* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
    box-sizing: border-box;    
}

body {
	//background-color: #FFF;
    //background-color: #f2f2f2;
    background-color: #163158;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
    //color: #bf2929;
}

#seite {
	background-color: #FFF;
    padding-top: 15px;
    //border: 5px solid green;
}

header{
    background-color: #fff;
    float: left;
    width: 100%;
}

.container {
    padding: 4px 15px;
}

.seiten-logo {
    float: left;
    display: flex;
}

.seiten-logo img {
    height: 70px;
    width: 70px;
}

.seiten-logo a {
    float: left;
    line-height: 75px;
}

h1.seiten-titel {
    color: #163158 !important;
    font-family: Arial,Verdana,"sans-serif" !Important;
    font-style: normal !important;
    font-size: 35px;
    font-weight: bold !important;
    float: right;    
    padding: 0 30px 0 15px;
}

nav {
    display: block;
    float: right;
    padding-left: 30px;
    margin: 18px 0;
}

nav li {
    float: left;
    margin: 0 20px;
    font-size: 1.3em;
    list-style: none;
}

a {
    color: #163158; 
}

a:hover {
    color: #691775;//#337ab7;
    text-decoration: none;
}

nav li.aktivMenu {
    border-bottom: 2px solid #691775;
}
    
#headerVideo {
    max-width: 100%;
    //height: auto;
    min-height: 130px;
    object-fit: cover;
    z-index: -100;
    background-size: cover;
    overflow: hidden;
    display: block;
}

.headerZeile2,
.headerZeile2 a {
    background-color: #163158;
    color: whitesmoke;
    border-bottom: 2px solid #d5a32c;
}

.headerZeile2 address {
    color: whitesmoke;
    text-align: center;
    margin-bottom: 0;
    letter-spacing: .1em;
}

.headerZeile3 {
    position: relative;
    display: flex;
    justify-content: center;
}

.headerZeile2 button {
    color: whitesmoke;
    text-align: center;
    margin-bottom: 0;
}

.headerZeile3 hr {
    margin: 0;
    border: 1px solid #163158;
}

.kontaktzeile {
    height: 25px;
}

.kontaktzeile ul {
    padding: 0 0 10px 0;
}

.kontaktzeile li {
    list-style: none;
    float: left;
}

.slogan {
    overflow: hidden;
    text-align: center;
    width: 80%;
    margin: auto;
    margin-top: 60px;
}

.slogan p {
    font-size: 2.7em;
    text-align: center;
    background-color: rgba(0,0,0,.3);
    border-radius: 15px;
    text-shadow: 1px 1px 2px lightgrey;
    padding: 20px;
}

button {
    display: block;
}

.button {
    position: absolute;
    top: 0px;
    display: flex;
    padding: 5px 0px;
    overflow: hidden;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
}

section.inhalt {
    background-color: #f2f2f2;
    display: block;
    text-align: center;
    color: #163158;
    width: 100%;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.inhalt h3 {
    margin: 0;
    padding: 40px 0 40px;
    font-size: 2em;
}

h4 a,
h4 a:hover {
    color: #691775;//#0e7293;
}

.inhalt h4 {
    margin: 0;
    padding: 20px 0 10px;
    font-size: 1.4em;
}

.inhalt hr,
.anfrageFormular hr,
.vermieterFormular hr  {
    width: 100px;
    border: 1px solid #163158;
    margin: 30px auto;
}

.zimmer-img {    
    position: relative;
    padding: 16px 7px;
    overflow: hidden;
    width: 33.33%;
    //width: 100%;
    float: left;
}

.zimmer-titel {    
    background: rgba(22, 49, 88, 0.8);
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 7px;
    padding: 6px 15px;
    letter-spacing: 1px;
    
}

.zimmer-img img{
    width: 100%;
    object-fit: cover;
    background-size: cover;
    
}

div.bilderreihe {
    display: flex;
    padding: 20px 0;
    //height: 100%;
}

section.anfrageFormular,
section.vermieterFormular {
    background-color: #f2f2f2;
    color: #163158;
    width: 100%;
    margin: auto;
    font-size: 1em;
    padding-top: 50px;
}

.anfrageFormular h3 {
	text-align: center;
    font-size: 2em;
}

.anfrageFormular p { 
    padding: 20px 50px;
    font-weight: bold;
}

.vermieterFormular h3 {
	 text-align: center;
    font-size: 2em;
}

footer {
    padding-top: 30px;
    width: 100%;
    position: absolute;
    background-color: #163158;
    color: whitesmoke;
    border-top: 2px solid #d5a32c;
}

footer .container {
    padding: 20px;
    display: flex;
}

footer .copyright {
    padding: 10px;
    display: block;
    background-color: #04040421;
    font-size: .9em;
    letter-spacing: .1em;
}

footer .copyright .netzwaerts {
    font-size: .7em;
}

.container .links {
    padding: 15px;
    float: left;
    width: 30%;
    margin: auto;
    text-align: left;
    background: #00000029;
    border: 1px solid #e8e8e8;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
}

.container .mitte {
    float: left;
    width: 20%;
    margin: auto;
    text-align: left;
    line-height: 2em;
}

.container .rechts {
    float: left;
    width: 20%;
    margin: auto;
    text-align: left;
    line-height: 2em;
}

footer a {
    color: whitesmoke;
    text-decoration: none;
}

footer ul, 
footer li {
    list-style: none;
}

.formularpapier {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    margin-bottom: 30px;
    padding: 30px 20px 0px 20px !Important;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);

}

label {
    padding: 20px 50px;
    display: block;
}

input,
textarea {
    background-color: #16315850;
    padding: 5px 8px;
    width: 100%;
    padding: .5em 1em;
}

.anfrageFormular input[type=submit],
.vermieterFormular input[type=submit] {
    display: block;
    width: 120px;
    margin: auto;
    //background-color: green;
    margin-bottom: 30px;
}

.banner {
  width: 100%;
  background:url(/pictures/banner_schmal.jpg);
  background-size: cover;
  color: #e6e6e6;
  text-align: center;
  height: 300px;
}


@media only screen and ( max-width: 500px ) {
    .headerZeile2 address {
        text-align: center;
        font-size: 0.75em;
    }
    
    h1.seiten-titel {
        font-size: 1.3em;    
    }
    
    nav li {
    margin: 0 15px;
    font-size: 0.9em;
    }
    
    .slogan {
    margin-top: 20px;
    }
    
    .slogan p {
    font-size: 1em;
    padding: 5px;
    width: 100%;
    }
    
    .zimmer-img {    
    width: 100%;
    float: none;
    display: block;
    }
    
    footer {
    font-size: 0.7em;
    }

    label {
    padding: 10px 5px;
    display: block;
    }
    
    section.anfrageFormular,
    section.vermieterFormular {
    width: 100%;
    }
    
    section.inhalt {
    width: 100%;
    margin: auto;
    }
    
    .inhalt h4 {
        font-size:1.1em;    
    }
    
    footer h4 {
    font-size: 1em;
    }

    .container .links  {
        text-align: center;
        width: 39%;
        margin: auto;  
    }
    
    .container .mitte,
    .container .rechts {
        text-align: center;
        width: 29%; 
        margin: auto;   
    }
    
    footer .container {
    padding: 5px;
    display: flex;
    }
    
    .banner {
    height: 100px;
    }   
    
    .headerZeile2 address {
    letter-spacing: 0;
    }

    .anfrageFormular p {     
    padding: 10px 6px;
    font-weight: normal;
    font-size: 0.85em;
    }
}

footer a:hover {
	color: #da6bea;
}

#web {
  display: none;
}
