
#impressum_wrapper {
    width: 100%;
    height: 100%;
	box-sizing: border-box;
	background: #F7DD7D;
	font-family: 'muli';
	font-size: 2.75vh;
    /*line-height: 170%;*/
}

.col-1 {
	width: 8.33%;
}
.col-2 {
	width: 16.66%;
}
.col-3 {
	width: 25%;
}
.col-4 {
	width: 33.33%;
}
.col-5 {
	width: 41.66%;
}
.col-6 {
	width: 50%;
}
.col-7 {
	width: 58.33%;
}
.col-8 {
	width: 66.66%;
}
.col-9 {
	width: 75%;
}
.col-10 {
	width: 83.33%;
}
.col-11 {
	width: 91.66%;
}
.col-12 {
	width: 100%;
}
img {
	height: auto;
	width: 62%;
	display:block;
}
.backButton {
	position: absolute;
    top: 0px;
    right: 0px;
}
#rightDiv{
	float:left;
	margin-top:2.75%;
}
#leftDiv{
	float:left;
	margin-top:2.75%;
	margin-left:6.5%;
}


#logo{
	margin-top:2%;
    background-image: url(../images/Logo_Schenker.png);
    background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
    width: 50%;
    height: 40vh;
}

#rechte{
	margin-left:2%;
}
#entwicklung{
	margin-left:2%
}

#pfeilImpressum{
    position: absolute;
	top: 5vh;
    right: 3%;
	width: calc(3vh + 3%);
}

#impressumButton {
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	left: 1.5%;
	top: 93.5vh;
	/* background-image: url("../images/impressumButton.png"); */
	height: 4vh;
	width: 4%;
}