@charset "utf-8";
#header
{clear:both;display:block;width:980px;height:100px;margin-left:auto;margin-right:auto;}
#content_wrapper
{clear:both;display:block;width:980px;height:auto;margin-top:20px;margin-bottom:20px;margin-left:auto;margin-right:auto;}
#footer
{clear:both;display:block;width:980px;height:auto;margin-top:50px;margin-left:auto;margin-right:auto;}
#navigation
{clear:both;display:inline-block;width:200px;height:auto;padding-top:10px;padding-bottom:10px;padding-left:10px;padding-right:10px;border:1px solid #CCCCCC;-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;-moz-border-radius-bottomleft:10px;-webkit-border-bottom-left-radius:10px;-khtml-border-radius-bottomleft:10px;border-bottom-left-radius:10px;-moz-border-radius-bottomright:10px;-webkit-border-bottom-right-radius:10px;-khtml-border-radius-bottomright:10px;border-bottom-right-radius:10px;-webkit-box-shadow: 3px 3px 30px 5px #CFCFCF; -moz-box-shadow: 3px 3px 30px 5px #CFCFCF; box-shadow: 3px 3px 30px 5px #CFCFCF;}
#content
{clear:both;display:inline-block;width:690px;height:auto;margin-left:30px;padding-top:10px;padding-bottom:10px;padding-left:10px;padding-right:10px;border:1px solid #CCCCCC;-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;-moz-border-radius-bottomleft:10px;-webkit-border-bottom-left-radius:10px;-khtml-border-radius-bottomleft:10px;border-bottom-left-radius:10px;-moz-border-radius-bottomright:10px;-webkit-border-bottom-right-radius:10px;-khtml-border-radius-bottomright:10px;border-bottom-right-radius:10px;-webkit-box-shadow: 2px 2px 30px 5px #CFCFCF; -moz-box-shadow: 2px 2px 30px 5px #CFCFCF; box-shadow: 2px 2px 30px 5px #CFCFCF;}

/**** 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 - DB ****/
html, body {padding:0;color:#333;}

a, a:visited, a:active, a:hover {color:#000;}
a:hover {color:#2E9AFE!important;}

#content, #navigation {vertical-align:top;}
#content h1 {margin-top:0;}

#navigation ul.category.level0 {margin-top:-10px;}


#footer {clear:both;color: #999999; font-size: 14px; vertical-align:middle;}
#footer a {color: #999999; font-size: 14px; }
#footer ul.infolinks {margin:0 auto;padding:0;}
#footer ul.infolinks li {display: inline;}

/**** Navi ****/
#navigation ul {margin:0;padding:0;}
#navigation ul li {padding:0;margin:0;list-style:none;}
#navigation ul li a {text-decoration:none;}
#navigation ul li ul {margin:0;}
#navigation ul.category ul {/*display:none;*/}
#navigation ul li span a {display:block;padding:5px 8px;border-bottom:1px dashed #ccc;}
#navigation ul li span a:hover {background-color:#eee;}

#navigation ul.level1 li span a {padding-left:18px;}
#navigation ul.level2 li span a {padding-left:28px;}
#navigation ul.level3 li span a {padding-left:38px;}
#navigation ul.level4 li span a {padding-left:48px;}
#navigation ul.level5 li span a {padding-left:58px;}
#navigation ul.level6 li span a {padding-left:68px;}

/**** Contact ****/
form#contact fieldset {border:none;padding:0;margin:0;margin-top:35px;}
form#contact fieldset ul {padding:0;}
form#contact fieldset ul li {list-style:none;margin:5px 0;padding:5px 0;}
form#contact fieldset ul li span {width:150px;display:inline-block;vertical-align:top;}
form#contact fieldset ul li span + div {display:inline;padding:5px;height:22px;box-sizing:content-box;}
form#contact fieldset ul li input[type=radio] + input[type=radio] {margin-left:25px;}
form#contact fieldset ul li.nachricht textarea {width:400px;height:150px;}
form#contact fieldset ul li.Pflicht {font-size:11px;text-decoration:italic;margin-top:10px;color:#FF0000;}

/**** Formulare ****/
input[type=text], select, textarea {
outline:none; margin:0;
border:1px solid #ddd;
background: url(images/bg_sidebar_content.png) repeat-x 50% 100% #fff;
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] { cursor:pointer;color:#fff;padding:8px 20px; margin:3px; font-size:14px;}
button.small {padding:4px 12px; margin:3px; font-size:12px;}

/**** tabellen ***/
table.images {display:inline-table;border-collapse:collapse;}
table.images td {vertical-align:top;text-align:center;font-size:0.9em;border:1px dashed #ccc;width:45%!important; margin:5px;}

/**** Meldungen ****/

.message.success { margin-bottom:20px; padding:5px; background-color:#E1FFE9; color:#000;}
.message ul { margin:5px;}

/**** gradienten ****/

button, input[type=submit] {
    background-color: #666;
    background:-webkit-linear-gradient(bottom, #000 0%,#666 100%); /* Chrome10+,Safari5.1+ */
    background:   -moz-linear-gradient(bottom, #000 0%,#666 100%); /* FF3.6+ */
    background:    -ms-linear-gradient(bottom, #000 0%,#666 100%); /* IE10+ */
    background:     -o-linear-gradient(bottom, #000 0%,#666 100%); /* Opera11.10+ */
    background:        linear-gradient(bottom, #000 0%,#666 100%); /* W3C */

    background:-webkit-gradient(linear, left bottom, left top, color-stop(0%,#000), color-stop(100px,#666)); /* Chrome,Safari4+ */
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#666, endColorstr=#000); /* IE5.5-7,9 */
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#666, endColorstr=#000, GradientType=0)"; /* IE8 */
    position:relative;
    filter:none:
}

/**** radien ****/

input[type=text], select, textarea, button, input[type=submit],
form#contact fieldset ul li span + div,
.message
{border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; -khtml-border-radius: 8px;}

/**** box shadow ***/

input[type=text], select, textarea, button, input[type=submit]
{-moz-box-shadow: 0 4px 5px 0 #eee;  -webkit-box-shadow: 0 4px 5px 0 #eee;  box-shadow: 0 4px 5px 0 #eee;}

/**** Allgemeine Angaben ****/

.error {background-color:#fae2e2!important;border:1px solid #fa3a3a!important;}
.success {background-color:#E1FFE9!important;border:1px solid #01DF74!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 { 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; }

.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; }
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;}