/* style.css wird in den HTML-Dteien per <link> eingebunden */

@import url("basis.css");
@import url("layout.css");
@import url("navi-responsiv.css");
@import url("content.css");
@import url("formulare.css");
@import url("layout-modern.css");
@import url("neue1.css");
@import url("tabelle.css");
@import url("welse4.css");
@import url("welse5.css");

/* @media screen and (max-width: 2000px) */

 @media screen and ( min-width: 1200px ) 
  { 
   p {
      column-count: 0;
      column-gap: 4rem;
      column-rule: 1px solid #eee;
}
  p2 {
      column-count: 2;
      column-gap: 4rem;
      column-rule: 1px solid #eee;
}
/* macht drei Textspalten */
 p3 {
      column-count: 3;
      column-gap: 6rem;
      column-rule: 1px solid #eee;
    }
} 
html {
        background-color: grey; 
        }

/*body2 {
        background-color: grey; 
        color: black;
} */

.center {
  text-align: center;
  border: 0;
}

.justify {
  text-align: justify;
  border: 0;
}

.something {
  margin: 0px 0px 0px 50px; /* oben 0px, rechts 0px, unten 0px, links 50px */
}

.content { padding-left: 33%; 
                  border: 0;                    }
.sidebox { padding-right: 10px; }


/*Àus neue1.css übernommen */
TD.text {
        FONT-FAMILY: Arial, Helvetica, Sans-Serif, Trebuchet MS;
        BORDER-RIGHT: slategray 3px solid;
        PADDING-RIGHT: 25px;
        BORDER-TOP: white 3px solid;
        PADDING-LEFT: 25px;
        FONT-WEIGHT: normal;
        FONT-SIZE: 90%;
        PADDING-BOTTOM: 25px;
        VERTICAL-ALIGN: middle;
        BORDER-LEFT: white 3px solid;
        COLOR: #000000;
        LINE-HEIGHT: normal;
        PADDING-TOP: 25px;
        BORDER-BOTTOM: slategray 3px solid;
        FONT-STYLE: normal;
        BACKGROUND-COLOR: #dcdcdc;
        TEXT-ALIGN: justify;
        TEXT-DECORATION: none
} 
td.textohnerand {
        FONT-FAMILY: Arial, Helvetica, Sans-Serif, Trebuchet MS;
        BORDER-RIGHT: 0;
        PADDING-RIGHT: 25px;
        BORDER-TOP: 0;
        PADDING-LEFT: 25px;
        FONT-WEIGHT: normal;
        FONT-SIZE: 90%;
        PADDING-BOTTOM: 25px;
        VERTICAL-ALIGN: middle;
        BORDER-LEFT: 0;
        COLOR: #000000;
        LINE-HEIGHT: normal;
        PADDING-TOP: 25px;
        BORDER-BOTTOM: 0;
        FONT-STYLE: normal;
        BACKGROUND-COLOR: #dcdcdc;
        TEXT-ALIGN: justify;
        TEXT-DECORATION: none
} 

body {
        font-family: "Roboto:weight@300&display=swap", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, 
        arial, helvetica, sans-serif; background-color: #8FBC8F; margin-top: 30px;
        font-size: 1.3rem;
        background-color: lightgray;
        margin: 1rem auto;
}

 header {
     display: block;
     background-color: gray;
     color: white;
     padding: 1rem;
 }
dt { font-weight: bold; }
dd { margin-left: 0; margin-bottom: 1rem; }

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

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

nav { 
background-color: lightgray;
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: lightgray;
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;
}

details {
    background-color: whitesmoke;
    padding: 1rem;
    border: 1px solid lightgray 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;
}
.site-content { line-height: 1.5;
}

.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;
        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";
}

    