@font-face {
    font-family: RalewayBold;
    src: url(../fonts/Raleway-Bold.ttf);
}
@font-face {
    font-family: RalewayMedium;
    src: url(../fonts/Raleway-Medium.ttf);
}
@font-face {
    font-family: RalewayRegular;
    src: url(../fonts/Raleway-Regular.ttf);
}
@font-face {
    font-family: RalewayThin;
    src: url(../fonts/Raleway-Thin.ttf);
}
@font-face {
    font-family: RalewayExtraBold;
    src: url(../fonts/Raleway-ExtraBold.ttf);
}
@font-face {
    font-family: RalewayLight;
    src: url(../fonts/Raleway-Light.ttf);
}
html, body, input {
	margin: 0;
	padding: 0;
	font-family: Raleway, Arial, Helvetica;
}
#mainForm label.error{
    color: #f00;
    text-align: center;
    width: 100%;
    margin-bottom: 13px;
    float: left;
}
html, body{
	width: 100%;
	height: 100%;
}

body {
    background: top left #ff9ba4 !important;
	/*background-image: url("../images/bg.jpg");*/
	/*background-repeat: no-repeat;*/
	/*background-size: cover;*/
	/*background-position: center;*/
}
#baggrund { 
	width: 100%;
	position: absolute;		
}
select {
	font-family: RalewayThin,Arial, Helvetica;
}
#logo {
  width: 291px;
  height: 170px;
  background: url(../images/logo.png) no-repeat;
  background-size: 31%;
  margin-top: 2%;
}
.service_lov{
	background-color: #C00000;
}
#commit{
	margin-top: 20px !important;
}
#service{
	font-family: RalewayExtraBold,Arial, Helvetica;
	font-size: 27px;
	top: 10px;
	margin-top: 10px;
	margin-bottom: 12px;
}
#nsc{
	font-family: RalewayLight,Arial, Helvetica;
}
#formular {
	width:327px;
	position: relative;			
	margin-bottom: 70px;
	margin-top: 80px;
}
.center{
	width: 330px;
	position: relative;
	left: calc(50% - 165px);
	float: left;
}
#footer {
	position: absolute;	
	bottom: 3%;
	width: 100%;
	text-align: center;
	color: black;
}
#location{
	font-size: 30px;
	color: #B0D0DB;
}
#footer a {			
	color: white;
}

#formular .submit-button {
	color: #666 !important;
	margin: 12px 0 0 0;
	border: 0px solid #e4e4e4;
	background: #e4e4e4;
	background: -webkit-linear-gradient(#e4e4e4,#e4e4e4);
	background: -o-linear-gradient(#e4e4e4,#e4e4e4);
	background: -moz-linear-gradient(#e4e4e4,#e4e4e4);
	background: linear-gradient(#e4e4e4,#e4e4e4);
	width: 307px !important;
	font-size: 24px;
	text-align: center;
	color: white;
	text-shadow: 0px -1px 0px #e4e4e4;
	cursor: pointer;
	outline: none;
	padding-right: 20px;
}


#formular input, select, option {
  background: #FFFFFF;
  width: 291px;
  border: 1px solid #666;
  font-size: 24px;
  text-align: left;
  color: #666;
  padding: 13px 0 13px 13px;
  margin-bottom: 12px;
  outline: none;
}

select {
	height: 48px;
	font-size: 20px;
	color: #757575;
	width: 308px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border: 2px solid #13311F;
	padding: 4px 0 0 8px;
	font-family: Raleway, Arial, Helvetica;
}
#phone, #email, #name{
	height: 19px !important;
	font-size: 20px !important;
}

#betingelser{
	color:#8C2D95;
}

.formular-vaek {			
	animation: pop-frem 0.5s linear;
	-webkit-animation: pop-frem 0.5s linear; /* Safari and Chrome */
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count:1;
}
.input_label{
	font-family: RalewayRegular,Arial, Helvetica;
	font-size: 16px;
  	display: block;
  	margin-bottom: 15px;
}
.label_bold{
	font-family: RalewayBold,Arial, Helvetica;
	font-weight: bold;
	font-size: 18px;

}
.checked {
	background: #ffffff;
	border: 1px solid #666;
	color: #666;
	padding: 4px 0 4px 13px;
}

#texten {
	font-family: RalewayMedium,Arial, Helvetica;
	display: none;
	/*width:277px;*/
	/*position: absolute;			*/
	/*left: 50%;*/
	/*top: 1%;*/
	/*margin-left: -163px;			*/
	/*background: #13311F;*/
	/*border: 1px solid #13311F;*/
	padding: 25px;
	/*text-align: center;*/
	font-size: 13px;
}

.text-frem {
	display: block;
	opacity: 0;
	visibility: visible !important; 
	top: 50% !important;
	animation: fadeup 0.5s linear;
	-webkit-animation: fadeup 0.5s linear; /* Safari and Chrome */
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count:1;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-webkit-animation-timing-function: ease-out; /* Chrome, Safari, Opera */
	animation-timing-function: ease-out;	
}

.text-frem p {
	color: white;
}

@keyframes pop-frem
{
0%   {opacity: 1;}
100% {opacity: 0; visibility:hidden; display: none; }
}

@-webkit-keyframes pop-frem /* Safari and Chrome */
{
0%   { opacity: 1;}
100% {opacity: 0; visibility:hidden; display: none; }
}


@keyframes fadeup
{
0%   {opacity: 0; margin-top: 25px;}
100% {opacity: 1; margin-top: 0px; }
}

@-webkit-keyframes fadeup /* Safari and Chrome */
{
0%   {opacity: 0; margin-top: 25px;}
100% {opacity: 1; margin-top: 0px; }
}
.rate{
	margin-left: -8px;
}
.rateing{
	float: left;
	margin-left: 16px;
}
.rate_check{
  width: 20px !important;
  display: block !important;
  margin-left: 12px !important;
  box-shadow: none !important;
}
@media(max-width: 350px) {

	.center {
		width: 100%;
		left: calc(50% - 50%);
	}
	
	#logo {
		width: 100%;
		margin: 0px 10px 30px 10px;
		height: 185px;
	}
	.label_bold{
		text-align: left !important; 
		margin-left: 10px;
	}
	.checked{
		float: left;
		margin-left: 8px;
		margin-bottom: 12px;
		width: 90%;
		text-align: left;
	}
	#formular {
		text-align: center;
		width: 100%;
	}
	#subscriber_accept{
		position: relative;
		top: 2px;	
	}
	#formular .submit-button,
	select, option{
		width: 95% !important;
	}

	#formular .submit-button {
		margin: 0px auto !important; 
		margin-top: 10px !important;
	}
	#span-betingelser{
		  font-size: 13px !important;
	}
	.bestseller_image{
   		margin-left: 0 !important;
	}
	#commit{
	}
	#formular input,
	#formular a {
		width: 90%;
	} 
}
@media(max-width: 325px){

	#service{
		font-size: 22px;
		text-align: center;
	}
}
@media (max-width: 318px) {
	#formular input[type="radio"] {
		width: 100% !important;
		margin: 0px !important;
	}

	.rateing label {
		display: block;
		width: 40px;
		float: left;
	}
	.rateing label img {
		width: 100%;
	}
}
@media (max-width: 294px) {
	.rateing label {
		display: block;
		width: 34px;
		float: left;
	}
}
.white{
	/*background: white;*/
  	padding: 20px 10px;
  	margin-bottom: 15px;
}
.service_text{
	font-family: RalewayRegular,Arial, Helvetica;
	margin-bottom: 10px;
}
.phone_error{
	float: none !important;
	position: relative;
	left: calc(50% - 90px);
	bottom: 5px;
}
.bestseller_image{
	width: 150px;
	margin-left: calc(50% - 75px);
	margin-top: 15px;
}
#tak_P{
	margin-bottom: 25px;
	font-weight: bold;
}
#mvh_p{
	  margin-bottom: -15px !important;
}
.small_font{
	font-size: 11px !important;
  	position: relative;
  	top: 0px !important;
}
.small_font a{	
	text-decoration: none;
}
.bold_tlf{
	font-weight: bold;
	color: #010101 !important;
	font-size: 15px!important;
}

@media (max-width: 350px) {
	#formular #subscriber_phone {
	    font-size: 20px !important;
	    padding: 10px 0px 10px 10px;
	    width: 95%;
	}
}

#usedLink, #texten {
	text-align: center;
	margin-top: 40px;
	font-weight: bold;
}

#t_text {
	text-align: center;
	margin-top: 40px;
	font-size: 20px;
}

#backdrop {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8);
	z-index: 9999;
}

#processing {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: black;
	font-size: 18px;
	font-weight: bold;
	background: url("../images/loading.gif") center no-repeat;
	height: 70px;
	width: 70px;
	color: transparent;
	background-size: cover;
}

.white-bg {
	background: top left #ff9ba4 !important;
}

#terms-backdrop {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9999 !important;
	color: #666;
	background: #ff9ba4;
	display: none;
}

h2, h4, h5, .heading {
	font-family: RalewayBold;
}

#content {
	padding: 0px 20px;
	margin-top: 60px;
}

.terms-content {
	font-family: RalewayRegular;
}

#terms-close {
	float: right;
	font-size: 40px;
	margin-right: 20px;
	cursor: pointer;
}

#terms-backdrop a {
	color: #FFFFFF;
}

#terms-show {
	text-decoration: underline;
	color: #ff9ba4;
	cursor: pointer;
}

.bold-t {
	font-weight: 900;
}