body
{
	background-color: #000;
	color: white;
	margin: 0px auto;
	padding: 0;
	font-family: 'klavika';
	overflow: hidden;
    height: 100%;
}

.content {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}

.bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-image: url(../img/sz-bg.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
}

a, a:active, a:visited, a:hover
{
	text-decoration: none;
	color: white;
}

a:hover 
{
	text-decoration: underline;
}

.header {
    margin-top: 8em;
    margin-left: 15em;
}

.header img
{
	max-width: 100px;
	margin: 0px auto;
}

.hinweis, .ansprechpersonen {
    background: #85956c;
    color: #ffffff;
}

.hinweis {
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    padding: 10px 40px;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    text-align: center;
    right: -82px;
    top: 50%;
    transform: rotate(
90deg
) translate(0, -50%);
    line-height: 1.5;
    letter-spacing: 0.5px;
}

.socialmedia {
    position: relative;
    display: flex;
    float: left;
    width: 100%;
    margin: 2em 0;
    justify-content: center;
}

a.icon {
    float: left;
    width: 40px;
    height: 30px;
    display: block;
    position: relative;
}

a.icon img {
    height: 25px;
}

.kontakt {
    text-align: center;
    margin: 0;
    font-size: 1.1rem;
    font-weight: normal;
    position: absolute;
    top: 50%;
    right: 7vw;
    transform: translate(0, -50%);
}


.kontakt img.logo {
	width: clamp(15em, 15vw, 15em);
}

.services {
    text-align: center;
	width: 100%;
	padding: 0;
    position: relative;
    display: block;
    float: left;
	margin-top: 2em;
    white-space: nowrap;
}

.services p {
    font-size: 0.65rem;
    letter-spacing: 0.2rem;
    margin: 8px 0;
}

.services p span {
    margin: 0 12px;
}

.right
{
	display: inline-block;
	text-align: left;
	margin-left: 0.5em;
}

.left
{
	display: inline-block;
	text-align: right;
	margin-right: 0.5em;
}


#rotate-device {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #0f1010;
    background-image: url(../img/rotate.png);
    background-size: 100px 100px;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
}


@media all and (max-width: 1200px) {

	.kontakt {
		right: 0vw;
	}

}

@media all and (max-width: 950px) {
	.bg {
		background-image: url(../img/sz-bg-mobile.jpg);
		width: 120%;
		height: 120%;
		top: auto;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 0);
	}
	.kontakt {
		font-size: 0.8rem;
		left: 50%;
		right: auto;
		transform: translate(-50%, 0);
		top: auto;
		bottom: 4em;
	}
	.services {
		margin-top: 1em;
	}
	.services p span {
		margin: 0 5px;
	}
	.services p {
		font-size: 0.45rem;
		letter-spacing: 0.1rem;
		margin: 8px 0;
	}
	.socialmedia {
		margin: 1em 0 0;
	}
	.hinweis {
		font-size: 10px;
		right: auto;
		top: auto;
		transform: translate(-50%, 0);
		left: 50%;
		bottom: 0;
		padding: 5px 20px;
	}
	a.icon {
		width: 30px;
		height: 20px;
	}
	a.icon img {
		height: 17px;
	}
}

@media all and (max-width: 400px) {
	
}


@media only screen and (max-device-width: 1024px) and (min-device-width: 668px) and (orientation: landscape) {


}

@media only screen and (max-device-width: 760px) and (min-device-width: 20px) and (orientation: landscape) {

	#rotate-device {
    display: block;
}

}