@charset "UTF-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


html, body {
  height: 100%; /* Required */
}

body {
	background-color:#c89040;
	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}

a {
	color: #000;
}

#container-page {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.left {
	width: 50vw;
	padding: 10% 0 0 10%;
}
.right {
	width: 50vw;
	height: 100vh;
	background-image: url(_bilder/marcus-und-stephanie-stark.png);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
p {
	margin: 0 0 16px 0; 
	font-size: 16px;
}
h1 {
	font-size: 48px;
	margin: 0 0 24px 0;
}
h2 {
	font-size: 24px;
	margin: 0 0 12px 0;
}
@media only screen and (max-width: 1600px) {
h1 {
	font-size: 36px;
}
h2 {
	font-size: 21px;
}
}
@media only screen and (max-width: 1180px) {
h1 {
	font-size: 27px;
}
h2 {
	font-size: 18px;
}
.left {
	width: 40vw;
	padding: 5% 0 0 5%;
}
.right {
	width: 60vw;
}
}
@media only screen and (max-width: 1024px) {
h1 {
	font-size: 27px;
}
h2 {
	font-size: 18px;
}
.left {
	width: 60vw;
	padding: 5% 0 0 5%;
}
.right {
	width: 40vw;
}
}
@media only screen and (max-width: 600px) {
#container-page {
	display: block;
}
.left {
	width: 100%;
	height: 50vh;
	padding: 5% 0 0 5%;
}
.right {
	border-top: 1px solid #000;
	width: 100%;
	height: 50vh;
	background-image: url(_bilder/marcus-und-stephanie-stark-small.png);
}
}
@media only screen and (max-width: 400px) {
	h1 {
		font-size: 21px;
		margin: 0 0 16px 0;
	}
	h2 {
		font-size: 18px;
		margin: 0 0 16px 0;
	}
	.left {
		padding: 5%;
	}
}













