@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');



* {
	position: relative;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.clearfix:after, .content:after {
	content: "";
	display: table;
	clear: both;
	}

html {
	height: 100%;
	}

/* LAYOUT */
body {
	font: 0.9em system, -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
	background-color: #2c2826;
	color: #ffffff;
	}
  
  
.wrapper {
	width: 100%;
	
	}
	
.login {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15%;
	max-width: 900px;
	}
	
.content {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10%;
	}
	
.videodescription {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	max-width: 900px;
	}

.logo {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font: 5em 'Courgette', cursive;
	text-align: center;
	margin-top: 5%;
	color: #ffb70a;
}

.subline {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font: 2.5em 'Courgette', cursive;
	text-align: center;
}

h1 {
	font-size: 3em;
	line-height: 1.1em;
	margin-bottom: 1em;
}

h2 {
	font-size: 1.7em;
	line-height: 1.1em;
	margin-bottom: 1em;
}

p {
	line-height: 1.8em;
	margin-bottom: 1em;
	width: 100%;
	display: inline-block;
}

i {
	font-style: italic;
}

b {
	font-weight: bold;
}

.social {
	color: #ffffff;
	font-size: 0.5em;
}

.partner {
	width: 26%;
	height: auto;
	margin-right: 5%
	margin-bottom: 5%
}

a {
	color: inherit;
	text-decoration: underline;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

a:active {
}

.mailbutton {
	border-style: solid;
	border-width: 2px;
	text-decoration: none;
	border-radius: 5px;
	padding: 9px;
	margin-top: 1em;
	display: block;
	float: left;
	margin-bottom: 1em;
}

input[type=button], input[type=submit], input[type=reset] {
	border: 2px solid #ffb70a;
	text-decoration: none;
	border-radius: 5px;
	padding: 9px;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 2em;
	background-color: #ffb70a;
	font: 1em 'Bangers', cursive;
}

input[type=text], input[type=password] {
	border: 2px solid #ffb70a;
	text-decoration: none;
	border-radius: 5px;
	padding: 9px;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 2em;
	width: 35%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

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

@media only screen and (max-width: 767px) {
	
	.login {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20%;
		}
	
	.content {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20%;
		}

	.videodescription {
		width: 90%;
	}
	
	.text {
		padding-left: 10%;
		padding-right: 10%;
		top: 0;
		transform: none;
	}
	
	.logo {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		font: 3em 'Courgette', cursive;
		margin-top: 15%;
	}

.subline {
	width: 90%;
		margin-left: auto;
		margin-right: auto;
		font: 1.5em 'Courgette', cursive;
}

}