
html {
  overflow-x: hidden;
  height: 100vh;
}

body {
  font-family: 'Roboto',Arial,Helvetica,sans-serif;
  background-color: #ffffff;
  background: -webkit-linear-gradient(to top, #cfd9e5, #ffffff 50%, #ffffff) fixed;
  background: -moz-linear-gradient(to top, #cfd9e5, #ffffff 50%, #ffffff) fixed;
  background: -o-linear-gradient(to top, #cfd9e5, #ffffff 50%, #ffffff) fixed;
  background: -ms-linear-gradient(to top, #cfd9e5, #ffffff 50%, #ffffff) fixed;
  background: linear-gradient(to top, #cfd9e5, #ffffff 50%, #ffffff) fixed;
  font-size: 20px;
  font-weight: 400;
  height: inherit;
  line-height: 1.4;
  color: #000000;
  hyphens: auto; 
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -hyphens: auto; 
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

b, strong, span.bold {
  font-family: inherit;
  font-weight: 700;
}

a,a:link,a:visited,a:hover,a:active {
  color: #005292;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

label a,label a:link,label a:visited,label a:hover,label a:active {
  text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 400;
} 

span.italic {
  font-style: italic; 
}   

span.nowrap {
  white-space: nowrap;
}   

span.uppercase {
  text-transform: uppercase;
} 

span.stroked {
  text-decoration: line-through;
}   

input,textarea,select {
  font-family: 'Roboto',Arial,Helvetica,sans-serif;
  padding: 10px 15px;
  border: none;
  width: 100%;
  font-size: 18px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.2);
  */
  background-color: #e4e2d3;
}    

input.datepicker {
  max-width: 250px;
  padding-right: 40px;
  background: url(../img/kalender.svg) no-repeat right center, linear-gradient(to right, #e4e2d3 190px, transparent 1px);  
  background: url(../img/kalender.svg) no-repeat right center, -webkit-linear-gradient(to right, #e4e2d3 190px, transparent 1px);  
  background: url(../img/kalender.svg) no-repeat right center, -moz-linear-gradient(to right, #e4e2d3 190px, transparent 1px);  
  background: url(../img/kalender.svg) no-repeat right center, -o-linear-gradient(to right, #e4e2d3 190px, transparent 1px);  
  background: url(../img/kalender.svg) no-repeat right center, -ms-linear-gradient(to right, #e4e2d3 190px, transparent 1px);  
  background: url(../img/kalender.svg) no-repeat right center, linear-gradient(to right, #e4e2d3 190px, transparent 1px);  
  background-size: auto 30px;
}   

input:focus,textarea:focus,select:focus {
  opacity: 0.9;
}

button[type="submit"],
button[type="button"],
button[type="reset"],
input[type="submit"] {
  cursor: pointer;
  background: none;
  border: 1px solid #005292;
  background: #005292;
  color: #ffffff;
  padding: 10px 70px 9px 70px;
  font-size: 20px;
  text-transform: uppercase;
}

button[type="submit"]:hover,
button[type="button"]:hover,
button[type="reset"]:hover,
input[type="submit"]:hover {
  opacity: 0.8;
}

input:-webkit-input-placeholder,
input:-moz-placeholder,
input:-moz-placeholder,
input:-ms-input-placeholder,
input:-ms-input-placeholder,
textarea:-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea:-moz-placeholder,
textarea:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #8b8a8a;
}

input[type="number"]:-webkit-inner-spin-button, 
input[type="number"]:-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="time"] {
  padding-left: 15px;
}

input[type="range"] {
    -webkit-appearance: none;   
    border: 1px solid #e4e2d3;    
    width: 100%;
    background: transparent;
    min-height: 40px;
}

input[type="range"]:-webkit-slider-runnable-track {
    width: 100%;
    height: 6px;
    background: #e4e2d3;
    border: none;
    border-radius: 4px;
}

input[type=range]:-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 22px;
    width: 22px;
    margin-top: -8px;
    background: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;  
    cursor: pointer;
    background-image: url(../img/circle_grey.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 6px 6px;
}

input[type="range"]:focus {
    outline: 0;
}

input[type="range"]:focus:-webkit-slider-runnable-track {
    background: #e4e2d3;
}

input[type="range"]:-moz-range-track {
    width: 100%;
    height: 6px;
    background: #e4e2d3;
    border: none;
    border-radius: 4px;
}

input[type="range"]:-moz-range-thumb {
    border: none;
    height: 22px;
    width: 22px;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;  
    cursor: pointer;
    background-image: url(../img/circle_grey.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 6px 6px;
}

input[type="range"]:-moz-focusring{
    outline: 1px solid #ffffff;
    outline-offset: -1px;
}

input[type="range"]:-ms-track {
    height: 6px;    
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;    
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;

    /*remove default tick marks*/
    color: transparent;
}

input[type="range"]:-ms-thumb {
    border: none;
    height: 22px;
    width: 22px;
    top: -8px;
    left: 15px;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;  
    cursor: pointer;
    background-image: url(../img/circle_grey.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 6px 6px;
}

input[type="range"]:-ms-fill-lower {
    background: #ffffff;
    border-radius: 4px;
}

input[type="range"]:-ms-fill-upper {
    background: #e4e2d3;
    border-radius: 4px;
}

input[type="range"]:focus:-ms-fill-lower {
    background: #ffffff;
}

input[type="range"]:focus:-ms-fill-upper {
    background: #e4e2d3;
}

input[type=range]:-ms-tooltip {
    display: none;
}

textarea {
  height: 150px; 
  resize: vertical; 
}

select {
  position: relative;
  z-index: 2;
  padding: 10px 30px 10px 15px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-image: url(../img/select_icon.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 0;
  background-size: 20px 100%;
}

select:-ms-expand {
  display: none;
}

input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  left: -10000px;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  cursor: pointer;
  padding: 0 0 0 45px;
}

input[type="checkbox"] + label:hover,
input[type="radio"] + label:hover {
  opacity: 0.8;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  background-color: #e4e2d3;
  margin: -5px 0 0 -45px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 100%;
}

input[type="checkbox"][data-circle="yes"] + label:before,
input[type="radio"][data-circle="yes"] + label:before {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
  background-image: url(../img/checkbox_akitv.svg);
}

input[type="checkbox"][data-circle="yes"]:checked + label:before,
input[type="radio"][data-circle="yes"]:checked + label:before {
  background-image: url(../img/checkbox_akitv.svg);
}

div.input[data-valid="no"] input,
div.input[data-valid="no"] select,
div.input[data-valid="no"] textarea {
  background: #e60146;
  color: #ffffff;
}  

div.input[data-valid="no"] input.datepicker {
  max-width: 100%;
  background: url(../img/kalender.svg) no-repeat right center, linear-gradient(to right, #e60146 calc(100% - 40px), transparent 1px);  
  background: url(../img/kalender.svg) no-repeat right center, -webkit-linear-gradient(to right, #e60146 calc(100% - 40px), transparent 1px);  
  background: url(../img/kalender.svg) no-repeat right center, -moz-linear-gradient(to right, #e60146 calc(100% - 40px), transparent 1px);  
  background: url(../img/kalender.svg) no-repeat right center, -o-linear-gradient(to right, #e60146 calc(100% - 40px), transparent 1px);  
  background: url(../img/kalender.svg) no-repeat right center, -ms-linear-gradient(to right, #e60146 calc(100% - 40px), transparent 1px);  
  background: url(../img/kalender.svg) no-repeat right center, linear-gradient(to right, #e60146 calc(100% - 40px), transparent 1px);  
  background-size: auto 30px;
}   


div.input[data-valid="no"] input:-webkit-input-placeholder,
div.input[data-valid="no"] input:-moz-placeholder,
div.input[data-valid="no"] input:-moz-placeholder,
div.input[data-valid="no"] input:-ms-input-placeholder,
div.input[data-valid="no"] input:-ms-input-placeholder,
div.input[data-valid="no"] textarea:-webkit-input-placeholder,
div.input[data-valid="no"] textarea:-moz-placeholder,
div.input[data-valid="no"] textarea:-moz-placeholder,
div.input[data-valid="no"] textarea:-ms-input-placeholder,
div.input[data-valid="no"] textarea:-ms-input-placeholder {
  color: #ffffff;
}

div.input[data-valid="no"] input[type="checkbox"] + label:before,
div.input[data-valid="no"] input[type="radio"] + label:before,
div.input[data-valid="no"] input[type="checkbox"] + label,
div.input[data-valid="no"] input[type="radio"] + label {
  color: #e60146 !important;
}

div.input > div.label,
fieldset > legend {
  margin: 0 0 10px 0;
  color: #00498e;
  font-weight: 700;
}

div.input[data-required="yes"] > div.label > label:after,
fieldset[data-required="yes"] > legend:after {
  position: absolute;
  content: "*";
  font-size: 14px;
  color: inherit;
  padding: 0 0 0 6px;
  margin: 0;
}

div.input-group {
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  margin: 0 0 20px 0;
  width: 100%;
}

div.input-group > div.input {
  margin: 0 0 0 20px;
  width: calc(100% - 20px);
}

div.input-group[data-length="2"] > div.input {
  width: calc(50% - 20px);
}

div.input-group[data-length="3"] > div.input {
  width: calc(100% / 3 - 20px);
}

div.input-group[data-length="4"] > div.input {
  width: calc(100% / 4 - 20px);
}

ul.checked {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.checked > li {
  padding: 0 0 0 30px;
  margin: 0 0 10px 0;
}

ul.checked > li:before {
  content: " ";
  position: absolute;
  width: 18px;
  height: 14px;
  left: 0;
  background-image: url(../img/bulletpoint_haken_weiss.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 14px;
}

ul.checked > li:last-of-type {
  margin: 0;
}

div.page {
  z-index: 1;
  margin: 0;
  padding: 0;
}

div.panel {
  max-width: 100%;
  width: 1140px;
  margin: 0 auto 0 auto;
  padding: 0;
}

div#SCROLL_HEADER {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  font-size: 18px;
  font-weight: 300;
}

div#SCROLL_HEADER div.service {
  padding: 10px 0 7px 0;
  background-color: #ffffff;
}

div#SCROLL_HEADER div.service div.component[data-type="grid"] > ul.item-list > li.item {
  margin-bottom: 0;
}

header {
  z-index: 2;
  margin: 0;
  padding: 25px 0 0 0;
  font-size: 26px;
  font-weight: 300;
}

header div.service div.alert,
div#SCROLL_HEADER div.service div.alert {  
  margin: -20px 0 40px;
  font-size: 14px;
  padding: 10px;
  background-color: #fc3e4a;
  color: #ffffff;
}

div#SCROLL_HEADER div.service div.alert {  
  margin: 0;
}

section.service-navigation {
  z-index: 2;
  margin: 0;
}

section.service-navigation > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -webkit-align-items: center;
  align-items: center;
}

section.service-navigation a {
  font-size: inherit;
  font-weight: inherit;
  text-transform: uppercase;
  cursor: pointer;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 24px;
  color: inherit;
  text-decoration: none;
}

section.service-navigation a:hover {
  opacity: 0.6;
  text-decoration: none;
}

div#SCROLL_HEADER section.service-navigation a {
  background-size: auto 18px;
}

section.service-navigation div.navigation {  
  border-right: 1px solid #000000;
}

section.service-navigation div.navigation > a {  
  background-image: url(../img/burgermenu.svg);
  padding: 0 30px 0 55px;
}

div#SCROLL_HEADER section.service-navigation div.navigation > a {  
  padding: 0 30px 0 45px;
}

section.service-navigation div.search {  
  border-right: 1px solid #000000;
}

section.service-navigation div.search > a {  
  background-image: url(../img/lupe.svg);
  background-position: 30px center;
  padding: 0 30px 0 65px;
}

div#SCROLL_HEADER section.service-navigation div.search > a { 
  padding: 0 30px 0 55px;
}

section.service-navigation div.az > a {  
  background-image: url(../img/a-z.svg);
  background-position: 30px center;
  padding: 0 30px 0 75px;
}

div#SCROLL_HEADER section.service-navigation div.az > a {  
  padding: 0 30px 0 65px;
}

header div.service div.logo,
div#SCROLL_HEADER div.service div.logo {
  max-width: 100%;
  width: 225px;
  margin: 0 0 0 auto;
}

div#SCROLL_HEADER div.service div.logo {
  width: 150px;
}

div#breadcrumb {
  z-index: 1;
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  font-size: 14px;
  color: #8fb1ca;
  margin: -20px 0 20px 0;
}

div#breadcrumb > *:first-child {
  margin: 0 5px 0 0;
}

div#breadcrumb ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
}

div#breadcrumb ul.item-list > li.item {
  padding: 0;
  margin: 0 2px 0 0;
}

div#breadcrumb ul.item-list > li.item:after {
  content: " / ";
}

div#breadcrumb ul.item-list > li.item[data-last="yes"] {
  margin: 0;
}

div#breadcrumb ul.item-list > li.item[data-last="yes"]:after {
  content: '';
}

nav#main-navigation {  
  z-index: 2;
  display: none;
  background-color: #e5e5e5;
  margin: 0 calc(((100vw - 100%) / 2) * -1) 0 calc(((100vw - 100%) / 2) * -1);
  padding: 40px 0 5px 0;
  font-weight: 400;
  font-size: 22px;
  color: #005292;
}

nav#main-navigation div.close { 
  z-index: 2; 
  position: absolute;
  right: -20px;
  top: 0;
  height: 20px;
  width: 20px;
  background-image: url(../img/close.svg);
  background-position: right center;
  background-size: auto 20px;
  cursor: pointer;
}

nav#main-navigation div.nav1 {  
  z-index: 1;
  margin: 0 0 20px 0;
  font-size: 20px;
}

nav#main-navigation div.nav1 > ul.item-list {  
  margin: 0 0 20px 0;
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
}

nav#main-navigation div.nav1 > ul.item-list > li.item {  
  margin: 0 0 20px 0;
}

nav#main-navigation div.nav1 a {  
  display: block;
  border-right: 1px solid #ffffff;
  padding: 0 20px 0 20px;
  text-transform: uppercase;
}

nav#main-navigation div.nav1 li.item:last-of-type a { 
  border-right: none;
}

nav#main-navigation div.nav2 {  
  z-index: 1;
  margin: 0 0 20px 0;
  font-size: 20px;
}

nav#main-navigation div.nav2 > ul.item-list {  
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  width: calc(100% + 40px);
  margin: 0 0 0 -40px;
}

nav#main-navigation div.nav2 > ul.item-list > li.item {  
  margin: 0 0 40px 40px;
  width: calc(100% / 3 - 40px);
  border-left: 1px solid #ffffff;
  padding: 0 0 0 40px;
}

nav#main-navigation div.nav2 h4 { 
  font-weight: 500;
  font-size: 24px;
  padding: 0 0 0 43px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 25px;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}

nav#main-navigation div.nav2 h4[data-variant="thema"] { 
  background-image: url(../img/thema.svg);
}

nav#main-navigation div.nav2 h4[data-variant="zielgruppe"] { 
  background-image: url(../img/ziel.svg);
}

nav#main-navigation div.nav2 h4[data-variant="branche"] { 
  background-image: url(../img/branche.svg);
}

nav#main-navigation div.nav2 > ul.item-list > li.item ul.item-list li.item { 
  margin: 0 0 5px 0;
}

nav#main-navigation div.nav2 > ul.item-list > li.item ul.item-list li.item a { 
  display: block;
  background-image: url(../img/listenelement_pfeil_b.svg);
  background-repeat: no-repeat;
  background-size: auto 18px;
  background-position: left 3px;
  padding: 0 0 0 25px;
}

section#global-search {
  z-index: 2;
  display: none;
  background-color: #e5e5e5;
  margin: 0 calc(((100vw - 100%) / 2) * -1) 0 calc(((100vw - 100%) / 2) * -1);
  padding: 40px 0 40px 0;
  font-weight: 400;
  font-size: 22px;
  color: #005292;
}

section#global-search div.close { 
  z-index: 3; 
  position: absolute;
  right: -20px;
  top: 0;
  height: 20px;
  width: 20px;
  background-image: url(../img/close.svg);
  background-position: right center;
  background-size: auto 20px;
  cursor: pointer;
}

section#global-search div.form { 
  z-index: 2;
  margin: 0;
}

section#global-search div.flex-wrapper {
  position: relative;
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
}

section#global-search div.input {
  width: 50%;
}

section#global-search div.input input {
  background-color: transparent;
  color: #005292;
  border-bottom: 1px solid #005292;
  font-size: inherit;
  font-style: italic;
  font-weight: 400;
  font-family: "Libre Baskerville";
  font-size: 26px;
}

section#global-search div.submit {
  width: 40px;
}

section#global-search button[type="submit"] {
  height: 40px;
  width: 40px;
  background: none;
  background-image: url(../img/lupe.svg);
  background-position: right center;
  background-size: auto 40px;
  cursor: pointer;
  border: none;
  background-repeat: no-repeat;
}

section#global-search div.suggest-result {
  z-index: 1;
  margin: 40px 0 0 0;
  font-size: 16px;
  display: none;
}

section#global-search div.suggest-result > div.fulltext-search-info {
  margin: 0 0 20px 0;
  text-align: center;
  color: #908f8f;
  font-size: 14px;
}

section#global-search div.suggest-result > div.fulltext-search-info > a {
  font-weight: bold;
  color: inherit;
}

section#global-search div.suggest-result > div.fulltext-search-button {
  margin: 50px 0 0 0;
  text-align: center;
}

section#global-search div.suggest-result > div.fulltext-search-button > a {
  background: none;
  border: 1px solid #005292;
  background: #005292;
  color: #ffffff;
  padding: 10px 70px 9px 70px;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
}

section#global-search div.suggest-result > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  justify-content: center;
  flex-direction: row-reverse;
}

section#global-search div.suggest-result > ul.item-list > li.item {
  width: 50%;
  padding: 0 0 0 70px;
}

section#global-search div.suggest-result > ul.item-list > li.item:last-of-type {
  border-right: 1px solid #ffffff;
  padding: 0 70px 0 0;
}

section#global-search div.suggest-result > ul.item-list > li.item > section {
  margin: 0 0 20px 0;
}

section#global-search div.suggest-result > ul.item-list > li.item > section > h4 {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

section#global-search section.suggest-result > div.legend {
  background-color: #ffffff;
  padding: 10px;
  font-size: 14px;
  font-style: italic;
  color: #7e7e7e;
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px 0;
  display: none;
}

section#global-search section.suggest-result > div.legend > * {
  padding: 0 25px 0 20px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 14px;
}

section#global-search section.suggest-result > div.legend > div.green {
  background-image: url(../img/plaetze_gruen.svg);
}

section#global-search section.suggest-result > div.legend > div.yellow {
  background-image: url(../img/plaetze_orange.svg);
}

section#global-search section.suggest-result > div.legend > div.red {
  background-image: url(../img/plaetze_rot.svg);
}

section#global-search section.suggest-result > div.result {
  margin: 25px 0 0 0;
}

section#global-search section.suggest-result > div.result ul.item-list > li.item,
section#global-search section.suggest-result > div.result ul.item-list > li.category {
  margin: 0 0 10px 0;
}

section#global-search section.suggest-result > div.result ul.item-list > li.category {
  color: #f0880d;
  font-weight: 500;
  text-transform: uppercase;
}

section#global-search section.suggest-result > div.result a {
  display: block;
}

section#global-search section.suggest-result > div.result a:hover {
  opacity: 0.8;
  color: #f0880d;
}

section#global-search section.suggest-result > div.result[data-variant="dates"] a,
section#global-search section.suggest-result > div.result[data-variant="news"] a{
  display: block;
  background-image: url(../img/suche_listenelement.svg);
  background-repeat: no-repeat;
  background-position: left 3px;
  background-size: auto 16px;
  padding: 0 24px 0 24px;
}

/*
section#global-search section.suggest-result > div.result[data-variant="dates"] a {
  display: block;
  background-image: url(../img/suche_listenelement.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: left 3px, right 3px;
  background-size: auto 16px, auto 16px;
  padding: 0 24px 0 24px;
}
*/

section#global-search section.suggest-result > div.result[data-variant="dates"] a[data-signal="green"] {
  background-image: url(../img/suche_listenelement.svg), url(../img/plaetze_gruen.svg);
}

section#global-search section.suggest-result > div.result[data-variant="dates"] a[data-signal="yellow"] {
  background-image: url(../img/suche_listenelement.svg), url(../img/plaetze_orange.svg);
}

section#global-search section.suggest-result > div.result[data-variant="dates"] a[data-signal="red"] {
  background-image: url(../img/suche_listenelement.svg), url(../img/plaetze_rot.svg);
}

section#global-search section.suggest-result div.link {
  margin: 30px 0 0 0;
}

section#global-search section.suggest-result div.link > a {
  display: block;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  font-family: "Libre Baskerville";
  padding: 0 40px 0 0;
  background-image: url(../img/plus_mehr.svg);
  background-size: auto 25px;
  background-repeat: no-repeat;
  background-position: right center;
  text-align: right;
}

section#global-search section.suggest-result > div.result[data-variant="pages"] {
  background-color: #ffffff;
  padding: 30px 30px 20px 30px;
}

section#global-search section.suggest-result > div.result[data-variant="contact"] {
  background-color: #ffffff;
  padding: 30px 30px 20px 30px;
}

section#global-search section.suggest-result > div.result[data-variant="contact"] article {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -webkit-align-items: center;
  align-items: center;
  color: #000000;
}

section#global-search section.suggest-result > div.result[data-variant="contact"] article > div.image {
  width: 85px;
  margin: 0 30px 0 0;
}

section#global-search section.suggest-result > div.result[data-variant="contact"] article h5 {
  font-weight: 300;
  font-size: 14px;
}

section#global-search section.suggest-result > div.result[data-variant="contact"] article h3 {
  text-transform: uppercase;
  font-weight: 400;
}

section#global-search section.suggest-result > div.result[data-variant="contact"] article p {
  margin: 0;
}

main#main {
  z-index: 1;
  clear: both;
}

section.main {
  clear: both;
}

aside.marginal {
  clear: both;
}

div.component,
section.component {
  margin: 0 0 60px 0;
  padding: 0;
  z-index: 1;
  clear: both;
}

div.component > div.header,
section.component > div.header {
  margin: 0 0 30px 0;
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  justify-content: space-between;
}

div.component > div.header > h4,
section.component > div.header > h4 {
  font-size: 34px;
  font-weight: 400;
  color: #005292;
  text-transform: uppercase;
}

div.component > div.header > div.button > a,
section.component > div.header > div.button > a {
  display: block;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  font-family: "Libre Baskerville";
  padding: 0 40px 0 0;
  background-image: url(../img/plus_mehr.svg);
  background-size: auto 25px;
  background-repeat: no-repeat;
  background-position: right center;
  text-align: right;
}

div.component img,
section.component img {
  max-width: 100%;
}

div.component[data-type="print"] {
  margin: 30px 0 30px 0;
  font-size: 14px;
}

div.component[data-type="print"] a {
  display: block;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

div.component[data-type="print"] img {
  height: 25px;
  margin: 0 10px 0 0;
  display: inline-block;
}

div.component[data-type="print"] span {
  display: inline-block;
}

div.component[data-type="headline"] > h1,
div.component[data-type="headline"] > h2,
div.component[data-type="headline"] > h3,
div.component[data-type="headline"] > h4,
div.component[data-type="headline"] > h5 {
  color: #000000;
  font-weight: 400;
  font-size: 34px;
}

div.component[data-type="headline"] > h1,
div.component[data-type="headline"] > h2 {
  color: #005292;
  text-transform: uppercase;
}

div.component[data-type="headline"] > h3 {
  font-size: 28px;
}

div.component[data-type="headline"] > h4,
div.component[data-type="headline"] > h3.date {
  font-size: 24px;
}

div.component[data-type="headline"] > h5,
div.component[data-type="headline"] > h2.subtitle {
  font-size: 20px;
  margin: 5px 0 0 0;
  color: #005292;
  font-style: italic;
  font-family: "Libre Baskerville";
  text-transform: inherit;
}

div.component[data-type="date"] > h6 {
  font-size: 22px;
  font-weight: 700;
}

div.component[data-type="header-image"] {
  background-color: #005292;
  color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 290px;
}

div.component[data-type="header-image"] > div.content {
  background-image: url(../img/newsslider_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  overflow: hidden;
  height: inherit;
  width: 45%;
  margin: 0 0 0 auto;
  padding: 40px 40px 40px 105px;
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

div.component[data-type="header-image"] > div.content > div.text {
  width: 100%;
}

div.component[data-type="header-image"] > div.copyright {
  position: absolute;
  bottom: -20px;
  right: 0;
  color: #cbcbcb;
  font-size: 13px;
}

div.component[data-type="header-image"] h3 {
  font-size: 32px;
  font-weight: 500;
}

div.component[data-type="header-image"] h4 {
  margin: 10px 0 0 0;
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
  font-family: "Libre Baskerville";
}

div.component[data-type="date-state"] {
  padding: 10px;
  text-align: center;
  background-color: #fe0000;
  color: #ffffff;
}

section.component[data-type="result"] div.component[data-type="date-state"] {
  font-size: 14px;
  margin: 10px 0 0 0;
  display: inline-block;
}

div.component[data-type="date-state"] > h6 {
  display: none;
}

div.component[data-type="date-state"][data-variant="red"] > h6[data-id="red"] {
  display: block;
}

div.component[data-type="date-state"][data-variant="orange"] {
  background-color: #f38a06;
}

div.component[data-type="date-state"][data-variant="orange"] > h6[data-id="orange"] {
  display: block;
}

div.component[data-type="date-state"][data-variant="green"] {
  background-color: #00B914;
}

div.component[data-type="date-state"][data-variant="green"] > h6[data-id="green"] {
  display: block;
}

section.component[data-type="result"] div.component[data-type="date-state"][data-variant="green"] > h6[data-id="green"],
section.component[data-type="result"] div.component[data-type="date-state"][data-variant="green"] > h6[data-id="orange"] {
  display: none;
}

div.component[data-type="top-alert"] {
  display: block;
  background-color: #da8221;
  padding: 0 0 10px 0;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
}

div.component[data-type="top-alert"][data-variant="bildungsportal"] {
  background-color: #e5e5e5;
  color: #005292;
}

div.component[data-type="top-alert"] > a {
  color: inherit;
}

div.component[data-type="top-alert"] > h4 {
  display: block;
  padding: 20px 20px 10px 20px;
  color: inherit;
  text-align: center;
  font-size: 18px;
}

div.component[data-type="top-alert"] > h4:before {
  position: absolute;
  margin-left: -40px;
  margin-top: -5px;
  content: " ";
  background-image: url(../img/coronavirus_w.svg);
  background-repeat: no-repeat;
  background-size: auto 30px;
  width: 30px;
  height: 30px;
}

div.component[data-type="top-alert"][data-variant="ukraine"] > h4:before {
  background-image: url(../img/ukraine.svg);
}

div.component[data-type="top-alert"][data-variant="beteiligungsportal"] > h4:before {
  background-image: url(../img/plattform.svg);
}

div.component[data-type="top-alert"][data-variant="bildungsportal"] > h4:before {
  background-image: url(../img/gruender.svg);
}

div.component[data-type="top-alert"][data-variant="onlineantraege"] > h4:before {
  background-image: url(../img/jetzt_melden_w.svg);
}

div.component[data-type="top-alert"] > a.link {
  display: block;
  color: inherit;
  text-align: center;
  font-size: 18px;
  text-decoration: underline;
  margin: 0 0 5px 0;
}

div.component[data-type="top-alert"] > a.link:hover {
  text-decoration: none;
}

/*
div.component[data-type="top-alert"] > a.link {
  display: block;
  padding: 20px 20px 10px 20px;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
}

div.component[data-type="top-alert"] > a.link:before {
  position: absolute;
  margin-left: -40px;
  margin-top: -5px;
  content: " ";
  background-image: url(../img/coronavirus_w.svg);
  background-repeat: no-repeat;
  background-size: auto 30px;
  width: 30px;
  height: 30px;
}
*/

div.component[data-type="news-slider"] {
  background-color: transparent;
  overflow: hidden;
  color: #ffffff;
}

div.component[data-type="news-slider"] > div.nav {
  display: none !important;
}

div.component[data-type="news-slider"] > div.quicknavigation {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  justify-content: center;
  width: auto;
  height: 30px;
  background-color: transparent;
  margin: 20px 0 0 0;
}

div.component[data-type="news-slider"] > div.quicknavigation > div.item {
  width: 30px;
  height: 30px;
  border: none;
  height: inherit;
  margin: 0 8px 0 8px;
  cursor: pointer;
  background-color: #e5e5e5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
}

/*
div.component[data-type="news-slider"] > div.quicknavigation > div.item:nth-child(1) {
  width: 100%;
  border-left: none;
}
*/

div.component[data-type="news-slider"] > div.quicknavigation > div.item[data-active="yes"] {
  background-color: #005292;
}

div.component[data-type="news-slider"] > div.list {
  z-index: 1;
  height: 455px;
  background-color: #005292;
}

div.component[data-type="news-slider"] > div.list > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -webkit-align-items: center;
  align-items: center;
  height: inherit;
}

div.component[data-type="news-slider"] > div.list > ul.item-list > li.item {
  top: 0;
  min-width: 100%;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: inherit;
}

div.component[data-type="news-slider"] article {
  cursor: pointer;
  height: inherit;
}

div.component[data-type="news-slider"] article > div.content {
  background-image: url(../img/newsslider_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  height: inherit;
  width: 45%;
  margin: 0 0 0 auto;
  padding: 40px 40px 40px 105px;
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

div.component[data-type="news-slider"] article h3 {
  /*font-size: 32px;*/
  font-size: 22px;
  font-weight: 500;
}

div.component[data-type="news-slider"] article h4 {
  margin: 10px 0 0 0;
  /*font-size: 28px;*/
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  font-family: "Libre Baskerville";
}

div.component[data-type="audience-info"] {
  margin-bottom: 30px;
}

div.component[data-type="audience-info"] > div.list > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 0 -30px;
  width: calc(100% + 30px);
}

div.component[data-type="audience-info"] li.item {
  margin: 0 0 30px 30px;
  width: calc(100% / 6 - 30px);
  height: 165px;
}

div.component[data-type="audience-info"] li.item a {
  display: block;
  width: 100%;
  height: inherit;
  line-height: normal;
  background-color: #e5e5e5;
  padding: 115px 10px 10px 10px;
  font-size: 16px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center calc(50% - 15px);
  background-size: auto 60px;
}

div.component[data-type="audience-info"] a[data-variant="grundstückverkauf"] {
  background-image: url(../img/pin_blue.svg);
}

div.component[data-type="audience-info"] a[data-variant="corona"] {
  background-image: url(../img/coronavirus_b.svg);
}

div.component[data-type="audience-info"] a[data-variant="firma"] {
  background-image: url(../img/mittelstand.svg);
}

div.component[data-type="audience-info"] a[data-variant="rakete"] {
  background-image: url(../img/gruender.svg);
}

div.component[data-type="audience-info"] a[data-variant="mittelstand"] {
  background-image: url(../img/mittelstand.svg);
}

div.component[data-type="audience-info"] a[data-variant="laptop"] {
  background-image: url(../img/laptop_b.svg);
}

div.component[data-type="audience-info"] a[data-variant="person"] {
  background-image: url(../img/ausbilder.svg);
}

div.component[data-type="audience-info"] a[data-variant="whiteboard"] {
  background-image: url(../img/selbstaendige.svg);
}

div.component[data-type="audience-info"] a[data-variant="zertifikat"] {
  background-image: url(../img/zertifikat_b.svg);
}

div.component[data-type="audience-info"] a[data-variant="handel"] {
  background-image: url(../img/azubis.svg);
}

div.component[data-type="audience-info"] li.item a:hover {
  opacity: 0.8;
}

div.component[data-type="news-preview"] {
  margin-bottom: 30px;
}

div.component[data-type="news-preview"] > div.list > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  width: calc(100% + 30px);
  margin: 0 0 0 -30px;
}

div.component[data-type="news-preview"] > div.list > ul.item-list > li.item {
  width: calc(100% / 3 - 30px);
  margin: 0 0 30px 30px;
  background-color: #e5e5e5;
  padding: 20px;
  cursor: pointer;
  counter-increment: newsIndex;
}

div.component[data-type="news-preview"] > div.list > ul.item-list > li.item:after {
  position: absolute;
  top: 17px;
  left: 20px;
  content: "0"counter(newsIndex);
  color: #ffffff;
  font-size: 38px;
  padding: 0 0 3px 0;
  border-bottom: 1px solid #ffffff;
}

div.component[data-type="news-preview"] article div.image {
  margin: -20px -20px 20px -20px;
}

div.component[data-type="news-preview"] li.item:hover {
  opacity: 0.8;
}

div.component[data-type="news-preview"] article h3 {
  font-weight: 400;
  font-size: 22px;
}

div.component[data-type="news-preview"] article h3 a {
  display: block;
}

div.component[data-type="news-preview"] li.item:hover a {
  text-decoration: underline;
}

div.component[data-type="scope-preview"] {
  margin-bottom: 30px;
}

div.component[data-type="scope-preview"] > div.list > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  margin: 0 0 0 -30px;
  width: calc(100% + 30px);
}

div.component[data-type="scope-preview"] > div.list > ul.item-list > li.item {
  width: calc(100% / 3 - 30px);
  margin: 0 0 30px 30px;
  height: inherit;
}

div.component[data-type="scope-preview"] > div.list[data-length="2"] > ul.item-list > li.item {
  width: calc(100% / 2 - 30px);
}

div.component[data-type="scope-preview"] > div.list[data-length="1"] > ul.item-list > li.item {
  width: calc(100% - 30px);
}

div.component[data-type="scope-preview"] div.header {
  margin: 0 0 30px 0;
}

div.component[data-type="scope-preview"] div.header > h4 {
  font-size: 34px;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
}

div.component[data-type="scope-preview"] li.item[data-scope="videos"] div.header > h4 {
  color: #8fb1ca;
}

div.component[data-type="scope-preview"] li.item[data-scope="events"] div.header > h4 {
  color: #004f8d;
}

div.component[data-type="scope-preview"] div.article-list {
  height: calc(100% - 120px);
  background-color: #e5e5e5;
  padding: 40px 40px 10px 40px;
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  flex-direction: column;
  /*justify-content: space-between;*/
}

div.component[data-type="scope-preview"][data-hasallbutton="no"] div.article-list {
  height: calc(100% - 90px);
}

div.component[data-type="scope-preview"] li.item[data-scope="videos"] div.article-list {
  background-color: #8fb1ca;
  color: #ffffff;
}

div.component[data-type="scope-preview"] li.item[data-scope="events"] div.article-list {
  background-color: #004f8d;
  color: #ffffff;
}

div.component[data-type="scope-preview"] article {
  margin: 0 0 30px 0;
}

div.component[data-type="scope-preview"] article:hover {
  opacity: 0.7;
}

div.component[data-type="scope-preview"] li.item[data-scope="events"] article,
div.component[data-type="scope-preview"] li.item[data-scope="positions"] article,
div.component[data-type="scope-preview"] li.item[data-scope="news"] article {
  cursor: pointer;
}

div.component[data-type="scope-preview"] li.item[data-scope="news"] article {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
}

div.component[data-type="scope-preview"] li.item[data-scope="news"] article > div.image {
  min-width: 150px;
  max-width: 150px;
  padding: 0 20px 0 0;
}       

div.component[data-type="scope-preview"] li.item[data-scope="news"] article > div.content {
  width: calc(100% - 150px);
}

div.component[data-type="scope-preview"] article h5 {
  font-size: 17px;
  font-weight: 400;
  font-style: italic;
  font-family: "Libre Baskerville";
}

div.component[data-type="scope-preview"] article h3 {
  font-weight: 400;
  font-size: 18px;
}

div.component[data-type="scope-preview"] li.item[data-scope="events"] article h3 {
  font-size: 20px;
}

div.component[data-type="scope-preview"] li.item[data-scope="videos"] article h3 {
  margin: 0 0 20px 0;
}

div.component[data-type="scope-preview"] li.item[data-scope="positions"] article h3 {
  margin: 0 0 10px 0;
}

div.component[data-type="scope-preview"] article div.video > div.youtube-consent-preview {
  height: inherit;
  width: inherit;
  max-width: 100%;
  cursor: pointer;
}

div.component[data-type="scope-preview"] article div.video > div.youtube-consent-preview > div.preview {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}

div.component[data-type="scope-preview"] article div.video > div.youtube-consent-preview > div.preview > div.image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

div.component[data-type="scope-preview"] article div.video > div.youtube-consent-preview > div.preview > div.image > img {
  display: block;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

div.component[data-type="scope-preview"] article div.video > div.youtube-consent-preview > div.text {
  font-size: 15px;
  height: inherit;
  color: #ffffff;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  text-align: center;
  padding: 20px;
  background-image: url(../img/play-button.svg);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: center center;
}

div.component[data-type="scope-preview"] article div.video iframe {
  width: 100%;
  border: none;
}

div.component[data-type="scope-preview"] article a {
  color: inherit;
}

div.component[data-type="scope-preview"] article:hover a {
  text-decoration: underline;
}

div.component[data-type="scope-preview"] article p {
  font-size: 16px;
}

div.component[data-type="scope-preview"] article p:last-child {
  margin: 0;
}

div.component[data-type="scope-preview"] div.button > a {
  margin: 20px 0 0 0;
  display: block;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  font-family: "Libre Baskerville";
  padding: 0 40px 0 0;
  background-image: url(../img/plus_mehr_sw.svg);
  background-size: auto 25px;
  background-repeat: no-repeat;
  background-position: right center;
  text-align: right;
  color: #000000;
}

div.component[data-type="scope-preview"] li.item[data-scope="videos"] div.button > a {
  color: #8fb1ca;
  background-image: url(../img/plus_mehr_hb.svg);
}

div.component[data-type="scope-preview"] li.item[data-scope="events"] div.button > a {
  color: #004f8d;
  background-image: url(../img/plus_mehr.svg);
}

div.component[data-type="faq-preview"] > div.list > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
}

div.component[data-type="faq-preview"] > div.list > ul.item-list > li.item {
  margin: 0;
  width: calc(100% / 3);
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background-color: #ced9e5;
}

div.component[data-type="faq-preview"] > div.list > ul.item-list > li.item:nth-child(3n+1) {
  border-left: none;
}

div.component[data-type="faq-preview"] > div.list > ul.item-list > li.item:nth-child(1n+4) {
  border-bottom: none;
}

div.component[data-type="faq-preview"] li.item a {
  display: block;
  height: inherit;
  text-align: center;
  padding: 70px 0 70px 0;
  font-weight: 300;
  font-size: 30px;
  color: inherit;
}

div.component[data-type="faq-preview"] li.item:hover {
  opacity: 0.7;
}

div.component[data-type="eyecatcher-list"] {
  margin-bottom: 0;
}

div.component[data-type="eyecatcher-list"] > div.list > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  justify-content: space-between;
  margin: 0;
}

div.component[data-type="eyecatcher-list"][data-variant="small"] > div.list > ul.item-list {
  justify-content: flex-start;
  margin: 0 0 0 -30px;
}

div.component[data-type="eyecatcher-list"] > div.list > ul.item-list > li.item {
  margin: 0 0 30px 0;
  width: calc(50% - 15px);
  cursor: pointer;
}

div.component[data-type="eyecatcher-list"][data-variant="small"] > div.list > ul.item-list > li.item {
  margin: 0 0 30px 30px;
  width: auto;
  max-width: calc(25% - 30px);
}

div.component[data-type="eyecatcher-list"] li.item:hover {
  opacity: 0.7;
}

div.component[data-type="eyecatcher-list"] article h3 {
  font-size: 34px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}

div.component[data-type="eyecatcher-list"] article p {
  padding: 10px 20px 0 20px;
  color: #005292;
}

div.component[data-type="eyecatcher-list"] article a {
  display: block;
}

div.component[data-type="eyecatcher-list"] article:hover a {
  text-decoration: underline;
}

div.component[data-type="abstract"] > div.image {
  margin: 0 auto 20px auto;
  text-align: center;
}

/*
div.component[data-type="abstract"] img {
  width: 100%;
}
*/

div.component[data-type="abstract"] > div.image > h6 {
  font-size: 16px;
}

div.component[data-type="abstract"] > div.image[data-orientation="left"] {
  float: left;
  margin: 0 30px 20px 0;
  max-width: 400px;
  text-align: left;
}

div.component[data-type="abstract"] > div.image[data-orientation="right"] {
  float: right;
  margin: 0 0 20px 30px;
  max-width: 400px;
  text-align: right;
}

div.component[data-type="abstract"] div.scaled-image {
  text-align: center;
  max-width: 100%;
  margin: 0 auto 0 auto;
}

div.component[data-type="abstract"] div.scaled-image[data-zoom="yes"] {
  cursor: pointer;
}

div.component[data-type="abstract"] div.scaled-image div.loupe {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 20px;
  height: 40px;
  width: 40px;
  background-color: #ffffff;
  background-image: url(../img/lupe.svg);
  background-position: center center;      
  background-size: auto 25px;
  background-repeat: no-repeat;
}

div.component[data-type="abstract"] div.scaled-image img {
  float: none !important;
  display: inline-block;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  z-index: 1;
}

div.component[data-type="video"] {
  margin: 0 auto 50px auto;
  max-width: 800px;
  height: 450px;
  width: 100%;
}

div.component[data-type="video"] > div.youtube-consent-preview {
  height: inherit;
  width: inherit;
  max-width: 100%;
  cursor: pointer;
}

div.component[data-type="video"] > div.youtube-consent-preview > div.preview {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}

div.component[data-type="video"] > div.youtube-consent-preview > div.preview > div.image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

div.component[data-type="video"] > div.youtube-consent-preview > div.preview > div.image > img {
  display: block;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

div.component[data-type="video"] > div.youtube-consent-preview > div.text {
  font-size: 15px;
  height: inherit;
  color: #ffffff;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  text-align: center;
  padding: 20px;
  background-image: url(../img/play-button.svg);
  background-repeat: no-repeat;
  background-size: 80px 80px;
  background-position: center center;
}

div.component[data-type="video"] > div.video-player {
  height: inherit;
  width: inherit;
  max-width: 100%;
}

div.component[data-type="video"] > div.video-player > div.blend {
  position: absolute;
}

div.component[data-type="video"] > div.video-player > iframe {
  width: inherit;
  display: block;
  max-width: 100%;
}

div.component[data-type="accordion"] > div.list > ul.item-list > li.item {
  clear: both;
  border-bottom: 1px solid #ffffff;
}

div.component[data-type="accordion"] > div.list > ul.item-list > li.item h4.button {
  padding: 10px 60px 10px 40px;
  color: #ffffff;
  background-color: #005292;
  cursor: pointer;
  font-weight: 300;
  background-image: url(../img/plus_mehr_w.svg);
  background-size: 25px auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
}

div.component[data-type="accordion"] > div.list > ul.item-list > li.item[data-expanded="yes"] h4.button {
  background-image: url(../img/minus_weniger_w.svg);
  font-style: italic;
}

div.component[data-type="accordion"] > div.list > ul.item-list > li.item:hover h4.button {
  opacity: 0.9;
}

div.component[data-type="accordion"] > div.list > ul.item-list > li.item div.details {
  display: none;
  padding: 20px 40px 20px 40px;
  background-color: #e4e2d3;
}

div.component[data-type="accordion"] div.image {
  margin: 0 0 20px 0;
}

div.component[data-type="accordion"] div.image > h6 {
  font-size: 16px;
}

div.component[data-type="accordion"] div.image[data-orientation="left"] {
  float: left;
  margin: 0 20px 20px 0;
  max-width: 400px;
}

div.component[data-type="accordion"] div.image[data-orientation="right"] {
  float: right;
  margin: 0 0 20px 20px;
  max-width: 400px;
}

div.component[data-type="tab"] > div.navigation > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 100%;
}

div.component[data-type="tab"] > div.navigation > ul.item-list > li.item {
  margin: 0 1px 0 0;
}

div.component[data-type="tab"] > div.navigation > ul.item-list > li.item:last-of-type {
  margin: 0;
}

div.component[data-type="tab"] > div.navigation > ul.item-list > li.item > h4.button {
  background-color: #ced9e5;
  color: #005292;
  padding: 10px 40px 6px 40px;
  font-weight: 300;
  cursor: pointer;
}

div.component[data-type="tab"] > div.navigation > ul.item-list > li.item[data-expanded="yes"] > h4.button {
  padding: 10px 40px 10px 40px;
  background-color: #005292;
  color: #ffffff;
  font-style: italic;
}

div.component[data-type="tab"] > div.navigation > ul.item-list > li.item:hover > h4.button {
  opacity: 0.9;
}

div.component[data-type="tab"] > div.list > ul.item-list > li.item {
  display: none;
}

div.component[data-type="tab"] > div.list > ul.item-list > li.item[data-expanded="yes"] {
  display: block;
}

div.component[data-type="tab"] > div.list > ul.item-list > li.item > h4.button {
  display: none;
}

div.component[data-type="tab"] > div.list > ul.item-list > li.item div.details {
  padding: 20px 40px 20px 40px;
  background-color: #e4e2d3;
}

div.component[data-type="tab"] div.image {
  margin: 0 0 20px 0;
}

div.component[data-type="tab"] div.image > h6 {
  font-family: inherit;
  font-size: 16px;
}

div.component[data-type="tab"] div.image[data-orientation="left"] {
  float: left;
  margin: 0 20px 20px 0;
  max-width: 400px;
}

div.component[data-type="tab"] div.image[data-orientation="right"] {
  float: right;
  margin: 0 0 20px 20px;
  max-width: 400px;
}

div.component[data-type="slideform"] {
  display: none;
}

div.component[data-type="form-switchblock"] {
  margin: 0;
}

div.component[data-type="form-switchblock"] > h6 {
  margin: 0 0 0 385px;
  padding: 4px 0 0 40px;
  min-height: 30px;
  cursor: pointer;
  color: #005292;
  font-size: 18px;
  text-transform: uppercase;
  background-image: url(../img/plus.svg);
  background-repeat: no-repeat;
  background-size: auto 30px;
  background-position: left center;
}

div.component[data-type="form-switchblock"][data-expanded="yes"] > h6 {
  background-image: url(../img/minus.svg);
}

div.component[data-type="form-switchblock"] > div.details {
  display: none;
  padding: 30px 0 0 0;
}

div.component[data-type="form-add-participants"] {
  margin: 0;
}

div.component[data-type="form-add-participants"] > h6 {
  margin: 0 0 0 385px;
  padding: 4px 0 0 40px;
  min-height: 30px;
  cursor: pointer;
  color: #005292;
  font-size: 18px;
  text-transform: uppercase;
  background-image: url(../img/plus.svg);
  background-repeat: no-repeat;
  background-size: auto 30px;
  background-position: left center;
}

div.component[data-type="form-add-participants"] > div.details {
  padding: 30px 0 0 0;
}

div.component[data-type="form-add-participants"] > div.details > ul.item-list {
  margin-left: 385px;
}

div.component[data-type="form-add-participants"] div.participant {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
}

div.component[data-type="form-add-participants"] div.participant > * {
  margin: 0 10px 0 0;
}

div.component[data-type="form-add-participants"] div.participant > *:last-child {
  margin: 0 0 0 15px;
}

div.component[data-type="form-add-participants"] div.participant div.commands {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
}

div.component[data-type="form-add-participants"] div.participant div.commands > a {
  display: block;
  margin: 0 10px 0 0;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 15px;
  background-image: url(../img/jetzt_melden.svg);
  width: 20px;
  min-height: 15px;
}

div.component[data-type="form-add-participants"] div.participant div.commands > a:last-child {
  margin: 0;
}

div.component[data-type="form-add-participants"] div.participant div.commands > a.delete {
  background-image: url(../img/close.svg);
}

div.component[data-type="form"] > div.headline {  
  margin: 0 0 60px 0;
}

div.component[data-type="form"] > div.headline > h4 {  
  font-size: 28px;
  color: #005292;
  text-transform: uppercase;
}

div.component[data-type="form"] > div.headline > h5 { 
  margin: 10px 0 0 0; 
  font-style: italic;
  font-family: "Libre Baskerville";
  color: #005292;
  font-size: 18px;
}

div.component[data-type="form"] > div.form {  
  margin: 0;
  /*width: 900px;*/
  max-width: 100%;
}

div.component[data-type="form"] > div.form > div.response {
  display: none;
  padding: 30px 60px 30px 60px;
  background-color: #f38a06;
  color: #ffffff;
}

div.component[data-type="form"] > div.form > div.response[data-variant="guest-scanner-manual-input"] {
  padding: 0;
  background-color: transparent;
  margin: 0 0 20px 0;
  color: #4d9a23;
}

div.component[data-type="form"] > div.form > div.response[data-variant="guest-scanner-manual-input"][data-err="yes"] {
  color: #ff0000;
}

div.component[data-type="form"][data-full="yes"] > div.form {  
  width: auto;
}

div.component[data-type="form"] > div.form fieldset > *,
div.component[data-type="form"] > div.form div.input {
  margin: 0 0 30px 0;
}

div.component[data-type="form"] > div.form div.input {
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  width: 100%;
}

div.component[data-type="form"] > div.form div.input[data-visible="no"],
div.component[data-type="form"] > div.form div.input-multiple[data-visible="no"] {
  display: none;
}

div.component[data-type="form"] > div.form div.input-section > h5 {
  text-transform: uppercase;
  margin: 0 0 30px 0;
}

div.component[data-type="form"] > div.form div.divider {
  margin: 30px 0 60px 0;
  border-bottom: 1px dotted #000000;
}

div.component[data-type="form"] > div.form div.input > div.label,
div.component[data-type="form"] > div.form div.input-group > div.label {
  width: 385px;
  padding: 5px 30px 0 0;
  text-align: right;
}

div.component[data-type="form"] > div.form div.input-group > div.label {
  font-weight: 400;
  color: #005292;
}

div.component[data-type="form"] > div.form div.input label {
  font-weight: 400;
  color: #005292;
}

div.component[data-type="form"] > div.form div.input-multiple {
  margin: 0 0 30px 0;
}

div.component[data-type="form"] > div.form div.input-multiple > div.input {
  margin: 0 0 15px 385px;
}

div.component[data-type="form"] > div.form div.input-multiple > *:last-child {
  margin: 0 0 0 385px;
}

div.component[data-type="form"] > div.form div.input-multiple label {
  margin: -5px 0 0 0;
}

div.component[data-type="form"] > div.form div.input-multiple label img {
  height: 26px;
}

div.component[data-type="form"] > div.form div.input > div.data,
div.component[data-type="form"] > div.form div.input-group > div.data {
  width: calc(100% - 385px);
}

div.component[data-type="form"] > div.form div.input-group > div.data div.input > div.data {
  width: auto;
}

div.component[data-type="form"] > div.form div.input > div.data > div.help {
  font-family: "Libre Baskerville";
  font-style: italic;
  color: #005292;
  font-size: 14px;
  margin: 10px 0 0 0;
}

div.component[data-type="form"] > div.form div.input textarea.full {
  height: 485px;
}

div.component[data-type="form"] > div.form div.input input.small {
  width: 200px;
  max-width: 100%;
}

div.component[data-type="form"] > div.form div.submit {
  margin: 30px 0 0 385px;
}

div.component[data-type="form"] div.component[data-type="flow-headline"] {
  margin-bottom: 20px;
}

div.component[data-type="form"] div.component[data-type="flow-abstract"] {
  margin-bottom: 20px;
}

div.component[data-type="flow-headline"] > h3 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
}

div.component[data-type="flow-headline"] > h4 {
  text-transform: uppercase;
}

div.component[data-type="list"] > h4 {
  font-size: 22px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  color: #005292;
}

div.component[data-type="guest-management-article-data"] {
  margin: 0 auto 20px auto;
  width: 900px;
  max-width: 100%;
}

div.component[data-type="guest-management-article-data"] > div.content {
  background-color: #e5eaf0;
  padding: 20px 20px 10px 20px;
}

div.component[data-type="guest-management-article-data"] > div.content > h5 {
  margin: 0 0 10px 0;
}

div.component[data-type="guest-management-article-data"] div.info {
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  width: 100%;
  margin: 5px 0 5px 0;
  font-size: inherit;
  font-size: 16px;
}

div.component[data-type="guest-management-article-data"] div.info > div.label {
  margin: 0 5px 5px 0;
  color: #005292;
}

div.component[data-type="guest-management-article-data"] div.info > div.data span.small {
  font-weight: normal;
  font-size: 16px;
}

div.component[data-type="guest-management-price"] {
  margin: 0 auto 0 auto;
  width: 900px;
  max-width: 100%;
}

div.component[data-type="guest-management-price"] > div.item-table,
div.component[data-type="guest-management-price"] > div.result-table {
  display: table;
  width: 100%;
  font-size: 18px;
}

div.component[data-type="guest-management-price"] > div.item-table > div.row,
div.component[data-type="guest-management-price"] > div.result-table > div.row {
  display: table-row;
  background-color: #e4e2d3;
}

div.component[data-type="guest-management-price"] > div.item-table > div.row[data-variant="header"],
div.component[data-type="guest-management-price"] > div.result-table > div.row[data-variant="header"] {
  font-size: 16px;
}

div.component[data-type="guest-management-price"] > div.result-table > div.row[data-variant="highlight"] {
  font-size: 22px;
}

div.component[data-type="guest-management-price"] > div.item-table > div.row > div.cell,
div.component[data-type="guest-management-price"] > div.result-table > div.row > div.cell {
  display: table-cell;
  padding: 10px 20px;
  text-align: right;
  border-bottom: 1px solid #000000;
}

div.component[data-type="guest-management-price"] > div.item-table > div.row > div.cell:first-child,
div.component[data-type="guest-management-price"] > div.result-table > div.row > div.cell:first-child {
  text-align: left;
}

div.component[data-type="guest-management-price"] > div.item-table > div.row > div.cell > span.responsive-label {
  display: none;
}

div.component[data-type="guest-management-price"] > div.result-table span.total {
  font-weight: 700;
}

div.component[data-type="list"] > ul.item-list > li.item {
  margin: 0 0 5px 0;
  background-image: url(../img/listenelement_pfeil.svg);
  background-repeat: no-repeat;
  background-position: left 8px;
  background-size: auto 15px;
  padding: 0 0 0 20px;
}

div.component[data-type="list"] > ul.item-list > li.item:last-of-type {
  margin: 0;
}

div.component[data-type="gallery-preview"] {
  color: #005292;
  font-size: 16px;
}

div.component[data-type="gallery-preview"] > div.list > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  width: calc(100% + 30px);
  margin: 0 0 0 -30px;
}

div.component[data-type="gallery-preview"] > div.list > ul.item-list > li.item {
  width: calc(100% / 3 - 30px);
  margin: 0 0 30px 30px;
  cursor: pointer;
}

div.component[data-type="gallery-preview"] > div.list > ul.item-list > li.item:nth-child(n+7) {
  display: none;
}

div.component[data-type="gallery-preview"] img {
  display: block;
  width: 100%;
}

div.component[data-type="gallery-preview"] h6 {
  padding: 8px 10px 8px 10px;
  font-weight: 300;
  background-color: #e4e2d3;
}

div.component[data-type="gallery-preview"] h6 > a {
  text-decoration: none;
}

div.component[data-type="gallery-preview"] h6.subtitle {
  font-style: italic;
  font-size: 14px;
  padding: 0 10px 8px 10px;
}

div.component[data-type="gallery-preview"] > div.expand {
  margin: 0;
}

div.component[data-type="gallery-preview"] > div.expand > button  {
  display: block;
  position: relative;
  margin: 0 auto 0 auto;
  width: 80px;
  height: 80px;
  background-image: url(../img/plus_mehr.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px auto;
  border: none;
  background-color: #e4e2d3;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
}

div.component[data-type="gallery-preview"][data-expanded="yes"] > div.expand > button  {
  background-image: url(../img/minus_weniger.svg);
}

div.component[data-type="gallery"] > div.list {
  overflow: hidden;
  z-index: 1;
}

div.component[data-type="gallery"] > div.list > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}

div.component[data-type="gallery"] > div.list > ul.item-list > li.item {
  min-width: 100%;
  text-align: center;
}

div.component[data-type="gallery"] > div.list > ul.item-list > li.item div.image {
  max-height: 100%;
  max-width: 80%;
  display: inline-block;
}

div.component[data-type="gallery"] > div.list > ul.item-list > li.item div.image > img {
  display: block;
}

div.component[data-type="gallery"] > div.list > ul.item-list > li.item div.image > h6 {
  display: block;
  background-color: #e4e2d3;
  text-align: center;
  color: #005292;
  font-weight: 300;
  font-size: 18px;
  padding: 5px 20px;
}

div.component[data-type="gallery"] > div.list > ul.item-list > li.item div.image > h6.subtitle {
  font-style: italic;
  font-size: 14px;
  padding: 0 10px 8px 10px;
}

div.component[data-type="gallery"] > div.nav {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 10%;
  z-index: 2;
  background-image: url(../img/pagination_pfeil_.svg);
  background-repeat: no-repeat;
  background-size: auto 100px;
  background-position: center center;
  cursor: pointer;
}

div.component[data-type="gallery"] > div.nav[data-type="next"] {
  left: inherit;
  right: 0;
  background-image: url(../img/pagination_pfeil.svg);
}

div.component[data-type="gallery"][data-hasprev="yes"] > div.nav[data-type="prev"] {
  display: block;
}

div.component[data-type="gallery"][data-hasnext="yes"] > div.nav[data-type="next"] {
  display: block;
}

div.component[data-type="gallery"] > div.info {
  position: fixed;
  z-index: 2;
  bottom: 0;
  right: 60px;
  padding: 15px 30px 15px 30px;
  font-size: 28px;
  background-color: #005292;
  color: #ffffff;
}

div.component[data-type="table"] {
  width: 100%;
  table-layout: fixed;
}

div.component[data-type="table"] div.scaled-table {
  cursor: pointer;
}

div.component[data-type="table"] div.scaled-table div.loupe {
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 5px;
  height: 40px;
  width: 40px;
  background-color: #ffffff;
  background-image: url(../img/lupe.svg);
  background-position: center center;      
  background-size: auto 25px;
  background-repeat: no-repeat;
}

div.component[data-type="table"] div.scaled-table > table {
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  transform-origin: left top;
}

div.component[data-type="table"] table {
  border: none;
  border-spacing: 0;
  font-size: 16px;
  font-weight: 300;
}

div.component[data-type="table"] table th {
  font-weight: 500;
  padding: 4px 8px 4px 8px;
}

div.component[data-type="table"][data-variant="colored"] table th {
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background-color: #005292;
  color: #ffffff;
  min-width: 150px;
}

div.component[data-type="table"][data-variant="colored"] table tr > th:last-of-type {
  border-right: none;
}

div.component[data-type="table"] table td {
  padding: 4px 8px 4px 8px;
}

div.component[data-type="table"][data-variant="colored"] table td {
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background-color: #e4e2d3;
  min-width: 150px;
}

div.component[data-type="table"][data-variant="colored"] table tr > td:last-of-type {
  border-right: none;
}

div.component[data-type="table"][data-variant="colored"] table td.footer {
  background-color: #ced9e5;
}

div.component[data-type="table"][data-variant="colored"] table td.separator {
  background-color: transparent;
}

div.component[data-type="date-details"] {
  border-bottom: 1px dotted #000000;
  padding: 0 0 30px 0;
  font-size: 18px;
}

div.component[data-type="date-details"] > div.top {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  width: 100%;
}

div.component[data-type="date-details"] > div.top > div.image {
  width: 385px;
  background-image: url(../img/default_veranstaltung.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

div.component[data-type="date-details"] > div.top > div.content {
  width: calc(100% - 385px);
  background-color: #e5eaf0;
  padding: 25px 30px 25px 30px;
}

div.component[data-type="date-details"] > div.top[data-hasimage="no"] > div.content {
  width: 100%;
}

div.component[data-type="date-details"] > div.bottom {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: row-reverse;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  margin: 15px 0 0 0;
}

div.component[data-type="date-details"] > div.bottom > div.button-list {
  width: 385px;
  font-size: 14px;
}

div.component[data-type="date-details"] > div.bottom > div.button-list > div.button {
  margin: 0 0 15px 0;
}

div.component[data-type="date-details"] > div.bottom > div.button-list > div.button:last-child {
  margin: 0;
}

div.component[data-type="date-details"] > div.bottom > div.button-list > div.button a {
  display: block;
  height: inherit;
  color: inherit;
  text-align: left;
  background-color: #f38a06;
  padding: 25px 25px 25px 65px;
  color: #ffffff;
  font-size: 20px;
  background-image: url(../img/jetzt_melden_w.svg);
  background-repeat: no-repeat;
  background-position: 25px center;
  background-size: auto 30px;
  text-decoration: none !important;
}

div.component[data-type="date-details"] > div.bottom > div.button-list > div.button a:hover {
  opacity: 0.8;
}

div.component[data-type="date-details"] > div.bottom > div.button-list > div.button a span.text-blue {
  color: #005292;
}

/*
div.component[data-type="date-details"] > div.bottom[data-hasanmeldebutton="no"] {
  flex-direction: row;
}

div.component[data-type="date-details"] > div.bottom > div.button-list {
  width: 385px;
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}

div.component[data-type="date-details"] > div.bottom > div.button-list > div.button {
  width: calc(50% - 10px);
  height: 100px;
}

div.component[data-type="date-details"] > div.bottom > div.button-list > div.button a {
  display: block;
  height: inherit;
  color: inherit;
  text-align: center;
  background-color: #c3c2b1;
  background-repeat: no-repeat;
  background-size: auto 35px;
  background-position: center calc(50% - 10px);
}

div.component[data-type="date-details"] > div.bottom > div.button-list > div.button a[data-type="ics"] {
  background-image: url(../img/datum_eintragen.svg);
}

div.component[data-type="date-details"] > div.bottom > div.button-list > div.button a[data-type="anmeldung"] {
  background-image: url(../img/jetzt_melden.svg);
}

div.component[data-type="date-details"] > div.bottom > div.button-list > div.button a:hover {
  opacity: 0.8;
}

div.component[data-type="date-details"] > div.bottom > div.button-list > div.button a span.text {
  position: absolute;
  bottom: 10px;
  left: 0;
  text-align: center;
  width: 100%;
}
*/

div.component[data-type="date-details"] > div.bottom > div.details {
  width: calc(100% - 385px);
  padding: 0 30px 0 30px;
}

div.component[data-type="date-details"] div.info {
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  width: 100%;
  margin: 5px 0 5px 0;
  font-size: inherit;
}

div.component[data-type="date-details"] div.info > div.label {
  margin: 0 5px 5px 0;
  color: #005292;
}

div.component[data-type="date-details"] > div.bottom div.info > div.label {
  width: 200px;
} 

div.component[data-type="date-details"] div.info > div.data span.small {
  font-weight: normal;
  font-size: 16px;
}

div.component[data-type="result-search"] {
  margin: 0 0 30px 0;
}

div.component[data-type="result-search"] > h2.button,
div.component[data-type="result-search"] > h4.button {
  padding: 10px 60px 10px 30px;
  color: #ffffff;
  background-color: #005292;
  cursor: pointer;
  font-weight: 300;
  background-image: url(../img/plus_mehr_w.svg);
  background-size: 25px auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
}

div.component[data-type="result-search"][data-expanded="yes"] > h4.button {
  background-image: url(../img/minus_weniger_w.svg);
  font-style: italic;
}

div.component[data-type="result-search"] > div.details {
  display: none;
  padding: 30px;
  background-color: #e4e2d3;
}

div.component[data-type="result-search"] > div.details div.flex-wrapper {
  position: relative;
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 0 -30px;
  width: calc(100% + 30px);
}

div.component[data-type="result-search"] > div.details div.flex-wrapper > * {
  width: calc(25% - 30px);
  max-width: calc(25% - 30px);
  margin: 0 0 30px 30px;
}

div.component[data-type="result-search"] > div.details div.flex-wrapper > *[data-width="full"] {
  width: calc(50% - 30px);
  max-width: calc(50% - 30px);
}

div.component[data-type="result-search"] > div.details div.input > div.label {
  display: none;
}

div.component[data-type="result-search"] > div.details div.input input, 
div.component[data-type="result-search"] > div.details div.input select, 
div.component[data-type="result-search"] > div.details div.input textarea {
  background-color: #ffffff;
}   

div.component[data-type="result-search"] > div.details div.input input.datepicker {
  background: url(../img/kalender.svg) no-repeat right center, linear-gradient(to right, #ffffff calc(100% - 40px), transparent 1px);  
  background: url(../img/kalender.svg) no-repeat right center, -webkit-linear-gradient(to right, #ffffff calc(100% - 40px), transparent 1px);  
  background: url(../img/kalender.svg) no-repeat right center, -moz-linear-gradient(to right, #ffffff calc(100% - 40px), transparent 1px);  
  background: url(../img/kalender.svg) no-repeat right center, -o-linear-gradient(to right, #ffffff calc(100% - 40px), transparent 1px);  
  background: url(../img/kalender.svg) no-repeat right center, -ms-linear-gradient(to right, #ffffff calc(100% - 40px), transparent 1px);  
  background: url(../img/kalender.svg) no-repeat right center, linear-gradient(to right, #ffffff calc(100% - 40px), transparent 1px);  
  background-size: auto 30px;
}   

div.component[data-type="result-search"] > div.details div.flex-wrapper > div.submit {
  min-width: 100%;
  margin: 0 0 0 30px;
}

div.component[data-type="result-filter"] {
  margin: 0 0 30px 0;
}

div.component[data-type="result-filter"] > div.az-list {
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
}

div.component[data-type="result-filter"] > div.az-list > div.item {
  width: calc(100% / 26);
  background-color: #cfd9e5;
  min-width: 30px;
  margin:  5px 0 5px 0;
}

div.component[data-type="result-filter"] > div.az-list > div.item[data-active="yes"] {
  margin:  0;
}

div.component[data-type="result-filter"] > div.az-list > div.item a {
  display: block;
  text-align: center;
  padding: 5px 0 5px 0;
}

div.component[data-type="result-filter"] > div.az-list > div.item a:hover {
  opacity: 0.8;
}

div.component[data-type="result-filter"] > div.az-list > div.item[data-active="yes"] a {
  background-color: #c4c3b1;
  color: #ffffff;
  padding: 10px 0 10px 0;
  margin:  0;
}

div.component[data-type="result-navigation"] {
  margin: 0 0 30px 0;
}

div.component[data-type="result-navigation"] > div.flex-wrapper {
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
  color: #3b3b3b;
  width: 100%;
}

div.component[data-type="result-navigation"] div.pagination {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 45px calc(100% - 90px) 45px;
  grid-template-columns: 45px auto 45px;
}

div.component[data-type="result-navigation"][data-position="bottom"] > div.flex-wrapper {
  justify-content: flex-end;
}

div.component[data-type="result-navigation"] div.result-amount {
  font-weight: 300;
}

div.component[data-type="result-navigation"] div.pagination div.prev,
div.component[data-type="result-navigation"] div.pagination div.next {
  align-self: center;
  -ms-grid-column: 1;
}

div.component[data-type="result-navigation"] div.pagination div.next {
  -ms-grid-column: 3;
}

div.component[data-type="result-navigation"] div.pagination div.prev a,
div.component[data-type="result-navigation"] div.pagination div.next a {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 20px;
  background-image: url(../img/pagination_pfeil_.svg);
  height: 20px;
}

div.component[data-type="result-navigation"] div.pagination div.next a {
  background-image: url(../img/pagination_pfeil.svg);
}

div.component[data-type="result-navigation"] div.pagination div.intervall {
  -ms-grid-column: 2;
  justify-self: center;
}

div.component[data-type="result-navigation"] div.pagination div.intervall a {
  color: #b6b5a1;
  padding: 0 3px 0 3px;
}

div.component[data-type="result-navigation"] div.pagination div.intervall a[data-active="yes"] {
  color: #005292;
}

section.component[data-type="result"] div.list > ul.item-list > li.item {
  margin: 0 0 40px 0;
  color: #005292;
}

section.component[data-type="result"] div.list > ul.item-list > li.item[data-type="category"] > h2,
section.component[data-type="result"] div.list > ul.item-list > li.item[data-type="category"] > h6 {
  color: #3b3b3b;
  text-transform: uppercase;
  font-weight: 500;
}

section.component[data-type="result"] div.list article {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
  background-color: #e4e9ef;
  padding: 30px;
  cursor: pointer;
}

section.component[data-type="result"] div.list article > div.image {
  width: 170px;
  min-width: 170px;
  margin: 0 30px 0 0;
}

section.component[data-type="result"] div.list article > div.image > img {
  max-width: 100%;
  max-height: 170px;
  display: block;
}

section.component[data-type="result"] div.list article > div.content {
  width: calc(100% - 200px);
}

section.component[data-type="result"] div.list article h3.category,
section.component[data-type="result"] div.list article h5.category {
  font-size: 20px;
  font-weight: 500;
}

section.component[data-type="result"] div.list article h3.title {
  font-size: 28px;
  color: #000000;
}

section.component[data-type="result"] div.list article h3.title a {
  color: inherit;
}

section.component[data-type="result"] div.list article:hover h3.title a {
  text-decoration: underline;
}

section.component[data-type="result"] div.list article p {
  margin: 5px 0 0 0;
  font-style: italic;
  font-family: "Libre Baskerville";
  font-size: 16px;
  color: #3b3b3b;
}

section.component[data-type="result"] div.az-list > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

section.component[data-type="result"] div.az-list > ul.item-list > li.item {
  background-image: url(../img/listenelement_pfeil.svg);
  background-repeat: no-repeat;
  background-position: left 8px;
  background-size: auto 15px;
  padding: 0 0 0 20px;
  width: calc(100% / 2 - 15px);
}

section.component[data-type="result"] div.az-list > ul.item-list > li.item[data-type="category"] {
  min-width: 100%;
  border-top: none;
  padding: 0;
  background: none;
  margin: 20px 0 20px 0;
}

section.component[data-type="result"] div.contact-list > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  justify-content: space-between;
}

section.component[data-type="result"] div.contact-list > ul.item-list > li.item {
  width: calc(100% / 2 - 15px);
  margin: 0 0 40px 0;
  border-bottom: 1px dotted #000000;
  padding: 0 0 30px 0;
}

section.component[data-type="result"] div.contact-list > ul.item-list > li.item[data-type="category"] {
  min-width: 100%;
  border-bottom: none;
  padding: 0;
}

section.component[data-type="result"] div.contact-list > ul.item-list > li.item[data-type="category"] > h6,
section.component[data-type="result"] div.contact-list > ul.item-list > li.item[data-type="category"] > h2 {
  text-transform: uppercase;
  font-weight: 500;
  color: #3b3b3b;
}

section.component[data-type="result"] div.contact-list article {
  display: block;
  padding: 0;
  background-color: transparent;
}

section.component[data-type="result"] div.contact-list div.person[data-hasimage="yes"] {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

section.component[data-type="result"] div.contact-list a:hover {
  text-decoration: underline;
}

section.component[data-type="result"] div.contact-list div.person > div.image {
  width: 160px;
  align-self: flex-start;
  -webkit-align-self: flex-start;
}

section.component[data-type="result"] div.contact-list div.person > div.image > img {
  width: 100%;
  display: block;
}

section.component[data-type="result"] div.contact-list div.person > div.data {
  padding: 0 30px 0 0;
}

section.component[data-type="result"] div.contact-list div.person > div.data {
  width: auto;
  padding: 0;
}

section.component[data-type="result"] div.contact-list div.person[data-hasimage="yes"] > div.data {
  width: calc(100% - 160px);
  padding: 0 30px 0 30px;
}

section.component[data-type="result"] div.contact-list div.person > div.data > h3,
section.component[data-type="result"] div.contact-list div.person > div.data > h6 {
  color: inherit;
  font-weight: 300;
}

section.component[data-type="result"] div.contact-list div.person > div.data > h4 {
  color: inherit;
  font-weight: 500;
  font-size: 20px;
  color: #005292;
}

section.component[data-type="result"] div.contact-list div.person > div.data > h5 {
  font-weight: 300;
  color: #424242;
  margin: 5px 0 0 0;
}

section.component[data-type="result"] div.contact-list div.person > div.data > div.contact {
  margin: 5px 0 0 0;
}

section.component[data-type="result"] div.contact-list div.person > div.data > div.contact > * {
  margin: 5px 0 0 0;
}

section.component[data-type="result"] div.contact-list div.person > div.data > div.contact div.vcard {
  margin: 10px 0 0 0;
}

section.component[data-type="result"] div.contact-list div.person > div.data > div.contact div.vcard > a {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../img/kontakt_button.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 30px;
  background-color: #c6c5b3;
  cursor: pointer;
}

div.component[data-type="facts"] > div.wrapper {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -webkit-align-items: stretch;
  align-items: stretch;
}

div.component[data-type="facts"] > div.wrapper[data-haslink="yes"] {
  cursor: pointer;
}

div.component[data-type="facts"] > div.wrapper > * {
  width: 50%;
}

div.component[data-type="facts"] > div.wrapper > div.content {
  padding: 60px 30px 60px 30px;
  background-color: #e4e2d3;
}

div.component[data-type="facts"] > div.wrapper > div.content > h4 {
  font-size: 34px;
  font-weight: 500;
  text-align: center;
}

div.component[data-type="facts"] > div.wrapper > div.content > h5 {
  font-size: 28px;
  font-weight: 300;
  text-align: center;
}

div.component[data-type="facts"] > div.wrapper > div.content > div.fact {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #000000;
  margin: 25px auto 25px auto;
  text-align: center;
}

div.component[data-type="facts"] > div.wrapper > div.content > div.fact > div.number {
  position: absolute;
  max-width: 100%;
  width: 100%;
  left: 0;
  top: 50%;
  color: #e4e2d3;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

div.component[data-type="facts"] > div.wrapper > div.content > div.fact h3 {
  text-align: center;
  font-size: 68px;
  line-height: 68px;
  font-weight: 500;
  margin: 0;
}

div.component[data-type="facts"] > div.wrapper > div.content > div.fact h6 {
  text-align: center;
  font-size: 20px;
  line-height: normal;
  font-weight: 300;
  margin: 0;
}

div.component[data-type="facts"] > div.wrapper > div.content > p {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}

div.component[data-type="facts"] > div.wrapper > div.image {
  background-image: url();
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

div.component[data-type="facts"] > div.wrapper > div.image > div.curtain {
  position: absolute;
  background-color: rgba(1,79,141,0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

div.component[data-type="popular-list"] div.list > ul.item-list > li.item {
  margin: 0;
  border-bottom: 1px dotted #000000;
}

div.component[data-type="popular-list"] div.list > ul.item-list > li.item:first-of-type {
  border-top: 1px dotted #000000;
}

div.component[data-type="popular-list"] div.list article {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  padding: 30px 0 30px 0;
  cursor: pointer;
}

div.component[data-type="popular-list"] div.list article > div.nr {
  width: 95px;
  min-width: 95px;
  font-size: 40px;
  font-weight: 300;
  text-decoration: underline;
}

div.component[data-type="popular-list"] div.list article > div.image {
  width: 230px;
  min-width: 230px;
  margin: 0 30px 0 0;
}

div.component[data-type="popular-list"] div.list article > div.content {
  width: calc(100% - 355px);
  padding: 10px 0 0 0;
}

div.component[data-type="popular-list"] div.list article[data-hasimage="no"] > div.content {
  width: calc(100% - 95px);
}

div.component[data-type="popular-list"] div.list article > div.image > img {
  max-width: 100%;
  max-height: 200px;
  display: block;
}

div.component[data-type="popular-list"]  div.list article h3.title {
  font-family: 'Libre Baskerville';
  font-style: italic;
  font-size: inherit;
}

div.component[data-type="popular-list"] div.list article p {
  margin: 5px 0 0 0;
}

div.component[data-type="popular-list"] div.list article div.link {
  margin: 30px 0 0 0;
}

div.component[data-type="popular-list"] div.list article div.link > a {
  display: block;
  text-align: right;
  font-family: 'Libre Baskerville';
  font-style: italic;
  padding: 0 40px 0 0;
  background-image: url(../img/plus_mehr.svg);
  background-size: auto 25px;
  background-repeat: no-repeat;
  background-position: right center;
}

div.component[data-type="popular-list"] div.list article:hover div.link > a {
  text-decoration: underline;
}

div.component[data-type="topic-list"] div.list > ul.item-list > li.item {
  margin: 0 0 30px 0;
}

div.component[data-type="topic-list"] div.list article {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}

div.component[data-type="topic-list"] div.list article > div.topic {
  width: 360px;
  min-width: 360px;
  height: 275px;
  min-height: 275px;
  background-color: #004a87;
  color: #ffffff;
  padding: 15px;
}

div.component[data-type="topic-list"] div.list article > div.topic > div.icon {
  background-repeat: no-repeat;
  background-size: auto 70px;
  background-position: center bottom;
  height: 130px;
  min-height: 130px;
}

div.component[data-type="topic-list"] div.list article > div.topic > h4 {
  font-weight: 300;
  text-transform: uppercase;
  margin: 30px 0 0 0;
  text-align: center;
  font-size: 24px;
}

div.component[data-type="topic-list"] div.list article > div.content {
  width: calc(100% - 360px);
  padding: 30px 40px 30px 40px;
  background-color: #e4e2d3;
}

div.component[data-type="topic-list"] div.list article > div.topic > div.icon[data-variant="waage"] {
  background-image: url(../img/waage.svg);
}   

div.component[data-type="topic-list"] div.list article > div.topic > div.icon[data-variant="taschenrechner"] {
  background-image: url(../img/taschenrechner.svg);
}   

div.component[data-type="topic-list"] div.list article > div.topic > div.icon[data-variant="chart"] {
  background-image: url(../img/chart.svg);
}    

div.component[data-type="topic-list"] div.list article > div.topic > div.icon[data-variant="stadt"] {
  background-image: url(../img/stadt.svg);
}     

div.component[data-type="topic-list"] div.list article > div.topic > div.icon[data-variant="clipboard"] {
  background-image: url(../img/clipboard.svg);
}     

div.component[data-type="topic-list"] div.list article > div.topic > div.icon[data-variant="globus"] {
  background-image: url(../img/globus.svg);
}      

div.component[data-type="topic-list"] div.list article > div.topic > div.icon[data-variant="laptop"] {
  background-image: url(../img/laptop.svg);
}        

div.component[data-type="topic-list"] div.list article > div.topic > div.icon[data-variant="pin"] {
  background-image: url(../img/pin.svg);
}   

div.component[data-type="topic-list"] div.list article > div.topic > div.icon[data-variant="rakete"] {
  background-image: url(../img/gruender_w.svg);
}   

div.component[data-type="topic-list"] div.list article > div.topic > div.icon[data-variant="aktentasche"] {
  background-image: url(../img/azubis_w.svg);
}

div.component[data-type="topic-list"] div.list article > div.topic > div.icon[data-variant="fabrik"] {
  background-image: url(../img/mittelstand_w.svg);
}

div.component[data-type="topic-list"] div.list article > div.topic > div.icon[data-variant="person"] {
  background-image: url(../img/ausbilder_w.svg);
}

div.component[data-type="topic-list"] div.list article > div.topic > div.icon[data-variant="tempel"] {
  background-image: url(../img/politik_w.svg);
}

div.component[data-type="topic-list"] div.list article > div.topic > div.icon[data-variant="whiteboard"] {
  background-image: url(../img/selbstaendige_w.svg);
}

div.component[data-type="topic-list"] div.list article > div.topic > div.icon[data-variant="zertifikat"] {
  background-image: url(../img/nachfolge_w.svg);
}

div.component[data-type="topic-list"]  div.list article h3.title {
  font-family: 'Libre Baskerville';
  font-style: italic;
  font-size: inherit;
}

div.component[data-type="topic-list"] div.list article p {
  margin: 5px 0 0 0;
}

div.component[data-type="topic-list"] div.list article div.link {
  margin: 30px 0 0 0;
}

div.component[data-type="topic-list"] div.list article div.link > a {
  display: block;
  text-align: right;
  font-family: 'Libre Baskerville';
  font-style: italic;
  padding: 0 40px 0 0;
  background-image: url(../img/plus_mehr.svg);
  background-size: auto 25px;
  background-repeat: no-repeat;
  background-position: right center;
}

div.component[data-type="topic-list"] div.list article:hover div.link > a {
  text-decoration: underline;
}

div.component[data-type="topic-list"] div.list article:hover div.link > a {
  text-decoration: underline;
}

div.component[data-type="dossier-list"] {
  margin-top: 90px;
  padding: 30px 40px 0 40px;
  background-color: #e4e2d3;
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
}

div.component[data-type="dossier-list"] > div.image {
  margin: -60px 40px 0 -40px;
  width: 360px;
  min-width: 360px;
}

div.component[data-type="dossier-list"] > div.image > img {
  display: block;
  max-width: 100%;
  -webkit-box-shadow: 1px 1px 8px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 8px 2px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 8px 2px rgba(0,0,0,0.2);
}

div.component[data-type="dossier-list"] > div.list {
  width: calc(100% - 400px);
}

div.component[data-type="dossier-list"][data-hasimage="no"] > div.list {
  width: 100%;
}

div.component[data-type="dossier-list"] div.list > ul.item-list > li.item {
  margin: 0 0 15px 0;
}

div.component[data-type="dossier-list"] div.list article {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  cursor: pointer;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

div.component[data-type="dossier-list"] div.list article > div.nr {
  width: 95px;
  min-width: 95px;
  font-size: 40px;
  font-weight: 300;
  text-decoration: underline;
}

div.component[data-type="dossier-list"] div.list article > div.content {
  width: calc(100% - 95px);
  padding: 10px 0 0 0;
}

div.component[data-type="dossier-list"] div.list article h3.title {
  font-size: inherit;
  font-weight: 500;
}

div.component[data-type="dossier-list"] div.list article h3.title a {
  color: inherit;
}

div.component[data-type="dossier-list"] div.list article:hover h3.title a {
  text-decoration: underline;
}

div.component[data-type="reference-list"] div.list > ul.item-list > li.item {
  margin: 0 0 15px 0;
  color: #005292;
}

div.component[data-type="reference-list"] div.list article {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -webkit-align-items: center;
  align-items: center;
  background-color: #e4e9ef;
  padding: 30px;
  cursor: pointer;
}

div.component[data-type="reference-list"] div.list article > div.image {
  width: 170px;
  min-width: 170px;
  margin: 0 30px 0 0;
}

div.component[data-type="reference-list"] div.list article > div.image > img {
  max-width: 100%;
  max-height: 170px;
  display: block;
}

div.component[data-type="reference-list"] div.list article > div.content {
  width: calc(100% - 200px);
}

div.component[data-type="reference-list"] div.list article h3.title {
  font-size: 28px;
  color: #000000;
}

div.component[data-type="reference-list"] div.list article h3.title a {
  color: inherit;
}

div.component[data-type="reference-list"] div.list article:hover h3.title a {
  text-decoration: underline;
}

div.component[data-type="reference-list"] div.list article p {
  margin: 5px 0 0 0;
  font-family: "Libre Baskerville";
  font-style: italic;
  font-size: 16px;
  color: #3b3b3b;
}

div.component[data-type="video"] > div.video {
  height: calc(800px / 16 * 9);
  max-height: 100vh;
}

div.component[data-type="video"] > div.video iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

div.component[data-type="grid"] {
  margin: 0 !important;
  padding: 0;
}

div.component[data-type="grid"] > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  margin: 0 0 0 -30px;
  width: calc(100% + 30px);
  -webkit-align-items: stretch;
  align-items: stretch;
}

div.component[data-type="grid"][data-align="center"] > ul.item-list {
  -webkit-align-items: center;
  align-items: center;
}

div.component[data-type="grid"][data-align="stretch"] > ul.item-list {
  -webkit-align-items: stretch;
  align-items: stretch;
}

div.component[data-type="grid"] > ul.item-list > li.item {
  margin: 0 0 30px 30px;
  width: calc(100% - 0);
}

div.component[data-type="grid"] > ul.item-list > li.item[data-size="12"] {
  width: calc(100% / 12 * 12 - 30px);
}

div.component[data-type="grid"] > ul.item-list > li.item[data-size="11"] {
  width: calc(100% / 12 * 11 - 30px);
}

div.component[data-type="grid"] > ul.item-list > li.item[data-size="10"] {
  width: calc(100% / 12 * 10 - 30px);
}

div.component[data-type="grid"] > ul.item-list > li.item[data-size="9"] {
  width: calc(100% / 12 * 9 - 30px);
}

div.component[data-type="grid"] > ul.item-list > li.item[data-size="8"] {
  width: calc(100% / 12 * 8 - 30px);
}

div.component[data-type="grid"] > ul.item-list > li.item[data-size="7"] {
  width: calc(100% / 12 * 7 - 30px);
}

div.component[data-type="grid"] > ul.item-list > li.item[data-size="6"] {
  width: calc(100% / 12 * 6 - 30px);
}

div.component[data-type="grid"] > ul.item-list > li.item[data-size="5"] {
  width: calc(100% / 12 * 5 - 30px);
}

div.component[data-type="grid"] > ul.item-list > li.item[data-size="4"] {
  width: calc(100% / 12 * 4 - 30px);
}

div.component[data-type="grid"] > ul.item-list > li.item[data-size="3"] {
  width: calc(100% / 12 * 3 - 30px);
}

div.component[data-type="grid"] > ul.item-list > li.item[data-size="2"] {
  width: calc(100% / 12 * 2 - 30px);
}

div.component[data-type="grid"] > ul.item-list > li.item[data-size="1"] {
  width: calc(100% / 12 * 1 - 30px);
}

div.component[data-type="grid"] > ul.item-list > li.item > *:last-child {
  margin-bottom: 0;
}

div.component[data-type="marginals"] {
  margin: 0;
}

div.component[data-type="marginals"] > div.content {
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}

div.component[data-type="marginals"] > div.content > * {
  width: calc(50% - 15px);
  margin-bottom: 50px;
  border-top: 1px dotted #000000;
  padding: 30px 0 0 0;
}

div.component[data-type="marginals"] > div.content > div.component[data-type="downloads"],
div.component[data-type="marginals"] > div.content > div.component[data-type="headline"],
div.component[data-type="marginals"] > div.content > div.component[data-type="abstract"],
div.component[data-type="marginals"] > div.content > div.component[data-type="card"],
div.component[data-type="marginals"] > div.content > div.component[data-type="accordion"],
div.component[data-type="marginals"] > div.content > div.component[data-type="tab"] {
  width: 100%;
}

div.component[data-type="contact"] {
  padding: 0;
  color: #424242;
  font-size: 18px;
}

div.component[data-type="contact"] > h4 {
  font-size: 22px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  color: #005292;
}

div.component[data-type="contact"] > div.person[data-hasimage="yes"] {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

div.component[data-type="contact"] a:hover {
  text-decoration: underline;
}

div.component[data-type="contact"] > div.person > div.image {
  width: 160px;
  align-self: flex-start;
  -webkit-align-self: flex-start;
}

div.component[data-type="contact"] > div.person > div.image > img {
  width: 100%;
  display: block;
}

div.component[data-type="contact"] > div.person > div.data {
  padding: 0;
}

div.component[data-type="contact"] > div.person[data-hasimage="yes"] > div.data {
  width: calc(100% - 160px);
  padding: 0 0 0 30px;
}

div.component[data-type="contact"] > div.person > div.data > h3,
div.component[data-type="contact"] > div.person > div.data > h6 {
  color: inherit;
  font-weight: 300;
}

div.component[data-type="contact"] > div.person > div.data > h4 {
  color: inherit;
  font-weight: 500;
  font-size: 20px;
  color: #005292;
}

div.component[data-type="contact"] > div.person > div.data > h5 {
  font-weight: 300;
  color: #424242;
  margin: 5px 0 0 0;
}

div.component[data-type="contact"] > div.person > div.data > div.contact {
  margin: 5px 0 0 0;
}

div.component[data-type="contact"] > div.person > div.data > div.contact a.phone {
  color: inherit;
  cursor: inherit;
  text-decoration: none !important;
}

div.component[data-type="contact"] > div.person > div.data > div.contact > * {
  margin: 5px 0 0 0;
}

div.component[data-type="contact"] > div.person > div.data > div.contact div.vcard {
  margin: 10px 0 0 0;
}

div.component[data-type="contact"] > div.person > div.data > div.contact div.vcard > a {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../img/kontakt_button.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 30px;
  background-color: #c6c5b3;
  cursor: pointer;
}

div.component[data-type="contact"] > div.card {
  margin: 15px 0 0 0;
  width: auto;
  min-height: 300px;
}

div.component[data-type="venue"] {
  color: #424242;
}

div.component[data-type="venue"] > h4 {
  font-size: 22px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  color: #005292;
}

div.component[data-type="venue"] > div.content > h4 {
  color: inherit;
  font-weight: 500;
  font-size: 20px;
  margin: 0 0 20px 0;
}

div.component[data-type="venue"] > div.content div.place {
  margin: 10px 0 0 0;
}

div.component[data-type="venue"] > div.content div.place > a {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../img/veranstaltungsort.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 30px;
  background-color: #c6c5b3;
  cursor: pointer;
}

div.component[data-type="downloads"] > h4 {
  font-size: 22px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  color: #005292;
}

div.component[data-type="downloads"] > div.list > ul.item-list > li.item {
  background-color: #c6c5b3;
  margin: 0 0 5px 0;
}

div.component[data-type="downloads"] > div.list > ul.item-list > li.item:last-of-type {
  margin: 0;
}

div.component[data-type="downloads"] > div.list > ul.item-list > li.item > a {
  display: block;
  padding: 15px 30px 12px 70px;
  color: inherit;
  background-image: url(../img/download.svg);
  background-repeat: no-repeat;
  background-size: auto 50%;
  background-position: 30px center;
}

div.component[data-type="weblinks"] > h4 {
  font-size: 22px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  color: #005292;
}

div.component[data-type="weblinks"] div.list > ul.item-list > li.item {
  margin: 0 0 5px 0;
  background-image: url(../img/listenelement_pfeil.svg);
  background-repeat: no-repeat;
  background-position: left 8px;
  background-size: auto 15px;
  padding: 0 0 0 20px;
}

div.component[data-type="guest-scanner"] > div.response {
  color: #4d9a23;
  margin: 0 0 20px 0;
}

div.component[data-type="guest-scanner"] > div.response[data-err="yes"] {
  color: #ff0000;
}

div.component[data-type="guest-scanner"] > div.action {
  color: #cbcbcb;
  margin: 0 0 20px 0;
}

div.component[data-type="guest-scanner"] form {
  display: none;
}

footer {
  border-top: 1px dotted #000000;
  margin: 20px 0 0 0;
  padding: 50px 0 0 0;
  font-size: 16px;
  color: #005292;
}

div.component[data-type="footer-blocks"] {
  padding: 0;
}

div.component[data-type="footer-blocks"] > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  justify-content: center;
  width: calc(100% + 30px);
  margin: 0 0 0 -30px;
}

div.component[data-type="footer-blocks"] > ul.item-list > li.item {
  width: calc(100% / 4 - 30px);
  margin: 0 0 0 30px;
}

div.footer-block > h4 {
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

div.footer-block > div.list {
  margin: 0 0 30px 0;
}

div.footer-block > div.abstract {
  margin: 0 0 5px 0;
  line-height: 1.6;
}

div.sm-list > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -webkit-align-items: center;
  align-items: center;
  jsutify-content: space-between;
}

div.sm-list > ul.item-list > li.item {
  width: calc(100% / 4 - 15px);
}

div.sm-list a {
  display: block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 50px;
}

div.sm-list a[data-variant="facebook"] {
  background-image: url(../img/facebook.svg);
}

div.sm-list a[data-variant="linkedin"] {
  background-image: url(../img/linkedin.svg);
}

div.sm-list a[data-variant="twitter"] {
  background-image: url(../img/twitter.svg);
}

div.sm-list a[data-variant="youtube"] {
  background-image: url(../img/youtube.svg);
}

div.sm-list a[data-variant="instagram"] {
  background-image: url(../img/instagram.svg);
}

div.footer-block > div.list ul.item-list {
  list-style-type: square;
  margin: 0 0 0 20px;
}

div.footer-block > div.list li.item {
  margin: 0 0 5px 0;
  color: #6894b9;
}

div.component[data-type="footer-blocks"] {
  margin: 0 auto 0 auto;
}

div.component[data-type="payment"] {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
  justify-content: center;
}

div.component[data-type="payment"] > * {  
  margin: 0 0 0 20px;
}

div.component[data-type="payment"] img {  
  display: block;
  height: 30px;
}

div.component[data-type="score"] {  
  margin: 0;
}

div.component[data-type="score"] div.wrapper { 
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
}

div.component[data-type="score"] button {  
  display: block;
  padding: 0;
  width: 30px;
  height: 30px;
  border: none;
  background: transparent;
  background-image: url(../img/star.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px auto;
  cursor: pointer;
  margin: 0 0 0 30px;
}

div.component[data-type="score"] button:hover,
div.component[data-type="score"] button[data-active="yes"],
div.component[data-type="score"] button[data-selected="yes"] {  
  background-image: url(../img/star_.svg);
}

div.component[data-type="organigramm"] {
  margin: 0 !important;
  padding: 0;
}

div.component[data-type="organigramm"] > div.row {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  align-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: calc(100% + 30px);
  margin: 0 0 30px -30px;
}

div.component[data-type="organigramm"] > div.row[data-reverse="yes"] {
  flex-direction: row-reverse;
}

div.component[data-type="organigramm"] > div.row > div.item {
  margin: 0 0 0 30px;
  width: calc(100% / 3);
  background-color: #005292;
  color: #ffffff;
}

div.component[data-type="organigramm"] > div.row[data-length="2"] > div.item {
  width: calc(100% / 2);
}

div.component[data-type="organigramm"] > div.row > div.item[data-light="yes"] {
  background-color: #cfd9e4;
  color: #005292;
}

div.component[data-type="organigramm"] > div.row > div.item > div.button {
  height: 120px;
  font-size: 18px;
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  align-content: center;
  align-items: center;
  cursor: pointer;
  background-image: url(../img/plus_mehr_w.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  background-size: 20px 20px;
  padding: 0 40px 0 0;
}

div.component[data-type="organigramm"] > div.row > div.item[data-expanded="yes"] > div.button {
  background-image: url(../img/minus_weniger_w2.svg);
  background-size: 20px 2px;
}

div.component[data-type="organigramm"] > div.row > div.item[data-light="yes"] > div.button {
  background-image: url(../img/plus_mehr.svg);
  background-size: 20px 20px;
}

div.component[data-type="organigramm"] > div.row > div.item[data-light="yes"][data-expanded="yes"] > div.button {
  background-image: url(../img/minus_weniger2.svg);
  background-size: 20px 2px;
}

div.component[data-type="organigramm"] > div.row > div.item[data-top="yes"] > div.button {
  font-size: 24px;
}

div.component[data-type="organigramm"] > div.row > div.item > div.button > h3 {
  text-transform: uppercase;
  padding: 0 20px;
  font-size: inherit;
}

div.component[data-type="organigramm"] > div.row > div.item > div.details {
  display: none;
}

div.component[data-type="organigramm"] div.details div.item {
  background-color: #c8c6b4;
  color: #000000;
  border-top: 1px solid #ffffff;
}

div.component[data-type="organigramm"] div.details div.item > div.button {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  align-content: center;
  align-items: center;
  cursor: pointer;
  background-image: url(../img/plus_mehr_sw.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  background-size: 20px 20px;
  padding: 20px 40px 20px 20px;
}

div.component[data-type="organigramm"] div.details div.item[data-expanded="yes"] > div.button {
  background-image: url(../img/minus_weniger_sw.svg);
  background-size: 20px 2px;
}

div.component[data-type="organigramm"] div.details div.item > div.button > h4 {
  font-size: 18px;
}

div.component[data-type="organigramm"] div.details div.item > div.details {
  display: none;
}

div.component[data-type="organigramm"] div.details div.person {
  border-top: 1px solid #ffffff;
  background-color: #efeee5;
}

div.component[data-type="organigramm"] div.details div.person[data-chef="yes"] {
  background-color: #deddd2;
}

div.component[data-type="organigramm"] div.details div.person > h5 {
  font-size: 16px;
}

div.component[data-type="organigramm"] div.details div.person > h5 > a {
  display: block;
  color: inherit;
  padding: 10px 40px 10px 20px;
}

span.print-only {
  display: none;
}

ul.richtext-list,
div.component[data-type="abstract"] ul,
div.component[data-type="accordion"] div.details ul,
div.component[data-type="tab"] div.details ul {
  list-style-type: none;
  margin: 10px 0 10px 0;
  padding: 0;
}

ul.richtext-list ul,
div.component[data-type="abstract"] ul ul,
div.component[data-type="accordion"] div.details ul ul,
div.component[data-type="tab"] div.details ul ul {
  margin: 10px 0 10px 20px;
  list-style-type: none;
}

ul.richtext-list > li,
div.component[data-type="abstract"] ul > li,
div.component[data-type="accordion"] div.details ul > li,
div.component[data-type="tab"] div.details ul > li {
  margin: 0 0 5px 0;
  background-image: url(../img/listenelement_pfeil.svg);
  background-repeat: no-repeat;
  background-position: left 8px;
  background-size: auto 15px;
  padding: 0 0 0 20px;
}

ul.richtext-list > li.item,
div.component[data-type="abstract"] ul > li.item,
div.component[data-type="accordion"] div.details ul > li.item,
div.component[data-type="tab"] div.details ul > li.item {
  margin: 0 0 5px 0;
  background-image: url(../img/listenelement_pfeil.svg);
  background-repeat: no-repeat;
  background-position: left 8px;
  background-size: auto 15px;
  padding: 0 0 0 20px;
}

ul.richtext-list > li.item:last-of-type,
div.component[data-type="abstract"] ul > li.item:last-of-type,
div.component[data-type="accordion"] div.details ul > li.item:last-of-type,
div.component[data-type="tab"] div.details ul > li.item:last-of-type {
  margin: 0;
}

div.responsive-stage[data-size="800"],
div.responsive-stage[data-size="600"],
div.responsive-stage[data-size="480"] {
  display: block;
}

div#PROTOTYPES {
  display: none;
}

div#IMAGE_ZOOM {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

div#IMAGE_ZOOM div.curtain {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.4);
}

div#IMAGE_ZOOM div.close {
  position: fixed;
  z-index: 1;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-image: url(../img/schliessen.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 40px;
}

div#IMAGE_ZOOM div.image {
  position: absolute;
  z-index: 2;
  text-align: center;
  width: 100%;
  overflow: auto;
}

div#IMAGE_ZOOM div.image[data-fixed="yes"] {
  position: fixed;
}

div#IMAGE_ZOOM div.image img {
  display: inline-block;
  max-width: inherit;
}

div#TABLE_ZOOM {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

div#TABLE_ZOOM div.curtain {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.4);
}

div#TABLE_ZOOM div.close {
  position: fixed;
  z-index: 1;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-image: url(../img/schliessen.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 40px;
}

div#TABLE_ZOOM div.table {
  position: absolute;
  z-index: 2;
  text-align: center;
  width: 100%;
  overflow: auto;
  background-color: #ffffff;
  padding: 20px 0 0 0;
  margin: 150px 0 0 0;
}

div#TABLE_ZOOM div.table[data-fixed="yes"] {
  position: fixed;
  margin: 0;
}

div#TABLE_ZOOM div.table table {
  display: inline-block;
  max-width: inherit;
}

div#GALLERY {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

div#GALLERY div.curtain {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.4);
}

div#GALLERY div.close {
  position: fixed;
  z-index: 3;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-image: url(../img/schliessen.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 40px;
}

div#GALLERY div.gallery {
  position: fixed;
  z-index: 2;
  margin: calc((100vh - 700px) / 2) 0 0 0;
}

.hidden-printable,
*[data-hiddenprintable="yes"] {
  display: none;
}

div.external-form {
  margin: 0 auto 60px auto;
}

div.external-form table tr > td:first-of-type {
  text-align: right;
  padding: 0 30px 0 0 !important;
}

div.external-form table tr > td {
  padding-bottom: 20px !important;
}

div.external-form input[type="checkbox"] + label,
div.external-form input[type="radio"] + label {
  padding: 0 0 0 45px !important;
}

div.external-form h2 {
  font-size: inherit;
  color: #ff0000;
  margin: 0 0 30px 0;
}

div#MODAL,
div#CONFIRM {
  z-index: 30;
  background-color: #ffffff;
  min-width: 300px;
  max-width: 100%;
  position: absolute;
  padding: 30px;
}

div#MODAL > div.detail > h3,
div#CONFIRM > div.detail > h3 {
  color: #005292;
  margin: 0 0 30px 0;
}

div#CONFIRM > div.detail ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

div#CONFIRM > div.detail ul.item-list > * {
  width: calc(50% - 20px);
}

div#CONFIRM > div.detail ul.item-list a {
  display: block;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  background-color: #ff0000;
  padding: 10px 0 10px 0;
  text-transform: uppercase;
}

div#CONFIRM > div.detail ul.item-list a[data-type="yes"] {
  background-color: #45990a;
}

div#MODAL > div.close button {
  display: block;
  background-color: transparent;
  border: none;
  background-image: url(../img/close.svg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 30px;
  min-height: 30px;
  width: 100%;
  cursor: pointer;
}

div#OVERLAY {
  background-color: #ffffff;
  width: 600px;
  max-width: 100%;
  position: absolute;
  z-index: 30;
  padding: 30px;
}

div#OVERLAY[data-variant="full"] {
  width: 800px;
}

div#OVERLAY > div.close button {
  display: block;
  background-color: transparent;
  border: none;
  background-image: url(../img/close.svg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 30px;
  min-height: 30px;
  width: 100%;
  cursor: pointer;
}

div#OVERLAY div.component[data-type="form"] > div.form div.input {
  display: block;
}

div#OVERLAY div.component[data-type="form"] > div.form div.input > div.label {
  width: auto;
  text-align: left;
  padding: 0;
  margin: 0 0 5px 0;
}

div#OVERLAY div.component[data-type="form"] > div.form div.input-multiple > div.input {
  margin: 0 0 15px 0;
}

div#OVERLAY div.component[data-type="form"] > div.form div.input-multiple > *:last-child {
  margin: 0;
}

div#OVERLAY div.component[data-type="form"] > div.form div.input > div.data {
  width: auto;
}

div#OVERLAY div.component[data-type="form"] > div.form div.submit {
  margin: 30px 0 0 0;
}

div#CURTAIN,
div#CURTAIN_MODAL {
  background-color: rgba(0,0,0,0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
}

div#LOADER {
  z-index: 100;
  position: fixed;
  width: 100px;
  height: 100px;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  background-image: url(../img/spinner.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

div#COOKIE_POLICY {
  position: fixed;
  z-index: 100;
  background-color: rgba(0,0,0,0.4);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: auto;
}

div#COOKIE_POLICY > div.content {
  width: 600px;
  max-width: calc(100% - 10px);
  padding: 30px 50px;
  background-color: #ffffff;
  margin: 48px auto 0 auto;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.2);
}

div#COOKIE_POLICY > div.content > div.close {
  position: absolute;
  z-index: 2;
  height: 20px;
  width: 20px;
  right: 20px;
  margin: -10px 0 0 0;
}

div#COOKIE_POLICY > div.content > div.close > a {
  display: block;
  color: inherit;
  width: inherit;
  height: inherit;
  background-image: url(../img/schliessen.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: right top;
}

div#COOKIE_POLICY > div.content > h4 {
  font-size: 24px;
  color: #015293;
  margin: 0 0 15px 0;
}

div#COOKIE_POLICY > div.content > p {
  margin: 0 0 30px 0;
  font-size: 16px;
}

div#COOKIE_POLICY p.impressum {
  margin: 30px 0 0 0 !important;
}

div#COOKIE_POLICY > div.content > p[data-alert="yes"] {
  color: #fe0000;
}

div#COOKIE_POLICY div.component[data-type="form"] {
  margin: 0;
}

div#COOKIE_POLICY div.component[data-type="form"] > div.content {
  padding: 0;
}

div#COOKIE_POLICY div.component[data-type="form"] div.form div.wrapper-fields {
  margin: 0 0 40px 0;
}

div#COOKIE_POLICY div.component[data-type="form"] div.form div.wrapper-fields div.input {
  margin-bottom: 10px;
}

div#COOKIE_POLICY div.component[data-type="form"] div.form div.wrapper-fields div.input:last-child {
  margin-bottom: 0;
}

div#COOKIE_POLICY div.component[data-type="form"] div.wrapper {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
}

div#COOKIE_POLICY div.component[data-type="form"] div.form div.submit {
  margin: 0;
  width: calc(50% - 10px);
}

div#COOKIE_POLICY div.component[data-type="form"] button {
  padding: 20px !important;
  margin: 0 !important;
  width: 100%;
  text-align: center;
}

div#COOKIE_POLICY div.component[data-type="form"] button[data-variant="highlight"] {
  background-color: #f38900 !important;
  border-color: #f38900 !important;
}

