body{
  font-family: 'Josefin Sans', sans-serif;
}

a{
  color: black !important;
}

.fullimg{

  width:100%;
  height:700px;
  object-fit:cover;

}

section.pricing {
  background: #007bff;
  background: #BFC5B2;
}

.pricing .card {
  border: none;
}

#aplogo{
  margin-top:-250px !important;
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
}

.card{
  border: 0px !important;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  .pricing .card:hover .btn {
    opacity: 1;
  }
}




.kontaktheader{
  color: white;

}

.roomdetial{
  margin-top: 20px;
  font-size: 1.2rem;
}

.bold{
  font-weight: 500;
}

.extrabold{
  font-weight: 700;
  font-size: 2.5rem !important;
}

.thin{
  font-weight: 100;
  line-height: 1rem;
  padding: 40px;
}

.flex{
  display: -webkit-flex;
  display: flex;
}

.nav{
  float: right;
  padding: 40px;
  color: white !important;
}

.nav-link{
  color: white !important;
}


ul.nav a:hover { text-decoration:underline !important; }

.underlined{
  border-bottom: 6px solid #DC5415;
}

.headertext{
  justify-content: center;
  color: #FBF0D7;

}


.greeen{
  background-color: #BFC5B2;
  padding-top: 50px;
  padding-bottom: 50px;
color: #FBF0D7;
}

.greeeen{
  background-color: #BFC5B2;

}

.table td, .table th {
    padding: .45rem;
    vertical-align: top;
    border-top: none !important;
    color: #FBF0D7;
    font-size: 1.5rem;
    font-weight: 100;
}

.logoleiste{
  padding-top: 20px;
  padding-left: 80px;
}


.bg-bild{
  background-image: url(img/seewiesn-WEB-header.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-bild-hofschank{
  background-image: url(img/seewiesn-WEB-222.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-bild-appartements{
  background-image: url(img/appartement_header3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.text01{
  font-size: 1.1rem;
  line-height: 1.4rem;
  padding-top: 30px;
  font-weight: 300;
}

.text01-intro{
  font-size: 1.1rem;
  line-height: 1.4rem;
  padding-top: 30px;
  font-weight: 300;
}


.text01-hofschank{
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.4rem;
  padding-top: 30px;
  font-weight: 300;
}

.text01-hofschank-small{
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.4rem;
  padding-top: 30px;
  font-weight: 600;
}



.textproducts{
  font-size: 1.1rem;
  line-height: 1.4rem;
  padding-top: 10px;
  font-weight: 300;
  text-align: center;
}

.space{
  height: 100px;
  width: 100px;
}

.space_small{
  height: 50px;
  width: 100px;
}

.image-large{
  background-color: white;
  height: 700px;
  width: 100%;
  overflow: hidden;
}

.image-large-top{
  background-color: white;
  padding-bottom: 30px;
  width: 100%;
  overflow: hidden;
}

.image-gallery{
  background-color: white;
  height: 400px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

.image-gallery-inner{

  object-fit: cover;
  height: 400px;
  width: 100%;

}

.image-small{
  background-color: #FBF0D7;
  height: 350px;
  width: 100%;
  margin-top: 40px;
  overflow: hidden;




}

.image-medium{
  background-color: #FBF0D7;
  height: 650px;
  width: 100%;
  margin-top: 40px;
  overflow: hidden;




}

.image-large-inner{

  object-fit: cover;
  height: 750px;
  width: 100%;

}
.image-large-top-inner
{

  width: 100%;
  height: auto;

}


.productfoto{

  height: 350px;
  width: 100%;
  object-fit: cover;
  object-position: bottom;

}


.productfoto-medium{

  object-fit: cover;
  height: 650px;
  width: 100%;
    object-position: bottom;


}


.circle {
  width: 200px;
  height: 200px;
  line-height: 211px;
  border-radius: 50%; /* the magic */
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 auto;
  position: absolute;
     top: 50%;
     left: 50%;
     transform: perspective(1px) translateY(-74%)translateX(-50%);

}


.circle-2 {
  width: 200px;
  height: 200px;
  line-height: 200px;
  border-radius: 50%; /* the magic */
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 auto;



}



.beige {
  background-color: #FBF0D7;
  color: #DC5415;
}

.products h5{
  text-align: center;
  padding-top: 25px;
}

.productlink{
  margin-left:66px;
  text-decoration:underline;
  font-weight:300;
}

.minimap{
  background-image: url(img/minimap.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.appartmentmap{
  /*background-image: url(img/appartments_map.jpg);*/
  background-color: #feefce;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#map{
  width: 100%;
  height: 100%;
}

.footer p{
  font-weight: 100;

}

.mobilenone{
  display: block;
}

.mobileheader{
  color: black !important;
}

.mobile{
  display: none;
}

.logo{
  margin-top: -300px;
}

.headermenu{
  position: fixed;
  z-index: 999;
}



@media (max-width: 1100px) {

.mobilenone{
  display: none;
}

.mobile{display: block;}

.logo{
  margin-top: 30px;
}

.text01{
  padding-bottom: 50px;
}

.image-large{
  margin-bottom:20px;
}

.text01-intro{
  text-align: left;
}




.products{
  padding-left: 40px;
  padding-right: 40px;
}

.productlink{
  margin-left: 100px;
}

.container{
  padding-left: 50px !important;
    padding-right: 50px !important;
}

.minimap{
  padding: 50px;
  background-image: url(img/minimap_mobile.jpg);

}

.minimap h4{
  font-weight:600; font-size: 1.8rem!important;
}

}


@media (max-width: 700px) {

.mobilenone{
  display: none;
}

.nav{
  display: none;

}

.text01-hofschank {
    font-size: 1.3rem;
    line-height: 2rem;
    padding-top: 50px;
}

.text01-hofschank-small{

  font-size: 1.3rem;
  line-height: 2.4rem;
  padding-top: 20px;

}

.table td, .table th {
    padding: .45rem;
    vertical-align: top;
    font-size: 1.2rem;
    font-weight: 100;
}



}
