﻿@charset "utf-8";

/**
 * @license
 * MyFonts Webfont Build ID 4831505, 2022-05-12T04:20:30-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: JustusPro-Bold by URW Type Foundry
 * URL: https://www.myfonts.com/fonts/urw/justus-pro/bold/
 * Copyright: Copyright 2010 by (URW)++ Design &amp;amp; Development GmbH
 * 
 * 
 * 
 * © 2022 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
/*@import url("//hello.myfonts.net/count/49b911");
  
@font-face {
    font-family: "JustusPro-Bold";
    src: url('font/font.woff2') format('woff2'), 
    url('font/font.woff') format('woff');
}*/

@font-face {
    font-family: 'geo-reg';
    src: url('font/geomanist-regular-webfont.eot'); /* IE9 Compat Modes */
    src: url('font/geomanist-regular-webfontd41dd41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('font/geomanist-regular-webfont.woff') format('woff'), /* Pretty Modern Browsers */
    url('font/geomanist-regular-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
    url('font/geomanist-regular-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'geo-med';
    src: url('font/geomanist-medium-webfont.eot'); /* IE9 Compat Modes */
    src: url('font/geomanist-medium-webfontd41dd41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('font/geomanist-medium-webfont.woff') format('woff'), /* Pretty Modern Browsers */
    url('font/geomanist-medium-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
    url('font/geomanist-medium-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}



/* --- TEASER BUXI ---

.head-teaser:first-child {
  background: #63c3d0 !important;
  color: #fff !important;
}

.head-teaser:first-child .head-h3{
  color: #fff !important;
  /* padding: 10px 20px 10px 0px !important; */


/* --- END TEASER BUXI --- */





.head-teaser:first-child {
  margin-top: 50px;

}

.snow-header {
    /* background-image: url(/Images/snow-bg.jpg); */
    height: 45vh;
    margin-bottom: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}


.header-icon {
    position: relative;
    margin-top: 50px;
    max-width: 90%;
    width: 360px;
}

.snow-header h1{
    font-size: 42px;
    color: #000;
    text-decoration: underline;
    text-align: center;
    font-family: 'geo-med', Arial, sans-sarif;
}

.snow-header h2{
  font-size: 42px;
  color: #000000;
  text-align: left;
  margin-top: 10px;
  text-decoration: underline;
  
}


.snow-bg-btn{
    font-size: 16px;
    
    color: white;
    padding: 15px;
    margin-top: 40px;
    width: 300px;
    text-align: center;
    transition: 0.3s all;
}

.snow-bg-btn:hover{
    transition: 0.3s all;
    transform: scale(0.9);
}

/* Schneefall im Header */


.snow {
    background: #fff;
    display: block;
    position: absolute;
    top: -50px;
    animation: snowfall 4s linear;
    overflow: hidden !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    border-radius: 50%;
}

@keyframes snowfall {
    0% {
        top: -50px;
    }

    25% {
        margin-left: 5px;
    }

    50% {
        margin-left: 0px;
    }

    75% {
        margin-left: 15px;
    }

    100% {
        top: 50%;
        opacity: 0;
        margin-left: 0px;
    }
}





.body {
    position: relative;
    padding-top: 100px;
    font-family: 'geo-med',Arial,'sans serif';
    font-size: 16px;
    overflow-x: none;
    z-index: 1;
}

.err {
    position: fixed;
    bottom: 30px;
    left: 10%;
    right: 10%;
    font-size: 16px;
    margin: 0 5%;
    background: #FFC;
    opacity: 0;
    padding: 15px;
    text-align: center;
    border-bottom: 3px solid #F00;
    transition: opacity 0.5s ease-in-out;
    z-index: -100;
}

  .err.show {
      opacity: 0.9;
      z-index: 0;
  }

/* START: TOP BAR */
.top {
    display: flex;
    justify-content: center;
    align-items: center;
    
    position: fixed;
    z-index: 600;
    top: 0;
    width: 100%;
    height: 100px;
    background: #fff;
    box-shadow: 0 0 80px 0px #00000020;
    left: 0;
    /*background-image:url("/Images/snow_bg-nav.jpg");*/
}


.logo-top {
    display: block;
    width: 150px;
    margin: 0 auto;
    margin-top: 20px;
}


.top-a {
    display: block;
    position: absolute;
    top: 0;
    height: 50px;
    line-height: 100px;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-family: 'geo-med',Arial,'sans serif';
}

.top-m {
    min-width: 35px;
    width: 4.86%;
    max-width: 70px;
    left: 0;
    text-align: center;
    font-size: 150%;
}

.top-c1 {
    min-width: 67px;
    width: 16.32%;
    max-width: 235px;
    background: #63c3d0;
    color: #fff;
    left: calc(20px + 6.6666%);
    text-align: center;
}

.top-home {
    color: #000;
    width: 230px;
    left: 50%;
    margin-left: -115px;
    text-align: center;
    font-family: 'knile-bold',Georgia, serif;
}

.top-c2 {
    width: 120px;
    text-align: center;
    left: 70.8%;
}

.top-de, .top-en, .top-fr {
    color: #000;
    width: 25px;
    text-align: center;
    font-family: 'geo-reg',Arial,'sans serif';
    color: #aaa;
}

.top-de {
    right: 75px;
    right: calc(58px + 1.73%);
}

.top-en {
    right: 50px;
    right: calc(29px + 1.73%);
}

.top-fr {
    right: 25px;
    right: 1.73%;
}

/* END: TOP BAR */

/* START: MENU */
.nav {
    position: fixed;
    z-index: 500;
    top: 100px;
    bottom: 0;
    left: -330px;
    bottom: 0;
    min-height: 100%;
    height: 100%;
    max-height: 100%;
    width: 330px;
    max-width: 100%;
    padding-top: 30px;
    padding-left: 58px;
    transition: left 0.5s ease-in-out;
    background: #fff;
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
}

.nav-open .nav {
    left: 0;
    box-shadow: 0 0 3px #999;
}

.m1, .m2 {
    position: relative;
    width: 100%;
    height: 68px;
}

.m-a {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 24px;
}

.m1 .m-a {
    font-family: 'geo-med',Arial,'sans serif';
    color: #000;
}

.m2 .m-a {
    font-family: 'geo-reg',Arial,'sans serif';
    color: #aaa;
}

.m-h2 {
    color: #63c3d0;
    text-transform: uppercase;
    padding-bottom: 25px;
    font-size: 27px;
    font-family: 'geo-med',Arial,'sans serif';
}

.m-txt {
    display: block;
    float: left;
    width: 200px;
    height: 50px;
    line-height: 50px;
    outline: none;
    border: none;
    border-bottom: 2px solid #63c3d0;
    font-family: 'geo-med',Arial,'sans serif';
}

.m-btn {
    display: block;
    width: 50px;
    height: 50px;
    float: left;
    text-align: center;
    background: #63c3d0;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 150%;
}

.m-disc {
    color: #aaa;
    font-size: 12px;
    width: 250px;
    padding-top: 10px;
    font-family: 'geo-reg',Arial,'sans serif';
}

.m-soc {
    position: absolute;
    left: 58px;
    bottom: 60px;
}

.m-fb, .m-tw, .m-gp, .m-ma {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 40px;
    text-align: center;
    color: #000;
    font-size: 120%;
}

.m-ma {
    margin-right: 0;
}

#cb-datenschutz:checked + .f-cb {
    color: #fff;
    cursor: default;
    background: none;
}

    #cb-datenschutz:checked + .f-cb:before {
        content: '✔';
        color: #086a06;
        text-align: center;
        font-size: 130%;
        display: inline-block;
        line-height: 0px;
    }

.btn-nl-dis {
    opacity: 0.5;
    cursor: default;
}
/* END: MENU */

/* START: MAIN */
.main {
    position: relative;
    left: 50px;
    right: 50px;
    width: calc(100% - 100px);
    transition: left 0.5s ease-in-out;
}
/* END: MAIN */



/* START: SHARE BUTTONS */
.share {
    position: fixed;
    right: 0;
    top: 43.1934%;
    display: block;
    width: 50px;
    height: 200px;
    background: #63c3d0;
}

.share-i {
    color: #fff;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 150%;
}
/* END: SHARE BUTTONS */

/* START: FOOTER */
.footer {
    position: relative;
    background: #fff;
    padding: 0 0 35px 0;
    /* margin-top: 50px; */
    font-size: 13px;
    /* background-image: url("../img/footer-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; */
}

.foot-c {
    width: 660px;
    max-width: 100%;
    margin: 0 auto;
    font-family: 'geo-reg',Arial,'sans serif';
    line-height: 120%;
}

.foot-l, .foot-m, .foot-r {
    display: block;
    width: 220px;
    float: left;
    padding: 0 10px;
    color: #000;
}

.foot-h {
    font-family: 'geo-reg',Arial,'sans serif';
    color: #000000;
    text-decoration: none;
    font-size: 20px;
    line-height: 120%;
    padding-bottom: 10px;
    font-weight: 700;
}

.foot-a {
    color: #000;
    text-decoration: none;
}

.sub {
    color: #000;
    text-align: center;
    font-family: 'geo-reg',Arial,'sans serif';
    line-height: 120%;
    padding-top: 10px;
    max-width: 100%;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 50px;
}

.sub-a {
    color: #000;
    text-decoration: underline;
    padding: 0 10px;
}
/* END: FOOTER */


/* START: Mitglied werden */
.wiz {
    position: relative;
    background: #FFF;
    width: 100%;
    height: auto;
/*    min-height: 600px;*/
}

.wiz-cont {
    padding: 20px;
}

.wiz-hide {
    display: none;
    visibility: hidden;
}

.wizstep {
    position: absolute;
    top: 10px;
    right: 15px;
    font-family: 'geo-med',Arial,'sans serif';
    font-size: 14px;
}

.rb-label {
    line-height: 20px;
    cursor: pointer;
}

.f-radio {
    display: none;
    visibility: hidden;
}

.f-rb {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #63c3d0;
    margin-right: 5px;
    vertical-align: text-bottom;
}

.f-radio:checked + .f-rb {
    color: #fff;
    cursor: default;
    background: #63c3d0;
}

.f-txt {
    display: block;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #63c3d0;
    float: left;
    font-family: 'geo-reg',Arial,'sans serif';
}

.rand-1 .f-txt {
    border: 2px solid #63c3d0;
    padding-left: 10px;
}

.f-title, .f-first, .f-last, .f-address, .f-gebdate, .f-phone {
    width: 48%;
    margin: 1%;
}

.f-zip {
    margin: 1%;
    width: 16%;
}

.f-place {
    margin: 1%;
    width: 30%;
}

.f-mail {
    margin: 1%;
    width: 60%;
}

.f-pass1, .f-pass2, .f-pass3, .f-pin {
    margin: 1%;
}

.wiz-btns {
    text-align: center;
    margin-top: 40px;
}

    .wiz-btns .a-btn {
        padding: 0 60px;
    }

.a-btn.btn-deact {
    opacity: 0.7;
    cursor: default;
}

.sum-c {
    border: 1px solid #63c3d0;
    padding: 15px;
}

    .sum-c span {
        font-family: 'geo-med',Arial,'sans serif';
    }

.sum-c2 {
    margin-top: 15px;
    background: #63c3d0;
    color: #fff;
    padding: 15px;
}

.cb-label {
    line-height: 130%;
    cursor: pointer;
}

.f-check {
    display: none;
    visibility: hidden;
}

.f-cb {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #63c3d0;
    margin-right: 5px;
}

.f-check:checked + .f-cb {
    color: #fff;
    cursor: default;
    background: #63c3d0;
}

.selects {
    display: inline-block;
    border: 2px solid #63c3d0;
    padding-left: 20px;
    padding-right: 30px;
    font-family: 'geo-reg',Arial,'sans serif';
    height: 40px;
    line-height: 40px;
    margin: 20px 0;
    background: url(../img/arr-down.png) right 10px center no-repeat scroll;
    background-size: 15px;
    cursor: pointer;
}

.inv, .inv + .f-rb, .inv + .f-cb {
    border-color: #f00;
}

.rand-1 .inv {
    border: 2px solid #f00;
}


.cont-row .inv {
    border-bottom: 2px solid #f00;
}

.f-mt.inv {
    border: 2px solid #f00;
}
/* END: Mitglied werden */


/* START: Kontakt */
.cont-to {
    color: #000;
    font-family: 'knile-bold',Georgia, serif;
}

.cont-row {
    border-bottom: 2px solid #63c3d0;
    width: 90%;
    margin: 1% 5%;
    height: 40px;
    line-height: 40px;
}

.f-m, .f-s {
    display: inline-block;
    width: calc(100% - 75px);
    font-family: 'geo-reg',Arial,'sans serif';
}

.f-mt {
    width: 90%;
    height: 220px;
    border: 2px solid #63c3d0;
    margin: 1% 5%;
    padding: 15px;
    line-height: 120%;
    font-family: 'geo-reg',Arial,'sans serif';
}

/* END: Kontakt */


/* START: Team */
.img-team {
    display: block;
    width: 100%;
    height: auto;
}

.kurz-fig {
    background: #fff;
}

.team-fig {
    display: block;
    float: left;
    width: calc(50% - 40px);
    margin: 20px;
    background: #fff;
}

    .team-fig figcaption, .kurz-fig figcaption {
        padding: 10px 20px;
    }

a.team-icon {
    display: block;
    float: left;
    width: 19%;
    margin: 0.5%;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border-bottom: none !important;
}

/* END: Team */

/* START: Presse & Downloads */
.presse-links {
    float: right;

}

.a-presse {
    display: block;
    background: #fff;
    padding: 15px !important;
    font-family: 'geo-med',Arial,'sans serif';
    border: 2px solid #63c3d0;
    width: 200px !important;
    margin-top: 20px !important;
}

.a-presse:hover {
    background: #63c3d0;
    color: #fff !important;
}

.presse-buerger {
    float: right;
}

.presse-kontakt {
    float: left;
    /*width: calc(95% - 325px);*/
}

.presse-teaser {
    float: left;
    width: 100%;
}

.presse-cont {
    float: right;
    width: 27%;
}

.presse-teaser figure {
    width: 100%;
    margin-bottom: 25px;
}

.img-presse {
    width: 34%;
    float: left;
}

.presse-teaser figcaption {
    /*float: right;*/
    width: 60%;
}

.buerger-left, .buerger-right {
    width: 200px;
    float: left;
}

/* END: Presse & Downloads */

/* NL ABmeldung */
.btn-unsub, .btn-less {
    padding: 0 50px !important;
}

.nl-abmeldung .f-mail {
    width: 50%;
    margin-left: 0;
}

/* START: Lebensläufe + Portrait*/
.por-card {
    float: left;
    width: 16.66666%;
    width: 25%;
}

.a-por {
    display: inline-block;
    margin-bottom: 10px;
}
/* ENDE: Lebensläufe + Portrait*/

/* START:. Die Volkspartei*/
.vp .img-vp {
    float: right;
    margin-left: 50px;
}

.iVideoFigl {
    position: relative;
    width: 560px;
    max-width: 100%;
}

.tl {
    background: url(../img/p-v.png) center 0 repeat-y scroll;
}

.tl-item {
    margin: 15px 0;
}

.tl-fc {
    font-family: 'geo-med',Arial,'sans serif';
    background: url(../img/p-h.png) 0 center repeat-x scroll;
    color: #000;
    margin-bottom: 15px;
}

.tl-name {
    background: #f7f7f7;
}

.tl-txt {
    padding: 50px;
    text-align: justify;
}

.tl-img {
    width: 260px;
}

.tl-item:nth-child(odd) .tl-fig {
    float: left;
    width: 50%;
    text-align: right;
}

.tl-item:nth-child(odd) .tl-img {
    margin-right: 100px;
}

.tl-item:nth-child(odd) .tl-fc {
    padding-right: 100px;
}

.tl-item:nth-child(odd) .tl-txt {
    float: left;
    width: 50%;
}

.tl-item:nth-child(even) .tl-fig {
    float: right;
    width: 50%;
    text-align: left;
}

.tl-item:nth-child(even) .tl-img {
    margin-left: 100px;
}

.tl-item:nth-child(even) .tl-fc {
    padding-left: 100px;
}

.tl-item:nth-child(even) .tl-txt {
    float: right;
    width: 50%;
}
/* END: Die Volkspartei*/

/* INTERN BEREICH */
.intern {
    padding-top: 50px !important;
}

    .intern .f-txt {
        width: 100%;
    }

    .intern .user-bar {
        position: absolute;
        top: 0;
        right: 0;
        height: 50px;
        line-height: 50px;
        z-index: 1;
    }

.ub-txt {
    margin-right: 10px;
}

.intern .ub-name {
    font-weight: 700;
}

    .intern .ub-name:before {
        content: 'Eingeloggt als ';
        font-weight: normal;
    }

.intern .ub-btn {
    display: inline-block;
    text-decoration: none;
    border: none;
    background: #63c3d0;
    color: #fff !important;
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.flex-33 {
    min-width: 335px;
    width: 33%;
    padding-right: 10px;
}

.int-st {
    position: absolute;
    display: inline;
    top: 20px;
    right: 20px;
    line-height: initial;
    color: #fff;
    background: #ea4f77;
    padding: 5px;
    font-size: 15px;
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    box-shadow: 1px 1px 3px 0 #333;
}

.new:after {
    content: 'neu';
    display: inline;
    background: #ea4f77;
    color: #fff;
    font-size: 12px;
    border-bottom: none;
    position: absolute;
    line-height: initial;
    margin-left: 10px;
    padding: 3px 5px;
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    box-shadow: 1px 1px 3px 0 #333;
}

.upd:after {
    content: 'Update';
    display: inline;
    background: #ea4f77;
    color: #fff;
    font-size: 12px;
    border-bottom: none;
    position: absolute;
    line-height: initial;
    margin-left: 10px;
    padding: 3px 5px;
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    box-shadow: 1px 1px 3px 0 #333;
}

/* WEB PUSH */

#wp-notify {
    position: fixed;
    background: rgba(125,125,125,0.5);
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

    #wp-notify .wp-c {
        position: absolute;
        min-width: 300px;
        width: 80%;
        max-width: 400px;
        height: 240px;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        background: #63c3d0;
        box-shadow: 0 0 7px 0 #333;
        border: 3px solid #fff;
        padding: 20px;
        color: #fff;
    }

    #wp-notify .wp-close {
        position: absolute;
        top: -25px;
        right: -25px;
        color: #fff;
        font-size: 50px;
        border-radius: 50%;
        line-height: 45px;
        text-align: center;
        text-shadow: 0 0 3px #333;
    }

        #wp-notify .wp-close:hover {
            text-shadow: 0 0 5px #000;
        }

    #wp-notify .wp-head {
        font-family: 'geo-med',Arial,'sans-serif';
        font-size: 36px;
        padding-bottom: 10px;
        text-decoration: underline;
    }

    #wp-notify .wp-txt {
        font-family: 'knile-reg';
        line-height: 120%;
    }

    #wp-notify .wp-btn {
        display: block;
        background: #fff;
        padding: 10px;
        text-decoration: none;
        color: #63c3d0;
        margin: 11px auto;
        width: 85%;
        text-align: center;
        font-size: 20px;
        color: #000;
        font-family: 'geo-reg';
    }

    #wp-notify .wp-link {
        font-family: 'knile-reg';
        font-size: 14px;
        text-align: right;
        display: block;
        color: #000;
    }

#wp-message {
    position: fixed;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: url(../Img/alert.png) 0 0 no-repeat scroll;
    background-size: 50px;
}

.wp-site-right {
    background: #fff;
    padding: 50px;
}

.wp-site-h1 {
    font-size: 36px !important;
}




@media (max-height: 720px) {
    #wp-message {
        width: 40px;
        height: 40px;
        background-size: 40px;
    }
}

@media (max-width: 1660px) {
    .por-card {
        float: left;
        width: 25%;
    }
}

@media (max-width: 1440px) {
    .wp-site-right {
        padding: 25px;
    }
}

@media (max-width: 1260px) {
    .wp-site-h1 {
        font-size: 28px !important;
    }
}

/* END: Lebensläufe + Portrait*/

@media (max-width: 1200px) {
    .team-fig {
        width: calc(50% - 30px);
        margin: 15px;
    }

    .presse-links {
        float: none;
        clear: both;
        width: 100%;
    }

    .a-presse {
        display: inline-block;
        padding: 0 15px !important;
        width: auto;
        margin: 0.5%;
        float: left;
        text-align: center;
        font-size: 16px;
    }

    .presse-kontakt {
        width: 100%;
        margin-top: 15px;
    }

    .por-card {
        float: left;
        width: 33.3333%;
    }

    .tl-item:nth-child(odd) .tl-img {
        margin-right: 50px;
    }

    .tl-item:nth-child(odd) .tl-fc {
        padding-right: 50px;
    }

    .tl-item:nth-child(even) .tl-img {
        margin-left: 50px;
    }

    .tl-item:nth-child(even) .tl-fc {
        padding-left: 50px;
    }

    .tl-txt {
        padding: 25px;
    }
}

@media (max-width: 800px) {


  .foot-m{
    display: none !important;
  }

  .foot-l, .foot-m, .foot-r {
    display: block;
    width: 50% !important;
    float: left !important;
    clear: none !important;
    margin-bottom: 25px;
}


  .presse-buerger {
      float: left;
  }

  .header-icon {
      position: relative;
      margin-top: 50px;
      max-width: 90%;
      width: 320px;
  }

  .snow-header h1{
      font-size: 26px;
  }

  .snow-header h2{
    font-size: 26px;
    margin-top: 10px;
    font-weight: 700;
  }


  .snow-bg-btn{
      font-size: 12px !important;
     
      color: white;
      padding: 10px;
      margin-top: 40px;
      width: 260px;
  }



    .no-mobile {
        display: none;
        visibility: hidden;
        opacity: 0;
    }

    .top-a {
        font-size: 16px;
        font-family: 'geo-reg',Arial,'sans serif';
    }

    .top-home {
        font-family: 'knile-bold',Georgia, serif;
        padding-left: 6%;
        padding-left: 0;
        width: auto;
        margin-left: -30px;
        left: 38%;
    }

    .nav {
        width: 300px;
        padding-left: 30px;
    }

    .m-soc {
        left: 30px;
    }

    .main {
        left: 0;
        right: 0;
        width: 100%;
    }

    .foot-c {
        width: 300px;
    }

    .foot-l, .foot-m, .foot-r {
        display: block;
        width: 100%;
        float: none;
        clear: both;
        margin-bottom: 25px;
    }

    .share {
        position: absolute;
        top: 60px;
    }

    /* START: Mitglied werden Form */
    .float-33, .float-66, .float-50 {
        float: none;
        clear: both;
        width: 100% !important;
        margin: 0;
    }

    .pad-r {
        padding-right: 0 !important;
    }

    .f-txt {
        float: none;
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .f-zip {
        float: left !important;
        width: 24% !important;
    }

    .f-place {
        float: right !important;
        width: 72% !important;
    }

    .selects {
        padding-left: 10px;
        padding-right: 50px;
    }
    /* END: Mitglied werden Form */
    .a-presse {
        display: block;
        width: 100%;
        float: none;
        padding: 0 !important;
        padding-left: 15px !important;
        text-align: left;
    }

    .presse-teaser {
        width: 68%;
    }

        .presse-teaser figcaption {
            width: 62%;
        }

    .por-card {
        float: left;
        width: 50%;
    }

    .vp .img-vp {
        width: auto;
        max-width: 100%;
        float: none;
        margin-left: 0;
        margin-bottom: 15px;
        text-align: center;
    }

    .tl {
        background: none
    }

    .tl-item {
        margin-bottom: 50px;
    }

    .tl-fc {
        background: none;
        margin-bottom: 15px;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .tl-name {
        background: none;
    }

    .tl-txt {
        padding: 0;
        float: none !important;
        width: 100% !important;
        text-align: left;
    }

    .tl-img {
        display: block;
        margin: 15px 0 !important;
    }

    .tl-fig {
        float: none !important;
        width: 100% !important;
        text-align: left !important;
    }

    .intern .ub-txt {
        margin-right: 0;
    }

    .intern .ub-name {
        font-weight: 700;
    }

        .intern .ub-name:before {
            content: 'Benutzer: ';
            font-weight: normal;
        }
}

@media (max-width: 500px) {
    .top-a {
        font-size: 15px;
        font-family: 'geo-reg',Arial,'sans serif';
    }

    .top-home {
        font-size: 15px;
        font-family: 'knile-bold',Georgia, serif;
    }

    .body {
        z-index: 2;
    }

    .wiz-btns .a-btn {
        display: block;
        margin-bottom: 15px;
        width: 100%;
    }

    .team-fig {
        display: block;
        float: none;
        width: 100%;
        margin: 20px 0;
        clear: both;
    }

    .presse-teaser {
        float: none;
        clear: both;
        width: 100%;
    }

    .presse-cont {
        float: none;
        clear: both;
        width: 100%;
    }

    .presse-buerger {
        margin-top: 15px;
    }

    .por-card {
        float: none;
        width: 100%;
    }

    .intern .ub-txt {
        display: none;
    }
}


@media (max-width: 370px) {
    .top-home {
        width: auto;
    }

    .top-de, .top-en, .top-fr {
        display: none;
    }

    .nav {
        width: 270px;
        padding-left: 15px;
    }
}

@media (max-height: 880px) {
    .m1, .m2 {
        height: 50px;
    }

        .m2 .m-a {
            font-family: 'geo-reg',Arial,'sans serif';
        }

    .m-h2 {
        padding-bottom: 20px;
    }

    .m-txt, .m-btn {
        height: 40px;
        line-height: 40px;
    }
}

@media (max-height: 720px) {
    .nav {
        top: 100px;
        padding-top: 30px;
    }

    .m1, .m2 {
        height: 40px;
    }

    .m-a {
        font-size: 20px;
    }

    .m-h2 {
        font-size: 22px;
    }

    .m-fb, .m-tw, .m-gp, .m-ma {
        font-size: 120%;
    }

    .top, .top-a {
        height: 100px;
        line-height: 100px;
    }

    .body {
        padding-top: 100px;
    }

    .m-soc {
    }
}

@media (max-height: 620px) {
    .m1, .m2 {
        height: 30px;
    }

    .m-a {
        font-size: 16px;
    }

    .m-h2 {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .msep {
        font-size: 50%;
    }
}

@media (max-height: 470px) {
    .m-soc {
        position: relative;
        left: 0;
        bottom: auto;
        top: 10px;
    }

    .nav {
        overflow-x: scroll;
        padding-bottom: 40px;
    }
}



/* SHARE TEASER */
.shareteaser a, .shareteaser a:hover {
    background: none !important;
}

    .shareteaser a img {
        display: block;
    }

.shareteaser .st-h1 {
    font-family: 'geo-med';
    color: #000;
    text-decoration: underline;
    font-size: 48px;
}

.shareteaser .st-h2 {
    font-family: 'knile-reg';
    color: #63c3d0;
    text-decoration: none;
    font-size: 48px;
    font-weight: 700;
}

.shareteaser .st-btn {
    font-family: 'geo-med';
    background: #63c3d0;
    color: #fff;
    text-align: center;
    font-size: 22px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px;
}

/*SHARE BUTTONS IM ARTIKEL */
.art-share {
    margin: 20px 0;
    padding: 15px;
}

.art-share-span {
    float: left;
    height: 40px;
    line-height: 40px;
}

.art-share-a {
    display: block;
    border-bottom: none !important;
    color: #fff !important;
    width: 80px;
    height: 40px;
    line-height: 40px;
    overflow: hidden !important;
    float: left;
    margin-left: 10px;
    text-align: center;
}

.art-share-fb, .art-share-fb:hover {
    background: #3b5998 !important;
}

.art-share-tw, .art-share-tw:hover {
    background: #1dcaff !important;
}

.art-share-wa, .art-share-wa:hover {
    background: #25D366 !important;
}

.art-share-em, .art-share-em:hover {
    background: #666 !important;
}

.art-share-a:hover {
    font-size: 120%;
}

@media (max-width: 600px) {
    .art-share {
        margin: 15px 0;
        padding: 10px;
    }

    .art-share-span {
        float: left;
        height: 30px;
        line-height: 30px;
    }

    .art-share-a {
        width: 60px;
        height: 30px;
        line-height: 30px;
    }
}

@media (max-width: 400px) {
    .art-share-span {
        margin-bottom: 10px;
    }

    .art-share-span:after {
        content: 'Weitersagen auf ...';
        font-family: 'geo-med', arial, sans-serif;
    }

    .art-share-a {
        float: none;
        clear: both;
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .h2-startpage {
        font-size: 20px !important;
    }
}






    /* ---------------------------------- */
   /* ---------------------------------  */
  /* ---- MUD TEST STYLE - 05. 11. ---- */
 /* ---------------------------------- */
/* ---------------------------------- */

span.show-checkbox input {
    -webkit-appearance: checkbox;
}


.head {
    width: 100%;
}

.s-article .PageModule {
    width: 80%;
    margin: 0 auto;
    display: block;
}

.category, .category-l, .category-m, .category-s{
    color: #63c3d0 !important;
    text-transform: uppercase;
    font-weight: 700;
    display: none !important;
}

.category-l{
    font-size: 18px;
}

.category-m{
    font-size: 16px;
}

.category-s{
    font-size: 14px;
}

/* Startpage Mainheader H2 einzeln definiert, weil er sich sonst nach den Artikel Headlines richtet */

.h2-startpage{
  font-size: 78px !important;
}

.h3-startpage{
  font-size: 30px !important;
}

.head-left {
    position: relative;
    float: left;
    width: calc(66.6666% - 25px);
    transition: 0.5s all;
    box-shadow: 0 0 80px 0px #00000030;
}

.head-left:hover {
    box-shadow: 0 0 80px 0px #00000060;
}



.head-right {
    position: relative;
    float: right;
    width: calc(33.3333% - 25px);
}


.head-left-top {
    position: relative;
}

.head-left-txt {
    background: #fff;
    /* padding: 50px 50px 0 50px; */
    padding: 0 100px 100px 50px;
    margin-top: -3px;
}

    .head-left-txt h2 {
        color: #000 !important;
        text-decoration: underline;
        font-family: 'geo-reg', Arial, sans-serif;

    }

    .head-left-txt h3 {
        color: #63c3d0;
        font-family: 'geo-reg', Arial, sans-serif;

    }

    .head-left-bottom {
        background: #63c2d0;
        padding: 100px;
        margin-top: 0px !important;
        width: 100%;
    }


    .lb-mail {
        color: #000;
        font-family: 'geo-reg',Arial,sans-serif;
        font-size: 32px;
        position: relative;
        display: block;
        text-align: center;
    }


    .lb-hightlight{
      text-decoration: underline;
      color: #fff;
    }

.txt-mail {
    padding: 20px;
    border: 1px solid #fff;
    display: inline-block;
    width: 400px;
    margin-right: 25px;
    font-family: 'geo-reg', Arial, sans-serif;
    font-size: 18px;
    color: #333;
}

.btn-submit {
    display: inline-block;
    font-size: 22px;
    background: #fff;
    color: #63c3d0 !important;
    text-decoration: none;
    padding: 10px 20px !important;
}


.btn-deact {
    opacity: 0.5;
    cursor: not-allowed;
}

.lb-disc {
    color: #fff;
    font-size: 12px;
    font-family: 'geo-reg',Arial,sans-serif;
    cursor: pointer;
    display: block;
    width: 500px;
    margin: 0 auto;
    position: relative;
}

  .lb-disc:before {
      display: inline-block;
      content: '\2714';
      color: transparent;
      text-align: center;
      font-size: 130%;
      width: 20px;
      height: 20px;
      border: 2px solid #000;
      line-height: 110%;
      font-weight: 700;
      margin-left: -25px;
      margin-right: 5px;
      margin-top: 20px;
  }

#cb_disc:checked ~ .lb-disc:before {
    color: #000;
    font-weight: 700;
}

#cb_disc input[type="checkbox"] {
  opacity: 0;
  z-index: -1;
  position: absolute;
}


.head-right-top {
    position: relative;
    width: 100%;
    height: 0;

/*16:9*/
    /* padding-bottom: 56.25%;  */
   padding-bottom: 100%;
/*ENDE 16:9*/
    /* margin-bottom: 50px; */
}

.head-teaser {
    display: block;
    cursor: hand;
    background: #fff;
    border-top: 1px solid #333;
    padding: 40px 0 40px 15px !important;
    border-bottom: none !important;
    transition: background 0.7s,padding 0.7s;
}

    .head-teaser:hover {
        background: #63c3d0;
        /*
                            Inhalt besser nicht verschieben, sonst geht ev. bei hover der Platz aus!
                            padding-left:30px !important;
                            */
    }

    .head-teaser:first-child {
        border-top: 1px solid black;
    }

.head-h2 {
    display: block;
    font-family: 'geo-reg', Arial, 'sans-serif';
    color: #000;
    text-decoration: underline;
    font-size: 24px;
    padding-bottom: 5px;
}

.head-h3 {
    display: block;
    font-family: 'geo-reg', Arial, 'sans-serif';
    color: #63c3d0;
    font-size: 24px;
    transition: background 0.7s;
}

.head-teaser:hover h3, .head-teaser:hover .head-h3 {
    color: #fff;
}

/*
             Die beiden 16:9 Module in denen HTML eingebaut werden kann bekommen KEINE eigenen Media Queries.<br>
             Ein simpler iFrame oder ein einfaches image sollte hier problem los klappen.

             Unten: Das Formular sowie die Teaser bekommen eigenes CSS. Das sind quasi die Standard Module.
             Bei Änderungen dort, muss man sich somit auch um das passende CSS kümmern!
            */


@media (max-width: 1500px) {

    .h2-startpage{
      font-size: 52px !important;
    }

    .h3-startpage{
      font-size: 38px !important;
    }


  }

@media (max-width: 1400px) {
    .head-left-txt h2, .head-left-txt h3 {
        font-size: 40px;
    }

    .txt-mail {
        width: 300px;
    }

    .head-h2, .head-h3 {
        font-size: 20px;
    }

    .head-teaser {
        padding: 25px 0 25px 15px !important;
    }

}


@media (max-width: 1200px) {


/* BUXI TEASER!!!!!!!!!!!!!!!!!! */
  .head-teaser {
      float: none;
      clear: both;
      width: 100% !important;
  }

  .head-teaser:nth-child(2n+1) {
      border-right: 0px !important;
  }

/* END BUXI TEASER */

    .head-left-txt h2, .head-left-txt h3 {
        font-size: 30px;
    }

    .head-h2, .head-h3 {
        font-size: 18px;
    }

    .h2-startpage{
      font-size: 42px !important;
    }

    .h3-startpage{
      font-size: 28px !important;
    }

    .txt-mail {
        width: 240px;
    }


   .category, .category-l, .category-m, .category-s {
        text-transform: uppercase;
        font-weight: 700;
    }

    .category-l {
        color: #fff !important;
    }

    .category-m, .category-s {
        color: #63c3d0 !important;
    }
}



@media (max-width: 1024px) {

    .presse-buerger {
        float: left;
        margin-bottom: 50px;
    }

    .h2-startpage{
        font-size: 32px !important;
    }

    .h3-startpage{
        font-size: 18px !important;
    }


    .head-left, .head-right {
        float: none;
        clear: both;
        width: 100%;
    }

    .head-left-txt h2, .head-left-txt h3 {
        font-size: 50px;
    }

    .txt-mail {
        width: 300px;
    }

    .head-left {
        margin-bottom: 50px;
    }

    .head-right-top {
        margin-bottom: 0;
    }

    .head-teaser {
        float: left;
        width: 50%;
    }

        .head-teaser:nth-child(1), .head-teaser:nth-child(2) {
            border-top: none;
        }

        .head-teaser:nth-child(2n+1) {
            border-right: 1px solid #333;
        }

   .category, .category-l, .category-m, .category-s {
        text-transform: uppercase;
        font-weight: 700;
    }

    .category-l {
        color: #fff !important;
    }

    .category-m, .category-s {
        color: #63c3d0 !important;
    }

}

@media (max-width: 800px) {

    .s-article .PageModule {
        width: 100%;
    }

  .lb-mail {
    font-size: 22px;
  }

  .lb-disc{
    width: 95%;
  }

  .lb-disc:before {
    margin-top: 0;
    transform: translate(15px, -17.66px);
}

    .head-left {
        margin-bottom: 25px;
    }

    .head-left-txt {
        padding: 20px 50px 50px 20px !important;
    }

    .head-left-bottom {
        padding: 50px;
    }

    .head-h2, .head-h3 {
        font-size: 16px;
    }

    .head-left-txt h2, .head-left-txt h3 {
        font-size: 40px;
    }

    .txt-mail {
        width: 100%;
        display: block;
    }

    .btn-submit {
        display: block;
        width: 170px;
        margin: 25px auto;
    }

   .category, .category-l, .category-m, .category-s {
        text-transform: uppercase;
        font-weight: 700;
    }

    .category-l {
        color: #fff !important;
    }

    .category-m, .category-s {
        color: #63c3d0 !important;
    }

}

@media (max-width: 600px) {

    

    .head-left-txt h2, .head-left-txt h3 {
        font-size: 30px;
    }

    .head-teaser {
        float: none;
        clear: both;
        width: 100%;
    }

    .head-teaser, .head-teaser:nth-child(2) {
        border: none !important;
        border-top: 1px solid #333 !important;
    }

    .head-teaser:first-child {
        border-top: none !important;
    }

    .head-h2, .head-h3 {
        font-size: 18px;
    }

    .h2-startpage{
    font-size: 22px !important;
  }

    .h3-startpage{
    font-size: 18px !important;
  }

}



/* -- COOKIEBOT Style -- */
   
#CybotCookiebotDialog {
    animation-delay: 0;
    animation-direction: normal;
    animation-duration: 0;
    animation-iteration-count: 1;
    animation-play-state: running;
    animation-timing-function: ease;
    background: #ffffff;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-size: auto auto;
    font: 400;
    font-style: normal;
    font-variant: normal;
    outline-width: medium;
    padding: 0 0 8px;
    perspective-origin: 50% 50%;
    transform-style: flat;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-timing-function: ease;
    max-width: 574px;
    position: fixed;
    left: 0;
    top: 100px !important;
    transform-origin: center !important;
    overflow: hidden;
    filter: Alpha(opacity=100);
    z-index: 2147483640;
    color: #2a2a2a;
    font-family: 'Segoe UI',Arial,Helvetica,Verdana,sans-serif;
    font-size: 8pt;
    border: 2px solid #2a2a2a !important;
    box-shadow: #121212 2px 2px 14px 2px;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important; 
    line-height: 1.231;
    text-align: left;
    text-rendering: geometricPrecision;

    
}
a#CybotCookiebotDialogBodyLevelButtonAccept, a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    background-color: #63c3d0 !important;
    border: 0 !important;
}
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
    background-color: #63c3d0 !important;
    border: 0 !important;
}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll, a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection, a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
    display: inline-block;
    padding: 1px 4px 3px;
    color: #ffffff;
    text-decoration: none;
    margin-top: 6px;
    height: auto;
    z-index: 10;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    width: auto !important;
}

/* .CookieDeclaration {
    display:none !important;
} */



