body {
    line-height: 1.8;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #333;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: center;
}

a {
    color: #333;
}

a:hover {
    color: #97c00e;
    text-decoration: none;
}

.footer a:hover {
    color: #97c00e;
    text-decoration: none;
}

.footer a {
    color: #fff;
}

.container-fluid {
    padding: 0;
}

.container {
    clear: both;
}

/*-----------------------------------------------------*\
  #BOOTSTRAP
\*-----------------------------------------------------*/
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
}

/*-----------------------------------------------------*\
  #ÜBERSCHRIFTEN
\*-----------------------------------------------------*/
.h1, h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    padding-bottom: 3px;
}

.frame-unterstrichen header h1,
.frame-unterstrichen header h2 {
    border-bottom: 1px solid #333;
}

.h2, h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
}

.h3, h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
}

/*-----------------------------------------------------*\
  #KOPFBEREICH
\*-----------------------------------------------------*/
.top-wrapper {
    height: auto;
    background-color: #fff;
    clear: both;
    padding: 15px 0 15px 0;
}

header#seitenheader {
    /* border-bottom: 8px solid #333; */
    margin-bottom: 30px;
}

header#seitenheader .top-wrapper img {
    width: 80%;
    height: auto;
}

header#seitenheader .kopfbild-wrap {
    background: url(../Images/Template/concrete-wall.png);
    border-bottom: 8px solid #606C38;
}

header#seitenheader .kopfbild-wrap .container {
    max-width: 1600px;
    padding: 0;
}

.kontakt-top {
    padding: 0;
    display: flex;
    justify-content: right;
    align-items: center;
}

.kontakt-top .row {
    width: 100%;
}

.email {
    text-align: right;
}

.fa {
    background-color: #555;
    border-radius: 100%;
    box-shadow: 0 0 0 7px #283618, 0 0 0 8px #e0e0e0;
    color: #fff;
    cursor: default;
    display: inline-block;
    height: 2em;
    line-height: 2em;
    margin: 0 11px 0 0;
    padding: 0;
    text-align: center;
    width: 2em;
}

.telefon {
    text-align: right;
}

.navigation-wrapper {
    height: 75px;
    z-index: 99;
    clear: both;
    background-color: #606C38;
    border-bottom: 8px solid #283618;
}

.kopfslider, .kopfbild {
    max-height: 600px;
    overflow: hidden;
    width: 100%;
}
.kopfslider, .kopfbild {
    padding: 0;
    position: relative;
    clear: both;
}

/*-----------------------------------------------------*\
  #FOOTER
\*-----------------------------------------------------*/
footer {
    background-color: #606C38;
    color: #fff;
    border-top: 8px solid #283618;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.4;
    padding-top: 30px;
    padding-bottom: 10px;
}

footer a {
    color: #fff;
}

#c6 {
    text-align: right;
}

/*-----------------------------------------------------*\
  #TYPO3
\*-----------------------------------------------------*/
p {
    margin-bottom: 15px;
}

strong {
    font-weight: 600;
}

.frame-space-before-extra-small {
    margin-top: 10px;
}

.frame-space-before-small {
    margin-top: 20px;
}

.frame-space-before-medium {
    margin-top: 30px;
}

.frame-space-before-large {
    margin-top: 40px;
}

.frame-space-before-extra-large {
    margin-top: 50px;
}

.frame-space-after-extra-small {
    margin-bottom: 10px;
}

.frame-space-after-small {
    margin-bottom: 20px;
}

.frame-space-after-medium {
    margin-bottom: 30px;
}

.frame-space-after-large {
    margin-bottom: 40px;
}

.frame-space-after-extra-large {
    margin-bottom: 50px;
}

.frame-text-2-column .ce-bodytext {
    column-count: 2;
    column-gap: 30px;
    text-align: justify;
}

.ce-gallery .image img {
    width: 100%;
    height: auto;
}

figcaption {
    font-size: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#cboxTitle {
    position: absolute;
    bottom: -3px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #555;
}

#cboxCurrent {
    position: absolute;
    bottom: -1px;
    left: 58px;
    color: #949494;
}

#cboxSlideshow {
    position: absolute;
    bottom: -1px;
    right: 30px;
    color: #0092ef;
}

/*------------------------------------*\
  #MASK
\*------------------------------------*/
/*---------- BILDERGALERIE -----------*/
.mask-bildergalerie {
    clear: both;
    margin-bottom: 20px;
}

.mask-bildergalerie .mask-bildergalerie-wrapper {
    margin-bottom: 15px;
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.5);
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.5);
}

.mask-bildergalerie .bildspalte {
    margin-bottom: 15px;
}

.mask-bildergalerie .bildspalte img {
    width: 100%;
    height: auto;
}

.bildspalte .zoom {
    overflow: hidden;
    position: relative;
}

.bildspalte .zoom img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease-in-out;
}

.bildspalte .zoom:hover img {
    width: 100%;
    height: auto;
    transform: scale(1.1);
}

.bildspalte figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background: url(https://www.kreuzangerhof.de/typo3conf/ext/bim_template/Resources/Public/Images/Template/trans-60-schwarz.png);
}

.bildspalte:hover figcaption {
    opacity: 1;
}

.bildspalte figcaption div {
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    padding: 0 10px;
    position: absolute;
    width: 100%;
    bottom: 20px;
}


.slick-prev::before, .slick-next::before {
    color: #000;
}

.mask-newsslider-link a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f30b";
    margin-left: 30px;
}

.frame-type-gridelements_pi1 section.container {
    padding-left: 0;
    padding-right: 0;
}

.mask-linkblock-wrap {
    text-align: center;
}

.mask-linkblock-wrap a .mask-linkblock {
    font-size: 20px;
    padding: 30px 0;
}

.mask-linkblock-wrap a:hover {
    color: #fff;
}

/********************* CARD-BOX *********************************/
.mask-cardbox-wrap {

}

.mask-cardbox-wrap a .mask-cardbox-bild img {
    width: 100%;
    height: auto;
}

.mask-cardbox-wrap a .mask-cardbox-inhalt-wrap {
    border-radius: 100% 100% 0 0 / 35px 35px 0 0;
    background: #56443C;
    background: -moz-linear-gradient(top,  #56443C 0%, #56443C 100%);
    background: -webkit-linear-gradient(top,  #56443C 0%,#56443C 100%);
    background: linear-gradient(to bottom,  #56443C 0%,#56443C 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56443C', endColorstr='#56443C',GradientType=0 );
    color: #fff;
    padding: 15px;
    text-align: center;
    margin-top: -20px;
    min-height: 200px;
    position: relative;
    box-shadow: -1px -5px 5px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: -1px -5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px -5px 5px 0px rgba(0,0,0,0.75);
    transition: all 0.5s ease-in-out;
}

.mask-cardbox-wrap a:hover .mask-cardbox-inhalt-wrap {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.mask-cardbox-wrap a .mask-cardbox-inhalt-wrap h3 {
    text-align: center;
}

.mask-cardbox-wrap .mask-cardbox-inhalt-wrap i {
    font-size: 20px;
    margin-right: 10px;
}

.mask-schrift-box {
    font-family: 'Kalam';
    font-size: 24px;
}


/*-----------------------------------------------------*\
  #MAPS
\*-----------------------------------------------------*/
.map iframe {
    width: 100%;
}

.map .privacy-msg.privacy-map-msg,
.yt-video .privacy-msg.privacy-map-msg {
    position: relative;
    background: #eee;
    height: auto !important;
    width: 100% !important;
}

.map .privacy-msg.privacy-map-msg p,
.yt-video .privacy-msg.privacy-map-msg p {
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
    position: absolute;
}
.privacy-msg.privacy-calendar-msg p,
.privacy-msg.privacy-kalender-msg p,
.privacy-msg.privacy-map-msg p,
.privacy-msg.privacy-video-msg p {
    padding: 15px;
    text-align: center;
}

.map .privacy-msg.privacy-map-msg p a.btn,
.yt-video .privacy-msg.privacy-map-msg p a.btn {
    color: #fff;
}

.privacy-msg.privacy-calendar-msg p a.btn,
.privacy-msg.privacy-map-msg p a.btn,
.privacy-msg.privacy-video-msg p a.btn,
.privacy-msg.privacy-kalender-msg p a.btn {
    background: #606C38;
    border-color: #606C38;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
}

.map .privacy-msg.privacy-map-msg iframe.privacy-map,
.yt-video .privacy-msg.privacy-map-msg iframe.privacy-map {
    width: 100%;
}

.privacy-msg.privacy-kalender-msg {
    position: relative;
}

.privacy-msg.privacy-kalender-msg p {
    position: absolute;
}


/*------------------------------------*\
  #MEDIA-QUERIES
\*------------------------------------*/
@media (max-width: 1600px) {
    header#seitenheader .container.special {
        max-width: 100%;
        padding: 0;
    }
}

@media (max-width: 991px) {
    .container {
        max-width: 100%;
    }

    .navigation-wrapper {
        height: 8px;
    }

    header#seitenheader .top-wrapper img {
        width: 300px;
        height: auto;
        margin-right: 0;
    }

    .top-wrapper {
        padding: 75px 0 15px 0;
    }

    .kontakt-top .row {
        width: 100%;
        margin: 20px 0 15px 0;
    }

    .telefon {
        text-align: center;
    }

    .icons-mobil {
        display: none;
    }
}

@media (max-width: 767px) {
    #c6 {
        text-align: left;
    }

    .icons-mobil {
        display: block;
    }

    .kontakt-top {
        display: none;
    }

    .email {
        margin-bottom: 0;
        position: absolute;
        left: 15px;
        top: 12px;
        text-align: center;
        margin-bottom: 25px;
    }

    .telefon {
        position: absolute;
        left: 75px;
        top: 12px;
    }
}

@media (max-width: 575px) {

}
