
/* =basics
--------------------------------------------------------------- */

html {
	font-size: 62.5%; /* 10/16 */
}
body {
	font-size: 16px; /* IE < 11 fallback */
	font: 1.8rem/1.7 'Source Sans Pro', Arial, Geneva, sans-serif;
	position: relative;
	margin: 0;
	color: #575756;
	overflow-x: hidden;
}

h2, caption, .h2 {
	position: relative;
	margin: 0 0 0.75em;
	line-height: 1.2;
	font-weight: bold;
	font-size: 3.6rem;
	white-space: nowrap;
	z-index: 9;
}
.visuallyhidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	white-space: nowrap;
	 -webkit-clip-path: inset(100%);
	clip-path: inset(100%);
	overflow: hidden;
	background-color: transparent;
}


[href^="mailto\3A"]::before, [data-email-link]::before,
[href^="tel\3A"]::before {
	display: inline-block;
	padding-right: 0.25em;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}
[href^="tel:"]::before {
	content: "\f095";
}
[href^="mailto:"]::before,
[data-email-link]::before {
	content: "\f003";
}
/* =global
--------------------------------------------------------------- */
.wrapper {
	width: 94%;
	max-width: 1410px;
	margin: 0 auto;
}

a, .link {	
	color: #575756;
}
.nb {
	white-space: nowrap;
}
/* =header
--------------------------------------------------------------- */

.logo {
	position: relative;
	z-index: 1;
    margin-bottom: -5.5319148936%; /* 78/1410 */
    padding: .5em 0 0 0;
}
.logo__img {
    display: block;
    width: 100%;
    height: auto;
    margin-right: 3vw;
}
/* =headerbild
--------------------------------------------------------------- */
.pano-img {
	position: relative;
	min-height: 150px;
    height: 34.6vw;
    max-height: 700px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(../img/header.jpg);
	background-color: #aaa;
	text-decoration: 0;
}
/* =content
--------------------------------------------------------------- */
.content {
	
}
.wrapper--content {
	display: flex;
}
.main {
	position: relative;
	display: flex;
    margin: 0 auto;
	margin-top: -4vw;
	padding: 1.5em 1.5em 2.5em;
	width: 100%;
	background-color: #D2E4F1;
	border-top-right-radius: 12vw;
	border-top-right-radius: 135px;
}
.main:after {
	position: absolute;
	content: "";
    top: 0;
    right: .35em;
    transform: translate(1em, -1.5em);
	width: 38.5%;
	height: 300px;
	background-image: url('../img/sign.svg');
	background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
}

.main ul {
    position: relative;
    margin: 0.25em 0 0 10.8936170213%;
    z-index: 1;
    list-style: none;
}
.main ul > li {
	position: relative;
	font-size: 2.4rem;
}
.main ul > li:before {
	position: absolute;
	content: "–";
	left: -1em;
	width: 1em;
	height: 1em;


}
/* =footer
--------------------------------------------------------------- */
.footer {
	margin: 1.5em 0;
	font-size: 2.0rem;
	
}

/* =responsive
--------------------------------------------------------------- */
@media only screen and (min-width: 88.125em) { /* 1410/16 */
	.logo__img {
		margin-bottom: -3em;
	}
	
}

@media only screen and (max-width: 59.375em) { /* 950/16 */
	.main {
		display: block;
	}
	.main ul {
	    margin: 0;
	}		
	
}
@media only screen and (max-width: 42.5em) { /* 680/16 */
	.wrapper--content {
		width: 90%;
	}
	.main {
	    border-top-right-radius: 13vw;
	}

	}
@media only screen and (max-width: 36.25em) { /* 580/16 */

	h2 {
		font-size: 2.0rem;
	}
	.main {
		margin-top: 2.5em;
	}
	.main ul li {
	    margin: 0;
	    font-size: 1.8rem;
	}
}
@media only screen and (max-width: 25em) { /* 400/16 */
	.main::after {
	    transform: translate(1em, -0.75em);
	}
}