/*
Project Name: FEUERWEHR SCHLAMIN
Project URI: http://www.Feuerwehr-Schlamin.de
Description: Under Construction
Author: web@nils-thede.de
Version: 112.0
*/

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
  height: auto;
}

body {

background: url(../img/BG_Mitmachen_fuer_Mitmenschen_A.png) no-repeat right bottom #f4e81b;
  color: #383939;
  font-family: 'Open Sans', sans-serif;
}

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;1,700&display=swap" rel="stylesheet">

a { 
    text-decoration: none; 
}

a:link {color: #383939;}
a:visited { color: #383939; }
a:hover,
a:focus {
  border-bottom: 1px solid #383939;
}

#sitewrap {
  margin: auto;
  position: relative;
  max-width: 960px;
}

#logo {
    text-align: center;
    padding-top: 1;
}

#logo img {
    width: 40%;
    min-width: 280px;
}

#content {
  text-align: center;
}

h1 {
  font-size: 36px;
    margin-top: 0.5em;
    margin-bottom: 0.2em;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 600;
}

h2 {
  font-size: 22px;
    margin-top: 0.5em;
    margin-bottom: 0.2em;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 600;
}

strong {
  font-weight: 700;
}


.headlinebox {
    margin: 0 auto;
    width: 60%;
    text-align: center;
        margin-bottom: 2.0em;

}

.teaserbox {
  width: 30%;
  float: left;
  font-size: 18px;
  text-align: left;
}



.teaser_left.teaserbox {
    margin: 0 10% 0 15%;
}

.teaserbox > h2 {
    margin: 0;
}

.teaserbox > p {
    line-height: 1.4em;
    margin: 0.75em 0;

}

.textleistungen > p {
    line-height: 1.4em;
    margin: 0.75em 0;
    text-align: left;
}

.impressumbox {
    margin: 0 auto;
    width: 100%;
    padding-left: 50px;
    padding-top: 240px;
    padding-bottom: 40px;
    text-align: left;
    color: #ffffff;
}

.impressumbox a:link {color: #ff4444;}
.impressumbox a:focus {
  border-bottom: 1px solid #ff4444;


@media only screen and (max-width : 560px) {

 body {
  background-size: 120%;
 }

 #content {
  padding: 0 10px;
 }

 .teaserbox {
  float: none;
  width: auto;
  padding: 0 10%;
 }

  .teaser_left.teaserbox {
      margin: 0 0 4em;
  }


}