/*
	Theme Name: Education Pro Theme
	Theme URI: http://my.studiopress.com/themes/genesis/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 3.0.0

	Tags: black, blue, gold, green, orange, purple, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.0.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
    - Ajax Search Lite
	- Plugins
		- Genesis eNews Extended
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home
		- Entries
		- Entry Meta
		- Pagination
		- Comments
	- Post Types
		- Holiday
		- Unit
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Objects & Utility
		- Post Grid
		- Tabs Dest
		- Pan Gallery
		- Booking Container
		- Utility
	- Theme Colors
		- Education Pro Blue
		- Education Pro Green
		- Education Pro Purple
		- Education Pro Red
	- Media Queries
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 768px
		- Max-width: 480px


font-family:'AvenirNextLTW01-UltraLt 727634';
font-family:'Avenir Next W01 Light';
font-family:'AvenirNextW01-LightItal';
font-family:'Avenir Next LT W01 SC';
font-family:'AvenirNextLTW01-ItalicS';
font-family:'AvenirNextLTW01-HeavySC';


*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C""\201D""\2018""\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */

.flex-direction-nav:before,
.button-group:before,
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.title-area:before {
  content: " ";
  display: table;
}

.flex-direction-nav:after,
.button-group:after,
.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.title-area:after {
  clear: both;
  content: " ";
  display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
  background-color: #f6f6f6;
  color: #444;
  font-family: "Source Sans 3";
  font-weight: normal;
  line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
  -webkit-transition: all 50ms ease-in-out;
  -moz-transition: all 50ms ease-in-out;
  -ms-transition: all 50ms ease-in-out;
  -o-transition: all 50ms ease-in-out;
  transition: all 50ms ease-in-out;
}

::-moz-selection {
  background-color: #000;
  color: #fff;
}

::selection {
  background-color: #000;
  color: #fff;
}

a {
  color: #78a7c8;
  text-decoration: none;
  font-weight: 400;
}

a:hover {
  color: #34678a;
}

p {
  margin: 0 0 28px;
  padding: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-position: inside;
}

b,
strong {
  font-weight: 700;
}

blockquote,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 40px;
}

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

.grid-item {
  width: 100%;
}
.grid-item--width2 {
  width: 100%;
}

/* Headings
--------------------------------------------- */

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Lato";
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 10px;
}

body h2 {
  line-height: 1.25;
}

body h1 {
  font-size: 56px;
}

body h2 {
  font-size: 34px;
  font-weight: 500;
}

body h3 {
  font-size: 30px;
  font-weight: 400;
}

body h3[style="text-align:justify"] {
  text-align: left !important;
  font-weight: 300;
  margin-bottom: 20px;
}

body h4 {
  font-size: 30px;
}

body h5 {
  font-size: 28px;
}

body h6 {
  font-size: 26px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

.frontsearch {
  margin: 0 auto;
}

.frontsearch iframe {
  max-width: 740px;
  height: 56px;
}
iframe {
  border: none;
}

img {
  height: auto;
}

.featured-content img {
  width: auto;
}

.o_oembed {
  margin-bottom: 20px;
}

.o_oembed iframe {
  width: 100%;
  height: calc(100vw * 0.4135);
}

.entry-top {
  position: relative;
}

.entry-top h1 {
  color: #222;
  font-size: 56px;
  line-height: 60px;
  font-weight: bold;
  margin-bottom: 30px;
}

.entry-top .destination-country-detail {
  float: right;
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  font-weight: 500;
  text-transform: lowercase;
  background: #fafafa;
  padding: 2px 15px;
  border-radius: 3px;
  border: 1px solid #cacaca;
}

.entry-top .destination-country-detail .fas {
  margin-right: 5px;
  color: #0e6c56;
}

.entry-top .entry-top-image {
}

#tabscontent > ul:first-of-type {
  display: none;
}

.single-holiday div#tabscontent > :not(#hey_tabs) {
  display: none;
}

.entry-content #hey_tabs {
  clear: both;
  box-sizing: border-box;
}

.entry-content ul.tabs {
  list-style: none;
  padding: 0 10px;
  margin: 0 0 20px;
  overflow: hidden;
  position: relative;
}
.entry-content ul.tabs li {
  border: 1px solid #e0dadf;
  background: #f7f6f7;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f7f6f7),
    to(#e0dadf)
  );
  background: -webkit-linear-gradient(#f7f6f7, #e0dadf);
  background: -moz-linear-gradient(center top, #f7f6f7 0, #e0dadf 100%);
  background: -moz-gradient(center top, #f7f6f7 0, #e0dadf 100%);
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 6px 6px 0 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  margin: 0 -5px;
  padding: 0 1em;
  list-style-type: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.entry-content ul.tabs li.tab_tilbud {
  border: 1px solid #004a27;
  background: #106b56;
  background: -moz-linear-gradient(top, #106b56 0%, #0e5745 100%);
  background: -webkit-linear-gradient(top, #106b56 0%, #0e5745 100%);
  background: linear-gradient(to bottom, #106b56 0%, #0e5745 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#106b56', endColorstr='#0e5745',GradientType=0 );
  float: right;
  display: inline-block;
  position: relative;
  z-index: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  margin: 0;
  padding: 0 1em;
}

.entry-content ul.tabs li.tab_tilbud a,
.entry-content ul.tabs li.tab_tilbud a:hover {
  color: #fff;
  font-weight: 700;
}

.entry-content ul.tabs li.tab_tilbud.active a {
  color: #333;
}

.entry-content ul.tabs li a {
  display: inline-block;
  padding: 5px 0;
  font-weight: 500;
  color: #5e5e5e;
  text-decoration: none;
  outline: 0;
  font-size: 15px;
  font-family: "Lato", sans-serif;
}

.entry-content ul.tabs li a .fas {
  color: #0e6c56;
  margin-right: 4px;
  font-size: 11px;
  vertical-align: text-top;
  margin-top: 4px;
}

.entry-content ul.tabs li a:hover {
  text-decoration: none;
  color: #777;
}
.entry-content ul.tabs li.active {
  background: #fff;
  z-index: 2;
  border-bottom-color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.entry-content ul.tabs li.tab_tilbud.active {
  border: 1px solid #004a27;
  background: #008b4a;
  background: -moz-linear-gradient(top, #008b4a 0%, #028045 100%);
  background: -webkit-linear-gradient(top, #008b4a 0%, #028045 100%);
  background: linear-gradient(to bottom, #008b4a 0%, #028045 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008b4a', endColorstr='#028045',GradientType=0 );

  z-index: 2;
  border-bottom-color: #fff;
}

.entry-content ul.tabs li.tab_tilbud.active a {
  color: #fff;
}

.entry-content ul.tabs li.active a {
  color: inherit;
  text-shadow: inherit;
}
.entry-content ul.tabs:before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #aaa;
  z-index: 5;
  box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.4);
}
.entry-content .panel {
  margin: 0 0 3em;
  padding: 0;
  display: none;
}
.entry-content .panel.active {
  display: block;
}
.hey_cordion section,
.hey_cordion .pointer,
.hey_cordion h1,
.hey_cordion p,
.hey_cordion .subtab_content {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.hey_cordion p {
}
.hey_cordion {
  margin-bottom: 30px;
}
.hey_cordion h1 {
  font-size: 16px;
  line-height: 22px;
  background: #f7f6f7;
  font-weight: 700;
  color: #5e5e5e;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f7f6f7),
    to(#e0dadf)
  );
  background: -webkit-linear-gradient(#f7f6f7, #e0dadf);
  background: -moz-linear-gradient(center top, #f7f6f7 0, #e0dadf 100%);
  background: -moz-gradient(center top, #f7f6f7 0, #e0dadf 100%);
  margin: 0;
  padding: 10px 10px 10px 30px;
  height: 46px;
  cursor: pointer;
}

.hey_cordion h1 a {
  outline: 0;
  color: #5e5e5e;
}
.hey_cordion section {
  overflow: hidden;
  height: 300px;
  border: 0px #333 solid;
  margin-bottom: 5px;
  background: #f7f6f7;
  border: 1px solid #e0dadf;
}
.hey_cordion p {
  padding: 0 10px;
  color: black;
}
.hey_cordion .subtab_content {
  overflow-y: auto;
  height: 260px;
  padding: 20px;
}
.hey_cordion section.ac_hidden .subtab_content {
  color: #fff;
}

.hey_cordion section.ac_hidden {
  height: 44px;
}
.hey_cordion .pointer {
  padding: 0;
  margin: 13px 0 0 10px;
  line-height: 20px;
  width: 13px;
  font-size: 10px;
  position: absolute;
}
.hey_cordion section:not(.ac_hidden) h1 {
  background: #fff;
}

.hey_cordion section:not(.ac_hidden) .pointer {
  display: block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  padding: 0;
}

/* PreHeader
------------------------------------------------------------ */
.header-phone {
  margin: 0;
  padding: 0;
  background: rgba(0, 113, 60, 0.8);
  width: auto;
  position: absolute;
  right: 0;
  padding: 8px 16px;
  /*	border-radius: 0 0 0 5px;*/
  z-index: 99;
}

.header-phone .widget {
  margin: 0;
}
.header-phone p {
  float: right;
  color: #f2f2f2;
  font-size: 20px;
  line-height: 1.3;
  font-family: "Lato", sans-serif;
}

.header-phone p a {
  margin-left: 3px;
  color: #fff;
}

.header-phone p a:hover {
  color: #fff;
}

.single .travel-form {
  padding: 20px 0;
}
/* Flexslider
------------------------------------------------------------ */

.flexouter {
  padding: 0;
  width: 100%;
  min-height: calc(100vw * 0.25);
  overflow: hidden;
  border: none;
  margin: 0 auto 40px;
  border-radius: 3px;
}

.single .entry-top .flexouter {
  opacity: 0;
  transition: opacity 250ms ease-in-out;
}

.single .entry-top .flexouter.flex-visible {
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}

.flexslider {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  margin: 0 auto;
  max-width: 100%;
  border: none;
  box-shadow: none;
  border-radius: 0;
}

.flexgallery {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  padding: 0;
  background: transparent;
  max-width: 100%;
  box-shadow: none;
  overflow: hidden;
}

.flex-viewport {
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  border: 0;
  margin: 0;
  padding: 0;
}

.flexouter .flexgallery .flex-viewport {
  width: 100%;
}

.flexouter .flexgallery .flex-direction-nav .flex-nav-prev,
.flexouter .flexgallery .flex-direction-nav .flex-nav-next {
  list-style: none;
}
.flexouter .flexgallery .flex-direction-nav .flex-prev,
.flexouter .flexgallery .flex-direction-nav .flex-next {
  line-height: 40px;
}

.flexouter .flexgallery .flex-direction-nav .flex-prev {
  left: 8px;
}
.flexouter .flexgallery .flex-direction-nav .flex-next {
  right: 8px;
}

.flexouter .flexgallery .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  width: 100%;
  bottom: 20px;
  display: none;
}

.flex-direction-nav a:before {
  font-size: 16px;
  color: #333;
  text-shadow: none;
  background: rgba(255, 255, 255, 0.4);
  text-align: center;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
}

.flexslider div.myframe {
  width: 100%;
  height: 480px;
  opacity: 0.1;
}

.destination_image img {
  width: 100%;
  margin-bottom: 20px;
}

.flexgallery .slides img {
  width: 100%;
  float: left;
}

.flexouter .flexgallery .slides img {
  padding: 0;
  background: #fff;
  border: none;
  border-radius: none;

  width: 100%;
  float: left;
}

.flexslider .slides .flexslider_video,
.flexslider .slides a img {
  width: 56%;
  float: left;
  /* border-radius: 10px 0 0 10px; */
}

.flexslider .slides .flexslider_video iframe {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.executive-pro-home .flexslider a.more-link {
  background: #fdfdfd;
  border-radius: 5px;
  padding: 10px 15px 5px;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
  margin: 0;
  text-align: center;
  width: auto;
  font-size: 14px;
}

.executive-pro-home .flexslider a.more-link:hover {
  background: #fff;
}

.flexgallery .flex-viewport li,
.flexslider .flex-viewport li {
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 0.35px;
  position: relative;
  margin: 0;
  padding: 0;
}

.flexslider .flex-viewport ul,
.flexgallery .flex-viewport ul {
  margin: 0 !important;
  padding: 0 !important;
}

.flexgallery .flex-viewport li li,
.flexslider .flex-viewport li li {
  margin: 10px 0 10px 20px;
  list-style-type: none;
  font-size: 18px;
  list-style-type: square;
}

.flexslider .flex-caption {
  -webkit-backface-visibility: hidden;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 44%;
  top: 0;
  right: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}

.flexslider .flex-textheadline {
  margin: 0 0 20px;
  font-size: 21px;
  line-height: 1.4;
}
.flexslider .flex-textheadline a {
  color: #222;
  font-size: 31px;
  font-size: 3.1rem;
  line-height: 1.1;
  margin: 0;
  text-decoration: none;
}
.flexslider .flex-textcontent {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  margin: 0;
  padding: 30px;
  padding: 3rem;
  color: #fff;
  border: none;
  border-radius: 0;
  width: 100%;
}

.flexslider .flex-textcontent p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #333;
  margin: 0 0 16px;
  margin: 0 0 1.6rem;
  letter-spacing: 0.3px;
}

.flexslider .flex-textcontent .button {
  color: #fff;
  font-size: 18px;
  clear: none;
}

.flexslider .flex-control-nav {
  position: absolute;
  bottom: 4%;
}

.flexslider .flex-control-nav li {
  margin: 0 6px;
  list-style-type: none;
}

.flexgallery .flexgallery-image {
  width: 100%;
  padding-bottom: 45%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.flexgallery .flex-control-nav .flex-control-background {
  width: 100%;
  padding-bottom: 75%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.flexgallery .flex-control-thumbs {
  margin: 0;
  padding: 12px 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.flexgallery .flex-control-thumbs li {
  width: 77px;
  max-height: 58px;
  margin: 0;
  padding: 0;
  display: block;
  border: 1px solid rgba(25, 25, 25, 0.55);
  border-radius: 2px;
  cursor: pointer;
  overflow: hidden;
  filter: grayscale(90%);
  transition: all 250ms ease-in-out;
}

.flexgallery .flex-control-thumbs li:hover,
.flexgallery .flex-control-thumbs li.flex-active {
  filter: grayscale(0%);
  transition: all 250ms ease-in-out;
}

/* Booking engine
--------------------------------------------- */
.bookingengine {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #333;
}

.bookingengine .bookingengine_wrap {
  width: 1250px;
  margin: 0 auto;
  padding: 0;
}

.bookingengine .bookingengine_wrap iframe {
  height: 91px;
  width: 1250px;
  margin: 0;
  padding: 0;
  border: none;
  display: block;
}

/* Destinations
--------------------------------------------- */
.destination-country {
  background: #eaeaea;
  clear: both;
  overflow: hidden;
  padding: 30px 40px 20px;
  margin-bottom: 40px;
  border-radius: 5px;
  border: 1px solid #cacaca;
}

.destination-country h2 {
  margin-bottom: 20px;
}

/* Destinations
--------------------------------------------- */
.relations {
  clear: both;
  position: relative;
  float: left;
  display: block;
  width: 100%;
  margin: 0 0 22px 0;
}

.relations .relation {
  width: 100%;
}
.relations .relation:nth-of-type(3n + 3) {
  margin-right: 0;
}

.relations .relation img {
  width: 100%;
}

.relations .relation h4 {
  position: absolute;
  background: rgba(0, 113, 60, 0.81);
  display: block;
  width: 100%;
  padding: 5px;
  color: #fff;
  text-align: center;

  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.5px;
}
.relations .relation h4 a {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.relations .relation h4 .left {
  text-align: left;
  float: left;
  font-weight: 300;
  text-transform: uppercase;
}
.relations .relation h4 .right {
  text-align: right;
  float: right;
  text-transform: uppercase;
}

.relations .relation h4 a {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.5px;
}

@media screen and (min-width: 768px) {
  .relations .relation {
    position: relative;
    float: left;
    width: 32%;
    margin-right: 2%;
  }
}

/* Destinations
--------------------------------------------- */

.destinations,
.hotels {
  clear: both;
  position: relative;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  width: 100%;
  margin: 0 0 20px 0;
}

.destinations .destination,
.hotels .hotel {
  position: relative;
  float: left;
  width: 31.5%;
  margin-right: 2.75%;
  margin-bottom: 40px;
}

.destinations .destination:nth-of-type(3n + 3),
.hotels .hotel:nth-of-type(3n + 3) {
  margin-right: 0;
}

.destinations .destination img,
.hotels .hotel img {
  width: 100%;
}

.destinations .destination .destination-background,
.hotels .hotel .hotel-background {
  padding-bottom: 60%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.destinations .destination h4,
.hotels .hotel h4 {
  position: absolute;
  background: rgba(14, 108, 84, 0.9);
  display: block;
  width: 100%;
  padding: 8px 0;
  color: #fff;
  text-align: center;

  font-size: 16px;
}

.destinations .destination h4 a,
.hotels .hotel h4 a {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  font-size: 16px;
}

/* Gallery
--------------------------------------------- */

.gallery {
  overflow: hidden;
  margin-bottom: 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gallery-item {
  margin: 0 0 10px 0;
  text-align: center;
  width: 24%;
}

.single .gallery .gallery-item img {
  padding: 0;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 48%;
}

.gallery-columns-3 .gallery-item {
  width: 31.5%;
}

.gallery-columns-4 .gallery-item {
  width: 24%;
}

.gallery-columns-5 .gallery-item {
  width: 19%;
}

.gallery-columns-6 .gallery-item {
  width: 15.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 13.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 11.5%;
}

.gallery-columns-9 .gallery-item {
  width: 10.1111%;
}

.gallery .gallery-item img {
  border: none;
  height: auto;
  padding: 0 4px;
  width: auto;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #ddd;
  box-shadow: none;
  font-size: 18px;
  padding: 14px;
  width: 100%;
}

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

::-moz-placeholder {
  color: #444;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #444;
}

button:not(.MuiButtonBase-root),
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #78a7c8;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 14px 30px;
  text-transform: uppercase;
  width: auto;
}

button:not(.MuiButtonBase-root):hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
  background-color: #e44a3c;
  color: #fff;
}

.entry-content .button,
.entry-content .button:hover,
.widget .button,
.widget .button:hover {
  color: #fff;
}

.footer-widgets .wrap .widget .button,
.footer-widgets .wrap button,
.footer-widgets .wrap input[type="button"],
.footer-widgets .wrap input[type="reset"],
.footer-widgets .wrap input[type="submit"],
.home-bottom .widget .button,
.home-bottom .widget button,
.home-bottom .widget input[type="button"],
.home-bottom .widget input[type="reset"],
.home-bottom .widget input[type="submit"] {
  background-color: #fff;
  color: #444;
}

.footer-widgets .wrap .widget .button:hover,
.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.home-bottom .widget .button:hover,
.home-bottom button:hover,
.home-bottom input:hover[type="button"],
.home-bottom input:hover[type="reset"],
.home-bottom input:hover[type="submit"] {
  background-color: #e44a3c;
  color: #fff;
}

.button {
  display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}

/* Tables
--------------------------------------------- */

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
}

tbody {
}

td,
th {
  text-align: left;
}

tr {
  border-bottom: 1px dashed #888;
}
td {
}

th {
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
  margin: 0 auto;
  max-width: 1140px;
}

.site-inner {
  width: 100%;
  clear: both;
  padding-top: 140px;
}

.page-template-page_react .site-inner {
  padding-top: 0;
}

.content-sidebar-wrap {
  max-width: 1140px;
  margin: 0 auto;
}

.education-pro-landing .site-inner {
  max-width: 900px;
  padding-top: 40px;
}

.education-pro-overlay .site-inner {
  width: 100%;
  max-width: 100%;
  padding-top: 0;
}

.education-pro-overlay .entry {
  box-shadow: none;
  background: transparent;
  padding: 20px;
}

.education-pro-overlay h1 {
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
}
.education-pro-overlay p {
  color: #eee;
  text-align: center;
  font-weight: 300;
  line-height: 1.5;
}
.education-pro-overlay #wpadminbar,
.education-pro-overlay .footer-bottom,
.education-pro-overlay .header-phone {
  display: none;
}

.education-pro-overlay {
  background: #666;
}

.education-pro-overlay .dropdown_born_alder {
  color: #666;
  font-weight: 300;
  font-size: 14px;
}

.education-pro-overlay .overlay-booking-error {
  border-radius: 5px;
  border: 2px solid #222;
}

.education-pro-overlay .overlay-booking-error p {
  font-weight: 800;
}

.education-pro-overlay .personer-children-age {
  display: inline-block;
}

.education-pro-overlay .overlay-booking-error p:last-of-type {
  margin-bottom: 0;
}

.education-pro-overlay .search_container .chosen-container,
.education-pro-overlay .search_container .button {
  margin-bottom: 20px;
}

.search_row_top .chosen-container,
.search_row_bottom .chosen-container {
  margin-right: 10px;
}

.education-pro-react-specials .site-inner #root {
  background: transparent;
}

.education-pro-react-specials .site-inner .booking-container {
  background: transparent;
  padding: 0;
}

.education-pro-react-specials .site-inner .trip-outer-trips {
  padding: 0;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
  float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  float: right;
}

/* Content */

.content {
  float: right;
  width: 740px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
  float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
  width: 520px;
}

.full-width-content .content {
  width: 100%;
  float: none;
}

/* Primary Sidebar */

.sidebar-primary {
  float: right;
  width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
  float: left;
  width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
  float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%;
}

.one-third,
.two-sixths {
  width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
  width: 65.81196581196582%;
}

.one-fourth {
  width: 23.076923076923077%;
}

.three-fourths {
  width: 74.35897435897436%;
}

.one-sixth {
  width: 14.52991452991453%;
}

.five-sixths {
  width: 82.90598290598291%;
}

.first {
  clear: both;
  margin-left: 0;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
  float: left;
}

.alignleft .avatar,
.author-box .avatar {
  margin-right: 24px;
}

.alignright .avatar {
  margin-left: 24px;
}

.comment .avatar {
  margin: 0 16px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
  background-color: #fafafa;
  box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
  font-size: 14px;
  margin-bottom: 0;
  padding: 15px 40px;
}

.archive-description,
.author-box {
  background-color: #e44a3c;
  box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
  color: #fff;
  font-size: 16px;
  margin-bottom: 40px;
  padding: 40px;
}

.author-box-title {
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
}

.archive-description p a,
.author-box .author-box-content a {
  color: #fff;
}

.archive-description p a:hover,
.author-box .author-box-content a:hover {
  color: #444;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
  overflow: hidden;
}

.site-header .search-form {
  float: right;
  margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
  width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-title {
  font-size: 20px;
}

.entry-title {
  font-size: 56px;
}

.entry-title a {
  color: #34678a;
}

.entry-title a:hover {
  color: #e44a3c;
}

.widget-title {
  font-size: 20px;
  margin-bottom: 20px;
}

.after-entry .widget-title,
.sidebar .widget-title a,
.sidebar .widget-title {
  border-bottom: 1px dotted #ddd;
  color: #e44a3c;
  letter-spacing: 2px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.footer-widgets .widget-title {
  color: #e2e2e2;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 10px;
  background: #333;
  padding: 9px 18px;
  text-align: left;
  display: inline-block;
  border-radius: 0;
  font-size: 15px;
  line-height: 1.1;
  margin-bottom: 6px;
}

/* WordPress
--------------------------------------------- */

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

a.alignnone {
  display: inline-block;
}

a.aligncenter img {
  display: block;
  margin: 0 auto;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
  margin-bottom: 12px;
}

.entry-content img.alignnone {
  display: inline-block;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 12px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 12px 24px;
}

.wp-caption-text {
  margin: 0;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
  margin-bottom: 40px;
  overflow: hidden;
  word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-child,
.widget-area .widget:last-of-type {
  margin-bottom: 0;
}

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.widget li li {
  border: none;
  margin: 0 0 0 30px;
  padding: 0;
}

.widget_calendar table {
  margin-bottom: 0;
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry,
.widget .entry {
  background: none;
  border: none;
  box-shadow: none;
  margin-bottom: 10px;
  padding: 0 0 10px;
}

.featured-content .entry-title {
  font-size: 24px;
  margin-bottom: 0;
}

.content .featured-content .entry-header .entry-meta {
  text-align: left;
  margin: 0 0 10px;
}

.content .featured-content .entry-header .entry-meta .entry-time {
  background: none;
  color: #444;
  margin: 0;
  padding: 0;
}

.after-entry .featured-content .entry,
.sidebar .featured-content .entry {
  border-bottom: 1px dotted #ddd;
}

.after-entry .featuredpage .entry,
.sidebar .featuredpage .entry {
  border: none;
  padding: 0;
  margin: 0;
}

.featured-content ul + .more-from-category {
  margin-top: 10px;
}

/* Ajax Search Lite
--------------------------------------------- */
#text-25 {
    display: inline-block;
    float: none;
    margin-bottom: 0;
    position: relative;
    z-index: 99;
    overflow: visible;
}

#text-25 .textwidget {
    background-color: transparent;
    margin: 0;
    padding: 0;
}

/*-------------
* Search
-------------*/
.header-search .probox {
    border: 1px solid green !important;
}

div.asl_r.vertical {
    background: #6c968d !important;
    padding: 1px;
}
.header-search .innericon {
    background-color: #6c968d !important;
}

.header-search .innericon svg {
    fill: #FFF !important;
}
.header-search .icon {
  margin-top: 7px;
  margin-right: 25px;    
}
.header-search .icon svg {
  height: 26px;
  padding: 5px;
  fill: green;
  cursor: pointer;
}
.header-search:not(.open) .field {
  display: none;
}

.header-search.open .field {
  position: absolute;

  right: 0;
  bottom: -35px;
  width: 100%;
  
}

div.asl_r .results .item .asl_content h3 a {
  display: block;
  line-height: 1.3 !important;
}

.header-search div.asl_w .probox .promagnifier {
    background-image: none;
    background-color: #6c968d;
}


.header-search .probox > p {
    order: 7;
    -webkit-order: 7;
}

.header-search .probox > p .innericon {
    position: relative;
    top: -20px;
    left: 1px;
    overflow: visible;
}

.header-search .probox > p .innericon svg {
    position: relative;
    top: -22px;
}

@media only screen and (min-width: 921px) {
  .header-search {
      position: relative;
  }
  
  .header-search.open .field {
      bottom: -65px;
      width: auto;
      min-width: 400px;
  }
}

@media only screen and (max-width: 921px) {
  #text-25 {
      display: none;
  }
#ajaxsearchliteres2 {
    margin-top: 0;
  }
}

/*
Rejser
---------------------------------------------------------------------------------------------------- */

.rejser {
  width: 100%;
  clear: both;
  position: relative;
}

.rejse {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 4px;
  box-shadow: 0 0 5px 1px rgba(50, 50, 50, 0.2);
  float: left;
  width: 23%;
  margin: 0 2.66% 10px 0;
  padding: 5px;
}

.rejse:nth-of-type(4n + 4) {
  margin-right: 0;
}

.rejse h6 {
  font-size: 12px;
}

.home .site-inner {
  display: none;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
  background-color: #fff;
  box-shadow: 0 0 10px 1px rgba(20, 20, 20, 0.1);
  border-bottom: 1px solid rgba(14, 108, 86, 0.15);
  min-height: 64px;
  position: fixed;
  width: 100%;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
}

.education-pro-home .site-header {
  position: relative;
  top: auto !important;
  width: 100%;
  z-index: 499;
}

.front-page .travel-form-outer {
  padding-top: 64px;
}

/* Title Area
--------------------------------------------- */

.title-area {
  color: #fff;
  margin: 0 auto;
  padding: 20px;
  position: absolute;
  text-align: center;
  width: 228px;
}

.header-image .title-area {
  padding: 8px 0 !important;
}

.site-title {
  font-size: 34px;
  line-height: 1.2;
  text-transform: uppercase;
}

.site-header .site-title a,
.site-header .site-title a:hover {
  color: #fff;
}

.header-image .site-title > a {
  float: left;
  min-height: 50px;
  width: 100%;
  background-size: cover;
}

.site-description {
  backface-visibility: hidden;
  font-size: 16px;
  line-height: 1.3;
  pointer-events: none;
}

.site-description,
.site-title {
  margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
  display: block;
  text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
  float: right;
  text-align: right;
  width: 900px;
}

.site-header .widget-area .widget_nav_menu {
  margin-bottom: 0;
  margin-left: -8px;
  margin-right: -8px;
  float: left;
}

.site-header .widget-area .widget_text {
  float: right;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 0 0;
}

.site-header .widget-area .widget_text .textwidget {
  background: #f2f2f2;
  padding: 10px 12px;
  border-radius: 5px;
  line-height: 1;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
#menu-main {
  width: auto;
  float: right;
}

.genesis-nav-menu {
  clear: both;
  font-size: 16px;
  line-height: 1;
  width: 100%;
}

.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left;
}

.genesis-nav-menu li a {
  color: #fff;
  display: block;
  padding: 16px;
  -webkit-backface-visibility: hidden;
}

.genesis-nav-menu .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 200px;
  z-index: 999;
  box-shadow: 5px 5px 10px 1px rgba(20, 20, 20, 0.3);
  border-radius: 0 0 5px 5px;
}

.genesis-nav-menu .sub-menu a {
  background-color: #78a7c8;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-top: none;
  color: #fff;
  font-size: 14px;
  padding: 14px 16px;
  position: relative;
  width: 200px;
}

.genesis-nav-menu li .sub-menu li a:hover {
  background-color: #f2f2f2;
  color: #444;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -43px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
  position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}

.genesis-nav-menu > .first > a {
  padding-left: 0;
}

.genesis-nav-menu > .last > a {
  padding-right: 0;
}

.genesis-nav-menu > .right {
  float: right;
  list-style-type: none;
  padding: 0;
}

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
  display: inline-block;
  padding: 16px;
}

.genesis-nav-menu > .rss > a:before,
.genesis-nav-menu > .twitter > a:before {
  -webkit-font-smoothing: antialiased;
  content: "\f303";
  display: inline-block;
  font: normal 14px/1 "dashicons";
  margin-right: 4px;
  vertical-align: top;
}

.genesis-nav-menu > .twitter > a:before {
  content: "\f301";
}

.genesis-nav-menu > .search {
  padding: 5px 0 0;
}

.genesis-nav-menu > .search input {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  border: none;
  color: #fff;
  font-size: 14px;
  padding: 8px 30px;
}

.genesis-nav-menu > .search input:-ms-input-placeholder {
  color: #fff;
}

.genesis-nav-menu > .search input::-moz-placeholder {
  color: #fff;
}

.genesis-nav-menu > .search input::-webkit-input-placeholder {
  color: #fff;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu a {
  color: #555;
  padding: 25px 12px;
  letter-spacing: -0.3px;
  line-height: 1;
  font-size: 14px;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-weight: 500;
}

.site-header .genesis-nav-menu .sub-menu a {
  color: #fff;
  padding: 14px 16px;
}

.site-header .genesis-nav-menu li li {
  margin-left: 0;
}

.travel-form-container {
  padding-left: 0;
  padding-right: 0;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
  background-color: #34678a;
  color: #fff;
}

.nav-primary .genesis-nav-menu {
  font-size: 14px;
}

.education-pro-home .nav-primary .genesis-nav-menu {
  position: relative;
  z-index: 1000;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary .genesis-nav-menu {
  padding-bottom: 10px;
}

.nav-secondary .genesis-nav-menu li a {
  padding: 0 16px 10px;
}

.nav-secondary .genesis-nav-menu li.current-menu-item > a,
.nav-secondary .genesis-nav-menu li.menu-item a:hover {
  background: none;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
  cursor: pointer;
  display: none;
}

.responsive-menu-icon::before {
  content: "\f333";
  display: block;
  font: normal 30px/1 "dashicons";
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #nav_menu-4 {
    margin-left: 0;
    margin-right: 0;
  }

  #menu-main {
    margin-top: 1.2rem;
  }

  .genesis-nav-menu.responsive-menu > li {
    position: relative;
    border-bottom: 1px solid #eaeaea;
  }

  .genesis-nav-menu.responsive-menu > li > .sub-menu > li {
    padding-left: 20px;
  }

  .genesis-nav-menu.responsive-menu .menu-item-has-children:before {
    position: absolute !important;
    padding-top: 17px !important;
    padding-right: 15px !important;
    padding-left: 13px !important;
    height: auto !important;
    z-index: 100 !important;
  }

  .genesis-nav-menu.responsive-menu .menu-item-has-children a,
  .genesis-nav-menu.responsive-menu li a {
    display: flex;
    align-items: center;
    padding-left: 20px !important;
  }

  .genesis-nav-menu .sub-menu {
    box-shadow: none !important;
    border: 0 !important;
  }

  .education-pro-red
    .genesis-nav-menu#menu-main
    > li.current-menu-item
    > a
    span {
    border-bottom: 0 !important;
  }
  .education-pro-red .genesis-nav-menu#menu-main li.menu-item > a {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 20px !important;
    margin-right: 0;
  }

  .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
    padding-left: 0;
  }
  .genesis-nav-menu.responsive-menu .sub-menu .sub-menu li {
    padding: 0 !important;
  }
  .genesis-nav-menu.responsive-menu .sub-menu .sub-menu a::before {
    content: "—";
    margin-right: 7px;
  }
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home
--------------------------------------------- */

.search_container {
  display: none;
}

.home-featured {
  padding: 60px 20px;
  background-color: #f6f6f6;
  position: relative;
  text-align: center;
  z-index: 9;
}

.home-featured .widget {
  padding: 0;
  margin: 0 auto;
  max-width: 1600px;
}

.home-featured .widget-title {
  font-size: 42px;
  max-width: 80%;
  margin: 0 auto 20px;
  line-height: 1.1;
}
.home-featured .home-featured-text h3 {
  font-size: 24px;
  margin: 10px 0;
}

.home-featured .home-featured-text {
  max-width: 80%;
  margin: 0 auto;
}

.home-featured p {
  font-size: 24px;
  font-weight: 300;
  max-width: 880px;
  margin: 0 auto;
  line-height: 1.3;
}

.home-top {
  background-color: #fff;
  text-align: center;
}

.home-top .wrap {
  padding: 80px;
  position: relative;
  z-index: 99;
}

.home-featured + .home-top .wrap {
  background-color: #fff;
  border-radius: 3px;
  border-top: 3px solid #e44a3c;
  margin-top: -40px;
}

.home-top .widget_text {
  color: #78a7c8;
  font-size: 48px;
  line-height: 1.1;
  text-align: center;
}

.home-top .widget_text .widget-title {
  color: #e44a3c;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.home-middle {
  background-color: #34678a;
  box-shadow: inset 0 5px rgba(0, 0, 0, 0.1);
  color: #fff;
  padding: 60px 10px 20px;
}

.home-middle .entry-header .entry-title {
  text-align: left;
  font-size: 19px;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0;
}

.home-middle .entry-content {
  padding: 20px;
  background: #222;
  border-radius: 0 0 3px 3px;
}

.home-middle .entry-content p {
  font-size: 15px;
  line-height: 1.45;
  color: #d6d6d6;
  font-weight: 300;
  min-height: 165px;
  position: relative;
}

.home-middle .entry-content .more-link {
  background: #f2f2f2;
  padding: 4px 0;
  display: block;
  border-radius: 3px;
  line-height: 1.2;
  clear: both;
  width: 100%;
  text-align: center;
  color: #0e6c56;
  position: absolute;
  bottom: 0;
  font-weight: 500;
}

.home-middle .entry-content .more-link:hover {
  background: #fff;
  color: #0e6c56;
}

.home-middle .widget-title {
  background-color: #0e6c56;
  margin-bottom: 0;
  padding: 10px 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0;
  border-radius: 3px 3px 0 0;
}

.home-middle .entry-title a {
  color: #fff !important;
}

.home-middle .entry-header {
  margin-bottom: 5px;
}

.home-middle .featured-content img {
  width: 100%;
  margin-bottom: 0;
}

.home-middle a.alignnone {
  display: block;
  margin: 0;
  padding: 0;
}

.home-middle .entry-content p {
  font-weight: 300;
  text-align: left;
}

.home-middle .entry-content p a {
  display: block;
}

.home-middle .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home-middle .widget {
  padding: 0;
  text-align: center;
  width: 23%;
}

.home-middle .widget .entry {
  margin: 0;
  padding: 0 !important;
}

.home-middle .dashicons {
  font-size: 60px;
  height: 60px;
  width: 60px;
}

.home-bottom {
  background-color: #78a7c8;
  /*	box-shadow: inset 0 5px rgba(0, 0, 0, 0.05);*/
  color: #fff;
  padding: 60px 0;
  display: none;
}

.widget.feature {
  float: left;
  padding: 0;
  margin: 0 2%;
  text-align: center;
  width: 21%;
}

.widget.feature:nth-of-type(4n + 1) {
  clear: both;
}

.widget.featured-content .entry-title a,
.home-bottom .widget a,
.home-middle .widget .entry-title a:hover,
.home-middle .widget a:hover {
  color: #fff;
}

.home-bottom a:hover {
  color: #34678a;
}

.widget.feature {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 40px;
  overflow: visible;
}

.widget.feature a {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.widget.feature a:hover {
  color: #fff;
}

.widget.feature img {
  width: 100%;
}

.widget.feature .feature-header {
  position: absolute;
  width: 100%;
  top: 0;
  padding: 5px;
  background: rgba(40, 40, 40, 0.5);
}

.widget.feature .feature-header .feature-destination {
  margin: 0;
  padding: 0;
  font-size: 22px;
  color: #fff;
}

.widget.feature .feature-header .feature-hotel {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #eee;
}

.widget.feature .feature-details {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 5px;
  background: rgba(40, 40, 40, 0.5);
  overflow: hidden;
}

.widget.feature .feature-transport {
  position: absolute;
  top: -12px;
  right: -12px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
}

.widget.feature .feature-icon-plane {
  background-image: url("images/icon_256_plane.png");
}
.widget.feature .feature-icon-bus {
  background-image: url("images/icon_256_bus.png");
}
.widget.feature .feature-icon-car {
  background-image: url("images/icon_256_car.png");
}
.widget.feature .feature-icon-train {
  background-image: url("images/icon_256_train.png");
}

.widget.feature .feature-uge {
  float: left;
  display: block;
  color: #eee;
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.widget.feature .feature-pris {
  float: right;
  display: block;
  color: #eee;
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.offer {
  float: left;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 40px;
  overflow: visible;
  text-align: left;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border: 1px solid rgba(100, 100, 100, 0.2);
}

.offer .imagelink {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.offer a:hover {
  color: #fff;
}

.offer .offer_image {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #fff;
}
.offer .offer_gallery {
  width: 25%;
  float: left;
}

.offer .offer-header {
  width: 100%;
  color: #333;
}

.offer .offer-header .offer-title {
  margin: 0 0 20px;
  padding: 0;
  font-size: 22px;
  color: #333;
}

.offer .offer-left {
  width: 30%;
  float: left;
  margin-right: 3%;
}

.offer .offer-middle {
  width: 40%;
  float: left;
  margin-right: 3%;
}

.offer .offer-middle h4 {
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 20px;
}

.offer .offer-middle p {
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 10px;
}

.offer .offer-right {
  float: left;
  width: 24%;
}

.offer .offer-right .offer-gallery {
  min-height: 120px;
}

.offer .offer-right button {
  text-align: center;
  width: 100%;
}

.offer .offer-details {
}

.offer .offer-transport {
  position: absolute;
  top: -12px;
  right: -12px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
}

.offer .offer-icon-plane {
  background-image: url("images/icon_256_plane.png");
}
.offer .offer-icon-bus {
  background-image: url("images/icon_256_bus.png");
}
.offer .offer-icon-car {
  background-image: url("images/icon_256_car.png");
}
.offer .offer-icon-train {
  background-image: url("images/icon_256_train.png");
}

.offer .offer-uge {
  float: left;
  display: block;
  color: #eee;
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.offer .offer-pris {
  float: right;
  display: block;
  color: #eee;
  font-size: 18px;
  margin: 0;
  padding: 0;
}

/* Entries
--------------------------------------------- */

.entry {
  background-color: #fafafa;
  box-shadow: 0px 0px 30px rgba(20, 20, 20, 0.1);
  margin-bottom: 80px;
  padding: 40px 40px;
  border-radius: 3px;
}

.entry {
  padding: 40px 40px !important;
}

.entry-header {
  margin-bottom: 10px;
}

.entry-content ol,
.entry-content ul {
  margin-bottom: 28px;
  margin-left: 40px;
}

.entry-content ol > li {
  list-style-type: decimal;
}

.entry-content ul > li {
  list-style-type: square;
}

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}

.entry-content code {
  background-color: #f6f6f6;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
  font-size: 14px;
}

.content p.entry-meta {
  margin-bottom: 0;
  text-align: right;
}

.content .entry-header .entry-meta {
  margin: -10px 0 10px;
  float: right;
}

.content .entry-header .entry-meta .entry-time {
  background-color: #e44a3c;
  color: #fff;
  display: inline-block;
  margin: 0 -40px 0 0;
  padding: 5px 40px 5px 15px;
}

.entry-footer {
  display: none;
}

.entry-footer .entry-meta {
  font-size: 12px;
}

.entry-footer .entry-meta a {
  color: #444;
}

.entry-footer .entry-meta a:hover {
  color: #e44a3c;
}

.entry-comments-link::before {
  content: "\2F";
  margin: 0 4px 0 0;
}

/* After Entry
--------------------------------------------- */

.after-entry {
  margin-bottom: 40px;
}

/* Pagination
--------------------------------------------- */

.pagination {
  margin: 40px 0;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #fff;
  box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  padding: 6px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
  color: #e44a3c;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
  font-size: 16px;
  margin-bottom: 40px;
}

.comment-respond {
  padding: 40px 40px 16px;
}

.entry-comments,
.entry-pings {
  padding: 40px;
}

.comment-respond h3,
.entry-comments h3,
.entry-pings h3 {
  color: #e44a3c;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.comment-meta {
  margin-bottom: 28px;
}

li.comment,
li.pingback {
  background-color: #f6f6f6;
}

.comment-content {
  clear: both;
}

.comment-list li {
  padding: 32px 32px 0;
}

.comment-list li.depth-1,
.ping-list li {
  margin-top: 24px;
  padding: 32px;
}

.comment-list li li {
  margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
}

.entry-comments .comment-author {
  margin-bottom: 0;
}

.comment-reply-link {
  color: #e44a3c;
}

.entry-pings .reply {
  display: none;
}

.fn {
}

.form-allowed-tags {
  background-color: #f6f6f6;
  font-size: 16px;
  padding: 24px;
}

/*
Post Types
---------------------------------------------------------------------------------------------------- */

/* Holiday / units
--------------------------------------------- */
.single-holiday .site-inner {
  padding: 0;
}

.single-holiday article.holiday {
  padding: 0 !important;
}

.single-holiday .entry-header {
  margin: 0;
}
.single-holiday .entry-top .entry-title {
  position: absolute;
  z-index: 20;
  color: #fff;
  top: 0.2rem;
  left: 0rem;
  text-shadow: 1px 1px 5px #777;
}

.single-holiday .entry-top .see-more-images,
.single-units .entry-top .see-more-images {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}

.single-holiday .entry-top .see-more-images > button,
.single-units .entry-top .see-more-images > button {
  padding: 0.5rem;
  border-radius: 0;
  width: 100%;
  min-width: 240px;
  font-weight: 500;
  background-color: #f37022;
}

.single-holiday .entry-top .entry-top-image img {
  width: 100%;
  min-height: 280px;
  max-height: 600px;
  object-fit: cover;
}

.single-holiday .entry-top-image {
  position: relative;
}

.single-holiday .entry-top-image #breadcrumbs {
  position: absolute;
  bottom: 0;
  left: 1.5rem;
  color: #fff;
}

.single-holiday .entry-top-image #breadcrumbs a {
  color: #fff;
}

.single-holiday .entry-top .flexouter.flex-visible {
  margin: 0;
}

.single-holiday .flexgallery .flex-control-thumbs {
  display: none;
}

.single-holiday .fancybox-button {
  color: #fff;
}

.single-holiday .fancybox-navigation .fancybox-button,
.single-holiday .fancybox-toolbar {
  visibility: visible;
  opacity: 1;
}

.single-holiday .fancybox-button--zoom,
.single-holiday .fancybox-close-small,
.single-holiday .fancybox-button--play {
  display: none;
}

.single-holiday .fancybox-content {
  padding: 0;
}

.single-holiday #tabscontent .panel {
  padding: 2rem 2rem;
  margin: 0;
}

.single-holiday #tabscontent .tabs {
  margin: 0;
  padding-left: 0;
}

.single-holiday #tabscontent .tabs > li {
  background: #0e6c56;
  border: 0;
  border-radius: 0;
  margin: 0 1px 0 0;
  text-align: center;
  box-shadow: none;
}

.single-holiday #tabscontent li.active {
  background: #43ac93;
}

.single-holiday #tabscontent li > a {
  color: #fff;
  min-width: 116px;
}

.single-holiday #tabscontent li.tab_tilbud {
  float: none;
  border: 0;
  background-color: rgb(200, 221, 213);
}

.single-holiday #tabscontent li.tab_tilbud > a {
  margin-left: 1px;
  font-weight: 400;
  color: #0e6c56;
}

.single-holiday #tabscontent .tabs:before {
  border-bottom: 0;
  box-shadow: none;
}

.single-holiday .hotel-units {
  margin-bottom: 5rem;
}

.single-holiday .hotel-unit {
  display: flex;
  justify-content: space-between;
}

.single-holiday .hotel-unit > div.hotel-units--content {
  flex: 1 0 65%;
  padding: 2.5rem 4rem 2rem 0;
}

.single-holiday .hotel-unit > .hotel-units--content h3 > span {
  display: block;
  font-size: 0.75em;
  margin-top: 7px;
}

.single-holiday .hotel-unit:not(:last-child) div.hotel-units--content {
  border-bottom: 1px solid #e0e0e0;
}
.single-holiday .hotel-unit > div.hotel-units--content h3 {
  margin-bottom: 1.5rem;
  font-size: 27px;
}

.single-holiday .hotel-unit > div.hotel-units--content p {
  line-height: 1.5;
}

.single-holiday .hotel-unit > div.hotel-units--content a {
  display: inline-block;
  margin-top: 0.2rem;
  text-decoration: underline;
  font-weight: 400;
  font-size: 1.1em;
}

.single-holiday .hotel-unit:not(:last-child) > div.hotel-units--thumbnail {
  border-bottom: 1px solid #8e8e8e;
}
.single-holiday .hotel-unit > div.hotel-units--thumbnail img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  padding-bottom: 1px;
}

@media screen and (min-width: 997px) {
  .single-holiday .site-inner {
    padding-top: 140px;
  }
  .single-holiday .entry-top .entry-title {
    top: unset;
    bottom: 1rem;
    left: 1.4rem;
    max-width: 50%;
    min-width: 600px;
  }
  .single-holiday .entry-top .see-more-images,
  .single-units .entry-top .see-more-images {
    bottom: 3.2rem;
    right: 0;
    box-shadow: 0 1px 1px #555;
    width: auto;
  }
}

@media only screen and (max-width: 500px) {
  .single-holiday .hotel-unit {
    flex-wrap: wrap;
  }
  .single-holiday .hotel-unit > div.hotel-units--content {
    padding-top: 1.7rem !important;
    flex-basis: 100%;
    order: 2;
    border-bottom: 0 !important;
  }

  .single-holiday .hotel-unit:not(:last-child) > div.hotel-units--thumbnail {
    border-bottom: 0;
  }

  .single-holiday .entry-top-image #breadcrumbs {
    bottom: -0.2rem;
    left: 0.6rem;
    font-size: 0.7em;
  }
}

/* Unit
--------------------------------------------- */
.single-units .site-inner {
  padding: 0;
}

.single-units .site-inner::before {
  background: transparent;
}

.single-units .body-wrapper {
  padding: 2rem;
}

.single-units article.entry {
  padding: 0 !important;
}

.single-units article.holiday {
  padding: 0 !important;
}

.single-units .entry-header {
  margin: 0;
}
.single-units .entry-top .entry-title {
  position: absolute;
  z-index: 20;
  color: #fff;
  top: 0.2rem;
  left: 0rem;
  text-shadow: 1px 1px 5px #777;
}

.single-units h1 {
  font-size: 42px;
  line-height: 51px;
}
.single-units h2 {
  font-size: 23px;
}

.single-units .entry-top .see-more-images {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}

.single-units .entry-top .see-more-images > button {
  padding: 0.5rem;
  border-radius: 0;
  width: 100%;
  min-width: 240px;
  font-weight: 500;
  background-color: #f37022;
}

.single-units .entry-top .entry-top-image img {
  width: 100%;
  min-height: 280px;
  max-height: 600px;
  object-fit: cover;
}

.single-units .entry-top-image {
  position: relative;
}

.single-units .entry-top-image #breadcrumbs {
  position: absolute;
  bottom: 0;
  left: 1.5rem;
  color: #fff;
}

.single-units .entry-top-image #breadcrumbs a {
  color: #fff;
}

.single-units .entry-top .flexouter.flex-visible {
  margin: 0;
}

.single-units .flexgallery .flex-control-thumbs {
  display: none;
}

.single-units .fancybox-button {
  color: #fff;
}

.single-units .fancybox-navigation .fancybox-button,
.single-units .fancybox-toolbar {
  visibility: visible;
  opacity: 1;
}

.single-units .fancybox-button--zoom,
.single-units .fancybox-close-small,
.single-units .fancybox-button--play {
  display: none;
}

.single-units .fancybox-content {
  padding: 0;
}

.single-units #tabscontent .panel {
  padding: 2rem 2rem;
  margin: 0;
}

.single-units #tabscontent .tabs {
  margin: 0;
  padding-left: 0;
}

.single-units #tabscontent .tabs > li {
  background: #0e6c56;
  border: 0;
  border-radius: 0;
  margin: 0 1px 0 0;
  text-align: center;
  box-shadow: none;
}

.single-units #tabscontent li.active {
  background: #43ac93;
}

.single-units #tabscontent li > a {
  color: #fff;
  min-width: 160px;
}

.single-units #tabscontent li.tab_tilbud {
  float: none;
  border: 0;
  background-color: rgb(200, 221, 213);
}

.single-units #tabscontent li.tab_tilbud > a {
  margin-left: 1px;
  font-weight: 400;
  color: #0e6c56;
}

.single-units #tabscontent .tabs:before {
  border-bottom: 0;
  box-shadow: none;
}

.single-units .hotel-units {
  margin-bottom: 5rem;
}

.single-units .hotel-unit {
  display: flex;
  justify-content: space-between;
}

.single-units .hotel-unit > div.hotel-units--content {
  flex: 1 0 65%;
  padding: 2.5rem 4rem 2rem 0;
}

.single-units .hotel-unit > .hotel-units--content h3 > span {
  display: block;
  font-size: 0.75em;
  margin-top: 7px;
}

.single-units .hotel-unit:not(:last-child) div.hotel-units--content {
  border-bottom: 1px solid #e0e0e0;
}
.single-units .hotel-unit > div.hotel-units--content h3 {
  margin-bottom: 1.5rem;
  font-size: 27px;
}

.single-units .hotel-unit > div.hotel-units--content p {
  line-height: 1.5;
}

.single-units .hotel-unit > div.hotel-units--content a {
  display: inline-block;
  margin-top: 0.2rem;
  text-decoration: underline;
  font-weight: 400;
  font-size: 1.1em;
}

.single-units .hotel-unit:not(:last-child) > div.hotel-units--thumbnail {
  border-bottom: 1px solid #8e8e8e;
}
.single-units .hotel-unit > div.hotel-units--thumbnail img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  padding-bottom: 1px;
}

@media screen and (min-width: 997px) {
  .single-units .site-inner {
    padding-top: 140px;
  }
  .single-units .entry-top .entry-title {
    top: unset;
    bottom: 2.1rem;
    left: 1.5rem;
    max-width: 50%;
    min-width: 600px;
  }
  .single-units .entry-top .see-more-images {
    bottom: 3.2rem;
    right: 0;
    box-shadow: 0 1px 1px #555;
    width: auto;
  }
}

@media only screen and (max-width: 500px) {
  .single-units .hotel-unit {
    flex-wrap: wrap;
  }
  .single-units .hotel-unit > div.hotel-units--content {
    padding-top: 1.7rem !important;
    flex-basis: 100%;
    order: 2;
    border-bottom: 0 !important;
  }

  .single-units .hotel-unit:not(:last-child) > div.hotel-units--thumbnail {
    border-bottom: 0;
  }

  .single-units .entry-top-image #breadcrumbs {
    bottom: 1rem;
    left: 0.6rem;
    font-size: 0.7em;
  }
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
  font-size: 16px;
}

.after-entry li,
.sidebar li {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.after-entry .widget,
.sidebar .widget {
  background-color: rgba(255, 255, 255, 0.9);
  border-left: 3px solid #e44a3c;
  box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
  padding: 40px;
}

.sidebar .widget:last-of-type {
  margin-bottom: 40px;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
  background-color: #34678a;
  /*	box-shadow: inset 0 5px rgba(0, 0, 0, 0.1);*/
  clear: both;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-widgets .wrap .entry-title a,
.footer-widgets .wrap a,
.footer-widgets {
  color: #fff;
}

.footer-widgets a.button,
.footer-widgets .wrap a:hover {
  color: #78a7c8;
}

.footer-widgets p:last-child {
  margin-bottom: 0;
}

.footer-widgets ul li {
  list-style-type: none;
  margin-bottom: 5px;
  margin-left: 18px;
  list-style: square;
  font-weight: 300;
  color: #ddd;
}

.footer-widgets ul li a {
  font-size: 14px;
  line-height: 1.1;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
  float: left;
  width: 23%;
  margin-right: 2.66%;
}
.footer-widgets-4 {
  margin-right: 0;
  float: right;
}

.m_legend {
  display: none;
}

@media screen and (max-width: 768px) {
  #simple-social-icons-2 {
    display: flex !important;
    justify-content: center;
  }
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
  background-color: #34678a;
  font-size: 12px;
  padding: 10px 0;
  text-align: center;
}

.site-footer,
.site-footer .wrap a {
  color: #fff;
}

.site-footer a.button,
.site-footer .wrap a:hover {
  color: #78a7c8;
}

.site-footer p {
  margin-bottom: 0;
}

#filters .filterbox {
  width: auto;
  float: left;
  margin: 0 20px 20px 0;
}

#filters .filterbox h6 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.1;
}

.hotel_rejse {
  padding: 0;
}

.configurator .hotel_rejse_legend_container {
  margin-bottom: 5px;
}

.hotel_rejse .hotel_rejse_wrap {
  background: #fff;
  border: 1px solid #aaa;
  margin: 0;
  padding: 10px 10px;
}

.hotel_rejse .hotel_rejse_legend {
  margin: 0;
  padding: 0 10px;
  overflow: hidden;
}

.hotel_rejse .hotel_rejse_legend div {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.hotel_rejse h6 {
  font-size: 16px;
}

.hotel_rejse {
  position: relative;
  font-size: 13px;
  width: 100%;
  overflow: hidden;
  margin: 0 0 10px 0;
}

.hotel_rejse_wrap {
  position: relative;
  font-size: 13px;
  line-height: 1.3;
  width: 100%;
  overflow: hidden;
}

.hotel_rejse .rejse_info {
  line-height: 28px;
}

.hotel_rejse .rejse_tooltip {
  color: #aaa;
  width: auto;
  height: 15px;
  margin-right: 5px;
  text-align: left;
  font-size: 17px;
  line-height: 28px;
}

.hotel_rejse .rejse_tooltip.active {
  color: #217dbb;
}

.hotel_rejse .bestil {
  font-size: 14px;
  float: right;
  display: inline-block;
  text-align: center;
  padding: 6px 8px;
  display: block;
  width: auto;
  border: 1px solid rgba(30, 30, 30, 0.6);
}

.hotel_rejse .bestil:hover {
  background: #2aa46c;
}

.hotel_rejse .bestil a {
  color: #fff;
  padding: 0;
  margin: 0;
}

.hotel_rejse .bestil:active a,
.hotel_rejse .bestil:visited a,
.hotel_rejse .bestil:hover a {
  color: #fff;
}

.hotel_rejse .afrejse_uge {
  color: #fff;
  background: #666;
  padding: 2px 4px;
  border-radius: 2px;
  margin-right: 3px;
}

.hotel_rejse .afrejse_dato {
  padding: 2px 4px;
}

.hotel_rejse .afrejse {
  float: left;
  width: 14%;
}

.hotel_rejse .hotel {
  float: left;
  width: 21%;
}

.hotel_rejse .vaerelse {
  float: left;
  width: 18%;
}

.hotel_rejse .skidage {
  float: left;
  width: 7%;
  text-align: center;
}

.hotel_rejse .transport {
  width: 11%;
  float: left;
  text-align: center;
}

.hotel_rejse .liftkort {
  width: 7%;
  float: left;
}
.hotel_rejse .pris {
  width: 9%;
  float: left;
  text-align: right;
}
.hotel {
}

.hotel.col {
  width: 20%;
  margin: 0 2.5% 2.5% 2.5%;
  position: relative;
  float: left;
}

.hotel.row {
  width: 100%;
  margin-bottom: 15px;
  float: left;
  clear: both;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.hotel .thumb {
  position: relative;
  width: 100%;
  min-height: 150px;
  background-color: rgba(0, 0, 0, 0.1);
}

.hotel.row .thumb {
  float: left;
  width: 20%;
}

.hotel .name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 10px;
  line-height: 15px;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.8);
  color: #fff;
  white-space: nowrap;
}

.hotel .week {
  position: relative;
  text-align: center;
  padding: 10px;
  color: rgba(0, 0, 0, 0.5);
}

.hotel.row .week {
  float: left;
  width: 15%;
}

.hotel.col .week {
  float: left;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.hotel .weeknr {
  color: rgba(0, 0, 0, 0.5);
}

.hotel .price {
  font-weight: 500;
}

/*
Objects & Utility
---------------------------------------------------------------------------------------------------- */

/* Post Grid
--------------------------------------------- */
.pan-post-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: 1fr;
  grid-gap: 0.7rem;
}

.pan-post-grid h3 {
  font-size: 27px;
}

.pan-post-grid > div {
  background-color: #c3ded5;
  display: flex;
}

.pan-post-grid > div > div:first-child {
  width: 45%;
}
.pan-post-grid > div > div:last-child {
  width: 55%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}

.pan-post-grid > div > div:last-child > div {
  margin-top: auto;
}

.pan-post-grid > div img {
  object-fit: cover;
  min-height: 100%;
}

.content-alt-bg-color .pan-post-grid > div {
  background-color: #a0cad8;
}

.pan-post-grid--excerpt {
  font-size: 0.9em;
}

.pan-post-grid--cta {
  background-color: #ea8245;
  display: inline-block;
  padding: 0.3rem 0.7rem;
  margin-top: 1rem;
}

.pan-post-grid--cta:hover {
  background-color: #e27536;
}

.pan-post-grid--cta span {
  color: #fff;
  vertical-align: initial;
}

@media screen and (min-width: 768px) {
  .pan-post-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pan-post-grid > div > div:first-child {
    width: 40%;
  }

  .pan-post-grid > div > div:last-child {
    width: 60%;
  }

  .pan-post-grid--excerpt {
    font-size: unset;
  }
}

/* Tabs Dest
--------------------------------------------- */

.tabs--destination .uagb-tabs__body-wrap {
  margin-top: 2em;
}

.tabs--destination > ul {
  background-color: #f4f4f4;
  width: 100%;
  min-height: 80px;
  border: 0 !important;
}

.tabs--destination > ul > li {
  height: 100px;
  margin: 0 !important;
  width: 115px;
}

.tabs--destination > ul > li > a {
  text-align: center;
  height: 100%;
  padding-top: 21px !important;
}

.tabs--destination > ul > li.uagb-tabs__active > a,
.tabs--destination > ul > li > a:hover {
  background-color: #c3ded5;
}

.tabs--destination > ul > li > a:focus {
  outline: none;
}
.tabs--destination > ul > li > a::before {
  width: 30px;
  min-height: 41px;
  position: relative;
  top: 1px;
  margin: auto;
  display: block;
}

.tabs--destination > ul > li.generelt > a::before {
  content: url(https://thinggaard.dk/wp-content/uploads/2025/01/exclamation-circle-solid.svg);
}

.tabs--destination > ul > li.hoteller > a::before {
  content: url(https://thinggaard.dk/wp-content/uploads/2025/01/bed-solid.svg);
  width: 38px;
}

.tabs--destination > ul > li.fakta > a::before {
  content: url(https://thinggaard.dk/wp-content/uploads/2025/01/check-circle-solid.svg);
}

.tabs--destination > ul > li.skiudlejning > a::before {
  content: url(https://thinggaard.dk/wp-content/uploads/2025/01/store-solid.svg);
  width: 33px;
}

.tabs--destination > ul > li.skiskole > a::before {
  content: url(https://thinggaard.dk/wp-content/uploads/2025/01/person-skiing-solid.svg);
  width: 33px;
}

.tabs--destination > ul > li.pistekort > a::before,
.tabs--destination > ul > li.sommerkort > a::before {
  content: url(https://thinggaard.dk/wp-content/uploads/2025/01/mountain-sun-solid.svg);
  width: 34px;
}

.tabs--destination > ul > li.liftkort > a::before {
  content: url(https://thinggaard.dk/wp-content/uploads/2025/01/ski-lift3.svg);
  width: 34px;
}

.tabs--destination > ul > li.cykeludlejning > a::before {
  content: url(https://thinggaard.dk/wp-content/uploads/2025/03/biking-solid.svg);
  width: 38px;
}

.tabs--destination > ul > li:last-child {
  margin-left: auto !important;
  width: 200px;
}

.tabs--destination > ul > li:last-child > a {
  background-color: #2fa68c;

  color: #fff !important;
  font-size: 1em;
  text-transform: uppercase;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  padding: 0 10px !important;
}

.tabs--destination > ul > li:last-child > a:hover,
.tabs--destination > ul > li.uagb-tabs__active:last-child > a {
  background-color: #18846c;
}

@media screen and (max-width: 767px) {
  .tabs--destination > ul {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
  }

  .tabs--destination > ul > li {
    width: 100%;
  }

  .tabs--destination > ul > li:last-child > a {
    font-size: 0.8em;
  }
}

/* Pan Gallery
--------------------------------------------- */

.pan-gallery .entry-top .boxed {
  max-width: 1140px;
  display: block;
  width: 100%;
  margin: auto;
  transform: translateX(-50%);
  position: absolute;
  bottom: 7rem;
  left: 50%;
  z-index: 10;
}

.pan-gallery .entry-top .entry-title {
  color: #fff;
}

.pan-gallery .entry-top .see-more-images {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}

.pan-gallery .entry-top .see-more-images > button {
  padding: 0.5rem;
  border-radius: 0;
  width: 100%;
  min-width: 240px;
  font-weight: 500;
  background-color: #f37022;
}

.pan-gallery .entry-top .entry-top-image {
  line-height: 0;
}

.pan-gallery .entry-top .entry-top-image img {
  width: 100%;
  min-height: 280px;
  max-height: 600px;
  object-fit: cover;
  object-position: bottom;
}

.pan-gallery .entry-top-image {
  position: relative;
}

.pan-gallery .entry-top-image #breadcrumbs {
  position: absolute;
  bottom: 1rem;
  left: 1.5rem;
  color: #fff;
}

.pan-gallery .entry-top-image #breadcrumbs a {
  color: #fff;
}

.pan-gallery .entry-top .flexouter.flex-visible {
  margin: 0;
}

.flexgallery .flex-control-thumbs {
  display: none;
}

.pan-gallery.fancybox-button {
  color: #fff;
}

.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  visibility: visible;
  opacity: 1;
}

.fancybox-button--zoom,
.fancybox-close-small,
.fancybox-button--play {
  display: none;
}

.fancybox-content {
  padding: 0;
  line-height: 0;
}

@media screen and (min-width: 997px) {
  .pan-gallery .site-inner {
    padding-top: 140px;
  }
  .pan-gallery .entry-top .entry-title {
    top: unset;
    bottom: 1rem;
    min-width: 600px;
  }
  .pan-gallery .entry-top .see-more-images {
    bottom: 3.2rem;
    right: 0;
    box-shadow: 0 1px 1px #555;
    width: auto;
  }
}

@media only screen and (max-width: 500px) {
  .pan-gallery .entry-top-image #breadcrumbs {
    bottom: 0.7rem;
    left: 0.6rem;
    font-size: 0.7em;
  }
}

.uagb-tabs__wrap .uagb-tabs__body-container {
  margin-top: 1rem;
  padding: 0;
}

/* Booking Container
--------------------------------------------- */
.destinations-template .wp-block-uagb-container #root-outer {
  position: relative;
  padding: 2.5rem 0;
  top: -3.8rem;
  margin-bottom: -4rem !important;
}

.destinations-template .wp-block-uagb-container #root-outer::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  min-height: 148px;
  height: 100%;
  background-color: #6c968d;
}

@media screen and (max-width: 768px) {
  .destinations-template .wp-block-uagb-container #root-outer {
    top: -2rem;
    padding: 2rem 0;
  }
}

/* Utility
--------------------------------------------- */
.underline-links a {
  text-decoration: underline !important;
}

.underline-links a:hover {
  color: #c3ded5 !important;
}

.restrict-children-width > * {
  max-width: 800px;
}

.full-width-buttons .wp-block-uagb-buttons-child {
  width: 100% !important;
}

.travify-search-widget {
  max-width: 1140px;
}

.home .travify-search-widget,
.home travify-search {
  margin-bottom: 1.5rem;
}

.block-title {
  background-color: #0e6c56;
  color: #fff;
  padding: 0.7rem 2rem 1rem;
}
.block-title h2 {
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .small-text-on-mobile p {
    font-size: 20px !important;
  }
}

/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

.education-pro-blue .nav-secondary .genesis-nav-menu li.current-menu-item > a,
.education-pro-green .nav-secondary .genesis-nav-menu li.current-menu-item > a,
.education-pro-purple .nav-secondary .genesis-nav-menu li.current-menu-item > a,
.education-pro-red .nav-secondary .genesis-nav-menu li.current-menu-item > a {
  background: none;
}

/* Education Pro Red
--------------------------------------------- */

.education-pro-red .after-entry .widget-title,
.education-pro-red .archive-pagination .active a,
.education-pro-red .archive-pagination li a:hover,
.education-pro-red .comment-reply-link,
.education-pro-red .comment-respond h3,
.education-pro-red .entry-comments h3,
.education-pro-red .entry-footer .entry-meta a:hover,
.education-pro-red .entry-pings h3,
.education-pro-red .entry-title a:hover,
.education-pro-red .home-featured .more-link,
.education-pro-red .home-top .widget_text .widget-title,
.education-pro-red .sidebar .widget-title a,
.education-pro-red .sidebar .widget-title {
  color: #0e6c56;
}

.education-pro-red .archive-description,
.education-pro-red .author-box,
.education-pro-red .button:hover,
.education-pro-red .content .entry-header .entry-meta .entry-time,
.education-pro-red .footer-widgets .wrap .button:hover,
.education-pro-red .footer-widgets button:hover,
.education-pro-red .footer-widgets input:hover[type="button"],
.education-pro-red .footer-widgets input:hover[type="reset"],
.education-pro-red .footer-widgets input:hover[type="submit"],
.education-pro-red .home-bottom .widget .button:hover,
.education-pro-red .home-bottom button:hover,
.education-pro-red .home-bottom input:hover[type="button"],
.education-pro-red .home-bottom input:hover[type="reset"],
.education-pro-red .home-bottom input:hover[type="submit"],
.education-pro-red .home-featured #genesis-responsive-slider .more-link:hover,
.education-pro-red button:not(.MuiButtonBase-root):hover,
.education-pro-red input:hover[type="button"],
.education-pro-red input:hover[type="reset"],
.education-pro-red input:hover[type="submit"] {
  background-color: #0e6c56;
}

.education-pro-red .after-entry .widget,
.education-pro-red .home-top .wrap,
.education-pro-red .sidebar .widget {
  border-color: #0e6c56;
}

.education-pro-red .footer-widgets a.button,
.education-pro-red .slide-excerpt h2 a,
.education-pro-red .home-middle .entry-title a,
.education-pro-red .home-top .widget_text,
.education-pro-red .site-footer .wrap a:hover,
.education-pro-red .site-footer a.button,
.education-pro-red a {
  color: #0e6c56;
}

.education-pro-red .footer-widgets .wrap a:hover {
  color: #fff;
}

.education-pro-red .button,
.education-pro-red .genesis-nav-menu .sub-menu a,
.education-pro-red .home-bottom,
.education-pro-red .widget-area .widget.enews-widget,
.education-pro-red button:not(.MuiButtonBase-root),
.education-pro-red input[type="button"],
.education-pro-red input[type="reset"],
.education-pro-red input[type="submit"] {
  background-color: #0e6c56;
}

.education-pro-red .genesis-nav-menu#menu-main > li.current-menu-item > a span {
  border-bottom: solid #0e6c56;
}

.header-widget-area ul {
  margin-bottom: 0;
}

.education-pro-red .genesis-nav-menu li a:hover {
  background-color: transparent;
  color: #0e6c56;
}

.education-pro-red .genesis-nav-menu#menu-main > li.current-menu-item > a,
.education-pro-red
  .genesis-nav-menu#menu-main
  > li.current-menu-item:hover
  > a {
  background-color: #f2f2f2;
  color: #555;
}

.education-pro-red .entry-title a,
.education-pro-red .home-bottom a:hover,
.education-pro-red a:hover {
  color: #333;
}

.education-pro-red .enews-widget .enews input:hover[type="submit"],
.education-pro-red .home-middle,
.education-pro-red .nav-primary,
.education-pro-red .site-footer {
  background-color: #333;
}

.education-pro-red .footer-widgets {
  background-color: #0e6c56;
}

.tg_tilbud {
  background: rgba(0, 113, 60, 0.95);
  padding: 20px;
  border-radius: 5px;
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 28000001;
  display: none;
  box-shadow: 0 0 10px 1px rgba(20, 20, 20, 0.3);
  border: 1px solid rgba(20, 20, 20, 0.8);
}

.tg_tilbud h3 {
  color: #fff;
}

.tg_tilbud #close {
  float: right;
  font-size: 20px;
  border: 1px solid white;
  margin: 0;
  padding: 2px 5px;
  display: block;
  line-height: 1;
}
.tg_tilbud #close:hover {
  cursor: pointer;
}
.tg_tilbud .gform_wrapper input[type="submit"] {
  background-color: #333 !important;
}

.tab_tilbud .gform_wrapper .top_label .gfield_label,
.tab_tilbud div.gform_wrapper .ginput_complex label,
.tg_tilbud .gform_wrapper .top_label .gfield_label,
.tg_tilbud div.gform_wrapper .ginput_complex label {
  display: none !important;
}

/*Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper input[type="url"],
div.gform_wrapper input[type="tel"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
  font-size: 16px;
  padding: 16px;
}

.sidebar .gform_wrapper .top_label .gfield_label {
  display: none;
}
div.gform_wrapper .ginput_complex label {
  padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
  background: none;
  margin: 16px 0 0;
  padding: 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
  font-size: 14px;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1024px) {
  .entry-content ul.tabs li a {
    font-size: 17px;
  }

  .site-inner,
  .wrap {
    max-width: 960px;
  }

  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 740px;
  }

  .content,
  .site-header .widget-area {
    width: auto;
  }

  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content,
  .content-sidebar-sidebar .content {
    width: 400px;
  }

  .sidebar-primary {
    width: 300px;
  }

  .home-top .widget_text {
    font-size: 40px;
  }

  .footer-widgets-1 {
    width: 240px;
  }

  .footer-widgets-2,
  .footer-widgets-3,
  .footer-widgets-4,
  .footer-widgets-5 {
    width: 140px;
  }

  .flexslider .flex-textcontent p {
    font-size: 12px;
    font-size: 1.2rem;
  }

  #menu-main {
    float: none;
  }
  .entry-top h1 {
    font-size: 36px;
    padding: 10px;
  }

  .entry-content ul.tabs li a {
    font-size: 15px;
  }

  .entry-content ul.tabs li {
    padding: 0 0.5em;
  }

  .education-pro-landing .site-inner,
  .site-inner,
  .wrap {
    max-width: 100%;
  }

  .content-sidebar-sidebar .content-sidebar-wrap,
  .content-sidebar-sidebar .content,
  .content,
  .footer-widgets-1,
  .home-bottom .enews p + form,
  .home-bottom .enews p,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content,
  .sidebar-primary,
  .sidebar-secondary,
  .sidebar-sidebar-content .content-sidebar-wrap,
  .sidebar-sidebar-content .content,
  .site-header .widget-area {
    width: 100%;
  }

  .title-area {
    position: relative;
    margin-bottom: 6px;
  }

  .header-image .site-title a {
    background-position: center top !important;
    background-size: contain !important;
  }

  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none;
  }

  .footer-widgets,
  .genesis-nav-menu,
  .site-header .widget-area,
  .home-bottom,
  .site-description,
  .site-header .search-form,
  .site-header .title-area,
  .site-title {
    text-align: center;
  }

  .site-header .search-form {
    margin: 16px auto;
  }

  .genesis-nav-menu li.right {
    display: none;
  }

  .site-header .genesis-nav-menu a {
    padding: 16px;
  }

  .education-pro-home .slide-excerpt {
    font-size: 16px;
    margin: 40px 40px 80px;
  }

  html > body.education-pro-home .slide-excerpt-border {
    padding: 20px 20px 0;
  }

  .home-featured .slide-excerpt h2 {
    font-size: 24px;
  }

  .home-featured .slide-excerpt .more-link {
    padding: 10px 20px;
    margin: 20px -20px 0;
  }

  .home-top .wrap {
    padding: 60px;
  }

  .home-top .widget_text {
    font-size: 30px;
  }

  .home-middle .widget {
    width: 50%;
  }

  .home-middle .widget:nth-of-type(2n + 1) {
    clear: both;
  }

  .home-bottom .enews p {
    margin-bottom: 20px;
  }

  .footer-widgets-1 {
    margin: 0 0 20px;
  }

  .footer-widgets-2,
  .footer-widgets-3,
  .footer-widgets-4,
  .footer-widgets-5 {
    width: 23.0769%;
    margin: 0 0 20px;
  }

  .footer-widgets-3,
  .footer-widgets-4,
  .footer-widgets-5 {
    margin-left: 2.5641%;
  }

  .flexslider .flex-textcontent p {
    display: none;
  }

  h4 {
    font-size: 22px;
  }

  .hotel_rejse .afrejse,
  .hotel_rejse .hotel,
  .hotel_rejse .vaerelse,
  .hotel_rejse .transport,
  .hotel_rejse .liftkort,
  .hotel_rejse .skidage,
  .hotel_rejse .pris,
  .hotel_rejse .bestil {
    font-size: 13px;
  }

  .hotels .hotel,
  .destinations .destination {
    width: 46%;
  }

  .hotel_rejse .bestil {
    width: 100%;
  }

  .hotel_rejse .afrejse {
    width: 19%;
  }
  .hotel_rejse .hotel {
    width: 14%;
  }
  .hotel_rejse .vaerelse {
    width: 20%;
  }
  .hotel_rejse .skidage {
    width: 9%;
  }
  .hotel_rejse .transport {
    width: 15%;
  }
  .hotel_rejse .liftkort {
    width: 10%;
  }
  .hotel_rejse .pris {
    width: 13%;
  }
  .hotel_rejse .bestil {
    width: 100%;
  }

  .site-header .widget-area .widget_nav_menu {
    float: none;
  }

  .site-header .widget-area .widget_text {
    position: absolute;
    top: 0;
    right: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .site-inner,
  .wrap {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
  }

  .education-pro-landing .site-inner,
  .site-inner {
    padding-top: 0px;
    margin-top: -1px;
  }

  .flexouter .flexgallery .flex-control-thumb {
    display: none;
  }

  .flexouter .flexgallery .flex-direction-nav {
    display: block;
  }
  .flexouter .flexgallery .flex-viewport,
  .flexgallery .flex-viewport {
    width: 100%;
    float: none;
    margin-bottom: 0;
  }

  .flexgallery .flex-control-nav {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }

  .entry-top .destination-country-detail {
    display: none;
  }

  .entry-content ul.tabs {
    padding: 0;
  }

  .entry {
    padding: 20px 20px !important;
  }

  .site-header {
    position: static;
  }

  .site-header .widget-area .widget_text {
    float: none;
    position: relative;
  }

  .offers .offer .offer-left,
  .offers .offer .offer-middle,
  .offers .offer .offer-right {
    width: 100%;
    margin: 0 0 20px;
  }
  .education-pro-overlay h1 {
    font-size: 16px;
  }

  .education-pro-overlay p {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .search_row_top select {
    color: #666;
    font-weight: 300;
    font-size: 14px;
    padding: 5px;
  }

  .m_legend {
    display: block;
    float: left;
    width: 30%;
  }
  .hotel_rejse .afrejse,
  .hotel_rejse .hotel,
  .hotel_rejse .vaerelse,
  .hotel_rejse .transport,
  .hotel_rejse .liftkort,
  .hotel_rejse .skidage,
  .hotel_rejse .pris,
  .hotel_rejse .bestil {
    width: 100%;
    text-align: left;
  }

  .hotel_rejse .bestil {
    margin-top: 10px;
  }

  .hotel_rejse_legend {
    display: none;
  }

  .entry-top h1 {
    font-size: 26px;
    line-height: 26px;
    padding: 10px;
  }

  .entry-content ul.tabs li {
    border-radius: 6px;
    width: 100%;
    margin: 0 0 10px;
  }
  .entry-content ul.tabs:before {
    border-bottom: none;
    box-shadow: none;
  }

  .home-bottom .widget {
    width: 46%;
  }

  body {
    font-size: 16px;
  }

  .frontsearch iframe {
    height: 100%;
  }

  .header-phone {
    position: relative;
    width: 100%;
    border-radius: 0;
  }

  .site-inner,
  .wrap {
    padding-left: 5%;
    padding-right: 5%;
  }

  .entry-title {
    font-size: 27px;
  }

  .education-pro-landing .site-inner,
  .site-inner {
    padding-top: 20px;
  }

  .after-entry .widget,
  .archive-description,
  .author-box,
  .comment-respond,
  .entry-comments,
  .entry,
  .sidebar .widget,
  .widget-area .widget.enews-widget {
    padding: 20px;
    margin-bottom: 20px;
  }

  .after-entry,
  .sidebar .widget:last-of-type {
    margin-bottom: 20px;
  }

  .archive-pagination li a {
    margin-bottom: 4px;
  }

  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }

  .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
  .genesis-nav-menu.responsive-menu {
    display: none;
  }

  .genesis-nav-menu.responsive-menu .menu-item,
  .responsive-menu-icon {
    display: block;
  }

  .genesis-nav-menu.responsive-menu .menu-item:hover {
    position: static;
  }

  .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
  .genesis-nav-menu.responsive-menu li a,
  .genesis-nav-menu.responsive-menu li a:hover,
  .genesis-nav-menu.responsive-menu li.current-menu-item > a {
    background: none;
    color: #444;
    display: block;
    line-height: 1;
    padding: 12px 0;
  }

  .genesis-nav-menu.responsive-menu .menu-item-has-children {
    cursor: pointer;
  }

  .genesis-nav-menu.responsive-menu .menu-item-has-children > a {
    margin-right: 60px;
  }

  .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
    content: "\f347";
    float: right;
    font: normal 16px/1 "dashicons";
    height: 16px;
    padding: 11px 0;
    right: 0;
    text-align: right;
    z-index: 9999;
  }

  .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
    content: "\f343";
  }

  .genesis-nav-menu.responsive-menu .sub-menu {
    left: auto;
    opacity: 1;
    position: relative;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    width: 100%;
    z-index: 99;
  }

  .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
    padding-left: 20px;
    margin: 0;
  }

  .genesis-nav-menu.responsive-menu .sub-menu li a,
  .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
    background: none;
    border: none;
    box-shadow: none;
    color: #666;
    padding: 12px 0;
    position: relative;
    width: 100%;
  }

  .genesis-nav-menu.responsive-menu {
    padding-bottom: 16px;
  }

  .nav-primary .genesis-nav-menu.responsive-menu li a {
    background: none;
    color: #fff;
  }

  .nav-primary .genesis-nav-menu.responsive-menu li a:hover {
    background: none;
    color: #e7e7e7;
  }

  .education-pro-home .slide-excerpt {
    display: none;
  }

  .home-top .wrap {
    margin-left: 5%;
    margin-right: 5%;
    padding: 40px;
  }

  .home-top .widget_text {
    font-size: 24px;
  }

  .home-middle .widget {
    width: 100%;
  }

  .home-middle .entry-content p {
    min-height: 0;
  }

  .home-middle .entry-content p .more-link {
    position: relative;
    margin-top: 10px;
  }
  .home-bottom,
  .home-middle {
    padding: 40px 0;
  }

  .content .entry-header .entry-meta {
    margin-top: -20px;
  }

  .content .entry-header .entry-meta .entry-time {
    margin-right: -20px;
    padding-right: 20px;
  }

  .entry-footer {
    padding: 20px;
    margin: 0 -20px -20px;
  }

  .pagination {
    margin-top: 20px;
  }

  .footer-widgets {
    padding-top: 40px;
  }

  .footer-widgets ul li {
    margin: 0;
    list-style: none;
  }

  .footer-widgets-2,
  .footer-widgets-3,
  .footer-widgets-4,
  .footer-widgets-5,
  .home-bottom .enews-widget input[type="email"],
  .home-bottom .enews-widget input[type="submit"],
  .title-area {
    width: 100%;
  }

  .footer-widgets-2,
  .footer-widgets-3,
  .footer-widgets-4,
  .footer-widgets-5 {
    margin: 0 0 20px;
  }

  .footer-widgets-2,
  .footer-widgets-4 {
    clear: both;
  }

  .site-footer {
    padding: 20px 20px 40px;
  }

  .flexslider .flex-caption {
    display: none;
  }

  .artist {
    width: 100%;
    margin-right: 0;
  }

  h4 {
    font-size: 22px;
  }

  .hotels .hotel,
  .destinations .destination {
    width: 100%;
    margin-right: 0;
  }
}

@media only screen and (max-width: 480px) {
  .tg_tilbud {
    display: none;
  }

  .dropdown_born_alder,
  .personer-children-age select,
  .search_container .chosen-select,
  .search_container input {
    clear: both !important;
    float: none !important;
    width: 96% !important;
    margin: 0 2% 20px !important;
  }

  .personer-children-age select {
    background: #ffa;
  }
  .temp_window {
    display: none;
  }
  .home-bottom .widget {
    width: 100%;
    margin: 0 0 20px;
  }

  .entry-top .flexslider {
    display: none;
  }

  .home-bottom .enews-widget input[type="email"] {
    margin-bottom: 16px;
    text-align: center;
  }

  .title-area {
    max-width: 300px;
  }

  div.travel-form-titel > h1 {
    font-size: 26px;
  }
  div.travel-form-titel > h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .form-tab-head {
    padding: 0.5em;
  }
  .tab-pane-headline {
    padding: 0.5em;
  }
  .tab-pane-headline h2 {
    font-size: 18px;
  }

  /* Forsiden */
  body.home form.travel-form {
    padding: 1em 0;
  }

  .header-phone {
    margin-bottom: 0 !important;
  }
  .header-phone p {
    float: none;
    text-align: center;
  }
}

#destination_form_container {
  /*display: block !important;*/
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
}

pre {
  background: lightpink;
  padding: 5px;
}
