﻿﻿﻿/*-- micro-clearfix by Nicolas Gallagher*--*/
.cf:before, .cf:after { content: " "; /* 1 */ display: table; /* 2 */ }
.cf:after { clear: both; }
/*** For IE 6/7 only*/
.cf { *zoom: 1; }

/*topnav er navigationsmenuen i toppen  */
.topnav a{
	text-decoration: none;
	color: white;
	line-height: 40px;
	padding: 0px 16px;
	float: left;
	font-size: 18px;
	font-weight: 500;
	font-family: verdana, helvetica, sans-serif;
	
}

.topnav a:hover {
	background-color: lightgray;
	color: black;
}

.topnav {
	background-color: darkred;
	height: 40px;
	

}

/*Dropdown er til dropdownknappen om os  */
.dropdown {
	float: left;
	position: relative;
	}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	width: 190px;
	z-index: 1;
	top: 40px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
	float: none;
	display: block;
	text-align: left;
	color: black;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

body {
	margin: 0px;
	background-color: #ededed;
	padding-bottom: 100px;
}

.container {
	width: 1000px;
	margin: 0 auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
	background-color: white;
}

/*I navigationsmenuen skal den hælde til højre  */
#login {
	float: right;
}

.pointer {
	cursor: default;
}

/*Billede helt i toppen, altså logoget  */
.topbanner {
	display: block;
	margin: 0 auto 10px auto;
	height: 120px;
	width: 50%;
}

    .footer{
        width: 1000px;
        margin: 0 auto;
        height: 85px;
        background-color: darkred;
        color: white;
        text-align: center;
    }
    .bredde{
        width: 1000px;
        text-align: center;
        display: inline-block;
    }
    .footer_overskrift{
        font-weight: bold;
        line-height: 0.1;
    }
    .footer_tekst{
        position: relative;
        float: left;
        width: 33%;
        text-align: center;
        text-decoration: none;
        font-family: verdana, helvetica, sans-serif;
    }
    .sort_link{
        text-decoration: none;
        color: white;
    }
 .bredde2{
        width: 1000px;
        text-align: center;
        margin: auto;
        display: block;
    }
    .historie_tekst{
        width: 560px;
        float: left;
        text-align: left;
        background-color: lightgrey;
        padding: 5px;
    }
    .historie_billeder{
        width: 430px;
        float: right;
        background-color: lightblue;
    }
    .tDef{
    text-align: center;    
    }
    .tBody{
    margin: 50px auto;
    }
    .os{
    font-size: 20px;
    text-align: center;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    }
    .customers {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    }

    .customers td, .customers th {
    border: 1px solid #ddd;
    padding: 8px;
    }

    .customers tr:nth-child(even){background-color: #f2f2f2;}

    .customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: black;
    color: white;
    }

	.container_tekst{
	width: 450px;
	display: inline-block;
	}

	.container_img{
	width: 49%;
	display: inline-block;
	float: right;
	text-align: center;
	position: relative;
	top: 67px;
	height: 700px;
	}

	.padding{
	padding: 30px;
	}

	h1, h2, h3, h4, h5, h6 {
	font-family: calibri;
	}

	p, li{
	font-family: calibri;
	font-size: 19px;
	}

.container_bestyrelse{
	width: 600px;
	display: inline-block;
	}

    .tabel{
        font-family: calibri;
        font-size: 19px;
        width: 600px;
        border-collapse: collapse;
    }
    
    .tabel td, .tabel th {
        padding: 3px;
    }
    
    .tabel tr:hover {background-color: lightgrey !important;
    }
    
    .tabel tr:nth-child(even){background-color: #f2f2f2;
    }
    
    .tabel th{
        padding-top: 6px;
        padding-bottom: 6px;
        text-align: left;
        background-color: darkred;
        color: white;
       
        

    }

/* boxen her indeholder billedetboxen og boxen rundt om tekstindholdet. Boxen skal have en højde, for ellers virker flot funktioen ikke */
	.forside_box{
		width: 1000px;
		height: 1040px;
	}
	
	/* boxen som indeholder teksten. */
	.box_opslagstavle{
	width: 400px;
	padding-left: 50px;
	float: left;
	line-height: 30px;
	padding-top: 20px;
	
	}
	
	/* boxen som indeholder billedet. Har en padding-right på 75px, for at billedet har lige meget afstand fra tekstboxen, og højre side af hjemmesiden. */
	.box_billeder{
	width: 400px;
	float: right;
	padding-top: 100px;
	padding-right: 75px;
	}
	
	/* max-width gør at billedet maksimalt kan være bredden på boxen udenom, som er sat til 400px i klassen ovenfor*/
	.billede1{
max-width: 100%;
		
	}

/*tekstørrelse på overskirften*/
.box_opslagstavle h3{
font-size: 20px;border-box
	
}

		/* Kontakt form */
		.kontakt_form {
			margin: 10px 10px 10px 30px;
			display: inline-block;
			width: 550px;
		}
		
		.kontakt_form p {
			text-align: left;
			margin: 10px 5px 10px 5px;
		}
		
		#Navn {
			display: inline-block;
			margin: 5px;
			width: 250px;
			float: left;
		}
		
		#Email {
			margin: 5px;
			width: 250px;
			float: left;
			
		}
		
		#Besked {
			display: block;
			margin: 5px;
			width: 510px;
          	border: 1px solid #ccc;
			font-family: verdana, helvetica, sans-serif;
			border-radius: 4px;
			color: black;
			box-sizing: border-box;
          	padding: 5px;
		}
		
		#ryk_ind{
			margin-right: 10px;
		}
		
		.Submit_knap {
			float: right;
			margin: 0 22px 15px 0;
			font-family: verdana, helvetica, sans-serif;
			text-decoration: none;
			text-align: center;
			padding: 5px 0;
			border-radius: 5px;
			border: 1px solid white;
			color: black;
			background-color: lightgrey;
			width: 100px;
		}
		
		.kontakt_googlemaps{
			margin: 70px 10px 100px 30px;
			display: inline-block;
			width: 350px;
			height: auto;
			vertical-align: top;
		}
		
		.kontakt_googlemaps p{
			text-align: left;
		}

.hLine{
 text-align: center; 
}

.centertekst {
	width: 750px;
	margin: 0 auto;
}



.input2kolonne1 {
	display: inline-block;
	float: left;
	width: 200px;
}

.input2kolonne2 {
	display: inline-block;
	float: right;
	width: 200px;
}


input {
	width: 100%;
	padding: 5px 10px;
	margin: 4px 0;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

input[type=radio] {
	width: 14px;
	transform: scale(1.2);
}

.radiolabel {
	font-family: calibri, sans;
	font-size: 19px;
	font-weight: bold;
}

.indmeldelsesubmit {
	background-color: #4CAF50;
	color: white;
	padding: 10px;
	border: none;
	border-radius: 15px;
	cursor: pointer;
	font-size: 20px;
	margin-top: 30px;
}

.indmeldelsesubmit:hover {
	background-color: #45a049;
}




.padding-lille {
	padding: 10px 30px;
}

.loginbox {
	margin-top: 60px;
}

.radiotext {
	margin-left: 19px;
	margin-top: 0px;
}

.tilmeldform {
	background-color: #efefef;
	border-radius: 20px;
	width: 420px;
	margin: 50px auto;
	padding: 0px 40px 20px 40px;
}

.tilmeldform h1 {
	text-align: center;
	font-family: calibri, sans;
}

.tilmeldform h3 {
	margin-bottom: 0px;
}

.tilmeldform h3.minusmargin {
	margin-bottom: -20px;
}




/* Mads forside kode */
.pic_box{
	width: 300px;
	float: right;
	padding-top: 20px;
	padding-right: 75px;
	
	}
	.billede_tekst{
		font-size: 20px;
		font-weight: bold;
	}
	.headline{
		border-bottom-style: groove;
		
	}
	p, li{
		font-family: calibri;
		font-size: 15px;
        padding-top: 5px;
	}
.pic_box2{
	width: 300px;
	float: right;
	padding-top: 100px;
	padding-right: 75px;
	margin-top: -80px;
	}
	.billede_tekst{
		font-size: 20px;
		font-weight: bold;
	}
	.headline{
		border-bottom-style: groove;
		
	}
	p, li{
		font-family: calibri;
		font-size: 15px;
	}


#popup{
	display:none;
	width: 200px;
border: 1px solid;
margin-left: 799px;
position: absolute;
background-color: white;
 margin-top: 40px;
  z-index: 5;


}

#popup span {
  display:block;
  padding-left:10px;
		margin-top: 10px;
}



#emai_login
 border-radius: 6px;
margin-left: 10px;
margin-bottom:10px;
 width: 180px; 
  
}

#kodeord{
  border-radius: 6px;
margin-left: 10px;
margin-bottom:10px;
 width: 180px;
}

#submitt{
border-radius: 6px;
background-color: #4CAF50;
color: white;
margin-left: 10px;
margin-bottom: 10px;
width: 90%;
}

.galleri {
	width: 280px;
	height: 180px; 
	background-size: cover;
	display: inline-block;
	margin: 40px 25px;
	box-shadow: 5px 4px 5px rgba(0, 0, 0, .5);
	position: relative;
}

.galleri:hover {
box-shadow: 5px 4px 5px rgba(0, 0, 0, .7);
cursor: pointer;
}


.galleritekst {
	width: 240px;
	height: 50px;
	background-color:rgba(0,0,0,0.5);
	padding: 10px;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 10px;
	border-radius: 10px 10px 0 0;
}

.galleri:hover .galleritekst {
	background-color:rgba(0,0,0,0.6);
}

.galleritekst p {
	color: white;
	margin-top: 3px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 800px;
  position: relative;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}




.mySlides {display:none;} 

.modal-content img {
	max-height: 400px;
	max-width: 700px;
	display: block;
	margin: auto;
}

.sliderknap {
	color: white;
	background-color: darkred;
	font-size: 28px;
	line-height: 38px;
	border: none;
	padding: 5px 18px;
}

.sliderknap:hover {
	cursor: pointer;
	background-color: red;
}

.sliderleft {
	position: absolute;
	top: 50%;
	left: 0%;
}

.sliderright {
	position: absolute;
	top: 50%;
	right: 0%;
}

.billedecenter {
	width: 700px; 
	margin: 0 auto; 
	overflow: hidden; 
	height: 400px;
}

/*Til admin tekst funktion, så teksten kan vises med mellemrum   */
.pre-wrap {
        white-space: pre-wrap;
    }



#logout{
	float: right;
}

/*Til login-formen inden man kommer ind på booking siden*/

#BookingLogIn {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 20px;
    display: inline-block;
    background: #DCDCDC;
  	border-radius: 20px; 
}

#FormSpace {
    margin-top: 10px;
}

#submit-booking {
    margin-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px; 
    background-color: #4caf50;
    border-radius: 5px;
  	color: white;
}

#loginformcontainer {
  width: 100px;
}


/*Til adminfunktioner */
        .redigerknap {
            width: 300px;
            height: 40px;
            line-height: 40px;
            color: white;
            background-color: darkblue;
            text-align: center;
            margin: 30px auto;
            border-radius: 25px;
            border: 2px solid darkblue;
            font-size: 18px;
            transition-duration: 0.3s;
            font-family: sans-serif;
        }

        .redigerknap:hover {
            background-color: white;
            border: 2px solid black;
            color: black;
            cursor: pointer;

        }

        .footer {
            margin: 40px auto;
        }

       .innercontent {
        width: 700px; 
        margin: 0 auto; 
        overflow: hidden; 
        min-height: 400px;
    }

    .innercontent h3 {
        font-size: 1.10em;
        margin: 10px 0 2px 0;
    }

    .gem {
        float: left;
        background-color: green;
        color: white;
        width: 250px;
        height: 40px;
        font-size: 14px;

    }

    .annuller {
        float: right;
        background-color: #ce0a0a;
        color: white;
        width: 250px;
        height: 40px;
        font-size: 14px;
        text-align: center;
        margin-right: 3px;
    }

    .annuller:hover {
        cursor: pointer;
        background-color: #f21f1f;
        } 

    .gem:hover {
        cursor: pointer !important;
        background-color: #01c61c !important;
    }

    .rediger textarea {
        white-space: pre-wrap;
    }

    #rediger_tekst {
        display: none;
    }

    #rediger_billeder {
        display: none;
    }

    .pre-wrap {
        white-space: pre-wrap;
    }

    .leftside {
        width: 320px;
        display: inline-block;
        float: left;
    }

    .rightside {
        width: 320px;
        display: inline-block;
        float: right;
    }



    .choosefile {
        width: 76px;
        border: none;
    }

    .submitfile {
        width: 60px;
        height: 24px;
    }



    .preview2:hover .previewoverlay {
        display: block;
    }

    .preview1:hover .previewoverlay {
        display: block;
    }
    
	.preview3:hover .previewoverlay {
        display: block;
    }

    .previewoverlay {
        display: none;
    }

    .previewoverlay {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .previewoverlay form {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 80px;
    }

    .previewoverlay form input {
        background-color: white;
    }

    .previewoverlay form input[type=submit] {
        background-color: green !important;
        color: white !important;
        cursor: pointer;
    }

#logudform{
	
	float: right;
}


#opdaterbestyrelse{
	
	width: 400px;
	margin: 0 auto;
	background-color:#DCDCDC;
	margin-top: 40px;
	padding: 30px;
	border-radius: 15px;
	
}

#submit-opdater{
	background: #4caf50;
	color: white;
	margin-top: 20px;
	padding: 10px;
	border-radius: 15px;
	font-size: 20px;
}

#opdatering-overskrift{
display: inline;

}

#titel-margin{
	margin-top: 20px;
	}

.knappen{
           width: 250px;
            height: 40px;
            line-height: 40px;
            color: white;
            background-color: green;
            text-align: center;
            margin: 30px -10px;
            border-radius: 25px;
            border: 2px solid green;
            font-size: 18px;
            transition-duration: 0.3s;
            font-family: sans-serif;
  		       
}
#textD{
  text-decoration: none;
}


/* ----------- Forside style ------------ */

  .mySlides {display: none;}
  img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 90%;
  position: relative;
  margin: 40px auto 0px auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Højde og brede på billeder */
.img_slide{
  width: 100%;
  height: 300px;
}

/* Caption text */
.text_admin {
  color: black;
  font-size: 70px;
  padding: 8px 12px;
  position: relative;
  width: 100%;
  text-align: center;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 70px;
  padding: 55px 12px;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 50px;  
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 7px;
  width: 7px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 2s ease;
}

.active_index, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .8} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .8} 
  to {opacity: 1}
}

.forside_box_ny{
  margin: 20px auto 20px auto;
  width: 80%;
  /* background-color: #f4f5f7;
  border-radius: 10px;*/
}

.forside_opslagstavle{
  margin: 10px auto 20px auto;
  height: auto;
}

.headline_opslagstavle{
  background-color: #f4f5f7;
  width: 30%;
  text-align: center;
  padding: 5px;
}

.forside_tekst{
  margin: auto 10px 20px 10px;
}

.admin_forside_box{
  margin: 10px 25px 0px 25px;
}

#add-hjem{
	width: 800px;	
}

#addbestyr{
display: inline-block;
width: 200px;
background-color: green;
color: white;
font-size: 20px; 
font-family: sans-serif;
}

#tilbageknap{
	display: inline-block;
	width: 196px;
	padding: 5px 10px;
	margin: 4px 0;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	text-decoration: none;
	color: white;
background-color: red;
text-align: center;
font-size: 20px;
font-family: sans-serif;
}

.mellemrum{
	margin-bottom: 10px;	
}  
  
  
  
  
  
}
