/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0;text-decoration:none;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}


@font-face {
    font-family: 'BebasNeue-Regular';
    src: url('../fonts/BebasNeue-Regular.eot');
    src: url('../fonts/BebasNeue-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/BebasNeue-Regular.woff') format('woff'), url('../fonts/BebasNeue-Regular.ttf') format('truetype'), url('../fonts/BebasNeue-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

*, *:before, *:after {
    box-sizing: border-box;
}

strong { font-weight: bold; }
u { text-decoration: underline; }
i { font-style: italic; }

body {
    width: 100%;
    font-family: BebasNeue-Regular verdana, arial;
    color: #706555;
    font-size: 13px;
    word-wrap: break-word;
    margin: auto;
    background-color: #f1edea;
    line-height: 1.2em;
    letter-spacing: 1.3px;
    /* background-image:url(../../../../site/templates/standard/images/bud_content.jpg); */
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    background-attachment: fixed;
}

body.start {
    background-color: #f1edea;
    /* background-image:url(../../../../site/templates/standard/images/back_bud.jpg); */
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    background-position: top;
}

a {
    color: #E09C4F;
    transition: color 0.3s linear 0s;
}

a:hover {
    color: #b68855;
}

h1 {
    font-size: 560%;
    text-transform: uppercase;
    color: #392f25;
    letter-spacing: 4.5px;
    line-height: 1.2em;
    font-weight: bold;
    font-family: BebasNeue-Regular, verdana, arial;
}

h1.start {
    font-size: 400%;
}

h2, h3 {
    font-size: 150%;
    margin-bottom: 15px;
    line-height: 1.3em;
    text-transform: uppercase;
}

aside div div.head {
    font-size: 260%;
    margin-top: 40px;
    margin-bottom: 30px;
    line-height: 1.2em;
}

.headArtikelBox {
    border-bottom: 1px solid rgba(160, 160, 160, 0.3);
    margin-bottom: 25px;
}

.headArtikelBox div {
    text-transform: uppercase;
    font-weight: normal;
    display: block;
    margin-bottom: 25px;
}

.headArtikelBox div.start {
    font-size: 140%;
    line-height: 1.2em;
}

p {
    margin-bottom: 15px;
    font-size: 110%;
    line-height: 1.2em;
    letter-spacing: 1.3px;
}


/* Grid Struktur */

div.site {
    z-index: 2;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto 1fr auto auto auto auto;
    grid-template-areas:
            "header header header"
            "nav nav nav"
            "main main sidebar"
            "footer footer footer"
            "copyfooter copyfooter copyfooter";
}

div.fullsite {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto 1fr auto auto auto auto;
    grid-template-areas:
            "header header header"
            "nav nav nav"
            "main main main"
            "footer footer footer"
            "copyfooter copyfooter copyfooter";
}

header.masthead, .footer, .copy-footer {
    padding: 5px 10% 0px 10%;
}

.nav-body {
    padding: 0px 10% 0px 10%;
}

.main-content {
    padding: 20px 5% 20px 15%;
}

div.fullsite .main-content {
    padding: 20px 10% 20px 10%;
}

.fullplace {
    width: 100%;
    grid-area: fullplace;
}

.sidebar{
    padding: 20px 30% 20px 0;
}


#banner {
    position: absolute;
    top: -118px;
}

@keyframes rolerball {
    from {transform: translateX(750%) rotate(0deg)}
    to {transform: translateX(0) rotate(0deg)}
}

header.masthead {
    background-color: #5ea62c;
    /* background: rgba(0, 0, 0, 0.6); */
    /* grid-column: 1/4;
    grid-row: 1/2; */
    grid-area: header;
}

.nav-head {
    /* background-color: #29544b; */
    grid-area: nav;
    position: relative;
}

.main-content {
    grid-area: main;
}

.sidebar {
    grid-area: sidebar;
    width: 100%;
}

.footer {
    /* background: rgba(48, 57, 65, 0.9); */
    background-color: #5ea62c;
    grid-column: 1/4;
    grid-row: 4/5;
    grid-area: footer;
    color: #fff;
    font-size: 110%;
}

.footer div div div.head {
    font-size: 130%;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 140%;
}

.copy-footer {
    background: rgb(14, 20, 28);
    grid-area: copyfooter;
}

.copy-footer ul li a {
    color: #ced9da;
}

.copy-footer ul li a:hover {
    color: #9fccd6;
}

.mehrbutton {
    background-color: #6a6a6a;
    padding: 10px;
    color: #fff;
    transition: background 0.3s linear 0s;
    display: inline-block;
    margin-top: 10px;
}

.mehrbutton:hover {
    background-color: #E09C4F;
    color: #fff;
}

.bud-topper {
    background-color: #E09C4F; height: 35px;
}

/* Ende Master Grid */

div.articleContent ul {
    list-style: disc;
    margin-left: 30px;
    margin-bottom: 25px;
    display: block;
}


.countdown-box {
    margin-top: 35px;
    background-color: #ffffff;
    padding: 15px;
    border-radius: 6px;
    text-align: center;
}

.countdown-box h3 {
    font-family: BebasNeue-Regular, verdana, arial;
    font-size: 260%;
    margin-bottom: 0px;
}

.countdown-box > span {
    display: block;
    margin-bottom: 20px;
}

.countdown-box ul {
    text-align: center;
}

.countdown-box ul li {
    display: inline-block;
    font-size: 20px;
    list-style-type: none;
    padding: 15px;
    text-transform: uppercase;
    text-align: center;
    font-family: BebasNeue-Regular, verdana, arial;
    color: #000;
    line-height: 1.5em;
}

.countdown-box ul li span {
    display: block;
    font-size: 30px;
    color: #4f97e4;
}

button, .button {
    background-color: #E09C4F;
    padding: 10px;
    border-radius: 8px;
    margin-top: 25px;
    color: #fff;
    text-transform: uppercase;
    font-size: 120%;
    margin-bottom: 35px;
    transition: background 0.3s linear 0s;
}

button a, .button a {
    color: #fff;
}

button:hover, .button:hover {
    background-color: #4f97e4;
    color: #fff;
}

button:hover a, .button:hover a {
    color: #fff;
}

.countdown-box button.stoebern {
    background-color: #4f97e4;
    padding: 10px;
    border-radius: 8px;
    margin-top: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 120%;
    margin-bottom: 5px;
}

/* Flex Box Struktur */

.flex-main {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    flex-grow: 1;
    flex-basis: auto;
    margin: auto;
}

.three-column-box {
    width: 25%;
    /* padding: 30px 4% 30px 4.3%; */
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 30px;
}

.three-column-box:nth-child(1) {
    padding-left: 0;
}

.three-column-box:nth-child(4) {
    padding-right: 0;
}

.two-column-box {
    width: 50%;
}

header.masthead div.logo {
    text-align: center;
    width: 100%;
}

header.masthead div.logo img {
    height: 110px;
    width: auto;
}

.ausrichtung-rechts {
    text-align: right;
}

.ausrichtung-links {
    text-align: left;
}

.sidebar > div {
    margin-bottom: 45px;
    /* background: rgba(231,245,255,0.8); */
}

.main-content div.container {
    padding: 25px 0 25px 0px;
    /* background: rgba(231,245,255,0.8); */
}

/* ****************** Responsive Nav ******************* */

/* Aufstellung des Blocks Horizontal */
nav.nav-head ul {
    list-style-type:none;
    margin:0;
    padding:0;
    position: relative;
    text-align: right;
}

nav.nav-head ul li {
    display:inline-block;
    /* float: left; */
    margin-right: 1px;
}

/* Formatierung der Links selbst */
nav.nav-head ul li a {
    display:block;
    height: 55px;
    text-align: center;
    line-height: 55px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #706555;
    text-decoration: none;
    padding-left:15px;
    padding-right: 15px;
    transition: background 0.3s linear 0s;
    text-transform: uppercase;
    font-size: 115%;
    letter-spacing: 1.3px;
}

nav.nav-head ul li:hover a, nav.nav-head div ul.globalnav li:hover a {
    background-color: #E09C4F;
    color: #fff;
    cursor: pointer;
}

/* Formatierung der Dropdownbox */
nav.nav-head ul li:hover ul a {
    background: #bb803b;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #bb803b;
}

nav.nav-head ul li:hover ul a:hover {
    background: #9a682d;
}


/* Unsichtbar machen der Drobdownbox */
nav.nav-head ul li ul {
    display: none;
    position: absolute;
    padding: 0;
    z-index: 101;
    opacity: 0;
}

nav.nav-head ul li:hover ul:hover {
    display: block;
}

nav.nav-head ul li ul li {
    display: block;
    float: none;
}

nav.nav-head ul li ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;

}

/* Anzeige des Dropdowns beim Hovern */
nav.nav-head ul li a:hover + .hidden, .hidden:hover {
    display: block;
    opacity: 1;
    transition: opacity 1.5s;
    transition: background-color 0.3s linear 0s;
}

/* Formatierung des Menübuttons, der in kleiner Auflösung angezeigt wird */
.show-menu {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    display: none;
    font-size: 150%;
}

/* Checkbox verstecken */
input.show-button[type=checkbox]{
    display: none;
}
/* Checkbox ist gecheckt */
input.show-button[type=checkbox]:checked ~ #menu{
    display: block;
}

/* Weitere Navigationen */

.bottom-nav {
    text-align: center;
    padding: 20px;
}

.bottom-nav li {
    display: inline;
    margin-right: 10px;
    padding: 5px 5px;
}

.horizon-list {
    padding: 10px;
}

.horizon-list li {
    display: inline;
    padding: 5px 5px;
}

.horizon-list li a {
    color: #ffffff;
}

.horizon-list li a:hover {
    color: #f56f15;
}

.right {
    padding: 0;
}

.right li a {
    display: inline-block;
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #e2f5ff;
    font-size: 13px;
    text-align: center;
    padding: .5em;
    border: 1px solid #ffffff;
    background-color: transparent;
    fill: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.right li a:hover {
    color: #ffffff;
    background-color: #447c9f;
    border: 1px solid #447c9f;
}

.right li a span {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}

.right {
    float: right; 
}

.left {
    float: left;
}
/* *************** Tabellen ************* */

table {
    border: 0;
    margin-bottom: 15px;
}

th {
    background-color: #fe7b20;
    color: #fff;
    padding: 15px;
}

td {
    background: rgba(255, 255, 255, 0.8);
    padding: 15px;
    border-bottom: 1px solid #e9dac0;
   
}

tr:hover td {
    background: #5ea62c;
    color: #fff;
}

/* ****************** Formatbeschreibungen für den FCK ****************** */

.hundertProzent {
    width: 100%;
    height: auto;
}

.fuenfundsiebzigProzent {
    width: 75%;
    height: auto;
}

.sechsundsechzigProzent {
    width: 66%;
    height: auto;
}

.fuenfzigProzent {
    width: 50%;
    height: auto;
}

.dreiunddreissigProzent {
    width: 33%;
    height: auto;
}

.fuenfundzwanzigProzent {
    width: 25%;
    height: auto;
}

.zweispaltigText {
    width: 100%;
    column-width: 300px;
    column-rule-color: #d9d9d9;
    column-rule-width: 1px;
    column-rule-style: dotted;
    column-gap: 70px;
}

.dreispaltigText {
    width: 100%;
    column-count: 3;
    column-width: 50%;
    column-rule-color: #d9d9d9;
    column-rule-width: 1px;
    column-rule-style: dotted;
    column-gap: 70px;
}

.zweispaltigTextLinie {
    width: 100%;
    column-count: 2;
    column-width: 50%;
    column-gap: 70px;
}

.dreispaltigTextLinie {
    width: 100%;
    column-count: 3;
    column-width: 50%;
    column-gap: 70px;
}


/* ****************** Subpages ***************** */

.subpages .three-column-box {
    padding: 30px 1% 30px 1%;
}

.subpage-box {
    background-color: #E09C4F;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    height: auto;
    padding: 0 !important;
    position: relative;
    transition: all 0.3s ease-in-out 0s;

}

.subpage-box:nth-child(2n+1) {
    margin-left: 0;
}

.subpage-box a img {
    height: 90%;
    margin-left: 5%;
    margin-top: 5%;
    width: 90%;
}

.subpage-box a {
    color: #fff;
}
.subpage-box a dl {
    background-color: #E09C4F;
    bottom: 0;
    color: #e4eff0;
    left: 0;
    /* line-height: 2.5; */
    margin: 0;
    opacity: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    overflow: hidden;
}

.subpage-box a dt strong {
    -moz-osx-font-smoothing: grayscale;
    color: #e4eff0;;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: bold;
}

.subpage-box a dl:hover {
    opacity: 1;
}

.subpage-box span a {
    background-color: #E09C4F;
    height: 44px;
    position: relative;
    width: 100%;
    padding-left: 15px;
    line-height: 44px;
    font-weight: bold;
    font-size: 100%;
    display: block;
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
}

.subpage-box span a:hover {
    background-color: #E09C4F;
}

/* ******************* Suche ******************** */

form.search input {
    background-color: #ffffff;
    border-radius: 5px;
    border: 0;
    color: #325b74;
    padding: 10px;
    text-indent: 18px;
    background-image:url(../../../../images/search_backgroundicon.gif);
    background-repeat: no-repeat;
    background-position: 3px 7px;
    margin-top: 10px;
    width: 220px;
}

/* **************** Language Auswahl **************** */

.languageBox {
    position: inherit;
    z-index: 101;
    float: left;
}

.languageBox select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:none;
    border-radius: 0;
    font-size: 1em;
    width: 100%;
    background-color: transparent;
    color: #fff;
    border: 1px solid #bfbfbf;
    padding:5px 15px 5px 6px;
    background-image:url(../../../../site/templates/standard/images/down_pfeil_hover.png);
    background-position: right;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: #052b42;
}

.languageBox select:hover {
    color: #e3e3e3;
}

.globalButton {
    display: inline-block;
    background-color: #f56f15;
    color: #ffffff;
    padding: 11px;
    text-transform: uppercase;
    transition: background-color 0.3s linear 0s;
}

.globalButton:hover {
    color: #ffffff;
    background-color: #c45e15;
}


@media screen and (max-width: 1150px) {
    .counter {
        font-size: 6em;
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    
    div.site {
        grid-template-columns: 1fr;
        grid-template-areas:
                "header"
                "nav"
                "eyecatcher"
                "main"
                "sidebar"
                "footer"
                "copyfooter";
    }
    
    header.masthead, .footer{
        padding: 5px 5% 0px 5%;
    }

    header.masthead div.logo img {
        height: 110px;
    }

    h1, h2, h3, h6 {
        font-size: 170%;
    }

    aside h6, aside h3, aside h2 {
        font-size: 170%;
    }


    .main-content {
        padding: 20px 8% 20px 8%;
    }

    .sidebar{
        padding: 20px 5% 20px 5%;
    }

    .three-column-box {
        width: 50%;
    }

    .three-column-box:nth-child(3n+1) {
        padding-left: 20px;
    }

    .three-column-box:nth-child(2n+1) {
        padding-left: 0;
    }

    .three-column-box:nth-child(5n+3) {
        padding-right: 20px;
    }

    .three-column-box:nth-child(2n+2) {
        padding-right: 0px;
    }

    nav.nav-head ul {
        position: static;
        display: none;
    }

    nav.nav-head ul li {
        margin-bottom: 1px;
    }

    nav.nav-head ul li, nav.nav-head ul li ul {
        width: 100%;
    }

    nav.nav-head ul li a {
        width: auto;
        border-left: 0;
    }

    nav.nav-head ul li a:hover + .hidden, .hidden:hover {
        position: relative;
    }

    /* Menülink anzeigen */
    .show-menu {
        display:block;
    }

    .bottom-nav li.copy {
        display: block;
        margin-top: 15px;
    }

    .nav-body {
        background-color: #5ea62c;
    }
    
    .languageBox {
        top: 3px;
    }

    .counter {
        font-size: 3em;
    }

    .desktop {
        display: none;
    }

    .list-for-mobile {
        position: absolute;
        top: 3px;
        right: 5px;
    }
    
    h1.start {
        font-size: 350%;
    }
    
}


/* ************ Individuell 2020 ****************** */

header.startseite {
    background-color: #f2e294;
    /* grid-column: 1/4;
    grid-row: 1/2; */
    grid-area: header;
}

header div.headfirst {
    position: relative;
    display: block;
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

div.willkommensgruss {
    position: absolute;
    width: 100%;
    top: 15%;
    color: #fff;
    text-align: center;
    z-index: 2;
}

div.willkommensgruss img {
    width: 300px;
    height: auto;
}

div.willkommensgruss > div {
    display: inline-block;
}

div.willkommensgruss div h4 {
    font-size: 3vw;
    line-height: 5vw;
    border-bottom: 4px solid white;
    padding: 0;
}

div.willkommensgruss div a h4, div.willkommensgruss div a span {
    color: #ffffff;
}

div.willkommensgruss div span {
    display: block;
    font-size: 2.55vw;
    line-height: 5vw;
    border-bottom: 4px solid white;
}

@media screen and (max-width: 1100px) {
    body.start {
        /* background-image:url(../../../../site/templates/standard/images/back_pad.jpg); */
    }
}

@media screen and (max-width: 1000px) {
    div.willkommensgruss {
        top: 5%;
    }
    
    div.willkommensgruss img {
        width: 200px;
    }
}

@media screen and (max-width: 760px) {
    body {
        /* background-image:url(../../../../site/templates/standard/images/bud_content_tab.jpg); */
    }
    
    body.start {
        /* background-image:url(../../../../site/templates/standard/images/back_smart.jpg); */
    }
    
    div.willkommensgruss {
        top: 12%;
    }

    div.willkommensgruss img {
        width: 150px;
    }

    .countdown-box {
        margin-top: 5px;
    }

    nav.nav-head ul li a { color: #fff; }
}

    
@media screen and (max-width: 500px) {

    body {
        /* background-image:url(../../../../site/templates/standard/images/bud_content_smart.jpg); */
    }

    header.masthead, .footer, .copy-footer {
        padding: 5px 5% 0px 5%;
    }

    .main-content, .sidebar {
        padding: 0px 5% 20px 5%;
    }

    .main-content div.container {
        padding: 25px 0 0px 0px;
    }

    h1, h2, h3, h6 {
        font-size: 170%;
    }

    h1.start {
        font-size: 300%;
    }

    aside h6, aside h3, aside h2 {
        font-size: 200%;
    }

    .three-column-box, .two-column-box {
        width: 100%;
    }

    .three-column-box:nth-child(3n+1), .three-column-box:nth-child(2n+1), .three-column-box:nth-child(5n+3), .three-column-box:nth-child(2n+2) {
        padding-left: 0px;
        padding-right: 0px;
        padding: 30px 0 0px 0;
    }

    .hundertProzent, .fuenfundsiebzigProzent, .sechsundsechzigProzent, .fuenfzigProzent, .dreiunddreissigProzent, .fuenfundzwanzigProzent {
        width: 100%;
        height: auto;
    }

    .zweispaltigTextLinie, .zweispaltigText, .dreispaltigTextLinie, .dreispaltigText {
        width: 100%;
        column-count: 1;
        column-width: 100%;
        column-rule-color: #ffffff;
        column-rule-width: 0px;
        column-gap: 0px;
    }

    .bottom-nav li {
        display: block;
    }

    .logo, .ausrichtung-rechts {
        text-align: center;
    }

    header.masthead div.logo img {
        height: 65px;
    }

    .sidebar > div {
        margin-bottom: 15px;
    }

    .show-menu {
        display:block;
        padding: 10px;
    }

    div.container section div.articleContent ul {
        list-style: disc;
        margin-left: 30px;
        margin-bottom: 25px;
        display: block;
    }

    .languageBox {
        top: 5px;
    }

    .languageBox select {
        padding: 2px 15px 2px 2px;
    }

    aside div div.head {
        font-size: 160%;
    }

    .counter {
        font-size: 3em;
        width: 90%;
    }

    div.willkommensgruss {
        top: 9%;
    }

    div.willkommensgruss img {
        width: 100px;
    }

    div.willkommensgruss div h4 {
        font-size: 3.25vw;
        line-height: 5vw;
        border-bottom: 1px solid white;
        padding: 0;
    }

    div.willkommensgruss div span {
        display: block;
        font-size: 2.55vw;
        line-height: 5vw;
        border-bottom: 1px solid white;
    }

    .countdown-box ul li {
        font-size: 18px;
        padding: 10px;
    }

    .countdown-box ul li span {
        font-size: 20px;
    }
}

/* System Inhalte - Nicht löschen */
.with-love {
    display: inline-block;
    position: relative;
    margin: 0 4px;
    height: 10px;
    width: 10px;
    background: #c61d43;
    border-radius: 4px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.with-love::before, .with-love::after {
    display: block;
    content: '';
    position: absolute;
    margin: auto;
    height: 10px;
    width: 10px;
    border-radius: 5px;
    background: #c61d43;
    top: -4px;
}

.with-love::after {
    bottom: 0;
    top: auto;
    left: -4px;
}