.headertabelle .stepcarousel{
position: relative;
overflow: scroll;
width: 928px;
height: 240px;
}

.headertabelle .stepcarousel .belt{
position:absolute;
left: 0;
top: 0;
}

.headertabelle .stepcarousel .panel{
overflow: hidden;
margin: 1px;
width: 927px;
height: 240px;
}

.headertabelle {
box-sizing: border-box;
margin-bottom: -15px;
width: auto !important;
background: #eae7e2;
padding: 5px;
border: solid 1px #afafaf;
color: #0a0a0b;
}

.headertabelle1 {
width: auto;
text-align: justify;
background: #d3cfc8;
color: #0c0c08;
border: solid 1px #afafaf;
padding: 8px;
}

.headertabelle .box {
font-family: calibri;
background-color: #eae7e2;
border: #afafaf solid 1px;
box-sizing: border-box;
padding: 10px;
height: 230px;
margin-top: 2px;
font-size: 10px;
}



.headertabelle .box .titel {
    display: block;
    text-align: center;
    font-family: Playfair Display SC, serif;
    font-size: 14pt;
    font-weight: lighter;
    color: #0a0a0b;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #afafaf;
    padding-top: 2px;
}

.headertabelle .box .sub {
    text-align: center;
    font-size: 8.5px;
	text-transform: uppercase;
    letter-spacing: 1px;
    font-family: calibri;
    padding-top: 2px;
	margin-bottom: 5px;
}

.headertabelle .box #scroll {
    height: 100px;
    overflow: auto;
    font-family: calibri;
    font-size: 10px;
    line-height: 120%;
    text-align: justify;
    letter-spacing: 0.5px;
}