
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Viewport-Anweisung
███████████████████████████████████████████████████████████████████████████████████████████████
*/
@-ms-viewport {
  width: device-width;
  zoom: 1;
}
@-o-viewport {
  width: device-width;
  zoom: 1;
}
@viewport {
  width: device-width;
  zoom: 1;
}

/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Eric Meyer's CSS Reset
███████████████████████████████████████████████████████████████████████████████████████████████
*/
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, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
header, section, footer, aside, nav, main, article, figure {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
ol li {
  list-style: decimal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Variablen
███████████████████████████████████████████████████████████████████████████████████████████████
*/
:root {
  --color_brand: #14847f;
  --color_brand_2: #e6ffff;
}

/*
███████████████████████████████████████████████████████████████████████████████████████████████
    allgemeine Einstellungen
███████████████████████████████████████████████████████████████████████████████████████████████
*/
html {
  font-size: 18px;
  scroll-behavior: smooth;
  min-height: 100%;
  position: relative;
  font-family: "Lato", sans-serif;
}
body {
  font-size: 100%;
}
body,
body * {
  box-sizing: border-box;
  color: #333;
  line-height: 1.5em;
  background-repeat: no-repeat;
  font-weight: 400;
}
p,
ul,
ol,
table {
  margin-bottom: 1.5em;
}
strong,
.bold {
  font-weight: 800;
}
em {
  font-style: italic;
}
.center {
  text-align: center;
}
.center > * {
  display: inline-block;
}
.clear {
  clear: both;
  float: none;
}
a.fancybox img[style*="float:left"],
a.fancybox img[style*="float: left"] {
  margin: 0 2% 1% 0;
}
a.fancybox img[style*="float:right"],
a.fancybox img[style*="float: right"] {
  margin: 0 0 1% 2%;
}

/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Layout
███████████████████████████████████████████████████████████████████████████████████████████████
*/
.inner {
  width: 100%;
  max-width: 1280px;
  padding: 0 4rem;
  margin: 0 auto;
  overflow: hidden;
}
.narrow {
  width: 100%;
  max-width: 900px;
  padding: 0 4rem;
  margin: 0 auto;
  overflow: auto;
}
.anchor {
  display: block;
  position: absolute;
  margin-top: -8rem;
  width: 0;
  height: 0;
}
@media (max-width: 1300px) {
  .inner,
  .narrow {
    padding: 0 5.5%;
  }
}
@media (max-width: 1230px) {
  .inner,
  .narrow {
    padding: 0 3%;
  }
}
@media (max-width: 1100px) {
  .inner,
  .narrow {
    padding: 0 2%;
  }
}

/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Column-Layout
███████████████████████████████████████████████████████████████████████████████████████████████
*/
.clc {
  overflow: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.clc.vcenter {
  align-items: center;
  align-content: center;
}
.clc .col {
  flex-grow: 0;
  flex-shrink: 1;
}

/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Überschriften
███████████████████████████████████████████████████████████████████████████████████████████████
*/
h1, h2, h3, h4 {
  display: block;
  clear: both;
  float: none;
  overflow: visible;
  color: #14847f;
  text-align: left;
  line-height: 1.3em;
  font-weight: 700;
  text-transform: none;
}
h1,
h2.like_h1 {
  font-size: 1.9em;
  margin-top: 2em;
  margin-bottom: 1.3em;
  text-align: center;
}
h1 .subheading,
h2.like_h1 .subheading {
  display: block;
  font-size: .7em;
  text-align: inherit;
  line-height: 1.3em;
}
h2 {
  font-size: 1.6em;
  margin-top: 2em;
  margin-bottom: .6em;
}
h3 {
  font-size: 1.3;
  margin-top: 2em;
  margin-bottom: .7em;
}
h2 + h3 {
  margin-top: 1em;
}
h4 {
  font-size: var(--font_size_h4);
  margin-top: 1.9em;
  margin-bottom: 1.1em;
  letter-spacing: .04em;
  font-weight: var(--font_weight_normal);
}
h3 + h4 {
  margin-top: .8em;
}
@media (max-width: 1300px) {
  h1,
  h2.like_h1 {
    font-size: 2.25em;
  }
  h2 {
    font-size: 1.8em;
  }
  h3 {
    font-size: 1.5em;
  }
  h4 {
    font-size: 1.1em;
  }
}
@media (max-width: 900px) {
  h1,
  h2.like_h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.6em;
  }
  h3 {
    font-size: 1.3em;
  }
  h4 {
    font-size: 1em;
  }
}
@media (max-width: 550px) {
  h1,
  h2.like_h1 {
    font-size: 1.8em;
  }
  h2 {
    font-size: 1.45em;
  }
  h3 {
    font-size: 1.25em;
  }
}

/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Header
███████████████████████████████████████████████████████████████████████████████████████████████
*/
.jumbotron {
  color: #333;
  margin-bottom: 0;
}
.jumbotron .container .col-sm-4 {
  font-size: .9em;
  padding-top: 1em;
}

/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Button
███████████████████████████████████████████████████████████████████████████████████████████████
*/
.button {
  text-decoration: none !important;
  display: inline-block;
  background-color: var(--color_brand);
  color: #fff;
  font-weight: 500;
  padding: .5em 1.2em;
  border: 1px solid transparent;
  border-radius: 3px;
}
.button:hover {
  background-color: var(--color_brand_2);
  color: var(--color_brand);
  border-color: var(--color_brand);
}

/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Abschnitte / sections
███████████████████████████████████████████████████████████████████████████████████████████████
*/
.section {
  position: relative;
  padding: 4rem 0 3.5rem 0;
  background-color: #fff;
}
.section .inner {
  overflow: hidden;
}
.section::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 15%, rgba(0,0,0,0) 100%);
}
.section > * {
  position: relative;
  z-index: 1;
}
.section h1,
.section h2 {
  margin-top: 0 !important;
}
.section h2 {
  margin-bottom: 1.5em !important;
}
@media (max-width: 600px) {
  .section h1,
  .section h2 {
    text-align: left;
  }
}
@media (max-width: 400px) {
  .section {
    padding: 3rem 0;
  }
}

/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Intro
███████████████████████████████████████████████████████████████████████████████████████████████
*/
#intro .clc.description {
  justify-content: space-between;
}
#intro .clc.description .col.pic {
  width: 36%;
}
#intro .clc.description .col.pic img {
  display: block;
  width: auto;
  max-width: 100%;
}
#intro .clc.description .col.text {
  width: 61%;
}
#intro .flex_gallery {
  margin-top: 2rem;
}
#intro h2 {
  margin-top: 3.5rem !important;
}
#intro .clc.services {
  justify-content: space-between;
  gap: 2em;
}
/* #intro .clc.services .col {
  outline: 1px dashed red;
  outline-offset: -1px;
} */
#intro .clc.services .col ul {
  list-style: disc;
  margin-left: 1.4em;
  margin-bottom: 0;
}
@media (max-width: 900px) {
  #intro .clc.services {
    gap: 0;
    justify-content: flex-start;
  }
  #intro .clc.services .col {
    width: 49%;
  }
  #intro .clc.services .col:nth-child(2) {
    order: 3;
  }
  #intro .clc.services .col:nth-child(3) {
    order: 2;
    margin-left: 2%;
  }
}
@media (max-width: 670px) {
  #intro .clc.services .col {
    width: 100%;
  }
  #intro .clc.services .col:nth-child(2) {
    order: 2;
  }
  #intro .clc.services .col:nth-child(3) {
    order: 3;
    margin-left: 0;
    margin-top: 2rem;
  }
  #intro .clc.services .col:nth-child(3) p {
    margin-bottom: .5em;
  }
}

/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Preise
███████████████████████████████████████████████████████████████████████████████████████████████
*/
#prices::before {
  opacity: .6;
}
#prices .clc {
  justify-content: space-between;
}
#prices .clc .col {
  width: 47%;
}
#prices .clc .col_1 p {
  margin-bottom: .7em;
}
#prices .clc .col_1 strong {
  font-size: 1.2em;
  font-weight: 700;
}
#prices .clc .col_1 strong * {
  font-weight: inherit;
}
#prices .clc .col_1 .green {
  color: var(--color_brand);
  display: inline-block;
  margin-right: .3em;
}
#prices .clc .col ul {
  list-style: disc;
  margin-left: 1.7em;
  margin-bottom: 0;
}
@media (max-width: 820px) {
  #prices .clc .col {
    width: 100%;
  }
  #prices .clc .col_2 {
    margin-top: 2rem;
  }
}

/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Flex-Galerien
███████████████████████████████████████████████████████████████████████████████████████████████
*/
.flex_gallery {
  overflow: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin-bottom: 1.5em;
  --gap: 1rem;
  --pics_per_row: 4;
  gap: var(--gap);
}
.flex_gallery.per_row_2 {
  --pics_per_row: 2;
}
.flex_gallery.per_row_3 {
  --pics_per_row: 3;
}
.flex_gallery.per_row_4 {
  --pics_per_row: 4;
}
.flex_gallery.per_row_5 {
  --pics_per_row: 5;
}
.flex_gallery.per_row_6 {
  --pics_per_row: 6;
}
.flex_gallery a {
  align-items: center;
  align-content: center;
  flex-grow: 0;
  flex-shrink: 1;
  line-height: 0;
  position: relative;
  display: inline-block;
  width: calc( ( 100% - ( ( var(--pics_per_row) - 1 ) * var(--gap) ) ) / var(--pics_per_row) );
  cursor: zoom-in;
}
.flex_gallery a::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.1);
}
.flex_gallery a:hover::after {
  outline: 3px solid var(--color_brand);
  outline-offset: -3px;
}
.flex_gallery a img {
  width: 100%;
  height: auto;
}
.flex_gallery a:hover img {
  filter: saturate(1.1) contrast(1.1);
}
.flex_gallery a div {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(25, 25, 25, .8);
  padding: .4em .2em .3em .3em;
  line-height: 1.2em;
  color: #fff;
}
.flex_gallery .picture_list a:hover div {
  background-color: var(--color_brand);
}
@media (max-width: 800px) {
  .flex_gallery.per_row_3 {
    --pics_per_row: 2;
  }
}
@media (max-width: 650px) {
  .flex_gallery.per_row_4 {
    --pics_per_row: 2;
  }
}
@media (max-width: 350px) {
  .flex_gallery {
    --pics_per_row: 1 !important;
  }
}

/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Footer
███████████████████████████████████████████████████████████████████████████████████████████████
*/
.to_top_link {
  display: inline-block;
  font-weight: 800;
  font-size: 2em;
  color: #f4511e;
}
.to_top_link:hover {
  text-decoration: none;
  margin-top: -4px;
  margin-bottom: 4px;
}