@charset "utf-8";
#header_wrapper
{clear:both;display:block;width:100%;height:50px;}
#header_wrapper2
{clear:both;display:block;width:100%;height:auto;}
#content_wrapper_wrapper
{clear:both;display:block;width:100%;height:auto;}
#footer_wrapper
{clear:both;display:block;width:100%;height:auto;}
#navigation
{clear:both;display:block;width:auto;height:40px;position:relative;margin-top:10px;margin-bottom:10px;}
#header
{clear:both;display:block;width:800px;height:104px;position:relative;margin-bottom:10px;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 {
    font-family: "latobold";
    src: url("/d-6/docs/files/fonts/lato-bold-webfont.eot");
    src: url("/d-6/docs/files/fonts/lato-bold-webfont.eot?#iefix") format("embedded-opentype"),
         url("/d-6/docs/files/fonts/lato-bold-webfont.woff2") format("woff2"),
         url("/d-6/docs/files/fonts/lato-bold-webfont.woff") format("woff"),
         url("/d-6/docs/files/fonts/lato-bold-webfont.ttf") format("truetype"),
         url("/d-6/docs/files/fonts/lato-bold-webfont.svg#latobold") format("svg");
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: "latoregular";
    src: url("/d-6/docs/files/fonts/lato-regular-webfont.eot");
    src: url("/d-6/docs/files/fonts/lato-regular-webfont.eot?#iefix") format("embedded-opentype"),
         url("/d-6/docs/files/fonts/lato-regular-webfont.woff2") format("woff2"),
         url("/d-6/docs/files/fonts/lato-regular-webfont.woff") format("woff"),
         url("/d-6/docs/files/fonts/lato-regular-webfont.ttf") format("truetype"),
         url("/d-6/docs/files/fonts/lato-regular-webfont.svg#latoregular") format("svg");
    font-weight: normal;
    font-style: normal;

}

/***** Allgemein *****/

html, body {font: normal 1rem/1.0 "latoregular", serif;}
@media screen and (orientation: portrait), screen and (max-width: 599px)  {
    html, body {font: normal 1.5em/1 "latoregular", serif;}
}

body {margin:0; padding:0; background-color: #333333; color:#babec0;}
a {color:#babec0; text-decoration:none;}
div, p {line-height:1.5rem;}
h1, h2, h3, .h1 {line-height:2.5rem;}
h1, .h1 {font-size:2.2rem;text-transform:uppercase;font-weight:normal;text-align:center; margin-bottom:20px;}
h1.small, .h1.small {font-size:2.3rem;text-transform:uppercase;font-weight:normal;line-height:3.3rem;}
h1.small:first-letter, h1.small span.fl,
.h1.small:first-letter, .h1.small span.fl
{font-size:3.3rem;}
h1 + .subtitle,
.h1 + .subtitle
 {font-size:1.2rem;}
h2 {font-size:1.2rem;text-transform:uppercase; font-weight:normal;line-height:1.6rem;}
h2:first-letter {font-size:1.6rem;}
.clear {clear:both!important;}
.hidden {display:none;}
.pull-left {float:left;} 
.pull-right {float:right;}
.p33 {width:33.3%;} 
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fa {margin-right: 5px; width: 20px;text-align:center;}
@media screen and (orientation: portrait), screen and (max-width: 599px)  {
    html, body {font: normal 1.5em/2 "latoregular", serif;}
    div, p {line-height:2rem;}
    .fa {margin-right: 10px; width: 40px;}
}

/*a.anker {position:absolute; top: -150px;}*/

input, select, textarea, button {outline:none;}
#cboxCurrent {display:none!important;}
button,
input[type="submit"]
{ background-color:#F90; color:#333; padding:5px 15px; font-size: 1.6rem; border:none; font-family: "Marcellus SC", serif; font-weight:normal;}


/***** schatten *****/

/***** Header *****/

#header_wrapper {background-color: rgba(0,0,0,0.7); position:fixed; top:0;z-index:99; display:none;}
#header_wrapper #header {}
#header_wrapper #header p {margin:0; padding: 0;}
#header_wrapper #header #logo  {}
#header_wrapper #header #navigation {}
#header_wrapper #header #navigation ul {padding:0;margin:0;display:inline-block;}
#header_wrapper #header #navigation ul li {list-style:none; display:inline-block; margin:0 14px;}
#header_wrapper #header #navigation ul li a {color:#959595;text-decoration:none;font-size:1.3rem;}

#header_wrapper2 #content_wrapper_home {margin: 20px 10%;} 
#header_wrapper2 #content_wrapper_home .logo_wrapper {} 
#header_wrapper2 #content_wrapper_home .logo_wrapper #logo img {max-width: 400px; height:auto;} 
#header_wrapper2 #content_wrapper_home .logo_wrapper h1 {position:relative; text-indent:-9999px;}
#header_wrapper2 #content_wrapper_home .logo_wrapper h1:before {content: "-"; margin-right: 15px;} 
#header_wrapper2 #content_wrapper_home .logo_wrapper h1:after {content: "-"; margin-left: 15px;} 

#wrapper.content47 #header_wrapper2 #content_wrapper_home .logo_wrapper {text-align:center;  margin: 200px auto 100px;} 
#wrapper.content47 #header_wrapper2 #content_wrapper_home .logo_wrapper #logo img {margin-bottom:40px;} 
/*#wrapper.content47 #header_wrapper2 #content_wrapper_home .logo_wrapper h1 {display:block;} */


@media screen and (orientation: portrait), screen and (max-width: 599px)  {
    #header_wrapper2 #content_wrapper_home .logo_wrapper #logo img {max-width: 100%; height:auto;} 
    #wrapper.content47 #header_wrapper2 #content_wrapper_home .logo_wrapper {text-align:center;  margin: 60px auto 0;} 
}


/***** Content - Allgemein *****/

#content_wrapper_wrapper {margin:0; position:relative; }
#content_wrapper_wrapper .content_wrapper {margin:0; position:relative;}
#content_wrapper_wrapper .content_wrapper .content,
#footer_wrapper .content_wrapper .content
{width:1080px; margin:0 auto; position:relative;}

@media screen and (orientation: portrait), screen and (max-width: 1079px) {
    #content_wrapper_wrapper .content_wrapper .content,
    #footer_wrapper .content_wrapper .content
    {
	width:100%;}	
    }
}

#content_wrapper_wrapper .content_wrapper .content h1 + .subtitle {text-align:center; margin:0 40px; margin-bottom:30px;}


#content_wrapper_wrapper #content_wrapper_impressum {background-color:transparent; padding:30px;} 
#content_wrapper_wrapper #content_wrapper_impressum .content {white-space: nowrap;} 
#content_wrapper_wrapper #content_wrapper_impressum .h1 {}
#content_wrapper_wrapper #content_wrapper_impressum .center {text-align:center;}
#content_wrapper_wrapper #content_wrapper_impressum a:hover {cursor: pointer;}
@media screen and (max-width: 839px) {
    #content_wrapper_wrapper #content_wrapper_impressum .p33 {width:50%;}
    #content_wrapper_wrapper #content_wrapper_impressum .kontakt {text-align:right;}
    #content_wrapper_wrapper #content_wrapper_impressum .rights {width:100%;float:none;clear:both;margin-top:25px;}
    #content_wrapper_wrapper #content_wrapper_impressum .kontakt:after {
    	content: " ";
    	display: table;
    	margin-bottom: 25px;

    }
}

@media screen and (orientation: portrait), screen and (max-width: 599px)  {
    #content_wrapper_wrapper #content_wrapper_impressum .p33 {width:100%;float:none;clear:both;margin-top:25px;text-align:center;}
    #content_wrapper_wrapper #content_wrapper_impressum .pull-right {float:none;}
}

#footer_wrapper .brand {margin-top:40px;text-align:right; padding:10px; }
#footer_wrapper .brand,
#footer_wrapper .brand a {color:#666;}
@media screen and (orientation: portrait), screen and (max-width: 839px) {
    #footer_wrapper .brand {text-align:center; }
}



.basic-modal {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:rgba(0,0,0,0.85);}

/* Container */
#simplemodal-container 
{
	background-color:rgba(255,255,255,0.95);
	padding:20px;
	box-shadow: 2px 2px 5px 1px #666;
	-moz-box-shadow: 2px 2px 5px 1px #666;
	-webkit-box-shadow: 2px 2px 5px 1px #666;
}
#simplemodal-container p {margin:8px 0; font-size:1rem;}
#simplemodal-container ul {padding-left:25px;}
#simplemodal-container li {line-height:1.3rem; font-size:1rem;}
#simplemodal-container a.modalCloseImg {background:url(/includes/js/colorbox/images/controls.png) no-repeat top center; width:38px; height:19px; display:inline; z-index:3200; position:absolute; top:0; right:30px; cursor:pointer;}
#simplemodal-container a.modalCloseImg:hover{background-position:bottom center;}#
        
#simplemodal-container h3 {color:#fff; font-size:1.7rem;font-weight:normal;}

/**** Meldungen ****/

.message.success, .message.error { margin-bottom:20px; padding:5px; background-color:#E1FFE9; color:#000;font-size:1rem;}
.message.error {background-color:#e7ccd1; color:#000;}
.message ul { margin:5px;}

/***** Footer *****/

#footer_wrapper {}

.basic-modal table.impressum {margin:0 auto;}
.basic-modal table.impressum td {}
.basic-modal table.impressum td:first-child {}
.basic-modal table.impressum td:first-child p {font-size:0.8rem;}

.basic-modal table.impressum td form#contact {}
.basic-modal table.impressum td form#contact fieldset {border:none;padding:0;}
.basic-modal table.impressum td form#contact fieldset ul {padding:0;}
.basic-modal table.impressum td 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:#bbb;
}
.basic-modal table.impressum td 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);
}
.basic-modal table.impressum td form#contact fieldset ul li select
{
	padding:3px;
	height:30px;
	width:150px;
}
.basic-modal table.impressum td form#contact fieldset ul li textarea
{
	padding:8px;
	padding-left:90px;
	height:60px;
	width:calc(100% - 90px);
}
.basic-modal table.impressum td form#contact fieldset ul li input[type=submit]
{
	font-size:1.2rem;
	width: 100%;
}
.basic-modal table.impressum td form#contact fieldset ul li input,
.basic-modal table.impressum td form#contact fieldset ul li select,
.basic-modal table.impressum td form#contact fieldset ul li textarea
	{outline:none;font-size:0.8rem;border: 1px solid #ccc;}
.basic-modal table.impressum td form#contact fieldset ul li span {position:absolute; left:8px; top:6px;}
.basic-modal table.impressum td form#contact fieldset ul li.subject span,
.basic-modal table.impressum td form#contact fieldset ul li.anrede span 
	{position:relative;color:#000;left:0;top:0;}
.basic-modal table.impressum td form#contact fieldset ul li.anrede > span {display:none;}
.basic-modal table.impressum td form#contact fieldset ul li .radiorow {display: inline-block;}
.basic-modal table.impressum td form#contact fieldset ul li.subject span,
.basic-modal table.impressum td form#contact fieldset ul li.subject div
	{display:inline;}
.basic-modal table.impressum td form#contact fieldset ul li.subject div {margin-left:10px;}
.basic-modal table.impressum td form#contact fieldset ul li.anrede {color:#000;}

.basic-modal table.impressum td form#contact fieldset ul li.subject,
.basic-modal table.impressum td form#contact fieldset ul li.anrede,
.basic-modal table.impressum td form#contact fieldset ul li.nachricht,
.basic-modal table.impressum td form#contact fieldset ul li.Pflicht,
.basic-modal table.impressum td form#contact fieldset ul li.Submit
	{display:block; width:100%;}
	
	
.basic-modal table.impressum td form#contact fieldset ul li.strasse-nr,
.basic-modal table.impressum td form#contact fieldset ul li.firma,
.basic-modal table.impressum td form#contact fieldset ul li.e-mail
{display: block;}
	
#footer_wrapper ul.infolinks {margin:55px auto;padding:0; display: inline; }
#footer_wrapper ul.infolinks li {display: inline;}
#footer_wrapper ul.infolinks li a {text-decoration: underline; margin:0 4px;}

#recht_wrapper {
	margin: 20px 10% 130px ;
}
#recht {
	color:#333;
	background-color:rgba(255,255,255,0.95);
	padding: 40px;
}
#recht h2 {
	border-bottom: 1px dotted #333;
}
#recht a {
	color:#333;
}
	
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;}