h1, h2, h3, h4, h5, h6{
	font-family: 'Open Sans', sans-serif;
}


h1.meto-firma{
	
	font-weight: 700;
	margin-right: 20px;
	color: #444;
}

h1, .h1{
	font-size: 34px;
	font-weight: 500;
}


h2{
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

h2, .h2{
	font-size: 28px;
}




h3, h3{
	font-size: 25px;
	line-height: 30px;
}


h4, h4{
	
	font-size: 22px;
}

.txt-21{
	font-size: 21px;
	line-height: 25px;
}

.txt-19{
	font-size: 19px;
	line-height: 25px;
}


a.meto-text-orange{
	text-transform: uppercase;
	color: #e87e01;
}

.meto-text-blau{
	color: #0259cb; 
}

.meto-center{
	display: block;
	margin-left: auto;
	margin-right: auto;
}







.meto-inhalt .meto-circle{
	width: 25px;
	height: 25px;
	background: white;
	line-height: 25px;
	margin: 15px 10px;
	color: #ed8306;
	
}


body { 
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #444;
}

.text-upper{
	text-transform: uppercase;
}


.meto-icon{
	padding-left: 10px;
}

.uk-container{
	max-width: 1240px;

}


.meto-inhalt .seitenleiste-a .uk-button-primary .meto-circle{
	color: #ed8306;
}


.seitenleiste-a .uk-button-primary span{
	font-size: 19px;
}


.seitenleiste-a .meto-adresse-2{
	line-height: 30px;
}

.seitenleiste-a .meto-adresse-2 span{
	width: 35px;
}



.seitenleiste-a .meto-adresse{
	margin-top: 0;
	padding-top: 0;
}


.meto-inhalt .seitenleiste-a .uk-button-primary{
	background: #ed8306;
	}

.meto-inhalt .seitenleiste-a .uk-button-primary:hover{
	font-size: 18px;
}

.seitenleiste-a .uk-width-1-2{
	font-size: 16px;
}


.meto-inhalt .uk-width-medium-4-10.seitenleiste-a {
	font-size: 22px;
	line-height: 24px;
	padding-left: 110px;
}

/* formular */

.form-control, .meto-inhalt .uk-button-primary.meto-breite-90{
	width: 90%;
}

.meto-inhalt .uk-button-primary{
	background: #0259cb;
}

.meto-inhalt .uk-button-primary:hover{
	font-size: 18px;
}

.meto-inhalt .uk-button-primary .meto-circle{
	color: #0259cb;
}


.help-block{
	color: red;
}


.uk-grid .meto-padding-left-remove{
	padding-left: 5px;
}

.meto-adresse span{
	color: #0259cb; 
	width: 23px;
	
	
}

.meto-adresse span.meto-ad{
	color: #444;
}



body .uk-width-medium-1-1 .meto-header img{
	width: 100%;
	height: 100%;
	display: block;
}


.meto-list{
	list-style: none;
}

.meto-inhalt .meto-list{
	padding: 0;
}

.meto-inhalt .meto-list li:before{
	content: "•";
	color: #0259cb; 
	padding-right: 10px;
	font-size: 20px;
}


.meto-inhalt .meto-list li{
	padding-bottom: 12px;
}


.uk-panel-box-primary .meto-list li{
	padding-left: 10px;
	color: #444;
}




.meto-nav li a{
	font-size: 19px;
	padding: 10px 15px;
	background: none;
	color: #666;
	text-transform: uppercase;
}

.meto-nav li a.active,
.meto-nav li a:hover{
	background: #f3f3f3;
	color: #0259cb;
}


.meto-top ul.meto-list-flat li{
	display: inline;
	font-size: 23px;
	text-transform: uppercase;	
	padding-left: 10px;
}

.meto-top ul.meto-list-flat li:before{
	content: "•";
	font-size: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
}

.meto-top ul.meto-list-flat li:first-child:before{
	content: "";
}



.uk-panel-box-primary{
	background: #f3f3f3;
}

/* maps */

.responsiveContainer {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
}

.responsiveContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) { 
	
	.meto-top ul{
		padding-left: 0;
		padding-bottom: 10px;
		margin-top: 0;
	}
	
	.meto-top ul.meto-list-flat li{
		font-size: 12px;
	}
	
	.uk-subnav > li:nth-child(n+2){
		margin-left: 0;
	}
	
	.meto-nav li,
	.meto-nav li a{
		width: 95%;
	}
	
	
	body .meto-inhalt .uk-width-medium-4-10.seitenleiste-a{
		margin-top: 50px;
		padding-left: 25px;
	}
	
	.meto-inhalt .seitenleiste-a .uk-button-primary{
		width: 90%;
	}
	
	.meto-ort .uk-width-1-2{
		width: 100%;
		padding-left: 25px;
	}
	
	
}


