/*******************************************************************************************/
/*** ALLGEMEIN *****************************************************************************/
/*******************************************************************************************/

/*** FONTS ***/
/* mulish-200 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/mulish/mulish-v13-latin-200.woff2') format('woff2'); 
}

/* mulish-200italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Mulish';
  font-style: italic;
  font-weight: 200;
  src: url('../fonts/mulish/mulish-v13-latin-200italic.woff2') format('woff2'); 
}

/* mulish-300 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/mulish/mulish-v13-latin-300.woff2') format('woff2'); 
}

/* mulish-300italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Mulish';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/mulish/mulish-v13-latin-300italic.woff2') format('woff2'); 
}

/* mulish-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/mulish/mulish-v13-latin-regular.woff2') format('woff2'); 
}

/* mulish-italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Mulish';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/mulish/mulish-v13-latin-italic.woff2') format('woff2'); 
}

/* mulish-500 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/mulish/mulish-v13-latin-500.woff2') format('woff2'); 
}

/* mulish-500italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Mulish';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/mulish/mulish-v13-latin-500italic.woff2') format('woff2'); 
}

/* mulish-600 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/mulish/mulish-v13-latin-600.woff2') format('woff2'); 
}

/* mulish-600italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Mulish';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/mulish/mulish-v13-latin-600italic.woff2') format('woff2'); 
}

/* mulish-700 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/mulish/mulish-v13-latin-700.woff2') format('woff2'); 
}

/* mulish-700italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Mulish';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/mulish/mulish-v13-latin-700italic.woff2') format('woff2'); 
}

/* mulish-800 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/mulish/mulish-v13-latin-800.woff2') format('woff2'); 
}

/* mulish-800italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Mulish';
  font-style: italic;
  font-weight: 800;
  src: url('../fonts/mulish/mulish-v13-latin-800italic.woff2') format('woff2'); 
}

/* mulish-900 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/mulish/mulish-v13-latin-900.woff2') format('woff2'); 
}

/* mulish-900italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Mulish';
  font-style: italic;
  font-weight: 900;
  src: url('../fonts/mulish/mulish-v13-latin-900italic.woff2') format('woff2'); 
}

/*** Schriften in unterschiedlichen Browsern ähnlich rendern ***/
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; 
}


/*** DSGVO ***/
.uc-embedding-1 {
  height: 624.375px;
  margin-top: -56.25%;
}



#wrapper {
    min-height: 99vh;
}
  
img {
user-select:none;
}

@media (min-width:501px) {
.theshadow{
    width: 100%;
    min-height: 200%;
    height:5000px;
    box-shadow: inset 0 0 2rem rgba(0, 0, 0, .5);
    position: fixed;
    left: 0;
    top: -500px;
    pointer-events: none;
    z-index: 999999999;
}
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}
@media (min-width:700px){
body{
padding-bottom: 10px;
}
}

body {
    background-color: #fff;
}
.contentclass{
    background: transparent!important;
}
.footerclass, .footerclass .footer-widget-title span, body.body-style-bubbled .footerclass .footer-widget-title span{
background-color: transparent!important;
}


/*** YouTube Videos / iFrames max. Größe mit Aspect Ratio ***/
iframe {
  width: 100%;
}

.aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 51%; 
}

.aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
}

.donttouch{
  pointer-events:none;
  user-select: none;
}

p a {
    border-bottom: none!important;
}



/*******************************************************************************************/
/*** HEADER ********************************************************************************/
/*******************************************************************************************/


/*** Kadence-Slider ***/
.kad-slider {
    background: none;
    /*opacity: 1;*/
}
.kad-slider, ul.kad-slider-canvas.seq-canvas {
    max-height: 35vh;
}

.kad-slider .kad-slider-next:before, .kad-slider .kad-slider-prev:before {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

ul.kad-slider-pagination {
    display: none;
}
.kad-slide{
    box-shadow: inset 0px -2px 8px 0px rgba(0, 0, 0, 0.15);
}


/*******************************************************************************************/
/*** CONTENT *******************************************************************************/
/*******************************************************************************************/

#content {
    padding-top: 0px;
    padding-bottom: 0px;
}

/*** Kunden und Award-Logos ***/

#wpls-logo-showcase-slider-2 .wpls-fix-box img.wp-post-image {
    width: auto;
}


/****** AZUBI-HINWEIS BUTTON *******/
@media (min-width:780px){
  #azubi22-div {
    position: absolute;
  }
}
@media (max-width:779px){
  #azubi22-div {
    position: relative;
    top:50px;
    bottom:unset;
  }
}
#azubi22-link {
}
#azubi22-div {
    color:#fff;
    transition: 0.25s;
    padding:5px 10px;
    bottom: 50px;
    margin: 20px;
    font-weight: bold;
    border-radius: 2px;
    background: linear-gradient(-45deg, #e73c7e, #23a6d5, #23d5ab);
	  background-size: 400% 400%;
	  animation: gradient 15s ease infinite, bounce-7 1.5s ease 0s 2;
}

#azubi22-div:hover {
    color: #464646;
    transition: 0.25s;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@keyframes bounce-7 {
        0%   { transform: scale(1,1)      translateY(0); }
        10%  { transform: scale(1.1,.9)   translateY(0); }
        30%  { transform: scale(.9,1.1)   translateY(-30px); }
        50%  { transform: scale(1.05,.95) translateY(0); }
        57%  { transform: scale(1,1)      translateY(-7px); }
        64%  { transform: scale(1,1)      translateY(0); }
        100% { transform: scale(1,1)      translateY(0); }
}



/*******************************************************************************************/
/*** PORTFOLIO *****************************************************************************/
/*******************************************************************************************/

/*Portfolio Navi*/ 
/* @media (min-width:994px){ */
/* .hentry {
    display: table;
    width: 100%;  
}  */

#filters li a h5 {
    text-transform: uppercase;
    font-weight: 300;
}

.nav-no-next-previous, footer.nav-no-next-previous {
    display: none;
}
/* .nav-no-next-previous .kad-grid-link {
    position: absolute;
} */
.post-footer-section {
    padding: 20px 0; 
}
.single-portfolio .single-footer {
    margin-top: 0;
}
/* footer.single-footer {
    display: table-header-group;
} */
.imghoverclass.postfeat.post-single-img {
    margin-bottom: 0px;
}
.post-footer-section {
    border-bottom: none;
}
/*}*/

.imghoverclass.postfeat.post-single-img {
    margin-bottom: 0;
}

@media (min-width:993px) {
#portfolio_template_wrapper {
    margin-bottom: 50px;
  }
}  
/*@media (max-width:766px) {
.slick-slider {
    max-width: 100vw!important;
}
}*/

.kad-grid-link i.kt-icon-th-large {
    line-height: 2.4;
}

.slick-slider .slick-dots {
    display: none!important;
} 
.slick-list.draggable {
    max-height: 507px;
} 

.portfolio-content-inner .entry-title {
    margin: 20px 0;
}

.portfolio_item {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1411764705882353);
}
.portfolio_item:hover {
    box-shadow: -3px 6px 17px rgba(0, 0, 0, 0.30196078431372547);
}
.filter-set li a.selected .arrow-up {
    display: none;
}
@media (max-width: 767px){
.filter-set li a.selected {
    background: #c6c6c6!important;
}
#filters.collapse.in, #filters.collapsing, .filter-trigger {
    border: none!important;
}

}

.filter-set li a.selected{
    color: #d9d9d9;
    border: 1px solid;
    padding: 0 5px;
    margin: 0px -6px;
}


.filter-set li a h5 {
    font-size: 16px;
}
#filters {
    margin-bottom: 35px; 
}

@media (min-width:992px){
.portfolio-content-inner {
    margin-bottom: 30px;
}
}
.portfolio-content-inner ul {
    margin-bottom: 0;
    padding: 0;
    max-width:400px;
    line-height: 1.1;
}
.portfolio-content-inner li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    color: #555555;
    font-size: 15px;
}
.portfolio-content-inner li:before {
    content:"#";
    color: #19427f;
    font-weight: bold;
}
.portfolio-loop-image-container .portfolio-hover-item .portfolio-hover-item-inner .portfolio-loop-types{
    font-size: 14px;
}

/*** Kunden-Logo-Slider ***/
.wpls-logo-slider.center .slick-slide {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.wpls-logo-showcase.center .slick-center{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.wpls-logo-slider.center .slick-slide:active,
.wpls-logo-slider.center .slick-slide:focus{
  outline:none;
}

.wpls-logo-showcase button.slick-arrow{
   opacity: 0.25;
   border-radius: 0!important;
}
#wpls-logo-showcase-slider-6 .wp-post-image, #wpls-logo-showcase-slider-6 .wp-post-image img.wp-post-image, #wpls-logo-showcase-slider-2 .wpls-fix-box, #wpls-logo-showcase-slider-2 .wpls-fix-box img.wp-post-image{
/*    max-height: 80px; */
  max-width: 200px; 
  padding: 0 20px;
  margin: auto;
}




/*** Counter ***/
.wpsm_number {
    text-shadow: 5px 7px 13px rgba(0, 0, 0, 0.05);
}
.wpsm_count-title {
    display: none!important;
}
/*.wpsm_counterbox,
.wpsm_number {
    margin: 0!important;
}
.wpsm_col-md-12.wpsm_col-sm-6 {
    padding: 0;
}*/
.wpsm_number {
    text-align: left;
}
.wpb_wrapper h4{
margin-bottom: 0;
padding-left:15px;
}
.wpsm_counterbox .wpsm_number {
    font-weight: bold!important;
    font-family: 'Muli'!important;
    line-height: 0.7em!important;
 /*   transform: rotate(7deg)!important;*/
		font-size: 120px!important;
      height: 100px;
}
#wpsm_counter_b_row_276 .wpsm_counterbox {
    margin-top: 0;
}

.wpsm_counter_b_row {
    min-width: 340px;
}
.wpb_wrapper {
/*     min-width: 340px;*/
}

@media (min-width:768px) and (max-width:1050px){
span.counter {
    font-size: 10vw;
}
}

/*******************************************************************************************/
/*** FOOTER ********************************************************************************/
/*******************************************************************************************/

/*Footer*/
.footerbase {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 9999999;
}

.footercredits {
    text-align: right;
    height: 50px;
    
}
.footerclass a, .footerclass, .footerclass h4, .footerclass h3, .footerclass h5 {
    font-weight: bold!important;
}


#topcontrol {
    bottom: 30px!important;
}

#topcontrol .to_the_top {
  color: rgba(0, 0, 0, 0.2);
  border: 2px solid rgba(0, 0, 0, 0.2); 
}
#topcontrol:hover .to_the_top {
  color: rgba(0, 0, 0, 0.4);
  border: 2px solid rgba(0, 0, 0, 0.2); 
}

@media (max-width:700px){
.footercredits {
    font-size: 2.3vw;
}
.footerbase {
    position: inherit;
    width: 100%;
    z-index: 9999999;
}
html {
/*background:#454545;*/
background:#767676;
}
}

/*Zelle*/
/*div{
z-index:1;
}*/

#zelle {
/*    background: url(/wp-content/uploads/zelle_grau-1-25c.png);*/
    background: url(/wp-content/uploads/zelle_grau_designconnection.png.webp), url(/wp-content/uploads/zelle_grau_designconnection.png);
    pointer-events: none;
    max-height: 70vh;
    max-width: 70vw;
    background-position: bottom right;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    background-size: contain;
    opacity: 0.2;
    /* filter: blur(4px); */
    z-index: -1;
    bottom: 0;
    height: 100%;
    width: 100%;
}
/*@media (max-width:700px){
  #zelle{
   max-width: 90%;
    max-height: 90vh;
  }
}*/

@keyframes zelle {
  0% {
    opacity: 0;
    /*margin-right:inherit;
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);*/
  }
  50% {
    opacity: 0.18;
    /*margin-right:-30px;
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);*/
  }
    100% {
    opacity: 0;
    /*margin-right:inherit;
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);*/
  }
}
#zelle {  
  animation: 20s ease 1s zelle;
  animation-iteration-count: infinite;

}





/*******************************************************************************************/
/*** MOBILE *********************************************************************************/
/*******************************************************************************************/
 
/*** Menu ***/

.kt-mnt span, .sldr-close span, .sldr-menu-animi.mfp-ready .sldr-close span{
    height: 3px;
    border-radius: 0;
}

.mfp-ready .sldr-close-container {
    right: 215px;
    position:fixed;
}
#kt-mobile-menu {
    width: 200px;
}
#kt-mobile-menu:after {
    background-image: url(/wp-content/uploads/zelle_grau-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    width: 180px;
    height: 160px;
    position: fixed;
    content: "";
    opacity: 0.2;
}

/*** Portfolio ***/  

@media (max-width:992px){
.kad-next-link span {
    display: none;
}
.kad-previous-link span {
    display: none;
}
  .kad-previous-link a:before{
    left: 0!important;
}
.kad-next-link a:before{
    right: 0!important;
}
  .kad-grid-link {
    position: absolute;
    margin-top: -22px;
}
    .kad-grid-link i.kt-icon-th-large {
    line-height: 1;
}
}
  
@media (max-width:800px){
#zelle{
display:none;
}
.col-md-12.portfolio-project {
    padding: 0;
}
h1.entry-title {
    font-size: 1.5em;
    line-height: 1.1em;
}
}

@media (max-width: 767px){
.filter-trigger {
    border: 1px solid #aaa;
    background: #e8e8e8;
}
#filters {
    margin-bottom: 0; 
}
  #filters {
    border-top: 0;
    background: #e8e8e8;
}
.filter-set li {
    margin: 0;
}
.filter-set li a, .filter-set li a.selected{
    border:0;
    margin:0;
    padding: 5px;
}
.filter-set li a.selected h5 {
    font-weight: bold;
}
  #filters.collapse.in,  #filters.collapsing {
    border: 1px solid #a5a5a5;
    border-top: 0;
}
}


/*** Copyright Footer ***/

@media (min-width: 501px){
#desktop-view{
  display:block;
}
#mobile-view{
  display:none!important;
}
}
@media (max-width: 500px){
#desktop-view{
  display:none!important;
}
#mobile-view{
  display:block;
}
.footercredits {
    height: unset!important;
    text-align: left!important;
}
}


