/* joomla 5.xx */
/* Variables CSS Document */
/******* COLORS *******/
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Kanit-Regular.ttf") format("truetype");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Kanit-Black.ttf") format("truetype");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Kanit-Bold.ttf") format("truetype");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'RedHatDisplay';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/RedHatDisplay-Regular.ttf") format("truetype");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'RedHatDisplay';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/RedHatDisplay-Bold.ttf") format("truetype");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'RedHatDisplay';
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/RedHatDisplay-Black.ttf") format("truetype");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
body {
  font-family: "RedHatDisplay";
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 32px;
  display: block;
  text-shadow: none;
  display: block;
  position: relative;
  hyphens: auto;
  background: url("/images/template-dateien/Background-min.png"), #252B33;
  background-position: center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover; }

html {
  font-family: "RedHatDisplay";
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 32px;
  display: block;
  text-shadow: none;
  hyphens: auto; }

/* 
::-moz-selection { background: $color-font; color: #fff!important; }
::selection { background: $color-font; color: #fff!important; }
*/
a {
  color: #333; }
  a.btn, a.sppb-btn {
    background-color: #273A59;
    border: 1px solid #273A59;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.5rem;
    text-decoration: none; }
    a.btn:hover, a.sppb-btn:hover {
      background-color: #333;
      border: 1px solid #333; }
  a.bk-button {
    border: 1px solid #273A59; }
    a.bk-button:hover {
      background-color: #ffffff;
      color: #273A59;
      border: 1px solid #273A59; }

h1 {
  font-family: "Kanit";
  font-weight: 700;
  font-size: 2.2rem;
  color: #ffffff;
  line-height: 2.8rem;
  display: block;
  text-transform: uppercase;
  text-shadow: none !important;
  text-transform: uppercase;
  margin-bottom: 40px; }
  h1 span.bluegrad {
    background: -webkit-linear-gradient(12deg, #00D9FF -6.85%, #3E50E4 104.35%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  @media (max-width: 767px) {
    h1 {
      font-family: "Kanit";
      font-weight: 700;
      font-size: 1.8rem;
      color: #ffffff;
      line-height: 2.4rem; } }

h2 {
  font-family: "Kanit";
  font-weight: 700;
  font-size: 2.1rem;
  color: #ffffff;
  line-height: 2.8rem;
  text-transform: uppercase;
  margin-bottom: 35px; }
  @media (max-width: 767px) {
    h2 {
      font-family: "Kanit";
      font-weight: 700;
      font-size: 1.5rem;
      color: #ffffff;
      line-height: 2.3rem; } }

h3 {
  font-family: "Kanit";
  font-weight: 700;
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 2.2rem;
  text-transform: uppercase;
  margin-bottom: 35px; }
  @media (max-width: 767px) {
    h3 {
      font-family: "Kanit";
      font-weight: 400;
      font-size: 1.2rem;
      color: #ffffff;
      line-height: 1.8rem; } }

.gradient h3 {
  background: linear-gradient(90.71deg, #18C0FD 0%, #7E42F4 50%, #F202A6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
.gradient h2 {
  background: linear-gradient(90.71deg, #18C0FD 0%, #7E42F4 50%, #F202A6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

#contents {
  padding-top: 60px;
  padding-bottom: 60px; }

.padding-top5 {
  padding-top: 5%; }
  @media (max-width: 767px) {
    .padding-top5 {
      padding-top: 48px; } }

.padding-bottom5 {
  padding-bottom: 5%; }
  @media (max-width: 767px) {
    .padding-bottom5 {
      padding-bottom: 48px; } }

.padding-top10 {
  padding-top: 10%; }

.padding-bottom10 {
  padding-bottom: 10%; }

.padding-bottom60 {
  padding-bottom: 60px; }

.padding-top60 {
  padding-top: 60px; }

.padding-top40 {
  padding-top: 40px; }

.padding-bottom40 {
  padding-bottom: 40px; }

.sppb-btn.gradient-blue-lila-btn {
  background: -webkit-linear-gradient(bottom left, #18c0fd 0%, #7e42f4 27%, #f202a6 61%);
  background: -o-linear-gradient(bottom left, #18c0fd 0%, #7e42f4 27%, #f202a6 61%);
  background: linear-gradient(to top right, #18c0fd 0%, #7e42f4 27%, #f202a6 61%);
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  font-family: "Kanit";
  font-weight: 700;
  font-size: 1.4rem;
  color: #ffffff;
  line-height: 2.8rem;
  box-shadow: 0 0 20px #eee;
  border-radius: 40px;
  display: block;
  border: 2px solid #ffffff; }
  .sppb-btn.gradient-blue-lila-btn:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
    border: 2px solid #ffffff; }

.startseite-badge {
  border: 1px solid #ffffff;
  border-radius: 20px;
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(5px); }
  .startseite-badge .sppb-addon-content h3 {
    margin-bottom: 0px;
    font-family: "RedHatDisplay";
    font-weight: 800;
    font-size: 1.6rem;
    color: #ffffff;
    line-height: 2.2rem;
    text-transform: uppercase; }

.sppb-blockquote-style {
  background: linear-gradient(91.17deg, #038DFF 0.52%, #00CFFF 49.81%, #4770F8 99.1%);
  border-radius: 20px;
  border-left: none;
  margin-top: 0px; }
  .sppb-blockquote-style p {
    margin-bottom: 0px;
    font-style: italic;
    text-align: center;
    font-family: "RedHatDisplay";
    font-weight: 600;
    font-size: 1.2rem;
    color: #ffffff;
    line-height: 2rem;
    padding: 5px 15px; }

.glass-box-start {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0));
  border: 1px solid white;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  padding: 15px;
  color: #fff; }
  .glass-box-start::before {
    content: '';
    border-radius: 16px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.25), transparent 60%);
    pointer-events: none; }
  .glass-box-start .sppb-addon-feature .pull-left {
    min-width: 150px !important; }
    .glass-box-start .sppb-addon-feature .pull-left img {
      min-width: 150px !important; }
  .glass-box-start .sppb-addon-feature .sppb-media-body {
    width: 100%;
    display: flex;
    align-items: center; }
  .glass-box-start .sppb-addon-feature .sppb-addon-content .sppb-media {
    display: flex;
    flex-direction: row;
    align-content: center; }
  .glass-box-start .sppb-addon-feature .sppb-addon-content h3 {
    font-family: "RedHatDisplay";
    font-weight: 800;
    font-size: 1rem;
    color: #ffffff;
    text-align: left;
    line-height: 1.4rem;
    text-transform: uppercase;
    margin-bottom: 0px; }

.price-row {
  border: 4px solid #273A59;
  border-radius: 20px;
  text-align: center;
  padding: 24px; }
  .price-row h3 {
    background: linear-gradient(90.71deg, #18C0FD 0%, #7E42F4 50%, #F202A6 100%);
    -webkit-background-clip: text;
    text-align: center;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase; }
  .price-row p.sppb-addon-title {
    text-align: center;
    font-family: "RedHatDisplay";
    font-weight: 800;
    font-size: 1rem;
    color: #ffffff;
    line-height: 1.4rem;
    text-transform: uppercase;
    border-bottom: 1px solid #273A59; }
  .price-row p {
    text-align: left; }
  .price-row .sppb-addon-text-block li {
    text-align: left; }

header .main-header-wrapper {
  padding-top: 8px;
  padding-bottom: 8px; }
  header .main-header-wrapper .container .row {
    display: flex;
    flex-direction: row;
    justify-content: center; }
    header .main-header-wrapper .container .row .header-logo {
      display: flex;
      flex-direction: row; }
      header .main-header-wrapper .container .row .header-logo .navbar-brand {
        margin-bottom: 10px; }
        header .main-header-wrapper .container .row .header-logo .navbar-brand img {
          margin-top: 10px;
          margin-bottom: 10px;
          max-width: 450px;
          height: auto; }
          @media (max-width: 1024px) {
            header .main-header-wrapper .container .row .header-logo .navbar-brand img {
              max-width: 280px;
              width: 100%; } }
          @media (max-width: 450px) {
            header .main-header-wrapper .container .row .header-logo .navbar-brand img {
              max-width: 250px;
              width: 100%; } }
    header .main-header-wrapper .container .row .header-second {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-end; }
      @media (max-width: 1399px) {
        header .main-header-wrapper .container .row .header-second {
          border: none;
          justify-content: flex-end; } }
      header .main-header-wrapper .container .row .header-second .nav-wrap {
        display: flex;
        flex-direction: row; }
        @media (max-width: 1023px) {
          header .main-header-wrapper .container .row .header-second .nav-wrap {
            flex-direction: row-reverse; } }
        header .main-header-wrapper .container .row .header-second .nav-wrap .dj-megamenu-wrapper .dj-megamenu-accordion button.dj-mobile-open-btn {
          background: none; }
          header .main-header-wrapper .container .row .header-second .nav-wrap .dj-megamenu-wrapper .dj-megamenu-accordion button.dj-mobile-open-btn span {
            background-color: #ffffff; }
            header .main-header-wrapper .container .row .header-second .nav-wrap .dj-megamenu-wrapper .dj-megamenu-accordion button.dj-mobile-open-btn span::before, header .main-header-wrapper .container .row .header-second .nav-wrap .dj-megamenu-wrapper .dj-megamenu-accordion button.dj-mobile-open-btn span::after {
              background-color: #273A59; }
        header .main-header-wrapper .container .row .header-second .nav-wrap .dj-megamenu-wrapper #dj-megamenu111 li a {
          font-family: "RedHatDisplay";
          font-weight: 400;
          font-size: 1.125rem;
          color: #ffffff;
          line-height: 32px; }
          header .main-header-wrapper .container .row .header-second .nav-wrap .dj-megamenu-wrapper #dj-megamenu111 li a:hover {
            color: #ffffff; }
        header .main-header-wrapper .container .row .header-second .nav-wrap .dj-megamenu-wrapper #dj-megamenu111 li.active a {
          color: #ffffff; }
        header .main-header-wrapper .container .row .header-second .nav-wrap .dj-megamenu-wrapper #dj-megamenu111 li .dj-subwrap {
          box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2); }
          header .main-header-wrapper .container .row .header-second .nav-wrap .dj-megamenu-wrapper #dj-megamenu111 li .dj-subwrap .dj-subwrap-in {
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
            background-color: #ffffff; }
            header .main-header-wrapper .container .row .header-second .nav-wrap .dj-megamenu-wrapper #dj-megamenu111 li .dj-subwrap .dj-subwrap-in ul.dj-submenu > li:hover > a {
              background: none; }
            header .main-header-wrapper .container .row .header-second .nav-wrap .dj-megamenu-wrapper #dj-megamenu111 li .dj-subwrap .dj-subwrap-in ul.dj-submenu li a {
              font-family: "RedHatDisplay";
              font-weight: 300;
              font-size: 20px;
              color: #ffffff;
              line-height: 32px; }
              header .main-header-wrapper .container .row .header-second .nav-wrap .dj-megamenu-wrapper #dj-megamenu111 li .dj-subwrap .dj-subwrap-in ul.dj-submenu li a:hover {
                color: #ffffff; }
            header .main-header-wrapper .container .row .header-second .nav-wrap .dj-megamenu-wrapper #dj-megamenu111 li .dj-subwrap .dj-subwrap-in ul.dj-submenu li.active a {
              color: #ffffff; }
            header .main-header-wrapper .container .row .header-second .nav-wrap .dj-megamenu-wrapper #dj-megamenu111 li .dj-subwrap .dj-subwrap-in ul.dj-submenu li .dj-subwrap .dj-subwrap-in {
              background-color: #333; }
              header .main-header-wrapper .container .row .header-second .nav-wrap .dj-megamenu-wrapper #dj-megamenu111 li .dj-subwrap .dj-subwrap-in ul.dj-submenu li .dj-subwrap .dj-subwrap-in ul.dj-submenu li {
                background: none; }
                header .main-header-wrapper .container .row .header-second .nav-wrap .dj-megamenu-wrapper #dj-megamenu111 li .dj-subwrap .dj-subwrap-in ul.dj-submenu li .dj-subwrap .dj-subwrap-in ul.dj-submenu li a {
                  font-family: "RedHatDisplay";
                  font-weight: 300;
                  font-size: 20px;
                  color: #333;
                  line-height: 32px; }
                  header .main-header-wrapper .container .row .header-second .nav-wrap .dj-megamenu-wrapper #dj-megamenu111 li .dj-subwrap .dj-subwrap-in ul.dj-submenu li .dj-subwrap .dj-subwrap-in ul.dj-submenu li a:hover {
                    color: #273A59; }
                header .main-header-wrapper .container .row .header-second .nav-wrap .dj-megamenu-wrapper #dj-megamenu111 li .dj-subwrap .dj-subwrap-in ul.dj-submenu li .dj-subwrap .dj-subwrap-in ul.dj-submenu li.active a {
                  color: #273A59;
                  border-radius: 20px; }
        header .main-header-wrapper .container .row .header-second .nav-wrap .dj-megamenu-wrapper #dj-megamenu110mobile .dj-accordion .dj-accordion-in ul.dj-mobile-nav li a {
          font-family: "RedHatDisplay";
          font-weight: 400;
          font-size: 1rem;
          color: #333;
          line-height: 1.0rem;
          padding: 15px 10px; }
          header .main-header-wrapper .container .row .header-second .nav-wrap .dj-megamenu-wrapper #dj-megamenu110mobile .dj-accordion .dj-accordion-in ul.dj-mobile-nav li a:hover {
            color: #273A59; }
          header .main-header-wrapper .container .row .header-second .nav-wrap .dj-megamenu-wrapper #dj-megamenu110mobile .dj-accordion .dj-accordion-in ul.dj-mobile-nav li a span.toggler::before {
            width: 14px;
            height: 4px; }
          header .main-header-wrapper .container .row .header-second .nav-wrap .dj-megamenu-wrapper #dj-megamenu110mobile .dj-accordion .dj-accordion-in ul.dj-mobile-nav li a span.toggler::after {
            width: 4px;
            height: 14px; }
        header .main-header-wrapper .container .row .header-second .nav-wrap .dj-megamenu-wrapper #dj-megamenu110mobile .dj-accordion .dj-accordion-in ul.dj-mobile-nav li ul li a {
          padding-left: 20px; }

footer {
  background-color: #252B33; }
  footer .footer-info {
    padding-top: 40px;
    color: #ffffff; }
    footer .footer-info .footer1row {
      border-top: 1px solid #64738980;
      padding-top: 30px; }
      footer .footer-info .footer1row .mod-custom table td {
        padding: 10px; }
      footer .footer-info .footer1row .footer-2 {
        display: flex;
        flex-direction: row;
        justify-content: flex-end; }
        footer .footer-info .footer1row .footer-2 h3 {
          color: #ffffff; }
        footer .footer-info .footer1row .footer-2 ul {
          display: flex;
          flex-direction: column; }
          footer .footer-info .footer1row .footer-2 ul li a {
            color: #ffffff;
            text-decoration: none; }
            footer .footer-info .footer1row .footer-2 ul li a:hover {
              text-decoration: underline; }
  footer .footer-rechtlich {
    padding-top: 40px;
    color: #ffffff; }
    footer .footer-rechtlich .footer2row .footer2-2 {
      display: flex;
      flex-direction: row;
      justify-content: flex-end; }
      footer .footer-rechtlich .footer2row .footer2-2 ul li {
        margin-left: 20px; }
        footer .footer-rechtlich .footer2row .footer2-2 ul li a {
          color: #ffffff;
          text-decoration: none; }
          footer .footer-rechtlich .footer2row .footer2-2 ul li a:hover {
            text-decoration: underline; }
