@charset "UTF-8";
/* CSS Document */

/* preloader */

@media screen {
div#preloader {
	position: absolute;
	left: -9999px;
	top:  -9999px;
}

div#preloader img {
	display: block;
}
}

@media print {
div#preloader, div#preloader img {
	visibility: hidden;
	display: none;
}
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../img/preloader.gif') center no-repeat #fff;
}

/* /preloader */

.show-desktop {
	display: block;
}

.show-mobile {
	display: none;
}

.picture1, .picture2 {
	height: 354px;
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.picture1 {
	background-image: url('../img/q1-box1.jpg');
}

.picture2 {
	background-image: url('../img/q1-box2.jpg');
}

.show-small {
	display: none;
}

body {
	background-color: #404040;
	color: #000;
	font-family: 'NeoSansStd-Regular', Arial, Helvetica, sans-serif;
	background-image: url('../img/background.jpg');
	background-position: center 0px;
	background-repeat: repeat-x;
}

#main {
	background-color: #fff;
	padding-bottom: 30px;
}

#main-quiz {
	background-color: #fff;
	padding-bottom: 0;
}

.maxWidth {
	max-width: 768px;;
}

.topbanner {
	height: 84px;
	background-color: #fff;
	background-image: url('../img/topbanner-baggrund.png');
	background-position: center 0px;
	background-repeat: repeat-x;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.4);
	z-index: 999;
	position: relative;
}

.resultat-top {
	background-color: #eceff1;
	padding-top: 30px;
	padding-bottom: 30px;
}

.topfoto {
	width: 100%;
}

.topfotobanner {
	background-image: url('../img/startbanner_bagg.jpg');
	background-position: center 0px;
	background-repeat: repeat-x;
	margin-bottom: 40px;	
}

.konkurrebanner {
	background-image: url('../img/fodbold-grafik-bagg.jpg');
	background-position: center 0px;
	background-repeat: repeat-x;
	position: relative;	
}

.konkurrencefoto {
	background-image: url('../img/fodbold-grafik.jpg');
	background-position: center -70px;
	background-repeat: no-repeat;
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;	
}

.cta-banner {
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}

.logo {
	position: absolute;
	top: 0;
	left: 11px;
}

.eg-visual {
	max-width: 100%;
}

#footer {
	text-align: center;
	padding: 20px 0 20px 0;
	color: #fff;	
}

/* Quiz styling */

.quiz-status-logos {
	width: 100%;
	height: auto;
}


.quizStatus {
	padding-top: 30px;
}

.quiz-ama-logo, .quiz-prof-logo {
	position: absolute;
	top: 0;
}

.quiz-ama-logo {
	left: 0;
}

.quiz-prof-logo {
	right: 0;
}

.statusmeter {
	height: 100px;
	position: relative;
	top: -10px;
}

.statusmeter-outer {
	position: relative;
	width: calc(100% - 220px);;
	height: 4px;
	top: 53px;
	margin-left: auto;
	margin-right: auto;
	background-color: #395f6f;
}

.statusmeter-inner {
	width: 50%;
	position: relative;
	-webkit-transition: width 0.5s;
    transition: width 0.5s;
    transition-timing-function: linear;
}

.status-marker {
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 4px solid #395f6f;
	background-color: red;
	right: -15px;
	top: -13px;
}

.selectorbox {
	margin-top: 40px;
	margin-bottom: 40px;
}


/* Typografi */

.heading {
	text-align: center;
}

p, li {
	line-height: 1.6em;
	font-weight: normal;
	font-size: 14px;
}


a {
  color: #555;
  text-decoration: none;
}

a:hover {
  color: #777;
  text-decoration: underline;
}


h1, h2, h3, h4, h5 {
	font-weight: normal;
	margin: 0;
}

h1 {
	font-family: 'NeoSansStd-Bold', Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #c20418;
}

h2 {
	font-family: 'NeoSansStd-Bold', Arial, Helvetica, sans-serif;
	color: #395f6f;
}

#main-highscore h2 {
	font-size: 50px;
}

h3 {
}

h4 {
}

strong {
	font-family: 'NeoSansStd-Bold', Arial, Helvetica, sans-serif;
	font-weight: normal;
}

/* Form */

.form-group {
    margin-bottom: 15px;
}

.forms {
	margin-top: 30px;
}	

.form-control, select {
	height: 38px;
	font-size: 14px;
	font-family: 'NeoSansStd-Regular', Arial, Helvetica, sans-serif;
	color: #777;
}

.form-left {
	padding-right: 5px;
}

.form-right {
	padding-left: 5px;
}

/* Knapper */

.btn-action {
	margin-top: 20px;
	width: 100%;
}
	
.btn-lg, .btn-group-lg>.btn {
	width: 100%;
	/*border-radius: 0px;*/
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline:  none;
    outline:  none;
    outline-offset: none;
}

.btn-primary  {
	height: 38px;
    display: inline-block;
    min-width: 120px;
    max-width: 100%;
    min-height: 40px;
    padding: 9px 15px;
    border: 2px solid #c20418;
    outline: 0;
    background: transparent;
    color: #c20418;
    line-height: 1;
    box-sizing: border-box;
    white-space: normal;
    cursor: pointer;
    transition: background .3s,color .3s,box-shadow .3s;
    border-radius: 0;
}

.btn:active, .btn:focus, .btn:hover, .elq-form .submit-button:active, .elq-form .submit-button:focus, .elq-form .submit-button:hover {
    padding: 11px 17px;
    border: none;
    background: linear-gradient(90deg,#eb6b4a 0,#c20418);
    color: #fff;
    text-decoration: none;
	box-shadow: 0 8px 15px rgba(0,0,0,.25);
}

#loader {
	height: 40px;
	width: 100%;
	margin-top: 20px;
	background-color: #fff;
	background-image: url('../img/loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
}

.btn-facebook {
	color: #fff;
	background-color: #3b5998;
	border-color: rgba(0,0,0,0.2);
	background-image: url("../img/fb_logo.png");
	background-position: 10px center;
	background-repeat: no-repeat;
	width: 100%;
	height: 54px;
	font-weight: normal;
	font-size: 24px;
	padding-left: 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;		
}

.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active, .open>.dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0,0,0,0.2);
}

.modal-content {
    border-radius: 4px;
}
.modal-footer {
	border: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}


@media (min-width: 768px) and (max-width: 991px) {

.picture1, .picture2 {
	height: 345px;
}
}

@media (max-width: 767px) {

.btn-action {
	margin-top: 10px;
	width: 100%;
}

.picture1, .picture2 {
	height: 33vw;
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.maxWidth {
	max-width: 768px;;
}

.topfoto {
	margin-top: 0;
} 

.topfoto-padding {
	padding: 0;
}

.eg-phone {
	margin-bottom: 30px;
}

.eg-visual {
	margin-bottom: 30px;
	max-width: 230px;
}

.show-desktop {
	display: none;
}

.show-mobile {
	display: block;
}

.form-left {
	padding-right: 15px;
}

.form-right {
	padding-left: 15px;
}

/* Quiz elementer */

.quiz-top-logo {
	width: 238px;
}

.quiz-status-logos {
	width: 100px;
	height: auto;
}

.statusmeter {
	top: 10px;
}

.statusmeter-outer {
	width: calc(100% - 192px);;
	top: 47px;
}

.pictureSpacer {
	margin-bottom: 10px;
}

/* /Quiz elementer */

}

@media (max-width: 480px) {

.show-small {
	display: block;
}

.topbanner {
    height: 64px;
    background-position: center center;
}

.logo {
	width: 65px;
}


.konkurrencefoto {
	background-image: url('../img/fodbold-grafik-mobile.jpg');
	background-position: right -70px;
}

/* Quiz elementer */

.quiz-top-logo {
	width: 40vw;
}

.quiz-status-logos {
	width: 75px;
	height: auto;
}

/* /Quiz elementer */

.quizStatus {
    padding-top: 10px;
}

.statusmeter {
    height: 70px;
    top: -15px;
}

.statusmeter-outer {
	width: calc(100% - 148px);;
	top: 34px;
}

.status-marker {
	position: absolute;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 4px solid #395f6f;
	background-color: red;
	right: -12px;
	top: -10px;
}

.selectorbox {
	margin-top: 20px;
	margin-bottom: 20px;
}

h2 {
	font-size: 4.5vw;
}
}

@media (max-device-width: 320px) {


.hideSmallDevices {
	display: none;
}

.marginSmallDevices {
	margin-top: 16px;
}

}

/* End responsive ------------------------------------------------ /*



/* Globale elementer */

/* Validator */

#validator {
	width: 100%;
	height: 105%;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.6);
	z-index: 1;
	top: 0;
	left: 0;
	display: none;
}

.valitator-content {
	width: 90%;
	max-width: 300px;
	height: 170px;
	position: absolute;
	background-color: #fff;
	z-index: 2;
	top: 50px;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 4px;
	-webkit-box-shadow: 0px 10px 26px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 26px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 26px 0px rgba(0,0,0,0.75);
	text-align: center;
	padding: 30px;
	font-size: 125%;	
}

.alertText {
	height: 50px;
}

#Alert {
	z-index: 9999;
}

/* /Validator */

/* Timer */

.counterBar {
	height: 22px;
	width: 100%;
	border: 2px solid #c20418;
	padding: 1px;
}

.counter {
    height: 16px;
    width: 100%;
    background-color: #c20418;
	-webkit-transition: width 0.1s; /* For Safari 3.1 to 6.0 */
    transition: width 0.1s;
	transition-timing-function: linear;
}

/* /Timer */

#main-highscore table {
	width: 100%;
	margin-top: 30px;
} 

#main-highscore h2 {
	font-size: 40px;
}

#main-highscore .maxWidth {
	max-width: 1366px;
}

#main-highscore th {
	background-color: #c20418;
	color: #fff;
}


#main-highscore tr:nth-child(even) {
	background: #fff;
}

#main-highscore tr:nth-child(odd) {
	background: #cdd7db;
}



#main-highscore td, #main-highscore th  {
	padding: 5px;
	text-align: center;
}

#main-highscore table {
	font-size: 18px;
}



