body {
	margin:0;
	padding:0;
	font-family:Roboto,sans-serif;
	color:#395564;
	height:100%;
	font-size:.9em;
}
h1,h2,h3,h4,h5,h6 { color:#395564 !important}
html {
	height:100%;
}
 h1 {

        font-family: 'Lato-Light', sans-serif!important;
	font-size: 30px!important;
	font-weight: 300!important;
	padding: 10px 10px  0  0;
}
h1,h2,h3,h4,h5,h6 { color:#395564 !important}
/*
.ifl {
  float:left;
  margin:0 1em 1em 0;
}

.ifr{
  float:right;
  margin:0 0 1em 1em;
}
*/

.logo img {
	margin-bottom:2em;
}

.meta {
	text-align:right;
}

.meta ul {
	margin:0;
	padding:0;
	display:inline;
}

.meta ul li {
	list-style-type:none;
	font-size:80%;
	text-transform:uppercase;
	display:inline-block;
	margin:0;
	padding:0 1em;	
}

.meta ul li a:link, 
.meta ul li a:visited {
	text-decoration:none;
	color:#00489a;
}

.meta ul li a:hover, 
.meta ul li a:visited:hover,
.meta ul li a:active, 
.meta ul li a:visited:active {
	color:#e67f00;
}



nav{
	/*background-color:#d0deed;*/
	display:block !important;
	z-index:100;
}

nav#main-nav  a {text-decoration:none ! important;}

.schmuckbild {
	width:100%;
	margin:0 auto;
	height:30%;
}

nav#main-nav li.menu-parent, nav#main-nav li.menu-current {background: rgba(255,255,255,0.9)}


aside p {
	/*text-align:left !important;*/
	font-size:95%;
}
 p > a{
	color:darkblue!important;
}




.clr {
	clear:both;
}

footer .fg12 div {
	margin:1em 0;
	padding:0.5em 0;
	font-size:85%;
	border-top:1px solid #00489a;
	border-bottom:1px solid #00489a;
}


.fg12.footerbox .center {width:98%; margin:0 auto;text-align:center; padding-bottom:30px;}
.fg12.footerbox .center a , a {color: darkblue!important;}
.fg12.footerbox .left {width:30px; float:left;}
#gototopswitch {float:right; margin:0px 10px 0 0;}

/* Login Box */

#showlogin {display:block; float:left; position:relativ;  width:30px; margin:6px 6px 0 0; }
#login-box {position:absolute; width:220px; left:30px; top:-20px; padding:5px; font-size:11px; z-index:2000; background: #eee; box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);}
#login-box .loginsubmit {border:0;}
#login-box .inputfield {width:80px; border: 1px solid #c9e8f9; padding:1px;}

a.template_edit_link {width:16px; height:16px; position:absolute; top:0; left:0; background:url(img/edit.gif) no-repeat; z-index:5000}



/*Extra cookie_permission */
#cookie_permission {position:fixed; top:0; right:0; z-index:9950; width: 200px; padding:10px; background: #555; text-align:center; font-size: 0.9em; line-height:120%; border-radius: 0 0 0 25px; box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2); }
#cookie_permission p , #cookie_permission a {color:#fff;}
#cookie_permission a.cookieaccepted {color:#000; background: #eeb300; display:block; padding:5px; border-radius: 15px; border: 1px solid #fff; font-weight:bold;}





/*Extra Colorpicker */
#colorpickericon {display:block; width:24px; height:24px; background: url(img/colorpicker.png) no-repeat; z-index:5000; position: absolute; top:100px; right:0; cursor:pointer;}
#colorpicker {display:none; width:90px; background: #ddd; position: absolute; top:100px; right:0; z-index:5000; font-size:12px;line-height:100%; box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);}
.pickerfield {width:100%; height:40px; float:left;}

.pickerfield input[type="color"] {width:100%; height:20px; padding:0; border:0; cursor:pointer;}
.pickerfield input[type="text"] {width:90%; height:20px; padding:1px 3%; border: 1px solid #999;; cursor:text;}


a.colpick-button {display:block; clear:both; width:80%; margin:10px auto; padding:3px; background: rgba(255,255,255,0.2); text-align:center; border: 1px solid #666; border-radius: 15px;  cursor:pointer;}
#colorpicker-info {display:none; position: absolute; width:160px; padding:10px; top:0; left:-180px; background: #eee; box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);}


hr { border:1px solid #ccc!important; border-top:0px!important;border-left:0px!important;border-right:0px!important;}


@media screen and (max-width:800px) {
	.logo, .footerbox {
		text-align:center;
		padding-top:2em;
	}

}

/*altersabfrage auf der startseite*/

.black_overlay{
			display: none;
			position: fixed;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.9;
			opacity:.90;
			filter: alpha(opacity=90);
		}
	.white_content {
            display: none;
			position: fixed;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			padding: 0;
			border: 0px solid orange;
            color:#eee;
			background-color: none;
			z-index:1002;
			overflow: auto;
      
		}
  /* abfragebox*/
#abfrage {text-align: center; width:100%; max-width:500px; position:relative; margin:15% auto 0; border:1px solid red; padding:2%}
  
  
  // Extra small devices (portrait phones, less than 576px)

@media all and (max-width: 500px) { #abfrage { border: 10px solid #fff !important;} }

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) and (max-width: 767.98px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) and (max-width: 991.98px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) and (max-width: 1199.98px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { div#abfrage {display:none}}
  
  
  
  a {text-decoration :none !important; color:blue}



/**/


@media screen and (max-width:800px) {
	.logo {
		text-align:center;
		padding-top:2em;
	}
#abfrage { border: 0px solid #fff !important;} 
}
@media screen and (max-height:670px) {
	
#abfrage {  margin:5% auto 0 !important;} 
}

@media screen and (max-width:500px) {
	
#abfrage { max-width:96%!important} 
}





