@charset "UTF-8";
/*===============================
=            Plugins            =
===============================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

#loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999999;
  background: #fff;
  text-align: center;
}
#loader h1 {
  font-size: 40px;
  text-align: center;
}
#loader a {
  position: relative;
  display: block;
  text-align: center;
  color: #000;
  text-decoration: none;
}
#loader img {
  display: block;
  margin: 0 auto;
  max-width: 190px;
}
#loader p {
  text-align: center;
  color: #000;
  font-size: 1.7em;
  text-transform: uppercase;
  margin: 20px auto 0px;
  max-width: 95%;
  word-spacing: 10px;
}
@media screen and (max-width: 400px) {
  #loader p {
    font-size: 1.3em;
  }
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

body.no-scroll {
  overflow: hidden;
}

.dots {
  width: 105px;
  height: 20px;
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
}
.dots .dotone, .dots .dottwo, .dots .dotthree {
  width: 12px;
  height: 12px;
  background: #47655b;
  border-radius: 999px;
  display: inline-block;
}
.dots .dotone {
  animation: dotsanimate 1s linear infinite;
}
.dots .dottwo {
  animation: dotsanimateopp 1s linear infinite;
  transform: scale(0.7);
  margin-left: 15px;
}
.dots .dotthree {
  animation: dotsanimate 1s linear infinite;
  margin-left: 15px;
}
@keyframes dotsanimate {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.7);
    opacity: 0.3;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes dotsanimateopp {
  0% {
    transform: scale(0.7);
    opacity: 0.3;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.7);
    opacity: 0.3;
  }
}

/*-----  End of Plugins  ------*/
/*================================
=            Partials            =
================================*/
/* Assets */
.spacing-small {
  height: 25px;
}

.spacing-medium {
  height: 50px;
}

.spacing-high {
  height: 75px;
}

.spacing-ultra {
  height: 100px;
}

/* No border-radius and white bg buttons */
a.a-btn {
  display: block;
  width: 200px;
  height: 40px;
  margin: 35px auto 0px;
  text-align: center;
  line-height: 40px;
  background: #47655b;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 1;
  border-radius: 99999px;
  transition: opacity 0.3s ease-in-out;
}
a.a-btn:hover {
  opacity: 0.8;
}

/* green buttons rounded corners*/
a.green-btn {
  display: block;
  width: 170px;
  height: 40px;
  border-radius: 20px;
  background: #47655b;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
  opacity: 1;
  transition: 0.2s opacity ease-in-out;
}
a.green-btn:hover {
  opacity: 0.7;
}

a.pdf-print {
  display: block;
  margin-top: 15px;
  font-size: 13px;
  color: #000;
  font-weight: 400;
}

div.green-btn {
  margin: 30px auto 0px;
  width: 170px;
}
div.green-btn a {
  display: block;
  width: 170px;
  height: 40px;
  border-radius: 20px;
  background: #47655b;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
  opacity: 1;
  transition: 0.2s opacity ease-in-out;
}
div.green-btn a:hover {
  opacity: 0.7;
}

/* white buttons rounded corners*/
a.white-btn {
  display: block;
  width: 170px;
  height: 40px;
  border-radius: 20px;
  background: #fff;
  color: #000;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
  transition: 0.2s opacity ease-in-out;
}
a.white-btn:hover {
  opacity: 0.7;
}

a.icon-btn {
  display: block;
  margin-top: 30px;
  text-align: center;
  text-decoration: none;
}
a.icon-btn img {
  display: inline-block;
  vertical-align: middle;
}
a.icon-btn span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  color: #47655b;
  transition: 0.4s ease;
}
a.icon-btn:hover span {
  color: #5c8376;
}

.page_container {
  max-width: 1416px;
  width: 90%;
  margin: auto;
}

.object-fit img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/* Shared */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 120px;
  z-index: 9999;
  background: #fff;
  transition: height 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #dadada;
}
@media screen and (max-width: 1250px) {
  header {
    height: 105px;
  }
}
@media screen and (max-width: 450px) {
  header {
    height: 90px;
  }
}
header .header-wrap {
  height: auto;
  margin: 0 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-wrap .header-spacing {
  height: 40px;
  position: relative;
  display: none;
}
@media screen and (max-width: 1250px) {
  header .header-wrap .header-spacing {
    height: initial;
  }
}
header .header-wrap .header-spacing .top-phone {
  width: 150px;
  height: 40px;
  background: #47655b;
  color: #fff;
  text-align: center;
  line-height: 40px;
  position: absolute;
  right: 35px;
  top: 0px;
}
header .header-wrap .header-spacing .top-phone img {
  display: block;
  float: left;
  width: 25px;
  margin-top: 6.5px;
  margin-left: 10px;
}
header .header-wrap .header-spacing .top-phone p {
  display: block;
  float: left;
  margin-left: 10px;
}
header .header-wrap div.logo {
  float: left;
  font-size: 22px;
  width: 20%;
}
header .header-wrap div.logo a {
  text-align: left;
}
header .header-wrap div.logo a .white {
  display: none;
}
@media screen and (max-width: 1250px) {
  header .header-wrap div.logo {
    width: auto;
  }
}
@media screen and (max-width: 1160px) {
  header .header-wrap div.logo {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1400px) {
  header .header-wrap div.logo img {
    width: 200px;
  }
}
header .header-wrap nav {
  float: left;
  height: auto;
  width: 80%;
}
@media screen and (max-width: 1160px) {
  header .header-wrap nav {
    position: fixed;
    z-index: 20;
    width: 100%;
    top: 106px;
    left: 0;
    margin: 0;
    transition: 400ms ease-in-out;
    transform: translate3d(-100%, 0, 0);
    height: 100%;
    min-height: calc(100vh - 60px);
    background: #fff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  header .header-wrap nav:after {
    content: " ";
    position: relative;
    height: 75px;
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 1160px) and (max-width: 450px) {
  header .header-wrap nav {
    top: 91px;
  }
}
header .header-wrap nav ul {
  height: 100%;
  width: auto;
  float: right;
}
@media screen and (max-width: 1160px) {
  header .header-wrap nav ul {
    text-align: center;
    float: none;
  }
}
@media screen and (max-width: 1160px) {
  header .header-wrap nav ul {
    height: auto;
  }
  header .header-wrap nav ul.mb-container {
    margin-bottom: 125px;
  }
}
header .header-wrap nav ul li {
  display: inline-block;
  height: 100%;
  margin: 0px 15px;
  position: relative;
  transition: background 0.4s ease-in-out;
}
header .header-wrap nav ul li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1400px) {
  header .header-wrap nav ul li {
    margin: 0px 12px;
  }
}
@media screen and (max-width: 1160px) {
  header .header-wrap nav ul li {
    display: block;
    margin: 0;
    background: #fff;
    border-bottom: 1px solid #dadada;
  }
  header .header-wrap nav ul li:last-child {
    border-bottom: none;
  }
}
@media screen and (min-width: 951px) {
  header .header-wrap nav ul li:hover > ul {
    max-height: 500px;
    height: auto;
  }
}
header .header-wrap nav ul li a {
  text-decoration: none;
  color: #262626;
  display: block;
  line-height: 71px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.2s color ease-in-out;
}
header .header-wrap nav ul li a:hover {
  color: #000;
}
@media screen and (max-width: 1400px) {
  header .header-wrap nav ul li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 1250px) {
  header .header-wrap nav ul li a {
    line-height: 55px;
  }
}
@media screen and (max-width: 1160px) {
  header .header-wrap nav ul li a {
    line-height: 65px;
    font-size: 18px;
    position: relative;
    text-align: left;
    text-indent: 35px;
  }
}
header .header-wrap nav ul li ul {
  max-height: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  background: #fff;
  left: 50%;
  margin-left: -60px;
  top: 70px;
  width: 120px;
  z-index: 9999;
  height: auto;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 1250px) {
  header .header-wrap nav ul li ul {
    top: 40px;
  }
}
@media screen and (max-width: 1160px) {
  header .header-wrap nav ul li ul {
    max-height: initial;
    height: initial;
    position: relative;
    left: 0px;
    top: 0px;
    width: 100% !important;
    background: none;
    margin-top: 0px;
    display: block;
    max-height: 1160px !important;
    height: auto;
    margin-left: 0;
  }
}
header .header-wrap nav ul li ul li {
  display: block;
  border-bottom: 1px solid #dadada;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  margin: 0;
  padding-right: 10px;
  padding-left: 10px;
  background: #fff;
}
@media screen and (max-width: 1160px) {
  header .header-wrap nav ul li ul li {
    background: none;
    border: none;
    padding: 0;
  }
}
header .header-wrap nav ul li ul li a {
  line-height: 1.3;
  padding: 15px 0px;
  font-size: 12.3px;
}
@media screen and (max-width: 1160px) {
  header .header-wrap nav ul li ul li a {
    font-size: 16px;
    text-indent: 55px;
  }
}
header .header-wrap nav .display-on-tabletlandscape {
  display: none;
  border-top: 1px solid #dadada;
}
@media screen and (max-width: 1160px) {
  header .header-wrap nav .display-on-tabletlandscape {
    display: block;
  }
  header .header-wrap nav .display-on-tabletlandscape ul li {
    background: #f8f8f8;
  }
}
header .header-wrap.sticky {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 99999;
  height: 60px;
  max-width: 100%;
  border-bottom: 1px solid #dadada;
}
header .header-wrap.sticky div.logo {
  display: none;
}
header .header-wrap.sticky div.logo a .white {
  display: none;
}
header .header-wrap.sticky div.logo a .normal {
  display: block;
}
header .header-wrap.sticky nav {
  width: 100%;
  margin-top: 0 !important;
}
header .header-wrap.sticky nav ul {
  width: 100%;
  text-align: center;
  float: none;
}
@media screen and (max-width: 1250px) {
  header .header-wrap.sticky nav ul {
    width: auto;
    float: left;
    margin-left: 10px;
  }
}
@media screen and (max-width: 1050px) {
  header .header-wrap.sticky nav ul {
    float: none;
    margin-left: 0;
    width: 100%;
  }
}
header .header-wrap.sticky nav li a {
  line-height: 60px;
  color: #8E8D8D !important;
}
header .header-wrap.sticky nav li a:hover {
  color: #000 !important;
}
header .header-wrap.sticky nav li ul {
  margin-left: -60px;
  top: 60px;
  width: 120px;
}
header .header-wrap.sticky nav li ul li a {
  font-size: 11.5px;
  padding: 0px !important;
  line-height: 50px;
}
header .header-wrap.sticky .header-spacing {
  height: 60px;
  position: absolute;
  float: none;
  right: 5px;
  top: 0;
  display: block;
}
@media screen and (max-width: 1050px) {
  header .header-wrap.sticky .header-spacing {
    display: none;
  }
}
header .header-wrap.sticky .header-spacing .top-phone {
  right: 0;
  top: 10px;
}
header.special-header {
  background: none;
  border-bottom: none;
  position: fixed;
  display: flex;
  align-items: center;
}
header.special-header.scrolled {
  background: #FFF;
}
header.special-header.scrolled .header-wrap .logo {
  margin-top: 0px;
}
header.special-header.scrolled .header-wrap .logo a .white {
  display: none !important;
}
header.special-header.scrolled .header-wrap .logo a .normal {
  display: block !important;
}
@media screen and (max-width: 950px) {
  header.special-header {
    background: #FFF;
  }
}
header.special-header .header-wrap .logo {
  margin-top: 10px;
}
@media screen and (max-width: 450px) {
  header.special-header .header-wrap .logo {
    margin-top: 0px;
  }
}
header.special-header .header-wrap .logo a .white {
  display: block !important;
}
@media screen and (max-width: 950px) {
  header.special-header .header-wrap .logo a .white {
    display: none !important;
  }
}
header.special-header .header-wrap .logo a .normal {
  display: none;
}
@media screen and (max-width: 950px) {
  header.special-header .header-wrap .logo a .normal {
    display: block !important;
  }
}
header.special-header .header-wrap nav ul li a {
  color: #FFF;
}
@media screen and (max-width: 1160px) {
  header.special-header .header-wrap nav ul li a {
    color: #000;
  }
}
header.special-header .header-wrap nav ul li a:hover {
  color: #e6e6e6;
}
@media screen and (max-width: 1160px) {
  header.special-header .header-wrap nav ul li a:hover {
    color: #1a1a1a;
  }
}
header.special-header .header-wrap nav ul li ul li a {
  color: #8E8D8D;
}
header.special-header .header-wrap nav ul li ul li a:hover {
  color: #000;
}
header .topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 35px;
  height: 50px;
  border-bottom: 1px solid rgba(43, 43, 43, 0.25);
}
@media screen and (max-width: 450px) {
  header .topbar {
    height: 35px;
  }
}
header .topbar .topbar-container {
  display: flex;
  flex-shrink: 0;
}
@media screen and (max-width: 450px) {
  header .topbar .topbar-container {
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
header .topbar .topbar-container a {
  color: #47655b;
  transition: 0.2s color ease-in-out;
  text-decoration: none;
  font-weight: 400;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1250px) {
  header .topbar .topbar-container a {
    font-size: 15px;
  }
}
@media screen and (max-width: 450px) {
  header .topbar .topbar-container a {
    font-size: 14px;
    letter-spacing: -0.2px;
  }
}
header .topbar .topbar-container a:hover {
  color: #324740;
}
@media screen and (min-width: 451px) {
  header .topbar .topbar-container a:not(:first-of-type) {
    border-left: 1px solid rgba(43, 43, 43, 0.25);
    margin-left: 10px;
    padding-left: 10px;
  }
}
header .topbar .topbar-container a img {
  width: 14px;
  height: auto;
  margin-right: 8px;
}
@media screen and (max-width: 450px) {
  header .topbar .topbar-container a img {
    margin-right: 5px;
  }
}
@media screen and (max-width: 450px) {
  header .topbar .topbar-container a.tel img {
    width: 13px;
  }
}
@media screen and (max-width: 1160px) {
  header .topbar ul.topbar-menu {
    display: none;
  }
}
header .topbar ul.menu {
  display: flex;
}
header .topbar ul.menu li.menu-item {
  display: inline-block;
  height: 100%;
}
header .topbar ul.menu li.menu-item.current-menu-item a {
  color: #262626;
}
header .topbar ul.menu li.menu-item:not(:last-of-type) {
  margin-right: 24px;
}
header .topbar ul.menu li.menu-item a {
  text-decoration: none;
  color: #888888;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  transition: 0.2s color ease-in-out;
}
header .topbar ul.menu li.menu-item a:hover {
  color: #262626;
}
@media screen and (max-width: 1250px) {
  header .topbar ul.menu li.menu-item a {
    font-size: 13px;
  }
}
header .info-bar {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 5%;
  text-align: center;
  transform: translateY(-100%);
  z-index: 15;
  background: #47655b;
}
@media (max-width: 600px) {
  header .info-bar {
    display: none;
  }
}
header .info-bar a {
  color: #fff;
  text-decoration: none;
}
header .info-bar a:hover {
  text-decoration: underline;
}

div.fold_out {
  position: absolute;
  display: none;
  top: 0;
  left: 15px;
  height: 80px;
  width: 50px;
}
div.fold_out .line-one {
  display: block;
  width: 2px;
  height: 15px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: dimgray;
}
div.fold_out .line-two {
  width: 2px;
  height: 15px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: dimgray;
  transform: rotate(90deg);
}

div.fold_out.folded .line-one {
  display: none;
}

.pull_menu {
  display: none;
  position: absolute;
  transition: 400ms ease-in-out;
  transform: translate3d(0, 0, 0);
  width: 50px;
  height: 50px;
  top: 52px;
  right: 25px;
  color: #4B4C4C;
  z-index: 999999;
  cursor: pointer;
}
@media screen and (max-width: 1160px) {
  .pull_menu {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .pull_menu {
    top: 37px;
  }
}

.pull_menu .line-1, .pull_menu .line-2, .pull_menu .line-3 {
  width: 60%;
  height: 4px;
  background: #4B4C4C;
  margin: 0 auto;
  margin-top: 6px;
}

.pull_menu .line-1 {
  margin-top: 13px;
}

nav.pull_menu_in_out {
  transform: translate3d(0, 0, 0) !important;
}

.pull_menu_icon {
  transform: translate3d(249px, 0, 0) !important;
}

.push_wrap {
  transform: translate3d(250px, 0, 0) !important;
}

.line-1, .line-2, .line-3 {
  position: relative;
  width: 30px;
  top: 0;
  opacity: 1;
  height: 3px;
  background: #fff;
  margin-top: 5px;
  transform: rotate(0deg);
  transition: transform 300ms ease, top 300ms 200ms ease, opacity 300ms 200ms;
}

.line-1-animate {
  transform: rotate(45deg);
  position: relative;
  top: 10px;
  transition: transform 300ms 300ms ease, top 300ms ease;
}

.line-2-remove {
  opacity: 0;
  transition: opacity 300 300ms ease;
}

.line-3-animate {
  transform: rotate(-45deg);
  top: -10px;
  transition: transform 300ms 300ms ease, top 300ms ease;
}

footer {
  width: 100%;
  background: #252525;
  padding-bottom: 10px;
  text-align: center;
  position: relative;
}
footer li {
  z-index: 9;
  position: relative;
  list-style-type: none;
  padding-top: 20px;
}
@media screen and (max-width: 890px) {
  footer .textwidget {
    margin-top: 50px;
  }
}
footer .footer-block {
  height: 210px;
  display: table;
  float: left;
  width: 33.3%;
}
@media screen and (max-width: 890px) {
  footer .footer-block {
    float: none;
    width: 100%;
    height: 50px;
    margin-top: 30px;
  }
  footer .footer-block:nth-child(3) {
    height: 150px;
    margin-bottom: 30px;
  }
}
footer .footer-block .footer-cell {
  display: table-cell;
  vertical-align: middle;
}
footer .footer-block .footer-cell img {
  display: block;
  margin: 0 auto;
}
footer .footer-block .footer-cell .phone-number {
  width: 280px;
  margin: 20px auto 0px;
  padding: 10px 0px;
  color: #FFFFFF;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
}
footer .footer-block .footer-cell.socials {
  text-align: center;
}
footer .footer-block .footer-cell.socials .social-media-icon {
  display: inline-block;
  width: 50px;
  opacity: 0.5;
  transition: 0.3s opacity ease-in-out;
}
footer .footer-block .footer-cell.socials .social-media-icon:hover {
  opacity: 1;
}
footer img.footer-logo {
  width: 280px;
}
@media screen and (max-width: 450px) {
  footer img.footer-logo {
    width: 220px;
  }
}
footer div.info-rapport {
  display: inline-block;
}
footer div.info-rapport p {
  color: #909294;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  font-size: 0.8em;
  float: left;
  line-height: 33px;
  margin-right: 20px;
  letter-spacing: 1px;
}
@media screen and (max-width: 780px) {
  footer div.info-rapport p {
    float: none;
    width: 100%;
  }
}
footer div.info-rapport p a {
  float: none;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  margin: 0;
}
footer div.info-rapport a {
  float: left;
}
@media screen and (max-width: 780px) {
  footer div.info-rapport a {
    float: none;
    width: 100%;
    display: block;
    margin: 20px auto;
  }
}
@media screen and (max-width: 780px) {
  footer div.info-rapport #info-rapport__extra-tel {
    display: none;
  }
}
footer .animateMeTop {
  top: 10px !important;
  opacity: 1 !important;
}
footer .arrowup:nth-child(2) {
  transition: all 400ms 1200ms ease-in-out;
}
footer .animatescrolltotop {
  height: 130px !important;
  border-radius: 130px !important;
  top: -50px !important;
}
footer .scrollToTop {
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 130px;
  height: 0px;
  background-color: #252525;
  top: -10px;
  border-radius: 0px;
  z-index: 9;
  transition: all 400ms ease-in-out;
  display: none;
}
footer .scrollToTop .arrowup {
  position: relative;
  margin-top: 10px;
  height: 1px;
  top: 30px;
  opacity: 0;
  left: 58px;
  transition: all 400ms 400ms ease-in-out;
}
footer .scrollToTop .arrowup:nth-child(odd) {
  transition: all 600ms 400ms ease-in-out;
}
footer .scrollToTop .arrowup .line-1-up, footer .scrollToTop .arrowup .line-2-up {
  width: 2px;
  height: 20px;
  position: absolute;
  background: #fff;
  transform: rotate(45deg);
}
footer .scrollToTop .arrowup .line-2-up {
  transform: rotate(-45deg);
  left: 13.5px;
}

.textblock {
  width: 100%;
  height: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  background: #fff;
  text-align: center;
}
.textblock.border-top {
  border-top: 1px solid #dadada;
}
.textblock.border-bottom {
  border-bottom: 1px solid #dadada;
}
.textblock p.teaser {
  text-align: center;
  color: #262626;
  font-size: 2.7em;
  text-transform: uppercase;
  margin: 10px auto 20px;
  max-width: 95%;
  word-spacing: 10px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 660px) {
  .textblock p.teaser {
    font-size: 1.5em;
    line-height: 1.5;
  }
}
.textblock div.breaker {
  width: 200px;
  height: 1px;
  background: #252525;
  margin: 10px auto 20px;
}
.textblock h1, .textblock h2, .textblock h3 {
  text-align: center;
  color: #000;
  font-size: 1.4em;
  font-weight: 400;
}
.textblock p {
  text-align: center;
  color: #555;
  font-size: 17px;
  width: 700px;
  max-width: 90%;
  margin: 0 auto;
  line-height: 1.5;
  font-weight: 300;
}
.textblock .video-wrap {
  width: 100%;
  margin: 70px auto 0px;
  font-size: 0;
  text-align: center;
}
.textblock .video-wrap p {
  display: none;
}
.textblock .video-wrap .video {
  width: 413px;
  max-width: 95%;
  display: inline-block;
  margin: 0px 10px 40px;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .textblock .video-wrap .video {
    margin: 0px 0px 40px;
  }
}
.textblock .video-wrap .video:hover {
  opacity: 0.7;
}
.textblock .video-wrap .video a {
  text-decoration: none;
}
.textblock .video-wrap .video p {
  display: block;
  margin-top: 10px;
}
.textblock .video-wrap .video p.hidden-link {
  display: none;
}
.textblock .video-wrap .video img {
  max-width: 100%;
  height: auto;
}
.textblock div.green-btn {
  text-align: center;
  width: auto;
  margin: 30px auto 0px;
}
.textblock div.green-btn a {
  display: inline-block;
  padding: 0px 25px;
  vertical-align: top;
  min-width: 170px;
  width: auto;
  text-transform: initial;
}

div.number-block {
  background: #f4f4f4;
  padding-top: 50px;
  width: 100%;
  text-align: center;
  padding-bottom: 50px;
  border-bottom: 1px solid #dadada;
}
div.number-block .number-item {
  display: inline-block;
  width: 270px;
  max-width: 95%;
}
@media screen and (max-width: 1105px) {
  div.number-block .number-item {
    margin-bottom: 100px;
    width: 49%;
  }
}
@media screen and (max-width: 570px) {
  div.number-block .number-item {
    width: 100%;
  }
}
div.number-block .number-item h4, div.number-block .number-item h5 {
  color: #2a2a2a;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}
div.number-block .number-item p {
  color: #2a2a2a;
  font-size: 3em;
  margin: 25px auto;
}

.cover {
  height: 400px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover !important;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  transition: background-image 0.2s ease-in-out;
}
@media screen and (max-width: 950px) {
  .cover {
    margin-top: 61px;
    height: 260px;
  }
}
@media screen and (max-width: 550px) {
  .cover {
    height: 180px;
  }
}
.cover.cover-large {
  height: 100vh;
  /* If admin bar is present, avoid overlap*/
}
@media screen and (max-width: 950px) {
  .cover.cover-large {
    height: calc(100vh - 61px);
  }
}
body.admin-bar .cover.cover-large {
  height: calc(100vh - 32px);
}
@media screen and (max-width: 950px) {
  body.admin-bar .cover.cover-large {
    height: calc(100vh - 93px);
  }
}
@media screen and (max-width: 782px) {
  body.admin-bar .cover.cover-large {
    height: calc(100vh - 107px);
  }
}
.cover.cover-large .images .img {
  min-height: 100%;
}
.cover.cover-large .images .img img {
  min-height: 100%;
}
.cover.cover-large .book-now {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  height: 40px;
  background: rgba(0, 0, 0, 0.8);
  color: #FFF;
  width: auto;
  border-radius: 15px 15px 0 0;
  z-index: 10;
  text-decoration: none;
}
.cover.cover-large .book-now p {
  padding: 0px 50px;
  width: auto;
}
.cover .images {
  z-index: 1;
}
.cover .images img, .cover .images picture {
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 400px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  display: block;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}
@media screen and (min-width: 1800px) {
  .cover .images img, .cover .images picture {
    width: 100%;
  }
}
.cover .images .img.active {
  opacity: 1;
}
.cover .images .img.active img {
  opacity: 1;
}
@media screen and (max-width: 950px) {
  .cover .images.fixed-height img, .cover .images.fixed-height picture {
    height: 260px;
    min-height: initial;
  }
}
@media screen and (max-width: 550px) {
  .cover .images.fixed-height img, .cover .images.fixed-height picture {
    height: 180px;
  }
}
.cover .table {
  position: relative;
  z-index: 9;
}
.cover h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.cover h2:before {
  content: "";
  width: 30px;
  margin-right: 20px;
  opacity: 1;
  display: inline-block;
  height: 1px;
  background: #FFF;
  z-index: 10;
}
.cover h2:after {
  content: "";
  width: 30px;
  margin-left: 20px;
  opacity: 1;
  display: inline-block;
  height: 1px;
  background: #FFF;
  z-index: 10;
}
.cover h1 {
  color: #fff;
  font-size: 3em;
  text-transform: uppercase;
  letter-spacing: 5px;
  max-width: 93%;
  margin: 0 auto;
  text-shadow: 3px 3px 10px #262626;
}
@media screen and (max-width: 600px) {
  .cover h1 {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 450px) {
  .cover h1 {
    font-size: 1.4em;
  }
}
.cover p {
  color: #fff;
  font-size: 1.1em;
  width: 95%;
  max-width: 600px;
  margin: 10px auto 30px;
  line-height: 1.3;
  font-weight: 400;
  text-shadow: 3px 3px 10px #262626;
}
@media screen and (max-width: 550px) {
  .cover p {
    font-size: 0.9em;
    line-height: 1.5;
    margin: 8px auto 0px;
  }
}
@media screen and (max-width: 550px) {
  .cover a.a-btn {
    margin: 15px auto 0px;
  }
}
.cover a.cover-btn {
  display: block;
  margin: 20px auto 0;
  width: 170px;
  height: 40px;
  border-radius: 20px;
  background: #fff;
  color: #000;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
  transition: 0.2s background ease-in-out, 0.2s color ease-in-out;
}
.cover a.cover-btn:hover {
  background: #47655b;
  color: #fff;
}

div.pdf-section {
  width: 100%;
  height: auto;
  background: #f4f4f4;
  border-bottom: 1px solid #dadada;
  text-align: center;
}
div.pdf-section .pdf-wrap {
  height: 100%;
  width: auto;
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: inline-block;
}
@media screen and (max-width: 1620px) {
  div.pdf-section .pdf-wrap {
    max-width: 1280px;
  }
}
@media screen and (max-width: 1300px) {
  div.pdf-section .pdf-wrap {
    width: 960px;
  }
}
@media screen and (max-width: 1000px) {
  div.pdf-section .pdf-wrap {
    width: 640px;
  }
}
@media screen and (max-width: 650px) {
  div.pdf-section .pdf-wrap {
    width: 100%;
  }
}
div.pdf-section .pdf-wrap .pdf {
  float: left;
  height: 471px;
  width: 290px;
  max-width: 95%;
  margin: 15px 15px 15px;
  background: #fff;
  opacity: 1;
  cursor: pointer;
  transition: 0.2s opacity ease-in-out;
}
@media screen and (max-width: 1300px) {
  div.pdf-section .pdf-wrap .pdf {
    height: 410px;
  }
}
@media screen and (max-width: 650px) {
  div.pdf-section .pdf-wrap .pdf {
    margin: 15px auto;
    float: none;
  }
}
@media screen and (min-width: 1300px) {
  div.pdf-section .pdf-wrap .pdf:hover {
    opacity: 0.6;
  }
}
div.pdf-section .pdf-wrap .pdf a {
  text-decoration: none;
  color: inherit;
}
div.pdf-section .pdf-wrap .pdf .top-pdf {
  padding: 10px;
  height: 350px;
  border-bottom: 1px solid #dadada;
}
@media screen and (max-width: 1300px) {
  div.pdf-section .pdf-wrap .pdf .top-pdf {
    height: 290px;
  }
}
div.pdf-section .pdf-wrap .pdf .top-pdf .header-img {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
div.pdf-section .pdf-wrap .pdf .top-pdf .header-img img {
  width: 100%;
}
div.pdf-section .pdf-wrap .pdf .top-pdf p {
  color: dimgray;
  text-align: left;
  font-size: 0.9em;
  line-height: 1.5;
  font-weight: 300;
  max-height: 105px;
  overflow: hidden;
}
div.pdf-section .pdf-wrap .pdf .bottom-pdf .top {
  border-bottom: 1px solid #dadada;
  height: 50px;
  display: table;
  width: 100%;
  vertical-align: middle;
}
div.pdf-section .pdf-wrap .pdf .bottom-pdf .top h4 {
  color: #000;
  font-weight: 700;
  font-size: 1em;
  max-width: 90%;
  margin: 0 auto;
  letter-spacing: 1px;
  text-transform: uppercase;
}
div.pdf-section .pdf-wrap .pdf .bottom-pdf .top .item {
  display: inline-block;
  width: 25%;
  text-align: center;
  font-size: 17px;
  line-height: 50px;
}
div.pdf-section .pdf-wrap .pdf .bottom-pdf .top .item img {
  display: block;
  margin: 0 auto;
  position: relative;
  top: 3px;
}
div.pdf-section .pdf-wrap .pdf .bottom-pdf .low-bottom {
  height: 50px;
  width: 100%;
  position: relative;
}
div.pdf-section .pdf-wrap .pdf .bottom-pdf .low-bottom .item.first-item {
  background: #fff;
  font-size: 1.1em;
  width: 45%;
}
@media screen and (max-width: 310px) {
  div.pdf-section .pdf-wrap .pdf .bottom-pdf .low-bottom .item.first-item {
    width: 30%;
  }
}
div.pdf-section .pdf-wrap .pdf .bottom-pdf .low-bottom .item.first-item:after {
  position: absolute;
  content: " ";
  right: -27px;
  z-index: 9;
  top: 0;
  width: 0;
  height: 0;
  border-left: 27px solid transparent;
  border-right: 27px solid transparent;
  border-top: 27px solid #fff;
}
div.pdf-section .pdf-wrap .pdf .bottom-pdf .low-bottom .item {
  float: left;
  text-align: center;
  line-height: 50px;
  background: #e8e8e8;
  font-size: 0.9em;
  position: relative;
}
div.pdf-section .pdf-wrap .pdf .bottom-pdf .low-bottom .item.udsolgt {
  background: #47655b;
  color: #fff;
}
div.pdf-section .pdf-wrap .pdf .bottom-pdf .low-bottom .item.last-item {
  width: 55%;
  text-indent: 15px;
  height: 100%;
}
@media screen and (max-width: 310px) {
  div.pdf-section .pdf-wrap .pdf .bottom-pdf .low-bottom .item.last-item {
    width: 70%;
  }
}
div.pdf-section .pdf-wrap .pdf .bottom-pdf .low-bottom .item.last-item:before {
  position: absolute;
  content: " ";
  left: -27px;
  z-index: 9;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 27px solid transparent;
  border-right: 27px solid transparent;
  border-bottom: 27px solid #fff;
}

div.grid-blocks {
  width: 100%;
}
div.grid-blocks.borders {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
div.grid-blocks .first-block, div.grid-blocks .second-block {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 1000px) {
  div.grid-blocks .first-block, div.grid-blocks .second-block {
    height: auto;
  }
}
div.grid-blocks .first-block .left-block, div.grid-blocks .first-block .right-block, div.grid-blocks .second-block .left-block, div.grid-blocks .second-block .right-block {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
  background-size: cover !important;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  div.grid-blocks .first-block .left-block, div.grid-blocks .first-block .right-block, div.grid-blocks .second-block .left-block, div.grid-blocks .second-block .right-block {
    width: 100%;
    float: none;
    height: auto;
    padding: 70px 0px;
  }
}
div.grid-blocks .first-block .left-block img.large-text-img, div.grid-blocks .first-block .right-block img.large-text-img, div.grid-blocks .second-block .left-block img.large-text-img, div.grid-blocks .second-block .right-block img.large-text-img {
  position: absolute;
  width: auto;
  height: auto;
  min-height: 450px;
  min-width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  margin: auto;
  transform: translateX(-50%);
}
@media screen and (max-width: 1000px) {
  div.grid-blocks .first-block .left-block.img-block, div.grid-blocks .first-block .right-block.img-block, div.grid-blocks .second-block .left-block.img-block, div.grid-blocks .second-block .right-block.img-block {
    min-height: 200px;
  }
}
@media screen and (max-width: 500px) {
  div.grid-blocks .first-block .left-block, div.grid-blocks .first-block .right-block, div.grid-blocks .second-block .left-block, div.grid-blocks .second-block .right-block {
    min-height: 200px;
  }
}
div.grid-blocks .first-block .left-block h3, div.grid-blocks .first-block .right-block h3, div.grid-blocks .second-block .left-block h3, div.grid-blocks .second-block .right-block h3 {
  width: 90%;
  max-width: 600px;
  margin: 0 auto 20px;
  text-align: left;
  font-size: 1.5em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
div.grid-blocks .first-block .left-block h3 a, div.grid-blocks .first-block .right-block h3 a, div.grid-blocks .second-block .left-block h3 a, div.grid-blocks .second-block .right-block h3 a {
  text-decoration: none;
  color: inherit;
}
div.grid-blocks .first-block .left-block h4, div.grid-blocks .first-block .right-block h4, div.grid-blocks .second-block .left-block h4, div.grid-blocks .second-block .right-block h4 {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
  line-height: 1.5;
  color: #000;
  font-size: 1.3em;
  margin-top: 15px;
}
div.grid-blocks .first-block .left-block p, div.grid-blocks .first-block .right-block p, div.grid-blocks .second-block .left-block p, div.grid-blocks .second-block .right-block p {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
  line-height: 1.5;
  color: dimgray;
  font-size: 1em;
}
div.grid-blocks .first-block .left-block ul, div.grid-blocks .first-block .right-block ul, div.grid-blocks .second-block .left-block ul, div.grid-blocks .second-block .right-block ul {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
  line-height: 1.5;
  color: dimgray;
  font-size: 1em;
}
div.grid-blocks .first-block .left-block ul li, div.grid-blocks .first-block .right-block ul li, div.grid-blocks .second-block .left-block ul li, div.grid-blocks .second-block .right-block ul li {
  list-style: initial;
  margin-left: 20px;
}
div.grid-blocks .first-block .left-block .cta-btn, div.grid-blocks .first-block .right-block .cta-btn, div.grid-blocks .second-block .left-block .cta-btn, div.grid-blocks .second-block .right-block .cta-btn {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}
div.grid-blocks .first-block .left-block .cta-btn a.green-btn, div.grid-blocks .first-block .right-block .cta-btn a.green-btn, div.grid-blocks .second-block .left-block .cta-btn a.green-btn, div.grid-blocks .second-block .right-block .cta-btn a.green-btn {
  padding: 0px 20px;
  width: auto;
  display: inline-block;
  margin: 20px 0px 0px;
  min-width: 130px;
  height: auto;
  line-height: 34px;
  font-size: 15px;
}
@media screen and (max-width: 1000px) {
  div.grid-blocks .etageoversigt .table {
    height: 300px;
  }
}
@media screen and (max-width: 500px) {
  div.grid-blocks .etageoversigt .table {
    height: 200px;
  }
}
div.grid-blocks .left-block.etageoversigt {
  width: 50%;
  position: relative;
  background: #47655b;
  background-image: url("../../img/etageoversigt.png");
  background-repeat: no-repeat;
  background-position: 0px 50px;
  background-size: 280px !important;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  div.grid-blocks .left-block.etageoversigt {
    float: none;
    width: 100%;
  }
}
div.grid-blocks .left-block.etageoversigt img {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -165.5px;
}
div.grid-blocks .left-block.etageoversigt h3, div.grid-blocks .left-block.etageoversigt p {
  color: #fff !important;
  text-align: center !important;
}
div.grid-blocks .left-block.etageoversigt h3 {
  font-size: 2em !important;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 400px) {
  div.grid-blocks .left-block.etageoversigt h3 {
    font-size: 1.5em !important;
  }
}
div.grid-blocks .left-block.etageoversigt p {
  text-transform: uppercase;
}
div.grid-blocks .left-block.etageoversigt a.white-btn {
  margin: 20px auto 0px;
}

.personale {
  width: 100%;
  min-height: 400px;
  background: #f4f4f4;
}
.personale .staff-wrap {
  text-align: center;
  font-size: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1040px) {
  .personale .staff-wrap {
    text-align: left;
    width: 678px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 690px) {
  .personale .staff-wrap {
    text-align: center;
    width: 100%;
  }
}
.personale .staff-wrap .staff {
  display: inline-block;
  width: 297px;
  height: 395px;
  padding-bottom: 20px;
  background: #fff;
  border: 1px solid #dadada;
  margin: 0px 20px 20px;
  overflow: hidden;
  vertical-align: top;
}
@media screen and (max-width: 350px) {
  .personale .staff-wrap .staff {
    width: 95%;
    height: auto;
    display: block;
    margin: 0 auto 20px;
    overflow: visible;
  }
}
.personale .staff-wrap .staff img {
  display: block;
  min-width: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 200px;
}
.personale .staff-wrap .staff .text-wrap {
  padding: 20px 20px 0px;
  text-align: left;
  max-height: 225px;
  overflow: hidden;
}
@media screen and (max-width: 350px) {
  .personale .staff-wrap .staff .text-wrap {
    overflow: visible;
    max-height: initial;
  }
}
.personale .staff-wrap .staff .text-wrap h3 {
  font-size: 16px;
  color: #2a2a2a;
  text-transform: uppercase;
}
.personale .staff-wrap .staff .text-wrap h4 {
  font-size: 14px;
  font-weight: 400;
  margin: 8px 0px 16px;
  text-transform: uppercase;
  color: dimgray;
}
.personale .staff-wrap .staff .text-wrap p {
  font-size: 13px;
  color: dimgray;
  line-height: 1.5;
  font-weight: 400;
}

div.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
div.modal-overlay .table.autoWidth {
  width: auto;
  margin: 0 auto;
}
div.modal-overlay div.modal-box div.inner-modal {
  opacity: 0;
  position: relative;
  background: #fff;
  width: 100%;
  margin: 0 auto;
  width: 90%;
  height: auto;
  max-width: 715px;
  transform: translate3d(0, 200px, 0);
  transition: 0.3s transform ease-in-out, 0.2s opacity ease-in-out;
}
@media screen and (max-width: 700px) {
  div.modal-overlay div.modal-box div.inner-modal {
    max-width: 365px;
  }
}
div.modal-overlay div.modal-box div.inner-modal.img-modal {
  max-width: 90%;
  max-height: 90vh;
  height: auto;
  width: auto;
  background: none;
}
div.modal-overlay div.modal-box div.inner-modal.img-modal .modal-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  width: auto;
  overflow: hidden;
  margin: 0 auto;
  max-width: 90%;
}
div.modal-overlay div.modal-box div.inner-modal.img-modal .modal-content img {
  max-width: 100%;
  max-height: 90vh;
  height: auto;
}
div.modal-overlay div.modal-box div.inner-modal .modal-content {
  width: 100%;
  height: 400px;
  z-index: 99;
  position: relative;
}
div.modal-overlay div.modal-box div.inner-modal .modal-content iframe {
  width: 100%;
  height: 100%;
  max-width: 100%;
}
@media screen and (max-width: 700px) {
  div.modal-overlay div.modal-box div.inner-modal .modal-content {
    height: 200px;
  }
}
div.modal-overlay div.modal-box div.inner-modal.disp {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

div.modal-overlay.disp {
  opacity: 1;
}

.galleri-arrow {
  background: url("../../img/arrow.png");
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999999999;
  width: 40px;
  height: 40px;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  left: 50px;
}

.arw-right {
  transform: rotate(180deg);
  left: auto;
  right: 50px;
}

div.intro-blocks {
  width: 100%;
  padding: 50px 0px;
}
div.intro-blocks.borders {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
div.intro-blocks div.inner {
  width: 95%;
  max-width: 1500px;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}
div.intro-blocks div.inner div.block {
  display: inline-block;
  position: relative;
  width: 300px;
  height: 300px;
  margin: 15px;
  background-size: cover !important;
  opacity: 1;
  transition: 0.2s ease;
}
@media screen and (max-width: 420px) {
  div.intro-blocks div.inner div.block {
    width: 100%;
    margin: 15px 0px;
  }
}
@media screen and (min-width: 1300px) {
  div.intro-blocks div.inner div.block:hover {
    opacity: 0.8;
  }
}
div.intro-blocks div.inner div.block a {
  display: block;
  width: 100%;
  height: 100%;
}
div.intro-blocks div.inner div.block div.block-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: rgba(71, 101, 91, 0.8);
  text-align: center;
}
div.intro-blocks div.inner div.block div.block-footer h4 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

div.image-wall {
  padding: 30px 0px;
  font-size: 0;
}
div.image-wall div.image {
  height: 220px;
  width: 20%;
  display: inline-block;
  vertical-align: top;
  background-size: cover !important;
}
@media screen and (max-width: 1050px) {
  div.image-wall div.image {
    width: 50%;
  }
  div.image-wall div.image:last-of-type {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  div.image-wall div.image {
    width: 100%;
  }
}

div.wedding-prices {
  width: 100%;
  padding: 0px 0px 30px;
}
div.wedding-prices.height-boost div.inner div.block {
  height: 755px;
}
@media screen and (max-width: 500px) {
  div.wedding-prices.height-boost div.inner div.block {
    height: auto;
  }
}
div.wedding-prices div.inner {
  width: 100%;
  font-size: 0;
  text-align: center;
  margin: 0 auto;
}
div.wedding-prices div.inner div.block {
  font-size: initial;
  display: inline-block;
  margin: 15px;
  border: 1px solid #dadada;
  width: 450px;
  padding-bottom: 10px;
  max-width: 97%;
  height: 510px;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 1500px) {
  div.wedding-prices div.inner div.block {
    margin: 5px;
  }
}
@media screen and (max-width: 1400px) {
  div.wedding-prices div.inner div.block {
    width: 420px;
  }
}
@media screen and (max-width: 1320px) {
  div.wedding-prices div.inner div.block {
    width: 400px;
  }
}
@media screen and (max-width: 1250px) {
  div.wedding-prices div.inner div.block {
    margin: 15px;
    width: 420px;
  }
}
@media screen and (max-width: 500px) {
  div.wedding-prices div.inner div.block {
    margin: 10px 0px;
    height: auto;
  }
}
div.wedding-prices div.inner div.block div.cover-img {
  height: 200px;
  width: 100%;
  position: relative;
  background-size: cover !important;
}
div.wedding-prices div.inner div.block div.cover-img div.sale {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 30px;
  background: rgba(71, 101, 91, 0.9);
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
}
div.wedding-prices div.inner div.block div.cover-img div.sale p {
  color: #fff;
  font-size: 15px;
}
div.wedding-prices div.inner div.block div.content {
  padding: 20px;
}
@media screen and (max-width: 1400px) {
  div.wedding-prices div.inner div.block div.content {
    padding: 15px;
  }
}
@media screen and (max-width: 500px) {
  div.wedding-prices div.inner div.block div.content {
    padding: 15px 9px;
  }
}
div.wedding-prices div.inner div.block div.content h4 {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 15px;
}
div.wedding-prices div.inner div.block div.content ul {
  margin-left: 17px;
}
div.wedding-prices div.inner div.block div.content ul li {
  position: relative;
  margin-bottom: 9px;
  font-size: 15px;
  line-height: 1.2;
}
@media screen and (max-width: 500px) {
  div.wedding-prices div.inner div.block div.content ul li {
    font-size: 13px;
  }
}
div.wedding-prices div.inner div.block div.content ul li:before {
  content: "-";
  position: absolute;
  display: block;
  top: 0;
  left: -14px;
}
div.wedding-prices div.inner div.block div.content div.pricing {
  position: relative;
  margin-bottom: 12px;
}
div.wedding-prices div.inner div.block div.content div.pricing div.pricing-desc {
  float: left;
  max-width: 60%;
  background: #fff;
  position: relative;
  z-index: 9;
  font-size: 15px;
  padding-right: 2px;
}
@media screen and (max-width: 1400px) {
  div.wedding-prices div.inner div.block div.content div.pricing div.pricing-desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  div.wedding-prices div.inner div.block div.content div.pricing div.pricing-desc {
    font-size: 12px;
  }
}
div.wedding-prices div.inner div.block div.content div.pricing div.dots {
  position: absolute;
  bottom: 1px;
  left: 0px;
  border-top: 1px dotted #000;
  width: 100%;
  z-index: 1;
  height: 1px;
}
div.wedding-prices div.inner div.block div.content div.pricing div.price {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  background: #fff;
  z-index: 9;
  font-size: 15px;
  padding-left: 2px;
}
@media screen and (max-width: 1400px) {
  div.wedding-prices div.inner div.block div.content div.pricing div.price {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  div.wedding-prices div.inner div.block div.content div.pricing div.price {
    font-size: 12px;
  }
}
div.wedding-prices div.inner div.block div.content div.footer-pricing {
  margin-top: 22px;
}
div.wedding-prices div.inner div.block div.content div.footer-pricing div.price {
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 4px;
}
div.wedding-prices div.inner div.block div.content div.footer-pricing div.extra-info {
  font-size: 14px;
  line-height: 1.3;
}

div.pdf-kontaktform div.kontaktinfo {
  padding-bottom: 70px;
}
div.pdf-kontaktform div.kontaktinfo h2 {
  margin-top: 40px;
}

div.text-image-boxes {
  font-size: 0;
  width: 99%;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  div.text-image-boxes {
    width: 100%;
    text-align: center;
  }
}
div.text-image-boxes div.ti-box {
  display: inline-block;
  vertical-align: top;
  width: 32.33%;
  height: 400px;
  background: #f7f7f7;
  position: relative;
  margin-bottom: 1%;
  overflow: hidden;
  margin: 0 0.5% 1% 0.5%;
}
@media screen and (max-width: 1550px) {
  div.text-image-boxes div.ti-box {
    height: 300px;
  }
}
@media screen and (max-width: 1100px) {
  div.text-image-boxes div.ti-box {
    width: 49%;
  }
}
@media screen and (max-width: 700px) {
  div.text-image-boxes div.ti-box {
    width: 98%;
  }
}
@media screen and (max-width: 500px) {
  div.text-image-boxes div.ti-box {
    height: 250px;
  }
}
div.text-image-boxes div.ti-box img {
  position: absolute;
  width: auto;
  height: auto;
  min-height: 400px;
  min-width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  margin: auto;
  transform: translateX(-50%) scale(1);
  z-index: 10;
  transition: 0.8s ease;
}
@media screen and (max-width: 1550px) {
  div.text-image-boxes div.ti-box img {
    max-height: 100%;
    min-height: 100%;
  }
}
@media screen and (max-width: 700px) {
  div.text-image-boxes div.ti-box img {
    max-height: 10000px;
  }
}
div.text-image-boxes div.ti-box div.content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: rgba(64, 64, 64, 0.5);
  text-align: center;
  z-index: 19;
  transition: 0.4s ease;
}
div.text-image-boxes div.ti-box div.content h3 {
  color: #fff;
  font-size: 20px;
}
div.text-image-boxes div.ti-box:hover img {
  transform: translateX(-50%) scale(1.1);
}
div.text-image-boxes div.ti-box:hover div.content {
  background: rgba(64, 64, 64, 0.8);
}

div.image-mosaik {
  font-size: 0;
  width: 99.5%;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  div.image-mosaik {
    width: 98%;
    margin-top: 64px;
  }
}
div.image-mosaik div.mosaik-img {
  width: 24.5%;
  height: 250px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  margin: 0.25%;
}
div.image-mosaik div.mosaik-img:nth-of-type(1), div.image-mosaik div.mosaik-img:nth-of-type(2), div.image-mosaik div.mosaik-img:nth-of-type(3), div.image-mosaik div.mosaik-img:nth-of-type(4) {
  margin: 0 0.25% 0.25%;
}
@media screen and (max-width: 1500px) {
  div.image-mosaik div.mosaik-img {
    width: 32.83%;
  }
  div.image-mosaik div.mosaik-img:nth-of-type(4) {
    margin: 0.25%;
  }
  div.image-mosaik div.mosaik-img:nth-of-type(5), div.image-mosaik div.mosaik-img:nth-of-type(9) {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  div.image-mosaik div.mosaik-img {
    width: 48% !important;
    padding-top: 25%;
    height: auto;
    margin: 1% !important;
  }
  div.image-mosaik div.mosaik-img:nth-of-type(3), div.image-mosaik div.mosaik-img:nth-of-type(4), div.image-mosaik div.mosaik-img:nth-of-type(5), div.image-mosaik div.mosaik-img:nth-of-type(6), div.image-mosaik div.mosaik-img:nth-of-type(7), div.image-mosaik div.mosaik-img:nth-of-type(8), div.image-mosaik div.mosaik-img:nth-of-type(9) {
    display: none;
  }
  div.image-mosaik div.mosaik-img:nth-of-type(1), div.image-mosaik div.mosaik-img:nth-of-type(2) {
    margin: 0 1% 1%;
  }
}
@media screen and (max-width: 500px) {
  div.image-mosaik div.mosaik-img {
    width: 98% !important;
    padding-top: 50%;
  }
}
div.image-mosaik div.mosaik-img img {
  position: absolute;
  width: auto;
  height: auto;
  max-height: 100%;
  min-width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  margin: auto;
  transform: translateX(-50%) scale(1);
  z-index: 10;
  transition: 0.8s ease;
}
div.image-mosaik div.content-card {
  padding: 20px;
  width: 49.5%;
  height: 250px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin: 0.25%;
  box-sizing: border-box;
  background: #f7f7f7;
  font-size: 15px;
}
@media screen and (max-width: 1500px) {
  div.image-mosaik div.content-card {
    width: 32.83%;
  }
}
@media screen and (max-width: 1000px) {
  div.image-mosaik div.content-card {
    width: 98%;
    margin: 1%;
  }
}
div.image-mosaik div.content-card h1 {
  margin-bottom: 10px;
  font-size: 32px;
}
@media screen and (max-width: 500px) {
  div.image-mosaik div.content-card h1 {
    font-size: 22px;
  }
}
div.image-mosaik div.content-card p {
  font-size: 17px;
  line-height: 1.3;
}
div.image-mosaik div.content-card a.a-btn {
  margin: 25px auto 0px;
}

div.text-image-boxes.video-gallery {
  max-width: 1900px;
  padding: 50px 0px 30px;
  text-align: center;
}
div.text-image-boxes.video-gallery div.ti-box {
  width: 24%;
  height: 300px;
}
@media screen and (max-width: 1460px) {
  div.text-image-boxes.video-gallery div.ti-box {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  div.text-image-boxes.video-gallery div.ti-box {
    width: 98%;
  }
}
@media screen and (max-width: 450px) {
  div.text-image-boxes.video-gallery div.ti-box {
    height: 220px;
  }
  div.text-image-boxes.video-gallery div.ti-box div.content h3 {
    font-size: 17px;
  }
}
div.text-image-boxes.video-gallery div.ti-box img {
  min-height: 100%;
}
div.text-image-boxes.video-gallery div.ti-box img.play-icon {
  width: 74px;
  height: auto;
  z-index: 99;
  min-height: 32px;
  min-width: 20px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: translateX(0);
}

.object-fit img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.instafeed-wrap__post {
  overflow: hidden;
}
@media (min-width: 1921px) {
  .instafeed-wrap__post {
    padding-bottom: 20% !important;
  }
}

.siteorigin-widget-tinymce {
  max-width: 1200px;
  width: 90%;
  margin: auto;
  padding: 50px 0px;
}
.siteorigin-widget-tinymce h1, .siteorigin-widget-tinymce h2, .siteorigin-widget-tinymce h3, .siteorigin-widget-tinymce h4, .siteorigin-widget-tinymce h5, .siteorigin-widget-tinymce h6 {
  margin-top: 30px;
  margin-bottom: 20px;
  display: block;
  font-weight: bold;
  color: #252525;
}
.siteorigin-widget-tinymce h3 {
  font-size: 22px;
}
.siteorigin-widget-tinymce p {
  display: block;
  margin-bottom: 10px;
  line-height: 1.45;
}
.siteorigin-widget-tinymce p strong {
  color: #2a2a2a;
  font-weight: bold;
}
.siteorigin-widget-tinymce p a {
  color: #47655b;
  font-weight: bold;
  transition: all 0.2s;
}
.siteorigin-widget-tinymce p a:hover {
  opacity: 0.8;
}

.mtt-modal-wrap {
  position: fixed;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: auto;
  z-index: 100000;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.mtt-modal-wrap--active {
  opacity: 1;
  visibility: visible;
}
.mtt-modal-wrap--active .mtt-modal {
  transition-delay: 0.2s;
  transform: translate(0, 0);
}

.mtt-modal {
  width: 800px;
  max-width: 90%;
  padding: 40px 0;
  margin: auto;
  position: relative;
  transform: translate(0, 20px);
  transition: transform 0.4s ease;
}
.mtt-modal__grid {
  display: flex;
}
@media (max-width: 600px) {
  .mtt-modal__grid {
    display: block;
  }
}
.mtt-modal__image {
  width: 45%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  .mtt-modal__image {
    width: 100%;
    height: 0;
    padding-bottom: 56%;
  }
}
.mtt-modal__content {
  width: 55%;
  box-sizing: border-box;
  padding: 40px;
  line-height: 1.5;
  background: #fff;
}
@media (max-width: 600px) {
  .mtt-modal__content {
    width: 100%;
  }
}
.mtt-modal__text {
  margin-top: 32px;
}
.mtt-modal__button {
  margin-top: 32px;
}
.mtt-modal__close {
  width: 40px;
  height: 40px;
  background: #47655b;
  position: absolute;
  top: 20px;
  right: -20px;
  border-radius: 20px;
  cursor: pointer;
}
.mtt-modal__close:before, .mtt-modal__close:after {
  content: "";
  width: 2px;
  height: 17px;
  background: #fff;
  position: absolute;
  top: 30%;
  left: 49%;
}
.mtt-modal__close:before {
  transform: rotate(45deg);
}
.mtt-modal__close:after {
  transform: rotate(-45deg);
}
@media (max-width: 500px) {
  .mtt-modal__close {
    top: 45px;
    right: 5px;
  }
}
.mtt-modal h2 {
  font-size: 18px;
}
.mtt-modal p {
  margin-bottom: 16px;
}
.mtt-modal .a-btn {
  margin: 0;
}

.mtt-checkout-flow {
  position: relative;
}
.mtt-checkout-flow__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 48px 0 100px;
}
@media screen and (max-width: 960px) {
  .mtt-checkout-flow__inner {
    padding: 48px 0 72px;
    display: block;
  }
}
.mtt-checkout-flow__form-wrapper {
  width: calc(100% - 488px);
  padding-right: 100px;
}
@media screen and (max-width: 1550px) {
  .mtt-checkout-flow__form-wrapper {
    width: calc(100% - 450px);
  }
}
@media screen and (max-width: 1500px) {
  .mtt-checkout-flow__form-wrapper {
    width: calc(100% - 400px);
    padding-right: 80px;
  }
}
@media screen and (max-width: 1400px) {
  .mtt-checkout-flow__form-wrapper {
    width: calc(100% - 350px);
  }
}
@media screen and (max-width: 1300px) {
  .mtt-checkout-flow__form-wrapper {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1250px) {
  .mtt-checkout-flow__form-wrapper {
    width: calc(100% - 325px);
  }
}
@media screen and (max-width: 960px) {
  .mtt-checkout-flow__form-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
.mtt-checkout-flow__form-headline {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.mtt-checkout-flow__input-wrapper {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .mtt-checkout-flow__input-wrapper {
    display: block;
    margin-top: 32px;
  }
}
.mtt-checkout-flow__input-wrapper .input-field {
  display: block;
  width: calc(50% - 8px);
}
@media screen and (max-width: 1160px) {
  .mtt-checkout-flow__input-wrapper .input-field {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 550px) {
  .mtt-checkout-flow__input-wrapper .input-field {
    width: 100%;
  }
}
.mtt-checkout-flow__input-wrapper .input-field:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .mtt-checkout-flow__input-wrapper .input-field:not(:last-of-type) {
    margin-bottom: 16px;
  }
}
.mtt-checkout-flow__input-wrapper .input-field.full {
  width: 100%;
}
.mtt-checkout-flow__input-wrapper .input-field.flex {
  display: flex;
}
.mtt-checkout-flow__input-wrapper .input-field.space-between {
  justify-content: space-between;
}
.mtt-checkout-flow__input-wrapper .input-field.zip-code {
  width: calc(45% - 8px);
}
.mtt-checkout-flow__input-wrapper .input-field.country {
  width: calc(55% - 8px);
}
.mtt-checkout-flow__input-wrapper .input-field.amount {
  width: calc(50% - 8px);
}
@media screen and (max-width: 550px) {
  .mtt-checkout-flow__input-wrapper .input-field.amount {
    width: 100%;
  }
}
@media screen and (max-width: 1160px) {
  .mtt-checkout-flow__input-wrapper .input-field.zip-code, .mtt-checkout-flow__input-wrapper .input-field.country {
    width: calc(50% - 5px);
  }
}
.mtt-checkout-flow__input-wrapper .input-field label {
  display: block;
  margin-bottom: 16px;
  height: 16px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}
@media screen and (max-width: 550px) {
  .mtt-checkout-flow__input-wrapper .input-field label {
    margin-bottom: 8px;
  }
}
.mtt-checkout-flow__input-wrapper .input-field label.error {
  font-size: 14px;
  color: red;
  margin-top: 5px;
}
@media screen and (max-width: 550px) {
  .mtt-checkout-flow__input-wrapper .input-field label.lname {
    display: none;
  }
}
.mtt-checkout-flow__input-wrapper .input-field label.hidden {
  display: none;
}
.mtt-checkout-flow__input-wrapper .input-field label.margin-top {
  margin-top: 10px;
}
.mtt-checkout-flow__input-wrapper .input-field label.extra-bed {
  margin-top: 8px;
  margin-bottom: 8px;
}
.mtt-checkout-flow__input-wrapper .input-field .input-placeholder-text {
  font-size: 10px;
  padding-left: 16px;
  padding-top: 6px;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}
.mtt-checkout-flow__input-wrapper .input-field .input-placeholder-text.hidden {
  display: none;
}
.mtt-checkout-flow__input-wrapper .input-field input, .mtt-checkout-flow__input-wrapper .input-field select {
  width: 100%;
  box-sizing: border-box;
  padding: 16px;
  border: 1px solid #DEDEDE;
  font-size: 15px;
  position: relative;
}
.mtt-checkout-flow__input-wrapper .input-field input:-webkit-autofill, .mtt-checkout-flow__input-wrapper .input-field select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #ffffff inset;
  -webkit-text-fill-color: #000;
  caret-color: #000;
  font-style: normal;
}
.mtt-checkout-flow__input-wrapper .input-field input[type=checkbox], .mtt-checkout-flow__input-wrapper .input-field select[type=checkbox] {
  padding: 0;
}
.mtt-checkout-flow__input-wrapper .input-field input[type=number], .mtt-checkout-flow__input-wrapper .input-field select[type=number] {
  /* Firefox */
  -moz-appearance: textfield;
  /* Chrome, Safari, Edge, Opera */
}
.mtt-checkout-flow__input-wrapper .input-field input[type=number]::-webkit-outer-spin-button, .mtt-checkout-flow__input-wrapper .input-field input[type=number]::-webkit-inner-spin-button, .mtt-checkout-flow__input-wrapper .input-field select[type=number]::-webkit-outer-spin-button, .mtt-checkout-flow__input-wrapper .input-field select[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.mtt-checkout-flow__input-wrapper .input-field select {
  height: 51px !important;
  color: #747474;
  padding: 15px;
}
.mtt-checkout-flow__input-wrapper .input-field select.country, .mtt-checkout-flow__input-wrapper .input-field select.amount {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../../img/icons/arrow-down.svg");
  background-position: calc(100% - 15px);
  background-size: 12px 7.41px;
  background-repeat: no-repeat;
}
.mtt-checkout-flow__input-wrapper .input-field.textarea {
  width: 100%;
}
.mtt-checkout-flow__input-wrapper .input-field.textarea input[type=checkbox] {
  display: none;
  width: 14px;
  height: 14px;
}
.mtt-checkout-flow__input-wrapper .input-field.textarea input[type=checkbox] + label {
  cursor: pointer;
  position: relative;
  line-height: 1.4;
  display: block;
  transition: color 0.15s ease;
  display: inline-block;
  padding-left: 24px;
}
@media screen and (max-width: 1550px) {
  .mtt-checkout-flow__input-wrapper .input-field.textarea input[type=checkbox] + label {
    font-size: 14px;
  }
}
.mtt-checkout-flow__input-wrapper .input-field.textarea input[type=checkbox] + label:hover {
  color: #4b4c4c;
}
.mtt-checkout-flow__input-wrapper .input-field.textarea input[type=checkbox] + label:before {
  content: "";
  width: 14px;
  height: 14px;
  margin-top: 4px;
  border: 1px solid #47655b;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  transition: color 0.15s ease, background 0.15s ease;
  box-sizing: border-box;
}
@media screen and (max-width: 1550px) {
  .mtt-checkout-flow__input-wrapper .input-field.textarea input[type=checkbox] + label:before {
    top: -1px;
  }
}
.mtt-checkout-flow__input-wrapper .input-field.textarea input[type=checkbox]:checked + label:before {
  background-image: url("../../img/icons/checkmark-dark.svg");
  background-position: center;
  background-size: 14px;
  background-repeat: no-repeat;
}
.mtt-checkout-flow__input-wrapper .input-field.textarea.flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1160px) {
  .mtt-checkout-flow__input-wrapper .input-field.textarea.flex {
    display: block;
  }
}
.mtt-checkout-flow__input-wrapper .input-field.textarea .button-wrapper {
  margin-bottom: -8px;
}
.mtt-checkout-flow__input-wrapper .input-field.textarea .button-wrapper .button {
  display: inline-block;
  border-radius: 20px;
  background: #47655b;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  transition: 0.2s opacity ease-in-out;
  padding: 12px 48px;
  width: auto;
  cursor: pointer;
  box-sizing: border-box;
  border: none;
  margin-bottom: 8px;
}
.mtt-checkout-flow__input-wrapper .input-field.textarea .button-wrapper .button:hover {
  opacity: 0.7;
}
.mtt-checkout-flow__input-wrapper .input-field.textarea .button-wrapper .button.dark-ghost {
  background: #fff;
  color: #47655b;
  border: 1px solid #47655b;
  margin-right: 8px;
}
@media screen and (max-width: 1400px) {
  .mtt-checkout-flow__input-wrapper .input-field.textarea .button-wrapper .button {
    padding: 12px 32px;
  }
}
@media screen and (max-width: 1280px) {
  .mtt-checkout-flow__input-wrapper .input-field.textarea .button-wrapper .button {
    font-size: 15px;
  }
}
@media screen and (max-width: 580px) {
  .mtt-checkout-flow__input-wrapper .input-field.textarea .button-wrapper .button {
    padding: 12px 24px;
    margin: 5px 0;
    width: 100%;
  }
}
.mtt-checkout-flow__input-wrapper .input-field.textarea .checkboxes {
  max-width: 400px;
}
@media screen and (max-width: 1160px) {
  .mtt-checkout-flow__input-wrapper .input-field.textarea .checkboxes {
    margin-bottom: 20px;
  }
}
.mtt-checkout-flow__input-wrapper .input-field.textarea .checkboxes label.checkbox {
  letter-spacing: 0px;
  margin-bottom: 0;
  height: 22px;
}
.mtt-checkout-flow__input-wrapper .input-field.textarea .checkboxes label.checkbox a {
  color: #000;
  font-weight: 400;
  text-decoration: underline;
  transition: color 0.2s ease-in-out;
}
.mtt-checkout-flow__input-wrapper .input-field.textarea .checkboxes label.checkbox a:hover {
  color: #47655b;
}
.mtt-checkout-flow__input-wrapper .input-field.textarea textarea.further-info {
  width: 100%;
  box-sizing: border-box;
  height: 100px;
  padding: 16px;
  border: 1px solid #DEDEDE;
  font-size: 16px;
  font-family: Lato;
  resize: vertical;
}
@media screen and (max-width: 1200px) {
  .mtt-checkout-flow__input-wrapper .input-field.textarea textarea.further-info {
    width: 100%;
  }
}
.mtt-checkout-flow__input-wrapper .input-field.textarea textarea.further-info::-moz-placeholder {
  color: #767676;
  font-size: 16px;
}
.mtt-checkout-flow__input-wrapper .input-field.textarea textarea.further-info::placeholder {
  color: #767676;
  font-size: 16px;
}
.mtt-checkout-flow__info-wrapper {
  width: 488px;
  padding: 56px 40px 56px 56px;
  background: #f4f4f4;
  box-sizing: border-box;
  flex-shrink: 0;
  position: sticky;
  position: -webkit-sticky;
  top: 189px;
}
@media screen and (max-width: 1550px) {
  .mtt-checkout-flow__info-wrapper {
    width: 450px;
    padding: 40px 32px;
  }
}
@media screen and (max-width: 1500px) {
  .mtt-checkout-flow__info-wrapper {
    width: 400px;
  }
}
@media screen and (max-width: 1400px) {
  .mtt-checkout-flow__info-wrapper {
    width: 350px;
  }
}
@media screen and (max-width: 1250px) {
  .mtt-checkout-flow__info-wrapper {
    width: 325px;
    padding: 32px 24px;
  }
}
@media screen and (max-width: 960px) {
  .mtt-checkout-flow__info-wrapper {
    position: relative;
    width: 100%;
    padding: 32px;
    top: 0;
    margin-top: 32px;
  }
}
.mtt-checkout-flow__info-wrapper .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}
@media screen and (max-width: 1250px) {
  .mtt-checkout-flow__info-wrapper .flex {
    margin-top: 24px;
  }
}
.mtt-checkout-flow__info-wrapper .flex .first {
  margin-right: 16px;
  font-size: 16px;
  font-weight: 400;
}
.mtt-checkout-flow__info-wrapper .flex .second {
  font-weight: 400;
  font-size: 17px;
  text-align: right;
}
@media screen and (max-width: 1400px) {
  .mtt-checkout-flow__info-wrapper .flex .first, .mtt-checkout-flow__info-wrapper .flex .second {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 1250px) {
  .mtt-checkout-flow__info-wrapper .flex .first, .mtt-checkout-flow__info-wrapper .flex .second {
    font-size: 15px !important;
  }
}
.mtt-checkout-flow__info-wrapper .border {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mtt-checkout-flow__info-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media screen and (max-width: 1500px) {
  .mtt-checkout-flow__info-title {
    font-size: 20px;
  }
}
.mtt-checkout-flow__info-ophold .second {
  font-weight: 700 !important;
  font-size: 17px;
  line-height: 1.23;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.mtt-checkout-flow__info-date .second.disabled {
  color: #BEBEBE;
}
.mtt-checkout-flow__info-price .first, .mtt-checkout-flow__info-price-per-person .first {
  color: #868686;
  font-size: 17px !important;
  font-weight: 400;
}
.mtt-checkout-flow__info-price .second, .mtt-checkout-flow__info-price-per-person .second {
  font-size: 18px;
  font-weight: 800 !important;
}
.mtt-checkout-flow__info-depo .first {
  color: #868686;
  font-size: 17px !important;
  font-weight: 400;
}
.mtt-checkout-flow__info-depo .second {
  font-size: 18px;
  font-weight: 800 !important;
}
.mtt-checkout-flow__info-extra.hidden {
  display: none;
  opacity: 0;
}
.mtt-checkout-flow__info-extra .first {
  color: #868686;
  font-size: 17px !important;
  font-weight: 400;
}
.mtt-checkout-flow__info-extra .second {
  font-size: 18px;
  font-weight: 800 !important;
}
.mtt-checkout-flow__info-contact {
  display: flex;
  align-items: center;
  font-size: 13px;
}
.mtt-checkout-flow__info-contact svg {
  margin-right: 8px;
}
.mtt-checkout-flow__info-contact p {
  margin-right: 8px;
  font-weight: 700;
}
.mtt-checkout-flow__info-contact a {
  color: #000;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
.mtt-checkout-flow__info-contact a:hover {
  color: #47655b;
}

.mtt-checkout-thanks {
  position: relative;
}
.mtt-checkout-thanks__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 100px 0 100px;
}
@media screen and (max-width: 1160px) {
  .mtt-checkout-thanks__inner {
    padding: 80px 0;
  }
}
@media screen and (max-width: 960px) {
  .mtt-checkout-thanks__inner {
    padding: 56px 0;
  }
}
@media screen and (max-width: 760px) {
  .mtt-checkout-thanks__inner {
    display: block;
  }
}
.mtt-checkout-thanks__flex {
  width: calc(100% - 488px);
  margin-right: 40px;
}
@media screen and (max-width: 1550px) {
  .mtt-checkout-thanks__flex {
    width: calc(100% - 450px);
  }
}
@media screen and (max-width: 1500px) {
  .mtt-checkout-thanks__flex {
    width: calc(100% - 400px);
  }
}
@media screen and (max-width: 1400px) {
  .mtt-checkout-thanks__flex {
    width: calc(100% - 350px);
  }
}
@media screen and (max-width: 1250px) {
  .mtt-checkout-thanks__flex {
    width: calc(100% - 325px);
  }
}
@media screen and (max-width: 760px) {
  .mtt-checkout-thanks__flex {
    width: 100%;
    margin-right: 0;
  }
}
.mtt-checkout-thanks__text-container {
  background: #f4f4f4;
  padding: 56px 40px 56px 56px;
  box-sizing: border-box;
}
@media screen and (max-width: 1550px) {
  .mtt-checkout-thanks__text-container {
    padding: 40px 32px;
  }
}
@media screen and (max-width: 1250px) {
  .mtt-checkout-thanks__text-container {
    padding: 32px 24px;
  }
}
@media screen and (max-width: 760px) {
  .mtt-checkout-thanks__text-container {
    padding: 32px;
  }
}
.mtt-checkout-thanks__text-container.info {
  margin-top: 40px;
}
@media screen and (max-width: 760px) {
  .mtt-checkout-thanks__text-container.info {
    margin-top: 32px;
  }
}
.mtt-checkout-thanks__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media screen and (max-width: 1500px) {
  .mtt-checkout-thanks__title {
    font-size: 20px;
  }
}
.mtt-checkout-thanks__text-wrapper {
  margin-top: 32px;
}
.mtt-checkout-thanks__text {
  line-height: 1.4;
  font-weight: 400;
}
.mtt-checkout-thanks__text.thanks a {
  color: #000;
  font-weight: 400;
  text-decoration: underline;
  transition: color 0.2s ease-in-out;
}
.mtt-checkout-thanks__text.thanks a:hover {
  color: #47655b;
}
.mtt-checkout-thanks__text strong {
  margin-right: 8px;
  font-weight: 700;
}
.mtt-checkout-thanks__text:not(:first-of-type) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 16px;
  padding-top: 16px;
}
.mtt-checkout-thanks__button-wrapper {
  margin-top: 32px;
}
.mtt-checkout-thanks__button-wrapper .button {
  display: inline-block;
  border-radius: 20px;
  background: #47655b;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  transition: 0.2s opacity ease-in-out;
  padding: 12px 48px;
  width: auto;
  cursor: pointer;
  box-sizing: border-box;
}
.mtt-checkout-thanks__button-wrapper .button:hover {
  opacity: 0.7;
}
.mtt-checkout-thanks__button-wrapper .button.dark-ghost {
  background: #fff;
  color: #47655b;
  border: 1px solid #47655b;
}
@media screen and (max-width: 1400px) {
  .mtt-checkout-thanks__button-wrapper .button {
    padding: 12px 32px;
  }
}
@media screen and (max-width: 1280px) {
  .mtt-checkout-thanks__button-wrapper .button {
    font-size: 15px;
  }
}
@media screen and (max-width: 580px) {
  .mtt-checkout-thanks__button-wrapper .button {
    padding: 12px 24px;
    margin: 5px 0;
    width: 100%;
  }
}
.mtt-checkout-thanks__info-wrapper {
  width: 488px;
  padding: 56px 40px 56px 56px;
  background: #f4f4f4;
  box-sizing: border-box;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 1550px) {
  .mtt-checkout-thanks__info-wrapper {
    width: 450px;
    padding: 40px 32px;
  }
}
@media screen and (max-width: 1500px) {
  .mtt-checkout-thanks__info-wrapper {
    width: 400px;
  }
}
@media screen and (max-width: 1400px) {
  .mtt-checkout-thanks__info-wrapper {
    width: 350px;
  }
}
@media screen and (max-width: 1250px) {
  .mtt-checkout-thanks__info-wrapper {
    width: 325px;
    padding: 32px 24px;
  }
}
@media screen and (max-width: 760px) {
  .mtt-checkout-thanks__info-wrapper {
    width: 100%;
    padding: 32px;
    margin-top: 32px;
  }
}
.mtt-checkout-thanks__info-wrapper .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}
@media screen and (max-width: 1250px) {
  .mtt-checkout-thanks__info-wrapper .flex {
    margin-top: 24px;
  }
}
.mtt-checkout-thanks__info-wrapper .flex .first {
  margin-right: 16px;
  font-size: 16px;
  font-weight: 400;
}
.mtt-checkout-thanks__info-wrapper .flex .second {
  font-weight: 400;
  font-size: 17px;
  text-align: right;
}
@media screen and (max-width: 1400px) {
  .mtt-checkout-thanks__info-wrapper .flex .first, .mtt-checkout-thanks__info-wrapper .flex .second {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 1250px) {
  .mtt-checkout-thanks__info-wrapper .flex .first, .mtt-checkout-thanks__info-wrapper .flex .second {
    font-size: 15px !important;
  }
}
.mtt-checkout-thanks__info-wrapper .border {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mtt-checkout-thanks__info-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media screen and (max-width: 1500px) {
  .mtt-checkout-thanks__info-title {
    font-size: 20px;
  }
}
.mtt-checkout-thanks__info-ophold .second {
  font-weight: 700 !important;
  font-size: 17px;
  line-height: 1.23;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.mtt-checkout-thanks__info-date .second.disabled {
  color: #BEBEBE;
}
.mtt-checkout-thanks__info-price .first, .mtt-checkout-thanks__info-price-per-person .first {
  color: #868686;
  font-size: 17px !important;
  font-weight: 400;
}
.mtt-checkout-thanks__info-price .second, .mtt-checkout-thanks__info-price-per-person .second {
  font-size: 18px;
  font-weight: 800 !important;
}
.mtt-checkout-thanks__info-depo.hidden {
  display: none;
  opacity: 0;
}
.mtt-checkout-thanks__info-depo .first {
  color: #868686;
  font-size: 17px !important;
  font-weight: 400;
}
.mtt-checkout-thanks__info-depo .second {
  font-size: 18px;
  font-weight: 800 !important;
}
.mtt-checkout-thanks__info-extra .first {
  color: #868686;
  font-size: 17px !important;
  font-weight: 400;
}
.mtt-checkout-thanks__info-extra .second {
  font-size: 18px;
  font-weight: 800 !important;
}
.mtt-checkout-thanks__info-contact {
  display: flex;
  align-items: center;
  font-size: 13px;
}
.mtt-checkout-thanks__info-contact svg {
  margin-right: 8px;
}
.mtt-checkout-thanks__info-contact p {
  margin-right: 8px;
  font-weight: 700;
}
.mtt-checkout-thanks__info-contact a {
  color: #000;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
.mtt-checkout-thanks__info-contact a:hover {
  color: #47655b;
}

/*-----  End of Partials  ------*/
/*================================
=            Widgets            =
================================*/
.mtt-text-widget {
  background: #fff;
  position: relative;
  z-index: 6;
}
.mtt-text-widget__inner {
  display: flex;
  justify-content: space-between;
  padding: 160px 0 160px;
}
@media screen and (max-width: 1280px) {
  .mtt-text-widget__inner {
    padding: 100px 0;
  }
}
@media screen and (max-width: 960px) {
  .mtt-text-widget__inner {
    display: block;
    padding: 80px 0;
  }
}
@media screen and (max-width: 760px) {
  .mtt-text-widget__inner {
    padding: 60px 0;
  }
}
@media screen and (max-width: 580px) {
  .mtt-text-widget__inner {
    padding: 50px 0;
  }
}
.mtt-text-widget__inner.less-padding-bottom {
  padding-bottom: 75px;
}
@media screen and (max-width: 1280px) {
  .mtt-text-widget__inner.less-padding-bottom {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 960px) {
  .mtt-text-widget__inner.less-padding-bottom {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 760px) {
  .mtt-text-widget__inner.less-padding-bottom {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 580px) {
  .mtt-text-widget__inner.less-padding-bottom {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 960px) {
  .mtt-text-widget__text-container {
    width: 100%;
    max-width: 750px;
    margin-right: 0;
  }
  .mtt-text-widget__text-container:first-of-type {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 580px) {
  .mtt-text-widget__text-container {
    padding: 0;
  }
}
.mtt-text-widget__text-container.right {
  width: 100%;
  padding-left: 104px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1280px) {
  .mtt-text-widget__text-container.right {
    padding-left: 80px;
  }
}
@media screen and (max-width: 960px) {
  .mtt-text-widget__text-container.right {
    padding-left: 0;
    max-width: 100%;
    border-left: none;
  }
}
.mtt-text-widget__text-container.left {
  max-width: 450px;
  width: 100%;
  padding-right: 50px;
}
.mtt-text-widget__text-container .button-section {
  margin-top: 30px;
}
@media screen and (max-width: 960px) {
  .mtt-text-widget__text-container .button-section {
    margin-top: 20px;
  }
}
.mtt-text-widget__tagline {
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 16px;
  letter-spacing: 1.5px;
  font-weight: 400;
}
.mtt-text-widget__title {
  font-size: 42px;
  letter-spacing: 4px;
  line-height: 1.21;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .mtt-text-widget__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 580px) {
  .mtt-text-widget__title {
    font-size: 24px;
  }
}
.mtt-text-widget__text {
  position: relative;
  margin-top: 20px;
  color: #000;
  font-size: 17px;
  line-height: 1.34;
  font-weight: 400;
}
@media screen and (max-width: 580px) {
  .mtt-text-widget__text {
    margin-top: 10px;
  }
}
.mtt-text-widget__text ul, .mtt-text-widget__text ol {
  border-top: none !important;
  list-style-position: inside;
}
.mtt-text-widget__button-wrapper {
  margin-top: 24px;
  margin-bottom: -8px;
}
@media screen and (max-width: 580px) {
  .mtt-text-widget__button-wrapper {
    margin-top: 16px;
  }
}
.mtt-text-widget__button-wrapper .button {
  display: inline-block;
  border-radius: 20px;
  background: #47655b;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  transition: 0.2s opacity ease-in-out;
  padding: 12px 48px;
  margin-bottom: 8px;
}
.mtt-text-widget__button-wrapper .button:not(:last-of-type) {
  margin-right: 8px;
}
.mtt-text-widget__button-wrapper .button:hover {
  opacity: 0.7;
}
.mtt-text-widget__button-wrapper .button.dark-ghost {
  background: #fff;
  color: #47655b;
  border: 1px solid #47655b;
}
@media screen and (max-width: 1160px) {
  .mtt-text-widget__button-wrapper .button {
    padding: 12px 40px;
  }
}
@media screen and (max-width: 580px) {
  .mtt-text-widget__button-wrapper .button {
    padding: 12px 24px;
    margin: 5px 0;
  }
}
.mtt-text-widget__content p {
  position: relative;
  color: #000;
  font-size: 17px;
  line-height: 1.34;
  font-weight: 400;
}
.mtt-text-widget__content p:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (max-width: 580px) {
  .mtt-text-widget__content p:not(:first-of-type) {
    margin-top: 10px;
  }
}

.mtt-image-line {
  background: #fff;
  position: relative;
}
.mtt-image-line__inner {
  padding: 24px 0;
}
.mtt-image-line__inner.no-padding {
  padding: 0;
}
.mtt-image-line__container {
  margin: 0 -10px -20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 580px) {
  .mtt-image-line__container {
    margin: 0 -4px -20px;
  }
}
.mtt-image-line__repeater-item {
  width: 50%;
}
@media screen and (max-width: 580px) {
  .mtt-image-line__repeater-item.count-2 .mtt-image-line__image-container {
    padding-bottom: 72%;
  }
}
.mtt-image-line__repeater-item.count-3 {
  width: 33.3333333333%;
}
@media screen and (max-width: 580px) {
  .mtt-image-line__repeater-item.count-3 .mtt-image-line__image-container {
    padding-bottom: 82%;
  }
}
.mtt-image-line__image-container {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 68%;
  margin: 0 10px 10px 10px;
}
@media screen and (max-width: 580px) {
  .mtt-image-line__image-container {
    margin: 0px 4px 5px 4px;
  }
}
.mtt-image-line__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.mtt-text-columns-widget {
  position: relative;
  z-index: 6;
}
.mtt-text-columns-widget__inner {
  display: block;
  padding: 75px 0;
}
@media screen and (max-width: 960px) {
  .mtt-text-columns-widget__inner {
    padding: 40px 0;
  }
}
@media screen and (max-width: 580px) {
  .mtt-text-columns-widget__inner {
    padding: 25px 0;
  }
}
.mtt-text-columns-widget__text-container {
  width: 100%;
}
.mtt-text-columns-widget__title {
  line-height: 1.21;
  font-size: 24px;
  font-family: "Abril Fatface", sans-serif;
  font-weight: 400;
  margin-bottom: 24px;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 960px) {
  .mtt-text-columns-widget__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.mtt-text-columns-widget__content[data-columns_desktop="1"] {
  -moz-column-count: 1;
       column-count: 1;
}
.mtt-text-columns-widget__content[data-columns_desktop="2"] {
  -moz-column-count: 2;
       column-count: 2;
}
.mtt-text-columns-widget__content[data-columns_desktop="3"] {
  -moz-column-count: 3;
       column-count: 3;
}
@media screen and (max-width: 1280px) {
  .mtt-text-columns-widget__content[data-columns_tablet="1"] {
    -moz-column-count: 1;
         column-count: 1;
  }
}
@media screen and (max-width: 1280px) {
  .mtt-text-columns-widget__content[data-columns_tablet="2"] {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media screen and (max-width: 1280px) {
  .mtt-text-columns-widget__content[data-columns_tablet="3"] {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media screen and (max-width: 780px) {
  .mtt-text-columns-widget__content[data-columns_mobile="1"] {
    -moz-column-count: 1;
         column-count: 1;
  }
}
@media screen and (max-width: 780px) {
  .mtt-text-columns-widget__content[data-columns_mobile="2"] {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media screen and (max-width: 780px) {
  .mtt-text-columns-widget__content[data-columns_mobile="3"] {
    -moz-column-count: 3;
         column-count: 3;
  }
}
.mtt-text-columns-widget__content p {
  position: relative;
  color: #000;
  font-size: 14px;
  line-height: 1.34;
  font-weight: 300;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
.mtt-text-columns-widget__content p:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (max-width: 580px) {
  .mtt-text-columns-widget__content p:not(:first-of-type) {
    margin-top: 10px;
  }
}

/*-----  End of Widgets  ------*/
/*=================================
=              PAGES              =
=================================*/
/* Frontpage */
video#bgvid {
  position: relative;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background: url(../../img/frontpage-image.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 950px) {
  video#bgvid {
    display: none;
  }
}

.bg-image-resp {
  position: relative;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background: url(../../img/frontpage-image.jpg) center center no-repeat;
  background-size: cover !important;
}
@media screen and (max-width: 950px) {
  .bg-image-resp {
    display: block;
  }
}

.front-page-image {
  position: relative;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover !important;
}

.table.forside-table {
  position: absolute;
  top: 0;
  left: 0;
}

div#frontpage-cover {
  height: calc(100vh - 71px);
  position: relative;
  overflow: hidden;
}
div#frontpage-cover .table {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: default;
}
@media screen and (max-width: 1250px) {
  div#frontpage-cover {
    height: 60vh;
  }
}
@media screen and (max-width: 950px) {
  div#frontpage-cover {
    height: 50vh;
    margin-top: 60px;
  }
}
@media screen and (max-width: 600px) {
  div#frontpage-cover {
    height: 350px;
    margin-top: 61px;
  }
}
div#frontpage-cover .black-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
div#frontpage-cover div.header-breaker {
  width: 200px;
  height: 3px;
  background: #fff;
  margin: 25px auto;
}
@media screen and (max-width: 600px) {
  div#frontpage-cover div.header-breaker {
    margin: 10px auto;
  }
}
@media screen and (max-width 350px) {
  div#frontpage-cover div.header-breaker {
    margin: 15px auto;
  }
}
div#frontpage-cover p {
  text-align: center;
  color: #fff;
}
div#frontpage-cover p.welcome {
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: 400;
}
@media screen and (max-width 350px) {
  div#frontpage-cover p.welcome {
    font-size: 1.2em;
  }
}
div#frontpage-cover p.intro-text {
  font-size: 1.2em;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  div#frontpage-cover p.intro-text {
    font-size: 0.9em;
    line-height: 1.5;
    width: 95%;
    margin: 0 auto;
  }
}
div#frontpage-cover a.a-btn {
  margin: 25px auto 0px;
}
div#frontpage-cover h1 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 4em;
  font-weight: 700;
  margin-bottom: 25px;
}
@media screen and (max-width: 600px) {
  div#frontpage-cover h1 {
    font-size: 2em;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 350px) {
  div#frontpage-cover h1 {
    font-size: 1.6em;
  }
}
div#frontpage-cover .scroll-down-please {
  width: 175px;
  height: 60px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -87.5px;
  cursor: pointer;
  z-index: 99;
  font-weight: 400;
}
@media screen and (max-width: 1250px) {
  div#frontpage-cover .scroll-down-please {
    display: none;
  }
}
div#frontpage-cover .scroll-down-please a {
  text-decoration: none;
}
div#frontpage-cover .scroll-down-please img {
  display: block;
  margin: 20px auto 0px;
}

div.underside-blok {
  background: #fff;
  color: #2a2a2a;
  text-align: center;
  position: relative;
}
div.underside-blok img {
  display: block;
  margin: 0 auto 20px;
}
div.underside-blok h2 {
  font-weight: 400;
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 300;
}
div.underside-blok h3 {
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 12px;
}
div.underside-blok p {
  font-weight: 300;
  width: 90%;
  max-width: 280px;
  margin: 0 auto;
  line-height: 1.3;
}
div.underside-blok p.price {
  margin-top: 20px;
  font-style: italic;
  font-size: 0.9em;
}
div.underside-blok a.underside-btn {
  display: block;
  margin: 22px auto 0;
  width: 170px;
  height: 40px;
  border: 1px solid #2c2c2c;
  color: #2c2c2c;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
  transition: 0.2s all ease-in-out;
}
div.underside-blok a.underside-btn:hover {
  background: #2c2c2c;
  color: #fff;
}
div.underside-blok .underside-grid-item {
  width: 50%;
  float: left;
  height: 300px;
  overflow: hidden;
  /* .text-box {*/
  /*     @media screen and (max-width: 1000px) {*/
  /*         &:after {*/
  /*             content: ' ';*/
  /*             position: absolute;*/
  /*             border-left: 20px solid transparent;*/
  /*             border-right: 20px solid transparent;*/
  /*             border-top: 20px solid #FFF;*/
  /*             bottom: -20px;*/
  /*             left: 0;*/
  /*             right: 0;*/
  /*             margin: 0 auto;*/
  /*             z-index: 9;*/
  /*             width: 0px;*/
  /*         }*/
  /*     }*/
  /* }*/
}
@media screen and (max-width: 1000px) {
  div.underside-blok .underside-grid-item {
    width: 100%;
    height: 450px;
    float: none;
  }
}
@media screen and (max-width: 420px) {
  div.underside-blok .underside-grid-item {
    height: auto;
  }
}
div.underside-blok .underside-grid-item .box {
  position: relative;
  width: 50%;
  float: left;
  height: 100%;
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
}
div.underside-blok .underside-grid-item .box a {
  text-decoration: none;
  color: #000;
}
div.underside-blok .underside-grid-item .box a.underside-btn:hover {
  color: #fff;
}
@media screen and (max-width: 1000px) {
  div.underside-blok .underside-grid-item .box {
    width: 100%;
    height: 50%;
    float: none;
  }
}
@media screen and (max-width: 420px) {
  div.underside-blok .underside-grid-item .box {
    width: 100%;
    display: block;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
div.underside-blok .underside-grid-item .box img {
  margin: 0 auto;
  width: 55px;
}
@media screen and (max-width: 420px) {
  div.underside-blok .underside-grid-item.first {
    height: 400px;
  }
}
div.underside-blok .underside-sep {
  width: 3px;
  height: 100%;
  background: #000;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 9;
  margin-left: -2.5px;
}
@media screen and (max-width: 1000px) {
  div.underside-blok .underside-sep {
    display: none;
  }
}

/* kontakt */
.kontaktinfo {
  width: 100%;
  background: #fff;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
.kontaktinfo h2 {
  text-align: center;
  font-size: 1.9em;
  text-transform: uppercase;
  margin-top: 70px;
  color: #2a2a2a;
  letter-spacing: 2px;
}
@media screen and (max-width: 400px) {
  .kontaktinfo h2 {
    font-size: 1.4em;
  }
}
.kontaktinfo h4 {
  text-align: center;
  color: dimgray;
  margin-top: 10px;
  font-size: 17px;
  font-weight: 300;
  width: 90%;
  max-width: 700px;
  line-height: 1.3;
  margin: 10px auto 0px;
}
.kontaktinfo h5 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.kontaktinfo a {
  text-decoration: none;
  color: #000;
  font-weight: 400;
}
.kontaktinfo .contact-wrap {
  width: 90%;
  max-width: 1200px;
  margin: 35px auto 70px;
  font-size: 0;
}
.kontaktinfo .contact-wrap input, .kontaktinfo .contact-wrap textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
}
.kontaktinfo .contact-wrap span.wpcf7-not-valid-tip {
  margin-bottom: 15px;
  color: #e74c3c;
}
.kontaktinfo .contact-wrap span.wpcf7-form-control-wrap {
  width: 100%;
}
.kontaktinfo .contact-wrap input[type=text], .kontaktinfo .contact-wrap input[type=email] {
  width: 100%;
  height: 40px;
  border: 1px solid #dadada;
  margin-bottom: 8px;
  text-indent: 10px;
  font-size: 13px;
  color: #000;
  transition: border 0.3s ease-in-out;
}
.kontaktinfo .contact-wrap input[type=text]:focus, .kontaktinfo .contact-wrap input[type=email]:focus {
  border: 1px solid #000;
}
.kontaktinfo .contact-wrap .first-row, .kontaktinfo .contact-wrap .second-row {
  width: 50%;
  display: inline-block;
  font-size: initial;
  vertical-align: top;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 750px) {
  .kontaktinfo .contact-wrap .first-row, .kontaktinfo .contact-wrap .second-row {
    width: 100%;
    padding: 0px 0px 10px;
  }
}
.kontaktinfo .contact-wrap .second-row .privat {
  float: left;
  width: 47.5%;
  margin-right: 5%;
}
@media screen and (max-width: 700px) {
  .kontaktinfo .contact-wrap .second-row .privat {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.kontaktinfo .contact-wrap .second-row span.your-message {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .kontaktinfo .contact-wrap .second-row span.your-message {
    float: none;
    width: 100%;
  }
}
.kontaktinfo .contact-wrap .second-row .erhverv {
  float: left;
  width: 47.5%;
}
@media screen and (max-width: 700px) {
  .kontaktinfo .contact-wrap .second-row .erhverv {
    float: none;
    width: 100%;
  }
}
.kontaktinfo .contact-wrap .second-row .wpcf7-list-item-label {
  font-size: 16px;
}
.kontaktinfo .contact-wrap .second-row textarea {
  width: 100% !important;
  max-width: 100%;
  font-size: 13px;
  padding: 10px;
  line-height: 1.5;
  border: 1px solid #dadada;
  height: 178px;
  margin-bottom: 6px;
  box-sizing: border-box;
  transition: border 0.3s ease-in-out;
}
@media screen and (max-width: 700px) {
  .kontaktinfo .contact-wrap .second-row textarea {
    float: none;
    width: 100%;
  }
}
.kontaktinfo .contact-wrap .second-row textarea:focus {
  border: 1px solid #000;
}
.kontaktinfo .contact-wrap .second-row input[type=submit]:disabled {
  cursor: not-allowed;
  background: #47655b !important;
}
.kontaktinfo .contact-wrap .second-row input[type=submit]:disabled:hover {
  opacity: 0.8;
}
.kontaktinfo .contact-wrap .second-row .checkbox {
  height: 40px;
  width: 100%;
  border: 1px solid #dadada;
  margin-bottom: 20px;
  text-indent: 10px;
  font-size: 13px;
  transition: border 0.3s ease-in-out;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.kontaktinfo .contact-wrap .second-row .checkbox .wpcf7-list-item {
  display: none;
}
.kontaktinfo .contact-wrap .second-row .checkbox span.wpcf7-form-control-wrap {
  width: 0;
}
.kontaktinfo .contact-wrap .second-row .checkbox:hover {
  border: 1px solid #000;
}
.kontaktinfo .contact-wrap .second-row .checkbox:hover > p {
  color: #000;
}
.kontaktinfo .contact-wrap .second-row .checkbox p {
  color: #A9A9A9;
  float: left;
  line-height: 40px;
  font-weight: 400;
  overflow: hidden;
  transition: color 0.3s ease-in-out;
}
.kontaktinfo .contact-wrap .second-row .checkbox input[type=checkbox] {
  display: none;
  float: right;
  margin-right: 20px;
  height: 34px;
  overflow: hidden;
}
.kontaktinfo .contact-wrap .second-row .checkbox.checked {
  border: 1px solid #000;
}
.kontaktinfo .contact-wrap .second-row .checkbox.checked p {
  color: #000;
}
.kontaktinfo .contact-wrap .second-row input[type=checkbox] + label span {
  display: block;
  margin-top: 9.5px;
  float: right;
  margin-right: 20px;
  width: 19px;
  height: 19px;
  border: 1px solid #dadada;
  cursor: pointer;
}
.kontaktinfo .contact-wrap .second-row input[type=checkbox]:checked + label span {
  background: url(../../img/checkmark.png) 2px 2px no-repeat;
  background-size: 16px;
}
.kontaktinfo .contact-wrap .second-row input[type=submit] {
  height: 40px;
  width: 100%;
  background: #47655b;
  color: #fff;
  text-align: center;
  border: none;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 1.5px;
  transition: background 0.2s ease-in-out;
}
.kontaktinfo .contact-wrap .second-row input[type=submit]:hover {
  background: #000;
}
.kontaktinfo .info {
  margin-top: 30px;
}
.kontaktinfo .info p {
  font-weight: 300;
  color: dimgray;
  line-height: 1.5;
}
.kontaktinfo div.wpcf7-response-output {
  margin: 15px 0px 0px;
  padding: 0;
  line-height: 1.4;
  border: none;
  font-size: 16px;
  margin-top: 0px;
}
.kontaktinfo div.wpcf7-mail-sent-ok {
  border: none;
}
.kontaktinfo select {
  background: #fff;
  width: 100%;
  height: 40px;
  font-size: 14px;
  border: 1px solid #dadada;
  border-radius: 0px !important;
}
.kontaktinfo div.select-info {
  margin-top: 10px;
}
.kontaktinfo div.select-info p {
  margin-bottom: 8px;
  font-size: 14px;
}
.kontaktinfo.sub-pages {
  border-top: none;
}
.kontaktinfo.sub-pages .contact-wrap .second-row textarea {
  height: 99px;
}
.kontaktinfo.sub-pages input#hidden-anledning {
  display: none !important;
}

div.wpcf7 img.ajax-loader {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
}

div#map-canvas {
  height: 500px;
  width: 100%;
}
@media screen and (max-width: 500px) {
  div#map-canvas {
    height: 250px;
  }
}

.google-maps {
  position: relative;
  padding-bottom: 30%;
}
@media screen and (max-width: 980px) {
  .google-maps {
    padding-bottom: 60%;
  }
}
.google-maps img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}

.telefon-tider {
  height: 400px;
  width: 100%;
  background: #fff;
  background-size: cover !important;
  border-bottom: 1px solid #dadada;
}
@media screen and (max-width: 500px) {
  .telefon-tider {
    height: 480px;
  }
}
.telefon-tider h2 {
  text-align: center;
  font-size: 2em;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.telefon-tider .colorcode-gray, .telefon-tider .colorcode-red, .telefon-tider .colorcode-green {
  float: left;
}
@media screen and (max-width: 500px) {
  .telefon-tider .colorcode-gray, .telefon-tider .colorcode-red, .telefon-tider .colorcode-green {
    height: 28px;
  }
}
.telefon-tider .colorcode-wrap {
  margin: 30px auto 0px;
  width: 95%;
  max-width: 182px;
}
.telefon-tider .colorcode-wrap .colorcode {
  width: 20px;
  height: 20px;
  float: left;
  border-radius: 9999px;
}
.telefon-tider .colorcode-wrap p {
  float: left;
  margin: 0px 30px 0px 10px;
  line-height: 15px;
  color: #000;
  font-weight: 400;
}
.telefon-tider .colorcode-wrap .colorcode-green .colorcode {
  background: #47655b;
}
.telefon-tider .colorcode-wrap .colorcode-red .colorcode {
  background: #e74c3c;
}
.telefon-tider .colorcode-wrap .colorcode-gray .colorcode {
  background: #a6a6a6;
}
.telefon-tider .colorcode-wrap .colorcode-gray p {
  margin: 0px 0px 0px 10px;
}
.telefon-tider .timeboxes-wrap {
  margin: 50px auto 0px;
  width: 100%;
  max-width: 650px;
}
@media screen and (max-width: 720px) {
  .telefon-tider .timeboxes-wrap {
    margin: 30px auto 0px;
  }
}
.telefon-tider .timeboxes-wrap .timebox {
  float: left;
  width: 300px;
  height: 117px;
  margin-right: 50px;
  border: 1px solid #dadada;
  box-sizing: border-box;
}
@media screen and (max-width: 720px) {
  .telefon-tider .timeboxes-wrap .timebox {
    float: none;
    width: 95%;
    max-width: 450px;
    margin: 0 auto 30px;
    height: 100px;
  }
}
.telefon-tider .timeboxes-wrap .timebox:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 720px) {
  .telefon-tider .timeboxes-wrap .timebox:last-child {
    margin: 0 auto 0;
  }
}
.telefon-tider .timeboxes-wrap .timebox .heading {
  width: 100%;
  height: 37px;
  background: #fff;
}
.telefon-tider .timeboxes-wrap .timebox .heading p {
  color: #000;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.9em;
  line-height: 37px;
  font-weight: 400;
}
.telefon-tider .timeboxes-wrap .timebox .time {
  width: 100%;
  height: 80px;
}
@media screen and (max-width: 720px) {
  .telefon-tider .timeboxes-wrap .timebox .time {
    height: 60px;
  }
}
.telefon-tider .timeboxes-wrap .timebox .time p {
  color: #fff;
  font-size: 1.4em;
  text-align: center;
  font-weight: 400;
  line-height: 80px;
}
@media screen and (max-width: 720px) {
  .telefon-tider .timeboxes-wrap .timebox .time p {
    line-height: 60px;
  }
}

/* fest */
div.choose-party .party-wrap {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 80px;
  padding-top: 50px;
}
div.choose-party .party-wrap .party {
  width: 47.5%;
  text-align: center;
  float: left;
}
@media screen and (max-width: 800px) {
  div.choose-party .party-wrap .party {
    float: none;
    width: 100%;
  }
  div.choose-party .party-wrap .party:first-child {
    margin-bottom: 70px;
  }
}
div.choose-party .party-wrap .party:first-child {
  margin-right: 2.5%;
}
div.choose-party .party-wrap .party h2 {
  font-size: 1.4em;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
div.choose-party .party-wrap .party p {
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.3;
  color: dimgray;
}
div.choose-party .party-wrap .party a {
  margin: 30px auto 0px;
}

/* Blog */
.news {
  height: auto;
  margin-top: -1px;
  z-index: 9;
  position: relative;
  padding: 120px 0px;
  background: #f5f5f5;
}
@media screen and (max-width: 550px) {
  .news {
    padding: 50px 0px 100px;
  }
}
.news .inner-news {
  width: 95%;
  max-width: 1230px;
  margin: 0 auto;
}
@media screen and (max-width: 1320px) {
  .news .inner-news {
    max-width: 850px;
  }
}
.news .inner-news .first-news {
  width: 100%;
  height: 380px;
  font-size: 0;
  background: #fff;
  border: 1px solid #dadada;
  position: relative;
}
@media screen and (max-width: 920px) {
  .news .inner-news .first-news {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .news .inner-news .first-news {
    height: auto;
    padding-bottom: 45px;
    width: 95%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.news .inner-news .first-news .image {
  display: inline-block;
  width: 650px;
  overflow: hidden;
  height: 100%;
  position: relative;
  background-size: cover !important;
}
@media screen and (max-width: 1320px) {
  .news .inner-news .first-news .image {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .news .inner-news .first-news .image {
    height: 200px;
    width: 100%;
  }
}
.news .inner-news .first-news .image img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.news .inner-news .first-news .content {
  display: inline-block;
  width: calc(100% - 650px);
  font-size: 16px;
  vertical-align: top;
  height: 100%;
  height: 340px;
}
@media screen and (max-width: 1320px) {
  .news .inner-news .first-news .content {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .news .inner-news .first-news .content {
    height: 230px;
    text-align: center;
    width: 100%;
  }
}
.news .inner-news .first-news .bottom-notice {
  width: calc(100% - 650px);
}
@media screen and (max-width: 1320px) {
  .news .inner-news .first-news .bottom-notice {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .news .inner-news .first-news .bottom-notice {
    width: 100%;
  }
}
.news .inner-news .first-news .content {
  box-sizing: border-box;
  padding: 20px;
}
@media screen and (max-width: 600px) {
  .news .inner-news .first-news .content {
    height: auto;
  }
}
.news .inner-news .first-news .content h2 {
  font-size: 1.5em;
  font-weight: 400;
  padding-bottom: 10px;
}
.news .inner-news .first-news .content a {
  text-decoration: none;
  color: #000;
}
.news .inner-news .first-news .content p {
  line-height: 1.4;
}
.news .inner-news .second-news {
  margin-top: 40px;
  width: 400px;
  float: left;
  background: #fff;
  border: 1px solid #dadada;
  height: 400px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  transition: opacity 0.2s ease-in-out;
}
.news .inner-news .second-news:nth-child(3n+3) {
  margin: 40px 15px 0px 15px;
}
@media screen and (max-width: 1320px) {
  .news .inner-news .second-news:nth-child(3n+3) {
    margin: 40px 0px;
  }
}
@media screen and (max-width: 1320px) {
  .news .inner-news .second-news:nth-child(2n+2) {
    margin-right: 50px;
  }
}
@media screen and (max-width: 920px) {
  .news .inner-news .second-news {
    height: 200px;
    width: 100%;
    margin: 20px auto !important;
  }
}
@media screen and (max-width: 600px) {
  .news .inner-news .second-news {
    width: 95%;
    max-width: 400px;
    height: 400px;
    float: none;
  }
}
.news .inner-news .second-news .image {
  height: 200px;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-size: cover !important;
}
@media screen and (max-width: 920px) {
  .news .inner-news .second-news .image {
    float: left;
    vertical-align: top;
    width: 50%;
    height: 100%;
  }
}
@media screen and (max-width: 600px) {
  .news .inner-news .second-news .image {
    float: none;
    width: 100%;
    height: 200px;
  }
}
.news .inner-news .second-news .image img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.news .inner-news .second-news .content {
  padding-top: 20px;
  max-width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 920px) {
  .news .inner-news .second-news .content {
    float: left;
    vertical-align: top;
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .news .inner-news .second-news .content {
    float: none;
    width: 100%;
    height: auto;
  }
}
.news .inner-news .second-news .content a {
  text-decoration: none;
  color: #000;
}
.news .inner-news .second-news .content h3 {
  padding-bottom: 8px;
  font-size: 1.1em;
  font-weight: 400;
}
.news .inner-news .second-news .content p {
  line-height: 1.4;
}
@media screen and (max-width: 920px) {
  .news .inner-news .second-news .bottom-notice {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .news .inner-news .second-news .bottom-notice {
    width: 100%;
  }
}
.news .inner-news .bottom-notice {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 40px;
  border-top: 1px solid #dadada;
}
.news .inner-news .bottom-notice .inner-notice {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.news .inner-news .bottom-notice div.read-more {
  width: 50%;
  float: left;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
}
.news .inner-news .bottom-notice div.read-more a {
  display: block;
  width: 100%;
  height: 100%;
  background: #47655b;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  padding-left: 5px;
  transition: 0.2s background ease-in-out;
}
.news .inner-news .bottom-notice div.read-more a:hover {
  background: #668E81;
}
.news .inner-news .bottom-notice div.date {
  width: 50%;
  float: left;
  line-height: 40px;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  position: relative;
  z-index: 99;
}
.news .inner-news .bottom-notice div.sep {
  position: absolute;
  left: 50%;
  top: -15px;
  margin-left: -30px;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 70px solid transparent;
  border-top: 100px solid #fff;
}
.news .inner-news .bottom-notice .news-btn {
  margin-top: 20px;
  text-decoration: none;
  color: #47655b;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: 1px;
  transition: color 0.2s ease-in-out;
}
.news .inner-news .bottom-notice .news-btn:hover {
  color: #47A0DE;
}
.news .inner-news .bottom-notice .news-btn img {
  margin-left: 5px;
  width: 11px;
  display: inline-block;
}
.news .pagination-wrap {
  width: 95%;
  max-width: 1230px;
  margin: 50px auto 0px;
  text-align: center;
  font-size: 0;
}
@media screen and (max-width: 1320px) {
  .news .pagination-wrap {
    max-width: 850px;
  }
}
.news .pagination-wrap div.inner-pagi {
  display: inline-block;
  border: 1px solid #dadada;
  background: #fff;
}
.news .pagination-wrap div.inner-pagi a, .news .pagination-wrap div.inner-pagi span {
  text-decoration: none;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  color: #000;
  font-size: 15px;
  margin-right: -1px;
  border-right: 1px solid #dadada;
  transition: all 0.2s ease-in-out;
}
.news .pagination-wrap div.inner-pagi a:hover, .news .pagination-wrap div.inner-pagi span:hover {
  color: #fff;
  background: #47655b;
}
.news .pagination-wrap div.inner-pagi span.current {
  color: #fff;
  background: #47655b;
  font-weight: 700;
}

div.wrapper.blog-wrap {
  background: #f5f5f5;
  padding-bottom: 100px;
}

div.blog-post {
  background: #fff;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: -100px;
  position: relative;
  z-index: 9;
  padding-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  div.blog-post {
    margin-top: 0;
  }
}
div.blog-post div.news-content {
  width: 95%;
  min-height: 400px;
  margin: 0 auto;
  background: #fff;
  padding: 50px 40px 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 450px) {
  div.blog-post div.news-content {
    width: 100%;
    padding: 50px 20px 50px;
  }
}
div.blog-post div.news-content p {
  line-height: 1.4;
}
div.blog-post div.news-content img, div.blog-post div.news-content iframe {
  max-width: 100% !important;
  max-height: 600px !important;
  width: auto !important;
  height: auto !important;
}
div.blog-post div.news-content h2 {
  padding: 5px 0px 10px;
  line-height: 1.3;
  font-size: 1.6em;
}
div.blog-post div.news-content h3 {
  padding: 5px 0px 10px;
  line-height: 1.3;
  font-size: 1.4em;
}
div.blog-post div.news-content h4 {
  padding: 5px 0px 8px;
  line-height: 1.3;
  font-size: 1.2em;
}
div.blog-post div.news-content h5 {
  padding: 5px 0px 8px;
  line-height: 1.3;
  font-size: 1.1em;
}
div.blog-post div.news-content h6 {
  padding: 5px 0px 8px;
  line-height: 1.3;
  font-size: 1em;
}
div.blog-post div.news-content ul, div.blog-post div.news-content ol {
  padding: 10px 0px;
  margin-left: 18px;
  line-height: 1.4;
  list-style: initial;
}
div.blog-post div.news-content ul li, div.blog-post div.news-content ol li {
  margin-bottom: 6px;
}
div.blog-post div.news-content ol {
  list-style-type: decimal;
}
div.blog-post .blog-footer {
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid #dadada;
}
div.blog-post .blog-footer .inner-footer {
  width: 95%;
  margin: 0 auto;
}
div.blog-post .blog-footer .inner-footer .tags {
  width: 70%;
  max-width: 700px;
  float: left;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 700px) {
  div.blog-post .blog-footer .inner-footer .tags {
    width: 100%;
    float: none;
    text-align: center;
  }
}
div.blog-post .blog-footer .inner-footer .tags .tag {
  display: inline-block;
  font-weight: 700;
  vertical-align: top;
  height: 30px;
  padding: 0px 20px;
  line-height: 30px;
  background: #47655b;
  color: #fff;
  margin: 0px 5px 5px;
  box-sizing: border-box;
}
div.blog-post .blog-footer .inner-footer .aboutauthor {
  width: 90%;
  float: left;
  height: 100%;
  display: table;
}
@media screen and (max-width: 700px) {
  div.blog-post .blog-footer .inner-footer .aboutauthor {
    width: 100%;
    float: none;
  }
}
div.blog-post .blog-footer .inner-footer .aboutauthor .imgwrap {
  width: 75px;
  height: 75px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  display: table-cell;
}
div.blog-post .blog-footer .inner-footer .aboutauthor .imgwrap .roundimg {
  height: 75px;
  width: 75px;
  border-radius: 999px;
  overflow: hidden;
  margin-right: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 740px) {
  div.blog-post .blog-footer .inner-footer .aboutauthor .imgwrap .roundimg {
    margin-left: 50px;
  }
}
@media screen and (max-width: 500px) {
  div.blog-post .blog-footer .inner-footer .aboutauthor .imgwrap .roundimg {
    margin-left: 20px;
  }
}
div.blog-post .blog-footer .inner-footer .aboutauthor .imgwrap img {
  max-width: 100%;
}
div.blog-post .blog-footer .inner-footer .aboutauthor .textwrap {
  display: inline-block;
  max-width: 410px;
  margin-left: 20px;
  vertical-align: middle;
  position: relative;
  display: table-cell;
}
@media screen and (max-width: 700px) {
  div.blog-post .blog-footer .inner-footer .aboutauthor .textwrap {
    text-align: left;
  }
}
div.blog-post .blog-footer .inner-footer .aboutauthor .textwrap p {
  font-size: 14px;
  margin-top: 5px;
  line-height: 1.2;
  max-width: 290px;
}
div.blog-post .blog-footer .inner-footer .published {
  width: 30%;
  float: right;
  padding: 0px 20px;
  text-align: right;
  line-height: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 700px) {
  div.blog-post .blog-footer .inner-footer .published {
    width: 100%;
    float: none;
    text-align: center;
    margin-top: 20px;
  }
}

/* Gæstebog */
div.gaestebog-wrap {
  width: 100%;
  background: #f7f7f7;
  padding: 80px 0px 100px;
}
@media screen and (max-width: 450px) {
  div.gaestebog-wrap {
    padding: 50px 0px 100px;
  }
}
div.gaestebog-wrap div.inner-gaestebog {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
div.gaestebog-wrap div.page-buttons {
  width: 95%;
  max-width: 800px;
  text-align: center;
  font-size: 0;
  margin: 0 auto 50px;
}
div.gaestebog-wrap div.page-buttons ul {
  font-size: 15px;
  margin-top: -20px;
}
div.gaestebog-wrap div.page-buttons ul li {
  display: inline-block;
  padding: 0px 20px;
  line-height: 34px;
  background: #47655b;
  border-radius: 9999px;
  margin: 0px 5px;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  margin-top: 20px;
}
div.gaestebog-wrap div.page-buttons ul li:hover {
  opacity: 0.8;
}
div.gaestebog-wrap div.page-buttons ul li a {
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}

div.citat {
  width: 800px;
  max-width: 100%;
  padding: 50px;
  margin: 0 auto 30px;
  background: #fff;
  text-align: center;
  border: 1px solid #dadada;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  div.citat {
    padding: 30px;
  }
}
@media screen and (max-width: 450px) {
  div.citat {
    padding: 30px 20px;
  }
}
div.citat h3 {
  padding-bottom: 15px;
  font-size: 1.5em;
}
div.citat p {
  line-height: 1.4;
  font-size: 1.1em;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.2px;
}
div.citat .sep {
  width: 200px;
  height: 2px;
  background: #262626;
  margin: 30px auto;
}
@media screen and (max-width: 450px) {
  div.citat .sep {
    width: 150px;
  }
}
div.citat .gaeste-name {
  font-size: 0.9em;
  line-height: 1.3;
}
div.citat .gaeste-thumb {
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin: 20px auto 0px;
  border-radius: 99999px;
}
div.citat .gaeste-thumb img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}

div.quote {
  width: 100%;
  padding: 80px 0px;
  background: #f4f4f4;
}
div.quote div.citat {
  width: 700px;
  max-width: 95%;
  background: #f4f4f4;
  text-align: center;
  border: none;
  margin: 0 auto;
  margin-bottom: 0;
  float: none;
  padding: 0;
}
div.quote div.citat .sep {
  height: 1px;
}

/* Værelser */
div.vaerelser-wrap {
  width: 100%;
  padding: 0px 0px 100px;
}
@media screen and (max-width: 450px) {
  div.vaerelser-wrap {
    padding: 50px 0px 100px;
  }
}
div.vaerelser-wrap div.inner-vaerelser {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}
div.vaerelser-wrap div.inner-vaerelser .catbox {
  width: 100%;
  display: inline-block;
  text-align: center;
  height: 50px;
}
div.vaerelser-wrap div.inner-vaerelser .catbox h2 {
  font-size: 22px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.vaerelser-wrap div.inner-vaerelser .catbox h2:before {
  content: "";
  width: 30px;
  margin-right: 20px;
  opacity: 0.3;
  display: inline-block;
  height: 1px;
  background: #000;
}
div.vaerelser-wrap div.inner-vaerelser .catbox h2:after {
  content: "";
  width: 30px;
  margin-left: 20px;
  opacity: 0.3;
  display: inline-block;
  height: 1px;
  background: #000;
}
div.vaerelser-wrap div.inner-vaerelser .vaerelser {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 20px;
}
div.vaerelser-wrap div.inner-vaerelser .vaerelser .vaerelse, div.vaerelser-wrap div.inner-vaerelser .vaerelser .wide {
  width: 48.75%;
  overflow: hidden;
  background-size: cover !important;
  min-height: 320px;
  height: auto;
  position: relative;
  margin-bottom: 20px;
  margin-right: 2.5%;
}
div.vaerelser-wrap div.inner-vaerelser .vaerelser .vaerelse:nth-of-type(2n), div.vaerelser-wrap div.inner-vaerelser .vaerelser .wide:nth-of-type(2n) {
  margin-right: 0px;
}
@media screen and (max-width: 1000px) {
  div.vaerelser-wrap div.inner-vaerelser .vaerelser .vaerelse, div.vaerelser-wrap div.inner-vaerelser .vaerelser .wide {
    width: 100%;
    margin-right: 0px;
  }
}
div.vaerelser-wrap div.inner-vaerelser .vaerelser .vaerelse:hover figcaption, div.vaerelser-wrap div.inner-vaerelser .vaerelser .wide:hover figcaption {
  top: 50%;
  opacity: 1 !important;
}
div.vaerelser-wrap div.inner-vaerelser .vaerelser .vaerelse:hover .vaerelse-text, div.vaerelser-wrap div.inner-vaerelser .vaerelser .wide:hover .vaerelse-text {
  opacity: 0;
}
div.vaerelser-wrap div.inner-vaerelser .vaerelser .vaerelse:hover:before, div.vaerelser-wrap div.inner-vaerelser .vaerelser .wide:hover:before {
  background: rgba(0, 0, 0, 0.5);
}
div.vaerelser-wrap div.inner-vaerelser .vaerelser .vaerelse:before, div.vaerelser-wrap div.inner-vaerelser .vaerelser .wide:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
div.vaerelser-wrap div.inner-vaerelser .vaerelser .vaerelse .vaerelse-text, div.vaerelser-wrap div.inner-vaerelser .vaerelser .wide .vaerelse-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 10;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  max-width: 90%;
  width: 100%;
}
div.vaerelser-wrap div.inner-vaerelser .vaerelser .vaerelse .vaerelse-text h3, div.vaerelser-wrap div.inner-vaerelser .vaerelser .wide .vaerelse-text h3 {
  color: #FFF;
  font-weight: 300;
  line-height: 1.3;
  font-size: 24px;
}
div.vaerelser-wrap div.inner-vaerelser .vaerelser .vaerelse figcaption, div.vaerelser-wrap div.inner-vaerelser .vaerelser .wide figcaption {
  position: relative;
  z-index: 10;
  color: #FFF;
  margin: 0 auto;
  transform: translateY(-50%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  max-width: 80%;
  width: 100%;
  top: 10%;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
div.vaerelser-wrap div.inner-vaerelser .vaerelser .vaerelse figcaption h4, div.vaerelser-wrap div.inner-vaerelser .vaerelser .wide figcaption h4 {
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 24px;
  font-weight: 300;
  width: 100%;
}
div.vaerelser-wrap div.inner-vaerelser .vaerelser .vaerelse figcaption .sep, div.vaerelser-wrap div.inner-vaerelser .vaerelser .wide figcaption .sep {
  height: 1px;
  width: 150px;
  background: #FFF;
  margin-bottom: 10px;
}
div.vaerelser-wrap div.inner-vaerelser .vaerelser .vaerelse figcaption p, div.vaerelser-wrap div.inner-vaerelser .vaerelser .wide figcaption p {
  text-align: center;
  line-height: 1.3;
  width: 100%;
}
div.vaerelser-wrap div.inner-vaerelser .vaerelser .vaerelse figcaption a, div.vaerelser-wrap div.inner-vaerelser .vaerelser .wide figcaption a {
  border: 1px solid #FFF;
  padding: 10px 40px;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  border-radius: 100px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 20px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
div.vaerelser-wrap div.inner-vaerelser .vaerelser .vaerelse figcaption a:hover, div.vaerelser-wrap div.inner-vaerelser .vaerelser .wide figcaption a:hover {
  background: rgba(255, 255, 255, 0.1);
}
div.vaerelser-wrap div.inner-vaerelser .vaerelser .wide {
  width: 100%;
  min-height: 400px;
  margin-right: 0px;
}
div.vaerelser-wrap div.inner-vaerelser .overview {
  overflow: hidden;
  background: #E8E8E8;
  height: 400px;
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  margin-right: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 400px) {
  div.vaerelser-wrap div.inner-vaerelser .overview {
    margin-top: 20px;
  }
}
div.vaerelser-wrap div.inner-vaerelser .overview h2 {
  font-size: 32px;
  color: #262626;
  margin-bottom: 15px;
  text-align: center;
}
div.vaerelser-wrap div.inner-vaerelser .overview p {
  font-size: 16px;
  color: #555555;
  text-align: center;
}
div.vaerelser-wrap div.inner-vaerelser .overview a {
  margin-top: 20px;
  cursor: pointer;
}

.vaerelse-wrap {
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .vaerelse-wrap {
    width: 95%;
  }
}
.vaerelse-wrap .vaerelse-content {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .vaerelse-wrap .vaerelse-content {
    width: 95%;
  }
}
.vaerelse-wrap .vaerelse-content .textisland-special {
  padding-bottom: 20px;
}
.vaerelse-wrap .vaerelse-content h1, .vaerelse-wrap .vaerelse-content h2, .vaerelse-wrap .vaerelse-content h3, .vaerelse-wrap .vaerelse-content h4, .vaerelse-wrap .vaerelse-content h5, .vaerelse-wrap .vaerelse-content h6 {
  font-size: 22px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 30px;
}
.vaerelse-wrap .vaerelse-content h1:before, .vaerelse-wrap .vaerelse-content h2:before, .vaerelse-wrap .vaerelse-content h3:before, .vaerelse-wrap .vaerelse-content h4:before, .vaerelse-wrap .vaerelse-content h5:before, .vaerelse-wrap .vaerelse-content h6:before {
  content: "";
  width: 30px;
  margin-right: 20px;
  opacity: 0.3;
  display: inline-block;
  height: 1px;
  background: #000;
}
.vaerelse-wrap .vaerelse-content h1:after, .vaerelse-wrap .vaerelse-content h2:after, .vaerelse-wrap .vaerelse-content h3:after, .vaerelse-wrap .vaerelse-content h4:after, .vaerelse-wrap .vaerelse-content h5:after, .vaerelse-wrap .vaerelse-content h6:after {
  content: "";
  width: 30px;
  margin-left: 20px;
  opacity: 0.3;
  display: inline-block;
  height: 1px;
  background: #000;
}
.vaerelse-wrap .vaerelse-content p {
  text-align: center;
  color: #555555;
  font-size: 16px;
  line-height: 1.3;
}
.vaerelse-wrap .vaerelse-content ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
}
@media screen and (max-width: 700px) {
  .vaerelse-wrap .vaerelse-content ul {
    align-items: center;
    flex-direction: column;
  }
}
.vaerelse-wrap .vaerelse-content ul li {
  width: 29%;
  list-style: disc;
  margin-bottom: 10px;
  color: #555555;
  font-size: 16px;
  line-height: 1.3;
  padding-right: 30px;
  min-width: 40px;
}
@media screen and (max-width: 700px) {
  .vaerelse-wrap .vaerelse-content ul li {
    width: auto;
  }
}
.vaerelse-wrap .galleri {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 60px;
}
.vaerelse-wrap .galleri .galleri-box {
  width: 23%;
  padding-top: 20%;
  margin-right: 2.6%;
  box-sizing: border-box;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-bottom: 2%;
  cursor: pointer;
}
.vaerelse-wrap .galleri .galleri-box:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.vaerelse-wrap .galleri .galleri-box:hover:after {
  background: rgba(0, 0, 0, 0.3);
}
.vaerelse-wrap .galleri .galleri-box:nth-child(4n) {
  margin-right: 0px;
}
.vaerelse-wrap .galleri .galleri-box:not(:nth-child(-n+4)):last-child {
  margin-right: auto;
}
@media screen and (max-width: 1100px) {
  .vaerelse-wrap .galleri .galleri-box {
    width: 31.6%;
    padding-top: 24%;
  }
  .vaerelse-wrap .galleri .galleri-box:nth-child(4n) {
    margin-right: 2%;
  }
  .vaerelse-wrap .galleri .galleri-box:nth-child(3n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 700px) {
  .vaerelse-wrap .galleri .galleri-box {
    width: 48.5%;
    margin-right: 3%;
    padding-top: 34%;
  }
  .vaerelse-wrap .galleri .galleri-box:nth-child(3n) {
    margin-right: 2%;
  }
  .vaerelse-wrap .galleri .galleri-box:nth-child(4n) {
    margin-right: 0px;
  }
  .vaerelse-wrap .galleri .galleri-box:nth-child(2n) {
    margin-right: 0px;
  }
}

/*---------  End of Pages  ------*/
/*=================================
=            OVERRIDES            =
=================================*/
/*-----  End of Overrides  ------*/
/*==================================
=            Public CSS            =
==================================*/
html,
body {
  width: 100%;
  height: 100%;
  font-family: "Lato", sans-serif !important;
  margin-top: 60px !important;
}
@media screen and (max-width: 1250px) {
  html,
  body {
    margin-top: 53px !important;
  }
}
@media screen and (max-width: 450px) {
  html,
  body {
    margin-top: 45px !important;
  }
}
@media screen and (max-width: 450px) {
  html .header-wrap nav,
  body .header-wrap nav {
    top: 91px;
  }
}
html.admin-bar,
body.admin-bar {
  margin-top: 122px !important;
}
@media screen and (max-width: 782px) {
  html.admin-bar,
  body.admin-bar {
    margin-top: 108px !important;
  }
}
@media screen and (max-width: 600px) {
  html.admin-bar,
  body.admin-bar {
    margin-top: 60px !important;
  }
}
html.admin-bar header,
body.admin-bar header {
  margin-top: 32px !important;
}
@media screen and (max-width: 782px) {
  html.admin-bar header,
  body.admin-bar header {
    margin-top: 46px !important;
  }
}
@media screen and (max-width: 600px) {
  html.admin-bar header,
  body.admin-bar header {
    margin-top: 0 !important;
    z-index: 9999999;
  }
}
html.has-info-bar,
body.has-info-bar {
  margin-top: 97px;
}
@media screen and (max-width: 1250px) {
  html.has-info-bar,
  body.has-info-bar {
    margin-top: 89px;
  }
}
@media screen and (max-width: 600px) {
  html.has-info-bar,
  body.has-info-bar {
    margin-top: 45px;
  }
}
html.has-info-bar header,
body.has-info-bar header {
  margin-top: 36px;
}
@media screen and (max-width: 600px) {
  html.has-info-bar header,
  body.has-info-bar header {
    margin-top: 0;
  }
}
@media screen and (max-width: 1160px) {
  html.has-info-bar .header-wrap nav,
  body.has-info-bar .header-wrap nav {
    top: 142px;
  }
}
@media screen and (max-width: 600px) {
  html.has-info-bar .header-wrap nav,
  body.has-info-bar .header-wrap nav {
    top: 106px;
  }
}
@media screen and (max-width: 450px) {
  html.has-info-bar .header-wrap nav,
  body.has-info-bar .header-wrap nav {
    top: 91px;
  }
}

video {
  display: block;
}

.pp_gallery {
  display: none !important;
}

.table {
  display: table;
  height: 100%;
  width: 100%;
  z-index: 9;
  position: relative;
}

.table-cell,
.cell {
  display: table-cell;
  vertical-align: middle;
}

.wp-smiley {
  width: 20px;
}

p a {
  color: #47655b;
  font-weight: 400;
  text-decoration: none;
  display: initial;
}

.border-none .kontaktinfo {
  border: none !important;
}

.panel-grid {
  margin-bottom: auto !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.panel-grid-cell {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.so-panel {
  margin-bottom: 0px !important;
}

/* Slider styles*/
.slider-pro {
  padding-top: 20px;
  padding-bottom: 100px;
}

.no-border {
  border-bottom: none !important;
}

.sp-bottom-thumbnails .sp-thumbnail-container {
  opacity: 0.7;
  transition: 0.2s opacity ease-in-out;
}

.sp-selected-thumbnail {
  opacity: 1 !important;
  border: none !important;
}

.sp-fade-full-screen {
  display: none !important;
}

.apss-theme-4 .apss-single-icon a:hover .apss-icon-block:after {
  background: none !important;
}

.apss-theme-4 .apss-linkedin a:hover .fa,
.apss-theme-4 .apss-google-plus a:hover .fa,
.apss-theme-4 .apss-twitter a:hover .fa,
.apss-theme-4 .apss-facebook a:hover .fa {
  color: inherit;
}

.apss-single-icon a {
  opacity: 1;
  transition: 0.2s ease-in-out;
}
.apss-single-icon a:hover {
  opacity: 0.6;
}

.apss-social-share {
  font-family: inherit !important;
  margin-top: 50px;
}

ul.image-gallery {
  padding: 0px 0px 80px;
  text-align: center;
  min-height: 300px;
  display: block;
  width: 95%;
  max-width: 1500px;
  margin: 0 auto;
}

.no-cover .textblock {
  border-top: none;
}

.wpcf7-form-control-wrap .wpcf7-list-item {
  display: inline-block !important;
  margin: 0px 0px 10px 0px !important;
}
.wpcf7-form-control-wrap .wpcf7-list-item input[type=checkbox] + span::before {
  content: " ";
  position: absolute;
  left: -33px;
  top: -5px;
  width: 20px;
  height: 20px;
  display: block;
  background: white;
  border: 1px solid #dadada;
}
.wpcf7-form-control-wrap .wpcf7-list-item input[type=checkbox] + span::after {
  content: " ";
  position: absolute;
  left: -33px;
  top: -5px;
  width: 20px;
  height: 20px;
  display: block;
  z-index: 1;
  background: url("../../img/checkmark.png");
  background-size: 15px 15px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
}
.wpcf7-form-control-wrap .wpcf7-list-item input[type=checkbox] {
  opacity: 0;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 4;
  cursor: pointer;
}
.wpcf7-form-control-wrap .wpcf7-list-item input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.wpcf7-form-control-wrap .wpcf7-list-item .wpcf7-list-item-label {
  z-index: 2;
  position: relative;
}

.gdpr-link {
  display: inline-block;
  margin-bottom: 10px;
}

.grecaptcha-badge {
  display: none !important;
}

ul.easy-image-gallery li a img {
  width: 150px;
  height: 150px;
}

/*************************************/
/********      MIGO CSS     **********/
/*************************************/
div#frontpage-cover h1 {
  font-family: Abril Fatface;
  font-size: 3em;
  letter-spacing: 3px;
  font-weight: normal;
}

div#frontpage-cover h1 span {
  display: block;
}

div#frontpage-cover p.intro-text {
  font-weight: 300;
  font-family: Quicksand;
  font-size: 1em;
}

.page-template-front-page div.text-image-boxes div.ti-box div.content {
  bottom: 0px;
  left: calc(50% - 80px);
  width: 160px;
  height: 36px;
  line-height: 36px;
  background: #4f402f;
}

.page-template-front-page div.text-image-boxes div.ti-box div.content h3 {
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
  font-family: Abril Fatface;
  font-weight: 100;
}

.frontpage-link-images {
  margin: 30px 40px 0 40px;
}

.frontpage-link-images .textwidget.custom-html-widget {
  text-align: center;
  width: 200px;
  margin: auto;
  height: 35px;
  line-height: 35px;
  background: #4f402f;
}

.frontpage-link-images .widget_custom_html.so-panel {
  display: flex;
  margin-bottom: 10px !important;
}

.frontpage-link-images .textwidget.custom-html-widget a {
  font-size: 19px;
  text-transform: uppercase;
  color: #fff;
  font-family: Cuprum;
  text-decoration: none;
  font-weight: bold;
}

.frontpage-link-images .panel-last-child .textwidget p {
  font-size: 15px;
  line-height: 18px;
  color: #000;
}

.frontpage-link-images .widget_media_image img {
  min-width: 100%;
}

.frontpage-link-images .panel-grid-cell {
  position: relative;
  margin-bottom: 10px;
}

.frontpage-link-images .panel-first-child {
  margin-bottom: -20px !important;
}

.conf-text-image-block .left-block.swap h3 a, .conf-text-image-block .left-block h3 a {
  border-bottom: none;
}

.conf-text-image-block .left-block.swap h3, .conf-text-image-block .left-block h3, .conf-text-image-block-new h3.widget-title {
  font-family: Abril Fatface;
  letter-spacing: 1px !important;
  font-weight: normal;
}

.conf-text-image-block-new .widget_text {
  padding: 0 20px;
}

.home .conf-text-image-block div.grid-blocks .first-block .left-block p, .conf-text-image-block-new .textwidget p {
  color: #000;
}

.home .textblock p {
  color: #000;
}

.home {
  background: #e7e2de;
}

.home .textblock {
  background: #e7e2de;
  padding-top: 30px;
}

.home .textblock div.breaker {
  display: none;
}

.home .textblock h2 {
  font-family: Abril Fatface;
  font-weight: normal;
  font-size: 1.5em;
  text-transform: uppercase;
}

.home .textblock p.teaser {
  font-family: Abril Fatface;
  font-weight: normal;
  font-size: 1.5em;
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
}

/*************************************/
/*****      HEADER STYLES       ******/
/*************************************/
html, body {
  margin-top: 0 !important;
}

html.admin-bar, body.admin-bar {
  margin-top: 0px !important;
}

.home header {
  background: transparent;
}

.home header.scroll-header {
  background: #e7e2de;
}

.home header.scroll-header .header-wrap nav ul li a {
  color: #333;
}

header .header-wrap nav ul li a {
  font-family: Cuprum;
}

.home header .header-wrap nav ul li ul li a {
  color: #333;
}

header {
  border-bottom: 0;
  box-shadow: none;
  height: 100px;
  background: #e7e2de;
}

header .header-wrap {
  justify-content: space-evenly;
}

header .header-wrap nav ul {
  float: none;
  text-align: center;
}

header .header-wrap nav ul li a {
  line-height: 100px;
}

/* Skjuler tekst */
header .header-wrap .logo-menu-item a {
  text-indent: -9999px; /* skjuler teksten */
  width: 100px; /* bredden af dit logo */
  height: 100px; /* højden af dit logo */
  display: inline-block; /* gør linket til en inline-block */
  background: url("/wp-content/themes/holckenhavn/public/img/HS_monogram_website_logo.svg") no-repeat center center;
  background-size: contain; /* sikrer, at baggrunden dækker hele området */
}

.pull_menu {
  top: 24px;
}

.home .pull_menu .line-1, .home .pull_menu .line-2, .home .pull_menu .line-3 {
  background: #fff;
}

.home header.scroll-header .pull_menu .line-1, .home header.scroll-header .pull_menu .line-2, .home header.scroll-header .pull_menu .line-3 {
  background: #333;
}

.logo-mobile {
  display: none;
}

/*************************************/
/*****      FOOTER STYLES       ******/
/*************************************/
.instafeed-wrap .instafeed-wrap__logo img {
  width: 40px;
  height: 40px;
}

.instafeed-wrap .instafeed-wrap__logo {
  width: 80px;
  height: 80px;
}

footer {
  background: #a3968b;
  position: relative;
  min-height: 70px;
}

.footer-logo img {
  max-height: 100px;
  position: absolute;
  top: -55px;
  left: calc(50% - 50px);
}

.footer-block-container {
  display: flex;
  font-size: 14px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 50px 20px 19px;
  text-transform: uppercase;
  color: #5f513d;
  font-weight: bold;
  font-family: Cuprum;
}

.footer-block-container a {
  text-decoration: none;
  color: #5f513d;
  font-family: Cuprum;
  font-weight: bold;
}

.footer-block-migo.footer-block-3 svg {
  height: 25px;
  width: 25px;
  margin-right: 5px;
  margin-top: -8px;
}

/*************************************/
/*****      MEDIA QUERIES       ******/
/*************************************/
@media screen and (min-width: 1161px) {
  .home header .header-wrap nav ul li a {
    color: #fff;
  }
}
@media screen and (max-width: 1609px) {
  header .header-wrap nav ul li a {
    font-size: 14px;
  }
  header .header-wrap nav ul li {
    margin: 0 12px;
  }
  header .header-wrap nav {
    width: 94%;
  }
}
@media screen and (max-width: 1398px) {
  header .header-wrap nav ul li {
    margin: 0 10px;
  }
}
@media screen and (max-width: 1198px) {
  header .header-wrap nav {
    width: 98%;
  }
  header .header-wrap nav ul li {
    margin: 0 8px;
  }
}
@media screen and (max-width: 1160px) {
  .logo-mobile {
    display: block;
    margin: auto;
    text-align: center;
  }
  .logo-mobile img {
    max-height: 100px;
  }
  header .header-wrap nav {
    top: 100px;
  }
  div#frontpage-cover {
    margin-top: 0;
  }
  div#frontpage-cover h1 {
    font-size: 3em;
  }
  header .header-wrap nav ul li a {
    font-size: 18px !important;
    line-height: 32px !important;
  }
  header .header-wrap nav ul li {
    margin: 20px 8px;
    padding-bottom: 14px;
  }
  header .header-wrap nav ul li ul li a {
    font-size: 15px !important;
    line-height: 20px !important;
    padding: 7px 0px;
    font-weight: normal !important;
  }
  .logo-menu-item {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  div.grid-blocks .first-block .left-block {
    padding: 30px 0 30px;
  }
}
@media screen and (max-width: 960px) {
  .footer-block-container {
    flex-direction: column;
  }
  .footer-block-migo {
    margin-bottom: 30px;
  }
  .footer-block-migo:last-child {
    margin-bottom: 0;
  }
  .footer-block-migo.footer-block-1 {
    order: 3;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .footer-block-migo.footer-block-2 a[href^="tel:"] {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .footer-block-migo.footer-block-2 span {
    display: none;
  }
}
@media screen and (max-width: 756px) {
  div#frontpage-cover h1 {
    font-size: 2em;
  }
}
@media screen and (max-width: 450px) {
  div#frontpage-cover h1 {
    font-size: 1.5em;
  }
}
/****/
@media screen and (min-width: 1001px) {
  .home div.grid-blocks .first-block .right-block img.large-text-img,
  .home div.grid-blocks .first-block .left-block img.large-text-img {
    position: unset !important;
    transform: none !important;
    max-height: 1000px;
  }
  .home .conf-text-image-block .img-block,
  .home .conf-text-image-block .left-block.swap.img-block {
    height: 100% !important;
  }
  .home .conf-text-image-block {
    margin-top: 30px !important;
  }
  .frontpage-link-images.second-fp-images {
    margin-bottom: 70px;
  }
}
.home .conf-text-image-block {
  margin-top: 70px;
}

.page-id-6913 ul.easy-image-gallery {
  padding-top: 30px;
}

.page-id-6913 a.book-now {
  display: none;
}

.page-id-6913 div.grid-blocks.borders {
  border-top: none;
  border-bottom: none;
}

.page-id-7457 ul.easy-image-gallery {
  padding-top: 30px;
}

.page-id-7457 a.book-now {
  display: none;
}

.page-id-7457 div.grid-blocks.borders {
  border-top: none;
  border-bottom: none;
}

.konf-video-mm .textblock h2,
.konf-video-mm .teaser,
.konf-video-mm .breaker {
  display: none;
}

.konference-contact-form.kontaktinfo {
  background: #e4dfd9;
  text-align: center;
}

.konference-contact-form.kontaktinfo .contact-wrap {
  margin-bottom: 0;
}

.konference-contact-form.kontaktinfo .contact-wrap .first-row {
  padding-bottom: 0;
}

.konference-contact-form.kontaktinfo .contact-wrap input[type=text],
.konference-contact-form.kontaktinfo .contact-wrap input[type=email],
.konference-contact-form.kontaktinfo .contact-wrap textarea {
  background: #e4dfd9;
  border-bottom: 2px solid #cabeae !important;
  font-size: 16px;
  margin-bottom: 30px;
  text-indent: 0;
  padding-left: 0;
  border: none;
}

.konference-contact-form.kontaktinfo .contact-wrap textarea {
  border-top: none;
  border-left: none;
  border-right: none;
  height: 60px;
  width: 100%;
}

.konference-contact-form.kontaktinfo .contact-wrap input[type=text]:focus,
.konference-contact-form.kontaktinfo .contact-wrap input[type=email]:focus {
  border-top: none;
  border-left: none;
  border-right: none;
}

.konference-contact-form.kontaktinfo .contact-wrap .wpcf7-submit {
  background: #000;
  color: #fff;
  font-size: 22px;
  border: none;
  padding: 7px 50px;
  margin: 40px auto -1px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.konference-contact-form.kontaktinfo .wpcf7-spinner {
  display: none;
}

.konference-contact-form.kontaktinfo span.wpcf7-list-item {
  text-align: left;
  width: 100%;
}

.konference-contact-form.kontaktinfo .contact-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.konference-contact-form.kontaktinfo .conf-row-two {
  padding-left: 10px;
}

.konference-contact-form.kontaktinfo .conf-row-one {
  padding-right: 10px;
}

.conf-video-block .textblock .video-wrap .video {
  width: 613px;
}

.conf-video-block .textblock .video-wrap .video img {
  width: 100%;
}

.conf-video-block .video-wrap p {
  font-weight: bold;
}

@media only screen and (min-width: 1001px) {
  .conf-text-image-block .img-block,
  .conf-text-image-block .left-block.swap.img-block {
    width: 70% !important;
    height: 92vh !important;
  }
  .conf-text-image-block div.grid-blocks .first-block {
    height: auto;
    display: flex;
    align-items: center;
  }
  .conf-text-image-block .left-block.swap,
  .conf-text-image-block .left-block {
    width: 30% !important;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
.conf-text-image-block .left-block.swap a,
.conf-text-image-block .left-block a {
  color: #000;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  margin-top: 10px;
}

.conf-text-image-block {
  margin: 10px 0;
}

.conf-text-image-block div.grid-blocks .first-block .left-block p {
  margin-bottom: 10px;
}

.conf-custom-prices {
  margin: 40px auto;
  padding: 20px 20px;
  justify-content: space-around !important;
  text-align: center;
  align-items: stretch !important;
  flex-wrap: wrap !important;
  align-content: space-around !important;
  max-width: 1200px;
}

.conf-custom-prices .panel-grid-cell {
  background: #e4dfd9;
  padding: 20px 10px 50px !important;
  word-break: break-word;
  position: relative;
  min-width: 270px;
  margin: 10px auto;
}

@media only screen and (max-width: 1215px) {
  .conf-custom-prices .panel-grid-cell {
    width: calc(41% - 22.5px) !important;
  }
}
.conf-custom-prices .panel-grid-cell p strong {
  font-size: 20px;
  line-height: 1.4;
}

.conf-custom-prices .panel-grid-cell ul {
  margin-top: 12px;
  margin-bottom: 20px;
  text-align: left;
  list-style: disc;
  padding-left: 30px;
  line-height: 1.3;
}

.conf-custom-prices .panel-grid-cell p:last-child {
  margin-top: 30px;
  position: absolute;
  bottom: 7px;
  left: calc(50% - 50px);
}

.conf-custom-prices .panel-grid-cell p a {
  background: #cabeae;
  color: #000;
  padding: 5px 16px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.conf-text-image-block-new {
  align-items: center !important;
  margin-top: 30px;
  margin-bottom: 30px;
}

.conf-text-image-block-new .textwidget {
  text-align: left;
  line-height: 1.5;
  color: dimgray;
  font-size: 1em;
}

.conf-text-image-block-new h3 {
  width: 90%;
  max-width: 600px;
  margin: 0 0 20px;
  text-align: left;
  font-size: 1.5em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.conf-text-image-block-new .konf-text-widget {
  padding: 30px 10%;
}

.conf-text-image-block-new a.post-edit-link {
  display: none;
}

@media screen and (max-width: 1000px) {
  .conf-text-image-block .first-block {
    display: flex;
    flex-direction: column;
  }
  .conf-text-image-block .left-block {
    order: 2;
  }
  .conf-text-image-block .img-block {
    order: 1;
  }
}
.frontpage-category-boxes div.text-image-boxes div.ti-box div.content {
  bottom: 50px;
  left: 30%;
  width: 39%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #fff;
  text-transform: uppercase;
  background: rgba(54, 31, 17, 0.7882352941);
}

.frontpage-category-boxes {
  margin: 50px 20px 0;
}

a.a-btn.custom-cta-btn-text {
  margin: 20px 0;
  padding: 0 10px;
  width: auto !important;
}

/*** BRYLLUP ***/
.page-id-8438 a.book-now {
  display: none;
}

.bryllup-pdf-section .pdf-section {
  border: none;
  background: #fff;
}

.wedding-video-block .textblock .video-wrap .video {
  width: 200px;
}

/***** FEST *****/
#party-selection-wrapper {
  margin-top: 100px;
}

#party-selection-wrapper .widget_media_image {
  position: relative;
  text-align: center;
  display: flex;
  align-items: end;
  justify-content: center;
  overflow: hidden;
}

#party-selection-wrapper .widget_media_image h3 {
  position: absolute;
  color: #fff;
  margin-bottom: 30%;
  font-family: Abril Fatface;
  font-size: 5em;
  letter-spacing: 3px;
  font-weight: normal;
  z-index: 99;
}

#party-selection-wrapper .widget_media_image img {
  width: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 1s;
}

#party-selection-wrapper .widget_media_image img {
  transition: transform 0.5s ease-in-out;
}

#party-selection-wrapper .widget_media_image:hover img {
  transform: scale(1.1);
}

@media screen and (min-width: 781px) {
  #party-selection-wrapper .widget_media_image img {
    height: 90vh !important;
  }
  #party-selection-wrapper .widget_media_image {
    display: flex;
  }
  #party-selection-wrapper .panel-grid-cell {
    width: calc(50% - 5px) !important;
  }
}
@media screen and (max-width: 780px) {
  #party-selection-wrapper .widget_media_image h3 {
    font-size: 3em;
  }
  #party-selection-wrapper .widget_media_image img {
    width: 100vw !important;
  }
  .panel-grid-cell {
    margin-bottom: 10px !important;
  }
  .panel-grid-cell:last-child {
    margin-bottom: 0 !important;
  }
}
/*-----  End of Public CSS  ------*/
