h1, h1 a {
  color: #ffffff;
  font-size: 38px;
}

h2, h2 a {
  color: #fff;
  font-size: 28px;
}

h3, h3 a {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}

a
{
  color: #fff;
}

body {
  color: #fff;
  background-image: url("https://www.fuldawetter.de/wp-content/uploads/2023/04/background.jpg");
  /*background: linear-gradient(0deg, rgba(0,111,233,0.7) 0%, rgba(0,111,233,1) 50%, rgba(0,111,233,1) 100%);*/
  background-attachment: fixed;
}

@media only screen and (min-width: 769px) 
{
body 
{
  background-size: cover;
  background-position: center top;
}
}

@media only screen and (max-width: 768px) 
{
body 
{
  background-position: center bottom;
}
}

/* Werbung auf Smartphones */
.responsive_ad {
  align: center !important;
  margin: 0 auto !important;
  width: 320px;
  height: 151px;
}

/* Werbung auf Tablets, Notebooks oder Netbooks */
@media(min-width: 500px) {
.responsive_ad {
  align: center !important;
  margin: 0 auto !important;
  width: 468px;
  height: 60px;
}
}

/* Werbung am PC */
@media(min-width: 1385px) {
.responsive_ad {
  align: center !important;
  margin: 0 auto !important;
  width: 728px;
  height: 90px;
}
}

.site-header {
    background-color: transparent;
}

.inside-header {
  padding: 25px;
}

.main-navigation
{
  display: none;
}

.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .one-container .container, .separate-containers .paging-navigation, .inside-page-header
{
  background-color: transparent;
}

.site-info, .site-info a, .copyright-bar, .site-info a:hover {
   background-color: transparent;
   color: #fff;
}
  
.copyright{
  display:none;
}
  
  @media only screen and (min-width: 769px) {
.not_desktop {
  display: none;
}
}

  @media only screen and (max-width: 768px) {
.not_mobile {
  display: none;
}
}
