@font-face {
  font-family: 'Helvetica Neue LT Pro Light';
  src: url('../../../assets/fonts/HelveticaNeueLTProLt.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue LT Pro Regular';
  src: url('../../../assets/fonts/HelveticaNeueLTProRoman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue LT Pro Bold';
  src: url('../../../assets/fonts/HelveticaNeueLTProBd.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue LT Pro Black Condensed';
  src: url('../../../assets/fonts/HelveticaNeueLTProBlkCnO.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}


body{
  margin: 0;
  font-family: 'Helvetica Neue LT Pro Light';
  font-size: 16px;
  line-height: 20px;
  background-color: #f7f7f7;
  
}
strong{
  font-family: 'Helvetica Neue LT Pro Bold';
  font-weight: normal;
}
h1{
  letter-spacing: 1px;
}
#home {
  background-image: url('../../assets/images/home_bg.jpg');
  background-position: bottom -150px center;
  height: 100vh;
  width: 100%;
  max-width: 100vw;
  }
  #home .logowrap{
    text-align: right;
    padding: 0 15%;
  }
  #home .logowrap #logo {
    max-width: 380px;            
    height: auto;
    margin-top: 118px;
  }
  #home  .circle_border{
    position: absolute;
    left: calc(50% - 283px);
    top: calc(50% - 33vh);
    aspect-ratio: 1 / 1;
    width: 566px;
    border-radius: 50%;
    background-blend-mode: lighten;
    background: linear-gradient(to top,rgba(255, 255, 255, 0.4) 0%,rgba(255, 255, 255, 0) 70%);
    letter-spacing: 1px;
}
@media (max-width: 1880px) {
  #home  .circle_border{
    top: calc(50% - 40vh);
  }
}
  #home .circle{
    position: absolute;
    left: calc(50% - 265px);
    top: calc(50% - 265px);
    background-color: #003b74c9;
    aspect-ratio: 1 / 1;
    width: 530px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}

#home .circle h1{
  margin-top: 30%;
  font-family: 'Helvetica Neue LT Pro Light';
  font-weight: normal;
  font-size: 50px;
  line-height: 56px;
  hyphens: auto;
}
#home .homenav{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 140px;
  background-color: #003b74c9;
  text-transform: uppercase;
  border-top: 2px solid #fff;
}
#home .homenav .nav{
  list-style: none;
  display: flex;
  margin: 0 auto;
  width: fit-content;
  margin-top: 80px;
}
#home .homenav .nav li{
  width: fit-content;
  float: left;
  padding: 0 20px;
}
#home .homenav .nav li a{
  text-decoration: none;
  color: #fff;
  font-family: 'Helvetica Neue LT Pro Bold';
  letter-spacing: 1px;
} 
.header{
  background-color: #fff;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 40px;
  position: relative;
  box-shadow: 0 1px 5px 0 #0000002b;
}
.header .logowrap{
  text-align: right;
  padding: 0 20% 0 0;
  position: absolute;
  right: 0;
  bottom: 40px;
  width: 270px;
}
.header #logo {
  max-width: 270px;            
  height: auto;
}
.nopadl{
  padding-left: 0;
}
.header .nav{
  font-family: 'Helvetica Neue LT Pro Bold';
  list-style: none;
  display: flex;
  margin:0;
  margin-left: 20%;
  padding:0;
  width: fit-content;
}
.header .nav li{
  width: fit-content;
  float: left;
  padding: 0 20px;
}
.header .nav li a{
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
} 
#hamburger{
  display: none;
  border: none;
  background: none;
  padding: 0 30px;
}
#home #hamburger span{
  background-color: #003b74;
}
#home #hamburger{
  position: absolute;
  top: 60px;
  z-index: 999999;
}
.hamburger__toggle > span {
  display: block;
  width: 37px;
  height: 3px;
  background-color: #000;
  transform-origin: 4px 1px;
  transition: all 200ms ease-in-out;
}
#home .circle a {
  color: #fff !important;
}
.hamburger__toggle > span:not(:last-child) {
  margin-bottom: 7px;
}

.open .hamburger__toggle > span:first-child {
  transform: rotate(45deg);
}

.open .hamburger__toggle > span:nth-child(2) {
  opacity: 0;
}

.open .hamburger__toggle > span:last-child {
  transform: rotate(-45deg);
}

.mobnav{
  display: none;
  position: relative;
  left: 0;
  right: 0;
  max-width: 100vw;
  width: 100%;
  height: 100vh;
  margin: 0;
  margin-top: 80px;
  padding: 0 30px 80px;
  background-color: #fff;
  transition:all 300ms ease-in-out;
  z-index: 3000;
  font-size: 26px;
  line-height: 30px;
  list-style: none;
  overflow: hidden;
}
#home .mobnav{
  position: absolute;
  top: 0;
  margin: 0;
  padding-top: 140px;
}
.mobnav li{
  width: 100%;
  height: 50px;
  font-family: 'Helvetica Neue LT Pro Bold';
  font-weight: normal;
  margin-bottom: 15px;
}
.mobnav li:first-child{
  margin-top: 25px;
}
.mobnav li a {
  color: #000;
  text-decoration: none;
}
.nav_item a,
.nav__mobile-item a {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  text-decoration: none;
}

.nav_item a::after,
.nav__mobile-item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.nav_item a:hover::after,
.nav__mobile-item a:hover::after,
.nav_item.act a::after,
.nav__mobile-item.act a::after {
  transform: scaleX(1);
}
.layout-width{
  margin: 140px 20%;
}
@media (max-width: 1500px) {
  .header {
      padding-top: 40px;
      padding-bottom: 25px;
  }
  .header .logowrap {
      padding: 0 100px 0 0;
      width: 180px;
      bottom: 25px;
  }
  .header .logowrap #logo {
      width: 180px;
  }
  .header .nav {
      margin-left: 100px;
  }
  .layout-width {
    margin: 140px 100px;
  }
  .layout-width.teamlayout{
    margin: 140px 20%;
  }
  #home .logowrap{
    padding: 0 100px;
  }
}

@media (max-width: 1000px) {

  .header .logowrap {
    padding: 0 30px 0 0;
    width: 180px;
    bottom: 25px;
  }
  .header .nav {
      margin-left: 10px;
  }
  .layout-width, .layout-width.teamlayout {
    margin: 100px 30px;
  }
  #home .logowrap{
    padding: 0 30px;
  }
  #home .logowrap #logo {
    max-width: 290px;
    margin-top: 55px;
  }
  #home .circle_border{
    left: calc(50% - 250px);
    top: calc(50% - 35vh);
    width: 500px;
  }
  #home .circle{
    left: calc(50% - 230px);
    top: calc(50% - 230px);
    width: 460px;
  }
  #home .circle h1{
    font-size: 42px;
    line-height: 48px;
  }
  #home .homenav{
    height: 90px;
  }
  #home .homenav .nav{
    padding: 0;
    margin: 45px auto 0;
  }
  .mietobjekt p {
    width: 65%;
  }
}
@media (max-width: 850px) {
  #home{
    background-position: bottom 0 center;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 115vh;
    background-position: bottom;
    margin-top: -15vh;
  }
  #home .logowrap{
    padding-top: 15vh;
  }
  .header .nav {
      display: none;
  }
  #hamburger {
      display: block;
  }
  .homenav{
    display: none;
  }
  #home .circle_border{
    top: 22%;
  }
}
@media (max-width: 700px) {
  .mietobjekt h2{
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  #home .circle_border{
    left: calc(50% - 160px);
    width: 320px;
    top: 28%;
  }
  #home .circle{
    left: calc(50% - 150px);
    width: 300px;
    top: calc(50% - 150px);
  }
  #home .circle h1{
    font-size: 25px;
    line-height: 34px;
    margin-top: 17%;
    margin-bottom: 10px;
    font-family: 'Helvetica Neue LT Pro Bold';
  }
  .mietobjekt img{    
    width: 100%;
    padding: 10px 0;
  }
  .mietobjekt h2{
    margin-bottom: 35px;
  }
  #home .logowrap #logo{
    max-width: 180px;
  }
  #home  #hamburger{
    top: 50px;
  }
}
.layout-width h1{
  font-family: 'Helvetica Neue LT Pro Light';
  font-weight: normal;
  font-size: 52px;
  line-height: 58px;
  hyphens: auto;
}
.mietobjekt img{
  max-width: calc(33% - 5px);
  padding: 0 2px;
  height: auto;
  aspect-ratio: 1 / 1.35;
  width: 100%;
  object-fit: cover;
  opacity: 50;
  filter: grayscale(100%) sepia(70%) hue-rotate(175deg) saturate(130%) brightness(90%);
}
.mietobjekt h2{
  text-align: center;
  font-family: 'Helvetica Neue LT Pro Light';
  font-weight: normal;
  font-size: 50px;
  line-height: 56px;
  margin-bottom: 70px;
}
.mietobjekt p{
  font-family: 'Helvetica Neue LT Pro Bold';
  width: 33.33%;
  text-align: center;
  margin: 45px auto;
  margin-bottom: 70px;
}
.newhome .container{
  width: 100%;
}
footer{
  background-color: #3d628f;
  color: #fff;
  text-transform: uppercase;
  padding: 60px 0 100px;
}
#logo_white{
  max-height: 30px;
  width: auto;
  margin: 0 auto;
  display: flex;
  margin-bottom: 30px;
}
footer p{
  text-align: center;
  letter-spacing: 3px;
}
.team{
  margin: 0 100px;
  margin-top: 100px;
  position: relative;
}
.team h2{
  font-family:'Helvetica Neue LT Pro Bold';
  font-size: 26px;
  font-weight: normal;
  line-height: 30px;
}
.team .adress{
  position: absolute;
  right: -34%;
  bottom: 100px;
  width: fit-content;
}
.team .adress a{
  color: #000;
  text-decoration: none;
  
}
.team_outer{
  display: flex;
  gap:70px;
  margin-top: 50px;
  margin-bottom: 100px;
  position: relative;
}
.team .team_wrap{
  max-width: calc(33.33% - 53px);
  width: 100%;
}
.team .team_wrap img{
  max-width: 100%;
  width: 100%;
  aspect-ratio: 1 / 1.3;
  object-fit: cover;
  border:4px solid #fff;
}
.team_inner p{
  margin: 15px 0 60px;
}
.team_inner a {
  color: #003b74;
  position: absolute;
  bottom: 0;

}
.team_inner a .pfeil{
  height: 15px;
  width: auto;
  border:none;
  margin-right: 8px;
  aspect-ratio: auto;
}
.team_outer{
  display: flex;
  gap:80px;
  margin-top: 50px;
}
.center{
  margin: 0 auto;
  text-align: center;
}
.adress_mob a{
  color: #000;
  text-decoration: none;
}
.adress_mob{
  display: none;
}
@media (max-width: 1500px) {
  .team{
    margin: 0 50px;
    margin-top: 80px;
  }
  .team_outer{
    gap: 45px;
  }
  .adress{
    display: none;
  }
  .adress_mob{
    display: block;
  }
  .team .team_wrap{
    max-width: calc(33.33% - 33px);               
  }
}
@media (max-width: 1100px) {
  .team{
    margin: 80px 0 0;
  }

}
@media (max-width: 600px) {
 .team .team_outer{
  display: block;
 }
 .team_inner p {
  margin: 15px 0 25px;
}
 .team .team_wrap{
    position: relative;
    padding-bottom: 1px;
    max-width: 100%;
    margin-bottom: 50px;
 }
}
@media (max-width: 650px) {
  .mietobjekt p {
    width: 90%;
  }
  .mietobjekt img{
    width: 100%;
    padding: 10px 0;
  }
}
@media (max-width: 450px) {
  .mobnav{
    font-size: 20px;
    line-height: 23px;
  }
}
.datenschutz .form{           
  background-color: #3d628f;
  color: #fff;
  padding: 50px 0px;
  width: 100%;
  margin-bottom: 140px;
}
.datenschutz .form h2{
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 30px;
  font-weight: normal;
}
.datenschutz .form h2, .datenschutz .form p{
  padding: 0 15px;
  letter-spacing: 1px;
  font-family: 'Helvetica Neue LT Pro Bold';
}
.datenschutz h1{
  margin-bottom:70px;
}
@media (max-width: 700px) {
  .layout-width h1{
    font-size: 38px;
    line-height: 45px;
  }
 .layout-width h2{
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 450px) {
 .form{
    margin-bottom: 100px;
 }
 .datenschutz h1{
  margin-bottom: 55px;
 }
}
.datenschutz ul{
  padding-inline-start: 18px;
}
.datenschutz a{
  color: #000;
}