body {
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
	font-size: 16px;
	margin: 0%;
	font-weight: 500;
	-moz-osx-font-smoothing: grayscale;
	background-color: #DFDBD5;
}

p {
	line-height: 20px;
}

main {
	padding: 0px 100px;
}

.col1 {
	float: left;
	width: 440px;
	padding-right: 50px;
	margin-top: 189px;
	height: 625px;
}

.col2 {
	height: 814px;
	width: 414px;
	float: left;
	background-image: url("../img/Baum_leer.png");
	background-repeat: no-repeat;
}

.module {
	background-color: #B39E81;
	border-radius: 5px;
	padding: 15px;
	margin: 10px;
}

#solved {
	width: 390px;
	padding: 25px 25px;
	position: absolute;
	top: 35%;
	background-color: #dfdbd5;
	box-shadow: 0px 0px 20px #500, 0px 0px 15px #ac9a9a inset;
	border-radius: 7px;
	z-index: 1;
	display: none;
}

#solved>h2 {
	color: #bc0f2b;
}

h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	color: #000;
}

.password {
	height: 34px;
	overflow: hidden;
	border-width: 0;
    border-radius: 3px;
    color: #666;
    font-size: 16px;
	text-align: center;
	float: left;
}
a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    background-color: #bc0f2b;
    padding: 13px;
    font-size: 24px;
    border-radius: 5px;
}

button[id^='button'] {
	background-color: #bc0f2b;
	border-radius: 4em;
	padding: 0.5em 0.7em;
	margin: -5px 0px 5px 10px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	border: none;
}

#button:hover, a:hover {
	transition: all 0.4s ease-in-out;
	background-color: #fecb36;
}

img[id^='gift'] {
	position: relative;
	width: 50px;
	height: 100px;
	opacity: 0;
}

#gift1 {top: 66px;	left: 99px;}
#gift2 {top: 66px; left: 98px;}
#gift3 {top: 70px; left: 99px;}
#gift4 {top: 66px; left: 109px;}
#gift5 {top: 60px; left: 90px;}

#boy0 {
	width: 98px;
	position: relative;
	top: 600px;
	left: -114px;
}

@media screen and (max-width: 1024px) {
	main {padding: 0px 50px;}
	h2 {font-size: 16px;}
	.password {height: 18px; font-size: 12px;}
	#button {font-size: 12px; margin: 0px 0px 0px 10px;}
	a {font-size: 16px;}
	#solved {width: 300px;}
}

@media screen and (max-width: 960px) {
	.col1 {width: 200px; padding-right: 20px;}
	h2 {font-weight: normal;}
	.password {width: 100px;}
	#solved {width: 200px;}
}