/* GENERAL GOBAL */
.sep_line_white{
  border-bottom: 8px solid #fff;
    width: 65px;
}
.sep_line_primary{
  border-bottom: 8px solid var(--prim-clr);
  width: 65px;
}
.sep_line_white_short{
  border-bottom: 2px solid #fff;
  width: 48px;
margin: auto;
}
.widget .widgettitle{
  display: none;
}
.black{
  color: #000;
}
.white{
  color: #fff;
}
.primary{
  color: var(--prim-clr);
}
::placeholder {
  color: #000;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #000;
}
::-ms-input-placeholder { /* Microsoft Edge */
 color: #000;
}

ul {
  list-style: url('/wp-content/uploads/2020/09/list_style_1.svg');
      list-style-position: inside;
      margin: 0;
      padding: 0;
}
.page-id-3 ul {
  list-style: disc;
  list-style-position: inside;
  margin: 0;
  padding: 32px 0;
}
li{
  font-family: var(--font-family-headlines);
font-size: 24px;
font-weight: 500;
font-stretch: semi-condensed;
font-style: normal;
line-height: 1.67;
letter-spacing: 0.18px;
color: #313541;
}
.check_left:before{
  content: url('/wp-content/uploads/2020/09/icon_checkbox_1.svg');
  width: 23px;
  height: 23px;
  padding-right: 10px;
}
.check_text{
  padding-left: 33px;
}
.read_more p a {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.5px;
  color: #5284A3;
}
.read_more p a:after {
content: '>';
}
.read_more p a:hover {
  color: #000;
}
.equalheightfix {
  height: 100%;
}
div.kc-row-container.kc-container.equalheightfix div.kc-wrap-columns div.kc_column div.kc-col-container div.kc_row_inner, div.kc-row-container.kc-container.equalheightfix div.kc-wrap-columns div.kc_column div.kc-col-container div.kc_row_inner div.kc_column_inner {
  height: 100%;
}
@media screen and (max-width:999px) {
  div.kc-row-container.kc-container.equalheightfix div.kc-wrap-columns div.kc_column{
    padding: 0 18px;
  }
}
/* MENU */
.nav_container {
  background-color: #233A45;
}
#header_logo{
position: absolute;
left: 74px;
z-index: 99;
margin-top: 26px;
}
#header_logo img{
width: 202px;
height: 48px;
}
#mega-menu-wrap-menu-1 {
    height: 100px;
    padding: 42px 15px 0px 74px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1{
  max-width: 1140px;
    margin: auto;
    z-index: 2;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
  font-family: "barlow", sans-serif;
font-stretch: semi-condensed;
}
@media screen and (max-width:1050px) {
  #header_logo {
    left: 15px;
}
#header_logo img {
    width: 150px;
    height: 60px;
}
}
@media screen and (max-width:915px) {
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  padding: 0px 5px 0px 5px;
}
}
@media screen and (max-width:790px) {
  #mega-menu-wrap-menu-1 {
      height: 100px;
      padding: 42px 0 0 0;
  }
}
/* MENU END */
/* POST */
.post_content {
  background-color: #fff;
  float: left;
    width: 100%;
    /* height: 318px; */
    padding: 26px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
}
img.blog_icon {
    position: absolute;
    margin-left: 35px;
}
.post_head_image{
  width: 100%;
  height: 236px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.grid-base{
  display: flex;
}
.post-grid{
  display: flex;
  flex:1;
}
.post-grid-inner{
  background-color: #fff;
}
.post-grid_excerpt{
  font-size: 16px;
}
/* GLOBAL END */

/* OFF CANVAS */
     div#off_canvas_overlay {
     width: 100vw;
     height: 100vh;
     background-color: rgba(0, 0, 0, 0.0);
     position: fixed;
     top: 0px;
     left: 0;
     float: left;
     z-index: 999;
     transition: background-color 1s ease;
     pointer-events: none;
 }
 .over_off{
   background-color: rgba(0, 0, 0, 0.8) !important;
   transition: background-color 1s ease;
       pointer-events: all !important;
 }
 #kontakt_ofcanvas{
   position: fixed;
   width: 450px;
   height: 100vh;
   background-color: var(--prim-clr);
   display: block;
   float: left;
   z-index: 99999;
 right: -450px;
 top: 0;
transition: right 1s ease;
 }
 .kontakt_extend{
     right: 0 !important;
     transition: right 1s ease;
 }
 #kontakt_btn_container{
   position: absolute;
   width: 158px;
       height: 48px;
       margin-top: 40vh;
       margin-left: -103px;
       transform: rotate(-90deg);
       text-align: center;
       cursor: pointer;
 }
 #kontakt_btn{
   padding: 11px 0 15px 0;
       text-transform: uppercase;
       color: #fff;
       background-color: var(--prim-clr);
       height: 48px;
       border: 1px solid #fff;
       border-bottom: 0px;
 }
 div#kontakt_textblock {
     padding: 50px;
     color: #000;
     height: 100%;
     overflow-y: scroll;
     pointer-events: visible;
 }
 #kontakt_textblock h3{
   color: #fff;
 }
 div#kontakt_textblock a {
   color: #000;
 }
 div#kontakt_textblock a:hover {
   color: #fff;
 }
 .contact_offcanvas_address p, .contact_offcanvas_times p{
     font-size: 14px !important;
     font-weight: normal !important;
     font-stretch: normal !important;
     font-style: normal !important;
     line-height: 1.71 !important;
     letter-spacing: 0.1px !important;
     color: #000;
 }
 .contact_offcanvas_address{
       padding: 48px 0;
 }
 @media screen and (max-width: 498px) {
   #kontakt_ofcanvas{
width: calc(100% - 48px);
right: calc(-100% + 48px);
 }
#kontakt_btn{
  display: none;
}
}
/* OFF CANVAS END */
/* Header */
.header_player {
  width: 100%;
  height: max(34vw, 160px);
  padding: 0;
  margin: 0;
  pointer-events: none;
  overflow: hidden;
}
.header_player_iframe {
  width: 100vw;
  height: 43.5vw;
  margin: 0;
  padding: 0;
  top: 0;
}
.header-content {
  display: block;
  width: 1140px;
  max-width: 100%;
  position: absolute;
  /* top: 200px; */
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
      padding: 0 30px;
}
.header-content div.kc-col-container {
  /* width: 50%; */
  max-width: 100%;
}
@media screen and (max-width:1314px) {
.header-content {
    /* top: 100px; */
}
}
@media screen and (max-width:1050px) {
.header-content {
    /* top: 60px; */
}
}
@media screen and (max-width:940px) {
.header-content div.kc-col-container {
  width: 100%;
}
}
@media screen and (max-width:688px) {
  .header_player {
    overflow: visible;
  }
.header-content {
position: relative;
  top: 0px;
  padding: 32px 30px;
}
}
/* Header End */
/* Footer */
.footer_section{
  position: relative;
  margin:0;
  padding:0;
  background-color: #233A45;
}
.footer_container{
display: flow-root;
  padding: 46px 30px 46px 30px;
}
.footer_block_left{
  float: left;
  color: #e3e4e6;
  font-size: 14px;
}
.footer_block_right{
  float: right;
}
@media screen and (max-width: 890px){

  .footer_block_left{
width: 100%;
text-align: center;
padding-bottom: 16px;
  }
  .footer_block_right{
    width: 100%;

      }
      #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1{
        text-align: center;
      }
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
font-family: var(--font-family-headlines);
font-stretch: semi-condensed;
}
/* OWL FIX */
.owl-theme .owl-controls {
    margin-top: -99px !important;
    text-align: center !important;
    position: relative;
    z-index: 9999;
}

.owl-theme .owl-controls .owl-page span {
    width: 15px !important;
    height: 15px !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    background: #a9adb1 !important;
    opacity: 1 !important;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
  background: #5284A3 !important;
}
/* REFERENZEN */
.ref_header{
	padding: 0;
	margin: 0;
	background: linear-gradient(98deg, rgba(45, 55, 63, 0.83), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), transparent url('/wp-content/uploads/2020/09/referenz_header_1.jpg') top right/cover no-repeat scroll;
	  	width: 100%;
			height: 463px;
}
.ref_title p{
font-family: var(--font-family-headlines);
  font-stretch: semi-condensed;
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #313541;
  padding-bottom: 16px;
}
@media screen and (max-width:830px) {
.port_row_separation_left, .port_row_separation_right {
  width: 100% !important;
  margin-bottom: 48px;
}
.port_row_separation_right .kc-col-container .kc-elm.kc_row.kc_row_inner:first-child {
  height: 480px;
}
}



/* PORTFOLIO */

.port_list_clr_box{
  /* background-color: #ec6500; */
    padding: 18px 30px;
    margin-bottom: 30px;
}
.port_list_clr_box:hover{
  background-color: #313541 !important;
}
.port_list_clr_box p {
  margin: 0;
  padding: 0;
  color: #fff;
font-family: var(--font-family-headlines);
    font-size: 18px;
font-weight: 500;
font-stretch: semi-condensed;
font-style: normal;
line-height: normal;
letter-spacing: normal;
}

/* PROZESS MODUL */
.portModule_item {
  cursor: pointer;
    float: left;
    width: 100%;
        margin-bottom: 0px;
        border-bottom: 0px solid #c2c4cb;
            transition: border-bottom .1s, margin-bottom .1s;
}
.portModule_item.item_active {
    cursor: pointer;
    float: left;
    width: 100%;
    margin-bottom: 32px;
    border-bottom: 1px solid #c2c4cb;
            transition: border-bottom .1s, margin-bottom .1s;
}
.portModule_item_image {
    float: left;
    padding-right: 20px;
}
.portModule_item_image img {
 width: 80px;
 height: auto;
    transition: width .5s;
}
.item_active .portModule_item_image img {
  width: 160px;
  height: auto;
    transition: width .5s;
}
@media screen and (max-width:468px) {
  .portModule_item_image {
      padding-bottom: 38px;
  }
  .item_active .portModule_item_image img {
    width: 110px;
    height: auto;
      transition: width .5s;
  }
  .portModule_item.item_active {
      padding-bottom: 32px;
  }
}
.portcat{
font-family: var(--font-family-headlines);
  font-size: 14px;
  font-weight: 500;
  font-stretch: semi-condensed;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.11px;
  color: #5284A3;
}
.porttitle {
font-family: var(--font-family-headlines);
font-size: 28px;
font-weight: bold;
font-stretch: semi-condensed;
font-style: normal;
line-height: 1.29;
letter-spacing: normal;
color: #313541;
}
.portModule_item_text p {
font-family: var(--font-family-copy);
 font-size: 14px;
 font-weight: normal;
 font-stretch: normal;
 font-style: normal;
 line-height: 1.71;
 letter-spacing: 0.25px;
 color: #313541;
 margin-top: 8px;
 opacity: 0;
 height: 0px;
    transition: opacity .1s, height .5s ;
}
.item_active .portModule_item_text p {
  opacity: 1;
  max-width: 450px;
  height: 50px;
    transition: opacity .5s .4s, height .5s .2s;
    /* padding-left: 160px; */
}
@media screen and (max-width:920px) {
  .portModule_item_text p {
   font-size: 12px;
 }
}

@media screen and (max-width:430px) {
.porttitle {
  font-size: 22px;
}
}
/* OWL SLIDER FIX */
.owl-item .ui-tabs-panel .kc_tab_content {
  width: 1140px;
  max-width: 100%;
      position: relative;
      display: block;
      margin: 0 auto;
}
.owl-item .ui-tabs-panel .kc_tab_content .kc_row_inner {
  width: 50%;
  min-height: 350px;
}

@media screen and (max-width:768px) {
  .owl-item .ui-tabs-panel .kc_tab_content .kc_row_inner {
    width: 60%;
    min-height: 380px;
}
.owl-item .ui-tabs-panel{
  background-color: rgb(0 0 0 / 55%) !important;
  background-blend-mode: multiply;
}
}
@media screen and (max-width:498px) {
  .owl-item .ui-tabs-panel .kc_tab_content .kc_row_inner {
    width: 100%;
    min-height: 270px;
}

}
