@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;}
#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;}
#content
{clear:both;display:block;width:100%;height:auto;margin-left:0;margin-right:0;}
#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-12/docs/images/bg.jpg) no-repeat 50% 50% 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:rgba(8, 41, 135, 0.68); border-bottom:2px solid #fff;}
#header {text-align:center;}
@media (max-width: 420px) {
	#header {height: 99px;}
}
#header img.mrwechsel {position: absolute; left:-5px; bottom:-14px;}
#header img.logo { position:relative; bottom:-5px;}
@media (max-width: 420px) {
	#header img.mrwechsel { width:120px!important; height:100px!important;bottom:-9px;}
	#header img.logo {position: absolute; bottom:12px; right:17px;width:240px!important; height:69px!important;}
}
@media (max-width: 320px) {
	#header img.logo {position: absolute; bottom:12px; right:17px;width:200px!important; height:57px!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;max-width:1100px; margin: 0 auto;}

/**** Content ****/
#content {line-height:1.6em; margin-top:40px; 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;}

@media (max-width: 420px) {
	#content {padding:10px;border-radius: 20px;}
}

/*** 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 ***/
.content66 #content a {color:#fff; margin:5px; padding:0; background-color:#db3f40; display:block; text-align:center; font-size:1.1em; text-transform:uppercase;}
.content66 #content a span {padding:25px 0; display:block;}
.content66 #content a.gas {background-color:#016d9e;}
.content66 #content a.dsl {background-color:#1aa824;}
.content66 #content a.kfz {background-color:#f28c0e;}
.content66 #content a.kredit {background-color:#cddc39;}
.content66 #content a.giro {background-color:#9c27b0;}

.content66 #header_navigation {display: none;}


/*** KfZ VErsicherungen ***/
.content72 #content a {color:#fff; margin:5px; padding:0; background-color:#db3f40; display:block; text-align:center; font-size:1.1em; text-transform:uppercase;}
.content72 #content a span {padding:25px 0; display:block;}
.content72 #content a.motorrad {background-color:#016d9e;}


/*** rechner ***/
#mrwechsel_wrapper { max-width:1050px; margin: 0 auto; border-radius: 10px; background-color: #fff;}
@media (min-width: 630px) {
	#mrwechsel_wrapper {padding-top:8px;}
}
#mrwechsel > iframe {margin: 4px;}


/**** 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;}

/**** 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 { cursor:pointer;color:#fff;padding:8px 20px; margin:3px; font-size:14px;}
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; }

.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;}

@media (min-width: 768px) {
	#wrapper > div > div {
		width: 750px;
		margin-right: auto;
		margin-left: auto;
	}
}

@media (min-width: 992px) {
	#wrapper > div > div {
		width: 980px;
	}
}

@media (min-width: 1200px) {
	#wrapper > div > div {
		width: 1050px;
	}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.row {
	margin-left: 0;
	margin-right: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 0;
	padding-right: 0;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0%;
}

@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
}

@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-pull-11 {
		right: 91.66666667%;
	}
	.col-md-pull-10 {
		right: 83.33333333%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-8 {
		right: 66.66666667%;
	}
	.col-md-pull-7 {
		right: 58.33333333%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-5 {
		right: 41.66666667%;
	}
	.col-md-pull-4 {
		right: 33.33333333%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-2 {
		right: 16.66666667%;
	}
	.col-md-pull-1 {
		right: 8.33333333%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-push-11 {
		left: 91.66666667%;
	}
	.col-md-push-10 {
		left: 83.33333333%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-8 {
		left: 66.66666667%;
	}
	.col-md-push-7 {
		left: 58.33333333%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-5 {
		left: 41.66666667%;
	}
	.col-md-push-4 {
		left: 33.33333333%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-2 {
		left: 16.66666667%;
	}
	.col-md-push-1 {
		left: 8.33333333%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}
}

@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-pull-11 {
		right: 91.66666667%;
	}
	.col-lg-pull-10 {
		right: 83.33333333%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-8 {
		right: 66.66666667%;
	}
	.col-lg-pull-7 {
		right: 58.33333333%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-5 {
		right: 41.66666667%;
	}
	.col-lg-pull-4 {
		right: 33.33333333%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-2 {
		right: 16.66666667%;
	}
	.col-lg-pull-1 {
		right: 8.33333333%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-push-11 {
		left: 91.66666667%;
	}
	.col-lg-push-10 {
		left: 83.33333333%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-8 {
		left: 66.66666667%;
	}
	.col-lg-push-7 {
		left: 58.33333333%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-5 {
		left: 41.66666667%;
	}
	.col-lg-push-4 {
		left: 33.33333333%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-2 {
		left: 16.66666667%;
	}
	.col-lg-push-1 {
		left: 8.33333333%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-lg-offset-0 {
		margin-left: 0%;
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {display:none!important;}
@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before, .clearfix:after, #wrapper > div > div:before, #wrapper > div > div:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
    content: " ";
    display: table;
}
.clearfix:after, #wrapper > div > div:after, .container-fluid:after, .row:after {
    clear: both;
}
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;}