:root
{
  --card_border_radius: 16px;
}

.test
{
  border-radius: var(--card_border_radius);
}

*
{
  box-sizing: border-box;
  font-family: 'KoHo', sans-serif;
  font-size: 20px;
}


html
{
  overflow-y: scroll;
  overflow-x: hidden;
}


table.lines
{
  border-collapse: collapse;
}

table.lines td,
table.lines th
{
  border: #cccccc 1px solid;
  padding: 3px 5px;
}

.nowrap
{
  white-space: nowrap;
}

html.menuopen
{
  overflow: hidden;
}


.nexttoinput
{
  margin-left: 30px;
  margin-bottom: 10px;
  display: block;
}

div#content .nexttolabel
{
  width: auto;
  margin-top: 8px;
  float: left;
}

a
{
  text-decoration: none;
  color: #589281;
}

#hidePasswort1,
#hidePasswort2
{
  display: none;
}

#showPasswort1,
#showPasswort2,
#hidePasswort1,
#hidePasswort2
{
  cursor: pointer;
}

a:hover
{
  text-decoration: none;
  color: #234061;
}

.img-responsive
{
  display: block;
  max-width: 100%;
  height: auto;
}

body
{
  margin: 0;
  padding: 0
}

.center
{
  text-align: center;
}

td
{
  vertical-align: top;
}

h2
{
  margin: 4vw 0 2vw 0;
  font-size: 10vw;
}

h3
{
  margin: 15vw 0 10vw 0;
  font-size: 7.5vw;
  color: #000000;
}

h4
{
  margin: 2vw 0 1vw 0;
  font-size: 6.5vw;
}

p
{
  margin: 2vw 0 4vw 0;
}

div#main
{
  padding-top: 80px;
  padding-bottom: 20px;
  min-height: calc(100vh - 300px);
}


div#content > h2,
div#content > h3,
div#content > h4,
div#content > p
{
  display: block;
}

div#content > *
{
  padding-left: 2vw;
  padding-right: 2vw;
  max-width: 1250px;
  width: calc(100vw - 4vw);
  margin-left: auto;
  margin-right: auto;
}

div#content
{
  min-height: 200px;
}


div#content > .videohf
{
  display: block;
  padding: 0;
  width: 100vw;
  height: 56.25vw;
}

.paintyougreen > span
{
  background-image: linear-gradient(#589281, #1E624D);
}

div#titleimage
{
  height: 124px;
  width: 346px;
  position: absolute;
  top: 0;
  background-image: url(/images/title.webp?a=c);
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 311px 112px;
  background-position: 0 7px;
}

div#titleimage:hover
{
  background-image: url(/images/title.gif);
}

.umwelt
{
  background-image: url(/images/umwelt.png);
  background-size: 10.4577vw 9vw;
  background-position: 3vw 2vw;
  background-repeat: no-repeat;
  border: #57b02d 1vw solid;
  border-radius: 4vw;
  padding: 2vw;
  margin: 3vw 2vw;
}

.umwelt > div
{
  font-weight: bold;
  font-size: 6vw;
  margin-bottom: 2vw;
  margin-left: 16vw;
  display: block;
}


.button
{
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  border: #999999 1px solid;
  background-color: #1f634e;
  color: #ffffff;
  text-decoration: none;
  padding: 10px;
  cursor: pointer;
}

.button.half
{
  padding: 3px 10px;
}

.button:hover
{
  background-color: #599281;
  color: #ffffff;
}

.button.aktiv
{
  background-color: #244162;
}





p.sterne img
{
  height: 22px;
}


div#bewertungen
{
  margin-bottom: 20px;
  column-count: 1;
  column-gap: 2vw;
}

div#bewertungen img
{
  max-width: 100%;
  border-radius: 4px 4px 0 0;
}

div#bewertungen p
{
  display: inline;
  margin: 0 0 10px 0;
  padding: 10px;
  margin: 0;
}

div#bewertungen p.sterne
{
  padding: 0 10px;
  text-align: right;
}

div#bewertungen p.name
{
  font-weight: bold;
}

div#bewertungen p.bewertung
{
  font-style: italic;
}




div#bewertungen > div
{
  display: grid;
  grid-template-rows: 1fr auto;
  break-inside: avoid;
  padding: 0;
  margin: 0 10px 20px 10px;
  border-radius: 5px;
  border: #dddddd 1px solid;
}





div#globalMessages
{
  display: block;
  overflow: hidden;
}

div#globalMessages ul
{
  list-style: none;
  border-radius: 2vw;
  display: block;
  margin: 2vw;
  padding: 1vw 3vw 1.2vw 3vw;
}


div#globalMessages ul#Hinweis
{
  background-color: #dbecff;
  border: #2850c1 1px solid;
}

div#globalMessages ul#Erfolg
{
  background-color: #d4ffcd;
  border: #258815 1px solid;
}

div#globalMessages ul#Warnung
{
  background-color: #fefccb;
  border: #878314 1px solid;
}

div#globalMessages ul#Fehler
{
  background-color: #ffd2d3;
  border: #871414 1px solid;
}

div#globalMessages ul li
{
  float: none;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 2vw;
  padding-left: 1vw;
  font-size: 5vw;
}

div#globalMessages ul li.boxtitle
{
  font-size: 8vw;
  font-weight: bold;
  padding: 0;
}


div#globalMessages ul#Hinweis li.boxtitle
{
  color: #2850c1;
}


div#globalMessages ul#Erfolg li.boxtitle
{
  color: #258815;
}


div#globalMessages ul#Warnung li.boxtitle
{
  color: #878314;
}


div#globalMessages ul#Fehler li.boxtitle
{
  color: #871414;
}

div#content table.short
{
  width: auto;
  margin: 0;
}

div#content table.short td
{
  padding: 3px 5px;
}



@media only screen and (min-width: 640px)
{

  div#bewertungen
  {
    column-count: 2;
    column-gap: 1vw;
  }
}

@media only screen and (min-width: 800px)
{

  div#bewertungen
  {
    column-count: 3;
    column-gap: 1vw;
  }

  div#titleimage
  {
    background-size: 346px 124px;
    background-position: 0 0;
  }

  div#content > *
  {
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100vw - 20px);
  }

  p
  {
    margin: 10px 0 20px 0;
  }

  h2
  {
    margin: 30px 0 20px 0;
  }

  h3
  {
    margin: 60px 0 40px 0;
    font-size: 40px;
  }

  h4
  {
    margin: 10px 0 10px 0;
    font-size: 22px;
  }

  div#content > .videohf
  {
    display: block;
    padding: 0;
    width: 100%;
    height: 720px;
  }

  .umwelt
  {
    max-width: 600px;
    background-size: 52px 45px;
    background-position: 15px 10px;
    border-width: 3px;
    border-radius: 20px;
    padding: 20px;
    margin: 15px auto;
  }

  .umwelt > div
  {
    font-size: 24px;
    margin-bottom: 10px;
    margin-left: 64px;
  }

  h2
  {
    font-size: 50px;
    margin: 20px 0;
  }





  div#globalMessages ul
  {
    border-radius: 10px;
    margin: 10px;
    padding: 5px 10px 3px 10px;
  }

  div#globalMessages ul li
  {
    margin-bottom: 10px;
    padding-left: 5px;
    font-size: 20px;
  }

  div#globalMessages ul li.boxtitle
  {
    font-size: 32px;
  }
}

@media only screen and (min-width: 1280px)
{

  div#bewertungen
  {
    column-count: 4;
    column-gap: 10px;
  }
}
