/*
@import "base/color";
@import "base/mixin";
@import "base/grid";
@import "base/base";
@import "base/text-element";

@import "element/container";
@import "element/navigation";
@import "element/footer";
@import "element/termine";
@import "element/seminar";
@import "element/theme";
@import "element/zitat";
@import "element/teaser";
@import "element/form";
@import "element/button-icon";
@import "element/misc";
//@import "element/media-query";

.base-generate;
.grid-generate;
.text-element-generate;
.container-generate;
.navigation-generate;
.footer-generate;
.termine-generate;
.seminar-generate;
.theme-generate;
.zitat-generate;
.teaser-generate;
.form-generate;
.button-icon-generate;
.misc-generate;
//.media-query-generate;
*/
* {
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0;
}
body {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #424449;
  background: #ffffff;
}
.adminContainer {
  position: absolute;
  top: -25px;
  right: 20px;
  z-index: 1;
}
.pageteaserContainer {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  background-image: url("../img/idz_home.jpg");
  background-position: center center;
  background-size: cover;
}
.pageteaserContainer:after {
  content: "";
  display: table;
  clear: both;
}
.pageteaserContainer .teaserContainer .header-headline {
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  min-height: 500px;
}
.homeStoerer {
  position: absolute;
  top: 125px;
  left: 100px;
  display: block;
  width: 180px;
  height: 180px;
  -webkit-border-radius: 180px;
  -moz-border-radius: 180px;
  border-radius: 180px;
}
.homeStoerer a {
  display: block;
}
.homeStoerer a:hover {
  text-decoration: none;
}
.homeStoerer .homestoererText,
.homeStoerer .homestoererLink {
  text-decoration: none;
  text-align: center;
  margin-bottom: 0;
}
.homeStoerer .homestoererText {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-weight: 300;
  font-size: 29px;
  line-height: 28px;
  color: #424449;
  margin-top: 32px;
  margin-bottom: 10px;
}
.homeStoerer .homestoererLink .moreLink {
  color: #fff;
}
.homeStoerer .homestoererLink .moreLink:before {
  background: url(../img/sprites.png) no-repeat 0 -15px;
}
@media screen and (max-width: 767px) {
  .pageteaserContainer .teaserContainer .pull-right {
    float: none !important;
  }
  .pageteaserContainer .header-headline {
    font-size: 20px;
    line-height: 25px;
    padding-top: 10px;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .pageteaserContainer {
    margin-bottom: 50px;
  }
  .pageteaserContainer .teaserContainer {
    min-height: 315px;
  }
  .pageteaserContainer .header-headline {
    font-size: 30px;
    line-height: 30px;
    padding-top: 145px;
    margin-right: 100px;
  }
}
@media screen and (min-width: 992px) {
  .pageteaserContainer {
    margin-bottom: 50px;
  }
  .pageteaserContainer .teaserContainer {
    min-height: 315px;
  }
  .pageteaserContainer .header-headline {
    font-size: 50px;
    line-height: 60px;
    padding-top: 145px;
    margin-right: -10px;
  }
}
.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.mainContent [class*="col-sm"] {
  padding-left: 0;
  padding-right: 0;
}
main {
  min-height: 200px;
}
.mainSeperator {
  height: 3px;
}
.pageTitle {
  margin-bottom: 40px;
}
@media (min-width: 991px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.col-xs-12.col-md-4.col-md-float-right {
  z-index: 2;
}
@media (max-width: 767px) {
  .mainContentContainer .col-xs-12 img {
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) {
  .mainContent [class*="col-sm"] + [class*="col-sm"] {
    padding-left: 15px;
  }
  .navbar-default .navbar-brand {
    max-width: 100% !important;
    padding: 73px 15px 12px !important;
  }
}
@media (max-width: 767px) {
  .navbar {
    min-height: inherit !important;
  }
  .navbar-default .navbar-brand {
    padding: 15px 20px !important;
  }
  .navbar-toggle {
    margin-top: 24px !important;
  }
}
@media screen and (min-width: 992px) {
  .col-md-float-right {
    float: right;
  }
}
@media screen and (max-width: 991px) {
  .col-md-float-right {
    float: none !important;
  }
}
/*
@media (min-width: 768px) {
	.container {
		width: 760px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 980px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1060px;
	}
}
*/
.container {
  width: 100%;
  max-width: 1060px;
}
.teaserContainer:after {
  content: "";
  display: table;
  clear: both;
}
.teaserContainer + .teaserContainer {
  margin-top: 35px;
}
.mainContent .teaserContainer time {
  font-weight: 300;
  margin-bottom: 5px;
  display: block;
}
.mainContent .teaserContainer h3,
.mainContent .teaserContainer .h3,
.mainContent .teaserContainer p {
  margin-bottom: 2px;
}
.containerPrint {
  display: none;
}
.audioTitle {
  margin-bottom: 5px;
}
.audioContainer {
  width: 100%;
  max-width: 350px;
}
.audioContainer img {
  width: 100%;
}
.audioContainer audio {
  outline: none;
  width: 100%;
  background: #f1f3f4;
  display: block;
}
.navbar {
  position: relative;
  background: #FFF;
  border: 1px solid transparent;
  min-height: 155px;
  margin-bottom: 0;
}
.navbar-default .navbar-brand {
  display: inline-block;
  max-width: 75%;
  height: auto;
  padding: 42px 20px;
  float: none;
}
/*
.nav > li > a,
.lev1Link {
	text-transform: uppercase;
}
*/
.lev1Link {
  border-bottom: 1px solid #cccccc;
}
.navbar-default .navbar-nav > li > a {
  color: #333333;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #f49800;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #f49800;
  background-color: rgba(0, 0, 0, 0);
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #f49800;
}
.activeNav {
  color: #f49800 !important;
}
.nav > li > a {
  font-size: 18px;
}
.navbar-nav > li > .dropdown-menu {
  padding-top: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border: solid 1px rgba(0, 0, 0, 0.1);
  top: 28px;
  min-width: 50px;
}
.navListLev3 {
  display: block;
}
.navListLev3 li {
  list-style: none;
}
.navListLev3 li > a {
  color: #333;
  padding-left: 40px;
  display: block;
}
.navListLev3 li > a:hover {
  color: #333;
  text-decoration: none;
  background-color: #f5f5f5;
}
.navbar-nav > li > .dropdown-menu:after,
.navbar-nav > li > .dropdown-menu:before {
  content: "";
  display: inline-block;
  position: absolute;
  border-style: solid;
  border-color: #eaeaea rgba(255, 255, 255, 0);
}
@media (min-width: 767px) {
  .navbar-nav > li > .dropdown-menu:before {
    border-width: 0 8px 8px 8px;
    border-bottom-color: #fff;
    left: 21px;
    top: -8px;
    z-index: 2;
  }
  .navbar-nav > li > .dropdown-menu:after {
    border-width: 0 10px 10px 10px;
    left: 19px;
    top: -10px;
    z-index: 1;
  }
}
.subNavigation {
  font-size: 16px;
  margin-top: -8px;
}
.subNavList {
  list-style: none;
}
/*
.snElLev0 {
	font-size: 16px;
	text-transform: uppercase;
}
*/
.snElLev0,
.snElLev1,
.snElLev2 {
  padding-top: 3px;
  padding-bottom: 3px;
}
.snElLev0 > a,
.snElLev1 > a,
.snElLev2 > a {
  color: #333333;
}
.snElLev0 > a:hover,
.snElLev1 > a:hover,
.snElLev2 > a:hover {
  text-decoration: none;
  color: #f49800 !important;
}
.snElLev0 > a.activeEl,
.snElLev1 > a.activeEl,
.snElLev2 > a.activeEl {
  color: #f49800 !important;
}
.snElLev0 > a.activeLevel,
.snElLev1 > a.activeLevel,
.snElLev2 > a.activeLevel {
  color: #f49800 !important;
}
.snElLev2 {
  padding-bottom: 0;
}
.snlLev2 {
  padding-left: 15px;
}
@media (min-width: 768px) {
  .dropdown:hover > ul {
    display: block;
  }
}
@media (max-width: 767px) {
  .leftCol {
    display: none;
  }
  .navListLev3 {
    display: block;
  }
}
@media (max-width: 990px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333333;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #f49800;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #f49800;
    background-color: rgba(0, 0, 0, 0);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
@media screen and (min-width: 991px) {
  .navbar-default .navbar-brand {
    max-width: initial;
    padding: 73px 15px 12px;
  }
}
@media (min-width: 768px) and (max-width: 860px) {
  .navbar {
    min-height: auto !important;
  }
  .navbar-header {
    max-width: calc(100% - 530px);
  }
}
@media (min-width: 801px) and (max-width: 840px) {
  .navbar-right {
    margin-top: 100px !important;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  .navbar-right {
    margin-top: 90px !important;
  }
}
@media (min-width: 768px) {
  .navbar-nav > li {
    padding-bottom: 20px;
  }
  .navbar-nav > li > a {
    padding: 10px 6px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-right {
    margin-top: 113px;
    float: right !important;
    margin-right: -15px;
  }
  /*
	.navbar-right > li > a {
		border-right: 1px solid rgba(119, 119, 119, 0.5);
	}
	*/
  .navbar-right > li:last-child > a {
    padding-right: 0;
    border-right: none;
  }
  .navbar-left {
    float: left !important;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.mainContentNaviContainer {
  margin-bottom: 20px;
}
.mainContentNaviContainer:after {
  content: "";
  display: table;
  clear: both;
}
.mainContentNaviContainer .mainContentNavi {
  float: right;
}
.mainContentNaviContainer .mainContentNavi .subNavListCn .snElCn {
  font-weight: bold;
  list-style: none;
  float: left;
}
.mainContentNaviContainer .mainContentNavi .subNavListCn .snElCn + .snElCn {
  border-left: 1px solid rgba(119, 119, 119, 0.5);
}
.mainContentNaviContainer .mainContentNavi .subNavListCn .snElCn a {
  text-decoration: underline;
  color: #424449;
  padding-right: 10px;
  padding-left: 10px;
}
.mainContentNaviContainer .mainContentNavi .subNavListCn .snElCn a:hover,
.mainContentNaviContainer .mainContentNavi .subNavListCn .snElCn a.activeEl {
  color: #f49800;
}
.mainContentNaviContainer .mainContentNavi .subNavListCn .headlineCn {
  font-weight: normal;
}
.mainContentNaviContainer .mainContentNavi .subNavListCn .headlineCn.snElCn + .snElCn {
  border-left: none;
}
footer {
  margin-top: 5em;
}
footer iframe {
  border: 0;
  height: 50px;
  width: 200px;
}
footer .piwikText {
  padding-top: 1px;
}
footer .piwikText .linkPiwikDs {
  text-transform: uppercase;
  color: #ffffff;
}
footer .container-fluid {
  width: 100%;
  max-width: 1100px;
  margin-top: 80px;
  margin-bottom: 80px;
}
footer .footer-bg {
  color: #ffffff;
  background-color: #555555;
  padding: 15px 0;
}
footer .logoset {
  text-align: center;
}
footer .logoset li {
  display: inline-block;
}
footer .logoset li a {
  color: #222;
  font-size: 12px;
}
footer .logoset .logo {
  display: inline-block;
  width: 68px;
  height: 64px;
  background-repeat: no-repeat;
  background-position: 0 -85px;
}
footer .logoset .logo.girogo {
  background-image: url(/assets/img/f_girogo_sprite.png);
}
footer .logoset .logo.geldkarte {
  background-image: url(/assets/img/f_geldkarte_sprite.png);
}
footer .logoset .logo.girocard {
  background-image: url(/assets/img/f_girocard_sprite.png);
}
footer nav {
  margin-bottom: 30px;
}
footer nav ul {
  margin-left: 0 !important;
}
footer nav li {
  padding: 0 !important;
}
footer nav li + li:before {
  color: #fff;
  content: '|';
  font-size: 11px;
  padding: 0 2px 0;
}
footer nav a {
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
}
footer nav a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .copyright {
  color: #f49800;
  font-size: 11px;
  text-transform: uppercase;
}
@media screen and (min-width: 450px) {
  footer nav li + li:before {
    padding: 0 10px 0;
  }
}
@media screen and (min-width: 500px) {
  footer .logoset li {
    margin: 0 10px;
  }
}
@media screen and (min-width: 991px) {
  footer .copyright {
    margin-top: 0;
    float: right;
  }
}
@media screen and (min-width: 540px) {
  footer iframe {
    height: 25px;
  }
}
.breadcrumb {
  font-size: 12px;
  padding: 12px 0;
  background: none;
  margin-bottom: 35px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "-\00a0";
  padding: 0 5px;
  color: #333333;
}
.breadcrumb > li a {
  color: #000;
}
.breadcrumb > li a:hover {
  text-decoration: none;
  color: #f49800;
}
.breadcrumb > li.active {
  font-size: 12px;
  color: #000;
}
.breadcrumb > .active {
  color: #777777;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
#carousel {
  list-style: none;
  margin: 0;
  padding: 0;
}
#carousel li {
  width: 190px;
  /*	width:165px;
	height:100px;*/
  height: 140px;
  line-height: 100px;
  vertical-align: middle;
  /*margin:0 12px;*/
  float: left;
  text-align: center;
}
#carousel li img {
  max-width: 80%;
}
.no-js .carousel-prev,
.no-js .carousel-next {
  display: none;
}
.carousel-prev,
.carousel-next {
  position: absolute;
  top: 36px;
  text-decoration: none;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 30px;
  background: url(/assets/img/sprites.png) no-repeat;
}
.carousel-prev:active,
.carousel-prev:focus,
.carousel-next:active,
.carousel-next:focus {
  position: absolute;
  top: 37px;
}
.carousel-prev {
  left: 0;
  background-position: -42px -1px;
}
.carousel-next {
  right: 0;
  background-position: -42px -33px;
}
.reflection {
  position: relative;
  overflow: hidden;
  height: 40px;
  text-align: center;
  line-height: 0;
}
.lt-ie9 .reflection {
  display: none;
}
.reflection img {
  max-width: 80%;
  /*position:absolute;*/
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: flipv();
  /*filter: DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);*/
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  /* background-image: -moz-linear-gradient( center bottom, rgb(255,255,255) 50%, rgba(255,255,255,0) 65%);
    background-image:   -o-linear-gradient( rgba(255,255,255,0) 25%, rgb(255,255,255) 40%);
    background-image:     -webkit-gradient( linear, left bottom, left top, color-stop(0.50, rgb(255,255,255)), color-stop(0.65, rgba(255,255,255,0)));
    filter: progid:DXImageTransform.Microsoft.Gradient( gradientType=0, startColor=0, EndColorStr=#ffffff); */
  background-size: 100% 100%;
  overflow: hidden;
  height: 50px;
  background: url(/assets/img/fadeOverlay.png) repeat-x left top;
}
.carousel-prev {
  z-index: 2000;
  background-position: -42px -1px;
}
.carousel-next {
  z-index: 2000;
  background-position: -42px -33px;
}
.carousel-outer {
  position: relative;
  top: 1px;
  max-width: 100%;
  overflow: hidden;
  /*
	&:before, &:after {
		content:"";
		position:absolute;
		top:0;
		width:100px;
		overflow:hidden;
		height:150px;
		z-index:1999;
	}

	&:before {
		left:0;
		background: -moz-linear-gradient(left,  rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
		background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
		background: linear-gradient(to right,  rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
		// background:RED;

	}

	&:after {
		right:0;
		background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%);
		background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%);
		background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
		// background:BLUE;
	}
*/
  /*
	#carousel li img {
		width:auto;
		max-width:100%;
		height:auto;
	}
	*/
}
@media screen and (min-width: 991px) {
  .carousel-outer {
    height: 120px;
    padding: 0 62px;
    margin-top: 23px;
  }
}
.caroufredsel_wrapper {
  margin: 0 auto !important;
}
@media screen and (max-width: 991px) {
  .caroufredsel_wrapper {
    margin: 0 auto;
  }
  .carousel-outer:before,
  .carousel-outer:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100px;
    overflow: hidden;
    height: 150px;
    z-index: 1999;
  }
  .carousel-outer:before {
    left: 0;
    background: -moz-linear-gradient(left, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
  }
  .carousel-outer:after {
    right: 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
  }
}
/*
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
}
*/
.filterContainer {
  margin-bottom: 40px;
}
.tagPanel + .tagPanel {
  margin-top: 10px;
}
.badge-app {
  font-weight: 400;
  color: #ffffff;
  background-color: #f49800;
}
.badge-app-transparent {
  font-weight: 400;
  color: #ffffff;
  background-color: #ffc787;
}
.noMargBot {
  margin-bottom: 0 !important;
}
.colTopSpacer {
  padding-top: 9px;
}
.imgBlock {
  display: block;
}
.hasBorder {
  border: 1px solid #dddddd;
  padding: 8px 10px;
  margin-left: -10px;
  margin-right: -10px;
}
.linkLightbox .imgBlock {
  max-width: 200px;
}
.caroufredsel_wrapper {
  width: 100% !important;
}
.bgStyleSun {
  background-image: -webkit-linear-gradient(left, #f49800 30%, #ffeb00 100%);
  background-image: -o-linear-gradient(left, #f49800 30%, #ffeb00 100%);
  background-image: linear-gradient(to right, #f49800 30%, #ffeb00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff49800', endColorstr='#ffffeb00', GradientType=1);
  background-repeat: no-repeat;
}
.bildGalerieContainer .bildGalerieElement {
  margin-right: 25px;
  margin-bottom: 25px;
  float: left;
}
.bildGalerieContainer .bildGalerieBildElement {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 240px;
  height: 160px;
  margin-bottom: 5px;
  position: relative;
}
.bildGalerieContainer .bildGalerieBildElement .linkLightbox {
  height: 100%;
  width: 100%;
  background: #dddddd;
  display: block;
}
.bildGalerieContainer .bildGalerieBildElement .linkLightbox:hover {
  border-color: #9e9e9e;
}
.bildGalerieContainer .bildGalerieBildElement .linkLightbox .imgBlock {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: auto;
}
.mainContent .imgBlock.fullsize {
  margin-bottom: 30px;
}
.floatLeft {
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}
.floatRight {
  margin-left: 10px;
  margin-bottom: 10px;
  float: right;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.linkedInPanel {
  position: absolute;
  top: 15px;
  right: 20px;
  margin-bottom: 0;
}
.width-percent-original {
  height: auto;
  max-width: 100%;
}
.tableFullwidth {
  width: 100%;
}
.tableFullwidth tr td,
.tableFullwidth tr th {
  vertical-align: top;
}
.teaserImgContainer .imgPanel {
  height: 90px;
  padding-bottom: 10px;
  display: flex;
}
.teaserImgContainer .imgPanel .teaserIcon,
.teaserImgContainer .imgPanel svg {
  max-width: 100%;
  height: 85px;
  max-height: 85px;
  margin: 0 auto;
  margin-top: auto;
  display: block;
}
.teaserImgContainer a {
  display: block;
}
.teaserImgContainer a .teaserText {
  color: #424449;
}
.teaserImgContainer a:hover .teaserText {
  color: #f49800;
}
.teaserDownloadContainer .imgPanel img {
  width: 100%;
  display: block;
}
.teaserDownloadContainer .moreLink,
.teaserDownloadContainer .moreLinkEn,
.teaserDownloadContainer .moreLinkFr {
  display: inline-block;
  margin-bottom: 5px;
}
.teaserDownloadContainer .h3 {
  font-weight: bold;
}
.teaserDownloadContainer a.teaserDownloadLink {
  display: block;
}
.teaserDownloadContainer a.teaserDownloadLink .h3 {
  font-weight: bold;
  text-decoration: none;
  color: #424449;
}
.teaserDownloadContainer a.teaserDownloadLink:hover .h3 {
  color: #f49800;
}
.embed-responsive-1by1 {
  padding-top: 100%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #222222;
}
.pad0 {
  padding: 0 !important;
}
.pad-19px {
  padding: 19px !important;
}
.mainContent ul.margLeft0,
.margLeft0 {
  margin-left: 0 !important;
}
/*
	.margTop100 bis .margTop5 in 5er Schritten
	.margBot100 bis .margBot5 in 5er Schritten
*/
.margTop100 {
  margin-top: 100px !important;
}
.margBot100 {
  margin-bottom: 100px !important;
}
.margRight100 {
  margin-right: 100px !important;
}
.margLeft100 {
  margin-left: 100px !important;
}
.margTop95 {
  margin-top: 95px !important;
}
.margBot95 {
  margin-bottom: 95px !important;
}
.margRight95 {
  margin-right: 95px !important;
}
.margLeft95 {
  margin-left: 95px !important;
}
.margTop90 {
  margin-top: 90px !important;
}
.margBot90 {
  margin-bottom: 90px !important;
}
.margRight90 {
  margin-right: 90px !important;
}
.margLeft90 {
  margin-left: 90px !important;
}
.margTop85 {
  margin-top: 85px !important;
}
.margBot85 {
  margin-bottom: 85px !important;
}
.margRight85 {
  margin-right: 85px !important;
}
.margLeft85 {
  margin-left: 85px !important;
}
.margTop80 {
  margin-top: 80px !important;
}
.margBot80 {
  margin-bottom: 80px !important;
}
.margRight80 {
  margin-right: 80px !important;
}
.margLeft80 {
  margin-left: 80px !important;
}
.margTop75 {
  margin-top: 75px !important;
}
.margBot75 {
  margin-bottom: 75px !important;
}
.margRight75 {
  margin-right: 75px !important;
}
.margLeft75 {
  margin-left: 75px !important;
}
.margTop70 {
  margin-top: 70px !important;
}
.margBot70 {
  margin-bottom: 70px !important;
}
.margRight70 {
  margin-right: 70px !important;
}
.margLeft70 {
  margin-left: 70px !important;
}
.margTop65 {
  margin-top: 65px !important;
}
.margBot65 {
  margin-bottom: 65px !important;
}
.margRight65 {
  margin-right: 65px !important;
}
.margLeft65 {
  margin-left: 65px !important;
}
.margTop60 {
  margin-top: 60px !important;
}
.margBot60 {
  margin-bottom: 60px !important;
}
.margRight60 {
  margin-right: 60px !important;
}
.margLeft60 {
  margin-left: 60px !important;
}
.margTop55 {
  margin-top: 55px !important;
}
.margBot55 {
  margin-bottom: 55px !important;
}
.margRight55 {
  margin-right: 55px !important;
}
.margLeft55 {
  margin-left: 55px !important;
}
.margTop50 {
  margin-top: 50px !important;
}
.margBot50 {
  margin-bottom: 50px !important;
}
.margRight50 {
  margin-right: 50px !important;
}
.margLeft50 {
  margin-left: 50px !important;
}
.margTop45 {
  margin-top: 45px !important;
}
.margBot45 {
  margin-bottom: 45px !important;
}
.margRight45 {
  margin-right: 45px !important;
}
.margLeft45 {
  margin-left: 45px !important;
}
.margTop40 {
  margin-top: 40px !important;
}
.margBot40 {
  margin-bottom: 40px !important;
}
.margRight40 {
  margin-right: 40px !important;
}
.margLeft40 {
  margin-left: 40px !important;
}
.margTop35 {
  margin-top: 35px !important;
}
.margBot35 {
  margin-bottom: 35px !important;
}
.margRight35 {
  margin-right: 35px !important;
}
.margLeft35 {
  margin-left: 35px !important;
}
.margTop30 {
  margin-top: 30px !important;
}
.margBot30 {
  margin-bottom: 30px !important;
}
.margRight30 {
  margin-right: 30px !important;
}
.margLeft30 {
  margin-left: 30px !important;
}
.margTop25 {
  margin-top: 25px !important;
}
.margBot25 {
  margin-bottom: 25px !important;
}
.margRight25 {
  margin-right: 25px !important;
}
.margLeft25 {
  margin-left: 25px !important;
}
.margTop20 {
  margin-top: 20px !important;
}
.margBot20 {
  margin-bottom: 20px !important;
}
.margRight20 {
  margin-right: 20px !important;
}
.margLeft20 {
  margin-left: 20px !important;
}
.margTop15 {
  margin-top: 15px !important;
}
.margBot15 {
  margin-bottom: 15px !important;
}
.margRight15 {
  margin-right: 15px !important;
}
.margLeft15 {
  margin-left: 15px !important;
}
.margTop10 {
  margin-top: 10px !important;
}
.margBot10 {
  margin-bottom: 10px !important;
}
.margRight10 {
  margin-right: 10px !important;
}
.margLeft10 {
  margin-left: 10px !important;
}
.margTop5 {
  margin-top: 5px !important;
}
.margBot5 {
  margin-bottom: 5px !important;
}
.margRight5 {
  margin-right: 5px !important;
}
.margLeft5 {
  margin-left: 5px !important;
}
/*

.margTop100 bis .margTop5 in 5er Schritten
*/
.width300 {
  width: 300px;
}
.width275 {
  width: 275px;
}
.width250 {
  width: 250px;
}
.width225 {
  width: 225px;
}
.width200 {
  width: 200px;
}
.width175 {
  width: 175px;
}
.width150 {
  width: 150px;
}
.width125 {
  width: 125px;
}
.width100 {
  width: 100px;
}
.width75 {
  width: 75px;
}
.width50 {
  width: 50px;
}
.width25 {
  width: 25px;
}
h1,
.h1,
h2,
.h2,
h4,
.h4,
h3,
.h3,
h5,
.h5,
h6,
.h6 {
  font-weight: normal;
  margin-top: 0;
}
h1,
.h1 {
  font-size: 35px;
  font-weight: 300;
  color: #f49800;
}
h2,
.h2 {
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}
.pageTitle h2,
.pageTitle .h2 {
  font-weight: 300;
}
.h3,
h3 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
}
.h4,
h4 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
}
p {
  margin: 0 0 30px;
}
.text-orange {
  color: #f49800;
}
.mainContent ul,
.mce-content-body ul,
.mainContent ol,
.mce-content-body ol {
  margin-left: 18px !important;
  margin-bottom: 30px;
}
.mainContent p + ul,
.mce-content-body p + ul,
.mainContent p + ol,
.mce-content-body p + ol {
  margin-top: -30px !important;
}
.sitemap {
  list-style-type: disc;
}
.sitemapListEl .sitemap {
  margin-bottom: 0;
}
.alert ul {
  margin-left: 18px;
}
b,
strong {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-weight: 600;
}
.form-control {
  height: 39px;
}
form.rounded input.form-control,
input.form-control.rounded {
  color: #424449;
  border-color: #424449;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: none;
}
form.rounded input.form-control:-moz-placeholder,
input.form-control.rounded:-moz-placeholder {
  color: #424449;
  font-style: normal;
}
form.rounded input.form-control::-moz-placeholder,
input.form-control.rounded::-moz-placeholder {
  color: #424449;
  font-style: normal;
}
form.rounded input.form-control:-ms-input-placeholder,
input.form-control.rounded:-ms-input-placeholder {
  color: #424449;
  font-style: normal;
}
form.rounded input.form-control::-webkit-input-placeholder,
input.form-control.rounded::-webkit-input-placeholder {
  color: #424449;
  font-style: normal;
}
form.rounded .control-label {
  color: #424449;
  padding-left: 5px;
}
form.rounded .btn.btn-primary {
  position: relative;
  vertical-align: -webkit-baseline-middle;
  display: inline-block;
  color: #424449;
  border-color: #424449;
  background-color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  /*
		&:before {
			position: absolute;
			left: 10px;
			top: 8px;
			content: "";
			width: 15px;
			height: 15px;
			background: url(/assets/img/sprites.png) no-repeat 0 0;
		}
		*/
}
form.rounded textarea,
form.rounded select {
  color: #424449;
  border-color: #424449;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
form.rounded .has-error .control-label {
  color: #C01A21;
}
form.rounded .has-error .form-control,
form.rounded .has-error .input-group-addon {
  border-color: #C01A21;
}
form.rounded .input-group-addon {
  color: #424449;
  border-color: inherit;
  background-color: #ffffff;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
}
form.rounded .form-captcha .form-control {
  height: 44px;
}
form.rounded .form-captcha .input-group .btn.btn-default {
  padding: 11px 16px;
  color: #424449;
  border-color: #424449;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
}
.checkBoxContainer {
  position: relative;
  display: block;
}
.checkBoxContainer input[type=radio],
.checkBoxContainer input[type=checkbox] {
  position: absolute;
  left: 0;
  top: -10px;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.checkBoxContainer input[type=checkbox] + span {
  width: 1px;
  display: inline-block;
}
.checkBoxContainer input[type=checkbox] + span::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("svg/checkbox.svg") no-repeat center center;
}
.checkBoxContainer input[type=checkbox]:checked + span::before {
  background: url("svg/checkbox-checked.svg") no-repeat center center;
}
#yform-formular-email_confirm {
  display: none;
}
.fieldsetContainer {
  margin-bottom: 15px;
}
.btn-simple {
  margin: 0;
  padding: 0;
  border: 0;
  color: #424449;
  background: none;
}
.btn-right {
  float: right;
}
.more-icon {
  position: relative;
  padding-left: 20px !important;
  vertical-align: -webkit-baseline-middle;
  display: inline-block;
}
.more-icon:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "";
  width: 15px;
  height: 15px;
  background: url(/assets/img/sprites.png) no-repeat 0 0;
}
.more-icon-white {
  position: relative;
  color: #fff;
  padding-left: 20px !important;
  vertical-align: -webkit-baseline-middle;
  display: inline-block;
}
.more-icon-white:before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(/assets/img/sprites.png) no-repeat 0 -15px !important;
  position: absolute;
  left: 0;
  top: 2px;
}
#formular .alert ul {
  margin-bottom: 0;
}
a {
  outline: none;
  color: #f49800;
}
a:hover,
a:focus {
  color: #f49800;
}
.h3 a,
h3 a {
  color: #424449;
}
.moreLink {
  position: relative;
  font-style: italic;
  padding-left: 20px !important;
}
.moreLink:before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/sprites.png) no-repeat 0 0;
  position: absolute;
  left: 0;
  top: 2px;
}
.moreLinkEn {
  position: relative;
  font-style: italic;
  padding-left: 20px !important;
  padding-right: 35px !important;
}
.moreLinkEn:before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/sprites.png) no-repeat 0 0;
  position: absolute;
  left: 0;
  top: 2px;
}
.moreLinkEn:after {
  content: "";
  width: 30px;
  height: 20px;
  background: url(../img/flag_eng.png) no-repeat 0 0;
  position: absolute;
  right: 0;
  top: -1px;
}
.moreLinkFr {
  position: relative;
  font-style: italic;
  padding-left: 20px !important;
  padding-right: 35px !important;
}
.moreLinkFr:before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/sprites.png) no-repeat 0 0;
  position: absolute;
  left: 0;
  top: 2px;
}
.moreLinkFr:after {
  content: "";
  width: 30px;
  height: 20px;
  background: url(../img/flag_fr.png) no-repeat 0 0;
  position: absolute;
  right: 0;
  top: -1px;
}
.search .more-icon {
  font-style: italic;
  color: #f49800;
}
.cssBackgroundLinkWhite .moreLink {
  color: #fff;
}
.cssBackgroundLinkWhite .moreLink:before {
  background: url(../img/sprites.png) no-repeat 0 -15px;
}
.printLink {
  position: relative;
  font-style: italic;
  color: #424449;
  padding-left: 34px !important;
}
.printLink:before {
  content: "";
  width: 34px;
  height: 15px;
  background: url(../img/sprites.png) no-repeat -80px -14px;
  position: absolute;
  left: 11px;
  top: 2px;
}
.mailLink {
  position: relative;
  font-style: italic;
  color: #424449;
  padding-left: 34px !important;
}
.mailLink:before {
  content: "";
  width: 34px;
  height: 15px;
  background: url(../img/sprites.png) no-repeat -80px 0;
  position: absolute;
  left: 0;
  top: 2px;
}
.box {
  min-height: 20px;
  max-width: 320px;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 19px;
}
.box:after {
  content: "";
  display: table;
  clear: both;
}
.box + .box {
  margin-top: 30px;
}
.box.bildBox + .box.bildBox.boxNoHeadline {
  margin-top: 10px;
}
.box h2,
.box .h2 {
  font-size: 20px;
  line-height: 24px;
}
.box h2,
.box .h2,
.box p {
  margin-bottom: 0;
}
.box p + .imgBlock {
  margin-top: 10px;
}
.box [class^="col-"] {
  padding: 0 3px;
}
.box [class^="col-"] + [class^="col-"] .imgBlock {
  float: right;
}
.box.downloadBox {
  border: 1px solid #dddddd;
}
.box.downloadBox h4,
.box.downloadBox .h4 {
  margin-bottom: 15px;
}
.box.downloadBox .downloadList .downloadEl {
  color: #9e9e9e;
  margin-bottom: 10px;
  list-style: none;
}
.box.naviQuick {
  padding-top: 15px;
  padding-bottom: 19px;
  margin-bottom: 20px;
}
.box.naviQuick .h1 {
  font-size: 35px;
  line-height: inherit;
  margin-bottom: 5px;
}
.box.naviQuick .quicknaviList li {
  font-size: 15px;
  list-style: none;
}
.box.naviQuick .quicknaviList li a {
  position: relative;
  color: #424449;
  padding: 5px 0 5px 25px !important;
  display: block;
}
.box.naviQuick .quicknaviList li a:hover {
  text-decoration: none;
  color: #f49800;
}
.box.naviQuick .quicknaviList li a:before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/sprites.png) no-repeat 0 0;
  position: absolute;
  left: 0;
  top: 8px;
}
.box.noBackground {
  padding: 0;
}
.box > .imgBlock {
  margin-bottom: 10px;
}
.box.bgStyleSun {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.box.bgStyleSun .moreLink {
  color: #fff;
}
.box.bgStyleSun .moreLink:before {
  background: url(../img/sprites.png) no-repeat 0 -15px;
}
.cssBackgroundLinkWhite {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.withBackground {
  background-color: #f4f4f4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.search_it-results {
  list-style: none;
}
