/* ---------------------------------------------------------------------- */
/* Clearfix */
/* ---------------------------------------------------------------------- */

.clear{clear:both;display:block;height:0;overflow:hidden;visibility:hidden;width:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;height:0;line-height:0;visibility:hidden;width:0}* html .clearfix,:first-child+html .clearfix{zoom:1}

/* ---------------------------------------------------------------------- */
/* Webfonts */
/* ---------------------------------------------------------------------- */

.BrandonTextWeb-Black {
    font-family: BrandonTextWeb-Black;
    font-weight: normal;
    font-style: normal;
}
.BrandonTextWeb-BoldItalic {
    font-family: BrandonTextWeb-BoldItalic;
    font-weight: normal;
    font-style: normal;
}
.BrandonTextWeb-Bold {
    font-family: BrandonTextWeb-Bold;
    font-weight: normal;
    font-style: normal;
}
.BrandonTextWeb-BlackItalic {
    font-family: BrandonTextWeb-BlackItalic;
    font-weight: normal;
    font-style: normal;
}
.BrandonTextWeb-LightItalic {
    font-family: BrandonTextWeb-LightItalic;
    font-weight: normal;
    font-style: normal;
}
.BrandonTextWeb-Light {
    font-family: BrandonTextWeb-Light;
    font-weight: normal;
    font-style: normal;
}
.BrandonTextWeb-Italic {
    font-family: BrandonTextWeb-Italic;
    font-weight: normal;
    font-style: normal;
}
.BrandonTextWeb-MediumItalic {
    font-family: BrandonTextWeb-MediumItalic;
    font-weight: normal;
    font-style: normal;
}
.BrandonTextWeb-Regular {
    font-family: BrandonTextWeb-Regular;
    font-weight: normal;
    font-style: normal;
}
.BrandonTextWeb-Medium {
    font-family: BrandonTextWeb-Medium;
    font-weight: normal;
    font-style: normal;
}
.BrandonTextWeb-ThinItalic {
    font-family: BrandonTextWeb-ThinItalic;
    font-weight: normal;
    font-style: normal;
}
.BrandonTextWeb-Thin {
    font-family: BrandonTextWeb-Thin;
    font-weight: normal;
    font-style: normal;
}
/* ---------------------------------------------------------------------- */
/* Variables */
/* ---------------------------------------------------------------------- */
:root {
    --textRegular: 'BrandonTextWeb-Regular';
    --textMedium: 'BrandonTextWeb-Medium';
    --textBold: 'BrandonTextWeb-Bold';
    --textLight: 'BrandonTextWeb-Regular';
    --sollichRed: #A60033;
    --blueAccent: #004D9E;
}
/* ---------------------------------------------------------------------- */
/* Basic settings */
/* ---------------------------------------------------------------------- */

html {
    font-family: Arial,sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    background-color: #fff;
    color: #333;
    font-family: var(--textRegular);
    font-size: 15px;
    line-height: 1.6;
    overflow-x: hidden!important;
}

/*
.container {
    max-width: 1300px;
}
*/

#cookieBanner{
    position:fixed;
    z-index: 9999;
    bottom: 0;
}

.main {
    margin-top: 40px;
    padding-bottom: 3rem;
}

a {
    color: #333;
    outline: none;
}

.main a, footer a, section.main a{
    color: var(--sollichRed);
}

a.internal-link, a.external-link {text-decoration: underline;}

a:hover, a:focus, #menu .active {
    color: #A60033;
    outline: none;
}

a[target="_blank"]::before {
    content: "";
    display: inline-block;
    background: url('../Icons/SVG/external-link.svg') no-repeat;
    min-width: 12px;
    min-height: 12px;
    vertical-align: middle;
    margin-right: 5px;
    height: 1rem;
    filter: invert(9%) sepia(91%) saturate(5051%) hue-rotate(333deg) brightness(90%) contrast(107%);
}

/*#c1244 a[target="_blank"]:before {
    float: left;
    margin-top: 6px;
}*/

.contentText ul {
    list-style: square url("../Icons/listicon.png");
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--textMedium);
    font-weight: normal;
    font-style: normal;
}

h2, .h2 {
    /*font-family: var(--textLight);*/
    letter-spacing: 5px;
    font-size: 16px;
    color: var(--sollichRed);
    text-transform: uppercase;
    padding: 10px 2px;
}

h3, .h3 {
    font-size: 38px;
    font-weight: 700;
    padding: 5px 0 25px 0;
}

h6{
    font-size: 1.05rem;
}
/*p{font-size: 16px;}*/
.blockquote {
    background-color: #EEEBEB;
    color: #b89786;
    padding: 30px;
}

.blockquote::before {
    content: "";
    display: block;
    background: url("../Icons/SVG/quotation-icon-01-2.svg") no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin: -40px -15px;
}

.blockquote::after {
    content: "";
    display: block;
    background: url("../Icons/SVG/quotation-icon-02-2.svg") no-repeat;
    width: 20px;
    height: 20px;
    float: right;
    margin: 45px -10px;
    bottom: -1px;
}

#pagetitel {
    color: #fff;
    font-size: 3vw;
    margin-top: -115px;
    margin-bottom: 60px;
}

.col {
    margin: 0 0 1rem 0;
}

.row{
    display: block;
}

.col-6 {
    max-width: 100%;
}

.productslider {
    max-height: 450px;
    overflow: hidden;
}

.productslider img {
    width: 100%;
    height: auto;
}

/*#page-1 .main{
    margin-top: 0;
    padding-bottom: 0;
}*/

/*#c1730::before{
    content: '';
    display: block;
    height:      105px;
    margin-top: -105px;
    visibility: hidden;
}*/


/* ---------------------------------------------------------------------- */
/* Card */
/* ---------------------------------------------------------------------- */

.card{
    border: none;
    border-radius: 0;
    box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.1);
    margin: 0 0 1rem 0;
}

.card-title{
    font-family: var(--textBold);
    text-transform: uppercase;
}


#page-6 .card-title{
    position: absolute;
    top: 15px;
    right: 15px;
    background: #fff;
    border-radius: 50%;
    padding: 22px 15px;
}


.card-img-top{
    height: auto;
    width: 100%;
    transition: all 0.5s ease 0s;
}

.card-img-overlay .card-title{
    bottom: 10px;
    color: #fff;
    position: absolute;
    transition: all 0.5s ease 0s;
    text-transform: capitalize;
    z-index: 1;
}

.card-img-top-wrap{
    overflow: hidden;
}

.cardlink .card-img-top-wrap::after {
    content: "";
    background: rgba(55,55,55,0.5);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.cardlink:hover .card-title {
    color: #eee;

}



.cardlink:hover img {
    -webkit-filter: blur(2px); /* Safari 6.0 - 9.0 */
    filter: blur(5px);
}

.cardbox{
    transition: all 0.5s ease 0s;
}

.cardbox .card-body {
    padding-bottom: 1.5rem;
}

.cardbox .card-title{
    font-size: 100%;
}

.cardbox a{
    color: var(--sollichRed);
    font-family: var(--textBold);
    text-transform: uppercase;
}

.cardbox:hover{
    background: var(--sollichRed);
}

.cardbox:hover a, .cardbox:hover .card-text {
    color: #fff;
    text-decoration: none;
}

.cardbox:hover h4{
    color: #ccc;
}

.cardbox:hover img{
    transform: scale(1.2);
}

.main .col{
    position: relative;
}

#page-48 .main .col .card.cardbox {
    height: 100%;
}

.be-layout-productsoverview .main .col .card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 42px;
}

.be-layout-productsoverview .main .col .card-title sup {
    top: -.3em;
}


.be-layout-productsoverview .main .col .card.cardbox {
    min-height: 38px;
    height: auto;
}

/*
.card.cardbox .stretched-link {
    position: absolute;
    bottom: 1rem;
}*/

/* ---------------------------------------------------------------------- */
/* Infobox */
/* ---------------------------------------------------------------------- */
/*
.infobox{
    position: relative;
}
*/
.infobox #infoicon {
    position: absolute;
    height: 37%;
    bottom: 28px;
    right: 10px;
}

.infobox #infoicon path {
    fill: #fff;
}
/*
.infobox h2{
    color: #004D9E;
    letter-spacing: 0;
}

.infobox .btn-secondary{
    border-color: #004D9E;
    color: #004D9E;
    top: 50%;
    transform: translateY(-50%);
}

.infobox .btn-secondary:hover{
    border-color: #004D9E;
}
*/

/* ---------------------------------------------------------------------- */
/* Buttons */
/* ---------------------------------------------------------------------- */

.button-rahmen {border:1px solid #333; display:block;}

.open > .dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #ccc;
    border-color: #ccc;
}

.btn{
    border-radius: 2rem;
    border-color: var(--sollichRed);
    font-family: var(--textMedium);
    padding: 0.7rem 1.2rem;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    margin: 0 10px 10px 0;
}

.btn:hover{
    border-color: var(--sollichRed);
    background-color: #333;
}

.btn:focus, .btn.focus {
    box-shadow: none;
}

.btn-primary {
    color: #fff!important;
    background-color: var(--sollichRed);
}

.btn.btn-primary:hover {
    background: #fff;
    color: var(--blueAccent);
}

.btn.btn-primary .si.icon-arrow{
    margin-left: 5px;
}

.btn-secondary{
    background-color: transparent;
    color: var(--sollichRed);
}

.btn-link {
    font-weight: 400;
    color: #333;
    text-decoration: none;
    width: 100%;
    text-align: left;
}

.accordion .btn{
    border-radius: inherit;
    border-color: transparent;
    text-decoration: none;
}

.accordion .btn:hover{
    border-radius: inherit;
    border-color: transparent;
    background: transparent;

    color: var(--sollichRed);
}

.accordion .card{
    box-shadow: none;
}

.accordion .card-header{
    background: #EEEBEB;
    border-bottom: 1px solid #fff;
}

.accordion .btn{
    border-radius: inherit;
    border-color: transparent;
    text-decoration: none;
    text-transform: inherit;
    margin: 0;
    padding: 0;
    position: relative;

}

.accordion-icon {
    position: relative;
    bottom: 3px;
    left: 0;
    width: 13px;
    margin-right: 20px;
}

.accordion .accordion-icon .cls-1{
    fill: var(--sollichRed);
}

.accordion .accordion-icon .cls-2{
    fill: var(--sollichRed);
    fill-opacity: 0;
}

.accordion .collapsed .accordion-icon .cls-1,
.accordion .collapsed .accordion-icon .cls-2{
    fill: var(--sollichRed);
    fill-opacity: 1;
    transition: all 0.3s ease;
}

/* ---------------------------------------------------------------------- */
/* Termin- / Beratungsbox */
/* ---------------------------------------------------------------------- */

#terminberatung{
    padding: 3rem;
}

#terminberatung.fullwidth{
    background-color: #EEEBEB;
}

/* ---------------------------------------------------------------------- */
/* Full Width Background */
/* ---------------------------------------------------------------------- */

.grey-background-full-width {background-color: #ccc; padding: 20px 0; margin:20px 0;}

.fullwidth {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}

/* ---------------------------------------------------------------------- */
/* Layouts */
/* ---------------------------------------------------------------------- */

.frame-layout-1 {
    background-color: #EEEBEB;
    padding: 25px 25px 10px 25px;
}

.frame-layout-1 ul {
    margin-left: -25px;
    list-style: none; /* Remove default bullets */
}

.frame-layout-1 ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #A60033; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.frame-layout-2 {
    position: relative;
}

.frame-layout-2 header {
    bottom: 0;
    padding: 10px;
    position: absolute;
}

.frame-layout-2 header h2 a{
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    font-family: var(--textMedium);
}

.frame-layout-2 header h2 a:hover{
    text-decoration: none;
}



/* ---------------------------------------------------------------------- */
/* Download Button */
/* ---------------------------------------------------------------------- */

.csc-uploads {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #F6F6F6 url("../Icons/hinweis-retina-icons-download.png") no-repeat scroll 20px 15px / 55px 55px;
    border-color: #ccc;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    margin: 20px 0;
    padding: 15px 0 15px 100px !important;
    text-decoration: none;
}
/*
ul.ce-uploads {
    margin-left: 0;
}

ul.ce-uploads a[target="_blank"]::before{
    display: none;
}

.tx-dce-pi1 ul li {list-style: none;}

ul.ce-uploads .row {
    display: flex;
    column-gap: 10px;
    flex-flow: row;
}

.ce-uploads .download-icon {
    width: 100%;
    max-width: 50px;
    margin: 0 0px 0 15px;
    height: 50px;
}

.ce-uploads li {
    margin-top: 0;
}

#c9981 {
    height: 100%;
}

#c9979 + .row {
    row-gap: 30px;
    display: flex;
}
*/

.csc-uploads span {float: left; margin-right: 8px;}

ul.csc-uploads span.csc-uploads-fileName {
    text-decoration: none;
}

.csc-uploads a {
    text-decoration: none;
    color: #adadad;
}

.csc-uploads a:hover {
    text-decoration: none;
    color: #333;
}

.download-item {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #F6F6F6 url("../Icons/hinweis-retina-icons-download.png") no-repeat scroll 20px 15px / 55px 55px;
    border-color: #ccc;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    height: 85px;
    margin: 20px 0;
    padding: 30px 0 15px 100px !important;
    text-decoration: none;
}

.download-item a {
    text-decoration: none;
    color: #adadad;
}

.download-item a:hover {
    text-decoration: underline;
}

.tx-dce-pi1 ul li {list-style: none;}

/* ---------------------------------------------------------------------- */
/* Schriften */
/* ---------------------------------------------------------------------- */

samp {
    font-family: Arial,sans-serif;
}

.tooltip {
    font-family: Arial,sans-serif;
}

.popover {
    font-family: Arial,sans-serif;
}

/* ---------------------------------------------------------------------- */
/* Header */
/* ---------------------------------------------------------------------- */


#logo {
    /*width: 80%;*/
    max-width: 250px;
    height: auto;
    transition: all 0.5s ease 0s;
}


#header{
    background: #fff;
    position: fixed;
    top:0;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 999;
}

#header.stick{
    background: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.28);
    min-height: 100px;
    position: fixed;
}

#header #curve, #header.stick #curve{
    opacity: 0;
    display: none;
}

.header-logo {padding: 0; outline:none;}

.header-logo a:focus {outline: none;}

/* ---------------------------------------------------------------------- */
/* Language Menu */
/* ---------------------------------------------------------------------- */

#language-menu{
    position: relative;
    padding-left: 0;
    transform: translateX(-5px);
}

#language-menu li{
    display: inline-block;
    list-style: none;
    transition: all 0.5s ease 0s;
    opacity: 0.5;
}
#language-menu li.active, #language-menu li:hover{
    opacity: 1;
}

.header-bottom #language-menu {
    transform: none;
    padding: inherit;
    margin-left: 20px;
}

.language-menu-info{
    font-size:0.8em;
    color: var(--blueAccent);
    opacity:1!important
}

.language-menu-info span{
    margin-left:5px;
    margin-right:5px;
}
.language-menu-tel{
    margin-left:5px
}

.language-menu-info img{
    width: 12px;
    margin-bottom: 3px;
    height: auto;
}

@media (min-width: 900px) {
    #language-menu {
        padding-left: 10px;
    }
}

/* ---------------------------------------------------------------------- */
/* Carousel */
/* ---------------------------------------------------------------------- */


.carousel-indicators{
    bottom: 30px;
}

.carousel-indicators a{
    padding: 10px;
}

.carousel-indicators span,
.cardcarousel .carousel-control-prev span,
.cardcarousel .carousel-control-next span{
    background: rgba(255,255,255,0.5);
    color: #fff;
    border-radius: 50%;
    display:inline-block;
    padding: 14px 18px;
    width: 50px;
    height: 50px;
    transition: all 0.5s ease 0s;
}

.cardcarousel .carousel-control-prev,
.cardcarousel .carousel-control-next{
    opacity: 1;
}

.cardcarousel .carousel-control-prev span,
.cardcarousel .carousel-control-next span{
    color: #333;
    opacity: 1;
}

.carousel-indicators a:hover span {
    background: var(--sollichRed);
}

.cardcarousel .card.cardbox {
    height: 99%;
}

.cardcarousel .carousel-item.col-md-4 {
    min-height: 430px;
}

/* ---------------------------------------------------------------------- */
/* Lightbox */
/* ---------------------------------------------------------------------- */

.lightbox .lb-image {
    border-radius: 0;
}

.lb-outerContainer {
    border-radius: 0;
}

.lb-dataContainer {
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* ---------------------------------------------------------------------- */
/* Cookie Banner */
/* ---------------------------------------------------------------------- */

a.sg-cookie-optin-box-copyright-link {
    display: none;
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-footer .sg-cookie-optin-box-footer-links {
    float: none !important;
    text-align: center !important;
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-all:hover {
    background-color: var(--sollichRed)!important;
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-list .sg-cookie-optin-box-cookie-list-item .sg-cookie-optin-checkbox+.sg-cookie-optin-checkbox-label::before {
    border: 2px solid var(--sollichRed)!important;
}

button.sg-cookie-optin-box-button-accept-all,
.sg-cookie-optin-iframe-consent button{
    background: var(--sollichRed)!important;
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-list .sg-cookie-optin-box-cookie-list-item .sg-cookie-optin-checkbox:disabled+.sg-cookie-optin-checkbox-label::before {
    border-color: #A5A5A5!important;
}

.sg-cookie-optin-box-button button{
    text-transform: inherit!important;
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-list .sg-cookie-optin-box-cookie-list-item .sg-cookie-optin-checkbox:checked+.sg-cookie-optin-checkbox-label::before {
    background-color: var(--sollichRed)!important;
}

.sg-cookie-optin-box-footer-user-hash-container{
    display: none;
}

.sg-cookie-optin-box-footer a[target="_blank"]::before{
    display: none;
}


#SgCookieOptin {
    z-index: 99999;
}


/* ---------------------------------------------------------------------- */
/* Mask */
/* ---------------------------------------------------------------------- */




.homeslider .carousel-item {
    min-height: 300px;
}



.homeslider .carousel-caption{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity .85s ease-in-out;
    -moz-transition: opacity .85s ease-in-out;
    -webkit-transition: opacity .85s ease-in-out;
}


.homeslider .active .carousel-caption{
    opacity: 1;
}

.homeslider .carousel-inner {
    max-height: 600px;
}

/*.homeslider .carousel-caption .btn{
    font-size: 60%;
}*/

.homeslider .si.icon-arrow-left {
    padding: 14px 15px;
}

.homeslider .si.icon-arrow-right {
    padding: 14px 19px;
}

.homeslider .si.icon-arrow{
    margin-left: 10px;
}

/* ---------------------------------------------------------------------- */
/* Tabs */
/* ---------------------------------------------------------------------- */

.tab-line {
    background: #adadad none repeat scroll 0 0;
    height: 20px;
    margin-top: 40px;
    overflow-x: hidden;
    position: relative;
    width: 1200px;
    z-index: 1000;
    border-left: 1px solid #ccc;
}

.nav-tabs {
    border-bottom: none;
    margin-top: 40px;
}

.nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 0;
    line-height: 1.42857;
    margin: 0;
    height: 45px;
    padding: 0 10px;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    padding: 0;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: rgba(0,0,0,0);
    text-decoration: none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #adadad;
    border-color: transparent #ccc;
    border-image: none;
    border-style: solid;
    border-width: 0px;
    color: #fff;
    cursor: default;
    margin-right: 0;
    padding: 10px;
}

.tab-content {
    border-top: #A60033 1px solid;
    padding: 30px 0;
    margin-top: 1px;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #333;
    background-color: #EEEBEB;
    border-color: #EEEBEB;
}

.nav-tabs .nav-link {
    border: 1px solid
    transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 10px;
}

/* ---------------------------------------------------------------------- */
/* Table */
/* ---------------------------------------------------------------------- */

.table-bordered {
    border: 1px solid #ccc;
    background: #F6F6F6;
}

.table {margin-top: 20px;}

th {color:#adadad;}

tr.tr-odd {background-color: #fff;}

table{
    padding: 0;
    width: 100%;
}

table, th, td {
    border: none;
    vertical-align: top;
}

tr:nth-child(odd) td,
tr:nth-child(odd) th{
    background: rgba(0,0,0,0.09);
}



th{
    font-weight: bold;
}

td, th{
    background: #fff;
    color: var(--textRegular);
    padding: 10px;
    vertical-align: top;
}

thead th{
    background: #fff!important;
}


/* ---------------------------------------------------------------------- */
/* Navigation */
/* ---------------------------------------------------------------------- */


.container.header-logo .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
}




.nav-top {
    background-color: #333;
}

.navbar {
    display: none;
}

.navbar-default {
    background-color: #fff;
    border-color: #ccc;
}

.navbar {
    border-radius: 0px;
    margin-top: -6px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #ccc;
    color: #fff;
}

#breadcrumb {
    padding-left: 15px;
    margin-bottom: 80px;
    margin-top: -40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}

#breadcrumb a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}

.navbar-language {padding-top: 5px; color: #fff;}

.navbar-language a {color: #fff;}


ul.nav li.dropdown:hover ul.dropdown-menu{
    display: block;
    margin-top:0px
}

.navbar-toggler>.close {
    display:inline;
}
.navbar-toggler.collapsed>.close, .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display:none;
}

.navbar-nav li {
    margin: 0 10px;
}

.navbar-nav > li:first-child {
    margin: 0 15px 0 0;
}

.navbar-nav > li:last-child {
    margin: 0 0 0 15px;
}

.dropdown{
    position: static;
}

.dropdown-menu{
    border: none;
    border-radius: 0;
    padding: 0;
    left: auto;
}

.dropdown-menu ul{
    border-radius: 0;
    border: none;
    box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.1);
    min-width: auto;
}

.dropdown-menu li {
    border-bottom: 1px solid #eee;
    margin: 0;
}

.dropdown ul li a {
    padding: 0.4rem 2.3rem 0.4rem 1.3rem;
    display: inline-block;
}

.dropdown a.active {
    color: var(--sollichRed);
}

.dropdown-menu li a:hover {
    text-decoration: none!important;
}


.dropdown-menu ul {
    list-style: none;
    padding: 0;
}


.dropdown-item{
    padding: 0;
}

.dropdown-item:hover{
    background: transparent;
    color: #A60033;
}

.toggle-dropdown::after {
    content: "";
    position: absolute;
    transform: rotate(-45deg);
    color: #fff;
    border: solid var(--sollichRed);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-top: 9px;
    margin-left: 7px;
    cursor: pointer;
    right: 12px;
}

.dropdown ul {
    display: none;
}

.dropdown ul ul {
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    z-index: 99;
    padding: 0;
    min-height: 100%;
}

.dropdown-menu .dropdown.active ul {
    display: block;
}

.navbar-nav > li > a {
    color: #fff;
    text-decoration: none;
    text-align: left;
    transition: all 0.5s ease 0s;
    box-shadow: none;
    padding: 1em 0 1em 0;
    font-size: 15px;
}
.navbar-nav > li > a:hover {
    color: #A60033;
}

.navbar-nav > li > a::after,
.navbar-nav > .active > a::after{
    border-bottom: 1px solid #A60033;
    content: "";
    display: block;
    height: 3px;
    left: -1px;

    position: relative;
    top: -38px;
    transform: scale(0, 1);
    transform-origin: center center 0;
    transition: all 0.15s ease-out 0s;
    width: 100%;
}
.navbar-nav > li > a:hover::after,
.navbar-nav > .active > a::after{
    background: #A60033;
    transform: scale(1, 1);
}
/*
.nav li.active > a {
    color: #A60033;
    outline: none;
    background-color: transparent;
}
*/
.nav li.active > a {
    color: #FFF;
    outline: none;
    background-color: transparent;
    text-decoration: underline;
    font-weight: 700;
    font-family: var(--textMedium);
    text-underline-offset: 5px;
    text-decoration-thickness: 3px;
}

.navbar-nav > .dropdown > .dropdown-menu > .dropdown > a,
.navbar-nav > .dropdown > .dropdown-menu > li > a {
    /*color: var(--sollichRed);*/
    font-weight: 600;
}

.navbar-nav li .dropdown .dropdown ul{
    display: none;
}

.products-submenu {
    border-top: #A60033 5px solid;
    border-bottom: #A60033 5px solid;
    text-transform: uppercase;
    padding: 0;
}

.products.active > a {
    color: var(--sollichRed);
}

.products-subsubmenu {
    color: #333;
}
/*
.products-submenu > .active {
    padding: 0;
}

.products-submenu a{
    color: #333!important
}
*/
.products-submenu .active > a {
    color: var(--sollichRed)!important;
}

.products-submenu li{
    font-family: var(--textBold);
    list-style: none;
    margin: 1px;
    position: relative;
}

.products-submenu >li > a{
    background: #eee;
}

.sub > li > a::before {
    content: "+ ";
    left: 5px;
    position: absolute;
    width: 0.5em;
}

.sub .active > a::before {
    content: "- ";
}

.products-submenu > li > a{

    padding: 15px;
}

.products-subsubmenu li > a::before {
    left: 15px;
}

.products-subsubsubmenu li > a::before {
    left: 25px;
}

.products-submenu .products-subsubmenu li a {
    padding-left: 30px;
}

.products-submenu .products-subsubsubmenu li a {
    padding-left: 45px;
}

.products-submenu li a{
    list-style: none;
    position: relative;
    display: block;
    padding: 10px 0 10px 20px;
    border-top: 1px solid #efefef;
}

.products-submenu a:hover{
    text-decoration: none;
}


.products-subsubmenu, .products-subsubsubmenu{
    padding: 0;
}


.row-full {
    /*background-color: #EEEBEB;*/
    padding: 40px 0;
    margin: 40px 0;
    position: relative;
}

.row-full::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX( -50%);
    height: 100%;
    width: 100vw;
    background: #EEEBEB;
}

#page-1 .slide {
    margin-bottom: -40px;
}

/* ---------------------------------------------------------------------- */
/* MMenu */
/* ---------------------------------------------------------------------- */

#menu {
    max-width: 300px!important;
    max-width: 80vw!important;
}

#menu:not(.mm-menu) {
    display: none;
}

.mmenu-header a {
    display: block;
    width: 3rem;
    height: 100%;
    padding: 11px;
    margin: 2px;
    position: absolute;
    top: -7px;
    left: 0;
    transition: all 0.3s ease-in;
}
.mmenu-header a::before,
.mmenu-header a::after {
    content: '';
    display: block;
    background: var(--gray);
    height: 2px;
    transition: all 0.3s ease 0s;
}

/*
.mmenu-header a::before{
    transform: translateY(-250%);
}

.mmenu-header a::after{
    transform: translateY(250%);
}
*/

.mm-wrapper_opened .mm-slideout .product-header {
    margin-top: 0 !important;
}

.mm-wrapper_opened .mm-slideout {
    background: rgba(55,55,55,0.35);
}

body.mm-wrapper_opened .mmenu-header a {
    top: -14px;
}


.mmenu-header a span {
    background: var(--gray);
    display: block;
    height: 2px;
    margin: 6px 0;
    transition: all 0.3s ease 0s;
}




.mm-wrapper_opening .mmenu-header a span{
    background:transparent;
}

.mm-wrapper_opening .mmenu-header a::before{
    transform: translateY(15px) rotate(45deg);
}

.mm-wrapper_opening .mmenu-header a::after{
    transform: translateY(0px) rotate(-45deg);
}


@media (min-width: 1200px){

    .mmenu-header {
        display: none;
    }
}

/* ---------------------------------------------------------------------- */
/*	Products
/* ---------------------------------------------------------------------- */


.product-header {
    margin-top: 100px;
}

.product-header-img{
    overflow: hidden;
    min-height: 30vh;
}

.product-header-img img {
    width: 100%;
    height: auto;
}




/* ---------------------------------------------------------------------- */
/*	Formular
/* ---------------------------------------------------------------------- */

.main form {
    margin-bottom: 2rem;
}

form {
    margin-top: 30px;
}

.frame-type-form_formframework input,
.frame-type-form_formframework textarea,
.frame-type-form_formframework select {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #333;
    margin: 0 0 -1px;
    padding: 15px 10px;
}

.quicksearch{
    border-radius: 0;
}

.frame-type-form_formframework label{
    display: none;
}

.checkbox label{
    display: inline;
}

.checkbox span {
    margin-left: 27px;
    display: block;
}

.checkbox span a {
    text-decoration: underline;
}

.form-check {
    padding-left: 0;
}

.frame-type-form_formframework input,
.frame-type-form_formframework textarea{
    box-shadow: 0 3px 4px 0 rgba(12, 12, 13, 0.1);
    border: 0;
    font-size: inherit;
}

.frame-type-form_formframework input[type="checkbox"]{
    /*display: none;*/
    opacity: 0;
    z-index: -1;
    position: absolute;
    left: 2px;
}

.frame-type-form_formframework input[type="checkbox"] + label{
    cursor: pointer;
}

.frame-type-form_formframework input[type="checkbox"] + label::before {
    width: 15px;
    height: 15px;
    border-radius: 0;
    border: 1px solid #ccc;
    background-color: #fff;
    display: block;
    content: "";
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}

.checkbox .required {
    display: none;
}

input[type="checkbox"]:checked + label::before {
    box-shadow: inset 0 0 0 3px #fff;
    background-color: var(--sollichRed);
}

.frame-type-form_formframework .radio,
.frame-type-form_formframework .checkbox{
    position: relative;
}

.frame-type-form_formframework input[type="radio"]{
    /*    display: none;*/
    opacity: 0;
    z-index: -1;
    position: absolute;
    left: 2px;
}

.frame-type-form_formframework input[type="radio"] + label{
    cursor: pointer;
}

.frame-type-form_formframework input[type="radio"] + label::before {
    width: 15px;
    height: 15px;
    border-radius: 20rem;
    border: 1px solid #ccc;
    background-color: #fff;
    display: block;
    content: "";
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}

input[type="radio"]:checked + label::before,
input[type="checkbox"]:checked + label::before{
    box-shadow: inset 0px 0px 0px 3px #fff;
    background-color: var(--sollichRed);
}

form a[target="_blank"]::before {
    display: none;
}

form .form-control::-webkit-input-placeholder {
    color: #ccc;
}

form .form-control::-moz-placeholder {
    color: #ccc;
}
form .form-control:-ms-input-placeholder {
    color: #ccc;
}
form .form-control:placeholder {
    color: #ccc;
}

form h2 {
    display: none;
}

#service-1970-themen {
    margin-top: 0.5rem;
}

textarea {
    padding: 10px;
    resize: both;
    width: 50%;
    font-family: inherit!important;
}

input:hover, textarea:hover, select:hover { background: #eeeeee none repeat scroll 0 0 !important; color: #333 !important; }

input:focus, textarea:focus, select:focus { border-color: #ccc; }

input[type="submit"], input[type="reset"], .powermail_confirmation_submit {
    font-size: 13px;
    background: #adadad;
    color: #fff;
    cursor: pointer;
    border: 1px solid #ccc;
}

ul .parsley-required {color: red;margin: 10px 0;}

/* ---------------------------------------------------------------------- */
/*	Isotope-Filter
/* ---------------------------------------------------------------------- */
/*
.button.btn.btn-primary {
    font-size: 85%;
    padding: 10px;
    border-radius: 10px!important;
}
*/
/* clear fix */
/*.grid:after {
    content: '';
    display: block;
    clear: both;
}
*/

/* 1 columns, percentage width */
/*.grid .cardbox,
.grid-sizer {
    width: 90%;
    margin: 10px;
}
*/
/*.grid .cardbox {
    transition: none;
}
*/

/* ---------------------------------------------------------------------- */
/*	Formular
/* ---------------------------------------------------------------------- */
/*
input, textarea, select {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #333;
    font: 12px/1.5 Arial,sans-serif;
    margin: 0 0 -1px;
    padding: 15px 10px;
}

.powermail_label {display: none;}

.powermail_legend {display: none;}

input, select {
    width: 50%;
}

.tx-felogin-pi1 input, select {
    width: 30%;
}

textarea {
    padding: 10px;
    resize: both;
    width: 50%;
}

input:hover, textarea:hover, select:hover { background: #eeeeee none repeat scroll 0 0 !important; color: #333 !important; }

input:focus, textarea:focus, select:focus { border-color: #ccc; }

input[type="submit"], input[type="reset"], .powermail_confirmation_submit {
    font-size: 13px;
    background: #adadad;
    color: #fff;
    cursor: pointer;
    border: 1px solid #ccc;
}

ul .parsley-required {color: red;margin: 10px 0;}

.powermail_radio_inner {float: left;}

.powermail_field_error_container{float: left;}

.powermail_form span {
	color: #fff;
	float: right;
	font-size: 11px;
	margin: 0 53px 10px 0;
}

.tx-powermail dl {margin-left: 40px; margin-bottom: 15px;}

.tx-powermail dt {font-weight: 800; margin-right: 10px;}

.tx-powermail dt {float: left;}

.powermail_confirmation h4 {margin: 20px 0 10px 40px;}

.parsley-custom-error-message, .parsley-required {color: #cd0000;}

.powermail_create p {margin: 15px; color: #fff;}

.powermail_headline {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #adadad;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 0;
	margin: 25px 0 15px 40px;
	text-align: left;
}

powermail_radio_outer {margin-top: 20px;}
*/
/* ---------------------------------------------------------------------- */
/*	Login
/* ---------------------------------------------------------------------- */

.tx-felogin-pi1 input, textarea, select {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ccc;
    border-image: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    box-shadow: none;
    font: 12px/1.5 Arial,sans-serif;
    margin: 0;
    padding: 15px 10px;
}

.tx-felogin-pi1 input[type="submit"], .tx-felogin-pi1  input[type="reset"] {
    margin-top: 20px;
}

.tx-felogin-pi1 legend {display: none;}

.tx-felogin-pi1 form {margin-top: 20px;}

.tx-felogin-pi1 label {margin-top: 10px;}

.tx-felogin-pi1 p {margin-top: 20px;}

.powermail_confirmation_form {margin-bottom: 0px !important;}

.tx-powermail ul {margin: 0px 0;}

input[type="submit"].medium, input[type="reset"].medium, button.medium { font-size: 15px; }

input[type="submit"].large, input[type="reset"].large, button.large { font-size: 17px; }

select, option {
    cursor: pointer;
    padding: 35px 7px;
}

input[type="checkbox"], input[type="radio"], .contact-form input[type="checkbox"], .contact-form input[type="radio"] { width: 20px; }

/* Fix for Mobile Safari */
input[type="checkbox"] { -webkit-appearance: checkbox; }

input[type="radio"] { -webkit-appearance: radio; }

/* Chrome, Safari */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #ccc; }

/* Firefox */
input:-moz-placeholder, textarea:-moz-placeholder { color: #ccc; }

/* jQuery fallback */
input.placeholder, textarea.placeholder { color: #ccc; }

/* ---------------------------------------------------------------------- */
/* Back to Top */
/* ---------------------------------------------------------------------- */

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.8) url(../Icons/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 9;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}
a.cd-top:hover {
    background-color: #333;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}

/* ---------------------------------------------------------------------- */
/* Suche */
/* ---------------------------------------------------------------------- */

.suche_input {
    background-color: #eee;
    color: #8F8F8F;
    font-size: 12px;
    font-weight: bold;
    border: none;
    border-bottom: 1px solid #555555;
    height: 20px;
    padding: 3px;
    width: 88%;
}

.suche {
    border-left: 1px solid #555555;
    border-right: 1px solid #555555;
    padding-top: 4px;
    padding-bottom: 4px;
    margin:0px;
    height: 30px;
}

/* ---------------------------------------------------------------------- */
/* Card Carousel */
/* ---------------------------------------------------------------------- */

.cardcarousel{
    padding: 40px 0;
    margin: 40px 0;
}
/*
.cardcarousel .card.cardbox {
    height: 99%;
}


.form-check span a {
    color: var(--sollichRed);
}
*/
/* ---------------------------------------------------------------------- */
/* Accordion */
/* ---------------------------------------------------------------------- */

.panel {
    border: 1px solid #ccc;
}

.panel-title > a.collapsed {display: block; padding: 20px 0px 22px 70px;background: url(../Icons/accordeon-icon.png) no-repeat 10px 10px; color: #333;}

.panel-title > a {display: block; padding: 20px 0px 22px 70px;background: #adadad url(../Icons/accordeon-icon.png) no-repeat 10px -110px; color: #fff;}

.panel-title a:hover, .panel-title a:focus {
    color: #333;
    text-decoration: none;
}

.panel-group .panel {
    border-radius: 0;
    margin-bottom: -1px;
}
.panel-default {
    border-color: #ccc;
}

.panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0px;
}

.panel-default > .panel-heading {
    background: #fff;
}

.panel-body {
    padding: 30px;
}

/* ---------------------------------------------------------------------- */
/* Video */
/* ---------------------------------------------------------------------- */

.frame-type-textmedia{
    box-shadow: 0 1px 4px 0 rgba(12,12,13,0.6);
}

.frame-type-textmedia .ce-gallery{
    margin-bottom: 0;
}

.frame-type-textmedia .ce-column {
    float: inherit;

}

.frame-type-textmedia .ce-center .ce-inner,
.frame-type-textmedia .ce-center .ce-outer{
    float: inherit;
    right: 0;
}

.video {
    width: 100%;
}

.video-embed {
    position: relative;
}

.video-embed > video {
    width: 100%;
    vertical-align: middle;
    max-height: 512px;
}

.vvideo-embed > video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

.video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(49% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 1;
    cursor: pointer;
    background-image: linear-gradient(transparent, #33505d);
    transition: all 0.5s ease 0s;
}

.video-overlay-play-button:hover {
    padding: 10px calc(48% - 50px);
}

.video-overlay-play-button.is-hidden {
    display: none;
}

/* ---------------------------------------------------------------------- */
/* Footer */
/* ---------------------------------------------------------------------- */

#footer {padding: 20px 0 10px; font-size: 13px; background-color: #EEEBEB; color: #333; border-top: #A60033 5px solid;}

#footer-bottom {margin-top: 0px; background-color: #EEEBEB; color: #fff; padding-bottom: 30px; }

#footer a, #footer-bottom a  {color: var(--sollichRed);}

#footer .icontext{

}

#footer .si{
    color: var(--sollichRed);
    font-size: 120%;
    padding-right: 5px;
    vertical-align: middle;
}

#footer #c12 a{
    color: var(--sollichRed);
    font-family: var(--textBold);
}

.footer-bottom-box {position: relative;}


.footer-bottom-box #curve-footer path{
    fill: none;
    stroke: var(--sollichRed);
}

.footer-bottom-box h2{
    color: var(--sollichRed);
    text-align: center;
}

.footer-bottom-box .left{
    top: -20px;
}
.footer-bottom-box .left a{
    margin-right: 10px;
}

.footer-bottom-box .right{
    text-align: center;
}

#c9693 {
    margin-bottom: 0;
}

.linkedin::before {
    display: none !important;
}

#c4984, #c4984 .ce-gallery{
    margin-bottom: 0!important;
    padding-bottom: 0 !important;
}


/* ---------------------------------------------------------------------- */
/* Social */
/* ---------------------------------------------------------------------- */

.social-links {float: right;}

.social-links li.facebook a {background: rgba(0, 0, 0, 0) url("../Icons/social-fb.png") no-repeat scroll 0 0 / 25px;}

.social-links li.facebook a:hover {background: rgba(0, 0, 0, 0) url("../Icons/social-fb.png") no-repeat scroll 0 -25px / 25px;}

.social-links li.google a {background: rgba(0, 0, 0, 0) url("../Icons/social-gplus.png") no-repeat scroll 0 0 / 25px;}

.social-links li.google a:hover {background: rgba(0, 0, 0, 0) url("../Icons/social-gplus.png") no-repeat scroll 0 -25px / 25px;}

.social-links li.xing a {background: rgba(0, 0, 0, 0) url("../Icons/social-xing.png") no-repeat scroll 0 0 / 25px;}

.social-links li.xing a:hover {background: rgba(0, 0, 0, 0) url("../Icons/social-xing.png") no-repeat scroll 0 -25px / 25px;}

.social-links li.linkedin a {background: rgba(0, 0, 0, 0) url("../Icons/social-linkedin.png") no-repeat scroll 0 0 / 25px;}

.social-links li.linkedin a:hover {background: rgba(0, 0, 0, 0) url("../Icons/social-linkedin.png") no-repeat scroll 0 -25px / 25px;}

.social-links a {
    display: block;
    height: 25px;
    transition: all 0.2s ease-out 0s;
    width: 25px;
}

.social-links li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 5px 10px 0px;
}

/*#Bewerbung-1645 {
    padding-top: 3rem;
}

#c824 img {
    max-width: 85%;
    height: auto;
    margin: 0 auto;
}
*/
/* ---------------------------------------------------------------------- */
/* Sollich Icons */
/* ---------------------------------------------------------------------- */

.si {
    vertical-align: middle;
    display:inline-block;
}

@media (min-width: 700px) {
    .homeslider .carousel-caption {
        text-align: left;
    }
}



@media (min-width: 900px){

    .fivecolumns .col-md-2, .fivecolumns .col-sm-2, .fivecolumns .col-lg-2  {
        width: 20%;
        *width: 20%;
    }

    #header{
        background: transparent;
        position: fixed;
    }

    #header #logo{
        position: absolute;
        right: 0;
    }

    #header.stick .nav > li > a{
        color: #333;
        font-size: 90%;
    }
    #header.stick #logo{
        max-width: 180px;
    }

    #header #curve {
        position: absolute;
        bottom: 0;
        transition: all 0.5s ease 0s;
        display: block;
        opacity: 1;
        width: 100%;
        top: -45px;
        height: 170px;
    }

    #curve .cls-1{fill:#fff;}

    .navbar {
        padding: 0.5rem 0;
    }

    .product-header {
        margin-top: 0;
    }


    .homeslider .carousel-caption .btn{
        font-size: inherit;
    }

    .homeslider .col-md-6{
        padding: 0;
    }

    .row{
        display: flex;
    }

    .row-full::before {
        width: 120vw;
    }

    .col-6 {
        max-width: 50%;
    }

    .infobox #infoicon {
        position: absolute;
        height: 100%;
        top: 0px;
        right: 24%;
    }

    .infobox .btn{
        position: absolute;
        right: 15px;
    }


    .cardcarousel .carousel-item{
        float: none;
        margin-right: 0;
    }

    /* show 3 items */
    .cardcarousel .carousel-inner .active,
    .cardcarousel .carousel-inner .active + .carousel-item,
    .cardcarousel .carousel-inner .active + .carousel-item + .carousel-item {
        display: block;
    }

    .cardcarousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .cardcarousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .cardcarousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        transition: none;
    }

    .cardcarousel .carousel-inner .carousel-item-next,
    .cardcarousel .carousel-inner .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0);
    }

    .cardcarousel .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* left or forward direction */
    .cardcarousel .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .cardcarousel .carousel-item-next.carousel-item-left + .carousel-item,
    .cardcarousel .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .cardcarousel .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* farthest right hidden item must be abso position for animations */
    .cardcarousel .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* right or prev direction */
    .cardcarousel .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .cardcarousel .carousel-item-prev.carousel-item-right + .carousel-item,
    .cardcarousel .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .cardcarousel .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }





    #terminberatung{
        background-size: cover;
    }

    #terminberatung.fullwidth{
        background-color: #EEEBEB;
    }

    #terminberatung .image-overlap {
        position: absolute;
        right: 46%;
    }

    #terminberatung .image-overlap img{
        position: absolute;
        height: 22vh;
        width: auto;
        bottom: -178px;
        max-height: 250px;
    }

    #terminberatung .image-overlap + .col-md-4{
        text-align: right;
    }



    .footer-bottom-box .right{
        text-align: right;
        top: -20px;
    }

    .fieldset{
        columns: 2;
    }

}



@media (min-width: 992px) and (max-width: 1199px) {


}

@media (min-width: 1200px) {
    .navbar{
        display: block;
    }
    .fivecolumns .col-md-2, .fivecolumns .col-sm-2, .fivecolumns .col-lg-2 {
        width: 20%;
        *width: 20%;
    }
    .language-menu{
        padding-left: 10px;
        transform: none;
    }

}

@media only screen and (max-width: 768px) {
    .language-menu-info{
        display:none!important
    }
}

@media (min-width: 768px) and (max-width: 979px) {

    .fivecolumns .col-md-2, .fivecolumns .col-sm-2, .fivecolumns .col-lg-2 {
        width: 33%;
        *width: 33%;
    }

}

@media only screen and (min-width: 480px) and (max-width: 900px) {

    .navbar-header {display:block;}

    .header-logo {padding: 15px 30px; outline:none;}

    .news {margin: 0 20px;}

}

@media only screen and (max-width: 479px) {

    .navbar-header {display:block;}

    .header-logo {padding: 20px 25px; outline:none;}

    .news {margin: 0 20px;}

    table thead th{
        display: none;
    }

    table td {
        display: block;
    }

    .mm-panel .mm-listitem__text {
        white-space: break-spaces;
    }
    .homeslider .carousel-item img {
        transform: translateX(-50%);
    }
    .homeslider .carousel-caption h3 {
        text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    }
    .ce-textpic.ce-right .ce-gallery{
        float: none;
    }

    .carousel-indicators span,
    .cardcarousel .carousel-control-prev span,
    .cardcarousel .carousel-control-next span {
        background: rgba(155, 155, 155, 0.1);
    }
}

@media only screen and (max-width: 992px) {
    .row.product-container {
        flex-flow: column-reverse;
        display: flex;
    }

    .container.header-logo {
        padding-bottom: 4px;
    }

    .product-header {
        margin-top: 70px;
    }

    #header.stick {
        min-height: 70px;
    }

    .homeslider .active .carousel-caption {
        left: 50%;
        transform: translate3d(-50%,-50%,0);
    }
    .container.carousel-caption.d-md-block h3 {
        font-size: 30px;
    }

    #curve-footer, .footer-bottom-box .logo {
        display: none;
    }
    h2, h3 {
        font-size: 115%;
        letter-spacing: 0;
    }

    .be-layout-productsoverview .col-lg-9 .row,
    .overview {
        display: flex;
    }

    .be-layout-productsoverview .col-lg-9 .col,
    .overview .col-sm-6{
        flex: 0 0 auto;
        width: 50%;
        padding: 5px;
    }

    .product-header-img {
        overflow: hidden;
        min-height: 20vh;
    }
    #pagetitel {
        color: #fff;
        font-size: 5vw;
        margin-top: -115px;
        margin-bottom: 60px;
    }

    .header-bottom .language-menu img {
        height: 30px;
        margin-right: 10px;
    }

    #terminberatung{
        padding: 2rem 1rem;
    }

    .btn.btn-primary .si.icon-arrow::before {
        display: inline-block;
        transform: translateY(2px);
    }

    .footer-bottom-box .col-md-4 h2 {
        letter-spacing: 4px;
        border-top: 1px solid;
        padding-top: 1rem;
    }
}

@media (min-width: 1900px) {

    #header::before {
        content: "";
        background: #fff;
        position: absolute;
        top: 0;
        left: 0;
        width: 22vw;
        height: 27px;
    }
    #header::after {
        background: #fff;
        position: absolute;
        top: 0;
        right: 0;
        width: 16vw;
        height: 125px;
        content: "";
    }
    #header.stick::after {
        display: none;
    }

    .homeslider img{
        width: 100%;
        height: auto;
    }
    .homeslider .carousel-caption {
        bottom: auto;
        top: 30vh;
    }



    #pagetitel{
        font-size: inherit;
    }

    .cardcarousel{
        min-height: 500px;
    }

}

@media (min-width: 2300px) {

    #header::after {
        width: 22vw;
    }

    .homeslider .carousel-inner {
        max-height: 700px;
    }
}


/* ---------------------------------------------------------------------- */
/* Anpassung Akkordeon nach Update auf TYPO3 v11 */
/* ---------------------------------------------------------------------- */

[id^="accordion-"] .card {
    box-shadow: none;
}
[id^="accordion-"] .card .card-header {
    background: #EEEBEB;
    border-bottom: 1px solid #fff;
}
.card .card-header h5 button.btn {
    border: none;
    padding: 0;
    text-transform: none;
    transition: none;
    margin: 0;
    text-decoration: none;
}
.card .card-header h5 button.btn:hover {
    background-color: unset;
    text-decoration: none;
}
.card .card-header h5 button.btn-link:hover {
    text-decoration: none;
}
.card .card-header button::before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 20 20"><rect class="cls-1" y="8" width="20" height="2.99"></rect></svg>');
    margin-right: 20px;
}
.card-header button.collapsed::before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 20 20"><rect class="cls-1" y="8" width="20" height="2.99"></rect><rect class="cls-2" x="8" width="2.99" height="20"></rect></svg>');
    margin-right: 20px;
}


/* ---------------------------------------------------------------------- */
/* Anpassung Indexed Search                                               */
/* ---------------------------------------------------------------------- */

form#tx_indexedsearch fieldset legend {display:none;}
form#tx_indexedsearch p {display:none;}
.tx-indexedsearch-form {float: left; padding-right: 40px; padding-top: 8px;}
.tx-indexedsearch-form label {padding-right: 30px;}
.tx-indexedsearch-rules {display:none; }
.tx-indexedsearch-res .tx-indexedsearch-info { display:none; }
.tx-indexedsearch-res h3 {padding-bottom: 0; padding-top:25px;}
.tx-indexedsearch-res .tx-indexedsearch-percent { display:none; }
.tx-indexedsearch-browsebox { margin: 3em 0;}
.tx-indexedsearch-searchresults {margin-top: 3em;}
.tx-indexedsearch-icon {display:none; }
input.tx-indexedsearch-searchbox-sword {min-width: 200px;}
.tx-indexedsearch-search-submit {float: left;}
input.tx-indexedsearch-searchbox-button {
    -webkit-appearance: button;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 2rem;
    border-color: var(--sollichRed);
    font-family: var(--textMedium);
    padding: 0.7rem 1.2rem;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    margin: 0 10px 10px 0;
    cursor: pointer;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: #fff;
    background-color: var(--sollichRed);
}
.tx-indexedsearch-info-sword-word {color: var(--sollichRed);}
.tx-indexedsearch-browsebox {margin: 3em 0;}
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox {
    float: none !important;
    text-align: center;
    list-style: none;
    padding: 0;
}
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li {
    display: inline-block;
    vertical-align: middle;
    font-weight: 300;
}
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li:after {
    content: "//";
    color: #eee;
    margin: 0 8px;
}
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li:last-child:after {
    content: " ";
    color: #eee;
    margin: 0 8px;
}

input.tx-indexedsearch-searchbox-button {
    width:100%;
    margin-top: -4px;
}

input.tx-indexedsearch-searchbox-sword {
    margin: 0;
    padding: 1px 2px;
}



/* ---------------------------------------------------------------------- */
/* Anpassung News                                                         */
/* ---------------------------------------------------------------------- */

#page-31 .main .col .card.cardbox {
    height: 100%;
}

@media screen and (min-width: 900px){
    #page-31 .main .col {
        max-width: 33% !important;*/
    }

    #page-31 .main .col .card.cardbox .card-img-top-wrap {
        width: 100%;
        max-width: 600px;
        height: 600px;
        overflow: hidden;
    }

    #page-31 .main .col .card.cardbox .card-img-top {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

}

@media screen and (min-width: 900px) and (max-width: 1199px){
    #page-31 .main .col .card.cardbox .card-img-top-wrap {
        max-height: 350px;
    }
}

#page-31 .main .col .card.cardbox .card-img-top-wrap.landscape {
    height: 300px;
}

.news-single .article .news-img-wrap {
    width: inherit !important;
    max-width: 100%;
}

.news-single .article .news-img-wrap .outer {
    margin-bottom: 20px;
}

.frame-layout-0 .news-img-wrap .mediaelement-image img {
    max-width: 100%;
    height: auto;
}


/* ---------------------------------------------------------------------- */
/* Anpassung Slider Carousel Responsive                                   */
/* ---------------------------------------------------------------------- */

.responsivehide {
    display:none;
}

/* Small devices */
@media (max-width: 767px) {
    .visible-smartphone {display: block !important;}
}

/* Tablets */
@media (min-width: 768px) and (max-width: 1199px) {
    .visible-tablet {display: block !important;}
}

/* Desktop */
@media (min-width: 1200px) {
    .visible-desktop {display: block !important;}
}

/*-----------------------------------------------------------------------*/
/*Anpassungen Cookie Bot									 			 */
/*-----------------------------------------------------------------------*/
#CybotCookiebotDialog {
    /*left: 24%!important;*/

}
@media screen and (max-width: 601px){
    #CybotCookiebotDialog {
        /*max-height: calc(100% - 200px)!important;*/
    }
}


.overview .card {
    border:solid 1px rgba(12,12,13,0.15) !important;
}


/* ---------------------------------------------------------------------- */
/* Anpassung Form Uploads                                                 */
/* ---------------------------------------------------------------------- */

fieldset[data-repeatable-container] {
    margin-top: 30px;
}

fieldset[data-repeatable-container]:last-of-type {
    margin-bottom: 30px;
}

fieldset[data-repeatable-container] .form-group .input .row legend {
    margin-left: 12px;
    font-size: 1.0rem;
}

fieldset[data-repeatable-container] .form-group .input .row .btn-group {
    margin-left: 50px;
}

fieldset[data-repeatable-container] .form-group .input .row .btn-group .btn {
    border-radius: 1.5rem;
    padding: 0.5rem 0.6rem 0.35rem 0.6rem;
    text-transform: uppercase;
    font-size: 0.75rem;
    margin:0;
}

fieldset[data-repeatable-container] .form-group .input .row .btn-group .btn:hover {
    color: #FFFFFF;
}

#c10732 .lightbox, #c10423 .lightbox, #c10423 .image-upload {
    position: relative !important;
    line-height: 1 !important;
    width: 100% !important;
    text-align: left !important;
}

/* ---------------------------------------------------------------------- */
/* Anpassung Startseite nach Update auf TYPO3 v12                         */
/* ---------------------------------------------------------------------- */

body#page-1 div.body_wrap.mm-page.mm-slideout div.product-header {
    display: none;
}

.nav.navbar-nav .dropdown.active .dropdown-menu .active a.active {
    color: var(--sollichRed);
}

.frame-type-form_formframework label.form-check-label {
    display: block !important;
}

.card.cardbox {
    border: solid 1px rgba(12, 12, 13, 0.1) !important;
}

div#searchField {
    width: 17rem;
}

#searchField .searchBox input {
    width: 90% !important;
}

@media only screen and (max-width: 992px) {
    .header-bottom .language-menu img {
        height: inherit; !important;
    }
}

/* ---------------------------------------------------------------------- */
/* Anpassung Bootstrap Klassen nach Update auf TYPO3 v13                  */
/* ---------------------------------------------------------------------- */

@media (min-width: 900px) {
    .header-logo .col-md-4 {
        position: relative;
    }

    .header-logo .col-md-4 > a {
        position: absolute;
        right: 15px; /* Entspricht dem padding-right des col-md-4 */
        width: 250px;
        z-index: 999;
    }

    .header-logo .col-md-4 > a img,
    .header-logo .col-md-4 > a svg {
        width: 100%;
        height: auto;
        display: block;
    }

    #header .logo {
        position: absolute;
        left: -15px;
        right: 15px;
    }

}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1560px !important;
    }
}


/*  ---  Search--- */

#searchButton {
    font-size: 1.25rem;
    margin-right: 2.5rem;
    margin-top: -0.2em;
}

#searchButton a#toggleSearch {
    color: #FFF;
}

header.stick #searchButton a#toggleSearch {
    color: inherit;
}

#searchField
{
    display: none;
    position: absolute;
    width: 16rem;
    background-color: #FFF;
    padding: 1.0rem 1.5rem;
    margin-top: 0;
    right: 0;
    border: 1px solid var(--sollichRed);
    /*border-right: 0;
    border-top: 0;*/
    z-index: 10;
}

#searchField .searchBox {
    position: relative;
    color: #FFF;
    margin-top: 0px;
    right: 0;
    text-align: right;
    float: right;
}

#searchField .searchBox form {
    margin-top: 0;
}

#searchField .searchBox .formular {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    position: relative;
    width: 20rem;
    font-size: 1.0rem;
}

#searchField .searchBox .submit {
    float: right;
    width: 30px;
}

#searchField .searchBox .field {
    float: right;
    margin-right: 22px;
}

#searchField .searchBox .inputSearch {
    border-radius: 0;
    height: 39px;
}

#searchField .searchBox input {
    width: 100%;
}

#searchField .searchBox .buttonSearch {
    text-align: center;
    height: 39px;
    line-height: 30px;
    padding: 0;
    width: 39px;
    background-color: var(--sollichRed);
    color: #FFF;
    border-radius: 0;
    border:0;
}

#searchField .searchBox .buttonSearch:hover {
    background-color: #555555;
}


li.dropdown ul li.active > a {
    color: var(--sollichRed);
}


/* Responsive images mit Fluid Styled Content */
.ce-gallery img {display: unset;}
.ce-intext [data-ce-columns="1"],
.ce-intext [data-ce-columns="2"],
.ce-intext [data-ce-columns="3"],
.ce-intext [data-ce-columns="4"] {
    width: 100%;
}

.ce-intext [data-ce-columns="2"] .ce-column,
.ce-center [data-ce-columns="2"] .ce-column {
    width: 48%;
    margin-right: 2%;
}

.ce-intext [data-ce-columns="3"] .ce-column,
.ce-center [data-ce-columns="3"] .ce-column {
    width: 31%;
    margin-right: 2%;
}

.ce-intext [data-ce-columns="4"] .ce-column,
.ce-center [data-ce-columns="4"] .ce-column {
    width: 23%;
    margin-right: 2%;
}

.ce-intext.ce-right .ce-gallery {
    margin-left: 0;
}

.ce-intext.ce-left .ce-gallery {
    margin-right: 0;
}

.ce-textpic,
.ce-image,
.ce-nowrap .ce-bodytext,
.ce-uploads li,
.ce-uploads div {
    overflow: visible;
}
@media screen and (min-width: 601px) {
    .ce-intext [data-ce-columns="1"],
    .ce-intext [data-ce-columns="2"],
    .ce-intext [data-ce-columns="3"],
    .ce-intext [data-ce-columns="4"] {
        width: 50%;
    }
    .ce-intext.ce-right .ce-gallery {
        margin-left: 1rem;
    }
    .ce-intext.ce-left .ce-gallery {
        margin-right: 1rem;
    }
    .ce-textpic,
    .ce-image,
    .ce-nowrap .ce-bodytext,
    .ce-uploads li,
    .ce-uploads div {
        overflow: hidden;
    }
}

.ce-gallery figure.video {
    display: block;
}
/* Responsive Videos mit Fluid Styled Content */
.video-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.video-embed iframe,
.video-embed video {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100% !important;
    height: 100% !important;
}

.ce-center:has(.video-embed) .ce-inner {
    position: relative;
    float: none;
    right: -50%;
}

.ce-left:has(.video-embed) .ce-gallery,
.ce-column:has(.video-embed) {
    float: none;
}

.ce-center:has(.video-embed) .ce-outer {
    position: relative;
    float: none;
    right: 50%;
}

/* Anpassungen für Container */
.frame-type-2cols section,
.frame-type-3cols section,
.frame-type-4cols section,
.frame-type-2cols .container .container,
.frame-type-3cols .container .container,
.frame-type-4cols .container .container {
    padding: 0;
}

section.container div.container .col-md-6 .ce-gallery .ce-column figure img {
    max-width: 96%;
    height: auto;
}

[id^="accordion-"] .card .ce-intext [data-ce-columns="1"], [id^="accordion-"] .card .ce-intext [data-ce-columns="2"], [id^="accordion-"] .card .ce-intext [data-ce-columns="3"], [id^="accordion-"] .card .ce-intext [data-ce-columns="4"] {
    width: unset;
}
