* {
	padding: 0;
	margin: 0;
}

body, html {
	height: 100%;
	font: 400 0.5rem "Lato", arial;
	color: #777;
}

#title {
	position: absolute;
	height: 75%;
	width: 100%;
	display: flex;
	align-items: center;
	z-index: 100;
}

#title h1 {
	max-width: 100%;
	margin: 0px;
	padding: 15px;
	color: #ffffff;
	word-wrap: break-word;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 5px 4px 10px #000;
}

.logo {
	width: 50%;
	min-width: 190px;
	margin-bottom: 25px;
}

.first-img {
	margin-top: 50px;
	background-image: url('../img/kalmus/kalmus_02.jpg');
	min-height: 75%;
	filter: blur(4px);
	opacity: 0.55;
}

.second-img {
	background-image: url('../img/empfang_small.jpg');
	min-height: 75%;
}

.third-img {
	background-image: url('../img/sauna_small.jpg');
	min-height: 75%;
}

.dark-background {
	color: #ddd;
	background-color: #282E34;
	text-align: center;
	padding: 5% 8%;
	text-align: justify;
	box-shadow: 0px 1px 3px 1px #000;
	border-top: 10px #52575c solid;
}

.white-background {
	color: #00017f;
	background-color: white;
	text-align: center;
	padding: 5% 8%;
	text-align: justify;
	box-shadow: 0px 1px 3px 1px #000;
	border-top: 10px #00017f solid;
	border-bottom: 10px #00017f solid;
}

.dark-background h2, .white-background h2 {
	text-align: center;
	margin-bottom: 25px;
}

.title {
	display: block;
	margin-bottom: 25px;
}

.white-background li.leistung {
    cursor: pointer;
    text-decoration: underline;
    padding: 15px;
    display: inline-block;
    border: 1px solid #CCC;
    margin: -3px;
    background-color: #e5e5f2;
}

.white-background li.leistung:hover {
	background: rgba(153, 153, 203, 0.8);
}

.dark-background p, .white-background p {
	margin-bottom: 25px;
}

#referenzen {
	margin-top: 15px;
	background: rgba(0, 0, 0, 0.03);
	border: 1px solid #00017f;
	text-align: center;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

#referenzen img {
	margin: 15px;
	max-width: 15%;
	min-width: 200px;
}

@media only screen and (max-width: 1024px) {
	body, html {
		font-size: 1.5rem !important;
	}

	#title h1 {
		font-size: 3rem !important;
		text-align: center;
	}

	h2 {
		font-size: 3rem !important;
	}

	.dark-background h4 {
		font-size: 2rem !important;
	}

	.logo {
	        width: 100%;
	        min-width: 190px;
	        margin-bottom: 25px;
	}

	.first-img {
	        margin-top: 50px;
	        background: url('../img/kalmus/kalmus_02.jpg') no-repeat center center scroll;
		background-attachment: scroll;
	        -webkit-background-size: scroll;
	        -moz-background-size: scroll;
	        -o-background-size: scroll;
	        background-size: scroll;
	        overflow: hidden;
	        min-height: 75%;
	        filter: blur(4px);
	        opacity: 0.55;
	}

	.second-img {
        	background-image: url('../img/empfang_small.jpg') no-repeat center center scroll;
        	background-attachment: scroll;
                -webkit-background-size: scroll;
                -moz-background-size: scroll;
                -o-background-size: scroll;
                background-size: scroll;
                overflow: hidden;
                min-height: 75%;
		min-height: 75%;
	}

	.third-img {
        	background-image: url('../img/sauna_small.jpg') no-repeat center center scroll;
                background-attachment: scroll;
                -webkit-background-size: scroll;
                -moz-background-size: scroll;
                -o-background-size: scroll;
                background-size: scroll;
                overflow: hidden;
                min-height: 75%;
                min-height: 75%;
	}

}
