html, body {
  margin: 0px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  }
  
  @font-face {
      font-family: 'TT Travels';
      src: url('fonts/TTTravels-Regular.woff') format('woff');
      font-weight: normal;
      font-style: normal;
      font-display: swap;
  }
  
  @font-face {
      font-family: 'TT Travels';
      src: url('/fonts/TTTravels-Medium.woff') format('woff');
      font-weight: 500;
      font-style: normal;
      font-display: swap;
  }
  
  
  .row {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: row;
  }

h1,h2 {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0px;
}
  
  .content {
    background: #6a877f;
    display: flex;
    flex-direction: column;
    width:50%;
    font-family: 'TT Travels';
    position: relative;
  }
  
  .address {
    font-size: 1.3vw;
    line-height: 110%;
    font-family: 'TT Travels';
    padding: 5%;
  }
  
  .claim {
    font-size: 9.5vw;
    line-height: 90%;
    padding: 0px 5% 0 5%;
    color: #fff;
  }
  
  .contact {
    font-size: 2.5vw;
    line-height: 100%;
    padding: 5%;
    bottom: 0px;
  }

.contact strong {
  font-weight: 500;
     font-size: 3.5vw;
  letter-spacing: 0.06em;
    line-height: 110%;
}

.contact a {
  color: #fff;
  text-decoration: none;
}

.contact .tel {
  font-size: 3.5vw;
   line-height: 140%;
}
  
  .image {
    display: flex;
    flex-direction: column;
    width: 50%;
    overflow: hidden;
    position: relative;
  }

.image:before {
  background-color: rgba(0,0,0, 0.2);
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

.image:after {
  content: "";
    background: url(izd-tower_1280.jpg);
    background-size: auto 100%;
    background-position-y: top;
    background-position-x: 25%;
    font-family: 'TT Travels';
    transform: rotate(-1deg);
    position: absolute;
    top: -1%;
    bottom: -1%;
    left: -2%;
    right: -2%;
}

.logo {
  position: fixed;
  right: 0px;
  left: auto;
  top: 0px;
  height: 100%;
  width:50%;
  z-index: 99;
}

.logo img {
  max-height: 39%;
  float: right;
  margin-right: 5% !important;
  margin-top: 5%;
}
  
  .subclaim {
    font-size: 2vw;
    line-height: 95%;
    position: absolute;
    bottom: 5%;
    right: 5%;
    color: #fff;
    font-family: 'TT Travels';
    z-index: 20;
  }
  
  .imprint {
    position: absolute;
    bottom: 25px;
    left: 0px;
    right: 0px;
    display: flex;
    width: 100%;
    justify-content: center;
    z-index: 100;
  }
.imprint a {
  text-decoration: none;
}

.imprint .datenschutz {
  color: #000;
  font-family: 'TT Travels';
  margin-left: -10px;
  margin-right: 25px;
}

.imprint .impressum {
  color: #000;
  font-family: 'TT Travels';
}

.header {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 250px;
 background: #6a877f;

}

.header .logo {
  position: absolute;
}

.header .logo img {
max-height: 175px;
float: right;
margin-right: 36px !important;
margin-top: 36px;
}

.header .address {
  position: absolute;
 padding-left: 36px;
 padding-top:36px;
  font-size: 18px;
}

.title {
  position: absolute;
  bottom:30px;
  left:36px;
}

.title h1 {
  margin-bottom: 0px;
  margin-top: 0px;
  color: #fff;
  font-size:48px;
  font-family: 'TT Travels';

}

.terms {
  margin-top: 300px;
  position: relative;
  max-width: 1280px;
  padding: 0px 36px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'TT Travels';
}

.terms a {
  color: #000;
  text-decoration: none;
}

.terms .col-1 {
  float: left;
  width: 50%;
  margin-bottom: 36px;
}

.terms .col-2 {
  float: right;
  width: 50%;
  margin-bottom: 36px;
}




  
  .contact strong {
  font-weight: 500;
     font-size: 2.5vw;
  letter-spacing: 0.06em;
    line-height: 110%;
}

.contact a {
  color: #fff;
  text-decoration: none;
}

.contact .tel {
  font-size: 2.5vw;
   line-height: 140%;
}


@media (min-width: 1600px) {
  .claim {
  font-size: 6.5vw;
  line-height: 95%;
  padding: 5%;
  color: #fff;
}
}

@media (min-width: 769px) {
  .contact {
    position: absolute;
    bottom:0px;
    padding-bottom: 5%;
  }

}



@media (max-width: 768px) {
  .terms .col-1 {
  float: left;
  width: 100%;
  margin-bottom: 0px;
}

.terms .col-2 {
  float: left;
  width: 100%;
  margin-bottom: 36px;
}
  
  .row {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  
  .content {
    background: #6a877f;
    display: flex;
    flex-direction: column;
    width:100%;
    font-family: 'TT Travels';
    position: relative;
  }
  
    .image {
    display: flex;
    flex-direction: column;
    width: 100%;
      height: 100vh;
    overflow: hidden;
    position: relative;
  }
  
.image:after {
  content: "";
    background: url(izd-tower_1280.jpg);
    background-size: cover;
    background-position-y: top;
    background-position-x: 25%;
    font-family: 'TT Travels';
    transform: rotate(-1deg);
    position: absolute;
    top: -2%;
    bottom: -2%;
    left: -2%;
    right: -2%;
}
  
      .logo img {
  max-height:280px;
        height: 100%;
  float: right;
  margin-right:25px !important;
  margin-top: 25px !important;;
}

  
  .address {
  font-size: 3vw;
  line-height: 110%;
  font-family: 'TT Travels';
  padding: 5%;
}

  .contact {
  font-size: 5vw;
  line-height: 120%;
  padding: 5%;
}
  
  
  .contact strong {
     font-size: 6vw;
}


.contact .tel {
  font-size: 7.5vw;
   line-height: 140%;
}
  
    .claim br {
    display: block;
  }
  
  .imprint a {
    color: #fff !important;
    font-size: 13px;
  }
  
  .subclaim {
  font-size:6vw;
  line-height: 95%;
  position: absolute;
  bottom:70px;
  right: 0px;
  left: 0px;
    text-align: center;
  color: #fff;
  font-family: 'TT Travels';
  z-index: 20;
}
  
}


@media (max-width: 480px) {
    .logo img {
  max-height:150px;
  float: right;
  margin-right:25px !important;
  margin-top: 25px !important;;
}
  
  .title h1 {
  margin-bottom: 0px;
  margin-top: 0px;
  color: #fff;
  font-size: 20px;
  font-family: 'TT Travels';
}
  
}






@media (min-width: 769px) and (min-height:0px) and (max-height: 700px) {
    .contact {
    background: rgba(106, 135, 127,0.85);
    z-index:10;
  }
}
  

@media (min-width: 990px) and (max-height: 700px) {
  .claim {
    font-size: 6vw;
  }
  .claim br {
    display: none;
  }
  
}