/* Overwriting standard foundation css 
   must be loaded after foundation.css
****************************************/

body { color: #00004d; }

.callout { 
	position: static;
	color: #00004d;
 }

.help-text { color: #00004d; }

.vertical a{ color: #00004d; }

.card { color: #00004d; }

label { color: #00004d; }

/* .required { font-weight: bold; } */

/* label.required:before { content: "* "; }	*/

/* Foundation icon sizes */
	.size-12 { font-size: 12px; }    
	.size-14 { font-size: 14px; }
    .size-16 { font-size: 16px; }
	.size-18 { font-size: 18px; }
	.size-21 { font-size: 21px; }
    .size-24 { font-size: 24px; }
    .size-36 { font-size: 36px; }
    .size-48 { font-size: 48px; }
    .size-48b { font-size: 48px; color: dark blue; }
    .size-60 { font-size: 60px; }
    .size-72 { font-size: 72px; }

td { vertical-align: top; }

/* img, .orbit-caption { border-radius: 5px; }	*/

.accordion-title { font-size: 1.2rem; font-weight: bold; color: #00004d; }

.accordion-content { color: #00004d; }

.tabs-title a{ font-size: 1.2rem; font-weight: bold; }

.tabs-content, .input-group-label { color: #00004d; }

a:hover, a:focus, .tabs-title a:hover, .tabs-title a:focus { color: maroon; }


thead th, tfoot td{ color: #00004d; }
    
/* end overwriting foundation.css
*********************************
   NFK specific styles area     */

.orbit-text-slide {
	background: #CCCCCC;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	border-radius: 5px;
}
#NFK-masthead {
	background: url('https://www.rc-nfk.dk/images/banners/banner1000.jpg') center center no-repeat;
	height: 320px;
	padding: 0;
/*	box-shadow: 10px 10px 5px #888888;
	border-radius: 5px;	*/
	margin-top: 5px;
	margin-bottom: 25px;
}
#NFK-masthead img {
	margin: 10px 10px 10px 10px;
	float: left;
}
#NFK-masthead h3, h5 {
/*	text-shadow:2px 2px 2px #ffffff; */
}
#NFK-masthead h3 {
	font-family: Arial;
	font-weight: bold;
}
/* Responsive Masthead sizes */
@media screen and (max-width: 39.9375em) {
	/* small screens only */
	#NFK-masthead { height: 200px; }
	#NFK-masthead-text { height: 145px; }
	#NFK-masthead img { width: 60px; height: 60px; }
	.NFKfooter { font-size: .5em; }
	.NFKonly-footer { font-size: .5em; }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	/* medium only */
	#NFK-masthead { height: 270px; }
	#NFK-masthead-text { height: 200px; }
}
@media screen and (min-width: 64em) {
	/* large screens */
	#NFK-masthead { height: 319px; }
	#NFK-masthead-text { height: 250px; }
}


#NFKonly-masthead {
	background: #00004d;
	height: 125px;
	padding: 0;
/*	border-radius: 5px;	*/
	margin-top: 0px;
	margin-bottom: 25px;
}
#NFKonly-masthead img {
	margin: 10px 10px 10px 10px;
	float: left;
}
#NFKonly-masthead h3 {
	color: white;
}

#NFK-main-menu {
	opacity: 0.75;
	position: relative;
	top: 150px;
	width: 1000px;
	z-index: 1000;
}
.NFK-sub-menu li{
	opacity: 0.95;
	color: white;
}

.NFK-sub-menu a:hover {
	background: #00004d;
	color: white;
}

/* NFK only CSS*/
#NFKonly, #NFKonly .callout, #NFKonly .fieldset legend {
	background-color: #F0F0F0;
	color: #00004d;
}

#NFKonly-main-menu {
	position: relative;
	top: 10px; 
	width: 1000px;
	background: #00004d;
	color: white;
}
.NFKonly-sub-menu li{
	opacity: 0.55;
	background: #00004d;
	color: white;
}
.NFKonly-has-submenu a{
	background: #00004d;
	color: white;
}
.NFKonly-sub-menu a:hover {
	background: gray;
	color: red;
}
.NFKoffMenu {
		margin: 2em;
}
.NFKoffMenu p {
	text-align: center;
}
.NFKoffMenu	a:hover { color: maroon; }	

#copyright {
/*	background: #00004d; */
	color: white;
}
/* end NFKonly CSS */	

	
.photographer:before {
	content: "Foto: ";
}
.author {
	font-style: italic;
	font-size: .8em;
}
.masthead {
/* text-shadow:2px 2px 2px #ffffff; */
}
.masthead h1 {
	font: bold 204% Verdana, Helvetica, sans-serif;
}
.masthead h1, h2 {
	opacity:0.75;
	filter: Alpha(opacity=75);
/*	text-shadow:2px 2px 2px #ffffff; */
}

.NFKupdated {
	font-size: 0.9em;
}

.NFKpict {
	border-radius: 5px;
	margin: 10px;
}
.NFKiframe {
/*	border-radius: 5px; */
}

.NFKfooter, .NFKonly-footer {
	background: #00004d;
	color: white;
	margin-top: 25 px; 
	padding: 10 px;
	/* border-radius: 5px;	*/
}

.NFKonly-footer {
/*	position: relative;
	bottom: 0; */
}
.NFKfooter a {
	color: #FFFFFF;
}
.NFKfooter a:hover {
	color: #CCCCCC;
}

/* for Scrapbook */
.NFKsbTitle a {
	font-size: 1.2em;
	font-weight: bold;
	color: #00004d;
}
.NFKsbSource {
	font-style: italic;
	font-size: .75em;
}

.NFKsbPageList a{ 
	color: #00004d; 
	padding: 5px 10px 5px 10px; 
/*	border-radius: 3px; */
}

.NFKsbPageList a:hover, .NFKsbTitle a:hover { 
	background: lightblue; 
	color: red; 
	border-radius: 3px; 
}

.NFKsbPageList { font-size: .875em; }