/****************************
************fsc**************
****************************/
.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
  margin-bottom: 1em;
}

.image {
  overflow: hidden;
  position: relative;
}

.ce-column img:hover {
  transform: scale(1.1);
}

.ce-intext .ce-left .ce-gallery {
  margin-right: 1.1em;
}

.ce-right .ce-gallery, .ce-left .ce-gallery {
 float: none;
}

.image-caption-block {
  height: 22px;
  width: 100%;
  background: #fff;
  opacity: .7;
  position: absolute;
  bottom: 0px;
}

/****************************
********gridelements*********
****************************/
.row {
  overflow: auto;
}

.col-md-4 {
  width: 33%;
  float: left;
}

.col-md-6, .col-md-7 {
  box-sizing:border-box;
  width: 100%;
}

.flexslider {
  margin: 0 0 1em;
}

.flex-direction-nav a {
  height: 35px;
}

.flex-control-nav {
  bottom: -1.25em;
}


/*********colorbox***********/

#cboxTitle {
   top: -27px !important;
   left: 10px !important;
}

#cboxWrapper {
   background-color: #fff;
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
   top: -25px !important;
}

.tx-indexedsearch .searchbox-tmpl-css LABEL {
   padding-top: 6px;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
  width: 250px;
  height: 28px;
  font-size: 18px;
  border: 1px solid green;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button {
  float: right;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: opensans, corbel, Helvetica, sans-serif;
  font-size: 1em;
  background-color: #fff;
  color: #444444;
  line-height: 140%;
}

p, ol, ul, li table {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1em;
  background-color: transparent;
  color: #444444;
  line-height: 140%;
}

p, li, table {
  padding-bottom: .6em;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  transform: scale(1.0);
  transition: transform .5s;
  width: 100%;
  height: auto;
}

ol,ul {
  list-style-position: inside;
  padding-bottom: 6px;  
}

.space {
  height: .6em;
}

header {
  padding-bottom: .6em
}

#button {
  background: #4b6fb2 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC") no-repeat scroll center center;
  min-height: 50px;
  width: 50px;
  display: block;
}

a:link {
  color:#4b6fb2;
 
  text-decoration:none;
  
}
a:visited {
  color:#4b6fb2;

  text-decoration:none;  
}
a:hover {
  color:#4c4c4c;
  text-decoration: none;
 
  text-decoration:none;
}
a:active {
  color:#4b6fb2;
}

.indent {
  padding-left: 3%;
}

#logo {
   width: 220px;
   height: 100%;
   float: left;
}

#contentTop {
}

#topbar {
   overflow: hidden;
   max-width: 1120px;
   margin: 0 auto;
}

#topimage-wrap {
  background-color: #b3b3b3;
}

#div-topimage {
  position: relative;
  margin:0 auto;
  line-height: 0;
}

#topimage {
  width: 100%;
  height: auto;
  
}

#toptext {
position: absolute;
  top: 50%;
  width: 100%;
  color: #ffffff;
  font-size: 35px;
  text-align: center;
}

/*Topnavigation*/

#button-container {
   position: absolute;
   top: 2.5em;
   right: 0.2em;
}

nav#menu {
   display: none;
}

a.navitop:link, a#mm-navitopstartNO,a#mm-navitoplastNO, a#mm-navitoplast-1NO {
  background-color:transparent;
  font-size: 27px;  
}

a.navitop:visited, a#mm-navitopstartNO:visited, a#mm-navitoplastNO:visited, a#mm-navitoplast-1NO:visited {
        background-color:transparent;
        font-size: 27px;
}

a.navitop:hover, a.navitopACT:link, a.navitopACT:visited, a.navitopACT:hover, a.navitopACT:active, a#mm-navitopstartNO:hover, a#mm-navitoplastNO:hover, a#mm-navitoplast-1NO:hover {
  color:#0c4603;
  background-color:#fff;
  font-size: 27px;
  
}

a.navitop:active, a.navitopACT:active {
        color:#0c4603;
        margin-right: 0px;
        background-color:transparent;
        font-size: 27px;
        
}

a.navitop::after {

}

  /* Zweite Ebene */

  ul.nav ul {
        background-color:#eeeeee;
        margin-left: 0px;
        position: absolute;

  }
     
  ul.nav li.hover ul, ul.nav li:hover ul  {
  visibility: visible;
  opacity: 1;
  }
   
  /* Für Unterpunkte keine Float-Eigenschaft */

  ul.nav ul li {
      float:none;
      background-color:#eeeeee;
  }

  ul.nav ul li#first {
    border-bottom: 1px solid #4b6fb2;
 }

  ul.menusub {
    z-index: 100;
    border-top: 30px solid transparent;
    width: 250px;  
    background-color:#eeeeee;
    border: 1px solid #cccccc;
    padding-bottom: 0;

  }

  .mm-navbar ul.menusub {
    display: block;
  }

  ul#menusub2 {
    z-index: 100;
    width: 180px;  
    background-color:#fff;
    font-size: 14px;
  
  }


a.navitop2:link {
  color:#4c4c4c;
padding: 15px 15px 15px 15px;
  background-color:transparent;
  
}

a.navitop2:visited {
  color:#4c4c4c;
  padding: 15px 15px 15px 15px;
  background-color:transparent;
        
}

a.navitop2:hover, a.navitop2ACT:link, a.navitop2ACT:visited, a.navitop2ACT:hover, a.navitop2ACT:active {
  color:#4b6fb2;
  background-color:#fff;
  padding: 15px 15px 15px 15px;
  text-decoration: underline;
}

a.navitop2:active {
  color:#63a43c;
  padding: 15px 15px 15px 15px;
  background-color:transparent;
}

.image-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  font-size: .8em;
  font-weight: bold;
  padding-left: .3em;
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-top: .7em;
    overflow: hidden;
    background: #4b6fb2;
    height: 7em;
}

#footerWrap {
  position: relative;
  overflow: hidden;
  max-width: 1120px;
  margin: 0 auto;

}

#footerimage {
  position: absolute;
  overflow: hidden;
  z-index: 1;
}

/*****footer menu*****/
a.a-footer:link {
  background-color:transparent;
  color:#d8232a;
  font-size: 75%;  
}

a.a-footer:visited {
  background-color:transparent;
  color:#d8232a;
  font-size: 75%;
}

a.a-footer:hover, a.a-footerACT:link, a.a-footerACT:visited, a.a-footerACT:hover, a.a-footerACT:active {
  color:#d8232a;
  font-size: 75%;
  text-decoration: underline;
}

a.a-footer:active, a.a-footerACT:active {
        color:#d8232a;
        margin-right: 0px;
        background-color:transparent;
        font-size: 75%;
        
}

.li-footer {
  padding-bottom: 0;
}



#wrap3 {
   max-width: 1120px;
   margin: 0 auto;
  overflow: hidden;
}

#content {
}

#contentLeft {
  box-sizing: border-box;
  width: 100%;
  padding: 1%;
  margin-bottom: 7em;

}

#contentRight {
  box-sizing: border-box;
  max-width: 750px;
  width: 100%;
  padding: 1.2%;
  margin: 15px auto 7em;
}

/*footer menu*/
nav#menu-footer {
  position: relative;
  z-index: 2;
}
  
ul#nav-footer {
  background: linear-gradient(to left,#fff,#fff 70%, transparent);
  opacity: .8;
  float: right;
  max-width: 200px;
  line-height: 140%;
  list-style-type: none;
  padding: 1em .5em 1em 3em;
  overflow: hidden;
}

h1,h2 {
   font-size: 24px;
   font-weight: bold;
   margin-bottom:5px;
   margin-top:0px;
   line-height: 100%;
   color: #4b6fb2;
}

h3 {  
   font-size: 22px;
   font-weight: bold;
   margin-bottom:5px;
   margin-top:0px;
   line-height: 100%;
}

h4 {  
   font-size: 20px;
   font-weight: bold;
   margin-bottom:5px;
   margin-top:0px;
   line-height: 100%;
}

h5 {
   
   font-size: 18px;
   font-weight: bold;
   margin-bottom:2px;
   margin-top:0px;
   line-height: 100%;
}

h6 {  
   font-size: 16px;
   font-weight: bold;
   margin-bottom:5px;
   margin-top:0px;
   line-height: 100%;
}

.blue {color: #0165AA;}
.yellow {color: #ffe500;}
.green {color: #2B731D;}
.white {color: #fff;}
.red {color: #ff0000;}

.bg_blue {background-color: #0165AA;}
.bg_yellow {background-color: #ffe500;}
.bg_green {background-color: #2B731D;}



.align-left {
   text-align: left;
}

.align-right {
   text-align: right;
}

.align-center {
   text-align: center;
}

.align-justify {
   text-align: justify;
}

@media screen and (min-width: 800px) {
  #topbar {
    padding-top: 1em;
  }

  /****************************
  ************fsc**************
  ****************************/
  .ce-right .ce-gallery {
    float: right;
  }

  .ce-left .ce-gallery {
    float: left;
  }

  .col-md-4 {
    width: 33%;
    float: left;
    padding-right: 2.5%;
  }

  .col-md-6 {
    width: 50%;
    float: left;
    padding-right: 2.5%;
  }

  .col-md-6 .image-caption, .col-md-7 .image-caption {
    padding-left: .3em;
  }

  .col-md-7 {
    width: 58%;
    float: left;
    padding-right: 1.5%;
  }

  #button-container {
       display: none;
  }
   
  #contentLeft {
    float: left;
    width: 75%;
    max-width: 840px;
  margin-top: 15px;
    padding: 1%;
  }

  #contentRight {
    width: 25%;
    max-width: 280px;
    padding: 1.1em 0% 0% 1%;
    margin-top: 15px;
    line-height: 130%;
  }

  #contentLeft {
    visibility: visible;
  }

  .nav-left {
     display: block;
     max-width: 250px;
  }

  nav#menu {
    display: block;
    padding-top:35px;
    height: 80px;
  }

  ul.nav li ul {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.4s linear;
  }

  .navbar {
     
  }

  .navbar-toggle {
     display: none;
  }
  
  ul.nav {
    max-width: 700px;
    margin: 0 auto;  
    line-height: 140%;
    list-style-type: none;
    padding: 1.25em 0 0 0;
    overflow: hidden;

  }


  ul.nav ul {
    line-height: 130%;
    list-style-type: none;
    padding-left: 0;
    font-size: 15px;
 
  }

  ul.nav a.navitop, ul.nav a.navitopACT {
    visibility: visible;
    padding: 0 25px 15px 25px;
    border-right: 0px solid #fff;
  }

  ul.nav a#navitopstartNO, ul.nav a#navitopstartACT, ul.nav a#navitopstartNO:hover, ul.nav a#navitopstartACT:hover,
  ul.nav a#navitoplast-2NO, ul.nav a#navitoplast-2ACT, ul.nav a#navitoplast-2NO:hover, ul.nav a#navitoplast-2ACT:hover,
  ul.nav a#navitoplast-1NO, ul.nav a#navitoplast-1ACT, ul.nav a#navitoplast-1NO:hover, ul.nav a#navitoplast-1ACT:hover,
  ul.nav a#navitoplastNO, ul.nav a#navitoplastACT, ul.nav a#navitoplastNO:hover, ul.nav a#navitoplastACT:hover {
    display: block;
    background-image: url(sprite2015.png);
    background-repeat: no-repeat;
    background-position: 20px 5px;
    padding: 22px 10px 0px;
    border-right: 0px solid #fff;
    text-decoration:none;
    color: transparent;
  }

  ul.nav a#navitopstartACT {
    background-position: 20px -37px;
  }

  ul.nav a#navitopstartNO:hover, ul.nav a#navitopstartACT:hover {
    background-color: transparent;
    background-position: 20px -37px;
    color: transparent;
  }

  ul.nav a#navitoplast-2NO {
    border: none;
    background-position: -51px 2px;
    color: transparent;
  }

  ul.nav a#navitoplast-2ACT {
    border: none;
    background-position: -51px -40px;
  }

  ul.nav a#navitoplast-2NO:hover, ul.nav a#navitoplast-2ACT:hover {
    border: none;
    background-color:transparent;
    background-position: -51px -40px;
  }


  ul.nav a#navitoplast-1NO {
    border: none;
    background-position: -189px 1px;
    color: transparent;
  }

  ul.nav a#navitoplast-1ACT {
    border: none;
    background-position: -190px -38px;
  }

  ul.nav a#navitoplast-1NO:hover, ul.nav a#navitoplast-1ACT:hover {
    border: none;
    background-color:transparent;
    background-position: -190px -38px;
  }

  ul.nav a#navitoplastNO {
    border: none;
    background-position: -120px 3px;
    color: transparent;
  }

  ul.nav a#navitoplastACT {
    border: none;
    background-position: -120px -38px;
  }

  ul.nav a#navitoplastNO:hover, ul.nav a#navitoplastACT:hover {
    border: none;
    background-color: transparent;
    background-position: -120px -38px;
  }

  ul.nav a.navitop2 {
    display: block;
    padding: 5px 5px 5px 5px;
    text-decoration:none;
  }

  ul.nav ul.menusub a {
    display: block;
    padding: 4%;
    text-decoration:none;
    border-bottom: 0px solid #eaeaea;
  }

  ul.nav li {
    padding: 0;
    margin: 0px;
    float: left;
  }

  ul.nav li.first {
  }

  .li-top {
  
  }

  ul.nav li.last {
     width: 62px;
  }

  ul.nav>li {
    padding-bottom: .5em;
  }

  a.navitop:link {
    color:#4c4c4c;
    margin-right: 0px;
    background-color:transparent;
    font-size: 27px;  
  }

  a.navitop:visited {
        color:#4c4c4c;
        margin-right: 0px;
        background-color:transparent;
        font-size: 27px;
  }

  a.navitop:hover, a.navitopACT:link,a.navitopACT:visited {
    color: #4b6fb2;
    margin-right: 0px;
    background-color:transparent;
    font-size: 27px;
  }

  a.navitop:hover, a.navitopACT:hover {
    text-decoration: underline
  }

  a.navitop:active, a.navitopACT:active {
        color:#d8232a;
        margin-right: 0px;
        background-color:transparent;
        font-size: 27px;
  }

}

@media screen and (min-width: 1000px) {
  ul.nav a.navitop, ul.nav a.navitopACT {
    padding: 0 13px 0 13px;
  }

}

@media screen and (min-width: 1150px) {
  #contentRight {
    float: left;
  }
}



