html {
    margin: 0;
    padding: 0;
}

body {
    font-size: 100%;
    margin: 0;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

h1 {
    font-size: 1.75em;
    margin: 0 0 0.6em 0;
}

h2 {
    font-size: 1.25em;
    margin: 0 0 0.6em 0;
}

a {
    color: #2996cc;
}

a:hover {
    text-decoration: none;
}

p {
    line-height: 1.5em;
}

.small {
    color: #666;
    font-size: 0.875em;
}

.large {
    font-size: 1.25em;
}


label {
    font-weight: bold;
}

input[type="text"], input[type="number"],
input[type="email"], input[type="telephone"],
input[type="time"], textarea {
    border: none;
    border-radius: 0;
    padding: 0.5em;
}


.rowTable {
    background-color: #dae8e6;
    margin-top: 1px;
    margin-bottom: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    .rowTable .labelBox {
        line-height: 44px;
    }
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + label {
    line-height: 40px;
    font-weight: 100;
}

input[type="checkbox"] + label::before {
    content: "";
    background-color: #fff;
    border: 2px solid #298fa6;
    border-radius: 0;
    float: left;
    height: 20px;
    margin-right: 10px;
    margin-top: 7px;
    margin-left: 1px;
    width: 20px;
}

input[type="checkbox"]:checked + label::before {
    box-shadow: inset 0 0 0 3px #fff;
    background-color: #298fa6;
}

.p-5 {
    padding: 10px;
}


button#datepicker-button {
    margin-bottom: 3em;
}

.flow-element {
    display: inline-block;
    margin-right: 3em;
    vertical-align: top;
}

.flow-element:last-child {
    margin-right: 0;
}

.flow-element input {
    margin-top: 0;
}

#container {
    min-height: 15em;
}

.insert-table {
    width: 100%;
}

.insert-table td:first-child {
    width: 55%;
}

.insert-table td {
    width: 45%;
}

.rows-bordered .row {
    border-bottom: 1px solid #ccc;
    padding-bottom: 7px;
    margin-bottom: 8px;
}

.formAttAdds .row {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.btn.su-button-go {
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 8px 12px;
    border: 1px solid #a3a3a3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0;
    background-color: #ee3124;
    color: #fff;
}


/* Filter area turnierliste */
.su-turnierliste--filter {
    margin-bottom: 20px;
}

.filter-date input {
    border: 1px solid #ccc;
    margin: 0;
    padding: .8rem;
    width: 100%;
}
