@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: "SFO-Regular";
    src: url("fonts/SFO-Regular.woff");
}

@font-face {
    font-family: "SFO-Medium";
    src: url("fonts/SFO-Medium.woff");
}

::selection {
	color: #212121;
	background: #59d3fa;
}

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "SFO-Regular";
	color: #212121;
	scroll-behavior: smooth;
	hyphens: auto;
}

p, h1, h2, h3 {
    hyphens: auto;
}

.hyphenated-word::after {
    content: "\00AD"; /* Unicode-Zeichen für gestricheltes Trennzeichen */
}

body {
	background-color: #fafafa;
	/*cursor: url("images/cursor.svg"), auto;*/
	color: #212121;
	font-size: 26px;
}

div#wrapper {
	margin: 0px auto 0;
	/*max-width: 400px;*/
	overflow: hidden;
}


#menu {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #f1f1f1;
	z-index: 999;
	padding: 20px;
	display: none;
}

#menu ul.main_menu {
	margin-top: 100px;
	list-style: none;
	font-size: 38px;
	line-height: 42px;
	letter-spacing: -1px;
}

#menu ul.main_menu li {
	margin-bottom: 35px;
	font-family: "SFO-Medium" !important;
}

#menu ul.main_menu li a {
	margin-bottom: 35px;
	font-family: "SFO-Medium" !important;
	text-decoration: none;
}


#menu ul.options {
	margin-top: 80px;
	margin-left: 20px;
	list-style: none;
	letter-spacing: -1px;
}

#menu ul.options li {
	margin-bottom: 20px;
}

#menu ul.options li img {
	vertical-align: text-bottom;
}

#menu ul.options li a {
	margin-left: 15px;
}

#menu ul.options li a.correction {
	margin-left: 25px;
}


#menu_close {
	width: 40px;
	height: auto;
	position: absolute;
	top: 60px;
	right: 40px;
	cursor: pointer;
/*	mix-blend-mode: difference;
*/}


header {
	padding: 0px 20px 50px;
	width: 100%;
	height: auto;
	transition: all 0.12s;
	background-color: #59d3fa;
	background-image: url("images/bg_noise.jpg");
	background-size: cover;
	background-attachment: scroll;
	outline: 0px red solid;
	transition: background-color 2s ease-in-out;
}

.sfo_logo {
	margin: 40px 0px 60px 0px;
	width: 80px;
	height: auto;
	color: #FFFFFF !important;
}

#menu_button {
	width: 45px;
	height: auto;
	position: fixed;
	top: 60px;
	right: 40px;
	cursor: pointer;
/*	mix-blend-mode: difference;
*/}

.menu-hide {
	right: -40px !important;
	transition: ease-out 0.3s;
}

.nav-down {
	right: 40px !important;
	transition: ease-out 0.3s;
}

h1 {
	font-family: "SFO-Medium";
	font-size: 44px;
	letter-spacing: -2px;
	font-weight: normal;
    font-style: normal;
	color: #D3F4FF;
}

.logo_subline {
	color: #59d3fa;
	margin-top: 10px;
	margin-bottom: 30px;
	line-height: 30px;
	font-size: 26px;
}

.contact_header {
	font-size: 26px;
	color: #59d3fa;
}

/*a:after {
	content: " →";
	font-style: normal;
}*/

section {
	padding: 30px 20px;
	width: 100%;
	height: auto;
	transition: all 0.12s;
}


section img {
	max-width: 100%;
	height: auto;
}



.outline {
	border-left: 1px #212121 dashed;
	border-offset: -1px;
}

.ls_close {
	position: absolute;
	top: 20px;
	right: 20px;
}

h2 {
	font-family: "SFO-Medium";
	font-size: 40px;
	line-height: 48px;
	letter-spacing: -2px;
	margin: 20px 0 25px 0;
	hyphens: auto; 
	font-weight: normal;
     font-style: normal;
}

p {
	font-family: "SFO-Regular";
	font-size: 26px;
	line-height: 34px;
	letter-spacing: -1px;
	margin-bottom: 30px;
	font-weight: normal;
        font-style: normal;
}

.bold {
	font-family: "SFO-Medium";
}

.logos_under_p {
	margin: 10px 0px 0px 0px;

}

.logos_under_p_1 {
	margin: 10px 0px 0px 0px;
	height: 89px;
	width: auto;
}

.yellow {
	background-color: #59d3fa;
}

.yellow2 {
	background-color: #D3F4FF;
}

.black {
	background-color: #00174d;
}
.black h2, .black p {
	color: #D3F4FF;
}

h3 {
	color: #59d3fa;
	font-size: 30px;
	font-family: "SFO-Medium";
	line-height: 46px;
	letter-spacing: -2px;
	line-height: 34px;
	font-weight: normal;
    font-style: normal;
}

.client {
	display: block;
	margin: 0px auto;
	width: 230px;
	height: auto;
	padding: 20px 0 20px;
}

.client:first-child {
	padding-top: 20px;
}

.client:last-child {
	padding-bottom: 20px;
}



.sfo_portrait {
	max-width: 100%;
	height: auto;
	display: block;
}

.contact_qr {
	font-size: 38px;
	font-family: "SFO-Medium";
	letter-spacing: -1px;
	margin: 40px 0px;
	display: block;
}



.qr {
	width: 350px;
	margin-bottom: 60px;
}

.align_center {
	text-align: center;
}

footer {
	background-color: #212121;
	padding: 40px 20px 40px;
	
}

footer p {
	font-size: 16px;
	line-height: 21px;
	color: #f1f1f1;
	text-align: center;
	margin-top: 40px;
}

footer p a {
	font-size: 16px;
	line-height: 21px;
	color: #f1f1f1;
	text-align: center;
	margin-top: 40px;
}

footer img {
	margin-top: 15px;
}


.narrow {
		display: block;
	}
	
	.wide {
		display: none;
	}


#desktop_footer {
	display: none;
}


.impressum_link {
	
	font-size: 16px;
	line-height: 20px;
	color: #f1f1f1;
	text-align: center;
	margin-top: 60px;
	
	border: 0px solid #59d3fa;
	padding: 0;
	border-radius: 0px;
	text-decoration:underline;
	}











/* Medium devices such as tablets (768px and up) */
@media only screen and (min-width: 48em) {
	
	
	#menu {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #f1f1f1;
	z-index: 999;
	padding: 80px;
	display: none;
}


header {
	padding: 10px 60px 50px;

}
	
	section {
	padding: 30px 60px;
	width: 100%;
	height: auto;
	transition: all 0.12s;
}
	
	h1 {
	font-family: "SFO-Medium";
	font-size: 50px;
	letter-spacing: -2px;
	font-weight: normal;
    font-style: normal;
}
	
	h2 {
	font-family: "SFO-Medium";
	font-size: 46px;
	line-height: 54px;
	letter-spacing: -2px;
	margin: 20px 0 25px 0;
	hyphens: auto; 
	font-weight: normal;
     font-style: normal;
}

p {
	font-family: "SFO-Regular";
	font-size: 26px;
	line-height: 36px;
	letter-spacing: -1px;
	margin-bottom: 30px;
	font-weight: normal;
        font-style: normal;
}
	
	h3 {
	color: #59d3fa;
	font-size: 30px;
	font-family: "SFO-Medium";
	line-height: 46px;
	letter-spacing: -2px;
	line-height: 34px;
	font-weight: normal;
    font-style: normal;
}
	
	

	#left {
		width: 60%;
		height: 1000px;
		outline: 0px solid green;
		float: left;
		background-color: #59d3fa;
	}
	
	#right {
		width: 40%;
		height: 1000px;
		background-image: url("images/simonfrancisoles.jpg");
		background-size: cover;
		background-position: center center;
		outline: 0px solid red;
		float: right;
	}
	
	#left_contact {
		text-align: center;
		height: 600px;
		padding-top: 30px;
	}
	
	
	footer {
	background-color: #212121;
	padding: 40px 100px 40px;
		height: 400px;
	
}

footer p {
	font-size: 18px;
	line-height: 26px;
	color: #f1f1f1;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;
}

footer p a {
	font-size: 18px;
	line-height: 20px;
	color: #f1f1f1;
	text-align: center;
	margin-top: 60px;
	
	border: 1px solid #59d3fa;
	padding: 13px;
	border-radius: 1px;
	text-decoration: none;
	color: #59d3fa;
}

footer img {
	margin-top: 15px;
}
	
	#mobile_footer {
		display: none;
	}
	
	#desktop_footer {
		display: block;
	}
	
	.impressum_link {
	
	font-size: 18px;
	line-height: 20px;
	color: #f1f1f1;
	text-align: center;
	margin-top: 60px;
	
	border: 0px solid #59d3fa;
	padding: 0;
	border-radius: 0px;
	text-decoration:underline;
	}
	
	
	
	
}




































/* Largest devices such as desktops (1280px and up) */
@media only screen and (min-width: 70em) {
	
	#menu {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #f1f1f1;
	z-index: 999;
	padding: 30px 120px;
	display: none;
}

	
	#menu ul.main_menu {
	margin-top: 80px;
	list-style: none;
	font-size: 52px;
	line-height: 56px;
	letter-spacing: -2px;
}

#menu ul.main_menu li {
	margin-bottom: 50px;
	font-family: "SFO-Medium" !important;
}

#menu ul.main_menu li a {
	margin-bottom: 50px;
	font-family: "SFO-Medium" !important;
	text-decoration: none;
}
	
	


#menu ul.options {
	margin-top: 80px;
	margin-left: 20px;
	list-style: none;
	letter-spacing: -1px;
}

#menu ul.options li {
	margin-bottom: 30px;
}

#menu ul.options li img {
	vertical-align: text-bottom;
}

#menu ul.options li a {
	margin-left: 15px;
}

#menu ul.options li a.correction {
	margin-left: 25px;
}
	

header {
	padding: 40px 120px 100px;
	background-attachment: fixed;

}
	
	
	#menu_close {
	width: 40px;
	height: auto;
	position: absolute;
	top: 90px;
	right: 80px;
		cursor: pointer;
/*	mix-blend-mode: difference;
*/}
	
#menu_button {
	width: 45px;
	height: auto;
	position: fixed;
	top: 90px;
	right: 80px;
	cursor: pointer;
/*	mix-blend-mode: difference;
*/}

.menu-hide {
	right: -35px !important;
	transition: ease-out 0.3s;
}

.nav-down {
	right: 80px !important;
	transition: ease-out 0.3s;
}
	
	
	
	
	
	section {
	padding: 80px 250px 60px 120px;
	width: 100%;
	height: auto;
	transition: all 0.12s;
}
	
	h1 {
	font-family: "SFO-Medium";
	font-size: 80px;
	letter-spacing: -4px;
	font-weight: normal;
    font-style: normal;
}
	
	.logo_subline {
	color: #59d3fa;
	margin-top: 10px;
	margin-bottom: 60px;
	line-height: 36px;
	font-size: 34px;
		letter-spacing: -1px;
}

.contact_header {
	font-size: 34px;
	letter-spacing: -1px;
}
	
	.zurstandard {
	font-size: 32px;
	letter-spacing: -px;
}
	
	h2 {
	font-family: "SFO-Medium";
	font-size: 52px;
	line-height: 64px;
	letter-spacing: -2px;
	margin: 20px 0 25px 0;
	hyphens: auto; 
	font-weight: normal;
     font-style: normal;
		margin-bottom: 60px;
}

p {
	font-family: "SFO-Regular";
	font-size: 32px;
	line-height: 44px;
	letter-spacing: -1px;
	margin-bottom: 40px;
	font-weight: normal;
        font-style: normal;
}
	
	h3 {
	color: #59d3fa;
	font-size: 38px;
	font-family: "SFO-Medium";
	letter-spacing: -2px;
	line-height: 46px;
	font-weight: normal;
    font-style: normal;
}
	
	
.logos_under_p {
	margin: 20px 60px 60px 0px;
}
	
	.logos_under_p_1 {
	margin: 20px 60px 60px 0px;
}
	
	.logos_0 {
		width: 500px;
		margin-top: 40px;
	}
	
	
	
	.client {
	display: inline-block;
	margin: 0px auto;
	width: 250px;
	height: auto;
	padding: 60px 0 80px;
}

.client:first-child {
	padding-top: 80px;
}

.client:last-child {
	padding-bottom: 80px;
}



.sfo_portrait {
	max-width: 40%;
	height: auto;
	display: block;
	float: right;
}

.contact_qr {
	font-size: 38px;
	font-family: "SFO-Medium";
	letter-spacing: -1px;
	margin: 60px 0px;
	display: block;
}



.qr {
	width: 350px;
	margin-bottom: 60px;
}
	
	.narrow {
		display: none;
	}
	
	.wide {
		display: block;
	}
	
	.width_900 {
		min-width: 900px;
		height: auto;
		margin-bottom: 60px;
		margin-top: 100px;
	}
	
	.width_800 {
		min-width: 800px;
		height: auto;
		margin-bottom: 80px;
	}
	
	
	#left {
		width: 60%;
		height: 1000px;
		outline: 0px solid green;
		float: left;
		background-color: #59d3fa;
	}
	
	#right {
		width: 40%;
		height: 1000px;
		background-image: url("images/simonfrancisoles.jpg");
		background-size: cover;
		background-position: center center;
		outline: 0px solid red;
		float: right;
	}
	
	#left_contact {
		text-align: center;
		height: 600px;
		padding-top: 30px;
	}
	
	
	footer {
	background-color: #212121;
	padding: 40px 100px 40px;
		height: 400px;
	
}

footer p {
	font-size: 18px;
	line-height: 26px;
	color: #f1f1f1;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;
}

footer p a {
	font-size: 18px;
	line-height: 20px;
	color: #f1f1f1;
	text-align: center;
	margin-top: 60px;
	
	border: 1px solid #59d3fa;
	padding: 13px;
	border-radius: 1px;
	text-decoration: none;
	color: #59d3fa;
}

footer img {
	margin-top: 15px;
}
	
	#mobile_footer {
		display: none;
	}
	
	.impressum_link {
	
	font-size: 18px;
	line-height: 20px;
	color: #f1f1f1;
	text-align: center;
	margin-top: 60px;
	
	border: 0px solid #59d3fa;
	padding: 0;
	border-radius: 0px;
	text-decoration:underline;
	}

	
}









@media only screen and (max-height: 800px) and  (min-width: 1080px){
	
	#menu ul.main_menu {
	margin-top: 45px;
	list-style: none;
	font-size: 52px;
	line-height: 56px;
	letter-spacing: -2px;
}

#menu ul.main_menu li {
	margin-bottom: 30px;
	font-family: "SFO-Medium" !important;
}

#menu ul.main_menu li a {
	margin-bottom: 30px;
	font-family: "SFO-Medium" !important;
	text-decoration: none;
}
	
}
