
body {
  font-family: 'VistaSansOT-Reg',Arial,Helvetica,sans-serif;
  background: #ffffff;
  font-size: 16px;
  font-weight: normal; 
  height: auto;
  line-height: 1.4;
  color: #4b4b4d;
  hyphens: auto; 
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -hyphens: auto; 
  word-wrap: break-word;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

b, strong, span.bold {
  font-family: 'VistaSansOT-Bold';
  font-weight: normal;
}

a,a:link,a:visited,a:hover,a:active {
  color: #009fe3;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  font-family: 'VistaSansOT-Reg';
} 

span.italic {
  font-family: 'VistaSansOT-RegItalic'; 
} 

span.nowrap {
  white-space: nowrap;
}   

span.uppercase {
  text-transform: uppercase;
} 

span.stroked {
  text-decoration: line-through;
}   

input,textarea,select {
  font-family: 'VistaSansOT-Reg',Arial,Helvetica,sans-serif;
  padding: 10px 15px;
  border: none;
  border-bottom: 2px solid #00488d;
  width: 100%;
  font-size: 16px;
  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: #ffffff;
}  

input[data-small="yes"] {
  max-width: 100px;
}

input:focus,textarea:focus,select:focus {
  background-color: #f9f8f8;
}

input[data-variant="place"] {
  background-image: url(../img/pin_hellblau.svg);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 15px 100%;
  padding-left: 35px;
}

input[data-datatype="time"] {
  background-image: url(../img/heute_hellblau.svg);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 15px 100%;
  padding-left: 35px;
}

button[type="submit"],
button[type="reset"],
input[type="submit"] {
  cursor: pointer;
  background: none;
  border: 1px solid #00488e;
  background: #00488e;  
  background: -webkit-linear-gradient(#0463c1, #00488e);
  background: -moz-linear-gradient(#0463c1, #00488e);
  background: -o-linear-gradient(#0463c1, #00488e);
  background: -ms-linear-gradient(#0463c1, #00488e);
  background: linear-gradient(#0463c1, #00488e);
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 30px 7px 30px;
  font-size: 18px;
  font-family: 'VistaSansOT-Bold'; 
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
}

button[type="submit"]:hover,
button[type="reset"]:hover,
input[type="submit"]:hover {
  border: 1px solid #00488e;
  background: #0463c1;  
  background: -webkit-linear-gradient(#00488e, #0463c1);
  background: -moz-linear-gradient(#00488e, #0463c1);
  background: -o-linear-gradient(#00488e, #0463c1);
  background: -ms-linear-gradient(#00488e, #0463c1);
  background: linear-gradient(#00488e, #0463c1);
}

input::-webkit-input-placeholder {
  color: #8b8a8a;
}

div.input[data-valid="no"] input::-webkit-input-placeholder {
  color: #ffffff;
}

input:-moz-placeholder {
  color: #8b8a8a;
}

div.input[data-valid="no"] input:-moz-placeholder {
  color: #ffffff;
}

input::-moz-placeholder  {
  color: #8b8a8a;
}

div.input[data-valid="no"] input::-moz-placeholder {
  color: #ffffff;
}

input:-ms-input-placeholder {
  color: #8b8a8a;
}

div.input[data-valid="no"] input:-ms-input-placeholder {
  color: #ffffff;
}

input::-ms-input-placeholder {
  color: #8b8a8a;
}

div.input[data-valid="no"]input::-ms-input-placeholder {
  color: #ffffff;
}

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 #ffffff;    
    width: 100%;
    background: transparent;
    min-height: 40px;
}

input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 6px;
    background: #49494b;
    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: #49494b;
}

input[type="range"]::-moz-range-track {
    width: 100%;
    height: 6px;
    background: #49494b;
    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: #49494b;
    border-radius: 4px;
}

input[type="range"]:focus::-ms-fill-lower {
    background: #ffffff;
}

input[type="range"]:focus::-ms-fill-upper {
    background: #49494b;
}

input[type=range]::-ms-tooltip {
    display: none;
}

textarea {
  height: 120px; 
  resize: vertical; 
}

aside textarea {
  height: 80px; 
}

select {
  position: relative;
  z-index: 2;
  padding: 10px 50px 10px 15px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-image: url(../img/dropdownpfeil_schwarz.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 30px) 0;
  background-size: 20px 100%;
}

select[disabled="true"] {
  cursor: inherit;
}

select:focus {
  background-color: #009fe3;
  color: #ffffff;
}

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;
  margin: 0 0 0 40px;
}

input[type="checkbox"][disabled="true"] + label,
input[type="radio"][disabled="true"] + label {
  cursor: inherit;
}

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: 22px;
  height: 22px;
  border: 2px solid #00488e;
  background-color: #ffffff;
  margin: -5px 0 0 -38px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px 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_aktiv_blau.svg);
}

input[type="checkbox"][data-circle="yes"]:checked + label:before,
input[type="radio"][data-circle="yes"]:checked + label:before {
  background-image: url(../img/bulletpoint_blau.svg);
}

div.input[data-valid="no"] input,
div.input[data-valid="no"] select,
div.input[data-valid="no"] textarea {
  background: #e50045;
  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: #e50045;
  border-color: #e50045;
}

div.input > div.label,
fieldset > legend {
  margin: 0 0 10px 0;
  color: #00488e;
  font-family: 'VistaSansOT-Medium';
}

div.input > div.info {
  font-size: 14px;
  margin-top: 5px;
}

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 -20px;
  width: calc(100% + 20px);
}

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: 1142px;
  margin: 0 auto 0 auto;
  padding: 0;
}

header {
  margin: 0 0 40px 0;
  z-index: 2;
  background-color: #ffffff;
}

body.newsletter header {
  margin: 40px 0 40px 0;
  z-index: 2;
  background-color: #ffffff;
}

div#logo {
  z-index: 3;
  position: absolute;
  right: 0;
  top: 30px;
  height: 60px;
  margin-right: 0;
}

body.newsletter div#logo {
  z-index: 3;
  position: relative;
  right: inherit;
  left: 0;
  width: 177px;
}

div#logo img {
  display: block;
  height: 60px;
}

div#logo a:focus {
  outline: 1px solid #000000 !important;
  text-decoration: none !important;
}

header div#burger {
  z-index: 2;
  display: none;
  top: 22px;
}

header div#burger > button {
  display: inline-block;
  width: 60px;
  height: 60px;
  border: none;
  background: transparent;
  background-image: url(../img/burger_blau.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px auto;
  cursor: pointer;
}

header div.header-content {
  z-index: 1;
  display: block;
  padding-top: 120px;
}

div#service-navigation {
  position: absolute;
  left: 390px;
  top: 53px;
  color: #00488e;
}

div#service-navigation > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
}

div#service-navigation > ul.item-list > li.item {
  margin: 0 0 0 10px;
  padding: 0 10px 0 0;
  border-right: 1px solid #00488e;
}

div#service-navigation > ul.item-list > li.item:last-of-type {
  border-right: none;
  padding: 0;
}

div#service-navigation a {
  color: inherit;
}

div#login {
  z-index: 5;
  /*
  position: absolute;
  left: 416px;
  top: 30px;
  */
}

/*
div#login > button {
  border: none;
  background-color: #009fe3;
  padding: 20px 66px 18px 26px;
  text-align: center;
  font-size: 22px;
  line-height: 100%;
  cursor: pointer;
  color: #ffffff;
  background-image: url(../img/person_weiss.svg);
  background-position: calc(100% - 26px) center;
  background-repeat: no-repeat;
  background-size: 22px 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
}

div#login > button:hover,
div#login[data-expanded="yes"] > button {
  background-color: #fab001;
}
*/

div#login > div.content {
  display: none;
  position: absolute;
  width: 600px;
  /*
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  */
  right: 0;
  padding: 40px;
  background-color: #fab001;
  color: #ffffff;
  margin: -2px 0 0 0;
}

div#login > div.content div.input {
  margin: 0 0 25px 0;
}

div#login > div.content div.input > div.label {
  /*display: none;*/
}

div#login > div.content div.input[data-required="yes"] > div.label > label:after {
  display: none;
}

div#login > div.content div.submit > h6 {
  color: #ffffff;
  margin: 15px 0 0 0;
  font-size: 16px;
}

div#login > div.content a {
  color: inherit;
  font-family: 'VistaSansOT-Medium';
}

div#login > div.content div.links {
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin: 0 0 25px 0;
}

div#search {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 30px;
  width: 360px;
  cursor: pointer;
}

div#search:hover {
  opacity: 0.8;
}

div#search div.input {
  z-index: 1;
  margin: 0;
}

div#search div.input > div.label {
  /*display: none;*/
}

div#search div.input > div.data > input {
  background: transparent;
  border: none;
  border-bottom: 2px solid #00488e;
  font-size: 24px;
  padding: 23px 60px 16px 10px;
  height: 59px;
  text-align: left;
  cursor: pointer;
}

div#search div.submit {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  width: 40px;
  height: 35px;
}

div#search div.submit > button {
  border: none;
  background: transparent;
  background-image: url(../img/lupe_blau.svg);
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  background-size: 30px 100%;
  padding: 0;
  height: inherit;
  width: inherit;
}

nav {
  z-index: 4;
  font-size: 18px;
}

nav a,nav a:link,nav a:visited,nav a:hover,nav a:active {
  color: inherit;
  display: block;
}

nav > div.menu-list > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  margin: 0 0 0 -4px;
}

nav > div.menu-list > ul.item-list ul.item-list {
  display: none;
  background-color: #ffffff;
}

nav > div.menu-list > ul.item-list ul.item-list > li.item {
  border-bottom: 1px solid #ededed;
}

nav > div.menu-list > ul.item-list ul.item-list > li.item:last-of-type {
  border-bottom: none;
}

nav > div.menu-list > ul.item-list li.item:last-of-type ul.item-list > li.item:last-of-type {
  border-bottom: 1px solid #ededed;
}

nav > div.menu-list > ul.item-list ul.item-list > li.item > a {
  padding: 10px;
}

nav > div.menu-list > ul.item-list > li.item {
  margin: 0 0 0 4px;
  /*width: calc(100% - 4.0001px);*/
  width: auto;
}

nav > div.menu-list > ul.item-list > li.item:last-of-type {
  flex-grow: 1;
}

nav > div.menu-list > ul.item-list > li.item > h6 > a {
  padding: 0 20px;
}

nav > div.menu-list > ul.item-list > li.item div#login {
  z-index: 5;
  margin: 0 0 0 auto;
  width: 180px;
  height: 100%;
}

nav > div.menu-list > ul.item-list > li.item div#login > button {
  width: 100%;
  border: none;
  background-color: #009fe3;
  padding: 20px 66px 18px 26px;
  text-align: center;
  font-size: 20px;
  line-height: 100%;
  cursor: pointer;
  color: #ffffff;
  background-image: url(../img/person_weiss.svg);
  background-position: calc(100% - 26px) center;
  background-repeat: no-repeat;
  background-size: 22px 100%;
  font-family: 'VistaSansOT-Medium';
  text-transform: uppercase;
  height: 100%;
}

nav > div.menu-list > ul.item-list > li.item div#login > button:hover,
nav > div.menu-list > ul.item-list > li.item div#login[data-expanded="yes"] > button {
  background-color: #fab001;
}

/*
nav > div.menu-list > ul.item-list > li.item:first-of-type > h6 {
  border-radius: 4px 0 0 0;
  -webkit-border-radius: 4px 0 0 0;
  -khtml-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
}

nav > div.menu-list > ul.item-list > li.item:last-of-type > h6 {
  border-radius: 0 4px 0 0;
  -webkit-border-radius: 0 4px 0 0;
  -khtml-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
}
*/

nav > div.menu-list > ul.item-list > li.item > h6 {
  background-color: #ededed;
  padding: 20px 0 16px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  cursor: pointer;
  color: #00488e;
  font-family: 'VistaSansOT-Medium';
}

nav > div.menu-list > ul.item-list > li.item > nav h6:hover {
  background-color: rgba(237,237,237,0.6);
}

nav > div.menu-list > ul.item-list > li.item[data-expanded="yes"] > h6,
nav > div.menu-list > ul.item-list > li.item[data-expanded="yes"] > h6:hover {
  background-color: #00488e;
  color: #ffffff;
}

nav h6 > a {
  text-decoration: none !important;
  color: inherit;
}

nav > div.submenu-list {
  z-index: 2;
}

nav > div.submenu-list > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  margin: 0;
  padding: 10px 23px 10px 23px;
  background-color: #00488e;
  background-image: url(../img/bg_submenu.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  color: #ffffff;
}

nav > div.submenu-list > ul.item-list > li.item {
  margin: 0 15px 0 15px;
}

nav > div.submenu-list > ul.item-list > li.item[data-homepage="yes"] {
  display: none;
}

nav > div.submenu-list > ul.item-list a {
  padding: 10px 0 8px 0;
  font-size: 18px;
  text-transform: uppercase;
}

main {
  margin: 0 0 40px 0;
  z-index: 1;
}

h3.component-subline {
  font-family: 'VistaSansOT-Medium';
  font-size: 24px;
  color: #024890;
  margin: 0 0 15px 0;
}

h4.component-subline {
  color: #024890;
  margin: -10px 0 15px 0;
}

aside h3.component-subline {
  font-size: 18px;
}

aside h4.component-subline {
  font-size: 16px;
}

img[data-zoom] {
  z-index: 1;
  position: relative;
  cursor: pointer;
}

div.zoom {
  position: absolute;
  z-index: 2;
  right: 15px;
  width: 40px;
  height: 40px;
  margin: -60px 0 0 0;
}

div.zoom > button {
  position: relative;
  width: inherit;
  height: inherit;
  background: transparent;
  border: none;
  background-image: url(../img/bildvergroessern_hellgrau.svg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% 100%;
  cursor: pointer;
}

div.zoom-image {
  text-align: center;
  height: inherit;
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -webkit-align-items: center;
  align-items: center;
}

div.zoom-image > img {
  display: block;
  -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);
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto 0 auto;
}

div.component-link {
  font-family: 'VistaSansOT-RegItalic';
  margin: 20px 0 0 0;
  font-size: 18px;
}

div.component-link > a {
  display: inline-block;
  padding: 0 30px 0 0;
  background-image: url(../img/link_pfeil_hellblau.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 20px 100%;
}

aside {
  margin-top: 0;
}

div.component {
  margin: 0 0 30px 0;
  z-index: 1;
}

div.component img {
  max-width: 100%;
}

div.component[data-type="newsletter-abo"] {
  margin: 0;
}

div.component[data-type="headline"] > h1,
div.component[data-type="headline"] > h2 {
  font-family: 'VistaSansOT-Medium';
  font-size: 36px;
  color: #024890;
}

div.component[data-type="headline"] > h3 {
  margin-top: 20px;
  font-size: 24px;
  color: #024890;
}

div.component[data-type="headline-search"] > h1  {
  margin-top: 10px;
  font-size: 24px;
  text-align: center;
}

div.component[data-type="headline-search"] > h1 > span.keyword  {
  color: #a21a7a;
  font-family: 'VistaSansOT-Medium';
}

div.component[data-type="topimage"] {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  overflow: hidden;
}

div.component[data-type="topimage"] > img {
  display: block;
}

div.component[data-type="energy-data"] > h3 {
  z-index: 2;
  display: inline-block;
  padding: 30px 50px 26px 50px;
  background-color: #009de0;
  color: #ffffff;
  text-align: center;
  font-size: 32px;
  font-family: 'VistaSansOT-Bold';
  text-transform: uppercase;
  border-radius: 4px 4px 4px 0;
  -webkit-border-radius: 4px 4px 4px 0;
  -khtml-border-radius: 4px 4px 4px 0;
  -moz-border-radius: 4px 4px 4px 0;
}

div.component[data-type="energy-data"] > div.content {
  z-index: 1;
  background-color: #ededed;
  padding: 45px 50px 45px 50px;
  border-radius: 0 8px 0 0;
  -webkit-border-radius: 0 4px 0 0;
  -khtml-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
}

div.component[data-type="energy-data"] > div.content > h3 {
  font-family: 'VistaSansOT-Bold';
  font-size: 24px;
  text-transform: uppercase;
}

/*
div.component[data-type="energy-data"] div.configurator div.row {
  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="energy-data"] div.configurator div.row > div.left-column,
div.component[data-type="energy-data"] div.configurator div.row > div.right-column {
  width: 50%;
  padding: 0 30px 0 0;
}

div.component[data-type="energy-data"] div.configurator div.row > div.right-column {
  padding: 0 0 0 30px;
}
*/
div.component[data-type="energy-data"] div.configurator div.row {
  display: block;
}

div.component[data-type="energy-data"] div.configurator div.row > div.left-column,
div.component[data-type="energy-data"] div.configurator div.row > div.right-column {
  margin: 0 0 30px 0;
}

div.component[data-type="energy-data"] div.configurator div.row > div.right-column {
  margin: 0 auto 0 auto;
}

div.component[data-type="energy-data"] div.configurator div.row > div.right-column button {
  width: 100%;
}

div.component[data-type="energy-data"] div.configurator div.input {
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 25px 0;
  width: 100%;
}

div.component[data-type="energy-data"] div.configurator div.input:last-child {
  margin: 0;
}

div.component[data-type="energy-data"] div.configurator div.input > div.label {
  width: 210px;
}

div.component[data-type="energy-data"] div.configurator div.input > div.data {
  width: calc(100% - 210px);
}

div.component[data-type="energy-data"] div.configurator div.input > div.data[data-counter="yes"] > input,
div.component[data-type="energy-data"] div.configurator div.input > div.data[data-counter="yes"] > select {
  position: relative;
  padding-left: 80px;
  padding-right: 80px;
  text-align: center;
  z-index: 1;
}

div.component[data-type="energy-data"] div.configurator div.input > div.data[data-counter="yes"] > select {
  background-image: none;
  padding-left: 60px;
  padding-right: 60px;
}

div.component[data-type="energy-data"] div.configurator div.input > div.data[data-counter="yes"] > button {
  position: absolute;
  background-color: transparent;
  border: none;
  width: 70px;
  height: 40px;
  background-image: url(../img/minus_grau.svg);
  background-position: center 5px;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  cursor: pointer;
  left: 0;
  top: 0;
  z-index: 2;
}

div.component[data-type="energy-data"] div.configurator div.input > div.data[data-counter="yes"] > button[data-variant="add"] {
  background-image: url(../img/plus_grau.svg);
  right: 0;
  left: inherit;
}

div.component[data-type="energy-data"] div.configurator div.input > div.data[data-counter="yes"][data-hassub="no"] > button[data-variant="sub"] {
  display: none;
}

div.component[data-type="energy-data"] div.configurator div.input > div.data[data-counter="yes"][data-hasadd="no"] > button[data-variant="add"] {
  display: none;
}

div.component[data-type="energy-data"] div.result {
  margin: 30px 0 30px 0;
  text-align: center;
  /*height: 563px;*/
  height: 343px;
}

div.component[data-type="energy-data"] div.result svg {
  height: auto;
  display: block;
  max-width: 100%;
  width: 100%;
}

div.component[data-type="search-new"] {
  background-color: #ededed;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  z-index: 2;
}

div.component[data-type="search-new"] > div.form {
  padding: 20px 40px 20px 40px;
}

div.component[data-type="search-new"] > div.form div.inline-form {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  max-width: 100%;
  width: 620px;
  margin: 0 auto 0 auto;
}

div.component[data-type="search-new"] > div.form div.inline-form > div.fields {
  width: 70%;
  padding: 0 30px 0 0;
}

div.component[data-type="search-new"] > div.form div.inline-form > div.fields > * {
  margin: 30px 0 0 0;
}

div.component[data-type="search-new"] > div.form div.inline-form > div.fields > *:first-child {
  margin: 0;
}

div.component[data-type="search-new"] > div.form div.optionals-button {
  position: absolute;
  right: 0;
  top: 0;
}

div.component[data-type="search-new"] > div.form div.optionals-button > button {
  border: none;
  background: none;
  color: #009fe3;
  display: block;
  cursor: pointer;
  font-size: 14px;
}  

div.component[data-type="search-new"] > div.form div.optionals-button > button:before {
  content: "+";
  margin: 0 5px 0 0;
  font-size: 120%;
}  

div.component[data-type="search-new"] > div.form div.optionals-button[data-expanded="yes"] > button:before {
  content: "-";
}  

div.component[data-type="search-new"] > div.form div.optionals {
  display: none;
  margin: 0 0 30px 0;
}

div.component[data-type="search-new"] > div.form div.optionals[data-expanded="yes"] {
  display: block;
}

div.component[data-type="search-new"] > div.form div.optionals > * {
  margin-bottom: 30px;
}

div.component[data-type="search-new"] > div.form div.optionals > *:last-child {
  margin-bottom: 0;
}

div.component[data-type="search-new"] > div.form div.optionals > div.component[data-type="grid"] {
  margin-bottom: -30px;
}

div.component[data-type="search-new"] div.input > div.label {
  /*display: none;*/
}

div.component[data-type="search-new"] div.submit {
  width: 30%;
}

div.component[data-type="search-new"] div.submit > button {
  width: 100%;
  text-align: center;
}

div.component[data-type="search-new"] > div.filter {
  padding: 20px 0 0 0;
  font-size: 14px;
  border-top: 2px solid #ffffff;
}

div.component[data-type="search-new"] > div.filter div.responsive-list {
  display: none;
  padding: 0 10px 20px 10px;
}

div.component[data-type="search-new"] > div.filter > h5 {
  margin-bottom: 30px;
  font-size: 24px;
  color: #024890;
  font-family: 'VistaSansOT-Medium';
  text-align: center;
}

div.component[data-type="search-new"] > div.filter > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin: 0 0 0 -20px;
  width: calc(100% + 20px);
}

div.component[data-type="search-new"] > div.filter > ul.item-list > li.item {
  margin: 0 0 20px 20px;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  font-family: 'VistaSansOT-Medium';
}

div.component[data-type="search-new"] > div.filter > ul.item-list > li.item[data-active="yes"],
div.component[data-type="search-new"] > div.filter > ul.item-list > li.item:hover {
  background: #8bb31e;  
  background: -webkit-linear-gradient(#9bc722, #8bb31e);
  background: -moz-linear-gradient(#9bc722, #8bb31e);
  background: -o-linear-gradient(#9bc722, #8bb31e);
  background: -ms-linear-gradient(#9bc722, #8bb31e);
  background: linear-gradient(#9bc722, #8bb31e);
  color: #ffffff;
}

div.component[data-type="search-new"] > div.filter > ul.item-list > li.item > a {
  color: inherit;
  display: block;
  padding: 8px 20px 6px 20px;
  text-decoration: none;
}

div.component[data-type="search"] {
  background-color: #ededed;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  z-index: 2;
}

div.component[data-type="search"] > * {
  border-top: 2px solid #ffffff;
}

div.component[data-type="search"] > *:first-child {
  border-top: none;
}

div.component[data-type="search"] > div.form {
  padding: 40px;
}

div.component[data-type="search"] > div.form > form {
  display: block;
  max-width: 100%;
  width: 557px;
  margin: 0 auto 0 auto;
}

div.component[data-type="search"] > div.form > form > fieldset > * {
  margin: 0 0 30px 0;
}

div.component[data-type="search"] > div.form > form > fieldset > *:last-child {
  margin: 0;
}

div.component[data-type="search"] > div.form div.optionals-button {
  position: absolute;
  right: -135px;
  top: 10px;
}

div.component[data-type="search"] > div.form div.optionals-button > button {
  border: none;
  background: none;
  color: #009fe3;
  display: block;
  cursor: pointer;
}  

div.component[data-type="search"] > div.form div.optionals-button > button:before {
  content: "+";
  margin: 0 5px 0 0;
  font-size: 120%;
}  

div.component[data-type="search"] > div.form div.optionals-button[data-expanded="yes"] > button:before {
  content: "-";
}  

div.component[data-type="search"] > div.form div.optionals {
  display: none;
  margin: 0 0 30px 0;
}

div.component[data-type="search"] > div.form div.optionals[data-expanded="yes"] {
  display: block;
}

div.component[data-type="search"] > div.form div.optionals > * {
  margin-bottom: 30px;
}

div.component[data-type="search"] > div.form div.optionals > *:last-child {
  margin-bottom: 0;
}

div.component[data-type="search"] > div.form div.optionals > div.component[data-type="grid"] {
  margin-bottom: -30px;
}

div.component[data-type="search"] div.input > div.label {
  display: none;
}

div.component[data-type="search"] div.submit > button {
  width: 100%;
  text-align: center;
}

div.component[data-type="search"] > div.filter,
div.component[data-type="search"] > div.timeline-filter {
  padding: 40px 40px 20px 40px;
}

div.component[data-type="search"] > div.filter > h5 {
  margin-bottom: 30px;
  font-size: 24px;
  color: #024890;
  font-family: 'VistaSansOT-Medium';
  text-align: center;
}

div.component[data-type="search"] > div.filter > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin: 0 0 0 -20px;
  width: calc(100% + 20px);
}

div.component[data-type="search"] > div.filter > ul.item-list > li.item {
  margin: 0 0 20px 20px;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  font-family: 'VistaSansOT-Medium';
}

div.component[data-type="search"] > div.filter > ul.item-list > li.item[data-active="yes"],
div.component[data-type="search"] > div.filter > ul.item-list > li.item:hover {
  /*
  background: #00488e;  
  background: -webkit-linear-gradient(#0463c1, #00488e);
  background: -moz-linear-gradient(#0463c1, #00488e);
  background: -o-linear-gradient(#0463c1, #00488e);
  background: -ms-linear-gradient(#0463c1, #00488e);
  background: linear-gradient(#0463c1, #00488e);
  */
  background: #8bb31e;  
  background: -webkit-linear-gradient(#9bc722, #8bb31e);
  background: -moz-linear-gradient(#9bc722, #8bb31e);
  background: -o-linear-gradient(#9bc722, #8bb31e);
  background: -ms-linear-gradient(#9bc722, #8bb31e);
  background: linear-gradient(#9bc722, #8bb31e);
  color: #ffffff;
}

div.component[data-type="search"] > div.filter > ul.item-list > li.item > a {
  color: inherit;
  display: block;
  padding: 10px 25px 7px 25px;
  text-decoration: none;
}

div.component[data-type="search"] > div.timeline-filter[data-fixed="yes"] {
  position: fixed;
  top: 0;
  background-color: #ededed;
  padding: 40px 40px 20px 40px;
}

div.component[data-type="search"] > div.timeline-filter > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
}

div.component[data-type="search"] > div.timeline-filter li.item {
  padding: 0 0 40px 0;
  margin: 0 0 40px 0;
  cursor: pointer;
  width: calc(100% / 18);
}

div.component[data-type="search"] > div.timeline-filter li.item > h6 {
  color: rgba(162,27,122,0.4);
  font-family: 'VistaSansOT-Medium';
  text-align: center;
  z-index: 2;
}

div.component[data-type="search"] > div.timeline-filter li.item:last-of-type > h6 {
  text-align: right;
}

div.component[data-type="search"] > div.timeline-filter li.item > div.scale {
  position: absolute;
  z-index: 1;
  bottom: 0;
  height: 30px;
  width: 100%;
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

div.component[data-type="search"] > div.timeline-filter li.item > div.scale > * {
  width: 4px;
  height: inherit;
  background-color: rgba(162,27,122,0.4);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
}

div.component[data-type="search"] > div.timeline-filter li.item > div.scale > div.small {
  height: 15px;
  width: 2px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  /*
  border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -khtml-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  */
}

div.component[data-type="search"] > div.timeline-filter li.item > div.scale > div.small:last-child {
  /*
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -khtml-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  */
}

div.component[data-type="search"] > div.timeline-filter a {
  display: none;
  z-index: 4;
  top: -20px;
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  padding: 18px 0 0 0;
  width: 57px;
  height: 57px;
  background-color: rgba(162,27,122,1);
  color: #ffffff;
  font-family: 'VistaSansOT-Medium';
  text-align: center;
  text-decoration: none;
}

div.component[data-type="search"] > div.timeline-filter a:after {
  content: " ";
  position: absolute;
  z-index: 3;
  width: 4px;
  height: 30px;
  top: 56px;
  left: 27.5px;
  background-color: rgba(162,27,122,1);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
}

div.component[data-type="search"] > div.timeline-filter li.item:hover a,
div.component[data-type="search"] > div.timeline-filter li.item[data-active="yes"] a {
  display: block;
}

div.component[data-type="no-result"] {
  font-size: 18px;
}

div.component[data-type="chronik-result"] {
  margin-top: 80px;
  z-index: 1;
}

div.component[data-type="chronik-result"] > div.chronik-list {
  padding: 0 0 0 138px;
  background-image: url(../img/chronik_zeitachse_vertikal.svg);
  background-repeat: repeat-y;
  background-size: 108px 1105px;
  background-position: 0 20px;
}

div.component[data-type="chronik-result"] > div.chronik-list > ul.item-list > li.item {
  margin: 0 0 20px 0;
  min-height: 74px;
  cursor: pointer;
}

div.component[data-type="chronik-result"] > div.chronik-list > ul.item-list > li.item:last-of-type {
  min-height: auto;
  margin: 0;
}

div.component[data-type="chronik-result"] article h3 {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -webkit-align-items: center;
  align-items: center;
  font-size: 24px;
  color: #009fe3;
  font-family: 'VistaSansOT-Medium';
}

div.component[data-type="chronik-result"] article h3 > span.date {
  color: #a21b7a;
  display: block;
  margin: 0 30px 0 0;
  max-width: 60px;
  min-width: 60px;
}

div.component[data-type="chronik-result"] article h3 > a,
div.component[data-type="chronik-result"] article h3 > span.title {
  display: block;
}

div.component[data-type="chronik-result"] article > div.details {
  display: none;
  margin: -60px 0 0 -138px;
  background-color: #ededed;
  padding: 30px 30px 30px 138px;
  font-size: 16px;
}

div.component[data-type="chronik-result"] article > div.details > h5 {
  padding: 10px 0 0 90px;
  color: #024890;
  font-family: 'VistaSansOT-Medium';
}

div.component[data-type="chronik-result"] article > div.details > div.content {
  padding: 30px 0 0 90px;
}

div.component[data-type="chronik-result"] article > div.details > div.content > div.image {
  margin: 0 0 30px 0;
}

div.component[data-type="chronik-result"] article > div.details > div.content > *:last-child {
  margin-bottom: 0;
}

div.component[data-type="energy-result"] > div.list {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  overflow: hidden;
  border: none;
  z-index: 1;
}

div.component[data-type="energy-result"] > div.list > div.row {
  display: table-row;
}

div.component[data-type="energy-result"] > div.list > div.row > div.cell {
  display: table-cell;
  border-right: 1px solid #c4c4bc;
  border-bottom: 1px solid #c4c4bc;
  background-color: #ededed;
  padding: 20px 20px 17px 20px;
  text-align: right;
}

div.component[data-type="energy-result"] > div.list > div.row > div.cell:first-child {
  width: calc(100% / 5 * 1.65);
  text-align: left;
}

div.component[data-type="energy-result"] > div.list > div.row > div.cell:last-child {
  border-right: none;
}

div.component[data-type="energy-result"] > div.list > div.row:last-child > div.cell {
  border-bottom: none;
}

div.component[data-type="energy-result"] > div.list > div.row > div.cell[data-variant="header"] {
  color: #ffffff;
  background-color: #009fe3;
  border-color: #ffffff;
  border-bottom: none;
  text-align: left;
  vertical-align: middle;
  padding: 0;
  font-size: 16px;
}

div.component[data-type="energy-result"] > div.list > div.row > div.cell[data-variant="header"] > h5 {
  font-family: 'VistaSansOT-Medium';
  padding: 20px 20px 17px 20px;
  text-align: center;
}

div.component[data-type="energy-result"] > div.list > div.row > div.cell[data-variant="header"]:first-child > h5 {
  text-align: left;
}

div.component[data-type="energy-result"] > div.list > div.row > div.cell[data-variant="header"][data-hasinfo="yes"] > h5 {
  cursor: pointer;
}

div.component[data-type="energy-result"] > div.list > div.row > div.cell[data-variant="header"][data-hasinfo="yes"] > h5:after {
  position: absolute;
  top: 7px;
  content: "i";
  background-color: #ffffff;
  color: #009fe3;
  border: none;
  cursor: pointer;
  font-family: 'VistaSansOT-Bold';
  font-size: 12px;
  padding: 1px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;    
  overflow: hidden;
  text-align: center;
}

div.component[data-type="energy-result"] > div.list > div.row > div.cell[data-variant="header"] > div.info {
  display: none;
}

div.component[data-type="energy-result"] div.info {
  display: none;
  position: absolute;
  padding: 25px 20px 17px 20px;
  margin: 50px 0 0 0;
  background-color: #ffffff;
  border: 1px solid #c4c4bc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  z-index: 2;
  font-size: 14px;
  max-width: 250px;
  background-image: url(../img/close_blue.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 10px;
  background-size: 10px 10px;
  cursor: pointer;
}

div.component[data-type="energy-result"] > div.list > div.row > div.cell > div.label {
  display: none;
  font-family: 'VistaSansOT-RegItalic';
  margin: 0 0 5px 0;
  font-size: 14px;
}

div.component[data-type="energy-result"] > div.list > div.row > div.cell > div.data {
  text-align: right;
}

div.component[data-type="energy-result"] > div.list a[data-type] {
  display: block;
  margin: -20px -20px -17px -20px;
  padding: 20px 20px 17px 60px;
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 25px 100%;
  font-family: 'VistaSansOT-Medium';
}

div.component[data-type="energy-result"] > div.list a[data-type="solar"] {
  background-image: url(../img/solarkraftwerk.svg);
}

div.component[data-type="energy-result"] > div.list a[data-type="wind"] {
  background-image: url(../img/windkraftwerk.svg);
}

div.component[data-type="energy-result"] > div.list a[data-type="water"] {
  background-image: url(../img/wasserkraftwerk.svg);
}

div.component[data-type="article-result"] > div.article-result-navigation {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 25px 0 25px 0;
  font-family: 'VistaSansOT-RegItalic';
  font-size: 18px;
  color: #009fe3;
}

div.component[data-type="article-result"] > div.article-result-navigation > div.info {
  text-align: center;
}

div.component[data-type="article-result"] > div.article-result-navigation div.prev,
div.component[data-type="article-result"] > div.article-result-navigation div.next {
  width: 150px;
  margin: 0 0 0 20px;
}

div.component[data-type="article-result"] > div.article-result-navigation div.prev {
  margin: 0 20px 0 0;
}

div.component[data-type="article-result"] > div.article-result-navigation a {
  display: block;
  background-image: url(../img/link_pfeil_hellblau.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px 13px;
  height: 40px;
}

div.component[data-type="article-result"] > div.article-result-navigation div.prev > a {
  background-image: url(../img/link_pfeil_hellblau_.svg);
  background-position: right center;
}

div.component[data-type="article-result"][data-variant="contact"] > div.article-list > 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="article-result"] > div.article-list > ul.item-list > li.item {
  margin: 0;
  border-bottom: 2px solid #ededed;
}

div.component[data-type="article-result"] > div.article-list > ul.item-list > li.item:first-of-type {  
  border-top: 2px solid #ededed;
}

div.component[data-type="article-result"][data-variant="contact"] > div.article-list > ul.item-list > li.item {
  width: calc(100% / 2 - 30.05px);
  margin: 0 0 30px 30px;
  background-color: #ededed;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  border: none;
}

div.component[data-type="article-result"] article {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  cursor: pointer;
  padding: 30px 30px 10px 30px;
}

div.component[data-type="article-result"] article[data-variant="contact"] {
  cursor: inherit;
}

div.component[data-type="article-result"][data-variant="contact"] article {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
  background-color: #ededed;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  cursor: inherit;
}

div.component[data-type="article-result"][data-variant="contact"] article[data-image="no"] {
  display: block;
}

div.component[data-type="article-result"] article > div.image {
  width: 263px;
  min-width: 263px;
  margin: 0 30px 20px 0;
}

div.component[data-type="article-result"][data-variant="contact"] article > div.image,
div.component[data-type="article-result"] article[data-variant="contact"] > div.image {
  width: 88px;
  min-width: 88px;
  padding: 0;
}

div.component[data-type="article-result"] article > div.image > img {
  width: 100%;
  display: block;
}

div.component[data-type="article-result"][data-variant="contact"] article > div.image > img,
div.component[data-type="article-result"] article[data-variant="contact"] > div.image > img {
  width: 100%;
  min-width: 100%;
  display: block;
}

div.component[data-type="article-result"][data-variant="contact"] article > div.image[data-imgtype="icon"] > img,
div.component[data-type="article-result"] article[data-variant="contact"] > div.image[data-imgtype="icon"] > img  {
  height: 90px;
}

div.component[data-type="article-result"] article > div.content {
  margin: 0 0 20px 0;
}

div.component[data-type="article-result"][data-variant="contact"] article > div.content {
  margin-bottom: 0;
}

div.component[data-type="article-result"] article > div.content > *:last-child {
  margin: 0;
}

div.component[data-type="article-result"] article > div.content > h5 {
  color: #a31978;
  margin: 0 0 15px 0;
  font-size: 18px;
}

div.component[data-type="article-result"][data-variant="contact"] article > div.content > h5,
div.component[data-type="article-result"] article[data-variant="contact"] > div.content > h5 {
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-size: 14px;
  color: inherit;
}

div.component[data-type="article-result"] article > div.content > h5 > span.date {
  font-family: 'VistaSansOT-Medium';
}

div.component[data-type="article-result"] article > div.content > h3 {
  color: #a31978;
  font-size: 20px;
  font-family: 'VistaSansOT-Medium';
  margin: 0 0 20px 0;
}

div.component[data-type="article-result"][data-variant="weblinks"] article > div.content > h3 {
  font-size: 24px;
}

div.component[data-type="article-result"][data-variant="faq"] article > div.content > h3 {
  margin: 0;
}

div.component[data-type="article-result"][data-variant="contact"] article > div.content > h3,
div.component[data-type="article-result"] article[data-variant="contact"] > div.content > h3 {
  margin: 0 0 15px 0;
  font-family: 'VistaSansOT-Medium';
  font-size: 18px;
  color: #00488e;
}

div.component[data-type="article-result"] article > div.content > h3 > a {
  display: block;
}

div.component[data-type="article-result"] li.item:hover > article > div.content > h3 > a {
  text-decoration: underline;
}

div.component[data-type="article-result"][data-variant="contact"] li.item:hover > article > div.content > h3 > a,
div.component[data-type="article-result"] li.item:hover > article[data-variant="contact"] > div.content > h3 > a {
  text-decoration: none;
}

div.component[data-type="article-result"] article > div.content > p {
  margin: 0;
  font-size: 16px;
}

div.component[data-type="article-result"][data-variant="faq"] article > div.content > div.details {
  display: none;
  margin: 20px 0 0 0;
}

div.component[data-type="article-result"][data-variant="contact"] article > div.content > div.link,
div.component[data-type="article-result"] article[data-variant="contact"] > div.content > div.link {
  margin: 15px 0 0 0;
  font-size: 16px;
  font-family: 'VistaSansOT-RegItalic';
}

div.component[data-type="article-result"][data-variant="contact"] article > div.content > div.link a,
div.component[data-type="article-result"] article[data-variant="contact"] > div.content > div.link a {
  display: inline-block;
  padding: 0 30px 0 0;
  background-image: url(../img/link_pfeil_hellblau.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 20px 100%;
}

div.component[data-type="parking-details"] {
  font-size: 22px;
  color: #ffffff;
}

div.component[data-type="parking-details"] > div.parking {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  justify-content: space-between;
  padding: 40px 40px 37px 40px;
  background-color: #009de0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
}

div.component[data-type="parking-details"] > div.parking > h5 {
  font-family: 'VistaSansOT-Medium';
  font-size: 32px;
}

div.component[data-type="parking-details"] > div.parking > div.data > div.free {
  font-family: 'VistaSansOT-Bold';
  color: #dad70e;
  background-color: #3b3833;
  padding: 8px 20px 5px 20px;
  max-width: 100px;
  min-width: 100px;
  text-align: right;
  margin: 0 0 0 auto;
}

div.component[data-type="parking-details"] > div.parking > div.data > div.details {
  display: none;
  font-size: 16px;
  margin: 10px 0 0 0;
}

div.component[data-type="parking-details"][data-hasdetails="yes"] > div.parking > div.data > div.details {
  display: block;
}

div.component[data-type="parking-details"] > div.parking > div.data > div.details > * {
  text-align: right;
  margin: 0 0 5px 0;
}     

div.component[data-type="parking-details"] > div.parking > div.data > div.details > *:last-child {
  margin: 0;
}

div.component[data-type="parking-details"] > div.parking > div.data > div.details span.sum {
  font-family: 'VistaSansOT-Medium';
}   

div.component[data-type="parking-card"] {
  font-size: 14px;
  color: #ffffff;
}     

div[data-variant="busradauto"] div.component[data-type="parking-card"] {
  margin: 0;
}   

div.component[data-type="parking-card"] > div.result {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  margin: 0;
  width: 100%;
  -webkit-align-items: stretch;
  align-items: stretch;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 40px 0 37px 0;
  background-color: #ededed;
}   

div[data-variant="busradauto"] div.component[data-type="parking-card"] > div.result {
  border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  padding: 0;
  background-color: transparent;
}

div.component[data-type="parking-card"] > div.result > div.parking-card {
  width: calc(((100% / 12) * 8));
  padding: 0 15px 0 40px;
}  

div[data-variant="busradauto"] div.component[data-type="parking-card"] > div.result > div.parking-card {
  width: calc(((100% / 12) * 7));
  padding: 0;
}    

div.component[data-type="parking-card"] > div.result > div.parking-card > div.parking-card-map {
  height: 100%;
}  

div.component[data-type="parking-card"] > div.result > div.parking-card > div.parking-card-map > div.parking-card-consent-preview {
  width: 100%;
  height: inherit;
  cursor: pointer;
  padding: 25px 25px 22px 25px;
  background-color: #ededed;
  background-image: url(../img/pin_hellblau.svg);
  background-position: center center;
  background-size: 25%, 25%;
  background-repeat: no-repeat;
  color: #4b4b4d; 
  font-size: 18px;
}   

div.component[data-type="parking-card"] > div.result > div.parking-card > div.parking-card-map > div.parking-card-consent-preview:hover {
  opacity: 0.8;
}   

div.component[data-type="parking-card"] div.parking-card div.parking  {
  background-color: #009fe3;
  margin: 10px 0 10px 0;
  padding: 12px 10px 12px 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #ffffff;
}    

div.component[data-type="parking-card"] div.parking-card div.parking > div.info  {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}    

div.component[data-type="parking-card"] div.parking-card div.parking > div.info > h5 {
  padding: 0 0 0 30px;
  font-family: 'VistaSansOT-Bold';
}

div.component[data-type="parking-card"] div.parking-card div.parking > div.info > h5:before {
  position: absolute;
  left: 0;
  top: -4px;
  content: " ";
  width: 23px;
  height: 23px;
  background-image: url(../img/parkhaus_weiss.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 16px;
  background-color: #015293;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
}

div.component[data-type="parking-card"] div.parking-card div.parking[data-type="parkplatz"] > div.info > h5:before {
  background-image: url(../img/parkplatz_weiss.svg);
  background-size: auto 11.4px;
}      

div.component[data-type="parking-card"] div.parking-card div.parking > div.info > div.data {
  margin: 0 0 0 20px;
}  

div.component[data-type="parking-card"] div.parking-card div.parking > div.info > div.data > div.free {
  width: 54px;
  background-color: #3b3833;
  color: #dad70e;
  text-align: right;
  padding: 3px 5px;
  font-family: 'VistaSansOT-Bold';
  font-size: 16px;
}

div.component[data-type="parking-card"] div.parking-card div.parking > div.details {
  margin-top: 5px;
}

div.component[data-type="parking-card"] div.parking-card div.parking > div.details > * {
  text-align: right;
}

div.component[data-type="parking-card"] div.parking-card div.parking > div.details span.sum {
  font-family: 'VistaSansOT-Medium';
}

div.component[data-type="parking-card"] > div.result > div.parking-list {
  width: calc(((100% / 12) * 4));
  padding: 0 40px 0 15px;
}    

div[data-variant="busradauto"] div.component[data-type="parking-card"] > div.result > div.parking-list {
  width: calc(((100% / 12) * 5));
  padding: 0 0 0 15px;
}     

div.component[data-type="parking-card"] > div.result > div.parking-list > ul.item-list > li.item {
  background-color: #009fe3;
  padding: 20px 20px 17px 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #ffffff;
  margin: 0 0 10px 0;
}        

div.component[data-type="parking-card"] > div.result > div.parking-list > ul.item-list > li.item:last-of-type {
  margin: 0;
}      

div.component[data-type="parking-card"] > div.result > div.parking-list > ul.item-list > li.item[data-active="yes"] {
  background-color: #024890;
}     

div.component[data-type="parking-card"] div.parking-list div.parking > div.info {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

div.component[data-type="parking-card"] div.parking-list div.parking > div.info > h5 {
  padding: 0 0 0 30px;
  font-family: 'VistaSansOT-Bold';
}

div.component[data-type="parking-card"] div.parking-list div.parking > div.info > h5:before {
  position: absolute;
  left: 0;
  top: -4px;
  content: " ";
  width: 23px;
  height: 23px;
  background-image: url(../img/parkhaus_weiss.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 16px;
  background-color: #015293;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
}

div.component[data-type="parking-card"] div.parking-list div.parking[data-type="parkplatz"] > div.info > h5:before {
  background-image: url(../img/parkplatz_weiss.svg);
  background-size: auto 11.4px;
}   

div.component[data-type="parking-card"] div.parking-list div.parking > div.info > div.data {
  margin: 0 0 0 20px;
}  

div.component[data-type="parking-card"] div.parking-list div.parking > div.info > div.data > div.free {
  width: 54px;
  background-color: #3b3833;
  color: #dad70e;
  text-align: right;
  padding: 3px 5px;
  font-family: 'VistaSansOT-Bold';
  font-size: 16px;
}

div.component[data-type="parking-card"] div.parking-list div.parking > div.details {
  margin-top: 5px;
}

div.component[data-type="parking-card"] div.parking-list div.parking > div.details > * {
  text-align: right;
}

div.component[data-type="parking-card"] div.parking-list div.parking > div.details span.sum {
  font-family: 'VistaSansOT-Medium';
} 

div.component[data-type="bath-card"] {
  font-size: 14px;
  color: #ffffff;
}       

div.component[data-type="bath-card"] > div.result {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  margin: 0;
  width: 100%;
  -webkit-align-items: stretch;
  align-items: stretch;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 40px 0 37px 0;
  background-color: #ededed;
}     

div.component[data-type="bath-card"] > div.result > div.bath-card {
  width: calc(((100% / 12) * 8));
  padding: 0 15px 0 40px;
}    

div.component[data-type="bath-card"] > div.result > div.bath-card > div.bath-card-map {
  height: 100%;
}    

div.component[data-type="bath-card"] > div.result > div.bath-card > div.bath-card-map > div.bath-card-consent-preview {
  width: 100%;
  height: inherit;
  cursor: pointer;
  padding: 25px 25px 22px 25px;
  background-color: #ededed;
  background-image: url(../img/pin_hellblau.svg);
  background-position: center center;
  background-size: 25%, 25%;
  background-repeat: no-repeat;
  color: #4b4b4d; 
  font-size: 18px;
}   

div.component[data-type="bath-card"] > div.result > div.bath-card > div.bath-card-map > div.bath-card-consent-preview:hover {
  opacity: 0.8;
}

div.component[data-type="bath-card"] div.bath-card div.bath  {
}    

div.component[data-type="bath-card"] div.bath-card div.bath > div.info  {
  background-color: #009fe3;
  margin: 10px 0 10px 0;
  padding: 12px 10px 12px 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #ffffff;
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}    

div.component[data-type="bath-card"] div.bath-card div.bath > div.info > h5 {
  padding: 0 0 0 30px;
  font-family: 'VistaSansOT-Bold';
}

div.component[data-type="bath-card"] div.bath-card div.bath > div.info > h5:before {
  position: absolute;
  left: 0;
  top: -4px;
  content: " ";
  width: 23px;
  height: 23px;
  background-image: url(../img/baeder_icon_weiss.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 16px;
  background-color: #015293;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
}

div.component[data-type="bath-card"] div.bath-card div.bath > div.info > div.image {
  margin: 0 20px 0 0;
}  

div.component[data-type="bath-card"] div.bath-card div.bath > div.info > div.image > img {
  display: block;
}  

div.component[data-type="bath-card"] > div.result > div.bath-list {
  width: calc(((100% / 12) * 4));
  padding: 0 40px 0 15px;
}        

div.component[data-type="bath-card"] > div.result > div.bath-list > ul.item-list > li.item {
  background-color: #009fe3;
  padding: 20px 20px 17px 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #ffffff;
  margin: 0 0 10px 0;
}        

div.component[data-type="bath-card"] > div.result > div.bath-list > ul.item-list > li.item:last-of-type {
  margin: 0;
}      

div.component[data-type="bath-card"] > div.result > div.bath-list > ul.item-list > li.item[data-active="yes"] {
  background-color: #024890;
}   

div.component[data-type="bath-card"] div.bath-list div.bath > h5 {
  padding: 0 0 0 30px;
  font-family: 'VistaSansOT-Bold';
}

div.component[data-type="bath-card"] div.bath-list div.bath > h5:before {
  position: absolute;
  left: 0;
  top: -4px;
  content: " ";
  width: 23px;
  height: 23px;
  background-image: url(../img/baeder_icon_weiss.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 16px;
  background-color: #015293;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
}

div.component[data-type="bath-card"] div.bath-list div.bath > p {
  display: none;
}

div.component[data-type="date-preamble"] {
  font-size: 16px;
  color: #a21b79;
  margin: 0 0 10px 0;
}

div.component[data-type="date-preamble"] > h5 {
  padding: 10px 0 0 55px;
  background-image: url(../img/wochenkalender_rot.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 35px 35px;
  min-height: 45px;
}

div.component[data-type="date-details"] {
  font-size: 16px;
  color: #a21b79;
  padding: 25px 40px 23px 40px;
  background-color: #ededed;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
}

div.component[data-type="date-details"] > * {
  margin: 0;
  min-width: calc(50% - 0.1px);
}

div.component[data-type="date-details"] > div.date > h5,
div.component[data-type="date-details"] > div.location > h5,
div.component[data-type="date-details"] > div.info > h5 {
  padding: 10px 0 0 55px;
  background-image: url(../img/wochenkalender_rot.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 35px 35px;
  min-height: 45px;
}

div.component[data-type="date-details"] > div.date > h5 > strong {
  font-size: 18px;
}

div.component[data-type="date-details"][data-variant="dates"] > div.date > h5 {
  background-image: url(../img/veranstaltungstermin.svg);
}

div.component[data-type="date-details"] > div.location > h5 {
  background-image: url(../img/veranstaltungsort.svg);
}

div.component[data-type="date-details"] > div.info > h5 {
  background-image: url(../img/nachrichten_rot.svg);
}

div.component[data-type="abstract"] {
  font-size: 18px;
}

div.component[data-type="abstract"] {
  font-size: 18px;
}

div.component[data-type="abstract"] > div.image {
  margin: 0 auto 15px auto;
  max-width: 590px;
  text-align: center;
}

div.component[data-type="abstract"] > div.image[data-position="left"],
div.component[data-type="abstract"] > div.image[data-position="right"] {
  float: left;
  margin: 0 30px 10px 0;
  max-width: 265px;
  text-align: left;
}

div.component[data-type="abstract"] > div.image[data-position="right"] {
  float: right;
  margin: 0 0 10px 30px;
  text-align: right;
}

aside div.component[data-type="abstract"] > div.image,
aside div.component[data-type="abstract"] > div.image[data-position="left"],
aside div.component[data-type="abstract"] > div.image[data-position="right"] {
  float: none;
  margin: 0 auto 15px auto;
  max-width: 100%;
}

div.component[data-type="abstract"] > div.image > h6 {
  font-size: 14px;
  max-width: 100%;
  font-family: 'VistaSansOT-RegItalic'; 
}

div.component[data-type="abstract"] ul.list-standard {
  margin: 0;
}

div.component[data-type="accordion"] {
  font-size: 18px;
}

aside div.component[data-type="accordion"] {
  font-size: 16px;
}

div.component[data-type="accordion"] > div.list > ul.item-list > li.item {
  margin-bottom: 2px;
  overflow: hidden;
}

div.component[data-type="accordion"] > div.list > ul.item-list > li.item:first-of-type {
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -khtml-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
}

div.component[data-type="accordion"] > div.list > ul.item-list > li.item:last-of-type {
  margin-bottom: 0;
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -khtml-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
}

div.component[data-type="accordion"] > div.list > ul.item-list > li.item > h4 {
  background-color: #ededed;
  color: #024890;
  cursor: pointer;
  background-image: url(../img/akkordeon_plus_blau.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 50px) 16px;
  background-size: 30px 30px;
}

div.component[data-type="accordion"] > div.list > ul.item-list > li.item > h4 > a {
  display: block;
  padding: 20px 90px 17px 40px;
}

div.article-list > div.component[data-type="accordion"] > div.list > ul.item-list > li.item > h4 {
  font-size: 24px;
}

aside div.component[data-type="accordion"] > div.list > ul.item-list > li.item > h4 {
    background-position: calc(100% - 20px) 20px;
    background-size: 25px 25px;
}

aside div.component[data-type="accordion"] > div.list > ul.item-list > li.item > h4 > a {
    padding: 20px 50px 17px 20px;
}

div.component[data-type="accordion"] > div.list > ul.item-list > li.item[data-expanded="yes"] > h4,
div.component[data-type="accordion"] > div.list > ul.item-list > li.item:hover > h4 {
  background-color: #009fe3;
  color: #ffffff;
  background-image: url(../img/akkordeon_plus_weiss.svg);
}

div.component[data-type="accordion"] > div.list > ul.item-list > li.item[data-expanded="yes"] > h4 {
  background-color: #009fe3;
  color: #ffffff;
  background-image: url(../img/akkordeon_minus_weiss.svg);
}

div.component[data-type="accordion"] > div.list > ul.item-list > li.item > h4 > a {
  color: inherit;
  text-decoration: none;
}

div.component[data-type="accordion"] > div.list > ul.item-list > li.item > div.details {
  display: none;
  padding: 20px 40px 17px 40px;
  background-color: #ededed;
}

aside div.component[data-type="accordion"] > div.list > ul.item-list > li.item > div.details {
  padding: 20px 20px 17px 20px;
}

div.component[data-type="accordion"] div.details > div.image {
  margin: 0 auto 15px auto;
  max-width: 590px;
  text-align: center;
}

div.component[data-type="accordion"] div.details > div.image[data-position="left"],
div.component[data-type="accordion"] div.details > div.image[data-position="right"] {
  float: left;
  margin: 0 30px 10px 0;
  max-width: 265px;
  text-align: left;
}

div.component[data-type="accordion"] div.details > div.image[data-position="right"] {
  float: right;
  margin: 0 0 10px 30px;
  text-align: right;
}

aside div.component[data-type="accordion"] div.details > div.image,
aside div.component[data-type="accordion"] div.details > div.image[data-position="left"],
aside div.component[data-type="accordion"] div.details > div.image[data-position="right"] {
  float: none;
  margin: 0 auto 15px auto;
  max-width: 100%;
}

div.component[data-type="accordion"] div.details > div.image > h6 {
  font-size: 14px;
  max-width: 100%;
  font-family: 'VistaSansOT-RegItalic'; 
}

div.component[data-type="accordion"] div.details > div.link {
  margin: 20px 0 0 0;
  font-family: 'VistaSansOT-RegItalic';
}

div.component[data-type="accordion"] div.details > div.link a {
  display: inline-block;
  padding: 0 30px 0 0;
  background-image: url(../img/link_pfeil_hellblau.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 20px 100%;
}

div.component[data-type="tab"] {
  font-size: 18px;
}

aside div.component[data-type="tab"] {
  font-size: 16px;
}

div.component[data-type="tab"] > div.navigation {
  z-index: 2;
}

div.component[data-type="tab"] > div.navigation > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  font-size: 16px;
}

div.component[data-type="tab"] > div.navigation > ul.item-list > li.item {
  background-color: rgba(237,237,237,0.6);
  color: #009fe3;
  margin: 0 5px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -khtml-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 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[data-expanded="yes"] {
  background-color: #009fe3;
  background-image: url(../img/bg_headlines.svg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  font-family: 'VistaSansOT-Medium';
  border-radius: 4px 4px 4px 0;
  -webkit-border-radius: 4px 4px 4px 0;
  -khtml-border-radius: 4px 4px 4px 0;
  -moz-border-radius: 4px 4px 4px 0;
  margin-bottom: -20px;
}

div.component[data-type="tab"] > div.navigation > ul.item-list > li.item > h4 {
  cursor: pointer;
  font-family: inherit;
  text-transform: uppercase;
}

div.component[data-type="tab"] > div.navigation > ul.item-list > li.item > h4 > a {
  display: block;
  padding: 10px 25px 7px 25px;
  color: inherit;
  text-decoration: none !important;
}

div.component[data-type="tab"] > div.navigation > ul.item-list > li.item[data-expanded="yes"] > h4 > a {
  padding: 20px 25px 17px 25px;
}

div.component[data-type="tab"] > div.navigation > ul.item-list > li.item > h4 > a:focus {
  outline: 1px solid #000000 !important;
  text-decoration: none !important;
}

div.component[data-type="tab"] > div.list {
  z-index: 1;
  padding: 40px 25px 25px 25px;
  background-color: #ededed;
  border-radius: 0 4px 4px 4px;
  -webkit-border-radius: 0 4px 4px 4px;
  -khtml-border-radius: 0 4px 4px 4px;
  -moz-border-radius: 0 4px 4px 4px;
}

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 {
  display: none;
}

div.component[data-type="tab"] div.details > div.image {
  margin: 0 auto 15px auto;
  max-width: 590px;
  text-align: center;
}

div.component[data-type="tab"] div.details > div.image[data-position="left"],
div.component[data-type="tab"] div.details > div.image[data-position="right"] {
  float: left;
  margin: 0 30px 10px 0;
  max-width: 265px;
  text-align: left;
}

div.component[data-type="tab"] div.details > div.image[data-position="right"] {
  float: right;
  margin: 0 0 10px 30px;
  text-align: right;
}

aside div.component[data-type="tab"] div.details > div.image,
aside div.component[data-type="tab"] div.details > div.image[data-position="left"],
aside div.component[data-type="tab"] div.details > div.image[data-position="right"] {
  float: none;
  margin: 0 auto 15px auto;
  max-width: 100%;
}

div.component[data-type="tab"] div.details > div.image > h6 {
  font-size: 14px;
  max-width: 100%;
  font-family: 'VistaSansOT-RegItalic'; 
}

div.component[data-type="tab"] div.details > div.image img {
  position: relative;
  z-index: 1;
  display: inline-block;
}

div.component[data-type="tab"] div.details > div.link {
  margin: 20px 0 0 0;
  font-family: 'VistaSansOT-RegItalic';
}

div.component[data-type="tab"] div.details > div.link a {
  display: inline-block;
  padding: 0 30px 0 0;
  background-image: url(../img/link_pfeil_hellblau.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 20px 100%;
}

div.component[data-type="article-list"] {
  font-size: 16px;
}

div.component[data-type="article-list"] > div.list {
  background-color: #ededed;
  padding: 40px 40px 7px 40px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
}

div.component[data-type="article-list"] > div.list > 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="article-list"] > div.list > ul.item-list > li.item {
  width: calc(100% / 4 - 30.05px);
  margin: 0 0 30px 30px;
  cursor: pointer;
}

div.MAIN div.component[data-type="article-list"] > div.list > ul.item-list > li.item {
  width: calc(100% / 3 - 30.05px);
}

div.MAIN div.component[data-type="article-list"] > div.list > ul.item-list > li.item:nth-child(n + 4) {
  display: none;
}

aside div.component[data-type="article-list"] > div.list > ul.item-list > li.item {
  width: calc(100% / 1 - 30.05px);
}

aside div.component[data-type="article-list"] > div.list > ul.item-list > li.item:nth-child(n + 2) {
  display: none;
}

div.component[data-type="article-list"][data-length="2"] > div.list > ul.item-list > li.item {
  width: calc(100% / 2 - 30.05px);
}

div.component[data-type="article-list"][data-length="3"] > div.list > ul.item-list > li.item {
  width: calc(100% / 3 - 30.05px);
}

div.component[data-type="article-list"] article > h5 {
  margin: 0 0 5px 0;
}

div.component[data-type="article-list"] article > div.image {
  text-align: center;
  margin: 0 0 30px 0;
}

div.component[data-type="article-list"] article > div.image > img {
  width: 100%;
}

div.component[data-type="article-list"] article > h4 {
  margin: 0 0 10px 0;
  font-family: 'VistaSansOT-Medium';
  font-size: 18px;
  color: #009fe3;
}

div.component[data-type="article-list"] article > h4 > a {
  display: block;
  color: inherit;
}

div.component[data-type="article-list"] li.item:hover > article > h4 > a {
  text-decoration: underline;
}

div.component[data-type="contact-list"] {
  font-size: 18px;
  margin: 0;
}

div.component[data-type="contact-list"] > div.list > 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="contact-list"] > div.list > ul.item-list > li.item {
  width: calc(100% / 3 - 30.05px);
  margin: 0 0 30px 30px;
  padding: 30px 30px 27px 30px;
  background-color: #ededed;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
}

div.MAIN div.component[data-type="contact-list"] > div.list > ul.item-list > li.item {
  width: calc(100% / 2 - 30.05px);
}

aside div.component[data-type="contact-list"] > div.list > ul.item-list > li.item {
  width: calc(100% / 1 - 30.05px);
}

div.component[data-type="contact-list"] > div.list > ul.item-list > li.item > article {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
}

div.component[data-type="contact-list"] > div.list > ul.item-list > li.item > article[data-image="no"] {
  display: block;
}

div.component[data-type="contact-list"] article > div.image {
  width: 88px;
  min-width: 88px;
  padding: 0 0 0 20px;
}

/*
aside div.component[data-type="contact-list"] article > div.image {
  width: 75px;
  min-width: 75px;
}
*/

div.component[data-type="contact-list"] article > div.image > img {
  width: 100%;
  min-width: 100%;
  display: block;
}

div.component[data-type="contact-list"] article > div.image[data-imgtype="icon"] > img {
  height: 90px;
}

div.component[data-type="contact-list"] article > div.content {
  width: calc(100% - 88px);
}

aside div.component[data-type="contact-list"] article > div.content {
  width: calc(100% - 75px);
}

div.component[data-type="contact-list"] article > div.content > h5 {
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-size: 16px;
}

div.component[data-type="contact-list"] article > div.content > h6 {
  margin: 0 0 5px 0;
  /*text-transform: uppercase;*/
  font-size: 14px;
}

div.component[data-type="contact-list"] article > div.content > h4 {
  margin: 0 0 15px 0;
  font-family: 'VistaSansOT-Medium';
  font-size: 18px;
  color: #00488e;
}

div.component[data-type="contact-list"] article > div.content > h4 > a {
  color: inherit;
}

div.component[data-type="contact-list"] article > div.content > div.link {
  margin: 15px 0 0 0;
  font-size: 16px;
  font-family: 'VistaSansOT-RegItalic';
}

div.component[data-type="contact-list"] article > div.content > div.link a {
  display: inline-block;
  padding: 0 30px 0 0;
  background-image: url(../img/link_pfeil_hellblau.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 20px 100%;
}

div.component[data-type="contact-list"] article > div.content > div.link a {
  display: inline-block;
  padding: 0;
  background-image: none;
}

div.component[data-type="list"] div.list > ul.item-list > li.item {
  margin: 0 0 15px 0;
  padding: 0 0 0 22px;
  background-image: url(../img/bulletpoint_blau.svg);
  background-repeat: no-repeat;
  background-position: left 4px;
  background-size: 12px 12px;
}

div.component[data-type="list"] div.list > ul.item-list > li.item:last-of-type {
  margin: 0;
}

div.component[data-type="list"] div.list > ul.item-list > li.item > h5 {
  font-family: 'VistaSansOT-Medium';
}

div.component[data-type="spa-calendar"] {
  margin: 0 0 50px 0;
}

div.component[data-type="spa-calendar"] > h3 {
  z-index: 2;
  display: inline-block;
  padding: 30px 50px 26px 50px;
  background-color: #009de0;
  background-image: url(../img/bg_headlines.svg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  font-size: 32px;
  font-family: 'VistaSansOT-Bold';
  text-transform: uppercase;
  border-radius: 4px 4px 4px 0;
  -webkit-border-radius: 4px 4px 4px 0;
  -khtml-border-radius: 4px 4px 4px 0;
  -moz-border-radius: 4px 4px 4px 0;
}

div.component[data-type="spa-calendar"] > div.content {
  z-index: 1;
  background-color: #ededed;
  padding: 70px 50px 45px 50px;
  margin: -25px 0 0 0;
  border-radius: 0 8px 0 0;
  -webkit-border-radius: 0 4px 0 0;
  -khtml-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
}

div.component[data-type="spa-calendar"] div.switch-view {
  z-index: 2;
  position: absolute;
  right: 50px;
}

div.MAIN div.component[data-type="spa-calendar"] div.switch-view {
  right: 20px;
  top: 20px;
}

div.component[data-type="spa-calendar"] div.switch-view > button {
  border: none;
  cursor: pointer;
  padding: 10px 20px 8px 38px;
  font-family: 'VistaSansOT-Bold';
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 10px 20px 8px 38px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 18px 100%;
  background-color: #009fe3;
  color: #ffffff;
  background-image: url(../img/wochekalender_weiss.svg);
}

div.component[data-type="spa-calendar"] div.filter {
  z-index: 1;
  margin: 0 0 30px 0;
}

div.component[data-type="spa-calendar"] div.filter > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  margin: 0 0 0 -20px;
}

div.component[data-type="spa-calendar"] div.filter > ul.item-list > li.item {
  margin: 0 0 20px 20px;
}

div.component[data-type="spa-calendar"] div.filter button {
  border: none;
  background-color: #ffffff;
  cursor: pointer;
  padding: 10px 20px 8px 20px;
  font-family: 'VistaSansOT-Bold';
  color: #aeaeae;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
}

div.component[data-type="spa-calendar"] div.filter button[data-type] {
  padding: 10px 20px 8px 38px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 18px 100%;
}

div.component[data-type="spa-calendar"] div.filter li.item[data-active="yes"] > button,
div.component[data-type="spa-calendar"] div.filter li.item:hover > button {
  background-color: #00478f;
  color: #ffffff;
}

div.component[data-type="spa-calendar"] div.filter button[data-type="Kurs"] {
  background-image: url(../img/kurs_grau.svg);
}

div.component[data-type="spa-calendar"] div.filter li.item[data-active="yes"] > button[data-type="Kurs"],
div.component[data-type="spa-calendar"] div.filter li.item:hover > button[data-type="Kurs"] {
  background-image: url(../img/kurs_weiss.svg);
}

div.component[data-type="spa-calendar"] div.filter button[data-type="Event"] {
  background-image: url(../img/events_grau.svg);
}

div.component[data-type="spa-calendar"] div.filter li.item[data-active="yes"] > button[data-type="Event"],
div.component[data-type="spa-calendar"] div.filter li.item:hover > button[data-type="Event"] {
  background-image: url(../img/events_weiss.svg);
}

div.component[data-type="spa-calendar"] div.filter button[data-type="Beckenbelegung"] {
  background-image: url(../img/beckenbelegung_grau.svg);
}

div.component[data-type="spa-calendar"] div.filter li.item[data-active="yes"] > button[data-type="Beckenbelegung"],
div.component[data-type="spa-calendar"] div.filter li.item:hover > button[data-type="Beckenbelegung"] {
  background-image: url(../img/beckenbelegung_weiss.svg);
}

div.component[data-type="spa-calendar"] div.content > div.date {
  margin: 0 0 30px 0;
}

div.component[data-type="spa-calendar"] div.content > div.date > h4 {
  font-family: 'VistaSansOT-Medium';
  font-size: 24px;
  color: #024890;
}

div.component[data-type="spa-calendar"] div.day-list > ul.item-list > li.item {
  margin: 0 0 20px 0;
}

div.component[data-type="spa-calendar"] div.day-list > ul.item-list > li.item:last-of-type {
  margin: 0;
}

div.component[data-type="spa-calendar"] div.day-list > ul.item-list > li.item[data-noresult="yes"] {
  display: none;
}

div.component[data-type="spa-calendar"] div.day-list article {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -webkit-align-items: center;
  align-items: center;
  font-size: 20px;
  font-family: 'VistaSansOT-Bold';
  min-height: 40px;
}

div.component[data-type="spa-calendar"] div.day-list article > * {
  margin: 0;
}

div.component[data-type="spa-calendar"] div.day-list article > div.icon {
  margin: 0 30px 0 0;
  height: 40px;
  min-height: 40px;
  width: 40px;
  min-width: 40px;
  padding: 6px 0 0 0;
  background-color: #009de0;
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
}

div.component[data-type="spa-calendar"] div.day-list article > div.icon > img {
  position: absolute;
  width: 28px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

div.component[data-type="spa-calendar"] div.day-list article > div.text {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -webkit-align-items: center;
  align-items: center;
}

div.component[data-type="spa-calendar"] div.day-list article > div.text > h5 {
  width: 180px;
}

div.component[data-type="spa-calendar"] div.day-list article > div.text > h3 {
  width: calc(100% - 180px);
}

div.component[data-type="spa-calendar"] div.day-list article > div.text > h5:after {
  content: " – ";
  margin: 0 10px 0 10px;
}

div.component[data-type="spa-calendar"] div.week-list > div.list {
  margin: 0 -50px 0 -50px;
}

div.component[data-type="spa-calendar"] div.week-list > div.list > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
}

div.component[data-type="spa-calendar"] div.week-list > div.list > ul.item-list > li.item {
  width: calc(100% / 7);
  border-left: 2px solid #ffffff;
}

div.component[data-type="spa-calendar"] div.week-list > div.list > ul.item-list > li.item[data-expired="yes"] {
  opacity: 0.3;
}

div.component[data-type="spa-calendar"] div.week-list > div.list > ul.item-list > li.item:first-of-type {
  border-left: none;
}

div.component[data-type="spa-calendar"] div.week-list > div.list > ul.item-list > li.item > h4 {
  text-align: center;
  color: #ffffff;
  padding: 15px 5px 13px 5px;
  background-color: #009fe3;
  font-family: 'VistaSansOT-Medium';
}

div.component[data-type="spa-calendar"] div.week-list > div.list > ul.item-list > li.item[data-weekday="6"] > h4 {
  background-color: #a21b7a;
}

div.component[data-type="spa-calendar"] div.week-list > div.list > ul.item-list > li.item[data-weekday="0"] > h4 {
  background-color: #e50045;
}

div.component[data-type="spa-calendar"] div.week-list > div.list > ul.item-list > li.item li.item {
  padding: 10px 5px 10px 5px;
  border-bottom: 1px solid #b0b0b0;
}

div.component[data-type="spa-calendar"] div.week-list > div.list > ul.item-list > li.item li.item[data-noresult="yes"] {
  display: none;
}

/*
div.component[data-type="spa-calendar"] div.week-list > div.list > ul.item-list > li.item > ul.item-list > li.item:last-of-type {
  border-bottom: none;
  padding: 10px 5px 0 5px;
}
*/

div.component[data-type="spa-calendar"] div.week-list article {
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
  font-family: 'VistaSansOT-Bold';
  min-height: 24px;
}

div.component[data-type="spa-calendar"] div.week-list article > * {
  margin: 0;
}

div.component[data-type="spa-calendar"] div.week-list article > div.icon {
  margin: 0 5px 0 0;
  height: 24px;
  width: 24px;
  padding: 6px 0 0 0;
  background-color: #009de0;
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
}

div.component[data-type="spa-calendar"] div.week-list article > div.icon > img {
  position: absolute;
  width: 18px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

div.component[data-type="spa-calendar"] div.week-list article > h3 {
  width: 100%;
  margin: 5px 0 0 0;
}

div.component[data-type="spa-calendar"] div.navigation {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 0 0;
  padding: 0 50px 0 50px;
}

div.component[data-type="spa-calendar"][data-hasprev="no"] div.navigation div.prev,
div.component[data-type="spa-calendar"][data-hasnext="no"] div.navigation div.next {
  visibility: hidden;
}

div.component[data-type="spa-calendar"] div.navigation div.prev button,
div.component[data-type="spa-calendar"] div.navigation div.next button {
  border: none;
  background-color: transparent;
  padding: 0 0 0 30px;
  background-image: url(../img/link_pfeil_hellblau_.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px 13px;
  color: #009fe3;
  font-family: 'VistaSansOT-RegItalic';
  font-size: 16px;
  cursor: pointer;
}

div.component[data-type="spa-calendar"] div.navigation div.next button {
  padding: 0 30px 0 0;
  background-position: right center;
  background-image: url(../img/link_pfeil_hellblau.svg);
}

div.component[data-type="parkhaus-piktogramme"] {
  margin: 0 0 10px 0;
}

div.component[data-type="parkhaus-piktogramme"] > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 0 -10px;
}

div.component[data-type="parkhaus-piktogramme"] > ul.item-list > li.item {
  margin: 0 0 10px 10px;
}

div.component[data-type="gallery"] {
  width: 100%;
  height: inherit;
  margin: 0;
}

div.component[data-type="gallery"] > div.curtain {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 73, 142, 0.9);
  opacity: 0.7;
  width: 100%;
  height: 100%;
}

div.component[data-type="gallery"] > div.close {
  z-index: 4;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 20px 20px 0 0;
  text-align: right;
  cursor: pointer;
  display: block;
}

div.component[data-type="gallery"] > div.close > button {
  display: block;
  background-color: transparent;
  border: none;
  height: 35px;
  width: 100%;
  background-image: url(../img/close_white.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 32px 32px;
  cursor: pointer;
}

div.component[data-type="gallery"] > div.slider {
  z-index: 3;
  width: inherit;
  height: inherit;
}

div.component[data-type="gallery"] > div.slider > div.navigation {
  z-index: 4;
  position: fixed;
  bottom: 120px;
  bottom: calc(50% + 50px);
  width: 100%;
}

div.component[data-type="gallery"] > div.slider > div.navigation > div.prev,
div.component[data-type="gallery"] > div.slider > div.navigation > div.next {
  position: absolute;
  width: 150px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  cursor: pointer;
  display: none;
}

div.component[data-type="gallery"] > div.slider > div.navigation > div.prev > a,
div.component[data-type="gallery"] > div.slider > div.navigation > div.next > a {
  color: inherit;
  text-decoration: none !important;
  width: 100%;
  height: inherit;
  display: block;
}

div.component[data-type="gallery"] > div.slider > div.navigation > div.prev {
  background-position: 20px center;
  background-image: url(../img/gallery_prev.svg);
  left: 0;
}

div.component[data-type="gallery"] > div.slider[data-hasprev="yes"] > div.navigation > div.prev {
  display: block;
}

div.component[data-type="gallery"] > div.slider > div.navigation > div.next {
  background-position: calc(100% - 20px) center;
  background-image: url(../img/gallery_next.svg);
  right: 0;
}

div.component[data-type="gallery"] > div.slider[data-hasnext="yes"] > div.navigation > div.next {
  display: block;
}

div.component[data-type="gallery"] > div.slider > div.list {
  width: inherit;
  height: inherit;
  overflow: hidden;
}

div.component[data-type="gallery"] > div.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="gallery"] > div.slider > div.list > ul.item-list > li.item {
  min-width: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
  text-align: center;
}

div.component[data-type="gallery"] > div.slider > div.list > ul.item-list > li.item img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto 0 auto;
}

div.component[data-type="gallery"] > div.slider > div.list > ul.item-list > li.item h6 {
  display: block;
  text-align: center;
  margin: 10px 0 0 0;
  font-size: 15px;
  color: #ffffff;
}

div.component[data-type="gallery-preview"] {
  font-size: 18px;
}

div.component[data-type="gallery-preview"] > div.preamble {
  margin: 0 0 30px 0;
}

aside div.component[data-type="gallery-preview"] > div.preamble {
  font-size: 16px;
}

div.component[data-type="gallery-preview"] > div.gallery {
}

div.component[data-type="gallery-preview"] > div.gallery > div.detail {
  margin: 0 0 10px 0;
  text-align: center;
  cursor: pointer;
}

div.component[data-type="gallery-preview"] > div.gallery > div.detail > img {
  display: block;
  width: 100%;
}

div.component[data-type="gallery-preview"] > div.gallery > div.expand {
  cursor: pointer;
  color: #019fe6;
  font-size: 16px;
  display: none;
}

div.component[data-type="gallery-preview"] > div.gallery[data-hasexpand="yes"] > div.expand {
  display: block;
}

div.component[data-type="gallery-preview"] > div.gallery > div.expand > button {
  position: relative;
  display: block;
  max-width: 200px;
  color: inherit;
  width: 100%;
  text-align: center;
  margin: 0 auto 0 auto;
  padding: 80px 0 0 0;
  background-color: transparent;
  border: none;
  background-image: url(../img/gallery_plus_blau.svg);
  background-repeat: no-repeat;
  background-size: 60px 60px;
  background-position: center top;
  cursor: pointer;
}

div.component[data-type="gallery-preview"] > div.gallery[data-expanded="yes"] > div.expand > button {
  background-image: url(../img/gallery_minus_blau.svg);
}

div.component[data-type="gallery-preview"] > div.gallery > div.expand > button:after {
  content: "Weitere Bilder anzeigen";
  color: inherit;
}

div.component[data-type="gallery-preview"] > div.gallery[data-expanded="yes"] > div.expand > button:after {
  content: "Weniger Bilder anzeigen";
}

div.component[data-type="gallery-preview"] > div.gallery > div.list {
  max-width: 100%;
}

div.component[data-type="gallery-preview"] > div.gallery > div.list > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  margin: 0 0 0 -30px;
}

aside div.component[data-type="gallery-preview"] > div.gallery > div.list > ul.item-list {
  margin: 0 0 0 -20px;
}

div.component[data-type="gallery-preview"] > div.gallery > div.list > ul.item-list > li.item {
  width: calc(100% / 4 - 30.09px);
  margin: 0 0 30px 30px;
  cursor: pointer;
}

div.component[data-type="gallery-preview"] > div.gallery > div.list > ul.item-list > li.item:nth-child(n + 9) {
  display: none;
}

div.MAIN[data-full="no"] div.component[data-type="gallery-preview"] > div.gallery > div.list > ul.item-list > li.item {
  width: calc(100% / 3 - 30.09px);
  margin: 0 0 30px 30px;
  cursor: pointer;
}

div.MAIN[data-full="no"] div.component[data-type="gallery-preview"] > div.gallery > div.list > ul.item-list > li.item:nth-child(n + 7) {
  display: none;
}

aside div.component[data-type="gallery-preview"] > div.gallery > div.list > ul.item-list > li.item {
  width: calc(100% / 2 - 20.09px);
  margin: 0 0 20px 20px;
}

aside div.component[data-type="gallery-preview"] > div.gallery > div.list > ul.item-list > li.item:nth-child(n + 5) {
  display: none;
}

div.component[data-type="gallery-preview"] > div.gallery > div.list > ul.item-list > li.item > img {
  display: block;
  width: 100%;
}

div.component[data-type="gallery-preview"] > div.gallery > div.list > ul.item-list > li.item > h6 {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(255,255,255,0.8);
  font-size: 14px;
  padding: 3px;
  overflow: hidden;
  height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

div.component[data-type="gallery-preview"] > div.gallery > div.navigation {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 2;
}

div.component[data-type="gallery-preview"] > div.gallery[data-shownavigation="no"] > div.navigation {
  display: none;
}

div.component[data-type="gallery-preview"] > div.gallery > div.navigation > div.prev,
div.component[data-type="gallery-preview"] > div.gallery > div.navigation > div.next {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 52px;
  background-image: url(../img/link_pfeil_hellblau_.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  cursor: pointer;
}

div.component[data-type="gallery-preview"] > div.gallery > div.navigation > div.prev > a,
div.component[data-type="gallery-preview"] > div.gallery > div.navigation > div.next > a {
  color: inherit;
  text-decoration: none !important;
  width: inherit;
  height: inherit;
  display: block;
}

div.component[data-type="gallery-preview"] > div.gallery[data-hasprev="no"] > div.navigation > div.prev,
div.component[data-type="gallery-preview"] > div.gallery[data-hasnext="no"] > div.navigation > div.next {
  display: none;
}

div.component[data-type="gallery-preview"] > div.gallery > div.navigation > div.next {
  right: 0;
  left: inherit;
  background-image: url(../img/link_pfeil_hellblau.svg);
}

div.component[data-type="downloads"] {
  font-size: 18px;
  max-width: 668px;
}

aside div.component[data-type="downloads"] {
  font-size: 16px;
  max-width: 100%;
}

div.component[data-type="downloads"] > div.preamble {
  margin: 0 0 20px 0;
}

div.component[data-type="downloads"] > div.list {
  color: #ffffff;
}  

div.component[data-type="downloads"] > div.list > ul.item-list > li.item {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  background-color: #009fe3;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  margin: 0 0 25px 0;
  padding: 20px 25px 17px 25px;
  min-height: 83px;
  background-image: url(../img/download_weiss.svg);
  background-repeat: no-repeat;
  background-position: 25px 15px;
  background-size: 39px 50px;
  cursor: pointer;
}

aside div.component[data-type="downloads"] > div.list > ul.item-list > li.item {
  padding: 20px 20px 17px 20px;
  display: block;
  background-size: 39px 39px;
  background-position: 25px 20px;
}

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:hover {
  background-color: #42c0f0;
}

div.component[data-type="downloads"] > div.list > ul.item-list > li.item > a {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 0 20px 0 63px;
  font-family: 'VistaSansOT-Medium';
}

aside div.component[data-type="downloads"] > div.list > ul.item-list > li.item > a {
  min-height: 40px;
}

div.component[data-type="downloads"] > div.list > ul.item-list > li.item > h6 {
  min-width: 70px;
  padding: 0 0 0 20px;
  border-left: 1px solid #ffffff;
}

div.component[data-type="downloads"] > div.list > ul.item-list > li.item > h6 > span.mime,
div.component[data-type="downloads"] > div.list > ul.item-list > li.item > h6 > span.size {
  display: block;
  text-align: center;
  text-transform: uppercase;
}

div.component[data-type="downloads"] > div.list > ul.item-list > li.item > h6 > span.size {
  font-size: 16px;
}

aside div.component[data-type="downloads"] > div.list > ul.item-list > li.item > h6 {
  min-width: auto;
  margin: 10px 0 0 0;
  padding: 10px 0 0 60px;
  border-left: none;
  border-top: 1px solid #ffffff;
}

aside div.component[data-type="downloads"] > div.list > ul.item-list > li.item > h6 > span.mime,
aside div.component[data-type="downloads"] > div.list > ul.item-list > li.item > h6 > span.size {
  display: inline;
  text-align: left;
}

aside div.component[data-type="downloads"] > div.list > ul.item-list > li.item > h6 > span.mime:after {
  content: ",";
  margin: 0 5px 0 0;
}

div.component[data-type="card"] > div.preamble {
  margin: 0 0 20px 0;
  font-size: 18px;
}

aside div.component[data-type="card"] > div.preamble {
  font-size: 16px;
}

div.component[data-type="card"] > div.card {
  margin: 0 auto 0 auto;
  height: 450px;
  width: 100%;
}

aside div.component[data-type="card"] > div.card {
  height: 350px;
}

div.component[data-type="card"] > div.card > div.card-content {
  height: inherit;
  width: inherit;
}

div.component[data-type="card"] > div.card > iframe,
div.component[data-type="card"] > div.card > div.card-content > div.card-image {
  width: 100%;
  height: 450px;
}

div.component[data-type="card"] > div.card > div.card-content > div.card-consent-preview {
  width: 100%;
  height: inherit;
  cursor: pointer;
  padding: 25px 25px 22px 25px;
  background-color: #ededed;
  background-image: url(../img/pin_hellblau.svg);
  background-position: center center;
  background-size: 25%, 25%;
  background-repeat: no-repeat;
} 

div.component[data-type="card"] > div.card > div.card-content > div.card-consent-preview:hover {
  opacity: 0.8;
}

div.component[data-type="html-code"] {
  margin: 0;
}

div.component[data-type="weblinks"] {
  /*color: #ffffff;*/
  font-size: 18px;
  max-width: 668px;
}

div.component[data-type="weblinks"] > div.list > ul.item-list > li.item {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  /*justify-content: space-between;*/
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  margin: 0 0 25px 0;
  padding: 20px 25px 17px 25px;
  /*
  background-image: url(../img/aeppes_background.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  */
  background-color: #ededed;
  /*
  background-image: url(../img/bg_weblinks.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  */
  cursor: pointer;
}

div.component[data-type="weblinks"] > div.list > ul.item-list > li.item > div.image {
  width: 145px;
  margin: 0 30px 0 0;
}

aside div.component[data-type="weblinks"] > div.list > ul.item-list > li.item > div.image {
  width: 88px;
  min-width: 88px;
  margin: 0 20px 0 0;
}

div.component[data-type="weblinks"] > div.list > ul.item-list > li.item > div.content > h4 {
  font-family: 'VistaSansOT-Medium';
  color: #00488e;
}

div.component[data-type="weblinks"] > div.list > ul.item-list > li.item > div.content > h4 > a {
  color: inherit;
}

div.component[data-type="weblinks"] > div.list > ul.item-list > li.item > div.content > div.text {
  margin: 5px 0 0 0;
  font-size: 16px;
}

div.component[data-type="infomap"] {
  color: #ffffff;
  font-size: 18px;
  max-width: 668px;
}

aside div.component[data-type="infomap"] {
  font-size: 16px;
  max-width: 100%;
}

div.component[data-type="infomap"] > div.list > ul.item-list > li.item {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  background-color: #8bb31e;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  margin: 0 0 25px 0;
  padding: 20px 25px 17px 25px;
  min-height: 83px;
  background-image: url(../img/download_weiss.svg);
  background-repeat: no-repeat;
  background-position: 25px 15px;
  background-size: 39px 50px;
  cursor: pointer;
}

aside div.component[data-type="infomap"] > div.list > ul.item-list > li.item {
  padding: 20px 20px 17px 20px;
}

div.component[data-type="infomap"] > div.list > ul.item-list > li.item:last-of-type {
  margin: 0;
}

div.component[data-type="infomap"] > div.list > ul.item-list > li.item:hover {
  background-color: #b4ce6d;
}

div.component[data-type="infomap"] > div.list > ul.item-list > li.item > a {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 0 0 0 63px;
  font-family: 'VistaSansOT-Medium';
}

div.component[data-type="infomap"] > div.list > ul.item-list > li.item > a > span.info {
  display: block;
  font-family: 'VistaSansOT-RegItalic';
  font-size: 16px;
}

div.component[data-type="pagelist"] > div.list > ul.item-list > li.item {
  margin: 0 0 30px 0;
}

div.component[data-type="pagelist"] > div.list > ul.item-list > li.item[data-small="yes"] {
  margin: 0 0 10px 0;
}

div.component[data-type="pagelist"] > div.list > ul.item-list > li.item:last-of-type {
  margin: 0;
}

div.component[data-type="pagelist"] article > h4 {
  z-index: 2;
  display: inline-block;
  padding: 20px 25px 17px 25px;
  margin: 0 0 -20px 0;
  background-color: #009de0;
  background-image: url(../img/bg_headlines.svg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  font-size: 18px;
  font-family: 'VistaSansOT-Medium';
  text-transform: uppercase;
  border-radius: 4px 4px 4px 0;
  -webkit-border-radius: 4px 4px 4px 0;
  -khtml-border-radius: 4px 4px 4px 0;
  -moz-border-radius: 4px 4px 4px 0;
}

div.component[data-type="pagelist"] li.item[data-small="yes"] > article > h4 {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  cursor: pointer;
  margin: 0;
  padding: 20px 55px 17px 25px;
  background-image: url(../img/link_pfeil_weiss.svg);
  background-position: calc(100% - 25px) center;
  background-repeat: no-repeat;
  background-size: 20px 15px;
}

aside div.component[data-type="pagelist"] article > h4 {
  padding: 15px 25px 12px 25px;
  font-size: 16px;
}

div.component[data-type="pagelist"] article > div.details {
  z-index: 1;
  padding: 50px 25px 22px 25px;
  background-color: #ededed;
  border-radius: 0 4px 4px 4px;
  -webkit-border-radius: 0 4px 4px 4px;
  -khtml-border-radius: 0 4px 4px 4px;
  -moz-border-radius: 0 4px 4px 4px;
}

div.component[data-type="pagelist"] li.item[data-small="yes"] > article > div.details {
  display: none;
}

aside div.component[data-type="pagelist"] article > div.details {
  padding: 25px 25px 22px 25px;
}

div.component[data-type="pagelist"] li.item[data-haslink="yes"] > article > div.details {
  cursor: pointer;
}

div.component[data-type="pagelist"][data-variant="gallery"] article > div.details,
div.component[data-type="pagelist"][data-variant="grid"] article > div.details {
  background-color: transparent;
}

div.component[data-type="pagelist"] article > div.details > div.image {
  margin: 0 auto 15px auto;
  max-width: 590px;
  text-align: center;
}

div.component[data-type="pagelist"] article > div.details > div.image[data-position="left"],
div.component[data-type="pagelist"] article > div.details > div.image[data-position="right"] {
  float: left;
  margin: 0 30px 10px 0;
  max-width: 265px;
  text-align: left;
}

div.component[data-type="pagelist"] article > div.details > div.image[data-position="right"] {
  float: right;
  margin: 0 0 10px 30px;
  text-align: right;
}

aside div.component[data-type="pagelist"] article > div.details > div.image,
aside div.component[data-type="pagelist"] article > div.details > div.image[data-position="left"],
aside div.component[data-type="pagelist"] article > div.details > div.image[data-position="right"] {
  float: none;
  margin: 0 auto 15px auto;
  max-width: 100%;
}

div.component[data-type="pagelist"] article > div.details > div.image img {
  position: relative;
  z-index: 1;
  display: inline-block;
}

div.component[data-type="pagelist"] article > div.details > div.image > h6 {
  font-size: 14px;
  max-width: 100%;
  font-family: 'VistaSansOT-RegItalic'; 
}

div.component[data-type="pagelist"] article div.link {
  margin: 20px 0 0 0;
  font-family: 'VistaSansOT-RegItalic';
  font-size: 16px;
}

div.component[data-type="pagelist"] article div.text > div.link {
  margin: 10px 0 0 0;
}

div.component[data-type="pagelist"] article:hover div.text > div.link > a {
  text-decoration: underline;
}

div.component[data-type="pagelist"] article div.link[data-nopreceding="yes"] {
  margin: 0;
}

div.component[data-type="pagelist"] article div.link a {
  display: inline-block;
  padding: 0 30px 0 0;
  background-image: url(../img/link_pfeil_hellblau.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 20px 100%;
}

div.component[data-type="pagelist"][data-variant="gallery"] > div.gallery,
div.component[data-type="pagelist"][data-variant="grid"] > div.grid {
  background-color: #ededed;
  padding: 40px 30px 40px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
}

div.component[data-type="pagelist"][data-variant="grid"] > div.grid {
  padding: 40px 30px 10px 30px;
}

div.component[data-type="pagelist"][data-variant="gallery"] > div.gallery > div.navigation {
  position: relative;
  margin: -20px 0 20px 0;
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
}

div.component[data-type="pagelist"][data-variant="gallery"] > div.gallery[data-shownavigation="no"] > div.navigation {
  display: none;
}

div.component[data-type="pagelist"][data-variant="gallery"] > div.gallery > div.navigation > div.prev,
div.component[data-type="pagelist"][data-variant="gallery"] > div.gallery > div.navigation > div.next {
  width: 50%;
  height: 40px;
  background-image: url(../img/thema_sliderpfeil_weiss.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 36px 21px;
  cursor: pointer;
}

div.component[data-type="pagelist"][data-variant="gallery"] > div.gallery > div.navigation > div.prev > a,
div.component[data-type="pagelist"][data-variant="gallery"] > div.gallery > div.navigation > div.next > a {
  color: inherit;
  text-decoration: none !important;
  width: 100%;
  height: inherit;
  display: block;
}

div.component[data-type="pagelist"][data-variant="gallery"] > div.gallery > div.navigation > div.next {
  background-image: url(../img/thema_sliderpfeil_weiss_.svg);
  background-position: right center;
}

div.component[data-type="pagelist"][data-variant="gallery"] > div.gallery[data-hasprev="no"] > div.navigation > div.prev,
div.component[data-type="pagelist"][data-variant="gallery"] > div.gallery[data-hasnext="no"] > div.navigation > div.next {
  visibility: hidden;
}

/*
div.component[data-type="pagelist"][data-variant="gallery"] > div.gallery > div.navigation {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: 2;
}

div.component[data-type="pagelist"][data-variant="gallery"] > div.gallery > div.navigation > div.prev,
div.component[data-type="pagelist"][data-variant="gallery"] > div.gallery > div.navigation > div.next {
  position: absolute;
  top: 0;
  left: -55px;
  width: 50px;
  height: 100%;
  background-image: url(../img/thema_sliderpfeil_weiss.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 36px 21px;
  cursor: pointer;
}

div.component[data-type="pagelist"][data-variant="gallery"] > div.gallery > div.navigation > div.next {
  right: 55px;
  left: inherit;
  background-image: url(../img/thema_sliderpfeil_weiss_.svg);
}
*/

div.component[data-type="pagelist"][data-variant="gallery"] > div.gallery > div.list {
  max-width: 100%;
  overflow: hidden;
}

div.component[data-type="pagelist"][data-variant="gallery"] > div.gallery > div.list > ul.item-list,
div.component[data-type="pagelist"][data-variant="grid"] > div.grid > div.list > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  margin: 0 0 0 -30px;
  width: calc(100% + 30px);
  -webkit-align-items: stretch;
  align-items: stretch;
}

div.component[data-type="pagelist"][data-variant="grid"] > div.grid > div.list > ul.item-list {
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}

div.component[data-type="pagelist"][data-variant="gallery"] > div.gallery > div.list > ul.item-list > li.item,
div.component[data-type="pagelist"][data-variant="grid"] > div.grid > div.list > ul.item-list > li.item {
  min-width: calc(100% / 4 - 30px);
  width: calc(100% / 4 - 30px);
  margin: 0 0 0 30px;
}

div.component[data-type="pagelist"][data-variant="grid"] > div.grid > div.list > ul.item-list > li.item {
  min-width: calc(100% / 4 - 30px);
  width: calc(100% / 4 - 30px);
  margin: 0 0 30px 30px;
}

div.component[data-type="pagelist"][data-variant="gallery"] > div.gallery > div.list > ul.item-list > li.item[data-haslink="yes"],
div.component[data-type="pagelist"][data-variant="grid"] > div.grid > div.list > ul.item-list > li.item[data-haslink="yes"] {
  cursor: pointer;
}

div.MAIN div.component[data-type="pagelist"][data-variant="gallery"] > div.gallery > div.list > ul.item-list > li.item,
div.MAIN div.component[data-type="pagelist"][data-variant="grid"] > div.grid > div.list > ul.item-list > li.item {
  min-width: calc(100% / 3 - 30px);
  width: calc(100% / 3 - 30px);
}

aside div.component[data-type="pagelist"][data-variant="gallery"] > div.gallery > div.list > ul.item-list > li.item,
aside div.component[data-type="pagelist"][data-variant="grid"] > div.grid > div.list > ul.item-list > li.item {
  min-width: calc(100% / 1 - 30px);
  width: calc(100% / 1 - 30px);
}

div.component[data-type="pagelist"][data-variant="gallery"] article > div.image,
div.component[data-type="pagelist"][data-variant="grid"] article > div.image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 170px;
  margin: 0 0 20px 0;
}

div.component[data-type="pagelist"][data-variant="gallery"] article > h4,
div.component[data-type="pagelist"][data-variant="grid"] article > h4 {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  margin: 0 0 20px 0;
  font-size: 16px;
  background-image: none;
}

div.component[data-type="video"] > div.preamble {
  margin: 0 0 20px 0;
  font-size: 18px;
}

aside div.component[data-type="video"] > div.preamble {
  font-size: 16px;
}

div.component[data-type="video"] > div.video {
  width: 560px;
  margin: 0 auto 0 auto;
  max-width: 100%;
}

div.component[data-type="video"] > div.video > div.youtube-consent-preview {
  height: inherit;
  width: inherit;
  max-width: 100%;
  cursor: pointer;
  width: 100%;
  height: calc(560px / 16 * 9);
}

div.component[data-type="video"] > 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="video"] > div.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.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.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 > div.text {
  font-size: 16px;
}

div.component[data-type="video"] > div.video > iframe {
  width: 100%;
  height: calc(560px / 16 * 9);
}

div.component[data-type="table"] > div.preamble {
  margin: 0 0 20px 0;
  font-size: 18px;
}

aside div.component[data-type="table"] > div.preamble {
  font-size: 16px;
}

div.component[data-type="table"] > div.preamble > div.image {
  margin: 0 auto 15px auto;
  max-width: 590px;
  text-align: center;
}

div.component[data-type="table"] > div.preamble > div.image[data-position="left"],
div.component[data-type="table"] > div.preamble > div.image[data-position="right"] {
  float: left;
  margin: 0 30px 10px 0;
  max-width: 265px;
  text-align: left;
}

div.component[data-type="table"] > div.preamble > div.image[data-position="right"] {
  float: right;
  margin: 0 0 10px 30px;
  text-align: right;
}

aside div.component[data-type="table"] > div.preamble > div.image,
aside div.component[data-type="table"] > div.preamble > div.image[data-position="left"],
aside div.component[data-type="table"] > div.preamble > div.image[data-position="right"] {
  float: none;
  margin: 0 auto 15px auto;
  max-width: 100%;
}

div.component[data-type="table"] > div.preamble > div.image img {
  position: relative;
  z-index: 1;
  display: inline-block;
}

div.component[data-type="table"] > div.preamble > div.image > h6 {
  font-size: 14px;
  max-width: 100%;
  font-family: 'VistaSansOT-RegItalic'; 
}

div.component[data-type="table"] > div.table {
  font-size: 16px;
  overflow: auto;
  max-width: 100%;
}

div.component[data-type="table"] table {
  font-size: inherit;
  width: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
}

div.component[data-type="table"][data-variant="energy-data"] > div.table table {
  table-layout: fixed;
}

div.component[data-type="table"] table tr > th {
  font-family: 'VistaSansOT-Medium';
  font-weight: normal;
  color: #ffffff;
  background-color: #009fe3;
  padding: 10px 20px 7px 20px;
  border-right: 1px solid #ffffff;
  text-align: center;
}

div.component[data-type="table"] table tr > th:last-of-type {
  border-right: none;
}

div.component[data-type="table"][data-variant="energy-data"] > div.table table tr > th,
div.component[data-type="table"][data-variant="energy-data"] > div.table table tr > td {
  width: 50%;
}

div.component[data-type="table"] table tr > td {
  padding: 8px 8px 6px 8px;
  background-color: #ededed;
  border-right: 1px solid #c7c4bb;
  border-bottom: 1px solid #c7c4bb;
  font-size: 14px;
}

div.component[data-type="table"] table tr > td[data-align="right"] {
  text-align: right;
}

div.component[data-type="table"] table tr > td.footer {
  background-color: #42c0f0;
  color: #ffffff;
  border-color: #ffffff;
}

div.component[data-type="table"] table tr > td:last-of-type {
  border-right: none;
}

div.component[data-type="table"] table tr:last-of-type > td {
  border-bottom: none;
}

div.component[data-type="table"] > div.footnote {
  font-size: 14px;
  margin: 15px 0 0 0;
}

div.component[data-type="form"] > div.content {
  padding: 30px;
  background-color: #ededed;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
}

div.component[data-type="form"] > div.content > div.preamble {
  margin: 0 0 30px 0;
}

aside div.component[data-type="form"] > div.content > div.preamble {
  font-size: 16px;
}

div.component[data-type="form"] > div.content > div.preamble > div.image {
  margin: 0 auto 15px auto;
  max-width: 590px;
  text-align: center;
}

div.component[data-type="form"] > div.content > div.preamble > div.image[data-position="left"],
div.component[data-type="form"] > div.content > div.preamble > div.image[data-position="right"] {
  float: left;
  margin: 0 30px 10px 0;
  max-width: 265px;
  text-align: left;
}

div.component[data-type="form"] > div.content > div.preamble > div.image[data-position="right"] {
  float: right;
  margin: 0 0 10px 30px;
  text-align: right;
}

aside div.component[data-type="form"] > div.content > div.preamble > div.image,
aside div.component[data-type="form"] > div.content > div.preamble > div.image[data-position="left"],
aside div.component[data-type="form"] > div.content > div.preamble > div.image[data-position="right"] {
  float: none;
  margin: 0 auto 15px auto;
  max-width: 100%;
}

div.component[data-type="form"] > div.content > div.preamble > div.image img {
  position: relative;
  z-index: 1;
  display: inline-block;
}

div.component[data-type="form"] > div.content > div.preamble > div.image > h6 {
  font-size: 14px;
  max-width: 100%;
  font-family: 'VistaSansOT-RegItalic'; 
}

div.component[data-type="form"] > div.content > div.preamble > div.link {
  margin: 15px 0 0 0;
  font-family: 'VistaSansOT-RegItalic';
  font-size: 18px;
}

div.component[data-type="form"] > div.content > div.preamble > div.link a {
  display: inline-block;
  padding: 0 30px 0 0;
  background-image: url(../img/link_pfeil_hellblau.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 20px 100%;
}

div.component[data-type="form"] div.response {
  display: none;
  font-family: 'VistaSansOT-Medium';
  font-size: 22px;
}

div.component[data-type="form"] div.response div.button {
  margin-top: 30px;
}

div.component[data-type="form"] div.response div.button > a {
  cursor: pointer;
  background: none;
  border: 1px solid #00488e;
  text-decoration: none;
  background: #00488e;  
  background: -webkit-linear-gradient(#0463c1, #00488e);
  background: -moz-linear-gradient(#0463c1, #00488e);
  background: -o-linear-gradient(#0463c1, #00488e);
  background: -ms-linear-gradient(#0463c1, #00488e);
  background: linear-gradient(#0463c1, #00488e);
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 30px 7px 30px;
  font-size: 18px;
  font-family: 'VistaSansOT-Bold'; 
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
}

div.component[data-type="form"] div.link > a {
  display: inline-block;
  font-family: 'VistaSansOT-RegItalic'; 
  padding: 0 30px 0 0;
  background-image: url(../img/link_pfeil_hellblau.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 20px 100%;
}

div.component[data-type="form"] div.form h5.headline {
  font-family: 'VistaSansOT-RegItalic';
  margin: 0 0 15px 0;
}

div.component[data-type="form"] div.form div.input-section {
  margin: 0 0 25px 0;
}

div.component[data-type="form"] div.form div.input-section > h5 {
  font-family: 'VistaSansOT-Medium';
  font-size: 22px;
  color: #024890;
  margin: 0 0 15px 0;
}

div.component[data-type="form"] div.form div.input-section h5.headline {
  font-family: 'VistaSansOT-Medium';
  color: #024890;
  font-size: 18px;
}

div.component[data-type="form"] div.form div.input-group {
  margin: 0;
  width: 100%;
  justify-content: space-between;
}

div.component[data-type="form"] div.form div.input-group div.input-group {
  margin: 0;
}

div.component[data-type="form"] div.form div.input-group > * {
  margin: 0;
  width: calc(100% - 10px);
}

div.component[data-type="form"] div.form div.input-group[data-variant="street"] > div.input {
  width: calc(100% - 100px);
}

div.component[data-type="form"] div.form div.input-group[data-variant="street"] > div.input[data-variant="hnr"] {
  width: 80px;
}

div.component[data-type="form"] div.form div.input-group[data-variant="city"] > div.input {
  width: calc(100% - 120px);
}

div.component[data-type="form"] div.form div.input-group[data-variant="city"] > div.input[data-variant="zip"] {
  width: 100px;
}

div.component[data-type="form"] div.form div.input-group[data-length="2"] > * {
  width: calc(50% - 10px);
}

div.component[data-type="form"] div.form div.input-group[data-length="3"] > * {
  width: calc(100% / 3 - 13.3px);
}

div.component[data-type="form"] div.form div.input-group[data-length="4"] > * {
  width: calc(100% / 4 - 10px);
}

div.component[data-type="form"] div.form div.input {
  margin: 0 0 25px 0;
}

div.component[data-type="form"] div.form div.input[data-novalue_in_list] {
  visibility: hidden;
}

div.component[data-type="form"] div.form fieldset[data-variant="multiple"] {
  margin: 0 0 10px 0;
}

div.component[data-type="form"] div.form fieldset[data-variant="multiple"] > div.input {
  margin: 0 0 15px 0;
}

div.component[data-type="form"] div.form div.submit {
  margin: 30px 0 0 0;
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-items: center;
  align-items: center;
}

aside div.component[data-type="form"] div.form div.submit {
  display: block;
}

div.component[data-type="form"] div.form div.submit > h6 {
  margin: 0 0 0 30px;
}

aside div.component[data-type="form"] div.form div.submit > h6 {
  margin: 20px 0 0 0;
}

div.component[data-type="form"] div.form div.info {
  margin: 30px 0 0 0;
}

div.component[data-type="isa-upload"] > div.data-preview {
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 20px 0;
}

div.component[data-type="isa-upload"] > div.data-preview[data-hidden="yes"] {
  display: none;
}

div.component[data-type="isa-upload"] > div.data-preview > div.isa-upload-item {
  margin: 0 10px 10px 0;  
}

div.component[data-type="isa-upload"] > div.data-preview > div.isa-upload-item > div.command {
  position: absolute;
  top: 0; 
  right: 0;
  z-index: 2;
}

div.component[data-type="isa-upload"] > div.data-preview > div.isa-upload-item > div.command > a {
  display: block;
  width: 40px;
  height: 40px;
  padding: 10px;
  background-color: #ffffff;
  text-align: center;
}

div.component[data-type="isa-upload"] > div.data-preview > div.isa-upload-item > div.command > a > img {
  width: 20px;
  height: 20px;
}

div.component[data-type="isa-upload"] > div.data-preview > div.isa-upload-item > div.preview-icon {
  z-index: 1;
  width: 180px;
  height: 180px;
  border: 1px solid #00488d;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

div.component[data-type="isa-upload"] > div.data-setter button {
  cursor: pointer;
  background: none;
  border: 1px solid #009fe3;
  background: #00488e;  
  background: -webkit-linear-gradient(#1fa7e1, #009fe3);
  background: -moz-linear-gradient(#1fa7e1, #009fe3);
  background: -o-linear-gradient(#1fa7e1, #009fe3);
  background: -ms-linear-gradient(#1fa7e1, #009fe3);
  background: linear-gradient(#1fa7e1, #009fe3);
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 30px 7px 30px;
  font-size: 16px;
  font-family: 'VistaSansOT-Bold'; 
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
}

div.component[data-type="isa-leistungen-record"] > div.data-result {
  overflow: hidden;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
}

div.component[data-type="isa-leistungen-record"] > div.data-result > div.table {
  display: table;
  width: 100%;
  font-size: 14px;
}

div.component[data-type="isa-leistungen-record"] > div.data-result > div.table > div.table-row {
  display: table-row;
}

div.component[data-type="isa-leistungen-record"] > div.data-result > div.table > div.table-row[data-header="yes"] {
  font-family: 'VistaSansOT-Medium';
  color: #ffffff;
  font-size: 12px;
}

div.component[data-type="isa-leistungen-record"] > div.data-result > div.table > div.table-row > div.table-cell {
  display: table-cell;
  padding: 8px;
  border-right: 1px solid #d4d3ce;
  border-bottom: 1px solid #d4d3ce;
  text-align: left;
}

div.component[data-type="isa-leistungen-record"] > div.data-result > div.table > div.table-row > div.table-cell[data-align="right"] {
  text-align: right;
}

div.component[data-type="isa-leistungen-record"] > div.data-result > div.table > div.table-row > div.table-cell:first-child {
  border-left: 1px solid #d4d3ce;
}

div.component[data-type="isa-leistungen-record"] > div.data-result > div.table > div.table-row[data-body="yes"] > div.table-cell:first-child {
  font-size: 12px;
}

div.component[data-type="isa-leistungen-record"] > div.data-result > div.table > div.table-row[data-header="yes"] > div.table-cell {
  background-color: #009fe3;
  border-color: #f0f0f0;
  text-align: center;
}

div.component[data-type="isa-leistungen-record"] > div.data-result > div.table > div.table-row[data-header="yes"] > div.table-cell:first-child {
  background-color: #009fe3;
  border-left-color: #009fe3;
}

div.component[data-type="isa-leistungen-record"] > div.data-result > div.table > div.table-row[data-header="yes"] > div.table-cell:last-child {
  border-right-color: #009fe3;
}

div.component[data-type="isa-leistungen-record"] > div.data-result > div.table > div.table-row[data-footer="yes"] {
  font-family: 'VistaSansOT-Medium';
}

div.component[data-type="isa-leistungen-record"] > div.data-result > div.table > div.table-row[data-footer="yes"] > div.table-cell {
  background-color: #dcdbd8;
}

div.component[data-type="isa-leistungen-record"] > div.data-result > div.table > div.table-row > div.table-cell[data-command="yes"] {
  width: 60px;
}

div.component[data-type="isa-leistungen-record"] > div.data-result > div.table > div.table-row > div.table-cell[data-command="yes"] div.command {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
}

div.component[data-type="isa-leistungen-record"] > div.data-result > div.table > div.table-row > div.table-cell[data-command="yes"] div.command > div.button:last-child {
  margin-left: 10px;
}

div.component[data-type="isa-leistungen-record"] > div.data-result > div.table > div.table-row > div.table-cell[data-command="yes"] div.button > a {
  display: block;
}

div.component[data-type="isa-leistungen-record"] > div.data-result > div.table > div.table-row > div.table-cell[data-command="yes"] div.button img {
  display: block;
  width: 16px;
}

div.component[data-type="isa-leistungen-record"] > div.data-setter {
  margin-top: 25px;
}

div.component[data-type="isa-leistungen-record"] > div.data-setter div.add-button > button {
  cursor: pointer;
  background: none;
  border: 1px solid #009fe3;
  background: #00488e;  
  background: -webkit-linear-gradient(#1fa7e1, #009fe3);
  background: -moz-linear-gradient(#1fa7e1, #009fe3);
  background: -o-linear-gradient(#1fa7e1, #009fe3);
  background: -ms-linear-gradient(#1fa7e1, #009fe3);
  background: linear-gradient(#1fa7e1, #009fe3);
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 30px 7px 30px;
  font-size: 16px;
  font-family: 'VistaSansOT-Bold'; 
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
}

div.component[data-type="themeslider"] > div.gallery {
  padding: 0;
  background-color: #ededed;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  width: 100%;
  overflow: hidden;
}

div.component[data-type="themeslider"] > div.gallery > div.navigation {
  position: absolute;
  width: 100%;
  top: calc(50% - 25px);
  z-index: 3;
}

div.component[data-type="themeslider"] > div.gallery > div.navigation > div.prev,
div.component[data-type="themeslider"] > div.gallery > div.navigation > div.next {
  position: absolute;
  top: 0;
  left: 30px;
  width: 50px;
  height: 100px;
  background-image: url(../img/thema_sliderpfeil_weiss.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 36px 21px;
  cursor: pointer;
}

div.component[data-type="themeslider"] > div.gallery > div.navigation > div.prev > a,
div.component[data-type="themeslider"] > div.gallery > div.navigation > div.next > a {
  color: inherit;
  text-decoration: none !important;
  width: inherit;
  height: inherit;
  display: block;
}

div.component[data-type="themeslider"] > div.gallery > div.navigation > div.next {
  right: 30px;
  left: inherit;
  background-image: url(../img/thema_sliderpfeil_weiss_.svg);
}

div.component[data-type="themeslider"] > div.gallery[data-hasprev="no"] > div.navigation > div.prev,
div.component[data-type="themeslider"] > div.gallery[data-hasnext="no"] > div.navigation > div.next {
  display: none;
}

div.component[data-type="themeslider"] > div.gallery > div.quicknavigation {
  z-index: 2;
  position: absolute;
  margin: -44px 0 0 135px;
  font-family: 'VistaSansOT-Medium';
  font-size: 14px;
  color: #019ee3;
}

div.component[data-type="themeslider"] > div.gallery > div.quicknavigation > ul.item-list {
  z-index: 2;
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -webkit-align-items: stretch;
  align-items: stretch;
}

div.component[data-type="themeslider"] > div.gallery > div.quicknavigation > ul.item-list > li.item {
  padding: 0 22px 0 0;
  border-top: 2px solid #ffffff;
}

div.component[data-type="themeslider"] > div.gallery > div.quicknavigation > ul.item-list > li.item[data-colortheme="1"] {
  color: #019ee3;
}

div.component[data-type="themeslider"] > div.gallery > div.quicknavigation > ul.item-list > li.item[data-colortheme="2"] {
  color: #8ab31d;
}

div.component[data-type="themeslider"] > div.gallery > div.quicknavigation > ul.item-list > li.item[data-colortheme="3"] {
  color: #f9b000;
}

div.component[data-type="themeslider"] > div.gallery > div.quicknavigation > ul.item-list > li.item[data-colortheme="4"] {
  color: #e50046;
}

div.component[data-type="themeslider"] > div.gallery > div.quicknavigation > ul.item-list > li.item[data-colortheme="5"] {
  color: #a21a7a;
}

div.component[data-type="themeslider"] > div.gallery > div.quicknavigation > ul.item-list > li.item:last-of-type {
  padding: 0;
}

div.component[data-type="themeslider"] > div.gallery > div.quicknavigation > ul.item-list > li.item > h6 {
  margin: -17px 0 0 0;
  width: 32px;
  height: 32px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #ffffff;
  text-align: center;
  padding: 4px 0 0 0;
  color: #009fe3;
  cursor: pointer;
}

div.component[data-type="themeslider"] > div.gallery > div.quicknavigation > ul.item-list > li.item[data-colortheme="2"] > h6 {
  color: #8ab31d;
}

div.component[data-type="themeslider"] > div.gallery > div.quicknavigation > ul.item-list > li.item[data-colortheme="3"] > h6 {
  color: #f9b000;
}

div.component[data-type="themeslider"] > div.gallery > div.quicknavigation > ul.item-list > li.item[data-colortheme="4"] > h6 {
  color: #e50046;
}

div.component[data-type="themeslider"] > div.gallery > div.quicknavigation > ul.item-list > li.item[data-colortheme="5"] > h6 {
  color: #a21a7a;
}

div.component[data-type="themeslider"] > div.gallery > div.quicknavigation > ul.item-list > li.item[data-active="yes"] > h6 {
  color: #ffffff;
  background-color: #009fe3;
}

div.component[data-type="themeslider"] > div.gallery > div.quicknavigation > ul.item-list > li.item[data-colortheme="2"][data-active="yes"] > h6 {
  background-color: #8ab31d;
}

div.component[data-type="themeslider"] > div.gallery > div.quicknavigation > ul.item-list > li.item[data-colortheme="3"][data-active="yes"] > h6 {
  background-color: #f9b000;
}

div.component[data-type="themeslider"] > div.gallery > div.quicknavigation > ul.item-list > li.item[data-colortheme="4"][data-active="yes"] > h6 {
  background-color: #e50046;
}

div.component[data-type="themeslider"] > div.gallery > div.quicknavigation > ul.item-list > li.item[data-colortheme="5"][data-active="yes"] > h6 {
  background-color: #a21a7a;
}

div.component[data-type="themeslider"] > div.gallery > div.list {
  z-index: 1;
  overflow: hidden;
  max-width: 100%;
}

div.component[data-type="themeslider"] > div.gallery > div.list > ul.item-list {
  z-index: 1;
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -webkit-align-items: stretch;
  align-items: stretch;
}

div.component[data-type="themeslider"] > div.gallery > div.list > ul.item-list > li.item {
  height: inherit;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  height: inherit;
  overflow: hidden;
  background-color: #009fe3;
  color: #ffffff;
}

div.component[data-type="themeslider"] > div.gallery > div.list > ul.item-list > li.item[data-colortheme="2"] {
  background-color: #8ab31d;
}

div.component[data-type="themeslider"] > div.gallery > div.list > ul.item-list > li.item[data-colortheme="3"] {
  background-color: #f9b000;
}

div.component[data-type="themeslider"] > div.gallery > div.list > ul.item-list > li.item[data-colortheme="4"] {
  background-color: #e50046;
}

div.component[data-type="themeslider"] > div.gallery > div.list > ul.item-list > li.item[data-colortheme="5"] {
  background-color: #a21a7a;
}

div.component[data-type="themeslider"] > div.gallery > div.list > ul.item-list > li.item > div.content {
  height: 100%;
  padding: 60px 30px 75px 30px; 
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #009fe3;
}

div.component[data-type="themeslider"] > div.gallery > div.list > ul.item-list > li.item[data-colortheme="2"] > div.content {
  background-color: #8ab31d;
}

div.component[data-type="themeslider"] > div.gallery > div.list > ul.item-list > li.item[data-colortheme="3"] > div.content {
  background-color: #f9b000;
}

div.component[data-type="themeslider"] > div.gallery > div.list > ul.item-list > li.item[data-colortheme="4"] > div.content {
  background-color: #e50046;
}

div.component[data-type="themeslider"] > div.gallery > div.list > ul.item-list > li.item[data-colortheme="5"] > div.content {
  background-color: #a21a7a;
}

div.component[data-type="themeslider"] > div.gallery > div.list > ul.item-list > li.item[data-hasimage="yes"] > div.content {
  max-width: calc(100% - 365px);
}

div.MAIN div.component[data-type="themeslider"] > div.gallery > div.list > ul.item-list > li.item[data-hasimage="yes"] > div.content {
  max-width: calc(100% - 242px);
}

div.component[data-type="themeslider"] div.content > h5 {
  width: 85px;
  height: 85px;
  margin: -35px 20px 0 0;
  padding: 10px 0 0 0;
  border: 5px solid #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  color: #ffffff;
  font-family: 'VistaSansOT-Medium';
  font-size: 42px;
  text-align: center;
}

div.component[data-type="themeslider"] div.content > div.details {
  width: calc(100% - 105px);
}

div.component[data-type="themeslider"] div.content > div.details > h4 {
  font-family: 'VistaSansOT-Medium';
  font-size: 26px;
  color: inherit;
  margin: 0 0 20px 0;
}

div.component[data-type="themeslider"] div.content > div.details > h4 > a {
  display: block;
  color: inherit;
}

div.component[data-type="announcement"] {
  padding: 40px 40px 37px 40px;
  background-color: #ededed;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 18px;
}

div.CONTENT div.component[data-type="announcement"] {
  display: none;
}

div.component[data-type="announcement"][data-theme="1"] {
  background-color: #009de0;
  color: #ffffff;
}

div.component[data-type="announcement"][data-theme="2"] {
  background-color: #8ab31d;
  color: #ffffff;
}

div.component[data-type="announcement"][data-theme="3"] {
  background-color: #f9b000;
  color: #ffffff;
}

div.component[data-type="announcement"][data-theme="4"] {
  background-color: #e50046;
  color: #ffffff;
}

div.component[data-type="announcement"][data-theme="5"] {
  background-color: #a21a7a;
  color: #ffffff;
}

div.component[data-type="announcement"] > div.image {
  margin: 0 0 20px 0;
  text-align: center;
}

div.component[data-type="announcement"] > div.text > h3 {
  font-size: 36px;
}

div.component[data-type="announcement"] > div.text > h4 {
  font-size: 24px;
  margin: 10px 0 0 0;
}

div.component[data-type="announcement"] > div.text > p {
  margin: 20px 0 0 0;
}

div.component[data-type="announcement"][data-theme="1"] > div.component-link > a,
div.component[data-type="announcement"][data-theme="2"] > div.component-link > a,
div.component[data-type="announcement"][data-theme="3"] > div.component-link > a,
div.component[data-type="announcement"][data-theme="4"] > div.component-link > a,
div.component[data-type="announcement"][data-theme="5"] > div.component-link > a {
  color: inherit;
  background-image: url(../img/link_pfeil_weiss.svg);
  background-size: 20px 15px;
}

div.component[data-type="homepage-anmoderation"] {
  font-size: 18px;
  max-width: 820px;
  margin: 0 auto 60px auto;
  text-align: center;
}

div.component[data-type="homepage-anmoderation"] > h3.subline {
  /*text-transform: uppercase;*/
  /*font-family: 'VistaSansOT-Bold';*/
  font-size: 32px;
  color: #024890;
  margin: 0 0 25px 0;
}

div.component[data-type="homepage-anmoderation"] > div.image {
  margin: 0 auto 15px auto;
  max-width: 590px;
  text-align: center;
}

div.component[data-type="homepage-anmoderation"] > div.image[data-position="left"],
div.component[data-type="homepage-anmoderation"] > div.image[data-position="right"] {
  float: left;
  margin: 0 30px 10px 0;
  max-width: 265px;
  text-align: left;
}

div.component[data-type="homepage-anmoderation"] > div.image[data-position="right"] {
  float: right;
  margin: 0 0 10px 30px;
  text-align: right;
}

aside div.component[data-type="homepage-anmoderation"] > div.image,
aside div.component[data-type="homepage-anmoderation"] > div.image[data-position="left"],
aside div.component[data-type="homepage-anmoderation"] > div.image[data-position="right"] {
  float: none;
  margin: 0 auto 15px auto;
  max-width: 100%;
}

div.component[data-type="homepage-anmoderation"] > div.image > h6 {
  font-size: 14px;
  max-width: 100%;
  font-family: 'VistaSansOT-RegItalic'; 
}

div.component[data-type="homepage-anmoderation"] ul.list-standard {
  margin: 0;
}

div.component[data-type="bigslider"] {
  height: 600px; 
  padding: 0;
  color: #ffffff;
  margin: 0 calc((((100vw - 16px) - 100%) / 2) * -1) 100px calc((((100vw - 16px) - 100%) / 2) * -1);
}

div.component[data-type="bigslider"][data-hasnext="no"][data-hasprev="no"] {
  margin-bottom: 60px;
}

div.component[data-type="bigslider"] > div.navigation {
  display: none;
  position: absolute;
  width: 100%;
  max-width: 1124px;
  margin-left: calc((100% - 1124px) / 2);
  z-index: 2;
  bottom: 55px;
}

div.component[data-type="bigslider"] > div.navigation > div.prev,
div.component[data-type="bigslider"] > div.navigation > div.next {
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: 32px;
  background-image: url(../img/sliderpfeil_weiss.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  cursor: pointer;
}

div.component[data-type="bigslider"] > div.navigation > div.prev > a,
div.component[data-type="bigslider"] > div.navigation > div.next > a {
  color: inherit;
  text-decoration: none !important;
  width: inherit;
  height: inherit;
  display: block;
}

div.component[data-type="bigslider"] > div.navigation > div.next {
  right: 0;
  left: inherit;
  background-image: url(../img/sliderpfeil_weiss_.svg);
}

div.component[data-type="bigslider"] > div.quicknavigation {
  margin: 20px 0 0 0;
}

div.component[data-type="bigslider"] > div.quicknavigation > 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;
}

div.component[data-type="bigslider"] > div.quicknavigation > ul.item-list > li.item > div.button {
  background-color: #ededed;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  height: 30px;
  width: 30px;
  margin: 0 8px 0 8px;
  cursor: pointer;
}

div.component[data-type="bigslider"] > div.quicknavigation > ul.item-list > li.item[data-active="yes"] > div.button {
  background-color: #024890;
}

div.component[data-type="bigslider"] > div.list {
  z-index: 1;
  overflow: hidden;
  margin: 0 auto 0 auto;
  height: inherit;
}

div.component[data-type="bigslider"] > div.list > ul.item-list {
  z-index: 1;
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  height: inherit;
}

div.component[data-type="bigslider"] > div.list > ul.item-list > li.item {
  height: inherit;
  min-width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  height: inherit;
}

div.component[data-type="bigslider"] > div.list > ul.item-list > li.item > div.content {
  height: inherit;
  width: inherit;
  background-size: cover, auto auto, auto auto;
  background-repeat: no-repeat, no-repeat, no-repeat;
  padding: 0 calc((100% - 1124px) / 2) 0 calc((100% - 1124px) / 2);
  /*background-image: url(../img/slider_transverlauf_full.png), url(../img/slider_verlauf_blau_links.png), url(../img/slider_verlauf_blau_rechts.png);*/
  background-position: left top, calc(((100% - 1600px) / 2) + 105px) top, calc(100% - ((100% - 1600px) / 2) - 105px) top;
}

div.component[data-type="bigslider"] > div.list > ul.item-list > li.item[data-haslink="yes"] {
  cursor: pointer;
}

div.component[data-type="bigslider"] > div.list > ul.item-list > li.item > div.content > div.content-wrapper {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  height: 100%;
  -webkit-align-items: center;
  align-items: center;
}

div.component[data-type="bigslider"] > div.list div.headline {
  display: inline-block;
  background: #009EE3;
  padding: 20px 20px 15px 20px;
  color: #ffffff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
}

div.component[data-type="bigslider"] > div.list div.headline[data-variant="variante2"] {
  padding: 45px 20px 20px 20px;
  background: transparent linear-gradient(90deg, #009EE3 0%, #00488E98 100%) 0% 0% no-repeat padding-box;
  max-width: 640px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
}

div.component[data-type="bigslider"] > div.list div.headline[data-variant="variante2"]:before {
  content: "”";
  font-size: 160px;
  font-family: 'VistaSansOT-Bold';
  position: absolute;
  top: 0;
  margin: -60px 0 0 0;
}

div.component[data-type="bigslider"] > div.list div.headline[data-variant="variante3"] {
  transform: matrix(0.99, -0.14, 0.14, 0.99, 0, 0);
  background: #F9B000 0% 0% no-repeat padding-box;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-box-shadow: -4px 3px 0 0 #ffffff;
  -moz-box-shadow: -4px 3px 0 0 #ffffff;
  box-shadow: -4px 3px 0 0 #ffffff;
  width: 366px;
  max-width: 100%;
}

div.component[data-type="bigslider"] > div.list div.headline h3 {
  font-size: 48px;
  font-family: 'VistaSansOT-Bold';
  line-height: normal;
}

div.component[data-type="bigslider"] > div.list div.headline[data-variant="variante2"] h3 {
  font-size: 42px;
}

div.component[data-type="bigslider"] > div.list div.headline[data-variant="variante3"] h3 {
  font-size: 36px;
  text-align: center;
  color: #00488E;
}

div.component[data-type="bigslider"] > div.list div.headline h5 {
  font-size: 28px;
}

div.component[data-type="bigslider"] > div.list div.headline[data-variant="variante3"] h5 {
  text-align: center;
  color: #00488E;
}

div.component[data-type="bigslider"] > div.list h4 {
  display: inline-block;
  margin-top: 40px;
  padding: 25px 25px 20px 25px;
  font-size: 32px;
  /*text-shadow: 2px 2px 5px rgba(0,0,0,0.6);*/
  /*background-color: rgba(0,0,0,0.4);*/
  background-color: #024890;
}

div.component[data-type="bigslider"] > div.list > ul.item-list > li.item[data-haslink="yes"] > div.content h4 {
  /*padding: 0;*/
}

div.component[data-type="bigslider"] > div.list > ul.item-list > li.item > div.content h4 a {
  display: block;
  color: inherit;
  padding: 25px 25px 20px 25px;
}

div.component[data-type="bigslider"] > div.list > ul.item-list > li.item > div.content h4 a:hover {
  text-decoration: none;
}

div.component[data-type="eyecatcher-list"][data-variant="homepage"] {
  padding: 60px calc((((100vw - 16px) - 100%) / 2) * 1) 0 calc((((100vw - 16px) - 100%) / 2) * 1);
  margin-left: calc((((100vw - 16px) - 100%) / 2) * -1);
  margin-right: calc((((100vw - 16px) - 100%) / 2) * -1);
  background: #ededed;
  background: -webkit-linear-gradient(#ededed, #ffffff);
  background: -moz-linear-gradient(#ededed, #ffffff);
  background: -o-linear-gradient(#ededed, #ffffff);
  background: -ms-linear-gradient(#ededed, #ffffff);
  background: linear-gradient(#ededed, #ffffff);
}

div.component[data-type="eyecatcher-list"] > div.list > 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="eyecatcher-list"] > div.list > ul.item-list > li.item {
  margin: 0 0 30px 30px;
  width: calc(100% - 0);
}

div.component[data-type="eyecatcher-list"] > div.list > ul.item-list > li.item[data-offset="yes"] {
  margin-top: 70px;
}

div.component[data-type="eyecatcher-list"] > div.list > ul.item-list > li.item[data-size="12"] {
  width: calc(100% / 12 * 12 - 30px);
}

div.component[data-type="eyecatcher-list"] > div.list > ul.item-list > li.item[data-size="11"] {
  width: calc(100% / 12 * 11 - 30px);
}

div.component[data-type="eyecatcher-list"] > div.list > ul.item-list > li.item[data-size="10"] {
  width: calc(100% / 12 * 10 - 30px);
}

div.component[data-type="eyecatcher-list"] > div.list > ul.item-list > li.item[data-size="9"] {
  width: calc(100% / 12 * 9 - 30px);
}

div.component[data-type="eyecatcher-list"] > div.list > ul.item-list > li.item[data-size="8"] {
  width: calc(100% / 12 * 8 - 30px);
}

div.component[data-type="eyecatcher-list"] > div.list > ul.item-list > li.item[data-size="7"] {
  width: calc(100% / 12 * 7 - 30px);
}

div.component[data-type="eyecatcher-list"] > div.list > ul.item-list > li.item[data-size="6"] {
  width: calc(100% / 12 * 6 - 30px);
}

div.component[data-type="eyecatcher-list"] > div.list > ul.item-list > li.item[data-size="5"] {
  width: calc(100% / 12 * 5 - 30px);
}

div.component[data-type="eyecatcher-list"] > div.list > ul.item-list > li.item[data-size="4"] {
  width: calc(100% / 12 * 4 - 30px);
}

div.component[data-type="eyecatcher-list"] > div.list > ul.item-list > li.item[data-size="3"] {
  width: calc(100% / 12 * 3 - 30px);
}

div.component[data-type="eyecatcher-list"] > div.list > ul.item-list > li.item[data-size="2"] {
  width: calc(100% / 12 * 2 - 30px);
}

div.component[data-type="eyecatcher-list"] > div.list > ul.item-list > li.item[data-size="1"] {
  width: calc(100% / 12 * 1 - 30px);
}

div.component[data-type="eyecatcher-list"] div.component[data-type="eyecatcher"] {
  margin-bottom: 0;
  height: 100%;
}

div.component[data-type="eyecatcher-list"] div.component[data-type="eyecatcher"][data-variant="homepage"] {
  border: 1px solid #ededed;
}

div.component[data-type="eyecatcher-list"] li.item[data-variant="double"] div.component[data-type="eyecatcher"] {
  height: 50%;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -khtml-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
}

div.component[data-type="eyecatcher-list"] li.item[data-variant="double"] div.component[data-type="eyecatcher"]:last-child {
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -khtml-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
}

div.component[data-type="eyecatcher"] {
  overflow: hidden;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

div.component[data-type="eyecatcher"][data-theme="dark"] {
  background-color: #009de0;
}

div.component[data-type="eyecatcher"][data-haslink="yes"] {
  cursor: pointer;
}

div.component[data-type="eyecatcher"] > div.content {
  width: 100%;
  height: 100%;
  padding: 25px 30px 22px 30px;
}

div.component[data-type="eyecatcher"][data-theme="dark"] > div.content {
  color: #ffffff;
}

div.component[data-type="eyecatcher"] > div.content > h4 {
  font-family: 'VistaSansOT-Bold';
  margin: 0 0 10px 0;
}

div.component[data-type="eyecatcher"] > div.content > p:last-child {
  margin: 0;
}

div.component[data-type="eyecatcher"][data-variant="energy"] {
  overflow: hidden;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #ffffff;
  background-color: #8bb31e;
}

div.component[data-type="eyecatcher"][data-variant="energy"][data-orange="yes"] {
  background-color: #fab001;
}

aside div.component[data-type="eyecatcher"][data-variant="energy"] div.navigation {
  display: none;
}

div.component[data-type="eyecatcher"][data-variant="energy"] div.navigation > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}

div.component[data-type="eyecatcher"][data-variant="energy"] div.navigation > ul.item-list > li.item {
  width: 50%;
  padding: 25px 25px 20px 25px;
  background-color: #fab001;
  border-bottom: 2px solid #ffffff;
  cursor: pointer;
}

div.component[data-type="eyecatcher"][data-variant="energy"] div.navigation > ul.item-list > li.item:first-of-type {
  border-right: 1px solid #ffffff;
}

div.component[data-type="eyecatcher"][data-variant="energy"] div.navigation > ul.item-list > li.item:last-of-type {
  border-left: 1px solid #ffffff;
}

div.component[data-type="eyecatcher"][data-variant="energy"] div.navigation > ul.item-list > li.item[data-type="strom"] {
  background-color: #8bb31e;
}

div.component[data-type="eyecatcher"][data-variant="energy"] div.navigation > ul.item-list > li.item[data-expanded="yes"] {
  border-bottom: none;
}

div.component[data-type="eyecatcher"][data-variant="energy"] div.navigation > ul.item-list > li.item > h3 {
  text-align: center;
  font-size: 32px;
  font-family: 'VistaSansOT-Bold';
  text-transform: uppercase;
}

div.component[data-type="eyecatcher"][data-variant="energy"] div.navigation > ul.item-list > li.item > h3 > img {
  height: 30px;
  margin: -5px 10px 0 0;
  vertical-align: middle;
}

div.component[data-type="eyecatcher"][data-variant="energy"] > ul.item-list > li.item {
  display: none;
}

div.component[data-type="eyecatcher"][data-variant="energy"] > ul.item-list > li.item[data-expanded="yes"] {
  display: block;
}

aside div.component[data-type="eyecatcher"][data-variant="energy"] > ul.item-list > li.item {
  display: block;
}

aside div.component[data-type="eyecatcher"][data-variant="energy"] > ul.item-list > li.item > form {
  display: none;
}

aside div.component[data-type="eyecatcher"][data-variant="energy"] > ul.item-list > li.item[data-expanded="yes"] > form {
  display: block;
}

div.component[data-type="eyecatcher"][data-variant="energy"] > ul.item-list > li.item > div.header {
  display: none;
  padding: 25px 25px 20px 25px;
  background-color: #8bb31e;
  border-bottom: 2px solid #ffffff;
  cursor: pointer;
  font-size: 24px;
  text-transform: uppercase;  
}

aside div.component[data-type="eyecatcher"][data-variant="energy"] > ul.item-list > li.item > div.header {
  display: block; 
}

div.component[data-type="eyecatcher"][data-variant="energy"] > ul.item-list > li.item[data-type="gas"] > div.header {
  background-color: #fab001;
}

div.component[data-type="eyecatcher"][data-variant="energy"] > ul.item-list > li.item > div.header > h3 {
  font-family: 'VistaSansOT-Bold';
}

div.component[data-type="eyecatcher"][data-variant="energy"] > ul.item-list > li.item > div.header > h3 > img {
  height: 30px;
  margin: -5px 10px 0 0;
  vertical-align: middle;
}

div.component[data-type="eyecatcher"][data-variant="energy"] div.content {
  padding: 30px 30px 0 30px;
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  font-size: 18px;
}

div.component[data-type="eyecatcher"][data-variant="energy"] div.content > * {
  width: 50%;
  padding: 0 15px 0 0;
}

div.component[data-type="eyecatcher"][data-variant="energy"] div.content > *:last-child {
  padding: 0 0 0 15px;
}

aside div.component[data-type="eyecatcher"][data-variant="energy"] div.content {
  display: block;
}

aside div.component[data-type="eyecatcher"][data-variant="energy"] div.content > * {
  width: auto;
  margin: 0;
}

div.component[data-type="eyecatcher"][data-variant="energy"] div.content > * > * {
  margin-bottom: 20px;
}

div.component[data-type="eyecatcher"][data-variant="energy"] div.content h5 {
  font-size: 22px;
  font-family: 'VistaSansOT-Bold';
}

div.component[data-type="eyecatcher"][data-variant="energy"] div.input > div.label {
  color: #ffffff;
}

div.component[data-type="eyecatcher"][data-variant="energy"] div.content > div.result > div.data {
  background-color: #ffffff;
  padding: 20px 10px 20px 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #8bb31e;
}

div.component[data-type="eyecatcher"][data-variant="energy"] form[data-energy="gas"] div.content > div.result > div.data {
  color: #fab001;
}

div.component[data-type="eyecatcher"][data-variant="energy"] div.content > div.result > div.data > h4 {
  font-family: 'VistaSansOT-Bold';
  font-size: 42px;
  text-align: center;
}

div.component[data-type="eyecatcher"][data-variant="energy"] div.content > div.result > div.data > h4 > span.unit {
  font-size: 24px;
}

div.component[data-type="eyecatcher"][data-variant="energy"] div.content > div.result > div.data > h6 {
  margin-top: 5px;
  text-align: center;
  font-family: 'VistaSansOT-RegItalic';
}

div.component[data-type="eyecatcher"][data-variant="energy"] div.content > div.result > div.link {
  font-size: 18px;
}

div.component[data-type="eyecatcher"][data-variant="energy"] div.content > div.result > div.link > a {
  color: inherit;
  padding: 0 35px 0 0;
  background-image: url(../img/sliderpfeil_weiss_.svg);
  background-position: right 0;
  background-size: 20px 15px;
  background-repeat: no-repeat;
  min-height: 20px;
}

div.component[data-type="eyecatcher"][data-variant="energy"] div.kwh-select > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  justify-content: space-between;
}

div.component[data-type="eyecatcher"][data-variant="energy"] div.kwh-select > ul.item-list > li.item {
  width: calc(50% - 10px);
}

div.component[data-type="eyecatcher"][data-variant="energy"] div.kwh-select button {
  display: block;
  background-color: #ffffff;
  border: none;
  padding: 0 10px 0 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}

div.component[data-type="eyecatcher"][data-variant="energy"] div.kwh-select button > img {
  height: 80px;
  width: auto;
  display: block;
}

div.component[data-type="eyecatcher"][data-variant="energy"] div.range-select {
  margin: 0 0 30px 0;
}

div.component[data-type="eyecatcher"][data-variant="energy"] div.input > div.label > div.person-amount > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  justify-content: space-between;
}

div.component[data-type="eyecatcher"][data-variant="energy"] div.input > div.label > div.person-amount > ul.item-list > li.item {
  height: 30px;
  width: 30px;
  background-image: url(../img/person_grau.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 30px;
  cursor: pointer;
}

div.component[data-type="eyecatcher"][data-variant="energy"] div.input > div.label > div.person-amount > ul.item-list > li.item[data-active="yes"] {
  background-image: url(../img/person_weiss.svg);
}

div.component[data-type="eyecatcher"][data-variant="energy"] div.input[data-hidelabel="yes"] > div.label {
  display: none;
}

div.component[data-type="eyecatcher"][data-variant="energy"] div.input[data-type="range-select"] > div.label {
  margin: 0 0 40px 0;
  z-index: 2;
}

div.component[data-type="eyecatcher"][data-variant="energy"] div.input > div.data {
  z-index: 1;
}

div.component[data-type="eyecatcher"][data-variant="energy"] div.input[data-type="range-select"] > div.label > div.tooltip {
  position: absolute;
  bottom: -33px;
  margin-left: 0;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #8bb31e;
  font-size: 12px;
  padding: 5px 8px 3px 8px;
}

div.component[data-type="eyecatcher"][data-variant="energy"] div.input[data-type="range-select"] > div.label > div.tooltip:after {
  content: " ";
  position: absolute;
  bottom: -5px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 5px;
  background-image: url(../img/tooltipp_arrow.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}

div.component[data-type="eyecatcher"][data-variant="energy"] div.input[data-required="yes"] > div.label > label:after,
div.component[data-type="eyecatcher"][data-variant="energy"] fieldset[data-required="yes"] > legend:after {
  display: none;
}

div.component[data-type="eyecatcher"][data-variant="energy"] div.input > div.data > input {
  border: none;
  text-align: center;
}

div.component[data-type="eyecatcher"][data-variant="energy"] div.input > div.data > input[type="range"] {
  border: 1px solid #8bb31e;
}

div.component[data-type="eyecatcher"][data-variant="energy"] div.input > div.data > input[type="range"]:-moz-focusring {
  outline: 1px solid #8bb31e;
}

div.component[data-type="eyecatcher"][data-variant="energy"] div.submit,
div.component[data-type="eyecatcher"][data-variant="energy"] div.full-link {
  margin: 30px auto 30px auto;
  width: calc(100% - 60px);
}

div.component[data-type="eyecatcher"][data-variant="energy"] div.full-link > a {
  color: inherit;
  font-size: 22px;
  font-family: 'VistaSansOT-Bold';
  padding: 0 50px 0 0;
  background-image: url(../img/sliderpfeil_weiss_.svg);
  background-position: right 0;
  background-size: 35px 20px;
  background-repeat: no-repeat;
  min-height: 20px;
}

div.component[data-type="eyecatcher"][data-variant="energy"] div.submit > button {
  width: 100%;
  border: none;
  padding: 10px 10px 8px 10px;
  background: #e3e3e3;
  background: -webkit-linear-gradient(#ffffff, #e3e3e3);
  background: -moz-linear-gradient(#ffffff, #e3e3e3);
  background: -o-linear-gradient(#ffffff, #e3e3e3);
  background: -ms-linear-gradient(#ffffff, #e3e3e3);
  background: linear-gradient(#ffffff, #e3e3e3);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #48494b;
  text-transform: uppercase;
  font-family: 'VistaSansOT-Bold';
  font-weight: normal;
}

div.component[data-type="eyecatcher"][data-variant="energy"] div.submit > button:hover {
  background: #ffffff;
  background: -webkit-linear-gradient(#e3e3e3, #ffffff);
  background: -moz-linear-gradient(#e3e3e3, #ffffff);
  background: -o-linear-gradient(#e3e3e3, #ffffff);
  background: -ms-linear-gradient(#e3e3e3, #ffffff);
  background: linear-gradient(#e3e3e3, #ffffff);
}

div.component[data-type="eyecatcher"][data-variant="parking"],
div.component[data-type="eyecatcher"][data-variant="oepv"] {
  overflow: hidden;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #ffffff;
  background-color: #009de0;
  font-size: 18px;
}

div[data-variant="busradauto"] div.component[data-type="eyecatcher"][data-variant="parking"],
div[data-variant="busradauto"] div.component[data-type="eyecatcher"][data-variant="oepv"] {
  margin-bottom: 0;
  height: inherit;
}

div.component[data-type="eyecatcher"][data-variant="parking"] a,
div.component[data-type="eyecatcher"][data-variant="oepv"] a {
  color: inherit;
}

div.component[data-type="eyecatcher"][data-variant="parking"] > h3,
div.component[data-type="eyecatcher"][data-variant="oepv"] > h3 {
  text-align: center;
  font-size: 32px;
  font-family: 'VistaSansOT-Bold';
  text-transform: uppercase;
  padding: 25px 25px 20px 25px;
}

div.component[data-type="eyecatcher"][data-variant="parking"] > h3 > img,
div.component[data-type="eyecatcher"][data-variant="oepv"] > h3 > img {
  height: 30px;
  margin: -5px 10px 0 0;
  vertical-align: middle;
}

div.component[data-type="eyecatcher"][data-variant="parking"] div.content,
div.component[data-type="eyecatcher"][data-variant="oepv"] div.content {
  padding: 0 25px 25px 25px;
}

div.component[data-type="eyecatcher"][data-variant="parking"] div.list > ul.item-list > li.item {
  padding: 4px 0 4px 0;
  border-bottom: 1px solid rgba(255,255,255,0.4);
}

div.component[data-type="eyecatcher"][data-variant="parking"] div.list > ul.item-list > li.item:first-of-type {
  border-top: 1px solid rgba(255,255,255,0.4);
}

div.component[data-type="eyecatcher"][data-variant="parking"] div.parking {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
}

div.component[data-type="eyecatcher"][data-variant="parking"] div.parking > h6 {
  font-family: 'VistaSansOT-Bold';
  padding: 0 0 0 30px;
}

div.component[data-type="eyecatcher"][data-variant="parking"] div.parking > h6:before {
  position: absolute;
  left: 0;
  top: -2px;
  content: " ";
  width: 23px;
  height: 23px;
  background-image: url(../img/parkhaus_weiss.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 16px;
  background-color: #015293;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
}

div.component[data-type="eyecatcher"][data-variant="parking"] div.parking[data-type="parkplatz"] > h6:before {
  background-image: url(../img/parkplatz_weiss.svg);
  background-size: auto 11.4px;
}

div.component[data-type="eyecatcher"][data-variant="parking"] div.parking > div.free {
  width: 44px;
  background-color: #3b3833;
  color: #dad70e;
  text-align: right;
  padding: 3px 5px;
  font-family: 'VistaSansOT-Bold';
  font-size: 16px;
}

div.component[data-type="eyecatcher"][data-variant="parking"] div.content > div.info,
div.component[data-type="eyecatcher"][data-variant="oepv"] div.content > div.info {
  margin-top: 20px;
}

div.component[data-type="eyecatcher"][data-variant="oepv"] div.content > div.info {
  margin-top: 28px;
}

div.component[data-type="eyecatcher"][data-variant="parking"] div.content > div.info > h5,
div.component[data-type="eyecatcher"][data-variant="oepv"] div.content > div.info > h5 {
  font-family: 'VistaSansOT-Bold';
  margin: 0 0 10px 0;
}

div.component[data-type="eyecatcher"][data-variant="parking"] div.content > div.link-aeppes,
div.component[data-type="eyecatcher"][data-variant="oepv"] div.content > div.link-aeppes {
  margin-top: 15px;
}

div.component[data-type="eyecatcher"][data-variant="parking"] div.content > div.link-aeppes > a,
div.component[data-type="eyecatcher"][data-variant="oepv"] div.content > div.link-aeppes > a {
  display: block;
  font-family: 'VistaSansOT-RegItalic';
  text-align: center;
}

div.component[data-type="eyecatcher"][data-variant="parking"] div.content > div.link-aeppes > a > img,
div.component[data-type="eyecatcher"][data-variant="oepv"] div.content > div.link-aeppes > a > img {
  height: 25px;
  vertical-align: middle;
  margin: 0 0 0 5px;
}

div.component[data-type="eyecatcher"][data-variant="oepv"] div.input,
div.component[data-type="eyecatcher"][data-variant="oepv"] div.input-group {
  margin-bottom: 25px;
}

div.component[data-type="eyecatcher"][data-variant="oepv"] div.input-group > div.input {
  margin-bottom: 0;
}

div.component[data-type="eyecatcher"][data-variant="oepv"] div.input > div.data > input {
  border: none;
  text-align: left;
}

div.component[data-type="eyecatcher"][data-variant="oepv"] div.input > div.data > input[name="day"] {
  padding-left: 10px;
  padding-right: 5px;
}

div.component[data-type="eyecatcher"][data-variant="oepv"] div.input[data-required="yes"] > div.label > label:after,
div.component[data-type="eyecatcher"][data-variant="oepv"] fieldset[data-required="yes"] > legend:after {
  display: none;
}

div.component[data-type="eyecatcher"][data-variant="oepv"] div.submit > button {
  width: 100%;
  border: none;
  padding: 10px 10px 8px 10px;
  background: #e3e3e3;
  background: -webkit-linear-gradient(#ffffff, #e3e3e3);
  background: -moz-linear-gradient(#ffffff, #e3e3e3);
  background: -o-linear-gradient(#ffffff, #e3e3e3);
  background: -ms-linear-gradient(#ffffff, #e3e3e3);
  background: linear-gradient(#ffffff, #e3e3e3);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #48494b;
  text-transform: uppercase;
  font-family: 'VistaSansOT-Bold';
  font-weight: normal;
  font-size: 16px;
}

div.component[data-type="eyecatcher"][data-variant="oepv"] div.submit > button:hover {
  background: #ffffff;
  background: -webkit-linear-gradient(#e3e3e3, #ffffff);
  background: -moz-linear-gradient(#e3e3e3, #ffffff);
  background: -o-linear-gradient(#e3e3e3, #ffffff);
  background: -ms-linear-gradient(#e3e3e3, #ffffff);
  background: linear-gradient(#e3e3e3, #ffffff);
}

div.component[data-type="eyecatcher"][data-variant="energy-generation"] > h3 {
  z-index: 2;
  display: inline-block;
  padding: 30px 50px 26px 50px;
  background-color: #f9b200;
  color: #ffffff;
  text-align: center;
  font-size: 32px;
  font-family: 'VistaSansOT-Bold';
  text-transform: uppercase;
  border-radius: 4px 4px 4px 0;
  -webkit-border-radius: 4px 4px 4px 0;
  -khtml-border-radius: 4px 4px 4px 0;
  -moz-border-radius: 4px 4px 4px 0;
}

div.component[data-type="eyecatcher"][data-variant="energy-generation"] > div.content {
  z-index: 1;
  border: 2px solid #f9b200;
  margin: -25px 0 0 0;
  border-radius: 0 4px 4px 4px;
  -webkit-border-radius: 0 4px 4px 4px;
  -khtml-border-radius: 0 4px 4px 4px;
  -moz-border-radius: 0 4px 4px 4px;
  height: auto;
  min-height: 290px;
  background-image: url(../img/co2_background.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  overflow: hidden;
}

div.component[data-type="eyecatcher"][data-variant="energy-generation"] div.cloud,
div.component[data-type="eyecatcher"][data-variant="energy-generation"] div.cloud2,
div.component[data-type="eyecatcher"][data-variant="energy-generation"] div.cloud3,
div.component[data-type="eyecatcher"][data-variant="energy-generation"] div.cloud4,
div.component[data-type="eyecatcher"][data-variant="energy-generation"] div.cloud5,
div.component[data-type="eyecatcher"][data-variant="energy-generation"] div.cloud6,
div.component[data-type="eyecatcher"][data-variant="energy-generation"] div.cloud7 {
  position: absolute;
  right: -300px;
}

div.component[data-type="eyecatcher"][data-variant="energy-generation"] div.cloud {
  top: 25px;
  width: 180px;
}

div.component[data-type="eyecatcher"][data-variant="energy-generation"] div.cloud2 {
  top: 15px;
  width: 120px;
}

div.component[data-type="eyecatcher"][data-variant="energy-generation"] div.cloud3 {
  top: 5px;
  width: 150px;
}

div.component[data-type="eyecatcher"][data-variant="energy-generation"] div.cloud4 {
  top: 35px;
  width: 100px;
}

div.component[data-type="eyecatcher"][data-variant="energy-generation"] div.cloud5 {
  top: 45px;
  width: 170px;
}

div.component[data-type="eyecatcher"][data-variant="energy-generation"] div.cloud6 {
  top: 40px;
  width: 90px;
}

div.component[data-type="eyecatcher"][data-variant="energy-generation"] div.cloud7 {
  top: 50px;
  width: 110px;
}

div.component[data-type="eyecatcher"][data-variant="energy-generation"] div.cloud img,
div.component[data-type="eyecatcher"][data-variant="energy-generation"] div.cloud2 img,
div.component[data-type="eyecatcher"][data-variant="energy-generation"] div.cloud3 img,
div.component[data-type="eyecatcher"][data-variant="energy-generation"] div.cloud4 img,
div.component[data-type="eyecatcher"][data-variant="energy-generation"] div.cloud5 img,
div.component[data-type="eyecatcher"][data-variant="energy-generation"] div.cloud6 img,
div.component[data-type="eyecatcher"][data-variant="energy-generation"] div.cloud7 img {
  display: block;
  width: 100%;
}

div.component[data-type="eyecatcher"][data-variant="energy-generation"] div.windmill {
  position: absolute;
  bottom: 0;
  left: 380px;
  width: 180px;
  height: 164px;
}

div.component[data-type="eyecatcher"][data-variant="energy-generation"] div.windmill2 {
  position: absolute;
  bottom: 30px;
  left: 330px;
  width: 90px;
  height: 82px;
}

div.component[data-type="eyecatcher"][data-variant="energy-generation"] div.windmill3 {
  position: absolute;
  bottom: 50px;
  left: 490px;
  width: 60px;
  height: 50px;
}

div.component[data-type="eyecatcher"][data-variant="energy-generation"] div.windmill img {
  display: block;
  position: absolute;
}

div.component[data-type="eyecatcher"][data-variant="energy-generation"] div.windmill img.tower {
  bottom: 0;
  left: 40px;
  height: inherit;
}

div.component[data-type="eyecatcher"][data-variant="energy-generation"] div.windmill img.rotor {
  height: inherit;
  left: -45px;
  top: -100px;
  -moz-transform-origin: 90px 82px;
  -webkit-transform-origin: 90px 82px;
  transform-origin: 92px 81px;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}

div.component[data-type="eyecatcher"][data-variant="energy-generation"] div.windmill2 img.tower {
  bottom: 0;
  left: 30px;
  height: inherit;
}

div.component[data-type="eyecatcher"][data-variant="energy-generation"] div.windmill2 img.rotor {
  height: inherit;
  left: -23px;
  top: -51px;
  -moz-transform-origin: 46px 40px;
  -webkit-transform-origin: 46px 40px;
  transform-origin: 46px 40px;
  -webkit-animation: spin 5s linear infinite;
  -moz-animation: spin 5s linear infinite;
  animation: spin 5s linear infinite;
}

div.component[data-type="eyecatcher"][data-variant="energy-generation"] div.windmill3 img.tower {
  bottom: 0;
  left: 0;
  height: inherit;
}

div.component[data-type="eyecatcher"][data-variant="energy-generation"] div.windmill3 img.rotor {
  height: inherit;
  left: -33px;
  top: -31px;
  -moz-transform-origin: 27.5px 24.5px;
  -webkit-transform-origin: 27.5px 24.5px;
  transform-origin: 27.5px 24.5px;
  -webkit-animation: spin 6s linear infinite;
  -moz-animation: spin 6s linear infinite;
  animation: spin 6s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg);} }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg);} }
@keyframes spin { 100% { -webkit-transform: rotate(360deg) ; transform: rotate(360deg);} }


/*
div.component[data-type="eyecatcher"][data-variant="energy-generation"] div.windmill img {
  display: block;
  width: 180px;
}

div.component[data-type="eyecatcher"][data-variant="energy-generation"] div.windmill2 img {
  display: block;
  width: 130px;
}

div.component[data-type="eyecatcher"][data-variant="energy-generation"] div.windmill3 img {
  display: block;
  width: 70px;
}
*/

div.component[data-type="eyecatcher"][data-variant="energy-generation"] div.slogan1 {
  position: absolute;
  top: 70px;
  left: 30px;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
}

div.component[data-type="eyecatcher"][data-variant="energy-generation"] div.slogan1 span.stations {
  font-family: 'VistaSansOT-Bold';
  color: #f9b200;
}

div.component[data-type="eyecatcher"][data-variant="energy-generation"] div.slogan1 span.power {
  font-family: 'VistaSansOT-Bold';
  color: #f9b200;
  font-size: 40px;
}

div.component[data-type="eyecatcher"][data-variant="energy-generation"] div.slogan1 span.energy {
  font-family: 'VistaSansOT-Bold';
  color: #f9b200;
}

div.component[data-type="eyecatcher"][data-variant="energy-generation"] div.slogan2 {
  position: absolute;
  top: 70px;
  right: 50px;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}

div.component[data-type="eyecatcher"][data-variant="energy-generation"] div.footnote {
  margin-top: 10px;
  font-size: 14px;
}

div.component[data-type="eyecatcher"][data-variant="energy-generation"] div.slogan2 span.co2 {
  font-family: 'VistaSansOT-Bold';
  color: #f9b200;
  font-size: 40px;
}

div.component[data-type="eyecatcher-modul"] {
  font-size: 16px;
  max-width: 668px;
}

div.component[data-type="eyecatcher-modul"] > div.eyecatcher {
  padding: 30px 30px 27px 30px;
  background-color: #ededed;
  border-radius: 4px 4px 4px 0;
  -webkit-border-radius: 4px 4px 4px 0;
  -khtml-border-radius: 4px 4px 4px 0;
  -moz-border-radius: 4px 4px 4px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

div.component[data-type="eyecatcher-modul"] > div.eyecatcher[data-haslink="yes"] {
  cursor: pointer;
}

div.component[data-type="eyecatcher-modul"] > div.eyecatcher[data-variant="banner"] {
  padding: 0;
  background-color: transparent;
}

div.component[data-type="eyecatcher-modul"] > div.eyecatcher[data-variant="banner"] > img,
div.component[data-type="eyecatcher-modul"] > div.eyecatcher[data-variant="banner"] > a {
  display: block;
}

div.component[data-type="eyecatcher-modul"] > div.eyecatcher[data-variant="banner"] img {
  width: 100%;
}

div.component[data-type="eyecatcher-modul"] > div.eyecatcher > div.content > h4 {
  margin: 0 0 15px 0;
  font-family: 'VistaSansOT-Medium';  
  font-size: 18px;  
  color: #00488e;
}

div.component[data-type="eyecatcher-modul"] > div.eyecatcher > div.content > h4 > a {
  color: inherit;
}

div.component[data-type="eyecatcher-modul"] > div.eyecatcher > div.content > div.image {
  margin: 0 auto 15px auto;
  max-width: 100%;
  text-align: center;
  cursor: pointer;
}

div.component[data-type="eyecatcher-modul"] > div.eyecatcher > div.content > div.image[data-position="left"] {
  float: left;
  margin: 0 30px 10px 0;
  max-width: 265px;
  text-align: left;
}

div.component[data-type="eyecatcher-modul"] > div.eyecatcher > div.content p {
  margin: 0 0 15px 0;
}

div.component[data-type="eyecatcher-modul"] > div.eyecatcher > div.content p:last-of-type {
  margin: 0;
}

div.component[data-type="eyecatcher-modul"] > div.eyecatcher > div.content ul.list-standard {
  margin: 0;
}

div.component[data-type="news-list"] {
  margin: 0 0 50px 0;
}

div.component[data-type="news-list"] > h2 {
  z-index: 2;
  display: inline-block;
  padding: 30px 50px 26px 50px;
  background-color: #009de4;
  /*background-image: url(../img/bg_headlines.svg);*/
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  font-size: 32px;
  font-family: 'VistaSansOT-Bold';
  text-transform: uppercase;
  border-radius: 4px 4px 4px 0;
  -webkit-border-radius: 4px 4px 4px 0;
  -khtml-border-radius: 4px 4px 4px 0;
  -moz-border-radius: 4px 4px 4px 0;
}

div.component[data-type="news-list"] > div.content {
  z-index: 1;
  background-color: #ededed;
  padding: 70px 50px 45px 50px;
  margin: -25px 0 0 0;
  border-radius: 0 4px 4px 4px;
  -webkit-border-radius: 0 4px 4px 4px;
  -khtml-border-radius: 0 4px 4px 4px;
  -moz-border-radius: 0 4px 4px 4px;
}

div.component[data-type="news-list"] div.filter {
  margin: 0 0 30px 0;
}

div.component[data-type="news-list"] div.filter > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  margin: 0 0 0 -20px;
  width: calc(100% + 20px);
}

div.component[data-type="news-list"] div.filter > ul.item-list > li.item {
  margin: 0 0 20px 20px;
}

div.component[data-type="news-list"] div.filter button {
  border: none;
  background-color: #ffffff;
  cursor: pointer;
  padding: 10px 20px 8px 20px;
  font-family: 'VistaSansOT-Bold';
  color: #aeaeae;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
}

div.component[data-type="news-list"] div.filter button[data-type] {
  padding: 10px 20px 8px 38px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 18px 100%;
}

div.component[data-type="news-list"] div.filter li.item[data-active="yes"] > button,
div.component[data-type="news-list"] div.filter li.item:hover > button {
  background-color: #00478f;
  color: #ffffff;
}

div.component[data-type="news-list"] div.filter button[data-type="news"] {
  background-image: url(../img/nachrichten_grau.svg);
}

div.component[data-type="news-list"] div.filter li.item[data-active="yes"] > button[data-type="news"],
div.component[data-type="news-list"] div.filter li.item:hover > button[data-type="news"] {
  background-image: url(../img/nachrichten_weiss.svg);
}

div.component[data-type="news-list"] div.filter button[data-type="dates"] {
  background-image: url(../img/termine_grau.svg);
}

div.component[data-type="news-list"] div.filter li.item[data-active="yes"] > button[data-type="dates"],
div.component[data-type="news-list"] div.filter li.item:hover > button[data-type="dates"] {
  background-image: url(../img/termine_weiss.svg);
}

div.component[data-type="news-list"] div.filter button[data-type="construction"] {
  background-image: url(../img/baustelle_grau.svg);
}

div.component[data-type="news-list"] div.filter li.item[data-active="yes"] > button[data-type="construction"],
div.component[data-type="news-list"] div.filter li.item:hover > button[data-type="construction"] {
  background-image: url(../img/baustelle_weiss.svg);
}

div.component[data-type="news-list"] div.filter button[data-type="traffic"] {
  background-image: url(../img/busumleitung_grau.svg);
}

div.component[data-type="news-list"] div.filter li.item[data-active="yes"] > button[data-type="traffic"],
div.component[data-type="news-list"] div.filter li.item:hover > button[data-type="traffic"] {
  background-image: url(../img/busumleitung_weiss.svg);
}

div.component[data-type="news-list"] div.day-list > ul.item-list > li.item {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #e2e2d6;
}

div.component[data-type="news-list"] div.day-list > ul.item-list > li.item:last-of-type, 
div.component[data-type="news-list"] div.day-list > ul.item-list > li.item[data-show="yes"][data-last="yes"] {
  margin: 0;
  padding: 0;
  border: none;
}

div.component[data-type="news-list"] div.day-list > ul.item-list > li.item[data-noresult="yes"] {
  display: none;
}

div.component[data-type="news-list"] div.day-list article {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -webkit-align-items: center;
  align-items: center;
  font-size: 20px;
  font-family: 'VistaSansOT-Bold';
  min-height: 40px;
}

div.component[data-type="news-list"] div.day-list article > * {
  margin: 0;
}

div.component[data-type="news-list"] div.day-list article > div.icon {
  margin: 0 30px 0 0;
  height: 40px;
  min-height: 40px;
  width: 40px;
  min-width: 40px;
  padding: 6px 0 0 0;
  background-color: #009de0;
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
}

div.component[data-type="news-list"] div.day-list article > div.icon > img {
  height: 28px;
}

div.component[data-type="news-list"] div.day-list article > div.text {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -webkit-align-items: center;
  align-items: center;
}

div.component[data-type="news-list"] div.day-list article > div.text > h5 {
  min-width: 130px;
}

div.component[data-type="news-list"] div.day-list article > div.text > h5:after {
  content: " – ";
  margin: 0 10px 0 10px;
}

div.component[data-type="news-list"] div.links {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  margin: 20px 0 0 0;
  padding: 0 50px 0 50px;
}

div.component[data-type="news-list"] div.links > * {
  width: calc(100% / 2 - 15px);
}

div.component[data-type="news-list"] div.links > *:last-child {
  text-align: right;
}

div.component[data-type="news-list"] div.links a {
  display: inline-block;
  padding: 0 30px 0 0;
  background-image: url(../img/link_pfeil_hellblau.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 20px 100%;
}

div.component[data-type="news-list"] div.links > div.link-aeppes > a > img {
  height: 25px;
  vertical-align: middle;
  margin: 0 0 0 5px;
}

div.component[data-type="blog-list"] {
  margin: 0 0 50px 0;
}

div.component[data-type="blog-list"] > h2 {
  z-index: 2;
  display: inline-block;
  padding: 30px 50px 26px 50px;
  background-color: #009de4;
  /*background-image: url(../img/bg_headlines.svg);*/
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  font-size: 32px;
  font-family: 'VistaSansOT-Bold';
  text-transform: uppercase;
  border-radius: 4px 4px 4px 0;
  -webkit-border-radius: 4px 4px 4px 0;
  -khtml-border-radius: 4px 4px 4px 0;
  -moz-border-radius: 4px 4px 4px 0;
}

div.component[data-type="blog-list"] > div.content {
  z-index: 1;
  background-color: #ededed;
  padding: 70px 50px 45px 50px;
  margin: -25px 0 0 0;
  border-radius: 0 4px 4px 4px;
  -webkit-border-radius: 0 4px 4px 4px;
  -khtml-border-radius: 0 4px 4px 4px;
  -moz-border-radius: 0 4px 4px 4px;
}

div.component[data-type="blog-list"] div.filter {
  margin: 0 0 30px 0;
}

div.component[data-type="blog-list"] div.filter > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  margin: 0 0 0 -20px;
  width: calc(100% + 20px);
}

div.component[data-type="blog-list"] div.filter > ul.item-list > li.item {
  margin: 0 0 20px 20px;
}

div.component[data-type="blog-list"] div.filter button {
  border: none;
  background-color: #ffffff;
  cursor: pointer;
  padding: 10px 20px 8px 20px;
  font-family: 'VistaSansOT-Bold';
  color: #aeaeae;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
}

div.component[data-type="blog-list"] div.filter button[data-type] {
  padding: 10px 20px 8px 20;
}

div.component[data-type="blog-list"] div.filter li.item[data-active="yes"] > button,
div.component[data-type="blog-list"] div.filter li.item:hover > button {
  background-color: #00478f;
  color: #ffffff;
}

div.component[data-type="blog-list"] div.day-list > ul.item-list > li.item {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #e2e2d6;
}

div.component[data-type="blog-list"] div.day-list > ul.item-list > li.item:last-of-type, 
div.component[data-type="blog-list"] div.day-list > ul.item-list > li.item[data-show="yes"][data-last="yes"] {
  margin: 0;
  padding: 0;
  border: none;
}

div.component[data-type="blog-list"] div.day-list > ul.item-list > li.item[data-noresult="yes"] {
  display: none;
}

div.component[data-type="blog-list"] div.day-list article {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -webkit-align-items: center;
  align-items: center;
  font-size: 20px;
  font-family: 'VistaSansOT-Bold';
  min-height: 40px;
}

div.component[data-type="blog-list"] div.day-list article > * {
  margin: 0;
}

div.component[data-type="blog-list"] div.day-list article > div.text {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -webkit-align-items: center;
  align-items: center;
}

div.component[data-type="blog-list"] div.day-list article > div.text > h5 {
  min-width: 130px;
}

div.component[data-type="blog-list"] div.day-list article > div.text > h5:after {
  content: " – ";
  margin: 0 10px 0 10px;
}

div.component[data-type="blog-list"] div.links {
  margin: 20px 0 0 0;
  padding: 0 50px 0 50px;
}

div.component[data-type="blog-list"] div.links a {
  display: inline-block;
  padding: 0 30px 0 0;
  background-image: url(../img/link_pfeil_hellblau.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 20px 100%;
}

div.component[data-type="grid"] {
  margin: 0;
}

div.component[data-type="grid"][data-hasbackground="yes"] {  
  padding: 60px calc((((100vw - 16px) - 100%) / 2) * 1) 0 calc((((100vw - 16px) - 100%) / 2) * 1);
  margin-left: calc((((100vw - 16px) - 100%) / 2) * -1);
  margin-right: calc((((100vw - 16px) - 100%) / 2) * -1);
  background: #ededed;
  background: -webkit-linear-gradient(#ededed, #ffffff);
  background: -moz-linear-gradient(#ededed, #ffffff);
  background: -o-linear-gradient(#ededed, #ffffff);
  background: -ms-linear-gradient(#ededed, #ffffff);
  background: linear-gradient(#ededed, #ffffff);
}

div.component[data-type="grid"][data-hasbackground="yes"][data-variant="busradauto"] {
  margin-bottom: 40px;
}

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"] > ul.item-list > li.item {
  margin: 0 0 30px 30px;
  width: calc(100% - 0);
}

div.component[data-type="grid"][data-hasbackground="yes"] > ul.item-list > li.item {
  margin: 0 0 0 30px;
}

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="suggest-search"] {
  margin: 0;
  background-color: #ededed;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 40px;  
  border-top: 3px solid #00488d;
  border-bottom: 3px solid #00488d;
  /*
  -webkit-box-shadow: 0 4px 8px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 4px 8px 2px rgba(0,0,0,0.2);
  box-shadow: 0 4px 8px 2px rgba(0,0,0,0.2);
  */
}

div.component[data-type="suggest-search"] div.result {
  padding: 85px 0 85px 0;
}

div.component[data-type="suggest-search"] div.result div.row {
  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="suggest-search"] div.result div.row > div.left-column {
  padding: 0 82px 0 0;
  width: calc(50% + 1px);
  border-right: 1px solid #ffffff;
}

div.component[data-type="suggest-search"] div.result div.row > div.right-column {
  padding: 0 0 0 82px;
  width: calc(50% - 1px);
}

div.component[data-type="suggest-search"] div.result div.row > div.left-column > *,
div.component[data-type="suggest-search"] div.result div.row > div.right-column > * {
  margin: 0 0 60px 0;
}

div.component[data-type="suggest-search"] div.result div.row > div.left-column > *:last-child,
div.component[data-type="suggest-search"] div.result div.row > div.right-column > *:last-child {
  margin: 0;
}

div.component[data-type="suggest-search"] div.result h4 {
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'VistaSansOT-Medium';
  margin: 0 0 10px 0;
  color: #00488d;
}

div.component[data-type="suggest-search"] div.result div[data-type="privat"] h4 {
  color: #a21a7a;
}

div.component[data-type="suggest-search"] div.result div[data-type="gewerbe"] h4 {
  color: #8ab31d;
}

div.component[data-type="suggest-search"] div.result div[data-type="kommunen"] h4 {
  color: #f9b000;
}

div.component[data-type="suggest-search"] div[data-type="keyword"] > div.list,
div.component[data-type="suggest-search"] div[data-type="contact"] > div.list {
  padding: 30px;
  background-color: #ffffff;
}

div.component[data-type="suggest-search"] li.item {
  margin: 0 0 5px 0;
}

div.component[data-type="suggest-search"] div[data-type="contact"] li.item {
  margin: 0 0 20px 0;
}

div.component[data-type="suggest-search"] ul.item-list > li.item:last-of-type {
  margin: 0;
}

div.component[data-type="suggest-search"] div.result div[data-type="privat"] li.item > a, 
div.component[data-type="suggest-search"] div.result div[data-type="gewerbe"] li.item > a,
div.component[data-type="suggest-search"] div.result div[data-type="kommunen"] li.item > a {
  display: block;
  padding: 0 0 0 22px;
  background-image: url(../img/bulletpoint_blau2.svg);
  background-repeat: no-repeat;
  background-position: left 4px;
  background-size: 12px 12px;
  margin: 0 0 5px 0;
}

div.component[data-type="suggest-search"] div.result li.item[data-variant="no-result"] {
  font-size: 16px;
  opacity: 0.6;
  margin: 0;
}

div.component[data-type="suggest-search"] div.result div[data-type="contact"] article {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  width: 100%;
}

div.component[data-type="suggest-search"] div.result div[data-type="contact"] article[data-image="no"] {
  display: block;
}

div.component[data-type="suggest-search"] div.result div[data-type="contact"] article > div.image {
  width: 88px;
  min-width: 88px;
  padding: 0 20px 0 0;
}

div.component[data-type="suggest-search"] div.result div[data-type="contact"] article > div.image > img {
  width: 100%;
  min-width: 100%;
  display: block;
}

div.component[data-type="suggest-search"] div.result div[data-type="contact"] article > div.image[data-imgtype="icon"] > img {
  height: 90px;
}

div.component[data-type="suggest-search"] div.result div[data-type="contact"] article > div.content > h5 {
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-size: 14px;
}

div.component[data-type="suggest-search"] div.result div[data-type="contact"] article > div.content > h4 {
  margin: 0 0 5px 0;
  font-family: 'VistaSansOT-Medium';
  font-size: 16px;
  color: #00488e;
}

div.component[data-type="button-list"] {
  margin-bottom: 10px;
}

div.component[data-type="button-list"] > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

div.component[data-type="button-list"] > ul.item-list > li.item {
  margin: 0 30px 30px 0;
}

div.component[data-type="button-list"] > ul.item-list > li.item:last-of-type {
  margin: 0 0 30px 0;
}

div.component[data-type="button-list"] a {
  display: block;
  background: none;
  border: 1px solid #7c9d0f;
  background: #8cb110;
  background: -webkit-linear-gradient(#a3cf12, #8cb110);
  background: -moz-linear-gradient(#a3cf12, #8cb110);
  background: -o-linear-gradient(#a3cf12, #8cb110);
  background: -ms-linear-gradient(#a3cf12, #8cb110);
  background: linear-gradient(#a3cf12, #8cb110);
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 20px 10px 20px;
  font-size: 18px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  text-decoration: none !important;
}

div.component[data-type="anchor-list"] > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  align-content: center;
  justify-content: space-between;
  font-family: 'VistaSansOT-Medium';
  font-size: 20px;
}

div.component[data-type="anchor-list"] > ul.item-list > li.item {
  width: calc(100% / 3 - 12px);
  margin: 0 0 22px 0;
  background-image: url(../img/link_pfeil_weiss.svg);
  background-position: calc(100% - 25px) calc(100% - 25px);
  background-repeat: no-repeat;
  background-size: auto 20px;
  background-color: #009fe3;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
}

div.component[data-type="anchor-list"] > ul.item-list > li.item > a {
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  font-family: 'VistaSansOT-Medium';
  padding: 70px 35px 70px 115px;
  color: #ffffff;
  height: 100%;
  text-decoration: none;
  background-position: 30px center;
  background-repeat: no-repeat;
  background-size: auto 60px;
}

div.component[data-type="anchor-list"] > ul.item-list > li.item > a.foerderung {
  background-image: url(../img/fordermoeglichkeit.svg);
}

div.component[data-type="anchor-list"] > ul.item-list > li.item > a.laden {
  background-image: url(../img/laden.svg);
  background-size: auto 65px;
}

div.component[data-type="anchor-list"] > ul.item-list > li.item > a.app {
  background-image: url(../img/app_card.svg);
  background-size: auto 73px;
  background-position: 20px center;
}

div.component[data-type="anchor-list"] > ul.item-list > li.item > a.ladestation {
  background-image: url(../img/ladestation.svg);
  background-size: auto 68px;
}

div.component[data-type="anchor-list"] > ul.item-list > li.item > a.tarif {
  background-image: url(../img/zuhause.svg);
}

div.component[data-type="anchor-list"] > ul.item-list > li.item > a.faq {
  background-image: url(../img/faq.svg);
}

div.small-print {
  font-size: 14px;
  margin: 10px 0 0 0;
}

div.anchor {
  font-size: 1px;
  height: 1px;
  overflow: hidden;
  line-height: 1px;
}

footer {
  background-color: #00488e;
  /*background-image: url(../img/bg_footer.png);*/
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
  padding: 45px 0 10px 0;
  font-size: 18px;    
}

footer a, footer a:link, footer a:visited, footer a:hover, footer a:active {
  color: inherit;
}

footer ul.item-list > li.item {
  margin: 0 0 3px 0;
}

footer ul.item-list > li.item:last-of-type {
  margin: 0;
}

footer ul.item-list > li.item > a {
  display: block;
  padding: 2px 0 2px 0;
}

footer h5 {
  font-family: 'VistaSansOT-Bold';
  margin: 0 0 30px 0;
}

footer div.footer-social img {
  width: 40px;
  height: auto;
}

footer div.footer-social li.item {
  margin: 0 0 15px 0;
}

footer div.component[data-type="dropdown"] {
  margin: -11px 0 20px 0;
  border: 2px solid #ffffff;
}

footer div.component[data-type="dropdown"] h5 {
  margin: 0;
  background-image: url(../img/dropdownpfeil_weiss.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  background-size: 17px auto;
  cursor: pointer;
}

footer div.component[data-type="dropdown"] h5 > a {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 10px 15px 8px 15px;
}

footer div.component[data-type="dropdown"][data-expanded="yes"] h5 {
  background-image: url(../img/dropdownpfeil_weiss_.svg);
}

div.component[data-type="dropdown"] div.list {
  display: none;
  padding: 2px 15px 8px 15px;
}

footer div.footer-brandings {
  font-size: 14px;
}

footer div.footer-brandings img {
  height: 36px;
}

footer div.footer-brandings img.swt {
  /*
  border: 4px solid #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #ffffff;
  */
  height: 46px;
}

div#PROTOTYPES {
  display: none;
}

div#LOADER,
div.INLINE-LOADER {
  z-index: 30;
  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.INLINE-LOADER {
  position: absolute;
  width: 50px;
  height: 50px;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
}

div#CURTAIN_MODAL,
div#CURTAIN {
  position: fixed;
  z-index: 10;
  background-color: rgba(0, 73, 142, 0.9);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

div#MODAL,
div#CONFIRM {
  position: absolute;
  z-index: 22;
  background-color: rgb(255, 255, 255);
  max-width: 100%;
  width: 520px;
  padding: 40px;
  top: 20px;  
  -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);
  font-size: 18px;
}

div#OVERLAY,
div#CALENDAROVERLAY {
  position: absolute;
  z-index: 13;
  background-color: rgb(255, 255, 255);
  max-width: 100%;
  width: 1142px;
  padding: 40px;
  top: 20px;  
  -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);
  font-size: 18px;
}

div#CALENDAROVERLAY {
  max-width: calc(100vw - 80px);
  width: calc(100% - 80px);
  padding: 40px 40px 0 40px;
}

div#IMAGEOVERLAY {
  position: absolute;
  z-index: 13;
  background-color: transparent;
  max-width: calc(100vw - 80px);
  max-height: calc(100vh - 80px);
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  padding: 0;
  top: 20px;  
}

div#GALLERYOVERLAY {
  position: fixed;
  padding: 0;
  z-index: 13;
  background-color: transparent;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100vh;
}

div#ANNOUNCEMENTOVERLAY {
  position: absolute;
  z-index: 13;
  background-color: transparent;
  max-width: 100vw;
  width: 100%;
  padding: 0;
  top: 20px;  
}

div#OVERLAY > div.logo {
  display: none;
}

div#OVERLAY > div.close,
div#CALENDAROVERLAY > div.close,
div#IMAGEOVERLAY > div.close,
div#GALLERYOVERLAY > div.close,
div#ANNOUNCEMENTOVERLAY > div.close,
div#MODAL > div.close,
div#CONFIRM > div.close {
  position: relative;
  z-index: 2;
  margin: 0 0 20px 0;
  text-align: right;
  cursor: pointer;
}

div#ANNOUNCEMENTOVERLAY > div.close {
  margin: 0 20px 20px 0;
}

div#OVERLAY > div.close > button,
div#CALENDAROVERLAY > div.close > button,
div#IMAGEOVERLAY > div.close > button,
div#ANNOUNCEMENTOVERLAY > div.close > button,
div#MODAL > div.close > button,
div#CONFIRM > div.close > button {
  display: block;
  background-color: transparent;
  border: none;
  height: 35px;
  width: 100%;
  background-image: url(../img/close_blue.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 32px 32px;
  cursor: pointer;
}

div#IMAGEOVERLAY > div.close > button,
div#ANNOUNCEMENTOVERLAY > div.close > button {
  background-image: url(../img/close_white.png);
}

div#OVERLAY > div.detail,
div#CALENDAROVERLAY > div.detail,
div#IMAGEOVERLAY > div.detail,
div#ANNOUNCEMENTOVERLAY > div.detail,
div#MODAL > div.detail {
  position: relative;
  z-index: 1;
}

div#IMAGEOVERLAY > div.detail {
  height: inherit;
}

div#ANNOUNCEMENTOVERLAY > div.detail {
  height: inherit;
  width: 1144px;
  max-width: calc(100vw - 20px);
  margin: 0 auto 0 auto; 
  -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#MODAL > div.detail > h3,
div#CONFIRM > div.detail > h3 {
  position: relative;
  margin: 0 0 20px 0;
  font-size: 24px;
  padding: 0;
  text-transform: uppercase;
}

div#MODAL > div.detail > p {
  position: relative;
  margin: 0;
}

div#CONFIRM > div.detail > div.text > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

div#CONFIRM > div.detail > div.text > ul.item-list > li.item {
  width: calc(50% - 10px);
}

div#CONFIRM > div.detail > div.text > ul.item-list > li.item > a {
  display: block;
  background-color: #8bb31e;
  padding: 10px;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: normal;
  text-align: center;
  font-size: 24px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
}

div#CONFIRM > div.detail > div.text > ul.item-list > li.item > a[data-type="no"] {
  background-color: #e50045;
}

div#CONFIRM > div.detail > div.text > ul.item-list > li.item > a:hover {
  opacity: 0.8;
}

ul.richtext-list,
ul.list-standard {
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0;  
}

ul.richtext-list ul,
ul.list-standard ul {
  list-style-type: none;
  margin: 20px 0 0 20px;
}

ul.richtext-list > li,
ul.list-standard > li {
  padding: 0 0 0 22px;
  background-image: url(../img/bulletpoint_blau.svg);
  background-repeat: no-repeat;
  background-position: left 4px;
  background-size: 12px 12px;
  margin: 0 0 5px 0;
}

ul.richtext-list > li:last-of-type,
ul.list-standard > li:last-of-type {
  margin: 0;
}

div.text p {
  margin: 20px 0 20px 0;
}

div.text > p {
  margin-top: 0;
}

div.text p:last-of-type {
  margin-bottom: 0;
}

div.captcha > div.image img {
  display: block;
  max-width: 100%;
}

div.captcha > div.refresh {
  margin: 10px 0 10px 0;
  font-size: 14px;
}

div.grecaptcha-badge {
  z-index: 9;
}

span.alert {
  color: #ff0000;
}

div#COOKIE_POLICY {
  position: fixed;
  z-index: 100;
  background-color: rgba(0,0,0,0.4);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

div#COOKIE_POLICY > div.content {
  width: 600px;
  max-width: calc(100% - 10px);
  padding: 30px 50px;
  background-color: #ededed;
  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 > h4 {
  font-family: 'VistaSansOT-Medium';
  font-size: 24px;
  color: #024890;
  margin: 0 0 15px 0;
}

div#COOKIE_POLICY > div.content > p {
  margin: 0 0 30px 0;
}

div#COOKIE_POLICY > div.content > p:last-child {
  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 {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  justify-content: cetner;
  -webkit-align-items: center;
  align-items: center;
}

div#COOKIE_POLICY div.component[data-type="form"] div.form div.wrapper-fields div.input {
  margin-right: 40px;
}

div#COOKIE_POLICY div.component[data-type="form"] div.form div.wrapper-fields div.input:last-child {
  margin-right: 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;
}

div#COOKIE_POLICY div.component[data-type="form"] button[type="submit"] {
  /*
  border: 1px solid #b0c2d6;
  background: #ededed;
  color: #b0c2d6;
  */
  width: 100%;
  cursor: pointer;
  background: none;
  border: 1px solid #00488e;
  background: #00488e;  
  background: -webkit-linear-gradient(#0463c1, #00488e);
  background: -moz-linear-gradient(#0463c1, #00488e);
  background: -o-linear-gradient(#0463c1, #00488e);
  background: -ms-linear-gradient(#0463c1, #00488e);
  background: linear-gradient(#0463c1, #00488e);
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 30px 7px 30px;
  font-size: 18px;
  font-family: 'VistaSansOT-Bold'; 
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
}

div#COOKIE_POLICY div.component[data-type="form"] button[type="submit"]:hover {
  /*
  border: 1px solid #00488e;
  background: #0463c1;  
  color: #ffffff;
  background: -webkit-linear-gradient(#00488e, #0463c1);
  background: -moz-linear-gradient(#00488e, #0463c1);
  background: -o-linear-gradient(#00488e, #0463c1);
  background: -ms-linear-gradient(#00488e, #0463c1);
  background: linear-gradient(#00488e, #0463c1);
  */  
  border: 1px solid #00488e;
  background: #0463c1;  
  background: -webkit-linear-gradient(#00488e, #0463c1);
  background: -moz-linear-gradient(#00488e, #0463c1);
  background: -o-linear-gradient(#00488e, #0463c1);
  background: -ms-linear-gradient(#00488e, #0463c1);
  background: linear-gradient(#00488e, #0463c1);
}

div#COOKIE_POLICY div.component[data-type="form"] button[type="button"] {
  cursor: pointer;
  background: none;
  border: 1px solid #00488e;
  background: #00488e;  
  background: -webkit-linear-gradient(#0463c1, #00488e);
  background: -moz-linear-gradient(#0463c1, #00488e);
  background: -o-linear-gradient(#0463c1, #00488e);
  background: -ms-linear-gradient(#0463c1, #00488e);
  background: linear-gradient(#0463c1, #00488e);
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 30px 7px 30px;
  font-size: 18px;
  font-family: 'VistaSansOT-Bold'; 
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
}

div#COOKIE_POLICY div.component[data-type="form"] button[type="button"]:hover {
  border: 1px solid #00488e;
  background: #0463c1;  
  background: -webkit-linear-gradient(#00488e, #0463c1);
  background: -moz-linear-gradient(#00488e, #0463c1);
  background: -o-linear-gradient(#00488e, #0463c1);
  background: -ms-linear-gradient(#00488e, #0463c1);
  background: linear-gradient(#00488e, #0463c1);
}

div.FACEBOOK_OPT_IN div.input {
  margin: 0 0 20px 0;
}

div.FACEBOOK_OPT_IN input[type="checkbox"] + label {
  height: 47px;
  margin: 0 0 0 110px;
  font-size: 18px;
  color: #06529c;
}

div.FACEBOOK_OPT_IN input[type="checkbox"] + label:before {
  position: absolute;
  content: "";
  width: 97px;
  height: 47px;
  border: none;
  background-color: #ffffff;
  margin: -10px 0 0 -110px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto auto;
  background-image: url(../img/fb_optin_button_.png);
  background-repeat: no-repeat;
  background-position: left center;
}

div.FACEBOOK_OPT_IN input[type="checkbox"]:checked + label:before {
  background-image: url(../img/fb_optin_button.png);
}

div.FACEBOOK_OPT_IN button {  
  cursor: pointer;
  background: none;
  border: 1px solid #06529c;
  background: #06529c;
  background: -webkit-linear-gradient(#06529c, #0f6ecc);
  background: -moz-linear-gradient(#06529c, #0f6ecc);
  background: -o-linear-gradient(#06529c, #0f6ecc);
  background: -ms-linear-gradient(#06529c, #0f6ecc);
  background: linear-gradient(#06529c, #0f6ecc);
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 20px 10px 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  text-align: center;
  font-family: 'VistaSansOT-Bold';
  font-size: 22px;
}

div.FACEBOOK_OPT_IN button[disabled] {  
  cursor: inherit;
  background: none;
  background-color: #efefef;
  border: 1px solid #b1c2d6;
  color: #b1c2d6;
}

