/***** Development Branch, Stand: 06.07.2024, Version: 0.9.3.0 *****/

/* body * {
  outline: 1px solid green;
} */

/*************** Custom Banner HTML Component styles ********************/
#custom-banner {
    background-size: cover !important;
    min-height: 36vw;
    position: relative;
}

#custom-banner .banner-mobile {
    display: none;
}
#custom-banner h1 {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: polygon(0px 0px, 0px 0px,0px 0px, 0px 0px);
}

/*************** Errors and Temp Fixes********************/

/* Flickity Slider overflow error */
.flickity-page-dots {
  left: 0;
}

/* Flickity Slider overflow error END */

/* Styling Modaals for Speaker */
.modaal-content-container>* {
  margin-bottom: 15px;
}

/* Styling Modaals for Speaker END*/


/*********** HTML Smooth Scroll ************/

html {
  scroll-behavior: smooth;
}

html[data-script-enabled="true"] .root-cover {
  display: none;
}

body {
  font-size: 1.8rem;
  overflow-x: hidden;
}

/*********** Temporary fix for Loading at bottom ************/
.ui-loader h1 {
  display: none;
}

/*********** Sections ************/

/************ Image Hover ************/

.k-img-hover-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.k-img-hover {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}

@media (max-width: 992px) {
  .k-img-hover-container::before {
    /* content: "Click me!"; */
    content: url(../images/icons/touch_icon.png);
    position: absolute;
    top: 40%;
    left: 38%;
    z-index: 5;
    color: rgb(255, 255, 255);
    font-size: 18px;
    padding: 5px;
    border-radius: 5px;
    background-color: #50505096;
  }

}

.k-img-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  z-index: 6;
  /*background:
        linear-gradient(141deg, rgba(40, 0, 168, 1) 0%, rgba(0, 255, 252, 1) 100%); */
  background-size: cover;
}

.k-img-hover-container:hover .k-img-overlay {
  opacity: 1;
}

.k-img-overlay-opacity {
  opacity: 1;
}

.k-hover-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/************ Image Hover with Zoom ************/

.k-zoom-wrapper {
  max-width: 1200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.k-zoom-container {
  width: 100%;
  height: 390px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.k-zoom-child {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/* .k-zoom-bg-one {
    im Header der Seite Bild setzen 
} */

/* .k-zoom-bg-two {
    im Header der Seite Bild setzen
} */

.k-zoom-wrapper span {
  display: none;
  font-size: 35px;
  color: #ffffff !important;
  font-family: sans-serif;
  text-align: center;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 50px;
  cursor: pointer;
  text-decoration: none;
}

.k-zoom-container:hover .k-zoom-child,
.k-zoom-container:focus .k-zoom-child {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.k-zoom-container:hover .k-zoom-child:before,
.k-zoom-container:focus .k-zoom-child:before {
  display: block;
}

.k-zoom-container:hover span,
.k-zoom-container:focus span {
  display: block;
}

.k-zoom-child:before {
  content: "";
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(52, 73, 94, 0.75);
}

@media screen and (max-width: 960px) {
  .k-zoom-container {
    width: 100%;
    margin: 20px 0;
  }

  .k-zoom-wrapper {
    padding: 20px;
  }
}

/* Trennlinie */
.k-hr-white {
  background: #ffffff;
  height: 2px;
  border: none;
  width: 20%;
  /* margin-bottom: 1.5em;
    margin-top: 1.5em; */
  display: inline-block;
  text-align: left;
  margin-left: 0 !important;
}

.k-hr-white-centered {
  background: #ffffff;
  height: 2px;
  border: none;
  width: 20%;
  /* margin-bottom: 1.5em;
    margin-top: 1.5em; */
}

.k-hr-black {
  background: #000000;
  height: 2px;
  border: none;
  width: 20%;
  /* margin-bottom: 1.5em;
    margin-top: 1.5em; */
  display: inline-block;
  text-align: left;
  margin-left: 0 !important;
}

.k-hr-black-centered {
  background: #000000;
  height: 2px;
  border: none;
  width: 20%;
  /* margin-bottom: 1.5em;
    margin-top: 1.5em; */
}

.k-hr-black-wide {
  background: #000000;
  height: 2px;
  border: none;
  width: 90%;
  /* margin-bottom: 1.5em;
    margin-top: 1.5em; */
  display: inline-block;
  text-align: left;
}

.k-hr-black-small {
  background: #000000;
  height: 2px;
  border: none;
  width: 10%;
  /* margin-bottom: 1.5em;
    margin-top: 1.5em; */
  display: inline-block;
  text-align: left;
}

.k-three-columns hr {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

/* BASIC FARBEN */
.k-blue {
  color: rgba(36, 0, 176);
}

.k-cyan {
  color: rgba(0, 231, 231);
}

.k-emerald {
  color: rgba(0, 130, 36);
}

.k-lime {
  color: rgba(97, 214, 0);
}

.k-yellow {
  color: rgba(255, 231, 0);
}

.k-orange {
  color: rgba(255, 128, 0);
}

.k-red {
  color: rgba(234, 0, 0);
}

.k-magenta {
  color: rgba(216, 0, 132);
}

/* BASIC FARBEN HINTERGRUENDE */
.k-blue-background {
  background-color: rgba(36, 0, 176);
}

.k-cyan-background {
  background-color: rgba(0, 231, 231);
}

.k-emerald-background {
  background-color: rgba(0, 130, 36);
}

.k-lime-background {
  background-color: rgba(97, 214, 0);
}

.k-yellow-background {
  background-color: rgba(255, 231, 0);
}

.k-orange-background {
  background-color: rgba(255, 128, 0);
}

.k-magenta-background {
  background-color: rgba(234, 0, 0);
}

.k-red-background {
  background-color: rgba(216, 0, 132);
}

/* Gradients und Grautoene */
/* HARMONY GRADIENTS */
.k-gradient-h1a-red-magenta {
  background: rgb(216, 0, 132);
  background: linear-gradient(145deg,
      rgba(234, 0, 0, 1) 0%,
      rgba(216, 0, 132, 1) 100%);
}

.k-gradient-h2a-red-orange {
  background: rgb(234, 0, 0);
  background: linear-gradient(145deg,
      rgba(234, 0, 0, 1) 0%,
      rgba(255, 128, 0, 1) 100%);
}

.k-gradient-h3a-blue-cyan {
  background: rgb(36, 0, 176);
  background: linear-gradient(145deg,
      rgba(36, 0, 176, 1) 0%,
      rgba(0, 255, 252, 1) 100%);
}

.k-gradient-h4a-ermald-lime {
  background: rgb(0, 130, 36);
  background: linear-gradient(145deg,
      rgba(0, 130, 36, 1) 0%,
      rgba(97, 214, 0, 1) 100%);
}

.k-gradient-h5a-orange-yellow {
  background: rgb(255, 128, 0);
  background: linear-gradient(145deg,
      rgba(255, 128, 0, 1) 0%,
      rgba(255, 231, 0, 1) 100%);
}

.k-gradient-h1b-magenta-red {
  background: rgb(216, 0, 132);
  background: linear-gradient(145deg,
      rgba(216, 0, 132, 1) 0%,
      rgba(234, 0, 0, 1) 100%);
}

.k-gradient-h2b-orange-red {
  background: rgb(255, 128, 0);
  background: linear-gradient(145deg,
      rgba(255, 128, 0, 1) 0%,
      rgba(234, 0, 0, 1) 100%);
}

.k-gradient-h3b-cyan-blue {
  background: rgb(0, 255, 252);
  background: linear-gradient(145deg,
      rgba(0, 255, 252, 1) 0%,
      rgba(36, 0, 176, 1) 100%);
}

.k-gradient-h4b-lime-ermald {
  background: rgb(97, 214, 0);
  background: linear-gradient(145deg,
      rgba(97, 214, 0, 1) 0%,
      rgba(0, 130, 36, 1) 100%);
}

.k-gradient-h5b-yellow-orange {
  background: rgb(255, 231, 0);
  background: linear-gradient(145deg,
      rgba(255, 231, 0, 1) 0%,
      rgba(255, 128, 0, 1) 100%);
}

/* ENERGY GRADIENTS */
.k-gradient-e1a-cyan-yellow {
  background: rgb(0, 255, 252);
  background: linear-gradient(145deg,
      rgba(0, 255, 252, 1) 0%,
      rgba(255, 231, 0, 1) 100%);
}

.k-gradient-e2a-lime-cyan {
  background: rgb(97, 214, 0);
  background: linear-gradient(145deg,
      rgba(97, 214, 0, 1) 0%,
      rgba(0, 255, 252, 1) 100%);
}

.k-gradient-e3a-magenta-cyan-keyfocus {
  background: rgb(216, 0, 132);
  background: linear-gradient(145deg,
      rgba(216, 0, 132, 1) 0%,
      rgba(0, 255, 252, 1) 100%);
}

.k-gradient-e4a-red-yellow {
  background: rgb(234, 0, 0);
  background: linear-gradient(145deg,
      rgba(234, 0, 0, 1) 0%,
      rgba(255, 231, 0, 1) 100%);
}

.k-gradient-e5a-magenta-orange {
  background: rgb(216, 0, 132, 1);
  background: linear-gradient(145deg,
      rgba(216, 0, 132, 1) 0%,
      rgba(255, 128, 0, 1) 100%);
}

.k-gradient-e6a-emerald-yellow-uvance {
  background: rgb(0, 130, 36);
  background: linear-gradient(145deg,
      rgba(0, 130, 36, 1) 0%,
      rgba(255, 231, 0, 1) 100%);
}

.k-gradient-e7a-emerald-cyan {
  background: rgb(0, 130, 36);
  background: linear-gradient(145deg,
      rgba(0, 130, 36, 1) 0%,
      rgba(0, 255, 255, 1) 100%);
}

.k-gradient-e9a-blue-emerald {
  background: rgb(36, 0, 176);
  background: linear-gradient(145deg,
      rgba(36, 0, 176, 1) 0%,
      rgba(0, 130, 36, 1) 100%);
}

.k-gradient-e8a-red-blue {
  background: rgb(234, 0, 0);
  background: linear-gradient(145deg,
      rgba(234, 0, 0, 1) 0%,
      rgba(36, 0, 176, 1) 100%);
}

.k-gradient-e10a-blue-magenta-FAN {
  background: rgb(36, 0, 176);
  background: linear-gradient(145deg,
      rgba(36, 0, 176, 1) 0%,
      rgba(216, 0, 132, 1) 100%);
}

.k-gradient-e1b-yellow-cyan {
  background: rgb(255, 231, 1);
  background: linear-gradient(145deg,
      rgba(255, 231, 1) 0%,
      rgba(0, 255, 255, 1) 100%);
}

.k-gradient-e2b-cyan-lime {
  background: rgb(0, 255, 25);
  background: linear-gradient(145deg,
      rgba(0, 255, 255, 1) 0%,
      rgba(97, 214, 0, 1) 100%);
}

.k-gradient-e3b-cyan-magenta-keyfocus {
  background: rgb(0, 255, 252);
  background: linear-gradient(145deg,
      rgba(0, 255, 252, 1) 0%,
      rgba(216, 0, 132, 1) 100%);
}

.k-gradient-e4b-yellow-red {
  background: rgb(255, 231, 0);
  background: linear-gradient(145deg,
      rgba(255, 231, 1) 0%,
      rgba(234, 0, 0, 1) 100%);
}

.k-gradient-e5b-orange-magenta {
  background: rgb(255, 128, 0);
  background: linear-gradient(145deg,
      rgba(255, 128, 0, 1) 0%,
      rgba(216, 0, 132, 1) 100%);
}

.k-gradient-e6b-yellow-emerald-uvance {
  background: rgb(255, 231, 0);
  background: linear-gradient(145deg,
      rgba(255, 231, 0, 1) 0%,
      rgba(0, 130, 36, 1) 100%);
}

.k-gradient-e7b-cyan-emerald {
  background: rgb(0, 255, 255);
  background: linear-gradient(145deg,
      rgba(0, 255, 255, 1) 0%,
      rgba(0, 130, 36, 1) 100%);
}

.k-gradient-e8b-blue-red {
  background: rgb(36, 0, 176);
  background: linear-gradient(145deg,
      rgba(36, 0, 176, 1) 0%,
      rgba(234, 0, 0, 1) 100%);
}

.k-gradient-e9b-emerald-blue {
  background: rgb(0, 130, 36);
  background: linear-gradient(145deg,
      rgba(0, 130, 36, 1) 0%,
      rgba(36, 0, 176, 1) 100%);
}

.k-gradient-e10b-magenta-blue-FAN {
  background: rgb(216, 0, 132);
  background: linear-gradient(145deg,
      rgba(216, 0, 132, 1) 0%,
      rgba(36, 0, 176, 1) 100%);
}

/* Secondary Backgrounds */
/* ENERGY BACKGROUNDS */
/* ENERGY 1 */

.k-secondbg-energy1-cyan-yellow-texture1 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E1_T1_RGB_tcm100-6614250_tcm100-2750236-32.png");
}

.k-secondbg-energy1-cyan-yellow-texture2 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E1_T2_RGB_tcm100-6614252_tcm100-2750236-32.png");
}

.k-secondbg-energy1-cyan-yellow-texture3 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E1_T3_RGB_tcm100-6614254_tcm100-2750236-32.png");
}

.k-secondbg-energy1-cyan-yellow-texture4 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E1_T4_RGB_tcm100-6614253_tcm100-2750236-32.png");
}

.k-secondbg-energy1-cyan-yellow-texture5 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E1_T5_RGB_tcm100-6614255_tcm100-2750236-32.png");
}

/* ENERGY 2 */

.k-secondbg-energy2-lime-cyan-texture1-keyfocus {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E2_T1_RGB_tcm100-6614264_tcm100-2750236-32.png");
}

.k-secondbg-energy2-lime-cyan-texture2-keyfocus {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E2_T2_RGB_tcm100-6614263_tcm100-2750236-32.png");
}

.k-secondbg-energy2-lime-cyan-texture3-keyfocus {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E2_T3_RGB_tcm100-6614262_tcm100-2750236-32.png");
}

.k-secondbg-energy2-lime-cyan-texture4-keyfocus {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E2_T4_RGB_tcm100-6614261_tcm100-2750236-32.png");
}

.k-secondbg-energy2-lime-cyan-texture5-keyfocus {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E2_T5_RGB_tcm100-6614265_tcm100-2750236-32.png");
}

/* ENERGY 3 */

.k-secondbg-energy3-cyan-magenta-texture1-keyfocus {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E3_T1_RGB_tcm100-6614269_tcm100-2750236-32.png");
}

.k-secondbg-energy3-cyan-magenta-texture2-keyfocus {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E3_T2_RGB_tcm100-6614270_tcm100-2750236-32.png");
}

.k-secondbg-energy3-cyan-magenta-texture3-keyfocus {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E3_T3_RGB_tcm100-6614271_tcm100-2750236-32.png");
}

.k-secondbg-energy3-cyan-magenta-texture4-keyfocus {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E3_T4_RGB_tcm100-6614272_tcm100-2750236-32.png");
}

.k-secondbg-energy3-cyan-magenta-texture5-keyfocus {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E3_T5_RGB_tcm100-6614273_tcm100-2750236-32.png");
}

/* ENERGY 4 */

.k-secondbg-energy4-red-yellow-texture1 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E4_T1_RGB_tcm100-6614275_tcm100-2750236-32.png");
}

.k-secondbg-energy4-red-yellow-texture2 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E4_T2_RGB_tcm100-6614276_tcm100-2750236-32.png");
}

.k-secondbg-energy4-red-yellow-texture3 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E4_T3_RGB_tcm100-6614277_tcm100-2750236-32.png");
}

.k-secondbg-energy4-red-yellow-texture4 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E4_T4_RGB_tcm100-6614278_tcm100-2750236-32.png");
}

.k-secondbg-energy4-red-yellow-texture5 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E4_T5_RGB_tcm100-6614279_tcm100-2750236-32.png");
}

/* ENERGY 5 */

.k-secondbg-energy5-orange-magenta-texture1 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E5_T1_RGB_tcm100-6614280_tcm100-2750236-32.png");
}

.k-secondbg-energy5-orange-magenta-texture2 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E5_T2_RGB_tcm100-6614281_tcm100-2750236-32.png");
}

.k-secondbg-energy5-orange-magenta-texture3 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E5_T3_RGB_tcm100-6614282_tcm100-2750236-32.png");
}

.k-secondbg-energy5-orange-magenta-texture4 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E5_T4_RGB_tcm100-6614283_tcm100-2750236-32.png");
}

.k-secondbg-energy5-orange-magenta-texture5 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E5_T5_RGB_tcm100-6614284_tcm100-2750236-32.png");
}

/* ENERGY 6 */

.k-secondbg-energy6-emerald-yellow-texture1-uvance {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E6_T1_RGB_tcm100-6614287_tcm100-2750236-32.png");
}

.k-secondbg-energy6-emerald-yellow-texture2-uvance {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E6_T2_RGB_tcm100-6614288_tcm100-2750236-32.png");
}

.k-secondbg-energy6-emerald-yellow-texture3-uvance {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E6_T3_RGB_tcm100-6614289_tcm100-2750236-32.png");
}

.k-secondbg-energy6-emerald-yellow-texture4-uvance {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E6_T4_RGB_tcm100-6614290_tcm100-2750236-32.png");
}

.k-secondbg-energy6-emerald-yellow-texture5-uvance {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E6_T5_RGB_tcm100-6614291_tcm100-2750236-32.png");
}

/* ENERGY 7 */

.k-secondbg-energy7-emerald-cyan-texture1 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E7_T1_RGB_tcm100-6614294_tcm100-2750236-32.png");
  background-size: cover;
}

.k-secondbg-energy7-emerald-cyan-texture2 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E7_T2_RGB_tcm100-6614295_tcm100-2750236-32.png");
}

.k-secondbg-energy7-emerald-cyan-texture3 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E7_T3_RGB_tcm100-6614296_tcm100-2750236-32.png");
}

.k-secondbg-energy7-emerald-cyan-texture4 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E7_T4_RGB_tcm100-6614297_tcm100-2750236-32.png");
}

.k-secondbg-energy7-emerald-cyan-texture5 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E7_T5_RGB_tcm100-6614298_tcm100-2750236-32.png");
}

/* ENERGY 8 */

.k-secondbg-energy8-blue-red-texture1 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E8_T1_RGB_tcm100-6614301_tcm100-2750236-32.png");
}

.k-secondbg-energy8-blue-red-texture2 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E8_T2_RGB_tcm100-6614302_tcm100-2750236-32.png");
}

.k-secondbg-energy8-blue-red-texture3 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E8_T3_RGB_tcm100-6614303_tcm100-2750236-32.png");
}

.k-secondbg-energy8-blue-red-texture4 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E8_T4_RGB_tcm100-6614304_tcm100-2750236-32.png");
}

.k-secondbg-energy8-blue-red-texture5 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E8_T5_RGB_tcm100-6614305_tcm100-2750236-32.png");
}

/* ENERGY 9 */

.k-secondbg-energy9-blue-emerald-texture1 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E9_T1_RGB_tcm100-6614307_tcm100-2750236-32.png");
}

.k-secondbg-energy9-blue-emerald-texture2 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E9_T2_RGB_tcm100-6614308_tcm100-2750236-32.png");
}

.k-secondbg-energy9-blue-emerald-texture3 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E9_T3_RGB_tcm100-6614309_tcm100-2750236-32.png");
}

.k-secondbg-energy9-blue-emerald-texture4 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E9_T4_RGB_tcm100-6614310_tcm100-2750236-32.png");
}

.k-secondbg-energy9-blue-emerald-texture5 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E9_T5_RGB_tcm100-6614311_tcm100-2750236-32.png");
}

/* ENERGY 5 (E10)*/

.k-secondbg-energy10-blue-magenta-texture1-FAN {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E10FAN_T1_RGB_tcm100-6614316_tcm100-2750236-32.png");
}

.k-secondbg-energy10-blue-magenta-texture2-FAN {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E10FAN_T2_RGB_tcm100-6614317_tcm100-2750236-32.png");
}

.k-secondbg-energy10-blue-magenta-texture3-FAN {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E10FAN_T2_RGB_tcm100-6614317_tcm100-2750236-32.png");
}

.k-secondbg-energy10-blue-magenta-texture4-FAN {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E10FAN_T4_RGB_tcm100-6614319_tcm100-2750236-32.png");
}

.k-secondbg-energy10-blue-magenta-texture5-FAN {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_E10FAN_T5_RGB_tcm100-6614320_tcm100-2750236-32.png");
}

/* HARMONY BACKGROUNDS */

/* HARMONY 1 */

.k-secondbg-harmony1-red-magenta-texture1 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_H1_T1_RGB_tcm100-6614326_tcm100-2750236-32.png");
}

.k-secondbg-harmony1-red-magenta-texture2 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_H1_T2_RGB_tcm100-6614325_tcm100-2750236-32.png");
}

.k-secondbg-harmony1-red-magenta-texture3 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_H1_T3_RGB_tcm100-6614324_tcm100-2750236-32.png");
}

.k-secondbg-harmony1-red-magenta-texture4 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_H1_T4_RGB_tcm100-6614323_tcm100-2750236-32.png");
}

.k-secondbg-harmony1-red-magenta-texture5 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_H1_T5_RGB_tcm100-6614322_tcm100-2750236-32.png");
}

/* HARMONY 2 */

.k-secondbg-harmony2-red-orange-texture1 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_H2_T1_RGB_tcm100-6614334_tcm100-2750236-32.png");
}

.k-secondbg-harmony2-red-orange-texture2 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_H2_T2_RGB_tcm100-6614333_tcm100-2750236-32.png");
}

.k-secondbg-harmony2-red-orange-texture3 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_H2_T3_RGB_tcm100-6614332_tcm100-2750236-32.png");
}

.k-secondbg-harmony2-red-orange-texture4 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_H2_T4_RGB_tcm100-6614331_tcm100-2750236-32.png");
}

.k-secondbg-harmony2-red-orange-texture5 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_H2_T5_RGB_tcm100-6614330_tcm100-2750236-32.png");
}

/* HARMONY 3 */

.k-secondbg-harmony3-blue-cyan-texture1 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_H3_T1_RGB_tcm100-6614335_tcm100-2750236-32.png");
}

.k-secondbg-harmony3-blue-cyan-texture2 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_H3_T2_RGB_tcm100-6614336_tcm100-2750236-32.png");
}

.k-secondbg-harmony3-blue-cyan-texture3 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_H3_T3_RGB_tcm100-6614337_tcm100-2750236-32.png");
}

.k-secondbg-harmony3-blue-cyan-texture4 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_H3_T4_RGB_tcm100-6614338_tcm100-2750236-32.png");
}

.k-secondbg-harmony3-blue-cyan-texture5 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_H3_T5_RGB_tcm100-6614339_tcm100-2750236-32.png");
}

/* HARMONY 4 */

.k-secondbg-harmony4-emerald-texture1 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_H4_T1_RGB_tcm100-6614340_tcm100-2750236-32.png");
}

.k-secondbg-harmony4-emerald-texture2 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_H4_T2_RGB_tcm100-6614341_tcm100-2750236-32.png");
}

.k-secondbg-harmony4-emerald-texture3 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_H4_T3_RGB_tcm100-6614342_tcm100-2750236-32.png");
}

.k-secondbg-harmony4-emerald-texture4 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_H4_T4_RGB_tcm100-6614343_tcm100-2750236-32.png");
}

.k-secondbg-harmony4-emerald-texture5 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_H4_T5_RGB_tcm100-6614344_tcm100-2750236-32.png");
}

/* HARMONY 5 */

.k-secondbg-harmony5-orange-yellow-texture1 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_H5_T1_RGB_tcm100-6614346_tcm100-2750236-32.png");
}

.k-secondbg-harmony5-orange-yellow-texture2 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_H5_T2_RGB_tcm100-6614347_tcm100-2750236-32.png");
}

.k-secondbg-harmony5-orange-yellow-texture3 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_H5_T3_RGB_tcm100-6614348_tcm100-2750236-32.png");
}

.k-secondbg-harmony5-orange-yellow-texture4 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_H5_T4_RGB_tcm100-6614349_tcm100-2750236-32.png");
}

.k-secondbg-harmony5-orange-yellow-texture5 {
  background-image: url("https://www.fujitsu.com/global/imagesgig5/7935-14-FJ_SB_H5_T5_RGB_tcm100-6614350_tcm100-2750236-32.png");
}

/* GREY COLORS */
.k-background-grey1 {
  background: rgb(60, 60, 60);
}

.k-background-grey2 {
  background: rgb(109, 110, 112);
}

.k-background-grey3 {
  background: rgb(220, 220, 220);
}

.k-background-grey4 {
  background: rgb(239, 239, 239);
}

/* BASIC BUTTONS */
.k-button-blue {
  background-color: rgba(36, 0, 176) !important;
  color: #ffffff;
}

.k-button-cyan {
  background-color: rgba(0, 231, 231) !important;
  color: #000000;
}

.k-button-emerald {
  background-color: rgba(0, 130, 36) !important;
  color: #ffffff;
}

.k-button-lime {
  background-color: rgba(97, 214, 0) !important;
  color: #000000;
}

.k-button-yellow {
  background-color: rgba(255, 231, 0) !important;
  color: #000000;
}

.k-button-orange {
  background-color: rgba(255, 128, 0) !important;
  color: #000000;
}

.k-button-red {
  background-color: rgba(234, 0, 0) !important;
  color: #ffffff;
}

.k-button-magenta {
  background-color: rgba(216, 0, 132) !important;
  color: #ffffff;
}

.k-button-white {
  background-color: #ffffff !important;
  color: #000000;
}

.k-button-black {
  background-color: #000000 !important;
  color: #ffffff;
}

.k-button-transparent {
  background-color: transparent !important;
  color: #000000;
}

/* Outline Buttons */

.k-button-outline-black {
  background-color: transparent !important;
  border: 2px solid #000 !important;
  color: #000 !important;
}

.k-button-outline-blue {
  background-color: transparent !important;
  border: 2px solid rgba(36, 0, 176) !important;
  color: rgba(36, 0, 176) !important;
}

.k-button-outline-cyan {
  background-color: transparent !important;
  border: 2px solid rgba(0, 231, 231) !important;
  color: rgba(0, 231, 231) !important;
}

.k-button-outline-emerald {
  background-color: transparent !important;
  border: 2px solid rgba(0, 130, 36) !important;
  color: rgba(0, 130, 36) !important;
}

.k-button-outline-lime {
  background-color: transparent !important;
  border: 2px solid rgba(97, 214, 0) !important;
  color: rgba(97, 214, 0) !important;
}

.k-button-outline-yellow {
  background-color: transparent !important;
  border: 2px solid rgba(255, 231, 0) !important;
  color: rgba(255, 231, 0) !important;
}

.k-button-outline-orange {
  background-color: transparent !important;
  border: 2px solid rgba(255, 128, 0) !important;
  color: rgba(255, 128, 0) !important;
}

.k-button-outline-red {
  background-color: transparent !important;
  border: 2px solid rgba(234, 0, 0) !important;
  color: rgba(234, 0, 0) !important;
}

.k-button-outline-magenta {
  background-color: transparent !important;
  border: 2px solid rgba(216, 0, 132) !important;
  color: rgba(216, 0, 132) !important;
}

.k-button-outline-white {
  background-color: transparent !important;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
}

/* Pfeile bei Buttons */

.k-button-arrow::before {
  font-family: FontAwesome;
  content: "\f138";
  padding-right: 2%;
}

a.k-button-center {
  display: block;
  padding: 0.5em 1.2em;
  margin: 2em auto 1em auto !important;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s;
  max-width: 50%;
  min-width: 30%;
}

/* Hover Effekte */

.k-button:hover .k-button-hover a {
  opacity: 0.7 !important;
}

/* Hover Effekte ENDE */

@media screen and (min-width: 1024px) {
  a.k-button-center {
    max-width: 40%;
  }
}

a.k-button {
  padding: 0.5em 1.2em;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s;
}

/* Section mit weißem Hintergrund */

.k-bg-white {
  background-color: #fff !important;
}

.k-bg-transparent {
  background-color: transparent;
}

/* Section mit Hintergrundbild */

.k-background-image {
  background-size: cover !important;
  min-height: 400px !important;
}

/************** Rows/Zeilen **************/

.k-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: clamp(5px, 1.7vh, 20px) clamp(5px, 1.7vw, 20px);
  margin: 15px 0;
}


.k-row-grid {
  display: grid;

}

.k-grid-30-70 {
  grid-template-columns: 3fr 7fr;
  column-gap: 20px;
}

.k-grid-70-30 {
  grid-template-columns: 7fr 3fr;
  column-gap: 20px;
}

@media screen and (max-width: 540px) {
  .k-grid-30-70 {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .k-grid-70-30 {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .k-grid-70-30>div:first-of-type {
    order: 1;
  }
}

.k-row:nth-of-type(1) {
  margin-top: 0;
}

.k-row:last-of-type {
  margin-bottom: 0;
}

.k-flex {
  display: flex;
}

.k-flex-column {
  display: flex;
  flex-direction: column;
}

.k-flex-column p {
  flex-grow: 1;
}


.k-flex-row {
  display: flex;
  flex-direction: row;
}

/* Extended Row Options */

.k-gap-x-small {
  gap: 10px;
}

.k-gap-small {
  gap: 20px;
}

.k-gap-medium {
  gap: 30px;
}

.k-gap-large {
  gap: 40px;
}

.k-gap-x-large {
  gap: 50px;
}

.k-no-gap {
  gap: 0px;
}

.k-justify-content {
  justify-content: center;
}

.k-justify-content-left {
  justify-content: flex-start;
}

.k-justify-content-right {
  justify-content: flex-end;
}

.k-justify-content-space-around {
  justify-content: space-around;
}

.k-justify-content-space-between {
  justify-content: space-between;
}

.k-justify-content-space-evenly {
  justify-content: space-evenly;
}

.k-align-center {
  align-items: center;
}

/* Columns sollen auf mobilen Geräten umgeordnet werden, damit z.B. Bild/Text --> Bild/Text angezeigt wird */

@media screen and (max-width: 992px) {
  .k-column-reverse {
    flex-direction: column-reverse;
  }

  /* k-row schafft seine Mobile anpassung über wrap in einer Row. Wenn die Inhalte vertikal vertauscht werden, muss wrap-reverse verwendet werden */
  .k-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}

/************** border für 2 Columns/Spalten ohne gap  **************/
.k-col-with-border-white-right {
  border: 2px solid #ffffff;
  border-left: 0px;
}

.k-col-with-border-white-left {
  border: 2px solid #ffffff;
  border-right: 0px;
}

.k-col-with-border-black-right {
  border: 2px solid #000000;
  border-left: 0px;
}

.k-col-with-border-black-left {
  border: 2px solid #000000;
  border-right: 0px;
}

@media screen and (max-width: 992px) {

  .k-col-with-border-black-left,
  .k-col-with-border-black-right {
    border: 2px solid #000000;
    border-top: 0px;
  }

  .k-col-with-border-white-left,
  .k-col-with-border-white-right {
    border: 2px solid #ffffff;
    border-top: 0px;
  }
}

/************** 2 Columns/Spalten mit gap **************/

.k-col-30-70 {
  display: flex;
  gap: 30px;
  padding-top: 1em;
}

.k-col-30 {
  flex: 1;
  flex-grow: 1;
}

.k-col-70 {
  flex: 1;
  flex-grow: 2;
}

.k-two-columns {
  /* display: flex;
  flex-direction: column; */
  flex-grow: 1;
  flex-basis: 45%;
  max-width: calc(50% - 10px);
  width: calc(100% / 2 - 20px);
  /* flex-grow: 0; */
  /* margin: 0 auto; */
}

.k-column-space {
  margin-left: 20px !important;
}

/* Mobil */

@media screen and (max-width: 992px) {
  .k-no-paddings {
    padding: 0%;
  }
}

/* Mobil Flex */

@media screen and (max-width: 992px) {
  .k-two-columns {
    flex: 100%;
    max-width: 100%;
  }
}

.k-row-fw {
  gap: 0;
  width: 100vw;
  margin-left: calc(-1 * ((100vw - 100%) / 2));
  /* background-color: #2300b0; */
}

.k-two-columns-fw {
  min-width: 50vw;
  display: flex;
  flex-direction: row;
}

.k-two-columns-fw-text-left {
  justify-content: flex-end;
  align-items: flex-start;
  max-height: fit-content;
}

.k-two-columns-fw-text-right {
  justify-content: flex-start;
  align-items: flex-start;
}

.k-two-column-fw-inner {
  max-width: 640px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 4rem;
  /* padding-left: 20px; */
}

.k-two-columns-fw-img {
  width: 100%;
  max-height: 550px;
  aspect-ratio: 16/9;
  object-fit: cover;

}

@media screen and (max-width:992px) {
  .k-two-column-fw-inner {
    max-width: 100%;
  }

  .k-two-columns-fw-inner-centered {
    margin: 0 auto;
  }
}


/************** 2 Columns/Spalten | 1/4 + 3/4 **************/

div.k-two-columns.k-column-one-fourth {
  flex-direction: column;
  max-width: 25%;
  flex: 1;
}

div.k-two-columns.k-column-three-fourths {
  flex-direction: column;
  max-width: 75%;
  flex: 3;
}

/* Bilder */

@media screen and (min-width: 992px) {
  .k-img-1-4-3-4 {
    padding-left: 20%;
  }
}

/* Mobil Flex */

@media screen and (max-width: 992px) {
  div.k-two-columns.k-column-one-fourth {
    flex: 100%;
  }

  div.k-two-columns.k-column-three-fourths {
    flex: 100%;
    margin-left: 0px;
    margin-top: 20px;
  }
}

/************** 3 Columns/Spalten **************/

.k-three-columns {
  position: relative;
  /* display: flex;
  flex-direction: column; */
  flex-grow: 1;
  flex-basis: 28%;
  max-width: calc(33% - 10px);
  width: calc(100% / 3 - 20px);
  /* margin: 0 auto; */
}

#main .k-three-columns p {
  margin: 0 !important;
}

/* Mobil Flex */
/* @media (max-width: 992px) {
    .k-three-columns {
        flex-basis: 49%;
        max-width: 50%;
    }
} */

@media screen and (min-width: 667px) and (max-width: 992px) {
  .k-three-columns {
    max-width: calc(100% / 2 - 8px);
    flex-grow: 1;
    flex-basis: 45%;
    /* max-width: 50%; */
  }
}

@media screen and (max-width: 667px) {
  .k-three-columns {
    flex: 100%;
    max-width: 100%;
  }
}

/************** 4 Columns/Spalten **************/

.k-four-columns {
  /* flex-direction: column; */
  flex-grow: 1;
  flex-basis: 21%;
  max-width: calc(25% - 15px);
  width: calc(100% / 4 - 20px);
  /* margin: 0 auto; */
}

/* Mobil Flex */

@media screen and (min-width: 667px) and (max-width: 992px) {
  .k-four-columns {
    max-width: calc(100% / 2 - 8px);
    flex-grow: 1;
    flex-basis: 45%;
    /* max-width: 50%; */
  }
}

@media screen and (max-width: 667px) {
  .k-four-columns {
    flex: 100%;
    max-width: 100%;
  }
}

/************** 5 Columns/Spalten **************/

/*
.k-five-columns {
    display: flex;
    flex-direction: column;
}

.k-five-columns>* {
    flex: 1 1 160px;
}

*/

.k-five-columns {
  /* flex-direction: column; */
  flex-grow: 1;
  flex-basis: 17%;
  max-width: calc(20% - 20px);
  /*flex: calc(18% + 8px) 0; */
  width: calc(100% / 5 - 20px);
  /* margin: 0 auto; */
}

/* Mobil Flex */

@media screen and (min-width: 667px) and (max-width: 992px) {
  .k-five-columns {
    flex-grow: 1;
    flex-basis: 45%;
    /* max-width: 50%; */
    max-width: calc(100% / 2 - 8px);
  }
}

@media screen and (max-width: 667px) {
  .k-five-columns {
    flex: 100%;
    max-width: 100%;
  }
}

/********** Typographie ***********/

.k-centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.k-left {
  text-align: left;
}

.k-right {
  text-align: right;
}

.k-white {
  color: #fff !important;
}

.k-black {
  color: #000 !important;
}

.k-bold {
  font-weight: bold !important;
}

/* Verlinkungen */

.k-black a {
  color: #000 !important;
}

.k-white a {
  color: #fff !important;
}

.k-three-columns h3 a {
  background-color: transparent;
}

.k-three-columns h3 a:hover {
  background-color: transparent;
  text-decoration: underline;
}

/* Fließtext */

/* Headlines */

.k-headline-normal-weight {
  font-weight: normal;
  font-family: FujitsuInfinityPro-Regular, Arial, Verdana, Lucida Grande, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
}

/* Listen */
.k-list {
  list-style-type: disc;
  display: inline-block;
  padding-left: 20px;
  margin-top: 0px !important;
}

.k-list-none {
  list-style-type: none;
  display: inline-block;
  padding-left: 20px;
  margin-top: 0px !important;
}

.k-list-decimal {
  list-style-type: decimal;
  display: inline-block;
  padding-left: 20px;
  margin-top: 0px !important;
}

.k-list-position-outside {
  list-style-position: outside;
}

.k-list-position-inside {
  list-style-position: inside;
}

.k-negative-margin-medium {
  margin-top: -30px !important;
}

.k-negative-margin-small {
  margin-top: -20px !important;
}

.k-negative-margin-x-small {
  margin-top: -10px !important;
}

/* Margins */

.k-margin-top-small {
  margin-top: 20px;
}

.k-margin-top-medium {
  margin-top: 50px;
}

.k-margin-bottom-small {
  margin-bottom: 20px;
}

.k-margin-bottom-medium {
  margin-bottom: 50px;
}

/* Margin Top-Bottom */

.k-margin-tb-xx-large {
  margin: 10% 0;
}

.k-margin-tb-x-large {
  margin: 7% 0;
}

.k-margin-tb-large {
  margin: 5% 0;
}

.k-margin-tb-middle {
  margin: 3% 0;
}

.k-margin-tb-small {
  margin: 1% 0;
}

.k-margin-left-zero {
  margin-left: 0 !important;
}


/* Paddings */

.k-padding-xx-large {
  padding: 10%;
}

.k-padding-x-large {
  padding: 7%;
}

.k-padding-large {
  padding: 5%;
}

.k-padding-middle {
  padding: 3%;
}

.k-padding-small {
  padding: 1%;
}

/* Paddings Left Right | z.B. für Texte */

/* @media screen and (min-width: 992px) { */
.k-padding-lr-xx-large {
  padding-left: 15%;
  padding-right: 15%;
}

.k-padding-lr-x-large {
  padding-left: 10%;
  padding-right: 10%;
}

.k-padding-lr-large {
  padding-left: 7%;
  padding-right: 7%;
}

.k-padding-lr-medium {
  padding-left: 5%;
  padding-right: 5%;
}

.k-padding-lr-small {
  padding-left: 3%;
  padding-right: 3%;
}

.k-padding-lr-x-small {
  padding-left: 1%;
  padding-right: 1%;
}

/* } */

/* Paddings Top Bottom */

.k-padding-tb-xx-large {
  padding-top: 10%;
  padding-bottom: 10%;
}

.k-padding-tb-x-large {
  padding-top: 7%;
  padding-bottom: 7%;
}

.k-padding-tb-large {
  padding-top: 5%;
  padding-bottom: 5%;
}

.k-padding-tb-medium {
  padding-top: 4%;
  padding-bottom: 4%;
}

.k-padding-tb-small {
  padding-top: 3%;
  padding-bottom: 3%;
}

.k-padding-tb-x-small {
  padding-top: 1%;
  padding-bottom: 1%;
}

/* Paddings Left */

.k-padding-left-xx-large {
  padding-left: 30%;
}

.k-padding-left-x-large {
  padding-left: 20%;
}

.k-padding-left-large {
  padding-left: 15%;
}

.k-padding-left-medium {
  padding-left: 10%;
}

.k-padding-left-small {
  padding-left: 5%;
}

/* Paddings Right */

.k-padding-right-xx-large {
  padding-right: 30%;
}

.k-padding-right-x-large {
  padding-right: 20%;
}

.k-padding-right-large {
  padding-right: 15%;
}

.k-padding-right-medium {
  padding-right: 10%;
}

.k-padding-right-small {
  padding-right: 5%;
}

/* Padding Top */

@media screen and (min-width: 992px) {
  .k-padding-top-xxx-large {
    padding-top: 15%;
  }

  .k-padding-top-xx-large {
    padding-top: 10%;
  }

  .k-padding-top-x-large {
    padding-top: 7%;
  }

  .k-padding-top-medium {
    padding-top: 5%;
  }

  .k-padding-top-small {
    padding-top: 3%;
  }

  .k-padding-top-x-small {
    padding-top: 1%;
  }
}

/* Padding Bottom */

.k-padding-bottom-xxx-large {
  padding-bottom: 15%;
}

.k-padding-bottom-xx-large {
  padding-bottom: 10%;
}

.k-padding-bottom-x-large {
  padding-bottom: 7%;
}

.k-padding-bottom-medium {
  padding-bottom: 5%;
}

.k-padding-bottom-small {
  padding-bottom: 3%;
}

.k-padding-bottom-x-small {
  padding-bottom: 1%;
}

/* Gar keine Paddings */

.k-no-paddings {
  padding: 0%;
}

/* reset left and right paddings at mobile */
@media screen and (max-width: 992px) {

  .k-padding-right-xxx-large,
  .k-padding-right-xx-large,
  .k-padding-right-x-large,
  .k-padding-right-large,
  .k-padding-right-medium,
  .k-padding-right-small,
  .k-padding-right-x-small {
    padding-right: initial;
  }

  .k-padding-left-xxx-large,
  .k-padding-left-xx-large,
  .k-padding-left-x-large,
  .k-padding-left-large,
  .k-padding-left-medium,
  .k-padding-left-small,
  .k-padding-left-x-small {
    padding-right: initial;
  }
}

/************ Icon-Boxen ************/

.k-img-centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-bottom: 1em;
}

.k-img-rectangle {
  max-height: 250px;
  object-fit: cover !important;
  width: 100%;
}

.k-icon-centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  padding-bottom: 1em;
}

.k-icon-centered-small {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 10%;
  padding-bottom: 1em;
}

/************ Separators ************/

.k-separator {
  margin-top: 20px;
}

/************ Akkordeons ************/

.k-accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  margin-top: 10px;
}

/* Text innerhalb des Akkordeons */

.k-panel p {
  padding: 2%;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 !important;
}

/* Hover wenn man mit der Maus über das Akkordeon fährt */
.k-active,
.k-accordion:hover {
  background-color: #ccc;
}

/* Akkordeon Textbereich */

.k-panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/* Icons zum Akkordeon hinzufügen */

.k-accordion::after {
  content: "\002B";
  /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
  border: none;
}

.active-accordion::after {
  content: "\2212";
  /* Unicode character for "minus" sign (-) */
}

/************ Akkordeons Transparent ************/

@media only screen and (min-width: 992px) {
  .k-accordion-container {
    width: 80%;
  }
}

.k-accordion-transparent {
  background-color: transparent;
  color: #1a1a1a;
  cursor: pointer;
  padding: 20px 0px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  margin-top: 10px;
  border-bottom: 1px solid #9c9c9c;
  font-weight: bold;
}

.active-transparent.k-accordion-transparent {
  border-bottom: none !important;
}

/* Text innerhalb des Akkordeons */

.k-panel-transparent p {
  padding-top: 2%;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 !important;
}

/* Hover wenn man mit der Maus über das Akkordeon fährt */
.k-active,
.k-accordion:hover {
  background-color: #ccc;
}

/* Akkordeon Textbereich */

.k-panel-transparent {
  padding: 0 7px;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/* Icons zum Akkordeon hinzufügen */

/* Minus Icon */

.active-transparent::after {
  content: "\2212" !important;
  font-size: 18px;
  color: #808080;
  background-color: white;
  border-radius: 200%;
  padding: 0.2em 0.35em;
  border: 1px solid #ededed;
  line-height: 18px;
  float: right;
  margin-left: 5px;
}

/* Plus Icon */

.k-accordion-transparent::after {
  content: "\002B";
  font-size: 18px;
  color: #808080;
  background-color: white;
  border-radius: 200%;
  padding: 0.2em 0.35em;
  border: 1px solid #ededed;
  line-height: 18px;
  float: right;
  margin-left: 5px;
}

/************ Akkordeons Bordered ************/

@media only screen and (min-width: 992px) {
  .k-accordion-bordered-container {
    width: 90%;
    margin: 0 auto;
  }
}

.k-accordion-bordered-container {
  border: 1px solid #9c9c9c;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.k-accordion-bordered {
  background-color: transparent;
  color: #1a1a1a;
  cursor: pointer;
  padding: 10px 0px;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s;
  margin-top: 10px;
  font-weight: bold;
}

.k-accordion-no-border-bottom {
  border-bottom: none !important;
}

.k-accordion-bordered {
  border-bottom: 1px solid #1a1a1a;
}

.k-accordion-bordered:last-child {
  border-bottom: none;
}

.active-bordered.k-accordion-bordered {
  border-bottom: none !important;
}

/* Text innerhalb des Akkordeons */

.k-panel-bordered p {
  padding-top: 2%;
  font-size: 16px;
  line-height: 26px;
  padding-left: 5%;
  padding-right: 12%;
  margin: 0 0 !important;
}

/* Hover wenn man mit der Maus über das Akkordeon fährt */
.k-active,
.k-accordion:hover {
  background-color: #ccc;
}

/* Akkordeon Textbereich */

.k-panel-bordered {
  padding: 0 7px;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.k-accordion-bordered-title {
  font-size: 20px;
  width: 90%;
  padding-left: 6%;
  float: left;
  padding-top: 1%;
}

/* Icons zum Akkordeon hinzufügen */

/* Minus Icon */

.active-bordered::after {
  content: "\2212" !important;
  font-size: 40px;
  color: #000000;
  background-color: white;
  padding: 0.2em 0.35em;
  line-height: 40px;
  float: left;
  margin-left: 5px;
}

/* Plus Icon */

.k-accordion-bordered::after {
  content: "\002B";
  font-size: 40px;
  color: #000000;
  background-color: white;
  padding: 0.2em 0.35em;
  line-height: 40px;
  float: left;
  margin-left: 5px;
}

/************ Videos *************/

.slick-prev::before {
  content: '' !important;
}

.slick-next::before {
  content: '' !important;
}


.slick-slide {
  margin-right: 10px;
  transform: translateX(-10px);
}

.slick-list {
  margin-right: -10px;
}

.k-video-slide-section {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.k-video-container-frame {
  aspect-ratio: 16/9;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.k-video-container-frame iframe,
.k-video-container-frame object,
.k-video-container-frame embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.k-video-container {
  position: relative;
  aspect-ratio: 16/9;
  /* padding-bottom: 56.25%; */
  /* padding-top: 0; */
}

/* Höhe Video Container je nach Anzahl der Videos */

/* Höhe 1 Video */

.k-video-slider-one .k-video-container {
  /* height: 650px !important; */
  aspect-ratio: 16/9;
  /* height: auto !important; */
  width: 100%;
}

/* Mobil 1 Video */

/* @media screen and (max-width: 992px) {
  .k-video-slider-one .k-video-container iframe {
    height: 300px !important;
  }
} */

/* @media screen and (max-width: 450px) {
  .k-video-slider-one .k-video-container {
    height: 190px !important;
  }
} */

/* Höhe 2 Videos */

.k-video-slider-two .k-video-container {
  /* height: 350px !important; */
  aspect-ratio: 16/9;
  /* height: auto !important; */
  width: 100%;
}

/* Mobil 2 Videos */

/* @media screen and (max-width: 992px) {
  .k-video-slider-two .k-video-container {
    height: 260px !important;
  }
} */

/* Höhe 3 Videos */

.k-video-slider-three .k-video-container {
  /* height: 280px !important; */
  /* height: 225px !important;
  width: 100%; */
  /* min-height: 400px; */
  aspect-ratio: 16/9;
  height: auto !important;
  width: 100%;
}

/* Mobil 3 Videos */

/* @media screen and (max-width: 992px) {
  .k-video-slider-three .k-video-container {
    height: 250px !important;
  }
} */

.k-video-box {
  background-color: white !important;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0.5%;
}

.k-video-container iframe,
.k-video-container object,
.k-video-container embed {
  position: relative;
  margin-bottom: -10px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1392px) {

  .k-video-slider-one,
  .k-video-slider-two,
  .k-video-slider-three {
    position: relative;
    width: 94%;
    margin: 0 auto;
  }
}

/* =================================== */
/* FUJITSU buttons with animation
/* =================================== */

@-webkit-keyframes arrow {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10% {
    opacity: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  25% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  40% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes arrow {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10% {
    opacity: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  25% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  40% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes circle {
  0% {
    stroke-dasharray: 0 300;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  10% {
    stroke-dasharray: 50 100;
  }

  20% {
    stroke-dasharray: 100 200;
  }

  30% {
    stroke-dasharray: 150 300;
  }

  40% {
    stroke-dasharray: 200 300;
  }

  60% {
    stroke-dasharray: 300 300;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes circle {
  0% {
    stroke-dasharray: 0 300;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  10% {
    stroke-dasharray: 50 100;
  }

  20% {
    stroke-dasharray: 100 200;
  }

  30% {
    stroke-dasharray: 150 300;
  }

  40% {
    stroke-dasharray: 200 300;
  }

  60% {
    stroke-dasharray: 300 300;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.c-btn a {
  color: #5f5f5f;
}

.c-btn-white a {
  color: #fff !important;
}

.c-btn-black a {
  color: #000000;
}

.c-btn,
.c-btn-big {
  margin-top: 15px !important;
  font-size: 1.6rem;
  color: #5f5f5f;
  text-decoration: none !important;
  position: relative;
}

.btn-outline {
  text-decoration: none !important;
  background: #fff;
  color: #ea0086 !important;
  text-decoration: none !important;
  border: #ea0086 solid 3px;
  font-weight: bold;
  font-size: 1.0em;
  line-height: 1.2em;
  display: inline-block;
  padding: 8px 12px;
  margin: auto;
  margin-top: auto;
  margin-top: 1rem;
  position: absolute;
  bottom: 5px;
}

.btn-outline:hover {
  border: #2400B0 solid 3px;
  color: #2300b0 !important;
}


a.fujitsu-btn {
  text-decoration: none !important;
  color: #5f5f5f;
}

a.fujitsu-btn:hover {
  text-decoration: underline !important;
  color: #000;
}

.c-btn-big-white a {
  color: #ffffff;
}

.c-btn-big-black a {
  color: #000000;
}

.c-btn-big {
  font-size: 2.6rem;
}

.c-btn-white a.fujitsu-btn:hover {
  text-decoration: underline !important;
}

.c-btn-white .c-btn-ico img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.c-btn .c-btn-ico {
  width: 32px;
  height: 32px;
}

.c-btn-big .c-btn-ico-big {
  width: 64px !important;
  height: 64px !important;
}

.c-btn-ico,
.c-btn-ico-big {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  margin-right: 7px;
}

.c-btn-ico-white::before {
  border-color: #fff;
}

.c-btn-ico::before,
.c-btn-ico-big::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #5f5f5f;
  opacity: 0;
  z-index: 0;
}

.c-btn-ico svg {
  fill: #5f5f5f;
  position: absolute;
  top: 0;
  left: 0;
}

.c-btn-ico-white svg {
  fill: #fff;
}

.c-btn-ico svg .arrow {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.c-btn-ico svg .circle {
  fill: none;
  stroke: #5f5f5f;
  stroke-width: 1px;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.c-btn-ico-white svg .circle {
  fill: none;
  stroke: #fff;
}

a:hover .c-btn-ico::before {
  opacity: 0.1;
}

a:hover .c-btn-ico svg .arrow {
  -webkit-animation: arrow 1.5s forwards ease-in-out;
  animation: arrow 1.5s forwards ease-in-out;
}

a:hover .c-btn-ico svg .circle {
  fill: transparent;
  stroke: #5f5f5f;
  stroke-width: 1;
  -webkit-animation: circle 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: circle 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
}

a:hover .c-btn-ico-white svg .circle {
  fill: transparent;
  stroke: #fff;
  stroke-width: 1;
}

/************ Buttons ************/

.k-button {
  padding: 1%;
  /* width: 30%; */
  margin: 0 auto;
}

.k-button-left {
  padding: 1%;
  width: 30%;
}

.k-button a {
  text-decoration: none;
}

/* Underline bei Buttons raus , #main ul a bei Bedarf wieder rein */

#main p a {
  text-decoration: none !important;
  color: #2400B0;
}

#main p a:hover {
  text-decoration: underline !important;
}

/* Mobil */

@media screen and (max-width: 992px) {
  .k-button {
    padding: 1%;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .k-button-left {
    padding: 1%;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .k-icon-centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }
}

/************ Zitate **************/

/* Weiß */

.k-blockquote-white::before {
  display: inline-block;
  content: "";
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.34 24' fill='white'><path d='M19.859,15.586V0H34.34V24c-3.564-2.174-10.827-6.394-14.481-8.414M0,15.586V0H14.481V24Z' /></svg>");
  background-size: 28px 28px;
  height: 28px;
  width: 28px;
  margin-right: 20px;
}

.k-blockquote-white::after {
  display: inline-block;
  content: "";
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40.278 24'  fill='white'><path d='M919.83,122.031v15.586H902.845v-24c4.18,2.174,12.7,6.394,16.985,8.414m23.293,0v15.586H926.138v-24Z' transform='translate(-902.845 -113.617)' /></svg>");
  background-size: 28px 28px;
  height: 28px;
  width: 28px;
  margin-left: 20px;
}

/* Schwarz */

.k-blockquote-black::before {
  display: inline-block;
  content: "";
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.34 24' fill='black'><path d='M19.859,15.586V0H34.34V24c-3.564-2.174-10.827-6.394-14.481-8.414M0,15.586V0H14.481V24Z' /></svg>");
  background-size: 28px 28px;
  height: 28px;
  width: 28px;
  margin-right: 20px;
}

.k-blockquote-black::after {
  display: inline-block;
  content: "";
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40.278 24' fill='black'><path d='M919.83,122.031v15.586H902.845v-24c4.18,2.174,12.7,6.394,16.985,8.414m23.293,0v15.586H926.138v-24Z' transform='translate(-902.845 -113.617)' /></svg>");
  background-size: 28px 28px;
  height: 28px;
  width: 28px;
  margin-left: 20px;
}

/************* Hover Card Bereich *****************/

.k-hover-card {
  min-height: 600px;
  border-top: 5px solid #fff;
}

.k-hover-card:hover {
  background: rgb(216, 0, 132);
  background: linear-gradient(145deg,
      rgba(216, 0, 132, 1) 0%,
      rgba(234, 0, 0, 1) 100%);
  border-top: 5px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(145deg,
      rgba(216, 0, 132, 1) 0%,
      rgba(234, 0, 0, 1) 100%);
  transition: all 0.2s ease;
}

.k-hover-card h3 {
  padding: 3%;
}

.k-image-hover-border {
  border-top: 5px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(145deg,
      rgba(216, 0, 132, 1) 0%,
      rgba(234, 0, 0, 1) 100%);
  transition: all 0.2s ease;
}

/* Buttons */

@media screen and (min-width: 992px) {
  .k-button-hover-card {
    padding: 1%;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 40px;
    transition: all 0.8s ease;
  }
}

.k-button-hover-card a {
  text-decoration: none !important;
  font-weight: 700;
}

/* Mobil */

@media screen and (max-width: 992px) {
  .k-button-hover-card {
    padding: 1%;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

/* Round Images with Border */

.k-image-round-border-x-small {
  border: 1em solid;
}

.k-image-round-border-small {
  border: 2em solid;
}

.k-image-round-border-medium {
  border: 2em solid;
}

.k-image-round-border-large {
  border: 3em solid;
}

.k-image-round-border-x-large {
  border: 4em solid;
}

.k-image-round-border-xx-large {
  border: 5em solid;
}

.k-round-x-small {
  border-radius: 5px;
}

.k-round-small {
  border-radius: 10px;
}

.k-round-medium {
  border-radius: 20px;
}

.k-round-large {
  border-radius: 30px;
}

.k-round-x-large {
  border-radius: 40px;
}

.k-round-xx-large {
  border-radius: 50%;
}

/* Border Colors */

.k-border-color-black {
  border-color: #000;
}

.k-border-color-grey {
  border-image: linear-gradient(165deg,
      rgba(223, 225, 229, 1) 0%,
      rgba(246, 247, 248, 1) 67%);
  border-image-slice: 1;
  border-radius: 50%;
}

.k-gradient-border-bg-grey {
  background: linear-gradient(165deg,
      rgba(223, 225, 229, 1) 0%,
      rgba(246, 247, 248, 1) 67%) border-box;
  border-radius: 50%;
}

.k-gradient-border-bg-e2b-cyan-lime-uvance:hover {
  background: linear-gradient(145deg,
      rgba(0, 255, 255, 1) 0%,
      rgba(97, 214, 0, 1) 100%) border-box;
  border-radius: 50%;
}

.k-gradient-border-bg-h4a-ermald-lime:hover {
  background: linear-gradient(145deg,
      rgba(0, 130, 36, 1) 0%,
      rgba(97, 214, 0, 1) 100%) border-box;
  border-radius: 50%;
}

.k-gradient-border-bg-h5a-orange-yellow:hover {
  background: linear-gradient(145deg,
      rgba(255, 128, 0, 1) 0%,
      rgba(255, 231, 0, 1) 100%) border-box;
  border-radius: 50%;
}

.k-gradient-border-bg-e2a-lime-cyan-uvance:hover {
  background: linear-gradient(145deg,
      rgba(97, 214, 0, 1) 0%,
      rgba(0, 255, 252, 1) 100%) border-box;
  border-radius: 50%;
}

.k-gradient-border-bg-e3a-magenta-cyan-keyfocus:hover {
  background: linear-gradient(145deg,
      rgba(216, 0, 132, 1) 0%,
      rgba(0, 255, 252, 1) 100%) border-box;
  border-radius: 50%;
}

.k-gradient-border-bg-e9b-emerald-blue:hover {
  background: linear-gradient(145deg,
      rgba(0, 130, 36, 1) 0%,
      rgba(36, 0, 176, 1) 100%) border-box;
  border-radius: 50%;
}

.k-gradient-border-bg-h3a-blue-cyan:hover {
  background: linear-gradient(145deg,
      rgba(36, 0, 176, 1) 0%,
      rgba(0, 255, 252, 1) 100%) border-box;
  border-radius: 50%;
}

.k-gradient-border-bg-h3b-cyan-blue:hover {
  background: linear-gradient(140deg,
      rgba(196, 249, 255, 1) 0%,
      rgba(8, 232, 255, 1) 85%) border-box;
  border-radius: 50%;
}

.k-gradient-border-bg-yellow-white:hover {
  background: linear-gradient(140deg,
      rgba(255, 236, 50, 1) 0%,
      rgba(255, 253, 239, 1) 85%) border-box;
  border-radius: 50%;
}


.k-gradient-border-bg-e2b-cyan-lime-uvance-no-hover {
  background: linear-gradient(145deg,
      rgba(0, 255, 255, 1) 0%,
      rgba(97, 214, 0, 1) 100%) border-box;
  border-radius: 50%;
}

.k-gradient-border-bg-h4a-ermald-lime-no-hover {
  background: linear-gradient(145deg,
      rgba(0, 130, 36, 1) 0%,
      rgba(97, 214, 0, 1) 100%) border-box;
  border-radius: 50%;
}

.k-gradient-border-bg-h5a-orange-yellow-no-hover {
  background: linear-gradient(145deg,
      rgba(255, 128, 0, 1) 0%,
      rgba(255, 231, 0, 1) 100%) border-box;
  border-radius: 50%;
}

.k-gradient-border-bg-e2a-lime-cyan-uvance-no-hover {
  background: linear-gradient(145deg,
      rgba(97, 214, 0, 1) 0%,
      rgba(0, 255, 252, 1) 100%) border-box;
  border-radius: 50%;
}

.k-gradient-border-bg-e3a-magenta-cyan-keyfocus-no-hover {
  background: linear-gradient(145deg,
      rgba(216, 0, 132, 1) 0%,
      rgba(0, 255, 252, 1) 100%) border-box;
  border-radius: 50%;
}

.k-gradient-border-bg-e9b-emerald-blue-no-hover {
  background: linear-gradient(145deg,
      rgba(0, 130, 36, 1) 0%,
      rgba(36, 0, 176, 1) 100%) border-box;
  border-radius: 50%;
}

.k-gradient-border-bg-h3a-blue-cyan-no-hover {
  background: linear-gradient(145deg,
      rgba(36, 0, 176, 1) 0%,
      rgba(0, 255, 252, 1) 100%) border-box;
  border-radius: 50%;
}

.k-gradient-border-bg-h3b-cyan-blue-no-hover {
  background: linear-gradient(140deg,
      rgba(196, 249, 255, 1) 0%,
      rgba(8, 232, 255, 1) 85%) border-box;
  border-radius: 50%;
}

.k-gradient-border-bg-yellow-white-no-hover {
  background: linear-gradient(140deg,
      rgba(255, 236, 50, 1) 0%,
      rgba(255, 253, 239, 1) 85%) border-box;
  border-radius: 50%;
}

.k-gradient-border-small {
  border: 1em solid transparent;
}

.k-gradient-border-medium {
  border: 1.3em solid transparent;
}

.k-gradient-border-large {
  border: 2em solid transparent;
}

.k-border-color-h1a-red-magenta {
  border-color: rgb(216, 0, 132);
}

.k-bordered-image-centered {
  width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Borders */

.k-border-small {
  border: 1px solid #000;
}

.k-border-medium {
  border: 2px solid #000;
}

.k-border-large {
  border: 3px solid #000;
}

/********* Icon Card Style *************/

.k-icon-card-style2 {
  position: relative;
  top: -100px;
  margin-bottom: -80px;
}



@media screen and (max-width: 700px) {
  img.k-icon-card-style {
    margin-top: -15%;
  }

  .k-icon-card-margin-top {
    margin-top: 100px;
  }

  img.k-icon-card-style2 {
    top: -80px;
  }
}

@media screen and (min-width: 701px) and (max-width: 992px) {
  img.k-icon-card-style {
    margin-top: -10%;
  }

  .k-icon-card-margin-top {
    margin-top: 80px;
  }

  img.k-icon-card-style2 {
    top: -90px;
  }
}

@media screen and (min-width: 992px) {
  img.k-icon-card-style {
    margin-top: -30%;
  }
}

.k-button-transparent {
  width: 100% !important;
}


/********* Tab Section *********/

.k-tab-container {

  box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
  background-color: white;


}


.k-tab-tabs {
  /* height: 60px; */
  display: flex;
  flex-direction: row;
  column-gap: 2px;
  cursor: pointer;
  flex-wrap: wrap;
  ;
}

.k-tabs {
  padding: 5px;
  display: flex;
  flex-direction: row;
  column-gap: 2%;
  align-items: center;
  justify-content: center;
  flex-basis: 19%;
  flex-grow: 1;
  height: 60px;
  background-color: rgb(0, 130, 36);
  color: white;
  transition: all 0.3s ease-in-out;
  font-size: clamp(1rem, 0.7159rem + 1.1364vw, 1.625rem);

}

.k-tabs.k-tab-active {
  background-color: white;
  color: black;
  font-weight: 700;
}

.k-tabs.k-tab-active:hover {
  background-color: white;
  color: black;
}

.k-tabs:hover {
  background-color: #61D600;
  color: rgb(0, 0, 0);
}

.k-tab-content {
  display: flex;
  flex-direction: row;
  padding: 20px;
  gap: 25px;
  flex-wrap: wrap;
}

.k-tab-content-left {
  flex-basis: 400px;
  flex-grow: 1;
}

.k-tab-content-left>img {
  object-fit: cover;
  width: 100%;
}


.k-tab-content-right {
  display: flex;
  flex-direction: column;
  row-gap: -10px;
  flex-basis: 300px;
  flex-grow: 1;
  align-items: flex-start;
}

.k-tab-content-right ul {
  text-align: left;
  list-style-type: disc;
  list-style-position: inside;
}

.k-hide-item {
  display: none;
}

.k-show-item-block {
  display: block;
}

.k-show-item-flex {
  display: flex;
}

.k-icon-rotate {
  transform: rotateZ(90deg);
}

.k-icon {
  transition: all 0.25s ease-in-out;
}

@media (max-width: 999px) {
  .k-tab-tabs {
    row-gap: 1px;
  }

  .k-tabs {
    flex-basis: 49%;
  }
}

@media (max-width: 520px) {
  .k-tabs {
    flex-basis: 99%;
  }
}



/************* Speakerbilder von BTT***************/

.main-contents .section-inner.k-row-full-width {
  max-width: 100% !important;
  width: 100% !important;
  padding-bottom: 0px !important;
}

@media screen and (min-width: 992px) {

  .k-row-full-width .k-two-columns,
  div.k-two-columns.k-column-one,
  .k-row-full-width div.k-two-columns.k-column-two {
    flex: 50% !important;
  }
}

/***** Born to Transform Styles | Adobe XD - Seite 3 *******/
.card-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* min-height: 160px; */
  position: relative;
}

.card-container:hover img {
  background: linear-gradient(140deg, rgba(196, 249, 255, 1) 0%, rgba(8, 232, 255, 1) 85%) border-box;
  border-radius: 50%;
}

.card-container:hover .hoverText {
  opacity: 1;
}

.card-container:hover .k-caption {
  opacity: 1;
}


@media screen and (min-width: 993px) {

  .hoverText {
    position: absolute;
    top: 0;
    height: 100%;
    transition: .5s ease;
    opacity: 0;
    width: 100%;
    text-align: center;
  }

  .k-caption {
    background-color: rgba(0, 0, 0, 0.3);
    color: #000;
    font-size: 20px;
    border-radius: 50%;
    /* height: 179px; */
    /* width: 179px; */
    /* top: 0.9em; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    /* margin-top: -149px; */
    position: absolute;
    opacity: 0;
  }

  .hoverText {
    padding-top: 35%;
    position: none;
  }
}

@media screen and (min-width: 992px) {
  .k-hide-mobile {
    display: none;
  }
}

.card-container:hover .k-gradient-border-bg-e2b-cyan-lime-uvance {
  background: linear-gradient(145deg, rgba(0, 255, 255, 1) 0%, rgba(97, 214, 0, 1) 100%) border-box;
  border-radius: 50%;
}

.card-container:hover .k-gradient-border-bg-h4a-ermald-lime {
  background: linear-gradient(145deg, rgba(0, 130, 36, 1) 0%, rgba(97, 214, 0, 1) 100%) border-box;
  border-radius: 50%;
}

.card-container:hover .k-gradient-border-bg-h5a-orange-yellow {
  background: linear-gradient(145deg, rgba(255, 128, 0, 1) 0%, rgba(255, 231, 0, 1) 100%) border-box;
  border-radius: 50%;
}

.card-container:hover .k-gradient-border-bg-e2a-lime-cyan-uvance {
  background: linear-gradient(145deg, rgba(97, 214, 0, 1) 0%, rgba(0, 255, 252, 1) 100%) border-box;
  border-radius: 50%;
}

.card-container:hover .k-gradient-border-bg-e3a-magenta-cyan-keyfocus {
  background: linear-gradient(145deg, rgba(216, 0, 132, 1) 0%, rgba(0, 255, 252, 1) 100%) border-box;
  border-radius: 50%;
}

.card-container:hover .k-gradient-border-bg-e9b-emerald-blue {
  background: linear-gradient(145deg, rgba(0, 130, 36, 1) 0%, rgba(36, 0, 176, 1) 100%) border-box;
  border-radius: 50%;
}

.card-container:hover .k-gradient-border-bg-h3a-blue-cyan {
  background: linear-gradient(145deg, rgba(36, 0, 176, 1) 0%, rgba(0, 255, 252, 1) 100%) border-box;
  border-radius: 50%;
}

.card-container:hover .k-gradient-border-bg-h3b-cyan-blue {
  background: linear-gradient(140deg, rgba(196, 249, 255, 1) 0%, rgba(8, 232, 255, 1) 85%) border-box;
  border-radius: 50%;
}

.card-container:hover .k-gradient-border-bg-yellow-white {
  background: linear-gradient(140deg, rgba(255, 236, 50, 1) 0%, rgba(255, 253, 239, 1) 85%) border-box;
  border-radius: 50%;
}

.k-border-color-h1a-red-magenta {
  border-color: rgb(216, 0, 132);
  ;
}

.k-border-small {
  border: 1px solid #000;
}

.k-border-medium {
  border: 2px solid #000;
}

.k-border-large {
  border: 3px solid #000;
}

/* Leitthemen */

#leitthemen a {
  text-decoration: none;
}

#leitthemen a:hover {
  text-decoration: underline;
}

#leitthemen .k-row {
  gap: 45px 20px;
}