@charset "UTF-8";



/* ---------------- DEF ---------------- */

html, body {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

* {
	margin: 0px;
	padding: 0px; 
	box-sizing: border-box; 
}
        
h1, h2, h3, h4, h5, h6, a, p, label, article, li, span {
	font-family: 'ff-kava-web-pro', Helvetica Neue, sans-serif;           
}

a, p, label, article, li {
	font-size: 16px;	
	font-weight: 300;
	line-height: 140%;
	letter-spacing: 0.25px;
}

a {
	color: #c9d942;
	text-decoration: none;
}
            
a:hover {
	color: #c9d942;
	text-decoration: underline;
}
                      
a:link {
	text-decoration: none;
}
            
a:visited {
	text-decoration: none;
}

strong {
	font-weight: 400;
}

img {
	width: 100%;
}

.clear {
	clear: both;	
}



/* ---------------- START ---------------- */

#start {
	width: 100%;
	height: 100vh;
}

a.box {
	width: 50%;
	height: 100%;
	float: left;
	padding: 40px;
}

a.box.technikmuseum {
	background: rgba(171,203,151,0.3);
}

a.box.spielzeugmuseum {
	background: rgba(255,224,84,0.3);
}

.museum {
	position: relative;
	width: 100%;
	padding: 70px 50px 0px;
	border: 7px solid #fff;
	height: 100%;
}

img.start {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.logo {
	position: relative;
	width: 100%;
	max-width: 180px;
	margin: 0 auto;
	z-index: 100;
}



/* ---------------- RESPONSIVE ---------------- */

@media (max-width: 940px) {

	a.box {
		padding: 25px;
	}
	
	.museum {
		padding: 50px 30px;
		border: 5px solid #fff;
	}

}

@media (max-width: 800px) {

	

}


@media (max-width: 500px) {
	
	a.box {
		width: 100%;
		height: 50%;
	}
	
	img.start {
		display: none;
	}
	
	.museum {
		padding: 0px 20px;
		display: flex;
		align-items: center;
	}
	
	.logo {
		
	}
	
}