@charset "utf-8";

@font-face {
	font-display: swap;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: normal;
	src: url('../webfonts/montserrat-v31-latin-regular.woff2') format('woff2'); 
}

@font-face {
	font-display: swap;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	src: url('../webfonts/montserrat-v31-latin-300.woff2') format('woff2'); 
}

@font-face {
	font-display: swap;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	src: url('../webfonts/montserrat-v31-latin-500.woff2') format('woff2'); 
}

@font-face {
	font-display: swap;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: url('../webfonts/montserrat-v31-latin-700.woff2') format('woff2'); 
}

html { 
	margin: 0px;
	min-height: 100%;
}
 
:focus {
	 outline:0; 
	 -moz-outline:0; 
} 

img {
	vertical-align: baseline;
	width: 100%;
}

span,div {
	zoom: 1;
}			   

input::-webkit-outer-spin-button, 
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

img {
	display: block;
}

a {
	zoom: 1;
	color: inherit;
}
	
a img {
	border-width: 0px;
}	   

a:hover  {
	color: inherit;
}

form {
	margin: 0px;
	padding: 0px;
}
	
sup { 
	vertical-align: baseline;
	position: relative;
	top: -0.5em;
	font-size: 70%;
}

ul {
	padding-left: 1.5em;
}

body {	 
	position: relative;
	margin: 0;
	padding: 0px;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Montserrat",sans-serif;
	font-size: 18px;
	line-height: 1.3;
	background-color: #f7f7f4;
	color: #676e75;
	height: 100%;
	overflow-x: hidden;
}	 

/**** HEADER ****/

.header {
	position: relative;
	left: 0px;
	top: 0px;
	padding: 35px 45px;
}

.header .logo {
	display: inline-block;
	width: 500px;
}	

.header .logo-mobile { display: none; }

.header .mainmenu {
	position: absolute;
	right: 45px;
	top: 80px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	letter-spacing: 0.14em;
	font-weight: 500;
	font-size: 16px;
}

.header .mainmenu .entry {
	display: inline-block;
	margin-left: 35px;
}

.header .mainmenu .entry a { text-decoration: none; }
.header .mainmenu .entry a:hover, .header .mainmenu .entry.sel a { color: #93afa5; }

.header .mainmenu .entry .buchen-button {
	background-color: #efe1e7;
	display: inline-block;
	padding: 0.4em 1em 0.4em 1em;
	border-radius: 0.4em;
	margin-left: -0.5em;
}

.header .mainmenu .entry .buchen-button.tel { margin-top: -1em; position: relative; top: 0.5em; text-align: center;}

.header .mainmenu .entry .buchen-button:hover {
	background-color: #676e75;
	/* color: #efe1e7; */
}

.header .menuicon { 
	display: none; 
	position: absolute;
	right: 30px;
	top: 60px;
	cursor: pointer;
}

/**** MOBILE MENU ****/

.mobilemenu-container { 
	box-sizing: border-box;
	display: none; 
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
} 

.mobilemenu { 
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background-color: #676e75;
	color: #93afa5;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 20px;
}

.mobilemenu ul { 
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 40px;
	font-weight: 500;
	line-height: 1.1;
}

.mobilemenu li { margin-bottom: 15px; }

.mobilemenu a { text-decoration: none; }

.mobilemenu-close {
	position: absolute;
	right: 30px;
	top: 60px; 
	cursor: pointer;
}

/**** MAIN ****/

.main {
	box-sizing: border-box;
	position: relative;
	padding-top: 40px;
	padding-bottom: 140px;
}

.textblock {
	font-size: 18px;
	color: #93afa5;
	padding-left: 22vw;
	max-width: 645px;
	margin: auto;
}

.textblock h1 {
	font-size: 1.3em;
	font-weight: 700;
	margin-bottom: 1em;
	position: relative;
} 

.textblock h2 {
	font-size: 1.3em;
	font-weight: 700;
	margin-bottom: 0.05em;
	position: relative;
}

.textblock h2:first-child { margin-top: 0; }
.textblock p { margin-top: 0; }

.textblock a { text-decoration: none; }
.textblock a:hover { text-decoration: underline; }

.textblock .tag { display: inline-block; width: 40px;}

.imageblock {
	position: relative;
	font-size: 0;
	padding-left: 21vw;
	margin-top: 40px;
	margin-bottom: 40px;
}

.imageblock h1 {
	position: absolute;
	left: 7.6vw;
	top: 15vw;
	font-size: 4.4vw;
	line-height: 1.15;
	letter-spacing: 0.03em;
	font-weight: 700;
	color:#d9b8c5;
}

.imageblock-mobile {
	position: relative;
	font-size: 0;
	padding-left: 21vw;
	margin-top: 20px;
	margin-bottom: 30px;
	display: none;
}

.imageblock-mobile h1 {
	position: absolute;
	left: 20px;
	top: 20vw;
	font-size: 6vw;
	line-height: 1.15;
	letter-spacing: 0.03em;
	font-weight: 700;
	color:#d9b8c5;
}

.home h1 .line-1 { margin-left: 0.3em; }
.home h1 .line-2 { margin-left: 0.85em; }

.team h1 .line-1 { margin-left: 1.6em; }
.team h1 .line-2 { margin-left: 0.8em; }

.leistungen h1 .line-1 { margin-left: 1.65em; }
.leistungen h1 .line-2 { margin-left: 0.35em; }

.zuweiser h1 .line-1 { margin-left: 0.9em; }
.zuweiser h1 .line-2 { margin-left: -0.2em; }

/**** FOOTER ****/

.footer {
	position: relative;
	background-color: white;
	padding: 25px 45px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.footer a { text-decoration: none; }
.footer a:hover { color: #93afa5; }

.footer .logo {
	display: inline-block;
	width: 400px;
}	

.footer .col {
	position: absolute;
	top: 10px;
	width: 200px;
}

.footer .col-1 { right: 700px; }
.footer .col-2 { right: 505px; }
.footer .col-3 { right: 285px; }
.footer .col-4 { right: 50px; }

.footer .tag { display: inline-block; width: 30px;}

/**** SMALLER SCREENS ****/

@media only screen and (max-width: 1350px) {	
	.header { padding: 25px 40px; }
	.header .logo { width: 420px; }		
	.header .mainmenu { right: 40px; top: 60px; font-size: 14px; }
	.header .mainmenu .entry { margin-left: 25px; }
	.footer { font-size: 11px; padding: 25px 40px; }
	.footer .logo { width: 340px; }
	.footer .col { top: 10px; width: 180px; }
	.footer .col-1 { right: 570px; }
	.footer .col-2 { right: 405px; }
	.footer .col-3 { right: 210px; }
	.footer .col-4 { right: 0px; }
}

@media only screen and (max-width: 1150px) {
	.header { padding: 20px 20px; }
	.header .mainmenu { top: 57px; right: 80px; }
	.header .mainmenu .entry { margin: 0; }
	.header .mainmenu .entry a { display: none; }
	.header .mainmenu .entry a.buchen-button { display: block; }
	.header .menuicon { display: block; }
	.textblock { padding-right: 20px; }
	.footer { height: 60px; }
	.footer .logo { display: none; }
}

@media only screen and (max-width: 780px) {
	.textblock { font-size: 15px; }
	.footer { height: auto; }
	.footer .col { position: relative; top: auto; right: auto; width: auto; text-align: center; margin-bottom: 20px; }
}

@media only screen and (max-width: 720px) {
	.header .mainmenu { position: relative; right: auto; top: auto; text-align: center; }
}

@media only screen and (max-width: 510px) {
	.header  { padding: 15px 15px; }
	.header .logo { display: none; }	
	.header .logo-mobile { display: inline-block; width: calc(100% - 40px); margin-bottom: 10px; }	
	.header .menuicon { right: 15px; top: 9vw; }
	.mobilemenu-close { right: 15px; top: 9vw; }
	.mobilemenu { font-size: 30px; }
	.mobilemenu li { margin-bottom: 12px; }
	.main { padding-top: 25px; padding-bottom: 80px; }
	.textblock { padding-left: 20px; }
	.imageblock { display: none; }
	.imageblock-mobile { display: block; }
}