/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   @mixin ========================================================================= */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400&family=Sintony:wght@700&display=swap");
html {
  line-height: 1.15;
  font-size: 1px;
  -webkit-text-size-adjust: 100%;
}

/* Sections
   @mixin ========================================================================= */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   @mixin ========================================================================= */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
   @mixin ========================================================================= */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   @mixin ========================================================================= */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   @mixin ========================================================================= */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
   @mixin ========================================================================= */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   @mixin ========================================================================= */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 16rem;
  font-weight: 400;
  line-height: 1.3;
  color: #222;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, hr {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

html, body {
  background: #ffffff;
}

.fix-body {
  position: fixed;
}

main {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr)[autofill];
      grid-template-rows: repeat(autofill, 1fr);
  -ms-grid-columns: (1fr)[16];
      grid-template-columns: repeat(16, 1fr);
}

hr {
  height: 1rem;
  width: 100vw;
  background-color: pink;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section:nth-of-type(even) {
  margin: 2rem 0px;
}

section:first-child {
  margin: 0rem;
}

.c-t {
  text-align: center;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: 3px solid #E7EFF6;
  border-radius: 10px;
  cursor: pointer;
  padding: 1.5rem 3rem;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

.button:hover, .button:active, .button:focus,
.button:hover a,
button:hover,
button:active,
button:focus,
button:hover a,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="submit"]:hover a,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="reset"]:hover a,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="button"]:hover a {
  outline: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  color: #ff7f44;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

a {
  color: #63ACE5;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

a:link, a:visited {
  color: #fda47b;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

a:hover, a:active {
  color: #ff7f44;
}

::-moz-selection {
  background: #727272;
  color: #63ACE5;
}

::selection {
  background: #727272;
  color: #63ACE5;
}

::moz-selection {
  background: #727272;
  color: #63ACE5;
}

img::-moz-selection {
  background: #63ACE5;
}

img::selection {
  background: #63ACE5;
}

img::moz-selection {
  background: #63ACE5;
}

body {
  -webkit-tap-highlight-color: #727272;
}

body {
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  color: #303030;
}

h1, h2, h3, h4, h5, h6, .button, nav {
  font-family: 'Sintony', sans-serif;
}

h1 {
  font-size: 4.63rem;
}

h2 {
  font-size: 2.78rem;
}

h3, h4, h5, h6 {
  font-size: 1.67rem;
}

nav {
  font-size: 1.15rem;
}

.footer-lower {
  font-size: 0.8rem;
}

header {
  background-color: #63ACE5;
}

header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 8vh;
}

header nav .logo a {
  color: white;
}

header nav .logo a:hover {
  color: #ff7f44;
}

header nav .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 30%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

header nav .nav-links li a {
  color: white;
}

header nav .nav-links li a:hover {
  color: #ff7f44;
}

header nav .burger {
  display: none;
  cursor: pointer;
}

header nav .burger div {
  height: 3px;
  width: 25px;
  background-color: #fafcff;
  margin: 5px;
  border-radius: 10px;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

.rotate .line1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 6px);
          transform: rotate(-45deg) translate(-5px, 6px);
}

.rotate .line2 {
  opacity: 0;
}

.rotate .line3 {
  -webkit-transform: rotate(45deg) translate(-5px, -6px);
          transform: rotate(45deg) translate(-5px, -6px);
}

@-webkit-keyframes navLinkFade {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes navLinkFade {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.hero-main, .hero-secondary {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 16;
  grid-area: 1 / 1 / 2 / 17;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: (1fr)[5];
      grid-template-rows: repeat(5, 1fr);
}

.hero-main {
  height: 92vh;
}

.hero-secondary {
  height: 25vh;
}

.color-block {
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 5 / 2;
  background-color: #63ACE5;
}

.hero-image-main {
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: 1 / 2 / 5 / 4;
}

.hero-image-main img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.hero-text-main {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: 2 / 2 / 3 / 4;
  color: white;
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
}

nav {
  padding: 2rem;
}

nav .logo img {
  width: 50%;
  height: 50%;
  color: white;
}

nav .nav-links li a {
  padding: 0.3rem 0rem;
  position: relative;
}

nav .nav-links li a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  background: #ff7f44;
  -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

nav .nav-links li a:hover:after {
  width: 100%;
  left: 0;
}

footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 6vh 17.5vh 1.5vh;
      grid-template-rows: 6vh 17.5vh 1.5vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 25vh;
  background-color: #E7EFF6;
}

footer .footer-nav {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: 1 / 1 / 2 / 4;
}

footer .footer-nav ul li {
  display: inline;
  border-right: 1px solid #303030;
}

footer .footer-nav ul li a {
  color: #303030;
  padding: 2rem;
}

footer .footer-nav ul li a:hover {
  color: #ff7f44;
}

footer .headline-text-footer1 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2 / 1 / 3 / 2;
}

footer .headline-text-footer1 p:first-child {
  font-weight: bold;
}

footer .headline-text-footer2 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: 2 / 2 / 3 / 4;
}

footer .headline-text-footer2 a {
  display: block;
}

footer .headline-text-footer2 a:first-of-type {
  color: #303030;
}

footer .headline-text-footer2 p:first-child {
  font-weight: bold;
}

footer .footer-lower {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 3 / 1 / 4 / 3;
  background-color: #63ACE5;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
}

footer .footer-lower a {
  color: #303030;
  font-weight: 500;
}

footer .footer-lower a:hover {
  color: #ff7f44;
}

footer .footer-nav ul li:last-child {
  border: none;
}

.service {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 10;
  grid-area: 2 / 4 / 3 / 14;
}

.service h2 {
  padding: 1vh 0px;
}

.ueber-mich {
  position: relative;
  min-height: 25vh;
  background-color: #fafcff;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 16;
  grid-area: 3 / 1 / 4 / 17;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[16];
      grid-template-columns: repeat(16, 1fr);
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 0.5rem;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ueber-mich .headline-text1 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 5;
  grid-area: 1 / 3 / 1 / 8;
  max-width: 100%;
}

.ueber-mich .c1 {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
  -ms-grid-column-span: 2;
  grid-area: 1 / 9 / 1 / 11;
}

.ueber-mich .c2 {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
  -ms-grid-column-span: 2;
  grid-area: 1 / 11 / 1 / 13;
}

.ueber-mich .c3 {
  -ms-grid-row: 1;
  -ms-grid-column: 13;
  -ms-grid-column-span: 2;
  grid-area: 1 / 13 / 1 / 15;
}

.ueber-mich::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  height: 101%;
  width: 40%;
  border-top: 3px solid #E7EFF6;
  border-bottom: 3px solid #E7EFF6;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 2px;
}

.cta {
  min-height: 15vh;
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 12;
  grid-area: 4 / 3 / 5 / 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0rem;
}

.cta .headline-text2 {
  padding-right: 20rem;
}

.kontakt-text {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 6;
  grid-area: 2 / 3 / 3 / 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 50vh;
  position: relative;
  padding: 1rem;
}

.kontakt-text h2 {
  padding: 1rem 0rem;
}

.kontakt-text::before {
  content: '';
  position: absolute;
  border-right: 2px solid #E7EFF6;
  height: 60%;
  width: 100%;
  border-radius: 2px;
}

.kontaktformular {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 9;
  -ms-grid-column-span: 6;
  grid-area: 2 / 9 / 3 / 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  min-height: 50vh;
  padding: 1rem;
}

.kontaktformular .telefonnummer a {
  color: #303030;
}

.kontaktformular h3, .kontaktformular h4 {
  padding: 1rem;
}

.errors-full {
  min-height: 66vh;
}

.not-found {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 12;
  grid-area: 2 / 3 / 3 /15;
  min-height: 25vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.not-found h2 {
  padding: 1rem;
}

.not-found p {
  padding: 1rem;
}

.impressum-datenschutz {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 12;
  grid-area: 2 / 3 / 3 / 15;
}

.impressum-datenschutz h1, .impressum-datenschutz h2 {
  padding: 1.5rem 0rem;
}

.impressum-datenschutz h3, .impressum-datenschutz h4, .impressum-datenschutz h5 {
  padding: 1rem 0rem;
}

.picture-text-module {
  height: 76vh;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[10];
      grid-template-columns: repeat(10, 1fr);
  -ms-grid-rows: (1fr)[8];
      grid-template-rows: repeat(8, 1fr);
}

.picture-text-module p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 1rem 2rem;
  background-color: #63ACE5;
  place-self: center center;
  color: white;
  font-size: 1.67rem;
}

.picture-text-module .ptm-left-i {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-area: 1 / 1 / 8 / 5;
}

.picture-text-module .ptm-left-p {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 2;
  grid-area: 3 / 4 / 4/ 6;
  border-radius: 10px;
}

.picture-text-module .ptm-right-i {
  -ms-grid-column: 7;
  -ms-grid-column-span: 4;
  grid-area: 2 / 7 / end / 11;
}

.picture-text-module .ptm-right-p {
  -ms-grid-row: 7;
  -ms-grid-row-span: 1;
  -ms-grid-column: 6;
  -ms-grid-column-span: 2;
  grid-area: 7 / 6 / 8 / 8;
  border-radius: 10px;
}

.picture-text-module .ptm-left-i:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.picture-text-module .ptm-left-i:hover + .ptm-left-p {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.picture-text-module .ptm-right-i:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.picture-text-module .ptm-right-i:hover + .ptm-right-p {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.picture-text-module .ptm-left-i, .picture-text-module .ptm-left-p, .picture-text-module .ptm-right-i, .picture-text-module .ptm-right-p {
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

.ptm-left-i img, .ptm-right-i img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.counter {
  position: relative;
  height: 100%;
  width: 100%;
}

.counter p:first-of-type {
  font-size: 1.15rem;
  font-weight: bold;
}

.counter p:last-of-type {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.67rem;
  padding: 1rem;
  margin-top: 1rem;
}

.service-module {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 13;
  grid-area: 2 / 3 / 3 / 16;
  height: 70vh;
}

.service-module2, .service-module3, .service-module4, .service-module5, .service-module6, .service-module7 {
  height: 50vh;
}

.service-module2 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 13;
  grid-area: 3 / 3 / 4 / 16;
}

.service-module3 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 13;
  grid-area: 4 / 3 / 5 / 16;
}

.service-module4 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 13;
  grid-area: 5 / 3 / 6 / 16;
}

.service-module5 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 13;
  grid-area: 6 / 3 / 7 / 16;
}

.service-module6 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 13;
  grid-area: 7 / 3 / 8 / 16;
}

.service-module7 {
  -ms-grid-row: 8;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 13;
  grid-area: 8 / 3 / 9 / 16;
}

.spacer:nth-of-type(odd)::before {
  content: '';
  position: absolute;
  height: 101%;
  width: 40%;
  border-top: 3px solid #E7EFF6;
  border-bottom: 3px solid #E7EFF6;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 2px;
}

.service-grid {
  max-height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[16];
      grid-template-columns: repeat(16, 1fr);
  -ms-grid-rows: (1fr)[5];
      grid-template-rows: repeat(5, 1fr);
}

.service-grid .service-img {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-area: 1 / 1 / end / 5;
}

.service-grid .service-headline {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-area: 2 / 4 / 3 / 7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0.5rem 2rem;
  background-color: #63ACE5;
  place-self: center center;
  color: white;
  border-radius: 10px;
}

.service-grid .offset {
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
}

.service-grid .service-textbox {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 6;
  -ms-grid-column-span: 9;
  grid-area: 3 / 6 / 4 / 15;
  padding: 2rem 0rem;
}

.service-grid .service-textbox ul li {
  list-style: disc;
  padding: 0.3em 0rem;
}

.service-grid .service-textbox ul .highlight {
  color: #fda47b;
}

.service-grid .button {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 14;
  -ms-grid-column-span: 1;
  grid-area: 4 / 14 / 5 / 15;
}

.service-grid .button-alt {
  background-color: #E7EFF6;
  border: none;
}

.service-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.align-right {
  -o-object-position: 90% 90%;
     object-position: 90% 90%;
}

.align-gas {
  -o-object-position: 65% 65%;
     object-position: 65% 65%;
}

.person {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 12;
  grid-area: 2 / 3 / 3 / 15;
  padding: 1rem 0rem;
  min-height: 50vh;
}

.person .person-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (1fr)[1];
      grid-template-rows: repeat(1, 1fr);
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.person .person-grid img {
  max-height: 50vh;
  padding: 0rem 1rem;
}

.person .person-grid .person-name-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[15];
      grid-template-columns: repeat(15, 1fr);
  -ms-grid-rows: 10% 20% 80%;
      grid-template-rows: 10% 20% 80%;
  padding: 0rem 0rem;
}

.person .person-grid .person-name-grid .name {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-area: 1 / 1 / 2 / end;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}

.person .person-grid .person-name-grid .work-title {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-area: 2 / 3 / 3 / end;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  border-bottom: 1px solid #E7EFF6;
  border-radius: 2px;
}

.person .person-grid .person-name-grid .person-description {
  grid-area: 3 / 2 / end / end;
  padding: 0rem;
}

.kunden {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-area: 3 / 1 / 4 / end;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 20% 2% 78%;
      grid-template-rows: 20% 2% 78%;
  -ms-grid-columns: (1fr)[16];
      grid-template-columns: repeat(16, 1fr);
  min-height: 45vh;
  background-color: #fafcff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  position: relative;
}

.kunden .kunden-h {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 12;
  grid-area: 1 / 3 / 2 / 15;
}

.kunden .kunden-s {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 12;
  grid-area: 2 / 3 / 3 / 15;
}

.kunden .kunden-logo {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 12;
  grid-area: 3 / 3 / 4 / 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 100%;
  min-height: 100%;
}

.kunden .kunden-logo a {
  z-index: 99;
}

.kunden .kunden-logo a .kunden-logo-img {
  background-image: url("../../content/images/bild1.png");
  position: relative;
  height: 12rem;
  width: 12rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

.kunden .kunden-logo a .kunden-logo-img:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.kunden::before {
  content: '';
  position: absolute;
  border-top: 3px solid #E7EFF6;
  border-bottom: 3px solid #E7EFF6;
  height: 100%;
  width: 40%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 2px;
}

@media screen and (max-width: 1400px) {
  .hero-main .hero-text-main h1 {
    font-size: 3.5rem;
  }
  .hero-secondary .hero-text-main h1 {
    font-size: 3.5rem;
  }
  .cta .headline-text2 {
    padding-right: 15rem;
  }
}

@media screen and (max-width: 1150px) {
  header nav .nav-links {
    width: 45%;
  }
  .hero-main .hero-text-main h1 {
    font-size: 2.78rem;
  }
  .hero-secondary .hero-text-main h1 {
    font-size: 2.78rem;
  }
  .picture-text-module p {
    padding: 1rem 1rem;
  }
  .ueber-mich {
    padding: 1rem;
  }
  .cta {
    padding: 1rem;
  }
  .cta .headline-text2 {
    padding-right: 10rem;
  }
  .service-module2, .service-module3, .service-module4, .service-module5, .service-module6, .service-module7 {
    height: 55vh;
    padding-top: 3rem;
  }
  .service-module {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 14;
    grid-area: 2 / 2 / 3 / 16;
    height: 80vh;
  }
  .service-module2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 14;
    grid-area: 3 / 2 / 4 / 16;
  }
  .service-module3 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 14;
    grid-area: 4 / 2 / 5 / 16;
  }
  .service-module4 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 14;
    grid-area: 5 / 2 / 6 / 16;
  }
  .service-module5 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 14;
    grid-area: 6 / 2 / 7 / 16;
  }
  .service-module6 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 14;
    grid-area: 7 / 2 / 8 / 16;
  }
  .service-module7 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 14;
    grid-area: 8 / 2 / 9 / 16;
  }
  .service-grid {
    max-height: 100%;
  }
  .service-grid .service-img {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-area: 2 / 1 / 3 / end;
    text-align: center;
    margin-top: 2rem;
  }
  .service-grid .service-headline {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-area: 1 / 1 / 2 / end;
    padding: 0.5rem 2rem;
  }
  .service-grid .offset {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .service-grid .service-textbox {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-area: 3 / 1 / 4 / end;
    padding: 0.5rem 0.5rem;
  }
  .service-grid .button {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-area: 4 / 1 / 5 / end;
  }
  .service-img img {
    width: 10%;
    height: 10%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .counter p:first-of-type {
    font-size: 1rem;
  }
  .person {
    min-height: 60vh;
  }
  .person .person-grid img {
    max-height: 60vh;
  }
  .person .person-grid .person-name-grid {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: 15% 5% 90%;
        grid-template-rows: 15% 5% 90%;
    text-align: center;
  }
  .person .person-grid .person-name-grid .name {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-area: 1 / 1 / 2 / end;
  }
  .person .person-grid .person-name-grid .work-title {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-area: 2 / 1 / 3 / end;
    margin-bottom: 0.5rem;
  }
  .person .person-grid .person-name-grid .person-description {
    grid-area: 3 / 1 / end / end;
  }
  .kunden {
    min-height: 40vh;
  }
  .kunden .kunden-logo .kunden-logo-img {
    height: 10rem;
    width: 10rem;
  }
  .kontaktformular {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  header nav .logo img {
    width: 50%;
    height: 50%;
  }
  header nav .nav-links {
    position: fixed;
    right: 0px;
    top: 8vh;
    height: 92vh;
    padding-bottom: 2rem;
    background-color: #63ACE5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%;
    -webkit-transform: translateY(150%);
            transform: translateY(150%);
    z-index: 99;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 10rem;
  }
  header nav .nav-links li {
    opacity: 0;
  }
  header nav .burger {
    display: block;
  }
  header nav .nav-active {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .hero-main .color-block {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: 5 / 1 / 6 / 4;
    background-color: #63ACE5;
  }
  .hero-main .hero-image-main {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: 1 / 1 / 5 / 4;
  }
  .hero-main .hero-image-main img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .hero-main .hero-text-main {
    -ms-grid-row: 4;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 4 / 2 / 6 / 3;
    color: white;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .hero-main .hero-text-main h1 {
    font-size: 2rem;
    padding-top: 3.5rem;
  }
  .hero-secondary {
    height: 20vh;
  }
  .hero-secondary .sub-heading {
    display: none;
  }
  .hero-secondary .hero-text-main h1 {
    font-size: 2.78rem;
  }
  .picture-text-module p {
    padding: 0.8rem 2rem;
    font-size: 1.12rem;
  }
  .picture-text-module .ptm-left-i {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 8;
    grid-area: 1 / 1 / 5 / 9;
    padding-bottom: 1rem;
  }
  .picture-text-module .ptm-left-p {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-area: 3 / 7 / 4 / end;
  }
  .picture-text-module .ptm-right-i {
    grid-area: 5 / 3 / end / end;
    padding-top: 1rem;
  }
  .picture-text-module .ptm-right-p {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-area: 7 / 1 / 8 / 7;
  }
  .ueber-mich .headline-text1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 14;
    grid-area: 1 / 2 / 2 / 16;
    max-width: 100%;
    text-align: center;
  }
  .ueber-mich .c1 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-area: 2 / 1 / 3 / end;
    padding: 2rem;
  }
  .ueber-mich .c2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-area: 3 / 1 / 4 / end;
    padding: 2rem;
  }
  .ueber-mich .c3 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-area: 5 / 1 / 6 / end;
    padding: 2rem;
  }
  .counter p:last-of-type {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 1.67rem;
    padding: 1rem;
    margin-top: 2rem;
  }
  .cta {
    min-height: 15vh;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 12;
    grid-area: 4 / 3 / 5 / 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem 0rem;
  }
  .cta .headline-text2 {
    padding: 1rem 0rem;
    text-align: center;
  }
  .spacer:nth-of-type(odd)::before {
    display: none;
  }
  .service-grid {
    max-height: 100%;
  }
  .service-grid .service-img {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-area: 2 / 1 / 3 / end;
    text-align: center;
    margin-top: 2rem;
  }
  .service-grid .service-headline {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-area: 1 / 1 / 2 / end;
    padding: 0.5rem 2rem;
  }
  .service-grid .service-textbox {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-area: 3 / 1 / 4 / end;
    padding: 0.5rem 0.5rem;
  }
  .service-grid .button {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-area: 4 / 1 / 5 / end;
  }
  .service-img img {
    width: 50%;
    height: 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .person {
    min-height: 50vh;
    padding: 0rem;
  }
  .person .person-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: (1fr)[autofill];
        grid-template-rows: repeat(autofill, 1fr);
    justify-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem;
  }
  .person .person-grid img {
    max-height: 50vh;
  }
  .person .person-grid .person-name-grid {
    display: block;
  }
  .kunden {
    -ms-grid-rows: 10% 5% 85%;
        grid-template-rows: 10% 5% 85%;
    min-height: 60vh;
  }
  .kunden .kunden-s {
    text-align: center;
  }
  .kunden .kunden-logo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .kunden .kunden-logo .kunden-logo-img {
    height: 13rem;
    width: 13rem;
  }
  .kontakt-text {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 12;
    grid-area: 2 / 3 / 3 / 15;
    min-height: 25vh;
    text-align: center;
    padding-bottom: 0rem;
  }
  .kontakt-text::before {
    display: none;
  }
  .kontaktformular {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 12;
    grid-area: 3 / 3 / 4 / 15;
    min-height: 25vh;
    padding-bottom: 3rem;
  }
  .kontaktformular h3 {
    padding-top: 3rem;
  }
  .kontaktformular::before {
    content: '';
    position: relative;
    border-top: 3px solid #E7EFF6;
    border-radius: 2px;
  }
  .impressum-datenschutz {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 14;
    grid-area: 2 / 2 / 3 / 16;
    text-align: center;
  }
  footer {
    -ms-grid-rows: 14vh 12vh 11vh;
        grid-template-rows: 14vh 12vh 11vh;
  }
  footer .footer-nav ul li a {
    padding: 1rem;
  }
  footer .headline-text-footer1 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-area: 2 / 1 / 3 / end;
  }
  footer .headline-text-footer2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-area: 3 / 1 / 4 / end;
  }
  footer .footer-lower {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-area: 4 / 1 / 5 / end;
    padding: 0.3rem;
  }
}

@media screen and (max-width: 550px) {
  .kunden {
    min-height: 130vh;
  }
  .service-module2 {
    height: 73vh;
    padding-top: 3rem;
  }
  .service-module3 {
    height: 78vh;
  }
  .service-module4, .service-module5 {
    height: 60vh;
  }
  .service-module6, .service-module7 {
    height: 80vh;
  }
  .service-module {
    height: 130vh;
  }
  .service-grid {
    max-height: 100%;
  }
  .service-grid .service-headline {
    padding: 0.5rem 1rem;
    word-wrap: break-word;
    text-align: center;
  }
  .service-grid .service-headline h2 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 400px) {
  .service-module2 {
    height: 78vh;
    padding-top: 3rem;
  }
  .service-module3 {
    height: 85vh;
  }
  .service-module4, .service-module5 {
    height: 65vh;
  }
  .service-module6, .service-module7 {
    height: 85vh;
  }
  .service-module {
    height: 150vh;
  }
  .service-grid {
    max-height: 100%;
  }
  .service-grid .service-headline h2 {
    font-size: 2rem;
  }
  .person .person-grid {
    min-height: 100vh;
  }
  .kunden {
    min-height: 130vh;
  }
  .kunden .kunden-h {
    text-align: center;
  }
  .kunden .kunden-logo .kunden-logo-img {
    height: 10rem;
    width: 10rem;
  }
  footer {
    -ms-grid-rows: 16vh 14vh 12vh;
        grid-template-rows: 16vh 14vh 12vh;
  }
  footer .footer-nav ul li a {
    padding: 0.5rem;
  }
}

@media screen and (max-width: 320px) {
  .service-module2 {
    height: 90vh;
    padding-top: 3rem;
  }
  .service-module3 {
    height: 95vh;
  }
  .service-module4, .service-module5 {
    height: 70vh;
  }
  .service-module6, .service-module7 {
    height: 98vh;
  }
  .service-module {
    height: 180vh;
  }
  .service-grid {
    max-height: 100%;
  }
  .service-grid .service-headline {
    padding: 0.2rem 0.2rem;
  }
  .service-grid h2 {
    font-size: 1.7rem;
  }
}
/*# sourceMappingURL=main.css.map */
