* {
	margin: 0;
	padding: 0;
}

body,html {
	height: 100%;
	background-color: black;
	scroll-behavior: smooth;

}

body {
	border-top: 4px solid black;
	font-family: 'Roboto Condensed', sans-serif;

}

.menu {
	padding-left: 10px;
	padding-right: 10px;
	height: 43px;
	border-bottom: 2px solid black;
	text-transform: uppercase;
	background: #fff
}

.menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0
}

.menu h2, ul {
	display: inline;
}

.menu a{
	text-decoration: none
}

.menu a h2  {
	font-size: 32px;
	color: #000
}

.menu ul li {
	display: inline;
	float: right;
}

.menu ul li a, ul li i{
	display: block;
	padding: 8px;
	text-decoration: none;
	color: black;
	letter-spacing: 1px;
	font-size: 15px;
	font-weight: 600;
	line-height: 25px;
	border-radius: 15px;

}

.menu ul li a:hover{
	background-color: #CA2017;
	transition-duration: 0.3s;
	color: #fff
}

.menu a h2:hover  {
	transition-duration: 0.3s;
	color: #CA2017
}


.mobile_menu {
	display: none
}

.parallax {
  background-image: url("../billeder/cover.jpg");
  height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.9;
  text-align: center;
  z-index: 0
}

.parallax h1{
	line-height: 700px;
	color: #fff;
	font-size: 72px;
	font-weight: 300;
	text-shadow: -11px -11px 13px #0c0900;
}

.parallax h2{
	margin-top: -300px;
	color: #fff;
	font-size: 38px;
	font-weight: 200;
	text-shadow: -11px -11px 13px #0c0900;

}

.parallax i{
	margin-top: 10px;
	color: #fff;
	text-shadow: -5px -5px 5px #0c0900;

}


.forside {
	background: #fff;
	max-width: 100%
}

.forside img{
	max-width: 100%
}


.koekken {
	max-width: 100%;
	text-align: center;
	padding-bottom: 50px


}

.asiatisk, .diverse, .dansk{
	display: inline-block;
	width: 600px;
	max-width: 100%;
	margin-top: 6%;
	padding: 0;
	vertical-align: top;
	margin-bottom: 50px;

}

.asiatisk img, .diverse img, .dansk img{
	object-fit: cover;
	width: 400px;
	height: 350px
}


.asiatisk h3, .diverse h3, .dansk h3{
	font-size: 32px;
	font-weight: 500;
	margin-top: 5%
}

.asiatisk p, .diverse p, .dansk p{
	font-size: 20px;
	font-weight: 50;
	margin-top: 5%
}




.knap_forside button{

	padding: 16px
	margin-top: 50px;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    border: 10px solid #1e2b54;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    background-color: #1e2b54;
    color: #fff
}









.search-box{
  background: #E8E8E4;
  position: absolute;
  top: 54px;
  right: 1%;
  width: 350px;
  height: 60px;
  line-height: 60px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  border-top:4px solid #D80B15;
  display: none;
  z-index: 1
}

.search-box:before{
  position: absolute;
  top: -32px;
  right: 13px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid #D80B15;
}

.search-box input[type="text"]{
  width: 200px;
  padding: 5px 10px;
  margin-left: 23px;
  border: 1px solid #D80B15;
  outline: none;
}

.search-box input[type="button"]{
  width: 80px;
  padding: 5px 0;
  background: #D80B15;
  color: #fff;
  margin-left: -6px;
  border: 1px solid #D80B15;
  outline: none;
  cursor: pointer;
}









/* Mobile first queries */

/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}