body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
body {
    width:100%;
    max-width:1920px;
    margin-right:auto;
    margin-left:auto;
    font-family:verdana;
    background-color:#eaeff0;
}
#wrapper {
	max-width:99%;
	margin-right:5px;
    margin-left:5px;
    background-color:#eaeff0;
    }    

#main {
	margin-top:40px;
}
#header {
	background-color:#eaeff0;
    text-align: center;
    height: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
}	

#footer {
	width: 99%;
	margin-bottom:10px; 
    text-align:center;
    font-size:80%;
    color:#981111;
}
.foot {
	padding-bottom:20px;
}

img {
    height:auto;
    max-width:100%;
}
h2 {
    font-size:110%;
    color:#000;
}
h3 {
    padding:5px;
    text-align:left;
    font-size:125%;
    font-weight: bold;
    font-style: italic;
    background-color:#800101;
    color:#eaeff0;
}
h4 {
    padding:5px;
    font-size:100%;
    font-weight: bold;
    color:#000;
}
p {
    font-size:100%;
}
a {
    font-size:100%;
    color: #800101;
}
a:link {
  color: #800101;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: #800101;
  background-color: transparent;
  text-decoration: none;
}
li {
    font-size:100%;
}

.home {
    text-align:center;
    font-size:100%;
	color:#000;
}
hr {
	color:#800101 ;
}
.mod_article {
	max-width:950px;
    margin-right:auto;
    margin-left:auto;
    padding:3% 3%;
    background-color:#fcfcfc;
    border:0px solid #eaeff0;
    border-radius:5px;
    behavior:url('assets/css3pie/1.0.0/PIE.htc');
}
.mod_breadcrumb ul{overflow:hidden;margin-top:0;margin-bottom:3;margin-left:-35px;list-style-type:none}
.mod_breadcrumb ul a{font-size:10px;color:#800101}
.mod_breadcrumb li{float:left;font-size:10px;color:#999}
.mod_breadcrumb li:after{margin-right:3px;padding-left:1px;font-size:10px;color:#800101;content:">"}
.mod_breadcrumb .active:after{float:left;display:none}

.nsb{display:none}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
 
/*---*/
/* Zentriert den äußeren div der Form auf der Seite */
/*---*/
/*.ce_form.tableless {
    width: 95%; 
    max-width: 800px; 
    margin: 0 auto; 
    margin-top: 5%;
    font-family: Verdana, Helvetica, Arial, sans-serif;
}*/
.formbody {
	max-width:99%;
	margin: 0 auto;
}

.ce_form {
	margin-left: 8px;
	margin-right: 8px;
}
 
/*---*/
/* Styles für die input-Felder */
/*---*/

select, textarea, input[type="text"], input[type="email"] {
    display: inline-block;
    height: 36px;
    margin-bottom: 10px;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    border: 1px solid #d0d0d0; 
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
  }
  
input:active, input:focus, select:active, select:focus, textarea:active, textarea:focus {
	border: 2px solid #3D4C68;
	outline: none;
}
label, select, textarea, input[type="text"], input[type="email"] {
width: 100%
}
label {
    font-size: 16px;
    font-style: italic;
    color: #000000;
}
 
.error { color: red; }
 
textarea {
height: 150px
}

.qq-upload-button {
	background-color: #d0d3d7 !important;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05) !important;
	font-size: 16px;
}
 
/*---*/
/* Style für den submit-Button */
/*---*/
button, input[type="submit"] {  
    padding: 2px 20px;
    width: auto;
    line-height: 30px;
/*    text-shadow: 0 1px 1px rgba(124, 124, 124, 0.75);*/
    cursor: pointer;
    color: #000;
    border: 1px solid gray;
/*    font-weight: bold;*/
    /*outline: none;  */
    background: #d0d3d7;
    font-weight: normal;
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391',GradientType=0 );
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    */
    /*-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);*/
    font-size: 16px;
}
