@import url('https://fonts.googleapis.com/css?family=Rajdhani:400,500,600,700');
@import url('/uploads/fonts/font-awesome-4.7.0/css/font-awesome.min.css');
/* 
Regular, Medium, Semi-Bold, Bold
400    , 500   , 600      , 700

OLD:
Purple Standard: 		rgb(168, 0, 94);
Purple Dunkel:  		rgb(140, 18, 75);
Dunkles Grau: 			rgb(77, 77, 77);
Helles Grau: 			rgb(238, 238, 238);



NEW: 
Purple Standard: 		rgb(168, 0, 94);
;

*/

/* Allgemein */
* {
	color: rgb(77, 77, 77);
	font-family: "Rajdhani", sans-serif;
}
body {
	background-color: white;
	background-image: url('/uploads/img/Hintergrund.jpg');
	background-size: cover;   
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
	background-repeat: repeat-y;
	background-attachment: fixed;
	overflow-x: hidden;
}
.contentElement a,
.Kontakt a,
.cc-body a{
    color: rgb(168, 0, 94);
    text-decoration: none;
}
.contentElement a:hover, 
.contentElement a:focus,
.cc-body a:hover,
.cc-body a:focus,
.Kontakt a:hover,
.Kontakt a:focus,
.Footer a:hover,
.Footer a:focus{
	color: rgb(168, 0, 94);
	text-decoration:underline;	
}
.Footer a:hover,
.Footer a:focus,
.Footer a:active,
.Footer a:focus-visible{
	color: rgb(255, 255, 255);
	text-decoration:underline;
	outline:none;
}
a.btn1 {
	padding: 5px 10px;
	background: transparent;
	border: 1px solid rgb(168, 0, 94);
	color: rgb(168, 0, 94);
	display: inline-block;
}
a.btn1:hover {
	background: rgb(168, 0, 94);
	color: white;
	text-decoration: none;
}

.Talents  a{
	color: rgb(168, 0, 94);
}
.Talents  a:hover, .Talents  a:focus {
    color: rgb(168, 0, 94);
    text-decoration: underline;
}

h2.title2 {
	font-size: 40px;

	text-transform: uppercase;
	color: rgb(168, 0, 94);
	font-weight: 700;
	margin-bottom: 20px;
}

.sf-menu > li:nth-last-child(2) {
	float: right;
}

@media screen and (max-width: 1199px) {
	h2.title2 {
		font-size: 30px;
	}
}

.ce-intext h2 {
    margin-top: 0!important;
}

.whiteBG {
	margin-top: 50px;
	background: white;
	padding: 0 0 25px 0;

	-webkit-box-shadow: 0px 0px 10px 0px rgba(170,170,170,1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(170,170,170,1);
	box-shadow: 0px 0px 10px 0px rgba(170,170,170,1);
}

.whiteBGNoShadowAndMargin {
	margin-top: 0;
	background: white;
	padding: 0 0 25px 0;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.greyBG {
	background-color: rgb(58,58,58);
    padding: 15px 0;
}

.darkgreyBG {
	background-color: rgb(40,40,40);
    padding: 15px 0;
}

.transBG {
	margin-top: 50px;
	background: transparent;
	padding: 0 0 25px 0;
}
::-webkit-scrollbar
{
  width: 10px;  /* for vertical scrollbars */
  height: 10px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track
{
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb
{
  background: rgba(0, 0, 0, 0.5);
}
.no-padding {
	padding: 0!important;
}

/* Header / Navigation */
.main_header {
	background-color: rgb(168, 0, 94);
	position: fixed;
    width: 100%;
	height:80px;
    z-index: 10;
}

.sf-menu:after {
	content: '';
	background-image: url(/uploads/img/LogoTransparent.svg);
	background-position: center;
	background-size: cover;   
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
	background-repeat: no-repeat;
	width: 380px;
	padding:20px;
	height: 100px;
	position: absolute;
	z-index: 1;
	top: 80px;
	left: 22px;
}
.sf-menu.sticky:after {
	visibility: hidden;
}


/* Slider */
.camera_container {
	padding-top: 80px;	
}
.camera_container * {
}
.camera_container {
	position: relative;
	padding-bottom: 30%;
}
/* Unterseiten */
.subPages {
    min-height: 170px;
}

.subPagesServices {
    height: 220px;
}

.subPages .camera_container {
	padding-bottom: 15%;
}
/*@media (max-width: 798px) {*/
@media (max-width: 1168px) {
	.camera_container {
		padding-bottom: 350px;
	}
}
@media (max-width: 2334px) {
	.subPages .camera_container {
		padding-bottom: 350px;
	}
}
.camera_commands {
	display: none;
}
.camera_container h1.leitsatz {
	position: absolute;
    bottom: 0;
    width: 100%;
	background-color: rgba(168, 0, 94, 0.95);
	margin: 0;
	font-size: 40px;
}
.camera_container .leitsatz div {
	color: white;
	font-weight: 400;
	padding: 15px 45px 15px 33px;
}
.subPages .camera_container .leitsatz div {
	font-weight: 700;
}
@media screen and (max-width: 1350px) {
	.camera_container h1.leitsatz {
		font-size: 30px;
	}
}
@media screen and (max-width: 1199px) {
	.camera_container h1.leitsatz {
		font-size: 30px;
	}
}
@media screen and (max-width: 991px) {
	.camera_container h1.leitsatz {
		width: 100%;
		text-align: center;
		padding: 15px 0 15px 0;
		line-height: 1.3;
	}
	.camera_container h1.leitsatz div {
		float: none;
		padding:0;
	}
	.sf-menu:after {
		width: 280px;
		height: 80px;
	}
	body #SchnyderWebflowGraphic {
		display: none!important;
	}
}
@media screen and (max-width: 767px) {
	.camera_container h1.leitsatz {
		padding-right: 0;
		font-size: 25px;
	}
	.rd-mobilepanel:after {
		content: '';
		background-image: url(/uploads/img/Logo.png);
		background-position: center;
		background-size: cover;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
		background-repeat: no-repeat;
		width: 200px;
    	height: 55px;
		position: absolute;
		z-index: 1;
		top: 0px;
    	right: 0px;
	}
}
@media screen and (max-width: 560px) {
	.camera_container h1.leitsatz {
		padding-right: 0;
		font-size: 18px;
	}
	.camera_wrap img {
    	max-width: 720px !important;
    	margin-left: -180px !important;
    	height: 260px !important;
    	margin-top: 40px !important;
	}
}
.camera_caption {
	position: absolute;
	left: 10%;
	width: 420px;
	height: 253px;
    bottom: 12%;
}
.camera_caption > div {
	background: rgba(255, 255, 255, 0.8);
	padding: 20px 30px;
	font-size: 18px;
}
.camera_caption p {
	font-weight: 500;
	margin-bottom: 10px;
	height: 140px;
	overflow-y: scroll;
	overflow-y: auto;
	overflow-y: overlay;
	font-size: 18px;
	padding-right: 10px;
}

.camera_caption h3 {
    font-size: 40px;
    font-weight: bold;
}

@media screen and (max-width: 1199px) {
	.camera_caption:before {
		height: 63px;
	}
}
@media screen and (max-width: 991px) {
	.camera_caption, .camera_pag {
		display: none!important;
	}
}
.camera_wrap .camera_pag {
    text-align: center;
    min-width: 100px;
    position: relative;
    top: -59px;
}

.camera_wrap .camera_pag .camera_pag_ul{
    text-align: center;
}


.camera_wrap .camera_pag .camera_pag_ul li {
	background: white;
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
    background-color: rgb(77, 77, 77);
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
    background-color: rgb(168, 0, 94)!important;
}
.camera_wrap .camera_pag .camera_pag_ul li:hover > span {
    background-color: rgb(168, 0, 94)!important;
}
.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont {
	background: white;
}

#camera_wrap_content_slider{margin-bottom:56px;}

/* WhatWeDo */
.WhatWeDo {
	
}
.WhatWeDo p {
	text-align: center;
	font-size: 18px;
}
.WhatWeDo img {
	transition: 2s ease;
}
.WhatWeDo .col:hover img {
	-webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.WhatWeDo .row {
	margin-top: 25px;
}
.WhatWeDo .col {
	text-align: center;
}
.WhatWeDo h3 {
	color: rgb(168, 0, 94);
	font-size: 35px;
	font-weight: 600;
}
.WhatWeDo .text p {
	font-size: 20px;
	font-weight: 500;
}
.WhatWeDo a:hover {
	text-decoration: none;
}
@media screen and (max-width: 1199px) {
	.WhatWeDo h3 {
		font-size: 24px;
	}
	.WhatWeDo p, .WhatWeDo .text p {
		font-size: 14px;
	}
}

/* Aktuelles */
.Aktuelles {
	
}
.Aktuelles .bild {
	padding-top: 56.25%; /* 16:9 ratio */
	width: 100%;
	background-size: cover;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;

	z-index: 1; 
 	-webkit-transition: all 0.2s;
    transition: all 0.5s ease-in-out;
}
.Aktuelles .scaleHelper {
    position: relative;
    overflow: hidden;
}
.Aktuelles .scaleHelper:hover .bild {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.Aktuelles .scaleHelper .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	color: white;
	background: rgba(169, 0, 94, 0.8);
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	z-index: 2;
}
.Aktuelles .scaleHelper:hover .caption {
	background: rgba(169, 0, 94, 1);
}
.Aktuelles .text p {
	margin-top: 15px;
	font-size: 14px;
	font-weight: 500;
}
.Aktuelles .text a {
	color: rgb(168, 0, 94);
	font-weight: 600;
}
.Aktuelles .bx-prev, .Aktuelles .bx-next {
	bottom: -43px;
	top: initial!important;
	text-indent: 0!important;
	background: none;
}
.Aktuelles .fa {
	color: rgb(168, 0, 94);
	font-size: 22px;
	margin: 0 5px;
	cursor: pointer;
}
.mobile {
	display: none;
}
.desktop {
	display: block;
}
@media screen and (max-width: 1199px) {
	.Aktuelles .scaleHelper .caption {
		font-size: 20px;
	}
	.Aktuelles .text p {
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.mobile {
		display: block;
	}
	.desktop {
		display: none;
	}
}


/**
 * Video
 */
.Video .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
}
.videoWrapper iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/**
 * Team
 */
.Team * {
	text-align: center;
	color: white;
	font-size: 18px;
}
.Team .col {
	margin-bottom: 30px;	
}
.Team a:hover {
	text-decoration: none;
}
.Team p {
	margin: 0;
}
.Team .wrapper {
	position: relative;
	overflow: hidden;
}
.Team .img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
	height: 350px;

	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.Team .wrapper:hover .img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
.Team .wrapper:hover .text {
	top: initial;
	bottom: 0;
}
.Team .text {
	padding: 3px 0;
	background: rgba(255,255,255,0.85);
	position: absolute;
	bottom: -100%;
	left: 0;
	right: 0;
	-webkit-transition: bottom 0.2s; /* Safari */
    transition: bottom 0.2s;
    border-top:5px solid rgb(168, 0, 94);
    padding: 12px;
}

.Team .text p,.Team .text a,.Team .text strong,.Team .text {
    color: rgb(77, 77, 77);
}

.Team h3 {
	margin: 0;
	color: rgb(168, 0, 94);
	font-weight: bold;
}

/**
 * News
 */
.News * {
	font-size: 18px;
}
.News a {
	color: rgb(168, 0, 94);
}
.News .socialFeed > div {
	margin-bottom: 30px;
}
.News .feed-item .socialBGimage {
	position: relative;

	height: 304px;
	margin-bottom: 10px;

	background-size: contain;
	-webkit-background-size: contain;
  	-moz-background-size: contain;
  	-o-background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.News .feed-item .socialBGimage .text {
	padding: 3px 10px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(169, 0, 94, 0.7);
	color: white;
}
.News .feed-item .socialBGimage .text .fa {
	color: white;
	float: right;
	line-height: 1.5;
}
.News p {
	max-height: 150px;
	overflow-y: scroll;
	overflow-y: auto;
	overflow: overlay;
}


/* Kontakt */
.Kontakt .title {
	font-size: 24px;
	color: rgb(168, 0, 94);
	font-weight: 700;
}
.Kontakt .title.margin {
	margin-top: 55px;
}
.Kontakt p, .Kontakt input, .Kontakt textarea {
	font-size: 18px;
	font-weight: 500;
}
.Kontakt input:focus, .Kontakt textarea:focus {
	border: 1px solid rgb(168, 0, 94)!important;
}
.Kontakt .tx-powermail form h3, .tx-powermail form legend {
	display: none;
}
.Kontakt .tx-powermail label {
	display: none;
}
.Kontakt .support {
	padding-top: 15px;
	padding-bottom: 50px;
}
.Kontakt .kontaktadresse {
	display: none; /* Wird nach den DOM Manipulationen wieder eingeblendet */
	background: #eee;
	padding-top: 15px;
}
.Kontakt .col-sm-7 .powermail_fieldwrap:nth-of-type(9) {
	margin-bottom: 0;
}
.Kontakt .col-sm-5 .powermail_fieldwrap {
	margin-bottom: 0;	
}
.Kontakt .row + .row {
	margin-top: 15px;
	margin-bottom: 15px;
}
.Kontakt textarea {
	resize: none;
	min-height: 150px;
}
.Kontakt .form-group {
    margin-bottom: 5px;
}
.Kontakt .form-group:last-of-type {
    margin-bottom: 0px;
}
.Kontakt .btn {
	padding: 5px 10px;
	background: transparent;
	border: 1px solid rgb(168, 0, 94);
	color: rgb(168, 0, 94);
	display: inline-block;
	border-radius: 0;
    float: right;
	font-weight: 400;
}
.Kontakt .btn:hover {
	background: rgb(168, 0, 94);
	color: white;
	text-decoration: none;
}
.Kontakt .btn:focus {
	outline-color: transparent;
}
.Kontakt .parsley-errors-list, .Kontakt .powermail-errors-list {
	display: none!important;
}
.Kontakt .form-control {
	height: 30px;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: 400;
}
@media (max-width: 1199px) {
	.Kontakt .title {
		font-size: 16px;
	}
	.Kontakt p, .Kontakt input, .Kontakt textarea {
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.Kontakt .col-sm-7 .powermail_fieldwrap:nth-of-type(9) {
	    margin-bottom: 5px;
	}
	.subPages {
	    display: none;
	}
}
/* Glow color change */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: transparent;
	/*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(169, 0, 94, 0.6)!important;*/
	outline: 0 none!important;;
}


/* Footer */
.Footer {
	padding: 0;
    background-color: rgb(77, 77, 77);
}
.Footer * {
	color: white;
}

.Footer .upperline{
	border-top: 1px solid #fff;
}

.Footer a:hover {
	color: white;
}
.Footer .darkBG {
	padding: 8px 15px;
}
.Footer .col-sm-4:nth-of-type(2) {
	text-align: center;
}
.Footer .col-sm-4:nth-of-type(2) a:hover {
	text-decoration: none;
}
.Footer .col-sm-4:last-of-type {
	text-align: right;
}
.Footer .socialIcon {
	display: inline-block;
	font-size: 26px;
	background: white;
	padding: 4px 8px;
	border-radius: 4px;
	margin-top: 8px;
}
.Footer .socialIcon i {
	color: rgb(77, 77, 77);
}
.Footer img {
	max-height: 16px;
	margin-top: 14px;
	margin-right: 5px;
	margin-left: 5px;
}
@media (max-width: 767px) {
	.Footer .col-sm-4 {
		text-align: center!important;
	}
	.Footer img {
		margin-bottom: 14px;
	}
}


/*FooterNavi L1*/
.Footer .row {
    position: relative;
}

.Footer li a{
    font-size: 11px;
}
.Footer li.FirstLevel {
    list-style: none;
    font-weight: bold;
    display: inline-block;
    /*width: 17.285%; romtec edit*/
	/*width: 16.666%;*/
	width: 16.300%;
    vertical-align: top;
}

.Footer .FooterMainNavi li.FirstLevel:nth-child(1) {
}
.Footer .FooterMainNavi li.FirstLevel:nth-child(2) {
	position:absolute;
	left:0;
    top: 40px;
    width: 13%;
}

/*.Footer .FooterMainNavi li.FirstLevel:nth-child(3)  {
    width: 28.57%;
}

.Footer .FooterMainNavi li.FirstLevel:nth-child(3) ul li{
	float: left;
    width: 50%;
}
*/
/*FooterNavi L2*/
.Footer li.FirstLevel ul {
}
.Footer li.FirstLevel ul li{
    font-weight: normal;
    display: block;
}

.Footer .copyright{
    padding: 16px 0px 0 0;
}
.Footer .socialIcons{
    padding-right: 0;
}
.Footer ul{
	padding-left: 0;
}
.Footer .firstRow{
	padding: 10px 0;
}

/* footerMetaNavi */
.Footer .firstRow > ul{    
	display: block;
    float: left;
}
.Footer ul.FooterMainNavi{
    width: 86.5%;
}
.Footer ul.FooterMetaNavi{
	width: 13.5%;
}
.Footer .FooterMetaNavi li{
	display: block;
}

.Footer .FooterMetaNavi li.FirstLevel{
	width: 100%;
}

.Footer .createdBy{
	padding-top: 3px;
}

@media (max-width: 768px) {
	.Footer .firstRow > ul.FooterMainNavi  {
		display: none;
	}
	.Footer .firstRow > ul.FooterMetaNavi {
    	width: 100%;
    	text-align: center;
	}
}

/**
 * Diverses
 */
.js-fancybox-index, .js-fancybox-count {
	color: rgb(221,221,221);
}


/**
 * Our Vision
 */


.OurVision {
    text-align: center;
    padding: 4em;
}

.OurVision p, .OurVision span {
	text-align: center;
}

.OurVision p {
	font-size: 20px;
}

h2.header {
	color: rgb(168,0,94);
	font-size: 40px;
    text-transform: uppercase;
    display: block;
    line-height: 40px;    
    margin-top: 0;
    margin-bottom: 0;
    font-weight: lighter;
}

h2.subheader {
	font-weight: bold;
    margin-bottom: 0.5em;
	font-size: 40px;
	color: rgb(168,0,94);
    text-transform: uppercase;
    display: block;    margin-top: 0;
    margin-bottom: 0;
}


/**
 * COUNTER
 */
.counter .generell .countTo{
	color: #ffffff;
	font-size: 48px;
	font-weight: bold;
    text-align: center;
}

.counter .generell p{
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
    text-align: center;
}			

/**
* Kacheln
*/

.Kacheln .RowContainer {
    margin-bottom: 50px;
}

.greyBG span, .greyBG p, .greyBG h2, .greyBG h3,
.darkgreyBG span, .darkgreyBG p, .darkgreyBG h2, .darkgreyBG h3 {
	color: #ffffff;
    text-align: center;
}

.Kacheln {    
	margin-bottom: 60px;
    padding-bottom: 0;
    background:   
    linear-gradient(
      rgba(58,58,58,1), 
      rgba(58,58,58,0.9), 
      rgba(58,58,58,1)
    ),
    url("/uploads/img/BackgroundbildFullService.jpg");
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.Kacheln.Products {  
	margin-bottom: 0px;
    background:     
    linear-gradient(
      rgba(58,58,58,1), 
      rgba(58,58,58,0.95), 
      rgba(58,58,58,1)
    ),
    url("/uploads/img/BackgroundbildProduktespektrum.jpg");
}

.PartnersAndSuppliers {
    background:     
    linear-gradient(
      rgba(58,58,58,1), 
      rgba(58,58,58,0.95), 
      rgba(58,58,58,1)
    ),
    url("/uploads/img/BackgroundbildProduktespektrum.jpg");

}
.PartnersAndSuppliers .col-md-3.col-sm-3.col-xs-6.partnersAndSuppliersSingle {
    margin-bottom: 30px;
}

.SingleKachel {
    margin-top: 70px;;
}

.Kacheln .centerText img {
    max-height: 88px;
    max-width: 88px;
    transition: 2s ease;
    display: inline-block;
    vertical-align: middle;
}
.Kacheln .centerText:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.Kacheln .centerText:hover a{
	 text-decoration: 	none;
}

.Kacheln .RowContainer [class*='col-']+[class*='col-']:before {
    content: "";
    position: absolute;
    bottom: -47%;
    left: 0;
    -webkit-transform: translateY(-60%); 
    transform: translateY(-60%);
    width: 1px;
    height: 72%;
    background: #f5f5f5;
    transition: .2s;
    opacity: 0.5;
}

.Kacheln h3 {
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 2px;
    text-transform: uppercase;
    font-weight: bold;
}
.Kacheln p {
	font-size: 14px;
	color: white;
}
.Kacheln p strong{
	color: white;
}

.centerText {
    text-align: center;
}


/**
* Das Team
*/

.Team {
	padding: 22px;
}
.Team h2 {
    color: rgb(77, 77, 77);
}


.doubletitle {
	margin: 20px 0;
}

.magentaBorderTop {
    border-top:5px solid rgb(168, 0, 94);
}


/*
* Customers AND Partners AND Suppliers
*
 */
.referenzen {
    margin-top: 150px;
    text-align: center;
}
.customerSingle {
    margin-bottom: 33px;
    width: 17.58%;
    display: inline-block;
    margin-right: 1.5%;
    padding: 0;
}
.customerSingle:nth-child(5n) {
    margin-right: 0;
}

.PartnersAndSuppliers img,
.customerSingle img,
.leftContentElement a img{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
    width: 100%;
    height: auto;
}
.PartnersAndSuppliers img:hover,
.customerSingle img:hover,
.leftContentElement a img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.clearer {clear:both;}

@media screen and (max-width: 600px) {
	.customerSingle,
	.customerSingle:nth-child(5n) {
	    margin-bottom: 20px;
	    width: 49.5%;
	    float: left;
	    display: inline-block;	    
	    min-height: 1px;
	    padding-right: 15px;
	    padding-left: 15px;
    		margin-right: 0;
	}
	.customerSingle:nth-child(2n) {
	    margin-right: 0;
	}
	.Kacheln .RowContainer [class*='col-']+[class*='col-']:before {
	    display:none;
	}
	.counter .generell .countTo {
	    font-size: 30px;
	}
	h2.header,
	h2.subheader {
	    font-size: 30px;
	}
}

/***
*	LeftContent
*/

.adsWrapper h2.headerLeft{
	background-color: rgb(58, 58, 58);
	color: #fff;	
	font-size: 24px;
	padding: 10px 0 10px 20px;
	text-transform: none;
    font-weight: bold;
}

.adsWrapper .descriptionLeft {
	padding-left:20px;
}
.adsWrapper .descriptionLeft p{
	font-size: 24px;
}

.leftContentElement {
	margin-bottom: 70px;
}

/*
*
* Services / Dienstleistungen
* 
 */
.MainContentServices {
	padding-bottom: 0;
}
.contentElement {
    width: 100%;
    display: block;
    overflow: hidden;
}

.contentElement img {
    width: 100%;
}

.contentElement .col-xs-7{
	padding-left: 0;
	padding-right: 0;
}

.contentElement p{
    font-size: 18px;
}

.contentElement ul{
    font-size: 18px;
}

.contentElement .leftImage {
	padding: 0;
}

.contentElement .rightText {
	padding: 20px;
}

@media screen and (min-width: 992px) {
	.contentElement .rightText {
		padding: 40px 65px 20px 65px;
	}
	.contentElement .rightText h2.title2{
		margin-top: 0;
	}

	.contentElement .leftToRightImage {
		float: right;
	}
	.Talents {
		padding: 60px 60px 80px 60px;
	}
}
@media screen and (min-width: 1580px) {
	.sf-menu.sticky:after {
	    visibility: visible;
	    position: fixed;
	    top: 10px;
	    left: 40px;
	    display: block;
	    width: 180px;
	    height: 60px;
	    background-size: contain;
	-webkit-background-size: contain;
  	-moz-background-size: contain;
  	-o-background-size: contain;
	    background-image: url(/uploads/img/logosNoBackground.svg);
   	 	margin-left: -1%;
	}
}
@media screen and (min-width: 1600px) {
	.sf-menu.sticky:after {
   	 	margin-left: 1%;
	}
}
@media screen and (min-width: 1700px) {
	.sf-menu.sticky:after {
   	 	margin-left: 2%;
	}
}
@media screen and (min-width: 1750px) {
	.sf-menu.sticky:after {
   	 	margin-left: 3%;
	}
}
@media screen and (min-width: 1800px) {
	.sf-menu.sticky:after {
   	 	margin-left: 5%;
	}
}
@media screen and (min-width: 2000px) {
	.sf-menu.sticky:after {
   	 	margin-left: 9%;
	}
}

/*
*
* Talents
 */

.Talents .talentsSingle p{
	font-size: 18px;
    margin-bottom: 0;
}

/*
*
* Some mobile Fixes
 */

@media (max-width: 767px) {
	.TeamHomePage {
		display:none;
	}
}



@media (min-width: 400px) and (max-width: 599px){
	.Team .img {
		height: 590px;
	}
}


@media (min-width: 600px) and (max-width: 767px){
	.Team .img {
		height: 700px;
	}
}



/*subnavigation*/

ul.subNavi li ul.submenu {
    list-style: none;
	display:none;
}
ul.subNavi li.active ul.submenu {
	display:block;
}

ul.subNavi li ul.submenu li a {
    background-color: #838383;
    padding-left: 2em;
}

ul.subNavi li ul.submenu li a:hover,
ul.subNavi li ul.submenu li.active a {
    background-color: #646464;
}



.sf-menu > li > a {
	padding-left: 10px;
	padding-right: 10px;
}

@media (min-width: 992px) {
	.sf-menu > li > a {
		font-size: 18px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* SubNavi Unternehmen*/
.OurVision .subNaviWrapper {
	/*background: #D2D2D1;*/
	background: #ccc;
}
.OurVision .subNaviWrapper {
	margin: 0 -15px;
	margin-bottom: 45px;
}
.OurVision ul.subNavi {
	list-style-type: none;
	padding: 0;
}
.OurVision ul.subNavi li {
	
}
.OurVision ul.subNavi li a:hover, ul.subNavi li a:focus {
	background: rgb(58, 58, 58);
}
.OurVision ul.subNavi li a:hover, ul.subNavi li a:focus {
	font-weight: 700;
	color: #fff;
}
.OurVision ul.subNavi li a {
	color: rgb(58, 58, 58);
	display: block;
	font-weight: 500;
	padding: 6px 15px;
	font-size: 20px;
}
.OurVision ul.subNavi li a:hover, ul.subNavi li a:focus {
	text-decoration: none;
}
@media (max-width: 1199px) {
	.OurVision ul.subNavi li a {
		font-size: 14px;
	}
}









/*indexedsearch style*/
.tx-indexedsearch-searchbox-button,.tx-indexedsearch-searchbox-sword,.tx-indexedsearch-searchbox-sword:focus{
	height:50px;
	border: 2px solid #a8005e !important;
	font-size: 18px;
	padding: 0 20px
}

.tx-indexedsearch-searchbox-sword{
	width: 300px;
}
.tx-indexedsearch-searchbox-button{
	margin-left: -5px;
	margin-top:-2px;
	color:white;
	background-color:#a8005e;
}
.tx-indexedsearch-form{
	float:right;
	margin-top:-43px;
}
ul.tx-indexedsearch-browsebox{
	padding:0;
	
}
ul.tx-indexedsearch-browsebox li{
	display: inline;
	padding: 5px 10px;
	border: 2px solid #a8005e;
	border-left:none;
	font-size: 16px;
}
ul.tx-indexedsearch-browsebox li:first-of-type{
	border-left: 2px solid #a8005e;
}
.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage{
	background-color:#a8005e;
}
.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a{
	color: white;
	font-weight:bold;
}

@media only screen and (max-width: 650px) {
	.tx-indexedsearch-form{
		float:none;
		margin-top:0;
		position:relative;
 	}
  	.tx-indexedsearch-searchbox-sword{
		width:100%;
	}
	.tx-indexedsearch-searchbox-button{
		position:absolute;
		top:2px;
		right:0;
	}
}
/*indexedsearch style*/
.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
  margin-bottom: 20px;
}
.Team .lightbox{
	position: relative;
	z-index: unset;
}

@media(min-width: 767px){
	.main_header .sf-menu > li > .submenu > li > .parent , .main_header .sf-menu > li > .submenu > li > .sf-with-ul{
		-webkit-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
	}

	.main_header .sf-menu > li > .submenu > li > .parent:after , .main_header .sf-menu > li > .submenu > li > .sf-with-ul:after{
		content: '';
		position: absolute;
		top: 50%;
		right: 15px;
		margin-top: -1px;
		height: 0;
		width: 0;
		border: 5px solid transparent;
		border-top-color: #dFeEFF;
		border-top-color: rgba(255,255,255,0.5);
		-webkit-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
	}

	.main_header .sf-menu > li > .submenu > li:hover > .parent:after , .main_header .sf-menu > li > .submenu > li:hover > .sf-with-ul:after{
		margin-top: -5px;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
	}

	.sf-arrows ul li > .sf-with-ul:focus::after, .sf-arrows ul li:hover > .sf-with-ul::after, .sf-arrows ul .sfHover > .sf-with-ul::after {
		margin-top: -5px;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
		border-left-color: transparent;
	}
}

@media(min-width: 992px) and (max-width: 1200px){
	.sf-menu > li > a {
		font-size: 17px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media(min-width: 767px) and (max-width: 991px){
	.sf-menu > li > a {
		font-size: 14px;
		padding-left: 11px;
		padding-right: 11px;
	}
}

@media(max-width: 1200px){
	.video-embed video , .video-embed iframe , iframe , video{
		width: 100% !important;
	}
}

@media(max-width: 576px){
	.ce-column {
		margin-right: 0;
	}

	.ce-intext.ce-right .ce-gallery {
		margin-left: 0;
	}
}

.subNaviWrapper .subNavi .submenu .submenu{
	display: none;
}

.subNaviWrapper .subNavi .submenu li.active .submenu{
	display: block;
}

ul.subNavi li ul.submenu ul.submenu li a{
	padding-left: 3em;
}

ul.subNavi li ul.submenu li ul.submenu li:hover a,
ul.subNavi li ul.submenu li ul.submenu li.active a {
    background-color: #ccc;
}

/* css by sahdev ranaweb start */
.service {
	height:312px;
	margin:15px 0;
	overflow:hidden;
}
.service-img {
	height: 100%;
    width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.service:hover .service-img {
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-filter: brightness(70%);
	-moz-filter: brightness(70%);
	-o-filter: brightness(70%);
	-ms-filter: brightness(70%);
	filter: brightness(70%);
}
.service:hover .text {
	opacity: 1;
}
.service .text {
	font-size:18px;
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 10%;
	left: 0;
}
.service .text li {color:white;}
.service .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	color: white;
	background: rgba(169, 0, 94, 0.8);
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	z-index: 2;
	margin:0 15px 15px 15px;
}
@media(max-width:768px){
	.service .caption {
		margin:0 15px;
	}
}
.Kacheln-Products-part{
	margin-bottom: 0px;
	background: linear-gradient( rgba(58,58,58,1), rgba(58,58,58,0.95), rgba(58,58,58,1) ), url("/uploads/img/BackgroundbildProduktespektrum.jpg");
	border-top: 5px solid rgb(168, 0, 94);
	padding: 75px 0; 
}

.Kacheln-Products-box{
	width: 530px;
	height: 500px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	background-image: url('../img/round-line.svg');
	background-position: 50% 50%;
	background-size: 76%;
	background-repeat: no-repeat;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.box-equal-rel {
	position: absolute;
	width: 212px;
	height: 75px;
	padding: 15px;
	display: flex;
	align-items: center;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.box-equal-rel:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.Kacheln-box-title {
	max-width: 150px;
}

.Kacheln-box-title p{
	margin-bottom: 0px;
}

.box-equal-rel a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.Kacheln-box-title span{
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 19px;
	line-height: 22px;
	text-decoration: none;
}

.Kacheln-box-title small{
	color: #ffffff;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
	display: block;
}

.Kacheln-box-one {
	right: -36px;
	width: 75px;
	height: 75px;
	/*background-image: url('../img/ic1.svg');
	background-position: 50% 50%;
	background-size: 75px;*/
	top: 0px;
	position: absolute;
}

.box-left-one{
	background: linear-gradient(90deg, #5F5280 0%, #BBB2C8 100%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	top: 15px;
  	left: -60px;
}

.Kacheln-box-two {
	right: -36px;
	width: 75px;
	height: 75px;
	/*background-image: url('../img/ic2.svg');
	background-position: 50% 50%;
	background-size: 75px;*/
	top: 0px;
	position: absolute;
}

.box-left-two{
	background: linear-gradient(90deg, #82C394 0%, #88C699 23%, #98CDA6 53%, #B3D8BB 86%, #C0DEC5 100%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	top: 210px;
  	left: -130px;
}

.Kacheln-box-three {
	right: -36px;
	width: 75px;
	height: 75px;
	/*background-image: url('../img/ic3.svg');
	background-position: 50% 50%;
	background-size: 75px;*/
	top: 0px;
	position: absolute;
}

.box-left-three{
	background: linear-gradient(90deg, #98C11D 0%, #D6E08C 100%);;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	top: 402px;
  	left: -50px;
}

.Kacheln-box-four {
	left: -36px;
	width: 75px;
	height: 75px;
	/*background-image: url('../img/ic4.svg');
	background-position: 50% 50%;
	background-size: 75px;*/
	top: 0px;
	position: absolute;
}

.box-left-four{
	background: linear-gradient(90deg, #F2B5C1 0%, #F0A5B7 7%, #EA759A 29%, #E54F84 50%, #E23473 70%, #E02469 87%, #DF1E66 100%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	top: 15px;
  	right: -60px;
}

.Kacheln-box-five {
	left: -36px;
	width: 75px;
	height: 75px;
	/*background-image: url('../img/ic5.svg');
	background-position: 50% 50%;
	background-size: 75px;*/
	top: 0px;
	position: absolute;
}

.box-left-five{
	background: linear-gradient(90deg, #F4A796 0%, #EF8281 29%, #EC6772 57%, #EA5769 81%, #E95166 100%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	top: 210px;
  	right: -130px;
}

.Kacheln-box-six {
	left: -36px;
	width: 75px;
	height: 75px;
	/*background-image: url('../img/ic6.svg');
	background-position: 50% 50%;
	background-size: 75px;*/
	top: 0px;
	position: absolute;
}

.box-left-six{
	background: linear-gradient(90deg, #FBC680 0%, #EF771F 99.98%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	top: 402px;
  	right: -50px;
}

.box-left-four .Kacheln-box-title , .box-left-five .Kacheln-box-title , .box-left-six .Kacheln-box-title {
	max-width: 150px;
	margin-left: auto;
	text-align: right;
}

.Kacheln-Products-part .doubletitle{
	text-align: center;
	padding: 0 15px;
	margin-bottom: 40px;
}

.Kacheln-Products-part .doubletitle h2{
	color: #ffffff;
}

@media(max-width: 800px){
	.Kacheln-Products-box {
		width: 100%;
		height: auto;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		background-image: none;
		background-position: 50% 50%;
		background-size: 76%;
		background-repeat: no-repeat;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		padding: 0 50px 0 20px;
	}

	.box-equal-rel {
		position: relative;
		width: auto;
		height: 75px;
	}

	.box-left-one , .box-left-two , .box-left-three , .box-left-four , .box-left-five , .box-left-six {
		top: 0;
		left: unset;
		margin-bottom: 15px;
		right: unset;
	}

	.box-left-six{
		margin-bottom: 0px;
	}

	.Kacheln-box-four , .Kacheln-box-five , .Kacheln-box-six{
		right: -36px;
		left: unset;
	}

	.box-left-four .Kacheln-box-title, .box-left-five .Kacheln-box-title, .box-left-six .Kacheln-box-title {
		max-width: 150px;
		margin-left: 0;
		text-align: left;
	}

	.box-equal-rel:hover{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

.teamSingle {
  padding-left: 0px;
}

.Team .col {
  margin-bottom: 15px;
}
/* css by sahdev ranaweb end */