body {
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif !important;
  color:#4b4b4a;
}

h1,h2 {
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif !important;
  font-weight: 700;
  text-transform: uppercase;
}
h1 {  
  font-size: 25px;
  color: #52a364;
  margin-bottom: 25px;
}
h2 {
  font-size: 20px !important;
  line-height: 25px;
  margin-top: 20px;
  margin-bottom: 10px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}

.table {
    margin: 0 auto;
    width: 80%;
}

.langmenu{
  padding-top:10px !important;
  padding-left:15px !important;
}

a:link {
  color:#cccccc;
}

.nav a {
  color: #009999 !important;
  transition: all 700ms ease 0s;
}

section {
  padding-top: 100px;
  padding-bottom: 100px;
}

#home {
  min-height: 800px;
  /*
  background: #ffffff;
  opacity: 0.7;
  filter: alpha(opacity=70); /* For IE8 and earlier */
  */
}

#dienstleistungen, #services {
  background: #ffffff;
}

#qualitaet, #quality {
  background: #cccccc;
  min-height: 400px;
  opacity: 0.9;
  filter: alpha(opacity=90); /* For IE8 and earlier */
}
  
#karriere, #carreer{
  background: #008476;
  color:#ffffff;
}

#ueber-uns, #about-us{
  background: #ffffff;
  opacity: 0.9;
  filter: alpha(opacity=90); /* For IE8 and earlier */
}

#kontakt, #contact{
  background: #ffffff;
}

#impressum {
  background: #008476;
  color:#ffffff;
  opacity: 0.8;
  filter: alpha(opacity=80); /* For IE8 and earlier */
}

#datenschutz {
  background-color: #272727;
}

#datenschutz a:link {
  color:#cccccc;
}

ul.ce-uploads li div a span.ce-uploads-fileName {
  display: none;
}

div#c1, div#c83 {
	text-align: left;
}

div#c68, div#c84 {
	background: #008476;
	padding-top:50px;
	padding-right:20px;
	padding-bottom:50px;
}

div#c68 .big-intro, div#c84 .big-intro {
	text-align: right;
	font-weight: 300;
	font-size: 60px;
	line-height: normal;
	margin-top: -15px;
}

div#c62 .big-intro, div#c80 .big-intro {
	font-weight: 300;
	font-size: 60px;
	line-height: normal;
	margin-top: -15px;
}

/* Selection colours (easy to forget) */
::-moz-selection {
  background: #1884b8;
  color: #FFF;
}
::selection {
  background: #1884b8;
  color: #FFF;
}
::-moz-selection {
  background: #1884b8;
  color: #FFF;
}

/* Respopnsive */
@media (max-width: 767px) {

  html {
    font-size: 90%;
  }

  .navbar-right {
        float: none !important;
        margin: auto;
    margin-bottom: 5px;
     }
   
   section {
   padding-top: 150px !important;
   }
  
  .bs-navbar-collapse {
    border: 0;
  }

  .navbar-inverse .navbar-nav {
    padding-left: 10px;
    line-height: normal;
    text-align: center;
  }

  .navbar-inverse .navbar-nav>li {
    display: inline-block;
    margin-bottom: 0;
  }
}

@media(max-width:768px){

}

