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

/* preloader */

.cover-logo {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background-image: url("../img/fef-logo-cover-white.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40%;
}

.dropshadow {
	z-index: -2;
-webkit-box-shadow: 0px 1px 36px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 1px 36px 0px rgba(0,0,0,0.75);
box-shadow: 0px 1px 36px 0px rgba(0,0,0,0.75);
}

h2{
	-webkit-margin-before: 0 !important;
	margin-before: 0 !important;
	line-height: 0.8;
}

p, li{
	font-size: 19px;
}

.info {
	padding: 20px;
	background-color: #fff;
}

.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/loading.gif') center no-repeat #e9ebef;
}

/* Modals */


#signup-box {
	background-image: url('../img/ai_candle.svg');
	background-repeat: no-repeat;
	background-position: top 25px right 15px;
	background-size: 20px;
}

.show-desktop {
	display: block;
}

.show-mobile {
	display: none;
}

.small{
	font-size: 14px !important;
}

html, body {
	width: 100%;
	height: 100%;
}
body {
	background-image: url("../img/baggrund.png");
	color: #000;
	font-family:  'AmnestyTradeGothic', Arial, Helvetica, sans-serif;
	font-size: 16px;
	overflow-x: hidden;
}

.top {
	background-color: #fbf038;
	background-image: url('../img/Lifeline-top-banner.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	height: 140px;
}

.bodyThanks {
	background: url('../img/fist.svg');
	background-size: 70vw auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
}

.content {
	/*background-color: blue;*/
	height: 770px;
}

.graph-spacer {
	height: 16px;
}

.desktop-overlay {
	position: absolute;
	left:0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 22;
}

@media (max-width: 1720px) {
.content {
	height: 44.7vw;
}
}

.maxWidth {
	max-width: 988px;
}

.container-fluid{
	background-color: #ffffff;
	padding: 0; 
}

.left-right-padding {
	padding: 30px 7% 30px 7%;
}

.left-padding {
	padding-left: 5%;
}

.right-padding {
	padding-right: 5%;
}

.picture-box {
	width: 100%;
}

.question-picture {
	width: 100%;
}

.topbanner {
	height: 140px;
}

#topbannerThanks {
	background-color: #000;
	color: #fff;
	padding: 20px 0;
	background-image: url("../img/splatter-left.png");
	background-repeat: no-repeat;
	background-size: 160px 160px;
	background-position: left bottom;
}

#flygtninge{
	background: linear-gradient(to left, rgba(255,0,0,0), #232526, #232526), url("../img/flygtninge.jpg");
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;
	color: #fff;
}

#konflikt{
	background: linear-gradient(to left, rgba(255,0,0,0), #232526, #232526), url("../img/konflikt.jpg");
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;
	color: #fff;
}

#frihed{
	background: linear-gradient(to left, rgba(255,0,0,0), #232526, #232526), url("../img/frihed.jpg");
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;
	color: #fff;
}

#lighed{
	background: linear-gradient(to left, rgba(255,0,0,0), #232526, #232526), url("../img/lighed.jpg");
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;
	color: #fff;
}

#sikkerhed{
	background: linear-gradient(to left, rgba(255,0,0,0), #232526, #232526), url("../img/sikkerhed.jpg");
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;
	color: #fff;
}

#tortur{
	background: linear-gradient(to left, rgba(255,0,0,0), #232526, #232526), url("../img/tortur.jpg");
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;
	color: #fff;
}

#fattigdom{
	background: linear-gradient(to left, rgba(255,0,0,0), #232526, #232526), url("../img/fattigdom.jpg");
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;
	color: #fff;
}


.check{
	width: 49.5%;
	background-color: #fbf038;
	min-height: 100px;
	margin-bottom: 1%;
	padding: 25px;
}

/* Customize the label (the container) */
.checky {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checky input {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  z-index: 1000;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.check:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add the yellow background */
.checky input:checked ~ .checkmark {
  background-color: #fbf038;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checky input:checked ~ .checkmark:after {
  display: block;
}	

/* Style the checkmark/indicator */
.checky .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 15px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer {
	width: 100%;
	position:relative;
	z-index: 99;
	bottom: 0;
}


.modig-signup {
	width: 100%;
	margin-bottom: 60px;
}


/* Typografi */

.yellow {
	color: #fbf038;
}

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

p, li {
	line-height: 1.3em;
	font-weight: normal;
}


a {
  color: inherit;
  text-decoration: underline;
}

a:hover {
  color: inherit;
  text-decoration: underline;
}


.cookies-modal p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.modal-body a {
  color: #fff;
  text-decoration: underline;
}

.modal-body a:hover {
  color: #fff;
  text-decoration: underline;
}


h2, h3, h4, h5 {
	font-family:  'AmnestyTradeGothic Bold', Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-family:  'AmnestyTradeGothic', Arial, Helvetica, sans-serif;
}

.thanks {
	margin: 10vh 5% 0 5%;
}
	
h2 {
}

h3 {
}

#topbannerThanks h3 {
	font-size: 26px;
}

h4 {
	font-size: 20px;
}

.form-felt{
	width: 100%; 
	padding: 15px; 
	margin-bottom: 10px;}

.selector {
	color: #fff;
	margin-left: 60px;
	margin-bottom: 20px;
	cursor: pointer;
    cursor: hand;
}

.selector-active {
	color: #fbf038;
	margin-left: 60px;
	margin-bottom: 20px;
}


.question-text {
	display:inline-block;
	vertical-align: middle
}


.letter {
	text-transform: uppercase;
	font-size: 148%;
	color: #fbf038;
	border: 1px solid #fbf038;
	width: 48px;
	height: 48px;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
	margin-left: -60px;
	vertical-align: middle;
}

.letter-active {
	text-transform: uppercase;
	font-size: 148%;
	background-color: #fbf038;
	color: #000;
	border: 1px solid #fbf038;
	width: 48px;
	height: 48px;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
	margin-left: -60px;
	vertical-align: middle;
}

.selector:hover {
	color: #fbf038;
}

.selector:hover .letter {
	border-color: #fbf038;
	background-color: #fbf038;
	color: #000;
}

.confirm, .next {
	text-align: right;
	height: 36px;
}

.show-hide-confirm {
	display: none;
} 

.footer a {
	font-family:  'AmnestyTradeGothic Bold', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: underline;
	color: #000;	
}

.footer a:hover {
	color: #444;
}

.caps {
	text-transform: uppercase;
}

/* Form */

.forms {
	margin-top: 30px;
}	

.form-control, select {
	height: 55px;
	font-size: 18px;
	font-family:  'AmnestyTradeGothic', Arial, Helvetica, sans-serif;
	border-radius: 0px;
	color: #777;
	border: none;
}

.form-control:focus {
    box-shadow: none;
}


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

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



/* Knapper */


.btn-lg, .btn-group-lg>.btn {
	height: 55px;
	/*width: 100%;
	border-radius: 0px;*/
}

.third{
	width: 33.333%;
}

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

.btn {
	border-radius: 0;
	font-family:  'AmnestyTradeGothic Bold', Arial, Helvetica, sans-serif;
	border: none;
	box-shadow: none !important;
}

.btn-left {
	margin-right: 10px;
}

.bounce-now {
	width: 100%;
}

.btn-right-space {
	margin-right: 4px;
}

.btn-primary {
	min-width: 180px;
    color: #000;
    background-color: #fbf038;
    font-size: 22px;
    margin-top: 15px;
    float: right;
}

.btn-share {
	height: 80px;
	font-size: 30px;
	margin: 0 auto;
	float: none;
	padding-left: 40px;
	padding-right: 40px;
}




.btn-secondary {
	min-width: 56px;
    color: #000;
    background-color: #fff;
}

.btn-info {
	min-width: 180px;
    color: #fff;
    background-color: #000;
    font-size: 22px;
    margin-top: 15px;
}

.btn-warning {
	min-width: 180px;
    color: #000;
    background-color: transparent;
    font-size: 22px;
    margin-top: 15px;
    border: 1px #000 solid;
}

.btn-light {
	width: 100%;
    color: #000;
    background-color:transparent;
    font-size: 16px;
    margin-top: 14px;
    border: 1px #000 solid;
    margin: 0;
}

.btn-light-active {
    color: #fff;
    background-color: #000;
    border: 1px #000 solid;	
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open>.dropdown-toggle.btn-secondary {
  color: #fff;
  background-color: #999 !important;
  outline: none !important;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info,
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .warning-facebook.active, .open>.dropdown-toggle.btn-warning,
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary
{
    color: #000 !important;
    background-color: #ededed !important;
    outline: none !important;
    border: none;
}

.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .open>.dropdown-toggle.btn-light {
    color: #fff;
    background-color: #000;
    outline: none;
    border: 1px #000 solid;
}

.btn-share:hover {
	background-color: #000 !important;
	color: #fbf038 !important;
}

.form{
	width: 55%;	
}

@media (max-width: 768px) {

.form{
	width: 65%;	
}
		
.footer a:hover {
	color: #f7ea44;
}


.show-desktop {
	display: none;
}

.show-mobile {
	display: inline-block;
}

.topbanner {
	height: 90px;
	padding: 0 15px;
}
	
.breaker{
	display: none;	
}
	
h2{
		line-height: 1;
	}

}

@media (max-width: 540px) {
	.check{
		width: 100%;
	}
	.breaker{
	display: block;	
	}
	h2{
		line-height: 0.8;
	}
	h1{
		font-size: 32px;
	}
	p, li{
		font-size: 17px;
	}
	.top{
		background-image: url("../img/lifeline-mobil-banner.jpg");
	}
}

/* Validator */
#validator {
	width: 100%;
	height: 100%;
	position: absolute;
	/*background-color: rgba(0, 0, 0, 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: 0;
	bottom: 0;
	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;
}

#Alert {
	z-index: 9999;
}
/* /Validator */
