@font-face {
    font-display: auto;
    font-family: 'Dosis';
    src: url("../font/Dosis-VariableFont_wght.ttf") format("truetype")
}

body {
    width: 100%;
    font-family: 'Dosis';
    overflow-x: hidden;
}

.bar {
    background: #ffe500;
    position: relative;
    top: -21px;
    left: -8px;
    height: 49px;
}

#logo {
    position: relative;
    top: 9px;
}

.title {
    color: #dc0d15;
    position: relative;
    top: -25px;
    letter-spacing: 0.06em;
    font-weight: 800;
    font-size: 40px;
}

h3 {
    color: #dc0d15;
    margin-top: -75px;
}

h5 {
    color: #dc0d15;
    margin-top: -15px;
}

ul>li>div {
    background-color: #ffe500 !important;
    color: #dc0d15;
    font-family: 'Dosis';
    font-weight: 700;
    border: solid thin black;
}

#wrapper {
    display: flex;
    margin-top: -15px;
}

#searchbar {
    position: relative;
    /*     top: -50px; */
    width: 80%;
    height: 25px;
    border-radius: 5px;
}

.onoffswitch {
    margin-left: 20px;
    position: relative;
    width: 90px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "MML";
    padding-left: 4px;
    background-color: #34A7C1;
    color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "MDE";
    padding-right: 4px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 56px;
    border: 2px solid #999999;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0px;
}


/*
Gelb
#ffe500

Rot
#dc0d15
*/