/*CSS Template by Kawasch Raphael 2020-09-06 Basic Onepager */

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}


html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
}

section{
	min-height: 100%;
}

.background_green{
  background-color: #08A17E;
}

.background_green a
{
  color: pink;
}

.background_green a:hover
{
  color: orange;
}

.background_blue{
  background-color: #0B9CE0;
}

.background_blank{
    background-repeat: no-repeat;
    background-size: 100% 100%;
}



a{
	text-decoration: none;
}

a{
  font-family: "Roboto";
  font-weight: 500;
  text-transform: uppercase;
  color: #0B9CE0;
  }

a:hover{
    color: #08A17E;
  }

li{
	list-style-type: none;
}

h1, h2, h3{
 	font-family: "Roboto";
	font-weight: 500;
	color: #000000;
	text-transform: uppercase;
}

h2{
	color: #000000;
}

h3{
	font-size: 40px;
  margin-top: 0;
  padding-top: 8%;
}

h4, p{
	font-family: "Roboto";
	color: #000000;
}

.seperator /*hr*/
{
  width: 100%;
  height: 10px;
  background:#494949;
  border: 0;
  margin: 0;
}

hr{
	width: 30px;
	height: 3px;
	background: #000000;
	border: 0;
	margin: 0 auto 42px auto;
}

#logo, li, img, .button, .fa-bars, #project .project-item, a{
	transition: all 300ms;
}

.fa-bars{
	display: none;
}

/********************* Header *********************/
header{
	width: 100%;
	height: 75px;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	z-index: 1;
}

#logo {
	height: 55px;
  margin: 5px 5px;
  width: auto;
	float: left;
}

#logo:hover{
	opacity: 0.5;
}

#logo img {
	width: 100%;
}


.topnav {
  background-color: #fff;
  overflow: hidden;
  width: auto;
  min-height: 75px;
  float: right;
}

.topnav a:first-child{
  padding-left: 15px;
}

.topnav a {
  float: left;
  display: block;
  color: #000000;
  text-align: right;
  padding-right: 15px;
  text-decoration: none;
  font-size: 18px;
  margin-top: 28px;
}

.topnav a:hover {
	padding-top: 10px;
}

/* Add an active class to highlight the current page
.topnav a.active {
  background-color: red;
  color: white;
}*/

/********************* Home *********************/
#home{
	background-color: black;
	background: url(../img/background2.jpg);
	background-position: center center;
	background-size: cover;
	/**background-attachment: fixed;**/
	background-repeat:no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

#home h1{
	margin: 240px auto 0 auto;
	font-size: 110px;
}

#home h2{
	margin: 0 auto 0 auto;
	font-size: 25px;
}

#home .fa-arrow-circle-down{
	font-size: 32px;
	margin-top: 10%;
	opacity: 0.7;
}

#home .fa-arrow-circle-down:hover{
	opacity: 1;
}


/********************* About *********************/
a.button_down{
  color: #494949;
  font-size: 18px;
}


#about{
	margin: 0 auto 0 auto;

}

#about img{
	width: 240px;
	float: left;
}

#about img:hover{
	transform: scale(1.2);
}

#about h4{
	font-size: 25px;
	float: left;
	margin-left: 20px;
}

#about p{
	width: 640px;
	margin: 0 auto 0 auto;
	text-align: left;
	float: right;
}

/********************* ITeduCon *********************/

.it-container{
	width: 900px;
	margin: 0 auto 0 auto;
}

#iteducon p{
	text-align: left;
}

/********************* Concept *********************/

.concept-container{
	width: 900px;
	margin: 0 auto 0 auto;

}

#concept .fluent{
	width: 270px;
	float: left;
	border: 0px solid black;
	margin-right: 20px;
	min-height: 240px;
}

#concept .fluent p{
	text-align: center;
}

#concept .fluent h3{
	text-align: center;
 	font-size: 20px;
}



#concept p{
	text-align: left;
}

#concept .fas{
	font-size: 50px;
}

/********************* Work *********************/

#work #hint {
	width: 900px;
	margin: 0 auto 0 auto;
}

#work #hint p{
	font-size: 18px;
	color: red;
	text-align: left;
}

#projects{
	width: 900px;
	margin: 0px auto 0px auto;
}

#projects .project-item{
	width: 270px;
	height: 200px;
	background-color: #ffffff;
	border: 0px solid;
	margin-right: 20px;
	margin-bottom: 25px;
	float: left;
}

#projects img{
	width: 250px;
	height: 150px;
	border-radius: 5px;
	margin-top: 5px;
}

#projects .project-item:hover{
		transform: scale(1.1);
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}

#projects .caption{
	height: 25px;
	margin-top: 5px;
}

#projects .caption p{
	font-size: 14px;
	text-align: center;
	font-family: "Roboto";
	margin-top: 0;
}


/********************* Contact *********************/

.clearfix::after{
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}

#contact img { border: 0; }

form{
	width: 600px;
	margin: 0 auto 0 auto;
	text-align: left;
}

form input, textarea{
	font-family: "Roboto";
	font-size: 15px;
	margin-bottom: 10px;
	border-radius: 2px;
	border: 2px solid;
	border-color: #000000;
	outline: none;
}

form input:first-child{
	margin-top: 10px;
}

form input{
	width: 100%;
	height: 30px;
}

textarea{
	width: 100%;
	height: 200px;
	resize: none;
}

#contact a{
 	font-family: "Roboto";
	font-weight: 500;
	color: #000000;
	text-transform: capitalize;
}

#captcha{
	text-align: center;
}

#datenschutz{
	width: 600px;
	display: table-row;
	margin-bottom: 10px;
}

#datenschutz span{
	display: table-cell;
	vertical-align: middle;
}

#d-check{
	display: table-cell;
	width: 50px;
}

#datenschutz label {
	font-family: "Roboto";
	font-size: 15px;
	width: auto;
	text-align: left;
	display: inline-block;
}


.inputs_text{
	color: #000000;
	pading-left: 10px;
}

::-webkit-placeholder{color: #999999;}
::-ms-placeholder{color: #999999;}
::-moz-placeholder{color: #999999;}

.button{
	background-color: #f0f0f0;
	color: #000000;
	width: 566px;
	height: 50px;
}

.button:hover{
	background-color: #000000;
	color: #f0f0f0;
}
/********************* Impessum *******************/

#impressum{
	width: 100%;
	background-color: #f0f0f0;
	height: auto;
}

#impressum h3{
	margin-top: 0px;
}

#impressum summary
{
	font-size: 25px;
	font-family: "Roboto";
}

#impressum .disclaimer_content p{
	font-size: 10px;
	font-family: "Roboto";
	text-align: left;
	margin: 5px 20px;
}

/********************* Social *******************/
.social{
	min-height: 60px;
	width: 100%;
	height: 60px;
	background-color: #3f3f3f;

}

.fa-facebook-square, .fa-xing-square, .fa-twitter-square, .fa-instagram-square{
	font-size: 50px;
	color: #ffffff;
	float: center;
	margin: 5px;
}

.fa-facebook-square:hover{
	color: #3b5998;
}
.fa-xing-square:hover{
	color: #126567;
}
.fa-twitter-square:hover{
	color: #00acee;
}
.fa-instagram-square:hover{
	color: #3f729b ;
}

/********************* TopFooter *********************/
#topfooter{
	background-color: black;
	background: url(../img/background.jpg);
	background-position: center center;
	background-size: cover;
	/**background-attachment: fixed;**/
	background-repeat:no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

#topfooter h3{
	margin-top: 0px;
}

#topfooter ul{
	text-align: center;
	padding-top: 20px;
}

#topfooter a{
	font-size: 30px;
	color: #000000;
}

#topfooter a:hover{
	color: #f0f0f0;
	font-size: 40px;
}

/********************* Footer *********************/

footer{
	width: 100%;
	height: 70px;
	background-color: #3f3f3f;
}

footer p{
	font-size: 12px;
	color: #f0f0f0;
	padding-top: 30px;
	margin-top: 0;
}

footer a{
  color: #08A17E;
}

footer a:hover{
  color: #0B9CE0;
}



/********************* MEDIA QUERIES *********************/
/********************* TABLETS *********************/

@media screen and (max-width: 1024px){
	header{
		height: auto;
	}

	#logo{
		width: 20%;
		height: auto;
		margin-top: 20px;
		margin-left: 10px;
	}


	#home h1{
		font-size: 90px;
		margin-top: 200px;
	}

	#home h2{
		font-size: 22px;
	}



	h3{
		padding-top: 12%;
	}

	#about{
		width: 100%;
	}

	#about p{
		width: 80%;
		float: none;
	}

	#about img, #about h4{
	float: none;
	}

	#projects{
		width: 60%;
	}
	#projects .project-item{
		width: 100%;
		height: auto;
		float: none;
	}

	#projects img{
		width: 330px;
		height: auto;
	}



	.button{
		width: 62%;
	}

	.concept-container, #work #hint, .it-container{
		width: 80%;
		margin: 0 auto 0 auto;
	}
	#concept .fluent{
		width: 100%;
		margin: 5px auto 5px auto;
		float: none;
	}

}
/********************* RESPONSIVE Menue *********************/

@media screen and (max-width: 600px) {

  header{
  	width: 100%;
  	height: 50px;
  }

  #logo{
    height: 30px;
    margin-top: 15px;
		margin-left: 15px;
  }

  .topnav{
    height: auto;
		width: auto;
		float:left;
  }
  .topnav a {
    display: none;
    text-align: left;
    padding: 15px;
    margin: auto;
  }

  .topnav a.icon {
    float: right;
    display: block;
  }

  .topnav.responsive {
    position: relative;
    background-color: #ddd;
		width: 100%;
  }
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

	.topnav.responsive a:hover {
		background-color: #3f3f3f;
		color: #fff;
		padding-top: 15px;
	}

	/***https://www.w3schools.com/howto/howto_css_menu_icon.asp**/
	.menue-icon {
		display: block;
		cursor: pointer;
		float: right;
		margin-right: 10px;
		width: 50px;
	}

	.bar1, .bar2, .bar3 {
		width: 35px;
		height: 5px;
		background-color: #333;
		margin: 6px 0;
		transition: 0.4s;
	}

	/* Rotate first bar */
	.change .bar1 {
		-webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
		transform: rotate(-45deg) translate(-9px, 6px) ;
	}

	/* Fade out the second bar */
	.change .bar2 {
		opacity: 0;
	}

	/* Rotate last bar */
	.change .bar3 {
		-webkit-transform: rotate(45deg) translate(-8px, -8px) ;
		transform: rotate(45deg) translate(-8px, -8px) ;
	}


}

/********************* MOBILES *********************/


@media screen and (max-width: 480px){

	.fa-bars{
		font-size: 17px;
		display: inline-block;
		width: 100%;
		cursor: pointer;
		text-align: right;
		float: right;
		margin: -25px 30px 0 0;
	}

	.fa-bars:hover{
		opacity: 0.5;
	}

	#home h1 {
		font-size: 60px;
		margin-top: 200px;
	}

	#home h2{
		width: 70%;
		height: auto;
	}



	#projects{
		width: 80%;
	}

	#projects .project-item{
		height: auto;
		padding-bottom: 20px;
	}

	#projects img{
		width: 80%;
		height: auto;
	}

	#contact form{
		width: 80%;
	}

	.button{
		width: 82%;
	}

}
