@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src: url('../fonts/codropsicons/codropsicons.eot');
	src: url('../fonts/codropsicons/codropsicons.eot?#iefix')
		format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons')
		format('svg');
}

/* MISC */
.clear {
        clear: both;
}

.hidden {
        position: absolute;
        clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
        clip: rect(1px, 1px, 1px, 1px);
}

body {
	color: #000000;
	font-family: 'Lato', Arial, sans-serif;
}

a, a:focus {
	outline: none;
}

.link {
	color: #005a9d;
	text-decoration: none;
}

.link:hover{
	color: #8000ff;
}

.erc-header {
	/* 	position: relative;
	margin: 0 auto;
	max-width: 60%;
	text-align: center; */
	position: relative;
	width: auto;
	max-width: 100%;
	height: 6em;
	min-height: 2em;
	/* margin: 0 auto 3em;  */
	/* 	padding: 5px;   */
	padding-left: 5px;
	text-align: center;
	background: #ffffff;
	color: green;
}

.erc-header h1 {
	margin: 0;
	font-weight: 300;
	font-size: 2.625em;
	line-height: 1.3;
	color: green;
}

.erc-header a {
	outline: none;
	color: #0094ff;
	text-decoration: none;
	opacity: 1;
	cursor: pointer;
}

.erc-header a:hover, .erc-header a:focus {
	opacity: 0.7;
}

.erc-header h1 {
	margin: 0;
	font-weight: 300;
	font-size: 2.625em;
	line-height: 1.3;
}

.erc-header h1 span {
	display: block;
	padding: 0.4em 1em 1em;
	font-size: 60%;
}

.Logo {
	height: 80px;
	margin-top: 0.4em;
	margin-left: 5em;
	position: absolute;
	border-width: 0px;
    left: 25px; 
	top: 15px;
}

.Philips-Logo {
	height: 80px;
	margin-top: 0.4em;
	margin-left: 5em;
	position: absolute;
	border-width: 0px;
    left: 25px; 
}

.KeyFactorBild {
	height: 300px;
	margin-top: 0em;
	margin-left: 0em;
	border-width: 0px;
}

.SpracheWaehlen {
    position: absolute;
	top: 5px;
	height: 70px;
	width: 550px;
	float: right;
    right: 20px;
    padding-right: 10px;
}

.Container_1 {
	clear: both;
	
    height: auto;
    background-color: #0094ff;
    
    display: flex;
	flex-wrap: wrap;
/*     align-items: center; */
/*     justify-content: center;   */

    padding-left: 1em; 
   	padding-right: 1em;
    }

 .Container_1 > h1 {
 	    width:auto;
      	max-width:1500px;
      	margin:0 auto;
		padding-top: 20px;
		padding-bottom: 20px;
        font-family: 'Open Sans', sans-serif;
        color:#fff;
        width:100%;
        display:flex;
        color: #fff;
 }   
    
.Container_2 {
	clear: both;
    height: auto;
    background-color: white;
    display: flex;
/*     align-items: center; */
/*     justify-content: center;   */
    padding-left: 1em; 
   	padding-right: 1em;
    }
    
.Container_2 > h1 {
 	    width:auto;
      	max-width:1500px;
      	margin:0 auto;
		padding-top: 20px;
		padding-bottom: 20px;
        font-family: 'Open Sans', sans-serif;
		color: #6959cd;
        width:100%;
        display:flex;
        padding-left: 0.5em; 
       
 }   

.SpracheWaehlen p {
	text-align: right;
	}

.Ueberschrift1Gross {
    font-family: Calibri; 
    font-size: 35px; 
    text-shadow: 0.1em 0.5em 0.5em black; 
    text-align: left;
} 

.BildKastenHersteller {
    background-color: #fff;
    padding-top: 15px; 
    text-align: center;  
    height: 280px;
 	margin-left: 2em;
	margin-top: 2em;
    border-radius: 15px;
    -webkit-box-shadow: 4px 6px 101px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 6px 101px 0px rgba(0,0,0,0.75);
    box-shadow: 4px 6px 101px 0px rgba(0,0,0,0.75);  
}


/* FOUR COLUMNS */
.four_columns, .text_columns {
      clear:both;
      line-height:25px; 
      height: auto;
      
      font-family: 'Open Sans', sans-serif;
      width: auto;
      /* max-width:auto; */
      /*  margin: auto;  */
      margin-left: auto;
	  margin-right: auto; 
      padding:10px 0 45px 0;
}

 .four_columns article {
      float:left;
      width:250px;
      margin-right:10px;
      font-size:14px;
}
/*
.four_columns article p {
      line-height: 25px;
      font-family: 'Open Sans', sans-serif;
      margin-left: 15px;
}

.four_columns h2, #text_columns h3 {
      font-family: 'Open Sans', sans-serif;
      font-size:20px;
      border-bottom: 1px solid #D6D0C1;
      padding: 3px 0;
      margin-bottom: 3px;
      margin-left: 15px;
}

.four_columns .img-item {
      float:left;
      margin-right: 10px;
      margin-left: 15px;
}
 */
/* .four_columns .img-item a {
      position:relative;
      display:block;
}  */
/* FOUR COLUMNS END */

/* 3 COLUMNS */
#boxcontent {
      width:auto;
      max-width:1500px;
      /*margin:0 auto;*/
	  margin-left: 100px;
      padding:10px 0 45px 0;
} 

#boxcontent article {
      float:left;
/*      width:450px;*/
      width:auto;
      margin-right:15px;
      font-size:14px;
      /* border-left: green 2px solid; */
      padding-right: 0.5em;
      margin-top: 1em;
}

#boxcontent article.box-shadow {
      float:left;
      /*width:450px;*/
      margin-right:15px;
      font-size:14px;
      /* border-left: green 2px solid; */
      padding-right: 0.5em;
      margin-top: 1em;
		-webkit-box-shadow: -14px 0px 8px -16px rgba(0,0,0,0.36); 
				box-shadow: -14px 0px 8px -16px rgba(0,0,0,0.36);
				border-radius: 25px; 
}

#boxcontent article h3 {
      font-family: 'Open Sans', sans-serif;
      font-size:20px;
      color: #1874CD;
      margin-bottom:10px;
      margin-left:15px;
}

#boxcontent article img {
      float:left;
}

#boxcontent article p {
      line-height: 25px;
      font-family: 'Open Sans', sans-serif;
      margin-left: 15px;
}

#boxcontent article ul {
      line-height: 25px;
      font-family: 'Open Sans', sans-serif;
      margin-left: 15px;
}


/* FOOTER */
footer {
        clear:both; 
        width:auto;
        background:#333333;
        padding-left: 0px; 
    	padding-right: 0px; 
    	margin-bottom: 1.5em;
}

#fuß {
	    width:auto;
      	max-width:1500px;
      	margin:0 auto;
		padding-top: 20px;
		padding-bottom: 20px;
    	padding-left: 1em; 
    	padding-right: 1em;
/*     	margin-left: 10em; */
        font-family: 'Open Sans', sans-serif;
        color:#fff;
        width:100%;
        height:auto;
        display:flex;
		flex-wrap: wrap;
		vertical-align: bottom;
}

#fuß > article {
  vertical-align: bottom;
}
 
#fuß > article:nth-child(1) {
  width:50%; 
  vertical-align: bottom;
}
 
#fuß > article:nth-child(2) {
  width:50%;
  text-align: right;
}

#fußbalken {
	float: right; 
	padding-top: 1.5em; 
	padding-left: 2em; 
	margin-right: 2em;
	
}

#Isobild {
    text-align: right;
}

#copyright {
    background: #1D1D1D;
    height:auto;
    width:100%;
/* 	margin-top: 80px; */
	padding-bottom: 20px;
    padding-left: 15px; 
    padding-right: 15px;
    font-family: 'Open Sans', sans-serif;
    padding-top:25px;
    color: #5e5e5e;
    font-size:14px;
    display:flex;
	flex-wrap: wrap;
	vertical-align: bottom;
}

#copyright > article {
  vertical-align: bottom;
}
 
#copyright > article:nth-child(1) {
  width:50%;
   vertical-align: bottom;
   padding-top: 2em;
}
 
#copyright > article:nth-child(2) {
  width:50%;
  text-align: right;
}
   
/* Service Flexibitität Koninuität Qualität */
.S, .F, .K, .Q {
font-size: 30pt;	
margin-right: -5px;
margin-top: -15px;
}

.S {
color: #50075F;
/* text-shadow: 1px 1px white, -1px -1px #333 */
}

.F {
color: #640503;
}
.K {
color: #1E3278;
}
.Q {
color: #055003;
}


.KeyFactor {
	margin-top: 5px;
	font-size: 12pt;
	color: white;
}


/*Auffaltmenü START */
.NAV_Profil {
   	box-sizing: border-box; 
  	float: right;
/*   width: 100%; */
    background: #005a9d;
  	border-radius: 4px;
	box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
  	font-size: 16px;
}
.NAV_Profil ul {
  margin: 0;
  padding: 0;
}
 
.NAV_Profil a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.NAV_Profil ul li {
  position: relative;
  float: right; 
  list-style: none;
}
 
/* .NAV_Profil ul li:hover {
  background: #4096ee;
} */
 
.NAV_Profil ul li a {
 	padding: 20px; 
}

.Nav_Profil_a{
	color: black;
}

.NAV_Profil ul li h1 {
    padding-top: 0.3em;
    padding-left: 0.4em;
    padding-right: 0.4em;
	padding-bottom: 0.0em;
    text-align: left;
    font-size: 20pt;
    color: black;
}

.NAV_Profil ul li p {
    padding-top: 0.1em;
    padding-left: 0.7em;
    padding-right: 0.7em;
    padding-bottom: 0.0em;
    color: black;
    text-align: left;
}

.NAV_Profil ul ul {
  position: absolute;
  top: -9999px;
  right: 9999px;
  background: #ffffff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
  z-index: 1;
}
 
.NAV_Profil ul ul li {
  float: right; 
  width: 500px;
  border-bottom: 1px solid #555;
}
 
.NAV_Profil ul ul li a {
  padding: 10px 20px;
}
.NAV_Profil ul li:hover > ul {
  top: 100%;
  right: 0; 

}
.NAV_Profil ul ul li:hover > ul {
  top: 0;
  left: 200px; 
}

.NAV_Profil ul li.submenu > a:after {
  position: relative;
  float: right;
  content: '';
  margin-left: 10px;
  margin-top: 5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  border-bottom: 5px solid transparent;
}

.NAV_Profil ul ul li.submenu a:after {
  margin-left: auto;
  margin-right: -10px;
  border-left: 5px solid #fff;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.NAV_Profil ul ul li:last-child {
  border-bottom: none;
}
/* Aufklappmenü ENDE */


.codrops-links {
	margin: 0;
}

.codrops-links a {
	display: inline-block;
	margin: 0 0.6em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 75%;
}

.codrops-icon:before {
	margin: 0 4px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'codropsicons';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

/* Demo Buttons Style */
/* .codrops-demos {
	padding: 2em 0 3em;
}

.codrops-demos a {
	display: inline-block;
	margin: 0.5em;
	padding: 0.7em 1.1em;
	outline: none;
	border: 3px solid rgba(0,0,0,0.3);
	color: rgba(0,0,0,0.3);
	text-decoration: none;
	font-weight: 700;
	opacity: 1;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover,
.codrops-demos a:focus {
	border-color: #fff;
	color: #fff;
} */

/* Related demos */
.codrops-related {
	padding-bottom: 2em;
	color: rgba(0, 0, 0, 0.4);
}

.codrops-related a {
	display: inline-block;
	margin-top: 0.5em;
}

/*Buttons*/
/*ButtonWeiss*/
.myButtonWeiss {
	-moz-box-shadow:inset 0px -3px 7px 0px #ffffff;
	-webkit-box-shadow:inset 0px -3px 7px 0px #ffffff;
	box-shadow:inset 0px -3px 7px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	padding:9px 23px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.myButtonWeiss:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}
.myButtonWeiss:active {
	position:relative;
	top:1px;
}

/*ButtonGruen*/
.myButtonGruen {
	-moz-box-shadow:inset 0px -3px 7px 0px #a4e271;
	-webkit-box-shadow:inset 0px -3px 7px 0px #a4e271;
	box-shadow:inset 0px -3px 7px 0px #a4e271;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
	background:-moz-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-o-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-ms-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809',GradientType=0);
	background-color:#89c403;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #74b807;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Calibri;
	font-size:15px;
	padding:9px 23px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528009;
}
.myButtonGruen:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
	background:-moz-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-o-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-ms-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403',GradientType=0);
	background-color:#77a809;
}
.myButtonGruen:active {
	position:relative;
	top:1px;
}
