﻿@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-light-webfont.eot');
    src: url('../fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-light-webfont.woff2') format('woff2'),
         url('../fonts/lato-light-webfont.woff') format('woff'),
         url('../fonts/lato-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
	background: #f29107;
	color: #fff;
	font-weight: 400;
	font-size: 1em;
	font-family: 'latolight', Arial, sans-serif;
	margin:0;
	padding:0;
	padding-bottom:60px;
}

.clfheader {
	margin: 0 auto;
	padding: 2em;
	text-align: center;
}

.clfheader h1 {
	margin: 0;
	font-weight: 300;
	font-size: 2.5em;
	line-height: 1.3;
}

.clfheader {
	margin: 0 auto;
	padding: 2em;
	text-align: center;
}

.clfheader h1 {
	margin: 0;
	font-weight: 300;
	font-size: 2.5em;
	line-height: 1.3;
}

.clfheader h3 {
	margin: 0;
	font-weight: 300;
	font-size: 1.5em;
	line-height: 1.3;
}

.clfszoveg {
	margin: 0 20px 0 20px;
	font-weight: 300;
	font-size: 1.1em;
	line-height: 1.3;
}

/* Form CSS*/
.clfform {
   margin: 0 auto;
    width: 80%;
}

.clffield-prepend{
	margin-bottom:10px;
	width:100%;
}

.clffield-prepend a:link, a:visited {
	color:#ffccaa;
}

.clffield-prepend a:hover, a:active {
	color:#ffffaa;
}

.clfform-addon{
	color:#f8ae45; 
	float:left;
	padding:8px;
	width:8%;
	background:#FFFFFF;
	text-align:center;	
}

.clfformfield {
	color:#000000; 
	background:#FFFFFF;
	border:none;
	padding:15.5px;
	width:91.9%;
	display:block;
	font-family: 'latolight',Arial,sans-serif;
	font-size:14px;
}

.clfformfield {
	font-family: 'latolight',Arial,sans-serif;
}

.clfbtn{
	display:block;
	border:none;
	background:#f8ae45;
	float:right;
	margin: 0 25px;
	color:#FFFFFF;
	padding:10px;
	cursor:pointer;
	text-decoration:none;
	font-weight:bold;
}

.clfbtn:hover{
	background:#d8850e;

}

.clfcredit {
float: left;
margin: 25px;
color: #ffffff;
text-align: center;
}

.clfcredit em{
margin-right:5px;
}

.clfcredit a {
color: #ffffff;
font-weight: bold;
text-decoration: none;
}

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

/* style 6 */

.inputfile-6 + label {
    color: #000000;
}

.inputfile-6 + label {
    /*border: 1px solid #d3394c;*/
    background-color: #ffffff;
    padding: 0;
}

.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
    border-color: #ffffff;
}

.inputfile-6 + label span,
.inputfile-6 + label strong {
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.inputfile-6 + label span {
    width: 200px;
    min-height: 2em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.inputfile-6 + label strong {
    height: 100%;
    color: #ffffff;
    background-color: #f8ae45;
    display: inline-block;
}

.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
    background-color: #d8850e;
}

@media screen and (max-width: 50em) {
	.inputfile-6 + label strong {
		display: block;
	}
}

input[type="file"] {
    display: none;
}