﻿body {
    font-family: 'Lato', Arial, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
}

@media (max-width: 350px) {
    .Contestants {width: 100%;}
}

h2 {
    line-height: 1;
    font-size: 26px;
    margin: 0 0 25px;
}

h3 {
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
    padding-top: 23px;
    text-align: left;
    padding-left: 165px;
}

h4 {
    line-height: 1;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
    padding-top: 15px;
    letter-spacing: 1.5px;
}



p {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #333;
    line-height: 160%;
    letter-spacing: 1.5px;
}


ol li {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #333;
    line-height: 160%;
    letter-spacing: 1.5px;
    list-style-type: lower-alpha
}


div.Contestants {
    margin-bottom: 50px;
    overflow: hidden;
}

a.Button, input[type=submit] {
    background: #000;
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    padding: 10px 15px;
    margin-top: 15px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}

a.Button:link,
a.Button:visited,
a.Button:hover,
a.Button:active {
    text-decoration: none;
}


a.Button.Oberpfalz {background-color: #83A920;}
a.Button.Niederbayern {background-color: #0094D5;}
a.Button.Franken {background-color: #D1121E;}
a.Button.Oberbayern {background-color: #005796;}
a.Button.Schwaben {background-color: #ea8f00;}

.Meisterschaft {float: left;}
.clear {clear:both;}


textarea, input[type=text] {
    border: 2px solid #ddd;
    background: #f5f5f5;
    box-sizing: border-box;
    padding: 5px 10px;
    margin: 0 0 5px;
}

.Fehlertext {color: #ff0000;}


input[type=checkbox] {margin-right: 5px;}
input[type=checkbox] + label {display: inline;}


.FAQAntwort h4 {font-size: 12px; padding-top: 0px;}
.FAQAntwort p {font-size: 12px; letter-spacing: 1px;}
.FAQAntwort ol li {font-size: 12px;}


.Starred {font-weight: 600; color: #21B4E7;}