@font-face {
    font-family: "asap";
    src: url(../voranmeldung/fonts/Asap-Regular.otf);
}
@font-face {
    font-family: "asap";
    src: url(../voranmeldung/fonts/Asap-Italic.otf);
    font-weight: bold;
}
@font-face {
    font-family: "asap";
    src: url(../voranmeldung/fonts/Asap-Italic.otf);
    font-style: italic;
}
@font-face {
    font-family: "asap";
    src: url(../voranmeldung/fonts/Asap-Medium.otf);
    font-weight: bold;
    font-style: medium;
}
body { 
    font-family: "asap", Verdana, Tahoma;
	    font-size: 14px;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
	color: #333333;
}

form legend {
    padding-bottom: 5px;
    border-bottom: 1px solid #e6e6e6;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

form input, form input.form-control {
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f1f1f1;
    line-height: 28px;
    margin-bottom: 10px;
    padding-left: 10px;
}

form input, form input.form-control, form select, form select.form-control {
    line-height: inherit;
}


element.style {
}
form input, select, textarea, form input.form-control, form select, form select.form-control {
    line-height: inherit;
}
form input, select,textarea, form input.form-control {
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f1f1f1;
    line-height: 28px;
    margin-bottom: 10px;
    padding-left: 10px;
}
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.step-btns .btn-step.right {
    background-color: #ed1c24;
    color: #FFF;
    float: right;
    margin-right: 10px;
}
.btn {
    border: 0 none;
    border-radius: 0;
    line-height: 18px;
    min-width: 220px;
    padding: 10px 15px;
    position: relative;
    text-align: left;
}
.btn {
    background-color: #ed1c24!important;
    border-color: transparent!important;
    color: #FFF!important;
}
.btn {
    color: #303030;
    text-shadow: none;
    box-shadow: none;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button, select {
    text-transform: none;
}
button {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

.btn:after {
    border: solid #ed1c24;
    border-right-color: transparent!important;
    border-bottom-color: transparent!important;
    border-top-color: transparent!important;
    border-width: 28px 0 28px 10px;
    left: 100%;
}
.btn:after {
    -webkit-transform: rotate(360deg);
    content: "";
    height: 0;
    width: 0;
    margin-top: -28px;
    position: absolute;
    top: 50%;
}

ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

li {
	padding-bottom: 15px;
}

.cont {
	max-width: 70%;
}

.description {
	font-weight:bold;
}

ul { 
	list-style: none; 
}

ul{
list-style-type: none;
}   // Zeigt Listen ohne Punkt an

.btn:after,
#top{ display: none !important; }
#saveForm{ border: none !important; }
.btn{ padding: 0 !important; }
#refresh{ float: left !important; }
#main_body{ background: #fff !important; }
