/*=============== GOOGLE FONTS ===============*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

/*==========Root==========*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    color:#fff;
}

body{
    background-color: #24262b;
    font-family: 'Poppins', sans-serif;
}

/*==========NavBarTop==========*/
.nav1 {
  z-index: 10;
    padding: 0;
    padding-right: 20%;
    padding-left: 20%;
    overflow: hidden;
    background-color: #24262b;
    position: -webkit-sticky; /* Safari */
    position: fixed;
    top:0;
    width: 100%;
    height: 100px;
    transition: 0.2s;
}
.nav1 .li1 {
    margin-right: 15px;
}
      
.nav1 .li_a1 {
    float: right;
    display: block;
    color: white;
    text-align: center;
    padding: 42px 44px;
    text-decoration: none;
    transition: 0.2s;
    font-size: 18px;
}

.nav1	img {
  z-index: 11;
  margin-top: 10px;
  width: 400px;
  height: 75px;
}

@media screen and (min-width: 1150px){
  .nav1{
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 1150px){
  .nav1{
    padding-left: 5%;
    padding-right: 0%;
  }
}

@media screen and (max-width: 950px) {
    .nav1 .hideNav{
      display: none;
    }
}
@media screen and (max-width: 500px) {
  .nav1 .hideNav2{
    display: none;
  }
}

.bg_org{
    background-color: #ffcf00;
}

/*==========NavBarBottom==========*/

.topnav {
  overflow: hidden;
  background-color: #24262b;
  margin-top: 100px;
}

.topnav .hideNav3{
  display: none;
}

.topnav a {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #24262b;
  color: #fff;
}

.topnav a.active {
  background-color: #ffcf00;
  color: #fff;
}

.topnav .icon {
  display: none;
}

@media screen and (min-width: 1000px){
  .topnav{
      margin-right: 20%;
      margin-left: 20%;
  }
}
@media screen and (min-width: 600px){
  .topnav{
      margin-right: 10%;
      margin-left: 10%;
  }
}
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

@media screen and (max-width: 500px) {
  .topnav.responsive .hideNav3{
    display: block;
  }
}

/*==========Body==========*/
/*==Info==*/
.Info .Headline h1{
  margin-top: 50px;
  color: #ffcf00;
  text-align: center;
  font-size: 50px;
  margin-left: auto;
  margin-right: auto;
}
.Info .Infotext{
  margin-top: 25px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
}


/*==Rent==*/
.Rent .Headline h1{
  margin-top: 50px;
  color: #ffcf00;
  text-align: center;
  font-size: 50px;
}

.Rent{
  background-color: #24262b;
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 50px;
}

.Rent .Rentpic img{
  display: block;
  margin-top: 50px;
  width: 500;
  height: 350;
  color: #24262b;
}

.Rent .Renttext{
  margin-top: -250px;
  margin-left: 53%;
  font-size: 20px;
  color: #fff;
}


/*==Grid==*/
  .Headline h1{
    margin-top: 250px;
    color: #ffcf00;
    text-align: center;
    font-size: 50px;
  }
  .ItemR{
    background-color: #ffcf00;
    margin-top: 75px;
    margin-left: 20%;
    width: 350px;
    height: 500px;
    border-top-left-radius: 10%;
    border-top-right-radius: 10%;
    border-bottom-left-radius: 10%;
    border-bottom-right-radius:10%;
  }

  .ItemR .Text{
    color: #24262b;
    font-size: 25px;
    padding-top: 25px;
    margin-left: 31%;
  }

  .ItemR .Text2{
    color: #24262b;
    font-size: 25px;
    padding-top: 25px;
    margin-left: 40%;
  }

  .ItemR .Img img{
    margin-top: 25px;
    width: 350px;
    height: 200px;
  }

  .ItemR .Button button{
    background-color: #ffcf00;
    margin-top: 50px;
    margin-left: 19%;
    border-color: #24262b;
    border-width: 4px;
    padding: 20px 40px;
    border-top-left-radius: 20%;
    border-top-right-radius: 20%;
    border-bottom-left-radius: 20%;
    border-bottom-right-radius: 20%;
    font-size: 25px;
  }
  .ItemR .Button button a{
    background-color: #ffcf00;
    
    color: #24262b;
    font-size: 25px;
  }

  .ItemC{
    background-color: #ffcf00;
    margin-top: -500px;
    margin-left: 40%;
    width: 350px;
    height: 500px;
    border-top-left-radius: 10%;
    border-top-right-radius: 10%;
    border-bottom-left-radius: 10%;
    border-bottom-right-radius:10%;
  }

  .ItemC .Text{
    color: #24262b;
    font-size: 25px;
    padding-top: 25px;
    margin-left: 31%;
  }

  .ItemC .Text2{
    color: #24262b;
    font-size: 25px;
    padding-top: 25px;
    margin-left: 40%;
  }

  .ItemC .Img img{
    margin-top: 25px;
    width: 350px;
    height: 200px;
  }

  .ItemC .Button button{
    background-color: #ffcf00;
    margin-top: 50px;
    margin-left: 19%;
    border-color: #24262b;
    border-width: 4px;
    padding: 20px 40px;
    border-top-left-radius: 20%;
    border-top-right-radius: 20%;
    border-bottom-left-radius: 20%;
    border-bottom-right-radius: 20%;
    font-size: 25px;
  }
  .ItemC .Button button a{
    background-color: #ffcf00;
    
    color: #24262b;
    font-size: 25px;
  }

  .ItemL{
    background-color: #ffcf00;
    margin-top: -500px;
    margin-left: 60%;
    width: 350px;
    height: 500px;
    border-top-left-radius: 10%;
    border-top-right-radius: 10%;
    border-bottom-left-radius: 10%;
    border-bottom-right-radius:10%;
  }

  .ItemL .Text{
    color: #24262b;
    font-size: 25px;
    padding-top: 25px;
    margin-left: 31%;
  }

  .ItemL .Text2{
    color: #24262b;
    font-size: 25px;
    padding-top: 25px;
    margin-left: 40%;
  }

  .ItemL .Img img{
    margin-top: 25px;
    width: 350px;
    height: 200px;
  }

  .ItemL .Button button{
    background-color: #ffcf00;
    margin-top: 50px;
    margin-left: 19%;
    border-color: #24262b;
    border-width: 4px;
    padding: 20px 40px;
    border-top-left-radius: 20%;
    border-top-right-radius: 20%;
    border-bottom-left-radius: 20%;
    border-bottom-right-radius: 20%;
    font-size: 25px;
  }
  .ItemL .Button button a{
    background-color: #ffcf00;
    
    color: #24262b;
    font-size: 25px;
  }

  .ItemR2{
    background-color: #ffcf00;
    margin-top: 50px;
    margin-left: 20%;
    width: 350px;
    height: 500px;
    border-top-left-radius: 10%;
    border-top-right-radius: 10%;
    border-bottom-left-radius: 10%;
    border-bottom-right-radius:10%;
  }

  .ItemR2 .Text{
    color: #24262b;
    font-size: 25px;
    padding-top: 25px;
    margin-left: 31%;
  }

  .ItemR2 .Text2{
    color: #24262b;
    font-size: 25px;
    padding-top: 25px;
    margin-left: 40%;
  }

  .ItemR2 .Img img{
    margin-top: 25px;
    width: 350px;
    height: 200px;
  }

  .ItemR2 .Button button{
    background-color: #ffcf00;
    margin-top: 50px;
    margin-left: 19%;
    border-color: #24262b;
    border-width: 4px;
    padding: 20px 40px;
    border-top-left-radius: 20%;
    border-top-right-radius: 20%;
    border-bottom-left-radius: 20%;
    border-bottom-right-radius: 20%;
    font-size: 25px;
  }
  .ItemR2 .Button button a{
    background-color: #ffcf00;
    
    color: #24262b;
    font-size: 25px;
  }

  .ItemC2{
    background-color: #ffcf00;
    margin-top: -500px;
    margin-left: 40%;
    width: 350px;
    height: 500px;
    border-top-left-radius: 10%;
    border-top-right-radius: 10%;
    border-bottom-left-radius: 10%;
    border-bottom-right-radius:10%;
  }

  .ItemC2 .Text{
    color: #24262b;
    font-size: 25px;
    padding-top: 25px;
    margin-left: 31%;
  }

  .ItemC2 .Text2{
    color: #24262b;
    font-size: 25px;
    padding-top: 25px;
    margin-left: 40%;
  }

  .ItemC2 .Img img{
    margin-top: 25px;
    width: 350px;
    height: 200px;
  }

  .ItemC2 .Button button{
    background-color: #ffcf00;
    margin-top: 50px;
    margin-left: 19%;
    border-color: #24262b;
    border-width: 4px;
    padding: 20px 40px;
    border-top-left-radius: 20%;
    border-top-right-radius: 20%;
    border-bottom-left-radius: 20%;
    border-bottom-right-radius: 20%;
    font-size: 25px;
  }
  .ItemC2 .Button button a{
    background-color: #ffcf00;
    color: #24262b;
    font-size: 25px;
  }

  .ItemL2{
    background-color: #ffcf00;
    margin-top: -500px;
    margin-left: 60%;
    width: 350px;
    height: 500px;
    border-top-left-radius: 10%;
    border-top-right-radius: 10%;
    border-bottom-left-radius: 10%;
    border-bottom-right-radius:10%;
  }

  .ItemL2 .Text{
    color: #24262b;
    font-size: 25px;
    padding-top: 25px;
    margin-left: 31%;
  }

  .ItemL2 .Text2{
    color: #24262b;
    font-size: 25px;
    padding-top: 25px;
    margin-left: 40%;
  }

  .ItemL2 .Img img{
    margin-top: 25px;
    width: 350px;
    height: 200px;
  }

  .ItemL2 .Button button{
    background-color: #ffcf00;
    margin-top: 50px;
    margin-left: 19%;
    border-color: #24262b;
    border-width: 4px;
    padding: 20px 40px;
    border-top-left-radius: 20%;
    border-top-right-radius: 20%;
    border-bottom-left-radius: 20%;
    border-bottom-right-radius: 20%;
    font-size: 25px;
  }
  .ItemL2 .Button button a{
    background-color: #ffcf00;
    color: #24262b;
    font-size: 25px;
  }

  @media screen and (max-width: 1900px) {
    
    .ItemR {
      margin-left: 25%;
    }
    .ItemC {
      margin-left: 50%;
    }
    .ItemL {
      margin-top: 50px;
      margin-left: 25%;
    }
    .ItemR2 {
      margin-top: -500px;
      margin-left: 50%;
    }
    .ItemC2 {
      margin-top: 50px;
      margin-left: 25%;
    }
    .ItemL2 {
      margin-top: -500px;
      margin-left: 50%;
    }

  }

  @media screen and (max-width: 1500px) {
    
    .ItemR {
      margin-left: 38%;
    }
    .ItemC {
      margin-top: 50px;
      margin-left: 38%;
    }
    .ItemL {
      margin-top: 50px;
      margin-left: 38%;
    }
    .ItemR2 {
      margin-top: 50px;
      margin-left: 38%;
    }
    .ItemC2 {
      margin-top: 50px;
      margin-left: 38%;
    }
    .ItemL2 {
      margin-top: 50px;
      margin-left: 38%;
    }

  }

  @media screen and (max-width: 1150px) {
    
    .ItemR {
      margin-left: 30%;
    }
    .ItemC {
      margin-top: 50px;
      margin-left: 30%;
    }
    .ItemL {
      margin-top: 50px;
      margin-left: 30%;
    }
    .ItemR2 {
      margin-top: 50px;
      margin-left: 30%;
    }
    .ItemC2 {
      margin-top: 50px;
      margin-left: 30%;
    }
    .ItemL2 {
      margin-top: 50px;
      margin-left: 30%;
    }

  }

  @media screen and (max-width: 1000px) {
    
    .ItemR {
      margin-left: 30%;
    }
    .ItemC {
      margin-top: 50px;
      margin-left: 30%;
    }
    .ItemL {
      margin-top: 50px;
      margin-left: 30%;
    }
    .ItemR2 {
      margin-top: 50px;
      margin-left: 30%;
    }
    .ItemC2 {
      margin-top: 50px;
      margin-left: 30%;
    }
    .ItemL2 {
      margin-top: 50px;
      margin-left: 30%;
    }

  }

  @media screen and (max-width: 500px) {
    
    .ItemR {
      margin-left: 0px;
    }
    .ItemC {
      margin-top: 50px;
      margin-left: 0px;
    }
    .ItemL {
      margin-top: 50px;
      margin-left: 0px;
    }
    .ItemR2 {
      margin-top: 50px;
      margin-left: 0px;
    }
    .ItemC2 {
      margin-top: 50px;
      margin-left: 0px;
    }
    .ItemL2 {
      margin-top: 50px;
      margin-left: 0px;
    }

  }

  @media screen and (max-width: 600px) {
    
    .ItemR {
      margin-left: 23%;
    }
    .ItemC {
      margin-top: 50px;
      margin-left: 23%;
    }
    .ItemL {
      margin-top: 50px;
      margin-left: 23%;
    }
    .ItemR2 {
      margin-top: 50px;
      margin-left: 23%;
    }
    .ItemC2 {
      margin-top: 50px;
      margin-left: 23%;
    }
    .ItemL2 {
      margin-top: 50px;
      margin-left: 23%;
    }

  }



/*==========Footer==========*/

body {
  font-family: 'Alegreya Sans', sans-serif;
}

/* Sticky footer position and size
-------------------------------------------------- */
html {
position: relative;
min-height: 100%;
}
body { /* Margin bottom by footer height */ margin-bottom: 0px; margin-top: 100px;
}

.footer {

  position:relative;
  bottom: -40;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 100px;
}

/* Taller footer on small screens */
@media (max-width: 567em) {
    /*body {
      margin-bottom: 0px;
    }*/
    .footer {
      height: 70px;
    }
}

/* Sticky footer style and color
-------------------------------------------------- */
.container{
  max-width: 1170px;
  margin:auto;
}
.row{
  display: flex;
  flex-wrap: wrap;
}
ul{
  list-style: none;
}

.footer{
  background-color: #ffcf00;
    padding: 70px 0;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
  font-size: 18px;
  color: #24262b;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 500;
  position: relative;
}
.footer-col h4::before{
  content: '';
  position: absolute;
  left:0;
  bottom: -10px;
  background-color: #ffcf00;
  height: 2px;
  box-sizing: border-box;
  width: 50px;
}
.footer-col ul li:not(:last-child){
  margin-bottom: 10px;
  color: #24262b;
}
.footer-col ul li{
  color: #24262b;
}
.footer-col ul li a{
  font-size: 16px;
  text-transform: capitalize;
  color: #24262b;
  text-decoration: none;
  font-weight: 300;
  color: #24262b;
  display: block;
  transition: all 0.3s ease;
}
.footer-col ul li a:hover{
  color: #24262b;
  padding-left: 8px;
}
.footer-col .social-links a{
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: /*rgba(255,255,255,0.2)*/#24262b;
  margin:0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #24262b;
  transition: all 0.5s ease;
}
.footer-col .social-links a i{
  margin-top: 10px;
}
.footer-col .social-links a:hover{
  color: #24262b;
  background-color: #24262b;
}
.copr {
  margin-bottom: 20px;
  margin-right: 10px;
  text-align: right;
  color:#24262b;
}
.copr a{
  color:#24262b;
}

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 0px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}

@media (max-width: 567em) {
  .footer {
    height: auto; /* Automatische Anpassung an den Inhalt */
  }
}


/*===MediaScreens===*/

@media screen and (max-width: 650px) {
  .left img{
    width: 100%;
    height: 100%;
  }
  .spruch{
    font-size: 5vw;
    margin-bottom: 20px;
  }
  .Contact h1 {
    font-size: 5vw;
  }
  }
  @media screen and (max-width: 500px) {
    .spruch{
      font-size: 6vw;
      margin-bottom: 20px;
    }
    .Contact h1 {
      font-size: 6vw;
    }
  }
  @media screen and (max-width: 360px) {
    .spruch{
      font-size: 7vw;
      margin-bottom: 20px;
    }
    .Contact h1 {
      font-size: 7vw;
    }
  }


