/*
Theme Name: Kalium - Child Theme
Theme URI: https://laborator.co/themes/kalium/
Author: Laborator
Author URI: https://utoup.de/
Description: Kalium Child
Version: 1.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: kalium
Text Domain: kalium
*/

/* --- Font --- */
@font-face {
  font-family: 'OpenSans-Regular';
  src: url('fonts/OpenSans-Regular.eot');
  src: url('fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
  url('fonts/OpenSans-Regular.woff2') format('woff2'),
  url('fonts/OpenSans-Regular.woff') format('woff'),
  url('fonts/OpenSans-Regular.ttf') format('truetype'),
  url('fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
  /*font-weight: normal;
  font-style: normal;
  font-display: swap;*/
}
@font-face {
  font-family: 'OpenSans-SemiBold';
  src: url('fonts/OpenSans-SemiBold.eot');
  src: url('fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
  url('fonts/OpenSans-SemiBold.woff2') format('woff2'),
  url('fonts/OpenSans-SemiBold.woff') format('woff'),
  url('fonts/OpenSans-SemiBold.ttf') format('truetype'),
  url('fonts/OpenSans-SemiBold.svg#OpenSans-Bold') format('svg');
  /*font-weight: normal;
  font-style: normal;
  font-display: swap;*/
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url('fonts/OpenSans-Bold.eot');
  src: url('fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
  url('fonts/OpenSans-Bold.woff2') format('woff2'),
  url('fonts/OpenSans-Bold.woff') format('woff'),
  url('fonts/OpenSans-Bold.ttf') format('truetype'),
  url('fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  /*font-weight: normal;
  font-style: normal;
  font-display: swap;*/
}

/* some !importants could be removed after assigning SR6-global inline styles in SR6 */
/* --- THEME TYPO / ACCENT COLOR --- */
a {
  color: #1BBBE9;
}
a:focus {
  color: #1BBBE9;
}

.toggle-bars.menu-skin-light .toggle-bars__bar-line,
.toggle-bars.menu-skin-main .toggle-bars__bar-line,
.site-footer a::after, .wrapper a::after {
  background-color: #000;
}

.header-search-input.menu-skin-main .search-icon a svg {
  fill: #000;
  padding: 1px;
}
.header-search-input.menu-skin-main .search-icon a {
  color: #000;
}
.standard-menu-container .menu > ul > li > a, .standard-menu-container ul.menu > li > a {
  font-size: 18px;
  text-transform: uppercase;
}
.wrapper a:hover {
  color: #000;
}
.pagination-container a.page-numbers.current, .pagination-container a.page-numbers:hover,
.pagination-container span.page-numbers.current, .pagination-container span.page-numbers:hover,
.woocommerce-pagination a.page-numbers.current, .woocommerce-pagination a.page-numbers:hover,
.woocommerce-pagination span.page-numbers.current, .woocommerce-pagination span.page-numbers:hover {
  color: #1BBBE9;
}

body, p, .section-title p, .single-portfolio-holder .details .project-description p {
  font-family: 'OpenSans-Regular';
  font-size: 16px;
  font-weight: 400 !important;;
  line-height: 30px;
  color: #000;
}
b, strong {
  font-family: 'OpenSans-SemiBold';
  font-weight: 600 !important;
}
.post-formatting ol li, .post-formatting ul li, .widget.widget_media_gallery ol li, .widget.widget_media_gallery ul li {
  padding: 0;
  color: #000;
}
h1 {
  font-family: 'OpenSans-Bold';
  font-size: 48px /*!important*/;
  line-height: 150% !important;
  /*font-weight: 700 !important;*/
  color: #000000;
  text-transform: uppercase;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  background-image: url("gfx/underline_10x6px.png");
  background-position: center bottom;
  background-repeat: repeat-x;
  display: inline; /*  */
  padding-bottom: 6px !important;
}
h2 {
  font-family: 'OpenSans-Bold';
  font-size: 18px /*!important */;
  line-height: 150% !important;
  /*font-weight: 700 !important;*/
  color: #000000;
  text-transform: none;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  background-position: center bottom;
  background-repeat: repeat-x;
  padding-bottom: 5px /*!important*/;
  display: inline !important;
  background-image: url("gfx/underline_10x3px.png");
  /*background-size: 4px 24px;*/
}
/* others */

h3, h4, h5, h6 {
  font-family: 'OpenSans-SemiBold';
  font-size: 16px;
  /*font-weight: 600 !important;*/
  line-height: 150%;
  background-image: none;
  margin-bottom: 0;
}
/*.single-post p strong,*/
.detail-page p strong {
  display: inline-block;
  /*margin: 30px 0 15px 0;*/
}
.single-post h3,
.detail-page h3 {
  margin-top: 0;
  padding: 48px 0 18px 0;
}
.single-post h3:first-child,
.detail-page h3:first-child {
  margin-top: 0;
  padding: 0 0 18px 0;
}


/* special blog h3 from template */
.section-title h1, .section-title h2, .section-title h3, .section-title h4,
.blog h3.post-title,
.search-results-holder .result-box .result-info h3 {
  display: inline;
  color: #000;
  font-family: 'OpenSans-Bold';
  font-size: 18px !important;
  line-height: 200%;
  padding-bottom: 5px;
  background-image: url("gfx/underline_3px.png");
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 4px 24px;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}



/*
.section-title h1, .section-title h2, .section-title h3, .section-title h4 {
  display: inline;
}
*/

.animtextHeadL {
  text-align: right;
  padding-right: 50px;
}
.animtextHeadL h2 {
  text-transform: uppercase;
}

::selection {
  background: #1BBBE9;
  color: #fff;
}
.slogan {
  position: absolute;
  margin-left: 152px;
  margin-top: 4px;
  font-family: 'OpenSans-Regular';
  text-transform: uppercase;
  line-height: 16px;
  color: #000;
}
.spacer-sm {height: 12px !important;}
.spacer-md {height: 25px !important;}
.spacer-lg {height: 50px !important;}

@media only screen and (min-width: 480px) {
  .spacer-sm {height: 25px !important;}
  .spacer-md {height: 50px !important;}
  .spacer-lg {height: 100px !important;}
  
}

@media only screen and (max-width: 480px) {
  .slogan {
    display: none;
  }
  
}

.hero-img {
  margin-bottom:45px;
}
.has-fixed-footer .wrapper {
  padding-bottom: 50px
}
.error-holder .box {
  background: #000;
}
.error-holder .error-text {
  color: #000;
}

/* --- TEXTBLOCK --- */

/* Textblock Typo */
.blockHead, .blockHead h1, .blockHead h2 {
  font-family: 'OpenSans-Bold';
  font-size: 40px;
  line-height: 150%;
  /*font-weight: 500 !important;*/
  color: #000;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.blocksubHead, .blocksubHead h1, .blocksubHead h2 {
  font-family: 'OpenSans-Bold';
  font-size: 16px;
  line-height: 150%;
  /*font-weight: 500 !important;*/
  color: #1BBBE9;
  text-transform: uppercase;
  background-image: none;
  margin-bottom: 0;
  display: block !important;
}
/* Textblock Align */
.textBlockCentered, .textBlockCentered h1, .textBlockCentered h2 {
  text-align: center;
  display: inline;
}
.textBlockCentered a, .textBlockLeftAlign a {
  color: #000;
}
.textBlockCentered a:hover, .textBlockLeftAlign a:hover {
  color: #1BBBE9;
}

.textBlockLeftAlign, .textBlockLeftAlign h1, .textBlockLeftAlign h2 {
  /*margin: 50px auto 20px auto !important;*/
  text-align: left;
  display: inline;
}
.textBlockCentered p {
  margin-top: 15px;
}
.textBlockLeftAlign p {
  margin-bottom: -5px;
}

/* ((((((((((((((((((((((((((((((((((((((( MENU ))))))))))))))))))))))))))))))))))))))) */
/* ---  MENU ALLGEMEIN --- */
/* menu typo */
.fullscreen-menu nav ul li a {
  font-family: 'OpenSans-Bold';
  color: rgba(0,0,0,0.5);
  text-decoration: none;
  text-transform: uppercase;
}
.fullscreen-menu .sub-menu {
  column-count: 3;
  column-width: 220px;
  /*column-width: auto;*/
  /*mod*/
  min-width: 700px;
}
.mobile-menu-fullscreen .sub-menu {
  column-count: 3;
  column-width: 220px;
  column-gap: 30px;
  /*column-width: auto;*/
}
/*
@media only screen and (max-width: 550px) {
.sub-menu {
column-count: 1;
column-width: auto;
}
}
*/
@media only screen and (max-width: 768px) {
  .fullscreen-menu {
    display: none;
  }
  .header-search-input {
    display: none;
  }
}

.header-search-input .search-field {
  background: none;
  border-bottom: 1px solid #000;
  padding: 0 0 0 0;
}
/* search field */
/*  when option "show on click" */
/*.header-search-input {
top: 5px;
}
*/
/*  when option "always visible" */
.header-search-input--input-visible .search-icon {
  top: 35%;
  right: 0;
}
/* language switcher wpml */
.kalium-wpml-language-switcher .languages-list .language-entry .text {
  font-size: 18px;
  text-transform: uppercase;
}
/*.standard-menu-container .menu > ul > li > a, .standard-menu-container ul.menu > li > a:hover { */
.kalium-wpml-language-switcher .languages-list .language-entry .text:hover  {
  color: #000;
}

.kalium-wpml-language-switcher.hover .languages-list .language-entry:hover.current-language,
.kalium-wpml-language-switcher .languages-list .language-entry:hover.current-language {
  background-color: transparent;
  border-color: transparent;
}

.kalium-wpml-language-switcher.hover .languages-list .language-entry {
  background-color: transparent;
  border-color: transparent;
}

.kalium-wpml-language-switcher.hover .languages-list .language-entry:hover {
  background-color: transparent;
  border-color: transparent;
  color: #f0f;
}
.kalium-wpml-language-switcher {
  /*z-index: 302;*/
}
.kalium-wpml-language-switcher .languages-list .language-entry .language-title {
  padding: 0 0;
  color: #000;
}


/* --- FULLSCREEN MENU VERSION (container oriented (min 769px))--- */
.header-block--align-right {
  padding-right: 30px;
}
.header-search-input.menu-skin-main .search-field span, .header-search-input.menu-skin-main .search-field input {
  color: #000;
}
.fullscreen-menu nav {
  /*text-align: left;*/
  /* min-width: 600px; */
  justify-content: flex-end;
  display: flex;
  margin: 0 0 0 0;
  /*padding: 15px 0 15px 0;*/
}
.fullscreen-menu .fullscreen-menu-navigation {
  /*display: flex;*/
  /*min-width: 768px;*/
  /*margin-top: 134px;*/
}
/* menu blockout bgcolor */
.fullscreen-menu.fullscreen-menu.menu-skin-main.translucent-background {
  background-color: rgba(255, 255, 255, 0);
  /*margin-top: 135px;*/
}
/* .fullscreen-menu-navigation div.container nav ul#menu-main-1.menu { */
.fullscreen-menu-navigation div.container nav ul.menu {
  /*background-color: rgba(251,200,0,0.96);*/
  background-color: rgba(27,187,233,0.96);
}
.fullscreen-menu nav ul.menu {
  min-width: 768px;
}
.fullscreen-menu nav ul {
  min-width: 768px;
  padding: 0 15px 50px 50px;
}

.fullscreen-menu nav ul li a,{
  font-family: 'OpenSans-Bold';
  color: rgba(0,0,0,0.5);
  text-decoration: none;
  text-transform: uppercase;
}
.fullscreen-menu nav ul li a:hover {
  color: #000;
}

/* ancestor of active menu item */
.fullscreen-menu li.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-ancestor.current-menu-parent.current_page_parent.current_page_ancestor.menu-item-has-children {
  /*background-color: #f0f;*/
}
.fullscreen-menu nav ul li {
  margin-top: 0;
}
.fullscreen-menu ul.menu > li > a {
  padding-top: 30px;
  padding-bottom: 30px;
}
.fullscreen-menu ul.sub-menu {
  /*mod*/
  padding: 0 0 30px 0 !important;
  /*padding: 0 70px 30px 0 !important;*/
}
/* linien */
.fullscreen-menu ul.menu > li {
  border-top: 1px solid #000;
  width: 300px;
}
/* menu-footer items */
.fullscreen-menu ul.menu > li.menu-footer {
  border-top: none;
  width: auto;
}
/* menu-footer items lines */
.fullscreen-menu ul.menu > li:nth-child(4) {
  border-top: 1px solid #000;
  width: 300px;
  padding-top: 25px;
}
.fullscreen-menu ul.menu > li.menu-footer > a {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
}
.fullscreen-menu ul.menu > li:first-child {
  border-top: none;
  margin-top: 24px;
}
/* get rid of themes lines */
.site-footer a::after, .wrapper a::after,
.fullscreen-menu nav .menu > ul > li > a::after, .fullscreen-menu nav ul.menu > li > a::after {
  display: none!important;
}
.postContentSliderButton.rev-btn a::after {
  display: none!important;
}

/* ancestors pointer */
.fullscreen-menu nav .menu > li:nth-child(n+1) > a[href^="#"],
.fullscreen-menu nav .menu > li:nth-child(n+2) > a[href^="#"],
.fullscreen-menu nav .menu > li:nth-child(n+3) > a[href^="#"] {
  cursor: cell;
}
/* parent menu typo */
.fullscreen-menu ul.menu > li a {
  font-size: 24px;
  /*color: rgba (0,0,0,0.5);*/
  text-decoration: none;
}
/* submenu typo  */
.fullscreen-menu nav ul.menu li ul.sub-menu li a {
  font-size: 16px;
  line-height: 20px;
  margin-top: 9px;
}
.fullscreen-menu nav ul.menu ul li {
  margin-top: 0;
}
/* current active menu ancestor */
.fullscreen-menu ul.menu > li.current-menu-parent > a {
  color: #000;
}
/* current parent menu item */
/*.fullscreen-menu ul.menu > li.current_page_ancestor > a,*/
.fullscreen-menu ul.menu > li.current-menu-item > a {
  color: #000;
}
/* current menu item */
/*.fullscreen-menu ul.menu > li.current_page_ancestor > ul.sub-menu > li.current_page_item > a {*/
.fullscreen-menu ul.menu > li.current-menu-parent > ul.sub-menu > li.current_page_item > a {
  color: #000;
}
/* open active submenu  */
/*.fullscreen-menu ul.menu li.current_page_ancestor ul { */
.fullscreen-menu ul.menu li.current-menu-parent ul {
  display: block;
  height: 100%;
  /*margin-left: 20px;*/
}
/* fullscreen menu footer */
.fullscreen-menu-navigation div.container nav ul.menu > li:last-child ul.sub-menu {
  /*column-count: 1;*/
}
.fullscreen-menu-footer{
  /*display: none; */
}
/* ===============================================================================*/
/* --- MOBILE MENU (max 768px)--- */
.mobile-menu-wrapper.mobile-menu-fullscreen + .mobile-menu-overlay {
  background-color:rgba(27,187,233,0.96);
}
/* menu typo color */
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container div.menu > ul > li > a,
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container ul.menu > li > a {
  font-family: 'OpenSans-Bold';
  color: rgba(0,0,0,0.5);
  text-decoration: none;
  text-transform: uppercase;
}

/* submenu typo color */
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container div.menu > ul > li ul > li > a,
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container ul.menu > li ul > li > a {
  font-family: 'OpenSans-Bold';
  color: rgba(0,0,0,0.5);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}
/* no iPhone hover problem */
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container div.menu > ul li a:hover,
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container ul.menu li a:hover {
  color: #000;
}

/* no iPhone hover problem */
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container div.menu > ul li a,
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container ul.menu li a{
  color: rgba(0,0,0,0.5);
}

/* lines */
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container div.menu > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* linien don't use border-top, 'cause it reduces the container width */
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container ul.menu > li::after {
  position: absolute;
  content: "";
  height: 1px;
  background-color: #000;
  width: 40%;
  margin-left: 15px;
}

.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container ul.menu > li.menu-footer::after {
  height: 0;
}
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container ul.menu > li.menu-footer > a {
  padding: 2px 30px;
}
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container ul.menu > li.menu-footer:nth-child(4) {
  padding-top: 15px;
}
/*.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container ul.menu > li.menu-item-has-children ul.sub-menu,*/
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container ul.menu > li.current-menu-parent ul.sub-menu {
/*  .mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container ul.menu > li ul.sub-menu { */
  padding-bottom: 15px;
  overflow: hidden;
}
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container ul.menu > li.current-menu-parent ul.sub-menu.is-visible {
  padding-bottom: 30px;
  margin-bottom: 15px
}

.mobile-menu-wrapper .mobile-menu-container div.menu > ul li.menu-item-has-children > a::after,
.mobile-menu-wrapper .mobile-menu-container ul.menu li.menu-item-has-children > a::after {
  font-size: 16px;
}

/* get rid of theme underlines */
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container div.menu > ul > li.current-menu-ancestor > a::before,
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container div.menu > ul > li.current-menu-item > a::before,
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container div.menu > ul > li.current_page_ancestor > a::before,
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container div.menu > ul > li.current_page_item > a::before,
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container ul.menu > li.current-menu-ancestor > a::before,
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container ul.menu > li.current-menu-item > a::before,
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container ul.menu > li.current_page_ancestor > a::before,
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container ul.menu > li.current_page_item > a::before {
  display: none;
}
/* opens current sumenu */
/*.mobile-menu-wrapper .mobile-menu-container div.menu > ul > li ul,  */

/*.mobile-menu-wrapper .mobile-menu-container ul.menu > li.current-menu-ancestor ul { */
.mobile-menu-wrapper .mobile-menu-container ul.menu > li.current-menu-parent ul {
  height: 100%;
}
/* CURRENT MENU ITEMS */
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container div.menu > ul li.current-menu-ancestor > a,
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container div.menu > ul li.current-menu-item > a,
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container div.menu > ul li.current_page_ancestor > a,
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container div.menu > ul li.current_page_item > a,
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container ul.menu li.current-menu-ancestor > a,
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container ul.menu li.current-menu-item > a,
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container ul.menu li.current_page_ancestor > a,
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container ul.menu li.current_page_item > a {
  color: #000;
}
/* fullscreen menu footer */
/* hide main menu item */
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container ul.menu > li:last-child > a {
  /*background-color: rgba(251,200,200,0.96);*/
  /display: none; /* iPhone problem ?*/
}
/* open last footer submenu  */
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container ul.menu > li:last-child ul {
   display: block;   /* iPhone problem ?*/
   height: 100%;
  /*margin-top: 24px;*/
}
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container ul.menu > li:last-child ul.sub-menu {
  column-count: 1;
  padding-top: 15px;
  /*column-width: 220px;*/
  /*column-width: auto;*/
}

.mobile-menu-wrapper .mobile-menu-container .cart-icon-link-mobile-container a,
.mobile-menu-wrapper .mobile-menu-container .search-form label,
.mobile-menu-wrapper .mobile-menu-container div.menu > ul li a,
.mobile-menu-wrapper .mobile-menu-container ul.menu li a {
    transition: none!important; /* iPhone problem ? */
    font-size: 16px;
}

/* search form mobile */
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container .search-form input {
  color: rgba(0,0,0,0.5);
}
.mobile-menu-wrapper .mobile-menu-container .search-form label {
  color: rgba(0,0,0,0.5);
}
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container .search-form input:focus+label {
  color:#000
}

.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container .search-form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0,0,0,0.5);
  opacity: 1; /* Firefox */
}
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container .search-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(0,0,0,0.5);
}
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container .search-form input::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(0,0,0,0.5);
}
.fullscreen-menu .fullscreen-menu-footer .social-networks {
    display: none;
}

/* =================END MOBILE MENU- ================================================ */


/* ((((((((((((((( EMD MENU ))))))))))))))))))))))))))))))))))))))) */


/* ((((((((((((((( PAGES )))))))))))))))))*/
/* --- HOME HERO--- */
.colSVG {
  
}
.rs-parallax-wrap .rs-mask-wrap {
  display:flex;
  justify-content:center;
  align-items:center;
}
.rs-svg svg {
}


/* --- DETAIL PAGE --- */

div.container.wpb_single_image.img {
  margin-bottom:45px;
}

/* h1 h2 flipped for SEO !!! */
.container.detailHead h1 {
  font-family: 'OpenSans-Bold';
  font-size: 16px !important;
  line-height: 150% !important;
  /*line-height: 22px !important;*/
  color: #1BBBE9;
  text-transform: uppercase;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin: 0 0 0 0;
  padding-bottom: 0;
  background-image: none !important;
  display: inline-block !important;
  
}
.detailSubhead {
  margin-bottom: 90px;
}
/* corresponding to style h1 */
.detailSubhead h2 {
  font-family: 'OpenSans-Bold';
  font-size: 48px !important;
  color: #000000;
  text-transform: uppercase;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  background-image: url("gfx/underline_10x6px.png");
  background-position: center bottom;
  background-repeat: repeat-x;
  display: inline !important;
  /*padding-bottom: 10px !important;*/
}




/* MAIN PAGES WPB BLOCKS (STARTPAGE) */
/* (((((((((((((((((((((((((((((((((((()))))))))))))))))))))))))))))))))))) */
/* top thema before-after slider */
.rs-addon-beforeafter-after .ba-content {
  padding: 10px 10px 10px 10% !important;
}

.topThemapreHead {
  text-transform: uppercase;
  background-image: none;
  
}
.topThemaHead {
  font-size: 48px !important;
  -webkit-hyphens: none ;
  -ms-hyphens: none;
  hyphens: none;
  display: inline !important;
}
.rs-addon-beforeafter-line.rs-beforeafter-horizontal {
    width: 5px !important;
    background-color: rgb(27, 187, 233)!important;
}
.rs-addon-beforeafter-btn i {
    color: rgb(27, 187, 233)!important;
}
.rs-addon-beforeafter-btn i.fa-caret-left {
  padding-right: 8px!important;
}
.rs-addon-beforeafter-btn i.fa-caret-right {
  padding-left: 8px !important;
}
.fa-caret-left::before,
.fa-caret-right::before {
  font-size: 36px !important;
}


/* headlines startpage */
.blockHeadLeft {
  margin-bottom: 100px;
}
.blockHeadLeft .left {
  padding: 0 15px 0 0 ;
}
.blockHeadLeft .right {
  padding: 0 0 0 15px;
}

.blockHeadLeft .prehead, .blockHeadLeft .head {
  /*padding: 0 25px;*/
  margin: 0 0 5px 0;
}
.blockHeadLeft .copy {
  /*padding: 0 25px;*/
  margin: 40px 0 0 0;
}

/* relevance h1 and h2 can be switched in editor (prehead and head styles) */

.blockHeadLeft .prehead p, .blockHeadLeft .prehead h1, .blockHeadLeft .prehead h2 {
  font-family: 'OpenSans-Bold';
  color: rgb(27, 187, 233);
  text-align: right;
  line-height: 25px;
  letter-spacing: 0px;
  font-size: 16px;
  text-transform: uppercase;
  background-image: none;
  margin-bottom: 0;
  display: block !important;
}

.blockHeadLeft .head, .blockHeadLeft .head h1, .blockHeadLeft .head h2 {
  font-family: 'OpenSans-Bold';
  font-size: 40px /*!important*/ ;
  line-height: 150% !important;
  color: #000000;
  text-align: right;
  text-transform: uppercase;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  background-image: url("gfx/underline_10x6px.png");
  background-position: center bottom;
  background-repeat: repeat-x;
  display: inline !important;
  padding-bottom: 6px !important;
}
.blockHeadLeft .head a, .blockHeadLeft .head h1 a, .blockHeadLeft .head h2 a {
  color: #000000;
}

.blockGridhead, .blockGridhead h1, .blockGridhead h2 {
  font-family: 'OpenSans-Bold';
  font-size: 18px /*!important*/ ;
  line-height: 200% !important;
  text-align: center;
  /*font-weight: 600;*/
  color: #000000;
  text-transform: uppercase;
  word-break: break-all;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  background-position: center bottom;
  background-repeat: repeat-x;
  padding-bottom: 5px !important;
  display: inline !important;
  background-image: url("gfx/underline_3px.png");
  background-size: 4px 24px;
}
.blockGridcopyCentered {
  margin-bottom: 10px;
}
.blockGridcopyCentered p {
  font-size: 12px;
  text-align: center;
  line-height: 25px;
  padding: 20px 25px 25px 25px;
}

.blockGridCTA p {
  font-family: 'OpenSans-Bold';
  color: rgb(27, 187, 233);
  text-align: center;
  line-height: 25px;
  letter-spacing: 0px;
  font-size: 12px;
  text-transform: uppercase;
}
.blockGridCTA a {
  
}

.tparrows::before {
  color: #000;
}

/* TYPOANMINATION */
#animtext01 {
}
#animtext02 {
}
.textanimCopy {
}

/* --- TEASER BLOCK --- */
.teaserBGRimage {
  margin: 0 0 40px 0;
}
.teaserTextLeft {
  padding: 2% 40% 5% 7%;
}
.teaserTextRight {
  padding: 2% 7% 5% 40%;
}
.teaserTextRight .wpb_content_element,
.teaserTextLeft .wpb_content_element {
  margin-bottom: 0;
}
.teaserprehead, .teaserprehead h1, .teaserprehead h2 {
  font-family: 'OpenSans-Bold';
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  text-transform: uppercase;
  background-image: none;
}
.teaserHead, .teaserHead h1, .teaserHead h2 {
  font-family: 'OpenSans-Bold';
  font-size: 40px;
  /*line-height: 150% !important;
  font-weight: 500 !important;*/
  color: #ffffff;
  text-transform: uppercase;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  background-image: url("gfx/underline_Y_10x4px.png");
  background-position: center bottom;
  background-repeat: repeat-x;
  display: inline !important;
  padding-bottom: 6px !important;
  
}
.teaserCopy p {
  font-family: 'OpenSans-SemiBold';
  font-size: 16px;
  line-height: 30px;
  margin-top: 25px;
  color: #ffffff;
}
.teaserCta p {
  font-family: 'OpenSans-Bold';
  color: #F1C800;
  text-transform: uppercase;
  margin-top: 25px;
}
.teaserCta p a:hover {
    color: #fff;
}

/* ----- CAROUSSEL ----- */
.logoslider .imgCOL {
  opacity: 0 !important;
}
.logoslider .imgCOL:hover {
  opacity: 1 !important;
  transition: 0.2s;
}

/* ----- POST CONTENT SLIDER ----- */
.post-caroussel h1 {
  display: inline !important;
  color: #000;
  font-family: 'OpenSans-Bold';
  font-size: 18px;
  line-height: 200% !important;
  padding-bottom: 4px !important;
  background-image: url("gfx/underline_3px.png");
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 4px 24px;
  
}

.postContentSlider {
  margin-bottom: 100px;
}
.postContentSliderHead {

}
.postContentSliderCopy {
  font-family: 'OpenSans-Regular'!important;
  font-size: 12px !important;
  line-height: 200% !important;
  color: #000000;
  /*word-break: break-all;*/
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  
}

.postContentSliderButton {
  font-family: 'OpenSans-Regular' /*!important*/;
  font-size: 18px /*!important*/;
  line-height: 150% /*!important*/;
  text-transform: uppercase;
  padding: 10px 40px 10px 40px /*!important*/ ;
  
}
.postContentSliderButton:hover {
  padding: 10px 40px 10px 45px !important ;
  transition: all .8s cubic-bezier(.175,.885,.32,1.075);
}

.tp-tab-desc {
  line-height: 20px;
}



/* --- DETAIL PAGE ---*/
.detailPagePostGrid {
  margin-top: 50px;
}
.detailpagePostIMG {
  
}
.detailpagePostTitle {
  text-align: center;
}

.detailpagePostTitle  a.vc_gitem-link {
  display: inline !important;
}
.detailpagePostTitle h1 {
  color: #000;
  font-family: 'OpenSans-Bold';
  font-size: 18px;
  line-height: 200% !important;
  padding-bottom: 5px;
  background-image: url("gfx/underline_3px.png");
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 4px 24px;
  padding-bottom: 4px !important;
  
}

.detailpagePostTitle a.vc_gitem-link:after {
  display: none !important;
}
.detailpagePostExcerpt {
  padding: 0 10%;
}

.detailpagePostButton {
  
}
/* Variante blau */
.startPagePostGrid .detailpagePostButton a {
  font-family: 'OpenSans-Bold';
  font-size:12px;
  text-transform: uppercase;
  background-color: #fff !important;
  color: #1BBBE9 !important;
  
}

/* --- social Buttons detailPage--- */
.wpb_wrapper .lab-vc-social-networks.display-type-rounded-icons .social-networks li a {
  width: 30px;
  height: 30px;
  margin-right: 12px;
}
.social-networks.rounded li a {
  background-color: #000;
}
.social-networks.rounded li a i {
  color: #fff;
}
.social-networks.rounded li a:hover {
  background-color: #1BBBE9;
}
.social-networks.rounded li a i:hover {
  color: #fff;
}
.detailPageSocialButtons {
  
}

/* In WPB template */
.infasButton {
  
}
/*
.infas360grid div.vc_gitem-animated-block.vc_gitem-animate.vc_gitem-animate-fadeIn {
  margin: auto;
  width: 50%;
}
*/
.infas360grid div.vc_gitem-zone.vc_gitem-zone-a.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-1-1.vc_gitem-is-link {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  border: 4px solid #1BBBE9;
  margin: auto;
}
.infas360grid div.vc_custom_heading.detailpagePostExcerpt.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt,
.infas360grid div.vc_custom_heading.detailpagePostExcerpt.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt p {
  text-align: center;
  color: #000;
  font-size: 12px;
  line-height: 25px;
}

/* --- FOOTER --- */
.site-footer {
  background-color: #4f4f4f;
}

.site-footer .footer-widgets .widget .textwidget,
.site-footer .footer-widgets .widget p,
.site-footer .footer-widgets h2.widgettitle {
  font-family: 'OpenSans-Regular';
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.33333333 !important;
  background-image: none !important;
  padding-bottom: none !important;
  margin-bottom: 10px !important;
  display: block !important;
  
}
.site-footer .footer-widgets .widget li {
  padding: 0 0;
}
.site-footer.site-footer-inverted .footer-widgets .widget a,
.site-footer.site-footer-inverted .footer-widgets .widget div,
.site-footer.site-footer-inverted .footer-widgets .widget h1,
.site-footer.site-footer-inverted .footer-widgets .widget h2,
.site-footer.site-footer-inverted .footer-widgets .widget h3,
.site-footer.site-footer-inverted .footer-widgets .widget p {
  color: #999;
}
.site-footer a::after {
  display: none;
}
.site-footer a:hover{
  color: #fff !important;
}

/* footer col 5 pseudo colspan 5-6 */
/*
.widget-area.widgets--columned-layout.widgets--columns-5 .widget.widget_text,
.widget-area.widgets--columned-layout.widgets--columns-5 .widget.widget_nav_menu {
width: 17%;
}
.widget-area.widgets--columned-layout.widgets--columns-5 .widget.easy-social-profile-buttons-class  {
width: 32%;
}
*/

/*=================== MEDIA QUERIES ==============================*/
/*
@media only screen and (max-width: 767px) {
.header-block::after {
content: "max-width: 767px";
font-size: 20px;
color: #f0f;
}
}
*/
@media only screen and (max-width: 992px) {
  h1 {
    font-size: 36px /*!important*/;
    line-height: 150% !important;
    background-image: url("gfx/underline_10x4px.png");
    padding-bottom: 2px !important;
  }
  h2 {
    font-family: 'OpenSans-Bold';
    font-size: 16px !important;
    line-height: 150% !important ;
    background-image: url("gfx/underline_10x4px.png");
    padding-bottom: 2px !important;
  }
  .topThemapreHead {
    font-size: 16px;
  }
  .topThemaHead {
    font-size: 40px !important;
    background-image: url("gfx/underline_10x4px.png");
    padding-bottom: 2px !important;
  }
  .post-caroussel h1 {
    font-size: 18px !important;
  }
  
  /* --- teaser --- */
  .teaserTextLeft {
    padding: 0 25% 5% 7%;
  }
  
  .teaserprehead h1, .teaserprehead h2 {
    font-size: 12px !important;
    line-height: 14px;
  }
  .teaserHead h1, .teaserHead h2 {
    font-size: 36px;
    /*-webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    */
    background-image: url("gfx/underline_Y_10x4px.png");
    padding-bottom: 2px !important;
    
  }
  .teaserCopy p {
    font-size: 12px;
    line-height: 22px;
    margin-top: 10px;
    color: #ffffff;
  }
  .teaserCta p {
    font-size: 12px;
    margin-top: 10px;
  }
  
  
  
  .postContentSliderButton {
    font-size: 15px !important;
    line-height: 120% !important;
    padding: 5px 20px 5px 20px !important;
  }
  .postContentSliderButton:hover {
    padding: 5px 20px 5px 25px !important;
  }
  
  .blockHeadLeft .prehead p, .blockHeadLeft .prehead h1, .blockHeadLeft .prehead h2 {
    text-align: right;
  }
  
  .blockHeadLeft .head, .blockHeadLeft .head h1, .blockHeadLeft .head h2 {
    font-size: 36px !important;
    line-height: 150% !important;
    background-image: url("gfx/underline_10x4px.png");
    padding-bottom: 2px !important;
    text-align: right;
  }
  
  .detailpagePostTitle h1,
  .blockGridhead, .blockGridhead h1, .blockGridhead h2 {
    font-size: 16px !important;
    line-height: 150% !important;
    background-position: center bottom;
    background-repeat: repeat-x;
    padding-bottom: 5px !important;
    display: inline !important;
    background-image: url("gfx/underline_3px.png");
    background-size: 4px 24px;
  }
  
  
  /* thumb navigation Content slider */
  .tp-tab-content {
    padding: 5px 2px 0 2px !important;
  }
  .tp-tab-title {
    font-size: 10px !important;
    line-height: 14px !important;
  }
  
  .tp-tab-desc {
    font-size: 10px !important;
    line-height: 14px !important;
  }
  
}

@media only screen and (max-width: 768px) {

.topThemapreHead {
  font-size: 12px;
}
.topThemaHead {
  font-size: 36px !important;
}
.blockHeadLeft .prehead p, .blockHeadLeft .prehead h1, .blockHeadLeft .prehead h2 {
  text-align: center;
}
.blockHeadLeft .head, .blockHeadLeft .head h1, .blockHeadLeft .head h2 {
  text-align: center;
}
.blockHeadLeft .copy {
  text-align: center;
}
.HeadHighlight {
  font-size: 30px !important;
  line-height: 150% !important ;
}

.detailSubhead h2 {
  font-size: 36px !important;
  line-height: 150%;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  background-image: url("gfx/underline_10x3px.png");
  padding-bottom: 0px !important;
}
.post-caroussel h1 {
  font-size: 18px;
}


/* --- teaser --- */

.teaserBGRimage {
  margin: 30px 0 30px 0;
}
.teaserTextLeft,
.teaserTextRight {
  padding: 2% 7% 5% 7%;
}

.teaserprehead, .teaserprehead h1, .teaserprehead h2 {
  font-size: 12px !important;
  line-height: 14px;
  text-align: center !important;
}
.teaserHead, .teaserHead h1, .teaserHead h2 {
  font-size: 36px;
  text-align: center !important;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  /*background-image: url("gfx/underline_Y_10x3px.png");*/
  padding-bottom: 2px !important;
  
}
.teaserCopy p {
  font-size: 12px;
  line-height: 22px;
  margin-top: 20px;
  color: #ffffff;
  text-align: center !important;
}
.teaserCta p {
  font-size: 12px;
  margin-top: 20px;
  text-align: center !important;
}

.rs-parallax-wrap {
  margin-left: auto !important;
  margin-right: auto !important;
}
.textBlockLeftAlign div {
  text-align: center;
}

.colIMG {
  
}
.colText {
  text-align: center !important;
}
.colTextCentered {
  font-size: 14px !important;
  line-height: 20px !important;
  text-align: center !important;
  padding: 0 10px !important;
}

.postContentSlider {
  margin-bottom: 50px;
}
.postContentSliderHead {
  text-align: center !important;
}
.postContentSliderCopy {
  text-align: center !important;
  margin: 20px 0 20px 0 !important;
}
.postContentSliderButton {
  font-size: 15px !important;
  line-height: 120% !important;
  padding: 10px 20px 10px 20px !important;
}
.postContentSliderButton:hover {
  padding: 10px 20px 10px 25px !important;
}

/* thumb navigation Content slider */
.tp-tabs {
  left: 20% !important;
}

.tp-tab-content {
  padding: 5px 2px 0 2px !important;
}
.tp-tab-title {
  font-size: 10px !important;
  line-height: 15px !important;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.tp-tab-desc {
  display: none !important;
}
#rev_slider_69_2_wrapper .infas .tp-tab {
    padding: 12px !important;

}




}
@media only screen and (max-width: 540px) {
  .teaserHead, .teaserHead h1, .teaserHead h2 {
    font-size: 24px !important;
  }
  .teaserCopy {
    display: none !important;
  }
}



/* ===== BLOG max width ===== */
/* ----- grid ----- */
/*
.blog-posts .post-item .post-details .post-title a {
  display: inline;
}
.blog-posts .post-item .post-details .post-title {
  margin: 0 0 15px;
}
.blog-posts .post-item .post-details .post-excerpt {
  margin-top: 20px;
}
.blog--has-sidebar .row > .column--sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.blog--has-sidebar .row > .column--sidebar {
  width: 25%;
  padding-left: 50px;
}
.blog--has-sidebar .row > .column--posts {
  width: 75%;
  padding-right: 50px;
}
.blog-posts .post-item.template-standard .post-details {
  padding: 20px 5px;
}
.blog-posts .post-item.template-standard .post-details,
.blog-posts .post-item.template-standard .post-thumbnail {
  border: none;
  border-bottom-color: none;
  border-bottom-style: none;
  border-bottom-width: 0;
}
@media only screen and (max-width: 992px) {
  .blog--has-sidebar .row > .column--sidebar {
    padding-left: 20px;
  }
  .blog--has-sidebar .row > .column--posts {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .blog--has-sidebar .row > .column--sidebar {
    display: none;
  }
  .blog--has-sidebar .row > .column--posts {
    width: 100%;
  }
  .single-post.single-post--has-sidebar .post-sidebar {
    float: left;
  }
}

@media only screen and (max-width: 540px) {

}
*/

/* ===== / BLOG min width ===== */
/* --- grid --- */
.blog-posts .post-item .post-thumbnail .image-placeholder.loaded {
  margin-bottom: 20px;
}
.blog-posts .post-item .post-details .post-title a {
  display: inline;
}
.blog-posts .post-item .post-details .post-title {
  margin: 0 0 15px;
}
.blog-posts .post-item .post-details .post-excerpt {
  margin-top: 20px;
}
.blog-posts .widget-area .widget-title, .widget-area .widgettitle {
  font-size: 18px;
}
.single-post .post-sidebar .widget_text,
.blog .column--sidebar .widget_text {
  margin-top: 5px;
  margin-bottom: 20px;
}
.blog--has-sidebar .row > .column--sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
.blog .column--sidebar .blog-archive--widgets ul li a {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  color: #000;
}
.blog .column--sidebar .blog-archive--widgets ul li a:hover  {
  color: #1BBBE9;
}
.blog-posts .post-item .post-details .post-meta a:hover {
    color: #1BBBE9;
}

.widget ul ul a::before {
    background-color: #000;
}
.widget li {
    padding: 0 0;
}

/* meta category */
/*
.blog-posts .post-item .post-details .post-meta.category :not(a){
    color: #f0f;
}
*/
.blog-posts .post-item .post-details .post-meta,
.blog-posts .post-item .post-details .post-meta a {
    color: #6d6d6d;
}
.blog-posts .post-item .post-details .post-meta a:hover {
    color: #1BBBE9;
}

/* --- single --- */
.single-post .post .post-content {
  margin-top: 12px;
}
.blog--has-sidebar .row > .column--sidebar {
  /*width: 25%;*/
  width: 100%;
  padding-left: 20px;
}
.blog--has-sidebar .row > .column--posts {
  width: 75%;
  padding-right: 20px;
}
.blog-posts .post-item.template-standard .post-details {
    padding: 0 5px 0 5px;
}
.blog-posts .post-item.template-standard .post-details,
.blog-posts .post-item.template-standard .post-thumbnail {
  border: none;
  border-bottom-color: none;
  border-bottom-style: none;
  border-bottom-width: 0;
}
/*hide sidebar */
.blog--has-sidebar .row > .column--sidebar {
  /*display: none;*/
}
.blog--has-sidebar .row > .column--posts {
  width: 100%;
}

.single-post.single-post--has-sidebar .post-sidebar a {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  color: #000;
}
.single-post.single-post--has-sidebar .post-sidebar a:hover {
    color: #1BBBE9;
}

/*hide sidebar */
.single-post.single-post--has-sidebar .post-sidebar {
  /*display: none;*/
}
/*author */
.single-post .row .post-image {
    padding: 0 15px;
    /*margin-bottom: 0;*/
}

.single-post .author-info--image {
  display: none !important;
}
.single-post .post .author-info--details .author-name {
  color: #000;
  font-size: 14px !important;
}
.single-post .post .author-info--details .author-name span::before {
  content:"Text: ";
}
.single-post .post .author-info--details .author-name span:hover {
  color: #1BBBE9;
}
.single-post .post .author-info--details .author-name em {
  display: none;
}
.single-post .post .author-info--details {
  -webkit-flex-grow: initial !important;
  flex-grow: initial !important;
  flex-basis: auto;
}
/* meta */
.single-post .post .post-meta,
.single-post .post .post-meta a {
    color: #6d6d6d;
}
.single-post .post .post-meta a:hover {
    color: #1BBBE9;
}

/* tags */
.single-post .post .post-tags a {
  display: inline-block;
  background-color: #f8f8f8;
  color: #333;
  padding: 5px 10px;
  margin: 0 1px 0 5px;
  border-radius: 2px;
  border: 1px solid #c2c2c2;
}
.single-post .post .post-tags a:hover {
  background-color: #f8f8f8;
  color: #1BBBE9;
}
/* pagination */
.pagination--normal .page-numbers.current {
    color: #1BBBE9;
}
/* ----- detail HL ----- */
.single-post .post .entry-header .post-title {
  font-size: 36px;
}

@media only screen and (min-width: 540px) {

}
@media only screen and (min-width: 768px) {
  .blog--has-sidebar .row > .column--posts {
    width: 75%;
  }
  .blog--has-sidebar .row > .column--sidebar {
    display: inherit;
    width: 25%;
  }
  .single-post.single-post--has-sidebar .row .post {
    display: inherit;
    float: left;
    width: 75%;
  }
  .single-post.single-post--has-sidebar .post-sidebar {
    display: inherit;
    float: left;
    width: 25%;
  }
  .single-post .post .entry-header .post-title {
    font-size: 48px;
  }

}
@media only screen and (min-width: 992px) {
  .blog--has-sidebar .row > .column--posts {
    padding-right: 50px;
  }
  .blog--has-sidebar .row > .column--sidebar {
    padding-left: 50px;
  }
  .single-post.single-post--has-sidebar .row .post {
    padding-right: 50px;
  }
  .single-post.single-post--has-sidebar .post-sidebar {
    padding-left: 50px;
  }
}

/* ===== / BLOG min width NEW ===== */



/* ----- alte posts mit HL's ---- */
.post-body .single-post h2, .post-body .single-post h3, .post-body .single-post h4, .post-body .single-post h5, .post-body .single-post h6 {
  background-position: center bottom;
  background-repeat: repeat-x;
  padding-bottom: none;
  display: inline !important;
  background-image: none;
  background-size: 0;
}
.widget_categories .widgettitle {
  display: none !important;
}


/* SOCIAL SHARE BUTTONS PAGE */
.essb_links li a {
  margin: 2px 20px 2px 0;
}
.essb_links a::after {
  background-color: transparent;
}

/* SOCIAL PROFILE BUTTONS FOOTER WIDGET template Round Grey Icons */
/*
.essbfc-network .essbfc-template-roundgrey li .essbfc-network i {
background-color: #999 !important;
color: #666 !important;
}
*/
.essbfc-container.essbfc-container-profiles.essbfc-template-roundgrey li .essbfc-network i {
  background-color: #999 !important;
  color: #666 !important;
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
  font-size: 15px !important;
  margin: 0 5px !important;
}
.essbfc-container.essbfc-container-profiles.essbfc-template-roundgrey li .essbfc-network i:hover {
  background-color: #fff !important;
  color: #666 !important;
}
.essb-fc-bg-dark {
  background-color: #b9b9b9 !important;
}
.essb-fc-grid.essb-profiles-iconic .essb-fc-block .essb-fc-block-icon .essb-fc-icon-block,
.essb-fc-grid.essb-profiles-iconic .essb-fc-block .essb-fc-block-icon .essb-fc-icon-circle {
  width: 30px !important;
  height: 30px !important;
}
.essb-fc-grid.essb-profiles-iconic .essb-fc-block {
  padding: 0 10px 10px 0 !important;
}
.essb-fc-grid.essb-profiles-iconic .essb-fc-block-icon .essb-fc-icon-block svg,
.essb-fc-grid.essb-profiles-iconic .essb-fc-block-icon .essb-fc-icon-circle svg {
  width: 15px !important;
  height: 15px !important;
}
.essb-fc-block .essb-fc-block-icon i.essb-fc-icon-light svg {
  fill: #4f4f4f !important;
}
/* mail to a friend */
.essb_mailform_header {
    background: #1BBBE9;
}
.essb_mailform_content .essb_mailform_content_button {
    background-color: #1BBBE9;
    border-radius: 2px;
}
.essb_mailform_content .essb_mailform_content_button:focus,
.essb_mailform_content .essb_mailform_content_button:hover {
    background: #1BBBE9 !important;
}

/* --- SEARCH RESULTS ___ */
.search-results-holder .result-box .result-image a .image-placeholder,
.search-results-holder .result-box .result-image a .image-placeholder > img {
  width: 150px;
  height: 150px;
}
.search-results-holder .result-box .result-image a .image-placeholder > img {
  border: 4px solid #1BBBE9;
}
.search-results-holder .result-box .result-image a {
  max-width: 150px;
}
/*
.image-placeholder {
  padding-bottom: 0 !important;
}
*/
.result-info {
  text-align: center;
}
@media only screen and ( min-width: 768px ) {
  .result-info {
    text-align: left;
  }
}


/* ----- CONTACT PAGE ----- */
#contact-teaser a {
  color: #F1C800;
}

/* --- CONTACT FORM  id="wpcf7-f3414-p2712-o1" --- */
/* --- https://wp-styles.de/contact-form-7-formulare-einfach-mehrspaltig-1026/ ---*/
.wps-form input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #000;
  border-left: none;
  background-color: #fff;
  box-shadow: none;
  padding: 6px 0;
  outline: 0;
  border-radius: 0;
  display: block;
  color: #000;
}
input:focus, select:focus, textarea:focus {
  border-bottom: 1px solid #1BBBE9;
}

.wps-form label {
  display: block;
  text-transform: uppercase;
  font-family: 'OpenSans-SemiBold';
}

.wps-form {
  width: 100%;
  margin: 0 auto;
}
.wps-form-row {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  
  flex-direction: column;
  width: 100%;
}
.wps-form-row .wpcf7-form-control {
  width: 100%;
}
.wps-form-column {
  flex: 1;
  padding: 0 5px;
  width: 100%;
}
.wps-form-column-one-third {
  flex: 1;
  width: 100%;
}
.wps-form-column-two-third {
  flex: 1;
  width: 100%;
}

.accept .wpcf7-list-item {
  margin: 0 0 0 0;
}
.accept .wpcf7-list-item label {
  text-transform: inherit;
}
.accept input[type="checkbox"], input[type="radio"] {
  border: 1px solid #999;
}
input[type="checkbox"]::before, input[type="radio"]::before {
  background-color: #1BBBE9;
}
.wps-form-cta input[type="button"], input[type="reset"], input[type="submit"] {
  background: #000;
  color: #fff;
  padding:10px 40px;
  font-family: 'OpenSans-Bold';
  font-size: 16px;
  margin-top: 25px;
  border: none;
}

/* Notebook / Desktop */
@media only screen and ( min-width: 768px ) {
  .wps-form-row {
    flex-direction: row;
  }
  .wps-form-column {
    /*padding: 0 5px;*/
  }
  .wps-form-column-one-third {
    flex: 1;
    padding: 0 5px;
    width: 34%;
  }
  .wps-form-column-two-third {
    flex: 2;
    padding: 0 5px;
    width: 66%;
  }
}

/* EMPLOYEE */

/* images */
.employee-col .vc_figure {
    max-width: 70%;
}
.employee-img-01 .vc_single_image-wrapper::after,
.employee-img-02 .vc_single_image-wrapper::after,
.employee-img-03 .vc_single_image-wrapper::after,
.employee-img-04 .vc_single_image-wrapper::after,
.employee-img-05 .vc_single_image-wrapper::after,
.employee-img-06 .vc_single_image-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
}
.employee-img-01 .vc_single_image-wrapper::after { background-image: url("gfx/overlay_01.png");}
.employee-img-02 .vc_single_image-wrapper::after { background-image: url("gfx/overlay_02.png");}
.employee-img-03 .vc_single_image-wrapper::after { background-image: url("gfx/overlay_03.png");}
.employee-img-04 .vc_single_image-wrapper::after { background-image: url("gfx/overlay_04.png");}
.employee-img-05 .vc_single_image-wrapper::after { background-image: url("gfx/overlay_05.png");}
.employee-img-06 .vc_single_image-wrapper::after { background-image: url("gfx/overlay_06.png");}

.employee-img-01 .vc_single_image-wrapper:hover::after,
.employee-img-02 .vc_single_image-wrapper:hover::after,
.employee-img-03 .vc_single_image-wrapper:hover::after,
.employee-img-04 .vc_single_image-wrapper:hover::after,
.employee-img-05 .vc_single_image-wrapper:hover::after,
.employee-img-06 .vc_single_image-wrapper:hover::after {
  opacity: 1;
  /*mix-blend-mode: overlay;*/
  mix-blend-mode: hard-light; /*color-burn, screen*/
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  transition: all 500ms;
}
/* text */

  
.employee-col .blockGridhead .wpb_wrapper {
  margin-bottom: 10px;
}
.employee-col .emp-contact {
  margin: 10px 0 20px 0;
}

.employee-col .blockGridhead {
    font-size: 18px;
}
.employee-col .emp-contact p {
  font-family: 'OpenSans-Bold';
  font-size: 16px;
  line-height: 120%;
  text-align: center;
}
.employee-col .lab-scroll-box {
    /*padding: 0 25px 25px 25px;*/
  /*margin-bottom: 30px;*/
}
.employee-col .lab-scroll-box p {
  font-size: 12px;
  text-align: center;
  line-height: 25px;
  padding: 0 25px
}
.employee-col .lab-scroll-box .lab-scroll-box-content {
    padding-right: 0;
}

.employee-col { margin-bottom: 35px;}
.employees-col-three .employee-col .blockGridhead h1 {font-size: 18px; }
.employees-col-three .employee-col .emp-contact p {font-size: 16px;}
.employees-col-three .employee-col .lab-scroll-box p {font-size: 12px; padding: 0 25px 25px 25px;}

.employee-col { margin-bottom: 20px;}
.employees-col-four .employee-col .blockGridhead h1 {font-size: 12px !important; }
.employees-col-four .employee-col .emp-contact p {font-size: 12px;}
.employees-col-four .employee-col .lab-scroll-box p {font-size: 12px; padding: 0 15px 15px 15px;}

.employee-col { margin-bottom: 15px;}
.employees-col-five .employee-col .blockGridhead h1 {font-size: 12px !important;}
.employees-col-five .employee-col .emp-contact p {font-size: 12px;}
.employees-col-five .employee-col .lab-scroll-box p {font-size: 10px; padding: 0 5px 5px 5px;}
/*
.employee-col .blockGridCTA {
  padding: 20px 10px 0 10px;
}
*/
/*
.employee-col .wpb_wrapper .lab-scroll-box .lab-scroll-box-content {
    padding: 0 20px;
}
*/

/* accordion*/
/*
.employee-col .vc_tta-container {
    margin: 20px 25px 25px 25px;
}

.employee-col .vc_tta-panel-title {
    text-align: center;
}
.employee-col .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading h4 a {
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.employee-col .vc_tta-accordion .vc_tta-panel,
.employee-col .wpb_wrapper .wpb_accordion .wpb_accordion_section {
    background-color: #fff;
}
.employee-col .vc_tta-panel-heading {
    text-align: center;
}
.employee-col .vc_tta.vc_general .vc_tta-panel-title > a {
    display: inline-block;
}
.vc_tta.vc_general .vc_tta-panel-body {
  padding: 25px 20px;

}
.employee-col .vc_tta-accordion .vc_tta-panel .vc_tta-panel-body p {
    font-size: 12px;
    text-align: center;
    line-height: 25px;
}
*/


/* --- custom select ---- */
/*
select {
padding: 0 5px 5px 5px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
background-color: #fff;
}
select::-ms-expand {
display: none;
}
/* Target Internet Explorer 9 to undo the custom arrow media screen and (min-width:0\0) {
select {
background: none\9;
padding: 5px\9;
}
}
select::-ms-expand {
display: none;
}
@media screen and (min-width:0\0) {
select {
background:none\9;
padding: 5px\9;
}
}
*/




