/* SCSS Document */
/* -- Grund -- */
* {
  margin: 0px;
  padding: 0px; }

body {
  font-family: "Zilla Slab";
  font-weight: 300;
  font-size: 22px;
  font-style: normal;
  line-height: 30px;
  color: #555;
  background: #fff;
  /*background: url(../Img/lina_bg_header.png) center top no-repeat $clr-grey-light-1;*/
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

h1, h2 {
  font-family: "Dancing Script";
  font-weight: 400;
  color: #93C11C;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
  margin-bottom: 30px; }
  h1.slab, h2.slab {
    font-family: "Zilla Slab";
    font-weight: 400;
    color: #fff; }
  h1.align-right, h2.align-right {
    text-align: right; }

h1 {
  font-size: 60px;
  line-height: 60px; }

h2 {
  font-size: 50px;
  line-height: 55px; }
  h2 .scndline {
    font-size: 35px;
    line-height: 40px; }

h3 {
  font-family: "Zilla Slab";
  font-weight: 400;
  font-size: 30px; }

p, h3 {
  margin-bottom: 25px; }

p + h3 {
  padding-top: 10px; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

strong em,
em strong {
  font-weight: 700;
  font-style: italic; }

a, a:hover {
  padding-bottom: 1px;
  text-decoration: none;
  color: #93C11C; }

a:hover {
  border-bottom: 1px dotted #93C11C; }

a.morelink {
  font-size: 16px;
  text-transform: uppercase; }

a.morelink:hover {
  border-bottom: none; }

ul {
  list-style: none;
  /*padding-left: 22px;*/ }

ul li {
  margin-left: 30px;
  line-height: 32px;
  margin-bottom: 8px; }

ul.check-green li:before,
ul.check-white li:before,
ul.arrow-green li:before,
ul.arrow-white li:before {
  height: 100%;
  width: 30px;
  margin-left: -32px;
  /* 0px; */
  margin-right: 7px; }

ul.check-green li:before {
  content: url(../Img/check_green.svg); }

ul.check-white li:before {
  content: url(../Img/check_white.svg); }

ul.arrow-green li:before {
  content: url(../Img/chevron_right_green.svg); }

ul.arrow-white li:before {
  content: url(../Img/chevron_right_white.svg); }

.column-text {
  column-count: 2;
  column-gap: 30px; }

.lina {
  font-family: "Dancing Script";
  font-size: 36px;
  font-style: normal !important;
  line-height: 30px;
  color: #000;
  padding: 0 5px; }

.img-circle {
  position: relative;
  width: 296px;
  height: 296px;
  border: 20px solid #fff;
  border-radius: 148px;
  margin-bottom: 30px; }
  .img-circle .zoom-bt {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 15px;
    z-index: 200; }
  .img-circle img {
    width: 100%;
    height: auto; }

.bg-white {
  background-color: #fff; }

.bg-grey {
  background-color: #f0f0f0; }

.bg-ci-1 {
  background-color: #93C11C; }

.bg-fxd-img {
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; }

.scrollbt {
  position: fixed;
  /*display: none;*/
  width: 30px;
  height: 30px;
  right: 20px;
  bottom: 20px;
  text-align: center;
  vertical-align: middle;
  background-color: #93C11C;
  z-index: 10000; }

.scrollbt a,
.scrollbt a:hover {
  color: #fff !important;
  text-decoration: none;
  border: none; }

.nav-open-bt,
.nav-open-bt-fxd {
  width: 30px;
  height: auto; }
  .nav-open-bt .nav-open-bt-icon,
  .nav-open-bt-fxd .nav-open-bt-icon {
    width: 100%;
    height: auto;
    cursor: pointer; }

.nav-open-bt-fxd {
  position: fixed;
  display: none;
  width: 70px;
  height: 70px;
  left: 15.25%;
  top: 20px;
  border: 1px solid #f0f0f0;
  border-radius: 45px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1000; }

.align-right {
  text-align: right; }

/* -- Padding -- */
.pd-t-0 {
  padding-top: 0px; }

.pd-t-10 {
  padding-top: 10px; }

.pd-t-20 {
  padding-top: 20px; }

.pd-t-30 {
  padding-top: 30px; }

.pd-t-40 {
  padding-top: 40px; }

.pd-t-50 {
  padding-top: 50px; }

.pd-t-60 {
  padding-top: 60px; }

.pd-t-70 {
  padding-top: 70px; }

.pd-t-80 {
  padding-top: 80px; }

.pd-t-90 {
  padding-top: 90px; }

.pd-t-100 {
  padding-top: 100px; }

.pd-b-0 {
  padding-bottom: 0px; }

.pd-b-10 {
  padding-bottom: 10px; }

.pd-b-20 {
  padding-bottom: 20px; }

.pd-b-30 {
  padding-bottom: 30px; }

.pd-b-40 {
  padding-bottom: 40px; }

.pd-b-50 {
  padding-bottom: 50px; }

.pd-b-60 {
  padding-bottom: 60px; }

.pd-b-70 {
  padding-bottom: 70px; }

.pd-b-80 {
  padding-bottom: 80px; }

.pd-b-90 {
  padding-bottom: 90px; }

.pd-b-100 {
  padding-bottom: 100px; }

.pd-r-0 {
  padding-right: 0px; }

.pd-r-10 {
  padding-right: 10px; }

.pd-r-20 {
  padding-right: 20px; }

.pd-r-30 {
  padding-right: 30px; }

.pd-r-40 {
  padding-right: 40px; }

.pd-r-50 {
  padding-right: 50px; }

.pd-r-60 {
  padding-right: 60px; }

.pd-r-70 {
  padding-right: 70px; }

.pd-r-80 {
  padding-right: 80px; }

.pd-r-90 {
  padding-right: 90px; }

.pd-r-100 {
  padding-right: 100px; }

.pd-l-0 {
  padding-left: 0px; }

.pd-l-10 {
  padding-left: 10px; }

.pd-l-20 {
  padding-left: 20px; }

.pd-l-30 {
  padding-left: 30px; }

.pd-l-40 {
  padding-left: 40px; }

.pd-l-50 {
  padding-left: 50px; }

.pd-l-60 {
  padding-left: 60px; }

.pd-l-70 {
  padding-left: 70px; }

.pd-l-80 {
  padding-left: 80px; }

.pd-l-90 {
  padding-left: 90px; }

.pd-l-100 {
  padding-left: 100px; }

/* -- Margin -- */
.mg-t-0 {
  margin-top: 0px; }

.mg-t-10 {
  margin-top: 10px; }

.mg-t-20 {
  margin-top: 20px; }

.mg-t-30 {
  margin-top: 30px; }

.mg-t-40 {
  margin-top: 40px; }

.mg-t-50 {
  margin-top: 50px; }

.mg-t-60 {
  margin-top: 60px; }

.mg-t-70 {
  margin-top: 70px; }

.mg-t-80 {
  margin-top: 80px; }

.mg-t-90 {
  margin-top: 90px; }

.mg-t-100 {
  margin-top: 100px; }

.mg-b-0 {
  margin-bottom: 0px; }

.mg-b-10 {
  margin-bottom: 10px; }

.mg-b-20 {
  margin-bottom: 20px; }

.mg-b-30 {
  margin-bottom: 30px; }

.mg-b-40 {
  margin-bottom: 40px; }

.mg-b-50 {
  margin-bottom: 50px; }

.mg-b-60 {
  margin-bottom: 60px; }

.mg-b-70 {
  margin-bottom: 70px; }

.mg-b-80 {
  margin-bottom: 80px; }

.mg-b-90 {
  margin-bottom: 90px; }

.mg-b-100 {
  margin-bottom: 100px; }

.mg-l-0 {
  margin-left: 0px; }

.mg-l-10 {
  margin-left: 10px; }

.mg-l-20 {
  margin-left: 20px; }

.mg-l-30 {
  margin-left: 30px; }

.mg-l-40 {
  margin-left: 40px; }

.mg-l-50 {
  margin-left: 50px; }

.mg-l-60 {
  margin-left: 60px; }

.mg-l-70 {
  margin-left: 70px; }

.mg-l-80 {
  margin-left: 80px; }

.mg-l-90 {
  margin-left: 90px; }

.mg-l-100 {
  margin-left: 100px; }

.mg-r-0 {
  margin-right: 0px; }

.mg-r-10 {
  margin-right: 10px; }

.mg-r-20 {
  margin-right: 20px; }

.mg-r-30 {
  margin-right: 30px; }

.mg-r-40 {
  margin-right: 40px; }

.mg-r-50 {
  margin-right: 50px; }

.mg-r-60 {
  margin-right: 60px; }

.mg-r-70 {
  margin-right: 70px; }

.mg-r-80 {
  margin-right: 80px; }

.mg-r-90 {
  margin-right: 90px; }

.mg-r-100 {
  margin-right: 100px; }

.debug {
  position: fixed;
  display: block;
  width: 300px;
  height: 300px;
  padding: 10px;
  left: 10px;
  top: 10px;
  font-size: 14px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100000; }

/* -- Header / Navi -- */
header {
  position: relative;
  width: 100%;
  /*max-width: 1140px;*/
  margin: 0 auto;
  height: auto;
  padding-top: 40px;
  padding-bottom: 50px;
  background: url(../Img/lina_bg_header.png) center top no-repeat #f0f0f0; }
  header .header-wrapper {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto; }
    header .header-wrapper .header-left {
      position: relative;
      padding-top: 80px;
      padding-left: 15px;
      width: 20%; }
      header .header-wrapper .header-left nav {
        /* -> Deklaration siehe oben
        .nav-open-bt {
        		width: 30px;
        		height: auto;
        		
        		.nav-open-bt-icon {
        				width: 100%;
        				height: auto;
        		}
        		
        }*/ }
        header .header-wrapper .header-left nav .nav-layer {
          position: fixed;
          display: none;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          padding-top: 110px;
          background: rgba(0, 0, 0, 0.9);
          z-index: 999999; }
          header .header-wrapper .header-left nav .nav-layer .nav-close-bt {
            width: 40px;
            height: 40px;
            margin: 0 auto; }
            header .header-wrapper .header-left nav .nav-layer .nav-close-bt .nav-close-bt-icon {
              width: 100%;
              height: auto;
              color: #93C11C;
              cursor: pointer; }
          header .header-wrapper .header-left nav .nav-layer ul#nav-main {
            list-style: none;
            width: 320px;
            height: auto;
            padding: 100px 0 0 0;
            margin: 0 auto; }
            header .header-wrapper .header-left nav .nav-layer ul#nav-main li {
              width: 100%;
              height: auto;
              text-align: center;
              margin: 0 0 40px 0; }
              header .header-wrapper .header-left nav .nav-layer ul#nav-main li:before {
                content: "";
                margin: 0;
                padding: 0; }
              header .header-wrapper .header-left nav .nav-layer ul#nav-main li a {
                font-family: "Zilla Slab";
                font-size: 48px;
                font-weight: 300;
                line-height: 48px;
                color: #fff; }
                header .header-wrapper .header-left nav .nav-layer ul#nav-main li a:hover {
                  color: #93C11C; }
    header .header-wrapper .header-center {
      width: 50%;
      display: flex;
      justify-content: center; }
      header .header-wrapper .header-center #logo {
        display: inline-block;
        text-align: center;
        max-width: 360px;
        width: auto;
        height: auto; }
        header .header-wrapper .header-center #logo img {
          width: 100%;
          height: auto; }
    header .header-wrapper .header-right {
      padding-top: 55px;
      padding-right: 15px;
      width: 20%; }
      header .header-wrapper .header-right #logo-kenter {
        width: 100%;
        height: auto; }
        header .header-wrapper .header-right #logo-kenter img {
          width: 100%;
          height: auto; }

/* -- Content -- */
section {
  position: relative;
  width: 100%; }
  section .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px; }
  section .cnt-intro {
    padding-bottom: 180px; }
    section .cnt-intro h1, section .cnt-intro p {
      text-align: center; }
    section .cnt-intro p {
      font-weight: 300;
      font-style: italic; }
  section .cnt-slider {
    height: 295px;
    margin-top: -148px; }
    section .cnt-slider .arrow-left,
    section .cnt-slider .arrow-right {
      width: 40px;
      height: 40px;
      padding-top: 128px; }
      section .cnt-slider .arrow-left img,
      section .cnt-slider .arrow-right img {
        width: 100%;
        height: auto; }
    section .cnt-slider .arrow-left {
      float: left; }
    section .cnt-slider .arrow-right {
      float: right; }
    section .cnt-slider .cnt-slider-obj-full,
    section .cnt-slider .cnt-slider-obj-red {
      width: 100%;
      height: 295px; }
      section .cnt-slider .cnt-slider-obj-full .cnt-slider-item-wrapper,
      section .cnt-slider .cnt-slider-obj-red .cnt-slider-item-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 100%; }
        section .cnt-slider .cnt-slider-obj-full .cnt-slider-item-wrapper .cnt-slider-item,
        section .cnt-slider .cnt-slider-obj-red .cnt-slider-item-wrapper .cnt-slider-item {
          position: relative;
          max-width: 296px;
          width: 30%;
          height: auto;
          /*296px;*/
          border: 20px solid #fff;
          border-radius: 148px;
          background: #fff;
          /*margin-left: 15px;
          margin-right: 15px;*/ }
          section .cnt-slider .cnt-slider-obj-full .cnt-slider-item-wrapper .cnt-slider-item .zoom-bt,
          section .cnt-slider .cnt-slider-obj-red .cnt-slider-item-wrapper .cnt-slider-item .zoom-bt {
            position: absolute;
            width: 40px;
            height: 40px;
            right: 20px;
            bottom: 15px;
            z-index: 200; }
          section .cnt-slider .cnt-slider-obj-full .cnt-slider-item-wrapper .cnt-slider-item img,
          section .cnt-slider .cnt-slider-obj-red .cnt-slider-item-wrapper .cnt-slider-item img {
            width: 100%;
            height: auto; }
    section .cnt-slider .cnt-slider-obj-red {
      display: none; }
  section .cnt-std.stretch-wrapper {
    /*display: flex;
    align-content: stretch;
    height: 670px;*/ }
    section .cnt-std.stretch-wrapper .box-left,
    section .cnt-std.stretch-wrapper .box-right {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 690px;
      color: #000;
      margin-bottom: 30px; }
      section .cnt-std.stretch-wrapper .box-left ul li,
      section .cnt-std.stretch-wrapper .box-right ul li {
        margin-bottom: 0px; }
      section .cnt-std.stretch-wrapper .box-left ul:last-of-type,
      section .cnt-std.stretch-wrapper .box-left p:last-of-type,
      section .cnt-std.stretch-wrapper .box-right ul:last-of-type,
      section .cnt-std.stretch-wrapper .box-right p:last-of-type {
        padding-bottom: 0;
        margin-bottom: 0; }
  section .cnt-std .txt-contact a,
  section .cnt-std .txt-address a,
  section .cnt-std .txt-law a {
    color: #000; }
  section .cnt-std .txt-contact ul li,
  section .cnt-std .txt-address ul li,
  section .cnt-std .txt-law ul li {
    margin-bottom: 0px; }
    section .cnt-std .txt-contact ul li#lnk-imprint,
    section .cnt-std .txt-address ul li#lnk-imprint,
    section .cnt-std .txt-law ul li#lnk-imprint {
      cursor: pointer; }
    section .cnt-std .txt-contact ul li#lnk-privacypolice,
    section .cnt-std .txt-address ul li#lnk-privacypolice,
    section .cnt-std .txt-law ul li#lnk-privacypolice {
      cursor: pointer; }
  section .cnt-std#pg-imprint, section .cnt-std#pg-privacypolice {
    /*width: 100%;*/
    display: none; }
  section .cnt-fxd-bg {
    height: 900px; }
    section .cnt-fxd-bg .box-text {
      padding-top: 325px; }
  section .picture-row {
    height: 460px;
    overflow: hidden; }
    section .picture-row .picture-item .picture-item-img {
      height: 460px;
      overflow: hidden;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
  section .text-pic-universal {
    padding-top: 70px;
    padding-bottom: 70px; }
    section .text-pic-universal p {
      line-height: 35px; }
    section .text-pic-universal .pic-right-50-50 .pic {
      padding-left: 15px; }
      section .text-pic-universal .pic-right-50-50 .pic img {
        width: 100%;
        height: auto; }
    section .text-pic-universal .pic-right-50-50 .txt {
      padding-right: 15px; }
    section .text-pic-universal .pic-left-50-50 .pic {
      padding-right: 15px; }
      section .text-pic-universal .pic-left-50-50 .pic img {
        width: 100%;
        height: auto; }
    section .text-pic-universal .pic-left-50-50 .txt {
      padding-left: 15px; }
    section .text-pic-universal .pic-right-66-33 .pic {
      padding-left: 15px; }
      section .text-pic-universal .pic-right-66-33 .pic img {
        width: 100%;
        height: auto; }
    section .text-pic-universal .pic-right-66-33 .txt {
      padding-right: 15px; }
    section .text-pic-universal .pic-left-33-66 .pic {
      padding-right: 15px; }
      section .text-pic-universal .pic-left-33-66 .pic img {
        width: 100%;
        height: auto; }
    section .text-pic-universal .pic-left-33-66 .txt {
      padding-left: 15px; }
    section .text-pic-universal .txt-one-col .txt {
      column-count: 1;
      column-gap: 0px; }
    section .text-pic-universal .txt-two-col .txt {
      column-count: 2;
      column-gap: 30px; }
  section .teaser-box,
  section .galerie-box {
    padding: 30px 0px; }
    section .teaser-box p,
    section .galerie-box p {
      font-size: 18px;
      line-height: 24px;
      padding: 15px 0px 0px 0px; }
    section .teaser-box a, section .teaser-box a:hover,
    section .galerie-box a,
    section .galerie-box a:hover {
      text-decoration: none;
      border: none; }
    section .teaser-box.centered p,
    section .galerie-box.centered p {
      text-align: justify;
      padding: 15px 0px 0px 00px; }
    section .teaser-box.centered p:first-of-type,
    section .galerie-box.centered p:first-of-type {
      text-align: center; }
    section .teaser-box.centered a,
    section .galerie-box.centered a {
      display: block;
      margin-top: -5px;
      text-align: center; }
    section .teaser-box img,
    section .galerie-box img {
      width: 100%;
      height: auto;
      margin-bottom: 15px; }
  section .galerie-box.centered p,
  section .galerie-box p {
    padding: 15px 0px; }
  section .galerie-box a:hover {
    cursor: zoom-in; }
  section .galerie-box img {
    margin-bottom: 0px; }
    section .galerie-box img.lazy {
      /*width: 300px;
      height: 300px;
      padding-right: 30px;
      object-fit: cover;*/ }

/* -- Footer -- */
footer {
  display: flex;
  justify-content: center;
  align-content: center;
  font-family: "Zilla Slab";
  font-weight: 300;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 10px 0px;
  background: #93C11C; }
  footer .copyright,
  footer .fb-share-button {
    margin: 0 15px; }

/* -- Formulare -- */
input, textarea, label {
  font-family: "Zilla Slab" !important;
  font-size: 16px !important; }

input, textarea {
  border-radius: 0px !important; }

input[type=submit] {
  background-color: #93C11C !important;
  border-color: #93C11C !important;
  cursor: pointer !important;
  text-transform: uppercase;
  margin-top: 10px; }

.powermail_form h1 {
  display: none; }

.powermail_form p {
  font-family: "Zilla Slab" !important;
  font-size: 15px;
  line-heigth: 16px;
  margin-top: 15px; }

.powermail_fieldwrap_ihrdateianhang {
  margin-top: -77px; }

/* -- Breakpoints -- */
@media (max-width: 1201px) {
  /* < Bootstrap Extra Large */
  header .header-top .header-top-left a#navbt {
    display: inline-block; }
  header .header-nav:before {
    width: 25%;
    height: auto;
    background: none; }
  header .header-nav nav ul#nv-main {
    display: none;
    background: none; }
  header .header-nav nav ul#nv-main-respo li {
    padding-left: 20px; }

  section .cnt-slider {
    height: 235px;
    margin-top: -118px; }
    section .cnt-slider .arrow-left,
    section .cnt-slider .arrow-right {
      padding-top: 98px; }
    section .cnt-slider .cnt-slider-obj-full {
      height: 235px; }
      section .cnt-slider .cnt-slider-obj-full .cnt-slider-item-wrapper .cnt-slider-item {
        border: 18px solid #fff;
        border-radius: 118px; }
        section .cnt-slider .cnt-slider-obj-full .cnt-slider-item-wrapper .cnt-slider-item .zoom-bt {
          right: 15px;
          bottom: 10px; } }
@media (max-width: 991px) {
  /* < Bootstrap Large */
  .img-circle {
    margin: 0 auto 30px auto; }

  li.align-right {
    text-align: center; }

  section .cnt-slider {
    height: 190px;
    margin-top: -95px; }
    section .cnt-slider .arrow-left,
    section .cnt-slider .arrow-right {
      padding-top: 75px; }
    section .cnt-slider .cnt-slider-obj-full {
      height: 190px; }
      section .cnt-slider .cnt-slider-obj-full .cnt-slider-item-wrapper .cnt-slider-item {
        max-width: 190px;
        width: 33%;
        border: 13px solid #fff;
        border-radius: 95px; }
        section .cnt-slider .cnt-slider-obj-full .cnt-slider-item-wrapper .cnt-slider-item .zoom-bt {
          right: 12px;
          bottom: 7px; }
  section .cnt-std.stretch-wrapper .box-left,
  section .cnt-std.stretch-wrapper .box-right {
    display: block;
    height: auto;
    color: #000;
    margin-bottom: 30px; }
    section .cnt-std.stretch-wrapper .box-left h2.slab, section .cnt-std.stretch-wrapper .box-left p,
    section .cnt-std.stretch-wrapper .box-right h2.slab,
    section .cnt-std.stretch-wrapper .box-right p {
      text-align: center; }
    section .cnt-std.stretch-wrapper .box-left ul,
    section .cnt-std.stretch-wrapper .box-right ul {
      margin-top: 30px; }
    section .cnt-std.stretch-wrapper .box-left ul li,
    section .cnt-std.stretch-wrapper .box-right ul li {
      margin-bottom: 0px;
      text-align: center; }
    section .cnt-std.stretch-wrapper .box-left ul:last-of-type,
    section .cnt-std.stretch-wrapper .box-left p:last-of-type,
    section .cnt-std.stretch-wrapper .box-right ul:last-of-type,
    section .cnt-std.stretch-wrapper .box-right p:last-of-type {
      padding-bottom: 0;
      margin-bottom: 0; }
  section .cnt-std .txt-contact a,
  section .cnt-std .txt-address a,
  section .cnt-std .txt-law a {
    color: #000; }
  section .cnt-std .txt-contact ul li,
  section .cnt-std .txt-address ul li,
  section .cnt-std .txt-law ul li {
    margin-bottom: 0px; }
    section .cnt-std .txt-contact ul li#lnk-imprint,
    section .cnt-std .txt-address ul li#lnk-imprint,
    section .cnt-std .txt-law ul li#lnk-imprint {
      cursor: pointer; }
    section .cnt-std .txt-contact ul li#lnk-privacypolice,
    section .cnt-std .txt-address ul li#lnk-privacypolice,
    section .cnt-std .txt-law ul li#lnk-privacypolice {
      cursor: pointer; }
  section .cnt-std#pg-imprint, section .cnt-std#pg-privacypolice {
    /*width: 100%;*/
    display: none; }
  section .cnt-fxd-bg .box-text {
    background: rgba(255, 255, 255, 0.8); } }
@media (max-width: 767px) {
  /* < Bootstrap Medium */
  .nav-open-bt-fxd {
    left: 25px; }

  h2.align-right {
    text-align: center; }

  header .header-nav nav ul#nv-main {
    display: none;
    background: none; }
  header .header-nav nav ul#nv-main-respo li {
    font-size: 18px;
    padding-left: 20px; }

  section .cnt-slider {
    height: 295px;
    margin-top: -148px; }
    section .cnt-slider .arrow-left,
    section .cnt-slider .arrow-right {
      padding-top: 128px; }
    section .cnt-slider .cnt-slider-obj-full {
      display: none; }
    section .cnt-slider .cnt-slider-obj-red {
      display: block;
      /*width: 100%;
      height: 295px;*/ }
      section .cnt-slider .cnt-slider-obj-red .cnt-slider-item-wrapper {
        display: flex;
        justify-content: center;
        /*width: 100%;*/
        height: 100%; }
        section .cnt-slider .cnt-slider-obj-red .cnt-slider-item-wrapper .cnt-slider-item {
          position: relative;
          /*max-width: 296px;*/
          width: 99%;
          /*height: auto;
          border: 20px solid $clr-white;
          border-radius: 148px;
          background: $clr-white;*/ }
          section .cnt-slider .cnt-slider-obj-red .cnt-slider-item-wrapper .cnt-slider-item .zoom-bt {
            position: absolute;
            width: 40px;
            height: 40px;
            right: 20px;
            bottom: 15px;
            z-index: 200; }
          section .cnt-slider .cnt-slider-obj-red .cnt-slider-item-wrapper .cnt-slider-item img {
            width: 100%;
            height: auto; }
  section .cnt-fxd-bg {
    background: rgba(255, 255, 255, 0.8); }
    section .cnt-fxd-bg .box-text {
      background: none; } }
@media (max-width: 575px) {
  /* < Bootstrap Small */
  .column-text {
    column-count: 1;
    column-gap: 0; } }

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