/*
CSS for n-kh.dk
*/
/* set fonts used */
/*@import url(https://fonts.googleapis.com/css?family=Oxygen); /*Importing Google free webfont*/ /*Used link in html instead - See http://stackoverflow.com/questions/12316501/including-google-web-fonts-link-or-import/12380004#12380004 */
/* Google fonts disabled from 250518 due to EU GDPR regulations */
/* If fonts present locally, they will be used, othervise standard browser fallback fonts will be used */
body, p, h1, h2, h3, h4, h5, h6, header, footer, p.content {
	font-family: Oxygen, Arial, Helvetica, sans-serif;
	}
p {
	font-size: 85%;
	/*text-align: left;*/
	text-decoration: none;
	color: black;
	opacity: 1;
	font-weight: 300;
	}
h1 {
	font-size: 120%;
	font-weight: 700;
	opacity: 1;
}
h2 {
	font-size: 100%; 
	font-weight: 400;
	opacity: 1;
	}
h3 {
	font-size: 95%;
	font-weight: 400;
	opacity: 1;
	text-align: left;
	}
h4 {
	font-size: 85%;
	font-weight: 400;
	opacity: 1;
	}
body {
	text-align: left;
	top: 0px;
	bottom: 0px;
	background: url(/grafik/baggrund-gradient-1920.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	margin: 0;
	padding: 0px;
	}
/* Link styles, general */
a {
	}
a:link {
	color: black;
	opacity: 1;
	text-decoration: underline;
	}
a:visited {
	color: black;
	text-decoration: underline;
	opacity: 1;
	}
a:hover {
	color: black;
	text-shadow: 1px 1px 1px;
	opacity: 0.8;
	}
a:active {
	color: black;
	opacity: 0.8;
	}
/*Header stuff*/
#content_hide_on_roll {
	position: fixed;
	background: inherit;
	z-index: 8;
	height: 15px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	}
header {
	background: inherit;
	color: #c8760b;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	text-align: center;
	}
#header {
	z-index: 10;
	/*color: #c8760b;*/
	background: white;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;	
	top: 0px;
	bottom: 0px;
	height: 50px;
	width: inherit;
	position: fixed;
	text-align: center;
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
	}
#header_logo {
	padding-left: 10px;
	padding-top: 10px;
	text-shadow: 5px 5px 5px grey;
	float: left;
	color: #c8760b;
	font-size: 140%;
	font-weight: 700;
	}
#header_logo a, #header_logo a:link, #header_logo a:visited {
	color: #c8760b;
	text-decoration: none;
	}
#header_logo a:hover {
	text-shadow: 0px 0px 0px;
	opacity: 1;
	}
#header_menu {
	position: static;
	float: right;
	padding-right: 10px;
	color: #c8760b;
	text-shadow: 2px 2px 2px #c8760b;
	font-size: 75%;
	font-weight: 400;
	}
.menu_button {
	display: inline-block;
	padding-top: 10px;
	}
.menu_button a, .menu_button a:link, .menu_button a:visited {
	color: black;
	text-decoration: none;
	opacity: 0.8;
	padding-left: 4px;
	padding-right: 4px;
	}
.menu_button a:hover {
	background-color: #c8760b;
	display: inline-block;
	border-radius: 5px;
	text-decoration: none;
	text-shadow: none;
	}
#menu_button_active a:hover, #menu_button_active a, #menu_button_active a:link, #menu_button_active a:visited {
	background-color: #c8760b;
	display: inline-block;
	border-radius: 5px;
	text-decoration: none;
	text-shadow: none;
	}
img.lang {
	margin: 0;
	border-radius: 2px;
	height: 12px;
	width: 20px;
	}
#content_menu {
	height: 75px;
	top: 50px;	
	position: fixed;
	float: none;
	width: inherit;
	z-index: 9;
	background: rgba(255, 255, 255, 1); /* For browsers not supporting gradients */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 10px, rgba(255, 255, 255, 1) 10px, rgba(200, 118, 11, 1), rgba(0, 0, 0, 0));
	opacity: 1;
	padding-bottom: 0px;
	padding-top: 0px;
  }
.content_button {
	display: inline-block;
	width: 15%;
	height: 25px;
	font-size: 75%;
	}
.content_button a, .content_button a:link, .content_button a:visited {
	color: black;
	height: 25px;
	text-decoration: none;
	display: block;
	opacity: 1;
	padding-left: 4px;
	padding-right: 4px;
	background-color: transparent;
	}
.content_button a:hover {
	background-color: #c8760b;
	height: 25px;
	opacity: 1;
	display: block;
	border-radius: 5px;
	text-decoration: none;
	text-shadow: 0px 0px 0px;
	}
#header_list, #content_list {
	padding: 0px;
	}
/*End Header stuff*/
/*Content stuff*/
#content_wrapper {
	z-index: 5;
	top: 0px;
	left: 0px;
	right: 0px;	
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 70%; 
	padding-bottom: 40px;
	opacity: 1;
	overflow: hidden;
	background: rgba(232, 187, 125,1);
	}
#content {
	position: relative;
	margin-top: -20px;
	top: 80px;
	margin-bottom: 50px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	}
.anchor {
	display: block;
	height: 90px;
	margin-top: -90px;
	visibility: hidden;
	}
p.content {
	font-size: 85%;
	text-align: left;
	font-weight: 300;
	padding: 0px;
	opacity: 1.0;
	}
/*End content stuff*/
/*Footer stuff*/
footer {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	padding: 0px;
	}
#footer_wrapper {
	overflow: hidden;
	padding-bottom: 5px;
	}
#company_details {
	margin-left: auto;
	margin-right: auto;
	left: 0px;
	right: 0px;
	padding-left: 10px;
	padding-top: 10px;
	background-color: #e8bb7d;
	opacity: 1;
	font-size: 85%;
	font-weight: 700;
	}
div.social {
	padding-top: 15px;
	padding-bottom: 10px;
	display: flex;
	vertical-align: middle;
	height: 25px;
	}
img.social {
	width: 30px;
	height: 30px;
	margin-top: -5px;
	margin-bottom: 0;
	margin-left: 15px;
	}
img.support {
	margin-top: 5px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: 10px;
	padding-right: 0px;
	width: 15%;
	}

#legal_copyright {
	margin-left: auto;
	margin-right: auto;
	opacity: 1;
	text-align: center;
	font-size: 70%;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	background-color: #e8bb7d;
	}
/*End Footer stuff*/
/* Picture setups */
img {
	border: 0px;
	opacity: 1.0;
	border-radius: 10px;
	margin: 5px;
	}
img.images {
	width: 90%;
	height: auto;
	}
img.wide {
	width: 75%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	}
img.medium {
	width: 60%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	}
img.narrow {
	width: 50%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	}
img.small {
	width: 30%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	}
table.images {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 0px;
	border: 0px;
	font-size: 80%;
	font-weight: 300;
	}
td.images_text {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	padding-left: 3%;
	padding-right: 3%;
	}
/* End picture setups */
ul.left, ol.left {
	font-size: 85%;
	text-align: left;
	font-weight: 300;
	text-decoration: none;
	color: black;
	opacity: 1;
	}															/* End of desktop configuration */
	@media screen and (max-width: 960px){			/* Begin tablet screen configuration */
body {
	background: none;
	background-color: rgba(232, 187, 125,1);
	text-align: left;
	top: 0px;
	bottom: 0px;
	margin: 0;
	padding: 0px;
	}
body, p, h1, h2, h3, h4, h5, h6, header, footer, p.content {
	font-family: Oxygen, Arial, Helvetica, sans-serif; 
	}
p {
	font-size: 85%;
	/*text-align: left;*/
	text-decoration: none;
	color: black;
	opacity: 1;
	font-weight: 300;
	}
h1 {
	font-size: 120%;
	font-weight: 700;
	opacity: 1;
}
h2 {
	font-size: 100%; 
	font-weight: 400;
	opacity: 1;
	}
h3 {
	font-size: 95%;
	font-weight: 400;
	opacity: 1;
	text-align: left;
	}
h4 {
	font-size: 85%;
	font-weight: 400;
	opacity: 1;
	}
/* Link styles, general */
a {
	}
a:link {
	color: black;
	opacity: 1;
	text-decoration: underline;
	}
a:visited {
	color: black;
	text-decoration: underline;
	opacity: 1;
	}
a:hover {
	color: black;
	text-shadow: 1px 1px 1px;
	opacity: 0.8;
	}
a:active {
	color: black;
	opacity: 0.8;
	}
/*Header stuff*/
header {
	background: inherit;
	color: #c8760b;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
	}
#header {
	z-index: 10;
	background: white;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;	
	margin-bottom: 0px;
	top: 0px;
	bottom: 0px;
	height: 60px;
	width: inherit;
	position: fixed;
	text-align: center;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	}
#header_logo {
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-shadow: 5px 5px 5px grey;
	float: none;
	color: #c8760b;
	font-size: 140%;
	font-weight: 700;
	}
#header_logo a, #header_logo a:link, #header_logo a:visited {
	color: #c8760b;
	text-decoration: none;
	}
#header_logo a:hover {
	text-shadow: 0px 0px 0px;
	opacity: 1;
	}
#header_menu {
	position: static;
	float: none;
	color: #c8760b;
	text-shadow: 2px 2px 2px #c8760b;
	font-size: 75%;
	font-weight: 400;
	}
.menu_button {
	display: inline-block;
	padding-top: 0px;
	padding-left: 5px;
	padding-top: 0px;
	}
.menu_button a, .menu_button a:link, .menu_button a:visited {
	color: black;
	text-decoration: none;
	opacity: 0.8;
	padding-left: 4px;
	padding-right: 4px;
	}
.menu_button a:hover {
	background-color: #c8760b;
	display: block;
	border-radius: 5px;
	text-decoration: none;
	text-shadow: 0px 0px 0px;
	}
#menu_button_active a:hover, #menu_button_active a, #menu_button_active a:link, #menu_button_active a:visited {
	background-color: #c8760b;
	display: block;
	border-radius: 5px;
	text-decoration: none;
	text-shadow: 0px 0px 0px;
	}
#content_menu {
	margin-left: auto;
	margin-right: auto;
	width: inherit;
	height: 75px;
	top: 60px;	
	text-align: center;
	position: fixed;
	z-index: 9;
	background: rgba(255, 255, 255, 1); /* For browsers not supporting gradients */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 8%, rgba(255, 255, 255, 1) 8%, rgba(200, 118, 11, 1), rgba(0, 0, 0, 0));
	opacity: 1;
	  }
.content_button, {
	display: inline-block;
	height: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 75%
	}
.content_button a, .content_button a:link, .content_button a:visited, .content_button a:hover {
	background-color: inherit;
	text-shadow: none;
	height: 25px;
	text-decoration: none;
	opacity: 1;
	padding-left: 4px;
	padding-right: 4px;
	}
#header_list, #content_list {
	padding: 0px;
	}
/*End Header stuff*/
/*Content stuff*/
#content_wrapper {
	z-index: 5;
	top: 0px;
	left: 0px;
	right: 0px;	
	margin-top: 55px;
	margin-left: auto;
	margin-right: auto;
	width: 100%; 
	padding-bottom: 40px;
	opacity: 1;
	overflow: hidden;
	background: rgba(232, 187, 125,1);
	}
#content {
	position: relative;
	margin-top: -20px;
	top: 80px;
	margin-bottom: 50px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	}
.anchor {
	display: block;
	height: 110px;
	margin-top: -110px;
	visibility: hidden;
	}
p.content {
	font-size: 85%;
	text-align: left;
	font-weight: 300;
	padding: 0px;
	}
/*End content stuff*/
/*Footer stuff*/
footer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	}
#footer_wrapper {
	overflow: hidden;
	padding-bottom: 0px;
	}
#company_details {
	margin-left: auto;
	margin-right: auto;
	left: 0px;
	right: 0px;
	padding-left: 10px;
	padding-top: 10px;
	background-color: #e8bb7d;
	font-size: 85%;
	font-weight: 700;
	}
img.support {
	margin-top: 5px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: 10px;
	padding-right: 0px;
	border-radius: 5px;
	width: 20%;
	}
#legal_copyright {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 70%;
	background-color: #e8bb7d;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	padding-bottom: 5px;
	}
/*End Footer stuff*/
img {
	border: 0px;
	opacity: 1.0;
	border-radius: 10px;
	margin: 5px;
	}
img.wide {
	height: auto;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	}
ul.left, ol.left {
	font-size: 85%;
	text-align: left;
	font-weight: 300;
	text-decoration: none;
	color: black;
	opacity: 1;
	}
}																/* End small screen configuration */
	@media screen and (max-width: 479px){			/* Begin mobile configuration */
body {
	background: none;
	background-color: rgba(232, 187, 125,1);
	text-align: left;
	top: 0px;
	bottom: 0px;
	margin: 0;
	padding: 0px;
	}
body, p, h1, h2, h3, h4, h5, h6, header, footer, p.content {
	font-family: Oxygen, Arial, Helvetica, sans-serif;
	}
p {
	font-size: 85%;
	/*text-align: left;*/
	text-decoration: none;
	color: black;
	opacity: 1;
	font-weight: 300;
	}
h1 {
	font-size: 120%;
	font-weight: 700;
	opacity: 1;
}
h2 {
	font-size: 100%; 
	font-weight: 400;
	opacity: 1;
	}
h3 {
	font-size: 95%;
	font-weight: 400;
	opacity: 1;
	text-align: left;
	}
h4 {
	font-size: 85%;
	font-weight: 400;
	opacity: 1;
	}
/* Link styles, general */
a, a:link, a:visited, a:active {
	color: black;
	opacity: 1;
	text-decoration: underline;
	font-size: 110%
	}
a:hover {
	color: black;
	opacity: 0.8;
	text-decoration: underline;
	text-shadow: none;
	}
/*Header stuff*/
header {
	background: inherit;
	color: #c8760b;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
	height: auto;
	}
#header {
	z-index: 10;
	background: white;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;	
	top: 0px;
	bottom: 0px;
	height: auto;
	width: inherit;
	position: relative;
	text-align: center;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	}
#header_logo {
	padding-left: 0px;
	padding-top: 0px;
	text-shadow: 5px 5px 5px grey;
	float: none;
	color: #c8760b;
	font-size: 140%;
	font-weight: 700;
	}
#header_logo a, #header_logo a:link, #header_logo a:visited {
	color: #c8760b;
	text-decoration: none;
	}
#header_logo a:hover {
	text-shadow: 0 0 0;
	opacity: 1;
	}
#header_menu {
	position: relative;
	float: none;
	height: auto;
	color: #c8760b;
	text-shadow: 0 0 0;
	font-size: 80%;
	font-weight: 400;
	}
.menu_button {
	display: inline-block;
	padding: 3px;
	}
.menu_button a, .menu_button a:link, .menu_button a:visited {
	color: black;
	background-color: #c8760b;
	display: inline-block;
	border-radius: 4px;
	text-decoration: none;
	text-shadow: none;
	opacity: 0.8;
	padding: 3px;
	}
.menu_button a:hover {
	background-color: #c8760b;
	text-decoration: none;
	opacity: 1;
	}
#menu_button_active a:hover, #menu_button_active a, #menu_button_active a:link, #menu_button_active a:visited {
	background-color: #c8760b;
	display: block;
	border-radius: 5px;
	text-decoration: none;
	text-shadow: 0px 0px 0px;
	opacity: 0.5;
	}
#content_menu {
	float: none;
	width: 100%;
	height: auto;
	top: 0px;	
	position: relative;
	z-index: 9;
	background: rgba(255, 255, 255, 1);
	opacity: 1;
	font-size: 100%;
	text-align: center;
	padding: 0px;
  }
.content_button {
	height: 25px;
	padding: 0px;
	width: auto;
	padding: 3px;
	}
.content_button a, .content_button a:link, .content_button a:visited, .content_button a:active, .content_button a:hover {
	background-color: #c8760b;
	height: 20px;
	opacity: 0.8;
	padding: 0px;
	border-radius: 5px;
	padding: 1px;
	}
/*End Header stuff*/
/*Content stuff*/
#content_wrapper {
	z-index: 5;
	top: 0px;
	left: 0px;
	right: 0px;	
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%; 
	padding-bottom: 10px;
	opacity: 1;
	overflow: hidden;
	background: rgba(232, 187, 125);
	}
#content {
	position: relative;
	margin-top: 0px;
	top: 10px;
	margin-bottom: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	}
.anchor {
	display: block;
	height: 10px;
	margin-top: -10px;
	visibility: hidden;
	}
p.content {
	font-size: 85%;
	text-align: left;
	font-weight: 300;
	padding: 0px;
	}
/*End content stuff*/
/*Footer stuff*/
footer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	}
#footer_wrapper {
	overflow: hidden;
	padding-bottom: 0px;
	}
#company_details {
	margin-left: auto;
	margin-right: auto;
	left: 0px;
	right: 0px;
	padding-left: 10px;
	padding-top: 0px;
	background-color: #e8bb7d;
	font-size: 85%;
	font-weight: 700;
	}
img.support {
	margin-top: 5px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: 10px;
	padding-right: 0px;
	border-radius: 2px;
	width: 25%;
	}
#legal_copyright {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 70%;
	background-color: #e8bb7d;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	padding-bottom: 5px;
	}
/*End Footer stuff*/
img {
	border: 0px;
	opacity: 1.0;
	border-radius: 10px;
	margin: 5px;
	}
img.wide {
	height: auto;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	}
ul.left, ol.left {
	font-size: 85%;
	text-align: left;
	font-weight: 300;
	color: black;
	text-decoration: none;
	opacity: 1;
	line-height: 200%
	}
}
