@charset "utf-8";

@font-face {
	font-family: 'Suzuki';
	src: url('../fonts/Suzuki-Regular.otf'), url('../fonts/Suzuki-Regular.otf') format('otf'), url('../fonts/Suzuki-Regular.otf') format('truetype');
	font-weight: bold;
}
@font-face {
	font-family: 'Suzuki';
	src: url('../fonts/Suzuki-Bold.otf'), url('../fonts/Suzuki-Bold.otf') format('otf'), url('../fonts/Suzuki-Bold.otf') format('truetype');
	font-weight: bold;
}
@font-face {
	font-family: 'Suzuki';
	src: url('../fonts/Suzuki-Headline.otf'), url('../fonts/Suzuki-Headline.otf') format('otf'), url('../fonts/Suzuki-Headline.otf') format('truetype');
	font-weight: 900;
}

* {
	margin: 0;
	padding: 0;
}
html {
	width: 100%;	
}
body {
	position: relative;
	max-width: 100%;
	min-width: 320px;
	height: 100%;
	margin: 0 auto;
	font-family: 'Suzuki';
	background-color: #CCC;
	color: #000;
}

html.landing {
	height: 100%;
	overflow: hidden;
}
html.landing body {
	overflow: hidden;
	background-color: #333333;
}

a {
	outline-offset: 5px;
}

html.landing body > div {
	overflow: hidden;
	height: 100%;
}
ul {
	list-style-type: none;
	line-height: 400%;
	display: inline;
}
li {
	display: inline-block;
	padding: 0 8px;
	line-height: 100%;
	font-weight: 900;
}
nav a {
	display: block;
	text-decoration: none;
	color: #000;
}
#slider_wrapper {
	position: relative;
}
.desktop {
	display: initial;
}
/*
 * HEADER
 */
header {
	background-color: white;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header nav {
	position: relative;
	text-align: right;
	font-weight: 900;
}
header #btn_back {
	position: absolute;
	left: -10%;
	vertical-align: middle;
	line-height: 400%;
	color: #000;
}
header .logo-suzuki {
	width: 60px;
	height: 50px;
	margin: 0 0 0 10px;
}
/*
 * SECTION
 */
section {
	position: relative;
	width: 100%;
}
html.landing section {
	overflow: hidden;
}

#slider_desktop_container, #slider_mobile_container, #slider_desktop_container div #slider_mobile_container div {
	overflow: hidden;
}
#slider_desktop_container, #slides_desktop {
	display: block;
	width: 2500px;
	height: 1500px;
}
#slider_mobile_container, #slides_mobile {
	display: none;
	width: 640px;
	height: 640px;
}
#slides_desktop, #slides_mobile {
	min-width: 100%;
}
.background-image {
    background-repeat: no-repeat;
    background-position: center 0px;
}
#logo {
	position: absolute;
	top: 2%;
	right: 0;
	width: 150px;
	height: 150px;
}
#logo img,
#logo svg {
	width: 150px;
	height:150px;
}
#logo svg {
	background-color:#FFF;
	padding:10px 25px;
	box-sizing: border-box;
}

/* Bullets */
/*
 * if you want to change the height of the bullets,
 * you have to do it three times:
 * 1. in ".jssorb21"
 * 2. in ".jssorb21 div, .jssorb21 div:hover, .jssorb21 .av"
 * 3. in the javascript-file "js.js", variable called "initBulletHeight"
 *
 */
.jssorb21 {
	position: absolute;
	right: 32px;
	height: 16px;
	transform-origin: 100% 100%;
}
.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	cursor: pointer;
}
.jssorb21 div {
	background-color: white !important;
}
.jssorb21 div:hover, .jssorb21 .av:hover {
	background-color: gray;
}
.jssorb21 .av {
	background-color: #cc0000 !important;
}
.jssorb21 .dn, .jssorb21 .dn:hover {
	background-color: #cc0000;
}
/* Arrows*/
.jssora21l, .jssora21r {
	position: absolute;
	display: inline-block;
	width: 55px;
	height: 55px;
	cursor: pointer;
	background: url('../img/arrows.png') center center no-repeat;
}
.jssora21l {
	left: 20px;
	background-position: -3px -29px;
	transform-origin: 0% 0%;
}
.jssora21r {
	right: 20px;
	background-position: -55px -29px;
	transform-origin: 100% 0%;
}
.jssora21l:hover {
	background-position: -111px -29px;
}
.jssora21r:hover {
	background-position: -162px -29px;
}
.jssora21l.jssora21ldn {
	background-position: -219px -29px;
}
.jssora21r.jssora21rdn {
	background-position: -270px -29px;
}

/*
 * FOOTER
 */
footer {
	text-align: center;
	background-color: #333333;
	width: 100%;
	bottom: 0;
	position: relative;
}
footer nav ul li {
	border-bottom: 2px solid white;
	margin: 0 8px;
	font-size: 160%;
}
/*footer nav ul li:hover {
	border-bottom: 2px solid #cc0000;
}*/
footer nav ul li a {
	color: white;
}
/*
 * OVERLAY
 */
.overlay {
	position: absolute;
	width: 90%;
	height: calc(100% - 64px) !important;
	padding: 0 5%;
	z-index: 100;
	overflow-y: auto;
	background-color: #ccc;
	right: -200%;
	font-size: 0;
}
.nav-col {
	width: 33%;
	padding: 0;
	display: inline-block;
	list-style: none;
	vertical-align: top;
	text-align: left;
	font-size: 18px;
}
.nav-col li {
	display: block;
	padding-top: 25px;
	text-decoration: underline;
	color: #fff;
	font-weight: bold;
}
.nav-col li a {
	font-size: 18px;
	color: #fff;
}
.nav-col li a:hover {
	cursor: pointer;
}
ul:last-of-type.nav-col {
    margin-bottom: 32px;
}
.overlay h1, .overlay h2 {
	text-transform: uppercase;
	color: #000;
}
.overlay h1 {
	font-size: 26px;
	margin: 32px 0 0;
	font-weight: 900;
}
.overlay h2 {
	margin: 25px 0 3px 0;
	font-size: 18px;
	font-weight: bold;
}
.overlay p, .overlay a {
	font-size: 14px;
	color: #000;
}

a.pdf {
	display: block;
    background: url(../img/ico-pdf.png) left center no-repeat;
    padding: 8px 0px 12px 42px;
    margin: 10px 0 -15px;
}

/*
 * IMPRINT OVERLAY
 */
.imprint-wrap, .legal-wrap, .whistle-wrap {
	width: 33.3333%;
	display: inline-block;
	vertical-align: top;
	padding: 0 2%;
	box-sizing: border-box;
}
.whistle-wrap p:last-child {
	margin-bottom: 50px !important;
}

/*****************************************/
@media all and (max-width: 640px) {
	.desktop, .jssora21l, .jssora21r {
		display: none;
	}
	footer nav ul li {
		margin: 1%;
		font-size: 4vh;
	}
	footer nav ul {
		line-height: normal;
	}
	header #btn_back {
		padding-left: 6px;
	}
}
@media all and (max-width: 640px) and (orientation: portrait) {
	#slider_mobile_container, #slides_mobile {
		display: block;
	}
	#slider_desktop_container, #slides_desktop {
		display: none;
	}
	#logo {
		width: 90px;
		height: 90px;
		top: 4%;
	}
	#logo img,
	#logo svg {
		width: 90px;
		height: 90px;
	}
	#logo svg {
		padding: 10px 12px;
	}
	footer nav {
		padding: 1vh 0;
	}
	footer nav ul li {
		width: 50%;
	}
	/*
	 * OVERLAY
	 */
	.nav-col {
		width: auto;
		display: block;
	}
	.last {
		margin-bottom: 50px;
	}
	.nav-col  li {
		padding: 20px auto auto 0;
		padding-left: 0;
	}
	.nav-col li a {
		font-size: 16px;
	}
	/*
	 * IMPRINT OVERLAY
	 */
	.imprint-wrap, .legal-wrap, .whistle-wrap {
		width: 100%;
		display: block;
	}
	.imprint-wrap h1 {
		margin: 50px 0 20px 0;
	}
	.imprint-wrap {
		padding-top: 0;
	}
	.legal-wrap {
		padding-top: 20px;
	}
	.whistle-wrap {
		padding-top: 40px;
	}
	.imprint-wrap h2, .legal-wrap h2 {
		margin: 20px 0 3px 0;
	}
	.whistle-wrap p:last-child {
		margin-bottom: 30px;
	}
}
@media all and (max-width: 1000px) {
	/*
	 * for iOS
	 */
	#slider_desktop_container, #slides_desktop {
		width: 1000px;
		height: 600px;
	}
}


.legal-container {
	background-color: #ccc;
	padding: 0 5%;
}

@media (min-width: 640px) {
	.legal-container {
		display: flex;
	}
}

.legal-container a {
	color: black;
}

.legal-container h1, .legal-container h2 {
	text-transform: uppercase;
	color: #000;
}

.legal-container h1 {
	font-size: 26px;
	margin: 32px 0 0;
	font-weight: 900;
}

.legal-container h2 {
	margin: 25px 0 3px 0;
	font-size: 18px;
	font-weight: bold;
}

.legal-container p, .legal-container a {
	font-size: 14px;
	line-height: 1.3;
	color: #000;
}

.legal-container ul {
	list-style-type: disc;
	line-height: 1.2;
}

.legal-container ul li {
	display: list-item;
	margin: 0 0 0 25px;
	padding: 0 0 0 10px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
}