/* ******************************************** */

/* Fußzeile                                     */

/* ******************************************** */

#footer-inside {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #ff0000;
  height: 60px;
}

#footer.cryout {
  border: 0px;
}

#site-copyright {
  margin-top: -20px;
}

@media only screen and (max-width: 600px) {
	#footer-inside {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #ff0000;
  height: 100px;

}

/* ******************************************** */

/* ???                                          */

/* ******************************************** */

#site-header-main-inside {
  font-size: 18px;
  line-height: 0px;
  font-weight: bold;
}

#site-title a span {
  color: #fa0d11;
  font-weight: bold;
}

#access a > span {
  font-weight: bold;
  font-size: 20px;
}

/* ******************************************** */

/* Bilder Radius und Schatten                   */

/* ******************************************** */

.fluida-image-none .entry-content img[class*='align'] {
  border-radius: 30px;
  box-shadow: 10px 5px 5px grey;
}

/* ******************************************** */

/* Schatten Text                                */

/* ******************************************** */

#Text_Schatten {
  text-shadow: 4px 3px 1px #c0c0c0;
}

.siteorigin-widget-tinymce.textwidget {
  margin: 0px;
  margin-top: 15px;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
}

/* ******************************************** */

/* Kontaktformular                              */

/* ******************************************** */

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  border-width: 1px;
  border-color: #000000;
  border-radius: 30px;
  color: #ff0000;
  font-weight: bold;
  width: 300px;
  height: 35px;
}

.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
  border-width: 1px;
  border-color: #000000;
  border-radius: 30px;
  color: #ff0000;
  font-weight: bold;
  width: 300px;
  height: 100px;
}

.wpcf7-form-control.wpcf7-quiz {
  border-width: 4px;
  border-color: #fc0019;
  border-radius: 30px;
  color: #ff0000;
  font-weight: bold;
  width: 89px;
  height: 45px;
  margin-left: 64px;
}

.wpcf7-form-control.wpcf7-submit.has-spinner {
  background-color: #e6ff00;
  border-radius: 20px;
  border-width: 1px;
  margin-left: 100px;
}

.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
  color: #ff0000;
  font-weight: bold;
}

label {
  font-weight: bold;
}

p {
  margin-left: 20px;
}

.panel-widget-style.panel-widget-style-for-103-0-1-0 {
  margin-bottom: 50px;
}