/* blau #2d397f */
/* bla #2d397f, rot #ff6600 */

/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/source-sans-pro-v21-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v21-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: bold;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* lobster-regular - latin */
@font-face {
  font-family: 'Lobster';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lobster-v28-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lobster-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lobster-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lobster-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lobster-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lobster-v28-latin-regular.svg#Lobster') format('svg'); /* Legacy iOS */
}


html {
	font-size:18px;
	font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
	-webkit-text-size-adjust: 100%; /* for iPhone*/
	-ms-text-size-adjust: 100%;
	font-weight:300;
}
body {
	color:#444;
	line-height:1.33em;
}
h1, h2, h3, h4, h5 {
	font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:400;
	color:#2d397f;
	text-shadow: 2px 2px 2px #e5e5e5;
}
h2 {
	border-bottom: 1px solid #b2b2b2;
	font-weight: 400;
	margin-bottom: 16px;
	padding-bottom: 16px;
	position: relative;
	font-size: 26px;
    line-height: 30px;
}
h2 .subhead, h2 strong {
	font-family: 'Lobster', cursive;
	font-weight:400;
	font-size:24px;
}
.parahead h2 {
	margin-bottom: 0px;
	font-variant:italic;
}
.parahead p {
	margin-bottom: 0px;
	font-size: 24px;
	color:#2d397f;
}
em {
	color:#2d397f;
}

.subheadline { font-weight:bold;}

h3 {
	font-size:26px;
	line-height:29px;
	font-weight:400;
}

h3.article {
	font-size:18px;
	line-height:1.3em;
}
	h3.article {
		font-size:16px;
	}
	h3.article .metainfos { font-weight:300;}
h4 {
	font-size:20px;
	letter-spacing:.5px;
}
h5 {
	font-size:14px;
	letter-spacing:1px;
	margin:0;
}
.contrast a {
	color: #fff;
	font-weight:bold;
}
a {
	color:#2d397f;
}
a:hover {
}

/*== Section BG Image & Gardient ==*/
.section-bg {
	background-color: #f5f5f5;
	background-position: center center;
	padding: 25px 0;
}
#newstab {
    border-radius: 4px;
    list-style: none;
    overflow: hidden;
    padding: 0;
}
#newstab li.newshead {
    background-color: #2d397f;
    background-image: linear-gradient(-45deg, #32408f 50%, #354396 50%);
}
#newstab li.newshead p {
    color: #ffffff;
    font-weight: bold;
    margin: 0;
    padding: 8px 15px;
}
#newstab li.entry:last-of-type {
    border-radius: 0 0 4px 4px;
}
#newstab li.entry {
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}
#newstab li.entry p {
    margin: 0;
    padding: 8px 15px;
}
#newstab li.entry a {
    color: #444444;
    text-decoration: none;
}
#newstab li.entry a:hover {
    color: #2d397f;
    text-decoration: underline;
}


/*== Back to top ==*/

/*== Headline (every new Section) ==*/
#logo {
    box-sizing: border-box;
    height: 80px;
    padding: 20px 0;
}
#logo > img {
	max-height: 100%;
	float:right;
}

.headline {
	background-size: 5px 5px;
	border-left: 8px solid #ff6600;
	margin-bottom: 20px !important;
	padding: 10px 15px;
	position: relative;
}
.headline:after {
	border-bottom: 8px solid transparent;
	border-left: 8px solid #ff6600;
	border-top: 8px solid transparent;
	bottom: 0;
	content: "";
	height: 0;
	left: 0;
	margin: auto 0;
	position: absolute;
	top: 0;
}
.headline-big {
    font-size: 28px;
	line-height: 28px;
	margin-bottom: 5px;
    text-transform: uppercase;
}
.headline-small {
    color: grey;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
}
/*== Panel Boxes ==*/

/*== Overlay ==*/

/*== Accordion ==*/

/*== Header ==*/
.ia-header {
	z-index:999;
	background-color:#fff;
}

.imageHolder {
	position:relative;
	background-color:#0c6dcb;
	height:300px;
	clear:both;
}
.imageHolder h1 {
	color: white;
	font-size: 48px;
	line-height: 60px;
	top:70px;
	position: relative;
	font-weight:400;
}
.imageHolder h1 div{
	background-color: rgba(0, 0, 0, 0.3);
	padding: 5px 30px;
}
.imageHolder b {
	border: 2px solid #ff6600;
	box-sizing: border-box;
	color: #ff6600;
	padding: 1px 10px;
	transition: all 0.25s ease 0s;
}

/*== Navigation ==*/
#navi {
	background-color: #2d397f;
	z-index: 1;
}
#navigation > nav {
	background: transparent;
	margin-top: 0px;
}

#navigation > nav > ul > li > a {
    color: #fff;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-weight: 400;
	padding: 0 11px;
	margin: 0 1px 0 0;
}
#navigation > nav li.active > a {
	color: #2d397f;
	background: white;
}
	#navigation > nav .uk-dropdown li.active > a  {
		color: #ffffff !important;
		background-image: linear-gradient(-65deg, #32408f 50%, #354396 50%);
	}
	#navigation > nav .uk-dropdown li.active > a:hover  {
		color: #2d397f !important;
		background: #ffffff;
	}
#navigation nav li:hover > a,
#navigation nav li > a:focus,
#navigation nav li.uk-open > a {
	background-color: white;
	color: #2d397f !important;
}
#navigation > nav > ul > li:hover > i,
#navigation > nav > ul > li.uk-open > i {
	color: #2d397f;
}
#navigation > nav > ul > li > i {
	bottom: -2px;
	color: #fff;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	width: 20px;
}
#navigation > nav > ul > li:nth-child(8) > a,
#navigation > nav > ul > li:nth-child(9) > a {
	display:none;
}
#nav-toggle {
    background-color: #075c97;
	color: #ffffff !important;
    font-size: 21px;
    height: 40px;
	width: 40px;
    line-height: 28px;
    margin: 20px 0 0;
    padding: 5px;
    text-transform: uppercase;
}
.uk-grid:not(.uk-grid-preserve) #navigation {
    padding-left: 0px;
}
#mobilenav > ul > li:before {
    background: none repeat scroll 0 0 #075c97;
    content: "";
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: height 0.5s ease 0s, opacity 0.5s ease 0s, transform 0.5s ease 0s;
    width: 100%;
}

/*== Top Control ==*/

.topcontrol-button {
    background-color: #ff6600;
    border: 3px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    height: 45px;
    position: relative;
    width: 45px;
    z-index:10;
}
.topcontrol-button i {
    bottom: 0;
    color: white;
    font-size: 20px;
    height: 12px;
    left: 0;
    line-height: 9px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 19px;
}

/* Responsive Navigation Button for Mobile */
#navigation > a {
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset;
	color: white;
	display: none;
	text-shadow: 0 -1px rgba(0,0,0,0.5);
}

/* Sub Navigation */
#navigation .subnav {
    background-image: linear-gradient(-65deg, #32408f 50%, #354396 50%);
    border-radius: 4px;
    overflow: hidden;
    padding: 0;
}
#navigation .subnav > ul {
    margin: 0;
}
#navigation .subnav li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#navigation .subnav li:not(:first-child) {
    border-top: 1px solid #3948a2;
}
#navigation .subnav > ul > li > a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 15px;
}
/*== Forms ==*/
.checkboxradio input[type="radio"], .checkboxradio input[type="checkbox"] {
    display: none;
}
.checkboxradio-label:before {
    color: #2d397f;
    font-family: fontawesome;
    font-size: 18px;
    left: 10px;
    position: absolute;
}
.checkboxradio-label {
	cursor: pointer;
	display: inline-block;
	padding-left: 35px;
	padding-right: 10px;
	position: relative;
}
.checkboxradio input[type="checkbox"] + .checkboxradio-label:before {
	content: "\f096";
}
.checkboxradio input[type="checkbox"]:checked + .checkboxradio-label:before {
	content: "\f046";
}
.checkboxradio input[type="radio"] + .checkboxradio-label:before {
	content: "\f10c";
}
.checkboxradio input[type="radio"]:checked + .checkboxradio-label:before {
	content: "\f192";
}

.uk-form-danger ~ .checkboxradio-label {
    border: 1px solid red;
}
.uk-button:hover,
.uk-button:focus {
	background-color: #32408f;
} 
.uk-button {
    background-color: #2d397f;
    color: #fff !important;
    font-size: 20px;
    font-weight: 400 !important;
    height: 60px;
    line-height: 60px;
    padding: 0 40px;
    transition: all 0.3s ease 0s;
}
/*UIkit Panel Box*/
.uk-panel-box {
    background-color: #f5f5f5;
    padding: 0;
}
.iaLeft.uk-panel-box {
    padding: 15px;
}

/*== Footer ==*/
#footer::before,.footer::before,
#footer::after,.footer::after {
    border-top: 1px dashed rgba(0, 0, 0, 0.25);
    top: 3px;
    content: "";
    position: absolute;
    width: 100%;
	z-index: 1;
}
#footer::after,.footer:after {
    border-color: rgba(255, 255, 255, 0.1);
    top: 4px;
}
#footer ,.footer{
	position: relative;
}
.footer-title::before,
.footer-title::after {
    border-top: 1px dashed rgba(0, 0, 0, 0.25);
    bottom: 4px;
    content: "";
    position: absolute;
    width: 100%;
}
.footer-title::after {
    border-color: rgba(255, 255, 255, 0.1);
    bottom: 3px;
}
.footer-title,
.footer-copyright {
	position: relative;
}
.footer-title,
.footer-copyright {
    background-color: #2d397f;
    color: white;
    padding: 20px 0;
}
.footer-title {
	padding: 50px 0;
	background-color: #334293;
	background-image: linear-gradient(-45deg, #32408f 50%, #354396 50%);
}
.footer-title h2 {
    border: none;
    color: white;
    font-size: 36px;
    margin: 0;
    padding: 0;
    text-shadow: none;
}
.footer-copyright a {
	color: white;
}
.footer-copyright a.gotop {
    background-color: #ff6600;
    border-radius: 4px;
    display: inline-block;
    margin-left: 10px;
    padding: 4px;
    text-align: center;
    width: 24px;
}

/* UIKit Resets */

.uk-form input:focus, .uk-form textarea:focus {
	background: none repeat scroll 0 0 #f5f5f5 !important;
    border: 1px solid #2d397f !important;
}

.uk-dropdown {
    background: none repeat scroll 0 0 #f7f7f7;
    box-sizing: border-box;
    color: #555555;
    display: none;
    left: 0;
    letter-spacing: normal;
    margin-top: 5px;
    padding: 20px;
    position: absolute;
    top: 100%;
    width: 200px;
    z-index: 1;
}
.uk-open > .uk-dropdown {
    animation: 0.2s ease-in-out 0s normal none 1 running uk-fade;
    display: block;
    transform-origin: 0 0 0;
}
.uk-dropdown-flip {
    left: auto;
    right: 0;
}
.uk-dropdown-up {
    bottom: 100%;
    margin-bottom: 5px;
    margin-top: auto;
    top: auto;
}
.uk-dropdown > .uk-grid + .uk-grid {
    margin-top: 20px;
}
.uk-dropdown > .uk-grid > [class*="uk-width-"] > .uk-panel + .uk-panel {
    margin-top: 20px;
}
@media (min-width: 768px) {
	.uk-dropdown:not(.uk-dropdown-stack) > .uk-grid {
		margin-left: -20px;
		margin-right: -20px;
	}
	.uk-dropdown:not(.uk-dropdown-stack) > .uk-grid > [class*="uk-width-"] {
		padding-left: 20px;
		padding-right: 20px;
	}
	.uk-dropdown:not(.uk-dropdown-stack) > .uk-grid > [class*="uk-width-"]:nth-child(n+2) {
		border-left: 1px solid rgba(0, 0, 0, 0.1);
	}
	.uk-dropdown-width-2:not(.uk-dropdown-stack) {
		width: 400px;
	}
	.uk-dropdown-width-3:not(.uk-dropdown-stack) {
		width: 600px;
	}
	.uk-dropdown-width-4:not(.uk-dropdown-stack) {
		width: 800px;
	}
	.uk-dropdown-width-5:not(.uk-dropdown-stack) {
		width: 1000px;
	}
}
@media (max-width: 767px) {
	.uk-dropdown > .uk-grid > [class*="uk-width-"] {
		width: 100%;
	}
	.uk-dropdown > .uk-grid > [class*="uk-width-"]:nth-child(n+2) {
		margin-top: 20px;
	}
	}
	.uk-dropdown-stack > .uk-grid > [class*="uk-width-"] {
		width: 100%;
	}
	.uk-dropdown-stack > .uk-grid > [class*="uk-width-"]:nth-child(n+2) {
		margin-top: 20px;
	}
	.uk-dropdown-small {
		min-width: 150px;
		padding: 15px;
		white-space: nowrap;
		width: auto;
	}
	.uk-dropdown-small .uk-nav {
		margin: 0 -15px;
	}
	.uk-dropdown-navbar {
		background: none repeat scroll 0 0 #075c97;
		color: rgba(255, 255, 255, 0.7);
		margin-top: 0;
		padding-top: 20px;
	}
	.uk-dropdown-navbar a {
		color: #1097f4;
	}
	.uk-dropdown-navbar a:hover {
		color: #ffffff;
	}
	.uk-dropdown-navbar ul.uk-nav-sub > li > a {
		border-left: 1px solid rgba(16, 151, 244, 0.1);
	}
	.uk-dropdown-navbar ul.uk-nav-sub > li > a:hover {
		border-left: 1px solid rgba(16, 151, 244, 0.8);
	}
	.uk-dropdown-navbar ul.uk-nav-sub > li > ul {
		border-left: 1px solid rgba(16, 151, 244, 0.1);
		padding: 0 10px;
	}
	.uk-dropdown-navbar ul.uk-nav-sub > li > ul > li > a {
		border-left: 1px solid rgba(16, 151, 244, 0.1);
	}
	.uk-dropdown-navbar ul.uk-nav-sub > li > ul > li > a:hover {
		border-left: 1px solid rgba(16, 151, 244, 0.8);
	}
	.uk-open > .uk-dropdown-navbar {
		animation: 0.2s ease-in-out 0s normal none 1 running uk-scale-up;
	}
	.uk-dropdown-search {
		background: none repeat scroll 0 0 #f7f7f7;
		color: #555555;
		margin-top: 8px;
		width: 300px;
	}
	.uk-open > .uk-dropdown-search {
		animation: 0.2s ease-in-out 0s normal none 1 running uk-slide-top-fixed;
	}
	.uk-navbar-flip .uk-dropdown-search {
		margin-right: -15px;
		margin-top: 35px;
	}
}
#optionswrap {
	background: none repeat scroll 0 0 #eee;
	border: 1px solid #ccc;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
	height: 400px;
	left: 0;
	padding: 20px;
	position: fixed;
	top: 50px;
	width: 520px;
	z-index: 90;
}
#optionsbtn {
	background: url("../../img/lim_reiter.png") repeat scroll center center rgba(0, 0, 0, 0);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	height: 200px;
	left: 560px;
	margin-top: -1px;
	position: absolute;
	top: 0;
	width: 60px;
}
.optext {
	color: #777;
	float: left;
	font-family: "Georgia","Times New Roman",serif;
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: -7px;
	text-align: center;
	width: 520px;
}
.ia-border {
	border-top:2px solid #ff6600;
}
.ia-margin-top {
	padding-top:30px;
}

.ia-margin-bottom {
	padding-bottom:30px;
}

.ia-tab.uk-tab > li > a {
	padding:8px 2px;
}
.ia-tab.uk-tab > li:nth-child(n+2) > a {
    margin-left: 0px;
}
.uk-overlay-caption {
    opacity: 1 !important;
}
.formerror {
	border:1px solid #ff6600 !important;
}
#map_canvas {
	width: 100%;
	height: 400px;
}

div.leist_col_left {
    background: #eee url("../../images/bg_leistungen.gif") no-repeat scroll 0 -10px;
    float: left;
    height: 150px;
    margin-right: 20px;
    padding-left: 20px;
    vertical-align: middle;
    width: 225px;
}
div.leist_col_left h2{
	border: 0px solid #fff;
	font-size:24px;
}
div.leist_col_right {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #444;
    float: left;
    margin: 0 0 20px;
    padding: 10px 20px 0 0px;
    width: 450px;
	font-size:13px;
}
#gmap.imageHolder {
    background-image: url('../../images/anfahrt.png'); 
    background-position: center center;
    padding-bottom: 0;
    background-size: contain;
    background-color: rgba(12, 109, 203, 0.6);
    background-repeat: no-repeat;
    min-height: 70vh;
}
#gmap {
    background-color: rgb(229, 227, 223);
    height: 0;
    overflow: hidden;
    padding-bottom: 37%;
    position: relative;
}
.gmaps-preview, .youtube-preview {
    cursor: pointer;
}

/* Deubner */
.mio .newstitel {
	margin-bottom: 0;
}

.mio td {
	font-size:16px;
}

.mio #steuertermin1 h4 {
	font-size:20px;
}

.mio article {
	margin-bottom: 15px;
}