/* header */
.header-column-search {
    padding-top: 25px;
}

/* page startseite */
body.page-template-default.page-id-4070 #main-content,
.et_pb_section.footer-startseite ,
.et_pb_section.page-startseite {
    background-color: #fff !important;
}
.startseite-row-wrap{
    max-width: -webkit-calc(100vw - 260px);
    max-width: calc(100vw - 260px);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap:20px;
}
.startseite-row-wrap .et_pb_column .et_pb_module{
    margin-bottom: 0;
    margin-right: 0;
}
.startseite-row-wrap .et_pb_column{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap:20px;
    margin-right: 0;
}
.startseite-row-wrap .et_pb_column:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.startseite-row-wrap .et_pb_column:nth-child(even) {
    padding-top: 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.startseite-row-wrap .et_pb_column .et_pb_module.small-square {
    position: relative;
    border: 1px solid #000;
    max-width: 444px;
    max-height: 160px;
 }
 .startseite-row-wrap .et_pb_blurb_content {
    position: relative;
    border: 1px solid #000;
    max-width: 410px;
    max-height: 410px;
}
.startseite-row-wrap .et_pb_blurb_content .et_pb_blurb_container h4{
    color: #000;
    text-align: center;
}
.startseite-row-wrap .et_pb_blurb_content .et_pb_blurb_container{
    color: #000;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.startseite-row-wrap .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header{
    position: relative;
    top: calc(100% - 35px);
    transition: top 0.5s ease 0s;
}
.startseite-row-wrap .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
    position: relative;
    top: 162px;
    transform: rotate(-90deg);
}
.startseite-row-wrap .et_pb_column:nth-child(odd) .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
    left: -220px;
}
.startseite-row-wrap .et_pb_column:nth-child(even) .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
    left: 220px;
}
.startseite-row-wrap .big-square .et_pb_blurb_content .et_pb_main_blurb_image{
    overflow: hidden;
}
.startseite-row-wrap .big-square .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap{
    webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: opacity 0.6s ease, -webkit-transform 1s ease;
    transition: opacity 0.6s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity 0.6s ease;
    transition: transform 1s ease, opacity 0.6s ease, -webkit-transform 1s ease;
}
.startseite-row-wrap .big-square:hover .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap{
    transform: scale3d(1.05, 1.05, 1)
}
.startseite-row-wrap .big-square:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header{
    cursor: pointer;
    top: calc(50% - 15px);
    text-align: center
}
.startseite-row-wrap .big-square:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header span{
    color: white;
    background-color: #000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
    box-sizing: border-box;
    padding: 5px 10px;
    border-radius: 10px;
}
a.et_pb_button.btn-hover-black:hover {
    background-color: rgba(0,0,0,.75) !important;
}

.et_mobile_menu li a:hover, .nav ul li a:hover {
    background-color:unset;
    opacity: 1;
}
.startseite-logo{
    display: none;
}
/* hide function accordion */
.et_pb_accordion.hide-func .et_pb_toggle_title { 
    pointer-events: none;
    cursor: none !important;
}
.et_pb_accordion.hide-func .et_pb_toggle_title:before { 
    display: none !important;
}

@media (max-width: 980px) {
    body.page-template-default.page-id-4070 #main-content {
        padding-top: 0;
    }
}

@media (max-width: 960px) {
    .startseite-title,
    .startseite-row-wrap .et_pb_column .et_pb_module.small-square {
       display: none;
    }
    .startseite-logo{
        display: block;
        text-align: center;
    }
    .startseite-row-wrap .et_pb_blurb_content {
        height: auto;
    }
    .startseite-row-wrap .et_pb_column:nth-child(even) {
        padding-top: 0px;
    }
    .startseite-row-wrap .et_pb_column:nth-child(odd) {
        margin-bottom: 80px;
    }
    .startseite-row-wrap .et_pb_column:nth-child(even) .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description,
    .startseite-row-wrap .et_pb_column:nth-child(odd) .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
        left: 0;
        top: -55px;
        text-align: center;
    }
    .startseite-row-wrap .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
        transform: rotate(0deg);
    }
    .startseite-row-wrap,
    .startseite-row-wrap .et_pb_column {
       display: block;
       width: 100%;
    }
   
    
}
@media (max-width: 600px) {
    .page-startseite .et_pb_text_0 h1 {
        font-size: 32px;
    }
    .page-startseite .et_pb_row{
        padding-bottom: 5px;
    }
    .startseite-row-wrap .et_pb_column:nth-child(odd) {
        margin-bottom: 50px;
    }
}

@media (max-width: 400px) {
    .footer-startseite .et_pb_menu__wrap li a,
    .footer-startseite .et_pb_text_inner p {
        font-size: 13px;
    }
}