/* CSS Document

Dieser Style ist von JLSProduction
Eine Weiterverwendung des Codeinhaltes ohne genehmigung ist nicht gestattet.
Widerrechtliches handeln kann strafrechtlich verfolgt werden.

*/

.banner-fixed{
	background-image: url("../img/banner.jpg");
	height: 850px;
	width:100%;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
}
			
.padding{
	padding: 2em 4em;
}
			
.padding-vid{
	padding: 0.5em 0.5em;
}

.form-control {
	background-color:  #343333;
	color: #fff;
}
	
.btn-primary:hover {
	color: #fff;
	background-color: #4B4B4B;
	border-color: #4B4B4B;
}
		
.btn-primary {
	color: #000;
	background-color: #fff;
	border-color: #fff;
	}
			
.about-me{
	text-align: justify;
}
			
.middle-hight{
	padding-top: 8%;
}
			
.padding-logo{
	padding: 1em 0em;
} 
			
.padding-top{
	margin: 1em 0em;
} 
			
.hr-4{
	border-top: 1px solid #d5d5d5;
	width: 75%;
	padding-top: 0.5rem;
	margin-top: 0.8rem;
	margin-bottom: 1rem;
}

.hr-clean{
	width: 100%;
	height: 1rem;
	border: none;
}
			
.gallery{
	margin: 10px 50px;
}
			
.gallery img{
	transition: 1s;
	padding: 0.8em;
	width: 260px;
}
			
.gallery img:hover{
	filter: grayscale(100%);
	transform: scale(1.1);
}
			
.doit img{
	transition: 1s;
	padding: 0.5em;
	width: 100%;
	filter: grayscale(100%);
}
			
.doit img:hover{
	filter: grayscale(0%);
}
			
.doit-small img{
	transition: 1s;
	padding: 0.5em;
	width: 100%;
}
			
.doit-small img:hover{
	filter: grayscale(100%);
	transform: scale(1.02);
}
			
.card{
	background-color: #3D3D3D;
}
			
strong {
	font-weight: normal;
	color: #DB0000;
}
			
ul{
	list-style: none;
	align-content: flex-end;
}
			
li{
	padding-top: 0.5em;
}
			
h4{
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-color: #6A6A6A;
}
			
h2{
	font-weight: bold;
}

p{
	hyphens: auto;
}
			
.grayed{
	filter: grayscale(100%);
}
			
.navbar{
	padding: .8rem;
}

.navbar-nav{
	padding-right: 20px;
}

.nav-link{
	font-size: 1.1em !important;
}


/* Monitor Grössen */
			
@media(max-width: 1024px){
	.padding{
		padding: 1em; 2em;
}
				
	.about-me{
		padding: 1.5em;
	}
			
	.banner-fixed{
		height: 500px;
		background-attachment: scroll;
		background-image: url("../img/banner_sm.jpg");
	}

	.hr-clean{
		height: 0px;
	}
}
			
@media(max-width: 768px){
	.banner-fixed{
		background-attachment: scroll;
		background-image: url("../img/banner_sm.jpg");
	}
				
	.padding{
		padding: 0px;
	}
	
	.form-control{
		max-width: 95%; 
	}
	
	.toinside{
		margin: 0px 2.5%; 
	}
				
	h2{
		font-size: 1.4em;
	}
				
	h3{
		font-size: 2rem;
	}
				
	.doit img{
		filter: grayscale(0%);
	}
				
	.about-me{
		padding: 2rem;
	}
				
	.banner-fixed{
		height: 300px;
		width:100%;
	}
				
	.doit-small img:hover{
		filter: grayscale(100%);
		transform: scale(1);
	}
				
	.col-12{
		padding: 0px;
		margin: 0px;
		width: 95%;
	}
}