/*!**********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./sass/style.scss ***!
  \**********************************************************************************************************/
@charset "UTF-8";
/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
a,
a.viewprojects:hover,
nav ul li a:hover {
  text-decoration: none;
}

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

#wrapper ul li,
footer ul,
nav ol,
nav ul {
  list-style: none;
}

.line,
.linedot2,
.vline,
sub,
sup {
  position: relative;
}

.vline,
hr {
  padding: 0;
}

#gmap,
svg:not(:root) {
  overflow: hidden;
}

footer h4,
h1,
h2,
h3,
h4,
h5,
h6,
nav ul li a {
  text-transform: uppercase;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

button,
html,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}

a:focus {
  color: var(--infodesigner_green_main);
}

:active,
a:active,
a:hover,
ul.grid li a {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:after,
q:before {
  content: "";
  content: none;
}

.ir:before,
ul.grid:after {
  content: "";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 1em 0;
}

menu,
ol,
ul {
  padding: 0 0 0 40px;
}

img {
  -ms-interpolation-mode: bicubic;
}

figure,
form {
  margin: 0;
}

legend {
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.line1 {
  width: 1100px;
}

.line2 {
  margin-top: 10px;
}

.line3 {
  margin-bottom: 10px;
}

.line4 {
  margin-top: -5px;
}

.linedot1,
.linedot2,
.linedot3,
.linedot4 {
  background: url(70b76d19f40ce4993e95.png);
  height: 1px;
  max-width: 984px;
  margin: 0 auto;
}

.linedot1 {
  width: 100%;
  height: 1px;
  margin: 0 auto 15px;
}

.linedot2 {
  max-width: 984px;
  width: 100%;
  margin: 35px 0;
}

/*

LEISTUNGEN

*/
.sidebar-leistungen {
  display: none;
}
@media screen and (min-width: 768px) {
  .sidebar-leistungen {
    display: block;
  }
}

.leistungen {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.leistungen .leistungsref {
  color: #333;
  width: 100%;
}
@media screen and (min-width: 615px) {
  .leistungen .leistungsref {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 768px) {
  .leistungen .leistungsref {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .leistungen .leistungsref {
    width: calc(50% - 10px);
  }
}
.leistungen .leistungsref a.read {
  font-size: 15px;
  line-height: 18px;
  margin-top: 12px;
  display: block;
  font-weight: 700;
  text-align: right;
  color: #666;
}
.leistungen .leistungsref a.read:hover {
  color: var(--infodesigner_green_main);
}

.leistungsref a.heading:hover h2 {
  color: rgb(179, 179, 179);
}

.leistungsref a.heading:hover {
  color: rgb(179, 179, 179);
  text-decoration: none !important;
}

.leistungsref .headingbox {
  margin-bottom: 15px;
}

.leistungsref > p {
  margin-bottom: 20px;
}

.leistungen-list {
  margin-top: 40px;
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 520px) {
  .leistungen-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/**



**/
header.gallerynav {
  background-color: transparent;
  padding: 0 20px;
  box-sizing: border-box;
}
header.gallerynav div {
  display: flex;
  gap: 30px;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  header.gallerynav {
    display: none;
  }
}

.hero-svg-container {
  background: var(--infodesigner_green_highlight);
  padding: 20px 20px 0;
  overflow: hidden;
}

.intro-splash {
  background-color: var(--infodesigner_green_main);
  min-height: 500px;
  margin-top: -10px;
  text-align: center;
  color: black;
}
.intro-splash h1 {
  font-size: 65px;
  line-height: 65px;
}
.intro-splash svg {
  margin: 25px 0 50px;
}
.intro-splash .heart {
  animation: animateHeart 2.4s infinite cubic-bezier(0.22, 0.61, 0.36, 1);
}
.intro-splash .mail {
  transform: scale(1);
  transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  backface-visibility: hidden;
}
.intro-splash .mail:hover {
  transform: scale(1.1);
}
.intro-splash .shake:not(:hover) {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97);
  transform: translate3d(0, 0, 0);
}
.intro-splash #lightning-bolt {
  transform-origin: 476.15px 103.8px;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes slideInBounce {
  0% {
    transform: translateX(-100px);
    opacity: 1;
  }
  60% {
    transform: translateX(5px);
    opacity: 1;
  }
  80% {
    transform: translateX(-2.5px);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.robot {
  animation: shake-small 2.45s infinite ease-in-out;
}

@keyframes move {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateX(6px);
  }
}
.eyes path {
  animation: blink-twice-no-smooth 5s steps(1) infinite;
}

@keyframes blink-twice-no-smooth {
  0%, 18%, 100% {
    fill: #000;
  } /* Augen offen */
  2%, 10%, 20%, 28% {
    fill: #fff;
  } /* Zwei kurze Blinks */
}
.battery {
  transform: translateX(-100px);
  animation: slideInBounce 0.5s ease-in-out forwards;
}

.battery:nth-child(4) {
  animation-delay: 1.3s;
}

.battery:nth-child(2) {
  animation-delay: 0.9s;
}

.battery:nth-child(3) {
  animation-delay: 1.1s;
}

.micro-lightning {
  animation: flicker-big 1.75s infinite alternate;
}

.fire {
  animation: flicker 1.75s infinite alternate;
}

.lightning-sound {
  animation: flicker-small 1.75s infinite alternate;
}

.lightning-sound {
  animation-duration: 1.2s;
}

.circular-animation {
  opacity: 0;
  animation: fadeIn 0.275s ease-in-out forwards;
}

.circular-animation:nth-of-type(1) {
  animation-delay: 0.75s;
}

.circular-animation:nth-of-type(2) {
  animation-delay: 0.825s;
}

.circular-animation:nth-of-type(3) {
  animation-delay: 0.9s;
}

.circular-animation:nth-of-type(4) {
  animation-delay: 0.975s;
}

.circular-animation:nth-of-type(5) {
  animation-delay: 1.05s;
}

.circular-animation:nth-of-type(6) {
  animation-delay: 1.125s;
}

.circular-animation:nth-of-type(7) {
  animation-delay: 1.2s;
}

.circular-animation:nth-of-type(8) {
  animation-delay: 1.275s;
}

.circular-animation:nth-of-type(9) {
  animation-delay: 1.35s;
}

.circular-animation:nth-of-type(10) {
  animation-delay: 1.425s;
}

.circular-animation:nth-of-type(11) {
  animation-delay: 1.5s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes flicker-big {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: scale(1.65);
    opacity: 0.95;
  }
  40% {
    transform: scale(0.9);
    opacity: 0.9;
  }
  60% {
    transform: scale(1.375);
    opacity: 1;
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes flicker {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: scale(1.2);
    opacity: 0.95;
  }
  40% {
    transform: scale(0.9);
    opacity: 0.9;
  }
  60% {
    transform: scale(1.175);
    opacity: 1;
  }
  80% {
    transform: scale(0.93);
    opacity: 0.95;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes flicker-small {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: scale(1.125);
    opacity: 0.95;
  }
  40% {
    transform: scale(0.975);
    opacity: 0.9;
  }
  60% {
    transform: scale(1.075);
    opacity: 1;
  }
  80% {
    transform: scale(0.975);
    opacity: 0.95;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.rotate-left {
  animation: rotate 4s linear infinite reverse;
}

.rotate-right {
  animation: rotate 4s linear infinite;
}

.rotate-slower {
  animation-duration: 7s;
}

.rotate-slow {
  animation-duration: 10s;
}

@keyframes animateHeart {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.075);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.125);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes shake-small {
  10%, 90% {
    transform: translate3d(0px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(1px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-2px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(1px, 0, 0);
  }
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
#logo,
.row.blog .eightcol img:hover,
.vline {
  opacity: 1;
}

#footer-content,
#gmap,
#logo,
header,
nav {
  position: relative;
}

#gmap,
#wrapper,
header,
nav {
  width: 100%;
}

.vline1 {
  margin: 0 5px 0 460px;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

h2,
h2.grey {
  display: inline;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

#gmap {
  height: 300px;
  max-height: 320px;
  margin: 10px auto;
  max-width: 964px;
}

body,
html,
section.container {
  overflow-x: hidden !important;
}

#gmapcontainer {
  margin: 50px auto 30px;
  background: #fff;
  padding-top: 1px;
  width: 984px;
  max-height: 320px !important;
  max-width: 984px !important;
  height: 320px;
  border: 1px solid #d9d9d9;
}

body {
  --infodesigner_green_main: #8aaa38;
  --infodesigner_green_highlight: #96b101;
  font-family: "Source Sans 3", Arial, Helvetica, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: #f0efed;
  color: #000;
  font-size: 16px;
  line-height: 1;
}

::selection {
  background: var(--infodesigner_green_highlight) !important;
  color: #fff;
  text-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Conduit, Arial, sans-serif;
  color: #000;
  margin-bottom: 10px;
  font-weight: 400;
  overflow: visible;
}

h1 {
  font-size: 38px;
}

h2 {
  font-size: 31px;
  line-height: 34px;
  letter-spacing: 1px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

h2.grey {
  color: rgb(179, 179, 179);
}

.gallerynav h2 {
  display: block;
  margin-top: 16px;
  line-height: 18px;
  font-size: 15px;
}

header {
  background-color: #fff;
}

#logo {
  background: url(5440dc6ea386c9b60f24.svg) no-repeat;
  width: 177px;
  height: 177px;
  background-size: 177px 177px;
  transition: opacity 0.2s ease-in-out 0.2s;
}

#logo:hover,
nav {
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
}

#logo:hover {
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  opacity: 0.7;
}

nav {
  -webkit-transition: all 0.4s ease-in-out 0.4s;
}

nav ul li img {
  width: 28px;
  padding-bottom: 11px;
}

nav ul li img:hover {
  opacity: 1 !important;
}

nav ul li a {
  text-align: center;
  float: left;
  font-family: Conduit;
  -webkit-transition: margin-top 0.3s linear;
  -moz-transition: margin-top 0.3s linear;
  font-size: 17px;
  font-weight: 400;
  color: #000;
}

nav ul li.selected a,
nav ul li a:hover {
  color: var(--infodesigner_green_main) !important;
}

nav ul li a:hover {
  margin-top: -5px;
  -webkit-transition: margin-top 0.2s linear;
  -moz-transition: margin-top 0.2s linear;
}

nav ul li.blog.last {
  float: right;
}

.menu ul li a:visited,
nav ul li a {
  color: #000;
}

section.container {
  width: 100%;
  padding: 10px 0;
  height: 100%;
  margin: 0 auto;
}

section.aboutus {
  padding: 0 0 35px;
}

section.aboutus p {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  padding: 15px 0;
}

section.row.projectdetails {
  padding-bottom: 55px;
}

article .aboutus.ninecol.last p {
  margin-top: 7px;
}

.projectsinfocus ul li {
  padding-left: 0 !important;
}

.projecthead {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.projecthead h2 {
  padding-right: 15px;
}
section.projectsinfocus .projecthead {
  padding: 0 0 15px;
}

section.projectsinfocus .projecthead p {
  margin: 12px 0 0 50px;
  padding: 0;
  color: rgb(179, 179, 179);
}

a.viewprojects,
a.viewprojectsback {
  font-size: 16px;
  line-height: 18px;
  margin-top: 12px;
  color: #666664;
  display: block;
  text-align: left;
}

a.viewprojects {
  padding-left: 50px;
  padding-right: 5px;
}

a.viewprojects:after {
  content: "»";
  color: var(--infodesigner_green_main);
  position: relative;
  top: -0.5px;
  left: 4px;
  font-weight: bold;
}

a.viewprojects:hover {
  color: var(--infodesigner_green_highlight);
}

#wrapper {
  height: 100%;
  max-width: 984px;
  margin: 0 auto;
  padding-top: 0;
  line-height: 20px;
}

#slidercontainer {
  background-color: #fff;
  padding: 20px;
  margin: 5px 0 20px 0;
}
#slidercontainer .splide__arrow {
  background: #fff;
  opacity: 0.8;
  border: 1px solid rgba(0, 0, 0, 0.168627451);
}
#slidercontainer .splide__arrow:hover:not(:disabled) {
  opacity: 1;
  border: 1px solid rgba(0, 0, 0, 0.3019607843);
}

.projectfocus .threecol {
  display: block;
}

.projectfocus .threecol p {
  margin-bottom: 15px;
  text-align: justify;
  font-size: 14px;
}

.projectfocus .threecol img {
  -moz-box-shadow: 0 1px 2px #656565;
  -webkit-box-shadow: 0 1px 2px #656565;
  box-shadow: 0 1px 2px #656565;
  display: block;
  margin-bottom: 20px;
  width: 222px;
  height: 135px;
  padding: 0;
}

.honeypot {
  position: absolute;
  left: -9999px;
}

.hello p {
  padding-left: 30px;
}
.hello svg {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  position: absolute;
}

footer {
  margin-top: 100px;
  width: 100%;
  height: 100%;
  text-align: center;
}
footer a, footer p {
  color: #fff;
}

.footer__upper {
  padding: 35px 0;
  background: black;
}
.footer__upper ul {
  display: flex;
  margin: 0 auto;
  justify-content: space-evenly;
  max-width: 500px;
  text-align: center;
}
.footer__upper ul:first-child {
  flex-direction: column;
}
.footer__upper ul:first-child li:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (min-width: 620px) {
  .footer__upper ul:first-child {
    flex-direction: row;
  }
  .footer__upper ul:first-child li:not(:last-child) {
    margin-bottom: 0;
  }
}
.footer__upper ul.quick-links a {
  font-size: 23px;
}
.footer__upper ul.socials {
  max-width: 140px;
  margin-top: 25px;
}
@media screen and (min-width: 620px) {
  .footer__upper ul.socials {
    padding-right: 50px;
  }
}
.footer__upper ul.socials a {
  font-size: 30px;
}
.footer__upper ul.socials a svg {
  display: block;
  width: 30px;
  height: 30px;
  border: 1.5px solid white;
  padding: 8px;
  border-radius: 100%;
}
.footer__upper ul.socials a svg:hover {
  border: 1.5px solid var(--infodesigner_green_main);
}
.footer__upper ul.socials a svg:hover g, .footer__upper ul.socials a svg:hover path {
  fill: var(--infodesigner_green_main);
}

.footer__lower {
  padding: 15px 0;
  background: var(--infodesigner_green_main);
  font-weight: 300;
}
.footer__lower p, .footer__lower a {
  color: black;
}
.footer__lower a:hover {
  color: white;
}

a.arrow {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 20px;
  overflow: visible !important;
}

.sidebar {
  color: #7c7c7a;
}

.sidebar h4 {
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
  font-family: "Source Sans 3", sans-serif;
}
.sidebar h4:not(:first-of-type) {
  margin-top: 10px;
}

.sidebar ul li {
  padding-left: 15px !important;
  margin-bottom: 5px;
}

.sidebar ul li a {
  color: #90908e;
}

.sidebar ul li.active {
  background: url(d96461f5899b6be1c9ca.svg) -4px 2.5px no-repeat;
  background-size: 15px;
}

.sidebar ul li.active a {
  font-weight: 600;
  color: #000;
}

ul.grid li h4,
ul.grid li p {
  font-weight: 700;
  font-size: 14px;
  font-family: "Source Sans 3", sans-serif;
}

.sidebar ul li a:hover {
  color: var(--infodesigner_green_main);
  text-decoration: none;
}

.sidebar.nopad ul li {
  padding-left: 0 !important;
}

.leistungen.bullet ul li:before {
  content: "»";
  color: var(--infodesigner_green_main);
  position: relative;
  top: -1px;
  right: 4px;
  font-weight: bold;
}

.leistungen.bullet ul li a:hover {
  text-decoration: none;
}

ul.grid li a:hover,
ul.grid li:hover h4 {
  color: var(--infodesigner_green_highlight);
}

.moz .linedot1 {
  margin-top: 50px;
}

.moz .viewprojects {
  margin-top: 8px !important;
  padding-left: 35px;
}

.moz .eightcol {
  margin-bottom: 10px !important;
}

.moz .projecthead .ninecol {
  width: 70%;
  margin-right: 0;
}

.moz .projecthead .threecol {
  width: 26.5%;
}

#wrapper.porto {
  max-width: 1100px;
  margin: 0 auto;
}

.row.porto {
  max-width: 1100px;
  box-sizing: border-box;
}
@media screen and (min-width: 787px) {
  .row.porto {
    padding: 0;
  }
}

#portfolio {
  height: auto;
  margin: 0 auto;
  min-height: 1100px;
  max-width: 984px;
}

#wrapper ul.grid {
  width: 100%;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.mobile-filters {
  font-weight: 500;
  display: flex;
  margin: 10px 0 20px;
  font-family: "Conduit";
  gap: 20px;
  text-transform: uppercase;
}
.mobile-filters ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.mobile-filters a {
  color: #000;
}
.mobile-filters a.active {
  color: var(--infodesigner_green_main);
}

@media screen and (min-width: 768px) {
  .mobile-filters, .mobile-line-dot {
    display: none;
    visibility: hidden;
  }
}

#intro-animation {
  max-width: 600px !important;
  /* max-height: 60vh; */
}

.gallerynav,
.galnav li,
.mobile-filters li,
.sidebar li,
.sidebar h4,
.leistungsref,
.aboutus > *:not(.linedot1), .bullet,
.linedot2,
.grid--fw li,
.projecthead,
#slidercontainer,
#gallery li.project-in-focus,
#gmapcontainer,
.contact .sixcol:first-child > *,
.contactform-field, .button-submit {
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .grid-item div {
    opacity: 0;
  }
}

ul.grid li {
  border-radius: 3px 3px 5px 5px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 2px #8e8e8e;
  box-sizing: border-box;
  margin-bottom: 20px;
  width: 100%;
}
ul.grid li img {
  width: 100%;
  border-radius: 0;
}
ul.grid li.project-in-focus {
  width: 100%;
  margin-bottom: 0;
}
ul.grid li.project-in-focus:nth-child(3) {
  display: none;
}
@media screen and (min-width: 460px) {
  ul.grid li {
    width: calc(50% - 10px);
  }
  ul.grid li.project-in-focus {
    width: calc(50% - 10px);
  }
  ul.grid li.project-in-focus:nth-child(2) {
    display: unset;
  }
}
@media screen and (min-width: 768px) {
  ul.grid li {
    width: calc(33.33% - 13.5px);
  }
  ul.grid li.project-in-focus {
    width: calc(50% - 10px);
  }
  ul.grid li.project-in-focus img {
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  ul.grid li {
    width: calc(25% - 15px);
  }
  ul.grid li.project-in-focus {
    width: calc(33.33333% - 13.5px);
  }
  ul.grid li.project-in-focus:nth-child(3) {
    display: unset;
  }
}

.grid--fw {
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .grid--fw {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .grid--fw li:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .grid--fw li:nth-child(4) {
    display: block;
  }
}

ul.grid li h4 {
  padding: 6px 0 0 10px;
  text-transform: none;
}

ul.grid li a:hover {
  outline: 0;
  text-decoration: none;
}

ul.grid li p {
  padding: 0 0 0 10px;
  text-decoration: none;
  color: rgb(136, 136, 136);
}

ul.grid li p:hover {
  text-decoration: none;
}

ul.grid li .textbox {
  height: 47px;
}

ul.grid li .bottombox {
  border-radius: 0 0 5px 5px;
  height: 25px;
  margin-top: 24px;
  width: 100%;
  background-color: #333;
  z-index: 1;
}

ul.grid li:hover .bottombox {
  background-color: var(--infodesigner_green_highlight);
}

a.greytop {
  color: #707070 !important;
  padding-top: 14px;
  font-size: 14px;
  display: inline-block;
}

a.greytop.dark {
  color: #313131 !important;
}

.sidebar-agentur {
  display: none;
}
@media screen and (min-width: 768px) {
  .sidebar-agentur {
    display: block;
  }
}

ul.galnav {
  margin-bottom: 55px;
}
ul.galnav a {
  margin-top: -7px;
  padding-right: 13px !important;
}
ul.galnav a.active {
  color: var(--infodesigner_green_main);
}
ul.galnav a:hover {
  cursor: pointer;
}

ul.gallerynav {
  width: 100%;
  max-width: 984px;
}

ul.gallerynav li {
  font-size: 14px;
}

ul.gallerynav li a {
  float: left;
  font-family: Conduit, Arial, sans-serif;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  margin: 0;
  font-size: 16px;
  line-height: 18px;
  padding: 5px 25px 5px 0;
}

ul.gallerynav a:hover,
ul.gallerynav li a:hover {
  text-decoration: none;
  color: var(--infodesigner_green_highlight);
}

ul.gallerynav li.selected-1 a {
  color: var(--infodesigner_green_highlight) !important;
}

ul.gallerynav li.nofollow a:hover {
  color: #000 !important;
  cursor: default;
}

ul.gallerynav .threecol {
  width: 23.1%;
  margin-right: 2.7%;
}

#wrapper ul.page-navi {
  margin-left: -19px;
}

#wrapper ul.page-navi li a {
  background-color: #fff;
  -moz-box-shadow: 0 1px 2px #9f9f9f;
  -webkit-box-shadow: 0 1px 2px #9f9f9f;
  box-shadow: 0 1px 2px #9f9f9f;
  height: 24px;
  width: 24px;
  float: left;
  display: block;
  text-align: center;
  line-height: 24px;
  font-size: 13px;
  font-weight: 400;
  color: #565656;
  padding: 0;
  margin: 0 13px 0 0;
}

#wrapper ul.page-navi li a:hover {
  -webkit-transition: linear 0.1s;
  -moz-transition: linear 0.1s;
  transition: linear 0.1s;
  background-color: rgba(139, 171, 57, 0.66);
  color: #1f1f1f;
  text-decoration: underline;
}

#wrapper ul.page-navi li a.current {
  background-color: rgba(139, 171, 57, 0.66);
  color: #1f1f1f;
  text-decoration: none;
}

#wrapper ul.page-navi li a.current:hover {
  background-color: rgba(139, 171, 57, 0.66);
  color: #1f1f1f;
  text-decoration: underline;
}

.row.blog .ninecol {
  padding-bottom: 50px;
}

aside.blog ul li {
  padding-left: 0 !important;
}

aside.blog ul li a {
  color: #5c5b5b;
}

.row.blog .eightcol {
  background: var(--infodesigner_green_highlight) !important;
  min-height: 157px;
  overflow: visible;
}

.row.blog .eightcol p {
  color: #fff;
  font-size: 12px;
  line-height: 17px;
}

.row.blog .eightcol h2 {
  font-size: 21px;
  padding: 0 0 15px;
}

.row.blog .eightcol img {
  padding: 10px 0;
}

#wrapper section.row.blog article.ninecol section.fourcol {
  height: 157px;
}

#wrapper section.row.blog article.ninecol section.fourcol div {
  width: 100%;
  height: 157px;
  background-size: cover;
}

.readmore,
.row.blog .eightcol .circle {
  position: absolute;
  background: rgb(239, 238, 236);
}

.row.blog .eightcol p.meta {
  color: #000;
  font-size: 10px;
  padding-top: 29px;
}

.row.blog .eightcol .circle {
  width: 62px;
  height: 32px;
  margin-top: -10px;
  margin-left: 20px;
  border-radius: 0 0 290px 290px;
}

.row.blog .eightcol h2,
.row.blog .eightcol p,
.row.blog .eightcol p.meta {
  padding-left: 22px;
  padding-right: 25px;
}

.readmore {
  width: 110px;
  height: 35px;
  border-radius: 5px 5px 0 0;
  margin-left: 345px;
}

.readmore:hover {
  cursor: copy !important;
}

.readmore p {
  background-repeat: no-repeat;
  background-position: 6px 3px;
  background-position-x: 7px;
  background-position-y: 5px;
  text-transform: uppercase;
  font-family: Conduit, Arial, sans-serif;
  font-size: 12px !important;
  padding-left: 33px !important;
  padding-top: 8px;
  color: #000 !important;
  text-align: center;
}

#contact-form textarea,
.contactform-input textarea {
  clear: both;
  font-family: "Source Sans 3", Arial, Helvetica, sans-serif;
}

.togglebox {
  height: auto;
  background: var(--infodesigner_green_highlight) !important;
  overflow: visible;
  margin-bottom: 40px;
  margin-top: 16px;
}

.post a:hover {
  text-decoration: underline;
}

h2.title {
  margin-bottom: 35px;
  color: #303030;
}

h2.title a:hover {
  color: #5d8ba6;
  text-decoration: none;
}

.threecol.last.sites {
  text-align: right;
  font-size: 13px;
  padding-top: 10px;
  overflow: visible !important;
  margin-right: 0;
  width: 22.3%;
}

.contact .sixcol ul li,
.row.agb ul li {
  padding-left: 0 !important;
}

.fax,
.home,
.mail,
.phone {
  width: 16px;
  height: 16px;
  margin: 4px 15px 0 0;
  float: left;
}

.content,
.contentimp {
  display: block;
  margin-bottom: 0;
}

.contact .sixcol ul {
  padding-top: 5px !important;
}

.contact .sixcol ul li {
  margin-left: 0 !important;
  padding-bottom: 3px;
}

.contact .sixcol ul li:hover {
  color: #575757 !important;
}

.content {
  width: 1100px;
  height: 740px;
}

.contentimp {
  overflow: hidden;
}

.sidenav,
a.showMenu {
  display: none;
}

.last {
  margin-right: 0 !important;
}

.sidenav {
  visibility: hidden;
}

.button-submit {
  padding: 9px 40px;
  font-weight: 700;
  font-size: 15px;
  border: 2px solid black;
  border-radius: 4px;
  background-color: transparent;
}
.button-submit:hover {
  border-color: var(--infodesigner_green_main);
  color: var(--infodesigner_green_main);
}

@media only screen and (max-width: 1023px) {
  .gallerynav .threecol.blog,
  .row.blog .ninecol {
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    -moz-transition: all 0.2s ease-in-out 0.2s;
    -o-transition: all 0.2s ease-in-out 0.2s;
  }
  .row {
    max-width: 728px !important;
    min-width: 1px !important;
  }
  h2 {
    font-size: 28px;
  }
  body {
    overflow-x: hidden !important;
  }
  #logo {
    background-size: 155px 155px;
    height: 155px;
    width: 155px;
  }
  .sidenav {
    display: none;
    visibility: hidden;
  }
  section.aboutus.row.twelvecol.about {
    width: 93% !important;
  }
  #footer-content-copyright,
  section.aboutus {
    padding: 0 20px;
  }
  section.aboutus {
    padding-bottom: 15px;
  }
  .projectsinfocus ul li img:hover {
    opacity: 1 !important;
  }
  .projectsinfocus .bottombox {
    width: 350px !important;
    height: 15px !important;
  }
  .projecthead a.viewprojects {
    font-size: 14px;
    padding-left: 0;
  }
  #portfolio {
    max-width: 728px;
    margin: 0 auto;
  }
  .row.about,
  .row.projecthead {
    min-width: 1px;
  }
  #gmap,
  #gmapcontainer {
    max-height: 300px !important;
  }
  #footer-content {
    padding-top: 20px !important;
  }
  #footer-content-copyright {
    padding-top: 0;
    margin-top: 0;
    max-width: 728px;
    margin-bottom: 15px;
  }
  .row.footer .twocol {
    width: 13%;
    margin-right: 23px;
  }
  #gmapcontainer {
    max-width: 728px !important;
  }
  #gmap {
    max-width: 708px !important;
    height: 280px !important;
  }
  .linedot1,
  .linedot2,
  .linedot3 {
    max-width: 728px;
  }
  fieldset {
    width: 345px !important;
  }
}
.site-header {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (min-width: 630px) {
  .site-header {
    justify-content: flex-start;
    padding: 10px 20px 10px 0;
  }
}
@media screen and (min-width: 767px) {
  .site-header {
    max-width: 728px;
    margin: 0 auto;
    gap: 72px;
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .site-header {
    max-width: 984px;
  }
}

nav {
  margin-top: 0;
  display: none !important;
}
nav ul {
  display: flex;
  gap: 30px;
  justify-content: end;
}
@media screen and (min-width: 1024px) {
  nav ul {
    justify-content: start;
  }
}
@media screen and (min-width: 630px) {
  nav {
    display: block !important;
  }
}

@media handheld, only screen and (max-width: 767px) {
  .gallerynav .threecol.blog,
  nav ul li a {
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    -moz-transition: all 0.2s ease-in-out 0.2s;
    -o-transition: all 0.2s ease-in-out 0.2s;
  }
  h2 {
    font-size: 25px;
    line-height: 29px;
  }
  #logo {
    position: relative;
    height: 130px;
    background-size: 120px;
    background-position: 50% 0;
  }
  .sidenav,
  ul.gallerynav .ninecol,
  ul.gallerynav .row,
  ul.gallerynav .threecol {
    display: none;
    visibility: hidden;
  }
  ul.gallerynav .ninecol ul.galnav {
    display: block !important;
    visibility: visible !important;
  }
  ul.gallerynav .ninecol {
    width: 64.9%;
    margin-right: 0;
    padding: 0 20px 0 0;
  }
  section.aboutus {
    padding-top: 15px !important;
  }
  .leistungsref,
  section.twelvecol.last {
    padding: 5px 0 !important;
  }
  ul.galnav {
    width: 440px !important;
    margin-left: -143px;
  }
  #footer-content-copyright {
    max-width: 95%;
    font-size: 11px;
  }
  #contact-form {
    margin-top: 25px;
    box-sizing: border-box;
    overflow: hidden;
  }
  #contact-form .contactform-input {
    width: 100%;
    max-width: 100%;
  }
  article.twelvecol.last.context {
    padding-left: 0 !important;
  }
  .row.blog .ninecol {
    max-width: 93.2% !important;
  }
  .row.blog .eightcol p {
    font-size: 11px !important;
  }
  .row.blog .eightcol h2 {
    font-size: 17px !important;
  }
  .row.blog .eightcol p.meta {
    font-size: 10px !important;
  }
  .readmore {
    width: 110px;
    height: 28px;
    position: absolute;
    background: rgb(239, 238, 236);
    border-radius: 5px 5px 0 0;
    margin-left: 65%;
    margin-top: 5px;
  }
}
.mobile-menu-button {
  padding: 10px 0 0 15px;
  margin-bottom: -30px;
  display: block;
}
@media only screen and (min-width: 630px) {
  .mobile-menu-button {
    display: none !important;
  }
}

.mobile-navigation {
  display: none !important;
}

.mobile-navigation.active {
  display: block !important;
  width: 100vw;
  height: 100dvh;
  top: 0;
  bottom: 0;
  background-color: #fff;
  position: fixed;
  z-index: 50000000000000;
  touch-action: none;
}
.mobile-navigation.active .site-logo {
  margin-top: -50px;
  margin-bottom: 50px;
}
.mobile-navigation.active ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.mobile-navigation.active ul.mobile-menu-links {
  margin-left: -20px;
}
.mobile-navigation.active ul.mobile-menu-links li {
  margin-bottom: 10px;
}
.mobile-navigation.active ul.mobile-menu-links li a {
  gap: 15px;
  display: flex;
  align-items: center;
  width: 100px;
  text-align: left;
}
.mobile-navigation.active ul.mobile-menu-links li a img {
  padding-bottom: 5px;
}
.mobile-navigation.active .mobile-menu-footer {
  position: absolute;
  bottom: 0;
  height: 106px;
}
.mobile-navigation.active .mobile-menu-footer .footer__upper {
  padding: 20px 0;
}
.mobile-navigation.active .mobile-menu-footer .socials {
  margin-top: 10px;
}
.mobile-navigation.active .mobile-menu-footer ul {
  flex-wrap: nowrap !important;
  flex-direction: row !important;
  justify-content: center;
}
.mobile-navigation.active .mobile-menu-footer ul svg {
  width: 22px;
  height: 22px;
  overflow: visible;
}
.mobile-navigation.active .mobile-menu-footer ul li {
  margin-bottom: 0 !important;
}
.mobile-navigation.active .mobile-menu-footer ul li a {
  font-size: 18px;
}
.mobile-navigation.active .mobile-menu-footer ul li a {
  color: white;
  font-family: "Source Sans 3", Arial, sans-serif;
}
@media only screen and (min-width: 630px) {
  .mobile-navigation.active {
    display: none !important;
  }
}

@media only screen and (max-width: 460px) {
  a.showMenu {
    width: 45px;
    height: 25px;
    display: block;
    letter-spacing: 2.5px;
    margin: 0 0 -5px 20px;
    padding-left: 2px;
    padding-top: 2px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #FFF;
    font-weight: 700;
    font-size: 19px;
  }
  nav.mainnav {
    display: none !important;
    visibility: hidden !important;
    float: left;
  }
  div.row.nav .ninecol {
    display: none;
    visibility: hidden;
  }
  nav.sidenav {
    width: 165px !important;
    height: 100%;
    min-height: 2613px !important;
    position: absolute;
    margin: 0 !important;
    padding-top: 9px;
    z-index: 0;
    box-shadow: inset -2px -5px 10px #373737;
    background: #41434d;
    background: -moz-linear-gradient(top, #41434d 0, #212227 45%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #41434d), color-stop(45%, #212227));
    background: -webkit-linear-gradient(top, #41434d 0, #212227 45%);
    background: -o-linear-gradient(top, #41434d 0, #212227 45%);
    background: -ms-linear-gradient(top, #41434d 0, #212227 45%);
    background: linear-gradient(to bottom, #41434d 0, #212227 45%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#41434d", endColorstr="#212227", GradientType=0);
  }
  nav.sidenav ul li {
    float: none !important;
    height: 41px;
    padding-left: 20px;
    border-bottom: 1px solid #2b2626;
    border-top: 1px solid #49494d;
  }
  nav.sidenav ul li p {
    margin-top: -34px;
    padding-left: 37px;
    color: #fff;
    letter-spacing: 1px;
  }
  nav.sidenav ul li a {
    text-align: left;
    float: none;
  }
  nav.sidenav ul li img {
    margin-top: 6px;
  }
  nav.sidenav ul li.blog {
    border-bottom: 1px solid #2b2626 !important;
  }
  nav.sidenav ul li.last {
    border-bottom: 0;
  }
  nav.sidenav ul li.first {
    border-top: 0;
  }
  .projectsinfocus ul li {
    width: 100%;
    height: 48%;
  }
  .projectsinfocus ul li img {
    width: 100%;
    max-height: 48% !important;
    height: 48%;
  }
  ul.grid li .bottombox {
    width: 100% !important;
  }
  #wrapper {
    position: relative;
    z-index: 999;
    background: #f0efed;
  }
  .row.blog .ninecol {
    max-width: 90% !important;
  }
  ul.gallerynav .ninecol.last {
    padding-left: 0;
    width: 67%;
  }
  ul.gallerynav div.row div.threecol {
    width: 20%;
    padding-right: 4%;
  }
  .eightcol p,
  .row.blog .eightcol h2,
  .row.blog .eightcol p.meta {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .row.blog .eightcol p {
    font-size: 10px !important;
  }
  .readmore {
    width: 110px;
    height: 28px;
    position: absolute;
    background: rgb(239, 238, 236);
    border-radius: 5px 5px 0 0;
    margin-left: 53% !important;
    margin-top: 5px;
  }
}
.hidden,
.invisible {
  visibility: hidden;
}

.ir,
.visuallyhidden {
  border: 0;
  overflow: hidden;
}

article.sixcol .bold {
  font-weight: 600;
  padding: 15px 0;
}

.ir {
  background-color: transparent;
}

.ir:before {
  display: block;
  width: 0;
  height: 100%;
}

.hidden {
  display: none !important;
}

.visuallyhidden {
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.row {
  overflow: hidden;
}

#contact-form textarea,
.contactform-input {
  max-width: 454px;
  width: 100%;
  background-color: #dbdbdb;
  color: #565656;
  font-size: 14px;
}

.clearfix:after {
  clear: both;
}

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}

@media print {
  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid;
  }
  * {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
  }
  thead {
    display: table-header-group;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.contactform-input {
  display: block;
  height: 15px;
  text-align: left;
  border: 0;
  padding: 10px 10px;
  margin-bottom: 15px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 15px !important;
}

#contact-form textarea {
  display: block;
  margin-top: 10px;
  height: 148px;
  border: 0;
  padding: 10px;
}

.notes,
.notice {
  background: 0 0;
}

#contact-form textarea:hover {
  border: none;
}

#contact-form p {
  position: relative;
}

#contact-form p label {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 35px;
  padding: 0 0 0 10px;
  font-size: 12px;
}

figure {
  position: relative;
}

#contact-form p br {
  display: none;
}

.contact-left {
  width: 420px;
  float: left;
}

.contact-right {
  width: 420px;
  float: right;
}

#note,
.row,
figure img {
  width: 100%;
}

.alert {
  padding: 20px;
  margin-bottom: 25px;
  border-radius: 5px;
}
.alert.error {
  background-color: rgba(255, 95, 95, 0.3607843137);
  border: 1px solid rgba(255, 95, 95, 0.5882352941);
}
.alert.success {
  background-color: var(--infodesigner_green_main);
  color: #fff;
}

a,
abbr,
address,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
label,
legend,
li,
object,
ol,
p,
pre,
q,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
ul {
  border: 0;
  margin: 0;
  padding: 0;
}

article,
aside,
figcaption,
figure,
figure img,
footer,
header,
hgroup,
nav,
object,
section,
video {
  display: block;
}

a img {
  border: 0;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.row {
  max-width: 984px;
  min-width: 755px;
  margin: 0 auto;
}

.eightcol,
.elevencol,
.fivecol,
.fourcol,
.ninecol,
.onecol,
.sevencol,
.sixcol,
.tencol,
.threecol,
.twocol {
  margin-right: 3.8%;
  float: left;
  min-height: 1px;
}

.row .onecol {
  width: 4.85%;
}

.row .twocol {
  width: 13.45%;
}

.row .threecol {
  width: 22.05%;
}

.row .fourcol {
  width: 30.75%;
}

.row .fivecol {
  width: 39.45%;
}

.row .sixcol {
  width: 48%;
}

.row .sevencol {
  width: 56.75%;
}

.row .eightcol {
  width: 65.4%;
}

.row .ninecol {
  width: 74.05%;
}

.row .tencol {
  width: 82.7%;
}

.row .elevencol {
  width: 91.35%;
}

.row .twelvecol {
  width: 100%;
  float: left;
}

embed,
img,
object {
  max-width: 100%;
}

img {
  vertical-align: middle;
  height: auto;
}

@media handheld, only screen and (max-width: 767px) {
  body {
    font-size: 16px;
    -webkit-text-size-adjust: none;
  }
  .container,
  .row,
  body {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .row .eightcol,
  .row .elevencol,
  .row .fivecol,
  .row .fourcol,
  .row .ninecol,
  .row .onecol,
  .row .sevencol,
  .row .sixcol,
  .row .tencol,
  .row .threecol,
  .row .twelvecol,
  .row .twocol {
    width: auto;
    float: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*# sourceMappingURL=styles.css.map*/