
html {
  scroll-behavior: smooth;
}

body {
	min-height: 100vh;
	/*background-image: url("pexels-milo-textures-2768398.jpg");
  background-size: cover;
  
  background-image: linear-gradient(to left, rgb(1, 1, 32), rgb(0, 32, 0));*/
  background-color:  rgb(0, 18, 0);
}

@media only screen and (max-width: 1200px) {
  .waldbild {
    display: none;
  }

}


div.header{
	min-height: 150px;
	margin-bottom: 10px;
}

div.topscreen{
    min-width: 1100px;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 30px;
  min-height: 800px;
}

div.topscreen_right{
  background: linear-gradient(to left, transparent, transparent,rgb(0, 18, 0) ), url("pexels-johannes-plenio-1125776.jpg") no-repeat center; 
  background-size: cover;
}

div.topscreen_right_top{
  min-height: 200px;
}

div.topscreen_right_middle{
  min-height: 200px;
  margin-top: 30px;
}

.topscreen_right_middle img{
  margin-left: 50px;
  margin-right: 20px;
}

div.topscreen_right_button{
  margin-top: 100px;
  margin-left: 500px;
  min-height: 50px;
}

div.topscreenband{
  min-width: 1100px;
  min-height: 300px;
  background-color: rgb(19, 2, 2) ;
}

div.middle{
  min-width: 1100px;
  margin-top: 20px;
  background-color: white;
}

div.schritte{
  margin-top: 50px;
  background-color: white;
}

div.wueu{
  margin-top: 50px;
  background-color: white;
}

div.wich{
  margin-top: 50px;
  background-color: white;
}

div.tabbed{
  grid-column: 2 / 3;
  grid-row: 1;
  min-width: 1000px;
}

div.schnellstart{
  border-radius: 20px;
  margin-top: 35px;
  margin-bottom: 20px;
  background-color: hsla(0, 0%, 89%, 0.5);
}

div.spaltenheader{
  display: grid;
  grid-template-columns: 250px auto 50px;
  /*grid-gap: 10px;*/
  grid-auto-rows: minmax(100px, auto);
}

div.duobild{
  grid-column: 1 / 2;
  grid-row: 1;
  opacity: 0.5;
  width: 250px;
}

div.duobild:hover{
  opacity: 1.0;
}

div.duobild img {
  margin-left: 20px;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 5px;
}

img:hover {
  box-shadow: 0 0 2px 2px rgba(0, 140, 186, 0.5);
}

div.sechead{
  grid-column: 2 / 3;
  grid-row: 1;
}
div.secright{
  grid-column: 3 / 4;
  grid-row: 1;
}

div.spalten{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  grid-auto-rows: minmax(100px, auto);
}

div.right{
  grid-column: 3 / 4;
  grid-row: 1;
}

.waldbild{
  grid-column: 1 / 2;
  grid-row: 1;
  border-radius: 20px;
  margin-top: 35px;
  margin-bottom: 20px;
  background-image: url("pexels-mali-maeder-142497.jpg");
  background-size: cover;
}

div.note{
  border-radius: 5px;
  margin: 15px 35px 15px 35px;
  background-color:rgb(203, 208, 212);
  border-color: silver;
  border-width: 1px;
  box-shadow: slategrey;
}

div.weiterefragen{
  display: grid;
  grid-template-columns: 250px auto 50px;
}
.fragenlinks{
  grid-column: 1 / 3;
  grid-row: 1;
}
.fragenrechts{
  grid-column: 2/ 4;
  grid-row: 1;
  font-size: 0.9em;
}

div.placeholder{
	height: 70px;
	margin: auto;
}

div.footer{
  background-color: rgb(222, 222, 222);
	min-height: 50px;
  min-width: 1100px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer a{
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 500;
  margin: 10px 10px 10px 10px;
}

div.admin{
  background-color: bisque;
}

/*
div.tab1{
  overflow-y: auto;
}
div.tab2{
  overflow-y: auto;
}
div.tab3{
  overflow-y: auto;
}
div.tab4{
  overflow-y: auto;
}
div.tab5{
  overflow-y: auto;
}
*/

/* Tabs mit radio-Buttons */
.tabbed figure { 
  display: block; 
  margin-left: 0; 
  border-bottom: 1px solid silver;
  border-radius: 20px;
  clear: both;
}

.tabbed > input,
.tabbed figure > div { display: none; }

.tabbed figure>div {
 padding: 20px;
 width: 100%;
 border: 1px solid silver;
 border-radius: 20px;
 background: white;
 line-height: 1.5em;
 letter-spacing: 0.3px;
 color: #444;
 opacity: 0.9;
 min-height: 600px;
}

#tab1:checked ~ figure .tab1,
#tab2:checked ~ figure .tab2,
#tab3:checked ~ figure .tab3,
#tab4:checked ~ figure .tab4,
#tab5:checked ~ figure .tab5,
#tab6:checked ~ figure .tab6 { display: block; }

nav label.left {
  float: center;
  width: 100px;
  padding: 15px 15px;
  justify-content:center;
  align-items:center;
  background: rgba(255,255,255,0.3);
  box-shadow: 0 15px 35px rgba(0,0,0,0.2);
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom:1px solid rgba(255,255,255,0.1);
  border-radius: 30px;
  color: rgb(63, 63, 63);
  z-index: 1;
  font-family: Arial;
  font-size: 1.1em;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
  overflow: hidden;
  transition: 0.5s;
  backdrop-filter: blur(15px);
}

nav label.right {
  float: right;
  padding: 15px 15px;
  border-top: 1px solid silver;
  border-left: 1px solid silver;
  border-right: 1px solid silver;
  background: hsl(210,50%,50%);
  color: #eee;
  font-family: Arial;
    opacity: 0.9;
}

nav label.rightexit {
 float: right;
 padding: 8px 8px;
 border-top: 1px solid silver;
 border-left: 1px solid silver;
 border-right: 1px solid silver;
 background: hsl(210,50%,50%);
 color: #eee;
 font-family: Arial;
   opacity: 0.9;
}

nav label:nth-child(1) { border-left: 1px solid silver; }
nav label:hover { background: hsl(210,50%,40%); }
nav label:active { background: red; }

#tab1:checked ~ nav label[for="tab1"],
#tab2:checked ~ nav label[for="tab2"],
#tab3:checked ~ nav label[for="tab3"],
#tab4:checked ~ nav label[for="tab4"],
#tab5:checked ~ nav label[for="tab5"],
#tab6:checked ~ nav label[for="tab6"]  {
 background: white;
 color: #111;
 position: relative;
 border-bottom: none;
}

#tab1:checked ~ nav label[for="tab1"]:after,
#tab2:checked ~ nav label[for="tab2"]:after,
#tab3:checked ~ nav label[for="tab3"]:after,
#tab4:checked ~ nav label[for="tab4"]:after,
#tab5:checked ~ nav label[for="tab5"]:after,
#tab6:checked ~ nav label[for="tab6"]:after {
 content: "";
 display: block;
 position: absolute;
 height: 2px;
 width: 100%;
 background: grey; /*der kleine Strich unter dem Tab*/
 left: 0;
 bottom: -1px;
}

/* der Rest */

.topscreen_right h1 {
  color: rgb(255, 255, 255);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.5em;
  font-stretch: ultra-condensed;
  display: inline;    /*kein Umbruch*/
}

.middle h1 {
  margin-left: 30px;
  padding-top: 20px;
  color: gray;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2em;
  font-stretch: ultra-condensed;
}

.wueu h1 {
  margin-left: 30px;
  padding-top: 20px;
  color: gray;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2em;
  font-stretch: ultra-condensed;
}

.wich h1 {
  margin-left: 30px;
  padding-top: 20px;
  color: gray;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2em;
  font-stretch: ultra-condensed;
}

.schritte h1 {
  margin-left: 30px;
  padding-top: 20px;
  color: gray;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2em;
  font-stretch: ultra-condensed;
}

.middle h2 {
  margin-left: 30px;
  padding-bottom: 20px;
  color: gray;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-stretch: ultra-condensed;
}

.wueu h2 {
  margin-left: 50px;
  padding-bottom: 20px;
  color: gray;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-stretch: ultra-condensed;
}

.wich h2 {
  margin-left: 50px;
  color: gray;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-stretch: ultra-condensed;
}

.topscreen h2 {
	color: rgb(255, 255, 255);
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 1.5em;
  font-stretch: ultra-condensed;
  display: inline;  /*kein Umbruch*/
}

.schritte h3 {
  margin-left: 50px;
  color: gray;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.3em;
  font-stretch: ultra-condensed;
}

hr {
  border: 0;
  height: 8px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(85, 74, 53), rgba(0, 0, 0, 0));
}

h3 {
	color: rgb(85, 74, 53);
  text-align: left;
	margin-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 1.5em;
  opacity: 1.0;
}

input.admin {
  width: 1000px;
}


details {
  justify-content:center;
  align-items:center;
  background: rgba(255,255,255,0.05);
  box-shadow: 0 15px 35px rgba(0,0,0,0.2);
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom:1px solid rgba(255,255,255,0.1);
  border-radius: 30px;
  color: black;
  z-index: 1;
  font-family: Arial;
	font-size: 1.1em;
  font-weight: 300;

}

summary {
  padding: 10px;
  font-family: Arial;
	font-size: 1em;
  font-weight: 300;
}

ul.ultop {
  margin-top: 100px;
  margin-left: 80px;
  list-style-image: url("anstrich.gif");
}

ul.ulschw {
  margin-left: 80px;
  list-style-image: url("anstrich.gif");
}

li{
  margin-top: 5px;
}

li.litop{
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 1em;
}

li.lischw{
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
}


.topscreen_right_button a{
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-family: sans-serif;
  text-decoration: none;
  color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  transition: all .35s;
  display: inline-block;
  margin-right: 50px;
  background-color: rgba(0, 30, 0, 0.5);
}

.topscreen_right_button a span{
  position: relative;
  z-index: 2;
}

.topscreen_right_button a:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgb(0,30,0);
  transition: all .35s;
}

.topscreen_right_button a:hover{
  color: rgb(255, 255, 255);
}

.topscreen_right_button a:hover:after{
  width: 100%;
}



p.antwort {
  color:black;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 0.9em;
  font-family:Arial, Helvetica, sans-serif;
}

p.einz {
  color:black;
  padding: 15px 15px 15px 15px;
  font-size: 0.9em;
  font-family:Arial, Helvetica, sans-serif;
}

p.anstrich {
  color:black;
  margin-left: 30px;
  margin-right: 20px;
  font-size: 0.9em;
  font-family:Arial, Helvetica, sans-serif;
}

.wueu p{
    color: black;
    font-size: 1em;
    margin-left: 30px;
    font-family:Arial, Helvetica, sans-serif
}

.schritte p{
  color: black;
  font-size: 1em;
  margin-left: 30px;
  font-family:Arial, Helvetica, sans-serif
}

p.schrittp{
  margin-left: 60px;
}

.wich p{
  color: black;
  padding-bottom: 20px;
  font-size: 1em;
  margin-left: 30px;
  font-family:Arial, Helvetica, sans-serif
}

a.fragen{
  color:black;
  text-decoration: none;
  font-size: 1em;
  padding-bottom: 2px;
  font-family:Arial, Helvetica, sans-serif;
  background-image: linear-gradient(#fdfa20, #fdfa20),linear-gradient(rgb(15, 125, 199),rgb(15,125,199)),linear-gradient(#ff0000,#ff0000);
  background-size: 20px 3px,100% 3px, 0 3px;
  background-position:calc(20px*-1) 100%, 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 1s linear, background-position 1s linear;
}

a.fragen:hover{
  background-size: 20px 3px, 0 3px, 100% 3px;
  background-position: calc(100% + 20px) 100%, 100% 100%, 0 100%;
}



