/*
Theme Name: webda
Theme URI: https://www.dieandere-webdesign.de/
Description:  Customer - Theme
Author: DieAndere Webdesign - Jessica Schinhofen
Author URI: https://www.dieandere-webdesign.de/
*/

@import 'fonts/fonts.css';
@import 'slick.css';
@import 'aos.css';
@import 'jquery.fancybox.min.css';


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

::-moz-selection {
    /* Code for Firefox */
    color: rgba(0, 0, 0, 1);
    background: rgba(0, 0, 0, 0.2);
}

::selection {
    color: rgba(0, 0, 0, 1);
    background: rgba(0, 0, 0, 0.2);
}



html, body {
    margin: 0;
}
html {
    height: 100%;
}

body {
    font-family: "Georgia Regular", Arial;
    font-weight: 400;
    font-size: 16px;
    color: #3d3d3d;
    line-height: 24px;
    background-color: #FFFFFF;
    display: inline-block;
/*
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
*/


    min-height: 100%;
    position: relative;
    text-rendering: optimizeLegibility;

    overflow-x:hidden;
    max-width: 100%;
    width: 100%;
}



.page-content {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 35px;
}


.centered {
    margin: 0 auto;
}

.content {
    position: relative;
}

.contentwrapper {
    width: 100%;
    position:relative;
    float: left;
}

.content-width {
    max-width: 1440px;
    margin:0 auto;
    padding: 0 0px;
    width: calc(100% - 80px);
}


.module .content-width {
    padding: 0;
}



@media screen and (max-width: 1440px) {
    .content-width {
        width: calc(100% - 80px);
    }
}

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

    .content-width {
        width: calc(100% - 40px);

    }

}


@media screen and (max-width: 492px) {
    .content-width {
        width: calc(100% - 20px);

    }
}



body > .overlay {
    z-index: 80;
}
body > .overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 81;
    background: rgba(5, 5, 5, .6);
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s ease-in-out 0.3s, opacity 0.3s ease-in-out 0s;
    -webkit-transition: visibility 0s ease-in-out 0.3s, opacity 0.3s ease-in-out 0s;
    -moz-transition: visibility 0s ease-in-out 0.3s, opacity 0.3s ease-in-out 0s;
    -o-transition: visibility 0s ease-in-out 0.3s, opacity 0.3s ease-in-out 0s;
    -webkit-tap-highlight-color: transparent;
}

body > .overlay.show {
    opacity: 1;
    visibility: visible;
    transition: visibility 0s ease-in-out 0s, opacity .3s ease-in-out 0s;
    -webkit-transition: visibility 0s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
    -moz-transition: visibility 0s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
    -o-transition: visibility 0s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
}



ul, ol {
    margin-left: 20px;
}

ul, li, ol li {
    list-style-position: outside;
}

ol li {
    margin-bottom: 20px;
}




.contentbox ul {
    margin-left: 0;
    padding: 0;
    list-style-type: none;
}

.contentbox ul li:before {
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    top:0;
    width: 5px;
    background: #2B383B;
    margin-right: 15px;
    margin-bottom: 35px;
}

.contentbox ul li {
    margin: 0 0 35px 0;
    padding: 0 0 0 15px;
    list-style-type: none;
    position: relative;
    width: 100%;
    float: left;
}

.contentbox ul li:last-child {
    margin-bottom: 0;
}

.contentbox ul li a {
    hyphens: auto;
}

.wp-caption-text {
    font-size: 12px;
    display: inline-block;
    margin-top: 5px;
}

.flex-center .contentboxwrapper {
    align-items: center;
}


/* fancybox */

#fancybox-overlay {
    background: rgb(245, 245, 246) !important;
}

#fancybox-left {
    left: 0 !important;
}

#fancybox-left span {
    position: absolute;
    left: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    background-color: #ffffff;
    background-image: none !important;
    width: 96px;
    height: 96px;
}

#fancybox-left span::before {
    position: absolute;
    left: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    width: 100%;
    height: 100%;
    background-image: url('assets/arrow-left.svg');
    -webkit-background-size: 23px 46px;
    background-size: 23px 46px;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.66;
    content: "";
    transition: opacity ease-in-out .15s;
    -webkit-transition: opacity ease-in-out .15s;
    -moz-transition: opacity ease-in-out .15s;
    -o-transition: opacity ease-in-out .15s;
}

#fancybox-left:hover span::before {
    opacity: 1;
}

#fancybox-right {
    left: auto !important;
}

#fancybox-right span {
    left: auto !important;
    right: 0 !important;
    top: auto !important;
    bottom: 0 !important;
    background-color: #ffffff;
    background-image: none !important;
    width: 96px;
    height: 96px;
}

#fancybox-right span::before {
    position: absolute;
    left: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    width: 100%;
    height: 100%;
    background-image: url('assets/arrow-right.svg');
    -webkit-background-size: 23px 46px;
    background-size: 23px 46px;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.66;
    content: "";
    transition: opacity ease-in-out .15s;
    -webkit-transition: opacity ease-in-out .15s;
    -moz-transition: opacity ease-in-out .15s;
    -o-transition: opacity ease-in-out .15s;
}

#fancybox-right:hover span::before {
    opacity: 1;
}

#fancybox-outer {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}


.box-shadow {
    box-shadow: 0 0px 20px rgba(0,0,0,.16);
    -moz-box-shadow: 0 0px 20px rgba(0,0,0,.16);
    -webkit-box-shadow: 0 0px 20px rgba(0,0,0,.16);
}



/*********************************/
/**         BUTTONS             **/
/*********************************/


.cta-wrapper {
    width: auto;
    display: inline-block;
    margin-top: 15px;
    position: relative;
}

.cta-wrapper a.cta {

    float: left;
    text-decoration: none;
    font-weight: 400;
    border: 1px solid #ef7d08;
    background: #ef7d08;
    padding: 5px 20px 8px;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    border-radius: 0;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;

    font-family: "Antonio";
}
/*
.cta-wrapper a.cta:after {
    content: '';
    background-image: url('assets/cta-arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 15px;
    margin-left: 15px;
    position: absolute;
    top: 18px;
}*/

.cta-wrapper a.cta:hover {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    border: 1px solid #ef7d08;
    background: #fff;
    color: #000;

}

.cta-wrapper a.cta:hover:after {
    /*
    content: '';
    background-image: url('assets/cta-arrow-hover.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 9px;
    margin-left: 15px;
    position: absolute;
    top: 20px;
    display: none;
    */
 
}



/*********************************/
/**         LINKS               **/
/*********************************/


a {
    transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    -moz-transition: all ease-in-out .15s;
    -o-transition: all ease-in-out .15s;
    text-decoration: underline;
    color: #000;
    font-weight: 300;
    display: inline-block;
    cursor: pointer;
}

a img,
a svg {
    transition: opacity ease-in-out .15s;
    -o-transition: opacity ease-in-out .15s;
}

a:hover img {
    opacity: 0.7;
}



img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}


p {
    font-size: 18px;
    color: #000;
    line-height: 28px;
    margin-bottom: 30px;
}


.color-1 {
    color: #000;
}
.color-2 {
    color: #fff;
}
.color-3 {
    color: #E77332;
}
.color-4 {
    color: #3c806d;
}


.color-3 a, a > .color-3{
    color: #E77332;
    text-decoration: underline;
}



.backcolor-1 {
    background-color: #000;
    color: #fff;
}
.backcolor-2 {
    background-color: #fff;
    color: #3d3d3d;
}
.backcolor-3 {
    background-color: #E77332;
    color: #3d3d3d;
}
.backcolor-4 {
    background-color: #3c806d;
    color: #fff;
}

.backcolor-5 {
    background-color: #f0ebe6;
    color: #000;
}






.backcolor-1 p {
    color: #fff;
}
.backcolor-2 p {
    color: #3d3d3d;
}
.backcolor-3 p {
    color: #fff;
}
.backcolor-4 p {
    color: #fff;
}




.color-1 p {
    color: #3d3d3d;
}
.color-2 p {
    color: #fff;
}
.color-3 p {
    color: #E77332;
}
.color-4 p {
    color: #3c806d;
}



/*********************/
/**     HEADLINES   **/
/*********************/

h1, .h1-style {
    font-size: 30px;
    display: block;
    line-height: 40px;
    font-weight: 900;
    position: relative;
    text-transform: none;
    width: 100%;
    font-family: "Antonio";
    margin-bottom: 25px;
}


h2, .h2-style {
    display: block;
    font-size: 25px;
    line-height: 35px;
    font-weight: 900;
    text-transform: none;
    position: relative;
    width: 100%;
    font-family: "Antonio";
    margin-bottom: 20px;
    hyphens: auto;
}


h3, .h3-style {
    font-size: 25px;
    display: block;
    line-height: 35px;
    font-weight: 500;
    position: relative;
    text-transform: none;
    font-family: "Antonio";
    margin-bottom: 20px;
}

h4, .h4-style {
    font-size: 25px;
    display: block;
    line-height: 35px;
    font-weight: 500;
    position: relative;
    text-transform: none;
    font-family: "Antonio";
    margin-bottom: 20px;
    hyphens: auto;
}


h5, .h5-style {
    font-size: 20px;
    display: block;
    line-height: 35px;
    font-weight: 500;
    position: relative;
    font-family: "Antonio";
    margin-bottom: 20px;
}



.module .subheadline {
    font-size: 35px;
    line-height: 35px;
    width: 50%;
    display: inline-block;
}





.text-left {
    float: left;
    margin-right: 40px;
}
.text-right {
    float: right;
     margin-left: 40px;
}
.text-center {
    text-align: center;
}









.img-fill {object-fit: fill;}
.img-contain {object-fit: contain; width:100%;
        height:100%;
        object-position: center;}
.img-cover {object-fit: cover; width:100%;
        height:100%;
        object-position: center;}
.img-scale-down {object-fit: scale-down;}
.img-none {object-fit: none; object-position: 50% 50%;}




/******************/
/**    SLICK    **/
/******************/





.slick-slider button {
    background: transparent;
    width: 25px;
    height: 40px;
    position: absolute;
    top: 50%;
    border: 0;
    z-index: 5;
}

.slick-slider button.slick-prev {
    margin-top: -20px;
    background-image: url('assets/left-arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    left: 40px;
    width: 35px;
    height: 35px;
    position: absolute;
    text-indent: -999999px;
}
.slick-slider button.slick-next {
    margin-top: -20px;
    background-image: url('assets/right-arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    right: 40px;
    width: 35px;
    height: 35px;
    position: absolute;
    text-indent: -999999px;
}


.slick-dots li {
    display: inline-block;
    width: 20px;
    margin-right: 10px;
}

.slick-dots li button {
    border: 2px solid rgba(255,255,255,0.7);
    background: transparent;
    width: 20px;
    height: 20px;
    color: transparent;
    font-size: 0px;
    top: unset;
    position: relative;
}

.slick-dots li.slick-active button {
    border: 2px solid #fff;
    background: #fff;
    width: 20px;
    height: 20px;
    color: transparent;
    font-size: 0px;
}



.slick-dots {
    width: 100%;
    position: absolute;
    bottom: 25px;
    text-align: center;
    z-index: 99;
    margin-left: 0;
}

.slick-dots li {
    width: 15px;
    height: 15px;
}

.slick-dots li > button {
    background: transparent;
    border: 2px solid #F6F9FC;
    border-radius: 2348725487px;
}
.slick-dots li.slick-active button {
    background: #F6F9FC;
    border: 2px solid #F6F9FC;
}


.buttonsslider {
    display: flex;
    margin-top: -12px;
    justify-content: center;

}
.buttonsslider button {
    background: white;
    color: black;
    border: none;
    border-radius:15px;
    position: relative;
    padding: 2px 8px 2px;
    min-width: 100px;
    top: 0px;

}



.topbar {
    position: relative;
    width: 100%;
    float: left;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    margin-top: 0px;
    z-index: 3;
}


.topbar .content-width.full {
   padding: 5px 0;
   width: 100%;
    max-width: 100%;
}


.topbar .content-width.full .contentboxwrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin:0 auto;

    max-width: 1440px;

    padding: 0 0px;
    width: calc(100% - 80px);
}

.topbar .content-width.full .contentboxwrapper > div {
    width: 50%;
}

.topbar .searchbox input.search-field {
    background: #fff;
    border: 1px solid #fff;
    padding: 5px 10px;
}
.topbar .searchbox input[type="submit"] {
    border: 1px solid #fff;
    background: #fff;
    color: #E77332;
    padding: 5px 10px;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    cursor: pointer;
}

.topbar .searchbox input[type="submit"]:hover {
    border: 1px solid #fff;
    background: #E77332;
    color: #fff;

}

.topbar .socialbox {
    text-align: right;
}
.topbar .socialbox img {
    height: 30px;
    padding-top: 3px;
}


.topbar .logomen {
    display: flex;
    align-items: end;
    margin-top: 25px;
}


.topbar .logo {
    position: relative;
    width: 180px;
    text-align: left;
    float: left;
}

.topbar .logo a {
    display: inline-block;
}
.topbar .logo a img {
    width: 180px;
    height: auto;
}


.topbar .logo img.default {
   display: block;
}

.topbar nav.mainmen {
    display: inline-block;
    width: calc(100% - 215px);
    text-align: right;
    float: left;
    margin-left: 35px;
    margin-right: 0px;
}


.topbar nav.mainmen .menu-main-menu-container {
    display: block;
    height: 100%;
    position: relative;
}
.topbar nav.mainmen ul {
    margin:0;
    padding:0;
     display: inline-block;
    list-style-type: none;
    height: 100%;
}
.topbar nav.mainmen ul li {

    display: inline-block;
    position: relative;
    text-align: left;
}

.topbar nav.mainmen ul li button {
    text-transform: uppercase;
    font-family: 'Antonio';
    font-size: 22px;
    line-height: 25px;
    height: 100%;
    color: #3c806d;
    padding: 0px 40px 0px 20px;
    position: relative;
    display: block;
    font-weight: 500;
    letter-spacing: 1px;
    border: 0;
    background: transparent;
    text-decoration: none;
}
.topbar nav.mainmen ul li a {
    text-transform: uppercase;
    font-family: 'Antonio';
    font-size: 22px;
    line-height: 25px;
    height: 100%;
    color: #3c806d;
    padding: 0 20px;
    position: relative;
    display: block;
    font-weight: 500;
    letter-spacing: 1px;

    text-decoration: none;
}

.topbar nav.mainmen ul li a:hover {
    color: #E77332;
}

.topbar nav.mainmen ul li.menu-item-has-children a {
     padding: 0px 40px 0px 20px;

}

.topbar nav.mainmen ul li.help {
    background: #E77332;
    color: #fff;
    padding: 7px 5px 10px;
}
.topbar nav.mainmen ul li.help a {
    color: #fff;
}
.topbar nav.mainmen ul li.help:hover {
    background: rgba(231, 115, 50, 0.35);
}
.topbar nav.mainmen ul li.help:hover a {
    color: #000;
}



.topbar nav.mainmen ul li.spende {
    background: #408b72;
    color: #fff;
    padding: 7px 5px 10px;
}
.topbar nav.mainmen ul li.spende a {
    color: #fff;
}
.topbar nav.mainmen ul li.spende:hover {
    background: rgba(64, 139, 114, 0.35);
}
.topbar nav.mainmen ul li.spende:hover a {
    color: #000;
}





.topbar nav.mainmen ul li.menu-item-has-children:after {
    content: "";
    background-image: url('assets/chevron-down.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 15px;
    position: absolute;
    right: 15px;
    top: 7px;

}
.topbar nav.mainmen ul li.current-menu-parent.menu-item-has-children:after {
    background-image: url('assets/chevron-down-active.svg');

}


.topbar nav.mainmen ul > li .sub-menu .menu-item {
    padding: 0;
    background: #fff;
    border-bottom: 1px solid #f0ebe6;
    box-shadow: 1px 1px 2px rgba(0,0,0,.4);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
    opacity: 0;
    width: 100%;
    text-align: left;
    transform-origin: bottom;
    display: block;
    animation: enter 0.2s ease forwards;
}
.topbar nav.mainmen ul > li .sub-menu .menu-item:nth-child(1) {
  animation-duration: 0.2s;
  animation-delay: 0s;
}
.topbar nav.mainmen ul >  li .sub-menu .menu-item:nth-child(2) {
  animation-duration: 0.3s;
  animation-delay: 0.1s;
}
.topbar nav.mainmen ul >  li .sub-menu .menu-item:nth-child(3) {
  animation-duration: 0.4s;
  animation-delay: 0.2s;
}
.topbar nav.mainmen ul >  li .sub-menu .menu-item:nth-child(4) {
  animation-duration: 0.5s;
  animation-delay: 0.3s;
}
.topbar nav.mainmen ul >  li .sub-menu .menu-item:nth-child(5) {
  animation-duration: 0.6s;
  animation-delay: 0.4s;
}
.topbar nav.mainmen ul >  li .sub-menu .menu-item:nth-child(6) {
  animation-duration: 0.7s;
  animation-delay: 0.5s;
}
.topbar nav.mainmen ul >  li .sub-menu .menu-item:nth-child(7) {
  animation-duration: 0.8s;
  animation-delay: 0.6s;
}
.topbar nav.mainmen ul >  li .sub-menu .menu-item:hover {

}
.topbar nav.mainmen ul >  li .sub-menu .menu-item a {
    padding: 15px 20px;
    font-size: 20px;
    font-weight: 400;
}


.topbar nav.mainmen ul > li .sub-menu {
    display: none;
    list-style: none;
    margin: 15px 0 0;
    padding: 0;
    position: absolute;
    background: white; /* anpassen ans Design */
    /*box-shadow: 0 2px 5px rgba(0,0,0,0.2);*/
    z-index: 1000;
}

/* Geöffnet (über jQuery .css('display', 'block') aktiviert) */
.sub-menu[style*="display: block"] {
    display: block;
}

/* Positionierung der Dropdowns */
.menu-item-has-children {
    position: relative;
}

.menu-item-has-children > .sub-menu {
    top: 100%;
    left: 0;
    min-width: 230px; /* anpassen je nach Design */
}







.topbar nav.mainmen ul > li .sub-menu li .sub-menu {
    position: relative;
    height: auto;
  /*  display: none;*/
    padding-left: 25px;
}

.topbar nav.mainmen ul > li .sub-menu li.menu-item-has-children:after {
    right: 10px;
    height: 50px;
}




.topbar nav.mainmen ul >  li.menu-item:hover > .sub-menu li .sub-menu {
    display: block;
}


.topbar nav.mainmen ul li.current-menu-parent > button,
.topbar nav.mainmen ul li.current-menu-parent > a,
.topbar nav.mainmen ul li.current_page_item > a {
    color: #E77332;
}


.burger.nav {
    display: block;
}
.topbar .content-width .burger {
    width: 50px;
    visibility: visible;
}

/* MENU */
.burger.nav {
    opacity:1;
    display: inline-block;
}

/*  BURGER
========================================== */
.burger {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 38px;
    right: 0;
    border-radius: 0;
    z-index: 85;
}

.burger.clicked.norm {
    opacity:  0;
}

.burger.clicked.nav {
    position: fixed;
    top: -25px;
    right: 20px;
    z-index: 999;
    opacity: 1;
}
.burger span {
    margin-left: -22.5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 50%;
    right: 50%;
}
.burger span, .burger span::before, .burger span::after {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    right: 0;
}
.burger span::before, .burger span::after {
    position: absolute;
    content: "";
}
.burger span::before {
    top: -10px;
    width: 40px;
    right: 0;
}
.burger span::after {
    top: 10px;
    width: 20px;
    right: 0;
}
.burger.clicked span {
    background-color: transparent;
}
.burger.clicked span::before {
    -webkit-transform: translateY(10px) rotate(45deg);
    -moz-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    -o-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
}
.burger.clicked span::after {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
    width: 40px;
}
.burger.clicked span:before, .burger.clicked span:after {
    background-color: #fff;
}
.burger:hover {
    cursor: pointer;
}
.is-drilldown {
    display: none;

}

/* NEU: Menü selbst relativ positionieren */
.is-drilldown .menu {
    position: relative;    /* Referenz für Submenüs */
    width: 100%;
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
}

.mainmen.mob.show > .is-drilldown {
    display: block;

    visibility: visible;
    opacity: 1;
    position: fixed;

    overflow: hidden;
    background: #fff;
    top: 0;
    left: 0;
    width: min-content;
    z-index: 99;

    padding: 35px 0;
    height: 100vh;

}

.is-drilldown li {
    display: block;
    padding: 0px 35px;
    margin: 5px 0;
}
/*
.is-drilldown .menu {
    width: 300px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    list-style: none;
    position: relative;
    padding: 0;
    margin: 0;
}
*/
.is-drilldown .menu a {
    line-height: 1;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}

.drilldown .sub-menu,
.drilldown .is-drilldown-submenu {
   /* position: absolute;
    top: -500%;
    left: 100%;
    z-index: -1;
    width: 100%;
    transition: transform 0.3s ease-out, z-index 0.3s ease-out;
    height: 100vh;
    background: #fff;

    */

        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: -1;
        transform: translateX(100%);
        transition: transform 0.3s ease-out, z-index 0.3s ease-out;

}
.drilldown .menu-item-has-children > a {
    position: relative;
}
.drilldown .menu-item-has-children {
    position: unset;
}

.drilldown .menu-item-has-children > a::after {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #000;
}
.drilldown .menu-item-has-children.current {
    z-index: 10;
    transform: translate(-100%);
}
.drilldown a {
    padding: 0.7rem 1rem;
    /* background-color: #fefefe; */
    border: 0px solid #000;
}
.drilldown .nested.sub-menu {
    margin-right: 0;
    margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
    min-height: 100%;
}
.drilldown .js-drilldown-back > a::before {
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #284156 transparent transparent;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.75rem;
    border-left-width: 0;
}

/*
.drilldown .is-drilldown-submenu.is-active {
    z-index: 10;
    transform: translate(-100%);
    top: 0;
}
*/

.drilldown .is-drilldown-submenu.is-active {
    z-index: 10;
    transform: translateX(0); /* an Position bringen */
    top: 0;
}


.js-drilldown-back {
    background: #f8f8f8;
}


@keyframes enter {
  from {
    opacity: 0;
    transform: scaleY(0.98) translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.topbar .content-width .burger {
    width:0;
    visibility: hidden;
}

.burger.nav {
   display: none;
}

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

    .topbar .content-width .burger {
        width: 50px;
        visibility: visible;
    }


    .topbar nav.mainmen {display: none;}

    .topbar .logo {margin-top: 10px; }
    
    .topbar.fixed .logo {
        width: 250px;
    }

    .topbar button {
        background: transparent;
        border: 0;
    }


    .topbar .cta-wrapper {
        display: none;
    }

    /* MENU */
    .burger.nav {
        opacity:1;
        display: inline-block;
    }

    /*  BURGER
    ========================================== */
    .burger {
        width: 45px;
        height: 45px;
        position: absolute;
        top: 20px;
        right: 0;
        border-radius: 0;
        z-index: 85;
    }

    .burger.clicked.norm {
        opacity:  0;
    }

    .burger.clicked.nav {
        position: fixed;
        top: -25px;
        right: 20px;
        z-index: 999;
        opacity: 1;
    }
    .burger span {
        margin-left: -22.5px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        position: absolute;
        top: 50%;
        right: 50%;
    }
    .burger span, .burger span::before, .burger span::after {
        display: block;
        width: 30px;
        height: 2px;
        background-color: #000;
        outline: 1px solid transparent;
        -webkit-transition-property: background-color, -webkit-transform;
        -moz-transition-property: background-color, -moz-transform;
        -o-transition-property: background-color, -o-transform;
        transition-property: background-color, transform;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        right: 0;
    }
    .burger span::before, .burger span::after {
        position: absolute;
        content: "";
    }
    .burger span::before {
        top: -10px;
        width: 40px;
        right: 0;
    }
    .burger span::after {
        top: 10px;
        width: 20px;
        right: 0;
    }
    .burger.clicked span {
        background-color: transparent;
    }
    .burger.clicked span::before {
        -webkit-transform: translateY(10px) rotate(45deg);
        -moz-transform: translateY(10px) rotate(45deg);
        -ms-transform: translateY(10px) rotate(45deg);
        -o-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }
    .burger.clicked span::after {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
        width: 40px;
    }
    .burger.clicked span:before, .burger.clicked span:after {
        background-color: #000;
    }
    .burger:hover {
        cursor: pointer;
    }



}





/*********************************/
/**         Module          **/
/*********************************/


.module {
    width: 100%;
    margin-bottom: 65px;
    position: relative;
    float: left;
}

.module.nomargin {
    margin-bottom: 0;
}



.module {
    display: inline-block;
    position: relative;
}


.module.col3-block .contentboxwrapper {
    display: flex;
    align-items: start;
    justify-content: center;
    max-width: 85%;
    margin:
            0 auto;
}


.module.col3-block .textbox {
    width: calc(100% / 1/3);
    margin: 0 25px;
    position: relative;
    padding-top: 55px;
}


.module.col3-block .textbox:before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 45px;
    text-align: center;
    top: 0;
    position: absolute;
}

.module.col3-block .textbox:first-child:before {
    background-image: url('assets/spenden.svg');
}
.module.col3-block .textbox:nth-child(2):before {
    background-image: url('assets/helfer.svg');
}
.module.col3-block .textbox:last-child:before {
    background-image: url('assets/lebensmittel.svg');
}
.module.col3-block .textbox h3 {
    text-align:center;
}
.module.col3-block .textbox p {
    text-align: justify;
}
.module.col3-block .textbox .cta-wrapper {
    text-align: center;
    display: block;
}
.module.col3-block .textbox .cta-wrapper .cta {
    float: none;
}


    /* Slider */
.module.slider-block .slide .imagebox {
    z-index: -1;
}

.module.slider-block .slide .textbox {
 /*   max-width: 1440px;
    margin: 0 auto;
    position: relative;
    display: flex;
    width: calc(100% - 80px);
*/

    position: absolute;
    right: 15%;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    text-align: center;


    top: 50%;
    transform: translateY(-50%);
    bottom: unset;
    color: #ffffff;


}
.module.slider-block .slide .textbox .inner {
    /*position: absolute;
    bottom: 100px;
    right: 0px;
    padding: 15px;
    background: #3c806d;
    color: #fff;

    max-width: 450px;

    */



}

.module.slider-block .slide .textbox p {
    color: #fff;
    display: block;
}


.module.slider-block .slide .textbox p span.color-4 {
    font-family: "Antonio";
    background-color: #408b72;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.625rem;
    padding-top: 1.375rem;
    padding-bottom: 1.625rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    color: #fff;
    display: inline-block;
}

.module.slider-block .slide .textbox p span.color-3 {
    font-family: "Antonio";
    background-color: #ef7d08;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.625rem;
    padding-top: 1.375rem;
    padding-bottom: 1.625rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    color: #fff;
    display: inline-block;
}



/*
.module.slider-block .slide .textbox:after {
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    background-image: url('../../uploads/2015/12/tk_home_slider_stoerer_spende.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 350px;
    height: 175px;
    z-index: 2;
}
*/


/* Bildfläche */


.module.image-block .imagebox {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}



/* Text + Image */


.module.image-text-block .backcolor-1,
.module.image-text-block .backcolor-2,
.module.image-text-block .backcolor-3,
.module.image-text-block .backcolor-4,
.module.image-text-block .backcolor-5 {
    padding: 65px 0;
}


.module.image-text-block .contentbox {
    margin:0 auto;
    width: 100%;
    max-width: 85%;
}
.module.image-text-block .contentboxwrapper {
    justify-content: center;
    display: flex;
    max-width: 85%;
    margin:0 auto;
}

.module.image-text-block .only-text-a .textbox {
    width: calc(100% / 1/2);
}
.module.image-text-block .only-text-a .textbox:first-child {
    padding-right: 35px;
}
.module.image-text-block .only-text-a .textbox:last-child {
    padding-left: 35px;
}


.module.image-text-block .contentboxwrapper .textbox {
    width: calc(100% / 1/2);
}

.module.image-text-block .image-left .contentboxwrapper .imagebox {
    padding: 0 50px;

}

.module.image-text-block .image-right .contentboxwrapper .imagebox {
    padding: 0 50px;
    order: 2;
}
.module.image-text-block .image-right .contentboxwrapper .textbox {
    order: 1;
}


.module.image-text-block.spendenkonto .image-left .contentboxwrapper .textbox {
    width: 75%;
}


.module.image-text-block.spendenkonto .imagebox img {
    height: 125px;
}


.module.image-text-block.spendenicon .contentboxwrapper {
    align-items: center;
}


.module.image-text-block.spendenicon .textbox {
    width: 80%;
}

.module.image-text-block.spendenicon .imagebox img{
    height: 85px;
}


.module.image-text-block.spendenkonto .textbox {
    width: 80%;
}

.module.image-text-block.spendenkonto .imagebox {
    padding: 0 50px;
}

.module.image-text-block.spendenkonto section {
    width: 100%;
}

.module.image-text-block.spendenkonto section .bankinner {
    display: flex;
    padding: 5px;
    background: #f8f8f8;
    margin-bottom: 10px;
}

.module.image-text-block.spendenkonto section .bankinner p {
    margin-bottom: 10px;
}

.module.image-text-block.spendenkonto section .bankinner > div:first-child {
    width: 80%;
}
.module.image-text-block.spendenkonto section .bankinner > div:last-child {
    width: 20%;
}


.module.image-text-block.spendenkonto section .bankinner button {
    border-radius: 0;
    border: 1px solid #E77332;
    background: #E77332;
    color: #fff;
    padding: 5px 10px;

    cursor: pointer;
}
.module.image-text-block.spendenkonto section .bankinner button:hover {
    background: #fff;
    color: #000;
    border: 1px solid #E77332;
}

.partner .imagebox img {
    height: 125px;
}
.partner .imagebox {
    width: 35%;
}
.partner .textbox {
    width: 65%;
}

.search-block {
    margin-top: 35px;
}
.search-block ul {
    width: 100%;
    column-gap: 35px;
    column-count: 2;
    margin-left: 0;
}
.search-block ul li {
    list-style-type: none;
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}

.search-block ul li:before {
    content: '//';
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 18px;
    line-height: 28px;
    width: 25px;
    height: 28px;
}

.search-block ul li .subhead {
    font-size: 18px;
    line-height: 28px;
    padding: 5px 0;
}



#popup {
    display: none;
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
    background: white;
    padding: 20px;
    border: 1px solid #333;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    z-index: 1000;
}
#popup-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 999;
}
#popup button {
    margin-top: 10px;
}




.module.breadcrumb {
    margin-bottom: 0;
    padding: 10px 0;
}



.breadcrumb .aioseo-breadcrumb a {
    text-transform: uppercase;
    color: #ef7d08;
    font-family: "Antonio";
    text-decoration: none;
}

.breadcrumb .aioseo-breadcrumb-separator {
    color: #ef7d08;
    font-size: 25px;
    padding: 0 5px;
}

.breadcrumb .aioseo-breadcrumb {
    text-transform: uppercase;
    font-family: "Antonio";
}

.single-artikel .content {
    max-width: 60%;
    margin: 0 auto;
}

.single-artikel .content h1 {
    margin-bottom: 35px;
}
.single-artikel .content h2,
.single-artikel .content h3 {
    margin-bottom: 20px;
}

.single-artikel .wp-block-button {
    display: inline-block;
    margin-bottom: 15px;
}
.single-artikel .wp-block-button__link {
    display: block;
    background:
            #E77332;
    color: #000;
    border-radius:
            0;
    width: auto;
    font-size: 16px;
    line-height: 22px;
}




.accordion {width: 85%; margin: 0 auto;}
.accordeon-title {
    padding: 10px 10px 10px 30px;
    cursor: pointer;
    margin: 0 0 35px 0;
    transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    -moz-transition: all ease-in-out .15s;
    -o-transition: all ease-in-out .15s;

    width: 100%;
    border: 0;
    text-align: left;

    color: #000;
    font-size: 18px;
    line-height: 28px;
}

.accordeon-title:after {
    content: '+';
    color: #000;
    float: right;
    width: 31px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 0px;
}

.accordeon-title.is-opened:after {
    transform: rotate(45deg);
    margin-top: 0px;
}

.accordeon-content {
    padding: 10px;
}

/*************************/
/***    accordeon      ***/
/*************************/

.module.accordeon-block .accordion {

    position: relative;
}

.module.accordeon-block {
    padding: 0px 0;
}

.module.accordeon-block .h2-style,
.module.accordeon-block .h4-style{
    color: #000;
}

.module.accordeon-block .accordeon-content .innercon {
    display: flex;
    flex-wrap: wrap;
}

.module.accordeon-block .accordeon-content .contentbox.imgeinner {
    width: 60%;
    display: inline-block;
    padding-right: 60px;
    float: left;
}

.module.accordeon-block .accordeon-content .contentbox.full {
    width: 100%;
    display: inline-block;
    padding-right: 0px;
    float: left;
    padding-bottom: 25px;
}

.module.accordeon-block .accordeon-content .imagebox {
    width: 40%;
    display: inline-block;
    float: left;
}

.module.accordeon-block .accordeon-content  .contentbox ul li:before {
    display: none;
}

.module.accordeon-block .accordeon-content .contentbox ul {
    margin-left: 35px;
    margin-top: 0px;
    margin-bottom: 25px;
    display: inline-block;
}

.module.accordeon-block .accordeon-content  .contentbox ul li {
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: circle;
}



.module.hinweisbox {

    color: #fff;
}

.module.hinweisbox .content-width {
    padding: 15px;
    background: #3c806d;
}

.module.hinweisbox p {
    color: #fff;
}
.module.hinweisbox a {
    color: #fff;
    text-decoration: underline;
}


.module.zitat .content-width {
    padding: 65px 0;
}
.module.zitat .imagebox {
    border-radius: 127351283px;
    overflow: hidden;
    width: 200px;
    height: 200px;
    padding: 0!important;
}
.module.zitat .textbox {
    width: calc(100% - 235px);
    padding-left: 35px;
}
.module.zitat .textbox blockquote {
    font-style: italic;
    display: block;
    margin-bottom: 10px;
}
.module.zitat .textbox blockquote + p {
    font-weight: 500;
    font-size: 14px;
}

.module.zitat {
    margin-bottom: 0;
    padding-bottom: 65px;
    padding-top: 65px;
}




.module p:last-child {
    margin-bottom: 0;
}



.module.galerie-block .gallerywrapper {
    width: 100%;
    display: inline-block;
    position: relative;
}

.module.galerie-block .gallerywrapper.layout-1 {
    display: flex;
    flex-wrap: wrap;
}

.module.galerie-block .gallerywrapper.layout-1 .imagecon {
    width: calc(100% / 1/3 - 15px);
    margin-bottom: 15px;
    margin-right: 15px;

}

.module.galerie-block .gallerywrapper.layout-1 .imagecon a,
.module.galerie-block .gallerywrapper.layout-2 .imagebox a {
    overflow: hidden;
}

.module.galerie-block .gallerywrapper.layout-1 .imagecon img {
    transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    -moz-transition: all ease-in-out .15s;
    -o-transition: all ease-in-out .15s;

    display: block;
}

.module.galerie-block .gallerywrapper.layout-1 .imagecon:hover img {
    transform: scale(1.1);
}

.module.galerie-block .gallerywrapper.layout-1 .imagecon figcaption {
    display: none;
}


/* Layout 2 Masonry */

.module.galerie-block .gallerywrapper.layout-2 {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.module.galerie-block .gallerywrapper.layout-2 .boximages {
    width: calc(70% - 7px);
    margin-right: 7px;

}

.module.galerie-block .gallerywrapper.layout-2 .boximages:last-child {
    width: calc(30% - 7px);
    margin-left: 7px;
    margin-right: 0;
}

.module.galerie-block .gallerywrapper.layout-2 .boximages:last-child .imagebox {
    height: 100%;
}



.module.galerie-block .gallerywrapper.layout-2 .boximages a {
    height: 100%;
    width: 100%;
    display: block;
}

.module.galerie-block .gallerywrapper.layout-2 .boximages .full {
    float: left;
    width: 100%;
}

.module.galerie-block .gallerywrapper.layout-2 .boximages .halfinner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 14px;
    float:  left;
}


.module.galerie-block .gallerywrapper.layout-2 .boximages .halfinner .imagebox {
    width: calc(50% - 7px);
    margin-right: 7px;
}
.module.galerie-block .gallerywrapper.layout-2 .boximages .halfinner .imagebox:last-child {
    width: calc(50% - 7px);
    margin-left: 7px;
    margin-right: 0;
}

.module.galerie-block .gallerywrapper.layout-2 .imagebox {
    display: inline-block;
    width: 100%;
}




.module.galerie-block .gallerywrapper.layout-2 .imagebox img {
    transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    -moz-transition: all ease-in-out .15s;
    -o-transition: all ease-in-out .15s;
      display: block;
}

.module.galerie-block .gallerywrapper.layout-2 .imagebox:hover img {
    transform: scale(1.1);
}

.module.galerie-block .gallerywrapper.layout-2 figcaption {
    display: none;
}

.module.galerie-block .ctab {
    margin-top: 65px;
}






.contentbox.centered {
    text-align: center;
}










/**********************/
/***    FOOTER      ***/
/**********************/

.footer {
    width: 100%;
    position: relative;
    float: left;
    margin: 0;
}

.footer .content-width {
    display: flex;
    flex-wrap: wrap;
    align-items: end;

}

.footer .content-width.full {
    width: 100%;
    padding: 10px 0;
    margin:0;
    max-width: 100%;
}


.footer .content-width.full .copyright {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 0px;
    width: calc(100% - 80px);

    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}

.footer .content-width.full .copyright a {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}

.footer .content-width.full .copyright a:hover {
    color: #fff;
}


.footer .contentboxwrapper {
    align-items: start;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}


.footer .boxcontent {
    width: calc(100% / 1/3 - 30px);
    position: relative;
    margin-right: 15px;
    padding: 65px 0;
}

.footer .boxcontent .foologo {
}

.footer .boxcontent .foologo img {
    height: 100px;
}

.footer .boxcontent p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

.footer .boxcontent.contact a {
    color: #fff;
    font-weight: 300;
}

.footer .boxcontent a {
    text-decoration: none;
}


.footer .boxcontent.menu ul {
    list-style-type: none;
    column-count: 2;
    column-gap: 20px;
}
.footer .boxcontent.menu ul li {
    list-style-type: none;

}


form p {
    margin-bottom: 5px;
}

form input {
    height: 30px;
    border: 1px solid #ef7d08;
    padding: 5px 10px;
}

form textarea {
    border: 1px solid #ef7d08;
    padding: 5px 10px;
    width: 100%;
}

form .wpcf7-submit {
    background: #ef7d08;
    border: 1px solid #ef7d08;
    padding: 10px 25px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    line-height: 18px;
    height: auto;
}

form .wpcf7-submit:hover {
    background: #fff;
    border: 1px solid #ef7d08;
    color: #ef7d08;
}

.footer .boxcontent.menu ul li a {
    color: #000;
    font-weight: 400;
    padding: 10px 0;
    text-transform: uppercase;
    font-family: 'Antonio';
    text-decoration: none;
    font-size: 22px;

}

.footer .boxcontent.menu ul li > ul.sub-menu {
    display: none;
}


#scrollToTop  {
    position: fixed;
    text-align: center;
    bottom: 50px;
    right: 0px;
    width: 65px;
    display: none;
    height: 65px;
    background: #3C6D73;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;

    z-index: 1000;
}


#scrollToTop .totop {
    display: block;
    width: 100%;
    height: 100%;
}

#scrollToTop .totop:after  {
    content: "";
    position: absolute;
    width: 65px;
    height: 65px;
    background-size: 50%;
    background-image: url('assets/scrolltop.svg');
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
}


@media screen and (max-width: 1280px) {
    .module.image-text-block .contentbox,
    .module.col3-block .contentboxwrapper,
    .module.image-text-block .contentboxwrapper {
        max-width: 100%;
    }


    .module.image-text-block .backcolor-1, .module.image-text-block .backcolor-2, .module.image-text-block .backcolor-3, .module.image-text-block .backcolor-4, .module.image-text-block .backcolor-5 {
        padding: 65px 15px;
    }

}

@media screen and (max-width: 1180px) {
    .footer .contentboxwrapper {
        align-items: start;
        width: 100%;
        display: grid;
        flex-wrap: wrap;
        grid-template-columns: auto auto auto;
    }
    .footer .boxcontent {
        width: 100%;
    }

    .footer .boxcontent:last-child {
        margin-right: 0;
        padding-left: 35px;
    }
}


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

}


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


    .module.col3-block .contentboxwrapper {
        display: grid;
        flex-wrap: wrap;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .module.col3-block .textbox {
        width: 100%;
        margin: 0;
    }

}

@media screen and (max-width: 991px) {
    .module.slider-block .slide .textbox p span.color-3,
    .module.slider-block .slide .textbox p span.color-4 {
        font-size: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .module.image-text-block .contentboxwrapper {
        display: grid;
        flex-wrap: wrap;
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .module.zitat .imagebox {
        width: 100%;
    }
    .module.zitat .imagebox img {
        height: 200px;
        width: 200px;
        overflow: hidden;
        border-radius: 12324723847px;
        display: block;
        margin: 0 auto;
    }
    .module.image-text-block .contentboxwrapper .textbox {
        width: 100%;
        padding-left: 0;
    }


}


@media screen and (max-width: 768px) {
    .module.col3-block .contentboxwrapper {
        display: grid;
        flex-wrap: wrap;
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .module.col3-block .textbox {
        width: 100%;
        margin: 0;
    }


    .footer .contentboxwrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer .boxcontent {
        position: relative;
        margin-right: 0;
        padding: 10px 0;
    }
    .footer .boxcontent.menu ul {
        margin-left: 0;
    }
    .footer .boxcontent:last-child {
        padding-left: 0;
    }

    .module.image-text-block .backcolor-2 {
        padding-top: 0;
    }

    .sliderbox .slick-slide {
        height: 275px;
    }
    .sliderbox .slick-slide .imagebox {
        height: 100%;
    }

    .partner .imagebox { width: 100%; }

    .topbar .content-width.full .contentboxwrapper > div.searchbox {
        width: 75%;
    }
    .topbar .content-width.full .contentboxwrapper > div.socialbox {
        width: 15%;
    }
    .topbar .searchbox input.search-field {
        width: 120px;
    }
}


@media screen and (max-width: 692px) {
    h1, .h1-style {
        font-size: 20px;
        line-height: 30px;
    }

    h2, .h2-style {
        font-size: 18px;
        line-height: 22px;
        font-weight: 600;
    }

    h3, .h3-style {
        font-size: 18px;
        line-height: 22px;
        font-weight: 400;
        letter-spacing: 1px;
    }

    p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 25px;
    }


    #scrollToTop {
        width: 45px;
        height: 45px;
    }

    #scrollToTop .totop::after {
        width: 45px;
        height: 45px;
    }

    .footer .boxcontent.menu ul li a {
        font-size: 18px;
        padding: 8px 0;
    }

}


@media screen and (max-width: 492px) {
    .topbar .logo a img {
        width: 120px;
    }

    .module {
        margin-bottom: 35px;
    }
}


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

    .topbar .content-width.full .contentboxwrapper {
        width: calc(100% - 40px);
    }

}