@charset "UTF-8";
/*
 Theme Name: Hamrén Media Theme 
 Description: Hamrén Media Theme
 Author: Hamrén Media
 Version: 2.0
 */
@import url("https://fonts.googleapis.com/css?family=Overpass:400,700|Sanchez&display=swap");
body {
  -webkit-font-smoothing: antialiased;
  font-family: "Overpass", sans-serif;
}
body a {
  text-decoration: none;
}
body a, body h1, body h2, body h3, body .schema-faq-section .schema-faq-question, body h4, body .elementor-widget-breadcrumbs  p, body .elementor-widget-breadcrumbs  li, body h5, body p, body li, body .pre {
  color: #ffffff;
}
body h1 {
  font-family: "Overpass", sans-serif;
  font-size: 30px;
  line-height: 1.4em !important;
  font-weight: 700;
  color: #000000;
  background: #E4FFFF;
  display: inline;
  padding: 0.05em 0 !important;
  box-shadow: 5px 0 0 #E4FFFF, -5px 0 0 #E4FFFF;
}
@media (min-width: 500px) {
  body h1 {
    font-size: 65px;
  }
}
@media (min-width: 1054px) {
  body h1 {
    font-size: 75px;
  }
}
body h2 {
  font-family: "Overpass", sans-serif;
  font-size: 25px;
  line-height: 1em;
  margin-bottom: 20px;
  font-weight: 700;
  color: #ffffff;
}
@media (min-width: 500px) {
  body h2 {
    font-size: 40px;
  }
}
@media (min-width: 1054px) {
  body h2 {
    font-size: 50px;
    line-height: 1.2em;
    margin-top: 40px;
  }
}
body h3, body .schema-faq-section .schema-faq-question {
  font-family: "Overpass", sans-serif;
  font-size: 20px;
  line-height: 1.1em;
  margin-bottom: 20px;
  font-weight: 700;
}
@media (min-width: 500px) {
  body h3, body .schema-faq-section .schema-faq-question {
    font-size: 23px;
  }
}
@media (min-width: 1054px) {
  body h3, body .schema-faq-section .schema-faq-question {
    font-size: 26px;
  }
}
.elementor-widget-heading body h3.elementor-heading-title, .elementor-widget-heading body body .schema-faq-section .elementor-heading-title.schema-faq-question, body .schema-faq-section .elementor-widget-heading body .elementor-heading-title.schema-faq-question {
  line-height: 1.1em;
}
body h4, body .elementor-widget-breadcrumbs  p, body .elementor-widget-breadcrumbs  li {
  font-family: "Sanchez", serif;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: normal;
  margin-bottom: 10px;
}
@media (min-width: 500px) {
  body h4, body .elementor-widget-breadcrumbs  p, body .elementor-widget-breadcrumbs  li {
    font-size: 20px;
  }
}
body #content h4, body #content .elementor-widget-breadcrumbs  p, body .elementor-widget-breadcrumbs  #content p, body #content .elementor-widget-breadcrumbs  li {
  font-family: "Overpass", sans-serif;
}
body p, body li {
  font-family: "Overpass", sans-serif;
  font-size: 15px;
  line-height: 1.6em;
}
@media (min-width: 1054px) {
  body p, body li {
    font-size: 17px;
  }
}
body p:first-of-type {
  margin-top: 0;
}
body p a:not(.button), body li a:not(.button) {
  border-bottom: 2px solid #00CDCD;
  padding-bottom: 1px;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
body p a:not(.button):hover, body li a:not(.button):hover {
  color: #00CDCD;
}
body .pre .elementor-text-editor, body .pre p, body .pre li {
  font-size: 18px;
  line-height: 1.4em;
}
@media (min-width: 1054px) {
  body .pre .elementor-text-editor, body .pre p, body .pre li {
    font-size: 20px;
  }
}
@media (max-width: 825px) {
  body .elementor-widget-breadcrumbs  {
    margin-top: 30px;
  }
}
@media (min-width: 500px) {
  .grid-item-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.grid-item-wrapper .grid-item {
  margin-bottom: 20px;
}
.col-1.grid-item-wrapper .grid-item {
  width: 100%;
}
@media (min-width: 500px) and (max-width: 825px) {
  .col-1.grid-item-wrapper .grid-item {
    width: calc(50% - (20px / 2) - 1px);
    margin-right: 20px;
  }
  .col-1.grid-item-wrapper .grid-item:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 825px) {
  .col-1.grid-item-wrapper .grid-item {
    width: calc((100% / 1 ) - ( (20px * ( 1 - 1) ) / 1 ) - 1px);
    margin-right: 20px;
  }
  .col-1.grid-item-wrapper .grid-item:nth-child(1n + 1) {
    margin-right: 0;
  }
}
.col-2.grid-item-wrapper .grid-item {
  width: 100%;
}
@media (min-width: 500px) and (max-width: 825px) {
  .col-2.grid-item-wrapper .grid-item {
    width: calc(50% - (20px / 2) - 1px);
    margin-right: 20px;
  }
  .col-2.grid-item-wrapper .grid-item:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 825px) {
  .col-2.grid-item-wrapper .grid-item {
    width: calc((100% / 2 ) - ( (20px * ( 2 - 1) ) / 2 ) - 1px);
    margin-right: 20px;
  }
  .col-2.grid-item-wrapper .grid-item:nth-child(2n + 2) {
    margin-right: 0;
  }
}
.col-3.grid-item-wrapper .grid-item {
  width: 100%;
}
@media (min-width: 500px) and (max-width: 825px) {
  .col-3.grid-item-wrapper .grid-item {
    width: calc(50% - (20px / 2) - 1px);
    margin-right: 20px;
  }
  .col-3.grid-item-wrapper .grid-item:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 825px) {
  .col-3.grid-item-wrapper .grid-item {
    width: calc((100% / 3 ) - ( (20px * ( 3 - 1) ) / 3 ) - 1px);
    margin-right: 20px;
  }
  .col-3.grid-item-wrapper .grid-item:nth-child(3n + 3) {
    margin-right: 0;
  }
}
.col-4.grid-item-wrapper .grid-item {
  width: 100%;
}
@media (min-width: 500px) and (max-width: 825px) {
  .col-4.grid-item-wrapper .grid-item {
    width: calc(50% - (20px / 2) - 1px);
    margin-right: 20px;
  }
  .col-4.grid-item-wrapper .grid-item:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 825px) {
  .col-4.grid-item-wrapper .grid-item {
    width: calc((100% / 4 ) - ( (20px * ( 4 - 1) ) / 4 ) - 1px);
    margin-right: 20px;
  }
  .col-4.grid-item-wrapper .grid-item:nth-child(4n + 4) {
    margin-right: 0;
  }
}
.col-5.grid-item-wrapper .grid-item {
  width: 100%;
}
@media (min-width: 500px) and (max-width: 825px) {
  .col-5.grid-item-wrapper .grid-item {
    width: calc(50% - (20px / 2) - 1px);
    margin-right: 20px;
  }
  .col-5.grid-item-wrapper .grid-item:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 825px) {
  .col-5.grid-item-wrapper .grid-item {
    width: calc((100% / 5 ) - ( (20px * ( 5 - 1) ) / 5 ) - 1px);
    margin-right: 20px;
  }
  .col-5.grid-item-wrapper .grid-item:nth-child(5n + 5) {
    margin-right: 0;
  }
}
.col-6.grid-item-wrapper .grid-item {
  width: 100%;
}
@media (min-width: 500px) and (max-width: 825px) {
  .col-6.grid-item-wrapper .grid-item {
    width: calc(50% - (20px / 2) - 1px);
    margin-right: 20px;
  }
  .col-6.grid-item-wrapper .grid-item:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 825px) {
  .col-6.grid-item-wrapper .grid-item {
    width: calc((100% / 6 ) - ( (20px * ( 6 - 1) ) / 6 ) - 1px);
    margin-right: 20px;
  }
  .col-6.grid-item-wrapper .grid-item:nth-child(6n + 6) {
    margin-right: 0;
  }
}
.col-7.grid-item-wrapper .grid-item {
  width: 100%;
}
@media (min-width: 500px) and (max-width: 825px) {
  .col-7.grid-item-wrapper .grid-item {
    width: calc(50% - (20px / 2) - 1px);
    margin-right: 20px;
  }
  .col-7.grid-item-wrapper .grid-item:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 825px) {
  .col-7.grid-item-wrapper .grid-item {
    width: calc((100% / 7 ) - ( (20px * ( 7 - 1) ) / 7 ) - 1px);
    margin-right: 20px;
  }
  .col-7.grid-item-wrapper .grid-item:nth-child(7n + 7) {
    margin-right: 0;
  }
}
.col-8.grid-item-wrapper .grid-item {
  width: 100%;
}
@media (min-width: 500px) and (max-width: 825px) {
  .col-8.grid-item-wrapper .grid-item {
    width: calc(50% - (20px / 2) - 1px);
    margin-right: 20px;
  }
  .col-8.grid-item-wrapper .grid-item:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 825px) {
  .col-8.grid-item-wrapper .grid-item {
    width: calc((100% / 8 ) - ( (20px * ( 8 - 1) ) / 8 ) - 1px);
    margin-right: 20px;
  }
  .col-8.grid-item-wrapper .grid-item:nth-child(8n + 8) {
    margin-right: 0;
  }
}
.col-9.grid-item-wrapper .grid-item {
  width: 100%;
}
@media (min-width: 500px) and (max-width: 825px) {
  .col-9.grid-item-wrapper .grid-item {
    width: calc(50% - (20px / 2) - 1px);
    margin-right: 20px;
  }
  .col-9.grid-item-wrapper .grid-item:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 825px) {
  .col-9.grid-item-wrapper .grid-item {
    width: calc((100% / 9 ) - ( (20px * ( 9 - 1) ) / 9 ) - 1px);
    margin-right: 20px;
  }
  .col-9.grid-item-wrapper .grid-item:nth-child(9n + 9) {
    margin-right: 0;
  }
}
.grid-item-wrapper.col-3.grid-item-wrapper .grid-item {
  width: 100%;
  margin-right: 0;
}
@media (min-width: 765px) {
  .grid-item-wrapper.col-3.grid-item-wrapper .grid-item {
    width: calc((100% / 3 ) - ( (20px * ( 3 - 1) ) / 3 ) - 1px);
    margin-right: 20px;
  }
  .grid-item-wrapper.col-3.grid-item-wrapper .grid-item:nth-child(3n + 3) {
    margin-right: 0;
  }
}
.grid-item-wrapper .grid-item .top-section {
  position: relative;
  overflow: hidden;
}
.grid-item-wrapper .grid-item .top-section .banner {
  position: absolute;
  background-color: #E4FFFF;
  border-bottom: 5px solid #00CDCD;
  top: 30px;
  right: -100px;
  padding: 10px 110px;
  display: flex;
  align-items: center;
  transform: rotate(35deg);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
.grid-item-wrapper .grid-item .top-section .banner p, .grid-item-wrapper .grid-item .top-section .banner body li, body .grid-item-wrapper .grid-item .top-section .banner li {
  color: #000000;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 15px;
}
.grid-item-wrapper .grid-item .top-section .banner i {
  color: #000000;
  margin-left: 5px;
  font-size: 12px;
}
.grid-item-wrapper .grid-item.dansstilar, .grid-item-wrapper .grid-item.post, .grid-item-wrapper .grid-item.personal, .grid-item-wrapper .grid-item.dancecamp {
  display: flex;
  flex-direction: column;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.grid-item-wrapper .grid-item.dansstilar:hover, .grid-item-wrapper .grid-item.post:hover, .grid-item-wrapper .grid-item.personal:hover, .grid-item-wrapper .grid-item.dancecamp:hover {
  transform: translateY(-10px);
}
.grid-item-wrapper .grid-item.dansstilar:hover .bottom-section, .grid-item-wrapper .grid-item.post:hover .bottom-section, .grid-item-wrapper .grid-item.personal:hover .bottom-section, .grid-item-wrapper .grid-item.dancecamp:hover .bottom-section {
  background-color: #cbffff;
}
.grid-item-wrapper .grid-item.dansstilar .top-section, .grid-item-wrapper .grid-item.post .top-section, .grid-item-wrapper .grid-item.personal .top-section, .grid-item-wrapper .grid-item.dancecamp .top-section {
  height: 250px;
  background-image: url(/wp-content/uploads/sites/2/2020/03/placeholder.png);
  background-position: center center;
}
.grid-item-wrapper .grid-item.dansstilar .top-section img, .grid-item-wrapper .grid-item.post .top-section img, .grid-item-wrapper .grid-item.personal .top-section img, .grid-item-wrapper .grid-item.dancecamp .top-section img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.grid-item-wrapper .grid-item.dansstilar .bottom-section, .grid-item-wrapper .grid-item.post .bottom-section, .grid-item-wrapper .grid-item.personal .bottom-section, .grid-item-wrapper .grid-item.dancecamp .bottom-section {
  flex-grow: 1;
  border-bottom: 5px solid #00CDCD;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #E4FFFF;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.grid-item-wrapper .grid-item.dansstilar .bottom-section .elementor-button, .grid-item-wrapper .grid-item.post .bottom-section .elementor-button, .grid-item-wrapper .grid-item.personal .bottom-section .elementor-button, .grid-item-wrapper .grid-item.dancecamp .bottom-section .elementor-button {
  background-color: transparent;
}
.grid-item-wrapper .grid-item.dansstilar .bottom-section .elementor-button:hover, .grid-item-wrapper .grid-item.post .bottom-section .elementor-button:hover, .grid-item-wrapper .grid-item.personal .bottom-section .elementor-button:hover, .grid-item-wrapper .grid-item.dancecamp .bottom-section .elementor-button:hover {
  background-color: transparent;
}
.grid-item-wrapper .grid-item.dansstilar .bottom-section .elementor-button:hover .elementor-button-icon, .grid-item-wrapper .grid-item.post .bottom-section .elementor-button:hover .elementor-button-icon, .grid-item-wrapper .grid-item.personal .bottom-section .elementor-button:hover .elementor-button-icon, .grid-item-wrapper .grid-item.dancecamp .bottom-section .elementor-button:hover .elementor-button-icon {
  color: #00CDCD;
}
.grid-item-wrapper .grid-item.dansstilar .bottom-section .elementor-button .elementor-button-content-wrapper, .grid-item-wrapper .grid-item.post .bottom-section .elementor-button .elementor-button-content-wrapper, .grid-item-wrapper .grid-item.personal .bottom-section .elementor-button .elementor-button-content-wrapper, .grid-item-wrapper .grid-item.dancecamp .bottom-section .elementor-button .elementor-button-content-wrapper {
  font-size: 20px;
  font-weight: bold;
}
.grid-item-wrapper .grid-item.dansstilar .bottom-section .elementor-button .elementor-button-content-wrapper .elementor-button-text, .grid-item-wrapper .grid-item.post .bottom-section .elementor-button .elementor-button-content-wrapper .elementor-button-text, .grid-item-wrapper .grid-item.personal .bottom-section .elementor-button .elementor-button-content-wrapper .elementor-button-text, .grid-item-wrapper .grid-item.dancecamp .bottom-section .elementor-button .elementor-button-content-wrapper .elementor-button-text {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.grid-item-wrapper .grid-item.post .bottom-section .inner, .grid-item-wrapper .grid-item.personal .bottom-section .inner, .grid-item-wrapper .grid-item.dancecamp .bottom-section .inner {
  padding: 0 20px;
}
.grid-item-wrapper .grid-item.post .bottom-section .inner h3, .grid-item-wrapper .grid-item.post .bottom-section .inner body .schema-faq-section .schema-faq-question, body .schema-faq-section .grid-item-wrapper .grid-item.post .bottom-section .inner .schema-faq-question, .grid-item-wrapper .grid-item.post .bottom-section .inner p, .grid-item-wrapper .grid-item.post .bottom-section .inner body li, body .grid-item-wrapper .grid-item.post .bottom-section .inner li, .grid-item-wrapper .grid-item.personal .bottom-section .inner h3, .grid-item-wrapper .grid-item.personal .bottom-section .inner body .schema-faq-section .schema-faq-question, body .schema-faq-section .grid-item-wrapper .grid-item.personal .bottom-section .inner .schema-faq-question, .grid-item-wrapper .grid-item.personal .bottom-section .inner p, .grid-item-wrapper .grid-item.personal .bottom-section .inner body li, body .grid-item-wrapper .grid-item.personal .bottom-section .inner li, .grid-item-wrapper .grid-item.dancecamp .bottom-section .inner h3, .grid-item-wrapper .grid-item.dancecamp .bottom-section .inner body .schema-faq-section .schema-faq-question, body .schema-faq-section .grid-item-wrapper .grid-item.dancecamp .bottom-section .inner .schema-faq-question, .grid-item-wrapper .grid-item.dancecamp .bottom-section .inner p, .grid-item-wrapper .grid-item.dancecamp .bottom-section .inner body li, body .grid-item-wrapper .grid-item.dancecamp .bottom-section .inner li {
  color: #000000;
}
.grid-item-wrapper .grid-item.post .bottom-section .elementor-button-content-wrapper, .grid-item-wrapper .grid-item.personal .bottom-section .elementor-button-content-wrapper, .grid-item-wrapper .grid-item.dancecamp .bottom-section .elementor-button-content-wrapper {
  font-weight: normal;
}
.grid-item-wrapper .grid-item.personal h3, .grid-item-wrapper .grid-item.personal body .schema-faq-section .schema-faq-question, body .schema-faq-section .grid-item-wrapper .grid-item.personal .schema-faq-question {
  margin-bottom: 0;
}
.grid-item-wrapper .grid-item.dansstilar .bottom-section {
  justify-content: center;
}
.grid-item-wrapper.col-1 .dansstilar {
  margin-bottom: 5px;
}
.grid-item-wrapper.col-1 .dansstilar:hover {
  transform: translateY(0px);
}
.grid-item-wrapper.col-1 .dansstilar:hover .bottom-section {
  background-color: transparent;
}
.grid-item-wrapper.col-1 .dansstilar:hover .bottom-section .elementor-button-text {
  color: #00CDCD;
}
.grid-item-wrapper.col-1 .dansstilar .bottom-section {
  border-bottom: 2px solid #00CDCD;
}
.grid-item-wrapper.col-1 .dansstilar .bottom-section .elementor-button {
  padding: 15px 10px;
}
.grid-item-wrapper.col-1 .dansstilar .bottom-section .elementor-button .elementor-button-text {
  font-size: 16px;
  font-weight: 400;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  display: flex;
  align-items: center;
}
.grid-item-wrapper.col-1 .dansstilar .top-section  {
  display: none;
}
.cookie-wrapper {
  background-color: black;
}
@media (min-width: 500px) {
  .cookie-wrapper:not(.setting-page) {
    max-height: 500px;
  }
}
.cookie-wrapper.setting-page {
  background-color: black !important;
}
.cookie-wrapper a {
  color: white !important;
  text-decoration: none !important;
}
.cookie-wrapper a:hover {
  color: #070C30;
}
.cookie-wrapper .cookie-buttons button, .cookie-wrapper .cookie-buttons #cookie-settings {
  background-color: #E4FFFF;
  color: black;
}
.cookie-wrapper .cookie-buttons button:hover, .cookie-wrapper .cookie-buttons #cookie-settings:hover {
  background-color: #00CDCD;
}
.cookie-wrapper .cookie-page-link {
  color: #070C30;
}
.cookie-wrapper .cookie-page-link:hover {
  color: #070C30;
}
.cookie-wrapper .cookie-page-link:hover:after {
  color: #070C30;
}
.cookie-wrapper .cookie-page-link svg {
  fill: white;
}
.cookie-wrapper .cookie-category a:after {
  color: white;
}
.cookie-wrapper .cookie-description .single-cookie {
  border-color: black;
}
.cookie-wrapper .slider {
  border-color: #00CDCD;
  background-color: white;
}
.cookie-wrapper .slider .slide {
  background-color: #00CDCD;
}
.cookie-wrapper .slider:before {
  background-color: #00CDCD;
  color: white;
}
.cookie-wrapper input:checked + .slider {
  background-color: #00CDCD;
  border-color: #00CDCD;
}
.cookie-wrapper input:checked + .slider:before {
  background-color: white;
  color: #00CDCD;
}
.cookie-consent .cookie_settings input[type="submit"] {
  height: auto !important;
  background-color: #00CDCD;
  padding: 1.5rem;
  color: black;
  border: none;
  margin-bottom: 1rem;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.cookie-consent .cookie_settings input[type="submit"]:hover {
  cursor: pointer;
  background-color: #E4FFFF;
}
.cookie-tabel td, .cookie-tabel th {
  border: none;
}
body .elementor-widget-button .elementor-button {
  border-radius: 0;
  background-color: #00CDCD;
  color: #000000;
  width: 100%;
  padding: 25px;
}
body .elementor-widget-button .elementor-button .elementor-button-icon {
  margin-left: 10px;
  color: #E4FFFF;
  order: 11;
  display: flex;
  align-items: center;
}
body .elementor-widget-button .elementor-button .elementor-button-text {
  text-align: left;
}
body .elementor-widget-button .elementor-button:hover {
  background-color: #E4FFFF;
}
body .elementor-widget-button .elementor-button:hover .elementor-button-icon {
  color: #00CDCD;
}
body .elementor-widget-button.elementor-button-info .elementor-button {
  background-color: #E4FFFF;
}
body .elementor-widget-button.elementor-button-info .elementor-button .elementor-button-icon {
  color: #00CDCD;
}
body .elementor-widget-button.elementor-button-info .elementor-button:hover {
  background-color: #00CDCD;
}
body .elementor-widget-button.elementor-button-info .elementor-button:hover .elementor-button-icon {
  color: #E4FFFF;
}
body .elementor-widget-button.elementor-button-success .elementor-button {
  background-color: transparent;
  padding: 10px 0;
  border-bottom: 2px solid #00CDCD;
  color: #ffffff;
}
body .elementor-widget-button.elementor-button-success .elementor-button:hover {
  color: #00CDCD;
}
body .elementor-widget-button.elementor-button-warning .elementor-button {
  width: auto;
  background-color: transparent;
  padding: 10px 0;
  color: #ffffff;
}
body .elementor-widget-button.elementor-button-warning .elementor-button i {
  color: #00CDCD;
}
body .elementor-widget-button.elementor-button-warning .elementor-button:hover {
  color: #00CDCD;
}
body .wp-block-button {
  display: inline-block;
}
body .wp-block-button .wp-block-button__link {
  background-color: #00CDCD;
  border-radius: 0;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  font-size: 15px;
  padding: 20px 25px;
  color: #000000;
  margin-bottom: 10px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .wp-block-button .wp-block-button__link:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-left: 20px;
  color: #E4FFFF;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
body .wp-block-button .wp-block-button__link:hover {
  background-color: #E4FFFF;
}
body .wp-block-button .wp-block-button__link:hover:after {
  color: #00CDCD;
}
body .wp-block-button.is-style-outline .wp-block-button__link {
  border: none;
  background-color: #E4FFFF;
}
body .wp-block-button.is-style-outline .wp-block-button__link:after {
  color: #00CDCD;
}
body .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: #00CDCD;
}
body .wp-block-button.is-style-outline .wp-block-button__link:hover:after {
  color: #E4FFFF;
}
body .elementor-column.button-danger-col .elementor-button-danger .elementor-button {
  background-color: #00CDCD;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
body .elementor-column.button-danger-col .elementor-button-danger .elementor-button:hover {
  background-color: #E4FFFF;
}
body .elementor-column.button-danger-col .elementor-button-danger .elementor-button:hover .elementor-button-icon {
  color: #00CDCD;
}
@media (min-width: 825px) {
  body .elementor-column.button-danger-col {
    width: calc(100%/3 - 1px);
  }
  body .elementor-column.button-danger-col .elementor-button-danger .elementor-button {
    height: 10em;
    width: 10em;
    border-radius: 50%;
    margin-bottom: 2em;
  }
  body .elementor-column.button-danger-col .elementor-button-danger .elementor-button .elementor-button-content-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }
  body .elementor-column.button-danger-col .elementor-button-danger .elementor-button .elementor-button-content-wrapper .elementor-button-icon {
    margin: 10px;
    font-size: 2em;
  }
  body .elementor-column.button-danger-col .elementor-button-danger .elementor-button .elementor-button-content-wrapper .elementor-button-text {
    text-align: center;
    font-weight: bold;
  }
}
@media (min-width: 825px) {
  body .elementor-column.extend-col {
    width: calc(100%/3*2 - 1px);
  }
}
body .elementor-widget-image-carousel img {
  width: 100%;
}
body .elementor-widget-image-carousel .elementor-swiper-button {
  top: auto !important;
  bottom: -5px;
  background-color: #E4FFFF;
  color: #00CDCD !important;
  padding: 10px;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
body .elementor-widget-image-carousel .elementor-swiper-button.elementor-swiper-button-prev {
  left: auto;
  right: 65px;
}
body .elementor-widget-image-carousel .elementor-swiper-button:hover {
  background-color: #00CDCD;
  color: #E4FFFF !important;
}
body .elementor-widget-image-carousel .swiper-slide {
  aspect-ratio: 1.5;
}
body .elementor-widget-image-carousel .swiper-slide * {
  aspect-ratio: 1.5;
  object-fit: cover;
}
body .elementor-image-gallery .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body .elementor-image-gallery .gallery .gallery-item {
  height: 200px;
  width: calc((100% / 3) - (10px)) !important;
}
body .elementor-image-gallery .gallery .gallery-item * {
  height: 200px;
}
body .elementor-image-gallery .gallery .gallery-item img {
  border: none !important;
  object-fit: cover;
}
body .shopSearchForm {
  display: none;
}
body figure.wp-block-table {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 50px !important;
}
body figure.wp-block-table table {
  border-spacing: 0;
  border-collapse: collapse;
}
body figure.wp-block-table table tr {
  border-bottom: 2px solid #00CDCD;
}
@media (max-width: 500px) {
  body figure.wp-block-table table tr {
    display: flex;
    flex-direction: column;
  }
}
body figure.wp-block-table table tr:first-child {
  border-top: 10px solid #00CDCD;
}
body figure.wp-block-table table tr td {
  padding: 5px 3px;
}
@media (min-width: 500px) {
  body figure.wp-block-table table tr td {
    text-align: center;
    padding: 10px 5px;
  }
}
body figure.wp-block-table table tr td:first-child {
  font-weight: 700;
}
@media (min-width: 500px) {
  body figure.wp-block-table table tr td:first-child {
    text-align: start;
  }
}
@media (min-width: 500px) {
  body figure.wp-block-table table tr td:last-child {
    text-align: end;
  }
}
body figure.wp-block-table table tr td a {
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
body figure.wp-block-table table tr td a:hover {
  color: #00CDCD;
}
body table.cwEvents tr.headerRow th {
  font-style: normal;
  padding: 10px 5px;
}
body table.cwEvents tr.dataRow {
  border-bottom: 2px solid #00CDCD;
  cursor: pointer;
  border-top-width: 0px;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
body table.cwEvents tr.dataRow.row_1 {
  border-top: 10px solid #00CDCD;
}
body table.cwEvents tr.dataRow:hover {
  background-color: #E4FFFF;
}
body table.cwEvents tr.dataRow:hover a.regLink {
  background-color: transparent;
}
body table.cwEvents tr.dataRow td {
  padding: 10px 5px;
  font-size: 14px;
}
body table.cwEvents tr.dataRow td a.regLink {
  text-transform: none;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
body table.cwEvents tr.dataRow td a.regLink:hover {
  text-decoration: none;
  color: #00CDCD;
  background-color: transparent;
}
body table.cwEvents tr.dataRow .icon a, body table.cwEvents tr.dataRow .status-icon a {
  background-color: transparent;
}
body table.cwEvents tr.cwNotDisplayed {
  display: table-row;
}
body table.cwEvents tr .eventGroupDescription, body table.cwEvents tr .cwExpandable {
  display: none;
}
body .searchandfilter ul {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
body .searchandfilter ul li {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 825px) {
  body .searchandfilter ul li {
    flex-direction: row;
    width: 50%;
    align-items: center;
  }
}
body .searchandfilter ul li h4, body .searchandfilter ul li .elementor-widget-breadcrumbs  p, body .elementor-widget-breadcrumbs  .searchandfilter ul li p, body .searchandfilter ul li .elementor-widget-breadcrumbs  li {
  margin-right: 15px;
}
body .searchandfilter ul li label {
  flex-grow: 1;
}
body .searchandfilter ul li label select {
  width: 95%;
  height: 40px;
  border-radius: 0;
  background-color: #E4FFFF;
  border: none;
}
body .searchandfilter ul li.sf-field-taxonomy-agegroup, body .searchandfilter ul li.sf-field-taxonomy-genre {
  width: 100%;
}
body .searchandfilter ul li.sf-field-taxonomy-agegroup ul, body .searchandfilter ul li.sf-field-taxonomy-genre ul {
  flex-grow: 1;
}
body .searchandfilter ul li.sf-field-taxonomy-agegroup ul li.sf-level-0, body .searchandfilter ul li.sf-field-taxonomy-genre ul li.sf-level-0 {
  background-color: #E4FFFF;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #000000;
  padding: 0;
  width: auto;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
@media (min-width: 825px) {
  body .searchandfilter ul li.sf-field-taxonomy-agegroup ul li.sf-level-0, body .searchandfilter ul li.sf-field-taxonomy-genre ul li.sf-level-0 {
    margin: 10px;
  }
}
body .searchandfilter ul li.sf-field-taxonomy-agegroup ul li.sf-level-0 input, body .searchandfilter ul li.sf-field-taxonomy-genre ul li.sf-level-0 input {
  display: none;
}
body .searchandfilter ul li.sf-field-taxonomy-agegroup ul li.sf-level-0 label, body .searchandfilter ul li.sf-field-taxonomy-genre ul li.sf-level-0 label {
  cursor: pointer;
  padding: 10px 12px;
  margin-left: 0;
}
body .searchandfilter ul li.sf-field-taxonomy-agegroup ul li.sf-level-0:hover, body .searchandfilter ul li.sf-field-taxonomy-agegroup ul li.sf-level-0.sf-option-active, body .searchandfilter ul li.sf-field-taxonomy-genre ul li.sf-level-0:hover, body .searchandfilter ul li.sf-field-taxonomy-genre ul li.sf-level-0.sf-option-active {
  background-color: #00CDCD;
}
body .wp-pagenavi, body .pagination {
  margin-bottom: 50px;
}
body .wp-pagenavi .pages, body .wp-pagenavi a, body .wp-pagenavi span, body .pagination .pages, body .pagination a, body .pagination span {
  background-color: #E4FFFF;
  color: #000000;
  padding: 5px 10px;
  border: none;
}
body .wp-pagenavi .pages, body .pagination .pages {
  margin-right: 20px;
}
body .wp-pagenavi a, body .pagination a {
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
body .wp-pagenavi a i, body .pagination a i {
  font-size: 13px;
}
body .wp-pagenavi a:hover, body .pagination a:hover {
  background-color: #00CDCD;
  border-color: #00CDCD;
}
body .wp-pagenavi span.current, body .pagination span.current {
  border-color: #00CDCD;
  background-color: #00CDCD;
  font-weight: 400;
}
.info-start {
  background-color: #FEFFBB;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info-start p, .info-start body li, body .info-start li {
  font-weight: bold;
  text-align: center;
  color: #000000;
  margin-bottom: 0;
}
.info-start i {
  height: 40px;
  width: 40px;
  background: #eff26b;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin-right: 20px;
  border-radius: 20px;
}
body .schema-faq-section {
  margin-bottom: 1rem;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
body .schema-faq-section:hover .schema-faq-question {
  background-color: #00CDCD;
}
body .schema-faq-section .schema-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
  margin-bottom: 0;
  background-color: #E4FFFF;
  padding: 1rem 2rem;
}
@media (max-width: 500px) {
  body .schema-faq-section .schema-faq-question {
    padding: 1rem;
  }
}
body .schema-faq-section .schema-faq-question:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  margin-left: 0.5rem;
}
body .schema-faq-section .schema-faq-question.active {
  background-color: #00CDCD;
}
body .schema-faq-section .schema-faq-question.active:after {
  transform: rotate(45deg);
}
body .schema-faq-section .schema-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  cursor: auto;
  margin: 0;
  background-color: #E4FFFF;
  padding: 0 2rem;
}
@media (max-width: 500px) {
  body .schema-faq-section .schema-faq-answer {
    padding: 0 1rem;
  }
}
body .schema-faq-section .schema-faq-answer.active {
  padding: 1rem 2rem;
}
@media (max-width: 500px) {
  body .schema-faq-section .schema-faq-answer.active {
    padding: 1rem;
  }
}
.elementor-location-header .elementor-widget-image .elementor-image > a img[src$=".svg"] {
  width: 60px;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
@media (min-width: 1180px) {
  .elementor-location-header .elementor-widget-image .elementor-image > a img[src$=".svg"] {
    width: 130px;
  }
}
.elementor-location-header .elementor-container {
  max-width: 100% !important;
}
.elementor-location-header .elementor-container .elementor-row {
  flex-wrap: nowrap;
}
.elementor-location-header .elementor-container .elementor-row .elementor-column.elementor-col-50 {
  width: auto;
}
.elementor-location-header .logo-col {
  background-color: #ffffff;
  z-index: 9998;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  padding: 12px 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
}
@media (min-width: 1180px) {
  .elementor-location-header .logo-col {
    padding: 20px 10px;
  }
}
.elementor-location-header .elementor-widget-wrap .elementor-element.logo-col {
  width: auto;
}
.elementor-location-header .menu-col {
  flex-grow: 1;
}
.elementor-location-header .menu-col .elementor-element-populated {
  padding: 0 !important;
}
@media (max-width: 1180px) {
  .elementor-location-header .menu-col .elementor-widget-wrap {
    flex-wrap: nowrap;
  }
}
.elementor-location-header .menu-col .elementor-widget-nav-menu {
  margin-bottom: 0;
}
@media (max-width: 1180px) {
  .elementor-location-header .menu-col .elementor-widget-nav-menu {
    width: auto;
    padding: 0;
  }
}
.elementor-location-header .menu-col .elementor-widget-nav-menu .elementor-widget-container .elementor-menu-toggle  {
  margin: inherit;
  background-color: transparent;
  justify-content: flex-end;
  margin: 5px 0;
  padding: 12px;
}
.elementor-location-header .menu-col .elementor-widget-nav-menu .elementor-widget-container .elementor-menu-toggle  i  {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.elementor-location-header .menu-col .elementor-widget-nav-menu .elementor-widget-container .elementor-menu-toggle  i :before {
  content: "";
  color: #000000;
}
.elementor-location-header .menu-col .elementor-widget-nav-menu .elementor-widget-container .elementor-nav-menu--dropdown {
  margin-right: 0;
  background-color: #E4FFFF;
  width: 100vw;
  margin-top: 10px;
  padding-top: 50px;
}
.elementor-location-header .menu-col .elementor-widget-nav-menu .elementor-widget-container .elementor-nav-menu--dropdown.sub-menu {
  padding-top: 10px;
}
.elementor-location-header .menu-col .elementor-widget-nav-menu .elementor-widget-container .elementor-nav-menu--dropdown ul a:focus, .elementor-location-header .menu-col .elementor-widget-nav-menu .elementor-widget-container .elementor-nav-menu--dropdown ul a.elementor-item-active, .elementor-location-header .menu-col .elementor-widget-nav-menu .elementor-widget-container .elementor-nav-menu--dropdown ul a:active {
  background-color: transparent;
}
.elementor-location-header .menu-col .elementor-widget-nav-menu .elementor-widget-container .elementor-nav-menu--dropdown .sub-menu {
  padding-top: 0;
}
.elementor-location-header .menu-col .elementor-widget-nav-menu.top-menu {
  background-color: #E4FFFF;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
@media (max-width: 1180px) {
  .elementor-location-header .menu-col .elementor-widget-nav-menu.top-menu {
    flex-grow: 1;
  }
}
.elementor-location-header .menu-col .elementor-widget-nav-menu.top-menu nav {
  align-items: center;
}
.elementor-location-header .menu-col .elementor-widget-nav-menu.top-menu nav:before {
  content: "Dansakademien på din ort";
  font-family: "Sanchez", serif;
  border-right: 2px solid #00CDCD;
  padding: 5px 20px 10px 0;
  font-size: 17px;
}
@media (max-width: 1180px) {
  .elementor-location-header .menu-col .elementor-widget-nav-menu.top-menu nav:before {
    margin-left: 20px;
    border-right: none;
    border-bottom: 2px solid #00CDCD;
    padding-bottom: 5px;
  }
}
.elementor-location-header .menu-col .elementor-widget-nav-menu.top-menu nav ul li a {
  justify-content: flex-start;
}
.elementor-location-header .menu-col .elementor-widget-nav-menu.bottom-menu {
  background-color: #ffffff;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
@media (max-width: 1180px) {
  .elementor-location-header .menu-col .elementor-widget-nav-menu.bottom-menu {
    background-color: #E4FFFF;
  }
}
.elementor-location-header .menu-col .elementor-widget-nav-menu.bottom-menu .elementor-menu-toggle  i :before {
  content: "";
  color: #00CDCD;
}
.elementor-location-header .menu-col .elementor-widget-nav-menu nav {
  justify-content: flex-end;
  margin-right: 50px;
}
.elementor-location-header .menu-col .elementor-widget-nav-menu nav ul li a {
  color: #000000;
  border-bottom-color: transparent;
  padding: 5px 0;
  margin: 10px 20px;
  background: transparent;
}
.elementor-location-header .menu-col .elementor-widget-nav-menu nav ul li a:hover, .elementor-location-header .menu-col .elementor-widget-nav-menu nav ul li a.elementor-item-active {
  border-bottom-color: #00CDCD;
}
.elementor-location-header .menu-col .elementor-widget-nav-menu nav ul li a i {
  margin-left: 10px;
  color: #00CDCD;
}
.elementor-location-header .menu-col .elementor-widget-nav-menu nav ul.sub-menu a {
  border-left: none;
}
.elementor-location-header .menu-col .elementor-widget-nav-menu nav ul.sub-menu a:hover, .elementor-location-header .menu-col .elementor-widget-nav-menu nav ul.sub-menu a:active, .elementor-location-header .menu-col .elementor-widget-nav-menu nav ul.sub-menu a:focus, .elementor-location-header .menu-col .elementor-widget-nav-menu nav ul.sub-menu a.elementor-item-active {
  background-color: transparent;
}
.elementor-location-header .elementor-sticky--effects .elementor-widget-image {
  padding: 5px;
}
@media (min-width: 1180px) {
  .elementor-location-header .elementor-sticky--effects .elementor-widget-image {
    padding: 15px 10px;
  }
}
.elementor-location-header .elementor-sticky--effects .elementor-widget-image .elementor-image > a img[src$=".svg"] {
  width: 45px;
}
@media (min-width: 1180px) {
  .elementor-location-header .elementor-sticky--effects .elementor-widget-image .elementor-image > a img[src$=".svg"] {
    width: 70px;
  }
}
@media (min-width: 1180px) {
  .elementor-location-header .elementor-sticky--effects .top-menu, .elementor-location-header .elementor-sticky--effects .bottom-menu {
    transform: translateY(-53px);
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
  }
}
.elementor-location-footer {
  margin-top: 50px;
}
@media (min-width: 825px) {
  .elementor-location-footer {
    margin-top: 100px;
  }
}
.elementor-location-footer .main-footer.elementor-section {
  background-repeat: no-repeat;
  background-size: cover;
}
.elementor-location-footer .main-footer.elementor-section .elementor-container {
  background: rgba(0, 38, 44, 0.7);
  /* Fallback */
  background: -webkit-linear-gradient(-90deg, rgba(0, 94, 109, 0.6), rgba(0, 0, 0, 0.8));
  background: -moz-linear-gradient(-90deg, rgba(0, 94, 109, 0.6), rgba(0, 0, 0, 0.8));
  background: -ms-linear-gradient(-90deg, rgba(0, 94, 109, 0.6), rgba(0, 0, 0, 0.8));
  background: -o-linear-gradient(-90deg, rgba(0, 94, 109, 0.6), rgba(0, 0, 0, 0.8));
  -ms-filter: "progid:DXcolorTransform.Microsoft.gradient(startColorStr='rgba(0, 94, 109, 0.6)', EndColorStr='rgba(0, 0, 0, 0.8)')";
  max-width: 100%;
}
.elementor-location-footer .main-footer.elementor-section .elementor-container .elementor-row {
  max-width: 1240px;
  margin: 50px auto;
}
@media (min-width: 825px) {
  .elementor-location-footer .main-footer.elementor-section .elementor-container .elementor-row {
    margin: 80px auto;
  }
}
.elementor-location-footer .main-footer.elementor-section .elementor-container .elementor-row .middle-footer {
  margin-bottom: 50px;
}
@media (min-width: 1054px) {
  .elementor-location-footer .main-footer.elementor-section .elementor-container .elementor-row .middle-footer {
    margin: 0 80px;
  }
}
.elementor-location-footer .main-footer.elementor-section .elementor-container .elementor-row .middle-footer .elementor-price-list .elementor-price-list-item {
  border-bottom: 2px solid #00CDCD;
}
.elementor-location-footer .main-footer.elementor-section .elementor-container .elementor-row .middle-footer .elementor-price-list .elementor-price-list-item .elementor-price-list-header {
  margin-bottom: 5px;
}
.elementor-location-footer .main-footer.elementor-section .elementor-container .elementor-row .middle-footer .elementor-price-list .elementor-price-list-item .elementor-price-list-header * {
  font-size: 16px;
}
.elementor-location-footer .main-footer.elementor-section .elementor-container .elementor-row .middle-footer .elementor-price-list .elementor-price-list-item .elementor-price-list-header .elementor-price-list-separator {
  border: none;
}
body {
  margin: 0;
  padding: 0;
  background-color: #000000;
}
body * {
  box-sizing: border-box;
}
body:not(.home) {
  background: #002f37;
  /* Fallback */
  background: -webkit-linear-gradient(-90deg, #005E6D, #000000);
  background: -moz-linear-gradient(-90deg, #005E6D, #000000);
  background: -ms-linear-gradient(-90deg, #005E6D, #000000);
  background: -o-linear-gradient(-90deg, #005E6D, #000000);
  background: linear-gradient(to bottom, #005E6D, #000000 40%);
  -ms-filter: "progid:DXcolorTransform.Microsoft.gradient(startColorStr='#005E6D', EndColorStr='#000000')";
}
body.home .main {
  background-image: none;
}
body .hero-start {
  margin-top: 50px;
}
@media (min-width: 825px) {
  body .hero-start {
    margin-top: 40px;
  }
}
body .hero-start .elementor-widget-wrap {
  align-content: center;
}
body .hero-start .elementor-widget-wrap .hero-heading {
  z-index: 2;
  width: 600px !important;
}
body .bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body .bg-image > .elementor-container {
  background: rgba(0, 38, 44, 0.7);
  /* Fallback */
  background: -webkit-linear-gradient(-90deg, rgba(0, 94, 109, 0.6), rgba(0, 0, 0, 0.8));
  background: -moz-linear-gradient(-90deg, rgba(0, 94, 109, 0.6), rgba(0, 0, 0, 0.8));
  background: -ms-linear-gradient(-90deg, rgba(0, 94, 109, 0.6), rgba(0, 0, 0, 0.8));
  background: -o-linear-gradient(-90deg, rgba(0, 94, 109, 0.6), rgba(0, 0, 0, 0.8));
  -ms-filter: "progid:DXcolorTransform.Microsoft.gradient(startColorStr='rgba(0, 94, 109, 0.6)', EndColorStr='rgba(0, 0, 0, 0.8)')";
  max-width: 100% !important;
  padding: 50px 0;
}
@media (min-width: 825px) {
  body .bg-image > .elementor-container {
    padding: 100px 0;
  }
}
body .bg-image > .elementor-container > .elementor-row {
  max-width: 1240px;
}
body .margin {
  margin-top: 50px;
}
@media (min-width: 825px) {
  body .margin {
    margin-top: 100px;
  }
}
body .bg-image.center-items > .elementor-container > .elementor-row, body .center-items > .elementor-container > .elementor-row {
  max-width: calc(1240px - 20%);
}
body .center-items > .elementor-container > .elementor-row {
  text-align: center;
}
@media (min-width: 825px) {
  body .center-items > .elementor-container > .elementor-row {
    max-width: 50%;
    margin: auto;
  }
}
@media (min-width: 825px) {
  body .narrow > .elementor-container > .elementor-row {
    max-width: 66%;
  }
}
body .white-bg {
  background-color: #ffffff;
  padding-bottom: 50px;
}
@media (max-width: 825px) {
  body .white-bg {
    margin: 10px;
    width: calc(100% - 20px);
  }
}
body .white-bg .elementor-inner-section {
  max-width: 1000px;
  margin: auto;
}
body .white-bg h1, body .white-bg h2, body .white-bg h3, body .white-bg .schema-faq-section .schema-faq-question, body .schema-faq-section .white-bg .schema-faq-question, body .white-bg h4, body .white-bg .elementor-widget-breadcrumbs  p, body .elementor-widget-breadcrumbs  .white-bg p, body .white-bg .elementor-widget-breadcrumbs  li, body .white-bg h5, body .white-bg a, body .white-bg p, body .white-bg li, body .white-bg .pre {
  color: #000000;
}
body .elementor-image img {
  width: 100%;
}
body .wp-block-image img {
  width: 100%;
}
body .blocks-gallery-grid {
  margin-top: 50px;
}
body .wp-block-embed-youtube {
  height: calc(100% - 6px);
  min-height: 200px;
}
@media (min-width: 825px) {
  body .wp-block-embed-youtube {
    min-height: 300px;
  }
}
body .wp-block-embed-youtube * {
  height: 100%;
}
.elementor-element-08d0bde .elementor-widget-wrap, .elementor-element-63d82653 .elementor-widget-wrap {
  padding: 0 !important;
}
@media (max-width: 825px) {
  .elementor-49 .elementor-element.elementor-element-c30d40f .elementor-menu-toggle {
    display: none;
  }
}
@media (max-width: 825px) {
  .elementor-nav-menu--dropdown {
    margin-top: 0 !important;
  }
}
body  .elementor-location-single, body  .main {
  background-image: url(/wp-content/uploads/sites/2/2020/03/flying.png);
  background-repeat: no-repeat;
  background-position: top 100px right -100px;
  margin-top: -100px;
  padding-top: 100px;
}
@media (max-width: 825px) {
  body  .elementor-location-single, body  .main {
    background-size: contain;
  }
}
@media (max-width: 500px) {
  body  .elementor-location-single, body  .main {
    background-position: top 100px right -40px;
  }
}
body  .elementor-location-single .main-area-single .elementor-element-populated, body  .main .main-area-single .elementor-element-populated {
  padding: 0 !important;
}
body  .elementor-location-single .main-area-single .elementor-inner-column, body  .main .main-area-single .elementor-inner-column {
  padding: 10px;
}
@media (min-width: 825px) {
  body  .elementor-location-single .main-area-single .elementor-inner-column, body  .main .main-area-single .elementor-inner-column {
    padding: 40px;
  }
}
body  .elementor-location-single .sidebar, body  .main .sidebar {
  background-color: #E4FFFF;
  margin-left: 20px;
  padding: 20px;
}
@media (max-width: 825px) {
  body  .elementor-location-single .sidebar, body  .main .sidebar {
    display: none;
  }
}
body  .elementor-location-single .sidebar h3, body  .elementor-location-single .sidebar body .schema-faq-section .schema-faq-question, body .schema-faq-section body  .elementor-location-single .sidebar .schema-faq-question, body  .main .sidebar h3, body  .main .sidebar body .schema-faq-section .schema-faq-question, body .schema-faq-section body  .main .sidebar .schema-faq-question {
  color: #000000;
}
body  .elementor-location-single .sidebar a, body  .main .sidebar a {
  color: #000000;
}
body  .elementor-location-single .image-kvadrat .elementor-widget-container, body  .main .image-kvadrat .elementor-widget-container {
  display: flex;
  justify-content: flex-end;
}
body  .elementor-location-single .image-kvadrat .elementor-widget-container .elementor-image, body  .main .image-kvadrat .elementor-widget-container .elementor-image {
  height: 250px;
  width: 300px;
}
body  .elementor-location-single .image-kvadrat .elementor-widget-container .elementor-image img, body  .main .image-kvadrat .elementor-widget-container .elementor-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
body .single-personal .elementor-location-single {
  background-image: none;
}
body .single-personal .white-bg {
  padding-top: 50px;
}
body .single-dansstilar .elementor-shortcode form {
  display: none;
}
body .landing-page {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}
body .landing-page > .elementor-container {
  margin: 50px auto;
}
body .landing-page > .elementor-container .elementor-row {
  max-width: 800px;
  margin: auto;
}
body .landing-page > .elementor-container .elementor-row h1 {
  background-color: transparent;
  color: #ffffff;
  line-height: 1 !important;
  box-shadow: none;
}
body .landing-error {
  padding-top: 50px;
  padding-bottom: 100px;
  min-height: calc(100vh - 50px);
}
