/* CSS Document */
@font-face{
	font-family:gabrielle;
	src: url("../font/Gabrielle.ttf");
}
@font-face{
	font-family:Poison;
	src: url("../font/Poison-Regular.ttf");
}

@font-face{
	font-family:BogartThinTrial;
	src: url("../font/Bogart-Thin-trial.ttf");
}


@font-face{
	font-family:BogartThinItalicTrial;
	src: url("../font/Bogart-Thin-Italic-trial.ttf");
}

/* ========================================*/
/* CSS VARIABLEN*/
/* ========================================*/
:root{
	--grundFarbe1:rgba(0,0,55,1); /*Azul do logo*/
	--grundFarbe2:rgba(171,152,122,1); /*couro do logo*/
	--grundFarbe3:rgba(255,87,88,1); /*coral do logo*/
	--grundFarbe4:rgba(177,135,67,1.00); /*dourado*/
	--grundFarbe5:rgba(99,129,127,1.00); /*verde azulado*/
	--grundFarbeRadial:radial-gradient(circle, rgba(171,152,122,1) 13%, rgba(255,87,88,1) 35%, rgba(0,0,51,1) 68%); /*fundo do site*/
	/*background-image: url("bilder/pexels-jakub-novacek-924824.jpg");
	--linkFarbeActive:rgba(63,128,189,1.00); /*Farbe Schrift Link*/
	--linkFarbeHover:rgba(255,87,88,1); /*Farbe Schrift Link*/
	--linkFarbeVisited:rgba(177,135,67,1.00); /*Farbe BackgroundContainer*/
	--linkFarbe:rgba(171,152,122,1);
	--farbeBoxShadow:rgba(0,0,0,0.4); /*Farbe von Box Shadow*/
	--farbeBoxShadowleicht:rgba(171,152,122, .4); /*Farbe von Box Shadow*/
	--farbeContainer:rgba(255,255,255,0.0); /*Farbe für footer*/
	--hauptabstand:1rem;
	--SchriftgrosseMenu: 22px;
	--SchriftgrosseH1: 30px;
	--SchriftgrosseH2: 20px;
	--SchriftgrosseH3: 18px;
	--SchriftgrosseText: 18px;
	--SchriftgrosseTextKlein: 16px;
	--SchriftgrosseFusszeile: 12px;
	--SchriftgrosseFusszeile2: 11px;
	}

/* ========================================*/
/* RESET ALLE DEFINITIONEN */
/* ========================================*/
* {
    /* reset */
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
@media (max-width: 1050px) {
	.window-size{
		position: absolute;
		top: 5rem;
		right:1rem
	}
	#menuSymbol{
		display: flex;
		flex-wrap: wrap;
		visibility: visible;
	}
	nav{
		font-size: var(--SchriftgrosseMenu);
		font-weight: 700;
		width: auto !important;
		padding: 0.3rem ;
	}
	#links{
		background-color: var(--grundFarbe5);
		display: none;
		/*visibility:hidden;*/  
		justify-content: flex-end;
		position: absolute;
		right: 0;
		top: 200px;
		width: auto !important;
		
	}
	#logo{
		padding: 0.5rem;
		position: absolute;
	}
	#logo img{	
		height: 150px;
		width: auto;
	}
	main{
		display: flex;
		align-items:center;
		flex-direction: column;
		flex-wrap: wrap;
		width:100%;
		margin: 2.5rem auto;
		min-height: 98vh;
		padding: 1rem;
		/*height: 800px;*/
		/*width: 100%;*/
	}
	
	#vid{
		height: auto;
		width: 95%;

	}
	
	.home_handy{
		width: 99%;
		display:flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		margin: 0.2rem auto;
		padding: 1rem;
		visibility:visible; 
	}
	
	.home_handy img{
		height: auto;
		object-fit: cover;
		overflow:hidden;
		width: 99%;		
		transition:all ease-in-out 0.4s;
	}
	.home_handy img:hover{
		transform:scale(1.1);
		transition:all ease-in-out 0.6s;
	}
	.blaublock{
		border: 1px solid var(--grundFarbe2);
		background-color:var(--grundFarbe1);
		border-radius: var(--grundradius);
		box-shadow: 0px 0px 3px 4px var(--farbeBoxShadow);
		color: var(--grundFarbe2);
		display: flex;
		flex-direction: column;
		margin: 2rem auto;
		overflow:hidden;
	}
	
	.blaublock h2{
		color: var(--grundFarbe2);
		/*text-shadow:1px 1px 1px var(--grundFarbe3);
		*/
		font-family: 'BogartThinItalicTrial', verdana, arial, sans-serif;
		font-size: var(--SchriftgrosseH1);
		margin: 01rem auto;
	}
	.lederblock{
		border: 1px solid var(--grundFarbe1);
		background-color:var(--grundFarbe2);
		border-radius: var(--grundradius);
		box-shadow: 0px 0px 3px 4px var(--farbeBoxShadow);
		display: flex;
		flex-direction: column;
		color: var(--grundFarbe1);
		margin: 2rem auto;
		overflow:hidden;
	}

	.lederblock h2{
		color: var(--grundFarbe1);
		/*text-shadow:1px 1px 1px #99bcb4;
		*/
		font-family: 'BogartThinItalicTrial', verdana, arial, sans-serif;
		font-size: var(--SchriftgrosseH1);
		margin: 01rem auto;
	}
	.carrocel{
	display: none;
	visibility:hidden; 
	}
	#rechts{
		align-content: center;
		flex-direction: column;
		height: auto;
		width:100%;
	}

/* ========================================*/
/* Uberuns DEFINITIONEN */
/* ========================================*/
.uberunsbild{
	/*width: 80%;
	height: 50vh;*/
	margin: 0 auto;
	height: 550px;
	width: 350px;
}
.uberunsbild img{
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.uberunstext{
	width: 100%;
	height: auto;
	left: 5%;
	text-align: center;
	top: 50vh;
}

/* ========================================*/
/* DEFINICAO DA TELA DE CONTATO*/
/* ========================================*/	
#main_kontakt{
	height: 215vh;
}	
	.kontakt{
		flex-direction: column;
	}	
/*==========================================*/
/* DEFINICAO DO DIENSTLEISTUNG    */
/*==========================================*/

	
.bilddienstleistung {
	flex-direction: row !important;
	height:auto !important;
	width:99%;
	min-height: 430px;
}
/*==========================================*/
/* DEFINICAO DO KUNDEN    			*/
/*==========================================*/
.projekt{
	width: 100%;
	}
.projekt img{
	width: 95%;
	}
	
/*==========================================*/
/* DEFINICAO DO IMPRESSUM: 				    */
/*==========================================*/

fieldset {
	width: 100%;
}


}

@media (min-width: 1051px) and (max-width: 1250px) {
	.window-size{
		position: absolute;
		top: 5rem;
		right:1rem
	}
	
	
	#menuSymbol{
		display: flex;
		flex-wrap: wrap;
		visibility: visible;
	}
	nav{
		font-size: var(--SchriftgrosseMenu);
		font-weight: 700;
		width: auto !important;
		padding: 0.3rem ;
	}
	
	#links{
		background-color: var(--grundFarbe5);
		display: none;
		/*visibility:hidden;*/  
		justify-content: flex-end;
		position: absolute;
		right: 0;
		top: 200px;
		width: auto !important;
		
	}


	#logo{
		padding: 0.5rem;
		position: absolute;
	}

	#logo img{	
		height: 150px;
		width: auto;
	}

	
	
	main{
		display: flex;
		align-items:center;
		flex-direction: column;
		flex-wrap: wrap;
		width:100%;
		margin: 2.5rem auto;
		min-height: 98vh;
		padding: 1rem;
		/*height: 800px;*/
		/*width: 100%;*/
	}
	#rechts{
		align-content: center;
		flex-direction: column;
		height: auto;
		width:100%;
	}
	#unten{
		align-content: center;
		flex-direction: column;
		margin: 0;
		height: auto;
		width: 95%;
	}
	.f100{
		width: 95%;
	}
	
	fieldset {
		width: 95%;
	}
	
	fieldset legend {
		font-weight: 600;
		width: 95%
	}
}


