#steuerung {
//	background-color: grey;
//	height: 50px;
//	float: left;
//	margin-top: 0px;
//	margin-left: 60px;
//	transform-origin: 0px 0px 0;
//	transform: rotate(90deg);
	word-spacing: 2em;
    position: fixed;
}

.kopfzeile
{
    margin-top: 15px;
    margin-bottom: 15px;
}

.rotate {
    transform-origin: 10px 0px 0;
    transform: rotate(-88deg);
}

#exampleAccordion {
//	background-color: green;
//	margin-left: 95px;
//	margin-right: 10px;
}

.equalHeightContainer {
    display: table;
    width: 100%;
    position:relative;
}

.cover-container
{
//    height: 150px;
//width: 100px;
//white-space: nowrap;
//    overflow-x: scroll;
//    overflow-y: hidden;
    position:absolute;
    top:0px;
    left:80%;
    width: 20%;
    height:100%;
    overflow-y: auto;
}

.textbox
{
 //   float: left;
    width: 80%;
}

.cover-container img
{
//    float: right;
    padding: 5px;
	max-height: 250px;
	max-width: 100%;
}

.item
{
}


/*
 .container .left {
    background-color: tomato;
    width: 35%;
 }

 .container .right{
    position:absolute;
    top:0px;
    left:35%;
    background-color: orange;
    width: 65%;
    height:100%;
    overflow-y: auto;
 }
*/

/*.headline-image
 {
 width: 40px;
 height: 40px;
 position: relative;
 display: inline-block;
 margin: 2px 2px;
 vertical-align: middle;
 background-position: top left;
 background-repeat: no-repeat;
 background-size: cover;
 }*/

/*.cover-item
{
	display: inline-block;
//    position: relative;
//    margin: 8px 8px;
//    box-shadow: 2px 2px 4px #bbb;
//    border-top-right-radius: 4px;
//    max-height: 100%;
//    max-width: 100%;
//    vertical-align: bottom;
//    background-position: top left;
//    background-repeat: no-repeat;
//    background-size: cover;
}*/
