@import url("https://use.typekit.net/tho0tfd.css");

/**
 * Contao Open Source CMS
 *
 * Copyright (c) 2005-2014 Leo Feyer
 *
 * @package Core
 * @link    https://contao.org
 * @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
 */

/**
 * Standardize some basic elements
 */

body,form,figure {
    margin:0;
    padding:0;
}

img {
    border:0;
}

header,footer,nav,section,aside,article,figure,figcaption {
    display:block;
}

/**
 * Fix some font issues
 */

body {
    font-size: 100%;
}

select,input,textarea {
    font-size:99%;
}

/**
 * Fix some positioning issues
 */

#container,.inside {
    position:relative;
}

/**
 * Clear floats
 */

.block {
    overflow:hidden;
}

.clear,#clear {
    height:0.1px;
    font-size:0.1px;
    line-height:0.1px;
    clear:both;
}

/**
 * Hide invisible elements
 */

.invisible {
    width:0;
    height:0;
    left:-1000px;
    top:-1000px;
    position:absolute;
    overflow:hidden;
    display:inline;
}

/**
 * Custom layout sections
 */

.custom {
    display:block;
}

#container:after,.custom:after {
    content:"";
    display:table;
    clear:both;
}

/**
 * Float classes (see #6851)
 */

.float_left {
    float:left;
}

.float_right {
    float:right;
}

html {
  font-family: skolar-sans-latin, sans-serif;
  font-weight: 400;
  font-size: 100%;
  color: #333333;
}

body {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 27px;
  line-height: 1.6875rem;
}

h1,
h2,
.toggler,
.event.layout_teaser h3 {
  font-family: skolar-latin, serif;
  font-weight: 600;
  font-style: normal;
  color: #053353;
  margin: 0;
}

h1 {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 50px;
  line-height: 3.125rem;
  margin-bottom: 36px;
  text-align: center
}

h1 span:first-child {
    display: block;
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 36px;
    line-height: 2.25rem;
}

h1 span:last-child {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 27px;
    line-height: 1.6875rem;
}

.layout_exercise h1 {
  margin-bottom: 0;
}

h2,
.toggler {
  position: relative;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 18px 0;
  padding: 0 0 9px 0;
  border-bottom: 1px solid #021f36;
}

.toggler {
  margin: 0 !important;
}

.impressions h2 {
  margin-top: 36px;
  color: white;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border-bottom: none !important;
  text-align: center !important;
}

h2 {
  padding-right: 35px;
}

h2:after {
  display: block;
  content: "";
  position: absolute;
  right: 4px;
  bottom: 9px;
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 1px solid #021f36;
  border-right: 1px solid #021f36;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.active h2:after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  bottom: -3px;
}

h3 {
  color: #053353;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 27px;
  line-height: 1.6875rem;
}

.event.layout_teaser h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 27px;
  line-height: 1.6875rem;
  margin-bottom: 9px;
}

.ce_text h3 {
  margin-bottom: 0;
}

h4,
.ce_accordion.ce_text .toggler,
.ce_accordionStart .toggler {
  padding: 0;
  margin-top: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}

h4 {
  margin-bottom: 0;
}

p {
  margin-top: 0;
}

.ce_text *:first-child {
  margin-top: 0;
}

.ce_text *:last-child {
  margin-bottom: 0;
}

a {
  color: #333333;
}

a:hover {
  text-decoration: none;
}

*:focus {
  outline: none;
}

em {
  font-style: italic;
}

b {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  h1 {
    margin-bottom: 54px;
    line-height: 3.375rem;
  }
}

@media screen and (min-width: 1024px){
  h1 {
    margin-top: -10px;
    margin-bottom: 72px
  }

  h2 {
    margin-top: 54px;
    margin-bottom: 36px;
    margin-left: 25%;
    margin-right: auto;
    font-size: 1.6875rem;
    border-bottom: 0;
    padding: 0 20px;
    text-align: center;
  }

  h2:after {
    display:none;
  }

  .active h2:after {
    display: none;
  }


  body:not(.slideMode) h2 {}

  .hideNavigation h2 {
    margin-left: auto;
  }
}

@media screen and (min-width: 1440px){
  h2 {
    margin-top: 72px;
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }

  .hideNavigation h2 {
    margin-right: auto;
  }
}

.ce_form {
  background-color: #bfcad7;
  padding: 40px;
  overflow: hidden
}

.ce_form * {
    font-family: skolar-sans-latin, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
}

.mod_exercise .ce_form {
  background-color: #053353;
  padding: 0 40px 20px 40px;
}

/* fieldset */

fieldset {
  border: 0;
  padding: 0;
  margin: 40px;
}

/* label */

label {
  display: block;
  margin-bottom: 5px;
}

/* input text */

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="password"],
textarea,
button{
  -webkit-appearance: none !important;

  display: block;
  width: 100%;
  margin: 0 0 16px 0;
  margin: 0 0 1rem 0;
  padding: 3px 5px;

  background-color: white;
  -webkit-box-shadow: none;
          box-shadow: none;

  border: 1px solid #bfcad7;
  border-radius: 0;


  color: #021f36;
}

input:hover {
  border-color: #053353;
}

/* submit button */

button[type="submit"] {
  width: auto;
  background-color: #053353;
  cursor: pointer;
  padding: 3px 40px 6px 40px;
  line-height: normal;
  margin: auto;
  color: #bfcad7;
}

.mod_exercise button[type="submit"] {
    background-color: #bfcad7;
    color: #021f36;
}

button[type="submit"]:hover {
  background: inherit;
  color: inherit;
  border: 1px solid #053353;
}

.mod_exercise button[type="submit"]:hover {
  border: 1px solid #bfcad7;
  color: white;
}

/* textarea */

textarea {
  font-family: skolar-sans-latin, sans-serif;
  min-height: 50px;
}

/* checkbox */

input[type="radio"] {
  display: block;
  float: left;
  margin-right: 10px;
  height: 24px;
  height: 1.5rem;
}

.radio_container > span {
  display: block;
  overflow: hidden;
}

.radio_container label {
  overflow: hidden;
  margin-bottom: 0;
}

.pagination {
    margin: 54px 0
}

.pagination ul,
    .pagination li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3px;
}

.pagination li {
    -ms-flex-preferred-size: 32px;
        flex-basis: 32px;
    line-height: 32px;
}

.pagination a,
    .pagination .active {
    display: block;
    background-color: #053353;
    color: white;
    text-align: center;
    text-decoration: none;
}

.pagination a:hover {
    background-color: #bfcad7;
    color: #053353;
}

html,body {
  height: 100%;
  width: 100%;
  background-color: #f3f2ee;
}

#wrapper {
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

#main {
  margin-bottom: 54px;
}

.layout_exercise #main,
.seite_home #main {
  margin-bottom: 0 !important;
}

#scrollToTop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #053353;
  color: white;
  text-align: center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  opacity: 0.5;
  cursor: pointer;
}

#scrollToTop:hover {
  opacity: 1;
}

.pageimage {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 300px;
  margin-right: -150px;
}

@media screen and (min-width: 768px){
  .pageimage {
    background-size: 40vw;
    margin-right: -20vw;
  }
}

@media screen and (min-width: 1200px){
  .pageimage {
    background-size: 30vw;
    margin-right: -15vw;
  }
}

@media screen and (min-width: 1440px){
  .pageimage {
    background-size: 24vw;
    margin-right: -12vw;
  }
}

@media screen and (min-width: 1680px){
  .pageimage {
    background-size: 20vw;
    margin-right: -10vw;
  }
}

#footer {
  background: #021f36;
  font-size: 16px;
  font-size: 1rem
}

#footer > .inside {
    padding: 18px;
    text-align: center;
    color: white;
}

#footer img {
    width: 100%;
    height: auto;
}

#footer a {
    color: white;
}

#footer p {
    margin: 0;
}

#logo {
  width: 100%;
  max-width: 150px;
  margin: 25px auto 10px auto;
}

#social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 16px
}

#social .fb {
    display: block;
    width: 25px;
    height: 25px;
}

#social .fb svg {
    width: 100%;
    height: auto;
}

#social .fb:hover path {
    fill: #aaa !important;
}

@media screen and (min-width: 768px){
  #footer .inside {
        padding-top: 36px 0;
        padding-bottom: 36px 0;
    }
}

@media screen and (min-width: 1024px){
  #footer .inside {
        max-width: 880px;
        margin-left: auto;
        margin-right: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding-top: 54px;
        padding-bottom: 54px;
    }
  #footer .inside > div:first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

  #logo {
    margin: 0;
  }
}

@media screen and (min-width: 1440px) {
  #footer .inside {
        max-width: 1520px;
    }
}

.ha {
  float: right;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.ha-box {
  display: block;
}

.ha-inner, .ha-inner::before, .ha-inner::after {
  position: absolute;
  content: "";
  display: block;
  width: 35px;
  height: 2px;
  background-color: #053353;

  -webkit-transition-property: -webkit-transform;

  transition-property: -webkit-transform;

  transition-property: transform;

  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.ha-inner::before {
  top: 8px;
}

.ha-inner::after {
  top: 16px;
}

.sidr-onopen .ha-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
  background-color: #053353;
}

.sidr-onopen .ha-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
          transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  background-color: #053353;
  opacity: 0;
}

.sidr-onopen .ha-inner::after {
  -webkit-transform: translate3d(0, -16px, 0) rotate(-90deg);
          transform: translate3d(0, -16px, 0) rotate(-90deg);
  background-color: #053353;
}

#header .inside {
    overflow: hidden;
    padding: 18px 18px 9px 0;
}

#header #nav_main {
  display: none;
}

#sidr {
  background: #021f36;
}

.sidr-inner ul.level_1 > li {
    position: relative;
}

.sidr-inner ul,
  .sidr-inner li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidr-inner li {
    border-bottom: 1px solid white;
}

.sidr-inner * {
    color: white;
}

.sidr-inner strong,
  .sidr-inner a {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 9px 20px;
    text-decoration: none;
}

.sidr-inner strong:before {
    display: block;
    content: "⇠";
}

.sidr-inner {

    /*lever 2
 */
}

.sidr-inner ul.level_2 {
    display: none;
    background-color: #bfcad7;
    margin-left: 20px;
    margin-bottom: 20px;
}

.sidr-inner ul.level_2 * {
    color: #021f36 !important;
}

.sidr-inner ul.level_2 > li.last {
    border-bottom: 0;
}

.sidr_submenu_toggler {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 2px;
  top: 2px;
  bottom: 0;
  cursor: pointer;
}

.sidr_submenu_toggler:before, .sidr_submenu_toggler:after {
  position: absolute;
  right: 18px;
  top: 10px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: white;

  -webkit-transition-duration: 0.15s;

          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.sidr_submenu_toggler:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.sidr_submenu_onopen.sidr_submenu_toggler:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.sidr_submenu_onopen.sidr_submenu_toggler:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (min-width: 768px){
  #header .inside {
        padding: 36px 36px 0 0;
    }
}

.mod_onepage_navigation {
  display: none;
  margin: 18px 0
}

.mod_onepage_navigation ul,
  .mod_onepage_navigation li {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 27px;
    line-height: 1.6875rem;
}

.mod_onepage_navigation li {
    list-style: none;
    border-bottom: 1px solid #053353;
}

.mod_onepage_navigation a {
    display: block;
    text-decoration: none;
    color: #053353;
}

.layout_exercise #main .mod_article {
    max-width: 920px !important;
}

#main .mod_article {
  width: 100%;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto
}

#main .mod_article > div {
    margin-left: 10px;
    margin-right: 10px;
}

#main .mod_article {
  max-width: 100% !important
}

#main .mod_article > div {
    width: 100%;
    max-width: 1520px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 10px;
    padding-right: 10px;
}

.mod_article.bg_blue {
  background-color: #053353;
}

.mod_article.impressions {
  margin-top: 72px;
  margin-bottom: -54px;
}

.fr_it_toggler {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.fr_it_toggler h2 {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    margin-left:0 !important;
    margin-right: 0 !important;
    padding: 0;
}

.fr_it_toggler > span {
  position: relative;
  font-family: skolar-sans-latin, sans-serif;
  margin: 0 0 18px 2%;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 27px;
  line-height: 1.6875rem;
  font-weight: 400;
  border-bottom: 1px solid #021f36
}

.fr_it_toggler > span span {
    display: inline-block;
    padding-right: 25px;
}

.fr_it_toggler > span span:after {
    display: block;
    content: "";
    position: absolute;
    right: 4px;
    bottom: 7px;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-bottom: 1px solid #021f36;
    border-right: 1px solid #021f36;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
}

.fr_it_toggler.open > span > span:after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  bottom: 0;
}

.fr_it_content {
  display: none;
  padding: 20px 0
}

.fr_it_content h3 {
    margin-top: 0;
}

.fr_it_content > div {
    background-color: #bfcad7;
    overflow: hidden;
    padding: 20px;
}

.mod_exercise {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: white;
  margin-top: 126px;
  background-color: #053353
}

.mod_exercise .inside {
    padding: 36px 0;
    overflow: hidden;
}

.mod_exercise h3 {
    margin-top: 0;
}

.mod_article_mit_navi_standard_und_backgroundimage {
  background-size:0;
}

#nav_main {
  padding: 72px 36px
}

#nav_main ul,
  #nav_main li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav_main ul {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-top: 1px solid white;
}

#nav_main * {
    color: white;
}

#nav_main a,
  #nav_main strong {
    display: block;
    font-weight: normal;
    border-bottom: 1px solid white;
    text-decoration: none;
    line-height: 2;
    padding-right: 40px;
}

.mod_pageImage {
  position: absolute;
  width: 10vw;
  top: 50vh;
  right: 0;
}

@media screen and (min-width: 1024px){
  .mod_onepage_navigation {
    display: block;
    margin-top: 0;
  }

  .mod_article > div {
        margin-left: 20px;
        margin-right: 20px;
    }

  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  body.slideMode .slc {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

  body.slideMode .ce_googleMaps .slc {
        display: block !important;
    }

  body.slideMode .mod_article {
        display: block !important;
    }

  .mod_onepage_navigation {
    width: 25%;
    padding: 0 20px;
  }

  .elements {
    width: 75%;
    padding: 0 20px;
  }

  .fr_it_toggler {
    margin-left: 25%;
    padding: 0 20px
  }

  .fr_it_toggler > span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 54px;
        border: none;
    }

  .fr_it_toggler > span span {
        padding-bottom: 9px;
        border-bottom: none;
    }

  .fr_it_toggler > span span:after {
        bottom: 30px;
    }

  .fr_it_toggler.open > span > span:after {
    bottom: 25px;
  }

  .fr_it_content {
    margin-left: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 1440px){
  .flex .mod_onepage_navigation {
        width: 16.6666666667%;
    }
  .flex .elements {
        width: 66.6666666667%;
    }

  .fr_it_toggler {
    margin-right: 16.66666%;
    margin-left: 16.66666%;
  }

  .fr_it_content {
    margin: 0 16.6666666667%;
  }

  /*
  .mod_article_mit_navi_standard_und_backgroundimage {
    background-repeat: no-repeat;
    background-position: calc(100vw - 216px) center;
    background-size: 432px;
  }

   */
}

.event.layout_teaser {
    border-bottom: 1px solid #021f36;
    padding: 18px 0 18px 0
}

.event.layout_teaser .ce_text {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    margin: 0;
}

.event.layout_teaser .time,
    .event.layout_teaser .location,
    .event.layout_teaser .more {
    margin: 0 0 0 0;
}

.event.layout_teaser a {
    color: #053353;
}

.event.layout_teaser .more {
    text-align: right;
}

.event.layout_teaser .more a {
    text-decoration: none;
}

.event.layout_teaser .more a:hover {
    text-decoration: underline;
}

.mod_eventreader .event > .inside {
    padding: 0 20px;
}

.mod_eventreader .header_image {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.mod_eventreader .event_facts {
    margin: 54px 0;
    padding: 18px 0 18px 0;
    border-bottom: 1px solid #053353;
}

.mod_eventreader .event_facts > div:last-child {
    padding-top: 9px;
}

.mod_eventreader .time,
    .mod_eventreader .location,
    .mod_eventreader .more {
    margin: 0 0 0 0;
}

.mod_eventreader .back {
    padding: 0 20px;
}

.mod_eventreader .back a {
    text-decoration: none;
}

.mod_eventreader .back a:hover {
    text-decoration: underline;
}

@media screen and (min-width: 768px){
    .event.layout_teaser {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 40px
    }
    .event.layout_teaser > div {
        -ms-flex-preferred-size: calc(50% - 20px);
            flex-basis: calc(50% - 20px);
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    }
    .event.layout_teaser > div:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .mod_eventreader .event_facts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 40px;
    }

    .mod_eventreader .event_facts > div {
        -ms-flex-preferred-size: calc(50% - 20px);
            flex-basis: calc(50% - 20px);
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    }
}

.ce_text {
  margin-bottom: 36px;
}

/* ce_lead */

.ce_lead {
  margin-left: 0;
  margin-right: 0
}

.ce_lead .text {
    text-align: center;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.ce_lead p {
    font-family: skolar-latin,serif;
    font-weight: 300;
    font-style: italic;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 27px;
    line-height: 1.6875rem;
}

.ce_text.small {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  -webkit-column-count: 1 !important;
     -moz-column-count: 1 !important;
          column-count: 1 !important;
  text-align: center
}

.ce_text.small p {
    font-family: skolar-latin,serif;
    font-weight: 300;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 27px;
    line-height: 1.6875rem;
}

.ce_text.einspalter,
.ce_accordion.einspalter .accordion > div {
  -webkit-column-count: 1 !important;
     -moz-column-count: 1 !important;
          column-count: 1 !important;
}

.ce_hyperlink a {
    display: inline-block;
    padding: 0 36px;
    line-height: 36px;
    line-height: 2.25rem;
    font-weight: normal;
    border: 1px solid #021f36;
    color: #021f36;
    text-decoration: none;
}

.ce_hyperlink a:after {
    display: inline-block;
    content: "⇾";
    color: #021f36;
    padding-left: 5px;
}

.ce_hyperlink a:hover,
  .ce_hyperlink a:hover::after {
    background-color: #021f36;
    color: white;
    text-decoration: none;
}

.ce_hyperlink_right {
  text-align: right;
}

.lead_nav_container {
  margin: 54px 0 54px 0
}

.lead_nav_container ul {
    margin: 0 auto;
    padding: 0;
}

.lead_nav_container li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lead_nav_container li.active {
    padding: 0 36px 0 0;
    background-color: #f39200;
    color: white;
}

.lead_nav_container strong,
  .lead_nav_container a {
    display: block;
    border-bottom: 1px solid #f39200;
    text-decoration: none;
    padding: 0 36px 0 0;
    line-height: 36px;
    line-height: 2.25rem;
    font-weight: normal;
}

.lead_nav_container a {
    color: #f39200;
}

.lead_nav_container a:hover {
    background-color: #053353;
    border-color: #053353;
    color: white;
}

.lead_nav_container span:not(.arrow),
  .lead_nav_container strong {
    display: block;
    padding: 0 20px;
}

.lead_nav_container span.arrow {
    display: inline-block !important;
    min-width: 30px;
}

.seite_home .lead_nav_container {
    display: none;
}

.mod_randomImage .image_container, .ce_image .image_container {
    padding: 9px;
    background-color: white;
}

.mod_randomImage .caption, .ce_image .caption {
    text-align: center;
}

.image_container{
  margin-bottom: 36px;
}

.caption {
  padding-top: 36px;
}

/* ce_slider */

.ce_sliderStart {
  background: white
}

.ce_sliderStart > .inside {
    margin: 18px;
}

.ce_sliderStart .image_container {
    padding: 0 !important;
}

.ce_sliderStart img {
    width: auto;
    margin: auto;
}

.slider-control {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto
}

.slider-control a {
    line-height: 0;
    top: 0;
}

.slider-prev,
.slider-next {
  text-indent: -9999em;
  text-decoration: none;
}

.slider-prev {
  left: 0;
}

.slider-next {
  right: 0;
}

.slider-prev:after,
.slider-next:after {
  display: block;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-indent: 0;
  font-size: 30px;
}

.slider-prev:after {
  content: "⇠";
}

.slider-next:after {
  content: "⇢";
  text-align: right;
}

.slider-menu {
  display: none !important;
}

.pageNr {
  position: absolute;
  top: 0;
  width: 50%;
  left: 50%;
  margin-left: -25%;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  text-align: center;
}

.impressions .ce_sliderStart {
  position: relative;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 18px;
  background: #053353;
  color: white;
  text-align: center
}

.impressions .ce_sliderStart .inside {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}

.impressions .ce_sliderStart .content-slider {
    position: relative;
    padding-top: 54px;
    z-index: 10;
}

.impressions .ce_sliderStart .caption {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 18px;
    padding-bottom: 18px;
}

.impressions .ce_sliderStart a {
    color: white;
}

.impressions .ce_sliderStart .image_container {
    background-color: inherit;
    padding: 0;
}

.impressions .ce_sliderStart img {
    width: auto;
    margin: auto;
}

.impressions .ce_sliderStart .slider-control {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 9;
}

.impressions .ce_sliderStart .slider-prev {
    top: 50%;
    margin-top: 54px;
}

.impressions .ce_sliderStart .slider-next {
    top: 50%;
    margin-top: 54px;
}

.impressions .ce_sliderStart {

    .pageNr {
    top: 0;
    }
}

/* ce_player */

.ce_player {
  margin-bottom: 36px;
  text-align: center

}

.ce_player h3 {
    margin-bottom: 36px;
    margin-top: 0;
    font-size: 18px !important;
    font-size: 1.125rem !important;
}

.ce_player .video_container {
    background-color: #bfcad7;
}

.ce_player .caption {
    background: white;
}

.ce_player:not(.ce_player_video) {
  padding: 20px;
  background-color: #bfcad7;
}

.ce_sliderStart .ce_player {
  margin-bottom: 18px;
}

video {
  display: block;
  width: 100%;
  height: auto;
}

/* ce_accordion */

.toggler {
  position: relative;
  margin: 36px 0 0 0;
  padding: 18px 0;
  border-bottom: 1px solid #021f36;
  cursor: pointer;
  -webkit-column-span: all;
     -moz-column-span: all;
          column-span: all;
}

.accordion {
  padding: 18px 0 36px 0;
  -webkit-column-span: all;
     -moz-column-span: all;
          column-span: all;
}

.mod_article section:first-of-type{
  margin-top: 0 !important;
}

.mod_article section:last-of-type{
  margin-bottom: 36px;
}

.ce_accordion.ce_text,
.ce_accordionStart {
  margin-bottom: 9px;
}

.ui-accordion-header-icon {
  display: block;
  content: "";
  position: absolute;
  right: 4px;
  top: 3px;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 1px solid #021f36;
  border-right: 1px solid #021f36;

  -webkit-transition-duration: 0.2s;

          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.ui-state-active .ui-accordion-header-icon {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  top: 12px;
}

.ui-state-focus {
  outline: none;
}

.ce_questionStart .ui-accordion-header-icon {
    top: 25px;
    width: 16px;
    height: 16px;
}

.ce_questionStart .ui-state-active .ui-accordion-header-icon {
    top: 30px;
}

/* exercise */

.question_container {
  background-color: #bfcad7;
  padding: 40px;
}

.question_container + .question_container {
  padding-top: 0;
}

.tip_slider {
  display: none;
  background-color: #9ea7af;
  padding: 18px;
}

.tip_toggler {
  width: 80px;
  height: 80px;
  background: url(/files/public/images/tip.svg) no-repeat center center;
  text-indent: -9999em;
  margin-left: auto;
}

/* captions */

.caption {
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.3125rem;
}

@media screen and (min-width: 768px){
  .lead_nav_container .mod_navigation {
        text-align: center;
    }
  .lead_nav_container ul {
        margin: auto;
        letter-spacing: -0.3em;
    }
  .lead_nav_container li {
        display: inline-block;
        min-width: 245px;
        letter-spacing: normal;
    }
  .lead_nav_container li.active {
        padding: 0 36px;
    }
  .lead_nav_container strong,
    .lead_nav_container a {
        padding: 0 18px;
    }

  .mod_randomImage .image_container, .ce_image .image_container {
        padding: 18px;
    }

  .mod_randomImage img, .ce_image img {
        margin: auto;
    }

  .ce_text,
  .ce_text .accordion > div {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }

  .ce_player h3 {
        font-size: 1.3125rem;
    }

  .ce_wrapperStart .inside {
        margin-right: -20px;
        margin-left: -20px;
    }

  .ce_wrapperStart .ce_player {
        float: left;
        width: 50%;
        background-color: inherit;
        padding: 0;
    }

  .ce_wrapperStart .ce_player .inside {
        background-color: #bfcad7;
        margin-right: 20px;
        margin-left: 20px;
        padding: 9px;
    }

  .ce_sliderStart {
    background: white
  }

  .ce_sliderStart > .inside {
        margin: 36px;
    }

  .slider-control {
    margin-bottom: 36px;
  }

  .impressions .ce_sliderStart .pageNr {
        position: absolute;
        top:0;
    }

  .impressions .ce_sliderStart > .inside {
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
    }

  .impressions .ce_sliderStart ._slider-control {
        position: absolute;
        top: 50%;
        width: 100%;
    }

  .ce_sliderStart .ce_player {
    margin-bottom: 36px;
  }
}

/* Google Maps */

.ce_googleMaps h2 {
    margin-left: auto !important;
    margin-right: auto !important;
}

.ce_googleMaps .infoWindow {
    padding: 15px;
}

.ce_googleMaps .infoWindow h3 {
    margin-top: 0;
}

.ce_googleMaps .infoWindow p {
    margin-bottom: 18px;
    font-size: 18px;
    font-size: 1.125rem;
    text-align: left !important;
}

.ce_googleMaps .infoWindow a {
    color: #053353;
}

.ce_googleMaps .map_border {
    background-color: white;
    padding: 9px;
    margin-top: 36px;
}

.ce_googleMaps .map_wrapper {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    max-height: 650px;
    overflow: hidden;
}

.ce_googleMaps .map_wrapper > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.ce_googleMaps .inside {
    padding-bottom: 0;
}

.ce_download span {
    display: inline-block;
    width: 50px;
    padding-right: 10px;
}

.ce_download span svg {
    width: 100%;
    height: auto;
}

@media screen and (min-width: 768px){
  .ce_googleMaps .map_border {
        background-color: white;
        padding: 18px;
    }
}

@media screen and (min-width: 1024px){
  .ce_lead {
    margin-left: 20px !important;
    margin-right: 20px !important
  }
  .ce_lead .block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
  .ce_lead .image_container,
    .ce_lead .text {
        width: 50%;
        margin: 0;
    }
  .ce_lead .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
  .ce_lead p {
        font-size: 1.5rem;
        line-height: 1.875rem;
        margin-left: 20px;
        margin-right: 20px;
    }

  .mod_randomImage .image_container, .ce_image .image_container {
        padding: 27px;
    }

  .ce_text.small {
    width: 80%;
  }

  .ce_text.centertext p,
  .ce_text.centertext h3 {
    text-align: center;
  }

  .lead_nav_container {
    margin: 108px 0 54px 0;
  }

  .ce_googleMaps p {
        text-align: center;
    }

  .ce_questionStart .ce_text {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }

  .impressions .ce_sliderStart .caption {
        padding-top: 36px;
        padding-bottom: 36px;
    }

  .impressions .slider-control .slider-prev {
        left: -52px;
    }

  .impressions .slider-control .slider-next {
        right: -52px;
    }
}

@media screen and (min-width: 1200px){
  .ce_lead .image_container {
        padding-right: 20px;
    }
  .ce_lead .text {
        padding-left: 20px;
    }
}

@media screen and (min-width: 1440px){
  .ce_lead p {
        font-size: 1.6875rem;
        line-height: 2.25rem;
    }

  .mod_randomImage .image_container, .ce_image .image_container {
        padding: 36px;
    }

  .ce_text.small {
    width: 60%;
  }

  .impressions .ce_sliderStart {
        margin-top: 36px;
    }

  .impressions .slider-control .slider-prev {
        left: -150px;
    }

  .impressions .slider-control .slider-next {
        right: -150px;
    }
}

.ce_rsce_timeline {
  position: relative;
  overflow: visible;
  margin: 54px 0

}

.ce_rsce_timeline > div {}

.ce_rsce_timeline > div > div {
    position: relative;
}

.ce_rsce_timeline .tl_slider-wrapper {
    position: relative;
}

.ce_rsce_timeline ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
}

.ce_rsce_timeline li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tl_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 18px
}

.tl_navigation > div {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #053353;
    color: white;
    text-align: center;
}

.tl_navigation .disable {
    background-color: #bfcad7;
}

.tl_navigation ul {
    display: none;
}

.tl_content-slider {
  position: relative;
}

.tlitem_top {
  margin: 0 20px 0 0;
}

.tlitem_bottom {
  border-top: 2px solid #053353
}

.tlitem_tooltip {
  width: 92vw;
  max-width: 400px;
  padding: 12px;
  background-color: #bfcad7;
}

.tlitem_arrow {
  padding: 10px 0 10px 20px;
  color: #053353;
}

.tlitem_jear {
  margin: 0 20px;
  padding: 10px 0;
  color: #053353;
}

.gap2 .tlitem_bottom {
  padding-right: 320px;
}

.gap3 .tlitem_bottom {
  padding-right: 640px;
}

.gap4 .tlitem_bottom {
  padding-right: 960px;
}

li:last-child .tlitem_bottom {
  padding-right: 3000px;
}

#article-9 .ce_image {
    padding: 72px 0;
}

#article-9 .ce_image a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
    text-align: right;
    color: white;
}

#article-9 .ce_image a:hover {
    background-color: #bfcad7;
}

#article-9 .ce_image a:hover .cls-1,
      #article-9 .ce_image a:hover .cls-2 {
    stroke: #053353;
}

#article-9 .ce_image a:hover .cls-2 {
    fill: #bfcad7;
}

#article-9 .ce_image a:hover .cls-4 {
    fill: #053353;
}

#article-9 .ce_image a:hover .cls-5,
      #article-9 .ce_image a:hover .cls-9 {
    fill: #053353;
}

#article-9 .ce_image a:hover span {
    color: #053353;
}

#article-9 .ce_image span {
    display: inline-block;
    padding-right: 15%;
}

#article-9 svg {
    width: 100%;
    height: auto;
    min-width: 500px;
}

#article-1 .ce_text.small {
  padding: 36px 0;
}

@media screen and (min-width: 1024px){
  #article-9 .inside {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
  #article-9 .mod_navigation {
        padding-right: 9px;
    }
  #article-9 .ce_image {
        -webkit-box-flex: 2;
            -ms-flex-positive: 2;
                flex-grow: 2;
        padding-left: 9px;
    }
}

/* Responsive images */

img {
  display: block;
}

.image_container img,
svg {
  max-width:100%;
  height:auto;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/*# sourceMappingURL=standard.css.map */
