html {
  margin: 0; 
  padding: 0;
  height: 100%; 
}

body {
  text-align:center;
  padding:0px;
  margin:0px;
  font-family: "Arial", sans-serif;
  color:#455;
  background-color:#fff;
  min-width:200px;
  font-size:14px;
}

#menue_oben_wrapper > nav:nth-child(1) > button:nth-child(1) {
  display:none;
}
#menue_oben_wrapper #oben_sticky_relative {
  position:relative;
}
#menue_oben_wrapper #oben_sticky_relative #div_suchfeld {
  position:absolute;
  top:5px;
  right:-2px;
}
#menue_oben_wrapper #div_schriftgroesse {
  width: 200px;
  position: absolute;
  top: 8px;
  right: 230px;
  font-size:12px;
}
#menue_oben_wrapper input.search-query {
  font-size: 1.2em;
  color: #036da9;
  width:200px;
}
body h1,
body h2 {
  font-family: "Century Gothic", verdana, arial, sans-serif;
  font-style: italic;
  color: #069;
  margin-bottom: 0.75em;
  font-size: 1.8em;
  line-height: 1.2;
  padding: 5px 0;
  font-weight:200;
}
body h3 {
  font-family: "Century Gothic", verdana, arial, sans-serif;
  font-style: italic;
  color: #069;
}
section.blog h1 {
  font-size:40px;
}
.blog_vorschaubild {
  font-size: 13px;
  display: inline-block;
  width: calc(100% - 15px);
  max-width: 400px;
  padding-right: 25px;
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog_inhalt {  
  width: 100%;
  max-width: 574px;
  float: left;
}
.article-info {
  color: #999;
  margin-top: -8px;
  margin-bottom: -2px;
}
.article-info dt {
  display:none;
}
.article-info dd.published {
  margin-left:0px;
}
.blog_inhalt h2 {
  margin-top:9px;
}
/*    BREADCRUMBS genannt "Brotkrümel"    */
ol.mod-breadcrumbs {
  font-size: 13px;
  padding-left: 0px;
}
ol.mod-breadcrumbs img {
  width:12px;
  height:auto;
}
ol.mod-breadcrumbs li {
  display:inline-block; 
}
ol.mod-breadcrumbs li a {
  padding:5px; 
}
ol.mod-breadcrumbs li a::after { 
  content: '';
  background: url(../images/arrow-brotkruemel.svg) center center no-repeat;
  vertical-align: middle;
  background-size: 12px auto;
  padding-left: 12px; 
}
#content img {
 
}
#content img:hover {  

}
#content img.ganzeBreite {
  width:100% !important;
  height:auto !important;
}
#content img.ganzeBreite:hover {
  
}
.wrapper_steckbrief_1 {
  display:block;
  width:150px;
}
.wrapper_steckbrief_1 .steckbrief {
  width:150px;
  padding:0px;
}
.wrapper_steckbrief_2,
.wrapper_steckbrief_3,
.wrapper_steckbrief_4 {
  display: flex;
  flex-wrap: wrap;
  margin-left:-10px;
}
.wrapper_steckbrief_2 .steckbrief {
  display: flex;
  width: calc(50% - 20px);
  padding:10px;
  float:left; 
}
.wrapper_steckbrief_3 .steckbrief {
  display: flex;
  width: calc(33% - 20px);
  padding:10px;
  float:left; 
}
.wrapper_steckbrief_4 .steckbrief {
  display: flex;
  width: calc(25% - 20px);
  padding:10px;
  float:left; 
}
.steckbrief img {
  width:150px !important;
  height:150px !important;
  margin-bottom:7px;
  transform-origin: center center;
  transition: transform .2s; /* Animation */
  position: relative;
}
.steckbrief img:hover {
  transform: scale(1.2);
}
.wrapper_fotos_1 {
  display:block;
  width:100%;
  padding:0px;
  margin:0px;
}
.wrapper_fotos_1 img {
  width:300px;
  padding:0px;
  margin:0px;
}
.wrapper_fotos_2,
.wrapper_fotos_3,
.wrapper_fotos_4 {
  display: flex;
  flex-wrap: wrap;
  margin-left:-10px;
  width: calc(100% + 20px);
}
.wrapper_fotos_2 .foto {
  display: flex;
  width: calc(50% - 20px);
  padding:10px;
  float:left; 
}
.wrapper_fotos_3 .foto {
  display: flex;
  width: calc(33.33% - 20px);
  padding:10px;
  float:left; 
}
.wrapper_fotos_4 .foto {
  display: flex;
  width: calc(25% - 20px);
  padding:10px;
  float:left; 
}
.wrapper_fotos_2 .foto img,
.wrapper_fotos_3 .foto img,
.wrapper_fotos_4 .foto img {
  width:100% !important;
  height:auto;
  margin:0px;
  transform-origin: center center;
  transition: transform .2s; /* Animation */
  position: relative;
  z-index:100;
}
.foto img:hover {
  transform: scale(1.2);
  z-index:99999;
}
.wrapper_fotos_2 .foto img {
  transform: scale(1.0);
  z-index:99999;
}
.bild_links_text_rechts,
.bild_rechts_text_links {
  width:100%;
  padding:0px;
  margin:0px;
}
.bild_links_text_rechts .bild_links,
.bild_rechts_text_links .bild_rechts {
  width:100%;
  max-width:320px;
  float:left;
}  
.bild_links_text_rechts .text_rechts,
.bild_rechts_text_links .text_links {
  float:left;
  width:calc(100% - 321px);
} 
.bild_links_text_rechts .bild_links img {
  width:calc(100% - 20px);
  height:auto;
  margin-bottom:16px;
  margin-right:20px;
  z-index:100;
  transform-origin: center center;
  transition: transform .2s; /* Animation */
}
.bild_rechts_text_links .bild_rechts img {
  max-width:calc(100% - 20px);
  height:auto;
  margin-bottom:16px;
  margin-left:20px;
  z-index:100;
  transform-origin: center center;
  transition: transform .2s; /* Animation */  
}
.bild_rechts img:hover,
.bild_links img:hover {
  transform: scale(1.0);
  z-index:99999;
}
div.clear {
  width:100%;
  max-width:894px;
  height:1px;
  clear:both;
}
#sheet {
  position:absolute;
  width:100%;
  padding:0px;
  margin:0px;
  text-align: center;
  background-color:#fff;
}
#logo {
  display:block;
  padding: 0px;
  padding-left:0px;
  padding-right: 0px;
  border: 0px SOLID #e0e0e0;
  margin-top: 30px;
  width.100%;
      
}
#logo img {
  width:100%;
  height:auto;
}
#logoMobile {
  display:none;
  width:calc(100% - 20px);
  padding-left:10px;
  padding-right:10px;
  height:auto;  
  background-color: #fff;
}
#logoMobile img {
  width:100%;
  height:auto;
  padding-top:10px;
}
#suchfeld {
  float:right;
  text-align:right;
  padding-right:0px;
  margin-right:-4px;
  display:block;
}
#suchfeld input {
  margin-right:0px;
  width:120px;
}
#suchfeld .button {
  display:none;
}
#oben_sticky_relative {
  max-width: 1000px;
  min-width: 100px;
  margin: auto;
}
#menue_oben_wrapper {
  position:fixed;
  width:100%;
  background-color:#fff;
  z-index:99999;
  text-align:left;
  left:0px;
  top:0px;
  margin-top:-5px;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.25);
}
#menue_oben_wrapper ul.menu_oben {
  
}
#menue_oben_wrapper ul.menu_oben,
#footer ul{
  list-style-type:none;
  padding:0px;
  margin:auto;
  margin-top:33px; 
  display: inline-block;
}
#menue_oben_wrapper ul.menu_oben {
  margin-top:0px;
  margin-bottom: -4px;
}





/*                  S T A R T S E I T E   S L I D E R                  */

#contentSlider .lgx-figure-img {
  width:100%;
  margin-bottom: -5px;
}

#contentSlider .csa-item-info {
position:absolute;
  right:50px;
  bottom:50px;
  background-color:rgba(255,255,255,0.8);
width: calc(30% - 40px) !important;
padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 0px !important;
  padding-bottom: 5px !important;
overflow:hidden;
  text-align:left;
}




#contentSlider .csa-item-info p {
  text-align: left;
    line-height: 1.7em;
}
#contentSlider .sliderSchmal-csa-item-info {
display: block ;
width: calc(100% - 60px) !important;
padding-left: 30px !important;
padding-right: 30px !important;
overflow:hidden;
padding-bottom:30px !important;
vertical-align: 0%;  
}

#contentSlider a {
  display: block;
background-color: #069;
padding: 12px;
  padding-bottom: 4px;
  padding-top:4px;
color: #fff;
text-decoration: none;
font-weight: normal;
line-height: 1.6em;
width: 108px;
  font-size:16px;
  border-radius: 0px;
}
#contentSlider a:hover {
color: #069;
background-color: #aaa;
}
#contentSlider h3 {
  font-size: 16px;
}
#contentSlider h3.csa-item-title {
}


/*     Ende         S T A R T S E I T E   S L I D E R                  */




#footer ul{
  margin-bottom:50px;
  padding-left: 0px;
  padding-right:14px;
}
#menue_oben_wrapper ul.menu_oben li,
#footer ul li {
  margin-right:30px;
  float:left;
  line-height: 24px;
}
#menue_oben_wrapper ul.menu_oben li a {
  text-decoration: none;
  font-weight: bold;
  font-size:16px;
  color: #000;
  font-family: "Arial";
  font-weight: normal;
}
#menue_oben ul.menu_oben li a.active, 
#menue_oben ul.menu_oben li a.active, 
#menue_oben ul.menu_oben li a:hover {
  color:#ff0000;
}
#menue_oben_wrapper ul.menu_oben li .menueParent {
  cursor:pointer;
}
#breadcrumbs {
  text-align:left;
  font-size:0.75em;
  padding-top:5px;
  padding-bottom:10px;
  width:100%;
}
.mod-breadcrumbs__wrapper {
  margin-bottom:40px;
  margin-left: -9px;
}
#content {
  position:relative;
  text-align:left;
  line-height:1.8em;
  padding-top:190px;
  padding-bottom:120px;
  font-size: 1.0em;
  width: calc(100% - 32px);
  padding-left: 16px;
  padding-right: 16px;
  max-width: 1000px;
  margin: auto;
  z-index:0;
}
#content p {
  font-size: 1.0em;
  line-height: 1.5em;
  text-align:justify;
}
#content p.zweispalten {
  column-count:2;
  column-gap:16px;
}
#content ul li p {
  margin-top:0px;
  margin-bottom:0px;
}
#content a, #content a:visited, #content a:active, #content a:link,
#breadcrumbs a, #breadcrumbs a:visited, #breadcrumbs a:active, #breadcrumbs a:link {
  text-decoration:underline;
  color: #095197;
  color: #c33;
}
#content a:hover, #breadcrumbs a:hover {
  background: #c33;
  padding: 5px;
  color: #FFF;
}
#content .bild_rechts a, #content .bild_rechts a:visited, #content .bild_rechts a:active, #content .bild_rechts a:link {
  text-decoration:none;
  color: #fff;
}
#content .bild_rechts a:hover {
  background: #fff;
  padding: 0px;
  color: #FFF;
}
#content ul {
  padding-left:0px;
  margin-left:21px;
}
#content ul.tags {
  display:none;
}
#content ul li {
   list-style-type: disc;
   padding-left:5px;
   margin-top:2px;
   padding-bottom:2px;
  line-height: 1.2em;
}
#content .latest3_wrapper {
  display: flex;
flex-wrap: wrap;
row-gap: 20px;
width: 100%;
justify-content: space-between;

}
#content .latest3_item {
display: flex;
flex-direction: column;
width: 100%;
margin: 0px;
padding: 0px;
max-width: 320px;
min-height: 150px;
background-color: #e8e8e8;
border: 0px SOLID #b6b6b6;
}
#content .latest3_item:nth-child(2) {
  margin-left:2%;
  margin-right:2%;
}
#content .latest3_item img {
  width:100% !important;
  height:auto !important;
}
#content .latest3_item .inhaltText {
  width:calc(100% - 30px);
  padding-left:15px;
  padding-right:15px;
  padding-bottom:15px;
}
#content .latest3_item p {
  text-align:left;
  font-size:0.9em;
}  
div.pagination ul {
  list-style-type:none;
  padding:0px;
  margin:0px;
}
div.pagination ul li {
  display:inline;
}
div.pagination ul.pagination {
  margin-left:-15px;
  display:inline;
}
div.pagination ul li.start, div.pagination ul li.zurück, div.pagination ul li.weiter, div.pagination ul li.ende {
  display:none;
}
li.number {
  list-style-type:none;
  padding-left:10px;
  padding-right:10px;
}
#btLogin {
  display:block;
  cursor:pointer;
  width: 220px;
  padding:1px;
  padding-right:34px;
  background-color:#336699;
  color:#fff;
  text-align:center;
  border-radius:7px;
  background-image: url("../images/icon-key.png");
  background-position: 214px center;
  background-size:21px;
  background-repeat:no-repeat;
  margin-bottom: 20px;
}
#btLogin h3 {
  color:#fff;
  font-size:1.2em;
  line-height:1.9;
}
#div_login {
  font-size: 13px;
  border: 1px SOLID #aaa;
  width: 173px;
  display: block;
  padding: 40px;
  border-radius: 12px;
  bottom: 260px;
  clear: both;
  display:none;
}
#footer {
width:100%;
 clear:both;
 text-align:center;
 background-color:#336699;
 bottom:0px;
 z-index:99999;
 padding-top:10px;
 padding-bottom:10px;
 bottom:0;
 left:0px;
 color: #fff;
}
#footer #footer_wrapper {
  width: calc(100% - 32px);
  max-width:1000px;
  padding-left: 16px;
  padding-right: 16px;
  margin:auto;
  text-align:left;
}
.navbar-toggler {
  display:none;
}
#footer .navbar {
max-width: 1000px;
margin: auto;
}
#footer ul li {
  line-height:2.0em;
}

#footer div.mod-custom {
  max-width: 1000px;
  min-width: 100px;
  margin: auto;
  margin-top: auto;
  padding-top: 0px;
  margin-top: 0px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: left;
  color:#fff;
}
#footer div.mod-custom a {
  color:#fff;
  text-decoration:none;
}
#footer img {
  display:inline;
}
div.custom_footer p {
  font-size:0.8em;
}
#footer ul li a {
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  color: #fff;
  font-family: "Arial";
  font-weight: normal;
}
ul.menu_footer {
  padding:0px;
  margin:0px;
  display:block;
  margin-right:50px;
  list-style-type:none;
}
ul.menu_footer li {
  padding:0px;
  margin:0px;
  list-style-type:none;
  float:right;
  margin-right:20px;
}
ul.menu_footer li a {
  text-decoration:none;
  font-size:1.0em;
  color:#fff;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight:bold;
}
ul.menu_footer li.active a {
  color:#fff;
}
ul.menu_footer li.active {
  color:#000;
}

/*  Button "nach oben"  */
#btnNachOben {
  width:60px;
  height:60px;
  position:fixed;
  z-index:999999;
  bottom:60px;
  right:20px;
  border-radius:30px;
  border:1px SOLID #555;
  cursor:pointer;
  background-color:#fff;
  background-image:url("../images/icon-nach-oben-80-x-80.png");
  background-size:60px;
  background-position:0px 0px;
  background-repeat:no-repeat;
  display:none;
}
#btnNachOben:hover {
  background-color:#eee;
}
/*    UNTERMENUE OBEN   */
#menue_oben_wrapper  ul.menu_oben li ul {
  display:none;
  position:absolute;
  list-style-type:none;
  top:63px;
  left:-20px;
  padding:20px;
  background-color:#fff;
  width:200px;
  box-shadow:inset 0 16px 16px -16px rgba(0,0,0,0.55);
  border-left:0px SOLID #aaa;
  border-right:0px SOLID #aaa;
  border-bottom:0px SOLID #aaa;
}
#menue_oben_wrapper  ul.menu_oben li:hover ul {
  display:block;
}
#menue_oben_wrapper  ul.menu_oben li {
  position:relative;
  padding-bottom: 17px;
  padding-top: 10px;
}
#menue_oben_wrapper  ul.menu_oben li span {
  padding-bottom: 51px;
  font-size: 1.0em;
  color: #bbb;
  font-family: "Arial";
  font-weight: normal;
}
#menue_oben_wrapper ul.menu_oben li.active ul {
}
#menue_oben_wrapper ul.menu_oben li ul {
  position:absolute;
  list-style-type:none;
  top:51px;
  margin-top: 0px;
  width: 200px;
  box-shadow: 5px 7px 9px 6px rgba(0,0,0,0.38), inset 0px 16px 7px -10px rgba(0,0,0,0.3);
  background-color: #0074be;
}
#menue_oben_wrapper ul.menu_oben li ul li {
  float: none;
  list-style-type: none;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  margin-right: 20px;
  font-size: 0.8em;
  display:block;
}
#menue_oben_wrapper ul.menu_oben li ul li a {
  font-size:1.0em;
  color:#fff;
}
#menue_oben_wrapper ul.menu_oben li.active ul li.active {
  color:#ff0000;
  background:transparent;
}
#menue_oben_wrapper ul.menu_oben li.active ul li a {
  color:#fff;
}
#menue_oben_wrapper ul.menu_oben li.active ul li.active a {
  color: #095197;
  color: #fff;
}
#menue_oben_wrapper ul.menu_oben li.active span,
#menue_oben_wrapper ul.menu_oben li.active a {
  color: #095197;
  color: #c33;
}
div.breadcrumbs {
  margin-bottom:20px;
}
#mobileMenue {
    display:none;
}
@media screen and (max-width: 1000px) {
  #logo {
    display:none;
  }
  #logoMobile {
    display:block;
  }
  #menue_oben_wrapper #div_suchfeld {
    display:none;
  } 
  #menue_oben_wrapper #div_schriftgroesse {
    display:none;
  } 
  #menue_oben_wrapper #hauptmenue {
    display:none;
  } 
  #mobileMenue {
    display:block;
    transform: scale(1.0);
    position:absolute;
    right:10px;
    top:10px;
    width:50px;
    height:50px;
    background-color:#ccc;
    background-image:url("../images/btn-mobile-menu-white.svg");
    background-repeat:no-repeat;
    background-size:50px;
    cursor:pointer;
    border-radius:6px;
  }
  .slicknav_nav .menu_oben {
    display:block;
  }  
  .slicknav_menu {
    display:block;
  }
  #menue_oben_wrapper {
    position:relative;
    margin-top:0px;
    height:auto;
    min-height:70px;
  }
  #menue_oben_wrapper ul.menu_oben,
  #menue_oben_wrapper > ul:nth-child(2){
     display:none; 
  }
  #menue_oben_wrapper .slicknav_nav ul.menu_oben {
    display:block;
  }
  #content {
    padding-top:0px;
  }
   #content p {
    font-size:16px;
    line-height: 25px;
    text-align: left;
    width:calc(100% - 5px);
  }
  #content h2, .item-page h2 {
    line-height:32px;
    font-weight:bold;
  }
  section.blog h1,
  h1{
    font-size: 24px;
  }
  #content .item-page h2 {
    font-size: 22px;
    line-height: 26px;
  }
  #content img {
     max-width:100% !important;
     height:auto !important;
  }
  .bild_links_text_rechts,
  .bild_rechts_text_links {
    width:100%;
    padding:0px;
    margin:0px;
  }
  .bild_links_text_rechts .bild_links,
  .bild_rechts_text_links .bild_rechts {
    width:100%;
    max-width:320px;
    float:none;
  }  
  .bild_links_text_rechts .text_rechts,
  .bild_rechts_text_links .text_links {
    float:none;
    width:100%;
  } 
  .bild_links_text_rechts .bild_links img {
    width:100%;
    height:auto;
    margin-bottom:16px;
    margin-right:0px;
    z-index:100;
  }
  .bild_rechts_text_links .bild_rechts img {
    width:100%;
    height:auto;
    margin-bottom:16px;
    margin-left:0px;
    z-index:100;
  }
  .bild_rechts img:hover,
  .bild_links img:hover {
    transform: scale(1.0);
    z-index:100;
  }
  .blog_vorschaubild {
    width:calc(100% - 5px) !important;
    max-width:calc(100% - 5px) !important;
  }
    .blog_vorschaubild img{
    width:100% !important;
    max-width:100% !important;
      height:auto !important;
  }
  #lgx-contentslider115 {
  margin-bottom: -10px;
}
  #contentSlider .csa-item-info {
  position: relative;
  right: auto;
  bottom: auto;
  background-color: #eee;
  width: calc(100% - 20px) !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 0px !important;
  padding-bottom: 5px !important;
  overflow: hidden;
  text-align: left;
  min-height:80px;
  
  }
}
@media screen and (max-width: 800px) {
  #footer {
    padding-bottom:1px;
    height:auto;
  } 
  #footer ul li{
      margin-right:0px;
      float:none;
   }
   .wrapper_steckbrief_2 .steckbrief,
   .wrapper_steckbrief_3 .steckbrief,
   .wrapper_steckbrief_4 .steckbrief {
      width: calc(50% - 20px);
   }
   .steckbrief img {
      width:100% !important;
      height:auto !important;
      margin-bottom:7px;
    }
    .steckbrief img:hover {
      transform: scale(1.0);
    }
}
#content .item-separator hr {
  border: 0;
  height: 4px;
  background-image: linear-gradient(to right, rgba(222, 235, 247, 1), rgba(66, 108, 147, 1), rgba(222, 235, 247, 1));
  margin-top:40px;
  margin-bottom:25px;
}
button.navbar-toggler {
  display:none;
}
#mobileMenue-nav {
  background-color:#036da9;
}
#mobileMenue-nav ul {
  list-style: none;
  overflow:hidden;
  background-color:#036da9;
  display: inline-block;
  padding:0;
  margin:0px;
  margin-top:15px;
  margin-bottom:25px;
  width:100%;
  text-align:left;
}
#mobileMenue-nav ul li ul,
#mobileMenue-nav ul li ul li ul
{
  padding:0;
  margin-left:20px;
  margin-top:0px;
  margin-bottom:8px;
}
#mobileMenue-nav ul li {
  border-top:0px SOLID #fff;

}
#mobileMenue-nav ul li ul li,
#mobileMenue-nav ul li ul li ul li
{
  border-top:0px SOLID #fff;
}
#mobileMenue-nav .mod-menu__sub{
  border-top:0px SOLID #fff;
}
#menue_oben_wrapper .slicknav_nav .slicknav_item {
  padding:2px 10px;
  margin:5px 5px;
}

#mobileMenue-nav a{
  padding:10px 10px;
  margin:2px 5px;
  text-decoration:none;
  color:#fff;
  line-height:20px; 
}
#mobileMenue-nav a span.linktext {
  font-weight:100;
  font-size:0.8em;
}
#mobileMenue-nav ul li a {
  font-size:22px;
  line-height:30px;
}
#mobileMenue-nav ul li ul li a {
  font-size:18px !important;
  line-height: 23px !important;
}
#div_suchfeld .mod-finder label{
  display: none;
}
.result__title-text {
  font-size: 14px !important;
}
a.result__title-link:hover {
  padding: 0 !important;
}



