<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@font-face { 
font-family: "Roboto"; 
src: url("../Roboto regular.ttf"); 

}

* {
	margin: 0;
	padding: 0;	
	
}

body {
	font-family: Roboto;
	overflow-x:hidden;
	background:url(../bilder/berneisch_messing_hintergrund.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

#bereichlogo {
	
	background-image: url(../bilder/berneisch_produkte_microembossing.jpg);
	background-color: rgba(26,198,0,0.73);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	width: 100%;
	min-height: 22.8em;
	max-height:50%;
	display: inline-block;
	border-bottom: 3px solid silver;
	
}
	

	
.bild_rahmen_links{
	text-align:center;
	margin-left:7em;
	margin-top:2em;
	margin-bottom:2em;
	display: inline-block;
	background:rgba(255,255,255,0.70);
	border-radius: 2em;
	padding-bottom:2em;
	transition: background 1s;
	
	}
	
.bild_rahmen_rechts{
	float:right;
	text-align:center;
	margin-right:7em;
	margin-top:2em;
	margin-bottom:2em;
	display: inline-block;
	background:rgba(255,255,255,0.70);
	border-radius: 2em;
	padding-bottom:2em;
	transition: background 1s;
	}
	

h2{
	padding-top: 2em;
	color: rgba(255,255,255,1.00);
	text-align:center;
	font-size:3.5em;
	text-shadow: 1px 1px 1px black, -3px -3px 0px grey;	
}
h3{
	display: inline-block;
	color: rgba(0,0,0,0.70);
	font-size: 2.5em;
	font-style: oblique;
	padding-left:2em;
	padding-right:2em;
	padding-bottom:0.3;
	line-height:150%;
}
.lauf_text{
	margin-left: 5em;
	margin-right: 5em;
	font-size:1.5em;
	color:rgba(0,0,0,0.80);
	font-family:roboto;
	line-height:150%;
	
}
.lauf_text a{
	text-decoration: none;  /* keine Unterstreichung */
	color:rgba(0,0,0,0.80);}
.spalte{
	text-align:center;
	}

.spalte ul{
	list-stile:none;
	
}
.spalte li {
	display:inline-block;
	margin: 2em;
	padding-top:1em;
	padding-bottom:1em;
	background:rgba(255,255,255,0.70);
	border-radius: 2em;
}
 

@media only screen and (max-width:870px) {
	h2{
	padding-top: 2em;
	color: rgba(255,255,255,1.00);
	text-align:center;
	font-size:2.5em;
	text-shadow: 1px 1px 1px black, -3px -3px 0px grey;	
}

h3{
	display: inline-block;
	color: rgba(0,0,0,0.70);
	font-size: 1.5em;
	font-style: oblique;
	padding-left:1em;
	padding-right:1em;
	padding-bottom:0.3;
	line-height:150%;
}
.lauf_text{
	margin-left: 0.5em;
	margin-right: 0.5em;
	font-size:1.2em;
	color:rgba(0,0,0,0.80);
	font-family:roboto;
	line-height:150%;
	
}
}</pre></body></html>