@charset "utf-8";



@font-face {
    font-family: OpenSans;
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/OpenSans-Regular.ttf');
}

@font-face {
    font-family: OpenSans;
    font-weight: bold;
    font-style: normal;
    src: url('../fonts/OpenSans-Bold.ttf');
}

@font-face {
    font-family: OpenSans;
    font-weight: lighter;
    font-style: normal;
    src: url('../fonts/OpenSans-Light.ttf');
}

@font-face {
    font-family: OpenSans;
    font-weight: lighter;
    font-style: italic;
    src: url('../fonts/OpenSans-LightItalic.ttf');
}



body {
    font-family: OpenSans, sans-serif;
    margin: 16px 0px 0px 0px;
}



a {
    color: #04605b;
    text-decoration: none;
}

a:hover {
    color: #011817;
}

a.zurueckknopf {
    color: #04605b;
    margin-right: 25px;
    -webkit-transition: margin-right 1s ease-out;
    -moz-transition: margin-right 1s ease-out;
    -o-transition: margin-right 1s ease-out;
    transition: margin-right 1s ease-out;
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
}

a.zurueckknopf:hover {
    margin-right: 64px;
}



p {
    margin-top: 16px;
    margin-bottom: 32px;
}



.hbereich .haelfte {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 40px;
    padding-bottom: 45px;
}



.hbereich {
    padding-left: 200px;
    padding-right: 200px;
    padding-top: 40px;
    padding-bottom: 45px;
}

@media screen and (max-width: 730px){
    .hbereich {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.hbereich .text {
    font-size: 120%;
    padding-left: 300px;
    padding-right: 300px;
    color: #454545;
    text-align: left;
}

@media screen and (max-width: 1500px){
    .hbereich .text {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media screen and (max-width: 1300px){
    .hbereich .text {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media screen and (max-width: 1100px){
    .hbereich .text {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.hbereich.mitbild {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hbereich.mitbild.banner {
    background-image: url('../img/banner.jpg');
    background-position: center bottom;
    background-size: contain;
    height: 500px;
    padding-top: 0px;
}

.hbereich.mitbild.home {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
}

@media screen and (max-width: 700px){
    .hbereich.mitbild.home {
        height: 370px;
        background-repeat: no-repeat;
        background-size: cover;
    }
}



.hbereich.mitbild.kontakt {
    height: 400px;
}

@media screen and (max-width: 700px){
    .hbereich.mitbild.kontakt {
        height: 250px;
    }
}


.seo {
    color: #4d4d4d;
    text-align: left;
}



.zitat {
    color: #023c39;
    font-weight: lighter;
    font-style: italic;
    border-top: 1px solid #04605b;
    border-bottom: 1px solid #04605b;
    padding: 16px;
}



h1 {
    font-size: 40px;
    font-weight: bold;
    color: #39737d;
}

h2 {
    font-size: 30px;
    font-weight: lighter;
    color: #4d4d4d;
}

h3 {
    font-size: 26px;
    font-weight: lighter;
    color: #4d4d4d;
}



ul {
    margin-bottom: 32px;
}



@media screen and (max-width: 1150px){
    h1 {
        font-size: 30px;
    }
    
    h2 {
        font-size: 25px;
    }
    
    h3 {
        font-size: 20px;
    }
}



.knopf {
    padding: 16px 50px;
    margin: 32px;
    display: inline-block;
    background-color: #cb8649;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0px 0px 14px rgba(115, 115, 115, 0.8);
    text-decoration: none;
    cursor: pointer;
}

.knopf:hover {
    background-color: #6c4624;
    color: #fff;
}



footer {
    padding-top: 64px;
    padding-bottom: 64px;
}

footer .socialmedia {
    width: 250px;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    margin-right: 50px;
}

footer .socialmedia a {
    display: block;
}

footer .socialmedia img {
    width: 32px;
    margin: 4px;
}

footer .socialmedia img:hover {
    opacity: 0.7;
}

footer .footerlogo {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 300px;
}

footer .footerlogo img {
    width: 200px;
}

footer .links {
    width: 250px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-left: 50px;
}

footer .links a {
    color: #343434;
    padding-left: 8px;
    border-left: 2px solid #2c2c2c;
    display: inline-block;
}

footer .links a:hover {
    border-left: 2px solid #8b8b8b;
}



div.polaroid {
    vertical-align: middle;
    width: 25%;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    margin: 25px;
    display: inline-block;
    float: right;
    margin-right: 260px;
}

div.container {
    text-align: center;
    padding: 10px 20px;
    user-select: none;
}

@media screen and (max-width: 1000px){
    div.polaroid {
        width: 218px;
    }
}



/* COOKIEMELDUNG */

.cookiemeldung {
    background-color: #fff;
    border-radius: 16px;
    border: 5px solid #a8a8a8;
    position: fixed;
    top: 80px;
    width: 300px;
    padding: 20px;
    left: calc(50% - 177px);
}

.cookiemeldung img {
    width: 128px;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.cookiemeldung .knopf {
    cursor: pointer;
    display: block;
    padding: 8px 16px;
    border-radius: 8px;
    margin: 16px 0px 0px 0px;
    -webkit-transition: background-color 500ms;
    -moz-transition: background-color 500ms;
    -o-transition: background-color 500ms;
    transition: background-color 500ms;
}

.cookiemeldung .knopf.deutlich {
    background-color: #337480;
    color: #fff;
}

.cookiemeldung .knopf.undeutlich {
    background-color: #ffffff;
    color: #4d4d4d;
}

.cookiemeldung .knopf.deutlich:hover {
    background-color: #013c46;
}

.cookiemeldung .knopf.undeutlich:hover {
    background-color: #e2e2e2;
}

.cookiemeldung p {
    font-size: 14px;
    text-align: left;
    margin-top: 0px; 
    margin-bottom: 16px;
}

.cookiemeldung h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0px 0px 16px 0px;
}



@media screen and (max-width: 600px){
    
    .cookiemeldung {
        top: 10px;
        width: calc(100% - 50px);
        left: 10px;
        padding: 10px;
    }
    
    .cookiemeldung img {
        width: 80px;
        float: right;
        margin-left: 10px;
        margin-bottom: 10px;
    }
    
    .cookiemeldung h3 {
        font-size: 16px;
    }
    
    .cookiemeldung p {
        font-size: 14px;
        margin-bottom: 8px;
    }
    
    .cookiemeldung .knopf {
        padding: 8px 16px;
        border-radius: 4px;
        font-size: 16px;
        margin: 16px 0px 0px 0px;
    }
    
}



/*GALERIE*/

.animate {
    transition: transform 0.3s ease-out;
}

.slider-wrap {
    width: calc(45% - 16px);
    height: 740px;
    display: inline-block;
}

.slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ms-touch.slider {
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    -ms-scroll-chaining: none;
    -ms-scroll-snap-type: mandatory;
    -ms-scroll-snap-points-x: snapInterval(0%, 100%);
}

.holder {
    height: 100%;
    overflow-y: hidden;
}

.slide-wrapper {
    float: left;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.slide {
    height: 100%;
    position: relative;
}

.temp {
    position: absolute;
    z-index: 1;
    color: white;
    font-size: 20px;
    bottom: 15px;
    left: 15px;
}

.slide .slide-image {
    position: absolute;
    z-index: 0;
    vertical-align: top;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 100%;
    width: 100%;
}

.slide:before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15%;
    background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.5));
}

.button-prev {
    position: relative;
    display: inline-block;
    top: -100px;
    z-index: 1;
    cursor: pointer;
}

.button-prev img {
    width: 48px;
}

.button-next {
    position: relative;
    display: inline-block;
    top: -100px;
    left: calc(100% - 100px);
    z-index: 1;
    cursor: pointer;
}

.button-next img {
    width: 48px;
}



.slider-strip {
    margin-top: 4px;
    margin-bottom: 32px;
    white-space: nowrap;
    overflow-x: scroll;
}

.slider-strip::-webkit-scrollbar {
    height: 3px;
}

.slider-strip::-webkit-scrollbar-track {
    background: #fff; 
}

.slider-strip::-webkit-scrollbar-thumb {
    background: #ddd; 
}

.slider-strip::-webkit-scrollbar-thumb:hover {
    background: #bbb; 
}

.slider-strip .strip-image {
    vertical-align: top;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 64px;
    width: 64px;
    border: 2px solid #fff;
    margin-right: 2px;
    cursor: pointer;
}

.slider-strip .strip-image:hover {
    border: 2px solid #414141;
}

.slider-strip .strip-image.selected {
    border: 2px solid #a50000;
}

/*GALERIE ENDE*/



.haelftelinks {
    display: inline-block; 
    width: calc(45% - 24px); 
    vertical-align: top;
    padding-left: 60px;
}



.popup {
    display: none;
    background-color: rgba(209, 209, 209, 0.67);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 0px;
    z-index: 100;
}

.popup .fenster {
    background-color: #fff;
    border-radius: 16px;
    top: 220px;
    width: 600px;
    padding: 60px;
    left: calc(50% - 360px);
    position: relative;
}

.popup .knopf {
    cursor: pointer;
    display: block;
    padding: 8px 16px;
    border-radius: 8px;
    margin: 16px 0px 0px 0px;
    -webkit-transition: background-color 500ms;
    -moz-transition: background-color 500ms;
    -o-transition: background-color 500ms;
    transition: background-color 500ms;
}

.popup .knopf.deutlich {
    background-color: #337480;
    color: #fff;
}

.popup .knopf.undeutlich {
    background-color: #ffffff;
    color: #4d4d4d;
}

.popup .knopf.deutlich:hover {
    background-color: #013c46;
}

.popup .knopf.undeutlich:hover {
    background-color: #e2e2e2;
}


input {
    padding: 8px;
    border: 1px solid #767676;
    border-radius: 4px;
    background-color: #fff;
    display: inline-block;
    width: calc(100% - 55px);;
    margin-bottom: 16px;
    
    
    
    
    font-size: 22px;
    padding-left: 45px;
    height: 35px;
    background-image: url(../img/spendenleiste.png);
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
}


@media screen and (max-width: 1200px){
    .popup .fenster {
        width: 350px;
        top: 50px;
        left: calc(50% - 235px);
    }
}


@media screen and (max-width: 1360px){
    div.polaroid{
        display: block;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    
    .slider-wrap {
        width: 100%;
        display: inline-block;
        height: 650px;
    }
    
    .haelftelinks {
        width: 100%
    }
    
    .hbereich.mitbild.banner {
        height: 335px;
    }
}



@media screen and (max-width: 760px){
  .hbereich.mitbild.banner {
        height: 235px;
    }
    .haelftelinks {
        padding-left: 0px;
    }
}



@media screen and (max-width: 560px){
    .hbereich.mitbild.banner {
        background-image: url('../img/bannermobil.jpg');
        height: 320px;
    }
}