* {
	list-style: none;
	outline: none;
}

html, body {
  
  min-height: 100%;
}

body {
	margin: 0;
	background: #FFFFFF;
	background-size: cover;
	background-position: fixed;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Open Sans', sans-serif;
}

a {
	text-decoration: none;
}

a, button, input[type=submit] {
	cursor: pointer;
}

h1, h2, h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.65em;
	margin: 0;
}

p {
	font-size: 16px;
}

.main-nav {
	width: 100%;
	height: 50px;
	background: rgba(0,0,0,.0);
	position: absolute;
	top: 0;
	z-index: 99;
	 -webkit-transition: 500ms all ease-in-out;
  -moz-transition: 500ms all ease-in-out;
  -ms-transition: 500ms all ease-in-out;
  -o-transition: 500ms all ease-in-out;
}

#logo {
	padding: 0;
	margin: 0;
	float: left;
}

#logo img {
	height: 35px;
	margin: 8px 0 0;
}

#logo a {
	text-decoration: none;
}

.mobile-nav {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#mySidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 50px;
    left: 0;
    background: #000;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
    overflow: hidden;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}

.sidenav a:hover{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidenav-scrolled {
    width: 100%;
    position: fixed;
    top: 60px;

}

.mobile-nav .menu-btn {
    padding: 8px 0 8px;
    display: inline-block;
    cursor: pointer;
    float: right;
}

.bar1, .bar2, .bar3 {
    width: 30px;
    height: 3px;
    background-color: #cf9b67;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 5px) ;
    transform: rotate(-45deg) translate(-6px, 5px) ;
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-7px, -7px) ;
    transform: rotate(45deg) translate(-7px, -7px) ;
}

.navbar-right {
	float: right;
	padding: 30px 0 0 15px;
	margin: 0;
	display: none;
}

.navbar-right li {
	display: block;
	float: left;
	position: relative;
}


.main-nav ul li a {
	margin-left: 33px;
	padding: 0 0 30px 0;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	transition-property: all;
	transition-duration: 0.3s;
	position: relative;
	overflow: hidden;
}

.main-nav ul li a::before {
	content: "";
	position: absolute;
	left: 1px;
	bottom: 20px;
	width: 6px;
	height: 6px;
	background: #cf9b67;
	border-radius: 6px;
	display: none;
	z-index: 100;
}

.navbar-right li a:hover,
.navbar-right li .active {
	color: #cf9b67;
	position: relative;
}

.navbar-right li a:hover::before,
.navbar-right li .active::before {
	display: block;
}

.main-nav li a::after {
	content: "";
	position: absolute;
	left: 11px;
	bottom: 22px;
	width: 0;
	height: 2px;
	background: #cf9b67;
	transition-property: all;
	transition-duration: 0.3s;

}

.navbar-right li a:hover::after,
.navbar-right li .active::after {
	width: 100%;
	right: 0;
}


/* Banner */

.banner {
	max-width: 100%;
	max-height: 100%;
	list-style: none;
	outline: none;
}

body {
	margin: 0;
	background: #FFFFFF;
	background-size: cover;
	background-position: fixed;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Open Sans', sans-serif;
}

a {
	text-decoration: none;
}

h1, h2, h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.65em;
	margin: 0;
}

p {
	font-size: 16px;
}

.main-nav {
	width: 100%;
	height: 50px;
	background: rgba(0,0,0,.5);
	position: absolute;
	top: 0;
	z-index: 99;
	 -webkit-transition: 500ms all ease-in-out;
  -moz-transition: 500ms all ease-in-out;
  -ms-transition: 500ms all ease-in-out;
  -o-transition: 500ms all ease-in-out;
}

#logo {
	padding: 0;
	margin: 0;
	float: left;
}

#logo img {
	height: 35px;
	margin: 8px 0 0;
}

#logo a {
	text-decoration: none;
}

.navbar-right {
	float: right;
	padding: 30px 0 0 15px;
	margin: 0;
	display: none;
}

.navbar-right li {
	display: block;
	float: left;
	position: relative;
}


.main-nav ul li a {
	margin-left: 33px;
	padding: 0 0 30px 0;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	transition-property: all;
	transition-duration: 0.3s;
	position: relative;
	overflow: hidden;
}

.main-nav ul li a::before {
	content: "";
	position: absolute;
	left: 1px;
	bottom: 20px;
	width: 6px;
	height: 6px;
	background: #cf9b67;
	border-radius: 6px;
	display: none;
}

.navbar-right li a:hover,
.navbar-right li .active {
	color: #cf9b67;
}

.navbar-right li a:hover::before,
.navbar-right li .active::before {
	display: block;
}

.main-nav li a::after {
	content: "";
	position: absolute;
	left: 11px;
	bottom: 22px;
	width: 0;
	height: 2px;
	background: #cf9b67;
	transition-property: all;
	transition-duration: 0.3s;
	opacity: 0;
}

.navbar-right li a:hover::after,
.navbar-right li .active::after {
	width: 100%;
	right: 0;
	opacity: 1;
}


/* Banner */



.banner {
	max-width: 100%;
	width: 100%;
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
}

#buffet {
	background: url('../img/bg-buffet.jpg');
}

#jolamenu {
	background: url('../img/bg-jol.jpg');
}

#jolamenu2022 {
	background: url('../img/bg-jol2.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.banner-content {
	height: 100vh;
	margin: 0;
	padding: 8vh 0;
	background: rgba(0,0,0,.6);
	box-sizing: border-box;
	position: relative;
}

.banner img {
	height: 40px;
	margin: 0 auto;
	display: block;
}


.banner h1,
.banner h2 {
	color: #FFFFFF;
	text-shadow: 0 3px 10px rgba(0,0,0,1);
}

.banner h1 {
	font-size: 72px;
	line-height: 110px;
}

.banner h2 {
	line-height: 40px;
	font-size: 56px;
}

.bilegg {
	display: block;
}

.bilegg li {
	margin: 0 auto 15px;
	display: table;
}


/* Modal overlay */

.modal {
    position: fixed;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 100;
}

.modal-content {
    min-height: 80vh;
    border-radius: 10px;
    background: #F3F3F3;
    padding: 15px;
	overflow: scroll;
}

.modal-content h3 {
	margin: 5px 0 0;
	line-height: 42px;
	position: relative;
	font-size: 40px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #cf9b67;
	float: left;
}

.modal-content p {
	font-weight: 300;
	p
}

.modal-content span {
	color: #cf9b67;
	font-weight: 400;
}

.modal-content hr {
	border: 1px solid #cf9b67;
	display: block;
}

.bilegging ul {
	padding: 0;
}

.bilegging ul li {
	margin-bottom: 20px;
	display: block;
}

.bilegging ul li label {
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	font-size: 28px;
	color: #cf9b67;
}

.bilegging ul li input,
.bilegging ul li textarea {
	width: 100%;
	padding: 10px;
	margin: 10px 0 10px 0;
	background: #fff;
	border: 1px solid #cf9b67;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #cf9b67;
	box-sizing: border-box;
}

.bilegging ul li input + span {
	font-size: 18px;
	margin-left: 10px;
	color: #6b6b6b
}

.bilegging ul li input[type=number],
.bilegging ul li #kuvertar {
	width: 25%;
}

/* 
 * Table - Buffet rattir 
 * Table - Buffet príur
 */

.buffet-rattir,
.buffet-prisur,
.buffet-transport {
	width: 100%;
	font-weight: normal;
	font-size: 16px;
}

.buffet-rattir tr,
.buffet-prisur tr,
.buffet-transport tr {
	display: table-row;
	width: 100%;
}

.buffet-rattir tr td,
.buffet-prisur tr td {
	border-bottom: 1px dotted #cf9b67;
	padding: 5px 0;
}

.buffet-rattir tr td button,
.buffet-transport tr td button {
	font-size: 26px;
	margin-top: -1px;
	color: #e1c7ad;
	background: none;
	border:none;
	display: block;
	text-decoration: none;
}

.buffet-rattir tr td:first-child,
.buffet-transport tr td:first-child {
	width: 35px;
	vertical-align: top;
}

.buffet-rattir tr td:nth-child(2n),
.buffet-transport tr td:nth-child(2n) {
	line-height: 35px;
	margin-left: -1px;
	display: block;
}

.buffet-rattir tr td:last-child,
.buffet-rattir tr td:last-child {
	display: none;
}

.is_selected,
.selected,
.button-checked {
	color: #cf9b67;
}

/* Table - Buffet prisur */

.buffet-prisur tr td:first-child {
	width: 70%;
	vertical-align: top;
}

.buffet-prisur tr td:last-child {
	width: 30%;
}

.buffet-prisur tr td:last-child::before {
	content: 'DKK';
	margin-right: 7px;
}

.prisprperson {
	text-align: right;
	vertical-align: top;
	font-weight: 700;
	font-style: normal;
	
}


/* Table - Buffet transport */

.buffet-transport {
	padding: 5px 0;
}

.close-modal {
	width: 32px;
	height: 32px;
	padding: 0;
	background: none;
	color: #cf9b67;
	border: none;
	outline: none;
	margin-top: 5px;
	font-size: 24px;
	float: right;
	display: block;
	text-align: center;
}

.close-modal:hover {
	color: #AB7F56;
}

.main-nav-scroll {
	width: 100%;
	position: fixed;
	top: 0px;
}

.menu-close {
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
}


/* Catering */

#catering {
	background: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #6b6b6b;
	text-align: justify;
	overflow: hidden;
}

#catering h2 {
	color: #333;
}

#catering p a {
	font-weight: 700;
	color: #6b6b6b;
	text-decoration: none;
}

#catering p a:hover {
	text-decoration: underline;
}

#catering img {
	height: 30px;
	display: block;
}


/* Matskrá */


#matskra {
	background: url('../img/bg-matskra.jpg');
	background-position: middle center;
	background-repeat: no-repeat;
	color: #fff;
}

#matskra-content {
	background: rgba(0,0,0,.83);
	position: relative;
}

#matskra article ~ article {
	margin-top: 100px;
}

#matskra hr {
	height: 2px;
	background: #fff;
	border: none;
}

#matskra h2 {
	color: #fff;
}

#matskra h3 {
	margin-bottom: 0;
	color: #fff;
	position: relative;
}

#matskra h3 span {
	font-family: 'Architects Daughter', sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	color: #cf9b67;
	margin-top: 0px;
	display: block;
}

#matskra p {
	margin: 0;
}

#matskra .food-order {
	margin-top: 0;
	font-family: 'Architects Daughter', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	color: #cf9b67;
	margin-bottom: 5px;
}

#matskra .food-prisur {
	font-size: 18px;
	display: table;
	font-weight: 700;
	margin-bottom: 15px;
}


/* Rís & Rós */

#risogros {
	width: 100%;
	background: #FFFFFF;
	margin: auto;
	overflow: hidden;
}

#risogros form span,
#kontakt form span {
	margin-bottom: 18px;
}

#risogros input[type=text],
#risogros input[type=email],
#risogros textarea,
#kontakt input[type=text],
#kontakt input[type=tel],
#kontakt input[type=email],
#kontakt textarea {
	border-radius: 10px;
	background: #ebebeb;
	border: 0;
	outline: none;
	width: 100%;
	padding: 14px 25px;
	margin-bottom: 30px;
	font-size: 16px;
	color: #000;
	display: block;
	box-sizing: border-box;
	resize: none;
}

#risogros input::-webkit-input-placeholder,
#risogros textarea::-webkit-input-placeholder,
#kontakt input::-webkit-input-placeholder,
#kontakt textarea::-webkit-input-placeholder {
   color: #cf9b67;
}

#risogros input:-moz-placeholder,
#risogros textarea:-moz-placeholder,
#kontakt input:-moz-placeholder,
#kontakt textarea:-moz-placeholder { /* Firefox 18- */
   color: #cf9b67;  
}

#risogros input::-moz-placeholder,
#risogros textarea::-moz-placeholder,
#kontakt input::-moz-placeholder,
#kontakt textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #cf9b67;  
}

#risogros input:-ms-input-placeholder,
#risogros textarea:-ms-input-placeholder,
#kontakt input:-ms-input-placeholder,
#kontakt textarea:-ms-input-placeholder {  
   color: #cf9b67;  
}

#risogros input[type=submit],
#kontakt input[type=submit] {
	margin: auto;
	display: table;
}


/* Um okkum */

#um {
	background: #000;
	color: #FFFFFF;
}

#um h2 {
	color: #FFFFFF;
}


/* Kontakt */

/** Goole Maps **/

.maps {
	pointer-events: none;
}


/** Google Maps end **/


#kontakt {
	margin: auto;
	background: #FFFFFF;
	color: #444;
	line-height: 1.25;
}

#kontakt h2,
#kontakt h3,
#kontakt a {
	color: #666;
}

#kontakt h3 {
	margin-top: 0;
}

#kontakt p {
	color: #6b6b6b;
	font-weight: 700;
}

#kontakt p span,
#kontakt p span a {
	color: #cf9b67;
	font-weight: 600;
}

#kontakt a:hover {
	text-decoration: underline;
}

#kontakt img {
	height: 40px;
}

#kontakt .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#kontakt input[type=text],
#kontakt input[type=tel],
#kontakt input[type=email],
#kontakt textarea {
	background: #ebebeb;
}


/* Footer */

.main-footer {
	width: 100%;
	background: #000;
	padding: 10px 0;
	margin: 0 auto;
	display: table;
}

.main-footer ul {
	margin: 0;
	padding: 0;
	
}

.main-footer li {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	line-height: 1.75;
	color: #fff;
	-ms-flex-order: 0;
	-webkit-box-ordinal-group: 1;
	order: 0;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.main-footer li a {
	color: #cf9b67;
}

.main-footer li a:hover {
	text-decoration: underline;
}


/* Helper classes */

.container {
	padding-left: 15px;
	padding-right: 15px;
	margin: auto;
}

.row {
	padding-top: 60px;
	padding-bottom: 60px;
	line-height: 1.75;
	overflow: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/* Columns */

.column6 {
	width: 100%;
	margin-bottom: 40px;
}

.section-suptitle {
	font-size: 20px;
	font-weight: 600;
	color: #cf9b67;
	font-family: 'Architects Daughter', sans-serif;
	letter-spacing: 1px;
	display: block;
	line-height: 32px;
}

.section-title {
	margin: 4px 0 18px;
	line-height: 42px;
	padding-bottom: 20px;
	position: relative;
	font-size: 28px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.section-title::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 6px;
	height: 6px;
	background: #cf9b67;
	border-radius: 6px;
}

.section-title::after {
	content: "";
	position: absolute;
	left: 13px;
	bottom: 1px;
	width: 29px;
	height: 2px;
	background: #cf9b67;
}

.text-center {
	text-align: center;
	display: block;
}

.label-block {
	display: block;
}


/* Colors */

.black {
	background: #000;
}

.brown {
	background: #cf9b67;
}


/* Buttons */

.btn {
	padding: 15px 40px;
	line-height: 16px;
	border-radius: 10px;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 700;
	border: 0;
	letter-spacing: 1px;
	position: relative;
	transition-property: all;
	transition-duration: 0.3s;
	color: #FFFFFF;
}

.btn-sm {
	padding: 10px 40px;
}

.btn:nth-of-type(1n) {
	margin-right: 30px;
}

.btn:hover {
	text-decoration: underline;
}

.btn-brown {
	background: #cf9b67;
	color: #FFFFFF;
}

.btn-brown:hover {
	background: #FFFFFF;
	color: #cf9b67;
	text-decoration: none;
}

.btn-brown-border {
	box-shadow: inset 0 0 0 2px #cf9b67;
}

.btn-brown-hover-border:hover {
	box-shadow: inset 0 0 0 2px #cf9b67;
	background: none;
	color: #cf9b67;
	text-decoration: none;
}

.btn-white-hover:hover {
	background: #FFFFFF;
	color: #cf9b67;
	box-shadow: none;
	text-decoration: none;
}


@media screen and (min-width:768px) {
	h2 {
		font-size: 3em;
	}

	h3 {
		font-size: 1.75em;
	}

	p {
		font-size: 1.25em;
	}

	.banner-content {
		padding: 20vh 0;
	}

	#banner img {
		height: 80px;
	}

	#banner h2 {
		margin-top: 30px;
		color: #FFFFFF;
		text-shadow: 0 3px 10px rgba(0,0,0,1);
	}

	.bilegg {
		width: auto;
		display: table;
		margin: 0 auto 50px;
	}

	.bilegg li {
		display: inline-block;
	}

	#catering img {
		height: 40px;
	}

	#matskra h3 span {
		font-size: 18px;
		display: inline-block;
	}

	#matskra h3 span::before {
		content: ' - ';
		font-size: 24px;
		margin: 0 5px;
	}

	#matskra .food-prisur {
		font-size: 1.4em;
	}

	#HansaJohannesen {
		height: 400px;
	}

	#kontakt img {
		height: 55px;
	}

	.main-footer ul {
		display: -ms-flexbox;
	    display: -webkit-box;
	    display: flex;
	    -ms-flex-direction: row;
	    -webkit-box-orient: horizontal;
	    -webkit-box-direction: normal;
        flex-direction: row;
	    -ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	    -ms-flex-pack: justify;
	    -webkit-box-pack: justify;
        justify-content: space-between;
	    -ms-flex-line-pack: stretch;
	    align-content: stretch;
	    -ms-flex-align: center;
	    -webkit-box-align: center;
        align-items: center;
	}

	.container {
		width: 738px;
	}

	.section-suptitle {
		font-size: 30px;
	}

	.section-title {
		margin: 14px 0 34px;
		line-height: 42px;
		padding-bottom: 35px;
		font-size: 40px;
	}

	.btn {
		padding: 18px 60px;
	}
}

@media screen and (min-width:992px) {
	h2 {
		font-size: 3.75em;
	}

	h3 {
		font-size: 1.75em;
	}

	p {
		font-size: 1.25em;
	}
	.main-nav {
		height: 80px;
	}

	#logo img {
		height: 50px;
		margin: 15px 0 0;
	}

	.navbar-right {
		padding-top: 30px;
		display: block;
	}

	#banner img {
		height: 80px;
	}

	#catering img {
		height: 40px;
	}

	#matskra .food-prisur {
		font-size: 1.4em;
	}


	#HansaJohannesen {
		height: 400px;
	}

	#kontakt .container {
		display: block;
	}

	.container {
		width: 970px;
	}

	.row {
		padding: 100px 0;
	}

	.btn {
		padding: 20px 80px;
		font-size: 14px;
	}

	.section-suptitle {
		font-size: 22px;
	}

	.section-title {
		margin: 5px 0 28px;
		line-height: 38px;
		font-size: 36px;
	}

	/* Columns */

	.column6 {
		width: 47.5%;
		float: left;
		margin-bottom: 0;
	}

	.column6:nth-child(even) {
		margin-left: 2.5%;
	}

	.column6:nth-child(odd) {
		margin-right: 2.5%;
	}

	.column4 {
		width: 30.8333%;
		float: left;
	}

	.column4:nth-of-type(1n+1) {
		margin-right: 2.5%;
	}

	.column4:last-of-type {
		margin: 0;
	}
}

@media screen and (min-width: 1200px) {
	#HansaJohannesen {
		height: 500px;
	}
}

	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	transition: background 1s ease-in-out;
}


.banner-content {
	height: 100%;
	margin: 0;
	padding: 15vh 0;
	background: rgba(0,0,0,.4);
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

#banner img {
	height: 40px;
	margin: 0 auto;
	display: block;
}

#banner h2 {
	color: #FFFFFF;
	text-shadow: 0 3px 10px rgba(0,0,0,1);
}

.bilegg {
	display: block;
}

.bilegg li {
	margin: 0 auto 15px;
	display: table;
}

/* Modal overlay */

.modal {
    position: fixed;
    background: rgba(0, 0, 0, .5);
    color: #000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 100;
}

.modal-content {
    min-height: 80vh;
    border-radius: 10px;
    background: #F3F3F3;
    padding: 15px;
	overflow: scroll;
}

.modal-content h3 {
	margin: 5px 0 0;
	line-height: 42px;
	position: relative;
	font-size: 40px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #cf9b67;
	float: left;
}

.modal-content p {
	font-weight: 300;
	p
}

.modal-content span {
	color: #cf9b67;
	font-weight: 400;
}

.modal-content hr {
	border: 1px solid #cf9b67;
	display: block;
}

.bilegging ul {
	padding: 0;
}

.bilegging ul li {
	margin-bottom: 20px;
	display: block;
}

.bilegging ul li label {
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	font-size: 28px;
	color: #cf9b67;
}

.bilegging ul li input,
.bilegging ul li textarea {
	width: 100%;
	padding: 10px;
	margin: 10px 0 10px 0;
	background: #fff;
	border: 1px solid #cf9b67;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #cf9b67;
	box-sizing: border-box;
}

.bilegging ul li input:focus,
.buffet-rattir tr td button:focus {
	outline: 1px solid #e1c7ad;
}

.fyrispurning:focus {
	background: none;
	box-shadow: inset 0 0 0 2px #cf9b67;
	color: #cf9b67;
	transition: all 1.5s ease-in-out;
}

.bilegging ul li input + span {
	font-size: 18px;
	margin-left: 10px;
	color: #6b6b6b
}

.bilegging ul li input[type=number],
.bilegging ul li #kuvertar {
	width: 25%;
}

/* 
 * Table - Buffet rattir 
 * Table - Buffet príur
 */

.buffet-rattir,
.buffet-prisur,
.buffet-transport {
	width: 100%;
	font-weight: normal;
	font-size: 16px;
}

.buffet-rattir tr,
.buffet-prisur tr,
.buffet-transport tr {
	display: table-row;
	width: 100%;
}

.buffet-rattir tr td,
.buffet-prisur tr td {
	border-bottom: 1px dotted #cf9b67;
	padding: 5px 0;
}

.buffet-rattir tr td button,
.buffet-transport tr td button {
	font-size: 26px;
	margin-top: -1px;
	color: #e1c7ad;
	background: none;
	border:none;
	display: block;
	text-decoration: none;
}

.buffet-rattir tr td:first-child,
.buffet-transport tr td:first-child {
	width: 35px;
	vertical-align: top;
}

.buffet-rattir tr td:nth-child(2n),
.buffet-transport tr td:nth-child(2n) {
	line-height: 35px;
	margin-left: -1px;
	display: block;
}

.buffet-rattir tr td:last-child,
.buffet-rattir tr td:last-child {
	display: none;
}

.is_selected,
.selected,
.button-checked {
	color: #cf9b67;
}

/* Table - Buffet prisur */

.buffet-prisur tr td:first-child {
	width: 70%;
	vertical-align: top;
}

.buffet-prisur tr td:last-child {
	width: 30%;
}

.buffet-prisur tr td:last-child::before {
	content: 'DKK';
	margin-right: 7px;
}

.prisprperson {
	text-align: right;
	vertical-align: top;
	font-weight: 700;
	font-style: normal;
	
}


/* Table - Buffet transport */

.buffet-transport {
	padding: 5px 0;
}

.close-modal {
	width: 32px;
	height: 32px;
	padding: 0;
	background: none;
	color: #cf9b67;
	border: none;
	outline: none;
	margin-top: 5px;
	font-size: 24px;
	float: right;
	display: block;
	text-align: center;
}

.close-modal:hover {
	color: #AB7F56;
}

.main-nav-scroll {
	width: 100%;
	position: fixed;
	top: 0px;
}

.menu-close {
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
}


/* Catering */

#catering {
	background: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #6b6b6b;
	text-align: justify;
	overflow: hidden;
}

#catering h2 {
	color: #333;
}

#catering p a {
	font-weight: 700;
	color: #6b6b6b;
	text-decoration: none;
}

#catering p a:hover {
	text-decoration: underline;
}

#catering img {
	height: 30px;
	display: block;
}


/* Matskrá */


#matskra {
	background: url('../img/bg-matskra.jpg');
	background-position: middle center;
	background-repeat: no-repeat;
	color: #fff;
}

#matskra-content {
	background: rgba(0,0,0,.83);
	position: relative;
}

#matskra article ~ article {
	margin-top: 100px;
}

#matskra #matskra-content hr {
	height: 2px;
	background: #fff;
	border: none;
}

#matskra h2 {
	color: #fff;
}

#matskra #matskra-content h3 {
	margin-bottom: 0;
	color: #fff;
	position: relative;
}

#matskra h3 span {
	font-family: 'Architects Daughter', sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	color: #cf9b67;
	margin-top: 0px;
	display: block;
}

#matskra p {
	margin: 0;
}

#matskra .food-order {
	margin-top: 0;
	font-family: 'Architects Daughter', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	color: #cf9b67;
	margin-bottom: 5px;
}

#matskra .food-prisur {
	font-size: 18px;
	display: table;
	font-weight: 700;
}


/* Rís & Rós */

.post {
	border-bottom: 2px solid #cf9b67;
	overflow: hidden;
	margin-bottom: 30px;
}

.post h1 {
	font-size: 1.2em;
	padding: 1em 0;
	margin: 0;
}

.post-controls {
	padding: 15px 0 25px;
	margin: 0 auto;
	display: table;
}

.post-controls button {
	font-size: 2.3em;
	margin: 0 2em;
	color: #cf9b67;
	background: none;
	border:none;
}

#risogros {
	width: 100%;
	background: #FFFFFF;
	margin: auto;
	overflow: hidden;
}

#risogros form span,
#kontakt form span {
	margin-bottom: 18px;
}

#risogros input[type=text],
#risogros input[type=email],
#risogros textarea,
#kontakt input[type=text],
#kontakt input[type=tel],
#kontakt input[type=email],
#kontakt textarea {
	border-radius: 10px;
	background: #ebebeb;
	border: 1px solid transparent;
	outline: none;
	width: 100%;
	padding: 14px 25px;
	margin-bottom: 30px;
	font-size: 16px;
	color: #000;
	display: block;
	box-sizing: border-box;
	resize: none;
}

#risogros input::-webkit-input-placeholder,
#risogros textarea::-webkit-input-placeholder,
#kontakt input::-webkit-input-placeholder,
#kontakt textarea::-webkit-input-placeholder {
   color: #cf9b67;
}

#risogros input:-moz-placeholder,
#risogros textarea:-moz-placeholder,
#kontakt input:-moz-placeholder,
#kontakt textarea:-moz-placeholder { /* Firefox 18- */
   color: #cf9b67;  
}

#risogros input::-moz-placeholder,
#risogros textarea::-moz-placeholder,
#kontakt input::-moz-placeholder,
#kontakt textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #cf9b67;  
}

#risogros input:-ms-input-placeholder,
#risogros textarea:-ms-input-placeholder,
#kontakt input:-ms-input-placeholder,
#kontakt textarea:-ms-input-placeholder {  
   color: #cf9b67;  
}

#risogros input[type=submit],
#kontakt input[type=submit] {
	margin: auto;
	display: table;
}

#risogros input[type=text]:focus,
#risogros input[type=email]:focus,
#risogros textarea:focus,
#kontakt input[type=text]:focus,
#kontakt input[type=tel]:focus,
#kontakt input[type=email]:focus,
#kontakt textarea:focus {
	border: 1px solid #cf9b67;
}


/* Um okkum */

#um {
	background: #000;
	color: #FFFFFF;
}

#um h2 {
	color: #FFFFFF;
}


/* Kontakt */

/** Goole Maps **/




/** Google Maps end **/


#kontakt {
	margin: auto;
	background: #FFFFFF;
	color: #444;
	line-height: 1.25;
}

#kontakt h2,
#kontakt h3,
#kontakt a {
	color: #666;
}

#kontakt h3 {
	margin-top: 0;
}

#kontakt p {
	color: #6b6b6b;
	font-weight: 700;
}

#kontakt p span,
#kontakt p span a {
	color: #cf9b67;
	font-weight: 600;
}

#kontakt a:hover {
	text-decoration: underline;
}

#kontakt img {
	height: 40px;
}

#kontakt .container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}

#kontakt input[type=text],
#kontakt input[type=tel],
#kontakt input[type=email],
#kontakt textarea {
	background: #ebebeb;
}


/* Footer */

.main-footer {
	width: 100%;
	background: #000;
	padding: 10px 0;
	margin: 0 auto;
	display: table;
}

.main-footer ul {
	margin: 0;
	padding: 0;
	
}

.main-footer li {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	line-height: 1.75;
	color: #fff;
	-ms-flex-order: 0;
	-webkit-box-ordinal-group: 1;
	order: 0;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.main-footer li a {
	color: #cf9b67;
}

.main-footer li a:hover {
	text-decoration: underline;
}


/* Helper classes */

.container {
	padding-left: 15px;
	padding-right: 15px;
	margin: auto;
}

.row {
	padding-top: 60px;
	padding-bottom: 60px;
	line-height: 1.75;
	overflow: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/* Columns */

.column6 {
	width: 100%;
	margin-bottom: 40px;
}

.section-suptitle {
	font-size: 20px;
	font-weight: 600;
	color: #cf9b67;
	font-family: 'Architects Daughter', sans-serif;
	letter-spacing: 1px;
	display: block;
	line-height: 32px;
}

.section-title {
	margin: 4px 0 18px;
	line-height: 42px;
	padding-bottom: 20px;
	position: relative;
	font-size: 28px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.section-title::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 6px;
	height: 6px;
	background: #cf9b67;
	border-radius: 6px;
}

.section-title::after {
	content: "";
	position: absolute;
	left: 13px;
	bottom: 1px;
	width: 29px;
	height: 2px;
	background: #cf9b67;
}

.text-center {
	text-align: center;
	display: block;
}

.label-block {
	display: block;
}


/* Colors */

.black {
	background: #000;
}

.brown {
	background: #cf9b67;
}


/* Buttons */

input[type=submit],
a {
	-webkit-appearance: none;
}

.btn {
	padding: 15px 40px;
	line-height: 16px;
	border-radius: 10px;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 700;
	border: 0;
	letter-spacing: 1px;
	position: relative;
	transition-property: all;
	transition-duration: 0.3s;
	color: #FFFFFF;
}

.btn-sm {
	padding: 10px 40px;
}

.btn:nth-of-type(1n) {
	margin-right: 30px;
}

.btn:hover {
	text-decoration: underline;
}

.btn-brown {
	background: #cf9b67;
	color: #FFFFFF;
}

.btn-brown:hover {
	background: #FFFFFF;
	color: #cf9b67;
	text-decoration: none;
}

.btn-red {
	background: #cd1106;
	color: #FFFFFF;
}

.btn-red:hover {
	background: #FFFFFF;
	color: #cd1106;
	text-decoration: none;
}

.btn-brown-border {
	box-shadow: inset 0 0 0 2px #cf9b67;
}

.btn-brown-hover-border:hover {
	box-shadow: inset 0 0 0 2px #cf9b67;
	background: none;
	color: #cf9b67;
	text-decoration: none;
}

.btn-white-hover:hover {
	background: #FFFFFF;
	color: #cf9b67;
	box-shadow: none;
	text-decoration: none;
}


@media screen and (min-width:768px) {
	h2 {
		font-size: 3em;
	}

	h3 {
		font-size: 1.75em;
	}

	p {
		font-size: 1.25em;
	}

	.banner-content {
		padding: 20vh 0;
	}

	#banner img {
		height: 80px;
	}

	#banner h2 {
		margin-top: 30px;
		color: #FFFFFF;
		text-shadow: 0 3px 10px rgba(0,0,0,1);
	}



	.bilegg {
		width: auto;
		display: table;
		margin: 0 auto 50px;
	}

	.bilegg li {
		display: inline-block;
	}

	#catering img {
		height: 40px;
	}

	#matskra h3 span {
		font-size: 18px;
		display: inline-block;
	}

	#matskra h3 span::before {
		content: ' - ';
		font-size: 24px;
		margin: 0 5px;
	}

	#matskra .food-prisur {
		font-size: 1.4em;
	}

	#HansaJohannesen {
		height: 400px;
	}

	#kontakt img {
		height: 55px;
	}

	.main-footer ul {
		display: -ms-flexbox;
	    display: -webkit-box;
	    display: flex;
	    -ms-flex-direction: row;
	    -webkit-box-orient: horizontal;
	    -webkit-box-direction: normal;
        flex-direction: row;
	    -ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	    -ms-flex-pack: justify;
	    -webkit-box-pack: justify;
        justify-content: space-between;
	    -ms-flex-line-pack: stretch;
	    align-content: stretch;
	    -ms-flex-align: center;
	    -webkit-box-align: center;
        align-items: center;
	}

	.container {
		width: 738px;
	}

	.section-suptitle {
		font-size: 30px;
	}

	.section-title {
		margin: 14px 0 34px;
		line-height: 42px;
		padding-bottom: 35px;
		font-size: 40px;
	}

	.btn {
		padding: 18px 60px;
	}
}

@media screen and (min-width:992px) {
	h2 {
		font-size: 3.75em;
	}

	h3 {
		font-size: 1.75em;
	}

	p {
		font-size: 1.25em;
	}

	.mobile-nav {
		display: none;
	}

	.main-nav {
		height: 80px;
	}

	#logo img {
		height: 50px;
		margin: 15px 0 0;
	}

	.navbar-right {
		padding-top: 30px;
		display: block;
	}

	#banner img {
		height: 80px;
	}

	#catering img {
		height: 40px;
	}

	#matskra .food-prisur {
		font-size: 1.4em;
	}


	#HansaJohannesen {
		height: 400px;
	}

	#kontakt .container {
		display: block;
	}

	.container {
		width: 970px;
	}

	.row {
		padding: 100px 0;
	}

	.btn {
		padding: 20px 80px;
		font-size: 14px;
	}

	.section-suptitle {
		font-size: 22px;
	}

	.section-title {
		margin: 5px 0 28px;
		line-height: 38px;
		font-size: 36px;
	}

	/* Columns */

	.column6 {
		width: 47.5%;
		float: left;
		margin-bottom: 0;
	}

	.column6:nth-child(even) {
		margin-left: 2.5%;
	}

	.column6:nth-child(odd) {
		margin-right: 2.5%;
	}

	.column4 {
		width: 30.8333%;
		float: left;
	}

	.column4:nth-of-type(1n+1) {
		margin-right: 3.7%;
	}

	.column4:last-of-type {
		margin: 0;
	}
}

@media screen and (min-width: 1200px) {
	#HansaJohannesen {
		height: 500px;
	}

	.container {
		width: 1170px;
	}
}
