/* =============================================================================
   Font Styles
   Old Colors: white #fff black #000 Rot:  #E84326 Grau: #9C9B8C Orange: #F28B00       hellgrau #666  oder #eee
   ========================================================================== */   
   
   

/* zu nutzen mit var(--hover-color) */   
:root {
	--primary-color: #ff3e00;   /* rot */    
	--secondary-color: #b4002d;  /* orange */
	--light-color: #eaecee;   
	--white-color: #fff;               
	--hover-color: #2a4652;              
	--dark-color: #2a4652; 
}  

body { font-size: 1.1rem; }
#innerwrap { font-size: inherit; }
p { font-size: inherit; }

/* Fixes */           
.btn:focus { outline: none; box-shadow: none; }
.card-img, .card-img-top { border-radius: 0; }
span.symbol { padding-right: 0.5rem; }


.bg-primary  { background: var(--primary-color) !important; }    
.bg-secondary  { background: var(--secondary-color) !important; } 
.bg-light  { background: var(--light-color) !important; } 


b, strong { font-weight: 700; }       
*:focus, a:focus, button:focus , .btn:focus { border: 0; outline: none; text-decoration: none; }     
                                                       
body { color: var(--dark-color); }                             
a, a:link, a:visited, a:active, a:focus { color: var(--primary-color); }   
a:hover { color: var(--secondary-color); text-decoration: none; } 
                                                            
body, input, button, select, textarea { font-family: 'Source Sans 3', sans-serif; font-weight: 400; }
header#mainheader .nav-link { font-family: 'Montserrat', sans-serif; font-weight: 400; }
h1, h2, h3 { font-family: 'Montserrat', sans-serif;}
                                                      
body, #innerwrap { line-height: 1.4rem; }   
p { line-height: 1.5rem; margin: 0 0 1rem 0; padding: 0; }     

h1 { color: var(--primary-color); font-size: 1.85rem; font-weight: 400; padding: 0; margin: 1.4rem 0; }   
h2 { color: var(--primary-color); font-size: 1.2rem; font-weight: 700; padding: 0; margin: 1rem 0; }  
h3 { color: var(--dark-color); font-size: 1.1rem; font-weight: 500; padding: 0; margin: 1rem 0; } 
                    
.btn { border-radius: 0; line-height: 1.1; }   
.btn-primary { background: var(--primary-color)  !important; border: 0; color: #fff !important; padding: 6px 12px;}   
.btn-secondary { background: var(--secondary-color) !important; border: 0; color: #fff !important;  padding: 6px 12px; }  
.btn-default { background: var(--secondary-color) !important; border: 0; color: #fff !important;  padding: 6px 12px; }  
.btn-default:hover { background: var(--primary-color) !important; border: 0; color: #fff !important;  padding: 6px 12px; }  

.table-striped tbody tr:nth-of-type(2n+1)  { background-color: var(--light-color) !important; } 

   
/* =============================================================================
   Dimensions  and Colors
   ========================================================================== */      
                            
   html, body, #wrap { min-height: 100%; }   
   html, body { min-height: 100.5%; }
   body { background: var(--light-color); }
   #wrap { width: 100%; max-width: 1800px; position: relative; margin: 0 auto; background: #fff; box-shadow: 0px 0px 20px 0px rgba(74, 74, 74, 0.83); min-height: 320px; }
   header > .navbar > .container { width: 100%; max-width: 1800px; position: relative; margin: 0 auto;  }
   section { padding: 0; margin: 0;}
   .container { width: 100%; max-width: 1800px; margin: 0 auto; padding: 0; }
   
   header .navbar-brand { display: none; }                      
   footer {padding: 15px; }
   footer, footer a, footer a:link, footer a:visited, footer a:active, footer a:focus { color: #fff; }   
   footer a:hover { color: #eee; text-decoration: none; } 
   
   footer a { display: block; margin-bottom: 5px; white-space: nowrap; padding: 3px; }
   
   
   header > .navbar > .container , footer { background-color: var(--primary-color); }
   #textsection { background: #fff;  }       
   #sidebar {}  
   
   .navbar { border: 0; border-radius: 0; margin-bottom: 0; }    
   
   .btn-default, .btn-default:link { border-radius: 0; color: #fff !important; background-color: var(--primary-color); border-color: var(--primary-color); }    
   .btn-default:hover, .btn-default:focus, .btn-default:active  { border-radius: 0; color: #fff; background-color: var(--secondary-color); border-color: var(--secondary-color); }    
   
   
   .btn-info, .btn-info:link, a.btn-info, a.btn-info:link { border-radius: 0; color: #fff; background-color: var(--secondary-color); border-color: var(--secondary-color); margin: 1em 0; text-align: left; }    
   .downloads .btn-info, .downloads .btn-info:link, .downloads a.btn-info, .downloads a.btn-info:link { margin: 0.5em 0; }    
   
   .btn-info:hover, .btn-info:focus, .btn-info:active, a.btn-info:hover, a.btn-info:focus, a.btn-info:active  { border-radius: 0; color: #fff; background-color: var(--primary-color); border-color: var(--primary-color); }    
   a.btn.pull-left { margin-right: 5px; }
   .realitem a.btn-default { margin-top: 1rem; }
   
   .alert { border-radius: 0; margin: 15px 0;}
   
   #formular input, #formular textarea { border: 0; padding: 10px; background: #eee; color: #000;  }

   
/* =============================================================================
   Navbar
   ========================================================================== */  

header#mainheader {}    
header#mainheader { box-shadow: none; }   
header#mainheader .nav-link { border-radius: 0; color: #fff !important; font-size: 18px; line-height: 46px; padding-top: 0; padding-bottom: 0; border-bottom: 0; }      
header#mainheader .nav-link:hover, header#mainheader .nav-item:hover { color: #fff !important; border-color: #000; background: var(--secondary-color); }     
header#mainheader .nav-link.active { background:  var(--secondary-color); color: #fff; border-color: var(--secondary-color); }    
header#mainheader .btn-menusize { height: 60px; }
header#mainheader #navtoggle { width: 60px; background: var(--secondary-color); color: #fff; font-size: 34px; }   

a#top img { height: 60px; width: auto; padding: 0; }
a#logo { display: block; width: 40%; max-width: 390px; }

.card-img-overlay {}
.img-fit { object-fit: cover; width: 100%; height: 100%; }
                            
.ls-compact { font-size: 0.9rem; overflow: hidden; }     
.ls-compact .inner {}    
.ls-compact .inner::after { z-index: 1; width:100%;  content:""; display: block; position: absolute; bottom: 0; left: 0; right: 0; top: 60%; background-image: linear-gradient(0deg, var(--light-color) 0%, rgba(255, 255, 255, 0) 100%); background-repeat: repeat-x;}  /* ausblenden verlauf */
        
.ls-compact.v2 .inner::after {
	background-image: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
	background-repeat: repeat-x;
}

/* Accordion */    
.seitenliste .card .card-header { background: var(--dark-color); }
.seitenliste .card h3 button, .seitenliste .card h3 button:active { background: var(--primary-color); color: #fff; border: 0; border-bottom-left-radius: 0; border-bottom-right-radius: 0; font-size: 1.2rem; text-decoration: none; }    
.seitenliste .card h3 button { background:  var(--dark-color); color: #fff; text-decoration: none; }          
.seitenliste .card h3 button.collapsed { background: var(--dark-color); color: #fff;}          
.seitenliste .card h3 button.collapsed:hover { background: var(--secondary-color); color: #fff; text-decoration: none; }      

.seitenliste .card h3 button span.less { display: inline-block; } 
.seitenliste .card h3 button span.more { display: none; } 
.seitenliste .card h3 button.collapsed span.less { display: none; }    
.seitenliste .card h3 button.collapsed span.more { display: inline-block; }

/* Ausklapp-Navi */
header#mainheader nav li {position:relative; }
header#mainheader nav ul ul {position:absolute;display:none;top:100%;left: 0; z-index:99;}                       
header#mainheader nav li:hover > ul {display:block;}   
header#mainheader nav ul ul ul {top:0;left:100%;}                                        

header#mainheader nav ul ul, 
header#mainheader nav ul ul * { margin:0;padding:0;list-style:none;}   
header#mainheader nav ul ul {box-shadow:2px 2px 6px rgba(0,0,0,.2); text-transform: none; font-size: 15px; border-top: 0; min-width: 100%; width: auto; background: var(--white-color) ; margin-left: 0; margin-top: 0px;}                                                            
header#mainheader nav ul ul li.nav-item { background: var(--white-color); white-space:nowrap; margin: 0; padding: 0; }                                                                                                               
header#mainheader nav ul ul li.nav-item a.nav-link { text-transform: none; border-left: 0; border-bottom: 1px solid var(--light-color); margin: 0; padding: 0.5rem 1rem; text-decoration:none; zoom:1; color:  var(--dark-color) !important; background: var(--white-color) ; display: block; text-align: left; font-size: 0.9rem; line-height: 1.2; min-height: 0;  }   
header#mainheader nav ul ul li.nav-item:hover a.nav-link {background: var(--light-color);-webkit-transition:none;transition:none; color: var(--dark-color); }   
header#mainheader nav ul ul li.nav-item a.nav-link.active {background: var(--light-color);-webkit-transition:none;transition:none; color: var(--dark-color); }    
header#mainheader nav ul ul li.nav-item:hover li.nav-item a.nav-link {background: var(--white-color); color: #fff; border-bottom: 0; border-top: 1px solid #fff; }     
header#mainheader nav ul ul li.nav-item li:hover a.nav-link, 
header#mainheader nav ul ul li.nav-item li:focus a.nav-link {background: var(--white-color); color:  var(--dark-color); }  
         
  header#mainheader .nav-item.hover-active { color: #fff !important; border-color: #000; background: var(--secondary-color); }     
  header#mainheader nav li.hover-active > ul {display:block;}   
 
@media only screen and (min-width:992px) and (max-width:1139px) { 

header#mainheader .nav-link { font-size: 17px; padding-left: 0.7rem; padding-right: 0.7rem; }
            
}   

#mainheader form { border-radius: 18px; padding-left: 1rem; min-height: 36px; border-color: : var(--primary-color); }
.ls-socialicons { list-style: none; margin: 0; padding: 0; }             
.ls-socialicons li { list-style: none; margin: 0; padding: 0; display: inline-block; } 
.ls-socialicons a { display: inline-block; color: #fff; font-size: 18px; line-height: 36px; text-align: center; padding: 0; margin: 0 8px 8px 0; width: 36px; height: 36px; border-radius: 360px; background: var(--primary-color); }
.ls-socialicons a:hover  { background:  var(--secondary-color) !important; }
   
  
  li.fontsize {}  
  header a.btn-info { background: var(--dark-color); border-color: var(--dark-color); }     
  header a.btn-info:active, header a.btn-info:hover, header a.btn-info:focus { background: var(--secondary-color); border-color: var(--secondary-color); }
        
  @media only screen and (min-width: 992px) {     
  
	   /* desktop and tablet */                   
  }  
  @media only screen and (max-width: 991.98px) {    
  
      /* smartphone */   
   header { position: fixed; top: 0; left: 0; right: 0; height: auto; z-index: 900; }  
   
    #mobil-navi { z-index: 990; position: fixed; top: 0; left: auto; right: 0; bottom: 0; overflow: hidden; overflow-y: auto; display: block; color: #fff; width: 300px; max-width: 100%; box-shadow: 0 0 50px 50px rgba(0,0,0,0.2); }
    #mobil-navi .navhead { z-index: 995; position: fixed; top: 0; left: auto; right: 0; bottom: 0; display: block; width: 300px; max-width: 100%; color: #fff; height: 64px; padding: 20px 60px 10px 20px; }
    #mobil-navi .navhead {}
    #mobil-navi .navhead span.navitoggle { cursor: pointer; display: block; position: absolute; right: 0; top: 0; bottom: auto; left: auto; width: 64px; height: 64px; font-size: 30px; line-height: 64px; color: #000; text-align: center; }
    
    
    #mobil-navi .navbody { padding: 60px 0 0 0; min-height: calc(80vH - 70px); }      
    /*                                                   
    #mobil-navi .navbody ul { display: block; list-style: none; margin: 0; padding: 0; border: 0; position: relative; }   
    #mobil-navi .navbody ul li { display: block; list-style: none; margin: 0 20px; padding: 0; border: 0; position: relative; margin-bottom: 0.8rem;  }    
    #mobil-navi .navbody ul li a > span { display: inline-block; border-bottom: 0px solid rgba(0,0,0,0.1); padding: 0 10px 5px 0; }     
    #mobil-navi .navbody ul li a { display: block; border: 0; color: #000; font-size: 1.3rem; line-height: 1.1; padding: 10px 0 3px 0; font-weight: bold;}        
    #mobil-navi .navbody ul li a:hover { color: var(--hover-color); }   
    #mobil-navi .navbody ul li.active a > span.menu-underline { border-bottom: 5px solid var(--hover-color); }           
    #mobil-navi .navbody ul li.active > a { color: var(--hover-color); }     
    #mobil-navi .navbody > ul > li.active > a { color: var(--hover-color);  }   
                                                     
    
    #mobil-navi .navbody > ul ul { display: none; }   
    #mobil-navi .navbody > ul li.active > ul { display: block; padding: 10px 0; }                             
    #mobil-navi .navbody > ul li.active > ul li a { font-size: 1.0rem; line-height: 1.1rem; padding: 5px 20px 5px 20px; text-transform: none; }      
    #mobil-navi .navbody > ul li.active > ul li.active > a { } 
    */
        
                          
    #mobil-navi .navbody ul { display: block; list-style: none; margin: 0; padding: 0; border: 0; position: relative; }   
    #mobil-navi .navbody ul li { display: block; list-style: none; margin: 0; padding: 0; border: 0; position: relative; border-top: 1px solid var(--light-color);}   
    #mobil-navi .navbody ul li.active {}   
    #mobil-navi .navbody ul li a { display: block; font-size: 1.2rem; line-height: 1.1; letter-spacing: 0; color: var(--primary-color); padding: 10px 60px 10px 20px; text-transform: none; text-align: left; border-bottom: 1px solid rgba(255,255,255, 0.1); position: relative; }     
    #mobil-navi .navbody ul li.active > a { color: var(--primary-color); }  
    #mobil-navi .navbody > ul li.active > ul li a { padding: 10px 20px; }   
    #mobil-navi .navbody > ul > li.active > a {  }            
    #mobil-navi .navbody > ul li.nav-item.active > a { }   
                                                         
    #mobil-navi .navbody ul li a span.pfeil { position: absolute; top: 0; left: auto; right: 0; bottom: 0; width: 60px; background: url('../media/mobilnavi-pfeillinks.svg') center center no-repeat transparent; background-size: 9px auto; }   
    #mobil-navi .navbody ul li.active > a > span.pfeil { background: url('../media/mobilnavi-pfeilrunter.svg') center center no-repeat transparent; background-size: auto 9px; }   
    #mobil-navi .navbody ul > li.active > a { background: var(--light-color); }   
    
    #mobil-navi .navbody > ul ul { display: none; }   
    #mobil-navi .navbody > ul li.active > ul { display: block; background: transparent; padding: 0; margin: 0;}    
    #mobil-navi .navbody > ul li.active > ul li a { font-size: 1rem; color: var(--dark-color); }      
    #mobil-navi .navbody > ul li.active > ul li.active > a { color: var(--primary-color); } 
                                                              
                                          
    #mobil-navi .navfooter { display: block; color: #555; padding: 10px 20px; border-top: 1px solid rgba(0,0,0,0.1); }    
   
   
  }     
    
  @media only screen and (min-width:992px){    
    #mobil-navi { display: none !important; }
  }  
   
/* =============================================================================
   Module Options
   ========================================================================== */   
   
   /* .galerie, .newsslider { margin-left: -30px; margin-bottom: 30px; }    */
   .galerie, .newsslider { margin-bottom: 30px; }        
   a.carousel-control, a.carousel-control:link, a.carousel-control:hover, a.carousel-control:focus { color: #fff; }
   a.carousel-control span { position: absolute; top: 45%; font-size: 30px; }        
   a.left.carousel-control span { left: 15px; }                          
   a.right.carousel-control span { right: 15px; }
   
   .galerie.zweier { margin-left: -15px;}
   .galerie.zweier .item { display: block; float: left; width: 50%; padding-left: 15px; padding-bottom: 15px; }
   .galerie.zweier .item img { width: 100%; max-width: 100%; height: auto; }
                                                                        
   .newsslider .carousel { margin: 0 30px;  }
   .newsslider .carousel-inner { min-height: 300px; }
   .newsslider .carousel-inner { background: #eee; color: #333;  }    
   .newsslider .carousel-control.left { left: -30px; }               
   .newsslider .carousel-control.right { right: -30px; }
   .newsslider a.carousel-control { opacity: 1; width: 30px; background: var(--dark-color); }      
   .newsslider a.carousel-control span { width: 30px; left: 0; right: 0; text-align: center; }
   .newsslider .carousel-inner > .item > img, .newsslider .carousel-inner > .item > a > img { float: left; width: 30%; height: auto; padding-left: 0;  }    
   .newsslider .carousel-caption { position: relative; float: right; width: 70%; background: #eee; color: #000; left: 0; right: 0; top: 0; bottom: 0; padding: 15px 30px; text-align: left; text-shadow: none;  }     
   .newsslider .carousel-caption h3 {  }  
   
   #sidebar h3 { border-top: 4px solid var(--dark-color); padding: 8px 0; margin: 30px 0 0 0; color: var(--dark-color); font-weight: 300; font-size: 1.2em; }      
   #sidebar .box { background: var(--dark-color); color: #fff; padding: 15px 15px 0 15px; }             
   #sidebar .box a {color: #fff; }                                                 
   #sidebar .box .btn.pull-right { margin-right: -15px; padding-right: 5px; }                                                              
   #sidebar form.box label { display: block; clear: both; width: 40%; float: left; font-weight: 400; }                                     
   #sidebar form.box .radio label { width: 100%; float: left;  }                       
   #sidebar form.box input.controlinput, #sidebar form.box input.controlinput:focus {  display: block; width: 60%; float: left; color: #000; outline: none; border: 0; }          
   #sidebar .box p.small {  display: block; clear: both; width: 100%; text-align: right; padding: 8px 0 0 0;}
    
   
   .werbung { clear: both; margin: 30px 0; }
   
   .panel { border-radius: 0; box-shadow: none; border: 0; }
   .panel-collapse { border: 1px solid #eee; border-top: 0; }
   .panel-group .panel { border-radius: 0; }
   .panel-heading, .panel-title { padding: 0; margin: 0; }
   .panel-heading > .panel-title > a { display: block; background: var(--dark-color); color: #fff; margin: 0; padding: 8px; }    
   .panel-heading > .panel-title > a:hover { background: var(--secondary-color); color: #fff; }
   
    div.radio { clear: both; display: block; width: 100%; padding-left: 40%; }    
     
  @media only screen and (max-width: 991.98px) {     
   #innerwrap { margin-top: 60px !important; }
   #sidebar form.box label { width: 100%; float: none;  }                        
   #sidebar form.box input.controlinput, #sidebar form.box input.controlinput:focus {  width: 100%; float: none;  }    
   #sidebar div.radio { padding-top: 0.5rem; padding-left: 0; }       
  } 
    
    .bilditem, .videobox, .newsslider { margin: 1em 0; }
    .imgdesc { font-size: 0.8em; margin-bottom: 1.5em; margin-top: -1em; }
    .bilditem .imgdesc {margin-top: 0; }    
    
    
   span.heading { text-transform: none; padding-right: 20px;}   
   span.subheading { display: block; font-size: 0.9em; line-height: 1.2em; font-weight: 300; padding-right: 20px; }            
   
/* =============================================================================
   Alte Module
   ========================================================================== */  
   
   
  #textsection td.tbhead{background: var(--primary-color);color:#fff;font-weight:bold; padding: 5px; border-right: 1px solid #fff;}
  #textsection td.tbnorm{font-weight:normal;padding: 5px;}
  #textsection #newslettertext{border:1px solid #c83336;margin:0 0 0 0;padding: 5px;}
  #textsection div.bur{vertical-align:text-top;}
  #textsection div.burno{vertical-align:text-top;float:right;margin:0;border:0;}
  
  #textsection span.bildtext{float:left;width:100%;font-size:0.8em;text-align:right;border-top-width:1px;border-top-color:var(--dark-color);border-top-style:solid;}
  #textsection div.formfeld{display:block;clear:left;margin:0px 0px 0px 0px;padding:3px 5px 3px 5px;border-top:1px solid #fff;line-height:140%;text-decoration:none;background:#eee;color:#000000;font-weight:normal;text-align:right;}
  #textsection div.formtext{font-size: 0.8em;}
  #textsection div.linkfeld{display:block;clear:left;margin:0px 0px 0px 0px;padding:3px 5px 6px 5px;border-top:1px solid #fff;line-height:110%;text-decoration:none;background:#eee;color:#000000;font-weight:normal;}
  
                                                  
  a.mehrlink, input.mitmachen, .tbnorm input[type="submit"], .katdet .right a, a.mainmenu2, #textsection a.mainmenu2 { display: block; float:right; padding: 5px 1em; width: auto; clear:both; }
  input.mitmachen, .tbnorm input[type="submit"] { border: 0; }
   .tbnorm input[type="submit"] { float: left; }
  a.mehrlink, a.mehrlink:link, input.mitmachen, .tbnorm input[type="submit"], .katdet .right a, a.mainmenu2 { border-radius: 0; color: #fff; background-color: var(--secondary-color); border-color: var(--secondary-color); text-align: left; }    
  input.mitmachen:hover, a.mehrlink:hover, a.mehrlink:focus, a.mehrlink:active, .tbnorm input[type="submit"]:hover, .katdet .right a:hover, a.mainmenu2:hover { border-radius: 0; color: #fff; background-color: var(--primary-color); border-color: var(--primary-color); }    
                                                                                                                                                              
  a.mehrlink::after, input.mitmachen::after, #textsection div.newsitem::after, .katalog.ov::after, .katdet .right::after, .clear_div, a.mainmenu2::after { content: " "; display: table; clear: both;  }
  div.empty { clear: both; }
  
  #textsection div.realitem, #textsection .mainmenu2{ padding: 0 0 1em 0;  display:block;  clear:both;  }                 
  #textsection div.linkhead { color: var(--dark-color); font-size: 1.1em; font-weight: 600; padding: 0; margin: 1em 0 0 0; } 
  #textsection div.newsitem{ background: #eee; color: #000; border-top: 1px solid var(--dark-color);  padding:7px 10px 7px 10px;  display:block;  clear:both; margin: 1em 0;  }
  #textsection div.newsdate{font-size: 0.8em;color:var(--dark-color);padding:0 0 0 0; text-align: right; } 
  #textsection div.mehrverband{padding:7px 0 4px 0;    background:#fff; border-top: 1px solid var(--dark-color); }
  #textsection hr{height:5px; margin: 0; padding: 0; border:0; border-top: 1px solid var(--dark-color); }
  #textsection .container{ padding:1em 0; clear:both;}
  #textsection .termincontainer{padding:1em 0;clear:both;  border-top: 1px solid var(--dark-color); }
  
  #textsection .textbild{float:left;  width:195px;}
  #textsection .texttext{display:block;  float:left;  width:220px;}
  #textsection .teaserbild{float:left;  width: auto; max-width: 30%; padding: 0 26px 1em 0; }               
  #textsection .teaserbild img { width: auto; max-width: 100%; height: auto;}
  #textsection .teasertext{display:block;  float:left;  width:70%; }
  
  #textsection .teasertext h2,.termincontainer .datum{ color: var(--dark-color);padding:0;margin:0;font-weight:normal;background:#fff;}
  #textsection .termincontainer .datum{float:left;  width: 30%; text-align: right; padding-right: 30px; color: #000; }
  #textsection .teasertext div.toptext{ margin:0;padding:0;border-top:0;}
  #textsection .teasertext p{margin:0;padding:0;}
  #textsection .container ul{margin-left:0px;  padding-left:0px;  list-style:none;}
  #textsection .container ul  li:before{content:"\003A \003A \0020";}
  
  #textsection div.terminhead{display:block;clear:left;margin:0px 0px 0px 0px;padding:2px 0px 1px 5px;border-top:1px solid #fff;line-height:120%;text-decoration:none;background:#f7f4f2;color:#cd403d;font-weight:bold;}
  #textsection span.rubriktitel{background:#ffffff;color:#cd403d;}
  #textsection div.loginarea{display:block;clear:left;margin:0px 0px 0px 0px;padding:5px 5px 9px 5px;text-decoration:none;background:#eee; border-top: 1px solid var(--dark-color); color:#000000;}
  #textsection table.mailing{font-size:100%;font-weight:normal;}
  #textsection #commentbox div.mylabel{clear:both; width:100px;float:left;}
  #textsection #commentbox{margin-left:0px;}
  #textsection #commentbox a img{margin:0;padding:0;}
  #textsection #commentbox input.long,#commentbox textarea{float:left;width:310px;margin-bottom:3px;}
  #textsection div.statusinfo{border:0;  padding:5px;  margin:5px 0 5px 10px;  background:#cd403d;  color:#fff;  font-weight:bold;}
                                        
  #textsection .meincomment { border: 1px solid #eee; padding: 15px; }
  #textsection .meincomment h3{clear:both;  padding-top:10px;}
  #textsection .meincomment input{clear:both;    display:block;}
  #textsection .meincomment input.longtext{width:90%;    margin-top:10px;    margin-bottom:10px;}
  #textsection .meincomment input.box{clear:both;    float:left;     width:8%;    margin-bottom:10px;}
  #textsection .meincomment label.boxtext{float:left;     width:92%;    margin-bottom:10px;    padding-top:3px; font-weight: 400; }
  #xxtextsection .meincomment .mitmachen{clear:both;    margin:20px 0 10px 0;    padding:4px 20px;    border:0;    background:#C83336;    color:#fff;    font-weight:bold;}
  #xxtextsection .meincomment .mitmachen:hover{background:#000;}
  #textsection .fehlerhinweis{font-weight:bold; padding:3px 5px; color:#fff; background:var(--dark-color); margin:4px 0 4px 0;}
  
  #textsection div.bur {vertical-align:text-top; float:left; width: 30% ; margin: 0; padding:1.5em 20px 20px 0px;border:0;text-align:right;}
  #textsection div.bur img{border:0; width: 100%; max-width: 100%; height: auto; }
                                          
                                                                                        
.katalog {position: relative; }
.katdet img.bild  { float: right; max-width: 100%; height: auto; margin: 0 0 10px 10px; padding-top: 0; margin-top: 0; }
.katalog div.ohnebild { float: right; width: 160px; height: 40px; margin: 0 0 10px 10px; background: #eee; color: #fff; text-align: center; line-height: 40px; }
a.kback { font-size: 1.2em; }

div.right { text-align: right;}
img.vollbild { max-width: 100%; width: 100%; height: auto; }

.katalog.ov { border: 0px solid #eee; background: #eee; padding: 10px 0 0 10px;}

.label.label-info { background-color: #ddd; color: #444; font-weight: normal; font-size: 90%; margin-bottom: 5px; }    
.label.label-info:hover { background-color: var(--dark-color); color: #fff; } 
.label.label-info .badge { background-color: #fff; color: var(--dark-color); margin-left: 5px; font-size: 10px; vertical-align: top;}
  
   
/* =============================================================================
   Media Options
   ========================================================================== */      
   
  .galerie .carousel-caption { right: 0; left: 0; bottom: 0; background-image: linear-gradient(to bottom, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .7) 90%); padding: 10px; }     
  .galerie .carousel-caption h3 { color: #fff; text-align: left; font-size: 11px; text-shadow: none; margin: 0; font-weight: normal; }
  
  .memberlogo { max-width: 240px; height: auto; padding: 0 0 5rem 5em; }
   
   
  @media only screen and (max-width: 1079px) {  
    .navbar-nav > li > a { font-size: 1.2em; padding: 15px 10px; }   
    
  }          
  @media only screen and (max-width: 979px) {      
   .galerie, .newsslider { margin-right: 0;}    
   header .navbar-brand { display: block; padding: 5px; margin-left: 30px; }              
   header .navbar-brand img { max-width: 100%; height: 40px; }    
  }
  @media only screen and (max-width: 639px) {   
  
   .newsslider .carousel-inner > .item > img, .newsslider .carousel-inner > .item > a > img { float: none; width: 100%; height: auto; padding-left: 0;  }    
   .newsslider .carousel-caption { position: relative; float: none; width: 100%; background: #eee; color: #000; left: 0; right: 0; top: 0; bottom: 0; padding: 15px 30px; text-align: left; text-shadow: none;  }     
   .newsslider .carousel { margin: 0;  }
   .newsslider a.carousel-control { bottom: -20px; top: auto; width: 49%; height: 20px; }      
   .newsslider .carousel-control.left { left: 0; }               
   .newsslider .carousel-control.right { right: 0; }
   a.carousel-control span { font-size: 15px; position: relative; top: 0; }
   footer { }
   
   .katdet img.bild  { float: none; margin: 0 0 1em 0; clear: both; }
   .katalog.ov { padding: 15px; }
   .tbnorm input[type="text"], .tbnorm select { max-width: 95%; width: 95%; }
   
   .memberlogo { max-width: 140px; height: auto; padding: 0 0 3rem 3em; }
   
   #wrap { overflow-x: hidden; }
  }
  
  /* Fördermitglieder 2020 */                                                            
  .ls-card { margin-bottom: 2rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--secondary-color); }
  .ls-card h3 { color: var(--primary-color); font-size: 1.4em; margin-top: 0; padding-top: 0; }
  
  .ls-jumpletters { border-bottom: 1px solid var(--primary-color); margin-bottom: 3rem; }
  .ls-jumpletters a.ls-letter { border: 0; border-left: 1px solid var(--dark-color); color: var(--primary-color) !important; border-radius: 0; line-height: 1; margin-bottom: 6px; padding: 2px 9px; }
          
  @media only screen and (min-width: 640px) {   
  .ls-pr-sm-4 { padding-right: 4rem; }
  }
  
  /* Cookie Hinweise 2020 */
  div.cookie-alttext { display: none; margin: 1rem 0; padding: 3rem; background: black; color: #fff; font-weight: bold; }       
  div.cookie-alttext a {color: #fff !important;; text-decoration: underline !important; }
  
  .videobox iframe { z-index: 1; }
  .videobox .cookie-alttext { position: relative; z-index: 2; }
   
  /* 
  iframe[data-name="youtube"] { display: block; }     
  iframe[data-originalsrc=""] { }               
  iframe[data-name="youtube"] + div.cookie-alttext { background: red; }                  
  iframe[data-originalsrc] + div.cookie-alttext { background: red; display: block; }
  iframe[data-originalsrc~="http"] + div.cookie-alttext { background: blue; display: block; }     
  */   
  iframe[data-name="youtube"] { background: rgba(0,0,0,0.2); }                                                                                     
  iframe:not([data-originalsrc*="http"]) + div.cookie-alttext { display: none; }     
  iframe:not([data-originalsrc]) + div.cookie-alttext { background: var(--dark-color) !important; display: block; }
  .klaro .cookie-modal { z-index: 2000 !important; }
  
  button.ls-showmore { margin: 0 0 1rem 0; padding: 0; border: 0; background: transparent; }
  div.ls-d-none { display: none; }
  
.slick-prev:before, .slick-next:before { font-family: "Font Awesome 5 Free"; font-weight: 900; font-size: 2rem; color: var(--dark-color);}    
.slick-prev:before { content: "\f053"; }
.slick-next:before { content: "\f054"; }
.slick-prev, .slick-next { width: 2rem; height: 2rem; }
.slick-next { right: -1.5rem; }
.slick-prev  { left: -1.5rem; }
       
   
@media only screen and (max-width:767.98px){    
.ls-card-slider { margin: 0 1rem; }
}
 
/* =============================================================================   Lightbox   ===================================================================== */

#ls-libcover { display: none; }
html.ls-mitlib, body.ls-mitlib { /*height: 100%; overflow-x: hidden; overflow-y: visible; */ }
body.ls-mitlib #ls-libcover { display: block; z-index: 1500; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: #eeeeee; background: rgba( 50,50,50,0.7); }
/*body.mitlib #libclose { position: fixed; top: 0; left: auto; right: 0; bottom: auto; height: 50px; width: 50px; cursor: pointer; background: url('../media/navi-close.svg') top center no-repeat #fff; background-size: contain;  } */
body.ls-mitlib #ls-libcontent { position: fixed; top: 40px; left: 30px; right: 30px; bottom: 50px; overflow: visible; }
body.ls-mitlib #ls-libinner { position: relative; width: 100%; width: calc(100% - 160px); max-width: 880px; background: #ffffff; overflow-y: auto; padding: 30px 50px 50px 50px; margin: 0 auto; }   
body.ls-mitlib #ls-libclose { position: relative; width: 100%; width: calc(100% - 160px); max-width: 880px; margin: 0 auto; height: 50px; cursor: pointer; background: url('../media/navi-close.svg') top right no-repeat #fff; background-size: contain;  }

       
@media only screen and (min-width:576px) and (max-width:991px){    

body.ls-mitlib #ls-libinner { width: calc(100% - 40px); max-width: 100%; padding: 0px 20px 50px 20px;  }  
body.ls-mitlib #ls-libclose { width: calc(100% - 40px); max-width: 100%; }  

}  
       
@media only screen and (max-width:575px){       

body.ls-mitlib #ls-libcontent { top: 25px; left: 5px; right: 5px; bottom: 20px; }
body.ls-mitlib #ls-libinner { width: calc(100% - 20px); max-width: 100%; padding: 0px 10px 20px 10px;  }  
body.ls-mitlib #ls-libclose { /* position: absolute; margin-right: 10px; top: 0; */ z-index: 1550; }   
body.ls-mitlib #ls-libclose { width: calc(100% - 20px); max-width: 100%; }  

} 
  

/* Positionspapiere */
.bcsd-positionen {}
.bcsd-positionen .bilditem { margin: 0 0 2rem 0; }
.bcsd-positionen .ls-card { border-bottom: 0; border-top: 1px solid var(--secondary-color); padding-top: 2rem;  }
.bcsd-positionen .ls-desc { padding-bottom: 1rem;  }