

/**** compiled with lessphp ****/

.fontIcons {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
}
p,
a {
  font-size: 13px;
}
a.imglink:before {
  content: "" !important;
  margin: 0 !important;
}
a.cke_button:before,
a.cke_button:after {
  content: " " !important;
}
a.toTopLink {
  cursor: pointer;
}
a.toTopLink:before,
.pimcore_area_table a:before {
  content: "> ";
}
header,
#header {
  height: 115px;
  background: #fff url('/static/img/header.png') repeat-x;
}
header #logo,
#header #logo {
  margin-top: -3px;
  padding-left: 0;
}
header #logo a,
#header #logo a {
  display: block;
  width: 210px;
  height: 65px;
  background: url('/static/img/sksnet.png') no-repeat;
}
header .searchContainer,
#header .searchContainer {
  margin-top: 19px;
  margin-left: 5px;
  float: left;
  position: relative;
  width: 140px;
}
header .searchContainer input.searchField,
#header .searchContainer input.searchField {
  margin: 0px;
  padding: 0 0 0 7px;
  width: 115px;
  height: 19px;
  line-height: 19px;
  border: 0;
  box-shadow: none;
  background: #e4eaed;
  font-size: 12px;
  color: #0079bf;
  position: absolute;
  left: 0;
}
header .searchContainer input:focus,
#header .searchContainer input:focus {
  outline: 0;
}
header .searchContainer button,
#header .searchContainer button {
  width: 25px;
  height: 19px;
  margin: 0px;
  padding: 5px 0px;
  background: #e4eaed url('/static/img/search.png') no-repeat center center;
  border: none;
  line-height: 19px;
  position: absolute;
  right: 0;
}
header .searchContainer .searchError,
#header .searchContainer .searchError {
  display: none;
}
#topNavigation {
  padding-top: 44px;
}
#topNavigation #serviceNav {
  padding: 0;
  text-align: right;
  width: auto;
  float: right;
}
#topNavigation .top-bar {
  margin-top: 5px;
  height: 45px;
  margin-bottom: 0;
  float: left;
}
#topNavigation .top-bar li a {
  color: #6b8998;
  font-size: 12px;
  font-family: "open_sansregular", sans-serif;
  font-weight: normal;
}
#topNavigation .top-bar li a:hover {
  background: none;
  color: #0079bf;
  font-family: "open_sansregular", sans-serif;
}
#topNavigation .top-bar li:last-child a {
  padding-right: 51px;
}
#topNavigation .top-bar li.active a {
  background: none;
  color: #0079bf;
  font-family: "open_sanssemibold", sans-serif;
}
#firstLevelNavigation {
  position: relative;
  z-index: 10;
}
#firstLevelNavigation .top-bar {
  margin-top: 57px;
  height: 58px;
  width: 100%;
  margin-bottom: 7px;
}
#firstLevelNavigation .top-bar-section > ul {
  width: 100%;
}
#firstLevelNavigation .top-bar-section > ul > li {
  width: 275px;
  margin-left: 4px;
  float: left;
}
#firstLevelNavigation .top-bar-section > ul > li > a {
  font-family: "open_sanslight", sans-serif;
  height: 58px;
  line-height: 18px;
  font-weight: normal;
  padding: 20px;
}
#firstLevelNavigation .top-bar-section > ul > li:first-child {
  margin-left: 0;
}
#firstLevelNavigation .top-bar-section > ul > li:last-child,
#firstLevelNavigation .top-bar-section > ul li.right {
  float: right;
}
#firstLevelNavigation .top-bar-section > ul > li:last-child a,
#firstLevelNavigation .top-bar-section > ul li.right a {
  font-family: "open_sanssemibold", sans-serif;
}
#firstLevelNavigation .top-bar-section > ul > li:first-child {
  margin: 0px;
}
#firstLevelNavigation .top-bar-section li a {
  font-family: "open_sanslight", sans-serif;
  font-size: 18px;
  color: #6b8998;
}
#firstLevelNavigation .top-bar-section li a:hover {
  color: #0079bf;
}
#firstLevelNavigation .top-bar-section li {
  background-color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
}
#firstLevelNavigation .top-bar-section li li a {
  height: 52px;
  margin-right: 26px;
  border-top: 1px solid #e2e2e2;
  background-color: #fff;
  line-height: 40px;
}
#firstLevelNavigation .top-bar-section li ul li:before {
  line-height: 42px !important;
  padding: 7px 0px;
}
#firstLevelNavigation .top-bar-section li:before {
  font-family: "open_sansregular", sans-serif;
  content: '>';
  padding-right: 5px;
  color: #6b8998;
  position: absolute;
  line-height: 59px;
}
#firstLevelNavigation .top-bar-section li:hover:before {
  color: #0079bf;
}
#firstLevelNavigation .top-bar-section li.active > a {
  background: none;
  font-family: "open_sansregular", sans-serif;
  color: #0079bf;
}
#firstLevelNavigation .top-bar-section li.active:before {
  font-family: "open_sansregular", sans-serif;
  color: #0079bf;
}
@media only screen and (min-width: 62.5em) {
  #firstLevelNavigation .top-bar-section > ul > li ul.dropdown {
    overflow: hidden;
    max-height: 1px;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
  }
  #firstLevelNavigation .top-bar-section li:hover ul.dropdown {
    max-height: 600px;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
  }
}
.row.secondLevelNavigation {
  position: relative;
}
.row.secondLevelNavigation > div {
  z-index: 8;
}
.row.secondLevelNavigation > div ul {
  list-style-type: none;
  overflow: hidden;
}
.row.secondLevelNavigation > div > ul {
  padding-top: 15px;
  float: left;
  width: 100%;
  margin-bottom: 0px;
}
.row.secondLevelNavigation > div > ul > li {
  width: 200px;
  padding-left: 20px;
  height: 100%;
  float: left;
  border-left: 1px solid #509ac4;
  margin-bottom: -400px;
  padding-bottom: 400px;
}
.row.secondLevelNavigation > div > ul > li > a {
  color: white;
  font-family: "open_sanslight", sans-serif;
  font-size: 15px;
  display: block;
  margin-top: -4px;
  height: 34px;
}
.row.secondLevelNavigation > div > ul > li ul {
  margin: 0;
  margin-top: 20px;
  display: block;
  margin-bottom: 13px;
}
.row.secondLevelNavigation > div > ul > li ul li {
  padding-left: 10px;
}
.row.secondLevelNavigation > div > ul > li ul li a {
  color: white;
  font-family: "open_sansregular", sans-serif;
  font-size: 12px;
  padding-top: 4px;
  margin-left: -10px;
}
.row.secondLevelNavigation > div > ul > li ul li a:hover {
  color: #82b5d4;
}
.row.secondLevelNavigation > div > ul > li ul li a:before {
  content: "> ";
}
.row.secondLevelNavigation > div > ul > li ul li.active a {
  color: #82b5d4;
}
.row.secondLevelNavigation > div > ul > li.active > a,
.row.secondLevelNavigation > div > ul li:hover > a {
  color: #82b5d4;
}
.row.secondLevelNavigation > div > ul > li:first-child {
  border-left: none;
}
.row.secondLevelNavigation > div ul {
  display: block;
}
.row.secondLevelNavigation div {
  display: block;
  width: auto;
  position: absolute;
  background: url("/static/img/bgSubnavBlue.png") repeat;
  padding: 0;
  z-index: 5;
}
@-webkit-keyframes downSlide {
  0% {
    max-height: 45px;
  }
  30% {
    max-height: 45px;
  }
  100% {
    max-height: 600px;
  }
}
@-moz-keyframes downSlide {
  0% {
    max-height: 45px;
  }
  30% {
    max-height: 45px;
  }
  100% {
    max-height: 600px;
  }
}
@-o-keyframes downSlide {
  0% {
    max-height: 45px;
  }
  30% {
    max-height: 45px;
  }
  100% {
    max-height: 600px;
  }
}
@keyframes downSlide {
  0% {
    max-height: 45px;
  }
  30% {
    max-height: 45px;
  }
  100% {
    max-height: 600px;
  }
}
@media only screen and (min-width: 62.5em) {
  .row.secondLevelNavigation > div > ul {
    overflow: hidden;
    max-height: 45px;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
  }
  .row.secondLevelNavigation > div > ul:hover {
    max-height: 600px;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
  }
  .row.secondLevelNavigation > div > ul#menuShown {
    -webkit-animation: downSlide 5s normal forwards;
    -moz-animation: downSlide 5s normal forwards;
    -o-animation: downSlide 5s normal forwards;
    animation: downSlide 5s normal forwards;
  }
}
.row.secondLevelNavigation.green > div > ul > li {
  border-color: #ccc;
}
.row.secondLevelNavigation.green > div > ul > li ul li a:hover {
  color: #ccc;
}
.row.secondLevelNavigation.green > div > ul > li ul li.active a {
  color: #ccc;
}
.row.secondLevelNavigation.green > div > ul > li:hover a,
.row.secondLevelNavigation.green > div > ul li.active a {
  color: #ccc;
}
.row.secondLevelNavigation.green > div > ul > li:hover li a,
.row.secondLevelNavigation.green > div > ul li.active li a {
  color: #ffffff;
}
.row.secondLevelNavigation.green div {
  background: url("/static/img/bgSubnavGrey.png") repeat;
}
#wisdom {
  position: relative;
  top: -122px;
  z-index: 0;
  width: 100%;
  max-height: 880px;
  overflow: hidden;
}
#wisdom img {
  width: 100%;
  max-width: 100%;
}
#wisdom #poem.right {
  z-index: 1000;
}
#wisdom #poem {
  position: absolute;
  bottom: 14%;
  right: 0;
  width: 600px;
  height: auto;
  padding: 13px 34px;
}
#wisdom #poem p {
  font-family: "open_sanslight", sans-serif;
  font-size: 29px;
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 43px;
  text-decoration: underline;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
#wisdom #poem p:before {
  content: "> ";
}
#wisdom #poem .morelink {
  font-family: "open_sansregular", sans-serif;
  font-size: 12px;
  display: block;
  clear: both;
  margin-top: 0;
  color: #ffffff;
  line-height: 30px;
  position: relative;
  z-index: 2;
  text-decoration: none;
}
#wisdom #poem .poemBg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: 1;
}
#nextWisdom {
  position: absolute;
  width: 100%;
  height: 880px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
#nextWisdom #poem {
  position: relative;
  top: 445px;
  width: 526px;
  height: auto;
  padding: 13px 34px 13px 26px;
  right: -15px;
}
#nextWisdom #poem p {
  font-family: "open_sanslight", sans-serif;
  font-size: 29px;
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 43px;
  text-decoration: underline;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
#nextWisdom #poem p:before {
  content: "> ";
}
#nextWisdom #poem .morelink {
  font-family: "open_sansregular", sans-serif;
  display: block;
  clear: both;
  margin-top: 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 30px;
  position: relative;
  z-index: 2;
  text-decoration: none;
}
#nextWisdom #poem .poemBg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: 1;
}
#teaserWrapper {
  position: relative;
  overflow: hidden;
  top: -82px;
  min-height: 330px;
  padding-bottom: 80px;
}
#teaserWrapper > div {
  position: relative;
}
#teaserWrapper > div .slideNavigation {
  position: absolute;
  top: 50%;
  width: 31px;
  height: 62px;
  margin-top: -31px;
  border: none;
  color: white;
  background-color: #d5dce0;
  cursor: pointer;
  font-family: 'icomoon2';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#teaserWrapper > div .slideNavigation:hover {
  background-color: #0079bf;
}
#teaserWrapper > div .slideNavigation:before {
  line-height: 62px;
}
#teaserWrapper > div .slideNavigation.prevSlide {
  left: 0;
  border-radius: 0 31px 31px 0;
}
#teaserWrapper > div .slideNavigation.prevSlide:before {
  padding-left: 5px;
  content: "\e600";
}
#teaserWrapper > div .slideNavigation.nextSlide {
  right: 0;
  border-radius: 31px 0 0 31px;
}
#teaserWrapper > div .slideNavigation.nextSlide:before {
  margin-left: 15px;
  content: "\e601";
}
#teaserWrapper > div .newsSlider {
  width: 833px;
}
#teaserWrapper > div .newsSlider .slick-dots {
  bottom: -60px;
}
#teaserWrapper > div .newsSlider .slick-dots button:before {
  opacity: 1;
  font-size: 12px;
  color: #d2dce2;
}
#teaserWrapper > div .newsSlider .slick-dots button:hover:before {
  color: #0079bf;
}
#teaserWrapper > div .newsSlider .slick-dots .slick-active button:before {
  color: #0079bf;
}
#teaserWrapper .row.slick-slide .teaser h1 {
  font-size: 22px;
  margin: 0 0 10px 0;
  padding: 0;
  font-family: 'open_sanslight', arial, sans-serif;
  font-weight: 400;
}
#teaserWrapper .row.slick-slide .teaser h1:before {
  content: '> ';
  margin-right: 10px;
  float: left;
  clear: left;
}
#teaserWrapper .row.slick-slide .teaser a.teaserLink h1 {
  font-size: 22px;
  margin: 0 0 10px 0;
  padding: 0;
  font-family: 'open_sanslight', arial, sans-serif;
  font-weight: 400;
}
#teaserWrapper .row.slick-slide .teaser a.teaserLink h1:before {
  content: '> ';
  margin-right: 10px;
  float: left;
  clear: left;
}
#teaserWrapper .row.slick-slide .teaser a.beTeaserLink {
  margin-top: 30px;
}
.contentWrap {
  position: relative;
  padding-bottom: 100px;
}
.contentWrap .row .contentColumn {
  background-color: #ffffff;
  margin-top: 45px;
  min-height: 800px;
  z-index: 3;
}
.contentWrap .row .contentColumn div.searchContainer {
  min-height: 30px;
  position: relative;
  clear: both;
  padding-top: 47px;
}
.contentWrap .row .contentColumn div.searchContainer .searchError {
  top: 80px !important;
}
.contentWrap .row .contentColumn div.searchContainer input,
.contentWrap .row .contentColumn div.searchContainer button {
  height: 30px;
  border: none;
  margin: 0px;
}
.contentWrap .row .contentColumn div.searchContainer input {
  width: 253px;
  float: left;
  margin-right: 2px;
  padding: 0 0 0 10px;
  color: #0079bf;
  background-color: #e4eaed;
}
.contentWrap .row .contentColumn div.searchContainer input.fieldFailed {
  width: 253px;
  border: 1px solid #ff0000;
}
.contentWrap .row .contentColumn div.searchContainer button {
  padding: 3px 10px 3px 0;
  font-size: 14px;
  font-weight: normal;
  background-color: #0079bf;
}
.contentWrap .row .contentColumn div.searchContainer button em:before {
  padding-left: 10px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e000";
  font-size: 12px;
}
.contentWrap .row .contentColumn div.searchContainer button span {
  padding-left: 10px;
}
.contentWrap .row .contentColumn div.searchContainer button:hover {
  background-color: #509ac4;
}
.contentWrap .row .contentColumn div.searchContainer .searchError {
  position: absolute;
  top: 31px;
  padding: 10px;
  color: #ffffff;
  background-color: #ff0000;
  z-index: 50;
}
.contentWrap .row .contentColumn div.searchContainer .searchError:before {
  padding-right: 10px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  content: "\e007";
}
.contentWrap .row .contentColumn section.searchResult {
  margin-top: 50px;
}
.contentWrap .row .contentColumn section.searchResult article.searchHit {
  -webkit-border-radius: 0;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.contentWrap .row .contentColumn section.searchResult article.searchHit h1 {
  font-size: 14px;
  word-break: break-all;
}
.contentWrap .row .contentColumn section.searchResult article.searchHit a {
  color: #0079bf;
  text-decoration: none;
}
.contentWrap .row .contentColumn section.searchResult article.searchHit a:hover {
  color: #0079bf;
}
.contentWrap .row .contentColumn section.searchResult article.searchHit p {
  color: #6b8998;
}
.contentWrap .row .contentColumn section.searchResult article.searchHit p b {
  font-family: open_sanssemibold, sans-serif;
  font-weight: normal;
  color: #0079bf;
}
.contentWrap .row .contentColumn section.searchResult article.searchHit:hover {
  background: none;
}
.contentWrap .row .contentColumn section.searchResult article.searchHit:nth-child(2n) {
  background: #f3f3f3;
}
.contentWrap .row .contentColumn section.searchResult article.searchHit:nth-child(2n):hover {
  background: #f3f3f3;
}
.contentWrap .row .contentColumn section.searchResult nav {
  margin: 50px 0px;
  background-color: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.contentWrap .row .contentColumn section.searchResult nav span {
  font-family: open_sanssemibold, sans-serif;
  color: #0079bf;
  font-size: 13px;
}
.contentWrap .row .contentColumn section.searchResult nav span a {
  color: #cacaca;
}
.contentWrap .row .contentColumn section.searchResult nav span.previousPage,
.contentWrap .row .contentColumn section.searchResult nav span.nextPage {
  width: 62px;
}
.contentWrap .row .contentColumn section.searchResult nav span.previousPage a,
.contentWrap .row .contentColumn section.searchResult nav span.nextPage a {
  color: #0079bf;
}
.contentWrap .row .contentColumn #poemOpener {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 17px;
  height: 17px;
}
.contentWrap .row .contentColumn #poemOpener.opened {
  background: url('/static/img/close.png') no-repeat;
}
.contentWrap .row .contentColumn #poemOpener.closed {
  background: url('/static/img/open.png') no-repeat;
}
.contentWrap .row .contentColumn #poemOpener:hover {
  cursor: pointer;
}
.contentWrap .row .contentColumn .columns {
  margin-top: 47px;
}
.sideTeaser {
  width: 100%;
  margin-bottom: 20px;
  padding: 17px 17px 23px;
  background-color: #e4eaed;
}
.sideTeaser h1 {
  margin-bottom: 18px;
}
.sideTeaser p {
  margin: 0px;
}
.sideTeaser p a {
  display: inline;
}
.sideTeaser a {
  display: block;
  line-height: 1.6em;
}
.sideTeaser a:before {
  content: '> ';
}
.sideTeaser img {
  width: 100%;
  margin-top: 23px;
}
@media screen and (max-width: 1024px) {
  footer {
    position: absolute;
  }
  footer ul li {
    margin-right: 20px;
  }
}
form {
  margin: 45px 0 30px;
}
form * {
  font-size: 13px;
  font-family: "open_sansregular", sans-serif;
}
form > div > dt {
  display: none;
}
form hr {
  margin-top: 8px;
}
form #fieldset-details label {
  display: none;
}
form fieldset {
  margin: 0px;
  padding: 0px;
  border: none;
}
form fieldset legend {
  padding-bottom: 10px;
  font-family: open_sanssemibold;
}
form fieldset dl > dt,
form fieldset dl > dd {
  min-height: 20px;
  margin-bottom: 8px;
  line-height: 17px;
}
form fieldset dl > dt {
  width: 115px;
  float: left;
  clear: left;
}
form fieldset dl > dt label {
  color: #6b8998;
}
form fieldset dl > dd {
  float: left;
}
form fieldset dl > dd ul {
  margin: 0px;
  list-style: none;
}
form fieldset dl > dd ul li {
  height: 20px;
  list-style: none;
  color: #ff0000;
}
form fieldset dl > dd input {
  width: 370px;
  height: 20px;
  padding-left: 12px;
  border: none;
  background-color: #e4eaed !important;
  color: #6b8998;
}
form fieldset dl > dd input[type=checkbox] {
  height: auto;
  width: 20px !important;
  float: left;
}
form fieldset dl > dd p.description {
  display: block;
  width: 300px;
  height: 20px;
}
form fieldset dl > dd textarea {
  width: 370px;
  height: 100px;
  padding: 5px 10px;
  resize: none;
  border: none;
  background-color: #e4eaed;
  color: #6b8998;
}
form fieldset dl > dd input.parsley-error,
form fieldset dl > dd textarea.parsley-error {
  border: 1px solid #ff0000;
}
form .formControlls {
  width: 370px;
  margin-left: 115px;
  clear: both;
}
form .formControlls a {
  margin-right: 35px;
  color: #0079bf;
  font-family: open_sanssemibold;
}
form .formControlls a:before {
  content: '>';
  padding-right: 5px;
}
form .formControlls div {
  float: right;
}
form.custom .custom.dropdown {
  background: #e4eaed;
  border: none;
  padding: 0;
  color: #6b8998;
  margin: 0;
  font-size: 13px;
  height: 20px;
  font-family: "open_sansregular", sans-serif;
}
form.custom .custom.dropdown .current {
  color: #6b8998;
  margin: 0;
  padding: 5px;
  width: 200px;
  line-height: 10px;
}
form.custom .custom.dropdown .selector {
  color: #6b8998;
  margin: 0;
  padding: 0;
  height: 20px;
}
form.custom .custom.dropdown .current:hover,
form.custom .custom.dropdown .selector:hover {
  color: #0079bf !important;
  border-color: #0079bf !important;
}
form.custom .custom.dropdown ul {
  background: #e4eaed;
  padding-bottom: 5px;
  margin-left: 1px;
  margin-top: 1px;
}
form.custom .custom.dropdown ul li {
  color: #6b8998;
  line-height: 1em;
}
form.custom .custom.dropdown ul li.selected {
  color: #0079bf !important;
}
form.custom .custom.dropdown ul li:hover {
  color: #0079bf;
}
form.custom .custom.checkbox,
form.custom .custom.radio {
  float: left;
  margin-right: 10px;
  clear: left;
  border-color: url("/static/img/bgSubnavGrey.png") repeat;
}
form.custom .custom.checkbox.checked:before {
  content: "\00d7";
  color: #6b8998 !important;
  font-size: 19px;
}
form.custom .custom.radio.checked:before {
  background: #6b8998 !important;
}
#account_type-label,
#account_type-element,
#save-label,
#save-element,
#cards-label,
#cards-element,
#otherservices-label,
#otherservices-element,
#selfemployed-label,
#selfemployed-element,
#customer-label,
#customer-element {
  margin: 15px 0;
}
form#moneypark dt {
  width: 148px;
}
form#moneypark .formControlls {
  margin-left: 148px;
}
form#moneypark #account_type-label label,
form#moneypark #save-label label,
form#moneypark #cards-label label,
form#moneypark #otherservices-label label {
  font-family: open_sanssemibold;
}
#newsletter {
  margin-top: 10px;
}
.iframeReveal {
  height: 80%;
}
.iframeReveal iframe {
  width: 100%;
  height: 100%;
}
.sitemap ul {
  list-style-type: none;
  margin: 0;
}
.sitemap ul a {
  font-family: "open_sansregular" sans-serif;
}
.sitemap ul a:hover {
  color: #0079bf;
}
.sitemap > ul > li {
  clear: both;
}
.sitemap > ul > li > a {
  margin-bottom: 13px;
  font-family: "open_sanssemibold";
  display: block;
  font-size: 16px;
  color: #0079bf;
}
.sitemap > ul > li > a:hover {
  color: #6b8998;
}
.sitemap > ul > li > a:before {
  content: url('/static/img/sitemapClosed.png');
  vertical-align: 6%;
  margin-right: 5px;
}
.sitemap > ul > li > a.open:before {
  content: url('/static/img/sitemapOpen.png');
  display: inline-block;
  vertical-align: 6%;
  margin-right: 5px;
}
.sitemap > ul > li > ul {
  display: none;
}
.sitemap > ul > li > ul > li {
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
.sitemap > ul > li > ul > li a {
  font-family: "open_sansregular";
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  color: #6b8998;
}
.sitemap > ul > li > ul > li > ul > li {
  display: inline-block;
  float: none;
  vertical-align: top;
  margin-bottom: 15px;
  width: 25%;
}
.sitemap > ul > li > ul > li > ul > li a {
  font-family: "open_sanssemibold";
  font-size: 12px;
  margin-bottom: 0;
}
.sitemap > ul > li > ul > li > ul > li > a:before {
  content: "> ";
}
.sitemap > ul > li > ul > li > ul > li > ul > li a {
  font-family: "open_sansregular";
}
.sitemap > ul > li > ul > li > ul > li > ul > li a:before {
  content: "> ";
}
.sitemap > ul > li > li:first-child {
  padding-top: 0px;
}
@media only screen and (max-width: 1000px) {
  .sitemap > ul > li > ul > li > ul > li {
    display: inline-block;
    float: none;
    vertical-align: top;
    margin-bottom: 15px;
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  h1 {
    font-size: 1.5em !important;
  }
  #topNavigation {
    padding-top: 36px;
    width: calc(-20%);
    margin-left: 0;
  }
  #mobilenav {
    position: absolute;
    overflow: hidden;
    top: 0;
    width: 100%;
    z-index: 4;
  }
  #mobilenav .top-bar-section li {
    width: 100%;
  }
  #mobilenav label {
    margin: 0;
  }
  #mobilenav h4 {
    text-transform: uppercase;
    font-weight: normal;
    color: #6b8998;
    font-size: 0.937em;
    padding-left: 18px;
    padding-top: 10px;
    padding-bottom: 8px;
    margin: 0;
  }
  #mobilenav .parent {
    text-transform: uppercase;
    font-weight: normal;
    color: #6b8998;
    font-family: 'open_sanslight';
    font-size: 13px;
    line-height: 1.2125em;
    padding-left: 18px !important;
    padding-top: 10px !important;
    padding-bottom: 8px !important;
    margin: 0;
    height: auto;
  }
  #mobileHomeNav {
    background-color: #ccc;
    height: auto;
    padding: 15px;
  }
  #mobileHomeNav ul {
    list-style-type: none;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  #mobileHomeNav ul li {
    background-color: #ffffff;
    margin-bottom: 15px;
    height: 56px;
  }
  #mobileHomeNav ul li a {
    font-family: "open_sanslight", sans-serif;
    color: #6b8998;
    font-size: 1.5em;
    font-weight: normal;
    padding-left: 30px;
    line-height: 56px;
    display: block;
  }
  #mobileHomeNav ul li a:hover {
    font-family: "open_sansregular", sans-serif;
    color: #0079bf;
  }
  #mobileHomeNav ul li a:before {
    content: "> ";
  }
  #mobileHomeNav ul li:first-child,
  #mobileHomeNav ul li:nth-child(2) {
    display: none;
  }
  #mobileHomeNav ul li:last-child {
    margin-bottom: 0;
  }
  .mobileSearch {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 57px;
    margin-right: 22px;
  }
  #logo {
    padding-left: 0.9375em !important;
  }
  .name {
    display: none;
  }
  .top-bar {
    height: 45px;
  }
  .top-bar-section {
    margin-top: 98px;
  }
  .top-bar-section li {
    background: #fff;
    border-bottom: 1px solid #6b8998;
  }
  .top-bar-section li a {
    line-height: 29px;
  }
  .top-bar-section li.title.back h5 {
    margin-top: 0;
  }
  .top-bar-section li.title.back h5 a {
    height: 45px;
    color: #6b8998;
    font-size: 0.8125em;
    line-height: 29px;
    padding: 8px 15px;
  }
  #nextWisdom,
  #poemOpener,
  #wisdom {
    display: none;
  }
  #teaserWrapper .slideNavigation {
    display: none !important;
  }
  .contentColumn {
    margin-top: 0 !important;
  }
  form fieldset dt {
    margin: 0px !important;
  }
}
footer ul {
  margin-left: 0;
}
@media only screen and (max-width: 499px) {
  #teaserWrapper {
    top: 40px;
  }
  form fieldset dt,
  form fieldset dd {
    width: 100%;
    clear: both;
  }
  form fieldset input,
  form fieldset textarea {
    width: 100% !important;
  }
  form .formControlls {
    width: 100%;
    margin: 0px;
  }
  form .formControlls div {
    margin-top: 10px;
    float: none;
    clear: both;
  }
}
@media only screen and (max-width: 1002px) {
  .teaser {
    width: 33.33333% !important;
    margin-left: 0 !important;
  }
}
.sliderholder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.sliderimage {
  width: 100%;
  height: auto;
}
.boerseninfo {
  position: relative;
  margin: 10px 0 35px 0;
  padding: 5px 10px 5px 10px;
  width: 180px;
  border: 1px solid #BED1E2;
  background-color: #FFFFFF;
}
.boerseninfo a.boersenInfoLink {
  cursor: pointer;
  height: 100%;
  padding: 5px 10px 5px 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background: url("/static/css/static/img/transparent.gif");
}
#boersenModal {
  padding: 40px;
  height: 80%;
  width: 80%;
}
@media only screen and (max-width: 1024px) {
  .pimcore_area_content > p > a,
  .pimcore_tag_wysiwyg a,
  .pimcore_area_content a,
  .pimcore_area_text p,
  .pimcore_area_text p a,
  .pimcore_area_text a,
  .pimcore_area_text ul,
  .pimcore_area_text ul li,
  .top-bar-section ul li > a,
  #mobilenav .parent {
    font-size: 15px;
  }
  .pimcore_area_table.pimcore_area_content td {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1000px) {
  #teaserWrapper {
    top: 40px;
  }
  section.searchResult article.searchHit h1 {
    font-size: 15px !important;
  }
  section.searchResult nav {
    margin: 50px auto 0 !important;
    width: 100% !important;
  }
  section.searchResult nav div.paginationControl span.previousPage,
  section.searchResult nav div.paginationControl span.nextPage {
    width: 25% !important;
  }
  section.searchResult nav div.paginationControl span.previousPage a,
  section.searchResult nav div.paginationControl span.nextPage a {
    font-size: 15px !important;
  }
  section.searchResult nav div.paginationControl span.pageList {
    width: 50% !important;
    font-size: 15px !important;
  }
  section.searchResult nav div.paginationControl span.pageList a {
    font-size: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .searchContainer {
    padding-top: 20px !important;
  }
  .searchContainer input.searchField {
    width: 69% !important;
    border-radius: 0;
  }
  .searchContainer button {
    width: 30% !important;
  }
  #teaserWrapper .teaser {
    margin-bottom: 2.5em;
    width: 100% !important;
  }
  #teaserWrapper .teaser img {
    margin-top: 0.5em;
  }
}
#printLogo {
  display: none;
}
.section-container section .title {
  color: #6b8998;
}
.columns.large-3#logo {
  z-index: 5;
}
div.teaserBox a.blocklink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
div.teaserBox a.blocklink:before {
  display: none;
}
