

#mainContent{
	position: fixed;
	width: 100%;
	height: 100vh;
	box-sizing: border-box;
	background: rgb(149,222,120);
}

#sprechblase {
    position: absolute;
	right: 3%;
	bottom: 27%;
	width: 50%;
    height: 50vh;
    background-image: url('../images/Sprechblase.png');
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 300;
    display: none;
}

#abfall {
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	left: 0%;
	top: 3vh;
	background-image: url("../images/Startseite/Muelleimer.png");
	height: 12vh;
	width: 14vh;
}

.anlaut_link_wrapper_startseite{
	position: absolute;
	top: 4vh;
	right: 2%;
	width: 7%;
	height:  9%;
}

.anlaut_link_startseite{
	width: 88%;
}



#buchstabentour{
	position: relative;
	top: 10vh;
	bottom: 10vh;
	margin: 0 auto;
	width: 115vh;
	height: 80vh;
	margin: 0 auto;
	/*background:#6F3;*/
	box-sizing: border-box;
}

.buchstabe{
	border-radius: 50%;
	box-sizing: border-box;
	text-align: center;
	display: table;
}

.span_buchstabe {
	/*border: 1px solid #0F0;*/
	height: 100%;
    display: table-cell;
    vertical-align: middle;
    border-radius: 50%;
    font-size: 3.5vh;
   /* line-height: 100%;*/
}



.buchstabengruppe_1{
	border: 1vh solid rgb(255, 248, 180);
	background-color: rgba(255, 248, 180,0.5);
}

.buchstabengruppe_2{
	border: 1vh solid rgb(242, 172, 114);
	background: rgba(242, 172, 114, 0.5);
}

.buchstabengruppe_3{
	border: 1vh solid rgb(240, 146, 179);
	background: rgba(240, 146, 179, 0.5);
}

.buchstabengruppe_4{
	border:  1vh solid rgb(210, 179, 232);
	background: rgba(210, 179, 232, 0.5);
}

.buchstabengruppe_5{
	border: 1vh solid rgb(133, 245, 251);
	background: rgba(133, 245, 251, 0.5);
}

.buchstabengruppe_6{
	border: 1vh solid rgb(201, 255, 118);
	background: rgba(201, 255, 118, 0.5);
}




.fahrzeug{
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.skater {
	right: 23%;
	bottom: 2vh;
	background-image: url("../images/Startseite/1_Rollbrett_1.png");
	height: 15vh;
	width: 15vh;
}

.velo {
    left: 62%;
    top: 39vh;
    background-image: url(../images/Startseite/2_Velo_1.png);
    height: 17.0vh;
    width: 17vh;
}

.mofa {
	left: 27.0%;
    top: 66.0vh;
	background-image: url("../images/Startseite/3_Mofa_1.png");
	height: 17vh;
	width: 17vh;
}

.motorrad {
    left: 21%;
    top: 37vh;
    background-image: url(../images/Startseite/4_Motorrad_1.png);
    height: 13vh;
    width: 13vh;
}

.pkw {
	left: 31.4%;
	top: -3.6vh;
	background-image: url("../images/Startseite/5_Auto_1.png");
	height: 15vh;
	width: 12.9vh;
}

.rennwagen {
	left: 80%;
	top: 8vh;
	background-image: url("../images/Startseite/6_Rennwagen_1.png");
	height: 17vh;
	width: 17vh;
}

.startSchrift {
    position: absolute;
    right: 20.9%;
    bottom: -6.8vh;
    background-image: url(../images/Startseite/Start.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 8vh;
    width: 16vh;
    background-size: 80%;
}

#innerStartBox {
	height: 100%;
	width: 80%;
	margin-left: 13%;
	/*border: 1px solid #0F0;*/
}

.logoSchrift {
	position: relative;
	top: 15.2vh;
	margin: 0 auto;
	background-image: url("../images/Startseite/Logo.png");
	background-repeat: no-repeat;
	background-position: center;
	height: 7vh;
	background-size: 43%;
}


.back_arrow {
	position: absolute;
	width: 60px;
	height: 40px;
	
	right: 30px;
	bottom: 25px;
}

.back_arrow > a > img#pfeil2 {
	transform: rotate(180deg);
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
}

@media only screen and (max-width: 960px) {
	.back_arrow {
		position: absolute;
		width: 6vw;
		height: 4vw;
		
		right: 30px;
		bottom: 25px;
	}
}

