@charset "UTF-8";
/*
/* CSS  CSS Ludger Müller - artbeit.de für menscheninbewegung.de, 2021
** unter Verwendung verschiedener Quellen **
*/
/* By Andy Bell - https://piccalil.li/blog/a-modern-css-reset/ */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
*::before,
*::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* lato-300 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../Fonts/lato-v20-latin-300.woff2") format("woff2"), url("../Fonts/lato-v20-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-regular - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../Fonts/lato-v20-latin-regular.woff2") format("woff2"), url("../Fonts/lato-v20-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-700 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../Fonts/lato-v20-latin-700.woff2") format("woff2"), url("../Fonts/lato-v20-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* vollkorn-regular - latin */
@font-face {
  font-family: "Vollkorn";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../Fonts/vollkorn-v13-latin-regular.woff2") format("woff2"), url("../Fonts/vollkorn-v13-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* vollkorn-700 - latin */
@font-face {
  font-family: "Vollkorn";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../Fonts/vollkorn-v13-latin-700.woff2") format("woff2"), url("../Fonts/vollkorn-v13-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* Icomoon Feather Icon set*/
@font-face {
  font-family: "icomoon";
  src: local(""), url("../Fonts/Icomoon/fonts/icomoon.ttf") format("truetype"), url("../Fonts/Icomoon/fonts/icomoon.woff") format("woff"), url("../Fonts/Icomoon/fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-check:before {
  content: "\e900";
}

.icon-chevron-down:before {
  content: "\e901";
}

.icon-chevron-left:before {
  content: "\e902";
}

.icon-chevron-right:before {
  content: "\e903";
}

.icon-chevron-up:before {
  content: "\e904";
}

.icon-phone:before {
  content: "\e905";
}

.icon-x:before {
  content: "\e906";
}

.icon-x-circle:before {
  content: "\e907";
}

.icon-x-square:before {
  content: "\e908";
}

/* CSS  CSS Ludger Müller - artbeit.de für menscheninbewegung.de, 2021 */
html {
  scroll-behavior: smooth;
}

html, body {
  height: 100%;
}

body {
  background: #fcfffc;
  font-family: "Lato", sans-serif;
  color: #000000;
}

/* Container */
#rahmen {
  background-color: transparent;
  margin: 0 auto;
  min-height: 100%;
}

#kopfWrapper {
  margin: 0 1rem;
}

#kopf {
  background: transparent url("../layoutbilder/Linie-header.svg") no-repeat scroll right 35px;
  background-size: 130%;
  height: 120px;
  margin: 0 auto;
  position: relative;
  max-width: 80rem;
  padding: var(--gap, 2rem);
  display: flex;
  justify-content: flex-end;
}

#logo {
  position: relative;
  top: 30px;
}

.headerImageContainer {
  /*    @include span(10 no-gutters);
    @include pre(1);*/
  padding: 0;
  position: relative;
}

.sliderImage {
  position: relative;
}

.claim {
  min-width: 25%;
  position: absolute;
  bottom: 20px;
  left: gutter();
  background-color: rgba(250, 250, 250, 0.8);
  padding: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
}

#inhalt, #marginal {
  margin: 1rem auto 0;
  padding: 0 1rem;
  max-width: 43.75rem;
}

#inhalt p {
  font-size: 1rem;
  line-height: 160%;
  margin: 0 0 0.5em 0;
}

#inhalt ul {
  font-size: 0.9rem;
  line-height: 160%;
  list-style-position: outside;
  list-style-type: disc;
  margin: 0 0 0 40px;
}

#inhalt img.center {
  display: block;
  margin: 1em auto;
}

/* Teaser */
.teaserItemWrapper {
  padding: 0 1rem;
}

.sectionOdd {
  background-color: #f3f3d4;
}

.smallTeaserImage {
  max-width: 43.75rem;
  margin: 0 auto;
}

.teaserItem {
  max-width: 43.75rem;
  margin: 0 auto;
  padding: 2rem 0;
}

/* Image Gallery */
.imageGallery {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

/* Fuss xxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#fuss {
  background-color: transparent;
  background-image: url(../layoutbilder/Fusslinie.svg);
  background-repeat: no-repeat;
  background-position: center 0;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
  clear: both;
  color: #000000;
  height: 130px;
  padding: 7px 0 0;
  margin: 2rem 0 0;
  position: relative;
  text-align: center;
}

#fuss p {
  font-size: 0.7rem;
  font-weight: bold;
  line-height: 160%;
}

#fuss em {
  font-weight: bold;
}

#fuss a {
  border-left: 1px solid #000000;
  color: #000000;
  font-weight: bold;
  margin-left: 4px;
  padding-left: 5px;
}

#fuss a:link, #fuss a:visited {
  text-decoration: underline;
}

#fuss a:hover, #fuss a:active, #fuss a.current {
  text-decoration: none;
}

/* Scolltop */
#scrollTop {
  position: fixed;
  bottom: 40px;
  right: 1rem;
  background-color: rgba(160, 161, 41, 0.6);
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 1;
  z-index: 2100;
}

#scrollTop:hover {
  background-color: #a0a129;
}

#scrollTop.hidden {
  display: none;
}

#scrollTop a {
  text-decoration: none;
  border-bottom: none;
  font-size: 2rem;
  color: #e6e6e6;
}

#scrollTop a:hover, #scrollTop a:focus,
#scrollTop a:active {
  color: #ffffff;
}

#scrollTop i {
  font-size: 2rem;
}

.nav-title {
  display: none;
}

.hnav {
  background-color: transparent;
  margin: 1rem auto 0;
  padding: 0 1rem;
  max-width: 43.75rem;
}

@media screen and (max-width: 37.4375rem) {
  .nav-title {
    display: block;
    color: #bc0222;
    font-weight: 400;
    font-size: 1.2rem;
    font-family: "Lato", sans-serif;
    cursor: pointer;
    position: relative;
  }
  .nav-title::after {
    content: "\e901";
    font-family: "icomoon";
    padding-left: 0.5em;
    padding-top: 0.4em;
    font-size: 0.8em;
    line-height: 1.7em;
  }
  .nav-title.showMenu::after {
    content: "\e904";
    padding-left: 0.5em;
    padding-top: 0.4em;
    font-size: 0.8em;
    line-height: 1.7em;
  }

  .hnav > ul {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-bottom: none;
    max-height: 0;
    -webkit-transition: max-height 0.4s;
    transition: max-height 0.4s;
  }
  .hnav > ul.open {
    max-height: 50rem;
  }
  .hnav > ul li {
    display: block;
    height: auto;
    padding: 1rem 0;
    text-align: left;
    border-bottom: 2px solid #f7f4f0;
  }
  .hnav > ul > li.parent > a::after {
    content: "\e901";
    font-family: "icomoon";
    padding-left: 0.5em;
    padding-top: 0.4em;
    font-size: 0.9em;
    line-height: 1.7em;
    color: #343434;
  }
  .hnav > ul > li:hover {
    background-color: #c7c837;
    border-bottom: 2px solid #c7c837;
  }
  .hnav > ul li.current {
    border-bottom: 2px solid #c7c837;
  }
  .hnav > ul li:hover ul.subnav {
    max-height: 0;
  }
  .hnav > ul a:link, .hnav > ul a:visited {
    font-size: 1rem;
    margin: 0;
    text-decoration: none;
    padding: 0 0.4rem;
    display: block;
  }
  .hnav > ul li.parent a:link, .hnav > ul li.parent a:visited {
    padding-right: 5%;
  }
  .hnav > ul a:focus, .hnav > ul a:hover, .hnav > ul a:active {
    color: #a20600;
  }
  .hnav > ul li.current a {
    color: #a20600;
  }

  .hnav ul.subnav, .hnav li:hover ul.subnav {
    display: block;
    overflow: hidden;
    border-bottom: none;
    max-height: 0;
    -webkit-transition: max-height 0.4s;
    transition: max-height 0.4s;
    position: static;
    margin: 0;
    padding: 0;
  }
  .hnav ul.subnav li, .hnav li:hover ul.subnav li {
    display: block;
    height: auto;
    padding: 0;
    text-align: left;
    border-bottom: none;
  }
  .hnav ul.subnav li.current, .hnav li:hover ul.subnav li.current {
    border-bottom: none;
  }
  .hnav ul.subnav.open, .hnav li:hover ul.subnav.open {
    max-height: 50rem;
  }
  .hnav ul.subnav a:link, .hnav ul.subnav a:visited, .hnav li:hover ul.subnav a:link, .hnav li:hover ul.subnav a:visited {
    padding: 0.5rem 1rem;
  }
  .hnav ul.subnav a:focus, .hnav ul.subnav a:hover, .hnav ul.subnav a:active, .hnav li:hover ul.subnav a:focus, .hnav li:hover ul.subnav a:hover, .hnav li:hover ul.subnav a:active {
    color: #a20600;
    background-color: #fcfffc;
  }
}
@media screen and (min-width: 37.5rem) {
  .hnav > ul {
    width: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-flex;
    gap: var(--gap, 2rem);
    border-bottom: 1px solid #c7c837;
  }

  .hnav > ul > li {
    border-bottom: 3px solid transparent;
    padding: 2px 0 3px;
    display: table-cell;
    line-height: 1.7em;
  }

  .hnav > ul > li.parent > a::after {
    content: "\e901";
    font-family: "icomoon";
    padding-left: 0.5em;
    padding-top: 0.4em;
    font-size: 0.9em;
    line-height: 1.7em;
    color: #343434;
  }

  .hnav > ul > li:hover {
    background-color: #c7c837;
    border-bottom: 2px solid #c7c837;
  }

  .hnav > ul > li.current {
    border-bottom: 2px solid #c7c837;
  }

  .hnav > ul > li.parent.current a::after, .hnav > ul > li.parent:hover a::after {
    color: #a20600;
  }

  /*.hnav li:first-child {
  padding-left: 0;
  }
  .hnav li:last-child {
    padding-right: 0;
  }*/
  .hnav > ul a:link, .hnav > ul a:visited {
    font-size: 1em;
    height: 1.7em;
    margin: 0;
    text-decoration: none;
    width: auto;
    padding: 0 0.4em;
    display: block;
  }

  .hnav > ul .parent a:link, .hnav > ul .parent a:visited {
    padding-right: 5%;
    display: block;
  }

  .hnav ul a:focus, .hnav ul a:hover, .hnav ul a:active {
    color: #a20600;
  }

  .hnav ul li.current a {
    color: #a20600;
  }

  .hnav ul.subnav {
    overflow: hidden;
    max-height: 0;
    position: absolute;
    top: -9999px;
    left: -9999px;
    z-index: 1000;
    text-align: left;
    background-color: #c7c837;
    padding: 0;
    border-radius: 0 0 8px 8px;
    -webkit-transition: max-height 500ms;
    -moz-transition: max-height 500ms;
    -ms-transition: max-height 500ms;
    -o-transition: max-height 500ms;
    transition: max-height 500ms;
    display: block;
    width: auto;
    box-shadow: 0 5px 5px 0 #d2d2d2;
  }

  .hnav > ul > li:hover ul.subnav {
    max-height: 50em;
    top: 2.1em;
    left: auto;
  }

  .hnav ul.subnav li {
    border: medium none;
    line-height: 1em;
  }

  .hnav ul.subnav a {
    height: auto;
    margin: 0;
    text-decoration: none;
    width: auto;
    padding: 0.5em;
    display: block;
    font-size: 0.9em;
  }

  .hnav ul.subnav a:link, .hnav ul.subnav a:visited {
    color: #343434;
  }

  .hnav ul.subnav a:focus, .hnav ul.subnav a:hover, .hnav ul.subnav a:active {
    color: #a20600;
    background-color: #fcfffc;
  }

  .hnav ul.subnav a.current {
    color: #a20600;
    font-weight: bold;
    background-color: #fcfffc;
  }

  .hnav ul.subnav ul li {
    border: medium none;
  }

  .hnav ul.subnav ul a {
    font-size: 11px;
    height: 13px;
    line-height: 140%;
    margin: 4px 0 0 30px;
    text-decoration: none;
    width: 148px;
  }

  .hnav ul.subnav ul a:link, .hnav ul.subnav ul a:visited {
    color: #5d5d5d;
  }

  .hnav ul.subnav ul a:focus, .hnav ul.subnav ul a:hover, .hnav ul.subnav ul a:active {
    color: #a20600;
  }

  .hnav ul.subnav ul a.current {
    color: #a20600;
    font-weight: bold;
  }
}
@media screen and (min-width: 43.75rem) {
  .hnav {
    margin-top: 1em;
    background-color: transparent;
  }
}
/* MAKEUP  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
h1 {
  background-color: transparent;
  color: #a0a129;
  font-family: "Vollkorn", serif;
  font-size: 26px;
  font-weight: normal;
  margin: 0 0 10px;
}

h2 {
  background-color: transparent;
  color: #a0a129;
  font-family: "Vollkorn", serif;
  font-size: 20px;
  font-weight: normal;
  margin: 20px 0 10px;
}

h1 + h2, h2 + h3 {
  margin-top: 0;
}

h3 {
  background-color: transparent;
  color: #a0a129;
  font-family: "Vollkorn", serif;
  font-size: 1rem;
  font-weight: normal;
  margin: 15px 0 10px;
}

.teaser h2 {
  font-weight: 600;
}

h4, h5 {
  background-color: transparent;
  color: #a0a129;
  font-family: "Vollkorn", serif;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 10px;
}

#inhalt img {
  max-width: 100%;
  height: auto;
}

img.responsive {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.fett {
  font-weight: bold;
}

.kursiv {
  font-style: italic;
}

.bildlinks {
  float: left;
  margin-right: 1em;
}

.bildrechts {
  float: right;
  margin-left: 1em;
}

a:link, a:visited {
  background-color: transparent;
  color: #000000;
  text-decoration: underline;
}

a:focus, a:hover, a:active {
  background-color: transparent;
  color: #000000;
  text-decoration: none;
}

h2 a:link, h2 a:visited {
  text-decoration: none;
  color: #a0a129;
  position: relative;
}

h2 a:link::after, h2 a:visited::after {
  position: absolute;
  content: "";
  bottom: 0;
  height: 2px;
  background-color: black;
  width: 0;
  left: 50%;
  transition: all 300ms;
}

h2 a:focus, h2 a:hover, h2 a:active {
  color: #000000;
  text-decoration: none;
}

h2 a:focus::after, h2 a:hover::after, h2 a:active::after {
  width: 100%;
  left: 0;
}

label {
  display: block;
}

hr {
  border: none;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(160, 161, 41, 0.75), rgba(0, 0, 0, 0));
  width: 70%;
  margin: 1em auto;
  height: 1px;
}

table {
  border: 1px solid #336699;
  border-collapse: collapse;
  table-layout: auto;
  width: auto;
}

td {
  padding: 0.4em;
  font-size: 0.8em;
  border: 1px solid #336699;
  background-color: #e5c4fc;
  border-collapse: collapse;
}

.c1 {
  background-color: #7d42aa;
}

.c2 {
  background-color: #f2c200;
}

.c3 {
  background-color: #ff9600;
}

.c4 {
  background-color: #e03f00;
}

.c1:hover {
  /*background-color: #c37300;*/
}

.c2:hover {
  /*background-color: #c37300;*/
}

.c3:hover {
  /*background-color: #c37300;*/
}

.c4:hover {
  /*background-color: #c37300;*/
}

.sectionBackground {
  background-color: #f3f3d4;
}

th {
  padding: 0.4em;
  font-weight: bold;
  font-size: 0.8em;
  border: 1px solid #336699;
  background-color: #a457df;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
}

table.prices {
  margin: 2em 0em 1em 0em;
}

table.prices td {
  text-align: center;
  padding: 0.3em;
}

table.prices td.leftcolumn {
  font-weight: bold;
  text-align: left;
  border: 1px solid #7d42aa;
}

table.prices td.tablefoot {
  text-align: left;
}

#text td.tablefoot ul {
  margin: 0.5em 0.3em;
}

#text td.tablefoot li {
  margin: 0.3em;
}

.userinput table {
  border: none;
  background-color: transparent;
  width: auto;
}

.userinput td {
  border: none;
  background-color: transparent;
}

img.left {
  margin: 0em 1em 0 0;
  float: left;
  border: 3px solid #fff;
}

img.right {
  margin: 0em 0 0 1em;
  float: right;
  border: 3px solid #fff;
}

input.breit {
  width: 200px;
}

/*  KLASSEN */
.weg {
  position: absolute;
  top: -100px;
  left: -1000px;
  overflow: hidden;
}

.klein {
  margin-right: 10em;
  font-size: 0.8em;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

#text .redtext {
  color: #ff0000;
}

.bigtext {
  color: #000000;
  font-size: 1.1em;
  font-weight: normal;
  text-align: center;
  line-height: 1.7em;
}

/*.antifloat {
    clear: both;
}*/
/* Micro Clearfix */
.antifloat:before, .antifloat:after {
  content: "";
  display: table;
}

.antifloat:after {
  clear: both;
}

.antifloat {
  clear: both;
}

.floatbox {
  float: left;
  width: auto;
}

.rechtsbuendig {
  text-align: right;
}

.button {
  cursor: pointer;
  border-top: 1px solid #f7f2fb;
  border-left: 1px solid #f7f2fb;
  border-bottom: 1px solid #004669;
  border-right: 1px solid #004669;
  background-color: #7d42aa;
  color: #ffffff;
}

.button:hover {
  background-color: #cdace5;
  color: #004669;
}

.readmore {
  text-align: right;
  padding: 1rem 2rem 0 0;
}

.linkButton:link, .linkButton:visited {
  padding: 3px 5px 3px 8px;
  border: 1px solid black;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: all 300ms;
  background-color: transparent;
}
.linkButton:link::after, .linkButton:visited::after {
  content: "\e903";
  font-family: icomoon;
}

.linkButton:hover {
  background-color: #a0a129;
  border-color: #a0a129;
  color: white;
}

.centered {
  text-align: center;
}

.formError {
  border: 1px solid;
  color: red;
  border-color: red;
}

ul#gaestebuchEintraege img {
  float: left;
  margin-right: 5px;
}

#text a {
  text-decoration: none;
}

p.ofertas {
  color: #c10808;
  font-size: 1.1em !important;
  font-weight: bold;
  text-align: center;
  line-height: 1.7em;
  text-transform: uppercase;
  padding-bottom: 0.2em;
}

.rectangle {
  display: table;
  width: 90%;
  height: auto;
  background: #ffffff;
  border: 1px solid #c10808;
  padding: 10px;
  margin: 1em auto;
}

.rectangle span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

div[itemprop=name], div[itemprop=description], div[itemprop=address] {
  font-size: 0.8em;
}

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

.clearfix:after {
  clear: both;
}

@media screen and (min-width: 37.5rem) {
  .claim {
    min-width: 25%;
    position: absolute;
    bottom: 10px;
    /* left: 2* gutter();*/
    background-color: rgba(250, 250, 250, 0.8);
    padding: 0.5rem;
    font-size: 1rem;
    font-weight: bold;
  }

  #kopf {
    background-size: 100%;
  }
}
@media screen and (min-width: 22.5rem) {
  #kopf {
    height: 140px;
  }

  .claim {
    display: none;
  }

  #inhalt {
    margin-top: 3em;
    padding: 0 1rem 100px;
  }
}
@media screen and (min-width: 43.75rem) {
  #kopf {
    height: 160px;
  }

  #logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 56.25rem) {
  #kopf {
    height: 180px;
  }
}
@media screen and (min-width: 75rem) {
  #kopf {
    height: 200px;
  }
}

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