@charset "UTF-8";
/* CSS Document */

@import 'https://fonts.googleapis.com/css?family=Comfortaa';
.test {
	
    margin-top: 20px;
	text-align:center;
	}

html {
	cursor: default;
    height: 100%;
	font-family: 'Comfortaa', cursive;
}
body {
    /*min-height: 100%;
    margin: 5px;
    padding: 0;
    background-color:#083641;
	top: 0;
	font-size:18px;*/
}
#wrapper {
	/*padding: 10px 10px 10px 10px;
	border-radius: 25px;
	position:absolute;	
	top: auto;
	left:50%;
	bottom: auto;
	height:800px;
	min-height:100%;
	max-width:1024px;	
	width:1024px;	
	min-width: 310px;
	background-color:#3D62C8;
	background-color:#89dcef;
	margin:auto;
	margin-left:-512px;
	height:860px;*/
}

header {
    /*
	margin: 10px;
	border-radius: 15px;
	box-shadow: 2px 2px 5px black;
    font-size: 36px;
	height: 100px;
	background-color:#478a9a;	
	color:#89dcef;
	text-align:center;	
	line-height: 100px;
	*/
}

header h1 {
	/*
	margin:0;	
	*/
}
nav {
	color: #ff0000;
	/*
    margin-top: 10px;
	padding: 5px 0px 5px 0px;
	 top right bottom left 
	width: 200px;
	/*height: 300px;
	background-color:blue;	
	position:absolute;	
	top: 120px;
	text-align:center;	
	float:left;
	font-size:24px
	*/
}
nav a:link {    
	color: #ff0000;
	/*border-radius: 15px;
	box-shadow: 5px 5px 5px black;
	background-color:#478a9a;	
    color:red;
	display:block;
	width: 150px;
	margin-bottom:10px;
    padding: 5px 15px 4px 15px;
	top right bottom left 
    text-align: center;
    text-decoration: none;
   	display: inline-block;
	transition:all linear .3s;*/
}

nav a:visited {
    color:red;
	*/
}
nav a:hover {
    color:red;
	box-shadow: 2px 2px 5px black;
	*/
}
nav a:active {
	box-shadow: 0px 0px 0px black;
    color:red;
	*/
}
nav #active {
	border-radius: 15px;
	background-color:#478a9a;	
    color:#89dcef;
	width: 150px;
	margin-bottom:10px;
    padding: 5px 15px 4px 15px;
    display: inline-block;
	*/
}

.button {
    text-decoration: none;
    background-color:#478a9a;
	box-shadow: 5px 5px 5px black;
    color: #89dcef;
    padding: 8px 20px;
    margin: 8px 0;
	margin-top: 100px;
    border: 110px;
    border: 2px solid #89dcef;
    border-radius: 15px;
    /*cursor: pointer;*/
	font-size:20px;
	outline:none;
	transition:linear all .3s;
	*/
}

.button:hover {
	box-shadow: 2px 2px 5px black;
	*/
}
.button::active {
	box-shadow: 0px 0px 0px black;
	*/
}


#illustration{
	position:absolute;
    display: flex;              /* establish flex container */
    flex-direction: column;     /* stack flex items vertically */
    justify-content: center;    /* center items vertically, in this case */
    align-items: center;    
	right: 40px;
	top:10px;
	/*bottom: 150px;
	*/
}
#illustration a{
	/*
	cursor:  help;
	cursor:  default;
	cursor: url('images/magnifier.png') , default;
	*/
	
}
	
main {
    /*
	margin: 10px;
	border-radius: 25px;
	box-shadow: 2px 2px 5px black;
	padding: 5px 15px 4px 15px;
	max-width: 820px;
	height:650px;
	width:100%;
	position:absolute;
	position:relative;
	margin-bottom:512px;
	left: 200px;
	right: 160px;
	top:120px;
	bottom:60px;
	max-height: 640px;
	background-color:#478a9a;	
	color:#89dcef;
    overflow: auto;	
	float:left;
	text-align:justify;
	*/
}

.txt-img img{
	float: right;
	border-radius: 15px;
	margin: 35px 0 5px 15px;
	*/
}
.gallery-img .gal-txt{
	/*width:35%;*/
}
.gallery-img{
	text-align:left;
	/*background-color:yellow;	
	display: -webkit-flex;
	display: flex;*/
}
.gallery-img p {
	-webkit-flex-grow: 10; /* Safari 6.1+ */
	flex-grow: 10;
}	
.gallery-img img {
	cursor: url('images/magnifier.png') , default;
	position:relative;
	box-shadow: 2px 2px 5px black;
	/*width: 100%;
	height: 100%;*/
	border-radius: 15px;
	margin: 5px 5px 5px 5px;
	padding-right:0.1%;
	transition:all linear .2s;
}
.gallery-img img:hover {
	color:#89dcef;
	box-shadow: 0px 0px 0px black;
}
	
.dropdown {
    /*position: relative;*/
    display: inline;
}
	
.dropdown-content {
    display: none;
    position: absolute;
    top:160px;
    right:110px;
    background-color: #A9A9A9;
	color:#083641;
	border-radius: 25px;
	/*opacity: 0.75;*/
    /*min-width: 170px;*/
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    padding: 0px 16px;
}
.dropdown:hover .dropdown-content {
	display: block;
    /*background-color: #579aaa;*/
}
	

.showImg {
    /*position: relative;*/
    display: inline;
}
	
.showImg-content {
    display: none;
    position: absolute;
    top:360px;
    right:110px;
  	width: 350px;
  	text-align: center;
    background-color: #89dcef;
	color:#083641;
	border-radius: 25px;
	/*opacity: 0.75;*/
    /*min-width: 170px;*/
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    padding: 0px 16px;
}
.showImg:hover .showImg-content {
	display: block;
    /*background-color: #579aaa;*/
}
	


.form {
	text-align:left;
}
input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 4px 0;
    display: inline-block;
    border: 2px solid #FF0000;
    border-radius: 15px;
    box-sizing: border-box;
}
input[type=password], select {
    width: 100%;
    padding: 12px 20px;
    margin: 4px 0;
    display: inline-block;
    border: 2px solid #FF0000;
    border-radius: 15px;
    box-sizing: border-box;
}

input[type=textarea] {
    width: 100%;
    padding: 12px 20px;
    /* height: 250px; */
    margin: 4px 0;
    display: inline-block;
    border: 2px solid #FF0000;
    border-radius: 15px;
    box-sizing: border-box;
    /*resize: none;*/
}


textarea#besked {
   resize: none;
    width: 100%;
    padding: 12px 20px;
    /* height: 250px; */
    margin: 4px 0;
    display: inline-block;
    border: 2px solid #FF0000;
    border-radius: 15px;
    box-sizing: border-box;
}

input[type=submit] {
   /* width: 100%;*/
    background-color:#FFFFFF;
	box-shadow: 5px 5px 5px black;
    color: #FF0000;
    padding: 8px 20px;
    margin: 8px 0;
    border: 10px;
    border: 2px solid #FF0000;
    border-radius: 15px;
    cursor: pointer;
	font-size:20px;
	outline:none;
	transition:linear all .3s;
}

input[type=submit]:hover {
	box-shadow: 2px 2px 5px black;
}

input[type=submit]:active {
	box-shadow: 0px 0px 0px black;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}


/*.fileUpload {
    background-color:#478a9a;
	box-shadow: 5px 5px 5px black;
    color: #89dcef;
    padding: 8px 20px;
    margin: 8px 0;
    border: 10px;
    border: 2px solid #89dcef;
    border-radius: 15px;
    cursor: pointer;
	font-size:20px;
	outline:none;
	transition:linear all .3s;
}*/

input[type=file]:hover {
	box-shadow: 2px 2px 5px black;
}

input[type=file]:active {
	box-shadow: 0px 0px 0px black;
}


/* - GØR NOGET VED FOCUS !!!!!*/
input:focus {
    /*border-radius: 15px;*/
}
/*p::first-letter {
    color: #ff0000;
    font-size: xx-large;
}*/
p {
	margin:0;	
    display: block;
	
    /*font-variant: small-caps;*/
}

footer {	

    margin: 2px;
	border-radius: 15px;
	box-shadow: 2px 2px 5px black;
	background-color:#FF0000;	
	color:#d1baba;
	position:fixed;
	line-height: 30px;
	height:30px;
	left:10px;
	right:10px;
	text-align:center;	
	bottom:2px;
  padding: 10;
	display: flex;
	justify-content: space-between;
  
}
footer p {	
	/*position:relative;*/
	/*width:30%;*/
	height:30px;
	/*line-height:30px;*/
	/*text-align:center;*/
	/*text-decoration:none;*/
   	/*display: inline-block;*/
  /*padding: 20px;*/
}