*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  font-family: avenir, sans-serif;
  background-color: #D7D7D7; }

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.content {
  margin: 0 100px; }
  @media (max-width: 548px) {
    .content {
      margin: 0 2rem; } }

a {
  text-decoration: none;
  transition: all ease-in .2s; }
  a:hover {
    text-decoration: none; }

h1 {
  font-size: 1.8rem;
  letter-spacing: 0.1rem; }

h2 {
  font-size: 1.6rem; }

.tab {
  background-color: #3D3D3D;
  color: #fef8f6;
  width: 30%;
  padding: 1rem;
  margin-left: 100px;
  text-align: center; }
  @media (max-width: 548px) {
    .tab {
      margin: 0 auto;
      width: 64%; } }

button.btn-edit {
  width: 86px;
  height: 28px;
  background-color: transparent;
  margin-right: 0.8rem;
  margin-bottom: 0.4rem;
  border: thin solid black;
  border-radius: 1px;
  font-size: 0.8rem; }
  button.btn-edit:hover {
    background-color: #4B9185;
    cursor: pointer; }

button.btn-orange:hover {
  background-color: #d27e19; }

form .input-wrapper {
  margin-bottom: 1rem; }

form label,
form input[type="text"],
form input[type="password"],
form textarea {
  display: block;
  width: 100%; }

form label,
form label a {
  font-size: .75rem; }

form label {
  margin-bottom: .25rem; }

form input[type="text"],
form input[type="time"],
form input[type="date"],
form input[type="password"],
form textarea {
  padding: .5rem;
  margin-bottom: 0.2rem;
  border: 1px solid #3D3D3D;
  border-radius: 2px; }

form textarea {
  resize: none;
  height: 40vh; }

form select {
  width: 100%;
  height: 2rem; }

input[type="submit"] {
  border: none;
  background: #4B9185;
  color: white;
  font-size: 0.9rem;
  letter-spacing: 1px;
  display: block;
  margin: auto;
  margin-top: 2rem;
  width: 40%;
  padding: .75rem 1rem;
  border-radius: 2px; }
  input[type="submit"]:hover {
    cursor: pointer;
    color: #3D3D3D; }

.upper {
  text-transform: uppercase; }

.errmessage {
  color: #d27e19;
  text-align: center; }

.nav-base {
  background-color: #3D3D3D;
  width: 100%;
  display: flex;
  align-items: baseline;
  padding: 1rem 0; }

.logo img {
  width: 94px;
  margin: 0.5rem 1rem 0 110px; }

.nav-main {
  width: 100%; }
  .nav-main ul {
    list-style: none;
    text-align: right;
    margin: 0;
    margin-right: 10%;
    padding: 0; }
  .nav-main li {
    display: inline-block;
    letter-spacing: 0.1rem;
    margin-bottom: 0.7rem; }
    .nav-main li a {
      color: #fef8f6;
      text-decoration: none;
      padding: 0.2rem; }
      .nav-main li a:hover {
        text-decoration: none;
        border-bottom: solid 1px #fef8f6;
        color: #fef8f6;
        transition: .1s; }
  .nav-main .activ {
    border-bottom: solid 0.5px #fef8f6; }
  .nav-main li + li {
    margin-left: 1rem; }

.nav-footer {
  background-color: #CCCACA;
  padding: 1rem 0;
  margin: auto; }
  .nav-footer a {
    color: #3D3D3D;
    padding: 0 0.8rem; }

.footer-link:hover {
  transform: translateY(2px); }

.nav-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

.footer-box {
  display: flex;
  padding-top: .1rem; }

body.start {
  background: url("../img/hintergrund-start.jpg") no-repeat fixed center;
  background-size: cover;
  height: 100vh; }
  body.start .start-wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 8% 12% 0;
    font-size: 1.4rem; }
    @media (max-width: 600px) {
      body.start .start-wrapper {
        padding: 8% 8%;
        font-size: 1rem; } }
  body.start .boxes-contain {
    height: 70vh;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(10, 1fr);
    gap: 2rem; }
    @media (max-width: 600px) {
      body.start .boxes-contain {
        grid-template-columns: repeat(8, 1fr);
        grid-template-rows: repeat(9, 1fr);
        gap: 0.8rem; } }
    body.start .boxes-contain .box {
      background-color: rgba(202, 202, 204, 0.5);
      display: flex;
      padding: 1rem; }
      @media (max-width: 600px) {
        body.start .boxes-contain .box {
          padding: 0.6rem; } }
      body.start .boxes-contain .box:hover {
        background-color: rgba(75, 145, 133, 0.6); }
      body.start .boxes-contain .box a {
        width: 100%;
        height: 100%;
        color: black;
        letter-spacing: 0.1rem;
        display: flex; }
    body.start .boxes-contain .box-logo {
      /* grid-column-start: 1 / grid-column-end: 6 */
      grid-column: 1 / 6;
      grid-row: 1 / 6;
      background-color: rgba(75, 145, 133, 0.6);
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      @media (max-width: 600px) {
        body.start .boxes-contain .box-logo {
          grid-column: 1 / 6;
          grid-row: 1 / 4; } }
      body.start .boxes-contain .box-logo img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: auto; }
        @media (max-width: 600px) {
          body.start .boxes-contain .box-logo img {
            max-width: 62%; } }
      body.start .boxes-contain .box-logo h1 {
        width: 100%;
        margin-top: 0.2rem;
        font-weight: normal;
        font-size: 1.4rem; }
        @media (max-width: 600px) {
          body.start .boxes-contain .box-logo h1 {
            font-size: 1rem; } }
    body.start .boxes-contain .box-aktuell {
      grid-column: 6 / 9;
      grid-row: 1 / 6; }
      @media (max-width: 600px) {
        body.start .boxes-contain .box-aktuell {
          grid-column: 6 / 9;
          grid-row: 1 / 4; } }
      body.start .boxes-contain .box-aktuell a {
        align-items: flex-end; }
    body.start .boxes-contain .box-archiv {
      grid-column: 9 / 13;
      grid-row: 1 / 8; }
      @media (max-width: 600px) {
        body.start .boxes-contain .box-archiv {
          grid-column: 1 / 4;
          grid-row: 4 / 7; } }
      body.start .boxes-contain .box-archiv a {
        justify-content: flex-end; }
    body.start .boxes-contain .box-about {
      grid-column: 1 / 4;
      grid-row: 6 / 11;
      text-align: right; }
      @media (max-width: 600px) {
        body.start .boxes-contain .box-about {
          grid-column: 4 / 9;
          grid-row: 4 / 7; } }
      body.start .boxes-contain .box-about a {
        justify-content: flex-end; }
    body.start .boxes-contain .box-spende {
      grid-column: 4 / 9;
      grid-row: 6 / 11; }
      @media (max-width: 600px) {
        body.start .boxes-contain .box-spende {
          grid-column: 1 / 6;
          grid-row: 7 / 10; } }
      body.start .boxes-contain .box-spende a {
        align-items: flex-end; }
    body.start .boxes-contain .box-kontakt {
      grid-column: 9 / 13;
      grid-row: 8 / 11; }
      @media (max-width: 600px) {
        body.start .boxes-contain .box-kontakt {
          grid-column: 6 / 9;
          grid-row: 7 / 10; } }
  body.start .start-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 3rem 1rem 0.5rem; }
    @media (max-width: 600px) {
      body.start .start-footer {
        font-size: 0.8rem; } }
    body.start .start-footer a {
      color: black; }
    body.start .start-footer .start-footernav a {
      padding-right: 0.6rem; }

.content-aktuell {
  margin: 1rem 0;
  padding: 1rem 0 3rem; }
  .content-aktuell:not(:last-child) {
    border-bottom: #4B9185 0.5px solid; }
  .content-aktuell a {
    color: #551A8B; }
  .content-aktuell .content-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    justify-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 1.5rem; }
  .content-aktuell .data-box {
    width: 480px;
    line-height: 1.2;
    margin: 0.7rem 0; }
  .content-aktuell img {
    max-width: 480px;
    margin: 1rem 0; }
    @media (max-width: 548px) {
      .content-aktuell img {
        max-width: 260px; } }
  .content-aktuell .v-titel {
    font-size: 1.1rem;
    margin-top: 1rem;
    margin-bottom: 0.4rem; }
  .content-aktuell .titel {
    text-transform: uppercase; }
  .content-aktuell .daten {
    color: #4B9185; }
  .content-aktuell .vText {
    margin-top: 1rem;
    line-height: 1.5rem; }

.btn-box-aktuell {
  margin-top: 1.5rem; }

.content-about {
  margin-top: 3rem;
  margin-bottom: 5rem; }

h2 {
  text-align: center;
  margin-bottom: 2rem; }

.logo-about {
  display: flex;
  margin: auto;
  margin-bottom: 1rem;
  width: 210px;
  height: 210px;
  border: 4px dotted #3D3D3D;
  border-radius: 50%;
  background-color: #CCCACA;
  animation: rotate 0.6s ease-in-out both; }

@keyframes rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
  .logo-about img {
    display: block;
    margin: auto;
    width: 200px;
    padding: 1rem; }

.text-about {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 3.5rem; }
  .text-about .column-left,
  .text-about .column-right {
    padding: 0 0.5rem;
    max-width: 480px; }

.supporter {
  margin: auto;
  max-width: 500px;
  margin-top: 3rem;
  margin-bottom: 5rem;
  background-color: #CCCACA;
  padding: 3rem;
  border: 4px dotted #3D3D3D; }
  .supporter ul {
    list-style-type: none;
    text-align: center; }
  .supporter a {
    color: #4B9185; }
    .supporter a:hover {
      color: #3D3D3D; }

.supporter-list {
  display: flex;
  justify-content: center; }

.satzung .btnSatzung {
  width: auto;
  height: auto;
  display: block;
  margin: 2rem auto;
  font-size: 1.6rem;
  font-family: avenir, sans-serif;
  padding: 2.4rem 12%;
  background-color: rgba(75, 145, 133, 0.6);
  border: 4px dotted #3D3D3D; }
  @media (max-width: 670px) {
    .satzung .btnSatzung {
      width: 90%; } }

.satzung .satzungBox {
  background-color: #CCCACA;
  padding: 1.6rem;
  margin: 0 4rem 2rem;
  line-height: 1.5rem; }
  @media (max-width: 670px) {
    .satzung .satzungBox {
      margin: 1.4rem 0; } }
  .satzung .satzungBox h3 {
    padding: 0.4rem 0 0.2rem; }
  .satzung .satzungBox ul, .satzung .satzungBox ol, .satzung .satzungBox li {
    margin-left: 1.1rem; }
  .satzung .satzungBox p {
    font-size: inherit; }
  @media (max-width: 670px) {
    .satzung .satzungBox {
      font-size: 0.7rem;
      line-height: 1.1rem; } }

.satzung .hidden {
  display: none; }

.content-contact {
  min-height: calc(100vh - 216px);
  padding-bottom: 2rem; }
  .content-contact .email {
    text-align: center;
    padding-top: 1.6rem;
    display: block; }
    @media (max-width: 328px) {
      .content-contact .email img {
        width: 100px; } }
    .content-contact .email p {
      padding: 1rem 16% 1.2rem;
      line-height: 1.5rem; }
      @media (max-width: 328px) {
        .content-contact .email p {
          font-size: 0.9rem;
          line-height: 1.2rem; } }
    .content-contact .email a {
      font-size: 1.2rem;
      letter-spacing: 0.1rem;
      padding: 1rem;
      color: #4B9185; }
      .content-contact .email a:hover {
        cursor: pointer;
        color: #3D3D3D; }

.liste-box {
  margin: auto;
  padding: 2rem;
  width: 100%; }
  .liste-box .btn-box {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between; }
    .liste-box .btn-box .btn-add {
      width: 184px;
      margin-right: 0; }
      .liste-box .btn-box .btn-add img {
        margin-right: 0.8rem; }
  .liste-box table {
    margin-top: 1.6rem;
    border-collapse: collapse;
    width: 100%;
    background-color: #f0f0f0; }
    .liste-box table a {
      width: 100%; }
    .liste-box table td.link:hover {
      background-color: rgba(75, 145, 133, 0.6); }
    .liste-box table td,
    .liste-box table th {
      border: 1px solid #3D3D3D;
      text-align: left;
      padding: 0.8rem; }
    .liste-box table th {
      color: #3D3D3D; }
    .liste-box table tr:nth-of-type(2) {
      border-top: 2px solid #4B9185; }
    .liste-box table tr.upcoming + tr:not(.upcoming) {
      border-top: 2px solid #4B9185; }
    .liste-box table th:nth-of-type(3),
    .liste-box table th:nth-of-type(4) {
      text-align: center; }
    .liste-box table tr:last-of-type td {
      border-bottom-color: #3D3D3D; }
    .liste-box table td {
      border-bottom-color: #4B9185; }
    .liste-box table img {
      display: block;
      margin: auto; }

.accordion {
  padding-top: 2rem;
  margin-bottom: 4rem;
  border-bottom: 0.5px solid #525252; }
  .accordion a {
    color: #551A8B; }
  .accordion .event-img {
    max-width: 260px;
    margin-bottom: 1.2rem; }
  .accordion .accordion-row {
    display: flex;
    flex-wrap: wrap;
    padding: 1.8rem 0;
    border-top: 0.5px solid #525252; }
    .accordion .accordion-row .column-left {
      margin-right: 2rem; }
    .accordion .accordion-row .column-right {
      flex: 66%; }
  .accordion .accordion-visible-button {
    display: flex;
    justify-content: space-between;
    cursor: pointer; }
    .accordion .accordion-visible-button .arrow {
      padding: 0 0.8rem; }
  .accordion .date-big {
    color: #4B9185;
    text-align: right;
    margin-bottom: 0.2rem; }
  .accordion .ac-data {
    display: flex;
    flex-wrap: wrap; }
  .accordion h4,
  .accordion .ac-data {
    margin-bottom: 1rem; }
  .accordion .hidden {
    display: none; }

.btn-box-archiv {
  margin-top: 0.8rem; }

.bodylogin {
  background: url(../img/hintergrund-start.jpg) no-repeat fixed center;
  background-size: cover; }

.logo-login img {
  margin: 1rem;
  width: 80px; }

.login-box {
  margin: auto;
  margin-top: 10%;
  width: 328px;
  padding: 1rem;
  color: #3D3D3D; }
  .login-box a {
    text-decoration: underline;
    color: #3D3D3D;
    font-size: 0.8rem;
    display: block;
    text-align: right; }
  .login-box form {
    margin-top: 2rem; }
    .login-box form .input-wrapper {
      margin-bottom: 1.4rem; }
    .login-box form label,
    .login-box form input[type="text"],
    .login-box form input[type="password"] {
      display: block;
      width: 100%; }
    .login-box form label {
      font-size: .75rem;
      margin-bottom: .25rem;
      color: #d27e19; }
    .login-box form input[type="text"],
    .login-box form input[type="password"] {
      padding: .5rem;
      font-size: 1rem; }
    .login-box form input[type="submit"] {
      border: none;
      font-size: 1rem;
      background: #4B9185;
      color: #fef8f6;
      display: block;
      width: 100%;
      padding: .75rem 1rem;
      margin: 2.6rem 0 1rem;
      border-radius: 2px;
      letter-spacing: 0.1rem; }
      .login-box form input[type="submit"]:hover {
        color: #3D3D3D; }

.editor-box {
  margin: auto;
  padding: 3rem 4rem; }
  .editor-box h1 {
    margin-bottom: 2rem; }
  .editor-box .column-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem; }
    @media (max-width: 970px) {
      .editor-box .column-wrapper {
        flex-wrap: wrap; } }
  .editor-box .content-wrapper {
    width: 60%; }
  .editor-box .daten-wrapper {
    width: 30%; }
  .editor-box .date-time-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (max-width: 970px) {
      .editor-box .date-time-box {
        justify-content: flex-start; } }
  .editor-box .date {
    margin-right: 1rem; }
  .editor-box #image-delete {
    right: 5px;
    float: right;
    cursor: pointer;
    margin-bottom: -30px;
    position: relative;
    color: #d27e19;
    font-size: 1.8rem; }
    .editor-box #image-delete:hover {
      color: #CCCACA; }
  .editor-box .img {
    margin-top: 2rem; }
    .editor-box .img label {
      font-size: 0.9rem; }
    .editor-box .img img {
      max-width: 100%; }
  @media (max-width: 970px) {
    .editor-box input[type="submit"],
    .editor-box .content-wrapper,
    .editor-box .daten-wrapper {
      width: 100%; } }
  .editor-box input[type="submit"] {
    margin-top: 0.8rem; }
  .editor-box .errmessage {
    margin-top: 0.4rem; }
  .editor-box .spicker {
    width: 96%;
    background-color: #FEF5A8;
    margin: 1.6rem 0.4rem;
    padding: 0.4rem;
    border-radius: 2px;
    box-shadow: 10px 10px 5px grey; }
    .editor-box .spicker p {
      padding: 0.2rem 0.8rem;
      font-size: 0.8rem; }
      @media (max-width: 360px) {
        .editor-box .spicker p {
          font-size: 0.7rem; } }
    .editor-box .spicker p:first-of-type {
      text-align: center;
      font-weight: bold;
      letter-spacing: 0.1rem; }
    .editor-box .spicker p:last-of-type {
      text-align: center;
      text-decoration: underline; }
    .editor-box .spicker span {
      color: #4B9185; }

.user-box {
  margin: auto;
  padding: 4rem 5rem; }
  .user-box h1 {
    margin-bottom: 2rem; }
    @media (max-width: 970px) {
      .user-box h1 {
        font-size: 1.3rem; } }
  .user-box form {
    width: 80%; }
  .user-box .column-box {
    margin-top: 2rem;
    width: 92%;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 970px) {
      .user-box .column-box {
        flex-wrap: wrap;
        width: 100%;
        margin-top: 1rem; } }
  .user-box .column-regist {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
    width: 70%; }
    @media (max-width: 970px) {
      .user-box .column-regist {
        margin-top: 1rem; } }
  .user-box .column-user {
    width: 30%; }
    .user-box .column-user ul {
      list-style: none;
      margin-top: 0.4rem;
      border-top: thin solid #3D3D3D;
      border-left: thin solid #3D3D3D;
      border-right: thin solid #3D3D3D; }
      .user-box .column-user ul li {
        padding: 0.8rem;
        border-bottom: thin solid #3D3D3D;
        display: flex;
        justify-content: space-between;
        color: #4B9185; }
        .user-box .column-user ul li:hover {
          background-color: white;
          cursor: pointer; }
  @media (max-width: 580px) {
    .user-box form,
    .user-box .column-regist,
    .user-box .column-user {
      width: 100%; } }
  .user-box input[type="submit"] {
    width: 100%; }

.container-spenden {
  line-height: 1.6rem; }
  .container-spenden .content-spenden {
    margin-top: 1rem;
    margin-bottom: 4rem; }
    @media (max-width: 548px) {
      .container-spenden .content-spenden {
        margin: 1.2rem 3.6rem 2.4rem; } }
    .container-spenden .content-spenden a {
      color: #551A8B; }
    .container-spenden .content-spenden img {
      margin-top: 0.4rem;
      width: 100%;
      height: auto; }
    .container-spenden .content-spenden .column-wrapper {
      display: flex;
      flex-wrap: wrap; }
    .container-spenden .content-spenden .column {
      flex: 40%;
      max-width: 40%;
      padding: 0.5rem 0;
      margin-top: 1rem;
      margin-right: 5rem; }
      @media (max-width: 1000px) {
        .container-spenden .content-spenden .column {
          flex: 100%;
          max-width: 100%; } }
      @media (max-width: 548px) {
        .container-spenden .content-spenden .column {
          margin: 0; } }
    .container-spenden .content-spenden .spenden-box {
      border: 4px dotted #3D3D3D;
      padding: 1rem 2rem;
      margin: 1rem 0; }

.content-imp {
  margin: 3rem 0 6rem; }
  .content-imp h2 {
    margin-bottom: 2rem;
    text-align: left; }
  .content-imp h3 {
    padding: 1.2rem 0 0.8rem; }

.content-datenschutz {
  margin-top: 3rem;
  margin-bottom: 6rem; }
  .content-datenschutz h1 {
    margin-bottom: 1rem; }
  .content-datenschutz h2 {
    margin: 1.2rem 0 0; }
  .content-datenschutz h2, .content-datenschutz h3 {
    padding: 0.8rem 0;
    text-align: left; }
  .content-datenschutz ul {
    margin-left: 1.1rem; }
  .content-datenschutz p {
    margin-bottom: 0.6rem; }

.anleitung {
  margin: auto;
  display: block; }
