@charset "UTF-8";
/*----------------------------------------------------------------------------------------------
                                            VARIABLES
----------------------------------------------------------------------------------------------*/
/*------ COLORS -----*/
/*----------------------------------------------------------------------------------------------------------------------------------
                                       ######### GLOBALES ##########
----------------------------------------------------------------------------------------------------------------------------------*/
body {
  overscroll-behavior: none;
}

/*------ FONTS -----*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Barlow Condensed", Helvetica, Arial, Lucida, sans-serif !important;
}

@media (max-width: 767px) {
  h1 {
    font-size: 40px !important;
  }
}

h2 {
  font-size: 40px !important;
}
@media (max-width: 767px) {
  h2 {
    font-size: 32px !important;
  }
}

h3 {
  font-size: 28px !important;
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}

body, input, textarea, select {
  font-family: "Barlow", Helvetica, Arial, Lucida, sans-serif !important;
}

/* barlow-condensed-700 - latin */
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 700;
  src: local("Barlow Condensed Bold"), local("BarlowCondensed-Bold"), url("/files/fonts/barlow-condensed-v5-latin-700.woff2") format("woff2"), url("/files/fonts/barlow-condensed-v5-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* barlow-regular - latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  src: local("Barlow Regular"), local("Barlow-Regular"), url("/files/fonts/barlow-v5-latin-regular.woff2") format("woff2"), url("/files/fonts/barlow-v5-latin-regular.woff") format("woff");
  font-display: swap;
}
/* barlow-700 - latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  src: local("Barlow Bold"), local("Barlow-Bold"), url("/files/fonts/barlow-v5-latin-700.woff2") format("woff2"), url("/files/fonts/barlow-v5-latin-700.woff") format("woff");
  font-display: swap;
}
/*------------------------- Cookie Bar --------------------------*/
#cookie-law-info-bar {
  padding-left: 0px !important;
  padding-right: 0px !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5) !important;
}
#cookie-law-info-bar .cli-bar-container {
  width: 90%;
  max-width: 1200px;
}
#cookie-law-info-bar .cli_settings_button {
  border-radius: 100px;
  padding: 5px 30px 7px 30px;
  font-size: 16px;
  font-weight: 700;
  background-color: transparent !important;
  border: 2px solid #99a1a7;
}
#cookie-law-info-bar #cookie_action_close_header {
  border-radius: 100px;
  padding: 4px 30px 6px 30px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #FFFFFF;
  border: solid 2px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg, #FF4B2B, #D4145A);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #141E26 inset;
  transition: all 0.3s;
}
#cookie-law-info-bar #cookie_action_close_header:hover {
  box-shadow: none;
}

.cli-modal-content h4 {
  color: #212b32;
}

/*-------------- LazyLoad CSS Background Images --------------*/
.lazy {
  background-image: none !important;
  opacity: 0;
}

.bg-lazyloaded {
  transition: opacity 0.3s ease-in-out 0.1s;
  opacity: 1;
}

/*-------------- Hintergrundfarbe Sections --------------*/
.et_pb_section {
  background-color: #141E26 !important;
}

/*-------------- Farbige Überschrift --------------*/
.sub-head {
  color: rgba(255, 75, 43, 0.4) !important;
  letter-spacing: 3px;
  font-size: 18px;
}

/*--- INLINE-BUTTONS ---*/
.btn-inline {
  text-align: left !important;
}
.btn-inline .et_pb_button_module_wrapper {
  display: inline-block;
}
.btn-inline .et_pb_button_module_wrapper:not(:last-child) {
  margin-right: 20px;
  margin-bottom: 20px;
}

/*----------------------------------------------------------------------------------------------------------------------------------
                                       ######### HEADER ##########
----------------------------------------------------------------------------------------------------------------------------------*/
#main-header {
  box-shadow: none !important;
}
#main-header.et-fixed-header {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5) !important;
}
#main-header .container {
  width: 90% !important;
  max-width: 1200px !important;
  padding: 0 !important;
}

/*----------------------------------------------------------------------------------------------------------------------------------
                                       ######### FOOTER ##########
----------------------------------------------------------------------------------------------------------------------------------*/
.footer-section {
  padding: 20px 0px !important;
}
.footer-section .spacer {
  height: 2px;
  background-image: linear-gradient(90deg, #FF4B2B, #D4145A);
}
.footer-section a {
  color: #99a1a7;
}
.footer-section a:hover {
  color: #FFFFFF;
}
.footer-section .copyright,
.footer-section .impressum,
.footer-section .datenschutz,
.footer-section .cookie-settings {
  font-size: 14px;
  color: #72787d;
  display: inline-block;
  margin-right: 15px;
}
.footer-section .copyright a,
.footer-section .impressum a,
.footer-section .datenschutz a,
.footer-section .cookie-settings a {
  color: #72787d;
}
@media (max-width: 767px) {
  .footer-section .copyright {
    display: block;
  }
}
.footer-section .impressum::before,
.footer-section .datenschutz::before,
.footer-section .cookie-settings::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  vertical-align: middle;
  margin-right: 15px;
  background-color: rgba(255, 75, 43, 0.8);
}
.footer-section .cookie-settings a {
  background-color: transparent !important;
}

/*------------------------------------------------------------------------------------------------------------------------------
                                       ######### HOMEPAGE ##########
-------------------------------------------------------------------------------------------------------------------------------*/
.hero-section {
  background-image: radial-gradient(closest-side at 70% 50%, rgba(7, 44, 105, 0.6), transparent);
  padding: 0px 0px 100px 0px !important;
}
.hero-section .hero-content {
  display: flex;
}
.hero-section .hero-text {
  width: 45%;
  margin-top: 70px;
}
.hero-section .hero-text h1 {
  max-width: 440px;
  font-size: 50px;
}
.hero-section .hero-text p {
  font-size: 22px;
  margin-top: 20px;
  line-height: 30px;
}
@media (max-width: 980px) {
  .hero-section .hero-text {
    width: 100%;
    margin-top: 20px;
  }
}
.hero-section .contact-button-wrapper {
  margin-top: 70px;
}
.hero-section .contact-button-wrapper a {
  border-radius: 100px;
  padding: 4px 42px 6px 42px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #FFFFFF;
  border: solid 3px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg, #FF4B2B, #D4145A);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #141E26 inset;
  transition: all 0.3s;
}
.hero-section .contact-button-wrapper a:hover {
  box-shadow: none;
}
@media (max-width: 767px) {
  .hero-section .contact-button-wrapper a {
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    max-width: 200px;
  }
}
.hero-section .hero-image {
  width: 55%;
}
@media (max-width: 980px) {
  .hero-section .hero-image {
    display: none !important;
  }
}
.hero-section .hero-image img {
  max-width: 120%;
  margin-left: -5%;
}

.philosophie-section {
  padding: 0px 0px 320px 0px !important;
  background-image: url(/wp-content/uploads/wave.png);
  background-size: 100% 546px;
  background-position-y: 120px;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .philosophie-section {
    background-size: 100% 200px;
    padding-bottom: 70px !important;
    background-position-y: bottom;
  }
}
.philosophie-section .text {
  text-align: center;
}
.philosophie-section .text h2 {
  max-width: 1000px;
  margin: auto;
}
.philosophie-section .text p {
  max-width: 560px;
  margin: 30px auto;
}
.philosophie-section .text .colorful {
  font-size: 30px;
  background-image: linear-gradient(#FF4B2B, #D4145A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .philosophie-section .text .colorful {
    font-size: 24px;
  }
}

.strategie-section {
  margin-top: -230px;
  background-color: transparent !important;
}
@media (max-width: 767px) {
  .strategie-section {
    margin-top: -60px;
  }
}
@media (max-width: 980px) {
  .strategie-section .et_pb_column {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .strategie-section .blurb-wrapper {
    margin-left: 80px;
  }
}
.strategie-section .blurb {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.strategie-section .blurb .image-wrap {
  width: 99px;
}
@media (max-width: 767px) {
  .strategie-section .blurb .image-wrap {
    width: 25%;
  }
}
.strategie-section .blurb .content {
  margin-left: 20px;
  max-width: 270px;
  width: calc(100% - 119px);
}
@media (max-width: 767px) {
  .strategie-section .blurb .content {
    width: 70%;
    margin-left: 5%;
  }
}
.strategie-section .blurb .content ul {
  padding-bottom: 0px;
}
.strategie-section .blurb .content li {
  font-size: 15px;
  line-height: 20px;
}
.strategie-section .blurb .content li::marker {
  color: #FF4B2B;
}

.prinzipien-section {
  padding-bottom: 220px !important;
  background-image: url(/wp-content/uploads/wave-2.png);
  background-size: 100% 362px;
  background-position-y: bottom;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .prinzipien-section {
    padding-bottom: 80px !important;
    background-size: 100% 200px;
  }
}
.prinzipien-section .text {
  text-align: center;
}
.prinzipien-section .tile-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .prinzipien-section .tile-wrapper {
    flex-wrap: wrap;
  }
}
.prinzipien-section .tile-wrapper .tile {
  width: 28%;
  padding: 50px;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) and (max-width: 980px) {
  .prinzipien-section .tile-wrapper .tile {
    padding: 20px;
    width: 31%;
  }
}
@media (max-width: 767px) {
  .prinzipien-section .tile-wrapper .tile {
    width: 100%;
    margin-bottom: 30px;
  }
}
.prinzipien-section .tile-wrapper .tile p {
  margin-top: 30px;
  color: #FFFFFF;
}
@media (min-width: 768px) and (max-width: 980px) {
  .prinzipien-section .tile-wrapper .tile p {
    margin-top: 20px;
  }
}
.prinzipien-section .tile-wrapper .tile:nth-child(1) {
  background-color: #FF4B2B;
}
.prinzipien-section .tile-wrapper .tile:nth-child(2) {
  background-color: #E92F42;
}
.prinzipien-section .tile-wrapper .tile:nth-child(3) {
  background-color: #D4145A;
}

@media (min-width: 981px) {
  .product-section {
    padding-bottom: 120px !important;
  }
}
.product-section .app-list ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
}
.product-section .app-list .bg-telescan {
  background-image: url(/wp-content/uploads/telescan-icon.svg);
}
.product-section .app-list .app-item {
  position: relative;
  list-style: none;
  width: 21%;
  max-width: 125px;
  height: 125px;
  line-height: 12px;
  background-color: #99a1a7;
  border-radius: 10px;
  padding-top: 90px;
  margin-top: 4%;
  text-align: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  transition: all 0.3s linear;
}
@media only screen and (min-width: 641px) and (max-width: 980px) {
  .product-section .app-list .app-item {
    min-width: 120px;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 640px) {
  .product-section .app-list .app-item {
    padding-top: 70px;
    width: 100px;
    height: 100px;
    margin-top: 0px;
  }
}
.product-section .app-list .app-item:hover {
  cursor: pointer;
}
.product-section .app-list .app-item.active-app, .product-section .app-list .app-item:hover {
  background-color: #FFFFFF;
}
.product-section .app-list .app-item.active-app::after {
  content: url(/wp-content/uploads/circle-bg.svg);
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 99px;
  height: 99px;
  transform: translate(50%, 50%);
  z-index: -1;
}
@media only screen and (max-width: 640px) {
  .product-section .app-list .app-item.active-app::after {
    top: -10px;
    width: 25px;
  }
}
.product-section .app-list .app-item a {
  color: inherit;
  font-weight: 700;
  font-size: 13px;
}
.product-section .app-list .app-item .app-icon {
  position: absolute;
  top: 25px;
  left: 50%;
  width: 50px;
  height: 50px;
  background-size: 100% 100%;
  transform: translatex(-50%);
}
@media only screen and (max-width: 640px) {
  .product-section .app-list .app-item .app-icon {
    width: 40px;
    height: 40px;
    top: 20px;
  }
}
.product-section .app-desc {
  margin-top: 60px;
  display: none;
}
@media (min-width: 981px) {
  .product-section .app-desc {
    width: 90%;
  }
}
.product-section .app-desc a {
  color: #FFFFFF;
  line-height: 1.8em;
}
.product-section .app-desc a::before {
  content: "&";
  font-family: ETmodules !important;
  display: inline;
  color: #FF4B2B;
  font-size: 0.9em;
  margin-right: 6px;
  font-weight: 700;
}
.product-section .app-desc.open {
  display: block;
}
@media (max-width: 980px) {
  .product-section .app-desc h4 {
    font-size: 28px;
  }
}
.product-section .app-desc-ce {
  display: none;
  font-size: 14px;
  line-height: 1.2em;
}
@media (min-width: 981px) {
  .product-section .app-desc-ce {
    width: 90%;
    margin-top: 110px;
  }
}
.product-section .app-desc-ce.open {
  display: block;
}
.product-section .app-images {
  margin-left: -10%;
}
.product-section .app-images .app-img {
  display: none;
  line-height: 0;
}
@media only screen and (max-width: 980px) {
  .product-section .app-images .app-img {
    padding: 30px 0;
    margin-bottom: 50px;
  }
}
.product-section .app-images .app-img.open {
  display: block;
}
@media only screen and (min-width: 981px) {
  .product-section .app-images .app-img.phone {
    transform: translate(10%, -30px);
  }
  .product-section .app-images .app-img.phone img {
    max-height: 700px;
    width: auto;
  }
}
@media (min-width: 981px) {
  .product-section .app-images .app-img::after {
    content: url(/wp-content/uploads/circle-bg.svg);
    position: absolute;
    left: 0px;
    top: -80px;
    width: 200px;
    height: 200px;
    z-index: -1;
  }
}
.product-section .app-images img {
  max-height: 600px;
}
@media only screen and (min-width: 981px) {
  .product-section .app-images img {
    max-width: 180%;
    max-height: 100%;
  }
}

.kontakt-section .text {
  text-align: center;
}
.kontakt-section .frm_forms {
  max-width: 530px !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.kontakt-section .frm_forms .frm_form_field input:focus,
.kontakt-section .frm_forms .frm_form_field textarea:focus {
  border: solid 1px #FF4B2B !important;
  box-shadow: none !important;
}
.kontakt-section .frm_forms .frm_form_field input::-webkit-input-placeholder,
.kontakt-section .frm_forms .frm_form_field textarea::-webkit-input-placeholder {
  color: rgba(255, 75, 43, 0.4);
  font-weight: 700;
}
.kontakt-section .frm_forms .captcha button {
  font-size: 14px;
  color: #72787d;
  border: none !important;
  background: transparent;
}
.kontakt-section .frm_forms .captcha button:hover {
  color: #FFFFFF;
  cursor: pointer;
}
.kontakt-section .frm_forms .datenschutz {
  text-align: right;
}
.kontakt-section .frm_forms .datenschutz a {
  color: #72787d;
  font-size: 14px;
}
.kontakt-section .frm_forms .datenschutz a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.kontakt-section .frm_forms .frm_button_submit {
  display: block;
  margin: 50px auto 0 auto !important;
  border-radius: 100px !important;
  padding: 4px 42px 6px 42px !important;
  font-size: 24px !important;
  line-height: 36px !important;
  font-weight: 700 !important;
  letter-spacing: 1px;
  color: #FFFFFF !important;
  border: solid 3px transparent !important;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg, #FF4B2B, #D4145A) !important;
  background-origin: border-box !important;
  background-clip: content-box, border-box !important;
  box-shadow: 2px 1000px 1px #141E26 inset !important;
  transition: all 0.3s;
}
.kontakt-section .frm_forms .frm_button_submit:hover {
  box-shadow: none !important;
}

/*---------------------------------------------------------------------------------------------------------------------
                                             ######### TeleScan ##########
----------------------------------------------------------------------------------------------------------------------*/
.manual-archive .et_pb_button {
  padding: 0.3em 2em 0.3em 2.7em !important;
  font-size: 16px !important;
  width: 100%;
  max-width: 450px;
  text-align: center;
}
@media (max-width: 767px) {
  .manual-archive .et_pb_button {
    font-size: 14px !important;
    padding: 0.3em 1em 0.3em 2.2em !important;
  }
}
.manual-archive .et_pb_button::before {
  content: "\e05f";
  font-family: ETmodules !important;
  font-weight: 400 !important;
  line-height: inherit;
  font-size: inherit !important;
  opacity: 1;
  margin-left: -1.3em;
  right: auto;
  display: inline-block;
}
.manual-archive .et_pb_button:hover {
  padding: 0.3em 2em 0.3em 2.7em !important;
}
.manual-archive .et_pb_button:not(:first-child) {
  border-color: #72787d !important;
}
.manual-archive .et_pb_column > .et_pb_button_module_wrapper ~ .et_pb_button_module_wrapper .et_pb_button {
  border-color: #72787d !important;
  color: #72787d !important;
}
.manual-archive .et_pb_column > .et_pb_button_module_wrapper ~ .et_pb_button_module_wrapper .et_pb_button:hover {
  background-color: #72787d !important;
  color: white !important;
}/*# sourceMappingURL=custom.css.map */