@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('https://badmintonticker.de/css/fonts/openSans300.eot');
    src: local('Open Sans Light'), local('OpenSans-Light'), url('https://badmintonticker.de/css/fonts/openSans300.eot') format('embedded-opentype'), url('https://badmintonticker.de/css/fonts/openSans300.woff2') format('woff2'), url('https://badmintonticker.de/css/fonts/openSans300.woff') format('woff'), url('https://badmintonticker.de/css/fonts/openSans300.ttf') format('truetype'), url('https://badmintonticker.de/css/fonts/openSans300.svg') format('svg');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('https://badmintonticker.de/css/fonts/openSans400.eot');
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('https://badmintonticker.de/css/fonts/openSans400.eot') format('embedded-opentype'), url('https://badmintonticker.de/css/fonts/openSans400.woff2') format('woff2'), url('https://badmintonticker.de/css/fonts/openSans400.woff') format('woff'), url('https://badmintonticker.de/css/fonts/openSans400.ttf') format('truetype'), url('https://badmintonticker.de/css/fonts/openSans400.svg') format('svg');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('https://badmintonticker.de/css/fonts/openSans600.eot');
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('https://badmintonticker.de/css/fonts/openSans600.eot') format('embedded-opentype'), url('https://badmintonticker.de/css/fonts/openSans600.woff2') format('woff2'), url('https://badmintonticker.de/css/fonts/openSans600.woff') format('woff'), url('https://badmintonticker.de/css/fonts/openSans600.ttf') format('truetype'), url('https://badmintonticker.de/css/fonts/openSans600.svg') format('svg');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('https://badmintonticker.de/css/fonts/openSans700.eot');
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('https://badmintonticker.de/css/fonts/openSans700.eot') format('embedded-opentype'), url('https://badmintonticker.de/css/fonts/openSans700.woff2') format('woff2'), url('https://badmintonticker.de/css/fonts/openSans700.woff') format('woff'), url('https://badmintonticker.de/css/fonts/openSans700.ttf') format('truetype'), url('https://badmintonticker.de/css/fonts/openSans700.svg') format('svg');
}

@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot?v=4.6.3');
    src: url('fonts/fontawesome-webfont.eot&v=4.6.3') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.6.3') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-check:before {
    content: "\f00c";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-clipboard:before {
    content: "\f0ea";
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-plus:before {
    content: "\f067"
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    min-width: 320px;
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #27348b;
    text-decoration: underline;
    -webkit-text-decoration-color: #21f1f8;
    -moz-text-decoration-color: #21f1f8;
    -ms-text-decoration-color: #21f1f8;
    -o-text-decoration-color: #21f1f8;
    text-decoration-color: #21f1f8;
}

a:hover {
    color: #27348b;
    text-decoration: none;
}

h4 {
    margin: 16px 0;
    font-size: 15px;
    font-weight: 700;
    color: #27348b;
}

h5 {
    margin: 5px 0 -10px 0;
    font-size: 14px;
    font-weight: 700;
    color: #27348b;
}

input[type="text"],
input[type="password"] {
    width: 250px;
    height: 25px;
    border: 1px solid #e9ebf4;
    padding: 5px;
    background-color: #e9ebf4;
}

select {
    border: 2px solid #27348b;
    background-color: #ffffff;
    padding: 10px;
    cursor: pointer;
}

div.hinweis,
p.hinweis {
    padding: 16px;
    font-size: 15px;
    line-height: 23px;
    background-color: #cdfdfe;
    color: #4c4c4c;
}

p.button {
    position: relative;
    margin: 2px 0;
    padding: 16px 6px;
    height: 64px;
    background-color: #f2f2f2;
    border-radius: 6px;
    color: #4c4c4c;
}

p.button .fa-cogs {
    position: absolute;
    top: 34px;
    right: 26px;
    font-size: 32px;
    cursor: pointer;
}

button,
button[type="reset"],
button[type="submit"],
a.button {
    height: 60px;
    display: inline-block;
    margin: 10px 10px 30px 10px;
    padding: 0 10px;
    border: 2px solid #21f1f8;
    border-radius: 6px;
    color: #27348b;
    font-size: 13px;
    font-weight: 700;
    background-color: #21f1f8;
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    transition: background-color 300ms ease-out 0s, border 300ms ease-out 0s;
}

button.light {
    background-color: #fff;
}

button.light:hover {
    background-color: #27348b;
}

a.button,
#a_3 button.button {
    margin: 0 24px 10px 10px;
    background-color: #21f1f8;
    color: #27348b;
    line-height: 60px;
    height: 60px;
}

button:disabled,
a.button.disabled {
    border-color: #8e949c !important;
    background-color: #fff !important;
    color: #8e949c !important;
}

button:disabled:hover,
a.button.disabled:hover {
    color: #8e949c !important;
}

#a_3 a.button {
    width: 100px;
    text-align: center;
}

a.twol {
    padding: 10px;
    height: 40px;
    width: 100px;
    text-align: center;
    line-height: 20px;
}

a.twol+span {
    vertical-align: 10px;
}

a.button .fa,
button.button .fa,
div#pw div.buttons button .fa {
    margin-left: 8px;
    font-size: 18px;
    font-weight: 600;
    vertical-align: text-bottom;
}

a.twol .fa {
    position: relative;
    top: -10px;
    right: -8px;
}

button:hover,
button[type="reset"]:hover,
button[type="submit"]:hover,
a.button:hover {
    border: 2px solid #27348b;
    color: #fff;
    background-color: #27348b;
}

label {
    cursor: pointer;
}

#hinweis {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    text-align: center;
    transition: opacity 1s ease-in 2s;
    z-index: 2;
}

#hinweis>p {
    display: inline-block;
    margin: 0 auto;
    border: 2px solid #27348b;
    padding: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background-color: #27348b;
    color: #fff;
}

#hinweis.error>p {
    border: 2px solid #eb625a;
    background-color: #fff;
    color: #eb625a;
}

p {
    font-size: 14px;
    color: #555555;
}

.tr2up {
    text-transform: uppercase;
}

.fl {
    float: left;
}

.cl {
    clear: left;
}

.fr {
    float: right;
}

.cr {
    clear: right;
}

.nobord {
    border: 0;
}

.hidden {
    visibility: hidden;
}

.none {
    display: none;
}

.inplab {
    position: relative;
    width: 270px;
    height: 60px;
    margin: 18px 0 0 0;
}

.inplab label {
    position: absolute;
    top: 0px;
    left: 9px;
    font-size: 12px;
    line-height: 14px;
    transition: top 300ms ease-out 0s;
    cursor: default;
}

.inplab label.show {
    top: -16px;
}

.inplab input,
.inplab textarea {
    position: absolute;
    top: 0;
}

.inhalt {
    position: relative;
    top: 315px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 20px;
    width: 95%;
    width: calc(100% - 40px);
    max-width: 720px;
}

#footer {
    padding: 20px 0;
    text-align: center;
}


/************ HEADER **********/

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: #f2f2f2 url(../img/bg.jpg) top center no-repeat;
}

h1 {
    margin: 0;
    padding: 40px 0 0 0;
    text-align: center;
    color: #27348b;
    font-size: 40px;
    font-weight: 700;
}

h1 a,
h1 a:hover {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-decoration: none;
}

h2 {
    margin: 10px 0 0 0;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: 300;
}

h2 a,
h2 a:hover {
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    text-decoration: none;
}

h3 {
    color: #27348b;
    font-weight: 700;
    font-size: 18px;
}

.logout {
    position: absolute;
    top: 150px;
    left: 50%;
    margin: 0 0 0 240px;
    z-index: 1;
    width: 120px;
    white-space: nowrap;
}

.logout img {
    float: left;
    margin: 0 10px 0 0;
}

.logout a {
    color: #ffffff;
    text-decoration: none;
    line-height: 20px;
    font-size: 15px;
    font-weight: 700;
}


/************ NAV **********/

.red {
    position: absolute;
    top: 200px;
    left: 0;
    height: 100px;
    width: 100%;
    background-color: #27348b;
}

ul.nav {
    position: absolute;
    top: 252px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    width: 100%;
    max-width: 720px;
    background-color: #27348b;
    overflow: hidden;
    list-style-type: none;
}

ul.nav li {
    float: left;
    padding: 0 16px;
}

ul.nav li a {
    padding: 10px 0;
    display: inline-block;
    border-bottom: 5px solid transparent;
    color: #a9afd0;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: color 300ms ease-out 0s;
}

ul.nav li.act a {
    border-bottom: 5px solid #a9afd0;
}

ul.nav li a:hover {
    color: #ffffff;
}

ul.nav li.icon,
ul.nav li.abm {
    display: none;
}


/************ TABELLEN **********/

table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

table th {
    border-right: 1px solid #fff;
    padding: 5px;
    color: #fff;
    font-size: 14px;
    background-color: #27348b;
}

table td {
    border: 0;
    border-bottom: 1px solid #E8E8E8;
    padding: 10px 0 10px 0;
    text-align: center;
    font-size: 14px;
}

table td.dis {
    padding: 10px 0;
    width: 50px;
    white-space: nowrap;
}

table td.r {
    display: none;
}

table td input[type="text"] {
    margin: 1px 1px 1px 0;
}

.tabelle td,
.aufstellungen th {
    padding: 5px;
}


/************ PDF AUFSTELLUNGEN **********/

.buttonsÄNDERN {
    position: relative;
    left: 30px;
}

p.rot {
    color: #eb625a;
    background-color: #ffffff;
}

input.rot {
    border: 1px solid #eb625a;
}

.akrd>p {
    display: block;
    margin: 0;
    border-bottom: 2px solid #e5e5e5;
    padding: 20px 0 20px 0;
    overflow: hidden;
    color: #27348b;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}

.akrd>p:hover {
    opacity: 0.85;
}

.akrd>p>span {
    margin-right: 15px;
    padding: 16px 24px;
    height: 60px;
    line-height: 60px;
    width: 60px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    background-color: #27348b;
}

.akrd>div {
    height: 0;
    overflow: hidden;
    transition: all 500ms ease-out 0s;
}

.akrd>div.erw {
    padding: 10px 0 0 0;
}

.akrd>div>p {
    margin: 10px 0;
}

.akrd>div>ul>li {
    margin: 0 0 10px 0;
}


/*### popup window ###*/


/*siehe auch eingabe.css*/

#pwb {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #808080;
    opacity: 0.5;
    min-width: 320px;
}

#pw {
    position: fixed;
    top: 10%;
    left: 16px;
    right: 16px;
    z-index: 2;
    margin: auto;
    padding: 0 16px;
    -moz-box-shadow: 0 0 5px #656565;
    -webkit-box-shadow: 0 0 5px #656565;
    box-shadow: 0 0 5px #656565;
    width: calc(100% - 64px);
    max-width: 400px;
    min-width: 258px;
    max-height: 80%;
    background-color: #fff;
    overflow: hidden auto;
}

#pwErr {
    margin: 8px 0;
    color: #fa0505;
}

#pw select {
    margin: 16px 10px;
    width: calc(100% - 150px);
    height: 60px;
}

#pw table {
    width: 100%;
}

#pw button {
    min-width: 60px;
    margin: 16px 16px 16px 0;
}

#pw button:last-child {
    margin: 0 0 16px 0;
}

#pw div#scrollDiv {
    text-align: center;
}

#pw div#scrollDiv button {
    margin: 16px 0;
}

#pw .urlgen select {
    margin: 5px 0;
}

@media screen and (max-width:760px) {
    .logout {
        right: 20px;
        left: auto;
    }
}

@media only screen and (max-device-width:736px),
only screen and (max-width:650px) {
    h1 {
        padding-top: 20px;
        font-size: 28px;
    }

    h1 a,
    h1 a:hover {
        font-size: 28px;
        text-decoration: none;
    }

    h2 {
        margin-top: 10px;
        font-size: 20px;
    }

    h2,
    h2 a,
    h2 a:hover {
        font-size: 20px;
        text-decoration: none;
    }

    button,
    button[type="submit"],
    a.button {
        margin-right: 5px;
        padding: inherit 5px;
    }

    button[type="text"],
    select,
    table {
        width: 100%;
    }

    .header {
        height: 120px;
    }

    #hinweis {
        top: 60px;
    }

    .red {
        position: absolute;
        top: 120px;
        height: 60px;
    }

    .inhalt,
    ul.nav {
        top: 133px;
        max-width: none;
    }

    .inhalt {
        top: 195px;
    }

    ul.nav li:not(.act) {
        display: none;
    }

    ul.nav li.icon {
        display: inline-block;
        position: absolute;
        right: 0;
        color: black;
    }

    .logout {
        display: none;
    }

    ul.nav li.abm {
        display: show;
    }

    ul.nav.responsive {
        position: relative;
        padding: 2px 0;
    }

    ul.nav.responsive li {
        display: block;
        padding: 0;
        float: none;
    }

    ul.nav.responsive li a {
        display: block;
        margin-right: 80px;
        padding: 8px 0 8px 16px;
        border: 0;
        text-align: left;
    }

    ul.nav.responsive li.abm a {
        margin: 15px 80px 5px 16px;
        padding: 0;
    }

    ul.nav.responsive li.icon {
        position: absolute;
        top: 0;
        padding-right: 16px;
    }

    .akrd>p>a {
        letter-spacing: -0.5px;
    }

    table td.r {
        display: table-cell;
    }

    table td input[type="text"] {
        width: 91%;
        width: calc(100% - 23px);
    }

    .inplab {
        width: 95%;
        width: calc(100% - 20px);
    }

    #pw {
        position: fixed;
        top: 16px;
        max-height: calc(100% - 32px);
    }

    #pw select {
        width: calc(100% - 94px);
    }

    #pw div#scrollDiv button {
        min-width: 32px;
    }
}

@media only screen and (max-device-width:351px),
only screen and (max-width:351px) {
    h3 {
        margin-left: 5px;
    }

    .inhalt {
        padding: 0;
        width: 100%;
    }
}

#nav-icon3 {
    position: relative;
    height: 33px;
    width: 45px;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: #a9afd0;
    border-radius: 6px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 14px;
}

#nav-icon3 span:nth-child(4) {
    top: 28px;
}

.responsive #nav-icon3 span:nth-child(1) {
    top: 14px;
    width: 0%;
    left: 50%;
}

.responsive #nav-icon3 span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.responsive #nav-icon3 span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.responsive #nav-icon3 span:nth-child(4) {
    top: 14px;
    width: 0%;
    left: 50%;
}

#a_3 input[type="checkbox"] {
    display: none;
}

#a_3 input[type="checkbox"]+p {
    display: inline-block;
    margin: 0;
    height: 40px;
    line-height: 40px;
}

#a_3 p.cb {
    display: inline-block;
    margin: 0;
    width: calc(100% - 100px);
    vertical-align: middle;
}

#a_3 input[type="checkbox"]+p label {
    display: inline-block;
    margin: 0 8px 0 0;
    width: 32px;
    height: 32px;
    border: 1px solid #ccc;
    border-radius: 10px;
    vertical-align: middle;
    text-align: center;
    font-size: 24px;
    line-height: 38px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

#a_3 input[type="checkbox"]+p label i {
    margin-left: 1px;
    vertical-align: 4px;
    color: #27348b;
    opacity: 0;
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -ms-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
}

#a_3 input:checked+p label {
    border: 1px solid #666;
}

#a_3 input:checked+p label i {
    opacity: 1;
}

#a_3 input[type="checkbox"].err:not(:checked)+p label {
    border: 1px solid #fa0505;
    background-color: #fecdcd;
}

table.ranking td:nth-child(2) {
    text-align: left;
    padding-left: 6px;
    padding-right: 6px;
}