* {box-sizing: border-box;
}

html, body {
  background-color: #fff;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;


}



a.navi:link {color: #B12028;text-decoration:none;}
a.navi:visited {color:#B12028;text-decoration:none;}
a.navi:hover {color:#292B2C;text-decoration:none;}


a.pathli:link {color:#B12028;text-decoration:none;}
a.pathli:visited {color:#B12028;text-decoration:none;}
a.pathli:hover {color:#292B2C;text-decoration:none;}

a.info:link {color:#B12028;text-decoration:none;}
a.info:visited {color:#B12028;text-decoration:none;}
a.info:hover {color:#A7A8A9;text-decoration:none;}

a.cont:link {color:#B12028;text-decoration:none;}
a.cont:visited {color:#B12028;text-decoration:none;}
a.cont:hover {color:#292B2C;text-decoration:none;}

a.m:link {color:#fff;text-decoration:none;}
a.m:visited {color:#fff;text-decoration:none;}
a.m:hover {color:#A7A8A9;text-decoration:none;}

a.tele:link {color:#292B2C;text-decoration:none;}
a.tele:visited {color:#292B2C;text-decoration:none;}
a.tele:hover {color:#292B2C;text-decoration:none;}










[class*="col-"] {
  width: 100%;
  height: 100%;
  float: left;



}

.col-xs-1 {width: 8.33%;}
.col-xs-2 {width: 16.66%;}
.col-xs-3 {width: 25%;}
.col-xs-4 {width: 33.33%;}
.col-xs-5 {width: 41.66%;}
.col-xs-6 {width: 50%;}
.col-xs-7 {width: 58.33%;}
.col-xs-8 {width: 66.66%;}
.col-xs-9 {width: 75%;}
.col-xs-10 {width: 83.33%;}
.col-xs-11 {width: 91.66%;}
.col-xs-12 {width: 100%;}


.row::after {
  content: "";
  clear: both;
  display: table;

}




.header {
  background: rgba(255,255,255,0.9);

  position: fixed;

  max-height: 70px;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  border-bottom: 5px solid #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.headerlogo {
  background: rgba(255,255,255,0.0);
  text-align: left;
  float: left;
  align-items: bottom;
  align-items: left;
  font-weight: bold;
  margin-left: 10px;
  margin-top: 10px;
  display: inline-block;


}

.headerlogo .text {
  width: 150px;
  color: #B12028;
  text-transform: uppercase;
  font-size: large;
  text-align: left;
  align-items: bottom;
  display: inline-block;
  display: none;

}

.headerlogo img {
  max-height: 50px;


}

.headermenu {
  background: rgba(255,255,255,0.0);
  display: inline;
  color: #B12028;
  text-transform: uppercase;
  font-size: 85%;
  font-weight: bold;
  float: right;

  margin-top: 10px;
  margin-left: 0px;
  max-height: 75px;


}

.headermenusub {
float: left;
align-content: center;

}

.headermenu img {

  margin-right: 0px;

  margin-left: 0px;

  float: right;
  max-height: 30px;


}



.headermenu2 {
  background: rgba(255,255,255,0.0);

  text-transform: uppercase;
  font-size: 85%;
  text-align: right;
  float: right;
  margin-top: 10px;
  max-height: 90px;
  }

.headermenu2 img {
  margin-right: 20px;
  margin-left: 10px;
  display: block;
  float: right;
  height: 90px;

}

.headermenu3 {
  background: rgba(255,255,255,0.0);
  color: #B12028;
  text-transform: uppercase;
  font-size: 85%;

  margin-left: 0px;
  margin-top: 0px;


  text-align: left;
}



.headerspacer {
  background: #fff;
  color: #A7A8A9;
  height: 55px;
  top: 0;
  margin-bottom: 20px;



}

.mbox{
margin: 0px;


}

[class*="main"] {


  padding: 0px;

  margin: 10px;




}
.main1 {



}

.main2 {

}

.main3 {

}

.main4 {

}

.main5 {

}

.main6 {

}



.reveal {

  width: 300px;
  height: 198px;
  margin: 0px;



}


.reveal p.title {

  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  text-transform: uppercase;
  color: #B12028;
  text-shadow: 0.5px 0.5px 0.5px #fff;
  font-weight: bold;
  font-size: 150%;

  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=100);
  opacity: 1;

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}


.reveal:hover p.title {


  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=0);
  opacity: 0;
  cursor: pointer;
}


.reveal p {

  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-transform: uppercase;



  font-size: 100%;


  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;

  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  transition: all 0.9s ease;
}



.reveal:hover p {


  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  cursor: pointer;
}

.plug1 {


  background: url(/images/main1_xs.jpg) 0px 99px, url(/images/main1_xs.jpg) 0px -219px, #292B2C;
  background-repeat: no-repeat;

-webkit-transition: background-position 0.9s ease;
  -moz-transition: background-position 0.9s ease;
  -o-transition: background-position 0.9s ease;
  -ms-transition: background-position 0.9s ease;
  transition: background-position 0.9s ease;
}

.plug1:hover {


  background: url(/images/main1_xs.jpg) 0px 159px, url(/images/main1_xs.jpg) 0px -279px, #292B2C;
  background-repeat: no-repeat;
}


.plug2 {


  background: url(/images/main2_xs.jpg) 0px 99px, url(/images/main2_xs.jpg) 0px -219px, #292B2C;
  background-repeat: no-repeat;

-webkit-transition: background-position 0.9s ease;
  -moz-transition: background-position 0.9s ease;
  -o-transition: background-position 0.9s ease;
  -ms-transition: background-position 0.9s ease;
  transition: background-position 0.9s ease;
}

.plug2:hover {


  background: url(/images/main2_xs.jpg) 0px 159px, url(/images/main2_xs.jpg) 0px -279px, #292B2C;
  background-repeat: no-repeat;
}


.plug3 {


  background: url(/images/main3_xs.jpg) 0px 99px, url(/images/main3_xs.jpg) 0px -219px, #292B2C;
  background-repeat: no-repeat;

-webkit-transition: background-position 0.9s ease;
  -moz-transition: background-position 0.9s ease;
  -o-transition: background-position 0.9s ease;
  -ms-transition: background-position 0.9s ease;
  transition: background-position 0.9s ease;
}

.plug3:hover {


  background: url(/images/main3_xs.jpg) 0px 159px, url(/images/main3_xs.jpg) 0px -279px, #292B2C;
  background-repeat: no-repeat;
}


.plug4 {


  background: url(/images/main4_xs.jpg) 0px 99px, url(/images/main4_xs.jpg) 0px -219px, #292B2C;
  background-repeat: no-repeat;

-webkit-transition: background-position 0.9s ease;
  -moz-transition: background-position 0.9s ease;
  -o-transition: background-position 0.9s ease;
  -ms-transition: background-position 0.9s ease;
  transition: background-position 0.9s ease;
}

.plug4:hover {


  background: url(/images/main4_xs.jpg) 0px 159px, url(/images/main4_xs.jpg) 0px -279px, #292B2C;
  background-repeat: no-repeat;
}

.plug5 {


  background: url(/images/main5_xs.jpg) 0px 99px, url(/images/main5_xs.jpg) 0px -219px, #292B2C;
  background-repeat: no-repeat;

-webkit-transition: background-position 0.9s ease;
  -moz-transition: background-position 0.9s ease;
  -o-transition: background-position 0.9s ease;
  -ms-transition: background-position 0.9s ease;
  transition: background-position 0.9s ease;
}

.plug5:hover {


  background: url(/images/main5_xs.jpg) 0px 159px, url(/images/main5_xs.jpg) 0px -279px, #292B2C;
  background-repeat: no-repeat;
}

.plug6 {


  background: url(/images/main6_xs.jpg) 0px 99px, url(/images/main6_xs.jpg) 0px -219px, #292B2C;
  background-repeat: no-repeat;

-webkit-transition: background-position 0.9s ease;
  -moz-transition: background-position 0.9s ease;
  -o-transition: background-position 0.9s ease;
  -ms-transition: background-position 0.9s ease;
  transition: background-position 0.9s ease;
}

.plug6:hover {


  background: url(/images/main6_xs.jpg) 0px 159px, url(/images/main6_xs.jpg) 0px -279px, #292B2C;
  background-repeat: no-repeat;
}




.imagebox {
  margin: auto;
 position: relative;
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 width:300px;
 height: 198px;
 line-height:auto;
 vertical-align: middle;
 text-align: center;

}



h3 {

  margin-top: 20px;
  margin-bottom: 10px;
}

h4 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 90%;
  text-transform: uppercase;
}

h5 {
 margin-bottom: -1em;
 padding-bottom: 0;
  text-transform: uppercase;
}



.path {
  background-color: #A7A8A9;
  color:#B12028;
  text-align: left;
  font-size: 85%;
  text-transform: uppercase;
  padding: 10px;
  margin-left: 10px;
  margin-top: 20px;
  margin-right: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);


}

.contentheader {
  background-color: #fff;
  color:#B12028;
  text-align: left;
  font-size: 85%;
  text-transform: uppercase;
  align-items: bottom;
  padding: 0px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;


}

.content {
  background-color: #fff;
  min-height: 100px;
  color: #292B2C;
  text-align: left;
  padding: 10px;

  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.content p{

  font-size: 90%;
}



.content td{
padding-left: 0px;
padding-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

.contentleft {
  background-color: #fff;
  color: #292B2C;
  text-align: left;
  padding: 10px;


}

.contentleft ul{
   padding-left: 30px;


}

.contentright {
  background-color: #fff;
  color: #292B2C;
  text-align: center;
  padding: 10px;

  }

  .contentright img {


    max-width: 100%;
    height: auto;
  }




.footerspacer {
  background: #fff;
  color: #A7A8A9;
  height: 100%;



}

.footer {

  display: block;
  bottom: 0px;

  background: #292B2C;
  color: #A7A8A9;
  text-transform: uppercase;
  font-size: small;
  text-align: center;
  padding: 10px;
  margin-right: 10px;
  margin-left: 10px;

  border-bottom: 35px solid #292B2C;



}

.footeritem1 {
  background: #292B2C;
  text-align: center;



}

.footeritem2 {
  background: #292B2C;
  text-align: center;
  padding: 5px;


}



@media all and (min-width: 345px) {

.headermenu img {

  margin-right: 20px;

  margin-left: 10px;

  float: right;
  max-height: 50px;


}
}

@media all and (min-width: 600px) {



.header {
  background: rgba(255,255,255,0.9);

  position: fixed;

  max-height: 100px;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  border-bottom: 5px solid #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.headerlogo {
  background: rgba(255,255,255,0.0);
  text-align: left;
  float: left;
  align-items: bottom;
  align-items: left;
  font-weight: bold;
  margin-left: 20px;
  margin-top: 10px;
  display: inline-block;


}

.headerlogo .text {
  width: 150px;
  color: #B12028;
  text-transform: uppercase;
  font-size: large;
  text-align: left;
  align-items: bottom;
  display: inline-block;
  display: none;

}

.headerlogo img {
  max-height: 70px;


}

.headermenu {
  background: rgba(255,255,255,0.0);
  display: inline;
  color: #B12028;
  text-transform: uppercase;
  font-size: 85%;
  font-weight: bold;
  float: right;

  margin-top: 10px;
  margin-left: 0px;
  max-height: 75px;


}




.headermenusub {
float: left;
align-content: center;

}

.headermenu img {

  margin-right: 20px;

  margin-left: 10px;

  float: right;
  max-height: 70px;


}

.headerspacer {
  background: #fff;
  color: #A7A8A9;
  height: 85px;
  top: 0;
  margin-bottom: 20px;



}


  .reveal {

    width: 500px;
    height: 330px;
    margin: 0px;



  }


  .reveal p.title {

    text-shadow: 0.5px 0.5px 0.5px #fff;
    font-weight: bold;
    font-size: 200%;


  }




  .reveal p {


    font-size: 120%; }


  .plug1 {


    background: url(/images/main1.jpg) 0px 165px, url(/images/main1.jpg) 0px -365px, #292B2C;
    background-repeat: no-repeat;


  }

  .plug1:hover {


    background: url(/images/main1.jpg) 0px 265px, url(/images/main1.jpg) 0px -465px, #292B2C;
    background-repeat: no-repeat;
  }

  .plug2 {


    background: url(/images/main2.jpg) 0px 165px, url(/images/main2.jpg) 0px -365px, #292B2C;
    background-repeat: no-repeat;


  }

  .plug2:hover {


    background: url(/images/main2.jpg) 0px 265px, url(/images/main2.jpg) 0px -465px, #292B2C;
    background-repeat: no-repeat;
  }

  .plug3 {


    background: url(/images/main3.jpg) 0px 165px, url(/images/main3.jpg) 0px -365px, #292B2C;
    background-repeat: no-repeat;


  }

  .plug3:hover {


    background: url(/images/main3.jpg) 0px 265px, url(/images/main3.jpg) 0px -465px, #292B2C;
    background-repeat: no-repeat;
  }

  .plug4 {


    background: url(/images/main4.jpg) 0px 165px, url(/images/main4.jpg) 0px -365px, #292B2C;
    background-repeat: no-repeat;


  }

  .plug4:hover {


    background: url(/images/main4.jpg) 0px 265px, url(/images/main4.jpg) 0px -465px, #292B2C;
    background-repeat: no-repeat;
  }


  .plug5 {


    background: url(/images/main5.jpg) 0px 165px, url(/images/main5.jpg) 0px -365px, #292B2C;
    background-repeat: no-repeat;


  }

  .plug5:hover {


    background: url(/images/main5.jpg) 0px 265px, url(/images/main5.jpg) 0px -465px, #292B2C;
    background-repeat: no-repeat;
  }

  .plug6 {


    background: url(/images/main6.jpg) 0px 165px, url(/images/main6.jpg) 0px -365px, #292B2C;
    background-repeat: no-repeat;


  }

  .plug6:hover {


    background: url(/images/main6.jpg) 0px 265px, url(/images/main6.jpg) 0px -465px, #292B2C;
    background-repeat: no-repeat;
  }


  .imagebox {
    margin: auto;
   position: relative;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
   width:500px;
   height: 330px;
   line-height:auto;
   vertical-align: middle;
   text-align: center;

  }

  .mbox{
  margin: 10px;


  }

  [class*="main"] {


    padding: 0px;

    margin-bottom: 10px;




  }


.path {

  margin-left: 20px;

  margin-right: 20px;



}




.content {


  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;


}


  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}


@media all and (min-width: 1060px) {

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.headerspacer{
  margin-bottom: 0px;
}

.headerlogo .text {
  display: inline-block;
}

.headermenu {
  display: inline-block;
}

.headermenu img {
  margin-right: 20px;
  margin-left: 10px;
  display: block;
  float: right;
}

.headermenu2 img {
    display: none;
    float: right;
}


.headermenu3 {
  display: none;
}


.footerspacer {
  background: #fff;
  color: #A7A8A9;
  margin:10px;
  min-height: 45px;
}

.footer {
  display:table;
  position:fixed;
  width:100%;
  border-bottom: 1px solid #292B2C;
  border-top: 10px solid #fff;
  margin-top: 10px;
  padding: 20px;
  right: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

.footeritem1 {
  text-align: left;
}

.footeritem2 {
  text-align: right;
  
}

.main1 {
  float: right;


}

.main2 {
 float: left;
}

.main3 {
  float: right;
}

.main4 {
float: left;
}

.main5 {
  float: right;
}

.main6 {
float: left;
}


}


/* plug5 / plug6 XS- und Desktop-Regeln stehen weiter oben
   in derselben Reihenfolge wie plug1-4. */

/* ═══════════════════════════════════════════════════════════
   TRUST-SEKTION - drei Befugnisse kompakt
═══════════════════════════════════════════════════════════ */

.trust {
  margin: 30px 10px 20px;
  padding: 24px 20px;
  background: #fff;
  text-align: left;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.trust-title {
  color: #B12028;
  text-transform: uppercase;
  font-size: 85%;
  font-weight: bold;
  margin: 0 0 18px;
  letter-spacing: 0.04em;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.trust-item {
  border-left: 3px solid #B12028;
  padding: 4px 0 4px 14px;
}

.trust-item-label {
  font-size: 78%;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #A7A8A9;
  font-weight: bold;
  margin: 0 0 4px;
}

.trust-item-name {
  font-size: 95%;
  color: #292B2C;
  font-weight: bold;
  margin: 0 0 6px;
  line-height: 1.3;
}

.trust-item a {
  font-size: 85%;
  color: #B12028;
  text-decoration: none;
}

.trust-item a:hover {
  color: #292B2C;
}

@media all and (min-width: 600px) {
  .trust {
    margin: 30px 20px 20px;
    padding: 28px 30px;
  }
}

/* ═══════════════════════════════════════════════════════════
   KONTAKTFORMULAR
═══════════════════════════════════════════════════════════ */

.form-group {
  margin-bottom: 13px;
}

.form-group label {
  display: block;
  font-weight: bold;
  font-size: 82%;
  text-transform: uppercase;
  color: #292B2C;
  margin-bottom: 4px;
  letter-spacing: 0.03em;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 90%;
  color: #292B2C;
  background: #fff;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color 0.2s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #B12028;
}

.form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23A7A8A9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 28px;
}

.form-group textarea {
  height: 110px;
  resize: vertical;
  line-height: 1.5;
}

/* Zeilenlayout für nebeneinander stehende Felder */
.form-row {
  display: flex;
  gap: 12px;
}

.form-row .form-group {
  flex: 1;
}

/* Pflichtfeld-Stern */
.form-required {
  color: #B12028;
}

/* Hinweistext bei Feldern */
.form-hint {
  font-weight: normal;
  color: #A7A8A9;
  text-transform: none;
  font-size: 90%;
}

/* Fehlermeldung unter Feldern */
.form-error {
  display: block;
  color: #B12028;
  font-size: 80%;
  margin-top: 3px;
}

/* Globale Fehlermeldung (Box) */
.form-error-box {
  background: #fff3f3;
  border: 1px solid #B12028;
  color: #B12028;
  padding: 10px 14px;
  font-size: 88%;
  margin-bottom: 14px;
}

/* Erfolgsmeldung */
.form-success {
  background: #f3f8f3;
  border-left: 4px solid #4a7c4a;
  padding: 18px 20px;
  color: #292B2C;
  margin: 10px 0;
}

.form-success p {
  margin: 0 0 8px 0;
  font-size: 95%;
}

.form-success p:last-child {
  margin-bottom: 0;
}

/* ═══════════════════════════════════════════════════════════
   PORTRAIT-FOTO (Über uns)
═══════════════════════════════════════════════════════════ */

.portrait-foto {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}