/* =====================================
   LESS Klassen
   ===================================== */
.opacity1 {
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  -webkit-opacity: 1.0;
  -khtml-opacity: 1.0;
  opacity: 1.0;
}
.opacity0 {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.opacityless {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.opacity7 {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.opacity8 {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.opacity4 {
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -webkit-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
.hoveropacity {
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}
.hovercolor {
  -webkit-transition: color 400ms ease-out;
  -moz-transition: color 400ms ease-out;
  -o-transition: color 400ms ease-out;
  transition: color 400ms ease-out;
}
.hoverbg {
  -webkit-transition: background-color 400ms ease-out;
  -moz-transition: background-color 400ms ease-out;
  -o-transition: background-color 400ms ease-out;
  transition: background-color 400ms ease-out;
}
.transition {
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.btn_more {
  display: inline-block;
  text-decoration: none;
  background: #2390a2;
  color: #fff!important;
  padding: 8px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  height: auto;
  margin-top: 15px;
  font-family: Open sans Semi, Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-decoration: none!important;
}
.rounded-corners {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.landingpage .btn_more {
  display: inline-block;
  text-decoration: none;
  background: #ed8601;
  color: #fff!important;
  padding: 8px 30px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  height: auto;
  margin-top: 15px;
  font-size: 1.1em;
  font-family: Open sans Semi, Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.ext {
  display: inline;
  padding-right: 21px;
  background: url(img/sdv_external_link.svg) right 3px no-repeat;
  background-size: 16px auto;
}
.img-wrap {
  position: relative;
}
.btn--caption {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  bottom: 0;
  left: 0;
  cursor: pointer;
  line-height: 25px;
  width: 25px;
  text-align: center;
  border: none;
  font-size: 18px;
}
.btn--caption.mood-copy {
  left: auto;
  right: 0;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #333;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #333;
}
.tooltip.in {
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  -webkit-opacity: 1.0;
  -khtml-opacity: 1.0;
  opacity: 1.0;
}
.tooltip .tooltip-inner {
  padding: 8px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  text-align: left;
  max-width: 100%;
  background: #333;
}
/* =====================================
   Flash Messages
   ===================================== */
.typo3-message {
  border: 1px solid;
  background-position: 10px 12px;
  background-repeat: no-repeat;
  padding: 10px;
  margin-bottom: 20px;
  font-family: Arial, Verdana, sans-serif;
}
.typo3-message a {
  text-decoration: underline;
}
.typo3-message li {
  margin-bottom: 10px;
  list-style: disc;
}
.typo3-message .message-header {
  font-family: Open sans Semi, Arial, Helvetica, sans-serif;
  font-weight: 600;
}
message-body {
  font-size: 0.875em;
}
message-body p,
message-body a {
  font-size: 1.0em;
}
.message-notice {
  color: #777;
  background-color: #f6f7fa;
  border-color: #c2cbcf;
}
.message-notice a {
  color: #777;
}
.message-information {
  color: #4c73a1;
  background-color: #eaf7ff;
  border-color: #c5dbe6;
}
.message-information h3 {
  font-family: Arial, Helvetica, sans-serif !important;
}
.message-information font {
  color: #4c73a1!important;
}
.message-information a {
  color: #4c73a1;
}
.message-ok {
  color: #3b7826;
  background-color: #cdeaca;
  border-color: #58b548;
}
.message-ok a {
  color: #3b7826;
}
.message-warning {
  color: #9e7d4a;
  background-color: #fbf6de;
  border-color: #b1905c;
}
.message-warning a {
  color: #9e7d4a;
}
.message-error {
  color: #aa0225;
  background-color: #f6d3cf;
  border-color: #d66c68;
}
.message-error a {
  color: #aa0225;
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v14-latin-regular.eot');
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url('fonts/open-sans-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/open-sans-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/open-sans-v14-latin-regular.woff') format('woff'), /* Modern Browsers */ url('fonts/open-sans-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/open-sans-v14-latin-regular.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans semi';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/open-sans-v14-latin-600.eot');
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('fonts/open-sans-v14-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/open-sans-v14-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/open-sans-v14-latin-600.woff') format('woff'), /* Modern Browsers */ url('fonts/open-sans-v14-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/open-sans-v14-latin-600.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans bold';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/open-sans-v14-latin-700.eot');
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('fonts/open-sans-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/open-sans-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/open-sans-v14-latin-700.woff') format('woff'), /* Modern Browsers */ url('fonts/open-sans-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/open-sans-v14-latin-700.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* =====================================
   Default
   ===================================== */
* {
  margin: 0;
  padding: 0;
  /* kein Highlight bei aktivierten Links auf mobilen Devices */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-overflow-scrolling: touch;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #676767;
  background: #a0a0a0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul,
ol,
p {
  margin: 0;
}
ul {
  list-style-type: none;
}
*:active,
*:focus {
  outline: none!important;
}
a {
  color: #676767;
}
a:active,
a:focus {
  outline: none;
}
a:hover {
  color: #ed8601;
}
button:active,
button:focus {
  outline: none;
}
.hidden {
  display: none;
}
address {
  font-style: normal;
}
small {
  font-size: 14px;
  line-height: 1.0em;
}
.small {
  font-size: 14px;
}
img {
  border: none;
}
h1 {
  font-size: 23px;
}
h2 {
  font-size: 21px;
}
h3 {
  font-size: 17px;
}
h4 {
  font-size: 15px;
}
h1,
h2,
h3,
h4 {
  margin: 0;
}
abbr,
acronym {
  border-bottom: 1px dotted #676767;
  cursor: help;
}
blockquote {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px;
  margin-top: 20px;
}
blockquote p {
  margin: 5px 0!important;
}
/* =====================================
   Element Klassen
   ===================================== */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.centered,
ul.tx-indexedsearch-browsebox,
.browsebox {
  float: left;
  position: relative;
  left: 50%;
  list-style-type: none!important;
}
.centered li,
ul.tx-indexedsearch-browsebox li,
.browsebox li {
  float: left;
  position: relative;
  right: 50%;
}
.inline--center,
.inline-center {
  display: inline-block;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.no-padding {
  padding: 0!important;
}
.no-margin {
  margin: 0!important;
}
.highlight {
  color: #ed8601;
}
.text-aqua {
  color: #2390a2;
}
.text-gray {
  color: #676767;
}
.text-gray-light {
  color: #a0a0a0;
}
.text-dark {
  color: #222;
}
.text-small {
  font-size: 14px;
}
.text-large {
  font-size: 17px;
}
.text-larger {
  font-size: 21px;
}
.text-xlarge {
  font-size: 23px;
}
.text-upper {
  text-transform: uppercase;
}
strong,
b,
h1,
h2,
h3,
h4,
.more,
.text-semi {
  font-family: Open sans Semi, Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.text-bold {
  font-family: Open sans Bold, Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.text-normal {
  font-family: Open sans, Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.clearfix:after,
.tx-indexedsearch-browsebox:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.clearfix,
.tx-indexedsearch-browsebox {
  display: inline-block;
}
#outerWrapper {
  background: #fff;
  padding-bottom: 40px;
}
/* Bereich nicht für IE-mac Anfang */
* html .clearfix,
html .tx-indexedsearch-browsebox {
  height: 1%;
}
.clearfix,
.tx-indexedsearch-browsebox {
  display: block;
}
/* Bereich nicht für IE-mac Ende */
.global__item--centered,
.global__item--centered-mobile,
.global__item--centered-tablet,
.global__item--centered-desktop,
#cookie-bar p {
  position: relative;
  margin: 0 auto;
}
.global__item--centered,
.global__item--centered-mobile,
#cookie-bar p {
  max-width: 90%;
  margin: 0 auto;
}
/* =====================================
   media queries
   ===================================== */
@media only screen and (min-width: 768px) {
  .global__item--centered-mobile {
    max-width: none;
  }
  .global__item--centered-tablet {
    max-width: 90%;
  }
}
@media only screen and (min-width: 1024px) {
  .global__item--centered-mobile,
  .global__item--centered-tablet {
    max-width: none;
  }
  .global__item--centered,
  .global__item--centered-desktop,
  #cookie-bar p {
    max-width: 980px;
  }
}
@media only screen and (min-width: 1200px) {
  .global__item--centered,
  .global__item--centered-desktop,
  #cookie-bar p {
    max-width: 1100px;
  }
}
/* =====================================
   Grid
   ===================================== */
.row {
  clear: both;
  margin-left: -10px;
  margin-right: -10px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-12 {
  width: 100%;
}
/* =====================================
   media queries
   ===================================== */
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
.lt-ie8 .col-xs-1,
.lt-ie8 .col-xs-2,
.lt-ie8 .col-xs-3,
.lt-ie8 .col-xs-4,
.lt-ie8 .col-xs-5,
.lt-ie8 .col-xs-6,
.lt-ie8 .col-xs-7,
.lt-ie8 .col-xs-8,
.lt-ie8 .col-xs-9,
.lt-ie8 .col-xs-10,
.lt-ie8 .col-xs-11,
.lt-ie8 .col-xs-12,
.lt-ie8 .col-sm-1,
.lt-ie8 .col-sm-2,
.lt-ie8 .col-sm-3,
.lt-ie8 .col-sm-4,
.lt-ie8 .col-sm-5,
.lt-ie8 .col-sm-6,
.lt-ie8 .col-sm-7,
.lt-ie8 .col-sm-8,
.lt-ie8 .col-sm-9,
.lt-ie8 .col-sm-10,
.lt-ie8 .col-sm-11,
.lt-ie8 .col-sm-12,
.lt-ie8 .col-md-1,
.lt-ie8 .col-md-2,
.lt-ie8 .col-md-3,
.lt-ie8 .col-md-4,
.lt-ie8 .col-md-5,
.lt-ie8 .col-md-6,
.lt-ie8 .col-md-7,
.lt-ie8 .col-md-8,
.lt-ie8 .col-md-9,
.lt-ie8 .col-md-10,
.lt-ie8 .col-md-11,
.lt-ie8 .col-md-12,
.lt-ie8 .col-lg-1,
.lt-ie8 .col-lg-2,
.lt-ie8 .col-lg-3,
.lt-ie8 .col-lg-4,
.lt-ie8 .col-lg-5,
.lt-ie8 .col-lg-6,
.lt-ie8 .col-lg-7,
.lt-ie8 .col-lg-8,
.lt-ie8 .col-lg-9,
.lt-ie8 .col-lg-10,
.lt-ie8 .col-lg-11,
.lt-ie8 .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}
.visible-xs-block,
.visible-sm-block,
.visible-md-block,
.visible-lg-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
/* =====================================
    Teaser Breaking Points
   ===================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .grid-item.col-s-6:nth-child(2n+3) {
    clear: left;
  }
  .grid-item.col-s-4:nth-child(3n+4) {
    clear: left;
  }
  .grid-item.col-s-3:nth-child(4n+5) {
    clear: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .grid-item.col-sm-6:nth-child(2n+3) {
    clear: left;
  }
  .grid-item.col-sm-4:nth-child(3n+4) {
    clear: left;
  }
  .grid-item.col-sm-3:nth-child(4n+5) {
    clear: left;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .grid-item.col-md-6:nth-child(2n+3) {
    clear: left;
  }
  .grid-item.col-md-4:nth-child(3n+4) {
    clear: left;
  }
  .grid-item.col-md-3:nth-child(4n+5) {
    clear: left;
  }
}
@media only screen and (min-width: 1200px) {
  .grid-item.col-lg-6:nth-child(2n+3) {
    clear: left;
  }
  .grid-item.col-lg-4:nth-child(3n+4) {
    clear: left;
  }
  .grid-item.col-lg-3:nth-child(4n+5) {
    clear: left;
  }
}
/* =====================================
   Global cType
   ===================================== */
.cType_textpic .img--left span,
.cType_textpic .img--right span,
.cType_textpic .col__img span,
.cType_textpic .img--top span,
.cType_textpic .img--bottom span {
  display: block;
  font-size: 0.825em;
  line-height: 1.2em;
  margin-top: 10px;
}
.cType_textpic .col__img {
  margin: 0;
}
.cType_textpic .img-inline {
  display: inline-block;
}
.cType_textpic .img--top + *,
.cType_textpic * + .img--top {
  margin-top: 20px;
}
.cType_textpic h2 + .col__img,
.cType_textpic h2 + .col__img + .col__text,
.cType_textpic h3 + .col__img,
.cType_textpic h3 + .col__img + .col__text {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .cType_textpic .col__img + *,
  .cType_textpic .img--left + *,
  .cType_textpic .img--right + * {
    margin-top: 20px;
  }
}
.cType_textpic * + .img--bottom {
  margin-top: 20px;
}
.cType_textpic .col__text > *:first-child {
  margin-top: 0!important;
  padding-top: 0!important;
}
.cType_textpic .col__img--left,
.cType_textpic .col__text--left {
  float: left;
  padding-left: 0;
  padding-right: 0;
}
.cType_textpic .col__img--right,
.cType_textpic .col__text--right {
  float: right;
  padding-left: 0;
  padding-right: 0;
}
.cType_textpic .col__img--left img,
.cType_textpic .col__img--right img {
  margin-top: 12px;
}
.cType_textpic .col__img--left img:first-child,
.cType_textpic .col__img--right img:first-child {
  margin-top: 0;
}
.cType_textpic .col__img--left a img:first-child,
.cType_textpic .col__img--right a img:first-child {
  margin-top: 12px;
}
.cType_textpic .col__img--left a:first-child img,
.cType_textpic .col__img--right a:first-child img {
  margin-top: 0;
}
@media only screen and (min-width: 480px) {
  .cType_textpic div.img--top.img--row,
  .cType_textpic div.img--bottom.img--row {
    margin-left: -20px;
  }
  .cType_textpic div.img--top.img--row > *,
  .cType_textpic div.img--bottom.img--row > * {
    display: inline-block;
    padding-left: 20px;
    vertical-align: top;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .cType_textpic .img--left {
    float: left;
    margin-right: 20px;
  }
  .cType_textpic .img--right {
    float: right;
    margin-left: 20px;
  }
  .cType_textpic .img--left,
  .cType_textpic .img--right {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .cType_textpic .img--left img:first-child,
  .cType_textpic .img--right img:first-child {
    margin-top: 4px;
  }
  .cType_textpic .img--left a:first-child img,
  .cType_textpic .img--right a:first-child img {
    margin-top: 4px;
  }
  .cType_textpic .col__img--left,
  .cType_textpic .col__text--left {
    float: left;
    padding-right: 15px;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .cType_textpic .col__img--right,
  .cType_textpic .col__text--right {
    float: right;
    padding-left: 15px;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .cType_textpic .col__img--right img {
    float: right;
  }
  .cType_textpic .col__img--left img:first-child,
  .cType_textpic .col__img--right img:first-child {
    margin-top: 4px;
  }
  .cType_textpic .col__img--left a:first-child img,
  .cType_textpic .col__img--right a:first-child img {
    margin-top: 4px;
  }
  .row .cType_textpic .col__img--left,
  .row .cType_textpic .col__text--left {
    padding-right: 15px;
    padding-left: 0;
  }
  .row .cType_textpic .col__img--right,
  .row .cType_textpic .col__text--right {
    padding-left: 15px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #content {
    width: 850px;
  }
  #content.home-content {
    width: auto;
  }
  .reduced #content {
    width: auto;
  }
}
.cType_text,
.cType_textpic,
.cType_header,
.cType_pic,
.cType_def {
  margin-top: 20px;
}
.cType_text > *:first-child,
.cType_textpic > *:first-child,
.cType_header > *:first-child,
.cType_pic > *:first-child,
.cType_def > *:first-child {
  margin-top: 0;
}
.cType_text h1,
.cType_textpic h1,
.cType_header h1,
.cType_pic h1,
.cType_def h1,
.cType_text h2,
.cType_textpic h2,
.cType_header h2,
.cType_pic h2,
.cType_def h2 {
  margin-top: 40px;
}
.cType_text h1:first-child,
.cType_textpic h1:first-child,
.cType_header h1:first-child,
.cType_pic h1:first-child,
.cType_def h1:first-child,
.cType_text h2:first-child,
.cType_textpic h2:first-child,
.cType_header h2:first-child,
.cType_pic h2:first-child,
.cType_def h2:first-child {
  margin-top: 20px;
}
.cType_text .anchor:first-child + *,
.cType_textpic .anchor:first-child + *,
.cType_header .anchor:first-child + *,
.cType_pic .anchor:first-child + *,
.cType_def .anchor:first-child + * {
  margin-top: 0;
}
.cType_text .anchor:first-child + h1,
.cType_textpic .anchor:first-child + h1,
.cType_header .anchor:first-child + h1,
.cType_pic .anchor:first-child + h1,
.cType_def .anchor:first-child + h1,
.cType_text .anchor:first-child + h2,
.cType_textpic .anchor:first-child + h2,
.cType_header .anchor:first-child + h2,
.cType_pic .anchor:first-child + h2,
.cType_def .anchor:first-child + h2 {
  margin-top: 20px;
}
.cType_text h3,
.cType_textpic h3,
.cType_header h3,
.cType_pic h3,
.cType_def h3,
.cType_text h4,
.cType_textpic h4,
.cType_header h4,
.cType_pic h4,
.cType_def h4 {
  margin: 20px 0 0 0;
}
.cType_text h3:first-child,
.cType_textpic h3:first-child,
.cType_header h3:first-child,
.cType_pic h3:first-child,
.cType_def h3:first-child,
.cType_text h4:first-child,
.cType_textpic h4:first-child,
.cType_header h4:first-child,
.cType_pic h4:first-child,
.cType_def h4:first-child {
  margin: 0;
}
.cType_text p,
.cType_textpic p,
.cType_header p,
.cType_pic p,
.cType_def p {
  margin-top: 20px;
}
.cType_text > *:first-child,
.cType_textpic > *:first-child,
.cType_header > *:first-child,
.cType_pic > *:first-child,
.cType_def > *:first-child {
  margin-top: 0;
}
.cType_header {
  margin-top: 0;
}
.match-height .teaser--inner {
  height: 100%;
}
/* =====================================
   Service + Header
   ===================================== */
.mood {
  margin: 0 auto;
}
/*.mood {
    height: 475px;
}

.moodImage {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
}*/
.mood {
  position: relative;
}
.mood--text {
  display: block;
  position: absolute;
  padding: 12px 20px;
  background: #ed8601;
  color: #fff;
  right: 10%;
  top: 65%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1em;
}
@media only screen and (min-width: 1024px) {
  .mood--text {
    max-width: 800px;
  }
}
/*.mood-copy {
    font-size: 10px!important;
    position: absolute;
    right: 8px;
    bottom: 4px;
    .text-bold;
    color: #fff;
    
    @media only screen and (min-width: 768px) {
        font-size: 14px!important;
    }
    
    @media only screen and (min-width: 1024px) {
        font-size: 16px!important;
    }
}*/
#service,
.header__meta {
  background: #a0a0a0;
  color: #fff;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  height: 42px;
}
#service:after,
.header__meta:after {
  content: '';
  display: block;
  height: 2px;
  background: #ed8601;
  margin-top: 1px;
}
#service a,
.header__meta a {
  color: #fff;
  text-decoration: none;
  line-height: 40px;
}
#service ul,
.header__meta ul {
  float: right;
}
#service ul li,
.header__meta ul li {
  float: left;
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  #service ul li,
  .header__meta ul li {
    margin-left: 12px;
  }
}
#service ul li:first-child,
.header__meta ul li:first-child {
  margin-left: 0;
}
#service form,
.header__meta form {
  float: right;
  position: relative;
  top: 5px;
}
#service form input,
.header__meta form input {
  display: block;
  float: left;
  width: 160px;
  height: 28px;
  line-height: 28px;
  border: none;
  background: #fff;
}
#service form input.submit,
.header__meta form input.submit {
  width: 28px;
  margin-left: 2px;
  cursor: pointer;
  background: url(img/img_search.jpg) center center no-repeat #ffffff;
}
.landingpage #service ul li {
  margin-left: 20px;
  margin-right: 0;
}
.landingpage #service ul li:first-child {
  margin-left: 0;
}
.header {
  position: relative;
}
#header {
  position: relative;
}
#header a#logo {
  display: block;
}
@media only screen and (max-width: 767px) {
  #header #logo img {
    margin-left: -10px;
  }
}
@media only screen and (max-width: 1023px) {
  #header {
    margin-bottom: -40px;
  }
  #header #logo {
    padding-right: 70px;
  }
}
#breadcrumb {
  background: #fff;
  color: #676767;
  margin-top: 10px;
}
#breadcrumb li {
  float: left;
  font-size: 0.9em;
  margin-right: 5px;
  display: block;
  line-height: 26px;
}
#breadcrumb li a {
  display: block;
  color: #676767;
  text-decoration: none;
  line-height: 26px;
}
#breadcrumb li a:after {
  content: " >";
}
.landingpage__title {
  background: #2390a2;
  color: #fff;
  height: 26px;
  padding: 0 10px;
  text-transform: uppercase;
  margin-bottom: 45px;
}
.landingpage__title h1 {
  line-height: 26px;
  text-transform: uppercase;
  padding-left: 20px;
}
@media only screen and (min-width: 1024px) {
  .header--bg {
    background: #fff;
    padding: 10px;
  }
  #header {
    height: 176px;
  }
  #header a#logo {
    float: left;
    position: relative;
    left: 10px;
  }
  #header .mood {
    float: right;
  }
  .header--bg {
    padding: 0 0 0 10px;
  }
}
/* =====================================
   Navigation
   ===================================== */
a.anchor {
  clear: both;
}
a.anchor {
  position: relative;
  top: -40px;
}
.header__menu {
  display: none;
}
.menu__item {
  cursor: default !important;
}
a > .menu__item {
  cursor: pointer !important;
}
.nav--header {
  position: relative;
}
.nav--header .nav__item {
  position: relative;
  text-transform: uppercase;
}
.nav--header .nav__item a,
.nav--header .nav__item .menu__item {
  display: block;
  color: #676767;
  text-decoration: none;
  font-family: Open sans Semi, Arial, Helvetica, sans-serif;
  font-weight: 600;
  cursor: pointer;
}
.nav--header .nav__item a {
  cursor: pointer;
}
.nav--header .nav__item a:hover,
.nav--header .nav__item a.act,
.nav--header .nav__item a:active,
.nav--header .nav__item a:focus {
  color: #ed8601;
}
.nav--header .nav__item.hover > a,
.nav--header .nav__item.is-active > a {
  color: #ed8601;
}
.nav--header .nav--second .nav__item {
  text-transform: none;
}
.nav--header .nav--second .nav__item.sub a {
  padding-left: 40px;
}
.nav--header .nav--second .nav__item.sub .nav__item {
  font-size: 1em !important;
}
.nav--header .nav--second .nav__item.sub .hidden--menu {
  margin: 0;
}
body.menu--open {
  overflow: hidden;
}
body.menu--open:after {
  content: '.';
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9998;
  background: #555;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -webkit-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header__menu--mobile {
  display: block;
  height: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: -320px;
  width: 320px;
  background: #eeeeee;
  overflow: auto;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  margin: 0 !important;
}
.header__menu--mobile.menu--show {
  right: 0;
}
.header__menu--mobile .nav--header {
  border-bottom: 1px solid #ffffff;
}
.header__menu--mobile .nav--header:after {
  display: block;
  content: '';
  border-top: 1px solid #dadada;
}
.header__menu--mobile .nav--header > .nav__wrapper > .nav__item {
  font-size: 14px;
  background: #dadada;
  border-top: 1px solid #c5c5c5;
}
.header__menu--mobile .nav--header > .nav__wrapper > .nav__item:before {
  border-top: 1px solid #eeeeee;
}
.header__menu--mobile .nav--header .nav__item {
  line-height: 1.2em;
  border-top: 1px solid #dadada;
}
.header__menu--mobile .nav--header .nav__item:before {
  display: block;
  content: ' ';
  border-top: 1px solid #ffffff;
}
.header__menu--mobile .nav--header .nav__item:first-child {
  border: none;
}
.header__menu--mobile .nav--header .nav__item:first-child:before {
  display: none;
}
.header__menu--mobile .nav--header .nav__item:first-child .trigger--toggle {
  margin-top: 0;
}
.header__menu--mobile .nav--header .nav__item a,
.header__menu--mobile .nav--header .nav__item .menu__item {
  color: #333;
  padding: 15px 10px;
  line-height: 1.2em;
}
.header__menu--mobile .nav--header .nav__item a:hover,
.header__menu--mobile .nav--header .nav__item a.act {
  color: #ed8601;
}
.header__menu--mobile .nav--header .nav__item a > .menu__item {
  padding: 0;
  cursor: pointer;
}
.header__menu--mobile .nav--header .nav__item .menu__item {
  color: #ed8601;
  cursor: default;
}
.header__menu--mobile .nav--header .nav--second {
  background: #eeeeee;
}
.header__menu--mobile .nav--header .nav--second .col {
  border-top: 1px solid #dadada;
}
.header__menu--mobile .nav--header .nav--second .col:before {
  display: block;
  content: ' ';
  border-top: 1px solid #ffffff;
}
.header__menu--mobile .nav--header .nav--second .col:first-child {
  border: none;
}
.header__menu--mobile .nav--header .nav--second .col:first-child:before {
  display: none;
}
.header__menu--mobile .nav--header .nav--second .nav__item a {
  font-weight: normal;
  padding: 12px 10px;
  border-left: 4px solid #eeeeee;
}
.header__menu--mobile .nav--header .nav--second .nav__item a:hover,
.header__menu--mobile .nav--header .nav--second .nav__item a.act {
  border-left: 4px solid #ed8601;
}
.header__menu--mobile .nav--header .nav--second .nav__item.sub > a {
  padding-left: 60px;
}
.header__menu--mobile .nav--header .nav--second .nav__item.sub > a:hover,
.header__menu--mobile .nav--header .nav--second .nav__item.sub > a.act {
  border-left: 4px solid #eeeeee;
}
.header__menu--mobile .nav--header .nav--second .nav__item.sub .nav__item {
  border: none;
}
.header__menu--mobile .nav--header .nav--second .nav__item.sub .nav__item:before {
  display: none;
}
.header__menu--mobile .nav--header .nav--second .nav__item.sub .hidden--menu {
  display: none;
  background: #fff;
}
.header__menu--mobile .nav--header .nav--second .nav__item.sub .hidden--menu a {
  color: #676767;
}
.header__menu--mobile .nav--header .nav--second .nav__item.sub .hidden--menu a:hover,
.header__menu--mobile .nav--header .nav--second .nav__item.sub .hidden--menu a.act {
  color: #ed8601;
}
.header__menu--mobile .nav--header .nav--second .nav__item.sub.act-open .hidden--menu {
  display: block;
}
.header__menu--mobile .trigger--toggle {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  cursor: default;
  z-index: 2;
  height: 40px;
  width: 50px;
  margin-top: 1px;
  border-right: 1px solid #ffffff;
  text-align: center;
  font-size: 14px;
}
.header__menu--mobile .trigger--toggle:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-right: 1px solid #dadada;
}
.header__menu--mobile .trigger--toggle:before {
  font-family: 'Glyphicons Halflings';
  content: '\002b';
  line-height: 40px;
}
.header__menu--mobile .trigger--toggle.trigger--toggle-open:before {
  content: '\2212';
}
.trigger--menu-open {
  display: block;
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  width: 45px;
  height: 35px;
  right: 30px;
  top: 13px;
  background: url(img/icon_nav.svg) center center no-repeat #dadada;
  background-size: 20px auto;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.trigger--menu-close {
  display: block;
  height: 45px;
  cursor: pointer;
  padding: 0 10px 0 40px;
  line-height: 45px;
  color: #fff;
  font-size: 14px;
  font-family: Open sans Semi, Arial, Helvetica, sans-serif;
  font-weight: 600;
  background: #ed8601;
}
.trigger--menu-close:after {
  font-family: 'Glyphicons Halflings';
  content: '\e014';
  position: absolute;
  top: 0;
  left: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 45px;
  font-weight: normal;
}
.trigger--nav-item {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  cursor: pointer;
}
.trigger--toggle {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 40px;
  height: 36px;
  z-index: 2;
}
.no-touch .hover > a {
  color: #ed8601 !important;
}
@media only screen and (max-width: 1023px) {
  .trigger--nav-item {
    display: none;
  }
  .nav--header .nav--second .nav__item.sub:after {
    display: none;
  }
  .nav--second {
    display: block !important;
  }
}
.nav--meta {
  padding-right: 70px;
  font-size: 14px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .nav--meta {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1023px) {
  #logo {
    position: absolute;
    top: 2px;
    padding: 10px 20px;
    width: 158px;
    z-index: 7;
    background: #fff;
  }
}
/* =====================================
   Search
   ===================================== */
.header__search {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 6;
  width: 100%;
  height: 0;
  overflow: hidden;
  text-align: center;
  background: #fff;
  -webkit-transition: all 0.2s, 400ms 0.2s;
  -moz-transition: all 0.2s, 400ms 0.2s;
  -o-transition: all 0.2s, 400ms 0.2s;
  transition: all 0.2s, 400ms 0.2s;
  text-align: right;
}
.header__search.search--open {
  height: 60px;
  padding: 6px 0 0 0;
}
.header__search input[type='text'] {
  display: inline-block;
  width: 200px;
  border: none;
  border-bottom: 1px solid #ccc;
  position: relative;
  top: -1px;
  padding: 12px 33px 12px 0;
}
.header__search .btn--search {
  margin: 0 10px;
  padding: 10px 20px;
  line-height: 1.4em;
}
.trigger--search-open {
  display: inline-block;
  position: absolute;
  z-index: 5;
  top: 22px;
  right: 0;
  width: 18px;
  height: 18px;
  background: url(img/icon_search.svg) center center no-repeat;
  background-size: 18px auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.trigger--search-close {
  display: inline-block;
  position: relative;
  z-index: 2;
  right: 0;
  top: 8px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background: url(img/icon_open-close.svg) center center no-repeat;
  background-size: 25px auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header--js-offset {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 109px;
  background: #fff;
  z-index: 1080;
  border-bottom: 2px solid #2390a2;
}
.header__meta {
  margin-top: 0;
  margin-bottom: 2px;
  height: 42px;
}
.header__meta ul {
  overflow: hidden;
  height: 40px;
}
.header__meta {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.reduced {
  padding-top: 65px;
}
.fixed--header .header--js-offset,
.reduced .header--js-offset,
.fixed--header #logo,
.reduced #logo {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.fixed--header .header__meta,
.reduced .header__meta {
  margin-top: -45px;
}
.fixed--header .header--js-offset,
.reduced .header--js-offset {
  position: fixed;
  height: 65px;
}
.fixed--header #logo,
.reduced #logo {
  position: absolute;
  top: 2px;
  padding: 10px 20px;
  box-shadow: none;
  width: 158px;
}
@media only screen and (min-width: 1024px) {
  .no-touch .trigger--nav-item {
    display: none;
  }
  .no-touch .nav--second {
    top: 2px !important;
    visibility: hidden;
    display: block !important;
  }
  .no-touch .menu__item {
    background: #fff;
    z-index: 6;
    position: relative;
  }
  .no-touch .nav__item:hover .nav--second {
    visibility: visible;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -webkit-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
    top: 62px !important;
    -webkit-transition: top 400ms ease-out;
    -moz-transition: top 400ms ease-out;
    -o-transition: top 400ms ease-out;
    transition: top 400ms ease-out;
  }
  .no-touch .nav__item:hover > .menu__item {
    color: #2390a2 !important;
  }
  .no-touch .nav__item:hover > .menu__item > .menu__item {
    color: #2390a2 !important;
  }
  .no-touch .nav__item a:hover {
    color: #2390a2 !important;
  }
  .no-touch .nav__item a:hover > .menu__item {
    color: #2390a2 !important;
  }
  #logo {
    position: absolute;
    top: -44px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 20px 2px #777;
    z-index: 7;
  }
  #logo img {
    margin: 0 auto;
  }
  .header__search {
    display: block;
  }
  .header__search input[type='text'] {
    width: 400px;
  }
  .trigger--nav-item {
    width: 100%;
    right: 0;
    left: auto;
    top: 0;
  }
  .trigger--toggle {
    display: none;
  }
  body.menu--open {
    overflow: auto;
  }
  body.menu--open:after {
    display: none;
  }
  .header__menu {
    display: block;
  }
  .header__menu--mobile {
    display: none;
  }
  .nav--header {
    font-size: 14px;
    z-index: 2;
  }
  .nav--header .menu__item {
    position: relative;
  }
  .nav--header .nav__wrapper {
    position: static;
    text-align: right;
    padding-right: 25px;
  }
  .nav--header .nav__wrapper > .nav__item {
    display: inline-block;
    position: static;
    overflow: hidden;
  }
  .nav--header .nav__wrapper > .nav__item > a,
  .nav--header .nav__wrapper > .nav__item > .menu__item {
    color: #333;
  }
  .nav--header .nav__wrapper > .nav__item > a > .menu__item,
  .nav--header .nav__wrapper > .nav__item > .menu__item > .menu__item {
    color: #333;
  }
  .nav--header .nav__wrapper > .nav__item .menu__item.is-active {
    color: #2390a2;
  }
  .nav--header .nav__wrapper > .nav__item.is-active > a,
  .nav--header .nav__wrapper > .nav__item.hover > a,
  .nav--header .nav__wrapper > .nav__item.is-active > .menu__item,
  .nav--header .nav__wrapper > .nav__item.hover > .menu__item {
    color: #2390a2 !important;
  }
  .nav--header .nav__wrapper > .nav__item:first-child > a:after,
  .nav--header .nav__wrapper > .nav__item:first-child > .menu__item:after {
    display: none;
  }
  .nav--header .nav__wrapper > .nav__item > a,
  .nav--header .nav__wrapper > .nav__item > .menu__item {
    padding: 20px 15px;
    font-size: 16px;
  }
  .nav--header .nav__wrapper > .nav__item > a:after,
  .nav--header .nav__wrapper > .nav__item > .menu__item:after {
    content: '';
    display: none;
    width: 1px;
    height: 16px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 17px;
  }
  .nav--header .nav--second {
    display: none;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 5;
    width: 100%;
    background: #fff;
    padding: 30px 10px 10px 10px;
    -webkit-transform-style: preserve-3d;
    text-align: left;
    border-bottom: 2px solid #2390a2;
  }
  .nav--header .nav--second div > ul > .nav__item {
    padding: 10px 20px;
    float: left;
    width: 25%;
  }
  .nav--header .nav--second div > ul > .nav__item:nth-child(4n + 5) {
    clear: left;
  }
  .nav--header .nav--second div > ul > .nav__item > a {
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
  }
  .nav--header .nav--second div > ul > .nav__item > a:hover,
  .nav--header .nav--second div > ul > .nav__item > a.act,
  .nav--header .nav--second div > ul > .nav__item > a:active,
  .nav--header .nav--second div > ul > .nav__item > a:focus {
    color: #2390a2;
  }
  .nav--header .nav--second .nav__item {
    font-size: 13px;
  }
  .nav--header .nav--second .nav__item.sub:first-child {
    margin-top: 0;
  }
  .nav--header .nav--second .nav__item.sub a {
    padding-left: 0;
  }
  .nav--header .nav--second .nav__item.sub .hidden--menu {
    display: block;
  }
  .nav--header .nav--second .nav__item.sub .hidden--menu .nav__item a {
    font-weight: normal;
    padding: 5px 0 5px 12px;
    position: relative;
  }
  .nav--header .nav--second .nav__item.sub .hidden--menu .nav__item a:hover,
  .nav--header .nav--second .nav__item.sub .hidden--menu .nav__item a.act,
  .nav--header .nav--second .nav__item.sub .hidden--menu .nav__item a:active,
  .nav--header .nav--second .nav__item.sub .hidden--menu .nav__item a:focus {
    color: #2390a2;
  }
  .nav--header .nav--second .nav__item.sub .hidden--menu .nav__item a:after {
    display: block;
    content: '»';
    position: absolute;
    left: 0;
    top: 3px;
  }
  .nav--header .nav--second .nav__item a {
    padding: 12px 0;
  }
  .nav--header .nav--second .nav__item:first-child a {
    border: none;
  }
}
/* =====================================
   Content
   ===================================== */
#content {
  /*@media only screen and (min-width: 768px) {

		.col__img + *, .img--top + *, .img--left +  *, .img--right + * {
			margin-top: 0;
		}
	}*/
}
#content blockquote {
  font-family: Georgia, serif;
  font-size: 1.025em;
  font-style: italic;
  margin-bottom: 16px;
  padding: 0 0 0 40px;
  position: relative;
  color: #a0a0a0;
}
#content blockquote:before {
  display: block;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: -5px;
  top: 25px;
  color: #676767;
}
#content p.intro {
  font-family: Open sans Semi, Arial, Helvetica, sans-serif;
  font-weight: 600;
}
#content .cType_pic img,
#content .cType_textpic img,
#content .col__img img,
#content .teaser-col img {
  display: block;
  max-width: 100%;
  height: auto;
}
#content .path {
  margin-bottom: 20px;
  margin-top: 40px;
}
#content .path h1 {
  border: none;
  padding: 0;
  margin: 0;
  float: left;
}
#content .path h2 {
  color: #a0a0a0;
  float: left;
  margin: 0;
}
#content h2 {
  color: #333;
}
#content h1,
#content h3,
#content h4 {
  color: #222;
}
#content a {
  color: #2390a2;
}
#content ul {
  padding-left: 20px;
  list-style-type: disc;
}
#content ul li {
  margin-top: 6px;
}
#content .cType_textpic .img--left + .col__text ul {
  overflow: hidden;
}
#content ul.dropdown-menu {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
}
#content ul#tiles {
  padding: 0;
  position: relative;
  list-style-type: none;
}
#content ul#tiles li {
  display: block;
  float: left;
  list-style-type: none;
  background: #fff;
  border: 1px solid #efefef;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
  padding: 10px;
  position: relative;
  width: 127px;
}
#content ul#tiles li span {
  display: none;
  color: #676767;
  position: relative;
  top: 5px;
  line-height: 1.0em;
  font-size: 0.6em;
  font-family: Open sans Semi, Arial, Helvetica, sans-serif;
  font-weight: 600;
}
#content ul#tiles li:hover {
  box-shadow: 0 5px 20px 3px rgba(0, 0, 0, 0.1);
  transform: scale(1.5);
  z-index: 2;
}
#content ul#tiles li:hover span {
  display: block;
}
#content ul#tiles li img {
  display: block;
  max-width: 100%;
  height: auto;
  box-shadow: none;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -webkit-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
#content ul#tiles li a img {
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  -webkit-opacity: 1.0;
  -khtml-opacity: 1.0;
  opacity: 1.0;
}
#content ol {
  padding-left: 16px;
}
#content ol li {
  list-style-type: decimal;
}
#content .cType_textpic ul,
#content .cType_text ul,
#content .cType_textpic ol,
#content .cType_text ol {
  margin-top: 20px;
}
#content .cType_textpic ul:first-child,
#content .cType_text ul:first-child,
#content .cType_textpic ol:first-child,
#content .cType_text ol:first-child {
  margin-top: 0;
}
#content .cType_pic .img span,
#content .cType_textpic .img span {
  display: block;
  font-size: 13px;
}
#content .cType_pic .caption,
#content .cType_textpic .caption {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.2em;
}
#content .cType_iframe {
  margin-top: 20px;
}
#content .cType_iframe iframe {
  margin-bottom: 20px;
}
#content .text--slider p {
  margin: 16px 0 0 0;
}
#content .content__slider--wrapper {
  margin: 30px 0 60px 0;
  padding-top: 10px;
  position: relative;
}
#content .content__slider--wrapper .slider__item {
  overflow: hidden;
}
#content .content__slider--wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
#content .content__slider--wrapper .text {
  background: #ededed;
  padding: 20px;
  color: #222;
}
#content .content__slider--wrapper h2 {
  color: #222;
  font-weight: normal;
  margin: 0 0 5px 0;
  font-size: 1.4em;
}
#content .content__slider--wrapper h2:first-child {
  margin: 0 0 5px 0;
}
#content .content__slider--wrapper h2,
#content .content__slider--wrapper h3,
#content .content__slider--wrapper h4,
#content .content__slider--wrapper h5 {
  margin: 16px 0 0 0;
}
#content .content__slider--wrapper .copy {
  font-size: 0.9em;
  display: block;
}
#content .content__slider--wrapper p {
  margin: 16px 0 0 0;
}
#content .content__slider--wrapper p:first-child {
  margin: 0;
}
#content .content__slider--wrapper ul,
#content .content__slider--wrapper ol {
  margin-top: 20px;
}
#content .content__slider--wrapper ul:first-child,
#content .content__slider--wrapper ol:first-child {
  margin-top: 0;
}
#content .content__slider--wrapper .slider__header {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  color: #2390a2;
  font-size: 1.1em;
  min-height: 30px;
  font-family: Open sans Semi, Arial, Helvetica, sans-serif;
  font-weight: 600;
}
#content .content__slider--wrapper .gallery {
  position: relative;
  background: #bbb;
}
#content .content__slider--wrapper .gallery-link {
  position: absolute;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  display: block;
  width: 35px;
  height: 35px;
  background: url(img/zoom-in.svg) left top no-repeat;
  background-size: 35px auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
#content .content__slider--wrapper .pager--bottom,
#content .content__slider--wrapper .pager--top {
  position: relative;
  z-index: 5;
}
#content .content__slider--wrapper .pager--top {
  top: -5px;
}
#content .content__slider--wrapper .pager--bottom {
  top: 10px;
  height: 50px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#content .content__slider--wrapper .pager--bottom .bx-next,
#content .content__slider--wrapper .pager--bottom .bx-prev,
#content .content__slider--wrapper .pager--bottom .slide-number {
  top: 10px;
}
#content .content__slider--wrapper .slide-number {
  position: absolute;
  right: 0;
  top: 0;
  width: 107px;
  text-align: center;
  line-height: 25px;
  font-size: 1.1em;
  background: #fff;
  font-family: Open sans Semi, Arial, Helvetica, sans-serif;
  font-weight: 600;
}
#content .content__slider--wrapper .slide-number .current-index {
  color: #2390a2;
}
#content .content__slider--wrapper .bx-prev,
#content .content__slider--wrapper .bx-next {
  display: block;
  width: 22px;
  height: 25px;
  background-image: url(img/skip_gray.svg);
  background-repeat: no-repeat;
  background-size: 25px auto;
  position: absolute;
  top: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 5;
}
#content .content__slider--wrapper .bx-next {
  right: 0;
  background-position: right top;
}
#content .content__slider--wrapper .bx-prev {
  right: 80px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-position: left bottom;
}
#content #slider h2,
#content #bx-pager h2 {
  padding-bottom: 5px;
  border-bottom: 1px solid #a0a0a0;
  margin-bottom: 20px;
}
#content #slider {
  margin: 56px 0 30px 0;
  position: relative;
}
#content #slider .caption {
  display: block;
  font-size: 13px;
  padding-top: 6px;
  margin-bottom: -4px;
}
#content #slider .image {
  background: #fff;
  border: 1px solid #efefef;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
  padding: 10px;
  display: inline-block;
  margin-left: 4px;
}
#content #slider .bx-controls-direction {
  position: absolute;
  top: -4px;
  right: 0;
}
#content #slider .bx-controls-direction a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  float: left;
  margin-left: 15px;
  width: 10px;
  height: 10px;
}
#content #slider .bx-controls-direction a.bx-prev {
  border-right: 10px solid #a0a0a0;
  border-bottom: 11px solid #fff;
  border-top: 11px solid #fff;
}
#content #slider .bx-controls-direction a.bx-next {
  border-left: 10px solid #a0a0a0;
  border-bottom: 11px solid #fff;
  border-top: 11px solid #fff;
}
#content #slider .bx-controls-direction a:first-child {
  margin-left: 0;
}
#content #slider .bxslider {
  margin: 0;
}
#content #slider .bxslider li {
  display: block;
  float: left;
  list-style-type: none;
  overflow: hidden;
  margin: 0;
}
#content #slider .col-xs-12 {
  padding: 0 20px 0 0;
}
#content #slider dl dt {
  color: #ed8601;
  font-family: Open sans Semi, Arial, Helvetica, sans-serif;
  font-weight: 600;
}
#content #slider dl dd {
  margin-bottom: 5px;
}
.teaser,
.teaser__container {
  font-size: 14px;
  color: #222;
}
.teaser h4,
.teaser__container h4 {
  color: #222;
  margin-bottom: 5px;
  font-size: 1.0em;
}
.teaser img,
.teaser__container img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 14px 0 6px 0;
}
.teaser .teaser-col,
.teaser__container .teaser-col {
  margin-top: 20px;
}
.teaser .teaser-col a,
.teaser__container .teaser-col a {
  text-decoration: none;
  color: #2390a2;
  display: block;
  padding: 5px 0;
}
.teaser .teaser-col a:hover,
.teaser__container .teaser-col a:hover {
  color: #2390a2;
}
.teaser {
  padding: 20px 0 40px 0;
  background: #eee;
  margin-top: 40px;
  margin-bottom: -40px;
}
.landingpage #content h2 {
  color: #ed8601;
  font-size: 1.675em;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.landingpage #content h2.special {
  color: #2390a2;
}
.widget__spendino {
  margin: 30px auto 40px auto;
  max-width: 400px;
}
.widget__spendino img {
  margin: 0 auto;
}
.widget__spendino p {
  text-align: center;
}
.widget__spendino strong {
  font-size: 1.475em;
}
.widget__spendino .btn_more {
  display: block;
  text-align: center;
  padding: 8px 0;
}
@media only screen and (min-width: 1024px) {
  #slider .col-md-5 {
    width: 40%;
  }
}
/* =====================================
   Accordion
   ===================================== */
#content .cType_accordion {
  margin-top: 20px;
  background: #eee;
}
#content .cType_accordion:first-child {
  margin-top: 0;
}
#content .trigger--acc {
  color: #ed8601;
  padding: 17px 20px 17px 60px;
  cursor: pointer;
  position: relative;
}
#content .trigger--acc:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 34px;
  height: 34px;
  left: 10px;
  top: 10px;
  -webkit-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -ms-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  background: url(img/img_btn_close.png) left top no-repeat;
}
#content .trigger--acc.is-active:before {
  transform: rotateX(180deg);
}
#content .acc__wrap {
  display: none;
}
#content .acc__wrap .acc__item {
  border-top: 1px dotted #a0a0a0;
  margin: 0 20px;
}
#content .acc__wrap .acc__item:first-child {
  border: none;
}
#content .acc__wrap .cType_text,
#content .acc__wrap .cType_textpic,
#content .acc__wrap .cType_pic,
#content .acc__wrap .webvideo {
  padding: 20px 0;
  margin: 0;
  border: none;
}
#content .acc__wrap .cType_text p:first-of-type,
#content .acc__wrap .cType_textpic p:first-of-type,
#content .acc__wrap .cType_pic p:first-of-type,
#content .acc__wrap .webvideo p:first-of-type,
#content .acc__wrap .cType_text p:first-child,
#content .acc__wrap .cType_textpic p:first-child,
#content .acc__wrap .cType_pic p:first-child,
#content .acc__wrap .webvideo p:first-child {
  margin-top: 0;
}
#content .acc__wrap .cType_text h2 + p,
#content .acc__wrap .cType_textpic h2 + p,
#content .acc__wrap .cType_pic h2 + p,
#content .acc__wrap .webvideo h2 + p,
#content .acc__wrap .cType_text h3 + p,
#content .acc__wrap .cType_textpic h3 + p,
#content .acc__wrap .cType_pic h3 + p,
#content .acc__wrap .webvideo h3 + p {
  margin-top: 20px;
}
#content .acc__wrap .cType_text p:first-child,
#content .acc__wrap .cType_textpic p:first-child,
#content .acc__wrap .cType_text ul:first-child,
#content .acc__wrap .cType_textpic ul:first-child {
  margin-top: 0;
}
/* =====================================
   Presse
   ===================================== */
#content .pageBrowserTop {
  margin-top: -10px;
}
#content .pageBrowser {
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
}
#content .pageBrowser span {
  display: block;
  float: left;
  margin-right: 20px;
  line-height: 30px;
}
#content .pageBrowser ul {
  margin: 0;
  padding-left: 0;
}
#content .pageBrowser ul li {
  display: block;
  width: 30px;
  line-height: 30px;
  background: #eee;
  list-style-type: none;
  text-align: center;
  float: left;
  margin-left: 10px;
  margin-top: 0;
  font-family: Open sans Semi, Arial, Helvetica, sans-serif;
  font-weight: 600;
}
#content .pageBrowser ul li a {
  text-decoration: none;
  display: block;
  line-height: 30px;
  background: #2390a2;
  color: #fff;
}
#content .pageBrowserText {
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
}
#content .pageBrowserText a {
  text-decoration: none;
  display: block;
  color: #2390a2;
  float: left;
  margin-left: 10px;
  font-family: Open sans Semi, Arial, Helvetica, sans-serif;
  font-weight: 600;
}
#content .pageBrowserText a span {
  color: #676767;
  font-weight: normal;
}
#content .pageBrowserText a:first-child {
  margin-left: 0;
}
#content .bildarchiv {
  margin-top: 20px;
}
#content .bildarchiv h3 {
  color: #2390a2;
  margin-bottom: 15px;
}
#content .bildarchiv .text span {
  display: block;
  padding-top: 10px;
  font-family: Open sans Semi, Arial, Helvetica, sans-serif;
  font-weight: 600;
}
#content .bildarchiv .text span a {
  padding-right: 20px;
  text-decoration: none;
}
#content .press--list a {
  text-decoration: none;
  color: #676767;
}
#content .press--list p {
  margin-bottom: 0;
}
#content .press--list h2 {
  font-size: 15px;
  margin: 10px 0 0 0;
}
#content .press--list span {
  font-size: 14px;
  font-family: Open sans Semi, Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: italic;
}
#content .press--list .caption {
  font-family: Open sans, Arial, Helvetica, sans-serif;
  font-weight: 400;
}
#content .press--list .caption a {
  color: #2390a2;
  text-decoration: underline;
}
#content .standardtext .aktuell {
  background: none;
}
#content .standardtext .aktuell .subInfo {
  margin-top: 8px;
}
#content .standardtext .aktuell span {
  font-family: Open sans Semi, Arial, Helvetica, sans-serif;
  font-weight: 600;
}
#content .standardtext .aktuell span.date {
  font-size: 14px;
  font-family: Open sans Semi, Arial, Helvetica, sans-serif;
  font-weight: 600;
}
#content .standardtext .aktuell span.date + * {
  margin-top: 5px;
}
#content .standardtext .aktuell .text {
  margin-top: 20px;
}
#content .standardtext .bottomline {
  display: block;
  height: 1px;
  border-top: 1px solid #2390a2;
  margin: 20px 0;
  clear: both;
}
#content .archivBrowser {
  padding: 10px;
  margin-bottom: 20px;
  background: #eee;
  clear: both;
  overflow: hidden;
}
#content .archivBrowser span {
  display: block;
  font-family: Open sans Semi, Arial, Helvetica, sans-serif;
  font-weight: 600;
}
#content .archivBrowser ul {
  margin-top: 10px;
  padding: 0;
}
#content .archivBrowser ul li {
  float: left;
  margin-right: 20px;
  list-style-type: none;
}
#content .archivBrowser ul li a {
  text-decoration: none;
  color: #2390a2;
  font-family: Open sans Semi, Arial, Helvetica, sans-serif;
  font-weight: 600;
}
#content .archivBrowser ul li a.active {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  #content .archivBrowser span {
    float: left;
  }
  #content .archivBrowser ul {
    float: right;
    width: 80%;
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #content .standardtext .aktuell .text {
    margin-top: 0;
  }
  #content .pageBrowserTop {
    margin-top: 0;
  }
  #content .pageBrowserTop .pageBrowser,
  #content .pageBrowserTop .pageBrowserText {
    margin-top: -52px;
  }
  #content .pageBrowserText {
    float: right;
    clear: none;
    overflow: hidden;
    width: auto;
  }
  #content .pageBrowser {
    float: right;
    clear: none;
    overflow: hidden;
    width: auto;
  }
  #content .pageBrowser .tx-pagebrowse-pi1 {
    float: right;
  }
  #content .pageBrowser span {
    line-height: 1.0em;
  }
  #content .pageBrowser ul li {
    display: block;
    width: auto;
    line-height: 1.0em;
    background: none;
    color: #a0a0a0;
  }
  #content .pageBrowser ul li a {
    line-height: 1.0em;
    background: none;
    color: #2390a2;
  }
}
/* =====================================
   Special
   ===================================== */
#cookie-bar {
  z-index: 100;
  padding: 20px 0;
  background: #333;
  width: 100%;
  color: #f9f9f9;
  font-size: 14px;
}
#cookie-bar a {
  color: #f9f9f9;
  text-decoration: underline;
}
#cookie-bar .cb-enable {
  display: inline-block;
  height: auto;
  line-height: 1.2em;
  text-align: center;
  color: #fff;
  border: none;
  padding: 15px 25px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 1px 1px 2px #999;
  white-space: normal;
  color: #fff!important;
  text-decoration: none!important;
  background: #ed8601;
  padding: 10px 15px;
  box-shadow: none;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -18px;
  width: auto!important;
}
#cookie-bar .cb-enable .arrow {
  display: inline-block;
  margin-left: 8px;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  top: 3px;
  width: 10px;
  height: 15px;
  background: url(img/arrow-right.svg) center center no-repeat;
  font-family: Open sans Semi, Arial, Helvetica, sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 359px) {
  #cookie-bar .cb-enable {
    display: block;
    width: 100%;
    float: none;
  }
}
#cookie-bar p {
  line-height: 1.2em;
  padding-right: 50px;
}
ul.lang {
  position: absolute;
  right: 0px;
  top: 0;
  width: 60px;
  text-align: right;
  font-size: 14px;
  z-index: 3;
}
ul.lang li {
  float: right;
  line-height: 40px;
  position: relative;
}
ul.lang li:first-child {
  padding-left: 7px;
}
ul.lang li:first-child:before {
  content: '|';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
ul.lang a {
  text-decoration: none;
  color: #fff;
  font-family: Open sans Semi, Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.hidden-content {
  display: none;
}
#content ul.stipendiatenPortraitListe {
  padding: 0;
}
#content ul.stipendiatenPortraitListe li {
  list-style-type: none;
  border: none;
  padding: 0;
  margin-top: 20px;
}
#content ul.stipendiatenPortraitListe a {
  display: block;
  text-decoration: none;
  color: #2390a2;
}
#content ul.stipendiatenPortraitListe h2 {
  margin-bottom: 0!important;
  font-size: 1.0em;
}
#content ul.stipendiatenPortraitListe p {
  margin-top: 5px;
}
#content ul.stipendiatenPortraitListe p a {
  margin-top: 10px;
}
#content div.portrait img,
#content div.stipendiatenPortraitDetail img {
  display: block;
  max-width: 100%;
  height: auto;
}
#content div.portrait .shortText h2,
#content div.stipendiatenPortraitDetail .shortText h2 {
  font-size: 1.0em;
  margin-bottom: 0;
}
#content .content-links {
  margin-top: 20px;
}
#content .content-links ul {
  margin-bottom: 10px;
  padding: 0;
}
#content .content-links ul li {
  list-style-type: none;
  margin-bottom: 0;
}
#content .content-links p {
  font-family: Open sans Semi, Arial, Helvetica, sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}
#content .list-view {
  border-bottom: 1px dotted #a0a0a0;
  margin-top: 10px;
  padding-bottom: 10px;
}
#content .list-view h3 a {
  color: #2390a2;
  text-decoration: none;
}
#content .list-view p {
  margin-bottom: 0;
  margin-top: 10px;
}
#content .webvideo {
  border-bottom: 1px dotted #a0a0a0;
  padding-bottom: 10px;
}
#content {
  /*.teaser__container {
        margin-top: @margin - 20;
        
        .teaser-col {
            margin-top: 20px;
        }
        
        .teaser--inner {
            background: @acc;
            padding: 20px;
            
            h4 {
                margin-bottom: 10px;
                color: #fff;
            }
            
            p {
                margin-top: 10px;
                color: #fff;
                
                a {
                    text-decoration: none;
                    color: #fff;
                    display: block;
                    padding: 5px 0;
                    .text-semi;
            
                    &:hover {
                        color: #fff;
                    }
                }
            }
        }
    }*/
}
#content .home-aktuell span.caption,
#content .home-liste span.caption {
  display: none;
}
#content .home-aktuell .img--top {
  margin-top: 0;
  overflow: hidden;
}
#content .home-aktuell .cType_textpic {
  margin-top: 40px;
}
#content .home-aktuell .match-height .teaser--inner {
  background: #eee;
}
#content .home-aktuell .date {
  font-size: 14px;
  font-family: Open sans Semi, Arial, Helvetica, sans-serif;
  font-weight: 600;
}
#content .home-aktuell h2,
#content .home-aktuell p {
  margin: 6px 0 0 0;
  font-family: 'Open Sans semi';
  line-height: 1.3em;
  color: #222;
  font-size: 14px;
}
#content .home-aktuell h2 a,
#content .home-aktuell p a {
  color: #222;
  text-decoration: none;
}
#content .home-aktuell .teaser--inner {
  position: relative;
}
#content .home-aktuell .text {
  padding: 10px 10px 40px 10px;
  margin-top: 0;
}
#content .home-aktuell .text .more {
  position: absolute;
  right: 10px;
  bottom: 8px;
}
#content .press--list {
  margin-top: 10px;
}
#content .press--list .teaser--inner {
  padding-top: 10px;
  border-top: 1px dotted #a0a0a0;
}
#content .press--list:first-child .teaser--inner {
  border: none;
}
#content .press--list h2 {
  font-family: 'Open Sans';
  font-weight: 400;
}
#content .btn__wrap {
  text-align: right;
}
#content .press--list {
  border: none;
  padding-bottom: 0;
}
#content .press--list .col__img--left {
  padding-right: 15px;
  padding-left: 0;
}
#content .press--list .col__text--right {
  padding-left: 15px;
  padding-right: 0;
  margin-top: 0;
}
#content .home-liste {
  margin-top: 40px;
  padding-bottom: 10px;
  color: #222;
  font-size: 15px;
}
#content .home-liste img {
  border: 5px solid #fff;
}
#content .home-liste .teaser--inner {
  background: #eee;
  padding: 0 10px 60px 10px;
  position: relative;
}
#content .home-liste .list--inner {
  padding: 0 10px;
}
#content .home-liste .col__img--left {
  padding-right: 7.5px;
  padding-left: 0;
}
#content .home-liste .col__img--left img {
  margin-top: 4px;
}
#content .home-liste .col__text--right {
  padding-left: 7.5px;
  padding-right: 0;
  margin-top: 0;
}
#content .home-liste .col__text--right p {
  margin-top: 0;
}
#content .home-liste .more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  padding: 10px 20px 10px 20px;
  border-top: 1px solid #fff;
  font-weight: normal;
}
#content .home-liste h2 {
  padding: 10px 20px;
  margin: 0 -10px;
  background: #ed8601;
  color: #fff;
}
#content .teaser--list h2,
#content .teaser--list h3 {
  padding: 10px 20px;
  margin: 0 -10px;
  background: #2390a2;
  color: #fff;
}
#content .teaser--list .teaser--inner {
  background: #eee;
}
#content .teaser--list .teaser-col {
  width: 100%;
  float: none;
}
/* =====================================
   Slider
   ===================================== */
.btn--skip {
  position: absolute;
  width: 35px;
  height: 56px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: none;
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  cursor: pointer;
}
.btn--skip.prev {
  left: 15px;
  background-image: url(img/skip_2.svg);
  background-size: 35px auto;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.btn--skip.next {
  right: 15px;
  background-image: url(img/skip_2.svg);
  background-size: 35px auto;
}
.slider--descr {
  position: absolute;
  bottom: 0;
  padding: 8px;
  background: url(img/bg_gradient.png) left bottom;
  background-size: contain;
  width: 100%;
  color: #fff;
}
.slider--descr a {
  color: #fff!important;
}
.slider--controls {
  text-align: right;
  margin-top: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
  position: relative;
  z-index: 1;
}
.slider--controls .toggle--item {
  display: inline-block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-left: 10px;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -webkit-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
.slider--controls .pager {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}
.slider--controls .descr--toggle {
  background: url(img/left-alignment.svg) left top no-repeat;
  background-size: 20px auto;
}
.slider--controls .full--toggle {
  background: url(img/expand.svg) left top no-repeat;
  background-size: 20px auto;
}
.slider {
  position: relative;
  display: block;
  float: none;
}
.slider--wrapper-fullscreen {
  display: none;
  position: fixed!important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  /*.descr--toggle {
        background: url(img/left-alignment-wh.svg) left top no-repeat;
        background-size: 20px auto;
    }*/
}
.slider--wrapper-fullscreen .slider {
  margin: 0 auto;
}
.slider--wrapper-fullscreen .pager {
  top: 8px;
  left: 8px;
}
.slider--wrapper-fullscreen .slider--descr {
  bottom: 38px;
}
.slider--wrapper-fullscreen .slider--controls {
  border: none;
  padding: 8px;
  background-color: #fff;
  width: 100%;
  margin-top: 0;
  position: absolute;
  left: 0;
  bottom: -2px;
  /*.toggle--item {
            .opacity1;
        }*/
}
.slider--wrapper-fullscreen .full--toggle {
  background: url(img/shrink.svg) left top no-repeat;
  background-size: 20px auto;
}
body.fullscreen {
  overflow: hidden;
  padding-right: 17px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.jump-to {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}
/* =====================================
   Form
   ===================================== */
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #676767;
  -webkit-box-shadow: 0 0 0px 1000px none inset;
  transition: background-color 5000s ease-in-out 0s;
}
/* =====================================
   Form
   ===================================== */
.form-horizontal {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
.form-horizontal fieldset {
  margin-top: 30px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}
.form-horizontal fieldset:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
.form-horizontal legend {
  margin-top: 20px;
  padding-right: 25px;
  padding-left: 0;
  position: relative;
}
.form-horizontal legend .icon {
  position: absolute;
  right: 0;
  line-height: 1.4em;
}
.form-horizontal textarea {
  height: 100px;
}
@media only screen and (min-width: 1024px) {
  .form-horizontal {
    max-width: 800px;
  }
}
.form-horizontal .form-group {
  margin: 20px 0 0 0;
}
.form-horizontal .control-label {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  color: #222;
  font-family: Open sans Semi, Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.form-horizontal .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.form-horizontal .dropdown-menu {
  border: 1px solid #ccc;
}
.form-horizontal .dropdown-menu.inner {
  max-height: 300px!important;
}
.form-horizontal .dropdown-menu > li > a {
  white-space: normal;
}
.form-horizontal label,
.form-horizontal span.control-label {
  color: #666;
}
#main .bootstrap-select.btn-group .dropdown-menu.inner {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#main .bootstrap-select.btn-group .dropdown-menu.inner li {
  list-style-type: none;
  margin: 0;
}
#main .bootstrap-select.btn-group .dropdown-menu.inner a {
  color: inherit;
}
.form-control {
  height: 40px;
}
.btn.dropdown-toggle {
  padding: 9px 12px;
}
.btn--submit {
  min-width: 200px;
  float: right;
}
@media only screen and (min-width: 768px) {
  .btn--submit {
    min-width: 265px;
  }
}
.btn--default {
  display: inline-block;
  height: auto;
  line-height: 1.2em;
  text-align: center;
  color: #fff;
  border: none;
  background: #ed8601;
  padding: 15px 25px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 1px 1px 2px #999;
  white-space: normal;
  color: #fff!important;
  text-decoration: none!important;
}
.btn--default .arrow {
  display: inline-block;
  margin-left: 8px;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  top: 3px;
  width: 10px;
  height: 15px;
  background: url(img/arrow-right.svg) center center no-repeat;
  font-family: Open sans Semi, Arial, Helvetica, sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 359px) {
  .btn--default {
    display: block;
    width: 100%;
    float: none;
  }
}
.btn--back {
  display: inline-block;
  float: left;
  line-height: 1.0em;
  font-size: 1.0em;
  color: #222!important;
  padding: 17px 0 16px 32px;
  margin: 0 auto 15px auto;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.btn--back:hover,
.btn--back:active,
.btn--back:focus {
  text-decoration: none;
}
.btn--back:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  text-align: center;
  color: #fff;
  width: 24px;
  height: 24px;
  background: url(img/arrow-left.svg) 1px 1px no-repeat #ed8601;
}
.btn__holder {
  margin-top: 40px;
}
.info--text {
  float: none;
  margin-bottom: 10px;
  font-size: 14px;
}
.info--box {
  background: #eee;
  position: relative;
  float: none;
  margin-top: 10px;
  font-size: 13px;
  padding: 0;
}
.info--box .inner {
  padding: 5px 15px 5px 5px;
}
.info--box:after {
  display: block;
  content: '';
  width: 18px;
  height: 18px;
  background: url(img/info_i.png) left top no-repeat;
  background-size: 18px 18px;
  margin-left: 4px;
  position: absolute;
  top: -4px;
  right: -6px;
}
/* * * LABEL CHECKBOX / RADIO * * */
.checkbox label,
.radio label,
.radio {
  position: relative;
  left: 0px;
  text-align: left;
  pointer-events: auto;
  padding: 0;
}
.checkbox + .checkbox {
  margin-top: 0;
}
/* * * checkbox * * */
.checkbox {
  margin-bottom: 0;
}
.checkbox input[type="checkbox"] {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  width: 0;
  margin: 0;
}
.checkbox input[type="checkbox"]:checked + label:after {
  font-family: 'Glyphicons Halflings';
  content: "\e013";
  line-height: 1.5em;
}
.checkbox input[type="checkbox"]:disabled + label {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.checkbox input[type="checkbox"]:disabled + label:before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox input[type="checkbox"]:focus + label:before {
  outline: none;
}
.checkbox label {
  margin-top: 0;
  margin-left: 20px;
  display: inline-block;
  position: relative;
  padding: 0 0 0 5px;
  color: #676767;
}
.checkbox label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  margin-left: -20px;
  margin-top: 1px;
  border: 2px solid #484848;
  border-radius: 2px;
  background-color: #fff;
}
.checkbox label:after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-top: 2px;
  margin-left: -20px;
  padding-left: 3px;
  font-size: 11px;
  color: #555555;
}
.checkbox.checkbox-circle label:before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label:before {
  background-color: #fff;
  border-color: #484848;
}
.checkbox-primary input[type="checkbox"]:checked + label:after {
  color: #ed8601;
}
.checkbox-primary input[type="checkbox"]:disabled + label:before {
  background-color: #676767;
  border-color: #333333;
}
/* * * radio * * */
.radio {
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 0px;
}
.radio input[type="radio"] {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  width: 0;
  margin: 0;
}
.radio input[type="radio"]:focus + label:before {
  outline: none;
}
.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 {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.radio input[type="radio"]:disabled + label:before {
  cursor: not-allowed;
}
.radio label {
  margin-top: 0;
  display: inline-block;
  position: relative;
  padding-left: 5px;
  color: #676767;
}
.radio label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
}
.radio label:after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 10px;
  height: 10px;
  left: 5px;
  top: 5px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
}
.radio.radio-inline {
  margin-top: 0;
}
@media only screen and (max-width: 359px) {
  .radio.radio-inline {
    display: block;
    margin-left: 0;
  }
}
.radio-primary input[type="radio"] + label:after {
  background-color: #ed8601;
}
.radio-primary input[type="radio"]:checked + label:before {
  border-color: #484848;
  border-width: 2px;
}
.radio-primary input[type="radio"]:checked + label:after {
  background-color: #ed8601;
}
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle {
  border-color: #c31e12;
}
span.error {
  position: relative;
  color: #c31e12;
  float: none;
  display: block;
  clear: both;
}
@media only screen and (min-width: 768px) {
  span.error {
    width: 50%;
    left: 25%;
  }
}
@media only screen and (min-width: 768px) {
  span.error-full {
    width: auto;
    left: auto;
    padding-left: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .error-full span.error {
    width: auto;
    left: auto;
    padding-left: 25px;
  }
}
.error .form-control {
  border-color: #c31e12;
}
.error .checkbox label:before,
.error .radio label:before {
  border-color: #c31e12;
}
.info--layer {
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 14px;
  background: url(img/info_i.png) left top no-repeat;
  background-size: 14px 14px;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -webkit-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  cursor: pointer;
  border: none;
  padding: 0;
  margin-left: 4px;
  position: relative;
  top: -1px;
}
.info--layer:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  -webkit-opacity: 1.0;
  -khtml-opacity: 1.0;
  opacity: 1.0;
}
.btn-date {
  cursor: pointer;
}
#content .form--info,
#content .form--info-text {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
#content .form--info h2,
#content .form--info-text h2 {
  color: #222;
}
#content .form--info h2 + p,
#content .form--info-text h2 + p {
  margin-top: 15px;
}
#content .form--info p,
#content .form--info-text p {
  margin-top: 10px;
  font-size: 14px;
}
#content .form--info p:first-child,
#content .form--info-text p:first-child {
  margin-top: 0;
}
#content .form--info p {
  font-family: Open sans Semi, Arial, Helvetica, sans-serif;
  font-weight: 600;
}
/* =====================================
   Modal
   ===================================== */
@media only screen and (max-width: 767px) {
  .modal-dialog {
    width: 90%;
  }
}
.modal {
  text-align: center;
}
.modal-dialog {
  margin-top: 0px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.modal {
  z-index: 1080;
}
.modal a {
  text-decoration: underline;
}
.modal .close {
  font-size: 30px;
  line-height: 18px;
  height: 18px;
  margin-top: 2px;
}
.modal-title,
.modal-content {
  font-size: 14px;
}
.modal-header {
  padding: 10px 10px 8px 35px;
  background: url(img/info_i-active.png) 10px 10px no-repeat;
  background-size: 18px 18px;
  color: #222;
}
/* =====================================
   Overview
   ===================================== */
dl.overview {
  margin-top: 20px;
  margin-bottom: 0;
}
dl.overview dt {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  dl.overview dt,
  dl.overview dd {
    float: left;
    margin-top: 10px;
  }
  dl.overview dt {
    width: 30%;
    clear: left;
  }
  dl.overview dd {
    width: 70%;
  }
}
/* =====================================
   Login
   ===================================== */
.tx-felogin-pi1 {
  max-width: 95%;
  margin: 0 auto;
  margin-top: 40px;
  background: #f7f7f7;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  padding: 20px;
}
.tx-felogin-pi1 fieldset div {
  margin-top: 20px;
}
.tx-felogin-pi1 .felogin-hidden {
  margin-top: 0;
}
.tx-felogin-pi1 h3 {
  margin-bottom: 10px;
}
.tx-felogin-pi1 label {
  display: block;
  margin: 10px 0 5px 0;
  color: #444;
}
.tx-felogin-pi1 input {
  width: 100%;
}
.tx-felogin-pi1 input[type=text],
.tx-felogin-pi1 input[type=password] {
  padding: 9px 12px;
  display: block;
  width: 100%;
  max-width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  background: #fff!important;
}
.tx-felogin-pi1 input[type=submit] {
  display: inline-block;
  height: auto;
  line-height: 1.2em;
  text-align: center;
  color: #fff;
  border: none;
  background: #ed8601;
  padding: 15px 25px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 1px 1px 2px #999;
  white-space: normal;
  color: #fff!important;
  text-decoration: none!important;
  font-family: Open sans Semi, Arial, Helvetica, sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}
.tx-felogin-pi1 input[type=submit] .arrow {
  display: inline-block;
  margin-left: 8px;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  top: 3px;
  width: 10px;
  height: 15px;
  background: url(img/arrow-right.svg) center center no-repeat;
  font-family: Open sans Semi, Arial, Helvetica, sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 359px) {
  .tx-felogin-pi1 input[type=submit] {
    display: block;
    width: 100%;
    float: none;
  }
}
.tx-felogin-pi1 form {
  margin-top: 10px;
}
.tx-felogin-pi1 legend {
  display: none;
}
.tx-felogin-pi1 .bottom-link {
  display: block;
  border-top: 1px solid #676767;
  padding: 20px 20px 0 20px;
  text-align: center;
  margin: 20px -20px 0 -20px;
}
/* =====================================
   Progress
   ===================================== */
.steps {
  margin: 20px auto 0 auto;
  white-space: nowrap;
}
.steps .step__item {
  font-size: 14px;
}
.step-count {
  font-style: normal;
  color: #676767;
  padding-right: 10px;
}
.progress {
  height: 4px;
  background: #d7d7d7;
  position: relative;
  margin: 12px 0 0 0;
}
.progress:before {
  content: '';
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.progress .progress-bar {
  background: #ed8601;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 1024px) {
  .steps {
    max-width: 800px;
    margin: 40px auto 20px auto;
  }
}
@media only screen and (min-width: 480px) {
  #content .tx-felogin-pi1 {
    text-align: center;
    max-width: 450px;
    padding: 20px 50px;
  }
  #content .tx-felogin-pi1 form {
    text-align: left;
  }
  #content .tx-felogin-pi1 .bottom-link {
    margin: 20px -50px 0 -50px;
  }
}
/* =====================================
   Search
   ===================================== */
#service input {
  color: #676767;
  font-family: inherit;
  font-size: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 30px;
  line-height: 30px;
  padding-left: 5px;
}
/* =====================================
   Datepicker
   ===================================== */
.datepicker table tr td span.new.active,
.datepicker table tr td span.old.active {
  color: #fff;
}
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled],
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
  background: #ed8601;
  text-shadow: none;
}
/* =====================================
   Sitemap
   ===================================== */
#content .sitemap h2 {
  margin-top: 20px;
  font-size: 16px;
  margin-bottom: 10px;
}
#content .sitemap h2:first-child {
  margin-top: 0;
}
#content .sitemap .levels {
  background: #eee;
  padding: 14px;
}
#content .sitemap .levels h3 {
  font-size: 15px;
}
#content .sitemap .levels h3 a {
  color: #676767;
}
#content .sitemap .levels a {
  text-decoration: none;
}
#content .sitemap .levels ul {
  margin: 10px 0 0 0;
  padding: 0;
}
#content .sitemap .levels ul li {
  list-style-type: none;
}
#content .sitemap .spacer {
  display: block;
  height: 1px;
  border-top: 1px dotted #a0a0a0;
  margin: 5px 0;
  clear: both;
}
@media only screen and (min-width: 1024px) {
  #content .sitemap {
    font-size: 0.775em;
  }
  #content .sitemap h2 {
    margin-top: 0;
    float: left;
    width: 25%;
  }
  #content .sitemap .levels {
    float: right;
    width: 75%;
    margin-bottom: 5px;
  }
  #content .sitemap .levels ul {
    float: left;
    width: 50%;
    margin-top: 0;
  }
  #content .sitemap .levels h3 {
    float: left;
    width: 50%;
    font-weight: normal;
  }
}
/* =====================================
   Indexed Search
   ===================================== */
.search-result {
  padding: 40px 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #ccc;
}
.search-result .search,
.search-result .submit {
  min-width: 300px;
  max-width: 300px;
  margin: 0 auto;
}
.search-result .search {
  display: block;
  padding: 9px 12px;
  border: none;
  border-bottom: 1px solid #ccc;
  background: #efefef;
}
.search-result .submit {
  display: inline-block;
  height: auto;
  line-height: 1.2em;
  text-align: center;
  color: #fff;
  border: none;
  background: #ed8601;
  padding: 15px 25px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 1px 1px 2px #999;
  white-space: normal;
  color: #fff!important;
  text-decoration: none!important;
  font-family: Open sans Semi, Arial, Helvetica, sans-serif;
  font-weight: 600;
  display: block;
  margin: 20px auto 0 auto;
}
.search-result .submit .arrow {
  display: inline-block;
  margin-left: 8px;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  top: 3px;
  width: 10px;
  height: 15px;
  background: url(img/arrow-right.svg) center center no-repeat;
  font-family: Open sans Semi, Arial, Helvetica, sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 359px) {
  .search-result .submit {
    display: block;
    width: 100%;
    float: none;
  }
}
.result-box {
  margin-top: 40px;
  padding-top: 10px;
  position: relative;
}
.result-box:first-child {
  margin-top: 20px;
}
.result-box .res-header {
  position: absolute;
  top: 18px;
  right: 10px;
  color: #222;
  font-family: Open sans Semi, Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 18px;
}
.result-box .title {
  font-family: Open sans Semi, Arial, Helvetica, sans-serif;
  font-weight: 600;
  display: block;
  padding: 10px 60px 10px 10px;
  background: #eee;
  margin-bottom: 6px;
}
.result-box .additionalInfo {
  border-top: 1px dotted #222;
  padding-top: 4px;
  margin-top: 10px;
}
/* =====================================
   Footer
   ===================================== */
#footer {
  padding: 20px 0 40px 0;
  background: url(img/img_footer_bg.jpg) left top repeat-x #a0a0a0;
  color: #fff;
  font-size: 14px;
}
#footer .footer__hl {
  display: block;
  font-size: 24px;
  margin-bottom: 20px;
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer a.btn__social {
  display: block;
  margin-top: 15px;
}
#footer .footer__col {
  margin-top: 40px;
}
#footer .contact a {
  color: #2390a2;
}
@media only screen and (max-width: 767px) {
  .social-media a,
  #footer ul li {
    display: block;
  }
  #footer ul li {
    margin-top: 10px;
  }
  .social-media img {
    margin: 20px auto 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .social-media a,
  #footer ul li a {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1024px) {
  #footer .overview {
    width: 21%;
  }
  #footer .info {
    width: 28%;
  }
  #footer .contact {
    width: 31%;
  }
  #footer .social {
    width: 20%;
  }
}
/* =====================================
   IE7
   ===================================== */
.lt-ie9 strong,
.lt-ie9 b,
.lt-ie9 h1,
.lt-ie9 h2,
.lt-ie9 h3,
.lt-ie9 h4,
.lt-ie9 .more,
.lt-ie9 .text-semi {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.lt-ie9 .text-bold {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.lt-ie8 {
  /* Bereich nicht für IE-mac Anfang */
  /* Bereich nicht für IE-mac Ende */
}
.lt-ie8 .row:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.lt-ie8 .row {
  display: inline-block;
}
.lt-ie8 * html .row {
  height: 1%;
}
.lt-ie8 .row {
  display: block;
}
.lt-ie8 input,
.lt-ie8 textarea,
.lt-ie8 select {
  padding-left: 0;
}
.lt-ie8 .clearfix,
.lt-ie8 .tx-indexedsearch-browsebox {
  clear: both;
}
.lt-ie8 .row {
  margin-left: 0;
  margin-right: 0;
}
.lt-ie8 #content .row .cType_text,
.lt-ie8 #content .row .cType_textpic,
.lt-ie8 #content .row .cType_pic {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .lt-ie8 #main .col-xs-6,
  .lt-ie8 #main .col-sm-6,
  .lt-ie8 #main .col-md-6,
  .lt-ie8 #main .col-lg-6 {
    width: 49%;
  }
}
