@import "bootstrap/css/bootstrap.css";
/* #B4BBC9 */
/*#F0F1F4;*/
.square_blue_check {
  font-family: 'Glyphicons Halflings';
  content: "\e067";
  background-color: #0C2E82;
  color: #fff;
}
.square_big {
  background: url('/v3/pix/blue_square.gif') no-repeat center top;
  height: 26px;
  width: 26px;
  display: inline-block;
  margin-right: 10px;
}
.square_blue_big {
  background-color: #0C2E82;
  border-radius: 0;
  display: inline-block;
  height: 25px;
  width: 25px;
}
.square_blue_small {
  background-color: #0C2E82;
  border-radius: 0;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 4px;
}
.square_white_big {
  background-color: #fff;
  border-radius: 0;
  display: inline-block;
  height: 20px;
  width: 20px;
}
.square_white_small {
  background-color: #fff;
  border-radius: 0;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 4px;
}
.geseke_blue_rgba_75 {
  background-color: rgba(12, 46, 130, 0.75);
}
.geseke_blue_rgba_50 {
  background-color: rgba(12, 46, 130, 0.5);
}
.geseke_grey_rgba_75 {
  background-color: rgba(180, 187, 201, 0.75);
}
.geseke_grey_rgba_50 {
  background-color: rgba(180, 187, 201, 0.5);
}
.geseke_lgrey_rgba_85 {
  background-color: rgba(236, 236, 236, 0.85);
}
.geseke_white_rgba_75 {
  background-color: rgba(255, 255, 255, 0.75);
}
.geseke_white_rgba_50 {
  background-color: rgba(255, 255, 255, 0.5);
}
.geseke_lblue_rgba_85 {
  background-color: rgba(199, 215, 237, 0.85);
}
.geseke_lblue_rgba_75 {
  background-color: rgba(199, 215, 237, 0.75);
}
.geseke_lblue_rgba_50 {
  background-color: rgba(199, 215, 237, 0.5);
}
.dsp_flex {
  display: flex;
  flex-wrap: wrap;
}
.dfmb {
  margin-bottom: 30px;
}
h1,
.h1,
.order_1 {
  font-size: 290%;
  /* 30px */
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  h1,
  .h1,
  .order_1 {
    font-weight: 500;
    font-size: 250%;
  }
}
@media screen and (max-width: 500px) {
  h1,
  .h1,
  .order_1 {
    font-weight: 400;
    font-size: 200%;
  }
}
h2,
.h2,
.order_2 {
  font-size: 215%;
  /* 28px */
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  h2,
  .h2,
  .order_2 {
    font-weight: 500;
    font-size: 180%;
  }
}
@media screen and (max-width: 500px) {
  h2,
  .h2,
  .order_2 {
    font-weight: 400;
    font-size: 160%;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-bottom: 20px;
  margin-top: 10px;
  color: #0C2E82;
}
.page_headline {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 300;
  color: #0C2E82;
}
.subheadline {
  padding-left: 25px;
  font-weight: 300;
  color: #0C2E82;
}
a:hover {
  text-decoration: none;
  color: #0C2E82;
}
.text a {
  text-decoration: underline;
}
body {
  /*font-family: Droid Sans, Lobster, Open Sans;*/
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  outline: none;
}
#container-fluid {
  background-size: cover;
  background: #E2E8F4 url("/v3/pix/back3.jpg") no-repeat center top;
}
#header {
  padding-bottom: 20px;
}
#metanav {
  height: 83px;
  color: #0C2E82;
  z-index: 2000;
}
@media screen and (max-width: 767px) {
  #metanav {
    margin: 0 auto;
    height: 75px;
  }
}
#metanav .meta_inner {
  position: absolute;
  left: 50%;
  margin-left: -250px;
  z-index: 2000;
  padding-top: 10px;
  display: inline;
  list-style: outside none none;
}
@media screen and (max-width: 990px) {
  #metanav .meta_inner {
    /* right: 15%;*/
    margin-left: -200px;
  }
}
@media screen and (max-width: 767px) {
  #metanav .meta_inner {
    right: 68px;
    left: 46%;
  }
}
@media screen and (max-width: 600px) {
  #metanav .meta_inner {
    right: 68px;
    left: 50%;
  }
}
@media screen and (max-width: 550px) {
  #metanav .meta_inner {
    right: 5px;
  }
}
#metanav .meta_inner .meta_inner_wrapper .suche {
  float: right;
  margin-top: 5px;
  width: 398px;
  height: 45px;
  display: block;
  text-align: right;
}
#metanav .meta_inner .meta_inner_wrapper .suche.active {
  /* display: block; */
}
@media screen and (max-width: 465px) {
  #metanav .meta_inner .meta_inner_wrapper .suche {
    width: 350px;
    margin-top: 1px;
  }
}
@media screen and (max-width: 380px) {
  #metanav .meta_inner .meta_inner_wrapper .suche {
    width: 300px;
    margin-top: 1px;
    margin-right: -5px;
  }
}
#metanav .meta_inner .meta_inner_wrapper .suche .suchform {
  position: absolute;
  background-color: #fff;
  color: #0C2E82;
  left: 0;
  height: 45px;
  opacity: 1;
  text-align: left;
  width: 350px;
  border: 1px solid #fff;
  transition: border-color 0.15s ease-in-out 0s;
}
#metanav .meta_inner .meta_inner_wrapper .suche .suchform:focus {
  border: 1px solid #0C2E82;
}
@media screen and (max-width: 465px) {
  #metanav .meta_inner .meta_inner_wrapper .suche .suchform {
    width: 302px;
  }
}
@media screen and (max-width: 380px) {
  #metanav .meta_inner .meta_inner_wrapper .suche .suchform {
    width: 252px;
  }
}
#metanav .meta_inner .meta_inner_wrapper .suche .suchbutton {
  position: absolute;
  left: 350px;
  background-color: #fff;
  height: 45px;
  margin: 0;
  width: 45px;
  color: #0C2E82;
  font-size: 28px;
  font-weight: 300;
  transition: all 0.35s;
  padding-right: 10px;
  border-radius: 0;
}
@media screen and (max-width: 465px) {
  #metanav .meta_inner .meta_inner_wrapper .suche .suchbutton {
    left: 302px;
  }
}
@media screen and (max-width: 380px) {
  #metanav .meta_inner .meta_inner_wrapper .suche .suchbutton {
    left: 252px;
  }
}
#metanav .meta_inner .meta_inner_wrapper .suche .suchbutton span {
  position: absolute;
  left: 8px;
  top: 7px;
}
#metanav .meta_inner .meta_inner_wrapper .suche .suchbutton.active {
  background-color: #0C2E82;
  color: #fff;
}
#metanav .meta_inner .meta_inner_wrapper .meta_right {
  float: right;
}
@media (max-width: 1199px) {
  #metanav .meta_inner .meta_inner_wrapper .meta_right {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  #metanav .meta_inner .meta_inner_wrapper .meta_right {
    margin-left: 0;
  }
}
#metanav .meta_inner .meta_inner_wrapper .meta_right .btn {
  padding: 4px 6px;
}
#metanav .meta_inner .meta_inner_wrapper .meta_right .btn_top10,
#metanav .meta_inner .meta_inner_wrapper .meta_right .btn_quickfind,
#metanav .meta_inner .meta_inner_wrapper .meta_right .btn_suche {
  background-color: #fff;
  color: #0C2E82;
  height: 45px;
  width: 45px;
  border-radius: 0;
  margin-top: 5px;
  font-size: 25px;
  margin-left: -5px;
  content: "\e006";
  outline: none;
}
@media screen and (max-width: 508px) {
  #metanav .meta_inner .meta_inner_wrapper .meta_right .btn_top10,
  #metanav .meta_inner .meta_inner_wrapper .meta_right .btn_quickfind,
  #metanav .meta_inner .meta_inner_wrapper .meta_right .btn_suche {
    margin-top: 1px;
  }
}
@media screen and (max-width: 465px) {
  #metanav .meta_inner .meta_inner_wrapper .meta_right .btn_top10,
  #metanav .meta_inner .meta_inner_wrapper .meta_right .btn_quickfind,
  #metanav .meta_inner .meta_inner_wrapper .meta_right .btn_suche {
    margin-top: 1px;
  }
}
@media screen and (max-width: 400px) {
  #metanav .meta_inner .meta_inner_wrapper .meta_right .btn_top10,
  #metanav .meta_inner .meta_inner_wrapper .meta_right .btn_quickfind,
  #metanav .meta_inner .meta_inner_wrapper .meta_right .btn_suche {
    margin-top: 1px;
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  #metanav .meta_inner .meta_inner_wrapper .meta_right .btn_top10,
  #metanav .meta_inner .meta_inner_wrapper .meta_right .btn_quickfind,
  #metanav .meta_inner .meta_inner_wrapper .meta_right .btn_suche {
    display: none;
  }
}
#metanav .meta_inner .meta_inner_wrapper .meta_right .btn_suche:before {
  font-family: 'Glyphicons Halflings';
  content: "\e003";
}
#metanav .meta_inner .meta_inner_wrapper .meta_right .btn_top10:before {
  font-family: 'Glyphicons Halflings';
  content: "\e006";
}
#metanav .meta_inner .meta_inner_wrapper .meta_right .btn_quickfind:before {
  font-family: 'Glyphicons Halflings';
  content: "\e067";
}
#metanav .meta_inner .meta_inner_wrapper .meta_right .btn_top10.active,
#metanav .meta_inner .meta_inner_wrapper .meta_right .btn_quickfind.active {
  background-color: #0C2E82;
  color: #fff;
  margin-left: -1px;
}
#metanav .meta_inner .meta_inner_wrapper .meta_right .btn_top10.active:before,
#metanav .meta_inner .meta_inner_wrapper .meta_right .btn_quickfind.active:before {
  font-family: 'Glyphicons Halflings';
  content: "\e014";
}
#metanav .meta_inner .meta_inner_wrapper .meta_right #top10 {
  -webkit-transition: height 0.2s ease;
  -moz-transition: height 0.2s ease;
  -o-transition: height 0.2s ease;
  transition: height 0.2s ease;
  margin-top: 5px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  background: #092261;
  opacity: 0.8;
  color: #fff;
  vertical-align: top;
  line-height: 30px;
  width: 0px;
  height: 0px;
}
#metanav .meta_inner .meta_inner_wrapper .meta_right #quickfind {
  -webkit-transition: height 0.2s ease;
  -moz-transition: height 0.2s ease;
  -o-transition: height 0.2s ease;
  transition: height 0.2s ease;
  margin-top: 5px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  background: #092261;
  opacity: 0.8;
  color: #fff;
  vertical-align: top;
  line-height: 30px;
  width: 0px;
  height: 0px;
}
#metanav .meta_inner .meta_inner_wrapper .meta_right #quickfind.active,
#metanav .meta_inner .meta_inner_wrapper .meta_right #top10.active {
  position: absolute;
  z-index: 100000;
  width: 100%;
  height: auto;
  padding: 10px;
  left: 0;
  top: 56px;
}
#metanav .meta_inner .meta_inner_wrapper .meta_right #quickfind.active a,
#metanav .meta_inner .meta_inner_wrapper .meta_right #top10.active a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #metanav .meta_inner .meta_inner_wrapper .meta_right #quickfind.active,
  #metanav .meta_inner .meta_inner_wrapper .meta_right #top10.active {
    margin-top: 95px;
    left: -6px;
    width: 100%;
    /*493px*/
    z-index: 100000;
  }
}
@media screen and (max-width: 400px) {
  #metanav .meta_inner .meta_inner_wrapper .meta_right #quickfind.active,
  #metanav .meta_inner .meta_inner_wrapper .meta_right #top10.active {
    margin-top: 95px;
    right: 0;
    width: 100%;
    margin-left: 20px;
  }
}
#metanav .meta_inner .meta_inner_wrapper .meta_right #quickfind.active {
  position: absolute;
}
#metanav .meta_inner .meta_inner_wrapper .meta_right .acc_top_headline {
  font-size: 18px;
  font-weight: 600;
  padding: 5px 10px 5px 0;
  white-space: pre-wrap;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}
.dropdown .dropdown-menu {
  -webkit-transition: all 0.4s ;
  -moz-transition: all 0.4s ;
  -ms-transition: all 0.4s ;
  -o-transition: all 0.4s ;
  transition: all 0.4s ;
  max-height: 0;
  display: block;
  /*overflow: hidden;*/
  visibility: hidden;
}
.dropdown:hover .dropdown-menu {
  max-height: 2000px;
  visibility: visible;
}
.logo {
  margin-left: -18px;
  margin-top: -40px;
  margin-right: 62px;
  background: url("/v3/pix/logo_geseke.png") no-repeat center top;
  height: 133px;
  width: 116px;
  display: block;
  z-index: 10;
}
@media (max-width: 991px) {
  .logo {
    margin-right: 32px;
  }
}
@media screen and (max-width: 767px) {
  .logo {
    height: 86px;
    width: 75px;
    margin-left: -10px;
    margin-top: -11px;
    background: url("/v3/pix/logo_geseke_small.png") no-repeat center top;
  }
}
/*#################    NAVBAR #################################### */
#navigation {
  height: 75px;
  background-color: #fff;
  color: #0C2E82;
}
#navigation .container {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  #navigation .container {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #navigation {
    height: auto;
  }
}
.navbar-header {
  height: 75px;
}
@media screen and (max-width: 767px) {
  .navbar-header {
    padding-left: 15px;
  }
}
.navbar-header .meta_right_2 {
  position: absolute;
  top: 0px;
  left: 110px;
  display: none;
  width: 46%;
}
@media screen and (max-width: 767px) {
  .navbar-header .meta_right_2 {
    display: block;
  }
}
@media screen and (max-width: 465px) {
  .navbar-header .meta_right_2 {
    margin-bottom: -18px;
    left: 90px;
    width: 35%;
  }
}
@media screen and (max-width: 350px) {
  .navbar-header .meta_right_2 {
    margin-bottom: -17px;
    height: 74px;
    left: 90px;
    width: 35%;
  }
}
.navbar-header .meta_right_2 .btn {
  padding: 4px 6px;
}
.navbar-header .meta_right_2 .btn_top10,
.navbar-header .meta_right_2 .btn_quickfind,
.navbar-header .meta_right_2 .btn_suche {
  background-color: #fff;
  color: #0C2E82;
  height: 74px;
  width: 48%;
  border-radius: 0;
  margin-top: 0;
  font-size: 30px;
  content: "\e006";
  outline: none;
}
@media screen and (max-width: 508px) {
  .navbar-header .meta_right_2 .btn_top10,
  .navbar-header .meta_right_2 .btn_quickfind,
  .navbar-header .meta_right_2 .btn_suche {
    margin-top: 1px;
    width: 55px;
  }
}
@media screen and (max-width: 465px) {
  .navbar-header .meta_right_2 .btn_top10,
  .navbar-header .meta_right_2 .btn_quickfind,
  .navbar-header .meta_right_2 .btn_suche {
    margin-top: 1px;
    font-size: 25px;
  }
}
@media screen and (max-width: 400px) {
  .navbar-header .meta_right_2 .btn_top10,
  .navbar-header .meta_right_2 .btn_quickfind,
  .navbar-header .meta_right_2 .btn_suche {
    margin-top: 1px;
    font-size: 25px;
  }
}
@media screen and (max-width: 350px) {
  .navbar-header .meta_right_2 .btn_top10,
  .navbar-header .meta_right_2 .btn_quickfind,
  .navbar-header .meta_right_2 .btn_suche {
    margin-top: 1px;
    font-size: 25px;
  }
}
.navbar-header .meta_right_2 .btn_suche:before {
  font-family: 'Glyphicons Halflings';
  content: "\e003";
}
.navbar-header .meta_right_2 .btn_top10:before {
  font-family: 'Glyphicons Halflings';
  content: "\e006";
}
.navbar-header .meta_right_2 .btn_quickfind:before {
  font-family: 'Glyphicons Halflings';
  content: "\e067";
}
.navbar-header .meta_right_2 .btn_top10.active,
.navbar-header .meta_right_2 .btn_quickfind.active {
  background-color: #0C2E82;
  color: #fff;
}
.navbar-header .meta_right_2 .btn_top10.active:before,
.navbar-header .meta_right_2 .btn_quickfind.active:before {
  font-family: 'Glyphicons Halflings';
  content: "\e014";
}
.navbar-header button.navbar-toggle {
  padding-top: 16px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5px;
  border-radius: 0;
  background-color: #0C2E82;
  width: 70px;
  height: 75px;
  color: #fff;
}
.navbar-header button.navbar-toggle .icon-bar {
  background-color: #fff;
  margin-left: 6px;
  width: 37px;
  height: 3px;
  border-radius: 1px;
}
.navbar-header button.navbar-toggle:hover {
  background-color: #0C2E82;
  -webkit-box-shadow: 0 4px 10px 1px #a5bdd9;
  -moz-box-shadow: 0 4px 10px 1px #a5bdd9;
  box-shadow: 0 4px 10px 1px #a5bdd9;
}
.navbar-header button.navbar-toggle:focus {
  background-color: #0C2E82;
  color: #fff;
}
.navbar-header button.navbar-toggle:after {
  content: "Men\0000FC";
  text-align: left;
  font-weight: 600;
}
@media screen and (max-width: 350px) {
  .navbar-header button.navbar-toggle {
    width: 65px;
    margin-right: 5px;
  }
}
.navbar-header .for_button_2,
.navbar-header .for_button_3 {
  display: none;
}
@media (max-width: 767px) {
  .navbar-header .for_button_2,
  .navbar-header .for_button_3 {
    padding: 10px;
    position: absolute;
    right: 80px;
    display: inline;
    font-size: 18px;
    font-weight: 600;
    background-color: #fff;
    color: #0C2E82;
    margin-left: 100px;
    border: 0;
    border-radius: 0;
    height: 75px;
    outline: none;
  }
}
.navbar-header .for_button_2.active,
.navbar-header .for_button_3.active {
  color: #fff;
  background-color: #0C2E82;
}
.navbar-header .for_button_2.active:after,
.navbar-header .for_button_3.active:after {
  font-family: 'Glyphicons Halflings';
  content: "\e014";
}
@media screen and (max-width: 465px) {
  .navbar-header .for_button_2,
  .navbar-header .for_button_3 {
    width: 80px;
  }
}
@media screen and (max-width: 350px) {
  .navbar-header .for_button_2,
  .navbar-header .for_button_3 {
    margin-left: 60px;
    right: 65px;
    width: 75px;
  }
}
.navbar-header .for_button_2:after,
.navbar-header .for_button_3:after {
  font-family: 'Glyphicons Halflings';
  content: "\e080";
}
.navbar-header .for_button_2 span#for_button_2_ico,
.navbar-header .for_button_3 span#for_button_2_ico {
  font-size: 25px;
}
@media screen and (max-width: 465px) {
  .navbar-header .for_button_2 span#for_button_2_ico,
  .navbar-header .for_button_3 span#for_button_2_ico {
    font-size: 18px;
  }
}
.navbar-header #geseke_for_box_767 {
  display: none;
  -webkit-transition: height 0.2s ease;
  -moz-transition: height 0.2s ease;
  -o-transition: height 0.2s ease;
  transition: height 0.2s ease;
  margin-top: 19px;
  overflow: hidden;
  white-space: nowrap;
  background: #092261;
  opacity: 0.8;
  color: #fff;
  vertical-align: top;
  line-height: 30px;
  width: 0px;
  height: 0px;
}
.navbar-header #geseke_for_box_767 .geseke_for_item {
  font-weight: normal;
  font-size: 16px;
  border-bottom: 1px dotted #B4BBC9;
  padding: 5px 0 5px 0;
}
.navbar-header #geseke_for_box_767 .geseke_for_item:hover {
  background-color: #C7D7ED;
  color: #0C2E82;
}
.navbar-header #geseke_for_box_767 .geseke_for_item:hover span {
  color: #fff;
}
.navbar-header #geseke_for_box_767 .geseke_for_item span {
  color: #fff;
}
.navbar-header #geseke_for_box_767 a:hover {
  text-decoration: none;
}
.navbar-header #geseke_for_box_767.active {
  display: none;
  position: absolute;
  right: 80px;
  top: 56px;
  z-index: 3000;
  width: 250px;
  height: auto;
  padding: 10px;
}
.navbar-header #geseke_for_box_767.active a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .navbar-header #geseke_for_box_767.active {
    display: block;
  }
}
@media screen and (max-width: 350px) {
  .navbar-header #geseke_for_box_767.active {
    right: 65px;
  }
}
.navbar-default,
.navbar,
.nav {
  color: #0C2E82;
  background-color: #fff;
  /*  height: 75px; */
  border: none;
  margin: 0;
  z-index: 1500;
}
@media (max-width: 768px) {
  .navbar-default,
  .navbar,
  .nav {
    /* height: auto; */
  }
}
.nav-justified > li > a {
  text-align: center;
  margin-left: 0;
}
@media (max-width: 1199px) {
  .nav-justified > li > a span {
    text-align: left;
    display: block;
    margin-left: 27px;
  }
}
@media (max-width: 1199px) {
  .nav-justified > li > a span {
    margin-left: 17px;
  }
}
@media (max-width: 1199px) {
  .nav-justified > li > a span {
    margin-left: 17px;
  }
}
@media (max-width: 768px) {
  .nav-justified > li > a span {
    margin-left: 10px;
  }
}
.nav > li > a {
  color: #0C2E82;
  height: 75px;
  padding-top: 25px;
  font-size: 19px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .nav > li > a {
    font-size: 14px;
    padding-top: 17px;
  }
}
@media (max-width: 1199px) {
  .nav > li > a {
    padding-top: 15px;
  }
}
@media (max-width: 991px) {
  .nav > li > a {
    font-size: 16px;
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .nav > li > a {
    font-size: 18px;
    padding-top: 25px;
    border: 1px solid #B4BBC9;
  }
}
ul.nav {
  margin-left: 0px;
}
ul.nav li.dropdown {
  border-right: 1px solid #fff;
}
ul.nav li.dropdown.active {
  background-color: #0C2E82;
}
ul.nav li.dropdown.active a {
  color: #fff;
}
ul.nav li.dropdown ul.dropdown-menu {
  display: none;
  -webkit-transition: max-height 500ms ease;
  -moz-transition: max-height 500ms ease;
  -o-transition: max-height 500ms ease;
  transition: max-height 500ms ease;
}
ul.nav li.dropdown:hover {
  /*  max-height: auto; */
}
ul.nav li.dropdown:hover a {
  color: #fff;
  background-color: #0C2E82;
}
ul.nav li.dropdown:hover ul.dropdown-menu {
  display: block;
  border-top: 1px solid #fff;
  border-radius: 0;
  margin: 0;
  background-color: #0C2E82;
  color: #fff;
  width: 100%;
  padding: 15px 0px 15px 0;
  z-index: 3000;
}
ul.nav li.dropdown:hover ul.dropdown-menu li {
  position: relative;
}
ul.nav li.dropdown:hover ul.dropdown-menu li a {
  color: #fff;
  background-color: #0C2E82;
  padding: 4px 0px 4px 10px;
  white-space: pre-wrap;
}
ul.nav li.dropdown:hover ul.dropdown-menu li a:hover {
  color: #fff;
  background-color: #DB4437;
  opacity: 1.0;
  text-decoration: none;
}
ul.nav li.dropdown:hover ul.dropdown-menu li ul.dropdown-menu-sub {
  top: 0;
  position: absolute;
  background-color: #0C2E82;
  border: 1px solid #fff;
  display: block;
  width: 100%;
  visibility: hidden;
  left: 90%;
  padding: 0;
  z-index: 11000;
  list-style: none;
}
ul.nav li.dropdown:hover ul.dropdown-menu li ul.dropdown-menu-sub li a {
  padding: 4px 0 4px 8px;
  display: block;
}
ul.nav li.dropdown:hover ul.dropdown-menu li:hover ul.dropdown-menu-sub {
  visibility: visible;
}
@media (max-width: 768px) {
  ul.nav li.dropdown:hover ul.dropdown-menu li ul.dropdown-menu-sub {
    display: none;
    /*position: relative;
                  left: 0;
                  background-color: @geseke-blue;
                  border: 1px solid #fff;
                  width: 100%;
                  z-index: 11000;
                  padding: 8px;
                  list-style: none;
                  visibility: visible;
                  li {

                     a {
                       background-color: @geseke-blue;
                      color: #fff;
                      padding: 12px 0 0 35px;
                      display: inline-block;
                      font-size: 14px;

                    }
                  }*/
  }
}
@media (max-width: 768px) {
  ul.nav li.dropdown:hover ul.dropdown-menu li a {
    font-weight: 700;
    font-size: 18px;
  }
}
ul.nav li.dropdown:hover ul.dropdown-menu li ul.dropdown-menu-sub {
  right: 90%;
}
.dropdown .dropdown-menu {
  -webkit-transition: all 0.4s ;
  -moz-transition: all 0.4s ;
  -ms-transition: all 0.4s ;
  -o-transition: all 0.4s ;
  transition: all 0.4s ;
  max-height: 0;
  display: block;
  /*overflow: hidden;*/
  opacity: 0;
}
.dropdown:hover .dropdown-menu {
  /* height: auto; */
  opacity: 1;
}
ul.nav.nav-justified li.dropdown {
  width: 19%;
}
ul.nav.nav-justified li.dropdown a.dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 991px) {
  ul.nav.nav-justified li.dropdown {
    width: 20%;
  }
}
@media (max-width: 767px) {
  ul.nav.nav-justified li.dropdown {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.collapse.navbar-collapse {
  padding: 0;
  /* height: auto; */
}
.collapse.navbar-collapse {
  display: none;
}
@media (max-width: 767px) {
  .mainnav {
    /*position: absolute;*/
    width: 100%;
    right: 0;
    padding: 0;
    margin: 0;
  }
}
.mainnav ul.nav {
  width: 100%;
}
@media (max-width: 767px) {
  .mainnav ul.nav {
    padding: 0;
    border-top: 1px solid #0C2E82;
    /*background-color: @geseke-grey-lighter;*/
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .mainnav ul.nav li {
    border-bottom: 1px solid #0C2E82;
  }
}
@media (max-width: 767px) {
  .mainnav ul.nav li a {
    text-align: left;
    margin: 0;
    border: none;
    height: 50px;
    padding-top: 15px;
  }
}
.mainnav ul.nav li.dropdown {
  position: relative;
}
@media (max-width: 767px) {
  .mainnav ul.nav li.dropdown a.dropdown-toggle {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .mainnav ul.nav li.dropdown:hover {
    border-top: 1px solid #fff;
  }
}
@media (max-width: 767px) {
  .mainnav ul.nav li.dropdown:hover ul.dropdown-menu {
    background-color: #C7D7ED;
    color: #0C2E82;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .mainnav ul.nav li.dropdown:hover ul.dropdown-menu li {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .mainnav ul.nav li.dropdown:hover ul.dropdown-menu li a {
    color: #0C2E82;
    background-color: #C7D7ED;
    padding-left: 30px;
    padding-top: 20px;
    line-height: 100%;
    font-weight: 600;
  }
  .mainnav ul.nav li.dropdown:hover ul.dropdown-menu li a:hover {
    color: #fff;
    background-color: #DB4437;
    opacity: 1.0;
    text-decoration: none;
  }
  .mainnav ul.nav li.dropdown:hover ul.dropdown-menu li a:hover span {
    /*.square_white_small;*/
  }
  .mainnav ul.nav li.dropdown:hover ul.dropdown-menu li a span {
    /*.square_blue_small; */
  }
}
@media (max-width: 768px) {
  .mainnav ul.nav li.dropdown:hover ul.dropdown-menu {
    position: static;
    float: none;
  }
}
/*#################    MAIN  #################################### */
#main {
  height: auto;
  color: #666;
  padding-bottom: 30px;
}
#main .category_teaser {
  display: flex;
  margin-bottom: 30px;
}
#main .category_teaser a {
  height: 100%;
  width: 100%;
  display: inline-block;
}
#main .category_teaser a .category_teaser_image {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1000;
  border: 1px solid #e4e4e4;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition-property: box-shadow;
  -webkit-transition-duration: 0.2s;
  transition-property: box-shadow;
  transition-duration: 0.2s;
}
#main .category_teaser a .category_teaser_image:hover {
  box-shadow: 0 8px 9px 0 rgba(113, 151, 240, 0.24), 0 10px 20px 0 rgba(113, 151, 240, 0.19);
}
#main .category_teaser a .category_teaser_image_portal {
  position: relative;
  background-position: 50% 50%;
  background-reapeat: no-repeat;
  background-size: cover;
  height: 220px;
  width: 100%;
  overflow: hidden;
  z-index: 1000;
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-bottom: 0px solid #e4e4e4;
  /*
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0), 0 0 0 0 rgba(0, 0, 0, 0.0);
        -webkit-transition-property: box-shadow;
        -webkit-transition-duration: 0.2s;
        transition-property: box-shadow;
        transition-duration: 0.2s;
        &:hover {
          box-shadow: 0 8px 9px 0 rgba(113, 151, 240, 0.24), 0 10px 20px 0 rgba(113, 151, 240, 0.19);
        }*/
}
@media (max-width: 767px) {
  #main .category_teaser a .category_teaser_image_portal {
    height: 300px;
  }
}
@media (max-width: 480px) {
  #main .category_teaser a .category_teaser_image_portal {
    height: 200px;
  }
}
#main .category_teaser a .overlay {
  position: absolute;
  background-color: #0C2E82;
  opacity: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1100;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  text-align: right;
  padding-top: 50%;
}
#main .category_teaser a .overlay:hover {
  opacity: 0.6;
  transition: opacity 0.35s;
  -ms-transition: opacity 0.35s;
  -webkit-transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
}
#main .category_teaser a .category_teaser_intro_portal {
  flex: 1 0 auto;
  padding: 10px 10px 6px 15px;
}
#main .category_teaser a .category_teaser_text_P_portal {
  /*.geseke_lblue_rgba_85;*/
  background-color: #fff;
  opacity: 1;
  position: absolute;
  bottom: 0;
  /*right: 20px;*/
  left: 0;
  width: auto;
  max-width: 90%;
  color: #0C2E82;
  padding: 6px 10px 3px 10px;
  font-weight: 600;
  line-height: 140%;
}
#main .category_teaser a .category_teaser_text_P_portal .category_teaser_text_P_headline {
  padding: 0 3px 3px 3px;
  font-size: 20px;
}
#main .category_teaser a .category_teaser_text_P_portal p {
  padding: 0;
}
#main .category_teaser a .category_teaser_text_P {
  /*.geseke_lblue_rgba_85;*/
  background-color: #fff;
  opacity: 0.9;
  position: absolute;
  bottom: 0;
  /*right: 20px;*/
  left: 0;
  width: auto;
  max-width: 90%;
  color: #0C2E82;
  padding: 10px 10px 0px 10px;
  font-weight: 600;
  line-height: 140%;
}
#main .category_teaser a .category_teaser_text_P .category_teaser_text_P_headline {
  padding: 0 3px 3px 3px;
  font-size: 20px;
}
#main .category_teaser a .category_teaser_text_P p {
  padding: 0;
}
#main .category_teaser a .category_teaser_text {
  background-color: rgba(236, 236, 236, 0.85);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 8px 10px 0px 10px;
  font-weight: 600;
  line-height: 140%;
  color: #0C2E82;
}
#main .category_teaser a .category_teaser_text .category_teaser_text_intro {
  padding-bottom: 15px;
  font-weight: 400;
  opacity: 0;
  /*text-shadow: 0 0 3px #fff;*/
}
#main .category_teaser a .category_teaser_text .category_teaser_text_headline {
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 120%;
  /*text-shadow: 0 0 3px #fff, 0 0 3px #fff;*/
}
#main .category_teaser a .category_teaser_text p {
  padding: 0;
}
#main .category_teaser a .category_teaser_text_2 {
  background-color: #ececec;
  color: #666;
  padding: 15px 10px 15px 10px;
  font-weight: normal;
  line-height: 140%;
  z-index: 200;
}
#main .category_teaser a .category_teaser_text_2 .category_teaser_text_2_headline {
  color: #0C2E82;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}
#main .category_teaser a .category_teaser_text_2 p {
  padding: 0;
}
#main .category_teaser_image .category_teaser_text {
  -webkit-transition: all 0.5s ;
  -moz-transition: all 0.5s ;
  -ms-transition: all 0.5s ;
  -o-transition: all 0.5s ;
  transition: all 0.5s ;
  height: 60px;
  display: block;
  overflow: hidden;
  opacity: 1;
}
@media (max-width: 767px) {
  #main .category_teaser_image .category_teaser_text {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
}
#main .category_teaser_image:hover .category_teaser_text_intro {
  height: 100%;
  opacity: 1;
}
@media (max-width: 991px) {
  #main .category_teaser_image:hover .category_teaser_text_intro {
    opacity: 0;
    height: 60px;
  }
}
#main .category_teaser_image:hover .category_teaser_text {
  height: 100%;
  opacity: 1;
}
@media (max-width: 991px) {
  #main .category_teaser_image:hover .category_teaser_text {
    height: 60px;
  }
}
#main .content_block,
#main .content_block_teaser {
  margin-left: 0;
  margin-right: 0;
  background-color: #fff;
  padding: 25px;
}
@media (max-width: 767px) {
  #main .content_block,
  #main .content_block_teaser {
    padding: 0;
  }
}
#main .content_block_teaser {
  padding-bottom: 0;
}
#main .content_block {
  padding-top: 0;
}
.main_standard {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .main_standard {
    margin-top: 0;
  }
}
/* --------  PANEL GROUP ---------------------------------- */
.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #EEEEEE;
}
.panel-group .panel-default .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color: #ececec;
  border-color: #EEEEEE;
}
.panel-group .panel-default .panel-heading .panel-title {
  font-size: 18px;
  color: #0C2E82;
}
.panel-group .panel-default .panel-heading .panel-title a {
  display: block;
  padding: 15px;
  text-decoration: none;
  font-weight: 400;
  background-color: #C7D7ED;
}
.panel-group .panel-default .panel-heading .panel-title a.collapsed {
  background-color: #ececec;
}
.panel-group .panel-default .panel-heading .panel-title a:hover {
  transition: all 0.35s;
  background-color: #C7D7ED;
}
.panel-group .panel-default .panel-heading .panel-title a i {
  margin-top: -3px;
  font-size: 25px;
  font-weight: 300;
}
.panel-group .panel-default .panel-heading .panel-title .more-less {
  float: right;
  color: #0C2E82;
}
.panel-group .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #EEEEEE;
}
/* ------------- LISTEN ---------------------------------------- */
.list-item {
  margin: 0 0 0 0;
  border-bottom: 1px solid #C7D7ED;
  height: 65px;
}
.list-item a {
  display: block;
  height: 60px;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  padding-top: 13px;
}
.list-item:hover span {
  padding-left: 10px;
}
.list-item-sidebar {
  margin: 0 0 0 0;
  border-bottom: 1px solid #C7D7ED;
  height: 55px;
}
.list-item-sidebar p {
  display: inline-block;
  height: 50px;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #0C2E82;
  padding-top: 13px;
}
.list-item-sidebar:hover span {
  padding-left: 5px;
}
.list_style_icon {
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding-left: 2px;
  display: inline-block;
  border-radius: 10%;
  -ms-border-radius: 10%;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  background: #C7D7ED;
  margin-right: 15px;
  color: #0C2E82;
  transition: all 0.15s;
  -ms-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  text-indent: 4px;
}
.list_style_icon_sidebar {
  font-size: 20px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  padding-left: 0px;
  display: inline-block;
  border-radius: 10%;
  -ms-border-radius: 10%;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  background: #C7D7ED;
  margin-right: 15px;
  color: #0C2E82;
  transition: all 0.15s;
  -ms-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  text-indent: 4px;
}
.sidebar_headline {
  color: #0C2E82;
  font-size: 18px;
}
/* --------  END PANEL GROUP ---------------------------------- */
.geseke_for_box {
  padding: 30px 25px 30px 25px;
  background-color: #fff;
}
.geseke_for_box .geseke_for_box_sub .geseke_for_item {
  font-weight: normal;
  font-size: 22px;
  border-bottom: 1px dotted #B4BBC9;
  padding: 15px 5px 15px 5px;
}
.geseke_for_box .geseke_for_box_sub .geseke_for_item:hover {
  background-color: #C7D7ED;
  color: #0C2E82;
}
.geseke_for_box .geseke_for_box_sub .geseke_for_item:hover span {
  color: #fff;
}
.geseke_for_box .geseke_for_box_sub .geseke_for_item span {
  color: #fff;
}
.geseke_for_box .geseke_for_box_sub a:hover {
  text-decoration: none;
}
.geseke_for_box .geseke_for_box_sub_portal .geseke_for_item {
  font-weight: normal;
  font-size: 22px;
  border-bottom: 1px dotted #B4BBC9;
  padding: 15px 5px 15px 5px;
}
.geseke_for_box .geseke_for_box_sub_portal .geseke_for_item:hover {
  background-color: #C7D7ED;
  color: #0C2E82;
}
.geseke_for_box .geseke_for_box_sub_portal .geseke_for_item:hover span {
  color: #fff;
}
.geseke_for_box .geseke_for_box_sub_portal .geseke_for_item span {
  color: #fff;
}
.geseke_for_box .geseke_for_box_sub_portal a:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  .geseke_for_box .geseke_for_box_sub_portal {
    float: left;
    width: 50%;
  }
}
@media (max-width: 480px) {
  .geseke_for_box .geseke_for_box_sub_portal {
    width: 100%;
  }
}
.news_box {
  /*padding: 0;*/
  padding: 30px 25px 30px 25px;
  background-color: #fff;
}
.news_box a .news_item {
  font-size: 14px;
  padding: 10px 10px 10px 5px;
  line-height: 160%;
}
.news_box a .news_item .news_item_headline {
  font-size: 16px;
  font-weight: 700;
}
.news_box a .news_item .news_item_date {
  color: #DB4437;
  font-size: 20px;
  /*
        border-left: 1px solid @geseke-grey;
        border-top: 1px solid @geseke-grey;
        border-right: 1px solid @geseke-grey;
        */
  padding: 3px 0;
}
.news_box a .news_item .news_item_more {
  color: #fff;
  text-align: right;
}
.news_box a .teaser_item {
  background-color: #fff;
  padding: 0;
}
.news_box a .teaser_item:hover {
  text-decoration: none;
  background-color: #C7D7ED;
}
/* ###################  LEFT  ##################################### */
@media (max-width: 991px) {
  #leftcol {
    display: none;
  }
}
#leftcol #leftcol_nav {
  margin-bottom: 30px;
  margin-right: 20px;
  background-color: #fff;
  padding: 15px 0 15px 0;
}
@media (max-width: 991px) {
  #leftcol #leftcol_nav {
    display: none;
  }
}
#leftcol #leftcol_nav ul.nav_list {
  list-style-type: none;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 600;
}
#leftcol #leftcol_nav ul.nav_list li.nav_item ul.nav_list {
  /*
          list-style: square;
          color: @geseke-blue;
          padding-left: 25px; */
}
#leftcol #leftcol_nav ul.nav_list li.nav_item ul.nav_list li.nav_item a {
  padding: 3px 0 3px 15px;
}
#leftcol #leftcol_nav ul.nav_list li.nav_item.active {
  background-color: #0C2E82;
}
#leftcol #leftcol_nav ul.nav_list li.nav_item.active a {
  color: #fff;
}
#leftcol #leftcol_nav ul.nav_list li.nav_item a {
  display: block;
  padding: 6px 0 6px 10px;
  width: 100%;
}
#leftcol #leftcol_nav ul.nav_list li.nav_item a span {
  /*.square_white_small;*/
}
@media (max-width: 991px) {
  #leftcol #leftcol_nav ul.nav_list li.nav_item a {
    color: #fff;
  }
}
#leftcol #leftcol_nav ul.nav_list li.nav_item a:hover {
  background-color: #C7D7ED;
  color: #0C2E82;
}
#leftcol #leftcol_nav ul.nav_list li.nav_item a:hover span {
  /*.square_blue_small;*/
}
@media (max-width: 991px) {
  #leftcol #leftcol_nav ul.nav_list li.nav_item {
    display: inline-block;
    width: 25%;
  }
  #leftcol #leftcol_nav ul.nav_list li.nav_item a span {
    display: none;
  }
  #leftcol #leftcol_nav ul.nav_list li.nav_item a:hover {
    text-decoration: underline;
  }
  #leftcol #leftcol_nav ul.nav_list li.nav_item a:hover span {
    display: none;
  }
}
@media (max-width: 767px) {
  #leftcol #leftcol_nav ul.nav_list li.nav_item {
    display: inline-block;
    width: 49%;
    color: #fff;
  }
}
#leftcol #leftcol_nav ul.nav_list a:hover {
  text-decoration: none;
  color: #0C2E82;
}
#leftcol #leftcol_groups {
  padding: 10px 0px 10px 10px;
  background-color: #fff;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  #leftcol #leftcol_groups {
    margin-right: 0;
    background-color: #0C2E82;
  }
}
#leftcol #leftcol_groups .geseke_for_box_sub {
  padding-bottom: 15px;
}
#leftcol #leftcol_groups .geseke_for_box_sub .geseke_for_item {
  font-weight: normal;
  font-size: 18px;
  border-bottom: 1px dotted #B4BBC9;
  padding: 12px 10px 12px 10px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  #leftcol #leftcol_groups .geseke_for_box_sub .geseke_for_item {
    color: #fff;
  }
}
#leftcol #leftcol_groups .geseke_for_box_sub .geseke_for_item:hover {
  background: #C7D7ED;
  color: #0C2E82;
}
#leftcol #leftcol_groups .geseke_for_box_sub .geseke_for_item:hover span {
  color: #fff;
}
@media (max-width: 991px) {
  #leftcol #leftcol_groups .geseke_for_box_sub .geseke_for_item:hover {
    background: none;
    text-decoration: underline;
    color: #fff;
  }
}
#leftcol #leftcol_groups .geseke_for_box_sub .geseke_for_item span {
  color: #fff;
}
#leftcol #leftcol_groups .geseke_for_box_sub a:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  #leftcol .for_button_1 {
    display: none;
  }
}
/* ###################  FULL  ##################################### */
#fullcol {
  padding: 10px 20px 20px 20px;
}
#rightcol {
  background: #fff ;
  padding: 10px 20px 20px 20px;
}
@media (max-width: 767px) {
  #rightcol {
    padding: 5px;
  }
}
ul.nav.nav-tabs {
  border-bottom: 1px solid #C7D7ED;
  height: 55px;
  margin-bottom: 15px;
}
ul.nav.nav-tabs li a {
  border-bottom: 1px solid #C7D7ED;
  border-radius: 0 0 0 0;
  line-height: 1.42857;
  height: 55px;
  padding-top: 15px;
  margin-right: 2px;
  font-size: 16px;
  color: #8D8BA3;
  background-color: #ececec;
}
ul.nav.nav-tabs li a:hover {
  background-color: #C7D7ED;
  color: #0C2E82;
}
ul.nav.nav-tabs li.active a {
  border: 1px solid #C7D7ED;
  border-bottom: 1px solid transparent;
  background-color: #fff;
  color: #0C2E82;
}
ul.nav.nav-tabs li.active a:hover {
  color: #0C2E82;
}
#main table thead tr th {
  padding: 15px 8px 15px 8px;
  background-color: #C7D7ED;
  color: #0C2E82;
}
#main table tr th {
  padding: 15px 8px 15px 8px;
  background-color: #C7D7ED;
  color: #0C2E82;
}
/* ##############  Downloads  ############ */
.downloads h2 {
  margin-bottom: 0.2em;
}
.downloads .medialist {
  margin-bottom: 0.5em;
}
.downloads .texterror {
  color: red;
}
.downloads ul {
  list-style: none;
}
.downloads ul li {
  line-height: 150%;
  padding: 0;
}
.downloads ul li a {
  width: 100%;
  display: block;
  padding: 10px;
  min-height: 60px;
  vertical-align: middle;
}
.downloads ul li a:hover {
  background-color: #ececec;
}
.downloads ul li a:hover .download_icon {
  color: #0C2E82;
}
.downloads ul li .fileinfo {
  margin-left: 60px;
  min-height: 60px;
  position: relativ;
}
.downloads ul li .fileinfo .download_zusatz {
  color: #666;
}
.downloads ul li .fileinfo .filetitle {
  padding-top: 3px;
  font-weight: 600;
  font-size: 14px;
}
.downloads ul li .fileinfo .filetitle_2 {
  padding-top: 12px;
  font-weight: 600;
  font-size: 14px;
}
.downloads ul li .fileinfo .filesize {
  color: #666;
}
.downloads ul li .download_icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 22px;
  margin-top: 5px;
  float: left;
  margin-right: 10px;
  color: #999;
  transition: all 0.35s;
  -ms-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
}
/*#################    FOOTER  #################################### */
#footer1 {
  height: auto;
  background-color: #B4BBC9;
}
#footer1 .footer1_inner {
  float: left;
  height: auto;
  color: #fff;
  padding: 30px 0 50px 0;
  width: 100%;
}
@media screen and (max-width: 500px) {
  #footer1 .footer1_inner .col-xs-6 {
    width: 100%;
  }
}
@media screen and (max-width: 990px) {
  #footer1 .footer1_inner .b2 {
    text-align: right;
  }
}
@media screen and (max-width: 480px) {
  #footer1 .footer1_inner .b2 {
    text-align: left;
  }
}
@media screen and (min-width: 991px) {
  #footer1 .footer1_inner .b3 {
    text-align: right;
  }
}
@media screen and (min-width: 480px) {
  #footer1 .footer1_inner .b4 {
    text-align: right;
  }
}
@media screen and (max-width: 480px) {
  #footer1 .footer1_inner .b4 {
    text-align: left;
  }
}
#footer1 .footer1_inner .footer1_inner_headline h2 {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
}
#footer1 .footer1_inner .footer1_inner_links {
  font-weight: normal;
  font-size: 16px;
}
#footer1 .footer1_inner .footer1_inner_links ul {
  padding-left: 25px;
}
#footer1 .footer1_inner .footer1_inner_links ul li {
  padding: 4px 0 4px 0;
  list-style-type: none;
}
@media screen and (min-width: 990px) {
  #footer1 .footer1_inner .footer1_inner_links ul li i.footer_left {
    display: none;
  }
}
@media screen and (max-width: 990px) {
  #footer1 .footer1_inner .footer1_inner_links ul li i.footer_right {
    display: none;
  }
}
#footer1 .footer1_inner .footer1_inner_links ul li a {
  color: #fff;
}
#footer1 .footer1_inner .footer1_inner_links ul li a:hover {
  text-decoration: none;
  color: #0C2E82;
}
#footer_wappen {
  position: absolute;
  left: 50%;
  margin-top: -55px;
}
#footer_wappen .wappen {
  position: relative;
  left: -50%;
  background-image: url("/v3/pix/wappen_footer2.png");
  background-repeat: no-repeat;
  width: 120px;
  height: 130px;
}
@media screen and (max-width: 767px) {
  #footer_wappen .wappen {
    background-image: url("/v3/pix/wappen_footer2_small.png");
  }
}
#footer2 {
  height: auto;
  background-color: #0C2E82;
}
#footer2 .footer2_inner {
  padding-top: 20px;
}
@media screen and (max-width: 480px) {
  #footer2 .footer2_inner {
    padding-top: 75px;
  }
}
#footer2 .footer2_inner .footer2_block_left,
#footer2 .footer2_inner .footer2_block_right {
  float: left;
  height: auto;
  width: 45%;
  color: #fff;
}
@media screen and (max-width: 480px) {
  #footer2 .footer2_inner .footer2_block_left,
  #footer2 .footer2_inner .footer2_block_right {
    width: 100%;
  }
}
#footer2 .footer2_inner .footer2_block_center {
  float: left;
  height: auto;
  width: 10%;
  color: #fff;
}
@media screen and (max-width: 480px) {
  #footer2 .footer2_inner .footer2_block_center {
    display: none;
  }
}
#footer2 .footer2_inner .footer2_block_center2 {
  float: left;
  display: none;
  height: auto;
  color: #fff;
}
@media screen and (max-width: 480px) {
  #footer2 .footer2_inner .footer2_block_center2 {
    display: block;
  }
}
#footer2 .footer2_inner .footer2_block_r {
  float: left;
  height: auto;
  width: 50%;
  color: #fff;
  text-align: right;
  padding-bottom: 20px;
}
@media screen and (max-width: 990px) {
  #footer2 .footer2_inner .footer2_block_r {
    clear: both;
    width: 100%;
    text-align: right;
  }
}
@media screen and (max-width: 480px) {
  #footer2 .footer2_inner .footer2_block_r {
    text-align: left;
  }
}
#footer2 .footer2_inner .footer2_block_l {
  float: left;
  height: auto;
  width: 50%;
  color: #fff;
  padding-bottom: 20px;
}
@media screen and (max-width: 991px) {
  #footer2 .footer2_inner .footer2_block_l {
    clear: both;
    width: 100%;
  }
}
.scrollToTop {
  width: 60px;
  height: 60px;
  padding: 13px 12px 10px 10px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 10px;
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: #0C2E82;
  z-index: 10000;
}
.scrollToTop span {
  display: none;
  font-size: 14px;
}
@media (max-width: 767px) {
  .scrollToTop {
    bottom: 5px;
    right: 5px;
  }
}
.scrollToTop:hover {
  text-decoration: none;
  color: #fff;
  width: 100px;
}
.scrollToTop:hover span {
  display: inline-block;
  text-align: left;
  margin-top: -5px;
}
.scrollToTop:visited {
  text-decoration: none;
  color: #fff;
}
/* ############## Tabulatoren ######################  */
.tab-content {
  width: 100%;
}
.tab-content .tab_teaser_item {
  padding: 15px 0 15px 0;
  border-bottom: 1px solid #B4BBC9;
  display: inline-block;
}
.tab-content .tab_teaser_item .tab_teaser_image {
  float: left;
  margin-right: 15px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition-property: box-shadow;
  /* Safari */
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-property: box-shadow;
  transition-duration: 0.2s;
}
.tab-content .tab_teaser_item .tab_teaser_image:hover {
  box-shadow: 0 8px 9px 0 rgba(113, 151, 240, 0.24), 0 10px 20px 0 rgba(113, 151, 240, 0.19);
}
.tab-content .tab_teaser_item .tab_teaser_text_wrapper {
  float: left;
  padding-top: 0;
}
.tab-content .tab_teaser_item .img_format_1 {
  width: 27%;
}
@media (max-width: 767px) {
  .tab-content .tab_teaser_item .img_format_1 {
    width: 100%;
    margin-bottom: 10px;
  }
}
.tab-content .tab_teaser_item .img_format_2 {
  width: 45%;
}
@media (max-width: 767px) {
  .tab-content .tab_teaser_item .img_format_2 {
    width: 100%;
    margin-bottom: 10px;
  }
}
.tab-content .tab_teaser_item .img_format_1 {
  width: 27%;
}
@media (max-width: 767px) {
  .tab-content .tab_teaser_item .img_format_1 {
    width: 100%;
    margin-bottom: 10px;
  }
}
.tab-content .tab_teaser_item .text_format_1 {
  width: 70%;
}
@media (max-width: 767px) {
  .tab-content .tab_teaser_item .text_format_1 {
    width: 100%;
  }
}
.tab-content .tab_teaser_item .text_format_2 {
  width: 45%;
}
@media (max-width: 767px) {
  .tab-content .tab_teaser_item .text_format_2 {
    width: 100%;
  }
}
.tab-content .tab_teaser_item .tab_teaser_headline {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
  padding-top: 0;
  color: #0C2E82;
}
.tab-content .tab_teaser_item .tab_teaser_text_links {
  margin-top: 10px;
}
a.more {
  padding: 6px 12px 6px 12px;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #0C2E82;
  font-weight: 600;
  background-color: #C7D7ED;
  /* box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0), 0 0 0 0 rgba(0, 0, 0, 0.0);
    -webkit-transition-property: box-shadow;*/
  -webkit-transition-duration: 0.2s;
  /*transition-property: box-shadow;*/
  transition-duration: 0.2s;
}
a.more:hover {
  /* box-shadow: 0 6px 7px 0 rgba(113, 151, 240, 0.24), 0 8px 12px 0 rgba(113, 151, 240, 0.19); */
  background-color: #DAE4F3;
}
input.gmapDirButton {
  padding: 6px 12px 6px 12px;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #0C2E82;
  font-weight: 600;
  background-color: #C7D7ED;
}
input.gmapDirButton:hover {
  background-color: #DAE4F3;
}
input.more {
  padding: 6px 12px 6px 12px;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #0C2E82;
  font-weight: 600;
  background-color: #C7D7ED;
  /* box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0), 0 0 0 0 rgba(0, 0, 0, 0.0);
  -webkit-transition-property: box-shadow;*/
  -webkit-transition-duration: 0.2s;
  /*transition-property: box-shadow;*/
  transition-duration: 0.2s;
}
input.more:hover {
  /* box-shadow: 0 6px 7px 0 rgba(113, 151, 240, 0.24), 0 8px 12px 0 rgba(113, 151, 240, 0.19); */
  background-color: #DAE4F3;
}
.fm_container input,
.fm_container textarea {
  padding: 6px 12px 6px 12px;
  overflow: hidden;
  border: 1px solid #B4BBC9;
  border-radius: 5px;
  color: #0C2E82;
  font-weight: 600;
  background-color: #fff;
  /* box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0), 0 0 0 0 rgba(0, 0, 0, 0.0);
    -webkit-transition-property: box-shadow;*/
  -webkit-transition-duration: 0.2s;
  /*transition-property: box-shadow;*/
  transition-duration: 0.2s;
}
.fm_container input:hover,
.fm_container textarea:hover {
  /* box-shadow: 0 6px 7px 0 rgba(113, 151, 240, 0.24), 0 8px 12px 0 rgba(113, 151, 240, 0.19); */
  border: 1px solid #DB4437;
}
.fm_container input:focus,
.fm_container textarea:focus {
  border: 1px solid #0C2E82;
}
.caption {
  color: #333;
  margin-bottom: 10px;
  padding: 4px;
  background-color: #ececec;
}
.bildoben {
  margin-bottom: 20px;
}
.teaser-content .teaser_item {
  padding: 15px 0 15px 0;
  border-bottom: 1px solid #B4BBC9;
  display: inline-block;
}
.teaser-content .teaser_item.design23 {
  background-color: #ececec;
  padding: 0;
  border-bottom: 0px;
  margin-bottom: 15px;
}
.teaser-content .teaser_item.design23 .teaser_headline {
  margin-top: 10px;
}
.teaser-content .teaser_item .teaser_image {
  float: left;
  margin-right: 15px;
  filter: brightness 1;
}
.teaser-content .teaser_item .teaser_image:hover {
  -webkit-transition: brightness 0.2s ease-in-out;
  -moz-transition: brightness 0.2s ease-in-out;
  -ms-transition: brightness 0.2s ease-in-out;
  -o-transition: brightness 0.2s ease-in-out;
  transition: brightness 0.2s ease-in-out;
  filter: brightness(1.1);
}
.teaser-content .teaser_item .teaser_image_r {
  filter: brightness 1;
  float: right;
  margin-right: 0px;
}
.teaser-content .teaser_item .teaser_image_r:hover {
  -webkit-transition: brightness 0.2s ease-in-out;
  -moz-transition: brightness 0.2s ease-in-out;
  -ms-transition: brightness 0.2s ease-in-out;
  -o-transition: brightness 0.2s ease-in-out;
  transition: brightness 0.2s ease-in-out;
  filter: brightness(1.1);
}
.teaser-content .teaser_item .teaser_text_wrapper {
  float: left;
  padding-top: 0;
}
.teaser-content .teaser_item .img_format_1 {
  width: 27%;
}
@media (max-width: 767px) {
  .teaser-content .teaser_item .img_format_1 {
    width: 100%;
    margin-bottom: 10px;
  }
}
.teaser-content .teaser_item .img_format_2 {
  width: 45%;
}
@media (max-width: 767px) {
  .teaser-content .teaser_item .img_format_2 {
    width: 100%;
    margin-bottom: 10px;
  }
}
.teaser-content .teaser_item .img_format_3 {
  width: 22%;
}
@media (max-width: 767px) {
  .teaser-content .teaser_item .img_format_3 {
    width: 100%;
    margin-bottom: 10px;
  }
}
.teaser-content .teaser_item .text_format_1 {
  width: 70%;
}
.teaser-content .teaser_item .text_format_1 a {
  color: #333;
}
@media (max-width: 767px) {
  .teaser-content .teaser_item .text_format_1 {
    width: 100%;
  }
}
.teaser-content .teaser_item .text_format_2 {
  width: 50%;
}
@media (max-width: 767px) {
  .teaser-content .teaser_item .text_format_2 {
    width: 100%;
  }
}
.teaser-content .teaser_item .text_format_3 {
  width: 75%;
}
@media (max-width: 767px) {
  .teaser-content .teaser_item .text_format_3 {
    width: 100%;
  }
}
.teaser-content .teaser_item .teaser_headline {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
  padding-top: 0;
  color: #0C2E82;
}
.teaser-content .teaser_item .teaser_headline a {
  color: #0C2E82;
}
.teaser-content .teaser_item .teaser_text_links {
  margin-top: 10px;
}
.teaser-content .teaser_item .teaser_text_links a {
  color: #0C2E82;
}
/* ##############  BILDERGALERIE ################################################ */
.bildergalerie .bildergalerie-image {
  padding: 3px;
}
.bildergalerie .bildergalerie-image .bildergalerie-align {
  background-color: #ececec;
  overflow: hidden;
  /*
            -webkit-transform: rotate(-3deg);
            -moz-transform: rotate(-3deg);
            -ms-transform: rotate(-3deg);
            -o-transform: rotate(-3deg);
            transform: rotate(-3deg);
      */
}
.bildergalerie .bildergalerie-image .bildergalerie-align.frame {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #B4BBC9;
}
.bildergalerie .bildergalerie-image .bildergalerie-align a img {
  -webkit-transition-duration: 0.3s;
}
.bildergalerie .bildergalerie-image .bildergalerie-align a img:hover {
  transform: scale(1.1, 1.1);
  /*
            -webkit-box-shadow: 0 4px 10px 1px rgba(165, 189, 217,1);
            -moz-box-shadow: 0 4px 10px 1px rgba(165, 189, 217,1);
            box-shadow: 0 4px 10px 1px rgba(165, 189, 217,1);
            */
}
.bildergalerie .bildergalerie-image .caption {
  color: #333;
  padding: 3px 5px 0 5px;
}
.bildergalerie .bildergalerie-image .caption .caption_headline {
  font-size: 16px;
  font-weight: 600;
}
ul.lightSlider > li {
  position: relative;
}
ul.lightSlider > li .bildergalerie_smooth.caption_1 {
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 13px 0 10px 13px;
  color: #fff;
  width: 100%;
}
ul.lightSlider > li .bildergalerie_smooth.caption_2 {
  padding: 13px 0 13px 10px;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-weight: 600;
}
/*  ############### Bürgerinfo ################# */
.ansprechpartner {
  border: 1px solid #C7D7ED;
  background-color: #ececec;
  padding: 15px 10px 15px 10px;
  margin-bottom: 15px;
}
.mitarbeiter_name {
  font-weight: 500;
  font-size: 22px;
  color: #0C2E82;
  padding-bottom: 5px;
}
.mitarbeiter_name span {
  float: right;
}
@media (max-width: 767px) {
  .mitarbeiter_name span {
    display: none;
  }
}
.mitarbeiter_name i {
  font-size: 18px;
  margin-right: 5px;
}
.mitarbeiter_orga {
  font-weight: 600;
  color: #0C2E82;
  margin-left: 15px;
}
@media (max-width: 480px) {
  .mitarbeiter_orga {
    display: none;
  }
}
.mitarbeiter_adresse,
.mitarbeiter_adresse_2 {
  margin-left: 15px;
  padding-bottom: 5px;
  color: #333;
}
@media (max-width: 767px) {
  .mitarbeiter_adresse {
    display: none;
  }
}
.mitarbeiter_adresse_2 {
  display: none;
}
@media (max-width: 767px) {
  .mitarbeiter_adresse_2 {
    display: block;
  }
}
.mitarbeiter_mail {
  font-weight: 600;
  color: #0C2E82;
  margin-left: 15px;
}
.mitarbeiter_mail i {
  font-size: 16px;
  margin-right: 5px;
}
.mitarbeiter_telefon,
.mitarbeiter_fax {
  margin-left: 15px;
  font-weight: 600;
  color: #0C2E82;
  padding-bottom: 5px;
}
.mitarbeiter_telefon i,
.mitarbeiter_fax i {
  font-size: 16px;
  margin-right: 5px;
}
.mitarbeiter_fax {
  margin-left: 15px;
  padding-bottom: 5px;
}
.mitarbeiter_fax i {
  font-size: 16px;
  margin-right: 5px;
}
.mitarbeiter_detail {
  display: none;
  margin-top: 5px;
  margin-bottom: 5px;
}
.mitarbeiter_detail i {
  font-size: 18px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .mitarbeiter_detail {
    display: block;
  }
}
.mitarbeiter_oeffnungszeiten {
  margin-top: 10px;
}
#main .mitarbeiter_oeffnungszeiten table tbody tr th {
  padding: 4px;
}
.list-item-bi:hover span {
  padding-left: 2px;
}
.list_style_icon_bi {
  position: relative;
  top: 2px;
  margin-left: -25px;
  margin-right: 6px;
  margin-top: 4px;
  font-size: 10px;
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 10%;
  -ms-border-radius: 10%;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  background: #C7D7ED;
  color: #0C2E82;
  transition: all 0.15s;
  -ms-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  text-indent: 2px;
}
.list_style_icon_bi i.glyphicon {
  top: -2px;
}
.list_style_icon_bi_selected {
  position: relative;
  top: 2px;
  margin-left: -25px;
  margin-right: 6px;
  margin-top: 2px;
  font-size: 10px;
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 10%;
  -ms-border-radius: 10%;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  background: #0C2E82;
  color: #fff;
  transition: all 0.15s;
  -ms-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  text-indent: 2px;
}
.list_style_icon_bi_selected i.glyphicon {
  top: -2px;
}
.bi-block-produkte {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .bi-block-produkte {
    margin-left: 22px;
  }
}
.bi-block-adressen {
  margin-left: 15px;
}
@media (max-width: 767px) {
  .bi-block-adressen {
    margin-left: 0;
  }
}
.bi-block-fachbereiche {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .bi-block-fachbereiche {
    margin-left: 22px;
  }
}
.bi-block-lebenslagen {
  margin-left: 35px;
}
@media (max-width: 767px) {
  .bi-block-lebenslagen {
    margin-left: 22px;
  }
}
ul.p-a-z li {
  width: 250px;
}
@media (max-width: 480px) {
  ul.p-a-z li {
    width: 100%;
  }
}
ul.ul-produkte,
ul.ul-produkte-inv {
  margin-left: 20px;
}
ul.ul-produkte li,
ul.ul-produkte-inv li {
  list-style-type: none;
  line-height: 160%;
  padding: 3px 0;
}
ul.ul-produkte li a i,
ul.ul-produkte-inv li a i {
  /*color: @geseke-blue-lighter;*/
  color: #0C2E82;
  font-size: 20px;
  padding-right: 5px;
  margin-left: -35px;
}
ul.ul-produkte li a:hover i,
ul.ul-produkte-inv li a:hover i {
  /*color: @geseke-blue;*/
  color: #C7D7ED;
}
@media (max-width: 767px) {
  ul.ul-produkte,
  ul.ul-produkte-inv {
    margin-left: 0;
  }
}
ul.ul-produkte-inv li a i {
  color: #C7D7ED;
}
ul.ul-produkte-inv li a:hover i {
  color: #0C2E82;
}
@media (max-width: 767px) {
  ul.ul-produkte-inv {
    margin-left: 0;
  }
}
ul.ul-formulare {
  margin-left: 20px;
}
ul.ul-formulare li {
  list-style-type: none;
  line-height: 160%;
  padding: 3px 0;
}
ul.ul-formulare li a i {
  /*color: @geseke-blue-lighter;*/
  color: #0C2E82;
  font-size: 22px;
  padding-right: 5px;
  margin-left: -35px;
}
ul.ul-formulare li a:hover i {
  /*color: @geseke-blue;*/
  color: #C7D7ED;
}
@media (max-width: 767px) {
  ul.ul-formulare {
    margin-left: 0;
  }
}
/* ###############  searchresult #################### */
#searchresult {
  background: #092261;
  opacity: 0.8;
  color: #fff;
  display: none;
  margin-left: 0;
  margin-top: 46px;
  min-height: 100px;
  padding: 5px;
  position: absolute;
  text-align: left;
  width: 489px;
  z-index: 15000;
}
@media (max-width: 767px) {
  #searchresult {
    width: 100%;
  }
}
#searchresult .searchresult-category {
  border-bottom: 1px solid #EEE;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#searchresult a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
}
#searchresult ul {
  padding: 0 5px 0 15px;
  margin-top: 1em;
  padding-bottom: 0.5em;
}
#searchresult ul li {
  display: block;
  float: none;
  height: auto;
  line-height: 140%;
}
#searchresult .ajaxresult-category {
  border-bottom: 1px solid #EEE;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#searchresult .products ul li a,
#searchresult .pages ul li a,
#searchresult .forms ul li a,
#searchresult .employees ul li a {
  display: block;
  text-align: left;
  color: #fff;
  padding: 2px;
  padding-left: 22px;
  text-decoration: none;
  margin-bottom: 2px;
}
#searchresult .products ul li a,
#searchresult .pages ul li a {
  background-image: url("/v3/pix/search/icon_document.png");
  background-position: 0 1px;
  background-repeat: no-repeat;
}
#searchresult .forms ul li {
  background-image: url("/v3/pix/search/icon_form.png");
  background-position: 0 1px;
  background-repeat: no-repeat;
}
#searchresult .employees ul li a {
  background-image: url("/v3/pix/search/icon_mitarbeiter.png");
  background-position: 0 1px;
  background-repeat: no-repeat;
}
#searchresult h2 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #fff;
  padding-left: 5px;
}
#searchresult h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #fff;
  padding-left: 5px;
}
.btn:active,
.btn.active {
  box-shadow: none;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
  white-space: normal;
}
.pagination {
  margin: 0 0 10px 0;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 6px 12px;
  margin: 0 2px 0 2px;
}
/* # ##### Caroussel-Slider  #################################################### */
/* Bootstrap Slider with fixed height */
.carousel_slider_portal .carousel {
  overflow: hidden;
  max-height: 400px;
  padding: 0px;
  margin: 0px;
  margin-bottom: 40px;
  /* Carousel Controls */
  /* Hide Left/Right controls on small screens */
}
.carousel_slider_portal .carousel .carousel.slide {
  max-height: 400px;
  height: 400px;
  background-color: black;
}
.carousel_slider_portal .carousel h1,
.carousel_slider_portal .carousel h2,
.carousel_slider_portal .itemtext {
  color: #ffffff;
}
.carousel_slider_portal .carousel .img {
  float: left;
  height: 400px !important;
  width: 73% !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel_slider_portal .carousel .img {
    width: 68% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel_slider_portal .carousel {
    max-height: 300px !important;
    height: 300px !important;
  }
  .carousel_slider_portal .carousel .img {
    max-height: 300px !important;
    height: 300px !important;
    width: 71% !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .carousel_slider_portal .carousel {
    max-height: 370px !important;
    height: 370px !important;
  }
  .carousel_slider_portal .carousel .img {
    max-height: 370px !important;
    height: 370px !important;
    opacity: 0.7;
    width: 100% !important;
    float: none;
  }
}
@media (max-width: 480px) {
  .carousel_slider_portal .carousel {
    max-height: 320px !important;
    height: 320px !important;
  }
  .carousel_slider_portal .carousel .img {
    max-height: 320px !important;
    height: 320px !important;
    opacity: 0.7;
    width: 100% !important;
    float: none;
  }
}
.carousel_slider_portal .carousel .carousel-control .glyphicon {
  top: 45%;
}
.carousel_slider_portal .carousel .carousel-control {
  margin-top: 0px;
  background-image: none !important;
  max-width: 100px;
  font-size: 40px;
  /*color: @geseke-blue;*/
}
.carousel_slider_portal .carousel .carousel-control.left {
  text-align: left;
}
.carousel_slider_portal .carousel .carousel-control.right {
  text-align: right;
}
.carousel_slider_portal .carousel .carousel-control .glyphicon-menu-left {
  left: -5px;
}
.carousel_slider_portal .carousel .carousel-control .glyphicon-menu-right {
  right: -5px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .carousel_slider_portal .carousel .carousel-control {
    font-size: 35px;
    /*color: @geseke-blue;*/
  }
}
@media (max-width: 480px) {
  .carousel_slider_portal .carousel .carousel-control {
    font-size: 35px;
    /*color: @geseke-blue;*/
  }
}
.carousel_slider_portal .carousel .carousel-indicators {
  bottom: 0;
  margin-bottom: 0;
}
.carousel_slider_portal .carousel .carousel-indicators li {
  display: inline-block;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  padding: 10px;
  margin: 2px;
  border: none !important;
  text-indent: 0 !important;
}
.carousel_slider_portal .carousel .carousel-indicators li:after {
  content: " ";
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid #fff;
  border-radius: 0;
}
.carousel_slider_portal .carousel .carousel-indicators li.active:after {
  width: 12px !important;
  height: 12px !important;
  margin-top: -3px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .carousel_slider_portal .carousel {
    overflow: visible;
    margin-bottom: 55px;
  }
  .carousel_slider_portal .carousel .carousel-indicators {
    top: 380px;
    height: 10px;
    z-index: 100000;
  }
  .carousel_slider_portal .carousel .carousel-indicators li:after {
    border: 1px solid #0C2E82;
  }
  .carousel_slider_portal .carousel .carousel-indicators li.active:after {
    border: 1px solid #0C2E82;
    background-color: #0C2E82;
  }
}
@media (max-width: 479px) {
  .carousel_slider_portal .carousel {
    overflow: visible;
    margin-bottom: 50px;
  }
  .carousel_slider_portal .carousel .carousel-indicators {
    width: auto;
    top: 330px;
    height: 10px;
    z-index: 100000;
  }
  .carousel_slider_portal .carousel .carousel-indicators li:after {
    border: 1px solid #0C2E82;
  }
  .carousel_slider_portal .carousel .carousel-indicators li.active:after {
    border: 1px solid #0C2E82;
    background-color: #0C2E82;
  }
}
.carousel_slider_portal .carousel h1,
.carousel_slider_portal .carousel h2 {
  margin-bottom: 20px;
  font-size: 35px;
}
.carousel_slider_portal .carousel .itemtext {
  position: absolute;
  color: #fff;
  right: 0;
  margin-top: 0;
  width: 320px;
  height: 400px;
  font-size: 15px;
  background-image: url("/v3/pix/slider_bg_logo.png");
  background-repeat: no-repeat;
  background-position: top right;
  padding: 30px 20px 0 20px;
}
.carousel_slider_portal .carousel .itemtext.blue {
  background-color: #0C2E82;
}
.carousel_slider_portal .carousel .itemtext.yellow {
  background-color: #efb700;
}
.carousel_slider_portal .carousel .itemtext.green {
  background-color: #699429;
}
.carousel_slider_portal .carousel .itemtext.orange {
  background-color: #eb6912;
}
.carousel_slider_portal .carousel .itemtext.white {
  background-color: #fff;
}
.carousel_slider_portal .carousel .itemtext.white h1,
.carousel_slider_portal .carousel .itemtext.white h2 {
  color: #0C2E82;
}
.carousel_slider_portal .carousel .itemtext.white .itemtext {
  color: #666;
}
.carousel_slider_portal .carousel .itemtext.white .itemtext_button a {
  color: #fff;
  background-color: #0C2E82;
}
@media (min-width: 992px) and (max-width: 1530px) {
  .carousel_slider_portal .carousel .itemtext {
    width: 320px;
    height: 400px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel_slider_portal .carousel .itemtext {
    width: 220px;
    font-size: 14px;
    padding: 10px 15px 0 15px;
  }
  .carousel_slider_portal .carousel .itemtext h1,
  .carousel_slider_portal .carousel .itemtext h2 {
    font-size: 24px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .carousel_slider_portal .carousel .itemtext {
    z-index: 30000;
    bottom: 0;
    font-size: 14px;
    width: 100%;
    height: auto;
    padding: 5px 10px 5px 10px;
    background-image: none;
    background-color: #0C2E82;
  }
  .carousel_slider_portal .carousel .itemtext .itemtext_caption {
    float: left;
    width: 60%;
  }
  .carousel_slider_portal .carousel .itemtext .itemtext_button {
    float: right;
    font-size: 13px;
    margin: 10px 0 0 0;
  }
  .carousel_slider_portal .carousel .itemtext h1,
  .carousel_slider_portal .carousel .itemtext h2 {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 5px;
  }
}
@media (max-width: 480px) {
  .carousel_slider_portal .carousel .itemtext {
    z-index: 30000;
    bottom: 0;
    font-size: 12px;
    width: 100%;
    height: auto;
    padding: 0 10px 5px 10px;
    background-image: none;
    background-color: #0C2E82;
  }
  .carousel_slider_portal .carousel .itemtext .itemtext_button {
    display: none;
  }
  .carousel_slider_portal .carousel .itemtext h1,
  .carousel_slider_portal .carousel .itemtext h2 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.carousel_slider_portal .carousel .itemtext .link {
  float: left;
  border: 1px solid #fff;
  padding: 7px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
  font-size: 14px;
  border-radius: 3px;
  color: #fff;
  filter: brightness(1);
}
.carousel_slider_portal .carousel .itemtext .link:hover {
  -webkit-transition: brightness 0.2s ease-in-out;
  -moz-transition: brightness 0.2s ease-in-out;
  -ms-transition: brightness 0.2s ease-in-out;
  -o-transition: brightness 0.2s ease-in-out;
  transition: brightness 0.2s ease-in-out;
  filter: brightness(1.3);
}
.carousel_slider_portal .carousel .itemtext .link.blue {
  background-color: #0C2E82;
}
.carousel_slider_portal .carousel .itemtext .link.yellow {
  background-color: #efb700;
}
.carousel_slider_portal .carousel .itemtext .link.green {
  background-color: #699429;
}
.carousel_slider_portal .carousel .itemtext .link.orange {
  background-color: #eb6912;
}
.carousel_slider_portal .carousel .itemtext .link.white {
  background-color: #fff;
}
.carousel_slider_portal .carousel .itemtext .link.white h1,
.carousel_slider_portal .carousel .itemtext .link.white h2 {
  color: #0C2E82;
}
.carousel_slider_portal .carousel .itemtext .link.white .itemtext {
  color: #666;
}
.carousel_slider_portal .carousel .itemtext .link.white .itemtext_button a {
  color: #fff;
  background-color: #0C2E82;
}
.cal_box .tab-content {
  padding: 25px 25px 25px 25px;
  background-color: #fff;
}
.cal_box .tab-content #ajaxContent1 a .tabbedEvent,
.cal_box .tab-content #ajaxContent2 a .tabbedEvent,
.cal_box .tab-content #ajaxContent3 a .tabbedEvent,
.cal_box .tab-content #ajaxContent4 a .tabbedEvent {
  background-color: #fff;
  padding: 5px 0 5px 0;
  border-bottom: 1px solid #B4BBC9;
  width: 100%;
  display: inline-block;
}
.cal_box .tab-content #ajaxContent1 a .tabbedEvent:hover,
.cal_box .tab-content #ajaxContent2 a .tabbedEvent:hover,
.cal_box .tab-content #ajaxContent3 a .tabbedEvent:hover,
.cal_box .tab-content #ajaxContent4 a .tabbedEvent:hover {
  background-color: #C7D7ED;
}
.cal_box .tab-content #ajaxContent1 a .tabbedEvent .event-day,
.cal_box .tab-content #ajaxContent2 a .tabbedEvent .event-day,
.cal_box .tab-content #ajaxContent3 a .tabbedEvent .event-day,
.cal_box .tab-content #ajaxContent4 a .tabbedEvent .event-day {
  color: #0C2E82;
  font-size: 50px;
  font-weight: lighter;
  padding: 15px 0 5px 0;
}
.cal_box .tab-content #ajaxContent1 a .tabbedEvent .event-title,
.cal_box .tab-content #ajaxContent2 a .tabbedEvent .event-title,
.cal_box .tab-content #ajaxContent3 a .tabbedEvent .event-title,
.cal_box .tab-content #ajaxContent4 a .tabbedEvent .event-title {
  color: #0C2E82;
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 5px 0;
}
.cal_box .tab-content #ajaxContent1 a .tabbedEvent .event-subtitle,
.cal_box .tab-content #ajaxContent2 a .tabbedEvent .event-subtitle,
.cal_box .tab-content #ajaxContent3 a .tabbedEvent .event-subtitle,
.cal_box .tab-content #ajaxContent4 a .tabbedEvent .event-subtitle {
  font-size: 16px;
  font-weight: 400;
  padding: 0;
}
.cal_box .tab-content #ajaxContent1 a .tabbedEvent .event-date,
.cal_box .tab-content #ajaxContent2 a .tabbedEvent .event-date,
.cal_box .tab-content #ajaxContent3 a .tabbedEvent .event-date,
.cal_box .tab-content #ajaxContent4 a .tabbedEvent .event-date {
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0 0 0;
  color: #DC291B;
}
.cal_box .tab-content #ajaxContent1 a .tabbedEvent .eventThumbnail,
.cal_box .tab-content #ajaxContent2 a .tabbedEvent .eventThumbnail,
.cal_box .tab-content #ajaxContent3 a .tabbedEvent .eventThumbnail,
.cal_box .tab-content #ajaxContent4 a .tabbedEvent .eventThumbnail {
  overflow: hidden;
  max-width: 160px;
  height: 100px;
}
.cal_box ul.nav.nav-tabs {
  margin-bottom: 0;
}
.cal_box ul.nav.nav-tabs li a {
  padding-left: 40px;
  padding-right: 40px;
  color: #fff;
  background-color: #0C2E82;
}
.cal_box ul.nav.nav-tabs li a:hover {
  background-color: #C7D7ED;
  color: #0C2E82;
}
.cal_box ul.nav.nav-tabs li.active a {
  border: 1px solid #C7D7ED;
  border-bottom: 1px solid transparent;
  background-color: #fff;
  color: #0C2E82;
}
.cal_box ul.nav.nav-tabs li.active a:hover {
  color: #0C2E82;
}
.quickfind_portal a {
  font-size: 18px;
  font-weight: 500;
  width: 100%;
}
.quickfind_portal a div {
  margin-left: 10px;
  margin-right: 10px;
  padding: 6px 5px 6px 5px;
  border-bottom: 1px dotted #B4BBC9;
}
.quickfind_portal a div:hover {
  background-color: #C7D7ED;
}
.contentright,
.contentleft,
contentunder,
.contentover {
  margin-bottom: 10px;
}
.special-content {
  background-position: 50% left;
  background-repeat: no-repeat;
  background-size: contain;
  height: 0;
  padding-top: 34%;
  width: 100%;
  margin-bottom: 30px;
}
.special-content .special-caption {
  position: relative;
  top: 200px;
  left: 40px;
  width: 550px;
  height: auto;
  padding: 10px 15px 5px 15px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 991px) {
  .special-content .special-caption {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .special-content .special-caption {
    top: 200px;
    width: 100% !important;
    left: 0;
  }
}
@media (max-width: 480px) {
  .special-content .special-caption {
    top: 200px;
    width: 100% !important;
  }
}
.special-content .special-caption .special-caption-titel h2 {
  font-weight: 600;
}
@media (max-width: 480px) {
  .special-content .special-caption .special-caption-text {
    display: none;
  }
}
.form-control-name{
opacity: 0;
transform: translatex(-2000px);
}
.form-control-vorname {
opacity: 0;
transform: translatex(-2000px);
}

.form-control-email {
opacity: 0;
transform: translatex(-2000px);
}


