/*ALLGEMEIN*/

* {
    box-sizing: border-box;
}

html {
    overflow: hidden;
    width: 100%;
    background: url(panorama.jpeg) no-repeat center center fixed;
    background-position: center;
    /*background-repeat: no-repeat;*/
    /*background-size: auto 100%;*/
    background-size: cover;

}

#wrapper {
    width: 980px;
    height: 100%;
    top: 0;
    margin: 0 auto 0 auto;
	padding-left:20px;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    background-color: rgba(255,255,255,0.5);
margin: 0;
    padding: 0;
}


/*HEADER*/

header {
    width: 980px;
    height: 100px;
    position: fixed;
    top: 0;
    z-index: 200;
    border: solid 10px #063100;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    margin: 0 auto 0 auto;

}

header h1 {
    position: absolute;
    margin-top: 5px;
    margin-left: 347px;
    font-size: 45px;
    font-family: 'Grenze Gotisch', cursive;
    color: #063100;
}

/*NAVIGATION*/

nav {
    width: 960px;
    height: 50px;
    position: fixed;
    top: 100px;
    font-size: 20px;
    background-color: #f5f2d0;
    margin-left: 10px;
    /*margin: 0 auto 0 auto;*/
    background-color: rgba(255,255,255,0.75);


}


nav ul {
    margin: 0;
    padding: 0;
    position: absolute;
}

nav li {
    display: inline-block;
    list-style-type: none;
    height: 50px;
}

li a {
    text-decoration: none;
    padding: 7.5px 15px 7.5px 15px;
    color: #063100;
    top: 5px;
    margin: 0 33.5px 0 33.5px;
}

h4 {
    margin: 13px 0 13px 0;
}

#startseite {
    margin-left: 380px;
}

/*MAIN */

main {
    width: 960px;
    position: absolute;
    top: 150px;
    bottom: 33px;
    display: block;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #f5f2d0;
    margin-left: 10px;
    background-color: rgba(255,255,255,0.75);


}

.EXTREM1 {
    text-align: center;
}


#slideshow {
    width: 361px;
    height: 240px;
    float: right;
}

#hof img {
    top: 0;
}

#unterg img {
    width: 100%;
}

.mySlides.fade {
    width: 500px;
    margin: 0 auto 0 auto;
}
.mySlides1.fade {
    width: 500px;
    margin: 0 auto 0 auto;
}
.EXTREM,.EXTREM1 {
    height: 333.33px;
}

#hof, #ausst, #unterg, #oberg, #contact, #datenschutz, #imp {
    margin: 10px;
}

#einleitung {
    width: 55%;
}

h2, h3, nav h4 {
    text-align: center;
}

p {
    line-height: 150%;
}

#ausst div {
    display: inline-block;
    vertical-align: top;
}


#tab_ausst {
    width: 100%;
}



th {
    text-align: left;
}

#contact {

}

#nachr {
    margin-left: 81px;
}

#vorn {
    margin-left: 86px;
}

#nachn {
    margin-left: 74.5px;
}

#personen {
    margin-left: 57px;
}

#mail {
    margin-left: 52px;
}

#senden {
    margin-left: 149px;
}

.kontaktdaten {
    width: 200px;
}

.nutzerdaten {
    margin: 1px 0 1px 0;
}

/*#kontakt {*/
/*    display: flex;*/
/*    flex-flow: column;*/
/*}*/

#anfrage {
    width: 400px;
}

#verm {
    width: 200px;
    left: 600px;
    position: relative;
    top: -300px;
}

.unterstr {
    text-decoration: underline;
}

/*FOOTER*/

footer {
    width: 960px;
    height: 32px;
    position: absolute;
    bottom: 1px;
    margin-left: 10px;
    display: flex;
    justify-content: space-around;
    text-align: center;
    background-color: #f5f2d0;
    background-color: rgba(255,255,255,0.75);


}

footer a {
    background-color: #063100;
    color: white;
    border-radius: 10px;
    text-decoration: none;
    margin: 1px 56.5px 1px 56.5px;
    padding: 5px 7px 3px 7px;
    height: 30px;

}

/*PSEUDO */

nav a:hover {
    background-color: #063100;
    color: white;
    border-radius: 10px;
}

footer a:hover {
    background-color: white;
    color: #063100;
}

/*SLIDESHOW*/

/* Slideshow container */
.EXTREM,.EXTREM1 {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

.EXTREM img,.EXTREM1 img {
    width:50%;

}

/* Hide the images by default */
.mySlides,.mySlides1{
    display: none;
}




/* Next & previous buttons */
.prev, .next,.prev1, .next1 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next,.next1 {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,.prev1:hover, .next:hover,.next1:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot,.dot1 {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,.active1, .dot:hover, .dot1:hover {
    background-color: #717171;
}

/* Fading animation */
.fade,.fade1 {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fade1 {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade1 {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}