body {
font-family: 'Absans-Regular', sans-serif;
	font-size: 6.0vmin;
	line-height: 1.1;
 font-weight: 200;
  letter-spacing: 0px;
	background: rgb(250,241,232);
	margin: 40px auto 40px auto;


}
	/*.hero{
 position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100vw;
  min-height: 100vh;

  background-image: url(gb_gradient_02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;

}*/



h3{
	font-size: 0.5em;
}

p.titel{
	display:none;
}

p.large{
	font-size: 1.2em;
	margin-top: 0.5vh;
	margin-bottom: 0.5vh;
}


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

a:hover {
  text-decoration: underline;
}


.text {
	position: relative;
	max-width: 90vw;
	margin: auto;
	top:3vh;
	text-align:left;
padding-bottom: 10px;
}

.text h1{
font-size: 2.6em;
line-height: 1;
}

.text h2{
font-size: 1.2em;
line-height: 1.2;
color: #e6320e;
}




footer{
position: relative;
text-align: center;
}

.impress{
	font-size: 0.5em;
	text-align: left;
	margin-top: 15vh;
}



	/*.mobilinfo{
		display:none;
	}*/


@media (max-width: 750px){
  body{
    font-size: 7vmin;
  }






}


@media (max-width: 670px){
  body{
    font-size: 6.5vmin;
  }


  .info{
    margin-left: 20px;
  }

	p.impress{
	font-size: 0.5em;
	margin-top: 3vh;
}

	.projectscontainer {
		margin-left: 0vw;
		margin-right: 0vw;
	}

	.projects {
		margin-top: 15vh;
		font-size: 0.9em;
		font-weight: 200;
	}


.hero{
display: block;
}





	/*#card{
		display: none !important;
	}+/

	/*.mobilinfo{
display: inline;
position:absolute;
top:100vh;
		text-align: left;
		margin-left: 40px;
		overflow-wrap: break-word;

	}*/




}
