@CHARSET "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, img, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, hgroup, menu, nav, summary, time, mark, audio, video, header, footer {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

@font-face{font-family:'gt_walsheim_regular';src:url("../fonts/GT-Walsheim-Regular.eot");src:url("../fonts/GT-Walsheim-Regular.eot?#iefix") format("embedded-opentype"),url("../fonts/GT-Walsheim-Regular.woff") format("woff"),url("../fonts/GT-Walsheim-Regular.ttf") format("truetype"),url("../fonts/GT-Walsheim-Regular.svg#gt_walsheim_regular") format("svg");font-weight:400;font-style:normal}
@font-face{font-family:'gt_walsheim_oblique';src:url("../fonts/GT-Walsheim-Regular-Oblique.eot");src:url("../fonts/GT-Walsheim-Regular-Oblique.eot?#iefix") format("embedded-opentype"),url("../fonts/GT-Walsheim-Regular-Oblique.woff") format("woff"),url("../fonts/GT-Walsheim-Regular-Oblique.ttf") format("truetype"),url("../fonts/GT-Walsheim-Regular-Oblique.svg#gt_walsheim_regular_oblique") format("svg");font-weight:400;font-style:normal}

html {
    overflow-y: scroll;
    text-rendering: optimizelegibility;
}
ol, ul {
    list-style: outside none none;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, img {
    display: block;
}
blockquote, q {
    quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
    content: none;
}
body {
	color: #575756;
	font-family: gt_walsheim_regular !important;
	text-transform: lowercase;
	font-size: 20px;
    line-height: 120%;
	padding: 112px 0 0 0;
	background: #fff;
	}

a {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    color: #575756;
    text-decoration: none;
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

figure {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display:block;
}

figure iframe {
	margin: 0;
	display:block;
}


#header {
    height: auto;
    background: #fe5000;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
}

#header #logo h1 a {
	display: block;
	text-indent: -9999px;
	width: 202px;
	height: 96px;
	cursor: pointer;
	overflow: hidden;
	float: left;
	background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url('../img/logo-rhino.svg');
    background-origin: padding-box;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 169px 50px !important;
	margin: 8px 0 8px 60px;
}

#header button {
	display: block;
	border: 0;
	float: right;
	width: 37px;
	height: 35px;
	text-indent: -99999px;
	margin: 41px 60px 0 0;
	cursor: pointer;
	background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url('../img/menue_auswahl.svg');
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 37px 29px !important;
	}

#header button.languages {
	margin: 41px 40px 0 0;
	background-image: url('../img/globe.svg');
	background-size: 35px 35px !important;
}

#header button.content:hover {
	background-image: url('../img/menue_auswahl.svg');
	}


.fullframe {
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	background-position: center 0px;
	height: auto;
	transition: all 1.5s ease 0s;
}

#homeBanner {
	background: #fff url('../img/01_header.jpg') center center no-repeat; background-size: cover;
}

#intro_video_1 {
	background: #ffffff;
    bottom: 0;
    padding: 0;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    right: 0;
    width: auto;
    z-index: -100;
}

#homeBanner #bg-overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.15);
    display: inline-block;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 89;
}

#homeBanner #bannerText {
	opacity: 0;
	/*transition: all 1.5s ease 0s; */
}

#homeBanner #bannerText h2 {
	color: #ffffff;
	font-size: 50px;
  line-height: 35px;
}

#downButton {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url('../img/scroll_down.svg');
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 66px 66px !important;
    bottom: 45px;
    cursor: pointer;
    display: block;
    height: 72px;
    left: 0;
    margin: 0 auto;
    opacity: 1;
    position: absolute;
    right: 0;
    text-align: left !important;
    transition: all 0.5s ease 0s;
    width: 72px;
    z-index: 99;
}

#downButton:hover {
	background-size: 72px 72px !important;
	opacity: 1;
	}

#readBanner {
	background: url("../img/bg_lesen2020.jpg") no-repeat fixed center center / cover transparent;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	background-position: center 0px;
	height: auto;
	}

#readBanner p {
	color: #fe5000;
	font-size: 58px;
	padding: 5% 10%;
	width: 80%;
	line-height: 130%;
	text-align: center;
	}

#readBanner p strong {
	font-weight: normal;
	background: #fe5000;
	color: #fff;
	padding-left: 0.2em;
	padding-right: 0.2em;
	}

#seeBanner {
	background: #fff;
	padding: 0;
	}

#calalogBanner {
  width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	height: auto;
	background-color: #E5E5E5;
	}

#calalogBanner a.download {
  display: block;
  width: 90%;
  max-width: 310px;
  margin: 10px auto 0 auto;
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0 3px 6px 0 rgba(66,66,66,0.8);
  text-align: center;
  overflow: hidden;
}

#calalogBanner a.download img {
  width: 100%;
  height: auto;
}

#calalogBanner a.download span {
  display: block;
  font-size: 24px;
  line-height: 28px;
  color: #000;
  margin: 27px 0 40px 0;
  text-transform: none;
}

#calalogBanner a.download span.button {
  display: inline-block;
  margin: 10px 0 0 0;
  background-color: #FE5000;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 30px;
  padding: 15px 38px;
  border-radius: 8px;
}

#calalogBanner a.download:hover span.button {
  background-color: #919191;
}

#teamBanner {
	min-height: 680px;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	background-position: center 0px;
	height: auto;
	background: url("../img/bg_team.svg") no-repeat fixed center center / cover transparent;
	}

#contactBanner {
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	background-position: center 0px;
	height: auto;
	background: url("../img/bg_contact2020.jpg") no-repeat fixed center center / cover transparent;
	}

.half {
	width: 50%;
	margin: 0;
	padding: 80px 0;
	float: left;
	}

.half.center {
	width: 70%;
	margin: 0 15%;
	padding: 80px 0;
	float: left;
	}

.half.center p {
	width: 100%;
	text-align: center;
}

.half .col{
	width: 320px;
	height: auto;
	margin: 0 0 0 30px;
	}

.half .col.left{
	float:right;
	margin: 0 30px 0 0;
	}

.half .col img {
	width: 200px;
	height: 200px;
	margin: 0 60px 20px 60px;
	}

.half .col p {
	width: auto;
	text-align: center;
	}

.half .col p span {
	font-size: 80%;
	}

.half .col p em {
	font-size: 80%;
	font-family: gt_walsheim_oblique !important;
	}

.half .col p a {
	text-decoration: none;
	}

.half .col p a:hover {
	color: #999;
	}

.full {
	width: 580px;
	position: absolute;
	left: 50%;
	}

.full p {
	width: 100%;
	text-align: center;
	margin: 560px 0 0 -280px;
	}


#footer {
	padding: 8px 0;
	width: 100%;
	height: auto;
	background: #444;
	overflow: hidden;
	width: 100%;
	margin: 0;
	position: relative;
	}

#footer p {
	color: #b6b6b6;
	line-height: 120%;
	font-size: 80%;
	float: left;
	margin: 16px 0 16px 60px;
	}

#footer p .imprint:hover {
	color: #888;
	cursor: pointer;
	}

.menue {
	position: fixed;
	z-index: 600;
	top: 0;
	display: none;
	right: 0;
	width: 100%;
	height: 100% !important;
	background: #e6e6e6;
	}

.menue#content {
	z-index: 600;
}

.menue#languages {
	z-index: 601;
}

.menue button {
	display: block;
	border: 0;
	float: right;
	width: 33px;
	height: 33px;
	text-indent: -99999px;
	margin: 39px 61px 0;
	cursor: pointer;
	background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url('../img/schliessen.svg');
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 33px 33px !important;
	}

.menue ul {
	width: 100%;
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

.menue ul li {
	width: 100%;
	text-align: center;
	color: #fe5000;
	font-size: 40px;
	line-height: 40px;
	padding: 15px 0;
	cursor: pointer;
	}

.menue ul li:hover {
	color: #fff;
	}

.menue ul li a {
	color: #fe5000;
	}

.menue ul li a:hover {
	color: #ffffff;
	}

.menue ul li a.selected {
	color: #575756;
	}

.menue ul li a.selected:hover {
	color: #575756;
	}

.menue ul li a.facebook, .menue ul li a.twitter, .menue ul li a.instagram {
	text-indent: -99999px;
	width: 40px;
	height: 40px;
	display: inline-flex;
	background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40px 40px !important;
    margin: 20px 5px 0 5px;
    transition: all 0.5s ease 0s;
}

.menue ul li a.facebook {
	background-image: url('../img/facebook.svg');
	}

.menue ul li a.twitter {
	background-image: url('../img/twitter.svg');
	}

.menue ul li a.instagram {
	background-image: url('../img/instagram.svg');
	}

.menue ul li a:hover {
	opacity: 0.8;
	}


/* imprint overlay */
#imprint {
	position: fixed;
	z-index: 700;
	top: 0;
	display: none;
	left: 0;
	width: 100%; !important;
	height: 100% !important;
	background: #444;
	overflow: scroll;
}

#imprint button {
	display: block;
	position: fixed;
	border: 0;
	top: 0;
	right: 0;
	width: 33px;
	height: 33px;
	text-indent: -99999px;
	margin: 39px 61px 0;
	cursor: pointer;
	background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url('../img/schliessen.svg');
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 33px 33px !important;
	}

#imprint .half .col ul {list-style-type: circle;}

#imprint .half .col p, #imprint .half .col li {
	color: #b4b4b4;
	font-size: 80%;
	}

#imprint .half .col p a, #imprint .half .col li a {
	color: #b4b4b4;
	}

#imprint .half .col p a:hover, #imprint .half .col li a:hover {
	color: #888;
	}

.swiper-container {
width: 100%;
height: auto;
}


.swiper-slide img {
	width: 100%;
	height: auto;
}

#seeBanner .swiper-container .swiper-wrapper .swiper-slide p {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 80%;
	font-family: gt_walsheim_regular !important;
	margin: 20px 0 40px 0;
	}

#seeBanner .swiper-container .swiper-wrapper .swiper-slide p em {
	font-family: gt_walsheim_oblique !important;
	}

/* iOS */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
	#readBanner, #teamBanner, #contactBanner {
    	background-attachment: scroll;
	}
	#readBanner  {
		padding: 0 0 110px 0;
	}
}

/* general mobile stuff */
@media (max-width: 767px) {

	body {
		padding: 70px 0 0 0;
	}
	#header #logo h1 a {
    background-image: url('../img/logo-rhino.svg') center center no-repeat;
    margin: 20px 0 20px 20px;
		background-size: 113px 33px !important;
		width: 113px;
		height: 34px;
	}
	#header button  {
		margin: 22px 20px 0 0;
	}

	#header button.languages {
	 margin: 22px 30px 0 0;
	}

	#downButton {
		bottom: 25px;
	}

	#readBanner, #teamBanner, #contactBanner {
    	background-attachment: scroll;
	}
	#readBanner  {
		padding: 0 0 110px 0;
	}

	.half {
    float: left;
    margin: 0;
    padding: 40px 10%;
    width: 80%;
	}

	.half .col.left, .half .col.right {
	width: 100%;
	float: left;
	margin: 0;
	}

	.half .col img {
	padding: 0 0 20px 0;
	display: block;
	margin: 0 auto;
	}

	#footer p {
		margin: 12px 0 12px 20px;
	}

	#menue button {
		margin: 39px 21px 0;
	}

}

@media (max-width: 450px) {

		#footer {
			padding: 12px 0;
		}

		#footer p {
			margin: 0;
			width: 100%;
			text-align: center;
			line-height: 20px;
		}
	}

@media (max-width: 400px) {
	body {
		padding: 65px 0 0 0;
	}
	#header #logo h1 a {
    display: block;
    margin: 15px 0 20px 15px;
	}

	#readBanner  {
		padding: 0 0 20px 0;
	}

	#menue ul li {
		font-size: 30px;
		line-height: 30px;
	}

	#header button {
		margin: 25px 16px 0 0;
		width: 27px;
		height: 21px;
	    background-size: 27px 21px !important;
	}

	#header button.languages {
	 	margin: 25px 20px 0 0;
		width: 24px;
		height: 24px;
		background-size: 24px 24px !important;
	}

	.swiper-container-horizontal > .swiper-pagination {
		bottom: 4px;
	}

	#menue ul li a {
		width: 30px;
		height: 30px;
	    background-size: 30px 430px !important;
	    margin: 20px 5px 0 5px;
	}

	#menue button, #imprint button {
		width: 22px;
		height: 22px;
		margin: 38px 18px 0;
		background-size: 22px 22px !important;
	}
}

@media (min-width: 768px) {
	.half.center {
		width: 50%;
		margin: 0 25%;
		padding: 80px 0;
		float: left;
	}

	.menue {
		width: 50%;
	}
}
