/* alegreya-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Alegreya Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/alegreya-sans-v24-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dancing-script-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/dancing-script-v24-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/oswald-v49-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/merriweather-v30-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* merriweather-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/merriweather-v30-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* merriweather-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/merriweather-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


    body {
      margin: 0;
      padding: 0;
font-family: 'Merriweather', serif;
  background-image: url(../images/hg.jpg);
    }

.lang {
  position: fixed;
  top: 5px;
  right: 5px;
  font-size: 12px;
}

p {
  margin: 0;
  padding: 0;
}

.content_haupt {
    background-color: #016ec1;
  padding: 10px 0 25px 0;
  box-shadow: 0 0 50px #444444;
}

.content_haupt_strich {
  width: 100%;
  height: 2px;
  background-color: #bcbcbc;
  margin: 0px 0 0 0;
 
}

.content_haupt_strich_2 {
  width: 100%;
  height: 6px;
  background-color: #bcbcbc;
  margin: 10px 0 0 0;
 
}

    H1,
    H2,
    H3,
    H4 {
      margin: 0;
      padding: 0 0 15px 0;
font-family: 'Merriweather', serif;
      font-weight: normal;
    }

TABLE, TR, TD {
  border: 0;
}

TD {
  padding: 0 5px 5px 0;
}

HR {
  border: 1px solid black;
  margin: 25px 0 25px 0;
}

.footer {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 30px 0;
}

.band_kennzeichnung_mitte {
  font-size: 12px;
width: 200px;
padding: 5px 0 0 0;
}

.legende {
  margin: 0;
  padding: 0;
  width: 100%;

}

.legende_insert {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 1020px;
  text-align: left;
}

.legende_box {
      font-size: 12px;
  background-color: #FFFFFF;
      border-radius: 5px;
      display: block;
      float: left;
      border-top: 0;
      border-right: 1px solid #000000;
      border-left: 0;
      border-bottom: 1px solid #000000;
      padding: 5px;
      margin: 0 15px 0 0 ;
      width: 84px;
  text-align: center;
}

.legende_box_insert {
      font-size: 10px;
      border-radius: 10px;
      display: block;
      float: left;
      border-top: 0;
      border-right: 1px solid #000000;
      border-left: 0;
      border-bottom: 1px solid #000000;
      padding: 5px;
      margin: 0;
      width: 13px;
      text-align: center;
}

    .band INPUT {
      border-radius: 7px;
      font-size: 8px;
      display: block;
      float: left;
      border-top: 0;
      border-right: 1px solid #000000;
      border-left: 0;
      border-bottom: 1px solid #000000;
      padding: 5px 4px 5px 3px;
      margin: 0;
      width: 11px;
      text-align: center;
    }

    INPUT, TEXTAREA {
      border: 1px solid #000000;
      padding: 10px;
      margin: 0;
      text-align: center;
    }

    FORM {
      margin: 0;
      padding;
      0;
    }

.global {
  width: 100%;
  max-width: 1020px;
}

    .clear {
      clear: left;
    }

    .band {
      width: 1030px;
      padding: 15px 0 0 0;
      margin: 0 0 0 15px;
    }

    .band_anfang {
      float: left;
    }

    .band_ende {
      float: left;
    }

    .band_ende IMG {
      height: 55px;
      transform: scaleX(-1);
    }

    .band_anfang IMG {
      height: 55px;
    }

    .box_klein {
      background-color: #ffffff;
      border: 1px solid #222222;
      width: 8px;
      height: 7px;
      float: left;
      border-radius: 2px;
    }

    .box_gross {
      background-color: #ffffff;
      border: 1px solid #222222;
      width: 17px;
      height: 17px;
      float: left;
      border-radius: 2px;
    }

    .band_mitte {
      padding: 5px 0 0 0;
      float: left;
    }

    .voransicht {
      width: 800px;
    }

    .pfeil {
      margin: 20px 0 20px 0;
      width: 35px;
    }

    .warenkorb_red {
      background-color: #f17e7e;
      border: 2px solid #b82525;
      margin: 15px 0 15px 0;
      opacity: 0.7;
      width: 1020px;
      text-align: center;
    }

    .warenkorb_red_insert {
      padding: 20px;
    }


    .warenkorb_green {
      background-color: #99dc7f;
      border: 2px solid #378618;
      margin: 15px 0 15px 0;
      opacity: 0.7;
      width: 1020px;
      text-align: center;
    }

    .warenkorb_green_insert {
      padding: 20px;
    }

    .warenkorb {
      box-shadow: 0 0 10px #444444;
      border-left: 1px dashed #000000;
      border-right: 1px dashed #000000;
      border-top: 1px dashed #000000;
      width: 120px;
      position: fixed;
      left: 20px;
      bottom: 0;
      background-color: #ffffff;
      opacity: 0.8;
      text-align: center;
    }

    .warenkorb_insert {
      padding: 20px;
      font-size: 10px;
    }

    .warenkorb_insert IMG {
      width: 50px;
    }

    .warenkorb_zeile {
      border-bottom: 2px dotted #000000;
      width: 1020px;
    }

    .warenkorb_zeile {
      padding: 20px;
    }



    .menue {
      width: 100%;
      margin: -50px 0 0 230px;
    }

    .menue_insert {
      padding: 5px 0 10px 0;
      width: 100%;
      max-width: 1020px;
    }

    .menue_insert UL {
      margin: 0;
      padding: 0;
      list-style-type: none;
    }

    .menue_insert LI {
      float: left;
      padding: 0 45px 0 0;
    }

    a.menue_a {
      font-size: 15px;
      text-transform: uppercase;
      padding: 10px;
    }

    a.menue_a:link,
    a.menue_a:visited {
      color: #000000;
      text-decoration: none;
    }

    a.menue_a:hover,
    a.menue_a:focus,
    a.menue_a:active {
      color: #000000;
      text-decoration: none;
  background:#FFFFFF;
background:rgba(255, 255, 255, 0.5);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#50ffFFff,endColorstr=#50FFffff);
      box-shadow: 0 0 10px #444444;
border-radius: 5px;
    }

    a {}

    a:link,
    a:visited {
      color: #000000;
      text-decoration: underline;
    }

    a:hover,
    a:focus,
    a:active {
      color: #000000;
      text-decoration: underline;
    }


.galerie {
  margin: 30px 0 0 0;
      box-shadow: 0 0 10px #444444;
  background:#FFFFFF;
background:rgba(255, 255, 255, 0.5);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#50ffFFff,endColorstr=#50FFffff);
width: 100%;
  max-width: 1030px;
  border-radius: 30px;
}

.galerie_insert {
position:relative;
  padding: 30px 30px 30px 30px;
}

.tesa1 IMG,
.tesa2 IMG,
.tesa3 IMG,
.tesa4 IMG {
  width: 120px !important;
}

.tesa2 IMG {
  width: 200px !important;
}

.brand {
      text-shadow: 0 0 5px #444444;
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0.7;
}

.brand IMG {
width: 100px;
}

.preis {
transform: rotate(10deg);
      box-shadow: 0 0 5px #444444;
  position: absolute;
  top: 40px;
  left: 800px;
      box-shadow: 0 0 10px #444444;
      border: 1px dashed #000000;
  background:#FFFFFF;
background:rgba(255, 255, 255, 0.7);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#70ffFFff,endColorstr=#70FFffff);
}

.preis_insert {
  padding: 20px;
align-self
}

.preis_schrift_1 {
  font-weight: bold;
font-size: 16px;
}

.preis_schrift_2 {
  font-weight: bold;
  font-size: 23px;
}

.preis_schrift_3 {
font-size: 12px;
}

.tesa1 {
  position:absolute;
  top: -50px;
  left: -50px;
}

.tesa2 {
  position:absolute;
  top: -60px;
  right: -80px;
}

.tesa3 {
  position:absolute;
  bottom: -50px;
  left: -50px;
transform: rotate(90deg);
}

.tesa4 {
  position:absolute;
  bottom: -50px;
  right: -50px;
}

.logo {
  width: 100%;
  margin: 0;
  padding: 0;

}

.logo_insert {
  width: 100%;
  max-width: 1020px;
  position: relative;
}

.logo IMG {
  width: 200px;
float: left;
  padding: 0 45px 0 0;
}

.logo_insert H1 {
  margin: 0;
  padding: 25px 0 0 0;
float: left;
  font-size: 40px;
}

.spalte_halb {
  width: 50%;
float: left;
}

.spalte_halb_start_zeilen {
  width: 48%;
float: left;
margin: 0 20px 0 0;
}

.spalte_halb_start_zeilen P {
border-radius: 15px;
padding: 3px 0 3px 0;
background:#FFFFFF;
background:rgba(255, 255, 255, 0.3);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#30ffFFff,endColorstr=#30FFffff);
}