/* ************************************************** */

/* Footer                                             */

/* ************************************************** */

#footer-inside {
  max-height: 180px;
  display: table;
  padding-top: 3px;
  padding-bottom: 3px;
  opacity: 1;
}

#footer a,
.page-title strong {
  color: #ffffff;
  font-size: 12px;
}

#footer a:hover,
.page-title strong {
  color: #ffff00;
  font-size: 12px;
}

#footer.cryout {
  position: fixed;
  bottom: 0px;
  height: 80px;
  line-height: 1em;
  z-index: 99999;
}

@media only screen and (max-width: 700px) {
  #footer-inside {
    max-height: 120px;
    display: table;
    padding-top: 1px;
    padding-bottom: 5px;
  }

  #footer.cryout {
    position: fixed;
    bottom: 0px;
    height: 120px;
    line-height: 0.8em;
    z-index: 99999;
  }

  #footer a,
  .page-title strong {
    color: #ffffff;
    font-size: 8px;
  }

  #footer a:hover,
  .page-title strong {
    color: #ffff00;
    font-size: 8px;
  }
}

/* ************************************************** */

/* Allgemeine Einstellungen                           */

/* ************************************************** */

.main .lp-text-title {
  display: none;
}

.content-search.pad-container.no-results {
  display: none;
}

.fluida-landing-page .lp-text-inside {
  margin-top: -50px;
  padding: 0px;
}

/* ******************************************************************* */

/* Gästebuch                                                           */

/* ******************************************************************* */

.page-id-732 h3 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #0000ff;
}

.page-id-732 .text-info {
  font-weight: bold;
}

#gwolle_gb_submit.button.btn.btn-primary {
  margin-left: 100px;
}

.gwolle_gb_notice {
  font-size: 10px;
  word-spacing: -1px;
  letter-spacing: 0px;
  line-height: 10px;
}

#gwolle_gb .input input[type="text"],
#gwolle_gb .input input[type="email"],
#gwolle_gb .input input[type="url"],
#gwolle_gb .input textarea {
  max-width: 500px;
  border-color: #000000;
  background-color: #00ff00;
  box-shadow: 5px 5px 5px rgba(10, 10, 10, 0.7);
  border-radius: 25px;
  margin-left: 50px;
}

@media only screen and (max-width: 700px) {
  #gwolle_gb .input input[type="text"],
  #gwolle_gb .input input[type="email"],
  #gwolle_gb .input input[type="url"],
  #gwolle_gb .input textarea {
    max-width: 400px;
    border-color: #000000;
    background-color: #00ff00;
    box-shadow: 5px 5px 5px rgba(10, 10, 10, 0.7);
    border-radius: 15px;
    margin-left: 30px;
  }
}

#gwolle_gb_submit.button.btn.btn-primary {
  margin-left: 100px;
  border-radius: 25px;
  box-shadow: 5px 5px 5px rgba(10, 10, 10, 0.7);
}

#gwolle_gb .gb-entry .gb-author-info,
#gwolle_gb .gb-entry .gb-entry-content {
  display: block;
  background-color: #A4FEA4;
  padding: 10px;
  border-radius: 20px;
  box-shadow: 5px 5px 5px rgba(10, 10, 10, 0.7);
  margin-bottom: 20px;
  opacity: 1;
}

.gb-author-info {
  font-size: 0px;
  width: 320px;
}

.gb-entry-content {
  width: 500px;
}

button,
input[type="button"] {
  background-color: #00ff00;
  border-radius: 25px;
  box-shadow: 5px 5px 5px rgba(10, 10, 10, 0.7);
}

.page-navigation {
  font-weight: bold;
}

.tablepress tbody tr:first-child td {
  font-size: 18px;
}

#access a > span {
  margin-right: -5px;
  font-size: 11px;
}

.tablepress-id-2 .column-1 {
  font-size: 18px;
}

.tablepress-id-3 .column-1 {
  font-size: 18px;
}

.tablepress-id-3 .column-2 {
  font-size: 18px;
}

.tablepress-id-2 .column-2 {
  font-size: 18px;
}

u {
  font-size: 18px;
}

p {
  font-size: 18px;
}

.panel-grid.panel-has-style>.panel-row-style {
  font-size: 13px;
}