/* BASIC */

html, body {
	font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
	color: rgb(75,75,75);
	font-size: 18px;
	min-width: 320px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}

figure {
	margin: 0; padding: 0;
}

* {
	box-sizing: border-box;
}

address {
	font-style: normal;
}

img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

a, strong {
	color: rgb(155,30,40);
}

span.nowrap {
	white-space: nowrap;
}

/* general styles */

.more-section a {
		background: rgb(155,30,40);
		color: white;
		text-decoration: none;
		padding: .75rem;
		display: inline-block;
		width: auto;
	}

hr {
	border: 0px;
	border-bottom: solid 1px rgb(155,30,40);
	margin: 1rem 5vw;
}

#wrapper {
	text-align: center;
	margin: auto;
	padding: 5vw;
}

section {
	margin: 5vw;
}

#content {
	/* border: solid 1px rgb(155,30,40);
	border-radius: 5px; */
}

/* Extra extra small devices (phones, 480px and down) */
@media (max-width: 480px) {

	#content {
		font-size: 18px;
	}			
	
} 

/* Extra small devices (phones, 600px and down) */
@media (min-width: 480px) {

	#content {
		font-size: 20px;
	}			
	
} 


/* Small devices (portrait tablets and large phones, 600px and up) */
@media (min-width: 600px) {

	#content {
		font-size: 22px;
	}

} 

/* Medium devices (landscape tablets, 768px and up) */
@media (min-width: 768px) {
	
	#content {

	}
} 

/* Large devices (laptops/desktops, 992px and up) */
@media (min-width: 992px) {

	html, body {

	}

	#wrapper {
		margin: auto;
		padding: 20px;
	}
	
	#content {
		max-width: 760px;
		margin: auto;
	}
	
	section {
		margin: 40px 20px;
	}
	
	hr {
		margin: 1rem 20px;
	}
	
	/*
	hr {
		display: none;
	}
	
	#wrapper {

	}
	
	#content {
		display: flex;
		flex-direction: row;
		border: 0px;
	}*/
	
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media (min-width: 1200px) {
	
}


/* IMPRESSUM SEITE */

.impressum {
	max-width: 900px;
	margin: auto;
}

.impressum h1,
.impressum h2 {
		color: rgb(155,30,40);
		margin: 0px;
	}
.impressum h1 {
	font-size: 24px;
	margin: 7px;
	margin-top: 25px;
}	
.impressum h2 {
	font-size: 20px;	
	}
.impressum section {
	margin: 7px; padding: 0px;
}
.impressum p {
	margin: 10px 0;
}
.impressum p {
	font-size: 16px;
}