*
{
  font-family: 'League Spartan', sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  box-sizing: content-box;
}

a { text-decoration: none; cursor: pointer; color: #930037; }
body { padding: 0 0 100px 0 ; margin: 0 0 100px 0; }

html
{
  scroll-behavior: smooth;
}

body, html
{
  height: 100%;
  margin: 0;
  color: #666666;
}

body
{
  background-position: 0 90px;
  background-image: url(/images/parallax/back2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

h1
{
  margin: 0;
  font-size: 40px;
}

h2, h2 *
{
  margin: 5px 0 0 0;
  font-size: 48px;
  font-family: 'Bilbo Swash Caps', cursive;
  color: #930037;
}

.pcont h2
{
  margin: 0;
}

.pcont h3
{
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0 0 0;
}

.pcont h4
{
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 0 0;
}


#headline
{
  background-image: url(/images/titleback.png);
  background-repeat: no-repeat;
  height: 90px;
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  padding: 10px 10px 10px 160px;
}

#menu
{
  position: fixed;
  top: -230px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  left: 0;
  z-index: 80;
  padding-top: 20px;
}

#menu.visible
{
  top: 90px;
}

#menu li
{
}

#menubutton
{
  cursor: pointer;
}

#menu li a
{
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 10px 10px;
  border-bottom: #ffffff 1px solid;
}

#menu li:first-child a
{
  border-top: #ffffff 1px solid;
}

#menu li a:hover
{
  background: rgba(255, 255, 255, 0.1);
}


a
{
  color: #930037;
}

a:hover
{
  color: #007737;
}

.nopadding
{
  padding: 0 !important;
}

#adresse
{
  position: absolute;
  left: 590px;
  top: 10px;
}

#telefon
{
  position: absolute;
  left: 590px;
  top: 65px;
}

b, strong
{
  font-weight: 900 !important;
}

#menubutton
{
  position: absolute;
  color: #930037;
  font-size: 30px;
  left: 1000px;
  top: 10px;
}

#content
{
  margin-bottom: 1000px;
}

.pcont
{
  display: block;
  background-color: rgba(255,255,255,0.9);
  width: 600px;
  margin: 200px auto 0 auto;
}

.pcont > *
{
  padding: 0 20px 10px 20px;
}

.pcont > h2
{
  padding-top: 10px;
}

.pcont img.pfloat
{
  shape-margin: 20px;
  shape-image-threshold: 0.5;
  margin: 0;
  padding: 0;
}

.pcont img.pfloat.pfloatcvb
{
  shape-outside: url(/images/cvb.png);
  float: right;
}

.pcont img.pfloat.pfloatip
{
  shape-outside: url(/images/pi.png);
  float: right;
}

.pcont img.pmidd
{
  display: block;
  padding: 0 0 20px 0;
  width: 100%;
}

.pcont img.pbott
{
  display: block;
  padding: 0;
  width: 100%;
}

.pcont p
{
  margin: 2px 0 18px 0;
}

table td
{
  vertical-align: top;
  padding: 3px 10px;
}

#content ul
{
  list-style: disc;
  margin-left: 20px;
}


/* Turn off parallax scrolling for tablets and phones */

@media only screen and (max-device-width: 1024px)
{

}


@media (max-width: 1024px)
{
  body
  {
    background-image: url(/images/parallax/back2h.jpg);
  }

  #headline
  {
    background-position: -85px 0px;
    padding: 5px 10px 5px 80px;
    height: 100px;
  }

  #titeltext
  {
    max-height: 60px;
    max-width: 65vw
  }

  #telefon
  {
    position: absolute;
    left: 130px; top: 70px;
  }

  div#content div:first-child
  {
    margin-top: 95px;
  }

  #adresse
  {
    display: none;
  }

  #menubutton
  {
    left: auto;
    right: 100px;
  }

  .pcont
  {
    padding: 0;
    width: auto;
  }

  .pcont img.pfloat
  {

  }

}



/* ########## Global Messages ########## */

div#globalMessages
{
  display: block;
  overflow: hidden;
  padding: 40px 0 0 0;
}

div#globalMessages ul
{
  display: block;
  margin: 0;
  min-height: 83px;
  padding: 20px;
  color: #000000;
  margin: 0;
  background-repeat: no-repeat;
  background-position: 15px 15px;
  background-size: 29px 23px;
}

div#globalMessages ul#Fehler
{
  background-color: #ffd2d3;
  animation: pulseFehler 6s infinite;
}

@keyframes pulseFehler
{
    0% { background-color: #ffd2d3; }
   15% { background-color: #ff999b; }
   30% { background-color: #ffd2d3; }
  100% { background-color: #ffd2d3; }
}

div#globalMessages ul#Hinweis
{
  background-color: #dbecff;
  animation: pulseHinweis 6s infinite;
}

@keyframes pulseHinweis
{
    0% { background-color: #dbecff; }
   15% { background-color: #99c9ff; }
   30% { background-color: #dbecff; }
  100% { background-color: #dbecff; }
}

div#globalMessages ul#Erfolg
{
  background-color: #d4ffcd;
  animation: pulseErfolg 6s infinite;
}

@keyframes pulseErfolg
{
    0% { background-color: #d4ffcd; }
   15% { background-color: #a7ff99; }
   30% { background-color: #d4ffcd; }
  100% { background-color: #d4ffcd; }
}

div#globalMessages ul#Warnung
{
  background-color: #fefccb;
  animation: pulseWarnung 6s infinite;
}

@keyframes pulseWarnung
{
    0% { background-color: #fefccb; }
   15% { background-color: #fcf997; }
   30% { background-color: #fefccb; }
  100% { background-color: #fefccb; }
}


div#globalMessages ul li
{
  padding: 0;
  margin: 0 0 5px 0;
  list-style: none;
  padding-left: 0;
  font-size: 18px;
}

div#globalMessages ul li a
{
  font-size: 18px;
}


div#globalMessages ul li.boxtitle
{
  font-size: 32px;
  font-family: Verdana, Tahoma, Arial;
  padding: 0;
  font-weight: bold;
}

div#globalMessages ul#Fehler li.boxtitle { color: #cc0000; }
div#globalMessages ul#Hinweis li.boxtitle { color: #2763ae; }
div#globalMessages ul#Erfolg li.boxtitle { color: #0caa00; }
div#globalMessages ul#Warnung li.boxtitle { color: #ffaf15; }


