#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
@charset "UTF-8";
*{margin:0;padding:0}
.content_rechts ul li{font-size:16px;
	line-height:35px
}
				  
body           	{ margin: 0;
                  padding:0px;
				  font-family:Arial, Helvetica, sans-serif;
				  font-size:100%;
				  line-height: 25px;
				  color:#6e777c;
				  vlink="#6E777C"
				  background-color:#FFF;
				  overflow-x:hidden}

				  
.a 				{color: #6E777C;}


a               { color:#fd9322;
                  text-decoration:none;}	

a:hover       { color:#6e777c;
                  text-decoration:none;}
 #aaa {
				 color: #6E777C;
}
.aaa {
				 color: #6E777C;
}
.a {
				 color: #6E777C;
}
				  
p{				 height: 200px;
}				  
#facebook iframe{border:none; overflow:hidden; margin-left: 8%;margin-top:35px;width:200px; height:21px;}

#apDiv2 {
	position: absolute;
	width: 284px;
	height: 316px;
	z-index: 3;
	left: 1014px;
	top: 460px;
			}			  
.clear{clear:both;/* float: left; */}				  
				  
/*------------------------Gesamtrahmen--------------------------*/	

.frame  { 
				width: 100%;
				border-color:#d2d2d2;
				border-style:solid;
				border-width:1px;
				background-image:url(/files/_tmpl/img/background.jpg);
				background-repeat: no-repeat; 
				background-size: 100%;}

				
.pics          { width:100%;
                 height:152px;
                 border:solid;
				 border-color:#d2d2d2;
				 border-width:1px;
				 border-left:none;
				 border-right:none;
				 }
/*------------------------Slider--------------------------*/	
		 
.nivoSlider {
				  position:relative;
				  width:100%;
				  height:auto;
				  overflow: hidden;
				  }
.nivoSlider img {
	position:absolute;
	top:-76px;
	left:981px;
	max-width: none;
	top: 0;
	left: 0;
				  	}
.nivo-main-image {
				  display: block !important;
				  position: relative !important; 
				  width: 100% !important;
				  }
			  
.nivoSlider a.nivo-imageLink {
				  position:absolute;
				  top:0px;
				  left:0px;
				  width:100%;
				  height:100%;
				  border:0;
				  padding:0;
				  margin:0;
				  z-index:6;
				  display:none;
				  background:white; 
				  filter:alpha(opacity=0); 
				  opacity:0;
				  }
.nivo-slice {
				  display:block;
				  position:absolute;
				  z-index:5;
				  height:100%;
				  top:0;
			  }
.nivo-box {
				  display:block;
				  position:absolute;
				  z-index:5;
				  overflow:hidden;
			  }
.nivo-box img { display:block; }
			  
.nivo-caption {
				  position:absolute;
				  left:0px;
				  bottom:0px;
				  background:#000;
				  color:#fff;
				  width:100%;
				  z-index:8;
				  padding: 5px 10px;
				  opacity: 0.8;
				  overflow: hidden;
				  display: none;
				  -moz-opacity: 0.8;
				  filter:alpha(opacity=8);
				  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
				  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
				  box-sizing: border-box;         /* Opera/IE 8+ */
			  	}
.nivo-caption p {
				  padding:5px;
				  margin:0;
				  }
.nivo-caption a {
				  display:inline !important;
				  }
.nivo-html-caption {
				  display:none;
				  }
.nivo-directionNav a {
				  height:0;
				  visibility:hidden;
				  display:none;
			  	}
			  
.nivo-controlNav {
				  height:0;
				  visibility:hidden;
				  display:none;
				  }
							   
							   
							   
/*------------------------Top--------------------------*/	

.top           { width: 100%;
                 height:150px;
				 float: left;}

.top_left      { width: 100%; 
                  
 			 /* padding-top: 20px; */
 			 
 			 float:left;
				}


.logo          { width: 60%;       
				}
				 
.logo img {
				width: 80%;
				max-width: 240px;
				height: auto;
				margin-left: 10%;
				margin-top: 26px;
				float: left;
}

.top_right     { width: 68%;
                 height: 150px;
				 float:left;
				 margin-left: 20%; 
				 margin-top: 15px;}
				 
.title         { width: 100%;
 font-size:90%;
                 height:36px;
 			 font-family:"Myriad Pro", Myriad, Helvetica, sans-serif;
 			 /* font-size:14px; */
 			 line-height:18px;
 			 margin-left: 3%; margin-top: 10px;}
				 
#apDiv3, #apDiv3_index 	  { height:0;
				display:none;
				visibility:hidden;
				}
/*------------------------Platzhalter/Band--------------------------*/	

.platzhalter    { width: 100%;
                  float: left; 
				  margin-top: 65px;}
				  
				  
/*--------------------------Content----------------------------*/	

.content         { width: 100%;
                   float: left;}				   

				   			   

li{  				margin-left: 25px;
  					  				line-height: 25px;
  					float: left;
  					clear: both;
}				   

.flagge          { width: 100%;
                   height:15px;
				   margin-top:8px;
				   float: right; 
				   text-align: right; 
				   padding-right: 25px;}
				   
.content_rechts  { width: 90%;
                   margin-left: 5%; 
				   float:left;
				   display: block; }
				   
.unternavi       {
	width: 100%;
	height:48px;
	padding-top:32px;
	font-family:"Myriad Pro", Myriad, Helvetica, sans-serif;
	/* font-size:14px; */
				   line-height:18px;
	color: #000;
				   }
				   

				   
.text_download   { width:1100px;
                   height:567px;
				   }	
				   
.teamfotos       {
				  height:180px;
				  clear:both;
				  width:100%;
}
				   
.portrait        { width:30%;
                   height:170px;
 			   float:left;
				   }

.name            { width:88px;
					text-align:center;
                   height:30px;
 			   padding-top:4px;
				   }
				   
.ibox            {width:405px;
                  height:265px;
				  margin-left:30px;
				  }
				   			   




				 
.Schriftfarbe {
	color: #6E777C;
}
#aaaaaaa {
	color: #6E777C;
}
.schrift {
	color: #6E777C;
}
.s {
	color: #6E777C;
}
.s {
	color: #6E777C;
}
.s {
	color: #6E777C;
}
.f {
	color: #6E777C;
}
.frame .content .content_rechts .text div a .text_download {
	color: #7E7E7E;
}
.frame .content .content_links .hauptnavi #facebook {
	float: none;
	margin-left: 145px;
}
#english {
	color: #FFF;
}
weiß {
	color: #FFF;
}
weiß {
	color: #FFF;
}
weiss {
	color: #FFF;
}
.weiss {
	color: #FFF;
}
.weiss {
	color: #FFF;
}

.text  			{
	line-height: 20px;
	float: left;
	display: block;
	width:100%;
	padding-top:25px;
	margin-bottom:25px;
	color: #000;
				}
div.text {
	color: #6E777C;
}
div.text h1 {
	margin: 0 0 25px 0;
	font-size: 24px;
}
div.text h2 {
	margin: 25px 0 15px 0;
	font-size: 18px;
}
div.text p {
	margin: 0 0 15px 0;
	height: auto;
	display: block;
	line-height: 1.5;
}
div.text ul {
	font-size: inherit;
	list-style-type: disc;
	margin: 0 0 15px 0;
}
div.text ul li {
	font-size: inherit;
	float: none;
	line-height: 1.5;
}


.text_index    {
				font-size:30px;
				line-height:34px;
				float: left;
				display: block;
				width:100%;
				padding-top:25px;
				margin-bottom:25px;
				}
@media only screen and (min-width: 495px) {
	.content_rechts ul li{
		font-size:18px;
		line-height:35px
	}
	.text  				{
		line-height: 20px;
		margin-bottom: 15px;
	}

	.logo          { width: 100%; max-width: 300px;}

	.top_left      {
		width: 49%;
		float: left;
		margin-top:17px;
	}

	.top_right     { 
		width: 49%; 
		height:36px;
		clear: none; font-family:"Myriad Pro", Myriad, Helvetica, sans-serif;
		line-height:18px;
		margin-left: 0px; 
		padding-top: 35px;
	}
	.platzhalter    { margin-top: 25px;}
	.title        		 { margin-top: 10px;}
	.portrait        { width:30%; }
}
@media only screen and (min-width: 685px) {
	.text_index 	{
					 font-size: 40px;
					 line-height:54px;
					 margin-bottom:45px;
					margin-top: -12px;
}
	
}

@media only screen and (min-width: 895px) {

.logo img {
				margin-top: 19px;
}
.portrait        { width:16%; }
.frame			{ 
				width: 90%;
				margin-left:5%;
				}
#facebook iframe{ margin-left:16%;margin-top:15px;width:200px; }
.portrait        { width: 18%;}

.text  			{padding-top: 0;
				overflow:auto; 
				 height: 350px;
				}
.text-index 	{padding-top:65px;
				font-size: 220%;
				}
.top_left       {width: 23%; 
                 height:110px; 
				 padding-top: 10px;
				 padding-left: 18px;
				 float:left;
				}
.top_right      { 
				margin-top: 0;
				padding-top: 0;
				}
				
.platzhalter    {margin-top: 0;}
.logo           {width: 80%;}
.flagge         {padding-right: 6%;}
.content_rechts {
				 width: 68.9%; 
				 font-size:13px;
				 min-height:450px;
				 }

#slider 		{width: 63.8%}
.frame			{ 
				width: 90%;
				margin-left:5%;
				margin-top: 50px;
				float: left;
				display: block;
				}
.platzhalter    {  
				border:1px silver solid;  
				width: 113.2%;
				margin-left: -8%;
				}
.title {
	margin-top: 31px;
	padding-top: 0;
	}

}

@media only screen and (min-width: 997px) {
.top_right      { 	
				margin-top: 14px;
				padding-top: 0;
				}
}
@media only screen and (min-width: 1075px) {
#apDiv3 {
				position: absolute;
				display: block;
				visibility: visible;
				width: 146px;
				height: 146px;
				z-index: 3;
				left: 75%;
				top: 304px;
}
#apDiv3 img		{	width:100%;}
#apDiv3_index {
				position: absolute;
				display: block;
				visibility: visible;
				width: inherit;
				height: 156px;
				z-index: 3;
				left: 75%;
				top: 269px;
}
.title {
		margin-top: 42px;
		padding-top: 0;
	}

}

@media only screen and (min-width: 1200px) {
.top_right      { /* margin-top: 28px; */}
	
.frame			{ 
				width: 80%;
				margin-left:10%;
				min-height: 770px;
				margin-top: 50px;
}
.platzhalter    {
				margin-left: -14%;
				width: 126.3%;
				}
#apDiv3 		{
				left: 75%;
				top: 250px;
				width:auto;
				height:auto
				}
#apDiv3_index   {
				left: 70%;
				top: 320px;
				width:auto;
				height:auto
				}
}

@media only screen and (min-width: 1295px) {

.title         	{
					margin-top: 7px;
					padding-top: 0;}
.logo          	{ width: 100%;}
.top_right    { margin-top: 64px;}
.flagge        	{ padding-right: 6%; }
#apDiv3 	   	{top: 259px;}
.portrait       { width:18%; }
}

@media only screen and (min-width: 1400px) {
#apDiv3 	   {top: 324px;}
}

@media only screen and (min-width: 1500px){
.title {
				margin-top: 15px;
				padding-top: 0;
	}
}

@media only screen and (min-width: 1895px) {
	HTML{	
				max-width:1850px;
				margin:0 auto
		}
		
	.platzhalter    {
				margin-left: -14%;
				width: 127%;
				}
				
	#apDiv3 		{left: 68%;top: 349px;}
	.portrait        { width:16%; }
	.text  	{
				overflow:visible;
				 height: auto;
				}
				
				.content_rechts {
				 min-height:840px;
				 }
}


@media only screen and (max-width: 494px) {
	.top_right {
		width: auto;
		margin-left: 5%;
		margin-right: 5%;
	}
	.platzhalter {
		margin-top: 20px;
	}
	.unternavi {
		padding-top: 15px;
		height: auto;
	}
	.unternavi .level_1 a {
		display: inline-block;
		padding: 5px 0;
	}
}





@charset "utf-8";


.open1 {	
	position:absolute;
	display: block;	
	float:right;
	right: 8px;
	top:15px;
}
 .close {	
	position:absolute;
	display: block;	
	float:right;
	right:15px;
	top:15px;
}
 .open1, .close, #inh{
	background-color:white
}
.open1 img, .close img{width:75%}


#inh {	
	width:100%;
	top: -740px;	
	height:0px;
	z-index:1000;
	position:absolute;	
	width: 100%;
	text-align: center;
	-webkit-transition: all 1s ease; 	
	-moz-transition: all 1s ease;	
	-o-transition: all 1s ease; 	
	transition: all 1s ease; 
}
#inh ul{margin-top:65px}
#inh:target{    
	top:0;
	height: 925px;	
	-webkit-transition: all 1s ease; 	
	-moz-transition: all 1s ease;	
	-o-transition: all 1s ease; 	
	transition: all 1s ease; 
}



#inh  li {	
	width: 100%;
	float:left;	
	list-style-type:none;	
	height:55px;	
	line-height:55px;
	text-align:center;
	height: 45px;
}

#inh li  a{	
	color:#fd9322;
	width: 100%;
	height: 45px; 
	font-size:16px;
}

#inh li{margin-left: 0;}
#inh li:hover{	color:#666;}
#inh li a:hover{	color:#666}
#inh li.current a{color:#666;}
#inh li.current{}



@media only screen and (min-width: 381px) {
#inh  li{width: 45%;float: left;clear: none;}
#inh:target{height: 405px;}
}

@media only screen and (min-width: 895px) {
.open1 {
	visibility:hidden;
	display:none;height:0px;
}

#inh, :not(:target) #inh {	
	width: 21%; 
	margin-top: 72px;	
	position:relative;
	right:0;
	top: 8px;
	background-image:none;
	float: left;
	margin-bottom: 15px;
	-webkit-transition: all 1s ease; 	
	-moz-transition: all 1s ease;	
	-o-transition: all 1s ease; 	
	transition: all 1s ease; 
	
}
#inh ul{margin-top:0}

#inh  li{	
	width: 95.5%;
	text-align: left;
	height: 25px;
	text-align: right;
	line-height:25px;
	text-align:right;
	/* font-size: 96%; */
	font-family: "Myriad Pro", Myriad, Helvetica, Verdana, sans-serif;
}

#inh li a{
	height:25px;
	display:table-cell;
	width: 89.8%;
	vertical-align:middle;
	line-height:24px;
	
	float: right;
	/* text-align: right; */
} 

.close{
	visibility:hidden;
	display:none;
	height:00px;
}
	
}


@media only screen and (min-width: 1200px) {
	#inh:not(:target) #inh{	
		width: 40%; 
		height:20px;
	}
}


/*
	foodservicesolutions.de
*/

.bx-wrapper {
	margin-bottom: 0;
	border: 0;
	box-shadow: none;
}


.invisible {
	display: none;
}


.top_right a {
	text-decoration: none;
	color: #6e777c;
}


#inh li {
/*	float: none;  */
}
#inh .mod_changelanguage {
	padding-top: 10px;
}
#inh .mod_changelanguage li a {
	display: block;
	width: 23px;
	height: 15px;
	text-indent: 99px;
	overflow: hidden;
}
#inh .mod_changelanguage li a.lang-en {
	background-image: url(/files/_tmpl/img/EN.jpg);
}
#inh .mod_changelanguage li a.lang-en:hover {
	background-image: url(/files/_tmpl/img/EN_aktiv.jpg);
}
#inh .mod_changelanguage li a.lang-de {
	background-image: url(/files/_tmpl/img/DE.jpg);
}
#inh .mod_changelanguage li a.lang-de:hover {
	background-image: url(/files/_tmpl/img/DE_aktiv.jpg);
}

#inh li a.on-the-road {
	background-image: url(/files/_tmpl/img/facebook_logo.png);
	background-size: 15px 15px;
	background-position: 0 3px;
	background-repeat: no-repeat;
	width: auto !important;
	padding-left: 20px;
}


.content_rechts h2:first {
	margin-top: 0;
}

.content_rechts {
	position: relative;
}
.stoerer {
	position: absolute;
	top: 25px;
	top: 85px;
	right: 0;
	width: 100%;
	max-width: 200px;
	height: auto;
}
@media only screen and (max-width: 495px) {
	.stoerer {
		display: none;
	}
}


.float_left {
	float: left;
}
.float_right {
	float: right;
}
.ce_text {
	clear: both;
	float: none;
	max-width: 640px;
}
.mod_article {
	max-width: 640px;
}



.portrait {
	float: none;
	height: auto !important;
}
.ce_image.portrait {
	max-width: 150px;
	margin: 0 25px 25px 0;
	display: inline-block;
}
.ce_image.portrait .image_container {
	position: relative;
}
.ce_image.portrait img {
	width: 100%;
	height: auto;
}
.ce_image.portrait .caption {
	font-size: 11px;
	padding-left: 7px;
	text-align: center;
	color: #6e777c;
}

body.startseite .ce_text, 
body.startseite .ce_text ul li {
	font-size: 18px;
	font-weight: normal;
	line-height: 35px;
}
body.startseite .ce_text h1 {
	font-size: 40px;
	font-weight: normal;
	line-height: 54px;
	margin-bottom: 45px;
	margin-top: -12px;
}


.headerslider .ce_gallery ul {
	list-style-type: none;
}
.headerslider .ce_gallery li {
	clear: none;
	margin: 0;
	padding: 0;
	line-height: 0;
	margin-right: 12px;
}
.headerslider .fader-control {
	display: none;
}



.cookiebar {
	z-index: 999;
	background-color: rgba(64,64,64,0.85);
}
.cookiebar__button  {
	background-color: #fd9322;
	margin: 10px;
	border-radius: 5px;
}
.cookiebar__button:hover  {
	background-color: #fd9322;
	opacity: 0.8;
}



/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

