@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

/*-------site----------*/
body, html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #efefef;
}

body, pre {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

* {
    moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.body {
    width: 1920px;
    max-width: 100%;
    height: auto;
    min-height: 100vh;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    text-align: left;
    background: #fff;
    -moz-box-shadow: 0 4px 8px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 4px 8px rgba(0,0,0,.5);
    box-shadow: 0 4px 8px rgba(0,0,0,.5);
}

header {
    position: relative;
    z-index: 2500;
}

main {
    flex: 1;
    height: 100%;
}

/*Browserhack IE für Hauptteil, damit Höhe nicht Null*/
@media all and (-ms-high-contrast:none) {
    main {
        flex: auto !important;
    }
}

footer, footer a {
    background: #000;
    color: #fff;
}

.footer {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    -ms-flex-align: start;
    justify-content: center;
    -ms-flex-pack: center;
    margin: 0 auto;
}

.footer {
    padding: 16px;
}

    .footer > div {
        flex: 225px 0 0;
        padding: 16px;
    }

.footer-head {
    text-transform: uppercase;
    color: #C71618;
}

/*-------default----------*/

ul {
    margin: -1em;
}

ul ul {
    margin: 0em;
}
li {
    margin: 0.5em 0;
}

a {
    color: #000;
    display: inline-block;
    text-decoration: none;
}

    a:hover, a:active {
        color: #FF0000;
    }

.b {
    font-weight: 600 !important
}

img {
    max-width: 100%;
}

p {
    padding: 0 0 16px;
    margin: 0;
    line-height: 1.8;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

/*h1 {
    color: #fff;
    margin: 0;
    padding: 12px 16px;
    line-height: 1.2em;
    font-size: 18px;
}*/

h1 {
    font-size: 25px;
    line-height: 1.3;
    padding: 16px 0;
    margin: 0;
}

h2 {
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 16px;
}

h3 {
    font-size: 16px;
    line-height: 1.3;
    margin: 0;
}

.bold {
    font-weight: 600;
}

.right {
    text-align: right !important;
}

.line-top {
    border-top: 1px solid #3F3F3E;
    padding-top: 16px;
    margin-top: 16px;
}

/*-------navigation----------*/

.nav {
    position: relative;
    top: 0;
    margin: 0;
    background-color: #fff;
    /*-webkit-box-shadow: 0px -10px 16px -18px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px -10px 16px -18px rgba(0,0,0,0.4);
    box-shadow: 0px -10px 16px -18px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 4px 8px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 4px 8px rgba(0,0,0,.5);
    box-shadow: 0 4px 8px rgba(0,0,0,.5);*/
    width: 100%;
    display: flex;
    -webkit-box-shadow: 0px 3px 7px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 7px 3px rgba(0,0,0,0.3);
	align-items: center;
}

@supports (position: sticky) {
    .nav {
        position: sticky;
        position: -webkit-sticky;
    }
}

.toggle, [id^=drop] {
    display: none;
    text-transform: uppercase;
}

.nav-symbol {
/*    width: 190px;
    padding: 8px 4px;  */
	width: 230px;
    padding: 8px 4px;

}

    .nav-symbol a {
/*    padding: 0 8px;  */
	padding: 0 4px;
    width: 40px;

    }

        .nav-symbol a:active {
            opacity: 0.7;
        }

.nav-menu {
    flex-grow: 1;
    flex-shrink: 0;
    max-width: calc(100% - 200px);
}

    .nav-menu ul {
        padding: 0;
        margin: 0;
        list-style: none;
        position: relative;
    }

        .nav-menu ul li {
            margin: 0px;
            display: inline-block;
        }

    .nav-menu a, .nav-menu div {
        display: block;
        padding: 6px 8px;
        text-decoration: none;
    }

    .nav-menu div, .nav-menu .level a[href="#"] {
        color: #bbb;
    }

    .nav-menu a:hover {
        color: #C71618;
    }

    .nav-menu ul ul li {
        width: 200px;
        display: list-item;
        border-bottom: 1px solid #A1A1A1;
    }


    .nav-menu ul ul a {
        font-size: 15px;
    }

    .nav-menu li:last-child {
        border-bottom: 0 !important;
    }

.menu {
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    justify-content: flex-start;
}

    .menu li {
        position: relative;
    }

    .menu > li > a {
        text-transform: uppercase;
        font-size: 18px;
        line-height: 54px;
        display: inline-block;
/*        padding-left: 16px;
        padding-right: 16px;  */
		padding-left: 10px;
        padding-right: 10px;

    }

.level {
    display: none;
    z-index: 1500;
}

.level1 * {
    font-weight: 600;
}

.level2 a {
    padding-left: 16px;
}

    .level2 a::before {
        content: '\00BB';
        display: inline-block;
        padding-right: 4px;
    }

.menu li > a:after {
    content: ' +';
}

.menu li > a:only-child:after {
    content: '';
}

.burger {
    padding: 7px 13px 0;
    display: inline-block;
    height: 54px;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    /*background-image: url(img/hexagon-burger.png);*/
    background-position: top;
    background-repeat: no-repeat;
}

    .burger:active {
        opacity: 0.7;
    }


    .burger.is-active:active {
        opacity: 0.7;
    }

    .burger.is-active .burger-inner,
    .burger.is-active .burger-inner::before,
    .burger.is-active .burger-inner::after {
        background-color: #000;
    }

.burger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.burger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

    .burger-inner, .burger-inner::before, .burger-inner::after {
        width: 40px;
        height: 4px;
        background-color: #000;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
    }


        .burger-inner::before, .burger-inner::after {
            content: "";
            display: block;
        }

        .burger-inner::before {
            top: -10px;
        }

        .burger-inner::after {
            bottom: -10px;
        }

.burger--collapse-r .burger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

    .burger--collapse-r .burger-inner::after {
        top: -20px;
        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    }

    .burger--collapse-r .burger-inner::before {
        transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

#drop:checked ~ .toggle-burger .burger--collapse-r .burger-inner {
    transform: translate3d(0, -10px, 0) rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

    #drop:checked ~ .toggle-burger .burger--collapse-r .burger-inner::after {
        top: 0;
        opacity: 0;
        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    }

    #drop:checked ~ .toggle-burger .burger--collapse-r .burger-inner::before {
        top: 0;
        transform: rotate(90deg);
        transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

.main-header {
    background-image: url(img/bg-headline.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: inset 0px 0px 27px -6px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 0px 27px -6px rgba(0,0,0,0.3);
    box-shadow: inset 0px 0px 27px -6px rgba(0,0,0,0.3);
}

.content-container {
    text-align: center;
    background-image: url(img/bg-tabs.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
    margin-bottom: 16px;
}

.content-container_small {
    display: block;
    margin: auto;
    max-width: 750px;
}

.content-container_medium {
    display: block;
    margin: auto;
    max-width: 900px;
}

.content {
    padding: 40px 16px 32px;
    text-align: left;
}

    .content * {
        text-align: left;
    }

    .content h1, .content h2 {
        padding: 32px 0 16px;
    }

    .content h3 {
        padding: 16px 0;
    }

.breadcrumb {
    padding: 16px 0 4px;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    text-align: left;
    font-size: 0.9em;
    position: relative;
}

    .breadcrumb a {
        padding: 0 16px;
    }

        .breadcrumb a::before {
            content: url(img/hexagon-16px.png);
            display: inline-block;
            position: relative;
            bottom: -2px;
            margin-right: 4px;
        }

.link-phil-container {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: stretch;
    -ms-flex-align: stretch;
    -moz-box-align: stretch;
    align-content: stretch;
    -ms-flex-line-pack: stretch;
    width: 100%;
    margin: 32px auto 0;
}

.link_phil {
    display: inline-block;
    width: 300px;
    padding: 16px;
    margin: 8px;
    border: 1px solid #3f3f3f;
    text-align: center;
    background: #eee;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    position: relative;
}

    .link_phil * {
        text-align: center !important;
    }

    .link_phil p {
        padding-bottom: 8px !important;
    }

    .link_phil img {
        position: absolute;
        left: 8px;
        top: 8px;
    }

.ph32 {
    height: 32px;
}

.container-column {
    width: 1400px;
    max-width: 100%;
    display: inline-block;
    margin: 0 auto;
}

.column > div {
    page-break-inside: avoid;
    column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    orphans: 3;
    widows: 3;
    padding: 0 32px;
    text-align: left;
}

.training {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: stretch;
    -ms-flex-align: stretch;
    -moz-box-align: stretch;
    align-content: stretch;
    -ms-flex-line-pack: stretch;
    margin: 16px auto 32px;
    padding-bottom: 16px;
    text-align: left;
    /*border-bottom: 1px solid #3F3F3E;*/
    background: #eee;
}

    .training > div {
        flex-basis: 33.333333%;
        flex-grow: 1;
        flex-shrink: 0;
        min-width: 250px;
        padding: 16px;
    }

        .training > div > div:first-child {
            font-size: 1.2em;
            padding-bottom: 8px;
            font-weight: 600;
        }


.news-table {
    margin: 16px 0 80px;
    width: 100%;
}

    .news-table img {
        width: 300px;
        max-width: 300px;
    }

    .news-table h2, .news-table h3 {
        padding-top: 0 !important;
    }


    .news-table .date {
        background-image: url(img/hexagon-date.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        width: 90px;
        height: 75px;
        padding-top: 4px;
    }

.archiv-container {
    text-align: center;
    background-image: url(img/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover; 
    padding-bottom: 64px;
    margin-bottom: 16px;
}

    .archiv-container fieldset {
        background: #bbb;
        border: 1px solid #3F3F3E;
        width: 100%;
        padding: 16px 24px;
    }

        .archiv-container fieldset div {
            padding-bottom: 4px;
        }

    .archiv-container label {
        display: block;
        padding: 4px;
    }

    .archiv-container select, .archiv-container [type=text] {
        display: block;
        width: 100%;
        padding: 4px;
        background: #fff;
        border: 1px solid #bbb;
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 0.9em;
        color: #000;
    }

    .archiv-container .submit {
        text-align: right;
        padding: 16px 0;
    }

    .archiv-container button {
        background: #C71618;
        color: #fff;
        font-weight: 600;
        display: inline-block;
        padding: 6px 24px;
        border: 1px solid #3F3F3E;
        font-size: 0.9em;
        cursor: pointer;
    }

    .archiv-container .line-top {
        font-size: 0.75em;
        line-height: 1.8;
    }

.search {
    font-size: 0.8em;
}

/*-------home----------*/

.content-home {
    padding: 40px 16px 32px;
    text-align: center;
}

.home-news-container {
    padding-top: 32px;
    background-image: url(img/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

    .home-news-container a {
        font-weight: 600;
    }

.news-items {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: flex-start;
    -ms-flex-align: start;
    -moz-box-align: start;
    align-content: flex-start;
    -ms-flex-line-pack: start;
    width: 100%;
    margin: 0 auto;
    padding: 44px 0;
    border-bottom: 1px solid #3F3F3E;
}

    .news-items > div {
        flex: 1 1 50%;
        max-width: 100%;
        position: relative;
        padding: 32px 24px 0;
        min-width: 300px !important;
    }

    .news-items .date {
        background-image: url(img/hexagon-date.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        width: 90px;
        height: 75px;
        position: absolute;
        left: 0px;
        top: -8px;
        padding-top: 4px;
    }


        .news-items .date span, .news-table .date span {
            color: #fff;
            text-align: center;
            display: block;
        }

            .news-items .date span:first-child, .news-table .date span:first-child {
                font-size: 1.5em;
                line-height: 32px;
                font-weight: 600;
            }

            .news-items .date span:last-child, .news-table .date span:last-child {
                font-size: 0.75em;
                text-transform: uppercase;
            }

.pinnwand {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -moz-box-align: start;
    align-content: flex-start;
    -ms-flex-line-pack: start;
    width: 100%;
    margin: 0;
    padding: 24px 0 24px 24px;
}

.pinnwand-head {
    width: 100% !important;
    padding-top: 48px;
    padding-bottom: 8px;
}

.pinnwand-archive {
    width: 100% !important;
    text-align: right;
}

    .pinnwand-archive a {
        background: #C71618;
        color: #fff;
        font-weight: 600;
        display: inline-block;
        padding: 6px 24px;
        border: 1px solid #3F3F3E;
        margin-right: 24px;
        margin-bottom: 24px;
    }

.pinnwand-items {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -moz-box-align: start;
    align-content: flex-start;
    -ms-flex-line-pack: start;
    flex: 1 0 250px;
    margin: 20px auto;
}

    .pinnwand-items > div:last-child {
        flex-grow: 1;
        flex-shrink: 1;
        padding: 0 24px 16px 0;
        width: 200px;
    }

    .pinnwand-items .date {
        flex: 0 0 92px;
        background-image: url(img/hexagon-date.png);
        background-repeat: no-repeat;
        background-size: 76px;
        background-position: left;
        height: 63px;
        padding-top: 8px;
        margin-bottom: 8px;
    }

        .pinnwand-items .date span {
            color: #fff;
            text-align: center;
            display: block;
            margin-left: -16px;
        }

            .pinnwand-items .date span:first-child {
                font-size: 1.15em;
                line-height: 20px;
                font-weight: 600;
            }

            .pinnwand-items .date span:last-child {
                font-size: 0.69em;
                text-transform: uppercase;
            }


/*home events*/
.home-box-container {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    align-items: stretch;
    -ms-flex-align: stretch;
    -moz-box-align: stretch;
    align-content: flex-start;
    -ms-flex-line-pack: start;
    width: 100%;
    margin: 120px 0 0;
    padding: 16px;
}

    .home-box-container > div {
        flex-basis: 30%;
        min-width: 300px;
        flex-grow: 1;
        flex-shrink: 1;
        padding: 0 24px 24px;
        text-align: center;
        border: 1px solid #3F3F3E;
        margin: 16px 16px 44px;
    }

.box-events, .box-ninepins {
    background: #eee;
}

.box-soccer {
    background: #C71618;
}

    .box-soccer *, .box-soccer a:hover {
        color: #fff;
    }

    .box-events:before, .box-ninepins:before, .box-soccer:before {
        display: inline-block;
        margin-top: -74px;
        margin-bottom: 16px;
    }

.box-events h2, .box-ninepins h2 {
    display: block;
    padding-bottom: 8px;
    margin-bottom: 24px;
    border-bottom: 1px solid #3F3F3E;
}

.box-soccer h2 {
    display: block;
    padding-bottom: 8px;
    margin-bottom: 24px;
    border-bottom: 1px solid #fff;
}

.box-events:before {
    content: url(img/symbol-termine.png);
}

.box-ninepins:before {
    content: url(img/symbol-kegeln.png);
}

.box-soccer:before {
    content: url(img/symbol-fussball.png);
}

.box-events h2, .box-ninepins h2 {
    color: #C71618;
}

.home-box-container > div > div {
    padding: 0 0 16px;
}

.home-box-container a {
    font-weight: 600;
}

.home-box-container-strong {
    font-size: 1.3em;
    font-weight: 600;
}

/*Cards*/
.cards {
    text-align: center;
    padding: 32px 16px;
    background-image: url(img/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.card-items {
    width: 100%;
    margin: 32px auto;
}

.card {
    display: inline-block;
    width: 280px;
    margin: 16px 16px 24px;
}

.card_team_img {
    display: inline-block;
    width: 800px;
    max-width: calc(100% - 32px);
    margin: 16px 16px 24px;
}

.sponsor-premium::before {
    display: inline-block;
    width: 180px;
    content: "Premium-Sponsor";
    text-transform: uppercase;
    background: transparent;
    color: #C71618;
    font-size: 14px;
    padding: 8px 16px 2px;
    margin-bottom: 8px;
    border-bottom: 1px solid #C71618;
}

.sponsor-default::before {
    display: inline-block;
    width: 180px;
    content: "Sponsor";
    text-transform: uppercase;
    background: transparent;
    color: #5F5F5F;
    font-size: 14px;
    padding: 8px 16px 2px;
    margin-bottom: 8px;
    border-bottom: 1px solid #5F5F5F;
}

.card-content {
    display: flex;
    flex-direction: column;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

    .card-content > div {
        flex-grow: 0;
    }

.card-title {
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.cards_default .card-title, .cards_team .card-title {
    padding: 0 8px;
    height: 36px;
    line-height: 36px;
}

.cards_sponsors .card-title {
    padding: 8px 8px;
    height: 64px;
}

.card-img {
    background-color: #fff;
    overflow: hidden;
}

.cards_default .card-img {
    height: 360px;
}

.cards_sponsors .card-img {
    height: 182px;
    padding: 16px 0;
}

.cards_team .card-img {
    max-height: 600px;
}

.card-txt {
    height: 172px;
    padding: 16px 4px;
    background: #fff;
}

.cards_team .card-txt {
    height: auto !important;
    font-size: 0.85em;
    padding: 24px 4px 32px !important;
}

.card-bold {
    font-weight: 600;
    padding: 24px 0 4px;
}

.card-name {
    font-size: 0.85em;
    font-weight: 600;
    padding-bottom: 16px;
}

.card-phone {
    font-size: 0.8em;
    font-weight: 600;
    padding-bottom: 8px;
}

.card-email {
    font-size: 0.75em;
}

.card-net {
    background: #fff;
}

    .card-net a {
        display: block;
        margin: 0 16px;
        padding: 8px 0 16px;
        border-top: 1px solid #5F5F5F;
        font-size: 0.8em;
    }


/*Tabs*/
.tabs-container {
    text-align: center;
    padding: 32px 0 64px;
    background-image: url(img/bg-tabs.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
}

.tabs {
    display: flex;
    flex-wrap: wrap;
    width: 1080px;
    max-width: 100%;
    margin: 0 auto;
}

.tab-default {
    padding: 8px;
}

.tab-news {
    padding: 16px;
    text-align: left;
}

.tabs label {
    order: 1;
    padding: 8px 16px;
    margin-right: 4px;
    cursor: pointer;
    background: #000;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    margin-bottom: -1px;
    position: relative;
    color: #fff;
    font-size: 0.9em;
    font-weight: 600;
    transition: background ease 0.2s;
}

.tabs .tab {
    order: 99;
    width: 100%;
    padding: 16px 0;
    background: #fff;
    border: 1px solid #5F5F5F;
}

.tabs input[type="radio"] {
    display: none;
}

/*end tabs*/

.main-footer {
    text-align: center;
    padding: 40px 0;
}

.main-footer_txt {
    display: inline-block;
    max-width: 600px;
    padding: 32px 16px;
    font-size: 1.1em;
    line-height: 1.6;
}

.main-sponsors {
    background: #808080;
    padding: 32px 16px 64px;
}

.main-sponsors-title {
    padding: 16px 0;
    text-align: center;
}

.main-sponsors-items {
    text-align: center;
}

    .main-sponsors-items img {
        background: #fff;
        width: 150px;
        height: 80px;
        margin: 8px;
        -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        -moz-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        transition: 0.3s;
    }

.tabDefault {
    width: 100%;
    margin: 16px 0 32px;
    font-size: 0.9em;
    text-align: left;
    background: #fff;
}

    .tabDefault td, .tabDefault th {
        padding: 8px 16px;
    }

}

.tabDefault th {
    font-weight: 600;
}

.tabResult, .tabScore {
    width: 100%;
    margin: 32px 0;
    font-size: 0.85em;
    text-align: left;
}

    .tabResult th, .tabScore th {
        text-align: left;
    }

    .tabResult td:nth-child(2) {
        font-style: italic;
    }

    .tabResult td:nth-child(4), .tabResult th:nth-child(4) {
        font-weight: 600;
        text-align: center;
    }

    .tabResult th, .tabResult td, .tabScore th, .tabScore td {
        padding: 4px 16px;
    }
	


.list-pdf {
    list-style-type: none;
}

    .list-pdf li {
        padding-bottom: 32px;
        position: relative;
    }

        .list-pdf li:before {
            content: url(img/file-pdf.png);
            position: absolute;
            left: -40px;
            top: 0;
        }

    .list-pdf .src {
        font-style: italic;
        font-size: 0.9em;
        color: #bbb;
    }

.button {
    display: inline-block;
    margin: 0 0 16px 0;
    padding: .85em 1em;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: background-color .25s ease-out,color .25s ease-out;
    font-family: inherit;
    font-size: .96rem;
    font-weight: 600;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #008900;
    color: #fff;
}

@media all and (max-width: 1300px) {
    header {
        max-height: 185px;
    }

    .nav {
        align-items: flex-start;
        -ms-flex-align: start;
    }

    .nav {
        display: flex;
        align-items: center;
        -ms-flex-align: center;
    }

    .nav-symbol {
        flex-grow: 0;
        flex-shrink: 0;
    }

    .menu {
        display: none;
    }

    .toggle ~ a {
        display: none !important;
    }

    .level {
        background: #eee;
        padding: 4px 0 !important;
        margin: 4px 0 !important;
    }

    .toggle {
        display: block;
        font-size: 17px;
        line-height: 54px;
        text-decoration: none;
        border: none;
        cursor: pointer;
    }


    [id^=drop]:checked ~ ul {
        display: inline-block;
    }


    nav ul li {
        display: block;
        width: 100%;
        text-align: center;
    }

    .menu {
        width: calc(100% + 200px);
        overflow: auto;
        top: 8px;
        background: #fff;
        -moz-box-shadow: 0 4px 8px rgba(0,0,0,.5);
        -webkit-box-shadow: 0 4px 8px rgba(0,0,0,.5);
        box-shadow: 0 4px 8px rgba(0,0,0,.5);
    }

        .menu > li:first-child {
            padding-top: 16px !important;
        }

        .menu > li:last-child {
            padding-bottom: 24px !important;
        }

    .level {
        width: 100%;
    }

        .level li {
            margin: 0 auto !important;
        }

    .nav label {
        display: block;
        padding-left: 16px;
    }

    .menu a, .menu label, .level1 div {
        font-size: 16px !important;
        line-height: 32px !important;
        padding: 6px 16px !important;
    }
}

@media all and (max-width: 900px) {

    .tabResult, .tabResult tbody, .tabResult thead, .tabResult th, .tabResult tr, .tabResult td, .tabDefault, .tabDefault tbody, .tabDefault thead, .tabDefault th, .tabDefault tr, .tabDefault td {
        display: block;
        width: 100%;
    }

        .tabResult thead, .tabDefault thead {
            display: none;
        }

        .tabResult tr:nth-child(odd), .tabDefault tr:nth-child(odd) {
            background: #eee;
        }

        .tabResult tr, .tabDefault tr {
            padding: 16px;
        }

        .tabDefault td {
            padding: 4px 0;
        }
        /*Korrektur Martina
    .tabResult td { padding:4px 0;}*/
        .tabResult td {
            text-align: center !important;
            padding: 0 !important;
        }

        .tabResult ul {
            margin-left: 16px;
        }

        .tabResult td:nth-child(4) {
            font-size: 1.3em;
            line-height: 2em;
            color: #C71618;
        }


    /*tabs*/
    .tabs .tab,
    .tabs label {
        order: initial;
    }

    .tabs label {
        width: 100%;
        margin-right: 0;
        margin-top: 0.2rem;
    }

    .content-container_small {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media all and (max-width : 330px) {

    nav ul li {
        display: block;
        width: 94%;
    }
}


@media all and (max-width : 1480px) {
    .menu > li > a {
        font-size: 15px;
    }
}

@media all and (min-width : 450px) {
    .news-items > div {
        min-width: 450px;
    }
}

@media screen\0 {
    .news-items > div {
        min-width: inherit !important;
    }
}

@media all and (min-width : 1281px) {
    .footer > div {
        flex: 300px 0 0;
    }
}

@media all and (min-width : 801px) and (max-width : 1280px) {
    .home-news {
        min-width: calc(100vw - 300px);
    }

    /*.pinnwand {
        width: 250px;
        border-left: 1px solid #3F3F3E;
    }*/
}

@media all and (min-width : 1281px) {
    .home-news {
        width: calc(100% - 400px);
    }

    .pinnwand {
        width: 400px;
        border-left: 1px solid #3F3F3E;
    }
}

@media all and (min-width : 901px) {

    .container-column {
        margin: 32px auto;
    }

    .column {
        column-count: 3;
        column-gap: 16px;
        column-rule-style: solid;
        column-rule-width: 1px;
        column-rule-color: silver;        
    } 

    .menu {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .nav-menu {
        max-width: 100% !important;
    }

        .nav-menu ul ul {
            position: absolute;
            top: 50px;
            left: -32px;
        }

        .nav-menu ul li:hover > ul {
            display: inherit;
        }

    .level {
        background: #fff;
        border: 1px solid #ccc;
        padding: 0 8px !important;
        -moz-box-shadow: 0 4px 8px rgba(0,0,0,.5);
        -webkit-box-shadow: 0 4px 8px rgba(0,0,0,.5);
        box-shadow: 0 4px 8px rgba(0,0,0,.5);
        border-top: 1px solid #ebebeb;
    }

    .home-news-container {
        display: table;
        width: 100%;
    }

        .home-news-container > div {
            display: table-row;
        }

            .home-news-container > div > div {
                display: table-cell;
                vertical-align: top;
                padding: 0 24px 32px 32px;
            }

    .news-items:last-child {
        border-bottom: 0;
    }

    .pinnwand {
        border-left: 1px solid #3F3F3E;
    }

    .main-header {
        min-height: 75px;
        padding: 12px 190px 8px 16px;
    }

    /*h1 {
        font-size: 20px;
    }*/

    /*.nav-symbol {
        position: absolute;
        right: 0;
        top: 72px;
    }*/

    .main-footer {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        align-items: stretch;
        -ms-flex-align: stretch;
        justify-content: space-around;
        -ms-flex-pack: justify;
        margin: 0 auto;
    }

    .main-footer_left, .main-footer_right {
        flex-basis: 160px;
        background-repeat: no-repeat;
        background-size: contain;
        flex-grow: 1;
        flex-shrink: 1;
    }

    .main-footer_left {
        flex-basis: 160px;
        background-image: url(img/main-footer_left.png);
        background-position: left;
    }

    .main-footer_right {
        flex-basis: 160px;
        background-image: url(img/main-footer_right.png);
        background-position: right;
    }

    .main-footer_txt {
        width: 600px;
        flex-grow: 0;
        flex-shrink: 0;
    }

    .tabResult tr:nth-child(odd) td, .tabScore tr:nth-child(odd) td, .tabDefault tr:nth-child(odd) td {
        background: #eee;
    }

    .tabResult td, .tabScore td {
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
    }
    /*tabs*/
    .tabs .tab {
        order: 99;
        width: 100%;
        display: none;
        padding: 16px 0;
        background: #fff;
        border: 1px solid #5F5F5F;
    }

    .tabs input[type="radio"]:checked + label {
        background: #fff;
        color: #000;
    }

        .tabs input[type="radio"]:checked + label + .tab {
            display: block;
        }

    .news-items .date {
        left: -20px !important;
    }

    .news-items > div {
        padding-left: 32px !important;
    }
}

@media all and (max-width : 650px) {
    .news-table, .news-table tbody, .news-table tr, .news-table td {
        display: block;
    }

        .news-table tr {
            border-top: 1px solid #3F3F3E;
        }

        .news-table td:first-child {
            padding: 40px 0 16px;
        }

        .news-table td:last-child {
            padding: 0 0 24px;
        }
}

@media all and (min-width : 651px) {

    .news-table td {
        border-top: 1px solid #3F3F3E;
    }

        .news-table td:first-child {
            width: 200px;
            padding: 40px 16px 24px 0;
        }

        .news-table td:last-child {
            width: calc(100% - 200px);
            padding: 40px 0 24px 16px;
        }
}

@media all and (max-width : 650px) {
    .erg-table, .erg-table tbody, .erg-table tr, .erg-table td {
        display: block;
    }

        .erg-table tr {
            border-top: 1px solid #3F3F3E;
        }

        .erg-table td:last-child {
            padding: 0 0 24px;
        }
}

@media all and (min-width : 651px) {

    .erg-table td:last-child {
        border-top: 1px solid #3F3F3E;
    }

    .erg-table td:last-child {
        width: calc(100% - 200px);
        padding: 40px 0 24px 16px;
    }
}


.red-box5-container {
    width: 1336px;
    max-width: 100%;
    margin: 0 auto 40px;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 2px;
    text-align: center;
    padding: 0 20px;
}

    .red-box5-container a {
        display: block;
        padding: 28px 8px 20px;
        width: calc(50% - 2px);
        max-width: 100%;
        font-size: 17px;
        line-height: 1.3;
        background-color: #C71618;
        color: #fff;
    }

        .red-box5-container a:hover {
            background-color: #808080;
        }

    .red-box5-container img {
        width: 32px;
        margin-top: 16px;
    }

@media all and (min-width : 665px) {
    .red-box5-container a {
        width: calc(33% - 2px);
        font-size: 17px;
        padding: 20px 8px;
    }

    .red-box5-container img {
        width: 40px;
        margin-top: 20px;
    }
}

@media all and (min-width : 1099px) {
    .red-box5-container a {
        width: calc(20% - 2px);
        font-size: 17px;
        padding: 20px 8px;
    }
    .red-box5-container img {
        width: 40px;
        margin-top: 20px;
    }  
}

        /* general styling */
/*
        :root {
            --smaller: .75;
        }

        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        html, body {
            height: 100%;
            margin: 0;
        }

        body {
            align-items: center;
            display: flex;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
        }
*/
        .ccontainer {
            color: #fff; 
  
            margin: 0 auto;
            text-align: center;
            width: 300px;
            Max-width: 300px;
            padding-bottom:10px;
        }
        .quiz-content {
            text-align: left;
        }
		


/*
        li {
            display: inline-block;
            font-size: 0.5em;
            list-style-type: none;
            padding: 1em;
            text-transform: uppercase;
		           background: #1a1a1a;
        }
*/
            li span {
                display: block;
                font-size: 2.0rem;
            }

        .emoji {
            display: none;
            padding: 1rem;
        }

            .emoji span {
                font-size: 2rem;
                padding: 0 .5rem;
            }

        @media all and (max-width: 768px) {


             li {
                font-size: calc(1.125rem * var(--smaller));
            }

                li span {
                    font-size: calc(3.375rem * var(--smaller));
                }
        }
		
		@media ( max-width: 768px) {
			ul {
			  padding: 0;
			}
			#days, #hours,  #minutes, #seconds {
			  font-size: 1rem;
			}
			#countdown li {
				font-size: 0.6rem;
			  }
		}
/* spendenseite */

        .benefit {
            background-color: #C71618;
            color: #fff;
            text-align: center;
            padding: 20px 16px 24px;
            max-width: 1000px;
            margin: 16px auto 32px;
        }

        .benefit-top {
            padding-bottom: 16px;
            margin-bottom: 16px;
            border-bottom: 1px solid #fff;
        }
        .benefit-mid {
            font-size: 1.3em;
        }

        .benefit-counter {
            display: inline-block;
            margin: 16px auto 0;
            padding: 8px 32px;
            background-color: #63BB0F;
            font-size: 1.3em;
        }

        .flex-column-2 {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: stretch;
            width: 1000px;
            max-width: 100%;
            margin: 20px auto;
        }

            .flex-column-2 > div {
               flex: 1 0 320px;
                text-align: left;
                padding: 20px;
            }
			
       .hexagon-brd {
            max-width: 1000px;
            display: block;
            margin: auto;
            text-align: center;
        }

            .hexagon li {
                width: 300px;
                height: 247px;
                margin: 8px 4px;
                background-image: url(/img/wabe.svg);
                background-repeat: no-repeat;
                background-size: contain;
                position: relative;               
            }

        @media (min-width: 680px) {
            .hexagon {
                list-style-type: none;
                padding: 0 20px;
                display: flex;
                flex-wrap: wrap;
                align-items: flex-start;
                justify-content: flex-start;
                align-content: center;
                margin: 50px auto 150px;
            }

        }

        @media (max-width: 679px) {
            .hexagon {
                list-style-type: none;
                display: inline-block;
                margin: 32px auto;
                padding: 0 4px;
            }
        }

        @media (min-width: 680px) and (max-width: 979px) {
            .hexagon {
                max-width: 700px;
            }
           
            .hexagon li:nth-child(2n) {
                transform: translate(-20%,54%);
            }
        }

        @media (min-width: 980px) {
            .hexagon li:nth-child(3n-1) {
                transform: translateY(54%);
            }

            .hexagon li:nth-child(3n) {
                transform: translateX(-20%);
            }

            .hexagon li:nth-child(3n+1) {
                transform: translateX(20%);
            }
        }

            .hexagon li > div {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                font-size: 15px;
            }

        .hexagon .img {
            width: 150px;
            margin: 0 auto 8px;
            padding-bottom: 4px;
            border-bottom: 1px solid #4f4f4f;
        }

        .hexagon .txt {
            width: 190px;
            margin: auto;
        }