/* ############################################################################################## */
/* ============================================================================================== */

/* ============================================================================================== */
/* ############################################################################################## */
* {
    box-sizing: border-box;
}
body {
    min-width: 320px;
  font-family: arial, verdana, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  vertical-align: top;
  background-color: #fefefe;
  color: #000000;
  margin: 0px;
  padding: 0px;
}

/* ############################################################################################## */

table, td {
  font-family: arial, verdana, sans-serif;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  vertical-align: top;
  color: #000000;
}

/* ############################################################################################## */

.td_content {
  font-family: arial, verdana, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  vertical-align: top;
  background-image: url(../images/background1.gif);
  background-repeat: no-repeat;
  background-position: left top;
  color: #000000;
  width: 900px;
  height: 630px;
  margin: 0px;
  padding: 0px;
}

.td_header {
  font-family: arial, verdana, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  vertical-align: bottom;
  color: #000000;
  height: 90px;
  margin: 0px;
  padding: 0px;
}

.td_body {
  font-family: arial, verdana, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  vertical-align: top;
  color: #000000;
  margin: 0px;
  padding: 10px 0px 0px 50px;
}

.td_footer {
  font-family: arial, verdana, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  vertical-align: top;
  color: #000000;
  height: 80px;
  margin: 0px;
  padding: 0px;
}

/* ############################################################################################## */

.div_menu {
  font-family: arial, verdana, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  vertical-align: top;
  color: #FFFFFF;
  margin: 0px;
  padding: 0px 20px 0px 0px;
  float: right;
}

.div_menu a {
  font-family: arial, verdana, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  vertical-align: top;
  color: #FFFFFF;
  margin: 0px 0px 0px 9px;
  padding: 2px 0px 2px 0px;
  float: left;
}

.div_menu a:hover {
  text-decoration: none;
  color: #E74200;
}

/* ############################################################################################## */

a {
  font-family: arial, verdana, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  text-decoration: none;
  color: #852335;
}
.home a {
    font-weight: normal;
    font-size: 8pt;
}

a:hover {
  text-decoration: none;
  color: #852335;
}

/* ############################################################################################## */

h1 {
  font-family: arial, verdana, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  vertical-align: top;
  color: #852335;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  min-height: 70px;
}

h2 {
  font-family: arial, verdana, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  vertical-align: top;
  color: #852335;
  margin: 15px 0px 5px 0px;
  padding: 0px;
}

p {
  font-family: arial, verdana, sans-serif;
  font-size: 9pt;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  vertical-align: top;
  color: #000000;
  margin: 0px 0px 5px 0px;
  padding: 0px;
}

p.block {
  font-family: arial, verdana, sans-serif;
  font-size: 9pt;
  font-weight: normal;
  text-decoration: none;
  text-align: justify;
  vertical-align: top;
  color: #000000;
  margin: 0px 0px 5px 0px;
  padding: 0px;
}

/* ############################################################################################## */
*, *:before, *:after {
  box-sizing: border-box;
}
.clearfix {
  clear: both;
}
h1 a {
  font-size: 0;
  text-indent: -1000ex;
}
#content {
  width: 100%;
  width: 1024px;
  height: 730px;
  padding: 0;
  margin: 50px auto 0;
  background-image: url(../images/background1.gif);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  position: relative;
}
.kontakt #content {
  height: 1040px;
  background-position: left bottom;
}
.kontakt ul.div_menu {
    bottom: 75px;
}
.verbund #content {
  background-image: url(../images/background0.gif);
}



.spalten {
  width: 33.333%;
  float: left;
  padding: 0 25px 0 50px;
}
.spalten:first-child {
  padding: 0 50px;
}
.verbund .spalten.schmall {
    width: 20%;
}
.verbund .spalten.breit{
    width: 80%;
    padding: 20px 10px 0 0;
}
.kontakt .spalten {
    width: 100%;
}

ul.div_menu  {
  list-style: none;
  position: absolute;
  bottom: 87px;
  right: 4px;
}
ul.div_menu  li {
  float: left;
}
.navbar-toggle {
    display: none;
}
.home .start_logo {
    width: 100%;
    max-width: 360px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -180px;
    margin-top: -100px;
}
.home .div_portal {
   float: right;
   max-width: 330px;
   margin-right: 17px;
}
@media screen and (max-width: 1024px) {
  body {
    background-color: #fefefe;
  }
  #content {
    height: 768px;
      background-position: left bottom;
  }
  ul.div_menu  {
    bottom: 70px;
    right: 3px;
  }
}
  ul.div_menu.mobiel  {
    display: none;
  }
@media screen and (max-width: 834px) {

  body {
    background-image: url(../images/background1.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-bottom: 150px;
  }
  body.verbund {
    background-image: url(../images/background0.gif);
  }
  body.home {
    background-image: none;
    padding-bottom: 0;
  }
  .verbund .spalten.schmall,
  .verbund .spalten.breit,
  .spalten {
    width: 100%;
    padding: 0 25px;
  }
  body.verbund #content,
  #content {
    min-height: 1140px;
    width: 100%;
    margin: 10px auto 0;
    background-image: none;
  }
  body.kontakt #content {
    min-height: 650px;
  }
  body.verbund #content {
    min-height: 1250px;
  }
  ul.div_menu  {
    display: none;
  }
  ul.div_menu.mobiel  {
    display: block;
    position: relative;
    background: transparent;
    width: 100%;
    bottom: auto;
    right: auto;
    float: none;
    padding: 0;
    z-index: 10;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 500ms ease;
    -moz-transition: height 500ms ease;
    -ms-transition: height 500ms ease;
    -o-transition: height 500ms ease;
    transition: height 500ms ease;
  }
  ul.div_menu.mobiel.active {
    height: 106px;
  }
  ul.div_menu.mobiel li {
    float: none;
    width: 100%;
  }
   ul.div_menu.mobiel li a {
    display: block;
    color: #000;
    float: none;
    padding: 10px 30px;
    margin: 0;
    border-bottom: 1px solid #000;
    text-align: left;
   }
  ul.div_menu.mobiel li:first-child a {
    border-top: 1px solid #000;
  }
  h1 a img{
    width: 200px;
  }
  .navbar-toggle {
      position: absolute;
      border: 0;
      margin: 0;
      padding: 6px;
      top: 28px;
      display: block;
      cursor: pointer;
      outline: none;
      right: 20px;
      background-color: rgba(255,255,255,0.75);
      border-radius: 0;
  }
  .navbar-toggle .icon-bar {
      background-color: #000;
      color: #000;
      height: 4px;
      margin-bottom: 4px;
      width: 28px;
      display: block;
      border-radius: 1px;
  }
  .spalten.last {
    padding-bottom: 250px;
  }
}
@media screen and (max-width: 500px) {
    #logo {
        display: block;
        width: 100%;
    }
    #logo img {
        margin: 0 auto 0;
        width: 100%;
        max-width: 250px;
        height: auto;
        display: block;
    }
    .home .div_portal {
        width: 100%;
        max-width: 250px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .home .div_portal a {
        display: block;
        padding: 0 0 5px 0;
    }
    .home .div_portal img {
        display: none;
    }
}