@charset "utf-8";
#header_wrapper
{clear:both;display:block;width:100%;height:auto;}
#header_navigation
{clear:both;display:block;width:100%;height:auto;position:relative;margin-left:0;margin-right:0;}
#outer
{clear:both;display:block;width:100%;height:auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
    filter: alpha(opacity=100); /* IE 5-7 */
    -moz-opacity: 1; /* Netscape/FireFox */
    -khtml-opacity: 1; /* Safari 1.x */
    opacity: 1; /* aktuelle Browser */
margin-left:0;margin-right:0;}
#footer
{width:100%;height:auto;margin-left:auto;margin-right:auto;border-top:none;border-bottom:none;border-left:none;border-right:none;}
#content
{clear:both;display:block;width:100%;height:auto;margin-left:0;margin-right:0;}
#header_logo
{float:right;width:auto;height:auto;position:absolute;bottom:-1px;right:1px;margin-left:0;margin-right:0;-moz-border-radius-topleft:10px;-webkit-border-top-left-radius:10px;-khtml-border-radius-topleft:10px;border-top-left-radius:10px;-moz-border-radius-topright:10px;-webkit-border-top-right-radius:10px;-khtml-border-radius-topright:10px;border-top-right-radius:10px;}
#header
{clear:both;display:block;width:1080px;height:148px;position:relative;margin-left:auto;margin-right:auto;}

/**** CSS für Slider; Klassen ggf. im Kontrollzentrum überschreiben -> Layout -> CSS ändern ****/
/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
*/

/* The Nivo Slider styles */
.nivoSlider {
    position:relative;
    width:100%;
    height:auto;
    overflow: hidden;
}
.nivoSlider img {
    position:absolute;
    top:0;
    left:0;
    max-width: none;
	/*max-height:100%!important;*/
}
.nivo-main-image {
    display: block !important;
    position: relative !important; 
    width: 100% !important;
	/*max-height:100%!important;*/
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:0;
    padding:0;
    margin:0;
    z-index:6;
    display:none;
    background-color:#fff; 
    filter:alpha(opacity=0); 
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display:block;
    position:absolute;
    z-index:5;
    height:100%;
    top:0;
}
.nivo-box {
    display:block;
    position:absolute;
    z-index:5;
    overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
    position:absolute;
    left:0;
    bottom:0;
    background:#000;
    color:#fff;
    width:100%;
    z-index:8;
    padding: 5px 10px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter:alpha(opacity=8);
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;   /* Firefox, other Gecko */
    box-sizing: border-box;       /* Opera/IE 8+ */
}
.nivo-caption p {
    margin:0;
}
.nivo-caption a {
    display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position:absolute;
    top:45%;
    z-index:9;
    cursor:pointer;
}
.nivo-prevNav {
    left:0;
}
.nivo-nextNav {
    right:0;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    text-align:center;
    padding: 15px 0;
}
.nivo-controlNav a {
    cursor:pointer;
}
.nivo-controlNav a.active {
    font-weight:bold;
}

/*
Skin Name: Nivo Slider Light Theme
Skin URI: http://nivo.dev7studios.com
Description: A light skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-light.slider-wrapper {
    background: #fff;
    padding: 10px;
}
.theme-light .nivoSlider {
    position:relative;
    background:#fff url(slider/light/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    overflow: visible;
}
.theme-light .nivoSlider img {
    position:absolute;
    top:0;
    left:0;
    display:none;
}
.theme-light .nivoSlider a {
    border:0;
    display:block;
}

.theme-light .nivo-controlNav {
    text-align: left;
    padding: 0;
    position: relative;
    z-index: 10;
}
.theme-light .nivo-controlNav a {
    display:inline-block;
    width:10px;
    height:10px;
    background:url(slider/light/bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin: 0 2px;
}
.theme-light .nivo-controlNav a.active {
    background-position:0 100%;
}

.theme-light .nivo-directionNav a {
    display:block;
    width:30px;
    height:30px;
    background: url(slider/light/arrows.png) no-repeat;
    text-indent:-9999px;
    border:0;
    top: auto;
    bottom: -36px;
    z-index: 11;
}
.theme-light .nivo-directionNav a:hover {
    background-color: #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.theme-light a.nivo-nextNav {
    background-position:160% 50%;
    right:0;
}
.theme-light a.nivo-prevNav {
    background-position:-60% 50%;
    left: auto;
    right: 35px;
}

.theme-light .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-light .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-light .nivo-caption a:hover {
    color:#fff;
}

.theme-light .nivo-controlNav.nivo-thumbs-enabled {
    width: 80%;
}
.theme-light .nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 5px;
}
.theme-light .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: 120px;
    height: auto;
}

/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default .nivoSlider {
    position:relative;
    background:#fff url(slider/default/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    -webkit-box-shadow: 0 1px 5px 0 #4a4a4a;
    -moz-box-shadow: 0 1px 5px 0 #4a4a4a;
    box-shadow: 0 1px 5px 0 #4a4a4a;
}
.theme-default .nivoSlider img {
    position:absolute;
    top:0;
    left:0;
    display:none;
}
.theme-default .nivoSlider a {
    border:0;
    display:block;
}

.theme-default .nivo-controlNav {
    text-align: center;
    padding: 20px 0;
}
.theme-default .nivo-controlNav a {
    display:inline-block;
    width:22px;
    height:22px;
    background:url(slider/default/bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
    background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
    display:block;
    width:30px;
    height:30px;
    background:url(slider/default/arrows.png) no-repeat;
    text-indent:-9999px;
    border:0;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
    background-position:-30px 0;
    right:15px;
}
.theme-default a.nivo-prevNav {
    left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: 120px;
    height: auto;
}

/*
Skin Name: Nivo Slider Dark Theme
Skin URI: http://nivo.dev7studios.com
Description: A dark skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-dark.slider-wrapper {
    background: #222;
    padding: 10px;
}
.theme-dark .nivoSlider {
    position:relative;
    background:#fff url(slider/dark/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    overflow: visible;
}
.theme-dark .nivoSlider img {
    position:absolute;
    top:0;
    left:0;
    display:none;
}
.theme-dark .nivoSlider a {
    border:0;
    display:block;
}

.theme-dark .nivo-controlNav {
    text-align: left;
    padding: 0;
    position: relative;
    z-index: 10;
}
.theme-dark .nivo-controlNav a {
    display:inline-block;
    width:10px;
    height:10px;
    background:url(slider/dark/bullets.png) no-repeat 0 2px;
    text-indent:-9999px;
    border:0;
    margin: 0 2px;
}
.theme-dark .nivo-controlNav a.active {
    background-position:0 100%;
}

.theme-dark .nivo-directionNav a {
    display:block;
    width:30px;
    height:30px;
    background: url(slider/dark/arrows.png) no-repeat;
    text-indent:-9999px;
    border:0;
    top: auto;
    bottom: -36px;
    z-index: 11;
}
.theme-dark .nivo-directionNav a:hover {
    background-color: #333;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.theme-dark a.nivo-nextNav {
    background-position:-16px 50%;
    right:0;
}
.theme-dark a.nivo-prevNav {
    background-position:11px 50%;
    left: auto;
    right: 35px;
}

.theme-dark .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-dark .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-dark .nivo-caption a:hover {
    color:#fff;
}

.theme-dark .nivo-controlNav.nivo-thumbs-enabled {
    width: 80%;
}
.theme-dark .nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 5px;
}
.theme-dark .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: 120px;
    height: auto;
}

/*
Skin Name: Nivo Slider Bar Theme
Skin URI: http://nivo.dev7studios.com
Description: The bottom bar skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: false
*/

.theme-bar.slider-wrapper {
    position: relative;
    border: 1px solid #333;
    overflow: hidden;
}
.theme-bar .nivoSlider {
    position:relative;
    background:#fff url(slider/bar/loading.gif) no-repeat 50% 50%;
}
.theme-bar .nivoSlider img {
    position:absolute;
    top:0;
    left:0;
    display:none;
}
.theme-bar .nivoSlider a {
    border:0;
    display:block;
}

.theme-bar .nivo-controlNav {
    position: absolute;
    left: 0;
    bottom: -41px;
    z-index: 10;
    width: 100%;
    height: 30px;
    text-align: center;
    padding: 5px 0;
    border-top: 1px solid #333;
    background: #333;
    background: -moz-linear-gradient(top,  #565656 0%, #333333 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#565656), color-stop(100%,#333333)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #565656 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #565656 0%,#333333 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #565656 0%,#333333 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #565656 0%,#333333 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
    opacity: 0.5;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-bar:hover .nivo-controlNav {
    bottom: 0;
    opacity: 1;
}
.theme-bar .nivo-controlNav a {
    display:inline-block;
    width:22px;
    height:22px;
    background:url(slider/bar/bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin: 5px 2px 0 2px;
}
.theme-bar .nivo-controlNav a.active {
    background-position:0 -22px;
}

.theme-bar .nivo-directionNav a {
    display:block;
    border:0;
    color: #fff;
    text-transform: uppercase;
    top: auto;
    bottom: 10px;
    z-index: 11;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 20px;
    opacity: 0.5;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-bar a.nivo-nextNav { right: -50px; }
.theme-bar a.nivo-prevNav { left: -50px; }
.theme-bar:hover a.nivo-nextNav { 
    right: 15px; 
    opacity: 1;
}
.theme-bar:hover a.nivo-prevNav { 
    left: 15px; 
    opacity: 1;
}
.theme-bar .nivo-directionNav a:hover { color: #ddd; }

.theme-bar .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-bar:hover .nivo-caption {
    bottom: 41px;
}
.theme-bar .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-bar .nivo-caption a:hover {
    color:#fff;
}

.theme-bar .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
}
.theme-bar .nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 5px;
}
.theme-bar .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: 120px;
    height: auto;
}

.slider-wrapper .nivoSlider.loaded {
    background-image: none;
}

/**** CSS aus Kontrollzentrum -> Layout -> CSS ändern - File ****/
/* @font-face kit by Fonts2u (http://www.fonts2u.com) */ @font-face {font-family:"Open Sans Semibold";src:url("includes/fonts/OpenSans-Semibold.eot?") format("eot"),url("includes/fonts/OpenSans-Semibold.woff") format("woff"),url("includes/fonts/OpenSans-Semibold.ttf") format("truetype"),url("includes/fonts/OpenSans-Semibold.svg#OpenSans-Semibold") format("svg");font-weight:normal;font-style:normal;}

/* @font-face kit by Fonts2u (http://www.fonts2u.com) */ @font-face {font-family:"Open Sans Bold";src:url("includes/fonts/OpenSans-Bold.eot?") format("eot"),url("includes/fonts/OpenSans-Bold.woff") format("woff"),url("includes/fonts/OpenSans-Bold.ttf") format("truetype"),url("includes/fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg");font-weight:normal;font-style:normal;}

/* @font-face kit by Fonts2u (http://www.fonts2u.com) */ @font-face {font-family:"Open Sans";src:url("includes/fonts/OpenSans-Regular.eot?") format("eot"),url("includes/fonts/OpenSans-Regular.woff") format("woff"),url("includes/fonts/OpenSans-Regular.ttf") format("truetype"),url("includes/fonts/OpenSans-Regular.svg#OpenSans") format("svg");font-weight:normal;font-style:normal;}

/* @font-face kit by Fonts2u (http://www.fonts2u.com) */ @font-face {font-family:"Open Sans Light";src:url("includes/fonts/OpenSans-Light.eot?") format("eot"),url("includes/fonts/OpenSans-Light.woff") format("woff"),url("includes/fonts/OpenSans-Light.ttf") format("truetype"),url("includes/fonts/OpenSans-Light.svg#OpenSans-Light") format("svg");font-weight:normal;font-style:normal;}



html, body {
	margin: 0 0 0 0; /*top left bottom right*/
	padding: 0;
	font: normal 1rem/1.0 "Open Sans", sans-serif;
	/*font: normal 1em/1.0 Verdana, Helvetica, Arial, sans-serif;*/
	width:100%;
	height:100%;
	background: url(/d-7/docs/images/layout/bg_content.jpg) no-repeat 70% 100% transparent;
	background-size: cover;background-attachment:fixed;
}

body {
	position: relative;
}

@media (max-width: 400px) {
	html, body {
		font: normal 0.86rem/1.0 "Open Sans", sans-serif;
	}
}


a {color: #fff; text-decoration:none; }
a:hover { text-decoration:none; }
#content p a:hover { color:#cd252a; }

#content a {color:#000;}

#header_wrapper {background-color:#082987; border-bottom:2px solid #fff;}
#header {text-align:center;}
@media (max-width: 420px) {
	#header {height: 125px;}
}
#header img.siegel {bottom:-37px; position: relative;}
@media (max-width: 1199px) {
	#header img.siegel {left:15px; bottom:10px;position: absolute; max-height:120px; width:auto!important;}
}
#header #header_logo {background-color:rgba(255,255,255,0.8);}
@media (max-width: 640px) {
	#header #header_logo.col-xs-12 {width:100%;}
	#header img.siegel {display:none;}
}
#header #header_logo h1, #header #header_logo p {margin: 5px 0;}
#header #header_logo h1 a {font-size:2.95rem; color:#000; }
#header #header_logo h1 a:hover {text-decoration:none;}
#header #header_logo p {font-size:15px; margin:15px;}
#header #header_logo p img {max-width:100%; height:auto!important;}
#header #header_navigation {position:absolute;bottom:0;left:0;}

#header_navigation {z-index:999;text-align: center; margin-top:50px;}
@media (max-width: 1199px) {
	#header_navigation {margin-top:15px;}

}

#header_navigation ul {margin:0;padding:0;}
#header_navigation ul li {padding:0;margin:0;list-style:none;display:inline-block;position:relative;}

#header_navigation ul li ul {display:none;}
#header_navigation ul li:hover > ul {display:block;position:absolute;}
#header_navigation ul li a {text-decoration:none;}
#header_navigation ul li ul {margin:0;}
#header_navigation ul.category ul {/*display:none;*/}
#header_navigation > ul >  li span {background: url(/d-7/docs/images/layout/icon_link.png) no-repeat 0 50% transparent;display: inline-block;}
#header_navigation > ul >  li span a {display:block;padding:8px 8px 8px 25px;vertical-align:middle; text-transform:uppercase;font: normal 1rem/1.0 "Open Sans Light", sans-serif;}
#header_navigation > ul > li:hover span,
#header_navigation > ul > li.active span
{background-image: url(/d-7/docs/images/layout/icon_link_active.png)}

#header_navigation ul.level1 {width:1080px;z-index:99; top:31px; left:-2px; background-color:#F4F4F4; /*border:2px solid #fff;*/ border-top:3px solid #FA5858;
-webkit-border-bottom-right-radius: 10px; -moz-border-radius-bottomright: 10px; border-bottom-right-radius: 10px; -khtml-border-radius-bottomright: 10px;
-webkit-border-bottom-left-radius: 10px; -moz-border-radius-bottomleft: 10px; border-bottom-left-radius: 10px; -khtml-border-radius-bottomleft: 10px;}

/*** outer ***/
#outer {padding-bottom:75px;}

/**** Content ****/
#content {line-height:1.6em; margin-top:30px; background-color:rgba(255,255,255,0.8); padding:25px;border-radius: 25px;}
#content > h1 {margin-top:0;  line-height: 1.2em;}
#content p {text-align:justify;}
#content p a[href] {background: url(/d-7/docs/images/layout/icon_link_content.png) no-repeat 100% 50% transparent; padding-right: 18px;}
#content p a[href]:hover {background: url(/d-7/docs/images/layout/icon_link_active_small.png) no-repeat 100% 50% transparent;}
#content blockquote {border-left:8px solid #ccc; font-style: italic; padding-left: 10px; font-size: 0.9em;}

/*** Footer ***/
#footer {color: #fff; font-size: 12px; vertical-align:middle; background-color:#082987; position: absolute; bottom:0; text-align:center;
    width: 60%!important;
	left: 20%;
    right: 20%;
	-moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -khtml-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-radius-topright: 10px;
    border-top-right-radius: 10px;
}
#footer > div {width: auto!important; min-width:0px!important;margin:10px;}
@media (max-width: 991px) {
	#footer {width: 80%!important;left: 10%;right: 10%;}
}
@media (max-width: 768px) {
	#footer {width: 96%!important;left: 2%;right: 2%;}
}
#footer a {color: #fff; font-size: 14px; }
#footer ul.infolinks {margin:0 auto;padding:0;}
#footer ul.infolinks li {display: inline; text-transform:uppercase;font: normal 1rem/1.0 "Open Sans Light", sans-serif;}
#footer ul.infolinks li a {margin:0 4px;}
#footer ul.infolinks li:nth-child(n+2) a:before {content: "-"; margin-right: 13px;}


@media (max-width: 500px) {
	#outer {padding-bottom:20px;}
	#footer {position:relative;}
	#footer ul.infolinks li {display: block; font-size: 1.1em;}
	#footer ul.infolinks li a {margin: 4px; display:block;}
	#footer ul.infolinks li:nth-child(n+2) a:before {content: ""; margin-right: 0;}
}

#footer .copyright {margin-top:15px; font-size:0.85em;}

/*** Startseite ***/
.content43 #content,
.content53 #content {color:#fff;background:none;padding: 0;}
.content43 #content h1,
.content53 #content h1 {display:none;}
#content .termin_wrapper .sectionTermine i {margin-right:15px;}
#content .termin_wrapper .partner {background-color: #082987;}
#content .termin_wrapper .partner span {padding: 25px 10px;font-size: 2.3em;display: block;text-align:center;}
#content .termin_wrapper .klassen {}
#content .termin_wrapper .klassen > div {
    background-color: #cd252a;
    padding: 3px 10px;
	margin: 0 10px;
    font-size: 1.5em;
	position: relative;
}
#content .termin_wrapper .klassen > div:first-child {margin-bottom:4px;}
#content .termin_wrapper .klassen > div sup {
	position: absolute;
    top: 1px;
    left: 65px;
    font-size: 0.7em;
}
#content .termin_wrapper .pkw {}
#content .termin_wrapper .lkw {}
#content .termin_wrapper .krad {}
#content .termin_wrapper .seminare {}
#content .termin_wrapper .slogan {background-color: #fff;color: #000;font-size: 2.0em; text-transform: uppercase;font-family: "Open Sans Light", sans-serif;	margin-top:15px;}
#content .termin_wrapper .slogan span {padding: 15px 10px;display: block; text-align:center;line-height: 1.2em;}
#content .termin_wrapper .hotline  {background-color: #000;font-size: 0.9em; text-transform: uppercase;font-family: "Open Sans Light", sans-serif;}
#content .termin_wrapper .hotline > span {color: #fff;display: block; text-align:center;padding:5px 10px;	}
#content .termin_wrapper .hotline span a {color: #fff;}
#content .termin_wrapper .kontakt  {background-color: #cd252a;font-size: 0.9em; text-transform: uppercase;font-family: "Open Sans Light", sans-serif;	}
#content .termin_wrapper .kontakt > span {color: #fff;display: block; text-align:center;padding:5px 10px;}
#content .termin_wrapper .kontakt span a {color: #fff;}

#content .termin_wrapper .ort {background-color: #000;font-size: 1.1em; text-transform: uppercase;font-family: "Open Sans Light", sans-serif;	}
#content .termin_wrapper .ort span {padding:5px 10px;display: block;}
#content .termin_wrapper .adresse {background-color: #fff;font-size: 1.1em; text-transform: uppercase;font-family: "Open Sans Light", sans-serif;	}
#content .termin_wrapper .adresse span {color:#000; padding:5px 10px;display: block;}

#content .termin_wrapper .termine {background-color: #082987;color: #000;font-size: 2.0em; text-transform: uppercase;font-family: "Open Sans Light", sans-serif;	margin-top:15px;}
#content .termin_wrapper .termine span {color: #fff;padding: 15px 10px;display: block; text-align:center;}
#content .termin_wrapper .terminOrt {background-color: #000;font-size: 1.4em; text-transform: uppercase;font-family: "Open Sans Light", sans-serif;	}
#content .termin_wrapper .terminOrt > span {padding:5px 10px;display: block;}
#content .termin_wrapper .terminOrt a {color:#fff;}
#content .termin_wrapper .terminOrt .visible-xs,
#content .termin_wrapper .terminOrt .visible-sm {display:inline-block!important;}

#content .termin_wrapper .terminArt {background-color: #fff;font-size: 1.1em; text-transform: uppercase;font-family: "Open Sans Light", sans-serif;	}
#content .termin_wrapper .terminArt > span {color:#000; padding:5px 10px;display: block;}

#content .termin_wrapper .sectionTermine .hotline  {background-color: #082987;}
#content .termin_wrapper .sectionTermine .hotline > span,
#content .termin_wrapper .sectionTermine .kontakt > span {padding:5px 10px;}
#content .termin_wrapper .sectionTermine .hotline > span i:before,
#content .termin_wrapper .sectionTermine .kontakt > span i:before {line-height: 25px;vertical-align: middle;}
#content .termin_wrapper .angebot {font-size: 1.4em;}

#content .termin_wrapper .kursnet img {max-width: 100%; height:auto;}



@media (max-width: 768px) {
	#content .termin_wrapper .klassen > div {margin: 0; margin-right: 5px;}
	#content .termin_wrapper .klassen + .klassen > div {margin-right: 0; margin-left: 5px;}
	#content .termin_wrapper .klassen > div sup {font-size: 0.6em;}
}
@media (max-width: 400px) {
	#content .termin_wrapper .klassen > div sup {right:5px;left:auto;}
	#content .termin_wrapper .sectionTermine .hotline > span i:before,
	#content .termin_wrapper .sectionTermine .kontakt > span i:before {line-height: 18px;}
}

@media (max-width: 718px) {
	#content .termin_wrapper .sectionTermine i {margin-right:10px;}
}

#content .termin_wrapper .terminOrt .visible-xs, #content .termin_wrapper .terminOrt .visible-sm, #content .termin_wrapper .terminOrt .visible-md, #content .termin_wrapper .terminOrt .visible-lg {display:none!important;}
@media (max-width: 767px) {
	#content .termin_wrapper .terminOrt .visible-xs {
		display: inline-block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .termin_wrapper .terminOrt .visible-sm {
		display: inline-block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .termin_wrapper .terminOrt .visible-md {
		display: inline-block !important;
	}
}
@media (min-width: 1200px) {
	#content .termin_wrapper .terminOrt .visible-lg {
		display: inline-block !important;
	}
}

#content .termin_wrapper .lkwkostenlos {background-color: #cd252a;color: #000;font-size: 1.7em; text-transform: uppercase;font-family: "Open Sans Light", sans-serif;}
#content .termin_wrapper .lkwkostenlos span {padding: 12px 8px;display: block; text-align:center;}
#content .termin_wrapper .lkwkostenlos span a {color: #fff;}

/*** vcard ***/
.vcard {margin-right: 10px;}
.vcard h3 {width:auto; padding:10px 15px;background-color:#082987; color:#fff; font:normal 1rem/1.0 "Open Sans Light", sans-serif; font-size:1.8em; display:inline-block; margin-top:0;}
.vcard h3 a {color:#fff!important;}
.vcard h3:after {content: " "; display:block;}
.vcard p, .vcard p b {position: relative;background: #444;padding: 5px 0; color: #fff;display: inline;line-height: 1.6; margin:5px 0;font-family:"Open Sans Light", sans-serif;}
.vcard p b {font-family:"Open Sans Semibold", sans-serif;}
.vcard p:after {content: " "; display:block; background:none; margin-bottom:10px;}
@media (max-width: 718px) {
	.vcard  {margin-right: 0;}
}

/**** Contact ****/
form#contact {}
form#contact fieldset {border:none;padding:0;}
form#contact fieldset ul {padding:0;}
form#contact fieldset ul li
{
	list-style:none; 
	display: inline-block; 
	margin-right:10px;
	display:inline-block;
	width:auto;
	position:relative;
	margin-bottom:10px;
	font-size:0.8rem;
	color:#999;
}
form#contact fieldset ul li.Radio {color:#000;}
form#contact fieldset ul li input[type=text]
{
	padding:3px;
	padding-left:90px;
	height:30px;
	border: 1px solid #ccc;
	font-size:0.8rem;
	width: calc(100% - 90px);
}
form#contact fieldset ul li select
{
	padding:3px;
	height:30px;
	width:200px;
}
form#contact fieldset ul li textarea
{
	padding:8px;
	padding-left:90px;
	height:60px;
	width:calc(100% - 90px);
}
form#contact fieldset ul li input[type=submit]
{
	font-size:1.2rem;
	width: 100%;
	background-color:#082987;
}
form#contact fieldset ul li input,
form#contact fieldset ul li select,
form#contact fieldset ul li textarea
	{outline:none;font-size:0.8rem;border: 1px solid #ccc;}
form#contact fieldset ul li > span {position:absolute; left:8px; top:6px;}
form#contact fieldset ul li.Radio  {font-size:0.9rem;}
form#contact fieldset ul li.Radio > span {position:relative; margin-bottom:15px;font-size:1rem;display: block;}
form#contact fieldset ul li .radiorow {display: inline-block;}
form#contact fieldset ul li.subject span,
form#contact fieldset ul li.anrede span 
	{position:relative;color:#000;left:0;top:0;}
form#contact fieldset ul li.anrede > span {display:none;}
form#contact fieldset ul li.subject span,
form#contact fieldset ul li.subject div
	{display:inline;}
form#contact fieldset ul li.subject div {margin-left:10px;}
form#contact fieldset ul li.anrede {color:#000;}

form#contact fieldset ul li.subject,
form#contact fieldset ul li.anrede,
form#contact fieldset ul li.nachricht,
form#contact fieldset ul li.Pflicht,
form#contact fieldset ul li.Submit
	{display:block; width:100%;}
	
	
form#contact fieldset ul li.strasse-nr,
form#contact fieldset ul li.firma,
form#contact fieldset ul li.e-mail
{display: block;}

form#contact fieldset ul li.Text.optional {display: none;}

/**** Formulare ****/
input[type=text], select, textarea {
	outline:none; margin:0;
	border:1px solid #ddd;
	padding:3px;height:22px;box-sizing:content-box;
}
input[type=text]:focus, select:focus, textarea:focus {border-color:#999;}
textarea {width:400px; height:150px;}

button, input[type=submit], a.button {background-color: #cd252a; cursor:pointer;color:#fff!important;padding:8px 20px; margin:3px; font-size:16px;}
button.small {padding:4px 12px; margin:3px; font-size:12px;}

/**** Meldungen ****/

.message.success, .message.error { margin-bottom:20px; padding:5px; background-color:#E1FFE9; color:#000;}
.message.error {background-color:#e7ccd1; color:#000;}
.message ul { margin:5px;}

/* Allgemein */
body > img {
	-moz-opacity: 0.15;
	opacity: 0.15;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=15);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
	filter: alpha(opacity=15);
	margin: 0 auto;
	display: block;
}
.pull-left {float: left;}
.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}
.container-center {margin-left:auto!important; margin-right:auto!important; float:none!important;}

.d-none {display:none!important;}
.center {text-align:center;}
.small {font-size:11px;}
.l-grey { background-color:#F5F5F5; border:1px solid #999;}
.f-left { float:left; }
.f-right { float:right; }
.clear, #social_clear { clear:both; }
.right { text-align:right; }
.left { text-align:left; }
.p3 {padding:3px; }
.p0 {padding:0; }
.m3 {margin:3px; }
.m0 {margin:0; }
.mt20 {margin-top:20px; }
.mt25 {margin-top:25px; }
.mt30 {margin-top:30px; }
.mt35 {margin-top:35px; }
.mt50 {margin-top:50px; }

.mb15 {margin-bottom:15px; }
.mb20 {margin-bottom:20px; }
.mb25 {margin-bottom:25px; }
.mb30 {margin-bottom:30px; }
.mb50 {margin-bottom:50px; }

.mr20 {margin-right:20px; }
.mr50 {margin-right:50px; }

.bold {font-weight:bold;}
.w50 { width:50%; }
.w200 { width:200px; }
.w225 { width:225px; }
.w230 { width:230px; }
.w238 { width:238px; }
.w240 { width:240px; }
.w725 { width:725px; }
.w735 { width:735px; }
.w700 { width:700px; }

.bg_ws { background-color:#FFF; }

.trans90 { filter:alpha(opacity=90); -moz-opacity:.90; opacity:.90; }
.trans80 { filter:alpha(opacity=80); -moz-opacity:.80; opacity:.80; }

.fill-width {max-width:100%; height:auto;}
.fill-width99 {max-width:99%; height:auto;}

/*** Responsive ***/
#wrapper {
	
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	position: relative;
	min-height:100%; /* Mindesthöhe für den IE */ 
}
#wrapper > div > div {width:auto;margin-left:10px;margin-right:10px; max-width:1300px;}
@media (min-width: 1300px) {
	#wrapper > div > div {margin-left:auto;margin-right:auto;}
}
form#contact fieldset ul li.anmerkungen {display: block; height:0px;}
form#contact fieldset ul li.anmerkungen * {height:0px!important; padding:0!important; line-height:0px!important;font-size:0;border:none!important;}
form#contact fieldset ul li.Radio .radiorow.first {height:0px!important;width:0px!important;}
form#contact fieldset ul li.Radio .radiorow.first * {height:0px!important; line-height:0px!important;font-size:0;}