/* @import 'https://fonts.googleapis.com/css?family=Open+Sans|Roboto'; */

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('/fonts/Open_Sans/OpenSans-Regular.ttf');
	}
@font-face {
	font-family: 'Open Sans';
	font-style: bold;
	font-weight: 600;
	src: url('/fonts/Open_Sans/OpenSans-Semibold.ttf');
	}
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	src: url('/fonts/Open_Sans/OpenSans-Italic.ttf');
	}
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 600;
	src: url('/fonts/Open_Sans/OpenSans-SemiboldItalic.ttf');
	}
@font-face {
	font-family: 'Archivo';
	src: url('/fonts/Archivo_Black/ArchivoBlack-Regular.ttf') format('truetype');
	}


* {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	}

BODY {
	margin: 0;
	padding: 0;
	}

H1 {
	font-family: 'Archivo', sans-serif;
	font-size: 32px;
	color: #205d60;
	}


H2, H3, H4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	}

H2 {
	font-size: 24px;
	}
	
H3 {
	font-size: 20px;
	font-weight: bold;
	}

H4 {
	font-size: 16px;
	font-weight: bold;
	}

.divider {
	display: block;
	position: relative;
	width: 100%;
	height: 1em;
	clear: both;
	border: 0 !important;
	}
 
A {
	color: #205d60;
	text-decoration: none;
	}
A:hover {
	color: #555555;
	}


/* Struktur */
NAV, #nav, FOOTER {
	display: block;
	position: relative;
	width: 100%;
	background-color: #205d60;
	}

ARTICLE {
	display: block;
	width: calc(100% - 4em);
	margin-left:2em;
	}

FOOTER {
	padding: 1em 3em 1em 1em;
	background-color: #ffffff;
	}

#logo {
	display: block;
	position: relative;
	margin: 1em;
	width: 25%;
	height: auto;
	min-width: 200px;
	min-height: 45px;
	}

#logo IMG {
	width: 100%;
	height: auto;
	}

NAV LI, #nav LI {
	display: block;
	position: relative;
	float: left;
	margin: 1em 1em 0 0;
	border-bottom: 6px solid #ffffff;
	}

NAV LI A, #nav LI A {
	color: #ffffff;
	font-weight: bold;
	}

#meny {
	position: absolute;
	right: 2em;
	bottom: 20%;
	padding: 0;
	margin: 0;
	}
	
.spalte {
	display: block;
	position: relative;
	float: left;
	min-height: 20px;
	width: 29%;
	margin-left: 4%;
	}
.spalte:first-child {
	margin-left: 0;
	}

.forklaring {
	display: inline-block;
	width: 1em;
	height: 1em;
	border-radius: 0.5em;
	background-color: rgba(32, 93, 96, 0.58);
	color: #ffffff;
	font-weight; bold;
	font-size: 1em;
	line-height: 1em;
	}
.forklaring::before {
	color: #ffffff;
	content: "?";
	width: 1em;
	height: 1em;
	text-align: center;
	position: absolute;
	}
.uploader {
	width: 100%;
	height: auto;
	min-height: 6vh;
	border: 2px dotted #205d60;
	border-radius: 1em;
	overflow: hidden;
	}

.pw {
	object-fit: cover;
	object-position: center center;
	}

INPUT.ekstra {
	margin-top: 6px;
	}

INPUT[type=file].handler {
	/*display: none;*/
	visibility:hidden;
	height: 1px;
	position: absolute;
	font-size: 10px;
	}

.uploader IMG {
	width: 100%;
	height: auto;
	z-index: 0;
	max-height: 30vh;
	}

.uploader.passfoto IMG {
	width: 100%;
	height: 100%;
	object-fit: cover;
	}
.midtstilt {
	text-align: center !important;
	}

.avpaa {
	height: 0;
	overflow: hidden;
    -webkit-transition: 1.5s ease-in-out;
    -moz-transition: 1.5s ease-in-out;
    -o-transition: 1.5s ease-in-out;
    transition: 1.5s ease-in-out;
	}
.avpaa.paa {
	height: auto;
	overflow: hidden;
    -webkit-transition: 1.5s ease-in-out;
    -moz-transition: 1.5s ease-in-out;
    -o-transition: 1.5s ease-in-out;
    transition: 1.5s ease-in-out;
	}

#matte {
	display: block;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.5);
	z-index: 299;
	}

#content {
	display: block;
	position: absolute;
	top: 25vh;
	left: 25%;
	width: 50vw;
	padding: 1vw;
	border: 1vw solid orange;
	border-radius 20px;
	background-color: rgba(255,255,255,.9);
	}

H1.matchcontent {
	position: absolute;
	top: 13vh;
	font-size: calc(1em + 1vw);
	
	left: calc(25% + 1vw);
	color: orange;
	font-size: bold;
	}

H1.heading {
	color: orange;
	}

BODY.cabinet {
	background-color: #205d60;
	}

/* Om oss */
.oppslagbar P {
	height: 0;
	overflow:hidden;
	-webkit-transition: 2s ease-in-out;
    -moz-transition: 2s ease-in-out;
    -o-transition: 2s ease-in-out;
    transition: 2s ease-in-out;
    margin-top: .3em;
	}

.oppslagbar.aapen P {
	height: auto;
	-webkit-transition: 2s ease-in-out;
    -moz-transition: 2s ease-in-out;
    -o-transition: 2s ease-in-out;
    transition: 2s ease-in-out;
	}

.oppslagbar H4 {
	margin-bottom: 0;
	}

/* Knapper */
.btn {
  background: #2d767a;
  background-image: -webkit-linear-gradient(top, #2d767a, #358285);
  background-image: -moz-linear-gradient(top, #2d767a, #358285);
  background-image: -ms-linear-gradient(top, #2d767a, #358285);
  background-image: -o-linear-gradient(top, #2d767a, #358285);
  background-image: linear-gradient(to bottom, #2d767a, #358285);
  -webkit-border-radius: 13;
  -moz-border-radius: 13;
  border-radius: 13px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.btn.aapen {
	position: absolute;
	top: 40%;
	left: 10%;
	right: 10%;
	bottom: 40%;
	}

/* Stjålet */
.bbxsingel {
	display: block;
	position: relative;
	float: left;
	clear: left;
	width: 30%;
	margin: 0 1em 1em 0;
	-webkit-box-shadow: 4px 4px 15px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 4px 4px 15px 3px rgba(0,0,0,0.4);
	box-shadow: 4px 4px 15px 3px rgba(0,0,0,0.4);
	border: 1em solid #ffffff;
	}

/* Mitt */
.bbx {
	display: block;
	position: relative;
	float: left;
	clear: left;
	width: 30%;
	padding-top: 20%;
	margin: 0 1em 1em 0;
	-webkit-box-shadow: 4px 4px 15px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 4px 4px 15px 3px rgba(0,0,0,0.4);
	box-shadow: 4px 4px 15px 3px rgba(0,0,0,0.4);
	border: 1em solid #ffffff;
	}

.bbx1 {
	width: 70%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	}
.bbx2 {
	width: 30%;
	height: 50%;
	position: absolute;
	top: 0;
	left: 70%;
	}
.bbx3 {
	width: 30%;
	height: 50%;
	position: absolute;
	top: 50%;
	left: 70%;
	}
.bbx1, .bbx2, .bbx3 {
	overflow: hidden;
	}
.bbx1 IMG, .bbx2 IMG, .bbx3 IMG {
	width: 100%;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	}
	
.ting {
	display: block;
	position: relative;
	width: 80%;
	clear: left;
	margin: 1em 0 1em 0;
	}

.ting .knapper {
	position: absolute;
	bottom: 0.5em;
	left: 30%;
	left: calc(30% + 3em);
	z-index: 199;
	}

.ting.st_S::before {
	position: absolute;
	top: 0;
	left: 2em;
	display: block;
	height: 1em;
	width: auto;
	background-color: red;
	transform: rotate(90deg);
	transform-origin: left top 0;
	font-weight: bold;
	line-height: 1em;
	padding: 0.5em;
	color: #ffffff;
	content: "STJÅLET";
	z-index:111;
	}
	
.ting.st_K::before {
	position: absolute;
	top: 0;
	left: 2em;
	display: block;
	height: 1em;
	width: auto;
	background-color: #ad6718;
	transform: rotate(90deg);
	transform-origin: left top 0;
	font-weight: bold;
	line-height: 1em;
	padding: 0.5em;
	color: #ffffff;
	content: "KASTET";
	z-index:111;
	}

/*
#boble {
	position: absolute;
	display: none;
	width: 345px;
	min-height: 195px;
	padding: 7px;
	background: #FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: #205d60 solid 10px;
	z-index: 99;
	}

#boble:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 15px 15px 0;
	border-color: #FFFFFF transparent;
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -15px;
	bottom: -15px;
	left: 86%;
	left: 50%;
	z-index: 99;
	}

#boble:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 24px 24px 0;
	border-color: #205d60 transparent;
	display: block;
	width: 0;
	z-index: 0;
	margin-left: -24px;
	bottom: -34px;
	left: 86%;
	left: 50%;
	z-index: 99;
	}
*/


#boble {
	display: block;
	display: none;
	position: fixed;
	top: 20vh;
	left: 10vw;
	width: 80vw;
	padding: 3vw;
	border: 1.5vw solid orange;
	border-radius 20px;
	background-color: rgba(255,255,255,.95);
	z-index: 300;
	box-sizing: border-box; 
	}



/* Forsiden */

BODY.front {
/*	background-image: url(/images/bkg.jpg);
	background-size: cover; */
	}
BODY.front H1 {
	position: relative;
	top: 40%;
	font-size: 54px;
	color: #205d60;
	text-shadow: 3px 3px 5px #FFFFFF;	
	text-align: center;
	}
BODY.front P.statement {
	position: relative;
	top: 20%;
	font-size: 20px;
	color: #205d60;
	text-align: center;
	}
	

#bkg {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: url(/images/cabinet.jpg);
	background-size: cover;
    transition: 10s ease-in-out;
	}


#content .spalte , #content .tredjedel{
	display: block;
	position: relative;
	width: 25%;
	height: auto;
	margin-left: 8%;
	float: left;
    transition: 0.5s ease-in-out;
	}

.blokk {
	display: block;
	position: relative;
	float: left;
	text-align: center;
	min-width: 17%;
	border: 1px solid #bbbbbb;
	margin: 0.3em;
	overflow: hidden;
	}

.blokk IMG {
	position: absolute;
	top: 1.6em;
	left: 0;
	width: 100%;
	height: auto;
	}
.blokk::after {
	top: 0;
	left: 0;
	content: "";
	padding:25% 0;/* vertical value as 100% equals width */
	left: -3px;
	width: 0px;
	float: left;
	display:inline-block;
	}


.spalte .liste {
	display: none;
	}

.spalte H1, .spalte H2 {
	text-align: center;
	}


#resten {
/*	display: none; */
	}



#content .spalte .icon {
	width: 100%;
	height: auto;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
    transition: 0.5s ease-in-out;
	}
#content .spalte.aktiv .icon {
	-webkit-box-shadow: 6px 6px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 6px 6px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 6px 6px 15px 0px rgba(0,0,0,0.75);
    transition: 0.5s ease-in-out;
	}


	
.spalte.aktiv {
	top: -6vh;
	}
.spalte.aktiv .liste {
	display: block;
	}

#hoved {
	position: relative;
	padding: 3vw;
	display: block;
	left: 10vw;
	top: 20vh;
	width: 80vw;
	background-color: rgba(255,255,255,.9);
	}

/* Forms */
input[type="text"], input[type="password"], textarea {
  display: block;
  margin: 0;
  width: 90%;
  min-width: 300px;
  max-width: 90%;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -ms-border-radius: none;
  -o-border-radius: none;
  border-radius: none;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
  outline: none;
}

/* lists */
ul.input-list {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
}
ul.input-list li {
  display: block;
  padding: 0 10px;
  width: 50%;
  float: left;
}

input.lite {
	font-size: 1em;
	line-height: 1em;
	padding: 1px;
	}
	


@media all and (max-width: 800px) {
  ul.input-list {
    margin: 0;
  }
  ul.input-list li {
    padding: 0;
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}
/* ============================================================
  STYLE 1
============================================================ */
input[type="text"], input[type="password"], textarea {
	padding: 3px 4px;
	border: solid 1px gainsboro;
  -webkit-transition: box-shadow 0.3s, border 0.3s;
  -moz-transition: box-shadow 0.3s, border 0.3s;
  -o-transition: box-shadow 0.3s, border 0.3s;
  transition: box-shadow 0.3s, border 0.3s;
}
input[type="text"]:focus, input[type="text"].focus, input[type="password"]:focus, input[type="password"].focus, textarea:focus {
  border: solid 1px #707070;
  -webkit-box-shadow: 0 0 5px 1px #969696;
  -moz-box-shadow: 0 0 5px 1px #969696;
  box-shadow: 0 0 5px 1px #969696;
}

/* Større submit-button */
input[type="submit"], input[type="button"] {
/*	background:#25A6E1;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
	background:-webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background:linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	padding:8px 13px;
	color:#fff;
	font-size:17px;
	border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #1A87B9;
	margin-top: 10px; */

	background:#25A6E1;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#297b80),color-stop(100%,#297b80));
	background:-webkit-linear-gradient(top,#297b80 0%,#205d60 100%);
	background:linear-gradient(top,#25A6E1 0%,#205d60 100%);
	padding:8px 13px;
	color:#fff;
	font-size:17px;
	border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #1A87B9;
	margin-top: 10px;

297b80

}


/* -------------------- Select Box Styles: danielneumann.com Method */
/* -------------------- Source: http://danielneumann.com/blog/how-to-style-dropdown-with-css-only/ */
select {
   border: 0;
   color: #EEE;
   background: transparent;
   font-size: 20px;
   font-weight: normal;
   padding: 2px 10px;
   width: 378px;
   *width: 350px;
   *background: #58B14C;
   -webkit-appearance: none;
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-image: url(/images/selectpil.jpg), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
   background-position: 97% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   margin: 20px 0 20px 0;
   overflow: hidden;
   padding: 5px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 300px;
}

select.firetegn {
	width: 100px;
	margin-right: 1em;
	}
select.totegn {
	width: 60px;
	margin-right: 1em;
	}

#mainselection {
   overflow:hidden;
   width:350px;
   -moz-border-radius: 9px 9px 9px 9px;
   -webkit-border-radius: 9px 9px 9px 9px;
   border-radius: 9px 9px 9px 9px;
   box-shadow: 1px 1px 11px #330033;
   background: #58B14C url("http://i62.tinypic.com/15xvbd5.png") no-repeat scroll 319px center;
}


/* -------------------- Select Box Styles: stackoverflow.com Method */
/* -------------------- Source: http://stackoverflow.com/a/5809186 */
select#soflow, select#soflow-color {
}

select#soflow-color {
   color: #fff;
   background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#779126, #779126 40%, #779126);
   background-color: #779126;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   padding-left: 15px;
}


/* Twitter typeahead */
.tt-query, /* UPDATE: newer versions use tt-input instead of tt-query */
.tt-hint, tt-input {
    width: 396px;
    height: 30px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    border: 2px solid #ccc;
    border-radius: 8px;
    outline: none;
}

.tt-query { /* UPDATE: newer versions use tt-input instead of tt-query */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999;
}

.tt-menu { /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
    width: 422px;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

.tt-suggestion.tt-is-under-cursor, .tt-suggestion.tt-cursor { /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}

/* JQUERY typeahead */
/* https://github.com/devbridge/jQuery-Autocomplete */
.container { width: 800px; margin: 0 auto; }
.autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

input { font-size: 28px; padding: 10px; border: 1px solid #CCC; display: block; margin: 20px 0; }

.dragging {
	background-color: #205d60;
	}

/* Dropzone.js */
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px; }
  .dropzone.dz-clickable {
    cursor: pointer; }
    .dropzone.dz-clickable * {
      cursor: default; }
    .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
      cursor: pointer; }
  .dropzone.dz-started .dz-message {
    display: none; }
  .dropzone.dz-drag-hover {
    border-style: solid; }
    .dropzone.dz-drag-hover .dz-message {
      opacity: 0.5; }
  .dropzone .dz-message {
    text-align: center;
    margin: 2em 0; }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
    .dropzone .dz-preview:hover {
      z-index: 1000; }
      .dropzone .dz-preview:hover .dz-details {
        opacity: 1; }
    .dropzone .dz-preview.dz-file-preview .dz-image {
      border-radius: 20px;
      background: #999;
      background: linear-gradient(to bottom, #eee, #ddd); }
    .dropzone .dz-preview.dz-file-preview .dz-details {
      opacity: 1; }
    .dropzone .dz-preview.dz-image-preview {
      background: white; }
      .dropzone .dz-preview.dz-image-preview .dz-details {
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear; }
    .dropzone .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none; }
      .dropzone .dz-preview .dz-remove:hover {
        text-decoration: underline; }
    .dropzone .dz-preview:hover .dz-details {
      opacity: 1; }
    .dropzone .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      font-size: 13px;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 1em;
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
      line-height: 150%; }
      .dropzone .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
        font-size: 16px; }
      .dropzone .dz-preview .dz-details .dz-filename {
        white-space: nowrap; }
        .dropzone .dz-preview .dz-details .dz-filename:hover span {
          border: 1px solid rgba(200, 200, 200, 0.8);
          background-color: rgba(255, 255, 255, 0.8); }
        .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
          overflow: hidden;
          text-overflow: ellipsis; }
          .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
            border: 1px solid transparent; }
      .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0 0.4em;
        border-radius: 3px; }
    .dropzone .dz-preview:hover .dz-image img {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-filter: blur(8px);
      filter: blur(8px); }
    .dropzone .dz-preview .dz-image {
      border-radius: 20px;
      overflow: hidden;
      width: 120px;
      height: 120px;
      position: relative;
      display: block;
      z-index: 10; }
      .dropzone .dz-preview .dz-image img {
        display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px; }
      .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
        display: block;
        width: 54px;
        height: 54px; }
    .dropzone .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .dropzone .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in;
      -moz-transition: opacity 0.4s ease-in;
      -ms-transition: opacity 0.4s ease-in;
      -o-transition: opacity 0.4s ease-in;
      transition: opacity 0.4s ease-in; }
    .dropzone .dz-preview:not(.dz-processing) .dz-progress {
      -webkit-animation: pulse 6s ease infinite;
      -moz-animation: pulse 6s ease infinite;
      -ms-animation: pulse 6s ease infinite;
      -o-animation: pulse 6s ease infinite;
      animation: pulse 6s ease infinite; }
    .dropzone .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1000;
      pointer-events: none;
      position: absolute;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-top: -8px;
      width: 80px;
      margin-left: -40px;
      background: rgba(255, 255, 255, 0.9);
      -webkit-transform: scale(1);
      border-radius: 8px;
      overflow: hidden; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        background: #333;
        background: linear-gradient(to bottom, #666, #444);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        -webkit-transition: width 300ms ease-in-out;
        -moz-transition: width 300ms ease-in-out;
        -ms-transition: width 300ms ease-in-out;
        -o-transition: width 300ms ease-in-out;
        transition: width 300ms ease-in-out; }
    .dropzone .dz-preview.dz-error .dz-error-message {
      display: block; }
    .dropzone .dz-preview.dz-error:hover .dz-error-message {
      opacity: 1;
      pointer-events: auto; }
    .dropzone .dz-preview .dz-error-message {
      pointer-events: none;
      z-index: 1000;
      position: absolute;
      display: block;
      display: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      border-radius: 8px;
      font-size: 13px;
      top: 130px;
      left: -10px;
      width: 140px;
      background: #be2626;
      background: linear-gradient(to bottom, #be2626, #a92222);
      padding: 0.5em 1.2em;
      color: white; }
      .dropzone .dz-preview .dz-error-message:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #be2626; }


/* Telefoner */
@media only screen 
  and (min-device-width: 375px) 
  and (max-width: 850px), 
  
  only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 700px) 
  and (-webkit-min-device-pixel-ratio: 2), 
  
  only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

* {  
	box-sizing: border-box;
 	}

BODY {
	width: 100%;
	}
  
 #logo {
 	width: 70%;
 	margin-left: 5%;
 	z-index: 100;
 	}
 
 #meny {
 	position: absolute;
 	top: 0;
 	left:0;
 	width: 100%;
 	height: auto;
 	padding-top: 4em;
 	background-color: inherit;
 	}
 
#meny LI {
 	display: none;
 	float: left;
 	clear: left;
 	width: 100%;
 	padding: 0 0 0 1em;
 	margin: 0;
 	font-size: 2em;
 	line-height: 2em;
	clear: both;
	background-color: inherit;
	color: #ffffff;
	border: 0;
	z-index: 99;
 	}
 
 #meny.aapen LI {
 	display: block;
 	}
 
#meny::before {
	position: absolute;
	display: block;
	content:'\2630';
	color: #ffffff;
	font-size: 2.5em;
	top: 0;
	right: 5%;
	}

#content {
	position: relative;
	top: 5vh;
	width: 90%;
	left: 5%;
	}	
 
.bbx {
	position: relative;
	width: 100%;
	padding-top: 70%;
	clear: both;
	}
.detaljer {
	display: block;
	position: relative;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
	}
.ting {
	width: 100%;
	}
.knapper {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	}

.knapper::before {
	position: absolute;
	display: block;
	content:'\2630';
	color: #205d60;
	font-size: 1.5em;
	top: 0;
	right: 5%;
	}

.knapper A {
	display: none;
	float: right;
	clear: right;
	width: 50%;
	background-color: #205d60;
	color: #ffffff;
	}
.knapper.aapen A {
	display:block;
	width: 100%;
	border-radius: 0;
	margin-top: 1px;
	}
	
	
}

