/* Copyright by TwooDoo, Wegberg / Rath-Anhoven - 2020 Dieses Style-Sheet unterliegt dem Schutz des Urheberrechts. Jegliche Weiterverwendung, auch in Teilen oder in abgewandelter Form, ist ohne unsere schriftliche Zustimmung untersagt. */
:focus { outline: none; background-color: #d0cfd0; background-color: transparent; }

a:link { color: inherit; font-weight: normal; text-decoration: underline dotted; }
a:link:hover { color: inherit; text-decoration: underline dotted; }
a:visited { color: inherit; font-weight: normal; }

body { font-family: "merriweather_sans", sans-serif; font-size: 1em; line-height: 1.4em; margin: 0; padding: 0; color: #2a2a2a; }

.h1 { margin: 0 auto; padding: 25px 0; font-family: "Montserrat", sans-serif; font-size: 1.7em; line-height: 1.1em; font-weight: normal; }

.h2 { margin: 0; padding: 0 0 5px; font-family: "Montserrat", sans-serif; font-size: 1.5em; line-height: 1.4em; font-weight: normal; }

.h3 { margin: 0; padding: 10px 0 8px; font-family: "Montserrat", sans-serif; font-size: 1.3em; line-height: 1.1em; font-weight: normal; }

.h4 { padding: 10px 0; margin: 0; font-family: "Montserrat", sans-serif; font-size: 1.1em; line-height: 1.2em; font-weight: normal; }

section, article, nav, div, p, figure { padding: 0; margin: 0; }

p, li { padding-bottom: 10px; }

ul, ol { margin: 0; padding: 0 0 10px 20px; }

img { border: none; }

strong, b { font-weight: bold; }

blockquote, q { font-style: italic; }

.main { display: block; max-width: 1120px; margin: 0 auto; padding: 5px; }

.hd-top { max-width: 768px; margin: 50px auto 15px; }
.hd-top .h1 { text-align: center; }

.art-main { margin: 50px auto 150px; padding: 10px; }

.text-main { max-width: 768px; margin: 0 auto; }

.signatur { position: relative; width: 100%; margin: 0 auto; padding: 50px 0 110px; color: #515050; background-color: #f1f1f1; text-align: center; }
.signatur .impressum { padding: 20px 0; text-align: center; }
.signatur .impressum a { margin: 0 10px; font-weight: bold; text-decoration: none; text-transform: uppercase; }
.signatur .twoodoo { padding: 10px 0; font-size: 0.75em; text-align: center; }
.signatur .css-logo { display: block; margin: 0 auto 25px; font-size: 1.4rem; }

.zeiten ul { display: flex; flex-direction: column; flex-wrap: wrap; justify-content: space-around; margin: 0; padding: 0 0 25px; list-style-type: none; }

.nowrap { white-space: nowrap; }

.menu { font-family: "abelregular", sans-serif; text-transform: uppercase; }

.menuinput { display: none; position: absolute; }

.menuframe { z-index: 99; position: fixed; overflow: auto; top: -105vh; left: 0; width: 100vw; height: calc(100vh - 60px); transition: all 0.4s ease-in-out; }

.menulabel { display: block; z-index: 99; position: fixed; top: 5px; right: 5px; height: 50px; width: 50px; margin-left: 0; cursor: pointer; background-color: #5e5c5d; transition: all 0.4s ease-in-out; }
.menulabel .menuburger { position: relative; top: 22px; margin: auto; display: block; width: 30px; height: 3px; background-color: #f6f6f6; transition: all 0.4s ease-in-out; }
.menulabel .menuburger::before { content: ""; position: absolute; top: -10px; margin: auto; display: block; width: 30px; height: 3px; background-color: #f6f6f6; transition: all 0.4s ease-in-out; }
.menulabel .menuburger::after { content: ""; position: absolute; top: 10px; margin: auto; display: block; width: 30px; height: 3px; background-color: #f6f6f6; transition: all 0.4s ease-in-out; }

.menuschalter { z-index: 9; position: fixed; top: -105vh; left: 0; display: block; height: 100vh; width: 100vw; background-color: #373637; background-color: rgba(55, 54, 55, 0.8); transition: all 0.4s ease-in-out; }

.menu-top { width: 100%; color: white; background-color: #5e5c5d; transition: all 0.4s ease-in-out; }
.menu-top ul { display: flex; flex-direction: column; flex-wrap: wrap; justify-content: flex-start; width: 100%; max-width: 1120px; height: 100%; margin: 0 auto; padding: 75px 0 25px; background-color: #5e5c5d; list-style-type: none; }
.menu-top ul li { padding: 0; margin: 7px 0; }
.menu-top ul li img { display: block; height: 50px; width: auto; }
.menu-top ul li a { display: block; padding: 0 10px 5px 15px; text-decoration: inherit; border-bottom: dotted 1px white; cursor: default; }
.menu-top ul li a:hover { text-decoration: none; }
.menu-top ul .nav-logo { z-index: 88; position: fixed; top: 0; left: 0; height: 60px; width: 100%; background-color: #5e5c5d; margin: 0; }
.menu-top ul .nav-logo a { padding: 0; margin: 5px; border-bottom: none; cursor: pointer; }
.menu-top ul .nav-logo a img { margin: 5px 0 0 0; }

.menuinhalt { right: 0; height: auto; width: 100%; padding: 0; color: white; background-color: #373637; transition: all 0.4s ease-in-out; }
.menuinhalt ul { display: flex; flex-direction: column; flex-grow: 0; flex-shrink: 0; justify-content: flex-end; left: 0; list-style-type: none; padding: 25px 5px 50px; }
.menuinhalt ul li { width: calc(100% - 100px); padding: 0; margin: 10px auto 10px 90px; }
.menuinhalt ul li a { color: inherit; transition: all 0.4s ease-in-out; }

.menuinput:checked ~ .menulabel .menuburger::before { top: 1px; transform: rotate(45deg); }
.menuinput:checked ~ .menulabel .menuburger { background-color: transparent; }
.menuinput:checked ~ .menulabel .menuburger::after { top: 1px; transform: rotate(-45deg); }
.menuinput:checked ~ .menulabel b::after { opacity: 0; }

.menuinput:checked ~ .menuschalter { top: 0; right: 0; }

.menuinput:checked ~ .menulabel::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; cursor: pointer; background-color: transparent; }

.menuinput:checked ~ .menuframe { top: 0; }

.menuinput:checked ~ .menuframe .menu-top { top: 0; }

.menuinput:checked ~ .menuframe .menuinhalt { top: 300px; }

.nav-masterseite { margin: 25px auto; }

.ul-master { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around; width: 100%; padding: 0; list-style-type: none; }
.ul-master li a { font-weight: normal; font-size: 0.9em; cursor: default; }
.ul-master li a figure { overflow: hidden; position: relative; color: #2a2a2a; }
.ul-master li a figure img { display: block; width: 100%; height: auto; }
.ul-master li a figure figcaption { display: flex; display: none; flex-direction: row; flex-wrap: wrap; justify-content: flex-end; align-items: flex-end; position: absolute; top: 0; width: 100%; height: 100%; font-size: 1rem; text-align: center; }
.ul-master li a figure figcaption span { padding: 0 5px; color: #2a2a2a; background-color: #f9f8f9; background-color: rgba(249, 248, 249, 0.7); }

.ein-bild { justify-content: space-between; align-items: center; }
.ein-bild li { width: 100%; }
.ein-bild li figure { overflow: hidden; height: 150px; }
.ein-bild li figure img { position: absolute; }

.vier-bilder { justify-content: space-around; }
.vier-bilder li { width: calc(50% - 10px); }

.bodenmenu { z-index: 99; position: fixed; left: 0; bottom: 0; width: 100%; padding: 0; margin: 0; color: #2a2a2a; background-color: #f9f8f9; font-size: 1.1rem; border-top: solid 1px #7f7d7e; }
.bodenmenu ul { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around; align-items: center; width: 100%; max-width: 900px; list-style-type: none; margin: 0 auto; padding: 0; }
.bodenmenu ul li { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: space-around; height: 50px; width: 30%; margin: 5px 0; background-color: #f9f8f9; padding: 0; }
.bodenmenu ul li a { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around; align-items: center; width: 100%; height: 50px; text-decoration: inherit; color: #7f7d7e; background-color: #f9f8f9; background-size: 40px; background-repeat: no-repeat; background-position: center center; cursor: pointer; }
.bodenmenu ul li a span { display: none; }
.bodenmenu ul .kontakt { background-image: url("images/menu/brief-symbol.png"); }
.bodenmenu ul .tel { background-image: url("images/menu/tel-symbol.png"); }

.css-logo { text-transform: lowercase; color: #918f90; }
.css-logo > span:nth-of-type(1) { display: inline; padding: 0; color: #176fc1; }
.css-logo > span:nth-of-type(2) { display: inline; padding: 0; color: #66c430; font-weight: bold; }
.css-logo > span:nth-of-type(3) { padding: 0; font-style: italic; white-space: nowrap; }
.css-logo > span:nth-of-type(4) { font-size: 0.8em; }

@media all and (min-width: 600px) { .ein-bild { justify-content: space-between; align-items: center; }
  .ein-bild li { width: 100%; }
  .ein-bild li figure { overflow: hidden; height: 350px; }
  .vier-bilder { justify-content: space-around; }
  .vier-bilder li { width: calc(50% - 10px); } }
@media all and (min-width: 768px) { .bodenmenu ul li a, .bodenmenu ul li label { background-position: 15px center; }
  .bodenmenu ul li a span, .bodenmenu ul li label span { display: block; } }
@media all and (min-width: 1024px) { .menuframe { z-index: 99; position: inherit; overflow: auto; top: 0; left: 0; width: auto; height: auto; transition: none; }
  .menu-top { z-index: 99; position: fixed; top: 0; }
  .menu-top ul { flex-direction: row; align-items: center; padding: 0; font-size: 0.7rem; }
  .menu-top ul li a { display: inline; border-bottom: none; }
  .menu-top ul .nav-logo { z-index: initial; position: static; top: initial; left: initial; height: initial; width: auto; }
  .menu-top ul .nav-logo a { padding: 0; margin: 0; border-bottom: none; cursor: pointer; }
  .menu-top ul .nav-logo a img { display: block; margin: 5px; }
  .menuinhalt { z-index: 88; position: fixed; top: -350px; max-width: 300px; }
  .menuinhalt ul li { width: calc(100% - 30px); padding: 0; margin: 10px 10px 10px auto; }
  .menuschalter { display: none; }
  .menuinput:checked ~ .menuframe .menuinhalt { top: 60px; }
  .hd-top { margin: 125px auto 50px; }
  .vier-bilder { justify-content: space-between; }
  .vier-bilder li { width: calc(25% - 10px); }
  .ein-bild li figure { height: 270px; }
  .ein-bild li figure img { top: -175px; } }
@media all and (min-width: 1240px) { .menu-top ul { justify-content: space-evenly; font-size: 0.85rem; } }
