@charset 'UTF-8';
/* moved by compressor */
/* default styles for extension "tx_frontend" */
    .ce-align-left { text-align: left; }
    .ce-align-center { text-align: center; }
    .ce-align-right { text-align: right; }

    .ce-table td, .ce-table th { vertical-align: top; }

    .ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div { overflow: hidden; }

    .ce-left .ce-gallery, .ce-column { float: left; }
    .ce-center .ce-outer { position: relative; float: right; right: 50%; }
    .ce-center .ce-inner { position: relative; float: right; right: -50%; }
    .ce-right .ce-gallery { float: right; }

    .ce-gallery figure { display: table; margin: 0; }
    .ce-gallery figcaption { display: table-caption; caption-side: bottom; }
    .ce-gallery img { display: block; }
    .ce-gallery iframe { border-width: 0; }
    .ce-border img,
    .ce-border iframe {
        border: 2px solid #000000;
        padding: 0px;
    }

    .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
        margin-bottom: 10px;
    }
    .ce-image .ce-gallery { margin-bottom: 0; }
    .ce-intext.ce-right .ce-gallery { margin-left: 10px; }
    .ce-intext.ce-left .ce-gallery { margin-right: 10px; }
    .ce-below .ce-gallery { margin-top: 10px; }

    .ce-column { margin-right: 10px; }
    .ce-column:last-child { margin-right: 0; }

    .ce-row { margin-bottom: 10px; }
    .ce-row:last-child { margin-bottom: 0; }

    .ce-above .ce-bodytext { clear: both; }

    .ce-intext.ce-left ol, .ce-intext.ce-left ul { padding-left: 40px; overflow: auto; }

    /* Headline */
    .ce-headline-left { text-align: left; }
    .ce-headline-center { text-align: center; }
    .ce-headline-right { text-align: right; }

    /* Uploads */
    .ce-uploads { margin: 0; padding: 0; }
    .ce-uploads li { list-style: none outside none; margin: 1em 0; }
    .ce-uploads img { float: left; padding-right: 1em; vertical-align: top; }
    .ce-uploads span { display: block; }

    /* Table */
    .ce-table { width: 100%; max-width: 100%; }
    .ce-table th, .ce-table td { padding: 0.5em 0.75em; vertical-align: top; }
    .ce-table thead th { border-bottom: 2px solid #dadada; }
    .ce-table th, .ce-table td { border-top: 1px solid #dadada; }
    .ce-table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
    .ce-table-bordered th, .ce-table-bordered td { border: 1px solid #dadada; }

    /* Space */
    .frame-space-before-extra-small { margin-top: 1em; }
    .frame-space-before-small { margin-top: 2em; }
    .frame-space-before-medium { margin-top: 3em; }
    .frame-space-before-large { margin-top: 4em; }
    .frame-space-before-extra-large { margin-top: 5em; }
    .frame-space-after-extra-small { margin-bottom: 1em; }
    .frame-space-after-small { margin-bottom: 2em; }
    .frame-space-after-medium { margin-bottom: 3em; }
    .frame-space-after-large { margin-bottom: 4em; }
    .frame-space-after-extra-large { margin-bottom: 5em; }

    /* Frame */
    .frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }
    .frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }
    .frame-indent { margin-left: 15%; margin-right: 15%; }
    .frame-indent-left { margin-left: 33%; }
    .frame-indent-right { margin-right: 33%; }

/* DOCUMENT INFORMATION
    - Document: Stylesheet for WACON COOKIE CONSENT BOX
    - Version:  4.1.0
    - Client:   WACON Internet GmbH
    - Author:   Kerstin Schmitt / Oliver Best
*/

.waconcookiemanagement {
    display: none;
    font-family: Helvetica, sans-serif;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.5);
    font-weight: 300;
}

.cookie-set.script img {
    max-width: 100%;
    height: auto;
    /* filter: grayscale(100%) blur(5px) brightness(300%) saturate(0%) contrast(50%);
     -webkit-filter: grayscale(100%) blur(5px) brightness(300%) saturate(0%) contrast(50%);
     -moz-filter: grayscale(100%) blur(5px) brightness(300%) saturate(0%) contrast(50%);*/
}

.cookie-information {
    margin-bottom: 20px;
}

#CookieBox p,
#CookieBox h1,
#CookieBox h2,#CookieBox .h2,
#CookieBox h3, #CookieBox .h3{
    color: #333333;
    text-transform: none;
    text-decoration: none;
    font-style: normal;
}
#CookieBox .h2{
    font-size:120%;
    margin-top:1rem;
    margin-bottom:.6rem;
}
#CookieBox .h3{
    font-size:110%;
    margin-bottom:.6rem;
}

#CookieBox a {
    color: #333333;
    font-size: 16px;
    text-transform: none;
    text-decoration: none;
}

#CookieBox {
    z-index: 201;
    position: fixed;
    top: 10%;
    left: 20%;
    width: 60%;
    max-width: 100%;
    max-height: 80%;
    overflow: auto;
    background: #fff;
    padding: 70px 20px 20px;
    border-radius: 5px;
}

.waconcookiemanagementlist #CookieBox {
    z-index: 201;
    position: relative;
    width: 100%;
    top: 0%;
    left: 0%;
    max-width: 100%;
    max-height: auto;
    overflow: auto;
    background: #fff;
    padding: 0px;
    border-radius: 0px;
}

#CookieBox .h2 {
    text-align: center;
    font-weight: 600;
    font-size: 1.6rem;
}

#CookieBox ul, #CookieBox2 ul {
    margin: 0;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

#CookieBox .cookie-info ul, #CookieBox2 .cookie-infolist ul {
    text-align: left;
    padding: 0;
    padding-left: 1rem;
}

#CookieBox p, #CookieBox2 p {
    font-size: 1.1rem;
    margin: 0 auto 10px;
}

#CookieBox .cookie-btn {
    display: inline-block;
    font-family: inherit;
    font-size: 1.1rem;
    font-weight: bold;
    padding: .5em 1em;
    text-decoration: none;
    background: #8dc63f;
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
    margin: 15px auto;
}

#CookieBox .cookie-btn:hover {
    color: white;
    text-decoration: none;
}

#CookieBox .cookie-refuse .cookie-btn {
    background: #ccc;
}

#CookieBox .cookie-accept-container {
    text-align: center;
    cursor: pointer;
}

#CookieBox a.cookie-accept {
    padding: 10px 50px;
}

#CookieBox .cookieclose {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 4px;
    border: 1px solid #333;
    background: #333;
    padding: 2px 9px;
    font-family: Verdana, sans-serif;
    font-size: 26px;
    color: #fff;
}

#CookieBox .intro p {
    width: 75%;
}

#CookieBox .cookie-management,
#CookieBox .cookie-refuse {
    margin: 10px auto;

    text-align: center;
    cursor: pointer;
    border-radius: 15px;
    padding: 5px 50px;
    background-color: #ccc;
}

.waconcookiemanagementlist #CookieBox .cookie-refuse {
    background-color: transparent;
}

#CookieBox .text-center {
    text-align: center;
}

#CookieBox .text-right,
#CookieBox .text-back-right {
    text-align: right;
}

#CookieBox .text-back-right a {
    display: inline-block;
    padding: 0 5px;
    margin-right: 10px;
    color: #333333;
    text-decoration: none;
}

#CookieBox .cookieback {
    margin-left: auto;
    margin-right: auto;
    width: 65%;
    text-align: center;
    cursor: pointer;
    border-radius: 15px;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #ccc;
}

#CookieBox .cookie-on,
#CookieBox .cookie-off, #CookieBox2 .cookie-on,
#CookieBox2 .cookie-off {
    float: left;
    cursor: pointer;
    margin-right: 5px;
}

#CookieBox .cookie-on, #CookieBox2 .cookie-on {
    display: none;
}

#CookieBox .intro .cookie-legal, #CookieBox2 .intro .cookie-legal {
    margin-top: 50px;
    width: 100%;
}

#CookieBox .cookie-legal a {
    display: inline-block;
    padding: 0;
    font-size: .9rem;
    margin-right: 30px;
    color: #333333;
    text-decoration: none;
    cursor: pointer;
}

#CookieBox .cookie-legal a:hover {
    text-decoration: underline;
}

#CookieBox .info-text {
    display: none;
}

#CookieBox .info-show {
    cursor: pointer;
}

#CookieBox .info-hide {
    cursor: pointer;
}


#CookieBox .category {
    background: #eeeeee;
    padding: 10px;
    margin: 25px 30px;
}

.waconcookiemanagementlist #CookieBox2 .category {
    background: #eeeeee;
    padding: 10px;
    margin: 25px 0px;
}

#CookieBox .category .h3 {
    margin-top: 0;
    font-weight: 600;
    font-size: 1.25rem;
}


#CookieBox .cookie-info, #CookieBox2 .cookie-infolist {
    background: #fff;
    padding: 10px;
}

#CookieBox .cookie-info table, #CookieBox2 .cookie-infolist table {
    border-collapse: collapse;
    border-spacing: 0px;
    width: 100%;
}

#CookieBox .cookie-info td, #CookieBox2 .cookie-infolist td {
    padding: 3px 10px 3px 0;
    border-top: #eeeeee solid 1px;
}

#CookieBox .cookie-info p, #CookieBox2 .cookie-infolist p {
    margin-top: 0;
}

#CookieBox .box-cookie-management {
    display: none;
    overflow: auto;
}

#CookieBox .box-cookie-management-in > p {
    width: 80%;
}

.waconcookiemanagementlist #CookieBox .box-cookie-management {
    display: block;
}

.waconcookiemanagementlist #CookieBox .box-cookie-management-in > p {
    width: 100%;
    margin: 25px 0 0 0;
}

.waconcookiemanagementlist #CookieBox .intro p {
    width: 100%;
}

#CookieBox .deactivated,
#CookieBox .activated, #CookieBox2 .deactivated,
#CookieBox2 .activated {
    width: 40px;
    height: 20px;
    border-radius: 10px;
    background: #ccc;
    display: inline-block;
}

#CookieBox .activated, #CookieBox2 .activated {
    background: #8dc63f;
}

#CookieBox .off,
#CookieBox .on, #CookieBox2 .off,
#CookieBox2 .on {
    cursor: pointer;
    display: block;
    float: left;
    background: #fff;
    width: 16px;
    margin: 2px;
    height: 16px;
    border-radius: 8px;
}

#CookieBox .on, #CookieBox2 .on {
    float: right;
}

#CookieBox .arrow, #CookieBox2 .arrow {
    border: .5rem solid #333;
    font-size: 0;
    line-height: 0;
    height: 0;
    padding: 0;
    margin: 0px 10px;
    display: inline-block;
}

#CookieBox .arrow.down, #CookieBox2 .arrow.down {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    margin-bottom: -5px;
}

#CookieBox .arrow.up, #CookieBox2 .arrow.up {
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    margin-top: -5px;
}

/* CookieFix unterer Bereich mit Buttons */
#CookieBox .cookie-fix {
    display: none;
    overflow: auto;
    padding: 20px 0 0 0;
}

.waconcookiemanagementlist #CookieBox .cookie-fix {
    display: block;
}

#CookieBox .cookie-fix .cookie-save {
    float: left;
    margin-left: 30px;
}

#CookieBox .cookie-fix .text-back-right {
    float: right;
    margin-right: 30px;
}

#CookieBox .cookie-refuse-container, #CookieBox .cookie-accept-container, #CookieBox .cookie-management-container {
    text-align: center;
}

#CookieBox .cookie-fix .cookieback,
#CookieBox .cookie-fix .cookie-refuse {
    display: block;
    margin: 10px auto;
    text-align: center;
    cursor: pointer;
    border-radius: 15px;
    padding: 5px 20px;
    background-color: #ccc;
    white-space: nowrap;
    width: auto;
}

#CookieBox .cookie-fix .cookie-legal {
    clear: both
}

.cookie-set.script {
    cursor: pointer;
    position: relative;
    min-height: 50px;
    background: #ffffff;
    text-align: center;
}

.cookie-set.script p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #333333;
    text-align: center;
    background-color: rgb(255, 255, 255, 0.8);
    margin: 0 auto;
    padding: 40px;
    border-radius: 5px;
}

.cookie-set {
    cursor: pointer
}


@media (max-width: 1000px) {
    #CookieBox {
        left: 2%;
        width: 96%;
        top: 5%;
        max-height: 90%;
        min-height: 90%;
    }
}

@media (max-width: 786px) {
    #CookieBox .cookie-fix .text-back-right {
        width: 87%;
    }

}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../../../_assets/49fd353ad3995734655f96b72b6f00b2/Images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../../../_assets/49fd353ad3995734655f96b72b6f00b2/Fonts/slick.eot');
    src: url('../../../_assets/49fd353ad3995734655f96b72b6f00b2/Fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../../_assets/49fd353ad3995734655f96b72b6f00b2/Fonts/slick.woff') format('woff'), url('../../../_assets/49fd353ad3995734655f96b72b6f00b2/Fonts/slick.ttf') format('truetype'), url('../../../_assets/49fd353ad3995734655f96b72b6f00b2/Fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.fullscreen {
  background-color: #000; }
  .fullscreen header, .fullscreen aside, .fullscreen div, .fullscreen footer, .fullscreen figcaption {
    display: none; }
  .fullscreen #main {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 100vw;
    max-width: 100vw;
    height: 100vh; }
    .fullscreen #main .subcontent {
      display: block;
      float: left;
      margin: 0;
      padding: 0;
      width: unset; }
      .fullscreen #main .subcontent div {
        display: block; }
      .fullscreen #main .subcontent #fullscreen {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 200;
        max-width: 50px; }
      .fullscreen #main .subcontent #DasMenschlicheAuge {
        float: left; }

@font-face {
  font-family: 'NimbusSanCon';
  src: url('../../../_assets/49fd353ad3995734655f96b72b6f00b2/Fonts/2DEBA0_0_0.eot');
  src: url('../../../_assets/49fd353ad3995734655f96b72b6f00b2/Fonts/2DEBA0_0_0.eot?#iefix') format("embedded-opentype"), url('../../../_assets/49fd353ad3995734655f96b72b6f00b2/Fonts/2DEBA0_0_0.woff2') format("woff2"), url('../../../_assets/49fd353ad3995734655f96b72b6f00b2/Fonts/2DEBA0_0_0.woff') format("woff"), url('../../../_assets/49fd353ad3995734655f96b72b6f00b2/Fonts/2DEBA0_0_0.ttf') format("truetype");
  font-weight: normal;
  font-style: normal; }

* {
  margin: 0;
  padding: 0; }
  * * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    * *:before {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    * *:after {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }

h1 {
  font-family: "NimbusSanCon", arial, sans-serif;
  font-weight: normal;
  font-size: 45px;
  font-size: 2.8125rem;
  margin-bottom: 15px; }

h2 {
  font-family: "NimbusSanCon", arial, sans-serif;
  font-weight: normal;
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 10px; }

h3 {
  font-family: "NimbusSanCon", arial, sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 32px;
  font-size: 2rem; }

h4 {
  font-family: "NimbusSanCon", arial, sans-serif;
  font-weight: normal;
  margin-bottom: 13px;
  font-size: 25px;
  font-size: 1.5625rem; }

h5 {
  font-family: "NimbusSanCon", arial, sans-serif;
  font-weight: normal;
  margin-bottom: 13px;
  font-family: "Segoe UI", Avenir, Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600; }

h6 {
  font-family: "NimbusSanCon", arial, sans-serif;
  font-weight: normal;
  margin-bottom: 13px;
  font-family: "Segoe UI", Avenir, Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold; }

.h1 {
  font-family: "NimbusSanCon", arial, sans-serif;
  font-weight: normal;
  font-size: 45px;
  font-size: 2.8125rem;
  margin-bottom: 15px; }

.h2 {
  font-family: "NimbusSanCon", arial, sans-serif;
  font-weight: normal;
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 10px; }

.h3 {
  font-family: "NimbusSanCon", arial, sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 32px;
  font-size: 2rem; }

.h4 {
  font-family: "NimbusSanCon", arial, sans-serif;
  font-weight: normal;
  margin-bottom: 13px;
  font-size: 25px;
  font-size: 1.5625rem; }

.h5 {
  font-family: "NimbusSanCon", arial, sans-serif;
  font-weight: normal;
  margin-bottom: 13px;
  font-family: "Segoe UI", Avenir, Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600; }

.h6 {
  font-family: "NimbusSanCon", arial, sans-serif;
  font-weight: normal;
  margin-bottom: 13px;
  font-family: "Segoe UI", Avenir, Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold; }

.ce-textpic, .ce-image {
  overflow: hidden;
  clear: both; }
  .ce-textpic .ce-gallery, .ce-image .ce-gallery {
    margin: 10px 0 20px 0; }
  .ce-textpic figure.image img, .ce-image figure.image img {
    max-width: 100%;
    height: auto; }

.ce-textpic .ce-bodytext {
  margin-top: 10px;
  width: 100%; }

figcaption {
  background-color: #dfeaf2;
  margin-top: 2px;
  padding: 15px 20px;
  font-size: 13px;
  font-size: .8125rem; }

p {
  margin-bottom: 20px;
  line-height: 26px; }

object {
  margin-bottom: 20px;
  line-height: 26px; }

video {
  margin-bottom: 20px;
  line-height: 26px; }

.video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  max-width: 600px;
  margin-bottom: 40px; }
  .video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

hr {
  height: 1px;
  border: none;
  border-top: 2px solid #7eb3da;
  margin: 10px 0 30px 0;
  clear: both;
  overflow: hidden; }

a {
  color: #004078; }
  a:focus {
    text-decoration: none; }
  a:hover {
    text-decoration: none; }
  a:active {
    text-decoration: none; }

ul {
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 20px; }
  ul li {
    margin: 6px 0;
    padding: 0 0 0 17px;
    display: block;
    position: relative;
    list-style: none; }
    ul li:before {
      color: #004078;
      font-size: 20px;
      font-size: 1.25rem;
      position: absolute;
      top: 0;
      left: 0;
      content: "\2022"; }

ol {
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 20px;
  counter-reset: item;
  list-style-position: outside; }
  ol li {
    margin: 6px 0;
    padding: 0 0 0 17px;
    display: block;
    position: relative;
    padding-left: 20px; }
    ol li:before {
      color: #004078;
      font-size: 20px;
      font-size: 1.25rem;
      position: absolute;
      top: 0;
      left: 0;
      content: counters(item, ".") ".";
      counter-increment: item;
      font-size: 15px;
      font-size: .9375rem;
      font-weight: bold; }
  ol ol {
    margin-bottom: 0; }
    ol ol li {
      padding-left: 34px; }

.base-list-container {
  margin: 0 0 20px 20px; }
  .base-list-container ul {
    margin: 0; }

.table {
  overflow-y: auto;
  margin-bottom: 20px;
  width: 100%; }
  .table::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px; }
  .table::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: #7eb3da; }

table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  white-space: nowrap; }
  table th {
    background-color: #dfeaf2;
    font-family: "NimbusSanCon", arial, sans-serif;
    font-size: 25px;
    font-size: 1.5625rem;
    padding: 11px 22px;
    text-align: left;
    font-weight: normal; }
  table td {
    background-color: #eaf2f7;
    border-top: 2px solid #fff;
    border-left: 2px solid #004078;
    padding: 14px 22px; }
    table td:first-child {
      border-left: none; }

form p {
  overflow: hidden;
  clear: both; }

form ol li {
  overflow: hidden;
  clear: both; }
  form ol li:before {
    content: ""; }

input[type="text"] {
  border: 2px solid #e4e4e4;
  height: 41px;
  padding: 0 17px;
  line-height: 26px;
  width: 100%;
  max-width: 380px;
  font-family: "Segoe UI", Avenir, Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #2f2f2f;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-color: #e4e4e4; }
  input[type="text"]:focus {
    border-color: #004078; }
  input[type="text"]:active {
    border-color: #004078; }

input[type="search"] {
  border: 2px solid #e4e4e4;
  height: 41px;
  padding: 0 17px;
  line-height: 26px;
  width: 100%;
  max-width: 380px;
  font-family: "Segoe UI", Avenir, Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #2f2f2f;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-color: #e4e4e4; }
  input[type="search"]:focus {
    border-color: #004078; }
  input[type="search"]:active {
    border-color: #004078; }

input[type="date"] {
  border: 2px solid #e4e4e4;
  height: 41px;
  padding: 0 17px;
  line-height: 26px;
  width: 100%;
  max-width: 380px;
  font-family: "Segoe UI", Avenir, Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #2f2f2f;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-color: #e4e4e4;
  height: auto;
  padding: 5px 17px 4px 17px; }
  input[type="date"]:focus {
    border-color: #004078; }
  input[type="date"]:active {
    border-color: #004078; }

select {
  border: 2px solid #e4e4e4;
  height: 41px;
  padding: 0 17px;
  line-height: 26px;
  width: 100%;
  max-width: 380px;
  font-family: "Segoe UI", Avenir, Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #2f2f2f;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-color: #e4e4e4; }
  select:focus {
    border-color: #004078; }
  select:active {
    border-color: #004078; }

textarea {
  border: 2px solid #e4e4e4;
  height: 41px;
  padding: 0 17px;
  line-height: 26px;
  width: 100%;
  max-width: 380px;
  font-family: "Segoe UI", Avenir, Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #2f2f2f;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-color: #e4e4e4;
  padding-top: 7px;
  height: 145px;
  max-width: 485px; }
  textarea:focus {
    border-color: #004078; }
  textarea:active {
    border-color: #004078; }

.select {
  background: #fff url('../../../_assets/49fd353ad3995734655f96b72b6f00b2/Images/icon-selectbox.png') no-repeat right center;
  overflow: hidden;
  height: 41px;
  width: 100%;
  max-width: 380px;
  min-width: 200px; }
  .select select {
    background: transparent;
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 9px 0 13px; }

input[type="checkbox"] {
  float: left;
  display: block;
  margin: 7px 0 0 0;
  cursor: pointer; }

input[type="radio"] {
  float: left;
  display: block;
  cursor: pointer; }

label {
  display: block;
  float: none;
  margin-bottom: 4px; }

fieldset {
  border: none; }

input[type="submit"] {
  width: 100%;
  max-width: 225px;
  height: 45px;
  font-family: "NimbusSanCon", arial, sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  background-color: #004078;
  color: #fff;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin: 0 20px 20px 0;
  text-decoration: none;
  -webkit-appearance: none; }
  input[type="submit"]:hover {
    background-color: #7eb3da;
    color: #004078;
    cursor: pointer; }
  input[type="submit"]:focus {
    background-color: #7eb3da;
    color: #004078;
    cursor: pointer; }

button {
  width: 100%;
  max-width: 225px;
  height: 45px;
  font-family: "NimbusSanCon", arial, sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  background-color: #004078;
  color: #fff;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin: 0 20px 20px 0;
  text-decoration: none;
  -webkit-appearance: none; }
  button:hover {
    background-color: #7eb3da;
    color: #004078;
    cursor: pointer; }
  button:focus {
    background-color: #7eb3da;
    color: #004078;
    cursor: pointer; }
  button::-moz-focus-inner {
    padding: 0;
    border: 0; }

.btn {
  width: 100%;
  max-width: 225px;
  height: 45px;
  font-family: "NimbusSanCon", arial, sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  background-color: #004078;
  color: #fff;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin: 0 20px 20px 0;
  text-decoration: none;
  -webkit-appearance: none;
  display: block;
  text-align: center;
  float: left;
  padding-top: 10px; }
  .btn:hover {
    background-color: #7eb3da;
    color: #004078;
    cursor: pointer; }
  .btn:focus {
    background-color: #7eb3da;
    color: #004078;
    cursor: pointer; }

.placeholder {
  font-family: "Segoe UI", Avenir, Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #2f2f2f; }
  .placeholder::-webkit-input-placeholder {
    font-family: "Segoe UI", Avenir, Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 16px;
    font-size: 1rem;
    color: #2f2f2f !important; }
  .placeholder::-moz-placeholder {
    font-family: "Segoe UI", Avenir, Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 16px;
    font-size: 1rem;
    color: #2f2f2f !important; }
  .placeholder:-ms-input-placeholder {
    font-family: "Segoe UI", Avenir, Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 16px;
    font-size: 1rem;
    color: #2f2f2f !important; }
  .placeholder:-moz-placeholder {
    font-family: "Segoe UI", Avenir, Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 16px;
    font-size: 1rem;
    color: #2f2f2f !important; }

.base-sets {
  margin-bottom: 20px; }

input[type='checkbox'], input[type='radio'] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  border: none;
  float: left;
  background: transparent;
  opacity: 0;
  position: absolute;
  cursor: pointer;
  width: 1px; }
  input[type='checkbox']:checked, input[type='radio']:checked {
    background: transparent;
    position: relative; }
    input[type='checkbox']:checked + label:before, input[type='radio']:checked + label:before {
      content: " ";
      display: inline-block;
      width: 25px;
      height: 25px;
      position: absolute;
      left: 0;
      top: 0;
      margin-right: 10px;
      border: 2px solid #9d9d9d;
      background: #e4e4e4;
      padding: 2px 0px 0 1px;
      line-height: 70%;
      float: left;
      content: url('../../../_assets/49fd353ad3995734655f96b72b6f00b2/Css/icon_check.svg');
      transform: scale(1.02 1.02); }
  input[type='checkbox']:not(:checked), input[type='radio']:not(:checked) {
    background: transparent;
    position: relative; }
    input[type='checkbox']:not(:checked) + label:before, input[type='radio']:not(:checked) + label:before {
      content: " ";
      display: inline-block;
      width: 25px;
      height: 25px;
      position: absolute;
      left: 0;
      top: 0;
      margin-right: 10px;
      border: 2px solid #9d9d9d;
      background: #e4e4e4;
      padding: 2px 0px 0 1px;
      line-height: 70%;
      float: left; }
  input[type='checkbox'] + label, input[type='radio'] + label {
    cursor: pointer;
    overflow: visible;
    position: relative;
    padding-left: 40px; }
    input[type='checkbox'] + label:before, input[type='radio'] + label:before {
      margin-bottom: 20px; }
    input[type='checkbox'] + label p, input[type='radio'] + label p {
      display: inline-block;
      margin-bottom: 5px; }
  input[type='checkbox']:focus + label:before, input[type='radio']:focus + label:before {
    border: 2px solid #004078; }

input[type='radio']:checked + label:before {
  content: " ";
  content: url('../../../_assets/49fd353ad3995734655f96b72b6f00b2/Css/icon_check.svg');
  transform: scale(1.02 1.02);
  border-radius: 30px; }

input[type='radio']:not(:checked) + label:before {
  content: " ";
  border-radius: 30px; }

.ui-datepicker {
  background: #004078;
  color: white; }
  .ui-datepicker .ui-datepicker-prev {
    float: left;
    color: white;
    display: block;
    position: relative;
    margin: 10px 20px; }
  .ui-datepicker .ui-datepicker-next {
    float: right;
    color: white;
    display: block;
    position: relative;
    margin: 10px 20px; }
  .ui-datepicker .ui-datepicker-title {
    clear: both;
    text-align: center;
    margin: 10px 20px; }
  .ui-datepicker table span {
    color: #004078; }
  .ui-datepicker table .ui-state-default {
    text-decoration: none; }
  .ui-datepicker table td {
    border-left: 2px solid #fff; }

form[id^='materialandregistration1'] .errorField, form[id^='materialandregistration2'] .errorField, form[id^='materialandregistration3'] .errorField, form[id^='bestellformularRundumsAuge'] .errorField, form[id^='contact'] .errorField {
  border: 2px solid #e44e51 !important; }

form[id^='materialandregistration1'] .required, form[id^='materialandregistration2'] .required, form[id^='materialandregistration3'] .required, form[id^='bestellformularRundumsAuge'] .required, form[id^='contact'] .required {
  margin-left: 5px; }

form[id^='materialandregistration1'] .btn, form[id^='materialandregistration2'] .btn, form[id^='materialandregistration3'] .btn, form[id^='bestellformularRundumsAuge'] .btn, form[id^='contact'] .btn {
  padding: 0; }

form[id^='materialandregistration1'] textarea, form[id^='materialandregistration2'] textarea, form[id^='materialandregistration3'] textarea, form[id^='bestellformularRundumsAuge'] textarea, form[id^='contact'] textarea {
  margin-bottom: 15px; }

form[id^='materialandregistration1'] > .form-group, form[id^='materialandregistration2'] > .form-group, form[id^='materialandregistration3'] > .form-group, form[id^='bestellformularRundumsAuge'] > .form-group, form[id^='contact'] > .form-group {
  margin-bottom: 25px; }

form[id^='materialandregistration1'] .form-group .control-label, form[id^='materialandregistration2'] .form-group .control-label, form[id^='materialandregistration3'] .form-group .control-label, form[id^='bestellformularRundumsAuge'] .form-group .control-label, form[id^='contact'] .form-group .control-label {
  display: flex;
  clear: both;
  margin-bottom: 10px; }
  form[id^='materialandregistration1'] .form-group .control-label p, form[id^='materialandregistration2'] .form-group .control-label p, form[id^='materialandregistration3'] .form-group .control-label p, form[id^='bestellformularRundumsAuge'] .form-group .control-label p, form[id^='contact'] .form-group .control-label p {
    float: left;
    clear: none;
    margin-bottom: 0; }

form[id^='materialandregistration1'] .row, form[id^='materialandregistration2'] .row, form[id^='materialandregistration3'] .row, form[id^='bestellformularRundumsAuge'] .row, form[id^='contact'] .row {
  overflow: hidden; }
  form[id^='materialandregistration1'] .row .form-group, form[id^='materialandregistration2'] .row .form-group, form[id^='materialandregistration3'] .row .form-group, form[id^='bestellformularRundumsAuge'] .row .form-group, form[id^='contact'] .row .form-group {
    margin-bottom: 20px; }
  form[id^='materialandregistration1'] .row .row, form[id^='materialandregistration2'] .row .row, form[id^='materialandregistration3'] .row .row, form[id^='bestellformularRundumsAuge'] .row .row, form[id^='contact'] .row .row {
    float: left;
    clear: none;
    margin-right: 20px;
    min-width: 380px; }
    form[id^='materialandregistration1'] .row .row .form-group, form[id^='materialandregistration2'] .row .row .form-group, form[id^='materialandregistration3'] .row .row .form-group, form[id^='bestellformularRundumsAuge'] .row .row .form-group, form[id^='contact'] .row .row .form-group {
      margin-right: 0; }
    form[id^='materialandregistration1'] .row .row input, form[id^='materialandregistration2'] .row .row input, form[id^='materialandregistration3'] .row .row input, form[id^='bestellformularRundumsAuge'] .row .row input, form[id^='contact'] .row .row input {
      max-width: 180px; }

form[id^='materialandregistration1'] .hidden, form[id^='materialandregistration2'] .hidden, form[id^='materialandregistration3'] .hidden, form[id^='bestellformularRundumsAuge'] .hidden, form[id^='contact'] .hidden {
  display: none; }

form[id^='materialandregistration1'] input[type="checkbox"] + label, form[id^='materialandregistration2'] input[type="checkbox"] + label, form[id^='materialandregistration3'] input[type="checkbox"] + label, form[id^='bestellformularRundumsAuge'] input[type="checkbox"] + label, form[id^='contact'] input[type="checkbox"] + label {
  margin-bottom: 0; }

form[id^='materialandregistration1'] .select, form[id^='materialandregistration2'] .select, form[id^='materialandregistration3'] .select, form[id^='bestellformularRundumsAuge'] .select, form[id^='contact'] .select {
  background-position: right 43px;
  height: 71px; }

form[id^='materialandregistration1'] .error, form[id^='materialandregistration2'] .error, form[id^='materialandregistration3'] .error, form[id^='bestellformularRundumsAuge'] .error, form[id^='contact'] .error {
  border: 2px solid #e44e51;
  margin-bottom: 30px;
  padding: 20px; }
  form[id^='materialandregistration1'] .error.help-block, form[id^='materialandregistration2'] .error.help-block, form[id^='materialandregistration3'] .error.help-block, form[id^='bestellformularRundumsAuge'] .error.help-block, form[id^='contact'] .error.help-block {
    display: block; }

form[id^='materialandregistration1'] label[for='materialandregistration1-515-systemcategoryoptionsiamplanning-0'], form[id^='materialandregistration2'] label[for='materialandregistration1-515-systemcategoryoptionsiamplanning-0'], form[id^='materialandregistration3'] label[for='materialandregistration1-515-systemcategoryoptionsiamplanning-0'], form[id^='bestellformularRundumsAuge'] label[for='materialandregistration1-515-systemcategoryoptionsiamplanning-0'], form[id^='contact'] label[for='materialandregistration1-515-systemcategoryoptionsiamplanning-0'] {
  display: none !important; }

textarea {
  margin-bottom: 15px; }
  @media (min-width: 1260px) {
    textarea {
      max-width: 800px; } }
  textarea :-moz-focusring {
    color: #004078; }

label {
  display: flex;
  padding-bottom: 5px; }
  label p {
    margin-bottom: 0; }

.form-group .control-label .required {
  padding-left: 5px; }

input[type='email'] {
  border: 2px solid #e4e4e4;
  height: 41px;
  padding: 0 17px;
  margin-bottom: 15px;
  line-height: 26px;
  width: 70%;
  max-width: 300px;
  font-family: "Segoe UI", Avenir, Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  color: #2f2f2f;
  -webkit-appearance: none;
  border-radius: 0px;
  background-color: #e4e4e4; }
  @media (min-width: 1260px) {
    input[type='email'] {
      width: 100%; } }
  @media (min-width: 1260px) {
    input[type='email'] {
      width: 100%; } }
  input[type='email'] :-moz-focusring {
    color: #004078; }

.tx-fp-masterquiz form .quiz-checkboxes {
  display: block;
  opacity: 0;
  position: absolute;
  cursor: pointer;
  width: 1px; }

.tx-fp-masterquiz form .quiz-radiobox {
  display: block;
  opacity: 0;
  position: absolute;
  cursor: pointer;
  width: 1px; }

form .btn.btn-primary {
  padding: 0; }
  form .btn.btn-primary:-moz-focusring {
    color: #004078; }

.pull-right.quiz-subm .btn.btn-primary.btn-lg {
  padding-top: 0; }
  .pull-right.quiz-subm .btn.btn-primary.btn-lg:-moz-focusring {
    color: #004078; }

#quiz-restart {
  padding-top: 10px; }
  #quiz-restart:-moz-focusring {
    color: #004078; }

form img {
  width: 100%;
  max-width: 400px;
  height: auto; }

.tx-fp-masterquiz form label {
  margin-bottom: 12px; }

.tx-fp-masterquiz form input {
  display: none; }

.tx-fp-masterquiz form .card {
  margin-bottom: 20px; }

.karteikarte {
  background-color: transparent;
  width: 285px;
  height: 430px;
  margin: 0 auto;
  perspective: 1000px;
  margin-bottom: 20px; }
  .karteikarte :hover {
    cursor: pointer; }
  @media (min-width: 650px) {
    .karteikarte {
      float: left;
      margin-bottom: 40px; }
      .karteikarte:nth-child(even) {
        margin-right: 40px; } }
  @media (min-width: 960px) {
    .karteikarte {
      float: left; }
      .karteikarte:nth-child(even) {
        margin-right: 40px; } }
  .karteikarte .ce-textpic img {
    width: 285px;
    height: 430px; }
  .karteikarte:focus {
    border: 5px solid #7eb3da; }
  .karteikarte:-moz-focusring {
    border: 5px solid #7eb3da; }

.karteikarte .ce-textpic {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  overflow: visible; }

.karteikarte.switch .ce-textpic {
  transform: rotateY(180deg); }

.karteikarte .ce-gallery, .karteikarte .ce-bodytext {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.karteikarte .ce-gallery {
  color: black; }

.karteikarte .ce-bodytext {
  background-color: #fff;
  border: 3px solid #004078;
  transform: rotateY(180deg);
  overflow: hidden; }
  .karteikarte .ce-bodytext h2, .karteikarte .ce-bodytext h3, .karteikarte .ce-bodytext h4, .karteikarte .ce-bodytext h5 {
    margin: 5px 5px;
    color: #004078;
    padding-top: clamp(40px, 80px, 80px);
    padding-bottom: 20px;
    font-size: 3em;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
    @media (min-width: 960px) {
      .karteikarte .ce-bodytext h2, .karteikarte .ce-bodytext h3, .karteikarte .ce-bodytext h4, .karteikarte .ce-bodytext h5 {
        padding-top: clamp(40px, 80px, 80px); } }
  .karteikarte .ce-bodytext p {
    margin: 0 10px 10px 10px; }
  .karteikarte .ce-bodytext ul {
    border-top: 1px solid white;
    background-color: #004078;
    padding: 30px 0; }
    .karteikarte .ce-bodytext ul li {
      padding: 5px 0;
      font-size: 1.3em;
      color: #fff; }
      .karteikarte .ce-bodytext ul li :not(:last-child) {
        margin-bottom: 3px; }
      .karteikarte .ce-bodytext ul li:before {
        content: none; }
  .karteikarte .ce-bodytext ol li {
    padding: 0;
    color: #fff; }
    .karteikarte .ce-bodytext ol li:before {
      left: 20px;
      font-weight: unset;
      color: white; }

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto; }
  .white-popup button {
    right: -25px;
    top: -5px; }

#DasMenschlicheAuge {
  position: relative;
  width: 100%;
  height: auto; }
  #DasMenschlicheAuge area {
    cursor: pointer; }
  #DasMenschlicheAuge .image {
    width: 100%;
    height: auto; }
  #DasMenschlicheAuge .imagemap-image, #DasMenschlicheAuge svg {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10; }
  #DasMenschlicheAuge svg {
    z-index: 1; }
    #DasMenschlicheAuge svg text, #DasMenschlicheAuge svg tspan {
      font-family: Arial, Helvetica, sans-serif;
      fill: #fff; }
    #DasMenschlicheAuge svg path {
      stroke: #fff;
      stroke-width: .3; }
    #DasMenschlicheAuge svg g[id^="area-"] {
      display: none; }
      #DasMenschlicheAuge svg g[id^="area-"].show {
        display: block; }

form[id^='materialandregistration2'] #materialandregistration2-624-systemcategoryoptionsiamplanning, form[id^='materialandregistration2'] .do-not-show-label .control-label {
  display: none; }

#contactform input[type='checkbox'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 0; }
  #contactform input[type='checkbox']:checked {
    opacity: 0;
    margin: 0;
    padding: 0; }
  #contactform input[type='checkbox']:not(:checked) {
    opacity: 0;
    margin: 0;
    padding: 0; }

#contactform input[type='radio'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 0; }
  #contactform input[type='radio']:checked {
    opacity: 0;
    margin: 0;
    padding: 0; }
  #contactform input[type='radio']:not(:checked) {
    opacity: 0;
    margin: 0;
    padding: 0; }

#contactform .error {
  padding: 20px;
  margin: 20px 0;
  background-color: #fff;
  color: #2f2f2f;
  border: 2px solid #e44e51; }
  #contactform .error span:first-of-type {
    margin-top: 10px;
    display: inline-block; }

.news-search-form input[type='checkbox'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 0; }
  .news-search-form input[type='checkbox']:checked {
    opacity: 0;
    margin: 0;
    padding: 0; }
  .news-search-form input[type='checkbox']:not(:checked) {
    opacity: 0;
    margin: 0;
    padding: 0; }

.news-search-form input[type='radio'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 0; }
  .news-search-form input[type='radio']:checked {
    opacity: 0;
    margin: 0;
    padding: 0; }
  .news-search-form input[type='radio']:not(:checked) {
    opacity: 0;
    margin: 0;
    padding: 0; }

.news-search-form .select {
  max-width: 200px; }

.news-search-form .btn {
  padding-top: 0; }

.braille-container {
  display: inline-block;
  margin-right: 20px;
  float: left;
  height: 120px; }

.braille-label {
  text-align: center; }

#braille-editor {
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 20px; }

#braille-result {
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 20px; }

.braille-characters .braille-character {
  display: inline-block;
  margin-right: 20px;
  height: 120px; }
  .braille-characters .braille-character img {
    cursor: pointer; }

.braille-characters .braille-empty {
  display: inline-block;
  width: 30px;
  margin-right: 10px; }

.braille-clear {
  clear: both;
  margin-bottom: 20px; }

#photocompetition .twoCol {
  float: left;
  margin-bottom: 30px; }
  #photocompetition .twoCol .photo {
    float: left;
    padding-right: 20px;
    width: 100%; }
    #photocompetition .twoCol .photo img {
      width: 100%;
      height: auto; }
  #photocompetition .twoCol .photo-description {
    padding-top: 12px;
    clear: both; }

#photocompetition .photo-voting strong {
  font-weight: bold;
  color: #2f2f2f;
  font-size: inherit;
  text-transform: none; }

#photocompetition .voting {
  margin: 7px 13px 0px 6px;
  -ms-transform: scale(2);
  -moz-transform: scale(2);
  -webkit-transform: scale(2);
  -o-transform: scale(2);
  padding: 10px; }

#photocompetition .add_presenter {
  display: block; }

#photocompetition .presenters input {
  margin: 0 16px 10px 0; }

#photocompetition .small {
  overflow: hidden; }
  #photocompetition .small p {
    float: left;
    clear: none;
    margin-right: 20px; }
    #photocompetition .small p + p {
      margin-right: 0; }
    #photocompetition .small p input {
      max-width: 180px; }

#photocompetition .hidden {
  display: none; }

#photocompetition input[type="checkbox"] + label {
  margin-bottom: 0; }

#photocompetition .select {
  background-position: right 43px;
  height: 71px; }

#photocompetition .error {
  border: 2px solid #e44e51;
  margin-bottom: 30px;
  padding: 20px; }

body {
  font-family: "Segoe UI", Avenir, Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #2f2f2f; }

.container {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }

#header {
  border-top: 5px solid #004078; }
  #header .logo img {
    width: 100%;
    max-width: 490px;
    height: auto; }
  #header .show-menu {
    font-size: 27px;
    font-size: 1.6875rem;
    text-decoration: none;
    height: 45px;
    color: #fff;
    background: #004078;
    font-family: "NimbusSanCon", arial, sans-serif;
    text-align: center;
    display: block;
    padding-top: 7px;
    max-width: 490px;
    cursor: pointer;
    margin-top: 20px; }
    #header .show-menu:before {
      content: "\2261";
      padding-right: 7px; }
  #header .show-menu.main-open {
    padding-top: 0;
    line-height: 170%; }
    #header .show-menu.main-open:before {
      content: "\2717"; }
  #header .main-nav > ul.main-open {
    display: block; }

#main {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 0 20px; }
  #main:after {
    content: " ";
    display: block;
    clear: both; }
  #main .head {
    clear: both;
    overflow: hidden; }
  #main .subcontent {
    max-width: 800px;
    margin: 0 auto 40px auto; }
    #main .subcontent iframe {
      max-width: 100%; }

#footer {
  background: #004078;
  color: #fff;
  padding: 40px 0 20px 0; }
  #footer ul {
    margin: 0 0 20px 0;
    padding: 0; }
  #footer li {
    margin: 6px 0 0 0;
    padding: 0; }
    #footer li:before {
      content: ""; }
  #footer .h4 {
    background: url('../../../_assets/49fd353ad3995734655f96b72b6f00b2/Images/bg-footer.png') no-repeat;
    margin: -6px 0 0 -38px;
    padding: 6px 0 0 38px; }
  #footer a {
    color: #fff;
    text-decoration: none; }
    #footer a:hover {
      text-decoration: underline; }
    #footer a:focus {
      text-decoration: underline; }
  #footer .container {
    width: 300px; }

.copyright {
  background: #00325e;
  padding: 25px 0 20px 0;
  color: #fff;
  text-align: center; }
  .copyright p {
    margin: 0; }
  .copyright span {
    display: block; }
  .copyright a {
    color: #fff;
    text-decoration: none; }
    .copyright a:hover {
      text-decoration: underline; }

.cookie-set.script {
  text-align: left; }
  .cookie-set.script p {
    position: relative;
    display: block;
    text-align: left; }
    .cookie-set.script p:hover {
      text-decoration: underline; }

.cookielink {
  background: #00325e;
  color: #fff;
  padding: 0 20px; }
  .cookielink .cookie-set {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px; }
    .cookielink .cookie-set:hover {
      text-decoration: underline; }

.cookieclose {
  background: #00325e !important; }

.cookie-btn {
  background: #004078 !important; }

.meta-nav {
  margin-top: 20px;
  max-width: 490px;
  clear: both;
  overflow: hidden; }
  .meta-nav ul {
    margin: 0;
    padding: 0; }
  .meta-nav li {
    float: left;
    margin: 0;
    padding: 0;
    width: 50%; }
    .meta-nav li:before {
      content: ""; }
    .meta-nav li a {
      padding: 11px 0;
      text-align: center;
      height: 44px;
      border-top: 1px solid #e4e4e4;
      border-right: 1px solid #e4e4e4;
      border-bottom: 1px solid #e4e4e4;
      color: #5f5f5f;
      text-decoration: none;
      display: block; }
    .meta-nav li:nth-child(odd) a {
      border-left: 1px solid #e4e4e4; }
    .meta-nav li:nth-child(3) a {
      border-top: none; }
    .meta-nav li:nth-child(4) a {
      border-top: none; }
    .meta-nav li:hover a {
      text-decoration: underline; }
    .meta-nav li:focus a {
      text-decoration: underline; }

.search {
  margin-top: 20px;
  max-width: 490px;
  height: 44px; }
  .search input {
    border: none;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 5px 10px 20px;
    height: 44px;
    width: 84%;
    max-width: none;
    float: left; }
  .search button {
    width: 16%;
    height: 44px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    margin: 0;
    position: relative;
    overflow: visible; }
    .search button:before {
      content: "";
      position: absolute;
      background: url('../../../_assets/49fd353ad3995734655f96b72b6f00b2/Images/search.png') no-repeat center center;
      top: 10px;
      left: 50%;
      margin-left: -12px;
      width: 23px;
      height: 24px; }
  .search::-webkit-input-placeholder {
    font-size: 14px;
    font-size: .875rem;
    color: #9d9d9d;
    font-style: italic; }
  .search::-moz-placeholder {
    font-size: 14px;
    font-size: .875rem;
    color: #9d9d9d;
    font-style: italic; }
  .search:-ms-input-placeholder {
    font-size: 14px;
    font-size: .875rem;
    color: #9d9d9d;
    font-style: italic; }
  .search:-moz-placeholder {
    font-size: 14px;
    font-size: .875rem;
    color: #9d9d9d;
    font-style: italic; }
  .search .placeholder {
    font-size: 14px;
    font-size: .875rem;
    color: #9d9d9d;
    font-style: italic; }

form#tx_indexedsearch .hidden {
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  color: transparent; }

form#tx_indexedsearch fieldset {
  display: inline-flex;
  width: 100%; }
  form#tx_indexedsearch fieldset legend {
    margin-bottom: 20px; }
  form#tx_indexedsearch fieldset .tx-indexedsearch-searchbox-sword {
    width: 75%; }
  form#tx_indexedsearch fieldset .tx-indexedsearch-searchbox-button {
    height: 41px;
    width: 25%;
    margin-right: 0; }

.tx-indexedsearch-searchbox {
  max-width: 450px; }
  .tx-indexedsearch-searchbox table {
    width: auto;
    margin-bottom: 10px;
    display: inherit; }
    .tx-indexedsearch-searchbox table td {
      border-left: none; }
    .tx-indexedsearch-searchbox table input[type="submit"] {
      margin-bottom: 0; }
  .tx-indexedsearch-searchbox thead {
    display: inherit; }
  .tx-indexedsearch-searchbox tbody {
    display: inherit; }
  .tx-indexedsearch-searchbox th {
    display: inherit; }
  .tx-indexedsearch-searchbox td {
    display: inherit; }
  .tx-indexedsearch-searchbox tr {
    display: inherit; }
    .tx-indexedsearch-searchbox tr + tr td:first-child {
      display: none; }
  .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword {
    width: 100%; }

ul.tx-indexedsearch-browsebox {
  padding: 20px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #004078;
  border-bottom: 1px solid #004078; }
  ul.tx-indexedsearch-browsebox li {
    display: inline-block;
    padding: 0;
    margin-right: 10px; }
    ul.tx-indexedsearch-browsebox li:before {
      content: ""; }

.tx-indexedsearch-res table {
  white-space: normal; }
  .tx-indexedsearch-res table td {
    border-left: none; }

.tx-indexedsearch-res tr:first-child td {
  border-top: none; }

.tx-indexedsearch-res .tx-indexedsearch-result-number {
  display: none; }

.tx-indexedsearch-res .tx-indexedsearch-title {
  font-weight: bold; }

.tx-indexedsearch-res .tx-indexedsearch-percent {
  text-align: right; }

.main-nav ul {
  margin: 0;
  padding: 0;
  position: static;
  display: none;
  width: 100%;
  max-width: 490px; }

.main-nav li {
  margin: 0;
  padding: 0;
  position: relative;
  border-top: 1px solid #2d7cb6;
  clear: both; }
  .main-nav li:before {
    content: ""; }
  .main-nav li:first-child {
    margin-left: 0; }
  .main-nav li:hover > a {
    background: #7eb3da;
    color: #004078; }
  .main-nav li:hover span {
    color: #004078; }
  .main-nav li a {
    text-decoration: none;
    font-size: 27px;
    font-size: 1.6875rem;
    padding: 10px 26px;
    line-height: 30px;
    color: #fff;
    background: #004078;
    font-family: "NimbusSanCon", arial, sans-serif;
    display: block;
    width: 100%;
    float: left; }
  .main-nav li span {
    font-size: 20px;
    display: block;
    float: right;
    width: 50px;
    height: 50px;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    border-left: 1px solid #2d7cb6;
    padding-top: 15px;
    cursor: pointer;
    color: #fff; }
    .main-nav li span:before {
      content: "\2193"; }
    .main-nav li span:hover {
      color: #004078; }

.main-nav li.open > a {
  background: #7eb3da;
  position: relative;
  color: #004078; }
  .main-nav li.open > a:before {
    content: "";
    position: absolute;
    top: 17px;
    left: 0;
    border-top: 7px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 7px solid transparent; }

.main-nav li.open span {
  color: #004078; }
  .main-nav li.open span:before {
    content: "\2191"; }

.main-nav li.active > a {
  background: #7eb3da;
  position: relative;
  color: #004078; }
  .main-nav li.active > a:before {
    content: "";
    position: absolute;
    top: 17px;
    left: 0;
    border-top: 7px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 7px solid transparent; }

.main-nav li.active span {
  color: #004078; }

.main-nav .layer {
  display: none;
  z-index: 1;
  border-left: 7px solid #7eb3da;
  overflow: hidden; }
  .main-nav .layer li {
    float: none;
    margin: 0; }
    .main-nav .layer li:hover > a {
      height: auto; }
    .main-nav .layer li:first-child a {
      margin-top: 0; }
  .main-nav .layer a {
    font-size: 25px;
    font-size: 1.5625rem;
    height: auto;
    padding: 10px 19px;
    line-height: 30px; }
  .main-nav .layer .layer {
    display: none; }
  .main-nav .layer .open .layer {
    display: block; }
  .main-nav .layer li.open > a:before {
    border: none; }
  .main-nav .layer li.active > a:before {
    border: none; }

.main-nav .open .layer {
  display: block; }
  .main-nav .open .layer span:before {
    content: "\2193";
    color: #fff; }
  .main-nav .open .layer span:hover:before {
    color: #004078; }
  .main-nav .open .layer li:hover a {
    border-left: 1px solid #2d7cb6; }
    .main-nav .open .layer li:hover a + span:before {
      color: #004078; }
  .main-nav .open .layer li.active a {
    border-left: 1px solid #2d7cb6; }
    .main-nav .open .layer li.active a + span:before {
      color: #004078; }
  .main-nav .open .layer li.open {
    border-left: 1px solid #2d7cb6; }
    .main-nav .open .layer li.open .layer a:hover {
      border-left: 1px solid #2d7cb6; }
    .main-nav .open .layer li.open .layer .active a {
      border-left: 1px solid #2d7cb6; }
    .main-nav .open .layer li.open span:before {
      content: "\2191";
      color: #004078; }
    .main-nav .open .layer li.open:hover a {
      border-left: none; }
  .main-nav .open .layer li.active.open a {
    border-left: none; }

.sub-nav {
  display: none; }
  .sub-nav ul {
    margin: 0 0 30px 0;
    padding: 0; }
    .sub-nav ul ul {
      margin: 0;
      border-left: 7px solid #7eb3da; }
      .sub-nav ul ul li:first-child {
        border-top: 2px solid #fff; }
      .sub-nav ul ul li.active {
        border-left: 2px solid #fff; }
        .sub-nav ul ul li.active > a:before {
          border: none; }
  .sub-nav li {
    margin: 0;
    padding: 0;
    border-top: 2px solid #fff; }
    .sub-nav li:first-child {
      border-top: none; }
    .sub-nav li:before {
      content: ""; }
    .sub-nav li:hover > a {
      background: #7eb3da;
      color: #004078; }
  .sub-nav li.active > a {
    background: #7eb3da;
    position: relative;
    color: #004078; }
    .sub-nav li.active > a:before {
      content: "";
      position: absolute;
      top: 20px;
      left: 0;
      border-top: 7px solid transparent;
      border-left: 10px solid #fff;
      border-bottom: 7px solid transparent; }
  .sub-nav a {
    text-decoration: none;
    font-size: 25px;
    font-size: 1.5625rem;
    padding: 12px 26px;
    line-height: 30px;
    color: #fff;
    background: #004078;
    font-family: "NimbusSanCon", arial, sans-serif;
    display: block;
    width: 100%; }

.imagegallery {
  overflow: hidden;
  clear: both; }
  .imagegallery figure {
    overflow: hidden !important;
    margin-bottom: 30px !important; }
  .imagegallery img {
    max-width: 200px;
    max-height: 200px; }
  .imagegallery figcaption {
    height: 200px;
    width: 200px;
    margin-top: 2px; }
  .imagegallery .ce-gallery {
    max-width: none !important;
    float: none !important; }
  .imagegallery .image {
    margin-bottom: 30px !important;
    overflow: hidden !important; }

.tx-dynagallery-pi1 > div {
  float: none !important; }

.dynaGalleryAlbums {
  margin-bottom: 20px;
  margin-bottom: 20px;
  padding: 0 20px 20px 20px;
  border-bottom: 1px solid #004078;
  display: inline-block;
  width: 100%; }
  .dynaGalleryAlbums a {
    margin-top: 10px; }
  .dynaGalleryAlbums:first-child {
    padding-top: 20px;
    border-top: 1px solid #004078; }
  .dynaGalleryAlbums div:first-child {
    float: left;
    margin-right: 20px; }
    .dynaGalleryAlbums div:first-child img {
      min-width: 100px;
      height: auto; }

#dynaGalleryAlbumName {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.125rem; }

#dynaGalleryThumbnails .dynaGalleryThumbnail {
  padding: 20px;
  border-top: 1px solid #004078;
  display: inline-block;
  width: 100%; }
  #dynaGalleryThumbnails .dynaGalleryThumbnail:first-child {
    padding-top: 0;
    border-top: 0; }
  #dynaGalleryThumbnails .dynaGalleryThumbnail .dynaGalleryThumbImage {
    margin-bottom: 20px;
    float: left;
    margin-right: 20px; }

#dynaGalleryPages {
  margin-bottom: 50px; }

.headerimage {
  max-height: 370px;
  max-width: 800px;
  position: relative;
  margin: 0 auto 20px auto; }
  .headerimage img {
    width: 100%;
    height: auto; }

.schirmherrin {
  max-width: 460px;
  background-color: #dfeaf2;
  margin: 0 auto 20px auto; }
  .schirmherrin .ce-gallery {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important; }
    .schirmherrin .ce-gallery .image {
      width: 100% !important; }
    .schirmherrin .ce-gallery figure {
      display: block !important; }
    .schirmherrin .ce-gallery figcaption.image-caption {
      display: block !important; }
  .schirmherrin .image {
    margin: 0 !important; }
  .schirmherrin img {
    float: none; }
  .schirmherrin figcaption {
    margin-top: 0;
    padding: 25px 27px 25px 27px;
    min-height: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px;
    vertical-align: middle; }

.infobox {
  max-width: 460px;
  margin: 0 auto 20px auto; }
  .infobox h4 {
    background-color: #dfeaf2;
    padding: 13px 27px 12px 27px;
    margin-bottom: 2px; }
  .infobox .content {
    background-color: #dfeaf2;
    padding: 13px 27px 12px 27px;
    padding: 27px 27px 5px 27px;
    margin-bottom: 0;
    overflow: hidden; }
  .infobox h5 {
    margin-bottom: 5px; }
  .infobox .date {
    display: block;
    margin-bottom: 4px;
    color: #004078; }
  .infobox p {
    margin-bottom: 13px; }
  .infobox .btn {
    background-image: url('../../../_assets/49fd353ad3995734655f96b72b6f00b2/Images/icon-calender.png');
    background-repeat: no-repeat;
    background-position: 13px 12px;
    padding-left: 23px; }
    .infobox .btn:hover {
      background-image: url('../../../_assets/49fd353ad3995734655f96b72b6f00b2/Images/icon-calender-hover.png'); }
    .infobox .btn:focus {
      background-image: url('../../../_assets/49fd353ad3995734655f96b72b6f00b2/Images/icon-calender-hover.png'); }

.event-calender {
  max-width: 460px;
  margin: 0 auto 20px auto; }
  .event-calender h4 {
    background-color: #dfeaf2;
    padding: 13px 27px 12px 27px;
    margin-bottom: 2px; }
  .event-calender .content {
    background-color: #dfeaf2;
    padding: 13px 27px 12px 27px;
    padding: 27px 27px 5px 27px;
    margin-bottom: 0;
    overflow: hidden; }
  .event-calender h5 {
    margin-bottom: 5px; }
  .event-calender .date {
    display: block;
    margin-bottom: 4px;
    color: #004078; }
  .event-calender p {
    margin-bottom: 13px; }
  .event-calender .btn {
    background-image: url('../../../_assets/49fd353ad3995734655f96b72b6f00b2/Images/icon-calender.png');
    background-repeat: no-repeat;
    background-position: 13px 12px;
    padding-left: 23px; }
    .event-calender .btn:hover {
      background-image: url('../../../_assets/49fd353ad3995734655f96b72b6f00b2/Images/icon-calender-hover.png'); }
    .event-calender .btn:focus {
      background-image: url('../../../_assets/49fd353ad3995734655f96b72b6f00b2/Images/icon-calender-hover.png'); }

.eventdays {
  max-width: 460px;
  margin: 0 auto 20px auto; }
  .eventdays h4 {
    background-color: #dfeaf2;
    padding: 13px 27px 12px 27px;
    margin-bottom: 2px; }
  .eventdays .content {
    background-color: #dfeaf2;
    padding: 13px 27px 12px 27px;
    padding: 27px 27px 5px 27px;
    margin-bottom: 0;
    overflow: hidden; }
  .eventdays h5 {
    margin-bottom: 5px; }
  .eventdays .date {
    display: block;
    margin-bottom: 4px;
    color: #004078; }

.support {
  max-width: 460px;
  margin: 0 auto 20px auto; }
  .support h4 {
    background-color: #dfeaf2;
    padding: 13px 27px 12px 27px;
    margin-bottom: 2px; }
  .support .content {
    background-color: #dfeaf2;
    padding: 13px 27px 12px 27px;
    padding: 27px 27px 5px 27px;
    margin-bottom: 0; }
  .support h5 {
    margin-bottom: 5px; }
  .support .date {
    display: block;
    margin-bottom: 4px;
    color: #004078; }
  .support img:first-child {
    float: left;
    margin-right: 20px; }
  .support p {
    background-color: #dfeaf2;
    padding: 27px 27px 18px 27px !important;
    margin-bottom: 0; }
  .support .ce-image .ce-gallery {
    max-width: 100% !important; }
  .support .frame-type-textpic .ce-column {
    margin-right: 20px !important; }
    .support .frame-type-textpic .ce-column img {
      margin-right: 0 !important; }

.follow {
  max-width: 460px;
  margin: 0 auto 20px auto; }
  .follow h4 {
    background-color: #dfeaf2;
    padding: 13px 27px 12px 27px;
    margin-bottom: 2px; }
  .follow .content {
    background-color: #dfeaf2;
    padding: 13px 27px 12px 27px;
    padding: 23px 23px 5px 23px;
    margin-bottom: 0; }
    .follow .content a {
      text-decoration: none; }
  .follow h5 {
    margin-bottom: 5px; }
  .follow .date {
    display: block;
    margin-bottom: 4px;
    color: #004078; }
  .follow img {
    margin-right: 15px;
    border: none; }

.facebook {
  max-width: 460px;
  margin: 0 auto 20px auto;
  max-width: 280px; }
  .facebook h4 {
    background-color: #dfeaf2;
    padding: 13px 27px 12px 27px;
    margin-bottom: 2px; }
  .facebook .content {
    background-color: #dfeaf2;
    padding: 13px 27px 12px 27px;
    padding: 27px 27px 5px 27px;
    margin-bottom: 0;
    padding: 1px; }
  .facebook h5 {
    margin-bottom: 5px; }
  .facebook .date {
    display: block;
    margin-bottom: 4px;
    color: #004078; }

.blog {
  max-width: 460px;
  margin: 0 auto 20px auto;
  max-width: 800px; }
  .blog h4 {
    background-color: #dfeaf2;
    padding: 13px 27px 12px 27px;
    margin-bottom: 2px; }
  .blog .content {
    background-color: #dfeaf2;
    padding: 13px 27px 12px 27px;
    padding: 27px 27px 5px 27px;
    margin-bottom: 0; }
  .blog h5 {
    margin-bottom: 5px; }
  .blog .date {
    display: block;
    margin-bottom: 4px;
    color: #004078; }

.fb-page {
  padding-bottom: 0; }

.partner {
  clear: both;
  overflow: hidden;
  max-width: 800px;
  margin: 0 auto 20px auto; }
  .partner h4 {
    margin: 0 50px 20px 0;
    text-align: center; }
  .partner .h4 {
    margin: 0 50px 20px 0;
    text-align: center; }
  .partner div.frame-type-textpic .ce-column {
    display: block;
    margin: 0 auto 20px auto;
    float: none; }
  .partner .ce-image .ce-gallery {
    float: none;
    margin: 0 auto;
    width: auto; }
    .partner .ce-image .ce-gallery .ce-column {
      float: left;
      clear: both; }

.text-answer {
  cursor: pointer;
  width: 70%;
  float: left; }

.architect-illusion-image {
  float: left;
  height: 284px;
  min-width: 270px;
  width: 30%;
  float: left;
  margin-bottom: 20px;
  margin-top: 15px; }
  .architect-illusion-image .ce-gallery {
    max-width: none !important; }

.side-text {
  float: left;
  margin-top: 20px; }

#perspective-illusion {
  width: 100%;
  position: relative;
  margin-bottom: 20px; }
  #perspective-illusion .side-text {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
    #perspective-illusion .side-text p {
      background-color: transparent; }
  #perspective-illusion img {
    float: left; }

#color-illusion {
  width: 100%;
  position: relative;
  margin-bottom: 20px; }
  #color-illusion .side-text {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
    #color-illusion .side-text p {
      background-color: transparent; }
  #color-illusion img {
    float: left; }

#architect-illusion {
  width: 100%;
  position: relative;
  margin-bottom: 20px; }
  #architect-illusion .side-text {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
    #architect-illusion .side-text p {
      background-color: transparent; }
  #architect-illusion img {
    float: left; }

.perspective-illusion-image {
  height: 236px;
  min-width: 270px;
  width: 30%;
  float: left;
  margin-bottom: 20px; }

.color-illusion-image {
  height: 200px;
  min-width: 270px;
  width: 30%;
  float: left;
  margin-bottom: 20px; }

.icon-question {
  background: transparent url('../../../_assets/49fd353ad3995734655f96b72b6f00b2/Images/icon_question.png');
  width: 44px;
  height: 45px;
  float: left;
  margin-top: -3px;
  margin-right: 10px; }

.icon-answer {
  background: transparent url('../../../_assets/49fd353ad3995734655f96b72b6f00b2/Images/icon_answer.png');
  width: 44px;
  height: 45px;
  float: left;
  cursor: pointer;
  margin-top: -3px;
  margin-right: 10px; }

.text-question {
  width: 70%;
  float: left; }

#illusion-architect-drag {
  cursor: pointer; }
  #illusion-architect-drag img {
    position: absolute;
    top: 15px;
    left: 69px;
    width: 158px;
    height: 284px;
    cursor: pointer; }

#illusion-color-drag {
  cursor: pointer; }
  #illusion-color-drag img {
    position: absolute;
    left: 50px;
    top: 1px;
    width: 219px;
    height: 200px; }

.answer {
  cursor: pointer; }

#perspective-divisor-fix {
  width: 5px;
  height: 63px;
  background-color: #000;
  position: absolute;
  left: 187px;
  top: 181px; }

#perspective-divisor-drag {
  width: 5px;
  height: 63px;
  background-color: #000;
  position: absolute;
  cursor: pointer;
  left: 66px;
  margin: 10px;
  top: 179px; }

.tx-wdsform-pi1 fieldset {
  border: 0; }

.tx-wdsform-pi1 fieldset.form_box {
  width: 100%;
  margin: 0;
  padding: 0 0 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.questions {
  margin-top: 30px; }

.question {
  margin-bottom: 50px;
  width: 100%;
  position: relative; }
  .question .thumb i {
    font-size: 42px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: none; }

.headline {
  width: 100%;
  min-height: 40px; }

.number {
  float: left;
  width: 10%; }

.topic {
  float: left;
  width: 90%; }

.answers {
  float: left;
  width: 60%;
  margin-left: 10%;
  margin-bottom: 15px; }
  .answers label {
    list-style-type: none;
    margin-left: 10px; }

.question_video {
  margin-left: 10%;
  float: left;
  height: 72px; }

.tx-sbeventsubmit-pi1 .headline {
  padding: 0;
  margin: 0; }

.form_box .headline {
  background: transparent;
  padding: 30px 10px; }
  .form_box .headline h3 {
    width: 95%;
    margin-left: 5%; }

.required_explanation {
  margin-top: 20px;
  display: block;
  margin-left: 20%;
  padding-bottom: 20px; }

.question_box .type_input {
  margin: 20px 0 20px 0;
  clear: both; }
  .question_box .type_input input {
    width: 50%;
    min-height: 30px;
    border: 1px solid #ccc;
    padding: 0 10px; }
  .question_box .type_input label {
    width: 19%;
    text-align: right;
    padding: 5px 10px 0 0;
    display: block; }

.question_box input[type="checkbox"] {
  float: left;
  width: 15px;
  height: 15px;
  text-align: left;
  margin: 0 10px 0 20%; }

.question_box .error {
  display: block;
  float: none;
  clear: both;
  margin-left: 22%;
  padding-top: 8px;
  width: 45%; }
  .question_box .error p {
    background: transparent; }

.question_box .error_msg {
  border: 2px solid #C13C23;
  padding: 20px; }

.type_input label.checkbox_label {
  float: left;
  text-align: left;
  width: 65%;
  padding-top: 3px; }

input#submit {
  padding: 4px 12px;
  min-height: 35px;
  margin: 20px 0 10px 28px;
  background-color: #00457c;
  color: #fff;
  border: 0px;
  cursor: pointer; }

.e_privacy {
  padding-top: 12px; }

.success {
  border: 2px solid green;
  padding: 20px; }
  .success p {
    background: transparent; }

.error_msg p {
  background: transparent; }

.question.wrong_answer {
  border: 2px solid #C13C23;
  padding: 15px; }
  .question.wrong_answer .thumb i {
    color: #C13C23;
    display: block; }
    .question.wrong_answer .thumb i:before {
      content: "\f088"; }

.question.correct_answer {
  border: 2px solid green;
  padding: 15px; }
  .question.correct_answer .thumb i {
    color: green;
    display: block; }

.news-single .footer {
  border: none;
  color: #004078; }
  .news-single .footer span {
    border: none; }
  .news-single .footer span.news-list-date {
    display: block; }

.news-single .teaser-text {
  color: #2f2f2f;
  font-weight: bold; }

.news-single .article .news-img-wrap {
  float: none;
  margin: 0;
  max-width: 282px;
  width: 100%; }
  .news-single .article .news-img-wrap img {
    width: 100%;
    display: block; }

.news .article .news-img-wrap .mediaelement {
  overflow: hidden; }

.news .article .news-img-wrap a {
  padding: 0;
  border: none;
  background: none;
  max-height: 282px; }

.news .footer p {
  line-height: 26px; }

.more-right {
  margin-top: -25px;
  text-align: right; }

.news-img-caption {
  background-color: #dfeaf2;
  margin-top: 2px;
  padding: 15px 20px;
  font-size: 13px;
  font-size: .8125rem;
  color: #2f2f2f;
  overflow: hidden; }

.subcontent .news-list {
  border-top: 1px solid #e4e4e4;
  overflow: hidden;
  padding: 20px 0;
  width: 100%; }
  .subcontent .news-list:first-child {
    border: none; }
  .subcontent .news-list p {
    margin-bottom: 0; }

.news-list .news-img-wrap {
  float: left;
  margin-right: 20px; }

.news-list h5 a {
  color: #2f2f2f;
  text-decoration: none; }
  .news-list h5 a:hover {
    text-decoration: underline; }
  .news-list h5 a:focus {
    text-decoration: underline; }

.news-search-result {
  border-bottom: 1px solid #e4e4e4; }

.no-news-found {
  margin-bottom: 20px; }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }
  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }
  .mfp-content figcaption {
    padding: 0; }

.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }
  .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover {
    opacity: 1; }
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-arrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover {
    opacity: 1; }
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }

.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
    top: -40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

.imageGrid-lightbox .row {
  border-top: 1px solid;
  padding: 20px; }

.imageGrid-lightbox .col {
  display: inline-block;
  float: left; }
  .imageGrid-lightbox .col img {
    max-width: 100%;
    height: auto; }

.imageGrid-lightbox .col-left {
  width: 25%; }

.imageGrid-lightbox .col-right {
  width: 74%;
  padding-left: 20px; }

.imageGrid-lightbox .image-author {
  margin-top: 20px; }

.imageGrid-lightbox .falgal-pagination {
  padding: 20px; }

.icon-folder {
  background: url('../../../_assets/49fd353ad3995734655f96b72b6f00b2/Images/folder.png') no-repeat 0 0;
  padding-left: 120px;
  height: 100px;
  line-height: 100px;
  padding-bottom: 20px;
  margin: 0 0 20px 20px;
  display: inline-block; }

.f3-widget-paginator {
  display: inline-block;
  border-radius: 4px;
  margin: 20px 0px;
  padding-left: 0px; }
  .f3-widget-paginator li {
    display: inline-block;
    padding: 0; }
    .f3-widget-paginator li:before {
      content: ''; }
    .f3-widget-paginator li a {
      padding: 6px 12px;
      margin-left: -1px;
      text-decoration: none;
      border: 1px solid #00325e;
      background-color: #fff;
      color: #00325e;
      font-weight: bold; }
      .f3-widget-paginator li a:hover {
        text-decoration: underline;
        background-color: #00325e;
        color: #fff; }
      .f3-widget-paginator li a:focus {
        text-decoration: underline;
        background-color: #00325e;
        color: #fff; }
    .f3-widget-paginator li:first-child > a {
      margin-left: 0px; }
  .f3-widget-paginator li.current {
    padding: 6px 12px;
    margin-left: -1px;
    text-decoration: none;
    border: 1px solid #00325e;
    background-color: #fff;
    color: #00325e;
    font-weight: bold;
    border: 2px solid #00325e;
    text-decoration: underline;
    background-color: #00325e;
    color: #fff; }
    .f3-widget-paginator li.current:first-child {
      margin-left: 0px; }

.tx-fp-masterquiz {
  float: left;
  clear: both;
  width: 100%; }
  .tx-fp-masterquiz .card {
    float: left;
    width: 100%;
    margin-bottom: 50px; }
  .tx-fp-masterquiz input {
    display: block; }
  .tx-fp-masterquiz .mx-auto a {
    float: right; }
  .tx-fp-masterquiz .col-md-8 {
    float: left;
    width: 60%; }
  .tx-fp-masterquiz .col-md-4 {
    float: right;
    margin-top: 10px;
    margin-left: 0; }
  .tx-fp-masterquiz #quiz-GoOn {
    padding-top: 0; }

.wds-slider {
  padding: 0 30px; }
  .wds-slider .slick-prev {
    left: 0; }
  .wds-slider .slick-next {
    right: 0; }
  .wds-slider .slick-prev, .wds-slider .slick-next {
    margin: 0; }
    .wds-slider .slick-prev:before, .wds-slider .slick-next:before {
      color: #004078; }
  .wds-slider .slick-dots {
    position: relative; }
  .wds-slider .slick-slide-container {
    margin: 0; }
    .wds-slider .slick-slide-container img {
      margin: 0 auto;
      max-width: 100%;
      height: auto; }
    .wds-slider .slick-slide-container .image-caption {
      background-color: transparent; }
  .wds-slider .slick-prev:before, .wds-slider .slick-next:before {
    opacity: 1; }
  .wds-slider button:hover:before {
    color: #7eb3da; }
  .wds-slider ul li:before {
    content: none; }
  .wds-slider .slick-dots {
    bottom: 0; }
  .wds-slider .slick-dots li.slick-active button:before {
    color: #004078; }

@media (min-width: 500px) {
  .ce-image.ce-right .ce-gallery {
    float: right;
    margin-left: 20px; }
  .ce-image.ce-left .ce-gallery {
    float: left;
    margin-right: 20px; }
  #header .container {
    width: 490px; }
  #footer .event {
    margin-left: 8.53859%;
    width: 48.76847%;
    float: left;
    margin-right: 2.46305%; }
  #footer .info {
    margin-left: 8.53859%;
    width: 48.76847%;
    float: left;
    margin-right: 2.46305%; }
  #footer .subject {
    width: 40.22989%;
    float: right;
    margin-right: 0; }
  #footer .about-us {
    width: 40.22989%;
    float: right;
    margin-right: 0; }
  #footer .container {
    width: 100%; }
  .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword {
    width: 291px; }
  .imagegallery figcaption {
    width: 185px; }
  .schirmherrin {
    background: none; }
    .schirmherrin img {
      float: right; }
    .schirmherrin figcaption {
      padding: 37px 160px 35px 27px;
      min-height: 178px; }
  .partner header {
    float: left; }
  .partner img {
    float: left; }
  .partner .ce-image {
    overflow: visible;
    clear: both; }
    .partner .ce-image .ce-gallery {
      margin: 0;
      max-width: none; }
      .partner .ce-image .ce-gallery .ce-column {
        clear: none; }
  .partner h4 {
    margin-top: 45px; }
  .partner .h4 {
    margin-top: 45px; }
  .partner div.ce-row div.ce-column {
    margin: 0 50px 0 0;
    float: left; }
  #perspective-illusion .side-text {
    width: 49%;
    margin-left: 5%; }
  #color-illusion .side-text {
    width: 49%;
    margin-left: 5%; }
  #architect-illusion .side-text {
    width: 49%;
    margin-left: 5%; }
  .number {
    width: 5%; }
  .answers {
    margin-bottom: 0; }
  .question_video {
    float: left;
    margin-top: 10px;
    margin-left: 0; }
  .question .thumb i {
    left: 10px; } }

@media (min-width: 960px) {
  .video {
    height: 400px;
    padding-bottom: 0; }
  .table {
    overflow: visible; }
  table {
    white-space: normal; }
  #photocompetition .twoCol .photo {
    width: 660px; }
  #photocompetition .twoCol .photo-description {
    padding-top: 0;
    clear: none; }
  #header .logo {
    float: left; }
    #header .logo img {
      max-width: 220px; }
  #header .nav {
    float: right; }
  #header .container {
    width: 100%; }
  #header .show-menu {
    display: none; }
  #main {
    padding-top: 40px; }
    #main aside {
      margin-bottom: 30px;
      width: 31.6913%;
      float: left;
      margin-right: 2.46305%; }
    #main .subcontent {
      margin-bottom: 30px;
      max-width: none;
      width: 65.84565%;
      float: right;
      margin-right: 0; }
  #footer {
    padding: 60px 0 40px 0; }
    #footer .event {
      margin-left: 0%;
      width: 23.15271%;
      float: left;
      margin-right: 2.46305%; }
    #footer .info {
      margin-left: 0%;
      width: 23.15271%;
      float: left;
      margin-right: 2.46305%; }
    #footer .subject {
      width: 23.15271%;
      float: left;
      margin-right: 2.46305%; }
    #footer .about-us {
      width: 23.15271%;
      float: right;
      margin-right: 0; }
    #footer ul {
      margin-top: 15px; }
  .copyright {
    text-align: left; }
    .copyright span {
      float: left; }
      .copyright span + a span {
        float: right; }
  .meta-nav {
    margin-top: 0;
    clear: none;
    float: left; }
    .meta-nav li {
      width: auto; }
      .meta-nav li a {
        border-top: none;
        padding: 11px 25px; }
  .search {
    float: right;
    margin-top: 0; }
    .search input {
      width: 170px;
      border-top: none;
      border-left: none; }
    .search button {
      width: 44px; }
  .main-nav {
    padding-top: 12px;
    clear: both;
    float: right; }
    .main-nav ul {
      position: relative;
      display: block;
      width: auto;
      max-width: none; }
    .main-nav li {
      float: left;
      margin: 0 0 3px 3px;
      border-top: none;
      clear: none; }
      .main-nav li:hover {
        margin-bottom: -3px; }
        .main-nav li:hover > a {
          height: 48px; }
        .main-nav li:hover .layer {
          display: block; }
      .main-nav li a {
        width: auto;
        height: 45px;
        padding: 12px 26px 0 26px;
        float: none;
        line-height: 20px; }
        .main-nav li a:hover + .layer {
          display: block; }
      .main-nav li span {
        display: none; }
      .main-nav li + li + li .layer {
        border-left: none;
        border-right: 7px solid #7eb3da;
        left: auto;
        right: 0; }
      .main-nav li + li + li + li .layer {
        border-left: none;
        border-right: 7px solid #7eb3da;
        left: auto;
        right: 0; }
    .main-nav .layer {
      position: absolute;
      top: 48px;
      left: 0;
      overflow: auto; }
      .main-nav .layer a {
        width: 270px;
        margin-top: 2px;
        padding: 12px 26px; }
      .main-nav .layer .layer {
        display: none !important; }
  .main-nav.hover {
    display: block; }
  .sub-nav {
    display: block; }
  .imagegallery figure {
    float: left !important;
    margin-right: 30px !important; }
  .schirmherrin {
    width: 48.76847%;
    float: left;
    margin-right: 2.46305%; }
  .infobox {
    width: 48.76847%;
    float: right;
    margin-right: 0;
    min-height: 178px; }
    .infobox .content {
      min-height: 122px; }
  .event-calender {
    float: right;
    margin-right: 0;
    min-height: 178px; }
    .event-calender .content {
      min-height: 122px; }
  aside .event-calender {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px; }
  .events {
    clear: both; }
  .social {
    clear: both; }
  .blog {
    clear: both; }
  .eventdays {
    width: 48.76847%;
    float: left;
    margin-right: 2.46305%; }
  .follow {
    width: 48.76847%;
    float: left;
    margin-right: 2.46305%;
    width: 48.76847%;
    float: right;
    margin-right: 0; }
  .support {
    width: 48.76847%;
    float: left;
    margin-right: 2.46305%;
    width: 48.76847%;
    float: right;
    margin-right: 0; }
  .facebook {
    width: 48.76847%;
    float: left;
    margin-right: 2.46305%; }
  .partner {
    margin-bottom: 60px;
    max-width: none; }
  .news-single .article .news-img-wrap {
    float: right;
    margin-left: 5%;
    margin-top: 60px;
    width: 30%; }
  .news-single .article-content {
    float: left;
    width: 65%; }
  .news-single .article-text {
    overflow: hidden;
    clear: both; }
  .news-search-form .form-group {
    overflow: hidden;
    clear: both; }
    .news-search-form .form-group p {
      float: left;
      overflow: auto;
      clear: none;
      width: 300px; }
    .news-search-form .form-group p.select {
      max-width: 200px;
      margin-left: 20px; } }

@media (min-width: 1260px) {
  .container {
    padding: 0; }
  #header .logo img {
    max-width: 490px; }
  #main {
    padding: 60px 0 0 0; }
    #main aside {
      width: 23.15271%;
      float: left;
      margin-right: 2.46305%; }
    #main .subcontent {
      width: 74.38424%;
      float: right;
      margin-right: 0; }
  .headerimage {
    margin-bottom: 30px; }
  .schirmherrin {
    margin-bottom: 30px; }
    .schirmherrin figcaption {
      padding: 25px 27px 25px 27px;
      font-size: 16px;
      font-size: 1rem;
      line-height: 26px; }
  .eventdays {
    margin-bottom: 30px; }
  .follow {
    margin-bottom: 30px; }
  .support {
    margin-bottom: 30px; }
  .facebook {
    margin-bottom: 30px; }
  form[id^='materialandregistration'] .row, form[id^='bestellformularRundumsAuge'] .row, form[id^='contact'] .row {
    overflow: hidden; }
    form[id^='materialandregistration'] .row div, form[id^='bestellformularRundumsAuge'] .row div, form[id^='contact'] .row div {
      float: left;
      clear: none; }
      form[id^='materialandregistration'] .row div:first-child, form[id^='bestellformularRundumsAuge'] .row div:first-child, form[id^='contact'] .row div:first-child {
        margin-right: 10px; }
    form[id^='materialandregistration'] .row input, form[id^='bestellformularRundumsAuge'] .row input, form[id^='contact'] .row input {
      width: 380px; }
    form[id^='materialandregistration'] .row label, form[id^='bestellformularRundumsAuge'] .row label, form[id^='contact'] .row label {
      max-width: 380px; }
    form[id^='materialandregistration'] .row input[type="checkbox"], form[id^='bestellformularRundumsAuge'] .row input[type="checkbox"], form[id^='contact'] .row input[type="checkbox"] {
      width: auto; }
    form[id^='materialandregistration'] .row em, form[id^='bestellformularRundumsAuge'] .row em, form[id^='contact'] .row em {
      display: inline; }
  form[id^='materialandregistration'] .row .row, form[id^='bestellformularRundumsAuge'] .row .row, form[id^='contact'] .row .row {
    float: left; }
  form[id^='materialandregistration'] .row .date, form[id^='bestellformularRundumsAuge'] .row .date, form[id^='contact'] .row .date {
    margin-right: 20px; }
  form[id^='materialandregistration'] textarea, form[id^='bestellformularRundumsAuge'] textarea, form[id^='contact'] textarea {
    max-width: 800px; }
  #photocompetition .twoCol {
    overflow: hidden; }
    #photocompetition .twoCol p {
      float: left;
      clear: none; }
      #photocompetition .twoCol p:first-child {
        margin-right: 20px; }
    #photocompetition .twoCol input {
      width: 380px; }
    #photocompetition .twoCol label {
      max-width: 380px; }
    #photocompetition .twoCol input[type="checkbox"] {
      width: auto; }
    #photocompetition .twoCol em {
      display: inline; }
  #photocompetition .twoCol.small {
    float: left; }
  #photocompetition .twoCol.date {
    margin-right: 20px; }
  #photocompetition textarea {
    max-width: 780px; } }

@media (min-width: 1080px) {
  #header .logo img {
    max-width: 490px; }
  #main {
    padding-top: 60px; }
  .headerimage {
    width: 65.84565%;
    float: left;
    margin-right: 2.46305%;
    overflow: hidden; }
    .headerimage img {
      width: auto; }
  .schirmherrin {
    width: 31.6913%;
    float: right;
    margin-right: 0;
    background-color: #dfeaf2;
    max-height: 309px;
    overflow: hidden; }
    .schirmherrin figcaption {
      padding: 25px 27px 25px 27px;
      font-size: 16px;
      font-size: 1rem;
      line-height: 26px; }
  .infobox {
    width: 31.6913%;
    float: right;
    margin-right: 0;
    min-height: 0; }
    .infobox .content {
      min-height: 0; }
  .event-calender {
    width: 100%;
    float: right;
    margin-right: 0;
    min-height: 0; }
    .event-calender .content {
      min-height: 0; }
  .events {
    width: 23.15271%;
    float: left;
    margin-right: 2.46305%;
    clear: none; }
  .social {
    width: 23.15271%;
    float: left;
    margin-right: 2.46305%;
    clear: none; }
  .blog {
    width: 23.15271%;
    float: left;
    margin-right: 2.46305%;
    clear: none;
    width: 48.76847%;
    float: right;
    margin-right: 0; }
  .eventdays {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .eventdays .content {
      padding-bottom: 5px; }
  .follow {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .support {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .facebook {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .partner {
    margin-right: -50px; } }

@media (min-width: 420px) {
  .imagegallery img {
    float: left !important; }
  .imagegallery figcaption {
    float: left !important;
    margin: 0 0 0 2px; }
  .eventdays .content {
    padding-bottom: 27px; }
  .ce-textpic .ce-bodytext {
    width: auto; } }

@media (min-width: 408px) {
  #perspective-divisor-fix {
    top: 129px; }
  #perspective-divisor-drag {
    top: 128px; } }

@media screen and (max-width: 800px) and (orientation: landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
  .ce-textpic img, .ce-media img {
    width: 100%;
    height: auto; } }