@charset "UTF-8";
/* Base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  font: normal 16px sans-serif;
  color: #555; }

body {
  line-height: 1.5;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

p {
  margin-bottom: 1em; }

.hero ul,
footer ul,
nav ul {
  list-style: none; }

.main-nav {
  color: #fff; }

/* Headline */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5em;
  margin-top: 1em;
  word-break: break-word; }

h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 48px;
  text-align: center;
  margin: 1em auto; }

h1:after {
  content: "";
  display: block;
  margin: 0.5em auto;
  width: 50%;
  height: 1px;
  background: #2196f3; }

h3,
h2 {
  font-size: 24px;
  font-weight: normal; }

/* Link */
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  opacity: 0.9; }

a:hover {
  opacity: 1; }

section.contact a,
section.our-work a {
  color: #2196f3;
  text-decoration: underline; }

/* Button */
a.btn {
  color: #fff;
  border-radius: 4px;
  text-transform: uppercase;
  background-color: #2196f3;
  text-align: center;
  font: 16px 'Open Sans', sans-serif;
  font-weight: bold;
  padding: 1em 2em;
  line-height: 1; }

/* HR */
hr {
  width: 100%;
  max-width: 350px;
  height: 2px;
  background-color: #2196f3;
  border: 0;
  margin: 50px auto; }

/* Container */
.container {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }

section.our-work h3 {
  color: #414a4f;
  text-transform: capitalize;
  font: bold 32px 'Open Sans', sans-serif;
  margin-bottom: 35px;
  text-align: center; }

ul.grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

/* Forms */
input:not([type=submit]):not([type=file]) {
  padding: 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.5; }

/* Header */
header {
  position: relative;
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 30px 0; }

/* Hero Section */
.hero {
  position: relative;
  justify-content: center;
  min-height: 80vh;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center; }

.hero .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-color: #2196f3;
  z-index: -1; }

.hero .background-image {
  background-image: url("/typo3conf/ext/sitepackage_ammoniak/Resources/Public/Images/projekte.jpg"); }

/* Styles depending on body locations */
body.loc_aktivitaeten .hero .background-image {
  background-image: url("/typo3conf/ext/sitepackage_ammoniak/Resources/Public/Images/aktivitaeten.jpg"); }

body.loc_emissionen_berechnen .hero .background-image {
  background-image: url("/typo3conf/ext/sitepackage_ammoniak/Resources/Public/Images/emissionen_berechnen.jpg"); }

body.loc_grundlagen .hero .background-image {
  background-image: url("/typo3conf/ext/sitepackage_ammoniak/Resources/Public/Images/grundlagen.jpg"); }

body.loc_massnahmen .hero .background-image {
  background-image: url("/typo3conf/ext/sitepackage_ammoniak/Resources/Public/Images/massnahmen.jpg"); }

body.loc_praxisbeispiele .hero .background-image {
  background-image: url("/typo3conf/ext/sitepackage_ammoniak/Resources/Public/Images/praxisbeispiele.jpg"); }

.hero .background-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #192e3a;
  opacity: 0.6; }

.hero h1 {
  font: bold 60px 'Open Sans', sans-serif;
  margin-bottom: 15px; }

.hero h1:after {
  display: none; }

.hero h3 {
  font: normal 28px 'Open Sans', sans-serif;
  margin-bottom: 40px; }

.hero a.btn {
  padding: 20px 46px; }

/* Our Work Section */
.оur-work {
  background-color: #fff; }

.our-work .grid li {
  padding: 20px;
  height: 350px;
  border-radius: 3px;
  background-clip: content-box;
  background-size: cover;
  background-position: center;
  background-color: #333; }

.our-work .grid li.small {
  flex-basis: 40%; }

.our-work .grid li.large {
  flex-basis: 60%; }

/* Contact Section */
.contact {
  margin-top: 100px;
  padding: 80px 0;
  background-color: #f7f7f7; }

.contact .container {
  max-width: 800px; }

.form-group {
  width: 100%; }

.contact header {
  margin: 0;
  padding: 0; }

.contact h3 {
  text-align: center; }

footer {
  display: flex;
  flex-flow: row wrap;
  color: #fff;
  background-color: #414a4f;
  padding: 60px 0;
  justify-content: space-around; }

footer ul {
  display: flex;
  margin-bottom: 25px;
  font-size: 32px; }

footer ul li {
  margin: 0 8px;
  color: rgba(255, 255, 255, 0.6); }

footer ul li a:hover {
  color: #fff; }

footer ul li:first-child {
  margin-left: 0; }

footer ul li:last-child {
  margin-right: 0; }

footer p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 10px; }

footer p a {
  color: #fff; }

/* Media Querries */
@media (max-width: 600px) {
  footer {
    flex-direction: column; }
  .footercontainer {
    margin-bottom: 20px; } }

@media (max-width: 700px) {
  footer {
    padding: 80px 15px; } }

@media (max-width: 1000px) {
  header {
    padding: 20px; }
  section {
    padding: 100px 50px; }
  .our-work .grid li.small,
  .our-work .grid li.large {
    flex-basis: 100%; } }

@media (max-width: 700px) {
  header {
    flex-direction: column; }
  header h2 {
    margin-bottom: 15px; } }

@media (max-width: 600px) {
  section {
    padding: 80px 30px; } }

@media (max-width: 800px) {
  .hero {
    min-height: 600px; }
  .hero h1 {
    font-size: 48px; }
  .hero h3 {
    font-size: 24px; }
  .hero a.btn {
    padding: 15px 40px; } }

@media (max-width: 420px) {
  .hero h1,
  h1 {
    font-size: 22px; }
  .hero h3 {
    font-size: 22px; } }

.main-nav-inner {
  position: relative; }

@media screen and (min-width: 880px) {
  .main-nav-inner {
    display: inline-block; }
  .main-nav-inner > ul {
    display: inline-block;
    padding-right: 48px; } }

.l-navbar__search {
  transition: all 0.3s ease;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  background-color: #228de1;
  width: 48px;
  z-index: 12; }

.l-navbar__search.active,
.l-navbar__search.active {
  width: 100%; }

.l-navbar__search.active .l-navbar__search__search-form .tx-indexedsearch-searchbox-button {
  transform: translateX(0);
  opacity: 1; }

.l-navbar__search__search-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 48px !important;
  height: 47px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 48px;
  position: relative;
  background-color: #228de1; }
  .l-navbar__search__search-toggle:hover, .l-navbar__search__search-toggle:focus {
    text-decoration: none; }

.l-navbar__search__search-form {
  position: absolute;
  left: 48px;
  top: 0;
  bottom: 0;
  right: 0; }
  .l-navbar__search__search-form input[type="text"],
  .l-navbar__search__search-form input[type="text"]:hover,
  .l-navbar__search__search-form input[type="text"]:focus {
    width: 100%;
    background: none;
    border: none;
    color: #fff;
    text-align: center;
    line-height: 48px;
    height: 48px;
    font-size: 16px;
    padding: 0;
    padding-right: 85px;
    outline: none; }
    .l-navbar__search__search-form input[type="text"]::-webkit-input-placeholder,
    .l-navbar__search__search-form input[type="text"]:hover::-webkit-input-placeholder,
    .l-navbar__search__search-form input[type="text"]:focus::-webkit-input-placeholder {
      color: #fff; }
    .l-navbar__search__search-form input[type="text"]::-moz-placeholder,
    .l-navbar__search__search-form input[type="text"]:hover::-moz-placeholder,
    .l-navbar__search__search-form input[type="text"]:focus::-moz-placeholder {
      color: #fff; }
    .l-navbar__search__search-form input[type="text"]:-moz-placeholder,
    .l-navbar__search__search-form input[type="text"]:hover:-moz-placeholder,
    .l-navbar__search__search-form input[type="text"]:focus:-moz-placeholder {
      color: #fff; }
    .l-navbar__search__search-form input[type="text"]:-ms-input-placeholder,
    .l-navbar__search__search-form input[type="text"]:hover:-ms-input-placeholder,
    .l-navbar__search__search-form input[type="text"]:focus:-ms-input-placeholder {
      color: #fff; }
  .l-navbar__search__search-form .tx-indexedsearch-searchbox-button {
    transition: all 0.3s ease;
    transform: translateX(150%);
    display: block;
    margin: 8px;
    padding: 0.25em 0.5em;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    color: #2196f3;
    background-color: #fff;
    border: none;
    border-radius: 2px;
    font-size: 14px;
    font-weight: bold;
    opacity: 0; }

.tx-indexedsearch-searchbox {
  margin-bottom: 2em; }
  .tx-indexedsearch-searchbox fieldset {
    border: none; }
    .tx-indexedsearch-searchbox fieldset legend {
      display: none; }
  .tx-indexedsearch-searchbox .tx-indexedsearch-form {
    margin-top: 2rem; }
    .tx-indexedsearch-searchbox .tx-indexedsearch-form label {
      float: left;
      margin-right: 1em;
      margin-top: 0.75rem;
      font-weight: normal;
      text-transform: none; }
    .tx-indexedsearch-searchbox .tx-indexedsearch-form .tx-indexedsearch-searchbox-sword {
      min-width: 300px;
      max-width: 400px;
      float: left;
      margin-right: 1em;
      margin-bottom: 1em;
      padding: 0.5rem 1rem;
      min-height: 48px; }
  .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit {
    float: left; }
  .tx-indexedsearch-searchbox .tx-indexedsearch-searchbox-button {
    display: inline-block;
    border-radius: 2px;
    font-size: 16px;
    line-height: 1;
    padding: 0.5rem 1.25rem;
    min-height: 48px;
    border: none;
    color: #fff;
    background-color: #2196f3; }
    .tx-indexedsearch-searchbox .tx-indexedsearch-searchbox-button:hover, .tx-indexedsearch-searchbox .tx-indexedsearch-searchbox-button:focus {
      color: #fff; }

.tx-indexedsearch-rules {
  margin-bottom: 2em; }
  .tx-indexedsearch-rules p {
    font-size: 0.875em;
    color: #555; }

.tx-indexedsearch-browsebox {
  padding-bottom: 1em;
  margin-bottom: 2em;
  margin-top: 2em; }
  .tx-indexedsearch-browsebox li {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em; }
    .tx-indexedsearch-browsebox li a {
      text-decoration: none;
      font-size: 0.875em;
      color: #333;
      border: 1px solid;
      border-color: #f7f7f7;
      padding: 5px 15px;
      border-radius: 2px; }
      .tx-indexedsearch-browsebox li a:hover, .tx-indexedsearch-browsebox li a:focus {
        color: #2196f3;
        border-color: #2196f3; }
    .tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a {
      color: #2196f3;
      border-color: #2196f3; }

.tx-indexedsearch-res {
  overflow: hidden;
  border-bottom: 2px solid #f7f7f7;
  padding-bottom: 1em;
  margin-bottom: 2em;
  margin-top: 2em; }

.tx-indexedsearch-res h3 {
  font-size: 24px !important;
  text-align: left !important;
  margin: 0 0 1.5rem; }

.tx-indexedsearch-result-number {
  color: #2196f3; }

.tx-indexedsearch-title a {
  color: #2196f3; }

.tx-indexedsearch-redMarkup {
  color: #2196f3; }

.tx-indexedsearch-percent {
  float: right;
  color: #2196f3; }

.tx-indexedsearch-info dt {
  font-size: 12px;
  font-weight: bold;
  color: #555;
  margin-right: 0.5em;
  float: left; }

.tx-indexedsearch-info dd {
  color: #555;
  font-size: 12px; }
  @media (min-width: 880px) {
    .tx-indexedsearch-info dd {
      float: left;
      margin-right: 4em; } }
  .tx-indexedsearch-info dd a {
    color: #555; }
    .tx-indexedsearch-info dd a:hover, .tx-indexedsearch-info dd a:focus {
      color: #2196f3; }
	  
.language-menu {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.lang-select {
    background-color: transparent;
    border: none;
    color: white;
    padding: 8px 12px;
    font-size: 14px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    font: 13px 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

.lang-select option {
    background-color: white;
    color: #333;
    padding: 8px;
}

/* Add a custom dropdown arrow */
.language-menu {
    position: relative;
}

.language-menu::after {
    content: "▼";
    color: white;
    font-size: 10px;
    position: absolute;
    right: 0;
    top: 51%;
    transform: translateY(-50%);
    pointer-events: none;
}
.main-nav ul .language-menu {
    min-width: 50px !important;
}	 

 @media (min-width: 768px) {
	.menu-language{
		display: flex;
		float: right;
		padding: 6px 10px 0px 0px;
	}
 }
 @media (max-width: 767px) {
	 .menu-language {
		display: flex;
		float: left;
		padding: 0;
		margin-left: -10px;
	}
 }
 @media (min-width: 1100px) {
.mobile-menu-language { display:none; }
}
 @media (max-width: 1100px) {
.menu-language { display:none; }
.mobile-menu-language {
        display: flex;
        float: none;
        padding: 7px;
        margin-left: -10px;
        z-index: 1001;
    }
    .l-navbar__search
    {
    transition: all 0.3s ease;
    overflow: hidden;
    position: absolute;
    right: 7%;
    top: 0;
    color: #fff;
    background-color: #228de1;
    width: 48px;
    z-index: 12;
}
.main-nav-inner {
    display: flex;
    justify-content: space-between;
}
}
