/* CSS Document */
@font-face {
  font-family: Karla;
  src: url("Karla-Regular.ttf");
}

html {
  scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	background-color: #FFF;
}

p {
	margin: 0;
	padding: 0;
}

h1 {
	font-weight: 550;
	margin-bottom: 50px;
}

h4 {
	font-size: 9pt;
	font-weight: 500;
	margin: 0;
	padding: 0;
}
a {color: #fff; text-decoration: none; z-index: 100}
a:hover {color: #fff; text-decoration: none; z-index: 100}
a:visited {color: #fff; text-decoration: none; z-index: 100}
a:active {color: #fff; text-decoration: none; z-index: 100}

a.sub {color: #96BACC; text-decoration: none; z-index: 100}
a.sub:hover {color: #96BACC; text-decoration: none; z-index: 100}
a.sub:visited {color: #96BACC; text-decoration: none; z-index: 100}
a.sub:active {color: #96BACC; text-decoration: none; z-index: 100}

.contentwrapper {
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: auto;
}
.navigation_bg {
	position: fixed;
	top: 0px;   /* navi change for home page */
	height: 100px;
	width: 100%;
	max-width: 1920px;
	box-sizing: border-box;
	background: #5589E4;
	z-index: 49;
	transition: .3s;
}
.navigation {
	position: fixed;
	top: 0px;      /* navi change for home page */
	height: 100px;
	width: 100%;
	max-width: 1920px;
	padding-left: 50px;
	box-sizing: border-box;
	z-index: 100;
	transition: .3s;
}
.navigation_logo {
	position: absolute;
	top: 10px;
	left: 150px;
	height: 80px;
	box-sizing: border-box;
	z-index: 105;
}
.navigation_logo_mobile {
	width: 350px;
	margin: auto;
	margin-bottom: 150px;
	box-sizing: border-box;
	position: relative;
}
.navigation_menu {
	position: absolute;
	top: 0;
	left:  0;
	right: 0;
	display: flex;
	justify-content:center;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	height: 100%;
	box-sizing: border-box;
	z-index: 100;
}
.navigation_links {
	width: 100%; 
	text-align: center; 
	box-sizing: border-box;
}
.navigation_socials {
	position: absolute;
	top: 0;
	right: 150px;
	display: flex;
	align-content: flex-end;
	align-items:center;
	text-align: right;
	width: fit-content;
	height: 100px; 
	box-sizing: border-box; 
	font-size: 10pt;
	color: #fff;
	z-index: 550;
}
.navigation_mobile {
	position: absolute;
	right: 0;
	align-content: center;
	align-items: center;
	justify-content: flex-end;
	box-sizing: border-box; 
	padding: 0px 50px;
	display: none;
	cursor: pointer;
	z-index: 250;
	width: fit-content;
}
.mobile_menu {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #F9F9F9;
	z-index: 1000;
	height: 100%;
	display: none;
}
.mobile_menu_header {
	position: absolute;
	display: flex;
	align-content: center;
	align-items: center;
	right: 0;
	height: 250px;
	width: fit-content;
	padding: 50px;
	margin: 0;
	box-sizing: border-box;
}
.mobileMenuImages {display: block}
.mobileMenuFooter{position: absolute; bottom: 60px; left: 0; right: 0; text-align: center; font-size: 25pt; z-index: 100;}
.mobleMenuLinkBox{margin-top: 400px; z-index: 1000}
.navi_mobile_close {
	position: relative;
	padding: 0;
	margin: 0;
	display: flex;
	align-content: center;
	align-items: center;
	box-sizing: border-box;
	height: 250px;
}
.navi_single_link {
	position: relative;
	display: inline-flex;
	padding: 0;
	margin: 0;
  }
.navi_single_link:hover .animationbox .animation {width: 100%;}
.animation {
	width: 0%;
	height: 100%;
	margin: auto;
	transition: .3s;
	border-bottom: 2px solid #E0F1FF;
}
.animationbox {
	position: absolute;
	top: 0;
	left: 40px;
	right: 40px;
	bottom: 0;
	z-index: 90;
}
.navi_item {
	margin: 5px 40px;
	font-weight: 600;
	cursor: pointer;
	z-index: 11;
}
.socials {width: 100px;}
.spacer {margin-right: 20px;}
.inverted {filter: invert(0);}

.content {
	position: relative;
	margin-top:  0px;
	z-index: 10;
	padding: 200px 170px 50px 50px;
	box-sizing: border-box;
	margin-right: 30%;
	font-size: 15pt;
	font-weight: 350;
}

.contentbox {
	width: 100%;
	padding: 20px 150px;
	box-sizing: border-box;
}
.break {
  flex-basis: 100%;
  height: 0;
}
.boxtitles {height: 70px;}

.aboutbox {
	background-color: #F2F5F8;
	margin-top: 100px;
	padding-top: 150px;
	padding-bottom: 100px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
.aboutimg {
	width: 40%;
	flex-basis: 40%;
	box-sizing: border-box;
	margin-top: 120px;
}
.aboutimgfile {max-width: 500px;}
.aboutcontent {
	width: 60%;
	flex-basis: 60%;
	box-sizing: border-box;
}
.abouttext {margin-bottom: 40px;}
.abouticons{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.icons {
	width: 80px;
	margin-bottom: 10px;
}
.abouticonswrapper {
	text-align: center;
	font-size: 9pt;
	color: #000;
	width: fit-content;
	max-width: 80px;
	margin: 0px 20px;
}
.pdfButtonBox {
	width: 100%; 
	text-align: center; 
	margin-top: 50px;
}
.razorhim {
	box-sizing: border-box;
	position: relative;
	background-color: #FBFFF9;
	padding: 100px 250px;
	display: flex;
	flex-wrap: wrap;
	align-content:center;
	justify-content: flex-start;
	z-index: 10;
	min-height: 800px;
	overflow: hidden;
}
.razorhimcontent {width: 60%;}
.razorhimimg {
	transform: rotate(10deg);
	z-index: 5;
	position: absolute;
	right: 200px;
	top: 50px;
}
.razorHimBigImage{width: 90%}
.razorher {
	box-sizing: border-box;
	position: relative;
	background-color: #F2F8FD;
	padding: 100px 250px;
	display: flex;
	flex-wrap: wrap;
	align-content:center;
	justify-content: flex-end;
	z-index: 10;
	min-height: 800px;
	overflow: hidden;
}
.razorherimg {
	transform: rotate(-5deg);
	z-index: 5;
	position: absolute;
	left: 200px;
	top: 50px;
}
.razorHerBigImage{width: 100%}
.razoronceimg {
	transform: rotate(10deg);
	z-index: 5;
	position: absolute;
	right: 200px;
	top: 100px;
}
.razorOnceBigImage{width: 100%}

.contact {
	box-sizing: border-box;
	position: relative;
	background-color: #f2f5f8;
	background-image: url("../img/contactbg.png");
	background-position: center;
	background-size: cover;
	padding: 100px 250px;
	display: flex;
	flex-wrap: wrap;
	align-content:center;
	justify-content: center;
	z-index: 10;
	min-height: 800px;
	overflow: hidden;
}

.impressum {
	box-sizing: border-box;
	position: relative;
	background-color: #f2f5f8;
	padding: 100px 250px;
	display: flex;
	flex-wrap: wrap;
	align-content:center;
	justify-content: center;
	z-index: 10;
	min-height: 800px;
	overflow: hidden;
	font-size: 16pt;
}
.impressumLeft {
	width: 30%; text-align: right; margin-right: 20px;
}
.impressumRight {
	width: 30%; margin-left: 20px
}

.datenschutz {
	box-sizing: border-box;
	position: relative;
	background-color: #f2f5f8;
	padding: 150px 250px;
	display: flex;
	flex-wrap: wrap;
	align-content:center;
	justify-content: center;
	z-index: 10;
}

.datenschutztext {
	width: 60%; 
	text-align: left; 
	margin: auto;
}
.contactform {
	width: 50%;
	margin: auto;
}

.pusher {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	text-align: center;
	z-index: 10000;
}

.contentdesignbox {
	width: 130px;
	height: 45px;
	display: inline-block;
	margin-right: 2px;
}

.text {
	padding: 0px 0px 30px 0px;
	line-height: 1.5;
	font-size: 16pt;
}

.textInfo {color: #5589E4;}

.SGSButton {
	background: #5589E4; 
	border-radius: 20px;  
	padding: 10px 20px; 
	width: fit-content; 
	margin: auto; 
	color: #FFF; 
	font-weight: 700; 
	transition: .5s;
}
.SGSButton:hover {background: #4071C8; }

.formlabel {
	font-size: 9pt;
	color: #000;
	font-weight: 600;
}
.inputfield {
	height: 40px; 
	border-radius: 6px; 
	border: 1px solid #B0DEF1;
	box-sizing: content-box; 
	margin: 0; 
	padding: 0;
	margin-bottom: 15px;
}
.formbutton {
	background-color: #5589E4;
	border-radius: 6px;
	height: 40px;
	width: 100%;
	border:1px solid #4C7CD0;
	color: #FFF;
	font-size: 12pt;
	transition: .2s;
	cursor: pointer;
}
.formbutton:hover {
	background-color: #4871B8;
	border:1px solid #3F619C;
}

.footer {
	padding: 20px 0px;
	width: 100%;
	max-width: 1920px;
	margin: auto;
	background-color: #5589E4;
	text-align: center;
	color: #D9E4ED;
	font-size: 9pt;
}

button:disabled,
button[disabled] {
        border: 1px solid #999999;
        background-color: darkgrey;
        color: #fff;
        cursor: not-allowed;
    }
button:disabled:hover,
button[disabled]:hover {
        border: 1px solid #999999;
        background-color: darkgrey;
        color: #fff;
        cursor: not-allowed;
    }

@keyframes bounce { 
  0% { transform: translateY(0); }
  100% { transform: translateY(-50px); }
}
.arrow {
	animation: bounce 0.8s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	width: 70px; opacity: .5; margin-bottom: 20px; 
	cursor: pointer;
	z-index: 1000;
}

@media only screen and (max-width: 1600px) {
	.contentbox {padding: 20px 100px;}
	.aboutimgfile {max-width: 400px;}
	.icons {width: 50px;}
	.text {font-size: 12pt;}
	.razorhimimg {right: 150px;}
	.razorHimBigImage{width: 80%}
	.razorherimg {left: 150px;}
	.razorHerBigImage{width: 90%}
	.razoronceimg {right: 150px;}
	.razorOnceBigImage{width: 90%}
}

@media only screen and (max-width: 1366px) {
	.contentbox {padding: 20px 50px;}
	.aboutimgfile {max-width: 300px;}
	.aboutimg {
		width: 35%;
		flex-basis: 35%;
	}
	.aboutcontent {
		width: 65%;
		flex-basis: 65%;
	}
	.icons {width: 50px;}
	.text {font-size: 12pt;}
	.razorhimimg {right: 50px;}
	.razorHimBigImage{width: 80%;}
	.razorherimg {left: 50px;}
	.razorHerBigImage{width: 90%;}
	.razoronceimg {right: 90px;}
	.razorOnceBigImage{width: 90%;}
}

/* von hier mobile view */
@media only screen and (max-width: 1280px) {
  /* For tablets: */
a {color: #000; text-decoration: none; z-index: 100; font-size: 45pt}
a:hover {color: #000; text-decoration: none; z-index: 100}
a:visited {color: #000; text-decoration: none; z-index: 100}
a:active {color: #000; text-decoration: none; z-index: 100}
	
a.footerlink {color: #96BACC; text-decoration: none; z-index: 100; font-size: 25pt}
a.footerlink:hover {color: #96BACC; text-decoration: none; z-index: 100; font-size: 25pt}
a.footerlink:visited {color: #96BACC; text-decoration: none; z-index: 100; font-size: 25pt}
a.footerlink:active {color: #96BACC; text-decoration: none; z-index: 100; font-size: 25pt}
	
h1 {font-size: 45pt;}
h3 {font-size: 30pt;}
h4 {font-size: 20pt;}	
h5 {font-size: 25pt;}
.navigation_bg {height: 250px;}
.navigation {height: 250px; padding-left: 0;}
.mobile_menu {display: none;}
.navigation_logo {padding: 10px; height: 230px; left: 10px}
.navigation_links {display: none;}
.navi_single_link {
	width: fit-content;
	position: relative;
	display: block;
	margin:auto;
	margin-bottom: 120px;
  }
.navigation_socials {display: none;}
.navigation_mobile {display: flex; height: 100%; z-index: 200}

.contentwrapper {
	margin-top: 250px;
}
.contentbox {
	width: 100%;
	padding: 150px 20px 150px 20px;
	box-sizing: border-box;	
}	
.aboutimg {
	margin-top: 100px;
	width: 100%;
	flex-basis: 100%;
	box-sizing: border-box;
	text-align: center;
}
.aboutimgfile {
	width: 80%;
	max-width: 80%;
}
.aboutcontent {
	width: 100%;
	flex-basis: 100%;
	box-sizing: border-box;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 0px;
	
}
.abouticons{
	flex-wrap: wrap;
	width: 100%;
	margin: auto;
}
.icons {
	width: 80%;
	margin-bottom: 10px;
}

.abouticonswrapper {
	text-align: center;
	font-size: 20pt;
	color: #000;
	width: 25%;
	max-width: 25%;
	margin: 50px 20px;
	box-sizing: border-box;
}

.razorhimrazorhim {padding: 100px 50px 900px 50px;}
.razorher {padding: 100px 50px 900px 50px;}
.razorhim {padding: 100px 50px 900px 50px;}
.razorhimcontent {width: 100%;}
.razoronceimg {
	right: 700px;
	top: 700px;
}
	
.razorherimg {
	left: 200px;
	top: 1200px;
}
.razorhimimg {top: 900px;}
.razorHimBigImage{width: 100%}
.razorHimBigImage{width: 90%}
.razorOnceBigImage{width: 100%}
.razoronceimg {right: 200px;}
.razorherimg {left: 200px;}
.razorhimimg {right: 200px;}
	
.razoronceimg {
	right: 200px;
	top: 1000px;
}
	
.contact {
	height: auto;
	padding: 250px 20px;
}
.contactform {
	width: 100%;
	margin: auto;
	margin-bottom: 100px;
}
	
.formlabel {
	font-size: 25pt;
	color: #000;
	font-weight: 600;
}
.inputfield {
	height: 100px; border-radius: 6px; border: 1px solid #B0DEF1;
	box-sizing: content-box; margin: 0; padding: 0;
	margin-bottom: 25px;
}
.formbutton {
	background-color: rgba(85,137,228,1);
	border-radius: 6px;
	height: 100px;
	width: 100%;
	border:1px solid rgba(76,124,208,1.00);
	color: #FFF;
	font-size: 30pt;
	transition: .2s;
	cursor: pointer;
}

.datenschutz {padding: 20px;}
.datenschutztext {
	width: 100%; 
	text-align: left; 
	margin: auto;
}
	

	.impressumLeft {
		width: 45%;
	}
	.impressumRight {
		width: 45%;
	}

.pusher {display: none;}	
.text {
	padding: 0px 0px 30px 0px;
	line-height: 1.5;
	font-size: 30pt;
}
.footer {font-size: 25pt;}
	
	@media only screen and (orientation:landscape)  {
	h1 {font-size: 25pt;}
		.contentwrapper {
	margin-top: 100px;
}
	.mobile_menu_header {
		right: 50px;
		top: 10px;
		height: 80px;
		padding: 0px;
	}
	.mobileMenuImages {display: none}
	.mobileMenuFooter{font-size: 10pt;bottom: 5px;}
	.mobleMenuLinkBox{margin-top: 5px; z-index: 1000}
	.mobileMenuLogoLandscape {display: none;}
	.navi_single_link {margin-bottom: 30px;}
	a {font-size: 25pt}
	.contentbox {padding: 40px 20px 400px 20px;}	
	.razorhim {padding: 20px 50px 400px 50px;}
	.razorher {padding: 20px 50px 400px 50px;}
	.razoronceimg {
		right: 400px;
		top: 300px;
	}
	.razorherimg {
		left: 250px;
		top: 350px;
	}
	.razorhimimg {right: 400px; top: 300px;}
	.navigation_bg {height: 100px;}
	.navigation {height: 100px; padding-left: 0;}
	.text {font-size: 10pt;}
	.icons {width: 40%;}
	.aboutimg {margin-top: 20px;}
	.aboutbox {
	background-color: #F2F5F8;
	margin-top: 0px;
	padding-top: 150px;
	padding-bottom: 100px;
}
	.abouticons p{font-size: 9pt;}
	.abouticonswrapper {margin: 10px 10px;}
	.aboutimgfile {max-width: 300px;}
	.navigation_logo {padding: 10px; height: 80px; left: 10px}
	.socials {width: 70px;}
	.aboutimg {margin-top: 0px;}
	.SGSButton {
	border-radius: 28px;  
	font-size: 14pt;
}
}
}
