/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/

.home #site-navigation, .home #site-header-inner {
  /*display: none;
  reintroduce navigation on 3.3.22 */ 
}

#site-header-inner {
    /* box-shadow: 0px 1px 3px rgb(0 0 0 / 20%); */
	/* width: 90%; */
    height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	text-align:center;

	/* 100% Menu */
	min-width:100%;
	box-shadow: 0px -1px 5px rgb(0 0 0 / 20%);
}


#site-header #site-logo {
height: auto !important;
position: absolute !important;
margin-top: -11px !important;
}

/* Center Menu */
/*pj*/
.navbar-style-one {
  display: inline-block;
    position: relative;
    top: auto;
    margin: -10px 0px 0px 0px;
    line-height: 50px;
	/* transform: translate(-50%, 0%); */
    /* left: 50%; */
    /* top: 50%; */
}
/*Active menu Style */
/*pj*/
#site-navigation .dropdown-menu >li.menu-item.current-menu-item >a, #site-navigation .dropdown-menu >li.menu-item.current-menu-parent >a {
    height: 50px;
    color: white !important;
    background-color: rgba(105, 190, 40, 0.99);
}
#site-navigation a:hover {
    color: rgba(105, 190, 40, 1)!important;
}
/* Korrektur Submenu bei aktivem menu */
/*#menu-main li.current-menu-parent ul.sub-menu {
  margin-top: 3px;
}*/
/* pj-ende */


#site-header-sticky-wrapper.is-sticky #site-header { box-shadow: none !important; }
.navbar-style-one {
  right: 0px !important;
}

#footer { margin-top: 70px;}
#footer-inner {
  width: 100% !important;
  max-width: 100% !important;
  padding: 5px 20px !important;
}
#menu-footer-menu-right li:last-child { margin-right: 0px !important; }

.home #site-logo {
  display: none;
  /*width: 100%;*/
}


.container {
  width: 1280px !important;
}

.pks_box {
  height: auto;
}
.pks_row {
  margin: 20px 0px;
}

.pks_box, .slick-slide .rpc-wrapper, .pks_row {
background-color: #fff !important;
}
.slick-slide .rpc-wrapper {
  margin: 10px;
}
.slick-slide .rpc-wrapper {
  padding: 20px;
}
.pks_box.hasLink, .pks_box.hasExpand, .pks_row.hasExpand {
   cursor: pointer;
   }

.pks_box:hover, .pks_row:hover, body .slick-slide:hover .rpc-wrapper {

  /* box-shadow: 1px 3px 7px 1px rgba(0,0,0,0.3) !important; */

	/*box-shadow: 2px 4px 5px rgba(0,0,0,0.3);*/
	/*-webkit-transform:translateY(-1px);
	-moz-transform:translateY(-1px);
	transform:translateY(-1px)*/
  /*transform: scale(1.02);*/
}

.pks_box.hasLink:active h3 {
  color: white;
}
.pks_box.hasLink:active {
  background-color: #69be28 !important;
  color: white !important;
}

.pks_box.hasLink:focus h3 {
  color: white;
}
.pks_box.hasLink:focus {
  background-color: #69be28 !important;
  color: white !important;
}

.pks_news_box {
  box-shadow: 2px 2px 5px rgba(0,0,0,0.2) !important;
	padding: 20px;
	transition: all 0.2s ease-out;
  background: #fff;
}
.pks_news_box {
  box-shadow: 2px 2px 5px rgba(0,0,0,0.2) !important;
	padding: 20px;
	transition: all 0.2s ease-out;
  background: #fff;
}

.pks_news_box:hover{
  box-shadow: 1px 3px 7px 1px rgba(0,0,0,0.3) !important;
  padding: 20px;
  background #fff;
}


.vc_gitem-zone.pks_news_box {
  position: relative;
  padding: 20px;
  overflow: hidden;
  max-height: 305px;
}

.vc_gitem-zone.pks_news_box::after {
content:"";
position:absolute;
bottom:0px;
left:0;
height:60px;
width:100%;
background: linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80% );
z-index: 1000;
}

.publication-title h2  {
font-size: 30px;
}

/* PJ */
/* Macht Bordershadow weg und ersetzt ihn durch einen grey background */
/* 173 Important weggemacht */
.no_border {
    /* border: 0 !important; */
    box-shadow: 0 0 0 !important;
}

@media screen and (min-width: 765px) {
.grey {
background: #f6f6f6 !important;
/* background: #fff !important; */
    /* padding: 20px 156px !important; */
    /* margin: -37px -100px; */
	padding-left:250px !important;
	padding-right:250px !important;
	margin-left:-200px;
	margin-right:-200px;
}
}
.grey {
/* background-image: url(http://b193q.myraidbox.de/wp-content/uploads/2021/06/054-nature-1_pks.svg), */
/* rgba(30, 75, 115, 1) !important; */
background: #f6f6f6 !important;
/* background: #fff !important; */
    /* padding: 20px 156px !important; */
    /* margin: -37px -100px; */
	padding-left:450px !important;
	padding-right:450px !important;
	margin-left:-450px;
	margin-right:-450px;
}
.grey .pks_box {
    background-color: #fdfcfc !important;
    box-shadow: 1px 2px 4px rgb(0 0 0 / 20%);
}


.pks_box .pks_expanded, .pks_row_expanded {
	display: none;
}

.pks_box, .pks_row, body .slick-slide .rpc-wrapper {
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2) ;
	padding: 20px;
	transition: all 0.2s ease-out;
}
#site-navigation .sub-menu {
    box-shadow: 2px 4px 5px rgb(0 0 0 / 20%) !important;
    /*margin-top: -3px;*/
}
.sub-menu {
  font-size: 16px;
}
/*pj*/
/* Sub Menu position */
/*.sf-menu ul.sub-menu {
    top: 94%;
}*/
/*pj*/
/* Sub Menu einzug links */
#site-navigation .dropdown-menu ul.sub-menu li.menu-item a{
    padding-left: 15px;
}

.pks_news_box .owl-item .wpex-carousel-slide  {
  /*padding: 0px !important;*/
}


.pks_box, .pks_row {
	padding-bottom: 30px;
	position:relative;
}

/* pj */
/* Mehr Abstand für PKS Boxen an grossen screens */
@media screen and (min-width: 765px) {
  .pks_box, .pks_row {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 40px;

	}
}

/* Abstand des Unteren Pfeiles für expandete kleine Boxen */
.pks_box.hasExpand.open {
	padding-bottom: 50px;
}


/* Ausnahme von diesem Abstand für die Startseite */
.startseite .pks_box	{
	/* Standardvalue */
	padding:20px;
}
.suche-startseite input {
    text-align: center;
}
/* Ausnahme von diesem Abstand für die Lösungen */
.loesungen .pks_box, .loesungen .pks_row {
	/* Standardvalue */
    padding-left: 20px;
    padding-right: 20px;
}

.pks_box.hasExpand::after , .pks_row.hasExpand::after {
	/*content: '\f078';
	font-family: FontAwesome;
	font-weight: 100;
	font-style: normal;
	font-size: 25px;
	text-decoration:none;
  line-height:0px;
  */
  content: '';
  opacity: 0.3;
  background: url('/wp-content/themes/total-child-theme/assets/chevron-down.svg') no-repeat center center;
  background-size: contain;
	color: #aaa;
  position:absolute;
  width:20px;
  height:18px;
  left:50%;
	bottom: 10px;
  margin-left:-10px;
}
.pks_box.open::after, .pks_row.open::after {
	/*content: '\f077';*/
  background: url('/wp-content/themes/total-child-theme/assets/chevron-up.svg') no-repeat center center;
  transition: all 0.2s ease-out;
}
.pks_box:hover::after, .pks_row:hover::after {
  opacity: 1 !important;
  transition: all 0.5s ease-out;
  transform: scale(1.2);
}

body, h2, h3, h4, h5 {
	font-family: 'Univers LT W01_47 Light1475998';
}



h1, h2, .navigation, .site-footer {
	font-family: 'Roboto Condensed';
}
#footer a {
  	font-family: 'Roboto Condensed' !important;
}
h1, h2, h3, .navigation {
  color: #3e3e3e;
}

body, p, .site-content li {
	font-size: 18px;
	line-height: 1.3em;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
  font-weight:normal;
}
h1 {font-size: 44px; margin-bottom: 30px !important;}
h2 {font-size: 38px;}
h3 {font-size: 32px; margin-bottom: 20px !important;}
h4 {font-size: 20px;}
h5 {font-size: 20px; font-weight: bold; padding-bottom: 17px;}
h6 {font-size: 17px; font-family: 'Roboto Condensed' !important; }

@media screen and (min-width: 1280px) {
body, p { /*font-size: 24px;*/ }
  h1 {font-size: 54px;}
  h2 {font-size: 44px;}
  h3 {font-size: 38px;}
}

/* Typografie in Boxen Lösungen */
/* PJ */
.loesungen p {
    font-size: 17px;
}
.loesungen h5 {
    font-size: 22px;
}

.site-footer {
  position: relative;
}
.site-footer::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background: url('/wp-content/themes/total-child-theme/assets/pks-cube.svg') no-repeat center center;
  background-size: contain;
}

.pks_icon_list .uavc-list-content span.uavc-list-desc{
  vertical-align: middle !important;
}

.pks_icon_list {
    display: flex !important;
    justify-content: center;
}

/* * PJ Center and Align PKS Lists on Mibile * */
@media (max-width: 780px)  {


.pks_icon_2cnd_box	{
	margin-left:11px;
	margin-top:-50px;
}

}


@media screen and (max-width: 1280px) {
#publication-grid .vc_grid-item{
  width: 33%;
}
}

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

  .pks_center_on_mobile, .pks_center_on_mobile * {
    text-align: center !important;
  }
  .pks_center_on_mobile ul {
    display: inline-block;
    text-align: left !important;
  }
  .pks_center_on_mobile ul li {
    text-align: left !important;
  }
  .pks_center_on_mobile .pks_icon_list {
    display: inline-block;
  }

  .pks_center_on_mobile .uavc-list-desc {
    text-align: left !important;
  }

  #publication-grid .vc_grid-item{
    width: 50%;
  }
  /*#footer .menu-footer-menu-right-container {text-align: left !important; }*/

}

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

  #publication-grid .vc_grid-item{
    width: 100%;
    height: auto;
  }
  .vc_gitem-zone.pks_news_box{  height: 200px; }

  .vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-3-4:before {
    padding-top: 20px !important;
}

  .mobile-bar {display:block !important;}
  body > .toggle-bar-btn {display: none !important;}
  /*body > .toggle-bar-btn .ticon-phone {display: none !important; }
  body > .toggle-bar-btn { background: none; box-shadow: none;}
  body > .toggle-bar-btn .ticon-times {background: #fff !important; }*/
  #site-header, .site-search-toggle {display: none !important; }
}
@media screen and (min-width: 770px) {
  .contact-close-btn { display: none !important; }
}
@media screen and (max-height: 570px) {
.contact-close-btn {
  position: fixed !important;
  top: 25px !important;
  right: 25px !important;
}
}
@media screen and (max-width: 630px) {
  #menu-footer-menu-right li { margin-right: 0px !important; display: block !important; }
  #footer-widgets .col-1 {width: 30% !important;}
  #footer-widgets .col-2 {width: 70% !important;}
}


/*** mobile menu ***/
.animatedfsmenu.navbar-expand-md .animatedfs_background {
  opacity: 0.1 !important;
}
.animatedfsmenu-navbar-toggler {
  bottom: 0px !important;
  right: 20px !important;
  top: auto !important;
  padding-bottom: 15px !important;
  display: none;
}
.animatedfsmenu-navbar-toggler::after {
  content: 'Menü';
  background: #000;
  font-size: 15px;
  position: absolute;
  bottom: 0px;
  text-align: center;
  display: block;
  width: 100%;
}

.afsmenu_search {
  position: absolute !important;
  bottom: 30px;
}
/*
.menu-main-menu-container {
  position: absolute !important;
  bottom: 150px;
} */

#footer .menu-item {
  display: inline-block;
  border: 0px none;
  font-size: 16px;
  margin-right: 20px;
  font-weight: 100 !important;
  padding: 0px;
  font-family: 'Univers LT W01_47 Light1475998';
}
#footer .menu-item li { padding: 0px; margin: 0px; }
#footer .menu-footer-menu-right-container {
  text-align: right;
}
.footer-widget { padding-bottom:0px !important; margin-bottom: 0px !important; }
#footer-widgets .footer-box {width: 50%;}



/*body.wpex-mobile-toggle-menu-icon_buttons #mobile-menu {*/
.mobile-bar {
  display: none;
}

.mobile-bar {
  bottom: 20px;
  right: 20px;
  position: fixed;
  z-index: 9999;
}
body .mobile-menu-toggle {
  /*top: calc(100vh - 75px) !important;*/
  background: #000!important;
  color: #fff !important;
  width: 50px!important;
  height: 50px!important;
  text-align: center!important;
  z-index: 9999;
  position: absolute;
  bottom: 0px;
  left: -50px;
}
body .mobile-menu-toggle:hover {
  background: #69be28 !important;
  cursor:pointer;
}
.mobile-menu-toggle .icon::before {
  font-family: FontAwesome;
  position: absolute;
  content: '\f0c9';
  font-weight: 100;
  font-size: 22px;
  top: 8px;
  left: 0px;
  height: 30px;
  width: 50px;
  text-align: center;

}
.mobile-menu-toggle .caption {
  color: #fff;
  content: 'MENU';
  font-size: 12px;
  position: absolute;
  bottom: 0px;
  text-align: center;
  display: block;
  width: 100%;
}
.mobile-menu-toggle a:hover { color: #fff !important; }


.toggle-search-btn {
  position: fixed;
  display: block;
  right: 44px;
  padding: 5px;
    z-index: 1005;
}
.toggle-search-btn .link-inner .wpex-menu-search-text,
.toggle-search-btn .ticon-search:before,
#wpex-searchform-overlay form:after,
.search-toggle-li {
  display: none;
}

/* START Added by Pascal because of Introduced Bug by Magic */
.toggle-bar-btn__icon {
  position: absolute;
  font-size: 11px;
  top: 9px;
  left: -22px;
}
/* END Added by Pascal because of Introduced Bug by Magic */

.toggle-bar-btn, .toggle-search-btn {
  /* box-shadow: 2px 2px 5px rgba(0,0,0,0.2); */ /* PJ */
  border: 0px none;
  display: block;
  padding: 7px;
  background: #fff;
  border-radius: 100%;
}
body .toggle-bar-btn span.ticon {
    position: relative;
    font-size: 15px;
    top:auto;
    left:auto;
    display: block;
    width: 29px;
    text-align: center;
    height: 29px;
    line-height: 30px;
    overflow: visible;
}

.ticon-times:before,
.ticon-phone:before {
  display: none;
}
/*.toggle-bar-btn::after*/
.toggle-bar-btn .ticon-phone,
.toggle-bar-btn .ticon-times {
content: ' ';
  display: block;
  width: 30px;
  height: 30px;
  background: #fff url('/wp-content/themes/total-child-theme/assets/contact.svg') no-repeat center center;
  background-size: contain;
}
/*.ticon-close:before, .ticon-remove:before, .ticon-times:before*/
.toggle-bar-btn .ticon-times:before {
  /*background: #fff url('/wp-content/themes/total-child-theme/assets/close.svg') no-repeat center center;
  background-size: contain;*/
  display: block;
  background: #fff;
  color: #000;
  width: 44px;
  height: 44px;
  opacity: 1;
  line-height: 44px;
  font-size: 50px;
  content: "\00d7";
  font-family: "Times New Roman",Times,serif;
  position: absolute;
  top: -7px;
  left: -7px;
}
.toggle-bar-btn:hover .ticon-times:before {
  height: 44px;
}


.toggle-search-btn .ticon {
  content: ' ';
    display: block;
    width: 26px;
    height: 26px;
    margin: 2px;
    background: #fff url('/wp-content/themes/total-child-theme/assets/search.svg') no-repeat center center;
    background-size: contain;
}


.contact-close-btn {
  width: 40px;
      position: absolute;
      top: 10px;
      right: 25px;
      height: 40px;
      display: block;
      box-shadow: none !important;
  background: #fff url('/wp-content/themes/total-child-theme/assets/close.svg') no-repeat center center;
    background-size: contain;
}
body.admin-bar #wpex-searchform-overlay {top: 32px;}
#wpex-searchform-overlay .wpex-close {
  position: fixed;
  display: block;
  right: 44px;
  padding: 5px;
  z-index: 99998;
  content: none;
  background: #fff;
  color: #000;
  width: 40px;
  height: 40px;
  opacity: 1;
  line-height: 30px;
  font-size: 50px;
}
/*#wpex-searchform-overlay .wpex-close {
display: block;
width: 30px;
height: 30px;
background: #fff url('/wp-content/themes/total-child-theme/assets/close.svg') no-repeat center center;
background-size: contain;
} */




#toggle-bar-wrap {
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
}

#contact-shortlink .caption {
  display: none;
  font-size: 12px;
}
#contact-shortlink  {
  position: absolute;
  display: block;
  top: -200px;
  right: -10px;
  z-index: 999;
  padding: 10px 10px 70px 10px;
  background: #fff;
  border-radius: 40px;
  box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
}

#contact-shortlink .icon {
  display: block;
  width: 50px;
  height: 50px;
  background: #fff url(/wp-content/themes/total-child-theme/assets/contact.svg) no-repeat center center;
  background-size: contain;
}


#sidr-main {
top: auto !important;
bottom: 0px !important;
height: auto !important;
width: 100%;
}
#sidr-main.right {
  right: -100%;
}

/*** svg sizes **/
.svg-medium img {
  display: block;
  height: auto !important;
  max-width: 100px !important;
  max-height: 100px;
  object-fit: contain;
  width: 100%;
  min-width: 100px;
}
.svg-loesungen img {
  display: block;
  height: auto !important;
  max-width: 170px !important;
  max-height: 170px;
  object-fit: contain;
  width: 100%;
  min-width: 100px;
}
.svg-large img {
  display: block;
  height: auto !important;
  max-width: 200px !important;
  max-height: 200px;
  object-fit: contain;
  width: 100%;
  min-width: 200px;
}
.svg-extra-large img {
  display: block;
  height: auto !important;
  max-width: 261px !important;
  max-height: 200px;
  object-fit: contain;
  width: 100%;
  min-width: 261px;
}

.pks-img-oversize img {
  min-width: 130% !important;
  margin-left: -11%;
}


/*** news ***/
.slick-slide .rpc-wrapper .date {display: none;}
.slick-slide .rpc-wrapper .fa-link {display: none;}

.slick-prev {
    left: -50px !important;
}
.slick-next {
    right: -50px !important;
}
/*pj*/
.wcp-slick .slick-dots li button:before {
           /* News Punkte Grösser */
    font-size: 13px !important;
}

.wcp-slick .slick-dots li {
            /* Abstand zwischen den News Punkten */
    margin: 0px 2px 0px 0px !important;

}


.wcp-carousel-main-wrap figure.rpc-style-1 img {
  position: relative !important;
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 150px !important;
  top: unset !important;
  left: unset !important;
  vertical-align: middle !important;
}

.wcp-carousel-main-wrap figure.rpc-style-1:hover img,
.wcp-carousel-main-wrap figure.rpc-style-1.hover img {
  -webkit-transform: unset !important;
  transform: unset !important;
}
.wcp-carousel-main-wrap figure.rpc-style-1 figcaption {
  padding: 0px !important;
}


.slick-slide .fixed-height-image {
    height: 200px;
    width: 100%;
    text-align: center;
    vertical-align: middle !important;
    line-height: 180px !important;
}
.rpc_title {
	font-family: 'Univers LT W01_47 Light1475998' !important;
  text-align: center !important;
  font-size: 32px !important;
  display: block !important;
}
.rpc_desc {
  font-family: 'Univers LT W01_47 Light1475998' !important;
  font-size: 18px !important;
  text-align:justify;
  hyphens: auto;
}

/*
.wcp-carousel-main-wrap figure.rpc-style-1 img {
  -webkit-transform-origin: unset !important;
  transform-origin: unset !important;
  -webkit-transition: none !important;
  transition: none !important;
}*/

/*** lists ***/
.pks_expanded > .vc_row > .vc_column_container > .vc_column-inner {
    padding-left: 5px;
    padding-right: 5px;
}
.pks_icon_list .uavc-list-content span.uavc-list-desc {
  line-height: 1em;
  font-size: 15px;
}

/*** contact card ***/
.pks_contact_card h4 {
  margin-bottom: 35px !important;
}

/*** icon listv ***/
.uavc-list-icon {
  display: table-cell;
  padding-right: 10px;
  vertical-align: middle;
}

/**** columnized text via css ***/
.text-2-cols {
  columns: 450px 2;
  column-gap: 50px;
}
.text-3-cols {
  columns: 300px 3;
  column-gap: 50px;
}


/** new mobile menu */

.mobile-menu-toggle .icon::before {
    font-family: FontAwesome;
    position: relative;
    content: '\f0c9';
    font-weight: 100;
    font-size: 39px;
    top: 26px;
    /* left: 5px; */
    /* height: 30px; */
    /* width: 50px; */
    text-align: center;
    color: #69be28;
    /*box-shadow: 1px 1px 12px 8px rgb(0 0 0 / 20%);*/
}



.mobile-menu-toggle:hover .icon::before {
  color: #fff !important;
}


body .mobile-menu-toggle {
    /* top: calc(100vh - 75px) !important; */
    background: #1d1d1d !important;
    color: white !important;
    width: 70px!important;
    height: 70px!important;
    text-align: center!important;
    z-index: 9999;
    position: absolute;
    bottom: 57px;
    left: -59px;
    color: black;
    box-shadow: 1px 1px 9px -3px #5a5a5a;
    border-radius: 50%;
}

.mobile-menu-toggle .caption {
  display: none !important;
}

.full-screen-overlay-nav.black {
    z-index: 999999;
    background: #000;
    background: #fff;
    color: black;
    box-shadow: 2px -3px 11px 1px rgb(0 0 0 / 20%);
  }

.full-screen-overlay-nav-menu .sub-menu li a {
  font-size: 0.7em !important;
  color: #69be28 !important;
  opacity: 1;
  margin-bottom: 10px;
}

.full-screen-overlay-nav-menu .sub-menu li:first-child a::before {
  display: inline-block;
  content: '\27A1';
  margin-right: 5px;
}
.full-screen-overlay-nav-menu .sub-menu li:last-child a { margin-bottom: 20px; }


.full-screen-overlay-nav-close {  z-index: 999999;
}

.full-screen-overlay-nav-content-inner {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
    z-index: 99999;

}
.full-screen-overlay-nav-content:before {
  content: ' ';
  display: block;
  position: absolute;
  z-index: 9999;
  height: 100%;
  width: 100%;
  background: #fff;
}
.full-screen-overlay-nav::before {
  content: ' ';
  display: block;
  position: fixed;
  z-index: 999;
  top: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.92);
}

.full-screen-overlay-nav {
/*  height: auto !important;
  bottom: 0px !important;
  top: auto !important;*/
  height: 100% !important;
  bottom: auto !important;
  top: 0px !important;
}
.full-screen-overlay-nav-close {
  top: auto !important;
}


.full-screen-overlay-nav-content {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: scroll auto;
}
@media screen and (orientation:landscape) and (max-device-height: 640px)  {
  #toggle-bar {
    overflow:auto !important;
    max-width: 100% !important;
  }
  #toggle-bar-wrap {
    padding: 0px !important;
    align-items: flex-start !important;
  }
}
/*
@media screen and (orientation:landscape) {
  .full-screen-overlay-nav {
    height: 100% !important;
    bottom: auto !important;
    top: 0px !important;
  }
  .full-screen-overlay-nav-content {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: scroll auto;
  }
  .full-screen-overlay-nav-content-inner {
    padding-top: 25px;
    padding-bottom: 25px;
    display: block;
  }
} */

#site-navigation .menu-item-544, .full-screen-overlay-nav .menu-item-544 .link-inner{ display: none; }
.full-screen-overlay-nav .menu-item-544 a{
	display: block !important;
    width: 100%;
    height: 51px;
    /* padding-left: 11px; */
    margin: 0px 0px 25px 7px;
    /* background: url(/wp-content/uploads/2021/04/pk-systems-Logo-ohne-Claim-ohne-Cube.svg) no-repeat center center; */
    background: url(/wp-content/uploads/2021/04/pk-systems-Logo-ohne-Claim.svg) no-repeat center center;
    background-size: contain;
}
@media (max-width: 770px) {
#site-navigation .menu-item-544, .full-screen-overlay-nav .menu-item-544 .link-inner{ display: none; }
.full-screen-overlay-nav .menu-item-544 a{
  margin: 100px 0px 25px 7px;
}
}

/*** contact overlay ***/

div#toggle-bar-wrap,#toggle-bar-wrap.wpex-bg-white, #toggle-bar-wrap.wpex-hover-bg-white:hover {
  background-color: rgba(0,0,0,0.92) !important;
}

/*** override responsive behavior ***/

@media screen and (max-width: 780px) and (min-width: 550px){
  .keep-2col-boxes .vc_col-xs-12 {
    width: 50% !important;
  }
  .keep-2col-boxes .pks_box .vc_col-xs-12 {
    width: 100% !important;
  }
}

/*** list style for site content ***/
/*.site-content ul li,
.site-page-content ul li:not(.uavc-list):not(.slick-dots)*/
.pks_list ul li {
	list-style-type: none;
  position: relative;
}
/*.single-blog-content ul:not(.meta):not(.uavc-list):not(.slick-dots):not(.vc_tta-tabs-list):not(.vc_grid-filter) li::before,
.single-page-content ul:not(.meta):not(.uavc-list):not(.slick-dots):not(.vc_tta-tabs-list):not(.vc_grid-filter) li::before */
.pks_list ul li::before {
	content: ' ';
	display:block;
  position: absolute;
  top: 0.5em;
  left: -14px;
	background: #69be28;
	width: 4px;
	height: 4px;
	vertical-align: middle;
  overflow: hidden;
}
#drdsgvo_map ul li::before{display: none;}

/*** pks blog post ***/
.pks_blog_post {
  margin: 20px auto;
}
body.content-right-sidebar #content-wrap .content-area, .content-right-sidebar .content-area {
    float: none;
    margin: 20px auto;
}

.related-posts {
  overflow: visible !important;
}
.pks_blog_related .pks_box {
  display: block;
  width: 100%;
  padding: 20px;
}

.pks_blog_related .pks_box:hover  {
  text-decoration: none !important;

}
.pks_box:hover .pks_related_entry_heading {
color: #69be28;
font-weight: bold;
}

.theme-heading.border-side span.text:after  {
  border: 0px none !important;
}


/*** Pagination Search  ***/
.wpex-pagination { text-align:center;}

.search-result-title {
  margin-top: 40px;
}

.search-result-form {
  width: 50%;
  min-width: 200px;
  margin: 20px 0px 40px 0px;
}

/*** contact overlay ***/
@media (max-width: 800px) {
.pks_responsive_text h3 {
  font-size: 1.5em !important;
}
.pks_responsive_text h1 {
  font-size: 33px !important;
}
}

/*** Dr.DSGVO Map ***/
/* Change Size of Disclaimer */
/* PJ */
.ol-attribution li, .ol-attribution li a {
	font-size: 9px;
}

#drdsgvo_map {
    max-width: 100%;
    height: 327px;
    padding-top: 31px;
    padding-left: 15px;
    padding-right: 30px;
}
  @media (max-width: 480px) {
	#drdsgvo_map {
      height:320px;
	  padding:0;
    }
}




/*** Tour Tabs Legacy (Grau/Grün)  ***/

/* Inactive Tabs */
/* .vc_tta-color-green.vc_tta-style-modern .vc_tta-tab>a, */
/* .vc_tta-color-green.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading { */
/* background:#69be28 !important; */
/* border: 0px none !important; */
/* color: #fff !important; */
/* } */
/* Active Tab */
/* .vc_tta-color-green.vc_tta-style-modern .vc_tta-tab.vc_active>a, */
/* .vc_tta-color-green.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading { */
/* background: #eee !important; */
/* color: #3e3e3e !important; */
/* } */
/* Hover aller tabs */
/* .vc_tta-color-green.vc_tta-style-modern .vc_tta-tab>a:hover { */
  /* box-shadow: 0px 1px 3px rgb(0 0 0 / 20%) !important; */
  /* transform: translateY(3px) !important; */
	  /* background: #3e3e3e !important; */
/* opacity: 0.9; */
/* } */
/* Hover on Tabs in Mobile */
/* .vc_tta-color-green.vc_tta-style-modern .vc_tta-panel-title > a:hover{ */
  /* background: #eee !important; */
  /* color: #3e3e3e !important; */
/* } */
/* Hintergrundfarbe des Inhalts */
/* .vc_tta-color-green.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels { */
    /* background-color: #eee !important; */
/* } */

/* pj */





/*** Tabs PKS Style ***/
/* Colors */
/*
Green 69be28
Gray eee
white fff
black  3e3e3e
Grün, das den Overlay ausgleicht: 55bb07
*/

/* Inactive Tabs */
.vc_tta-color-green.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title>a,
.vc_tta-color-green.vc_tta-style-modern .vc_tta-tab>a,
.vc_tta-color-green.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
background: #eee !important;
border: 0px none !important;
color: #3e3e3e !important;
}
/* Active Tab */
.vc_tta-color-green.vc_tta-style-modern .vc_tta-tab.vc_active>a,
.vc_tta-color-green.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
/* background: #69be28 !important; */
background: #83cb51 !important;
color: #fff !important;
}
/* Hover aller tabs */
.vc_tta-color-green.vc_tta-style-modern .vc_tta-tab>a:hover {
  /* box-shadow: 0px 1px 3px rgb(0 0 0 / 20%) !important; */
  /* transform: translateY(3px) !important; */
	  /* background: #3e3e3e !important; */
opacity: 0.9;
}
/* Hintergrundfarbe des Inhalts */
.vc_tta-color-green.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
    background-color: #69be28 !important;
	color: #fff !important;
}

/* Mobile Styling */
@media (max-width: 768px) {
/* Farbe der Zwischenräume */
.vc_tta-color-green.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
    background-color: rgb(255 255 255 / 0%) !important;
}
/* Hintergrundfarbe des Inhalts on Mobile */
.vc_tta-color-green.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body, .vc_tta-color-green.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after, .vc_tta-color-green.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before {
		border:0;
		border-radius: 10px !important;
		background-color: #55bb07 !important;
	}

/* Farbe des Aktiven Tabs */
.vc_tta-color-green.vc_tta-style-modern .vc_active .vc_tta-panel-title>a, .vc_tta-color-green.vc_tta-style-modern .vc_tta-tab>a, .vc_tta-color-green.vc_tta-style-modern .vc_active .vc_tta-panel-heading {
    background: #69be28 !important;
    /* border: 0px none !important; */
    color: #fff !important;
    border-radius: 9px !important;
}
/* runde Ecken inactive tabs */
.vc_tta-color-green.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title>a, .vc_tta-color-green.vc_tta-style-modern .vc_tta-tab>a, .vc_tta-color-green.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
	border-radius: 9px;
}
/* Hover on Tabs in Mobile > anscheinend nicht mehr notwendig */
/* .vc_tta-color-green.vc_tta-style-modern .vc_tta-panel-title > a:hover{ */
  /* background: #eee !important; */
  /* color: #3e3e3e !important; */
/* } */
}




/* Prozessgrafik / Caroussel TEXT blöcke / Fonts */

.vc_tta.vc_general .vc_tta-tab>a {
	padding:9px 20px !important;
    font-size: 20px;
}
@media (min-width: 768px) {
.vc_tta.vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panels {
    border-radius: 20px !important;
}
}

@media (min-width: 868px) {
.pks_accordion_titel {
	padding: 0px 40px;
}
.pks_accodion_text {
	padding: 0px 60px;
}
}

@media (min-width: 400px) and (max-width: 868px)  {
.pks_accordion_titel {
	padding: 0px 20px;
}
.pks_accodion_text {
	padding: 0px 20px;
}
}

@media (max-width: 780px)  {


.pks_accordion_titel * {
	text-align: center ;
}
.pks_accodion_text * {
	text-align: center ;
}

}
/* pjende */



/* MobileMenu Active und focus Auszeichnungen */
.active .link-inner {
    color: #3b3b3b !important;
}
.full-screen-overlay-nav-menu .sub-menu li a:focus {
     color: #3b3b3b !important;
	 text-decoration:underline !important;
}



/*** justify styling **/

.pks_justify_text, .pks_justify_text p {
  hyphens: auto !important;
  text-align: justify !important;
}


/* Reduced width for single Pages */

@media (min-width: 1000px) {
.pks_thin {
	width:80%;
	margin: 0 auto;
}

}
