@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@100;200;300;400;500;600;900&family=Saira+Extra+Condensed:wght@400;500;600;700;800;900&display=swap');

* {
	margin: 0;
	padding: 0;
}

/* Start Animation */

	#hideMe{
	height:calc(100vh - 79px);
	width:100%;
	top:80px;
	left:0;
	display:none;
	position:fixed;
	align-items:center;
	justify-content:center;
	background-color: #000;
	-webkit-animation: cssAnimation 6s forwards; 
    animation: cssAnimation 6s forwards;
	}	
	#hideMe img{
		width:250px;
	}	
	@keyframes cssAnimation {
    0%   {opacity: 1;}
    90%  {opacity: 1;}
    100% {opacity: 0;}
	}
	@-webkit-keyframes cssAnimation {
    0%   {opacity: 1;}
    90%  {opacity: 1;}
    100% {opacity: 0;}
	}
	
	.hidden{
		display:none;
	}

/* End Animation */


body{
	width:100%;
	min-height: 100vh;
	overflow-x:hidden;
	display:flex;
	flex-direction: column;
	    align-items: center;
}

section{
	padding: 16px;
	overflow-x: hidden;
}

/* Landing Page Start */

#landing-page{
	width:100%;
	height: calc(100vh - 405px);
	margin-top: 80px;
    padding: 16px;
	padding-top:0px;
    overflow-x: hidden;
	display:flex;
	align-items: center;
	justify-content: center;
}

.welcome-text{
	width: 50%;
	max-width:720px;
	padding:30px;
}

.welcome-text h1{
	font-family: Saira Extra Condensed, sans-serif;
	font-weight: 700;
	font-size: 100px;
	text-transform:uppercase;
	width:100%;
	line-height:80px;
	text-align: center;
}
.welcome-text div{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    float: right;
}

.welcome-text div h5, .welcome-text div h2{
	font-family: Saira Extra Condensed, sans-serif;
}

.welcome-text div h2{
    margin-top: 0;
    font-weight: 700;
    font-size: 80px;
    text-transform: uppercase;
    line-height: 80px;
    text-align: right;
    width: auto;
}

.welcome-text div h5{
    margin-top: 0;
    font-weight: 100;
    font-size: 80px;
    line-height: 80px;
	margin-right:16px;
}
.welcome-text p{
	font-family: Saira Extra Condensed, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: normal;
	text-align: right;
}

.aktuelle-angebote{
	width:50%;
	display:flex;
	align-items: center;
	justify-content: center;
}

.aktuelle-angebote .wrapper{
	 		height: 100%;
    	width: 100%;
	max-height: 400px;
    max-width: 400px;
    background-color: black;
    border-radius: 50%;	
}

.aktuelle-angebote .wrapper h3{
    color: #fff;
    text-align: center;
    width: 100%;
    margin-top: 60px;
    font-family: Saira Extra Condensed;
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}


.aktuelle-angebote .wrapper div{
	display:flex;
	margin-top:-30px;
}

.aktuelle-angebote .wrapper div a{
  	border-radius: 50%;
    display: flex;
	align-items: center;
	justify-content: center;
color: #fff;
font-family: Saira Extra Condensed;
font-size: 36px;
font-style: normal;
font-weight: 900;
line-height: normal;
text-transform: uppercase;
	text-decoration: none;
	cursor: pointer !important;
}

.aktuelle-angebote .wrapper div a:nth-child(1){
	width: 200px;
    height: 200px;
    margin-left: -30px;
    margin-top: 60px;
	background-image: url("../img/ls65_bg.jpg");
	background-position: center; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: cover; /* Resize the background image to cover the entire container */
}

.aktuelle-angebote .wrapper div a:nth-child(2){
	width: 230px;
    height: 230px;
    margin-top: 90px;
    margin-right: -60px;
    margin-left: 40px;
	background-image: url("../img/merch_bg.jpg");
	background-position: center; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: cover; /* Resize the background image to cover the entire container */
}

.aktuelle-angebote .wrapper div p{
color: white;
    font-family: Saira Extra Condensed;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 90%;
    text-align: center;
    margin-left: 5%;
    margin-top: 80px;
}



.before-footer-image{
	display:flex;
	width:100%;
	padding:0 16px;
	height: 160px;
	margin-bottom:-5px;
}

.before-footer-image div{
	display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
    padding: 0 30px;
}

.before-footer-image div img{
	width:25%;
	max-width:214px;
}

.before-footer-image div img:nth-child(2){
	width: 35% !important;
    max-width: 350px !important;
}

section.footer{
	height:165px;
	width:100%;
	background-color:#000;
}



/* Landing Page End */





/*  ueber-uns.html */

section.ueber-uns{
	margin-top: 80px;
	padding: 30px;
	width: calc(100% - 60px);
    max-width: 1050px;
	
}

.ueber-uns h3{
	font-family: Saira Extra Condensed, sans-serif;
	font-size: 80px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.ueber-uns-text-und-bild{
	display:flex;
}

.ueber-uns-text{
	width:60%;
}

.ueber-uns-text p{
	font-family: Saira Extra Condensed, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:30px;
}

.ueber-uns-text p strong{
	font-weight: 700;
}

.ueber-uns-bild{
	width:600px;
	height:600px;
	border-radius: 50%;
	background-image: url("../img/thf-flughafen-img.jpg");
	background-position: right; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: cover;
	margin-left: 46%;
    margin-top: -100px;
	position:absolute;
}

.ueber-uns-bild div{
	width: 200px;
    height: 200px;
    background-color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*  ueber-uns.html */


/*  mietobjekte.html */
.mietobjekte{
    width: calc(100% - 60px);
    margin-top: 80px;
	padding:30px;
	    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.mietobjekte h3{
	font-family: Saira Extra Condensed, sans-serif;
	font-size: 80px;
	font-style: normal;
	font-weight: 700;
	line-height: 90px;
	text-align: center;
	margin-bottom:120px;
}
.mietobjekte p{
	width:100%;
	max-width:710px;
	text-align: center;
	font-family: Saira Extra Condensed, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 27px */
	margin-bottom: 30px;
}
.mietobjekt{
	display:flex;
	width:100%;
	max-width:1200px;
	flex-direction: column;
	margin-bottom:120px;
}
.mietobjekte-titel-wrapper{
	width:60%;
	display:flex;
	align-items: flex-end;
	justify-content: space-between;
	border-bottom: #000 solid 6px;
	padding-bottom:6px;

}

.mietobjekte-titel-wrapper .kuerzel{
	font-family: Saira Extra Condensed, sans-serif;
	font-size: 80px;
	font-style: normal;
	font-weight: 900;
	align-self:flex-start;
	line-height: 0.7;
}

.mietobjekte-titel-wrapper .titel{
	font-family: Saira Extra Condensed, sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 100;
	text-transform: uppercase;
		line-height: 0.7;
}

.mietobjekte-wrapper{
	display:flex;
	align-items: center;
	justify-content: space-between;
}

.mietobjekte-text{
	margin-top:30px;
	min-width:60%;
}

.mietobjekte-text p{
	text-align: left;
	min-width:100%;
}

.mietobjekte-image{
	width:40%;
	margin-left:60px;
	margin-top:-60px;
}

.mietobjekte-image img{
	width:100%;
}

.mietobjekt:nth-child(odd) .mietobjekte-wrapper{
	flex-direction: row-reverse;
}

.mietobjekt:nth-child(odd) .mietobjekte-titel-wrapper{
	align-self:flex-end;
}

.mietobjekt:nth-child(odd) .mietobjekte-image{
	margin-left:0px;
}

.mietobjekt:nth-child(odd) .mietobjekte-text{
	margin-left:60px;
}

.mietobjekte-button-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mietobjekte-button-wrapper a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 57px;
    flex-shrink: 0;
    border-radius: 50px;
    background: #000;
    color: #fff;
    text-align: center;
    font-family: Saira Extra Condensed, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    cursor: pointer !important;
    transition: ease 0.2s;
    margin-top: 30px;
	text-decoration: none;
}

.mietobjekte-button-wrapper a:hover{
	background: #B3B2B2;
}



/*  mietobjekte.html */








/*  merch.html */

.merch{
    width: calc(100% - 60px);
    margin-top: 80px;
	padding:30px;
	    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.merch h3{
	font-family: Saira Extra Condensed, sans-serif;
	font-size: 80px;
	font-style: normal;
	font-weight: 700;
	line-height: 90px;
	text-align: center;
	margin-bottom:60px;
}

.merch p{
	width:100%;
	max-width:710px;
	text-align: center;
	font-family: Saira Extra Condensed, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 27px */
	margin-bottom: 30px;
}


.merch-artikel-white{
	padding-top:60px;
	padding-bottom:60px;
}


.merch-artikel-white h4{
	text-align: center;
	font-family: Saira Extra Condensed, sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 800;
	line-height: 150%; 
	margin-bottom:60px;
}

.merch-artikel-white-wrapper{
	display:flex;
	
}

.merch-artikel-white-image-main{
	width:100%;
}

.merch-artikel-white-image-main img{
	width:100%;
	
}

.merch-artikel-white-image{
	display:flex;
	flex-direction: column;
	width:50%;
}

.merch-artikel-white-image-options{
	width:100%;
	display:flex;
	align-items: center;
	justify-content: center;
	margin-top:30px;
}

.merch-artikel-white-image-options .color-box{
	width:30px;
	height:30px;
	padding:10px;
	border: solid black 2px;
	margin:15px;
}

.merch-artikel-white-image-options .color-box img{
width:100%;
}

.merch-artikel-white-text{
	display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: flex-start;
	margin-left:60px;
}

.merch-artikel-white-text h5{
	font-family: Saira Extra Condensed, sans-serif;
font-size: 32px;
font-style: normal;
font-weight: 800;
line-height: 150%;
	margin-bottom:30px;
	margin-top:60px;
}

.merch-artikel-white-text p{
	text-align: left;
	display:flex;
	align-items:center;
	
}

.merch-artikel-white-text p.list{
margin-bottom:8px;	
}

.merch-artikel-white-text p.list::before{
	content: '';
    display: block;
	width:5px;
	height:5px;
	background-color:#000;
	border-radius: 50%;
	margin-right:15px;
	
	
}

.merch-artikel-white-button-wrapper{
	width:100%;
	display:flex;
	align-items: center;
	justify-content: center;
}

.merch-artikel-white-button-wrapper div{
	display:flex;
	align-items: center;
	justify-content: center;
	width: 250px;
	height: 57px;
	flex-shrink: 0;
	border-radius: 50px;
	background: #000;
	color:#fff;
	text-align: center;
	font-family: Saira Extra Condensed, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: 150%;
	cursor:pointer !important;
	transition:ease 0.2s;
	margin-top:30px;
}

.merch-artikel-white-button-wrapper div:hover{
	background: #B3B2B2;
}


.merch-artikel-black{
padding-top: 60px;
    padding-bottom: 60px;
    background: #000;
    width: calc(100% + 60px);
    display: flex;
    flex-direction: column;
    align-items: center;
}


.merch-artikel-black h4{
	text-align: center;
	font-family: Saira Extra Condensed, sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 800;
	line-height: 150%; 
	margin-bottom:60px;
	color:#fff;
}

.merch-artikel-black-wrapper{
	display:flex;
	
}

.merch-artikel-black-image-main{
	width:100%;
}

.merch-artikel-black-image-main img{
	width:100%;
	
}

.merch-artikel-black-image{
	display:flex;
	flex-direction: column;
	width:50%;
}

.merch-artikel-black-image-options{
	width:100%;
	display:flex;
	align-items: center;
	justify-content: center;
	margin-top:30px;
}

.merch-artikel-black-image-options .color-box{
	width:30px;
	height:30px;
	padding:10px;
	border: solid #fff 2px;
	margin:15px;
}

.merch-artikel-black-image-options .color-box img{
width:100%;
}

.merch-artikel-black-text{
	display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: flex-start;
	margin-left:60px;
}

.merch-artikel-black-text h5{
	font-family: Saira Extra Condensed, sans-serif;
font-size: 32px;
font-style: normal;
font-weight: 800;
line-height: 150%;
	margin-bottom:30px;
	margin-top:60px;
	color:#fff;
}

.merch-artikel-black-text p{
	text-align: left;
	display:flex;
	align-items:center;
	color:#fff;
	
}

.merch-artikel-black-text p.list{
margin-bottom:8px;	
		color:#fff;
}

.merch-artikel-black-text p.list::before{
	content: '';
    display: block;
	width:5px;
	height:5px;
	background-color:#fff;
	border-radius: 50%;
	margin-right:15px;
	
	
}

.merch-artikel-black-button-wrapper{
	width:100%;
	display:flex;
	align-items: center;
	justify-content: center;
}

.merch-artikel-black-button-wrapper div{
	display:flex;
	align-items: center;
	justify-content: center;
	width: 250px;
	height: 57px;
	flex-shrink: 0;
	border-radius: 50px;
	background: #fff;
	color:#000;
	text-align: center;
	font-family: Saira Extra Condensed, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: 150%;
	cursor:pointer !important;
	transition:ease 0.2s;
		margin-top:30px;
}

.merch-artikel-black-button-wrapper div:hover{
	background: #B3B2B2;
}

/*  merch.html */


/*  kontakt.html */

.kontakt{
	width: calc(100% - 60px);
    margin-top: 80px;
	padding:30px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.kontakt h3{
	font-family: Saira Extra Condensed, sans-serif;
	font-size: 80px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: center;
	margin-bottom:60px;
}

.kontakt-text-wrapper{
	display:flex;
	align-items: center;
	justify-content: center;
	width:100%;
    max-width: 1050px;
	    min-height: 45.8vh;
}

.kontakt-text-links{
	width:50%;
	margin-right: 120px;
}

.kontakt-text-links p{
font-family: Saira Extra Condensed, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150%;
	margin-bottom: 30px;
}

.kontakt-text-rechts-row{
	display:flex;
	align-items: center;
	margin-bottom:30px;

}
.kontakt-text-rechts-row div{
	display:flex;
	flex-direction: column;
	margin-left:30px;
}

.kontakt-text-rechts-row div a{
	font-family: Saira Condensed, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 150%;
	text-decoration: none;
	cursor:pointer;
	padding:6px 0px ;
	color:#000;
}

.before-footer-image div a{
	color:#000;
	font-family: Saira Extra Condensed, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	text-decoration: none;
	cursor:pointer;
	margin:15px 60px;
}

/*  kontakt.html */


/* mietobjekte.html */

section.coming-soon{
	min-height: calc(100vh - 482px);
    width: calc(100% - 60px);
    margin-top: 80px;
    padding: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
section.coming-soon h3{
	font-family: Saira Extra Condensed, sans-serif;
	font-size: 80px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: center;
	margin-bottom:60px;
}
section.coming-soon p{
	color:#000;
	font-family: Saira Extra Condensed, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}


/* mietobjekte.html */



/* DATENSCHUTZ */

.datenschutz{
	margin-top:80px;
	padding:30px;
	width:calc(100% - 60px);
}

.datenschutz h1, .datenschutz h2, .datenschutz h3, .datenschutz h4, .datenschutz li, .datenschutz p, .datenschutz a{
	font-family: Saira Condensed;
}

.datenschutz h1{
	font-family: Saira Extra Condensed, sans-serif;
	font-size: 80px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: center;
	margin-bottom:60px;
}

.datenschutz h2{
	text-transform: uppercase;
	text-align: left;
	margin-bottom:30px;
	margin-top:60px;
}

.datenschutz p{
	font-family: Saira Extra Condensed, sans-serif;	
	    line-height: 150%;
	margin-bottom:15px;
}

.datenschutz-inhalt{
	max-width:720px;
}



.datenschutz a{
	text-decoration: none;
    font-family: Saira Extra Condensed, sans-serif;
    font-size: 14px;
    color: #04212B;
	transition: color .25s ease-in-out;
}



.datenschutz a:hover{
			color:#B3B2B2;
		transition: color .25s ease-in-out;
	cursor:pointer;
}

.datenschutz .title-text .title-text-p{
	font-size: 40px;
}

.datenschutz h3{
	margin-bottom:15px;
}

.datenschutz h4{
	margin-bottom:5px;
}

.datenschutz li{
	margin-left:30px;
	margin-bottom:5px;
	padding-left:10px;
}

.datenschutz ul{
	margin-bottom:30px;
}

.datenschutz li::marker{
margin-right:15px !important;
}

.datenschutz .impressum{
	margin-top:60px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.datenschutz .impressum a{
	font-family: Saira Extra Condensed, sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
	text-decoration:none;
	color:#000;
	cursor:pointer;
	transition: color .25s ease-in-out;
}
.datenschutz .impressum a:hover{
			color:#B3B2B2;
		transition: color .25s ease-in-out;
	cursor:pointer;
}

/* DATENSCHUTZ */

.spider {
	display: block;
    position: fixed;
    top: 0px;
	right:100px;
	transform: scale(0.5);
  transform-origin: top left;
  animation: float 2.5s infinite;
}

.line {
  margin-top: -0.5em;
  background: gray;
  width: 2px;
  height: 350px;
}

.face {
  background: black;
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 70px; 
  right: -50px;
  top: 19.4em;
  box-shadow: 5px 10px 5px inset rgba(250,250,250,.2);
}

.eye1 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 32px;
  left: 25px;   
}

.eye2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 32px;
  right: 25px;
}

.pupil {
  background: red;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  animation: eyes 2.5s infinite alternate;
}

.legs {
  position:absolute;
  z-index:-1;
}

.leg {
  width: 100px;
  height: 30px;
  margin-top: -20px;
  border: 3px solid transparent;
  border-top-color: gray;
  border-radius: 45px 45px 0 0;
}

.left {
  left: 75%;
}

.right {
  right: -65%;
}

.left .leg:nth-child(1){
  transform:rotate(-15deg);
}
.right .leg:nth-child(1){
  transform:rotate(15deg);
}
.right .leg:nth-child(2){
  transform:rotate(-10deg);
}
.left .leg:nth-child(2){
  transform:rotate(10deg);
}
.right .leg:nth-child(3){
  transform:rotate(-35deg);
}
.left .leg:nth-child(3){
  transform:rotate(35deg);
}
.right .leg:nth-child(4){
  transform:rotate(-45deg);
}
.left .leg:nth-child(4){
  transform:rotate(45deg);
}

@Keyframes float {
  {
    tranform:translateY(0px);
  }
  50%{
    transform:translateY(-60px);
  }
}

@Keyframes eyes {
  0% {
    transform: translateX(-10px);

  }
  50%{
    transform: translateX(10px);
  }
}




	
