body {
  font-family: 'Giro Sans Pro';
  font-weight: 300;
  color: #838383;
  background: url(/media/geldkarte_bg.jpg) 0px 100px no-repeat #FFF;
  background-size: 100% 302px;
}
a:focus,
:focus {
  outline: 0;
}
img#stadtwelt,
map area {
  outline: none;
}
strong {
  font-family: 'Giro Sans Pro';
  font-weight: 400;
}
body .content_area h1,
body .content_area .h1 {
  font-size: 3.4em;
  font-weight: 300;
}
body .content_area h2,
body .content_area .h2 {
  font-size: 2.3em;
  margin-bottom: 1em;
  font-weight: 300;
}
body .content_area h3,
body .content_area .h3 {
  font-size: 1.65em;
  margin-bottom: 1em;
  font-weight: 300;
}
body .content_area h2 + h3,
body .content_area h2 + .h3 {
  margin-top: -1em;
  font-family: 'Giro Sans Pro';
  font-weight: 400;
}
body .content_area h4,
body .content_area .h4 {
  font-size: 1.1em;
  margin-bottom: 1em;
  font-family: 'Giro Sans Pro';
  font-weight: 400;
}
body .content_area h3 + h4 {
  margin-top: -1.1em;
  font-weight: 300;
}
body .content_area h4 + h5 {
  margin-top: -0.9em;
  font-size: 0.9em;
  font-family: 'Giro Sans Pro';
  font-weight: 400;
}
body .content_area.isLandingpage h1,
body .content_area.isLandingpage .h1 {
  margin-bottom: 0.5em;
  font-weight: 300;
}
body .content_area.isLandingpage h2,
body .content_area.isLandingpage .h2 {
  font-weight: 300;
  font-size: 1.8em;
  margin-top: 0;
}
body .content_area.isLandingpage h1 + h2,
body .content_area.isLandingpage h1 + h3 {
  font-weight: 300;
  margin-top: -1em;
  margin-bottom: 1.6em;
}
body .content_area.isLandingpage p,
body .content_area.isLandingpage li,
body .content_area.isLandingpage td {
  font-size: 1.25em;
}
body .content_area.isLandingpage li {
  margin-bottom: 0.7em;
}
body .content_area.isLandingpage ul {
  margin-bottom: 2em;
}
body .content_area p,
body .content_area li,
body .content_area td {
  font-size: 1.15em;
}
body .content_area .smaller {
  font-size: 0.85em;
  font-family: 'Giro Sans Pro';
  font-weight: 400;
}
.head {
  background-color: white;
  height: 100px;
  z-index: 5;
  position: relative;
}
.headcontainer {
  padding-top: 25px;
}
.headcontainer a:hover,
.headcontainer a {
  text-decoration: none;
}
.head_nav_container {
  padding-top: 37px;
}
.logo-container {
  min-width: 60px;
  min-height: 60px;
}
.logo-container a {
  position: absolute;
  z-index: 9999;
  width: 60px !important;
  height: 60px !important;
}
nav.navbar {
  border: none;
  background-color: transparent;
}
.navbar-nav li.mainnav_li > a {
  padding: 0;
  margin: 0;
}
.navbar-nav li,
.navbar-nav li a,
.navbar-nav li a:hover {
  background-color: transparent !important;
  background-image: none !important;
}
.mainnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.mainnav .mainnav_li {
  padding-bottom: 10px;
  margin-right: 25px;
  display: inline-block;
}
.mainnav .mainnav_li a {
  color: #838383;
  font-size: 21px;
  font-weight: 300;
}
.mainnav .mainnav_li.active a {
  color: #004d96;
}
.mainnav .mainnav_li:last-child {
  margin-right: 0;
}
.subnav {
  margin-top: 8px !important;
  margin-left: -20px;
  border-radius: 0;
  border: none;
  box-shadow: 0px 0px 8px #aeaeae;
}
.subnav:before {
  content: url(/media/nav_arrow.png);
  position: absolute;
  margin-top: -37px;
  margin-left: 5px;
}
.subnav .subnav_li a {
  font-size: 15px;
}
.mainnav .mainnav_li.active .subnav li a {
  color: #838383;
}
.mainnav .mainnav_li .subnav li a:hover {
  background-color: transparent;
  color: #004d96;
}
.mainnav .mainnav_li.active .subnav li.active a {
  color: #004d96;
  background-color: transparent !important;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-menu {
  top: 30px;
  padding: 22px 8px 18px;
}
.dropdown-menu > li > a {
  line-height: 1.15;
}
.head-container-landingpage:after {
  content: "";
  display: table;
  clear: both;
}
.head-container-landingpage a.link-logo {
  margin-right: 15px;
  float: left;
}
.head-container-landingpage a.link-logo img {
  height: 60px;
  display: block;
}
.nav-landingpage {
  padding-top: 40px;
  float: left;
}
.listLandingpage {
  color: #838383;
  font-size: 16px;
  padding: 0;
  margin: 0;
}
.listLandingpage:after {
  content: "";
  display: table;
  clear: both;
}
.listLandingpage li {
  list-style: none;
  background-image: url(/media/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 12px;
  padding-left: 16px;
  float: left;
}
.listLandingpage li a {
  color: #838383;
  padding-right: 15px;
  display: block;
}
nav.navbar {
  z-index: 99;
  display: none;
}
.navbar-collapse {
  background-color: white;
  margin-top: 10px;
  border: none;
  padding: 0;
  width: 100%;
  left: 0px !important;
}
.mobilenav {
  z-index: 99;
  display: none;
  padding: 0 !important;
  margin: 0 !important;
  padding-bottom: 30px !important;
  width: 100%;
}
.mobilenav li a {
  font-size: 1.4em;
  padding: 10px 20px !important;
  display: block;
  color: #666;
  font-weight: 300;
}
.mobilenav a:hover {
  background-color: transparent !important;
  color: #e30513;
}
.mobilenav .active > a {
  color: #e30513;
}
.mobilenav li {
  list-style-type: none;
  padding: 0;
}
.mobilenav li ul {
  box-shadow: none;
  border: none;
  background-color: transparent;
  position: static;
  float: none;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
}
.mobilenav li li {
  margin: 0;
  padding: 0;
}
.mobilesubnav li a {
  display: block;
  padding-left: 50px !important;
}
.mobilenav li.active a.dropdown-toggle,
.mobilesubnav li.active a {
  background-color: white !important;
  color: #e30513 !important;
}
.jetztladen {
  color: #004d96;
  font-size: 14px;
  position: absolute;
  margin-top: 42px;
  margin-left: -30px;
  font-family: 'Giro Sans Pro';
  font-weight: 400;
}
.servicenav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  width: 300px;
  text-align: right;
  margin-left: -285px;
  margin-top: -10px;
}
.servicenav .servicenav_li {
  display: inline-block;
  margin-right: 10px;
}
.servicenav .servicenav_li a {
  color: #838383;
  font-size: 16px;
}
.servicenav .servicenav_li.active a {
  color: #004d96;
}
.footer {
  position: relative;
  z-index: 5;
  min-height: 330px;
  background-color: #262626;
  color: #ffffff;
}
.footernavcontainer {
  text-align: center;
  padding-top: 60px;
}
.footer_logos {
  margin-bottom: 60px;
}
.footernav li {
  display: inline-block;
}
.footernav li:after {
  content: '|';
  padding: 0 10px;
}
.footernav li:last-child:after {
  content: '';
}
.footernav li a {
  color: #ffffff;
  font-size: 15px;
}
.footerdatenschutz {
  padding-top: 60px;
}
.blueinfobox {
  z-index: 88;
  position: fixed;
  background-color: #01a6ff;
  color: #ffffff;
  padding: 20px 0 10px 0;
  top: 30%;
  width: 98%;
  margin-left: -98%;
  transition: all 1s;
}
.blueinfobox:hover,
.blueinfobox:focus {
  margin-left: -1%;
}
.blueinfobox .container {
  max-width: 700px;
  margin: auto;
}
.blueinfoboxarrow {
  z-index: 20;
  cursor: pointer;
  position: absolute;
  right: -25px;
  padding: 15px 3px;
  top: 20px;
  width: 25px;
  height: 55px;
  background: url(/media/infobox_arrow.png) top left no-repeat;
  font-style: italic;
}
.col-xs-5 {
  text-align: center;
}
.blueinfobox .infoboximage {
  margin: auto;
  margin-bottom: 20px;
}
.blueinfobox .infoboxsuche {
  background-color: transparent;
  display: inline;
  float: right;
  border: none;
}
.blueinfobox input {
  width: 100%;
}
.blueinfobox h2 {
  text-align: left;
  margin-top: 0;
  font-family: 'Giro Sans Pro';
  font-weight: 400;
}
.blueinfobox p {
  text-align: left;
}
.blueinfobox a {
  color: #ffffff !important;
  text-decoration: underline;
  font-family: 'Giro Sans Pro';
  font-weight: 400;
}
@media screen and (max-width: 641px) {
  .blueinfobox {
    top: 10%;
    position: absolute;
  }
}
.content_area {
  padding-top: 4em;
  min-height: 80vh;
}
.starseitebildcontainer {
  width: 100%;
  min-height: 95%;
  min-height: 95vh;
}
.starseitebild {
  position: fixed;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 1s;
}
.startseite a {
  text-decoration: none !important;
}
.startseite h2,
.startseite h3 {
  color: #ffffff;
  text-decoration: none;
}
.startseite .teaser {
  text-align: center !important;
}
.startseite .row {
  margin-top: 200px;
}
.startseite button {
  color: #ffffff;
  border-color: #01a6ff;
  background-color: #01a6ff;
}
body .content_area .text-note {
  position: relative;
  font-size: 0.9em;
  padding-left: 8px;
}
body .content_area .text-note:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "*";
}
body .content_area .textwarning {
  color: #FF0000;
}
body .content_area .pm-date {
  margin-top: -5px;
  font-size: 1.3em;
  font-family: 'Giro Sans Pro';
  font-weight: 400;
  margin-bottom: 0.3em;
}
body .content_area .pm-headline {
  font-size: 2.5em;
  margin-top: 0em;
  line-height: 1.2em;
  margin-bottom: 0.3em;
}
body .content_area .pm-subheadline {
  font-size: 1.4em;
  font-family: 'Giro Sans Pro';
  font-weight: 400;
  margin-top: 0 !important;
}
body .content_area .teaserHeadline {
  font-family: 'Giro Sans Pro';
  font-weight: 400;
  font-size: 1.3em;
  margin-bottom: 0.3em;
}
body .content_area .datum {
  font-family: 'Giro Sans Pro';
  font-weight: 400;
  font-size: 1.3em;
  font-weight: normal;
}
.download-list {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.download-list li {
  margin-bottom: 10px;
}
.download-list li p {
  margin-bottom: 2px;
}
.font-normal {
  font-weight: normal;
}
.text-smaller {
  font-size: 1em !important;
}
.textstil-handschrift {
  font-family: 'Caveat Brush';
  font-size: 1.4em;
}
ul.textstil-handschrift,
ol.textstil-handschrift {
  counter-reset: section;
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px -34px;
}
ul.textstil-handschrift li,
ol.textstil-handschrift li {
  position: relative;
  padding: 0 0 0 35px;
  margin: 0;
  margin-top: 0 !important;
  margin-bottom: 0.6em !important;
}
ul.textstil-handschrift li::before,
ol.textstil-handschrift li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "->";
  display: inline-block;
  float: left;
}
ul.counterListeBlau,
ol.counterListeBlau,
ul.counterListeRot,
ol.counterListeRot {
  padding: 0;
  margin-bottom: 25px;
  counter-reset: section;
  list-style-type: none;
}
ul.counterListeBlau li,
ol.counterListeBlau li,
ul.counterListeRot li,
ol.counterListeRot li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-left: 65px;
}
ul.counterListeBlau li + li,
ol.counterListeBlau li + li,
ul.counterListeRot li + li,
ol.counterListeRot li + li {
  margin-top: 30px;
}
ul.counterListeBlau li::before,
ol.counterListeBlau li::before,
ul.counterListeRot li::before,
ol.counterListeRot li::before {
  position: absolute;
  top: -6px;
  left: 0;
  font-family: 'Giro Sans Pro';
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  line-height: 45px;
  color: #ffffff;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  counter-increment: section;
  content: counters(section,".") " ";
  display: inline-block;
  float: left;
}
ul.counterListeBlau li::before,
ol.counterListeBlau li::before {
  background-color: #01a6ff;
}
ul.counterListeRot li::before,
ol.counterListeRot li::before {
  background-color: #e30513;
}
ul.arrowListe,
ol.arrowListe {
  padding: 0;
  margin-bottom: 25px;
  list-style-type: none;
}
ul.arrowListe li,
ol.arrowListe li {
  background-image: url("/assets/svg/arrow-right-blue.svg");
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: 12px;
  padding: 0;
  margin: 0;
  padding-left: 20px;
}
ul.arrowListe li + li,
ol.arrowListe li + li {
  margin-top: 12px;
}
.content_area a {
  font-family: 'Giro Sans Pro';
  font-weight: 400;
  text-decoration: underline;
  color: #838383;
}
.content_area a:hover {
  color: #01a6ff;
  text-decoration: none;
}
.content_area a[href^="mailto"] {
  color: #01a6ff;
}
.content_area a[href^="mailto"]:hover {
  color: #70706f;
}
.content_area .colored-container a {
  color: #ffffff;
}
.content_area.darkgrey a,
.colored-content-container.darkgrey a {
  font-family: 'Giro Sans Pro';
  text-decoration: underline;
  color: #01a6ff;
}
.link-arrow {
  font-family: 'Giro Sans Pro';
  font-weight: 400;
  color: #01a6ff !important;
  text-decoration: none !important;
}
.link-arrow:hover {
  text-decoration: none;
  color: #838383 !important;
}
.link-arrow:before {
  content: ">";
  padding-right: 5px;
  vertical-align: 1px;
}
.link-button {
  font-family: 'Giro Sans Pro' !important;
  font-weight: 400;
  color: #ffffff !important;
  background-color: #01a6ff;
  text-decoration: none !important;
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-weight: 600;
  padding: 3px 12px;
  border: none;
}
.link-button:hover {
  text-decoration: none;
  color: #f0efef !important;
}
.link-button + .link-button {
  margin-left: 5px;
}
.link-button a {
  font-family: 'Giro Sans Pro' !important;
  color: #ffffff !important;
  background-color: #01a6ff;
  text-decoration: none !important;
  display: inline-block;
}
.form-control {
  height: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 18px;
}
.form-control::-webkit-input-placeholder {
  text-transform: uppercase;
}
.form-control::-moz-placeholder {
  text-transform: uppercase;
}
.form-control::-ms-input-placeholder {
  text-transform: uppercase;
}
.btn {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-weight: 600;
  padding: 3px 12px;
  border: none;
}
.form-intro-text {
  margin-bottom: 40px;
}
.form-intro-text h2,
.form-intro-text .h2 {
  margin-bottom: 0 !important;
}
.hasError input,
.hasError textarea {
  border-color: #e30513 !important;
}
.hasError .svgText,
.hasError .svgText a {
  color: #e30513 !important;
}
.alert-info.errorContainer {
  color: #01a6ff;
}
.alert-info.errorContainer h2,
.alert-info.errorContainer .h2,
.alert-info.errorContainer h3,
.alert-info.errorContainer .h3,
.alert-info.errorContainer h4,
.alert-info.errorContainer .h4 {
  color: #01a6ff;
  margin-top: 0px;
  margin-bottom: 5px;
}
.colored-container {
  background-color: #01a6ff;
}
.colored-container h2,
.colored-container .h2 {
  color: #ffffff;
  margin-bottom: 20px;
}
.colored-container h3,
.colored-container .h3 {
  color: #ffffff;
}
.colored-container p {
  color: #ffffff;
}
.colored-container .btn {
  color: #01a6ff;
}
.colored-container .form-control {
  color: #ffffff;
  background-color: #01a6ff;
  border-color: #ffffff;
}
.colored-container .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.colored-container .form-control::-moz-placeholder {
  color: #ffffff;
}
.colored-container .form-control::-ms-input-placeholder {
  color: #ffffff;
}
.colored-container input[type="checkbox"] + .svgIcon {
  background-image: url("/assets/svg/checkbox-white.svg");
}
.colored-container input[type="checkbox"]:checked + .svgIcon {
  background-image: url("/assets/svg/checkbox-checked-white.svg");
}
.colored-container input[type="radio"] + .svgIcon {
  background-image: url("/assets/svg/radio-white.svg");
}
.colored-container input[type="radio"]:checked + .svgIcon {
  background-image: url("/assets/svg/radio-checked-white.svg");
}
.colored-container .svgText {
  color: #ffffff;
}
.colored-container .gender-text {
  color: #ffffff;
}
.container-shopfinder .form-control {
  border-color: #01a6ff;
}
.container-shopfinder .form-control::-webkit-input-placeholder {
  color: #01a6ff;
}
.container-shopfinder .form-control::-moz-placeholder {
  color: #01a6ff;
}
.container-shopfinder .form-control::-ms-input-placeholder {
  color: #01a6ff;
}
.container-shopfinder .panel-default {
  border: none;
}
.container-shopfinder .panel-default > .panel-heading {
  background-color: transparent;
  border: none;
  color: #333;
  padding: 0 !important;
}
.container-shopfinder .panel {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  margin-bottom: 20px;
}
.container-shopfinder h4,
.container-shopfinder .h4 {
  margin-bottom: 0 !important;
}
.container-shopfinder .panel-body {
  padding: 15px 0;
}
.link-sf-ext-search {
  font-size: 14px !important;
  margin-top: 10px;
}
.link-sf-ext-search a {
  color: #01a6ff;
}
@media screen and (min-width: 768px) {
  .sf-search-icon {
    text-align: right;
    padding: 0;
  }
}
.btn-container .form-group {
  display: inline-block;
}
.btn-container .form-group + .form-group {
  margin-left: 15px;
}
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.svgInput input[type="checkbox"],
.svgInput input[type="radio"] {
  clip: rect(0px,0px,0px,0px);
  position: absolute;
}
input[type="checkbox"] + .svgIcon {
  background-image: url("/assets/svg/checkbox.svg");
}
input[type="checkbox"]:checked + .svgIcon {
  background-image: url("/assets/svg/checkbox-checked.svg");
}
input[type="radio"] + .svgIcon {
  background-image: url("/assets/svg/radio.svg");
}
input[type="radio"]:checked + .svgIcon {
  background-image: url("/assets/svg/radio-checked.svg");
}
input[type="radio"] + .svgIcon,
input[type="checkbox"] + .svgIcon {
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  height: 22px;
  width: 14px;
}
.svgInput {
  margin-bottom: 0 !important;
}
.svgInput + .svgInput {
  margin-left: 20px;
}
.svgInput .svgIcon {
  position: absolute;
  vertical-align: -7px;
}
label .svgText {
  font-weight: normal;
}
.svgInput .svgText {
  margin-left: 20px;
  float: left;
}
input[type="radio"] + .genderIcon,
input[type="checkbox"] + .genderIcon {
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  height: 50px;
  width: 45px;
}
.female input[type="radio"] + .genderIcon {
  background-image: url("/assets/svg/female-white.svg");
}
.female input[type="radio"]:checked + .genderIcon,
.female input[type="radio"]:hover + .genderIcon {
  background-image: url("/assets/svg/female-white-checked.svg");
}
.male input[type="radio"] + .genderIcon {
  background-image: url("/assets/svg/male-white.svg");
}
.male input[type="radio"]:checked + .genderIcon,
.male input[type="radio"]:hover + .genderIcon {
  background-image: url("/assets/svg/male-white-checked.svg");
}
.gender-selector .svgInput:hover .gender-text {
  display: block;
}
.email-confirm {
  display: none;
}
.gender-selector {
  position: relative;
}
.gender-selector .gender-text {
  position: absolute;
  top: 15px;
  left: 110px;
  font-size: 16px;
  display: none;
}
.gender-selector .svgInput + .svgInput {
  margin-left: 5px;
}
.selectize-input {
  text-align: left;
  border-color: #01a6ff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: none;
  line-height: 1.42857;
  padding: 10px 18px !important;
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
.selectize-input > input::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #01a6ff;
  opacity: 1;
}
.selectize-input > input::-moz-placeholder {
  text-transform: uppercase;
  color: #01a6ff;
  opacity: 1;
}
.selectize-input > input::-ms-input-placeholder {
  text-transform: uppercase;
  color: #01a6ff;
  opacity: 1;
}
.selectize-dropdown {
  text-align: left;
  border-color: #01a6ff;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  box-shadow: none;
  padding-left: 10px;
}
.selectize-input input {
  width: 100% !important;
  padding: 0 !important;
}
.selectize-input.has-items  input {
  width: 4px !important;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #838383;
  font-family: inherit;
  font-size: 14px;
}
.dropdown-active {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
.selectize-control.single .selectize-input::after {
  top: 0;
  height: 24px;
  width: 24px;
  border-color: transparent;
  background-image: url("/assets/svg/arrow-down-blue.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 6px;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  background-image: url("/assets/svg/arrow-up-blue.svg");
  border-color: transparent;
  margin-top: 8px;
}
.selectize-input.dropdown-active::before {
  display: none !important;
  border-color: transparent;
}
.butn-naked {
  background: none;
  border: none;
}
.butn-size-20.icon-close i {
  width: 40px;
  height: 40px;
}
.form-group .btn-arrow {
  margin-top: 10px;
}
.btn-arrow {
  font-family: 'Giro Sans Pro';
  font-weight: 400;
  color: #01a6ff;
  background: transparent;
  border: none;
  background-image: url("/assets/svg/arrow-right-blue.svg");
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: 0 50%;
  padding-left: 18px;
}
.icon-text {
  line-height: normal !important;
  margin-left: 5px;
  padding-top: 2px;
  float: left;
}
.icon-close i {
  background-image: url("/assets/svg/cancel.svg");
  width: 20px;
  height: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  float: left;
}
.icon i {
  width: 30px;
  height: 30px;
  display: inline-block;
}
.icon-left i {
  background: transparent url(svg/arrow-left.svg);
}
.icon-right i {
  background: transparent url(svg/arrow-right.svg);
}
.site_container {
  position: relative;
}
.colored-content-container {
  position: relative;
  padding: 30px 0 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.colored-content-container .container {
  margin-bottom: 0px;
}
.site_container.weiss,
.content_area.weiss,
.colored-content-container.weiss {
  background-color: #ffffff;
}
.site_container.lightgrey,
.content_area.lightgrey,
.colored-content-container.lightgrey {
  background-color: #f0efef;
}
.site_container.blue,
.content_area.blue,
.colored-content-container.blue {
  background-color: #01a6ff;
}
.site_container.darkgrey,
.content_area.darkgrey,
.colored-content-container.darkgrey {
  background-color: #262626;
}
.content_area.blue,
.content_area.darkgrey,
.colored-content-container.blue,
.colored-content-container.darkgrey {
  color: #ffffff;
}
.blueinfobox.colored-container + .colored-content-container {
  margin-top: -55px;
}
.gs-container {
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
  z-index: 2000;
}
.gs-container .gs-korb {
  display: block;
  margin: 0 auto;
  margin-bottom: -20px;
}
.gs-container .gs-link {
  background-color: #e30513;
}
.newsletter-toogle-container {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  padding: 0;
  transition: height 1s cubic-bezier(0.165,0.84,0.44,1) 0s;
  z-index: 5000;
  overflow: hidden;
}
.newsletter-toogle-container.show-container {
  height: 700px;
}
.newsletter-toogle-container .newsletter-form-container {
  padding: 40px 0 40px 0;
}
.newsletter-toogle-container .butn.icon-close {
  margin-right: 15px;
}
.newsletter-toogle-container h2,
.newsletter-toogle-container .h2 {
  color: #ffffff;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .newsletter-toogle-container.show-container {
    height: 900px;
  }
}
@media screen and (max-width: 428px) {
  .newsletter-toogle-container.show-container {
    height: 1000px;
  }
}
.isLandingpage .text-bild-1-3 + .text-bild-1-3 {
  margin-top: -50px;
}
.is-arrow-container {
  padding-bottom: 82px;
}
.arrow-container-layer {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 32px;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
.arrow-container-layer .arrow-area-left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 32px;
  margin-left: -40px;
}
.arrow-container-layer .arrow-area-right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 32px;
  margin-right: -40px;
}
.text-bild-bg-container {
  position: relative;
  z-index: 10;
}
.text-bild-multi-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 1s ease 0s;
  z-index: 1;
  display: none;
}
#js-text-bild-multi-bg-1 {
  display: block;
}
.img-container {
  margin: 0 15px 15px 15px;
  display: inline-block;
}
.media-download img {
  margin: 0 auto;
  display: block;
  margin-bottom: 15px;
}
.media-download h3 {
  font-size: 16px;
  font-family: 'Giro Sans Pro';
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 8px;
}
.media-download h3 .file-type {
  font-family: 'Giro Sans Pro';
}
.media-download p.media-download-beschreibung {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 10px;
}
.media-download.download-logo {
  margin-bottom: 80px;
}
.media-download.download-logo h3 {
  margin-bottom: 20px;
}
.media-download.download-logo img {
  margin-bottom: 25px;
}
.media-download-image {
  position: relative;
  display: block;
  width: 360px;
  overflow: hidden;
}
.media-download-image img {
  height: auto;
  margin: 0 auto;
  display: block;
}
.media-download-image .media-download-beschreibung {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  padding: 40px 0 0 15px;
  display: none;
}
.media-download-image .media-download-beschreibung h3 {
  font-family: 'Giro Sans Pro';
  font-weight: 400;
  margin-bottom: 3px;
  color: #ffffff;
}
.media-download-image .media-download-beschreibung p {
  font-weight: normal;
  color: #ffffff;
}
.media-download-image:hover .media-download-beschreibung {
  display: inline-block;
}
.pressemappe {
  min-height: 270px;
}
.pressemappe .pressemappetext {
  min-height: 90px;
}
.pressemappe .pressemappetext h3 {
  font-size: 1.15em;
  margin-bottom: 1em;
}
.pressemappe .pressemappetext p {
  margin-bottom: 1em;
}
.downloadbild {
  margin-bottom: 30px;
}
.nav-presse-breadcrumb {
  padding: 0;
}
.nav-presse-breadcrumb li {
  font-family: 'Giro Sans Pro';
  font-weight: 400;
  display: inline-block;
}
.nav-presse-breadcrumb li + li:before {
  font-family: 'Giro Sans Pro';
  content: "\2013";
  padding: 0 4px;
}
.nav-presse-breadcrumb li a {
  font-family: 'Giro Sans Pro';
  text-decoration: none;
  display: inline-block;
}
.news-container .news-bild-container {
  padding: 0;
}
.news-container.news-theme-blau {
  color: #ffffff;
  background: #01a6ff;
}
.news-container.news-theme-blau a {
  color: #ffffff;
}
.news-container.news-theme-antrazith {
  color: #ffffff;
  background: #262626;
}
.news-container.news-theme-antrazith a {
  color: #ffffff;
}
.news-container.news-theme-hellgrau {
  background: #f0efef;
}
.news-container.news-theme-weiss {
  background: #ffffff;
}
.news-container .news-text-container {
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 35px;
}
.news-container .col-image {
  margin-bottom: 0;
}
.news-container h3,
.news-container .h3 {
  font-family: 'Giro Sans Pro' !important;
  font-size: 1.25em !important;
}
.news-container h2 + h3 {
  margin-top: -30px !important;
}
.news-navigation-container {
  text-align: center;
}
.news-navigation-container ul {
  list-style: none;
}
.news-navigation-container ul li {
  display: inline;
}
.news-navigation-container ul li + li:before {
  font-family: 'Giro Sans Pro';
  color: #01a6ff;
  content: "/";
  padding: 0 4px;
}
.news-navigation-container ul li.active a {
  font-family: 'Giro Sans Pro';
  font-weight: 400;
}
.news-navigation-container ul li a {
  font-family: 'Giro Sans Pro';
  text-decoration: none;
}
.is-pos-relative {
  position: relative;
}
.align-right-container {
  display: inline-block;
  float: right;
}
@media screen and (min-width: 768px) {
  .no-padding {
    padding: 0;
  }
  .no-padding-left {
    padding-right: 0;
  }
  .no-padding-right {
    padding-right: 0;
  }
}
.no-margin {
  margin: 0 !important;
}
.no-margin-bot {
  margin-bottom: 0 !important;
}
.marg-top-40 {
  margin-top: 40px;
}
.marg-bot-15 {
  margin-bottom: 15px;
}
.marg-bot-20 {
  margin-bottom: 20px;
}
.marg-bot-40 {
  margin-bottom: 40px;
}
.marg-bot-80 {
  margin-bottom: 80px;
}
.width-percent-100 {
  width: 100%;
  height: auto;
}
.width-percent-90 {
  width: 90%;
  height: auto;
}
.width-percent-80 {
  width: 80%;
  height: auto;
}
.width-percent-70 {
  width: 70%;
  height: auto;
}
.width-percent-60 {
  width: 60%;
  height: auto;
}
.width-percent-50 {
  width: 50%;
  height: auto;
}
.width-percent-40 {
  width: 40%;
  height: auto;
}
.width-percent-30 {
  width: 30%;
  height: auto;
}
.width-percent-20 {
  width: 20%;
  height: auto;
}
.width-percent-10 {
  width: 10%;
  height: auto;
}
img.width-percent-original {
  max-width: 100%;
  height: auto;
}
.rounded-img-container {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #FFFFFF;
  background-size: 118px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 175px;
  height: 175px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.img-center {
  margin: 0 auto;
  display: block;
}
.col-image {
  width: 100%;
  height: auto;
  margin-bottom: 1.5em;
}
.imgRight {
  text-align: right;
}
.imgLeft {
  text-align: left;
}
.imgCenter {
  text-align: center;
}
.width-orig {
  width: auto;
}
.col-single-image {
  margin: 0 auto;
  display: block;
}
.medium-content {
  padding-right: 9%;
  padding-left: 9%;
}
.small-content {
  padding-right: 20%;
  padding-left: 20%;
}
.hellblau {
  color: #01a6ff !important;
}
.rot {
  color: #e30513;
}
.bildmitsprechblasecontainer {
  padding: 30px 0px 0px 0px;
  text-align: center;
  height: 460px;
  width: 100%;
  margin-bottom: 40px;
}
.bildmitsprechblasecontainer .bildmitsprechblase {
  position: absolute;
  background: url(/media/people_bg.jpg) left bottom no-repeat;
  background-size: cover;
  width: 100%;
  height: 418px;
  margin-top: 20px;
}
.bildmitsprechblasecontainer .sb_bild {
  margin-top: -53px;
}
.bildmitsprechblasecontainer .sprechblase {
  position: absolute;
  margin-top: 55px;
  left: 16%;
  padding-top: 0px;
  width: 280px;
  min-height: 197px;
  text-align: center;
  background: url(/media/sprechblase.png) 99% 0 no-repeat;
}
.bildmitsprechblasecontainer .sprechblase h4,
.bildmitsprechblasecontainer h3 {
  color: #70706f;
  margin: 0;
}
.bildmitsprechblasecontainer .sprechblase h3 {
  color: #4d4d4d;
  font-size: 1.9em;
  font-style: italic;
  font-family: "Merriweather";
}
.bildmitsprechblasecontainer .sprechblase h4 {
  font-size: 1.5em;
  font-family: 'Giro Sans Pro';
  font-weight: 300;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 1200px) {
  .bildmitsprechblasecontainer .sprechblase {
    left: 7%;
  }
}
@media screen and (max-width: 992px) {
  .bildmitsprechblasecontainer .sprechblase {
    left: 0%;
  }
}
@media screen and (max-width: 767px) {
  .bildmitsprechblasecontainer .sprechblase {
    left: 0px;
    width: 200px;
  }
}
.textzentriert {
  text-align: center;
}
.hellblauebox {
  color: #ffffff;
  background-color: #01a6ff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px 30px;
  margin-bottom: 30px;
}
.hellblauebox h4 {
  margin-top: 20px;
  margin-bottom: 1em;
  font-family: 'Giro Sans Pro';
  font-weight: 400;
}
.hellblauebox.weiss {
  background-color: #ffffff;
  color: #01a6ff;
  border: 2px solid #01a6ff;
  min-height: 180px;
  padding: 15px 20px;
}
.hellblauebox.weiss h4 {
  font-family: 'Giro Sans Pro';
  font-weight: 400;
}
.hellblauebox.weiss:hover a,
.hellblauebox.weiss:hover {
  background-color: #01a6ff;
  color: #ffffff;
}
.content_area .hellblauebox a {
  color: inherit;
  font-family: inherit;
  text-decoration: none;
  font-weight: 300;
}
.hellblauebox .bild {
  width: 100%;
  padding: 20px 0 15px 0;
  text-align: center;
}
.wechselbildcontainer {
  display: inline-block;
  width: 250px;
  height: 250px;
  margin-right: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .wechselbildcontainer {
    margin: 20px 20px;
  }
}
.wechselbild {
  width: 250px;
  height: 250px;
  transition: transform 1s cubic-bezier(0.2,0.9,0.4,1.5);
}
.wechselbildcontainer:hover .wechselbild {
  transform: rotateY(180deg);
}
.wechselbild .wcontent {
  width: 250px;
  height: 250px;
}
.wechselbild .wcontent img {
  width: 100%;
}
.wechselbild .wcontent figure {
  text-align: center;
  width: 100%;
}
.wechselbild .front {
  opacity: 1;
  position: absolute;
  transition: transform 1s cubic-bezier(0.2,0.9,0.4,1.5);
}
.wechselbild .back {
  opacity: 0;
  transform: rotateY(-180deg);
  position: absolute;
  transition: transform 1s cubic-bezier(0.2,0.9,0.4,1.5);
}
.wechselbildcontainer:hover .wechselbild .front {
  opacity: 0;
}
.wechselbildcontainer:hover .wechselbild .back {
  opacity: 1;
}
.pressemitteilungteaser + .pressemitteilungteaser {
  margin-top: 20px;
  border-top: solid #70706f 1px;
}
.pressemitteilungteaser .datum {
  font-weight: bold;
  font-size: 14px;
}
.pressemitteilungteaser .logo {
  text-align: right;
}
.pressemitteilungteaser .logo img {
  width: 100%;
  margin-top: 20px;
  display: block;
}
.pressemitteilungteaser:last-child {
  margin-bottom: 20px;
}
.bordertop {
  margin-top: 19px;
  box-shadow: 0px -3px 2px #f0efef;
  padding-top: 20px;
}
#thetablist {
  padding: 0;
  margin: 0;
  margin-top: 20px;
  text-align: center !important;
}
#thetablist li {
  display: inline-block !important;
  padding: 0;
}
#thetablist li a {
  font-size: 0.9em;
  padding: 0 10px;
  text-decoration: none;
}
#thetablist li.active a span {
  background: url(/media/nav_arrow.png) bottom center no-repeat;
  padding-bottom: 22px;
}
#thetablist li:after {
  content: ' / ';
}
#thetablist li:last-child:after {
  content: '';
}
.bgimagecontainer {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.bgimagecontainer .row {
  color: white;
}
#maptooltip .arrow:after {
  border-top-color: #01A6FF;
}
#maptooltip {
  background-color: #01A6FF;
  color: white;
}
#maptooltip a {
  color: white;
}
#maptooltip .popover-content {
  text-align: center;
  padding-top: 20px;
}
.bildmitfarbe .bild {
  text-align: center;
}
.glossarmenu {
  text-align: center;
  font-size: 2em;
}
.glossarmenu a {
  color: #01a6ff;
  text-decoration: none;
}
.glossarbuchstabe a {
  text-transform: uppercase;
  font-size: 3em;
  color: #01a6ff;
  text-decoration: none;
}
.glossarbegriff {
  margin-bottom: 40px;
}
.glossarbegriff h3 {
  margin: 0;
}
.glossarerklaerung {
  margin-bottom: 40px;
}
.startseite {
  position: relative;
  padding-top: 325px;
}
.startext {
  min-height: 150px;
}
.startseite_teasertext {
  position: absolute;
  z-index: 4;
  right: 205px;
  top: -20px;
  min-width: 150px;
  width: 300px;
  max-width: 300px;
  min-height: 300px;
  display: none;
  color: white;
}
.startseite .startseite_teasertext h2 {
  font-size: 36px;
}
.startseite_teasertext h1,
.startseite_teasertext h2,
.startseite_teasertext h3,
.startseite_teasertext h4,
.startseite_teasertext h5,
.startseite_teasertext p {
  font-family: 'Giro Sans Pro';
}
.startseite_teasertext .link-button {
  font-family: 'Giro Sans Pro';
  font-weight: 400;
}
.startseite_teasertext.slide_num_0 {
  display: block;
}
.startseite .starseite_teaserboxen {
  padding: 0 100px;
  margin-bottom: 50px;
  margin-top: 10px;
}
.startseite .glyphicon {
  font-size: 3em;
  color: white;
}
.starseite_teaserboxen .teaser {
  height: 160px;
}
.starseite_teaserboxen .teaser h3 {
  font-family: 'Giro Sans Pro';
  text-shadow: 0px 0px 1px #000, 1px 1px 1px #000;
}
.startseite .arrows {
  position: absolute;
  top: 42%;
  z-index: 20;
}
.startseite .left_arr {
  left: 15%;
}
.startseite .right_arr {
  right: 15%;
}
.width-orig {
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .img-pos-layer {
    text-align: center;
  }
  .col-image-orig,
  .width-orig {
    width: auto;
    max-width: 100%;
    text-align: center;
    height: auto;
  }
}
.ficoncontainer {
  margin-bottom: 40px;
}
.footericon {
  display: inline-block;
  width: 62px;
  height: 85px;
  margin: 0 20px;
}
.footericon:hover {
  background-position: 0 0;
}
.footericon a {
  display: block;
  width: 62px;
  height: 85px;
}
.finitiativecont {
  background: url(/media/f_initiative_sprite.png) 0 -85px no-repeat;
  width: 82px;
}
.finitiativecont a {
  width: 82px;
}
.fgirogocont {
  width: 70px;
  background: url(/media/f_girogo_sprite.png) 0 -85px no-repeat;
}
.fgirocardcont {
  background: url(/media/f_girocard_sprite.png) 0 -85px no-repeat;
}
@media screen and (max-width: 359px) {
  .footericon {
    margin: 0 5px;
  }
}
.slider-layer {
  margin-bottom: 80px;
}
.slider-container {
  overflow: hidden;
}
.slider-col-container {
  position: relative;
  height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.slider-col-container .slider-image {
  position: absolute;
  top: -50%;
  left: 0;
}
.carousel-inner {
  clip: rect(50px 100px 130px auto);
}
.carousel-indicators {
  bottom: -50px;
}
.carousel-indicators li {
  border-color: #70706f;
}
.carousel-indicators .active {
  border-color: #01a6ff;
  background-color: #01a6ff;
}
#slider-text-0 {
  display: block;
}
.slider-text-container {
  display: none;
}
.slider-text-slide {
  position: absolute;
  top: 100px;
  left: 50%;
  width: 360px;
  margin-left: 115px;
}
body .content_area .slider-text-slide h1,
body .content_area .slider-text-slide h2,
body .content_area .slider-text-slide h3,
body .content_area .slider-text-slide h4,
body .content_area .slider-text-slide h5,
body .content_area .slider-text-slide p {
  color: #ffffff;
}
body .content_area .slider-text-slide h2 {
  font-size: 2.3em;
}
body .content_area .slider-text-slide .link-button {
  font-family: 'Giro Sans Pro';
  font-weight: 400;
  text-shadow: none;
}
.carousel-control.right,
.carousel-control.left {
  background-image: none;
}
.carousel-control .icon {
  position: absolute;
  top: 46%;
  z-index: 5;
}
.shadow-bottom {
  display: none;
}
.colored-content-container.colored-slider-layer {
  padding: 0;
  -webkit-box-shadow: inset 0px -7px 10px 0px rgba(0,0,0,0.9);
  -moz-box-shadow: inset 0px -7px 10px 0px rgba(0,0,0,0.9);
  box-shadow: inset 0px -7px 10px 0px rgba(0,0,0,0.9);
}
.colored-content-container.colored-slider-layer .container {
  width: 100%;
}
.colored-content-container.colored-slider-layer .slider-col-container {
  position: relative;
  height: 550px;
  padding: 0;
}
.colored-content-container.colored-slider-layer .shadow-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 120%;
  height: 100%;
  margin-left: -20px;
  margin-right: -20px;
  -webkit-box-shadow: inset 0px -7px 10px 0px rgba(0,0,0,0.9);
  -moz-box-shadow: inset 0px -7px 10px 0px rgba(0,0,0,0.9);
  box-shadow: inset 0px -7px 10px 0px rgba(0,0,0,0.9);
  display: block;
}
.colored-content-container.colored-slider-layer .slider-layer {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .mainnav {
    margin-left: 20px;
  }
  .mainnav .mainnav_li {
    display: inline-block;
    margin-right: 20px;
  }
  .medium-content {
    padding-right: 5%;
    padding-left: 5%;
  }
  .small-content {
    padding-right: 10%;
    padding-left: 10%;
  }
  .media-download.download-logo h3 {
    font-size: 1.3em;
  }
  .slider-text-slide {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  nav.navbar,
  .mobilenav {
    display: block;
  }
  .col-xs-5 {
    display: block;
    float: none;
    margin: auto;
    margin-bottom: 20px;
    width: 80%;
  }
  .mainnav,
  .head_nav_container,
  .geldkarte_laden_container {
    display: none;
  }
  .col-sm-4,
  .col-md-4 {
    text-align: center;
  }
  .img-pos-layer {
    top: auto !important;
  }
  .head-container-landingpage {
    width: 100%;
  }
  .head-container-landingpage .listLandingpage {
    font-size: 16px;
  }
  .head-container-landingpage .listLandingpage li {
    float: none;
  }
  .nav-landingpage {
    padding-top: 0;
  }
  .dropdown-menu {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .vierzwei-md-offset-6 {
    margin-left: 50%;
  }
  .img-pos-layer {
    position: absolute;
    left: 0;
    z-index: 1;
  }
  .pressemitteilungteaser .datumContainer {
    padding-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .slider-text-slide {
    left: -80px;
    top: 10px;
  }
  .startseite_teasertext {
    right: auto;
    left: 50px;
  }
  body .content_area .slider-text-slide h3,
  body .content_area .slider-text-slide .h3 {
    font-size: 1.4em;
    margin-bottom: 0em;
  }
  body .content_area .slider-text-slide h2,
  body .content_area .slider-text-slide .h2 {
    font-size: 1.5em;
  }
}
