/*Allgemein*/
html {
    font-size: 100%;
}

body {
    font-family: Segoe UI, helvetica, arial;
    font-size: 0.9rem;
    color: #6c6c76;
    background-color: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
}

::selection {
    background: rgba(26, 80, 136, 0.77);
    color: #fff;
    text-shadow: none;
}

:focus {
    outline: none !important;
}

hr {
    border: 0;
    height: 1px;
    background: #6c6c76;
    clear: left;
}

a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    text-decoration: none;
}

a {
    color: #c71712;
}

.active {
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0c1b26;
    font-weight: 500;
}

h2 {
    font-size: 1.5rem;
}

.center {
    text-align: center;
}

p,
a,
span,
li {
    font-size: 0.9rem;
}


/*icons*/

.icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.icon_arrow::before {
   content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.009' height='40' viewBox='0 0 20.009 40'%3E%3Cpath id='volta_icons-01' d='M23.12,28.47A4,4,0,0,0,19.42,26h-2V4a4,4,0,0,0-8,0V26h-2a4,4,0,0,0-2.83,6.83l6,6a4.008,4.008,0,0,0,5.66,0l6-6a4,4,0,0,0,.87-4.36Z' transform='translate(-3.414)' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 30px;
    width: 20px;
    font-weight: 600;
    color: #f9f9fa;
    font-size: 35px;
    padding-right: 10px;
    top: 10px;
    position: relative;
    animation: slide1 1s ease-in-out infinite;
}

.icon_search::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Cpath id='Search' d='M38.25,29.17l-5.06-5.06a16.052,16.052,0,1,0-5.66,5.66l5.06,5.06a4,4,0,0,0,5.66-5.66ZM19.42,24a8,8,0,1,1,8-8A8.011,8.011,0,0,1,19.42,24Z' transform='translate(-3.42)' fill='%236c6c76'/%3E%3C/svg%3E%0A");background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 32px;
    width: 18px;
    font-weight: 400;
    color: #6c6c76;
    font-size: 25px;
    position: relative;
}

.icon_search_end::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Cpath id='Search' d='M38.25,29.17l-5.06-5.06a16.052,16.052,0,1,0-5.66,5.66l5.06,5.06a4,4,0,0,0,5.66-5.66ZM19.42,24a8,8,0,1,1,8-8A8.011,8.011,0,0,1,19.42,24Z' transform='translate(-3.42)' fill='%236c6c76'/%3E%3C/svg%3E%0A");background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 32px;
    width: 18px;
    font-weight: 400;
    color: #6c6c76;
    font-size: 25px;
    position: relative;
}

.icon_triangle::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg id='Double_Chevron' data-name='Double Chevron' xmlns='http://www.w3.org/2000/svg' width='20' height='32' viewBox='0 0 20 32'%3E%3Cpath id='Pfad_1' data-name='Pfad 1' d='M4,32a4,4,0,0,1-2.83-6.83L10.34,16,1.17,6.83A4,4,0,0,1,6.83,1.17l12,12a4.008,4.008,0,0,1,0,5.66l-12,12A3.981,3.981,0,0,1,4,32Z' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    font-weight: 400;
    color: #ffffff;
    font-size: 35px;
    position: relative;
    top: 41px;
    text-align: right;
    right: -90%;
}

@keyframes slide1 {
    0%,
    100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(0, 5px);
    }
}


/*Buttons*/

.btn-simple {
    padding: 10px 10px;
    background-color: #c71712;
    border: 1px solid #c71712;
    color: #f9f9fa;
    display: initial;
    cursor: pointer;
}

.btn-simple:hover {
    background: #f9f9fa;
    color: #c71712;
}

.btn1-simple a {
    padding: 10px 10px;
    border: 1px solid #c71712;
    background-color: #c71712;
    color: #f9f9fa;
    display: initial;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.btn1-simple figure a {
    border: none !important;
}

.btn1-simple a:hover {
    background: white;
    color: #c71712;
}

.btn1-simple figure a,
.btn-simple figure a {
    background-color: rgba(255, 255, 255, 0) !important;
    box-shadow: none !important;
    padding: 0 !important;
    color: rgba(255, 255, 255, 0) !important;
}

.big_headerline {
    font-size: 2em;
}


/*Navigation*/

body #wrapper {
    will-change: auto !important;
    transform: none !important;
    min-height: 100vh;
    height: 100%;
    position: relative;
}

.navtop {
    position: fixed;
    background-color: white;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .04);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .04);
    width: 80%;
    text-align: left;
    z-index: 999;
    padding: 0.5em 10%;
    top: 0;
}

.navtop .navtop-right {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

#header>.inside {
    z-index: 999;
    display: flex;
}

#header {
    margin-bottom: 84px;
}

@media (max-width: 1330px) {
    .navtop {
        padding-left: 5%;
        padding-right: 5%;
        width: 90%;
    }
}

#logo {
    max-width: 215px;
    float: left;
}

@media (max-width: 1250px) {
    #logo {
        max-width: 180px;
        margin-top: 10px;
    }
}

#logo img {
    z-index: 5;
    position: relative;
}

.navtop .mod_navigation {
    min-height: 68px;
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

.navtop .mod_navigation ul {
    list-style: none;
}

.navtop .mod_navigation ul li strong,
.navtop .mod_navigation ul li a {
    color: #3e3434;
}

.navtop .mod_navigation ul li {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}

@media (max-width:1200px) {
    .navtop .mod_navigation ul li {
        padding-left: 1px;
        padding-right: 1px;
    }
}

.navtop .mod_navigation .level_1>li>a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: rgba(0, 0, 0, 0.1);
    visibility: none;
    opacity: 0;
    z-index: -1;
    transition: all .5s;
}

.navtop .mod_navigation .level_1>li>a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.navtop .mod_navigation .level_1>li:hover>a:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.navtop .mod_navigation ul li a {
    position: relative;
    z-index: 1;
    padding: 32px 10px;
    font-weight: 600;
}

.navtop .mod_navigation ul>.kontakt a,
.navtop .mod_navigation ul>.kontakt strong {
    padding: 10px 10px;
    background-color: #c71712;
    color: #f9f9fa;
}

.navtop .mod_navigation ul>.kontakt a span,
.navtop .mod_navigation ul>.kontakt a strong {
    color: #f9f9fa;
}

.navtop .mod_navigation ul>.kontakt .level_2 {
    display: none;
}

.navtop .mod_navigation ul li a {
    position: relative;
    z-index: 1;
    font-weight: 400;
    color: #6c6c76;
    font-size: 17px;
    line-height: 28px;
}

.navtop .mod_navigation ul li strong {
    color: #6c6c76;
    font-size: 19px;
    padding: 32px 10px;
}

.navtop .mod_navigation .level_2 li strong {
    padding: 0;
    border-bottom: 2px solid #f9f9fa;
}

@media (max-width:1200px) {
    .navtop .mod_navigation ul li a,
    .navtop .mod_navigation ul li strong {
        font-size: 16px;
    }
}

.navtop .mod_navigation ul li .level_2 {
    left: 100%;
    padding: 20px;
    border-top: 29px solid white;
    display: flex;
    justify-content: space-around;
    position: absolute;
    background-color: #3d4252;
    width: 80%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    flex-flow: row wrap;
    z-index: -1;
}

@media (max-width:1160px) {
    .navtop .mod_navigation ul li .level_2 {
        border-top: 31px solid white;
    }
}

.navtop .mod_navigation ul .loesungen .level_2 {
    justify-content: flex-start;
}

.navtop .mod_navigation ul .loesungen .level_2 li {
    width: 20%;
}

.navtop .mod_navigation ul li:hover .level_2 {
    left: 10%;
}

.navtop .mod_navigation ul li .level_2>li>a,
.navtop .mod_navigation ul li .level_2>li>a>strong {
    color: #f9f9fa;
    font-weight: 600;
}

.navtop .mod_navigation ul li .level_2 li a,
.navtop .mod_navigation ul li .level_2>li strong {
    color: #f9f9fa;
}

.navtop .mod_navigation ul li .level_2 li a,
.navtop .mod_navigation ul li .level_2 li span {
    padding: 5px 0px;
}

.navtop .mod_navigation ul li .level_2 li,
.navtop .mod_navigation ul li .level_2 li {
    padding: 5px 20px;
}

.navtop .mod_navigation ul li .level_2 li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #f9f9fa;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.navtop .mod_navigation ul li .level_2 li a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.navtop .mod_navigation ul li .level_3 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px 0px 0px 0px;
}

.navtop .mod_navigation ul li .level_3 li {
    padding: 10px 0px;
}

.navtop .ce_form>form {
    position: relative;
    z-index: 99999;
    right: -100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.search-is-active>form {
    right: 0% !important;
}

.navtop .ce_form>form .formbody {
    border: 1px solid #c71712;
    width: 250px;
    align-items: center;
    display: none;
    padding: 3px 6px;
    background: #fff;
    border-radius: 3px;
    -moz-box-shadow: inset 0 1px 1px #eee;
    -webkit-box-shadow: inset 0 1px 1px #eee;
    box-shadow: inset 0 1px 1px #eee;
    -moz-transition: all .15s linear;
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.navtop .ce_form>form .formbody>div:first-child {
    border-right: 1px solid #c71712;
    width: 300px;
}

.navtop .ce_form>form .formbody button,
.navtop .ce_form>form .formbody input {
    border: none;
    background: none;
    box-shadow: none;
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

.navtop .ce_form {
    cursor: pointer;
}

.navtop .ce_form>form .formbody>div {
    margin: 0;
}

.navtop .ce_form>form .formbody button {
    color: rgba(240, 248, 255, 0);
    width: 55px;
}

.search-is-active>form .formbody,
.search-is-active .formbody {
    display: flex !important;
}

.search-is-active:before {
    display: none;
}

.widget-submit.icon_search:before,
.widget-submit.icon_search_end:after {
    display: none;
}

@media (max-width:1600px) {
    .search-is-active>form {
        position: absolute !important;
        top: 75px;
        right: 5% !important;
    }
}

@media (max-width:1600px) {
    .search-is-active:before {
        display: block;
    }
}


/*Mobile Navigation*/

@media (min-width: 1101px) {
    .mod_navigation {
        display: none;
    }
}

@media (max-width:1100px) {
    #header .mod_navigation,
    #header .ce_form {
        display: none !important;
    }
    #header {
        margin-bottom: 70px;
    }
    .mod_mobile_menu {
        position: fixed;
        z-index: 9999;
        top: 10px;
        right: 20px;
        right: 20px;
    }
    .mobile_menu .inner {
        background: #1f2428;
        height: auto;
        overflow-y: auto;
        max-height: 90vh;
    }
    .mobile_menu {
        z-index: 99999;
        height: auto !important;
    }
    .mobile_menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .mobile_menu ul li {
        position: relative;
        border-top: 1px solid #353e45;
        background: #1f2428;
    }
    .mobile_menu ul>.active {
        background-color: #14171a;
    }
    .mobile_menu li a {
        display: block;
        padding: 1em 1.5em 0.9em 1.5em;
        text-shadow: 0 1px 0 #000;
        text-decoration: none;
        border-bottom: none;
        background: #1f2428;
        color: #b4bdc5;
        line-height: 160%;
        font-size: .95em;
        font-weight: 400;
    }
    .mobile_menu li strong {
        display: block;
        padding: 1em 1.5em 0.9em 1.5em;
        text-shadow: 0 1px 0 #000;
        text-decoration: none;
        border-bottom: none;
        background: #14171a;
        color: #b4bdc5;
        line-height: 160%;
        font-size: .95em;
    }
    .mobile_menu li a:hover {
        color: #f9f9fa;
    }
    .mobile_menu li a:before {
        content: '';
        height: 0.5em;
        width: 0.5em;
        display: inline-block;
        position: relative;
        top: 0.125em;
        margin-right: 1em;
        margin-top: 9px;
        border: 0 solid transparent;
        border-right: 0.1595rem solid #b4bdc5;
        border-bottom: 0.1595rem solid #b4bdc5;
        border-radius: 2px;
        transform: rotate(-45deg);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-font-smoothing: antialiased;
    }
    .submenu>a:after {
        content: '';
        height: 0.5em;
        right: 0;
        width: 0.5em;
        position: absolute;
        display: inline-block;
        top: 1em;
        margin-right: 1em;
        margin-top: 9px;
        border: 0 solid transparent;
        border-right: 0.1595rem solid #b4bdc5;
        border-bottom: 0.1595rem solid #b4bdc5;
        border-radius: 2px;
        transform: rotate(45deg);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-font-smoothing: antialiased;
    }
    .submenu_show>a:after {
        transform: rotate(225deg) !important;
    }
    .mobile_menu ul li .level_2 li a {
        padding-left: 4.5em;
    }
    .mobile_menu ul li .level_3 li a {
        padding-left: 6.5em;
    }
    .mobile_menu.active {
        top: 70px !important;
    }
    #mobile-menu-6 ul {
        float: left;
        display: inline-block;
    }
    #mobile-menu-6 li {
        width: 85%;
        padding: 10px 0;
        border-bottom: 1px solid;
    }
    .mobileburger {
        display: inline-block;
        cursor: pointer;
        float: right;
        margin-top: 10px;
    }
    .bar1,
    .bar2,
    .bar3 {
        width: 35px;
        height: 5px;
        background-color: #3e3434;
        margin: 6px 0;
        transition: 0.4s;
    }
    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-9px, 6px);
    }
    .change .bar2 {
        opacity: 0;
    }
    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px);
    }
}

.mobile_menu .search-field input {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.mobile_menu .search-field .formbody {
    display: flex;
    padding: 1em 1.5em 0 1.5em;
    position: relative;
    border-top: 1px solid #353e45;
    background: #1f2428;
}

.mobile_menu .search-field .formbody div:first-child {
    width: 100%;
    margin-right: 1em;
}

.mobile_menu .search-field button {
    color: white;
    background: #c71712;
    padding: 0.75em 1em;
    border-color: #c71712;
    font-size: .95em;
}

.mobile_menu .search-field button:after {
    color: white;
    font-size: .95em;
    left: 5px;
}


/*Headerimage*/

.small_header_image {
    padding-left: 15%;
    background-color: white;
}

.small_header_image img {
    display: block;
}

@media (max-width: 1700px) {
    .small_header_image {
        padding-left: 10%;
    }
}

@media (max-width: 1330px) {
    .small_header_image {
        padding-left: 5%;
    }
}

@media (max-width: 760px) {
    .small_header_image {
        padding-left: 1%;
    }
}

.mod_rocksolid_slider .rsts-nav {
    text-align: center;
    width: 100%;
}

.rsts-skin-default .rsts-nav-bullets a {
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #ffffff;
    width: 11px;
    height: 11px;
}

.rsts-skin-default .rsts-nav-bullets a:hover,
.rsts-skin-default .rsts-nav-bullets a.active {
    background-color: #fff;
    box-shadow: none;
}

.mod_rocksolid_slider .rsts-prev,
.mod_rocksolid_slider .rsts-next {
    width: 40px;
    height: 40px;
    background-image: none;
    top: 45%;
    border: 2px solid #c71712;
    border-radius: 45%;
    padding: 25px;
    background-color: rgba(0, 0, 0, 0.56);
}

.mod_rocksolid_slider .rsts-prev:hover,
.mod_rocksolid_slider .rsts-next:hover {
    background-color: rgba(238, 238, 238, 0.18);
}

.mod_rocksolid_slider .rsts-prev {
    left: 15px;
}

.mod_rocksolid_slider .rsts-prev:after {
    content: "";
    width: 1rem;
    height: 1rem;
    margin-left: 17px;
    margin-top: 9px;
    position: absolute;
    border: 0 solid transparent;
    border-right: 0.2625rem solid #ffffff;
    border-bottom: .2625rem solid #ffffff;
    border-radius: 2px;
    transform: rotate(135deg);
    left: 1%;
    top: 10%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-font-smoothing: antialiased;
}

.mod_rocksolid_slider .rsts-next:after {
    content: "";
    width: 1rem;
    height: 1rem;
    margin-left: 11px;
    margin-top: 9px;
    position: absolute;
    border: 0 solid transparent;
    border-right: 0.2625rem solid #ffffff;
    border-bottom: .2625rem solid #ffffff;
    border-radius: 2px;
    transform: rotate(-45deg);
    left: 1%;
    top: 10%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-font-smoothing: antialiased;
}

.rsts-slide .ce_text {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-flow: column;
}

.rsts-slide .ce_text figure,
.rsts-slide .ce_text img {
    width: 100%;
}

.header-text {
    position: absolute;
    left: 15%;
    top: 35%;
}

.header-text p,
.header-text a {
    font-size: 18px;
    color: #f9f9fa;
}

.header-text li {
    font-size: 22.5px;
    color: #f9f9fa;
    font-weight: 600;
    text-shadow: 0px 1px #000000;
}

.big_header h1 {
    font-size: 40px;
    color: #f9f9fa;
    margin-top: 0;
    font-weight: 700;
    text-shadow: 0 0 5px black;
    position: absolute;
    left: 15%;
    top: 10%;
}

.header-text ul {
    padding-left: 21px;
}

@media (max-width: 1400px) {
    .header-text .scrollTo,
    .header-text .scroll {
        display: none;
    }
}

#header-container {
    background-color: #fafafa;
}

.big_header img {
    max-height: 65vh;
    object-fit: cover;
}

@media (min-width: 1301px) {
    .big_header {
        max-height: 65vh;
    }
}

@media (max-width: 1300px) {
    .header-text {
        position: relative;
        left: 0;
        top: -5px;
        background-color: #fafafa;
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        width: 100%;
    }
    .header-text p,
    .header-text a {
        font-size: 14px;
        margin: 25px 10px;
        color: #f9f9fa;
    }
    .header-text li {
        text-shadow: none;
        color: #6c6c76;
        font-size: 0.9rem;
    }
    .big_header h1 {
        left: 5%;
    }
}

@media (max-width: 1120px) {
    .big_header h1 {
        font-size: 25px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .big_header img {
        min-height: 240px;
        object-fit: cover;
    }
}

@media (max-width: 760px) {
    .big_header h1 {
        font-size: 25px;
    }
    .header-text {
        top: 5%;
        font-size: 20px;
    }
}


/*Übergangsheader*/

.headeruebergang figure,
.headeruebergang img {
    width: 100%;
}


/*Footer*/

@media (min-width: 1006px) {
    #footer {
        display: flex;
    }
}

.fa_box {
    position: absolute;
    bottom: 0;
    right: 25%;
}

@media (max-width: 1005px) {
    .fa_box {
        bottom: auto;
        top: 408px;
    }
}

@media (max-width: 760px) {
    .fa_box {
        top: 746px;
        text-align: left;
        left: 10%;
        width: 50%;
    }
}

@media (max-width: 580px) {
    .fa_box {
        display: none;
    }
}

#footer {
    background-color: #3d4252;
    color: #f9f9fa;
    padding-top: 25px;
    padding-bottom: 25px;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 255px;
}

#container {
    /* 50px mehr für das Padding */
    padding-bottom: 305px;
}

.footer-kontakt {
    padding: 10px 10px !important;
    background-color: #f9f9fa;
    color: #3d4252 !important;
    font-weight: 500;
    text-align: center;
}

.footer-kontakt:hover {
    color: #c71712 !important;
}

#footer li {
    list-style: none;
}

#footer div div p {
    color: #f9f9fa;
}

#footer .inside {
    margin-left: 2.5%;
    margin-right: 2.5%;
    text-align: left;
    width: 95%;
}

@media (min-width: 761px) {
    #footer .inside {
        display: flex
    }
}

#footer a,
#footer h2 {
    color: #f9f9fa;
}

#footer strong {
    color: #f9f9fa;
    display: inline-block;
    font-weight: 400;
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #c71712
}

#footer em {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 15px;
    display: inline-block;
}

#footer div div:last-child {
    margin-right: 0;
}

#footer div div p {
    width: 100%;
    height: auto;
}

#footer .inside ul {
    padding-left: 0;
}

.second-footerlist {
    flex-basis: 25%;
}

#footer .inside div:last-child {
    border-right: none;
}

#footer .inside div>ul li {
    margin-right: 15px;
}

#footer .inside div>ul li a {
    display: inline-block;
    padding-bottom: 3px;
    padding-top: 3px;
    text-decoration: none;
}

#inner {
    position: absolute;
    right: -11%;
    bottom: 75px;
}

#inner figure {
    width: 125px;
}


/*Tablet Footer*/

@media (max-width: 1650px) and (min-width: 1441px) {
    .second-footerlist {
        flex-basis: 35%;
    }
}

@media (max-width: 1775px) and (min-width: 761px) {
    .second-footerlist {
        flex-basis: auto;
    }
}

@media (max-width: 1775px) and (min-width: 761px) {
    #footer .inside {
        flex-wrap: wrap;
    }
}

@media (max-width: 1775px) and (min-width: 1501px) {
    #footer .inside>div {
        flex-basis: 14.28571%;
        flex-grow: 1;
        flex-shrink: 1;
    }
}

@media (max-width: 1500px) and (min-width: 761px) {
    #footer .inside>div {
        flex-basis: 50%;
        flex-grow: 1;
        flex-shrink: 1;
        border-bottom: 1px solid;
        padding: 10px 0px;
        border-top: 1px solid;
    }
    #footer {
        height: 920px;
    }
    #container {
        /* 50px mehr für das Padding */
        padding-bottom: 970px;
    }
}


/*Kleiner Footer*/

@media (max-width: 760px) {
    #footer .inside div>ul li {
        margin-right: 0px;
    }
    #footer .inside {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    #footer div div {
        float: none;
        width: 100%;
        border-bottom: 1px solid #ffffff;
    }
    #footer {
        padding-top: 1px;
        padding-left: 5%;
        padding-right: 5%;
        width: 90%;
        height: 1330px;
    }
    #container {
        /* 26px mehr für das Padding */
        padding-bottom: 1356px;
    }
    #footer .inside {
        text-align: center;
    }
    #footer div div:last-child {
        width: 100%;
        border-bottom: none;
    }
    #footer div div p input[type=text] {
        width: 90%;
    }
}


/*Fixed Kontakt*/

.fixed-kontakt {
    position: fixed;
    top: 15%;
    right: 20px;
    z-index: 9999;
}

@media (max-width: 1100px) {
    .fixed-kontakt {
        right: 10px;
        top: 40%;
    }
}

.all-mail {
    background: #bb110c;
    width: 57px;
    height: 53px;
    transition: all 0.5s;
    text-align: right;
    margin-bottom: 10px;
    position: absolute;
    right: 0;
    top: 55px;
}

.all-mail p {
    position: absolute;
    text-align: right;
    right: 10px;
    width: 225px;
    margin: 0;
}

.all-tel {
    background: #bb110c;
    height: 53px;
    width: 57px;
    transition: all 0.5s;
    text-align: right;
    position: absolute;
    right: 0;
}

.all-faq {
    background: #bb110c;
    height: 53px;
    width: 57px;
    transition: all 0.5s;
    text-align: right;
    position: absolute;
    right: 0;
    top: 110px;
}

.all-tel p {
    position: absolute;
    text-align: right;
    right: 10px;
    width: 225px;
    margin: 0;
}

.all-faq p {
    position: absolute;
    text-align: right;
    right: 10px;
    width: 225px;
    margin: 0;
}

.all-mail::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg id='Message' xmlns='http://www.w3.org/2000/svg' width='36' height='28' viewBox='0 0 36 28'%3E%3Cpath id='Pfad_1' data-name='Pfad 1' d='M36,6a5.993,5.993,0,0,0-.6-2.57L24.03,14.8l11.43,9.67A5.94,5.94,0,0,0,36,22.01V6Z' fill='%23fff'/%3E%3Cpath id='Pfad_2' data-name='Pfad 2' d='M18,15.17,32.57.6A5.993,5.993,0,0,0,30,0H6A5.993,5.993,0,0,0,3.43.6Z' fill='%23fff'/%3E%3Cpath id='Pfad_3' data-name='Pfad 3' d='M.6,3.43A5.993,5.993,0,0,0,0,6V22a5.889,5.889,0,0,0,.64,2.65l11.34-9.83Z' fill='%23fff'/%3E%3Cpath id='Pfad_4' data-name='Pfad 4' d='M21.19,17.64l-1.78,1.78a1.98,1.98,0,0,1-2.82,0l-1.76-1.76L3.52,27.45A5.884,5.884,0,0,0,6,28H30a5.89,5.89,0,0,0,2.67-.66L21.19,17.63Z' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    font-weight: 400;
    color: #ffffff;
    font-size: 35px;
    text-align: right;
    display: block;
    height: 25px;
    width: 53px;
    position: relative;
    top: 15px;
    left: 0px;
    transition: all 0.5s;
    transform: scaleX(-1);
}

.all-tel::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='35.99' viewBox='0 0 36 35.99'%3E%3Cpath id='Call' d='M37.91,22.06l-8-2a2,2,0,0,0-2.27,1.05l-1.42,2.83A12.013,12.013,0,0,1,15.49,13.21l2.83-1.42a2,2,0,0,0,1.05-2.27l-2-8A1.992,1.992,0,0,0,15.43.01h-6A6,6,0,0,0,3.42,6v4a26.025,26.025,0,0,0,26,26h4a6,6,0,0,0,6-6V24A1.992,1.992,0,0,0,37.91,22.06Z' transform='translate(-3.42 -0.01)' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    font-weight: 400;
    color: #ffffff;
    font-size: 35px;
    text-align: right;
    display: block;
    height: 25px;
    width: 53px;
    position: relative;
    top: 15px;
    left: 0px;
    transition: all 0.5s;
    transform: scaleX(-1);
}

.all-faq::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg id='Info' xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cpath id='Pfad_5' data-name='Pfad 5' d='M20,0A20,20,0,1,0,40,20,20.033,20.033,0,0,0,20,0ZM18,28V18a2,2,0,0,1,4,0V28a2,2,0,0,1-4,0Zm2-14a2,2,0,1,1,2-2A2.006,2.006,0,0,1,20,14Z' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    font-weight: 400;
    color: #ffffff;
    font-size: 35px;
    text-align: right;
    display: block;
    height: 25px;
    width: 53px;
    position: relative;
    top: 15px;
    left: 0px;
    transition: all 0.5s;
    transform: scaleX(-1);
}

.all-tel-icon::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='35.99' viewBox='0 0 36 35.99'%3E%3Cpath id='Call' d='M37.91,22.06l-8-2a2,2,0,0,0-2.27,1.05l-1.42,2.83A12.013,12.013,0,0,1,15.49,13.21l2.83-1.42a2,2,0,0,0,1.05-2.27l-2-8A1.992,1.992,0,0,0,15.43.01h-6A6,6,0,0,0,3.42,6v4a26.025,26.025,0,0,0,26,26h4a6,6,0,0,0,6-6V24A1.992,1.992,0,0,0,37.91,22.06Z' transform='translate(-3.42 -0.01)' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 20px;
    width: 14px;
    font-weight: 400;
    color: #ffffff;
    font-size: 22px;
    text-align: right;
    display: block;
    float: left;
    margin-right: 5px;
}

.all-mail-icon::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg id='Message' xmlns='http://www.w3.org/2000/svg' width='36' height='28' viewBox='0 0 36 28'%3E%3Cpath id='Pfad_1' data-name='Pfad 1' d='M36,6a5.993,5.993,0,0,0-.6-2.57L24.03,14.8l11.43,9.67A5.94,5.94,0,0,0,36,22.01V6Z' fill='%23fff'/%3E%3Cpath id='Pfad_2' data-name='Pfad 2' d='M18,15.17,32.57.6A5.993,5.993,0,0,0,30,0H6A5.993,5.993,0,0,0,3.43.6Z' fill='%23fff'/%3E%3Cpath id='Pfad_3' data-name='Pfad 3' d='M.6,3.43A5.993,5.993,0,0,0,0,6V22a5.889,5.889,0,0,0,.64,2.65l11.34-9.83Z' fill='%23fff'/%3E%3Cpath id='Pfad_4' data-name='Pfad 4' d='M21.19,17.64l-1.78,1.78a1.98,1.98,0,0,1-2.82,0l-1.76-1.76L3.52,27.45A5.884,5.884,0,0,0,6,28H30a5.89,5.89,0,0,0,2.67-.66L21.19,17.63Z' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 20px;
    width: 14px;
    font-weight: 400;
    color: #ffffff;
    font-size: 22px;
    text-align: right;
    display: block;
    float: left;
    margin-right: 5px;
}

.all-fax-icon::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg id='Letter_Draft' data-name='Letter, Draft' xmlns='http://www.w3.org/2000/svg' width='36' height='36.01' viewBox='0 0 36 36.01'%3E%3Cpath id='Pfad_6' data-name='Pfad 6' d='M18.29,23.46l-.29.18-.29-.18L3.65,35.52a5.965,5.965,0,0,0,2.36.49h24a5.831,5.831,0,0,0,2.36-.49L18.31,23.46Z' fill='%23fff'/%3E%3Cg id='Gruppe_1' data-name='Gruppe 1'%3E%3Cpath id='Pfad_7' data-name='Pfad 7' d='M34.97,14.25a2.019,2.019,0,0,0-2.03.05l-.94.59V4a4,4,0,0,0-4-4H8A4,4,0,0,0,4,4V14.89l-.94-.59A2,2,0,0,0,0,16V30a5.978,5.978,0,0,0,.7,2.76L14.15,21.23,8,17.39V4H28V17.39l-6.15,3.84L35.3,32.76A5.858,5.858,0,0,0,36,30V16a1.986,1.986,0,0,0-1.03-1.75Z' fill='%23fff'/%3E%3Cpath id='Pfad_8' data-name='Pfad 8' d='M22,12H14a2,2,0,0,1,0-4h8a2,2,0,0,1,0,4Z' fill='%23fff'/%3E%3Cpath id='Pfad_9' data-name='Pfad 9' d='M22,18H14a2,2,0,0,1,0-4h8a2,2,0,0,1,0,4Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 20px;
    width: 14px;
    font-weight: 400;
    color: #ffffff;
    font-size: 22px;
    text-align: right;
    display: block;
    float: left;
    margin-right: 5px;
}

.all-mail a {
    color: #f9f9fa;
    opacity: 0;
    transition: all 0.4s;
    display: block;
    padding: 15px 0px;
}

.all-mail:hover {
    width: 190px;
    padding-right: 10px;
    display: flex;
}

.all-mail:hover a {
    opacity: 1;
}

.all-tel a {
    color: #f9f9fa;
    opacity: 0;
    transition: all 0.4s;
    display: block;
    padding: 15px 0px;
}

.all-tel:hover {
    width: 190px;
    padding-right: 10px;
    display: flex;
}

.all-tel:hover a {
    opacity: 1;
}

.all-faq a {
    color: #f9f9fa;
    opacity: 0;
    transition: all 0.4s;
    display: block;
    padding: 15px 0px;
}

.all-faq:hover {
    width: 125px;
    padding-right: 10px;
    display: flex;
}

.all-faq:hover a {
    opacity: 1;
}


/*Hauptteil Padding*/

.space {
    padding-left: 15%;
    padding-right: 15%;
    width: 70%;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

@media (max-width: 1700px) {
    .space {
        padding-left: 10%;
        padding-right: 10%;
        width: 80%;
    }
}

@media (max-width: 1330px) {
    .space {
        padding-left: 5%;
        padding-right: 5%;
        width: 90%;
    }
}

@media (max-width: 760px) {
    .space {
        padding-left: 1%;
        padding-right: 1%;
        width: 98%;
    }
}

.ohne-header>div {
    margin-top: 84px;
}


/*Hauptteil, Main*/


/*Startseite*/

.contain-3 {
    display: flex;
    flex-flow: wrap;
}

.contain-3>h1,
.contain-3>h2 {
    flex-basis: 100%;
    text-align: left !important;
    padding-bottom: 25px;
    border-bottom: 1px solid #c71712;
    border-top: 1px solid #c71712;
    padding-top: 25px;
}

.contain-3>div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0em 1em 0em 1em;
    margin: 0em 1em 0em 1em;
    flex-basis: 1%;
    flex-grow: 1;
    flex-shrink: 1;
    /* border: 1px solid #c71712;*/
}

@media (max-width: 1100px) {
    .contain-3 {
        flex-wrap: wrap;
    }
}

@media (max-width: 1100px) {
    .contain-3>div {
        flex-basis: 40%;
        flex-grow: 1;
        flex-shrink: 1;
    }
}

.contain-3 h2 {
    text-align: center;
    font-weight: 400;
}

.contain-3 figure {
    text-align: center;
}

.contain-4 {
    display: flex;
    justify-content: center;
}

.contain-4>div {
    text-align: center;
    margin: 0 1em 1em 1em;
    flex-basis: 40%;
    flex-grow: 1;
    flex-shrink: 1;
    max-width: 315px;
    min-width: 250px;
    max-height: 222px;
}

@media (max-width: 1100px) {
    .contain-4 {
        flex-wrap: wrap;
    }
}

.contain-4 figure {
    max-width: 315px;
    height: 100%;
}

.contain-4 figure img {
    /*outline: 1px solid #c71712;*/
    outline-offset: -1em;
    transition: all 1s;
    -ms-transform: all 1s;
    -moz-transform: all 1s;
    -webkit-transform: all 1s;
    -o-transform: sall 1s;
    display: -webkit-inline-box;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.contain-4 figure img:hover {
    -ms-transform: scale(1.16);
    -moz-transform: scale(1.16);
    -webkit-transform: scale(1.16);
    -o-transform: scale(1.16);
    transform: scale(1.16);
}

.neuigkeiten {
    background-color: #c71712;
}

.neuigkeiten h2 {
    text-align: center;
    color: #f9f9fa;
    width: 100%;
    font-weight: 400;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 1.5rem;
}

.contain-4 figcaption {
    text-align: left;
    position: relative;
    bottom: 29%;
    padding: 9px;
    height: 42px;
    background-color: rgba(255, 255, 255, 0.85);
    width: 94%;
    margin-left: 0em;
    color: #000 !important;
    font-weight: bold !important;
}

.neuigkeiten .btn1-simple a {
    background-color: #f9f9fa;
    color: #6c6c76;
    font-weight: bold;
}

.neuigkeiten .btn1-simple a:hover {
    background: #f9f9fa;
    color: #c71712;
}

.neuigkeiten .btn1-simple p {
    text-align: center;
    margin-top: 1.5rem;
}

.border-outline {
    padding-left: 5%;
    padding-right: 5%;
}

@media (max-width: 850px) {
    .border-outline {
        padding: 0;
    }
}

.border-outline figure {
    position: relative;
    margin-left: 10%;
}

@media (max-width: 850px) {
    .border-outline>h1 {
        text-align: center;
    }
}

@media (max-width: 850px) {
    .border-outline figure {
        float: none;
        text-align: center;
        margin: 0;
    }
}


/*
@media (min-width: 851px) {.border-outline figure:before{
  content: "";
  width: 10%;
  height: 100%;
  position: absolute;
  border: 0 solid transparent;
  border-left: 1px solid #c71712;
  border-bottom: 1px solid #c71712;
  top: -10%;
  left: -10%;
}}
@media (min-width: 851px) {.border-outline figure:after {
  content: "";
  width: 100%;
  height: 10%;
  position: absolute;
  border: 0 solid transparent;
  border-right: 1px solid #c71712;
  border-top: 1px solid #c71712;
  top: -10%;
  left: -10%;
}}*/


/*Suche*/

.search-results .mod_search input {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.search-results .mod_search button {
    color: white;
    background: #c71712;
    padding: 0.75em 1em;
    border-color: #c71712;
    font-size: .95em;
    border-radius: 0;
}

.search-results .mod_search button:after {
    color: white;
    font-size: .95em;
    left: 5px;
}


/*Kontakt*/

#map_ce_68 {
    max-height: 65vh;
    max-width: 100% !important;
}

@media (max-width: 767px) {
    #map_ce_68 {
        max-height: 45vh;
    }
}

.route a {
    padding: 20px;
    background-color: #3d4252;
    color: white;
    margin-top: 0;
    cursor: pointer;
    display: block;
    width: 130px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
}

.route a:hover {
    background-color: #8d8d8d;
}

.route a::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.009' height='40' viewBox='0 0 20.009 40'%3E%3Cpath id='volta_icons-01' d='M23.12,28.47A4,4,0,0,0,19.42,26h-2V4a4,4,0,0,0-8,0V26h-2a4,4,0,0,0-2.83,6.83l6,6a4.008,4.008,0,0,0,5.66,0l6-6a4,4,0,0,0,.87-4.36Z' transform='translate(-3.414)' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 25px;
    width: 20px;
    transform: rotate(-90deg);
    font-weight: 600;
    color: #f9f9fa;
    font-size: 35px;
    padding-right: 10px;
    position: absolute;
    margin-top: 0px;
    margin-left: 20px;
}

.route.akkordionlistenelement a {
    width: 100%;
    margin-top: -15px;
}

#anfrage td,
#anfrage label {
    color: #5f6876;
}

#anfrage h2 {
    color: #5f6876;
}

#anfrage .ce_form form .formbody div input,
#anfrage .ce_form form .formbody div textarea {
    border-radius: 0px;
    background-color: #dadada;
    border: none;
    box-shadow: none;
    color: #5f6876;
    width: 100%;
}

#anfrage .ce_form form .formbody div span input {
    width: auto;
}

#anfrage .ce_form form .formbody div input::placeholder {
    color: #868b94;
}

#anfrage .ce_form form .formbody div input:hover,
#anfrage .ce_form form .formbody div input:active,
#anfrage .ce_form form .formbody div input:focus,
#anfrage .ce_form form .formbody div textarea:hover,
#anfrage .ce_form form .formbody div textarea:focus,
#anfrage .ce_form form .formbody div textarea:active {
    background-color: #cccccc;
}

input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input:not([type]),
textarea {
    padding: 10px 6px;
}

div.multiselect>label {
    display: block;
}

#anfrage .formbody>div {
    margin-bottom: 5px;
}

#anfrage .formbody #ctrl_1>span {
    display: block;
}

#anfrage select {
    height: auto;
    padding: 0.375rem 0.75rem;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 3px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    overflow: hidden;
    display: block;
    margin-left: 0;
}

#anfrage select option:hover {
    cursor: pointer;
    color: #2b9138;
}


/*Maps*/

.responsiveContainer {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
}

.responsiveContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.partneradress label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.partneradress {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 40px;
}

@media (max-width: 760px) {
    .partneradress {
        display: block;
    }
}

.partneradress>div {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box;
}

@media (max-width: 760px) {
    .partneradress>div {
        max-width: 100%;
    }
}

.anfrage-full {
    max-width: 100% !important;
    flex: auto !important;
}

.partneradress>div fieldset {
    padding: 0;
    border: none;
    border-bottom: 1px solid;
    display: grid;
}

.partneradress>div fieldset legend {
    margin-bottom: 15px;
}

.anfrage-btn button {
    padding: 15px 15px;
    background: #c71712;
    color: #f9f9fa;
    display: initial;
    margin: 5px;
    font-size: 16px;
    border: 1px solid #c71712;
    border-radius: 0;
}

.anfrage-btn button:hover {
    background: white;
    color: #c71712;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


/*Formeln*/

#formeln>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 40px;
    background-color: #f2f2f2;
    padding: 40px;
}

@media (max-width: 650px) {
    #formeln>div {
        padding: 5px;
    }
}

#formeln .form_one>div {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    justify-content: space-between;
    flex-direction: column;
    display: flex;
    width: 50%;
    float: left;
    margin: 20px 0;
}

#formeln .form_two>div {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    justify-content: space-between;
    flex-direction: column;
    display: flex;
    width: 33.333%;
    float: left;
    margin: 20px 0;
}

#formeln .form_two>div:first-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    width: auto;
    float: none;
}

@media (max-width: 1100px) {
    #formeln .form_two>div {
        width: 50%;
    }
}

@media (max-width: 767px) {
    #formeln .form_two>div,
    #formeln .form_one>div {
        width: 100%;
    }
}

#formeln select {
    height: auto;
    padding: 0.375rem 0.75rem;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 3px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    overflow: hidden;
    display: block;
    margin-left: 0;
    width: 250px;
}

#formeln label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

#formeln .btn-simple {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

#formeln b {
    width: 100%;
    display: block;
}

#formeln hr {
    margin-bottom: 50px;
    margin-top: 50px;
}


/*historie*/

.historie {
    position: relative;
}

.historie::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #3d4252;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

.historie>div {
    position: relative;
    width: 50%;
    opacity: 0;
}

.historie>.inhalt {
    margin-top: 50px;
}

.historie>.inhalt p {
    padding: 20px;
    margin: 0;
    background-color: #3d4252;
    color: #f9f9fa;
}

.historie>.historie-left p {
    margin-right: 40px;
}

.historie>.historie-right p {
    margin-left: 40px;
}

.historie>.inhalt::after {
    content: "";
    width: 2rem;
    height: 2rem;
    right: -20px;
    position: absolute;
    border: 0 solid transparent;
    border-right: 0.1625rem solid #3d4252;
    border-bottom: .1625rem solid #3d4252;
    transform: rotate(140deg);
    top: 15px;
}

.historie-left {
    left: 0;
}

.historie-left>div,
.historie-left>figure {
    margin-right: 40px;
}

.historie-right {
    left: 50%;
}

.historie-right>div,
.historie-right>figure {
    margin-left: 40px;
}

.historie-left.inhalt::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid #3d4252;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #3d4252;
}

.historie-right.inhalt::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid #3d4252;
    border-width: 10px 10px 10px 0;
    border-color: transparent #3d4252 transparent transparent;
}

.historie-right::after {
    left: -17px;
    top: 13px !important;
    transform: rotate(-45deg) !important;
}

.historie .ce_gallery ul {
    display: flex;
}

.historie .ce_gallery.historie-left ul {
    margin-right: 40px;
}

.historie .ce_gallery.historie-right ul {
    margin-left: 40px;
}

@media (max-width: 760px) {
    .historie-right {
        left: 0;
    }
}

@media (max-width: 760px) {
    .historie-right::after {
        left: auto !important;
        top: 15px !important;
        transform: rotate(140deg) !important;
    }
    .historie-right>div,
    .historie-right>figure {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media (max-width: 760px) {
    .historie .ce_gallery.historie-right ul,
    .historie .inhalt.historie-right p {
        margin-left: 0;
        margin-right: 40px;
    }
}

@media (max-width: 760px) {
    .historie-right.inhalt::before {
        left: auto !important;
        right: 30px;
        border: medium solid #3d4252;
        border-width: 10px 0 10px 10px;
        border-color: transparent transparent transparent #3d4252;
    }
}

@media (max-width: 760px) {
    .historie>div {
        width: 90%;
    }
}

@media (max-width: 760px) {
    .historie::after {
        left: 89%;
    }
}


/*FAQ´s*/

.mod_faqlist ul {
    padding: 0;
}

.mod_faqlist ul li {
    display: block;
    margin: 5px;
}

.mod_faqlist ul li a:after {
    content: "";
    width: 1rem;
    height: 1rem;
    position: absolute;
    border: 0 solid transparent;
    border-right: 0.2625rem solid #c71712;
    border-bottom: .2625rem solid #c71712;
    border-radius: 2px;
    transform: rotate(-45deg);
    right: 12%;
}

@media (max-width: 1330px) {
    .mod_faqlist ul li a:after {
        right: 8%;
    }
}

@media (max-width: 760px) {
    .mod_faqlist ul li a:after {
        right: 5%;
    }
}

.mod_faqlist ul li a {
    border: 1px solid #c71712;
    padding: 15px;
    display: block;
    color: #6c6c76;
}

.mod_faqlist ul li a:hover {
    background-color: rgba(89, 89, 89, 0.09);
}

.mod_faqreader {
    min-height: 50vh;
}

.mod_faqreader .info {
    display: none;
}


/*Downloadbereich*/

.download.contain-3>div {
    align-items: center;
}

.download {
    padding-top: 0 !important;
}


/*Items*/

.ce_accordionStart {
    width: 100%;
}

.ui-accordion-header {
    padding: 20px;
    background-color: #3d4252;
    margin: 5px 0;
    color: white;
    margin-top: 0;
    cursor: pointer;
}

.ui-accordion-header:hover {
    background-color: #8d8d8d;
}

.container-3-accordion>.accordion>div {
    display: flex;
    flex-flow: wrap;
}

.container-3-accordion>.accordion>div>h1,
.container-3-accordion>.accordion>div>h2 {
    flex-basis: 100%;
    text-align: left !important;
}

.container-3-accordion>.accordion>div>div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1em;
    margin: 1em;
    flex-basis: 1%;
    flex-grow: 1;
    flex-shrink: 1;
    /* border: 1px solid #c71712;*/
}

@media (max-width: 1100px) {
    .container-3-accordion>.accordion>div {
        flex-wrap: wrap;
    }
}

@media (max-width: 1100px) {
    .container-3-accordion>.accordion>div>div {
        flex-basis: 40%;
        flex-grow: 1;
        flex-shrink: 1;
    }
}

.container-3-accordion>.accordion>div h3 {
    text-align: center;
}

.container-3-accordion>.accordion>div figure {
    text-align: center;
}

.flex-accordion .ce_gallery li {
    width: 50%;
}

.flex-accordion .ce_gallery {
    margin-top: 85px;
}

.flex-accordion .ce_gallery li.row_last {
    width: 100%;
}

.flex-accordion .ce_gallery li img {
    height: 250px;
}

.flex-accordion .ce_gallery li figure a {
    display: flex;
}

.flex-accordion .ce_gallery li figure {
    margin: 2px;
}

.flex-accordion .ce_gallery {
    width: 40%;
}

.flex-accordion>.first {
    width: 60%;
    float: left;
}


/*Produkte*/

#produkte {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #fafafa;
    padding-top: 2.5em;
}

#produkte>div>h1,
#produkte>div>h2 {
    margin-top: 0;
    font-weight: 400;
    font-size: 2rem;
}

.produkt_einleitung {
    background-color: #fafafa;
    max-width: 800px;
    width: 72.5% !important;
}

.kontakt_container {
    width: 20% !important;
    background-color: #c71712;
    padding: 2.5% 2.5% 2.5% 2.5% !important;
    color: #f9f9fa;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 64px;
}

@media (max-width: 1024px) {
    .kontakt_container {
        width: 100% !important;
    }
}

@media (max-width: 1024px) {
    .produkt_einleitung {
        width: 100% !important;
        margin-top: 0;
    }
}

.kontakt_container h3 {
    margin: 0;
    color: #f9f9fa;
    font-size: 22px;
    line-height: 100%;
}

.kontakt_container table {
    border-top: 1px solid #f9f9fa;
    margin-top: 15px;
    padding-top: 15px;
}

@media (max-width: 1024px) {
    .kontakt_container table {
        border-left: 1px solid #f9f9fa;
        border-top: none;
        margin-left: 15px;
        padding-left: 15px;
        margin-top: 0;
        padding-top: 0;
    }
}

@media (max-width: 950px) {
    .kontakt_container table {
        border-top: 1px solid #f9f9fa;
        margin-top: 15px;
        padding-top: 15px;
        margin-left: 0;
        padding-left: 0;
        border-left: none;
        width: 100%;
    }
}

.kontakt_container a {
    color: #f9f9fa;
}

.produkt_einleitung h1 {
    text-align: left !important;
}

.produkt_einleitung p {
    background-color: #fafafa !important;
    padding: 0 !important;
    max-width: 800px;
}

#produkte div:nth-of-type(2n+3) {
    background-color: rgba(0, 0, 0, 0.05);
}


/*Produkte level-1*/

#produkte-unterseite {
    display: flex;
    flex-wrap: wrap;
}

#produkte-unterseite>div>h1 {
    margin-top: 0;
    font-weight: 400;
    font-size: 27px;
    width: 100%;
    text-align: center;
}

#produkte-unterseite>div>p {
    width: 100%;
}

#produkte-unterseite div {
    padding: 0% 2.5% 2.5% 2.5%;
    width: 45%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 550px) {
    #produkte-unterseite div {
        width: 95%;
    }
}

#produkte-unterseite div p {
    margin: 0;
    padding: 16px 5px 16px 5px;
    background-color: rgba(128, 128, 128, 0.04);
}


/*Produkt Level 3*/

.produkt_akkordion_container {
    display: flex;
    flex-wrap: wrap;
}

.produkt_akkordion_container>div>h1 {
    margin-top: 0;
    font-weight: 400;
    font-size: 27px;
    width: 100%;
}

.produkt_akkordion_container>div>p {
    width: 100%;
}

.produkt_akkordion {
    padding: 10px 0px;
    width: 50%;
    float: left;
    cursor: pointer;
}

.produkt_akkordion:nth-of-type(odd) {
    box-shadow: inset -1px 0px 0px 0px #3d4252;
}

@media (max-width: 750px) {
    .produkt_akkordion:nth-of-type(odd) {
        box-shadow: none;
    }
}

@media (max-width: 750px) {
    .produkt_akkordion {
        padding: 0;
    }
}

.produkt_akkordion .ui-accordion-content-active {
    display: -webkit-box !important;
    background: rgba(128, 128, 128, 0.1);
    margin: 0px 10px;
}

.produkt_akkordion .ui-accordion-header {
    margin: 0px 10px;
    position: relative;
}

@media (max-width: 750px) {
    .produkt_akkordion .ui-accordion-header {
        margin: 10px 10px;
    }
}

.produkt_akkordion .ui-accordion-header:hover {
    background-color: rgba(61, 66, 82, 0.65);
}

@media (max-width: 750px) {
    .produkt_akkordion {
        width: 100%;
    }
}

.produkt_akkordion_container .ui-accordion-header::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg id='Double_Chevron' data-name='Double Chevron' xmlns='http://www.w3.org/2000/svg' width='20' height='32' viewBox='0 0 20 32'%3E%3Cpath id='Pfad_1' data-name='Pfad 1' d='M4,32a4,4,0,0,1-2.83-6.83L10.34,16,1.17,6.83A4,4,0,0,1,6.83,1.17l12,12a4.008,4.008,0,0,1,0,5.66l-12,12A3.981,3.981,0,0,1,4,32Z' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    font-weight: 400;
    color: #ffffff;
    font-size: 35px;
    text-align: right;
    display: block;
    height: 25px;
    width: 20px;
    position: absolute;
    transition: all 0.3s;
    top: 15px;
    right: 10px;
}

.produkt_akkordion_container .ui-accordion-header.active::after {
    transition: all 0.3s;
    transform: rotate(270deg);
}

.galerie_vier ul li {
    width: 25%;
}

.galerie_vier ul li figure {
    padding-left: 2px;
    padding-right: 2px;
}

@media (max-width: 600px) {
    .galerie_vier ul li {
        width: 50%;
    }
}

.galerie_vier_slider {
    display: flex;
    align-items: center;
}

.galerie_vier_slider .slider-next:after {
    content: "";
    width: 1rem;
    height: 1rem;
    margin-left: 17px;
    margin-top: 14px;
    position: absolute;
    border: 0 solid transparent;
    border-right: 0.2625rem solid #ffffff;
    border-bottom: .2625rem solid #ffffff;
    border-radius: 2px;
    transform: rotate(-45deg);
    left: 1%;
    top: 10%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-font-smoothing: antialiased;
}

.galerie_vier_slider .slider-next {
    width: 10px;
    height: 10px;
    background-image: none;
    border: 2px solid #c71712;
    border-radius: 50%;
    padding: 25px;
    top: -13px;
    right: 1%;
    color: rgba(255, 255, 255, 0);
    background: rgba(0, 0, 0, 0.56);
}

.galerie_vier_slider .slider-prev:after {
    content: "";
    width: 1rem;
    height: 1rem;
    margin-left: 21px;
    margin-top: 14px;
    position: absolute;
    border: 0 solid transparent;
    border-right: 0.2625rem solid #ffffff;
    border-bottom: .2625rem solid #ffffff;
    border-radius: 2px;
    transform: rotate(135deg);
    left: 1%;
    top: 10%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-font-smoothing: antialiased;
}

.galerie_vier_slider .slider-prev {
    width: 10px;
    height: 10px;
    background-image: none;
    border: 2px solid #c71712;
    border-radius: 50%;
    padding: 25px;
    top: -13px;
    left: 1%;
    color: rgba(255, 255, 255, 0);
    background-color: rgba(0, 0, 0, 0.56);
}

.galerie_vier_slider .slider-prev:hover,
.galerie_vier_slider .slider-next:hover {
    background-color: rgba(0, 0, 0, 0.56);
}

.galerie_vier_slider nav {
    height: 30px;
    position: absolute;
    width: 70%;
}

@media (max-width: 1700px) {
    .galerie_vier_slider nav {
        width: 80%;
    }
}

@media (max-width: 1330px) {
    .galerie_vier_slider nav {
        width: 90%;
    }
}

@media (max-width: 760px) {
    .galerie_vier_slider nav {
        width: 98%;
    }
}

.galerie_vier_slider .slider-menu {
    display: none;
}

.contain-galerie {
    background-color: #d1d1d1;
}

.contain-galerie h2 {
    text-align: center;
    color: #f9f9fa;
    width: 100%;
    font-weight: 400;
    font-size: 32px;
    margin: 0 0 1.5rem 0;
}

.news-list .mod_newslist>div {
    margin-bottom: 2.5rem;
}

.news-list .mod_newslist figure {
    width: 300px;
    height: 200px;
    display: flex;
    justify-content: center;
    margin-left: 2.5rem;
}

.news-list .mod_newslist figure img {
    width: auto;
    max-height: 100%;
}
@media (max-width: 767px) {
    .news-list .mod_newslist figure {
        float: none;
        margin: auto;
    }
}

/*overview*/

.overview>nav {
    display: block;
}

.overview>nav ul {
    padding: 0;
}

.overview>nav li {
    list-style: none;
    padding: 10px 0;
    width: 33.333%;
    float: left;
    cursor: pointer;
}

@media (max-width: 767px) {
    .overview>nav li {
        width: 50%;
    }
}

@media (max-width: 490px) {
    .overview>nav li {
        width: 100%;
    }
}

.overview>nav li a {
    padding: 20px;
    background-color: #3d4252;
    color: white;
    margin: 0 10px;
    display: block;
    position: relative;
}

.overview>nav li a:hover {
    background-color: rgba(61, 66, 82, 0.65);
}

.overview>nav li a::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg id='Double_Chevron' data-name='Double Chevron' xmlns='http://www.w3.org/2000/svg' width='20' height='32' viewBox='0 0 20 32'%3E%3Cpath id='Pfad_1' data-name='Pfad 1' d='M4,32a4,4,0,0,1-2.83-6.83L10.34,16,1.17,6.83A4,4,0,0,1,6.83,1.17l12,12a4.008,4.008,0,0,1,0,5.66l-12,12A3.981,3.981,0,0,1,4,32Z' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    font-weight: 100;
    color: #ffffff;
    font-size: 30px;
    text-align: right;
    display: block;
    height: 25px;
    width: 20px;
    top: 15px;
    right: 10px;
    position: absolute;
}


/*Sprachenwechsler*/

.sprachenwechsler {
    z-index: 999;
}

.sprachenwechsler ul .lang-en a,
.sprachenwechsler ul .lang-en strong {
    background-image: url("/files/layout/bilder/united-kingdom.svg");
}

.mod_changelanguage ul .lang-de a,
.sprachenwechsler ul .lang-de strong {
    background-image: url("/files/layout/bilder/germany.svg");
}

.mod_changelanguage ul .lang-de a,
.sprachenwechsler ul .lang-de span,
.sprachenwechsler ul .lang-de strong,
.sprachenwechsler ul .lang-en strong,
.sprachenwechsler ul .lang-en a,
.sprachenwechsler ul .lang-en span {
    display: block;
    width: 35px;
    color: transparent !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-shadow: none;
}

.mod_changelanguage ul {
    position: fixed;
    right: 5%;
    top: 20px;
    padding: 0;
    z-index: 999;
}

.sprachenwechsler ul li {
    border: none !important;
    list-style: none;
    float: left;
    padding-left: 5px;
    background-color: transparent!important;
    background: transparent!important;
}

@media (max-width: 1100px) {
    .sprachenwechsler {
        display: none;
    }
    .mod_changelanguage ul .lang-de a, 
    .sprachenwechsler ul .lang-de span, 
    .sprachenwechsler ul .lang-de strong, 
    .sprachenwechsler ul .lang-en strong, 
    .sprachenwechsler ul .lang-en a, 
    .sprachenwechsler ul .lang-en span {
      width: 15px;
    }
}

@media (max-width:1330px) {
    .mod_changelanguage ul {
        right: 10px;
    }
}

.mobile_menu .sprachenwechsler {
    display: block !important;
    padding: 0 0 0.5rem 1.5rem;
}

.mobile_menu .mod_changelanguage ul {
    position: relative;
    right: auto;
    top: auto;
    z-index: 999;
}

.mobile_menu .mod_changelanguage a:before {
    display: none;
}


/*ERROR*/

#error,
#error2 {
    padding-top: 100px;
}

/*Unternehmen*/
@media (max-width: 767px) {
    .philosophie >figure{
        display: none;
    }
}