/*
 Theme Name: Westcam
 Author: niko@web-crossing.com
 Author URI: web-crossing.com
 Version: 1.0.0.3
 */
@font-face {
    font-family: 'Merriweather Sans';
    font-weight: 700;
    src: url('inc/fonts/MerriweatherSansBold.eot');
    src: url('inc/fonts/MerriweatherSansBold.eot') format('embedded-opentype'),
    url('inc/fonts/MerriweatherSansBold.woff2') format('woff2'),
    url('inc/fonts/MerriweatherSansBold.woff') format('woff'),
    url('inc/fonts/MerriweatherSansBold.ttf') format('truetype'),
    url('inc/fonts/MerriweatherSansBold.svg#MerriweatherSansBold') format('svg');
}
@font-face {
    font-family: 'Merriweather Sans';
    font-weight: 900;
    src: url('inc/fonts/MerriweatherSansExtraBold.eot');
    src: url('inc/fonts/MerriweatherSansExtraBold.eot') format('embedded-opentype'),
    url('inc/fonts/MerriweatherSansExtraBold.woff2') format('woff2'),
    url('inc/fonts/MerriweatherSansExtraBold.woff') format('woff'),
    url('inc/fonts/MerriweatherSansExtraBold.ttf') format('truetype'),
    url('inc/fonts/MerriweatherSansExtraBold.svg#MerriweatherSansExtraBold') format('svg');
}
@font-face {
    font-family: 'Merriweather Sans';
    font-weight: 300;
    src: url('inc/fonts/MerriweatherSansLight.eot');
    src: url('inc/fonts/MerriweatherSansLight.eot') format('embedded-opentype'),
    url('inc/fonts/MerriweatherSansLight.woff2') format('woff2'),
    url('inc/fonts/MerriweatherSansLight.woff') format('woff'),
    url('inc/fonts/MerriweatherSansLight.ttf') format('truetype'),
    url('inc/fonts/MerriweatherSansLight.svg#MerriweatherSansLight') format('svg');
}
@font-face {
    font-family: 'Merriweather Sans';
    font-weight: 500;
    src: url('inc/fonts/MerriweatherSansRegular.eot');
    src: url('inc/fonts/MerriweatherSansRegular.eot') format('embedded-opentype'),
    url('inc/fonts/MerriweatherSansRegular.woff2') format('woff2'),
    url('inc/fonts/MerriweatherSansRegular.woff') format('woff'),
    url('inc/fonts/MerriweatherSansRegular.ttf') format('truetype'),
    url('inc/fonts/MerriweatherSansRegular.svg#MerriweatherSansRegular') format('svg');
}

@-webkit-keyframes animatedBackground {
    from { background-position: 0 0; }
    to { background-position: 68000px 0; }
}

@keyframes animatedBackground {
    from { background-position: 0 0; }
    to { background-position: 68000px 0; }
}


body {
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 500;
}
body * {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
body script, body style,
body .element script {
    display: none;
}

body .block  *,
body .block,
.mfp-container{
    display: block;}
body .block  * span,
body .block  * a,
body .block  * b,
body .block  * em,
body .block  * sub,
body .block  * sup,
body .block * strong,
body .block * i,
.job-description-wrapper sup,
.job-description-wrapper em{
    display: inline;
}
.clearer {
    width: 100%;
    display: block;
    clear: both;
}
.comment-wrapper script {
	display: none;
}
.comment-wrapper .comment-author, .comment-wrapper .comment-author * {
	display: inline-block;
}
.comment-wrapper .nocomments {
	display: none;
}
table {   display: table; }
tbody { display: table-row-group;}
thead { display: table-header-group;}
tr {   display: table-row; }
td, th {display: table-cell;}
header {
    z-index: 200;
}
.picker,
.picker__holder, .picker__frame, .picker__wrap, .picker__box, .picker__header, .picker__day{
    display: block;
}
.picker {
    left: 0px;
}
h1, h2, h3, h4 {
    color: #c8148a;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
h1 {
    font-weight: bold;
    font-size: 34px;
    line-height: 1.21;
    margin: 15px 0 22px;
}
h2 {
    font-size: 28px;
    line-height: 1.29;
    margin: 15px 0 22px;
}
h3 {
    font-size: 20px;
    line-height: 1.3;
    margin: 15px 0 5px;
}
p, li {
    font-size: 16px;
    line-height: 1.44;
    color: #616161;
}
img {
    max-width: 100%;
    height: auto;
}

p {
    margin: 15px 0 15px;
}
p:empty {
    display: none;
}
a {
    display: inline-block;
    color: #c8148a;
    text-decoration: none;
}
a:hover {
    text-decoration: none!important;
}
form, form *{
    width: 100%;
}
input, textarea, select {
    padding: 11px 17px 11px;
    font-size: 16px;
    line-height: 1.44;
    text-align: left;
    color: #616161;
    border: solid 1px #cdcdcd;
    width: calc(100% - 36px)!important;
}
select {
    width: 100%!important;
}
.halfwrapper {
    width: 100%;
}
.half {
    max-width: calc(50% - 15px);
    float: left;
}
.half:nth-of-type(even) {
    margin-left: 30px;
}
.half, .full {
    margin-bottom: 18px;
}
input[type='submit'] {
    background-color: #c8148a;
    cursor: pointer;
    border: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.44;
    text-align: left;
    color: #ffffff;
    margin: 0 0 20px;
    width: auto!important;
    float: right;
}
label, span.label {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    color: #616161;
}

main {
    overflow: hidden;
}
.content-wrapper,
#scnb-cookie-bar .wrap {
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
}
.content-wrapper .main-wrapper {
    padding: 90px 0 0;
    width: 100%;
}
.content-wrapper .main-wrapper > div.block {
    width: 100%;
    height: auto;
    max-height: 100%;
}
.content-wrapper.sidebar-outer-wrapper .main-wrapper {
    padding: 90px 115px 100px 0;
}
.content-wrapper.job-content-wrapper.sidebar-outer-wrapper .main-wrapper,
.content-wrapper.job-content-wrapper.sidebar-outer-wrapper .sidebar-wrapper {
    padding-top: 0;
    padding-bottom: 50px;
}
.sidebar-outer-wrapper {
    position: relative;
    margin-bottom: -0px;
    /* TODO problem wenn drunter kein element ist? */
}
.sidebar-outer-wrapper:after {
    content: " ";
    background: #f1f1f1;
    position: absolute;
    left: 100%;
    width: 1000px;
    height: 100%;
}
.sidebar-outer-wrapper .sidebar-wrapper {
    background: #f1f1f1;
    padding: 90px 0px 100px 40px;
    min-width: 275px;
    position: relative;
    display: block;
    width: 100%;
    max-width: 350px;
    box-sizing: border-box;
}
.col-wrapper {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.menu-wrapper ul{
    margin: 0;
    padding: 0;
}
.menu-wrapper ul li {
    margin: 0;
    padding: 0;
}

.material-icons,
.slick-prev:before,
.slick-next:before,
#menu-loesungen > li > ul li ul li:after,
#menu-loesungen > li > ul > li:after,
.date-wrapper:before,
.breadcrumbs-wrapper .breadcrumbs span+span:after,
.main-mobile-menu-wrapper ul > li:after,
.mfp-arrow:before, .mfp-arrow:after,
.trainings-wrapper .list-wrapper  > div > div.cat:before,
.trainings-wrapper .list-wrapper  > div > div.level:before,
.trainings-wrapper .list-wrapper  > div > div.loc:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
}
.material-icons.bgcolered {
    background: #c8148a;
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
    height: 20px;
    width: 20px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-grid-column-align: center;
    justify-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

/*topbar */

.topbar {
    width: 100%;
    background: #42062d;
    color: #c8148a;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    height: 40px;
    font-size: 13px;
    line-height: 1;
    position: fixed;
    top: 0;
    z-index: 40;


    transition: height 0.1s ease-out;
    -webkit-transition: height 0.1s ease-out;
    -moz-transition: height 0.1s ease-out;
    -o-transition: height 0.1s ease-out;
    -ms-transition: height 0.1s ease-out;
}
.topbar .content-wrapper {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}
.topbar .menu-wrapper ul li {
    margin-left: 20px;
}
.topbar .menu-wrapper ul li a {
    text-decoration: none;
    color: #d7dbdc;
    font-size: 13px;
}
.topbar .menu-wrapper ul li a:hover {
    text-decoration: underline;
}

/*menÃ¼bar */
.menubar {
    width: 100%;
    background: #f1f1f1;
    color: #c8148a;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    height: 117px;
    font-size: 16px;
    line-height: 1.25;
    position: fixed;
    top: 40px;

    transition: top 0.1s ease-out;
    -webkit-transition: top 0.1s ease-out;
    -moz-transition: top 0.1s ease-out;
    -o-transition: top 0.1s ease-out;
    -ms-transition: top 0.1s ease-out;
    z-index: 800;
}
.menubar .content-wrapper {
    height: 100%;
    position: relative;
}
.menubar .logo-wrapper {
    height: 100%;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    width: 205px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.menubar .logo-wrapper.two {
    width: 300px;
}
.menubar .logo-wrapper:after {
    content: " ";
    background: #f1f1f1;
    height: 40px;
    position: absolute;
    bottom: -30px;
    width: 2205px;
    padding-right: 0;
    right: -34px;
    z-index: 3;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	display: none;
}
.menubar .logo-wrapper img {
    width: 157px;
    height: 52px;
}
.menubar .logo-wrapper.two img {
    width: 288px;
    height: auto;
}
.menubar .menu-wrapper {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 80px;
    margin-top: 16px;
    position: relative;
    width: 100%;
    border-left: 1px solid #d6dadb;
    margin: 0;
    padding: 16px 0 0 73px;
    margin-left: 34px;
}
.menubar .menu-wrapper li {
    margin-right: 35px;
    position: relative;
    padding-bottom: 16px;
}
.menubar .menu-wrapper li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #c8148a;
    line-height:1.25;
    font-size: 16px;
    font-weight: bold;
}
.menubar li.menu-item-search {
    position: absolute;
    right: -2px;
    margin: 0;
    line-height: 0.67;
    text-align: center;
    color: #c8148a;
    cursor: pointer;
    top: 46px;
}
body.fixmenu:not(.page-template-page-home) .menubar li.menu-item-search,
body.scroll.page-template-page-home .menubar li.menu-item-search {
    top: 21px
}
.menubar li.menu-item-search i {
    font-size: 30px;
}
.menubar .menu-wrapper li.current-menu-ancestor a,
.menubar .menu-wrapper li.current-menu-item  a,
.menubar .menu-wrapper li a:hover {
    color: #42062d;
    text-decoration: none;
}
.menubar .menu-wrapper li:hover ul.sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.menubar .menu-wrapper li ul.sub-menu {
    display: none;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #f1f1f1;
    top: 32px;
    padding: 9px 20px 9px 20px;
    width: 200px;
    z-index: 60;
    left: -20px;
}
.menubar .menu-wrapper li ul.sub-menu li {
    font-size: 16px;
    line-height: 2.13;
    text-align: left;
    border-bottom: 1px solid #f1f1f1;
    padding: 8px 0;
    margin: 0;
    padding-right: 20px;
    white-space: nowrap;
}
.menubar .menu-wrapper li ul.sub-menu li:last-of-type {
    border-bottom: 0;
}
.menubar .menu-wrapper li ul.sub-menu li a {
    text-transform: none;
    color: #616161;
    font-weight: normal;
}
.menubar .menu-wrapper li ul.sub-menu li a:hover {
    text-decoration: none;
    color: #b90077;
}
.solution-menu-wrapper {
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: -60px;
    /* vorher 35*/
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-grid-column-align: center;
    justify-items: center;
    z-index: 20;
    padding-bottom: 12px;
    height: 30px;
    bottom: -30px;
    right: 0px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.solution-menu-wrapper:before {
    content: " ";
    position: absolute;
    background: #f1f1f1;
    left: -20000px;
    top: 0;
    width: 20000px;
    height: 42px;
    margin-right: 190px;
    padding-right: 0px;
    z-index: 20;
    display: none;
}
.slick-prev:before, .slick-next:before {
    width: 100%;
    text-align: center;
}
body.fixcrumbs .menubar .logo-wrapper:after {
    bottom: -60px;
    right: -34px;
    height: 60px;
}
#solution-menu-opener {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    z-index: 300;
}
#solution-menu-opener > span {
    margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.25;
}
#solution-menu-opener i {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.header {
    width: 100%;
    background-position: center center;
    background-size: cover;
    height: 390px;
}
.header.webx-header-390 {
    max-height: 390px;
    height: 27vw;
}
.header.webx-header-600 {
    height: 41.67vw;
    max-height: 600px;
}
.header .content-wrapper {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-grid-column-align: center;
    justify-items: center;
}
.header p.upper-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    color: #c8148a;
    text-transform: uppercase;
    margin: 0 0 16px;
    padding: 0;
}
.header h1.title {
    margin: 0;
    padding: 0;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.17;
    text-align: left;
    color: #ffffff;
    text-shadow: 0 0 12px rgba(0,0,0,0.4);
}

/* breadcrumbs */
.outer-breadcrumbs-wrapper {
    background: #f1f1f1;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    color: #c2c2c2;
    position: relative;
    min-height: 60px;
    overflow: hidden;
}
.breadcrumbs-wrapper .breadcrumbs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    min-height: 60px;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 60px;
}
.breadcrumbs-wrapper .breadcrumbs span {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding-right: 20px;
    color: #c8148a;
    min-height: 44px;
    padding-top: 8px;
    padding-bottom: 8px;
    -ms-flex-line-pack: center;
    align-content: center;
}
.breadcrumbs-wrapper .breadcrumbs span+span {
    padding-left: 10px;
    padding-right: 0;
}
.breadcrumbs-wrapper .breadcrumbs span+span:after {
    content: "\E409";
    color: #c2c2c2;
    margin-left: 10px;
}
.breadcrumbs-wrapper .breadcrumbs span:empty {
    display: none;
}
.breadcrumbs-wrapper .breadcrumbs span:first-of-type {
    text-transform: uppercase;
    border-right: solid 3px #ffffff;
    color: #c2c2c2;
    margin-right: 10px;
    -ms-flex-line-pack: center;
    align-content: center;
}
.breadcrumbs-wrapper .breadcrumbs span:last-of-type:after {
    display: none;
}
.breadcrumbs-wrapper .breadcrumbs span:last-of-type {
    border-right: none;
    color: #42062d;
}
.breadcrumbs a {
    color: inherit;
    text-decoration: none;
}
.outer-breadcrumbs-wrapper .content-wrapper > div {
    display: none;
}
.outer-breadcrumbs-wrapper .content-wrapper > div.active {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 100%;
}
.outer-breadcrumbs-wrapper .toggle-option {
    text-transform: none;;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    color: #616161;
    font-weight: normal;
}
.outer-breadcrumbs-wrapper .toggle-option span {
    margin-left: 8px;
    cursor: pointer;
}
.outer-breadcrumbs-wrapper .toggle-option span:hover {
    text-decoration: underline;
}
.outer-breadcrumbs-wrapper .content-menu-wrapper ul {
    margin: 0;
    padding: 0;
}
.outer-breadcrumbs-wrapper .content-menu-wrapper ul li {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.44;
    color: #c8148a;
    text-transform: none;
    margin-right: 30px;
}
.outer-breadcrumbs-wrapper .content-menu-wrapper ul li a {
    text-decoration: none;
}
.outer-breadcrumbs-wrapper .content-menu-wrapper ul li a:hover {
    color: #42062d;
}

/* footer */
footer {
    margin: 100px 0 0;
    z-index: 200;
    position: relative;
}
.tax-product_cat footer,
.tax-service_cat footer,
.page-template-page-schulungsangebot footer,
.page-template-page-standorte footer,
.page-template-page-karriere footer,
.page-template-page-schulungstermine footer,
.single-product footer,
.single-service footer,
.single-training_offer footer,
.single-training_session footer,
.page-id-89 footer,
.page-id-93 footer,
.page-template-page-jobs footer {
    margin-top: 0;
}
.page-template-page-jobs section.col-wrapper-2 {
    align-items: center;
}
footer .top-footer-wrapper {
    height: 70px;
    background: #c8148a;
    width: 100%;
    position: relative;
    overflow: hidden;
}
footer .top-footer-wrapper a {
    color: #fff;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
footer .top-footer-wrapper a:hover {
    text-decoration: underline;
}
footer .top-footer-wrapper i {
    margin: 2px 10px 0 0;
}
footer .top-footer-wrapper .content-wrapper {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    height: 100%;
}
footer .top-footer-wrapper span {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    height: 70px;
}
footer .top-footer-wrapper span:last-child {
    padding-left: 30px;
    border-left: solid 2px #42062d;
    margin-right: 70px;
}

footer .bottom-footer-wrapper {
    width: 100%;
    background: #42062d;
    padding: 55px 0 30px;
}
footer .bottom-footer-wrapper .content-wrapper,
footer .bottom-footer-wrapper .content-wrapper div {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
footer .social-wrapper ul {
    padding: 0;
    margin: 0 0 0 30px;
}
footer .social-wrapper ul li+li {
    margin-left: 10px;
}
footer .social-wrapper i {
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 25px;
}
footer .content-wrapper {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    line-height: 2;
    color: #ffffff;
}
footer .bottom-footer-wrapper  .menu-wrapper ul li+li {
    margin-left: 15px;
}
footer .bottom-footer-wrapper .menu-wrapper ul li+li:before {
    content: "|";
    font-weight: bold;
    color: #fff;
    margin-right: 15px;
}
footer .bottom-footer-wrapper .menu-wrapper ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
footer .bottom-footer-wrapper  .menu-wrapper ul li a:hover {
    text-decoration: underline;
}

footer .footer-wrapper {
    background: #42062d;
    color: #fff;
    padding: 60px 0 0;
}
footer .footer-wrapper .logo-wrapper {
    margin-right: 55px;
}
footer .footer-wrapper .menu-wrapper,
footer .footer-wrapper .menu-wrapper .menu-footer-menue-container {
    width: 100%;
}
footer .footer-wrapper .menu-wrapper ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
}
footer .footer-wrapper .menu-wrapper ul li {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}
footer .footer-wrapper .menu-wrapper ul li:before{
    display: none;
}
footer .menu-footer-meta-menue-container ul,
footer .social-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
footer .social-wrapper ul li {
    padding: 0;
}
footer .social-wrapper ul li:before {
    display: none;
}
footer .footer-wrapper .menu-wrapper ul li a {
    color: #c8148a;
    text-decoration: none;
}
footer .footer-wrapper .menu-wrapper ul.sub-menu {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin-top: 15px;
}
footer .footer-wrapper .menu-wrapper ul.sub-menu a {
    font-size: 14px;
    line-height: 2;
    text-align: left;
    color: #ffffff;
    font-weight: normal;
}
footer .footer-wrapper .menu-wrapper ul.sub-menu a:hover {
    color: #c8148a;
}
footer .top-footer-wrapper a:hover {
    color: #42062d;
}
body .block  * a:hover {
    color: #42062d;
}




/* elements */
.elements-wrapper {
    z-index: 2;
}
.element {
    margin: 70px 0;
    width: 100%;
}
.element-slider {
    background: #42062d;
    padding: 70px 0 70px;
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0;
    z-index: 2;
    position: relative;
}
.element-slider .slick-wrapper {
    width: 100%;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -15px;
}
.element-slider .slick-wrapper.slick-initialized {
    margin-left: 0px;
}
.element-slider .slick-wrapper .slick-element {
    width: 100%;
    max-width: 370px;
    position: relative;
    margin: 0 15px;
}
.element-slider .slick-wrapper.slick-initialized .slick-element{
    opacity: 0.4;
}
.element-slider .slick-wrapper .slick-element.slick-active {
    opacity: 1;
}
.element-slider .slick-wrapper .slick-element.slick-active a,
.element-slider .slick-wrapper .slick-element.slick-active a img {
    width: 100%;
}
.element-slider .slick-wrapper .slick-element .videoplay {
    position: absolute;
    background-color: rgba(66, 6, 45, 0.4);
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
}
.element-slider .slick-wrapper .slick-element.nocontrol .videoplay {
    display: none;
}
.element-slider .slick-wrapper .slick-element video {
    cursor: pointer;
}
.element-slider .slick-wrapper .slick-element .videoplay .fa {
    color: #fff;
    font-size: 25px;
}

.element-boxes {
    background: #f1f1f1;
    padding: 70px 0;
    margin: -35px 0;
    margin: 0;
}
.boxes-wrapper {
    width: 100%;
    position: relative;
}
.boxes-wrapper .box  {
    width: 100%;
    padding: 45px 40px;
    position: relative;
}
.boxes-wrapper .box+.box {
    margin-left: 30px;
}
.boxes-wrapper .box a {
    text-decoration: none;
}
.boxes-wrapper .box h4.box-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.44;
    text-align: left;
    margin-bottom: 20px;
    display: block;
}
.box .next-news-wrapper h3 {
    font-size: 28px;
    line-height: 1.29;
    text-align: left;
    color: #ffffff;
}
.boxes-wrapper .box.box-white .next-news-wrapper h4 {
    color: #fff;
}
.box .next-news-wrapper .inner-next-news-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 20px 0;
}
.box.news-outer-wrapper:before {
    background: #5d1343;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
}
.box.news-outer-wrapper {
    background-size: cover;
}
.box .next-news-wrapper p,
.boxes-wrapper .box.box-white .next-news-wrapper i,
.box .next-news-wrapper a {
    color: #fff;
    font-size: 16px;
}
.boxes-wrapper .box.box-white .next-news-wrapper .btn {
    background: none;
    border: 1px solid #fff;
    width: 80px;
    text-transform: capitalize;
}
.boxes-wrapper .box.box-white .next-news-wrapper  .btn a {
    color: #fff!important;
}
.box .box-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
.mfp-iframe-holder .mfp-content {
    max-width: 1600px;
}
.slick-slide img {
    height: 210px;
}
.disturber {
    position: absolute;
    right: 0;
    background: #c8148a;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    color: #ffffff;
    padding: 3px 10px;
    border-radius: 10px 0 0 10px;
    top: 41px;
}
.boxes-wrapper .box.box-white i {
    color: #c8148a;
}
.boxes-wrapper .box.box-white a,
.person-wrapper a,
.person-wrapper ul li a{
    color: #c8148a;
}
.boxes-wrapper .box.box-white h4 {;
    color: #616161;
}

.boxes-wrapper .box.box-pink p,
.boxes-wrapper .box.box-pink li {
    color: #fff;
}
.boxes-wrapper .box.box-pink i {
    color: #fff;
}
.boxes-wrapper .box.box-pink a{
    color: #fff;
}
.boxes-wrapper .box.box-pink h4 {;
    color: #fff;
    position: relative;
}

.next-training-wrapper {
    height: 100%;
    display: block;
}
.next-training-wrapper .next-training {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.next-training li.title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.17;
    margin: 20px 0 27px;
}
/*person */
.person {
    margin: 20px 0;
}
.person img {
    border-radius: 50%;
    margin: 20px 0;
}
.person ul,
.next-training ul{
    margin: 0;
    padding: 0;
}
.person ul li,
.next-training ul li{
    margin: 0 0 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0!important;
    font-size: 18px;
}
.person ul li:before,
.next-training ul li:before{
    display: none;
}
.person ul li i,
.next-training ul li i{
    font-size: 20px;
    margin-right: 13px;
}
.person ul li a {
    text-decoration: none;
}
.person ul li input[type='submit'] {
    border: none;
    background: none;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    padding: 0;
    margin: 0;
    left: 0;
    border: 0;
    margin-left: -2px;
    color: #c8148a;
}
.boxes-wrapper .person ul li input[type='submit'] {
    color: #c8148a;
}
.sidebar-wrapper .person ul li i {
    color: #c8148a;
    margin-top: 4px;
}
.sidebar-wrapper .person ul li input[type='submit'] {
    font-size: 16px;
}
.sidebar-wrapper .person ul li input[type='submit']:hover{
    color: #42062d;
}
.boxes-wrapper .person,
.boxes-wrapper .person img {
    margin: 0;
}
.boxes-wrapper .person ul.col-wrapper {
    margin-top: 26px;
}
.boxes-wrapper .person ul.col-wrapper li {
    height: auto;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 16px;
}
.boxes-wrapper .person ul.col-wrapper li a,
.boxes-wrapper .person ul.col-wrapper li input {
    font-weight: bold;
    height: auto;
    font-weight: 500;
    font-size: 16px;
}
.boxes-wrapper .person ul li i {
    font-size: 20px;
    margin-right: 26px;
}

/* inner content multi col layout */
section.col-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -15px;
    max-width: 100%;
}
section.col-wrapper.col-wrapper-2 > div{
    width: 50%;
    margin: 0 15px;
    min-height: 1px;
}
section.col-wrapper.col-wrapper-2 > div img {
    max-height: 50%;
}
body.postid-217 section.col-wrapper.col-wrapper-2 > div img {
    min-height: 218px;
}
body.page-id-3549 section.col-wrapper.col-wrapper-2 > div img {
    max-height: 100%;
}
body.page-id-3549 section.col-wrapper {
    margin: 0;
}
body.page-id-3549 main .content-wrapper .sidebar-wrapper ul {
    margin-bottom: 0;
}
body.page-id-3549 section.col-wrapper > div {
    padding: 15px 0;
    margin: 0;
}
section.col-wrapper.col-wrapper-3 > div{
    width: 33.3333%;
    margin: 0 15px;
    display: block;
}
.job-description-wrapper {
    background: #42062d;
    padding: 64px 0 95px;
    z-index: 2;
    margin-top: 20px;
    /* display: none; */
   position: relative;
}
.job-outer-wrapper.active .job-description-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.job-outer-wrapper:not(.active) .btn a i {
    /* -webkit-transform: rotate(-90deg);
     -ms-transform: rotate(-90deg);
     transform: rotate(-90deg);
     */
}
.job-description-wrapper h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.29;
    text-align: left;
    color: #c8148a;
    margin: 0 0 5px;
}
.job-description-wrapper li {
    margin-top: 20px;
    color: #fff!important;
}
.job-outer-wrapper .main-wrapper .block,
.job-outer-wrapper .sidebar-wrapper .block{
    margin: 115px 0 0;
}
.job-outer-wrapper.firstie {
    margin-top: -80px;
}
.wp-video {
    width: 100%!important;
}
.main-wrapper iframe {
    width: 100%;
    height: 385px;
}
main ul {
    padding: 0;
    display: block;
    margin: 0;
}
main h3+ul {
    margin-top: 15px;
}
main ul li {
    list-style-type: none;
    position: relative;
    padding: 0 0 0 30px;
    font-size: 16px;
    line-height: 1.44;
    margin: 1px 0 0;
    display: block;
}
main ul li:before {
    content: '\E061';
    font-family: "Material Icons";
    position: absolute;
    left: 0px;
    font-size: 16px;
    line-height: 1;
    text-align: left;
    color: #c8148a;
    top: 3px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    font-smooth: always;

    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
}
main ul.list-done li {
    text-align: left;
    color: #616161;
}
main ul.list-done li:before {
    content: '\E876';
    font-size: 20px;
    top: 0px;
}
main ul.list-file li:before {
    content: '\E24D';
    font-size: 20px;
    top: 0px;
}
main ul.list-school li:before {
    content: '\E80C';
    font-size: 20px;
    top: 0px;
}
ul.list-lines {
    width: 100%;
}
ul.list-lines li {
    border-bottom: 1px solid #d7dbdc;
    padding: 0;
    font-size: 16px;
    line-height: 2.25;
}
ul.list-lines li:before {
    content: "";
}
.collection-wrapper {
    padding: 80px 0 100px;
    background: #42062d;
    margin: 70px 0 0 0;
}
.collection-wrapper .sidebar-wrapper {
    max-width: 270px;
    width: 100%;
    margin: 0 130px 0 0;

}

.collection-wrapper .sidebar-wrapper .item-collection {
    font-size: 16px;
    line-height: 1.44;
    text-align: left;
    color: #c8148a;
    padding: 15px 0;
}
.collection-wrapper .sidebar-wrapper .item-collection h4 {
    cursor: pointer;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
.collection-wrapper .sidebar-wrapper .item-collection p {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    color: #ffffff;
    margin: 17px 0 28px;
    display: none;
}
.collection-wrapper .sidebar-wrapper .item-collection p:empty {
    display: none;
}
.collection-wrapper .sidebar-wrapper .item-collection+.item-collection {
    border-top: solid 1px #6d2355;
}
.collection-wrapper .sidebar-wrapper .item-collection.active h4 {
    font-size: 27px;
    line-height: 1.29;
    text-align: left;
    color: #ffffff;
    margin-top: 24px;
    width: 100%;
}
.collection-wrapper .sidebar-wrapper .item-collection:first-of-type.active h4 {
    margin-top: 0;
}
.collection-wrapper .sidebar-wrapper .item-collection.active p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.collection-wrapper .main-wrapper {
    margin: 0 -15px;
    padding: 0;
    max-width: 800px;
    max-width: calc(100% - 385px);
    width: 800px;
}
.collection-wrapper.fixed .sidebar-wrapper {
    top: 210px;
    position: fixed;
    margin-top: 0!important;
}
.collection-wrapper.fixed .main-wrapper {
    padding-left: 400px;
}
.collection-wrapper .item-collection {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.collection-wrapper .item {
    height: 100px;
    margin: 15px 0px;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.44;
    text-align: left;
    position: relative;
    max-width: 370px;
    width: calc((100% - 60px) / 3);
    -webkit-transition: position .4s ease-in-out;
    -o-transition: position .4s ease-in-out;
    transition: position .4s ease-in-out;
}
.collection-wrapper .single .item {
    margin: 15px 30px 15px 0px;
    width: calc(33.3% - 30px);
}

.collection-wrapper .item span {
    width: 100%;
}
.collection-wrapper .item:after {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
}
.collection-wrapper .item a {
    width: 100%;
    color: #c8148a;
    z-index: 3;
    text-decoration: none;
    padding: 20px 30px 0 20px;
}
.collection-wrapper .item:after {
    background: rgba(255, 255, 255, 0.7);
}
.collection-wrapper .item .disturber {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    color: #ffffff;
    z-index: 30;
    top: 20px;
	max-width: 140px;
}
.collection-wrapper .item .disturber+span {
    max-width: 180px
}
.btn,
.scnb-buttons {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.44;
    color: #c8148a;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;;
    float: left;
    margin: 37px 40px 0 0;
    cursor: pointer;
    display: block;
    width: auto;
    text-align: center;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 15px;
}
.btn.btn-white,
.boxes-wrapper .box.box-white .btn {
    background: #fff;
    border: solid 1px #c8148a;
}
.sidebar-wrapper .btn {
    margin: 0;
}
.sidebar-wrapper .btn.btn-white {
    background: transparent;
}
.sidebar-wrapper a {
    color: inherit;
    text-decoration: none;
}


.sidebar-wrapper.flex {
    display: flex;
    flex-flow: column;
}

.sidebar-wrapper #top-list-scroll {
    margin-bottom: 20px;
}

.sidebar-wrapper #top-list-scroll i {
    margin: 0px;
    margin-right: 10px;
    font-size: 30px;
}

.sidebar-wrapper .free-demo h3 {
    display: flex;
    align-items: center;
    margin-bottom: 20px !important;
}

.sidebar-wrapper .free-demo i {
    font-size: 30px;
    margin-right: 10px;
}

.btn.btn-purple {
    background-color: rgba(66, 6, 45, 0.8);
    border: solid 1px #c8148a;
}

.btn.btn-purple, .btn.btn-purple a, .btn.btn-purple a:hover {
    color: #fff !important;
}

.btn.btn-pink {
    background: #c8148a;
    border: solid 1px #c8148a;
    color: #fff;
}
.boxes-wrapper .box.box-pink .btn {
    background: transparent;
    border: 1px solid #fff;
    max-width: 120px;
}
.btn.btn-magenta-transparent {
    background: transparent;
    border: solid 1px #c8148a;
    color: #c8148a !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    transition: ease-in 700ms;
    margin: 37px 20px 0 0;
}
.btn a,
.btn a:hover,
.scnb-buttons a,
.scnb-buttons a:hover{
    display: inline;
    text-decoration: none;
    border: none;
    color: #c8148a!important;
    text-align: center;
    width: 100%;

    display: -webkit-box!important;

    display: -ms-flexbox!important;

    display: flex!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#layerslider_1 .ls-wrapper {
    width:100% !important;
}

#layerslider_1 .ls-layer {
    width:100% !important;
}

.dividerbar {
    height: 40px;
    background: #42062d;
}

.boxes-wrapper .box.box-pink .btn a {
    color: #fff!important;
}
.btn.btn-pink a,
.btn.btn-pink a:hover{
    color: #fff!important;
}
.btn a i {
    margin: 0 0 0 9px;
}

.map-wrapper {
    background: #42062d;
    width: 50%;
    height: calc(100vh - 157px);
    left: 0;
    position: relative;
}
.map-wrapper .map {
    width: 100%;
    height: 100%;
}
.map-wrapper .map * {
    display: block;
}
.standort-wrapper  {
    height: calc(100vh - 157px);
    width: 50%;
    position: relative;
}
.standort-wrapper .standort-content-wrapper {
    background: #42062d;
    padding: 20px 75px 20px 85px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 156px;
}
.standort-wrapper .standort {
    display: none;
}
.standort-wrapper .standort .inner-wrapper {
    margin: 50px 0;
}
.standort-wrapper .standort.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    top: 0;
    height: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 470px;
}
.standort-wrapper .standort.active a:hover {
    color: #fff;
}
.standort-wrapper .standort h2 {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.17;
    text-align: left;
    color: #ffffff;
    max-width: 470px;
    margin: 16px 0 50px;
}
.standort-wrapper .standort  h3 {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.21;
    text-align: left;
    color: #ffffff;
    margin: 0 0 27px 0;
}
.standort-wrapper .standort p {
    font-size: 16px;
    line-height: 1.44;
    text-align: left;
    color: #ffffff;
    margin: 0;
}
.standort-wrapper .standort p.uppertitle {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    color: #c8148a;
    text-transform: uppercase;
}
.standort-wrapper .standort ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px 0 0;
}
.standort-wrapper .standort ul li {
    font-size: 18px;
    line-height: 1.72;
    text-align: left;
    color: #ffffff;
    padding-left: 46px;
}
.standort-wrapper .standort ul li:before {
    font-size: 20px;
    line-height: 1.55;
    text-align: left;
    color: #c8148a;
    top: 0;
}
.standort-wrapper .standort ul li.address:before {
    content: '\E55E';
}
.standort-wrapper .standort ul li.phone:before {
    content: '\E8A8';
}
.standort-wrapper .standort ul li.mail:before {
    content: '\E0BE';
}
.standort-wrapper .standort .btn {
    margin: 0;
}
/* schulungsangebote */
.filter-outer-wrapper {
    background: #42062d;
    padding: 55px 0 30px;
    max-width: 100%;
    position: relative;
    overflow: visible;
}

.filter-outer-wrapper h3 {
    font-size: 28px;
    line-height: 1.29;
    text-align: left;
    color: #ffffff;
    margin: 0;
    padding: 0;
}
.filter-outer-wrapper .filter-wrapper {
    margin: 30px 0 0;
    max-width: 100%
}
.filter-outer-wrapper .filter-wrapper > .ajax-filter,
.filter-outer-wrapper .filter-wrapper > .ajax-filter,
.filter-outer-wrapper .filter-wrapper > .customselect {
    margin: 0 12px 0 0;
    min-width: 0;
}
.filter-outer-wrapper .filter-wrapper > .customselect:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.filter-outer-wrapper .filter-wrapper > .customselect .option {
    border-right: rgba(255, 255, 255, 0.4) 1px solid;
    border-left: rgba(255, 255, 255, 0.4) 1px solid;
}
.filter-outer-wrapper .filter-wrapper > .customselect:focus .option:last-of-type {
    border-bottom: rgba(255, 255, 255, 0.4) 1px solid;
}
.filter-outer-wrapper .filter-wrapper > .customselect {
    z-index: 600;
}
.filter-outer-wrapper .filter-wrapper > .customselect+.customselect {
    z-index: 500;
}
.filter-outer-wrapper .filter-wrapper > .ajax-filter.datepicker {
    min-width: 100px;
    max-width: 100px;
}
.filter-outer-wrapper .filter-wrapper input {
    color: #fff;
    border: rgba(255, 255, 255, 0.4) 1px solid;
    background: none;
    padding: 0 0 0 10px;
    border-radius: 0;
    height: 40px;
}
#trainings-list > div {
    min-height: 80px;
    border-bottom: 2px solid #f1f1f1;
}
#trainings-list > div > div {
    padding: 0 15px 0;
    border-right: solid 2px #f1f1f1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#trainings-list > div > div:first-of-type {
    border-left: solid 2px #f1f1f1;
}
#trainings-list .btn {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.44;
    width: 119px;
    margin: 0 auto;
}
.ajax-wrapper .button-wrapper,
.ajax-wrapper .spinner-wrapper {
    margin: 30px auto 0px;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.filter-wrapper ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
.filter-wrapper :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
    opacity:  1;
}
.filter-wrapper ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
    opacity:  1;
}
.filter-wrapper :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #fff;
}
.filter-wrapper ::-ms-input-placeholder { /* Microsoft Edge */
    color:    #fff;
}


.filter-outer-wrapper.white .filter-wrapper ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #616161;
}
.filter-outer-wrapper.white .filter-wrapper :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #616161;
    opacity:  1;
}
.filter-outer-wrapper.white .filter-wrapper ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #616161;
    opacity:  1;
}
.filter-outer-wrapper.white .filter-wrapper :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #616161;
}
.filter-outer-wrapper.white .filter-wrapper ::-ms-input-placeholder { /* Microsoft Edge */
    color:    #616161;
}
/* white variant */
.filter-outer-wrapper.white .filter-wrapper {
    margin: 0;
}
.filter-outer-wrapper.white {
    background: #fff;
    padding: 30px 0 30px;
    width: 100%;
}
.filter-outer-wrapper.white .filter-wrapper input,
.filter-outer-wrapper.white .filter-wrapper select{
    font-size: 14px;
    line-height: 1;
    text-align: left;
    background-color: #ffffff;
    border: solid 1px #cdcdcd;
    padding: 11px 10px 10px 17px;
    color: #616161;
    height: 18px;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
.filter-outer-wrapper.white .filter-wrapper input.datepicker {
    margin: 0;
    position: relative;
    font-size: 14px;
    line-height: 1.5;
    padding: 11px 10px 10px 50px;
    max-width: 110px;
    cursor: pointer;
}
.filter-outer-wrapper.white .date-wrapper {
    margin: 0 0 0 -20px;
    cursor: pointer;
}
.filter-outer-wrapper.white .date-wrapper:nth-of-type(2) {
    margin-left: -21px;
}
.filter-outer-wrapper.white .filter-wrapper button {
    width: 140px;
    margin: 0 0 0 30px;
}
.date-wrapper:before {
    content: "\E8DF";
    position: relative;
    left: 33px;
    top: 13px;
    z-index: 2;
}

.filter-outer-wrapper.white .customselect .option,
.filter-outer-wrapper.white .customselect input:checked + label{
    color: #616161;
    background-color: #ffffff;
}

.filter-outer-wrapper.white .customselect .option {
    border-top: solid 1px #cdcdcd;
}

.filter-outer-wrapper.white .filter-wrapper > .customselect .option {
    border-left: solid 1px #cdcdcd;
    border-right: solid 1px #cdcdcd;

}
.filter-outer-wrapper.white .customselect {
    border-bottom: solid 1px #cdcdcd;
}
.filter-outer-wrapper.white .customselect input:checked + label:after {
    border-top-color: #c8148a
}
.filter-outer-wrapper.white .customselect .option:hover {
    background: #fff;
}
.filter-outer-wrapper .filter-wrapper > .customselect:focus .option:last-of-type {
    border-bottom: solid 1px #cdcdcd;
}
/* customselect */

.customselect {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position:relative;
    width:200px;
    height:40px;
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
    border-bottom: rgba(255, 255, 255, 0.4) 1px solid;
    cursor: pointer;
}

.customselect .option {
    padding:0 30px 0 10px;
    min-height:40px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    background: #42062d;
    color: #fff;
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
    position:absolute;
    top:0;
    width: 100%;
    pointer-events:none;
    -webkit-box-ordinal-group:3;
    -ms-flex-order:2;
    order:2;
    z-index:1;
    -webkit-transition:background .4s ease-in-out;
    -o-transition:background .4s ease-in-out;
    transition:background .4s ease-in-out;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    overflow:hidden;
    white-space:nowrap;
    cursor: pointer;
}

.customselect .option:hover {
    background: #c8148a;
}

.customselect:focus .option {
    position:relative;
    pointer-events:all;
}

.customselect input {
    opacity:0;
    position:absolute;
    left:-99999px;
}

.customselect input:checked + label {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    z-index:2;
    background: #42062d;
    border-top:none;
    position:relative;
}

.customselect input:checked + label:after {
    content:'';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid white;
    position:absolute;
    right:10px;
    top:calc(50% - 2.5px);
    pointer-events:none;
    z-index:3;
}

.customselect input:checked + label:before {
    position:absolute;
    right:0;
    height: 40px;
    width: 40px;
    content: '';
}



.simi {
    margin: 15px;
    width: 370px;
    height: 100px;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.simi a {
    padding: 20px 30px 34px 20px;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.44;
    text-align: left;
    color: #c8148a;
    text-decoration: none;
}
.simi:before {
    content: " ";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
}
.similar-slider .heading{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    padding: 0 0 15px;

}
.similar-slider .heading a {
    font-size: 16px;
    line-height: 1.44;
    text-align: right;
    color: #ffffff;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.similar-slider .heading span.big{
    font-size: 24px;
    line-height: 1.29;
    text-align: left;
    color: #ffffff;
}
.element-slider.similar-slider .slick-dots {
    display: none!important;
}
.element-slider.similar-slider {
    padding-bottom: 85px;
}
.element-slider.similar-slider .slick-prev,
.element-slider.similar-slider .slick-next {
    background: #fff;
    top: calc(50% - 40px);
}
.element-slider.similar-slider .slick-prev:before,
.element-slider.similar-slider .slick-next:before {
    color: #c8148a;
}

.header-wrapper {
    position: relative;
    margin-top: 156px;
    transition: margin-top 0.1s ease-out;
    -webkit-transition: margin-top 0.1s ease-out;
    -moz-transition: margin-top 0.1s ease-out;
    -o-transition: margin-top 0.1s ease-out;
    -ms-transition: margin-top 0.1s ease-out;
}
.menu-loesungen-container {
    position: absolute;
    background-color: rgba(255,255,255,0.93);
    z-index: 20;
    top: 0;
    display: none;
    min-height: 540px;
    height: auto;
    padding: 0 24px;
    width: calc(100% - 48px);
    left: 0px;
    z-index: 800;
}
.menu-loesungen-container.visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#menu-loesungen li,
#menu-loesungen span.back{
    display: none;
}

#menu-loesungen {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: transparent;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
    position: relative;
    z-index: 3000;
}
#menu-loesungen:after {
    background: #42062d;
    max-width: 370px;
    content: " ";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 40%;
}
#menu-loesungen:before {
    background: #42062d;
    content: " ";
    position: absolute;
    top: 0px;
    left: -1000px;
    width: 1200px;
    height: 100%;

}
#menu-loesungen > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    line-height: 3.65;
    text-align: left;
    color: #ffffff;
    max-width: 370px;
    width: 40%;
}
#menu-loesungen > li.closeit {
    right: -2px;
    font-size: 30px;
    width: 20px;
    top: 24px;
    padding: 0;
    height: 25px;
    color: #c8148a;
    cursor: pointer;
    line-height: 1;
    position: absolute;
}
#menu-loesungen > li+li > a:after {
    max-width: 370px;
    width: 100%;
    content: " ";
    height: 1px;
    left: 0;
    position: absolute;
    background: #5d1444;
    background: -webkit-gradient(linear, left top, right top, from(#5d1444),to(#c71f8a));
    background: -webkit-linear-gradient(left, #5d1444 0%,#c71f8a 100%);
    background: -o-linear-gradient(left, #5d1444 0%,#c71f8a 100%);
    background: linear-gradient(to right, #5d1444 0%,#c71f8a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d1444', endColorstr='#c71f8a',GradientType=1 );
}
#menu-loesungen > li.open > a:before {
    top: 1px;
    width: 155px;
    right: 0px;
    content: " ";
    position: absolute;
    background: #42062d;
    background: -webkit-gradient(linear, left top, right top, color-stop(17%, #42062d),color-stop(20%, #42062d),to(#c71f8a));
    background: -webkit-linear-gradient(left, #42062d 17%,#42062d 20%,#c71f8a 100%);
    background: -o-linear-gradient(left, #42062d 17%,#42062d 20%,#c71f8a 100%);
    background: linear-gradient(to right, #42062d 17%,#42062d 20%,#c71f8a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42062d', endColorstr='#c71f8a',GradientType=1 );
    height: 100%;
    z-index: -1;
}
#menu-loesungen > li:hover > a,
#menu-loesungen > li.open > a {
    color: #c71f8a;
}
#menu-loesungen > li a {
    color: #fff;
    position: relative;
    z-index: 200;
    text-decoration: none;
}
#menu-loesungen > li > a {
    padding-left: 70.5px;
    position: relative;

}
#menu-loesungen > li > ul {
    position: absolute;
    padding: 0;
    margin: 0;
    right: 0;
    top: 75px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 765px;
    width: calc(60% - 24px);
}
#menu-loesungen > li.open > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    line-height: 1.3;
    text-align: left;
    color: #c8148a;
    max-width: 360px;
    padding-bottom: 24px;
    position: relative;
    width: calc(50% - 12px);
}
#menu-loesungen > li > ul > li > a {
    font-size: 20px;
    line-height: 1.3;
    text-align: left;
    color: #c8148a;
    text-decoration: none;
}

#menu-loesungen > li > ul li ul {
    padding: 0;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 50px;
    text-decoration: none;
    width: 100%;
    left: 0px;
}
#menu-loesungen > li > ul li ul li:first-of-type {
    border-top:  1px solid #616161;
}
#menu-loesungen > li > ul li ul li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #616161;
    margin: 0;
    max-width: 360px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    text-align: left;
    z-index: 30;
    width: calc(100% - 24px);
    padding: 4px 24px 4px 0;
    min-height: 48px;
    height: auto;
    line-height: 1.6;
    position: relative;
}
#menu-loesungen > li > ul li ul li.switcher {
    display: none;
}
#menu-loesungen > li > ul li ul li:after,
#menu-loesungen > li > ul > li:after {
    content: "\E315";
    position: absolute;
    right: -6px;
    color: #c8148a;
    font-size: 25px;
    line-height: 2;
    top: 0;
}
#menu-loesungen > li > ul > li:after {
    top: -10px;
}
#menu-loesungen > li > ul li ul li a {
    color: #616161;
    text-decoration: none;
}
#menu-loesungen > li {
}
#menu-loesungen > li > a{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0px center;
    background-size: 40px 40px;
    width: 100%;
}
#menu-loesungen > li#menu-item-538 > a {
    background-image: url(inc/img/design.svg);
}
#menu-loesungen > li#menu-item-539 > a {
    background-image: url(inc/img/konstruktion.svg);
}
#menu-loesungen > li#menu-item-546 > a {
    background-image: url(inc/img/simulation.svg);
}
#menu-loesungen > li#menu-item-611 > a {
    background-image: url(inc/img/3dPrinting.svg);
}
#menu-loesungen > li#menu-item-598 > a {
    background-image: url(inc/img/fertigung.svg);
}
#menu-loesungen > li#menu-item-579 > a {
    background-image: url(inc/img/3dmesstechnik.svg);
}

.offer {
    background-color: #42062d;
    width: 230px;
    padding: 45px 20px 30px;
    position: relative;
}
.offer .disturber {
    top: 0px;
    right: 0px;
    border-radius: 0 0 0 10px;
    font-size: 14px;
    line-height: 1.5;

}
.offer span.title {
    font-size: 24px;
    line-height: 1.29;
    text-align: left;
    color: #ffffff;
    padding: 0 0 10px;
	display: inline-block;
}
.offer span.content {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    color: #ffffff;
}
.offer .bg-overlay {
    width: 100%;
    height: 100%;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
}

/* header feature */
.page-template-page-home.scroll header {
    top: 593px;
    top: 297px;
    position: relative;
}
body.fixmenu .topbar {
    display: none;
}
body.page-template-page-home.fixmenu .topbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
body.page-template-page-home.fixmenu .menubar {
    top: 40px;
    height: 117px;
}
body.page-template-page-home.fixmenu.scroll .topbar {
    height: 0;
    overflow: hidden;
}
body.page-template-page-home.fixmenu.scroll .menubar {
    height: 77px;
    top: 0px;
}

.page-template-page-home.fixed header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 30;
}

.header.header-home {
    height: 63vw;
    max-height: 593px;
    position: relative;
    z-index: 4;
}
.header.header-home .overlay-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 63vw;
    max-height: 593px;
    background-position: center center;
    background-size: cover;
}
.header.header-home .stripper {
    background: url(inc/img/stripper.png);
    width: 100%;
    height: 18px;
    position: absolute;
    bottom: -9px;
    left: 0;
    z-index: 400;

    background-position: 0px 0px;
    background-repeat: repeat-x;

    -webkit-animation: animatedBackground 60s linear infinite;

    animation: animatedBackground 60s linear infinite;
    -webkit-transition: bottom 0.15s;
    -o-transition: bottom 0.15s;
    transition: bottom 0.15s;

}
.header.header-home .sweethart {
    height: 0;
    position: absolute;
    width: 100%;
    overflow: hidden;
    bottom: 0;
    left: 0px;
    -webkit-transition: height 0.15s;
    -o-transition: height 0.15s;
    transition: height 0.15s;
}
.header.header-home .sweethart .img-wrapper {
    height: 63vw;
    max-height: 593px;
    width: 100%;
    position: absolute;
    background-position: center center;
    background-size: cover;
    bottom: 0;
    left: 0px;
}
.header.header-home .content-wrapper {
    position: relative;
    z-index: 300;
}
.page-template-page-home.fixed {
    height: 200vh;
}
.page-template-page-home.fixed main {
    margin-top: 0;
    position: fixed;
    top: 740px;
    width: 100%;
}
.page-template-page-home.scroll .header-wrapper {
    margin-top: 77px;
}
.page-template-page-home.fixed footer {
    position: fixed;
    display: none;
}

.page-template-page-home.scroll main {
    margin-top: 593px;
    margin-top: 297px;
}
.invisible-header.fixed {
    height: 1620px;
}
.home-slider-wrapper {
    background: #42062d;
    padding: 72px 0;
    width: 100%;
    position: relative;
}
.home-slider-wrapper .slick-initialized .slick-slide {

    max-width: calc(100vw - 48px);
}
.home-slider-wrapper .title {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.21;
    text-align: left;
    color: #ffffff;
    margin-bottom: 42px;
}
.home-slider-wrapper .pic-wrapper {
    width: 570px;
    height: 300px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.home-slider-wrapper .pic-wrapper img {
    width: 100%;
    height: auto;
}
.home-slider-wrapper .slider-content {
    max-width: 50%;
    width: 570px;
    padding: 0 0 0 30px;
    padding: 0 50px 0 30px;
}
.home-slider-wrapper .slider-content h3 {
    font-size: 28px;
    line-height: 1.29;
    text-align: left;
    color: #c8148a;
}
.home-slider-wrapper .slider-content p {
    font-size: 16px;
    line-height: 1.44;
    text-align: left;
    color: #ffffff;
}
.home-slider-wrapper .slider-content .btn.btn-pink {
    background: none;
    border: solid 1px #c8148a;
    color: #c8148a;
    margin: 0 20px 20px 0;
}
.home-slider-wrapper .slider-content .btn.btn-pink a {
    color: #c8148a;
}
.home-slider-wrapper .content-wrapper {
    display: block;
    position: static;
}
.home-slider-wrapper .slick-dots {
    text-align: left;
}
.content-wrapper.ajax-wrapper[data-post_type='post']{
    max-width: 1440px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.content-wrapper.ajax-wrapper[data-post_type='post'] .list-wrapper {
    -ms-flex-wrap: wrap;;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 15px -15px;
}
.error-wrapper {
    width: calc(100% + 1px);
    margin: 0 0 0 -1px;
    padding: 20px 0 0;
    background: #fff;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.error-wrapper p {
    color: #c8148a;
}
.content-wrapper.ajax-wrapper[data-post_type='post'] .list-wrapper .news {
    max-height: 520px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: calc(33.3333333% - 30px);
    width: calc(33.3333333% - 30px);
    margin: 15px;
}
.content-wrapper.ajax-wrapper[data-post_type='post'] .list-wrapper .news img {
    max-height: 270px;
}
.content-wrapper.ajax-wrapper[data-post_type='post'] .list-wrapper .news .title {
    font-size: 20px;
    line-height: 1.3;
    text-align: left;
    color: #646464;
    display: inline-block;
}
.content-wrapper.ajax-wrapper[data-post_type='post'] .list-wrapper .news .title .pink {
    color: #c8148a;
    display: inline;
}
.content-wrapper.ajax-wrapper[data-post_type='post'] .list-wrapper .news .content {
    padding: 40px 50px 40px 60px;
    display: block;
    padding: 15px;
}
.content-wrapper.ajax-wrapper[data-post_type='post'] .list-wrapper .news .content p {
    display: block;
}
.content-wrapper.ajax-wrapper[data-post_type='post'] .list-wrapper .news .content .date {
    margin-bottom: 10px;
    font-size: 14px;
    color: #616161;
}
.content-wrapper.ajax-wrapper[data-post_type='post'] .list-wrapper .news .content a.read-more {
    text-decoration: none;
    display: inline;
}
.content-wrapper.ajax-wrapper[data-post_type='post'] .list-wrapper .news .content a.read-more i {
    top: 4px;
    position: relative;
}
.more-wrapper{
    margin: 30px auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.more-wrapper .btn {
    margin: 0;
}
body.fixmenu .menubar {
    position: fixed;
    height: 77px;
    top: 0;
}
body.fixcrumbs .upper-breadcrumbs-wrapper{
    width: 100%;
    height: 60px;
    position: absolute;
    top: 77px;
    border-bottom: solid 1px #f1f1f1;
    background: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    left: 0px;
}
body.fixcrumbs .solution-menu-wrapper {
    height: 60px;
    bottom: -60px;
    padding-bottom: 0;
}
body.fixcrumbs .solution-menu-wrapper:before {
    height: 60px;
}
body.fixcrumbs .menubar .logo-wrapper img {
    width: 140px;
    height: 44px;

    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
body.fixcrumbs .menubar .logo-wrapper.two img {
    width: 200px;
    height: auto;

    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.menubar .breadcrumbs-wrapper {
    display: none
}
body.fixcrumbs .menubar .breadcrumbs-wrapper {
    display: block;
    padding-left: 260px;
    font-size: 13px;
    text-align: left;
    color: #42062d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
body.fixcrumbs .menubar .breadcrumbs-wrapper a {
    color: #c8148a;
}
body.fixcrumbs .menubar .breadcrumbs-wrapper .breadcrumbs span:first-of-type {
    display: none;
}
body.fixcrumbs .menubar .breadcrumbs-wrapper .breadcrumbs span+span:after {
    margin-left: 5px;
}
body.fixcrumbs .menubar .breadcrumbs-wrapper .breadcrumbs span+span {
    padding-left: 5px;
}
body.fixmenu .menu-loesungen-container.visible {
    position: fixed;
    top: 77px;
    z-index: 20000;
}
.filter-wrapper span.btn {
    margin: 0 15px 0 0;
    line-height: 1;
}
form h2{
    margin: 60px 0 15px;
}
span.wpcf7-not-valid-tip {
    color: #c8148a;
    font-weight: normal;
    display: block;
    text-align: right;
    float: right;
    font-size: 13px;
    margin-top: 6px;
}
div.wpcf7-response-output {
    padding: 0;
    margin: 0;
    border: 0!important;
    padding: 0 0 24px;
}
div.wpcf7 p {
    display: inline-block;
}
.person-wrapper input[type="submit"] {
    float: left;
}

input.hidden {
    display: none;
}
#menutoggle i{
    display: none;
    font-size: 30px!important;
    line-height: 0.67;
    text-align: center;
    color: #c8148a;
}
.hide-desktop,
.hide-tablet {
    display: none!important;
}
.main-mobile-menu-wrapper {
    padding: 30px 30px 40px;
    display: none!important;
    background-color: #f1f1f1;
    width: calc(100% - 60px);
    position: relative;
}
.main-mobile-menu-wrapper.open {
    display: block!important;
    position: fixed;
    top: 60px;
    z-index: 2000;
}
.main-mobile-menu-wrapper.open .menu-main-menu-container {
    display: block;
    max-height: calc(100vh - 60px);
    overflow: auto;
}
.main-mobile-menu-wrapper ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
    width: 100%;
}
.main-mobile-menu-wrapper ul > li.menu-item-has-children {
    border-bottom: 2px solid rgba(157, 157, 157, 0.4);
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.main-mobile-menu-wrapper ul > li.menu-item-has-children:after {
    content: "\e313";
    position: absolute;
    font-size: 25px;
    line-height: 1.6;
    text-align: left;
    color: #c8148a;
    right: 2px;
    top: 2px;
}
.main-mobile-menu-wrapper ul > li.menu-item-has-children.open:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.main-mobile-menu-wrapper ul > li.menu-item-has-children > a,
.main-mobile-menu-wrapper ul > li.menu-item-6349 > a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.5;
    text-align: left;
    color: #c8148a;
    z-index: 30;
}

.main-mobile-menu-wrapper ul ul {
    display: none;
}
.main-mobile-menu-wrapper ul > li.open ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 0 40px;
}
.main-mobile-menu-wrapper ul > li.open ul > li {
    border-bottom: 1px solid rgba(157, 157, 157, 0.4);
}
.main-mobile-menu-wrapper ul > li.open ul > li > a{
    font-size: 16px;
    line-height: 2;
    text-align: left;
    color: #616161;
    text-decoration: none;;
}
#menutoggle .open {
    display: none;
}
#menutoggle.open .open {
    display: block;
}
#menutoggle.open .close {
    display: none;
}
#mobilechecker,
#searchinput {
    display: none;
    position: absolute;
    right: 20px;
    margin: 0;
    top: calc(50% - 28px);
    width: 100%;
}
#searchinput.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: calc(100% - 60px);
}
.mfp-arrow:after {
    display: none;
}
.mfp-arrow:before, .mfp-arrow:after {
    margin: 0!important;
    padding: 0!important;
    border: 0!important;
    font-size: 39px;
    position: absolute;
    top: 16px;
    color: #fff;
    left: 5px;
}
.mfp-arrow:active {
    margin-top: 0;
}
.mfp-arrow-left:before {
    content: 'arrow_back';
}
.mfp-arrow-right:before {
    content: 'arrow_forward';
}
.mfp-counter,
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #fff;
}
.mfp-container {
    background: rgba(255, 255, 255, 0.4);
}
button.mfp-arrow {
    width: 50px;
    height: 70px;
    background: #c8148a;
    font-size: 0;
    line-height: 0;
    z-index: 30;
    position: absolute;
    top: calc(50% - 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 0;
    margin: 0;
    z-index: 20000;
}
.slick-dots li button {
    width: 12px;
    height: 12px;
    cursor: pointer;
    color: transparent;
    border: none;
    position: relative;
    background: none;
}
.slick-dots li button:before {
    content: " ";
    background-image: url(inc/img/bullet.png);
    height: 8px;
    width: 8px;
    position: absolute;
    background-size: contain;
    top: 3px;
    left: 0;
}
.slick-dots li.slick-active button:before {
    background-image: url(inc/img/dot_circle.png);
    height: 14px;
    width: 14px;
    position: absolute;
    top: 0;
    left: -1px;
}
/* ansprechpartner */
body.page-id-472 .block .personen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    width: calc(100% + 30px);
}
body.page-id-472 .block .person-wrapper {
    width: calc(33.333% - 76px);
    float: left;
    background: #f1f1f1;
    margin: 0 15px 25px;
    padding: 11px 10px 17px 36px;
}
.person-wrapper li.pm,
body.page-id-472 .person-wrapper li.fm{
    display: none;
}
body.page-id-472 .person-wrapper li.pm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    word-break: break-all;
}
body.single .content-wrapper .main-wrapper,
body.page-template-page-blogstyle .content-wrapper .main-wrapper {
    max-width: 770px;
    margin: 0 auto;
}
.content-wrapper .main-wrapper.sharing-wrapper {
    padding: 40px 0 0;
    color: #c8148a;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.content-wrapper .main-wrapper.sharing-wrapper a {
    background: #c8148a;
    color: #fff;
    border-radius: 4px;
    width: 31px;
    height: 31px;
    margin-left: 10px;
    font-size: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-decoration: none;
}

.element-slider.line .slick-wrapper .slick-element {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 800px;
}

main .content-wrapper .sidebar-wrapper h3 {
    font-size: 24px;
    margin-bottom: 14px;
}
main .content-wrapper .sidebar-wrapper ul {
    margin-bottom: 38px
}
main .content-wrapper .sidebar-wrapper ul li {
    padding: 0 0 20px 30px;
}
main .content-wrapper .sidebar-wrapper h4 {
    margin-bottom: 12px;
    font-weight: bold;
}


.person img {
    border-radius: 50%;
    margin: 29px 0 22px 0;
}
.person ul.col-wrapper li{
    min-height: 31px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.sidebar-outer-wrapper:after {
    height: calc(100% + 70px);
    z-index: -2;
}
/*.sidebar-outer-wrapper .sidebar-wrapper {
    margin-bottom: -70px;
}*/
#scnb-cookie-bar {
    border-top: solid 1px #f1f1f1!important;
}
#scnb-cookie-bar .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 40px;
    padding: 15px;
    width: calc(100% - 30px);
    min-height: 60px;
}
#scnb-cookie-bar .wrap .scnb-buttons {
    margin: 0;
    padding: 0;
}
.scnb-buttons a,
.scnb-buttons a b {
    border: none!important;
    font-weight: normal!important;
    color: #fff;
}
.scnb-buttons a {
    padding: 10px 15px;
}
.scnb-text {
    font-weight: 800;
}
#totop {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    border: 0;
    height: 100%;
    background-color: #42062d;
    width: 70px;
    font-size: 30px;
    line-height: 0.8;
    text-align: left;
    color: #c8148a;
}
#totop a i {
    font-size: 30px;
    line-height: 0.8;
    text-align: left;
    color: #c8148a;
}
.elements-wrapper + .element-slider {
    border-top: 2px solid #f1f1f1;
}
.mobile-collection-header {
    display: none;
}
.mfp-figure figure {
    display: block;
}
.filter-reset-wrapper {
    color: #c8148a;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#load-schulungen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.single-search-result .format {
    font-size: 0.8em;
}
.mfp-bottom-bar,
input#event-title,
input#training-title,
input#training-place,
input#training-time{
    display: none!important;
}
.aligncenter {
    margin: 0 auto;
    text-align: center;
}
.hidden {
    display: none;
}
.trainings-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 110px;
    text-align: center;
    margin-bottom: 88px;
    max-width: 100vw;
    overflow: hidden;
}
.trainings-wrapper .ajax-wrapper  {
    margin: 0;
}
.trainings-wrapper .list-wrapper > div {
    min-height: 110px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    border-bottom: 2px solid #f1f1f1;
    position: relative;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.trainings-wrapper .list-wrapper > div:after,
.trainings-wrapper .list-wrapper > div:before {
    height: 100%;
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    content: " ";
    border-bottom: 2px solid #f1f1f1;
}

.trainings-wrapper .list-wrapper > div:before {
    left: -100%;
    right: auto;
}
.trainings-wrapper .list-wrapper > div > div {
    border-right: 2px solid #f1f1f1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 14px;
    font-size: 16px;
    color: #616161;
    max-width: 100%;
    -webkit-box-flex: 1!important;
    -ms-flex: 1!important;
    flex: 1!important;
    width: 100px;
    margin-top: 31px;
    padding-top: 0;
}
.trainings-wrapper .list-wrapper > div > div.title {
    -webkit-box-flex: 2!important;
    -ms-flex: 2!important;
    flex: 2!important;
}
.trainings-wrapper .list-wrapper > div > div.loc,
.trainings-wrapper .list-wrapper > div > div:last-of-type {
    border-right: none;
}
.trainings-wrapper .btn{
    margin: 0;
}
.trainings-wrapper .spinner-wrapper span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 110px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body.page-id-89 .person-wrapper ul li:first-of-type,
body.page-id-89 .person-wrapper ul li:last-of-type{
    display: none;
}
.page-template-page-downloads a {
    color: #616161;
}
.page-template-page-downloads a i {
    color: #c8148a;
}

.hidden {
    display: none;
}
.job-description-wrapper.hidden {
    display: flex;
    height: 0;
    padding: 0;
    transform: scaleY(0);    
}

.job-description-wrapper:not(.hidden) {
    height: auto;
    margin-top: -65px;
    padding-top: 125px;
    z-index: 0;
}
div.wpcf7 input[type="file"] {
    cursor: pointer;
    border: none;
    padding-left: 0;
}
.job-wrapper .content-wrapper .main-wrapper {
    padding-top: 0;
}
.job-outer-wrapper .main-wrapper .block, .job-outer-wrapper .sidebar-wrapper .block{
    margin: 0px 0 0;
    z-index: 1;
}
.page-template-page-jobs .content-wrapper.sidebar-outer-wrapper .main-wrapper {
    padding-bottom: 0px;
    padding-top: 70px;
    z-index: 1
}
.page-template-page-jobs .job-outer-wrapper {
    padding-bottom: 0;
    position: relative;
}
 .content-wrapper.job-content-wrapper.sidebar-outer-wrapper .sidebar-wrapper {
    margin-bottom: -170px;
    padding-top: 70px;
}
 .content-wrapper.job-content-wrapper.sidebar-outer-wrapper .sidebar-wrapper h3 {
     font-size: 20px;
 }
.page-template-page-jobs .job-outer-wrapper:after {
    content: " ";
    height: 85px;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #42062d;
}
.job-description-wrapper:before {
    top: -85px;
    bottom: auto;
}
#menu-item-6349 a {
    position:relative;
}
#menu-item-6349 a:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: -35px;
    top: 50%;
    transform: translate(0, -50%);
    background:url(inc/img/shopping-cart.svg) no-repeat;
    width: 28px;
    height: 28px;
}


.sidebar-accordion li:before {
    content: '';
}

.sidebar-accordion .fm {
    hyphens: auto;
}

.sidebar-accordion .person img {
    margin: 20px 0px;
}

.sidebar-accordion .box-title {
    color: #616161;
}

.sidebar-accordion .text-element {
    overflow: hidden;
    padding: 0px !important;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.sidebar-accordion .text-element li {
    padding: 0px;
}

.sidebar-accordion .text-element .list-file, .sidebar-accordion .text-element .list-done {
    margin: 0px;
}

.sidebar-accordion .text-element .accordion-content {
    display: none;
    padding: 10px 20px;
    background-color: white;
    border-top: 0px;
}

.sidebar-accordion .text-element.active .accordion-content {
    display: block;
}

.col-wrapper .call-back-request {
    border-top: solid 1px #c8148a;
    padding-top: 15px !important;
}

.sidebar-accordion .text-element .accordion-headline {
    padding: 5px 20px;
    background-color: rgba(66, 6, 45, 0.8);
    color: white;
    font-size: 18px;
    cursor: pointer;
}

.sidebar-accordion .text-element .accordion-headline span {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.sidebar-accordion .text-element .accordion-headline span::after, .sidebar-accordion .text-element.active .accordion-headline span::after {
    font-family: "Material Icons";
    font-weight: normal;
    float: right;
    transform: rotate(90deg);
    font-size: 25px;
}

.sidebar-accordion .text-element .accordion-headline span::after {
    content: "\E408";
}

.sidebar-accordion .text-element.active .accordion-headline span::after {
    content: "\E409";
}

.single-product .sidebar-wrapper h3 {
    font-size: 18px !important;
}

.single-product .free-demo i {
    font-size: 23px;
}

.person ul li, .next-training ul li {
    font-size: 16px;
}

.filter-button-group button {
    background: none;
    border: none;
    color: #c8148a;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    padding: 0px;
    text-align: left;
    outline: none;
}

.collection-wrapper .sidebar-wrapper .item-collection button.active {
    font-size: 27px;
    line-height: 1.29;
    color: #ffffff;
}

.collection-wrapper .sidebar-wrapper .item-collection:first-of-type button.active {
    margin-top: 0;
}

.content-wrapper.filter-wrapper {
    flex-wrap: wrap;
}

.content-wrapper.filter-wrapper .filter-button-group {
    margin-bottom: 20px;
    flex-wrap: wrap;
    align-content: flex-start;
}

.content-wrapper.filter-wrapper .filter-button-group button {
    background-color: rgba(200, 20, 138, 0.6);
    color: #fff;
    padding: 10px 15px;
    margin: 5px 10px 5px 0px;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.content-wrapper.filter-wrapper .filter-button-group button.active {
    background-color: rgb(200, 20, 138);
}

.main-wrapper.col-wrapper.isotope {
    width: 100%;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
}

.collection-wrapper .single .item {
    width: calc(50% - 30px);
}