body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
:root {
	--green: #0D7C3D;
	--greentxt: #FFF;
	--red: #DC0000
}

@font-face {
	font-family: 'Schrift';
	font-style: normal;
	font-weight: 400;
	src:url('../../files/theme/fonts/Regular.eot');
	src:url('../../files/theme/fonts/Regular.eot?#iefix') format('embedded-opentype'),
	url('../../files/theme/fonts/Regular.woff2') format('woff2'),
	url('../../files/theme/fonts/Regular.woff') format('woff'),
	url('../../files/theme/fonts/Regular.ttf') format('truetype'),
	url('../../files/theme/fonts/Regular.svg#svgFontName') format('svg');
}
	
@font-face {
	font-family: 'Schrift';
	font-style: normal;
	font-weight: 700;
	src:url('../../files/theme/fonts/Bold.eot');
	src:url('../../files/theme/fonts/Bold.eot?#iefix') format('embedded-opentype'),
	url('../../files/theme/fonts/Bold.woff2') format('woff2'),
	url('../../files/theme/fonts/Bold.woff') format('woff'),
	url('../../files/theme/fonts/Bold.ttf') format('truetype'),
	url('../../files/theme/fonts/Bold.svg#svgFontName') format('svg');
}

* {
	box-sizing: border-box;
	font-family: 'Schrift', Arial, sans-serif;
	margin:0;
	padding:0;
	outline-width:0;
}

body {
	background-attachment: fixed;
	background-image: url(../../files/theme/img/start/bg-small.jpg);
	background-position: 70% 100%;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 1.1rem;
	height: 100%;
}

h1,
h2 {
	font-size: 1.3rem;
}

html {
	height: 100%;
	overflow-y: scroll;
}

#container {
	color: #FFF;
	margin: 0 auto;
	padding-bottom: 79px;
	padding-top: 25px;
	width: calc(100% - 50px);
}

#footer {
	bottom: 0;
	color: #FFF;
	font-size: 1rem;
	padding-bottom: 12.5px;
	padding-left: 25px;
	padding-right: 25px;
	position: absolute;
	text-align: center;
	width: 100%;
}

#footer a {
	color: #FFF;
	text-decoration: underline;
}

#wrapper {
	min-height: 100%;
	position: relative;
}

.det--bg {
	background-color: #FFF;
	border-radius: 25px;
	color: #000;
	padding: 25px;
}

.det--bg a {
	color: var(--green);
	text-decoration: underline;
}

.det--bg a:hover {
	color: var(--red);
}

.det--bg p {
	margin-bottom: 25px;
}

.det--c {
	text-align: center;
}

.det--downloads {
	margin-top: 50px;
}

.det--downloads h1 {
	font-size: 1.2rem;
}

.det--downloads ul {
	margin: 0px;
	padding: 0px;
}

.det--downloads ul li {
	margin: 0px;
	margin-top: 12.5px;
	margin-left: 25px;
}

.det--head {
	background-color: #FFF;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	margin: 0 auto;
	padding: 12.5px;
	width: calc(100% - 50px);
}

.det--head p:first-of-type {
	width: 35%;
}

.det--head p:first-of-type img {
	height: auto;
	width: 100%;
}

.det--head p:last-of-type {
	text-align: center;
	width: 50%;
}

.det--head .rte {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.det--intro {
	font-size: 1.3rem;
	font-weight: bold;
	margin-bottom: 50px;
	text-align: center;
}

.det--login {
	width: 100%;
}

.det--login button {
	background-color: var(--green);
	border: 0px;
	border-radius: 12.5px;
	color: var(--greentxt);
	cursor: pointer;
	font-size: 1.1rem;
	font-weight: bold;
	margin-top: 12.5px;
	padding: 12.5px;
}

.det--login button:hover {
	background-color: var(--red);
}

.det--login input[type=text],
.det--login input[type=password] {
	background-color: #FFF;
	border: 1px solid #000;
	color: #000;
	font-size: 1.1rem;
	margin-bottom: 25px;
	padding: 12.5px;
	text-align: center;
	width: 100%;
}

.det--login input[type=text]:placeholder,
.det--login input[type=password]:placeholder {
	color: #999;
	text-align: center;
}

@media(min-width: 600px) {
	body {
		background-image: url(../../files/theme/img/start/bg-middle.jpg);
	}
	
	#container {
		width: calc(100% - 70px);
	}
	
	.det--bg p {
		margin-bottom: 35px;
	}
	
	.det--head {
		padding: 17.5px;
		width: calc(100% - 70px);
	}
	
	.det--head p:last-of-type {
		font-size: 1.4rem;
	}
	
	.det--login {
		margin: 0 auto;
		width: 70%;
	}
	
	.det--login2 {
		width: 100%;
	}
}

@media(min-width: 800px) {
	.det--head p:first-of-type {
		width: 25%;
	}
	
	.det--head p:last-of-type {
		width: auto;
	}
	
	.det--login {
		width: 50%;
	}
	
	.det--login2 {
		width: 100%;
	}
}

@media(min-width: 1024px) {
	#container {
		width: calc(1024px - 70px);
	}
	
	.det--head {
		width: calc(1024px - 70px);
	}
	
	.det--head p:first-of-type {
		width: 15%;
	}
	
	.det--login {
		width: 40%;
	}
	
	.det--login2 {
		width: 100%;
	}
}

@media(min-width: 1200px) {
	body {
		background-image: url(../../files/theme/img/start/bg-big.jpg);
	}
}
