/*-----------------------------------------------------------------------------------*/
/*	germacolor
/*  www.annalog.eu 
/*-----------------------------------------------------------------------------------*/
body {
	background: #FFF;
	font-family: 'Maven Pro', sans-serif;
	font-size: 14px;
	line-height: 1.5;
}
a:hover, a:focus{
	text-decoration: none;
	outline: none;
}
p{
	margin: 10px 0 20px;
}
.all {
	position: relative;
}
#preload {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #fff;
	z-index: 1234;
}
#preload .preloading {
	text-align: center;
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
}

.box2 {
	background-color: #444F9F;
	position: relative;
	width: 13px;
	height: 13px;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
	text-align: center;
	border-radius: 10px;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	}
	

/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/
#header{
	background: rgba(255,255,255,0.4);
	color: #F90;
	height: 120px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#header a{
	color: #333;
}
/*-----------------------------------------------------------------------------------*/
/*	SITE TITLE / LOGO 
/*-----------------------------------------------------------------------------------*/
.site {
	text-align: center;
	font-size: 50px;
	font-family: 'Maven Pro', sans-serif;
	line-height: 116px;
	margin: 0;
	position: relative;
	z-index: 778;
	font-weight: normal;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.site strong {
	font-weight: bold;
}
/*-----------------------------------------------------------------------------------*/
/*	MAIN NAV
/*-----------------------------------------------------------------------------------*/
#nav ul {
	position: relative;
	z-index: 789;	
}
#nav ul li {
	display: inline-block;
	font-size: 17px;
	padding: 0 20px;
}
#nav ul li a {
	padding: 0;
	color:#3D54A1;
}
#nav ul li a:hover,#nav ul li a:focus {
	background: none;
	color:#999;
}
#nav ul li.active a{
	border-bottom: 2px solid #F90;
	color: #666;
}
#nav .menu-left {
	float: left;
}
#nav .menu-left li:first-child {
	padding-left: 0;
}
#nav .menu-right {
	float: right;
}
#nav .menu-right li:last-child {
	padding-right: 0;
}

#header #nav {
	margin-top: -120px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#header #nav ul {
	margin-top: 45px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#header #nav ul li {
	line-height: 35px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
/*-----------------------------------------------------------------------------------*/
/*	HEADER FIXED
/*-----------------------------------------------------------------------------------*/
#header.fixed {
	height: 90px;
	background: rgba(255,255,255,0.95);
	box-shadow: 0px 7px 15px rgba(111,111,111,0.5);
	}
#header.fixed .site {
	-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
margin-top: -11px;
}
#header.fixed #nav {
	margin-top: -100px;
}
#header.fixed #nav ul {
	margin-top: 30px;
}
#header #nav ul li {
	line-height: 30px;
}

/*-----------------------------------------------------------------------------------*/
/*	HEADER sites FIXED
/*-----------------------------------------------------------------------------------*/
#header_s {
	height: 90px;
	background: rgba(255,255,255,0.95);
	box-shadow: 0px 7px 15px rgba(111,111,111,0.5);
	color: #F90;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 989;
	}
#header_s .site {
	margin-top: -20px;
}
#header_s #nav {
	margin-top: -27px;
}
#header_s #nav ul {
	margin-top: -30px;
}
#header_s #nav ul li {
	line-height: -30px;
}


/*-----------------------------------------------------------------------------------*/
/*	VERTICAL NAV 
/*-----------------------------------------------------------------------------------*/
#vnav {
	height: 100%;
	background: #FFF;
	color: #ccc;
	width: 64px;
	z-index: 1111;
	position: fixed;
	left: 0;
	top: 0;
}
#vnav a{
	color: #ccc;
}
#vnav ul{
	margin: 0;
	padding: 0;
}
#vnav ul li{
	line-height: 64px;
	text-align: center;
	font-size: 24px;
}
#vnav ul li a {
	display: block;
	border-bottom: 1px solid #1a1a1a;
}
#vnav ul li.active a, #vnav ul.nav li.active a,#vnav ul.nav li.active a:hover {
	background: #ff9600;
	color: #666;
}
#vnav ul.nav li a{
	padding: 0;
}
#vnav ul.nav li a:hover {
	background: #3D54A1;
}

/*-----------------------------------------------------------------------------------*/
/*	SECTION SLIDER
/*-----------------------------------------------------------------------------------*/
.section-slider img {
	max-width: 100%;
}
/* Slide Image Background */
.slide-image-background {
	position: relative;
	background: #b2a38e url(../img/slide-bg.jpg) 50% 50% no-repeat;
	background-size: cover;
}
.slide-image-background .gtext {
	width: 100%;
	position: absolute;
	left: 0;
	top: 40%;
	color: #fff;
	text-align: center;
}
.slide-image-background .gtext .title {
	font-size: 47px;
	line-height: 1.4;
	margin:0;
}
.slide-image-background .gtext .small-title {
	font-size: 23px;
	line-height: 1.4;
	margin: 0;
	letter-spacing: 4px;
	text-transform: uppercase;
}
.slide-image-background .icon-scroll-down {
	position: absolute;
	width: 44px;
	height: 44px;
	text-align: center;
	border: 3px solid #3D54A1;
	font-size: 24px;
	font-weight:bold;
	line-height: 44px;
	left: 50%;
	margin-left: -22px;
	bottom: 60px;
	color: #3D54A1;
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.slide-image-background .icon-scroll-down:hover{
	background: rgba(255,255,255,0.3);
	border-radius: 50%;
}
/* Carpousel Fade */
.carousel-fade .item {-webkit-transition: opacity 0.5s; -moz-transition: opacity 0.5s; -ms-transition: opacity .5s; -o-transition: opacity 0.5s; transition: opacity 0.5s;}
.carousel-fade .active.left {left:0;opacity:0;z-index:2;}
.carousel-fade .next {left:0;opacity:1;z-index:1;}

/*-----------------------------------------------------------------------------------*/
/*	custom 
/*-----------------------------------------------------------------------------------*/
.divider {
	padding: 15px 0;
}

.divider_l {
	padding: 85px 0;
}

.table {
	padding: 0 0 0 40px;
}

.section-einsatz {
	background: #FFF;
}

.section-pan {
	background: #FFF;
}

.sizes {
	font-size: 16px;
	line-height: 22px;
	color:  #000;
}

.liste { 
list-style-type: none; 
font-size: 13px;
display:block;
float: left;
} 

.liste2 { 
list-style-type: none; 
font-size: 13px;
} 

.chips {
   margin-top: -50px;

}

.chip {
	margin:auto;
  display:inline-block;
  text-align: left;
  width: 180px;
  height: 70px;
  vertical-align: top;
  margin-top: 50px;
}
.chip_hex {
  width: 160px;
  height: 30px;
  margin: 0 0;
  vertical-align: bottom;
  text-align:left;
  font-size:10px;
}
.chip_label {
  padding-top: 2px;
  text-align: left;
  font-size: 12px;
  text-wrap: normal;
}

#panafood-hide {
display: none;
 margin-top: -50px;
}

#lake-hide {
display: none;
 margin-top: -50px;
}

#panacare-hide {
display: none;
 margin-top: -50px;
}

#panaplast-hide {
display: none;
 margin-top: -50px;
}

#panawood-hide {
display: none;
 margin-top: -50px;
}

#panagen-hide {
display: none;
 margin-top: -50px;
}

#panacham-hide {
display: none;
 margin-top: -50px;
}

#panaink-hide {
display: none;
 margin-top: -50px;
}

#panaphor-hide {
display: none;
 margin-top: -50px;
}

.inner {
margin-left: 45px;
}

.back {
margin-top: 45px;
margin-left: -46px;
}

#annalog a, a:active{
color: #CCC;
}

#annalog a:hover{
color: #3D54A1;
}


/*-----------------------------------------------------------------------------------*/
/*	SECTION 
/*-----------------------------------------------------------------------------------*/

.section {
	padding: 50px 0;
}
/* Section Header */
.section .section-header {
	position: relative;
	padding-left: 98px;
	margin: 40px 0 50px;
}


.section .section-header .section-icon {
	width: 60px;
	height: 60px;
	border: 5px solid #3D54A1;
	border-radius: 60px;
	position: absolute;
	left: 0;
	top: -5px;
	text-align: center;
	font-size: 24px;
	line-height: 50px;
	color: #3D54A1;
}

.section .section-header .section-icon-white {
	width: 60px;
	height: 60px;
	border: 5px solid #FFF;
	border-radius: 60px;
	position: absolute;
	left: 0;
	top: -5px;
	text-align: center;
	font-size: 24px;
	line-height: 50px;
	color: #FFF;
}

.section .section-header .section-subicon-green {
	width: 40px;
	height: 40px;
	border: 3px solid #49AD33;
	border-radius: 40px;
	position: absolute;
	left: 0;
	top: 0px;
	text-align: center;
	font-size: 18px;
	line-height: 35px;
	color: #49AD33;
}

.section .section-header .section-subicon-blue {
	width: 40px;
	height: 40px;
	border: 3px solid #3D54A1;
	border-radius: 40px;
	position: absolute;
	left: 0;
	top: 0px;
	text-align: center;
	font-size: 18px;
	line-height: 35px;
	color: #3D54A1;
}

.section .section-header .section-subicon-lightgreen {
		width: 40px;
	height: 40px;
	color: #DBD900;
		border-radius: 40px;
	position: absolute;
	left: 0;
	top: 0px;
	text-align: center;
	font-size: 18px;
	line-height: 35px;
		border: 3px solid #DBD900;

}

.section .section-header .section-subicon-red {
		width: 40px;
	height: 40px;
	color: #E52713;
		border-radius: 40px;
	position: absolute;
	left: 0;
	top: 0px;
	text-align: center;
	font-size: 18px;
	line-height: 35px;
		border: 3px solid #E52713;

}

.section .section-header .section-subicon-orange {
		width: 40px;
	height: 40px;
	color: #E98000;
		border-radius: 40px;
	position: absolute;
	left: 0;
	top: 0px;
	text-align: center;
	font-size: 18px;
	line-height: 35px;
		border: 3px solid #E98000;

}

.section .section-header .section-subicon-yellow {
	width: 40px;
	height: 40px;
	color: #FEC700;
	border-radius: 40px;
	position: absolute;
	left: 0;
	top: 0px;
	text-align: center;
	font-size: 18px;
	line-height: 35px;
	border: 3px solid #FEC700;

}

.section .section-header .section-subicon-grey {
	width: 40px;
	height: 40px;
	color: #CCC;
	border-radius: 40px;
	position: absolute;
	left: 0;
	top: 0px;
	text-align: center;
	font-size: 18px;
	line-height: 35px;
		border: 3px solid #CCC;

}

.section .section-header .section-subicon-white {
	width: 40px;
	height: 40px;
	color: #6FF;
	border-radius: 40px;
	position: absolute;
	left: 0;
	top: 0px;
	text-align: center;
	font-size: 18px;
	line-height: 35px;
	border: 3px solid #6FF;

}

.section .section-header .section-title {
	font-size: 43px;
	font-weight: bold;
	margin: 0;
	line-height: 43px;
}

.section .section-header .section-title_w  {
	color:#FFF;
	font-size: 43px;
	font-weight: bold;
	margin: 0;
	line-height: 43px;
}

.section .section-header .section-subtitle {
	font-size: 36px;
	font-weight: bold;
	margin-left: -42px;
}

.section .section-header .section-title span {
	color: #3D54A1;
}

.section .section-header .section-title span2 {
	color: #E52713;
}

.section .section-header .section-title span3 {
	color: #E98000;
}

.section .section-header .section-title span4 {
	color: #FEC700;
}

.section .section-header .section-title span5 {
	color: #DBD900;
}

.section .section-header .section-title span6 {
	color: #49AD33;
}

.section .section-header .section-title span7 {
	color: #CCC;
}

.section .section-header .section-title span8 {
	color: #6FF;
}


.section .section-header .section-subtitle span {
	color: #3D54A1;
}

.section .section-header .section-subtitle span2 {
	color: #E52713;
}

.section .section-header .section-subtitle span3 {
	color: #E98000;
}

.section .section-header .section-subtitle span4 {
	color: #FEC700;
}

.section .section-header .section-subtitle span5 {
	color: #DBD900;
}

.section .section-header .section-subtitle span6 {
	color: #49AD33;
}

.section .section-header .section-subtitle span7 {
	color: #CCC;
}

.section .section-header .section-subtitle span8 {
	color: #6FF;
}


.section .section-header .section-desc {
	color: #a3a3a3; 
	font-size: 17px;
	line-height: 25px;
	margin: 0;
}
/* Section Header Nav */
.sheader-nav {
	float: right;
	padding-top: 50px;
}
.sheader-nav .icon {
	background: #E98000;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	border-radius: 2px;
	text-align: center;
	width: 36px;
	height: 36px;
	line-height: 32px;
	cursor: pointer;
}
.sheader-nav .icon:hover{
	background: #49AD33;
}

/* muster*/

.list-filters_muster {
	padding: 0;
	margin-left:-98px;
}
.list-filters_muster li {
	list-style: none;
	display: inline-block;
	margin:8px 0;
	color: #7a7a7a;
	text-transform: uppercase;
	line-height: 30px;
	cursor: pointer;
	font-size:18px;
	border-radius: 1px;
	border: 2px solid #3D54A1;
	color: #3D54A1;
	padding:6px 15px;
}
.list-filters_muster li.active {
	color: #ff9600;
	border: 2px solid #ff9600;
}
.list-filters_muster li:last-child{
	margin-right: 0;
}
.list-filters_muster li:first-child{
	margin-left: 0;
}
.section-header .list-filters_muster{
	text-align: left;
	padding-top: 30px;
}
.grid-potfolio_muster {
	padding: 0;
	margin: 0;
	width: 100%;
}
.grid-potfolio_muster .mix{
	opacity: 0;
    display: none;
}
.grid-potfolio_muster li {
	width: 14%;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
.grid-potfolio_muster .muster-item {
	padding: 1px;
	position: relative;
}
.grid-potfolio_muster .muster-item img {
	width: 100%;
}
.muster-item .muster-info {
	background: #FFF;
	width: 100%;
	padding: 10px 40px 10px 10px;
	position: absolute;
	bottom: -42px;
	left: 0;
	z-index: 788;
	display: none;
}
.muster-item .muster-info .arrow {
	color: #FFF;
	font-size: 32px;
	line-height: 24px;
	position: absolute;
	top: -16px;
	left: 50%;
	margin-left: -12px;
	width: 24px;
	text-align: center;
}

.project-info .project-title {
	font-size: 13px;
	margin: 0;
	padding: 0 8px;
	line-height: 13px;
}
.muster-info .muster-categories {
	font-size: 12px;
	color: #878787;
	line-height: 18px;
	padding: 0 8px;
}
.muster-item .img-thumb {
	position: relative;
	overflow: hidden;
}
.muster-item .mask {
	width: 100%;
	height: 100%;
	background: rgba(150,150,150,0.9);
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.muster-item .mask .icon {
	border: 1px solid #fff;
	color: #fff;
	display: block;
	width: 36px;
	height: 36px;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
}
.muster-item .mask .icon:hover {
	background: #fff;
	color: #f89912;
}
.muster-item .mask .icon-quickview {
	position: absolute;
	top: -20%;
	left: 50%;
	margin-left: -19px;
	margin-top: -19px;
}
.muster-item .mask .icon-details {
	position: absolute;
	left: 50%;
	top: 120%;
	margin-left: 2px;
	margin-top: -19px;
}
.page-nav {
	padding: 20px 0;
}
.loadmore {
	font-size: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #959595;
	cursor: pointer;
}

/*-----------------------------------------------------------------------------------*/
/*	WIDGET 
/*-----------------------------------------------------------------------------------*/
.widget {
	margin-bottom: 40px;
}
/* Widget Header */
.widget-header {
	position: relative;
	margin: 20px 0;
}
.widget-header .widget-title {
	font-size: 35px;
	font-weight: bold;
	margin: 0;
	line-height: 35px;
}
.widget-header .widget-title span {
	color: #ff9600; 
}
/*-----------------------------------------------------------------------------------*/
/*	PROFILE 
/*-----------------------------------------------------------------------------------*/
.section-about {
	background-color: #FFF;
}
/* Profile Image */
.profile-image {
	text-align: center;
	margin-bottom: 30px;
}
.profile-image img{
	max-width: 100%;
	
}
/* Biography */
.bio {
	margin-bottom: 30px;
}
.bio .header{
	border-bottom: 1px solid #dad8d9;
	padding-bottom: 20px;
	margin-bottom: 20px;
	padding-left: 74px;
	position: relative;
}
.bio .header .title {
	font-size: 25px;
	line-height: 29px;
	margin: 0;
	font-weight: bold;
}

.bio .header .sub-title {
	margin: 0;
	line-height: 25px;
	color: #a3a3a3;
	font-size: 14px;
}
.bio .header .avatar {
	width: 54px;
	height: 54px;
	position: absolute;
	left: 0;
	top: 0;
}
/* Button Readmore */
.btn-readmore {
	border-radius: 1px;
	border: 2px solid #cbcbcb;
	background: #fff;
	color: #8d8d8d;
	text-transform: uppercase;
	padding:6px 15px;
}
.btn-readmore:hover{
	border-color: #b4b4b4;
}
/* Basic Infomation */
.basic-infomation {
	margin-bottom: 30px;
}
.basic-infomation .list {
	padding: 0;
	margin: 0 0 10px;	
}
.basic-infomation .list li{
	margin: 0;
	padding: 10px 0;
	list-style: none;
	border-top: 1px solid #c2c1c2;
	position: relative;
}
.basic-infomation .list li:first-child {
	border-top: 2px solid #4f4f4f;
}
.basic-infomation .list li label {
	display: block;
	font-size: 12px;
	color: #a3a3a3;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.basic-infomation .list li .icon-s {
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 16px;
	color: #a3a3a3;
}
.basic-infomation .list li .big-text {
	font-size: 18px;
}
/* Button Status */
.btn-status {
	background: #489e1d;
	color: #fff;
	border-radius: 0;
	padding: 15px 0;
	text-transform: uppercase;
}
.btn-status:hover,.btn-status:focus {
	color: #fff;
	background: #388312;
}
/*-----------------------------------------------------------------------------------*/
/*	SECTION RESUME 
/*-----------------------------------------------------------------------------------*/
.section-resume {
	padding: 80px 0 60px;
}
.section-resume .widget-header {
	border-bottom: 1px solid #c1c1c1;
	padding: 15px 0;
	margin: 0 0 20px;
}
.section-resume .widget-header .widget-title {
	font-size: 23px;
	line-height: 23px;
	margin: 0;
}
/* Skill Graph */
.skills-graph label{
	color: #6f6f6f;
	font-weight: normal;
}
.skills-graph .progress{
	border-radius: 1px;
	margin-bottom: 10px;
	background: #dfdfdf;
}
.skills-graph .language {
	text-transform: uppercase;
	color: #7e7e7e;
}
/* Resume Accordion */
.op-accordion {
	margin: 0px 0 20px;
}
.op-accordion .panel-heading {
	border: 0 solid #afa89f;
	background: #CCC;
	padding: 15px 20px;
	border-radius: 0;
	position: relative;
}
.op-accordion .panel-heading .collapse-icon {
	position: absolute;
	font-size: 12px;
	right: 15px;
	top: 16px;
}
.op-accordion .panel-heading .panel-title {
	font-size: 19px;
	font-weight: normal;
	line-height: 24px;
	padding-right: 20px;
}

.op-accordion .panel-heading.active {
	background: #3D54A1;
	color: #CCC;
}
.op-accordion .panel {
	box-shadow: none;
	background: none;
}
.op-accordion.panel-group .panel-heading +  .panel-collapse .panel-body {
	border-top: 0;
	padding: 10px 0;
}
/* Timeline */
.timeline {
	padding: 0;
	margin: 0;
	background: url(../img/dot-op10.png) 32px 0 repeat-y;
}
.timeline .note {
	padding: 15px 0 15px 64px;
	margin: 0;
	border-bottom: 1px solid #c2c1c2;
	position: relative;
}
.timeline .note .icon {
	position: absolute;
	left: 21px;
	top: 22px;
	width: 24px;
	height: 24px;
	font-size: 20px;
	text-align: center;
	color: #666;
	line-height: 24px;
}
.timeline .note:hover .icon, .timeline .note.hover .icon{
	color: #49AD33;
}
.timeline .note:last-child {
	border-bottom: 0;
}
.note .note-header {
	margin-bottom: 10px;
}
.note .note-header .time {
	font-size: 12px;
	color: #6b6b6b;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.note .note-header .title {
	font-size: 18px;
	margin: 0;
	line-height: 24px;
}

/*-----------------------------------------------------------------------------------*/
/*	SECTION Philosophie 
/*-----------------------------------------------------------------------------------*/
.section-cv {
	background: #ACEE3E;
	font-size: 35px;
	color: #333 ;
	font-weight: bold;
}
.section-cv .gcv {
	padding: 10px 0;
}

.text {
	font-size: 16px;
	color: #333 ;
	line-height: 1.5;
	font-weight: lighter;
}

/*-----------------------------------------------------------------------------------*/
/*	SECTION Farbstoffe 
/*-----------------------------------------------------------------------------------*/
.section-services {
	border-top: 2px solid #aaa8a9;
	background-color:#3D54A1;

}
.section-services .service-item {
	text-align: center;
	padding: 20px;
	margin-bottom: 30px;
	overflow: hidden;
	color: #CCC;
}
.section-services .service-item.hover {
	background: #fff;
	border: 1px solid #a9a9a9;
	padding: 19px;
	border-radius: 3px;
	cursor: move;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	color: #333;
}
.service-item .icon-blue {
	font-size: 111px;
	line-height: 111px;
	color: #CCC;
}

.service-item .icon-red {
	font-size: 111px;
	line-height: 111px;
	color: #CCC;
}

.service-item .icon-orange {
	font-size: 111px;
	line-height: 111px;
	color: #CCC;
}

.service-item .icon-yellow {
	font-size: 111px;
	line-height: 111px;
	color: #CCC;
}

.service-item .icon-lightgreen {
	font-size: 111px;
	line-height: 111px;
	color: #CCC;
}

.service-item .icon-green {
	font-size: 111px;
	line-height: 111px;
	color: #CCC;
}

.service-item .icon-grey {
	font-size: 111px;
	line-height: 111px;
	color: #CCC;
}

.service-item .icon-white {
	font-size: 111px;
	line-height: 111px;
	color: #CCC;
}
.section-services .service-item.hover .icon-blue {
	color: #3D54A1;
}

.section-services .service-item.hover .icon-red {
	color: #E52713;
}

.section-services .service-item.hover .icon-orange {
	color: #E98000;
}

.section-services .service-item.hover .icon-yellow {
	color: #FEC700;
}

.section-services .service-item.hover .icon-lightgreen {
	color: #DBD900;
}

.section-services .service-item.hover .icon-green {
	color: #49AD33;
}

.section-services .service-item.hover .icon-grey {
	color: #CCC;
}

.section-services .service-item.hover .icon-white {
	color: #6FF;
	
}
.service-item .title {
	font-size: 15px;
	text-transform: uppercase;
	padding: 10px 0;
	color: #CCC;
}

.service-item.hover .title {
	color: #333;
}


.service-item .footer {
	font-size: 15px;
	text-transform: uppercase;
	padding: 10px 0;
}
.service-item .desc {
	margin: 10px 0 20px;
	text-align:left;
}


/* Call to action */
.call-to-action {
	border-top: 1px solid #cfcdce;
	padding: 30px 0 20px;
	font-size: 21px;
	color: #656565;
}
.call-to-action .btn {
	float: right;
}
.btn-lg-gray {
	padding: 12px 25px;
	background: #7c7c7c;
	color: #fff;
	font-size: 17px;
	border-radius: 0;
}
.btn-lg-gray:hover,.btn-lg-gray:focus {
	color: #fff;
	background: #525252;
}
/*-----------------------------------------------------------------------------------*/
/*	SECTION IMPRINT 
/*-----------------------------------------------------------------------------------*/
.section-imprint {
	padding: 80px 0 60px;
	background-color: #FFF;
}
.section-imprint .widget-header {
	padding: 15px 0;
	margin: 0 0 20px;
}
.section-imprint .widget-header .widget-title {
	font-size: 23px;
	line-height: 23px;
	margin: 0;
}
/* Resume Accordion */

.op-accordion .panel-heading.imprint {
	background-color: #FFF;
			border: 0px solid #3D54A1;
border-radius: 0;
	padding: 15px 0;
	position: relative;
}


/*-----------------------------------------------------------------------------------*/
/*	SECTION PRICING
/*-----------------------------------------------------------------------------------*/
.section-pricing-plans {
	background: #e5e5e3 url(../img/sbg-tp.jpg);	
}
.plan-container {
	margin-bottom: 30px;
}
.plan-table {
	text-align: center;
	margin-bottom: 30px;
}
.plan-table .plan-header {
	background: #2c2c2b;
	color: #fff;
	padding: 20px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	position: relative;
}
.plan-table .plan-header .icon-arrow {
	color: #ececec;
	font-size: 32px;
	position: absolute;
	left: 50%;
	bottom: -4px;
	width: 32px;
	height: 32px;
	display: block;
	text-align: center;
	margin-left: -16px;
}
.plan-table .plan-header .plan-title {
	font-size: 17px;
	margin: 0;
	text-transform: uppercase;
}
.plan-table .price-range {
	padding: 10px 20px 15px;
	background: #ececec;
	font-size: 50px;
	font-weight: bold;
	line-height: 1.2;
}
.plan-table .price-range sup {
	font-size: 24px;
}
.plan-table .price-range .sub {
	font-size: 11px;
	text-transform: uppercase;
	display: block;
}
.plan-table .plan-option {
	background: #fff;
	margin: 0;
	padding: 0;
}
.plan-table .plan-option li {
	list-style: none;
	margin: 0;
	padding: 15px 20px;
	border-bottom: 1px solid #e9e9e9;
	text-transform: uppercase;
	font-size: 12px;
}
.plan-table .plan-footer {
	padding: 10px;
	background: #f2f2f2;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom: 1px solid #d8d8d8;
}
.btn-purchase {
	color: #fff;
	background: #515151;
	border-radius:2px;
	padding: 10px 0;
}
a:hover .btn-purchase, .btn-purchase:hover {
	color: #fff;
	background: #404040;
}

.plan-table.green .plan-header {
	background: #6eb838;
}
.plan-table.blue .plan-header {
	background: #2188b8;
}
.plan-table.orange .plan-header {
	background: #ff7800;
}
.plan-table.red .plan-header {
	background: #be200a;
}
/*-----------------------------------------------------------------------------------*/
/*	SECTION FACTS 
/*-----------------------------------------------------------------------------------*/
.section-facts {
	color: #fff;
	background-size: cover;
	height: 200px;
}

.pfood {
	background: #282828 url(../img/panafood.jpg) 50% 50% no-repeat fixed;
}

.plake{
	background: #282828 url(../img/panalake.jpg) 50% 50% no-repeat fixed;
}
	
	
.pcare{
	background: #282828 url(../img/panacare.jpg) 50% 50% no-repeat fixed;
}
	
.pplast {
	background: #282828 url(../img/panaplast.jpg) 50% 50% no-repeat fixed;
}

.pgen{
	background: #282828 url(../img/panagen.jpg) 50% 50% no-repeat fixed;
}
	
.pwood{
	background: #282828 url(../img/panawood.jpg) 50% 50% no-repeat fixed;
}
	
	
.pink{
	background: #282828 url(../img/panaink.jpg) 50% 50% no-repeat fixed;
}

.pcham{
	background: #282828 url(../img/panacham.jpg) 50% 50% no-repeat fixed;
}

.pphor{
	background: #282828 url(../img/panaphor.jpg) 50% 50% no-repeat fixed;
}
	
	
.section-facts .section-header {
	padding-left: 0;
	padding-top: 15px;
	margin-top:15px;
}
.fact {
	text-align: center;
	padding: 15px 0;
}
.fact .number{
	font-size: 100px;
	line-height: 1;
	color: #ff9600;
	display: block;
}
.fact .title{
	font-size: 23px;
	line-height: 1.4;
	color: #fff;
	text-transform: uppercase;
	display: block;
}
/*-----------------------------------------------------------------------------------*/
/*	SECTION PORTFOLIO
/*-----------------------------------------------------------------------------------*/
.list-filters {
	padding: 0;
}
.list-filters li {
	list-style: none;
	display: block;
	margin:6px 0;
	color: #7a7a7a;
	text-transform: uppercase;
	line-height: 18px;
	cursor: pointer;
	font-size:15px;
	border-radius: 1px;
	border: 2px solid #3D54A1;
	color: #3D54A1;
	padding: 4px 5px;
}
.list-filters li.active {
	color: #ff9600;
	border: 2px solid #ff9600;
}
.list-filters li:last-child{
	margin-right: 0;
}
.list-filters li:first-child{
	margin-left: 0;
}
.section-header .list-filters{
	text-align: left;
	padding-top: 30px;
}
.grid-potfolio {
	padding: 40px;
	margin: 0;
}
.grid-potfolio .mix{
	opacity: 0;
    display: none;
}
.grid-potfolio li {
	width: 32%;
	list-style: none;
	padding: 0;
	margin: 0;
}
.grid-potfolio .project-item {
	padding: 22px;
	position: relative;
}

.grid-potfolio .project-item img {
	width: 100%;
}
.project-item .project-info {
	background: #FFF;
	width: 80%;
	padding: 10px 40px 10px 10px;
	margin-left: 22px; 
	position: absolute;
	bottom: -12px;
	left: 0;
	z-index: 788;
	display: none;
}
.project-item .project-info .arrow {
	color: #FFF;
	font-size: 32px;
	line-height: 24px;
	position: absolute;
	top: -16px;
	left: 50%;
	margin-left: -12px;
	width: 24px;
	text-align: center;
}
.project-item .project-info .likes {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #666;
}
.project-item .likes .fa-heart-o {
	color: #f0930f;
}
.project-info .project-title {
	font-size: 13px;
	margin: 0;
	padding: 0 8px;
	line-height: 15px;
}
.project-info .project-categories {
	font-size: 11px;
	color: #878787;
	line-height: 18px;
	padding: 0 8px;
}
.project-item .img-thumb {
	position: relative;
	overflow: hidden;
}
.project-item .mask {
	width: 100%;
	height: 100%;
	background: rgba(150,150,150,0.9);
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.project-item .mask .icon {
	border: 1px solid #fff;
	color: #fff;
	display: block;
	width: 36px;
	height: 36px;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
}
.project-item .mask .icon:hover {
	background: #fff;
	color: #3D54A1;
}
.project-item .mask .icon-quickview {
	position: absolute;
	top: -20%;
	left: 50%;
	margin-left: -19px;
	margin-top: -19px;
}
.project-item .mask .icon-details {
	position: absolute;
	left: 50%;
	top: 120%;
	margin-left: 2px;
	margin-top: -19px;
}
.page-nav {
	padding: 20px 0;
}
.loadmore {
	font-size: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #959595;
	cursor: pointer;
}

/*-----------------------------------------------------------------------------------*/
/*	SECTION TESTIMONIALS 
/*-----------------------------------------------------------------------------------*/
.section-testimonials {
	background: #282828 url(../img/sbg1.jpg) 50% 50% no-repeat fixed;
	color: #fff;
	background-size: cover;
}
.section-testimonials .icon-nav {
	width: 64px;
	height: 64px;
	font-size: 32px;
	color: rgba(255,255,255,0.3);
	text-align: center;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -32px;
	cursor: pointer;
	z-index: 300;
}
.section-testimonials .icon-nav:hover {
	color: #fff;
}
.section-testimonials .icon-nav.prev{
	left: 0;
}
.section-testimonials .icon-nav.next{
	right: 0;
}
.customer-testimonial{
	text-align: center;
	border: 0;
	padding: 0 60px;
	cursor: move;
}
.customer-testimonial .logo {
	padding: 15px 0;
}
.customer-testimonial .logo img {
	max-width: 100%;
}
.customer-testimonial .line {
	height: 2px;
	background: #fff;
	margin: 0 47%;
}
.customer-testimonial p {
	font-size: 31px;
	margin: 15px 0;
}
.customer-testimonial .author{
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #333;
}


/*-----------------------------------------------------------------------------------*/
/*	SECTION Produkte Qualität
/*-----------------------------------------------------------------------------------*/
.section-agb {
	padding-top: 120px;
}

.section-produkte {
	background: #FFF;
}

.entry {
	margin-bottom: 30px;
	margin-top: -30px;
}
.entry .feature-image-area {
	margin-bottom: 15px;
	position: relative;
}
.entry .feature-image-area .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/mask-bg.png) 0 bottom repeat-x;
}
.entry .feature-image-area .feature-image {
	width: 100%;
	max-width: 100%;
}
.entry .feature-image-area .calendar {
	position: absolute;
	border: 3px solid #fff;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 15px;
	top: 15px;
}
.entry .feature-image-area .calendar .day {
	font-size: 24px;
	display: block;
	line-height: 28px;
	font-weight: bold;
}
.entry .feature-image-area .calendar .month {
	font-size: 12px;
	display: block;
	line-height: 1;
	text-transform: uppercase;
}
.entry .feature-image-area .entry-meta {
	position: absolute;
	right: 15px;
	bottom: 15px;
	color: #fff;
	font-size: 13px;
}
.entry .entry-header {
	padding: 10px 0 15px;
}
.entry .entry-header .entry-title {
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1.4;
	margin: 0;
}
.entry .entry-header .entry-title a {
	color: #333;
}
.entry .entry-header .entry-title a:hover {
	color: #000;
}
.entry .entry-short-desc {
	margin: 0 0 15px 0;
}

/*-----------------------------------------------------------------------------------*/
/*	SECTION TWITTER 
/*-----------------------------------------------------------------------------------*/
.section-twitter {
	border-top: 1px solid #dad8d9;
}
.twitter-wrap {
	position: relative;
}
.twitter-wrap .icon {
	background: #d4d4d4;
	color: #fff;
	font-size: 14px;
	display: block;
	border-radius: 2px;
	text-align: center;
	width: 32px;
	height: 32px;
	line-height: 32px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	cursor: pointer;
	z-index: 650;
}
.twitter-wrap .icon:hover{
	background: #aeaeae;
}
.twitter-wrap .icon.prev {
	left: 0;	
}
.twitter-wrap .icon.next {
	right: 0;	
}
.list-tweets {
	margin: 0;
	padding: 0 40px;
}
.list-tweets li {
	text-align: center;
	list-style: none;
	font-size: 18px;
	line-height: 32px;
}
.list-tweets .fa-twitter {
	color: #59c7e3;
}
/*-----------------------------------------------------------------------------------*/
/*	SECTION CONTACT 
/*-----------------------------------------------------------------------------------*/
.section-contact {
	background: #e8e8e8 url(../img/contact-bg.jpg) 50% 50% no-repeat;
	color: #4f4f4f;
	position: relative;
}
.g-contact-info {
	border-top: 1px solid #b1b1b1;
	padding: 20px 0;
}
.g-contact-info dl {
	padding: 0;
	margin: 0;
}
.g-contact-info dl dt {
	font-size: 12px;
	color: #9e9e9e;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.social-networks {
	padding: 20px 0;
	border-top: 1px solid #b2b2b2;
}
.social-networks .social-icon {
	width: 48px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	display: inline-block;
	margin-right: 4px;
	background: #a2a2a2;
	color: #fff;
	font-size: 24px;
	overflow: hidden;
}
.social-icon:hover {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.social-icon.facebook:hover {
	background: #3b5998;
}
.social-icon.twitter:hover {
	background: #55acee;
}
.social-icon.gplus:hover {
	background: #c84732;
}
.social-icon.rss:hover {
	background: #ff9600;
}
/* Form */
.op-frm .form-group {
	margin-bottom: 25px;
}
.op-frm .form-control{
	border: 1px solid #b9b9b9;
	border-radius: 0;
}
.op-frm .form-control:focus {
	border-color: #969696;
	box-shadow: none;
}
.op-frm .btn {
	box-shadow: none;
	border-radius: 0;
}
.op-frm .btn-send {
	background: #ff9600;
	color: #fff;
	border: 1px solid #de6800;
}
#map-collapse {
	padding: 5px 0;
	width: 100%;
	text-align: center;
	display: block;
	background: #bfbfbf;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	text-transform: uppercase;
}
.section-contact #map-collapse {
	position: absolute;
	bottom: 0;
	left: 0;
}
#full-map {
	width: 100%;
	height: 0;
	margin-top: 40px;
	overflow: hidden;
}
#full-map iframe {
	width: 100% !important;
	border: 0 !important;
}
.section #full-map{
	margin-bottom: -30px;
}

/*-----------------------------------------------------------------------------------*/
/*	FOOTER 
/*-----------------------------------------------------------------------------------*/
.section-copyright {
	background: #3f3f3f;
	color: #7e7e7e;
	padding: 25px 0;
}
.copyright-text {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.copyright-text .site-text {
	font-size: 31px;
	line-height: 32px;
	color: #fff;
	margin-right: 30px;
	text-transform: lowercase;
	letter-spacing: 0;
}
#back-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

#back-top a {
	width: 48px;
	height: 48px;
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 48px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ccc;
	background: #333;
	border-radius: 3px;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#back-top a:hover {
	color: #fff;
}

#language {
	position: fixed;
	top: 90px;
	right: 16px;
	z-index: 999;
	width: 60px;
	height: 26px;
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 26px;
	text-transform: uppercase;
	text-decoration: none;
	color: #333;
	background: #f90;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}


/*-----------------------------------------------------------------------------------*/
/*	CUSTOM RESPONDSIVE 
/*-----------------------------------------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1199px) {
	.btn-status {
		font-size: 11px;
	}  
}

@media (max-width: 991px) {
	.all {
		margin-left: 64px;
	}
	#header {
		margin-left: 32px;
		height: 90px;
	}
	#header .site {
		line-height: 90px;
		font-size: 37px;
	}
	.slide-image-background .gtext {
		top: 35%;
	}
	.slide-image-background .gtext .title {
		font-size: 35px;
	}
	.slide-image-background .gtext .small-title {
		font-size: 17px;
	}
	.section {
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	}
	.section .section-header {
		margin: 20px 0 30px;
	}
	.skills-graph .language {
		border-bottom: 1px solid #dad8d9;
		padding-bottom: 10px;
	}
	.sheader-nav {
		display: none;
	}
	.section-header .list-filters {
		text-align: left;
	}
	.call-to-action {
		text-align: center;
	}
	.call-to-action .btn {
		float: none;
		margin: 20px auto;
	}
	.grid-potfolio li {
		width: 50%;
	}
}

@media (max-width: 767px) {  
	body {
		font-size: 13px;
	}
	#header {
		margin-left: 0;
		position: relative;
		background: #F4F5F9;
	}
	.section .section-header {
		padding-left: 0;
	}
	.section .section-header .section-icon {
		display: none;
	}
	
	.section .section-header .section-icon-white {
		display: none;
	}
	
	.section .section-header .section-subtitle {
	margin-left: 0;
}
	
	.section .section-header .section-subicon {
	display: none;
	}
	.section .section-header .section-subicon-lightgreen{
	display: none;
	}
	.section .section-header .section-subicon-blue{
	display: none;
	}
	
	.section .section-header .section-subicon-red {
	display: none;
	}
	.section .section-header .section-subicon-orange {
	display: none;
	}
	.section .section-header .section-subicon-yellow {
	display: none;
	}
	.section .section-header .section-subicon-grey {
	display: none;
	}
	
	.section .section-header .section-subicon-white {
	display: none;
	}
	
	#language {
	position: absolute;
		}
	
	.section-slider {
		display: none;
	}
	.grid-potfolio li {
		width: 100%;
	}
	.customer-testimonial {
		padding: 0 30px;
	}
	.section-testimonials .icon-nav {
		font-size: 24px;
	}
	.customer-testimonial p {
		font-size: 18px;
	}
	.twitter-wrap .icon{
		display: none;
	}
	.list-tweets {
		padding: 0;
	}
	.list-tweets .fa-twitter {
		display: block;
		margin-bottom: 10px;
	}
	.copyright-text {
		text-align: center;
	}
	.copyright-text .site-text {
		margin: 0;
		display: block;
		margin-bottom: 10px;
	}
}

@media (max-width: 480px) {
	.all {
		margin-left: 48px;
  	}
  	#vnav {
  		width: 48px;
  	}
  	#vnav ul li{
  		line-height: 48px;
  		font-size: 16px;
  	}
  
}
