body {
  flex-direction: column;
  max-width: 48em;
  padding-top: 0.5em;
  margin: auto;
  padding-bottom: 2em;
  /*background-color: #E6E6E6;*/
}

#footer{
	margin-top: auto;
}

.EMSKopf {
  background-color: #A4A4A4;
  font-size: 1.7em;
  text-align: center;
}

.LogoTop{
  padding-top: 0.2em;
}

#EMS_Titel {
  display: none;
  text-align: center;
  font-size: 5em;
}

.navbar li, a, button {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1em;
  color: black;
}

.active {
  display: active;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  opacity: 0.9;
  z-index: 1;
  background-color: white;
  width: 100%;
  list-style-type: none;
  margin-top: 19.5em;
  margin-left: -3.3em;
  text-align: center;
}

.active li {
  padding: 1em 3em 2em 0em;
}

.active a {
  font-size: 1.5em;
}

.hidethis{
  display: none;
}

.navbar-toggle-active {
  z-index: 2;
  position: top;
}

.navbar-toggle-active i{
  font-size: 3em;
  padding-left: 0.2em;
  padding-top: 1em;
}

.navbar {
  display: flex;
  justify-content: space-between;
  height: 2.25em;
  align-items: center;
}

.navbar-toggle {
  display: none;
  cursor: pointer; 
  font-size: 2em;
}

.main-nav {
  display: flex;
  text-align: center;
  list-style-type: none;
}

.nav-links {
  display: inline-block;
  text-decoration: none;
}

.main-nav li {
  display: flex;
  padding: 0em 0.5em;
}

.main-nav li a {
  transition: all 0.3s ease 0s;
}

.main-nav li:nth-child(1) {
  padding-left: 0px;
  margin-left: -2.25em; 
}

.main-nav li a:hover {
  color: #0B610B;
  border-bottom: 0.2em solid #0B610B;
}

button {
  padding: 0.7em 1.8em;
  background-color: #0B610B;
  border: none;
  border-radius: 4.5em;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

button:hover {
  background-color: rgba(8,138,8,1);
}

@media screen and (max-width: 600px){
  body {
    font-size: 100%;
    background-color: #E6E6E6;
  }
  .EMSKopf{
    font-size: 1.7em;
  }
  .navbar {
    top: 6.2em;
    position: sticky;  
  }
  .navbar-toggle-active i{
  padding-left: 0.2em;
  padding-top: 1em;
  }
}

@media screen and (max-width: 750px){
  .topnav2 {
    display: none;
  }
  .cta {
    display: none;
  }
  .navbar {
    top: 6.1em;
    position: sticky;  
  }
  .topnav {
    top:43px;
  	position: sticky;
  }

  .EMSKopf {
    top: 0px;
    position: sticky;
    background-color: #A4A4A4; 
  }
  .navbar-toggle {
    display: flex;
    padding-left: 0.3em;
    margin-top: -3.5em;
  }
  .main-nav {
    display: none;
  }
  .GabelHeader {
    display: none;
  }
  .Inhalt h1{
    padding-top: 0px;
    margin-top: -10px;
  }
  .Inhalt {
    padding-left: 20px;
    padding-right: 20px;    
  }
}

@media screen and (min-width: 750px){
  .EMSKopf{
    display: none;
  }
}

h1 {
  padding: 30px 0 30px 0;
  color: #0B610B;
}

h2 {
  padding: 10px 0 10px 0;
  color: #0B610B;
}

.Inhalt {
  margin-top: 0px;
}

.Leistungen {
  padding-left: 70px;
}

.tuerkisch {
  text-align: center;
}

.Zwp {
  display: block;
  font-size: 20px;
  font-weight: bold;
}

.TeamLine {
  color: black;
}

.Teammember{
  display: block;
}

.Profil1 {
  padding-right: 20px;
  float: left;
}

.leistRechts{
	padding-left: 20px;
	float: right; 
}

.leistLinks{
	padding-right: 20px;
	float: left; 
}


