article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
a,
input,
button {
  touch-action: manipulation;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  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;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ========== responsive breakpoint =========== */
/*  ============= retina ============== */
/**
  * default less template startingpoint
  * author: Frank Fuchs BrainSellers Mediendesign
  * @brainseller http://frankfuchs.net
**/
/* ------------------------------------- *\
          mixins (CSS3 Helpers)
\* ------------------------------------- */
/* ======== rounded corners ======== */
/* ======== box shadow ======== */
/* ======== transition ======== */
/* ======== transform ======== */
/* ======== top-to-bottom gradient ======== */
/* ======== left-to-right gradient ======== */
/* ======== top-to-bottom 3 stop gradient ======== */
/* ======== left-to-right 3 stop gradient ======== */
/* ======== top-to-bottom 4 stop gradient ======== */
/* ======== left-to-right 4 stop gradient ======== */
/* ------------------------------------- *\
            variables
\* ------------------------------------- */
/* ======== colors ======== */
.darkGradient {
  background: #46484c / 2;
  background-image: -o-linear-gradient(top, #232426 0%, #313235 41%, #232426 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#232426, endColorstr=#232426)";
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#232426, endColorstr=#232426)";
  background-image: -webkit-gradient(linear, left top, left bottom, from(#232426), color-stop(41%, #313235), to(#232426));
  background-image: linear-gradient(top, #232426 0%, #313235 41%, #232426 100%);
}
/* ======== sizes ======== */
/* ------------------------------------- *\
            CSS document
            Basics and typography
\* ------------------------------------- */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  background-color: #fefefe;
  color: #3B3B3B;
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #FF1100;
}
a:hover {
  color: #cc0e00;
}
strong {
  font-weight: 200;
}
h1 {
  font-size: 2.5em;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1.25em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 0.875em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Exo 2", sans-serif;
  font-weight: 200;
  line-height: 1.25em;
  color: #6e6e6e;
  margin: 1em 0 0.25em;
}
p,
ul {
  margin: 0 0 1em;
}
ol {
  padding-left: 1em;
}
/* ------------------ Elements ------------------ */
.button {
  border: 1px solid #C3C4C6;
  background-color: white;
  padding: 0.5rem 1rem;
  border-radius: 0.2rem;
}
.button:hover {
  background-color: #FF1100;
}
.container {
  width: 90%;
  margin: auto;
  max-width: 1280px;
}
.smallContainer {
  width: 90%;
  margin: auto;
  max-width: 1280px;
}
.smallContainer > * {
  max-width: 960px;
}
.gridContainer {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
.headWrapper {
  background-color: #232426;
  background: #46484c / 2;
  background-image: -o-linear-gradient(top, #232426 0%, #313235 41%, #232426 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#232426, endColorstr=#232426)";
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#232426, endColorstr=#232426)";
  background-image: -webkit-gradient(linear, left top, left bottom, from(#232426), color-stop(41%, #313235), to(#232426));
  background-image: linear-gradient(top, #232426 0%, #313235 41%, #232426 100%);
  padding: 1rem 0;
}
#siteHeader {
  width: 90%;
  margin: auto;
  max-width: 1280px;
}
.siteTitle {
  max-width: 442px;
  grid-column: 1 2;
  margin: 0 0 1rem;
  line-height: 1;
}
.siteTitle a {
  padding: 0;
  margin: 0;
  display: block;
}
@media screen and (min-width: 910px) {
  .siteTitle {
    margin: 0;
  }
}
.navList {
  list-style: none;
  padding: 0;
}
.navWrapper {
  width: 100%;
  position: absolute;
  padding: 0.5rem 0;
  background-color: rgba(255, 255, 255, 0.3);
}
.mainNav {
  width: 90%;
  margin: auto;
  max-width: 1280px;
}
.mainNavList {
  height: 100%;
  margin: 0 -1rem;
}
.mainNavList li {
  padding: 0 1rem;
}
.mainNavList li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  font-size: 1rem;
}
.mainNavList li a:hover {
  color: #FF1100;
}
@media screen and (min-width: 410px) {
  .mainNavList {
    display: -webkit-box;
    display: flex;
  }
}
@media screen and (min-width: 550px) {
  .mainNavList li a {
    font-size: 1.285rem;
  }
}
#mainContent > * {
  padding: 2rem 0;
}
.keyImage {
  position: relative;
}
.keyImage img {
  width: 100%;
}
.keyTitle {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  /*
  h2 {
    font-size: 3.5em;
  }
  h3 {
    font-size: 2em;
  }
*/
}
.keyTitle h2,
.keyTitle h3 {
  width: 90%;
  margin: auto;
  max-width: 1280px;
  color: #fff;
  margin-bottom: 1rem;
  text-shadow: 2px 3px 12px black, -1px -2px 12px black;
}
.keyTitle h3 {
  font-size: 1.2em;
}
@media screen and (min-width: 410px) {
  .keyTitle h2 {
    font-size: 2.5em;
  }
  .keyTitle h3 {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 910px) {
  .keyTitle h2 {
    font-size: 3.5em;
  }
  .keyTitle h3 {
    font-size: 2em;
  }
}
.mainArticle {
  width: 90%;
  margin: auto;
  max-width: 1280px;
}
.mainArticle p {
  max-width: 960px;
}
.teaserArticle {
  width: 90%;
  margin: auto;
  max-width: 1280px;
}
h4.emphasized {
  font-size: 1.5em;
}
/* ! Footer --- */
#mainFooter {
  background-color: #232426;
  background: #46484c / 2;
  background-image: -o-linear-gradient(top, #232426 0%, #313235 41%, #232426 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#232426, endColorstr=#232426)";
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#232426, endColorstr=#232426)";
  background-image: -webkit-gradient(linear, left top, left bottom, from(#232426), color-stop(41%, #313235), to(#232426));
  background-image: linear-gradient(top, #232426 0%, #313235 41%, #232426 100%);
  color: #fafafa;
  padding: 2rem 0;
}
#mainFooter h1,
#mainFooter h2,
#mainFooter h3,
#mainFooter h4,
#mainFooter h5,
#mainFooter h6 {
  color: #aeaeae;
}
.footContent {
  width: 90%;
  margin: auto;
  max-width: 1280px;
}
.footContent > * {
  padding: 3rem 0;
}
@media screen and (min-width: 910px) {
  .footContent {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }
}
.footLogo {
  max-width: 320px;
  height: auto;
}
/* ! Startseite ----------------------------------- */
.teaserList {
  list-style: none;
  padding: 0;
}
@media screen and (min-width: 550px) {
  .teaserList {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0.5rem;
  }
}
/* ! Leistungen ----------------------------------- */
.serviceList {
  font-size: 0.875rem;
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  grid-gap: 1rem;
}
.serviceList li {
  background-color: #eaebeb;
  border-radius: 0.1rem;
  padding: 0.3rem 0.5rem 0.5rem;
}
/* Bildgalerie --- */
.imageBar {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  grid-gap: 0.5rem;
}
/* ----- collapsable animation --------- */
.collapsable .body {
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}
.collapsed {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  margin-top: 0;
}
.extended {
  overflow: hidden;
}
.buttonContainer {
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
  margin-top: 2em;
}
/* ! ------ Kontakt ------------------------------- */
#mapID {
  margin-top: 2rem;
  width: 100%;
  height: 400px;
}
#contactForm {
  border: 1px solid #C3C4C6;
  padding: 0.5rem;
}
#contactForm .field {
  padding: 0.5rem 1rem;
  border: 1px solid #C3C4C6;
  width: 100%;
}
#contactForm label {
  display: block;
}
@media screen and (min-width: 550px) {
  #contactForm p {
    display: grid;
    grid-template-columns: 1fr 3fr;
  }
}
#contactForm #sendBut {
  justify-self: start;
}
.msg-error {
  color: #FF1100;
  font-size: 0.825rem;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .teaserList {
    list-style: none;
    padding: 0;
  }
  .teaserList li {
    display: inline-block;
    max-width: 30%;
  }
  .imageBar {
    list-style: none;
    padding: 0;
  }
  .imageBar li {
    display: inline-block;
    max-width: 19%;
  }
}

/* ! ------ Team ------------------------------- */
.ansprechpartnerWrap {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}

.contactBox {
  width: 300px;
  margin: 1em 9em 1em 0;
}

.contactBox img {
  max-height: 325px;
}
