/*Abstand body top unter Navi*/
.site-content {
    margin-top: -32px;
}
/* lücke zwischen den rows */
.entry-content h1, h2, h3, h4, h5, h6, p {
    padding: 0 !important;
    margin: 0 !important;
word-wrap: break-word !important;
}
/*für luecke zwischen nav und erster row*/
.panel-row-style {
    padding-top: 0px ;
}
/* zusaetzlich in den Row-Options "Abstand nach unten" auf 0 setzen*/

/*Unterstuetzer/Spendenaufruf h5 nicht im Widget einstellbar*/
h5{
font-size: 20px;
font-weight: bold;
}
/*permanente groessere schrift auf der gesamten seite*/
body{
font-size: 20px;
}
/* verschiebt das nav-menue*/
#site-navigation{
padding-left: 60px;
}
#site-banner .site-logo img {
       padding-left: 60px;
}
h1.entry-title, .blog .page-title {
    font-size: 35px;
    text-transform: none;
}
 #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
    background-color: #fff;
    border-top: 1px solid #00E2E2;
.container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
