
body {
  font-family: 'Roboto',Arial,Helvetica,sans-serif;
  background-color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 400;
  height: auto;
  line-height: 140%;
  color: #424242;
  hyphens: auto; 
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -hyphens: auto; 
  word-wrap: break-word;
  overflow-x: hidden;
}

b, strong, span.bold {
  font-weight: 500;
  /*font-weight: normal;*/
}

a,a:link,a:visited,a:hover,a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 400;
} 

span.italic {
  font-style: italic;
}    

span.bold {
  font-weight: 500;
  font-weight: normal;
}  

span.boldlist {
  font-weight: 500;
} 

span.nowrap {
  white-space: nowrap;
}   

span.uppercase {
  text-transform: uppercase;
} 

span.stroked {
  text-decoration: line-through;
}   

input,textarea,select {
  font-family: 'Roboto',Arial,Helvetica,sans-serif;
  letter-spacing: 1px;
  padding: 5px;
  border: none;
  width: calc(100% - 4px);
  font-size: inherit;
  /*
  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: rgb(255, 253, 241);
  background: -webkit-linear-gradient(to left top, #ffffff, #f0f0f0);
  background: -moz-linear-gradient(to left top, #ffffff, #f0f0f0);
  background: -o-linear-gradient(to left top, #ffffff, #f0f0f0);
  background: -ms-linear-gradient(to left top, #ffffff, #f0f0f0);
  background: linear-gradient(to left top, #ffffff, #f0f0f0);
}  

input:focus,textarea:focus,select:focus {
  background: -webkit-linear-gradient(to right top, #ffffff, #f0f0f0);
  background: -moz-linear-gradient(to right top, #ffffff, #f0f0f0);
  background: -o-linear-gradient(to right top, #ffffff, #f0f0f0);
  background: -ms-linear-gradient(to right top, #ffffff, #f0f0f0);
  background: linear-gradient(to right top, #ffffff, #f0f0f0);
}

input.datepicker {
  width: calc(100% - 50px);
}

input.small {
  width: 200px;
  max-width: 100%;
}

div.data[data-datepicker="yes"]:after {
  content: " ";
  position: absolute;
  display: inline-block;
  right: 0;
  width: 33px;
  height: 33px;
  background-image: url(../img/kalender_blau.svg);
  background-repeat: no-repeat;
  background-size: 33px auto;
  background-position: 0 0;
}

button[type="submit"],
button[type="button"],
button[type="reset"],
input[type="submit"] {
  cursor: pointer;
  background: none;
  border: none;
  font-weight: 500;
  font-weight: normal;
}

input::-webkit-input-placeholder {
  color: #015293;
}

input:-moz-placeholder {
  color: #015293;
}

input::-moz-placeholder  {
  color: #015293;
}

input:-ms-input-placeholder {
  color: #015293;
}

input::-ms-input-placeholder {
  color: #015293;
}

input[type="number"] {
    -moz-appearance:textfield;
}

input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

select {
  position: relative;
  z-index: 2;
  padding: 5px 0 5px 5px;
  width: calc(100% - 5px);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  cursor: pointer;
  background: url(../img/pfeil_selectlist.svg) calc(100% - 10px) center no-repeat 18px auto, -webkit-linear-gradient(to left top, #ffffff, #f0f0f0);
  background: url(../img/pfeil_selectlist.svg) calc(100% - 10px) center no-repeat 18px auto,  -moz-linear-gradient(to left top, #ffffff, #f0f0f0);
  background: url(../img/pfeil_selectlist.svg) calc(100% - 10px) center no-repeat 18px auto,  -o-linear-gradient(to left top, #ffffff, #f0f0f0);
  background: url(../img/pfeil_selectlist.svg) calc(100% - 10px) center no-repeat 18px auto,  -ms-linear-gradient(to left top, #ffffff, #f0f0f0);
  background: url(../img/pfeil_selectlist.svg) calc(100% - 10px) center no-repeat 18px auto,  linear-gradient(to left top, #ffffff, #f0f0f0);
}

select:focus {
  background: url(../img/pfeil_selectlist.svg) calc(100% - 10px) center no-repeat 18px auto, -webkit-linear-gradient(to right top, #ffffff, #f0f0f0);
  background: url(../img/pfeil_selectlist.svg) calc(100% - 10px) center no-repeat 18px auto,  -moz-linear-gradient(to right top, #ffffff, #f0f0f0);
  background: url(../img/pfeil_selectlist.svg) calc(100% - 10px) center no-repeat 18px auto,  -o-linear-gradient(to right top, #ffffff, #f0f0f0);
  background: url(../img/pfeil_selectlist.svg) calc(100% - 10px) center no-repeat 18px auto,  -ms-linear-gradient(to right top, #ffffff, #f0f0f0);
  background: url(../img/pfeil_selectlist.svg) calc(100% - 10px) center no-repeat 18px auto,  linear-gradient(to right top, #ffffff, #f0f0f0);
}

select.burger,
select.burger:focus {
  color: #424242;
  background-color: #a4a5a6;
  background-image: url(../img/bg_select_burger.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 20px auto;
}

select::-ms-expand {
  display: none;
}

select + i {
  z-index: 2;
  display: inline-block;
  position: absolute;
  font-size: 20px;
  margin: 8px 0 0 -25px;
  cursor: pointer;
}

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 30px;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  content: " ";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/checkbox.svg);
  background-size: 20px 20px;
  background-position: left top;
  margin: 0 0 0 -30px;
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
  background-image: url(../img/checkbox_aktiv.svg);
}

input[type="checkbox"][data-circle="yes"]:checked + label:before,
input[type="radio"][data-circle="yes"]:checked + label:before {
  opacity: 1;
  content: "\f192";
  background: #c3bda0; /* For browsers that do not support gradients */
  background: -webkit-radial-gradient(#c3bda0, rgb(255, 253, 241), rgb(255, 253, 241)); /* Safari 5.1 to 6.0 */
  background: -o-radial-gradient(#c3bda0, rgb(255, 253, 241), rgb(255, 253, 241)); /* For Opera 11.6 to 12.0 */
  background: -moz-radial-gradient(#c3bda0, rgb(255, 253, 241), rgb(255, 253, 241)); /* For Firefox 3.6 to 15 */
  background: radial-gradient(#c3bda0, rgb(255, 253, 241), rgb(255, 253, 241)); /* Standard syntax */
}

input[type="checkbox"]:checked + label,
input[type="radio"]:checked + label {
}

div.input[data-valid="no"] input,
div.input[data-valid="no"] select,
div.input[data-valid="no"] textarea {
  border-color: #fe0000 !important;
}

div.input[data-valid="no"][data-variant="multiple"] div.data label {
  color: #fe0000 !important;
}

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 {
}

body > div.construct div.input[data-valid="no"] input[type="checkbox"] + label:before,
body > div.construct div.input[data-valid="no"] input[type="radio"] + label:before,
body > div.construct div.input[data-valid="no"] input[type="checkbox"] + label,
body > div.construct div.input[data-valid="no"] input[type="radio"] + label {
}

div.input[data-required="yes"] > div.label > label:after,
div.input-group[data-required="yes"] > div.label:after {
  position: absolute;
  content: "*";
  font-size: 14px;
  color: inherit;
  padding: 0 0 0 5px;
  margin: 0;
}

div.input[data-norequired-flag="yes"][data-required="yes"] > div.label > label:after,
div.input-group[data-norequired-flag="yes"] > div.label:after {
  content: "";
}

div#CURTAIN_MODAL,
div#IMAGE_OVERLAY_CURTAIN,
div#CURTAIN {
  position: absolute;
  z-index: 10;
  background-color: rgba(1, 82, 147, 0.95);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

div#IMAGE_OVERLAY_CURTAIN {
  z-index: 13;
  background-color: rgba(1, 82, 147,0.9);
}

div#IMAGE_OVERLAY {
  position: absolute;
  z-index: 14;
  background: transparent;
  width: 100%;
  padding: 0;
  top: 20px;  
}

div#IMAGE_OVERLAY > div.close {
  position: absolute;
  z-index: 3;
  margin: 0;
  right: 0;
}

div#IMAGE_OVERLAY > div.close > a,
div#IMAGE_OVERLAY > div.close > a {
  display: block;
  width: 70px;
  height: 70px;
  background-color: rgba(140, 177, 206, 0.6);
  background-image: url(../img/schliessenbutton_weiss.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px 50px;
}

div#IMAGE_OVERLAY > div.navigation {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 2;
}

div#IMAGE_OVERLAY > div.navigation > div.prev,
div#IMAGE_OVERLAY > div.navigation > div.next {
  position: absolute;
  z-index: 2;
  display: none;
  height: 70px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  width: 50%;
  margin: -70px 0 0 0;
  background-color: rgba(140, 177, 206, 0.6);
  background-image: url(../img/kreispfeil_weiss_links.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px 50px;
}  

div#IMAGE_OVERLAY > div.navigation > div.next {
  right: 0;
  background-image: url(../img/kreispfeil_weiss_rechts.svg);
}  

div#IMAGE_OVERLAY[data-hasprev="yes"] > div.navigation > div.prev,
div#IMAGE_OVERLAY[data-hasnext="yes"] > div.navigation > div.next {
  display: block;
}  

div#IMAGE_OVERLAY > div.list {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto 0 auto;
  overflow: hidden;
}

div#IMAGE_OVERLAY > div.list > ul.item-list {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

div#IMAGE_OVERLAY > div.list > ul.item-list > li.item {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  max-width: 100%;
  float: left;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none !important;
}

div#IMAGE_OVERLAY > div.list > ul.item-list > li.item[data-haslink="yes"] {
  cursor: pointer;
}

div#IMAGE_OVERLAY > div.list > ul.item-list > li.item div.itemlink {
  position: absolute;
  left: -1000000px;
  top: -1000000px;
}

div#IMAGE_OVERLAY > div.list > ul.item-list > li.item > a {
  display: inline-block;
  cursor: inherit;
}

div#IMAGE_OVERLAY > div.list > ul.item-list > li.item img {
  display: inline-block;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.3);
}

div.ui-datepicker {
  z-index: 21 !important;
  font-size: 0.9em;
}

div#CURTAIN_MODAL {
  z-index: 21;
}

div#NAVIGATION_PANEL,
div#GLOSSAR {
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #017cc2;
  color: #ffffff;
  padding: 40px 0 70px 0;
  -webkit-box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.3);
  box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.3);
}

div#NAVIGATION_PANEL a,
div#GLOSSAR a {
  color: inherit;
}

div#GLOSSAR a {
  display: inline-block;
  padding: 4px 0 4px 0;
}

div#NAVIGATION_PANEL > div.panel > a.close,
div#GLOSSAR > div.panel > a.close {
  display: block;
  height: 30px;
  width: 30px;
  margin: 0 0 30px 0;
  cursor: pointer;
}

div#NAVIGATION_PANEL > div.panel > a.close img,
div#GLOSSAR > div.panel > a.close img {
  height: 30px;
  display: block;
}

div#NAVIGATION_PANEL div.navigation > ul.item-list,
div#GLOSSAR div.navigation > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  justify-content: space-between;
}

div#NAVIGATION_PANEL div.navigation > ul.item-list > li.item {
  width: calc(100% / 3);
}

div#GLOSSAR div.navigation > ul.item-list > li.item {
  width: 36px;
  height: 36px;
  font-size: 20px;
}

div#GLOSSAR div.navigation > ul.item-list > li.item > a {
  width: inherit;
  height: inherit;
  display: block;
  text-align: center;
  padding: 8px 0 0 0;
  text-decoration: none;
  line-height: 100%;
}

div#GLOSSAR div.navigation > ul.item-list > li.item:hover > a {
  background-color: rgba(255,255,255,0.5);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
}

div#GLOSSAR div.navigation > ul.item-list > li.item[data-active="yes"] > a {
  color: #017cc2;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
}

div#NAVIGATION_PANEL div.navigation > ul.item-list > li.item > h4 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 6px 0 0 60px;
  min-height: 36px;
  margin: 0 0 70px 0;
}

div#NAVIGATION_PANEL div.navigation > ul.item-list > li.item > h4[data-type="news"] {
  background-image: url(../img/navi_aktuelles_weiss.svg);
  background-size: 36px 36px;
}

div#NAVIGATION_PANEL div.navigation > ul.item-list > li.item > h4[data-type="scopes"] {
  background-image: url(../img/navi_geschaeftsfelder_weiss.svg);
  background-size: 30px 30px;
}

div#NAVIGATION_PANEL div.navigation > ul.item-list > li.item > h4[data-type="service"] {
  background-image: url(../img/navi_service_weiss.svg);
  background-size: 39px 39px;
}

div#NAVIGATION_PANEL div.tree ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}

div#NAVIGATION_PANEL div.tree li > ul {
  display: none;
  margin: 10px 0 0 0;
}

div#NAVIGATION_PANEL div.tree ul > li {
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
  background: none;
}

div#NAVIGATION_PANEL div.tree ul > li:last-of-type {
  margin: 0;
}

div#NAVIGATION_PANEL div.tree ul > li:before {
  content: "■";
  color: #cfd9e5;
  position: absolute;
  margin: -3px 0 0 -20px;
}

div#GLOSSAR div.details > h3 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  margin: 0 0 30px 0;
}

div#GLOSSAR div.result {
  margin-top: 30px;
}

div#GLOSSAR div.result > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
}

/*
div#GLOSSAR div.result > ul.item-list > li.item {
  width: calc(100% / 5);
  display: none;
}
*/

div#GLOSSAR div.result > ul.item-list > li.item {
  width: 100%;
  column-count: 4;
  display: none;
}

div#GLOSSAR div.result[data-char="A"] > ul.item-list > li.item[data-char="A"],
div#GLOSSAR div.result[data-char="B"] > ul.item-list > li.item[data-char="B"],
div#GLOSSAR div.result[data-char="C"] > ul.item-list > li.item[data-char="C"],
div#GLOSSAR div.result[data-char="D"] > ul.item-list > li.item[data-char="D"],
div#GLOSSAR div.result[data-char="E"] > ul.item-list > li.item[data-char="E"],
div#GLOSSAR div.result[data-char="F"] > ul.item-list > li.item[data-char="F"],
div#GLOSSAR div.result[data-char="G"] > ul.item-list > li.item[data-char="G"],
div#GLOSSAR div.result[data-char="H"] > ul.item-list > li.item[data-char="H"],
div#GLOSSAR div.result[data-char="I"] > ul.item-list > li.item[data-char="I"],
div#GLOSSAR div.result[data-char="J"] > ul.item-list > li.item[data-char="J"],
div#GLOSSAR div.result[data-char="K"] > ul.item-list > li.item[data-char="K"],
div#GLOSSAR div.result[data-char="L"] > ul.item-list > li.item[data-char="L"],
div#GLOSSAR div.result[data-char="M"] > ul.item-list > li.item[data-char="M"],
div#GLOSSAR div.result[data-char="N"] > ul.item-list > li.item[data-char="N"],
div#GLOSSAR div.result[data-char="O"] > ul.item-list > li.item[data-char="O"],
div#GLOSSAR div.result[data-char="P"] > ul.item-list > li.item[data-char="P"],
div#GLOSSAR div.result[data-char="Q"] > ul.item-list > li.item[data-char="Q"],
div#GLOSSAR div.result[data-char="R"] > ul.item-list > li.item[data-char="R"],
div#GLOSSAR div.result[data-char="S"] > ul.item-list > li.item[data-char="S"],
div#GLOSSAR div.result[data-char="T"] > ul.item-list > li.item[data-char="T"],
div#GLOSSAR div.result[data-char="U"] > ul.item-list > li.item[data-char="U"],
div#GLOSSAR div.result[data-char="V"] > ul.item-list > li.item[data-char="V"],
div#GLOSSAR div.result[data-char="W"] > ul.item-list > li.item[data-char="W"],
div#GLOSSAR div.result[data-char="X"] > ul.item-list > li.item[data-char="X"],
div#GLOSSAR div.result[data-char="Y"] > ul.item-list > li.item[data-char="Y"],
div#GLOSSAR div.result[data-char="Z"] > ul.item-list > li.item[data-char="Z"],
div#GLOSSAR div.result[data-char="0"] > ul.item-list > li.item[data-char="0"] {
  display: block;
}

/*
div#GLOSSAR div.result > ul.item-list > li.item > a {
  display: block;
  margin: 0 0 8px 0;
}

div#GLOSSAR div.result > ul.item-list > li.item > a:last-child {
  margin: 0;
}
*/

div#MODAL,
div#CONFIRM {
  position: absolute;
  z-index: 22;
  background-color: rgb(255, 255, 255);
  border: none;
  width: calc(718px - 60px);
  max-width: calc(100% - 60px);
  padding: 30px;
  top: 60px;
  -webkit-box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.3);
  box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.3);
  font-size: 18px;
}

div#OVERLAY {
  position: absolute;
  z-index: 13;
  background-color: rgb(255, 255, 255);
  border: none;
  max-width: calc(770px - 120px);
  width: calc(100% - 120px);
  padding: 10px 60px 30px 60px;
  top: 20px;  
  -webkit-box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.05);
  box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.05);
  font-size: 18px;
}

div#OVERLAY[data-variant="full"] {
  width: calc(100% - 120px);
  border: none;
  
}

div#OVERLAY > div.logo {
  position: absolute;
  left: 20px;
  top: 20px;
  display: none;   
  width: 173px;
}

div#OVERLAY[data-variant="full"] > div.logo {
  display: block; 
}

div#OVERLAY[data-variant="full"] > div.logo > img {
  max-width: 100%;
}

div#MODAL > div.close,
div#CONFIRM > div.close {
  position: absolute;
  z-index: 2;
  height: 20px;
  width: 20px;
  right: 20px;
  margin: -10px 0 0 0;
}

div#OVERLAY > div.close {
  position: relative;
  z-index: 2;
  margin: 0 0 0 0;
  text-align: center;
  font-size: 30px;
  margin: 20px 0 20px 0;
}

div#OVERLAY > div.close > a {
  color: rgb(170, 160, 130);
  display: inline-block;
}

div#MODAL > div.close > a,
div#CONFIRM > div.close > a {
  display: block;
  color: inherit;
  width: inherit;
  height: inherit;
  background-image: url(../img/schliessenbutton_blau.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: right top;
}

div#OVERLAY > div.detail,
div#MODAL > div.detail {
  position: relative;
  z-index: 1;
}

div#OVERLAY[data-variant="full"] > div.detail {
  max-width: calc(770px - 120px);
  width: calc(100% - 120px);
  margin: 0 auto 0 auto;
}

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#MODAL > div.detail div.modal-button {
  margin: 20px 0 0 0;
  background-color: #015293;
  color: #ffffff;
  padding: 10px;
  cursor: pointer;
  text-align: center;
}

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: #cbc5a7;
  padding: 10px;
  color: rgb(255, 253, 241);
  text-decoration: none;
  letter-spacing: normal;
  text-align: center;
  font-size: 24px;
}

div#CONFIRM > div.detail > div.text > ul.item-list > li.item > a[data-type="no"] {
  background-color: rgb(240, 58, 80);
}

div#CONFIRM > div.detail > div.text > ul.item-list > li.item > a:hover {
  opacity: 0.8;
}

div#PROTOTYPES {
  display: none;
}

div#LOADER {
  position: fixed;
  z-index: 11;
  background-color: transparent;
  width: 150px;
  height: 150px;
}

div#LOADER img {
  display: block;
  width: 100%;
}

div#SCROLL_HEADER {
  display: none;
  position: fixed;
  z-index: 9;
  background-color: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  padding: 25px 0 20px 0;
  -webkit-box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.1);
  box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.1);
}

body[data-outbounced="yes"] div#SCROLL_HEADER {
  display: none !important;
}

div#SCROLL_HEADER[data-visible="yes"] {
  display: block;
}

div#SCROLL_HEADER div.content {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  margin: 0 0 0 -20px;
}

div#SCROLL_HEADER div.content > * {
  margin: 0 0 0 20px;
}

div#SCROLL_HEADER div.content div.navigation {
  width: 45px;
  cursor: pointer;
}

div#SCROLL_HEADER div.content div.navigation img {
  height: 100%;
}

div#SCROLL_HEADER div.content div.a-z {
  font-size: 36px;
  cursor: pointer;
  line-height: 100%;
  text-transform: uppercase;
  margin-top: -3px;
  width: 60px;  
}

div#SCROLL_HEADER div.content div.search {
  width: calc(100% - 331px);
}

div#SCROLL_HEADER div.content div.search > form {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  justify-content: space-between;
  height: 45px;
}

div#SCROLL_HEADER div.content div.search div.input {
  height: inherit;
  width: calc(100% - 60px);
  text-align: right;
}

div#SCROLL_HEADER div.content div.search div.input > div.data {
  height: inherit;
}

div#SCROLL_HEADER div.content div.search div.input > div.data > input {
  height: inherit;
  text-align: right;
  background: #f0f0f0;
  max-width: 550px;
}

div#SCROLL_HEADER div.content div.search div.input > div.label {
  display: none;
}

div#SCROLL_HEADER div.content div.search div.submit {
  width: 50px;
  height: inherit;
}

div#SCROLL_HEADER div.content div.search div.submit > button {
  width: inherit;
  height: inherit;
}

div#SCROLL_HEADER div.content div.search div.submit > button > img {
  display: block;
}

div#SCROLL_HEADER div.content div.logo {
  width: 187px;
  cursor: pointer;
}

div#SCROLL_HEADER div.content div.logo img {
  height: 100%;
}

div.INLINE_NAVIGATION {
  display: block;
  position: absolute;
  background-color: #f38901;
  margin: 0 0 0 -401px;
  width: 400px;
  top: 0;
  max-width: 100%;
  height: 100%;
  z-index: 2;
  font-size: 16px;
  color: #ffffff;
}

div.INLINE_NAVIGATION > div.close {
  display: none;
  width: 100%;
  height: 40px;
  background-image: url(../img/schliessenbutton_weiss.svg);
  background-size: 40px 40px;
  background-position: 45px center;
  background-repeat: no-repeat;
  cursor: pointer;
}

div.INLINE_NAVIGATION a {
  display: block;
  color: inherit;
  text-decoration: none;
}

div.INLINE_NAVIGATION > div.header > h5 {
  padding: 20px 20px 20px 45px;
  text-transform: uppercase;
  border-bottom: 1px solid #efbd78;
  font-weight: 500;
}

div.INLINE_NAVIGATION > div.list > ul.item-list ul.item-list {
  display: none;
}

div.INLINE_NAVIGATION > div.list > ul.item-list > li.item[data-expanded="yes"] {
  background-color: #dc6f06;
}

div.INLINE_NAVIGATION > div.list > ul.item-list > li.item[data-expanded="yes"] > ul.item-list > li.item[data-expanded="yes"] {
  background-color: #e38c38;
}

div.INLINE_NAVIGATION > div.list > ul.item-list > li.item[data-expanded="yes"] > ul.item-list > li.item[data-expanded="yes"] > ul.item-list > li.item[data-expanded="yes"] {
  background-color: #eaa96a;
}

div.INLINE_NAVIGATION > div.list > ul.item-list > li.item[data-expanded="yes"] > ul.item-list > li.item[data-expanded="yes"] > ul.item-list > li.item[data-expanded="yes"] > ul.item-list > li.item[data-expanded="yes"] {
  background-color: #f1c59b;
}

div.INLINE_NAVIGATION > div.list > ul.item-list > li.item[data-expanded="yes"] > ul.item-list > li.item[data-expanded="yes"] > ul.item-list > li.item[data-expanded="yes"] > ul.item-list > li.item[data-expanded="yes"] > ul.item-list > li.item[data-expanded="yes"] {
  background-color: #f8e2cd;
}

div.INLINE_NAVIGATION > div.list a {
  padding: 8px 20px 8px 45px;
  border-bottom: 1px solid #efbd78;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: 20px center;
}

div.INLINE_NAVIGATION > div.list li.item[data-hassublist] > a {
  background-image: url(../img/pfeil_weiss_rechts.svg);
}

div.INLINE_NAVIGATION > div.list li.item[data-hassublist][data-expanded="yes"] > a {
  background-image: url(../img/pfeil_weiss_unten.svg);
  background-size: 14px 14px;
  background-position: 17px center;
}

div.SUGGEST-SEARCH {
  z-index: 10;
  display: none;
  position: absolute;
  background-color: #e5e5e5;
  padding: 30px 0 30px 0;
  width: 100%;
  font-size: 15px;
  color: #015293;
  -webkit-box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.3);
  box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.3);
}

div.SUGGEST-SEARCH > div.panel > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -webkit-align-items: stretch;
  align-items: stretch;
}

div.SUGGEST-SEARCH > div.panel > ul.item-list > li.item {
  width: calc(100% / 2);
  padding: 0 30px 0 0;
  border-right: 1px solid #ffffff;
}

div.SUGGEST-SEARCH > div.panel > ul.item-list > li.item:last-of-type {
  padding: 0 0 0 30px;
  border-right: none;
}

div.SUGGEST-SEARCH > div.panel > ul.item-list > li.item > h4 {
  text-transform: uppercase;
  font-size: 18px;
  margin: 20px 0 0 0;
}

div.SUGGEST-SEARCH > div.panel > ul.item-list > li.item > h4:first-child {
  margin: 0;
}

div.SUGGEST-SEARCH div.noresult {
  margin: 20px 0 0 0;
  color: #bac7d8;
}

div.SUGGEST-SEARCH div.date-list {
  margin: 20px 0 0 0;
}

div.SUGGEST-SEARCH div.date-list > ul.item-list > li.item {
  margin: 0 0 10px 0;
}

div.SUGGEST-SEARCH div.date-list > ul.item-list > li.item:last-of-type {
  margin: 0;
}

div.SUGGEST-SEARCH div.date-list > ul.item-list > li.item[data-type="groupheader"] > h5 {
  color: #eba754;
  text-transform: uppercase;
}

div.SUGGEST-SEARCH div.date-list > ul.item-list > li.item > a {
  display: block;
  min-height: 25px;
  padding: 0 120px 0 25px;
  background-image: url(../img/listenelement_blau.svg), url(../img/logo_camp_neu.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: 0 3px, right 3px;
  background-size: 16px auto, auto 22px;
}

div.SUGGEST-SEARCH div.date-list > ul.item-list > li.item[data-organizer="ihk"] > a {
  background-image: url(../img/listenelement_blau.svg), url(../img/logo.svg);
  background-size: 16px auto, auto 25px;
}

div.SUGGEST-SEARCH div.standard-list {
  background-color: #ffffff;
  padding: 30px;
  margin: 20px 0 0 0;
}

div.SUGGEST-SEARCH div.standard-list > ul.item-list > li.item {
  margin: 0 0 8px 0;
}

div.SUGGEST-SEARCH div.standard-list > ul.item-list > li.item:last-of-type {
  margin: 0;
}

div.SUGGEST-SEARCH div.contact-list {
  background-color: #ffffff;
  padding: 30px;
  margin: 20px 0 0 0;
}

div.SUGGEST-SEARCH div.contact-list > ul.item-list > li.item {
  margin: 0 0 10px 0;
}

div.SUGGEST-SEARCH div.contact-list > ul.item-list > li.item:last-of-type {
  margin: 0;
}

div.SUGGEST-SEARCH div.contact-list div.contact {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  color: #424242;
}

div.SUGGEST-SEARCH div.contact-list div.contact > div.image {
  margin: 0 20px 0 0;
  width: 70px;
}

div.SUGGEST-SEARCH div.contact-list div.contact > div.image img {
  display: block;
}

div.SUGGEST-SEARCH div.contact-list div.contact > div.content > h6 {
  font-weight: 300;
  margin: 0;
}

div.SUGGEST-SEARCH div.contact-list div.contact > div.content > h3 {
  color: #015293;
  text-transform: uppercase;
}

div.SUGGEST-SEARCH div.contact-list div.contact > div.content > p {
  margin: 0;
}

div#page {
  z-index: 1;
  margin: 0;
  padding: 0;
}

div#page div.outbounced-shadow {
  z-index: 10;
  background-color: rgba(1,82,147,0.3);
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;  
}

body[data-outbounced="yes"] div#page div.outbounced-shadow {
  display: none;  
}

div.panel {
  max-width: 100%;
  width: 1170px;
  margin: 0 auto 0 auto;
  padding: 0;
}

div.frontend-administration {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}

div#header {
  position: relative;
  z-index: 3;
  margin: 0;
  top: 0;
  width: 100%;
  height: 232px;
  overflow: hidden;
}

body.inxmail div#header {
  height: 120px;
}

div#header nav#navigation {
  position: absolute;
  left: 0;
  top: 30px;
}

div#header nav#navigation > button {
  cursor: pointer;
  width: 45px;
  height: 45px;
  padding: 0;
  background: transparent;
  border: none;
  display: block;
}

div#header nav#navigation > button > img {
  display: block;
  height: 100%;
}

div#header nav#navigation > div.navigation {
  display: none;
}

div#header div#breadcrumb {
  position: absolute;
  top: 80px;
  font-size: 12px;
  color: #bac7d8;
  z-index: 1;
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
}

div#header div#breadcrumb > *:first-child {
  margin: 0 5px 0 0;
}

div#header div#breadcrumb ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
}

div#header div#breadcrumb ul.item-list > li.item {
  padding: 0;
  margin: 0 2px 0 0;
}

div#header div#breadcrumb ul.item-list > li.item:after {
  content: " / ";
}

div#header div#breadcrumb ul.item-list > li.item[data-last="yes"] {
  margin: 0;
}

div#header div#breadcrumb ul.item-list > li.item[data-last="yes"]:after {
  content: '';
}

div#header div#logo {
  position: absolute;
  right: 0;
  top: 25px;
  width: 190px;
}

div#header div#ihk-wahl {
  position: absolute;
  left: calc((100% - 107px) / 2);
  top: 25px;
  width: 107px;
}

div#header div#ihk-wahl img {
  width: 100%;
}

div#service {
  top: 115px;
  height: 124px;
  overflow: hidden;
  color: #ffffff;
}

div#service > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  height: inherit;
}

div#service > ul.item-list > li.item {
  height: inherit;
  width: calc(100% - 124px);
  background-color: #bac7d8;
}

div#service > ul.item-list > li.item:first-of-type {
  width: 124px;
  background-color: #015293;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

div#service > ul.item-list > li.item:first-of-type:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

div#service div.button-az {
  font-size: 36px;
  line-height: 100%;
  height: inherit;
  cursor: pointer;
}

div#service div.button-az > span {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

div#service div.suggest-search {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 55px;
  width: calc(100% - 110px);
  max-width: 740px;
}

div#service div.suggest-search > form {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  justify-content: space-between;
  height: 45px;
}

div#service div.suggest-search div.input {
  width: calc(100% - 75px);
  height: inherit;
}

div#service div.suggest-search div.input > div.label {
  display: none;
}

div#service div.suggest-search div.input > div.data {
  height: inherit;
}

div#service div.suggest-search div.input input {
  height: inherit;
  text-align: right;
  font-weight: 300;
  padding-right: 10px;
}

div#service div.suggest-search div.submit {
  width: 50px;
  height: inherit;
}

div#service div.suggest-search div.submit > button {
  width: inherit;
  height: inherit;
}

div#service div.suggest-search div.submit > button > img {
  display: block;
}

div#header div#EDIT_BUTTON,
div#footer div#EDIT_BUTTON {
  position: absolute;
  bottom: 0;
  margin: 0 0 0 -100px;
}

div#footer div#EDIT_BUTTON {
  bottom: inherit;
  top: 0;
}

div#header div#logo {
  z-index: 3;
  width: 187px;
  margin: 0 0 0 0;
}

div#header div#logo > a {
  display: block;
}

div#header div#logo > a > img {
  display: block;
  height: 100%;
}

main#body {
  margin: 0;
  padding: 0;
  z-index: 1;
}

main#body div.CONTENT {
  padding: 30px 15px 0 15px;
}

div.component {
  margin: 0 0 60px 0;
  z-index: 1;
}

div.component img {
  max-width: 100%;
}

div.component[data-type="divider"] {
  margin: 20px 0 20px 0;
}

div.component[data-type="divider"] > hr {
  border: 1px solid #f0f0f0;
  height: 1px;
  overflow: hidden;
  font-size: 1px;
}

div.component[data-type="inxmail-anmeldung"] {
  height: 3048px;
  margin-left: -10px;
  width: calc(100% + 10px);
}

div.component[data-type="pdf-artikel"] {
  font-size: 12px;
  margin-bottom: 25px;
}

div.component[data-type="pdf-artikel"] > a {
  text-decoration: none;
  padding: 5px 0 0 37px;
}

div.component[data-type="pdf-artikel"] > a:before {
  content: " ";
  display: block;
  position: absolute;
  height: 30px;
  width: 30px;
  top: 0;
  left: 0;
  margin: -2px 0 0 0;
  background-image: url(../img/pdf-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 20px;
  background-color: #cfd9e5;
}

div.component[data-type="alert"] {
  font-size: 24px;
  text-align: center;
}

div.component[data-type="alert"] > h3 {
  font-weight: 500;
  font-weight: normal;
  font-size: 30px;
  color: #525252;
  margin: 0 0 30px 0;
  text-align: center;
}

div.component[data-type="guest-management-article-data"] {
  margin: 0 auto 20px auto;
  width: 900px;
  max-width: 100%;
}

div.component[data-type="guest-management-article-data"] > div.content {
  background-color: #e5eaf0;
  padding: 20px 20px 10px 20px;
}

div.component[data-type="guest-management-article-data"] > div.content > h5 {
  margin: 0 0 10px 0;
}

div.component[data-type="guest-management-article-data"] div.info {
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  width: 100%;
  margin: 5px 0 5px 0;
  font-size: inherit;
  font-size: 16px;
}

div.component[data-type="guest-management-article-data"] div.info > div.label {
  margin: 0 5px 5px 0;
  color: #005292;
}

div.component[data-type="guest-management-article-data"] div.info > div.data span.small {
  font-weight: normal;
  font-size: 16px;
}

div.component[data-type="guest-management-price"] {
  margin: 0 0 0 435px;
}

div.component[data-type="guest-management-price"] > div.item-table,
div.component[data-type="guest-management-price"] > div.result-table {
  display: table;
  width: 100%;
  font-size: 18px;
}

div.component[data-type="guest-management-price"] > div.item-table > div.row,
div.component[data-type="guest-management-price"] > div.result-table > div.row {
  display: table-row;
  background-color: #F5F5F5;
}

div.component[data-type="guest-management-price"] > div.item-table > div.row[data-variant="header"],
div.component[data-type="guest-management-price"] > div.result-table > div.row[data-variant="header"] {
  font-size: 16px;
}

div.component[data-type="guest-management-price"] > div.result-table > div.row[data-variant="highlight"] {
  font-size: 22px;
  background-color: #015192;
  color: #ffffff;
}

div.component[data-type="guest-management-price"] > div.item-table > div.row > div.cell,
div.component[data-type="guest-management-price"] > div.result-table > div.row > div.cell {
  display: table-cell;
  padding: 10px 20px;
  text-align: right;
  border-bottom: 1px solid #004d8a;
  color: #004d8a;
}

div.component[data-type="guest-management-price"] > div.item-table > div.row[data-variant="highlight"] > div.cell,
div.component[data-type="guest-management-price"] > div.result-table > div.row[data-variant="highlight"] > div.cell {
  color: inherit;
}

div.component[data-type="guest-management-price"] > div.item-table > div.row > div.cell:first-child,
div.component[data-type="guest-management-price"] > div.result-table > div.row > div.cell:first-child {
  text-align: left;
}

div.component[data-type="guest-management-price"] > div.item-table > div.row > div.cell > span.responsive-label {
  display: none;
}

div.component[data-type="guest-management-price"] > div.result-table span.total {
  font-weight: 700;
}

div.component[data-type="candidates"] > div.wg {
  margin: 0 0 30px 0;
}

div.component[data-type="candidates"] > div.wg > h3 {
  margin: 0 0 20px 0;
  font-size: 25px;
  text-transform: uppercase;
  line-height: 140%;
}

div.component[data-type="candidates"] > div.wg[data-color="004c8a"] > h3 {
  color: #004c8a;
}

div.component[data-type="candidates"] > div.wg[data-color="b7bfa7"] > h3 {
  color: #b7bfa7;
}

div.component[data-type="candidates"] > div.wg[data-color="cedbee"] > h3 {
  color: #bcc6d6;
}

div.component[data-type="candidates"] > div.wg[data-color="d13f1a"] > h3 {
  color: #d13f1a;
}

div.component[data-type="candidates"] > div.wg[data-color="6583b7"] > h3 {
  color: #6583b7;
}

div.component[data-type="candidates"] > div.wg[data-color="575755"] > h3 {
  color: #575755;
}

div.component[data-type="candidates"] > div.wg[data-color="e8a683"] > h3 {
  color: #e8a683;
}

div.component[data-type="candidates"] > div.wg[data-color="dadada"] > h3 {
  color: #c6c6c6;
}

div.component[data-type="candidates"] > div.wg[data-color="0083bb"] > h3 {
  color: #0083bb;
}

div.component[data-type="candidates"] > div.wg > h3 > span.sitze {
  font-size: 14px;
  line-height: 18px;
}

div.component[data-type="candidates"] div.wb {
  margin: 0 0 20px 0;
}

div.component[data-type="candidates"] div.wb > h4 > a {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: #015293;
  color: #ffffff;
}

div.component[data-type="candidates"] > div.wg[data-color="004c8a"] div.wb > h4 > a {
  background-color: #004c8a;
}

div.component[data-type="candidates"] > div.wg[data-color="b7bfa7"] div.wb > h4 > a {
  background-color: #b7bfa7;
}

div.component[data-type="candidates"] > div.wg[data-color="cedbee"] div.wb > h4 > a {
  background-color: #bcc6d6;
}

div.component[data-type="candidates"] > div.wg[data-color="d13f1a"] div.wb > h4 > a {
  background-color: #d13f1a;
}

div.component[data-type="candidates"] > div.wg[data-color="6583b7"] div.wb > h4 > a {
  background-color: #6583b7;
}

div.component[data-type="candidates"] > div.wg[data-color="575755"] div.wb > h4 > a {
  background-color: #575755;
}

div.component[data-type="candidates"] > div.wg[data-color="e8a683"] div.wb > h4 > a {
  background-color: #e8a683;
}

div.component[data-type="candidates"] > div.wg[data-color="dadada"] div.wb > h4 > a {
  background-color: #c6c6c6;
}

div.component[data-type="candidates"] > div.wg[data-color="0083bb"] div.wb > h4 > a {
  background-color: #0083bb;
}

div.component[data-type="candidates"] div.wb > h4 > a > span.left {
  display: block;
  width: calc(100% - 200px);
  padding: 10px 20px 10px 80px;
  font-weight: 600;
  background-image: url(../img/plus_kreis_weiss.svg);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: 20px center;
}

div.component[data-type="candidates"] div.wb[data-expanded="yes"] > h4 > a > span.left {
  background-image: url(../img/minus_kreis_weiss.svg);
}

div.component[data-type="candidates"] div.wb > h4 > a > span.right {
  display: block;
  width: 200px;
  background-color: rgba(255,255,255,0.3);
  padding: 10px 20px 10px 20px;
  font-weight: 600;
}

div.component[data-type="candidates"] div.wb > h4 > a > span.left span,
div.component[data-type="candidates"] div.wb > h4 > a > span.right span {
  font-weight: 400;
}

div.component[data-type="candidates"] div.wb > h4 > a > span.right > span {
  display: block;
}

div.component[data-type="candidates"][data-variant="gewaehlt"] div.wb > h4 > a > span.right span.candidates-amount {
  display: none;
}

div.component[data-type="candidates"][data-variant="gewaehlt"] div.wb > h4 > a > span.right > span {
  padding: 10px;
}

div.component[data-type="candidates"] div.wb > div.list {
  padding: 20px 0 0 0;
  display: none;
}

div.component[data-type="candidates"] div.wb > div.list > ul.item-list {
  display: block;
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  width: calc(100% + 20px);
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  margin: 0 0 0 -20px;
}

div.component[data-type="candidates"] div.wb > div.list > ul.item-list > li.item {
  width: calc(100% / 2 - 20px);
  margin: 0 0 20px 20px;
  padding: 20px;
  background-color: #eeeeee;
}

div.component[data-type="candidates"] div.wb div.candidate {
  font-size: 16px;
}

div.component[data-type="candidates"] div.wb div.candidate > div.person {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
}

div.component[data-type="candidates"] div.wb div.candidate > div.person > div.image {
  width: 200px;
  padding: 0 20px 0 0;
}

div.component[data-type="candidates"] div.wb div.candidate > div.person > div.image img {
  display: block;
  max-width: 100%;
}

div.component[data-type="candidates"] div.wb div.candidate > div.person > div.content {
  width: calc(100% - 200px);
}

div.component[data-type="candidates"] div.wb div.candidate > div.person > div.content > h5 {
  color: #015293;
  font-weight: 600;
  font-size: 22px;
}

div.component[data-type="candidates"] div.wb div.candidate > div.person > div.content > h6 {
  margin: 5px 0 0 0;
}

div.component[data-type="candidates"] div.wb div.candidate > div.person > div.content > p.company {
  margin: 20px 0 0 0;
}

div.component[data-type="candidates"] div.wb div.candidate > div.person > div.content > p.city {
  margin: 0;
}

div.component[data-type="candidates"] div.wb div.candidate > div.description {
  margin: 20px 0 0 0;
}

div.component[data-type="candidates"][data-variant="gewaehlt"] div.wb div.candidate > div.description {
  display: none;
}

div.component[data-type="candidates"] div.wb div.candidate > div.description > span:after {
  content: " ";
}

div.component[data-type="candidates"] div.wb div.candidate > div.description span.label {
  font-weight: 600;
  color: #015293;
}

div.component[data-type="date"] {
  margin: 0 auto 30px auto;
  width: 720px;
  max-width: 100%;
}

div.component[data-type="date"] > h5 {
  text-align: center;
  letter-spacing: normal;
  color: #aaa082;
}

div.component[data-type="date"] > h5:after {
  position: relative;
  display: block;
  margin: 20px auto 30px auto;
  width: 30px;
  height: 5px;
  background-color: rgb(170, 160, 130);
  content: " ";
}

div.component[data-type="headline"] > h1,
div.component[data-type="headline"] > h2 {
  color: #015293;
  font-size: 25px;
  text-transform: uppercase;
  line-height: 140%;
}

div.component[data-type="headline"] > h3 {
  margin: 15px 0 0 0;
}

div.component[data-type="headline"] > h4 {
  margin: 0 0 15px 0;
}

div.component[data-type="headline-columns"] > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  width: 100%;
  justify-content: space-between;
}

div.component[data-type="headline-columns"] div.component[data-type="stand"] {
  margin: 0 0 5px 0;
}

div.component[data-type="headline-columns"] div.component[data-type="stand"] > h4 {
  font-weight: inherit;
}

div.component[data-type="headline-columns"] div.component[data-type="headline-small"] {
  margin: 0 0 5px 0;
}

div.component[data-type="headline-columns"] div.component[data-type="headline-small"] > h4 {
  font-weight: inherit;
}

div.component[data-type="headline-columns"] div.component[data-type="headline"] {
  margin: 0;
}

div.component[data-type="headline-columns"] div.component[data-type="subheadline"] {
  margin: 5px 0 0 0;
}

div.component[data-type="headline-columns"] > ul.item-list > li.item:first-of-type {
  margin-right: 30px;
  width: calc(100% - 390px);
}

div.component[data-type="headline-columns"] > ul.item-list > li.item:last-of-type {
  width: 360px;
}

div.component[data-type="headline-columns"] div.component[data-type="contact-slider"] {
  margin: 0;
}

div.component[data-type="subheadline"] {
  margin-top: -50px;
}

div.component[data-type="subheadline"] > h3 {
  color: #015293;
}

div.component[data-type="form"] div.component[data-type="flow-headline"] {
  margin-bottom: 20px;
}

div.component[data-type="flow-headline"] > h3 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
}

div.component[data-type="flow-headline"] > h4 {
  text-transform: uppercase;
}  

div.component[data-type="form"] div.component[data-type="flow-headline"] > h4 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
}  

div.component[data-type="columns"] > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  width: 100%;
  justify-content: space-between;
}

div.component[data-type="columns"][data-variant="with-marginal"] > ul.item-list > li.item:first-of-type {
  width: calc(100% - 375px);
}

div.component[data-type="columns"][data-variant="with-marginal"] > ul.item-list > li.item:last-of-type {
  width: 260px;
  margin: 0 0 0 115px;
}

div.component[data-type="columns"][data-variant="with-marginal"] > ul.item-list > li.item:last-of-type > * {
  max-width: 100%;
}

div.component[data-type="service-portale"] {
  background-color: #eeeeee;
  padding: 30px;
}

div.component[data-type="service-portale"] > h3 {
  font-size: 25px;
  text-transform: uppercase;
  line-height: 140%;
  margin: 0 0 20px 0;
}

div.component[data-type="service-portale"] > ul.item-list > li.item {
  margin: 0 0 4px 0;
}

div.component[data-type="service-portale"] > ul.item-list > li.item:last-of-type {
  margin: 0;
}

div.component[data-type="service-portale"] > ul.item-list > li.item > h4 > a {
  display: block;
  padding: 5px 0 5px 35px;
  background-image: url(../img/listenelement_blau.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 0 5px;
}

div.component[data-type="news-portale"][data-variant="responsive-only"] {
  display: none;
}

div.component[data-type="news-portale"] > h3 {
  font-size: 25px;
  text-transform: uppercase;
  line-height: 140%;
  margin: 0 0 20px 0;
}

div.component[data-type="news-portale"] > ul.item-list > li.item {
  margin: 0 0 4px 0;
}

div.component[data-type="news-portale"] > ul.item-list > li.item:last-of-type {
  margin: 0;
}

div.component[data-type="news-portale"] > ul.item-list > li.item > h4 > a {
  display: block;
  background-color: #e7ecf2;
  padding: 12px 15px 12px 50px;
  background-image: url(../img/listenelement_blau.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 15px 15px;
}

div.component[data-type="news-portale"][data-variant="responsive-only"] > ul.item-list > li.item > h4 > a {
  background-color: #015293;
  color: #ffffff;
  background-image: url(../img/listenelement_weiss.svg);
}

div.component[data-type="news-portale"] > div.link {
  margin: 40px 0 0 0;
}

div.component[data-type="news-portale"] > div.link > a {
  display: inline-block;
  font-weight: 500;
  padding: 15px 50px 15px 50px;
  background-color: #015293;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

div.component[data-type="news-portale"] > div.link > a:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

div.component[data-type="galleryslider"] {
  margin: 0 auto 30px auto;
  max-width: 1024px;
  width: 100%;
}

div.component[data-type="galleryslider"] > div.navigation {
  display: block;
  position: absolute;
  width: 100%;
  max-width: 1024px;
  z-index: 2;
  margin: -22px 0 0 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

div.component[data-type="galleryslider"] > div.navigation > div.prev,
div.component[data-type="galleryslider"] > div.navigation > div.next {
  position: absolute; 
  left: 10px;
  font-size: 44px;
  color: rgb(255,243,241);
  cursor: pointer;
  opacity: 0.8;
}

/*
div.component[data-type="galleryslider"] > div.navigation > div.prev:before,
div.component[data-type="galleryslider"] > div.navigation > div.next:before {
  position: absolute;
  content: "\f111";
  font-family: FontAwesome;
  font-size: 40px;
  z-index: -1;
  color: #aaa082;
  left: 1px;
  top: 0;
}
*/

div.component[data-type="galleryslider"] > div.navigation > div.prev:before,
div.component[data-type="galleryslider"] > div.navigation > div.next:before {
  position: absolute;
  content: url(../img/icon_arrow_left_round.svg);
  width: 40px;
  height: 40px;
  left: 1px;
  top: -40px;
}

div.component[data-type="galleryslider"] > div.navigation > div.next:before {
  content: url(../img/icon_arrow_right_round.svg);
}

div.component[data-type="galleryslider"][data-hasprev="no"] > div.navigation > div.prev {
  display: block;
}

div.component[data-type="galleryslider"] > div.navigation > div.next {
  left: inherit;
  right: 50px;
}

div.component[data-type="galleryslider"][data-hasnext="no"] > div.navigation > div.next {
  display: block;
}

div.component[data-type="galleryslider"] > div.quicknavigation {
  display: none !important;
}

div.component[data-type="galleryslider"] > div.list {
  height: inherit;
  overflow: hidden;
  z-index: 1;
}

div.component[data-type="galleryslider"] > div.list > ul.item-list {
  z-index: 1;
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  height: inherit;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  align-content: center;
}

div.component[data-type="galleryslider"] > div.list > ul.item-list > li.item {
  height: inherit;
  min-width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  text-align: center;
}

div.component[data-type="galleryslider"] > div.list > ul.item-list > li.item > div.content > div.image {
  text-align: center;
}

div.component[data-type="galleryslider"] > div.list > ul.item-list > li.item > div.content > div.image > img {
  display: inline-block;
  max-width: 100%;
}

div.component[data-type="galleryslider"] > div.list > ul.item-list > li.item > div.content > h6 {
  text-align: center;
  margin: 40px 0 0 0;
}

div.component[data-type="date-state"] {
  padding: 10px;
  text-align: center;
  background-color: #fe0000;
  color: #ffffff;
  margin-left: -15px;
  margin-right: -15px;
}

div.component[data-type="date-state"][data-variant="orange"] {
  background-color: #EEAF00;
}

div.component[data-type="date-state"][data-variant="green"] {
  background-color: #00B914;
}

div.component[data-type="date-state"][data-variant="green"] > h6[data-id="orange"],
div.component[data-type="date-state"][data-variant="green"] > h6[data-id="red"],
div.component[data-type="date-state"][data-variant="orange"] > h6[data-id="green"],
div.component[data-type="date-state"][data-variant="orange"] > h6[data-id="red"],
div.component[data-type="date-state"][data-variant="red"] > h6[data-id="green"],
div.component[data-type="date-state"][data-variant="red"] > h6[data-id="orange"] {
  display: none;
}

div.component[data-type="date-type"] {
  font-size: 12px;
  color: #015293;
  margin: -50px 0 20px 0;
  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;
  justify-content: flex-end;
}

div.component[data-type="date-type"] img {
  display: block;
  width: 20px;
}

div.component[data-type="date-type"] > div {
  margin: 0 8px 0 0;
}

div.component[data-type="date-type"] > div:last-child {
  margin: 0;
}

div.component[data-type="date-result"],
div.component[data-type="news-result"],
div.component[data-type="standard-result"],
div.component[data-type="bw-result"] {
  margin-top: -30px;
}

div.component[data-type="date-result"] > div.navigation,
div.component[data-type="news-result"] > div.navigation,
div.component[data-type="standard-result"] > div.navigation,
div.component[data-type="bw-result"] > div.navigation {
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 30px 0;
}

div.component[data-type="date-result"] > div.navigation > *,
div.component[data-type="news-result"] > div.navigation > *,
div.component[data-type="standard-result"] > div.navigation > *,
div.component[data-type="bw-result"] > div.navigation > * {
  margin: 0 0 0 20px;
}

div.component[data-type="date-result"] > div.navigation > div.prev,
div.component[data-type="date-result"] > div.navigation > div.next,
div.component[data-type="news-result"] > div.navigation > div.prev,
div.component[data-type="news-result"] > div.navigation > div.next,
div.component[data-type="standard-result"] > div.navigation > div.prev,
div.component[data-type="standard-result"] > div.navigation > div.next,
div.component[data-type="bw-result"] > div.navigation > div.prev,
div.component[data-type="bw-result"] > div.navigation > div.next {
  width: 30px;
  height: 30px;
}

div.component[data-type="date-result"] > div.navigation > div.prev > a,
div.component[data-type="date-result"] > div.navigation > div.next > a,
div.component[data-type="news-result"] > div.navigation > div.prev > a,
div.component[data-type="news-result"] > div.navigation > div.next > a,
div.component[data-type="standard-result"] > div.navigation > div.prev > a,
div.component[data-type="standard-result"] > div.navigation > div.next > a,
div.component[data-type="bw-result"] > div.navigation > div.prev > a,
div.component[data-type="bw-result"] > div.navigation > div.next > a {
  display: block;
  height: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/kreispfeil_schwarz_links.svg);
}

div.component[data-type="date-result"] > div.navigation > div.next > a,
div.component[data-type="news-result"] > div.navigation > div.next > a,
div.component[data-type="standard-result"] > div.navigation > div.next > a,
div.component[data-type="bw-result"] > div.navigation > div.next > a {
  background-image: url(../img/kreispfeil_schwarz_rechts.svg);
}

div.component[data-type="date-result"] > div.list > ul.item-list > li.item,
div.component[data-type="news-result"] > div.list > ul.item-list > li.item,
div.component[data-type="standard-result"] > div.list > ul.item-list > li.item,
div.component[data-type="bw-result"] > div.list > ul.item-list > li.item {
  margin: 0 0 40px 0;
}

div.component[data-type="date-result"] > div.list > ul.item-list > li.item:last-of-type,
div.component[data-type="news-result"] > div.list > ul.item-list > li.item:last-of-type,
div.component[data-type="standard-result"] > div.list > ul.item-list > li.item:last-of-type,
div.component[data-type="bw-result"] > div.list > ul.item-list > li.item:last-of-type {
  margin: 0;
}

div.component[data-type="date-result"] > div.list > ul.item-list > li.item[data-variant="group-label"] > h6,
div.component[data-type="news-result"] > div.list > ul.item-list > li.item[data-variant="group-label"] > h6,
div.component[data-type="standard-result"] > div.list > ul.item-list > li.item[data-variant="group-label"] > h6,
div.component[data-type="bw-result"] > div.list > ul.item-list > li.item[data-variant="group-label"] > h6 {
  text-transform: uppercase;
}

div.component[data-type="date-result"] div.date,
div.component[data-type="news-result"] div.news,
div.component[data-type="standard-result"] div.standard,
div.component[data-type="bw-result"] div.bw {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  width: 100%;
  cursor: pointer;
}

div.component[data-type="bw-result"] div.bw {
  cursor: inherit;
}

div.component[data-type="bw-result"] div.bw div.bw {
  cursor: pointer;
}

div.component[data-type="date-result"] div.date > div.dates,
div.component[data-type="news-result"] div.news > div.image,
div.component[data-type="standard-result"] div.standard > div.image,
div.component[data-type="bw-result"] div.bw > div.dates {
  margin: 0 40px 0 0;
  padding: 50px 20px 50px 20px;
  background-color: #eeeeee;
  width: 290px;
  min-height: 200px;
}

div.component[data-type="news-result"] div.news > div.image,
div.component[data-type="standard-result"] div.standard > div.image {
  margin: 0 40px 0 0;
  padding: 0;
  background-color: transparent;
}

div.component[data-type="news-result"] div.news > div.image > h6.photograph,
div.component[data-type="standard-result"] div.standard > div.image > h6.photograph {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
  padding: 2px 8px 2px 8px;
  background-color: rgba(255,255,255,0.6);
  color: #015293;
}

div.component[data-type="news-result"] div.news > div.image img,
div.component[data-type="standard-result"] div.standard > div.image img {
  display: block;
  width: 100%;
}

div.component[data-type="date-result"] div.date > div.dates > div.details {
  display: inline-block;
  position: absolute;
  width: calc(100% - 40px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

div.component[data-type="bw-result"] div.bw > div.dates > div.details {
  text-align: center;  
}

div.component[data-type="date-result"] div.date > div.dates > div.details > h6.day,
div.component[data-type="bw-result"] div.bw > div.dates > div.details > h6.day {
  margin: 0 0 5px 0;
}

div.component[data-type="date-result"] div.date > div.dates > div.details > h5,
div.component[data-type="bw-result"] div.bw > div.dates > div.details > h5 {
  margin: 0 0 5px 0;
  font-size: 25px;
  color: #015293;
}

div.component[data-type="date-result"] div.date > div.dates > div.details > h5 span.small,
div.component[data-type="bw-result"] div.bw > div.dates > div.details > h5 span.small {
  font-size: 16px;
}

div.component[data-type="date-result"] div.date > div.content,
div.component[data-type="news-result"] div.news > div.content,
div.component[data-type="standard-result"] div.standard > div.content,
div.component[data-type="bw-result"] div.bw > div.sublist,
div.component[data-type="bw-result"] div.bw > div.content {
  width: calc(100% - 330px);
  padding: 15px 0 15px 0;
}

div.component[data-type="standard-result"] div.standard > div.content,
div.component[data-type="bw-result"] div.bw div.bw > div.content {
  width: 100%;
}

div.component[data-type="bw-result"] div.bw > div.sublist > ul.item-list > li.item {
  margin: 0 0 40px 0;
}

div.component[data-type="bw-result"] div.bw > div.sublist > ul.item-list > li.item:last-of-type {
  margin: 0;
}

div.component[data-type="news-result"] div.news > div.content > h6,
div.component[data-type="standard-result"] div.standard > div.content > h6,
div.component[data-type="bw-result"] div.bw > div.content > h6 {
  font-size: 16px;
  margin: 0 0 15px 0;
}

div.component[data-type="date-result"] div.date > div.content > h3,
div.component[data-type="news-result"] div.news > div.content > h3,
div.component[data-type="standard-result"] div.standard > div.content > h3,
div.component[data-type="bw-result"] div.bw > div.content > h3 {
  font-size: 25px;
  color: #015293;
  margin: 0 0 15px 0;
}

div.component[data-type="date-result"] div.date > div.content > h3 > a,
div.component[data-type="news-result"] div.news > div.content > h3 > a,
div.component[data-type="standard-result"] div.standard > div.content > h3 > a,
div.component[data-type="bw-result"] div.bw > div.content > h3 > a {
  display: block;
  color: inherit;
}

div.component[data-type="date-result"] div.date:hover > div.content > h3 > a,
div.component[data-type="news-result"] div.news:hover > div.content > h3 > a,
div.component[data-type="standard-result"] div.standard:hover > div.content > h3 > a,
div.component[data-type="bw-result"] div.bw:hover > div.content > h3 > a {
  text-decoration: underline;
}

div.component[data-type="date-result"] div.date > div.content > p,
div.component[data-type="news-result"] div.news > div.content > p,
div.component[data-type="standard-result"] div.standard > div.content > p,
div.component[data-type="bw-result"] div.bw > div.content > p {
  margin: 0;
}

div.component[data-type="date-result"] div.date > div.content > p.alert,
div.component[data-type="news-result"] div.news > div.content > p.alert,
div.component[data-type="standard-result"] div.standard > div.content > p.alert,
div.component[data-type="bw-result"] div.bw > div.content > p.alert {
  margin: 15px 0 0 0;
  color: #ff0000;
}

div.component[data-type="date-result"] div.date > div.content > p.alert[data-variant="orange"],
div.component[data-type="news-result"] div.news > div.content > p.alert[data-variant="orange"],
div.component[data-type="standard-result"] div.standard > div.content > p.alert[data-variant="orange"],
div.component[data-type="bw-result"] div.bw > div.content > p.alert[data-variant="orange"] {
  color: #EEAF00;
}

div.component[data-type="date-result"] div.date > div.content > p.alert[data-variant="green"],
div.component[data-type="news-result"] div.news > div.content > p.alert[data-variant="green"],
div.component[data-type="standard-result"] div.standard > div.content > p.alert[data-variant="green"],
div.component[data-type="bw-result"] div.bw > div.content > p.alert[data-variant="green"] {
  color: #00B914;
}

div.component[data-type="date-result"] div.date > div.content > div.veranstaltungstyp {
  font-size: 12px;
  color: #015293;
  margin: -2px 0 5px 0;
  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="date-result"] div.date > div.content > div.veranstaltungstyp img {
  display: block;
  width: 20px;
}

div.component[data-type="date-result"] div.date > div.content > div.veranstaltungstyp > div {
  margin: 0 8px 0 0;
}

div.component[data-type="date-result"] div.date > div.content > div.veranstaltungstyp > div:last-child {
  margin: 0;
}

div.component[data-type="article-details"] a {
  color: inherit;
}

div.component[data-type="article-details"] > aside > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  margin: 0 0 0 -30px;
}

div.component[data-type="article-details"] > aside > ul.item-list > li.item {
  margin: 0 0 30px 30px;
  overflow: hidden;
}

div.component[data-type="article-details"][data-length="1"] > aside > ul.item-list {
  margin: 0;
}

div.component[data-type="article-details"][data-length="1"] > aside > ul.item-list > li.item {
  width: 100%;
  margin: 0 0 30px 0;
  max-width: 100%;
}

div.component[data-type="article-details"][data-length="2"] > aside > ul.item-list > li.item {
  width: calc(100% / 2 - 30px);
}

div.component[data-type="article-details"][data-length="3"] > aside > ul.item-list > li.item {
  width: calc(100% / 3 - 30px);
}

div.component[data-type="article-details"][data-length="4"] > aside > ul.item-list > li.item {
  width: calc(100% / 4 - 30px);
}

div.component[data-type="article-details"] > aside > ul.item-list > li.item > * {
  margin: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
}

div.component[data-type="disrupter"] {
  position: absolute;
  z-index: 10;
  margin: 0;
  width: 300px;
  padding: 20px;
  background-color: #f38900;
  color: #ffffff;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-15deg);
  -ms-transform: translateX(-50%) rotate(-15deg);
  transform: translateX(-50%) rotate(-15deg);
  cursor: pointer;
  -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.component[data-type="disrupter"] > div.close {
  margin: -10px 0 10px 0;
  background-image: url(../img/schliessenbutton_weiss.svg);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: right center;
}

/*
div.component[data-type="article-details"] > ul.item-list > li.item[data-stretched="no"] > * {
  height: auto;
  min-height: 120px;
}
*/

div.component[data-type="eyecatcher"] {
  background-color: #eeeeee;
  padding: 25px;
  font-size: 16px;
}

div.component[data-type="eyecatcher"][data-variant="canvas"],
div.component[data-type="eyecatcher"][data-variant="html"] {
  padding: 0;
}

div.component[data-type="eyecatcher"][data-variant="linklist"] {
  background-color: #015293;
  padding: 110px 25px 25px 25px;
  color: #ffffff;
  background-image: url(../img/weblink_weiss.svg);
  background-repeat: no-repeat;
  background-size: auto 67px;
  background-position: center 25px;
}

div.component[data-type="eyecatcher"][data-variant="linklist"] ul.item-list > li.item {
  margin: 0 0 5px 0;
}

div.component[data-type="eyecatcher"][data-variant="linklist"] ul.item-list > li.item:last-of-type {
  margin: 0;
}

div.component[data-type="eyecatcher"][data-variant="linklist"] ul.item-list > li.item > a {
  display: block;
  padding-left: 10px;
}

div.component[data-type="eyecatcher"][data-variant="linklist"] ul.item-list > li.item > a:before {
  content: "-";
  position: absolute;
  left: 0;
}

div.component[data-type="eyecatcher"][data-fullimage="yes"] {
  background-color: transparent;
  padding: 0;
}

div.component[data-type="eyecatcher"][data-variant="canvas"] canvas {
  width: 100%;
  position: relative;
}

div.component[data-type="eyecatcher"] > div.image {
  margin: -25px -25px 25px -25px;
}

div.component[data-type="eyecatcher"][data-fullimage="yes"] > div.image {
  margin: 0;
}

div.component[data-type="eyecatcher"] > div.image h6.photograph {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
  padding: 2px 8px 2px 8px;
  background-color: rgba(255,255,255,0.6);
  color: #015293;
}

div.component[data-type="eyecatcher"] > div.image a {
  display: block;
}

div.component[data-type="eyecatcher"] > div.image img {
  display: block;
  width: 100%;
}

div.component[data-type="eyecatcher"] > h4 {
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 10px 0;
  color: #015293;
}

div.component[data-type="info"] {
  background-color: #eeeeee;
  padding: 25px;
}

div.component[data-type="info"] > h4 {
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 20px 0;
}

div.component[data-type="info"] > div.text {
  font-size: 16px;
}

div.component[data-type="fee"] {
  background-color: #6697bf;
  padding: 25px;
  color: #ffffff;
}

body.seminar div.component[data-type="fee"] {
  background-color: #eeeeee;
  color: #f38901; 
}

div.component[data-type="fee"] > h4 {
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 20px 0;
  text-align: left;
}

div.component[data-type="fee"] > div.text {
  font-weight: 500;
  text-align: left;
  font-size: 22px;
}

div.component[data-type="fee"] > div.text > p:last-child {
  margin: 0;
}

div.component[data-type="fee"] > div.text span.payment {
  font-weight: normal;
  font-size: 14px;
  padding-left: 10px;
}

div.component[data-type="date-registration-until"],
div.component[data-type="date-webinar-headline"] {
  margin: 40px 0 20px 0;
}

div.component[data-type="date-registration-until"] > h4,
div.component[data-type="date-webinar-headline"] > h4 {
  font-weight: 500;
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
  color: #004d8a;
}

div.component[data-type="date-registration"],
div.component[data-type="date-webinar-link"] {
  background-color: #f38901;
  padding: 25px;
  color: #ffffff;
  cursor: pointer;
}

div.component[data-type="date-registration"] > h4 {
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 20px 0;
  text-align: center;
}

div.component[data-type="date-registration"] > div.text,
div.component[data-type="date-webinar-link"] > div.text {
  text-align: center;
  font-weight: 500;
  font-size: 28px;
  text-transform: uppercase;
}

div.component[data-type="date-registration"] > div.text > a,
div.component[data-type="date-webinar-link"] > div.text > a {
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  color: inherit;
}

div.component[data-type="link-list"] > div.list > ul.item-list > li.item {
   margin: 0 0 15px 0;
}

div.component[data-type="link-list"] > div.list > ul.item-list > li.item > a {
  display: block;
  color: #015293;
  padding: 0 0 0 30px;
  background-image: url(../img/listenelement_blau.svg);
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: 0 3px;
}

div.component[data-type="link-list"] > div.list > ul.item-list > li.item:hover > a {
  color: #f38901;
  background-image: url(../img/listenelement_orange.svg);
}

div.component[data-type="download-slider"] {
  /*background-color: #8cb1ce;*/
  background-color: #cfd9e5;
}

body.seminar div.component[data-type="download-slider"] {
  background-color: #015293;
}

div.component[data-type="download-slider"] > button {
  padding: 25px;
  text-align: left;
  min-height: 60px;
  width: 100%;
  cursor: pointer;
  font-size: 18px;
  /*background-image: url(../img/plus_kreis_weiss.svg);*/
  background-image: url(../img/plus_kreis_blau.svg);
  background-repeat: no-repeat;
  background-size: 30px, auto;
  background-position: calc(100% - 10px) 15px;
}

div.component[data-type="download-slider"][data-expanded="yes"] > button {
  /*background-image: url(../img/minus_kreis_weiss.svg);*/
  background-image: url(../img/minus_kreis_blau.svg);
}

div.component[data-type="download-slider"] > button > span {
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 20px 0;
  color: #004d8a;
}

div.component[data-type="download-slider"] > div.details {
  display: none;
  padding: 0 25px 25px 25px;
  font-size: 16px;
}

div.component[data-type="download-slider"] > div.details > ul.item-list {
  list-style-type: disc;
  padding: 0 0 0 15px;
}

div.component[data-type="download-slider"] > div.details > ul.item-list > li.item {
  margin: 0 0 10px 0;
  color: #004d8a;
}

div.component[data-type="download-slider"] > div.details > ul.item-list > li.item:last-of-type {
  margin: 0;
}

div.component[data-type="contact-result"] {
  margin: 0;
  font-size: 16px;
}

div.component[data-type="contact-result"] > div.list > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  margin: 0 0 0 -30px;
}

div.component[data-type="contact-result"] > div.list > ul.item-list > li.item {
  display: none;
  width: calc(100% / 3 - 30px);
  margin: 0 0 60px 30px;
  opacity: 0.9;
}

div.component[data-type="contact-result"][data-visible="force"] > div.list > ul.item-list > li.item {
  display: block !important;
}

div.component[data-type="contact-result"] > div.list > ul.item-list > li.item:hover {
  opacity: 1;
}

div.component[data-type="contact-result"] div.component[data-type="contact"] {
  margin: 0;
}

div.component[data-type="contact-slider"] {
  background-color: #cfd9e5;
}

div.component[data-type="contact-slider"] > button {
  padding: 25px;
  text-align: center;
  min-height: 60px;
  width: 100%;
  cursor: pointer;
  background-image: url(../img/plus_kreis_blau.svg);
  background-repeat: no-repeat;
  background-size: 30px, auto;
  background-position: calc(100% - 10px) 10px;
}

div.component[data-type="contact-slider"][data-expanded="yes"] > div.button {
  background-image: url(../img/minus_kreis_blau.svg);
}

div.component[data-type="contact-slider"] > button > span {
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  color: #004d8a;
  font-size: 18px;
}

div.component[data-type="contact-slider"] > div.details {
  display: none;
  padding: 0 20px 0 0;
}

div.component[data-type="contact-slider"] div.component[data-type="contact"] {
  font-size: 16px;
}

div.component[data-type="contact-slider"] div.component[data-type="contact"]:last-child {
  margin: 0;
}

div.component[data-type="contact"] {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
}

div.component[data-type="contact"] > div.image {
  margin: 0 20px 0 0;
}

div.component[data-type="contact"] > div.image img {
  display: block;
  max-width: inherit;
}

div.component[data-type="contact"] > div.content > h6 {
  font-weight: 300;
  margin: 0 0 15px 0;
}

div.component[data-type="contact"] > div.content {
  padding-bottom: 10px;
  margin: 0 0 0 20px;
}

div.component[data-type="contact"] > div.content > h3 {
  color: #015293;
  text-transform: uppercase;
}

div.component[data-type="contact"] > div.content > p {
  margin: 0;
}

div.component[data-type="topimage"] {
  color: #ffffff;
  margin-top: -30px;
  margin-left: -15px;
  margin-right: -15px;
}

div.component[data-type="topimage"][data-headline="yes"] {
  margin-bottom: 120px;
}

div.component[data-type="topimage"] > img {
  display: block;
  width: 100%;
}

div.component[data-type="topimage"] > h6.photograph {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
  padding: 2px 8px 2px 8px;
  background-color: rgba(255,255,255,0.6);
  color: #015293;
}

div.component[data-type="topimage"] > div.headline {
  position: absolute;
  height: 117px;
  overflow: hidden;
  min-width: 47%;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
  background-color: rgba(1,82,147,0.8);
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

div.component[data-type="topimage"] > div.headline > h1 {
  display: inline-block;
  z-index: 1;
  position: relative;
  width: 100%;
  padding: 5px 30px 5px 30px;
  text-align: right;
  font-size: 25px;  
  font-weight: 300;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

div.component[data-type="topimage"][data-hasinline-navigation="yes"] > div.headline > h1 {
  padding: 5px 30px 5px 150px;
}

div.component[data-type="topimage"] > div.headline > div.button-inline-navigation {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 124px;
  background-image: url(../img/menu_weiss_text.svg);
  background-position: center calc(100% - 10px);
  background-size: 80px 80px;
  background-repeat: no-repeat;
  background-color: #f38901;
  cursor: pointer;
}

div.component[data-type="topimage"] > div.headline > div.button-inline-navigation[data-expanded="yes"] {
  background-image: url(../img/schliessenbutton_weiss.svg);
  background-size: 40px 40px;
  background-position: center center;
  background-repeat: no-repeat;
}

div.component[data-type="bigslider"] {
  width: auto;
  height: 445px; 
  padding: 0;
  color: #ffffff;
  margin: -30px -15px 120px -15px;
}

div.component[data-type="bigslider"] > div.navigation {
  display: none !important;
  position: absolute;
  width: calc(100% + 2px);
  z-index: 2;
  margin: -22px 0 0 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

div.component[data-type="bigslider"] > div.quicknavigation {
  position: absolute;
  bottom: -50px;
  z-index: 2;
  left: 50%;
}

div.component[data-type="bigslider"] > div.quicknavigation > ul.item-list {
  z-index: 1;
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  justify-content: center;
  margin-top: 10px;
}

div.component[data-type="bigslider"] > div.quicknavigation > ul.item-list > li.item {
  margin: 0 10px 0 0;
  width: 21px;
  height: 21px;
}

div.component[data-type="bigslider"] > div.quicknavigation > ul.item-list > li.item:last-of-type {
  margin: 0;
}

div.component[data-type="bigslider"] > div.quicknavigation > ul.item-list > li.item > div.button {
  width: inherit;
  height: inherit;
  cursor: pointer;
  display: inline-block;
  background-image: url(../img/slider_kreis_grau.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

div.component[data-type="bigslider"] > div.quicknavigation > ul.item-list > li.item[data-active="yes"] > div.button {
  background-image: url(../img/slider_kreis_blau.svg);
}

div.component[data-type="bigslider"] > div.list {
  z-index: 1;
  overflow: hidden;
  height: calc(100% + 84px);
}

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: cover;
  height: 445px;
}

div.component[data-type="bigslider"] > div.list > ul.item-list > li.item > h6.photograph {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
  padding: 2px 8px 2px 8px;
  background-color: rgba(255,255,255,0.6);
  color: #015293;
}

div.component[data-type="bigslider"] > div.list > ul.item-list > li.item > div.content {
  position: absolute;
  height: 117px;
  overflow: hidden;
  width: 47%;
  bottom: 0;
  left: 0;
  background-color: rgba(1,82,147,0.8);
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

div.component[data-type="bigslider"] > div.list > ul.item-list > li.item > div.content[data-link] {
  cursor: pointer;
}

div.component[data-type="bigslider"] > div.list > ul.item-list > li.item > div.content > h3 {
  display: inline-block;
  position: absolute;
  width: 100%;
  padding: 5px 30px 5px 30px;
  text-align: right;
  font-size: 25px;
  font-weight: 300;  
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

div.component[data-type="bigslider"] > div.list > ul.item-list > li.item > div.content[data-link] > h3 {
  padding-right: 60px;
}

div.component[data-type="bigslider"] > div.list > ul.item-list > li.item > div.content[data-link] > h3:after {
  content: url(../img/dreieck_weiss_rechts.svg);
  position: absolute; 
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  width: 25px;
}

div.component[data-type="bigslider"] > div.list > ul.item-list > li.item > div.content > h3 > a {
  color: inherit;
  text-decoration: none;
}

div.component[data-type="bigslider"] > div.list > ul.item-list > li.item > div.content > p {
  margin: 0;
}

div.component[data-type="bigslider"] > div.list > ul.item-list > li.item > div.content > div.link {
  margin: 30px 0 0 0;
}

div.component[data-type="bigslider"] > div.list > ul.item-list > li.item > div.content > div.link > a {
  display: inline-block;
  padding: 15px 20px;
  background-color: #db2808;
  color: #424242;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
}

div.component[data-type="bigslider"] > div.list > ul.item-list > li.item > div.content > div.link > a:hover {
  text-decoration: none;
}

div.component[data-type="news-teaser"] > div.navigation {
  border-bottom: 1px solid #bac7d8;
  margin: 0 0 50px 0;
}

div.component[data-type="news-teaser"] > div.navigation > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  margin: 0 0 -1px 0;
}

div.component[data-type="news-teaser"] > div.navigation > ul.item-list > li.item {
  width: calc(100% / 3);
}

div.component[data-type="news-teaser"] > div.navigation[data-partition="2"] > ul.item-list > li.item {
  width: calc(100% / 2);
}

div.component[data-type="news-teaser"] > div.navigation[data-partition="4"] > ul.item-list > li.item {
  width: calc(100% / 4);
}

div.component[data-type="news-teaser"] > div.navigation > ul.item-list > li.item > h4 {
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #015293;
  padding: 11px 0 8px 0;
  -webkit-transition: background-color 0.5s, color 0.3s;
  transition: background-color 0.5s, color 0.3s;
  cursor: pointer;
  font-weight: 500;
  height: 100%;
}

div.component[data-type="news-teaser"] > div.navigation > ul.item-list > li.item:hover > h4 {
  color: #ffffff;
  background-color: #dbdbdb;
  -webkit-transition: background-color 0.5s, color 0.3s;
  transition: background-color 0.5s, color 0.3s;
}

div.component[data-type="news-teaser"] > div.navigation > ul.item-list > li.item[data-orange="yes"]:hover > h4 {
  background-color: #f6c27e;
}

div.component[data-type="news-teaser"] > div.navigation > ul.item-list > li.item[data-expanded="yes"] > h4,
div.component[data-type="news-teaser"] > div.navigation > ul.item-list > li.item[data-expanded="yes"]:hover > h4 {
  color: #ffffff;
  background-color: #bac7d8;
}

div.component[data-type="news-teaser"] > div.navigation > ul.item-list > li.item[data-expanded="yes"][data-orange="yes"] > h4,
div.component[data-type="news-teaser"] > div.navigation > ul.item-list > li.item[data-expanded="yes"][data-orange="yes"]:hover > h4 {
  color: #ffffff;
  background-color: #f38900;
}

div.component[data-type="news-teaser"] > div.list > ul.item-list > li.item {
  display: none;
  width: 100%;
}

div.component[data-type="news-teaser"] > div.list > ul.item-list > li.item[data-expanded="yes"] {
  display: block;
}

div.component[data-type="news-teaser"] > div.list > ul.item-list > li.item > h4 {
  display: none;
}

div.component[data-type="news-teaser"] div.details > div.link,
div.component[data-type="accordion"] div.details > div.link {
  text-align: center;
  margin: 70px 0 0 0;
}

div.component[data-type="news-teaser"] div.details > div.link > a,
div.component[data-type="accordion"] div.details > div.link > a {
  display: inline-block;
  font-weight: 500;
  padding: 20px 110px 20px 110px;
  background-color: #015293;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

div.component[data-type="news-teaser"] div.details > div.link > a:hover,
div.component[data-type="accordion"] div.details > div.link > a:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

div.component[data-type="news-teaser"] div.details > div.list > ul.item-list,
div.component[data-type="accordion"] div.details > div.list > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
}

div.component[data-type="news-teaser"] div.details > div.list > ul.item-list > li.item,
div.component[data-type="accordion"] div.details > div.list > ul.item-list > li.item {
  width: calc(100% / 4 - 31px);
  padding: 0 30px 0 0;
  margin: 0 0 0 30px;
  border-right: 1px solid #dbdbdb;
}

div.component[data-type="news-teaser"] div.details > div.list[data-partition="3"] > ul.item-list > li.item,
div.component[data-type="accordion"] div.details > div.list[data-partition="3"] > ul.item-list > li.item {
  width: calc(100% / 3 - 31px);
}

div.component[data-type="news-teaser"] div.details > div.list[data-partition="2"] > ul.item-list > li.item,
div.component[data-type="accordion"] div.details > div.list[data-partition="2"] > ul.item-list > li.item {
  width: calc(100% / 2 - 31px);
}

div.component[data-type="news-teaser"] div.details > div.list[data-partition="1"] > ul.item-list > li.item,
div.component[data-type="accordion"] div.details > div.list[data-partition="1"] > ul.item-list > li.item {
  width: auto;
}

div.component[data-type="news-teaser"] div.details > div.list > ul.item-list > li.item:last-of-type,
div.component[data-type="accordion"] div.details > div.list > ul.item-list > li.item:last-of-type {
  border-right: none;
}

div.component[data-type="news-teaser"] div.teaser,
div.component[data-type="accordion"] div.teaser {
  cursor: pointer;
  height: 100%;
}

div.component[data-type="news-teaser"] div.teaser > h6,
div.component[data-type="accordion"] div.teaser > h6 {
  color: #8e9f99;
  font-size: 14px;
  margin: 0 0 15px 0;
  line-height: 120%;
}

div.component[data-type="news-teaser"] div.teaser > h3,
div.component[data-type="accordion"] div.teaser > h3 {
  color: #015293;
  margin: 0 0 15px 0;
}

div.component[data-type="news-teaser"] div.teaser > h3 > a,
div.component[data-type="accordion"] div.teaser > h3 > a {
  color: inherit;
  display: block;
  text-decoration: none;
}

div.component[data-type="news-teaser"] div.teaser:hover > h3 > a,
div.component[data-type="accordion"] div.teaser:hover > h3 > a {
  text-decoration: underline;
}

div.component[data-type="news-teaser"] div.teaser > p,
div.component[data-type="accordion"] div.teaser > p {
  margin: 0;
  font-size: 16px;
}

div.component[data-type="news-teaser"] div.teaser > p.alert,
div.component[data-type="accordion"] div.teaser > p.alert {
  margin: 0 0 5px 0;
  font-size: 16px;
  color: #ff0000;
}

div.component[data-type="news-teaser"] div.teaser > p.alert[data-variant="orange"],
div.component[data-type="accordion"] div.teaser > p.alert[data-variant="orange"] {
  color: #EEAF00;
}

div.component[data-type="news-teaser"] div.teaser > p.alert[data-variant="green"],
div.component[data-type="accordion"] div.teaser > p.alert[data-variant="green"] {
  color: #00B914;
}

div.component[data-type="news-teaser"] div.teaser > div.veranstaltungstyp,
div.component[data-type="accordion"] div.teaser > div.veranstaltungstyp {
  font-size: 12px;
  color: #015293;
  margin: -2px 0 5px 0;
  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="news-teaser"] div.teaser > div.veranstaltungstyp img,
div.component[data-type="accordion"] div.teaser > div.veranstaltungstyp img {
  display: block;
  width: 20px;
}

div.component[data-type="news-teaser"] div.teaser > div.veranstaltungstyp > div,
div.component[data-type="accordion"] div.teaser > div.veranstaltungstyp > div {
  margin: 0 8px 0 0;
}

div.component[data-type="news-teaser"] div.teaser > div.veranstaltungstyp > div:last-child,
div.component[data-type="accordion"] div.teaser > div.veranstaltungstyp > div:last-child {
  margin: 0;
}

div.component[data-type="magazine"] {
  background-color: #eeeeee;
  padding: 50px;
}

div.component[data-type="magazine"] > div.magazine {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  flex-direction: row-reverse;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  justify-content: space-between;
}

div.component[data-type="magazine"] > div.magazine > div.image {
  width: 340px;
  padding: 0 80px 0 20px;
  text-align: center;
}

div.component[data-type="magazine"] > div.magazine > div.image > a {
  margin: 0 auto 0 auto;
  display: inline-block;
  /*
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  */
  -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.component[data-type="magazine"] > div.magazine > div.image img {
  display: block;
  /*width: 200px;*/
  width: 160px;
}

div.component[data-type="magazine"] > div.magazine > div.content {
  width: calc(100% - 340px);
}

div.component[data-type="magazine"] > div.magazine > div.content a {
  color: inherit;
  padding: 0 0 0 25px;
  background-image: url(../img/listenelement_orange.svg);
  background-repeat: no-repeat;
  background-position: 0 3px;
  background-size: 16px 16px;
}

div.component[data-type="magazine"] > div.magazine > div.content > h3 {
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 40px 0;
  font-size: 20px;
}

div.component[data-type="magazine"] > div.magazine > div.content > h4 {
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 30px 0;
  color: #f38900;
}

div.component[data-type="magazine"] > div.magazine > div.content > h5 {
  margin: -25px 0 30px 0;
  color: #f38900;
}

div.component[data-type="magazine"] > div.magazine > div.content > p {
  margin: 0 0 30px 0;
}

div.component[data-type="magazine"] > div.magazine > div.content > div.link > a {
  display: inline-block;
  font-weight: 500;
  background-color: #f38900;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 20px 50px 20px 50px;
  text-decoration: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

div.component[data-type="magazine"] > div.magazine > div.content > div.link > a:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

div.component[data-type="back-button"] > div.button {
  text-align: center;
  font-weight: 500;
  font-weight: normal;
}

div.component[data-type="back-button"] > div.button > a {
  display: inline-block;
  padding: 10px 40px 10px 40px;
  border: 3px solid #aaa082;
  color: #aaa082;
  text-transform: uppercase;
  text-decoration: none;
  font-size: inherit;
  -webkit-transition: background-color 0.5s, color 0.5s, border-color 0.5s;
  transition: background-color 0.5s, color 0.5s, border-color 0.5s;
}

div.component[data-type="back-button"] > div.button:hover > a {
  text-decoration: none;
  background-color: #aaa082;
  border-color: #aaa082;
  color: rgb(255, 253, 241);
  -webkit-transition: background-color 0.5s, color 0.5s, border-color 0.5s;
  transition: background-color 0.5s, color 0.5s, border-color 0.5s;
}

div.component[data-type="small-print"] {
  width: 780px;
  max-width: 100%;
  text-align: center;
  /*font-size: 18px;*/
  color: rgb(170, 160, 130);
}

div.component[data-type="az-navigation"] {
  color: #015293;
  font-size: 25px;
}

div.component[data-type="az-navigation"] > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  justify-content: space-between;
  margin: 0;
}

div.component[data-type="az-navigation"] > ul.item-list > li.item {
  width: 41px;
  height: 41px;
}

div.component[data-type="az-navigation"] > ul.item-list > li.item > a {
  width: inherit;
  height: inherit;
  display: block;
  text-align: center;
  padding: 8px 0 0 0;
  line-height: 100%;
  text-decoration: none;
}

div.component[data-type="az-navigation"] > ul.item-list > li.item:hover > a {
  background-color: rgba(1,82,147,0.3);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
}

div.component[data-type="az-navigation"] > ul.item-list > li.item[data-active="yes"] > a {
  background-color: rgba(1,82,147,1);
  color: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
}

div.component[data-type="preamble"] {
  margin: -30px 0 60px 0;
}

div.component[data-type="list"] ul.item-list > li.item {
  margin: 0 0 10px 0;
  padding: 0 0 0 25px;
  background-image: url(../img/listenelement_blau.svg);
  background-repeat: no-repeat;
  background-position: 0 3px;
  background-size: 16px 16px;
}

div.component[data-type="list"] ul.item-list > li.item:last-of-type {
  margin: 0;
}

div.component[data-type="list"] ul.item-list > li.item > ul.item-list {
  margin: 10px 0 0 0;
}

div.component[data-type="list"] ul.item-list > li.item > p {
  margin: 3px 0 0 0;
}

div.component[data-type="headline-small"] {
  margin-bottom: 10px;
}

div.component[data-type="headline-small"] > h4 {
  font-size: 20px;
  font-weight: 500;
}

div.component[data-type="stand"] {
  margin-bottom: 10px;
}

div.component[data-type="stand"] > h4 {
  font-size: 20px;
  font-weight: 500;
}

div.component[data-type="abstract"][data-preamble="yes"] > div.text {
  max-height: calc(18px * 1.4 * 12);
  overflow: hidden;
}

div.component[data-type="abstract"][data-preamble="yes"] > div.text:after {
  content: " ";
  display: block;
  position: absolute;
  background: #ffffff;
  background: -webkit-linear-gradient(to bottom, transparent, #ffffff);
  background: -moz-linear-gradient(to bottom, transparent, #ffffff);
  background: -o-linear-gradient(to bottom, transparent, #ffffff);
  background: -ms-linear-gradient(to bottom, transparent, #ffffff);
  background: linear-gradient(to bottom, transparent, #ffffff);
  height: 30px;
  bottom: 0;
  width: 100%;
}

div.component[data-type="abstract"] > a.preamble-button {
  display: inline-block;
  color: #015293;
  text-decoration: none;
  cursor: pointer;
  padding: 5px 0 0 0;
}

div.component[data-type="abstract"] > a.preamble-button:hover {
  text-decoration: underline;
}

div.component[data-type="abstract"] > h4 {
  font-size: 20px;
  font-weight: 500;
}

div.component[data-type="abstract"] ul {
  margin-top: 10px;
  margin-bottom: 10px;
}

div.component[data-type="abstract"] > div.image {
  margin: 0 0 15px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
}

div.component[data-type="abstract"] > div.image[data-orientation="left"] {
  float: left;
  margin: 0 15px 15px 0;
  max-width: 300px;
}

div.component[data-type="abstract"] > div.image[data-orientation="right"] {
  float: right;
  margin: 0 0 15px 15px;
  max-width: 300px;
}

div.component[data-type="abstract"] > div.image img {
  max-width: 100%;
  display: inline-block;
}

div.component[data-type="abstract"] > div.image h6 {
  margin: 5px 0 0 0;
  display: block;
  font-style: italic;
  font-size: 0.8em;
  text-align: center;
}

div.component[data-type="pruefung-button"] > div.wrapper {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  background-color: #eeeeee;
}

div.component[data-type="pruefung-button"] > div.wrapper > div.image {
  width: 400px;
}

div.component[data-type="pruefung-button"] > div.wrapper > div.image img {
  object-fit: cover;
  object-position: center center;
  display: block;
}

div.component[data-type="pruefung-button"] > div.wrapper > div.content {
  width: calc(100% - 400px);
  padding: 20px 20px 20px 30px;
  align-self: center;
}

div.component[data-type="pruefung-button"] > div.wrapper > div.content > h4 {
  text-transform: uppercase;
  color: #015293;
  cursor: pointer;
  font-weight: 500;
  margin: 0 0 30px 0;
}

div.component[data-type="citation"] {
  margin: 50px auto 50px auto;
  width: 100%;
  max-width: 570px;
  border: 3px solid rgb(213, 207, 183);
  color: #424242;
  font-size: 44px;
  color: rgb(170, 160, 130);
  letter-spacing: normal;
}

div.component[data-type="citation"] > div.text {
  text-align: center;
  padding: 100px 100px 90px 100px;
}

div.component[data-type="citation"] > div.text > div.source {
  font-weight: 500;
  font-weight: normal;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  margin-top: 80px;
  text-transform: uppercase;
  color: rgb(213, 207, 183);
}

div.component[data-type="citation"] > div.text > div.source:before {
  position: relative;
  display: block;
  margin: 0 auto 20px auto;
  width: 30px;
  height: 5px;
  background-color: rgb(213, 207, 183);
  content: " ";
}

div.component[data-type="gallery-list"] {
  color: rgb(255, 253, 241);
  font-size: 18px;
}

div.component[data-type="gallery-list"] > div.list > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  align-content: center;
  justify-content: center;
  margin: 0 0 0 -30px;
}

div.component[data-type="gallery-list"] > div.list > ul.item-list > li.item {
  width: calc(100% / 3 - 30px);
  margin: 0 0 30px 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  min-height: 365px;
  cursor: pointer;
}

div.component[data-type="gallery-list"] > div.list > ul.item-list > li.item > div.content {
  height: 100%;
  background-color: rgb(240, 58, 80);
  text-align: center;
  font-weight: 500;
  font-weight: normal;
  opacity: 0;
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  align-content: center;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  text-align: center;
}

div.component[data-type="gallery-list"] > div.list > ul.item-list > li.item[data-variant="Saar"] > div.content {
  background-color: rgb(0, 178, 122); 
}

div.component[data-type="gallery-list"] > div.list > ul.item-list > li.item[data-variant="Ruwer"] > div.content {
  background-color: rgb(15, 112, 160);
}

div.component[data-type="gallery-list"] > div.list > ul.item-list > li.item > div.content:hover {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

div.component[data-type="gallery-list"] > div.list > ul.item-list > li.item > div.content > div.inner-content {
  width: calc(100% - 40px);
  margin: 60px 20px 60px 20px;
  text-align: center;
}

div.component[data-type="gallery-list"] > div.list > ul.item-list > li.item > div.content > div.inner-content > h4 {
  font-size: 28px;
  margin: 0 0 25px 0;
  text-transform: uppercase;
  text-align: center;
}

div.component[data-type="gallery-list"] > div.list > ul.item-list > li.item > div.content > div.inner-content > h4 > a {
  color: inherit;
  text-decoration: none;
}

div.component[data-type="slideform"] {
  display: none;
}

div.component[data-type="form-switchblock"] {
  margin: 0;
}

div.component[data-type="form-switchblock"] > h6 {
  margin: 0 0 0 435px;
  padding: 4px 0 0 40px;
  min-height: 30px;
  cursor: pointer;
  color: #005292;
  font-size: 18px;
  text-transform: uppercase;
  background-image: url(../img/plus_kreis_blau.svg);
  background-repeat: no-repeat;
  background-size: auto 30px;
  background-position: left center;
}

div.component[data-type="form-switchblock"][data-expanded="yes"] > h6 {
  background-image: url(../img/minus_kreis_blau.svg);
}

div.component[data-type="form-switchblock"] > div.details {
  display: none;
  padding: 30px 0 0 0;
}

div.component[data-type="form-add-participants"] {
  margin: 0;
}

/*
div.component[data-type="form-add-participants"] > h6 {
  margin: 0 0 0 435px;
  padding: 4px 0 0 40px;
  min-height: 30px;
  cursor: pointer;
  color: #005292;
  font-size: 18px;
  text-transform: uppercase;
  background-image: url(../img/plus_kreis_blau.svg);
  background-repeat: no-repeat;
  background-size: auto 30px;
  background-position: left center;
}
*/

div.component[data-type="form-add-participants"] > div.button {
  display: inline-block;
  margin: 0 0 0 435px;
  padding: 10px;
  cursor: pointer;
  color: #ffffff;
  font-size: 18px;
  background-color: #f38901;
}

div.component[data-type="form-add-participants"] > div.button > h6 {
  padding: 4px 0 0 40px;
  min-height: 30px;
  color: inherit;
  font-size: inherit;
  text-transform: uppercase;
  background-image: url(../img/plus_kreis_weiss.svg);
  background-repeat: no-repeat;
  background-size: auto 30px;
  background-position: left center;
}

div.component[data-type="form-add-participants"] > div.details {
  display: none;
  padding: 30px 0 0 0;
}

div.component[data-type="form-add-participants"] > div.details > ul.item-list {
  margin-left: 435px;
}

div.component[data-type="form-add-participants"] div.participant {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
}

div.component[data-type="form-add-participants"] div.participant > * {
  margin: 0 10px 0 0;
}

div.component[data-type="form-add-participants"] div.participant > *:last-child {
  margin: 0 0 0 15px;
}

div.component[data-type="form-add-participants"] div.participant div.commands {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
}

div.component[data-type="form-add-participants"] div.participant div.commands > a {
  display: block;
  margin: 0 10px 0 0;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 20px;
  background-image: url(../img/mobil_anmeldung_blau.svg);
  width: 20px;
  min-height: 20px;
}

div.component[data-type="form-add-participants"] div.participant div.commands > a:last-child {
  margin: 0;
}

div.component[data-type="form-add-participants"] div.participant div.commands > a.delete {
  background-image: url(../img/schliessenbutton_blau.svg);
}

div[data-grcrender="yes"] {
  position: absolute !important;
}

div.component[data-type="form"][data-variant="form-plugin"] {
  max-width: 984px;
  margin: 0 auto 60px auto;
}

div.component[data-type="form"] > div.response {
  display: none;
  font-weight: 600;
}

div.component[data-type="form"] > div.response[data-variant="guest-scanner-manual-input"] {
  padding: 0;
  background-color: transparent;
  margin: 0 0 20px 0;
  color: #4d9a23;
}

div.component[data-type="form"] > div.response[data-variant="guest-scanner-manual-input"][data-err="yes"] {
  color: #ff0000;
}

div.component[data-type="form"] div.input,
div.component[data-type="form"] div.input-group {
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  margin: 0 0 30px 0;
}

div.component[data-type="form"][data-variant="form-plugin"] div.input,
div.component[data-type="form"][data-variant="form-plugin"] div.input-group {
  display: block;
  margin: 0 0 30px 0;
}

div.component[data-type="form"] div.input-group div.input {
  display: block;
  margin: 0 0 10px 0;
}

div.component[data-type="form"] div.input > div.label,
div.component[data-type="form"] div.input-group > div.label {
  width: 435px;
  padding: 10px 30px 0 0;
  color: #015293;
  text-align: right;
}

div#OVERLAY div.component[data-type="form"] div.input > div.label,
div#OVERLAY div.component[data-type="form"] div.input-group > div.label {
  width: 235px;
  text-align: right;
}

div.component[data-type="form"][data-variant="form-plugin"] div.input > div.label,
div.component[data-type="form"][data-variant="form-plugin"] div.input-group > div.label {
  width: auto;
  text-align: left;
}

div.component[data-type="form"][data-variant="form-plugin"] div.input > div.label,
div.component[data-type="form"][data-variant="form-plugin"] div.input-group > div.label {
  width: auto;
  padding: 0;
  margin: 0 0 5px 0;
}

div.component[data-type="form"] div.input-group div.input > div.label {
  width: auto;
  margin: 0 0 5px 0;
}

div.component[data-type="form"] div.input > div.data,
div.component[data-type="form"] div.input-group > div.data {
  width: calc(100% - 435px);
}

div.component[data-type="form"][data-variant="form-plugin"] div.input > div.data,
div.component[data-type="form"][data-variant="form-plugin"] div.input-group > div.data {
  width: auto;
}

div#OVERLAY div.component[data-type="form"] div.input > div.data,
div#OVERLAY div.component[data-type="form"] div.input-group > div.data {
  width: calc(100% - 235px);
}

div.component[data-type="form"] div.input > div.data > div.help,
div.component[data-type="form"] div.input-group > div.data > div.help {
  font-size: 14px;
  color: #6697bf;
  margin-top: 5px;
}

div.component[data-type="form"][data-variant="form-plugin"] div.input > div.data,
div.component[data-type="form"][data-variant="form-plugin"] div.input-group > div.data {
  width: auto;
}

div.component[data-type="form"][data-variant="form-plugin"] div.input > div.data[data-datepicker="yes"],
div.component[data-type="form"][data-variant="form-plugin"] div.input-group > div.data[data-datepicker="yes"] {
  width: 200px;
  max-width: 100%;
}

div.component[data-type="form"] div.input-group div.input > div.data {
  width: auto;
}

div.component[data-type="form"] div.data label {
  color: #015293
}

div.component[data-type="form"] div.input > div.data input,
div.component[data-type="form"] div.input > div.data select,
div.component[data-type="form"] div.input > div.data textarea {
  border: 2px solid #e9eef2;
  background: #E5EFF7;
}

div.component[data-type="form"] div.input > div.data select {
  background-image: url(../img/pfeil_selectlist.svg);
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  background-size: 18px auto;
}

div.component[data-type="form"] div.submit  {
  margin: 30px 0 0 0;
}

div.component[data-type="form"][data-variant="form-plugin"] div.submit  {
  text-align: center;
}

div.component[data-type="form"] div.submit > button,
div.component[data-type="form"] div.newsletter2go button[type="submit"]  {
  background-color: #015293 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  padding: 20px 110px 20px 110px !important;
  margin: 0 0 0 435px;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

div#OVERLAY div.component[data-type="form"] div.submit > button,
div#OVERLAY div.component[data-type="form"] div.newsletter2go button[type="submit"]  {
  margin: 0 0 0 235px;
}

div.component[data-type="form"] div.submit > button[data-small="yes"]  {
  padding: 20px !important;
}

div.component[data-type="form"][data-variant="form-plugin"] div.submit > button {
  margin: 0;
}

div.component[data-type="form"] div.newsletter2go button[type="submit"]  {
  width: auto !important;
  margin: 0;
}

div.component[data-type="form"] div.submit:hover > button,
div.component[data-type="form"] div.newsletter2go button[type="submit"]:hover  {
  opacity: 0.7;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

div.component[data-type="form"] div.submit > button[data-paypal="yes"] {
  background-image: url(../img/paypal_bildmarke_weiss.svg);
  background-position: 20px center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

form[data-type="newsletter2go"] > h2 {
  padding: 0 0 10px 0;
  text-align: left !important;
}

div.component[data-type="form-switch"] {
  color: rgb(154, 144, 109);
}

div.component[data-type="form-switch"] > h4 {
  letter-spacing: normal;
  text-align: center;
}

div.component[data-type="form-switch"] > h4:after {
  position: relative;
  display: block;
  content: "\f107";
  font-family: FontAwesome;
  margin: 10px 0 10px 0;
  font-size: 40px;
}

div.component[data-type="form-switch"] > div.button {
  text-align: center;
  font-weight: 500;
  font-weight: normal;
}

div.component[data-type="form-switch"] > div.button > a {
  display: inline-block;
  padding: 10px 40px 10px 40px;
  border: 3px solid #aaa082;
  color: #aaa082;
  text-transform: uppercase;
  text-decoration: none;
  font-size: inherit;
}

div.component[data-type="form-switch"] > div.button:hover > a {
  text-decoration: none;
  background-color: #aaa082;
  border-color: #aaa082;
  color: #424242;
  -webkit-transition: background-color 0.5s, color 0.5s, border-color 0.5s;
  transition: background-color 0.5s, color 0.5s, border-color 0.5s;
}

div.component[data-type="form-switch"] > div.form {
  display: none;
}

div.component[data-type="form-switch"] > div.form > h4, 
div#OVERLAY div.form > h4 {
  letter-spacing: normal;
  font-size: 44px;
  color: #aaa082;
  text-align:center;
}

div.component[data-type="form-switch"] > div.form > h4:after, 
div#OVERLAY div.form > h4:after {
  position: relative;
  display: block;
  margin: 10px auto 50px auto;
  width: 30px;
  height: 5px;
  background-color: #aaa082;
  content: " ";
}

div.component[data-type="form-switch"] > div.form div.input,
div#OVERLAY div.form div.input {
  margin: 0 0 25px 0;
}

div.component[data-type="form-switch"] > div.form div.input-group, 
div#OVERLAY div.form div.input-group {
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  align-content: center;
  justify-content: center;
  margin: 0 0 25px -25px;
}

div.component[data-type="form-switch"] > div.form div.input-group > div.input,
div#OVERLAY div.form div.input-group > div.input {
  width: calc(50%  - 25px);
  margin: 0 0 0 25px;
}

div.component[data-type="form-switch"] > div.form div.input-group[data-column="3"] > div.input,
div#OVERLAY div.form div.input-group[data-column="3"] > div.input {
  width: calc(100% / 3  - 25.01px);
}

div.component[data-type="form-switch"] > div.form div.input-group[data-column="auto"] > div.input,
div#OVERLAY div.form div.input-group[data-column="auto"] > div.input {
  width: auto;
}

div.component[data-type="form-switch"] > div.form div.input > div.label,
div.component[data-type="form-switch"] > div.form div.input > div.data > label,
div#OVERLAY div.form div.input > div.label,
div#OVERLAY div.form div.input > div.data > label {
  font-weight: 500;
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase;
  color: #9A906D;
}

div.component[data-type="form-switch"] > div.form div.submit,
div#OVERLAY div.form div.submit {
  text-align: center;
  margin: 40px 0 0 0;
}

div.component[data-type="form-switch"] > div.form div.submit > button,
div#OVERLAY div.form div.submit > button {
  display: inline-block;
  padding: 10px 100px 10px 100px;
  border: 3px solid #aaa082;
  color: #aaa082;
  text-transform: uppercase;
  text-decoration: none;
  font-size: inherit;
}

div.component[data-type="form-switch"] > div.form div.submit:hover > button,
div#OVERLAY div.form div.submit:hover > button {
  text-decoration: none;
  background-color: #aaa082;
  border-color: #aaa082;
  color: #424242;
  -webkit-transition: background-color 0.5s, color 0.5s, border-color 0.5s;
  transition: background-color 0.5s, color 0.5s, border-color 0.5s;
}

div.component[data-type="score"] {  
  margin: 0;
}

div.component[data-type="score"] div.wrapper { 
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
}

div.component[data-type="score"] button {  
  display: block;
  padding: 0;
  width: 30px;
  height: 30px;
  border: none;
  background: transparent;
  background-image: url(../img/star.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px auto;
  cursor: pointer;
  margin: 0 0 0 30px;
}

div.component[data-type="score"] button:hover,
div.component[data-type="score"] button[data-active="yes"],
div.component[data-type="score"] button[data-selected="yes"] {  
  background-image: url(../img/star_.svg);
}

div.card-content {
  margin: 40px 0 0 0;
}

* > div.card-content:first-child {
  margin: 0;
}

div.card-content > * {
  margin: 0 0 20px 0;
}

div.card-content > *:last-child {
  margin: 0;
}

div.card-content > h3 {
  font-size: 18px;
}

div.card-content > div.link {
  font-size: 14px;
  font-weight: 500;
}

div.card-content div.component[data-type="contact"] {
  background-color: #cfd9e5;
  padding-top: 10px;
  padding-right: 10px;
}

div.card-content div.component[data-type="contact"] > div.image {
  margin-top: -10px;
}

div.component[data-type="card"] > div.background {
  z-index: 1;
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #eae6d4;
}

div.component[data-type="card"] > div.card {
  z-index: 3;
  height: 600px;
  width: 100%;
}

div.component[data-type="card"] > div.card > iframe {
  width: inherit;
  height: inherit;
}

div.component[data-type="card"] > div.text {
  z-index: 2;
  padding: 20px;
}

div.component[data-type="card"] > div.text > h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px 0;
}

div.component[data-type="tab"] > div.navigation {
  border-bottom: 1px solid #bac7d8;
  margin: 0 0 50px 0;
}

div.component[data-type="tab"] > div.navigation > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  margin: 0 0 -1px 0;
}

div.component[data-type="tab"] > div.navigation > ul.item-list > li.item {
  min-width: calc(100% / 1);
}

div.component[data-type="tab"] > div.navigation[data-partition="2"] > ul.item-list > li.item {
  min-width: calc(100% / 2);
}

div.component[data-type="tab"] > div.navigation[data-partition="3"] > ul.item-list > li.item {
  min-width: calc(100% / 3);
}

div.component[data-type="tab"] > div.navigation[data-partition="4"] > ul.item-list > li.item {
  min-width: calc(100% / 4);
}

div.component[data-type="tab"] > div.navigation[data-partition="5"] > ul.item-list > li.item {
  min-width: calc(100% / 5);
}

div.component[data-type="tab"] > div.navigation[data-partition="6"] > ul.item-list > li.item {
  min-width: calc(100% / 6);
}

div.component[data-type="tab"] > div.navigation > ul.item-list > li.item > h4 {
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #015293;
  padding: 11px 0 8px 0;
  -webkit-transition: background-color 0.5s, color 0.3s;
  transition: background-color 0.5s, color 0.3s;
  cursor: pointer;
  font-weight: 500;
}

div.component[data-type="tab"] > div.navigation > ul.item-list > li.item:hover > h4 {
  color: #ffffff;
  background-color: #dbdbdb;
  -webkit-transition: background-color 0.5s, color 0.3s;
  transition: background-color 0.5s, color 0.3s;
}

div.component[data-type="tab"] > div.navigation > ul.item-list > li.item[data-expanded="yes"] > h4,
div.component[data-type="tab"] > div.navigation > ul.item-list > li.item[data-expanded="yes"]:hover > h4 {
  color: #ffffff;
  background-color: #bac7d8;
}

div.component[data-type="tab"] > div.list > ul.item-list > li.item {
  display: none;
  width: 100%;
}

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.list > ul.item-list > li.item > div.details > div.image {
  margin: 0 0 15px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
}

div.component[data-type="tab"] > div.list > ul.item-list > li.item > div.details > div.image[data-orientation="left"] {
  float: left;
  margin: 0 15px 15px 0;
  max-width: 300px;
}

div.component[data-type="tab"] > div.list > ul.item-list > li.item > div.details > div.image[data-orientation="right"] {
  float: right;
  margin: 0 0 15px 15px;
  max-width: 300px;
}

div.component[data-type="tab"] > div.list > ul.item-list > li.item > div.details > div.image img {
  max-width: 100%;
  display: inline-block;
}

div.component[data-type="tab"] > div.list > ul.item-list > li.item > div.details > div.image h6 {
  margin: 5px 0 0 0;
  display: block;
  font-style: italic;
  font-size: 0.8em;
  text-align: center;
}

div.component[data-type="accordion"] {
  width: 100%;
}

div.component[data-type="accordion"] > div.list > ul.item-list > li.item {
 margin: 0 0 2px 0;
}

div.component[data-type="accordion"] > div.list > ul.item-list > li.item:last-of-type {
 margin: 0;
}

div.component[data-type="accordion"] > div.list > ul.item-list > li.item > h4 {
  background-color: #eeeeee;
  cursor: pointer;
  padding: 20px 75px 20px 30px;
  letter-spacing: normal;
  color: #015293;
  text-transform: uppercase;
  background-image: url(../img/plus_kreis_blau.svg);
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: calc(100% - 30px) 20px;
}

div.component[data-type="accordion"] > div.list > ul.item-list > li.item[data-expanded="yes"] > h4 {
  background-image: url(../img/minus_kreis_blau.svg);
}

div.component[data-type="accordion"] > div.list > ul.item-list > li.item:hover > h4 {
  background-color: #dcdcdc;
}

div.component[data-type="accordion"] > div.list > ul.item-list > li.item > div.details {
  display: none;  
  padding: 30px;
  font-size: 16px;
}

div.component[data-type="accordion"] > div.list > ul.item-list > li.item > div.details > div.image {
  margin: 0 0 15px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
}

div.component[data-type="accordion"] > div.list > ul.item-list > li.item > div.details > div.image[data-orientation="left"] {
  float: left;
  margin: 0 15px 15px 0;
  max-width: 300px;
}

div.component[data-type="accordion"] > div.list > ul.item-list > li.item > div.details > div.image[data-orientation="right"] {
  float: right;
  margin: 0 0 15px 15px;
  max-width: 300px;
}

div.component[data-type="accordion"] > div.list > ul.item-list > li.item > div.details > div.image img {
  max-width: 100%;
  display: inline-block;
}

div.component[data-type="accordion"] > div.list > ul.item-list > li.item > div.details > div.image h6 {
  margin: 5px 0 0 0;
  display: block;
  font-style: italic;
  font-size: 0.8em;
  text-align: center;
}

div.component[data-type="downloads"] {
  margin: 0 auto 40px auto;
  max-width: 780px;
  width: 100%;
  font-size: 18px;
}

div.component[data-type="downloads"] > ul.item-list > li.item {
  margin: 0 0 25px 0;
}

div.component[data-type="downloads"] > ul.item-list > li.item:last-of-type {
  margin: 0;
}

div.component[data-type="downloads"] > ul.item-list > li.item > a {
  display: block;
  color: inherit;
  padding: 0 0 0 50px;
}

div.component[data-type="downloads"] > ul.item-list > li.item > a:before {
  position: absolute;
  content: url(../img/icon_pdf.svg);
  height: 38px;
  width: 35.5px;
  top: -5px;
  left: 0;
}

div.component[data-type="breaking-news-neu"] {
  margin: 0 auto 70px auto;
  /*width: 800px;*/
  max-width: 100%;
}

div.component[data-type="breaking-news-neu"] > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;  
  margin-left: -30px
}

div.component[data-type="breaking-news-neu"] > ul.item-list > li.item {
  margin: 0 0 0 30px;
  width: calc(100% / 3 - 30px);
  height: 100%;
}

div.component[data-type="breaking-news-neu"] div.breaking-news-neu-item {
  height: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
}

div.component[data-type="breaking-news-neu"] div.breaking-news-neu-item > h4 {
  height: inherit;
  display: block;
  padding-top: 75%; 
}

div.component[data-type="breaking-news-neu"] div.breaking-news-neu-item > h4 > a {
  position: absolute;
  background-color: rgba(255,255,255,0.8);
  padding: 10px;
  bottom: 0;
  width: 100%;
  min-height: 70px;
}

div.component[data-type="breaking-news-neu"] div.breaking-news-neu-item:hover > h4 > a {
  text-decoration: underline;
}

div.component[data-type="breaking-news"] {
  margin: 0 auto 50px auto;
  width: 100%;
}

div.component[data-type="breaking-news"] > a {
  padding: 20px;
  background-color: #eeeeee;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

div.component[data-type="breaking-news"] > a:hover {
  opacity: 0.5;
}

div.component[data-type="video"] {
  margin: 0 auto 50px auto;
  max-width: 800px;
  height: 450px;
  width: 100%;
}

div.component[data-type="video"] > div.video-player {
  height: inherit;
  width: inherit;
  max-width: 100%;
}

div.component[data-type="video"] > div.video-player > div.blend {
  position: absolute;
}

div.component[data-type="video"] > div.video-player > iframe {
  width: inherit;
  display: block;
  max-width: 100%;
}

div.component[data-type="info-alert"],
div.component[data-type="error-alert"] {
  color: #424242;
  font-size: 18px;
  letter-spacing: normal;
}

div.component[data-type="info-alert"] > div.text,
div.component[data-type="error-alert"] > div.text {
  padding: 20px 30px 20px 30px;
  background-color: #cbc5a7;
}

div.component[data-type="error-alert"] > div.text {
  background-color: rgb(240, 58, 80);
}

div.component[data-type="pw-recovery"] > h4 {
  font-weight: 500;
  font-weight: normal;
  font-size: 24px;
  color: #525252;
  margin: 0 0 20px 0;
} 

div.component[data-type="pw-recovery"] > div.text {
  margin: 0 0 20px 0;
} 

div.component[data-type="pw-recovery"] > div.form {
  margin: 0 0 20px 0;
} 

div.component[data-type="pw-recovery"] > div.form div.input > div.data > input,
div.component[data-type="pw-recovery"] > div.form div.input > div.data > select,
div.component[data-type="pw-recovery"] > div.form div.input > div.data > textarea {
  border-color: #cbc5a7;
}

div.component[data-type="pw-recovery"] > div.form div.submit  {
  margin: 30px 0 0 0;
}

div.component[data-type="pw-recovery"] > div.form div.submit > button  {
  background-color: #cbc5a7;
  color: #424242;
  font-size: inherit;
  text-transform: uppercase;
  padding: 15px 30px 15px 30px;
}

div.component[data-type="result-list"] {
  margin: 0 auto 30px auto;
  max-width: 718px;
  width: 100%;
}

div.component[data-type="result-list"] > div.navigation {
  margin: 0 0 20px 0;
}

div.component[data-type="result-list"] > div.navigation > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  justify-content: flex-end;
}

div.component[data-type="result-list"] > div.navigation > ul.item-list > li.item {
  color: inherit;
  font-weight: 600;
}

div.component[data-type="result-list"] > div.navigation > ul.item-list > li.item > a {
  color: inherit;
  background-repeat: no-repeat;
  background-position: left center;
}

div.component[data-type="result-list"] > div.navigation > ul.item-list > li.item[data-type="prev"] > a,
div.component[data-type="result-list"] > div.navigation > ul.item-list > li.item[data-type="next"] > a {
  width: 48px;
  background-image: url(../img/arrow_grey_left.png);
  display: block;
  height: 21px;
}

div.component[data-type="result-list"] > div.navigation > ul.item-list > li.item[data-type="next"] > a {
  background-image: url(../img/arrow_grey.png);
  background-position: right center;
}

div.component[data-type="result-list"] > div.list {
  background-color: #f7f4ee;
}

div.component[data-type="result-list"] > div.list > ul.item-list > li.category {
  border-bottom: 1px solid rgb(255, 253, 241);
}

div.component[data-type="result-list"] > div.list > ul.item-list > li.category > h6 {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid rgb(255, 253, 241);
  background-color: #cbc5a7;
  color: #424242;
  padding: 20px 35px 20px 20px;
}

div.component[data-type="result-list"] > div.list > ul.item-list > li.item {
  border-bottom: 1px solid rgb(255, 253, 241);
}

div.component[data-type="result-list"] > div.list > ul.item-list > li.item > h5 {
  font-size: 14px;
  font-weight: 600;
  padding: 20px 35px 0 20px;
  margin: 0;
}

div.component[data-type="result-list"] > div.list > ul.item-list > li.item > h4 {
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  padding: 20px 35px 20px 20px;
  margin: 0;
}

div.component[data-type="result-list"] > div.list > ul.item-list > li.item[data-expanded="yes"] > h4:after {
  content: "\f00d";
}

div.component[data-type="result-list"] > div.list > ul.item-list > li.item > div.details {
  padding: 0 15px 15px 15px;
}

div.component[data-type="result-list"] > div.list > ul.item-list > li.item > div.details > div.image {
  margin: 0 0 15px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
}

div.component[data-type="result-list"] > div.list > ul.item-list > li.item > div.details > div.image[data-orientation="left"] {
  float: left;
  margin: 0 15px 15px 0;
  max-width: 300px;
}

div.component[data-type="result-list"] > div.list > ul.item-list > li.item > div.details > div.image[data-orientation="right"] {
  float: right;
  margin: 0 0 15px 15px;
  max-width: 300px;
}

div.component[data-type="result-list"] > div.list > ul.item-list > li.item > div.details > div.image img {
  max-width: 100%;
  display: inline-block;
}

div.component[data-type="result-list"] > div.list > ul.item-list > li.item > div.details > div.image h6 {
  margin: 5px 0 0 0;
  display: block;
  font-style: italic;
  font-size: 0.8em;
  text-align: center;
}

div.component[data-type="result-list-accordion"] {
  margin: 0 auto 30px auto;
  max-width: 718px;
  width: 100%;
}

div.component[data-type="result-list-accordion"][data-variant="order-history"] {
  width: auto;
}

div.component[data-type="result-list-accordion"] > div.navigation {
  margin: 0 0 20px 0;
}

div.component[data-type="result-list-accordion"] > div.navigation > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  justify-content: flex-end;
}

div.component[data-type="result-list-accordion"] > div.navigation > ul.item-list > li.item {
  color: inherit;
  font-weight: 600;
}

div.component[data-type="result-list-accordion"] > div.navigation > ul.item-list > li.item > a {
  color: inherit;
  background-repeat: no-repeat;
  background-position: left center;
}

div.component[data-type="result-list-accordion"] > div.navigation > ul.item-list > li.item[data-type="prev"] > a,
div.component[data-type="result-list-accordion"] > div.navigation > ul.item-list > li.item[data-type="next"] > a {
  width: 48px;
  background-image: url(../img/arrow_grey_left.png);
  display: block;
  height: 21px;
}

div.component[data-type="result-list-accordion"] > div.navigation > ul.item-list > li.item[data-type="next"] > a {
  background-image: url(../img/arrow_grey.png);
  background-position: right center;
}

div.component[data-type="result-list-accordion"] > div.list {
  background-color: #f7f4ee;
}

div.component[data-type="result-list-accordion"] > div.list > ul.item-list > li.category {
  border-bottom: 1px solid rgb(255, 253, 241);
}

div.component[data-type="result-list-accordion"] > div.list > ul.item-list > li.category > h6 {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid rgb(255, 253, 241);
  background-color: #cbc5a7;
  color: #424242;
  padding: 20px 35px 20px 20px;
}

div.component[data-type="result-list-accordion"] > div.list > ul.item-list > li.item {
  border-bottom: 1px solid rgb(255, 253, 241);
}

div.component[data-type="result-list-accordion"] > div.list > ul.item-list > li.item > h4 {
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  padding: 20px 35px 20px 20px;
}

div.component[data-type="result-list-accordion"] > div.list > ul.item-list > li.item > h4:after {
  position: absolute;
  right: 20px;
  font-size: 14px;
  content: "\f067";
  font-family: FontAwesome;
  color: inherit;
  color: #a2a2a2;
}

div.component[data-type="result-list-accordion"] > div.list > ul.item-list > li.item[data-expanded="yes"] > h4:after {
  content: "\f00d";
}

div.component[data-type="result-list-accordion"] > div.list > ul.item-list > li.item > div.details {
  display: none;  
  padding: 0 15px 15px 15px;
}

div.component[data-type="result-list-accordion"] > div.list > ul.item-list > li.item > div.details > div.component:last-child {
  margin: 0;
}

div.component[data-type="result-list-accordion"] > div.list > ul.item-list > li.item > div.details > div.order-state {
  margin: 0 0 15px 0;
}

div.component[data-type="result-list-tile"] > div.navigation {
  margin: 0 0 20px 0;
}

div.component[data-type="result-list-tile"] > div.navigation > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  justify-content: center;
}

div.component[data-type="result-list-tile"] > div.navigation > ul.item-list > li.item {
  color: inherit;
  font-weight: 600;
}

div.component[data-type="result-list-tile"] > div.navigation > ul.item-list > li.item > a {
  color: inherit;
  background-repeat: no-repeat;
  background-position: left center;
}

div.component[data-type="result-list-tile"] > div.navigation > ul.item-list > li.item[data-type="prev"] > a,
div.component[data-type="result-list-tile"] > div.navigation > ul.item-list > li.item[data-type="next"] > a {
  width: 48px;
  background-image: url(../img/arrow_grey_left.png);
  display: block;
  height: 21px;
}

div.component[data-type="result-list-tile"] > div.navigation > ul.item-list > li.item[data-type="next"] > a {
  background-image: url(../img/arrow_grey.png);
  background-position: right center;
}

div.component[data-type="result-list-tile"] > div.list > ul.item-list {
  z-index: 1;
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  margin: 0 0 0 -25px;
}

div.component[data-type="result-list-tile"] > div.list > ul.item-list > li.item {
  width: calc(25% - 25px);
  margin: 0 0 25px 25px;
  padding: 0;
  cursor: pointer;
  background-color: #eae5d3;
}

div.component[data-type="result-list-tile"] > div.list > ul.item-list > li.item > div.content {
  height: calc(100% - 80px);
  padding: 20px 20px 60px 20px;
}

div.component[data-type="result-list-tile"] > div.list > ul.item-list > li.item > div.content > div.image {
  margin: -20px -20px 10px -20px;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}

div.component[data-type="result-list-tile"] > div.list > ul.item-list > li.item > div.content > div.image img {
  display: inline-block;
  max-width: 100%;
}

div.component[data-type="result-list-tile"] > div.list > ul.item-list > li.item > div.content > h4 {
  font-weight: 600;
  margin: 0;
  font-size: 18px;
}

div.component[data-type="result-list-tile"] > div.list > ul.item-list > li.item > div.content > h4 > a {
  color: inherit;
  text-decoration: none;
}

div.component[data-type="result-list-tile"] > div.list > ul.item-list > li.item > div.content > h5 {
  font-weight: 600;
  margin: 0 0 10px 0;
  font-size: 12px;
}

div.component[data-type="result-list-tile"] > div.list > ul.item-list > li.item > div.content > div.link {
  position: absolute;
  bottom: 20px;
}

div.component[data-type="result-list-tile"] > div.list > ul.item-list > li.item > div.content > div.link > a {
  display: block;
  background-image: url(../img/icon_result_link.png);
  padding: 0 0 0 38px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

div.component[data-type="image"] {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  cursor: pointer;
}

div.component[data-type="image"] > div.image:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #bac7d8;
  background-image: url(../img/lupe_weiss.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px 100%;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 2;
}

div.component[data-type="image"] > div.image > img {
  display: block;
  width: 100%;
  z-index: 1;
}

div.component[data-type="image"] > h6 {
  font-size: 80%;
}

div.component[data-type="tile-list"] > div.list {
  margin: 0 0 0 -8px;
}

div.component[data-type="tile-list"] > div.list > ul.item-list {
  z-index: 1;
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  margin: 0;
}

div.component[data-type="tile-list"] > div.list > ul.item-list > li.item {
  width: calc((100% / 3) - 24px);
  max-width: calc((100% / 3) - 24px);
  margin: 0 0 24px 24px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
}

div.component[data-type="tile-list"] div.tile {
  height: 100%;
}

div.component[data-type="tile-list"] div.tile > a {
  display: block;
  position: relative;
  height: inherit;
}

div.component[data-type="tile-list"] div.tile > a[href="javascript:void(0);"] {
  cursor: text;
}

div.component[data-type="tile-list"] div.tile img {
  display: block;
  /*object-fit: fill;*/
  object-fit: contain;
  object-position: center center;
  height: 100%;
}

div.component[data-type="tile-list"] div.tile div.content {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(255,255,255,0.8);
  padding: 5px;
  font-size: 14px;
}

div.component[data-type="tile-list"] div.tile div.content > h6 {
  font-weight: bold;
  margin: 0;
}

div.component[data-type="tile-list"] div.tile div.content > p {
  margin: 0;
}

div.component[data-type="gallery"] > div.list {
  margin: 0 0 0 -8px;
}

div.component[data-type="gallery"] > div.list > ul.item-list {
  z-index: 1;
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  margin: 0;
}

div.component[data-type="gallery"] > div.list > ul.item-list > li.item {
  width: calc((100% / 4) - 8px);
  max-width: calc((100% / 4) - 8px);
  margin: 0 0 8px 8px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
}

div.component[data-type="gallery"][data-variant="masonryY"] > div.list > ul.item-list > li.item {
  width: auto;
  max-width: calc((100% / 1) - 8px);
  height: 250px;
  overflow: hidden;
}

div.component[data-type="gallery"][data-variant="masonryY"] > div.list > ul.item-list > li.item[data-haslink="yes"] {
  cursor: pointer;
}

div.component[data-type="gallery"][data-variant="masonryY"] > div.list > ul.item-list > li.item > div.itemlink {
  position: absolute;
  left: -100000px;
  top: -100000px;
}

div.component[data-type="gallery"] > div.list > ul.item-list > li.item img {
  max-width: 100%;
  height: inherit;
  max-height: 100%;
}

div.component[data-type="gallery"][data-variant="masonryY"] > div.list > ul.item-list > li.item img {
  max-width: inherit;
  visibility: hidden;
  height: inherit;
}

div.component[data-type="infobox"] {
  margin: 0 auto 30px auto;
  padding: 0 0 0 0;
  background-color: #f7f4ee;
}

div.component[data-type="infobox"] > div.image {
  margin: 0 0 10px 0;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}

div.component[data-type="infobox"] > div.image img {
  display: inline-block;
  max-width: 100%;
}

div.component[data-type="infobox"] > div.text {
  padding: 30px;
}

div.component[data-type="infobox"] > div.text > h4 {
  font-size: 18px;
  margin: 0 0 15px 0;
}

div.component[data-type="infobox"] > div.text > p:last {
  margin: 0;
}

div.component[data-type="eyecatcher-list"] {
  margin: 0 0 5px 0;
}

div.component[data-type="eyecatcher-list"] > ul.item-list {
  z-index: 1;
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  margin: 0 0 0 -25px;
}

div.component[data-type="eyecatcher-list"] > ul.item-list > li.item {
  width: calc(100% / 3 - 25.01px);
  margin: 0 0 25px 25px;
}

div.component[data-type="eyecatcher-list"] > ul.item-list > li.item > div.content > div.image {
  background-image: url(../img/eyecatcher_shadow.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;  
  padding: 0 0 20px 0;
  overflow: hidden;
}

div.component[data-type="eyecatcher-list"] > ul.item-list > li.item > div.content > div.image img {
  display: block;
}

div.component[data-type="eyecatcher-list"] > ul.item-list > li.item > div.content > h4 {
  font-size: 18px;
  margin: -5px 0 0 0;
}

div.component[data-type="reference-list"] {
  margin: 0 0 5px 0;
}

div.component[data-type="reference-list"] > ul.item-list {
  z-index: 1;
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  margin: 0 0 0 -25px;
}

div.component[data-type="reference-list"] > ul.item-list > li.item {
  width: calc(100% / 3 - 25.01px);
  margin: 0 0 25px 25px;
}

div.component[data-type="reference-list"] > ul.item-list > li.item > div.content > div.image {
  background-image: url(../img/eyecatcher_shadow.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;  
  padding: 0 0 20px 0;
  overflow: hidden;
}

div.component[data-type="reference-list"] > ul.item-list > li.item > div.content > div.image img {
  display: block;
}

div.component[data-type="reference-list"] > ul.item-list > li.item > div.content > h4 {
  font-size: 18px;
  margin: -5px 0 0 0;
}

div.component[data-type="content-list"] {
  margin: 0 0 5px 0;
}

div.component[data-type="content-list"] > ul.item-list {
  z-index: 1;
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  margin: 0 0 0 -25px;
}

div.component[data-type="content-list"] > ul.item-list > li.item {
  width: calc(25% - 25px);
  margin: 0 0 25px 25px;
}

div.component[data-type="content-list"] > ul.item-list > li.item[data-size="2"] {
  width: calc(50% - 25px);
}

div.component[data-type="content-list"] > ul.item-list > li.item[data-size="3"] {
  width: calc(75% - 25px);
}

div.component[data-type="content-list"] > ul.item-list > li.item[data-size="4"] {
  width: calc(100% - 25px);
}

div.component[data-type="content-list"] > ul.item-list > li.item > div.content {
  height: calc(100% - 65px);
  padding: 15px 15px 50px 15px;
  background-color: #f7f4ee;
}

div.component[data-type="content-list"] > ul.item-list > li.item[data-variant="transparent"] > div.content {
  height: calc(100% - 50px);
  padding: 0 0 50px 0;
  background-color: transparent;
}

div.component[data-type="content-list"] > ul.item-list > li.item > div.content > div.image {
  height: 180px;
  overflow: hidden;
  margin: -15px -15px 15px -15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

div.component[data-type="content-list"] > ul.item-list > li.item[data-variant="transparent"] > div.content > div.image {
  margin: 0 0 15px 0;
}

div.component[data-type="content-list"] > ul.item-list > li.item > div.content > div.image > a {
  display: block;
  height: inherit;
  width: auto;
}

div.component[data-type="content-list"] > ul.item-list > li.item > div.content > div.image img {
  height: inherit;
  max-width: inherit;
  max-height: 100%;
  visibility: hidden;
}

div.component[data-type="content-list"] > ul.item-list > li.item > div.content > h4 {
  font-size: 18px;
  margin: 0 0 15px 0;
}

div.component[data-type="content-list"] > ul.item-list > li.item > div.content > div.link {
  position: absolute;
  bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #cbc5a7;
}

div.component[data-type="content-list"] > ul.item-list > li.item > div.content > div.link > a {
  display: block;
  padding: 0 0 0 45px;
  background-image: url(../img/arrow_gold.png);
  background-repeat: no-repeat;
  background-position: left center;
  color: inherit;
}

div.component[data-type="info-list"] {
  margin: 0 0 5px 0;
}

div.component[data-type="info-list"] > ul.item-list {
  z-index: 1;
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  margin: 0 0 0 -25px;
}

div.component[data-type="info-list"] > ul.item-list > li.item {
  width: calc(25% - 25px);
  margin: 0 0 25px 25px;
}

div.component[data-type="info-list"] > ul.item-list > li.item > div.content {
  height: calc(100% - 25px);
  padding: 15px;
}

div.component[data-type="info-list"] > ul.item-list > li.item > div.content a {
  color: inherit;
}

div.component[data-type="info-list"] > ul.item-list > li.item > div.content > h5 {
  font-weight: 600;
  margin: 0 0 25px 0;
  font-size: 18px;
}

div.component[data-type="info-list"] > ul.item-list > li.item[data-type="newsletter"] > div.content > div.text:before {
  position: relative;  
  display: block;
  content: "";
  background-image: url('../img/icon_newsletter.png');
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 57px;
  margin: 0 0 15px 0;
}

div.component[data-type="info-list"] > ul.item-list > li.item[data-type="rabatt"] > div.content > div.text > ul.item-list {
  font-size: 18px;
  font-weight: 600;
  margin: 12px 0 12px 0;
}

div.component[data-type="info-list"] > ul.item-list > li.item[data-type="rabatt"] > div.content > div.text > ul.item-list > li.item {
  margin: 0 0 10px 0;
}

div.component[data-type="info-list"] > ul.item-list > li.item[data-type="rabatt"] > div.content > div.text > ul.item-list > li.item > span.number {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 11px;
  margin: 0 5px 0 0;
  width: 25px;
  text-align: center;
  /*font-weight: 800;*/
  font-weight: 700;
}

div.component[data-type="info-list"] > ul.item-list > li.item[data-type="rabatt"] > div.content > div.text > ul.item-list > li.item > span.number:after {
  content: "\f111";
  font-family: FontAwesome;
  color: #424242;
  font-size: 34px;
  position: absolute;
  z-index: -1;
  top: -15px;
  left: -2px;
}

div.component[data-type="info-list"] > ul.item-list > li.item > div.content > div.text > span.phone {
  display: block;
  height: 40px;
  font-weight: 600;
  font-size: 18px;
  background-image: url(../img/icon_phone_white.png);
  background-position: left 0;
  background-repeat: no-repeat;
  padding: 0 0 0 38px;
}

div.component[data-type="info-list"] > ul.item-list > li.item > div.content > div.link {
  margin: 10px 0 0 0;
}

div.component[data-type="info-list"] > ul.item-list > li.item > div.content > div.link > a {
  display: block;  
  padding: 0 0 0 38px;
  background-image: url(../img/icon_infolink.png);
  background-repeat: no-repeat;
  background-position: left center;
  font-weight: 600;
}

div.component[data-type="inxmail-form"] form.inxform {
  padding: 0;
}

div.component[data-type="inxmail-form"] div.textfield,
div.component[data-type="inxmail-form"] div.listfield {
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  margin: 0 0 30px 0;
}

div.component[data-type="inxmail-form"] div.textfield *,
div.component[data-type="inxmail-form"] div.listfield *,
div.component[data-type="inxmail-form"] div.checkboxfield * {
  display: block;
  float: none;
}

div.component[data-type="inxmail-form"] div.textfield label,
div.component[data-type="inxmail-form"] div.listfield label {
   width: 235px;
   padding: 10px 30px 0 0;
   color: #015293;
   float: none;
}

div.component[data-type="inxmail-form"] form#loginform label {
   display: block;
   padding: 10px 30px 0 0;
   color: #015293;
   float: none;
   margin: 0 0 10px 0;
}

div.component[data-type="inxmail-form"] div.checkboxfield label {
  cursor: pointer;
  margin: 0 0 0 30px;
  width: auto;
}

div.component[data-type="inxmail-form"] div.checkboxfield label:before {
  content: " ";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/checkbox.svg);
  background-size: 20px 20px;
  background-position: left top;
  margin: 0 0 0 -30px;
}

div.component[data-type="inxmail-form"] div.checkboxfield label[data-active="yes"]:before {
  background-image: url(../img/checkbox_aktiv.svg);
}

div.component[data-type="inxmail-form"] div.textfield input,
div.component[data-type="inxmail-form"] div.listfield select,
div.component[data-type="inxmail-form"] div.textfield textarea {
  max-width: calc(100% - 245px);
  border: 2px solid #e9eef2;
  background: #ffffff;
}

div.component[data-type="inxmail-form"] div.listfield select {
  background-image: url(../img/pfeil_selectlist.svg);
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  background-size: 18px auto;
}

div.component[data-type="inxmail-form"] form#loginform input {
  display: block;
  max-width: 100%;
  border: 2px solid #e9eef2;
  background: #ffffff;
}

div.component[data-type="inxmail-form"] input[type="submit"] {
  background-color: #015293 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 20px 110px 20px 110px !important;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  width: auto;
}

div.component[data-type="inxmail-form"] input[type="reset"] {
  display: none;
}

div.component[data-type="inxmail-form"] form#loginform input[type="submit"] {
  margin-top: 30px;
}

div#footer {
  color: #015293;
}

div#footer div.list > ul.item-list {
  background-color: #e7ecf2;
  padding: 30px 0 0 0;
}

div#footer div.list > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
}

div#footer div.list > ul.item-list > li.item {
  width: calc(100% / 4);
  padding: 0 20px 0 20px;
}

body.inxmail div#footer div.list > ul.item-list > li.item {
  width: 50%;
  padding: 0 20px 0 20px;
}

div.list > ul.item-list > li.item > h5 {
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 20px 0;
}

div#footer div.social-network {
  margin: 0 0 30px 0;
}

div#footer div.social-network > 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#footer div.social-network > ul.item-list > li.item {
  width: auto;
  padding: 0 10px 0 10px;
  text-align: right;
}

div#footer div.social-network > ul.item-list > li.item:last-of-type {
  text-align: left;
}

div#footer div.social-network img {
  width: 60px;
}

div#footer div.social-network img.ihk-logo {
  width: 100px;
}

div#footer div.block {
  margin: 0 0 30px 0;
}

div#footer div.block img {
  width: 150px;
  display: block;
  margin: 0 auto 5px auto;
}

div#footer div.block img.mitgliederportal {
  width: 190px;
}

div#footer div.block > ul {
  margin: 0 0 0 0;
  list-style-type: none;
  padding: 0;
}

div#footer div.block > ul > li {
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
  background: none;
}

div#footer div.block > ul > li:last-of-type {
  margin: 0;
}

div#footer div.block > ul > li:before {
  content: "■";
  color: #cfd9e5;
  position: absolute;
  margin: -3px 0 0 -20px;
}

div#footer div.list > ul.item-list > li.item:first-of-type div.block {
  text-align: center;
}

body.inxmail div#footer div.list > ul.item-list > li.item:first-of-type div.block {
  text-align: left;
}

table {
  width: 100%;
  table-layout: fixed;
  font-size: 80%;
}

table.layout {
  background-color: #eeeeee;
}

table tr > th,
table tr > td {
  border-right: 1px solid #8cb1ce;
  border-bottom: 1px solid #8cb1ce;
  padding: 8px;
}

table tr > th:last-of-type,
table tr > td:last-of-type {
  border-right: none;
}

table.layout tr > th {
  color: #ffffff;
  border-color: #ffffff;
  border-bottom: none;
  background-color: #8cb1ce;
  font-size: 16px;
}

ul.richtext-list {
  margin: 0 0 0 40px;
  padding: 0 0 0 0;
  list-style-type: square;
}

ul.richtext-list li {
  margin: 0 0 10px 0;
  padding: 0;
}

div.responsive-stage {
  display: none;
  visibility: hidden;
  position: absolute;
  margin: 0 0 0 -100000px;
  width: 10px;
}

div.form > div.response {
  display: none;
}

div#COOKIE_POLICY {
  position: fixed;
  z-index: 100;
  background-color: rgba(0,0,0,0.4);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: auto;
}

div#COOKIE_POLICY > div.content {
  width: 600px;
  max-width: calc(100% - 10px);
  padding: 30px 50px;
  background-color: #ffffff;
  margin: 48px auto 0 auto;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.2);
}

div#COOKIE_POLICY > div.content > div.close {
  position: absolute;
  z-index: 2;
  height: 20px;
  width: 20px;
  right: 20px;
  margin: -10px 0 0 0;
}

div#COOKIE_POLICY > div.content > div.close > a {
  display: block;
  color: inherit;
  width: inherit;
  height: inherit;
  background-image: url(../img/schliessenbutton_blau.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: right top;
}

div#COOKIE_POLICY > div.content > h4 {
  font-size: 24px;
  color: #015293;
  margin: 0 0 15px 0;
}

div#COOKIE_POLICY > div.content > p {
  margin: 0 0 30px 0;
  font-size: 16px;
}

div#COOKIE_POLICY p.impressum {
  margin: 30px 0 0 0 !important;
}

div#COOKIE_POLICY > div.content > p[data-alert="yes"] {
  color: #fe0000;
}

div#COOKIE_POLICY div.component[data-type="form"] {
  margin: 0;
}

div#COOKIE_POLICY div.component[data-type="form"] > div.content {
  padding: 0;
}

div#COOKIE_POLICY div.component[data-type="form"] div.form div.wrapper-fields {
  margin: 0 0 40px 0;
}

div#COOKIE_POLICY div.component[data-type="form"] div.form div.wrapper-fields div.input {
  margin-bottom: 10px;
}

div#COOKIE_POLICY div.component[data-type="form"] div.form div.wrapper-fields div.input:last-child {
  margin-bottom: 0;
}

div#COOKIE_POLICY div.component[data-type="form"] div.wrapper {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
}

div#COOKIE_POLICY div.component[data-type="form"] div.form div.submit {
  margin: 0;
  width: calc(50% - 10px);
}

div#COOKIE_POLICY div.component[data-type="form"] button {
  padding: 20px !important;
  margin: 0 !important;
  width: 100%;
  text-align: center;
}

div#COOKIE_POLICY div.component[data-type="form"] button[data-variant="highlight"] {
  background-color: #f38900 !important;
}







