 

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

html,
body {
    height: 100%;
    font-family: 'Poppins', sans-serif;
    line-height: 1.8;
    background-color: #030303;
	min-height: 100vh;
}



/* FONTS
--------------------------------------------------
--------------------------------------------------*/

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


p{
	font-family: 'Poppins';
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	color: #fff;
	margin: 0;
}

h1{
	font-family: 'Poppins';
	font-weight: 700;
	font-size: 135px;
	line-height: 200px;
	color: #ffffff;
}

h2{
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 110px;
	line-height: 120px;
	color: #fff;
	-webkit-text-fill-color: transparent;
    /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff; 
}

h3{ 
    font-family: 'Poppins';
	font-size: 60px;
	font-weight: 500;
	line-height: 80px;
	color: #fff;
}

h4{
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 45px;
	line-height: 50px;
	color: #ffffff;
}


h5{
	font-family: 'Poppins';
	font-size: 26px;
	font-weight: 500;
	line-height: 40px;
	color: #fff;
}



/* NAVIGATION
--------------------------------------------------
--------------------------------------------------*/

.navbar-brand{
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	z-index: 2500;
	font-family: 'Poppins';
	font-size: 45px;
	font-weight: 500;
	line-height: 30px;
	color: #fff;
}

.navbar-brand:hover{
	-webkit-text-fill-color: transparent;
    /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff; 
}

.navbar{
	background-color: none;
}

.navigation{
	background-color: #030303;
}

.brand{
	position:fixed;
	padding-left: 30px;
	padding-top: 35px;
	z-index: 200;
	font-family: 'Poppins';
	font-size: 45px;
	font-weight: 500;
	line-height: 30px;
	color: #fff;
	
}

[class*="text-stroke-fill-"], [class*="text-fill-"] {
  position:relative; 
  display:inline-block;
  color:transparent;
  -webkit-text-stroke:.5px #fff;
  letter-spacing:2px;
}

[class*="text-fill-"] {
  -webkit-text-stroke:0;
  color:rgba(0,0,0,.8);
}

/* Filled text */
[class*="text-stroke-fill-"]:before, [class*="text-fill-"]:before {
  content: attr(data-fill);
  position: absolute;
  white-space: nowrap;
  background-color:#fff;
  margin: 0px;
  height: 200px;
  -webkit-background-clip: text;
  -webkit-text-stroke: 0px;
  -webkit-text-fill-color: transparent;
  transition: all 0.7s cubic-bezier(0.19, 1, 0.4, 1);
}

/* Left to right */
[class*="-fill-ltr"]:before {top: 0; left: 0; right:100%;}
[class*="-fill-ltr"]:hover:before {right:0;}



.fullPageMenu{
    position: fixed;
	z-index: 200;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    display: absolute;
    justify-content: center;
    align-items: center;
    background: #030303;
    transition: 0.5s;
}

.fullPageMenu.active{
    top: 0%;
	
}


.fullPageMenu .banner{
    position: absolute;
	background-color: #030303;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    object-fit: cover;
}

.fullPageMenu .navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow-y: auto;
	
}

.fullPageMenu .navigation ul {
    position: relative;
	margin-left: 600px;
}

.navigation-contact{
	list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow-y: auto;
	
}

.fullPageMenu .navigation ul li {
    position: relative;
    list-style: none;
    margin: 0;
	color: #fff;
	overflow: hidden;
    display: table;
	border: none;
}



.fullPageMenu .navigation ul li a {
    position: relative;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
	font-size: 110px;
	line-height: 160px;
	-webkit-text-fill-color: transparent;
    /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff; 
    display: inline-block;
    transition: 0.5s ease-in-out;
}


.menuicon {
    position: fixed;
	border: none;
	z-index: 2000;
    top: 13px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-image: url("../images/menuicon_active.svg");
    background-size: 40px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 10px;
	boder: none;
}

.menuicon.active {
	background-image: url("../images/menuicon.svg");
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: 10px;
}

.mail a:hover{
	text-decoration: none;
	font-weight: 700;
	color:#fff;	
}




/* STARTSEITE
--------------------------------------------------
-------------------------------------------------- */
#Home-section{
  background-color: #030303;
}

.typewriter{
  z-index: 1000;
  padding-left: 58%;
  padding-top: 2%;
}

span {
  border-right: .05em solid;
  animation: caret 1s steps(1) infinite;
}


.hero {
  position: relative;
  z-index: 0;}

.hero h1.vr {
    font-family: "Poppins";
    position: relative;
	top: 66%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 46vw;
	font-weight: 600;
    z-index: 10;
    color: #fff;
    color: transparent;
    -webkit-text-fill-color: transparent;
    /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff; }


.sub-text{
  text-transform: uppercase;
  line-height: 28px;
  letter-spacing: 8px;

}

.site-blocks-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
  position: relative; }
  
.site-blocks-cover.overlay {
    position: relative; }
    
.site-blocks-cover.overlay:before {
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      right: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.2); }
  
.site-blocks-cover, .site-blocks-cover > .container > .row {
    min-height: 600px;
    height: calc(100vh); }
  
.site-blocks-cover.inner-page, .site-blocks-cover.inner-page > .container > .row {
    min-height: 600px;
    height: calc(80vh); }
  
.site-blocks-cover image {
	z-index: auto;
    font-size: 100vw;
    font-weight: 800;
}
  
.site-blocks-cover{
    font-size: 25px;
	font-weight: 300;
	line-height: 40px;
    color: #c4966a;
    }
 
.site-blocks-cover .img-wrap {
    position: absolute;
    width: calc(100% - 50%);
    top: 0;
    height: 100%;
    z-index: 1;
    right: 50%;
    min-height: 600px;
    overflow: hidden;
     }
    
.site-blocks-cover .img-wrap .slide {
      height: 100vh;
      position: relative; }
     
.site-blocks-cover .img-wrap .slide img {
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
 
.site-blocks-cover .intro {
    z-index: 1;
    position: relative; }
   
.site-blocks-cover .intro .heading {
      padding-top: 200px;
      padding-left: 60%;
}





/* ABOUT
--------------------------------------------------
-------------------------------------------------- */

#about{
	z-index: 1000;
	background-color: #030303;
  	min-height: 100vh;
	padding-top: 15%;
	padding-bottom: 5%;
	}

.text3{
	padding-bottom: 20%;
	padding-left: 6%;
	padding-right: 23%;
	}

.Kontur{
	font-size: 110px;
	font-weight: 600;
	border: none;
    -webkit-text-fill-color: transparent;
    /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
	
}




/* PROJECTS
--------------------------------------------------
-------------------------------------------------- */

#projects{
	z-index: 1000;
	background-color: #030303;
	padding-bottom: 20%;
	}

.heading{
	padding-bottom: 32px;
	padding-left: 8px;
	}

.head2{
	position: absolute;
	z-index: 100;
}

.pictures{
	margin-top: 48px;
}


.projectname{
	font-family: 'Poppins';
	font-size: 45px;
	font-weight: 500;
	line-height: 50px;
	color: #fff;
	position: absolute;
  	bottom: 60px;
  	left: 40px;
	display: none;
	}

.gallery:hover .projectname {
	opacity: 1.0;
	color: #fff;
	text-decoration: none;
	display: block;
	}


.img-fluid{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
	height: 100%;
	}

.gallery{
	padding-bottom: 30px;
	opacity: 0.3;
	}

.gallery h5:hover {
	opacity: 1.0;
	color: #fff;
	text-decoration: none;
	}

.gallery:hover {
	opacity: 1.0;
	text-decoration: none;
	transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
	}




/* CONTACT
--------------------------------------------------
-------------------------------------------------- */

#contact{
	z-index: 1000;
	background-color: #030303;
  	min-height: 58vh;
	}


.list{
	padding-top: 2%;
	padding-bottom: 20%;
	padding-left: 10%;
	list-style: none;
	}

.contactdata{
	padding-top:6%;
}


.btn{
	font-family: 'Poppins';
	font-weight: 600;
	color:#fff;	
	width: 200px;
	height: 50px;
	border-radius: 0px;
	padding-top: 3%;
	
}

.btn-dark{
	background-color: #030303;
	border-color: #fff;
}

.btn-dark:hover{
	background-color: #fff;
	border-color: #030303;
	color: #030303;
}






/* Detailsite
--------------------------------------------------
-------------------------------------------------- */

#detail{
	min-height: 100vh;
	padding-top: 8%;
	padding-bottom: 5%;
	background-color: #030303;
	}

.description {
	padding-top: 360px;
	padding-right: 50px;
	padding-left: 70px;
}

.heading2{
	position: relative;	
}

.namenp{
	position: absolute;
	z-index: 100;
	padding-top: 40px;
	padding-left: 10px;
	line-height: 120px;
}

.name{
	position: absolute;
	z-index: 100;
	padding-top: 40px;
	padding-left: 10px;
	line-height: 120px;
}

.pic{
	width: 100%;
}

.pic2{
	width: 100%;
	padding-top: 30px;
}

.pic3{
	width: 100%;
	padding-top: 30px;
}

.breadcrumb{
	z-index: 200;
	position: absolute;
	padding: 0;
	list-style: none;
	background: none;
	border-radius: 0.25rem;
	font-family: 'Poppins';
}

.breadcrumb-item a:hover{
	text-decoration: none;
	color: #fff;
	font-weight:700;
}




/* Terranus
--------------------------------------------------
-------------------------------------------------- */

.terranus_description {
	padding-top: 250px;
	padding-right: 50px;
	padding-left: 70px;
}



/* park4nighth
--------------------------------------------------
-------------------------------------------------- */

.park4night-description {
	padding-top: 350px;
	padding-right: 50px;
	padding-left: 70px;
}




/* footer
--------------------------------------------------
-------------------------------------------------- */

.footer hr{
	background-color: #fff;
	opacity: 0.5;
}

.footer p a{
	padding-bottom: 20px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.footer p a:hover{
	text-decoration: none;
	font-weight: 700;
	color:#fff;	
	
}


/* Impressum
--------------------------------------------------
-------------------------------------------------- */

#Impressum{
	min-height: 100vh;
	padding-top: 8%;
	}

.Konturimpressum{
	font-size: 110px;
	line-height: 120px;
	font-weight: 600;
	border: none;
    -webkit-text-fill-color: transparent;
    /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
	
}

.Data {
	padding-top: 5%;
	padding-bottom: 20%;
	}

.Datenschutz{
	padding-top: 5%;
	}

.Data p a:hover{
	text-decoration: none;
	font-weight: 700;
	color:#fff;	
	
}

/* MEDIA QUERIES
--------------------------------------------------
--------------------------------------------------*/

@media(max-width:415px) {
    h2 .Kontur{
        font-size: 60px;
		line-height: 65px;
    }
}


@media(max-width:415px) {
    h3{
        font-size: 40px;
		line-height: 50px;
    }
}

@media(max-width:415px) {
    .Kontur{
        font-size: 60px;
		line-height: 65px;
    }
}


@media(max-width:415px) {
   .fullPageMenu .navigation ul li a{
        font-size: 50px;
	   line-height: 70px;
    }
}



@media(max-width:745px) {
    h2 .Kontur{
        font-size: 80px;
		line-height: 90px;
    }
}




/* Navigation*/

@media (max-width: 980px) {
        .navbar {
		  background-color: #030303;
		  
	} }

@media(max-width:1270px) {
    .fullPageMenu .navigation ul {
        margin-left: 30%;
    }
}

@media(max-width:1100px) {
    .fullPageMenu .navigation ul {
        margin-left: 0%;
    }
}

@media(max-width:415px) {
    .fullPageMenu .navigation ul {
        margin-left: 0%;
    }
}

@media(max-width:1100px) {
    .banner {
        display: none;
    }
}

@media(max-width:745px) {
   .fullPageMenu .navigation ul li a{
        font-size: 80px;
	   line-height: 120px;
    }
}

@media(max-width:415px) {
    .fullPageMenu .navigation ul li a {
        font-size: 60px;
		line-height: 100px;
    }
}

@media(max-width:415px) {
    .fullPageMenu .navigation ul {
		padding-left: 0px;
    }
}

@media(max-width:415px) {
    .menuicon {
		z-index: 3000;
    }
}


/* Startseite*/



@media (max-width: 1280px) {
        .typewriter  {
			z-index: 1000;
			font-size: 40px;
  			padding-left: 60%;
  			padding-top: 0%;
	} }

@media(max-width:820px) {
    .typewriter {
  		z-index: 1000;
		font-size: 40px;
  		padding-left: 50%;
  		padding-top: 40%;
		}
}

@media (max-width: 415px) {
        .typewriter  {
			z-index: 1000;
			font-size: 35px;
  			padding-left: 10%;
  			padding-top: 40%;
	} }

@media (max-width: 375px) {
        .typewriter  {
			z-index: 1000;
			font-size: 35px;
  			padding-left: 18%;
  			padding-top: 25%;
	} }


@media (max-width: 1280px) {
        .hero h1.vr  {
			top: 74vh;
	} }

@media (max-width: 980px) {
        .hero h1.vr  {
			top: 63vh;
	} }

@media (max-width: 414px) {
        .hero h1.vr  {
			top: 60vh;
	} }

@media (max-width: 375px) {
        .hero h1.vr  {
			top: 65vh;
	} }


@media (max-width: 980px) {
        .site-blocks-cover .intro .heading {
		  padding-top: 350px;
		  padding-left: 54%;
		  
	} }
 

@media (max-width: 980px) {
      .site-blocks-cover h1 {
        font-size: 105px;
		padding-right: 0px;
	} }


@media (max-width: 980px) {
      .site-blocks-cover {
        color: #c4966a; 
	} }

@media (max-width: 980px) {
     .site-blocks-cover .img-wrap {
        width: 100%;
        right: 0%;
        top: 0; }
        
	.site-blocks-cover .img-wrap{
          position: absolute;
          content: "";
          background: #000;
          opacity: .5;
          z-index:1;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; } 	
	}


/* About*/

@media (max-width: 415px) {
        #about {
		  padding-left: 2%;
		  padding-right: 2%;
		  padding-top: 20%;
		  
	} }

@media (max-width: 820px) {
        #about {
		  min-height: 50vH;
		  padding-left: 2%;
		  padding-right: 2%;
		  padding-top: 20%;
		  
	} }

@media (max-width: 1280px) {
        .text3 {
		  padding-left: 0%;
		  padding-right: 10%;
		  
	} }

@media (max-width: 415px) {
        .text3 {
		  padding-left: 0%;
		  padding-right: 0%;
		  
	} }




/* Projects*/

@media(max-width:415px) {
    .heading2 h2.namenp {
        font-size: 55px;
		line-height: 70px;
		
    }
}

@media (max-width: 415px) {
        .projectname {
		  display: flex;
		  font-size: 40px;
          line-height: 50px;
		  
	} }

@media (max-width: 415px) {
        .gallery {
		  opacity: 1;
		  
	} }

@media (max-width: 415px) {
        h5.gallery {
		  opacity: 1;
		  
	} }

@media (max-width: 415px) {
        #projects {
		  padding: 2%;
		  
	} }

@media (max-width: 415px) {
        .head2 {
		  font-size: 60px;
		  line-height: 65px;
		  padding-left: 1%;
		  
	} }

@media(max-width:415px) {
    .heading2 h2 {
        font-size: 60px;
		line-height: 70px;
    }
}

@media(max-width:1199px) {
    #detail{
        margin-top: 5px;
		padding-left: 0px;
		padding-right: 0px;
    }
}

@media(max-width:820px) {
    #detail{
        margin-top: 80px;
		padding-left: 0px;
		padding-right: 0px;
    }
}

@media(max-width:415px) {
    #detail{
        margin-top: 80px;
		padding-left: 10px;
		padding-right: 10px;
    }
}

@media(max-width:375px) {
    #detail{
        margin-top: 100px;
		padding-left: 10px;
		padding-right: 10px;
    }
}



@media(max-width:415px) {
    .description {
        padding-left: 0px;
		padding-right: 0px;
		padding-top: 60%;
		padding-bottom: 20px;
    }
}

@media(max-width:820px) {
    .description {
        padding-left: 0px;
		padding-right: 0px;
		padding-top: 50%;
		padding-bottom: 60px;
    }
}

@media(max-width:1199px) {
    .description {
		font-size: 20px;
		padding-top: 70%;
    }
}

@media(max-width:415px) {
    .park4night-description {
        padding-left: 0px;
		padding-right: 0px;
		padding-top: 60%;
		padding-bottom: 20px;
    }
}

@media(max-width:820px) {
    .park4night-description {
        padding-left: 0px;
		padding-right: 0px;
		padding-top: 50%;
		padding-bottom: 60px;
    }
}

@media(max-width:1199px) {
    .park4night-description {
        font-size: 20px;
		padding-top: 70%;
    }
}



@media(max-width:820px) {
    .terranus_description {
        padding-left: 0px;
		padding-right: 0px;
		padding-top: 40%;
		padding-bottom: 20px;
    }
}

@media(max-width:415px) {
    .terranus_description {
        padding-left: 0px;
		padding-right: 0px;
		padding-top: 40%;
		padding-bottom: 20px;
    }
}

@media(max-width:1199px) {
    .terranus_description {
        font-size: 20px;
		padding-top: 50%;
    }
}


/* contact*/

@media (max-width: 415px) {
        #contact {
		  padding-left: 2%;
		  padding-top: 20%;
		  margin-bottom: 20%;
		  
	} }

@media (max-width: 415px) {
        .head2 {
		  padding-left: 0%;
		  
	} }

@media(max-width:415px) {
    .contactdata{
        margin-top: 50%;
		margin-bottom: 50%;
    }
}


@media(max-width:415px) {
    .contactdata h4{
		padding-top: 30px;
        font-size: 40px;
		line-height: 50px;
    }
}

@media(max-width:990px) {
    .contactdata{
        margin-top: 40%;
		margin-left: 0%;
		margin-bottom: 20%;
    }
}

@media(max-width:415px) {
    h2 .Kontur{
        font-size: 30px;
		line-height: 70px;
    }
}



/* Impressum & Datenschutz*/

@media(max-width:415px) {
    #Impressum{
        margin-top: 80px;
		padding-left: 10px;
		padding-right: 10px;
    }
}


@media(max-width:415px) {
    h3 .Kontur{
        font-size: 50px;
		line-height: 70px;
    }
}

@media(max-width:415px) {
    .Data h4{
        font-size: 30px;
		line-height: 40px;
    }
}

@media(max-width:415px) {
	.Konturimpressum{
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    border: none;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    }
}




