/*
	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 Sizinghnome
		- 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
	- Plugins
		- Genesis eNews Extended
		- Gravity Forms
		- Jetpack
	- Site Header
    - Breadcrumb
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home
		- Entries
		- Entry Meta
		- Pagination
		- Comments
    - Content Templates
      - Activity Archive
      - Destinations Archive
	- Sidebars
	- Footer Widgets
	- Site Footer
  - Booking Engine
	- 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
*/
/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

/***************************************************/
/* IMPORTS                                         */
/***************************************************/
@font-face {
  font-family: URWDIN-Bold;
  src: url(assets/fonts/URWDIN-Bold.ttf);
}
@font-face {
  font-family: URWDIN-Regular;
  src: url(assets/fonts/URWDIN-Regular.ttf);
}
@font-face {
  font-family: URWDIN-Demi;
  src: url(assets/fonts/URWDIN-Demi.ttf);
}

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
--------------------------------------------- */
.search-travel: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,
.wrap:not(.nofix):before {
  content: " ";
  display: table;
}
.search-travel: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,
.wrap:not(.nofix):after {
  clear: both;
  content: " ";
  display: table;
}

/* Utility Classes
--------------------------------------------- */
.background-subtle1 {
  background-color: #F9f9f9f9;
}

@media screen and (min-width: 768px) {
  .horizontal-display {
    display: flex;
  }
    .horizontal-display > * {
      flex: 1 1 0;
    }  
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
body {
  background-color: #fefefe;
  color: #444;
}
body, body .content, body .content p, body .content span {
  font-family: "URWDIN-Regular", sans-serif;
  font-weight: normal;
  line-height: 1.5;
}
body.home .site-container #root,
body.page-template-page_react .site-container #root,
body.page-template-page_react_gruppe .site-container #root,
body.page-template-page_react_landing .site-container #root {
  margin-top: 0;
  background-color: transparent;
}
.header-phone-wrap,
.site-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
::-moz-selection {
  background-color: #000;
  color: #fff;
}
::selection {
  background-color: #000;
  color: #fff;
}
a {
  color: #01a6c6;
  text-decoration: none;
}
a:hover {
  color: #34678a;
}
p {
  margin: 0 0 28px;
  padding: 0;
}
p:last-of-type {
  margin: 0;
  padding: 0;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
b,
strong {
  font-weight: bold;
  font-size: 110%;
}
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%;
}

.checkmark-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  font-size: 1em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkmark-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #FFF;
  border: 1px solid #ddd;
}

.checkmark-container:hover input ~ .checkmark {
  background-color: #eee;
}

/* When the checkbox is checked, add a blue background */
.checkmark-container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkmark-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkmark-container .checkmark:after {
  left: 4px;
  top: 0;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* Headings
--------------------------------------------- */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "URWDIN-Bold", sans-serif !important;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 10px;
  color: #0E1F27;
}
body h1, body .h1 {
  font-size: 46px;
  margin-bottom: 29px;
}
body h2, body .h2 {
  font-size: 40px;
  margin-top: 45px;
  margin-bottom: 29px;
}
body h3, body .h3 {
  font-size: 34px;
  margin-bottom: 20px;
}
h4, .h4 {
  font-size: 30px;
}
h5, .h5 {
  font-size: 28px;
}
h6, .h6 {
  font-size: 26px;
}
.single-header h2,
.single-header h3 {
  color: #FFFFFF;
}
.small-headline {
  font-family: "URWDIN-Demi", sans-serif !important;
  letter-spacing: 1.3px !important;
  font-size: 15px !important;
  color: #0E1F27;
  line-height: 17px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.site-inner p,
.site-inner span,
/* body:not(.home) .site-inner a, */
.upper-footer p,
.upper-footer span,
.upper-footer a {
  font-size: 17px;
  letter-spacing: 0.37px;
  color: #0E1F27;
  font-family: 'URWDIN-Regular';
  line-height: 1.7;
}

.site-inner a.link-subtle,
.upper-footer a.link-subtle {
  font-family: 'URWDIN-Bold';
  font-size: 12px;
  letter-spacing: 1.29px;
  text-transform: uppercase;
  color: #E51A03;
}

.site-inner a.link-subtle:hover,
.upper-footer a.link-subtle:hover {
  color: #ff311a;
}

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}
img {
  height: auto;
}
.featured-content img {
  width: auto;
}
#tabscontent > ul:first-of-type {
  display: none;
}
.entry-content #hey_tabs {
  clear: both;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.entry-content ul.tabs {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.entry-content ul.tabs li {
  display: inline-block;
  position: relative;
  z-index: 0;
  padding: 0 1em;
}
.entry-content ul.tabs li.tab_tilbud {
  border: 1px solid #004a27;
  background: #00703c;
  background: -moz-linear-gradient(top, #00703c 0%, #045a32 100%);
  background: -webkit-linear-gradient(top, #00703c 0%, #045a32 100%);
  background: linear-gradient(to bottom, #00703c 0%, #045a32 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00703C', endColorstr='#045a32',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: 0.5em 0;
  font-weight: 400;
  color: #000;
  text-transform: none;
  text-decoration: none;
  outline: 0;
  font-size: 16px;
  letter-spacing: 2px;
}
.entry-content ul.tabs li a:hover {
  text-decoration: none;
  color: #fff;
}
.entry-content ul.tabs li.active {
  color: #fff;
  z-index: 2;
  border-bottom-color: #fff;
}
.entry-content ul.tabs li.active a {
  color: #E51A03;
  font-weight: 600;
  text-shadow: inherit;
}
.entry-content .panel {
  margin: 0;
  padding: 0;
  display: none;
  background: #fff;
  padding: 40px;
  font-weight: 400;
  letter-spacing: 1px;
}
.entry-content .panel ul:last-of-type {
  margin-bottom: 0;
}
.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;
}
/* Flexslider
------------------------------------------------------------ */
.flexouter {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.single .flexouter {
  display: none;
}
.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;
}
.flex-viewport {
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  border: 0;
  margin: 0;
  padding: 0;
}
.flexslider .slides img {
  width: 100%;
  float: left;
  /* border-radius: 10px 0 0 10px; */
}
.flexslider .slides .flexslider-image {
  padding-bottom: 45%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.flexslider li {
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 0.35px;
  position: relative;
  margin: 0;
  padding: 0;
}
.flexslider ul {
  margin: 0 !important;
  padding: 0 !important;
}
.flexslider li li {
  margin: 10px 0 10px 20px;
  list-style-type: none;
  font-size: 18px;
  list-style-type: square;
}
.flexslider .flex-control-nav {
  position: absolute;
  bottom: 6%;
}
.flexslider .flex-direction-nav {
  position: absolute;
  width: 100%;
  top: 45%;
}
.flexslider .flex-direction-nav li {
  list-style-type: none;
}
.flex-direction-nav a:before {
  color: rgba(255, 255, 255, 1);
  text-shadow: 0px 0px 10px rgba(25, 25, 25, 0.5);
}
.flexslider .flex-direction-nav a {
  height: 50px;
}
/* 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;
}
.tg_tilbud {
  background: rgba(255, 255, 255, 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: #222;
}
.tg_tilbud #close {
  float: right;
  font-size: 14px;
  border: 1px solid #333;
  margin: 0;
  padding: 5px 8px;
  display: block;
  line-height: 1;
  color: #333;
  border-radius: 50%;
}
.tg_tilbud #close:hover {
  cursor: pointer;
  opacity: 0.9;
}
.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;
}
/* Destinations
--------------------------------------------- */
.single-rejser button a {
  color: #fff;
}
.single-rejser .entry-content {
  position: relative;
}
.single-rejser .rejse_bestil {
}
.single-rejser .rejse_hotel,
.single-rejser .rejse_afrejse,
.single-rejser .rejse_transport {
  float: left;
  width: 48%;
}
.single-rejser .rejse_destination,
.single-rejser .rejse_pris,
.single-rejser .rejse_liftkort {
  float: right;
  width: 48%;
  text-align: right;
}
.single-rejser .rejse_vaerelse {
  width: 100%;
}
.single-rejser .rejse_thumbs {
  width: 100%;
  overflow: hidden;
  margin: 20px 0;
}
.single-rejser .rejse_thumb_hotel {
  float: left;
}
.single-rejser .rejse_thumb_destination {
  float: right;
}
/* Destinations
--------------------------------------------- */
.destinations-container {
  margin-bottom: 40px;
}
.destinations {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  width: 100%;
  gap: 40px;
}
.destinations .destination {
  width: calc(20% - 32px);
}
.destinations .destination a {
  display: block;
  width: 100%;
  line-height: 0;
}
.destinations .destination h4 {
  font-size: 24px;
  color: #444;
}
/* Hotels
--------------------------------------------- */
.hotels {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.hotels .hotel {
  position: relative;
  float: left;
  width: 49%;
  margin-right: 2%;
}
.hotels .hotel:nth-of-type(2n + 2) {
  margin-right: 0;
}
.destinations .destination img,
.hotels .hotel img {
  width: 100%;
}
.hotels .hotel h4 {
  position: absolute;
  background: rgba(148, 231, 235, 0.9);
  display: block;
  width: 100%;
  padding: 5px;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
.hotels .hotel h4 a {
  color: #fff;
  font-size: 16px;
}
/* Activity list
--------------------------------------------- */
.activity-detail {
  padding: 10px;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.95);
  overflow: hidden;
}
.activity-week {
  display: inline-block;
  background: #000;
  color: #ddd;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 1;
  margin-right: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
  border-radius: 3px;
}
.activity-detail .activity-terms {
  clear: both;
  width: 100%;
}
.activity-detail .activity-term {
  background: #000;
  color: #ddd;
  padding: 2px 5px;
  font-size: 9px;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.activity-detail .activity-destination {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 5px 5px;
  text-transform: uppercase;
  font-weight: 300;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  margin: 0 0 5px;
}
.activity-detail .activity-image {
  width: 22%;
  float: left;
}
.activity-detail .activity-image img {
  width: 100%;
}
.activity-detail .activity-content {
  width: 76%;
  float: right;
  min-height: 184px;
}
.activity-detail .activity-footer {
  width: 76%;
  float: right;
  font-size: 13px;
}
.activity-detail .activity-footer .activity_price_number {
  color: #000;
  font-weight: 800;
}
.activity-detail .activity-footer .activity-days {
  float: right;
}
.activity-detail .activity-title {
  color: #000;
  text-transform: uppercase;
  font-weight: 800;
}
.activity-detail .activity-button:hover,
.activity-detail .activity-button {
  color: #fff;
  text-transform: uppercase;
  padding: 5px;
  clear: both;
  display: block;
  font-size: 12px;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}
.activity-detail .activity-content p {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 1.4;
}
.termfilters {
  width: 25%;
  float: left;
}
.termfilters h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  color: #555;
}
.activities {
  width: 73%;
  float: right;
}
.single-hotels .activities,
.single-activities .activities {
  width: 100%;
}
/* Activities
--------------------------------------------- */
.single .acitivites {
  clear: both;
  position: relative;
  float: left;
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
}
.single .activities .activity {
  position: relative;
  float: left;
  width: 25%;
  margin-right: 2%;
}
.single .activities .activity img {
  width: 100%;
}
.single .activities .activity h4 {
  position: absolute;
  background: rgba(148, 231, 235, 0.9);
  display: block;
  width: 100%;
  padding: 5px;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
.single .activities .activity h4 a {
  color: #fff;
  font-size: 16px;
}
.single-activity #root {
  margin-top: 60px !important;
}

@media screen and (min-width: 768px) {
  .single-activity .content-sidebar-wrap .site-inner {
    padding-top: 1.5rem;
  }
}
/* Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden;
  margin-bottom: 28px;
}
.gallery-item {
  float: left;
  margin: 0 10px 10px 0;
  text-align: center;
}
.single .gallery .gallery-item img {
  padding: 0;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  width: 11.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;
}
.home-bottom .more-link,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #e51a03;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 14px 30px;
  text-transform: uppercase;
  width: auto;
}
.home-bottom .more-link:hover,
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
  background-color: #c30801;
  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;
}

.btn-primary {
  background-color: #e51a03;
  color: #FFF;
  padding: 1rem 2rem;
  font-weight: 700;
}
/* 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: 1260px;
}
.site-inner {
  width: 100%;
  margin: 0 auto;
  clear: both;
  padding: none;
  margin-top: 0;
  margin-bottom: 0;
  background: #f9f9f9;
  padding: 0;
  position: relative;
}
.content-sidebar-wrap {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  background: #333;
}
.education-pro-landing .site-inner {
  max-width: 900px;
  padding-top: 40px;
}
/* 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 {
  width: 100%;
  float: none;
  padding: 180px 0 40px;
  position: relative;
}
.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;
}
.home.full-width-content .content,
.front-page.full-width-content .content {
  padding: 0;
}
.full-width-content .content,
.single-header {
  width: 100%;
  float: none;
  padding: 180px 0 40px;
  color: #fff;
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}

.single-countries .content {
  padding: 60px 0 40px;
}
/* Primary Sidebar */
.sidebar-primary {
  display: none;
  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;
}

.boxed-indented {
  padding: 60px 40px;
  max-width: 1220px;
  margin: auto;
}

.boxed,
.single #root,
.archive #root {
  padding: 60px 20px;
  max-width: 1340px;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .boxed {
    padding: 60px 40px;
  }
}

.foldout-box {
  position: relative;
  margin: auto;
  background-color: #f0f0f0;
  max-width: 1220px;
  padding: 35px 40px;
  margin-bottom: 1rem;
  cursor: pointer;
}

  .foldout-box h2 {
    margin: 0;
    position: relative;
    font-size: 22px !important;
  }
  .foldout-box h2::after {
    content: '+';
    font-family: 'URWDIN-Medium', sans-serif;
    font-size: 38px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .foldout-box.open h2::after {
    content: '−';
  }

  .foldout-box .foldout-box-content {
    margin: 30px 0 30px 0;
  }

  .foldout-box:not(.open) .foldout-box-content {
    display: none;
  }
@media screen and (min-width: 768px) {
  .foldout-box {
    padding: 35px 60px;
  }
  .foldout-box h2 {
    font-size: 1.9em !important;
  }
  .foldout-box h2::after {
    font-size: 43px;
  }
}

@media screen and (min-width: 768px) {
  .column-text {
    column-count: 2;
  }
}

.archive-description,
.author-box {
  box-shadow: none;
  font-size: 16px;
  margin-bottom: 40px;
  padding: 80px 40px 120px;
  max-width: 1240px;
}
.archive-description {
  box-shadow: none;
  margin: auto;
}

.author-box-title {
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
}
.archive-description p a,
.author-box .author-box-content a {
  color: #E51A03;
  font-weight: 700;
}
.archive-description p a:hover,
.author-box .author-box-content a:hover {
  color: #ff311a;
}
.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

.archive-description strong,
.archive-description b {
  font-weight: normal;
  font-weight: 700;
  font-size: 100%;
}
/* 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,
.entry-title {
  font-size: 46px;
}
.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 {
  font-family: "URWDIN-Demi", sans-serif;
  text-transform: uppercase;
  color: #B9BBC0;
  opacity: 70%;
  font-size: 12px;
  letter-spacing: 1.64px;
}
/* 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;
}
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;
}
.widget .entry:last-of-type {
  padding: 0;
}
.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;
}
/*
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% 10px 0;
  padding: 5px;
}
.rejse h6 {
  font-size: 12px;
}
/* Genesis eNews Extended
--------------------------------------------- */
.enews-widget,
.widget-area .widget.enews-widget .widget-title {
  color: #fff;
}
.widget-area .widget.enews-widget {
  background-color: #01a6c6;
  border: none;
  padding: 40px;
}
.enews-widget input {
  font-size: 16px;
  margin-bottom: 16px;
}
.enews-widget .enews input[type="submit"] {
  background-color: #fff;
  color: #444;
  margin: 0;
  width: 100%;
}
.enews-widget .enews input:hover[type="submit"] {
  background-color: #34678a;
  color: #fff;
}
.enews form + p {
  margin-top: 24px;
}
/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background-color: transparent;
  position: absolute;
  top: auto !important;
  width: 100%;
  z-index: 499;
  max-width: 1440px;
  padding: 60px 60px 0;
}

.single .single-header {
  padding: 60px 60px !important;
}

.single .site-inner .background_container_content {
  position: static;
  height: auto;
  min-height: 300px;
  width: 100%;
}

.single-destinations .site-inner .background_container_content {
  background-position: center;
}

@media screen and (min-width: 768px) {
  .single .site-inner .background_container_content {
    min-height: 390px;
  }
  .single-countries .site-inner .background_container_content,
  .single-destinations .site-inner .background_container_content {
    min-height: 550px;
  } 

  
}


/* Breadcrumb
--------------------------------------------- */
.custom-breadcrumb {
  margin-bottom: 9px;
}
.custom-breadcrumb a,
.custom-breadcrumb span {
  color: #FFFFFF !important;
  text-transform: uppercase;
  font-family: 'URWDIN-Bold' !important;
  letter-spacing: 1.2px;
  font-size: 13px !important;
}

/* Title Area
--------------------------------------------- */
.title-area {
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 168px;
  float: left;
}
.header-image .title-area {
  padding: 0;
}
.site-title {
  font-size: 34px;
  line-height: 1;
  text-transform: uppercase;
}
.site-header .site-title a,
.site-header .site-title a:hover {
  color: #fff;
}
.site-header .widget_text {
  position: absolute;
  top: 0;
  right: 40px;
  margin-top: 20px;
  background: #fff;
  padding: 5px 8px;
  border-radius: 5px;
}
.header-image .site-title > a {
  float: left;
  max-height: 29px;
  width: 126px;
  margin-top: 3px;
  background-size: contain !important;
  background-position: center top !important;
}
.site-description {
  backface-visibility: hidden;
  font-size: 16px;
  line-height: 1.3;
}
.site-description,
.site-title {
  margin-bottom: 0;
}
.header-image .site-description,
.header-image .site-title {
  display: block;
  text-indent: -9999px;
}
.header-image .site-description {
  pointer-events: none;
}

/* Widget Area
--------------------------------------------- */
.site-header .widget-area {
  width: calc(100% - 200px);
  float: right;
  margin-top: 0;
  margin-right: 0;
}
.site-header .wrap {
  max-width: 100%;
}
/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.site-header .genesis-nav-menu {
  text-align: right;
  background: transparent;
  padding: 0;
}
.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 .current-menu-item > a:hover {
  background: rgba(255, 255, 255, 0.4);
  color: #222;
} */
/* .genesis-nav-menu li a:hover,
.genesis-nav-menu li.current-menu-item > a {
  text-decoration: underline;
} */
.genesis-nav-menu .sub-menu {
  left: -9999px;
  opacity: 0;
  box-shadow: 5px 5px 30px rgba(0,0,0,.05);
  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: 240px;
  z-index: 999;
}
.genesis-nav-menu .sub-menu a {
  background: rgb(255, 255, 255);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-top: none;
  color: #333;
  font-size: 14px;
  padding: 14px 16px;
  position: relative;
  width: 240px;
}
.genesis-nav-menu li .sub-menu li a:hover {
  background: rgba(245, 245, 245);
}
.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;
}

#menu-main li:last-child {
  margin-right: 0.2rem;
}

#menu-main a span {
  font-family: 'URWDIN-Demi', sans-serif;
  font-size: 15px;
  letter-spacing: 1.3px;
}
  #menu-main .sub-menu a span {
    font-family: 'URWDIN-Regular', sans-serif;
    letter-spacing: .5px;
    line-height: 1.7;
  }
  @media screen and (min-width: 768px) {
    #menu-main .sub-menu a span {
      color: #0E1F27;
    }  
  }

.cta-container .cta-btn {
  font-family: 'URWDIN-Bold', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.36px;
  background:  #E51A03;
  box-shadow: 5px 5px 35px rgba(0,0,0,.2);
  padding: 2rem 3rem;
  margin-top: -16px;
  position: absolute;
  right: 0;
  border-radius: 0;
  z-index: 1;
}
.cta-container .cta-btn:hover {
  background:#eb2812;
}
@media screen and (max-width: 768px) {
  .cta-container .cta-btn {
    width: 100%;
    margin-top: 0;
    bottom: 0;
    border-radius: 0;
  }
}
/* Site Header Navigation
--------------------------------------------- */
.site-header .genesis-nav-menu a {
  color: #fff;
  padding: 12px 0;
  margin-right: 25px;
}
.site-header .genesis-nav-menu li:last-of-type a {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .site-header .genesis-nav-menu .sub-menu a {
    color: #333;
    padding: 12px 16px;
  }

}
.site-header .genesis-nav-menu li li {
  margin-left: 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 {
  background: transparent;
  cursor: pointer;
  display: none;
}
.responsive-menu-icon::before {
  content: "\f333";
  color: #c2c2c2;
  display: block;
  font: normal 26px/1 "dashicons";
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}
/*
Content Area
---------------------------------------------------------------------------------------------------- */
/* Home
--------------------------------------------- */

.home-featured {
  position: relative;
  text-align: left;
  margin: 80px auto 0;
}
.home-featured .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home-featured .widget {
  width: 48%;
  background-color: transparent;
}
.home-featured .widget-title {
  font-size: 38px;
  font-weight: 700;
  color: #222;
}

.home h1 {
  color: #FFF !important;
}

.home #custom_html-2 .textwidget {
  letter-spacing: 0px;
  line-height: 1.4;
}

/* .home-featured p:not(.MuiTypography-root),
.home-top p:not(.MuiTypography-root),
.home-middle p:not(.MuiTypography-root),
.home-slider p:not(.MuiTypography-root),
.home-video p:not(.MuiTypography-root),
.home-bottom p:not(.MuiTypography-root) {
  font-size: 17px;
  margin-bottom: 40px;
} */
.home .entry-content p {
  font-size: 17px;
  margin-bottom: 40px;
}
.home-top {
  margin: 0 auto;
  text-align: left;
  padding: 180px 0 80px;
}
.home-top .widget .widget-wrap .widgettitle {
  padding: 0;
  line-height: 1;
  font-weight: 900;
  font-size: 60px;
  color: #fff;
  width: 100%;
  margin: 0 0 20px;
  max-width: 100%;
}
.home-top .widget .widget-wrap .textwidget {
  max-width: 980px;
  margin-bottom: 120px;
  color: #fff;
  letter-spacing: 2px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
}
.home-slider {
  position: relative;
  text-align: left;
  margin: 80px auto 0;
}
.home-video {
  position: relative;
  text-align: left;
  margin: 80px auto 0;
}
.home-middle {
  position: relative;
  text-align: left;
  margin: 80px auto 0;
}
.home-middle .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home-middle .widget {
  width: 48%;
  background-color: transparent;
}
.home-middle .widget-title {
  font-size: 38px;
  font-weight: 700;
  color: #222;
}
.home-bottom {
  position: relative;
  text-align: left;
  margin: 80px auto 0;
}
.home-bottom .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home-bottom .widget .widget-wrap .widgettitle {
  line-height: 1.3;
  color: #222;
  width: 100%;
  margin: 0 0 20px;
  text-align: left;
  font-weight: 700;
  font-size: 26px;
  text-transform: capitalize;
}
.home-bottom .widget .widget-wrap .widgettitle a {
  color: #222;
}
.home-bottom .widget .widget-wrap .widgettitle a:hover {
  color: #555;
}
.home-bottom .widget .widget-wrap a.alignnone,
.home-bottom .widget .widget-wrap img {
  width: 100%;
}
.home-bottom .widget {
  width: 48%;
  margin-bottom: 80px;
}
.home-top .widget .widget-wrap img {
  width: 100%;
}
.activitysearch {
  max-width: 1280px;
  margin: -60px auto 0;
  padding: 20px 40px;
  background: #fff;
}
.site-inner .activitysearch select {
  float: left;
  width: auto;
  width: auto;
  margin-right: 2%;
  padding: 10px 20px;
  border: none;
  font-weight: 700;
  font-size: 20px;
}
/* Entries
--------------------------------------------- */
.entry {
}
.headline h1 {
  max-width: 80%;
}
#booknu {
  max-width: 1280px;
  margin: 60px auto 0;
  overflow: hidden;
}
.booknu {
  padding: 10px 30px;
  font-size: 20px;
  background: #e51a03;
  color: #fff !important;
}
.booknu:hover {
  color: #fff;
}
.content-sidebar-wrap .content .entry,
.content-sidebar-wrap .content .archive-description {
  padding: 0;
  max-width: 1240px;
  margin: 0 auto 40px 0;
  color: #fff;
  background: transparent;
  min-height: 300px;
}
.content-sidebar-wrap .content .entry h1,
.content-sidebar-wrap .content .entry .h1,
.content-sidebar-wrap .single-header h1,
.content-sidebar-wrap .content .archive-description h1 {
  font-size: 70px;
  font-weight: 700;
  margin-top: 8px;
  margin-bottom: 36px;
  letter-spacing: 1px;
  font-style: normal;
  display: block;
  color: #FFFFFF;
  line-height: 1.05;
}

.content-sidebar-wrap .content .entry h1 {
  text-shadow: 1px 1px 10px rgba(0,0,0, .2) !important;
}

.single-countries h1 {
  color: #0e1f27 !important;
}
body:not(.single-countries) .content-sidebar-wrap .content .entry p,
.content-sidebar-wrap .single-header p,
.content-sidebar-wrap .content .archive-description p,
.home-top.widget-area p {
  font-size: 20px;
  color: #FFFFFF;
  font-family: 'URWDIN-Medium', sans-serif;
  line-height: 1.4;
}
.home-top.widget-area #root p {
  font-size: 16px;
  color: #333;
  font-family: 'URWDIN-Regular', sans-serif;
}

body:not(.single-countries) .content-sidebar-wrap .content .entry p,
.content-sidebar-wrap .content .archive-description p {
  letter-spacing: 2px;
}
@media screen and (min-width: 1000px) {
  .archive-description div:nth-child(-n+4) {
    column-count: 2;
  }
  body:not(.single-countries) .content-sidebar-wrap .content .entry p {
    max-width: 70% !important;
  }
}

.content-sidebar-wrap .content .entry p strong,
.content-sidebar-wrap .content .entry p b {
  font-size: 100%;
  background-color: #E51A03;
  font-weight: 400;
}


.content-sidebar-wrap .single-header a:not(.booknu),
.content-sidebar-wrap .content .archive-description a {
  font-family: 'URWDIN-Medium', sans-serif;
  text-decoration: none;
  background: #e51a03;
  padding: 2px 1px;
  color: #fff;
  font-size: 20px;
}
.content-sidebar-wrap .content .archive-description a:hover,
.content-sidebar-wrap .content .archive-description a:active,
.content-sidebar-wrap .single-header a:not(.booknu):hover,
.content-sidebar-wrap .single-header a:not(.booknu):active,
.content-sidebar-wrap .content .entry a:hover,
.content-sidebar-wrap .content .entry a:active {
  opacity: 0.8;
}

.single .content-sidebar-wrap {
  background: #f9f9f9;
}
.single .content-sidebar-wrap h1,
.single .content-sidebar-wrap h2,
.single .content-sidebar-wrap h3,
.single .content-sidebar-wrap h4,
.single .content-sidebar-wrap p,
.single .content-sidebar-wrap span {
  color: #0E1F27;
}

.single .content-sidebar-wrap .single-header a {
  background: transparent;
  color: #E51A03;
  font-weight: 700;
}

.single-bottom-container {
  padding: 60px 60px 0;
  background: #f9f9f9;
}

.single-bottom-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}
.single-bottom {
  width: 48%;
}
.single-bottom img {
  width: 100%;
}
.single-hotels .content-sidebar-wrap .content .entry,
.single .content-sidebar-wrap .content .entry {
  margin: 0;
  padding: 0;
  background: transparent;
}
.single-header p:last-of-type {
  margin-bottom: 0;
}
.single-header h1 {
  font-weight: 700;
}
.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: #f5f5f5;
}
/* 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 .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: #f5f5f5;
}
.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: #f5f5f5;
  font-size: 16px;
  padding: 24px;
}
/* Content Templates
--------------------------------------------- */
.content-attributes {
  min-height: 180px;
  background-color: #f0f0f0;
  display: flex;
}
.content-attributes > * {
  flex: 1;
}
.content-attributes p {
  font-size: 17px;
  color: #0E1F27;
}

/* Template: Restpladser
--------------------- */
.page-template-page_restpladser .content-sidebar-wrap {
  background-color: #f9f9f9;
}

.page-template-page_restpladser .header_image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
  filter: brightness(0.9);
}

.page-template-page_restpladser h1 {
  position: absolute;
  top: 9rem;
  left: 9rem;
}

.page-template-page_restpladser .content-sidebar-wrap .content .entry,
.page-template-page_restpladser .content-sidebar-wrap .content .archive-description,
.page-template-page_restpladser.full-width-content .content {
  max-width: 1440px !important;
  min-height: 200px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .page-template-page_restpladser .header_image {
      height: 200px;
  }
  .page-template-page_restpladser .content-sidebar-wrap .content .entry {
      margin: 0 !important;
      min-height: 120px;
  }
  
  .page-template-page_restpladser h1 {
  
      top: unset;
      bottom: 0;
      left: 40px;
  }
}

/* Activity Archive
---------------------- */
.taxonomy-listing-container,
.taxonomy-listing .activity {
  width: 100%;
}

.taxonomy-listing.activity-listing a {
  color: #444;
}
.taxonomy-listing-container {
  margin-top: 2.5rem;
}

.taxonomy-listing {
  width: 100%;
}

.taxonomy-listing .activity,
.taxonomy-filters {
  margin-bottom: 1.5rem;
}

.taxonomy-listing .activity,
.taxonomy-filter-container {
  background-color: #FFFFFF;
  box-shadow: 5px 5px 15px rgba(0,0,0,.05);
}

.taxonomy-filters .taxonomy-filter--head {
  font-weight: 700;
  font-size: .95em;
  border-bottom: 1px solid #eee;
  margin-bottom: .2rem;
}
.taxonomy-filters .taxonomy-filter--head,
.taxonomy-filters .taxonomy-filter--content {
  padding: .8rem 2rem;
  position: relative;
}

.taxonomy-filters .taxonomy-filter--content:not(.open) {
  display: none;
}

.taxonomy-filter--mobile-toggle-btn {
  justify-content: center;
  position: absolute;
  right: 1rem;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.taxonomy-filters .taxonomy-filter--activity {
  position: relative;
}

.taxonomy-filters .taxonomy-filter--count {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  z-index: 50;
  font-weight: 500;
  font-size: .9em;
}

.taxonomy-filters input[type="checkbox"] {
  width: auto;
}

.activity--thumbnail img {
  width: 100%;
}

.activity--thumbnail .desktop-thumbnail {
  display: none;
}

.activity--thumbnail .mobile-thumbnail {
  max-height: 250px;
  overflow:hidden;
}

.activity--content {
  padding: 2rem;
}

.activity--details {
  display: flex;
}
  .activity--details > div {
    margin-right: 1.8rem;
    letter-spacing: .3px;
    /* opacity: .9; */
  }
  .activity--details--destination::before,
  .activity--details--nights-duration::before {
    padding-right: .6rem;
    vertical-align: middle;
  }
  .activity--details--destination::before {
    content: url('/wp-content/themes/education-pro/assets/img/destination.svg');
  }
  .activity--details--nights-duration::before {
    content: url('/wp-content/themes/education-pro/assets/img/nights.svg');
    padding-right: .4rem;
  }

.activity--content h2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.taxonomy-listing-footer {
  float: right;
}
.taxonomy-listing-footer a > span {
  color: red;
  font-weight: 600;
}
.taxonomy-listing-footer .pagination-action-next {
  margin-left: .5rem;
}
.taxonomy-listing-footer .pagination-action-previous {
  margin-right: .5rem;
}

@media only screen and (min-width: 1150px) {
  .taxonomy-filters {
    min-width: 350px;
  }
  
  .taxonomy-listing-container,
  .taxonomy-listing .activity {
    display: flex;
    flex-wrap: nowrap;
  }
  .taxonomy-filters {
    margin-right: 2rem;
  }
  .taxonomy-filters .taxonomy-filter--content {
    display: block !important;
  }
  
  .taxonomy-filter--mobile-toggle-btn {
    display: none;
  }

  .activity--content {
    padding: 1.5rem 2.5rem;
  }

  .activity--content h2 {
    margin-top: .5rem;
    margin-bottom: 1.1rem;
    font-size: 32px;
  }
  
  .activity--thumbnail {
    min-height: 250px;
    min-width: 300px;
  }

  .activity--thumbnail .mobile-thumbnail {
    display: none;
  }

  .activity--thumbnail .desktop-thumbnail {
    display: block;
  }
}


/* Destinations Archive
---------------------- */
.destinations-container .destination h4 {
  line-clamp: 1;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*
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;
}
/*
Upper Footer
---------------------------------------------------------------------------------------------------- */
.usp-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 2rem;
}
  .usp-grid > div {
    display: flex;
  }
    .usp-grid > div .heading {
      font-family: 'URWDIN-Demi', sans-serif;
      font-size: 14px;
      letter-spacing: 1.3px;
      margin-bottom: 1px;
      text-transform: uppercase;
    }
    .usp-grid > div > *:first-child {
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin-right: 1.5rem;
      min-width: 55px;
    }
      .usp-grid > div > *:last-child p {
        font-size: 16px;
        line-height: 1.58;
      }
@media screen and (min-width: 500px) {
  .usp-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .usp-grid > div > *:last-child {
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .usp-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .usp-grid > div > *:last-child {
    margin-right: 3.5rem;
  }
}

#footer-section1 {
  padding-top: 25px;
}
#footer-section2 {
  background-color: #0E1F27;
  border-bottom: 1px solid #30434d;
  color: #FFF;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
  #footer-section2 > div {
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-left, .footer-right {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  #footer-section2 .footer-left {
    display: flex;
    justify-content: space-between;
    width: 69%;
    margin-right: 5.32%;
  }
  #footer-section2 .footer-right {
    padding-left: 2.66%;
    position: relative;
  }
    #footer-section2 .footer-right .red-background {
        content: "";
        background-color: #E51A03;
        position: absolute;
        width: 100vw;
        height: 100%;
        z-index: 0;
        top: 0;
        left: 0;
    }
      #footer-section2 .footer-right .red-background:hover {
        background-color: #eb2812;
    }
    #footer-section2 .footer-right a {
      font-family: "URWDIN-Bold", sans-serif;
      text-transform: uppercase;
      color: #FFFFFF;
      font-size: 16px;
      letter-spacing: 1.39px;
      display: block;
      padding-left: 2.66%;
      padding-top: 45px;
      padding-bottom: 45px;
    }

  #footer-section2 .footer-some-logos {
    display: flex;
    margin-right: 2%;
  }
  #footer-section2 .footer-some-logos a {
    margin-left: 2rem;
  }
@media screen and (max-width: 1200px) {
  #footer-section2 .footer-left {
    width: 100%;
  }
  #footer-section2 .footer-right {
    display: none;
  }
}
/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #0e1f27;
  clear: both;
  padding: 45px 0 45px 0;
  letter-spacing: 0.8px;
}
.footer-widgets .wrap {
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1340px;
}
.footer-widgets .wrap > div {
  flex: 1 0 auto;
}
@media screen and (max-width: 768px) {
  .footer-widgets .wrap {
    flex-wrap: wrap;
    padding-left: 40px;
    padding-right: 40px;
  } 
  .footer-widgets .wrap > div {
    width: 100%;
    margin-right: 0;
  }
  .footer-widgets .wrap .widget-wrap {
    margin-bottom: 1.5rem;
  }

}

@media screen and (min-width: 768px) {
  .footer-widgets .wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
  .footer-widgets .wrap > div {
    width: 23%;
    margin-right: 2.66%;
    padding-right: 0;
  }
}

.footer-widgets .wrap .entry-title a,
.footer-widgets .wrap a,
.footer-widgets {
  color: #fff;
}
.footer-widgets a.button,
.footer-widgets .wrap a:hover {
  color: #01a6c6;
}
.footer-widgets p:last-child {
  margin-bottom: 0;
}
.footer-widgets ul li {
  list-style-type: none;
  margin-bottom: 12px;
}
.footer-widgets ul li a {
  font-family: 'URWDIN-Regular', sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1.1;
  /* color: #eaf0f3; */
}
.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;
}
.footer-widgets .textwidget p,
.footer-widgets .textwidget a {
   color: #d9e0e3;
  margin-top: 1rem;
  font-size: 13px;
  line-height: 1;
  letter-spacing: .1px;
  font-family: 'URWDIN-Regular', sans-serif;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  /* background-color: #004d79; */
  background-color: #142631;
  /* border-top: 1px solid #30434d; */
  font-family: 'URWDIN-Regular', sans-serif;
  font-size: 9px;
  padding: 14px 0;
  text-align: center;
}
#footer-section1 .h1 > div {
    font-size: 46px !important;
    font-family: "URWDIN-Bold", sans-serif !important;
    font-weight: normal;
    line-height: 1.2;
    margin: 0 0 10px;
    color: #0E1F27;
    position: relative;
}
.site-footer,
.site-footer .wrap a {
  color: #9fb4bb;
  text-align: left;
  letter-spacing: .3px;
}
.site-footer a.button,
.site-footer .wrap a:hover {
  color: #01a6c6;
}
.site-footer p {
  margin-bottom: 0;
}
.filters .button-group {
  margin-bottom: 15px;
  display: block;
}
.filters .half-group {
  float: left;
  width: 48%;
  margin-bottom: 15px;
  display: block;
}
.filters .third-group {
  float: left;
  width: 32%;
  margin-bottom: 15px;
  display: block;
}
.filters .button-group h4 {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 5px;
}
.filters .button-group .button {
  display: block;
  float: left;
  font-size: 14px;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 12px 14px;
}
.filters .button-group .button:hover,
.filters .button-group .is-checked {
  background-color: #94e6ea;
}
#filters {
  width: 100%;
  text-align: center;
}
#filters .filterwrap {
  margin: 0 auto;
  display: inline-block;
}
#filters .filterbox {
  width: auto;
  float: left;
  margin: 0 20px 0 0;
}
#filters .filterbox h6 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.1;
}
#filters select {
  font-size: 12px;
}
.hotel_rejse {
  padding: 0;
}
.home .hotel_rejse {
  display: none;
}
.hotel_rejse .hotel_rejse_wrap {
  background: #fff;
  border: 1px solid #aaa;
  margin: 0;
  padding: 10px 15px;
}
.hotel_rejse .hotel_rejse_legend {
  margin: 0;
  padding: 0 15px;
  overflow: hidden;
}
.hotel_rejse .hotel_rejse_legend div {
  font-size: 16px;
}
.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 .bestil {
  font-size: 14px;
  float: right;
  padding: 6px 6px;
  display: block;
  width: 12%;
}
.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 {
  float: left;
  width: 15%;
  font-size: 13px;
  padding: 5px 0 0;
}
.hotel_rejse .hotel {
  float: left;
  width: 12%;
  padding: 5px 0 0;
}
.hotel_rejse .destination {
  float: left;
  width: 10%;
  padding: 5px 0 0;
}
.hotel_rejse .activity {
  float: left;
  width: 20%;
  padding: 5px 0 0;
}
.hotel_rejse .vaerelse {
  float: left;
  width: 10%;
  padding: 5px 0 0;
}
.hotel_rejse .transport {
  width: 10%;
  float: left;
  padding: 5px 0 0;
  text-align: center;
}
.hotel_rejse .pris {
  width: 9%;
  float: left;
  padding: 5px 0 0;
}
.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.even {
}
.hotel.odd {
}
.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: bold;
}

/*
Booking Engine
---------------------------------------------------------------------------------------------------- */
body:not(.home) #root-outer {
  box-shadow: 1px 0 35px 25px rgba(0,0,0,.02);
}
.single #root-outer,
.archive #root-outer {
  background-color: #FFF;
  position: relative;
  padding: 15px 0;
}

.single-bottom-container #root-outer {
  margin-left: -20px;
  margin-right: -20px;
}

@media only screen and (min-width: 768px) {

.single-bottom-container #root-outer {
  margin-left: -60px;
  margin-right: -60px;
}

}
.MuiTypography-body1 {
  color: #333;
}


span.MuiButton-label,
.MuiTypography-body1 > .cursor-pointer .MuiButtonBase-root.MuiButton-root.MuiButton-text.w-full.block > .MuiButton-label {
  font-size: 1em;
}

.MuiFormControl-root, .MuiFormControl-root > * {
  height: 100%;
}

.MuiToggleButton-root:not(.Mui-selected) {
  background-color: #FFF !important;
}

button.MuiButton-containedPrimary {
  background-color: #E51A03 !important;
}

button.MuiButton-containedPrimary:hover {
  background-color: #eb2812 !important;
}
.MuiToggleButton-root.Mui-selected span,
.MuiButton-containedPrimary span,
.MuiButton-containedSecondary span,
span.MuiTab-wrapper,
button:not(.MuiButton-outlined) span.MuiButton-label {
  color: #FFFFFF;
}
button.MuiToggleButton-root.Mui-selected {
  background-color: #272727 !important;
}
.MuiButtonBase-root.MuiButton-root.MuiButton-text.text-center span.MuiButton-label {
  color: #777;
}

@media only screen and (min-width: 768px) {
  .single .booking-outer-wrap,
  .archive .booking-outer-wrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .booking-outer {
    border: 0 !important;
  }
}

.MuiButton-contained.Mui-disabled {
  background-color: rgb(255 0 0 / 15%) !important;

}


.MuiDialog-container .px-4 > .grid {
  width: 100%;
  display: block;
}
.MuiDialog-container .px-4 > .grid > .relative > .pb-44.rounded {
  padding-bottom: 21rem !important;
}
.MuiDialog-container .px-4 > .grid > .relative > p {
  margin-bottom: 2rem !important;
}
.MuiAccordionSummary-root {
  padding: 0 24px;
}
.MuiAccordionDetails-root {
  padding: 0px 24px 17px;
}
  .muiAccordionDetails-root > p {
    line-height: 1.57 !important;
    font-size: .9em !important;
  }
.MuiAccordionSummary-content {
  margin: 19px 0 !important;
}
.MuiDialog-paperWidthMd {
  max-width: 900px !important;
}
/*
/*Gravity Forms
--------------------------------------------- */
.site-container
  div.gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.site-container div.gform_wrapper input[type="email"],
.site-container div.gform_wrapper input[type="text"],
.site-container div.gform_wrapper input[type="url"],
.site-container div.gform_wrapper input[type="tel"],
.site-container div.gform_wrapper textarea {
  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: 1160px) {
  .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 .button {
    font-size: 14px;
  }
  .flexslider .flex-textheadline a {
    font-size: 22px;
  }
  .flexslider .flex-textcontent p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1023px) {
  .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;
  }
  .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;
  }
  .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;
  }
  .flexslider .flex-textcontent p {
    display: none;
  }
  h4 {
    font-size: 22px;
  }
  .hotels .hotel,
  .destinations .destination {
    width: 46%;
  }
  .hotel_rejse .bestil {
    width: 100%;
  }
  .hotel_rejse .afrejse {
    width: 20%;
  }
  .hotel_rejse .hotel {
    width: 20%;
  }
  .hotel_rejse .vaerelse {
    width: 22%;
  }
  .hotel_rejse .transport {
    width: 15%;
  }
  .hotel_rejse .liftkort {
    width: 10%;
  }
  .hotel_rejse .pris {
    width: 13%;
  }
  .hotel_rejse .bestil {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
  .site-header .widget-area {
    line-height: 0;
  }
  .site-header .widget-area .widget_text A {
    color: #01a6c6;
    font-weight: 700;
    font-size: 14px;
  }
  .site-header .widget-area .widget_text p {
    font-size: 12px;
    line-height: 1.1;
    font-weight: 300;
    letter-spacing: 0;
  }
  .site-title {
    font-size: 24px;
  }
  .title-area {
    max-width: 100%;
  }
  .single-bottom-container {
    padding: 30px 20px;
  }
  .full-width-content .content,
  .single-header {
    padding: 30px 5%;
  }
  .single-bottom-grid {
    margin-bottom: 0;
  }
  .single-bottom {
    width: 100%;
    margin-bottom: 30px;
  }
  .single-bottom-grid .single-bottom:last-of-type {
    margin-bottom: 0;
  }
  .content-sidebar-wrap .content .entry,
  .content-sidebar-wrap .content .archive-description {
    padding: 0;
  }

  .activitysearch {
    background: #333;
    padding: 10px;
  }
  .activitysearch select,
  .activitysearch a {
    width: 100% !important;
    margin: 0 0 20px;
    float: none;
  }
  .activitysearch a {
    text-align: center;
  }
  .activity-detail .activity-image {
    width: 100%;
  }
  .activity-detail .activity-content {
    display: none;
  }
  .termfilters {
    width: 100%;
    float: left;
  }
  .topfilter {
    width: 100% !important;
    float: none !important;
    margin-bottom: 20px;
  }
  body .site-container h1 {
    font-size: 32px;
  }
  body .site-container h2 {
    font-size: 28px;
  }
  body .site-container h3 {
    font-size: 24px;
  }
  body .site-container h4 {
    font-size: 20px;
  }
  body .site-container h3.section-title {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    background: #eaeaea;
    padding: 12px 0;
    max-width: 90%;
    margin: 0 auto -2px;
    border-radius: 3px 3px 0 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .content-sidebar-wrap .content .entry h1,
  .content-sidebar-wrap .content .entry .h1,
  .content-sidebar-wrap .single-header h1,
  .content-sidebar-wrap .content .archive-description h1 {
    margin-bottom: 20px;
  }
  body:not(.home) .booking-outer {
    background: #fff;
    padding-top: 20px;
    border: 1px solid rgba(0, 0, 0, 0.3);
  }
  .home .site-container #root,
  .page-template-page_react .site-container #root,
  .page-template-page_react_gruppe .site-container #root,
  .page-template-page_react_landing .site-container #root {
    background-color: #fff;
  }
  .content-sidebar-wrap .content .entry h1,
  .content-sidebar-wrap .content .entry .h1,
  .content-sidebar-wrap .single-header h1,
  .content-sidebar-wrap .content .archive-description h1 {
    font-size: 32px;
  }
  .header-phone {
    display: none;
  }
  .header-image .site-title > a {
    width: 100%;
    min-height: 0;
  }
  .site-container {
    width: 100%;
  }
  /* .site-inner {
    padding-left: 0;
    padding-right: 0;
  } */
  .wrap {
    padding-left: 5%;
    padding-right: 5%;
  }
  .home .site-inner,
  .site-inner {
    margin-top: 0;
  }
  .site-header .wrap {
    padding: 0;
  }
  .site-inner .home-top {
    padding: 30px 5%;
    background: #696973 !important;
    
  }
  .home-top #custom_html-2 > div > div {
    font-size: 14px;
  }
  
  .home-top .widget .widget-wrap .textwidget {
    margin-bottom: 0;
  }
  .home-top .widget .widget-wrap .widgettitle {
    font-size: 32px;
  }
  body .site-inner .trip-outer-trips {
    padding: 20px 0 0;
  }
  body.home .site-inner .trip-outer-trips {
    padding: 20px 0 0;
  }
  .home-featured .widget-title {
    font-size: 24px;
  }
  .site-inner .home-top .widget {
    width: 100%;
    margin: 0 0 20px;
  }
  .home-featured,
  .home-slider,
  .home-bottom {
    margin-top: 20px;
  }
  .home-featured .widget {
    width: 100%;
    margin-bottom: 0;
  }
  .genesis-nav-menu,
  .home-bottom,
  .site-description,
  .site-header .search-form,
  .site-header .title-area,
  .site-title {
    text-align: left;
  }
  .home-bottom .widget {
    margin-bottom: 30px;
  }
  .header-phone {
    position: relative;
    width: 100%;
    border-radius: 0;
  }
  .education-pro-landing .site-inner,
  .site-inner {
    padding-top: 0;
  }
  .after-entry .widget,
  .archive-description,
  .author-box,
  .comment-respond,
  .entry-comments,
  .entry,
  .sidebar .widget,
  .widget-area .widget.enews-widget {
    padding: 20px;
    margin-bottom: 20px;
  }
  .archive-description,
  .entry {
    padding: 40px 20px;
  }
  .content-sidebar-wrap .content .entry {
    margin: 0 auto 40px 0;
  }
  .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%;
  }
  .header-image .site-header {
    background: #333;
    padding: 20px 0 0;
    position: relative;
  }
  .header-image .site-header .widget_text {
    display: none;
  }
  .header-image .site-header .widget_nav_menu {
    margin-bottom: 0;
    padding: 0 20px;
  }
  .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
  .genesis-nav-menu.responsive-menu {
    display: none;
  }
  .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
    margin-bottom: 10px;
  }
  .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: #f2f2f2;
    display: block;
    line-height: 1;
    padding: 0 0 30px;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 700;
  }
  .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";
    color: #a2a2a2;
    height: 16px;
    padding: 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: 15px;
    margin: 0;
    opacity: 0.75;
  }
  .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: #f2f2f2;
    padding: 0 0 30px 15px;
    position: relative;
    width: 100%;
    letter-spacing: 1px;
    font-weight: 400;
  }
  .genesis-nav-menu.responsive-menu {
    padding-bottom: 16px;
  }
  .nav-primary .genesis-nav-menu.responsive-menu li a {
    background: none;
    color: #f2f2f2;
  }
  .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: 0;
    margin-right: 0;
    padding: 0;
  }
  .home-top .wrap a.alignnone {
    display: block;
  }
  .home-top .widget_text {
    font-size: 24px;
  }
  .home-bottom .widget,
  .home-middle .widget {
    width: 100%;
  }
  .home-bottom,
  .home-middle {
    padding: 20px 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: 45px;
  }
  .footer-widgets .wrap .widget.simple-social-icons {
    text-align: center;
    width: auto;
    margin: 0 auto;
    display: inline-block;
  }
  .footer-widgets-2,
  .footer-widgets-3,
  .footer-widgets-4,
  .footer-widgets-5 {
    width: 48.7179%;
    margin: 0 0 20px;
  }
  .footer-widgets-2,
  .footer-widgets-4 {
    clear: both;
  }

  .site-footer {
    padding: 20px;
  }
  .flexslider .flex-caption {
    display: none;
  }
  .flexslider .slides a img {
    width: 100%;
  }
  .artist {
    width: 100%;
    margin-right: 0;
  }
  .hotels .hotel,
  .destinations .destination {
    width: 100%;
    margin-right: 0;
  }
  .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%;
  }
  .home-featured p:not(.MuiTypography-root),
  .home-top p:not(.MuiTypography-root),
  .home-middle p:not(.MuiTypography-root),
  .home-slider p:not(.MuiTypography-root),
  .home-video p:not(.MuiTypography-root),
  .home-bottom p:not(.MuiTypography-root) {
    margin-bottom: 20px;
    font-size: 17px;
    letter-spacing: 0.3px;
  }
  .content-sidebar-wrap .content .entry p,
  .content-sidebar-wrap .single-header p,
  .content-sidebar-wrap .content .archive-description p {
    font-size: 17px;
    letter-spacing: 1.3px;
    line-height: 1.7;
  }

  .fpa-more-link a {
    display: inline-block;
  }
  #booknu {
    background: #fff;
    padding: 30px 5%;
    margin: 0;
  }
  .o_oembed {
    margin-bottom: 30px;
  }
  .entry-content #hey_tabs {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px dashed rgba(0, 0, 0, 0.2);
  }
  .entry-content ul.tabs {
    margin-bottom: 30px;
    padding: 0;
    border-bottom: 0;
  }
  .entry-content ul.tabs li {
    border-bottom: 1px solid #cacaca;
    background: #f2f2f2;
    width: 100%;
  }
  .entry-content ul.tabs li a {
    width: 100%;
  }
  .entry-content .panel {
    padding: 20px 5%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
  }
  .entry-content .panel h2 {
    margin-bottom: 10px;
  }
  .single-header .headline h1 {
    width: 100%;
    max-width: 100%;
  }
  .single-header .headline a.booknu {
    display: none;
  }
  .activity-detail {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 5%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .single .activities .activity {
    width: 100%;
    margin-right: 0;
  }
  .hotel_rejse .afrejse,
  .hotel_rejse .hotel,
  .hotel_rejse .vaerelse,
  .hotel_rejse .transport,
  .hotel_rejse .liftkort,
  .hotel_rejse .pris,
  .hotel_rejse .bestil {
    width: 100%;
  }
  .hotel_rejse .transport {
    text-align: left;
  }
  .hotel_rejse_legend {
    display: none;
  }
  .footer-widgets-2,
  .footer-widgets-3,
  .footer-widgets-4,
  .footer-widgets-5 {
    margin: 0 0 20px;
  }
  .home-bottom .enews-widget input[type="email"] {
    margin-bottom: 16px;
    text-align: center;
  }
}
