
.hidden-content { display:none; max-width:80%;}
.tx-produkte {
	display:flex;
    flex-direction:row;
	flex-wrap: wrap;
	max-width:1280px;
	 justify-content: space-between; 
}
.produktbox {
		position:relative; 
		-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
		width: calc(1/3*100% - (1 - 1/3)*40px)!important;
        margin-bottom:40px;
        padding:0;		

		}
		
.tx-produkte:after {
  content: '';
  flex: auto;
  flex: 0 0 32%;max-width: 395px;
}

		
.produktbox h3{
		position:absolute; 
		width:100%; 
		left:0; 
		bottom:0; 
		margin:0;
        font-size: 1.125rem;	
		font-weight:300;
		display: flex;
		align-items: center;
		padding-left:1rem;
		z-index:10; 
		/*background:rgba(119,126,132,0.8); */
		background:url(../Images/h3_bg.png) no-repeat 100% 100%; 
		min-height:68px;
		color:#fff;
		}
		
.produktbox h3 span { padding-right:4rem; }		
.produktbox h3 a{color:#fff;}
.open {/*float:right; */background:#0081c9; padding-right:5px; position:absolute; right:4px; bottom:1rem; }
.leftbox { width:100%; float:none; overflow:hidden;}
.rightbox {width:100%; float:none; overflow:hidden;  padding:1rem; }
.thumbbox {width:100%; float:none; clear:both; overflow:hidden; padding-top:2rem; }
.produktbeschreibung {display:none; position:absolute; background:#fff; padding:1rem; z-index:1000;  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);}
.wimo-logo { width:40%; margin:0 0 2rem auto;}
.owl-carousel {padding-top:4rem; }

/* Fancybox - Produkte 
.hidden-img {display:none;}
.simplegallery .content {
  position: relative;
  overflow: hidden;
}

.simplegallery .thumbnail { margin-top: 5px; }
.simplegallery .thumbnail .thumb {
  float: left;
  margin: 0 15px 0 0;
  cursor: pointer;
}
.simplegallery .thumbnail .last { margin: 0; }
*/

/* Fancybox video */ 
 .fancybox-video-hidden {
  display: none;
}
/* Video Button*/
.video-btn {max-width:200px; width:200px; }

.fancybox-single {
	/*background:url(../Images/button_neutral.png) no-repeat;*/
    display:table; 
	width:auto; 
	margin:0 auto 3rem auto;
}
/* Stelleangebote */
.flex-container {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
}
.flex-container > .job-info {
    background: #0081C9;
    color: #fff;
    overflow: hidden;
    padding:1rem 2rem 2rem 2rem;
    flex: 0 0 31.33333%;
    max-width: 31.33333%;
    margin: 1%;
    padding-bottom: 3rem;
    position: relative;
}

.flex-container > .job-info.grayjob {
    background: #777f84;
}
.flex-container > .job-info.whitejob {
    background: #fff;
}

.job-content > h2 { line-height:2rem;}
.job-content > h2 > a, .job-content a {
    color: #fff;
}
.whitejob .job-content > h2 > a, 
.whitejob .job-content a {
    color: #0081C9;
}
.job-content p { text-align:center; }
.whitejob .job-content p { text-align:center; color:#0081C9; }
.joblink {margin-top:3rem;}
.joblink a {
    color: #0081C9;
    display: inline-block;
    background: #fff;
    padding: 10px 2rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
	text-align:center;
}
.whitejob .joblink a {
    color: #fff;
    display: inline-block;
    background: #0081C9;
}

.wave .width-max { overflow:hidden;}
.gray {background:#deecf9; padding-bottom:3rem; margin-bottom:3rem;}
.align-center.hm {margin-bottom:10px;}
.blue-strong {color:#0081C9; font-size:1.5rem; font-weight:700; margin:0 0 4rem 0}

.tx-jobs [class*="col-4"] ul {padding-left:1.5rem; }

@media screen and (max-width: 1024px) {
.hidden-content { display:none; max-width:90%;}
.job-content > h2 { font-size:1.25rem; line-height:2rem;}
.flex-container > .job-info { padding-bottom: 4rem;}
.joblink {margin-top:4rem;}
.tx-produkte:after {
  content: '';
  flex: auto;
  flex: 0 0 31%;max-width: 395px;
  }
  .thumb {max-width:23%; margin-bottom:10px;}
}

@media screen and (max-width: 880px) {
.flex-container > .job-info {
    background: #0081C9;
    color: #fff;
    overflow: hidden;
    flex: 0 0 48%;
    max-width: 48%;
    margin: 1%;
    padding-bottom: 3rem;
    position: relative;
}	
.produktbox {
		position:relative; 
		-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
		width: calc(1/2*100% - (1 - 1/2)*40px)!important;
        margin-bottom:40px;
        padding:0;		
		}
.thumb {max-width:22.5%; margin-bottom:10px;}
		
.tx-produkte:after {
  content: '';
  flex: auto;
  flex: 0 0 32%;max-width: 395px;
  }
.tx-jobs [class*="col-4"] { width: 100%; } 
}

@media screen and (max-width: 800px) {
.thumb {max-width:22%; margin-bottom:10px;}
}

@media screen and (max-width: 600px) {
.produktbox h3{
        font-size: 1rem;	
		min-height:98px;
		color:#fff;
		}	
.simplegallery .thumbnail .thumb {
  float: left;
  margin: 0 15px 15px 0;
  cursor: pointer;
  max-width:47.2%;
}
.simplegallery .thumbnail .thumb:nth-child(even) {margin: 0 0 15px 0; }

.leftbox { width:100%; float:none; overflow:hidden;}
.rightbox {width:100%; float:none; overflow:hidden;  padding:1rem; }
}

@media screen and (max-width: 568px) {
.produktbox {
		position:relative; 
		-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
		width: 89%!important;
        margin-bottom:40px;
        padding:0;	
		}
.flex-container > .job-info {
    background: #0081C9;
    color: #fff;
    overflow: hidden;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 1% 0;
    padding-bottom: 3rem;
    position: relative;
}		
}

@media screen and (max-width: 480px) {
.wimo-logo { width:60%; margin:0 0 2rem auto;}
.produktbox {
		position:relative; 
		-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
		width: calc(1/1*100% - (1 - 1/1)*40px)!important;
        margin-bottom:40px;
        padding:0;		
		}		
.tx-produkte:after {
  content: '';
  flex: auto;
  max-width: auto;
  }	
}
@media screen and (max-width: 375px) {
.simplegallery .thumbnail .thumb {
  float: left;
  margin: 0 0 15px 0;
  cursor: pointer;
  max-width:100%;
}
}

@media print {
  .thumbbox {display:none; }	
}
