html{
    -webkit-text-size-adjust: none;
  	min-height:100%;
}

body:before {
  content: "";
  display: block;
  position: static;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -10;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

html, 
body {
    height: 100%;
}
body {
	margin: 0px;
	font-family: 'raleway', sans-serif;
    font-size: 16px;
	line-height: 1.3;
    font-weight: 500;
  	min-height:100%;
    -webkit-text-size-adjust: none;
    color: #ffffff;
    height: 100%;
}

body.grad {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
  	min-height:100%;
    -webkit-text-size-adjust: none;
}


body.image{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
    -webkit-background-attachment: fixed;
    
  	min-height:100%;
    -webkit-text-size-adjust: none;
}

.back_bild{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  	min-height:100%;
    -webkit-text-size-adjust: none;
}



body.imagerepeat{
	background-repeat: repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
    -webkit-background-attachment: fixed;
    
  	min-height:100%;
    -webkit-text-size-adjust: none;
}


p {
	padding: 0px;
	margin: 5px 0px;
}

p.signoff {
	font-size: 12px;
	font-weight: 600;
	color: #ffffff;
	font-style: oblique;
	padding-top: 10px;
}

#lesson-content p {
	padding: 0px;
	margin: 20px 0px 2px 0px;
}

a, a:active, a:hover, a:link, a:visited {
	color:inherit;
	font-size:inherit;
    text-decoration: none;
}

.nounderline, .nounderline a, 
.nounderline a:active,
.nounderline a:link,
.nounderline a:visited{
    text-decoration: none;
}


p a, p a:active, p a:hover, p a:link, p a:visited {
	color:inherit;
	font-size:inherit;
    font-weight: bold;
    text-decoration: underline;
}
 
.fill {
  height: 100%;
} 

@media (min-width: 468px) {
  
.fill {
  height: 600px;
  }
  }

h1{
  margin: 0px 0px 10px 0px;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
}

h2{
  margin: 20px 0px 5px 0px;  
  font-weight: 700;
  font-size: 23px;
  line-height: 28px;
}

h3{
  margin: 15px 0px 5px 0px; 
  font-weight: 700;
  font-size: 18px;
}


h4{
  margin: 10px 0px 5px 0px;  
  font-weight: 700;
  font-size: 15px;
}

ol,ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 20px;
}

ol {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 20px;
}


li {
    display: list-item;
    text-align: -webkit-match-parent;
}
li ul {
  list-style-type: none;
}
li ul > li {
  text-indent: -20px;
}
li ul > li:before {
  content: "- ";
  text-indent: -20px;
}



.menu h3.active {
border-bottom: 2px solid #ffffff;
}

span.active a {
border-bottom: 2px solid #ffffff;
}

.menu_mobile h3 {
display:inline-block;
color: #ffffff;
}

.menu_mobile h3.active {
border-bottom: 2px solid #ffffff;
}



.device{
	position:fixed;
	right:10px;
	bottom: 0px;
	z-index: 1001;
}

hr.dotted {
  border: 1px dashed #949494;
}




.button, input[type = submit], button[type = submit] {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 11px 15px 7px 15px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin: 0px;
  margin-bottom: 4px;
  margin-top: 4px;
  display:inline-block;
  -webkit-appearance: none;
  border: solid #ffffff 3px;
  cursor: pointer;
  vertical-align: middle;
  min-width: 100px;
}

button[type = submit] {
  width: auto;
  border: 0px;
  font-weight: bold;
  font-size: 15px;
  padding: 10px 20px 10px 20px;
  margin: 8px 0;
  -webkit-appearance: none;
}



.button-black, input[type = submit].black {
  color: #252525;
  border: solid #252525 3px;
}

.button:hover{
  cursor: pointer;
}
.button:active{
  background-color: #ff9911;
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  cursor: pointer;
}


@media (hover: hover) {
.button:hover{
  background-color: #ff9911;
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  cursor: pointer;
}
}


.button img {
	padding-bottom: 4px;
}


.logo:hover{
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  cursor: pointer;
}


.nowrap{
    white-​space: nowrap;
}

.button_media {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 8px 25px 6px 70px;
  color: #ffffff;
  text-align: center;
  margin: 0px;
  margin-bottom: 2px;
  margin-top: 2px;
  display:inline-block;
  -webkit-appearance: none;
  border: solid #ffffff 3px;
  cursor: pointer;
  vertical-align: middle;
}



.media p, .media a, .media a:active, .media a:hover, .media a:link, .media a:visited {
    font-weight: normal;
}

.button_media h2 {
  font-weight: bold;
  font-size: 15px;
}




input[type = submit] {
  width: auto;
  border: 0px;
  font-weight: bold;
  font-size: 15px;
  padding: 10px 20px 10px 20px;
  margin: 8px 0;
  -webkit-appearance: none;
}




.rectangle_large {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 10px 20px 10px 20px;
  margin-bottom: 6px;
  text-align: center;
}

.rounded_corners{
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.border {
 border: 3px solid #ffffff !important;
}

.border-thick {
 border: 8px solid #ffffff !important;
}

.button_super{
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  padding: 5px;
  width: 250px;
  height: 250px;
  color: #252525;
  white-space: nowrap;
  text-align: center;
}


.button_large {
  -webkit-border-radius: 110px;
  -moz-border-radius: 110px;
  border-radius: 110px;
  padding: 5px;
  width: 110px;
  height: 110px;
  color: #252525;
  white-space: nowrap;
  text-align: center;
}

.button_medium {
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  -webkit-appearance: none;
  padding: 5px;
  width: 60px;
  height: 60px;
  white-space: nowrap;
  text-align: center;
}

.button_small {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-appearance: none;
  padding: 5px;
  width: 25px;
  height: 25px;
  white-space: nowrap;
  text-align: center;
  display:inline-block;
}

.button_icon_lesson {
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  -webkit-appearance: none;
  padding: 5px;
  width: 45px;
  height: 45px;
  white-space: nowrap;
  text-align: center;
 border: 3px solid #252525;
min-width:inherit;
}

.button_icon_menu {
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  -webkit-appearance: none;
  padding: 5px;
  width: 75px;
  height: 75px;
  white-space: nowrap;
  text-align: center;
 border: 13px solid #252525;
min-width:inherit;
}

.button_active {
 border: 3px solid #252525;
 background-color: #252525 !important;
 color: #ffffff;
  
}


.vertical_helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.center {
	margin-left: auto;
	margin-right: auto;
}


.center-text {
	text-align: center;
}

.circle {
  -webkit-border-radius: 125px;
  -moz-border-radius: 125px;
	border-radius: 125px;
	text-align: center;
}

.left {
  float: left;
}

.right {
  float: right;
}

.icon {
  width: 20px;
  vertical-align: middle;
}

.icon_medium {
  vertical-align: middle;
  width: 100%;
}

.icon_large {
  vertical-align: middle;
  max-width: 125px;
  width:100%;
}


div.breadcrumb {
  padding: 10px 20px 10px 10px;
  background-color: #e5007d;
  background: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

div.breadcrumb .icon {
  width: 23px;
  vertical-align: top;
}

div.content {
  padding: 20px 40px 20px 40px;
  border:0px;
  overflow: hidden; 
}



div.margin_on_edges{
 margin:10px;
}

div.spaceout {
  padding-top: 20px;
  padding-bottom: 20px;
}

div.image{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

image{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}


div.grad{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

.header {
    padding: 0px 0px 0px 0px;
    background-color: #ffffff;
       background: none;
}

.header_menu {
	margin-left: auto; 
    margin-right: auto;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}

.header_menu span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}

.header_menu:after {
    content: "";
    width: 100%;
    display: inline-block;
    font-size: 0px;
    line-height: 0px;
    height: 0px;
    margin-bottom: -30px;
    padding-bottom:-120px;
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    height: 0;
}

.logo {
	max-width: 80px;
    width: 100%; 
	
}
@media (max-width: 467px) {
  
.logo {
 max-width: 100px;
  }
  }

.menu ul, .menu_mobile ul{
list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu ul, .menu li{
  margin: 0;
  padding: 0;
  display: inline-block;
}

.menu li, .menu_mobile li{
  list-style-type: none;
  }

.menu li{
  padding: 2px 8px;
  display: inline-block;
}

.footer {
  padding: 20px 5px 40px 5px;
  
}

.footerlinks{
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
}

.footer ul, .footer li{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer li {
  display: inline-block;
  padding: 2px 10px;
}

@media (min-width: 432px) {
.footer li {
  display: inline-block;
}
}

.footer li a {
  display: block;
}

.table {
	display: table;
}

.tablerow {
	display: table-row;
}

.tablecol {
	display: table-cell;
}


.pointer{
	cursor: pointer;
}




#language {
width: 40px;
height: 40px;
top: -20px;
left: 65%;
position: absolute;
z-index: 100;
}

#language div{
background-color: #9f22d7;
  padding: 0px;
  padding-top: 15px;
  padding-bottom: 1px;
text-align: center;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
position: relative;
left: -50%;
font-weight: 600;

border: solid #ffffff 2px;
}

/* Animation */


.pulsate {
  -webkit-animation-name: a_pulsate; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-name: a_pulsate;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@-webkit-keyframes a_pulsate {
from {-webkit-box-shadow: 0px 0px 0px #ff9911;}
 to {-webkit-box-shadow: 0px 0px 40px #ff9911;}
  }
@keyframes a_pulsate {
from {-webkit-box-shadow: 0px 0px 0px #ff9911;
-moz-box-shadow: 0px 0px 0px #ff9911;
box-shadow: 0px 0px 0px #ff9911;}
 to {-webkit-box-shadow: 0px 0px 40px #ff9911;
 -moz-box-shadow: 0px 0px 40px #ff9911;
 box-shadow: 0px 0px 40px #ff9911;}
  }
  
  .pulsate:hover{
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
}

.shadow {
  -webkit-box-shadow: 1px 0px 6px 0px #252525;
  -moz-box-shadow:    1px 0px 6px 0px #252525;
  box-shadow:         1px 0px 6px 0px #252525;
  -webkit-box-shadow: 1px 0px 6px 0px rgb(0,0,0,0.7);
  -moz-box-shadow:    1px 0px 6px 0px rgb(0,0,0,0.7);
  box-shadow:         1px 0px 6px 0px rgb(0,0,0,0.7);
}

select {
  margin: 3px;
  padding: 5px 35px 5px 10px;
  font-size: 16px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #252525;
  background-color: white;
  background:url(../img/icons/eku_arrow_down_2_black.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 20px;
}

/* CAUTION: Remove arrow. Need to check */

/* Explorer 10 and 11 */
select::-ms-expand {
    display: none; 
}

/* Explorer 9 */
@media screen and (min-width:0\0) {
    select {
        background: none\9;
        padding: 5px\9;
    }
}


.social:hover{
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -webkit-filter: drop-shadow(1px 5px 5px rgb(0,0,0,0.7));
  filter: drop-shadow(1px 5px 5px rgb(0,0,0,0.2));
  
}


input.toggle-switch {
position: relative;
-webkit-appearance: none; 
appearance: none; 
outline: none;
width: 30px; 
height: 15px;
margin: 0px;
background-color: #949494; 
border: 0px solid #ffffff;
border-radius: 50px; 
/*
-webkit-box-shadow: inset -15px 0 0 0 #ffffff;
box-shadow: inset -15px 0 0 0 #ffffff;
*/
transition-duration: 200ms;
}


input.toggle-switch:after {
content: ""; 
position: absolute;
top: 0px; left: 0px;
width: 15px; height: 15px;
background-color: #ffffff;
border-radius: 50%; 
/*box-shadow: 2px 0px 3px 1px rgba(0,0,0,0.2);*/
}

input.toggle-switch:checked {
border-color: #444444;
box-shadow: inset 15px 0 0 0 #444444;
}

input.toggle-switch:checked:after {
left: 15px;
/*box-shadow: -2px 0px 3px 1px rgba(0,0,0,0.2);*/
}


textarea {
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
  border-radius: 15px;
  width: 100%;
  padding: 6px 10px;
  margin: 8px 0;
  box-sizing: border-box;
  font-size: 16px;  
  font-family: 'Montserrat', sans-serif;
  border: 2px solid #e5007d;
}


.numberCircle {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 4px;
    background: #252525;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
}

.question-status {
    border-radius: 50%;
    border: 2px solid #252525;
    width: 34px;
    height: 34px;
    background: #252525;
    color: #252525;
    text-align: center;
    font-size: 20px;
    position: absolute;
    left:80px;
    top:-5px;
    z-index: 700;
    font-weight: 900;
}


.nav-bar-back {
    background-color: none;
    background-position: 0 0;
    background-repeat: repeat;

    /* Fallback */
    background-image: linear-gradient(to right, #transparent 0 50%, #252525 50% 100%);

    /* CSS gradients */
    background-image: -moz-linear-gradient(90deg, transparent  50%, #252525 50%), 
                      url('../img/luxlucid/kje_background-2.jpg');
    background-image: -webkit-linear-gradient(90deg, transparent  50%, #252525 50%),
                      url('../img/luxlucid/kje_background-2.jpg');
    background-image: linear-gradient(90deg, transparent  50%, #252525 50%),
                      url('../img/luxlucid/kje_background-2.jpg');

    /* IE */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#252525', endColorstr='#252525', GradientType=0);

    background-image: -moz-linear-gradient(90deg, #252525  50%, #252525 50%);
    background-image: -webkit-linear-gradient(90deg, #252525  50%, #252525 50%);
    background-image: linear-gradient(90deg, transparent  50%, transparent 50%);


/*
    background: linear-gradient(90deg, transparent  50%, #252525 50%); 
    -webkit-background: linear-gradient(90deg, transparent  50%, #252525 50%); 
    -moz-background: linear-gradient(90deg, transparent  50%, #252525 50%); 
    -o-background: linear-gradient(90deg, transparent  50%, #252525 50%); 
*/
}

.nav-bar { 
    position: relative;
    top: 0px;
    z-index: 1078;
}






#header.show-nav {
    -webkit-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
  	position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}



.company{
  margin: 0px 0px 0px 0px;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.2;
}

/* large */
@media (min-width: 992px) {
.company{
  margin: 0px 0px 0px 0px;
  font-weight: 300;
  font-size: 25px;
  line-height: 1.2;
}
}

.login{
  margin: 0px 0px 0px 0px;
  margin-left: auto;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.2;
}

/* large */
@media (min-width: 992px) {
.login{
  margin: 0px 0px 0px 0px;
  margin-left: auto;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.2;
}
}


.shadow-large {
  -webkit-box-shadow: 0px 7px 16px 4px rgb(0,0,0,0.7);
  -moz-box-shadow:    0px 7px 16px 4px rgb(0,0,0,0.7);
  box-shadow:         0px 7px 16px 4px rgb(0,0,0,0.7);
}




.button_menu {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-appearance: none;
  padding: 0px;
  max-width: 80px;
  width: 100px;
  white-space: nowrap;
  text-align: center;
  display: inline;
}

.button_menu img{
  max-width: 30px;
  padding-bottom: 0px;
}



/* CSS talk bubble */
.talk-bubble {
  margin: 40px;
  margin-right:0px;
  display: inline-block;
  position: relative;
  width: 200px;
  height: auto;
 background-color: #ff9911;
  border-radius: 25px 25px 25px 0px;
  -webkit-border-radius: 25px 25px 25px 0px;
  -moz-border-radius: 25px 25px 25px 0px;
  
}
.border{
  border: 8px solid #ff9911;
}
.round{
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}


.tri-right.left-top:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: -20px;
	right: auto;
  top: 0px;
	bottom: auto;
	border: 22px solid;
	border-color: #ff9911 transparent transparent transparent;
}

.tri-right.left-in:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
    left: -20px;
	right: auto;
    top: 38px;
	bottom: auto;
	border: 12px solid;
	border-color: #ff9911 #ff9911 transparent transparent;
}

.tri-right.btm-left:before{
	content: ' ';
	position: absolute;
	width: 40px;
	height: 20px;
	left: 0px;
    right: auto;
    top: auto;
	bottom: -19px;
	border: 0px solid;
	
 background-color: #ff9911;
	border-color: transparent transparent transparent #ff9911;
	border-color: #ff9911;
	border-radius: 0px 0px 25px 25px;
}


.tri-right.btm-left-in:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 38px;
  right: auto;
  top: auto;
	bottom: -20px;
	border: 12px solid;
	border-color: #ff9911 transparent transparent #ff9911;
}


.tri-right.btm-right-in:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: 38px;
	bottom: -20px;
	border: 12px solid;
	border-color: #ff9911 #ff9911 transparent transparent;
}


/*Right triangle, placed bottom right side slightly in*/

.tri-right.btm-right:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: 0px;
	bottom: -20px;
	border: 12px solid;
	border-color: #ff9911 #ff9911 transparent transparent;
}

.tri-right.right-in:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: -20px;
  top: 38px;
	bottom: auto;
	border: 12px solid;
	border-color: #ff9911 transparent transparent #ff9911;
}

/* Right triangle placed top right flush. */
.tri-right.border.right-top:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: -40px;
  top: -8px;
	bottom: auto;
	border: 32px solid;
	border-color: #ff9911 transparent transparent transparent;
}
.tri-right.right-top:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: -20px;
  top: 0px;
	bottom: auto;
	border: 20px solid;
	border-color: #ff9911 transparent transparent transparent;
}

/* talk bubble contents */
.talktext{
  padding: 1em;
  text-align: left;
  line-height: 1.5em;
}
.talktext p{
  /* remove webkit p margins */
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  margin: 0px !important;
}

.padding-md {
    padding: 1em;
    padding-top: 0.6em; 
}

p.course-pris {
	font-size: 20px;
	font-weight: 600;
	color: #252525;
}


.menu_mobile{
    position: absolute;
    z-index: 1000;
    background-color: #252525;
}


.strike {
    position: relative;
    display: inline-block;
}
.strike::before {
    content: '';
    border-bottom: 2px solid black;
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
}

form select{
    display:inline-block;
}




.questions > h3{
    padding-top: 10px;
    padding-bottom: 10px;
}

.questions > .highlighted{
    margin: 15px 0px 5px 0px; 
    font-weight: 700;
    font-size: 22px;
    color: #ff9911;
}


.questions{
    max-width: 600px;
    text-align:center;
}

.questions p {
    font-size: 18px;
    font-weight: 500;
    
    padding-top: 5px;
    padding-bottom: 15px;
}

.questions li {
    font-size: 18px;
    font-weight: 500;
    padding-top: 2px;
    padding-bottom: 5px;
}
