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



/* ------------------- WEBFONT IMPORT ------------------- */

@font-face{
	font-family: "Nobel Regular";
	src:url("../fonts/Nobel-reg.otf") format("opentype");
}

@font-face{
	font-family: "Nobel Book";
	src:url("../fonts/Nobel-book.otf") format("opentype");
}

@font-face{
	font-family: "Popel Bold";
	src:url("../fonts/Nobel-bold.otf") format("opentype");
}



/* ------------------- VARIABLES ------------------- */
/* fuer IE extra script css-vars.js laden */
:root {
	--light-green: #10ae8c;
	--dark-green: #17534f;	
}



/* ------------------- BASICS ------------------- */

body{
	font-family: Nobel Book,sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	color: #4b4b4b;
}

.body-wrapper{
	overflow-x: hidden;
	padding-left: 40px;
	padding-right: 40px;
}

.effect, a, .owl-prev, .owl-next, .nav-link span{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

ul{
	padding-left: 15px;	
}

p{
	line-height: 2;
}

b{
	font-family: "Popel Bold";
}




/* --------------- COLORS --------------- */

.white{ color: white; }
.white-bg{ background-color: white; }

.darkgreen{ color: var(--dark-green); }
.darkgreen-bg{ background-color: var(--dark-green); }

.lightgreen{ color: var(--light-green); }
.lightgreen-bg{ background-color: var(--light-green); }

.lightgrey-bg{ background-color: #e6e9e9; }




/* --------------- HEADINGS AND TXT --------------- */

h1{
	font-size: 140px;
	font-family: Nobel Regular,sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	margin-bottom: 0px;
	display: inline-block;
    text-align: left;
	z-index: 15;
}

h1 span{
	font-size: 60px;
	display: inline-block;
	margin-left: 15px;
}

h2{
	font-size: 110px;
	font-family: Nobel Regular,sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	margin-bottom: 80px;
}

h3{
	font-size: 70px;
	font-family: Nobel Regular,sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	margin-bottom: 80px;
}

h4{
	font-size: 30px;
	font-family: Nobel Regular,sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	margin-bottom: 50px;
}




/* ------------------- NAVIGATION ------------------- */

.navbar {
    padding: 50px 75px 0px 50px;
	z-index: 5;
}

.nav-link {
    color: white;
    line-height: 1;
    text-transform: lowercase;
    padding: 13px 15px 10px 15px !important;
	font-family: Nobel Regular,sans-serif;
	font-weight: 400;
	font-style: normal;
}

.nav-link:hover{
	color: white;
}

.nav-link span {
    width: 0%;
    height: 1px;
    background-color: white;
    display: block;
    margin-top: 5px;
}

.nav-link:hover span{
	width: 100%;	
}

.navbar-brand img{
    display: block;
    width: 220px;
}




/* ----------------- ELEMENTS ----------------- */

#head{
	margin-top: 40px;
	border-radius: 15px;
	background-color: rgb(12,124,108);
	background-image: url("../img/bubbles-light.svg"), url("../img/bubbles-light.svg"), radial-gradient(circle, rgba(12,124,108,1) 0%, rgba(23,83,79,1) 50%);
	background-position: bottom -15px left -75px, bottom -15px right -75px, top;
  	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 627px, 627px, 100%;
	position: relative;
}

#intro{
	padding-top: 200px;
	position: relative;
}

#intro .container{
	position: relative;
}

#services{
    padding-top: 250px;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    padding-bottom: 300px;
}

#news{
	padding-top: 200px;
	padding-bottom: 250px;
	position: relative;
}

#news h2{
	margin-bottom: 50px;
}

#about{
	border-radius: 15px;
	background-image: url("../img/bubbles2.svg"), url("../img/bubbles.svg");
	background-position: top -15px right -75px, bottom -15px left -75px;
  	background-repeat: no-repeat, no-repeat;
	background-size: 627px, 627px;
}

#about h2{
	margin-top: -65px;
}

#contact{
	padding-top: 300px;
	padding-bottom: 200px;
	position: relative;
}

#contact .container{
	position: relative;
}

#contact a, #back-to a{
	background-color: var(--dark-green);
	color: white;
	border-radius: 100px;
	padding: 15px 10px;
	display: block;
	text-align: center;
	font-size: 25px;
	margin-top: 20px;
	border: 2px solid transparent;
}

#contact a:hover,  #back-to a:hover{
	text-decoration: none;
	background-color: white;
	color: var(--dark-green);
	border: 2px solid var(--dark-green);
}

#contact p + a{
	margin-top: 50px;
}

footer{
	margin-bottom: 40px;
	border-radius: 15px;
	padding-top: 40px;
	padding-bottom: 40px;
}

.left-box{
	border-bottom-left-radius: 15px;
	border-top-left-radius: 15px;
	text-align: center;
    padding-top: 150px;
	padding-bottom: 210px;
	padding-left: 0;
	padding-right: 0;
	position: relative;
}

.right-box{
	border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;
	text-align: center;
	padding: 150px 0 90px 0;
	position: relative;
}

.left-box div, .right-box div{
	text-align: left;
}

.bglines {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    height: calc(100% + 50px);
    max-width: 1140px;
    left: 50%;
    display: flex;
    transform: translateX(-50%) translateY(-25px);
}

#services .bglines {
    height: 100%;
    transform: translate(-50%, 25px);
}

.bglines-style{
	border-left: 1px solid rgba(75,75,75,0.2);
	border-right: 1px solid rgba(75,75,75,0.2);	
	height: 100%;
}

.first-bglines{
	flex: 0 0 16.66666%;
}

.second-bglines{
	flex: 0 0 16.66666%;
	margin-left: 16.66666%;
}

.third-bglines{
	flex: 0 0 16.66666%;
	margin-left: 16.66666%;
}

.last-bgline{
	flex: 0 0 16.66666%;
	border-right: 1px solid rgba(75,75,75,0.2);	
}

.white-p{
	background-color: white;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: -50px;
	margin-bottom: -50px;
}

.center-head{
	align-items: center;
	display: flex;
}

.center-head h2{
	margin-bottom: 0px;
}

.legal{
	margin-top: auto;	
}

.legal span{
	padding: 0 8px;
}

.legal a{
	color: white;
	font-size: 16px;
	padding-bottom: 3px;
	border-bottom: 1px solid transparent;
}

.legal a:hover{
	text-decoration: none;
	color: white;
	border-bottom: 1px solid white;
}

.info-box {
    text-align: left;
    display: flex;
    justify-content: flex-end;
}

.info img{
	width: 90px;
	margin-right: 40px;
}

.info-inner div{
    display: inline-block;
    padding-top: 7px;
    border-bottom: 1px solid white;
}

.info-inner div:first-child{
    padding-top: 0px;
	font-weight: bold;
}

.info-inner span{
	padding: 0 8px;
}

.info-inner a{
    color: white;
    border-bottom: 1px solid transparent;
    padding-bottom: 5px;
}

.info-inner a:hover{
	border-bottom: 1px solid var(--dark-green);
	text-decoration: none;
}

.about-text{
	padding-top: 250px;
}

.person{
	position: relative;
}

.person img{
	width: 100%;
	margin-bottom: 80px;
	z-index: 2;
    position: relative;
}

.left-person{
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	width: calc(100% + 15px) !important;
}

.right-person{
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	width: calc(100% + 15px) !important;
	margin-left: -15px;
}

.left-person-text{
	text-align: right;
	padding-right: 30px
}

.right-person-text{
	padding-left: 30px
}

.video-container {
	margin-top: 200px;
	margin-bottom: -100px;
	border-radius: 15px;
	
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
	z-index: 5;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#services ul {
	list-style: none;
	margin-left: 33px;
	padding-left: 0;
}

#services li {
    line-height: 1.3;
    font-size: 22.5px;
	margin-bottom: 13px;
}

#services li:before {
    content: url(../img/bullet-point.svg);
    width: 18px;
    margin-right: 15px;
    display: inline-block;
	margin-left: -33px;
    transform: translateY(-5px);
}

.carousel-container{
	padding: 0;
}

.owl-prev, .owl-next {
	width: 15px;
	height: 100px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block !important;
	border:0px solid black;
    height: 35px;
    width: 35px;
	border-radius: 100%;
    background-color: var(--dark-green) !important;
    color: white !important;
}

.owl-prev {
    left: calc(35px / 2 * -1);
}

.owl-next { 
	right: calc(35px / 2 * -1);
}

.owl-prev img{
    width: 10px;
    margin-left: -3px;
}

.owl-next img {
    width: 10px;
    margin-left: 3px;
    transform: rotate(180deg);
}

.owl-prev:hover, .owl-next:hover{
    transform: scale(1.1) translateY(-50%);
    transform-origin: top;
}

.owl-carousel h4{
	color: var(--light-green);
	line-height: 1.5;
}

.owl-stage {
    display: flex;
    align-items: center;
}

.inner-item{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: white;
	margin-left: calc(16.666666% + 15px);
	margin-right: calc(16.666666% + 15px);
}

.inner-item .date{
	display: block;
	text-align: right;
	color: var(--light-green);
	font-size: 13px;
}

.stack {
    position: absolute;
    width: 500px;
    right: calc((100vw - 1140px) / 2 * -1 - 100px);
    top: 50%;
    transform: translateY(-50%);
}

.main-headline {
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-btn {
    position: fixed;
    bottom: 0;
    right: 20px;
    z-index: 50;
}

.top-btn img{
    width: 77px;
	opacity: 0;
}

.rocket-wrap {
    position: absolute;
    top: 0;
    height: calc(100% + 150px);
    left: 50%;
    transform: translate(-50%, 50px) rotate(15deg);	
	
	width: 100%;
	text-align: center;
}

.rocket {
	height: 100%;
}



/* ----------------- pills ----------------- */

.long-pill{
	position: absolute;
	width: 40px;
	height: 200px;
	border-radius: 100px;
}

.short-pill{
	position: absolute;
	width: 40px;
	height: 80px;
	border-radius: 100px;
}

#contact .long-pill{
	top: calc(50% - 100px);
	left: calc(33.33333% - 80px);
	z-index: -1;
}

#contact .short-pill {
    top: calc(50% - 40px);
    left: calc(33.33333% - 20px);
    z-index: 2;
}

#intro .long-pill{
	top: calc(50% - 100px);
	left: -20px;
	z-index: -1;
}

#intro .short-pill{
	top: calc(50% - 60px);
	left: 40px;
	z-index: -1;
}

.right-box .long-pill {
    top: -125px;
    left: 170px;
    z-index: 1;
}

.right-box .short-pill{
	top: -50px;
	left: 230px;
	z-index: -1;
}

.left-box .long-pill {
    bottom: -80px;
    right: 270px;
    z-index: 1;
}

.left-box .short-pill {
    bottom: 50px;
    right: 330px;
    z-index: 1;
}

.video-wrap{
	position: relative;
}

.video-wrap .long-pill {
    bottom: -180px;
    right: 265px;
    z-index: -1;
}

.video-wrap .short-pill {
    bottom: -140px;
    right: 205px;
    z-index: 6;
}

.person .long-pill {
    top: -100px;
    right: 10px;
    z-index: 1;
}

.person .short-pill {
    top: -40px;
    right: -50px;
    z-index: 3;
}

.bun {
    height: 3px;
    background-color: white;
    border-radius: 100px;
}

.patty{
    height: 3px;
    background-color: white;
    border-radius: 100px;
	margin: 5px 0;
}

.card{
	background-color: transparent;
	border: 0 !important;
}

.accordion>.card {
    display: block;
}

#services .card-header .collapsed span {
    content: url(../img/arrow-light-down.svg);
    width: 18px;
    margin-right: 15px;
    display: inline-block;
    margin-left: -33px;
    transform: translateY(-2px);
}

#services .card-header span {
    content: url(../img/arrow-light-up.svg);	
    width: 18px;
    margin-right: 15px;
    display: inline-block;
    margin-left: -33px;
    transform: translateY(-2px);
}

#services .right-box .card-header .collapsed span {
    content: url(../img/arrow-dark-down.svg);	
}

#services .right-box .card-header span {
	content: url(../img/arrow-dark-up.svg);
}


.card-header {
	border: 0 !important;
	background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
}

.card-header .btn{
	color: white;
    line-height: 1.3;
    font-size: 22.5px;
	font-family: Nobel Book,sans-serif;
}

.card-header .btn:hover{
	text-decoration: none;
}

.card-header .btn:focus{
	text-decoration: none;
	box-shadow: none;
}

.card-body {
    padding-left: 31px;
	padding-bottom: 35px;
	line-height: 1.7;
}

.service-width {
    width: 60%;
    margin: 0 auto;
}


.ds-im{
	margin-top: 150px;
	margin-bottom: 150px;
}

.ds-im h1 {
    margin-top: 50px;
    text-align: left;
    font-size: 60px;
    margin-bottom: 10px;
    color: var(--dark-green);;
}

.ds-im h2 {
    margin-top: 50px;
    text-align: left;
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--dark-green);;
}

.ds-im h3 {
    margin-bottom: 10px;
    margin-top: 40px;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    color: var(--grey) !important;
}

.ds-im h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 30px;
}

.ds-im ul {
    padding-left: 15px;
}

.ds-im a {
    color: var(--dark-green);;
	word-break: break-all;
}

.inner-item a{
	color: var(--light-green);
}

.tempo{
    background-image: url(../img/bubbles2.svg) !important;
    background-position: top -15px right -75px !important;
    background-repeat: no-repeat !important;
    background-size: 627px !important;
}

.tempo-on {
    padding-bottom: 150px;
}

.tempo-off{
	display: none;
}

.typo-icon{
	width: 41px;
    margin-right: 2px;
    margin-left: -10px;
}

#back-to {
    padding-top: 100px;
    margin-bottom: -50px;
}

.head-blocky {
    display: block;
    font-size: 43px;
}









/* ------------------------------------------------ MOBILE ------------------------------------------------ */

@media screen and (max-width: 767.98px) { 
	
	.body-wrapper {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	#head {
		margin-top: 30px;
		
		background-image: url(../img/bubbles-light.svg), radial-gradient(circle, rgba(12,124,108,1) 0%, rgba(23,83,79,1) 50%);
    	background-position: bottom -15px right -25px, top;
    	background-repeat: no-repeat, no-repeat;
    	background-size: 370px, 100%;
	}
	
	.navbar-toggler{
		z-index: 500;
		padding: 0;
		border: 0;
		margin-bottom: 30px;
	}
	
	.navbar-toggler-icon {
		width: 30px;
		height: auto;
	}
	
	.navbar-brand {
		padding: 0;
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.navbar-brand img {
		width: 150px;
		max-width: 100%;
	}
	
	.navbar {
		padding: 30px 30px 0px 30px;
	}
	
	.navbar-collapse{	
    	z-index: 500;
	}

	.nav-link {
		color: var(--dark-green);
		background-color: rgba(255,255,255,0.7);
		border-radius: 100px;
		text-align: center;
		margin-top: 5px;
	}
	
	h1 {
		font-size: 50px;
	}
	
	h1 span {
		font-size: 20px;
	}
	
	h2 {
		font-size: 45px;
	}
	
	.rocket-wrap {
		top: 30px;
		height: auto;
	}
	
	.rocket {
		height: 400px;
	}
	
	.main-headline {
		height: 300px;
	}
	
	#services .bglines {
		width: calc(100% + 30px);
	}
	
	.bglines-style {
		border-left: 0;
	}
	
	.last-bgline {
		border-right: 0;
	}
	
	#intro {
		padding-top: 100px;
		z-index: 1;
	}
	
	#intro .short-pill {
		bottom: 0px;
		top: unset;
		left: 90px;
	}
	
	#intro .long-pill {
		top: auto;
		bottom: 0px;
		left: 30px;
	}
	
	#services {
		padding-top: 150px;
	}
	
	#about {
		border-radius: 15px;
		background-image: url(../img/bubbles.svg);
		background-position: bottom -15px left -75px;
		background-repeat: no-repeat;
		background-size: 300px;
		padding-left: 25px;
		padding-right: 25px;
		text-align: center;
	}
	
	#news {
		padding-top: 100px;
		padding-bottom: 130px;
	}
	
	.left-box {
		border-bottom-left-radius: 0px;
		border-top-right-radius: 15px;
		padding: 60px 0px;
	}
	
	.right-box {
		border-bottom-left-radius: 15px;
		border-top-right-radius: 0px;
		padding: 60px 0px;
	}
	
	.service-width {
		width: 75%;
	}
	
	.stack {
		position: relative;
		width: 80%;
		right: -10%;
		top: 0;
		transform: none;
		margin-top: 100px;
	}
	
	.person img {
		width: 100% !important;
		border-radius: 15px !important;
		margin-bottom: 50px;
	}
	
	.left-person-text, .right-person-text {
		text-align: center !important;
		padding-right: 0;
		padding-left: 0;
	}
	
	.right-person {
		margin-left: 0px;
		margin-top: 80px;
	}
	
	.about-text {
		padding-top: 130px;
	}
	
	.person .short-pill {
		right: -5px;
	}	
	
	.person .long-pill {
		right: 55px;
	}
	
	#services li {
		font-size: 17px;
	}
	
	.owl-stage {
		align-items: flex-start;
	}
	
	#about h2 {
		margin-top: -26px;
	}
	
	#services .long-pill, #services .short-pill{
		display: none;
	}
	
	#services h3{
		margin-bottom: 50px;
	}
	
	.video-wrap{
		flex: 0 0 100vw;
		margin-left: -55px;
		padding: 0;
		max-width: none;
	}
	
	#contact .short-pill, #contact .long-pill{
		display: none;
	}
	
	.legal {
		text-align: center;
		margin-bottom: 40px;
	}
	
	.info-box {
		flex-wrap: wrap;
		text-align: center;
		justify-content: center;
	}
	
	.info-box img{
		margin-bottom: 40px
	}
	
	.info-inner span {
		display: block;
		visibility: hidden;
		height: 0;
	}
	
	.info-inner div {
		width: 100%;
	    padding-left: 15px;
    	padding-right: 15px;
	}
	
	#contact a {
		font-size: 19px;
	}
	
	#contact {
		padding-bottom: 130px;
	}
	
	#contact .white-p {
		margin-top: 50px;
	}
	
	.video-container {
		margin-top: 150px;
	}
	
	.owl-prev, .owl-next {
		top: 250px;
	}
	
	.inner-item {
		margin-left: calc(16.666666% + -2px);
		margin-right: calc(16.666666% + -2px);
	}
	
	h3 {
		font-size: 45px;
	}
	
	.typo-icon {
		width: 26px;
		margin-right: 1px;
		margin-left: -5px;
	}
	
	.head-blocky {
		font-size: 28px;
	}

}
/* ------------------------------------------------ EXTRA SMALL DEVICES ------------------------------------------------ */

@media screen and (max-width: 575.98px) { 
	

	
}



/* ------------------------------------------------ TABLET ------------------------------------------------ */

@media (min-width: 768px) and (max-width: 991.98px) { 
	
	h1 {
		font-size: 90px;
	}
	
	h1 span {
		font-size: 35px;
	}
	
	h2 {
		font-size: 80px;
	}
	
	#head {
		background-image: url(../img/bubbles-light.svg), radial-gradient(circle, rgba(12,124,108,1) 0%, rgba(23,83,79,1) 50%);
    	background-position: bottom -15px center, top;
    	background-repeat: no-repeat, no-repeat;
    	background-size: 627px, 100%;
	}
	
	.nav-link {
		color: var(--dark-green);
		background-color: rgba(255,255,255,0.7);
		border-radius: 100px;
		text-align: center;
		margin-top: 5px;
	}
	
	.navbar-toggler{
		z-index: 500;
		padding: 0;
		border: 0;
		margin-bottom: 50px;
	}
	
	.navbar-toggler-icon {
		width: 30px;
		height: auto;
	}
	
	.navbar-brand {
		padding: 0;
		margin-right: 0;
		margin-bottom: 50px;
	}
	
	.stack {
		width: 300px;
    	right: calc((100vw - 720px) / 2 * -1 - 80px);
	}
	
	.left-box {
		padding: 100px 0px;
		padding-bottom: 150px;
	}
	
	.left-box .short-pill {
		right: 325px;
	}
	
	.left-box .long-pill {
	}
	
	.right-box {
	    padding: 100px 0px;
	}	
	
	.right-box .short-pill {
		left: 210px;
	}
	
	.right-box .long-pill {
		left: 150px;
	}
	
	#services .bglines {
		width: calc(100% + 30px);
		height: calc(100% - 50px);
	}
	
	#services li {
		font-size: 20px;
		margin-bottom: 10px;
	}
	
	#about {
		background-position: top -15px right -45px, bottom -15px left -45px;
		background-size: 350px, 350px;
	}
	
	#about h2 {
		margin-top: -45px;
	}
	
	#contact a {
		font-size: 17px;
	}
	
	.rocket-wrap {
		height: auto;
	}
	
	.rocket {
		height: 880px;
	}
	
	#intro .short-pill {
		left: 0px;
	}
	
	.inner-item {
		margin-left: calc(16.666666% + -15px);
		margin-right: calc(16.666666% + -15px);
	}
	
	.legal span {
		display: block;
		height: 0;
		visibility: hidden;
	}
	
	.info-inner div:nth-child(5) span{
		display: block;
		height: 0;
		visibility: hidden;
	}
	
	.legal {
		text-align: center;
		margin-top: 20px;
	}
	
	.service-width {
		width: 69%;
	}
	
	h3 {
		font-size: 60px;
	}
	
	.typo-icon {
		width: 35px;
		margin-right: 1px;
		margin-left: -5px;
	}
	
	.head-blocky {
		font-size: 38px;
	}

}
	
	
	
/* ------------------------------------------------ Small Computers ------------------------------------------------ */

@media (min-width: 992px) and (max-width: 1199.98px) { 
	
	.stack {
		width: 400px;
		right: calc((100vw - 960px) / 2 * -1 - 100px);
	}
	
	#services .bglines {
		width: calc(100% + 30px);
		height: calc(100% - 50px);
	}
	
	.legal {
		text-align: center;
	}
	
	.service-width {
		width: 75%;
	}
	
}






