#titlewrapper{
	display:grid;
	grid-template-columns: 20% 60% 20%;
    gap: 0px 10px;
	width:90%;
	padding-top:120px;
    margin: 0px 5% 10px 5%;
	align-items:center;
	justify-content:center;
}

#blitz{
	width:100%;	
	max-width:200px;
	max-height:200px;
}

#title{
	color:#870000;
	font-size:2em;
	text-align:center;
}

#handlungsoptionentext{
	width:90%;
    margin: 100px 5% 30px 5%;
	text-align:center;
	font-size:1.5em;
	color:#615f5f;
}

#handlungsoptionenwrapper{
	width:90%;
    margin: 20px 5% 10px 5%;
	justify-content:center;
	align-items:center;
	display:flex;
	gap:40px;
}

.optionsbutton{
	all: unset;
    background: #f0ba20;
    color: #870000;
    height: 40px;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    box-shadow: 0px 0px 10px 0px gray;
    position: relative;
    top: 0px;
    width: 240px;
    margin: 0px;
    margin-top: 40px;
	margin-bottom:300px;
	align-items:center;
	padding-top:12px;
}

.optionslink{
	all:unset;
	width:100%;
	height:100%;
}


@media all and (min-width: 451px) {
	#titlewrapper{		
		padding-top:50px;
		width:85%;		
		margin: 0px 7.5% 10px 7.5%;
	}
	
	#handlungsoptionentext{
		margin-top: 40px;
		font-size:1.3em;
		margin-bottom:0px;
	}
		
	.optionsbutton{
		font-size: 1.3em;
		width: 200px;
		height:35px;
		margin-bottom:200px;
	}
	
	.optionsbutton:hover{
		color: #f0ba20;
		background: #870000;
		cursor:pointer;
	}
	
	.optionslink:hover{		
		cursor:pointer;
	}
	
}