/********* generell ***********/
@media all and (min-width: 1000px) {
    .pl-2re { 
        padding-left: 1.1em;
    }
}

.mb_10 {
    padding-bottom: 10px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb_15 {
    margin-bottom: 15px;
}
.mb_20 {
    padding-bottom: 20px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb_25 {
    padding-bottom: 25px;
}
.mb_30 {
    padding-bottom: 30px;
}
.mb_45 {
    padding-bottom: 45px;
}
.mb_50 {
    padding-bottom: 50px;
}
.mb_55 {
    padding-bottom: 70px;
}
.footer_text {
    color: white;
    font-weight: 700;
}
.quick_lnk a:hover {
    color: white !important;
  }
  
.footer_socil a:hover {
    color: white !important;
  }
.footer_text {
    font-size: 0.8rem;
}
/********* Startseite ***********/
.slider_text {
    font-weight: 800;
    font-size: 18px;
    color: #ffffff;
    color: black; text-shadow: white 0.1em 0.1em 0.2em;
}
.slider_home h3 {
    font-size: 35px;
   
    font-weight: 800;
    line-height: 68px;
    color: #2c2c2c;

  }
.promo_text {
    font-weight: 999;
    color: black;
    text-shadow: 0px 0px 0.1px #000;
    opacity: 100%;
}
.bl_dick {
    color: blue;
    font-weight: 600;
}
/********* About ***********/
    /** about bild größe anpassen  **/
    @media all and (max-width: 740px) {
        .img_kleiner { 
            max-width: 50%;
        }
    }
      /** about bild größe anpassen  **/
      @media all and (max-width: 380px) {
        .img_kleiner { 
            display: none;
        }
    }  
.col-sm-12 h4 {
    color: white!important;
}
.col-sm-12 a {
    color: white!important;
}
.fl_right {
    clear: both;
    float: right;
    background-color: violet;
}
.fl_left {
    clear: both;
    float: left;
    background-color: violet;
}

@media all and (max-width: 740px) {
    .nomobile { 
        display: none;
    }
}
@media all and (max-width: 740px) {
    .bild_mobile { 
        max-width: 350px;
        max-height: auto;
    }
}
/*************************** rechtliches   **************************/
.recht_uberschrift {
    font-size: 22px;
    font-weight: 700;
    color: #515050;
}
.recht_absatz_1 {
    font-size: 20px;
    font-weight: 600;
    color: #515050; 
}
.recht_absatz {
    font-size: 18px;
    font-weight: 600;
    color: #515050;
}
.recht_text {
    font-size: 16px;
    font-weight: 400;
    color: #515050;
}
.recht_lieste {
    margin-left: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #515050;   
}
