@charset "utf-8";

.expose {
    
    padding-left: 400px;
    padding-right: 400px;

}

.spalte {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 32px);
}

.spalte.links {
    margin-right: 32px;
}

@media screen and (max-width: 1200px) {
    .expose {
        padding-left: 50px;
        padding-right: 50px;
    }
}


.expose table {
    width: 100%;
    margin-bottom: 32px;
    border-collapse: collapse;
}
.expose table tr:nth-child(odd) {
    background-color: #f0f0f0;
}
.expose table td {
    padding: 8px 8px 4px 8px;
    margin: 0px;
}
.expose table .wichtig {
    font-weight: bold;
    font-size: 18px;
}
.expose table td img {
    height: 16px;
}

.expose .bildbereich {
    float: right;
    width: 50%;
    margin-left: 32px;
}
@media all and (max-width: 750px){
    .expose table {
        width: 100%;
        margin-bottom: 32px;
    }
    .expose .bildbereich {
        width: 100%;
        margin-left: 0px;
        margin-bottom: 32px;
    }
}
.expose .bildbereich .hauptbild {
    width: 100%;
    margin-bottom: 8px;
}
.expose .bildbereich .bild {
    margin-bottom: 8px;
    width: calc(50% - 8px);
}
.expose .bildbereich .bild:nth-child(even) {
    margin-right: 16px;
}

.expose .visitenkarte {
    border: 1px solid #bebebe;
    margin-top: 16px;
    margin-bottom: 16px;
    width: 300px;
    max-width: 100%;
}
.expose .visitenkarte h2 {
    background-color: #0055a4;
    padding: 16px 16px 8px 16px;
}
.expose .visitenkarte p {
    margin-bottom: 0px;
    padding: 16px;
}
.expose .visitenkarte p span {
    margin-bottom: 8px;
    font-weight: bold;
}

.expose form {
    width: 300px;
    border: 1px solid #bebebe;
    max-width: 100%;
}
.expose form h2 {
    background-color: #0055a4;
    padding: 16px 16px 8px 16px;
}
.expose form p {
    margin-bottom: 0px;
    padding: 16px;
}
.expose form input {
    width: calc(100% - 16px);
    display: block;
    margin-bottom: 8px;
}
.expose form .button {
    width: calc(100% - 4px);
    display: block;
    margin-top: 32px;
}

.expose .exposebestellen {
    width: 300px;
    padding: 16px 16px 0px 16px;
    border: 1px solid #bebebe;
    margin-top: 16px;
}

.expose .exposebestellen h2 {
    margin-bottom: 16px;
}



/*BILDERGALERIE*/

.exposeclass .animate {
    transition: transform 0.3s ease-out;
}

.exposeclass .slider-wrap {
    width: 100%;
    height: 600px;
}

.exposeclass .slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.exposeclass .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%);
}

.exposeclass .holder {
    height: 100%;
    overflow-y: hidden;
}

.exposeclass .slide-wrapper {
    float: left;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.exposeclass .slide {
    height: 100%;
    position: relative;
}

.exposeclass .temp {
    position: absolute;
    z-index: 1;
    color: white;
    font-size: 20px;
    bottom: 15px;
    left: 15px;
}

.exposeclass .slide .slide-image {
    position: absolute;
    z-index: 0;
    vertical-align: top;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 100%;
    width: 100%;
}

.exposeclass .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));
}

.exposeclass .button-prev {
    position: relative;
    display: inline-block;
    top: -100px;
    z-index: 1;
    cursor: pointer;
}

.exposeclass .button-prev img {
    width: 48px;
}

.exposeclass .button-next {
    position: relative;
    display: inline-block;
    top: -100px;
    left: calc(100% - 100px);
    z-index: 1;
    cursor: pointer;
}

.exposeclass .button-next img {
    width: 48px;
}



.exposeclass .slider-strip {
    margin-top: 4px;
    margin-bottom: 32px;
    white-space: nowrap;
    overflow-x: scroll;
}

.exposeclass .slider-strip::-webkit-scrollbar {
  height: 3px;
}

.exposeclass .slider-strip::-webkit-scrollbar-track {
  background: #fff; 
}

.exposeclass .slider-strip::-webkit-scrollbar-thumb {
  background: #ddd; 
}

.exposeclass .slider-strip::-webkit-scrollbar-thumb:hover {
  background: #bbb; 
}

.exposeclass .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;
}

.exposeclass .slider-strip .strip-image:hover {
    border: 2px solid #414141;
}

.exposeclass .slider-strip .strip-image.selected {
    border: 2px solid #a50000;
}




/*ENDE BILDER GALERIE*/


.grundriss {
    max-width: 100%;
    max-height: 75%;
    cursor: pointer;
}



#lageplan {
    height: 75%;
    width: 100%;
    border: none;
}



#vollbild {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}



.dokumentenblock {
    border: 1px solid #d8d8d8;
    padding: 16px;
    vertical-align: top;
    margin-right: 16px;
    margin-bottom: 16px;
    display: inline-block;
}



#druckknopf {
    background-color: #577eff;
    border-radius: 30px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: inline-block;
    position: fixed;
    top: calc(100% - 60px);
    left: calc(100% - 60px);
    padding: 10px;
}

#druckknopf:hover {
    background-color: #003bff;
}

#druckknopf img {
    height: 40px;
    width: 40px;
}



.kopfdaten {
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid #4a4a4a;
    border-bottom: 1px solid #4a4a4a;
}



.textdaten {
    display: inline-block;
    vertical-align: top;
    margin: 4px;
    padding: 6px 10px;
}

.textdaten .headline {
    color: #575757;
}

.textdaten .daten {
    font-weight: bold;
    font-size: 30px;
}



.kopfdaten .tag {
    background-color: #2a7600;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    margin: 4px;
    padding: 6px 10px;
}



.vrbutton {
    padding: 16px;
    background-color: #003db1;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    float: right;
}

.vrbutton:hover {
    background-color: #004cdd;
}

.vrbutton img {
    height: 50px;
    vertical-align: middle;
    margin-right: 20px;
}

.vrbutton span {
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    white-space: nowrap;
}







@media screen and (max-width: 1200px) {
    .spalte {
        display: block;
        width: 100%;
    }

    .spalte.links {
        margin-right: 0px;
    }
}



@media screen and (max-width: 1000px) {
    #lageplan {
        height: 50%;
    }
}



@media screen and (max-width: 700px) {
   
    table td {
        font-size: 14px;
    }
    
    p {
        font-size: 14px;
    }
    
    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 18px;
    }

    h3 {
        font-size: 16px;
    }
    
    #feedback {
        width: auto;
        padding: 8px;
        position: relative;
        display: block;
        left: auto;
        top: auto;
        max-height: none;
        margin-bottom: 64px;
    }
    
    #wrapper {
        margin-bottom: 32px;
    }
    
    #agbs {
        height: auto;
        overflow-y: visible;
    }
    
    #knopfzumfeedback.sichtbar {
        display: block;
    }
    
    #druckknopf {
        display: none;
    }
    
    .slider-strip {
        display: none;
    }
}



@media screen and (max-height: 900px){
    #agbs {
        height: auto;
        overflow-y: visible;
    }
}