@import url(uikit.css);
@import url('//fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,700');

blockquote {
		margin-left: 35px;
}

body {	
		margin: 0;
		background: #fff;
}

body  a{
		color: #3E5E33;
		text-decoration:underline;
}

body  a:hover{	
		color: #222;
		text-decoration: underline;
		font-size: 100%;
}

body a:focus { 
		outline: none; 
}
#anpassbar label {
		display: block;
		float:left;
		min-width: 180px;
}
#anpassbar  .kuerzer {
		min-width: 120px;
}
#anpassbar .uk-alert-warning {
		color: #222;
		margin-bottom: 10px;
		font-size: 90%;
}
#breadcrumb {
		height: 40px;
		font-size: 0.85em;
		color: #555;
		padding: 10px 15px 0 15px;
		background: #efefef;
		border-bottom: solid silver 1px;
}
#breadcrumb:before{
		font-family: FontAwesome;
		content: "\f0a9";
		font-style: normal;
}
#breadcrumb > #bread ul li:before{
		font-size: 1.5em;
		content:"»  ";
}

#breadcrumb > #bread ul > li:first-child:before {
		content:"";
}

#breadcrumb > #bread ul{
		display: inline-block;
		list-style: none;
		padding: 0;
		margin: 0;
}

#breadcrumb > #bread ul li {
		padding: 0;
		padding-left: 5px;
		margin: 0;
		display: inline-block;
}

#breadcrumb > #bread ul li a {
		text-decoration: underline;
		color: #555;
}
#breadcrumb > #bread ul li a:hover{
		text-decoration: underline;
		color: #8ABF78;
}
#icon_disqus, #icon_schnellrechner, #icon_kontakt, #gesuender_net {
		position:relative;
		top: -2px;
		text-align: left;
		float: right;
		padding-left: 5px;
}
#gesuender_net {
	top: 6px;
	padding-right:0px;
}
#icon_footer {
		width: 1150px;
		position:relative;
		top: 7px;
		left: 50%;
		text-align: middle;
}
#icon_schnellrechner  > div > div > ul > li a, #icon_footer > div > div > ul > li a{
		text-decoration: none;
		color: #333;
}
#icon_schnellrechner > div > div > ul > .uk-nav-header, #icon_footer > div > div > ul > .uk-nav-header{
		color: #888;
}
#icon_schnellrechner  > div > div > ul > li a:hover, #icon_footer > div > div > ul > li a:hover {
		text-decoration: none;
		background: #486e3b;
		color: #efefef;
		text-shadow: none;
}
#container {	
		width: 1150px;
		margin: 0 auto;
		background: #efefef;
		font-family:"Roboto",sans-serif;
		font-weight: 400;
		color: #222;
		font-size: 16px;
		line-height: 24px;
		background: #fff;
		text-align: justify;
		border:1px solid #4A8F5A;
}

#container_script {	
		font-family: "Roboto",sans-serif;
		color: #222;
		font-size: 0.9em;
		background: #fff;
}

h1, h2 {
		font-weight: normal;
		font-size: 25px;
		margin-top: 20px;
		margin-bottom: 5px;
		padding-bottom: 1px;
		}

h1 {
		border-bottom: solid silver 1px;
		color: #3E5E33;
}

h2 {
		font-size: 1.5em;
		color: #3E5E33;
}
hr {
		color: #3E5E33;
		border: #3E5E33;
		height: 1px;
		margin-bottom: 2%;
}

nav {
		background: #2E2E2E;
		padding-top: 4px;
		max-width: 100%;
}
li a {
	
		text-decoration:none;
}

#content {
		width: 800px; 
		border-left: 1px solid silver;
		float:right;
		background: #fff;
}
#content_webmaster {
		width: 100%; 
		border-left: 1px solid silver;
		float:right;
		background: #fff;
}
#content_popup {	
		width: 95%;
		margin: 15px;
		background: #fff;
		font-family: "Roboto",sans-serif;
		color: #222;
		font-size: 0.9em;
		text-align: justify;
}

#content img {
		max-width:100%;
		overflow:hidden;	
}
#content_main {
		padding: 15px; 
}
#ernaehrungsquiz a:hover{
		text-decoration: underline;
}
#ernaehrungsquiz ol {
		padding-bottom: 15px;
		padding-left: 0.6em;
		margin-left: 0.6em;
		list-style-position: outside;
}

#ernaehrungsquiz ol li{
		padding-bottom: 12px;
}

#ernaehrungsquiz img{
		padding-right: 5px;
}

#feature {
		width: 317px; 
		float:left;
		padding: 10px; 
		padding-top: 20px;
		text-align: left;
}

#footer {
		max-width: 100%;
		background: #444;
		padding: 10px;
		color: #999;
		font-size: 90%;
		text-align: center;
}

#footer a, a:hover {
		color: #999;
		text-decoration: underline;
		font-size: 105%;
}
#kinder_tabelle {
		margin-top: 25px;
}
#kinder_tabelle_jungen {
		float:right;
}
#kommentarformular  p:first-child {
		padding: 15px 0;
}
#kommentarformular  label {
		font-weight: bold;
}
#loader {
    display:none;
	padding:0;
    margin:0;
    position:fixed;
	top: 50%;
	left: 50%;
    width:100px; 
	height:100px;
    background:#fff;
	border: solid silver 1px;
	border-radius: 0px;
    opacity: 0.95;
    z-index:9999;
    vertical-align:middle;
}
#loaderInner {
    display: none;
	position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    margin-left: -16px;
    background-image: url("http://www.bmi-rechner.net/images/loader.gif");
    background-repeat: no-repeat;
}
#main {
		overflow:hidden;
		border-left: solid silver 1px;
		border-right: solid silver 1px;
		border-bottom: solid silver 1px;
		background:#efefef;
}
#modal_help a {
		text-decoration: underline;
}
nav {
		padding: 0;
}
#navidummy {
		width: 100%;
		height: 30px;
		background: #333;
}
#naehrwerte .uk-panel-box {
		background: #f5f5fa;
}
#logo {
		width: 100%;
		height: 90px;
		background: url('/images/bg.jpg');
	
}	
#logo img{
		position: relative;
		left: 30px; 
		top: 13px;
		border: 0;
}
#platzhalter {
		padding: 100px;
}
#quiz {
		border: 1px solid #ddd;
		border-radius: 0px;
		margin: 35px 0;
		text-align: center;
		box-shadow: 0 0 6px 3px rgba(0,0,0,0.1);
}
#quiz_script, #quiz_script_auswertung {
		border: 1px solid #ddd;
		border-radius: 0px;
		margin: 35px 0;
		text-align: left;
		padding: 0 20px;
		box-shadow: 0 0 6px 3px rgba(0,0,0,0.1);
}
#quiz_script_auswertung {
		font-size: 0.9em;
		margin: 10px;
}
#quiz_script ul {
		list-style: none;
		display: block;
}
#quiz_script input{
		padding-right: 8px;
}
#quiz_script li{
		padding: 5px;
}
#quiz_einzeln {
		margin: 35px 0;
		text-align: center;
}
#quiz_container {
		border: 1px solid #ddd;
		border-radius: 0px;
		padding: 10px 25px;
		margin: 15px 40px;
		box-shadow: 0 0 6px 3px rgba(0,0,0,0.1);
}
#radio label, #radio2 label, #radio3 label, #radio4 label{
		width: 80px;
		height: 10%;
		display:block;
}
#rechner label, #rechner_standard label, #anpassbar label {
		display: block;
		float:left;
		padding: 4px 0;
}
#rechner .aussen, #rechner_standard .aussen {
		min-width: 160px;
		font-weight: bold;
}
#rechner .uk-form-label {
		min-width: 120px;
}
#scroll{
		font-size: 2em;
		cursor: pointer;	
		text-align: center;
		margin: -15px;
		padding: 0;
}	
#scroll a{
		text-decoration: none;
		color: #444;
		opacity: 0.4;
		position: fixed;
		bottom:20px;
		right:20px;
}	
#scroll a:hover, #scroll a:hover {
		color: rgb(255, 178, 38);
		text-decoration: none;
}	

/* Klassen */

.adsense {
		margin: 23px 0;
}
.adsbygoogle{
		border: none;
}
.alert_kommentare  {
		background: #fafafa;
		border-color: ddd;
}
.anpassbar {
		font-size: 90%;
}
.anpassbar h2 {
		font-size: 1.3em;
		margin-top: 7px;
}
.ausgabe_berechnung td{
		background: #caa;
}

.back_to_top {
		 position: fixed;
		 bottom:20px;
		 right:20px;
		 padding:1em;
}

.border {
		border: solid silver 1px;
		box-shadow: 0 0 6px 3px rgba(0,0,0,0.1);	
}
.border_dunkel {
		border: solid #555 1px;
		box-shadow: 0 0 6px 3px rgba(0,0,0,0.1);	
}
.border_left {
		border-left: 1px solid silver;
}
.border_right {
		border-right: 1px solid silver;
}
.clearboth {
		clear: both;
}
.cursor_pointer {
		cursor: pointer;
}
.cursor_help {
		cursor: help;
}
.fc-event {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.3;
}
.feature_container_header {
		max-width: 100%;
		background: url('/images/feature_header.jpg');
		padding: 5px 5px 5px 10px;
		color: #fff;
		border-radius: 0px;
}
.feature_container_main {
		max-width: 100%;
		background: #fff;
		padding: 10px;
		margin-bottom: 20px;
		border-radius: 0px;
		font-size: .95em;
}
.feature_container_main  > ul{
		list-style: none;
		padding-left: 3px;
}
.feature_container_main  a{
		text-decoration:none;
}
.form_block{
		display: block;
		padding: 4px 0;
}
.groesser {
		font-size: 140%;
}
.heller {
		color: #777;
}
.kalorientabelle td {
		border:0px;
}
.kalorientabelle td:hover {
		border:0px;
}
.label_left {
		width:120px;
		display: block;
		float:left;
}
.leerzeilen {
		margin-top: 25px;
}
.leerzeilen_medium {
		margin-top: 15px;
}
.leerzeilen_klein {
		margin-top: 5px;
}
.left {
		float: left;
		margin: 0 15px 10px 0; 
}
.link {
		color: #3E5E33;
		text-decoration:underline;
		cursor:pointer;
}
.liste_links {
		list-style: none;
}
.margin_top {
		margin-top: 15px;
}
.margin_bottom {
		margin-bottom: 15px;
}
.margin_form {
		padding:5px;
}
.middle {
		text-align: middle;
}
.normal {
		text-decoration: none;
		font-weight: normal;
}
.padding_right {
		padding-right: 15px;
}
.pfeil:after {
		font-family: FontAwesome;
		content: "\f0a9";
		font-style: normal;
}
.preview_list {
		margin-top: 15px;
}
.radio input[type=radio]{
		padding: 0;
		margin: 0;
		left: 5px;
		top: 3px;

}
.radius {
		border-radius: 0px;
}
.radius_without_left {
		border-radius: 0 5px 5px 5px;
}
.right {
		float: right;
}
.rechner_hilfe {
		position:relative;
		text-align: left;
		float: right;
}
.shadow {
		box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);	
}
.shadow_small {
		box-shadow: 0.7px 1px 5px 1px silver;
}
.shadow_only {
		box-shadow: 3px 3px 3px 1px rgba(0,0,0,0.1);
}
.smaller09 {
		font-size: 90%;
}
.smaller095 {
		font-size: 95%;
}
.smaller08 { 
		font-size: 80%;
}
.smaller085 {
		font-size: 85%;
}
.smaller07 { 
		font-size: 70%;
}
.sortierung {
		text-decoration: none;
		color: #fff;
		cursor:pointer;
}
.sortierung  a:hover{
		text-decoration:dotted;
		color: #fff;
		cursor:pointer;
}
.tab {
		margin-top: 25px;
		width: 100%
}
.tab_popup { 
		margin-top: 10px;
		width: 100%
}
.tab_li {
		margin-top: -16px;
		padding: 15px 10px;
		border-left: solid 1px silver;
		border-right: solid 1px silver;
		border-bottom: solid 1px silver;
}
.tabelle a{
		text-decoration: underline;
		display: block;
}
.tabelle tr:hover td{
		background: #8ABF78;
}
.tabelle_aktiv {
		background: #8ABF78;
}
.tabelle tr:nth-child(1n+2){
		background: #eee;
}
.tabelle-kalorientabelle tr:first-child {
		background: #eee;
}
.tabelle tr:nth-child(2n+2){
		background: #ccc;
}
.tabelle_kalorienrechner tr:nth-child(2n+2){
		background: #e6e3e3;
}
.tabelle tr:last-child td{
		border-bottom: solid #555 1px;
}
.tabelle tr{
		border-left: solid #555 1px;
		border-right: solid #555 1px;
}
.tabelle th{
		background: #555;
		color: #fff;
		font-weight: normal;
		border-bottom: solid #555 1px;
}
.tabelle-kalorientabelle tr:nth-last-child(3) td{
		border-bottom: solid #555 1px;
}
.tabelle-kalorientabelle td{
		border-bottom: solid #999 1px;
}
.uk-form-label{
		width: 500px;
}
.tabellengroesse {
		width: 70%;
}
.tabellengroesse50{
		width: 50%;
}
.toast {
		opacity: 1 !important;
		z-index: 1200;
		font-family: "Roboto",sans-serif;
}
.uk-alert-success {
		color: #444;
}

.uk-button-primary , .uk-button-primary:hover, .uk-button-primary:focus{
		background: url('/images/button_bg.jpg');
		border-radius: 0px;
		min-height: 25px;
		padding: 0 8px;
		margin-bottom: 10px;
}

.ui-button-text {
		font-size: 0.9em;
}
.uk-dropdown {
		border-radius:0px;
}
.uk-dropdown-rechner {
		width: 250px;
}

.uk-dropdown-diaet {
		width: 220px;
}

.uk-dropdown-navbar {
		margin-top: 6px;
		background: #333;
		color: #fff;
		left: -1px;
		border: 0;
		border-radius:0px;
		box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.4);
}
.uk-nav-divider {
		margin: 4px 18px;
}
.uk-nav-header {
		margin: 4px 4px;
		font-size: 100%;
		color: #555;
}
.uk-navbar:not(.uk-navbar-attached) {
		border-radius: 0;
		background: #333;
		padding-left: 13px;
		text-align: left;
}

.uk-navbar > ul > li:nth-child(2n) {
		padding-left: 9px;
}

.uk-navbar-nav > li > a {
		color: #fff;
		font-size: 1em;
		font-family: "Roboto",sans-serif;
		margin-top: -1px;
		margin-left: 0;
		height: 38px;
		border: 0;
		text-shadow: none;
}

.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a {
		color: #B6DEA9;
		background: #333;
		text-decoration: none;
}

.uk-nav-navbar > li > a {
		background: #333;
		color: #fff;
}
.uk-nav-navbar > li > a:hover, .uk-nav-navbar > li > a:focus {
		background: #486E3B;
		color: #fff;
		text-decoration: none;
}
.uk-notify-message {
		background: #eee;
		color: #444;
		border-radius: 0px;
		border: 1px solid;
		font-size:16px;
		font-family: "Roboto",sans-serif;
		top: 28px;
}
.uk-icon-button, .uk-icon-button:hover, .uk-icon-button:focus {
		background: #D8E8D8;
	
}
.uk-pagination > li > span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #f7f7f7 linear-gradient(to bottom, #ffffff, #eeeeee) repeat scroll 0 0 border-box;
    border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.3);
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #444444;
    text-shadow: 0 1px 0 #ffffff;
}
.uk-panel-box {
		padding-top: 0;
		margin-top: 0;
}
.uk-tab {
		width: 99.5%;
}
.uk-tab > li > a {
		color: #888;
		text-shadow: none;
}
.uk-tab > li.uk-active > a {
		border-color: silver;
		color: #222;
		text-shadow: none;
}
.uk-tab > li > a:hover {
		text-decoration: none;
		color: #486E3B;
		background: #EDEDED;
		text-shadow: none;
		font-size: 100%;
}
.uk-tooltip {
		font-family: "Roboto",sans-serif;
}
.underline {
		text-decoration: underline;
}
.visible_small {
		display:none;
}
.width10 {
		width:10px;
}
.width20 {
		width:20px;
}
.width30 {
		width:30px;
}
.width40 {
		width:40px;
}
.width50 {
		width:50px;
}
.width60 {
		width:60px;
}
.width70 {
		width:70px;
}
.width80 {
		width:80px;
}
.width90 {
		width:90px;
}
.width100 {
		width:100px;
}
.width110 {
		width:110px;
}
.width120 {
		width:120px;
}
.width130 {
		width:130px;
}
.width140 {
		width:140px;
}
.width150 {
		width:150px;
}
.width160 {
		width:160px;
}
.width170 {
		width:170px;
}
.width180 {
		width:180px;
}
.width190 {
		width:190px;
}
.width200 {
		width:200px;
}
.white_link {
		color: #fff;
}
.white_link:hover{
		color: #000;
		text-decoration: none;
}

.uk-form select, .uk-form textarea, .uk-form input:not([type]), .uk-form input[type="text"], .uk-form input[type="password"], .uk-form input[type="datetime"], .uk-form input[type="datetime-local"], .uk-form input[type="date"], .uk-form input[type="month"], .uk-form input[type="time"], .uk-form input[type="week"], .uk-form input[type="number"], .uk-form input[type="email"], .uk-form input[type="url"], .uk-form input[type="search"], .uk-form input[type="tel"], .uk-form input[type="color"] {
    border-radius: 0px;
}

/* Banner */

#ip_page_wrapper {
	margin: 0 auto;
}

#ip_content_wrapper {
	margin: 0 auto;
	width: 1150px;
	position: relative;
}

.naMediaAd_SUPERBANNER {
	position: relative;
	margin: 0 auto;
	width: 728px;
}

.naMediaAd_MEDIUM_RECTANGLE {
	margin-bottom: 20px;
}

@media screen {
	.naMediaAd_WIDE_SKYSCRAPER {
		position: absolute;
		left: 1155px;
	}

	body.naMediaAd_WALLPAPER .naMediaAd_SUPERBANNER {
        	left: 216px;
	}
}

@media screen and (max-width: 1512px) {
	body.naMediaAd_WALLPAPER .naMediaAd_SUPERBANNER {
        	display: none;
	}


	.naMediaAd_WIDE_SKYSCRAPER {
		display: none;
	}
}


@media screen and (max-width:1250px) {

	#scroll_up {
		right: 2px;
		bottom: 2px;
	}

}

@media screen and (max-width:1050px) {

	#scroll_up {
		display: none;
	}

}

div[data-uk-sticky=""] { z-index: 800; }
.tabelle_sticky { z-index: 800; }

@media print {

.hidden-print {
	display:none;
}
}
