body{
	margin: 0px;
}
.glogo {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: center bottom;
    vertical-align: bottom;
}
.Vone{
	text-transform: uppercase;
}
.Vtwo{
	text-transform: lowercase;
}
.vwechsel{
	display: none;
}

.scroller {
	position: relative;
    width: 100%;
    height: 100vh;
    scroll-behavior: smooth;
    overflow: auto;
    scroll-snap-type: y mandatory;;
}

.section {
    width: 100%;
    height: 100vh;
    background-size:  cover;
    scroll-snap-align: start;
}

@media (max-width: 480px){
	.ergebnistitletext{
		font-size: 1.25em;
	}
	.ergebnispic{
		float: left;
		width: 32%;
		margin-right: 2%;
		padding: 20px;
		background: #eee;
		box-sizing: border-box;
		height:150px;
	}
	.ergebnispic:last-child{
		margin-right:0;
	}
	.ergebistitle{
		margin-left:10%;
		padding-top:1%;
	}
	.ergebnispicrow{
		padding-left:10%;
		padding-right:10%;
		padding-top:2%;
		height:150px;
	}
}
@media (min-width: 480px){
	.ergebnistitletext{
		font-size: 2em;
	}
	.ergebnispic{
		float: left;
		width: 32%;
		margin-right: 2%;
		padding: 20px;
		background: red;
		box-sizing: border-box;
		height:150px;
	}
	.ergebnispic:last-child{
		margin-right:0;
	}
	.ergebistitle{
		margin-left:10%;
		padding-top:1%;
	}
	.ergebnispicrow{
		padding-left:10%;
		padding-right:10%;
		padding-top:2%;
		height:150px;
	}	
}