/* SG Responsive

Farben:

Dunkelblau: #07496f
Hellblau: #0086cb
Text colour: #1a1a1a 

*/

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../fonts/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}




/* DRUCKANSICHT */
@media print {
a[href]:after{
content:"" !important;
}
}

input {
	-webkit-appearance: none;
	-moz-appearance: none;
}


/* ALLGEMEIN */
body {
    color: #1a1a1a;
	font-family: 'Open Sans', Arial, sans-serif !important;
	font-size:15px;
	font-weight: 300 !important;
}

.body-innerwrapper {
	box-shadow: none !important;
}

/* TEXTFORMATIERUNGEN */
h1, h2, h3, h4, h5, h6 {
	color:#0086cb;
	font-family: 'Open Sans', Arial, sans-serif !important;
	padding: 10px 0px 5px 0px;
	font-weight: 300 !important;
}

h1 strong {
	font-weight: 700 !important;
	color: #07496f !important;
}

h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	font-weight: 600 !important;
	color: #07496f !important;
}

h1 {
	font-size: 317%;
	text-transform: normal;
	border: none;
	padding: 0px !important;
	margin: 0px 0px 10px 0px !important;
}

h2 {
	font-weight:600;
	margin-top:20px;
	padding: 0px !important;
	margin: 20px 0px 15px 0px !important;
}

blockquote h2 {
	margin: 0px 0px 15px 0px !important;
}

h3 {}

h4 {}

h5 {}

h6 {}

@media only screen and (max-width:1050px) {
h1 {
	font-size: 260%;
}

h2 {
	font-size: 200% !important;
}

.menu-startseite h1 img {
	width: 300px !important;
	margin: 0px 0px 20px 25px !important;
}
}

@media only screen and (max-width:767px) {
.menu-startseite h1 img {
	display: none !important;
}

h2 {
	font-size: 175% !important;
}
}

p {
	font-size:97%;
	line-height: 180%;
}

p strong {
	font-weight: 600 !important;
	color: #07496f !important;
}

p.readmore a:link, p.readmore a:link, p.readmore a:visited {
	text-decoration: none;
    color: #fff;
	background: #0086cb;
	border:none;
	padding: 7px 10px 7px 10px;
}

p.readmore a:hover, p.readmore a:active {
	text-decoration: none;
    color: #fff;
	background: #c6131c;
	border:none;
}

.item-title {
    border-bottom: none;
    font-weight: normal;
}

.page-header {
	border: 0px !important;
}

/* LINKS */
p a:link, a:visited {
	text-decoration: none;
	color: #0086cb;
}

a:hover, p a, p a:hover {
	text-decoration: underline;
	color: #1a1a1a;
}

a:not(.btn) {
    color: #0086cb!IMPORTANT;
}

/* LISTEN */
#sp-component ul {
	text-align:left;
	list-style:none;
	margin:0;
	padding:10px 0px;
}

#sp-component li {
	background:url(../images/dot.png) no-repeat 0px 8px;
	padding: 0px 0 7px 20px;
	margin:0 0 3px 0;
	text-transform: none;
	letter-spacing:0px;
	line-height:170%;
}

ul.sigProSleek li.sigProThumb a.sigProLink:hover {
	color: #FFF;
    border: 6px solid #4a4949;
	margin-left:0px;
}

#sp-component li.sigProThumb {
    background: url('../images/dot.png') no-repeat scroll 0px 8px transparent;
    padding: 0px 15px 7px 0px;
    margin: 0px 0px 3px;
    text-transform: none;
    letter-spacing: 0px;
    line-height: 170%;
}

ul.sigProSleek li.sigProThumb a.sigProLink {
    color: #fff;
    text-decoration: none;
    border: 6px solid #fff;
}

.pagination ul li {
	background: none !important;
}

.pagination ul {
	box-shadow: none !important;
}

/* BLOCKQUOTE */
blockquote {
	background: #ecf3fb;
	padding: 20px 20px 25px 20px;
	margin: 20px 0px;
	border:none;
}

blockquote p {
	font-size:100%;
	line-height: 180%;
}

hr {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* IMAGES (INHALT) */ 
.bilder {

}

/* IMAGES (INHALT) RESPONSIVE */ 
@media only screen and (max-width:500px) {

.bilder {
	margin:15px 100% 15px 0px!IMPORTANT;
	text-align:left!IMPORTANT;
	clear:right!IMPORTANT;
	float:left!IMPORTANT;
	margin-left: 0px !important;
}	

}

/* ------------------------- TEMPLATE -------------------------- */

/* HEADER & LOGO */
#header {
	padding-top:0px;
}

#sp-header-wrapper {
    height: auto !IMPORTANT;
    width: 100%;
    z-index: 1001;
	position:relative; /* AUF ABSOLUT SETZEN - WENN POS FEATURE NACH OBEN HINTER LOGO UND MENÜ RUTSCHEN SOLL */
	background: #ecf3fb;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.33);
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.33);
	padding: 15px 0px 0px 0px !important;
}

.menu-startseite #sp-header-wrapper {
	background: #fff !important;
}

.menu-startseite #sp-main-body-wrapper {
	padding: 65px 0px 10px 0px !important;
}

@media only screen and (max-width:1050px) {
.menu-startseite #sp-main-body-wrapper {
	padding: 50px 0px 10px 0px !important;
}
}

@media only screen and (max-width:767px) {
.menu-startseite #sp-main-body-wrapper {
	padding: 30px 0px 10px 0px !important;
}
}

#sp-main-body-wrapper {
	padding: 35px 0px 10px 0px !important;
}

@media only screen and (max-width:767px) {
#sp-main-body-wrapper {
	padding: 30px 0px 10px 0px !important;
}
}

.button-leistungen, .button-leistungen-last {
	width: 142px !important;
	float: left !important;
	margin-right: 22px !important;
}

.button-leistungen-last {
	margin-right: 0px !important;
}

@media only screen and (max-width:1201px) {
.button-leistungen, .button-leistungen-last {
	width: 109px !important;
	margin-right: 22px !important;
}

.button-leistungen-last {
	margin-right: 0px !important;
}
}

@media only screen and (max-width:1050px) {
#sp-logo {
	width: 93px !important;
}
	
.button-leistungen {
	width: 30% !important;
}

.button-leistungen-last {
	width: 30% !important;
}
}

@media only screen and (max-width:767px) {
#sp-logo {
	float: right !important;
}

.button-leistungen {
	width: 44% !important;
}

.button-leistungen-last {
	width: 44% !important;
}
}

@media only screen and (max-width:450px) {
.button-leistungen {
	width: 100% !important;
	margin: 0px !important;
}

.button-leistungen-last {
	width: 100% !important;
}
}

/* MENU */
#sp-main-menu {
	margin-top: 49px !important;
}

.ltr #sp-main-menu ul.level-0 > li a {
text-align: center !important;
}

#sp-main-menu ul.level-0 > li:after {
    border: 0px;
}

.ltr #sp-menu {
	text-align: right !important;
}

#sp-main-menu ul.level-0 > li a {
    color: #0086cb !IMPORTANT;
	padding: 0px 0px 15px 0px !important;
	margin: 0px 17px 0px 17px !important;
	text-transform: none !important;
	font-size: 100% !important;
	font-weight: 300 !important;
	background: url(../images/menu-hover_.jpg) no-repeat bottom center !important;
}

#sp-main-menu ul.level-0 > li a:hover {
	background: url(../images/menu-hover.png) no-repeat bottom center !important;
}

#sp-main-menu ul.level-0 > li.active a {
	background: url(../images/menu-active.png) no-repeat bottom center !important;
	color: #07496f !important;
}

/*Drop-Down*/
#sp-main-menu ul.level-1 > li {
    border-top: 0px solid #EEE;
	margin-top: 0px !important;
}

#sp-main-menu li li:not(.sp-menu-group) {
	border: 0px !important;
}

#sp-main-menu ul.level-1 > li a, #sp-main-menu ul li.active ul.level-1 > li a {
    color: #fff!IMPORTANT;
	padding: 9px !important;
	margin: 0px !important;
	background: #07496f !important;
}

#sp-main-menu ul.level-1 > li a:hover, #sp-main-menu ul li.active ul.level-1 > li a:hover, #sp-main-menu ul.level-1 > li.active a, #sp-main-menu ul li.active ul.level-1 > li.active a {
	background-image: none !important;
	background-color: #fff !important;
	color: #07496f !important;
}

#sp-main-menu ul.sp-menu.level-1 {
    list-style: none outside none;
    margin-top: 0px!IMPORTANT;
    padding: 0px;
}

/*2*/
ul.sp-menu.level-2  {
	margin-top:0px !important;
	width:250px !important;
}

sp-submenu sub-level-child {
	margin-top:0px !important;
}

/* MOBILE MENU */

/*toggle*/
.ltr .sp-main-menu-toggler {
	width:30px;
	height:30px;
	padding-top:15px;
	margin-right:0px;
	margin-top:45px;
	position: relative !important;
	left: 110px !important;
	top: -49px !important;
}

.btn-inverse {
	background: none !important;
	color: #07496f !important;
	font-size: 200% !important;
}

@media only screen and (max-width:767px) {
.ltr .sp-main-menu-toggler {
	margin-top:45px;
	position: relative !important;
	left: 0px !important;
	top: -8px !important;
}
}

/*Aufklapp*/
.sp-mobile-menu {
	margin-top:55px;
	width: 300px !important;
}

@media only screen and (max-width:400px) {
.sp-mobile-menu {
	width: 100% !important;
}		
}

/*allg*/
.sp-mobile-menu ul li {
	background: none !important;
	border: 0px !important;
}

.sp-mobile-menu ul li {
	padding: 0px !important;
}

/*1-Ebene*/
.sp-mobile-menu ul li a {
	color: #1A1A1A !important;
	background: #fff;
	border-bottom: 1px solid #CCCCCC !important;
	padding-left: 10px !important;
	width: 100% !important;
	text-decoration: none !important;
}

.sp-mobile-menu ul li span.sp-menu-toggler {
	margin-top: -41px !important;
	z-index: 300 !important;
	position: relative !important;
	background: #07496f !important;
	width: 45px !important;
}

/*2-Ebene*/
.sp-mobile-menu ul li ul li a {
	color: #ffffff !important;
	background: #07496f !important;
	border-bottom: 1px solid #fff !important;
	padding-left: 10px !important;
	width: 100% !important;
}

.sp-mobile-menu ul li ul li span.sp-menu-toggler {
	background: #07496f !important;
}

/*3-Ebene*/
.sp-mobile-menu ul li ul li ul li a {
	color: #C5E6F7 !important;
	background: #4c4c4c !important;
	border-bottom: 1px solid #8C8C8C !important;
	padding-left: 10px !important;
	width: 100% !important;
}

/* KONTAKT */
@media only screen and (max-width:768px) and (min-width:0px) {
div.linkss table.map {
		float: none !important; 
		Width: 100% !important;
}
}

/* KONTAKT */
@media only screen and (max-width:768px) and (min-width:0px) {
div.linkss table.map {
		float: none !important; 
		Width: 100% !important;
}
}


/* FORMULAR */
.wdform_page {
	background: none !important;
}

.fmbutton {
	padding-left: 393px;
}

.wdform-label, .mini_label {
	font-family: 'Open Sans', Arial, sans-serif !important;
}

@media only screen and (max-width:1070px) {
.fmbutton {
	padding-left: 0px;
}
}

.button-submit {
	background: #0086cb !important;
	color: #fff !important;
	text-shadow: none !important;
	font-family: 'Open Sans', Arial, sans-serif !important;
	line-height: 100% !important;
	font-size: 95% !important;
}

.button-submit:hover {
	background: #D1EF0B !important;
}

/* FEATURE (SLIDESHOW/FLEXHEADER) */
#sp-feature-wrapper {
    background: none !important;
	height: auto !important;
    color: #FFF;
	padding-top: 0px !important;
}

@media only screen and (max-width:979px) {
.responsive #sp-feature-wrapper {
	padding-bottom: 0px !important;
}
}

/*Button (Weiter/Zurück)*/
.tp-leftarrow.default, .tp-rightarrow.default {
	display: none !important;
}

.tp-bullets.hidebullets {
	opacity: 1 !important;
}

.tp-bullets {
	margin-bottom: 70px !important;
}

.tp-bullets.simplebullets.round .bullet {
	background-image: url(../images/bullet.png) !important;
}

/* MEDIA */
#sp-buttons-wrapper {
	position: absolute !important;
	width: 100% !important;
	top: 512px !important;
	z-index: 1200 !important;
}

#sp-media {
	text-align: right !important;
}

#sp-media img {
	width: 100px !important;
	margin-left: -5px !important;
}

@media only screen and (max-width:1201px) {
#sp-buttons-wrapper {
	top: 500px !important;
}
}

@media only screen and (max-width:1150px) {
#sp-buttons-wrapper {
	top: 475px !important;
}
}

@media only screen and (max-width:1100px) {
#sp-buttons-wrapper {
	top: 450px !important;
}
}

@media only screen and (max-width:1050px) {
#sp-buttons-wrapper {
	top: 430px !important;
}
}

@media only screen and (max-width:1000px) {
#sp-buttons-wrapper {
	top: 405px !important;
}
}

@media only screen and (max-width:950px) {
#sp-buttons-wrapper {
	top: 380px !important;
}
}

@media only screen and (max-width:900px) {
#sp-buttons-wrapper {
	top: 350px !important;
}
}

@media only screen and (max-width:850px) {
#sp-buttons-wrapper {
	top: 340px !important;
}
}


/* SEARCH */
#sp-search {
	margin-top: 40px;
}

.acesearch_input_module_simple {
	float: right !important;
	width: 90% !important;
	margin: 0px !important;
	background: #ecf3fb url(../images/search-icon.png) center right no-repeat !important;
	border: 1px solid #0086cb !important;
	border-radius: 4px !important;
	font-family: "Open Sans",Arial,sans-serif !important;
	color: #0086cb !important;
	font-weight: 300 !important;
	font-size: 90% !important;
}

.menu-startseite .acesearch_input_module_simple {
	background: #fff url(../images/search-icon.png) center right no-repeat !important;
}

.search .label-info, .badge-info {
	background: #0086cb;
}

.search button.btn {
	color: #0086cb !important;
}

.search dd {
	margin-left: 0px;
}

#search-wrapper {
	float: left;
	width: 80%;
}

.form-limit {
	float: right;
}

@media only screen and (max-width:1050px) {
#sp-search {
	width: 20% !important;
	float: right !important;
}
}

/* SEARCH RESULTS */
/* suchfeld */
.acesearchsimple_input_image {
	border-radius: 0px !important;
	box-shadow: none !important;
	border: 0px !important;
	background: #EFEFEF url("../images/search-icon.png") no-repeat scroll 99% center !important;
	padding: 8px 40px 8px 8px !important;
	width: 96% !important;
}

#acesearch_bg {
	margin-bottom: 20px !important;
}

#acesearch_bg button.btn-success {
	display: none !important;
}

/* text */
.acesearch_fieldset legend.acesearch_legend {
	background: none !important;
	border: 0px !important;
	text-transform: none;
	color: #0086cb;
	font-family: 'Open Sans', Arial, sans-serif !important;
	padding: 10px 0px 0px 0px !important;
	font-size: 31.5px;
	font-weight: 300 !important;
	margin: 0px 0px 10px 0px !important;
}

.about {
	color: #0086cb !important;
	font-weight: normal !important;
	margin-top: -10px !important;
}

/* result */
.acesearch_highlight {
	background: #fff !important;
	font-weight: normal !important;
}

#dotttt + div font {
	font-size: 120% !important;
	color: #0086cb;
	margin: 12px 0px 5px 0px !important;
}

#dotttt + div {
	margin: 18px 0px 9px 0px !important;
}

#dotttt + div + div {
	line-height: 180% !important;
}

/* allg */
.acesearch_fieldset {
	padding: 0px !important;
	border: 0px !important;
}

#acesearch_pagination {
	background: 0px !important;
}

#dotttt, .acesearch_clear {
	display: none !important;
}

/* CAROUSEL BANNDER */
#sp-bottom1 {
	margin-bottom: 40px !important;
}

.nbs-flexisel-inner {
	background: none !important;
}

.nbs-flexisel-item {
	border-right: 1px solid #ecf3fb !important;
	margin-left: -1px !important;
}

.nbs-flexisel-nav-right {
	background: #fff url(../images/button-next.png) right center no-repeat !important;
	opacity: 1 !important;
	height: 100% !important;
	top: 0px !important;
	right: -10px !important;
}

.nbs-flexisel-nav-left {
	background: #fff url(../images/button-previous.png) right center no-repeat !important;
	opacity: 1 !important;
	height: 100% !important;
	top: 0px !important;
	left: -10px !important;
}

/* FOOTER */
#sp-footerr-wrapper {
	background: #0086cb !important;
	color: #fff !important;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.33);
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.33);
	padding: 25px 0px 10px 0px !important;
}

#sp-footerr-wrapper a {
	color: #fff !important;
	text-decoration: underline !important;
}

#sp-footerr-wrapper strong {
	color: #fff !important;
}

#sp-footerr-wrapper h3 {
	color: #07496f !important;
	font-size: 100% !important;
	font-weight: 600 !important;
	padding: 0px !important;
	margin: 0px 0px 5px 0px !important;
}

@media only screen and (max-width:767px) {
#sp-footer3, #sp-footer4 {
	width: 50% !important;
	float: left !important;
}
}

/* BACK-TO-TOP */

.backtotop {
	background: #fff;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.33);
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.33);
    border-radius: 45px;
	margin-right: 20px !important;
}

.backtotop:hover {
    background-color: #49494b!IMPORTANT;
	text-decoration:none;
}

.backtotop i {
	color: #0086cb !important;
}

/* ERROR Page 404 Fehler */
#error {
	background-color: #0086cb !important;
	color: #ffffff !important;
}

#error-page {
	margin-top: 220px !important;
}

.error-code {
	color: #fff !important;
	text-shadow: none !important;
	font-weight: 800 !important;
	padding: 0px 0px !important;
	margin: 0px !important;
	border-top: 2px solid #ffffff !important;
	border-bottom: 2px solid #ffffff !important;
	display: inline !important;
	line-height: 30px !important;
	height: 30px !important;
	font-size: 1200% !important;
}

#error h2 {
	color: #fff !important;
	text-shadow: none !important;
	font-size: 440% !important;
	font-weight: 300 !important;
	margin-top: 110px !important;
	margin-right: -30px !important;
}

p.error-message {
	color: #fff !important;
	text-shadow: none !important;
	font-weight: 300 !important;
	text-transform: none !important;
	margin-top: 30px !important;
}

p a.button {
	background-color: #ffffff !important;
	font-weight: bold !important;
	padding: 12px 35px !important;
	border: 2px solid #fff !important;
	line-height: 555% !important;
}

p a.zbutton {
	border: 2px solid #fff !important;
	padding: 12px 61px !important;
	color: #fff !important;
	line-height: 555% !important;
	margin-right: 6px !important;
}

p a.zbutton:hover {
	background-color: #ecf3fb !important;
	color: #07496f !important;
}

p a.button:hover {
	background-color: #ecf3fb !important;
	border: 2px solid #ecf3fb !important;
	color: #07496f !important;
}

/* GOOGLE MAPS ------------------------------------------------------------------------------ */
table.map {
	width:70%!IMPORTANT;
}

@media only screen and (max-width:765px) {
table.map {
	margin:15px 100% 15px 0px!IMPORTANT;
	text-align:left!IMPORTANT;
	clear:right!IMPORTANT;
	float:left!IMPORTANT;
	width:100%!IMPORTANT;
}	
}

/*--- KONTAKTFORMULAR DATENSCHUTZ ---*/

.datenschutz_checkbox .wdform-ch-rad-label {
	float:right !important;
	width: calc(100% - 40px) !important;
}

.datenschutz_checkbox .checkbox-div.forlabs {
	float:left;
}

#wdform_11_element120 {
    -moz-appearance: checkbox;
    display: inline-block;
    float: left;
}

#form12 .checkbox-div.forlabs {
    float: left;
}