@charset "utf-8";

main {
    min-height: 200px;
}

.hbereich {
    padding-left: 200px;
    padding-right: 200px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.hbereich.rechts {
    text-align: right;
}
.hbereich.mitte {
    text-align: center;
}
.hbereich.ohnebild {
    box-shadow: rgba(0,0,0,0.5) 0px 5px 5px;
    position: relative;
}
@media all and (max-width: 1200px){
    .hbereich {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media all and (max-width: 900px){
    .hbereich {
        padding-left: 25px;
        padding-right: 25px;
        background-size: cover;
    }
}

.hbereich .halbertextbereich {
    padding: 32px;
    display: inline-block;
    background-color: rgba(255,255,255,0.8);
    max-width: calc(50% - 64px);
    border: 1px solid #767676;
}
@media all and (max-width: 900px){
    .hbereich .halbertextbereich {
        max-width: calc(100% - 64px);
    }
}
.hbereich .halbertextbereich .wichtig {
    font-size: 120%;
    font-style: italic;
}

.hbereich .inlinebutton {
    border: 1px solid #767676;
    background-color: #fff;
    padding: 16px;
    margin: 16px;
    display: inline-block;
    font-size: 120%;
    white-space: nowrap;
    text-align: center;
}
@media all and (max-width: 450px){
    .hbereich .inlinebutton {
        white-space: normal;
    }
}
.hbereich .inlinebutton:hover {
    border: 1px solid #000;
    background-color: #e0ecff;
}
.hbereich .inlinebutton img {
    height: 32px;
    vertical-align: middle;
}
.hbereich .inlinebutton span {
    vertical-align: middle;
    position: relative;
    top: 2px;
    display: block;
}

.hbereich .blockbutton {
    border: 1px solid #767676;
    background-color: #fff;
    padding: 16px;
    margin-top: 16px;
    display: block;
    font-size: 120%;
    white-space: nowrap;
    text-align: center;
}
@media all and (max-width: 450px){
    .hbereich .blockbutton {
        white-space: normal;
    }
}
.hbereich .blockbutton:hover {
    border: 1px solid #000;
    background-color: #ffffd5;
}
.hbereich .blockbutton img {
    height: 32px;
    vertical-align: middle;
}
.hbereich .blockbutton span {
    vertical-align: middle;
    position: relative;
    top: 2px;
    display: block;
}

.hbereich select {
    width: 100%;
    padding: 4px;
    margin-bottom: 16px;
}
.hbereich input {
    width: 100%;
    padding: 4px;
}

.hbereich .grossertext {
    font-size: 120%;
    padding-left: 300px;
    padding-right: 300px;
    color: #454545;
    text-align: left;
}
@media all and (max-width: 1500px){
    .hbereich .grossertext {
        padding-left: 200px;
        padding-right: 200px;
    }
}
@media all and (max-width: 1300px){
    .hbereich .grossertext {
        padding-left: 100px;
        padding-right: 100px;
    }
}
@media all and (max-width: 1100px){
    .hbereich .grossertext {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.hbereich .nebenform {
    float: right;
    margin-left: 16px;
}

.hbereich video {
    width: 100%;
}


/*COOKIE HINWEIß*/

.cookiemeldung {
    background-color: #fff;
    border-radius: 16px;
    border: 5px solid #a8a8a8;
    position: fixed;
    top: 145px;
    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-bottom: 8px;
    -webkit-transition: background-color 500ms;
    -moz-transition: background-color 500ms;
    -o-transition: background-color 500ms;
    transition: background-color 500ms;
}

.cookiemeldung .knopf.deutlich {
    background-color: #27813c;
    color: #fff;
}

.cookiemeldung .knopf.undeutlich {
    background-color: #ffffff;
    color: #4d4d4d;
}

.cookiemeldung .knopf.deutlich:hover {
    background-color: #009823;
}

.cookiemeldung .knopf.undeutlich:hover {
    background-color: #e2e2e2;
}

.cookiemeldung p {
    font-size: 14px;
}

/*ENDE COOKIEHINWEIß*/

.chef {
    display: block;
    padding: 8px;
    background-color: #fff;
    margin-bottom: 64px;
}
.chef .chefbild {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    margin-right: 16px;
    min-height: 650px;
    width: 35%;
    display: inline-block;
    vertical-align: top;
}
.chef .cheftext {
    width: calc(50% - 32px);
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    text-align: left;
    font-size: 125%;
}

@media all and (max-width: 1400px){
    .chef .cheftext {
        width: calc(65% - 32px);
        font-size: 125%;
    }
}

@media all and (max-width: 1000px){
    .chef {
        min-height: 750px;
    }
    .chef .chefbild {
        min-height: 700px;
    }
    .chef .cheftext {
        min-height: 700px;
    }
}

@media all and (max-width: 800px){
    .chef {
        min-height: auto;
    }
    .chef .chefbild {
        margin-right: 0px;
        margin-bottom: 16px;
        width: 300px;
        max-height: 400px;
    }
    .chef .cheftext {
        min-height: auto;
        width: auto;
        display: block;
    }
}

@media all and (max-width: 600px){
    .chef {
        height: auto;
    }
    .chef .chefbild {
        margin-right: 0px;
        margin-bottom: 16px;
        width: auto;
        min-height: 400px;
        display: block;
    }
    .chef .cheftext {
        height: auto;
        width: auto;
        display: block;
    }
}


@media all and (max-width: 400px){
    .chef {
        height: auto;
    }
    .chef .chefbild {
        margin-right: 0px;
        margin-bottom: 16px;
        width: auto;
        min-height: 300px;
        display: block;
    }
    .chef .cheftext {
        height: auto;
        width: auto;
        display: block;
    }
}

/*GALERIE*/
.animate {
    transition: transform 0.3s ease-out;
}

.slider-wrap {
    width: 100%;
    height: 950px;
}

.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*/