@charset "utf-8";
/* CSS Document */

/* asap-regular - latin */
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/asap-v24-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/asap-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/asap-v24-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/asap-v24-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/asap-v24-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/asap-v24-latin-regular.svg#Asap') format('svg'); /* Legacy iOS */
}

/* asap-700 - latin */
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/asap-v24-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/asap-v24-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/asap-v24-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/asap-v24-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/asap-v24-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/asap-v24-latin-700.svg#Asap') format('svg'); /* Legacy iOS */
}
/* barlow-semi-condensed-600 - latin */
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/barlow-semi-condensed-v14-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/barlow-semi-condensed-v14-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/barlow-semi-condensed-v14-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/barlow-semi-condensed-v14-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/barlow-semi-condensed-v14-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/barlow-semi-condensed-v14-latin-600.svg#BarlowSemiCondensed') format('svg'); /* Legacy iOS */
}


body {
    -webkit-text-size-adjust: 100%;
}
body, html{
	font-family: 'Asap', sans-serif;
	font-size:16px;
}
a {
	color: #6c1d45;
	text-decoration: none;
	background-color: transparent;
}
a:hover {
	color: #6c1d45;
}
.row > .col,
.row > [class*="col-"] {
      padding-right: 50px;
      padding-left: 50px;
}
section {
}
.header {
	height: 100vh;
}
.header .row {
	height: 100%;
}
.navwrap {
	background-color: #6c1d45;
	display: flex;
	padding: 7.5% 3.5% !important;
	flex-direction: column;
	align-items: center;
}
.logo, .mainav  {
  max-width:200px;
}
.logo img {
	width: 100%;
	height: auto;
}
.mainav {
	position: relative;
	/* bottom: 10vh; */
	font-family: 'Barlow Semi Condensed', sans-serif;
	flex-grow: 1;
	display: flex;
}
ul.nav {
	flex-direction: column;
	justify-content: flex-end;
}
ul.nav li a {
	color: #fff;
	text-decoration: none;
	font-size: 1.5rem;
	line-height: 2;
	text-transform: uppercase;
}
.hero {
	font-family: 'Work Sans', sans-serif;
	background-image: url('../images/CZI4894.jpg');
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
}
.hero p {
	color: #fff;
	font-size: 2.375rem;
	line-height: 1.2;
	width: 35%;
	position: absolute;
	right: 5vw;
	bottom: 15vw;
	margin-bottom: 0;
	max-width: 400px;
}
.hero p .underline{
	color: #fff;
}
.underline {
	text-decoration: underline;
}
.light-bg {
	padding: 7.5% 7.5% 0;
	color: #444444;
}
.dark-bg {
	padding: 0 7.5% 7.5%;
	background-color: #6c1d45;
	color: #ffffff;
	overflow: hidden;
	margin-top: 7.5% !important;
}
.dark-bg a {
	color: #fff;
}
.dark-bg > div {
}
.img-wrap {
	position: relative;
	margin-bottom: 5rem;
}
.bg-offset {
	display: block;
	width: 140vw;
	height: 50%;
	position: absolute;
	background-color: #fff;
	left: 0;
	z-index: 2;
	margin-left: calc(-20% - 50px);
}
.dark-bg .portrait {
	padding-top: 10rem;
	padding-bottom: 5rem;
}
.dark-bg .partner {
    padding:0 10%;
}
.content h1, .footer h1{
	font-size: 3.375rem;
	font-family: 'Barlow Semi Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 3rem;
}
.content h4, .footer h4{
	font-size: 1rem;
	font-family: 'Barlow Semi Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 3px;
	line-height: 1.2;
	margin-bottom: 1.5rem;
}
.content p {
	font-size: 1.5rem;
	line-height: 1.4;
}
.content ul {
	padding-left: 20px;
	list-style-type: '•  ';
}
.content ul li {
	font-size: 1.5rem;
}
.content .row img {
	width: 100%;
	margin-bottom: 0;
	z-index: 3;
	position: relative;
	opacity: 1;
}
.align-right {
	text-align: right;
}
.footer.light-bg {
	padding: 3.25% 7.5%;
}
.footer h1, .footer h4 {
	margin-bottom: 0;
	line-height: 60px;
	color:#6c1d45;
}
.top-bt {
	display: block;
	position: fixed;
	bottom: 0;
	width: auto;
	height: auto;
	color: #444;
	text-decoration: none;
	right: 20px;
	bottom: 20px;
	z-index: 5;
	background-image: url(../elements/up.svg);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 15px;
}
.top-bt a {
	color: #444;
	text-decoration: none;
	font-size: 1rem;
	font-family: 'Barlow Semi Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 3px;
	line-height: 1.2;
	padding-left: 20px;
}
#kontakt {
	position: absolute;
	width: 20px;
	height: 20px;
	bottom: -20px;
}
#map {
	margin-top: 0 !important;
}
.google-maps {
	position: relative;
	padding-bottom: 40%;
	// This is the aspect ratio height: 0;
	overflow: hidden;
	width:100%;
	margin:0 50px;
}
.google-maps iframe {
	height: 100% !important;
	left: 0;
	position: absolute;
	top: 0;
	width: 100% !important;
}