
h1, h2, h3, h4, h5, h6, p, ul, li, ol, span, figure{
    margin-top: 0;
    padding: 0;
}

body{
    color: #000;
}

body > div.content {
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; 
}

.clearfix {
    display: inline-block; 
}

/* Hide from IE Mac \ */
.clearfix {
    display: block; 
}
.invisible {
    display: inline;
    height: 0;
    left: -1000px;
    overflow: hidden;
    position: absolute;
    top: -1000px;
    width: 0;
}

.text-center{
    text-align: center;
}

img.bordered{
    border: 1px solid #000;
}

.list-box{
/*    border: 1px solid #a7a9ab;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 50px 20px 40px 20px;
    position: relative;
}

.list-box .text{
    padding: 40px 0px 20px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.list-box .pager{
    position: relative;
}

.list-box .pager ul{
    height: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-top: 1px solid #e4e4e5;
    border-bottom: 1px solid #a7a9ab;
    position: relative;
}

.list-box .pager ul li{
    list-style: none;
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 1px solid #a7a9ab;
    background: #fff;
    margin-left: -5px;
    top: -5px;
    /*cursor: pointer;*/
    z-index: 2;
}

.list-box .pager ul li a{
    width: 100%;
    height: 100%;
    display: block;
    padding: 0;
    margin: 0;
}

.list-box .pager ul li.active{
    border: 1px solid #;
    background: #;
}

.list-box .pager ul li:nth-child(1){
    left: 0;
}

.list-box .pager ul li:nth-child(2){
    left: 12.5%;
}

.list-box .pager ul li:nth-child(3){
    left: 25%;
}

.list-box .pager ul li:nth-child(4){
    left: 37.5%;
}

.list-box .pager ul li:nth-child(5){
    left: 50%;
}

.list-box .pager ul li:nth-child(6){
    left: 62.5%;
}

.list-box .pager ul li:nth-child(7){
    left: 75%;
}

.list-box .pager ul li:nth-child(8){
    left: 87.5%;
}

.list-box .pager ul li:nth-child(9){
    left: 100%;
}

.list-box .pager ul li.progress{
    height: 5px;
    background: #;
    width: 0;
    position: absolute;
    z-index: 1;
    border: 0;
    border-radius: 0;
    top: -1px;
    cursor: auto;
    left: 3px;
}

.list-box .pager ul li.progress.active-1{
    width: 0;
}

.list-box .pager ul li.progress.active-2{
    width: 12.5%;
}

.list-box .pager ul li.progress.active-3{
    width: 25%;
}

.list-box .pager ul li.progress.active-4{
    width: 37.5%;
}

.list-box .pager ul li.progress.active-5{
    width: 50%;
}

.list-box .pager ul li.progress.active-6{
    width: 62.5%;
}

.list-box .pager ul li.progress.active-7{
    width: 75%;
}

.list-box .pager ul li.progress.active-8{
    width: 87.5%;
}

.list-box .pager ul li.progress.active-9{
    width: 100%;
}

h1{
    color: #;
}

h2{
    color: #000;
}

p{
    color: #000;
}

a{
    color: #;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

a.prev{
    position: absolute;
    left: 35px;
    bottom: 26px;
    color: #818285;
    text-transform: uppercase;
}

a.prev:before{
    content: '<';
    display: inline-block;
    margin-right: 20px;
    font-size: 18px;
}

a.next{
    position: absolute;
    right: 35px;
    bottom: 26px;
    color: #;
    text-transform: uppercase;
}

a.next:after{
    content: '>';
    display: inline-block;
    margin-left: 20px;
    font-size: 18px;
}
/*
.button-arrow:after{
    display: inline-block;
    content: '';
    background: url(../img/arrows.jpg) no-repeat;
    height: 6px;
    width: 6px;
    margin-left: 9px;
    position: relative;
    top: -2px;
}
*/

a.button-arrow{
    float: right;
    margin-top: 18px;
    font-size: 18px;
    /*margin-right: 30px;*/
}

button.button-arrow{
    border: 0;
    background: transparent;
    color: #;
    clear: left;
    padding: 0;
    display: block;
}

a.schablone{
    color: #000;
    display: inline-block;
}

a.schablone img{
    display: block;
}

.list-box label,
.list-box form label{
    display: inline-block;
    /*margin-right: 30px;*/
    color: #000;
    cursor: pointer;
}

.list-box form label.text-label{
    cursor: auto;
}

.list-box form.label-block label{
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
}

.list-box form label img{
    display: block;
    margin-top: 8px;
}

.list-box form.images label{
    position: relative;
    float: left;
    width: 25%;
    height: 110px;
}

.list-box form.images img{
    position: absolute;
    bottom: 0;
    left: 0;
}

.list-box form > div.form-items {
	margin-bottom: 10px;
}

.list-box form input.text{
    padding: 2px 3px;
    width: 120px;
    margin-right: 20px;
    margin-bottom: 2px;
}

.list-box form input.text.grey-input{
    background: #dcddde;
    border: 1px solid #9ea0a2;
    border-radius: 3px;
    color: #000;
    padding: 3px 5px;
    width: auto;
}

.left{
    width: 50%;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.right{
    width: 50%;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.right > img{
    margin-right: 40px;
}

.small-left .left{
    width: 30%;
}

.small-left .right{
    width: 70%;
}

.small-right .left{
    width: 70%;
}

.small-right .right{
    width: 30%;
}

.small-right-60-40 .left{
    width: 60%;
}

.small-right-60-40 .right{
    width: 40%;
}


/* Radio */
div.radio {
    position: relative;
    top: 1px;
    display: inline-block;
    margin-right: 10px;}
div.radio, div.radio span, div.radio input {
    width: 15px;
    height: 15px; }
div.radio span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background: url(../img/radio.jpg) top center }
div.radio span.checked {
    background-position: bottom center; }
div.radio input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center; }


div.selector {
    padding: 0 0 0 0;
    position: relative;
    overflow: hidden;
    height: 25px;
    width: 200px !important;
    display: inline-block;}
div.selector span {
    display: block;
    width: 100% !important;
    height: 100%;
    background: url(../img/select-bg.jpg) repeat-x;
    cursor: pointer;
    border-radius: 3px;
    padding: 4px 9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    color: #000;
}
div.selector span:after{
    position: absolute;
    content: '';
    display: block;
    background: url(../img/select-arrow.jpg) no-repeat;
    width: 15px;
    height: 8px;
    top: 8px;
    right: 9px;
}
div.selector.fixedWidth {
    width: 190px; }
div.selector.fixedWidth span {
    width: 155px; }
div.selector select {
    opacity: 0;
    height: 100%;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    cursor: pointer;}

#form-2-yes {
	margin-right: 20px;
}

#form-3b-1 .gewinde {
	margin-right: 100px;
	margin-bottom: 20px;
}

.form-3b-1-right {
	margin-top: 40px;
}

.items {
	margin: 5px 0px;
}

.items label {
	width: 120px;
	flex: left;
}

label.error {
	display: none !important;
}

input.error {
	border: 1px solid #;
}

p.error {
	display: none;
	color: #}

p.small {
	line-height: 20px;
	font-size: 14px;
}