@charset "UTF-8";
html,
body {
  height: 100%;
  position: relative;
}

body {
  color: #000;
  background: #f1f3f4;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img,
embed,
object,
video,
iframe {
  max-width: 100%;
}

video,
img {
  height: auto;
}

iframe {
  height: auto;
}

.embed {
  position: relative;
  padding: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */ /* 4:3 aspect ratio its padding-bottom: 75% */
  height: 0;
  overflow: hidden;
  margin-bottom: 2em;
}
.embed iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.alignleft {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
  margin-top: 5px;
}

.alignright {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
  margin-top: 5px;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 0px auto 1.3rem auto;
}

img.alignleft,
img.alignright {
  margin-bottom: 5px;
}

img.alignnone {
  margin: 0;
}

img.alignleft,
img.alignright {
  max-width: 50%;
}

figure {
  margin: 0;
}
.entry figure {
  margin-bottom: 1.3rem;
}

figcaption,
.wp-caption-text {
  font-size: 0.75em;
  margin-top: 2px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
}

.table {
  display: table;
  height: 90%;
  width: 100%;
  position: relative;
  z-index: 9;
}
.section-billboard .table {
  height: 100%;
}
body.home .table {
  height: 100%;
}
body.page-kontakt .table {
  height: 65%;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #F1F3F4;
  margin: 10px 0;
  padding: 0;
}

.w-bg {
  background: #F1F3F4;
}
.w-bg.section-wrapper {
  padding-top: 40px;
}
.w-bg.brand {
  background: #638b18;
  color: #fff;
}
.w-bg.brand a {
  color: #fff;
  text-decoration: underline;
}
.w-bg.brand p {
  color: #fff;
}

.btn,
input[type=submit].gform_button,
button.single_add_to_cart_button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  padding: 10px 25px 10px;
  color: #638b18;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 0.875rem;
  background: #638b18;
  color: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  display: inline-block;
  vertical-align: middle;
  border: none;
}
.btn:hover,
input[type=submit].gform_button:hover,
button.single_add_to_cart_button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #547514;
  color: #fff;
}
.btn.secondary,
input[type=submit].gform_button.secondary,
button.single_add_to_cart_button.secondary,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.secondary {
  background: #ea4c89;
  color: #fff;
  border-color: #ea4c89;
}
.btn.secondary:hover,
input[type=submit].gform_button.secondary:hover,
button.single_add_to_cart_button.secondary:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.secondary:hover {
  background-color: #e7357a;
  border-color: #e7357a;
}
.btn.white,
input[type=submit].gform_button.white,
button.single_add_to_cart_button.white,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.white {
  background: #fff;
  color: #638b18;
  padding: 15px 20px;
  font-size: 18px;
}
.btn.inverted,
input[type=submit].gform_button.inverted,
button.single_add_to_cart_button.inverted,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.inverted {
  color: #638b18;
  background: #F1F3F4;
}
.btn.inverted:hover,
input[type=submit].gform_button.inverted:hover,
button.single_add_to_cart_button.inverted:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.inverted:hover {
  background-color: #e3e7e9;
}
.btn.ts,
input[type=submit].gform_button.ts,
button.single_add_to_cart_button.ts,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.ts {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.btn.expand,
input[type=submit].gform_button.expand,
button.single_add_to_cart_button.expand,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.expand {
  width: 100%;
  text-align: center;
  margin: 10px 0;
  padding: 10px;
}
.btn.centered,
input[type=submit].gform_button.centered,
button.single_add_to_cart_button.centered,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.centered {
  margin: 0 auto;
}
.btn.transparent,
input[type=submit].gform_button.transparent,
button.single_add_to_cart_button.transparent,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.transparent {
  background: transparent;
  color: #638b18;
  border: 2px solid #638b18;
}

.section-sub-cat .btn {
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  display: block;
  padding: 16px;
}

.woocommerce button.button.alt {
  background-color: #638b18;
}
.woocommerce button.button.alt:hover {
  background: #547514;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}

.product-info button.single_add_to_cart_button {
  width: 100%;
  display: block;
}

.centered {
  text-align: center;
}

.wc-pao-addon .form-row .woocommerce-Price-amount {
  white-space: nowrap;
}

/* LINKS
--------------------------------------------------------*/
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #638b18;
}

/*
a[href$=".pdf"] {
	background-image: url();
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 35px;
	height: 35px;
	display: inline-block;
	padding-top: 10px;
}
a[href$=".doc"] {
	background-image: url();
}
*/
a:not([href*="http://god.hammer.test"]):not([href^="#"]):not([href^="/"]):after {
  background-image: url(icon-dela.png);
}

a:not([href*="http://obdemo.se/gardochdjurhalsan"]):not([href^="#"]):not([href^="/"]):after {
  background-image: url(icon-dela.png);
}

/* TYPOGRAPHY
--------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}
h1.small,
h1 small, h2.small,
h2 small, h3.small,
h3 small, h4.small,
h4 small, h5.small,
h5 small, h6.small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

.entry h2, .entry h3, .entry h4 {
  margin-bottom: 10px;
}

h1.small,
h1 small, h2.small,
h2 small, h3.small,
h3 small {
  font-size: 65%;
}

h4.small,
h4 small, h5.small,
h5 small, h6.small,
h6 small {
  font-size: 75%;
}

h1 {
  font-size: 40px;
}
.article header h1 {
  font-size: 32px;
  margin: 0 0 10px;
}
.header-title h1 {
  font-size: 28px;
  margin-top: 5px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 0.875rem;
}

h6 {
  font-size: 18px;
  border-bottom: 3px solid #F1F3F4;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

p {
  margin: 0 0 10px;
}
p.lead, header p {
  font-size: 18px;
}
p.medium-text {
  font-size: 18px !important;
}
p.small-text {
  font-size: 14px !important;
}

/* SECTIONS
--------------------------------------------------------*/
.page-wrapper {
  height: auto;
  min-height: 100%;
}
body.open .page-wrapper {
  overflow: hidden;
  position: fixed;
}

.section-wrapper {
  padding: 0;
  margin: 0;
  padding-bottom: 30px;
}
body.home .section-wrapper {
  background: #fff;
}

.section-wrapper--white {
  background: #fff;
  padding: 30px 0;
}

.section-first {
  margin-top: 20px;
}

.w-bg {
  background: #F1F3F4;
  overflow: hidden;
}

.site-width,
.site-width_n {
  max-width: 1260px;
  width: 95%;
  margin: 0 auto;
}

.site-width_n {
  max-width: 1047px;
  overflow: hidden;
}

.max-width-1440 {
  max-width: 1440px;
  margin: 0 auto;
}

.container-base {
  padding: 30px 0;
  overflow: hidden;
}
.w-bg .container-base {
  padding-top: 30px;
}
.page-article .container-base {
  padding-top: 0;
}

.header_area {
  height: 50px;
  background: #fff;
}

.header_area-banner {
  position: fixed;
  width: 100%;
  height: 50px;
  z-index: 20;
  background: #fff;
  border-bottom: 1px solid #F1F3F4;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.header_area-banner .site-width {
  position: relative;
}

.header_area-top {
  position: relative;
  overflow: hidden;
}

form.top-search,
.footer-search form {
  display: none;
  max-width: 200px;
  margin: 0 auto;
  margin-top: 14px;
}
form.top-search input,
.footer-search form input {
  background-color: #F1F3F4;
  border: none;
  border-radius: 22px;
  box-shadow: none;
  text-align: center;
  outline: none;
  opacity: 1;
  transition: background-color 300ms ease-in-out;
  transition: opacity 200ms;
  width: 100%;
  height: 40px;
  padding: 0 20px 0 20px;
  margin-bottom: 0;
  background-image: url(icon-search-20x20.svg);
  background-size: 20px 20px;
  background-position: 20px center;
  background-repeat: no-repeat;
  font-family: "Quicksand", sans-serif;
}
form.top-search ::-webkit-input-placeholder,
.footer-search form ::-webkit-input-placeholder {
  color: #808182;
}
form.top-search :-moz-placeholder,
.footer-search form :-moz-placeholder {
  color: #808182;
}
form.top-search ::-moz-placeholder,
.footer-search form ::-moz-placeholder {
  color: #808182;
}
form.top-search :-ms-input-placeholder,
.footer-search form :-ms-input-placeholder {
  color: #808182;
}

form.top-search {
  position: fixed;
  width: 95%;
  max-width: 100%;
  top: 41px;
  left: 2.5%;
}
form.top-search .form-box {
  max-width: 100%;
}
form.top-search.active {
  display: block;
}

.footer-search {
  display: none;
}

.footer-search form {
  display: block;
  max-width: 100%;
}
.footer-search form input {
  padding: 0 10px 0 40px;
  text-align: left;
  background-position: 10px center;
}

.footer-logo img {
  width: 100%;
}

.footer-top {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
}
.footer-top .search {
  position: absolute;
  right: 0;
}

.form-box {
  background-color: #F1F3F4;
  border: none;
  border-radius: 22px;
  box-shadow: none;
  outline: none;
  opacity: 1;
  transition: background-color 300ms ease-in-out;
  transition: opacity 200ms;
  max-width: 200px;
  height: 40px;
}

.segment-bar {
  height: 30px;
  overflow: hidden;
  display: none;
}

.menu_logo {
  float: left;
  margin: 7px 0 7px 0;
  min-height: 1px;
  width: 130px;
  position: relative;
  z-index: 11;
}
@media only screen and (min-width: 768px) {
  .menu_logo {
    width: 160px;
  }
}

.nav-trigger {
  position: absolute;
  right: 0;
  top: 12px;
  width: 22px;
  height: 18px;
}

.section-footer {
  padding: 2rem 0;
  background: #638b18;
  color: #fff;
}
.section-footer .site-width {
  position: relative;
  overflow: hidden;
}
.section-footer .footer-nav h2 {
  margin: 0;
  font-size: 18px;
}
.section-footer .footer-nav ul {
  list-style: none;
  margin: 15px 0;
  padding: 0;
}
.section-footer .footer-nav li {
  padding: 4px 0;
}
.section-footer .footer-nav a {
  color: #fff;
}
.section-footer .footer-nav a:hover {
  color: #f2f2f2;
}
.section-footer .footer-nav .facebook-icon,
.section-footer .footer-nav .youtube-icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.section-billboard {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 500px;
}
.section-billboard.m-height-auto {
  height: auto;
}
body.page-kontakt .section-billboard {
  background-color: #fff;
  background-size: 717px auto;
  background-position: right center;
}
body.home .section-billboard {
  background-color: #fff;
}

.billboard-content {
  color: #000;
  padding: 20px;
  color: #fff;
  max-width: 540px;
}
body.page-kontakt .billboard-content {
  padding: 20px 20px 20px 0px;
}
.main .billboard-content {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.main .billboard-content h1 {
  font-size: 32px;
  max-width: 620px;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main .billboard-content p {
  font-size: 16px;
  max-width: 620px;
}
.main .billboard-content .btn {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-size: 16px;
  margin-top: 30px;
}
.billboard-content.inverted {
  color: #000;
}
.billboard-content.inverted h1 {
  color: #638b18;
}
.billboard-content.brand-color {
  color: #638b18;
}
.billboard-content .borders {
  max-width: 407px;
  margin: 0 auto;
  border: 1px solid #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.billboard-content .borders h1 {
  font-size: 30px;
  margin: 0;
  padding: 20px;
}
.billboard-content .borders .cat-title {
  font-size: 18px;
  border-bottom: 1px solid #fff;
  padding: 10px;
}
.billboard-content .cat-title {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
}
.billboard-content h1 {
  line-height: 1.2;
  margin: 0;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.5rem;
  font-size: 32px;
}
.billboard-content p {
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0 auto;
  margin-top: 0.83rem;
  max-width: 700px;
}
.billboard-content h2 {
  font-size: 32px;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}
body.page-kontakt .billboard-content h1,
body.page-kontakt .billboard-content h2,
body.page-kontakt .billboard-content p {
  margin-right: 0;
  margin-left: 0;
}
.billboard-content .btn {
  background: #fff;
  border-color: #fff;
  color: #000;
}
.billboard-content .btn:hover {
  color: #000;
  background-color: #f9f9f9;
}
.billboard-content .content-padding {
  width: 307px;
  max-width: 407px;
  margin: 0 auto;
  background: #fff;
  position: relative;
  color: #000;
  padding: 30px 25px;
  -moz-border-radius: 0 0 25px 0;
  -webkit-border-radius: 0 0 25px 0;
  border-radius: 0 0 25px 0;
  text-align: left;
}
.billboard-content .content-padding h2 {
  color: #638b18;
  font-size: 22px;
  margin: 8px 0 10px;
}
.billboard-content .content-padding p {
  font-size: 14px;
}
.billboard-content .content-padding .cat-title {
  font-size: 14px;
  font-family: "Quicksand", sans-serif;
  display: block;
}
.billboard-content .content-padding .btn {
  background: #638b18;
  color: #fff;
  margin-top: 20px;
  font-size: 14px;
}
.billboard-content .content-padding .btn:hover {
  background-color: #5b8016;
}

.related-cat {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 20px 0 0 0;
}
.related-cat .related-item {
  margin: 10px 0;
  margin-top: -1px;
  margin-bottom: 0;
  padding: 5px 0;
  position: relative;
  border-top: 1px solid #F1F3F4;
  border-bottom: 1px solid #F1F3F4;
  overflow: hidden;
}
.related-cat .related-item span {
  vertical-align: -webkit-baseline-middle;
}
.related-cat figure {
  float: left;
  display: block;
  margin: 0;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #CACDCF;
  overflow: hidden;
  margin-right: 10px;
}
.related-cat figure img {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.social {
  position: absolute;
  right: 32px;
  top: 12px;
  z-index: 11;
}
.social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social li {
  padding: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 5px;
}
.social li a {
  display: block;
}
.section-footer .social {
  position: relative;
  float: right;
  top: auto;
  width: 25%;
}
.section-footer .social li {
  display: block;
  width: auto;
  margin-bottom: 5px;
  margin-left: 0;
}
.section-footer .social .icon-facebook,
.section-footer .social .icon-instagram {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-right: 5px;
}

.article {
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
}
.section-wrapper--white .article {
  padding: 0;
  padding-bottom: 30px;
}
.article header {
  margin-bottom: 2rem;
}
.article header h1 {
  max-width: 800px;
}
.article header p {
  max-width: 750px;
}
.article a {
  color: #638b18;
}
.article a:hover {
  color: #000;
}

.section-breadcrumb {
  border-bottom: 1px solid #F1F3F4;
  background: #fff;
}
.section-breadcrumb.top {
  margin-bottom: 0;
}
body.home .section-breadcrumb {
  display: none;
}
.section-breadcrumb + section.section-wrapper--white {
  padding-top: 0;
}

.breadcrumb {
  float: left;
}
.section-breadcrumb .breadcrumb {
  float: none;
}
.section-breadcrumb .breadcrumb .breadcrumb-list {
  color: #818283;
}
.section-breadcrumb .breadcrumb .breadcrumb-list > li:first-child:before {
  content: " ";
  margin-right: 0;
}
.section-breadcrumb .breadcrumb .breadcrumb-list a {
  color: #818283;
}

.breadcrumb-list {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 50px;
  font-size: 0.875rem;
  font-weight: 400;
}
.breadcrumb-list > li {
  display: inline-block;
  position: relative;
  line-height: 50px;
}
.breadcrumb-list > li:before {
  content: "/";
  margin-right: 5px;
}
.breadcrumb-list a {
  position: relative;
}

/* KUNSKAPSBANKEN
--------------------------------------------------------*/
.box-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.box-nav a {
  padding: 3px 0;
  display: block;
}

.section-subjects {
  margin: 30px 0;
}

.cards {
  display: flex;
  list-style: none;
  margin: 20px 0;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0;
}
.cards li {
  flex: 1;
  margin-left: 10px;
  margin-right: 10px;
}
.cards figure {
  margin-bottom: 10px;
}

.article-flow-item {
  background: #FFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 2px;
  overflow: hidden;
  padding: 20px 10px;
}
.article-flow-item .article-entry {
  float: left;
  width: 76%;
}
.article-flow-item .article-entry h2 {
  margin-top: 0;
  font-size: 26px;
}
.article-flow-item .article-entry img {
  margin-top: 20px;
}

.byline-wrapper {
  float: left;
  max-width: 173px;
  width: 20.7683073229%;
  margin-right: 10px;
  color: #808182;
}
.byline-wrapper .article-byline {
  padding: 0;
}
.byline-wrapper .article-byline .article-byline--photo {
  margin: 0;
  margin-bottom: 10px;
}
.byline-wrapper .article-byline .article-byline--info {
  width: 100%;
  margin: 0;
  padding: 0;
}
.byline-wrapper .article-byline .article-byline--info time {
  margin: 10px 0 0;
  display: block;
}
.byline-wrapper .article-byline .article-byline--info .author a {
  color: #808182;
}
.byline-wrapper .share-module {
  padding: 0;
}
.byline-wrapper .share-module .share {
  width: auto;
}
.byline-wrapper .share-module .share li {
  display: block;
  width: auto;
  margin: 8px 0;
}
.byline-wrapper .share-module .share li img {
  width: 24px;
  margin-right: 5px;
}
.byline-wrapper .share-module .share li span {
  color: #808182;
}
/* ARTICLE
--------------------------------------------------------*/
.article-byline {
  border-top: 2px solid #F1F3F4;
  border-bottom: 2px solid #F1F3F4;
  padding: 10px 0;
  margin-bottom: 20px;
  overflow: hidden;
}
.article-byline .article-byline--photo {
  float: left;
  clear: left;
  margin-right: 10px;
  width: 60px;
  height: 60px;
  background: #F1F3F4;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  overflow: hidden;
}
.article-byline .article-byline--info {
  font-weight: 500;
  font-size: 0.875rem;
  overflow: hidden;
  position: relative;
  padding: 5px 0;
  min-height: 60px;
  padding-left: 10px;
  border-left: 1px solid #F1F3F4;
}
.article-byline .article-byline--info a {
  color: #638b18;
}
.article-byline .article-byline--updated {
  display: block;
  color: #818283;
  margin-top: 8px;
}
.article-flow-item .article-byline {
  border: none;
}
.article-flow-item .article-byline .article-byline--info {
  border: none;
}

.featured-img {
  margin: 20px auto 1.3rem auto;
}

.article-cat {
  background: #F1F3F4;
  margin: 30px 0;
  overflow: hidden;
}
body.page-kb .article-cat {
  background: transparent;
}
.article-cat .article-cat-icon {
  float: left;
  width: 40px;
  height: 40px;
  background: #E3BBD5;
  display: inline-block;
  margin-right: 20px;
}
.article-cat .article-cat-info {
  float: left;
  line-height: 60px;
  text-transform: uppercase;
}
.article-cat .article-cat-info.title-page {
  font-size: 40px;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  text-transform: none;
}

.share-module {
  padding: 0 0 30px;
  text-transform: uppercase;
}
.share-module span {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
}
.share-module .share {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: inline-block;
}
.share-module .share li {
  padding: 0;
  margin: 0 10px;
  width: auto;
  display: inline-block;
}
.share-module .share li:first-child {
  margin-left: 0;
}
.share-module .share li img {
  width: 24px;
  margin-right: 5px;
}
.share-module .share li span {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  color: #808182;
}

.entry {
  margin-bottom: 30px;
}
.entry a {
  color: #638b18;
}
.entry ul {
  padding-left: 20px;
}
.entry ul li {
  margin: 10px 0;
  line-height: 26px;
}
.entry.no-padding {
  padding: 0;
}

.article-feedback {
  margin: 60px 0;
}
.article-feedback .article-feedback-inner {
  padding-left: 12.725090036%;
  padding-right: 12.725090036%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.article-feedback h3 {
  font-size: 24px;
  margin: 0;
}
.article-feedback h3 span {
  display: block;
  color: #638b18;
}

.article-related {
  margin: 30px 0;
}

.slider-article {
  background: #F1F3F4;
}
.slider-article .slider-article-inner {
  display: flex;
  align-items: center;
}
.slider-article .slide {
  display: flex;
  align-items: center;
}
.slider-article .slide:focus {
  outline: none;
}
.slider-article .slide img {
  margin: 0 auto;
  vertical-align: middle;
}

small.slider-byline {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 10px 0;
  display: block;
}

.module {
  margin-bottom: 21px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
}
.w-bg .module {
  background: #fff;
}
.module .title-module {
  border-bottom: 1px solid #F1F3F4;
  font-size: 20px;
  color: #638b18;
  height: 60px;
  line-height: 60px;
  margin: 0;
  padding: 0 15px;
}
.module .inner {
  padding: 15px;
}
.module .inner h3 {
  margin-top: 0;
  font-size: 20px;
}
.module.text-large .inner {
  padding: 40px 30px;
}
.module.text-large h2 {
  font-size: 24px;
  margin-top: 0;
  color: #638b18;
}
.module.text-large .btn {
  font-size: 16px;
}
.module.module-ka {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.module.module-ka .title-module-ka {
  color: #638b18;
  text-align: center;
  font-size: 20px;
  border: 1px solid #F1F3F4;
  border-bottom: 2px solid #F1F3F4;
  margin: 0;
  padding: 17px 15px 18px;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.module.module-ka .inner {
  border: 1px solid #F1F3F4;
  border-top: none;
  padding: 15px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.module figure {
  position: relative;
}
.module figure figcaption.cat-item {
  position: absolute;
  bottom: 0;
  left: 10px;
}
article .module a {
  margin: 3px 0;
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.1;
  background-image: url(../img/icon-url-22x28.svg);
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 32px;
  height: 28px;
  background-size: 22px 28px;
  display: inline-block;
  padding-top: 6px;
  /*
  			&:not([href*='http://god.hammer.test']):not([href^='#']):not([href^='/']),
  			&:not([href*='http://obdemo.se/gardochdjurhalsan']):not([href^='#']):not([href^='/']):after {
  				background-image: url(icon-url-22x28.svg);
  			}
  */
}
article .module a[href$=".pdf"], article .module a[href$=".doc"], article .module a[href$=".docx"], article .module a[href$=".xls"], article .module a[href$=".xlsx"], article .module a[href$=".ppt"] {
  background-image: url(icon-pdf-22x28.svg);
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 32px;
  height: 28px;
  background-size: 22px 28px;
  display: inline-block;
  padding-top: 6px;
}
article .module a[href$=".doc"], article .module a[href$=".docx"] {
  background-image: url(../img/icon-doc-22x28.svg);
}
article .module a[href$=".xls"], article .module a[href$=".xlsx"] {
  background-image: url(../img/icon-xls-22x28.svg);
}
article .module a[href$=".ppt"] {
  background-image: url(../img/icon-ppt-22x28.svg);
}

.text-centered {
  text-align: center;
}

.m-list .m-list--item {
  border-bottom: 1px solid #F1F3F4;
  padding: 10px;
}
.m-list .m-list--item .cat-item {
  font-size: 10px;
}
.m-list .m-list--item h4 {
  margin: 8px 0 8px;
  font-size: 16px;
}
.m-list .m-list--item time {
  color: #818283;
  font-size: 13px;
  margin-top: 8px;
  display: block;
}
.m-list .m-list--item:last-child {
  border-bottom: none;
}
.m-list .news h4 {
  margin-top: 2px;
}
.m-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.m-list ul li {
  padding: 2px 0;
  border-bottom: 1px solid #F1F3F4;
}
.m-list ul li:last-child {
  border-bottom: none;
}

.fbig {
  font-family: "Quicksand", sans-serif;
  font-size: 26px;
  color: #638b18;
  font-weight: 500;
}

/* NAVIGATION
--------------------------------------------------------*/
.drop-wrapper,
.kb-drop-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 134px;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #D0D0D0;
  display: none;
}

.drop-wrapper.is-active {
  display: block;
}

.kb-drop-wrapper.is-active-kb {
  display: block;
}

.main-drop-down {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  padding-bottom: 30px !important;
}
.main-drop-down h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.main-drop-down ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-drop-down li.current a {
  color: #638b18;
}
.main-drop-down a {
  padding: 3px 0;
  display: block;
}
.main-drop-down a:hover {
  color: #638b18;
}
.main-drop-down a:hover svg g {
  stroke: #638b18;
}
.main-drop-down .right-arrow {
  display: inline-block;
  vertical-align: text-top;
}

.dropdown-arrow {
  position: absolute;
  left: 50%;
  bottom: 3px;
  margin-left: -13px;
  width: 26px;
  height: 11px;
  display: none;
  z-index: 1000;
  line-height: 11px;
}
.is-active .dropdown-arrow {
  display: inline-block;
}
.is-active-kb .dropdown-arrow {
  display: inline-block;
}

.kb-drop-down {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
}
.kb-drop-down .kb-drop-down-list {
  border-right: 2px solid #F1F3F4;
  padding-left: 20px;
}
.kb-drop-down .kb-drop-down-list:first-child {
  padding-left: 0;
}
.kb-drop-down .kb-drop-down-list:last-child {
  border: none;
}
.kb-drop-down .subnav-cat-title {
  font-size: 12px;
  color: #808182;
  text-transform: uppercase;
  line-height: 50px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.kb-drop-down ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.kb-drop-down ul li {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.kb-drop-down ul li span {
  display: inline-block;
  vertical-align: middle;
}
.kb-drop-down ul li a {
  display: block;
  padding: 15px 0;
  vertical-align: middle;
}
.kb-drop-down ul li.active {
  border-top: 1px solid #F1F3F4;
  border-bottom: 1px solid #F1F3F4;
  border-right: 2px solid #fff;
  width: calc(100% + 2px);
}
.kb-drop-down ul li.active a {
  color: #638b18;
  width: calc(100% + 2px);
}
.kb-drop-down ul.top-level a {
  padding: 10px 0;
}
.kb-drop-down .drop-down-icon {
  display: inline-block;
  background: #D8D8D8;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.v2 .kb-drop-down {
  position: relative;
}
.v2 .kb-drop-down ul.level-2 {
  position: absolute;
  left: 25%;
  top: 0;
}

.shopping-cart {
  float: right;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 60px;
}
.shopping-cart span {
  display: inline-block;
}
.shopping-cart .icon-varukorg {
  width: 24px;
  height: 18px;
  margin: 0 5px;
  vertical-align: top;
  display: inline-block;
}
.shopping-cart .number-of-items {
  background: #638b18;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  min-width: 20px;
  height: 20px;
  line-height: 16px;
  margin: 0 auto;
  vertical-align: middle;
  font-size: 12px;
  padding: 2px;
}
.shopping-cart a:hover {
  color: #638b18;
}

/* MENU */
.menu__navigation {
  z-index: 10;
  width: 100%;
  position: relative;
}
.menu__navigation .logo-klover {
  width: 30px;
  position: absolute;
  left: 0;
  top: 15px;
  opacity: 0;
}

.menu_primary-list {
  display: none;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 60px;
  font-size: 17px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
}
.menu_primary-list > li {
  display: inline-block;
  position: relative;
  line-height: 60px;
  margin-right: 20px;
}
.menu_primary-list > li.menudrop {
  margin-right: 20px;
}
.menu_primary-list > li.menudrop a {
  padding-right: 20px;
  background-image: url(../img/menu-arrow-down.svg);
  background-repeat: no-repeat;
  background-size: 10px 7px;
  background-position: right center;
}
.menu_primary-list > li:hover > a {
  color: #638b18;
}
.menu_primary-list > li:hover .menu_primary_sub-list {
  display: block;
}
.menu_primary-list a {
  padding: 0 5px;
}
.menu_primary-list > li:first-child a {
  padding-left: 0;
}
.scroll .menu_primary-list > li:first-child {
  margin-left: 45px;
}

.menu_primary_sub-list {
  display: none;
  position: absolute;
  left: 50%;
  width: 250px;
  margin: 0;
  margin-top: -1px;
  margin-left: -125px;
  padding: 5px 20px 10px;
  line-height: 1.4;
  list-style: none;
  background: #fff;
  text-transform: none;
  border-style: solid;
  border-color: #D0D0D0;
  border-width: 0 1px 1px 1px;
  text-align: center;
  z-index: 21;
}
.menu_primary_sub-list a {
  display: block;
  padding: 5px;
}

.shopping-cart {
  display: none;
}

.header-primary-nav {
  position: absolute;
  right: 42px;
  top: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 13px;
}
.header-primary-nav li {
  display: inline-block;
  margin-left: 20px;
}
.header-primary-nav li.top-login {
  margin-left: 10px;
}
.header-primary-nav li.customer, .header-primary-nav li.top-login {
  display: none;
}
.header-primary-nav figure {
  width: 20px;
  height: 20px;
  margin: 0;
  display: inline-block;
}
.header-primary-nav .icon-user {
  width: 40px;
  height: 38px;
  display: inline-block;
  background-image: url(../img/icon-user.png);
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 20px 20px;
}
.header-primary-nav a {
  color: #638b18;
  display: block;
  padding: 0;
}
.header-primary-nav a:hover {
  color: #638b18;
}
.header-primary-nav a.btn {
  height: 40px;
  color: #fff;
  padding: 0 25px 0;
  border: 2px solid #638b18;
}
.header-primary-nav a.btn:hover {
  border-color: #547514;
}
.header-primary-nav a.btn.login {
  color: #638b18;
  background: transparent;
  border: 2px solid #638b18;
  padding: 0;
  padding-right: 20px;
  padding-left: 40px;
  height: 40px;
  font-weight: 500;
  background-image: url(../img/icon-user.png);
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 20px 20px;
}
.m-menu .header-primary-nav {
  float: none;
  margin: 0 auto;
  margin-top: 30px;
  display: block;
}
.m-menu .header-primary-nav li {
  border-color: rgba(0, 0, 0, 0.5);
}
.m-menu .header-primary-nav li.current a {
  color: #638b18;
}
.m-menu .header-primary-nav figure {
  border-color: #666;
}
.m-menu .header-primary-nav a {
  color: #666;
}
.m-menu .header-primary-nav svg g,
.m-menu .header-primary-nav svg path {
  fill: #638b18;
}

.service-list {
  float: right;
  margin: 0;
  padding: 0 0 0 2rem;
  display: block;
  list-style-type: none;
}
.service-list .service-list__item {
  margin-top: 8px;
  margin-right: 20px;
  margin-bottom: 6px;
  display: inline-block;
  position: relative;
  font-size: 13px;
}
.service-list .service-list__item:last-child {
  margin-right: 0;
}

/* aside nav */
.s-menu {
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}
.contact-list-nav .s-menu {
  background: #fff;
}
.s-menu h3 {
  background: #638b18;
  color: #fff;
  margin: 0;
  padding: 15px 20px 16px;
  font-size: 18px;
}
.s-menu h3 + h4 {
  border-top: none;
}
.s-menu h4 {
  font-size: 14px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px 0 0;
  margin: 0 20px;
  border-top: 1px solid #F1F3F4;
  cursor: pointer;
}

.s-menu--items {
  list-style: none;
  margin: 0 20px;
  margin-bottom: 10px;
  font-weight: 400;
  padding: 10px 0 0;
}
.contact-list-nav .s-menu--items li {
  border-bottom: none;
}
.s-menu--items li {
  position: relative;
  border-bottom: 1px solid #F1F3F4;
}
.s-menu--items li:last-child {
  border-bottom: none;
}
.s-menu--items li.current > a {
  color: #638b18;
  font-weight: 700;
}
.s-menu--items ul,
.s-menu--items ul + ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 500;
}
.s-menu--items ul li,
.s-menu--items ul + ul li {
  margin: 0;
}
.s-menu--items ul li a,
.s-menu--items ul + ul li a {
  padding-left: 20px;
}
.s-menu--items ul li ul li a {
  padding-left: 40px;
}
.s-menu--items a {
  display: block;
  padding: 6px 0;
  color: #000;
}
.s-menu--items a:hover {
  color: #638b18;
}
.s-menu--items .menudrop > ul {
  display: none;
}
.s-menu--items .menudrop.active > ul {
  display: block;
}
.s-menu--items .expand {
  position: absolute;
  right: 0;
  top: -2px;
  width: 40px;
  height: 40px;
  background-image: url(../img/expandable.png);
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: center center;
  display: inline-block;
  z-index: 10;
}
.s-menu--items .expand.active {
  background-image: url(../img/hide.png);
  background-repeat: no-repeat;
  background-size: 12px 2px;
  background-position: center center;
}

.contact-list-nav .s-menu h4 {
  padding-bottom: 15px;
  position: relative;
}
.contact-list-nav .s-menu h4.active {
  padding-bottom: 0;
}
.contact-list-nav .s-menu h4:after {
  content: " ";
  width: 9px;
  height: 15px;
  background-image: url(../img/arrow-down.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 15px;
  right: 0;
}
.contact-list-nav .s-menu h4.active:after {
  transform: rotate(180deg);
}
.contact-list-nav .s-menu h3 + h4:after {
  display: none;
}

/* Sida KONTAKT
--------------------------------------------------------*/
.map-box {
  width: 250px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -225px;
  margin-left: -125px;
  background: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  z-index: 10;
  display: none;
}
.map-box .inner {
  padding: 20px;
}
.map-box h3 {
  color: #638b18;
  margin: 0;
}

.related-title-wrapper {
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}

.section-contact-top {
  background: #fff;
  padding: 30px 0;
}

.contact-top {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 20px;
}
.contact-top .contact-top-item {
  margin-bottom: 20px;
}
.contact-top .contact-top-item a {
  zoom: 1;
  display: block;
  text-decoration: none;
  color: #638b18;
  word-break: break-all;
}
.contact-top .contact-content a + br {
  display: none;
}
.contact-top figure {
  float: left;
  display: block;
  margin: 0;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: #638b18;
  overflow: hidden;
}
.contact-top figure img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.contact-top .related-title {
  overflow: hidden;
  margin: 0 8px 0 0;
  margin-top: 8px;
  padding-left: 10px;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-weight: 700;
  vertical-align: middle;
}
.contact-top .related-title--span {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 700;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #000;
}

.contact-list h2 {
  color: #638b18;
  font-size: 30px;
  margin-top: 9px;
}
.contact-list h3 {
  font-size: 20px;
}

.v-card {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  position: relative;
}
.v-card figure {
  width: 136px;
  float: left;
  display: block;
  margin: 0;
}
.v-card .v-card--info {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 20px 10px 10px 0;
  padding-left: 20px;
  font-size: 14px;
}
.v-card .v-card--info .fn {
  font-size: 18px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  padding-right: 45px;
}
.v-card .v-card--info .title {
  margin-bottom: 20px;
  padding-right: 45px;
}
.v-card .v-card--info .fn,
.v-card .v-card--info .title,
.v-card .v-card--info .email,
.v-card .v-card--info .tel {
  display: block;
}
.v-card .v-card--info a {
  color: #638b18;
  word-break: break-all;
}
.v-card .v-card--info .map-marker {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 12px;
  width: 22px;
  height: 32px;
}
.v-card .v-card--info .map-marker:hover {
  cursor: pointer;
}

.map-comp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map-overlay {
  display: none;
  position: absolute;
  border-radius: 2px;
  z-index: 3000;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(37, 36, 34, 0.05);
  padding: 22px;
  -webkit-transform-origin: 20% 100%;
  transform-origin: 20% 100%;
  width: 100%;
}
.map-overlay.rise {
  opacity: 1;
  display: block;
  left: 751px;
  width: 380px;
  top: auto;
  bottom: 338px;
  height: auto;
  transform: translate3d(0px, -10px, 0px);
}
.map-overlay.rise .arrow {
  border-top: 8px solid #fff;
  -moz-filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.15));
  -o-filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.15));
  bottom: -8px;
  top: auto;
}

/* contact-form-wrap
--------------------------------------------------------*/
.contact-form-content {
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(300px);
  -ms-transform: translateX(300px);
  transform: translateX(300px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  width: 100%;
  max-width: 300px;
  height: 100%;
  overflow-y: scroll;
  z-index: 500;
  background-color: #fff;
  padding: 20px;
}
.contact-form-content.is-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.tickets,
.openhours {
  width: 100%;
  float: left;
  text-align: center;
  margin: 1.5em 0;
}

.tickets {
  margin-top: 4em;
}

.openhours {
  margin-top: 0;
}

/* LISTA SÖK
--------------------------------------------------------*/
.gd-search-content {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.gd-search-content form {
  max-width: 100%;
  margin-bottom: 0;
}
.gd-search-content label {
  display: none;
}
.gd-search-content input {
  width: 100%;
  width: calc(100% - 110px);
  background-color: rgb(255, 255, 255);
  padding: 11px 20px 12px;
  border: none;
  margin-bottom: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.gd-search-content button {
  position: absolute;
  right: 0;
}
.gd-search-content button.gd-search-form-submit {
  width: 100px;
  background: #638b18;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 50px;
  background-image: url(../img/icon-search-white.svg);
  background-size: auto 20px;
  background-position: center center;
  background-repeat: no-repeat;
}

.search-list .search-list--item {
  background: #fff;
  padding: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 3px;
}
.search-list h2 {
  color: #638b18;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
}
.search-list .search-url {
  display: block;
  color: #888;
  margin-bottom: 10px;
}

.nav-container-top {
  position: relative;
  margin-bottom: 30px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.tabs-category,
.tabs-title {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 400;
  position: relative;
  font-size: 14px;
}
.tabs-category span,
.tabs-title span {
  display: block;
  margin-left: 10px;
  font-size: 12px;
  color: #888;
}
.tabs-category li,
.tabs-title li {
  float: left;
  z-index: 3;
  position: relative;
  border-bottom: 4px solid transparent;
  height: 50px;
  background: #fff;
  margin-bottom: 1px;
}
.tabs-category li.active, .tabs-category li:hover,
.tabs-title li.active,
.tabs-title li:hover {
  border-color: #638b18;
}
.tabs-category li.active a, .tabs-category li:hover a,
.tabs-title li.active a,
.tabs-title li:hover a {
  color: #638b18;
}
.tabs-category a,
.tabs-title a {
  padding: 14px 0;
  padding-left: 5px;
  display: block;
  color: #000;
}
.tabs-category a:focus,
.tabs-title a:focus {
  outline: none;
}

/* LISTA KURSER
--------------------------------------------------------*/
.nav-kalender-filter {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 22px;
  list-style: none;
  margin: 0;
  margin-bottom: 40px;
  padding: 0;
}
.nav-kalender-filter.title {
  margin: 30px 0 20px;
}
.nav-kalender-filter li {
  padding: 0;
  padding-bottom: 10px;
  display: inline-block;
  margin-right: 20px;
}
.nav-kalender-filter li.active a {
  color: #638b18;
}
.nav-kalender-filter li a {
  color: #737474;
}
.nav-kalender-filter li a:hover {
  color: #638b18;
}

.k-filter {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 17px;
  background: #fff;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  padding: 8px 20px 9px;
  margin: 30px 0;
}

.kalender-filter {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
.kalender-filter li {
  display: inline-block;
  padding: 0 5px;
}
.kalender-filter li.active a {
  color: #638b18;
}

.date-title {
  color: #638b18;
  font-size: 20px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  display: block;
  margin: 20px 0;
}

.date-item {
  background: #fff;
  padding: 20px;
  margin-bottom: 3px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.date-item .btn {
  margin-bottom: 20px;
}
.date-item .btn:hover {
  background: #F1F3F4;
  color: #638b18;
}
.date-item h2 {
  font-size: 20px;
}

.cat-small {
  font-size: 10px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.cat-small span {
  display: inline-block;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 0 10px;
  border: 1px solid;
}
.cat-small span.cat-small-far {
  border-color: #BABABA;
  color: #BABABA;
}
.cat-small span.cat-small-gris {
  border-color: #E78BD4;
  color: #E78BD4;
}
.cat-small span.cat-small-not {
  border-color: #CA8441;
  color: #CA8441;
}

.table-kurser {
  margin-bottom: 0;
  font-size: 14px;
}
.table-kurser td {
  padding-left: 0;
  border-top: 1px solid #F1F3F4;
  border-bottom: none;
}
.table-kurser .column-time {
  width: 106px;
}
.table-kurser .column-places-left {
  text-align: right;
  padding-right: 0;
}
.table-kurser .alert {
  color: #f04124;
}

/* PRODUKTINFO/KURSER
--------------------------------------------------------*/
.product-info-wrapper {
  margin-top: 2rem;
}

.product-info .price {
  font-size: 1.875rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
}
.product-info .price-small {
  font-weight: 700;
}
.product-info .price-info {
  font-size: 0.875rem;
  font-weight: 700;
}
.product-info a.login {
  color: #638b18;
}
.product-info .span-title {
  display: block;
  font-weight: 700;
  font-size: 1.125rem;
}
.product-info .btn {
  position: relative;
  height: 70px;
  line-height: 50px;
  font-size: 1.125rem;
}
.product-info .small-title {
  display: block;
  font-size: 14px;
}
.product-info .product-info__content {
  margin-bottom: 2§0px;
}
.product-info .produkt-info__title__large {
  font-size: 1.875rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
}
.product-info .produkt-info__title {
  margin-bottom: 10px;
}
.product-info .date-time,
.product-info .location {
  display: block;
}
.product-info .right {
  float: right;
}
.product-info form {
  margin: 0;
}
.product-info small {
  color: #808182;
  font-size: 12px;
}
.product-info .btn,
.product-info button.single_add_to_cart_button {
  border: none;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 20px;
}
.product-info button,
.product-info input[type=submit],
.product-info button.single_add_to_cart_button {
  background-color: #638b18;
  background-image: url(../img/icon-cart_w.svg);
  background-repeat: no-repeat;
  background-position: left 26px center;
  background-size: 24px 18px;
  height: 70px;
  line-height: 70px;
  padding: 0 30px !important;
}
.product-info button:hover,
.product-info input[type=submit]:hover,
.product-info button.single_add_to_cart_button:hover {
  background-image: url(icon-cart_w.svg) !important;
  background-position: left 26px center !important;
  background-repeat: no-repeat !important;
  background-color: #547514;
  color: #fff;
}
.product-info button.disabled,
.product-info input[type=submit].disabled,
.product-info button.single_add_to_cart_button.disabled {
  background-color: #f1f3f4 !important;
  opacity: 1 !important;
}
.product-info.anmalan select {
  width: 100%;
  background-color: #F1F3F4;
  background-image: url(../img/icon-arrow-down.svg);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: right 15px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 0 20px;
  padding-right: 40px;
  margin-bottom: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  height: 40px;
}
.product-info.anmalan select:focus {
  outline: none;
}
.product-info.anmalan .input-deltagar-antal {
  text-align: center;
  font-size: 16px;
  margin: 0 10px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #F1F3F4;
  border: none;
  background-color: #F1F3F4;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 40px;
  width: 55px;
  vertical-align: top;
  font-weight: 700;
}
.product-info.anmalan .antal-wrapper {
  text-align: center;
  margin: 10px 0;
  font-weight: 700;
  position: relative;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background: #F1F3F4;
  overflow: hidden;
  height: 40px;
}
.product-info.anmalan .remove,
.product-info.anmalan .add {
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  cursor: pointer;
  position: absolute;
  left: 0px;
  color: #666;
}
.product-info.anmalan .add {
  left: auto;
  right: 0px;
}
.product-info .wc-pao-addon-name {
  border-bottom: 1px solid #f1f3f4;
  display: block;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.product-info .product-addon-totals ul {
  padding-left: 0;
}

table.variations td {
  display: block;
  padding-right: 0;
  padding-left: 0;
}
table.variations a.reset_variations {
  color: red;
}

.infotext {
  overflow: hidden;
  position: relative;
  padding: 5px 10px 0 15px;
  font-size: 18px;
}

.calendar-date {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  float: left;
  clear: left;
  width: 86px;
  padding: 10px;
  border: 2px solid #F1F3F4;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.calendar-date .month {
  display: block;
  font-size: 11px;
}
.calendar-date .day {
  display: block;
  font-size: 40px;
  font-weight: 700;
  color: #638b18;
  line-height: 1;
}
.calendar-date .year {
  display: block;
  font-size: 11px;
}

.section-title-m {
  border-bottom: 3px solid #F1F3F4;
  padding: 20px 0;
  margin-bottom: 30px;
  font-size: 24px;
}

.info-page-entry h2 {
  border-bottom: 3px solid #F1F3F4;
  padding: 15px 0;
  margin-bottom: 0;
  font-size: 20px;
}
.info-page-entry h2 + p {
  margin-top: 20px;
}

.pi_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pi_list li {
  border-bottom: 1px solid #F1F3F4;
  padding: 10px 0;
  position: relative;
}
.pi_list li span {
  display: block;
  padding-left: 26px;
  padding-right: 30px;
}
.pi_list li span:hover {
  cursor: pointer;
}
.pi_list li:before {
  content: " ";
  width: 17px;
  height: 16px;
  padding-right: 27px;
  font-size: 1.125rem;
  background-image: url(../img/list-style.png);
  background-size: 17px 16px;
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  top: 12px;
  left: 0;
}
.pi_list li:after {
  content: " ";
  width: 14px;
  height: 9px;
  background-image: url(../img/arrow-down-gray.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 17px;
  right: 0;
}
.pi_list li.active:after {
  transform: rotate(180deg);
}
.pi_list li .product-info-content {
  display: none;
  padding: 20px 0;
}

.pi_list li.active .product-info-content {
  display: block;
}

.icon-order,
.icon-info,
.icon-user {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -25px;
}

.icon-order,
.icon-user {
  margin-top: -27px;
}

.info-tabs-category {
  list-style: none;
  margin: 1.313rem 0 0;
  padding: 0;
  text-align: center;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 3px solid #F1F3F4;
  position: relative;
}
.info-tabs-category li {
  float: left;
  border-bottom: 3px solid transparent;
  margin-bottom: -3px;
  margin-right: 40px;
  z-index: 3;
}
.info-tabs-category li.active, .info-tabs-category li:hover {
  border-bottom: 3px solid #638b18;
}
.info-tabs-category li.active a, .info-tabs-category li:hover a {
  color: #000;
}
.info-tabs-category li:hover {
  border-bottom: 3px solid #000;
}
.info-tabs-category a {
  display: block;
  color: #000;
  padding: 10px 0;
}
.info-tabs-category a:focus {
  outline: none;
}

.info-content-wrapper {
  margin-top: 1rem;
}

.info-items {
  display: none;
}
.info-items.active {
  display: block;
}

/* FAQ
--------------------------------------------------------*/
.pushdown-view {
  margin-top: 1rem;
  overflow: hidden;
  clear: both;
}
.pushdown-view.container-main {
  width: 100%;
}
.pushdown-view h1 {
  margin: 0;
  margin-top: 53px;
  margin-bottom: 1rem;
}
.pushdown-view h1:first-child {
  margin-top: 1rem;
}

.faqitem-section {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #F1F3F4;
  padding: 13px;
  margin-bottom: 10px;
}
.w-bg .faqitem-section {
  background: #fff;
}

.faqitem-section-content {
  display: none;
  padding: 10px 15px 0 32px;
}
.faqitem-section-content.faqitem-section-content--expanded {
  display: block;
}

.faqitem-content {
  display: none;
  font-size: 0.875rem;
  padding-left: 32px;
}
.faqitem-content a {
  text-decoration: underline;
}
.faqitem-content h4 {
  line-height: 24px;
  margin-bottom: 0;
}
.faqitem-content p {
  margin-top: 10px;
}
.faqitem-content.faqitem-content--expanded {
  display: block;
}
.faqitem-content.no-parent {
  padding-left: 0;
  border-top: 1px solid;
  border-color: rgba(0, 0, 0, 0.1);
}
.faqitem-content.no-parent p {
  margin-top: 0;
}

.faqitem-section-header {
  font-size: 1.125rem;
  margin: 0;
  line-height: 24px;
  padding-left: 32px;
  position: relative;
}
.entry .faqitem-section-header {
  margin-bottom: 0;
}

.faqitem-section-header.expanded,
.faqitem-header.expanded {
  color: #638b18;
}

.faqitem {
  border-top: 1px solid;
  border-color: rgba(0, 0, 0, 0.1);
  padding: 0.875rem 0;
}

.faqitem-header {
  font-size: 1rem;
  margin: 0;
  padding-left: 32px;
  position: relative;
}
.faqitem-section-trigger,
.faqitem-trigger {
  background-image: url(../img/expand.svg);
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}
.faqitem-section-trigger:hover,
.faqitem-trigger:hover {
  cursor: pointer;
}
.faqitem-section-trigger.faqitem-section-trigger--expanded, .faqitem-section-trigger.faqitem-trigger--expanded,
.faqitem-trigger.faqitem-section-trigger--expanded,
.faqitem-trigger.faqitem-trigger--expanded {
  background-image: url(../img/expand-hide.svg);
}

.faq > .faqitem {
  background: #f6f6f6;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 13px;
  margin-bottom: 10px;
  border-top: none;
}

/* BLOCKS
--------------------------------------------------------*/
.article-blocks h3 {
  font-size: 1.125rem;
}

/* LISTA ARTIKLAR
--------------------------------------------------------*/
.section-sub-cat {
  margin: 30px 0 0;
}
.section-sub-cat .btn {
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-right: 10px;
  padding: 7px 20px;
}

.sub-cat {
  list-style: none;
  padding: 0;
  margin: 0 -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.sub-cat .sub-cat-item {
  width: calc(50% - 10px);
  margin: -1px 5px 0;
  float: left;
  flex: 0 0 auto;
  position: relative;
  border-top: 1px solid #F1F3F4;
  border-bottom: 1px solid #F1F3F4;
}
.sub-cat .sub-cat-item:after {
  content: " ";
  width: 9px;
  height: 15px;
  background-image: url(../img/arrow-down.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 15px;
  right: 0;
  transform: rotate(-90deg);
}
.sub-cat .sub-cat-item a {
  zoom: 1;
  display: block;
  text-decoration: none;
  padding: 10px 0;
  padding-right: 15px;
}
.sub-cat figure {
  display: none;
  float: left;
  margin: 0;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background: #CACDCF;
  overflow: hidden;
  position: relative;
}
.sub-cat .related-title {
  overflow: hidden;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.sub-cat .related-title--span {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  vertical-align: middle;
}

.section-filter-articles {
  padding: 30px 0 20px;
}

.filter-articles {
  font-size: 16px;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  cursor: pointer;
}
.filter-articles .fa-title {
  display: inline-block;
}
.filter-articles .fa-item--selected {
  color: #638b18;
  display: inline-block;
}
.filter-articles a {
  color: #000;
}
.filter-articles .inner {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 8px 20px;
  background: #fff;
}
.filter-articles .inner:hover {
  /*
  			.fa-option-view-caret,
  			.fa-items--box {
  				display: block;
  			}
  */
}
.filter-articles .fa-items--box {
  display: none;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: #fff;
  border: 1px solid #ddd;
  color: #000;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  outline: none;
  position: absolute;
  left: 0;
  top: 47px;
  overflow: hidden;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -webkit-user-select: text;
  z-index: 3;
}
.filter-articles .fa-items--box.active {
  display: block;
}
.filter-articles .fa-items--box a {
  color: #000;
  display: block;
}
.filter-articles .fa-items--box a:hover {
  color: #638b18;
}

.filter-articles.is-active .fa-option-view-caret,
.filter-articles.is-active .fa-items--box {
  display: block;
}

.fa-option-view-caret {
  display: none;
  overflow: hidden;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: 4;
}
.fa-option-view-caret:after {
  background: #fff;
  border-color: #ddd;
  left: 50%;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  outline: none;
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 0% 0;
  transform-origin: 0% 0;
  z-index: 1;
}
.fa-option-view-caret.active {
  display: block;
}

.fa-items {
  height: 40px;
  line-height: 35px;
  border-bottom: 1px solid #ddd;
}
.fa-items .fa-items-img {
  display: inline-block;
  height: 24px;
  line-height: normal;
  margin: 0 0 0 20px;
  text-align: center;
  vertical-align: middle;
  width: 24px;
}
.fa-items .fa-items-text {
  display: inline-block;
  line-height: normal;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}

.cat-item {
  display: inline-block;
  color: #fff;
  background: #638b18;
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px 10px;
}
.cat-item.text-large {
  font-size: 18px;
}

.article-list.row-strip-3 .article-item {
  width: calc(50% - 10px);
}
.article-list .article-item {
  -moz-border-radius: 0 0 15px 0;
  -webkit-border-radius: 0 0 15px 0;
  border-radius: 0 0 15px 0;
  padding-bottom: 70px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article-list .article-item h2 {
  font-size: 18px;
  line-height: 1.4;
}
.article-list .article-item .cat-item {
  position: absolute;
  top: -26px;
}
.article-list .article-item.medium-text h2 {
  font-size: 20px;
}
.article-list .article-item.no-image h2 {
  font-size: 22px;
}
.article-list .article-item.no-image .cat-item {
  margin-top: 0;
  position: static;
}
.article-list .article-item.medium-text h2 {
  font-size: 20px !important;
  margin-top: 33px;
}
.article-list .article-item figure {
  position: relative;
  overflow: hidden;
  padding-top: 66.67%;
}
.article-list .article-item figure img {
  position: absolute;
  bottom: 0;
  display: block;
}
.article-list .inner {
  position: relative;
}
.article-list .article-byline {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 15px;
  margin: 0;
  border: 0;
}
.article-list .article-byline .article-byline--info {
  margin: 0;
  padding: 0;
  height: auto;
  min-height: 0;
  border: 0;
  color: #808182;
}
.article-list .article-byline .article-byline--info a {
  color: #808182;
}
.article-list .article-byline .article-byline--info .author {
  display: block;
}

.main-blocks > div {
  background: #fff;
}
.main-blocks .inner {
  padding: 15px;
}
.main-blocks .inner h2 {
  margin-top: 5px;
}
.main-blocks .inner h3 {
  padding: 0;
  margin: 0 0 0.68em;
}
.main-blocks h3 {
  padding: 15px;
  margin: 0;
  font-size: 1.125rem;
}
.main-blocks a.read-more {
  color: #BBBBBB;
  font-weight: 700;
  background-image: url(../img/arrow-read-more);
  background-position: right center;
  background-size: 16px 11px;
  background-repeat: no-repeat;
  padding-right: 20px;
  display: inline-block;
  position: absolute;
  bottom: 10px;
  left: 15px;
}
.main-blocks .row-box {
  padding-bottom: 20px;
}
.main-blocks.categories .row-box {
  border: 2px solid #F1F3F4;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
.main-blocks.categories .row-box .absolute-position {
  padding: 20px;
}
.main-blocks.categories > div {
  background: #fff;
}
.main-blocks.categories h3 {
  font-size: 16px;
}
.main-blocks.categories h4 {
  color: #638b18;
  font-size: 20px;
  margin: 0;
  margin-bottom: 10px;
}
.main-blocks.categories .price {
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  font-size: 20px;
}
.main-blocks.categories figure {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.main-blocks.categories figure img {
  position: absolute;
  bottom: 0;
  display: block;
}
.main-blocks.categories figure h4 {
  font-size: 18px;
  color: #fff;
  margin: 0;
}

.row-box .absolute-position {
  padding: 30px 20px;
}
.row-box .absolute-position .table {
  height: 100%;
}
.row-box .absolute-position h2 {
  margin-top: 0;
}

.row-box--info figure {
  width: 64px;
  height: 64px;
  -moz-border-radius: 1000px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  background: #D8D8D8;
}
.row-box--info .inner {
  padding-top: 15px;
}
.row-box--info p {
  font-size: 0.875rem;
}

.kb-drop-down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.kb-drop-down > li {
  width: 25%;
  margin: 0;
  float: left;
  flex: 0 0 auto;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.row,
.tabs-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.row-strip,
[class*=row-strip-] {
  margin-left: -5px;
  margin-right: -5px;
}

.row-box {
  width: calc(100% - 10px);
  margin: 0 5px 10px;
  float: left;
  flex: 0 0 auto;
  position: relative;
}
.row-strip-6 .row-box {
  width: calc(100% - 10px);
}
.row-strip-4 .row-box {
  width: calc(100% - 10px);
}
.row-strip-3 .row-box {
  width: calc(100% - 10px);
}
.row-strip-9--3 .row-box.box-9 {
  width: calc(100% - 10px);
}
.row-strip-9--3 .row-box.box-3 {
  width: calc(100% - 10px);
}
.row-box.logo, .row-box.search {
  width: calc(50% - 10px);
}

.contact-top.row-strip-4 .row-box {
  width: calc(100% - 10px);
}

.row-box.vertical-middle, .row-box.vertical-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.row-box.vertical-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.row-box.vertical-bottom {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.row-box figure {
  position: relative;
}

.categories.row-strip-3 .row-box {
  width: calc(50% - 10px);
}
.categories.row-strip-4 .row-box {
  width: calc(50% - 10px);
}

.tabs-row-stripper,
[class*=tabs-row-stripper-] {
  margin: 0 -1px;
}

.tabs-row-box {
  width: calc(25% - 2px);
  margin: 0 1px 1px;
  float: left;
  flex: 0 0 auto;
  position: relative;
}
.tabs-row-box a,
.tabs-row-box section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.tabs-row-stripper-4 .tabs-row-box {
  width: calc(50% - 2px);
}
.tabs-row-stripper-3 .tabs-row-box {
  width: calc(50% - 2px);
}

.wrap {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-bottom: 2rem;
}
.wrap .article {
  -ms-order: 1;
  -webkit-order: 1;
  order: 1;
}
.wrap .article header {
  width: 95%;
  max-width: 454px;
}
.wrap .article-image {
  max-width: 990px;
  min-width: 100%;
  -moz-box-ordinal-group: 1;
  -ms-order: 1;
  -webkit-order: 1;
  order: 1;
  position: relative;
  -moz-flex-grow: 2;
  -webkit-flex-grow: 2;
  -ms-flex-grow: 2;
  flex-grow: 2;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.wrap .article-image .play-button {
  position: absolute;
  width: 64px;
  height: 64px;
  top: 50%;
  margin-top: -32px;
  left: 50%;
  margin-left: -32px;
}
.wrap .article-image .article-img-infotext {
  position: absolute;
  bottom: 30px;
  left: 30px;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}

.boxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2px;
  height: 470px;
  gap: 2px;
  margin: 0 auto 0;
}
.boxes .box1 {
  grid-column: 1/2;
  grid-row: 1/3;
}
.boxes .box2 {
  grid-column: 2/4;
  grid-row: 1;
}
.boxes .box3 {
  grid-column: 2/4;
  grid-row: 2;
}

.box1,
.box2,
.box3 {
  background: #638b18;
  padding: 20px;
  color: #fff;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.box1 {
  -moz-border-radius: 0 0 0 30px;
  -webkit-border-radius: 0 0 0 30px;
  border-radius: 0 0 0 30px;
  background-position: right center;
}

.box-section,
.box-section_w {
  padding: 20px;
  padding-bottom: 0;
}

.box-section {
  padding-right: 0;
  padding-left: 0;
}

.title-header {
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
}
.title-header h1 {
  color: #638b18;
  margin-top: 0;
}
.title-header p {
  font-size: 18px;
}

.title-page h1,
.title-page h2 {
  font-size: 26px;
  margin-top: 5px;
  margin-bottom: 16px;
}
.title-page.brand h1,
.title-page.brand h2 {
  color: #638b18;
}
.box-section .title-page {
  max-width: 720px;
}
.title-page.centered {
  max-width: 620px;
  margin: 0 auto;
}
.title-page .cat-item {
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  margin: 20px 0;
}
.title-page a {
  color: #638b18;
}

/* FEATURED ARTICLES
--------------------------------------------------------*/
.section-secondary-billboard {
  -moz-border-radius: 0 0 30px 0;
  -webkit-border-radius: 0 0 30px 0;
  border-radius: 0 0 30px 0;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.section-secondary-billboard .sec-billboard-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px;
  color: #fff;
  max-width: 540px;
}
.section-secondary-billboard .sec-billboard-content h2 {
  color: #fff;
  font-size: 28px;
  margin: 20px 0;
}
.section-secondary-billboard .sec-billboard-content a {
  color: #fff;
}
.row-strip-narrow-6 .section-secondary-billboard {
  height: 250px;
}
.row-strip-narrow-6 .section-secondary-billboard h2 {
  font-size: 16px;
  margin: 10px 0;
}
.section-secondary-billboard .author {
  font-size: 14px;
}
.section-secondary-billboard .cat-item {
  font-size: 10px;
}

.featured-articles.row-strip-narrow-4 .sec-billboard-content {
  padding: 0 10px 10px;
  background: #F1F3F4;
  position: relative;
  -moz-border-radius: 0 0 30px 0;
  -webkit-border-radius: 0 0 30px 0;
  border-radius: 0 0 30px 0;
}
.featured-articles.row-strip-narrow-4 .sec-billboard-content .cat-item {
  position: absolute;
  left: 0;
  top: -24px;
}
.featured-articles.row-strip-narrow-4 .sec-billboard-content h2 {
  margin: 0;
  padding: 15px 0 10px;
  font-size: 16px;
}
.featured-articles .author {
  font-size: 14px;
}
.featured-articles .cat-item {
  font-size: 10px;
}

.row-strip-narrow,
[class*=row-strip-narrow-] {
  margin-left: -1px;
  margin-right: -1px;
}

.row-box-narrow {
  width: calc(100% - 2px);
  margin: 0 1px 2px;
  float: left;
  flex: 0 0 auto;
  position: relative;
}
.row-strip-narrow-6 .row-box-narrow {
  width: calc(50% - 2px);
}
.row-strip-narrow-4 .row-box-narrow {
  width: calc(50% - 2px);
}
.row-strip-narrow-3 .row-box-narrow {
  width: calc(50% - 2px);
}

.row-box.vertical-middle, .row-box.vertical-bottom,
.row-box-narrow.vertical-middle,
.row-box-narrow.vertical-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.row-box.vertical-middle,
.row-box-narrow.vertical-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.row-box.vertical-bottom,
.row-box-narrow.vertical-bottom {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.row-box figure,
.row-box-narrow figure {
  position: relative;
}

/* SLIDE Flickity
--------------------------------------------------------*/
.slide-section {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  padding: 20px 0 40px;
}

.flickity-page-dots {
  bottom: 30px;
  display: none;
}

.flickity-enabled {
  display: flex;
}

.flickity-viewport {
  order: 2;
  width: 100%;
  height: auto !important;
}

.flickity-slider {
  position: relative !important;
  display: flex;
  left: auto !important;
}

.flickity-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.carousel-cell {
  float: left;
  flex: 0 0 auto;
  flex-direction: row;
  left: auto !important;
  max-width: 100%;
  min-height: 100%;
  width: 100%;
  position: relative !important;
  width: 236px;
  min-height: 337px;
  margin-right: 10px;
  background: #F1F3F4;
  -moz-border-radius: 0 0 25px 0;
  -webkit-border-radius: 0 0 25px 0;
  border-radius: 0 0 25px 0;
  counter-increment: carousel-cell;
  overflow: hidden;
  padding-bottom: 60px;
}
.carousel-cell .sl-cell__details {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  color: #808182;
  font-size: 12px;
}
.carousel-cell .sl-cell__details a {
  color: #808182;
}
.carousel-cell .sl-cell__details a:hover {
  color: #638b18;
}
.carousel-cell .sl-cell__details .table-kurser {
  font-size: 12px;
}
.carousel-cell .sl-cell__details .table-kurser td {
  border-top: 1px solid #d8d8d8;
  padding: 6px 0;
  padding-top: 5px;
}
.carousel-cell .sl-cell__details .table-kurser tr:last-child td {
  padding-bottom: 0;
}

.carousel-cell.is-selected {
  background: #F1F3F4;
}

.flickity-button {
  background: hsla(0, 0%, 100%, 0.9);
  z-index: 10;
}
.flickity-button:disabled {
  display: none;
}
.flickity-button:active {
  opacity: 1;
}

.slide-content {
  width: 100%;
  height: 100%;
  position: relative;
}
.slide-content .slide-content-inner {
  padding: 10px;
  position: relative;
}
.slide-content .cat-item {
  position: absolute;
  left: 10px;
  bottom: 0;
  z-index: 10;
}
.slide-content.inverted {
  color: #000;
}
.slide-content .date-time {
  color: #638b18;
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}
.slide-content h2 {
  line-height: 1.4;
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  color: inherit;
}
.slide-content p {
  font-size: 15px;
  font-weight: 400;
  margin-top: 0.83rem;
}
.slide-content figure {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.slide-content figure img {
  position: absolute;
  bottom: 0;
  display: block;
}

.flickity-button {
  border: 2px solid #F1F3F4;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}

html.touchevents .flickity-button {
  display: none;
}

.flickity-prev-next-button.next {
  right: -22px;
}
.flickity-prev-next-button.previous {
  left: -22px;
}

.flickity-button-icon {
  fill: #638b18;
}

/* cell number */
/*
.carousel-cell:before {
  display: block;
  text-align: center;
  content: counter(carousel-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}
*/
/* BLOCKGRID
--------------------------------------------------------*/
[class*=block-grid-] {
  display: block;
  padding: 0;
  margin: 0 -0.938rem;
  overflow: hidden;
}

[class*=block-grid-] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.938rem 1.11111rem;
}

.block-grid-module {
  margin: 0 -0.469rem;
}

.block-grid-module > li {
  width: 50%;
  padding: 0 0.469rem 1.11111rem;
}
.block-grid-module > li:nth-of-type(2n+1) {
  clear: both;
}

.block-grid-drop > li {
  width: 25%;
}
.block-grid-drop > li:nth-of-type(4n+1) {
  clear: both;
}

/* PLACEHOLDER */
::-webkit-input-placeholder {
  color: #272727;
  font-family: "Quicksand", sans-serif;
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

:-moz-placeholder {
  color: #272727;
  font-family: "Quicksand", sans-serif;
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

::-moz-placeholder {
  color: #272727;
  font-family: "Quicksand", sans-serif;
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

:-ms-input-placeholder {
  color: #272727;
  font-family: "Quicksand", sans-serif;
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

/* TABLES
--------------------------------------------------------*/
.table-wrapper,
.dataTables_wrapper {
  width: 100%;
  margin-bottom: 15px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

table,
.tablepress {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 18px;
  border-color: #F1F3F4;
  border: none !important;
}
table tr,
.tablepress tr {
  border-color: #F1F3F4;
}
table th,
table td,
.tablepress th,
.tablepress td {
  padding: 12px;
  border-color: #F1F3F4;
  border-bottom: 1px solid #F1F3F4;
  padding-top: 11px;
  text-align: left;
  vertical-align: top;
  overflow: hidden;
}
table thead,
.tablepress thead {
  background-color: #638b18;
  color: #fff;
}
table thead th,
.tablepress thead th {
  border-top: 0 solid #F1F3F4;
  padding-top: 12px;
  vertical-align: bottom;
  word-break: break-all;
  background-color: #638b18 !important;
  font-weight: 700;
}
table thead td,
.tablepress thead td {
  font-weight: 700;
}
table th,
.tablepress th {
  font-weight: bold;
}

/* bordered */
.table-bordered {
  border: 1px solid #F1F3F4;
  border-collapse: separate;
  border-left: 0;
}
.table-bordered th,
.table-bordered td {
  padding-left: 12px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #F1F3F4;
}

/* striped */
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #F1F3F4;
}

/* MOBILE MENU
--------------------------------------------------------*/
.m-menu {
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(280px);
  -ms-transform: translateX(280px);
  transform: translateX(280px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  width: 280px;
  height: 100%;
  overflow-y: scroll;
  z-index: 500;
  background-color: #fff;
}
.m-menu.is-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.m-menu .header_title {
  text-align: right;
  position: absolute;
  max-width: 178px;
  right: 10px;
  z-index: 10;
  margin: 10px 0 5px;
  color: #638b18;
}
.m-menu .header_title h2 {
  margin: 0;
  font-size: 1.125rem;
}

.m-menu--mask,
.contact-form--mask {
  z-index: 450;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: #000;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
  transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}
.m-menu--mask.is-active,
.contact-form--mask.is-active {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

body.has-active-menu {
  overflow: hidden;
}

.m-menu--items {
  list-style: none;
  margin: 0;
  margin-top: 60px;
  padding: 0 0 0 20px;
  font-size: 1.125rem;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.m-menu--items > li:first-child {
  border-top: 1px solid;
  border-color: #f4f4f4;
}
.m-menu--items li {
  border-bottom: 1px solid #f4f4f4;
  position: relative;
}
.m-menu--items li.current > a {
  color: #638b18;
}
.m-menu--items ul,
.m-menu--items ul + ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid;
  border-color: #f4f4f4;
  font-weight: 500;
}
.m-menu--items ul li,
.m-menu--items ul + ul li {
  margin: 0;
}
.m-menu--items ul li:last-child,
.m-menu--items ul + ul li:last-child {
  border-bottom: none;
}
.m-menu--items ul li a,
.m-menu--items ul + ul li a {
  padding-left: 10px;
}
.m-menu--items ul li ul li a {
  padding-left: 20px;
}
.m-menu--items a {
  display: block;
  padding: 10px 10px 10px 0;
  color: #666;
  opacity: 1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.m-menu--items a:hover {
  opacity: 0.7;
}
.m-menu--items .menudrop > ul {
  display: none;
}
.m-menu--items .menudrop.active > ul {
  display: block;
}
.m-menu--items .expand {
  position: absolute;
  right: 10px;
  top: 9px;
  width: 20px;
  height: 20px;
  display: inline-block;
  z-index: 10;
}
.m-menu--items .expand svg g {
  fill: #638b18;
}
.m-menu--items .expand.active svg rect.vertical-line {
  opacity: 0;
}
.header_area-top--container .m-menu--items {
  margin-top: 0;
  text-align: center;
  font-size: 18px;
}
.header_area-top--container .m-menu--items a {
  color: #000;
}
.header_area-top--container .m-menu--items ul a,
.header_area-top--container .m-menu--items ul + ul a {
  padding-left: 0;
}

.sub-section-title {
  display: block;
  font-family: "Quicksand", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #638b18;
  margin: 0 0 20px;
  position: relative;
}
.sub-section-title .sub-section-title_arrow {
  display: inline-block;
  margin-left: 6px;
  vertical-align: top;
}
.sub-section-title .sub-section-title_arrow img {
  margin-top: -4px;
}
.sub-section-title a {
  color: #638b18;
}

/* SLIDE Slick
--------------------------------------------------------*/
.bg-opacity {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.slickDefault {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.slide {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.slick-active {
  margin: 0;
}

.top-box-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
}
.top-box-content h1 {
  line-height: 1.2;
}

.slick-list,
.slick-track {
  height: 100%;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  padding-left: 0;
  list-style: none;
  width: 100%;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 0 3px;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  background-image: url(../img/dot.png);
  background-repeat: no-repeat;
  background-size: 12px 12px;
  display: block;
  height: 15px;
  width: 15px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  text-indent: -999em;
}

.slick-dots li.slick-active button {
  background-image: url(../img/dot-active.png);
}

.slick-arrow {
  display: block !important;
}

.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background-color: transparent;
  background-image: url(../img/arrow-left.png);
  background-size: 32px 32px;
  color: transparent;
  bottom: 20px;
  padding: 0;
  border: none;
  outline: none;
  z-index: 100;
}
.slick-prev:hover, .slick-next:hover {
  background-color: transparent;
  background-image: url(../img/arrow-left-red.png);
}

.slick-prev {
  left: 2.5%;
}

.slick-next {
  background-image: url(../img/arrow-right.png);
  right: 2.5%;
}
.slick-next:hover {
  background-image: url(../img/arrow-right-red.png);
}

form {
  max-width: 570px;
}

label {
  margin-bottom: 5px;
}

input {
  margin-bottom: 10px;
}

textarea {
  width: 100%;
  resize: none;
  min-height: 150px;
}

input[type=submit] {
  margin-top: 20px;
  background: none;
}

.gform_wrapper form {
  max-width: 570px;
  margin: 0;
}
.gform_wrapper textarea {
  width: 100%;
  resize: none;
  min-height: 150px;
}
.gform_wrapper label {
  margin-bottom: 0px;
}
.gform_wrapper .ginput_container {
  margin-top: 0;
}

.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
  width: 100%;
}

.gform_wrapper ul.gfield_checkbox input,
.gform_wrapper ul.gfield_radio input {
  margin-bottom: 0;
  margin-right: 5px;
}
.gform_wrapper ul.gfield_checkbox br,
.gform_wrapper ul.gfield_radio br {
  display: none;
}

/* GFORM
--------------------------------------------------------*/
.gform_wrapper input[type=submit].gform_button {
  background-image: none;
}

select[multiple] {
  height: auto !important;
  padding: 10px 20px !important;
}

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 5px;
}
body .gform_wrapper .top_label div.ginput_container input {
  margin-bottom: 0;
}

/* Woocommerce
--------------------------------------------------------*/
.woocommerce form {
  max-width: 100%;
}
.woocommerce form .form-row label {
  font-weight: 400;
}
.woocommerce form .form-row input[type=text], .woocommerce form .form-row input[type=password], .woocommerce form .form-row input[type=tel], .woocommerce form .form-row input[type=email], .woocommerce form .form-row input[type=url], .woocommerce form .form-row input[type=search], .woocommerce form .form-row input.input-text {
  padding: 6px;
}
.woocommerce form .form-row textarea {
  padding: 6px;
}

.select2-container--default .select2-selection--single {
  height: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
}

/* HELPER
--------------------------------------------------------*/
.absolute-position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

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

.clearfix:after {
  clear: both;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* COLORS
--------------------------------------------------------*/
.bg-green {
  background: #638B18 !important;
}

.bg-light-green {
  background: #E0E8DC !important;
}

.bg-white {
  background: #fff !important;
}

.bg-light-grey {
  background: #F1F3F4;
}

.color-brand {
  color: #638b18;
}

.btn-link {
  display: inline-block;
  font-weight: 700;
  color: #638b18;
  text-decoration: underline;
  margin-top: auto;
}

/* SECTIONS
--------------------------------------------------------*/
.section-wrapper.w-padding {
  padding: 40px 0;
}

.site-width.m-w-100 {
  width: 100%;
  overflow: hidden;
}

.section-billboard-page {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top -50px;
}

.billboard-content.billboard-text-content {
  padding: 30px 2.5%;
}
.main .billboard-content.billboard-text-content {
  margin: 0;
}
.billboard-content.billboard-text-content h1 span {
  display: block;
  font-size: 20px;
}
.background-image .billboard-content {
  padding: 40px 20px;
}
.background-image .billboard-content img {
  width: 220px;
}

.top-box-header {
  padding-right: 50px;
}
.top-box-header h1 {
  font-size: 40px;
}
.top-box-header p {
  font-size: 21px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
}
.top-box-header .btn {
  font-size: 16px;
  margin-top: 20px;
}
.top-box-header .location {
  margin-top: -15px;
  margin-bottom: 10px;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.top-box-header .location img {
  margin-right: 5px;
}

.top-box-image {
  overflow: hidden;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

@supports (display: grid) {
  .grid-box-section {
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    grid-auto-rows: minmax(100px, auto);
  }
  .grid-box-section > div {
    background: #fff;
    position: relative;
    color: #000;
    -moz-border-radius: 0 0 25px 0;
    -webkit-border-radius: 0 0 25px 0;
    border-radius: 0 0 25px 0;
    text-align: left;
    overflow: hidden;
  }
}
.grid-box--item {
  margin-bottom: 20px;
}
.grid-box--item .box-img {
  width: 100%;
  position: relative;
}
.grid-box--item figure {
  position: relative;
  overflow: hidden;
  padding-top: 53.25%;
}
.grid-box--item figure img {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
}
.grid-box--item > div span.btn {
    margin-top: 16px !important;
}
.grid-box--item .box-text-content {
  padding: 20px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  display: flex;
}
.grid-box--item .box-text-content h2 {
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #638b18;
}
.grid-box--item .box-text-content h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #638b18;
}
.grid-box--item .box-text-content .btn {
  margin-top: auto;
  font-weight: 700;
  font-size: 16px;
}
.grid-box--item .box-text-content .btn-link {
  margin-top: auto;
  display: inline-block;
  font-weight: 700;
  color: #638b18;
  text-decoration: underline;
}
.grid-box--item .box-text-content time {
  font-weight: 700;
}
.grid-box--item .box-text-content a {
  display: flex;
  flex-direction: column;
}
.grid-box--item .box-text-content.text-large {
  padding: 20px;
  padding-bottom: 30px;
}

/* */
.box-mix.box-mix-large figure {
  padding-top: 56.25%;
  width: 100%;
}
.box-mix.box-mix-large .box-mix-inner {
  display: flex;
  flex-flow: row wrap;
  flex: 1 0;
}
.box-mix.box-mix-large .box-mix-content-inner {
  height: auto;
}
.box-mix.box-mix-large .box-mix-content-inner h3 {
  margin-top: 0;
}
.box-mix figure {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.box-mix figure img {
  position: absolute;
  top: 0;
  display: block;
}
.box-mix figure .cat-item {
  position: absolute;
  bottom: 0;
  left: 20px;
}

.box-mix-inner {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  min-height: 340px;
}
.box-mix-inner h3 {
  font-size: 18px;
  margin-top: 0;
}

.box-mix-content-inner {
  padding: 20px 20px 10px 20px;
  display: flex;
  flex-flow: column nowrap;
  flex: 1 0;
  align-self: stretch;
}
.box-mix-content-inner .category {
  font-size: 12px;
  color: #808182;
  margin-top: auto;
}

.d-flex {
  display: flex;
}

.arrow-list {
  display: inline-block;
  text-decoration: none;
  vertical-align: top;
  margin-top: -2px;
  margin-left: 10px;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.5, 0, 0.1, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.5, 0, 0.1, 1);
  transition: transform 0.2s cubic-bezier(0.5, 0, 0.1, 1);
  transition: transform 0.2s cubic-bezier(0.5, 0, 0.1, 1), -webkit-transform 0.2s cubic-bezier(0.5, 0, 0.1, 1);
}

a:hover .arrow-list {
  -webkit-transform: translate3d(4px, 0, 0);
  transform: translate3d(4px, 0, 0);
}

.btn-block {
  width: 100%;
  text-align: center;
}

.btn-light {
  background: #fff !important;
  color: #000 !important;
  padding: 20px 20px;
}
.btn-light:hover {
  background: #fff !important;
  color: #638b18 !important;
}
.btn-light img {
  margin-right: 10px;
}

.grid-btn .btn {
  display: flex;
  justify-content: center;
}
.grid-btn .arrow-list {
  margin-left: auto;
}

/* KURSER
--------------------------------------------------------*/
.usp-list {
  list-style-type: none;
  padding: 0;
}

.usp-list--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  color: #638b18;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
}

.usp-list--icon {
  color: #000;
  margin-right: 10px;
  display: inline-block;
}

.gradient {
  transform: scaleY(-1);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.info-box {
  background: #fff;
  overflow: hidden;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
}
.info-box figure {
  padding: 20px;
  position: relative;
  margin: 0;
  padding: 0;
}
.info-box figure .date-info {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  padding: 5px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
}
.info-box figcaption {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  z-index: 2;
}
.info-box small {
  font-size: 14px;
}

.info-box-wrapper {
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 2;
  font-size: 14px;
}
.info-box-wrapper .location {
  padding-top: 10px;
}

.info-box-footer {
  padding-top: 16px;
  margin-top: auto;
  display: flex;
  flex-direction: column;
}
.info-box-footer .pris {
  display: flex;
}
.info-box-footer .pris span {
  color: #638b18;
  font-size: 21px;
}
.info-box-footer .info {
  display: flex;
  font-size: 12px;
}
.info-box-footer .btn {
  padding: 5px 25px;
  margin-top: 12px;
}

/* Aktuella kurser */
.courses {
  display: flex;
  flex-flow: column wrap;
  margin-bottom: 20px;
}

.right-b-radius {
  -moz-border-radius: 0 0 25px 0;
  -webkit-border-radius: 0 0 25px 0;
  border-radius: 0 0 25px 0;
  overflow: hidden;
}

.upcoming-courses {
  display: flex;
  flex-flow: row wrap;
  border-bottom: 1px solid #638B18;
  padding: 10px 10px 10px 15px;
  width: 100%;
}
.upcoming-courses:last-child {
  border-bottom: none;
}
.upcoming-courses .date-wrapper {
  color: #638B18;
  font-weight: 700;
  line-height: 1;
  font-family: "Quicksand", sans-serif;
  min-width: 95px;
}
.upcoming-courses .date {
  display: block;
  font-size: 32px;
}
.upcoming-courses .month {
  display: block;
  font-size: 14px;
}
.upcoming-courses a {
  display: inline-block;
  margin-left: auto;
}

.upcoming-courses-entry {
  display: flex;
  flex-flow: column nowrap;
  flex: 1 0;
}
.upcoming-courses-entry .title {
  padding-right: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-family: "Quicksand", sans-serif;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
}
.upcoming-courses-entry .place {
  font-size: 12px;
  color: #808182;
  margin-top: auto;
}
.upcoming-courses-entry .place span {
  display: inline-block;
  margin-left: 15px;
}

.box-image {
  width: 100%;
}

.box-content {
  width: 100%;
  min-height: 445px;
  padding: 0 10px;
}
.box-content.listning a {
  display: flex;
  padding: 20px 10px;
  border-bottom: 1px solid #638B18;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
}
.box-content.listning a:last-child {
  border-bottom: none;
}

.contact-card-wrapper {
  margin: 40px 0;
}

.contact-card {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
}

.contact-card--image {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  width: 86px;
  height: 86px;
  margin-right: 20px;
  background: #999;
  overflow: hidden;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: relative;
}
.contact-card--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact-card--info {
  position: relative;
  flex: 1 1 auto;
  font-size: 16px;
}

.cci {
  display: block;
}
.cci.name {
  font-size: 18px;
  font-weight: 700;
}

.list-column {
  display: flex;
  flex-direction: column;
}

.list-column-item {
  border-bottom: 1px solid #E0E8DC;
  width: 100%;
  padding: 12px 0;
  flex-direction: column;
  display: flex;
}
.list-column-item:first-child {
  padding-top: 0;
}
.list-column-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.list-column-title {
  color: #638b18;
  font-size: 18px;
  font-weight: 700;
}

.list-column-title--large {
  font-size: 24px;
  font-weight: 700;
  display: block;
}

.list-column-info small {
  display: block;
  font-size: 12px;
  line-height: 1.2;
}

/* HELPERS */
.full-size-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.background-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.text-align-center {
  text-align: center !important;
}

.text-align-left {
  text-align: left !important;
}

.title-medium {
  font-size: 24px;
}

.fw-bold {
  font-weight: 700 !important;
}

.w-border {
  border: 1px solid #E0E8DC;
}

.m-top-0 {
  margin-top: 0;
}

.m-top-20 {
  margin-top: 20px;
}

.m-top-40 {
  margin-top: 40px;
}

.m-margin-top-30 {
  margin-top: 30px;
}

.m-bottom-0 {
  margin-bottom: 0 !important;
}

.m-bottom-20 {
  margin-bottom: 20px !important;
}

.m-bottom-48 {
  margin-bottom: 48px;
}

.padding-t-b-50 {
  padding: 50px 0;
}

.h-100 {
  height: 100%;
}

.btn-block {
  width: 100%;
  text-align: center;
}

.d-flex,
.flex {
  display: flex;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media only screen and (min-width: 568px) {
  .wrap {
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }
  .wrap .article {
    width: 40%;
  }
  .wrap .article header {
    padding-left: 5px;
  }
  .wrap .article header p {
    font-size: 16px;
  }
  .wrap .article-image {
    width: 60%;
    min-width: 60%;
    height: auto;
    -ms-order: 2;
    -webkit-order: 2;
    order: 2;
    display: block;
    margin-right: 0;
    margin-left: 20px;
    -ms-align-self: stretch;
    -webkit-align-self: stretch;
    align-self: stretch;
  }
}
@media only screen and (min-width: 600px) {
  .page-article .article {
    position: relative;
  }
  /*
  	.share-module {
  		position: absolute;
  		left: 0;
  		top: 0;
  		width: 60px;
  		border: 1px solid #F1F3F4;
  		padding: 10px;
  		text-align: center;
  		text-transform: uppercase;
  		span {
  			display: block;
  			font-size: $font_xsmall;
  			font-weight: $medium;
  		}
  		.share {
  			list-style: none;
  			margin: 0 auto;
  			width: 24px;
  			padding: 0;
  			text-align: center;
  			display: block;
  			li {
  				padding: 10px 0;
  				margin: 0;
  				width: 24px;
  				display: block;
  			}
  		}
  	}
  */
  .tabs-category,
  .tabs-title {
    font-size: 16px;
  }
  .tabs-category span,
  .tabs-title span {
    font-size: 14px;
  }
  .tabs-category a,
  .tabs-title a {
    padding-left: 20px;
  }
  .contact-top.row-strip-4 .row-box {
    width: calc(50% - 10px);
  }
  .sub-cat .sub-cat-item {
    width: calc(33.333333% - 10px);
  }
}
@media only screen and (min-width: 768px) {
  .btn {
    font-size: 16px;
  }
  .header_area {
    height: 69px;
  }
  .header_area-banner {
    height: 75px;
  }
  .menu_logo {
    margin: 9px 0;
    width: 260px;
  }
  .header-primary-nav {
    position: absolute;
    line-height: 35px;
    top: 18px;
    font-size: 16px;
  }
  .header-primary-nav li:last-child {
    display: inline-block;
  }
  .header-primary-nav li.customer, .header-primary-nav li.top-login {
    display: inline-block;
  }
  .header-primary-nav li .btn {
    font-size: 16px;
  }
  .nav-trigger {
    right: 0;
    top: 25px;
  }
  form.top-search {
    top: 67px;
  }
  .section-breadcrumb {
    display: block;
  }
  .section-billboard {
    height: 500px;
  }
  .section-billboard.m-height-auto {
    height: 500px;
  }
  h1 {
    font-size: 40px;
  }
  .header-title h1 {
    font-size: 40px;
  }
  .article header h1 {
    font-size: 40px;
  }
  p.lead, header p {
    font-size: 18px;
  }
  .billboard-content .cat-title {
    font-size: 20px;
  }
  .billboard-content h1 {
    font-size: 40px;
  }
  .main .billboard-content h1 {
    font-size: 48px;
  }
  .main .billboard-content p {
    font-size: 18px;
  }
  .main .billboard-content .btn {
    font-size: 18px;
  }
  .billboard-content .content-padding {
    width: 407px;
  }
  .billboard-content .content-padding.left {
    float: left;
  }
  .billboard-content .content-padding.right {
    float: right;
  }
  .billboard-content .content-padding.centered {
    text-align: left;
  }
  .billboard-content .content-padding h2 {
    font-size: 30px;
    margin: 8px 0 10px;
  }
  .billboard-content .content-padding p {
    font-size: 16px;
  }
  .billboard-content .content-padding .cat-title {
    font-size: 18px;
  }
  .billboard-content .content-padding .btn {
    font-size: 16px;
  }
  .btn.expand {
    width: 100%;
    padding: 10px 20px 10px;
  }
  .btn.white {
    width: 400px;
  }
  .social {
    right: 40px;
    top: 24px;
  }
  .social li {
    width: 32px;
    height: 32px;
    margin-left: 10px;
  }
  .section-footer .social {
    position: relative;
    float: right;
    top: auto;
    width: 25%;
  }
  .section-footer .social li {
    margin-bottom: 5px;
    margin-left: 0;
  }
  .section-footer .social .icon-facebook,
  .section-footer .social .icon-instagram {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-right: 5px;
  }
  .title-header h1,
  .page-title-header h1 {
    font-size: 48px;
  }
  .title-header p,
  .page-title-header p {
    font-size: 26px;
  }
  .billboard-content h1 {
    line-height: 1.2;
    margin-bottom: 1.5rem;
    font-size: 40px;
  }
  .billboard-content p {
    font-size: 1.125rem;
    margin-top: 0.83rem;
  }
  .billboard-content h2 {
    font-size: 40px;
  }
  .sub-section-title {
    font-size: 30px;
  }
  .article {
    padding: 20px 30px;
  }
  .article-list.row-strip-3 .article-item {
    width: calc(33.333333% - 20px);
  }
  .article-list .article-item h2 {
    font-size: 20px;
    line-height: 1.4;
    word-break: normal;
  }
  .article-list .article-item .cat-item {
    position: absolute;
    top: -26px;
  }
  .article-list .article-item.medium-text h2 {
    font-size: 24px;
  }
  .article-list .article-item.no-image h2 {
    font-size: 40px;
  }
  .article-list .article-item.no-image .cat-item {
    margin-top: 0;
    position: static;
  }
  .article-list .article-item.medium-text h2 {
    font-size: 24px !important;
    margin-top: 33px;
  }
  .search-list h2 {
    font-size: 24px;
  }
  .nav-kalender-filter {
    font-size: 30px;
  }
  .carousel-cell {
    margin-right: 20px;
  }
  /* FEATURED ARTICLES
  --------------------------------------------------------*/
  .section-secondary-billboard {
    height: 400px;
  }
  .section-secondary-billboard .sec-billboard-content {
    padding: 20px 20px 30px;
  }
  .section-secondary-billboard .sec-billboard-content h2 {
    color: #fff;
    font-size: 40px;
    margin: 20px 0;
  }
  .row-strip-narrow-6 .section-secondary-billboard {
    height: 400px;
  }
  .row-strip-narrow-6 .section-secondary-billboard h2 {
    font-size: 30px;
    margin: 10px 0;
  }
  .section-secondary-billboard .author {
    font-size: 16px;
  }
  .section-secondary-billboard .cat-item {
    font-size: 12px;
  }
  .featured-articles.row-strip-narrow-4 .sec-billboard-content {
    padding: 0 20px 20px;
    background: #F1F3F4;
    position: relative;
    -moz-border-radius: 0 0 30px 0;
    -webkit-border-radius: 0 0 30px 0;
    border-radius: 0 0 30px 0;
  }
  .featured-articles.row-strip-narrow-4 .sec-billboard-content .cat-item {
    position: absolute;
    left: 0;
    top: -26px;
  }
  .featured-articles.row-strip-narrow-4 .sec-billboard-content h2 {
    margin: 0;
    padding: 15px 0 10px;
    font-size: 24px;
  }
  /* DATE ITEM KALENDER
  --------------------------------------------------------*/
  .date-item .btn {
    position: absolute;
    right: 20px;
    top: 25px;
    margin-bottom: 0;
  }
  .date-item h2 {
    font-size: 20px;
    padding-right: 160px;
  }
  .container-main {
    width: 66.1111111111%;
    float: left;
  }
  .container-main.align-center {
    width: 74.6031746032%;
    margin: 0 auto;
    float: none;
  }
  .container-main.contact-list {
    width: 74.6031746032%;
  }
  .container-aside {
    float: right;
    width: 32.3015873016%;
    display: block;
  }
  .container-aside.left {
    float: left;
  }
  .container-aside.left + .container-main {
    float: right;
  }
  .container-aside.contact-list-nav, .container-aside.w-menu {
    width: 23.8095238095%;
  }
  body.page-kurs .container-aside, body.page-search .container-aside {
    width: 32.3015873016%;
  }
  .two-sidebars .container-main {
    width: 48.8372093023%;
    float: left !important;
  }
  .two-sidebars .container-aside {
    width: 23.2558139535%;
    float: left;
  }
  .two-sidebars .container-aside.right {
    float: right;
  }
  .two-sidebars .container-aside.left {
    margin-right: 2.3255813953%;
  }
  .row-strip,
  [class*=row-strip-] {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row-box {
    width: calc(100% - 20px);
    margin: 0 10px 20px;
  }
  .row-strip-6 .row-box {
    width: calc(50% - 20px);
  }
  .row-strip-4 .row-box {
    width: calc(33.333333% - 20px);
  }
  .row-strip-3 .row-box {
    width: calc(25% - 20px);
  }
  .row-strip-mixed .row-box {
    width: calc(70% - 20px);
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .row-strip-mixed .row-box.striped-7 {
    width: calc(66.5% - 30px);
  }
  .row-strip-mixed .row-box.striped-5 {
    width: calc(33.5% - 30px);
  }
  .row-strip-9--3 .row-box.box-9 {
    width: calc(75% - 20px);
  }
  .row-strip-9--3 .row-box.box-3 {
    width: calc(25% - 20px);
  }
  .categories.row-strip-3 .row-box {
    width: calc(25% - 20px);
  }
  .categories.row-strip-4 .row-box {
    width: calc(33.333333% - 20px);
  }
  .contact-top.row-strip-4 .row-box {
    width: calc(33.333333% - 20px);
  }
  .row-strip-narrow,
  [class*=row-strip-narrow-] {
    margin-left: -1px;
    margin-right: -1px;
  }
  .row-box-narrow {
    width: calc(100% - 2px);
    margin: 0 1px 2px;
    float: left;
    flex: 0 0 auto;
    position: relative;
  }
  .row-strip-narrow-6 .row-box-narrow {
    width: calc(50% - 2px);
  }
  .row-strip-narrow-4 .row-box-narrow {
    width: calc(33.333333% - 2px);
  }
  .row-strip-narrow-3 .row-box-narrow {
    width: calc(25% - 2px);
  }
  [class*=block-grid-] {
    margin: 0 -0.625rem;
  }
  [class*=block-grid-] > li {
    padding: 0 0.625rem 1.25rem;
  }
  .s-menu--items {
    display: block;
  }
  /* ARTICLE
  --------------------------------------------------------*/
  .bleed {
    margin: 20px 0;
    text-align: center;
  }
  .bleed .wp-caption-text {
    text-align: left;
  }
  .bleed img {
    margin: 0 auto;
  }
  .entry {
    /*
    		padding-left: 12.7250900360144%;
    		padding-right: 12.7250900360144%;
    */
  }
  .entry h2 {
    font-size: 30px;
  }
  .info-page-entry h2 {
    font-size: 24px;
  }
  /* SLIDE
  --------------------------------------------------------*/
  .slide-content .slide-content-inner {
    padding: 20px;
  }
  .slide-content .cat-item {
    left: 20px;
  }
  /* contact-form-wrap
  --------------------------------------------------------*/
  .contact-form-content {
    -webkit-transform: translateX(600px);
    -ms-transform: translateX(600px);
    transform: translateX(600px);
    max-width: 600px;
    padding: 30px;
  }
}
@media only screen and (min-width: 800px) {
  .title-page h1,
  .title-page h2 {
    font-size: 40px;
    margin-top: 5px;
  }
  .title-page .article-cat {
    margin: 30px 0;
  }
  .title-page .article-cat .article-cat-icon {
    width: 60px;
    height: 60px;
  }
  .title-page .cat-item {
    font-size: 20px;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    margin: 20px 0;
  }
  .info-page-entry h2 {
    font-size: 24px;
    padding: 20px 0;
  }
  .info-page-entry h2 + p {
    margin-top: 20px;
  }
  .infotext {
    font-size: 20px;
  }
  .module.text-large .inner {
    padding: 40px 30px;
  }
  .module.text-large h2 {
    font-size: 30px;
  }
  .contact-top .contact-top-item {
    margin-bottom: 30px;
  }
  .contact-top figure {
    width: 50px;
    height: 50px;
  }
  .contact-top .related-title {
    font-size: 20px;
  }
  .contact-top .related-title--span {
    font-size: 18px;
  }
  body.page-kontakt .table {
    height: 100%;
  }
}
@media only screen and (min-width: 980px) {
  .header_area {
    height: 134px;
  }
  .header_area-banner {
    height: 134px;
  }
  .scroll .header_area-banner {
    margin-top: -64px;
  }
  .header-primary-nav {
    right: 0;
  }
  .menu_primary-list {
    display: block;
  }
  .nav-trigger {
    display: none;
  }
  .logo-klover {
    opacity: 0;
    -webkit-transition: opacity 0.05s;
    transition: opacity 0.05s;
  }
  .scroll .logo-klover {
    opacity: 1;
  }
  form.top-search {
    top: 121px;
  }
  .scroll form.top-search {
    top: 51px;
  }
  .tabs-row-stripper-4 .tabs-row-box {
    width: calc(33.333333% - 2px);
  }
  .tabs-row-stripper-3 .tabs-row-box {
    width: calc(25% - 2px);
  }
  .sub-cat {
    margin: 0 -10px;
  }
  .sub-cat .sub-cat-item {
    width: calc(25% - 20px);
    margin: -1px 10px 0;
  }
}
@media only screen and (min-width: 1024px) {
  form.top-search,
  .footer-search form {
    margin: 0 auto;
    margin-top: 18px;
  }
  form.top-search input,
  .footer-search form input {
    background-color: #F1F3F4;
    border: none;
    border-radius: 22px;
    box-shadow: none;
    text-align: center;
    outline: none;
    opacity: 1;
    transition: background-color 300ms ease-in-out;
    transition: opacity 200ms;
    width: 100%;
    height: 40px;
    padding: 0 20px 0 20px;
    margin-bottom: 0;
    background-image: url(icon-search-20x20.svg);
    background-size: 20px 20px;
    background-position: 13px center;
    background-repeat: no-repeat;
  }
  form.top-search {
    display: block;
    position: static;
    top: auto;
    left: auto;
  }
  form.top-search,
  .form-box {
    max-width: 407px;
  }
  form.top-search {
    display: block;
  }
  .header-primary-nav li:first-child {
    display: none;
  }
  .article-cat .article-cat-icon {
    width: 60px;
    height: 60px;
  }
  .article-byline .article-byline--photo {
    margin-right: 22px;
  }
  .article-byline .article-byline--info {
    padding-left: 22px;
  }
  .article-flow-item {
    padding: 40px 20px;
  }
  .article-flow-item .article-entry {
    padding-right: 40px;
    width: 70%;
  }
  .byline-wrapper {
    margin-right: 20px;
  }
  .article-list.row-strip-3 .article-item {
    width: calc(25% - 20px);
  }
  .article-list .article-item h2 {
    font-size: 22px;
    line-height: 1.4;
  }
  .article-list .article-item .cat-item {
    position: absolute;
    top: -26px;
  }
  .article-list .article-item.medium-text h2 {
    font-size: 24px;
  }
  .article-list .article-item.no-image h2 {
    font-size: 40px;
  }
  .article-list .article-item.no-image .cat-item {
    margin-top: 0;
    position: static;
  }
  .article-list .article-item.medium-text h2 {
    font-size: 24px !important;
    margin-top: 33px;
  }
  .main-blocks.categories h3 {
    font-size: 20px;
  }
  .main-blocks.categories figure h4 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1100px) {
  .header-primary-nav li.mobile-cart {
    display: none;
  }
  .shopping-cart {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .social {
    right: 0;
  }
}
@media print {
  body {
    font: 12pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
  }
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important; /* Black prints faster:
   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  @page {
    margin: 2cm 2.5cm 2.5cm;
  }
  @page : first {
    margin: 2cm 2.5cm 2.5cm;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .header_area-banner,
  .drop-wrapper,
  .section-breadcrumb,
  .section-billboard,
  .article-cat,
  .cat-item,
  .share-module,
  .article-related,
  .article-feedback,
  article .module,
  .container-aside,
  .section-footer {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .site-width.m-w-100 {
    width: 95%;
  }
  .billboard-content.billboard-text-content {
    padding: 0;
  }
  .main .billboard-content.billboard-text-content {
    margin: 0;
  }
  .billboard-content.billboard-text-content h1 span {
    font-size: 30px;
  }
  .background-image .billboard-content {
    padding: 20px;
  }
  .background-image .billboard-content img {
    width: auto;
  }
  .section-wrapper--white .article {
    padding-right: 12.0048019208%;
  }
  @supports (display: grid) {
    .grid-box-section {
      margin: auto;
      margin-top: 20px;
      margin-bottom: 20px;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 20px;
      grid-auto-rows: minmax(100px, auto);
    }
    .grid-box-section > div {
      background: #fff;
      position: relative;
      color: #000;
      -moz-border-radius: 0 0 25px 0;
      -webkit-border-radius: 0 0 25px 0;
      border-radius: 0 0 25px 0;
      text-align: left;
      overflow: hidden;
    }
    .grid-box-one {
      grid-column: 1/3;
      grid-row: 1/5;
    }
    .grid-box-two {
      grid-column: 3/4;
      grid-row: 1/3;
    }
    .grid-box-three {
      grid-column: 4/5;
      grid-row: 1/3;
    }
    .grid-box-four {
      grid-column: 3/4;
      grid-row: 3/5;
    }
    .grid-box-five {
      grid-column: 4/5;
      grid-row: 3/5;
    }
  }
  .grid-box--item {
    display: flex;
    margin-bottom: 0;
  }
  .grid-box--item.grid-box-one {
    display: block;
  }
  .grid-box--item .box-img {
    position: relative;
  }
  .grid-box--item .box-text-content {
    padding: 20px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    display: flex;
  }
  .grid-box--item .box-text-content h2 {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #638b18;
    word-break: break-word;
  }
  .grid-box--item .box-text-content h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #638b18;
  }
  .grid-box--item .box-text-content .btn {
    margin-top: auto;
    font-weight: 700;
    font-size: 16px;
  }
  .grid-box--item .box-text-content .btn-link {
    margin-top: auto;
    display: inline-block;
    font-weight: 700;
    color: #638b18;
    text-decoration: underline;
  }
  .grid-box--item .box-text-content time {
    font-weight: 700;
  }
  .grid-box--item .box-text-content a {
    display: flex;
    flex-direction: column;
  }
  .grid-box--item .box-text-content.text-large {
    padding: 20px;
    padding-bottom: 30px;
  }
  /* */
  .box-mix.box-mix-large figure {
    width: calc(66.666666% - 8px);
    padding-top: 26.25%;
  }
  .box-mix.box-mix-large .box-mix-inner {
    display: flex;
    flex-flow: row wrap;
    flex: 1 0;
  }
  .box-mix.box-mix-large .box-mix-inner h3 {
    margin-top: 20px;
  }
  .box-mix.box-mix-large .box-mix-content-inner {
    height: auto;
  }
  .box-mix figure {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
  }
  .box-mix figure img {
    position: absolute;
    top: 0;
    display: block;
  }
  .box-mix figure .cat-item {
    position: absolute;
    bottom: 0;
    left: 20px;
  }
  .box-mix-inner {
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    min-height: 340px;
  }
  .box-mix-inner h3 {
    font-size: 18px;
    margin-top: 0;
  }
  .box-mix-content-inner {
    padding: 20px 20px 10px 20px;
    display: flex;
    flex-flow: column nowrap;
    flex: 1 0;
    align-self: stretch;
  }
  .box-mix-content-inner .category {
    font-size: 12px;
    color: #808182;
    margin-top: auto;
  }
  .desk-d-flex {
    display: flex;
  }
  .box-image {
    display: none;
  }
  .box-content {
    width: 100%;
  }
  .sub-section-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .m-margin-top-30 {
    margin-top: 0;
  }
  .upcoming-courses {
    padding: 12px 20px 12px 30px;
  }
  .upcoming-courses .date {
    font-size: 40px;
  }
  .upcoming-courses .month {
    font-size: 16px;
  }
  .upcoming-courses a {
    display: inline-block;
    margin-left: auto;
  }
  .row-box_reverse {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1220px) {
  .box-image {
    display: block;
    width: 50%;
  }
  .box-content {
    width: 50%;
  }
}
