/* Spektrum 88  */ 

*, 
*::before, 
*::after { 
  box-sizing: border-box; 
}

header {
  background-color: #ffffff;
}

header h1 { 
  margin-bottom: 0; 
}
/* header p {
  margin-top: 0;
} */

nav li {
  display: inline;
  margin-right: 0.5rem;
}

nav {
  background-color: black;
  color: white; 
  padding: 0.5rem;
  margin: 1rem 0; 
}

nav ul {
  padding: 0; 
  margin: 0; 
}

nav a {
  color: white; 
  text-decoration: none; 
}

.current a { text-decoration: none; }

/*
.navi {position:absolute; width:200px; height:20px; padding:5px;}
      
.unter {visibility:hidden; height:300px; border-top-width:0px;}
*/

main {
  background-color: #e5e7e9;
  color: black;
}

footer {
  background-color: #e5e7e9;
  color: black; 
  text-align: center; 
  padding: 0.5rem;
}

html { 
  scroll-behavior: smooth; 
}

.zentrieren {
  text-align: center;
}

.kontaktformular form {
  max-width: 500px; 
  background-color: white; 
  padding: 1rem; 
}

.kontaktformular div {
  margin-bottom: 1rem; 
}

.kontaktformular label { 
  cursor: pointer; 
}      

.kontaktformular label[for] { 
  display: block; 
}      

.kontaktformular input {
  background-color: #a4a4a4;
  color: white;
}
   
.kontaktformular button {
  background-color: white;
  color: black;
  margin-left: 0px; 
  padding: 10px 80px; 
  border: solid 2px;   
  font-size: inherit; 
  cursor: pointer; 
}

body {
  font-family: Roboto, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, 
               "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  max-width: 600px;
  margin: 1rem auto;
}

h1 { font-size: 3.5rem; }
h2 { font-size: 3rem; }
h3 { font-size: 2.5rem; }
h4 { font-size: 1.5rem; }
p {font-size: 1.1rem; }

.site-header { padding: 1rem 1rem 0 1rem; }
.site-nav, .site-footer { padding: 0.5rem 1rem; }
.site-content { padding: 0 1rem; }

/* Gegen »collapsing margins« */
h1, h2, h3, h4, h5, h6,
p, ul, ol, blockquote {
  margin-top: 0; 
}

/* ================================

   layout-modern.css  

   ================================ */

html { 
  background-color: transparent; 
}

body { 
  max-width: none; 
  padding: 0; 
  margin: 0 auto; 
}

.inside {
  max-width: 600px;
  }

@supports (display: grid) {
    .inside {
      max-width: 960px; 
  padding: 0 1rem; 
  margin: 0 auto;
  } 
}

@media screen and (min-width: 600px) {
  .site-header .inside .kontakt {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
/*
@media screen and (min-width: 600px) {
  .site-content .inside .span2 {
    display: grid;
    grid-column: span 2;
  }
}
*/
@media screen and (min-width: 600px) {
  .site-content .inside .kontakt .infoboxen {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
  }
}

.site-header,
.site-nav,
.site-content,
.site-footer {
  padding-left: 0; 
  padding-right: 0; 
}

/* ================================

navi-responsive.css  

================================ */

/* Schritt 1: Die grundlegende Gestaltung der Navigation */

.site-nav {
  position: static; 
  padding: 0; 
}

.site-nav ul { 
  display: flex; 
  flex-flow: column; 
  list-style: none; 
  padding: 0; 
  margin: 0; 
}

.site-nav a {
  display: block; 
  text-decoration: none; 
  background: #333; color: white; 
  padding: 1rem 1rem;
  margin-right: -1rem;   
}

.site-nav a:hover, .site-nav a:focus { 
  background: #a4a4a4; color: white;   
}

.current a { 
  background: #a02049; color: white; 
}

/* Schritt 6: Die horizontale Navigation gestalten  */

@media screen and (min-width: 600px) {
  
  .site-nav {
    position: sticky; 
  }
  
  .site-nav ul { 
    max-height: none !important; 
    flex-flow: row;
    justify-content: center; 
    padding: 0; 
  }

  .site-nav li {
    flex: 1; 
    max-width: 10rem; 
    text-align: center; 
    border-left: 1px solid #eee; 
    margin: 0; 
  }
  .site-nav li:first-child {
    margin: 0; 
  }
  .site-nav li:nth-child(2) {
    margin: 0; 
    width: 25%;
  }
  .site-nav li:last-child {
    border-right: 1px solid #eee; 
    margin: 0; 
  }
  .site-nav a {
    margin-right: 0; 
  }

} /* Ende @media */ 

/* ================================ */

.button {
    display: inline-block;
    margin: auto;
    background-color: #a02049;
    padding: 10px 10px;
    font-size: inherit; 
    cursor: pointer;
}

@media screen and (min-width: 600px) {
  .button {
    display: inline-block;
    margin: auto;
    background-color: black;
    padding: 10px 10px;
    font-size: inherit; 
    cursor: pointer;
  }
}

main a { 
  text-decoration: none;
  color: white; 
}

.beispiel {
  color: #55755e;
}
/* 
@media screen and (min-width: 600px) {
  .beispiel {
    margin-left: 200px;
  }
}

.beispiel button {
  color: #55755e;
}

@media screen and (min-width: 600px) {
  .beispiel button {
    margin-left: 120px;
  }
}

@media screen and (min-width: 600px) {
  .kontaktformular button {
    margin-left: 120px;
  }
}

@media screen and (min-width: 600px) {
  .nachricht {
    margin-left: 50px;
  }
}

@media screen and (min-width: 600px) {
  .rechts {
    margin-left: 10px;
  }
}
*/
/*---------------------------------*/

#footer-cookie,

#footer-cookie * {
box-sizing: border-box;
}

#footer-cookie {
display: none;
position: fixed;
bottom: 0px;
left: 0px;
width: 100%;
height: 50px;
padding-left: 5px;
padding-right: 5px;
line-height: 50px;
background: #303030;
color: #fff;
}

#footer-cookie a {
color: #20c19e;
border: 1px solid #fff;
padding: 5px 5px;
text-decoration: none;
}

#footer-cookie #description {
float: left;
}

#footer-cookie #accept {
float: left;
}

#footer-cookie #accept a {
border: 1px solid #fff;
padding: 5px 5px;
text-decoration: none;
}

/*-----------------------*/
@media (max-width: 1200px) {
#footer-cookie {
padding-top: 5px;
padding-bottom: 5px;
line-height: inherit;
height: auto;
}

#footer-cookie #description {
width: 100%;
}

#footer-cookie #accept {
width: 100%;
margin-top: 0px;
}

#footer-cookie #accept a {
width: 100%;
display: block;
text-align: center;
}

}
/*-----------------------*/
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 840px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.bilder {
  display: none;
}

@media screen and (min-width: 600px) {
  .img375 {
    display: inline-block;
    width: 375px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  color: black;
}

@media screen and (min-width: 600px) {
  .infoboxen .inside {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /*grid-template-columns: repeat(autofit, minmax(250px, 1fr));*/
    grid-gap: 1rem;
  }
}
/*
@media screen and (min-width: 600px) {
  .zweispaltig {
    display: flex;
    flex-direction: row;
  }
}
*/

