@font-face { 
	font-family: Rubik; 
	src: url(./fonts/Rubik-Regular.ttf); 
}
@font-face { 
	font-family: RubikB; 
	src: url(./fonts/Rubik-Medium.ttf); 
}
html,
body,
figure,
img
{
	margin: 0;
	padding: 0;
}
.inside {
	margin: 0 auto;
	padding: 0 10px;
}
@media all and (min-width: 660px) {
	.inside {
		width: 640px;
		padding: 0;
	}
}
@media all and (min-width: 1000px) {
	.inside {
		width: 960px;
		padding: 0;
	}
}
.invisible {
	display: none;
}
body {
	font: 16px/26px Rubik,sans-serif;
	color: #555;
}
h1 {
	margin: 38px 0 0 0;
	padding: 0 0 50px 0;
	font: 30px/36px Rubik,sans-serif;
	color: #1593c1;
}
h1:after {
	content: "";
	display: block;
	width: 60px;
	height: 4px;
	margin-top: 20px;
	background: #eee;
	position: absolute;
}
h2 {
	margin: 0px 0 0 0;
	padding: 0 0 20px 0;
	font: 30px/36px Rubik,sans-serif;
	color: #1593c1;
}
.pageblog h2 {
}
h3 {
	margin: 0;
	padding: 0 0 10px 0;
	font: 16px/26px RubikB,sans-serif;
	color: #555;
}
p {
	margin: 0;
	padding: 0 0 10px 0;
}
a, a:link, a:focus, a:visited {
	display: inline-block;
	color: dodgerblue;
	text-decoration: none;
}
a:hover {
	display: inline-block;
	color: dodgerblue;
	text-decoration: underline;
}
ul {
	margin: 0;
	padding: 0 0 10px 0;
	list-style-type: disc;
}
li {
	margin: 0 0 0 16px;
	padding: 0;
}
.main {
	min-height: 70vh;
	padding-top: 90px;
	padding-bottom: 8vw;
}
b,
strong,
h3 {
	font-family: RubikB;
}

.header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;
	height: 80px;
	background-image: url(./images/pantone312c.png);
	border-bottom: solid 10px #a0d9e7
}
.header p {
	font-family: Rubik;
	font-size: 25px;
	line-height: 27px;
	padding: 15px 0 0 0;
	text-transform: uppercase;
	color: #fff;
}
.header a {
	display: inline;
}
.corporate-logo {
	float: left;
	width: 47px;
	height: 47px;
	margin-top: 19px;
	margin-right: 15px;
	border-bottom: solid 20px rgba(255, 255, 255, 0);
}

.gallery {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 66vw;
	background-image: url('./images/_DSC0203.JPG');
	background-position: center 66%;
	background-size: cover;
	overflow: hidden;
}
.gallery figure,
.gallery img {
	width: 100vw;
	height: 66vw;
}
@media all and (min-width: 1000px) {
	.gallery {
		height: 640px;
	}
	.gallery figure,
	.gallery img {
		width: 960px;
		height: 640px;
	}
}

#nav-icon {
	position: relative;
	float: right;
	margin: 30px 18px 0 0;
	width: 29px;
	height: 29px;
	z-index: 100;
	cursor: pointer;
}
@media all and (min-width: 720px) {
	#nav-icon {
		display: none;
	}
}
#nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}
#nav-icon span:nth-child(1) {
    top: 0px;
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
    top: 9px;
}

#nav-icon span:nth-child(4) {
    top: 18px;
}

#nav-icon.open span:nth-child(1) {
    top: 9px;
    width: 0%;
    left: 50%;
}

#nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
    top: 15px;
    width: 0%;
    left: 50%;
}
@media all and (min-width: 980px) {
	#nav-icon {
		display: none;
    }
}

.navwide-frame {
	display: none;
}
.navmobile-frame {
	background-image: url(./images/pantone312c.png);
	display: none;
	position: absolute;
	right: 0;
	left: 0;
	top: 80px;
	z-index: 50;
}
.navmobile {
	display: block;
	text-align: center;
	list-style: none;
}
.navmobile li {
	display: block;
	margin: 0;
}
.navmobile li a {
	display: block;
	color: rgba(255, 255, 255, 0.7);
	line-height: 70px;
	padding-left: 2vw;
	padding-right: 2vw;
	font-size: 18px;
}
.navmobile li a:hover {
	color: #fff;
	text-decoration: none;
}
.pagehome .navmobile li:nth-child(1) a {
	background-color: rgba(255, 255, 255, 0.15);
	color: #fff;
}
.pageleistungen .navmobile li:nth-child(2) a {
	background-color: rgba(255, 255, 255, 0.15);
	color: #fff;
}
.pageueber-uns .navmobile li:nth-child(3) a {
	background-color: rgba(255, 255, 255, 0.15);
	color: #fff;
}
.pageblog .navmobile li:nth-child(4) a {
	background-color: rgba(255, 255, 255, 0.15);
	color: #fff;
}
.pagekontakt .navmobile li:nth-child(5) a {
	background-color: rgba(255, 255, 255, 0.15);
	color: #fff;
}
@media all and (min-width: 720px) {
	.navmobile-frame {
		display: none;
	}
	.navwide-frame {
		display: inline-block;
		position: absolute;
		right: 2vw;
		top: 0;
	}
	.navwide {
		display: table;
		list-style: none;
	}
	.navwide li {
		display: table-cell;
		margin: 0;
	}
	.navwide li a {
		color: rgba(255, 255, 255, 0.7);
		line-height: 40px;
		padding: 22px 1.5vw 18px 1.5vw;
	}
	.navwide li a:hover {
		color: #fff;
		text-decoration: none;
	}
	.pagehome .navwide li:nth-child(1) a {
		color: #fff;
	}
	.pageleistungen .navwide li:nth-child(2) a {
		color: #fff;
	}
	.pageueber-uns .navwide li:nth-child(3) a {
		color: #fff;
	}
	.pageblog .navwide li:nth-child(4) a {
		color: #fff;
	}
	.pagekontakt .navwide li:nth-child(5) a {
		color: #fff;
	}
}

.timetable-bow {
	position: absolute;
	width: 100%;
	height: 130px;
	margin-top: -125px;
	background-image: url(./images/bow-bottom.png);
	background-size: 100% 130px;
	background-position: center center;
	background-repeat: no-repeat;
}

.timetable-frame {
	background-image: url(./images/pantone312c.png);
	border-bottom: solid 10px #a0d9e7;
}
.timetable {
	width: 100%;
	margin: 0;
	padding: 10px 0 20px 0;
 list-style: none;
}
.timetable li {
	color: rgba(255, 255, 255, 1);
margin-left: 0;
}
.timetable-frame p {
	text-align: left;
	color: rgba(255, 255, 255, 0.7)!important;
}
.timetable {
	display: block;
}
@media all and (min-width: 660px) {
	.timetable {
		display: table;
	}
	.timetable li {
		display: table-cell;
	}
}

.docs {
	width: 100%;
	display: block;
	margin: 15px 0 0 0;
	padding: 0;
 list-style: none;
}
.docs li {
	display: block;
  margin: 0;
	padding: 0 0 10px 0;
}
@media all and (min-width: 660px) {
	.docs {
		display: table;
	}
		.docs li {
		display: table-cell;
		width: 50%;
	}
}

.ueber-uns img {
	width: auto;
	height: 90px;
}

.iconhome {
	width: auto;
	height: 14px;
}

.map {
	padding: 20px 0 10px;
	width: 100%;
	height: auto;
}
.map figure {
	width: 100%;
	height: auto;
}
.map figure img {
	width: 100%;
	height: auto;
}
.map figure img:hover {
	box-shadow: 0px 1px 8px #ddd;
}

.blogtexte {
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.blogtexte p:first-of-type {
	font-size: 13px;
	color: #bbb;
	text-align: right;
}
.blogprev,
.blognext {
	position: absolute;
	width: 45px;
	height: 45px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 19px 19px;
	cursor: pointer;
	opacity: 0.9;
}
.blogprev {
	background-image: url(./images/arrow-left-fff-dave-gandy.svg);
}
.blognext {
	background-image: url(./images/arrow-right-fff-dave-gandy.svg);
}
.blogprev,
.blognext {
	background-color: rgba(200, 200, 200, 0.7);
	background-color: #bbb;
	background-color: #0573a1;
}
@media all and (max-width: 719px) {
	.blogprev {
		margin: -75px 0 0 0;
		left: 10px;
	}
	.blognext {
		margin: -75px 0 0 0;
		right: 10px;
	}
}
@media all and (min-width: 720px) {
	.blogprev {
		margin: -27px 0 0 0;
	}
	.blognext {
		margin: -27px 0 0 47px;
	}
}
@media all and (min-width: 1100px) {
	.blogprev,
	.blognext {
		width: 45px;
		height: 55px;
		background-size: 23px 23px;
	}
	.blogprev:hover,
	.blognext:hover {
		opacity: 0.8;
	}
	.blogprev {
		margin: -290px 0 0 -533px;
		left: 50vw;
	}
	.blognext {
		margin: -290px 0 0 472px;
		left: 50vw;
	}
}
.blogtexte div {
	display: none;
}

.footer {
	margin: 0;
	padding: 20px 0 20px 0;
	background-color: #0573a1;
	background-image: url(./images/pantone312c.png);
}
.footer-bow {
	position: absolute;
	width: 100%;
	height: 10vw;
	margin-top: calc(-10vw + 3px);
	background-image: url(./images/bow-bottom.png);
	background-size: 100vw auto;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: -1;
}
.footer,
.footer p {
	color: rgba(255, 255, 255, 1)!important;
}
.footer a {
	color: rgba(255, 255, 255, 0.7)!important;
}
.footer p a {
	margin-right: 5px;
}
.footer a:hover {
	color: #fff!important;
	text-decoration: none;
}
.welcome {
	font-size: 32px;
	line-height: 40px;
	background-color: rgba(255, 255, 255, 0.90);
	color: #0573a1;
}
.hyperlink {
	position: absolute;
	margin-top: calc(-120px - 10vw);
	z-index: 20;
}
@media all and (min-width: 1000px) {
	.welcome {
		font-size: 38px;
		line-height: 50px;
	}
	.hyperlink {
		margin-top: calc(-160px - 10vw);
		margin-left: 10px;
	}
}
.getintouch {
	margin: 20px 0 0 0;
	display: inline-block;
	font-size: 22px;
	background-color: #00cd00;
	border: solid 5px rgba(255, 255, 255, 0.5);
	color: #fff;
	padding: 9px 20px 7px 45px;
	background-image: url(./images/phone-ffffff-dave-gandy.svg);
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: 15px center;
}
.getintouch:hover {
	border: solid 5px rgba(255, 255, 255, 0.7);
}
.emergency {
	margin: 20px 0 0 0;
	display: inline-block;
	background-color: #e60005;
	border: solid 5px rgba(255, 255, 255, 0.5);
	color: #fff;
	padding: 9px 18px 7px 38px;
	background-image: url(./images/plus-fff-icomoon.svg);
	background-repeat: no-repeat;
	background-size: 15px 15px;
	background-position: 15px center;
}
.vitaclose {
	position: absolute;
	right: 5vw;
	top: 20px;
	width: 40px;
	height: 40px;
	background-image: url(./images/close-x-fff.svg);
	background-repeat: no-repeat;
	background-size: 32px 32px;
	background-position: center center;
	cursor: pointer;
}
.vita {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	min-height: 100vh;
	padding-top: 40px;
	background-color: #a0d9e7;
	color: #222;
}
vita p {
	color: #222;
}

.tothetop {
	display: block;
	width: 100%;
	text-align: center;
}

.tothetop span {
	display: inline-block;
	margin: 0 auto;
	font-size: 25px;
	line-height: 25px;
	cursor: pointer;
}