.bg-blau-verlauf-top {
    color: #d7ed00;
    font-weight: 800;
    background-image: linear-gradient(0deg, #165d79, #2082a9);
    border-radius: 8px;
    padding-top: 5px;
}

.bg-blau-verlauf-ham {
    color: white;
    font-weight: 600;
    line-height: 1.1em;
    background-image: linear-gradient(0deg, #165d79, #2082a9);
    border-radius: 8px;
    padding-top: 5px;
}

.bg-swoomee-blau{
    color: #d7ed00;
    font-weight: 800;
    background-color: #2082a9;
}


.swoomee-accordion {
    color: #2082a9;
    font-weight: 800;
    background-color: #d7ed00;
    margin-bottom: 10px;
}

.swoomee-accordion-full {
    color: black;
    font-weight: 600;
    background-color: #a0a0a0;
    margin-bottom: 4px;
    width: 100%;
}

.swoomee-header {
    color: #d7ed00;
    font-weight: 800;
    background-color: #2082a9;
    margin-top: 10px;
    margin-bottom: 7px;
    padding: 6px;
}

.swoomee-accordion-body {
    margin:10px;
    background-color: white;
}

.swoomee-accordion-body-full {
    margin-bottom:5px;
    margin-top:2px;
    background-color: white;
}

.bg-swoomee-xdark-top {
    color: white;
    font-weight: 600;
    background-color: #165d79;
    line-height: 1em;
    padding: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.bg-swoomee-xdark-bottom {
    color: white;
    font-weight: 600;
    background-color: #165d79;
    line-height: 1em;
    padding: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-bottom: 10px;
}

.lemon-button-big {
    background-color: #d7ed00;
    color: #2082a9;
    font-weight: 900;
    font-family: 'Exo';
    font-size: 2.7em;
    align-content: center;
    text-align: center;
    line-height: 1.5em;
    border-radius: 12px;
    height: 1.4em;
    width: 1.4em;
    margin-left: auto;
    margin-right: auto;
}

.blue-single-set {
    background-color: #2082a9;
    color: white;
    font-weight: 700;
    font-family: 'Exo';
    font-size: 1.05em;
    text-decoration-color: white;
    text-align: center;
    border-radius: 4px;
    width: 1.2em;
    height: 1.2em;
    line-height: 1.2em;
    align-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.bg-swoomee-blau-medhell{
    color:black;
    background: #d1e0f4;
}

.bg-swoomee-lemon{
    color:black;
    background: #d7ed00;
}

.btn-yellow{
    background: yellow;
}

.btn-red{
    background: red;
}

.btn-green{
    background: green;
}

.btn-swoomee {
    background: #2082a9;
}

.btn.btn-transparent {
    color: white;
    border: transparent;
}

.btn.btn-transparent-1x {
    color: white;
    border: transparent;
    height: 2.2em;
    width: 2.2em;
}

hr.width-100-10px {
    width: -webkit-calc(100% - 10px);
    width: expression(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: -o-calc(100% - 10px);
    width: calc(100% - 10px);
    border-color: transparent;
    height: 1px;
    color: #2082a9;
    background-color: #2082a9;
}


a.team-link, a.team-link:visited, a.team-link:focus  {
    color:white;
    font-family: Roboto;
    font-weight: 600;
    font-size: 1.3em;
}


a:hover
{
  color: tomato;
}

.game-schiri {
    color:white;
    width:auto;
    float: left;
    font-size: .75em;
    font-weight: 500;
}

.game-feld {
    float:right;
    width:auto;
    color:white;
    font-size: .75em;
    font-weight: 500;
}

.bg-blau-verlauf-content {
    color: white;
    background-image: linear-gradient(90deg, #1f799d, #70abcc);
}

.bg-blau-verlauf-content-h2 {
    color: white;
    background-image: linear-gradient(90deg, #1f799d, #70abcc);
    height: 5px;
}