/*
Theme Name: beyond green invest
Theme URI: https://www.beyond-green.de
Author: Daniel Koch
Author URI: mailto:daniel.koch@floracolora.de
Description: beyond green invest
Version: 1.0
Tags: mobile first, bootstrap, responsive, rap
*/

@import url("css/dinpro.css"); 

html {
	scroll-behavior: smooth;
}

* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #f7f2f0;
    font-family: 'DINPro';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	overflow: hidden;
	background-color: #1d2327;
}

b, strong {
	font-weight: bold;
}

a, a:link, a:visited, a:hover {
	color: #f7f2f0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.wrapper {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
}

.wrapper .wrapper__video {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.wrapper .wrapper__overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	text-align: center;
	margin-top: 7vh;
	margin-bototom: 7vh;
}

.ol_1 {
	width: 150px;
	max-width: 30%;
	height: auto;
}

.ol_2 {
	padding-top: 7vh;
	width: 80%;
	height: auto;
	max-height: 50vh;
}

.ol_3 {
	padding-top: 3.5vh;
	width: 225px;
	max-width: 50%;
	height: auto;
}


@media (orientation: landscape) {

	.wrapper {
		width: 0;
	    position: relative;
	    padding-left: 30%;
	    padding-right: 30px;
	    height: 100vh;
	    margin: 0 auto;
	}
	
	.wrapper .wrapper__video {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.ol_2 {
		width: auto;
		max-height: 50vh;
	}
	
}

footer {
	position: fixed;
	z-index: 4;
	left: 0;
	right: 0;
	bottom: 0;
	
	background-color: #13181a;
	padding: 1rem;
	text-align: center;
}
