@charset "UTF-8";

.adminbody{
	
	margin-left: 10px;
	padding-left: 10px;
	padding-top:10px;
}


.overskrift_hjemme
{
color:#333333;
	border: solid 1px rgba(168,168,168,0.51);
border-radius: 5px;
background-color: rgba(218,230,221,0.33);
padding: 0.5em;
	clear: left;
	font-size: 1.3em; 
	font-weight: bold;
}

.overskrift_ude
{
color:#333333;
	border: solid 1px rgba(168,168,168,0.51);
border-radius: 5px;
background-color: rgba(250,124,126,0.04);
padding: 0.5em;
		clear: left;
	font-size: 1.3em; 
	font-weight: bold;
}

.overskrift
{
color:#333333;
	border: solid 1px rgba(168,168,168,0.51);
border-radius: 5px;
background-color: rgba(181,173,173,0.03);
padding: 0.5em;
		clear: left;
	font-size: 1.3em; 
	font-weight: bold;
}

p {
    margin-bottom:9px;
    margin-top:0.15em;
    line-height: 1em;
}

a {color:#000;
text-decoration: none;
}

h2{
    font-size:2.0em;
}
h3{
    font-size:1.9em;
}
h4{
    font-size:1.5em;
    margin-bottom:0.2em;
    margin-top:0.2em;
}

a:hover{
    color:#666;
}

.colored{
    background-color: #ccc;
    padding-top:1em;
    padding-bottom:1em;
}

.serie{
    width:25%;
    float: left;
}

.serie h3{margin-bottom: 0px;
font-size: 1.3em;
line-height: 1.5em;}

.serie p{
    line-height: 1.5em;
    margin:0px;
}


.edit_img{
    width: 100px;
    margin:2%;
    border: 1px solid #000;
}
.edit_div{
    width: 80%;
    margin-top:1%;
    margin-bottom: 1%;
    padding:1em;
    border: 1px solid #000;
}

/*TABLES*/
.container-table{
	width:100%;
	margin: 0%;
}
.tilmeldteholdcontainer{
    margin:0;
}

.col-container {
  display: table;
  width: 100%;
}
.equalboxleft {
  display: table-cell;
  padding: 16px;
background-color:#ccc;
    width:30%;
}
.equalboxright {
  display: table-cell;    
  padding: 16px;
background-color:#EEEEEE;
    width:70%;
    clear: right;
}


.opretny{
	width:20%;

    margin-top:10px;
	margin-bottom:10px;
	text-align: right;
	font-weight: bold;
	font-size:1.3em;
    border: solid #3B7550 1px; 
    border-radius: 5px;
    float: right;
    background-color: #3B7550;
	padding:0.3em;
}
.opretny a{
    color: #FFF;
}

.opretny a:hover{
    color: #4CAF50;
}


input[type=text], intput[type=password], input[type=file], select, input[type=number], textarea{
  padding:6px;
 width:90%;
	font-size:1.0em;
  border:0;
  box-shadow:0 0 5px 3px rgba(0,0,0,0.07);
	border-radius: 5px;
    margin-bottom: 0.9em;
}

textarea.tekstbokse, textarea{
    line-height: 1.2em;
    font-size:1.2em;
}


.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
	width: 93%;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
	margin-top:0.5em;
    border-radius: 10px;
	
}



.button2:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
	background-color:#316724;
}

/* Hold, stilling liste */
div.stillingTable {
  border: 1px solid #3B7550;
  background-color: #EEEEEE;
  width: 100%;
  text-align: left;
  border-collapse: collapse;

}
.divTable.stillingTable .divTableCell, .divTable.stillingTable .divTableHead {
  border: 1px solid #AAAAAA;
  padding: 5px 4px;
}
.divTable.stillingTable .divTableHeading {
  background: #d3d3d3;
  background: -moz-linear-gradient(top, #f1f1f1 0%, #ccc 66%, #ccc 100%);
  background: -webkit-linear-gradient(top, #f1f1f1 0%, #ccc 66%, #ccc 100%);
  background: linear-gradient(to bottom, #f1f1f1 0%, #f3f3f3 66%, #ccc 100%);
  border-bottom: 2px solid #444444;
}
.divTable.stillingTable .divTableHeading .divTableHead {
  font-size: 15px;
  font-weight: bold;
  color: #000;
  border-left: 0px solid #D0E4F5;
}

.tilmeldteholdrow{
    background-color: #CCC;
    color:#000;
}

.tilmeldtehold_1{
    width:15%;
}


div.blueTable {
  border: 1px solid #3B7550;
  background-color: #EEEEEE;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.divTable.blueTable .divTableCell, .divTable.blueTable .divTableHead {
  border: 1px solid #AAAAAA;
  padding: 8px 5px;
}
.divTable.blueTable .divTableBody .divTableCell {
  font-size: 1em;
}
.divTable.blueTable .divTableRow:nth-child(even) {
  background: #D0E4F5;
}

.divTable.greenTable .divTableRow:nth-child(even) {
  background: #B4C2BA;
}

.divTable.blueTable .divTableHeading {
  background: #70A446;
  background: -moz-linear-gradient(top, #94bb74 0%, #7ead58 66%, #3B7550 100%);
  background: -webkit-linear-gradient(top, #94bb74 0%, #7ead58 66%, #3B7550 100%);
  background: linear-gradient(to bottom, #94bb74 0%, #7ead58 66%, #3B7550 100%);
  border-bottom: 2px solid #444444;
}

.divTable.blueTable .divTableHeading .divTableHead {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
}
.divTable.blueTable .divTableHeadingblack .divTableHead {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  border-left: 1px solid #444444;
}

.divTable.blueTable .divTableHeading .divTableHead:first-child {
  border-left: none;
}

.blueTable .tableFootStyle {
  font-size: 14px;
}
.blueTable .tableFootStyle .links {
	 text-align: right;
}
.blueTable .tableFootStyle .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
.blueTable.outerTableFooter {
  border-top: none;
}
.blueTable.outerTableFooter .tableFootStyle {
  padding: 3px 5px; 
}
/* DivTable.com */
.divTable{ display: table; }
.divTableRow, .divTableRowF { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}

.foreningshead{font-size:18px;
background-color:#3B7550 ;
font-weight: bold;
color:#FFF;}


div.content_wide
{
    width:100%;
    padding-top:2%;
    padding-left: 2%;
}
.container {
	background-color: #FFFFFF;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.row {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline-block
}
.section_full{width:100%;
clear: left;}
.row.blockDisplay {
	display: block;
}

.row.sameheight {
	display: flex;
}
.column_half {
	width: 50%;
	float: left;
	margin-top: 0px;
}
.column_third {
	width: 25%;
	float: left;
	margin-top: 0px;
	flex: 0 0 auto; 
}
.column_content {
	width: 75%;
	float: left;
	clear: right;
	margin-top: 0px;
	flex: 1; 
}
	
.columns {
	width: 25%;
	float: left;
	font-family: "Source Sans Pro";
	color: #000;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.row .columns p {
	padding-left: 10%;
	padding-right: 10%;
}
.container .columns h4 {
	text-align: center;
	color: #01B2D1;
}
.primary_header {
	width: 100%;
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 2px;
	clear: both;
	border-bottom: 2px solid #fff;
	margin-bottom: 0px;
}
.secondary_header {
	margin-top:0px;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
/*	background-color: #B3B3B3;
*/	clear: left;
	border-top: #58595b solid 3px;
}
.sec_header_image{
	width: 100%;
	overflow: hidden;
	  object-fit: cover;

}

.form-overskrift{
	margin-bottom: 8px;
	font-size:1.0em;
	color: #333;
}
.container .secondary_header ul {
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	width: 100%;
}
.secondary_header ul li {
	list-style: none;
	float: left;
	margin-right: auto;
	margin-top: 0px;
	font-family: "Source Sans Pro";
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-left: auto;
	text-align: center;
	width: 16%;
	transition: all 0.3s linear;
}
.secondary_header ul li:hover {
	color: #717070;
	cursor: pointer;
}
.left_article {
	background-color: #FFFFFF;
/*	width: 60%;
	float: left;
	font-family: "Source Sans Pro";*/
	color: #000;
    padding-left:1.5em;
	padding-bottom: 15px;
}

.article{
    padding-left: 5%;
}
.noDisplay {
	display: none;
}
.container .left_article h3 {
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 5%;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}
.container .left_article p,.container .right_article p {
/*	padding-left: 1.5em;*/
	padding-right: 5%;
/*	text-align: justify;*/
	line-height: 24px;
/*	margin-top: 30px;
*/	margin-bottom: 15px;
	color: #000;
}

.left_article img{
    padding-left: 1.3em;
}
.right_article img{
    padding-left: 1.3em;
}

.right_article {
	width: 100%;
	float: left;
/*	background-color: #F6F6F6;
*/}
.container .right_article ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.right_article ul li {
	font-family: "Source Sans Pro";
	list-style: none;
	text-align: center;
	background-color: #B3B3B3;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 0px;
	transition: all 0.3s linear;
	border-left: 5px solid #717070;
}
.right_article ul li:hover {
	background-color: #717070;
	cursor: pointer;
}
.footer {
	background-color: #717070;
}
.title {
	font-weight: bold;
	font-style: normal;
	font-family: "Source Sans Pro";
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 2px;
}
.placeholder {
	/* [disabled]max-width: 400px;
*/
	/* [disabled]max-height: 200px;
*/
	width: 100%;
	padding-top: 30px;
	/* [disabled]padding-left: 19px;
*/
	padding-bottom: 30px;
	height: 100%;
}
.left_half {
	background-color: #1c75bc;
	flex: 0 0 auto; 
	
}
.left_half.content{
	background-color: #fff;
} 
.container .column_half.left_half h2 {
	color: #000;
	font-family: "Source Sans Pro";
	text-align: center;
}
h2{
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 5%;}
		
.right_half {
	background-color: #FFF;
	color: #000;
/*	font-family: "Source Sans Pro";
	text-align: center;
*//*	font-weight: bold;
*/}
.column_title {
	padding-top: 1em;
	padding-left: 1em;
	padding-bottom: 1em;
}
.copyright {
	text-align: center;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	font-family: "Source Sans Pro";
}
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Source Sans Pro";
}

.full_content{
	width:100%;
	clear: both;
	text-align: center;
}

.fullpic{
	width:97%;
	
	display: block;
margin-left: auto;
margin-right: auto;
	margin-top:1em;
}

@media (max-width: 320px) {
.secondary_header ul li {
	float: none;
	margin-top: 28px;
	margin-left: 0px;
	width: 100%;
}
.container .secondary_header ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: 100%;
	text-align: center;
}
.secondary_header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
/*	padding-bottom: 40px;
*/}
.left_article {
	width: 100%;
	height: auto;
}
.right_article {
	width: 100%;
	height: auto;
}
.placeholder {
	width: 100%;
	margin-top: 22PX;
	margin-right: 0px;
	margin-bottom: 22PX;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	max-width: 400px;
	max-height: 200px;
	height: auto;
}
.columns {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0PX;
	padding-right: 0PX;
	padding-bottom: 0PX;
	padding-left: 0PX;
}
.columns p {
	padding-left: 10px;
	padding-right: 10px;
}
.column_half.left_half, .column_third.left_half {
	width: 100%;
}
.column_half.right_half, .column_content.right_half {
	width: 100%;
}
.copyright {
	padding-top: 25px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.container .left_article h3 {
	margin-top: 30px;
}
.social .social_icon img {
	width: 80%;
}
.container .secondary_header {
}
}

	
	.hjemmeholdindberet{
		width:100%;
		padding-top:5px;
		padding-bottom:5px;
	}	
	.udeholdindberet{
		width:100%;
		padding-top:5px;
		padding-bottom:5px;
	}	


@media (min-width: 321px) and (max-width: 768px) {
.secondary_header ul li {
	float: none;
	margin-top: 28px;
	margin-left: 0px;
	width: 100%;
}
	
	.hjemmeholdindberet{
		width:100%;
	}	
	
.column_full{
    width: auto;
    /*padding-left: 1.5em;*/
}
	
.fullpic{
	width:100%;
	
	display: block;
margin-left: auto;
margin-right: auto;
	margin-top:1em;
}
	
.container .secondary_header ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: 100%;
	text-align: center;
}
.secondary_header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
/*	padding-bottom: 40px;
*/}
	
	.row.sameheight{display:block;}	
.left_article {
	width: 100%;
	height: auto;
}
.right_article {
	width: 100%;
	height: auto;
	/*padding-bottom: 25px;*/
}
.placeholder {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.columns {
	width: 100%;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.columns p {
	padding-left: 14px;
	padding-right: 14px;
}
.column_half.left_half, .column_third.left_half {
	width: 100%;
}

.column_third.left_half{
	display: block;
		
	}
.column_half.right_half, .column_content {
	width: 100%;
}
}

@media (min-width: 769px) and (max-width: 1000px) {
.secondary_header {
	overflow: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	
}
	
		
	.hjemmeholdindberet{
		width:100%;
	}	
	
.secondary_header ul li {
	margin-top: 10px;
	margin-right: 7%;
	margin-bottom: 10px;
	margin-left: 7%;
}
.left_article {
	height: auto;
}
.right_article {
	height: auto;
	/*padding-bottom: 27px;*/
}
.placeholder {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.columns {
	width: 50%;
	float: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.container .columns p {
	padding-left: 25px;
	padding-right: 25px;
}
}

@media (min-width: 1001px) {
	
	.column_full{
    width: auto;
    padding-left: 1.5em;
}
	
}

.thumbnail {
	width: 100px;
	border-radius: 200px;
	height: 100px;
	margin-left: auto;
}
.thumbnail_align {
	text-align: center;
}
.social {
	text-align: center;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	background-color: #414141;
	clear: both;
	overflow: auto;
}
.social_icon {
	width: 25%;
	text-align: center;
	float: left;
	transition: all 0.3s linear;
	line-height: 0px;
	padding-top: 7px;
}
.container .social .social_icon:hover {
	cursor: pointer;
	opacity: 0.5;
}
#menu {
}



body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
	.logo{
		float:left;
		padding-right: 2em;
		width:30%;
	}
	.logoimg{align:left;
	}
.topnav {
	width:65%;
	float: right;
  overflow: hidden;
}

	.nav-container{float:right;}	
	.sidenav {
  overflow: hidden;
}

	.topnav a.split {
  float: left;
  background-color: #04AA6D;
  color: white;
}
.topnav a {
  float: left;
  display: block;
  color: #000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.sidenav a {
  float: none;
  display: block;
  color: #fff;
  text-align: left;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}	
	
.topnav a:hover {
  background-color: #ddd;
  color: black;
}
	
.sidenav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #ccc;
  color: 000;
}

.topnav .icon {
  display: none;
}
	
.sidenav .icon {
  display: none;
}	

@media screen and (max-width: 600px) {
  .topnav a {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
	
.column_full{
    width: auto;
    /*padding-left: 1.5em;*/
}	
	
.nav-container{float:right;
	width: 100%;}	
  .sidenav a {display: none;}
  .sidenav a.icon {
    float: right;
    display: block;
  }	
}

@media screen and (max-width: 600px) {
	.topnav {
		clear:both;
		width:100%;
		float: left;
	}
	
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
	 .sidenav.responsive {position: relative;}
  .sidenav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left	;
  }
	
.sidenav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }	
	