@import url(fonts/style.css);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, 
ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
button, input, select, textarea { width: auto; overflow: visible; margin: 0; font-size: 100%; vertical-align: baseline; }
textarea { overflow: auto; vertical-align: text-top; }
img { height: auto; max-width: 100%; }
* { outline: none; }
html, body { height: 100%; }
.videoWrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0; margin-bottom: 30px; }
.videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
iframe { width: 100%; height: 625px; }

/* Innstillinger */

body { 
background: #000;
color: #424242;
font-size: 62.5%;
line-height: 1;
-moz-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
text-rendering: optimizeLegibility; 
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }

html, button, input, select, textarea { font-family: "Liszt", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.animated { -webkit-animation-duration: 3s; animation-duration: 3s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
@-webkit-keyframes fadeIn { 0% {opacity: 0;} 100% {opacity: 1;} }
@keyframes fadeIn { 0% {opacity: 0;} 100% {opacity: 1;} }
.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; }

.wrapper { max-width: 1620px; margin: 0 auto; position: relative; clear: both; }
.headwrap { max-width: 1620px; margin: 0 auto; position: relative; clear: both; }
#container { margin: 0 auto; padding: 0; min-height: 100%; width: 100%; position: relative; }
.grid { float: left; }
.full-col { width: 100%; margin: 0; display: inline; }

/* Header */

#header { width: 100%; height: 168px; overflow: hidden; position: fixed; top: 0; left: 0; z-index: 9999; background-color: #7a212e; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
#logo { margin: 40px 0 0 0; display: block; width: 230px; height: 80px; float: left; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
#logo a img { position: relative; display: block; }
#header.smaller { height: 84px; background-color: #16322a; }
#header.smaller #logo { width: 115px; height: 40px; margin: 20px 0 0 0; }

/* Typografi */

.grid, .menu { word-wrap: break-word; font-weight: 200; }
.grid { font-size: 22px; line-height: 30px; }
b, strong { font-weight: 700; }
i, em, dfn, cite { font-style: italic; }
em strong, strong em { font-style: italic;  font-weight: 700; }

/* Overskrifter */

h2, h3, h4, h5, h6, h2 a, h3 a, h4 a, h5 a, h6 a { word-wrap: break-word; margin: 0 0 10px 0; }
h1, h1 a { word-wrap: break-word; margin: 0 0 10px 0; }
h1, h1 a { font-size: 62px; line-height: 70px; color: #444; text-transform: uppercase; }
h2, h2 a { font-size: 42px; line-height: 50px; color: #666; }
h3, h3 a { font-size: 36px; line-height: 44px; color: #666; }
h4, h4 a { font-size: 36px; line-height: 44px; color: #666; }
h5, h5 a { font-size: 36px; line-height: 44px; color: #666; }
h6, h6 a { font-size: 36px; line-height: 44px; color: #666; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }

/* Linker */

a { color: #7a212e; text-decoration: underline; }
a:hover { color: #16322a; text-decoration: underline; }
::selection { background: #7a212e; color: #fff; }

/* Margin og Padding + andre standarder */

p, hr, dl, pre, form, table, address, ul, ol { margin: 0 0 1em 0; }
caption { padding-bottom: .8em; }
fieldset { margin: 1.6em 0; padding: 0 1em 1em; }
legend { padding-left: .8em; padding-right: .8em; }
legend+* { margin-top: 1em; }
input, textarea { padding: .3em .4em .15em; }
select { padding: .1em .2em 0; }
option { padding: 0 .4em; }
dt { margin-bottom: .4em; margin-top: .8em; }
ul, ol { margin-left: 1.4em; }
ol ol, ul ol { margin-left: 2.5em; }
form div { margin-bottom: .8em; }
.left { float: left; }
.right { float: right; }
.center { text-align: center; }
.alignnone { margin: 0 0 0 0; }
.aligncenter, div.aligncenter { display: block; margin: 0 auto 20px auto; }
.alignright { float: right; margin: 0 0 20px 20px; }
.alignleft { float: left; margin: 0 20px 20px 0; }
.aligncenter { display: block; margin: 10px auto; }
a img.alignright { float: right; margin: 0 0 20px 20px; }
a img.alignnone { margin: 0; }
a img.alignleft { float: left; margin: 0 20px 20px 0; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { text-align: left; font-size: 16px; max-width: 100%; }
.wp-caption.alignnone { margin: 0 0px 20px 0; }
.wp-caption.alignleft { margin: 0 0px 20px 0; }
.wp-caption.alignright { margin: 0 0 20px 0px; }
.wp-caption img { border: 0 none; height: auto; margin: 0; padding: 0; width: auto; }
.wp-caption p.wp-caption-text { font-size: 16px; line-height: 20px; margin: 0; padding: 0; }
img.wp-post-image, img.attachment-full, img.attachment-large, img.attachment-medium, img.attachment-thumbnail { display: block; margin: 0 auto; width: auto; }
.clearfix:after, #container:after, .widget-wrapper:after { clear: both; content: "\0020"; display: block; height: 0; max-height: 0; overflow: hidden; visibility: hidden; }
.clearfix, #container, .widget-wrapper { display: inline-block; }
*html .clearfix, *html #container, *html .widget-wrapper { height: 1%; }
.clearfix, #container, .widget-wrapper { display: block; }
.clear { clear: both; }
.none { display: none; }

/* Home */
#map-canvas { width: 94%; height: 680px; border: .5em solid #fff; }
#map-canvas img { max-width: none; }
#forsiden { padding-top: 80px; }
#bordbestilling, #meny, #om, #kontakt { margin-top: -83px; padding-top: 83px; }
#bordbestilling { background: #000; padding-top: 144px; padding-bottom: 60px;  }
#forsidenwallpaper, #menywallpaper, #omwallpaper, #kontaktwallpaper { height: 100%; width: 100%; position: relative; }
h2.introtxt { color: #fff; max-width: 45%; text-shadow: 10px 10px 10px #000; font-weight: 800; font-size: 38px; line-height: 1.2;  }

#meny { background: #000; margin-bottom: -115px; }
.box { height: auto; width: 100%; position: relative; display: none; }
#one .box { background:#000; }
#two .box { background:#000; }
ul.menyer li { list-style:none; width: 100%; clear: both; }
ul.menyer li a.open { font-size: 78px; text-align: center; height: 180px; line-height: 180px; width: 100%; background: #7a212e; display: block; text-decoration: none; }
ul.menyer li#one a.open { background: #7a212e; color: #fff; }
ul.menyer li#two a.open { background: #d9cdb7; color: #000; }
ul.menyer li#three a.open { background: #16322a; color: #fff; }

.menyen { border: 4px solid #444; height: auto; width: 100%; margin: 40px 0; background: #d9cdb7; position: relative; clear: both;  }
.menywrap { margin: 1.5%; height: auto; font-size: 16px; line-height: 24px; }
.miniekstra, .inneholder { font-size: 14px; }
.inneholder { font-style: italic; }
b.prixe { color: #7a212e; font-size: 17px; float: right; }
h2.menyhead { font-weight: 300; font-size: 26px; line-height: 1; text-transform: uppercase; color: #424242; width: auto; }
.menyheader { margin: 20px 0 10px 0; width: 100%; }
.r { text-align: right; }
.highend { height: 20px; clear: both; width: 100%; }

#om, #om h1, #bordbestilling, #bordbestilling h1, .melding, .melding h1, .melding a { color: #fff; }
#kontakt, #kontakt h1, #kontakt h4 { color: #fff; }
#om .full-col { margin: 70px 0 60px 0; }
#kontakt .bfwrapper { padding: 80px 0 100px 0; }

.melding { padding-top: 40px; }

/* Meny */

nav#menuresponsive { height: 84px; padding: 0; margin: 0; width: 100%; }
.menu { text-transform: uppercase; height: 84px; clear: none; padding: 0; margin: 0; text-align: right; width: 70%; float: right; display: inline; }
.menu, .menu ul { display: block; list-style-type: none; margin: 0; padding: 0; }
.menu li { height: 168px; line-height: 168px; display: inline-block; margin: 0; padding: 0; position: relative; z-index: 5; -webkit-transition: all 0.1s; -moz-transition: all 0.1s; -ms-transition: all 0.1s; -o-transition: all 0.1s; transition: all 0.1s; }
.smaller .menu li { height: 84px; line-height: 84px; }
.menu li:hover { white-space: normal; z-index: 10000; }
.menu li li { float: none; display: block; text-align: left; }
.menu ul { left: 0; position: absolute; top: 2.8em; visibility: hidden; z-index: 10; }
.menu li:hover > ul { top: 100%; visibility: visible; }
.menu li li:hover > ul { left: 100%; top: 0; }
.menu:after, .menu ul:after { clear: both; content: '.'; display: block; height: 0; overflow: hidden; visibility: hidden; }
.menu, .menu ul { min-height: 0; }
.menu ul, .menu ul ul { margin: 0; padding: 0; }
.menu ul li a:hover { text-decoration: none; }
.menu ul { width: auto; }
.menu li { margin: 0 0 0 8.5%; }
.menu li a { color: #888; display: inline-block; font-size: 18px; text-decoration: none; margin: 0; }
.menu a:hover { color: #000; transition: all 0.7s; -webkit-transition: all 0.7s; }
.menu .current_page_item a { color: #fff; }
.togglebutton { display: none; }

/* Forms */

label { display: block; font-weight: 700; padding: 2px 0; }
legend { padding: 2px 5px; }
fieldset { margin: 0 0 1.5em; padding: 1em 2em; }
form div { clear: both; }
select, input[type="text"], input[type="tel"], input[type="password"] { border: 1px solid #999; background: #fff; margin: 0; outline: none; padding: 4px 8px; vertical-align: middle; width: 85%; margin-bottom: .5em; }
select { height: auto; width: 70%; }
area, textarea { background: #fff; border: 1px solid #999; height: auto; overflow: auto; margin: 0; outline: none; padding: 5px 8px; width: 85%; }
input, select { cursor: pointer; }
area:focus, input:focus, textarea:focus { background: #fff; }
input[type='text'], input[type='password'], input[type="tel"], input[type="number"], input[type="date"] { cursor: text; }
.wpcf7 legend { padding: 2px 5px; }
.wpcf7 form { clear: both; }
.wpcf7 label { float: left; width: 29%; height: 30px; line-height: 30px; }
.wpcf7 select, .wpcf7 input[type="text"], .wpcf7 input[type="password"], .wpcf7 input[type='email'], .wpcf7 input[type="tel"], .wpcf7 input[type="date"], .wpcf7 input[type="number"] { margin: 0 0 .5em 0; padding: 1.6% 2%; vertical-align: middle; width: 95.7%; cursor: text; border: 2px solid #ddd; background: #fff; margin: 0; outline: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.wpcf7 input[type="text"].adresse { width: 68%; float: right; }
.wpcf7 input[type="text"].postnr { width: 20%; }
.wpcf7 select { height: 30px; width: 100%; }
.wpcf7 area, .wpcf7 textarea { background: #fff; border: 2px solid #ddd; height: auto; overflow: auto; margin: 0; outline: none; padding: 1.6% 2%; width: 95.7%; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.wpcf7 input, .wpcf7 select { cursor: pointer; }
.wpcf7 area:focus, .wpcf7 input:focus, .wpcf7 textarea:focus { background: #fff; }
.wpcf7 textarea:focus, .wpcf7 input:focus { border: 2px solid #7a212e; }
.wpcf7 input.wpcf7-submit { margin: 10px 0; width: 48%; background: #7a212e; color: #fff; height: 70px; line-height: 10px; -webkit-border-radius: 35px; -moz-border-radius: 35px; border-radius: 35px; border: none; clear: both; }
.wpcf7 input.wpcf7-submit:hover { background: #16322a; color: #fff; }
.wpcf7 span.wpcf7-not-valid-tip { color: #000; position: relative; top: 3px; }

/* Lister */

ul { list-style-type: none; margin: 0 0 1.4em 0; padding: 0;  }
#content ul { list-style-type: disc; font-size: 15px; line-height: 22px; margin: 0 0 1.4em 0; padding: 0;  }
#content ul li { margin: 0 0 0 23px; }
ul ul { list-style-type: square; }
ul ul ul { list-style-type: circle; }
ol { line-height: 22px; list-style-position: outside; list-style-type: decimal; }

/* Grid */

.en_en { width: 100%; position: relative; float: left;}
.en_to { width: 48%; }
.en_tre { width: 30.66%; }
.to_tre { width: 65.33%; }
.en_fire { width: 22%; }
.tre_fire { width: 74%; }
.en_fem { width: 16.8%; }
.to_fem { width: 37.6%; }
.tre_fem { width: 58.4%; }
.fire_fem { width: 67.2%; }
.en_seks { width: 13.33%; }
.to_seks { width: 30.68%; }
.tre_seks { width: 48.01%; }
.fire_seks { width: 65.34%; }
.fem_seks { width: 82.67%; }

.en_to,.en_tre,.to_tre,.tre_fire,.en_fire,.en_fem,.to_fem,.tre_fem,.fire_fem,.en_seks,.to_seks,.tre_seks,.fire_seks,.fem_seks { position: relative; margin-right: 4%; float: left; }
.sist { margin-right: 0 !important; clear: right; float: right !important; }
.clearboth { clear: both; display: block; font-size: 0; height: 0; line-height: 0; width: 100%; }

/* IE Fix */

.chromeframe { margin: 0.2em; background: #ccc; color: #000; padding: 0.2em 0; }
#logo a img.svgno { display: none !important; }
.ie7 #logo a img.svgyes, .ie8 #logo a img.svgyes { display: none !important; }
.ie7 #logo a img.svgno, .ie8 #logo a img.svgno { display: block !important; }
p#logo2 a img.svgno { display: none !important; }
.ie7 p#logo2 a img.svgyes, .ie8 p#logo2 a img.svgyes { display: none !important; }
.ie7 p#logo2 a img.svgno, .ie8 p#logo2 a img.svgno { display: block !important; }
.ie7 .menu { position: absolute; width: 800px; top: 0px; right: 0px; }
.ie7 .menu li { margin: 0; padding: 0; width: 200px; display: block; float: left; text-align: right; }

/* Print */

@media print {
#header { position: relative; top: 0; left: 0; width: 100%; height: auto; z-index: 999; border-bottom: none; }
.grid { padding-top: 16pt; font-size: 10pt; line-height: 12pt; }
h1 { page-break-before: always; font-size: 40pt;  color: #000; line-height: 42pt; margin-top: 8pt;}
h2 { font-size: 10pt; color: #878787 !important; line-height: 12pt; }
h1, h2, h3, h4, h5, h6 { page-break-after: avoid; }
ul, ol, dl { page-break-before: avoid; }
.wrapper { padding: 0 10mm; margin: 0; }
#footer, .menu, #wallpaper { display: none; }
}

/* Responsive Design */

@media screen and (max-width: 1680px) {
.wrapper, .headwrap { padding: 0 30px; margin: 0; }
}

@media screen and (max-width: 1280px) {
#map-canvas { height: 450px; }
.grid { font-size: 20px; line-height: 26px; }
h1, h1 a { font-size: 42px; line-height: 40px; }
h2, h2 a { font-size: 38px; line-height: 46px; }
h3, h3 a { font-size: 32px; line-height: 40px; }
h4, h4 a { font-size: 32px; line-height: 40px; }
h5, h5 a { font-size: 32px; line-height: 40px; }
h6, h6 a { font-size: 32px; line-height: 40px; }
.menywrap { font-size: 16px; line-height: 22px; }
.miniekstra, .inneholder { font-size: 14px; }
b.prixe { font-size: 16px; }
h2.menyhead { font-size: 23px; }
.menu li { margin: 0 0 0 5.5%; }
.menu li a { font-size: 16px; }
}

@media screen and (max-width: 900px) {
iframe { width: 100%; height: 625px; }
.grid { font-size: 16px; line-height: 20px; padding-top: 0; }
.mainfooter.wrapper { padding-left: 30px; }
h1, h1 a { font-size: 28px; line-height: 32px; }
h2, h2 a { font-size: 26px; line-height: 30px; }
h3, h3 a { font-size: 26px; line-height: 30px; }
h4, h4 a { font-size: 26px; line-height: 30px; }
h5, h5 a { font-size: 26px; line-height: 30px; }
h6, h6 a { font-size: 26px; line-height: 30px; }
.full-col { width: 100%; margin: 0; min-height: 0; clear: both; padding-bottom: 0px !important;}
input[type="search"] { border: 1px solid #90989c; width: 100%; }
.search-form { left: 20px; top: 85px; padding: 0 20px 0 0;   }
.search-field { margin: 0 20px 0 30px; }
.lang { position: absolute; top: 37px; right: 20px; }
.mainfooter .right { float: left; clear: both; }
img.alignleft, img.alignright { float: none; margin: 0 0 20px 0; text-align: center; clear: both; }
.main-col img, .full-col img, .two-col img  { width: 100% }
.button img  { width: 22px; }
.en_to, .en_fire, .en_tre, .to_tre, .tre_fire, .en_fem { width: 100% !important; clear: both; float: none; margin-right: 0; }
.excerpt { margin-bottom: 40px; }
.dato { float: left; display: inline-block; }
.blog .dato, .aar { padding-bottom: 30px; }
.blog article.artikkel { padding-bottom: 30px; }
.pagination .en_to { width: 50% !important; float: left; margin: 0; padding: 0; clear: none !important; }
.pagination .en_to.sist { width: 50% !important; float: right; margin: 0; padding: 0px; clear: none !important; }
#header, #header.smaller  { width: 100%; height: 60px; overflow: visible; position: fixed; }
#logo, #header.smaller #logo  { margin: 8px 0 0 0; display: block; width: 117px; height: 30px; }
.togglebutton { color: #fff; display: block; cursor: pointer; position: fixed; right: 40px; font-size: 65px; margin: 0; padding: 0; line-height: 1; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.smaller .togglebutton, .togglebutton { top: 0px; }
.togglebutton::selection, .menu li a::selection, nav::selection, .menu::selection { background: transparent !important; }
nav#menuresponsive { background: #16322a; position: fixed; top: 60px; left: 0; height: auto; width: 100%; padding: 10px 0 50px 0; display: none; }
.menu { width: 100%; clear: both; padding: 0; margin: 0; text-align: center; width: auto; min-height: 0; float: none; display: inline; }
.menu li { height: auto; line-height: 1; border: 0; display: block; margin: 10px 0 10px 0; padding: 0; position: relative; z-index: 5; text-align: center; }
.smaller .menu li { height: auto; line-height: 1; }
.menu li:hover { white-space: normal; z-index: 10000; }
.menu li li { float: none; display: block; text-align: left; }
.menu ul { left: 0; position: relative; top: 0; visibility: visible; z-index: 10; }
.menu li:hover > ul { top: 100%; visibility: visible; }
.menu li li:hover > ul { left: 100%; top: 0; }
.menu:after, .menu ul:after { clear: both; content: '.'; display: block; height: 0; overflow: hidden; visibility: hidden; }
.menu, .menu ul { min-height: 0; }
.menu ul, .menu ul ul { margin: 0; padding: 0; }
.menu ul li a:hover, .menu li li a:hover { text-decoration: none; }
.menu ul { margin-top: 1px; min-width: 14em; width: 100%; }
.menu li a { color: #888; display: block; font-size: 22px; line-height: 22px; margin: 0; padding: 0; text-decoration: none; }
.menu a:hover, .menu .current_page_item ul li a { color: #fff; }
.menu .current_page_item a { color: #fff; }
.menu li li { background: none; background-image: none; color: #fff; filter: none; margin: 0; width: auto; padding: 0; }
.menu li li:first-child { padding-top: 10px; }
.menu li li a { display: block; background: none !important; border: none; color: #fff; font-size: 16px; height: auto; height: 20px; padding: 0 0 0 30px; margin: 0; text-shadow: none; white-space: nowrap; display: block; }
.menu li li a:hover { background: none !important; background-image: none; border: none; color: #fff; }
.menu li li:hover { background: none !important; }
.menu ul > li + li { border-top: 0; }
.menu li li:hover > ul { left: 100%; top: 0; }

#forsiden { padding-top: 60px; }
#map-canvas { width: 99%; height: 500px; border: .1em solid #fff; }
ul.menyer li a.open { font-size: 36px; height: 140px; line-height: 140px; }
.menywrap { font-size: 14px; line-height: 20px; }
.miniekstra, .inneholder{ font-size: 12px; }
b.prixe { font-size: 14px; }
h2.menyhead { font-size: 20px; }
.melding { padding-top: 0px; margin: 40px 0 0 0; }

}

@media screen and (max-width: 400px) { }

@media screen and (min-width: 2048px) { #forsidenwallpaper, #menywallpaper, #omwallpaper, #kontaktwallpaper { min-height: 1140px; } h2.introtxt { margin: 25% 0 0 0; } }
@media screen and (max-width: 2048px) { #forsidenwallpaper, #menywallpaper, #omwallpaper, #kontaktwallpaper { min-height: 950px; } h2.introtxt { margin: 25% 0 0 0; } }
@media screen and (max-width: 1920px) { #forsidenwallpaper, #menywallpaper, #omwallpaper, #kontaktwallpaper { min-height: 850px; } h2.introtxt { margin: 25% 0 0 0; } }
@media screen and (max-width: 1600px) { #forsidenwallpaper, #menywallpaper, #omwallpaper, #kontaktwallpaper { min-height: 950px; } h2.introtxt { margin: 22% 0 0 0; } }
@media screen and (max-width: 1280px) { #forsidenwallpaper, #menywallpaper, #omwallpaper, #kontaktwallpaper { min-height: 550px; } h2.introtxt { margin: 20% 0 0 0; font-size: 32px; } }
@media screen and (max-width: 1080px) { #forsidenwallpaper, #menywallpaper, #omwallpaper, #kontaktwallpaper { min-height: 500px; } h2.introtxt { margin: 17% 0 0 0; font-size: 28px; } }
@media screen and (max-width: 890px) { h2.introtxt { margin: 15% 0 0 0; font-size: 22px; } }
@media screen and (max-width: 650px) { h2.introtxt { margin: 15% 0 0 0; font-size: 18px; } }

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (orientation: portrait) {
  #forsidenwallpaper, #menywallpaper, #omwallpaper, #kontaktwallpaper { min-height: 400px; }
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (orientation: landscape) {
  #forsidenwallpaper, #menywallpaper, #omwallpaper, #kontaktwallpaper { min-height: 240px; }
}

/* ----------- iPhone 5 and 5S ----------- */

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (orientation: portrait) {
  #forsidenwallpaper, #menywallpaper, #omwallpaper, #kontaktwallpaper { min-height: 488px; }
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (orientation: landscape) {
  #forsidenwallpaper, #menywallpaper, #omwallpaper, #kontaktwallpaper { min-height: 240px; }
}

/* ----------- iPhone 6 ----------- */

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (orientation: portrait) { 
	  #forsidenwallpaper, #menywallpaper, #omwallpaper, #kontaktwallpaper { min-height: 567px; }
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (orientation: landscape) { 
	  #forsidenwallpaper, #menywallpaper, #omwallpaper, #kontaktwallpaper { min-height: 295px; }
}

/* ----------- iPhone 6+ ----------- */

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (orientation: portrait) { 
	  #forsidenwallpaper, #menywallpaper, #omwallpaper, #kontaktwallpaper { min-height: 656px; }
}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (orientation: landscape) { 
	  #forsidenwallpaper, #menywallpaper, #omwallpaper, #kontaktwallpaper { min-height: 334px; }
}

/* ----------- iPad ----------- */

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) {
  #forsidenwallpaper, #menywallpaper, #omwallpaper, #kontaktwallpaper { min-height: 944px; }
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) {
  #forsidenwallpaper, #menywallpaper, #omwallpaper, #kontaktwallpaper { min-height: 688px; }
}
