body {
	margin:0;
	padding:0;
	font-family:Roboto,sans-serif;
	color:#395564;
	height:100%;
	font-size:.9em;
}

html {
	height:100%;
}

/*
.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:85%;
}



.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:80%; margin:0 auto;text-align:center; padding-bottom:30px;}
.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);}





@media screen and (max-width:800px) {
	.logo {
		text-align:center;
		padding-top:2em;
	}

}

/* Table neu responsive */
* {
	box-sizing:border-box;
}

table {
	width:100%;
}

table, td, tr, th {
	/*border:2px solid black;*/
	border-collapse: collapse;
	/*text-align: center;*/
}

td, tr, th {
	/*padding:1em;*/
}

th {
	/*background:#eee;*/
	font-weight: bold;
}

@media screen and (max-width:700px) {
	
	table, tr, td {
		padding:0;
		/*border:1px solid black;*/
	}

	table {
		border:none;
	}

	thead {
		display:none;
	}

	tr {
		float: left;
		width: 100%;
		/*margin-bottom: 2em;*/
	}

	td {
		float: left;
		width: 100%;
		/*padding:1em;*/
	}

	td::before {
		content:attr(data-label);
		/*background: #eee;
		border-right:2px solid black;*/
		width: 20%;
		float:left;
		padding:1em;
		font-weight: bold;
		margin:-1em 1em -1em -1em;
	}
}
/* Table neu responsive */

/* Placeholder Formular */
input.iputr::-webkit-input-placeholder {
color: red !important;
}
 
input.iputr:-moz-placeholder { /* Firefox 18- */
color: red !important;  
}
 
input.iputr::-moz-placeholder {  /* Firefox 19+ */
color: red !important;  
}
 
input.iputr:-ms-input-placeholder {  
color: red !important;  
}
/* Placeholder Formular */

#red {color:#ff0000; text-decoration:bold; }
#tab {width:303px; max-height:500px;}




