﻿@font-face {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 300;
  src: url('../Fonts/Proxima_Nova_Regular.otf');
}
@font-face {
  font-family: 'Proxima Nova Bold';
  font-style: normal;
  font-weight: 300;
  src: url('../Fonts/Proxima_Nova_Bold.otf');
}
html {
  height: 100%;
}
html body {
  min-height: 100%;
  height: 100%;
  overflow-x: hidden;
  position: relative;
  font-family: "Proxima Nova", sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 22px;
}
html body.frontpage {
  background: url("../Images/hintergrundbild.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
p,
ul {
  font-size: 17px;
}
.mobile-image,
.mobile-nav,
.mobile-logo {
  display: none;
}
.form-check {
  padding-left: 0;
}
form {
  margin-bottom: 100px;
}
form input[type=checkbox] {
  display: none;
}
form .btn-primary {
  background-color: #12662d;
  border-color: #12662d;
  border-radius: 0;
}
form .btn-primary:hover {
  background-color: #005700;
}
form .required {
  display: none;
}
.logo-bereich {
  max-width: 320px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  border-left: 2px solid #12662d;
  border-right: 2px solid #12662d;
  border-bottom: 2px solid #12662d;
}
.logo-bereich .ce-center {
  text-align: center;
}
.logo-bereich .ce-center img {
  width: 100%;
  height: auto;
}
.logo-bereich .frame-type-text {
  max-width: 80%;
  margin: 0 auto;
  color: #000;
  font-size: 15px;
  line-height: 20px;
}
.logo-bereich .frame-type-text p {
  font-weight: 500;
  font-size: 16px;
}
.logo-bereich .frame-type-text a {
  color: #000;
  display: inline;
}
.subsite .frame-type-text,
.subsite .frame-type-tplbasic_frontpagecontact {
  display: none;
}
.subsite.logo-area img {
  height: 150px;
  width: auto;
}
.frontpage-navi {
  margin-top: 30px;
}
.frontpage-navi > li {
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #000;
  max-width: 300px;
  min-height: 80px;
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.5s;
}
.frontpage-navi > li:not(:last-child) {
  margin-right: 40px;
}
.frontpage-navi > li.multi-lang a span:last-child {
  font-style: italic;
  color: #12662d;
}
.frontpage-navi > li:hover {
  background-color: #12662d;
  border-color: #12662d;
  cursor: pointer;
  transition: all 0.5s;
}
.frontpage-navi > li:hover a {
  color: #fff;
}
.frontpage-navi > li:hover a span {
  color: #fff !important;
}
.frontpage-navi > li a {
  text-transform: uppercase;
  display: block;
  font-size: 23px;
  color: #000;
  text-align: center;
  position: relative;
  width: 100%;
  height: 80px;
}
.frontpage-navi > li a:hover {
  text-decoration: none;
}
.frontpage-navi > li a .button-content {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.frontpage-navi > li a > span {
  display: block;
}
.bottom-heading {
  position: absolute;
  bottom: 40px;
  right: 120px;
}
.bottom-heading h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
}
.col-md-8 img {
  width: 100%;
  height: auto;
}
.seperator {
  height: 2px;
  background-color: #12662d;
}
#header {
  top: 0;
  border-bottom: 2px solid #12662d;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 500;
  background-color: #fff;
}
.header-bereich {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.header-bereich > * {
  display: inline-block;
}
.header-bereich > *:first-child img {
  height: 150px;
  width: auto;
  margin-left: -30px;
  margin-right: 30px;
}
.header-bereich .logo-img .frame-type-text,
.header-bereich .logo-img .frame-type-tplbasic_frontpagecontact {
  display: none;
}
.header-bereich .logo-img figure {
  margin-bottom: 0;
}
.header-bereich .mainnav {
  margin-bottom: 0;
}
.navigation {
  height: 100%;
  position: relative;
}
.navigation ul > li {
  display: inline-block;
  vertical-align: top;
}
.navigation ul > li:not(:last-child) {
  margin-right: 48px;
}
.navigation ul > li a {
  font-size: 23px;
  letter-spacing: 2px;
  color: #010101;
}
.navigation ul > li a span {
  padding-bottom: 2px;
}
.navigation ul > li a span:last-child {
  padding-bottom: 5px;
}
.navigation ul > li a span:first-child {
  padding-top: 5px;
}
.navigation ul > li a:hover {
  text-decoration: none;
}
.navigation ul > li a > * {
  display: block;
}
.navigation ul > li a span {
  padding-left: 10px;
  padding-right: 10px;
}
.navigation ul > li a span.subtitle {
  font-size: 23px;
  color: #12662d;
  font-style: italic;
}
.navigation ul > li:hover {
  cursor: pointer;
}
.navigation ul > li:hover a {
  text-decoration: none;
  background-color: #12662d;
  display: inline-block;
}
.navigation ul > li:hover a span {
  color: #fff;
}
#maincontent {
  margin-top: 200px;
}
.content-bereich {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.content-bereich.two-column > div {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.content-bereich.two-column > div:first-child {
  max-width: 70%;
}
.content-bereich.two-column > div:last-child {
  max-width: 25%;
  margin-left: 50px;
}
h1 {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 500;
}
.content-header {
  width: 100%;
}
.content-header > div {
  display: inline-block;
}
.content-header > div:first-child {
  max-width: 70%;
  width: 100%;
}
.content-header .frame-type-tplbasic_languageswitch {
  text-align: right;
  max-width: 25%;
  width: 100%;
}
.content-header .language-switch > li {
  display: inline-block;
}
.content-header .language-switch > li img {
  width: 25px;
  height: auto;
}
.content-header .language-switch > li:not(:last-child) {
  margin-right: 5px;
}
.ce-center {
  text-align: center;
}
header h1 {
  margin-bottom: 0;
}
header h2 {
  color: #12662d;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 500;
  font-style: italic;
}
footer {
  text-align: right;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  border-top: 2px solid #12662d;
  left: 0;
}
footer .navigation ul {
  margin-bottom: 0;
}
footer .navigation ul > li:hover a {
  color: #fff;
}
footer .navigation ul > li a {
  font-size: 17px;
  letter-spacing: 2px;
  color: #010101;
  text-transform: uppercase;
  line-height: 48px;
  padding-left: 10px;
  padding-right: 10px;
}
#map {
  max-width: 100%;
  min-height: 500px;
  width: 100%;
  height: 100%;
  border: 2px solid #12662d;
  margin-bottom: 150px;
}
#map .overlay {
  min-height: 500px;
  width: 100%;
  height: 100%;
  position: relative;
}
#map .overlay #showMap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #12662d;
  color: #fff;
  border: none;
  transition: background-color 0.5s;
  padding: 10px 20px;
}
#map .overlay #showMap:hover {
  background-color: #030f07;
  transition: background-color 0.5s;
  color: #fff;
}
.frontpage-contact {
  max-width: 80%;
  margin: 0 auto;
}
.contactdetails {
  display: block;
  margin-bottom: 1rem;
}
.contact-row {
  font-size: 15px;
  line-height: 20px;
}
.contact-row > div {
  display: inline-block;
}
.contact-row > div a {
  color: #000;
}
.contact-row > div:first-child {
  max-width: 10%;
  width: 100%;
}
.contact-row > div:last-child {
  max-width: 80%;
  width: 100%;
}
@media screen and (max-width: 1220px) {
  .content-bereich {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-bereich {
    padding-left: 20px;
  }
}
