/*
 * GENERAL VARIABLES
 */
/* COLORS */
/* #ccc */
/* #f2f2f2 */
/* #000 */
/* opacity .8 */
/* opacity .8 */
/* opacity .7 */
/* SPACING */
/* FONTS */
/* font weight */
/* DEFAULT ELEMENTS */
/* WRAP */
/* BASIC ELEMENTS */
/* EXTENDED ELEMENTS */
/*
 * LOGIN-FORM FE
 */
/*
 * COLS
 */
/*
 * ColRight & ColLeft Space
 */
/*
 * Listings
 */
/*
 * Space If elements > cols-numer (4 items > .cols .items-x3) || .doubleSpace-break
 */
/*
 * Listings
 */
/* Card-Item */
/* Shadow */
/* Zoom */
/* link-cover */
/* List-View */
/* Border */
/* Zoom */
/* Vertical Align Content */
/* Vertical Align Image */
/* Spacing */
/* link-cover */
/* Oversize */
/*
 * BUTTON VARIABLES
 */
/*
 * NAVIGATION VARIABLES
 */
/*
 * Main Navigation
 */
/* General */
/* List-Elements */
/* Related for Level-0 */
/* Related for Level-1 */
/* Related for Level-2 */
/*
 * Main-Aside Navigation
 */
/* General */
/* Color */
/*
 * Main MegaDropdown Navigation
 */
/*
 * Mobile Navigation
 */
/*
 * MicroNav
 */
/*
 * FooterNavi
 */
/*
 * Aside
 */
/*
 * Pagination
 */
/*
 * Single-Content Navigation
 */
/*
 * PAGE VARIABLES
 */
/*
 * GENERAL VARIABLES
*/
/* COLORS */
/* red */
/* grey */
/* opacity .6 */
/* opacity .8 */
/* dunkler Untergrund (Footer, Topline, CTA, ..) */
/* FONT */
/* FONT-FAMILY */
/* Font-Size*/
/* Font-Weight */
/* Special Options */
/* WRAP */
/* SCROLL-TO-TOP */
/* Top-Line */
/* STICKY */
/* PAGE-ASIDE */
/* Aside Links */
/* SECTION / PAGE-CONTENT */
/* BREADCRUMBS */
/*
 * COLS
 */
/* List-View */
/* SEARCH */
/* background-hover */
/* background */
/*
 * NAVIGATION VARIABLES
 */
/*
 * Main
 */
/* General */
/* List-Elements */
/* Related for Level-0 */
/* Related for Level-1 */
/* Related for Level-2 */
/*
 * Mobile Navigation
 */
/* Pagination */
/* Nav-Pageview */
/* Single-Content Navigation */
/*
 * LOGO
 */
/* 
 * FOOTER
 */
/*
 * basic mixins
 */
/*
 * GRID MIXINS
 */
/*
 * IMAGE MIXINS
 */
/*
 * @deprecated - use .object-fit
 */
/*
 * COLOR MIXINS
 */
.background-gradient-pseudo {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(30deg, #e3051a 0%, #949597 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
/* KeyFrames for Animate-Border */
@-webkit-keyframes animate-border {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
@-moz-keyframes animate-border {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
@-webkit-keyframes animate-border {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
/* KeyFrames for Animate-Waves */
@keyframes transform-matrix-1 {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 0.455, -526, 55.5);
    width: calc(100% + 526px);
  }
}
@keyframes transform-matrix-2 {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 0.506, -250, 50.4);
    width: calc(100% + 250px);
  }
}
@keyframes transform-matrix-1-rotate {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 0.455, 526, 55.5);
    width: calc(100% + 526px);
  }
}
/*
 * HEADLINE MIXINS
 */
/*
 * LISTING MIXINS
 */
/*
 * LINK MIXINS
 */
/*
 * CONTENT MIXINS
 */
/*
 * TOC WIDGETS
 *
 * - widget variables
 * - aside links widget
 * - sections widget
 * - text with links widget
 * - contact widget
 * - contact topline widget
 * - cites widget
 * - reviews widget
 * - countdown circular
 * - counter circular
 * - preview icon widget
 * - scrolling text widget
 * - image widget
 * - modal widgets
 */
/*
 * ASIDE LINKS WIDGET
 */
div#aside-links {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
div#aside-links > ul {
  list-style: none;
}
@media only screen and (min-width: 900px) {
  div#aside-links {
    position: fixed;
    right: 0;
    top: 200px;
    z-index: 5000000000;
  }
  div#aside-links.only-icon {
    right: 15px;
  }
  div#aside-links.only-icon .aside-links-list > li {
    position: absolute;
    top: 0;
    right: 0;
  }
  div#aside-links.only-icon .aside-links-list > li:hover {
    background: #fff;
    border-color: #e3051a !important;
    color: #e3051a;
  }
  div#aside-links.only-icon .aside-links-list > li:hover a,
  div#aside-links.only-icon .aside-links-list > li:hover a:hover {
    color: #e3051a;
  }
  div#aside-links:not( .only-icon ) .aside-links-list > li {
    position: absolute;
    top: 0;
    right: 0;
  }
  div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item {
    display: flex;
  }
  div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item:hover .list-icon {
    background: #fff;
    border-color: #e3051a !important;
    color: #e3051a;
  }
  div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item:hover .list-icon a,
  div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item:hover .list-icon a:hover {
    color: #e3051a;
  }
  div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item a {
    text-decoration: none !important;
  }
  div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item picture {
    display: block;
    height: 30px;
    width: 30px;
  }
  div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item picture img {
    height: 30px;
    width: 30px;
    object-fit: contain;
    padding: 5px;
  }
  div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item a {
    text-decoration: none !important;
  }
  div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item picture {
    display: block;
    height: 30px;
    width: 30px;
  }
  div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item picture img {
    height: 30px;
    width: 30px;
    object-fit: contain;
    padding: 5px;
  }
  div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group {
    width: 300px;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group.keep-closed {
    right: -270px;
  }
  div#aside-links:not( .only-icon ) .aside-links-list > li:nth-child(1) {
    top: 0;
  }
  div#aside-links:not( .only-icon ) .aside-links-list > li:nth-child(2) {
    top: calc(30px  + 2px);
  }
  div#aside-links:not( .only-icon ) .aside-links-list > li:nth-child(3) {
    top: calc(2 *  30px  + 2 * 2px);
  }
  div#aside-links:not( .only-icon ) .aside-links-list > li:nth-child(4) {
    top: calc(3 *  30px  + 3 * 2px);
  }
  div#aside-links:not( .only-icon ) .aside-links-list > li:nth-child(5) {
    top: calc(4 *  30px  + 4 * 2px);
  }
  div#aside-links:not( .only-icon ) .aside-links-list > li:nth-child(6) {
    top: calc(5 *  30px  + 5 * 2px);
  }
  div#aside-links:not( .only-icon ) .aside-links-list > li.highlight:hover .list-icon {
    border: solid 1px #333 !important;
    border-right: none !important;
  }
}
div#aside-links.only-icon .aside-links-list > li {
  border: 1px solid 1px solid #e3051a;
  background: #fff;
  height: 30px;
  width: 30px;
  line-height: 28px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
div#aside-links.only-icon .aside-links-list > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(30px  - 2px);
  height: calc(30px  - 2px);
  color: #e3051a;
  text-decoration: none;
}
div#aside-links.only-icon .aside-links-list > li a i {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-size: 135%;
}
div#aside-links.only-icon .aside-links-list > li:nth-child(1) {
  top: 0;
}
div#aside-links.only-icon .aside-links-list > li:nth-child(2) {
  top: calc(30px  + 7.5px);
}
div#aside-links.only-icon .aside-links-list > li:nth-child(3) {
  top: calc(2 *  30px  + 2 * 7.5px);
}
div#aside-links.only-icon .aside-links-list > li:nth-child(4) {
  top: calc(3 *  30px  + 3 * 7.5px);
}
div#aside-links.only-icon .aside-links-list > li:nth-child(5) {
  top: calc(4 *  30px  + 4 * 7.5px);
}
div#aside-links.only-icon .aside-links-list > li:nth-child(6) {
  top: calc(5 *  30px  + 5 * 7.5px);
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item {
  cursor: pointer;
  -webkit-transition: border 0.3s ease-in;
  -moz-transition: border 0.3s ease-in;
  -o-transition: border 0.3s ease-in;
  -ms-transition: border 0.3s ease-in;
  transition: border 0.3s ease-in;
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item .list-icon {
  position: relative;
  z-index: 2;
  height: 30px;
  line-height: 28px;
  border: 1px solid #e3051a;
  border-right: none;
  color: #e3051a;
  background: #fff;
  font-size: 135%;
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item .list-link {
  height: 30px;
  line-height: 28px;
  background: #e3051a;
  color: #fff;
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group .list-link {
  width: calc(100% + 1px -  30px);
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.closed {
  width: 30px;
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group .textblock {
  background: #e3051a;
  color: #fff;
  border-right: none;
  height: auto;
  margin-left: -1px;
  z-index: 1;
  position: relative;
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group .textblock .textblock-title {
  text-align: center;
  font-weight: 600;
  font-size: calc(100% + 40%);
  padding: 15px 15px 5px;
  margin: 0;
  position: relative;
  border: 1px solid #e3051a;
  border-bottom: none;
  border-right: none;
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group .textblock .textblock-title:after {
  content: '';
  width: 80%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 10%;
}
div#aside-links:not( .only-icon ) .aside-links-list > li .aside-link-item.item-text-group .textblock .text-block-text {
  padding: 15px;
  border: 1px solid #e3051a;
  border-top: none;
  border-right: none;
}
div#aside-links:not( .only-icon ) .aside-links-list > li.highlight .aside-link-item .list-icon,
div#aside-links:not( .only-icon ) .aside-links-list > li.highlight .aside-link-item .list-link {
  background: #949597;
  color: #333;
}
div#aside-links:not( .only-icon ) .aside-links-list > li.highlight .aside-link-item .list-icon {
  border: solid 1px #333;
  border-right: none;
}
div#aside-links:not( .only-icon ) .aside-links-list > li.highlight .aside-link-item.item-text-group .textblock {
  background: #949597;
  color: #333;
  border: solid 1px #333;
  border-right: none;
}
div#aside-links:not( .only-icon ) .aside-links-list > li.highlight .aside-link-item.item-text-group .textblock:hover {
  border: solid 1px #333;
  border-right: none;
}
div#aside-links:not( .only-icon ) .aside-links-list > li.highlight .aside-link-item.item-text-group .textblock .textblock-title:after {
  background: #333;
}
div#aside-links:not( .only-icon ) .list-icon {
  display: inline-block;
  width: 30px;
  float: left;
  text-align: center;
}
div#aside-links:not( .only-icon ) .list-link {
  display: inline-block;
  width: calc(100% -  30px);
}
div#aside-links:not( .only-icon ) .list-link > a {
  display: inline-block;
  color: #fff;
  padding: 0 35px 0 5px;
  font-size: calc(100% - 10%);
  white-space: nowrap;
}
@media only screen and (max-width: 899px) {
  div#aside-links {
    display: none;
  }
}
@media only screen and (max-width: 899px) {
  body.sticky-asidelinks-bottom div#aside-links,
  body.fixed-asidelinks-bottom div#aside-links {
    display: block;
    position: relative;
    width: 100%;
    clear: both;
    background: #fff;
    border-top: 1px solid #e3051a;
    z-index: 50000;
  }
  body.sticky-asidelinks-bottom div#aside-links .aside-links-list,
  body.fixed-asidelinks-bottom div#aside-links .aside-links-list {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.sticky-asidelinks-bottom div#aside-links .aside-links-list > li,
  body.fixed-asidelinks-bottom div#aside-links .aside-links-list > li {
    display: inline-block;
  }
  body.sticky-asidelinks-bottom div#aside-links .aside-links-list > li .aside-link-item,
  body.fixed-asidelinks-bottom div#aside-links .aside-links-list > li .aside-link-item {
    width: 45px !important;
    height: 45px !important;
    overflow: hidden;
  }
  body.sticky-asidelinks-bottom div#aside-links .aside-links-list > li .aside-link-item .list-icon,
  body.fixed-asidelinks-bottom div#aside-links .aside-links-list > li .aside-link-item .list-icon {
    width: 45px !important;
    height: 45px !important;
    line-height: 42px !important;
    border: none !important;
    color: #e3051a;
    background: #fff;
    font-size: 135%;
  }
  body.sticky-asidelinks-bottom div#aside-links .aside-links-list > li .aside-link-item.open .list-icon,
  body.fixed-asidelinks-bottom div#aside-links .aside-links-list > li .aside-link-item.open .list-icon {
    color: #e3051a;
    background: #fff;
  }
  body.sticky-asidelinks-bottom div#aside-links .aside-links-list > li .aside-link-item.open .list-link,
  body.fixed-asidelinks-bottom div#aside-links .aside-links-list > li .aside-link-item.open .list-link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 45px;
    width: 100% !important;
    text-align: center;
    color: #e3051a;
    background: #fff;
    border-top: solid 1px #e3051a;
  }
  body.sticky-asidelinks-bottom div#aside-links .aside-links-list > li .aside-link-item.open .list-link > a,
  body.fixed-asidelinks-bottom div#aside-links .aside-links-list > li .aside-link-item.open .list-link > a {
    color: #e3051a;
    padding: 0 5px;
  }
  body.sticky-asidelinks-bottom div#aside-links .aside-links-list > li:nth-child( n+2 ),
  body.fixed-asidelinks-bottom div#aside-links .aside-links-list > li:nth-child( n+2 ) {
    border-left: 1px solid #e3051a;
  }
  body.fixed-asidelinks-bottom {
    padding-bottom: 45px;
  }
  body.fixed-asidelinks-bottom div#aside-links {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
/*
 * SECTIONS WIDGET
 */
section.widget-section.light {
  background: #f2f2f2;
}
section.widget-section.dark {
  background: #000;
}
section.widget-section.highlight {
  background: #e3051a;
}
section.widget-section.text-light h1,
section.widget-section.text-light h2,
section.widget-section.text-light h3,
section.widget-section.text-light p,
section.widget-section.text-light span,
section.widget-section.text-light a,
section.widget-section.text-light :before,
section.widget-section.text-light :after {
  color: #fff !important;
}
section.widget-section.text-light ul > li {
  border-color: #fff !important;
}
section.widget-section.text-dark h1,
section.widget-section.text-dark h2,
section.widget-section.text-dark h3,
section.widget-section.text-dark p,
section.widget-section.text-dark span,
section.widget-section.text-dark a {
  color: #000;
}
section.widget-section.logo-light.section-main:before,
section.widget-section.logo-light .section-main:before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: url("https://www.alphatec-personal.de/images//alphatec/logo-light.svg") !important;
  background-repeat: no-repeat !important;
  background-position: right !important;
  background-size: contain !important;
  z-index: 0;
}
section.widget-section.logo-dark.section-main:before,
section.widget-section.logo-dark .section-main:before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: url("https://www.alphatec-personal.de/images//alphatec/logo-dark.svg") !important;
  background-repeat: no-repeat !important;
  background-position: right !important;
  background-size: contain !important;
  z-index: 0;
}
section.widget-section.bg-light.section-main:after,
section.widget-section.bg-light .section-main:after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: url("https://www.alphatec-personal.de/images//alphatec/background-light.jpg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  z-index: -1;
}
section.widget-section.bg-dark.section-main:after,
section.widget-section.bg-dark .section-main:after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: url("https://www.alphatec-personal.de/images//alphatec/background-dark.jpg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  z-index: -1;
}
section.widget-section.main-left .section-main,
section.widget-section.main-right .section-main {
  width: calc( 100% - 270px );
}
section.widget-section.main-left .section-aside,
section.widget-section.main-right .section-aside {
  width: 270px;
}
section.widget-section.main-left.main-wide .section-main,
section.widget-section.main-right.main-wide .section-main {
  width: 75%;
}
section.widget-section.main-left.main-wide .section-aside,
section.widget-section.main-right.main-wide .section-aside {
  width: 25%;
}
section.widget-section.main-left.main-normal .section-main,
section.widget-section.main-right.main-normal .section-main {
  width: 66.666%;
}
section.widget-section.main-left.main-normal .section-aside,
section.widget-section.main-right.main-normal .section-aside {
  width: 33.333%;
}
section.widget-section.main-left.main-divide .section-main,
section.widget-section.main-right.main-divide .section-main {
  width: 50%;
}
section.widget-section.main-left.main-divide .section-aside,
section.widget-section.main-right.main-divide .section-aside {
  width: 50%;
}
section.widget-section.main-right .section-main {
  float: right;
  padding: 15px;
  padding-right: 0;
}
section.widget-section.main-right .section-aside {
  float: left;
  padding: 15px;
  padding-left: 0;
}
section.widget-section.main-left .section-main {
  float: left;
  padding: 15px;
  padding-left: 0;
}
section.widget-section.main-left .section-aside {
  float: right;
  padding: 15px;
  padding-right: 0;
}
section.widget-section.main-full .content-main {
  width: 100%;
  padding: 30px 0;
  float: none;
}
section.widget-section.side-on-side .section-main {
  padding: calc(15px * 2);
  align-self: flex-start;
}
section.widget-section.side-on-side .section-main h2 {
  padding-top: 0;
}
section.widget-section.side-on-side .section-main ul {
  margin-top: calc(15px / 2);
  margin-bottom: 15px;
  padding-left: 15px;
}
section.widget-section.side-on-side .section-aside {
  position: relative;
  padding: 0;
}
section.widget-section.side-on-side .section-aside > div.plugin-infoimage {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
section.widget-section.side-on-side .section-aside > div.plugin-infoimage img {
  height: 100% !important;
  object-fit: cover;
}
/*
 * TEXT WITH LINK WIDGET
 */
.widget-textWithImage.dark-color.cta-background .content-text-description,
.text-with-image.dark-color.cta-background .content-text-description {
  text-shadow: 0px 0px 10px #fff !important;
}
.widget-textWithImage.dark-color .content-text-description h2,
.text-with-image.dark-color .content-text-description h2,
.widget-textWithImage.dark-color .content-text-description h3,
.text-with-image.dark-color .content-text-description h3,
.widget-textWithImage.dark-color .content-text-description p,
.text-with-image.dark-color .content-text-description p,
.widget-textWithImage.dark-color .content-text-description a:not(.simple-button),
.text-with-image.dark-color .content-text-description a:not(.simple-button),
.widget-textWithImage.dark-color .content-text-description li,
.text-with-image.dark-color .content-text-description li,
.widget-textWithImage.dark-color .content-text-description b,
.text-with-image.dark-color .content-text-description b,
.widget-textWithImage.dark-color .content-text-description em,
.text-with-image.dark-color .content-text-description em {
  color: #000 !important;
}
.widget-textWithImage.light-color .content-text-description h2,
.text-with-image.light-color .content-text-description h2,
.widget-textWithImage.light-color .content-text-description h3,
.text-with-image.light-color .content-text-description h3,
.widget-textWithImage.light-color .content-text-description p,
.text-with-image.light-color .content-text-description p,
.widget-textWithImage.light-color .content-text-description a:not(.simple-button),
.text-with-image.light-color .content-text-description a:not(.simple-button),
.widget-textWithImage.light-color .content-text-description li,
.text-with-image.light-color .content-text-description li,
.widget-textWithImage.light-color .content-text-description b,
.text-with-image.light-color .content-text-description b,
.widget-textWithImage.light-color .content-text-description em,
.text-with-image.light-color .content-text-description em {
  color: #fff !important;
}
.widget-textWithImage .content-text-description h2,
.text-with-image .content-text-description h2 {
  padding-top: 0;
}
.widget-textWithImage .content-text-description .simple-button,
.text-with-image .content-text-description .simple-button {
  margin-right: 15px;
  margin-bottom: 15px;
}
.widget-textWithImage.cta-background .content-image picture,
.text-with-image.cta-background .content-image picture,
.widget-textWithImage.cta-background.bg-image picture,
.text-with-image.cta-background.bg-image picture {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.widget-textWithImage.cta-background .content-image picture img,
.text-with-image.cta-background .content-image picture img,
.widget-textWithImage.cta-background.bg-image picture img,
.text-with-image.cta-background.bg-image picture img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.widget-textWithImage.cta-background .content-wrap,
.text-with-image.cta-background .content-wrap,
.widget-textWithImage.cta-background .cta-wrap,
.text-with-image.cta-background .cta-wrap {
  position: relative;
  width: 60%;
  max-width: 1140px;
  margin: 0 auto;
}
.widget-textWithImage.cta-background .content-wrap .content-text,
.text-with-image.cta-background .content-wrap .content-text,
.widget-textWithImage.cta-background .cta-wrap .content-text,
.text-with-image.cta-background .cta-wrap .content-text {
  padding: calc(15px * 4) 0;
}
.widget-textWithImage.cta-background .content-wrap .content-text .content-text-description h2,
.text-with-image.cta-background .content-wrap .content-text .content-text-description h2,
.widget-textWithImage.cta-background .cta-wrap .content-text .content-text-description h2,
.text-with-image.cta-background .cta-wrap .content-text .content-text-description h2,
.widget-textWithImage.cta-background .content-wrap .content-text .content-text-description h3,
.text-with-image.cta-background .content-wrap .content-text .content-text-description h3,
.widget-textWithImage.cta-background .cta-wrap .content-text .content-text-description h3,
.text-with-image.cta-background .cta-wrap .content-text .content-text-description h3,
.widget-textWithImage.cta-background .content-wrap .content-text .content-text-description p,
.text-with-image.cta-background .content-wrap .content-text .content-text-description p,
.widget-textWithImage.cta-background .cta-wrap .content-text .content-text-description p,
.text-with-image.cta-background .cta-wrap .content-text .content-text-description p,
.widget-textWithImage.cta-background .content-wrap .content-text .content-text-description a:not(.simple-button),
.text-with-image.cta-background .content-wrap .content-text .content-text-description a:not(.simple-button),
.widget-textWithImage.cta-background .cta-wrap .content-text .content-text-description a:not(.simple-button),
.text-with-image.cta-background .cta-wrap .content-text .content-text-description a:not(.simple-button),
.widget-textWithImage.cta-background .content-wrap .content-text .content-text-description li,
.text-with-image.cta-background .content-wrap .content-text .content-text-description li,
.widget-textWithImage.cta-background .cta-wrap .content-text .content-text-description li,
.text-with-image.cta-background .cta-wrap .content-text .content-text-description li,
.widget-textWithImage.cta-background .content-wrap .content-text .content-text-description b,
.text-with-image.cta-background .content-wrap .content-text .content-text-description b,
.widget-textWithImage.cta-background .cta-wrap .content-text .content-text-description b,
.text-with-image.cta-background .cta-wrap .content-text .content-text-description b,
.widget-textWithImage.cta-background .content-wrap .content-text .content-text-description em,
.text-with-image.cta-background .content-wrap .content-text .content-text-description em,
.widget-textWithImage.cta-background .cta-wrap .content-text .content-text-description em,
.text-with-image.cta-background .cta-wrap .content-text .content-text-description em {
  color: #fff;
  text-shadow: 0px 0px 10px #333;
}
.widget-textWithImage.cta-background.content-small .content-wrap,
.text-with-image.cta-background.content-small .content-wrap {
  width: 40%;
}
.widget-textWithImage.cta-background.content-wide .content-wrap,
.text-with-image.cta-background.content-wide .content-wrap {
  width: 80%;
}
.widget-textWithImage.image-aside,
.text-with-image.image-aside {
  display: flex;
}
.widget-textWithImage.image-aside .elemetspace-small,
.text-with-image.image-aside .elemetspace-small {
  gap: 15px;
}
.widget-textWithImage.image-aside .elemetspace-medium,
.text-with-image.image-aside .elemetspace-medium {
  gap: 30px;
}
.widget-textWithImage.image-aside .elemetspace-large,
.text-with-image.image-aside .elemetspace-large {
  gap: 45px;
}
.widget-textWithImage.image-aside.image-aside-right,
.text-with-image.image-aside.image-aside-right {
  flex-direction: row-reverse;
}
.widget-textWithImage.image-aside .content-image,
.text-with-image.image-aside .content-image {
  width: 50%;
  position: relative;
  padding: 0;
}
.widget-textWithImage.image-aside .content-image picture,
.text-with-image.image-aside .content-image picture {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.widget-textWithImage.image-aside .content-image picture img,
.text-with-image.image-aside .content-image picture img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.widget-textWithImage.image-aside .content-wrap,
.text-with-image.image-aside .content-wrap {
  width: 50%;
  padding: calc(15px * 4) calc(15px * 3);
}
.widget-textWithImage.image-aside.content-wide .content-wrap,
.text-with-image.image-aside.content-wide .content-wrap {
  width: 66.666%;
}
.widget-textWithImage.image-aside.content-wide .content-wrap .content-text,
.text-with-image.image-aside.content-wide .content-wrap .content-text {
  max-width: calc(1140px  - 33.333vw +  calc(15px * 3));
}
.widget-textWithImage.image-aside.content-wide .content-image,
.text-with-image.image-aside.content-wide .content-image {
  width: 33.333%;
}
.widget-textWithImage.image-aside.content-small .content-wrap,
.text-with-image.image-aside.content-small .content-wrap {
  width: 33.333%;
}
.widget-textWithImage.image-aside.content-small .content-wrap .content-text,
.text-with-image.image-aside.content-small .content-wrap .content-text {
  max-width: calc(1140px  - 66.666vw + 60px);
}
.widget-textWithImage.image-aside.content-small .content-image,
.text-with-image.image-aside.content-small .content-image {
  width: 66.666%;
}
.widget-textWithImage.card-view,
.text-with-image.card-view {
  box-shadow: unset;
  border: none;
}
.widget-textWithImage.card-view .content-image,
.text-with-image.card-view .content-image {
  position: relative;
  padding-bottom: 56.25%;
}
.widget-textWithImage.card-view .content-image picture,
.text-with-image.card-view .content-image picture {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.widget-textWithImage.card-view .content-image picture img,
.text-with-image.card-view .content-image picture img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.widget-textWithImage.card-view .content-wrap,
.text-with-image.card-view .content-wrap {
  padding: 15px;
}
.widget-textWithImage.icon-card,
.text-with-image.icon-card {
  position: relative;
  padding: 50px 15px 15px;
  margin: 50px 0 0 0;
  border: 1px solid #e3051a;
  text-align: center;
}
.widget-textWithImage.icon-card .content-image,
.text-with-image.icon-card .content-image {
  background: #e3051a;
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 250%;
  position: absolute;
  top: calc(70px  / 2 * -1);
  left: calc(50% -  calc(70px  / 2));
}
.widget-textWithImage.icon-card .content-image object,
.text-with-image.icon-card .content-image object {
  height: calc(70px  - 7.5px);
  width: calc(70px  - 7.5px);
  object-fit: contain;
}
/*
 * CONTACT WIDGET
 */
.widget-contact b span {
  display: block;
  text-transform: none;
  font-weight: 300;
}
.widget-contact .contact-address {
  padding: 5px 0;
}
.widget-contact .contact-address > span > span:after {
  content: ' ';
}
.widget-contact ul.widget-contact-data {
  list-style: none;
  margin: 5px 0 !important;
}
.widget-contact ul.widget-contact-data > li:nth-child(n+2) {
  padding-top: 3px;
}
.widget-contact ul.widget-contact-data > li span.label {
  display: inline-block;
  width: 30px;
  padding-right: 5px;
  text-align: center;
  vertical-align: top;
}
.widget-contact ul.widget-contact-data > li span.text {
  display: inline-block;
  width: calc(100% - 30px);
}
.widget-contact a[href^="tel"]:link {
  color: #333;
}
.widget-contact a[href^="tel"]:visited {
  color: #333;
}
.widget-contact a[href^="tel"]:hover {
  color: #333;
}
.widget-contact .opening-list {
  list-style: none;
}
/*
 * CONTACT TOPLINE WIDGET
 */
ul.topline-contact {
  list-style: none;
  overflow: hidden;
}
ul.topline-contact > li {
  display: inline-block;
  float: left;
  padding-right: 10px;
}
ul.topline-contact > li > i,
ul.topline-contact > li > a > i {
  padding-right: 5px;
}
ul.topline-contact > li ul.opening-list {
  list-style: none;
  display: inline;
}
ul.topline-contact > li ul.opening-list > li {
  display: inline-block;
  position: relative;
}
ul.topline-contact > li ul.opening-list > li:nth-child(n+2):before {
  content: '|';
  padding: 0 5px;
}
/*
 * CITES WIDGET
 */
.frontend .widget-cite {
  width: 80%;
  margin: 0 10%;
}
.frontend .widget-cite .cite-text {
  font-size: calc(100% + 40%);
  text-align: center;
  font-style: italic;
  color: #333;
}
.frontend .widget-cite .cite-text span {
  color: #333;
  display: inline-block;
  padding: 0 5px;
}
.frontend .widget-cite .cite-author {
  text-align: right;
  margin: 0 50px 0 0;
  padding: 10px 0 0 0;
  color: #333;
}
/*
 * REVIEWS WIDGET
 */
.widget-review {
  width: 80%;
  margin: 0 10%;
  list-style: none;
}
.widget-review:nth-child(n+2) {
  padding-top: 30px;
}
.widget-review .review-meta span {
  display: inline-block;
  padding-right: 15px;
}
.widget-review .review-text {
  font-size: calc(100% + 40%);
  text-align: center;
  font-style: italic;
  color: #333;
}
.widget-review .review-text span {
  color: #333;
  display: inline-block;
  padding: 0 5px;
}
.widget-review .review-author {
  text-align: right;
  color: #333;
}
.widget-review .review-source a {
  color: inherit;
}
/*
 * COUNTDOWN CIRCULAR WIDGET
 */
.widget-countdown-circular {
  display: flex;
  gap: calc(15px / 2);
}
.widget-countdown-circular.default-background .circle-foreground {
  stroke: #333;
}
.widget-countdown-circular.default-foreground .circle-foreground {
  stroke: #fff;
}
.widget-countdown-circular.highlight-background-1 .circle-background {
  stroke: #e3051a;
}
.widget-countdown-circular.highlight-background-2 .circle-background {
  stroke: #949597;
}
.widget-countdown-circular.highlight-foreground-1 .circle-foreground {
  stroke: #e3051a;
}
.widget-countdown-circular.highlight-foreground-2 .circle-foreground {
  stroke: #949597;
}
.widget-countdown-circular .timer-item {
  position: relative;
  display: inline-flex;
}
.widget-countdown-circular .timer-item .timer-text {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.widget-countdown-circular .timer-item .timer-text .number {
  font-size: 150%;
  line-height: 1;
}
.widget-countdown-circular .timer-item .timer-text .text {
  font-size: 80%;
}
.widget-countdown-circular svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.widget-countdown-circular .circle-foreground {
  transition: all 1s linear;
}
.countdown-wrap {
  position: absolute;
  right: 0;
  top: 0;
  left: unset;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 350px;
  height: auto;
  background: #fff;
  padding-bottom: 5px;
}
.countdown-wrap .content-text {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: #e3051a;
  padding: calc(15px / 2);
  font-size: 90%;
}
.countdown-wrap .content-text span,
.countdown-wrap .content-text a {
  color: #fff;
}
.countdown-wrap .content-text a:hover {
  text-decoration: underline;
}
.countdown-wrap .widget-countdown-circular {
  display: flex;
  gap: calc(15px / 2);
}
.countdown-wrap .widget-countdown-circular.default-background .circle-foreground {
  stroke: #333;
}
.countdown-wrap .widget-countdown-circular.default-foreground .circle-foreground {
  stroke: #fff;
}
.countdown-wrap .widget-countdown-circular.highlight-background-1 .circle-background {
  stroke: #e3051a;
}
.countdown-wrap .widget-countdown-circular.highlight-background-2 .circle-background {
  stroke: #949597;
}
.countdown-wrap .widget-countdown-circular.highlight-foreground-1 .circle-foreground {
  stroke: #e3051a;
}
.countdown-wrap .widget-countdown-circular.highlight-foreground-2 .circle-foreground {
  stroke: #949597;
}
.countdown-wrap .widget-countdown-circular .timer-item {
  position: relative;
  display: inline-flex;
}
.countdown-wrap .widget-countdown-circular .timer-item .timer-text {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.countdown-wrap .widget-countdown-circular .timer-item .timer-text .number {
  font-size: 130%;
  font-weight: 600;
  line-height: 1;
}
.countdown-wrap .widget-countdown-circular .timer-item .timer-text .text {
  font-size: 80%;
}
.countdown-wrap .widget-countdown-circular svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.countdown-wrap .widget-countdown-circular .circle-foreground {
  transition: all 1s linear;
}
.countdown-wrap .widget-countdown-circular svg.mobile {
  display: none;
}
@media only screen and (max-width: 1440px) {
  .countdown-wrap {
    position: absolute;
    width: 250px;
    right: 15px;
    left: unset;
    top: 0px;
  }
  .countdown-wrap .widget-countdown-circular {
    padding: calc(15px / 2) 0 2px;
  }
  .countdown-wrap .widget-countdown-circular svg.mobile {
    display: block;
  }
  .countdown-wrap .widget-countdown-circular svg.desktop {
    display: none;
  }
  .countdown-wrap .widget-countdown-circular .timer-item .timer-text {
    color: #e3051a;
  }
  .countdown-wrap .widget-countdown-circular .timer-item .timer-text .number {
    font-size: 105%;
    font-weight: 600;
  }
  .countdown-wrap .widget-countdown-circular .timer-item .timer-text .text {
    font-size: 65%;
    line-height: 1;
  }
}
/*
 * COUNTER CIRCULAR WIDGET
 */
.widget-counter-circular {
  display: flex;
  gap: calc(15px / 2);
}
.widget-counter-circular.default-background .circle-foreground {
  stroke: #333;
}
.widget-counter-circular.default-foreground .circle-foreground {
  stroke: #fff;
}
.widget-counter-circular.highlight-background-1 .circle-background {
  stroke: #e3051a;
}
.widget-counter-circular.highlight-background-2 .circle-background {
  stroke: #949597;
}
.widget-counter-circular.highlight-foreground-1 .circle-foreground {
  stroke: #e3051a;
}
.widget-counter-circular.highlight-foreground-2 .circle-foreground {
  stroke: #949597;
}
.widget-counter-circular .circular-counter {
  position: relative;
  display: inline-flex;
}
.widget-counter-circular .circular-counter .counter-text {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.widget-counter-circular .circular-counter .counter-text .number {
  font-size: 150%;
  line-height: 1;
}
.widget-counter-circular .circular-counter .counter-text .text {
  font-size: 80%;
}
.widget-counter-circular svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.widget-counter-circular .circle-foreground {
  transition: all 1s linear;
}
/*
 * PREVIEW ICON WIDGET
 */
.preview-icon-widget {
  position: relative;
  padding: 15px;
  padding-top: 40px;
  margin-top: 25px;
  border: 1px solid #e3051a;
}
.preview-icon-widget .icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -25px;
  height: 50px;
  width: 50px;
  left: calc(50% - 25px);
  background: #e3051a;
}
.preview-icon-widget .icon-wrap i {
  color: #fff;
  font-size: 165%;
}
/*
 * SCROLLING TEXT WIDGET
 */
.widget-scrolling-text {
  overflow: hidden;
  width: 100%;
  padding: 0 40px;
  height: 40px;
  font-size: calc(100% + 40%);
}
.widget-scrolling-text .non-scrolling-text {
  display: inline;
  float: left;
  width: 50%;
  padding: 0 5px 0 0 ;
  margin: 0;
  text-align: right;
  font-weight: 600;
  line-height: 40px;
}
.widget-scrolling-text .scrolling-word-list {
  width: 50%;
  float: right;
  padding: 0 0 0 5px;
  margin: 0;
  text-align: left;
  list-style: none;
  -webkit-animation-name: change;
  -webkit-animation-duration: var(--animationDuration);
  -webkit-animation-iteration-count: infinite;
  animation-name: change;
  animation-duration: var(--animationDuration);
  animation-iteration-count: infinite;
}
.widget-scrolling-text .scrolling-word-list > li {
  height: 40px;
  line-height: 40px;
  margin: 0;
}
@media only screen and (max-width: 900px) {
  .widget-scrolling-text .non-scrolling-text {
    width: 100%;
    position: absolute;
    padding: 0;
    top: 50px;
    left: 0;
    text-align: center;
    z-index: 10;
  }
  .widget-scrolling-text .scrolling-word-list {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
/*
 * IMAGE-WIDGET
 */
.simpleimage img {
  display: block;
  width: 100%;
  height: auto;
}
.simpleimage.mask-image {
  position: absolute;
}
.simpleimage.mask-image .mask-image-wrap {
  position: relative;
  height: 100%;
  width: 100%;
}
.simpleimage.mask-image .mask-image-wrap object,
.simpleimage.mask-image .mask-image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.simpleimage.mask-image .mask-image-wrap img {
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  object-fit: cover;
}
.simpleimage.bg-image {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 25vh;
}
.simpleimage.bg-image picture,
.simpleimage.bg-image img {
  position: absolute;
  left: -99999px;
}
.widget-pagelogo a {
  position: relative;
}
.widget-pagelogo a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
/*
 * MODAL WIDGETS
 */
body .ui-widget-overlay {
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
  filter: alpha(opacity=1);
  z-index: 1000000 !important;
}
body .ui-dialog.modal-popup {
  z-index: 1000001 !important;
  border: none;
  overflow: visible;
  font-size: 100%;
}
body .ui-dialog.modal-popup.background-orange {
  background: #e64415;
  color: #fff;
}
body .ui-dialog.modal-popup.background-transparent {
  background: transparent;
  color: #fff;
}
body .ui-dialog.modal-popup.background-darkgrey {
  background: #e3051a;
  color: #fff;
}
body .ui-dialog.modal-popup.background-darkgrey h2,
body .ui-dialog.modal-popup.background-darkgrey a,
body .ui-dialog.modal-popup.background-darkgrey .ui-widget-content {
  color: #fff;
  line-height: normal;
}
body .ui-dialog.modal-popup.background-white {
  background: #fff;
  color: #e3051a;
}
body .ui-dialog.modal-popup.background-white h2,
body .ui-dialog.modal-popup.background-white .ui-widget-content {
  color: #e3051a;
}
body .ui-dialog.modal-popup .ui-dialog-titlebar-close {
  text-indent: -99999px;
}
body .ui-dialog.modal-popup .ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
  background: transparent;
  border: none;
  padding: 0;
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 50000000000;
  width: 30px;
  display: block;
  height: 30px;
}
body .ui-dialog.modal-popup button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close {
  background: #fff;
  border-radius: 25px;
}
body .ui-dialog.modal-popup.modal-small {
  width: 33.333% !important;
  max-width: 500px;
}
body .ui-dialog.modal-popup.modal-medium {
  width: 50% !important;
  max-width: 960px;
}
body .ui-dialog.modal-popup.modal-wide {
  width: 80% !important;
  max-width: 1280px;
}
body .ui-dialog.modal-popup.modal-extrawide {
  width: 96% !important;
  max-width: 1440px;
}
