body {
    font-family: 'Volte Regular';
}

h1, h2, h3, h4, h5 {
    line-height: 110%;
}


h1, h3, h4 {
    font-family: 'Volte Medium';
}

h1 {
    padding: 50px 20px 40px 20px;
    max-width: 1300px;
    margin: 0 auto;
    font-size: 2.0em;

	
	@media screen and (min-width: 600px) {
		 padding-left:0;
	}
}

h2, h3 {
    padding: 5px 0 15px 0;
    text-align: left;
}

h2 {
    font-weight: bold;
    font-size: 1.5em;
}

h3 {
    font-size: 2.2em;
}

h4, h5 {
    font-size: 1.8em;
    max-width: 1300px;
    margin: 0 auto;
}

h4 {
    font-size: 1.3em;
    padding: 40px 25px 0 25px;
}

h5 {
    font-weight: bold;
    padding: 0 0 15px 0;
}

.zwei-spalten {
	
}

.linkbutton {
	background:#FFD332;
	color:black;
	font-weight:bold;
	font-size:1.1em;
	display:inline-block;
	transition:background 0.15s ease-out;
	padding:12px 18px 8px 18px;
	text-decoration:none!important;
}

.linkbutton:hover {
	background:#FFC800;
}

.zwei-spalten ul {
	padding:0;
	margin:0;
}

.weiter-lesen { }

.text-smaller {
	display: block;
	padding-top: 10px;
	font-size: 0.9em;
	line-height: 130%;
}

@media screen and (min-width: 640px) {
    h1 {
        font-size: 2.6em;
		padding: 80px 20px 40px 0;
    }

    h2 {
        font-size: 1.7em;
    }

    h3 {
        font-size: 2.6em;
    }

    h4 {
        font-size: 1.5em;
    }

    h5 {
        font-size: 2.0em;
    }
}

@media screen and (min-width: 800px) {
	.zwei-spalten {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;		
		column-gap: 20px;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
	}	
}