@charset "UTF-8";
/**
 * _media.scss
 *
 * Author: Marius Scheel
 *
 * Usage:
 * @include media(300px);
 * or @include media(300px, false);
 * or @include media(max-width 300px);
 * or @include media(100px max-width 300px);
 * or @include media(max-width 100px max-width 300px);
 * or @include media(max-width 100px max-width 300px, true);
 *
 */
/* ========================================
 Typography
 ======================================== */
strong {
  font-family: "Barlow Condensed Bold", Sans-serif;
}

.dk-light a {
  color: inherit;
}

.elementor-widget-heading .elementor-heading-title {
  font-family: "Barlow Condensed Bold", Sans-serif;
  color: #192341;
  text-transform: uppercase;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
  font-size: 50px;
  line-height: 50px;
  font-family: "Barlow Condensed Bold", Sans-serif;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
  font-size: 35px;
  line-height: 37px;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-large {
  font-size: 28px;
  line-height: 28px;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
  font-size: 22px;
  line-height: 25px;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-small {
  font-size: 16px;
  line-height: 16px;
}
.elementor-widget-heading .elementor-heading-title span {
  color: #0096D2;
}

@media screen and (min-width: 768px) {
  .elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
    font-size: 96px;
    line-height: 96px;
  }
  .elementor-widget-heading .elementor-heading-title.elementor-size-xl {
    font-size: 66px;
    line-height: 71px;
  }
  .elementor-widget-heading .elementor-heading-title.elementor-size-large {
    font-size: 51px;
    line-height: 51px;
  }
  .elementor-widget-heading .elementor-heading-title.elementor-size-medium {
    font-size: 31px;
    line-height: 38px;
  }
  .elementor-widget-heading .elementor-heading-title.elementor-size-small {
    font-size: 21px;
    line-height: 26px;
  }
}
/* ========================================
 General
 ======================================== */
main {
  overflow: hidden;
}
main .dk-light a:after {
  content: "";
  background: transparent url("/wp-content/themes/hello-elementor-child-theme/img/link_pfeil_bold-white.svg") no-repeat;
}
main a:after {
  content: "";
  background: transparent url("/wp-content/themes/hello-elementor-child-theme/img/link_pfeil_bold.svg") no-repeat;
  margin-left: 10px;
  width: 14px;
  height: 15px;
  display: inline-block;
}
main .elementor-button a:after, main .elementor-icon-list-text a:after, main .elementor-icon-list-items a:after, main .elementor-tab-title a:after, main h1 a:after, main h2 a:after, main h3 a:after, main h4 a:after, main h5 a:after, main h6 a:after, main .elementor-button-wrapper a:after,
main .elementor-image a:after, main .flockler-posts a:after, main .elementor-widget-image a:after {
  background: none;
  display: none;
}

ul:not(.elementor-icon-list-items, .elementor-nav-menu, .sub-menu, .elementor-editor-element-settings, .elementor-select-preset-list) {
  margin-bottom: 0.9rem;
  list-style: none;
  padding: 0;
  margin-left: 0;
}
ul:not(.elementor-icon-list-items, .elementor-nav-menu, .sub-menu, .elementor-editor-element-settings, .elementor-select-preset-list) li:not(.wpml-ls-item) {
  margin-left: 1.2em;
  position: relative;
}
ul:not(.elementor-icon-list-items, .elementor-nav-menu, .sub-menu, .elementor-editor-element-settings, .elementor-select-preset-list) li:not(.wpml-ls-item):before {
  content: "—";
  font-family: "Barlow Condensed Bold", Sans-serif;
  color: #0096D2;
  line-height: inherit;
  font-size: 1em;
  display: inline-block;
  margin-left: -1.2em;
  position: absolute;
}

@media screen and (min-width: 768px) {
  main a:after {
    margin-left: 13px;
    width: 15px;
    height: 17px;
  }
}
@media screen and (max-width: 767px) {
  main .elementor-element-populated {
    padding-left: 20px;
    padding-right: 20px;
  }
  main .elementor-element-populated .elementor-element-populated {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1320px) and (max-width: 1350px) {
  main .elementor-section > .elementor-container.elementor-column-gap-no {
    padding-left: 10px;
    padding-right: 10px;
  }
}
main .elementor-section {
  scroll-margin-top: 45px;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  font-family: "Barlow Condensed Bold", Sans-serif;
}
a:hover, a:active {
  text-decoration: none;
  color: inherit;
  opacity: 0.5;
}

.dk-header-logo a:hover, .dk-header-logo a:active {
  opacity: 1;
}

.elementor-popup-modal {
  background-color: transparent !important;
}

@media screen and (min-width: 1320px) {
  .dk-half-container > .elementor-container {
    max-width: 665px !important;
  }
}
/**
 * add dk-diagonal-light-blue-right or dk-diagonal-dark-blue-left class to a inner section or a column to display a parallelogram
 */
.dk-diagonal-light-blue-right::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0096D2;
  z-index: 1;
  transform: none;
}
.dk-diagonal-light-blue-right .elementor-widget-wrap {
  z-index: 3;
}

.dk-diagonal-dark-blue-left::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #192341;
  z-index: 1;
  transform: none;
  display: none;
}
.dk-diagonal-dark-blue-left .elementor-widget-wrap {
  z-index: 3;
}

@media screen and (min-width: 1320px) {
  .dk-diagonal-light-blue-right::after {
    transform: skew(-22deg);
    left: -21%;
    right: -21%;
  }
  .dk-diagonal-light-blue-right .elementor-widget-wrap {
    z-index: 3;
  }
  .dk-diagonal-dark-blue-left::after {
    transform: skew(22deg);
    left: -21%;
    right: -21%;
  }
}
@media screen and (min-width: 1400px) {
  .dk-diagonal-light-blue-right::after {
    content: "";
    position: absolute;
    top: 0;
    left: -34%;
    right: -34%;
    bottom: 0;
    background: #0096D2;
    z-index: 1;
    transform: skew(-35deg);
  }
  .dk-diagonal-light-blue-right .elementor-widget-wrap {
    z-index: 3;
  }
  .dk-diagonal-dark-blue-left::after {
    content: "";
    position: absolute;
    top: 0;
    left: -34%;
    right: -34%;
    bottom: 0;
    background: #192341;
    z-index: 1;
    transform: skew(35deg);
  }
  .dk-diagonal-dark-blue-left .elementor-widget-wrap {
    z-index: 3;
  }
}
/**
 * add the dk-container-expand-right class to a section to expand the container of a fullwidth section to the right
 */
@media screen and (min-width: 1320px) {
  .dk-container-expand-right .elementor-container {
    max-width: calc(50% + 1330px / 2) !important;
    margin-right: 0;
  }
}
/**
 * add the dk-container-expand-left class to a section to expand the container of a fullwidth section to the left
 */
@media screen and (min-width: 1320px) {
  .dk-container-expand-left .elementor-container {
    max-width: calc(50% + 1330px / 2) !important;
    margin-left: 0;
  }
}
.dk-image-line-dark-blue-left > div::after, .dk-image-line-dark-blue-right > div::after, .dk-image-line-light-blue-left > div::after,
.dk-image-line-light-blue-right > div::after {
  height: 108px;
  width: 78px;
}

.dk-image-line-light-blue-top-left-right.elementor-column::before {
  height: 108px;
  width: 78px;
}

.dk-image-line-dark-blue-top-left-right.elementor-column::before {
  height: 108px;
  width: 78px;
}

/**
 * add the dk-image-line-dark-blue-left class to a image element to show a dark blue line in the left bottom corner
 */
.dk-image-line-dark-blue-left > div::after {
  content: "";
  background: transparent url("/wp-content/themes/hello-elementor-child-theme/img/bg_strich_01.svg") no-repeat;
  position: absolute;
  bottom: -18px;
  left: -15px;
  display: none;
}
.dk-image-line-dark-blue-left img {
  width: 100%;
}

/**
 * add the dk-image-line-dark-blue-right class to a image element to show a dark blue line in the right bottom corner
 */
.dk-image-line-dark-blue-right > div::after {
  content: "";
  background: transparent url("/wp-content/themes/hello-elementor-child-theme/img/bg_strich_02.svg") no-repeat;
  position: absolute;
  bottom: -18px;
  right: -15px;
  display: none;
}
.dk-image-line-dark-blue-right img {
  width: 100%;
}

/**
 * add the dk-image-line-light-blue-left class to a image element to show a light blue line in the left bottom corner
 */
.dk-image-line-light-blue-left > div::after {
  content: "";
  background: transparent url("/wp-content/themes/hello-elementor-child-theme/img/bg_strich_01_light_blue.svg") no-repeat;
  position: absolute;
  bottom: -18px;
  left: -15px;
  display: none;
}
.dk-image-line-light-blue-left img {
  width: 100%;
}

/**
 * add the dk-image-line-light-blue-right class to a image element to show a light blue line in the right bottom corner
 */
.dk-image-line-light-blue-right > div::after {
  content: "";
  background: transparent url("/wp-content/themes/hello-elementor-child-theme/img/bg_strich_02_light_blue.svg") no-repeat;
  position: absolute;
  bottom: -18px;
  right: -15px;
  display: none;
}
.dk-image-line-light-blue-right img {
  width: 100%;
}

/**
 * add the dk-image-line-light-blue-top-left-right class to a column element to show a light blue line in the left top corner
 */
.dk-image-line-light-blue-top-left-right.elementor-column::before {
  content: "";
  background: transparent url("/wp-content/themes/hello-elementor-child-theme/img/bg_strich_02_light_blue.svg") no-repeat;
  position: absolute;
  top: -18px;
  left: -15px;
  display: none;
}

@media screen and (max-width: 767px) {
  .dk-image-line-light-blue-top-left-right.elementor-column::before {
    display: none !important;
  }
}
/**
 * add the dk-image-line-dark-blue-top-left-right class to a column element to show a dark blue line in the left top corner
 */
.dk-image-line-dark-blue-top-left-right.elementor-column::before {
  content: "";
  background: transparent url("/wp-content/themes/hello-elementor-child-theme/img/bg_strich_02.svg") no-repeat;
  position: absolute;
  display: none;
}

/**
 * add the dk-image-line-dark-blue-bottom-right-right class to a column element to show a dark blue line in the right bottom corner
 */
.dk-image-line-dark-blue-bottom-right-right.elementor-column::after {
  content: "";
  background: transparent url("/wp-content/themes/hello-elementor-child-theme/img/bg_strich_02.svg") no-repeat;
  position: absolute;
  display: none;
}

@media screen and (min-width: 768px) {
  .dk-image-line-dark-blue-left > div::after, .dk-image-line-dark-blue-right > div::after, .dk-image-line-light-blue-left > div::after,
  .dk-image-line-light-blue-right > div::after {
    height: 210px;
    width: 144px;
  }
  .dk-image-line-light-blue-top-left-right.elementor-column::before {
    height: 210px;
    width: 144px;
  }
  .dk-image-line-dark-blue-top-left-right.elementor-column::before {
    height: 210px;
    width: 144px;
    top: -75px;
    left: -150px;
    display: none;
  }
  .dk-image-line-dark-blue-bottom-right-right.elementor-column::after {
    height: 210px;
    width: 144px;
    bottom: -75px;
    right: -150px;
    display: none;
  }
  .dk-image-line-dark-blue-left > div::after {
    bottom: -30px;
    left: -42px;
  }
  .dk-image-line-dark-blue-right > div::after {
    bottom: -30px;
    right: -42px;
  }
  .dk-image-line-light-blue-left > div::after {
    bottom: -30px;
    left: -42px;
  }
  .dk-image-line-light-blue-right > div::after {
    bottom: -30px;
    right: -42px;
  }
  .dk-image-line-light-blue-top-left-right.elementor-column::before {
    top: -30px;
    left: -42px;
  }
}
@media screen and (min-width: 1320px) {
  .dk-image-line-dark-blue-left > div::after, .dk-image-line-dark-blue-right > div::after, .dk-image-line-light-blue-left > div::after,
  .dk-image-line-light-blue-right > div::after {
    height: 300px;
    width: 212px;
  }
  .dk-image-line-light-blue-top-left-right.elementor-column::before {
    height: 300px;
    width: 212px;
  }
  .dk-image-line-dark-blue-top-left-right.elementor-column::before {
    height: 300px;
    width: 212px;
    top: -140px;
    left: -260px;
    display: none;
  }
  .dk-image-line-dark-blue-bottom-right-right.elementor-column::after {
    height: 300px;
    width: 212px;
    bottom: -140px;
    right: -260px;
    display: none;
  }
  .dk-image-line-dark-blue-left > div::after {
    bottom: -66px;
    left: -66px;
  }
  .dk-image-line-dark-blue-right > div::after {
    bottom: -66px;
    right: -66px;
  }
  .dk-image-line-light-blue-left > div::after {
    bottom: -66px;
    left: -66px;
  }
  .dk-image-line-light-blue-right > div::after {
    bottom: -66px;
    right: -66px;
  }
  .dk-image-line-light-blue-top-left-right.elementor-column::before {
    top: -68px;
    left: -46px;
  }
}
/**
 * add the dk-image-trapeze-right-dark-blue class to a image widget to show a dark blue trapeze on the right behind the image
 */
.dk-image-trapeze-right-dark-blue img {
  position: relative;
  z-index: 2;
}
.dk-image-trapeze-right-dark-blue .elementor-widget-container::after {
  background: #192341;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
  transform: translate(50%, -30%) skew(35deg) scale(1, 0.9);
}

/**
 * add the dk-image-trapeze-left-light-blue class to a image widget to show a light blue trapeze on the left behind the image
 */
.dk-image-trapeze-left-light-blue img {
  position: relative;
  z-index: 2;
}
.dk-image-trapeze-left-light-blue .elementor-widget-container::after {
  background: #0096D2;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
  transform: translate(-50%, -30%) skew(-35deg) scale(1, 0.9);
}

/* ========================================
 Buttons
 ======================================== */
.elementor-widget-button .elementor-button {
  font-family: "Barlow Condensed Bold", Sans-serif;
  color: #192341;
  font-size: 1em;
  background-color: transparent;
  padding: 0;
}
.elementor-widget-button .elementor-button .elementor-button-icon svg {
  width: 0.8em;
}
.elementor-widget-button .elementor-button.elementor-size-sm {
  font-size: 1em;
}
.elementor-widget-button .elementor-button.elementor-size-md {
  font-size: 1em;
}

@media screen and (max-width: 767px) {
  .elementor-widget-button .elementor-button {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .elementor-widget-button .elementor-button.elementor-size-md {
    font-size: 1.4em;
  }
}
/* ========================================
 Table
 ======================================== */
/* ===========================================
  Page Specific
  ===========================================*/
/* ========================================
 Navigation
 ======================================== */
header#dk-desktop-menu {
  max-height: 114px;
}
header#dk-desktop-menu .elementor-nav-menu--main .menu-item.current-menu-parent > a {
  color: #192341 !important;
}
header#dk-desktop-menu .elementor-nav-menu--main .menu-item.current-menu-parent > a .sub-arrow i::before {
  background: transparent url("/wp-content/themes/hello-elementor-child-theme/img/menu_pfeil_dark_blue.svg") no-repeat !important;
}
header#dk-desktop-menu .elementor-nav-menu--main .menu-item.current-page-ancestor > a:not(.elementor-sub-item) {
  color: #192341 !important;
}
header#dk-desktop-menu .elementor-nav-menu--main .menu-item.current-page-ancestor .sub-arrow i::before {
  background: transparent url("/wp-content/themes/hello-elementor-child-theme/img/menu_pfeil_dark_blue.svg") no-repeat !important;
}
header#dk-desktop-menu .elementor-nav-menu--main .menu-item a.elementor-item {
  padding-top: 18px !important;
}
header#dk-desktop-menu .elementor-nav-menu--main .menu-item a.elementor-item.has-submenu .sub-arrow {
  margin-top: -7px;
}
header#dk-desktop-menu .elementor-nav-menu--main .menu-item a.elementor-item.has-submenu .sub-arrow i::before {
  content: "";
  background: transparent url("/wp-content/themes/hello-elementor-child-theme/img/menu_pfeil.svg") no-repeat;
  width: 13px;
  height: 10px;
  display: inline-block;
  margin-top: 5px;
}
header#dk-desktop-menu .elementor-nav-menu--main .menu-item a.elementor-item.has-submenu.elementor-item-active .sub-arrow i::before {
  background: transparent url("/wp-content/themes/hello-elementor-child-theme/img/menu_pfeil_dark_blue.svg") no-repeat;
}
header#dk-desktop-menu .elementor-nav-menu--main .menu-item a.elementor-item.has-submenu.elementor-item-active:hover .sub-arrow i::before {
  background: transparent url("/wp-content/themes/hello-elementor-child-theme/img/menu_pfeil.svg") no-repeat;
}
header#dk-desktop-menu .elementor-nav-menu--main .menu-item a.elementor-item.has-submenu.highlighted {
  background-color: #192341;
  color: #ffffff !important;
}
header#dk-desktop-menu .elementor-nav-menu--main .menu-item a.elementor-item.has-submenu.highlighted .sub-arrow i::before {
  background: transparent url("/wp-content/themes/hello-elementor-child-theme/img/menu_pfeil.svg") no-repeat !important;
}
header#dk-desktop-menu .elementor-nav-menu--main .menu-item a.elementor-item:hover {
  background-color: #192341;
  color: #ffffff !important;
  opacity: 1;
}
header#dk-desktop-menu .elementor-nav-menu--main .menu-item .sub-menu {
  padding-bottom: 16px;
}
header#dk-desktop-menu .elementor-nav-menu--main .menu-item .sub-menu a {
  border-left: none !important;
}
header#dk-desktop-menu .elementor-nav-menu--main .menu-item .sub-menu a.elementor-item-active {
  font-family: "Barlow Condensed Bold", Sans-serif !important;
}

@media screen and (max-width: 1319px) {
  header#dk-mobile-menu .elementor-nav-menu--dropdown {
    background-color: #0096D2 !important;
  }
  header#dk-mobile-menu .elementor-nav-menu--dropdown .elementor-nav-menu .menu-item .elementor-item {
    font-family: "Barlow Condensed Bold", Sans-serif !important;
  }
  header#dk-mobile-menu .elementor-nav-menu--dropdown .elementor-nav-menu .menu-item .elementor-item.has-submenu .sub-arrow {
    margin-top: -9px;
    margin-left: 12px;
    padding: 0;
  }
  header#dk-mobile-menu .elementor-nav-menu--dropdown .elementor-nav-menu .menu-item .elementor-item.has-submenu .sub-arrow i::before {
    content: "";
    background: transparent url("/wp-content/themes/hello-elementor-child-theme/img/menu_pfeil.svg") no-repeat;
    width: 12px;
    height: 9px;
    display: inline-block;
    margin-top: 6px;
  }
  header#dk-mobile-menu .elementor-nav-menu--dropdown .elementor-nav-menu .menu-item .elementor-item.has-submenu.elementor-item-active .sub-arrow i::before {
    background: transparent url("/wp-content/themes/hello-elementor-child-theme/img/menu_pfeil.svg") no-repeat;
  }
  header#dk-mobile-menu .elementor-nav-menu--dropdown .elementor-nav-menu .menu-item .elementor-item.has-submenu.elementor-item-active:hover .sub-arrow i::before {
    background: transparent url("/wp-content/themes/hello-elementor-child-theme/img/menu_pfeil.svg") no-repeat;
  }
  header#dk-mobile-menu .elementor-nav-menu--dropdown .elementor-nav-menu .menu-item .elementor-item.has-submenu.highlighted {
    background-color: #192341;
    color: #ffffff !important;
  }
  header#dk-mobile-menu .elementor-nav-menu--dropdown .elementor-nav-menu .menu-item .elementor-item.has-submenu.highlighted .sub-arrow i::before {
    background: transparent url("/wp-content/themes/hello-elementor-child-theme/img/menu_pfeil.svg") no-repeat !important;
  }
  header#dk-mobile-menu .elementor-nav-menu--dropdown .elementor-nav-menu .menu-item .elementor-item:hover {
    background-color: #192341;
    color: #ffffff !important;
    opacity: 1;
  }
  header#dk-mobile-menu .elementor-nav-menu--dropdown .elementor-nav-menu .menu-item.current-menu-parent > a {
    color: #ffffff !important;
  }
  header#dk-mobile-menu .elementor-nav-menu--dropdown .elementor-nav-menu .menu-item.current-menu-parent > a.has-submenu {
    color: #192341 !important;
  }
  header#dk-mobile-menu .elementor-nav-menu--dropdown .elementor-nav-menu .menu-item.current-menu-parent > a.has-submenu:hover, header#dk-mobile-menu .elementor-nav-menu--dropdown .elementor-nav-menu .menu-item.current-menu-parent > a.has-submenu:focus, header#dk-mobile-menu .elementor-nav-menu--dropdown .elementor-nav-menu .menu-item.current-menu-parent > a.has-submenu.elementor-item-active {
    color: #ffffff !important;
  }
  header#dk-mobile-menu .elementor-nav-menu--dropdown .elementor-nav-menu .menu-item.current-menu-parent > a .sub-arrow i::before {
    background: transparent url("/wp-content/themes/hello-elementor-child-theme/img/menu_pfeil.svg") no-repeat !important;
  }
  header#dk-mobile-menu .elementor-nav-menu--dropdown .elementor-nav-menu .menu-item.current-menu-parent > a:hover .sub-arrow i::before {
    background: transparent url("/wp-content/themes/hello-elementor-child-theme/img/menu_pfeil.svg") no-repeat !important;
  }
  header#dk-mobile-menu .elementor-nav-menu--dropdown .elementor-nav-menu .menu-item.current-page-ancestor > a {
    color: #ffffff !important;
  }
  header#dk-mobile-menu .elementor-nav-menu--dropdown .elementor-nav-menu .menu-item.current-page-ancestor > a .sub-arrow i::before {
    background: transparent url("/wp-content/themes/hello-elementor-child-theme/img/menu_pfeil_dark_blue.svg") no-repeat !important;
  }
  header#dk-mobile-menu .elementor-nav-menu--dropdown .elementor-nav-menu .menu-item.current-page-ancestor > a:hover .sub-arrow i::before {
    background: transparent url("/wp-content/themes/hello-elementor-child-theme/img/menu_pfeil.svg") no-repeat !important;
  }
  header#dk-mobile-menu .elementor-nav-menu--dropdown .elementor-nav-menu .menu-item .sub-menu {
    padding-bottom: 16px;
    background-color: #192341 !important;
  }
  header#dk-mobile-menu .elementor-nav-menu--dropdown .elementor-nav-menu .menu-item .sub-menu a {
    border-left: none !important;
  }
  header#dk-mobile-menu .elementor-nav-menu--dropdown .elementor-nav-menu .menu-item .sub-menu a.elementor-item-active {
    font-family: "Barlow Condensed Bold", Sans-serif !important;
  }
}
/* ==========================================
  Form
 ============================================ */
form input[type=date], form input[type=email], form input[type=number], form input[type=password], form input[type=search],
form input[type=tel], form input[type=text], form input[type=url], form select, form textarea, form .elementor-field-group .elementor-field-textual, form .form-row {
  border-radius: 0;
  color: #192341;
  font-size: 16px;
  padding: 17px 20px;
}
form input[type=date]::placeholder, form input[type=email]::placeholder, form input[type=number]::placeholder, form input[type=password]::placeholder, form input[type=search]::placeholder,
form input[type=tel]::placeholder, form input[type=text]::placeholder, form input[type=url]::placeholder, form select::placeholder, form textarea::placeholder, form .elementor-field-group .elementor-field-textual::placeholder, form .form-row::placeholder {
  color: #192341;
}
form .elementor-button {
  font-family: "Barlow Condensed Bold", Sans-serif;
  color: #ffffff;
  font-size: 1em;
  background-color: #0096D2;
  border-radius: 0 !important;
}
form .elementor-button:hover {
  opacity: 0.5;
}
form .elementor-button .elementor-button-icon svg {
  width: 0.8em;
}
form .elementor-button.elementor-size-sm {
  font-size: 16px;
  padding: 14px 45px;
}
form .elementor-button.elementor-size-md {
  font-size: 1em;
  padding: 18px 50px;
}
form .elementor-button.elementor-size-lg {
  font-size: 1em;
  padding: 22px 55px;
}
form .elementor-button.elementor-size-xl {
  font-size: 1em;
  padding: 25px 60px;
}

.select2-results__option {
  font-size: 16px;
}

/* ==========================================
  WP Form Plugin
 ============================================ */
.dk-radio-image img {
  display: none !important;
}
@media screen and (min-width: 635px) {
  .dk-radio-image img {
    display: inline-block !important;
    width: 75px !important;
  }
}
@media screen and (min-width: 768px) {
  .dk-radio-image img {
    width: 112px !important;
  }
}
@media screen and (min-width: 1320px) {
  .dk-radio-image img {
    width: 105px !important;
  }
}

@media screen and (max-width: 636px) {
  div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic .wpforms-image-choices-label {
    margin-top: 0;
  }
}

div.wpforms-container-full .wpforms-form ul li::before {
  content: "" !important;
}
div.wpforms-container-full .wpforms-form h3 {
  text-transform: uppercase;
}
div.wpforms-container-full .wpforms-form input:focus, div.wpforms-container-full .wpforms-form select:focus, div.wpforms-container-full .wpforms-form textarea:focus {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  outline: 0;
}
div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form textarea {
  border-radius: 0;
  color: #192341;
  font-size: 16px;
  padding: 28px 20px;
  border: none;
  line-height: 1.4;
  min-height: 40px;
}
div.wpforms-container-full .wpforms-form textarea {
  padding-top: 17px;
}
div.wpforms-container-full .wpforms-form select {
  min-height: 58px;
  border: none;
  padding: 0 20px !important;
}
div.wpforms-container-full .wpforms-form .wpforms-page-button.wpforms-page-prev {
  padding: 14px 45px;
  border-radius: 0 !important;
  font-family: "Barlow Condensed Bold", Sans-serif;
  font-weight: 700;
}
div.wpforms-container-full .wpforms-form .wpforms-page-button.wpforms-page-prev:hover {
  opacity: 0.5;
}
div.wpforms-container-full .wpforms-form .wpforms-page-button.wpforms-page-next, div.wpforms-container-full .wpforms-form button[type=submit] {
  font-family: "Barlow Condensed Bold", Sans-serif;
  color: #ffffff;
  background-color: #0096D2;
  border-radius: 0 !important;
  font-size: 16px;
  padding: 14px 45px;
  font-weight: 700;
}
div.wpforms-container-full .wpforms-form .wpforms-page-button.wpforms-page-next:hover, div.wpforms-container-full .wpforms-form button[type=submit]:hover {
  opacity: 0.5;
}
div.wpforms-container-full .wpforms-page {
  margin-top: 20px !important;
}

.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full {
  background: #192341;
  border: 1px solid #192341;
  color: #ffffff;
  margin: 100px auto;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles {
  padding: 0 10px;
}
div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page {
  padding: 15px 0;
}

@media screen and (max-width: 500px) {
  div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page {
    float: none;
  }
  div.wpforms-container-full .wpforms-form .wpforms-page-button.wpforms-page-next, div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button.wpforms-page-prev {
    float: none;
    width: 100%;
    margin-bottom: 15px;
    font-weight: 700;
  }
}
div.wpforms-container-full .wpforms-form .wpforms-field {
  padding: 7px 0;
}

.wpforms-page-indicator.connector {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .wpforms-page-indicator.connector .wpforms-page-indicator-page {
    width: 100% !important;
    margin-bottom: 10px;
  }
}
.wpforms-page-indicator.connector .wpforms-page-indicator-page.active .wpforms-page-indicator-page-title {
  color: #0096D2;
}
.wpforms-page-indicator.connector .wpforms-page-indicator-page .wpforms-page-indicator-page-title {
  font-size: 16px !important;
  font-family: "Barlow Condensed Bold", Sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (min-width: 1320px) {
  .wpforms-page-indicator.connector .wpforms-page-indicator-page .wpforms-page-indicator-page-title {
    font-size: 24px !important;
  }
}

div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
  font-weight: 300;
}

/* ========================================
 Sticky Nav
 ======================================== */
/* ========================================
 Slider
 ======================================== */
.elementor-swiper .swiper-pagination {
  text-align: right;
  bottom: -20px;
}
.elementor-swiper .swiper-pagination span.swiper-pagination-bullet {
  border-radius: 0;
  background-color: #0096D2;
  opacity: 1;
  margin: 0 13px;
}
.elementor-swiper .swiper-pagination span.swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}
.elementor-swiper .swiper-slide-inner .elementor-slide-description {
  font-size: inherit;
  line-height: inherit;
}
.elementor-swiper .elementor-slide-button {
  font-family: "Barlow Condensed Bold", Sans-serif;
  color: #192341;
  font-size: 1em;
  background-color: transparent;
  padding: 0;
  border: none;
  position: relative;
}
.elementor-swiper .elementor-slide-button.elementor-size-md {
  font-size: 1.4em;
}
.elementor-swiper .elementor-slide-button::after {
  content: "";
  background: transparent url("/wp-content/themes/hello-elementor-child-theme/img/link_pfeil_light.svg") no-repeat;
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-left: 17px;
  margin-bottom: -3px;
}

/* ==========================================
  Language
 ============================================ */
.wpml-ls-legacy-list-horizontal .wpml-ls-item {
  margin-left: 7px;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item a {
  font-family: "Barlow Condensed Light", Sans-serif;
  padding: 5px 4px;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item a span {
  vertical-align: top;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-current-language a {
  font-family: "Barlow Condensed Bold", Sans-serif;
}

@media screen and (max-width: 1320px) {
  .elementor-nav-menu--dropdown li.wpml-ls-item {
    margin-top: 24px;
  }
}
.wpml-ls-legacy-dropdown a {
  border: none;
}

header#dk-mobile-menu .wpml-elementor-ls .wpml-ls-legacy-dropdown, header#dk-desktop-menu .wpml-elementor-ls .wpml-ls-legacy-dropdown {
  width: 60px;
}
header#dk-mobile-menu .wpml-elementor-ls .js-wpml-ls-item-toggle.wpml-ls-item-toggle::after, header#dk-desktop-menu .wpml-elementor-ls .js-wpml-ls-item-toggle.wpml-ls-item-toggle::after {
  content: "";
  background: transparent url("/wp-content/themes/hello-elementor-child-theme/img/menu_pfeil.svg") no-repeat;
  width: 12px;
  height: 9px;
  display: inline-block;
  border: none;
  margin-top: 2px;
}
header#dk-mobile-menu .wpml-elementor-ls .js-wpml-ls-item-toggle.wpml-ls-item-toggle:hover, header#dk-desktop-menu .wpml-elementor-ls .js-wpml-ls-item-toggle.wpml-ls-item-toggle:hover {
  opacity: 1;
}
header#dk-mobile-menu .wpml-elementor-ls .wpml-ls-sub-menu, header#dk-desktop-menu .wpml-elementor-ls .wpml-ls-sub-menu {
  background-color: #192341;
  width: 75px;
  border: none;
  padding: 3px 5px;
  left: 0;
}
header#dk-mobile-menu .wpml-elementor-ls .wpml-ls-sub-menu a, header#dk-desktop-menu .wpml-elementor-ls .wpml-ls-sub-menu a {
  padding: 10px 10px;
  background-color: transparent;
  font-family: "Barlow Condensed Light", Sans-serif;
}
header#dk-mobile-menu .wpml-ls-item-legacy-dropdown.highlighted > a, header#dk-desktop-menu .wpml-ls-item-legacy-dropdown.highlighted > a {
  background-color: #192341;
}

header#dk-mobile-menu .wpml-ls-item-toggle:hover + ul.wpml-ls-sub-menu {
  visibility: hidden;
}
header#dk-mobile-menu .wpml-ls-item-legacy-dropdown.highlighted ul.wpml-ls-sub-menu {
  visibility: visible !important;
}

html[lang=pl-PL] #dk-desktop-menu .elementor-nav-menu--main.elementor-nav-menu__container ul.elementor-nav-menu .elementor-item {
  font-size: 20px;
}

/* ==========================================
  Accordion
 ============================================ */
.elementor-widget-toggle.elementor-widget:not(:last-child) {
  margin-bottom: 10px;
}
.elementor-widget-toggle .elementor-tab-title {
  border-top: 1px solid #0096D2;
  border-bottom: none;
  padding: 15px 0;
  font-size: 1em;
}
.elementor-widget-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon {
  line-height: 0.2em;
}
.elementor-widget-toggle .elementor-tab-content {
  border-bottom: none;
  padding: 15px 0;
}

.elementor-widget-accordion .elementor-accordion .elementor-accordion-item {
  border: none;
}
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-title {
  border-top: 1px solid #0096D2;
  border-bottom: none;
  padding: 15px 0;
  font-size: 1em;
}
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon {
  width: 1em !important;
}
.elementor-widget-accordion .elementor-accordion .elementor-tab-content {
  border-top: none;
  padding: 15px 0;
}

/* ==========================================
  Tabs
 ============================================ */
.elementor-tabs-view-horizontal .elementor-tabs .elementor-tabs-wrapper {
  margin-left: -25px;
}
.elementor-tabs-view-horizontal .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
  font-family: "Barlow Condensed Bold", Sans-serif;
}
.elementor-tabs-view-horizontal .elementor-tabs .elementor-tabs-content-wrapper {
  margin-left: -10px;
}

@media screen and (min-width: 768px) {
  .elementor-tabs-view-horizontal .elementor-tabs .elementor-tabs-content-wrapper {
    margin-left: -20px;
  }
}
/* ========================================
 Cookie Notice
 ======================================== */
#BorlabsCookieBox ._brlbs-btn {
  font-family: "Barlow Condensed Bold", Sans-serif;
  border-radius: 0;
  font-size: 16px;
  font-weight: 700;
}
#BorlabsCookieBox ._brlbs-btn a {
  font-size: 16px;
}
#BorlabsCookieBox p {
  font-weight: 300;
}

._brlbs-btn-cookie-preference.borlabs-cookie-preference {
  font-family: "Barlow Condensed Bold", Sans-serif;
  font-weight: normal;
  text-transform: none;
  font-style: normal;
  color: #fff;
  background-color: #0096D2;
  border-radius: 0 !important;
  font-size: 16px;
  padding: 14px 45px;
  text-align: center;
  line-height: 1em;
  margin-bottom: 15px;
}
._brlbs-btn-cookie-preference.borlabs-cookie-preference::after {
  display: none !important;
}

.BorlabsCookie h3, .BorlabsCookie h4 {
  font-size: 1em;
  font-family: "Barlow Condensed Light", Sans-serif;
}
.BorlabsCookie ._brlbs-caption a::after {
  display: none !important;
}
.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed {
  margin-bottom: 0;
}

.dk-vimeo-wrapper.dk-vimeo-blocked {
  padding: 0 !important;
}
.dk-vimeo-wrapper.dk-vimeo-blocked ._brlbs-content-blocker ._brlbs-embed, .dk-vimeo-wrapper.dk-vimeo-blocked ._brlbs-content-blocker ._brlbs-embed img {
  width: 100%;
}

/* ==========================================
  Horizontal Scroll Widget
 ============================================ */
.elementor-editor-active .dk-prozess-horizontal-scroll {
  overflow-y: scroll;
}

.dk-prozess-horizontal-scroll {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
  background-color: #192341;
  height: auto;
  font-size: 18px;
  line-height: 21px;
}
.dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item {
  flex-shrink: 0 !important;
}
.dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item ul li {
  margin-bottom: 5px;
}
.dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item .dk-background-image {
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 28%;
}
.dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item .dk-horizontal-scroll-title, .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item .dk-contact-title {
  font-size: 28px;
  line-height: 33px;
  font-family: "Barlow Condensed Bold", Sans-serif;
  text-transform: uppercase;
}
.dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item .dk-horizontal-scroll-number {
  font-size: 98px;
  line-height: 70px;
  font-family: "Barlow Condensed Bold", Sans-serif;
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #fff;
}
.dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-contact {
  background-color: #0096D2;
  color: #fff;
  width: 100vw !important;
  height: 100%;
}
.dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-empty-item {
  width: 10vw !important;
}
.dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-1 {
  width: 580px !important;
  padding-bottom: 120px;
  padding-top: 120px;
}
.dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-1 .dk-background-image {
  background-position: 80px -4px;
  padding: 0 50px 0 20px;
  background-size: contain;
}
.dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-1 .dk-inner {
  width: 510px !important;
}
.dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-1 .dk-inner .dk-column-1 {
  align-items: flex-end;
  margin-right: 30px;
  width: 180px;
  flex-wrap: wrap;
}
.dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-1 .dk-inner .dk-column-2 {
  width: 300px;
}
.dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-1 .dk-inner .dk-horizontal-scroll-number {
  margin-left: auto;
}
.dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-2 {
  width: 565px !important;
  padding-bottom: 120px;
  padding-top: 150px;
}
.dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-2 .dk-background-image {
  padding-left: 50px;
  padding-right: 50px;
  background-size: 33%;
  background-position: 0 0;
  padding-top: 50px;
}
.dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-2 .dk-inner {
  width: 465px !important;
  margin-top: 0;
}
.dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-2 .dk-inner .dk-column-1 {
  width: 75%;
}
.dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-2 .dk-inner .dk-column-2 {
  display: flex;
}
.dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-2 .dk-inner .dk-horizontal-scroll-number {
  width: 105px;
  margin-right: 30px;
}
.dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-2 .dk-inner .dk-text {
  margin-top: 30px;
}
.dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-3 {
  width: 450px !important;
  padding-bottom: 120px;
  padding-top: 120px;
}
.dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-3 .dk-background-image {
  padding-right: 50px;
  padding-top: 25px;
  padding-bottom: 60px;
  background-position: 0 bottom;
  background-size: 36%;
}
.dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-3 .dk-inner {
  width: 400px !important;
}
.dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-3 .dk-inner .dk-column-1 {
  width: 85%;
}
.dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-3 .dk-inner .dk-column-2 {
  display: flex;
}
.dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-3 .dk-inner .dk-horizontal-scroll-number {
  width: 105px;
  margin-right: 30px;
}
.dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-3 .dk-inner .dk-text {
  margin-top: 30px;
}
.dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-4 {
  width: 580px !important;
  padding-bottom: 120px;
  padding-top: 120px;
}
.dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-4 .dk-background-image {
  padding: 0 50px 0 20px;
  background-size: 32%;
  background-position: 0 130px;
}
.dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-4 .dk-inner {
  width: 510px !important;
  margin-top: 52px;
}
.dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-4 .dk-inner .dk-column-1 {
  align-items: flex-end;
  position: relative;
  width: 180px;
  margin-right: 30px;
}
.dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-4 .dk-inner .dk-column-2 {
  width: 300px;
}
.dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-4 .dk-inner .dk-horizontal-scroll-number {
  text-align: right;
}
.dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-4 .dk-inner .dk-horizontal-scroll-title {
  width: 180px;
  text-align: right;
}
.dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-contact {
  position: relative;
  padding-bottom: 0;
}
.dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-contact .dk-inner {
  position: absolute;
  align-items: flex-end;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-contact .dk-inner .dk-contact-left, .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-contact .dk-inner .dk-contact-right {
  width: auto;
}
.dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-contact .dk-inner .dk-contact-left {
  margin-right: 0;
}
.dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-contact .dk-inner .dk-contact-title p {
  margin-bottom: 0;
}
.dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-contact .dk-inner .dk-contact-title span {
  color: #192341;
}
.dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-contact .dk-inner .dk-list {
  margin-top: 50px;
}
.dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-contact .dk-inner .dk-list .elementor-icon-list-item {
  margin-bottom: 20px;
}
.dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-contact .dk-inner .dk-list .elementor-icon-list-item:last-of-type {
  margin-bottom: 0;
}
.dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-contact .dk-inner .dk-list .elementor-icon-list-item a, .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-contact .dk-inner .dk-list .elementor-icon-list-item span {
  font-family: "Barlow Condensed Bold", Sans-serif;
  color: #ffffff !important;
}
.dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-contact .dk-inner .dk-list .elementor-icon-list-item .elementor-icon-list-text {
  padding-left: 42px;
}
.dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-contact .dk-inner .dk-list .elementor-icon-list-item svg {
  width: 42px;
  fill: #ffffff;
}
.dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item .dk-inner {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}
.dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item .dk-inner > div {
  display: flex;
}

@media screen and (max-width: 649px) {
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-contact .dk-inner .dk-contact-right {
    margin-top: 20px;
  }
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-contact .dk-inner .dk-contact-right .dk-list .elementor-icon-list-item svg {
    width: 33px;
  }
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-contact .dk-inner .dk-contact-right .dk-list .elementor-icon-list-item .elementor-icon-list-text {
    padding-left: 15px;
  }
}
@media screen and (max-width: 959px) {
  .dk-prozess-horizontal-scroll ul:not(.elementor-icon-list-items) li:before {
    margin-top: 0;
  }
}
@media screen and (min-width: 960px) {
  .dk-prozess-horizontal-scroll {
    font-size: 1em;
    line-height: inherit;
  }
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item ul li {
    margin-bottom: 12px;
  }
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item .dk-horizontal-scroll-title, .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item .dk-contact-title {
    font-size: 55px;
    line-height: 55px;
  }
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item .dk-background-image {
    background-size: auto;
  }
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item .dk-horizontal-scroll-number {
    font-size: 198px;
    line-height: 142px;
  }
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-empty-item {
    width: 50vw !important;
  }
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-1 {
    width: 872px !important;
    padding-bottom: 170px;
    padding-top: 170px;
  }
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-1 .dk-background-image {
    background-position: 75px -4px;
    padding: 40px 20px 40px 20px;
    background-size: contain;
  }
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-1 .dk-inner {
    width: 832px !important;
  }
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-1 .dk-inner .dk-column-1 {
    margin-right: 70px;
    width: 39%;
  }
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-1 .dk-inner .dk-column-2 {
    width: 400px;
  }
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-2 {
    width: 1035px !important;
    padding-bottom: 170px;
    padding-top: 350px;
  }
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-2 .dk-background-image {
    padding-left: 150px;
    padding-right: 120px;
    background-size: 33%;
    background-position: 0 0;
    padding-top: 45px;
  }
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-2 .dk-inner {
    width: 765px !important;
    margin-top: 0;
  }
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-2 .dk-inner .dk-column-1 {
    width: 75%;
  }
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-2 .dk-inner .dk-column-2 {
    display: flex;
  }
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-2 .dk-inner .dk-horizontal-scroll-number {
    width: 180px;
    margin-right: 60px;
  }
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-2 .dk-inner .dk-text {
    margin-top: 30px;
  }
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-3 {
    width: 875px !important;
    padding-bottom: 170px;
    padding-top: 170px;
  }
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-3 .dk-background-image {
    padding-right: 200px;
    padding-top: 50px;
    padding-left: 60px;
    padding-bottom: 172px;
    background-position: 0 bottom;
    background-size: 36%;
  }
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-3 .dk-inner {
    width: 675px !important;
  }
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-3 .dk-inner .dk-column-1 {
    width: 85%;
  }
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-3 .dk-inner .dk-column-2 {
    display: flex;
  }
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-3 .dk-inner .dk-horizontal-scroll-number {
    width: 180px;
    margin-right: 60px;
  }
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-3 .dk-inner .dk-text {
    margin-top: 30px;
  }
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-4 {
    width: 1155px !important;
    padding-bottom: 170px;
    padding-top: 170px;
  }
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-4 .dk-background-image {
    padding: 0 200px 0 100px;
    background-size: 34%;
    background-position: 10px 43px;
  }
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-4 .dk-inner {
    width: 855px !important;
    margin-top: 52px;
    flex-wrap: nowrap;
  }
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-4 .dk-inner .dk-column-1 {
    align-items: flex-end;
    width: 270px;
    margin-right: 60px;
  }
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-4 .dk-inner .dk-column-2 {
    width: 525px;
  }
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-4 .dk-inner .dk-horizontal-scroll-number {
    text-align: right;
  }
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-item-4 .dk-inner .dk-horizontal-scroll-title {
    width: 270px;
  }
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-contact {
    position: relative;
  }
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-contact .dk-inner {
    position: absolute;
    align-items: flex-end;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-contact .dk-inner .dk-contact-title p {
    margin-bottom: 0;
  }
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-contact .dk-inner .dk-contact-title span {
    color: #192341;
  }
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-contact .dk-inner .dk-list {
    margin-top: 50px;
  }
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-contact .dk-inner .dk-list .elementor-icon-list-item {
    margin-bottom: 20px;
  }
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-contact .dk-inner .dk-list .elementor-icon-list-item:last-of-type {
    margin-bottom: 0;
  }
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-contact .dk-inner .dk-list .elementor-icon-list-item a, .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-contact .dk-inner .dk-list .elementor-icon-list-item span {
    font-family: "Barlow Condensed Bold", Sans-serif;
    color: #ffffff !important;
  }
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-contact .dk-inner .dk-list .elementor-icon-list-item .elementor-icon-list-text {
    padding-left: 42px;
  }
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-contact .dk-inner .dk-list .elementor-icon-list-item svg {
    width: 42px;
    fill: #ffffff;
  }
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item .dk-inner {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item .dk-inner > div {
    display: flex;
  }
}
@media screen and (min-width: 650px) {
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-contact .dk-inner {
    width: 650px;
  }
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-contact .dk-inner .dk-contact-left, .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-contact .dk-inner .dk-contact-right {
    width: 300px;
  }
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-contact .dk-inner .dk-contact-left {
    margin-right: 50px;
  }
}
@media screen and (min-width: 1160px) {
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-contact .dk-inner {
    width: 1100px;
  }
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-contact .dk-inner .dk-contact-left, .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-contact .dk-inner .dk-contact-right {
    width: 500px;
  }
  .dk-prozess-horizontal-scroll .dk-prozess-horizontal-scroll-item.dk-contact .dk-inner .dk-contact-left {
    margin-right: 100px;
  }
}
/* ==========================================
  Search page
 ============================================ */
.elementor-pagination {
  margin-top: 40px;
}
.elementor-pagination .page-numbers {
  padding: 7px 15px;
  color: #fff;
  background-color: #0096D2;
}
.elementor-pagination .page-numbers.current {
  background-color: #192341;
}

.flockler-wall_v2-item__text__show-button {
  font-family: "Barlow Condensed Bold", Sans-serif;
  color: #192341;
  font-size: 1em;
  background-color: transparent;
  padding: 0;
  border: none;
  text-transform: none;
  opacity: 1;
  padding-left: 14.4px;
}
.flockler-wall_v2-item__text__show-button:hover, .flockler-wall_v2-item__text__show-button:focus {
  background-color: transparent;
  opacity: 0.5;
  color: #192341;
  outline: none;
}

.flockler-wall_v2-item__wrapper {
  border-radius: 0;
}

.flockler-wall_v2-item__profile__name {
  color: #192341;
}

.flockler-wall_v2-item__media__play-button:hover {
  background-color: #192341;
}

.flockler-wall_v2-item__text__content a:hover, .flockler-wall_v2-item__text__content a:focus {
  opacity: 0.5;
  color: #192341 !important;
}

.flockler-wall_v2-items a {
  color: #192341 !important;
}

figure.flockler-wall_v2-item__profile__avatar {
  margin: 0 0.5em 0 0 !important;
}

.flockler-posts.flockler-wall_v2-items .flockler-btn-load-more {
  background-color: #0096D2 !important;
  color: #ffffff !important;
  font-family: "Barlow Condensed Bold", Sans-serif !important;
  font-size: 16px !important;
  padding: 14px 45px !important;
  min-height: 40px;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  text-transform: none !important;
}
.flockler-posts.flockler-wall_v2-items .flockler-btn-load-more:hover, .flockler-posts.flockler-wall_v2-items .flockler-btn-load-more:active, .flockler-posts.flockler-wall_v2-items .flockler-btn-load-more:focus {
  background-color: #0096D2 !important;
  color: #ffffff !important;
  opacity: 0.5;
}

/* ========================================
 Flyout
 ======================================== */
#dk-flyout {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -30vh;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  #dk-flyout {
    left: auto;
    bottom: 50vh;
    width: auto;
    right: -643px;
    transition: opacity 0.5s ease-in-out;
  }
}
@media screen and (max-width: 767px) {
  #dk-flyout.active {
    bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  #dk-flyout.active {
    animation: dk_reveal_from_right 0.5s forwards;
  }
}
@media screen and (min-width: 768px) {
  #dk-flyout.closed {
    right: 0;
    animation: dk_hide_from_right 0.5s forwards;
  }
}
#dk-flyout .elementor-widget-wrap {
  width: auto;
}
#dk-flyout .elementor-container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#dk-flyout .elementor-container .dk-flyout-inner .elementor-column {
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  #dk-flyout #dk-flyout-button {
    width: 46px;
    height: 250px;
  }
}
#dk-flyout #dk-flyout-button .elementor-button {
  width: 100vw;
  padding: 13px 24px;
  left: 0;
  bottom: 0;
  position: absolute;
  height: 46px;
}
@media screen and (min-width: 768px) {
  #dk-flyout #dk-flyout-button .elementor-button {
    width: 250px;
    padding: 13px 24px;
    left: auto;
    right: -102px;
    top: 102px;
    transform: rotate(-90deg);
    height: 46px;
  }
}
#dk-flyout #dk-flyout-button .elementor-button:hover, #dk-flyout #dk-flyout-button .elementor-button:active {
  opacity: 0.8;
}
#dk-flyout #dk-flyout-button .elementor-button .elementor-button-icon svg {
  height: 22px;
  width: auto;
}
#dk-flyout #dk-flyout-button .elementor-button .elementor-button-text {
  text-align: center;
}
#dk-flyout #dk-flyout-content {
  display: block;
  width: 100vw;
  background: #fff;
  height: 30vh;
  overflow: auto;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  #dk-flyout #dk-flyout-content {
    display: block;
    width: 643px;
    margin-top: 0;
    background: #fff;
    padding: 20px;
    height: 250px;
    overflow: auto;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  #dk-flyout #dk-flyout-content .elementor-widget-container > div {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    margin-right: 20px;
  }
}

@-webkit-keyframes dk_reveal_from_right {
  100% {
    right: 0;
  }
}
@keyframes dk_reveal_from_right {
  100% {
    right: 0;
  }
}
@-webkit-keyframes dk_hide_from_right {
  100% {
    right: -643px;
  }
}
@keyframes dk_hide_from_right {
  100% {
    right: -643px;
  }
}
/* ==========================================
  Footer
 ============================================ */

/*# sourceMappingURL=styles.css.map */
