@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Pontano+Sans|Poppins:400,700&display=swap");
/*font-family: 'Cambay', sans-serif;
font-family: 'Rosario', sans-serif;*/
/*@import url("navi.css");*/
/*@import url("hamburgers.css");*/
/*@import url("mediaqueries.css");*/
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,700&display=swap");
:root {
  --linkFarbe: #3c71a7; }

* {
  font-family: 'PT Sans'; }

body {
  display: grid;
  grid-template-columns: 15rem 1fr;
  margin: 0; }

.keinEintritt {
  background-color: grey; }

.linke-spalte {
  background-color: rgba(199, 199, 199, 0.81);
  margin-right: 1rem;
  height: 100vh;
  position: sticky;
  top: 0; }

.linke-spalte ul {
  list-style: none;
  font-size: 1.1rem;
  margin: 1rem;
  padding: 0; }

.linke-spalte ul li {
  padding: 0.5rem; }

ul li a {
  display: block; }

.linke-spalte ul li:hover {
  background-color: #E4E4E4; }

.linke-spalte ul li:hover a {
  border-bottom: none; }

.rechte-spalte {
  padding: 1rem; }

.website {
  background-color: #5A5A5A;
  width: 7rem;
  text-align: center;
  margin: 4rem auto 0;
  padding: .5rem;
  position: absolute;
  bottom: 8rem;
  left: 3.5rem; }
  .website a {
    display: block;
    padding: .2rem; }
  .website a:link, .website a:visited {
    color: white; }
  .website a:hover {
    border-bottom: none; }
  .website:hover a {
    color: var(--linkFarbe); }

a:link,
a:visited {
  text-decoration: none;
  color: var(--linkFarbe);
  font-weight: 700; }

a:hover,
a:active {
  border-bottom: 1px solid var(--linkFarbe); }

table {
  border-collapse: collapse;
  width: 100%;
  margin: 1rem 0 2rem; }

.katTab {
  width: 600px; }

.tabelle p {
  margin: 0;
  padding: 0; }

.tabelle .loeschen,
.tabelle .edit {
  width: 120px; }

.tabelle .datum {
  width: 100px; }

.tabelle .Titel {
  width: 150px; }

.tabelle .ort {
  min-width: 80px; }

td {
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  padding: 0.25rem 0;
  padding: 0.25rem; }

th {
  text-align: left;
  height: 3.5rem;
  padding-left: 0.25rem;
  position: sticky;
  top: 0;
  background-color: #B7B7B7; }

.tabelle tr:nth-of-type( odd ) td {
  background-color: #eee; }

.red {
  background-color: #F1AAAC !important; }

.inhalt {
  width: 375px; }

form {
  background-color: #fcfcf0;
  padding: 1rem; }

form > p {
  display: grid;
  grid-template-columns: 15rem 1fr;
  grid-gap: 0 1rem;
  align-items: start; }

label {
  display: block;
  text-align: right;
  font-weight: bold;
  color: #666; }

label.inline {
  display: inline-block;
  text-align: left;
  margin-bottom: 0.5rem; }

input,
textarea,
select {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #666;
  background-color: white; }

input[type="checkbox"] {
  width: auto; }

input[type="radio"] {
  width: auto; }

.radioButtons {
  padding-left: 1rem; }
  .radioButtons label {
    margin-right: 1rem; }
  .radioButtons .block {
    text-align: left; }

select {
  font-size: 0.8rem;
  height: 2rem; }

textarea {
  height: 10rem;
  resize: vertical;
  min-height: 10rem;
  max-height: 20rem; }

p.meldung {
  background-color: var(--linkFarbe);
  padding: 1rem;
  color: white;
  text-align: center; }

button {
  background-color: var(--linkFarbe);
  padding: 0.5rem 1rem;
  color: white;
  font-size: 0.7rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  border: 0;
  grid-column: 2;
  max-width: 12rem; }

button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s; }

button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: -1px;
  right: -20px;
  transition: 0.5s; }

button:hover span {
  padding-right: 25px; }

button:hover span:after {
  opacity: 1;
  right: 0; }

/** Beim Jodit-Editor den H1-Button verstecken */
.jodit_toolbar_list > .jodit_toolbar li.jodit_toolbar_btn.jodit_toolbar_btn-h1 {
  display: none; }

/* Im Editor dem P den margin Bottom 10px nehmen*/
/*.jodit_container:not(.jodit_inline) .jodit_wysiwyg p, .jodit_container:not(.jodit_inline) .jodit_wysiwyg pre { margin: 0 !important;}*/
/*  Vorschau im CMS   INDEX   ********/
.vorschau {
  height: 10rem; }

/*font awsome*/
.fa-trash-alt {
  color: #7a0808; }

.kasten {
  width: 200px;
  height: 200px;
  background-color: beige;
  display: flex;
  justify-content: center;
  align-items: center; }

/*//========================
CMS Galerie
===========================*/
.buttonContainer {
  display: flex;
  justify-content: space-between;
  max-width: 620px; }

.buttonContainer {
  margin-bottom: 2rem; }

.button a {
  width: 300px;
  height: 3rem;
  border: 1px solid var(--linkFarbe);
  display: flex;
  justify-content: center;
  align-items: center; }

.button a:hover {
  background-color: var(--linkFarbe);
  color: white; }

.button i {
  margin-right: 5px; }

/*//========================
Über uns CMS
===========================*/
/* CSS Document */
* {
  box-sizing: border-box; }

.logSys {
  font-size: 0.9rem;
  margin-top: 2rem; }
  .logSys a {
    color: black; }

.loginOut form {
  width: 12rem;
  margin: 2rem auto; }

.loginOut input {
  width: auto;
  margin-bottom: 0.5rem; }

.logout {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); }
  .logout button {
    margin: 0 auto;
    display: block; }

.pwAendern {
  margin-top: 4rem;
  width: 400px; }
  .pwAendern input {
    width: auto;
    margin-bottom: 0.7rem; }

.fehlermeldung {
  color: red;
  background-color: #dec7c7;
  padding: 1rem 1rem 1rem 2rem;
  margin-bottom: 1px;
  width: 400px;
  text-align: center; }
  .fehlermeldung:before {
    content: '\26A0';
    padding-right: 1rem; }

.erfolg {
  color: darkgreen;
  background-color: #b9d1b4;
  padding: 1rem 1.5rem  2px;
  margin-bottom: 1px; }
