/*
Theme Name: Älvsbyns Begravningsbyrå
Theme URI:
Description: Wordpress-tema till Älvsbyns Begravningsbyrå.
Version: 1.0
Author: Stefan Persson
Author URI: https://timecut.se/
*/

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

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

html {
  font-size: 1rem;
  -webkit-font-smoothing: antialiased; }

body {
  background: #fff url(images/top-bg.png) repeat-x;
  color: rgba(124, 140, 140, 1);
  font-family: 'IBM Plex Sans', sans-serif;
  line-height: 1.5; }

a {
  color: rgba(237, 125, 84, 1);
  text-decoration: none; }
  a:hover, a:focus, a:active {
    color: rgba(237, 125, 84, .65);
  }

img,
canvas,
iframe,
video,
svg,
select,
textarea {
  max-width: 100%; }

img {
  height: auto;
  vertical-align: middle; }

video {
  width: 100%    !important;
  height: auto   !important;
  vertical-align: middle; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgba(32, 75, 69, 1);
  font-family: 'ABeeZee', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 1rem;
}
h1 {
  font-size: 1.675rem;
}
h2 {
  font-size: 1.425rem;
}
h3 {
  font-size: 1.375rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.125rem;
}
h6 {
  font-size: 1rem;
}
ul, p {
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 1023px) {
  ul, p {
    margin: 0 0 1.75rem;
  }
}
@media screen and (min-width: 1300px) {
  ul, p {
    margin: 0 0 2rem;
  }
}
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.heading-padding-bottom {
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 1023px) {
  .heading-padding-bottom {
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1281px) {
  .heading-padding-bottom {
    padding-bottom: 4rem;
  }
}
.txt-center {
  text-align: center;
}
.wp-block-image .alignright {
    float: right;
    margin: 0 0 1.3rem 1.3rem;
  }
@media screen and (max-width: 767px) {
  .wp-block-image .alignright {
    display: block!important;
    margin: 0 0 1.3rem;
    float: none!important;
  }
}
.button, .button:active, .button:focus {
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  color: rgba(237, 125, 84, 1);
  background: rgba(251, 223, 212, 1);
  border: 1px solid rgba(251, 223, 212, 1);
  padding: 0.75rem 1.75rem .65rem;
  cursor: pointer;
  line-height: 1.2;
  transition: all 0.2s ease-in-out;
  border-radius: 6px;
}
.button:hover {
  outline: none;
  text-decoration: none;
  color: #fff;
  background-color: rgba(237, 125, 84, 1);
  border: 1px solid rgba(237, 125, 84, 1);
}
.button.is-secondary {
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  color: rgba(237, 125, 84, 1);
  background: none;
  border: 2px solid rgba(237, 125, 84, 1);
  padding: 0.75rem 1.5rem .65rem;
}
.button.is-secondary:hover {
  color: #fff;
  background: rgba(237, 125, 84, 1);
  border-color: rgba(237, 125, 84, 1);
}

.wrapper {
  width: 92%;
  max-width: 1140px;
  position: relative;
  margin: 0 auto;
}
.padding-top-bottom {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 1023px) {
  .padding-top-bottom {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1279px) {
  .padding-top-bottom {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    }
}

.padding-top {
  padding-top: 1.5rem; }
  @media screen and (min-width: 1023px) {
    .padding-top {
      padding-top: 2.5rem; } }
  @media screen and (min-width: 1279px) {
    .padding-top {
      padding-top: 3.5rem; } }


.padding-bottom {
  padding-bottom: 1.5rem; }
  @media screen and (min-width: 1023px) {
    .padding-bottom {
      padding-bottom: 2.5rem; } }
  @media screen and (min-width: 1279px) {
    .padding-bottom {
      padding-bottom: 3.5rem; } }


.site-header {
  position: relative;
  top: 0;
  width: 100%;
  padding: 1.25rem 0 1rem;
  z-index: 99;
}

@media screen and (min-width: 1024px) {
  .site-header {
    padding: 1rem 0 2.5rem;
    }
}

@media screen and (min-width: 1279px) {
  .site-header {
    padding-bottom: 3.5rem;
    }
}

.site-header .site-wrapper {
  width: 92%;
  margin: 0 0 0 4%;
}
@media screen and (min-width: 1024px) {
  .site-header .site-wrapper {
    position: relative;
    padding: 1.25rem 0 4rem;
    }
}

.site-header .site-wrapper .site-logo {
  width: 158px;
  height: 64px;
  float: left;
  position: relative;
  z-index: 999999999;
}
@media screen and (min-width: 1140px) {
  .site-header .site-wrapper .site-logo {
    width: 158px;
    height: 64px;
  }
}
.site-header .site-wrapper .site-logo a {
  width: 158px;
  height: 64px;
            background: url(images/logo.png) no-repeat;
            background-size: 158px 64px;
            display: block;
            text-indent: -9999px;
    }
    @media screen and (min-width: 1140px) {
      .site-header .site-wrapper .site-logo a{
        width: 158px;
        height: 64px;
      }
    }

    .phone-header {
      position: absolute;
      right: 9rem;
      top: 3rem;
      cursor: pointer;
      text-align: center;
      line-height: 40px;
      font-size: 1.25rem;
      color: #000;
      z-index: 99999999;
    }
    @media screen and (max-width: 766px) {
      .phone-header {
        right: 4.5rem;
        top: 1.875rem;
      }
    }
    .phone-header a {
      background: rgba(251, 223, 212, 1) 0% 0% no-repeat padding-box;
      display: block;
      color: rgba(237, 125, 84, 1);
    }
@media screen and (max-width: 766px) {
    .phone-header a {
      background: rgba(251, 223, 212, 1) 0% 0% no-repeat padding-box;
      border-radius: 50%;
      width: 50px;
      height: 50px;
    }
}
@media screen and (min-width: 767px) {
    .phone-header a {
      border-radius: 25px;
      padding: .2875rem 2rem;
    }
}
    .phone-header a svg{
      width: 20px;
      height: 20px;
    }
    @media screen and (max-width: 766px) {
        .phone-header a svg{
          width: 24px;
          height: 24px;
          margin-top: 14px;
        }
    }
@media screen and (min-width: 767px) {
    .phone-header a svg{
      float: left;
      margin-top: 10px;
      margin-right: 10px;
    }
}
    .phone-header a span{
      display: none;
    }
    @media screen and (min-width: 767px) {
      .phone-header a span{
        float: left;
        display: inline-block;
        font-size: .975rem;
      }
    }
    .phone-header a:hover{
      background: rgba(237, 125, 84, 1);
      color: #fff;
    }
    .facebook-header {
      position: absolute;
      right: 19.75rem;
      top: 3rem;
      cursor: pointer;
      text-align: center;
      line-height: 40px;
      font-size: 1.25rem;
      color: #000;
      z-index: 99999999;
    }
    @media screen and (max-width: 766px) {
      .facebook-header {
        right: 8rem;
        top: 1.875rem;
      }
    }
    .facebook-header a {
      background: rgba(66,103,178, 1);
      border-radius: 50%;
      width: 50px;
      height: 50px;
      display: block;
      color: rgba(255,255,255, 1);
    }
    .facebook-header a:hover{
      background: rgba(66,103,178, .6);
    }
    .facebook-header a svg{
      width: 24px;
      height: 24px;
      margin-top: 14px;
    }
.footer {
  padding: 0 0 1rem;
}
@media screen and (min-width: 1023px) {
  .footer {
    padding: 0 0 2rem;
  }
}
.logotyper_sidfoten {
}
@media screen and (min-width: 767px) {
  .logotyper_sidfoten {
  margin: 1rem 0 0;
  }
}
.logotyper_sidfoten ul {
  margin: 0;
  padding: 0;
  display:flex;
  justify-content: center;
}
.logotyper_sidfoten ul li{
  list-style: none;
	text-align: center;
  float: left;
  margin-right: 8%;
}
@media screen and (min-width: 767px) {
  .logotyper_sidfoten ul li{
    float: left;
    margin-right: 10%;
  }
}
@media screen and (min-width: 1023px) {
  .logotyper_sidfoten ul li{
    margin-right: 15%;
  }
}
.logotyper_sidfoten ul li:last-child{
  margin-right: 0;
}
.kontaktuppgifter_sidfoten {
border-top: 1px solid #eee;
padding-top: 1.5rem;
margin: 1.5rem 0 0;
}
@media screen and (min-width: 767px) {
  .kontaktuppgifter_sidfoten {
  padding-top: 2rem;
  margin: 3rem 0;
  }
}
.kontaktuppgifter_sidfoten .kontakt-info{
  margin-bottom: 1rem;
}
@media screen and (min-width: 767px) {
.kontaktuppgifter_sidfoten .kontakt-info{
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 0;
}
.kontaktuppgifter_sidfoten .kontakt-info:last-child{
  margin-right: 0;
}
}
.kontaktuppgifter_sidfoten .kontakt-info-ikon, .kontaktuppgifter_sidfoten .kontakt-info-txt{
  float: left;
}
.kontaktuppgifter_sidfoten .kontakt-info-ikon{
  width: 24px;
  margin-right: 15px;
  margin-top: 10px;
}
.kontaktuppgifter_sidfoten .kontakt-info svg{
  color: rgba(38, 165, 123, 1);
  width: 24px;
  height: 24px;
}
.kontaktuppgifter_sidfoten .kontakt-info-txt span{
  display: block;
  font-size: .95rem;
  color: rgba(112, 112, 112, 1);
}
.kontaktuppgifter_sidfoten .kontakt-info-txt span a{
  color: rgba(112, 112, 112, 1);
}

blockquote {
  background: transparent;
  display: block;
  padding: .5rem 4rem 0 3rem;
  margin: 1.3rem 0 2rem;
  position: relative; }

  blockquote:before {
    width: 29px;
    height: 29px;
    background: url(images/quotation-mark.svg) no-repeat;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    }

@media screen and (min-width: 200px) {
  .eq-h {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
}

.row-page {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
.row-page .columns {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media screen and (max-width: 1022px) {
  .row-page .columns {
    flex: 0 0 100%;
    width: 100% !important;
    max-width: 100% !important;
  }
  .row-page .columns:nth-of-type(1) {
    order: 2;
  }
}
@media screen and (min-width: 1023px) {
  .row-page .columns:nth-of-type(1) {
    flex: none;
    width: 62%;
    margin-right: 4%;
  }
}

.row-page .columns h2, .row-page .columns h3 {
  font-size: 1.25rem;
  margin-bottom: .75rem;
}
@media screen and (min-width: 1023px) {
  .row-page .columns.content p:last-child {
    margin-bottom: 0;
  }
}

.row-page .columns.sidebar img{
  border-radius: 10px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1023px) {
  .row-page .columns.sidebar img{
    margin-bottom: 2rem;
    box-shadow: 5px 10px 20px rgba(32, 75, 69, 0.18);
  }
}
.row-page .columns .sidebar-menu{
  display: none;
}
@media screen and (min-width: 1023px) {
  .row-page .columns .sidebar-menu{
    margin: 0;
    padding: 1.25rem;
    background: rgba(251, 250, 248, 1);
    border-radius: 10px;
    display: block;
}
.row-page .columns .sidebar-menu li{
  list-style: none;
  display: block;
  position: relative;
  margin-bottom: .425rem;
  font-family: 'Gelasio', serif;
}
.row-page .columns .sidebar-menu li:last-child{
  margin-bottom: 0;
}
.row-page .columns .sidebar-menu li:first-child{
  color: rgba(32, 75, 69, 1);
  font-size: 1.1875rem;
  font-weight: 500;
  margin-bottom: .75rem;
}
.row-page .columns .sidebar-menu li a{
  color: rgba(124, 140, 140, 1);
  position: relative;
  display: block;
}
.row-page .columns .sidebar-menu li.current_page_item a{
  color: rgba(32, 75, 69, 1);
  padding-left: 20px;
  }
.row-page .columns .sidebar-menu li.current_page_item a:before {
    content: "\2022";
    color: rgba(237, 125, 84, 1);
    font-size: 1.75rem;
    position: absolute;
    top: -9px;
    left: 0;
}
.row-page .columns .sidebar-menu li a:hover{
  color: rgba(32, 75, 69, 1);
  }
}

  .row-page .columns .contact-info-sidebar{
    margin: 0;
    padding: 1rem;
    border: 1px solid rgba(225, 192, 160, 1);
    border-radius: 6px;
    display: block;
}
.row-page .columns .contact-info-sidebar li{
  list-style: none;
  display: block;
  position: relative;
  margin-bottom: .75rem;
  font-family: 'Gelasio', serif;
  color: rgba(40, 45, 70, 1);
}
.row-page .columns .contact-info-sidebar li:last-child{
  margin-bottom: 0;
}
.row-page .columns .contact-info-sidebar li:first-child{
  color: rgba(123, 66, 74, 1);
  font-size: 1.1875rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
.row-page .columns .contact-info-sidebar li a{
  color: rgba(40, 45, 70, 1);
}

.row-page .columns .contact-info-sidebar li i{
  color: rgba(102, 153, 102, 1);
  display: inline-block;
  margin-right: 6px;
}

.row-page-fullwidth  {

}

#client_memoriz_se__rootelement {
    margin: 16px 0!important;
}
.css-q3id5k {
    margin-top: 1rem!important;
}

#pag #panelSelectAd {
    padding: 0!important;
}

body.with-ef-client .sbf-app .sbf-app-wrapper {
    padding-left: 0!important;
    padding-right: 0!important;
}

body.with-ef-client .sbf-app .container {
    width: 100%!important;
}

body.with-ef-client .sbf-app .block-category .subcategories-menu-block ul {
    border: 1px solid #FBDFD4!important;
}
body.with-ef-client .sbf-app .block-category .subcategories-menu-block li>a {
    color: #ED7D54!important;
}
body.with-ef-client .sbf-app .block-category .subcategories-menu-block li>a.active {
    background-color: #ED7D54!important;
    color: #fff!important;
}
body.with-ef-client .sbf-app .block-category .subcategories-menu-block,body.with-ef-client .sbf-app .block-category .item .item-wrapper {
    box-shadow: none!important;
    border-radius: 10px!important;
}
body.with-ef-client .sbf-app .block-category .info-product .buy-btn span {
    color: rgba(237, 125, 84, 1)!important;
    border: 1px solid rgba(237, 125, 84, 1)!important;
}
body.with-ef-client .sbf-app .block-category .info-product .buy-btn span:hover {
    background: rgba(237, 125, 84, 1)!important;
    color: #fff!important;
}
body.with-ef-client .sbf-app .block-category .info-product .desc-wrapper .read-more-item {
    color: rgba(237, 125, 84, 1)!important;
}
body.with-ef-client .sbf-app .block-category .info-product,body.with-ef-client .sbf-app .block-category .info-product .info-product-wrapper.full {
    border-top: 1px solid #eee!important;
}



.wpcf7 {
  background: rgba(251, 250, 248, 1);
  padding: 2.5rem 2rem 0;
  border-radius: 6px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .wpcf7 {
    padding: 1.5rem 1.25rem 0;
    margin-bottom: 1.25rem;
  }
}
.wpcf7-form p {
  color: #555;
  font-size: .9rem;
  margin-bottom: 1rem;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
  width: 100%;
  background: #fff;
  color: #444;
  border: 1px solid #eee;
  padding: .5rem;
  transition: all .35s ease-in-out;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 4px;
}
.wpcf7-form textarea {
  width: 100%;
  color: #444;
  border-radius: 6px;
}
.wpcf7-form input[type="submit"] {
  width: 100%;
  background: rgba(237, 125, 84, 1);
  color: #fff;
  text-transform: uppercase;
  border: 0;
  padding: .75rem 2rem;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 4px;
}
.wpcf7-form input:hover[type="submit"] {
  background: rgba(251, 223, 212, 1);
  color: rgba(237, 125, 84, 1);
}
.wpcf7-form input[type="text"]:focus, .wpcf7-form input[type="tel"]:focus, .wpcf7-form input[type="email"]:focus, .wpcf7-form textarea:focus {
  background: #fff;
  border-color: #222;
  outline: none;
}

.intro-frontpage {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
.intro-frontpage {
flex-direction: column;
flex-wrap: nowrap;
}
}
.intro-frontpage .columns {
display: flex;
flex-direction: column;
flex: 1;
align-self: center;
position: relative;
}
@media screen and (max-width: 1023px) {
.intro-frontpage .columns {
flex: 0 0 100%;
width: 100% !important;
max-width: 100% !important;
}
}
.intro-frontpage .columns:nth-of-type(1) {
  background: rgba(251, 250, 248, 1);
  z-index: 20;
  border-radius: 10px;
}
.intro-frontpage .columns:nth-of-type(1) {
  order: 1;
  margin-right: -20%;
  padding: 3rem;
}
@media screen and (max-width: 1023px) {
  .intro-frontpage:nth-of-type(odd) .columns:nth-of-type(1),.intro-frontpage:nth-of-type(even) .columns:nth-of-type(1) {
    order: 2;
    margin-left: 0;
    margin-right: 0;
    padding: 1.5rem;
  }
}
.intro-frontpage .columns:nth-of-type(2) {
  order: 2;
  flex: none;
  width: 66%;
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  .intro-frontpage:nth-of-type(odd) .columns:nth-of-type(2),.intro-frontpage:nth-of-type(even) .columns:nth-of-type(2) {
    order: 1;
    margin-bottom: 1rem;
  }
}
.intro-frontpage h1 {
  font-size: 1.625rem;
  margin-bottom: 1.5rem;
}
.intro-frontpage img {
  border-radius: 10px;
}
@media screen and (min-width: 1023px) {
  .intro-frontpage img {
    box-shadow: 5px 10px 20px rgba(32, 75, 69, 0.18);
  }
}
.intro-frontpage p:last-of-type {
  margin-bottom: 0;
}

.ingangar-frontpage {
  margin: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 1023px) {
  .ingangar-frontpage {
    padding-top: 1rem;
  }
}
.ingangar-frontpage li{
  list-style: none;
  font-family: 'ABeeZee', sans-serif;
  text-align: center;
  margin-bottom: 1rem;
}
.ingangar-frontpage li:last-child{
  margin-bottom: 0;
}
@media screen and (min-width: 1023px) {
  .ingangar-frontpage li{
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 0;
  }
  .ingangar-frontpage li:last-child{
    margin-right: 0;
  }
}
.ingangar-frontpage li a{
  display: block;
  border: 1px solid rgba(251, 223, 212, 1);
  border-radius: 28px;
  padding: .75rem .5rem;
  color: rgba(237, 125, 84, 1);
  position: relative;
  transition: all 0.2s ease-in;
}
.ingangar-frontpage li a:hover{
  background: rgba(237, 125, 84, 1);
  border: 1px solid rgba(237, 125, 84, 1);
  color: #fff;
  transition: all 0.2s ease-in;
}

.frontpage-info{
}
@media screen and (min-width: 1023px) {
  .frontpage-info {
    padding-top: 1rem;
  }
}
@media screen and (min-width: 1023px) {
.frontpage-info .columns{
  float: left;
}
.frontpage-info .columns:first-child{
  width: 34%;
  margin-right: 5%;
}
.frontpage-info .columns:last-child{
  width: 61%;
}
}
.frontpage-info .columns img{
  border-radius: 10px;
}
@media screen and (min-width: 1023px) {
  .frontpage-info .columns img {
    box-shadow: 5px 10px 20px rgba(32, 75, 69, 0.18);
  }
}
.frontpage-info .columns:first-child span{
  display: block;
  text-align: center;
  font-style: italic;
  margin-top: .5rem;
  font-size: .9rem;
}
@media screen and (max-width: 1022px) {
  .frontpage-info .columns:first-child span{
    margin-bottom: 1rem;
  }
}
.frontpage-info .columns:last-child svg{
  color: rgba(237, 125, 84, 1);
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.animatedfsmenu .animatedfsmenu-navbar-toggler.right_top {
    right: 4%!important;
    top: 2.875rem!important;
}
@media screen and (max-width: 767px) {
  .animatedfsmenu .animatedfsmenu-navbar-toggler.right_top {
      top: 1.875rem!important;
  }
}
.animatedfsmenu-navbar-toggler:not(.custom-burger) {
    height: 50px!important;
    border-radius: 50%!important;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 8%)!important;
}
.animatedfsmenu .animatedfsmenu-navbar-toggler .bar {
    width: 24px!important;
    margin: 5px auto!important;
}

.animatedfsmenu .animatedfsmenu-navbar-toggler .bar.top-animate {
    top: 6px!important;
}
.animatedfsmenu .animatedfsmenu-navbar-toggler .bar.bottom-animate {
    top: -2px!important;
}

.animatedfsmenu .animatedfsmenu-navbar-toggler {
    width: 50px!important;
}

.animatedfs_menu_list .afsmenu>li a {
    font-size: 32px!important;
}
.animatedfsmenu .animatedfs_menu_list .afsmenu>li {
    margin-bottom: 1rem!important;
}
.animatedfsmenu .animatedfs_menu_list .afsmenu>li:last-child {
    margin-bottom: 0!important;
}

.animatedfs_menu_list .afsmenu li>.sub-menu li a {
    font-size: 20px!important;
}

.animatedfsmenu .animatedfs_menu_list .afsmenu>li.has-children__on>.sub-menu {
    margin-left: 0!important;
}

.animatedfsmenu.animation_line .afsmenu>li.has-children__on>a:before, .animatedfsmenu.animation_line .afsmenu>li:hover>a:before {
    width: 20px!important;
}
.animatedfsmenu.animation_line .afsmenu>li.has-children__on>a, .animatedfsmenu.animation_line .afsmenu>li:hover>a {
    padding-left: 30px!important;
}

.info-block {
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
  padding: 1.5rem;
  margin: 0 0 1.5rem;
  border-radius: 10px;
}
@media screen and (min-width: 1023px) {
  .info-block {
      margin: 0 0 1.75rem;
    }
}
@media screen and (min-width: 1300px) {
  .info-block {
        margin: 0 0 2rem;
      }
}
.row-page .columns .info-block h2, .row-page .columns .info-block h3{
  margin-bottom: 1.25rem;
}
.info-block ul{
  margin: 0 0 0 -20px;
}
.info-block li{
  margin-bottom: .5rem;
}
.info-block li:last-of-type,.info-block p:last-of-type{
  margin-bottom: 0;
}

@media screen and (min-width: 1023px) {
.om-oss-top{
  width: 88%;
  margin: 0 auto;
}
}
@media screen and (min-width: 1023px) {
.om-oss-top .columns{
  float: left;
}
.om-oss-top .columns:first-child{
  width: 34%;
  margin-right: 5%;
}
.om-oss-top .columns:last-child{
  width: 61%;
}
}
.om-oss-top .columns img{
  box-shadow: 5px 10px 20px rgba(32, 75, 69, 0.18);
  border-radius: 10px;
}
.om-oss-top .columns:first-child span{
  display: block;
  text-align: center;
  font-style: italic;
  margin-top: .5rem;
  font-size: .9rem;
}
@media screen and (max-width: 1022px) {
  .om-oss-top .columns:first-child span{
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 1023px) {
.om-oss-kontakt{
  width: 84%;
  margin: 0 auto;
  padding-left: 0;
}
}
.om-oss-kontakt .columns:first-child{
  background: rgba(251, 250, 248, 1);
  border-radius: 10px;
  padding: 1.25rem;
}
@media screen and (min-width: 1023px) {
.om-oss-kontakt .columns{
  float: left;
}
.om-oss-kontakt .columns:first-child{
  width: 39%;
}
.om-oss-kontakt .columns:last-child{
  width: 61%;
  margin-left: -3%;
  margin-top: 1.25rem;
}
}

.om-oss-kontakt .columns:last-child p{
  margin: 0;
}
.om-oss-kontakt .columns:last-child p iframe{
  border-radius: 10px;
}

.om-oss-kontakt .kontakt-info{
  margin-top: 1.25rem;
}
.om-oss-kontakt .kontakt-info-ikon, .om-oss-kontakt .kontakt-info-txt{
  float: left;
}
.om-oss-kontakt .kontakt-info-ikon{
  width: 24px;
  margin-right: 15px;
  margin-top: 10px;
}
.om-oss-kontakt .kontakt-info:last-child .kontakt-info-ikon{
  margin-top: 0;
}
.om-oss-kontakt .kontakt-info svg{
  color: rgba(38, 165, 123, 1);
  width: 24px;
  height: 24px;
}
.om-oss-kontakt .kontakt-info-txt span{
  display: block;
  font-size: .95rem;
  color: rgba(112, 112, 112, 1);
}
.om-oss-kontakt .kontakt-info-txt span a{
  color: rgba(112, 112, 112, 1);
}

#subpage-menu-mobile {
  display: none;
  z-index: 10; }

@media screen and (max-width: 766px) {
  #subpage-menu-mobile {
    display: block; } }
#subpage-menu-mobile ul {
  margin: 0;
  padding: 0; }

#subpage-menu-mobile li {
  width: 100%;
  list-style: none; }

#subpage-menu-mobile.showmenu li {
  display: block; }

#subpage-menu-mobile li {
  display: none; }

#subpage-menu-mobile li:first-child {
  display: block; }

#subpage-menu-mobile li a {
  background: rgba(251, 223, 212, 1);
  color: rgba(237, 125, 84, 1);
  font-size: .975rem;
  line-height: 15px;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 14px; }

#subpage-menu-mobile li:first-child a{
  background: rgba(251, 223, 212, 1);
  border-radius: 10px;
}
#subpage-menu-mobile.showmenu li:first-child a{
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#subpage-menu-mobile li:last-child a{
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

#subpage-menu-mobile li a:hover {
  background: rgba(237, 125, 84, 1);
  color: #fff;
}

#subpage-menu-mobile li a .downarrow {
  width: 14px;
  height: 14px;
  background: url(images/arrow-down.svg);
  position: relative;
  bottom: -2px;
  display: inline-block;
  margin-left: 7px; }

  #subpage-menu-mobile.showmenu li a .downarrow, #subpage-menu-mobile li a:hover .downarrow {
    background: url(images/arrow-down-active.svg);
     }

#subpage-menu-mobile li.current_page_item a {
  text-decoration: underline;
}

.rank-math-breadcrumb {
  margin-bottom: .75rem;
}

.rank-math-breadcrumb p{
  font-size: .9rem;
  margin: 0;
}

.rank-math-breadcrumb p, .rank-math-breadcrumb a{
  color: #999;
}

.more-posts,.more-posts-headline {
  display: none;
}
@media screen and (min-width: 767px) {
  .more-posts,.more-posts-headline {
    display: block;
  }
}
.more-posts .col{
  width: 48%;
  float: left;
  margin-right: 4%;
  position: relative;
}
.more-posts .col:last-child{
  margin-right: 0;
}
.more-posts .col a{
  display: block;
  padding: 7rem 0;
  border-radius: 10px;
  color: #fff;
}
.more-posts .col a span{
  display: block;
  background: rgba(0,0,0,.5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: .5rem;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
