#nav, .einzelmeldung_h6, .beschreibung, .strecke {
	display:none;
}
.logo1 {
    opacity: 0;
}
.ym-button, .ym-form button, .ym-form input[type="button"], .ym-form input[type="reset"], .ym-form input[type="submit"] {
    background-color: #d90000 ;
    box-shadow: 0px 0px 1px 1px #d90000  inset, 0px 1px 0px #d90000 ;
    color: #ffffff;
    border-color: #c00 ;
}
.ym-form button:hover, .ym-form input[type="button"]:hover, .ym-form input[type="reset"]:hover, .ym-form input[type="submit"]:hover, .ym-button:hover {
    background-color: #d90000;
    box-shadow: 0px 0px 1px 1px #d90000 inset, 0px 1px 0px #d90000;
    border-color: #c00;
}
.schritt_aktiv {
	background: #d90000;
}

.panibox h6, .ym-form legend {
    background: #d90000;
}


.ym-form input[type="checkbox"] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    /* box-shadow: inset 0 0 4px #eee; */
}


a .ym-button {
 font-weight:400;
 min-width:110px;
 text-align:center
}
.ym-button,
.ym-form button,
.ym-form input[type=button],
.ym-form input[type=reset],
.ym-form input[type=submit] {
 font-weight:400
}
.ym-button,
.ym-form button,
.ym-form input[type=button],
.ym-form input[type=reset],
.ym-form input[type=submit] {
 padding:.2em 1.5em;
 min-width:150px
}
@font-face {
 font-family:ubuntu;
 font-style:normal;
 font-weight:300;
 font-display:swap;
 src:local('Ubuntu Light'),
 local('Ubuntu-Light'),
 url(https://fonts.gstatic.com/s/ubuntu/v14/4iCv6KVjbNBYlgoC1CzjvmyNPYZvg7UI.woff2) format('woff2');
 unicode-range:U+0100-024F,
 U+0259,
 U+1E00-1EFF,
 U+2020,
 U+20A0-20AB,
 U+20AD-20CF,
 U+2113,
 U+2C60-2C7F,
 U+A720-A7FF
}
@font-face {
 font-family:ubuntu;
 font-style:normal;
 font-weight:300;
 font-display:swap;
 src:local('Ubuntu Light'),
 local('Ubuntu-Light'),
 url(https://fonts.gstatic.com/s/ubuntu/v14/4iCv6KVjbNBYlgoC1CzjsGyNPYZvgw.woff2) format('woff2');
 unicode-range:U+0000-00FF,
 U+0131,
 U+0152-0153,
 U+02BB-02BC,
 U+02C6,
 U+02DA,
 U+02DC,
 U+2000-206F,
 U+2074,
 U+20AC,
 U+2122,
 U+2191,
 U+2193,
 U+2212,
 U+2215,
 U+FEFF,
 U+FFFD
}
body {
 font-family:ubuntu,sans-serif
}
::placeholder {
 color:#848484;
 opacity:1
}
:-ms-input-placeholder {
 color:#848484
}
::-ms-input-placeholder {
 color:#848484
}
tbody td {
 padding:4px
}
a::before {
 content:'';
 color:red
}
.panibox a {
 color:red;
 border-bottom:1px solid red
}
.panibox a:hover {
 background: none;
 color:black;
 border-bottom:1px solid transparent;
}

header h1 {
    float: right;
    font-weight: 600;
    top: 50px;
    position: absolute;
    right: 20px;
    font-size: 257%;
    text-shadow: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: ubuntu,sans-serif;
}

.border_10 {
    border-top: 0px solid #4f4f4f !important;
}