*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


p{
  text-align: justify;
  font-size: 20px;
}


/*----------------------Header----------------------*/
#header{
  background: #efefef;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #777;
}

#headerReviews{
  background: #efefef;
  padding-top: 40px;
  padding-bottom: 0px;
  color: #777;
}

#headerBookings{
  background: #efefef;
  padding-top: 40px;
  padding-bottom: 0px;
  color: #777;
}

#headerNorderney{
  background: #efefef;
  padding-top: 40px;
  padding-bottom: 0px;
  color: #777;
}


/*----------------------HeaderUnsereWohnung----------------------*/
#headerUnsereWohnung{
  background: #efefef;
  padding-top: 90px;
  color: #777;
}


/*---------------------Navigation--------------------*/
#nav-bar{
  position: sticky;
  top: 0;
  z-index: 10;
}

.navbar-brand img{
  height: 40px;
  padding-left: 30px;
}

.navbar-nav li{
  padding: 0 10px;
}

.navbar-nav li a{
  float: right;
  text-align: left;
}

#nav-bar ul li a:hover{
  color: #007bff!important;
}

.navbar{
  background: #fff;
}

.navbar-toggler{
  border: none!important;
}

.nav-link{
  color: #555!important;
  font-weight: 600;
  font-size: 16px;
}


/*-------------------Image Slider--------------------*/
#slider{
  width: 100%;
}

.carousel-caption{
  top: 50%;
  transform: translateY(-50%);
  bottom: initial!important;
}

.carousel-caption h5{
  color: #fff;
  font-size: 42px;
}








.slider .photos {
  position: relative;
  height: 433px;
  padding-bottom: 850px;
}

.slider .photos img {
  width: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  transition: opacity 1s;
}

.slider .photos img.shown {
  opacity: 1;
}

.prev:before,
.next:before {
color: #fff;
font-size: 100px;
position: absolute;
top: 50%;
cursor: pointer;
}

.prev:before {
content: '<';
left: 0;
}

.next:before {
content: '>';
right: 0;
}


/*---------------------Buchungskalender------------------------*/

#calendar{
padding-top: 20px;
padding-bottom: 60px;
background-color: #efefef;
}

/*---------------------Bewertungen Traum Ferienwohnungen------------------------*/

#bewertungenTFW{
  padding-top: 20px;
  padding-bottom: 60px;
  background-color: #efefef;
  }




/*---------------------About------------------------*/
#about{
  padding-top: 0px;
  padding-bottom: 0px;
  color: #333;
}


.about-content{
  padding-top: 20px;
}

.inclusives{
  display: inline;
  float: left;
  width: 100%;
  padding: 50px 15px;
}

.inclusives ul li{
  border-bottom: 1px solid #efefef;
  padding: 20px 10px;
  list-style: none;
}

ul li{
  border: none;
}


/*-------------------------letzte Bewertungen-----------------------------*/
#lastReviews{
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),url(img/background1.jpg);
  background-size: cover;
  background-position: center;
  color: #efefef !important;
  background-attachment: fixed;
  padding-top: 50px;
  padding-bottom: 50px;
}

#lastReviews .row{
  margin-top: 50px;
}

h1{
  text-align: center;
  color: #999 !important;
  padding-bottom: 10px;
}

h1::after{
  content: '';
  background: #007bff;
  display: block;
  height: 3px;
  width: 170px;
  margin: 20px auto 5px;
}

.col-md-4{
  margin: 0px auto;
}

.col-md-4 h2{
  font-size: 34px;
  margin-top: 15px;
  color: #007bff;
}

.col-md-4 h3{
  font-size: 22px;
  margin-top: 15px;
  color: #efefef;
}

.col-md-4 blockquote{
  font-size: 18px;
  line-height: 30px;
}


/*---------------------Location------------------------*/
#location{
  padding-top: 50px;
  padding-bottom: 50px;
  color: #333;
}

#geoloc{
  width: 100%;
}


.location-content{
  padding-top: 20px;

}

.location-facts{
  display: inline;
  float: right;
  width: 100%;
  padding: 50px 15px;
}

.location-facts ul li{
  border-bottom: 1px solid #efefef;
  padding: 20px 10px;
  list-style: none;
}

ul li{
  border: none;
}


/*---------------------------Promo----------------------------*/

#promo{
  background-image: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)),url(img/background1.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  background-attachment: fixed;
  text-align: center;
  padding: 40px 0;
  background-color: #efefef;
  font-family: sans-serif;
  font-size: 38px;
}

#promo p{
  text-align: center;
}


/*------------Logo-------------*/
#logo{
  padding-top: 50px;
  padding-bottom: 50px;
  color: #555;
}

.img-box img{
  filter: grayscale(1);
}

.img-box img:hover{
  filter: grayscale(0);
  cursor: pointer;
}

.image-responsive{
  width: 100%;
  height: auto;
}

/*------------Get in Touch-----------*/
#contact{
  background: #efefef;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #777;
}

.contact-form{
  padding: 15px;
}

.form-control{
  border-radius: 0 !important;
  border: none !important;
}

::placeholder{
  color: #999 !important;
}

.follow{
  background: #fff;
  padding: 10px;
  margin: 15px;
}

.contact-info .fa{
  margin: 10px;
  color: #007bff;
  font-weight: bold;
}


/*--------------Footer-------------*/

#footer{
  background: #333;
  color: #fff;
  padding: 15px;
}

.fa-heart-o{
  margin: 3px;
  color: red;
}



#divid{
  background-color: #999;
  background: #999;
}

/*-----------------------gallery slide------------------------*/

[class^="swiper-button-"] {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.swiper-container {
  background-color: #efefef;
  width: 80%;
  height: 100vh;
  float: left;
  -webkit-transition: opacity .6s ease, -webkit-transform .3s ease;
  transition: opacity .6s ease, -webkit-transform .3s ease;
  transition: opacity .6s ease, transform .3s ease;
  transition: opacity .6s ease, transform .3s ease, -webkit-transform .3s ease;
}
.swiper-container.nav-slider {
  width: 20%;
  padding-left: 5px;
}
.swiper-container.nav-slider .swiper-slide {
  cursor: pointer;
  opacity: .4;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.swiper-container.nav-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.swiper-container.nav-slider .swiper-slide .content {
  width: 100%;
}
.swiper-container.nav-slider .swiper-slide .content .title {
  font-size: 20px;
}
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.swiper-container.loading {
  opacity: 0;
  visibility: hidden;
}

.swiper-slide {
  overflow: hidden;
}
.swiper-slide .slide-bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.swiper-slide .entity-img {
  display: none;
}
.swiper-slide .content {
  position: absolute;
  top: 40%;
  left: 0;
  width: 50%;
  padding-left: 5%;
  color: #fff;
}
.swiper-slide .content .title {
  padding-top: 18%;
  font-size: 2.6em;
  font-weight: bold;
  margin-bottom: 30px;
}


.swiper-slide .content .caption {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
  -webkit-transition: opacity .3s ease, -webkit-transform .7s ease;
  transition: opacity .3s ease, -webkit-transform .7s ease;
  transition: opacity .3s ease, transform .7s ease;
  transition: opacity .3s ease, transform .7s ease, -webkit-transform .7s ease;
}
.swiper-slide .content .caption.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

[class^="swiper-button-"] {
  width: 44px;
  opacity: 0;
  visibility: hidden;
}

.swiper-button-prev {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

.swiper-button-next {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}


#div0{
  padding-top: 60px;
  padding-left: 50px;
  padding-right: 30px;
  background-color: #efefef;
  height: 130vh;
}


/*-----------------------------room gallery--------------------------*/


.gallery-highlight1{
  width: 100%;
  height: 100%;
  border: 8px solid white;
}

.gallery-highlight2{
  width: 100%;
  height: 100%;
  border: 8px solid white;
}

.gallery-highlight3{
  width: 100%;
  height: 100%;
  border: 8px solid white;
}

.gallery-highlight4{
  width: 100%;
  height: 100%;
  border: 8px solid white;
}

.gallery-highlight5{
  width: 100%;
  height: 100%;
  border: 8px solid white;
}

#galSec2{
  display: flex;
  padding-top: 20px;
  background-color: #efefef;
  padding-bottom: 50px;
}

.room-gallery{
  width: 108.2%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.room-description{
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #efefef;
}

.room-preview1{
  flex-grow: 1;
  display: block;
  width: 100%;
  height: auto;
  border: 8px solid white;
}

.room-preview2{
  flex-grow: 1;
  display: block;
  width: 100%;
  height: auto;
  border: 8px solid white;
}

.room-preview3{
  flex-grow: 1;
  display: block;
  width: 100%;
  height: auto;
  border: 8px solid white;
}

.room-preview4{
  flex-grow: 1;
  display: block;
  width: 100%;
  height: auto;
  border: 8px solid white;
}

.room-preview5{
  flex-grow: 1;
  display: block;
  width: 100%;
  height: auto;
  border: 8px solid white;
}

.room-preview1 img{
  /* max-height: 80px; */
  flex-grow: 1;
  opacity: 0.6;
  cursor: pointer;
  width: 24.475%;
  height: auto;
  transition: opacity 0.3s ease;
}

.room-preview2 img{
  /* max-height: 80px; */
  flex-grow: 1;
  opacity: 0.6;
  cursor: pointer;
  width: 24.475%;
  height: auto;
  transition: opacity 0.3s ease;
}

.room-preview3 img{
  /* max-height: 80px; */
  flex-grow: 1;
  opacity: 0.6;
  cursor: pointer;
  width: 24.475%;
  height: auto;
  transition: opacity 0.3s ease;
}

.room-preview4 img{
  /* max-height: 80px; */
  flex-grow: 1;
  opacity: 0.6;
  cursor: pointer;
  width: 24.475%;
  height: auto;
  transition: opacity 0.3s ease;
}

.room-preview5 img{
  /* max-height: 80px; */
  flex-grow: 1;
  opacity: 0.6;
  cursor: pointer;
  width: 24.475%;
  height: auto;
  transition: opacity 0.3s ease;
}

img.room-active1{
  opacity: 1;
}

img.room-active2{
  opacity: 1;
}

img.room-active3{
  opacity: 1;
}

img.room-active4{
  opacity: 1;
}

img.room-active5{
  opacity: 1;
}

.col-md-4{
  margin-top: 0px;
}


/*----------------gallery test---------------------*/

#galleryBackground{
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),url(img/background1.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  background-attachment: fixed;
}

h6{
  font-size: 35px;
  text-align: center;
  color: #999 !important;
  padding-bottom: 10px;
}

h6::after{
  content: '';
  background: #007bff;
  display: block;
  height: 3px;
  width: 170px;
  margin: 20px auto 5px;
}



/*----------------footer design---------------------*/
#footerFirstCol{
  padding-left: 100px;
}

#footerSecondCol{
  padding-top: 25%;
  padding-left: 100px;
}

#footerThirdCol{
  padding-left: 10%;
}

.seal img{
  width: 35%;
  margin-right: 0%;
  margin-top: 35%;
}
 


#mapsLink{
color: #fff;
}

.col-md-6 h4{
  font-size: 18px;
  text-align: left;
  color: #007bff;
  padding-top: 30px;
  padding-bottom: 20px;
}

.footerSigns .fa-facebook{
  padding-top: 22px;
}

.footerSigns .fa-instagram{
  padding-top: 22px;
  padding-left: 25px;
}

.footerSigns .fa-envelope-o{
  padding-top: 22px;
  padding-left: 25px;
}

.footerSigns .fa-phone{
  padding-top: 22px;
  padding-left: 25px;
}

#hausordnungID{
  color: #efefef;
}

#datenschutzID{
  padding-left: 20px;
  color: #efefef;
}

#impressumID{
  padding-left: 20px;
  color: #efefef;
}

#agbID{
  padding-left: 20px;
  color: #efefef;
}

.email-box{
  height: 40px;
  display: flex;
  justify-content: center;
}

.email-box i{
  background: #2f3542;
  width: 40px;
  padding-left: 12px;
  line-height: 40px;
}

.tbox, .abboButton{
  border: none;
  outline: none;
}

.tbox{
  width: 0px;
  transition: 0.6s;
}

.email-box:hover > .tbox, .tbox:focus{
  width: 260px;
  padding: 0 10px;
}

.abboButton{
  background: #2f3542;
  color: white;
  padding: 0 10px;
  text-transform: uppercase;
  cursor: pointer;
}


/*------------------------weatherFrame--------------------------------*/

#widgetDesign{
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 28%;
  
}




/*------------------------ratings--------------------------------*/

.reviewsOrientation{
  margin-left: 23%;
}

.calendarOrientation{
  margin-left: 23%;
}

/*-----------------------------Das ist Norderney-----------------------*/

.aboutNorderney h2{
  font-size: 34px;
  margin-top: 15px;
  color: #007bff;
}

.col-md-7 h2{
  padding-top: 50px;
}

.col-md-5 ul{
  padding-top: 50px;
}


/*-----------------------------Mini Infos-----------------------*/

#leuchtturm-sec{
  padding-top: 70px;
}

#badehaus-sec{
  padding-top: 70px;
}

#wrack-sec{
  padding-top: 70px;
}

#denkmal-sec{
  padding-top: 70px;
}

#muehle-sec{
  padding-top: 70px;
}

#wattwelten-sec{
  padding-top: 70px;
}





/*-----------------------Impressum---------------------------*/

.impressum{
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
}

.impressum h2{
  text-align: center;
  color: #007bff;
  font-size: 40px;
  font-weight: 600;

}

.impressum h3{
  color: black;
  font-size: 30px;
  padding-top: 60px;
  padding-bottom: 20px;
}

.impressum p{
  padding-bottom: 12px;
  margin-bottom: 0px;
}

.haftung{
  text-align: justify;
  padding-right: 50px;
}

.copyright{
  text-align: justify;
  padding-right: 50px;
}

/*--------------------------Norderney Video Section---------------------------*/

.videoDesign{
  padding-top: 30px;
  padding-bottom: 30px;
}



.videoText{
  width: 100%;
  padding-top: 30px;
  padding-left: 40px;
  text-align: justify;
}


/*------------------------------carousel design-------------------------------*/

.places-section{
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}



/*-----------------------------Datenschutz------------------------------------*/

.datenschutz{
  background-color: white;
  margin-left: 50px;
  margin-bottom: 40px;
  margin-right: 50px;
  opacity: 80%;
  
}

.datenschutz_body h3{
  font-size: 35px;
  text-align: left;
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 15px;
}

.datenschutz_body p{
  text-align: justify;
  font-size: 16px;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 35px;
}

.datenschutz_body{
  background-image: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0)),url(img/background1.jpg);
  background-size:cover;
  background-position: center;
  background-attachment:fixed;
  padding: 40px 0;
  background-color: #efefef;
  font-family: sans-serif;
  font-size: 20px;
}
