@charset "utf-8";

@viewport {
	width: 320px;
	zoom: 1;
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/droid-sans-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/droid-serif-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Droid Serif';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/droid-serif-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ------------------------------- global */

h1, h2, h3, h4 {
	font-family: Droid Serif,Verdana,Geneva,'DejaVu Sans',sans-serif;
	color: #bd0c3e;
    font-size: 26px;
    font-weight: normal;
	line-height: 1.2em;
}
h2 {
	font-weight: normal; 
	font-size: 22px;
	clear:both;
}
h3 {
	font-weight: normal;
	font-size: 20px;
	padding: 0;
}
h4 {
	font-weight: normal;
	padding: 0;
	font-size: 18px;
}
.error {	
        color: #bd0c3e;
}


* + .uk-article-divider {
    margin-top: 0px !important;
}
.uk-article-divider {
    margin-bottom: 10px !important;
}
/*******
	Contentstyles
*******/
ul.list, .hinweislist ul {
	margin-bottom: 15px;
    padding-left: 30px !important;
	clear:both;
	float:none;
}
ul.list li, .hinweislist ul li {
	list-style: disc outside none;
}
img {
	/* IE */
	border: 0px;
}

a, a:active, a:link, a:hover, a:visited, a:focus {
	outline: none;	
}
a {
	color: #bd0c3e;
    text-decoration: none;	
}
a:hover {
	color: #000;
	text-decoration: none;
}
p {
	display: block;
	/*font-size: 13px;*/
	margin-bottom: 15px !important;
}
input[type="text"], input[type="search"], select, textarea {
    border-color: #ACADB2 #DADFE5 #E2E9EF #E3E3EB;
    border-radius: 2px 2px 2px 2px;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    font: 13px/1.5 Droid Sans,Verdana,Geneva,'DejaVu Sans',sans-serif;
    margin: 0;
    padding: 4px;
    width: 180px;
	height: 18px;
}
.eventtable{        
        border-collapse: separate;
        border-spacing: 10px;
        vertical-align: top;
	text-align: left;
        padding: 4px;
}
.eventtable th,.eventtable td  {
	vertical-align: top;
	text-align: left;	
        
}
.eventtable th {
        font-weight: bold;
}

.f_l {
	float: left;
}
.f_r {
	float: right;
	height:50px;
	line-height:50px;
}
.ci-dark {
	color: #2e2e3b;
}
.clearfix:before,.clearfix:after{
	content:"";
	display:table;
}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}
.spacer {
	width: 200px;
	display: inline-block;
	font-weight: bold;
}
.spacer-more-width {
	width: 85px;
}
.note {
    background-color: #ffc59e;
    border: 1px solid #ff6700 !important;
    border-radius: 2px;
    box-sizing: border-box;
    color: #333;
    display: block;
    font-size: 10px;
    line-height: 20px;
    margin: 5px 0 0;
    max-width: 100%;
    padding: 0 5px;
    width: 180px;
}
.uk-form .inputerror, .uk-form .tinputerror  {
	background-color: #FCC !important
}

/*******
	Layout
*******/

html {
	margin: 0px;
	padding: 0px;
	background: url(p/bg-body.png) center center no-repeat #ffffff;
	background-attachment: fixed;
	height: 100%;
}
body {
	background: none !important;
	font: 15px/20px normal Droid Sans,Verdana,Geneva,sans-serif !important;
	color: #474747;
	display: table;
	height: 100%;
	width: 100%;
	-webkit-hyphens: auto;
	 -moz-hyphens: auto;
	 -ms-hyphens: auto;
	 hyphens: auto;
	word-wrap: break-word;
}
.ui-widget {
	font-family: Droid Sans,Verdana,Geneva,'DejaVu Sans',sans-serif !important; 
}

.ui-widget h2{
	margin-bottom:0px !important;
}
.wrapper {
	margin: 0 auto;
	padding-bottom: 50px;
	width: 980px;
}
/* ------------------------------- Header */
.header {
	display: block;
	height: 125px;
	background-color: #fff;
	position:relative;
}
.header.uk-grid {
	/*width:100%;*/
}

.logo {
	display: block;
	margin: 0;
	height: 125px;
	/*margin: 23px 0 0 54px;*/
}
.header div.contact {
	color: #2e2e3b;
	font-weight: bold;
	font-size: 16px;
	margin: 35px 15px 0 0;
	position:absolute;
	right:0;
	height: 32px;
	letter-spacing: 1px;
	text-align:right;
}
/* ------------ Teaser-Head */
.teaser-head {
	background: url(p/bg-slider.png) no-repeat scroll center bottom transparent;
    display: block;
    height: 324px;
    width: 960px;
	position: relative;
	z-index: 1000;
}
.teaser-head h2 {
	position: relative;
	color: #2E2E3B;
    font-family: Trebuchet MS;
    font-size: 31px;
    font-weight: normal;
    line-height: 1.3em;
    margin: 0;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    top: 52px;
    white-space: nowrap;
    width: 40%;
    z-index: 10;
	left: 15%;
}
.teaser-head p {
	position: absolute;
	color: #3D3D59;
    font-family: trebuchet ms;
    font-size: 18px;
    font-weight: bold;
    height: 98px;
    line-height: 1.33em;
    margin: 0 0 0 4px;
    overflow: hidden;
    top: 98px;
    width: 270px;
	left: 15%;
	z-index:999;
}
.teaser-head img {
	position: absolute;
    right: 18px;
	top: 13px;
}
/* ------------ Navi */
.topnavigation {
	position:absolute;
	bottom:0;
	right:0;
}
ul.topnavigation li {
	float: left;
}
ul.topnavigation li a {
    color: #000;
    display: block;
	text-decoration: none;
}
ul.topnavigation li a:hover {
	text-decoration: underline;
}
li.actmenuelem a {
	text-decoration: none;
}
ul.topnavigation li.actmenuelem a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid #bd0c3e;
}
/* ------------------------------- Content */
.contentcontainer {
	display: block;
	width: 942px;
	min-height: 230px;
	padding: 0 19px 25px;
	background: url(p/bg-contentf.png) no-repeat top center transparent;
}
.contentcontainer .subnavi {
	float: left;
	width: 226px;
	padding: 31px 23px 0;
}
.contentcontainer .right {
	float: right;
	width: 638px;
	padding: 0 23px 0 9px;
}
.right .content {
	line-height: 1.5em;
}
/* ------------------------------- Contactbox */
span.contact {
	background: url("p/btn-contact.png") no-repeat 0 1px;
	display: block;
	padding: 5px 0 0 30px;
	font-size:12px;
}
span.contact b {
	font-size: 15px;
}
/* ------------------------------- Subnavi */
li.smenu:last-child {
	margin-bottom:20px;
}
li.smenu {
	display: block;
	border-bottom: 1px dashed #a4a4a6;
	padding-bottom: 6px;
}
li.smenu a, .f_r a {
	background-color: transparent;
    background-image: url("p/btn-small.png");
    background-position: 0 3px;
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 15px;
	font-weight: bold;
    padding: 5px 0 0 30px;
	color: #2e2e3b;
	letter-spacing: 1px;
	text-decoration: none;
}
li.smenu a:hover, li.smenu a.active, .f_r a:hover {
    background-color: transparent;
    background-image: url("p/btn-small-a.png");
    background-repeat: no-repeat;
	text-decoration: none;
	color: #ff6700;
}
div.smenu a.active  {
	color: #0C0C0C; 
	text-decoration: none;
	border-left: 5px solid #1A0C6E;
	padding-left: 7px;
}

div.smenu a.active:hover  {
	border-left: 5px solid #1A0C6E;
}

div.smenu a:hover  {
	color: #0C0C0C; 
	text-decoration: none;
	border-left: 5px solid #ff6700;
	padding-left: 7px;
}

div.actsmenu a  {
	color: #0C0C0C; 
	text-decoration: none;
	border-left: 5px solid #ff6700;
	padding-left: 7px;
}
/*******
	Heightfix 
*******/
.u-serv-content {
	display: block;
    height: auto;
    min-height: 100%;
    position: relative;
    width: 100%;
}
/*******
	Footer 
*******/
.footer {
	background-color: #540a3e;
	color: #fff;
}

/* Navigation unten*/
ul.bottomlinks {
	list-style: none inside none;
	margin:0;
	padding: 20px 0 0 0;
}
ul.bottomlinks li, ul#footermenu li {
	display: inline;
	font: normal 14px Droid Sans,Verdana,Geneva,sans-serif;
	margin:0;
	padding:0;
}
ul.bottomlinks li a,
.footer a {
	color: #ffffff;
	padding:0 5px;
	text-decoration: none;
}
ul.bottomlinks li a:hover,
.footer a:hover {
	color: #bd0c3e;
}

/*******
	Leistungsumfang
*******/
ul.leistungsumfang {
	margin-bottom: 20px;
	padding-left: 20px;
}
ul.leistungsumfang li {
    list-style: square;
}
ul.leistungsumfang li > ul > li {
	list-style: circle;
}


/* Responsive */

/** Tablet-PC **/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.header .topnavigation.uk-navbar-nav > li > a {
		/*font-size: 11px;*/
		letter-spacing: 0;
	}
	.teaser-head {
		height: 270px;
	}
	.teaser-head h2, .teaser-head p { left: 0; }
}

/** Mobile **/
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.header div:nth-child(1) { width: 100%; }
	.header .uk-navbar { display: none; }
	.header .uk-navbar-toggle { display: block !important; }
	.slider, .teaser-head { background-image: none; }
	.teaser-head h2 { left: 0; font-size: 24px;}
	.teaser-head p { left: 0; font-size: font-size 16px; }
	.teaser-head img { height: 90%; }
	.teaser-head { height: 227px; }
}
/* Mobile Slider */
@media only screen and (max-width: 480px) {
	.header div:nth-child(1) { width: 100%; }
	.header .uk-navbar { display: none; }
	.header .uk-navbar-toggle { display: block !important; }
	.teaser-head { height: 260px; }
	.teaser-head h2 { font-size: 20px; width: 100%; top: 20px; left:0px;}
	.teaser-head p { font-size: 14px; left: 0; top: 56px; width: 100%; }
	.teaser-head img { height: auto; width: 235px; top: 110px;/*right: 0; left: 0;  margin: 0 auto;*/}
	.teaser-head { background-image: none; }
}

/*UI Kit Changes*/
.topnavigation.uk-navbar-nav > li:hover > a,
.topnavigation.uk-navbar-nav > li > a:focus, 
.topnavigation.uk-navbar-nav > li.uk-open > a {
	background: none;
	color: #bd0c3e;
	text-decoration: none;
}

.topnavigation.uk-navbar-nav > li > a {
	height: 58px;
	font-weight: normal;
	font-size: 16px;
	line-height: 58px;
	font-family: Droid Sans,Verdana,Geneva,sans-serif;
}

.topnavigation.uk-navbar-nav ul.uk-nav > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top: 1px solid white;
    width: 100%;
}
.topnavigation.uk-navbar-nav div.uk-dropdown-navbar {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0 0 10px 10px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.topnavigation.uk-navbar-nav ul.uk-nav > li > a {
    background-color: transparent;
    color: #2f455d;
    font-size: 12px;
	margin: 5px;
	text-decoration: none;
    text-shadow: 1px 1px 0 white;
    text-transform: none;
}
.topnavigation.uk-navbar-nav ul.uk-nav > li > a:hover {
    background-color: #1a0c6e;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset, 0 0 5px rgba(0, 0, 0, 0.25);
    color: white;
    margin: 5px;
    text-shadow: none;
}
.content h1{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0 0 14px;
    padding: 0;
}

.header .uk-navbar-toggle {
	bottom: 10px;
    color: white;
    position: absolute;
    right: -15px;
	display: none;
	
	background-color: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 5px;
}

.uk-panel-box-primary {
    border: 1px solid rgba(45, 112, 145, 0.3) !important;
}
.uk-panel-box {
	border-radius: 4px !important;
}

input.uk-button, a.uk-button {
	background: linear-gradient(to bottom, #fff, #eee) repeat scroll 0 0 border-box #f7f7f7;
	border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	color: #666;
}
input.uk-button:active,
a.uk-button:active {
	background-color: #f5f5f5;
    border-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) inset;
    color: #666;
}

/* Mobile Submenu */
.uk-nav-offcanvas {
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
}
.uk-offcanvas-bar:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    bottom: 0;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.6);
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}
.uk-nav-offcanvas > li > a {
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	font-size: 20px;
}
.uk-nav-sub {
	padding: 0 0 0 15px;
}
.uk-nav-sub > li {
	padding: 5px 0;
}
.uk-nav-sub > li > a {
	font-size: 16px;
}
.uk-nav-offcanvas .uk-nav-sub {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
}
.uk-nav-offcanvas .uk-nav-divider {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
    height: 2px;
    margin: 0 0 0 -15px;
	padding: 0;
}