/**
 * @license
 * MyFonts Webfont Build ID 3867246, 2020-12-16T11:57:38-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: undefined by undefined
 * URL: https://www.myfonts.comundefined
 * Copyright: Copyright © 2024 Monotype Imaging Inc. All rights reserved.
 *
 * Webfont: undefined by undefined
 * URL: https://www.myfonts.comundefined
 * Copyright: Copyright © 2024 Monotype Imaging Inc. All rights reserved.
 *
 * Webfont: undefined by undefined
 * URL: https://www.myfonts.comundefined
 * Copyright: Copyright © 2024 Monotype Imaging Inc. All rights reserved.
 * 
 * © 2024 MyFonts Inc. */



@font-face {
  font-family: "UniviaProBold";
  src: url('../fonts/UniviaProBold/font.woff2') format('woff2'), url('../fonts/UniviaProBold/font.woff') format('woff');
}

@font-face {
  font-family: "UniviaProBook";
  src: url('../fonts/UniviaProBook/font.woff2') format('woff2'), url('../fonts/UniviaProBook/font.woff') format('woff');
}

@font-face {
  font-family: "UniviaProMedium";
  src: url('../fonts/UniviaProMedium/font.woff2') format('woff2'), url('../fonts/UniviaProMedium/font.woff') format('woff');
}

:root {
  --accentColor: rgba(0, 190, 165, 1);
  --secondColor: rgba(247, 166, 0, 1);
}


html,
body {
  font-family: "UniviaProBook", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.ce_revolutionslider_text.bold,
.font_headline {
  font-family: 'UniviaProMedium', sans-serif;
  font-weight: normal;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}




.ce_revolutionslider_text.tp-caption.bold.blau,
.ce_revolutionslider_text.tp-caption.blau {
  color: #00519e;
}


.ce_hyperlink a {
  font-family: 'UniviaProBold', sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;

}

.ce_text a {
  color: var(--accentColor);
}

.ce_text a:hover {
  color: rgba(0, 190, 165, .7);
}

.ce_hyperlink.btn-second a:hover,
.ce_revolutionslider_hyperlink.btn-second:hover,
.ce_revolutionslider_hyperlink.btn-second.btn-size-small:hover {
  background: #fff;
  color: var(--secondColor);
  opacity: 1;
}

.ce_hyperlink.btn-second a:hover,
.ce_revolutionslider_hyperlink.btn-second:hover,
.ce_revolutionslider_hyperlink.btn-second.btn-size-small:hover {
  background: #fff;
  color: var(--secondColor);
  opacity: 1;
  text-transform: uppercase;
}

.ce_hyperlink {
  text-transform: uppercase;
}


/* QUICK */

.mod_quickmenu {
  position: fixed;
  bottom: 40%;
  right: 10px;
  z-index: 100;
  padding-top: 0;
}

.mod_quickmenu li a {
  display: block;
  line-height: 50px;
  width: 50px;
  border: 1px solid var(--secondColor);
  border-radius: 3px;
  overflow: hidden;
  transition: All 0.1s ease;
  -webkit-transition: All 0.1s ease;
  white-space: nowrap;
  background: var(--secondColor);
  margin-bottom: 5px;
  font-size: 15px;
  display: flex;
}

.mod_quickmenu li a i {
  text-align: center;
  width: 50px;
  height: 50px;
  content: "";
  margin-right: 7px;

}

.mod_quickmenu li a span {
  margin-right: -100px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "UniviaProMedium";
  color: #fff;
  line-height: inherit;
}

.mod_quickmenu li a:hover span {
  margin-right: 0;

}

.mod_quickmenu li a:hover {
  width: 160px;
  color: #fff;
  background-color: var(--secondColor);
  border-color: var(--secondColor);
}

.mod_quickmenu li a[title="Zur Karriereseite"]:hover,
.mod_quickmenu li a[title="Zur Karriereseite"] {

  background-color: var(--accentColor);
  border-color: var(--accentColor);
}

.icon_fon {
  background-image: url(../img/kh_icon_fon.svg);
}

.icon_email {
  background-image: url(../img/kh_icon_email.svg);
}

.icon_karriere {
  background-image: url(../img/kh_icon_karriere.svg);
}

.mod_quickmenu ul li,
.mod_quickmenu.collapse li {
  margin-top: 0;
}

/* =============================================================================
 * smartmenu
 * ========================================================================== */
.smartmenu .smartmenu-trigger .line,
.smartmenu .smartmenu-trigger .line::before,
.smartmenu .smartmenu-trigger .line::after,
.smartmenu-content .smartmenu-close::before,
.smartmenu-content .smartmenu-close::after {
  height: 2px;
  background: #00519e;
}

.smartmenu-content.open {
  position: fixed;
  z-index: 100000000;
  right: 0;
  top: 0;

  width: 100vw;
  height: 100%;
  background-color: #ecf1f8;
  visibility: visible;
  opacity: 1;
  transition: all .8s cubic-bezier(.15, .2, .1, 1);
  background-image: url(../img/kh_bg_smart.svg);
  background-position: bottom left;
  background-size: auto 70vh;
  background-repeat: no-repeat;
}

.smartmenu-content ul {
  width: max-content;
  margin: 0 auto;
}

.smartmenu-table li {
  text-align: center;
}

.smartmenu-content .mod_navigation a.active,
.smartmenu-content .mod_navigation a.trail {
  color: var(--secondColor) !important;
  border: none;
}

body.smartmenu_open div.body {
  transform: translateX(0) translateZ(0);
  transform-origin: top;
  transition: all .8s cubic-bezier(.15, .2, .1, 1);
  padding-top: 0;
}

.smartmenu-content .mod_navigation li:not(.floatbox) {
  font-family: "UniviaProMedium";
  font-size: 2.4rem;
  line-height: 3.5rem;
  font-weight: normal;
  padding: 0.5rem 0.5rem 0.5rem 0;
  padding-right: 0.5rem;
  position: relative;
  padding-right: 0;
}

.smartmenu-content .mod_navigation .level_2 li:not(.floatbox) {
  font-family: "UniviaProMedium";
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: normal;
  padding: 0.5rem 0.5rem 0.5rem 0;
  padding-right: 0.5rem;
  position: relative;
  padding-right: 0;
}


.smartmenu-content .subitems_trigger {
  display: inline-block;
  margin-left: auto;
  position: inherit;
  padding-left: 10px;
  font-family: "UniviaProBook";

}

li.open>.subitems_trigger::before {
  content: '–' !important;
}

.subitems_trigger::before {
  content: '+' !important;
}

.smartmenu-content .mod_navigation ul.level_2 {
  margin-top: 5px;
}

/* =============================================================================
 * ICON BOX
 * ========================================================================== */

.ce_iconbox h3 {

  font-size: 40px;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .ce_iconbox h3 {

    font-size: 26px;

  }

}


/* =============================================================================
 * logo slider
 * ========================================================================== */
.slider_grau img {
  filter: grayscale(100%);
  opacity: .6;
}

.slider_grau img:hover {
  filter: grayscale(0);
  opacity: 1;

}



/* =============================================================================
 * image map
 * ========================================================================== */

.ce_imagemap .hotspot:before {
  z-index: 10;
  font-family: "FontAwesome";
  content: "+";
  text-indent: 0;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  font-size: 22px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  color: rgb(255, 255, 255);
  font-weight: bold;
}

.ce_imagemap .hotspot.small .circle {
  border-radius: 100%;
  width: 22px;
  height: 22px;
  border: 1px solid var(--accentColor);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -11px;
  margin-top: -10px;
  display: block;
  background: var(--accentColor);
  box-shadow: 0 0 0 5px var(--accentColor);
}

/* animation */
@-webkit-keyframes pulseImageMap {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 190, 165, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 190, 165, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 190, 165, 0);
  }
}

@keyframes pulseImageMap {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 190, 165, 0.4);
    box-shadow: 0 0 0 0 rgba(0, 190, 165, 0.4);
  }

  70% {
    -moz-box-shadow: 0 0 0 10px rgba(0, 190, 165, 0);
    box-shadow: 0 0 0 10px rgba(0, 190, 165, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 190, 165, 0);
    box-shadow: 0 0 0 0 rgba(0, 190, 165, 0);
  }
}


/* =============================================================================
 * newslist-v6
 * ========================================================================== */

.mod_newslist_v6 {
  margin-top: 4px;
  margin-left: -10px;
  margin-right: -10px;
}

.newslist-v6 {
  float: left;
  background: rgb(255, 255, 255);
  height: 320px;
  border: 4px solid #ecf1f8;
  position: relative;
}

.newslist-v6,
.grid-sizer {
  width: calc(100% / 2);
}

.newslist-v6.tall {
  height: 640px;
}

.newslist-v6 .h5,
.newslist-v6 h5 {
  margin-bottom: 10px;
}

.newslist-v6 .news-image {
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.newslist-v6 .news-content {
  padding: 25px;
  position: relative;
  height: 100%;
}

.newslist-v6.no_image .news-content {
  width: 100%;
}

.newslist-v6.no_image:after {
  display: none;
}


.newslist-v6 .news-info {
  font-size: 0.9rem;
  color: rgb(180, 180, 180);
  position: inherit;
  left: 0;
  bottom: inherit;
  line-height: 30px;
  width: 100%;
  padding-left: 25px;
  background: rgb(255, 255, 255);
  text-align: right;
  padding-top: inherit;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 10px 0;
}



.newslist-v6:after {
  display: none;
}

.newslist-v6 .news-comments {
  min-width: 30px;
  height: 30px;
  padding: 0 10px;
  border-radius: 100%;
  background: rgb(255, 255, 255);
  display: inline-block;
  text-align: center;
  float: right;
  margin-right: 25px;
}

.newslist-v6 .news-info:before {
  position: absolute;
  top: -70px;
  left: 0;
  display: block;
  width: 100%;
  height: 70px;
  content: '';
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(248, 248, 248, 1)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(248, 248, 248, 1) 100%);
  background: rgb(255, 255, 255);
}

.newslist-v6 .button-more {
  display: none;
}


@media only screen and (max-width: 970px) {
  .newslist-v6 {
    /*	height: 400px;*/
    width: 100%;
    float: none;
  }
}

.btn_lesen {
  margin-top: auto;
}

.btn_lesen a,
.btn_lesen {

  color: var(--secondColor);
  text-transform: uppercase;
  font-family: "UniviaProMedium";
  font-size: 1rem;
}

.btn_lesen::after {
  content: " >";
  font-size: .91rem;
}

/* =============================================================================
* smart phones  (s / small screens)
* ========================================================================== */
/*

@media only screen and (max-width: 767px) {
	.newslist-v6 .bild_news .news-image {
		width: 40%;
	}
	
	.newslist-v6 .bild_news .news-content {
		width: 60%;
	}
	
	.bild_news .newslist-v6:after {
		left: 40%;
	}
}
*/

/* =============================================================================
 * ce_portfoliofilter
 * ========================================================================== */

/* style 1*/

.ce_portfoliofilter,
.ce_portfoliofilter.style1 {
  text-align: center;
  margin-bottom: 25px;
  margin-top: 25px;
  position: relative;
  overflow: visible;
  font-family: "UniviaProMedium", sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;

}

.referenzen .ce_portfoliofilter,
.ce_portfoliofilter.style1 {
  font-size: 1rem;

}

.ce_portfoliofilter.style1 a,
.ce_portfoliofilter.default a {
  display: inline-block;
  padding: 8px 15px;
  margin-bottom: 0;
  border: none;
  cursor: pointer;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
}

.ce_portfoliofilter.style1 .ce_portfoliofilter_content i,
.ce_portfoliofilter.default .ce_portfoliofilter_content i {
  margin-right: 5px;
}

.ce_portfoliofilter.style1 a,
.ce_portfoliofilter.default a {
  color: #00519e;
}

.ce_portfoliofilter.style1 a:hover,
.ce_portfoliofilter.default a:hover {
  color: rgba(0, 81, 158, .8);
  background: none;
}

.ce_portfoliofilter.style1 a.selected,
.ce_portfoliofilter.default a.selected {
  background: none;
  color: var(--secondColor);
}


.newslist-v6 {
  display: flex;
  flex-direction: row;
}

.news-image {
  flex: 1;
  background-size: cover;
  background-position: center;
  height: 200px;
}

.news-content {
  flex: 1;
  display: flex;
  flex-direction: column;

}

.newslist-v6.reverse {
  flex-direction: row-reverse;
}

.news_image_marker {
  width: auto;
  height: 100%;
  background-image: url(../img/kh_news_marker.svg);
  background-position: right;
  background-size: 20px;
  display: flex;
}

.reverse .news_image_marker {
  transform: rotate(180deg);
}



.newslist-v6 .news-date:before,
.news-info::before {
  display: none !important;
}


/* =============================================================================
 * referzenzen
 * ========================================================================== */

.referenzen .mod_portfoliolist .item .overflow-layer {
  background: rgba(0, 81, 158, 0.8);
}

.referenzen .mod_portfoliolist .info {
  width: calc(100% - 40px);
  text-align: center;
}

.referenzen .mod_portfoliolist .item .subline {
  background-color: transparent;
  padding: 1px 15px;
  border-radius: 0;
  color: rgb(255, 255, 255);
  line-height: 1.7;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.referenzen .mod_portfoliolist p {
  font-family: "UniviaProBook";
  color: #fff;
}

.referenzen .ref_logo {
  width: 100%;
  height: 35px;
  background-image: url(../img/kh_ref_marker.svg);
  background-position: center;
  margin: 30px 0;
}

.referenzen .mod_portfoliolist .title {
  font-size: 1.5rem;
  line-height: 1.5;
}

.referenzen .mod_portfoliolist .item:hover .info {
  top: 13%;
}


/* =============================================================================
 * icon box hover
 * ========================================================================== */

.ce_iconbox .ce_iconbox_outside.padding .content {
  opacity: 1;
}


@media only screen and (max-width: 676px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  .ce_revolutionslider_text.bold,
  .font_headline {
    line-height: 1.25 !important;
  }


  .image_container.float_left {
    margin-right: 3% !important;
    float: left;
  }

}

.ref_back {
  margin: 30px auto;
  max-width: 1440px;
}

.ref_back a {
  font-family: 'UniviaProMedium', sans-serif;
  font-weight: normal;
  color: #00519e;
  padding: 20px;
}


.ce_portfoliofilter.default a.selected[data-filter=".filter_unternehmen"] {
  color: rgba(0, 190, 165, 1);
}

.mmenu_trigger .label {
  display: none;
}

.mmenu_trigger {
  color: var(--secondColor);
}

.mmenu_trigger .burger .burger_lines,
.mmenu_trigger .burger .burger_lines::after,
.mmenu_trigger .burger .burger_lines::before {

  background: #00519e;

}

/* KONTAKT */

.checkbox_container {
  font-size: 10pt;
}

.widget-explanation p {
  line-height: 1.25;
}


#ctrl_814 {

  font-family: 'UniviaProBold', sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

button.submit {
  background: var(--secondColor);
  border: 2px solid var(--secondColor);
}

input.submit[type="submit"]:hover,
button.submit[type="submit"]:hover {
  background: #fff;
  border: 2px solid var(--secondColor);
  ;
  opacity: 0.9;
  color: var(--secondColor);
}


/* IMAGE MAP */

.ce_imagemap .hotspot_content {
  min-width: 350px;
}

.hotspot_content h6 {
  margin-bottom: 10px;
  color: #00519e;
}

.hotspot_content li {
  margin-bottom: 8px;
  line-height: 1.35;
}




@media only screen and (min-width: 678px) and (max-width: 1100px) {
  .mod_portfoliolist.portfolio-col3 .item {
    width: calc(100% / 2);
  }
  .portfolio-col3 .grid-sizer {
    width: calc(100% / 2) !important;
  }
}

@media only screen and (max-width: 677px) {
  .mod_portfoliolist.portfolio-col3 .item {
    width: calc(100%);
  }
  .portfolio-col3 .grid-sizer {
    width: calc(100%);
  }
}


@media only screen and (max-width: 676px) {
  .referenzen .mod_portfoliolist .item:hover .info {
    top: 20%;
  }

  .home_svg svg {
    max-width: 90vw;
  }
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .font_headline {
  hyphens: manual;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  }

  .ce_countup .headline .h3 {
    color: var(--accentColor);
    }