@charset "utf-8";

/*
* CSS-Design
* E-TecSolution
*/


/* Farbwerte

grün:
#109529
rgba(16, 149, 41, 1)

gelb:
#e8e915
rgba(232, 233, 21, 1)

schwarz:
#010101

blau:
(#739ed1
rgba(115, 158, 209, 1))

#0070c0
rgba(0, 112, 192, 1)


*/



* {
	margin: 0;
	padding: 0;
	-mozbox-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
 body{
	font: 400 1.25rem/1.55 'Calibri', Arial, Helvetica, sans-serif;
		}

html { scroll-behavior: smooth; }

/* Layout */

.wrapper {
	max-width: 1250px;
	padding: 0 25px;
	margin: 0 auto;
}

.column {
	float: left;
	margin: 25px 0 25px 5%;
}

.column:first-child {
	margin-left: 0;
}

section {
	padding: 75px 0;
}

img {
	max-width: 100%;
	height: auto;
}

/* Typo */

h1, h2, h3, h4, h5, h6{
font-family: 'Calibri', Arial, Helvetica, sans-serif;
font-weight: 600;    
margin-bottom: 20px;
color: #0070c0;
line-height: 1.4;
}

h1{     
font-size: 2.5rem; /* 40px; */     
} 
 
h2{    
font-size: 2.125rem; /* 34px; */ 
}

h3{
font-size: 1.625rem; /* 26px; */
}

h4{
	font-size: 1.375rem; /* 22px; */
	}
	
a{ 
color: #010101;
text-decoration: none; 
}

a:hover{     
text-decoration: underline; 
color:rgba(0, 112, 192, 1);
}

p {     
margin: 0 0 15px; 
}

.button{
background: rgba(115, 158, 209, .1);
border: 2px solid rgba(115, 158, 209, 1);
padding: 10px 20px 10px;
text-decoration: none;
text-transform: capitalize;
color: #332e2e;
display:inline-block;
margin: 30px 0px 0px 0px;
transition: all 0.15s linear 0s;
}
/* Clearfix */

.row:before,
.row:after {
	content: " ";
	display: table;
}

.row::after {
	clear: both;
}


/* Spalten */

.col_1 {
	width: 100%;
}

.col_1_2 {
	width: 47.5%;
}

.col_1_3 {
	width: 30%;
}

.col_2_3 {
	width: 65%;
}

.col_1_4 {
	width: 21.25%;
}

.col_3_4 {
	width: 73.75%;
}

.no-gutter .column{
margin: 0px;
}

.no-gutter .col_1_2{
width: 50%;
}

.no-gutter .col_1_3{
width: 33.33%;
}
 
.no-gutter .col_2_3{
width: 66.66%;
}
 
.no-gutter .col_1_4{
width: 25%;
}
 
.no-gutter .col_3_4{
width: 75%;
}

/* Navigation */

.navigation {
	display:flex;
	justify-content: space-evenly;
		}


.navigation li {
	list-style: none;
	z-index: 999;
			}

.navigation li a {
	text-decoration: none;
	font-size:18px;
	font-weight:600;
	color:#0070c0;
	padding: 7px 7px 7px 7px;
	border:2px solid rgba(0, 112, 192, 1);
	background:#FFF;
	box-shadow: 0px 1px 1px 1px rgba(0, 112, 192, .8);
  padding: 5px 5px 5px 5px;
		}

.navigation li a:hover {
	color: rgba(115, 158, 209, 1);
	text-decoration: underline;

}

.navigation li a.active{ color:#109529; }

/* Hauptnavigation */

.Navi{
transition: all 0.15s ease-out 0s;
}

.Navi .column{margin: 20px 0px 20px 0px;}

.Navi .row{
background:rgba(115, 158, 209, 1);
height: 48px;}

section.Navi {
	padding: 0px;
}
.Navi ul{
margin: -13px 0px 0px 0px;}

/* Responsive Navigation */

.nav-toggle { display:none;}

.nav-toggle {

padding: 0px 15px;
}





/* Logo */

#logo {
	max-width: 300px;
	display: block;
	/*animation: logo 4s;*/
	margin: auto;
	
}
/*
@keyframes logo {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }  
  70% {
    transform: scale(1.25);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;	
  }
}
*/	



/* Hero */


	
.hero h1{padding:0px 0px 20px 0px;}

.hero{
	background:rgba(115, 158, 209, .1);
}

.hero h2{padding: 20px 0px 0px 0px;}

.hero img{box-shadow: 0px 0px 0px 10px rgba(0, 112, 192, .1);
  padding: 15px 15px 15px 15px;
  margin: 110px 0px 0px 40px;
}

.hero ul {margin: 0 0 15px 20px;
list-style: square;}

/* Über mich */
blockquote{
	font-style: italic;
	font-weight: 600;  
	font-size: 22px;
	margin: 60px 0px 0px 0px;
	}
	
#Ueber.wrapper {border-left: 2px solid rgba(0, 112, 192, 1);}





/* Projekte */


.Projekt ul li{
	list-style: none;
	font-size: 30px;
}

.Projekt ul li i{
padding: 0px 30px 0px 0px;
color:#0070c0;
font-size: 30px;
}

i.fa-solid.fa-house-signal{
	padding: 5px 20px 15px 20px;
	font-size: 50px;
	margin:0px 80px 0px 0px;}

i.fa-regular.fa-lightbulb{
	padding: 5px 38px 15px 20px;
	font-size: 50px;
	margin:0px 80px 0px 0px;}
		
i.fa-solid.fa-gears{
	padding: 5px 18px 15px 86px;
	font-size: 50px;
	margin:0px 80px 0px 0px;}
	
i.fa-solid.fa-charging-station{
	padding: 5px 25px 15px 84px;
	font-size: 50px;
	margin:0px 80px 0px 0px;}
	
i.fa-solid.fa-screwdriver-wrench{
	padding: 5px 26px 15px 89px;
	font-size: 50px;
	margin:0px 80px 0px 0px;}
	
i.fa-solid.fa-maximize{
	padding: 5px 26px 15px 88px;
	font-size: 50px;
	margin:25px 80px 0px 0px;}




.Projekt .wrapper{
	background:rgba(115, 158, 209, .1);
	box-shadow: 0px 10px 10px 10px rgba(0, 112, 192, .1);
	padding:10px 20px 20px 20px;
}
.Projekt h1{
text-align: center;
margin:40px 0px 0px 0px;
}

.Projekt p{
margin: -10px 0px 30px 246px;}

.Projekt .haus{
margin: 80px 0px 0px 70px;}

.Projekt .leuchte{
margin: 30px 0px 0px 70px;}

.Projekt H1{
	text-decoration:underline;
}


/* Formular */ 

.Formular .wrapper{border-left: 2px solid rgba(0, 112, 192, 1);}

#Formular{
		box-shadow: 0px 10px 10px 10px rgba(0, 112, 192, .1);
		padding:10px 20px 20px 20px;
}

form label { 
display: block;
font-weight: 600;
margin: 0px 0 10px;
}
 
input[type='text'],input[type='checkbox'], input[type='radio'],input[type='email'],textarea, select {
margin-bottom: 10px;
}
 
input[type='text'], input[type='email'], textarea, select {
width: 100%;
border: 1px solid #999;
padding: 5px;
font: 400 1.125rem/1.55 'Fira Sans', Helvetica, Arial, sans-serif;
border-radius: 5px;
}
 
textarea {
height: 140px;
}
 
input:hover, textarea:hover, input:focus, textarea:focus {
border: 1px solid rgba(0, 112, 192, 1);
}
 
input[type='submit']{
font-size: 18px;
}
 
input[type='submit']:hover{
background:rgba(0, 112, 192, 1);
color: #fff;
}

/* Neuigkeiten */

.Neuigkeiten {
text-align: center;}
	
	
.Neuigkeiten p {
	text-align: left;
}

.Neuigkeiten .column{
	background: #FFFFFF;
	padding: 40px 20px 40px 20px;
	box-shadow: 0px 10px 20px 0px rgba(0, 112, 192, .1);
	width:360px;
	height:560px;
	
}

.Neuigkeiten .column:hover{
	box-shadow: 0px 0px 40px rgba(0, 112, 192, .3);
	transform: translateY(-5px);
	transition: all 0.15s ease-out 0s;
}

/* Footer */
.footer{
	background: rgba(115, 158, 209, 1);
		}
		
		.footer p{margin: 0px;}
	
#totop{	display:none;
		position:fixed;
		right:30px;
		bottom:18px;
		background: rgba(115, 158, 209, .1);
		color: #fff;
		padding: 6px;
		border: 1px solid #fff;
		font-size: 28px;
		line-height: 1;
}
	
#totop:hover{
	text-decoration:none;
	background:rgba(115, 158, 209, 1);
}

.Farbe {color:rgba(0, 112, 192, 1);
		font-weight:600;}
		
.Farbe:hover {color: rgba(115, 158, 209, 1);
	text-decoration: underline;
}

.Farbe1 {color: #fff;}

/* Impressum */

.Impressum h3{
	 margin-bottom: 0px;
	 margin-top:20px;
	}
	
.Impressum p{
	margin:0px;
}
	
/* Media Queries */
@media only screen and (max-width: 1320px) {
	
#logo {
	max-width: 280px;

	}

.hero img {max-width: 80%;}	


 .wrapper{max-width: 950px;}

.Projekt p{margin:-10px 80px 30px 246px;}
 
h1{    
font-size: 2.125rem; /* 34px; */ 
}

h2{
font-size: 1.625rem; /* 26px; */
}

h3{
	font-size: 1.375rem; /* 22px; */
	}
.wrapper{max-width:950px;}


#Ueber .col_1_2{width: 100%}
#Kontakt .col_1_2{width:100%}

.Projekt ul li {font-size: 22px;}
}

@media only screen and (max-width: 1040px) {
.Navi .col_2_3{
width:100%;
margin:-150px 0px 15px 0px;}

.Navi .col_1_3{
width:100%;
}

body {font-size: 18px;}



h1{
font-size: 1.625rem; /* 26px; */
}

h2{
	font-size: 1.375rem; /* 22px; */
	}
h3{font-size: 20px;}
#logo {
	max-width: 250px;
	margin:auto;
	animation: logo 4s;
	}

blockquote{
	font-style: italic;
	font-weight: 600;  
	font-size: 20px;
	margin: 60px 0px 0px 0px;
	}
	
.wrapper{max-width: 95%;}


i.fa-solid.fa-house-signal{
	padding: 0px 0px 15px 0px;
	font-size: 30px;
	margin:0px 80px 0px 0px;}

i.fa-regular.fa-lightbulb{
	padding: 0px 14px 13px 0px;
	font-size: 30px;
	margin:0px 80px 0px 0px;}
		
i.fa-solid.fa-gears{
	padding: 0px 1px 12px 67px;
	font-size: 30px;
	margin:0px 80px 0px 0px;}
	
i.fa-solid.fa-charging-station{
	padding: 0px 5px 15px 68px;
	font-size: 30px;
	margin:0px 80px 0px 0px;}
	
i.fa-solid.fa-screwdriver-wrench{
	padding: 0px 6px 15px 70px;
	font-size: 30px;
	margin:0px 80px 0px 0px;}
	
i.fa-solid.fa-maximize{
	padding: 0px 6px 15px 71px;
	font-size: 30px;
	margin:25px 80px 0px 0px;}


.Projekt p {margin: -10px 60px 30px 186px;}


}	

@media only screen and (max-width: 760px) {
	
section {padding: 15px 0;}

i.fa-solid.fa-house-signal{
	padding: 0px 0px 15px 0px;
	font-size: 30px;
	margin:0px 80px 0px -39px;}

i.fa-regular.fa-lightbulb{
	padding: 0px 14px 13px 0px;
	font-size: 30px;
	margin:0px 80px 0px -40px;}
		
i.fa-solid.fa-gears{
	padding: 0px 1px 12px 67px;
	font-size: 30px;
	margin:0px 80px 0px -40px;}
	
i.fa-solid.fa-charging-station{
	padding: 0px 5px 15px 68px;
	font-size: 30px;
	margin:0px 80px 0px -40px;}
	
i.fa-solid.fa-screwdriver-wrench{
	padding: 0px 6px 15px 70px;
	font-size: 30px;
	margin:0px 80px 0px -40px;}
	
i.fa-solid.fa-maximize{
	padding: 0px 6px 15px 71px;
	font-size: 30px;
	margin:25px 80px 0px -40px;}
	
	
.Projekt p {margin: -10px 60px 30px 147px;}

.col_1_2{width: 100%}

.hero img{
margin: 0px;}


.Projekt ul li {font-size: 18px;}
}

@media only screen and (max-width: 600px) {
	
	i.fa-solid.fa-house-signal{
	padding: 0px 0px 15px 0px;
	font-size: 30px;
	margin:0px 40px 0px -60px;}

i.fa-regular.fa-lightbulb{
	padding: 0px 14px 13px 0px;
	font-size: 30px;
	margin:0px 40px 0px -61px;}
		
i.fa-solid.fa-gears{
	padding: 0px 1px 12px 67px;
	font-size: 30px;
	margin:0px 40px 0px -61px;}
	
i.fa-solid.fa-charging-station{
	padding: 0px 5px 15px 68px;
	font-size: 30px;
	margin:0px 40px 0px -60px;}
	
i.fa-solid.fa-screwdriver-wrench{
	padding: 0px 6px 15px 70px;
	font-size: 30px;
	margin:0px 40px 0px -61px;}
	
i.fa-solid.fa-maximize{
	padding: 0px 6px 15px 71px;
	font-size: 30px;
	margin:25px 40px 0px -61px;}
	
.Projekt h1{
margin: 0px 0px 0px 0px;}

.Projekt p{margin: -10px 60px 30px 86px;}



}

/* Responsive Navigation */

@media only screen and (max-width: 500px) {

.Navi .col_2_3{
	margin:0px 0px 0px 0px;
}

nav {
display:none;
height: 0;
transition:height .2s ease-in-out;
overflow:hidden;
max-width: 400px;
}

.nav-toggle {
		font: 400 1rem/1 Calibri, Arial, Helvetica, sans-serif;
		display: block;
		font-size:45px;
		color:rgba(0, 112, 192, 1);
margin: -20px 0px 0px 0px;}
					
			
.nav-toggle:hover{
text-decoration:none;
}	

 #nav-open:target .nav-closed { display:block; } 
.nav-closed, #nav-closed:target .nav-closed, #nav-open:target .nav-open { display:none; }

#nav-open:target nav {
display: block;
height: 180px;
width:180px;
padding: 15px 0px 0px 0px;
}


.navigation{
display:block;
margin-top:0;
float: none;
}
 
.navigation li{
display: block;
margin-left: 0;
text-align: left;
border-top: 1px solid #ccc;
}
 
.navigation li a{
margin-left: 0;
display: block;
padding: 15px;
font-size:15px;
}

.navigation ul{
position: relative;
display: block;
top: 0;
left:0;
box-shadow: 0 0 0 rgba(0,0,0,0);
width: 100%;
margin-bottom: 0;
}
 
.navigation ul li a{
border-bottom: 0;
padding: 15px 15px 15px 60px;
}

}


	

