html, body{
	font-family: 'venir_regular', sans-serif !important;
	font-weight: normal !important;
	
}
#pdf, #pdf2 {
	position: fixed;
	z-index: 100000;
	overflow: hidden;
	left: 0;
	height: 50px;
	width: 220px;
	padding: 10px;
	background-color: rgba(220,5,30,.7);
	color: #fff;
	font-family: 'venir_medium', sans-serif;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 1px;
}
#pdf{
	top: 35px;
}
#pdf2{
	top: 35px;
}

h1{
	font-family: 'venir_heavy', sans-serif;
	font-size: 32px;
	line-height: 38px;
	letter-spacing: 3px;
}

h2{
	font-family: 'venir_light', sans-serif;
	font-size: 32px;
	line-height: 38px;
	letter-spacing: 2px !important;
	font-weight: normal !important;
	text-transform: uppercase;
}

h3{
	font-family: 'venir_medium', sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
}
p.lead{
	font-family: 'venir_medium', sans-serif;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.5px;	
	text-align: left;
	color: #fff;
}
p.login{
	margin-bottom: 0px;
	font-size: 15px;
	color: #fff;
	letter-spacing: 0.5px;
}
.minInput{
	font-family: 'venir_regular', sans-serif;
	font-weight: normal !important;
	font-size: 18px !important;
	text-align: left;
	height: 30px;
	width: 100% !important;
}

input[type=text] {
    padding: 8px;
    margin: 8px 0 0 0 !important;
    box-sizing: border-box;
    border-radius: 4px;
    color: #333;
}
input[type=password] {
    padding: 8px;
    margin: 8px 0 0 0 !important;
    box-sizing: border-box;
    border-radius: 4px;
    color: #333;
}
.micGrid{
	width: 50% !important;
	padding-left: 0 !important;
	padding-right: 5% !important;
}

.button.small.uppercase{
	padding: 10px 26px 11px;
}

/* svarssidan */
#bakgrund{
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 100;
	height: 120px;
	background-image: url(../assets/img/kalle-kortelainen-topp.jpg) !important;
	background-position: center top !important;
	background-repeat: no-repeat !important;

}
.svarsform{
	background-color: #F7F9FA;
	padding: 20px;
}
p.inloggad, p.inloggadNamn, p.deltagarrubrik, p.deltagare, p.deltagarort, p.clickOn{
	font-family: 'venir_regular', sans-serif;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.5px;	
	text-align: left;

}
p.inloggad{
	margin: 0 0 12px 0 !important;
	padding: 0 0 12px 0 !important;
}
p.inloggadNamn{
	font-family: 'venir_heavy';	
}
p.deltagarrubrik{
	font-family: 'venir_book';
	font-size: 18px;
	line-height: 40px;
	border-top: 1px #E8E7E6 solid !important;
	padding: 5px 0 0 0;
	margin: 0 0 20px 0;
}
p.deltagare{
	margin: 0 0 17px 0;
}
a.deltagarnamnen:hover{
	background: #4E5F82 !important;
	color: #fff !important;
	padding: 0 5px !important;
}
p.deltagarort{
	font-size: 12px;
	margin: 0 0 30px 0;
}
p.clickOn{
	width: 150px;
	font-family: 'venir_heavy';
	padding: 15px 0 0 0;
	border-top: 1px #E8E7E6 solid !important;
}
textarea.question1{
	height: 100px !important;
	width: 97% !important;
	max-width: 97% !important;
	padding: 8px;
    margin: 8px 0 0 15px !important;
    box-sizing: border-box;
    border-radius: 1px;
    border: 1px #E8E7E6 solid;
	resize: none;
	font-family: 'venir_book', sans-serif;
	color: #303030 !important;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.5px;
    
}
p.question1{
	padding: 8px;
    margin: 0 0 20px 10px !important;
	font-family: 'venir_book', sans-serif;
	color: #303030 !important;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.5px;
    
}
p.questions{
	font-size: 16px;
	line-height: 19px;
	color: #2e2e2e;
	padding-left: 18px;
	text-indent: -18px;
	margin: 15px 0 0 0 !important;
	
}
p.questions:first-of-type {
	margin: 0;
}
p.questions2{
	font-size: 16px;
	padding-left: 18px;
	margin: 15px 0 0 0;
}
.skickain{
	margin: 20px 0 0 16px !important;
	background: #4E5F82 !important;
}
.sparad{
	background:#62ae2a !important;
}
.switch-field {
	font-family: 'venir_book', sans-serif;
	padding: 18px;
	overflow: hidden;
}

.switch-title {
 	margin-bottom: 6px;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 10;
    overflow: hidden;
}

.switch-field label {
 	float: left;
}

.switch-field label {
 	display: inline-block;
 	width: 60px;
 	background-color: #fff;
 	color: rgba(0, 0, 0, 0.6);
 	font-family: 'venir_medium', sans-serif;
 	font-size: 14px;
 	font-weight: normal;
 	text-align: center;
 	text-shadow: none;
 	padding: 6px 6px;
	margin-right: 15px;
	border: 1px #E8E7E6 solid;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
	background-color: #8D9FC2;
	color: #fff;
}

.switch-field input:checked + label {
 	background-color: #4E5F82;
 	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	border: 1px #B3B5B5 solid;
	color: #fff;
}

.switch-field label:first-of-type {
	width: 100px;
 	border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
	width: 100px;
 	border-radius: 0 4px 4px 0;
 	margin-right: 0px;
}
