@charset "UTF-8";
@font-face {
  font-family: 'Source Sans Pro ExtraLight';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/SourceSansPro-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: 'Source Sans Pro Light';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/SourceSansPro-Light.ttf") format("truetype");
}
@font-face {
  font-family: 'Source Sans Pro Regular';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/SourceSansPro-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'Source Sans Pro Semibold';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/SourceSansPro-Semibold.ttf") format("truetype");
}
@font-face {
  font-family: 'Source Sans Pro Bold';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/SourceSansPro-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'Source Sans Pro Black';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/SourceSansPro-Black.ttf") format("truetype");
}
/* Colors */
/* Nicht Teil des Styleguide*/
/* Nicht Teil des Styleguide*/
/* Nicht Teil des Styleguide*/
/* Nicht Teil des Styleguide*/
/* Nicht Teil des Styleguide*/
/* Fonts */
/* Folgende Einträge werden benötigt um Dateien aus dem Banking Projekt zu übernehmen ohne diese zu ändern*/
.p-0 {
  padding: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.p-5 {
  padding: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.p-35 {
  padding: 35px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.p-40 {
  padding: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.p-45 {
  padding: 45px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.p-50 {
  padding: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.m-0 {
  margin: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.m-5 {
  margin: 5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.m-25 {
  margin: 25px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.m-30 {
  margin: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.m-35 {
  margin: 35px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.m-40 {
  margin: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.m-45 {
  margin: 45px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.m-50 {
  margin: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

body {
  font-family: Source Sans Pro Regular, sans-serif;
  font-size: 16px;
  color: #323539;
}

h1 {
  color: #006DB8;
}

h1.headline {
  color: #323539;
}

.b2c h2 {
  text-transform: uppercase;
}

h3 {
  font-family: Source Sans Pro Semibold, sans-serif;
  font-size: 16px;
  color: #323539;
}

h4 {
  font-family: Source Sans Pro Semibold, sans-serif;
  font-size: 24px;
  color: #323539;
}

.headline h2 {
  font-size: 36px;
}

b, strong {
  font-weight: 400;
  font-family: Source Sans Pro Semibold, sans-serif;
}

p {
  font-family: Source Sans Pro Regular, sans-serif;
  font-size: 16px;
  color: #323539;
}

hr {
  border-color: #ededed;
  margin: 50px 0px;
}

small {
  line-height: 2.5;
}

article,
section {
  margin-bottom: 20px;
}

section article {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  article,
  section {
    margin-bottom: 20px;
  }
}
.bold {
  font-family: Source Sans Pro Bold, sans-serif;
}

ul, ol {
  list-style: outside none none;
  padding-left: 0px;
}
ul > li, ol > li {
  margin-left: 25px;
  padding-bottom: 10px;
  position: relative;
}
ul > li:before, ol > li:before {
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  margin-right: 15px;
  color: #006DB8;
  content: "";
  line-height: 1.6;
  position: absolute;
  left: -25px;
}

ol > li:before {
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  content: "";
  color: #006DB8;
  padding-left: 5px;
  top: 3px;
}

/*#####################
  ## css-Klassen um 5 Spalten in Bootstrap zu realisieren 
  #####################*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

/*#####################
  ## Colors
  #####################*/
.bg-color-blue {
  background-color: #006DB8;
}

.bg-color-lightblue {
  background-color: #e5ecf9;
}

.bg-color-yellow {
  background-color: #ffde00;
}

.color-blue {
  color: #006DB8;
}

.color-lightblue {
  color: #e5ecf9;
}

.color-yellow {
  color: #ffde00;
}

.bg-color-gray-01 {
  background-color: #323539;
}

.bg-color-gray-02 {
  background-color: #8b8e93;
}

.bg-color-gray-03 {
  background-color: #b1b2b4;
}

.bg-color-gray-04 {
  background-color: #ededed;
}

.bg-color-white {
  background-color: #ffffff;
}

.color-gray-01 {
  color: #323539;
}

.color-gray-02 {
  color: #8b8e93;
}

.color-gray-03 {
  color: #b1b2b4;
}

.color-gray-04 {
  color: #ededed;
}

.color-white {
  color: #ffffff;
}

/*#####################
  ## Button
  #####################*/
.btn {
  -moz-user-select: none;
  background-image: none;
  border: 2px solid #006DB8;
  border-radius: 0px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  color: #323539;
  font-family: Source Sans Pro Semibold, sans-serif;
}

.btn:HOVER {
  background-color: #006DB8;
  color: #ffffff;
  border: 2px solid #006DB8;
  text-decoration: none;
}

.btn-login {
  background-color: #ffde00;
  border-color: #ffde00;
  padding: 6px 20px;
}

.btn.btn-download {
  color: #006DB8;
  position: relative;
  top: -1px;
}

.btn.btn-download:before {
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  content: "";
  margin-right: 6px;
  color: #006DB8;
  content: "";
}

.btn-group > .btn.btn-login:active,
.btn-group > .btn.btn-login:focus,
.btn-group > .btn.btn-login:hover {
  background-color: #ffde00;
  border-color: #ffde00;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.btn-link,
.btn-read-more,
.btn-download {
  border: none;
  padding: 0px;
  text-transform: none;
  border-bottom: 2px solid transparent;
  outline: none;
}

.btn-link:focus,
.btn-link:active,
.btn-link:HOVER,
.btn-read-more:focus,
.btn-read-more:active,
.btn-read-more:HOVER {
  background-color: transparent;
  border: none;
  text-decoration: none;
  border-bottom: 2px solid #006DB8;
  outline-offset: none;
  box-shadow: none;
}

.btn:HOVER,
.btn-read-more:focus,
.btn-read-more:active,
.btn-read-more:HOVER {
  color: #323539;
}

.btn-download:focus,
.btn-download:active,
.btn-download:HOVER {
  background-color: transparent;
  border: none;
  text-decoration: none;
  border-bottom: 2px solid #006DB8;
  outline-offset: none;
  box-shadow: none;
  color: #006DB8;
}

.btn-link:BEFORE,
.btn-default:BEFORE,
.btn-read-more:BEFORE {
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  content: "";
  margin-right: 6px;
  color: #006DB8;
}

.btn-default {
  background-color: transparent;
}

.btn-default:HOVER,
.btn-default:HOVER:BEFORE {
  color: #ffffff;
}

.btn-read-more,
.btn-link {
  font-size: 16px;
  font-family: Source Sans Pro Semibold, sans-serif;
  padding-top: 15px;
}

.btn-download {
  font-size: 16px;
  font-family: Source Sans Pro Regular, sans-serif;
  padding-top: 0px;
}

.btn-social {
  border: 2px solid transparent;
  font-size: 16px;
}
.btn-social > i.fa.fa-kununu {
  background: url("../img/aab-leasing/logo_kununu.png") no-repeat center center;
  -webkit-background-size: 17px;
  -moz-background-size: 17px;
  -o-background-size: 17px;
  background-size: 17px;
  height: 15px;
}
.btn-social > i.fa.fa-bdl {
  background: url("../img/aab-leasing/logo_bdl.png") no-repeat center center;
  -webkit-background-size: 17px;
  -moz-background-size: 17px;
  -o-background-size: 17px;
  background-size: 17px;
  height: 15px;
}

.btn-social:focus,
.btn-social:active,
.btn-social:HOVER {
  background-color: #006DB8;
  color: #ffffff;
  text-decoration: none;
  outline-offset: none;
  box-shadow: none;
}
.btn-social:focus > i.fa,
.btn-social:active > i.fa,
.btn-social:HOVER > i.fa {
  color: #ffffff;
}
.btn-social:focus > i.fa.fa-kununu,
.btn-social:active > i.fa.fa-kununu,
.btn-social:HOVER > i.fa.fa-kununu {
  background-image: url("../img/aab-leasing/logo_kununu_hover.png");
}
.btn-social:focus > i.fa.fa-bdl,
.btn-social:active > i.fa.fa-bdl,
.btn-social:HOVER > i.fa.fa-bdl {
  background-image: url("../img/aab-leasing/logo_bdl_hover.png");
}

/*#####################
  ## Forms
  #####################*/
.form-control,
.form-control:focus {
  border-radius: 0px;
  box-shadow: none;
}

.form-control {
  border-color: #ededed;
}

.form-control:focus {
  border-color: #b1b2b4;
}

.input-group-addon {
  background-color: transparent;
  border: none;
  border-radius: 0px;
}

.input-group-addon > button,
.input-group-addon > a {
  margin-bottom: 0;
  padding: 0px;
  text-align: center;
  white-space: nowrap;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  border-color: transparent;
  color: #006DB8;
}

.underline-border-left,
.underline-border-right {
  height: 4px;
}

.underline-border-left {
  float: left;
  width: 140px;
  border-top: 4px solid #ffde00;
}

.underline-border-right {
  border-top: 4px solid #b1b2b4;
}

/*#####################
  ## icon-with-text
  #####################*/
.icon-with-text .media-left {
  padding-top: 5px;
}
.icon-with-text .fa {
  font-size: 30px;
}
.icon-with-text .fa.big {
  font-size: 40px;
}
.icon-with-text h4 {
  margin: 0px;
}

.icon-with-text.media {
  margin-top: 1px;
}

.container .container {
  width: 100%;
  padding: 0px;
}

.overlay-map {
  background: transparent;
  position: relative;
  width: 100%;
  height: 600px;
  top: 600px;
  margin-top: -600px;
}

.dimmed {
  position: relative;
}

.dimmed:after {
  content: " ";
  z-index: 10;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.75);
}

/*##############################################
  ## xs - Extra small devices Phones (<768px) ##
  ## sm - Small devices Tablets (≥768px)      @media (min-width: 768px)  ##
  ## md - Medium devices Desktops (≥992px)    @media (min-width: 992px)  ##
  ## lg - Large devices Desktops (≥1200px)    @media (min-width: 1200px) ##
  ##############################################*/
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1800px) {
  .container {
    width: 1470px;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
  font-size: 22.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: normal;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 15px;
  line-height: 2;
  color: #323539;
}

.form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 2;
  color: #323539;
  background-color: #fff;
  background-image: none;
  border: 1px solid #b1b2b4;
  border-radius: 0px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #006DB8;
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #ededed;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 44px;
  }
  input[type="date"].input-sm, .input-group-sm input[type="date"],
  input[type="time"].input-sm, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm, .input-group-sm
  input[type="month"] {
    line-height: 31px;
  }
  input[type="date"].input-lg, .input-group-lg input[type="date"],
  input[type="time"].input-lg, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg, .input-group-lg
  input[type="month"] {
    line-height: 48px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 30px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 45px;
}
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0px;
}

select.input-sm {
  height: 31px;
  line-height: 31px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0px;
}
.form-group-sm select.form-control {
  height: 31px;
  line-height: 31px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 31px;
  min-height: 43px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.5;
}

.input-lg {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33333;
  border-radius: 0px;
}

select.input-lg {
  height: 48px;
  line-height: 48px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33333;
  border-radius: 0px;
}
.form-group-lg select.form-control {
  height: 48px;
  line-height: 48px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 48px;
  min-height: 49px;
  padding: 11px 16px;
  font-size: 19px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 55px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 48px;
  height: 48px;
  line-height: 48px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 35px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 37px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 19px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 13px;
  }
}

.panel {
  margin-bottom: 30px;
  background-color: #f2f2f2;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 30px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: transparent;
}
.panel-default > .panel-heading {
  color: #ffffff;
  background-color: #006DB8;
  border-color: transparent;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-default > .panel-heading .badge {
  color: #006DB8;
  background-color: #ffffff;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}

.panel-primary {
  border-color: #006DB8;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #006DB8;
  border-color: #006DB8;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #006DB8;
}
.panel-primary > .panel-heading .badge {
  color: #006DB8;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #006DB8;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.panel-heading {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.panel {
  border: none;
}
.panel a:focus, .panel a:hover {
  text-decoration: none;
}
.panel h4 {
  font-family: Source Sans Pro Semibold, sans-serif;
}
.panel .btn.active.focus,
.panel .btn.active:focus,
.panel .btn.focus,
.panel .btn:active.focus,
.panel .btn:active:focus,
.panel .btn:focus {
  border-color: transparent;
}
.panel .panel-heading {
  padding: 15px;
}
.panel .no-padding.panel-body {
  padding: 0px;
}
.panel .no-padding.panel-body a {
  padding: 15px;
  border-bottom: 1px solid #e3e3e3;
}

/*#####################
  ## header
  #####################*/
article.header,
section.header {
  z-index: 1000;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 0px;
}
article.header .container .navbar,
section.header .container .navbar {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 0px;
  border: none;
}
article.header .container .navbar ul > li,
section.header .container .navbar ul > li {
  margin-left: 0px;
}
article.header .container .navbar ul > li:before,
section.header .container .navbar ul > li:before {
  content: none;
  margin-right: 0px;
}
article.header .container .navbar .navbar-brand,
section.header .container .navbar .navbar-brand {
  padding-top: 30px;
}
article.header .container .navbar .navbar-brand > img,
section.header .container .navbar .navbar-brand > img {
  width: 215px;
}
article.header .container .navbar .collapse.navbar-collapse,
section.header .container .navbar .collapse.navbar-collapse {
  padding-left: 230px;
}
article.header .container .navbar .kontakt,
article.header .container .navbar .blz-bic,
section.header .container .navbar .kontakt,
section.header .container .navbar .blz-bic {
  font-size: 14px;
  color: #8b8e93;
  padding: 10px 30px;
}
article.header .container .navbar .kontakt ul,
article.header .container .navbar .blz-bic ul,
section.header .container .navbar .kontakt ul,
section.header .container .navbar .blz-bic ul {
  list-style: outside none none;
}
article.header .container .navbar .kontakt ul li,
article.header .container .navbar .blz-bic ul li,
section.header .container .navbar .kontakt ul li,
section.header .container .navbar .blz-bic ul li {
  float: left;
  padding: 0px 7px;
  border-right: 1px solid #b1b2b4;
  margin-left: 0px;
}
article.header .container .navbar .kontakt ul li a,
article.header .container .navbar .blz-bic ul li a,
section.header .container .navbar .kontakt ul li a,
section.header .container .navbar .blz-bic ul li a {
  text-decoration: none;
  color: #8b8e93;
  border-bottom: 2px solid transparent;
}
article.header .container .navbar .kontakt ul li a:HOVER,
article.header .container .navbar .blz-bic ul li a:HOVER,
section.header .container .navbar .kontakt ul li a:HOVER,
section.header .container .navbar .blz-bic ul li a:HOVER {
  border-bottom: 2px solid #006DB8;
}
article.header .container .navbar .kontakt ul li:FIRST-CHILD,
article.header .container .navbar .blz-bic ul li:FIRST-CHILD,
section.header .container .navbar .kontakt ul li:FIRST-CHILD,
section.header .container .navbar .blz-bic ul li:FIRST-CHILD {
  padding-left: 0px;
}
article.header .container .navbar .kontakt ul li:LAST-CHILD,
article.header .container .navbar .blz-bic ul li:LAST-CHILD,
section.header .container .navbar .kontakt ul li:LAST-CHILD,
section.header .container .navbar .blz-bic ul li:LAST-CHILD {
  border-right: none;
}
article.header .container .navbar .blz-bic ul,
section.header .container .navbar .blz-bic ul {
  float: right;
}
article.header .container .navbar .kontakt .change-arrows,
section.header .container .navbar .kontakt .change-arrows {
  padding-right: 4px;
  color: #006DB8;
}
article.header .container .navbar .kontakt .change-arrows .fa-long-arrow-left,
section.header .container .navbar .kontakt .change-arrows .fa-long-arrow-left {
  position: relative;
  top: -2px;
}
article.header .container .navbar .kontakt .change-arrows .fa-long-arrow-right,
section.header .container .navbar .kontakt .change-arrows .fa-long-arrow-right {
  position: absolute;
  left: 0px;
  top: 6px;
}
article.header .container .navbar .btn-group-login,
section.header .container .navbar .btn-group-login {
  position: absolute;
  right: 0px;
}
article.header .container .navbar .btn.btn-login,
section.header .container .navbar .btn.btn-login {
  font-size: 16px;
}
article.header .container .navbar .btn.btn-login .fa,
section.header .container .navbar .btn.btn-login .fa {
  font-size: 18px;
  position: relative;
  top: 1px;
}
article.header .container .navbar .main-navigation,
section.header .container .navbar .main-navigation {
  font-family: Source Sans Pro Semibold, sans-serif;
  font-size: 16px;
  padding-top: 0px;
  margin-top: -1px;
  margin-left: 0px;
}
article.header .container .navbar .main-navigation ul,
section.header .container .navbar .main-navigation ul {
  list-style: outside none none;
}
article.header .container .navbar .main-navigation ul li,
section.header .container .navbar .main-navigation ul li {
  float: left;
  padding: 0px 40px 0px 40px;
  margin-bottom: 0px;
}
article.header .container .navbar .main-navigation ul li a,
section.header .container .navbar .main-navigation ul li a {
  text-decoration: none;
  color: #323539;
  border-bottom: 3px solid transparent;
  padding-bottom: 22px;
}
article.header .container .navbar .main-navigation ul li a:HOVER, article.header .container .navbar .main-navigation ul li a.active,
section.header .container .navbar .main-navigation ul li a:HOVER,
section.header .container .navbar .main-navigation ul li a.active {
  border-bottom: 3px solid #006DB8;
}
article.header .container .navbar .main-navigation ul li:FIRST-CHILD,
section.header .container .navbar .main-navigation ul li:FIRST-CHILD {
  padding-left: 0px;
}
article.header .dropdown-menu,
section.header .dropdown-menu {
  border-radius: 0px;
}

@media (max-width: 767px) {
  article.header .container,
  section.header .container {
    padding: 0px;
  }
  article.header .container .navbar,
  section.header .container .navbar {
    min-height: 70px;
  }
  article.header .container .navbar .navbar-brand,
  section.header .container .navbar .navbar-brand {
    padding: 15px 0px 25px 15px;
  }
  article.header .container .navbar .navbar-brand > img,
  section.header .container .navbar .navbar-brand > img {
    width: 175px;
  }
  article.header .container .navbar .navbar-header .btn-group-login,
  section.header .container .navbar .navbar-header .btn-group-login {
    display: block;
    position: inherit;
    /* 2.Mobile Navigation*/
  }
  article.header .container .navbar .navbar-header .btn-group-login ul.second-menu > li:first-child,
  section.header .container .navbar .navbar-header .btn-group-login ul.second-menu > li:first-child {
    margin-top: 0px;
  }
  article.header .container .navbar .navbar-header .btn-group-login ul.second-menu > li,
  section.header .container .navbar .navbar-header .btn-group-login ul.second-menu > li {
    width: 100%;
    padding: 0px;
    margin-bottom: 0px;
  }
  article.header .container .navbar .navbar-header .btn-group-login ul.second-menu > li > a,
  section.header .container .navbar .navbar-header .btn-group-login ul.second-menu > li > a {
    color: #323539;
    font-family: Source Sans Pro Semibold, sans-serif;
    font-size: 18px;
    padding: 20px 40px;
    background-color: #f2f2f2;
    border-bottom: 2px solid #e3e3e3;
  }
  article.header .container .navbar .navbar-header .btn-group-login ul.second-menu > li > a:BEFORE,
  section.header .container .navbar .navbar-header .btn-group-login ul.second-menu > li > a:BEFORE {
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    content: "";
    margin-right: 6px;
    color: #006DB8;
    margin-right: 8px;
  }
  article.header .container .navbar .navbar-header .btn-group-login ul.second-menu > li a.link-highlight,
  section.header .container .navbar .navbar-header .btn-group-login ul.second-menu > li a.link-highlight {
    color: #006DB8;
    text-transform: uppercase;
  }
  article.header .container .navbar .navbar-header .btn-group-login ul.second-menu > li:LAST-CHILD > a,
  section.header .container .navbar .navbar-header .btn-group-login ul.second-menu > li:LAST-CHILD > a {
    border-bottom: none;
  }
  article.header .container .navbar .navbar-header .btn-group-login ul.second-menu > li.active a,
  section.header .container .navbar .navbar-header .btn-group-login ul.second-menu > li.active a {
    background-color: #e5ecf9;
  }
  article.header .container .navbar .navbar-header .btn-group-login ul.second-menu,
  section.header .container .navbar .navbar-header .btn-group-login ul.second-menu {
    width: 100%;
    padding: 0px;
    margin: 0px;
  }
  article.header .container .navbar .navbar-header .btn-group-login.open .btn-login,
  section.header .container .navbar .navbar-header .btn-group-login.open .btn-login {
    background-color: #f2f2f2;
  }
  article.header .container .navbar .navbar-header .btn-group-login.open .dropdown-toggle,
  section.header .container .navbar .navbar-header .btn-group-login.open .dropdown-toggle {
    box-shadow: none;
  }
  article.header .container .navbar .navbar-header .btn.btn-login,
  section.header .container .navbar .navbar-header .btn.btn-login {
    color: #006DB8;
    background-color: transparent;
    border: none;
    float: right;
    padding: 20px 9px;
    margin-top: 0px;
    position: absolute;
    right: 58px;
  }
  article.header .container .navbar .navbar-header .btn.btn-login .fa,
  section.header .container .navbar .navbar-header .btn.btn-login .fa {
    font-size: 35px;
  }
  article.header .container .navbar .navbar-header .btn.btn-login .text,
  section.header .container .navbar .navbar-header .btn.btn-login .text {
    display: none;
  }
  article.header .container .navbar .navbar-header .btn.btn-login.active, article.header .container .navbar .navbar-header .btn.btn-login:active,
  section.header .container .navbar .navbar-header .btn.btn-login.active,
  section.header .container .navbar .navbar-header .btn.btn-login:active {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  article.header .container .navbar .navbar-header .navbar-toggle,
  section.header .container .navbar .navbar-header .navbar-toggle {
    border: none;
    padding: 9px 7px 9px 6px;
    border-left: 1px solid #ededed;
    margin: 0px;
    border-radius: 2px;
    background-color: #f2f2f2;
  }
  article.header .container .navbar .navbar-header .navbar-toggle .fa,
  article.header .container .navbar .navbar-header .navbar-toggle .icon,
  section.header .container .navbar .navbar-header .navbar-toggle .fa,
  section.header .container .navbar .navbar-header .navbar-toggle .icon {
    color: #006DB8;
    font-size: 35px;
  }
  article.header .container .navbar .navbar-header .navbar-toggle .ion-close,
  section.header .container .navbar .navbar-header .navbar-toggle .ion-close {
    display: block;
    padding: 11px 12px;
  }
  article.header .container .navbar .navbar-header .navbar-toggle .fa-bars,
  section.header .container .navbar .navbar-header .navbar-toggle .fa-bars {
    display: none;
  }
  article.header .container .navbar .navbar-header .navbar-toggle.collapsed,
  section.header .container .navbar .navbar-header .navbar-toggle.collapsed {
    background-color: #ffffff;
    padding: 20px 9px;
  }
  article.header .container .navbar .navbar-header .navbar-toggle.collapsed .ion-close,
  section.header .container .navbar .navbar-header .navbar-toggle.collapsed .ion-close {
    display: none;
  }
  article.header .container .navbar .navbar-header .navbar-toggle.collapsed .fa-bars,
  section.header .container .navbar .navbar-header .navbar-toggle.collapsed .fa-bars {
    display: block;
  }
  article.header .container .navbar .collapse.navbar-collapse,
  article.header .container .navbar .collapsing.navbar-collapse,
  section.header .container .navbar .collapse.navbar-collapse,
  section.header .container .navbar .collapsing.navbar-collapse {
    padding-left: 0px;
    padding-left: 0px;
  }
  article.header .container .navbar .collapse.navbar-collapse .kontakt,
  article.header .container .navbar .collapse.navbar-collapse .blz-bic,
  article.header .container .navbar .collapsing.navbar-collapse .kontakt,
  article.header .container .navbar .collapsing.navbar-collapse .blz-bic,
  section.header .container .navbar .collapse.navbar-collapse .kontakt,
  section.header .container .navbar .collapse.navbar-collapse .blz-bic,
  section.header .container .navbar .collapsing.navbar-collapse .kontakt,
  section.header .container .navbar .collapsing.navbar-collapse .blz-bic {
    display: none;
  }
  article.header .container .navbar .collapse.navbar-collapse .main-navigation,
  article.header .container .navbar .collapsing.navbar-collapse .main-navigation,
  section.header .container .navbar .collapse.navbar-collapse .main-navigation,
  section.header .container .navbar .collapsing.navbar-collapse .main-navigation {
    padding-top: 0px;
  }
  article.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav,
  article.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav,
  section.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav,
  section.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav {
    margin-top: 0px;
  }
  article.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li,
  article.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li,
  section.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li,
  section.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li {
    width: 100%;
    padding: 0px;
    border-bottom: 1px solid #dddddd;
    z-index: 30;
    /* 2.Mobile Navigation*/
  }
  article.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li > a,
  article.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li > a,
  section.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li > a,
  section.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li > a {
    padding: 23px 40px 20px 40px;
    color: #006DB8;
    font-family: Source Sans Pro Semibold, sans-serif;
    font-size: 24px;
  }
  article.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li > a .change-arrows,
  article.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li > a .change-arrows,
  section.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li > a .change-arrows,
  section.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li > a .change-arrows {
    padding-right: 4px;
    color: #006DB8;
  }
  article.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li > a .change-arrows .fa-long-arrow-left,
  article.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li > a .change-arrows .fa-long-arrow-left,
  section.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li > a .change-arrows .fa-long-arrow-left,
  section.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li > a .change-arrows .fa-long-arrow-left {
    position: absolute;
    top: 19px;
    right: 26px;
  }
  article.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li > a .change-arrows .fa-long-arrow-right,
  article.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li > a .change-arrows .fa-long-arrow-right,
  section.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li > a .change-arrows .fa-long-arrow-right,
  section.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li > a .change-arrows .fa-long-arrow-right {
    position: absolute;
    right: 25px;
    top: 30px;
  }
  article.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li > a:AFTER,
  article.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li > a:AFTER,
  section.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li > a:AFTER,
  section.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li > a:AFTER {
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    //content: "";
    color: #006DB8;
    margin-right: -17px;
    margin-top: -14px;
    float: right;
    //content: "";
  }
  article.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li > a:hover,
  article.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li > a:hover,
  section.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li > a:hover,
  section.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li > a:hover {
    border-bottom: 0px;
    background-color: #ffffff;
  }
  article.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li ul.second-menu > li:first-child,
  article.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li ul.second-menu > li:first-child,
  section.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li ul.second-menu > li:first-child,
  section.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li ul.second-menu > li:first-child {
    margin-top: 0px;
  }
  article.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li ul.second-menu > li,
  article.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li ul.second-menu > li,
  section.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li ul.second-menu > li,
  section.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li ul.second-menu > li {
    width: 100%;
    padding: 0px;
    margin-bottom: 0px;
  }
  article.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li ul.second-menu > li > a,
  article.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li ul.second-menu > li > a,
  section.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li ul.second-menu > li > a,
  section.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li ul.second-menu > li > a {
    color: #323539;
    font-family: Source Sans Pro Semibold, sans-serif;
    font-size: 18px;
    padding: 20px 40px;
    background-color: #f2f2f2;
    border-bottom: 2px solid #e3e3e3;
  }
  article.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li ul.second-menu > li > a:BEFORE,
  article.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li ul.second-menu > li > a:BEFORE,
  section.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li ul.second-menu > li > a:BEFORE,
  section.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li ul.second-menu > li > a:BEFORE {
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    content: "";
    margin-right: 6px;
    color: #006DB8;
    margin-right: 8px;
  }
  article.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li ul.second-menu > li a.link-highlight,
  article.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li ul.second-menu > li a.link-highlight,
  section.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li ul.second-menu > li a.link-highlight,
  section.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li ul.second-menu > li a.link-highlight {
    color: #006DB8;
    text-transform: uppercase;
  }
  article.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li ul.second-menu > li:LAST-CHILD > a,
  article.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li ul.second-menu > li:LAST-CHILD > a,
  section.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li ul.second-menu > li:LAST-CHILD > a,
  section.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li ul.second-menu > li:LAST-CHILD > a {
    border-bottom: none;
  }
  article.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li ul.second-menu > li.active a,
  article.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li ul.second-menu > li.active a,
  section.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li ul.second-menu > li.active a,
  section.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li ul.second-menu > li.active a {
    background-color: #e5ecf9;
  }
  article.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li.dropdown > ul,
  article.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li.dropdown > ul,
  section.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li.dropdown > ul,
  section.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li.dropdown > ul {
    padding: 0px;
  }
  article.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li.dropdown.open > a,
  article.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li.dropdown.open > a,
  section.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li.dropdown.open > a,
  section.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li.dropdown.open > a {
    border-bottom: 0px;
    color: #006DB8;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 4px -4px #323539;
    -moz-box-shadow: 0px 4px 4px -4px #323539;
    box-shadow: 0px 4px 4px -4px #323539;
    z-index: 20;
  }
  article.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li.open > a:AFTER,
  article.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li.open > a:AFTER,
  section.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li.open > a:AFTER,
  section.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li.open > a:AFTER {
    content: "";
  }
  article.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li.switch > a:AFTER,
  article.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li.switch > a:AFTER,
  section.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li.switch > a:AFTER,
  section.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li.switch > a:AFTER {
    content: "";
  }
}
@media (min-width: 1920px) {
  article.header .container .navbar .kontakt,
  section.header .container .navbar .kontakt {
    padding: 15px 30px 5px 30px;
  }
  article.header .container .navbar .blz-bic,
  section.header .container .navbar .blz-bic {
    padding: 15px 30px 5px 5px;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  article.header .container .navbar .kontakt,
  section.header .container .navbar .kontakt {
    padding: 15px 30px 5px 30px;
  }
  article.header .container .navbar .blz-bic,
  section.header .container .navbar .blz-bic {
    padding: 15px 30px 5px 5px;
  }
  article.header .container .navbar .navbar-collapse .main-navigation .nav.navbar-nav > li,
  section.header .container .navbar .navbar-collapse .main-navigation .nav.navbar-nav > li {
    padding: 0px 0px 0px 15px;
  }

  body.partner article.header .container .navbar .navbar-collapse .main-navigation .nav.navbar-nav > li,
  body.partner section.header .container .navbar .navbar-collapse .main-navigation .nav.navbar-nav > li {
    padding: 0px 67px 0px 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  article.header .container .navbar .navbar-collapse .main-navigation .nav.navbar-nav > li,
  section.header .container .navbar .navbar-collapse .main-navigation .nav.navbar-nav > li {
    padding: 0px 0px 0px 15px;
  }
  article.header .container .navbar .blz-bic,
  section.header .container .navbar .blz-bic {
    padding-right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  article.header .container .navbar .navbar-brand,
  section.header .container .navbar .navbar-brand {
    padding: 30px 0px 0px 0px;
  }
  article.header .container .navbar .navbar-brand > img,
  section.header .container .navbar .navbar-brand > img {
    width: 140px;
  }
  article.header .container .navbar .navbar-collapse .main-navigation .nav.navbar-nav.entries-5,
  article.header .container .navbar .navbar-collapse .main-navigation .nav.navbar-nav.entries-6,
  article.header .container .navbar .navbar-collapse .main-navigation .nav.navbar-nav.entries-7,
  section.header .container .navbar .navbar-collapse .main-navigation .nav.navbar-nav.entries-5,
  section.header .container .navbar .navbar-collapse .main-navigation .nav.navbar-nav.entries-6,
  section.header .container .navbar .navbar-collapse .main-navigation .nav.navbar-nav.entries-7 {
    padding-left: 15px;
  }
  article.header .container .navbar .navbar-collapse .main-navigation .nav.navbar-nav.entries-5 > li,
  article.header .container .navbar .navbar-collapse .main-navigation .nav.navbar-nav.entries-6 > li,
  article.header .container .navbar .navbar-collapse .main-navigation .nav.navbar-nav.entries-7 > li,
  section.header .container .navbar .navbar-collapse .main-navigation .nav.navbar-nav.entries-5 > li,
  section.header .container .navbar .navbar-collapse .main-navigation .nav.navbar-nav.entries-6 > li,
  section.header .container .navbar .navbar-collapse .main-navigation .nav.navbar-nav.entries-7 > li {
    padding: 0px 0px 0px 0px;
  }
  article.header .container .navbar .navbar-collapse .main-navigation .nav.navbar-nav.entries-3,
  section.header .container .navbar .navbar-collapse .main-navigation .nav.navbar-nav.entries-3 {
    padding-left: 15px;
  }
  article.header .container .navbar .navbar-collapse .main-navigation .nav.navbar-nav.entries-3 > li,
  section.header .container .navbar .navbar-collapse .main-navigation .nav.navbar-nav.entries-3 > li {
    padding: 0px 45px 0px 0px;
  }
  article.header .container .navbar .navbar-collapse .main-navigation .nav.navbar-nav.entries-4,
  section.header .container .navbar .navbar-collapse .main-navigation .nav.navbar-nav.entries-4 {
    padding-left: 15px;
  }
  article.header .container .navbar .navbar-collapse .main-navigation .nav.navbar-nav.entries-4 > li,
  section.header .container .navbar .navbar-collapse .main-navigation .nav.navbar-nav.entries-4 > li {
    padding: 0px 30px 0px 0px;
  }
  article.header .container .navbar .collapse.navbar-collapse,
  section.header .container .navbar .collapse.navbar-collapse {
    padding-left: 125px;
  }
  article.header .container .navbar .blz-bic ul,
  section.header .container .navbar .blz-bic ul {
    float: none;
  }
}
@media (max-width: 350px) {
  article.header .container .navbar,
  section.header .container .navbar {
    min-height: 70px;
  }
  article.header .container .navbar .navbar-brand,
  section.header .container .navbar .navbar-brand {
    padding: 17px 0px 25px 20px;
  }
  article.header .container .navbar .navbar-brand > img,
  section.header .container .navbar .navbar-brand > img {
    width: 140px;
  }
  article.header .container .navbar .navbar-header .navbar-toggle .fa,
  article.header .container .navbar .navbar-header .navbar-toggle .icon,
  section.header .container .navbar .navbar-header .navbar-toggle .fa,
  section.header .container .navbar .navbar-header .navbar-toggle .icon {
    font-size: 30px;
  }
  article.header .container .navbar .navbar-header .navbar-toggle .ion-close,
  section.header .container .navbar .navbar-header .navbar-toggle .ion-close {
    padding: 11px 11px 11px 11px;
  }
  article.header .container .navbar .navbar-header .btn.btn-login .fa,
  section.header .container .navbar .navbar-header .btn.btn-login .fa {
    font-size: 30px;
  }
  article.header .container .navbar .navbar-header .btn-group-login ul.second-menu > li > a,
  section.header .container .navbar .navbar-header .btn-group-login ul.second-menu > li > a {
    font-size: 24px;
    padding: 15px 5px 15px 25px;
  }
  article.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li > a,
  article.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li > a,
  section.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li > a,
  section.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li > a {
    padding: 20px 20px 15px 20px;
    font-size: 22px;
  }
  article.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li > a .change-arrows,
  article.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li > a .change-arrows,
  section.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li > a .change-arrows,
  section.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li > a .change-arrows {
    padding-right: 4px;
    color: #006DB8;
  }
  article.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li > a .change-arrows .fa-long-arrow-left,
  article.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li > a .change-arrows .fa-long-arrow-left,
  section.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li > a .change-arrows .fa-long-arrow-left,
  section.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li > a .change-arrows .fa-long-arrow-left {
    position: absolute;
    top: 14px;
    right: 24px;
  }
  article.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li > a .change-arrows .fa-long-arrow-right,
  article.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li > a .change-arrows .fa-long-arrow-right,
  section.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li > a .change-arrows .fa-long-arrow-right,
  section.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li > a .change-arrows .fa-long-arrow-right {
    position: absolute;
    right: 23px;
    top: 23px;
  }
  article.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li > a:AFTER,
  article.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li > a:AFTER,
  section.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li > a:AFTER,
  section.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li > a:AFTER {
    margin-right: 2px;
    margin-top: -5px;
    content: "";
  }
  article.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li ul.second-menu > li > a,
  article.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li ul.second-menu > li > a,
  section.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li ul.second-menu > li > a,
  section.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li ul.second-menu > li > a {
    font-size: 16px;
    padding: 14px 5px 14px 25px;
  }
  article.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li.open > a:AFTER,
  article.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li.open > a:AFTER,
  section.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li.open > a:AFTER,
  section.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li.open > a:AFTER {
    content: "";
  }
  article.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li.switch > a:AFTER,
  article.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li.switch > a:AFTER,
  section.header .container .navbar .collapse.navbar-collapse .main-navigation .nav.navbar-nav > li.switch > a:AFTER,
  section.header .container .navbar .collapsing.navbar-collapse .main-navigation .nav.navbar-nav > li.switch > a:AFTER {
    content: "";
  }
}
article.bild img,
section.bild img {
  width: 100%;
  margin-top: 10px;
}

/*#####################
  ## Main Banner
  #####################*/
article.main-banner,
section.main-banner {
  border-bottom: 4px solid silver;
  margin-bottom: 0px;
}
article.main-banner .image-wrap,
section.main-banner .image-wrap {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
article.main-banner .image-wrap img,
section.main-banner .image-wrap img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
article.main-banner div.container,
section.main-banner div.container {
  position: relative;
}
article.main-banner div.container .text-container,
section.main-banner div.container .text-container {
  position: relative;
}
article.main-banner div.container .text-container .headline,
section.main-banner div.container .text-container .headline {
  position: relative;
  color: #ffffff;
  background-color: #006DB8;
  font-family: Source Sans Pro Bold, sans-serif;
  font-size: 32px;
  margin: 0px;
  line-height: 1.42857143;
}
article.main-banner div.container .text-container .content,
section.main-banner div.container .text-container .content {
  background-color: #ffffff;
}
article.main-banner div.container .text-container .content a,
section.main-banner div.container .text-container .content a {
  font-family: Source Sans Pro Bold, sans-serif;
  color: #323539;
  font-size: 18px;
  white-space: normal;
  text-align: left;
}
article.main-banner div.container .text-container .content p,
section.main-banner div.container .text-container .content p {
  font-family: Source Sans Pro Regular, sans-serif;
  font-size: 18px;
}

body.b2c article.main-banner,
body.b2c section.main-banner {
  height: 624px;
}
body.b2c article.main-banner div.container,
body.b2c section.main-banner div.container {
  height: 620px;
}
body.b2c article.main-banner div.container .text-container,
body.b2c section.main-banner div.container .text-container {
  top: 250px;
}

@media (min-width: 1200px) {
  article.main-banner,
  section.main-banner {
    height: 414px;
  }
  article.main-banner .image-wrap,
  section.main-banner .image-wrap {
    height: 410px !important;
  }
  article.main-banner .image-wrap img,
  section.main-banner .image-wrap img {
    height: 410px;
    min-height: 100%;
  }
  article.main-banner div.container,
  section.main-banner div.container {
    height: 410px;
    top: -410px;
  }
  article.main-banner div.container .text-container,
  section.main-banner div.container .text-container {
    width: 600px;
    padding: 10px 40px;
    top: 50px;
  }
  article.main-banner div.container .text-container .headline,
  section.main-banner div.container .text-container .headline {
    width: 100%;
    max-width: 455px;
    padding: 5px 25px;
  }
  article.main-banner div.container .text-container .content,
  section.main-banner div.container .text-container .content {
    width: 100%;
    max-width: 600px;
    padding: 25px;
    margin-left: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  article.main-banner,
  section.main-banner {
    height: 414px;
  }
  article.main-banner .image-wrap,
  section.main-banner .image-wrap {
    height: 410px !important;
  }
  article.main-banner .image-wrap img,
  section.main-banner .image-wrap img {
    height: 410px;
    min-height: 100%;
  }
  article.main-banner div.container,
  section.main-banner div.container {
    height: 410px;
    top: -410px;
  }
  article.main-banner div.container .text-container,
  section.main-banner div.container .text-container {
    width: 450px;
    padding: 0px;
    top: 45px;
  }
  article.main-banner div.container .text-container .headline,
  section.main-banner div.container .text-container .headline {
    width: 100%;
    max-width: 430px;
    padding: 5px 25px;
    font-size: 30px;
  }
  article.main-banner div.container .text-container .content,
  section.main-banner div.container .text-container .content {
    width: 100%;
    max-width: 600px;
    padding: 25px;
    margin-left: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  article.main-banner,
  section.main-banner {
    height: auto;
    border-bottom: 0px solid silver;
  }
  article.main-banner .container,
  section.main-banner .container {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
  article.main-banner .image-wrap,
  section.main-banner .image-wrap {
    height: 285px !important;
  }
  article.main-banner .image-wrap img,
  section.main-banner .image-wrap img {
    height: 285px;
    min-height: 100%;
  }
  article.main-banner div.container,
  section.main-banner div.container {
    height: auto;
    position: relative;
    top: -25px;
  }
  article.main-banner div.container .text-container,
  section.main-banner div.container .text-container {
    width: 600px;
    padding: 0px;
    top: 0px;
    position: inherit;
  }
  article.main-banner div.container .text-container .headline,
  section.main-banner div.container .text-container .headline {
    width: 80%;
    max-width: 500px;
    padding: 5px 25px;
  }
  article.main-banner div.container .text-container .content,
  section.main-banner div.container .text-container .content {
    width: 100%;
    max-width: 600px;
    padding: 25px;
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  article.main-banner,
  section.main-banner {
    height: auto;
    border-bottom: 0px solid silver;
  }
  article.main-banner .container,
  section.main-banner .container {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
  article.main-banner .image-wrap,
  section.main-banner .image-wrap {
    height: 285px !important;
  }
  article.main-banner .image-wrap img,
  section.main-banner .image-wrap img {
    height: 285px;
    min-height: 100%;
  }
  article.main-banner div.container,
  section.main-banner div.container {
    height: auto;
    position: relative;
    top: -25px;
  }
  article.main-banner div.container .text-container,
  section.main-banner div.container .text-container {
    width: 100%;
    padding: 0px;
    top: 0px;
    position: inherit;
  }
  article.main-banner div.container .text-container .headline,
  section.main-banner div.container .text-container .headline {
    width: 90%;
    padding: 5px 15px;
    font-size: 23px;
  }
  article.main-banner div.container .text-container .content,
  section.main-banner div.container .text-container .content {
    width: 100%;
    padding: 15px;
    margin-left: 0px;
  }

  .aab-vor-ort article.main-banner div.container .text-container .headline,
  .aab-vor-ort section.main-banner div.container .text-container .headline {
    font-size: 17px;
  }
}
/*#####################
  ## Zweispaltig
  #####################*/
article.zweispaltig > div.row,
section.zweispaltig > div.row {
  margin: 0px;
}
article.zweispaltig .border-left,
section.zweispaltig .border-left {
  border-left: 2px solid #ffffff;
  padding-left: 90px;
}
article.zweispaltig .border-right,
section.zweispaltig .border-right {
  border-right: 2px solid #ffffff;
  padding-right: 90px;
}

article.zweispaltig.gray,
section.zweispaltig.gray {
  background-color: #ededed;
}
article.zweispaltig.gray > div.row > div:NTH-CHILD(1),
section.zweispaltig.gray > div.row > div:NTH-CHILD(1) {
  border-right: 2px solid #ffffff;
}
article.zweispaltig.gray > div.row > div:NTH-CHILD(2),
section.zweispaltig.gray > div.row > div:NTH-CHILD(2) {
  border-left: 2px solid #ffffff;
}

section.left-menu .border-left {
  padding-right: 45px;
  padding-left: 45px;
  padding-bottom: 20px;
}
section.left-menu .border-right {
  padding-right: 45px;
  padding-left: 60px;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  article.zweispaltig .border-left,
  section.zweispaltig .border-left {
    border-left: none;
    padding-left: 15px;
    border-top: 2px solid #ffffff;
  }
  article.zweispaltig .border-right,
  section.zweispaltig .border-right {
    border-right: none;
    padding-right: 15px;
  }
}
/*#####################
  ## Dreispaltig
  #####################*/
article.dreispaltig > div.row,
section.dreispaltig > div.row {
  margin: 0px;
}

	/*#####################
  ## Navigationsmodul
  #####################*/
article.navigation,
section.navigation {
  min-height: 450px;
}
article.navigation > a.btn.btn-default,
section.navigation > a.btn.btn-default {
  margin-top: 25px;
}
article.navigation h2,
section.navigation h2 {
  font-size: 36px;
  color: #006DB8;
}
article.navigation .navigation > div,
section.navigation .navigation > div {
  white-space: nowrap;
}
article.navigation .navigation > div a,
section.navigation .navigation > div a {
  padding: 15px;
  text-decoration: none;
  color: #323539;
  font-family: Source Sans Pro Semibold, sans-serif;
  font-size: 16px;
  display: block;
  border-bottom: 1px solid #b1b2b4;
}
article.navigation .navigation > div a:BEFORE,
section.navigation .navigation > div a:BEFORE {
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  content: "";
  margin-right: 6px;
  color: #006DB8;
}
article.navigation .navigation > div a:HOVER,
section.navigation .navigation > div a:HOVER {
  background-color: #ffffff;
}
article.navigation .navigation > div a.link-highlight,
section.navigation .navigation > div a.link-highlight {
  color: #006DB8;
  text-transform: uppercase;
}
article.navigation .navigation > div.active a,
section.navigation .navigation > div.active a {
  color: #ffffff;
  background-color: #006DB8;
}
article.navigation .navigation > div.active a:BEFORE,
section.navigation .navigation > div.active a:BEFORE {
  color: #ffffff;
}
article.navigation .navigation > div.active a:HOVER,
section.navigation .navigation > div.active a:HOVER {
  background-color: #006DB8;
}

@media (max-width: 768px) {
  article.navigation,
  section.navigation {
    /*		h2{
    			font-size: 52px;
    		}
    		p{
    			font-size: 30px;
    		    margin: 0 0 50px;
    		}			
    */
  }
  article.navigation .navigation,
  section.navigation .navigation {
    margin: 0px -15px;
  }
  article.navigation .navigation > div a,
  section.navigation .navigation > div a {
    padding: 10px;
  }

  /*	.border-right{
  		article.navigation,
  		section.navigation{
  			h2{
  				margin-top: 75px;
  				margin-bottom: 40px;
  			}
  		}
  	}
  */
}
/*#####################
  ## Linke Navigation
  #####################*/
article.left-navigation > div,
section.left-navigation > div {
  white-space: nowrap;
}
article.left-navigation > div a,
section.left-navigation > div a {
  padding: 15px;
  text-decoration: none;
  color: #323539;
  font-family: Source Sans Pro Semibold, sans-serif;
  font-size: 16px;
  display: block;
  border-bottom: 1px solid #b1b2b4;
}
article.left-navigation > div a:BEFORE,
section.left-navigation > div a:BEFORE {
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  content: "";
  margin-right: 6px;
  color: #006DB8;
}
article.left-navigation > div a:HOVER,
article.left-navigation > div a.link-highlight:HOVER,
section.left-navigation > div a:HOVER,
section.left-navigation > div a.link-highlight:HOVER {
  color: #ffffff;
  background-color: #006DB8;
}
article.left-navigation > div a:HOVER:BEFORE,
section.left-navigation > div a:HOVER:BEFORE {
  color: #ffffff;
}
article.left-navigation > div a.link-highlight,
section.left-navigation > div a.link-highlight {
  color: #006DB8;
  text-transform: uppercase;
}
article.left-navigation > div:nth-last-child(1),
section.left-navigation > div:nth-last-child(1) {
  padding-bottom: 25px;
}
article.left-navigation > div:nth-last-child(1) a,
section.left-navigation > div:nth-last-child(1) a {
  border-color: transparent;
}
article.left-navigation > div.active a,
section.left-navigation > div.active a {
  color: #ffffff;
  background-color: #006DB8;
}
article.left-navigation > div.active a:BEFORE,
section.left-navigation > div.active a:BEFORE {
  color: #ffffff;
}

@media (max-width: 768px) {
  article.left-navigation,
  section.left-navigation {
    margin: 0px -15px;
  }
  article.left-navigation > div a,
  section.left-navigation > div a {
    padding: 10px;
  }
  article.left-navigation > div:nth-last-child(2),
  section.left-navigation > div:nth-last-child(2) {
    padding-bottom: 0px;
  }
  article.left-navigation > div:nth-last-child(2) a,
  section.left-navigation > div:nth-last-child(2) a {
    border-color: #b1b2b4;
  }
}
/*#####################
  ## Linke Navigation
  #####################*/
article.dreispaltige-navigation,
section.dreispaltige-navigation {
  margin-left: -15px;
  margin-right: -15px;
}
article.dreispaltige-navigation > div,
section.dreispaltige-navigation > div {
  white-space: nowrap;
}
article.dreispaltige-navigation > div a,
section.dreispaltige-navigation > div a {
  padding: 15px;
  text-decoration: none;
  color: #323539;
  font-family: Source Sans Pro Semibold, sans-serif;
  font-size: 16px;
  display: block;
  border-bottom: 1px solid #b1b2b4;
}
article.dreispaltige-navigation > div a:BEFORE,
section.dreispaltige-navigation > div a:BEFORE {
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  content: "";
  margin-right: 6px;
  color: #006DB8;
}
article.dreispaltige-navigation > div a:HOVER,
article.dreispaltige-navigation > div a.link-highlight:HOVER,
section.dreispaltige-navigation > div a:HOVER,
section.dreispaltige-navigation > div a.link-highlight:HOVER {
  color: #ffffff;
  background-color: #006DB8;
}
article.dreispaltige-navigation > div a:HOVER:BEFORE,
section.dreispaltige-navigation > div a:HOVER:BEFORE {
  color: #ffffff;
}
article.dreispaltige-navigation > div a.link-highlight,
section.dreispaltige-navigation > div a.link-highlight {
  color: #006DB8;
  text-transform: uppercase;
}
article.dreispaltige-navigation > div.active a,
section.dreispaltige-navigation > div.active a {
  color: #ffffff;
  background-color: #006DB8;
}
article.dreispaltige-navigation > div.active a:BEFORE,
section.dreispaltige-navigation > div.active a:BEFORE {
  color: #ffffff;
}
article.dreispaltige-navigation h1, article.dreispaltige-navigation h2,
section.dreispaltige-navigation h1,
section.dreispaltige-navigation h2 {
  color: #323539;
  font-family: Source Sans Pro Semibold, sans-serif;
  font-size: 28px;
  padding-bottom: 15px;
}

@media (max-width: 768px) {
  article.dreispaltige-navigation,
  section.dreispaltige-navigation {
    margin: 0px -15px;
  }
  article.dreispaltige-navigation > div a,
  section.dreispaltige-navigation > div a {
    padding: 10px;
    font-size: 18px;
  }
  article.dreispaltige-navigation > div:nth-last-child(2),
  section.dreispaltige-navigation > div:nth-last-child(2) {
    padding-bottom: 0px;
  }
  article.dreispaltige-navigation > div:nth-last-child(2) a,
  section.dreispaltige-navigation > div:nth-last-child(2) a {
    border-color: #b1b2b4;
  }
  article.dreispaltige-navigation h1, article.dreispaltige-navigation h2,
  section.dreispaltige-navigation h1,
  section.dreispaltige-navigation h2 {
    white-space: normal;
    font-size: 18px;
  }
}
/*#####################
  ## Navigationsmodul
  #####################*/
.artikel-liste {
  background-color: #ffffff;
}
.artikel-liste h1, .artikel-liste h2 {
  font-size: 28px;
  font-family: Source Sans Pro Semibold, sans-serif;
  color: #006DB8;
}
.artikel-liste .media-list .media {
  border-bottom: 1px solid #ededed;
  margin-top: 0px;
  padding-left: 15px;
}
.artikel-liste .media-list .media .media-left {
  padding: 15px;
}
.artikel-liste .media-list .media .media-body {
  padding: 15px 15px 15px 0px;
  font-size: 14px;
  font-family: Source Sans Pro Bold, sans-serif;
}
.artikel-liste .media-list .media .media-body h4 {
  font-size: 14px;
  font-family: Source Sans Pro Regular, sans-serif;
}
.artikel-liste .media-list .media .media-body .fa-angle-right,
.artikel-liste .media-list .media .media-body .fa-angle-down {
  float: right;
  color: #006DB8;
}
.artikel-liste .media-list .media a {
  color: #323539;
}
.artikel-liste .media-list .media a:focus {
  outline: none;
}
.artikel-liste .media-list .media a:hover {
  text-decoration: none;
}
.artikel-liste .media-list .media:LAST-CHILD {
  border-bottom: none;
}
.artikel-liste .media-list .media:HOVER {
  background-color: #006DB8;
}
.artikel-liste .media-list .media:HOVER a, .artikel-liste .media-list .media:HOVER p, .artikel-liste .media-list .media:HOVER h1, .artikel-liste .media-list .media:HOVER h2, .artikel-liste .media-list .media:HOVER h3, .artikel-liste .media-list .media:HOVER h4 {
  color: #ffffff;
}
.artikel-liste .media-list .media:HOVER .fa-angle-right,
.artikel-liste .media-list .media:HOVER .fa-angle-down {
  color: #ffffff;
}

@media (max-width: 767px) {
  .artikel-liste .media-list .media .media-left {
    display: none;
  }
  .artikel-liste .media-list .media .media-body {
    font-family: Source Sans Pro Semibold, sans-serif;
  }
  .artikel-liste .media-list .media .media-body h4 {
    font-family: Source Sans Pro Regular, sans-serif;
    font-size: 18px;
  }
  .artikel-liste .media-list .media:LAST-CHILD {
    border-bottom: 1px solid #ededed;
  }
  .artikel-liste .media-list .media:FIRST-CHILD {
    border-top: 1px solid #ededed;
  }
}
/*#####################
  ## Zweispaltiger Artikel
  #####################*/
.artikel-zweispaltig h1, .artikel-zweispaltig h2 {
  font-size: 28px;
  font-family: Source Sans Pro Semibold, sans-serif;
  color: #006DB8;
}
.artikel-zweispaltig img {
  width: 100%;
}

/*#####################
  ## Teaser Artikel und Text Block
  #####################*/
.teaser-artikel,
.text-block,
.teaser-ansprechpartner {
  background-color: transparent;
}
.teaser-artikel img,
.text-block img,
.teaser-ansprechpartner img {
  min-width: 100%;
  max-width: 100%;
  margin-top: 15px;
}
.teaser-artikel h1, .teaser-artikel h2,
.text-block h1,
.text-block h2,
.teaser-ansprechpartner h1,
.teaser-ansprechpartner h2 {
  font-size: 28px;
  font-family: Source Sans Pro Semibold, sans-serif;
  color: #006DB8;
}
.teaser-artikel h3,
.text-block h3,
.teaser-ansprechpartner h3 {
  font-size: 21px;
  font-family: Source Sans Pro Semibold, sans-serif;
  color: #006DB8;
  padding-top: 10px;
  padding-bottom: 10px;
}
.teaser-artikel h5,
.text-block h5,
.teaser-ansprechpartner h5 {
  font-size: 16px;
  font-family: Source Sans Pro Semibold, sans-serif;
  color: #323539;
  padding-top: 10px;
  margin-bottom: 5px;
}
.teaser-artikel .fa,
.text-block .fa,
.teaser-ansprechpartner .fa {
  color: #006DB8;
}

.teaser-artikel.ohne-bild h3,
.text-block.ohne-bild h3,
.teaser-ansprechpartner.ohne-bild h3 {
  font-size: 28px;
  color: #006DB8;
  margin-top: 0px;
  padding-top: 0px;
}

.b2c .teaser-artikel h2 {
  text-transform: inherit;
}

.teaser-artikel.kontakt h4,
.text-block.kontakt h4,
.teaser-ansprechpartner h4 {
  font-family: Source Sans Pro Bold, sans-serif;
  font-size: 23px;
  margin: 15px 0px 0px;
}
.teaser-artikel.kontakt .fa,
.text-block.kontakt .fa,
.teaser-ansprechpartner .fa {
  color: #006DB8;
  font-size: 45px;
  margin: 20px 0px 0px;
}
.teaser-artikel.kontakt a,
.text-block.kontakt a,
.teaser-ansprechpartner a {
  margin: 15px 0px 0px;
  font-size: 16px;
}

/*#####################
  ## Linkes Menü inkl. Content
  #####################*/
article.left-menu .menu,
section.left-menu .menu {
  margin-top: 45px;
}
article.left-menu .content,
section.left-menu .content {
  margin-top: 45px;
  padding-left: 90px;
}
article.left-menu .content h1, article.left-menu .content h2,
section.left-menu .content h1,
section.left-menu .content h2 {
  margin-top: 10px;
  color: #323539;
}
article.left-menu .content h2,
section.left-menu .content h2 {
  color: #006DB8;
}

@media (min-width: 992px) and (max-width: 1199px) {
  article.left-menu .content,
  section.left-menu .content {
    padding-left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  article.left-menu .content,
  section.left-menu .content {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  article.left-menu .menu,
  section.left-menu .menu {
    display: none;
  }
  article.left-menu .content,
  section.left-menu .content {
    padding-left: 15px;
    margin-top: 15px;
  }
}
article.kampagne,
section.kampagne {
  background-color: #e5ecf9;
  height: 200px;
}
article.kampagne .text-container,
section.kampagne .text-container {
  width: 100%;
  background-position: top right;
  background-size: cover;
}
article.kampagne .text-container h2,
section.kampagne .text-container h2 {
  color: #006DB8;
  font-family: Source Sans Pro Semibold, sans-serif;
  padding-left: 30px;
  padding-top: 20px;
}
article.kampagne .text-container p,
section.kampagne .text-container p {
  padding-left: 30px;
  padding-top: 0px;
  width: 55%;
}
article.kampagne .text-container .filter,
section.kampagne .text-container .filter {
  background: linear-gradient(to right, #e5ecf9 50%, transparent), linear-gradient(90deg, transparent, transparent);
  padding: 15px;
}
article.kampagne .text-container .btn-wrapper,
section.kampagne .text-container .btn-wrapper {
  position: absolute;
  width: 100%;
  right: 20px;
  bottom: 25px;
}
article.kampagne .text-container .btn-link,
section.kampagne .text-container .btn-link {
  position: absolute;
  right: 20px;
  bottom: 10px;
  border: 2px solid #006DB8;
  font-family: Source Sans Pro Semibold, sans-serif;
  font-size: 16px;
  padding: 5px 20px;
  text-transform: uppercase;
}
article.kampagne .text-container .btn-link:HOVER,
section.kampagne .text-container .btn-link:HOVER {
  background-color: #006DB8;
  color: #ffffff;
}
article.kampagne .text-container .btn-link:HOVER:BEFORE,
section.kampagne .text-container .btn-link:HOVER:BEFORE {
  color: #ffffff;
}

@media (max-width: 768px) {
  article.kampagne,
  section.kampagne {
    height: auto;
  }
  article.kampagne .text-container .headline,
  section.kampagne .text-container .headline {
    margin-left: 0px;
    padding-top: 0px;
  }
  article.kampagne .text-container p,
  section.kampagne .text-container p {
    margin-left: 0px;
    width: 100%;
  }
  article.kampagne .text-container .btn-wrapper,
  section.kampagne .text-container .btn-wrapper {
    position: inherit;
  }
  article.kampagne .text-container .btn-link,
  section.kampagne .text-container .btn-link {
    position: inherit;
    margin-top: 15px;
    width: 100%;
  }
}
article.counter,
section.counter {
  text-align: left;
}
article.counter > h1,
article.counter > h2,
section.counter > h1,
section.counter > h2 {
  font-size: 80px;
  display: table;
  color: #006DB8 !important;
  border-bottom: 3px solid #006DB8;
  width: 100%;
  text-align: center;
}
article.counter h3,
section.counter h3 {
  color: #006DB8;
  font-size: 25px;
  text-align: center;
}

@media (max-width: 767px) {
  article.counter,
  section.counter {
    text-align: center;
  }
  article.counter h3,
  section.counter h3 {
    text-align: center;
  }
}
article.visitenkarte h1, article.visitenkarte h2,
section.visitenkarte h1,
section.visitenkarte h2 {
  color: #8b8e93;
  font-family: Source Sans Pro Semibold, sans-serif;
  font-size: 24px;
  padding-bottom: 15px;
}
article.visitenkarte img,
section.visitenkarte img {
  width: 100%;
}
article.visitenkarte h3,
section.visitenkarte h3 {
  color: #8b8e93;
  font-family: Source Sans Pro Semibold, sans-serif;
  font-size: 20px;
  margin-bottom: 0px;
}
article.visitenkarte p,
section.visitenkarte p {
  color: #8b8e93;
  font-family: Source Sans Pro Regular, sans-serif;
  font-size: 16px;
}
article.visitenkarte .phone,
section.visitenkarte .phone {
  color: #8b8e93;
  font-family: Source Sans Pro Semibold, sans-serif;
  font-size: 20px;
  padding-bottom: 15px;
}
article.visitenkarte .phone:BEFORE,
section.visitenkarte .phone:BEFORE {
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  content: "";
  color: #006DB8;
  margin-right: 10px;
  font-size: 35px;
  width: 50px;
  position: relative;
  top: 5px;
}
article.visitenkarte .mail,
section.visitenkarte .mail {
  color: #8b8e93;
  font-family: Source Sans Pro Semibold, sans-serif;
  font-size: 20px;
  padding-bottom: 15px;
}
article.visitenkarte .mail:BEFORE,
section.visitenkarte .mail:BEFORE {
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  content: "";
  color: #006DB8;
  margin-right: 10px;
  position: relative;
  top: 5px;
  font-size: 35px;
  width: 50px;
}
article.visitenkarte a,
section.visitenkarte a {
  color: #8b8e93;
  border: none;
  padding: 0px;
  text-transform: none;
  border-bottom: 2px solid transparent;
  outline: none;
  padding-top: 15px;
}
article.visitenkarte a:focus,
article.visitenkarte a:active,
article.visitenkarte a:HOVER,
section.visitenkarte a:focus,
section.visitenkarte a:active,
section.visitenkarte a:HOVER {
  background-color: transparent;
  border: none;
  text-decoration: none;
  border-bottom: 2px solid #006DB8;
  outline-offset: none;
  box-shadow: none;
}
article.visitenkarte a:BEFORE,
section.visitenkarte a:BEFORE {
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  content: "";
  margin-right: 6px;
  color: #006DB8;
}

/*#####################
  ## 
  #####################*/
.kontakt-grau .box {
  background-color: #ededed;
  padding: 40px 5px;
  margin-left: 0px;
  margin-right: 0px;
}
.kontakt-grau .box > div:nth-child(2) > div:nth-child(1) {
  padding-bottom: 15px;
}
.kontakt-grau .box > div:nth-child(2) > div:nth-child(2) {
  margin-top: 15px;
}
.kontakt-grau h1, .kontakt-grau h2 {
  font-size: 28px;
  font-family: Source Sans Pro Semibold, sans-serif;
  color: #006DB8;
}
.kontakt-grau .fa {
  color: #006DB8;
}
.kontakt-grau .icon-with-text {
  border-bottom: 1px solid #b1b2b4;
}
.kontakt-grau .icon-with-text .fa.big {
  font-size: 45px;
}
.kontakt-grau .icon-with-text:LAST-CHILD {
  border-bottom: none;
}
.kontakt-grau .btn.btn-link {
  font-size: 18px;
}

/*#####################
  ## Kontaktmöglichkeiten
  #####################*/
.kontaktmoeglichkeiten .element {
  margin-bottom: 5px;
  border-top: 1px solid #ededed;
  padding-bottom: 10px;
  padding-top: 0px;
}
.kontaktmoeglichkeiten .element:FIRST-OF-TYPE {
  border-top: none;
  padding-top: 0px;
}
.kontaktmoeglichkeiten hr {
  margin: 20px 0px;
}
.kontaktmoeglichkeiten .btn-read-more {
  padding-top: 0px;
}

/*#####################
  ## Kontakt Formular
  #####################*/
.kontaktformular .btn,
.uploadformular .btn {
  padding: 6px 22px;
}
.kontaktformular h3,
.uploadformular h3 {
  color: #323539;
}
.kontaktformular .alert-success,
.uploadformular .alert-success {
  background-color: #006DB8;
  border-color: #006DB8;
}
.kontaktformular .alert-success p,
.uploadformular .alert-success p {
  color: #ffffff;
}
.kontaktformular .select2-container--default .select2-selection--single .select2-selection__arrow b,
.kontaktformular .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.uploadformular .select2-container--default .select2-selection--single .select2-selection__arrow b,
.uploadformular .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border: none;
  left: 50%;
  margin-left: -8px;
  margin-top: -13px;
  font-size: 25px;
}
.kontaktformular #datenschutzerklaerungGelesenLabelText,
.uploadformular #datenschutzerklaerungGelesenLabelText {
  position: relative;
  top: -3px;
}
.kontaktformular .input.file,
.uploadformular .input.file {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: block;
}
.kontaktformular .input.file input.upload,
.uploadformular .input.file input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.kontaktformular .input.file i.icon-append.inline,
.uploadformular .input.file i.icon-append.inline {
  background-color: #ededed;
  border-left: 1px solid #323539;
  height: 25px;
  min-width: 0;
  position: absolute;
  right: 69px;
  top: 9px;
  cursor: pointer;
}
.kontaktformular .input.file i.icon-append.inline::after,
.uploadformular .input.file i.icon-append.inline::after {
  content: "";
  font-size: 17px;
  position: absolute;
  right: -23px;
  top: 5px;
  color: #323539;
  cursor: pointer;
}
.kontaktformular .input.file .fa-upload,
.uploadformular .input.file .fa-upload {
  right: 12px;
  cursor: pointer;
  position: absolute;
  top: 12px;
}
.kontaktformular .form-group.captcha .input-group-addon,
.uploadformular .form-group.captcha .input-group-addon {
  padding: 0px;
}
.kontaktformular .form-group.captcha img,
.uploadformular .form-group.captcha img {
  min-width: 150px;
  margin-top: 0px;
}
.kontaktformular .form-group.captcha input.form-control,
.uploadformular .form-group.captcha input.form-control {
  border-right: 1px solid silver;
}

.select2-container ul > li:NTH-CHILD(odd),
.select2-container ol > li:NTH-CHILD(odd),
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #eaf0ef;
}

.select2-container ul > li:NTH-CHILD(even),
.select2-container ol > li:NTH-CHILD(even) {
  background-color: #f4f8f8;
}

@media (max-width: 767px) {
  .kontaktformular .radio.radio-inline,
  .uploadformular .radio.radio-inline {
    width: 100%;
  }
  .kontaktformular .radio-inline,
  .kontaktformular .checkbox-inline,
  .uploadformular .radio-inline,
  .uploadformular .checkbox-inline {
    margin-left: 0px;
  }
}
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #b1b2b4;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #006DB8;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "";
}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #ededed;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #006DB8;
  border-color: #006DB8;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #ff0000;
  border-color: #ff0000;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #e5ecf9;
  border-color: #e5ecf9;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #ffde00;
  border-color: #ffde00;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #00ff00;
  border-color: #00ff00;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #006DB8;
  border-color: #006DB8;
}
.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #ff0000;
  border-color: #ff0000;
}
.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #e5ecf9;
  border-color: #e5ecf9;
}
.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #ffde00;
  border-color: #ffde00;
}
.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #00ff00;
  border-color: #00ff00;
}
.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.radio {
  padding-left: 20px;
  padding-right: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 10px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 2px;
  margin-left: -20px;
  border: 2px solid #b1b2b4;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 8px;
  height: 8px;
  left: 6px;
  top: 8px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #006DB8;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #006DB8;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #006DB8;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #006DB8;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #ff0000;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #ff0000;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #ff0000;
}

.radio-info input[type="radio"] + label::after {
  background-color: #e5ecf9;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #e5ecf9;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #e5ecf9;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #ffde00;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #ffde00;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #ffde00;
}

.radio-success input[type="radio"] + label::after {
  background-color: #00ff00;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #00ff00;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #00ff00;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: "FontAwesome";
  content: "";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}

:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
  outline-offset: 0px;
  border-color: #006DB8;
}

.input-group {
  padding: 15px 0px;
}
.input-group .form-control {
  border-right: none;
  height: 40px;
}
.input-group .form-control:focus {
  border-color: #ededed;
}
.input-group .input-group-btn .btn-default {
  border-left: none;
  border-top: 1px solid #b1b2b4;
  border-right: 1px solid #b1b2b4;
  border-bottom: 1px solid #b1b2b4;
  height: 40px;
}
.input-group .input-group-btn .btn-default .fa {
  color: #b1b2b4;
}
.input-group .input-group-btn .btn-default:HOVER {
  border-top: 1px solid #006DB8;
  border-right: 1px solid #006DB8;
  border-bottom: 1px solid #006DB8;
}
.input-group .input-group-btn .btn-default:HOVER .fa {
  color: #ffffff;
}
.input-group .input-group-btn .btn-default:BEFORE {
  content: none;
}

/* Select2 */
.select2 {
  font-size: 15px;
}

.select2-selection.select2-selection--single:FOCUS,
.select2:FOCUS, .select2-container--focus {
  outline: none;
}

.select2-container--focus.select2-container--default .select2-selection,
.select2-container--open.select2-container--default .select2-selection {
  border: 1px solid #006DB8;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #b1b2b4;
  border-radius: 0px;
  height: 44px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 44px;
  padding-left: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
  top: 0px;
  right: 0px;
  width: 44px;
  background-color: #006DB8;
}

.select2-container ul > li:before,
.select2-container ol > li:before {
  content: none;
}
.select2-container ul > li, .select2-container ol > li {
  margin-left: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border: none;
  left: 50%;
  margin-left: -6px;
  margin-top: -13px;
  font-size: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  content: "";
  color: #006DB8;
  color: #ffffff;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  content: "";
  color: #006DB8;
  color: #ffffff;
}

.select2-dropdown {
  border: 1px solid #006DB8;
  border-radius: 0px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #006DB8;
}

/*#####################
  ## Error Styles
  #####################*/
.form-group.error input, .form-group.error select, .form-group.error textarea, .form-group.error .select2-selection {
  border-color: #ff0000;
}
.form-group.error label {
  color: #ff0000;
}

input.error, select.error, textarea.error {
  border-color: #ff0000;
}

.field-error-msg {
  font-family: Source Sans Pro Regular, sans-serif;
  font-size: 14px;
  color: #ff0000;
}

.input-group .form-control:focus {
  border-color: #b1b2b4;
}

article.multichild,
section.multichild {
  width: 100%;
  padding-top: 20px;
}
article.multichild ul,
section.multichild ul {
  list-style: outside none none;
  margin-bottom: 0px;
  margin-top: 0PX;
  padding-left: 0px;
}
article.multichild ul > li,
section.multichild ul > li {
  margin-left: 0px;
  padding-bottom: 0px;
}
article.multichild .aab-icon-pdf,
section.multichild .aab-icon-pdf {
  font-family: 'FontAwesome';
  margin-left: 5px;
}
article.multichild .aab-icon-download,
section.multichild .aab-icon-download {
  font-family: 'FontAwesome';
  position: relative;
  right: 19px;
  font-size: 26px;
  top: 15px;
}
article.multichild .aab-icon-pdf:before,
section.multichild .aab-icon-pdf:before {
  content: "";
  position: relative;
  left: -5px;
}
article.multichild .aab-icon-download:before,
section.multichild .aab-icon-download:before {
  content: "";
}
article.multichild .headline.download a,
section.multichild .headline.download a {
  text-decoration: none;
  color: #323539;
}
article.multichild .headline.download a:hover,
section.multichild .headline.download a:hover {
  text-decoration: none;
  color: #323539;
}
article.multichild .headline.standard:AFTER,
section.multichild .headline.standard:AFTER {
  display: inline-block;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: 22px;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'FontAwesome';
  content: "";
  position: absolute;
  right: 21px;
  font-size: 26px;
  top: 15px;
}
article.multichild .collapsed .headline.standard:AFTER,
section.multichild .collapsed .headline.standard:AFTER {
  content: "";
}
article.multichild .aab-icon,
section.multichild .aab-icon {
  display: inline-block;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: 14px/1;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
}
article.multichild .headline,
section.multichild .headline {
  border-bottom: none;
  margin: 0;
  padding-top: 0px;
}
article.multichild a.btn.btn-download,
section.multichild a.btn.btn-download {
  line-height: 50px;
  width: 100%;
  text-align: left;
}
article.multichild a.btn.btn-download:after,
section.multichild a.btn.btn-download:after {
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  content: "";
  margin-right: 6px;
  color: #006DB8;
  content: "";
  float: right !important;
  position: relative;
  right: 0px;
  margin-top: 17px;
  font-size: 21px;
  color: #006DB8;
}
article.multichild .obp-form .input,
section.multichild .obp-form .input {
  position: relative;
  display: block;
}
article.multichild .obp-form .input,
section.multichild .obp-form .input {
  /*#I_2:before*/
}
article.multichild .obp-form .input i,
section.multichild .obp-form .input i {
  left: 6px;
  position: absolute;
  text-align: center;
  width: 29px;
  border-right: 1px solid #bbbbbb;
  padding: 0px 5px 0px 0px;
}
article.multichild .obp-form .input i:before,
section.multichild .obp-form .input i:before {
  color: #b3b3b3;
  content: '';
  text-align: center;
  font: normal normal normal normal 14px / 33px FontAwesome;
}
article.multichild .obp-form .input input,
section.multichild .obp-form .input input {
  display: block;
  width: calc(100% - 15px);
  background: #f1f1f1 none repeat scroll 0% 0%/auto padding-box border-box;
  border: 0px none #404040;
  margin: 0px 0px 15px;
  padding: 6px 12px 6px 46px;
}
article.multichild > ul,
section.multichild > ul {
  border-bottom: 1px solid #dddddd;
}
article.multichild > ul:last-child,
section.multichild > ul:last-child {
  border-bottom: none;
}
article.multichild > ul > li,
section.multichild > ul > li {
  line-height: 50px;
  padding-bottom: 0px;
  background-color: #ededed;
}
article.multichild > ul > li:before,
section.multichild > ul > li:before {
  content: none;
}
article.multichild > ul > li > .headline,
section.multichild > ul > li > .headline {
  padding-left: 15px;
  cursor: pointer;
  background-color: #006DB8;
  font-family: Source Sans Pro Regular, sans-serif;
}
article.multichild > ul > li > .headline.standard,
section.multichild > ul > li > .headline.standard {
  color: #ffffff;
  font-size: 18px;
}
article.multichild > ul > li > .body,
section.multichild > ul > li > .body {
  line-height: 1.42857;
  padding: 0px 15px 0px 35px;
  margin-left: 0px;
}
article.multichild > ul > li > .body li,
section.multichild > ul > li > .body li {
  margin-left: 25px;
}
article.multichild > ul > li > .body.standard,
section.multichild > ul > li > .body.standard {
  background-color: #ededed;
}
article.multichild > ul > li > ul,
section.multichild > ul > li > ul {
  border-bottom: 1px solid #dddddd;
}
article.multichild > ul > li > ul:last-child,
section.multichild > ul > li > ul:last-child {
  border-bottom: none;
}
article.multichild > ul > li > ul > li,
section.multichild > ul > li > ul > li {
  line-height: 50px;
}
article.multichild > ul > li > ul > li:before,
section.multichild > ul > li > ul > li:before {
  content: none;
}
article.multichild > ul > li > ul > li > .headline,
section.multichild > ul > li > ul > li > .headline {
  padding-left: 35px;
  cursor: pointer;
}
article.multichild > ul > li > ul > li > .headline.standard,
section.multichild > ul > li > ul > li > .headline.standard {
  font-family: Source Sans Pro Regular, sans-serif;
  color: #323539;
  font-size: 16px;
}
article.multichild > ul > li > ul > li > .body,
section.multichild > ul > li > ul > li > .body {
  line-height: 1.42857;
  padding: 0px 15px 0px 35px;
  margin-left: 0px;
}
article.multichild > ul > li > ul > li > .body li,
section.multichild > ul > li > ul > li > .body li {
  margin-left: 25px;
}
article.multichild > ul > li > ul > li > .body.standard,
section.multichild > ul > li > ul > li > .body.standard {
  background-color: #ededed;
}
article.multichild > ul > li > ul > li > ul,
section.multichild > ul > li > ul > li > ul {
  border-bottom: 1px solid #dddddd;
}
article.multichild > ul > li > ul > li > ul:last-child,
section.multichild > ul > li > ul > li > ul:last-child {
  border-bottom: none;
}
article.multichild > ul > li > ul > li > ul > li,
section.multichild > ul > li > ul > li > ul > li {
  line-height: 50px;
}
article.multichild > ul > li > ul > li > ul > li:before,
section.multichild > ul > li > ul > li > ul > li:before {
  content: none;
}
article.multichild > ul > li > ul > li > ul > li > .headline,
section.multichild > ul > li > ul > li > ul > li > .headline {
  padding-left: 60px;
  cursor: pointer;
}
article.multichild > ul > li > ul > li > ul > li > .headline.standard,
section.multichild > ul > li > ul > li > ul > li > .headline.standard {
  font-family: Source Sans Pro Regular, sans-serif;
  color: #323539;
  font-size: 16px;
}
article.multichild > ul > li > ul > li > ul > li > .body,
section.multichild > ul > li > ul > li > ul > li > .body {
  line-height: 1.42857;
  padding: 0px 15px 0px 60px;
  margin-left: 0px;
}
article.multichild > ul > li > ul > li > ul > li > .body li,
section.multichild > ul > li > ul > li > ul > li > .body li {
  margin-left: 25px;
}
article.multichild > ul > li > ul > li > ul > li > .body.standard,
section.multichild > ul > li > ul > li > ul > li > .body.standard {
  background-color: #ededed;
}
article.multichild > ul > li > ul > li > ul > li.collapsed > .body,
section.multichild > ul > li > ul > li > ul > li.collapsed > .body {
  display: none;
}
article.multichild > ul > li > ul > li > ul.empty,
section.multichild > ul > li > ul > li > ul.empty {
  display: none;
}
article.multichild > ul > li > ul > li > ul.empty > li > .headline,
section.multichild > ul > li > ul > li > ul.empty > li > .headline {
  color: #323539;
}
article.multichild > ul > li > ul > li.collapsed > ul,
section.multichild > ul > li > ul > li.collapsed > ul {
  display: none;
}
article.multichild > ul > li > ul > li.collapsed > .body,
section.multichild > ul > li > ul > li.collapsed > .body {
  display: none;
}
article.multichild > ul > li > ul > li.collapsed > .headline.standard,
section.multichild > ul > li > ul > li.collapsed > .headline.standard {
  /* background: $image-li-second-headline-collapsed; */
}
article.multichild > ul > li > ul > li.collapsed > .headline.auftrag,
section.multichild > ul > li > ul > li.collapsed > .headline.auftrag {
  font-family: Source Sans Pro Regular, sans-serif;
  color: #323539;
  font-size: 16px;
  text-transform: none;
}
article.multichild > ul > li > ul.empty,
section.multichild > ul > li > ul.empty {
  display: none;
}
article.multichild > ul > li > ul.empty > li > .headline,
section.multichild > ul > li > ul.empty > li > .headline {
  color: #323539;
}
article.multichild > ul > li.collapsed > ul,
section.multichild > ul > li.collapsed > ul {
  display: none;
}
article.multichild > ul > li.collapsed > .body,
section.multichild > ul > li.collapsed > .body {
  display: none;
}
article.multichild > ul > li.collapsed > .headline,
section.multichild > ul > li.collapsed > .headline {
  color: #323539;
  background-color: #ffffff;
  font-family: Source Sans Pro Regular, sans-serif;
}
article.multichild > ul > li.collapsed > .headline:after,
section.multichild > ul > li.collapsed > .headline:after {
  content: "";
  color: #006DB8;
}
article.multichild > ul > li.collapsed > .headline.empty,
section.multichild > ul > li.collapsed > .headline.empty {
  color: #b1b2b4;
}
article.multichild > ul > li.collapsed > .headline:hover,
section.multichild > ul > li.collapsed > .headline:hover {
  background-color: #006DB8;
  color: #ffffff;
  font-family: Source Sans Pro Regular, sans-serif;
}
article.multichild > ul > li.collapsed > .headline:hover:after,
section.multichild > ul > li.collapsed > .headline:hover:after {
  color: #ffffff;
}
article.multichild > ul.empty > li > .headline,
section.multichild > ul.empty > li > .headline {
  cursor: auto;
  color: #323539;
  background-image: none;
}
article.multichild > ul.empty > li.collapsed > .headline:hover,
section.multichild > ul.empty > li.collapsed > .headline:hover {
  background-color: #323539;
}

@media (min-width: 992px) and (max-width: 1919px) {
  article.multichild .aab-icon,
  section.multichild .aab-icon {
    font-size: 21px;
  }
}
@media (max-width: 992px) {
  article.multichild .aab-icon.aab-icon-download,
  section.multichild .aab-icon.aab-icon-download {
    position: absolute;
    font-size: 21px;
    top: -28px;
    right: 34px;
  }
  article.multichild .headline.download .row > .col-md-4,
  section.multichild .headline.download .row > .col-md-4 {
    padding-right: 60px;
    line-height: 35px;
  }
  article.multichild > ul > li > ul > li > .headline,
  section.multichild > ul > li > ul > li > .headline {
    padding-left: 15px;
  }
  article.multichild > ul > li > ul > li > ul > li > .headline,
  section.multichild > ul > li > ul > li > ul > li > .headline {
    padding-left: 30px;
  }
}
@media (max-width: 420px) {
  .headline > span {
    display: block;
    max-width: 275px;
    line-height: 25px;
    padding: 15px 0px;
  }
}
/*#####################
  ## Teaser Artikel
  #####################*/
.separator > div.row {
  margin: 0px;
}
.separator hr {
  border-width: 2px 0px 0px;
  border-color: #ededed;
  margin: 0px;
}

@media (max-width: 767px) {
  .separator hr {
    margin: 0px 0 10px 0;
  }
}
/*#####################
  ## Footer
  #####################*/
article.footer,
section.footer {
  background-color: #8b8e93;
  color: #ffffff;
  line-height: 46px;
  font-size: 14px;
  margin-bottom: 0px;
}
article.footer > div.row,
section.footer > div.row {
  margin: 0px;
}

/*#####################
  ## Pre-Footer
  #####################*/
article.prefooter,
section.prefooter {
  min-height: 300px;
  background-color: #ededed;
  margin-bottom: 0px;
}
article.prefooter ul,
section.prefooter ul {
  margin-bottom: 35px;
}
article.prefooter ul > li::before,
section.prefooter ul > li::before {
  content: none;
}
article.prefooter ul > li,
article.prefooter ol > li,
section.prefooter ul > li,
section.prefooter ol > li {
  margin-left: 0px;
  padding-bottom: 0px;
}
article.prefooter ul > li > a,
article.prefooter ol > li > a,
section.prefooter ul > li > a,
section.prefooter ol > li > a {
  white-space: normal;
  text-align: left;
}
article.prefooter .btn-link,
section.prefooter .btn-link {
  padding-top: 10px;
}
article.prefooter .btn-link,
article.prefooter p,
article.prefooter h4,
section.prefooter .btn-link,
section.prefooter p,
section.prefooter h4 {
  color: #8b8e93;
  font-family: Source Sans Pro Regular, sans-serif;
  font-size: 14px;
  margin-bottom: 0px;
}
article.prefooter .btn-link:HOVER,
section.prefooter .btn-link:HOVER {
  color: #006DB8;
}
article.prefooter .btn-link:before,
section.prefooter .btn-link:before {
  color: #8b8e93;
}
article.prefooter h3,
section.prefooter h3 {
  font-size: 14px;
  margin-bottom: 14px;
  margin-top: 25px;
}
article.prefooter h4,
section.prefooter h4 {
  font-family: Source Sans Pro Semibold, sans-serif;
  font-size: 16px;
  margin-top: 0px;
  padding-top: 10px;
}
article.prefooter .fa,
section.prefooter .fa {
  color: #8b8e93;
}
article.prefooter .kontakt a,
section.prefooter .kontakt a {
  margin: 15px 0px 0px;
  font-size: 16px;
}
article.prefooter .kontakt .fa,
section.prefooter .kontakt .fa {
  margin: 11px 0px 0px;
}
article.prefooter .icon-with-text.media.mail,
section.prefooter .icon-with-text.media.mail {
  margin-top: 5px;
}
article.prefooter .icon-with-text.phone,
section.prefooter .icon-with-text.phone {
  margin-top: 15px;
}
article.prefooter .media-left, article.prefooter .media > .pull-left,
section.prefooter .media-left,
section.prefooter .media > .pull-left {
  padding-right: 5px;
}
article.prefooter .anschrift,
section.prefooter .anschrift {
  float: right;
  width: 165px;
}
article.prefooter .social-icons-line,
section.prefooter .social-icons-line {
  padding-top: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  article.prefooter > .container,
  section.prefooter > .container {
    padding-left: 40px;
    padding-right: 15px;
  }
  article.prefooter h3,
  section.prefooter h3 {
    margin-top: 55px;
    margin-bottom: 55px;
    font-size: 28px;
  }
  article.prefooter p,
  section.prefooter p {
    font-size: 28px;
  }
  article.prefooter p.bic,
  section.prefooter p.bic {
    font-family: Source Sans Pro Semibold, sans-serif;
    margin-top: 40px;
    margin-bottom: 85px;
  }
  article.prefooter .media.icon-with-text.phone,
  section.prefooter .media.icon-with-text.phone {
    margin-top: 145px;
  }
  article.prefooter .media .media-body,
  section.prefooter .media .media-body {
    position: relative;
    left: 40px;
  }
  article.prefooter .media .media-body h4,
  section.prefooter .media .media-body h4 {
    font-family: Source Sans Pro Semibold, sans-serif;
    font-size: 28px;
    margin-bottom: 34px;
  }
  article.prefooter .media .media-body p,
  section.prefooter .media .media-body p {
    margin-bottom: 34px;
  }
  article.prefooter .media .media-body a,
  section.prefooter .media .media-body a {
    font-size: 28px;
    margin-bottom: 10px;
    padding-top: 12px;
  }
  article.prefooter .fa,
  section.prefooter .fa {
    font-size: 55px;
  }
  article.prefooter .btn-social > i.fa.fa-kununu,
  article.prefooter .btn-social > i.fa.fa-bdl,
  section.prefooter .btn-social > i.fa.fa-kununu,
  section.prefooter .btn-social > i.fa.fa-bdl {
    -webkit-background-size: 60px;
    -moz-background-size: 60px;
    -o-background-size: 60px;
    background-size: 60px;
    height: 54px;
  }
  article.prefooter .social-icons-line,
  section.prefooter .social-icons-line {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  article.prefooter > .container,
  section.prefooter > .container {
    padding-left: 40px;
    padding-right: 15px;
  }
  article.prefooter h3,
  section.prefooter h3 {
    margin-top: 35px;
    margin-bottom: 17px;
    font-size: 16px;
  }
  article.prefooter p,
  section.prefooter p {
    font-size: 16px;
  }
  article.prefooter p.bic,
  section.prefooter p.bic {
    font-family: Source Sans Pro Semibold, sans-serif;
    margin-top: 0px;
    margin-bottom: 25px;
  }
  article.prefooter div.anschrift,
  section.prefooter div.anschrift {
    margin-bottom: 60px;
  }
  article.prefooter .media.icon-with-text.phone,
  section.prefooter .media.icon-with-text.phone {
    margin-top: 1px;
  }
  article.prefooter .media.icon-with-text.mail,
  section.prefooter .media.icon-with-text.mail {
    position: relative;
    top: -15px;
  }
  article.prefooter .media .media-body,
  section.prefooter .media .media-body {
    position: relative;
    left: 10px;
  }
  article.prefooter .media .media-body h4,
  section.prefooter .media .media-body h4 {
    font-family: Source Sans Pro Semibold, sans-serif;
    font-size: 16px;
    margin-bottom: 30px;
  }
  article.prefooter .media .media-body p,
  section.prefooter .media .media-body p {
    margin-bottom: 30px;
  }
  article.prefooter .media .media-body a,
  section.prefooter .media .media-body a {
    font-size: 16px;
    padding-top: 12px;
    position: relative;
    top: -4px;
  }
  article.prefooter .fa,
  section.prefooter .fa {
    font-size: 27px;
  }
  article.prefooter .btn-social > i.fa.fa-kununu,
  article.prefooter .btn-social > i.fa.fa-bdl,
  section.prefooter .btn-social > i.fa.fa-kununu,
  section.prefooter .btn-social > i.fa.fa-bdl {
    -webkit-background-size: 31px;
    -moz-background-size: 31px;
    -o-background-size: 31px;
    background-size: 31px;
    height: 27px;
  }
  article.prefooter .anschrift,
  section.prefooter .anschrift {
    float: none;
    width: auto;
  }
}
article.error-page h1, article.error-page h2, article.error-page p, article.error-page .container > div, article.error-page div.small,
section.error-page h1,
section.error-page h2,
section.error-page p,
section.error-page .container > div,
section.error-page div.small {
  width: 100%;
  text-align: center;
  font-family: Source Sans Pro Regular, sans-serif;
}
article.error-page h1, article.error-page h2,
section.error-page h1,
section.error-page h2 {
  font-size: 200px;
}
article.error-page p,
section.error-page p {
  font-size: 40px;
}
article.error-page .container > div,
section.error-page .container > div {
  padding-top: 40px;
  padding-bottom: 40px;
}
article.error-page a,
section.error-page a {
  font-size: 20px;
}
article.error-page div.small,
section.error-page div.small {
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 14px;
  color: #b1b2b4;
}

/*#####################
  ## Linke Navigation
  #####################*/
.tabelle,
.element {
  margin-top: 15px;
  margin-bottom: 0px;
}
.tabelle > .row,
.element > .row {
  margin-left: 0px;
  margin-right: 0px;
  min-height: 48px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ededed;
}
.tabelle .header,
.element .header {
  border-bottom: none;
  min-height: 34px;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #006DB8;
  color: #ffffff;
}
.tabelle .header > div,
.element .header > div {
  color: #ffffff;
}

.element {
  border-top: 1px solid #ededed;
  margin-bottom: 5px;
}
.element .header {
  background-color: transparent;
  border-bottom: 1px solid #ededed;
}
.element .header > div {
  color: #323539;
  font-size: 21px;
  font-family: Source Sans Pro Semibold, sans-serif;
  padding-top: 10px;
  padding-bottom: 10px;
}
.element > .row {
  border-bottom: none;
  padding-top: 0px;
  padding-bottom: 0px;
  min-height: 0px;
}
.element > .row > div {
  padding-left: 0px;
}

@media (max-width: 768px) {
  .tabelle.max-spalten-2,
  .element.max-spalten-2 {
    overflow: auto;
  }
  .tabelle.max-spalten-2 > .row,
  .element.max-spalten-2 > .row {
    min-width: 300px;
  }

  .tabelle.max-spalten-3,
  .element.max-spalten-3 {
    overflow: auto;
  }
  .tabelle.max-spalten-3 > .row,
  .element.max-spalten-3 > .row {
    min-width: 600px;
  }

  .tabelle.max-spalten-4,
  .element.max-spalten-4 {
    overflow: auto;
  }
  .tabelle.max-spalten-4 > .row,
  .element.max-spalten-4 > .row {
    min-width: 800px;
  }

  ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #ededed;
    border: 0px;
  }

  ::-webkit-scrollbar-thumb {
    background-color: #8b8e93;
    border: 0px;
  }
}
.daterangepicker {
  position: absolute;
  color: inherit;
  background: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  /* Calendars */
}
.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}
.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}
.daterangepicker.opensleft:before {
  right: 9px;
}
.daterangepicker.opensleft:after {
  right: 10px;
}
.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.opensright:before {
  left: 9px;
}
.daterangepicker.opensright:after {
  left: 10px;
}
.daterangepicker.dropup {
  margin-top: -5px;
}
.daterangepicker.dropup:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}
.daterangepicker.dropup:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}
.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3001;
}
.daterangepicker.single .ranges, .daterangepicker.single .calendar {
  float: none;
}
.daterangepicker.show-calendar .calendar {
  display: block;
}
.daterangepicker .calendar {
  display: none;
  max-width: 270px;
  margin: 4px;
}
.daterangepicker .calendar.single .calendar-table {
  border: none;
}
.daterangepicker .calendar th, .daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 32px;
}
.daterangepicker .calendar-table {
  border: 1px solid #fff;
  padding: 4px;
  border-radius: 4px;
  background: #fff;
}
.daterangepicker table {
  width: 100%;
  margin: 0;
}
.daterangepicker td, .daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}
.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}
.daterangepicker td.in-range {
  background-color: #ededed;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}
.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}
.daterangepicker th.month {
  width: auto;
}
.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 14px;
  padding: 1px;
  height: 33px;
  margin: 0;
  cursor: default;
  background-color: #ededed;
  border: medium none;
}
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}
.daterangepicker select.yearselect {
  width: 40%;
}
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0;
}
.daterangepicker .input-mini {
  border: 0px solid #ccc;
  border-radius: 0px;
  color: #323539;
  background-color: #ededed;
  height: 30px;
  line-height: 30px;
  display: block;
  vertical-align: middle;
  margin: 0 0 5px 0;
  padding: 0 6px 0 28px;
  width: 100%;
}
.daterangepicker .input-mini.active {
  border: 0px solid #08c;
  border-radius: 0px;
}
.daterangepicker .daterangepicker_input {
  position: relative;
}
.daterangepicker .daterangepicker_input i {
  position: absolute;
  left: 8px;
  top: 8px;
}
.daterangepicker.rtl .input-mini {
  padding-right: 28px;
  padding-left: 6px;
}
.daterangepicker.rtl .daterangepicker_input i {
  left: auto;
  right: 8px;
}
.daterangepicker .calendar-time {
  text-align: center;
  margin: 5px auto;
  line-height: 30px;
  position: relative;
  padding-left: 28px;
}
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left;
}
.ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.ranges li {
  font-size: 14px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  color: #08c;
  padding: 3px 12px;
  margin-bottom: 8px;
  cursor: pointer;
  font-family: Source Sans Pro Semibold, sans-serif;
}
.ranges li:hover {
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
}
.ranges li.active {
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 160px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .calendar.left {
    clear: none;
  }
  .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
    float: left;
  }
  .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
    float: right;
  }
  .daterangepicker.ltr {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker.ltr .calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker.ltr .calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker.ltr .calendar.right {
    margin-left: 0;
  }
  .daterangepicker.ltr .calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker.ltr .left .daterangepicker_input {
    padding-right: 12px;
  }
  .daterangepicker.ltr .calendar.left .calendar-table {
    padding-right: 12px;
  }
  .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
    float: left;
  }
  .daterangepicker.rtl {
    direction: rtl;
    text-align: right;
  }
  .daterangepicker.rtl .calendar.left {
    clear: right;
    margin-left: 0;
  }
  .daterangepicker.rtl .calendar.left .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker.rtl .calendar.right {
    margin-right: 0;
  }
  .daterangepicker.rtl .calendar.right .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker.rtl .left .daterangepicker_input {
    padding-left: 12px;
  }
  .daterangepicker.rtl .calendar.left .calendar-table {
    padding-left: 12px;
  }
  .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
    text-align: right;
    float: right;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker.ltr .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .calendar.left {
    clear: none !important;
  }
}
/*
	<div class='uil-squares-css' style='transform:scale(0.57);'><div>
*/
.ajax-loader {
  left: 50%;
  margin-left: -100px;
  position: relative;
}

@-webkit-keyframes uilsquare {
  0% {
    background-color: #ededed;
  }
  1% {
    background-color: #323539;
  }
  11% {
    background-color: #323539;
  }
  21% {
    background-color: #ededed;
  }
  100% {
    background-color: #ededed;
  }
}
@-webkit-keyframes uilsquare {
  0% {
    background-color: #ededed;
  }
  1% {
    background-color: #323539;
  }
  11% {
    background-color: #323539;
  }
  21% {
    background-color: #ededed;
  }
  100% {
    background-color: #ededed;
  }
}
@-moz-keyframes uilsquare {
  0% {
    background-color: #ededed;
  }
  1% {
    background-color: #323539;
  }
  11% {
    background-color: #323539;
  }
  21% {
    background-color: #ededed;
  }
  100% {
    background-color: #ededed;
  }
}
@-ms-keyframes uilsquare {
  0% {
    background-color: #ededed;
  }
  1% {
    background-color: #323539;
  }
  11% {
    background-color: #323539;
  }
  21% {
    background-color: #ededed;
  }
  100% {
    background-color: #ededed;
  }
}
@-moz-keyframes uilsquare {
  0% {
    background-color: #ededed;
  }
  1% {
    background-color: #323539;
  }
  11% {
    background-color: #323539;
  }
  21% {
    background-color: #ededed;
  }
  100% {
    background-color: #ededed;
  }
}
@-webkit-keyframes uilsquare {
  0% {
    background-color: #ededed;
  }
  1% {
    background-color: #323539;
  }
  11% {
    background-color: #323539;
  }
  21% {
    background-color: #ededed;
  }
  100% {
    background-color: #ededed;
  }
}
@-o-keyframes uilsquare {
  0% {
    background-color: #ededed;
  }
  1% {
    background-color: #323539;
  }
  11% {
    background-color: #323539;
  }
  21% {
    background-color: #ededed;
  }
  100% {
    background-color: #ededed;
  }
}
@keyframes uilsquare {
  0% {
    background-color: #ededed;
  }
  1% {
    background-color: #323539;
  }
  11% {
    background-color: #323539;
  }
  21% {
    background-color: #ededed;
  }
  100% {
    background-color: #ededed;
  }
}
.uil-squares-css {
  background: none;
  position: relative;
  width: 200px;
  height: 200px;
}

.uil-squares-css div {
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  background-color: #ededed;
}

.uil-squares-css div > div {
  position: absolute;
  top: 0;
  left: 0;
  -ms-animation: uilsquare 2s linear infinite;
  -moz-animation: uilsquare 2s linear infinite;
  -webkit-animation: uilsquare 2s linear infinite;
  -o-animation: uilsquare 2s linear infinite;
  animation: uilsquare 2s linear infinite;
  width: 40px;
  height: 40px;
}

.uil-squares-css > div:nth-of-type(1) {
  top: 30px;
  left: 30px;
}

.uil-squares-css > div:nth-of-type(1) > div {
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.uil-squares-css > div:nth-of-type(2) {
  top: 30px;
  left: 80px;
}

.uil-squares-css > div:nth-of-type(2) > div {
  -ms-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.uil-squares-css > div:nth-of-type(3) {
  top: 30px;
  left: 130px;
}

.uil-squares-css > div:nth-of-type(3) > div {
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.uil-squares-css > div:nth-of-type(4) {
  top: 80px;
  left: 130px;
}

.uil-squares-css > div:nth-of-type(4) > div {
  -ms-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.uil-squares-css > div:nth-of-type(5) {
  top: 130px;
  left: 130px;
}

.uil-squares-css > div:nth-of-type(5) > div {
  -ms-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.uil-squares-css > div:nth-of-type(6) {
  top: 130px;
  left: 80px;
}

.uil-squares-css > div:nth-of-type(6) > div {
  -ms-animation-delay: 1.25s;
  -moz-animation-delay: 1.25s;
  -webkit-animation-delay: 1.25s;
  -o-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

.uil-squares-css > div:nth-of-type(7) {
  top: 130px;
  left: 30px;
}

.uil-squares-css > div:nth-of-type(7) > div {
  -ms-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.uil-squares-css > div:nth-of-type(8) {
  top: 80px;
  left: 30px;
}

.uil-squares-css > div:nth-of-type(8) > div {
  -ms-animation-delay: 1.75s;
  -moz-animation-delay: 1.75s;
  -webkit-animation-delay: 1.75s;
  -o-animation-delay: 1.75s;
  animation-delay: 1.75s;
}

.stellen-placeholder iframe {
  max-width: 800px;
  width: 100%;
}

article.neartimekurs > .neartimekurse-ueberschrift {
  background-color: #006DB8;
  color: #ffffff;
  padding-top: 6px;
  padding-bottom: 6px;
}
article.neartimekurs > .neartimekurs {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ededed;
}
article.neartimekurs > .neartimekurs img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.cookiebanner {
  background-color: #006DB8;
  min-height: 40px;
  line-height: 40px;
  font-family: Source Sans Pro Regular, sans-serif;
  font-size: 18px;
  color: #dddddd;
  position: fixed;
  left: 0px;
  right: 0px;
  height: auto;
  min-height: 21px;
  z-index: 255;
  padding: 5px 16px;
  font-size: 18px;
  text-align: center;
  bottom: 0px;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.cookiebanner.show {
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.cookiebanner .btn-cookie-close {
  float: right;
  padding-left: 5px;
  cursor: pointer;
}
.cookiebanner .btn-cookie-accept {
  background-color: #006DB8;
  border-color: #ffffff;
  color: #ffffff;
  margin-left: 50px;
  margin-bottom: 3px;
}
.cookiebanner .btn-cookie-accept:hover {
  background-color: #ffffff;
  color: #006DB8;
}
.cookiebanner a {
  -moz-user-select: none;
  background-image: none;
  border-radius: 0px;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  color: #dddddd;
  border: none;
  padding: 0px;
  text-transform: none;
  border-bottom: 2px solid transparent;
  outline: none;
  margin-top: -3px;
  padding-left: 5px;
}
.cookiebanner a:hover {
  border: none;
  text-decoration: none;
  border-bottom: 2px solid #dddddd;
  outline-offset: none;
  box-shadow: none;
}
.cookiebanner a:BEFORE {
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  content: "";
  margin-right: 6px;
}

@media (max-width: 1024px) {
  .cookiebanner {
    min-height: 21px;
    line-height: 21px;
    font-size: 14px;
  }
}

/*# sourceMappingURL=aabweb.css.map */
