/*
Theme Name: DSAF
Description: WordPress theme by BrandMonkey ApS
Author: BrandMonkey ApS
Author URI: http://www.brandmonkey.dk
Version: 1.0
*/

@charset "UTF-8"

/* #################################################### RESET #################################################### */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 300;
	margin-bottom: 1.5em;
	width: 100%;
}

td {
	width: 25%;
	padding: 5px 10px;
	border: 1px solid #CCC;
}

/* #################################################### WP CORE #################################################### */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* #################################################### BODY #################################################### */

* {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-size:100%;
	-webkit-font-smoothing: antialiased;
}

/* #################################################### FONTS #################################################### */

h1 {
	font-size: 2em;
	line-height: 1.2em;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 40px;
	color:#333333;
}

h2 {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 600;
	margin-bottom:1.5em;
	text-transform:uppercase;
	color:#333333;
}

p {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 300;
	margin-bottom:1.5em;
	color:#000;
}

a {
	text-decoration: none;
	color: #02556f;
	font-weight: 300;
}

a:hover {
	text-decoration: none;
	color: #333;
}

strong {
	font-weight:800;
}

p strong {
	font-weight:700;
}

/* #################################################### LAYOUT #################################################### */

/* General */

.desktop {
	display:block !important;
}

.no-desktop {
	display:none !important;
}

.full.blue {
  	background-color: #02556f;
}

.border {
	width:100%;
	height:1px;
	background-color:#cccccc;
	margin:10px 0;
	float:left;
}

hr {
	width:100%;
	height:1px;
	background-color:#cccccc;
	margin:25px 0 50px;
	float:left;
	border:none;
}

.language {
    position: absolute;
    right: 20px;
    top: 20px;
}

/* Menu */

.onerow.menu {
  	height: 115px;
  	margin-bottom: 10px;
}

.col3.logo img {
    height: 65px;
    width: auto;
    padding: 23px 0;
}

/* Slideshow */

#slides {
	display: none
}

#slides .slidesjs-navigation {
	margin-top:3px;
}

#slides .slidesjs-previous {
	margin-right: 5px;
	float: left;
}

#slides .slidesjs-next {
	margin-right: 5px;
	float: left;
}

.slidesjs-pagination {
 	 margin: 13px 0 0;
  	float: right;
  	list-style: none;
  	z-index: 9999;
  	width: 100%;
  	text-align: center;
}

.slidesjs-pagination li {
  	margin: 0 1px;
  	display: inline-block;
}

.slidesjs-slide img {
  	width: 100%;
}

.slidesjs-pagination li a {
	display: block;
	width: 13px;
	height: 0;
	padding-top: 13px;
	background-image: url(img/pagination.png);
	background-position: 0 0;
	overflow: hidden;
}

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
	background-position: 0 -13px
}

.slidesjs-pagination li a:hover {
	background-position: 0 -26px
}

#slides a:link,
#slides a:visited {
	color: #333
}

#slides a:hover,
#slides a:active {
	color: #9e2020
}

.navbar {
	overflow: hidden
}
  
.container {
	margin: 0 auto
}

.caption {
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	width: 100%;
  	background: rgba(0,0,0,0.7);
  	color: #FFF;
}

.caption p {
  	font-weight: 700;
  	font-size: 1.25em;
  	padding: 12px 20px 15px;
  	margin-bottom: 0;
  	text-transform: uppercase;
}		

@media (max-width: 767px) {
	.container {
		width: auto
	}
}

@media (min-width: 768px) {
	.container {
        width: 100%
	}
}

/* Header, subpage */

#header.subpage {
	position:relative;
	width:100%;
	height:250px;
	background-image:url(images/header_sub.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}

.col12.content {
	text-align:center;
	margin:75px 0;
}

.col12.content-sub img {
    width: auto;
}

.col12.content h1, .col12.content p {
	padding:0 12.5%;
}

.col12.content-sub .entry-content img {
	width: auto;
	height: auto;
}

p.date {
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: 700;
	margin-bottom: 5px;
	color: #666;
}

.col12.content-sub {
	margin:75px 0;
}

.entry-content ul {
	list-style: inherit;
	margin-left: 20px;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 300;
	margin-bottom: 1.5em;
}

.col12.medlemmer img {
	width: 21%;
	float: left;
	margin: 0 2%;
}

/* Medlemsskab */

.contactform {
	margin-top: 15px;
}

.thanks p {
	border: 1px solid green;
	padding: 10px 15px;
	width: auto;
	display: inline-block;
	margin-top: 20px;
	border-left: 5px solid green;
}

.error p {
	border: 1px solid red;
	padding: 10px 15px;
	width: auto;
	display: inline-block;
	margin-top: 20px;
	border-left: 5px solid red;
}

span.error {
	color: red;
	text-align: right;
	font-size: 0.8em;
	width: 100%;
	display: block;
}

span.asterisk {
	color: red;
	font-size: 0.7em;
	position: absolute;
	margin-left: 5px;
}

.error {
	text-align: left;
}

.contactContent {
	margin-bottom: 6px;
}

.contactform label, label {
  	color: #333333;
  	font-size: 0.875em;
  	width: 20%;
  	display: inline-block;
  	float: left;
	line-height: 23px;
 	font-weight: 500;
}

.contactform .comment label {
	vertical-align: top;
}

.contactform input, input[type="text"], input[type="email"], textarea {
	border: none;
	padding: 5px;
	width: 79%;
	background: #f3f3f3;
}

.contactform textarea {
	border: none;
	padding: 5px;
	width: 74%;
	background: #f3f3f3;
}

.contactform input:hover, .contactform input:focus, .contactform input:active,
input:hover, input:focus, input:active {
	background:#d6d7d8;
	outline:none;
}

.contactform input[type="submit"], input[type="submit"] {
	float: right;
	width: auto;
	padding: 8px 15px;
	cursor: pointer;
	background: #02556f;
	color: #FFF;
	margin-top: 20px;
	font-weight:600;
	text-transform:uppercase;
	border: none;
}

div.wpcf7-mail-sent-ok {
    border: none !important;
    background-color: green !important;
    color: #FFF !important;
    text-align: center !important;
    padding: 15px !important;
    width: auto !important;
    margin: 70px 0 0 0 !important;
}

/* Header, subpage */

#header.subpage {
  	height: 100px;
  	background-position: center;
}

/* Footer */

#footer {
	background-color: #f0f0f0;
	float: left;
	width: 100%;
	text-align:center;
}

.footer li {
	font-weight: 400;
	font-size: 0.85em;
	line-height: 40px;
	display: inline-block;
	color: #333;
}

.footer li:after {
	content: "/";
	margin: 0 15px;
}

.footer li:last-child:after {
	content: "";
	margin: 0;
}

.footer a {
	color: #333333;
	text-decoration: none;
	font-weight: 400;
}

/* NAVIGATION */

#navigation ul ul {
	display: none;
}

#navigation ul li:hover > ul {
	display: block;
}

#navigation ul {
	list-style: none;
	position: relative;
	display: inline-block;
	white-space: nowrap;
}

#navigation ul:after {
	content: ""; clear: both; display: block;
}

#navigation ul li {
	float: left;
}

#navigation ul li:hover a {
	color: #FFF;
	background-color:#01475d;
}

#navigation ul li.current-menu-item a, #navigation ul li.current-menu-ancestor a {
	color: #FFF;
	background-color:#01475d;
}
		
#navigation ul li a {
	display: block;
	padding: 0px 15px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.95em;
	font-weight: 400;
	padding-top: 50px;
	padding-bottom: 17px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}
			
#navigation ul ul {
	padding: 0;
	position: absolute;
	top: 115px;
}

#navigation ul ul li {
	float: none; 
	position: relative;
}

#navigation ul ul li a {
	padding: 10px 20px;
	line-height: 30px;
	background: rgb(204,24,0);
	display: block;
	margin-bottom: 1px;
	color: #FFF !important;
}
		
#navigation ul ul ul {
	position: absolute; 
	left: 100%; 
	top:0;
}

@media only screen and (min-width: 768px) {
#navigation ul.sub-menu li a {
  	background-color: #DDD;
	color:#01475d !important;
}

#navigation ul ul li a:hover {
	background: #02556f;
	color: #FFF !important;
}
}

#navigation ul.sub-menu li {
  	padding-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width:1023px){

.col12.content-sub .entry-content img {
	width: auto;
	height: auto;
}

}

@media only screen and (max-width: 767px) {

.col12.content-sub .entry-content img, .col12.content-sub img {
	width: 100%;
	height: auto;
}

.col12.medlemmer img {
	width: 70%;
	float: left;
	margin: 0px 15%;
}

}



/* #################################################### MOBILE #################################################### */



@media screen and (max-width: 768px) {

.desktop {
	display:none !important;
}

.no-desktop {
	display:block !important;
}

/* #################################################### FONTS #################################################### */

h1 {
	font-size: 1.8em;
}

/* #################################################### LAYOUT #################################################### */

/* Menu */

#menu {
  	position: absolute;
}

.onerow.menu {
  	height: 75px;
}

.col3.logo img {
  	height: 35px;
  	padding: 20px 0;
  	float: right;
}

/* Medlemsskab */

.contactform input, input[type="text"], input[type="email"], textarea {
  	padding: 2%;
  	width: 96%;
}

label {
    display: block;
    float: none;
}

.contactform input[type="submit"], input[type="submit"] {
    width: 100%;
}

/* Header, subpage */

.col12.content h1, .col12.content p {
	padding:0 0%;
}

/* Footer */

#footer {
  	padding: 20px 0;
  	float: inherit;
  	clear: both;
  	overflow: auto;
}

.footer li {
	display: block;
	line-height: 20px;
}

.footer li:after {
	content: "";
	margin: 0 0;
}

/* NAVIGATION */

#navigation ul ul {
	display: block;
}

#navigation ul {
	list-style: none;
	position: relative;
	display: inline-block;
	white-space: nowrap;
}

#navigation ul li {
	float: left;
	width: 100%;
	padding-bottom: 0px;
}
		
#navigation ul li a {
	display: block;
	padding: 0px 20px;
	color: #000;
	text-decoration: none;
	line-height: 65px;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 400;
	border-bottom: 1px solid #FFF;
	margin-bottom:0;
}
		
#navigation ul ul {
	padding: 0;
	position: relative; 
	top:auto;
}

#navigation ul ul li {
	float: none; 
	position: relative;
}

#navigation ul ul li a {
	padding: 10px 0px 10px 40px;
	color: #000;
	line-height: 30px;
	background: transparent;
	min-width: inherit;
	border-top: none;
	color:#000 !important;
}

#navigation ul li:hover a, #navigation ul ul li a:hover {
	color: #01475d !important;
	background-color: transparent;
}

#navigation ul li.current-menu-item a, #navigation ul li.current-menu-ancestor a {
  	color: #01475d;
  	background-color: transparent;
}

}