body {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    background-color: #eaecee;
    line-height: 1.3em;
}
header {
    background-color: #007A92;
    height: 155px;
}
header div {
    margin: 0 auto;
    max-width: 800px;
    padding-top: 30px;
}
header div img:nth-child(2) {
    width: 110px;
    vertical-align: -16px;
    margin-left: 30px;
}
main {
    margin: 0 auto;
    margin-top: -30px;
    padding: 30px;
    max-width: 800px;
    background-color: #fff;
}
h1,
h2 {
    line-height: 1.1em;
}
.lead {
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: bold;
}
.small {
    font-size: 0.9em;
}
a {
    color: #007A92;
}
hr {
    border: none;
    height: 1px;
    background-color: #999;
}
ul {
    margin-bottom: 30px;
}
li {
    font-style: italic;
    font-size: 0.95em;
    margin-bottom: 8px;
}
textarea {
    width: 100%;
    height: 100px;
    font-size: 1em;
}
section {
    background-color: #ededed;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 3px;
    margin-bottom: 20px;
}
#kommentarfeld {
    padding-top: 18px;
    padding-bottom: 15px;
    display: flex;
}
#kommentar {
    padding: 10px;
    font-family: sans-serif;
}
.description {
    background-color: #fff;
}
#description_2,
#description_3,
#description_4 {
    display: none;
}
section > input[type="text"] {
    margin-bottom: 15px;
}
.slider h3,
input[type='text'] {
    font-size: 14px;
    font-weight: bold;
    width: 250px;
    margin-right: 15px;
}
.slider h3,
.slider input[type='text'] {
    text-align: right;
}
input[type='text'] {
    margin-right: 13px;
    padding: 5px;
    width: 240px;
    margin-top: 0;
}
.slidercontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.sliders {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.sliders h2 {
    width: 420px;
}
.sliders p {
    margin-top: 0;
}
.slider {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    padding-left: 15px;
    margin-bottom: 3px;
}
.sliderValue {
    width: 30px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    margin: initial;
    margin-left: 5px;
}
.sectionSlider {
    display: none;
}
#vertical_slider {
    position: absolute;
    height: 2px;
    background-color: #B9B9B9;
}
#overlay {
    background-color: rgba(186, 186, 186, 0.76);
    left: 0px;
    right: 0px;
    position: absolute;
    font-weight: bold;
    color: #f5f5f5;
    padding: 20px;
    text-align: right;
    letter-spacing: 0.02em;
}
#slider_handle {
    position: absolute;
    width: 40px;
    height: 20px;
    margin-left: 357px;
    background-color: #efefef;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
    /* IE6-9 */
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    border: solid 1px #8C8C8C;
    margin-top: -10px;
    z-index: 1;
}
.sub {
    width: 100%;
    margin-left: 100px;
}
.sub h3 {
    margin-top: 7px;
    margin-bottom: 7px;
}
input[type='range'] {
    width: 220px;
}
button {
    background: white;
    border: solid 1px #999;
    border-radius: 5px;
}
#weiter,
#senden,
#back,
#back_2 {
    font-size: 23px;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #007A92;
    color: #fff;
    letter-spacing: 0.05em;
    border: none;
    margin-bottom: 20px;
    border-radius: 9px;
}
.add_subslider,
.delete_slider,
.add_slider {
    padding-left: 0.26em;
    padding-right: 0.26em;
    font-size: 15px;
}
.add_slider {
    font-size: 22px;
}
.add_subslider,
.delete_slider {
    margin-left: 5px;
    padding-left: 0.2em;
    padding-right: 0.2em;
    background-color: #EDEDED;
}
.delete_slider {
    background-color: #e8bebe;
    padding-left: 0.23em;
    padding-right: 0.23em;
}
.displayOnly {
    pointer-events: none;
    opacity: 0.5;
}
.relevant {
    background-color: #fff;
}
.not_relevant {
    color: #bebebe;
    background-color: #ededed;
}
.last {
    /*border-bottom: solid 3px #999;*/
}
#list {
    display: none;
}
#list_content {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 7px;
    margin-bottom: 15px;
}
#list h3 {
    margin: 0;
    padding: 4px;
    padding-left: 10px;
    font-size: 16px;
    border-bottom: solid 1px #eee;
}
#list h3:hover {
    /*border-bottom: solid 3px #d4d4d4;*/

}
.rechts {
float: right;
margin-left: 10px;
} 