@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	list-style-type: none;
	}


body {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color:white;
/*	background-image: url(../img/kalvaeg-lille.jpg);
	background-attachment: fixed;
	background-size: cover;*/
	}
	
.clearfix {
	clear: both;
	}

a {
	text-decoration: none;	
	color: white;
	margin:auto;
	white-space:nowrap;
	transition: color 1s;
	}
	
a:hover{
	color: #74b880;
	}

p {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	font-size: 11pt;
	color: black;
	line-height: 14pt;
	margin-bottom: 15px;	
	}

h2 {
	font-family: 'Stardos Stencil', cursive;
	color: #226046;
	font-size: 16pt;
	text-align: center;
	line-height: 20pt;
	border-bottom: 2px solid #226046;
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-variant: normal;
	}
h4 {
	font-family: 'Stardos Stencil', cursive;
	color: #226046;	
	text-align: center;
	}

.fixedmenufull {
	display:none;
	}

#fixedmenu {
	width: 100%;
	height: 60px;
	background-color: #3B4349;
	color: white;
	font-size: 12pt;
	padding: 15px 10px;
	position: fixed;
	z-index: 3;
	}

#fixedmenu h1 {
	color:white;
	font-weight: light;
	font-size: 12pt;
	}


.menutekst {
	display: none;
	width: 100px;
	height:30px;
	text-align: right;
	line-height:30px;
	margin: auto;
	float: left;
	position: absolute;
}

.flexparent {
	display:flex;
	justify-content: space-between;
	flex-direction: row;
	}
	
.flexitem {
	flex-grow:1;
	width:10%;
	margin:20px;
	}


	
#fixedmenu .flexparent {
	max-height:100%;
	padding:0;
	}
	
#fixedmenu .flexitem {
	width: 10%;
	max-height:30px;
	margin: auto 5px;
	flex-grow: 1;
	}

	
/*#fixedmenu .flexitem:nth-child(2) {
	flex-grow: 1;
	text-align:center;
	}*/
	
#fixedmenu img{
	max-height: 30px;
	max-width:70px;
	float: right;
	}

	
.menuflexparent {
	flex-wrap:wrap;
	max-width:900px;
	margin:auto;
	justify-content:center;
	}

.menuflexitem {
	min-width:200px;
	width:300px;
	max-width:350px;
	margin-bottom:20px;
	}
	

	
.centerrow {
	display: block;
	margin:auto;
	}
	
	
	
header {
	height:80%;
	}
	
.white {
	width: 100%;
	height: 80%;
	position: absolute;
	background-color: white;
	z-index: 1;
	opacity: 0.5;
	top: 0px;
	}
	
.logo {
	height: 30%;
	width:40%;
	z-index: 2;
	opacity: 1;
	position: absolute;
	top: 30%;	
	bottom:30%;
	left:30%;
	right:30%;
	}

.logo .cls-2{
	transition: fill 1s;
	}
	
.logo:hover .cls-2{
	fill: white;
	}

	

	

	
	
/*header {
	width: 100%;
	height: auto;
	max-height: 700px;
	overflow-y: hidden;
	background-color: #FFFFFF;
	top: 30px;
	position: relative;
	}
	
header img{
	width: 100%;
	height: auto;
	opacity: 0.5;
	position: relative;
	z-index: 0;
	}*/
	
/*.centerfront {
	width: 50%;
	z-index: 1;
	opacity: 1;
	position: absolute;
	margin:20% 25%;}*/
	
section {
	background-image: url(../img/kalvaeg-lille.jpg);
	background-attachment: fixed;
	background-size: cover;
	padding: 20px;
	line-height: 14pt;
	z-index: 0;
	position: relative;
	}
	
section p {
	color:black;
	line-height: 14pt;
	margin-bottom: 15px;
	}
	
section h3{
	font-family: 'Stardos Stencil', cursive;
	color: #226046;
	font-size: 13pt;
	text-align: center;
	line-height: 20pt;
	border-bottom: thin solid #226046;
	margin:40px auto 20px auto;
	padding-bottom: 0px;
	font-variant: normal;
	}
	
.green {
	background-image:none;
	background-color: #226046;
	}
	
.green p, .green h2, .green h3, .green h4{
	color:white;
	}
	
.green h2{
	border-bottom: 2px solid white;
	}
.green h3 {
	border-color: white;
	}


	
.kontakt img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
	}
	
.margintop {
	margin-top: 50px;	
	}
	
	
.button {
	background-color: #226046;
	padding: 20px;
	margin: 10px;
	width: 180px;
	border-radius: 10px;
	transition: font-weight 0.5s, color 0.5s, background-color 0.5s, box-shadow 0.5s;
	}
.button:hover {
	color: #226046;
	font-weight: bold;
	background-color: #74b880;
	-webkit-box-shadow: 0 0px 15px rgba(0,0,0,0.80);
	box-shadow: 0 0px 15px rgba(0,0,0,0.80);	
	}
	
.text p{
	max-width: 500px;

	}

.centertext {
	text-align:center;
	}

.leftalign {
	text-align: left;
	}


	
.rightalign {
	text-align: right;
	}
	
	
.leftalignfloat {
	text-align: left;
	float: left;
	}
	
.rightalignfloat {
	text-align: right;
	float: right;
	}
	
.responsive-break {
	display: inherit;
	}
	

	
#forretter, #sandwiches, #varme, #boern, #desserter, #vine, #drikkelse, #kaffekage{
	top: -60px;
	position: relative;
	}
	
	
footer {
	position:absolute;
	text-align:center;
	min-height:60px;
	width:100%;
	color:white;
	background-color: #3b4349;
	padding:20px 20px 5px 20px;
	z-index:2;
	}
footer p{
	color:white;
	}
	
#pil{
	display: block;
	bottom: 10px;
	right: 10px;
	background-color: #226046;
	width: 50px;
	height: 50px;
	position: fixed;
	text-align: center;
	line-height: 47px;
	font-size: 15px;
	border-radius: 20%;
	font-family: 'Stardos Stencil', cursive;;
	border: 3px solid white;
	z-index: 3;
}
	
	
	
	
	
#fixedmenufull .stortlogo{
		max-height:30px;
		max-width:50px;
		float:left;}
	
	/*#fixedmenufull img{
		max-height:30px;
		max-width:50px;
		float:left;}*/
	
	#fixedmenufull ul li{
		margin-top:5px;
		height:20px;
		position:relative;
		display:block;
		right:52%;
		text-align:center;
		vertical-align:middle;
		float:left;
		}
	
	
@media screen and (min-width: 400px) {
	
	.responsive-break {
		display: none;
	}
	
	
	
	
	
	p, h3, h2 {
		max-width: 800px;
		margin-left:auto;
		margin-right:auto;
		}
	section{
		padding: 40px;
		}
		
	.text p{
		text-align: justify;
		letter-spacing: 0.2px;
		}
	
	
	
	}
	
	
@media screen and (min-width: 1024px) {
	
	#fixedmenu {
		display:none;
		}
		
	#fixedmenufull {

	width: 100%;
	height: 60px;
	background-color: #3B4349;
	color: white;
	font-size: 12pt;
	padding: 15px 10px;
	position: fixed;
	z-index: 3;
	}
	
	nav nav ul {
	height:30px;
	width:800px;
	position:relative;
	padding:auto;
	margin:auto;
	float:left;
	display: block;
	left:49%;
		
		}
	
	
	h2 {
		max-width:1200px;
		}
		
	section{
	background-image: url(../img/kalvaeg-stor.jpg);
	background-size: 100%;
	padding: 80px;
		}	
	
	
	.white{
		top:0px;
		}
	
	
	
	
		
		#fixedmenufull li a {
		
		margin: 0 20px;
		}
	
	/*#fixedmenufull .stortlogo{
		max-height:30px;
		max-width:50px;
		float:left;}
	
		#fixedmenufull ul li{
		margin-top:5px;
		height:20px;
		position:relative;
		display:block;
		right:52%;
		text-align:center;
		vertical-align:middle;
		float:left;
		}*/
	
		
		
	
	}
	
	/*#fixedmenufull .stortlogo{
		max-height:30px;
		max-width:50px;
		float:left;}*/
	
	/*#fixedmenufull img{
		max-height:30px;
		max-width:50px;
		float:left;}*/
	
	/*#fixedmenufull ul li{
		margin-top:5px;
		height:20px;
		position:relative;
		display:block;
		right:52%;
		text-align:center;
		vertical-align:middle;
		float:left;
		}*/
		
	
	
	
	
	

	
	
	
