@import url('https://fonts.googleapis.com/css?family=Raleway');
body {
	font-family: Raleway;
	margin: 0;
	width: 100%;
	height: 100%;
}

h1 {
    text-transform: uppercase;
    line-height: 36px;
    letter-spacing: 0px;
    font-weight: 600;
    color: #222222;
    font-size: 24px;
}

h5 {
	color: #006293;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 22px;
}

p {
	font-size: 13px;
	color: #222222;
}

a {
	text-decoration: none;
}

.wrBold {
	font-weight: bold;
}

h1.headline {
    line-height: 30px;
    font-size: 24px;
	color: #006293;
}

#header {
	height: auto;
	position: sticky;
	position: -webkit-sticky;
	top: 0px;
	left: 0px;
	right: 0px;
	border-bottom: 1px solid #8e8e8e;
	background-color: #FFFFFF;
	z-index: 5;
}

#header::after {
    background: url(/imgs/shadow1.png) no-repeat center top;
    content: "";
    display: block;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 42px;
    position: absolute;
}

#languageBar {
	height: 31px;
	background-color: #f8f8f8;
	border-bottom: 1px solid #ebebeb;
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
}

#flags {
	float: right;
    padding-right: 100px;
	padding-top: 5px;
}

#slider {
	position: absolute;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-image: url('./imgs/slide1.jpg');
	background-size: cover;
	margin-top: -400px;
}

#sliderImg {
	width: 100%;
	margin-top: -400px;
}

#welcomeMsg {
	text-align: center;
	white-space: nowrap;
	color: rgb(34, 34, 34);
	padding-top: 45%;
	visibility: inherit;
	transition: none 0s ease 0s;
	line-height: 60px;
	border-width: 0px;
	letter-spacing: 0px;
	font-weight: 700;
	font-size: 70px;
}

#welcomeMsg2 {
	text-align: center;
	min-width: 900px;
	max-width: 900px;
	white-space: normal;
	color: rgb(34, 34, 34);
	padding: 5px 10px;
	visibility: inherit;
	transition: none 0s ease 0s;
	line-height: 35px;
	border-width: 0px;
	margin: auto;
	letter-spacing: 0px;
	font-weight: 400;
	font-size: 30px;
}

#content {
	position: absolute;
	top: 700px;
	left: 0px;
	right: 0px;
	z-index: 1;
	background: #FFFFFF;
	min-height: 450px;
	text-align: center;
}

.innerContent {
	margin: auto;
	width: 60%;
	padding-bottom: 30px;
	padding-top: 30px;
	display: flow-root;
}

#grayContent {
	margin: auto;
	width: 100%;
	background: #E8E8E8;
}

#grayInnerContent {
	width: 40%;
	margin: auto;
}

#overViewTable {
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

.linkBox {
	color: #08c;
	border: #08c 2px solid;
	display: block;
	margin: auto;
	padding: 5px;
}

.linkBox:hover {
	color: #FFFFFF;
	background: #08c;
}

#blueBar {
	background: #D6E8F9;
	width: 100%;
	display:flex;
}

#blueBarContent {
	width: 50%;
	margin: auto;
}

.trenner {
    width: 20px;
    height: 3px;
    background: #222222;
    margin-bottom: 40px;
    left: 50%;
    margin-left: -10px;
    position: relative;
    float: left;
}

.trenner2 {
    width: 40px;
    height: 3px;
    background: #006293;
    position: relative;
    float: left;
}

.moddedH1 {
	text-align: left;
	text-transform: uppercase;
	line-height: 34px;
	font-weight: 600;
	color: #323232;
	font-size: 14px;
}

#employeeSlider {
    content: "";
    display: table;
    clear: both;
	width: 100%;
}

.employeeImgDiv {
	float: left;
	width: 25%;
}

.employeeImgDivImg {
	height: 500px;
}

#contactFormDiv {
	background: #006293;
	padding-top: 25px;
	padding-bottom: 25px;
	display: flow-root;
}

#contactFormLinkDiv {
}

.contactFormLink {
	border: 2px solid #FFFFFF;
	padding: 20px;
	color: #FFFFFF;
	text-decoration: none;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	display: block;
	max-width: 25%; 
	width: 350px;
	display: inline-table;
	margin: 30px;
}
.contactFormLink:hover {
	border: 2px solid #FFFFFF;
	padding: 20px;
	background: #FFFFFF;
	text-decoration: none;
	color: #006293;
}

#toggleLink {
	font-size: 16px;
}

#toggleLinkList {
	text-align: left;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
}

.toggleContainer {
	padding-top: 20px;
	padding-bottom: 20px;
}

.toggleLink {
	font-weight: 500;
	color: #545454;
	font-size: 16px;
	position: relative;
    padding: 15px 55px;
	text-decoration: none;
}

.toggleLinkDesc {
	padding-left: 55px;
}

.toggleLink::before {
	background-image: url(./imgs/plus.png);
	background-position: center center;
	content: "+";
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 5px;
	text-align: center;
	background-color: #fff;
	border: 2px solid #ebebeb;
	color: #ccc;
	font-size: 16px;
	width: 40px;
	line-height: 40px;
	height: 40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.toggleLink a {
}

#lightBlueContainer {
	background-color: #006293;
}


#footer {
	width: 60%;
	margin: auto;
	color: #ffffff;
	line-height: 20px;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	padding-top: 25px;
	padding-bottom: 25px;
	display: flex;
	font-family: Raleway;
}

#footer a {
	color: #b5b5b5;
	text-decoration: none;
}

#footer .footerContainer {
	height: 100%;
	width: 25%;
	float: left;
	text-align: left;
	padding: 10px;
}

#contactFormDivFooter {
	padding-top: 25px;
}

#contactFormDivFooter a {
	color: #FFFFFF;
	border: 3px solid #FFFFFF;
	padding: 7px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

#contactFormDivFooter a:hover {
	background: #FFFFFF;
	color: #006293;
}

#contactFormLinkFooter {
    color: #FFFFFF;
    padding: 6px 16px;
    font-size: 13px;
    line-height: 20px;
	display: block;
	
}

#impressumContent {
	float: right;
	font-size: 13px;
}

#impressumContent a {
	text-decoration: none;
	color: #b5b5b5;
}




.odometer {
	font-size: 24px;
	font-family: Raleway;
}

#weAreStartPage {
	text-align: left;
	list-style: none;
}

.simple {
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
}

#weAreStartPage li:before {
	content: "• ";
	font-size: 48px;
	color: rgb(47, 162, 239);
}


#employeeHeadDiv {
	margin-top: 40px;
	margin-bottom: 40px;
	background: #006293;
}

#employeeHeadDivInner {
	text-align: center;
	padding-top: 35px;
	padding-bottom: 30px;
	color: #FFFFFF;
}

.employee-image-div {
	position: relative;
}

.employee-image {
  display: block;
  width: 100%;
  height: auto;
}

.employee-image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.3);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.employee-image-div:hover .employee-image-overlay {
  height: 100%;
}

.employee-image-overlay-text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.employee-image-overlay-text a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.employee-image-overlay-text-name {
	font-size: 24px;
	font-weight: bold;
}
.employee-image-overlay-text-dept {
	font-size: 20px;
}
.employee-image-overlay-text-mail {
	font-size: 20px;
}
.employee-image-overlay-text-phone {
	font-size: 20px;
}

.prodTableDiv {
	padding-top: 50px;
	margin: auto;
	width: 70%;
	display: flow-root;
	padding-bottom: 100px;
}

.productTable {
	border-collapse: collapse;
	width: 70%;
	float: left;
}

.productTable tr:nth-child(odd) {background-color: #F7F7F7}
.productTable tr:nth-child(even) {background-color: #FFFFFF}

.productTable tr td {
	text-align: center;
	border: 1px solid #ccc !important;
	line-height: 22px;
	font-size: 13px !important;
}

.prodImg {
	max-height: 100px;
	max-width: 100px;
}

#sidebar {
	max-width: 20%;
	margin: auto;
	float: right;
}

.sidebarHint {
    font-size: large;
    font-style: italic;
}

.sidebarContactsHead {
	border-left: 4px solid #006293;
	text-transform: uppercase;
    line-height: 20px;
    font-weight: 600;
    color: #222222;
    font-size: 13px;
	padding-left: 20px;
	margin-top: 40px;
}

.sidebarContactsImage {
	margin-top: 40px;
}

.sidebarContactsImage img {
	max-width: 280px;
}

.sidebarContactsName {
	color: #006293;
	line-height: 22px;
	font-size: 14px;
}

.sidebarContactsPosition {
	color: #006293;
	line-height: 22px;
	font-size: 13px;
}

.sidebarContactsTel {
	line-height: 22px;
	font-size: 13px;
	margin-top: 5px;
}

.sidebarContactsMail {
	line-height: 22px;
	font-size: 13px;
}

.sidebarContactsMail a{
	color: #000;
}

.prodTableHead td {
	font-weight: bold;
}