/* Die Links im Inhaltsbereich gestalten */

.site-content a[href^="http"]::after { content: " \2197"; }
.site-content a:link { color: #0b74b8; }
.site-content a:visited { color: #36aade; }
.site-content a:hover, .site-content a:focus { color: #f5662e; }
.site-content a:active { color: #d90000; }

/* Gestaltung der Infoboxen */

.infoboxen  { background-color: #eee; ... }
.infoboxen  { text-align: center; ... }

/* Gestaltung der Infoboxen */

.kundenstimme { text-align: center; ... }
.kundenstimme p:first-child {font-size: 1.25rem ; ... }

/* Gestaltung der Inhalte auf der Seite News */

.beitragsliste h3, .linklisten h3 { padding-top: 0.5rem; ... }
.beitragsliste article, .linklisten section { margin-bottom: 3rem ; ... }
.beitragsinfo { color: gray; }





/*body2 {
        background-color: grey; 
        color: black;
} */
body {
        font-family: "Roboto:wght@300&display=swap", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, 
        arial, helvetica, sans-serif; background-color: #8FBC8F; margin-top: 30px;
        font-size: 1rem;
        background-color: lightgrey;
        margin: 1rem auto;
        
}
 header {
     display: block;
     background-color: grey;
     color: white;
     padding: 1rem;
 }
dt { font-weight: bold; }
dd { margin-left: 0; margin-bottom: 1rem; }

h1 {
    display: block;
    font-size: 2em;
    font-weight: bold;
}

nav li {
    color: white;
    display: inline;
    margin-right: 3.5rem;
}

nav { 
background-color: lightgrey;
color: white;
padding: 0.5rem;
margin: 1rem 0;
font-weight: bold;
    font-size: 1.0rem;
}
nav2 { 
background-color: lightgrey;
color: white;
padding: 0.5rem;
margin: 1rem 0;
font-weight: bold;
    font-size: 1.0rem;
}

nav ul {
    color: white;
    padding: 0;
    margin: 0;
}

nav a {
    color: white;
    text-decoration: none;
}

footer { 
background-color: lightgrey;
color: white;
text-align: right;
padding: 0.5rem;
}
footer a  {
    color: white;
    text-decoration: none;
}
html {
    scroll-behavior: smooth;
}
header h1 {
    margin-bottom: 0;
}
header p {
    margin-top: 0;
}
img {
    max-width: 100%; 
    height: auto;
    border: 0;
}
figure {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
}
details {
    background-color: whitesmoke;
    padding: 1rem;
    border: 1px solid lightgrey 0;
    margin-bottom: 1rem;
}
summary {
    cursor: pointer;
    font-weight: bold;
    font-size: 1.25rem;
}

.current a { text-decoration: underline; }
.meta-nav ul {
    margin: 0;
}
.meta-nav li {
    display: inline;
    margin-right: 0.5rem;
}

.beitragsliste h3, .linklisten h3 {
    padding-top: 0.5rem;
    border-top: 1px solid whitesmoke;
    margin-bottom: 0.25rem;
}
.beitragsliste article, .linklisten section
{ margin-bottom: 3rem; }
.beitragsinfo
{ color: gray; }

address { font-style: normal; }

.kontaktformular form { 
  max-width: 400px;
   background-color: whitesmoke;
   padding: 1rem;
}
.kontaktformular div  { margin-bottom: 1rem; }
.kontaktformular label  { cursor: pointer; }
.kontaktformular label[for]  { display: block; }
.kontaktformular button  { 
    background-color: gray;
    color: white;
    padding: 0.5rem; 
    border: none;
    font-size: inherit;
    cursor: pointer;
    }

form  { 
            max-width: 400px;
                    background-color: whitesmoke;
                    padding: 1rem; 
}
 div  { margin-bottom: 1rem; 
 }
label  { 
        cursor: pointer; 
    }
    
 label  { 
        display: block; 
        }   
        
label [for]  { 
        display: block; 
    }
.site-header {
        padding-top: 1rem;
        padding-right: 1rem;
        padding-bottom: 0;
        padding-left: 1rem;
}
.site-nav, .site-footer {
        padding-top: 0.5rem;
        padding-right: 1rem;
        padding-bottom: 0.5;
        padding-left: 1rem;
}
.site-content {
        padding-top: 0;
        padding-right: 1rem;
        padding-bottom: 0;
        padding-left: 1rem;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote {
        margin-top: 0;
       
}
*,
*::before,
*::after  {
        box-sizing: border-box;
}
.site-content 
        a[href^="mailto:"]::after {
            content: " \2197";
}

    