/* @media only screen and (max-width: 459px) -- Cellphone */
body {

  	background-image: url(../template_unkraut/background.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	margin: 0px;
	padding: 5px;
}

.container {
/*	padding-left: 2px;
	padding-right: 2px; */
}

.header {
	height: 25px;
  	/* background-image: url(../../fileadmin/templates/sk_281-25_transp.gif); */
  	background-image: url(../template_unkraut/sk_281-25_transp.gif);
	background-repeat: no-repeat;
	background-position: top center;
		
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 3px solid #6688c8;
}
 
/* Menü oben------  */
#menu {
	margin: 0 auto; /* Horizontal mittig */
	margin-bottom: 20px;
	background-color: #548DD4;
  
    /* 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;
	
	height: auto;
}

#menu ul {
/*	position: absolute; */
	margin: 0 auto;
	list-style: none;
  
  	text-align: center;
}

/* Menütext Obermenü - einzelne Menüpunkte */
#menu ul li {

	font-size: 1em;
	font-family: 'Bree Serif', serif;
	line-height: auto;
	
	padding: 5px;	
	position: relative;
}

/* 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;
  
    font: 0/0 serif;   /* Unternavigation ausblenden */
   z-index: -1;
}

/* Abstand Untermenü zum Obermenü */
#menu ul li:hover ul {
	font: inherit;     /*  Unternavigation einblenden */
	z-index: auto;   
   
   left: 7em;
   top: -1em;
}

/* Abstand Untermenü zum Obermenü *
#menu ul li:hover ul {
	top: 33px;
} */

/* Design Untermenü */
#menu ul ul li {
	float: none;
	font-size: 0.9em; /* 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 {
	padding: 20px;
	font-family: Eras;
	font-size: 1em;
}

#main p {
	margin-top: 2em;
	margin-bottom: 3em;
	}

#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 img {margin: 0px 10px 10px 10px;}

#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 {
	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: #548DC7; /*blau */
	text-align: middle;
	}

.footer a {
	font-size: 0.8em;
  	color: #548DC7; /*blau */
	}
}
