/* ----- BASIC SETUP ----- */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body{
    background-color: #fff;
    color: #555;
    font-family: 'Lato', 'Arial', sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

header{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/adlerhof/Hotel1.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    background-attachment: fixed;
}


section{
    padding 80px 0;
}

.row{
    margin: 0 auto;
    max-width: 1600px;
}

.clearfix {zoom: 1;}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

a:link, a:visited {
    text-decoration: none;
}







/* ----- TEXT STYLE ----- */
h1{
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 240%;
    word-spacing: 4px;
    letter-spacing: 1px;
}

h2{
    font-weight: 300;
    text-transform: uppercase;
    margin: 0px auto 50px auto;
    font-size: 180%;
    word-spacing: 3px;
    letter-spacing: 1px;
    
}

h3{
    font-weight: 300;
    text-transform: uppercase;
    margin: 0px auto 50px auto;
    font-size: 130%;
    word-spacing: 3px;
    letter-spacing: 1px;
}

.feedback h3{
    margin-top: 50px;
}

h4{
    font-weight: 300;
    text-transform: uppercase;
    margin: 0px auto 5px auto;
    font-size: 110%;
    word-spacing: 3px;
    letter-spacing: 1px;
}

p{
    margin: -20px auto 50px auto;
}

.text-center{
    margin: 0 auto;
}

.text{
    font-size: 120%;
}

::placeholder{
    font-size: 80%;
}







/* ----- NAVIGATION ----- */
nav li a:hover{
    color: white !important;
}

nav{
     background-color: #610B21;
}





/* ----- STARTSEITE  -  BOX HORIZONTAL UND VERTIKAL ZENTRIEREN ----- */
.cendered-middle-box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 1px;
    text-align: center;
}

.cendered-middle-box h1,
.cendered-middle-box h2{
    color:white;
}







/* ----- BUTTONS ----- */
.btn:link,
.btn:visited {
    display: inline-block;
    padding: 10px 30px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 200px;
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.btn-full:link,
.btn-full:visited {
    background-color: #e67e22;
    border: 1px solid #e67e22;
    color: #fff;
    margin-right: 15px;
}

.btn-ghost:link,
.btn-ghost:visited {
    border: 1px solid #e67e22;
    color: #e67e22;
}

.btn:hover,
.btn:active,
input[type=submit]:hover,
input[type=submit]:active {
    background-color: #cf6d17;
}

.btn-full:hover,
.btn-full:active {
    border: 1px solid #cf6d17;
}

.btn-ghost:hover,
.btn-ghost:active {
    border: 1px solid #cf6d17;
    color: #fff;
}

.btn-plus{
    background-color: lightgreen;
}

.btn-plus{
    background-color: lightgreen;
}

.btn-minus{
    background-color: lightcoral;
}





/* ----- SECTIONS -----*/

.section-elements{
    padding-top: 20px;
}


/* ----- SECTION GESCHICHTE -----*/
#geschichte{
    background-color: whitesmoke;
}

.responsiveMarginRow{
    margin-bottom: 4px;
}


/* ----- SECTION UMGEBUNG -----*/
#umgebung{
    margin-top: 15px;
    background-color: whitesmoke;
}

.imgUmgebung{
    margin-top: 10px;
    max-width: 100%;
    height: auto;
}

/* ----- SECTION ANGEBOTE UND FREIZEIT -----*/
#angeboteUndFreizeit{
    margin-top: 15px;
}

.box img{
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.box{
    margin-bottom: 30px;
}


/* ----- SECTION BILDER -----*/
#bilder{
    margin-top: 15px;
    background-color: whitesmoke;
}

.section-bilder {
    padding: 0;
}

.boxBild{
    margin-bottom: 30px;
}

.marginRowBilder{
    margin-bottom: 40px;
}

/*
.bildEffekt img{
    width: 100%;
    height: 250px;
}

.bildEffektBigImage img{
    width: 100%;
    height: 700px;
}
*/

.bildEffektBigImage:hover {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.bildEffekt:hover {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}


/* IMAGE GALLARY */
    .swiper-container {
      width: 100%;
      height: 100vh;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

.swiper-slide:nth-child(1){
    background: url(../images/Hotel1.jpg);
    background-size: cover;
    background-position: center;
}
.swiper-slide:nth-child(2){
    background: url(../images/Hotel2.jpg);
    background-size: cover;
    background-position: center;
}
.swiper-slide:nth-child(3){
    background: url(../images/Hotel3.jpg);
    background-size: cover;
    background-position: center;
}
.swiper-slide:nth-child(4){
    background: url(../images/01_hotel1.jpg);
    background-size: cover;
    background-position: center;
}



/* ----- SECTION PREISE UND BUCHEN -----*/
#preiseUndBuchen{
    
}

#preise{
    background-color: white;
}

#buchen{
    background-color: whitesmoke;
}

.abstandZuBuchanfrage{
    margin-bottom: 60px;
}

.buchanfrage{
}


/* ----- SECTION ANFAHRT -----*/
#anfahrt{
    margin-top: 15px;
}

.boxAnfahrt img{
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.boxAnfahrt{
    margin-bottom: 50px;
}


/* ----- SECTION IMPRESSUM -----*/
#impressum{
    margin-top: 15px;
    background-color: white;  
}


/* ----- SECTION GÄSTEBUCH -----*/
#gaestebuch{
    margin-top: 5px;
    background-color: whitesmoke;
}

.contact-form{
    width: 100%;
    margin: 0px auto 50px auto;
}


/* ----- SECTION ADMIN-LOGIN -----*/
#adminLogin{
    background-color: whitesmoke;
}

.abstand{
    margin-bottom: 30px;
}

.zimmerEinstellen{
    height: 40px;
    width: 70px;
    border-radius: 3px;
    border: 1px solid rgba(128, 128, 128, 0.33);
}



/* ----- FOOTER ----- */
footer {
    background-color: #610B21;
    padding: 50px;
    font-size: 80%;
}

.footer-nav {
    list-style: none;
    float: left;
}

.social-links {
    list-style: none;
    float: right;
}

.footer-nav li,
.social-links li {
    display: inline-block;
    margin-right: 20px;
}

.footer-nav li:last-child,
.social-links li:last-child {
    margin-right: 0;
}

.footer-nav li a:link,
.footer-nav li a:visited, 
.social-links li a:link,
.social-links li a:visited {
    text-decoration: none;
    border: 0;
    color: #888;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.footer-nav li a:hover,
.footer-nav li a:active {
    color: #ddd;
}

.social-links li a:link,
.social-links li a:visited {
    font-size: 160%;
}

.ion-social-facebook {
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.ion-social-facebook:hover {
    color: #3b5998;
}


footer p {
    color: #888;
    text-align: center;
    margin-top: 20px;
}

