/* cyrillic */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local("Oswald Regular"), local("Oswald-Regular"), url(fonts/TK3iWkUHHAIjg752HT8Ghe4.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
/* vietnamese */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local("Oswald Regular"), local("Oswald-Regular"), url(fonts/TK3iWkUHHAIjg752Fj8Ghe4.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local("Oswald Regular"), local("Oswald-Regular"), url(fonts/TK3iWkUHHAIjg752Fz8Ghe4.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local("Oswald Regular"), local("Oswald-Regular"), url(fonts/TK3iWkUHHAIjg752GT8G.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* lighter */
@font-face {
  font-family: 'Oswald Light';
  font-style: normal;
  font-weight: 300;
  src: local("Oswald Light"), local("Oswald-Light"), url(fonts/Oswald-Light.ttf) format("truetype"); }
/* nunitosans */
@font-face {
  font-family: 'NunitoSans';
  font-style: normal;
  font-weight: 300;
  src: local("NunitoSans Regular"), local("NunitoSans-Regular"), url(fonts/NunitoSans-Regular.ttf) format("truetype"); }
.body_font, body {
  font-weight: 400; }

.body_font_italic, em, .zitat .zitat_text {
  font-weight: 400;
  font-style: italic; }

.body_font_medium {
  font-weight: 600; }

.body_font_medium_italic {
  font-weight: 600;
  font-style: italic; }

.body_font_bold, b, strong {
  font-weight: 700; }

.body_font_bold_italic, em strong, .eyecatcher_quad {
  font-weight: 700;
  font-style: italic; }

.headline_font_light_italic, .modul.veranstaltungen #veranstaltungen .veranstaltung a .ver_details .ver_subtitle {
  font-weight: 300;
  font-style: italic; }

.headline_font, .ma_pag_nav ul, .taxonomy_menu nav > ul li, .collapsible .collapse_head, .tabs .tab_nav .tab_head {
  font-weight: 400; }

.headline_font_italic {
  font-weight: 400;
  font-style: italic; }

.headline_font_medium, h1, h2, h3, h4, .btn, .zitat .zitat_autor, .post_bild figcaption, .eyecatcher figcaption, .modul.veranstaltungen #veranstaltungen .veranstaltung a .ver_date .termin_month, .modul.veranstaltungen #veranstaltungen .veranstaltung a .ver_details .ver_title, .modul.news #news .news_post .post-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4em;
  margin-top: 0px;
  margin-bottom: 20px;
  /*letter-spacing: .04em;*/
  text-transform: uppercase; }

.headline_font_medium_italic, .modul.veranstaltungen .modul_header .module_nav .term_link, .modul.news .modul_header .module_nav .term_link {
  font-weight: 500;
  font-style: italic; }

.headline_font_bold, h1, .hero .hero_text h2, .eyecatcher, .eyecatcher_quad.mit_icon:before, .eyecatcher_sprechblase .eye_text, .modul.veranstaltungen .modul_header h2, .modul.veranstaltungen #veranstaltungen .veranstaltung a .ver_date, .modul.news .modul_header h2 {
  font-weight: 700; }

.headline_font_bold_italic {
  font-weight: 700;
  font-style: italic; }

.bullet_point_ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

body {
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  color: #383838;
  background-color: #fff; }
  body .site-content {
    padding-top: 70px; }
    body .site-content .container > .row {
      margin-bottom: 2rem; }
  body div {
    position: relative;
    display: block; }
  body a {
    color: #3374B5;
    font-weight: 500; }
    body a:hover, body a:focus {
      color: #383838;
      text-decoration: underline; }
  body .terminelistung, body .jobinserate {
    margin-bottom: 50px; }
  body .site-footer {
    margin-top: 20px; }
  body .page-title {
    padding: 0;
    margin: 0 0 24px; }
  body h1, body h2, body h3, body h4 {
    word-wrap: break-word;
    hyphens: auto; }

.home #content .container {
  padding-right: 45px;
  padding-left: 45px; }

.frontpage_iconlinks {
  background-color: #F6F6F6;
  padding: 52px;
  margin-bottom: 70px; }
  .frontpage_iconlinks .iconlinks_head {
    display: block;
    position: relative;
    margin-bottom: 40px; }
    .frontpage_iconlinks .iconlinks_head img {
      width: 70px; }
    .frontpage_iconlinks .iconlinks_head h3 {
      position: absolute;
      top: 50%;
      left: 90px;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      text-transform: uppercase; }
  .frontpage_iconlinks .iconlinks_body p {
    color: #000000; }
    .frontpage_iconlinks .iconlinks_body p:last-child {
      margin-bottom: 0; }

.aktuellster_beitrag .news-date {
  color: #424242; }
.aktuellster_beitrag .news-title h2 {
  font-size: 20px;
  text-transform: none;
  margin-bottom: 0;
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 7px; }
.aktuellster_beitrag .news-short {
  border-bottom: 1px dotted rgba(74, 74, 74, 0.4);
  padding: 20px 0; }
.aktuellster_beitrag .news-short p {
  margin: 0;
  font-size: 14px; }
.aktuellster_beitrag .news-link, .aktuellster_beitrag .news-link:hover {
  font-family: "futura-pt", sans-serif;
  text-align: right;
  padding-right: 60px;
  display: block;
  height: 40px;
  margin-top: 10px;
  text-decoration: none;
  font-weight: 200; }
.aktuellster_beitrag .news-link-pfeil {
  background: #6297C9;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 10px;
  right: 0; }

.page-template-kurse_mitarbeiter .inner {
  text-align: left; }

.regenbogen, .site-content, header {
  position: relative;
  z-index: 1; }

header#main_header {
  background-color: #fff;
  width: 100%; }

header#main_header {
  z-index: 3; }

.clearfix {
  float: none;
  clear: both; }

img.alignright {
  float: right;
  margin-left: 20px; }

img.alignleft {
  float: left;
  margin-right: 20px; }

.kopfimage {
  width: 100%;
  height: 425px;
  overflow: hidden;
  position: relative; }

.kopfimage img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  /*transform:translateY(-50%);*/ }

h1, h2, h3, h4 {
  font-family: "futura-pt", sans-serif;
  font-weight: normal;
  color: #3374B5; }

h1 {
  font-size: 26px;
  padding-top: 0px;
  font-weight: 500; }

h2 {
  font-size: 26px;
  text-transform: none;
  margin-bottom: 10px;
  font-weight: 500; }

h3 {
  font-size: 24px;
  margin-bottom: 10px;
  text-transform: uppercase; }

h4 {
  font-size: 22px;
  margin-bottom: 12px;
  text-transform: initial;
  text-transform: none; }

.home .main_einleitungstext a {
  color: #ffffff; }

.main_einleitungstext a {
  text-decoration: underline; }

p {
  font-size: 22px;
  line-height: 1.32em;
  letter-spacing: 0.018em; }

.text_red {
  color: #e42313; }

i {
  font-family: 'FontAwesome'; }

.ma_icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat; }
  .ma_icon.kalender {
    background-image: url(../images/kalender_icon_weiss.svg); }
  .ma_icon.kalender.black {
    background-image: url(../images/kalender_icon_schwarz.svg); }
  .ma_icon.remove {
    background-image: url(../images/module_schliessen_weiss.svg); }
  .ma_icon.remove.red {
    background-image: url(../images/module_schliessen_red.svg); }
  .ma_icon.lupe {
    background-image: url(../images/lupe_icon_rot.svg); }

#content .einleitungstext ul, #content .volltext ul, #content .singlecontentsrow ul, #content .akkordeon .collapse_content ul {
  list-style: none;
  padding-left: 0; }
  #content .einleitungstext ul li, #content .volltext ul li, #content .singlecontentsrow ul li, #content .akkordeon .collapse_content ul li {
    font-size: 22px;
    letter-spacing: 0.018em;
    padding-left: 14px;
    position: relative; }
    #content .einleitungstext ul li::before, #content .volltext ul li::before, #content .singlecontentsrow ul li::before, #content .akkordeon .collapse_content ul li::before {
      content: "\203A";
      position: absolute;
      left: 0;
      top: 0; }

.hidden {
  display: none;
  width: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0; }

.img-responsive {
  max-width: 100%;
  height: auto; }

/* slick slider */
.slick-slide {
  background: #eee;
  height: 350px; }

.slick-slide img {
  max-height: 100%;
  margin: auto;
  height: 90%;
  width: auto; }

.slider_caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #6297C9;
  padding: 7px 24px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Oswald, sans-serif;
  min-height: 10%; }
  .slider_caption .slide_headline {
    font-weight: bold; }

.slick-next::before, .slick-prev::before {
  font-family: "FontAwesome";
  font-size: 50px;
  content: 'o';
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent; }

.slick-next::before {
  background-image: url("../images/pfeil_grau_serve_3.svg"); }

.slick-prev::before {
  background-image: url("../images/pfeil_grau_serve_2.svg"); }

.slick-list {
  max-height: 350px;
  overflow: hidden;
  margin-bottom: 40px; }

.ma_pag_nav {
  margin-bottom: 2rem; }
  .ma_pag_nav ul {
    padding: 0; }
    .ma_pag_nav ul li {
      display: inline; }
      .ma_pag_nav ul li a, .ma_pag_nav ul li a:hover, .ma_pag_nav ul li.active a, .ma_pag_nav ul li.disabled {
        color: #fff;
        text-decoration: none;
        background-color: #e42313;
        cursor: pointer;
        padding: 4px 12px; }
      .ma_pag_nav ul li a:hover, .ma_pag_nav ul li.active a {
        background-color: #b51c0f; }

.dokumente {
  margin-bottom: 40px; }

.dokument a {
  padding-left: 28px;
  display: inline-block;
  position: relative;
  margin-bottom: 14px;
  height: 26px;
  text-decoration: none;
  padding-right: 8px; }
  .dokument a .doc_label {
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .dokument a::before {
    content: "";
    left: 4px;
    width: 16px;
    height: 16px;
    top: 4px;
    background-repeat: no-repeat;
    position: absolute;
    /* background-color: $design_farbe_basic; */
    background-image: url("../images/download_button.svg"); }
  .dokument a:hover, .dokument a:focus {
    background-color: #6297C9;
    color: #ffffff; }
    .dokument a:hover::before, .dokument a:focus::before {
      background-image: url("../images/download_button_sek.svg"); }

.dokument a:hover, .dokument a:focus {
  text-decoration: none; }

.serve-jobangebote-template-default .kurstermin-titel, .serve-jobangebote-template-default b {
  text-transform: uppercase; }

.page-template-jobangebote.page-template-kurse_mitarbeiter article, .page-template-termine.page-template-kurse_mitarbeiter article {
  width: calc( 100% + 30px ); }

/* pagination */
.top_ma_pagination {
  z-index: 3;
  position: absolute;
  right: 15px;
  top: -70px; }

.bottom_ma_pagination {
  position: relative;
  right: 0;
  bottom: 0px; }
  .bottom_ma_pagination .ma_pagination {
    padding-top: 4px;
    float: right; }

.ma_pagination {
  font-family: "futura-pt", sans-serif; }
  .ma_pagination ul li {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #6297C9;
    color: #000000;
    position: relative;
    margin-right: 2px; }
    .ma_pagination ul li.activePage {
      background-color: #F6F6F6;
      color: #6297C9; }
    .ma_pagination ul li:last-child {
      margin-right: 0; }
    .ma_pagination ul li span, .ma_pagination ul li a {
      position: absolute;
      text-decoration: none;
      top: 50%;
      left: 50%;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .ma_pagination ul li span.prev, .ma_pagination ul li span.next, .ma_pagination ul li a.prev, .ma_pagination ul li a.next {
        content: "";
        color: transparent;
        width: 100%;
        height: 100%;
        background-size: 60%;
        background-repeat: no-repeat;
        background-position: center;
        display: block; }
      .ma_pagination ul li span.prev, .ma_pagination ul li a.prev {
        background-image: url("../images/pfeil_grau_serve_2.svg"); }
      .ma_pagination ul li span.next, .ma_pagination ul li a.next {
        background-image: url("../images/pfeil_grau_serve_3.svg"); }

.header_content_container {
  font-family: "futura-pt", sans-serif;
  position: relative; }
  .header_content_container .dropdown-menu li a {
    font-size: 18px; }
  .header_content_container .langselector {
    padding-top: 22px;
    text-align: right;
    margin-bottom: 24px; }
    .header_content_container .langselector span {
      text-transform: uppercase;
      border-right: 1px solid #dcdcdc;
      display: inline-block;
      padding-left: 9px;
      padding-right: 9px;
      font-size: 20px;
      color: #3374B5;
      line-height: 15px; }
      .header_content_container .langselector span a {
        text-decoration: none;
        color: #888888;
        font-weight: 400; }
      .header_content_container .langselector span:last-child {
        border-right: 0px solid transparent;
        padding-right: 0; }
  .header_content_container ul {
    line-height: 1.7em;
    text-transform: uppercase;
    left: 0px; }
    .header_content_container ul.nav {
      display: block; }
    .header_content_container ul li {
      padding-left: 15px;
      padding-right: 15px;
      line-height: 15px; }
      .header_content_container ul li a {
        font-weight: 500;
        color: #000000;
        text-decoration: none;
        font-size: 20px;
        position: relative;
        z-index: 2;
        letter-spacing: 0.01em; }
        .header_content_container ul li a:hover, .header_content_container ul li a:focus {
          color: #3374B5; }
      .header_content_container ul li.current-menu-item a, .header_content_container ul li.dropdown.active > a {
        color: #3374B5; }

ul#main-menu {
  text-align: right;
  font-size: 0; }
  ul#main-menu > li {
    border-right: 1px solid #dcdcdc;
    display: inline-block; }
    ul#main-menu > li:last-child {
      border-right: 0px solid transparent;
      padding-right: 0; }

.main_logo_container {
  background-color: #EEEEEE;
  padding: 26px 52px 26px;
  max-width: 526px; }
  .main_logo_container .main_logo_link {
    width: 100%;
    display: block; }

.home .main_logo_container {
  background-color: #6297C9; }

img.logo {
  padding-top: 0px;
  margin-bottom: 0px;
  max-width: 232px; }

nav.navbar {
  z-index: 99; }

.verticalBorder {
  height: 13px;
  color: #fff;
  border-left: 5px solid; }

nav.navbar {
  z-index: 1; }

.menu-hauptmenue-container .nav > li > a {
  font-size: 20px;
  padding: 0;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none; }
.menu-hauptmenue-container .nav > li.current_page_item > a {
  color: #000000;
  border-bottom: 4px solid #FFD300; }
.menu-hauptmenue-container .nav > li.activeSubmenutoggler a {
  border-bottom: 4px solid transparent !important; }
.menu-hauptmenue-container .nav > li a {
  border-bottom: 4px solid transparent;
  padding-bottom: 2px; }
.menu-hauptmenue-container .nav > li {
  padding-right: 25px;
  text-align: center; }
.menu-hauptmenue-container .nav > li > a:hover, .menu-hauptmenue-container .nav > li > a:focus, .menu-hauptmenue-container .nav > li > a:active {
  border-color: #FFD300;
  background-color: transparent;
  color: #000000;
  text-decoration: none; }
.menu-hauptmenue-container .nav > li:last-child {
  padding-right: 15px; }
.menu-hauptmenue-container .nav > li:first-child a {
  padding-left: 0; }

.logged-in .header_content_container .logout {
  font-size: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }

header#masthead ul.navbar-nav > li.current-menu-item.current_page_item > a {
  color: #000; }

.menu > .navbar ul.navbar-nav {
  float: right;
  margin-top: -35px; }

.navbar-toggle {
  border: 0px solid transparent;
  margin-top: -36px;
  background-color: #6297C9; }

.navbar-toggle .icon-bar {
  background-color: #fff;
  width: 100%;
  height: 2px;
  display: block;
  margin-bottom: 5px;
  margin-top: 5px; }

nav.menu-hauptmenu-container, nav.menu-main-menu-container {
  text-align: right; }

.dropdown-menu {
  position: absolute;
  top: calc( 100% + 7px);
  left: -10px;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 108px 0 60px;
  font-size: 20px;
  line-height: 36px;
  color: #000;
  text-align: left;
  list-style: none;
  background-color: #F6F6F6;
  background-clip: padding-box;
  z-index: 1;
  top: -70px;
  width: 100%; }
  .dropdown-menu li {
    white-space: nowrap;
    text-transform: uppercase;
    padding: 10px 67px 10px 30px;
    font-weight: 400;
    position: relative;
    display: block;
    text-align: center;
    width: 100%; }
    .dropdown-menu li a {
      color: #000;
      text-decoration: none; }
    .dropdown-menu li.KennwortgeschtzterBereich a, .dropdown-menu li.NotfalldiensteUploadbereich a, .dropdown-menu li.RundschreibenDownloadsArchiv a {
      padding-right: 40px;
      position: relative; }
    .dropdown-menu li.KennwortgeschtzterBereich a::before, .dropdown-menu li.NotfalldiensteUploadbereich a::before, .dropdown-menu li.RundschreibenDownloadsArchiv a::before {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      font: normal normal normal 14px/1 FontAwesome;
      font-size: 16px;
      font-size: inherit;
      text-rendering: auto;
      content: "\f023"; }
  .dropdown-menu li::after {
    content: "";
    width: 36px;
    height: 36px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    position: absolute;
    background-image: url("../images/pfeil_grau_serve.svg"); }

.logged-in .dropdown-menu li.KennwortgeschtzterBereich a::before, .logged-in .dropdown-menu li.NotfalldiensteUploadbereich a::before, .logged-in .dropdown-menu li.RundschreibenDownloadsArchiv a::before {
  content: "\f09c"; }

.menu-hauptmenue-container {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%); }

button.navbar-toggle {
  display: none; }

@media (max-width: 1190px) {
  img.logo {
    padding-top: 0px; }

  .page_container {
    padding-top: 125px; }

  .kopfimage {
    height: auto;
    margin-bottom: 0px; }
    .kopfimage img {
      position: relative;
      height: auto;
      top: 0;
      transform: none; }

  header#main_header {
    top: 20px; } }
@media (max-width: 991px) {
  .nav > li > a {
    font-size: 22px; }

  .dropdown-menu {
    font-size: 18px; } }
@media (max-width: 820px) {
  .main_header {
    position: fixed;
    width: 100%;
    top: 0; }

  .page_container {
    padding-top: 100px; }

  .main_logo_link {
    max-width: 140px; }

  body .site-content {
    padding-top: 0; } }
.preheaderlogut {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  text-align: right;
  padding-top: 9px; }

.menucontainer {
  z-index: 111; }

.taxonomy_menu nav {
  max-width: 320px; }
  .taxonomy_menu nav > ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .taxonomy_menu nav > ul li {
      margin-bottom: 20px; }
      .taxonomy_menu nav > ul li[data-term_id="4"] {
        background-color: #d7016a; }

.hero {
  margin-bottom: 5.8rem; }
  .hero .hero_image {
    border: 15px solid #fff;
    box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.4);
    max-height: 410px;
    overflow: hidden; }
  .hero .hero_text {
    font-size: 1.45rem; }
    .hero .hero_text h2, .hero .hero_text h3 {
      text-transform: none;
      color: #000; }
    .hero .hero_text h2 {
      font-size: 2.2rem;
      line-height: 1.5;
      margin-bottom: 1.8rem; }
    .hero .hero_text h3 {
      font-size: 1.5rem; }
    .hero .hero_text p, .hero .hero_text h3 {
      margin-bottom: 1rem; }

.volltext {
  line-height: 26px;
  font-weight: 300;
  font-size: 22px; }
  .volltext ul li {
    margin-bottom: 8px; }
  .volltext.klein {
    font-size: 0.875rem; }

.einleitungstext {
  color: #3374B5;
  font-weight: 400; }

.zitat {
  padding: 45px 30px 40px;
  text-align: center;
  color: #383838;
  background: no-repeat transparent center;
  background-size: contain; }
  .zitat.main_farbe {
    background: #e42313; }
  .zitat.kat_1_farbe {
    background: #d7016a; }
  .zitat.kat_2_farbe {
    background: #58a8b1; }
  .zitat.kat_3_farbe {
    background: #a0bc4f; }
  .zitat.kat_4_farbe {
    background: #f39200; }
  .zitat.kat_5_farbe {
    background: #245ba7; }
  .zitat.quad {
    background-image: url(../images/zitat_quad.jpg); }
  .zitat.round {
    background-image: url(../images/zitat_round.png); }
  .zitat .zitat_text {
    font-size: 1.875rem;
    margin-bottom: 15px;
    line-height: 1.15; }
  .zitat .zitat_autor {
    font-size: 1rem; }

.schmuckbox {
  margin-bottom: 50px;
  color: #000000;
  font-family: "futura-pt", sans-serif;
  font-size: 18px; }
  .schmuckbox .schmuck_main_text {
    background-color: #eee;
    padding: 25px; }
    .schmuckbox .schmuck_main_text h2 {
      font-size: 26px; }
  .schmuckbox .schmuck_sub_texts {
    background-color: #FFD300;
    padding: 25px; }
    .schmuckbox .schmuck_sub_texts .sub_left p:last-child {
      margin-bottom: 0; }
    .schmuckbox .schmuck_sub_texts .sub_right h3 {
      font-family: "futura-pt", sans-serif;
      font-size: 40px;
      font-weight: bold;
      margin-bottom: 5px; }
    .schmuckbox .schmuck_sub_texts .sub_right p {
      font-size: 12px; }
      .schmuckbox .schmuck_sub_texts .sub_right p:last-child {
        margin-bottom: 0; }

.bildergalerie.polaroid {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem; }
  .bildergalerie.polaroid .grid-item {
    width: 25%;
    padding: 10px;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 4.5rem;
    box-shadow: 0px 0px 15px #999; }

.bildergalerie.polaroid .grid-item:nth-child(1) {
  transform: rotate(1deg) translateY(1px); }

.bildergalerie.polaroid .grid-item:nth-child(2) {
  transform: rotate(3deg) translateY(3px); }

.bildergalerie.polaroid .grid-item:nth-child(3) {
  transform: rotate(-9deg) translateY(-9px); }

.bildergalerie.polaroid .grid-item:nth-child(4) {
  transform: rotate(6deg) translateY(6px); }

.bildergalerie.polaroid .grid-item:nth-child(5) {
  transform: rotate(3deg) translateY(3px); }

.bildergalerie.polaroid .grid-item:nth-child(6) {
  transform: rotate(-10deg) translateY(-10px); }

.bildergalerie.polaroid .grid-item:nth-child(7) {
  transform: rotate(-5deg) translateY(-5px); }

.bildergalerie.polaroid .grid-item:nth-child(8) {
  transform: rotate(13deg) translateY(13px); }

.bildergalerie.polaroid .grid-item:nth-child(9) {
  transform: rotate(4deg) translateY(4px); }

.bildergalerie.polaroid .grid-item:nth-child(10) {
  transform: rotate(-10deg) translateY(-10px); }

.bildergalerie.polaroid .grid-item:nth-child(11) {
  transform: rotate(8deg) translateY(8px); }

.bildergalerie.polaroid .grid-item:nth-child(12) {
  transform: rotate(-1deg) translateY(-1px); }

.bildergalerie.polaroid .grid-item:nth-child(13) {
  transform: rotate(-8deg) translateY(-8px); }

.bildergalerie.polaroid .grid-item:nth-child(14) {
  transform: rotate(11deg) translateY(11px); }

.bildergalerie.polaroid .grid-item:nth-child(15) {
  transform: rotate(8deg) translateY(8px); }

.bildergalerie.polaroid .grid-item:nth-child(16) {
  transform: rotate(13deg) translateY(13px); }

.bildergalerie.polaroid .grid-item:nth-child(17) {
  transform: rotate(-7deg) translateY(-7px); }

.bildergalerie.polaroid .grid-item:nth-child(18) {
  transform: rotate(3deg) translateY(3px); }

.bildergalerie.polaroid .grid-item:nth-child(19) {
  transform: rotate(-8deg) translateY(-8px); }

.bildergalerie.polaroid .grid-item:nth-child(20) {
  transform: rotate(-10deg) translateY(-10px); }

.post_bild {
  /*margin-bottom: $abstand_unten; */
  background-color: transparent; }
  .post_bild.main_farbe {
    background-color: #e42313; }
  .post_bild.kat_1_farbe {
    background-color: #d7016a; }
  .post_bild.kat_2_farbe {
    background-color: #58a8b1; }
  .post_bild.kat_3_farbe {
    background-color: #a0bc4f; }
  .post_bild.kat_4_farbe {
    background-color: #f39200; }
  .post_bild.kat_5_farbe {
    background-color: #245ba7; }
  .post_bild a {
    color: #fff; }
  .post_bild.none a {
    color: #000; }
  .post_bild figure img {
    border: none;
    display: block;
    box-shadow: none;
    margin-left: auto;
    margin-right: auto; }
  .post_bild figcaption {
    padding: 14px 10px;
    text-align: center; }
  .post_bild .standard_image {
    position: relative;
    padding: 0px; }
    .post_bild .standard_image.bilddeko {
      padding: 40px; }
      .post_bild .standard_image.bilddeko::before {
        content: "";
        height: 100%;
        width: 400px;
        position: absolute;
        background-color: #EEEEEE;
        z-index: 0;
        top: 0;
        left: 0; }
    .post_bild .standard_image img {
      position: relative;
      z-index: 1; }

.referenztitlecontainer {
  padding-top: 0px;
  padding-bottom: 30px; }

.eyecatcher {
  margin-bottom: 15px; }
  .eyecatcher h3 {
    font-size: 22px;
    text-transform: none;
    margin-bottom: 10px;
    font-weight: 500; }
  .eyecatcher.singleref .col-md-6 + .col-md-6 {
    /*min-height:200px;*/
    height: 330px; }
  .eyecatcher.doubleref .col-md-6 + .col-md-6 {
    /*min-height:200px;*/
    height: 680px; }
  .eyecatcher .eyecatchertextcontent {
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .eyecatcher .eyecatchertextcontent::before {
      width: 180px;
      height: 170px;
      background: url(../images/dreieck_hellblau.svg);
      background-position-x: 0%;
      background-position-y: 0%;
      background-size: auto auto;
      background-size: 180px 170px;
      content: "";
      display: block;
      position: absolute;
      z-index: -1;
      left: -36px;
      background-position: left;
      top: 50%;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  .eyecatcher.orderreversed .eyecatchertextcontent::before {
    left: auto;
    right: -30px;
    background-position: left;
    top: 50%;
    -moz-transform: scaleX(-1) translateY(-50%);
    -o-transform: scaleX(-1) translateY(-50%);
    -webkit-transform: scaleX(-1) translateY(-50%);
    transform: scaleX(-1) translateY(-50%);
    filter: FlipH;
    -ms-filter: "FlipH"; }
  .eyecatcher.orderreversed .standard_image::before {
    left: auto;
    right: 0; }
  .eyecatcher figcaption {
    padding: 14px 10px;
    text-align: center; }
  .eyecatcher .standard_image {
    position: relative;
    padding: 40px; }
    .eyecatcher .standard_image::before {
      content: "";
      height: 100%;
      width: 400px;
      position: absolute;
      background-color: #EEEEEE;
      z-index: 0;
      top: 0;
      left: 0; }
    .eyecatcher .standard_image img {
      position: relative;
      z-index: 1; }

.akkordeon {
  margin-bottom: 2rem; }

.collapsible {
  display: block;
  position: relative;
  margin-bottom: 5px; }
  .collapsible .collapse_head {
    background-color: #6297C9;
    color: #fff;
    padding: 14px 82px 14px 25px;
    position: relative;
    font-size: 22px;
    font-family: "futura-pt", sans-serif;
    cursor: pointer; }
    .collapsible .collapse_head.collapsed {
      background-color: #F6F6F6;
      color: #000; }
    .collapsible .collapse_head:hover, .collapsible .collapse_head:focus {
      background-color: #6297C9;
      color: #fff; }
    .collapsible .collapse_head:after {
      content: "";
      background-image: url(../images/minus_grey_serve.svg);
      position: absolute;
      right: 10px;
      top: 4px;
      width: 46px;
      height: 46px;
      background-size: 100%;
      background-repeat: no-repeat; }
    .collapsible .collapse_head.collapsed:after {
      content: "";
      background-image: url(../images/plus_grey_serve.svg); }
  .collapsible .collapse_content {
    padding: 20px 25px;
    background-color: #fff; }
    .collapsible .collapse_content ul {
      padding-top: 5px; }
      .collapsible .collapse_content ul li {
        line-height: 26px; }
  .collapsible .collapse_content p {
    margin-bottom: 0px; }
  .collapsible:last-child {
    margin-bottom: 2rem; }

.tabs .tab_nav .tab_head:nth-child(1) {
  background-color: #7da9d2; }

.tabs .tab_nav .tab_head:nth-child(2) {
  background-color: #97badb; }

.tabs .tab_nav .tab_head:nth-child(3) {
  background-color: #b2cce4; }

.tabs .tab_nav .tab_head:nth-child(4) {
  background-color: #ccddee; }

.tabs .tab_nav .tab_head:nth-child(5) {
  background-color: #e7eff7; }

.tabs .tab_nav .tab_head:nth-child(6) {
  background-color: white; }

.tabs .tab_nav .tab_head:nth-child(7) {
  background-color: white; }

.tabs .tab_nav .tab_head:nth-child(8) {
  background-color: white; }

.tabs .tab_nav .tab_head:nth-child(9) {
  background-color: white; }

.tabs .tab_nav .tab_head:nth-child(10) {
  background-color: white; }

.tabs {
  margin-bottom: 2rem; }
  .tabs .tab_elements {
    position: relative;
    z-index: 0;
    clear: both; }
    .tabs .tab_elements .tab_elem {
      display: none;
      position: relative;
      top: 0;
      width: 100%;
      background-color: #fff;
      padding: 2rem 2rem 0.01rem; }
      .tabs .tab_elements .tab_elem.active {
        display: block; }
      .tabs .tab_elements .tab_elem .tab_head {
        display: none; }
      .tabs .tab_elements .tab_elem .tab_inhalt h3 {
        color: #fff; }
  .tabs .tab_nav {
    position: relative;
    z-index: 1; }
    .tabs .tab_nav .tab_head {
      color: #fff;
      padding: 10px 38px 10px;
      float: left;
      font-size: 24px;
      text-transform: uppercase;
      cursor: pointer; }
      .tabs .tab_nav .tab_head.active {
        background-color: #6297C9; }
  .tabs.position_left {
    display: flex; }
    .tabs.position_left .tab_nav {
      max-width: 30%;
      white-space: nowrap; }
      .tabs.position_left .tab_nav .tab_head {
        margin-bottom: 3px;
        border-right: 1px solid #fff; }
        .tabs.position_left .tab_nav .tab_head.active {
          border-right: 1px solid #6297C9; }
    .tabs.position_left .tab_elements {
      flex-grow: 1; }
  .tabs.position_top .tab_nav {
    width: 100%;
    position: relative;
    z-index: 1; }
    .tabs.position_top .tab_nav .tab_head {
      margin-right: 3px;
      border-bottom: 1px solid #fff;
      display: inline-block; }
      .tabs.position_top .tab_nav .tab_head.active {
        border-bottom: 1px solid #6297C9; }

.gmap {
  width: 100%;
  height: 312px;
  border: #ccc solid 1px;
  margin: 0 0 2rem; }
  .gmap img {
    max-width: inherit !important; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }
  .embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.modul.veranstaltungen {
  margin-bottom: 4rem; }
  .modul.veranstaltungen .modul_header h2 {
    font-size: 2.255rem;
    margin-bottom: 1.7rem; }
  .modul.veranstaltungen .modul_header .module_nav {
    vertical-align: middle; }
    .modul.veranstaltungen .modul_header .module_nav .term_link {
      color: #e42313;
      display: inline-block;
      vertical-align: middle;
      margin-right: 20px; }
    .modul.veranstaltungen .modul_header .module_nav .prev, .modul.veranstaltungen .modul_header .module_nav .next {
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      height: 40px;
      width: 40px;
      display: inline-block;
      vertical-align: middle;
      cursor: pointer; }
    .modul.veranstaltungen .modul_header .module_nav .prev {
      background-image: url(../images/module_nav_prev.svg);
      margin-right: 10px; }
      .modul.veranstaltungen .modul_header .module_nav .prev.disabled {
        opacity: 0.5;
        cursor: not-allowed; }
    .modul.veranstaltungen .modul_header .module_nav .next {
      background-image: url(../images/module_nav_next.svg); }
      .modul.veranstaltungen .modul_header .module_nav .next.disabled {
        opacity: 0.5;
        cursor: not-allowed; }
    .modul.veranstaltungen .modul_header .module_nav[data-offset="5"] .prev {
      opacity: 0.5;
      cursor: not-allowed; }
  .modul.veranstaltungen #veranstaltungen {
    position: relative;
    overflow: hidden;
    min-height: 136px; }
    .modul.veranstaltungen #veranstaltungen .veranstaltung {
      margin-bottom: 0.2rem;
      position: relative;
      left: 0; }
      .modul.veranstaltungen #veranstaltungen .veranstaltung a {
        color: #fff;
        display: flex;
        padding: 23px 70px 18px 0; }
        .modul.veranstaltungen #veranstaltungen .veranstaltung a .ver_date {
          width: 9%;
          text-align: center;
          font-size: 2.2rem;
          line-height: 1.3; }
        .modul.veranstaltungen #veranstaltungen .veranstaltung a .vertical_line {
          width: 3%;
          height: 40px;
          border-left: 1px solid #fff;
          margin-top: 20px; }
        .modul.veranstaltungen #veranstaltungen .veranstaltung a .ver_details {
          font-size: 1.3rem; }
          .modul.veranstaltungen #veranstaltungen .veranstaltung a .ver_details .ver_title {
            font-size: 1.4rem; }
          .modul.veranstaltungen #veranstaltungen .veranstaltung a .ver_details .ver_subtitle {
            font-size: 1.2rem; }
      .modul.veranstaltungen #veranstaltungen .veranstaltung:hover {
        background-image: url(../images/modul_ver_pfeil.svg);
        background-position: 98% center;
        background-repeat: no-repeat;
        background-size: 45px; }

.modul.news {
  margin-bottom: 4rem; }
  .modul.news .modul_header h2 {
    font-size: 2.255rem;
    margin-bottom: 1.7rem; }
  .modul.news .modul_header .module_nav {
    vertical-align: middle; }
    .modul.news .modul_header .module_nav .term_link {
      color: #e42313;
      display: inline-block;
      vertical-align: middle;
      margin-right: 20px; }
    .modul.news .modul_header .module_nav .prev, .modul.news .modul_header .module_nav .next {
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      height: 40px;
      width: 40px;
      display: inline-block;
      vertical-align: middle;
      cursor: pointer; }
    .modul.news .modul_header .module_nav .prev {
      background-image: url(../images/module_nav_prev.svg);
      margin-right: 10px; }
      .modul.news .modul_header .module_nav .prev.disabled {
        opacity: 0.5;
        cursor: not-allowed; }
    .modul.news .modul_header .module_nav .next {
      background-image: url(../images/module_nav_next.svg); }
      .modul.news .modul_header .module_nav .next.disabled {
        opacity: 0.5;
        cursor: not-allowed; }
    .modul.news .modul_header .module_nav[data-offset="3"] .prev {
      opacity: 0.5;
      cursor: not-allowed; }
  .modul.news #news {
    position: relative;
    overflow: hidden;
    min-height: 136px; }
    .modul.news #news .news_post {
      margin-bottom: 0.2rem;
      position: relative;
      left: 0;
      background-color: #eee;
      padding: 30px 35px 1px; }
      .modul.news #news .news_post .post-title {
        margin-bottom: 6px; }
      .modul.news #news .news_post .post-content ul {
        list-style-type: none;
        padding: 0; }
        .modul.news #news .news_post .post-content ul li {
          padding-left: 25px;
          margin-bottom: 5px;
          position: relative; }
          .modul.news #news .news_post .post-content ul li:before {
            background-image: url(../images/bulletpoint_blau.svg);
            background-repeat: no-repeat;
            background-position: center;
            width: 10px;
            height: 10px;
            position: absolute;
            left: 0;
            top: 9px;
            content: ''; }

.site-content.news #news {
  position: relative;
  margin-bottom: 2rem; }
  .site-content.news #news article.news-article .post_bild {
    margin-bottom: 40px; }
  .site-content.news #news article.news-article .background_container {
    padding: 0; }
  .site-content.news #news article.news-article .news-date {
    margin: 0 0 20px 15px; }
  .site-content.news #news article.news-article .news-title h2 {
    border-bottom: 2px solid #e5e5e5;
    font-size: 24px; }
  .site-content.news #news article.news-article .news-title h2 .title-inner {
    background-color: #FFD300;
    display: inline-block;
    padding: 10px 15px; }
  .site-content.news #news article.news-article .news-content {
    border-bottom: 1px dotted rgba(74, 74, 74, 0.4);
    margin-bottom: 35px; }

.page-template-kurse_mitarbeiter a.link_zum_kurs, .page-template-kurse_zahnarzt a.link_zum_kurs, .post-type-archive-serve-kurs a.link_zum_kurs {
  position: relative;
  width: 100%;
  height: 100%;
  display: block; }
.page-template-kurse_mitarbeiter .inner, .page-template-kurse_zahnarzt .inner, .post-type-archive-serve-kurs .inner {
  color: #FFD300;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%; }
  .page-template-kurse_mitarbeiter .inner.innerohnelink, .page-template-kurse_zahnarzt .inner.innerohnelink, .post-type-archive-serve-kurs .inner.innerohnelink {
    padding: 15px;
    width: 100%; }
.page-template-kurse_mitarbeiter .inner .img-responsive, .page-template-kurse_mitarbeiter .kreise, .page-template-kurse_zahnarzt .inner .img-responsive, .page-template-kurse_zahnarzt .kreise, .post-type-archive-serve-kurs .inner .img-responsive, .post-type-archive-serve-kurs .kreise {
  margin-bottom: 10px; }
.page-template-kurse_mitarbeiter .kreise, .page-template-kurse_zahnarzt .kreise, .post-type-archive-serve-kurs .kreise {
  width: 100%; }
.page-template-kurse_mitarbeiter .kreise .kreis, .page-template-kurse_zahnarzt .kreise .kreis, .post-type-archive-serve-kurs .kreise .kreis {
  height: 20px;
  width: 20px;
  border: 2px solid #000;
  border-radius: 20px;
  display: inline-block; }
.page-template-kurse_mitarbeiter .kreise .kreis.full, .page-template-kurse_zahnarzt .kreise .kreis.full, .post-type-archive-serve-kurs .kreise .kreis.full {
  background: #000; }
.page-template-kurse_mitarbeiter .site-content, .page-template-kurse_zahnarzt .site-content, .post-type-archive-serve-kurs .site-content {
  margin-bottom: 40px; }
.page-template-kurse_mitarbeiter .kurstermin-datum, .page-template-kurse_zahnarzt .kurstermin-datum, .post-type-archive-serve-kurs .kurstermin-datum {
  text-align: center;
  font-size: 28px;
  padding: 15px; }
.page-template-kurse_mitarbeiter .kurstermin-datum, .page-template-kurse_mitarbeiter .kurstermin-zusatz, .page-template-kurse_zahnarzt .kurstermin-datum, .page-template-kurse_zahnarzt .kurstermin-zusatz, .post-type-archive-serve-kurs .kurstermin-datum, .post-type-archive-serve-kurs .kurstermin-zusatz {
  background: #424242;
  color: #FFD300;
  margin: 0;
  height: 100%; }
.page-template-kurse_mitarbeiter .kurstermin-zusatz, .page-template-kurse_mitarbeiter article, .page-template-kurse_zahnarzt .kurstermin-zusatz, .page-template-kurse_zahnarzt article, .post-type-archive-serve-kurs .kurstermin-zusatz, .post-type-archive-serve-kurs article {
  padding: 26px 30px; }
.page-template-kurse_mitarbeiter .kurstermin-zusatz, .page-template-kurse_zahnarzt .kurstermin-zusatz, .post-type-archive-serve-kurs .kurstermin-zusatz {
  background: #FFD300;
  color: #000;
  text-align: center;
  font-size: 22px;
  line-height: 26px; }
.page-template-kurse_mitarbeiter .kurstermin-zusatz .inner, .page-template-kurse_zahnarzt .kurstermin-zusatz .inner, .post-type-archive-serve-kurs .kurstermin-zusatz .inner {
  text-align: center;
  color: #000000; }
.page-template-kurse_mitarbeiter .kursvorschau .row:not(:last-child), .page-template-kurse_zahnarzt .kursvorschau .row:not(:last-child), .post-type-archive-serve-kurs .kursvorschau .row:not(:last-child) {
  margin-bottom: 15px; }
.page-template-kurse_mitarbeiter .kurstermin-headline, .page-template-kurse_zahnarzt .kurstermin-headline, .post-type-archive-serve-kurs .kurstermin-headline {
  margin: 0 0 40px; }
.page-template-kurse_mitarbeiter .vorschautitel, .page-template-kurse_zahnarzt .vorschautitel, .post-type-archive-serve-kurs .vorschautitel {
  width: 100%;
  font-size: 24px;
  margin: 7px 0; }
.page-template-kurse_mitarbeiter .kursuebersicht-infobox, .page-template-kurse_zahnarzt .kursuebersicht-infobox, .post-type-archive-serve-kurs .kursuebersicht-infobox {
  padding: 20px;
  margin-bottom: 40px;
  background: #eee; }
.page-template-kurse_mitarbeiter .kursuebersicht-infobox p, .page-template-kurse_zahnarzt .kursuebersicht-infobox p, .post-type-archive-serve-kurs .kursuebersicht-infobox p {
  margin: 0; }
.page-template-kurse_mitarbeiter .zusatz, .page-template-kurse_mitarbeiter .vorschautitel, .page-template-kurse_mitarbeiter .achtung, .page-template-kurse_mitarbeiter .kursuebersicht-infobox, .page-template-kurse_mitarbeiter .kurstermin-zusatz, .page-template-kurse_mitarbeiter .kurstermin-datum, .page-template-kurse_mitarbeiter .kurstermin-zusatz, .page-template-kurse_zahnarzt .zusatz, .page-template-kurse_zahnarzt .vorschautitel, .page-template-kurse_zahnarzt .achtung, .page-template-kurse_zahnarzt .kursuebersicht-infobox, .page-template-kurse_zahnarzt .kurstermin-zusatz, .page-template-kurse_zahnarzt .kurstermin-datum, .page-template-kurse_zahnarzt .kurstermin-zusatz, .post-type-archive-serve-kurs .zusatz, .post-type-archive-serve-kurs .vorschautitel, .post-type-archive-serve-kurs .achtung, .post-type-archive-serve-kurs .kursuebersicht-infobox, .post-type-archive-serve-kurs .kurstermin-zusatz, .post-type-archive-serve-kurs .kurstermin-datum, .post-type-archive-serve-kurs .kurstermin-zusatz {
  font-weight: bold; }
.page-template-kurse_mitarbeiter article, .page-template-kurse_zahnarzt article, .post-type-archive-serve-kurs article {
  margin-bottom: 40px;
  margin-left: -30px;
  background: #eee;
  width: calc(100% + 60px);
  height: 100%; }
.page-template-kurse_mitarbeiter article p:last-child, .page-template-kurse_zahnarzt article p:last-child, .post-type-archive-serve-kurs article p:last-child {
  margin: 0; }
.page-template-kurse_mitarbeiter .zusatz, .page-template-kurse_zahnarzt .zusatz, .post-type-archive-serve-kurs .zusatz {
  font-size: 20px; }
.page-template-kurse_mitarbeiter .shortinfo, .page-template-kurse_zahnarzt .shortinfo, .post-type-archive-serve-kurs .shortinfo {
  text-transform: uppercase; }
.page-template-kurse_mitarbeiter .link_zum_kurs, .page-template-kurse_mitarbeiter .link_zum_kurs:hover, .page-template-kurse_zahnarzt .link_zum_kurs, .page-template-kurse_zahnarzt .link_zum_kurs:hover, .post-type-archive-serve-kurs .link_zum_kurs, .post-type-archive-serve-kurs .link_zum_kurs:hover {
  text-decoration: none; }
.page-template-kurse_mitarbeiter .kursuebersicht-zusatz h3, .page-template-kurse_zahnarzt .kursuebersicht-zusatz h3, .post-type-archive-serve-kurs .kursuebersicht-zusatz h3 {
  margin: 40px 0; }

.page-template-kurse_mitarbeiter .kurstermin-zusatz, .page-template-kurse_zahnarzt .kurstermin-zusatz, .post-type-archive-serve-kurs .kurstermin-zusatz {
  padding: 0px; }
  .page-template-kurse_mitarbeiter .kurstermin-zusatz .inner, .page-template-kurse_zahnarzt .kurstermin-zusatz .inner, .post-type-archive-serve-kurs .kurstermin-zusatz .inner {
    padding: 26px 30px; }

.kalendar {
  font-family: "futura-pt", sans-serif;
  margin-bottom: 40px; }
  .kalendar .kalendarheadline {
    text-align: center;
    margin-bottom: 30px;
    font-family: "futura-pt", sans-serif; }
    .kalendar .kalendarheadline .kalendarwoche {
      display: inline-block;
      font-size: 26px; }
      .kalendar .kalendarheadline .kalendarwoche .activeWeek {
        display: block; }
      .kalendar .kalendarheadline .kalendarwoche .inactiveWeek {
        display: none; }
    .kalendar .kalendarheadline .kalendarnavbuttons {
      display: inline-block;
      position: relative;
      cursor: pointer; }
    .kalendar .kalendarheadline .beforebutton {
      float: left;
      padding-left: 40px;
      margin-bottom: 20px; }
    .kalendar .kalendarheadline .nextbutton {
      float: right;
      padding-right: 40px; }
    .kalendar .kalendarheadline .kalendarnavbuttons::before {
      content: "";
      width: 27px;
      height: 27px;
      top: 50%;
      transform: translateY(-50%);
      background-size: auto 70%;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      background-color: #FFD300;
      background-image: url("../images/pfeil_grau_serve_3.svg"); }
    .kalendar .kalendarheadline .beforebutton::before {
      left: 0px;
      background-image: url("../images/pfeil_grau_serve_2.svg"); }
    .kalendar .kalendarheadline .nextbutton::before {
      right: 0px;
      transform: translateY(-50%); }
    .kalendar .kalendarheadline .nextbutton:hover::before, .kalendar .kalendarheadline .nextbutton:focus::before {
      background-color: #424242;
      background-image: url("../images/pfeil_gelb_serve_3.svg"); }
    .kalendar .kalendarheadline .beforebutton:hover::before, .kalendar .kalendarheadline .beforebutton:focus::before {
      background-color: #424242;
      background-image: url("../images/pfeil_gelb_serve_2.svg"); }
  .kalendar .kalendareintraege_woche.activeWeek {
    display: block; }
  .kalendar .kalendareintraege_woche.inactiveWeek {
    display: none; }
  .kalendar .kalendareintraege_woche .kalendereintraege_tag {
    position: relative;
    margin-top: 50px;
    background-color: #eee;
    height: calc( 100% - 50px); }
    .kalendar .kalendareintraege_woche .kalendereintraege_tag .kalendareintraege_wochentag {
      background-color: #FFD300;
      display: inline-block;
      position: absolute;
      top: -44px;
      padding: 4px 25px;
      font-size: 26px;
      text-transform: uppercase;
      font-family: "futura-pt", sans-serif; }
    .kalendar .kalendareintraege_woche .kalendereintraege_tag .kalendareintraege_datum {
      background-color: #424242;
      color: #FFD300;
      font-size: 26px;
      padding: 4px 25px; }
    .kalendar .kalendareintraege_woche .kalendereintraege_tag .kalendareintraege_content .kalendareintraege_bezirk {
      padding: 10px 25px; }
      .kalendar .kalendareintraege_woche .kalendereintraege_tag .kalendareintraege_content .kalendareintraege_bezirk:not(:last-child) {
        border-bottom: 1px dotted #000000; }
      .kalendar .kalendareintraege_woche .kalendereintraege_tag .kalendareintraege_content .kalendareintraege_bezirk .kalendareintrag_bezirktitle {
        font-size: 18px;
        margin-bottom: 1px;
        font-weight: bold;
        font-family: "futura-pt", sans-serif;
        text-transform: none; }
      .kalendar .kalendareintraege_woche .kalendereintraege_tag .kalendareintraege_content .kalendareintraege_bezirk .kalendareintrag_orttitle {
        font-size: 18px;
        margin-bottom: 2px;
        font-family: "futura-pt", sans-serif;
        text-transform: none; }
      .kalendar .kalendareintraege_woche .kalendereintraege_tag .kalendareintraege_content .kalendareintraege_bezirk .kalendareintrag_telefonnummer {
        font-size: 18px;
        margin-bottom: 8px;
        font-weight: bold; }

/**/
.upload_form_dw {
  margin-bottom: 50px; }

.single-serve-kurs article {
  margin-bottom: 40px; }
.single-serve-kurs .kurstermin-headline {
  margin: 0px 0 40px; }
.single-serve-kurs .kreise {
  overflow: auto;
  width: 100%; }
.single-serve-kurs .kreise .kreis {
  height: 20px;
  width: 20px;
  border: 2px solid #fff;
  border-radius: 20px;
  display: inline-block; }
.single-serve-kurs .kreise .kreis.full {
  background: #fff; }
.single-serve-kurs .kurstermin-datum {
  font-size: 28px;
  text-align: center; }
.single-serve-kurs .kurstermin-datum, .single-serve-kurs .kurstermin-gebuehr, .single-serve-kurs .kurstermin-uhr {
  min-height: 130px;
  height: 100%; }
.single-serve-kurs .kurstermin-datum, .single-serve-kurs .kurstermin-uhr, .single-serve-kurs .kurstermin-gebuehr, .single-serve-kurs .kurstermin-plaetze, .single-serve-kurs .kurstermin-infobox {
  margin: 0 -14px 2px -14px;
  padding: 26px 30px; }
.single-serve-kurs .kurstermin-datum, .single-serve-kurs .kurstermin-gebuehr, .single-serve-kurs .kurstermin-plaetze, .single-serve-kurs .kurstermin-titel, .single-serve-kurs .kursbutton {
  font-weight: bold; }
.single-serve-kurs .kurstermin-titel {
  display: inline-block; }
.single-serve-kurs .kurstermin-infobox {
  background: #eee; }
  .single-serve-kurs .kurstermin-infobox:last-child {
    margin-bottom: 40px; }
.single-serve-kurs form#anmeldebutton_form {
  margin-top: 40px; }
.single-serve-kurs .kurstermin-infobox p:last-child {
  margin-bottom: 0; }
.single-serve-kurs .kurstermin-infobox .col {
  margin-bottom: 10px; }
.single-serve-kurs .kurstermin-plaetze, .single-serve-kurs .kurstermin-titel {
  margin-bottom: 0;
  margin-top: 40px; }
.single-serve-kurs .kurstermin-plaetze {
  text-align: center; }
.single-serve-kurs .kurstermin-datum, .single-serve-kurs .kurstermin-plaetze {
  background: #424242;
  color: #fff; }
  .single-serve-kurs .kurstermin-datum .inner, .single-serve-kurs .kurstermin-plaetze .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }
.single-serve-kurs .kurstermin-uhr, .single-serve-kurs .kurstermin-gebuehr, .single-serve-kurs .kurstermin-titel, .single-serve-kurs .kursbutton {
  background: #ffd401;
  color: #000;
  font-size: 22px; }
.single-serve-kurs .kursbutton {
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 8px;
  width: calc(100% + 30px); }
.single-serve-kurs .kurstermin-gebuehr {
  padding-left: 52px; }
.single-serve-kurs h3 {
  margin-bottom: 18px;
  font-weight: bold;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-size: 22px; }
.single-serve-kurs .kurstermin-titel {
  margin-left: -14px;
  padding: 12px 30px 8px;
  font-weight: bold;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-size: 22px; }
.single-serve-kurs .kurstermin-referenten {
  font-weight: bold; }
.single-serve-kurs .singlecontentsrow .col-md-5 + .col-md-5 > div {
  margin-left: 11px; }
.single-serve-kurs .singlecontentsrow .col-md-5 + .col-md-5 > form {
  padding-left: 11px; }
  .single-serve-kurs .singlecontentsrow .col-md-5 + .col-md-5 > form .kursbutton {
    padding: 26px 30px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 8px;
    width: calc( 100% + 15px); }

.kopfslider.HeaderSmallDW, .kopfimage.HeaderSmallDW {
  width: 123%;
  height: 425px;
  position: relative;
  left: -23%;
  /*    .ug-slider-control.ug-bullets.ug-skin-default{
          position: absolute;
          margin: 0px;
          left: auto!important;
          top: auto!important;
          right: 0;
          bottom: -20px;
          .ug-bullet{
              background-color: $schrift_farbe_sekundaer;
          }
      }*/ }
  .kopfslider.HeaderSmallDW.embed-container, .kopfimage.HeaderSmallDW.embed-container {
    max-width: none;
    height: 385px; }

.kopfimage {
  margin-bottom: 40px; }

.kopfslider {
  margin-bottom: 24px; }
  .kopfslider .ug-slider-control.ug-bullets.ug-skin-default {
    position: absolute;
    margin: 0px;
    left: auto !important;
    top: auto !important;
    right: 0;
    bottom: 5px; }
    .kopfslider .ug-slider-control.ug-bullets.ug-skin-default .ug-bullet {
      width: 24px;
      height: 24px;
      margin-right: 20px;
      background-color: #ffffff;
      border: 1px solid #3374B5;
      color: #3374B5;
      position: relative;
      border-radius: 0px; }
      .kopfslider .ug-slider-control.ug-bullets.ug-skin-default .ug-bullet.ug-bullet-active {
        background-color: #3374B5;
        color: #ffffff; }
      .kopfslider .ug-slider-control.ug-bullets.ug-skin-default .ug-bullet::after {
        font-family: "futura-pt", sans-serif;
        font-size: 16px;
        color: #3374B5;
        padding: 0;
        display: block;
        position: absolute;
        right: -20px;
        top: -3px;
        text-align: center;
        content: "\2014"; }
      .kopfslider .ug-slider-control.ug-bullets.ug-skin-default .ug-bullet:last-child {
        margin-right: 0px; }
        .kopfslider .ug-slider-control.ug-bullets.ug-skin-default .ug-bullet:last-child::after {
          display: none; }
      .kopfslider .ug-slider-control.ug-bullets.ug-skin-default .ug-bullet::before {
        font-family: "futura-pt", sans-serif;
        font-size: 16px;
        color: inherit;
        padding: 0;
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center; }
      .kopfslider .ug-slider-control.ug-bullets.ug-skin-default .ug-bullet:first-child::before {
        content: "1"; }
      .kopfslider .ug-slider-control.ug-bullets.ug-skin-default .ug-bullet:first-child + .ug-bullet::before {
        content: "2"; }
      .kopfslider .ug-slider-control.ug-bullets.ug-skin-default .ug-bullet:first-child + .ug-bullet + .ug-bullet::before {
        content: "3"; }
      .kopfslider .ug-slider-control.ug-bullets.ug-skin-default .ug-bullet:first-child + .ug-bullet + .ug-bullet + .ug-bullet::before {
        content: "4"; }
      .kopfslider .ug-slider-control.ug-bullets.ug-skin-default .ug-bullet:first-child + .ug-bullet + .ug-bullet + .ug-bullet + .ug-bullet::before {
        content: "5"; }
      .kopfslider .ug-slider-control.ug-bullets.ug-skin-default .ug-bullet:first-child + .ug-bullet + .ug-bullet + .ug-bullet + .ug-bullet + .ug-bullet::before {
        content: "6"; }
      .kopfslider .ug-slider-control.ug-bullets.ug-skin-default .ug-bullet:first-child + .ug-bullet + .ug-bullet + .ug-bullet + .ug-bullet + .ug-bullet + .ug-bullet::before {
        content: "7"; }
      .kopfslider .ug-slider-control.ug-bullets.ug-skin-default .ug-bullet:first-child + .ug-bullet + .ug-bullet + .ug-bullet + .ug-bullet + .ug-bullet + .ug-bullet + .ug-bullet::before {
        content: "8"; }
      .kopfslider .ug-slider-control.ug-bullets.ug-skin-default .ug-bullet:first-child + .ug-bullet + .ug-bullet + .ug-bullet + .ug-bullet + .ug-bullet + .ug-bullet + .ug-bullet + .ug-bullet::before {
        content: "9"; }
      .kopfslider .ug-slider-control.ug-bullets.ug-skin-default .ug-bullet:first-child + .ug-bullet + .ug-bullet + .ug-bullet + .ug-bullet + .ug-bullet + .ug-bullet + .ug-bullet + .ug-bullet + .ug-bullet::before {
        content: "10"; }
      .kopfslider .ug-slider-control.ug-bullets.ug-skin-default .ug-bullet:first-child + .ug-bullet + .ug-bullet + .ug-bullet + .ug-bullet + .ug-bullet + .ug-bullet + .ug-bullet + .ug-bullet + .ug-bullet + .ug-bullet::before {
        content: "11"; }
      .kopfslider .ug-slider-control.ug-bullets.ug-skin-default .ug-bullet:first-child + .ug-bullet + .ug-bullet + .ug-bullet + .ug-bullet + .ug-bullet + .ug-bullet + .ug-bullet + .ug-bullet + .ug-bullet + .ug-bullet + .ug-bullet::before {
        content: "12"; }

.uniteGalleryHeaderBigDW, .uniteGalleryHeaderSmallDW {
  height: 485px !important; }
  .uniteGalleryHeaderBigDW .ug-slider-wrapper, .uniteGalleryHeaderSmallDW .ug-slider-wrapper {
    height: 485px !important;
    background-color: transparent; }
    .uniteGalleryHeaderBigDW .ug-slider-wrapper .ug-slider-inner, .uniteGalleryHeaderSmallDW .ug-slider-wrapper .ug-slider-inner {
      height: 425px !important;
      overflow-y: hidden; }

.headerimageboxcontainer {
  z-index: 2; }
  .headerimageboxcontainer .col-lg-6 {
    z-index: 2; }
    .headerimageboxcontainer .col-lg-6.HeaderSmallDWschmuckkasten, .headerimageboxcontainer .col-lg-6.HeaderBigDWschmuckkasten {
      z-index: 1; }

.kopfslider.HeaderBigDW, .kopfimage.HeaderBigDW {
  position: relative;
  padding-left: 10px;
  left: -100%;
  width: 200%;
  /*
  .ug-slider-control.ug-bullets.ug-skin-default{
      position: absolute;
      margin: 0px;
      left: auto!important;
      top: auto!important;
      right: 0;
      bottom: 5px;
      .ug-bullet{
          background-color: $schrift_farbe_sekundaer;
      }
  }*/ }

.main_einleitungstext {
  height: 100%;
  width: 100%;
  max-width: 526px;
  display: block;
  color: #000000;
  padding: 32px 108px 42px 52px;
  background-color: #EEEEEE; }
  .main_einleitungstext p {
    line-height: 1.4em; }
    .main_einleitungstext p:last-child {
      margin-bottom: 0; }

.home .main_einleitungstext {
  background-color: #6297C9; }
  .home .main_einleitungstext p, .home .main_einleitungstext h2 {
    color: #ffffff; }

/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  /*zoom: 1;*/
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
      -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
      box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);*/ }

.flexslider .slides {
  /*zoom: 1; */
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0.7;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

/*.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}*/
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

/*.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}*/
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
/*  zoom: 1;*/
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
/* eigene Einstellungen */
div.regenbogen {
  background-color: #EFF1EB !important;
  padding-top: 52px;
  padding-bottom: 37px;
  border-top: 1px solid #c1bebb; }
  div.regenbogen .flexslider {
    background: transparent;
    margin-bottom: 0;
    border: none;
    padding-left: 15px; }
  div.regenbogen .prod_name {
    font-size: 10px;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    text-align: center;
    opacity: 0;
    left: 0px;
    width: 100%;
    background-color: #42291C; }
  div.regenbogen .slides li {
    height: 140px;
    z-index: 1;
    position: relative; }
    div.regenbogen .slides li button {
      display: block;
      padding: 13px 12px 22px;
      background: transparent;
      background-size: contain;
      transition: all .2s ease-in;
      position: relative; }
    div.regenbogen .slides li button:hover .prod_name {
      opacity: 1; }
    div.regenbogen .slides li button:hover img {
      -webkit-transform: scale(1.25);
      /* Safari and Chrome */
      -moz-transform: scale(1.25);
      /* Firefox */
      -ms-transform: scale(1.25);
      /* IE 9 */
      -o-transform: scale(1.25);
      /* Opera */
      transform: scale(1.25); }
  div.regenbogen .slides li:hover {
    z-index: 2; }
  div.regenbogen .flexslider .slides img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-user-select: none;
    height: 100px;
    width: auto; }
  div.regenbogen button.btn_regenbogen_elemente {
    background-color: transparent;
    border: none;
    border-radius: 0px; }
  div.regenbogen .flex-direction-nav a {
    margin: -28px 0 0;
    opacity: 0.45; }
  div.regenbogen .flex-direction-nav a::before {
    font-family: "FontAwesome";
    font-size: 36px;
    color: rgba(0, 0, 0, 0.8);
    content: "\f054"; }
  div.regenbogen .flex-direction-nav button {
    margin: -28px 0 0; }
  div.regenbogen .flex-direction-nav a.flex-prev::before {
    content: "\f053"; }

.modal_regenbogen .modal {
  background-color: rgba(0, 0, 0, 0.6); }
.modal_regenbogen .modal-content {
  box-shadow: none;
  background-color: transparent;
  border: medium none; }
  .modal_regenbogen .modal-content .modal-body {
    text-align: center;
    padding-top: 0; }
    .modal_regenbogen .modal-content .modal-body .regenbogen_modal_img_container {
      margin-bottom: 20px; }
      .modal_regenbogen .modal-content .modal-body .regenbogen_modal_img_container img {
        max-height: 560px;
        max-width: 100%;
        height: auto; }
  .modal_regenbogen .modal-content .modal-header {
    color: white;
    border-bottom: none;
    padding-bottom: 0; }
  .modal_regenbogen .modal-content .close {
    color: #fff;
    font-size: 61px;
    opacity: 1;
    text-shadow: none;
    font-weight: normal; }
  .modal_regenbogen .modal-content .regenbogen_beschreibung {
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px; }
.modal_regenbogen .modal-dialog {
  max-width: 800px; }
.modal_regenbogen .regenbogen_mod_direction {
  position: absolute;
  color: white;
  cursor: pointer;
  font-size: 40px;
  bottom: -30px;
  border: none;
  background-color: transparent; }
.modal_regenbogen .regenbogen_next_img.regenbogen_mod_direction {
  right: -40px; }
.modal_regenbogen .regenbogen_prev_img.regenbogen_mod_direction {
  left: -40px; }

.boxlinksoverview {
  margin-top: -50px;
  margin-bottom: 40px; }
  .boxlinksoverview a.boxlinklink {
    text-decoration: none; }

.boxlinksoverview .container {
  padding-left: 30px;
  padding-right: 30px; }

.boxlinksoverview .container .boxlinkcontainer {
  padding: 20px 0 0 0;
  height: 260px;
  position: relative;
  text-transform: uppercase; }

.boxlinkcontainer {
  font-family: "futura-pt", sans-serif; }

.boxlinksoverview .container .boxlinkcontainer img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  height: 120px; }

.boxlinksoverview .container .boxlink {
  width: 100%;
  height: 100%;
  display: block;
  /*padding-top:30px;*/ }

.boxlinktitelcontainer {
  width: 100%;
  position: absolute;
  height: 130px;
  bottom: 0;
  left: 0; }

.bigblc .boxlinktitelcontainer {
  position: relative;
  height: auto; }

.boxlinktitelcontainer p {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  font-size: 32px;
  line-height: 42px;
  text-align: center; }

.boxlinksoverview .container .boxlinkcontainer.blc1 {
  background-color: #fce364; }

.boxlinksoverview .container .boxlinkcontainer.blc2 {
  background-color: #efca17; }

.boxlinksoverview .container .boxlinkcontainer.blc3 {
  background-color: #ffd401; }

.boxlinksoverview .container .boxlinkcontainer.blc4 {
  background-color: #fce364; }

.boxlinksoverview .container .boxlinkcontainer.blc5 {
  background-color: #ecc40a; }

.boxlinksoverview .container .boxlinkcontainer.blc6 {
  background-color: #dcdcdc; }

.boxlinksoverview .container .boxlinkcontainer.bigblc {
  line-height: 1em;
  background-color: #eeeeee;
  padding: 20px 40px;
  text-transform: none; }
  .boxlinksoverview .container .boxlinkcontainer.bigblc .klein {
    font-size: .8em;
    line-height: 1em;
    margin-top: 12px; }

.boxlinkcontainer.bigblc .boxlinktitelcontainer p {
  position: relative;
  left: 0;
  top: 0;
  transform: none;
  font-size: 22px;
  text-align: left; }

.boxlinkcontainer.bigblc p {
  margin-bottom: 5px; }

.boxlinkcontainer.bigblc .boxlinktitelcontainer h2 {
  margin-bottom: 7px; }

@media (max-width: 780px) {
  .boxlinksoverview {
    margin-top: 20px; } }
#loginform input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.4;
  color: #495057;
  border-radius: 0rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.capcana {
  display: none; }

.form_bereich, .acf_form_frontend .acf-fields > .acf-tab-wrap .acf-tab-group li.active a {
  color: inherit;
  font-family: "futura-pt", sans-serif;
  margin-top: 14px;
  margin-bottom: 18px; }

.acf_form_frontend input, .acf_form_frontend textarea, #loginform input, #ma_form input, #ma_form select, .form-control, .form-control:focus {
  background: #eee;
  border: none;
  box-shadow: none; }

select.form-control, option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #eee; }

select.form-control:hover, option:hover {
  background: #eee; }

.form_felder select, option {
  color: inherit; }

.custom-select-dropdown {
  background: #6297C9;
  position: absolute;
  z-index: 9000;
  width: 100%; }
  .custom-select-dropdown .item {
    padding: 5px 16px; }

.custom-select-dropdown .item:hover {
  background: #6297C9; }

.custom-select-toggle {
  height: 36px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: right;
  z-index: 9000; }

.custom-select-toggle img {
  background: #6297C9;
  padding: 8px;
  width: 55px; }

.submit-container {
  width: 100%; }

.submit-container {
  margin-bottom: 20px; }

.login-submit, .submit-container .form_submit, .form_section button {
  cursor: pointer;
  color: #fff;
  background-color: #6297C9;
  border-color: transparent;
  border-radius: 0;
  font-size: 20px;
  width: 131px; }

.login-submit:hover, .submit-container .form_submit:hover .login-submit:focus, .submit-container .form_submit:focus {
  color: #6297C9;
  background-color: #424242; }

.btn-primary.disabled, .btn-primary:disabled, .form_section button:hover, .form_section button:focus, .form_section .btn-primary.disabled:hover, .form_section .btn-primary[disabled]:hover, .form_section .btn-primary.disabled:focus, .form_section .btn-primary[disabled]:focus {
  color: #fff;
  background-color: #6297C9;
  border-color: transparent;
  border-radius: 0;
  font-size: 20px;
  width: 131px; }

.btn.disabled, .btn:disabled {
  background-color: #F6F6F6;
  opacity: 1;
  color: #3374B5; }

.form_section button, .btn-primary.disabled, .btn-primary:disabled {
  max-width: 50%;
  font-family: "futura-pt", sans-serif; }

#ma_login {
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase; }

input[type="radio"] {
  display: none; }

input[type="radio"] + label {
  margin-left: 33px;
  cursor: pointer; }

input[type="radio"] + label:before {
  content: ' ';
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  margin-left: -33px;
  margin-top: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; }

input[type="radio"]:checked + label:before {
  background-image: url(https://serve.lu/inhalte/themes/rdts-responsive/images/radio_sel.png); }

input[type="radio"]:not(:checked) + label:before {
  background-image: url(https://serve.lu/inhalte/themes/rdts-responsive/images/radio.png); }

input[type="checkbox"] {
  display: none; }

input[type="checkbox"] + label, input[type="checkbox"] + .bestaetigungstext {
  margin-left: 33px;
  cursor: pointer; }

input[type="checkbox"] + label:before, input[type="checkbox"] + .bestaetigungstext:before {
  content: ' ';
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  margin-left: -33px;
  margin-top: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; }

input[type="checkbox"]:checked + label:before, input[type="checkbox"]:checked + .bestaetigungstext:before {
  background-image: url(https://serve.lu/inhalte/themes/rdts-responsive/images/checkbox_checked.png); }

input[type="checkbox"]:not(:checked) + label:before, input[type="checkbox"]:not(:checked) + .bestaetigungstext:before {
  background-image: url(https://serve.lu/inhalte/themes/rdts-responsive/images/checkbox.png); }

#uploadedfile, .uploadfilestandard {
  display: none; }

.uploadlabel {
  width: 100%;
  height: 2rem;
  min-height: 37px;
  background-color: #eee;
  background-image: url(https://serve.lu/inhalte/themes/rdts-responsive/images/datei_suchen.png);
  background-repeat: no-repeat;
  background-size: 55px;
  background-position: right;
  cursor: pointer;
  padding: 0.375rem 0.75rem;
  /* padding wie bootstrap .form-control */ }

.form-group label {
  font-family: "futura-pt", sans-serif;
  margin-bottom: 0.5rem;
  font-size: 24px; }

input[type="date"]::before, .acf-date-picker .input.hasDatepicker::before {
  content: "";
  width: 55px;
  height: 37px;
  bottom: 0;
  right: 0;
  background-size: auto 58%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  background-color: #6297C9;
  background-image: url("../images/kalendar_icon_serve.svg"); }

input.kurz, select.kurz, .form-group.input.kurz {
  width: 50%;
  display: inline-block; }

.form-group.kurz {
  width: calc( 50% - 2px );
  display: inline-block; }

input.kurz.kurz_first, select.kurz.kurz_first, .form-group.input.kurz.kurz_first, .acf_form_frontend .acf-fields > .acf-field.kurz_first, .form-group.kurz.kurz_first {
  padding-right: 20px; }
  input.kurz.kurz_first input[type="date"]::before, input.kurz.kurz_first .acf-date-picker .input.hasDatepicker::before, select.kurz.kurz_first input[type="date"]::before, select.kurz.kurz_first .acf-date-picker .input.hasDatepicker::before, .form-group.input.kurz.kurz_first input[type="date"]::before, .form-group.input.kurz.kurz_first .acf-date-picker .input.hasDatepicker::before, .acf_form_frontend .acf-fields > .acf-field.kurz_first input[type="date"]::before, .acf_form_frontend .acf-fields > .acf-field.kurz_first .acf-date-picker .input.hasDatepicker::before, .form-group.kurz.kurz_first input[type="date"]::before, .form-group.kurz.kurz_first .acf-date-picker .input.hasDatepicker::before {
    right: 20px; }

.acf_form_frontend .acf-field[data-width] + .acf-field[data-width] {
  border-left: 0px solid transparent; }

.form-group.input.kurz label {
  display: block; }

.form-group.input.kurz input {
  width: 100%;
  max-width: 100%; }

.input.has-error::after {
  top: 45px; }
.input.has-error.kurz_first::after {
  right: 30px; }
.input.has-error.dateformgroup::after, .input.has-error .dropdownformgroup::after {
  right: 65px; }
.input.has-error.dateformgroup.kurz_first::after, .input.has-error .dropdownformgroup.kurz_first::after {
  right: 85px; }

/* acf_forms */
.select2-container {
  background-color: red; }
  .select2-container .select2-search, .select2-container .select2-container--default .select2-search--dropdown .select2-search__field {
    display: none !important;
    height: 0px;
    position: absolute;
    left: -200000px;
    top: -20000px;
    width: 0px;
    overflow: hidden; }
  .select2-container .select2-results .select2-results__options {
    background: #6297C9;
    position: absolute;
    z-index: 9000;
    width: 100%; }
    .select2-container .select2-results .select2-results__options .select2-results__option {
      padding: 5px 16px; }
      .select2-container .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
        background-color: #6297C9; }
  .select2-container .select2-results__options .select2-results__option:hover, .select2-container .select2-results__options .select2-results__option:focus {
    background: #6297C9;
    color: #000000; }

.form_felder p {
  font-family: "futura-pt", sans-serif;
  font-weight: normal; }

.acf_form_frontend {
  margin-bottom: 60px; }
  .acf_form_frontend .acf-fields > .acf-field {
    padding: 0; }
  .acf_form_frontend .acf-fields > .acf-field {
    margin-bottom: 1rem; }
    .acf_form_frontend .acf-fields > .acf-field .acf-date-picker::before {
      z-index: 1;
      content: "";
      width: 55px;
      height: 37px;
      bottom: 0;
      right: 0;
      background-size: auto 58%;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      background-color: #6297C9;
      background-image: url("../images/kalendar_icon_serve.svg"); }
  .acf_form_frontend .acf-field input[type="text"], .acf_form_frontend .acf-field input[type="password"], .acf_form_frontend .acf-field input[type="number"], .acf_form_frontend .acf-field input[type="search"], .acf_form_frontend .acf-field input[type="email"], .acf_form_frontend .acf-field input[type="url"], .acf_form_frontend .acf-field textarea, .acf_form_frontend .acf-field select {
    font-size: 1rem;
    line-height: 1.4;
    padding: 0.375rem 0.75rem; }
    .acf_form_frontend .acf-field input[type="text"]:focus:not(.hasDatepicker), .acf_form_frontend .acf-field input[type="password"]:focus:not(.hasDatepicker), .acf_form_frontend .acf-field input[type="number"]:focus:not(.hasDatepicker), .acf_form_frontend .acf-field input[type="search"]:focus:not(.hasDatepicker), .acf_form_frontend .acf-field input[type="email"]:focus:not(.hasDatepicker), .acf_form_frontend .acf-field input[type="url"]:focus:not(.hasDatepicker), .acf_form_frontend .acf-field textarea:focus:not(.hasDatepicker), .acf_form_frontend .acf-field select:focus:not(.hasDatepicker) {
      border-bottom: 3px solid #000000; }
  .acf_form_frontend .acf-field .acf-label label {
    font-family: "futura-pt", sans-serif;
    font-weight: normal; }
  .acf_form_frontend .acf-fields > .acf-tab-wrap {
    background-color: transparent; }
  .acf_form_frontend .acf-fields > .acf-tab-wrap .acf-tab-group {
    padding: 0; }
  .acf_form_frontend .acf-fields > .acf-tab-wrap .acf-tab-group li.active a {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    border: 0px solid transparent;
    padding-left: 0; }
  .acf_form_frontend .acf-fields > .acf-field {
    border-top: 0px solid transparent; }
  .acf_form_frontend .acf-fields > .acf-tab-wrap .acf-tab-group {
    border-bottom: 0px solid transparent;
    border-top: 0px solid transparent; }
  .acf_form_frontend .acf-fields > .acf-tab-wrap .acf-tab-group li.active a:hover,
  .acf_form_frontend .acf-fields > .acf-tab-wrap .acf-tab-group li.active a:focus {
    text-decoration: none;
    cursor: inherit;
    border: 0px solid transparent;
    padding-left: 0; }
  .acf_form_frontend .acf-input-wrap input {
    height: auto; }
  .acf_form_frontend .select2-container--default .select2-selection--single {
    border-radius: 0;
    border: 0px solid transparent;
    border-bottom: 3px solid #FFD300;
    background: #eee;
    height: 36px;
    font-size: 1rem;
    line-height: 1.4;
    padding: 2px 0.75rem; }
    .acf_form_frontend .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 35px;
      position: absolute;
      top: 0;
      right: 0;
      width: 55px;
      text-align: right;
      z-index: 9000;
      background: #6297C9;
      background-image: url(../images/pfeil_grau_serve_1.svg);
      background-size: auto 60%;
      background-repeat: no-repeat;
      background-position: center; }
      .acf_form_frontend .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border: none; }
  .acf_form_frontend .acf-form-submit .acf-button.button.button-primary.button-large {
    font-family: "futura-pt", sans-serif;
    float: right;
    cursor: pointer;
    background-color: #6297C9;
    border: 0px solid transparent;
    min-width: 25%;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 6px; }
  .acf_form_frontend .acf-form-submit .acf-button.button.button-primary.button-large:hover, .acf_form_frontend .acf-form-submit .acf-button.button.button-primary.button-large:focus {
    float: right;
    background-color: #000000;
    color: #6297C9; }
  .acf_form_frontend .acf-icon.small, .acf_form_frontend .acf-icon.-small {
    display: none;
    height: 0;
    width: 0; }
  .acf_form_frontend .acf-field .kalendar input[type="date"] {
    content: "";
    width: 27px;
    height: 27px;
    top: 50%;
    transform: translateY(-50%);
    background-size: auto 70%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    background-color: #6297C9;
    background-image: url("../images/pfeil_grau_serve_3.svg"); }
    .acf_form_frontend .acf-field .kalendar input[type="date"] .beforebutton::before {
      left: 0px;
      background-image: url("../images/pfeil_grau_serve_2.svg"); }

.dropdown_suche {
  margin-bottom: 40px;
  cursor: pointer; }
  .dropdown_suche .dropdown_opener_element {
    cursor: pointer;
    border-radius: 0;
    border: 0px solid transparent;
    border-bottom: 3px solid #FFD300;
    background: #eee;
    height: 36px;
    font-size: 1rem;
    line-height: 1.4;
    padding: 2px 0.75rem;
    width: 100%;
    text-align: left;
    padding-left: 15px; }
    .dropdown_suche .dropdown_opener_element::before {
      content: "";
      height: 35px;
      position: absolute;
      top: 0;
      right: 0;
      width: 55px;
      text-align: right;
      z-index: 9000;
      background: #6297C9;
      background-image: url(../images/pfeil_grau_serve_1.svg);
      background-size: auto 60%;
      background-repeat: no-repeat;
      background-position: center; }
  .dropdown_suche .select_liste {
    background: #FFD300;
    position: absolute;
    z-index: 9000;
    width: 100%;
    list-style: none;
    padding-left: 0px; }
    .dropdown_suche .select_liste li {
      padding: 5px 16px; }
      .dropdown_suche .select_liste li:hover, .dropdown_suche .select_liste li:focus {
        background-color: #ffea81; }

.acf-ui-datepicker {
  position: absolute;
  top: 0; }
  .acf-ui-datepicker .ui-datepicker .ui-widget-content {
    display: none; }
  .acf-ui-datepicker .ui-datepicker .ui-state-default, .acf-ui-datepicker .ui-datepicker .ui-widget-content .ui-state-default, .acf-ui-datepicker .ui-datepicker .ui-widget-header .ui-state-default {
    border: 0px solid transparent !important;
    background: transparent !important;
    text-align: center;
    border-radius: 3px; }
    .acf-ui-datepicker .ui-datepicker .ui-state-default:hover, .acf-ui-datepicker .ui-datepicker .ui-state-default:focus, .acf-ui-datepicker .ui-datepicker .ui-widget-content .ui-state-default:hover, .acf-ui-datepicker .ui-datepicker .ui-widget-content .ui-state-default:focus, .acf-ui-datepicker .ui-datepicker .ui-widget-header .ui-state-default:hover, .acf-ui-datepicker .ui-datepicker .ui-widget-header .ui-state-default:focus {
      background-color: #6297C9 !important;
      color: #000000; }
    .acf-ui-datepicker .ui-datepicker .ui-state-default.ui-state-active, .acf-ui-datepicker .ui-datepicker .ui-widget-content .ui-state-default.ui-state-active, .acf-ui-datepicker .ui-datepicker .ui-widget-header .ui-state-default.ui-state-active {
      background-color: #000000 !important;
      color: #383838; }
    .acf-ui-datepicker .ui-datepicker .ui-state-default.ui-state-highlight, .acf-ui-datepicker .ui-datepicker .ui-widget-content .ui-state-default.ui-state-highlight, .acf-ui-datepicker .ui-datepicker .ui-widget-header .ui-state-default.ui-state-highlight {
      background-color: #424242 !important;
      color: #6297C9;
      font-weight: bold; }
  .acf-ui-datepicker .ui-datepicker .ui-datepicker-week-end {
    color: red; }
    .acf-ui-datepicker .ui-datepicker .ui-datepicker-week-end a.ui-state-default {
      color: red; }

.form_bereich {
  display: none; }

.form_section {
  width: 50%;
  float: left;
  padding-right: 80px;
  /* selectbox*/
  /*the container must be positioned relative:*/
  /*style the items (options), including the selected item:*/
  /*style items (options):*/
  /*hide the items when the select box is closed:*/ }
  .form_section:nth-of-type(2) {
    padding-left: 80px;
    padding-right: 0px; }
  .form_section.abschluss_container {
    width: 100%;
    padding-right: 0; }
    .form_section.abschluss_container .col-md-6:nth-of-type(2) {
      padding-left: 80px; }
  .form_section.feedback {
    display: none;
    width: 100%;
    float: none;
    clear: both; }
  .form_section textarea {
    height: 180px; }
  .form_section .fehlerMeldung {
    display: none; }
  .form_section .custom-select-dw {
    position: relative;
    width: 100%;
    margin-left: 15px;
    margin-right: 15px; }
    .form_section .custom-select-dw select {
      display: none;
      /*hide original SELECT element:*/ }
  .form_section .select-selected {
    background-color: #F6F6F6;
    /*style the arrow inside the select element:*/
    /*point the arrow upwards when the select box is open (active):*/ }
    .form_section .select-selected:after {
      position: absolute;
      content: "";
      top: 14px;
      right: 10px;
      width: 25px;
      height: 13px;
      background-repeat: no-repeat;
      background-image: url(https://serve.lu/inhalte/themes/rdts-responsive/images/kontakt_dropdown_pfeil.svg); }
    .form_section .select-selected.select-arrow-active:after {
      top: 12px;
      transform: rotate(180deg); }
  .form_section .select-items div, .form_section .select-selected {
    color: #000;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none; }
  .form_section .select-items {
    position: absolute;
    background-color: #F6F6F6;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99; }
  .form_section .select-hide {
    display: none; }
  .form_section .select-items div:hover, .form_section .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1); }
  .form_section .has-error .fehlerMeldung {
    display: block;
    color: red; }

footer#colophon {
  color: #000; }
  footer#colophon .footer_content {
    border-top: 1px solid #dcdcdc;
    padding: 50px;
    background-color: #F6F6F6; }
  footer#colophon p {
    font-size: 14px; }
    footer#colophon p strong {
      color: #6297C9;
      font-weight: 500; }
  footer#colophon .dokument.footerlist a {
    padding-left: 28px;
    text-transform: none;
    color: #6297C9;
    height: 26px;
    margin-bottom: 4px; }
    footer#colophon .dokument.footerlist a:hover, footer#colophon .dokument.footerlist a:focus {
      color: #ffffff; }
    footer#colophon .dokument.footerlist a::before {
      width: 16px;
      height: 16px; }
  footer#colophon .zertifikatliste {
    /* position: absolute; */
    bottom: 0; }
    footer#colophon .zertifikatliste img {
      width: 172px; }
  footer#colophon h3 {
    color: #6297C9;
    color: #6297C9;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500; }
  footer#colophon .col-md-4:first-child .contactFooterCol {
    border-right: 1px solid #373737; }
  footer#colophon .addressBox {
    color: #fff;
    display: block;
    /*cursor:pointer;*/
    margin-bottom: 30px; }
  footer#colophon .mapimg {
    max-width: 180px;
    margin-bottom: 13px; }
  footer#colophon .contactBox a, footer#colophon footer .contactBox a:hover, footer#colophon footer .contactBox a:focus, footer#colophon footer .contactBox a:active {
    color: #888888;
    display: block; }
  footer#colophon .contactBox .contactLine {
    display: inline-block;
    top: -4px;
    margin: 0;
    font-size: 20px; }
  footer#colophon .contactBox i {
    color: #888888;
    font-size: 28px;
    display: inline-block;
    width: 34px; }
  footer#colophon .contactBox i.fa-map-marker {
    font-size: 30px; }
  footer#colophon .footerGreyBox {
    background-color: #2F2630;
    color: #888888;
    padding: 36px 16px;
    margin-bottom: 26px;
    max-width: 400px;
    display: block;
    cursor: pointer; }
  footer#colophon .footerGreyBox .prospimg {
    float: left;
    margin-right: 20px;
    display: inline-block; }
  footer#colophon div.prosptext {
    padding-top: 5px;
    font-size: 16px; }
  footer#colophon a {
    color: #383838; }
  footer#colophon a.social_link {
    color: #888888;
    font-size: 20px; }
  footer#colophon a.social_link:hover, footer#colophon footer#colophon a.social_link:focus {
    text-decoration: none; }
  footer#colophon ul.footerlist.footernormallist {
    list-style: none;
    padding-left: 0; }
    footer#colophon ul.footerlist.footernormallist li {
      padding-left: 14px;
      position: relative; }
      footer#colophon ul.footerlist.footernormallist li::before {
        content: "\203A";
        position: absolute;
        left: 0;
        top: 0; }
  footer#colophon ul {
    padding: 0px 1px 1px 0px;
    line-height: 1.7em;
    text-transform: none; }
    footer#colophon ul.footerlist.dokument {
      margin-bottom: 2px; }
    footer#colophon ul.nav {
      display: block; }
    footer#colophon ul li {
      display: block; }
      footer#colophon ul li a {
        color: #000;
        text-decoration: none; }

/*# sourceMappingURL=style.css.map */
