/* Allgemeine Style Definitionen */
/* ============================= */


/*
Farben Logo Bereuter Haustechnik AG:
	rot:	#EF3C28		rgba(239, 60, 40, x)
	blau:	#1A52A5		rgba(26, 82, 165, x)
	weiss:	#FFFFFF		rgba(255, 255, 255, x)		oder "white"
*/



* {
	font-family: Arial, Helvetica, sans-serif;
	color: #1A52A5;
}


h4 {
	_margin: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
}

h5 {
	margin: 10px 0 5px 0;     /* oben rechts unten links */
}

p {
	margin: 0px;
	margin-bottom: 20px;
}

li {
	margin-bottom: 6px;
}


header {
	/* Hintergrund Original */
	_background-image: url(../img/titelhintergrund.png);
	_background-position: 0% 65%;		/* Abweichung von der linken oberen Ecke */

	
	/* Hintergrund Wasser */
	background-image: url(../img/Hintergrund_Wasser.jpg);
	background-position: 0% 24.5%;		/* Abweichung von der linken oberen Ecke */
	
	/* Hintergrund Feuer */
	_background-image: url(../img/Hintergrund_Feuer.jpg);
	_background-position: 0% 65%;		/* Abweichung von der linken oberen Ecke */

	background-size: cover;		
	z-index: 999;						/* Position => hinterstes Element in der Tiefe */
	border-radius: 5px;
	_overflow: hidden;
	background-repeat: no-repeat;
}

#brotec a {
	font-size: 0.7em;
	font-weight: bold;
	text-align: right;
	margin-left: 0.7em;
	text-decoration: none;
	_color: #FFFFFF;
}

#brotec a:hover {
	font-size: 1em;
}

#unternavigation a {
	font-weight: bold;
	text-decoration: none;
}

#unternavigation a:hover {
	_background: rgba(239, 60, 40, 0.2);
	color: #EF3C28;
}

#unternavigation ul {
	padding: 5px;
}

#unternavigation li {
	margin-bottom: 15px;
}

main {
	padding: 5px;
}

article {
	
}

section {
	
}



.bereichsbuttons img{
	width: 150px;
	margin: 5px;
	transition: all 0.5s;
}

aside .bereichsbuttons img{
	width: 50px;
}

.bereichsbuttons img:hover{
	transform: scale(1.5);
}


			.IconButton {
				position: relative;
			}
			 
			.Icon, .Bezeichnung {
				width: 150px;
				height: 150px;
				position: absolute;
			}
			 
			.Icon {
				background-color: red;
			}
			 
			.Bezeichnung {
				_background-color: green;
			}

			.TEST {
				Display: block;
			}

			/*
			.bezeichnung_bereichsbuttons {
				position: absolute;
				width: 150px;
				height: 150px;
				text-align: center;
				font-size: 25px;
				color: grey;
				
				_display: block;
				vertical-align: middle
				
				_left: 75px;
				_bottom: 0px;
				_font-size: 45px;
				_text-align: center;
				_color: grey;

				background-color: red;
			}

			.TEST {
			  display: table;
			  width: 150px;
			  height: 150px;
			  
			  background-color: red;
			  
			  position: absolute;
			}


			h2 {
			  display: table-cell;
			  vertical-align: middle;
			  text-align: center;
			}
			*/

			
.aside_lieferanten {
	
}			
			
.aside_lieferanten img {
	width: 200px;
	margin: 5px 5px 5px 5px;		/* linksoben rechtsoben rechtsunten linksunten */ 
	border-radius: 5px;
}



figure {
	box-shadow: 10px 10px 40px grey;	/* nach_rechts   nach_unten   Härte   Farbe */
	border-radius: 5px;
	overflow: hidden;
}

		figure, figure img {
			max-width: 40vw;
		}

figcaption {
	/* ACHTING! width muss korrespondieren Flex-breite aus layout.css */
	_width: 190px;			/* Breite der fugure, minus 2x den padding */
	width: auto;
	background-color: rgb(170, 170, 170);
	color: #FFFFFF;
	__color: #FFFFFF !important;
	padding: 5px;
	_border-radius: 0px 0px 5px 5px;		/* linksoben rechtsoben rechtsunten linksunten */
}


.links {
	float: left;
	margin-right: 10px;
	margin-left: 0px;
	margin-top: 0px;
}

.rechts {
	float: right;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
}


#Bilder img {
	margin: 10px;
	border-radius: 5px;
	box-shadow: 10px 10px 40px grey;	/* nach_rechts   nach_unten   Härte   Farbe */
	max-width: 90vw;
}

p + ul{
	margin-top: -1em;
}

		a.nonedecoration {
			text-decoration: none;
		}

a figcaption, figcaption {
	font-size: 0.8em;
	__color: yellow !important;
}


/* Kontaktformular */

.kontaktformular div {
	margin: 1em 1em 0 0;    				/* oben rechts unten links */
}

button {
	margin-left: auto;						/* Button nach rechts außen */ 
}

input, textarea {
	background: rgba(26, 82, 165, 0.1);
}

button {
	text-align: center; 
	background-color: #EF3C28;
	color: #FFFFFF;
	cursor: pointer;	
}

button:hover, button:focus {
	background-color: #1A52A5;
	color: #FFFFFF; 
}






aside {
	border: 1px solid rgba(26, 82, 165, 0.3);
	border-radius: 5px;
	padding: 10px;
	margin: 10px;
	margin-right: 0px;
	background-color: rgba(26, 82, 165, 0.1);
	box-shadow: 20px 10px 100px rgba(26, 82, 165, 0.5);	/* nach_rechts   nach_unten   Härte   Farbe */
	_box-shadow: 10px 20px 150px rgba(26, 82, 165, 0.5);	/* nach_rechts   nach_unten   Härte   Farbe */
	font-size: 0.9em;
}

aside ul {
	_margin: 0px;
	padding-left: 1em;
}

footer {
	text-align: center;
	padding: 10px 10px 10px 10px;     /* oben rechts unten links */
	border-top: 5px solid red;
	border-left: 5px solid red;
	border-right: 5px solid red;
	_background-color: rgba(239, 60, 40, 0.6);
	border-radius: 0px 0px 100px 100px;	/* linksoben rechtsoben rechtsunten linksunten */
}



/* Tabellen */

table {
	
}

th {
	text-align: left;
}



.Eingeabevalidierung {
	color: red;
	font-style: bold;
	background-color: yellow;
	padding: 15px;
	margin-top: 30px;
	margin-bottom: 30px;
	border: 3px solid red;
	border-radius: 5px 5px 5px 5px;		/* linksoben rechtsoben rechtsunten linksunten */
}

.Eingeabevalidierung li {
	color: red;
}


fehler {
	color: red !important;
}


erfolg {
	color: green !important;
}






