/* @media only (min-width: 100px) and (max-width: 767px) -- Cellphone */

body {
	/* background-image: url(../../fileadmin/templates/background.jpg); */
  	background-image: url(../template_unkraut/background.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	margin: 0px;
	padding: 10px;
}

.container {
	padding-left: 2px;
	padding-right: 2px;
}

.header {
	height: 75px;
	/* background-image: url(../../fileadmin/templates/sk_675-75_transp.gif); */
  	background-image: url(../template_unkraut/sk_675-75_transp.gif);
	background-repeat: no-repeat;
	background-position: top center;
	
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 3px solid #6688c8; /* blau von betonpumpendienst */
}


/* Menü links - alt jetzt oben------ */ 

#menu {
	margin: 0 auto; /* Horizontal mittig */
	margin-bottom: 20px;
	background-color: #548DD4;
	height: 70px;
  
    /* Inhalt vertikal mittig platzieren */
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/* Ende aus widescreen -------------------------*/

#menu ul {
	position: absolute;
	margin: 0 auto;
	list-style: none;
}

/* Menütext Obermenü - einzelne Menüpunkte */
#menu ul li {
	float: left;
	font-size: 1.3em;
	font-family: 'Bree Serif', serif;
	line-height: auto;
  
	padding: 5px;
}

/* Menütext Obermenü - einzelne Menüpunkte */
#menu ul li a {
	color: #FFFFFF;
	text-decoration: none;

	background-color: #548DD4;
	padding: 5px;
}

/* Menütext Obermenü - einzelne Menüpunkte bei Hover */
#menu ul li a:hover {
	color: #548DD4;
	background-color: white;	
}

/* Untermenü */
#menu ul ul {
	position: absolute;
	top: -9999px;
	padding: 0;
	margin: 0 0 0 -5px;
	background: #548DD4; /* #fff;	*/
}

/* Abstand Untermenü zum Obermenü */
#menu ul li:hover ul {
	top: 33px;
}

/* Design Untermenü */
#menu ul ul li {
	float: none;
	font-size: 0.8em; /* 16px; */
	padding: 5px 10px;
	text-align: left;
	margin: 0;
	line-height: 20px;
}

/* Aussehen Untermenü einzelne Unterpunkte */ 
#menu ul ul a {
	color: #000000;
	text-decoration: none;
}

#menu ul ul li a:hover {
	color: #C7D9F1;
	background-color: #548DD4;
}

#menu ul ul li:hover {
	color: #fff;
}
/* - - - ENDE aus horizontalen Menü eingefügt  - - - */


#main {
  	display: flow-root;
  	margin-left: 190px;
	padding: 10px 10px 10px 20px;
	font-family: Eras;
	font-size: 1em;
	color: #000000;
	}

#main p {	margin-top: 2em; }

#main p.text-center {  text-align: center;}

#main p.text-right {  text-align: right;}

#main h1.text-center {text-align: center;}
#main h1.text-right {text-align: right;}

#main h2 {padding-left: 50px;}
#main h2.text-center {text-align: center;}
#main h2.text-right {text-align: right;}

#main h3 {font-size: 20px;}
#main h3.text-center {text-align: center;}
#main h3.text-right {text-align: right;}

#main hr {color:#0069B3; /*blau */}

#main ul {
	list-style-type: square;
	list-style-position: outside;
	}

#main a:link {
	color:#0069B3; /* blau */
	text-decoration: none;
}

#main a:visited {
	text-decoration: none;
	color:#0069B3; /*blau */
}

#main a:hover {
	text-decoration: underline;
	color:#0069B3; /*blau */
}


.menu_unten {
    clear: both;
	text-align: right;
}

.menu_unten a {
	font-family: Eras;
	font-size: 0.9em;
	color:#0069B3; /*blau */
}

.footer {
	height: 50px;
	/* width: auto; */

	padding-left: 20px;
	padding-top: 5px;
	font-family: Eras;
	font-size: 0.8em;
  	color: #0069B3; /*blau */
	text-align: middle;
	}

.footer a {
	font-size: 0.8em;
  	color: #0069B3; /*blau */
	}


}
