@charset 'utf-8';
/*
 *
 *
 *WARNING!!! PLEASE DO NOT INSERT CODE DIRECTLY IN THE STYLES.MIN.CSS!
 *
 *
 */
/*External*/
@font-face {
  font-family: "CormorantInfant";
  src: url("/typo3conf/ext/providerpackage/Resources/Public/Libraries/Fonts/Cormorant_Infant/CormorantInfant-Light.ttf") format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "CormorantInfant";
  src: url("/typo3conf/ext/providerpackage/Resources/Public/Libraries/Fonts/Cormorant_Infant/CormorantInfant-Regular.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "CormorantInfant";
  src: url("/typo3conf/ext/providerpackage/Resources/Public/Libraries/Fonts/Cormorant_Infant/CormorantInfant-Medium.ttf") format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "CormorantInfant";
  src: url("/typo3conf/ext/providerpackage/Resources/Public/Libraries/Fonts/Cormorant_Infant/CormorantInfant-SemiBold.ttf") format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "CormorantInfant";
  src: url("/typo3conf/ext/providerpackage/Resources/Public/Libraries/Fonts/Cormorant_Infant/CormorantInfant-Bold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Quicksand";
  src: url("/typo3conf/ext/providerpackage/Resources/Public/Libraries/Fonts/Quicksand/Quicksand-Light.ttf") format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Quicksand";
  src: url("/typo3conf/ext/providerpackage/Resources/Public/Libraries/Fonts/Quicksand/Quicksand-Regular.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Quicksand";
  src: url("/typo3conf/ext/providerpackage/Resources/Public/Libraries/Fonts/Quicksand/Quicksand-Medium.ttf") format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Quicksand";
  src: url("/typo3conf/ext/providerpackage/Resources/Public/Libraries/Fonts/Quicksand/Quicksand-Bold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
/*Page*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision; }

html, body {
  overflow-x: hidden; }

html.opennav {
  overflow: hidden; }
  html.opennav body {
    overflow: hidden; }

body {
  padding-bottom: 0;
  background-color: #fff;
  font-size: 18px;
  font-family: 'Quicksand', sans-serif;
  color: #58585a;
  letter-spacing: 0.5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  max-width: none;
  margin: auto !important; }

@media screen and (min-width: 768px) {
  .ismobile {
    display: none; } }

.main-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

_:-ms-lang(x), body {
  display: block; }

_:-ms-lang(x), .main-section {
  min-height: 400px; }

@supports (-ms-accelerator:true) {
  body {
    display: flex; }

  .main-section {
    min-height: inherit; } }

header, main, footer {
  transition: all 0.3s; }

.align-left {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  display: table; }

.align-right {
  text-align: right;
  margin-left: auto;
  margin-right: auto;
  display: table; }

.align-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: table; }

.text-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }
  .text-center:not(td):not(th):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    display: block !important;
    width: 100%; }

.text-right {
  text-align: right;
  margin-left: auto;
  margin-right: 0; }
  .text-right:not(td):not(th):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    display: block !important;
    width: 100%; }

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

.text-left:not(td):not(th) {
  display: block !important;
  width: 100%; }

.uppercase {
  text-transform: uppercase; }

.js-map {
  width: 100% !important; }
  @media screen and (max-width: 767px) {
  .js-map {
    max-height: 300px; } }

@media screen and (max-width: 576px) {
  .d-none-c {
    display: none !important; } }

@media screen and (min-width: 576px) and (max-width: 768px) {
  .d-sm-none-c {
    display: none !important; } }

@media screen and (min-width: 768px) and (max-width: 992px) {
  .d-md-none-c {
    display: none !important; } }

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .d-lg-none-c {
    display: none !important; } }

@media screen and (min-width: 1200px) {
  .d-xl-none-c {
    display: none !important; } }

.btn {
  border: 0;
  padding: 8px 25px;
  border-radius: 0;
  font-size: 16px;
  max-width: 100%;
  line-height: 1.25;
  transition: all 0.3s;
  margin: 20px 20px 0 0; }
  @media all and (max-width: 767px) {
  .btn {
    display: block;
    margin-right: 0; } }
  .btn:only-child {
    margin-right: 0; }
  .btn.btn-secondary {
    border-bottom: 0;
    background: #3b5998;
    font-weight: 500;
    color: #fff;
    min-width: 170px;
    border: 1px solid #3b5998;
    border-radius: 5px; }
    .btn.btn-secondary:not(:disabled):not(.disabled).active, .btn.btn-secondary:not(:disabled):not(.disabled):active, .btn.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn.btn-secondary:hover, .btn.btn-secondary:focus {
      color: #3b5998;
      background: #fff;
      box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5); }

.cc-left, .cc-right {
  bottom: 1em; }
  @media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-left, .cc-right {
    bottom: 0; } }

.toanchor {
  cursor: pointer;
  transition: all 0.3s; }
  .toanchor:hover, .toanchor:focus {
    color: #979797; }
/*Boxview*/
.contentelement .container {
  padding: 0 !important;
  max-width: none !important; }
  .contentelement:first-child .frame {
    margin-top: 0 !important; }
  .contentelement:last-child .frame {
    margin-bottom: 0 !important; }

.fullWidth {
  padding-right: 0 !important;
  padding-left: 0 !important; }

@media screen and (min-width: 880px) {
  .smallerwidth {
    max-width: 880px;
    margin: auto; } }

@media screen and (min-width: 705px) {
  .smallwidth {
    max-width: 705px;
    margin: auto; } }

.row:before, .row:after {
  width: 100%; }

.col-12 {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media screen and (min-width: 576px) {
  .col-12.col-sm-1, .col-12.col-sm-2, .col-12.col-sm-3, .col-12.col-sm-4, .col-12.col-sm-5, .col-12.col-sm-6, .col-12.col-sm-7, .col-12.col-sm-8, .col-12.col-sm-9, .col-12.col-sm-10, .col-12.col-sm-11 {
    margin-top: 0;
    margin-bottom: 0; } }
  @media screen and (min-width: 768px) {
  .col-12.col-md-1, .col-12.col-md-2, .col-12.col-md-3, .col-12.col-md-4, .col-12.col-md-5, .col-12.col-md-6, .col-12.col-md-7, .col-12.col-md-8, .col-12.col-md-9, .col-12.col-md-10, .col-12.col-md-11 {
    margin-top: 0;
    margin-bottom: 0; } }
  @media screen and (min-width: 992px) {
  .col-12.col-lg-1, .col-12.col-lg-2, .col-12.col-lg-3, .col-12.col-lg-4, .col-12.col-lg-5, .col-12.col-lg-6, .col-12.col-lg-7, .col-12.col-lg-8, .col-12.col-lg-9, .col-12.col-lg-10, .col-12.col-lg-11 {
    margin-top: 0;
    margin-bottom: 0; } }
  @media screen and (min-width: 1200px) {
  .col-12.col-xl-1, .col-12.col-xl-2, .col-12.col-xl-3, .col-12.col-xl-4, .col-12.col-xl-5, .col-12.col-xl-6, .col-12.col-xl-7, .col-12.col-xl-8, .col-12.col-xl-9, .col-12.col-xl-10, .col-12.col-xl-11 {
    margin-top: 0;
    margin-bottom: 0; } }
  .col-12:first-child {
    margin-top: 0; }
  .col-12:last-child {
    margin-bottom: 0; }

@media screen and (max-width: 767px) {
  .col:first-child > .frame:last-child {
    margin-bottom: 0; } }
/*colspaceMixin*/
@media screen and (min-width: 768px) {
  .col-md-1 ~ .col-md-10, .col-md-2 ~ .col-md-9, .col-md-3 ~ .col-md-8, .col-md-4 ~ .col-md-7, .col-md-5 ~ .col-md-6, .col-md-6 ~ .col-md-5, .col-md-7 ~ .col-md-4, .col-md-8 ~ .col-md-3, .col-md-9 ~ .col-md-2, .col-md-10 ~ .col-md-1 {
    margin-left: 8.33333333%; } }

@media screen and (min-width: 992px) {
  .col-lg-1 ~ .col-lg-10, .col-lg-2 ~ .col-lg-9, .col-lg-3 ~ .col-lg-8, .col-lg-4 ~ .col-lg-7, .col-lg-5 ~ .col-lg-6, .col-lg-6 ~ .col-lg-5, .col-lg-7 ~ .col-lg-4, .col-lg-8 ~ .col-lg-3, .col-lg-9 ~ .col-lg-2, .col-lg-10 ~ .col-lg-1 {
    margin-left: 8.33333333%; } }

@media screen and (min-width: 1200px) {
  .col-xl-1 ~ .col-xl-10, .col-xl-2 ~ .col-xl-9, .col-xl-3 ~ .col-xl-8, .col-xl-4 ~ .col-xl-7, .col-xl-5 ~ .col-xl-6, .col-xl-6 ~ .col-xl-5, .col-xl-7 ~ .col-xl-4, .col-xl-8 ~ .col-xl-3, .col-xl-9 ~ .col-xl-2, .col-xl-10 ~ .col-xl-1 {
    margin-left: 8.33333333%; } }
/*/colspaceMixin*/
/*framespaceMixin*/
/*/framespaceMixin*/
.content .frame, .topfooter .frame {
  padding-top: 0;
  padding-bottom: 0; }
  .content .frame.frame-space-after-standard, .topfooter .frame.frame-space-after-standard {
    margin-bottom: 70px; }
    @media screen and (max-width: 767px) {
  .content .frame.frame-space-after-standard, .topfooter .frame.frame-space-after-standard {
    margin-bottom: 35px; } }
    .content .frame.frame-space-after-standard:first-child .configcontainer, .topfooter .frame.frame-space-after-standard:first-child .configcontainer {
      margin-top: -70px; }
      @media screen and (max-width: 767px) {
    .content .frame.frame-space-after-standard:first-child .configcontainer, .topfooter .frame.frame-space-after-standard:first-child .configcontainer {
      margin-top: -35px; } }
    .content .frame.frame-space-after-standard:last-child .configcontainer, .topfooter .frame.frame-space-after-standard:last-child .configcontainer {
      margin-bottom: -70px; }
      @media screen and (max-width: 767px) {
    .content .frame.frame-space-after-standard:last-child .configcontainer, .topfooter .frame.frame-space-after-standard:last-child .configcontainer {
      margin-bottom: -35px; } }
  .content .frame.frame-space-before-standard, .topfooter .frame.frame-space-before-standard {
    margin-top: 70px; }
    @media screen and (max-width: 767px) {
  .content .frame.frame-space-before-standard, .topfooter .frame.frame-space-before-standard {
    margin-top: 35px; } }
  .content .frame.frame-space-after-standard + .frame, .topfooter .frame.frame-space-after-standard + .frame {
    /*nospace overrides all*/
    /*extra-small overrides all bigger*/
    /*small overrides all bigger*/
    /*medium overrides all bigger*/
    /*large overrides all bigger; Ignore smaller Standard value*/
    /*the largest, everything can override*/
    /*standard; everything should override*/ }
    .content .frame.frame-space-after-standard + .frame.frame-space-before-nospace, .topfooter .frame.frame-space-after-standard + .frame.frame-space-before-nospace {
      margin-top: -70px; }
      @media screen and (max-width: 767px) {
  .content .frame.frame-space-after-standard + .frame.frame-space-before-nospace, .topfooter .frame.frame-space-after-standard + .frame.frame-space-before-nospace {
    margin-top: -35px; } }
    .content .frame.frame-space-after-standard + .frame.frame-space-before-extra-small, .topfooter .frame.frame-space-after-standard + .frame.frame-space-before-extra-small {
      margin-top: -40px; }
      @media screen and (max-width: 767px) {
  .content .frame.frame-space-after-standard + .frame.frame-space-before-extra-small, .topfooter .frame.frame-space-after-standard + .frame.frame-space-before-extra-small {
    margin-top: -20px; } }
    .content .frame.frame-space-after-standard + .frame.frame-space-before-small, .topfooter .frame.frame-space-after-standard + .frame.frame-space-before-small {
      margin-top: -20px; }
      @media screen and (max-width: 767px) {
  .content .frame.frame-space-after-standard + .frame.frame-space-before-small, .topfooter .frame.frame-space-after-standard + .frame.frame-space-before-small {
    margin-top: -10px; } }
    .content .frame.frame-space-after-standard + .frame.frame-space-before-medium, .topfooter .frame.frame-space-after-standard + .frame.frame-space-before-medium {
      margin-top: 0px; }
      @media screen and (max-width: 767px) {
  .content .frame.frame-space-after-standard + .frame.frame-space-before-medium, .topfooter .frame.frame-space-after-standard + .frame.frame-space-before-medium {
    margin-top: 0px; } }
  .content .frame.frame-space-after-nospace, .topfooter .frame.frame-space-after-nospace {
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
  .content .frame.frame-space-after-nospace, .topfooter .frame.frame-space-after-nospace {
    margin-bottom: 0; } }
    .content .frame.frame-space-after-nospace:first-child .configcontainer, .topfooter .frame.frame-space-after-nospace:first-child .configcontainer {
      margin-top: 0; }
      @media screen and (max-width: 767px) {
    .content .frame.frame-space-after-nospace:first-child .configcontainer, .topfooter .frame.frame-space-after-nospace:first-child .configcontainer {
      margin-top: 0; } }
    .content .frame.frame-space-after-nospace:last-child .configcontainer, .topfooter .frame.frame-space-after-nospace:last-child .configcontainer {
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
    .content .frame.frame-space-after-nospace:last-child .configcontainer, .topfooter .frame.frame-space-after-nospace:last-child .configcontainer {
      margin-bottom: 0; } }
  .content .frame.frame-space-before-nospace, .topfooter .frame.frame-space-before-nospace {
    margin-top: 0; }
    @media screen and (max-width: 767px) {
  .content .frame.frame-space-before-nospace, .topfooter .frame.frame-space-before-nospace {
    margin-top: 0; } }
  .content .frame.frame-space-after-nospace + .frame, .topfooter .frame.frame-space-after-nospace + .frame {
    margin-top: 0;
    /*nospace overrides all*/
    /*extra-small overrides all bigger*/
    /*small overrides all bigger*/
    /*medium overrides all bigger*/
    /*large overrides all bigger; Ignore smaller Standard value*/
    /*the largest, everything can override*/
    /*standard; everything should override*/ }
    @media screen and (max-width: 767px) {
  .content .frame.frame-space-after-nospace + .frame, .topfooter .frame.frame-space-after-nospace + .frame {
    margin-top: 0; } }
    .content .frame.frame-space-after-nospace + .frame.frame-space-before-extra-small, .topfooter .frame.frame-space-after-nospace + .frame.frame-space-before-extra-small {
      margin-top: 0; }
      .content .frame.frame-space-after-nospace + .frame.frame-space-before-extra-small.frame-space-before-extra-small, .topfooter .frame.frame-space-after-nospace + .frame.frame-space-before-extra-small.frame-space-before-extra-small {
        margin-top: 0; }
    .content .frame.frame-space-after-nospace + .frame.frame-space-before-small, .topfooter .frame.frame-space-after-nospace + .frame.frame-space-before-small {
      margin-top: 0; }
    .content .frame.frame-space-after-nospace + .frame.frame-space-before-medium, .topfooter .frame.frame-space-after-nospace + .frame.frame-space-before-medium {
      margin-top: 0; }
    .content .frame.frame-space-after-nospace + .frame.frame-space-before-large, .topfooter .frame.frame-space-after-nospace + .frame.frame-space-before-large {
      margin-top: 0; }
  .content .frame.frame-space-after-extra-large, .topfooter .frame.frame-space-after-extra-large {
    margin-bottom: 90px; }
    @media screen and (max-width: 767px) {
  .content .frame.frame-space-after-extra-large, .topfooter .frame.frame-space-after-extra-large {
    margin-bottom: 45px; } }
    .content .frame.frame-space-after-extra-large:first-child .configcontainer, .topfooter .frame.frame-space-after-extra-large:first-child .configcontainer {
      margin-top: -90px; }
      @media screen and (max-width: 767px) {
    .content .frame.frame-space-after-extra-large:first-child .configcontainer, .topfooter .frame.frame-space-after-extra-large:first-child .configcontainer {
      margin-top: -45px; } }
    .content .frame.frame-space-after-extra-large:last-child .configcontainer, .topfooter .frame.frame-space-after-extra-large:last-child .configcontainer {
      margin-bottom: -90px; }
      @media screen and (max-width: 767px) {
    .content .frame.frame-space-after-extra-large:last-child .configcontainer, .topfooter .frame.frame-space-after-extra-large:last-child .configcontainer {
      margin-bottom: -45px; } }
  .content .frame.frame-space-before-extra-large, .topfooter .frame.frame-space-before-extra-large {
    margin-top: 90px; }
    @media screen and (max-width: 767px) {
  .content .frame.frame-space-before-extra-large, .topfooter .frame.frame-space-before-extra-large {
    margin-top: 45px; } }
  .content .frame.frame-space-after-extra-large + .frame, .topfooter .frame.frame-space-after-extra-large + .frame {
    margin-top: 90px;
    /*nospace overrides all*/
    /*extra-small overrides all bigger*/
    /*small overrides all bigger*/
    /*medium overrides all bigger*/
    /*large overrides all bigger; Ignore smaller Standard value*/
    /*the largest, everything can override*/
    /*standard; everything should override*/ }
    @media screen and (max-width: 767px) {
  .content .frame.frame-space-after-extra-large + .frame, .topfooter .frame.frame-space-after-extra-large + .frame {
    margin-top: 45px; } }
    .content .frame.frame-space-after-extra-large + .frame.frame-space-before-nospace, .topfooter .frame.frame-space-after-extra-large + .frame.frame-space-before-nospace {
      margin-top: -90px; }
      @media screen and (max-width: 767px) {
  .content .frame.frame-space-after-extra-large + .frame.frame-space-before-nospace, .topfooter .frame.frame-space-after-extra-large + .frame.frame-space-before-nospace {
    margin-top: -45px; } }
    .content .frame.frame-space-after-extra-large + .frame.frame-space-before-extra-small, .topfooter .frame.frame-space-after-extra-large + .frame.frame-space-before-extra-small {
      margin-top: -60px; }
      @media screen and (max-width: 767px) {
  .content .frame.frame-space-after-extra-large + .frame.frame-space-before-extra-small, .topfooter .frame.frame-space-after-extra-large + .frame.frame-space-before-extra-small {
    margin-top: -30px; } }
    .content .frame.frame-space-after-extra-large + .frame.frame-space-before-small, .topfooter .frame.frame-space-after-extra-large + .frame.frame-space-before-small {
      margin-top: -40px; }
      @media screen and (max-width: 767px) {
  .content .frame.frame-space-after-extra-large + .frame.frame-space-before-small, .topfooter .frame.frame-space-after-extra-large + .frame.frame-space-before-small {
    margin-top: -20px; } }
    .content .frame.frame-space-after-extra-large + .frame.frame-space-before-medium, .topfooter .frame.frame-space-after-extra-large + .frame.frame-space-before-medium {
      margin-top: -20px; }
      @media screen and (max-width: 767px) {
  .content .frame.frame-space-after-extra-large + .frame.frame-space-before-medium, .topfooter .frame.frame-space-after-extra-large + .frame.frame-space-before-medium {
    margin-top: -10px; } }
    .content .frame.frame-space-after-extra-large + .frame.frame-space-before-large, .topfooter .frame.frame-space-after-extra-large + .frame.frame-space-before-large {
      margin-top: 0px; }
      @media screen and (max-width: 767px) {
  .content .frame.frame-space-after-extra-large + .frame.frame-space-before-large, .topfooter .frame.frame-space-after-extra-large + .frame.frame-space-before-large {
    margin-top: 0px; } }
  .content .frame.frame-space-after-large, .topfooter .frame.frame-space-after-large {
    margin-bottom: 90px; }
    @media screen and (max-width: 767px) {
  .content .frame.frame-space-after-large, .topfooter .frame.frame-space-after-large {
    margin-bottom: 45px; } }
    .content .frame.frame-space-after-large:first-child .configcontainer, .topfooter .frame.frame-space-after-large:first-child .configcontainer {
      margin-top: -90px; }
      @media screen and (max-width: 767px) {
    .content .frame.frame-space-after-large:first-child .configcontainer, .topfooter .frame.frame-space-after-large:first-child .configcontainer {
      margin-top: -45px; } }
    .content .frame.frame-space-after-large:last-child .configcontainer, .topfooter .frame.frame-space-after-large:last-child .configcontainer {
      margin-bottom: -90px; }
      @media screen and (max-width: 767px) {
    .content .frame.frame-space-after-large:last-child .configcontainer, .topfooter .frame.frame-space-after-large:last-child .configcontainer {
      margin-bottom: -45px; } }
  .content .frame.frame-space-before-large, .topfooter .frame.frame-space-before-large {
    margin-top: 90px; }
    @media screen and (max-width: 767px) {
  .content .frame.frame-space-before-large, .topfooter .frame.frame-space-before-large {
    margin-top: 45px; } }
  .content .frame.frame-space-after-large + .frame, .topfooter .frame.frame-space-after-large + .frame {
    margin-top: 90px;
    /*nospace overrides all*/
    /*extra-small overrides all bigger*/
    /*small overrides all bigger*/
    /*medium overrides all bigger*/
    /*large overrides all bigger; Ignore smaller Standard value*/
    /*the largest, everything can override*/
    /*standard; everything should override*/ }
    @media screen and (max-width: 767px) {
  .content .frame.frame-space-after-large + .frame, .topfooter .frame.frame-space-after-large + .frame {
    margin-top: 45px; } }
    .content .frame.frame-space-after-large + .frame.frame-space-before-nospace, .topfooter .frame.frame-space-after-large + .frame.frame-space-before-nospace {
      margin-top: -90px; }
      @media screen and (max-width: 767px) {
  .content .frame.frame-space-after-large + .frame.frame-space-before-nospace, .topfooter .frame.frame-space-after-large + .frame.frame-space-before-nospace {
    margin-top: -45px; } }
    .content .frame.frame-space-after-large + .frame.frame-space-before-extra-small, .topfooter .frame.frame-space-after-large + .frame.frame-space-before-extra-small {
      margin-top: -60px; }
      @media screen and (max-width: 767px) {
  .content .frame.frame-space-after-large + .frame.frame-space-before-extra-small, .topfooter .frame.frame-space-after-large + .frame.frame-space-before-extra-small {
    margin-top: -30px; } }
    .content .frame.frame-space-after-large + .frame.frame-space-before-small, .topfooter .frame.frame-space-after-large + .frame.frame-space-before-small {
      margin-top: -40px; }
      @media screen and (max-width: 767px) {
  .content .frame.frame-space-after-large + .frame.frame-space-before-small, .topfooter .frame.frame-space-after-large + .frame.frame-space-before-small {
    margin-top: -20px; } }
    .content .frame.frame-space-after-large + .frame.frame-space-before-medium, .topfooter .frame.frame-space-after-large + .frame.frame-space-before-medium {
      margin-top: -20px; }
      @media screen and (max-width: 767px) {
  .content .frame.frame-space-after-large + .frame.frame-space-before-medium, .topfooter .frame.frame-space-after-large + .frame.frame-space-before-medium {
    margin-top: -10px; } }
  .content .frame.frame-space-after-medium, .topfooter .frame.frame-space-after-medium {
    margin-bottom: 70px; }
    @media screen and (max-width: 767px) {
  .content .frame.frame-space-after-medium, .topfooter .frame.frame-space-after-medium {
    margin-bottom: 35px; } }
    .content .frame.frame-space-after-medium:first-child .configcontainer, .topfooter .frame.frame-space-after-medium:first-child .configcontainer {
      margin-top: -70px; }
      @media screen and (max-width: 767px) {
    .content .frame.frame-space-after-medium:first-child .configcontainer, .topfooter .frame.frame-space-after-medium:first-child .configcontainer {
      margin-top: -35px; } }
    .content .frame.frame-space-after-medium:last-child .configcontainer, .topfooter .frame.frame-space-after-medium:last-child .configcontainer {
      margin-bottom: -70px; }
      @media screen and (max-width: 767px) {
    .content .frame.frame-space-after-medium:last-child .configcontainer, .topfooter .frame.frame-space-after-medium:last-child .configcontainer {
      margin-bottom: -35px; } }
  .content .frame.frame-space-before-medium, .topfooter .frame.frame-space-before-medium {
    margin-top: 70px; }
    @media screen and (max-width: 767px) {
  .content .frame.frame-space-before-medium, .topfooter .frame.frame-space-before-medium {
    margin-top: 35px; } }
  .content .frame.frame-space-after-medium + .frame, .topfooter .frame.frame-space-after-medium + .frame {
    margin-top: 70px;
    /*nospace overrides all*/
    /*extra-small overrides all bigger*/
    /*small overrides all bigger*/
    /*medium overrides all bigger*/
    /*large overrides all bigger; Ignore smaller Standard value*/
    /*the largest, everything can override*/
    /*standard; everything should override*/ }
    @media screen and (max-width: 767px) {
  .content .frame.frame-space-after-medium + .frame, .topfooter .frame.frame-space-after-medium + .frame {
    margin-top: 35px; } }
    .content .frame.frame-space-after-medium + .frame.frame-space-before-nospace, .topfooter .frame.frame-space-after-medium + .frame.frame-space-before-nospace {
      margin-top: -70px; }
      @media screen and (max-width: 767px) {
  .content .frame.frame-space-after-medium + .frame.frame-space-before-nospace, .topfooter .frame.frame-space-after-medium + .frame.frame-space-before-nospace {
    margin-top: -35px; } }
    .content .frame.frame-space-after-medium + .frame.frame-space-before-extra-small, .topfooter .frame.frame-space-after-medium + .frame.frame-space-before-extra-small {
      margin-top: -40px; }
      @media screen and (max-width: 767px) {
  .content .frame.frame-space-after-medium + .frame.frame-space-before-extra-small, .topfooter .frame.frame-space-after-medium + .frame.frame-space-before-extra-small {
    margin-top: -20px; } }
    .content .frame.frame-space-after-medium + .frame.frame-space-before-small, .topfooter .frame.frame-space-after-medium + .frame.frame-space-before-small {
      margin-top: -20px; }
      @media screen and (max-width: 767px) {
  .content .frame.frame-space-after-medium + .frame.frame-space-before-small, .topfooter .frame.frame-space-after-medium + .frame.frame-space-before-small {
    margin-top: -10px; } }
  .content .frame.frame-space-after-small, .topfooter .frame.frame-space-after-small {
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
  .content .frame.frame-space-after-small, .topfooter .frame.frame-space-after-small {
    margin-bottom: 25px; } }
    .content .frame.frame-space-after-small:first-child .configcontainer, .topfooter .frame.frame-space-after-small:first-child .configcontainer {
      margin-top: -50px; }
      @media screen and (max-width: 767px) {
    .content .frame.frame-space-after-small:first-child .configcontainer, .topfooter .frame.frame-space-after-small:first-child .configcontainer {
      margin-top: -25px; } }
    .content .frame.frame-space-after-small:last-child .configcontainer, .topfooter .frame.frame-space-after-small:last-child .configcontainer {
      margin-bottom: -50px; }
      @media screen and (max-width: 767px) {
    .content .frame.frame-space-after-small:last-child .configcontainer, .topfooter .frame.frame-space-after-small:last-child .configcontainer {
      margin-bottom: -25px; } }
  .content .frame.frame-space-before-small, .topfooter .frame.frame-space-before-small {
    margin-top: 50px; }
    @media screen and (max-width: 767px) {
  .content .frame.frame-space-before-small, .topfooter .frame.frame-space-before-small {
    margin-top: 25px; } }
  .content .frame.frame-space-after-small + .frame, .topfooter .frame.frame-space-after-small + .frame {
    margin-top: 50px;
    /*nospace overrides all*/
    /*extra-small overrides all bigger*/
    /*small overrides all bigger*/
    /*medium overrides all bigger*/
    /*large overrides all bigger; Ignore smaller Standard value*/
    /*the largest, everything can override*/
    /*standard; everything should override*/ }
    @media screen and (max-width: 767px) {
  .content .frame.frame-space-after-small + .frame, .topfooter .frame.frame-space-after-small + .frame {
    margin-top: 25px; } }
    .content .frame.frame-space-after-small + .frame.frame-space-before-nospace, .topfooter .frame.frame-space-after-small + .frame.frame-space-before-nospace {
      margin-top: -50px; }
      @media screen and (max-width: 767px) {
  .content .frame.frame-space-after-small + .frame.frame-space-before-nospace, .topfooter .frame.frame-space-after-small + .frame.frame-space-before-nospace {
    margin-top: -25px; } }
    .content .frame.frame-space-after-small + .frame.frame-space-before-extra-small, .topfooter .frame.frame-space-after-small + .frame.frame-space-before-extra-small {
      margin-top: -20px; }
      @media screen and (max-width: 767px) {
  .content .frame.frame-space-after-small + .frame.frame-space-before-extra-small, .topfooter .frame.frame-space-after-small + .frame.frame-space-before-extra-small {
    margin-top: -10px; } }
  .content .frame.frame-space-after-extra-small, .topfooter .frame.frame-space-after-extra-small {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
  .content .frame.frame-space-after-extra-small, .topfooter .frame.frame-space-after-extra-small {
    margin-bottom: 15px; } }
    .content .frame.frame-space-after-extra-small:first-child .configcontainer, .topfooter .frame.frame-space-after-extra-small:first-child .configcontainer {
      margin-top: -30px; }
      @media screen and (max-width: 767px) {
    .content .frame.frame-space-after-extra-small:first-child .configcontainer, .topfooter .frame.frame-space-after-extra-small:first-child .configcontainer {
      margin-top: -15px; } }
    .content .frame.frame-space-after-extra-small:last-child .configcontainer, .topfooter .frame.frame-space-after-extra-small:last-child .configcontainer {
      margin-bottom: -30px; }
      @media screen and (max-width: 767px) {
    .content .frame.frame-space-after-extra-small:last-child .configcontainer, .topfooter .frame.frame-space-after-extra-small:last-child .configcontainer {
      margin-bottom: -15px; } }
  .content .frame.frame-space-before-extra-small, .topfooter .frame.frame-space-before-extra-small {
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
  .content .frame.frame-space-before-extra-small, .topfooter .frame.frame-space-before-extra-small {
    margin-top: 15px; } }
  .content .frame.frame-space-after-extra-small + .frame, .topfooter .frame.frame-space-after-extra-small + .frame {
    margin-top: 30px;
    /*nospace overrides all*/
    /*extra-small overrides all bigger*/
    /*small overrides all bigger*/
    /*medium overrides all bigger*/
    /*large overrides all bigger; Ignore smaller Standard value*/
    /*the largest, everything can override*/
    /*standard; everything should override*/ }
    @media screen and (max-width: 767px) {
  .content .frame.frame-space-after-extra-small + .frame, .topfooter .frame.frame-space-after-extra-small + .frame {
    margin-top: 15px; } }
    .content .frame.frame-space-after-extra-small + .frame.frame-space-before-nospace, .topfooter .frame.frame-space-after-extra-small + .frame.frame-space-before-nospace {
      margin-top: -30px; }
      @media screen and (max-width: 767px) {
  .content .frame.frame-space-after-extra-small + .frame.frame-space-before-nospace, .topfooter .frame.frame-space-after-extra-small + .frame.frame-space-before-nospace {
    margin-top: -15px; } }

.news-single .frame {
  padding-top: 0;
  padding-bottom: 0; }
  .news-single .frame.frame-space-after-standard {
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
  .news-single .frame.frame-space-after-standard {
    margin-bottom: 25px; } }
    .news-single .frame.frame-space-after-standard:first-child .configcontainer {
      margin-top: -50px; }
      @media screen and (max-width: 767px) {
    .news-single .frame.frame-space-after-standard:first-child .configcontainer {
      margin-top: -25px; } }
    .news-single .frame.frame-space-after-standard:last-child .configcontainer {
      margin-bottom: -50px; }
      @media screen and (max-width: 767px) {
    .news-single .frame.frame-space-after-standard:last-child .configcontainer {
      margin-bottom: -25px; } }
  .news-single .frame.frame-space-before-standard {
    margin-top: 50px; }
    @media screen and (max-width: 767px) {
  .news-single .frame.frame-space-before-standard {
    margin-top: 25px; } }
  .news-single .frame.frame-space-after-standard + .frame {
    /*nospace overrides all*/
    /*extra-small overrides all bigger*/
    /*small overrides all bigger*/
    /*medium overrides all bigger*/
    /*large overrides all bigger; Ignore smaller Standard value*/
    /*the largest, everything can override*/
    /*standard; everything should override*/ }
    .news-single .frame.frame-space-after-standard + .frame.frame-space-before-nospace {
      margin-top: -50px; }
      @media screen and (max-width: 767px) {
  .news-single .frame.frame-space-after-standard + .frame.frame-space-before-nospace {
    margin-top: -25px; } }
    .news-single .frame.frame-space-after-standard + .frame.frame-space-before-extra-small {
      margin-top: -20px; }
      @media screen and (max-width: 767px) {
  .news-single .frame.frame-space-after-standard + .frame.frame-space-before-extra-small {
    margin-top: -10px; } }
    .news-single .frame.frame-space-after-standard + .frame.frame-space-before-small {
      margin-top: 0px; }
      @media screen and (max-width: 767px) {
  .news-single .frame.frame-space-after-standard + .frame.frame-space-before-small {
    margin-top: 0px; } }
    .news-single .frame.frame-space-after-standard + .frame.frame-space-before-medium {
      margin-top: 20px; }
      @media screen and (max-width: 767px) {
  .news-single .frame.frame-space-after-standard + .frame.frame-space-before-medium {
    margin-top: 10px; } }
  .news-single .frame.frame-space-after-nospace {
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
  .news-single .frame.frame-space-after-nospace {
    margin-bottom: 0; } }
    .news-single .frame.frame-space-after-nospace:first-child .configcontainer {
      margin-top: 0; }
      @media screen and (max-width: 767px) {
    .news-single .frame.frame-space-after-nospace:first-child .configcontainer {
      margin-top: 0; } }
    .news-single .frame.frame-space-after-nospace:last-child .configcontainer {
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
    .news-single .frame.frame-space-after-nospace:last-child .configcontainer {
      margin-bottom: 0; } }
  .news-single .frame.frame-space-before-nospace {
    margin-top: 0; }
    @media screen and (max-width: 767px) {
  .news-single .frame.frame-space-before-nospace {
    margin-top: 0; } }
  .news-single .frame.frame-space-after-nospace + .frame {
    margin-top: 0;
    /*nospace overrides all*/
    /*extra-small overrides all bigger*/
    /*small overrides all bigger*/
    /*medium overrides all bigger*/
    /*large overrides all bigger; Ignore smaller Standard value*/
    /*the largest, everything can override*/
    /*standard; everything should override*/ }
    @media screen and (max-width: 767px) {
  .news-single .frame.frame-space-after-nospace + .frame {
    margin-top: 0; } }
    .news-single .frame.frame-space-after-nospace + .frame.frame-space-before-extra-small {
      margin-top: 0; }
      .news-single .frame.frame-space-after-nospace + .frame.frame-space-before-extra-small.frame-space-before-extra-small {
        margin-top: 0; }
    .news-single .frame.frame-space-after-nospace + .frame.frame-space-before-small {
      margin-top: 0; }
    .news-single .frame.frame-space-after-nospace + .frame.frame-space-before-medium {
      margin-top: 0; }
    .news-single .frame.frame-space-after-nospace + .frame.frame-space-before-large {
      margin-top: 0; }
  .news-single .frame.frame-space-after-extra-large {
    margin-bottom: 90px; }
    @media screen and (max-width: 767px) {
  .news-single .frame.frame-space-after-extra-large {
    margin-bottom: 45px; } }
    .news-single .frame.frame-space-after-extra-large:first-child .configcontainer {
      margin-top: -90px; }
      @media screen and (max-width: 767px) {
    .news-single .frame.frame-space-after-extra-large:first-child .configcontainer {
      margin-top: -45px; } }
    .news-single .frame.frame-space-after-extra-large:last-child .configcontainer {
      margin-bottom: -90px; }
      @media screen and (max-width: 767px) {
    .news-single .frame.frame-space-after-extra-large:last-child .configcontainer {
      margin-bottom: -45px; } }
  .news-single .frame.frame-space-before-extra-large {
    margin-top: 90px; }
    @media screen and (max-width: 767px) {
  .news-single .frame.frame-space-before-extra-large {
    margin-top: 45px; } }
  .news-single .frame.frame-space-after-extra-large + .frame {
    margin-top: 90px;
    /*nospace overrides all*/
    /*extra-small overrides all bigger*/
    /*small overrides all bigger*/
    /*medium overrides all bigger*/
    /*large overrides all bigger; Ignore smaller Standard value*/
    /*the largest, everything can override*/
    /*standard; everything should override*/ }
    @media screen and (max-width: 767px) {
  .news-single .frame.frame-space-after-extra-large + .frame {
    margin-top: 45px; } }
    .news-single .frame.frame-space-after-extra-large + .frame.frame-space-before-nospace {
      margin-top: -90px; }
      @media screen and (max-width: 767px) {
  .news-single .frame.frame-space-after-extra-large + .frame.frame-space-before-nospace {
    margin-top: -45px; } }
    .news-single .frame.frame-space-after-extra-large + .frame.frame-space-before-extra-small {
      margin-top: -60px; }
      @media screen and (max-width: 767px) {
  .news-single .frame.frame-space-after-extra-large + .frame.frame-space-before-extra-small {
    margin-top: -30px; } }
    .news-single .frame.frame-space-after-extra-large + .frame.frame-space-before-small {
      margin-top: -40px; }
      @media screen and (max-width: 767px) {
  .news-single .frame.frame-space-after-extra-large + .frame.frame-space-before-small {
    margin-top: -20px; } }
    .news-single .frame.frame-space-after-extra-large + .frame.frame-space-before-medium {
      margin-top: -20px; }
      @media screen and (max-width: 767px) {
  .news-single .frame.frame-space-after-extra-large + .frame.frame-space-before-medium {
    margin-top: -10px; } }
    .news-single .frame.frame-space-after-extra-large + .frame.frame-space-before-large {
      margin-top: 0px; }
      @media screen and (max-width: 767px) {
  .news-single .frame.frame-space-after-extra-large + .frame.frame-space-before-large {
    margin-top: 0px; } }
  .news-single .frame.frame-space-after-large {
    margin-bottom: 90px; }
    @media screen and (max-width: 767px) {
  .news-single .frame.frame-space-after-large {
    margin-bottom: 45px; } }
    .news-single .frame.frame-space-after-large:first-child .configcontainer {
      margin-top: -90px; }
      @media screen and (max-width: 767px) {
    .news-single .frame.frame-space-after-large:first-child .configcontainer {
      margin-top: -45px; } }
    .news-single .frame.frame-space-after-large:last-child .configcontainer {
      margin-bottom: -90px; }
      @media screen and (max-width: 767px) {
    .news-single .frame.frame-space-after-large:last-child .configcontainer {
      margin-bottom: -45px; } }
  .news-single .frame.frame-space-before-large {
    margin-top: 90px; }
    @media screen and (max-width: 767px) {
  .news-single .frame.frame-space-before-large {
    margin-top: 45px; } }
  .news-single .frame.frame-space-after-large + .frame {
    margin-top: 90px;
    /*nospace overrides all*/
    /*extra-small overrides all bigger*/
    /*small overrides all bigger*/
    /*medium overrides all bigger*/
    /*large overrides all bigger; Ignore smaller Standard value*/
    /*the largest, everything can override*/
    /*standard; everything should override*/ }
    @media screen and (max-width: 767px) {
  .news-single .frame.frame-space-after-large + .frame {
    margin-top: 45px; } }
    .news-single .frame.frame-space-after-large + .frame.frame-space-before-nospace {
      margin-top: -90px; }
      @media screen and (max-width: 767px) {
  .news-single .frame.frame-space-after-large + .frame.frame-space-before-nospace {
    margin-top: -45px; } }
    .news-single .frame.frame-space-after-large + .frame.frame-space-before-extra-small {
      margin-top: -60px; }
      @media screen and (max-width: 767px) {
  .news-single .frame.frame-space-after-large + .frame.frame-space-before-extra-small {
    margin-top: -30px; } }
    .news-single .frame.frame-space-after-large + .frame.frame-space-before-small {
      margin-top: -40px; }
      @media screen and (max-width: 767px) {
  .news-single .frame.frame-space-after-large + .frame.frame-space-before-small {
    margin-top: -20px; } }
    .news-single .frame.frame-space-after-large + .frame.frame-space-before-medium {
      margin-top: -20px; }
      @media screen and (max-width: 767px) {
  .news-single .frame.frame-space-after-large + .frame.frame-space-before-medium {
    margin-top: -10px; } }
  .news-single .frame.frame-space-after-medium {
    margin-bottom: 70px; }
    @media screen and (max-width: 767px) {
  .news-single .frame.frame-space-after-medium {
    margin-bottom: 35px; } }
    .news-single .frame.frame-space-after-medium:first-child .configcontainer {
      margin-top: -70px; }
      @media screen and (max-width: 767px) {
    .news-single .frame.frame-space-after-medium:first-child .configcontainer {
      margin-top: -35px; } }
    .news-single .frame.frame-space-after-medium:last-child .configcontainer {
      margin-bottom: -70px; }
      @media screen and (max-width: 767px) {
    .news-single .frame.frame-space-after-medium:last-child .configcontainer {
      margin-bottom: -35px; } }
  .news-single .frame.frame-space-before-medium {
    margin-top: 70px; }
    @media screen and (max-width: 767px) {
  .news-single .frame.frame-space-before-medium {
    margin-top: 35px; } }
  .news-single .frame.frame-space-after-medium + .frame {
    margin-top: 70px;
    /*nospace overrides all*/
    /*extra-small overrides all bigger*/
    /*small overrides all bigger*/
    /*medium overrides all bigger*/
    /*large overrides all bigger; Ignore smaller Standard value*/
    /*the largest, everything can override*/
    /*standard; everything should override*/ }
    @media screen and (max-width: 767px) {
  .news-single .frame.frame-space-after-medium + .frame {
    margin-top: 35px; } }
    .news-single .frame.frame-space-after-medium + .frame.frame-space-before-nospace {
      margin-top: -70px; }
      @media screen and (max-width: 767px) {
  .news-single .frame.frame-space-after-medium + .frame.frame-space-before-nospace {
    margin-top: -35px; } }
    .news-single .frame.frame-space-after-medium + .frame.frame-space-before-extra-small {
      margin-top: -40px; }
      @media screen and (max-width: 767px) {
  .news-single .frame.frame-space-after-medium + .frame.frame-space-before-extra-small {
    margin-top: -20px; } }
    .news-single .frame.frame-space-after-medium + .frame.frame-space-before-small {
      margin-top: -20px; }
      @media screen and (max-width: 767px) {
  .news-single .frame.frame-space-after-medium + .frame.frame-space-before-small {
    margin-top: -10px; } }
  .news-single .frame.frame-space-after-small {
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
  .news-single .frame.frame-space-after-small {
    margin-bottom: 25px; } }
    .news-single .frame.frame-space-after-small:first-child .configcontainer {
      margin-top: -50px; }
      @media screen and (max-width: 767px) {
    .news-single .frame.frame-space-after-small:first-child .configcontainer {
      margin-top: -25px; } }
    .news-single .frame.frame-space-after-small:last-child .configcontainer {
      margin-bottom: -50px; }
      @media screen and (max-width: 767px) {
    .news-single .frame.frame-space-after-small:last-child .configcontainer {
      margin-bottom: -25px; } }
  .news-single .frame.frame-space-before-small {
    margin-top: 50px; }
    @media screen and (max-width: 767px) {
  .news-single .frame.frame-space-before-small {
    margin-top: 25px; } }
  .news-single .frame.frame-space-after-small + .frame {
    margin-top: 50px;
    /*nospace overrides all*/
    /*extra-small overrides all bigger*/
    /*small overrides all bigger*/
    /*medium overrides all bigger*/
    /*large overrides all bigger; Ignore smaller Standard value*/
    /*the largest, everything can override*/
    /*standard; everything should override*/ }
    @media screen and (max-width: 767px) {
  .news-single .frame.frame-space-after-small + .frame {
    margin-top: 25px; } }
    .news-single .frame.frame-space-after-small + .frame.frame-space-before-nospace {
      margin-top: -50px; }
      @media screen and (max-width: 767px) {
  .news-single .frame.frame-space-after-small + .frame.frame-space-before-nospace {
    margin-top: -25px; } }
    .news-single .frame.frame-space-after-small + .frame.frame-space-before-extra-small {
      margin-top: -20px; }
      @media screen and (max-width: 767px) {
  .news-single .frame.frame-space-after-small + .frame.frame-space-before-extra-small {
    margin-top: -10px; } }
  .news-single .frame.frame-space-after-extra-small {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
  .news-single .frame.frame-space-after-extra-small {
    margin-bottom: 15px; } }
    .news-single .frame.frame-space-after-extra-small:first-child .configcontainer {
      margin-top: -30px; }
      @media screen and (max-width: 767px) {
    .news-single .frame.frame-space-after-extra-small:first-child .configcontainer {
      margin-top: -15px; } }
    .news-single .frame.frame-space-after-extra-small:last-child .configcontainer {
      margin-bottom: -30px; }
      @media screen and (max-width: 767px) {
    .news-single .frame.frame-space-after-extra-small:last-child .configcontainer {
      margin-bottom: -15px; } }
  .news-single .frame.frame-space-before-extra-small {
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
  .news-single .frame.frame-space-before-extra-small {
    margin-top: 15px; } }
  .news-single .frame.frame-space-after-extra-small + .frame {
    margin-top: 30px;
    /*nospace overrides all*/
    /*extra-small overrides all bigger*/
    /*small overrides all bigger*/
    /*medium overrides all bigger*/
    /*large overrides all bigger; Ignore smaller Standard value*/
    /*the largest, everything can override*/
    /*standard; everything should override*/ }
    @media screen and (max-width: 767px) {
  .news-single .frame.frame-space-after-extra-small + .frame {
    margin-top: 15px; } }
    .news-single .frame.frame-space-after-extra-small + .frame.frame-space-before-nospace {
      margin-top: -30px; }
      @media screen and (max-width: 767px) {
  .news-single .frame.frame-space-after-extra-small + .frame.frame-space-before-nospace {
    margin-top: -15px; } }
/*/Boxview*/
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  margin: 0 0 25px;
  letter-spacing: 0.5px;
  color: #3b5998; }

h1 {
  font-size: 36px;
  line-height: 1.2222222222; }
  @media all and (max-width: 991px) {
  h1 {
    font-size: 28.8px; } }

h2 {
  font-size: 36px;
  line-height: 1.2222222222; }
  @media all and (max-width: 991px) {
  h2 {
    font-size: 28.8px; } }

h3 {
  font-size: 24px;
  line-height: 1.2083333333; }

h4 {
  font-size: 20px;
  line-height: 1.25; }

h5 {
  font-size: 16px;
  line-height: 1.3125; }

.content {
  font-size: 18px;
  line-height: 1.2777777778; }
  .content .frame:first-child h1:first-child, .content .frame:first-child h2:first-child, .content .frame:first-child h3:first-child, .content .frame:first-child h4:first-child, .content .frame:first-child h5:first-child {
    margin-top: 0; }

a {
  color: inherit;
  transition: all 0.3s;
  outline: none;
  text-decoration: none;
  color: #58585a; }
  a:hover, a:focus {
    color: #3b5998;
    text-decoration: none; }

.font-italic {
  font-style: italic; }

small, .small {
  font-size: 16px;
  line-height: 0.7272727273; }

iframe {
  width: 100% !important; }

img {
  max-width: 100%;
  height: auto;
  border-radius: 0;
  outline: 0; }
  img:focus {
    outline: 0; }

p {
  margin: 0;
  padding-bottom: 10px;
  font-size: inherit; }

table {
  max-width: 100%; }
  table.contenttable tr {
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797; }
    table.contenttable tr td, table.contenttable tr th {
      padding: 15px 20px;
      border-left: 1px solid #979797;
      border-right: 1px solid #979797; }
  table.invisibletable tr {
    border: none; }
    table.invisibletable tr td, table.invisibletable tr th {
      padding: 2px 0;
      border: none; }

.table-responsive > .table, table.table {
  border: 0;
  margin: 20px 0; }
  .table-responsive > .table > tbody > tr > td, table.table > tbody > tr > td {
    border: 0;
    padding: 0;
    white-space: normal; }
    .table-responsive > .table > tbody > tr > td:not(:last-child), table.table > tbody > tr > td:not(:last-child) {
      padding-right: 15px; }
    @media screen and (max-width: 767px) {
  .table-responsive > .table > tbody > tr > td, table.table > tbody > tr > td {
    display: block;
    padding: 0; } }

.table-responsive {
  border: 0;
  margin: 0;
  overflow: visible; }

.frame-type-text ul:not(.slick-dots), .frame-type-textpic ul:not(.slick-dots), .news-single ul:not(.slick-dots) {
  padding-left: 0;
  margin: 0; }
  .frame-type-text ul:not(.slick-dots) li, .frame-type-textpic ul:not(.slick-dots) li, .news-single ul:not(.slick-dots) li {
    margin: 0;
    list-style: none;
    padding-left: 15px;
    position: relative;
    padding-bottom: 2px; }
  .frame-type-text ul:not(.slick-dots) li::before, .frame-type-textpic ul:not(.slick-dots) li::before, .news-single ul:not(.slick-dots) li::before {
    content: " ";
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #58585a;
    position: absolute;
    left: 0;
    top: 9px;
    border-radius: 100%; }

.frame ol:not(.carousel-indicators) {
  margin: 0;
  padding: 0;
  counter-reset: item; }
  .frame ol:not(.carousel-indicators) li {
    margin: 0;
    padding: 0 0 0 2em;
    text-indent: -2em;
    list-style-type: none;
    counter-increment: item; }
  .frame ol:not(.carousel-indicators) li:before {
    display: inline-block;
    width: 1em;
    padding-right: 0.3em;
    font-weight: bold;
    text-align: right;
    content: counter(item) ".";
    white-space: nowrap; }

.contentelement ul.ce-bullets {
  margin-bottom: 50px; }
  .contentelement ul.ce-bullets li {
    color: #58585a;
    font-weight: 300;
    font-size: #58585a; }

figure {
  margin: 0; }

.ce-textpic.ce-intext.ce-nowrap .ce-bodytext h1:first-child, .ce-image.ce-intext.ce-nowrap .ce-bodytext h1:first-child, .ce-textpic.ce-intext.ce-nowrap .ce-bodytext h2:first-child, .ce-image.ce-intext.ce-nowrap .ce-bodytext h2:first-child, .ce-textpic.ce-intext.ce-nowrap .ce-bodytext h3:first-child, .ce-image.ce-intext.ce-nowrap .ce-bodytext h3:first-child, .ce-textpic.ce-intext.ce-nowrap .ce-bodytext h4:first-child, .ce-image.ce-intext.ce-nowrap .ce-bodytext h4:first-child, .ce-textpic.ce-intext.ce-nowrap .ce-bodytext h5:first-child, .ce-image.ce-intext.ce-nowrap .ce-bodytext h5:first-child, .ce-textpic.ce-intext.ce-nowrap .ce-bodytext h6:first-child, .ce-image.ce-intext.ce-nowrap .ce-bodytext h6:first-child {
  margin-top: 0; }
  .ce-textpic:not(.ce-intext) .ce-gallery a:hover .image-caption:after, .ce-image:not(.ce-intext) .ce-gallery a:hover .image-caption:after, .ce-textpic:not(.ce-intext) .ce-gallery a:focus .image-caption:after, .ce-image:not(.ce-intext) .ce-gallery a:focus .image-caption:after {
    background: #979797; }
  .ce-textpic:not(.ce-intext) .ce-gallery .image-caption, .ce-image:not(.ce-intext) .ce-gallery .image-caption {
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    position: relative;
    padding: 8px 0; }
  .ce-textpic:not(.ce-intext) .ce-gallery .image-caption:after, .ce-image:not(.ce-intext) .ce-gallery .image-caption:after {
    content: " ";
    position: absolute;
    width: 20px;
    height: 1px;
    background: #3b5998;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s; }
  .ce-textpic:not(.ce-intext) .ce-gallery .ce-row, .ce-image:not(.ce-intext) .ce-gallery .ce-row {
    display: flex;
    margin: 0 -6px; }
  @media screen and (max-width: 768px) {
        .ce-textpic:not(.ce-intext) .ce-gallery .ce-row, .ce-image:not(.ce-intext) .ce-gallery .ce-row {
          flex-wrap: wrap; } }
  .ce-textpic:not(.ce-intext) .ce-gallery .ce-row .ce-column, .ce-image:not(.ce-intext) .ce-gallery .ce-row .ce-column {
    padding: 0 6px;
    max-width: calc(100% - 1px); }
    .ce-textpic:not(.ce-intext) .ce-gallery .ce-row .ce-column img, .ce-image:not(.ce-intext) .ce-gallery .ce-row .ce-column img {
      display: block; }
  .ce-textpic:not(.ce-intext).ce-center .ce-gallery .ce-row, .ce-image:not(.ce-intext).ce-center .ce-gallery .ce-row {
    justify-content: center; }
  .ce-textpic:not(.ce-intext).ce-right .ce-gallery .ce-row, .ce-image:not(.ce-intext).ce-right .ce-gallery .ce-row {
    justify-content: flex-end;
    justify-content: right; }
  .ce-textpic:not(.ce-intext).ce-left .ce-gallery .ce-row, .ce-image:not(.ce-intext).ce-left .ce-gallery .ce-row {
    justify-content: flex-start;
    justify-content: left; }

@media screen and (min-width: 992px) {
  .scrolled header .header-scroll .headercontent {
    padding-top: 15px;
    padding-bottom: 5px; }
    .scrolled header .header-scroll .headercontent .Logo img {
      max-height: 62px; }
    .scrolled header .header-scroll .headercontent .headernav {
      background: rgba(255, 255, 255, 0.9); } }

header {
  position: relative;
  z-index: 1000; }
  @media screen and (min-width: 992px) {
  header {
    height: 124px; } }
  header .rightcontent {
    display: flex;
    max-width: 60%; }
  header .rightcontent .mobileshortcuts {
    display: flex;
    align-items: center;
    color: #3b5998;
    font-size: 20px;
    padding-right: 10px; }
  header .rightcontent .mobileshortcuts .item {
    padding: 0 7px; }
  header .rightcontent .mobileshortcuts i {
    font-size: inherit; }
  header .navbar-brand {
    padding: 0;
    padding-left: 15px;
    max-width: 40%;
    margin-right: 0;
    padding-right: 15px; }
  header .navbar-brand .Logo {
    height: 80px;
    padding: 8px 0;
    display: flex;
    align-items: center; }
  header .navbar-brand .Logo a {
    height: 100%;
    display: flex;
    align-items: center; }
  header .navbar-brand .Logo img {
    max-height: 100%;
    width: auto; }
  header .mainmenuwrap {
    position: relative; }
  header .frame {
    padding: 0;
    width: auto; }
  @media screen and (min-width: 992px) {
    header .header-scroll {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%; } }
  header .header-scroll .headercontent {
    background: #fff;
    width: 100%;
    padding: 25px 0 15px;
    position: relative;
    transition: all 0.3s; }
  @media screen and (max-width: 767px) {
      header .header-scroll .headercontent {
        padding-bottom: 0;
        padding-top: 0; } }
  @media screen and (max-width: 767px) {
      header .header-scroll .headercontent > .container {
        max-width: none; } }
  header .header-scroll .headercontent .col {
    margin-top: 0;
    margin-bottom: 0; }
  header .header-scroll .headercontent .logo {
    text-align: center;
    margin: 0 auto; }
  header .header-scroll .headercontent .logo img {
    max-height: 84px;
    width: auto;
    transition: all 0.3s; }
  header .header-scroll .headercontent .frame {
    max-width: 100%; }
  header .header-scroll .headercontent .shortcuts {
    display: flex;
    flex-wrap: wrap; }
  @media screen and (max-width: 991px) {
        header .header-scroll .headercontent .shortcuts {
          justify-content: center;
          margin-top: 15px; } }
  header .header-scroll .headercontent .shortcuts .item {
    padding: 0 8px 10px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px; }
    header .header-scroll .headercontent .shortcuts .item.item-login {
      position: relative; }
      header .header-scroll .headercontent .shortcuts .item.item-login .login {
        cursor: pointer; }
    header .header-scroll .headercontent .shortcuts .item.item-logout {
      display: none; }
    header .header-scroll .headercontent .shortcuts .item i {
      font-size: 20px; }
    header .header-scroll .headercontent .shortcuts .item:not(:last-child) .login {
      position: relative; }
      header .header-scroll .headercontent .shortcuts .item:not(:last-child) .login:after {
        content: " ";
        position: absolute;
        right: -8px;
        top: 20%;
        height: 60%;
        background: #7e7e81;
        width: 1px; }
    header .header-scroll .headercontent .shortcuts .item .register, header .header-scroll .headercontent .shortcuts .item .login {
      display: inline-block;
      vertical-align: sub; }
  header .header-scroll .headercontent .headernav {
    width: 100%; }
  @media screen and (max-width: 991px) {
          header .header-scroll .headercontent .headernav > .container {
            max-width: 100%;
            width: auto; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
        header .header-scroll .headercontent .headernav > .container {
          display: table; } }
    @media screen and (max-width: 767px) {
        header .header-scroll .headercontent .headernav > .container {
          padding: 0; } }
  @media screen and (min-width: 768px) {
        header .header-scroll .headercontent .headernav {
          background: rgba(255, 255, 255, 0.6);
          position: absolute;
          top: 100%;
          border-bottom: 3px solid #fff;
          transition: all 0.3s; } }

.headerbottom {
  width: 100%;
  margin: auto;
  position: relative; }
  .headerbottom .frame {
    max-width: 100%;
    padding: 0;
    width: auto;
    max-width: none; }

.navbar {
  padding: 0; }

@media (max-width: 767px) {
  #mainNav {
    display: none !important; } }

@media (min-width: 768px) {
  nav.navbar {
    width: 100%; }

  #mainNav {
    width: 100%; }
    #mainNav ul.navbar-nav {
      width: 100%;
      flex-wrap: wrap;
      /*first level*/ }
      #mainNav ul.navbar-nav > .nav-item:hover > .nav-link, #mainNav ul.navbar-nav > .nav-item:focus > .nav-link, #mainNav ul.navbar-nav > .nav-item.active > .nav-link {
        color: #3b5998; }
        #mainNav ul.navbar-nav > .nav-item > .nav-link {
          position: relative;
          padding: 16px 3px;
          font-size: 16px;
          text-transform: uppercase;
          color: #58585a;
          font-weight: 500;
          letter-spacing: 0.5px;
          text-transform: uppercase;
          transition: all 0.3s; }
      #mainNav ul.navbar-nav .nav-item.dropdown:hover > .dropdown-menu, #mainNav ul.navbar-nav .nav-item.dropdown:focus > .dropdown-menu {
        opacity: 1;
        visibility: visible; }
        #mainNav ul.navbar-nav .nav-item.dropdown .dropdown-menu {
          display: block;
          opacity: 0;
          visibility: hidden;
          transition: all 0.3s;
          margin: 0;
          padding: 0;
          border: none;
          border-radius: 0;
          color: inherit;
          min-width: 250px;
          left: 0;
          box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.3);
          /*next levels*/ }
          #mainNav ul.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu {
            left: 100%;
            top: 0; }
          #mainNav ul.navbar-nav .nav-item.dropdown .dropdown-menu ul.dropdown-inner {
            list-style: none;
            padding: 0;
            margin: 0; }
            #mainNav ul.navbar-nav .nav-item.dropdown .dropdown-menu ul.dropdown-inner .nav-item:hover > .nav-link, #mainNav ul.navbar-nav .nav-item.dropdown .dropdown-menu ul.dropdown-inner .nav-item:focus > .nav-link, #mainNav ul.navbar-nav .nav-item.dropdown .dropdown-menu ul.dropdown-inner .nav-item.active > .nav-link {
              color: #fff;
              background: #3b5998; }
              #mainNav ul.navbar-nav .nav-item.dropdown .dropdown-menu ul.dropdown-inner .nav-item:hover > .nav-link:after, #mainNav ul.navbar-nav .nav-item.dropdown .dropdown-menu ul.dropdown-inner .nav-item:focus > .nav-link:after, #mainNav ul.navbar-nav .nav-item.dropdown .dropdown-menu ul.dropdown-inner .nav-item.active > .nav-link:after {
                opacity: 1;
                visibility: visible; }
              #mainNav ul.navbar-nav .nav-item.dropdown .dropdown-menu ul.dropdown-inner .nav-item .nav-link {
                font-size: 15px;
                color: #58585a;
                font-weight: 500;
                padding: 10px 20px;
                border-radius: 0;
                letter-spacing: 0.5px;
                text-transform: uppercase;
                border-bottom: 1px solid #58585a; }
              #mainNav ul.navbar-nav .nav-item.dropdown .dropdown-menu ul.dropdown-inner .nav-item:last-child > .nav-link {
                border-bottom: none; } }
  @media screen and (min-width: 768px) and (min-width: 992px) {
  .scrolled #mainNav ul.navbar-nav > .nav-item > .nav-link {
    padding-top: 10px;
    padding-bottom: 10px; } }
  @media screen and (min-width: 768px) and (min-width: 991px) {
      #mainNav ul.navbar-nav {
        justify-content: space-between; } }
    @media screen and (min-width: 768px) and (max-width: 1199px) {
        #mainNav ul.navbar-nav > .nav-item > .nav-link {
          font-size: 15px; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
        #mainNav ul.navbar-nav > .nav-item > .nav-link {
          padding-left: 5px;
          padding-right: 5px;
          font-size: 14px; } }
/*Menu*/
/*small mobile*/
@media screen and (min-width: 768px) {
  #mobileNav {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .opennav:after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(88, 88, 90, 0.5); }

  nav.navbar {
    width: 100%; }

  #mobileNav {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    position: fixed;
    left: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 1);
    width: 90%;
    width: calc(100% - 90px);
    height: 100% !important;
    z-index: 1001; }
    #mobileNav nav.navbar {
      min-width: 240px;
      max-width: 440px;
      width: 100%;
      height: 100%;
      font-size: 20px;
      min-width: auto;
      max-width: none;
      padding: 0;
      transition: all 0.3s;
      align-items: normal;
      overflow: hidden;
      -webkit-overflow-scrolling: touch;
      overflow-y: auto;
      padding-top: 20px;
      display: block; }
    #mobileNav.collapse:not(.show) {
      display: block !important; }
    #mobileNav.show {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    #mobileNav ul.navbar-nav {
      width: 100%;
      list-style: none;
      padding-bottom: 50px;
      /*General and first levels*/ }
      #mobileNav ul.navbar-nav > .nav-item {
        border-top: 1px solid #58585a; }
        #mobileNav ul.navbar-nav > .nav-item:first-child {
          border-top: 0; }
      #mobileNav ul.navbar-nav .nav-item {
        position: static;
        list-style: none;
        width: 100%; }
        #mobileNav ul.navbar-nav .nav-item .nav-link {
          width: 100%;
          color: #3b5998;
          padding: 10px 0px;
          padding-left: 40px;
          padding-right: 80px; }
        #mobileNav ul.navbar-nav .nav-item:hover > .nav-link, #mobileNav ul.navbar-nav .nav-item:focus > .nav-link, #mobileNav ul.navbar-nav .nav-item.show > .nav-link {
          color: #58585a; }
          #mobileNav ul.navbar-nav .nav-item:hover.dropdown > button.dropdown-toggle, #mobileNav ul.navbar-nav .nav-item:focus.dropdown > button.dropdown-toggle, #mobileNav ul.navbar-nav .nav-item.show.dropdown > button.dropdown-toggle {
            color: #58585a; }
        #mobileNav ul.navbar-nav .nav-item.dropdown {
          /*dropdown menu*/ }
          #mobileNav ul.navbar-nav .nav-item.dropdown > button.dropdown-toggle {
            position: absolute;
            right: 0;
            border: none;
            width: 80px;
            margin: 0;
            height: 50px;
            background: none;
            min-width: auto;
            color: #3b5998; }
            #mobileNav ul.navbar-nav .nav-item.dropdown > button.dropdown-toggle:after {
              content: "\f067";
              font-family: Font Awesome\ 5 Pro;
              position: absolute;
              top: 0;
              height: 100%;
              left: 25px;
              font-size: 17px;
              margin: 0;
              vertical-align: middle;
              border: 0;
              transition: all 0.3s;
              color: inherit;
              display: flex;
              align-items: center; }
            #mobileNav ul.navbar-nav .nav-item.dropdown > button.dropdown-toggle:hover, #mobileNav ul.navbar-nav .nav-item.dropdown > button.dropdown-toggle:focus {
              box-shadow: none; }
          #mobileNav ul.navbar-nav .nav-item.dropdown .dropdown-menu {
            margin: 0;
            padding: 0;
            border: none;
            border-radius: 0;
            color: inherit;
            background: none;
            font-size: 16px; }
            #mobileNav ul.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-inner {
              list-style: none;
              padding: 15px 0;
              margin: 0; }
              #mobileNav ul.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-inner .nav-item {
                padding: 0; }
                #mobileNav ul.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-inner .nav-item .nav-link {
                  color: #3b5998;
                  padding-top: 4px;
                  padding-bottom: 4px; }
                #mobileNav ul.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-inner .nav-item.dropdown button.dropdown-toggle {
                  height: 32px; }
                #mobileNav ul.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-inner .nav-item .dropdown-menu .dropdown-inner {
                  padding-top: 0;
                  padding-left: 10px; }
                #mobileNav ul.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-inner .nav-item:hover > .nav-link, #mobileNav ul.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-inner .nav-item:focus > .nav-link, #mobileNav ul.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-inner .nav-item.show > .nav-link {
                  color: #58585a; }
          #mobileNav ul.navbar-nav .nav-item.dropdown.show > button.dropdown-toggle:after {
            content: "\f00d"; } }
  @media screen and (max-width: 767px) and (max-width: 575px) {
    #mobileNav {
      width: 80%; } }
  @media screen and (max-width: 767px) and (max-width: 575px) {
      #mobileNav nav.navbar {
        font-size: 16px; } }
    @media screen and (max-width: 767px) and (max-width: 575px) {
        #mobileNav ul.navbar-nav .nav-item .nav-link {
          padding-left: 20px;
          padding-right: 50px; } }
      @media screen and (max-width: 767px) and (max-width: 575px) {
        #mobileNav ul.navbar-nav .nav-item.dropdown > button.dropdown-toggle {
          width: 50px;
          height: 44px; } }
      @media screen and (max-width: 767px) and (max-width: 575px) {
          #mobileNav ul.navbar-nav .nav-item.dropdown > button.dropdown-toggle:after {
            left: 20px; } }
        @media screen and (max-width: 767px) and (max-width: 575px) {
              #mobileNav ul.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-inner .nav-item.dropdown button.dropdown-toggle {
                height: 30px; } }
/*nav-buttons*/
.navbar .navbar-toggler {
  border: 0;
  border-radius: 0;
  background: #3b5998;
  height: 100%;
  height: 100%;
  width: 90px;
  max-width: 100%;
  outline: 0;
  transition: all 0.5s;
  display: flex;
  min-height: 80px;
  border-left: 1px solid #d8d8d8;
  cursor: pointer; }
  @media all and (max-width: 767px) {
  .navbar .navbar-toggler {
    background: none; } }
  .navbar .navbar-toggler:focus {
    outline: 0 !important; }
  .navbar .navbar-toggler .toggler-icon {
    margin: auto;
    width: 30px;
    height: 18px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer; }
  .navbar .navbar-toggler .toggler-icon span {
    background: #656565;
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }
  .navbar .navbar-toggler .toggler-icon span:nth-child(1) {
    top: 0;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }
  .navbar .navbar-toggler .toggler-icon span:nth-child(2) {
    top: 8px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }
  .navbar .navbar-toggler .toggler-icon span:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }
  .navbar .navbar-toggler[aria-expanded="true"] .toggler-icon span:nth-child(1) {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    top: 17px;
    left: 8px; }
  .navbar .navbar-toggler[aria-expanded="true"] .toggler-icon span:nth-child(2) {
    background: transparent; }
  .navbar .navbar-toggler[aria-expanded="true"] .toggler-icon span:nth-child(3) {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    top: -4px;
    left: 8px; }
/*Footer*/
footer > .row > .frame:first-child h1:first-child, footer > .row > .frame:first-child h2:first-child, footer > .row > .frame:first-child h3:first-child, footer > .row > .frame:first-child h4:first-child, footer > .row > .frame:first-child h5:first-child, footer > .row > .frame:first-child h6:first-child {
  margin-top: 0; }
  footer a:hover, footer a:focus {
    text-decoration: none; }
  footer p {
    font-size: inherit; }
  footer img {
    max-width: 100%;
    height: auto;
    margin: 0; }
  footer .frame ul {
    list-style: none;
    padding: 0;
    margin: 0 -15px; }
  footer .frame ul li {
    padding: 0 15px;
    margin: 0;
    display: inline-block; }
  @media screen and (max-width: 767px) {
      footer .frame ul li {
        display: table; } }
  footer .frame ul li:before {
    content: none; }
  @media screen and (max-width: 767px) {
    footer .toprow, footer .bottomrow {
      text-align: center; } }
  footer .topfooter {
    background-color: transparent;
    padding: 0;
    font-size: 16px;
    line-height: 1.375;
    letter-spacing: 0;
    color: #58585a;
    margin: auto; }
  @media screen and (max-width: 991px) {
    footer .topfooter {
      padding: 0; }
      footer .topfooter .ce-textpic:not(.ce-intext).ce-center .ce-gallery .ce-row, footer .topfooter .ce-image:not(.ce-intext).ce-center .ce-gallery .ce-row {
        justify-content: normal; } }
  footer .topfooter .fullfooter > .frame:first-child {
    margin-top: 0 !important; }
  footer .topfooter h1, footer .topfooter h2, footer .topfooter h3, footer .topfooter h4, footer .topfooter h5, footer .topfooter h6 {
    margin-bottom: 5px; }
  footer .topfooter h1:first-child, footer .topfooter h2:first-child, footer .topfooter h3:first-child, footer .topfooter h4:first-child, footer .topfooter h5:first-child, footer .topfooter h6:first-child {
    margin-top: 0; }
  footer .topfooter ul li {
    width: 100%; }
  footer .topfooter .ce-image figure {
    margin-bottom: 0.5rem; }
  footer .topfooter a {
    color: #58585a; }
  footer .topfooter a:hover {
    color: #3b5998; }
  footer .bottomfooter {
    background-color: transparent;
    padding: 20px 0;
    font-size: 14px;
    letter-spacing: 0;
    color: #58585a; }
  @media screen and (max-width: 767px) {
    footer .bottomfooter {
      text-align: center; } }
  @media screen and (min-width: 768px) {
      footer .bottomfooter > .container .row > .col.col-md-7 {
        -ms-flex: 0 0 61%;
        flex: 0 0 61%;
        max-width: 61%; }
      footer .bottomfooter > .container .row > .col.col-md-5 {
        -ms-flex: 0 0 39%;
        flex: 0 0 39%;
        max-width: 39%; } }
  footer .bottomfooter .Logo {
    margin-bottom: -10px; }
  footer .bottomfooter .ce-image .ce-gallery .ce-row {
    align-items: center; }
    @media screen and (max-width: 1199px) {
          footer .bottomfooter .ce-image .ce-gallery .ce-row .ce-column {
            max-width: 15%; } }
      @media screen and (max-width: 991px) {
        footer .bottomfooter .ce-image .ce-gallery .ce-row .ce-column {
          max-width: 14%;
          padding-left: 2px;
          padding-right: 2px; } }
      footer .bottomfooter .ce-image .ce-gallery .ce-row .ce-column figure {
        margin: 0; }
  footer .bottomfooter .container.frame {
    padding: 0; }
  footer .bottomfooter a {
    color: #58585a; }
  footer .bottomfooter a:hover, footer .bottomfooter a:focus {
    color: #3b5998; }
  footer .bottomfooter p {
    padding: 0; }
  @media screen and (min-width: 576px) {
    footer .bottomfooter .col {
      justify-content: left;
      display: flex;
      align-items: center; }

    footer .bottomfooter .col + .col {
      justify-content: right; } }
  footer .bottomfooter ul.footerNav {
    margin: 0;
    padding: 0;
    width: 100%; }
  footer .bottomfooter ul.footerNav li {
    display: inline-block;
    font-weight: 400;
    padding: 0 1.5%;
    position: relative; }
  @media screen and (min-width: 992px) {
        footer .bottomfooter ul.footerNav li {
          padding: 0 3.5%; } }
  footer .bottomfooter ul.footerNav li:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    background: #7e7e81;
    width: 1px; }
  footer .bottomfooter ul.footerNav li:first-child {
    padding-left: 0; }
  footer .bottomfooter ul.footerNav li:last-child {
    padding-right: 0; }
    footer .bottomfooter ul.footerNav li:last-child:after {
      content: none; }
/*//Footer*/
.loginoverlay {
  width: 450px;
  left: -30px;
  right: auto;
  font-size: 12px;
  color: #58585a;
  position: absolute;
  top: 100%;
  z-index: 1000;
  text-align: left;
  list-style: none;
  background: rgba(255, 255, 255, 0.9);
  display: none;
  padding: 45px 60px 30px 40px;
  max-width: 50vw; }
  .loginoverlay.offscreen {
    left: auto;
    right: 0; }
  .loginoverlay.open {
    display: block; }
  .loginoverlay .close-login {
    border: none;
    outline: none;
    background: transparent;
    font-weight: bold;
    font-size: 22px;
    float: right;
    cursor: pointer;
    color: #58585a;
    position: absolute;
    right: 25px;
    padding: 0;
    top: 20px; }
  .loginoverlay .title {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 20px; }
  .loginoverlay a {
    color: #58585a;
    text-decoration: none; }
  .loginoverlay a:hover {
    color: #3b5998; }
  .loginoverlay label {
    display: block;
    margin: 0; }
  .loginoverlay input {
    width: 100%;
    padding: 0 15px;
    line-height: 48px;
    letter-spacing: 0.5px;
    font-size: 14px;
    color: #58585a;
    border: 1px solid #000; }
  .loginoverlay .btn-secondary {
    margin: 0;
    min-width: auto;
    margin-left: auto;
    display: block;
    padding: 13px 25%; }
  .loginoverlay .loginreset, .loginoverlay .btn {
    margin-top: 15px;
    display: block; }
  .loginoverlay .loginreset {
    padding-top: 5px; }
/*Extensions*/
.news {
  /*for 'destroyed' slick mobile*/ }
  .news .news-list-view .slicking {
    margin-top: -15px;
    margin-bottom: -15px; }
  .news .news-list-view .slicking .slick-element {
    padding-top: 15px;
    padding-bottom: 15px; }
  .news .news-list-view .slick-slider {
    margin-bottom: -25px; }
  @media screen and (min-width: 1200px) and (max-width: 1279px), screen and (min-width: 992px) and (max-width: 1086px), screen and (min-width: 768px) and (max-width: 847px) {
      .news .news-list-view .slick-slider {
        margin-top: 85px; } }
  .news .news-list-view .slick-slider .slick-list {
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 25px; }
  .news .news-list-view .slick-slider .slick-list .slick-track {
    display: flex;
    flex-wrap: wrap; }
    .news .news-list-view .slick-slider .slick-list .slick-track .slick-element {
      padding-left: 15px;
      padding-right: 15px;
      height: auto; }
      .news .news-list-view .slick-slider .slick-list .slick-track .slick-element .article {
        height: 100%; }
      .news .news-list-view .slick-slider .slick-list .slick-track .slick-element .article > a {
        height: 100%; }
  .news .news-list-view .slick-slider ul.slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 39px; }
  @media screen and (max-width: 767px) {
        .news .news-list-view .slick-slider ul.slick-dots {
          min-height: 36px; } }
  .news .news-list-view .slick-slider ul.slick-dots li {
    padding: 0;
    margin: 0;
    display: inline-block;
    height: 13px;
    width: 13px;
    border: none;
    background: #fff;
    opacity: 1;
    margin: 10px;
    transition: all 0.3s;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    cursor: pointer; }
    .news .news-list-view .slick-slider ul.slick-dots li:hover {
      opacity: 0.8;
      background: #fff; }
    .news .news-list-view .slick-slider ul.slick-dots li:only-child {
      display: none; }
    .news .news-list-view .slick-slider ul.slick-dots li.slick-active {
      height: 19px;
      width: 19px;
      background: #3b5998;
      opacity: 1; }
      @media screen and (max-width: 767px) {
        .news .news-list-view .slick-slider ul.slick-dots li.slick-active {
          height: 16px;
          width: 16px; } }
    .news .news-list-view .slick-slider ul.slick-dots li button {
      display: none; }
  .news .news-list-view .slick-slider .slick-arrow.slick-prev, .news .news-list-view .slick-slider .slick-arrow.slick-next {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: rgba(0, 0, 0, 0);
    display: inline-block !important;
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0 0 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
    height: 50px;
    width: 50px; }
    .news .news-list-view .slick-slider .slick-arrow.slick-prev:before, .news .news-list-view .slick-slider .slick-arrow.slick-next:before {
      color: #58585a;
      font-size: 20px;
      line-height: 1;
      opacity: 1;
      font-family: Font Awesome\ 5 Pro;
      font-weight: 400;
      line-height: 1;
      transition: all 0.3s;
      background: #fff;
      border: 1px solid #e6e6e6;
      border-radius: 100%;
      height: 50px;
      width: 50px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .news .news-list-view .slick-slider .slick-arrow.slick-prev:hover:before, .news .news-list-view .slick-slider .slick-arrow.slick-next:hover:before {
      color: #979797; }
  .news .news-list-view .slick-slider .slick-arrow.slick-next {
    right: -65px; }
    @media screen and (min-width: 1200px) and (max-width: 1279px), screen and (min-width: 992px) and (max-width: 1086px), screen and (min-width: 768px) and (max-width: 847px) {
        .news .news-list-view .slick-slider .slick-arrow.slick-next {
          right: 0;
          margin-top: -65px; } }
    .news .news-list-view .slick-slider .slick-arrow.slick-next:before {
      content: "\f054"; }
  .news .news-list-view .slick-slider .slick-arrow.slick-prev {
    left: -65px; }
    @media screen and (min-width: 1200px) and (max-width: 1279px), screen and (min-width: 992px) and (max-width: 1086px), screen and (min-width: 768px) and (max-width: 847px) {
        .news .news-list-view .slick-slider .slick-arrow.slick-prev {
          left: 0;
          margin-top: -65px; } }
    .news .news-list-view .slick-slider .slick-arrow.slick-prev:before {
      content: "\f053"; }
  .news .news-list-view > .row {
    margin-top: -15px;
    margin-bottom: -15px; }
  .news .news-list-view > .row > .col {
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0; }
  .news .news-list-view.normallist .article {
    height: 100%;
    position: relative; }
  .news .news-list-view.normallist .article a {
    text-decoration: none;
    color: inherit;
    height: 100%;
    display: block; }
    .news .news-list-view.normallist .article .news-img-wrap .image {
      height: 220px;
      background-repeat: no-repeat;
      width: 100%;
      background-size: cover;
      background-position: center center; }
  .news .news-list-view.normallist .article .teaser-text p:last-child {
    padding-bottom: 0; }
  .news.news-single .article .news-img-wrap {
    margin: 25px 0; }
  .news.news-single .article .news-text-wrap {
    margin-bottom: 50px; }
  .news.news-single .article .news-related {
    margin-bottom: 50px; }
  .news.news-single .article .newscontentelements .frame {
    padding: 0;
    max-width: 100%; }
    .news.news-single .article .newscontentelements .frame:first-child {
      margin-top: 0 !important; }

.search-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  height: calc(100% + 4px);
  z-index: 2000;
  display: none;
  color: #58585a;
  border-bottom: 4px solid #3b5998;
  padding: 0 10%;
  background: #fff; }
  @media screen and (max-width: 767px) {
  .search-overlay {
    position: fixed;
    height: 100vh;
    width: 100vw;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.85);
    padding: 0 20px;
    border: 0;
    color: #fff; } }
  .search-overlay.open {
    display: initial; }
  .search-overlay .close-search {
    position: absolute;
    outline: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    display: block;
    width: 35px;
    height: 35px;
    color: inherit;
    text-indent: -999999px;
    cursor: pointer;
    border: none;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0; }
  @media screen and (max-width: 767px) {
    .search-overlay .close-search {
      width: 30px;
      height: 30px;
      margin: 0;
      top: 20px; } }
  .search-overlay .close-search:after {
    content: "\f00d";
    font-family: Font Awesome\ 5 Pro;
    color: inherit;
    text-indent: 0;
    font-size: 18px; }
  @media screen and (max-width: 767px) {
      .search-overlay .close-search:after {
        font-size: 20px; } }
  .search-overlay form {
    position: relative;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 767px) {
    .search-overlay form {
      display: flex;
      align-items: center; } }
  .search-overlay form #ke_search_searchfield_submit {
    position: absolute;
    outline: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 42px;
    display: block;
    width: 35px;
    height: 35px;
    color: inherit;
    text-indent: -999999px;
    cursor: pointer;
    border: none;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0; }
  @media screen and (max-width: 767px) {
      .search-overlay form #ke_search_searchfield_submit {
        width: 30px;
        height: 30px;
        margin: 0;
        top: 20px; } }
  .search-overlay form #ke_search_searchfield_submit:after {
    content: "\f00c";
    font-family: Font Awesome\ 5 Pro;
    color: inherit;
    text-indent: 0;
    font-size: 18px; }
  @media screen and (max-width: 767px) {
        .search-overlay form #ke_search_searchfield_submit:after {
          font-size: 20px; } }
  .search-overlay form #ke_search_searchfield_sword {
    width: 100%;
    height: 100%;
    background: #fff;
    border: none;
    outline: 0;
    font-family: 'Quicksand', sans-serif;
    font-size: 25px;
    color: #58585a;
    letter-spacing: 0;
    padding-right: 75px;
    line-height: 30px;
    font-weight: 400; }
  @media screen and (max-width: 767px) {
      .search-overlay form #ke_search_searchfield_sword {
        background: none;
        color: #fff;
        height: 40px;
        border-bottom: 1px solid #fff;
        padding-right: 35px; } }
  @media (max-width: 500px) {
      .search-overlay form #ke_search_searchfield_sword {
        font-size: 20px; } }
  .search-overlay form #ke_search_searchfield_sword::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: 'Quicksand', sans-serif;
    font-size: 25px;
    color: #58585a;
    opacity: 0.8;
    letter-spacing: 0;
    font-weight: 400; }
  @media screen and (max-width: 767px) {
        .search-overlay form #ke_search_searchfield_sword::-webkit-input-placeholder {
          color: #fff; } }
  @media (max-width: 500px) {
        .search-overlay form #ke_search_searchfield_sword::-webkit-input-placeholder {
          font-size: 20px; } }
  .search-overlay form #ke_search_searchfield_sword::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'Quicksand', sans-serif;
    font-size: 25px;
    color: #58585a;
    opacity: 0.8;
    letter-spacing: 0;
    font-weight: 400; }
  @media screen and (max-width: 767px) {
        .search-overlay form #ke_search_searchfield_sword::-moz-placeholder {
          color: #fff; } }
  @media (max-width: 500px) {
        .search-overlay form #ke_search_searchfield_sword::-moz-placeholder {
          font-size: 20px; } }
  .search-overlay form #ke_search_searchfield_sword:-ms-input-placeholder {
    /* IE 10+ */
    font-family: 'Quicksand', sans-serif;
    font-size: 25px;
    color: #58585a;
    opacity: 0.8;
    letter-spacing: 0;
    font-weight: 400; }
  @media screen and (max-width: 767px) {
        .search-overlay form #ke_search_searchfield_sword:-ms-input-placeholder {
          color: #fff; } }
  @media (max-width: 500px) {
        .search-overlay form #ke_search_searchfield_sword:-ms-input-placeholder {
          font-size: 20px; } }
  .search-overlay form #ke_search_searchfield_sword:-moz-placeholder {
    /* Firefox 18- */
    font-family: 'Quicksand', sans-serif;
    font-size: 25px;
    color: #58585a;
    opacity: 0.8;
    letter-spacing: 0;
    font-weight: 400; }
  @media screen and (max-width: 767px) {
        .search-overlay form #ke_search_searchfield_sword:-moz-placeholder {
          color: #fff; } }
  @media (max-width: 500px) {
        .search-overlay form #ke_search_searchfield_sword:-moz-placeholder {
          font-size: 20px; } }

.frame .tx-kesearch-pi1 form {
  margin: 0; }
  .frame .tx-kesearch-pi1 form .kesearch_searchbox .kesearchbox {
    height: 60px; }
  .frame .tx-kesearch-pi1 form .kesearch_searchbox .kesearchbox #ke_search_sword {
    background: none;
    font-family: 'Quicksand', sans-serif;
    font-size: 26px;
    color: #000;
    letter-spacing: 0;
    font-weight: 400; }
  .frame .tx-kesearch-pi1 form .kesearch_searchbox .kesearchbox #kesearch_submit {
    display: none; }
  .frame .tx-kesearch-pi1 form .kesearch_searchbox .resetbutt .resetButton {
    border: 1px solid #3b5998;
    background: none;
    line-height: 20px;
    max-width: none; }
  .frame .tx-kesearch-pi1 form .kesearch_searchbox .submitbutt input {
    border: 1px solid #3b5998;
    background: none;
    line-height: 20px; }
  .frame .tx-kesearch-pi1 form .kesearch_searchbox a.kesGreyButt, .frame .tx-kesearch-pi1 form .kesearch_searchbox span.resetbutt a, .frame .tx-kesearch-pi1 form .kesearch_searchbox span.submitbutt input, .frame .tx-kesearch-pi1 form .kesearch_searchbox input.kesGreyButt, .frame .tx-kesearch-pi1 form .kesearch_searchbox span.kesGreyButt, .frame .tx-kesearch-pi1 form .kesearch_searchbox .kesearchbox #ke_search_sword {
    transition: all 0.3s; }
  .frame .tx-kesearch-pi1 form .kesearch_searchbox span.resetbutt a:hover, .frame .tx-kesearch-pi1 form .kesearch_searchbox span.submitbutt input:hover, .frame .tx-kesearch-pi1 form .kesearch_searchbox input.kesGreyButt:hover, .frame .tx-kesearch-pi1 form .kesearch_searchbox span.kesGreyButt:hover, .frame .tx-kesearch-pi1 form .kesearch_searchbox .kesearchbox #ke_search_sword:hover, .frame .tx-kesearch-pi1 form .kesearch_searchbox span.resetbutt a:focus, .frame .tx-kesearch-pi1 form .kesearch_searchbox span.submitbutt input:focus, .frame .tx-kesearch-pi1 form .kesearch_searchbox input.kesGreyButt:focus, .frame .tx-kesearch-pi1 form .kesearch_searchbox span.kesGreyButt:focus, .frame .tx-kesearch-pi1 form .kesearch_searchbox .kesearchbox #ke_search_sword:focus {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }
  .frame .tx-kesearch-pi1 #kesearch_num_results {
    margin-bottom: 25px; }
  .frame .tx-kesearch-pi1 #kesearch_results .result-list-item .hit {
    color: #3b5998; }

.tx-powermail {
  letter-spacing: 0.5px;
  font-size: 14px; }
  .tx-powermail .container-fluid {
    padding: 0; }
  .tx-powermail .powermail_fieldset {
    border: 0; }
  @media screen and (min-width: 768px) {
      .tx-powermail .powermail_fieldset.fourcolumns {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px; } }
  .tx-powermail .powermail_fieldset.fourcolumns .powermail_fieldwrap {
    width: 100%; }
  @media screen and (min-width: 768px) {
        .tx-powermail .powermail_fieldset.fourcolumns .powermail_fieldwrap {
          padding-left: 10px;
          padding-right: 10px;
          flex: 0 0 50%;
          max-width: 50%; } }
  @media screen and (min-width: 992px) {
        .tx-powermail .powermail_fieldset.fourcolumns .powermail_fieldwrap {
          flex: 0 0 25%;
          max-width: 25%; } }
  .tx-powermail .powermail_fieldset.fourcolumns .powermail_fieldwrap .simpleselect {
    max-width: none; }
  @media screen and (min-width: 768px) {
      .tx-powermail .powermail_fieldset.threecolumns {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px; } }
  .tx-powermail .powermail_fieldset.threecolumns .powermail_fieldwrap {
    width: 100%; }
  @media screen and (min-width: 768px) {
        .tx-powermail .powermail_fieldset.threecolumns .powermail_fieldwrap {
          padding-left: 10px;
          padding-right: 10px;
          flex: 0 0 50%;
          max-width: 50%; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
          .tx-powermail .powermail_fieldset.threecolumns .powermail_fieldwrap:nth-child(3n) {
            flex: 0 0 100%;
            max-width: 100%; } }
  @media screen and (min-width: 992px) {
        .tx-powermail .powermail_fieldset.threecolumns .powermail_fieldwrap {
          flex: 0 0 33.33333%;
          max-width: 33.33333%; } }
  .tx-powermail .powermail_fieldset.threecolumns .powermail_fieldwrap .simpleselect {
    max-width: none; }
  @media screen and (min-width: 768px) {
      .tx-powermail .powermail_fieldset.twocolumns {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px; } }
  .tx-powermail .powermail_fieldset.twocolumns .powermail_fieldwrap {
    width: 100%; }
  @media screen and (min-width: 768px) {
        .tx-powermail .powermail_fieldset.twocolumns .powermail_fieldwrap {
          padding-left: 10px;
          padding-right: 10px; } }
  @media screen and (min-width: 992px) {
        .tx-powermail .powermail_fieldset.twocolumns .powermail_fieldwrap {
          flex: 0 0 50%;
          max-width: 50%; } }
  .tx-powermail .powermail_fieldset.twocolumns .powermail_fieldwrap .simpleselect {
    max-width: none; }
  .tx-powermail .powermail_fieldset.fullwidth .powermail_fieldwrap {
    width: 100%; }
  .tx-powermail .powermail_fieldset.fullwidth .powermail_fieldwrap .simpleselect {
    max-width: none; }
  @media screen and (min-width: 768px) {
        .tx-powermail .powermail_fieldset.autowidth .powermail_fieldwrap {
          display: inline-block; } }
  .tx-powermail .powermail_fieldset .powermail_fieldwrap {
    padding-top: 15px;
    padding-bottom: 15px; }
  @media screen and (min-width: 768px) {
      .tx-powermail .powermail_fieldset .powermail_fieldwrap.smallwidth {
        flex: 17%;
        max-width: 17%; } }
  .tx-powermail .powermail_fieldset .powermail_fieldwrap .powermail_field {
    width: 100%; }
  .tx-powermail label {
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 700; }
  .tx-powermail label .mandatory {
    color: #3b5998; }
  .tx-powermail .simpleselect {
    box-sizing: border-box; }
  .tx-powermail .simpleselect * {
    box-sizing: border-box; }
  .tx-powermail .simpleselect .placeholder, .tx-powermail .simpleselect .options .option, .tx-powermail .simpleselect .options .optgroup .optgroup-label {
    line-height: 19px; }
  .tx-powermail .simpleselect .placeholder, .tx-powermail .simpleselect .options {
    width: 100%;
    height: 50px;
    border: solid 1px #58585a;
    border-radius: 0; }
  .tx-powermail .simpleselect .placeholder.active, .tx-powermail .simpleselect .options.active {
    border: solid 1px #3b5998; }
  .tx-powermail .powermailplaceholder {
    height: 45px; }
  @media screen and (min-width: 768px) {
    .tx-powermail .powermailplaceholder {
      height: 90px; } }
  .tx-powermail .powermailsmallplaceholder {
    height: 20px; }
  @media screen and (min-width: 768px) {
    .tx-powermail .powermailsmallplaceholder {
      height: 50px; } }
  .tx-powermail .powermail_input, .tx-powermail .powermail_textarea, .tx-powermail .powermail_date, .tx-powermail .powermail_select {
    margin: 0;
    border: solid 1px #58585a;
    border-radius: 0;
    outline: 0;
    color: #58585a;
    width: 100%;
    height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    transition: all 0.3s; }
  .tx-powermail .powermail_input.filled, .tx-powermail .powermail_textarea.filled, .tx-powermail .powermail_date.filled, .tx-powermail .powermail_select.filled, .tx-powermail .powermail_input:hover, .tx-powermail .powermail_textarea:hover, .tx-powermail .powermail_date:hover, .tx-powermail .powermail_select:hover, .tx-powermail .powermail_input:focus, .tx-powermail .powermail_textarea:focus, .tx-powermail .powermail_date:focus, .tx-powermail .powermail_select:focus {
    border: solid 1px #3b5998; }
  .tx-powermail .powermail_input, .tx-powermail .powermail_textarea {
    /* WebKit, Blink, Edge */ }
  .tx-powermail .powermail_input::-webkit-input-placeholder, .tx-powermail .powermail_textarea::-webkit-input-placeholder {
    color: #b5b5b5;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.5px; }
  .tx-powermail .powermail_input:-moz-placeholder, .tx-powermail .powermail_textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #b5b5b5;
    font-weight: 700;
    opacity: 1;
    font-size: 16px;
    letter-spacing: 0.5px; }
  .tx-powermail .powermail_input::-moz-placeholder, .tx-powermail .powermail_textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #b5b5b5;
    font-weight: 700;
    opacity: 1;
    font-size: 16px;
    letter-spacing: 0.5px; }
  .tx-powermail .powermail_input:-ms-input-placeholder, .tx-powermail .powermail_textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #b5b5b5;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.5px; }
  .tx-powermail .powermail_textarea {
    height: 300px;
    padding-top: 13px; }
  .tx-powermail .powermail_fieldwrap_type_text {
    margin-bottom: 50px; }
  @media screen and (max-width: 992px) {
    .tx-powermail .powermail_fieldwrap_type_text {
      margin-top: 50px; } }
  .tx-powermail input[type=number]::-webkit-outer-spin-button, .tx-powermail input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none; }
  .tx-powermail input[type=number] {
    -moz-appearance: textfield; }
  .tx-powermail .powermail_fieldwrap_type_submit .powermail_submit {
    margin: 0; }
  .tx-powermail .checkbox input[type="checkbox"], .tx-powermail .checkbox-inline input[type="checkbox"], .tx-powermail .radio input[type="radio"], .tx-powermail .radio-inline input[type="radio"] {
    margin-top: 4px; }
  @media screen and (min-width: 768px) {
    .tx-powermail .powermail_fieldwrap_type_check {
      display: flex;
      flex-wrap: wrap; } }
  @media screen and (min-width: 768px) {
      .tx-powermail .powermail_fieldwrap_type_check > label {
        flex: 25%;
        max-width: 25%; } }
  @media screen and (min-width: 768px) {
      .tx-powermail .powermail_fieldwrap_type_check .powermail_field {
        flex: 75%;
        max-width: 75%; } }
  .tx-powermail .powermail_fieldwrap_type_check .powermail_field .checkbox {
    position: relative;
    padding-left: 30px; }
  .tx-powermail .powermail_fieldwrap_type_check .powermail_field .checkbox label {
    max-width: 688px; }
    .tx-powermail .powermail_fieldwrap_type_check .powermail_field .checkbox label .powermail_checkbox {
      position: absolute;
      left: 0;
      margin-top: 5px; }
    .tx-powermail .powermail_fieldwrap_type_check .powermail_field .checkbox label a {
      font-style: italic;
      font-weight: 700; }
/*Content*/
.frame-type-providerpackage_configcontainer {
  padding: 0; }
  .frame-type-providerpackage_configcontainer > .wrap {
    position: relative; }
  .frame-type-providerpackage_configcontainer > .wrap.enableinnerspace {
    display: table;
    width: 100%; }
  .frame-type-providerpackage_configcontainer > .wrap > .background {
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    z-index: -1; }
  .frame-type-providerpackage_configcontainer > .wrap > .background.sizeImage-contain {
    background-size: contain; }
  .frame-type-providerpackage_configcontainer > .wrap > .background.sizeImage-cover {
    background-size: cover; }
  .frame-type-providerpackage_configcontainer > .wrap > .background.alignImage-centerAlign {
    background-position: center center; }
  .frame-type-providerpackage_configcontainer > .wrap > .background.alignImage-centerAlign.verticalAlignImage-topAlign {
    background-position: top center; }
  .frame-type-providerpackage_configcontainer > .wrap > .background.alignImage-centerAlign.verticalAlignImage-bottomAlign {
    background-position: bottom center; }
  .frame-type-providerpackage_configcontainer > .wrap > .background.alignImage-rightAlign {
    background-position: center right; }
  .frame-type-providerpackage_configcontainer > .wrap > .background.alignImage-rightAlign.verticalAlignImage-topAlign {
    background-position: top right; }
  .frame-type-providerpackage_configcontainer > .wrap > .background.alignImage-rightAlign.verticalAlignImage-bottomAlign {
    background-position: bottom right; }
  .frame-type-providerpackage_configcontainer > .wrap > .background.alignImage-leftAlign {
    background-position: center left; }
  .frame-type-providerpackage_configcontainer > .wrap > .background.alignImage-leftAlign.verticalAlignImage-topAlign {
    background-position: top left; }
  .frame-type-providerpackage_configcontainer > .wrap > .background.alignImage-leftAlign.verticalAlignImage-bottomAlign {
    background-position: bottom left; }

.Slider .carousel {
  position: relative; }
  .Slider .carousel:hover .carousel-control-next, .Slider .carousel:focus .carousel-control-next, .Slider .carousel:hover .carousel-control-prev, .Slider .carousel:focus .carousel-control-prev {
    opacity: 1;
    visibility: visible; }
  .Slider .carousel .carousel-inner {
    background: #58585a;
    position: relative; }
  .Slider .carousel .carousel-inner .carousel-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 400px;
    position: relative;
    height: 500px; }
  @media screen and (max-width: 767px) {
        .Slider .carousel .carousel-inner .carousel-item {
          height: 300px; } }
  @media screen and (max-width: 991px) {
        .Slider .carousel .carousel-inner .carousel-item {
          max-height: 80vw; } }
  @media screen and (min-width: 768px) {
          .Slider .carousel .carousel-inner .carousel-item.sliderheight-small {
            height: 500px; } }
  @media screen and (min-width: 768px) {
          .Slider .carousel .carousel-inner .carousel-item.sliderheight-full {
            height: calc(100vh - 124px); } }
  .Slider .carousel .carousel-inner .carousel-item .container {
    position: relative;
    height: 100%; }
  .Slider .carousel .carousel-inner .carousel-item .carousel-caption {
    right: auto;
    left: 15px;
    bottom: auto;
    top: 50%;
    text-align: left;
    font-weight: 500;
    padding: 0;
    transform: translateY(-50%);
    width: 300px;
    max-width: 50%;
    color: #58585a;
    max-height: 100%; }
    @media screen and (max-width: 575px) {
        .Slider .carousel .carousel-inner .carousel-item .carousel-caption {
          max-width: 80%;
          overflow-y: auto;
          overflow-x: visible; } }
    .Slider .carousel .carousel-inner .carousel-item .carousel-caption .carousel-title {
      text-transform: uppercase;
      font-size: 40px;
      font-family: 'CormorantInfant', sans-serif;
      line-height: 48px;
      font-weight: 300;
      letter-spacing: 0.5px; }
    @media screen and (max-width: 767px) {
          .Slider .carousel .carousel-inner .carousel-item .carousel-caption .carousel-title {
            font-size: 35px; } }
    .Slider .carousel .carousel-inner .carousel-item .carousel-caption .carousel-title + .carousel-description {
      margin-top: 5px; }
    .Slider .carousel .carousel-inner .carousel-item .carousel-caption .carousel-title ~ .btn {
      margin-top: 25px; }
    @media screen and (max-width: 767px) {
            .Slider .carousel .carousel-inner .carousel-item .carousel-caption .carousel-title ~ .btn {
              display: none; } }
    .Slider .carousel .carousel-inner .carousel-item .carousel-caption .carousel-description {
      font-size: 14px;
      line-height: 30px;
      letter-spacing: 0.33px; }
    .Slider .carousel .carousel-inner .carousel-item .carousel-caption .carousel-description ~ .btn {
      margin-top: 25px;
      font-size: 20px; }
    @media screen and (max-width: 767px) {
            .Slider .carousel .carousel-inner .carousel-item .carousel-caption .carousel-description ~ .btn {
              display: none; } }
  .Slider .carousel .carousel-control-next, .Slider .carousel .carousel-control-prev {
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    background: #fff;
    border-radius: 100%;
    border: 1px solid #e6e6e6;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s; }
  .Slider .carousel .carousel-control-next .carousel-control-next-icon, .Slider .carousel .carousel-control-prev .carousel-control-next-icon, .Slider .carousel .carousel-control-next .carousel-control-prev-icon, .Slider .carousel .carousel-control-prev .carousel-control-prev-icon {
    background: none;
    display: flex;
    justify-content: inherit;
    align-items: inherit; }
  .Slider .carousel .carousel-control-next .carousel-control-next-icon:after, .Slider .carousel .carousel-control-prev .carousel-control-next-icon:after, .Slider .carousel .carousel-control-next .carousel-control-prev-icon:after, .Slider .carousel .carousel-control-prev .carousel-control-prev-icon:after {
    font-family: Font Awesome\ 5 Pro;
    color: #58585a;
    text-indent: 0;
    font-size: 18px;
    font-weight: 700; }
  .Slider .carousel .carousel-control-next {
    right: 15px; }
  @media screen and (min-width: 768px) {
      .Slider .carousel .carousel-control-next {
        right: -25px; } }
  .Slider .carousel .carousel-control-next .carousel-control-next-icon:after {
    content: "\f054"; }
  .Slider .carousel .carousel-control-prev {
    left: 15px; }
  @media screen and (min-width: 768px) {
      .Slider .carousel .carousel-control-prev {
        left: -25px; } }
  .Slider .carousel .carousel-control-prev .carousel-control-prev-icon:after {
    content: "\f053"; }
  .Slider .carousel .carousel-indicators {
    justify-content: right;
    justify-content: center;
    margin: 0 30px;
    padding: 30px 0 40px;
    align-items: flex-end;
    height: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    width: 21px;
    margin-left: auto; }
  @media screen and (max-width: 767px) {
      .Slider .carousel .carousel-indicators {
        display: none; } }
  .Slider .carousel .carousel-indicators li {
    height: 19px;
    width: 19px;
    border: 1px solid #58585a;
    background: none;
    opacity: 1;
    margin: 7px 0;
    transition: all 0.3s;
    border-radius: 100%; }
  .Slider .carousel .carousel-indicators li:hover {
    opacity: 1;
    border-color: #979797; }
  .Slider .carousel .carousel-indicators li.active {
    height: 19px;
    width: 19px;
    background: #3b5998;
    border-color: #58585a;
    opacity: 1; }

.Accordion .accordion .card {
  border-radius: 0;
  border: 0;
  margin-bottom: 15px;
  transition: all 0.3s; }
  .Accordion .accordion .card:last-child {
    margin-bottom: 0; }
  .Accordion .accordion .card .card-header {
    background: #3b5998;
    padding: 0;
    border-radius: 0; }
  .Accordion .accordion .card .card-header h5 {
    line-height: 0;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.2777777778;
    color: #fff;
    font-weight: 700; }
  .Accordion .accordion .card .card-header .btn.btn-link {
    margin: 0;
    padding: 15px 15px 15px 80px;
    border: 0;
    width: 100%;
    text-align: left;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    text-decoration: none;
    transition: none;
    text-transform: uppercase; }
    .Accordion .accordion .card .card-header .btn.btn-link:not(.collapsed):after {
      transform: rotate(90deg); }
    .Accordion .accordion .card .card-header .btn.btn-link:after {
      content: "\f054";
      font-family: Font Awesome\ 5 Pro;
      position: absolute;
      left: 20px;
      top: 10px;
      font-weight: 700;
      font-size: 14px;
      line-height: 1;
      transition: all 0.3s;
      color: #3b5998;
      background: #fff;
      border: 1px solid #e6e6e6;
      border-radius: 100%;
      height: 32px;
      width: 32px;
      display: flex;
      align-items: center;
      justify-content: center; }
  .Accordion .accordion .card .colla {
    background: none; }
  .Accordion .accordion .card .colla .card-body {
    padding: 25px 15px 25px 80px;
    color: #4b4b52;
    border: 1px solid #979797; }
    @media screen and (max-width: 767px) {
        .Accordion .accordion .card .colla .card-body {
          padding-left: 20px; } }
    .Accordion .accordion .card .colla .card-body p {
      padding-bottom: 5px; }
    .Accordion .accordion .card .colla .card-body p:last-child {
      padding-bottom: 0; }

.Masonry.simplemasonry .masonry-grid {
  margin: -10px; }
  .Masonry.simplemasonry .masonry-grid a:hover .item .overlay {
    opacity: 1; }
  .Masonry.simplemasonry .masonry-grid .item {
    position: relative; }
  .Masonry.simplemasonry .masonry-grid .item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(151, 151, 151, 0.5);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    opacity: 0;
    transition: all 0.3s; }
  .Masonry.simplemasonry .masonry-grid .masonry-grid-item, .Masonry.simplemasonry .masonry-grid .masonry-grid-sizer {
    padding: 10px;
    float: left; }
  .Masonry.simplemasonry .masonry-grid .masonry-grid-item.masonry-grid-item-width2, .Masonry.simplemasonry .masonry-grid .masonry-grid-sizer.masonry-grid-item-width2 {
    width: 100%; }
    @media screen and (min-width: 768px) {
        .Masonry.simplemasonry .masonry-grid .masonry-grid-item.masonry-grid-item-width2, .Masonry.simplemasonry .masonry-grid .masonry-grid-sizer.masonry-grid-item-width2 {
          width: 50%; } }
  .Masonry.simplemasonry .masonry-grid .masonry-grid-item.masonry-grid-item-width3, .Masonry.simplemasonry .masonry-grid .masonry-grid-sizer.masonry-grid-item-width3 {
    width: 100%; }
    @media screen and (min-width: 768px) {
        .Masonry.simplemasonry .masonry-grid .masonry-grid-item.masonry-grid-item-width3, .Masonry.simplemasonry .masonry-grid .masonry-grid-sizer.masonry-grid-item-width3 {
          width: 50%; } }
    @media screen and (min-width: 992px) {
        .Masonry.simplemasonry .masonry-grid .masonry-grid-item.masonry-grid-item-width3, .Masonry.simplemasonry .masonry-grid .masonry-grid-sizer.masonry-grid-item-width3 {
          width: 33.33333%; } }
  .Masonry.simplemasonry .masonry-grid .masonry-grid-item.masonry-grid-item-width4, .Masonry.simplemasonry .masonry-grid .masonry-grid-sizer.masonry-grid-item-width4 {
    width: 100%; }
    @media screen and (min-width: 768px) {
        .Masonry.simplemasonry .masonry-grid .masonry-grid-item.masonry-grid-item-width4, .Masonry.simplemasonry .masonry-grid .masonry-grid-sizer.masonry-grid-item-width4 {
          width: 50%; } }
    @media screen and (min-width: 992px) {
        .Masonry.simplemasonry .masonry-grid .masonry-grid-item.masonry-grid-item-width4, .Masonry.simplemasonry .masonry-grid .masonry-grid-sizer.masonry-grid-item-width4 {
          width: 25%; } }
  .Masonry.simplemasonry .masonry-grid .masonry-grid-item .grid-image, .Masonry.simplemasonry .masonry-grid .masonry-grid-sizer .grid-image {
    min-width: 100%; }
  .Masonry.advancedmasonry .masonry-grid {
    margin: -10px; }
  .Masonry.advancedmasonry .masonry-grid .masonry-grid-sizer {
    width: 100%; }
  @media screen and (min-width: 576px) {
        .Masonry.advancedmasonry .masonry-grid .masonry-grid-sizer {
          width: 100%; } }
  @media screen and (min-width: 768px) {
        .Masonry.advancedmasonry .masonry-grid .masonry-grid-sizer {
          width: 50%; } }
  @media screen and (min-width: 992px) {
        .Masonry.advancedmasonry .masonry-grid .masonry-grid-sizer {
          width: 25%; } }
  @media screen and (min-width: 1200px) {
        .Masonry.advancedmasonry .masonry-grid .masonry-grid-sizer {
          width: 25%; } }
  .Masonry.advancedmasonry .masonry-grid .masonry-grid-item {
    float: left;
    width: 100%;
    height: 180px;
    padding: 10px;
    max-width: 100%; }
  @media screen and (min-width: 576px) {
        .Masonry.advancedmasonry .masonry-grid .masonry-grid-item {
          width: 100%; } }
  @media screen and (min-width: 768px) {
        .Masonry.advancedmasonry .masonry-grid .masonry-grid-item {
          width: 50%; } }
  @media screen and (min-width: 992px) {
        .Masonry.advancedmasonry .masonry-grid .masonry-grid-item {
          width: 25%; } }
  @media screen and (min-width: 1200px) {
        .Masonry.advancedmasonry .masonry-grid .masonry-grid-item {
          width: 25%; } }
  .Masonry.advancedmasonry .masonry-grid .masonry-grid-item a {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    display: block; }
    .Masonry.advancedmasonry .masonry-grid .masonry-grid-item a:hover .item .overlay {
      opacity: 1; }
  .Masonry.advancedmasonry .masonry-grid .masonry-grid-item .item {
    position: relative;
    height: 100%;
    width: 100%;
    -ms--display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-jflex-direction: column;
    flex-direction: column; }
    .Masonry.advancedmasonry .masonry-grid .masonry-grid-item .item .overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      background: rgba(151, 151, 151, 0.5);
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 15px;
      opacity: 0;
      transition: all 0.3s; }
    .Masonry.advancedmasonry .masonry-grid .masonry-grid-item .item .image {
      height: 100%;
      width: 100%;
      position: relative;
      overflow: hidden;
      text-align: center;
      opacity: 1;
      transition: all 0.3s;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
  .Masonry.advancedmasonry .masonry-grid .masonry-grid-item.masonry-grid-item-width1 {
    width: 100%; }
    @media screen and (min-width: 576px) {
        .Masonry.advancedmasonry .masonry-grid .masonry-grid-item.masonry-grid-item-width1 {
          width: 100%; } }
    @media screen and (min-width: 768px) {
        .Masonry.advancedmasonry .masonry-grid .masonry-grid-item.masonry-grid-item-width1 {
          width: 50%; } }
    @media screen and (min-width: 992px) {
        .Masonry.advancedmasonry .masonry-grid .masonry-grid-item.masonry-grid-item-width1 {
          width: 25%; } }
    @media screen and (min-width: 1200px) {
        .Masonry.advancedmasonry .masonry-grid .masonry-grid-item.masonry-grid-item-width1 {
          width: 25%; } }
  .Masonry.advancedmasonry .masonry-grid .masonry-grid-item.masonry-grid-item-width2 {
    width: 100%; }
    @media screen and (min-width: 576px) {
        .Masonry.advancedmasonry .masonry-grid .masonry-grid-item.masonry-grid-item-width2 {
          width: 100%; } }
    @media screen and (min-width: 768px) {
        .Masonry.advancedmasonry .masonry-grid .masonry-grid-item.masonry-grid-item-width2 {
          width: 50%; } }
    @media screen and (min-width: 992px) {
        .Masonry.advancedmasonry .masonry-grid .masonry-grid-item.masonry-grid-item-width2 {
          width: 50%; } }
    @media screen and (min-width: 1200px) {
        .Masonry.advancedmasonry .masonry-grid .masonry-grid-item.masonry-grid-item-width2 {
          width: 50%; } }
  .Masonry.advancedmasonry .masonry-grid .masonry-grid-item.masonry-grid-item-width3 {
    width: 100%; }
    @media screen and (min-width: 576px) {
        .Masonry.advancedmasonry .masonry-grid .masonry-grid-item.masonry-grid-item-width3 {
          width: 100%; } }
    @media screen and (min-width: 768px) {
        .Masonry.advancedmasonry .masonry-grid .masonry-grid-item.masonry-grid-item-width3 {
          width: 50%; } }
    @media screen and (min-width: 992px) {
        .Masonry.advancedmasonry .masonry-grid .masonry-grid-item.masonry-grid-item-width3 {
          width: 75%; } }
    @media screen and (min-width: 1200px) {
        .Masonry.advancedmasonry .masonry-grid .masonry-grid-item.masonry-grid-item-width3 {
          width: 75%; } }
  .Masonry.advancedmasonry .masonry-grid .masonry-grid-item.masonry-grid-item-width4 {
    width: 100%; }
    @media screen and (min-width: 576px) {
        .Masonry.advancedmasonry .masonry-grid .masonry-grid-item.masonry-grid-item-width4 {
          width: 100%; } }
    @media screen and (min-width: 768px) {
        .Masonry.advancedmasonry .masonry-grid .masonry-grid-item.masonry-grid-item-width4 {
          width: 50%; } }
    @media screen and (min-width: 992px) {
        .Masonry.advancedmasonry .masonry-grid .masonry-grid-item.masonry-grid-item-width4 {
          width: 100%; } }
    @media screen and (min-width: 1200px) {
        .Masonry.advancedmasonry .masonry-grid .masonry-grid-item.masonry-grid-item-width4 {
          width: 100%; } }
  .Masonry.advancedmasonry .masonry-grid .masonry-grid-item.masonry-grid-item-height1 {
    height: 180px; }
  .Masonry.advancedmasonry .masonry-grid .masonry-grid-item.masonry-grid-item-height2 {
    height: 360px; }
  .Masonry.advancedmasonry .masonry-grid .masonry-grid-item.masonry-grid-item-height3 {
    height: 540px; }
  .Masonry.advancedmasonry .masonry-grid .masonry-grid-item.masonry-grid-item-height4 {
    height: 720px; }

.parallax-window {
  min-height: 250px;
  background: transparent; }

.Divider {
  position: relative;
  min-height: 1px; }
  .Divider .divider-line {
    position: absolute;
    top: 50%;
    height: 1px;
    background: #979797;
    width: 100%;
    left: 0; }
  @media screen and (max-width: 767px) {
    .Divider .divider-line {
      width: calc(100% + 30px);
      left: -15px;
      right: -15px; } }
  .Divider .divider-inner {
    background: #fff;
    margin: auto;
    position: relative;
    display: table;
    padding: 0 30px; }

.Imageslist .col {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  margin: 15px 0; }
  .Imageslist .imageslist-inner img {
    display: block;
    margin: auto; }
  .Imageslist .imageslist-inner .event-image {
    display: none; }
  .Imageslist .imageslist-inner a {
    color: inherit; }
  .Imageslist .imageslist-inner a:hover .original-image {
    display: none; }
  .Imageslist .imageslist-inner a:hover .event-image {
    display: block; }
  .Imageslist .imageslist-inner .description {
    margin-top: 20px; }

.info-row {
  margin: 10px 0; }
  .info-row .col-md-1, .info-row .col-md-2, .info-row .col-md-3, .info-row .col-md-4, .info-row .col-md-5, .info-row .col-md-6, .info-row .col-md-7, .info-row .col-md-8, .info-row .col-md-9, .info-row .col-md-10, .info-row .col-md-11, .info-row .col-md-12 {
    padding-left: 5px;
    padding-right: 5px; }

.inner {
  height: 350px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 150%;
  position: relative;
  transition: 1s linear;
  /* margin-bottom: 5px;
   margin-top: 5px;*/ }
  .inner:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    transition: inherit; }
  .inner .box-overlay {
    height: 100%;
    width: 100%;
    opacity: 0.4;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, #000 72%);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, #000 72%);
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 72%); }
  .inner .box-content {
    position: absolute;
    bottom: 0;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px; }
  .inner:hover .box-overlay {
    opacity: 0.75; }
  .inner:hover p {
    opacity: 1;
    transition: 1s linear;
    position: relative; }
  .inner h1 {
    font-weight: 300;
    font-size: 36px;
    color: #fff;
    letter-spacing: 0;
    line-height: 38px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); }
  .inner p {
    font-size: 15px;
    color: #fff;
    letter-spacing: 1.15px;
    opacity: 0;
    transition: 1s linear;
    position: absolute; }
  .inner p:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 1.5px solid white;
    border-bottom: 1.5px solid white;
    display: inline-block;
    transform: rotate(-45deg); }

.zitat .zitat-text {
  font-size: 40px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  font-family: "CormorantInfant"; }
  .zitat .author {
    margin-top: 25px;
    font-size: 30px;
    line-height: 30px;
    color: #094a84;
    font-weight: 500;
    text-align: center;
    font-family: "CormorantInfant"; }
  .zitat p {
    font-size: 30px;
    line-height: 30px;
    color: #094a84;
    font-weight: 500;
    text-align: center;
    font-family: "CormorantInfant"; }

.wrapper {
  min-height: 440px;
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 7px 1px rgba(9, 74, 132, 1);
  -moz-box-shadow: 0px 0px 7px 1px rgba(9, 74, 132, 1);
  box-shadow: 0px 0px 7px 1px rgba(9, 74, 132, 1); }

img.blue-box {
  margin-top: 20px;
  width: 100%; }
/*Plugins*/
.fancybox-container .fancybox-bg {
  background: #000;
  opacity: 0.85; }
  .fancybox-container .fancybox-slide--video .fancybox-content {
    width: 800px;
    height: 600px;
    max-width: 100%;
    max-height: calc(100% - 100px);
    margin: 50px 0;
    overflow: visible;
    background: #000; }
  .fancybox-container .fancybox-custom-caption {
    color: white;
    padding: 20px 0;
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: bold; }
  .fancybox-container .fancybox-button--close {
    width: 50px;
    height: 50px;
    background: #fff;
    color: #58585a;
    border-radius: 50%;
    top: 25px;
    right: 25px; }
  .fancybox-container .fancybox-button--close svg {
    height: 30px;
    color: #333; }
  .fancybox-container .fancybox-button.custom {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    text-align: center;
    line-height: 44px;
    color: #58585a;
    text-decoration: none;
    border-radius: 50%;
    font-size: 18px;
    top: 50%;
    margin-top: -22px;
    line-height: 25px;
    text-align: center;
    padding: 0; }
  .fancybox-container .fancybox-button.custom i {
    width: 5px; }
  .fancybox-container .fancybox-button.custom.fancybox-button--arrow_left {
    left: 15px; }
  .fancybox-container .fancybox-button.custom.fancybox-button--arrow_left i {
    margin-right: 3px; }
  .fancybox-container .fancybox-button.custom.fancybox-button--arrow_right {
    right: 15px; }

.simpleselect {
  width: 100%;
  max-width: 200px;
  color: inherit; }
  .simpleselect .placeholder, .simpleselect .options .option, .simpleselect .options .optgroup .optgroup-label {
    font-weight: inherit;
    color: inherit; }
  .simpleselect .placeholder {
    display: flex;
    align-items: center; }
  .simpleselect > .options {
    max-height: 250px;
    overflow: auto; }
  .simpleselect > .options .option {
    padding: 15px 10px; }
  .simpleselect > .options .option.active {
    background: #979797; }
/*
 *
 *
 *WARNING!!! PLEASE DO NOT INSERT CODE DIRECTLY IN THE STYLES.MIN.CSS!
 *
 *
 */
