﻿@charset "UTF-8";
/*Vendor: Normalize  - Styling Reset / Makes browsers render all elements more consistently */
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* Document
   ========================================================================== */
@import url(../vendor/owl-carousel_1-3-3/owl-carousel/owl.carousel.css);
@import url(../vendor/jquery-ui-datepicker/jquery-ui.css);
@import 'https://fonts.googleapis.com/icon?family=Material+Icons';
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,700';
@import url(../vendor/shariff-3.0.1/shariff.complete.css);
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*Variables & Mixins - General*/
/* PROJECT VARIABLES */
/* Fontface */
/*flex-row*/
/*Float mixin*/
/*Vendor: Skeleton / Grid system*/
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
.container {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

@media (min-width: 390px) {
  .container {
    width: 100%;
    padding: 0; } }

@media (min-width: 550px) {
  .container {
    width: 100%; }
  .column,
  .columns {
    margin-left: 0%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }
  .one.column,
  .one.columns {
    width: 8.33333%; }
  .two.columns {
    width: 16.66667%; }
  .three.columns {
    width: 25%; }
  .four.columns {
    width: 33.33333%; }
  .five.columns {
    width: 41.66667%; }
  .six.columns {
    width: 50%; }
  .seven.columns {
    width: 58.33333%; }
  .eight.columns {
    width: 66.66667%; }
  .nine.columns {
    width: 75%; }
  .ten.columns {
    width: 83.33333%; }
  .eleven.columns {
    width: 91.66667%; }
  .twelve.columns {
    width: 100%;
    margin-left: 0; }
  .one-third.column {
    width: 33.33333%; }
  .two-thirds.column {
    width: 66.66667%; }
  .one-half.column {
    width: 50%; }
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.33333%; }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 16.66667%; }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 25%; }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 33.33333%; }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 41.66667%; }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 50%; }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 58.33333%; }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 66.66667%; }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 75%; }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 83.33333%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 91.66667%; }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 33.33333%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 66.66667%; }
  .offset-by-one-half.column,
  .offset-by-one-half.column {
    margin-left: 50%; } }

.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

/*Vendor: Swipebox */
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important; }

#swipebox-overlay img {
  border: none !important; }

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  user-select: none;
  background: rgba(0, 0, 0, 0.9) !important; }

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%; }

#swipebox-slider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer; }
  #swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block; }
    #swipebox-slider .slide:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }
    #swipebox-slider .slide img,
    #swipebox-slider .slide .swipebox-video-container,
    #swipebox-slider .slide .swipebox-inline-container {
      display: inline-block;
      max-height: 100%;
      max-width: 100%;
      margin: 0;
      padding: 0;
      width: auto;
      height: auto;
      vertical-align: middle; }
    #swipebox-slider .slide .swipebox-video-container {
      background: none;
      max-width: 870px !important;
      max-height: 100%;
      width: 100%;
      padding: 5%;
      box-sizing: border-box; }
      #swipebox-slider .slide .swipebox-video-container .swipebox-video {
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        overflow: hidden;
        position: relative; }
        #swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
          width: 100% !important;
          height: 100% !important;
          position: absolute;
          top: 0;
          left: 0; }
  #swipebox-slider .slide-loading {
    background: url(/Content/img/swipebox/loader.gif) no-repeat center center; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%; }

#swipebox-bottom-bar {
  bottom: -50px; }
  #swipebox-bottom-bar.visible-bars {
    transform: translate3d(0, -50px, 0); }

#swipebox-top-bar {
  top: -50px; }
  #swipebox-top-bar.visible-bars {
    transform: translate3d(0, 50px, 0); }

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center; }

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(/Content/img/swipebox/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0; }

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px; }

#swipebox-prev {
  background-position: -32px 13px;
  float: left; }

#swipebox-next {
  background-position: -78px 13px;
  float: right; }

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px; }

.swipebox-no-close-button #swipebox-close {
  display: none; }

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3; }

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  animation: rightSpring 0.3s; }

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  animation: leftSpring 0.3s; }

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  backface-visibility: hidden;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0; }

.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1; }

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1; }

@keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px; }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px; } }

/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95; }

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif; }

/* Vendor: Shariff */
/*Typography*/
/* heading */
.heading {
  font-family: "Open Sans", sans-serif;
  color: #000;
  margin: 0;
  font-weight: 400; }
  .heading.heading-1 {
    font-size: 45px;
    line-height: 1.2; }
    .heading.heading-1 b {
      display: block; }
  .heading.heading-2 {
    font-size: 21px; }
  @media screen and (max-width: 1320px) {
    .heading.heading-1 {
      font-size: 40px; }
    .heading.heading-2 {
      font-size: 25px; } }
  @media screen and (max-width: 1100px) {
    .heading.heading-1 {
      font-size: 35px; }
    .heading.heading-2 {
      font-size: 20px; } }
  @media screen and (max-width: 768px) {
    .heading.heading-1 {
      font-size: 28px; }
    .heading.heading-2 {
      font-size: 18px; } }
  @media screen and (max-width: 550px) {
    .heading.heading-1 {
      font-size: 24px; }
    .heading.heading-2 {
      font-size: 16px; } }

/* heading-container */
.heading-container {
  /* text-align: center;*/
  padding: 30px 0; }
  .heading-container.dottedLine {
    border-bottom: 1px dotted #9f9f98; }

/* sub-title */
.big-sub-title {
  text-align: center;
  padding: 30px; }

/* sub-title */
.sub-title {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 30px; }

.link-in-text {
  color: #003C7B; }
  .link-in-text h4 {
    margin: 20px 0; }

/* generic-text */
.generic-text {
  font-weight: 400;
  padding: 30px 0;
  line-height: 1.7;
  font-size: 16px; }
  .generic-text * {
    font-family: "Open Sans", sans-serif; }
  .generic-text.text-columns {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px; }
  .generic-text .textBox {
    padding: 20px;
    background: #003C7B;
    color: #FFF;
    margin: 10px 25px 8px 0;
    float: left;
    width: 260px;
    font-size: 14px; }
    .generic-text .textBox .h2 {
      font-family: "Open Sans", sans-serif;
      font-size: 22px; }
    .generic-text .textBox a {
      color: #FFF !important;
      font-weight: normal !important; }
    .generic-text .textBox ul {
      list-style-image: url(/Content/Img/css/arr_contentbox.png);
      list-style-position: outside;
      padding-left: 0; }
      .generic-text .textBox ul li {
        margin-bottom: 2px;
        margin-left: 30px; }
  .generic-text .contentImage {
    float: left;
    *zoom: 1;
    max-width: 350px;
    margin: 10px 25px 8px 0; }
    .generic-text .contentImage:before, .generic-text .contentImage:after {
      content: " ";
      display: table; }
    .generic-text .contentImage:after {
      clear: both; }

/* centered Layout*/
.ContainerContent2 .heading-container {
  text-align: center; }

.ContainerContent2 .generic-text {
  text-align: justify;
  word-spacing: -2px;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

@media screen and (max-width: 768px) {
  /* General text */
  .generic-text.text-columns {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0; }
  .generic-text .contentImage {
    max-width: 50%; } }

@media screen and (max-width: 550px) {
  /* General text */
  .generic-text .contentImage {
    max-width: none;
    width: 100%; } }

/*forms*/
/*Globals - General Classes */
/*HTML TAG STYLES GENERAL*/
* {
  box-sizing: border-box; }

html {
  overflow-y: scroll; }

body {
  position: relative;
  min-width: 320px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  color: #373734;
  background-color: #fafafa; }

img {
  max-width: 100%; }

a {
  color: #003C7B;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

.dn {
  display: none; }

.s6 {
  height: 6px; }

.LCs, .spacer {
  font-size: 0;
  overflow: hidden; }

.LC, .LCs {
  clear: both; }

/*General Classes - Styles*/
.container {
  background-color: #fff;
  position: relative;
  max-width: 1500px;
  min-width: 320px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0; }

.container-content {
  max-width: 80%;
  width: 100%;
  margin: 0 auto; }

.two-columns {
  width: 100%;
  display: flex; }
  .two-columns .right-column.container-content {
    max-width: 100%; }

.graphic-line {
  width: 100%;
  max-height: 41px; }

.color-bg {
  background-color: #f5f5f5; }

.blank-layout {
  background-color: #f5f5f5;
  padding: 20px;
  text-align: center;
  background-clip: content-box;
  /* from $medium-screen (see variables for measurements) */ }
  .blank-layout .generic-text,
  .blank-layout .button {
    margin: 30px 0; }
  .blank-layout .container-content {
    padding: 50px 0; }
  @media screen and (min-width: 768px) {
    .blank-layout {
      min-height: 600px;
      display: flex;
      align-items: center; } }

.list-services {
  /* from $medium-screen (see variables for measurements) */
  padding-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .list-services {
      padding-left: 30px; } }

/* Spacer after Paragraph ( defined in tbl_content_abschluss )*/
.parSpacer {
  overflow: hidden;
  font-size: 0; }
  .parSpacer.parSpacer2 {
    /* Small space - no Line*/
    height: 10px; }
  .parSpacer.parSpacer3 {
    /* Small space - with Line*/
    height: 1px;
    margin: 5px auto;
    border-top: 1px dotted #9f9f98; }
  .parSpacer.parSpacer4 {
    /* Mid space - no Line*/
    height: 16px; }
  .parSpacer.parSpacer5 {
    /* Mid space - with Line*/
    height: 1px;
    margin: 8px auto;
    border-top: 1px dotted #9f9f98; }
  .parSpacer.parSpacer6 {
    /* Large space - no Line*/
    height: 40px; }
  .parSpacer.parSpacer7 {
    /* Large space - with Line*/
    height: 1px;
    margin: 20px auto;
    border-top: 1px dotted #9f9f98; }

/* Datum bei Newsdetail */
#newsDateContentPage {
  text-align: center;
  padding: 20px 0 10px; }

/* Linkliste */
.ContainerContent7 {
  padding: 20px 0; }
  .ContainerContent7 .heading {
    color: #db4e94;
    font-size: 1em; }
  .ContainerContent7 a {
    display: inline-block;
    width: calc(50% - 10px);
    box-sizing: border-box;
    float: left;
    margin: 2px 0; }
    .ContainerContent7 a:hover {
      text-decoration: underline; }

/*float layouts - SELF CLEANING*/
.fr {
  float: right;
  *zoom: 1; }
  .fr:before, .fr:after {
    content: " ";
    display: table; }
  .fr:after {
    clear: both; }

.fl {
  float: left;
  *zoom: 1; }
  .fl:before, .fl:after {
    content: " ";
    display: table; }
  .fl:after {
    clear: both; }

.LClear {
  clear: both;
  height: 0;
  overflow: hidden;
  font-size: 0%; }

.tb-logo {
  width: 70px;
  height: 15px; }
  .tb-logo svg {
    height: 100%;
    width: 100%; }

/* container-posts -- Masonry layout --*/
.container-posts {
  padding: 0;
  background-color: #f5f5f5; }

.container-posts-2 .post-block article {
  border: 1px solid #1d1d1b; }

/* -Elements- */
/*  buttons */
.button {
  display: inline-block;
  margin: 5px 0;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-size: .9rem;
  color: #fff;
  line-height: 30px;
  background-color: #003C7B;
  min-width: 0;
  min-height: 30px;
  transition: all .3s;
  -webkit-appearance: none;
  border: none; }
  .button:hover {
    background-color: #004895; }

/* owl-controls */
.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  padding: 6px;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.9); }

.owl-prev {
  left: 0; }

.owl-next {
  right: 0; }

/*icons*/
.icon {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  display: block; }

.icon-svg {
  display: inline-block !important;
  transition: all .2s; }
  .icon-svg svg {
    width: 25px;
    height: 25px; }
  .icon-svg.smaller svg {
    height: 10px; }

.link-icon:hover .icon-svg {
  transform: translateX(4px); }

.container-contentNl {
  padding: 50px 20px;
  text-align: center; }

.container-content-socials {
  padding: 20px 0; }

/* from $phablet-screen (see variables for measurements) */
@media screen and (min-width: 550px) {
  .show-on-mobile {
    display: none !important; } }

/* Until $medium-screen (see variables for measurements) */
@media screen and (max-width: 768px) {
  .two-columns {
    display: inline-block; }
  .ContainerContent7 a {
    width: 100%;
    float: none; } }

@media screen and (max-width: 1100px) {
  #twoColContainer .ContainerContent7 a {
    width: 100%;
    float: none; } }

/* Until $phablet-screen (see variables for measurements) */
@media screen and (max-width: 550px) {
  .hide-on-mobile {
    display: none !important; } }

/* tb-accordeon */
.tb-accordeon .accordeon-opener {
  text-align: center;
  font-size: 1.7em;
  font-weight: 100;
  line-height: normal;
  padding: 10px;
  cursor: pointer;
  transition: background 0.7s;
  margin-top: -1px;
  border-bottom: 1px dotted #666666; }
  .tb-accordeon .accordeon-opener:hover {
    background-color: #f5f5f5; }

.tb-accordeon .accordeon-content {
  height: 0;
  overflow: hidden; }
  .tb-accordeon .accordeon-content h3 {
    padding: 0 20px;
    margin-top: 20px;
    font-size: 1.3em; }
  .tb-accordeon .accordeon-content p {
    font-size: 1.1em;
    line-height: 1.8;
    padding: 5px 20px; }

.accordeon-title {
  text-align: center;
  font-size: 1.5rem;
  color: #003C7B; }
  .accordeon-title .material-icons {
    font-size: 50px; }
  .accordeon-title p {
    margin-top: 0;
    margin-bottom: 10px; }

.accordeon_19 {
  padding: 0 20%; }
  .accordeon_19 .accordeon-opener {
    text-align: left;
    background: url(/Content/Img/Css/pfeil_3_b.gif) right center no-repeat; }
    .accordeon_19 .accordeon-opener.acc-open {
      background-image: url(/Content/Img/Css/pfeil_3_t.gif); }
  .accordeon_19 .accordeon-content .container-content {
    max-width: 100%; }

@media screen and (max-width: 768px) {
  .accordeon_19 {
    padding: 0 10%; } }

/* Until $phablet-screen (see variables for measurements) */
@media screen and (max-width: 550px) {
  .accordeon_19 {
    padding: 0; } }

/* cookiebanner - START */
.cookiebanner {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10000;
  background-color: #bebebe;
  padding: 20px;
  color: #fff;
  text-align: left; }
  @media only screen and (min-width: 768px) {
    .cookiebanner {
      display: table; } }

.cookiebanner_button {
  text-align: center; }
  .cookiebanner_button .button {
    background-color: #003c7b;
    color: #FFF;
    margin: 0 20px;
    border: none;
    white-space: nowrap;
    margin-top: 10px; }
    .cookiebanner_button .button:hover {
      background-color: #ffffff;
      color: #03294e; }
    @media only screen and (min-width: 768px) {
      .cookiebanner_button .button {
        margin-top: 0; } }
  @media only screen and (min-width: 768px) {
    .cookiebanner_button {
      display: table-cell;
      vertical-align: middle;
      width: auto; } }

.cookiebanner_info {
  display: table-cell;
  color: #FFF; }

/* cookie banner - ENDE */
/* top-bar */
#previewOverlay {
  text-align: center;
  padding: 20px 0; }
  #previewOverlay .btn {
    color: #003C7B;
    padding: 6px 15px; }
  #previewOverlay #onlineBtnOverview {
    background-color: #003C7B;
    color: #FFF;
    border-radius: 6px; }

.top-bar {
  position: relative;
  z-index: 1000;
  background-color: #fff;
  color: #666666; }

.logoCont {
  display: inline-block;
  padding: 0 0 10px 20px;
  width: 20%;
  max-width: 180px; }
  .logoCont .logo {
    width: 100%; }

.topMenu {
  margin-top: 35px; }
  .topMenu .icon {
    color: currentColor;
    font-size: 25px;
    display: block;
    text-align: center;
    margin: 0;
    margin-left: 3px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background-color: #f5f5f5;
    vertical-align: middle;
    line-height: 60px;
    height: 60px;
    width: 60px;
    transition: background 0.3s ease; }
  .topMenu svg {
    fill: currentColor; }
  .topMenu a:hover {
    color: #fff;
    background-color: #00438a; }
    .topMenu a:hover svg {
      fill: #FFF !important;
      color: #FFF !important; }

.langNavi {
  width: 100%;
  padding: 10px 15px 10px 0;
  text-align: right;
  font-size: 12px; }
  .langNavi a {
    color: currentColor; }
  .langNavi .paddCont {
    padding: 10px 15px 10px 0; }
  .langNavi a:hover {
    text-decoration: underline; }

.serchBoxTopCont {
  position: relative;
  width: auto;
  display: block;
  overflow: hidden; }

.serchBoxTop {
  -webkit-appearance: none;
  width: 260px;
  background-color: #f5f5f5;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: currentColor;
  height: 60px;
  padding: 0 10px 0 25px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  margin: 0 -2px 0 0; }
  .serchBoxTop::-webkit-input-placeholder {
    color: currentColor; }
  .serchBoxTop::-moz-placeholder {
    color: currentColor; }
  .serchBoxTop:-ms-input-placeholder {
    color: currentColor; }
  .serchBoxTop:-moz-placeholder {
    color: currentColor; }

.serchBoxTopResults {
  list-style: none;
  padding: 0;
  margin: 0;
  width: inherit;
  position: absolute;
  color: currentColor;
  right: 0;
  width: 100%;
  background-color: transparent; }
  .serchBoxTopResults li {
    list-style: none;
    padding: 0;
    margin: 2px 0 0 0;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background-color: #f5f5f5;
    background-color: #00438a; }
  .serchBoxTopResults li a {
    width: auto;
    padding: 0;
    margin: 0;
    display: block;
    font-size: 16px;
    text-align: left;
    padding: 19px 10px 19px 25px;
    color: #1d1d1b;
    color: currentColor;
    font-family: "Open Sans", sans-serif;
    width: inherit;
    height: auto;
    line-height: 20px;
    transition: background 0.3s ease; }

/* Until $medium-screen (see variables for measurements) */
@media screen and (max-width: 768px) {
  .serchBoxTopCont {
    width: 0;
    display: none; }
  .langNavi {
    padding: 10px 0; }
  .topMenu .icon {
    border: none;
    font-size: 15px;
    line-height: 40px;
    height: 30px;
    width: 30px;
    margin: 0;
    background-color: transparent; } }

/* Until $phablet-screen (see variables for measurements) */
@media screen and (max-width: 550px) {
  .langNavi {
    width: auto;
    float: left; }
  .logoCont {
    width: 40%;
    margin: 0 auto;
    padding: 10px;
    display: block; }
    .logoCont .logo {
      width: 100%;
      margin-top: 26px; }
  .langNavi {
    padding: 7px 15px 15px 20px; }
  .topMenu {
    margin-top: 0; }
    .topMenu a {
      font-size: 15px;
      height: 30px;
      line-height: 30px;
      margin: 0 1px 0 !important;
      width: 30px;
      background-color: #f0f0f0 !important;
      color: #444;
      display: block; }
      .topMenu a:hover {
        background-color: #002C62 !important;
        color: #FFF !important; }
  #logoCont {
    width: 100%;
    padding: 10px; } }

/* home-header */
.home-header {
  height: 635px;
  overflow: hidden;
  /* Until $large-screen (see variables for measurements) */
  /* Until $medium-screen (see variables for measurements) */
  /* Until $phablet-screen (see variables for measurements) */ }
  .home-header .row {
    height: 100%; }
  .home-header .columns {
    vertical-align: top;
    height: 100%; }
    .home-header .columns.left-header {
      height: 50%; }
  .home-header .single-img {
    overflow: hidden;
    position: relative; }
    .home-header .single-img img {
      position: absolute;
      top: 50%;
      left: 50%;
      transition: all .3s;
      transform: translate(-50%, -50%) scale(1);
      transform-origin: center;
      min-height: 101%;
      min-width: 100%;
      max-width: none; }
    .home-header .single-img:hover img {
      transform: translate(-50%, -50%) scale(1.1); }
  .home-header .left-header .columns.six img {
    transform: translate(-50%, -50%) scale(0.5); }
  .home-header .left-header .single-img:hover img {
    transform: translate(-50%, -50%) scale(0.55) !important; }
  .home-header .img-title {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 10px;
    font-size: .85em;
    bottom: 0;
    color: #003C7B;
    background-color: rgba(0, 60, 120, 0.75); }
    .home-header .img-title span {
      color: #fff;
      text-shadow: 1px 1px 3px #000; }
    .home-header .img-title .material-icons {
      color: #fff;
      vertical-align: middle;
      float: right; }
  .home-header .single-link {
    position: absolute;
    width: 100%;
    height: 1000%;
    top: 0;
    left: 0;
    font-size: 0; }
  .home-header .right-header .img-title {
    font-size: 1.2rem; }
  @media screen and (max-width: 1100px) {
    .home-header {
      height: 400px; } }
  @media screen and (max-width: 768px) {
    .home-header {
      position: relative; }
      .home-header .row {
        width: 100%;
        position: absolute; }
        .home-header .row:after {
          display: none; }
      .home-header .columns {
        height: 100%; }
      .home-header .slide1 {
        animation: sliderCss 8s linear; }
      .home-header .slide2 {
        animation: sliderCss 8s linear;
        animation-delay: 2s; }
      .home-header .slide3 {
        animation: sliderCss 8s linear;
        animation-delay: 4s; }
      .home-header .slide4 {
        animation: sliderCss 8s linear;
        animation-delay: 6s; }
      .home-header .single-img {
        width: 100%;
        position: absolute;
        z-index: 1;
        animation-iteration-count: infinite; } }
  @media screen and (max-width: 550px) {
    .home-header {
      height: 250px; } }

@keyframes sliderCss {
  0% {
    z-index: 5; }
  25% {
    z-index: 5; }
  26% {
    z-index: 1; }
  100% {
    z-index: 1; } }

#menu {
  overflow: hidden;
  position: relative; }

.toggle-menu {
  display: none; }

#menu .shadowCont {
  background-color: #003c7b;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  margin: 0;
  z-index: 999; }

#MenuBtn1 .material-icons {
  margin-bottom: 5px;
  vertical-align: middle; }

.menuLevel1 .menuItem {
  font-size: 16px !important; }

.menuLevel1 .menuItem {
  -moz-user-select: none;
  background-color: #003c7b;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  line-height: 50px;
  padding: 0 1%;
  text-transform: uppercase;
  transition: background 0.5s ease 0s;
  white-space: nowrap; }

#MenuBtn1 {
  padding-right: 20px;
  border-right: 1px solid #fff; }
  #MenuBtn1 span {
    color: #FFF;
    fill: #FFF; }

.menuLevel1 .MenuBtnLogin {
  background-color: #929cad;
  float: right;
  display: inline-block; }

.responseSmall .MenuBtnLogin,
.responseMedium .MenuBtnLogin {
  width: 100%; }

.colorActive2.active,
.colorActive2:hover {
  background-color: #F79448; }

.colorActive3.active,
.colorActive3:hover {
  background-color: #99CA3C; }

.colorActive4.active,
.colorActive4:hover {
  background-color: #ED1C24; }

.colorActive5.active,
.colorActive5:hover {
  background-color: #00AEEF; }

.colorActive6.active,
.colorActive6:hover {
  background-color: #FFC20E; }

.menuLevel2S {
  background-color: #003c7b;
  height: 0;
  overflow: hidden;
  position: relative; }
  .menuLevel2S .spacerTop {
    border-top: 1px solid #fff;
    height: 50px;
    width: 100%; }
  .menuLevel2S .lineSx {
    border-right: 1px solid #355a85;
    border-top: 1px solid #355a85;
    height: auto; }
  .menuLevel2S .lineDx {
    border-left: 1px solid #355a85;
    border-top: 1px solid #355a85;
    height: auto; }
  .menuLevel2S .spacerBottom {
    border-top: 1px solid #355a85;
    height: 20px;
    width: 100%; }
  .menuLevel2S .menucont {
    position: relative; }
  .menuLevel2S .menuItem {
    -moz-user-select: none;
    border-left: 0 solid #355a85;
    border-right: 0 solid #355a85;
    cursor: pointer;
    overflow: hidden;
    position: absolute; }
    .menuLevel2S .menuItem h2 {
      border-top: 1px solid #355a85;
      color: #fff;
      font-size: 18px;
      font-weight: normal;
      line-height: 20px;
      padding: 30px 0 13px 70px;
      position: relative;
      transition: color 0.3s ease 0s, opacity 0.3s ease 0s; }
      .menuLevel2S .menuItem h2 img {
        display: block;
        left: 15px;
        position: absolute;
        top: 18px;
        transition: all 0.3s ease 0s;
        width: 42px; }
      .menuLevel2S .menuItem h2 a {
        color: #FFF;
        display: block; }
    .menuLevel2S .menuItem ul {
      color: #fff;
      list-style: outside none none;
      margin: 0;
      padding: 0 20px 30px 70px; }
      .menuLevel2S .menuItem ul li {
        margin: 0;
        padding: 0; }
        .menuLevel2S .menuItem ul li a {
          color: #fff;
          display: block;
          font-size: 16px;
          line-height: 19px;
          padding: 4px 0;
          transition: color 0.3s ease 0s; }

#closeMenu span {
  padding-top: 30px;
  display: block;
  cursor: pointer; }

.gerarchie li.h2 a {
  font-size: 1.2rem !important; }

.openSub {
  height: auto !important; }
  .openSub ul {
    display: block !important; }

/* Until $phablet-screen (see variables for measurements) */
@media all and (max-width: 550px) {
  #navi-menu {
    display: none; }
  #menuLevel1 {
    display: flex;
    flex-direction: column-reverse; }
  .menuLevel2S {
    background-color: #003c7b;
    height: 0;
    overflow: hidden;
    position: relative; }
    .menuLevel2S .spacerTop {
      height: 0; }
    .menuLevel2S .menucont {
      position: relative; }
    .menuLevel2S .spacerBottom {
      border-top: 1px solid #355a85;
      height: 20px;
      width: 100%; }
    .menuLevel2S #closeMenu {
      top: 0; }
      .menuLevel2S #closeMenu span {
        padding: 5px 0;
        border-bottom: 1px solid #355a85; }
    .menuLevel2S .menuItem ul {
      display: none;
      padding: 0 0 20px 40px; }
  #MenuBtn1 {
    padding-left: 10px;
    padding-right: 10px !important;
    padding-left: 10px;
    padding-right: 10px !important;
    background-color: #003c7b;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff; }
    #MenuBtn1 .icon-svg svg {
      display: none; }
  .toggle-menu {
    background-color: #003c7b;
    background-image: url("/content/img/css/icon-menu.png");
    background-position: 92% center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 50px;
    padding-left: 20px;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
    width: 100%; }
  .menuLevel1 .menuItem {
    background-color: #929cad;
    box-sizing: border-box;
    padding-left: 20px;
    width: 100%;
    font-size: 1.2em !important; } }

/*  SiteFooter */
.SiteFooter {
  background: #929CAD;
  color: #fff;
  width: 100%;
  font-size: 14px;
  line-height: 1.6; }
  .SiteFooter a {
    color: #fff; }
  .SiteFooter a:hover {
    text-decoration: underline; }
  .SiteFooter .HomeInfoIconBox {
    width: 100%; }

.SiteFooterLeft {
  padding: 40px; }
  .SiteFooterLeft h3 {
    margin-bottom: 30px; }
  .SiteFooterLeft .SiteFooterLeftIntro {
    padding-right: 20px;
    width: 40%; }
  .SiteFooterLeft .SiteFooterLeftNavi {
    width: 30%; }
    .SiteFooterLeft .SiteFooterLeftNavi p {
      margin: 0; }
    .SiteFooterLeft .SiteFooterLeftNavi ul {
      padding-left: 20px;
      margin: 0; }
    .SiteFooterLeft .SiteFooterLeftNavi li {
      list-style-image: url(/Content/img/css/pfeil_white.png);
      padding: 0 0 7px;
      line-height: 1.4; }

.impressum-links {
  clear: both;
  float: none;
  padding-top: 30px; }

.SiteFooterRight {
  padding: 30px 40px;
  background: #003C7B;
  text-align: center; }
  .SiteFooterRight p {
    color: #fff; }
  .SiteFooterRight h3 {
    color: #fff;
    font-size: 1.6rem;
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    vertical-align: middle;
    font-weight: 800;
    text-transform: uppercase; }
  .SiteFooterRight .text {
    margin-top: 20px;
    font-size: 1.5rem;
    font-weight: 200;
    line-height: 1.3; }
  .SiteFooterRight .button {
    margin-top: 26px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.2rem;
    border: 1px solid #FFF;
    padding: 8px 20px;
    box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.2); }

/*
.SiteFooterRight{
	padding: 30px 40px;
	background: $corporate-blue;
    p{
        color: $white;
        margin-bottom:20px;
    }
    h3{
        color: $white;
        white-space: nowrap;
        font-size: 180%;
        font-family:$font-family;
        font-weight:300;
        display:inline-block;
        vertical-align:middle;
    }
    .icon{
        font-size: 25px;
        margin-right: 15px;
        display:inline-block;
    }
    input[type=text],input[type=email]{
        width: 97%;
        border: 1px solid $corporate-blue;
        padding: 1px 4px;
        line-height: 24px;
        margin-bottom:  2px;
        height: 24px;
        height: 30px;
        -webkit-appearance: none;
        border-radius: 0;
    }
    input[type=submit]{
        margin:0;
    }
    .input-err{
        margin-top:20px;
    }
}
.footerButton{
    padding: 10px 20px;
    margin-top: 10px;
    display: inline-block;
    width: auto;
    border: 1px solid rgba($white,.5);
    &:hover {
        background-color: darken($palette-secondary,5%);
        text-decoration: none !important;
    }
}

#nlFooterFrmMessage{
    padding:7px
}
*/
/* From $medium-screen (see variables for measurements) */
@media screen and (min-width: 768px) {
  .SiteFooter .row {
    display: flex; } }

/* Until $phablet-screen (see variables for measurements) */
@media all and (max-width: 550px) {
  .SiteFooterLeftNavi {
    padding-bottom: 20px; } }

/* Until $large-screen (see variables for measurements) */
@media screen and (max-width: 1100px) {
  .SiteFooterRight {
    padding: 30px 20px; } }

/* Until $medium-screen (see variables for measurements) */
@media screen and (max-width: 768px) {
  .SiteFooter .columns {
    width: 100%; }
  .SiteFooterLeft {
    padding: 30px; }
    .SiteFooterLeft div, .SiteFooterLeft .SiteFooterLeftIntro {
      width: 100%; }
    .SiteFooterLeft .SiteFooterLeftNavi {
      width: 50%; } }

/* Until $small-screen (see variables for measurements) */
@media screen and (max-width: 390px) {
  .SiteFooterLeft .SiteFooterLeftIntro,
  .SiteFooterLeft div,
  .SiteFooterLeft .SiteFooterLeftNavi {
    width: 100%; } }

/*goto-boxes*/
.goto-boxes {
  text-align: center;
  padding: 20px 0;
  padding-top: 0;
  /* Until $medium-screen (see variables for measurements) */
  /* Until $phablet-screen (see variables for measurements) */ }
  .goto-boxes .box-title {
    color: #1d1d1b;
    padding: 40px 20% 20px; }
    .goto-boxes .box-title h4 {
      font-size: 1.3rem;
      display: inline;
      font-weight: 400; }
  .goto-boxes .material-icons {
    vertical-align: top; }
  .goto-boxes .box-text {
    padding: 0 80px 40px; }
  .goto-boxes .box-link {
    padding-top: 20px;
    display: block; }
  .goto-boxes .box-menu {
    font-size: 1rem;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-top: -1px;
    cursor: pointer;
    transition: .3s;
    display: block;
    padding: 20px;
    color: #1d1d1b; }
    .goto-boxes .box-menu:hover {
      color: #fff;
      background-color: #003C7B; }
  @media screen and (max-width: 768px) {
    .goto-boxes .columns {
      width: 100%; }
    .goto-boxes .box-title {
      padding: 20px 15%; }
    .goto-boxes .box-text {
      padding: 0 35px 20px; } }
  @media screen and (max-width: 550px) {
    .goto-boxes {
      padding: 10px 0; } }

.single-box {
  padding: 0 20px;
  background-color: #f5f5f5;
  background-clip: content-box;
  border-left: 1px dotted #9f9f98;
  /* Until $medium-screen (see variables for measurements) */
  /* Until $phablet-screen (see variables for measurements) */ }
  .single-box div {
    padding: 20px; }
  .single-box:first-child {
    border: none; }
  @media screen and (max-width: 768px) {
    .single-box {
      border: none; } }
  @media screen and (max-width: 550px) {
    .single-box {
      margin: 10px 0; } }

/*cta-boxes*/
.cta-boxes {
  text-align: center;
  display: flex;
  padding: 20px 0;
  margin-bottom: 10px;
  /*.material-icons{
        vertical-align: top;
    }*/
  /* Until $medium-screen (see variables for measurements) */
  /* Until $phablet-screen (see variables for measurements) */ }
  .cta-boxes .box-title {
    font-size: 1rem;
    color: #1d1d1b;
    padding: 20px 20%; }
  .cta-boxes .box-text {
    display: inline-block;
    padding: 0 80px 20px; }
  .cta-boxes .box-link {
    padding-top: 20px;
    display: inline-block; }
  @media screen and (max-width: 768px) {
    .cta-boxes {
      display: block; }
      .cta-boxes .six {
        width: 100%; }
      .cta-boxes .three {
        width: 50%; }
      .cta-boxes .box-title {
        padding: 20px 15%; }
      .cta-boxes .box-text {
        padding: 0 35px 20px; } }
  @media screen and (max-width: 550px) {
    .cta-boxes {
      padding: 0; }
      .cta-boxes .columns {
        width: 100%; } }

.cta-box {
  padding: 0 20px;
  background-color: #f5f5f5;
  background-clip: content-box;
  /* Until $medium-screen (see variables for measurements) */ }
  .cta-box div {
    padding: 20px; }
  @media screen and (max-width: 768px) {
    .cta-box {
      padding-bottom: 10px; } }

.cta-banner {
  background-clip: content-box;
  padding: 0 20px;
  margin-bottom: 5px;
  background-size: cover;
  position: relative;
  overflow: hidden;
  font-size: 0;
  /* Until $phablet-screen (see variables for measurements) */ }
  .cta-banner:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    left: 0;
    top: 0; }
  .cta-banner img {
    width: 100%; }
  .cta-banner .banner-title {
    position: absolute;
    text-align: center;
    width: 98%;
    left: 1%;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px 19px;
    font-size: 1.3rem !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .cta-banner .banner-link {
    position: absolute;
    height: 100%;
    width: 100%;
    width: calc(100% - 40px);
    font-size: 0;
    top: 0;
    left: 20px; }
  @media screen and (max-width: 550px) {
    .cta-banner:before {
      display: none; } }

/*cta-three-columns*/
/*cta-two-columns*/
.cta-three-columns {
  padding: 20px 0; }

.cta-two-columns,
.cta-three-columns {
  display: flex;
  flex-wrap: wrap;
  color: #1d1d1b; }
  .cta-two-columns .banner-title h5,
  .cta-three-columns .banner-title h5 {
    color: #000;
    font-size: 1.3rem;
    font-weight: 300;
    display: inline-block;
    width: 80%;
    vertical-align: middle; }
  .cta-two-columns .banner-title .icon-svg,
  .cta-three-columns .banner-title .icon-svg {
    width: 20px; }
    .cta-two-columns .banner-title .icon-svg svg,
    .cta-three-columns .banner-title .icon-svg svg {
      width: 10px; }
  .cta-two-columns .banner-title:hover h5,
  .cta-three-columns .banner-title:hover h5 {
    color: #003C7B; }
  .cta-two-columns .cta-single-banner,
  .cta-three-columns .cta-single-banner {
    padding: 20px; }
    .cta-two-columns .cta-single-banner:last-child,
    .cta-three-columns .cta-single-banner:last-child {
      padding-right: 20px; }
    .cta-two-columns .cta-single-banner:first-child,
    .cta-three-columns .cta-single-banner:first-child {
      padding-left: 20px; }
  .cta-two-columns .cta,
  .cta-three-columns .cta {
    margin-bottom: 30px; }

/* Until $phablet-screen (see variables for measurements) */
@media screen and (max-width: 550px) {
  .cta-three-columns .container-content {
    max-width: 100%; }
  .cta-three-columns .cta-single-banner {
    padding: 10px 20px; }
    .cta-three-columns .cta-single-banner:last-child {
      padding-bottom: 20px; }
    .cta-three-columns .cta-single-banner:first-child {
      padding-top: 20px; } }

/* left-column */
.left-column {
  border-right: 1px dotted #9f9f98;
  /* Until $large-screen (see variables for measurements) */
  /* Until $medium-screen (see variables for measurements) */ }
  @media screen and (max-width: 1100px) {
    .left-column {
      width: 65% !important; } }
  @media screen and (max-width: 768px) {
    .left-column {
      width: 100% !important;
      border: none;
      padding-bottom: 20px; } }
  .left-column .generic-text {
    padding: 30px 0; }
    .left-column .generic-text a {
      color: #003C7B;
      font-weight: 700; }

.img-banner {
  /*height: 350px;*/
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  /* Until $medium-screen (see variables for measurements) */
  /* Until $phablet-screen (see variables for measurements) */ }
  .img-banner img {
    width: 100%; }
  .img-banner .button {
    min-width: auto;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translateX(-50%) translateY(-50%); }
  @media screen and (max-width: 768px) {
    .img-banner {
      height: 200px; } }
  @media screen and (max-width: 550px) {
    .img-banner {
      height: 150px; } }

/* right-column */
.right-column {
  padding: 0 20px;
  /* Until $large-screen (see variables for measurements) */
  /* Until $medium-screen (see variables for measurements) */
  /* Until $phablet-screen (see variables for measurements) */
  /* from $phablet-screen Until $medium-screen (see variables for measurements) */ }
  .right-column .cta-banner {
    padding: 0;
    border: none; }
    .right-column .cta-banner .banner-title {
      width: 100%;
      left: 0; }
  .right-column .info-box-color {
    margin: 0; }
  @media screen and (max-width: 1100px) {
    .right-column {
      width: 35% !important; } }
  @media screen and (max-width: 768px) {
    .right-column {
      width: 100% !important; } }
  @media screen and (min-width: 550px) and (max-width: 768px) {
    .right-column {
      background-color: #f5f5f5;
      padding: 20px; }
      .right-column > div {
        width: 76%;
        margin-left: auto;
        margin-right: auto; } }

/* right-column elements*/
/* info-box-color */
.info-box-color {
  background-color: #003C7B;
  color: #fff;
  position: relative;
  padding: 30px 20px;
  /* Until $large-screen (see variables for measurements) */ }
  .info-box-color .box-title {
    margin-top: 0;
    font-size: 1.3em; }
  .info-box-color .material-icons {
    position: absolute;
    right: 15px;
    top: 15px; }
  .info-box-color .box-link {
    font-size: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  @media screen and (max-width: 1100px) {
    .info-box-color .box-title {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; } }

/* content-box */
.content-box {
  /* from $phablet-screen Until $medium-screen (see variables for measurements) */ }
  .content-box .item {
    background-color: #f5f5f5; }
  .content-box img {
    width: 100%; }
  .content-box .grey-box-title {
    background-color: #929CAD;
    padding: 10px;
    color: #f5f5f5;
    font-size: 1.3rem;
    font-weight: 300; }
  .content-box .content-content {
    text-align: center;
    padding: 8px 10px 20px; }
    .content-box .content-content p {
      margin: 0; }
  .content-box strong {
    font-size: 1.2rem;
    font-weight: 400;
    color: #003C7B; }
  .content-box .sub-title {
    margin: 0;
    font-size: 1.5rem; }
  @media screen and (min-width: 550px) and (max-width: 768px) {
    .content-box .item {
      background-color: #fff; } }

/* grey-info-box */
.grey-info-box {
  background-color: #f5f5f5;
  text-align: center;
  margin: 20px 0;
  /* from $phablet-screen Until $medium-screen (see variables for measurements) */ }
  .grey-info-box span {
    display: block; }
  .grey-info-box .sub-title {
    margin: 0;
    font-size: 1.5rem; }
  .grey-info-box .button {
    margin: 15px 0; }
  .grey-info-box .box-title {
    background-color: #929CAD; }
  .grey-info-box.single-title {
    text-align: left; }
    .grey-info-box.single-title .box-title {
      font-size: 1.3rem;
      font-weight: 300; }
  .grey-info-box.single-termine {
    text-align: left; }
  @media screen and (min-width: 550px) and (max-width: 768px) {
    .grey-info-box {
      background-color: #fff; } }

.box-title {
  padding: 10px;
  color: #fff; }

.box-content {
  padding: 20px; }

/* summary */
.summary {
  /* Until $large-screen (see variables for measurements) */ }
  .summary .summary-title {
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 700; }
  .summary .button {
    padding: 10px 30px; }
  .summary .table {
    text-align: left; }
  .summary .columns {
    padding-right: 30px;
    margin-bottom: 10px; }
  .summary .results {
    border-top: 1px solid #666666; }
    .summary .results .columns {
      padding: 15px 0; }
      .summary .results .columns:last-child {
        text-align: right;
        padding-right: 0; }
  .summary .total {
    background-color: #fff; }
    .summary .total .columns {
      padding: 15px 10px; }
      .summary .total .columns:last-child {
        text-align: right;
        font-size: 1.8em; }
  @media screen and (max-width: 1100px) {
    .summary .columns {
      width: 50%; }
    .summary .total .columns:last-child {
      font-size: 1.3em; } }

/* slider-side */
.slider-side {
  position: relative;
  color: #fff;
  padding-bottom: 30px; }
  .slider-side .sub-title {
    margin: 20px0; }
  .slider-side .owl-controls {
    position: absolute;
    height: 45px;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center; }
    .slider-side .owl-controls .owl-page {
      display: inline-block;
      width: 12px;
      height: 12px;
      border-radius: 6px;
      margin: 2px 10px;
      background-color: #003C7B;
      box-shadow: 1px 1px 2px black; }
      .slider-side .owl-controls .owl-page.active {
        margin: 0 10px;
        background-color: #fff;
        background-clip: content-box;
        width: 14px;
        height: 14px;
        border-radius: 7px;
        padding: 0px;
        border: 3px solid #003C7B; }

/*boxes-slider*/
.boxes-slider {
  background-color: #f5f5f5;
  padding: 20px 0; }
  .boxes-slider .owl-wrapper-outer {
    border: 15px solid #f5f5f5; }
  .boxes-slider .owl-wrapper {
    left: -15px !important; }
  .boxes-slider .owl-controls {
    position: static;
    height: auto;
    width: auto;
    padding: 0; }
    .boxes-slider .owl-controls div {
      display: inline-block; }

.box-slide {
  max-width: 380px;
  position: relative;
  padding: 0 20px;
  height: 400px;
  overflow: hidden;
  background-color: #fff;
  background-clip: content-box;
  border-left: 1px dotted rgba(29, 29, 27, 0.3);
  border-right: 1px dotted rgba(29, 29, 27, 0.3);
  text-align: center;
  /*.BoxHeaderInfo:after{
        content:'';
        position:absolute;
        background-color:rgba(0,0,0,.3);
        width:100%;
        height:7px;
        left:0;
        top:99%;
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 102% 100%, 0% 0%);
        clip-path: polygon(0% 0%, 100% 0%, 102% 100%, 0% 0%);
    }*/
  /* Until $phablet-screen (see variables for measurements) */ }
  .box-slide .gradient {
    position: absolute;
    height: 20px;
    top: 380px;
    left: 20px;
    width: calc(100% - 40px);
    background: url(/Content/Img/css/gradient.png) left top repeat-x; }
  .box-slide .date {
    font-weight: 600;
    font-size: 1em;
    color: #003C7B; }
  .box-slide h3 {
    padding: 20px 0;
    font-weight: 500;
    font-size: 1.6rem;
    display: inline-block;
    border-bottom: 1px dotted #1d1d1b; }
  .box-slide .HomeSlideText {
    padding: 15px 0;
    max-height: 95px;
    overflow: hidden; }
  .box-slide .homeSingleBoxHeader {
    height: 170px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    /*img{
            min-height: 100%;
            max-width:150%;
            position: relative;
            top:50%;
            transition:all .2s;
            transform: translateY(-50%);
        }*/ }
  .box-slide .homeSingleBoxContent {
    color: #1d1d1b;
    padding: 20px; }
  .box-slide .BoxHeaderInfo {
    background-color: #003C7B;
    background-color: currentColor;
    position: absolute;
    left: 20px;
    top: 145px;
    padding: 5px 12px; }
    .box-slide .BoxHeaderInfo .category {
      color: #fff; }
  .box-slide .box-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: 600;
    padding-top: 25%;
    line-height: 0;
    letter-spacing: 3px;
    font-size: 0em;
    transition: font-size .2s; }
  .box-slide:hover .homeSingleBoxHeader img {
    opacity: .7; }
  @media screen and (max-width: 1100px) {
    .box-slide {
      max-width: none; }
      .box-slide .homeSingleBoxContent h3 {
        font-size: 1.2rem !important; } }
  @media screen and (max-width: 550px) {
    .box-slide {
      max-width: none; }
      .box-slide .homeSingleBoxContent h3 {
        font-size: 1.3rem !important; } }

/*boxes-layout*/
.boxes-layout-menu .heading-2 {
  font-size: 2em;
  color: #fff;
  text-align: center; }

.boxes-layout-menu .menucont {
  padding: 30px 20px 20px 20px; }

.boxes-layout-menu .all-tags {
  border: none; }

.boxes-layout {
  margin: 0 auto;
  display: block;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  /* From $large-screen (see variables for measurements) */
  /* Until $large-screen (see variables for measurements) */
  /* Until $medium-screen (see variables for measurements) */
  /* Until $phablet-screen (see variables for measurements) */ }
  .boxes-layout .box-slide {
    padding: 10px 20px;
    width: 24.7%;
    border-left: none;
    display: inline-block;
    margin: 0;
    background-color: #f5f5f5; }
    .boxes-layout .box-slide.invisible {
      display: none; }
    .boxes-layout .box-slide:hover .homeSingleBoxHeader img {
      opacity: 1;
      transform: translateY(-50%) scale(1.1);
      transform-origin: center; }
    .boxes-layout .box-slide .homeSingleBoxContent {
      max-height: 210px;
      overflow: hidden; }
  .boxes-layout .sub-title {
    margin: 0; }
    .boxes-layout .sub-title span {
      font-size: .9em; }
  .boxes-layout .button {
    padding: 5px 15px; }
  @media screen and (min-width: 1100px) {
    .boxes-layout {
      margin-right: -10px; } }
  @media screen and (max-width: 1100px) {
    .boxes-layout {
      margin-right: -5px; }
      .boxes-layout .box-slide {
        width: 33%; } }
  @media screen and (max-width: 768px) {
    .boxes-layout .box-slide {
      width: 49.6%; } }
  @media screen and (max-width: 550px) {
    .boxes-layout {
      margin: 0;
      display: block; }
      .boxes-layout .box-slide {
        max-width: none;
        max-height: none;
        width: 100%;
        height: auto;
        border: none; }
        .boxes-layout .box-slide .homeSingleBoxContent {
          max-height: none; } }

/* logo-boxes */
.logo-boxes {
  text-align: center;
  display: flex;
  padding: 10px 0;
  /* Until $large-screen (see variables for measurements) */
  /* Until $medium-screen (see variables for measurements) */
  /* Until $phablet-screen (see variables for measurements) */ }
  .logo-boxes .single-logo {
    display: inline-block;
    padding: 0 10px;
    overflow: hidden;
    background-clip: content-box;
    background-color: #003C7B;
    border-right: 1px dotted #1d1d1b;
    width: 19%;
    height: 115px;
    flex-grow: 1; }
    .logo-boxes .single-logo span {
      font-size: 26px;
      color: #fff;
      font-weight: 800;
      line-height: 115px;
      text-transform: uppercase; }
    .logo-boxes .single-logo:last-child {
      border: none; }
    .logo-boxes .single-logo.education {
      background-color: #FFC20E; }
    .logo-boxes .single-logo.travel {
      background-color: #00AEEF; }
    .logo-boxes .single-logo.service {
      background-color: #F79448; }
    .logo-boxes .single-logo.patronat {
      background-color: #ED1C24; }
    .logo-boxes .single-logo.arche {
      background-color: #99CA3C; }
  @media screen and (max-width: 1100px) {
    .logo-boxes .single-logo span {
      font-size: 20px; } }
  @media screen and (max-width: 768px) {
    .logo-boxes .single-logo {
      padding: 0 5px; }
      .logo-boxes .single-logo span {
        font-size: 18px; } }
  @media screen and (max-width: 550px) {
    .logo-boxes {
      display: block;
      padding: 5px 0; }
      .logo-boxes .single-logo {
        width: 100%;
        border: none;
        height: 80px; }
        .logo-boxes .single-logo span {
          line-height: 80px; } }

.itemTermin .grey-box-title {
  font-size: 1rem; }

/*search-box*/
.search-box,
.serchBoxContent {
  background-color: #003C7B;
  color: #fff;
  width: 100%;
  max-width: 320px;
  padding: 20px;
  text-align: center;
  float: left;
  margin-top: 100px; }
  .search-box .material-icons,
  .serchBoxContent .material-icons {
    vertical-align: middle;
    margin-right: 10px; }
  .search-box h5,
  .serchBoxContent h5 {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 300;
    margin: 10px 0; }
  .search-box .line,
  .serchBoxContent .line {
    width: 80%;
    margin: 5px auto; }
  .search-box select,
  .serchBoxContent select {
    width: 100%;
    min-height: 30px; }
  .search-box .button,
  .serchBoxContent .button {
    padding: 7px 18px;
    font-size: .9em;
    border: 1px solid #929CAD;
    display: inline-block; }
    .search-box .button.disabled,
    .serchBoxContent .button.disabled {
      opacity: .3;
      cursor: default; }

#serchBoxContent {
  display: none; }
  #serchBoxContent #serchButton2 {
    padding: 16px; }

/* Until $phablet-screen (see variables for measurements) */
@media screen and (max-width: 550px) {
  #serchBoxContent {
    display: block; } }

/* themen layout*/
.themen-layout {
  padding: 20px;
  background-color: #f5f5f5;
  background-clip: content-box;
  /* Until $large-screen (see variables for measurements) */
  /* Until $phablet-screen (see variables for measurements) */ }
  .themen-layout .single-theme {
    position: relative;
    padding: 10px;
    text-align: center;
    height: 250px;
    font-weight: 300; }
    .themen-layout .single-theme span {
      font-size: .9rem; }
  .themen-layout .theme-img {
    height: 130px;
    overflow: hidden;
    position: relative; }
    .themen-layout .theme-img img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      min-height: 101%;
      min-width: 100%;
      max-width: none; }
  .themen-layout .theme-content {
    background-color: #fff;
    height: 100px;
    overflow: hidden;
    padding: 10px; }
    .themen-layout .theme-content p {
      font-size: 1.4rem;
      margin: 0 0 5px 0; }
  .themen-layout .banner-link {
    position: absolute;
    height: 100%;
    height: calc(100% - 20px);
    width: 100%;
    width: calc(100% - 20px);
    font-size: 0;
    top: 10px;
    left: 10px; }
  @media screen and (max-width: 1100px) {
    .themen-layout .single-theme {
      width: 50%; } }
  @media screen and (max-width: 550px) {
    .themen-layout .single-theme {
      width: 100%; } }

/* search-results */
#downloadsList {
  list-style: none; }

.search-results {
  background-color: #f5f5f5;
  background-clip: content-box;
  padding: 20px;
  /* Until $large-screen (see variables for measurements) */
  /* Until $medium-screen (see variables for measurements) */
  /* Until $phablet-screen (see variables for measurements) */ }
  .search-results .search-titles {
    background-color: #fff;
    padding: 0; }
    .search-results .search-titles ul {
      list-style: none;
      padding: 0;
      margin: 0;
      margin-bottom: 2px; }
    .search-results .search-titles li {
      display: inline-block;
      padding: 10px 20px;
      font-size: 1.2rem;
      cursor: pointer;
      font-weight: 300; }
      .search-results .search-titles li:hover {
        color: #003C7B; }
      .search-results .search-titles li.active-tab {
        font-weight: 600;
        background-color: #f5f5f5;
        color: #003C7B; }
  .search-results .link-icon {
    text-decoration: underline; }
  .search-results .search-item {
    padding: 20px 0;
    margin-top: -1px;
    border-top: 1px dotted #666666;
    border-bottom: 1px dotted #666666; }
    .search-results .search-item:first-child {
      border-top: none; }
    .search-results .search-item:last-child {
      border-bottom: none; }
  .search-results .item-category {
    font-weight: 600;
    margin-top: 0;
    color: #003C7B; }
  .search-results .search-img {
    padding-right: 40px; }
  .search-results .search-content {
    padding-left: 40px; }
    .search-results .search-content span {
      display: block; }
    .search-results .search-content b {
      color: #003C7B; }
  .search-results #serchBoxContent {
    display: none; }
  @media screen and (max-width: 1100px) {
    .search-results .search-img {
      padding-right: 0; } }
  @media screen and (max-width: 768px) {
    .search-results .columns {
      width: 50%; } }
  @media screen and (max-width: 550px) {
    .search-results .columns {
      width: 100%; }
    .search-results .search-content {
      padding-left: 0; }
    .search-results #serchBoxContent {
      display: block; } }

/*tabs-container*/
.tabs-container {
  background-color: #f5f5f5;
  background-clip: content-box;
  padding: 20px;
  /* Until $large-screen (see variables for measurements) */ }
  .tabs-container .single-tab {
    background-color: #ededed;
    border-top: 1px solid #666666;
    padding: 0;
    border-bottom: 1px solid #666666;
    margin-top: -1px;
    height: auto;
    width: 100%;
    background-clip: content-box;
    display: block;
    text-align: center;
    font-size: 1.3em;
    cursor: pointer; }
    .tabs-container .single-tab span {
      color: #000; }
    .tabs-container .single-tab .material-icons {
      vertical-align: middle; }
    .tabs-container .single-tab:first-child {
      padding-left: 0; }
    .tabs-container .single-tab:last-child {
      padding-right: 0; }
    .tabs-container .single-tab.active-tab {
      background-color: #003C7B;
      background-clip: border-box; }
      .tabs-container .single-tab.active-tab span {
        color: #fff; }
      .tabs-container .single-tab.active-tab .material-icons {
        display: none; }
  .tabs-container .tab-content {
    display: none; }
    .tabs-container .tab-content.active-tab {
      display: block; }
  @media screen and (max-width: 1100px) {
    .tabs-container .single-tab {
      font-size: 1em; } }

/*old KVW style*/
.ContentSxMediaOpener {
  padding-top: 16px;
  text-align: center; }
  .ContentSxMediaOpener span {
    vertical-align: top;
    font-size: 28px;
    line-height: 28px;
    color: #fff;
    background: #003C7B;
    padding: 16px;
    cursor: pointer;
    transition: background 0.7s ease 0s;
    display: inline-block; }
    .ContentSxMediaOpener span.icon.ActiveMediaButton, .ContentSxMediaOpener span.icon:hover {
      background: #f4f4f4;
      color: #003C7B; }

.ContentSxImgMediaPreview,
.ContentSxVideoMediaPreview {
  overflow: hidden;
  margin-right: -1.5%; }
  .ContentSxImgMediaPreview .SingleMediaImgPreview,
  .ContentSxImgMediaPreview .SingleMediaVideoPreview,
  .ContentSxVideoMediaPreview .SingleMediaImgPreview,
  .ContentSxVideoMediaPreview .SingleMediaVideoPreview {
    overflow: hidden;
    float: left;
    width: 15%;
    margin-right: 1.6%;
    margin-bottom: 1.6%; }
    .ContentSxImgMediaPreview .SingleMediaImgPreview img,
    .ContentSxImgMediaPreview .SingleMediaVideoPreview img,
    .ContentSxVideoMediaPreview .SingleMediaImgPreview img,
    .ContentSxVideoMediaPreview .SingleMediaVideoPreview img {
      display: block;
      cursor: pointer; }

#ContentSxMediaImgZoom,
#ContentSxMediaVideoZoom {
  max-width: 650px;
  margin: 0 auto;
  border: 3px solid #fff;
  position: relative; }

#ContentSxMediaImgZoomPrev,
#ContentSxMediaImgZoomNext,
#ContentSxMediaVideoZoomPrev,
#ContentSxMediaVideoZoomNext {
  position: absolute;
  color: #003C7B;
  font-size: 30px;
  padding: 10px;
  top: 50%;
  margin-top: -20px;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background 0.7s ease 0s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  #ContentSxMediaImgZoomPrev:hover,
  #ContentSxMediaImgZoomNext:hover,
  #ContentSxMediaVideoZoomPrev:hover,
  #ContentSxMediaVideoZoomNext:hover {
    color: #fff;
    background: #003C7B; }

#ContentSxMediaImgZoomPrev,
#ContentSxMediaVideoZoomPrev {
  left: -53px; }

#ContentSxMediaImgZoomNext,
#ContentSxMediaVideoZoomNext {
  right: -53px; }

#ContentSxMediaImgBig,
#ContentSxMediaVideoBig {
  background: url(/content/img/css/loading.gif) no-repeat center center;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  #ContentSxMediaImgBig img,
  #ContentSxMediaVideoBig img {
    max-width: 95%;
    max-height: 95%;
    vertical-align: middle; }

#ContentSxMediaImgPreloader {
  height: 0;
  overflow: hidden; }

#ContentSxMediaImgBigTitle .ContentSxMediaImgGalOverLayTitle,
#ContentSxMediaVideoZoom .ContentSxMediaImgGalOverLayTitle {
  width: 96%;
  padding: 12px 2% 10px;
  background: rgba(255, 255, 255, 0.8);
  color: #003C7B;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ContentSxVideoMediaPreview .SingleMediaVideoPreview {
  position: relative;
  /*.contentVideoPlayBut{
	    position: absolute; 
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background: url(/content/img/css/play.png) no-repeat center center; 
	    cursor: pointer; 
    }*/ }

.SingleMediaAudio {
  width: 33%;
  margin: 0 -1px -1px 0;
  position: relative; }

.ContentSxMediaContainer,
.rowSucheAudios {
  padding: 20px 30px;
  background: #f5f5f5; }
  .ContentSxMediaContainer .ContentSxMediaContainerSingle,
  .rowSucheAudios .ContentSxMediaContainerSingle {
    padding: 0 10%;
    height: auto;
    position: relative; }
    .ContentSxMediaContainer .ContentSxMediaContainerSingle .dn,
    .rowSucheAudios .ContentSxMediaContainerSingle .dn {
      display: block;
      height: 0;
      overflow: hidden; }
  .ContentSxMediaContainer .ContentSxMediaContainerSingleInner,
  .rowSucheAudios .ContentSxMediaContainerSingleInner {
    padding: 30px 0; }
  .ContentSxMediaContainer .SingleMediaAudio .ContentAudioFilePlayer,
  .rowSucheAudios .SingleMediaAudio .ContentAudioFilePlayer {
    position: absolute;
    width: 100%;
    left: 0;
    top: 2px;
    height: calc(100% - 4px); }
  .ContentSxMediaContainer .SingleMediaAudio .ContentAudioFilePlayerA,
  .rowSucheAudios .SingleMediaAudio .ContentAudioFilePlayerA {
    height: 100%; }
  .ContentSxMediaContainer .SingleMediaAudio .ContentAudioFilePlayerB,
  .rowSucheAudios .SingleMediaAudio .ContentAudioFilePlayerB {
    background: #fff;
    width: calc(100% - 4px);
    margin-left: 2px;
    height: 100%; }
  .ContentSxMediaContainer .SingleMediaAudio .SingleMediaAudioTitle,
  .rowSucheAudios .SingleMediaAudio .SingleMediaAudioTitle {
    line-height: normal;
    font-size: 24px;
    color: #000;
    height: 62px;
    overflow: hidden; }
  .ContentSxMediaContainer .SingleMediaAudio .SingleMediaAudioInfo,
  .rowSucheAudios .SingleMediaAudio .SingleMediaAudioInfo {
    color: #666666;
    font-size: 14px;
    padding-top: 3%; }
  .ContentSxMediaContainer .SingleMediaAudio .SingleMediaAudioHeader,
  .rowSucheAudios .SingleMediaAudio .SingleMediaAudioHeader {
    color: #003C7B;
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 2%; }
  .ContentSxMediaContainer .SingleMediaAudio1,
  .rowSucheAudios .SingleMediaAudio1 {
    background: #f5f5f5;
    padding: 1px;
    cursor: pointer;
    text-align: left; }
  .ContentSxMediaContainer .SingleMediaAudio2,
  .rowSucheAudios .SingleMediaAudio2 {
    background: #fff;
    padding: 15px 8%;
    border: 1px solid rgba(102, 102, 102, 0.2);
    transition: background 0.7s ease 0s;
    width: 100%; }
  .ContentSxMediaContainer .SingleMediaAudioNoTouch:hover .SingleMediaAudioHeader,
  .ContentSxMediaContainer .SingleMediaAudioNoTouch:hover .SingleMediaAudioInfo,
  .rowSucheAudios .SingleMediaAudioNoTouch:hover .SingleMediaAudioHeader,
  .rowSucheAudios .SingleMediaAudioNoTouch:hover .SingleMediaAudioInfo {
    color: #f5f5f5; }
  .ContentSxMediaContainer .SingleMediaAudioNoTouch:hover .SingleMediaAudioTitle,
  .rowSucheAudios .SingleMediaAudioNoTouch:hover .SingleMediaAudioTitle {
    color: #fff; }
  .ContentSxMediaContainer .SingleMediaAudioNoTouch:hover .SingleMediaAudio2,
  .rowSucheAudios .SingleMediaAudioNoTouch:hover .SingleMediaAudio2 {
    background: #003C7B; }

/*old KVW style*/
.ContentMediaImages {
  display: none; }

.ContentSxMediaOpener .active {
  color: #003C7B;
  background-color: #f5f5f5; }

.ContentMediaContainer figure {
  padding: 0 10px;
  margin: 10px 0;
  width: 100%;
  height: 200px; }
  .ContentMediaContainer figure a {
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #FFF;
    background-position: center center;
    position: relative; }
    .ContentMediaContainer figure a figcaption {
      position: absolute;
      width: 100%;
      text-align: center;
      left: 0;
      bottom: 0;
      background: rgba(255, 255, 255, 0.9);
      padding: 10px 0; }

.jp-player-close {
  padding: 4px !important;
  background-color: #f5f5f5 !important; }
  .jp-player-close i {
    color: #003C7B; }
  .jp-player-close:hover {
    background-color: #003C7B !important; }
    .jp-player-close:hover i {
      color: #fff !important; }

.jp-title {
  overflow-wrap: break-word;
  color: #666666 !important; }

/* Until $small-screen (see variables for measurements) */
@media screen and (max-width: 550px) {
  .SingleMediaAudio {
    width: 100%; }
  .SearchResultImage {
    float: none !important;
    width: 100% !important;
    padding: 0 0 15px !important; }
    .SearchResultImage .SearchResultImageImg {
      width: 100% !important; }
      .SearchResultImage .SearchResultImageImg img {
        width: 100% !important;
        height: auto !important;
        display: block !important; }
  .SearchResultText {
    float: none !important;
    width: 100% !important; }
  .columnImage {
    margin: 0 !important;
    float: none !important;
    height: 300px !important; } }

.headerslider {
  padding: 0 10px; }
  .headerslider figure {
    position: relative;
    padding: 0;
    margin: 0; }
    .headerslider figure img {
      width: 100%;
      height: auto;
      display: block;
      padding: 0 10px; }
    .headerslider figure .caption {
      position: absolute;
      left: 0;
      bottom: 0;
      padding: 8px 0;
      text-align: center;
      color: #fff;
      background: rgba(0, 0, 0, 0.6);
      width: calc( 100% - 20px);
      margin-left: 10px; }
  .headerslider .owl-controls {
    top: 50%; }
    .headerslider .owl-controls div {
      font-size: 0;
      width: 11px;
      height: 9px;
      padding: 12px 15px;
      background-position: center center;
      background-repeat: no-repeat;
      background-color: #fff;
      transition: all .9s; }
      .headerslider .owl-controls div.owl-prev {
        background-image: url(/Content/Img/Css/pfeil_2_l.gif);
        left: 10px; }
        .headerslider .owl-controls div.owl-prev:hover {
          background-position: left center; }
      .headerslider .owl-controls div.owl-next {
        background-image: url(/Content/Img/Css/pfeil_2.gif);
        right: 10px; }
        .headerslider .owl-controls div.owl-next:hover {
          background-position: right center; }

.gMap {
  height: 400px;
  background: url(/Content/Img/bg_map.jpg) center center no-repeat;
  position: relative; }
  .gMap .cookie-consent-info {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    background-color: #fff;
    color: #333;
    max-width: 500px; }
    .gMap .cookie-consent-info .title {
      font-weight: bold;
      font-size: 1.2rem;
      margin-bottom: 8px; }
    .gMap .cookie-consent-info .text {
      font-size: 1rem;
      margin-bottom: 13px; }
    .gMap .cookie-consent-info .button {
      font-size: .9rem !important;
      font-weight: normal !important;
      padding: 10px !important;
      min-height: 1px !important; }

.google-map-info-window .route {
  padding-top: 10px; }

/*map-canvas*/
#map-canvas {
  background-color: #f5f5f5;
  height: 780px;
  width: 49.2%;
  float: right;
  /* Until $medium-screen (see variables for measurements) */ }
  @media screen and (max-width: 1100px) {
    #map-canvas {
      width: 100%;
      height: 400px;
      float: none;
      margin-bottom: 20px; } }

#gmap-kontakt {
  background-color: #f5f5f5;
  height: 400px;
  width: 100%;
  /* Until $medium-screen (see variables for measurements) */ }
  @media screen and (max-width: 1100px) {
    #gmap-kontakt {
      height: 200px; } }

.ContainerContent11 {
  background-color: #f5f5f5;
  padding: 20px; }

/*Buttons*/
input[type=submit],
input[type=reset],
input[type=button],
.inputsubmit1,
button, .button {
  display: inline-block;
  margin: 5px 0;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-size: .9rem;
  color: #fff;
  line-height: 30px;
  background-color: #003C7B;
  min-width: 0;
  min-height: 30px;
  transition: all .3s;
  -webkit-appearance: none;
  border: 1px solid #0055ae; }
  input[type=submit]:hover,
  input[type=reset]:hover,
  input[type=button]:hover,
  .inputsubmit1:hover,
  button:hover, .button:hover {
    background-color: #004895; }

/*Forms*/
.form-styles {
  border-top: 1px dotted #1d1d1b;
  font-size: 1em;
  color: #666666; }
  .form-styles fieldset {
    border: 0;
    margin: 0;
    padding: 0; }
  .form-styles .item-left {
    width: 18%;
    display: inline-block; }
  .form-styles .item-right,
  .form-styles .button,
  .form-styles textarea,
  .form-styles select,
  .form-styles input {
    display: inline-block;
    width: 81%;
    vertical-align: top;
    border: none;
    padding: 6px 5px; }
    .form-styles .item-right.err-border,
    .form-styles .button.err-border,
    .form-styles textarea.err-border,
    .form-styles select.err-border,
    .form-styles input.err-border {
      border: 1px solid #f00; }
  .form-styles .item-right,
  .form-styles .button {
    margin-left: 18%; }
  .form-styles input[type=radio],
  .form-styles input[type=checkbox] {
    width: auto;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block; }
  .form-styles .input-err {
    padding-left: 18.5%; }

/*classes*/
.item {
  margin: 20px 0; }

.input-err {
  padding: 5px;
  font-weight: 500;
  color: #f00; }

.radio-wrapper label {
  margin-right: 20px; }

/* Until $medium-screen (see variables for measurements) */
@media screen and (max-width: 768px) {
  .form-styles {
    padding: 0; }
    .form-styles .item-left,
    .form-styles textarea,
    .form-styles select,
    .form-styles .button,
    .form-styles .item-right,
    .form-styles .input-right,
    .form-styles input {
      width: 100%;
      margin: 5px 0; }
    .form-styles input[type=radio],
    .form-styles input[type=checkbox] {
      width: auto; }
    .form-styles .item {
      margin: 10px 0; }
    .form-styles .item-right,
    .form-styles .right-checkbox,
    .form-styles .input-err {
      padding-left: 0; }
    .form-styles .date-picker-field .date-picker {
      width: 100%; }
      .form-styles .date-picker-field .date-picker .material-icons {
        right: 10px;
        top: auto;
        bottom: 10px; } }

.ContainerContent16 {
  background-color: #f5f5f5;
  padding: 20px 0;
  margin-bottom: 20px; }
  .ContainerContent16 .inner {
    padding-left: 10%;
    padding-right: 10%; }
    .ContainerContent16 .inner .columns {
      padding: 5px 10px;
      position: relative; }
      .ContainerContent16 .inner .columns .img {
        overflow: hidden;
        font-size: 0; }
      .ContainerContent16 .inner .columns .content {
        background: #FFF;
        padding: 10px;
        text-align: center;
        font-family: "Open Sans"; }
        .ContainerContent16 .inner .columns .content .tit {
          color: #000;
          font-size: 1.3em; }
        .ContainerContent16 .inner .columns .content .sub {
          font-size: 1em;
          color: #999; }
      .ContainerContent16 .inner .columns .full-box-link {
        display: inline-block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }

.ContainerContent17 .fbTimeLineCont,
.ContainerContent18 .fbTimeLineCont {
  margin: 0 auto; }
  .ContainerContent17 .fbTimeLineCont .cookie-consent-info,
  .ContainerContent18 .fbTimeLineCont .cookie-consent-info {
    border: 12px solid rgba(0, 0, 0, 0.3);
    padding: 15px;
    background-color: #fff;
    color: #333;
    max-width: 500px;
    margin-top: 20px; }
    .ContainerContent17 .fbTimeLineCont .cookie-consent-info .title,
    .ContainerContent18 .fbTimeLineCont .cookie-consent-info .title {
      font-weight: bold;
      font-size: 1.2rem;
      margin-bottom: 8px; }
    .ContainerContent17 .fbTimeLineCont .cookie-consent-info .text,
    .ContainerContent18 .fbTimeLineCont .cookie-consent-info .text {
      font-size: 1rem;
      margin-bottom: 13px; }
    .ContainerContent17 .fbTimeLineCont .cookie-consent-info .button,
    .ContainerContent18 .fbTimeLineCont .cookie-consent-info .button {
      font-size: .9rem !important;
      font-weight: normal !important;
      padding: 10px !important;
      min-height: 1px !important; }

/* contentTable */
.contentTable {
  width: 100%;
  display: table;
  border-collapse: collapse;
  /* From $medium-screen (see variables for measurements) */
  /*@media screen and (min-width:$medium-screen) {
        .col {
            display:table-cell;
        }
        .col1 {
            width:40%;
        }
        .col2 {
            width:25%;
        }
        .col3 {
            width:35%;
        }
    }*/
  /* Until $medium-screen (see variables for measurements) */ }
  .contentTable .tableRow {
    display: table-row; }
  .contentTable .col {
    padding: 10px;
    border: 2px solid #f5f5f5;
    /*width:100%*/
    width: 10%;
    display: table-cell; }
  @media screen and (max-width: 768px) {
    .contentTable .contentTable:first-line .col {
      background-color: #f5f5f5; } }

.archivTit {
  font-size: 1.7em;
  color: #003C7B;
  border-bottom: 1px dotted #9f9f98;
  padding: 20px 0 10px;
  margin-bottom: 10px; }

.yearCont {
  padding: 18px;
  border-bottom: 1px dotted #9f9f98; }
  .yearCont .tit {
    font-size: 1.5em;
    color: #003C7B;
    cursor: pointer;
    background: url(/Content/img/css/pfeil_3_b.gif) right center no-repeat; }
  .yearCont .monthCont {
    display: none;
    padding: 10px 0; }
    .yearCont .monthCont a.mon {
      display: block;
      padding: 2px 0 2px 20px;
      background: url(/Content/img/css/pfeil_2.gif) left center no-repeat; }
      .yearCont .monthCont a.mon.active {
        font-weight: bold;
        font-size: 1.4em; }
  .yearCont.active .tit {
    background-image: url(/Content/img/css/pfeil_3_t.gif); }

#newsShowNewest {
  display: block;
  padding: 2px 0 2px 20px;
  background: url(/Content/img/css/pfeil_2.gif) left center no-repeat;
  display: none; }

#newsListCont {
  padding: 20px; }
  #newsListCont #getMoreMy {
    width: 100%;
    display: block; }

#TimeLine {
  position: relative;
  background: url(/content/img/css/spacer_dotted_vertical.gif) repeat-y scroll center top;
  overflow: hidden; }

.singleNewsItem {
  position: absolute;
  width: 45%;
  background: #fbfbfb none repeat scroll 0 0; }
  .singleNewsItem img {
    width: 100%;
    height: auto;
    display: block; }
  .singleNewsItem .singleTimeLineDate {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 47px;
    left: -60px;
    background: #003c7b; }
    .singleNewsItem .singleTimeLineDate span {
      display: block;
      background: #929cad none repeat scroll 0 0 !important; }
  .singleNewsItem .singleTimeLineTitle {
    padding: 4px 0 4px 15px;
    color: #fff;
    font-size: 1.7em; }
    .singleNewsItem .singleTimeLineTitle.singleTimeLineTitleDefaultColor {
      background: #003c7b none repeat scroll 0 0 !important; }
  .singleNewsItem .singleTimeLinePad {
    color: #666;
    padding: 15px 10%; }
    .singleNewsItem .singleTimeLinePad .spanh1 {
      color: #000;
      display: block;
      font-size: 22px;
      padding-bottom: 4px; }
    .singleNewsItem .singleTimeLinePad .spanh2 {
      color: #929cad;
      font-size: 18px;
      padding-bottom: 4px; }
  .singleNewsItem .buttonContainer {
    text-align: center; }

.singleTimeLineDate {
  left: -60px;
  right: auto;
  border: none; }

.singleElementOnCol1 .singleTimeLineDate,
.singleElementOnCol1 .singleTimeLineDate {
  left: auto;
  right: -60px; }

.singleTimeLine:nth-child(1) .singleTimeLineDate,
.singleTimeLine:nth-child(1) .singleTimeLineDate {
  right: -37px;
  left: auto !important; }

.singleTimeLine:nth-child(2) .singleTimeLineDate,
.singleTimeLine:nth-child(2) .singleTimeLineDate {
  left: -35px;
  right: auto; }

.singleTimeLine:nth-child(3) .singleTimeLineDate,
.singleTimeLine:nth-child(3) .singleTimeLineDate {
  left: -60px; }

#searchMap {
  margin: 20px; }

.mitarbeiter-uebersicht #contentSearchMapFilter {
  position: absolute; }

.mitarbeiter-uebersicht #mapSearchAjaxContent {
  padding-left: 260px;
  min-height: 290px; }

.mitarbeiter-uebersicht.responseSmall #searchMap .intro {
  padding: 0 5%; }

.ortsgruppe-uebersicht #regions path {
  stroke-width: 0; }

@media all and (max-width: 650px) {
  .mitarbeiter-uebersicht #contentSearchMapFilter {
    position: relative; }
  .mitarbeiter-uebersicht #mapSearchAjaxContent {
    padding-left: 0; }
  .mitarbeiter-uebersicht.responseSmall #searchMap .intro {
    padding: 30px 5%; } }

/*
#contentSearchMapFilter .left{
	background-color: #759ECD;
	color: #FFFFFF;
	font-size: 30px;
	line-height: 284px;
	margin: 0 2% 0 -20px;
	text-align: center;
	width: 8%;
}
*/
#contentSearchMapFilter .content {
  /*box-shadow: 11px 6px 0 0 rgba(0, 0, 0, 0.2);*/
  color: #FFFFFF;
  margin: 0;
  width: 260px; }

#contentSearchMapFilter .content .inner {
  /*height: 244px;
	width:200px;
	min-height: 244px;*/
  padding: 20px 35px 30px 35px;
  text-align: center;
  background-color: #003C7B;
  margin-left: -20px; }

#contentSearchMapFilter .content .inner .headerIcon h5 {
  margin-bottom: 20px; }

#contentSearchMapFilter .content .inner .headerIcon h5 {
  display: inline-block; }

#contentSearchMapFilter .content .inner .headerIcon span {
  /*border: 5px solid #FFF;*/
  border-radius: 100%;
  padding: 10px;
  margin-top: 10px;
  font-size: 20px;
  display: inline-block; }

#contentSearchMapFilter .content .inner .titel {
  padding: 5px 0; }

#contentSearchMapFilter .line {
  margin-bottom: 7px; }

#contentSearchMapFilter .line select,
#contentSearchMapFilter .line input {
  width: 100%;
  border: 0;
  padding: 5px 6px;
  background: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#svgMapSearch {
  width: calc(100% - 320px - 75px);
  float: left;
  margin-left: 75px;
  margin-top: -5px; }

.map_ortsgruppe-uebersicht #regions path {
  stroke-width: 0; }

#regionsHover g.bezirk {
  cursor: pointer; }

g.standort {
  cursor: pointer; }

g.standort rect {
  fill: #003C7B;
  opacity: .5;
  transition: opacity .7s; }

g.standort text {
  fill: #000;
  opacity: .5;
  font-family: 'open_sanslight';
  font-size: 14px;
  transition: opacity .7s; }

g.standortGross text {
  opacity: .6;
  font-size: 22px;
  font-family: 'open_sanssemibold'; }

g.standort:hover text,
g.standort:hover rect,
g.standort.active text,
g.standort.active rect {
  opacity: 1; }

.clearRespSmall {
  display: none;
  clear: both;
  overflow: hidden;
  font-size: 0; }

#searchMap .top {
  /*background:#F5F5F5;*/
  padding: 35px 0 0 0;
  margin: 0 0 25px 0; }

.intro-single,
#searchMap .intro {
  padding: 20px 10% 40px;
  text-align: center; }

.responseSmall .intro-single,
.responseSmall #searchMap .intro {
  padding: 40px 10%;
  padding: 20px 0; }

.intro-single h3,
#searchMap .intro h3 {
  font-family: open_sanslight;
  font-size: 360%;
  line-height: 72px;
  padding: 15px 25px 15px 25px; }

.intro-single h3 span,
#searchMap .intro h3 span {
  font-family: open_sansregular; }

.intro-single .content,
#searchMap .intro .content {
  font-family: "open_sanslight";
  font-weight: normal;
  text-align: center;
  line-height: 34px;
  font-size: 22px; }

#mapSearchMap {
  position: relative; }

#mapStandort {
  background-color: #f5f5f5;
  min-height: 450px; }

#mapSearchMap #frmArrival {
  position: relative;
  left: 0;
  top: 20px;
  margin: 0 auto;
  z-index: 10;
  width: 60%;
  height: 0;
  background: #FFF; }

#mapSearchMap #frmArrival form {
  position: relative;
  width: 100%;
  background: #FFF; }

#mapSearchMap #frmArrival .rel {
  position: relative; }

#mapSearchMap #frmArrival #address {
  padding: 12px 10px 12px 15px;
  font-family: open_sanslight;
  font-size: 18px;
  color: #666;
  border: 0;
  width: 60%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box; }

.response_gth_Medium #mapSearchMap #frmArrival #address {
  width: 75%; }

#mapSearchMap #frmArrival form input[type="submit"] {
  position: absolute;
  right: 6px;
  top: 6px;
  padding-top: 4px;
  padding-bottom: 3px;
  font-family: open_sansregular;
  font-size: 18px; }

#arrival input[type="submit"] {
  box-shadow: none;
  font-family: open_sansregular;
  font-size: 18px; }

.contInfowWindow {
  min-width: 120px; }

#directions-panel {
  /*margin:0 25px;*/
  background: #F5F5F5; }

#directions-panel .adp {
  padding: 20px; }

#frmStandort {
  padding: 30px 80px;
  padding: 30px 0;
  background: #F5F5F5;
  font-size: 16px; }

.profilDaten div, .pinnwand div {
  font-family: open_sanslight;
  color: #333; }

#frmStandort .left {
  float: left;
  width: 50%;
  padding-right: 9px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#frmStandort .left .line {
  margin-bottom: 9px; }

#frmStandort .left .line input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  width: 100%;
  padding: 13px 20px; }

#frmStandort .right {
  float: left;
  width: 50%; }

#frmStandort .right textarea {
  width: 100%;
  border: 0;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 160px; }

#frmStandort .right textarea,
#frmStandort .left .line input {
  color: #666;
  font-family: open_sanslight;
  font-size: 18px; }

#frmStandort input[type="submit"] {
  width: 100%;
  padding: 7px 0;
  font-family: open_sanslight;
  font-size: 20px;
  /*box-shadow: 9px 7px 0 rgba(0, 0, 0, 0.2);*/
  -webkit-appearance: none;
  border-radius: 0; }

.FormUserLine {
  width: 100%;
  margin: 15px 0;
  background: url(/content/img/css/spacer_dashed_horizontal_000.gif) repeat-x 0 0;
  height: 1px; }

.contEmail {
  text-align: center;
  padding-bottom: 10px; }

.contEmail a {
  text-decoration: none !important;
  color: #FFF !important;
  display: inline !important;
  text-align: center; }

.contObleutehidden {
  height: 0;
  overflow: hidden; }

.contPersonOverlay .colorBar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 48px;
  background-color: #003C7B; }

.contPersonOverlay .colorBar .sp {
  float: left;
  height: 48px;
  background: #003C7B; }

/* ORANGE */
.contPersonOverlay .colorBarOrange .spColored {
  background: #F1B84D; }

.contPersonOverlay .colorBarOrange .sp1 {
  width: 5%; }

.contPersonOverlay .colorBarOrange .sp2 {
  width: 55%; }

.contPersonOverlay .colorBarOrange .sp3 {
  width: 30%; }

.contPersonOverlay .colorBarOrange .sp4 {
  width: 10%; }

/* BLUE */
.contPersonOverlay .colorBarBlue .spColored {
  background: #759ECD; }

.contPersonOverlay .colorBarBlue .sp1 {
  width: 30%; }

.contPersonOverlay .colorBarBlue .sp2 {
  width: 60%; }

.contPersonOverlay .colorBarBlue .sp3 {
  width: 10%; }

.contPersonOverlay .colorBarBlue .sp4 {
  width: 0%; }

/* GREEN */
.contPersonOverlay .colorBarGreen .spColored {
  background: #A5D1C2; }

.contPersonOverlay .colorBarGreen .sp1 {
  width: 40%; }

.contPersonOverlay .colorBarGreen .sp2 {
  width: 30%; }

.contPersonOverlay .colorBarGreen .sp3 {
  width: 10%; }

.contPersonOverlay .colorBarGreen .sp4 {
  width: 20%; }

.contPersonOverlay .details {
  /*padding:0 5%;*/
  text-align: center; }

.contPersonOverlay {
  background-color: #f5f5f5; }

#ContentSxPersonenInner .nameJob {
  background: url(/content/img/css/spacer_dashed_horiyontal.gif) repeat-x scroll center bottom;
  padding-bottom: 5%;
  margin-bottom: 5%; }

#ContentSxPersonenInner .nameJob strong {
  font-size: 130%;
  font-family: open_sanslight; }

#ContentSxPersonenInner .nameJob .abt {
  font-size: 120%;
  padding: 2% 0 1%;
  line-height: 1.2; }

#ContentSxPersonenInner .bereich {
  font-size: 100%;
  font-weight: normal;
  text-transform: uppercase;
  color: #333;
  padding: 2% 0 1%;
  line-height: 1.2; }

.map_bezirke-uebersicht #regionsHover g.bezirk {
  cursor: pointer; }

#regionsHover text tspan {
  font-size: 32px;
  font-style: normal;
  font-weight: normal;
  fill: #ffffff;
  fill-opacity: 1;
  color: #FFF;
  stroke: none; }

.backlinkResSmall {
  padding: 0 10%;
  text-align: center; }

/* entire container, keeps perspective */
.flip-container {
  perspective: 1000;
  transform-style: preserve-3d;
  -webkit-perspective: 1000;
  /* Chrome, Safari, Opera */
  -webkit-transform-style: preserve-3d;
  /* Chrome, Safari, Opera */ }

/*  UPDATED! flip the pane when hovered */
.flip-container:hover .back,
.flip-container.flip-hover .back {
  transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  /* IE 9 */
  -webkit-transform: rotateY(0deg);
  /* Opera, Chrome, and Safari */ }

.flip-container:hover .front,
.flip-container.flip-hover .front {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  /* IE 9 */
  -webkit-transform: rotateY(180deg);
  /* Opera, Chrome, and Safari */ }

.flip-container.flip-manually .back {
  display: block; }

.flip-container.flip-manually .front {
  display: none; }

/*flip the pane when hovered */
/*.flip-container:hover .flipper, .flip-container.hover .flipper {
transform: rotateY(180deg);
}*/
.flip-container,
.flip-container .front,
.flip-container .back {
  /*width: 320px;
	height: 480px;*/
  width: 100%; }

/* flip speed goes here */
.flipper {
  position: relative; }

/* hide back of pane during swap */
.flip-container .front,
.flip-container .back {
  transition: 0.6s;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  /* Safari */
  -webkit-transform-style: preserve-3d;
  /* Chrome, Safari, Opera */
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  background: #F5F5F5;
  position: absolute;
  top: 0;
  left: 0; }

/* front pane, placed above back */
.flip-container .front {
  cursor: pointer;
  z-index: 2; }

/* back, initially hidden pane */
.flip-container .back {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  /* IE 9 */
  -webkit-transform: rotateY(180deg);
  /* Opera, Chrome, and Safari */ }

.browserWarningSVG {
  text-align: center;
  color: #FF0000;
  font-size: 120%;
  padding: 40px 0; }

.contentSearchTop .SingleAccordeonContent li {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.2; }

.contentSearchTop .SingleAccordeonContent ul,
.contentSearchTop .SingleAccordeonContent li {
  padding: 3px 0 2px 2%; }

.contentSearchTop .SingleAccordeonContent li a {
  text-decoration: none; }

.contentSearchTop .SingleAccordeonContent li a:hover {
  text-decoration: underline; }

@media all and (max-width: 600px) {
  .search-box {
    max-width: 100% !important;
    float: none;
    margin-top: 0; }
  #svgMapSearch {
    width: 100%;
    float: none;
    margin: 20px 0 0 0; } }

.container-content-search {
  max-width: 95%;
  padding: 20px 0; }
  .container-content-search .searchTerm {
    margin: 20px 0; }
  .container-content-search #ContentSxSearchResults {
    background: #f5f5f5 none repeat scroll 0 0;
    padding: 40px 0; }
  .container-content-search #ContentSxSearchTabs {
    background: #fff none repeat scroll 0 0; }
    .container-content-search #ContentSxSearchTabs span {
      cursor: pointer;
      font-size: 1.4rem;
      color: corporate-blue-dark; }
    .container-content-search #ContentSxSearchTabs .tab {
      padding: 10px 4% 8px; }
    .container-content-search #ContentSxSearchTabs .active {
      background-color: #f5f5f5; }
  .container-content-search .ContentSxSearchResult {
    display: none; }
    .container-content-search .ContentSxSearchResult.active {
      display: block; }
    .container-content-search .ContentSxSearchResult .item {
      padding: 14px 10% 24px;
      border-bottom: 1px dotted #9f9f98; }
      .container-content-search .ContentSxSearchResult .item .BoxDateInfo {
        background: #003c7b none repeat scroll 0 0;
        margin-bottom: 5px; }
        .container-content-search .ContentSxSearchResult .item .BoxDateInfo .BoxDateInfoL,
        .container-content-search .ContentSxSearchResult .item .BoxDateInfo .BoxDateInfoR {
          color: #fff;
          line-height: 1.6;
          padding: 1px 8px;
          text-transform: uppercase; }
        .container-content-search .ContentSxSearchResult .item .BoxDateInfo .BoxDateInfoR {
          background: #929cad; }
      .container-content-search .ContentSxSearchResult .item .serpTitle {
        color: #000;
        display: block;
        font-size: 1.4rem;
        font-weight: normal;
        line-height: 1.4;
        padding-bottom: 10px; }
      .container-content-search .ContentSxSearchResult .item .SearchResultTextDesc {
        height: 80px;
        padding-bottom: 8px;
        overflow-wrap: break-word; }
      .container-content-search .ContentSxSearchResult .item .serpTerm {
        font-size: 1.1rem;
        font-weight: bold; }
      .container-content-search .ContentSxSearchResult .item .SearchResultImage {
        color: #003c7b;
        font-size: 14px;
        min-height: 1px;
        padding-right: 3%;
        padding-top: 12px;
        text-transform: uppercase;
        width: 22%; }
        .container-content-search .ContentSxSearchResult .item .SearchResultImage .SearchResultImageImg {
          width: 80%; }
          .container-content-search .ContentSxSearchResult .item .SearchResultImage .SearchResultImageImg img {
            width: 100%;
            height: auto;
            display: block; }
      .container-content-search .ContentSxSearchResult .item .SearchResultText {
        color: #666666;
        font-size: 16px;
        line-height: 1.6;
        width: 75%; }
  .container-content-search #tab-3 .row {
    padding: 14px 10% 24px; }
    .container-content-search #tab-3 .row figure {
      height: 200px; }
      .container-content-search #tab-3 .row figure a {
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        height: 100%;
        position: relative; }
        .container-content-search #tab-3 .row figure a figcaption {
          background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
          bottom: 0;
          left: 0;
          padding: 10px 0;
          position: absolute;
          text-align: center;
          width: 100%; }
  .container-content-search #tab-5 .row {
    padding: 14px 10% 24px; }
    .container-content-search #tab-5 .row #downloadsList {
      list-style-image: url("/content/img/css/pfeil_2.gif"); }

#sitemap ul li {
  list-style-type: square;
  color: #003C7B;
  font-size: 1.3rem;
  line-height: 1.6;
  padding: 2px 0; }
  #sitemap ul li li {
    font-size: 1.2rem; }

#externalLogin {
  padding: 20px;
  background: #f5f5f5;
  margin-bottom: 30px; }
  #externalLogin #pw {
    padding: 15px 20px;
    width: 100%;
    border: 0; }
  #externalLogin .btnCont {
    text-align: center; }
  #externalLogin.ok-text {
    font-size: 18px;
    text-align: center; }
    #externalLogin.ok-text a {
      text-decoration: underline; }

.shariff .orientation-horizontal li {
  margin-bottom: 4px !important;
  margin-right: 4px !important; }

@media screen and (min-width: 768px) {
  .shariff .orientation-horizontal.button-style-standard li {
    text-align: center; } }

/*
* Verschiedene Anzeigemöglichkeiten
* Standard ist als kleines Popup unten rechts
*/
.klaro .cn-learn-more {
  display: none !important; }

/*
We declare all variables here as default so that they are easy to override...
*/
/* Border, shadows, ... */
/* Colors */
/* Spacing */
/* Breakpoints */
.klaro {
  /*.cm-btn-success {
        display: none !important
    }

    .cn-learn-more {
        background: #fff;
        color: #010101 !important;
        display: inline-block;
        text-decoration: none !important;
        border-radius: 6px;
        padding: .4rem;
        font-size: 1em;
        cursor: pointer;
        flex-grow: unset !important;
        order: 1;
    }

    .cn-buttons .cn-decline {
        order: 2;
    }

    .cn-buttons {
        @media only screen and (max-width: 374px) {
            width: auto !important;

            .cn-decline {
                width: auto !important;
            }
        }
    }

    .cookie-modal {
        .cm-btn-success {
            display: inline-block !important
        }
    }*/ }
  .klaro .privay-link {
    text-decoration: underline !important; }
  .klaro .cookie-modal, .klaro .cookie-notice {
    /* The switch - the box around the slider */
    font-size: 14px; }
    .klaro .cookie-modal .cm-switch-container, .klaro .cookie-notice .cm-switch-container {
      display: block;
      position: relative;
      padding: 10px;
      padding-left: 66px;
      line-height: 20px;
      vertical-align: middle;
      min-height: 40px;
      border-bottom: 1px solid #ccc; }
      .klaro .cookie-modal .cm-switch-container:last-child, .klaro .cookie-notice .cm-switch-container:last-child {
        border-bottom: 0; }
      .klaro .cookie-modal .cm-switch-container:first-child, .klaro .cookie-notice .cm-switch-container:first-child {
        margin-top: 0; }
      .klaro .cookie-modal .cm-switch-container p, .klaro .cookie-notice .cm-switch-container p {
        margin-top: 0; }
    .klaro .cookie-modal .cm-switch, .klaro .cookie-notice .cm-switch {
      position: relative;
      display: inline-block;
      width: 50px;
      height: 30px; }
    .klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider, .klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider {
      background-color: green; }
    .klaro .cookie-modal .cm-list-input.half-checked:checked + .cm-list-label .slider, .klaro .cookie-notice .cm-list-input.half-checked:checked + .cm-list-label .slider {
      opacity: 0.6;
      background-color: green; }
      .klaro .cookie-modal .cm-list-input.half-checked:checked + .cm-list-label .slider::before, .klaro .cookie-notice .cm-list-input.half-checked:checked + .cm-list-label .slider::before {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px); }
    .klaro .cookie-modal .cm-list-input.only-required + .cm-list-label .slider, .klaro .cookie-notice .cm-list-input.only-required + .cm-list-label .slider {
      opacity: 0.8;
      background-color: #00cc00; }
      .klaro .cookie-modal .cm-list-input.only-required + .cm-list-label .slider::before, .klaro .cookie-notice .cm-list-input.only-required + .cm-list-label .slider::before {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px); }
    .klaro .cookie-modal .cm-list-input.required:checked + .cm-list-label .slider, .klaro .cookie-notice .cm-list-input.required:checked + .cm-list-label .slider {
      opacity: 0.8;
      background-color: #00cc00;
      cursor: not-allowed; }
    .klaro .cookie-modal .slider, .klaro .cookie-notice .slider {
      box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19); }
    .klaro .cookie-modal .cm-list-input, .klaro .cookie-notice .cm-list-input {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      width: 50px;
      height: 30px; }
    .klaro .cookie-modal .cm-list-title, .klaro .cookie-notice .cm-list-title {
      font-size: 14px;
      font-weight: 600; }
    .klaro .cookie-modal .cm-list-description, .klaro .cookie-notice .cm-list-description {
      font-size: 14px;
      padding-top: 4px;
      color: #666; }
    .klaro .cookie-modal .cm-list-label, .klaro .cookie-notice .cm-list-label {
      /* The slider */
      /* Rounded sliders */ }
      .klaro .cookie-modal .cm-list-label .cm-switch, .klaro .cookie-notice .cm-list-label .cm-switch {
        position: absolute;
        left: 0; }
      .klaro .cookie-modal .cm-list-label .slider, .klaro .cookie-notice .cm-list-label .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        width: 50px;
        display: inline-block; }
      .klaro .cookie-modal .cm-list-label .slider::before, .klaro .cookie-notice .cm-list-label .slider::before {
        position: absolute;
        content: '';
        height: 20px;
        width: 20px;
        left: 5px;
        bottom: 5px;
        background-color: #fff;
        -webkit-transition: 0.4s;
        transition: 0.4s; }
      .klaro .cookie-modal .cm-list-label .slider.round, .klaro .cookie-notice .cm-list-label .slider.round {
        border-radius: 30px; }
      .klaro .cookie-modal .cm-list-label .slider.round::before, .klaro .cookie-notice .cm-list-label .slider.round::before {
        border-radius: 50%; }
      .klaro .cookie-modal .cm-list-label input:focus + .slider, .klaro .cookie-notice .cm-list-label input:focus + .slider {
        box-shadow: 0 0 1px #0bff0b; }
      .klaro .cookie-modal .cm-list-label input:checked + .slider::before, .klaro .cookie-notice .cm-list-label input:checked + .slider::before {
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px); }
    .klaro .cookie-modal .cm-list-input:focus + .cm-list-label .slider, .klaro .cookie-notice .cm-list-input:focus + .cm-list-label .slider {
      box-shadow: 0 4px 6px 0 rgba(125, 125, 125, 0.2), 5px 5px 10px 0 rgba(125, 125, 125, 0.19); }
    .klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider::before, .klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider::before {
      -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
      transform: translateX(20px); }
    .klaro .cookie-modal .slider, .klaro .cookie-notice .slider {
      box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19); }
    .klaro .cookie-modal a, .klaro .cookie-notice a {
      color: #fff;
      text-decoration: none; }
    .klaro .cookie-modal p,
    .klaro .cookie-modal strong,
    .klaro .cookie-modal h1,
    .klaro .cookie-modal h2,
    .klaro .cookie-modal ul,
    .klaro .cookie-modal li, .klaro .cookie-notice p,
    .klaro .cookie-notice strong,
    .klaro .cookie-notice h1,
    .klaro .cookie-notice h2,
    .klaro .cookie-notice ul,
    .klaro .cookie-notice li {
      color: #fff; }
    .klaro .cookie-modal p,
    .klaro .cookie-modal h1,
    .klaro .cookie-modal h2,
    .klaro .cookie-modal ul,
    .klaro .cookie-modal li, .klaro .cookie-notice p,
    .klaro .cookie-notice h1,
    .klaro .cookie-notice h2,
    .klaro .cookie-notice ul,
    .klaro .cookie-notice li {
      display: block;
      text-align: left;
      margin: 0;
      padding: 0;
      margin-top: 0.7em; }
    .klaro .cookie-modal .cm-link, .klaro .cookie-notice .cm-link {
      margin-right: 0.5em;
      vertical-align: middle;
      text-decoration: underline; }
    .klaro .cookie-modal .cm-btn, .klaro .cookie-notice .cm-btn {
      background: #555;
      color: #fff;
      border-radius: 6px;
      padding: 6px 10px;
      margin-right: 0.5em;
      border: 0;
      padding: 12px 8px;
      font-size: 1em;
      cursor: pointer; }
      .klaro .cookie-modal .cm-btn:disabled, .klaro .cookie-notice .cm-btn:disabled {
        opacity: 0.5; }
      .klaro .cookie-modal .cm-btn.cm-btn-danger, .klaro .cookie-notice .cm-btn.cm-btn-danger {
        background: #999;
        color: #003C7B; }
      .klaro .cookie-modal .cm-btn.cm-btn-close, .klaro .cookie-notice .cm-btn.cm-btn-close {
        background: #aaa;
        color: #000; }
      .klaro .cookie-modal .cm-btn.cm-btn-success, .klaro .cookie-notice .cm-btn.cm-btn-success {
        background: #fff;
        color: #fff; }
      .klaro .cookie-modal .cm-btn.cm-btn-info, .klaro .cookie-notice .cm-btn.cm-btn-info {
        background: #fff;
        color: #fff; }
  .klaro .cookie-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 1000; }
    .klaro .cookie-modal.cm-embedded {
      position: relative;
      height: inherit;
      width: inherit;
      left: inherit;
      right: inherit;
      z-index: 0; }
      .klaro .cookie-modal.cm-embedded .cm-modal.cm-klaro {
        position: relative;
        transform: none; }
    .klaro .cookie-modal .cm-bg {
      background: rgba(0, 0, 0, 0.5);
      height: 100%;
      width: 100%;
      position: fixed;
      top: 0;
      left: 0; }
    .klaro .cookie-modal .cm-modal.cm-klaro {
      z-index: 1001;
      box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
      width: 100%;
      max-height: 98%;
      top: 50%;
      transform: translateY(-50%);
      position: fixed;
      overflow: auto;
      background: #003C7B;
      color: #fff; }
      @media (min-width: 660px) {
        .klaro .cookie-modal .cm-modal.cm-klaro {
          border-radius: 4px;
          position: relative;
          margin: 0 auto;
          max-width: 640px;
          height: auto;
          width: auto; } }
    .klaro .cookie-modal .cm-modal .hide {
      border-style: none;
      background: none;
      position: absolute;
      top: 20px;
      right: 20px;
      z-index: 1;
      cursor: pointer; }
      .klaro .cookie-modal .cm-modal .hide svg {
        stroke: #fff; }
    .klaro .cookie-modal .cm-modal .cm-footer {
      padding: 1em;
      border-top: 1px solid #555; }
      .klaro .cookie-modal .cm-modal .cm-footer-buttons {
        display: flex;
        flex-flow: row;
        justify-content: space-between; }
      .klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by {
        font-size: 0.8em;
        padding-top: 4px;
        text-align: right;
        padding-right: 8px; }
        .klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by a {
          color: #fff; }
    .klaro .cookie-modal .cm-modal .cm-header {
      padding: 1em;
      padding-right: 24px;
      border-bottom: 1px solid #555; }
      .klaro .cookie-modal .cm-modal .cm-header h1 {
        margin: 0 0 16px 0;
        font-size: 1.6em;
        display: block; }
        .klaro .cookie-modal .cm-modal .cm-header h1.title {
          padding-right: 20px; }
      .klaro .cookie-modal .cm-modal .cm-header p {
        line-height: 1.6; }
        .klaro .cookie-modal .cm-modal .cm-header p a {
          text-decoration: underline; }
    .klaro .cookie-modal .cm-modal .cm-body {
      padding: 1em; }
      .klaro .cookie-modal .cm-modal .cm-body ul {
        display: block; }
      .klaro .cookie-modal .cm-modal .cm-body span {
        display: inline-block;
        width: auto; }
      .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps,
      .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes {
        padding: 0;
        margin: 0; }
        .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose .cm-apps .cm-caret,
        .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-apps .cm-caret {
          color: #888; }
        .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose .cm-apps .cm-content,
        .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-apps .cm-content {
          margin-left: -40px;
          display: none; }
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose .cm-apps .cm-content.expanded,
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-apps .cm-content.expanded {
            margin-top: 10px;
            display: block; }
        .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app,
        .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose,
        .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app,
        .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose {
          position: relative;
          line-height: 20px;
          vertical-align: middle;
          padding-left: 60px;
          min-height: 40px; }
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app:first-child,
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose:first-child,
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app:first-child,
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose:first-child {
            margin-top: 0; }
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p,
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose p,
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app p,
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose p {
            margin-top: 0; }
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p.purposes,
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose p.purposes,
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app p.purposes,
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose p.purposes {
            font-size: 0.8em;
            color: #fff; }
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app.cm-toggle-all,
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose.cm-toggle-all,
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app.cm-toggle-all,
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose.cm-toggle-all {
            border-top: 1px solid #555;
            padding-top: 1em; }
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-list-title,
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose span.cm-list-title,
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app span.cm-list-title,
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-list-title {
            font-weight: 600; }
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-opt-out,
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-required,
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose span.cm-opt-out,
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose span.cm-required,
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app span.cm-opt-out,
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app span.cm-required,
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-opt-out,
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-required {
            padding-left: 0.2em;
            font-size: 0.8em;
            color: #fff; }
  .klaro .cookie-notice:not(.cookie-modal-notice) {
    background: #003C7B;
    z-index: 999;
    position: fixed;
    width: 100%;
    bottom: 0;
    right: 0; }
    @media (min-width: 1024px) {
      .klaro .cookie-notice:not(.cookie-modal-notice) {
        box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
        border-radius: 4px;
        position: fixed;
        bottom: 20px;
        right: 20px;
        max-width: 400px; } }
    @media (max-width: 1023px) {
      .klaro .cookie-notice:not(.cookie-modal-notice) {
        border-style: none;
        border-radius: 0; } }
    .klaro .cookie-notice:not(.cookie-modal-notice).cn-embedded {
      position: relative;
      height: inherit;
      width: inherit;
      left: inherit;
      right: inherit;
      bottom: inherit;
      z-index: 0; }
      .klaro .cookie-notice:not(.cookie-modal-notice).cn-embedded .cn-body {
        padding-top: 0.5em; }
    .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body {
      margin-bottom: 0;
      margin-right: 0;
      bottom: 0;
      padding: 1em;
      padding-top: 0; }
      .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p {
        margin-bottom: 0.5em; }
      .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p.cn-changes {
        text-decoration: underline; }
      .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-learn-more {
        display: inline-block;
        flex-grow: 1; }
      .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons {
        display: inline-block;
        margin-top: -0.5em; }
        @media (max-width: 384px) {
          .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons {
            width: 100%; } }
        .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn {
          margin-top: 0.5em; }
          @media (max-width: 384px) {
            .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn {
              width: calc(50% - 0.5em); } }
      .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok {
        margin-top: -0.5em;
        display: flex;
        flex-flow: row;
        flex-wrap: wrap;
        justify-content: right;
        align-items: baseline; }
        .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok a,
        .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok div {
          margin-top: 0.5em; }
  .klaro .cookie-modal-notice {
    z-index: 1001;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
    width: 100%;
    max-height: 98%;
    top: 50%;
    transform: translateY(-50%);
    position: fixed;
    overflow: auto;
    background: #003C7B;
    color: #fff;
    padding: 1em;
    padding-top: 0.2em; }
    @media (min-width: 400px) {
      .klaro .cookie-modal-notice {
        border-radius: 4px;
        position: relative;
        margin: 0 auto;
        max-width: 400px;
        height: auto;
        width: auto; } }
    .klaro .cookie-modal-notice .cn-ok {
      display: flex;
      flex-flow: row;
      justify-content: space-between;
      align-items: center;
      margin-top: 1em; }
  .klaro .cookie-notice-hidden {
    display: none !important; }

.klaro .cookie-modal .cm-modal.cm-klaro {
  padding: 15px 15px 10px 15px;
  margin: 0;
  top: unset;
  right: 20px;
  bottom: 20px;
  transform: none;
  border-radius: 8px;
  position: absolute;
  max-width: 540px; }
  @media all and (max-width: 768px) {
    .klaro .cookie-modal .cm-modal.cm-klaro {
      right: 0;
      bottom: 0;
      border-radius: 0;
      padding-left: 5px;
      padding-right: 5px;
      max-width: 100%; } }

.cm-header {
  border: 0 !important;
  padding-top: 30px !important; }
  .cm-header h1 {
    text-transform: uppercase;
    font-size: 1.3rem;
    letter-spacing: 1px; }

.cm-list-description {
  color: #FFF !important; }

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

.cm-footer {
  border: 0 !important; }
  .cm-footer .cm-footer-buttons {
    position: relative; }
    @media all and (max-width: 768px) {
      .cm-footer .cm-footer-buttons {
        display: block !important; } }
    .cm-footer .cm-footer-buttons button {
      width: 50%; }
      @media all and (max-width: 768px) {
        .cm-footer .cm-footer-buttons button {
          width: 100%;
          margin-bottom: 5px; } }
    .cm-footer .cm-footer-buttons .cn-decline-link {
      background: transparent;
      text-decoration: underline;
      border: 0;
      color: #fff;
      position: absolute;
      left: 0;
      top: -50px;
      width: auto;
      text-align: left;
      cursor: pointer; }
    .cm-footer .cm-footer-buttons .cm-btn-accept-all {
      text-transform: uppercase;
      color: #fff !important;
      background-color: #79a12f !important; }
    .cm-footer .cm-footer-buttons .cm-btn-accept {
      text-transform: uppercase;
      border: 1px solid #fff !important;
      color: #fff !important;
      background-color: transparent !important; }

.klaro .cookie-modal .cm-switch, .klaro .cookie-notice .cm-switch {
  height: 24px; }

.klaro .cookie-modal .cm-list-label .slider::before, .klaro .cookie-notice .cm-list-label .slider::before {
  bottom: 2px; }

.klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider, .klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider {
  background-color: #79a12f !important; }

.klaro .cookie-modal .slider, .klaro .cookie-notice .slider {
  box-shadow: none !important; }

.cm-powered-by a {
  font-size: 2rem;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 10px; }

.cm-powered-by a::after {
  content: "x"; }

.cm-app .cm-list-description {
  color: #fff !important; }

.cm-app .purposes {
  display: none !important; }
