/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/*ergänzt und überschrieben durch nachfolgenden eigenen Code*/

/*html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}*/


/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */


fieldset {
    /*border: 0;
    margin: 0;
    padding: 0;
    */
   /*border: 0.125rem solid rgb(90,50,180);*/
   border:none !important;
   /*margin: 0 0 1.125rem 0;*/
   /*padding: 1.25rem;*/
   margin: 0 !important;
   padding: 1.25rem !important;
   width: 100%; /*auto;*/ /*100%;*/
   height:auto;
}


/*
 * Allow only vertical resizing of textareas.
 */

/*
textarea {
    resize: vertical;
}
*/

/* ==========================================================================
   Browse Happy prompt and JS_Warning
   ========================================================================== */

.browsehappy {
    margin:0 0 0 0; /*0.2em 0;*/
    background:#C1001F;
    color:white;
    padding:0.6em 0; /* 0.2em 0; */
    /*display:none;*/
}

.browsehappy a {color:#528CE0;}
.browsehappy a:hover {color:#C5DBEC; font-weight:bold;}

#browseh {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-color: yellow;
    clear:both;
    text-align:center;
    /*display:none;*/
}

.JSwarning {
    width: 100%;
    height:auto;
    background-color:#EEEEEE;
    color:#C60F13;
    text-align:center;
}



/* ==========================================================================
   Author's custom styles - meine CSS-Einstellungen 01.14
   ========================================================================== */
html {
    width:100%;
    font-size: 100%;
    /*font-size: 1em;*/  /*durch vorherige eigene Einstellungen überschrieben*/
    font-family: Arial, Helvetica, sans-serif !important; 
    /*color:#222;*/
    line-height: 1.4;
    background-color: white;  /*#EEEEEE;*/ 
}

body {
    margin:0;
    padding:0;
    font-size: 100%;  /* 100% = 16px */
    /*font-size: 93.75%;*/   /* 93.75% = 15px */
    font-family: Arial, Helvetica, sans-serif !important;
    color:#797a7a !important; 
}

header {
    margin:0;
    padding:0;
}

header > h1 {
    margin: 0 !important;
    
}

h1 {
    font-size: 32px;    
    font-size: 2.0rem;  /*rem statt em*/
}

h2 {
    font-size: 24px;
    font-size: 1.5rem;
}

h3 {
    font-size: 18px;
    font-size: 1.3125rem;
}

p {
   hyphens: auto;   /*automatische Silbentrennung*/
   font-size: 16px;
   font-size: 1.0rem;
}

.pageWrapper {
    position: relative;
    left:0;
    top:0;
    right:0;
    /*transition: transform 0.25s ease-in-out 0s;*/ 
    background-color:white; /*#EEEEEE;*/
    max-width: 1080px; /*1296px;*/  /*1080px;*/  /* width: 90%; */ 
    margin: 0 auto 0;
    padding:0;   
}

.headerWrapper {
    position: relative;
    height: 25.0rem; /*92px;*/
    padding: 0;
    /*box-shadow: 0 10px 80px 0 rgba(0, 0, 0, 0.2) inset;*/
    /*background: url(../img/backgr3u.png) repeat;*/
    box-shadow:2px 0 5px rgba(0,0,0,0.5);
    /*padding: 2.25em 0;*/
    /*background-color:#008000;*/
    
}

.dsheaderWrapper, .dsfooterWrapper {position: relative; height: 3.0rem; background: url(../img/backgr3u.png) repeat;}


.mainWrapper {
    max-width: 1080px; /*1296px;*/  /*1080px;*/  /* width: 90%; */ 
    margin: 0 auto 0;
    padding:0;
    /*padding-top:2.5rem;*/
    background-color:white;  /* #EEEEEE;*/
    height:auto; /*600px;*/  
}

.footerWrapper {
    height:auto; /*4.0rem;*/ /*92px;*/
    /*background: url(../img/backgr3u.png) repeat;*/
    box-shadow:2px 0 5px rgba(0,0,0,0.5);
    position: relative;
    /*bottom:0;*/
     
    /*box-shadow: 0 10px 80px 0 rgba(0, 0, 0, 0.2) inset;*/
    /*background-image: url(/img/backgr2u.png);*/   
}

/*.dsfooterWrapper {bottom:0;}*/

/*
#browseh, .browsehappy {
    display:none;
}
*/

#hdiv1 {width:11.0rem; max-width:100%; height:auto; /*background-color:yellow; opacity: 0.7*/; position:absolute; top:2.0rem; right:2.0rem;}
#hdiv2 {width:11.0rem; max-width:100%; height:auto; /*background-color:yellow; opacity: 0.7*/; position:absolute; top:0.5rem; right:0;}
#btn1 {/*position:relative; top:8em; float:right;*/ /*font-size:1.3125rem;*/ float:right;}
.shaddow {background-color:#FFFFFF; background:#FFFFFF;box-shadow:2px 0 5px rgba(0,0,0,0.5);}
#logo {max-width:100%; height:auto; float:right; margin-bottom:6.0rem;} /*position:absolute; top:2.0rem; right:2.0rem;*/
/*#logo {max-width:140%; height:auto; float:right; margin-right:-8.5rem; margin-top:-7.5rem;}*/ /*Erweiterung vom 12.11.17 wegen Tausch BVMW-Logo in svg*/
#range1 {margin-bottom:3.0rem;}
#range2 {margin-bottom:3.0rem; width:100%; height:auto; min-height:6.5rem;}
.impr {padding-top:1.5rem;}
.slogan {position: absolute; left:25.0rem; top:9.0rem; }
.tt2 {height:auto !important; padding: 0 0.5rem 0 0.5rem;}
.tt2 > img {padding-bottom:0.20rem;}
.color {background-color:#FFFFFF;}
.strong {font-weight:bold;}
h1, h2, h3, h4, h5, h6 {color:#797a7a !important;}
/*.colkorrL {height:auto !important; position:relative; left:-0.9375em; max-width:30% !important; }
.colkorrR {height:auto !important; position:absolute; right:-0.9375em; max-width:61% !important; }*/
.colkorr {padding-right: 0 !important; padding-left:0 !important; height:auto !important;}
#footer2 {/*padding-top:0.5rem;*/ padding-bottom: 1.5rem;}
.inf {color:#C1001F;}
.anc {color:#0000FF !important;}
.anc:hover {color:#C1001F !important;}
.right {text-align:right;}
.lu {background-color:#F2F2F2; /*#D5EFFC*/ /*#F2F2F2;*/}
.lu1 {background-color:#DFEFFC;}
.imgImp {float:right;}
.pos {margin-top:-0.05rem;}
#himg {/*margin-left:-1.0rem;*/}
.form input {height:2.0rem;}
.forminfo {width:100%; background-color:#C1001F; color: white; text-align:center; padding:0.5rem 0 0.5rem 0;}
label {}
.test1 {position:relative; margin-bottom:3.0rem;  display:none;}
.sel {padding:0.25rem; height:2.0rem; background-color:white;}
.f2id2 {background-color:#F2F2F2; height:2.0rem;}
#fscb6 {margin-top:1.0rem; margin-bottom:1.0rem;}
.flab {padding-left:0.2rem; position: relative; bottom:0.6rem; }
.flab1 {position: relative; bottom:0.6rem; }
#f2label21 > input { padding-left:0;}
.ui-datepicker-header {background-color:#F2F2F2;}
.ui-datepicker .ui-datepicker-prev , .ui-datepicker .ui-datepicker-next {background-image: url('../img/point2.png') !important; background-repeat: no-repeat !important; 
/*background-size:50% 50% !important; background-origin: border-box !important;*/ background-position:center !important; }
/*.ui-datepicker-next-hover span {background-image: url('img/point2.png');}*/
.ui-datepicker th {color:black;}
.ui-datepicker td span, .ui-datepicker td a {color:black !important; font-weight:normal !important;}
.ui-datepicker-header, .ui-datepicker table {border-color:#797a7a !important;}
.ui-state-highlight {background-color:#C1001F !important;}
.divh3 {position: relative;}
.p1 { padding-left: 1.250rem; padding-top: 0.65rem; color:#C1001F !important;}
.sp { height:auto; min-height:5.0rem; max-width:100%; background-repeat: no-repeat; background-position:center; background-size: 100% 100%; /*contain*/
background-clip:border-box; -moz-background-clip: border; -webkit-background-glip: border-box; 
background-origin:border-box; -moz-background-origin:border; -webkit-origin:border-box;
}
.sp1 {background-image: url('../img/pane3.png'); width:21.06rem; /*100%*/}
.sp2 {background-image: url('../img/pane3a.png'); width:42.56rem;}
#home {position:absolute; bottom:1.0rem; right:1.0rem; }
.b1 {background-color:#F2F2F2; color:#C1001F !important;}
.blue {color:#0000FF !important;}
#show1 h3:hover {cursor:pointer !important; /*font-weight:bold;*/ color:#0000FF !important;}
#i1 {padding-left:0.9375em !important; display:inline-block !important; width:100%; height:auto;}
.close {/*background-image: url('../img/close.png') !important; background-repeat: no-repeat; background-position:right !important; width:auto; height:auto; background-color; yellow !important;*/
    /*padding-left:16.0rem;*/ float:right; padding-right:0.9375em; padding-top:0.5rem;  }
#panel1 {display:none; margin-top:2.0rem;}
#panel2 {margin-top:0.5rem;}
#panelC {display:none;}
/*.flex {display:-webkit-flex; display:flex; flex-direction:column;}*/

/*für a3 */
.hb {margin:0 auto; padding:0; position:relative; left: 0; right: 0; top: 0.5rem; height:29.50rem; /*30.0rem;*//*38.0rem;*//*607px;*/ /*25.0rem;*/ width:auto; /*max-width:100%;*/ /*geht bis zum Bildschirmrand*/ 
background-image: url('../img/banner1b.jpg'); background-size:100% 100%; background-repeat:no-repeat ; /*background-position:center;*/ opacity:1.0;  } 
.hb1 {margin:0 0 1.0rem 0; padding:0; position:relative; left: 0, right: 0; top:0.5rem;}

.hbgi {background-image: url('../img/backgr1o.png'); /*background-repeat: no-repeat ; background-position:center;*/   } 
#logo1 {float:right; margin-right:0; margin-top:0.5rem; max-width:100%; height:auto;} /*position:absolute; top:0.50rem; right:2.0rem;*/ /*Original bis 12.11.17*/
#logo2 {float:right; margin-right:-7.5rem; margin-top:-7.5rem; height:auto; max-width:140%;} /*Änderung vom 12.11.17 wegen BVMW-Logo - Tausch in svg-Format*/
#btn2 {max-width:100%; height:auto;}
.pageWrapper2 {background-color:#EEEEEE; background-image: url('../img/bg.jpg'); background-repeat:no-repeat; background-size:100% 100%; background-position:center; min-height: 100%;  
/*-webkit-background-size: 100% 100%; -moz-background-size:100% 100%; -o-background-size: 100% 100%;*/}
#nav1, #nav2 {background-color:#dde9f9 !important; /*#797a7a !important;*/ height:5.750rem !important;}
#nav1 label {color:#333333 !important;}
.mainWrapper2 {max-width: 1080px; margin: 0 auto 0; padding:0; /*background-color:white;*/ }
/*body {background-color:#EEEEEE; background-image: url('../img/bg.jpg'); background-repeat: no-repeat; background-position: center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}*/
/*.full-height {display:table;}
.full-height-panel {display:table-cell;}
.main  { }*/
html, body {height:100%; padding:0px; margin:0;}
.panel{/* box-shadow:10px 0 10px rgba(255,255,255,0.2) !important;*/ background: rgba(255,255,255,0.0) !important;}
.red {color:#C1001F !important;}
.grey {color:#333333 !important;} /*#797a7a*/
.black {color:black !important;}
.big {font-size:1.3125rem; font-weight:bold;}
.btn4 {/*font-size: 1.0rem !important;*/ 
    /*margin: 0 0 1.25rem !important; 1.0625rem*/
    padding: 0.5rem 0.5rem 0.5rem  !important;
    width:100% !important;
    text-align:left !important;
    /*margin-bottom: 0 !important;
    margin-left:0.5rem !important;*/}
p.btn5, p.button1 {padding: 0.5rem 0.5rem 0.5rem  !important; width:100% !important; text-align:left !important; background-color:#0000FF !important; margin:0.50rem 0 0.50rem 0 !important; 
background-color:#DDDDDD !important; /*min-width:100% !important;*/ }
p.btn5 > a, p.button1 > a {color:black !important;}
p.button1:hover, p.btn5:hover, p.active  {background-color:#555555 !important; color:white !important; cursor:pointer;}
p.button1:hover > a, p.btn5:hover > a, p.active > a  {color:white !important; cursor:pointer;}
button.radius, .button1.radius {border-radius: 6px !important;}
.design {margin-bottom:0 !important;}
/*.inactive, p.inactive {background}*/


.divico {background-color:yellow; /*position:absolute; right:0.5rem; top:0;*/ width:2.0rem; height:2.0rem; }
.ico {background-image:url('../img/more.png'); /*margin-left:5.0rem;*/ width:2.0rem; height:2.0rem; background-repeat:no-repeat; background-size:80% 80%; /*background-position: center;*/
margin-bottom:0.1rem;}      
.ico:hover {background-image:url('../img/more1.png');cursor:pointer !important; }
.ico1 {background-image:url('../img/more2.png'); /*margin-left:5.0rem;*/ width:2.0rem; height:2.0rem; background-repeat:no-repeat; background-size:80% 80%; /*background-position: center;*/
margin-bottom:0.1rem;}      
.ico1:hover {background-image:url('../img/more3.png');cursor:pointer !important; }  

  
/*a.do {background-color:#D0E5F5 !important;}*/
a.do:hover {background:#C1001F !important;}
/*a.do:hover > #itemlabel1, a > #itemlabel2, a > #itemlabel3, a > #itemlabel4, a > #itemlabel5 {color:white !important;}*/ 
a > #itemlabel5{color:#C1001F !important;}
a:hover > #itemlabel5 {color:white !important;}
a:hover > #itemlabel4 {color:white !important;}
a:hover > #itemlabel3 {color:white !important;}
a:hover > #itemlabel2 {color:white !important;}
a:hover > #itemlabel1 {color:white !important;}
.test2 {position:relative; margin-bottom:0.50rem;  display:none;}
.uc {display:none; margin-top:0;}
.tt3 {padding:0 1.0rem 0 1.0rem;}
.marg {margin-bottom:0;}
.none {display:none;}
#headR {background-color:#dde9f9 !important; /*padding-bottom:0.25rem;*/ height:5.750rem !important; padding-right:1.5rem !important; }
#panel1b > div.panel {margin-bottom:0 !important}
#panelC > div.panel {margin-botto,:0 !important;}


nav {
    margin-top: 1.5em;
}

nav, .wnav, .snav, .snavli {z-index: 1000;}

/*
.top-bar-section.has-dropdown.moved.dropdown {background-color:red !important; z-index: 1000 !important;}
.li.title.back.js-generated {background-color:green !important; z-index: 1000 !important;}
*/

.snav {display:none;}


.top-bar-section ul li:hover {
    /*background-color:rgb(90, 50, 180);*/ /*#640082;*/ /*#B496F0;*/
}


.top-bar-section ul li a:hover, .top-bar-section ul li ul li a:hover {
    /*background-color:#B496F0 !important;
    background-color:#5A0FC8 !important;
    /*background-color:#7756C8 !important;
    background-color:#7500FF !important;*/
    background-color:rgb(90, 50, 180) !important;
    /*background-color:rgb(94, 59, 182) !important;
    background-color:rgb(109, 0, 94) !important;
    background-color:#482384 !important;
    background-color:#2800FF !important;
    background-color:#0024FF !important;*/
}

.top-bar-section ul li a, .top-bar-sectionul li ul li a {
    font-size:0.9rem !important;
}

#seek {
    padding: 0;
    margin: 0;
    max-height:1.85rem; 
}

#seekButton, .button {
    background-color:rgb(193, 0, 31) !important;

}

#seekButton:hover, .button:hover {
    background-color:rgb(153, 0, 0) !important;
}

button.radius, .button.radius {
    border-radius: 6px !important;
}



.banner {
    position:relative;
    top: -1.0rem;
}

.bannerButton {
    float: right;
    position: relative;
    top: -4.6rem;
    right: 1.0rem;
    font-size: 1.0rem !important;
    /*margin: 0 0 1.25rem !important; 1.0625rem*/
    padding: 0.8rem 1.0rem 0.8rem !important;
}

.bannerButton2 {
    float: right;/
    position: relative;
    top: -4.0rem;
    right: 1.0rem;
    font-size: 1.0rem !important;
    /*margin: 0 0 1.25rem !important; 1.0625rem*/
    padding: 0.8rem 1.0rem 0.8rem !important;
    /*z-index: 900 !important;*/
}
#bannerSlogan {
    float: left;
    position: relative;
    top: -4.0rem;
    left: 1.0rem;
}



.cwrap {
    height:auto; 
}

.col {
    height:auto !important;
    background-color:#EEEEEE;
    background:#EEEEEE;box-shadow:2px 0 5px rgba(0,0,0,0.5);
    /*padding-right:0.25rem;
    padding-left:0.25rem;*/
   
}

.col1 {
    height:auto !important;
    
}


#col1 {
    background: url(../img/kompass.jpg) repeat !important;
    /*background-color:yellow;*/
    /*width:300px;
    height:256px;*/
    
}


.tt {
  height:auto !important; /*6.0rem;*/
  /*min-height:6.50rem;*/
  padding-right:0.25rem;
  padding-left:0.25rem;
}

#content_wrap {
    margin-top:3.0rem;
    margin-bottom:1.5rem;
    /*padding-left: 0.9375rem;
    padding-right:0.9375rem;*/ 
}

#row1 {margin-top:0; /*7.0rem;*/}


.hbutt, .ui-button, .ui-tabs-nav .ui-state-active, .ui-tabs-active {
    border: 0 none !important;
    /*font-size:1.0rem !important;*/
    /*word-wrap: break-word;*/
    /*width: 100px; only for IE8 */
    /*max-width: 100% !important;*/
}

.hbutt:active, .ui-state-active, .ui-tabs-active {
    background:rgb(90, 50, 180) !important;
}


.ui-state-hover, .ui-state-focus {
    /*background:rgb(90, 50, 180) !important;*/
    background-color:#797A7A !important;
    border:0 none !important;
}

.ui-state-default, .ui-state-active, .ui-tabs-active, .ui-state-focus, .ui-corner-top {
    border: 0 none !important;
}

.ui-tabs-panel, .ui-widget-content {
    background:white !important;
    border: 0 none !important;
    /*font-size: 1.0rem !important;*/
    color:#000000 !important;
    padding-left:0 !important;
    padding-right:0 !important;
}


.ui-widget-content p {
    font-size:1.0rem !important;
    font-family: Arial,Helvetica,sans-serif !important;
    font-weight:normal !important;
    font-style:normal !important;
    
}

.point li {
    /*list-style-image: url(../img/mark.png);*/
   list-style-type:square;
   color:rgb(90,50,180);
   padding-top: 0 !important;
   margin-bottom: 0 !important;
   /*line-height:2.0rem !important;*/   
}

.point li p {
    color:black !important;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    /*line-height:2.0rem !important;*/
    
}

.tbs {
    margin-bottom:0 !important;
    /*line-height:1.0 !important;*/
}

.tbs span, .span {
    font-weight:bold !important;
}

/*
#tabs ul li a, #tabs2 ul li a {
font-size: 1.125rem;
}
*/
.ui-tabs-nav li a {
    font-size: 1.125rem;
}

/*.ui-tabs, .ui-tabs-nav, .ui-widget-header, .ui-state-default {*/
.ui-tabs, .ui-tabs-nav {
    /*width:50% !important;*/
    /*overflow:auto !important;*/   
    padding:0 !important;
    /*height:auto !important;
    max-height:2.8rem; !important;
    list-style-position: inside !important;*/
}

.ui-tabs li, .ui-tabs-nav li {
    /*margin-top:0 !important;
    margin-right:5px !important;*/
    /*width:auto;
    min-width: 20% !important;*/
    /*top:0 !important;
    padding-top:0 !important;
    margin-top: 0 !important;
    list-style-position: inside !important;*/
}

.backButton, .btn2, .closeButton {
    float: right;
    /*position: relative;
    top: -4.6rem;
    right: 1.0rem;*/
    font-size: 1.0rem !important;
    /*margin: 0 0 1.25rem !important; 1.0625rem*/
    padding: 0.4rem 0.4rem 0.4rem !important;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    margin-left:0.5rem !important;
}

#cb11 {
    /*margin-top:-3.750rem !important;*/
   margin-top:1.25rem !important;
}

#cb12 {
    /*margin-top: -1.0rem !important;*/
    position:relative;
    top:2.40rem; 
    margin-bottom: 5.0rem !important;
    height:auto;
}


.btn2 {
    
}

.a1 {
  color:rgb(90, 50, 180) !important;  
}

.a1:hover {
    color: rgb(140, 100, 230) !important;
}

.a2 {
    font-weight:normal;
    color:black !important;
}

.a2:hover {
     color:#C60F13 !important;
     font-weight:bold;
}

.p1 a {
    font-weight:bold;
    color:rgb(90,50,180) !important;
}

.p1 a:hover {
    color:#C60F13 !important;
}

.p2 a {
    font-weight:normal;
    color:rgb(90,50,180) !important;
}

.p2 a:hover {
    color:#C60F13 !important;
}


.hsl {
    font-weight:normal !important;
    font-style:normal !important;
    font-size:1.0rem !important;
    color:rgb(90,50,180) !important;
}

.hsl:hover {
    color:#C60F13 !important;
}

.span2 {
    font-weight:bold;
    color:rgb(90,50,180) !important;
}

.span3, .span5 {
    font-size:1.3125rem;
    font-weight:bold;
    color:rgb(90,50,180) !important;
}

.span5 a:hover {
    color:#C60F13 !important;
}

.span4 {
    font-size:2.0rem;
    font-weight:bold;
    color:rgb(90,50,180) !important;
}

.left-1 {
    position: absolute;
    left:7.0rem;
}


.usect {
    width:100%;
    height:auto;
    /*background-color:yellow;*/
    display:none;
}

.vcard {
    display:none;
}


form, .form {
    width:100%;
    height:auto;
    background: url(../img/backgr3u.png) repeat;
    /*background-color: #EEEEEE;*/
    padding: 0 !important;
    /*box-shadow:2px 0 5px rgba(0,0,0,0.5);*/
    /*margin-bottom:-1.0rem;*/
    /*margin: 0 !important;*/
    /*display:none;*/
    
   
}

form label {
    margin-bottom:0;
    color:#797A7A;
    
}

form input {
    margin-top:0;
    margin-bottom:1.0rem;
    width:100%;
}

form textarea {
    height: 10.0rem;
    resize: vertical, horizontal !important;

}


#verfinfo {  /*input[type="checkbox"] {*/
    /*position: relative !important;
    right:-10.0rem;
    top:-1.0rem;*/
    width:auto;
    position:relative;
    top:0.125rem;
    /*margin-left: 0.5rem;*/
}

.fscb {
    /*width:100%;
    border: 0.5rem solid black !important;*/
   /*background-color:yellow;*/
   padding-left:0 !important;
}   

#verfinfolabel {
    width:auto;
    /*max-height: 0.5rem;*/
}

#fscb4, #fscb5, #fscb6, #fscb7 {
    padding-right:0 !important;
    /*margin-right:0 !important;*/
    /*margin-right:-0.9375rem !important;*/
}


.btn3 {
    float: right;
    /*position: relative;
    top: -4.6rem;
    right: 1.0rem;*/
    font-size: 1.0rem !important;
    /*margin: 0 0 1.25rem !important; 1.0625rem*/
    padding: 0.4rem 0.4rem 0.4rem !important;
    
    /*margin-top: 1.5rem;*/
    margin-bottom: 0 !important;
    margin-left:0.5rem !important;
}

.submit {
    /*float:left;*/
    /*margin-top:-28.00rem !important;*/
}

.reset {
    /*float:right;*/
}


.legend {
   /*background: url(../img/backgr3u.png) repeat scroll 0 0;*/
   font-weight:normal;
   /*background: none repeat scroll 0 0 white;*/
   background: none repeat scroll 0 0 ;
   margin: 0 0 0 -0.1875rem;
   padding: 0 0.1875rem;
   
}

fieldset.fs {
    margin-top:0.5rem !important;
}   



.tagline {
    
}

.content_main {
    padding: 48px; 5.55555556; /* 48px 60px; */  /* 60px ./. 1080 x 100 */
    width: 55.55555556%; /* = 600px ./. 1080px x 100 = 55.5555556% */
    background-color:green;
}

.content_sub {
    padding: 48px; 5.55555556; /* 48px 60px; */  /* 60px ./. 1080 x 100 */
    width: 22.22222222%;  /* 240px ./. 1080px x 100 = 22.22222222% */
    background-color:#FF3D41;  
}

.picture {
    max-width: 100%;
    height: auto;
    float:right;
    /*margin-top:1.0rem;*/
}


/* zur Darstellung von Text-Artikeln in mehreren Spalten */
article {
    -webkit-column-count: 3;
    -webkit-column-gap: normal; /*alternativ z.B. 2em Spaltenabstand*/
    -webkit-column-rule-color: gray;
    -webkit-column-rule-style: solid;
    -webkit-column-rule-width: 1px;
    -webkit-column-width: auto;
    column-fill: auto;
    column-gap: normal;
    column-rule: 1px solid gray;
    columns: 3 auto;   /*alternativ z.B. 2em Spaltenabstand*/
    /*column-count: 3;*/ 
    height: auto;
    overflow-x: auto;
    overflow-y: auto;
    margin-bottom: 50px;
}

embed, object, video {
    max-width: 100%;
}

.footer {
    /*padding:0 60px 0 60px;*/ /*15px 60px 1px;*/
}

.list-services {
    list-style-type: none;
}

.list-services a{
    /*font-size: 15px;
    line-height: 1.2em;*/
   text-align:left;
   color:#222222;
   
}

.list-services a:hover{
    text-align:left;
    background-color:rgb(90, 50, 180);
    color:white;
}

.fd {
    float:left;
    /*margin-right:1.0rem;*/
    margin-top: 1.1rem;
    margin-left:1.0rem;
    /*width:8.0rem;*/
}

#fb12 {width:8.0rem;}
#fb13 {width:18.0rem;}



.fd1 {
    /*position:relative;
    right: 1.0rem;
    top: 1.1rem;*/
    float:right !important;
    margin-top:1.1rem;
    margin-right:1.0rem !important;
    padding:0 !important;
}

.fd1 span {
    float:right !important;
    padding:0 !important;
}


#anredelabel, #anredelabel1 {
    width:auto;
    display:inline-block;
    margin-left:1.0rem;  
}

.anrede {
    /*display:inline;*/
    width:auto;
    position:relative;
    top:0.125rem;
}

.spanAnrede {
    font-size:0.9rem;
}


/*#messageBox {background-color:rgb(220,200,245); width:100%, height:auto; }*/
.dialog {font-size: 1.0rem !important; background-color:#EEEEEE !important; width:auto !important; min-width:18.0rem !important; height:auto !important;}
.dialog.ui-widget-content {padding-left:0.5rem !important; padding-right:0.5rem !important}  
.dialog.ui-dialog, .dialog.ui-dialog-buttonpane {padding:0 !important;}
/*button.ui-button .ui-state-default .ui-state-focus {background: url('images/ui-bg_highlight-soft_35_222222_1x100.png') repeat-x scroll 50% 50% #222;}*/
.ui-dialog .ui-dialog-titlebar {font-size:1.0rem !important; font-style:normal !important; background-color:#C1001F !important; color:white !important;}
.ui-dialog .ui-dialog-buttonpane {padding:0; margin:0; background-color:#EEEEEE !important;}
.dialog button {background-color:#797A7A !important; color:white !important;}
.dialog button:hover {background-color:#EEEEEE !important; color:#C1001F !important;}
input.invalid {background-color: rgb(255,220,220);}
label.invalid {color:#C1001F;}
input.success {background-color:white;}
label.success {color:black;}


.ui-datepicker-header, .ui-datepicker-title, .ui-datepicker-month, .ui-datepicker-year {
    font-size:1.0rem; !important;
    font-weight:normal !important;
    font-style:normal !important;
    font-family: Arial,Helvetica,sans-serif !important;
    /*background-color: yellow !important;*/
    /*color:green !important;*/
    padding:0 !important;
    /*margin: 0 !important;*/
    height: auto !important;
  
}









/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width:67em){
   /*.ui-widget-header li a {font-size:0.8750rem !important;}*//*0.9375rem*/
   /*.sdiv {font-size:20px; font-size:1.25rem;}*/
  
  body, html {font-size:0.8750rem !important;}
  #logo1 {height:85%; padding-bottom:0.15rem;}
  #logo2 {margin-right: -7.0rem; margin-top: -5.5rem; max-width: 130%;}
  /*.hb { -moz-background-size:100% auto !important; -webkit-background-size:100% auto !important; background-size:100% auto !important;}
  #headBann { width: 100%; max-height:21.75rem;}*/
  
  /*#bx21 {margin-bottom:2.8rem;}
  .lu1, .lu {padding-bottom:1.20rem;}
  .slogan {left: 27.50rem;}
   #btn1 {position:absolute; top:120%; right:0%;}*/
   
   /*#content2, #content3 {max-width:67.5em !important;}*/
   /*#hdiv1 {height:90%;}*/
}


/*Einfügung vom 12.11.17 wegen SVG-Logo */

@media only screen and (max-width:58em){
    #logo2 {margin-right: -7.0rem; margin-top: -4.5rem; max-width: 120%;}
}

@media only screen and (max-width:51.5em){
    /*#logo2 {margin-right: -6.0rem; margin-top: -4.0rem; max-width: 110%;}*/
    #logo2 {display: none;}
}
/*
@media only screen and (max-width:62.35em){
  .tt {min-height:8.00rem;}
  #digiface {width:50%; height:100%; }
  #hd {margin-left:-3.0rem;}
  .sdiv5, .sdiv1 {width:60%;}
}

@media only screen and (max-width:58em){
   #fscb8, #fscb5, #fscb7 {width:45%;}
   #fscb5 {float:right; margin-right:0; padding:right:0; text-align:right;}
   .ui-multiselect-checkboxes label {font-size:0.6875rem !important;}
   
}

@media only screen and (max-width:54em){
.footerWrapper {height:5.0rem;}
   #fdS {position:absolute; top:1.5rem; right:1.0rem; }
}

@media only screen and (max-width:53em){
   .ui-accordion-header {font-size:0.9375rem !important;}
   #kabel {width:50%; height:100%;}
   #hd {margin-left:-5.0rem; }
   #hd2 {float:right; height:auto; max-width:70%;}
}

@media only screen and (max-width:52em){
   .tt {min-height:10.0rem;}
}   
*/
/*
#bx12 , #bx22 { 
display: -webkit-flex;
display: flex;
-webkit-align-items: stretch;
align-items: stretch;
background-color:yellow;
min-height:200%;
}
#bx12 section, #bx22 section {min-height:34.0rem; background-color:#6CE26C;}
*/

#bx12 , #bx22 {min-height:34.0rem; /*background-color:#F8F8F8*/ /*#F2F2F2;*/ }
#bx11 , #bx21 {min-height:26.0rem; /*background-color:#F8F8F8;*/ }
/*#bx11, #bx12 {border-right: 1px solid #797a7a;}*/
#content3 {margin-top:2.0rem;}

/*
@media only screen and (max-width:67em){
  #bx21 {margin-bottom:4.4rem;}
  #bx12 {margin-top:42px; 1.0rem;}   
}

@media only screen and (max-width:52em){
   #bx21 {margin-bottom:4.4rem;}
  #bx12 {margin-top:4.0rem; background-color:red;}   
}
*/

@media only screen and (max-width:49.20em){
  /*#bx21 {margin-bottom:6.0rem;}*/
  .impr {font-size:1.750rem; max-width:85%;}
   #himg2 {width:90%; height:auto;}
   /*div #nav2 {max-width:130% !important; background-color:yellow !important;}
   div #headR {max-width:70% !important; background-color:#94FF7C !important;}*/
   
}   

/*
@media only screen and (max-width:45.30em){
#i1 {min-height:4.0rem;}
}

@media only screen and (max-width:48.2em){
   #bx21 {margin-bottom:4.4rem;}
}

@media only screen and (max-width:46.60em){
   #bx22 {padding-bottom:0.35rem;}
}

@media only screen and (max-width:46.150em){
   #bx21 {margin-bottom:2.80rem;} 
}

@media only screen and (max-width:45.45em){
   #bx21 {margin-bottom:4.4rem;} 
}

@media only screen and (max-width:45.10em){
   #bx22 {padding-bottom:1.90rem;} 
}

@media only screen and (max-width:44.90em){
   #bx22 {padding-bottom:2.30rem;} 
}

@media only screen and (max-width:44.45em){
   #bx22 {padding-bottom:0.70rem;} 
}

@media only screen and (max-width:44.10em){
   #bx22 {padding-bottom:0.10rem;}
   #bx12 {padding-bottom:1.0rem;}
}
*/

@media only screen and (max-width:44.10em){
    .cP {padding-bottom:2.0rem !important; }
}

@media only screen and (max-width:42.1em){
   /*#bx22 {padding-bottom:1.70rem;}*/
   .impr {font-size:1.5rem; max-width:75%;}
   #himg2 {width:80%; height:auto;}
}

/*
@media only screen and (max-width:40.80em){
   #bx22 {padding-bottom:2.10rem;} 
}

@media only screen and (max-width:40.60em){
   #bx21 {margin-bottom:2.80rem;}
   #bx22 {padding-bottom:0.5rem;} 
}

@media only screen and (max-width:40.50em){
   #bx21 {margin-bottom:2.80rem;}
   #bx22 {padding-bottom:0.5rem;} 
}

@media only screen and (max-width:40.150em){
   #bx21 {margin-bottom:1.05rem;}
   #bx22 {padding-bottom:0.4rem;} 
}
*/

@media only screen and (max-width:40.0em){
   /*#bx21 {margin-bottom:2.00rem; margin-top:2.80rem;}*/
   .sp1 {background-image: url('../img/pane3a.png'); width:42.56rem;}
   #fscb1, #fscb2, #fscb3 {padding-right:0 !important;}
}


@media only screen and (max-width:40.0em){
   /*#bx21 {margin-bottom:2.00rem; margin-top:2.80rem;}*/
   .sp1 {background-image: url('../img/pane3a.png'); width:42.56rem;}
   #fscb1, #fscb2, #fscb3 {padding-right:0 !important;}
}

@media only screen and (max-width:38.0em){
   #btn1 {position:absolute; top:40%;/*72.10%;*/ right:0%; 
       /*position: relative !important; left:0%; top:-20%;*/}
   #hdiv1 {height:90%;}
   .slogan {/*font-size:1.3125rem;*/ position:relative; left:0%; top:0%;}
   #himg {width:63%; height: auto;}
}

@media only screen and (max-width:31.0em){
   .logo {width:90% !important; height:auto;}
   .slogan {font-size:1.3125rem; /*position:relative; left:0%; top:0%;*/}
   #hdiv1 {width:30%;  }
   #btn1 {width:80%; height:auto; padding: 10% 10%; font-size:inherit;}
}

@media only screen and (max-width:25.20em){
   .slogan {font-size:1.1250rem;/*1.0625rem;*/ /*font-size:140% !important;*/}
   .impr {font-size:1.0rem; max-width:65%;}
   #himg2 {width:70%; height:auto; position:absolute; right:0.25rem; }
   #range2 {margin-bottom:0.5rem;}
   .item > label {display:none; /*font-size:0.9375rem !important;*/}
}

/*
@media only screen and (max-width:24.0rem) {
    .cP { padding-bottom:2.0rem !important; background-color:yellow;}
}
*/

/*
@media only screen and (max-width:24.3em){
    #i1 {min-height:6.0rem; background-color:yellow !important;}
}

@media only screen and (max-width:44.063em){    
    div.slick-slider, .slick-slider, .responsive, #bb12 {display:none !important;}
    fieldset , fieldset.fs, .fs {float:left !important; }
     .wnav {display:none;}
    .snav {display:block;}
    nav.top-bar, .snav {margin-bottom:3.0rem; height:100%; max-height: 9.950rem;}
    #row1 {margin-top:2.0rem;}
    .sdiv6, .sdiv1 {width:60%;}
    .fscb.medium-3 {max-width:25%; }
    #fscb8, #fscb5 {width:50% !important;}
    #fscb7 {width:100%;}
}

@media only screen and (max-width:44em){
   .tt {min-height:0 !important; height:auto; }
}  

@media only screen and (max-width:43em){
    .fd1 {position:absolute; left:1.0rem; top:1.5rem;}
    #fb13 {position:absolute; float:right; width:15.0rem; right:-1.0rem;}
    #fdS {right:1.25rem;}
}
#fscb5 {width:48% !important; margin-right:2.65%;}
width:40%; height:40%;


@media only screen and (max-width:39em){
   #hdiv1 { height:auto; max-width:20%;}
   #btn1 {font-size:0.6875rem;}
}   

@media only screen and (max-width:30em){
}

@media only screen and (max-width:23em){
}

@media only screen and (max-width:21em){
    #fscb8 {width:30% !important;}
    #anredelabel {margin-left:0px;}
}


@media only screen and (max-width:42em){    
    div.slick-slider, .slick-slider, .responsive, #bb12 {display:none !important;}
    fieldset , fieldset.fs, .fs {float:left !important; }
}

@media only screen and (max-width:35.063em){
    .wnav {display:none;}
    .snav {display:block;}
    nav.top-bar, .snav {margin-bottom:3.0rem; height:auto; max-height: 9.950rem;}
    #row1 {margin-top:2.0rem;}
}
*/






/*@media only screen and (min-width:35.063em){}*/

/*für Foundation Navigation
@media only screen and (min-width: 40.063em) {
.top-bar {
background:#333333;
overflow: visible;
}*/
/*
@media only screen and (max-width:20em) {
    .tt {
        margin-bottom:4.0rem;
    }
}
*/

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}






/*********** Test-Klassen **********

.t {
    display:block;
    width:8%;
    height:90%;
    float:left;
    margin-right:3%; 
}
#d1 {
  background-color:#B496F0 !important; 
}
#d2 {
  background-color:#5A0FC8 !important; 
}
#d3 {
  background-color:#7756C8 !important; 
}
#d4 {
  background-color:#7500FF !important; 
}
#d5 {
  background-color:rgb(94, 59, 182) !important; 
}
#d6 {
  background-color:rgb(90, 50, 180) !important; 
}
#d7 {
  background-color:#482384 !important; 
}
#d8 {
  background-color:#2800FF !important; 
}
#d9 {
  background-color:#351092 !important; 
}

************/

/* für desktop <= 480px*/
/*
#nav {
position: absolute;
top: 0;
right: 50px;
font-family: 'Open Sans Condensed', sans-serif;
text-align: right;
}
    
#nav ul {
list-style: none;
overflow: hidden;
display:block;
background-color:#26B3F7;
}

#nav ul li {
display: block;
float: left;
text-decoration: none;
font-size: 1.2em;
height: 90px;
line-height: 90px;
margin: 0 0 0 1.75em;
}

#nav ul li a {
color: #c0c0c0;
text-decoration: none;
outline: 0;
}

#nav ul li a:hover {
color: #eee;
}

#nav ul li.current_page_item {
background: url('images/nav-arrow.png') center 77px no-repeat;
}

#nav ul li.current_page_item a {
color: #fff;
}
*/ 
/*Ende Desktop <= 480px*/

/*für < 480px && < 1200px*/
/*
#nav
{
right: 30px;
}
#nav ul li
{
height: 80px;
line-height: 80px;
font-size: 1.1em;
margin: 0 0 0 1.5em;
}
#nav ul li.current_page_item
{
background-position: center 68px;
}
*/
/*Ende < 480px && < 1200px*/

