﻿@font-face {
    font-family: 'DIN Condensed';
    src: url('font/DINCondensed-Light.eot');
    src: local('DIN Condensed Light'), local('DINCondensed-Light'),
        url('font/DINCondensed-Light.eot?#iefix') format('embedded-opentype'),
        url('font/DINCondensed-Light.woff2') format('woff2'),
        url('font/DINCondensed-Light.woff') format('woff'),
        url('font/DINCondensed-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Condensed';
    src: url('font/DINCondensed-Regular.eot');
    src: local('DIN Condensed'), local('DINCondensed-Regular'),
        url('font/DINCondensed-Regular.eot?#iefix') format('embedded-opentype'),
        url('font/DINCondensed-Regular.woff2') format('woff2'),
        url('font/DINCondensed-Regular.woff') format('woff'),
        url('font/DINCondensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('font/inter-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('font/inter-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('font/inter-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('font/inter-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('font/inter-v12-latin-regular.svg#Inter') format('svg'); /* Legacy iOS */
}


:root {
  --body-color: rgb(17,17,17,1);
  --color-primary: rgb(143,131,113,1);
  --color-secondary: #f0f7ea;
  --color-special1: rgb(0,146,169,1);
  --color-special2: rgb(0,188,212,1);
  --color-special3: rgb(0,109,139,1);
  --color-special4: rgb(0,85,105, 1);
  --text-margin: 3rem;
}

body {
  padding: 0;
  margin: 0;
  font-family:'Inter', sans-serif;
  color: var(--body-color);
  font-weight:400;
  font-size: 1.05rem;
  background: transparent;
}

body::before {
  content: "";
  border-top: 1.5rem solid var(--color-primary);
  z-index: -8;
}

.container-header, .footer {
  background: #ffffff;
  box-shadow: 0px 3px 10px rgba(0,0,0,.1);
}

.container-lang {
  text-align: right;
}

.container-header .grid-child {
 justify-content: space-between;
  padding: .5em 1em;
}

.category-desc {
  min-height: 240px;
}

.items-leading .fields {
  padding-top: 2rem;
}

.fields h2 {
  max-width: 600px;
}

.field-image {
  max-width: 300px;
}

.container-header .navbar {
  margin-left: auto;
}

.logo img {
  max-width: 250px;
  padding-top: 1rem;
}

.container-topbar {
  background: var(--color-primary);
}

.items-leading {
  padding-top: 1rem;
}

.container-component::before {
  content: " ";
  background: var(--color-special1);
  border-radius: 47%;
  width: 900px;
  height: 900px;
  position: absolute;
  margin-left: auto;
  right: 0px;
  margin-top: -570px;
  overflow: hidden;
  z-index:-9;
}

footer {
  position: relative;
  overflow: hidden;
  padding-top: 8rem;
}

.footer .mod-custom, .footer .grid-child, .footer-left, .footer-right {
  z-index: 9999 !important;
}

p, li {
  hyphens: auto;
}

h1,h2,h3,h4,h5,h6 {
  font-family:'DIN Condensed', sans-serif;
  font-weight:normal;
  font-size: calc(2rem + 1.8vw);
  letter-spacing: -0.02em;
  line-height: 1.1em;
  padding:1.5rem 0;
  margin: 0px;
}

h1 {
  color: #ffffff;
  line-height: 1em;
  max-width: 550px;
  width: 90%;
}

h2 {
  font-size: calc(1.6rem + .8vw);
  color: var(--color-primary);
}

.category-desc h2 {
  font-weight:300;
  font-size: calc(1.6rem + .6vw);
  padding-top:0rem;
  letter-spacing: -0.01em;
  color: #ffffff;
  max-width: 500px;
  width: 70%;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.5rem;
  color: var(--color-primary);
}

h5 {
  font-size: 1.35rem;
}

a {
  color: var(--body-color);
}

a:hover, a:focus {
  color: var(--color-special1);
}

a.link {
  background: url('../images/a-link.png') no-repeat 0px 2px;
  background-size: .8rem;
  padding-left: 1rem;
}

dl, ol, ul {
  padding-bottom: 1rem;
  margin: 0px;
}

.icon-linkedin {
  padding: .5rem 1rem .5rem 0rem;
}

.container-component ul {
  list-style: none;
  padding: 1rem 0px;
}
.container-component ul li {
  padding-left: 30px;
  line-height: 1.6em;
}

.container-component ul li::before {
  content: '';
  position: absolute;
  background: var(--color-special2);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin-top: 4px;
  margin-left: -30px;
  color: var(--color-special2);
}

.accordion-item {
  border: none;
  margin: .15rem 0;
  background: transparent;
  border-radius: .3rem;
}

.accordion-body {
  padding: 1rem 0px;
}

.accordion-button {
  border: none;
  font-size: 1.5rem;
  padding: 0px;
  color: var(--body-color);
}

.accordion-button::after {
  content: " ";
  background: url("../images/akkordeon-open.png");
  border-radius: 50%;
  background-size: 2.5rem;
  margin-top: 0rem;
  height: 2.5rem;
  width: 2.5rem;
  margin-left: 1rem;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../images/akkordeon-close.png");
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  border: none!important;
  box-shadow: inset 0 0px 0 rgba(0,0,0,0)!important;
}

.container {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
 overflow: hidden;
}

.container_dl {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1em;
  flex-direction: column;
  padding: 2rem 0;
  display: none;
}

#box1, #box2, #box3 {
  margin-left: 0px;
  border-radius: 50%;
  height: 250px;
  width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--color-special3);
}

#box1 a::after, #box2 a::after, #box3 a::after {
  content: " ";
  background: url(../images/icon_enter.png);
  width: 57px;
  height: 25px;
  margin: 1rem auto 0 auto;
  background-size: cover;
  text-align: center;
  display: block;
}

#box2 {
  background: var(--color-special2);
}

#box3 {
  background: var(--color-special4)
}

.container_dl h2, .container_dl a {
  color: #ffffff;
  text-decoration: none;
  text-align: center;
}

.container-header .mod-menu > li > a, .container-header .mod-menu > li > span, div.mod-languages a, .footer-left p, .footer-right p, .btn-kontakt a {
  font-family:'DIN Condensed', sans-serif;
  font-weight:normal;
  letter-spacing: -0.015em;
  line-height: 1.2em;
  font-size: 1.75rem;
  color: var(--color-primary);
  text-transform: lowercase;
  text-decoration: none;
}

div.mod-languages a {
  font-weight:300;
  letter-spacing: -0.015em;
  font-size: 1.65rem;
}

.btn-kontakt {
  transform: rotate(-90deg);
  margin-top: 4rem !important;
  z-index: 999 !important;
  line-height: 0;
  right: -4.5rem !important;
  text-align: center;
}

.btn-kontakt a {
  display: inline-block;
  height: 8rem;
  width: 8rem;
  background-color: var(--color-special2);
  box-shadow: 0 4px 8px 0 rgba(255,255,255, 0.8);
  border-radius: 50%;
  padding-top: 1.5rem;
  letter-spacing: 0.015em;
  border: none !important;
  color: #ffffff !important;
}

.blog-item .item-content, .footer .mod-custom {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(1, 1fr);
}

.footer-right p, .footer-left p {
  letter-spacing: -0.015em;
  font-size: 1.6rem;
}

.footer-right p {
  font-weight:300;
}

.footer a {
  text-decoration: none;
}

.container-header .metismenu > li.level-1.active > a, .container-header .metismenu > li.level-1.active > button, .container-header .metismenu > li.level-1 > a:hover, .container-header .metismenu > li.level-1 > button:hover, .footer-left a:hover {
  color: var(--color-special1);
}

.metismenu.mod-menu .metismenu-item, div.mod-languages li {
  padding: .3em .5em;
  margin: 0rem;
}

div.mod-languages ul li.lang-active {
  background-color: transparent;
}

div.mod-languages a {
  padding: 0rem;
}

@media (max-width: 1199px) {

.container-header .container-nav .container-search, .container-header .container-nav nav {
  margin-top: .5em;
}

.container-header .container-nav {
  position: absolute;
  left: 0vw;
  width: 100%;
  top: 5rem;
  z-index: 1;
}

div.mod-languages {
  margin-top: -4.8rem;
}

.container-header .navbar-toggler {
  border: 4px solid var(--color-primary);
  color: var(--color-primary);
  cursor: pointer;
  z-index: 999!important;
  position: absolute;
  right: 1rem;
  top: 0rem;
}

.navbar-toggler:focus {
  -webkit-box-shadow: 0 0 0 0rem;
  box-shadow: 0 0 0 0rem;
  outline: 0;
  text-decoration: none;
}

.navbar-collapse  {
  padding: 3rem 0rem 1rem 0rem;
  width: calc(100%);
  z-index: -1;
  visibility: hidden;
  background-color: var(--color-primary);
  opacity: 0;
  transition: transform .1s ease-out,opacity .1s ease-out;
  transform: translateY(-100%);
  margin-top: 3rem;
}
.navbar-collapse.show {
  z-index:1;
  align-items:flex-start;
  visibility:visible;
  opacity:1;
  transform:translateY(0)
}

.container-header .mod-menu > li > a, .container-header .mod-menu > li > span {
  color: #ffffff;
}

.navbar-collapse .mod-list {
  padding: 2rem;
  ms-flex-direction: column;
  flex-direction: column;
}

.navbar-collapse .mod-list li {
    padding: .5rem 0;
}

[aria-expanded="true"] .icon-menu::before {
    content: "X";
}
}

@media (min-width: 767px) {
 .container-component::before {
  border-radius: 50%;
  width: 1000px;
  height: 1000px;
  margin-left: -320px;
  right: auto;
  margin-top: -680px;
}

 .container-component::before {
  width: 1100px;
  height: 1100px;
  margin-left: -400px;
  right: auto;
  margin-top: -780px;
}

}

@media (min-width: 991px) {

.container-component::before {
  width: 1200px;
  height: 1200px;
  margin-left: -370px;
  margin-top: -860px;
}

.icon-linkedin {
  float: left;
}

.container_dl {
  flex-direction: row;
  width: calc(100vw - 10em);
  padding: 4rem 0;
  display: flex;
}

.footer-right p {
  color: #ffffff;
}

.footer-right {
  text-align: right;
}

.circles {
  padding-top: 7rem;
}

.circles::before {
  content: " ";
  background: url('../images/circle2.png') no-repeat top left;
  background-size: 900px;
  width: 900px;
  height: 450px;
  display: block;
  position: absolute;
  margin-left: -400px;
  bottom: 0px;
 z-index:-99;
}

.circles::after {
  content: " ";
  background: rgb(255,255,255,.08);
  border-radius: 50%;
  background-size: cover;
  width: 800px;
  height: 800px;
  display: block;
  position: fixed;
  margin-left: 50px;
  bottom: -380px;
  overflow: hidden;
 z-index:-9;
}

.footer .mod-custom::before {
  content: "";
  position: absolute;
  background: var(--color-primary);
  background-size: cover;
  height: 45rem;
  width: 45rem;
  border-radius: 50%;
  z-index: 99 !important;
  margin-top: -10rem;
  float: right;
  left: auto;
  right: -15rem;
  overflow: visible;
}

.category-desc {
  padding-top: 1rem;
}

.blog-item .item-content, .footer .mod-custom {
  grid-gap: 5rem;
  grid-template-columns: repeat(2, 1fr);
}

.items-leading .fields {
  padding-top: 6rem;
}

}

@media (min-width: 1199px) {

.fields {
  padding: 0 3rem;
}

.container-header .container-nav {
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  padding-bottom: 0em;
}

  .container-component::after {
  content: " ";
  background: rgb(255,255,255,.08);
  border-radius: 50%;
  background-size: cover;
  width: 950px;
  height: 950px;
  position: absolute;
  margin-left: 30px;
  margin-top: -550px;
  overflow: visible;
  z-index:-1;
}

.site-grid::before {
  content: " ";
  background: rgb(255,255,255,.15);
  border-radius: 50%;
  background-size: cover;
  width: 400px;
  height: 400px;
  display: block;
  position: absolute;
  margin-left: 300px;
  top: -200px;
  overflow: hidden;
 z-index:-1;
}

main::before {
  content: " ";
  background: rgb(255,255,255,.08);
  border-radius: 50%;
  background-size: cover;
  width: 950px;
  height: 950px;
  display: block;
  position: fixed;
  margin-left: 90px;
  top: -100px;
  overflow: hidden;
 z-index:-1;
}

}

@media (min-width: 1322px) {
.container-header .grid-child {
  padding: .5em 0em;
}
.container_dl {
  width: calc(1322px - 6em);
}
}