/**
 * =============================================================================
 * Anpassungen in diese Datei - Adjustments to this file
 * ==========================================================================
 */
body,
#wrapper {
  background-color: transparent;
}

.cookiebar__button {
    margin: 0;
    padding: .6em 1.2em;
    border: none;
    border-radius: 0;
    background-color: rgba(176,182,0,1);
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.cookiebar__button:hover {
    background-color: rgba(176,182,0,1);
}


/* .versandhinweis {
    border-bottom: 1px solid #d9d9d9;
}

.versandhinweis h4 {
    color: #b0b600;
    border-bottom: 1px solid #d9d9d9;
}

.versandhinweis p {
    margin-bottom: .5em;
}
 */
 
/* fuer alle Geraete-Klassen */

.myClass.test p {
    color: #ff0000;
}
a.weiter-einkaufen {
  padding: 16px 12px;
  background-color: #b0b600;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  margin-top: -12px;
  vertical-align: middle;
}
a:hover.weiter-einkaufen {
  background-color: #898D00;
}

/* fuer tablets und groessere Displays*/
@media only screen and (min-width:768px) {

    .myClass p {
        color: #00ff99;
    }
a.weiter-einkaufen {
  width: 260px;
}

}


/* fuer tablets und groessere Displays*/
@media only screen and (min-width:992px) {

    .myClass p {
        color: #f300ff;
    }

}

/* fuer desktop */
@media only screen and (min-width:1025px) {

    .myClass p {
        color: #0800ff;
    }

}

/* fuer Smartphones */
@media only screen and (max-width:767px) {
a.weiter-einkaufen {
  width: 260px;
  margin-top: 0;
  width: 100%;
}
}