a.duftlink{
    color: var(--white);
    text-decoration: underline;
}

a.duftlink:hover {
    color: var(--white);
    text-decoration: none;
}

a.duftlink-taichi{
    color: #84746c;
    text-decoration: underline;
}

a.duftlink-taichi:hover {
    color: #84746c;
    text-decoration: none;
}

.helpClass > .one-half:first-child {
    margin:0 !important;
}

.taichicolor{
    color: #84746c;
}

.responsive-duftimg {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

span.duftbutton {
    display: block;
    padding: 5px 15px 7px;
    background-color: var(--white);
    color: var(--blue);
    font-weight: var(--medium);
    font-size: 20px;
    text-decoration: none;
    margin: 10px;
}

.bg-fixed {
    position: relative;
    overflow: hidden;
}

/*@media (min-width: 1024px) {
    .bg-fixed {
        background-attachment: fixed;
    }
}*/


/* Wichtig: eigener Hintergrund für Content */
.bg-fixed .content {
    position: relative;
    z-index: 2;
}

.feelingsbox {
    display: flex;
    justify-content: center; /* horizontal */
    width: 100%;
    height: 100%;
    flex-direction: column;
    padding: 20px 0;
}

.transgreybg{
    background: rgba(255, 255, 255, 0.30);
}

/* Farbset für Erde start */
.mainbgerde{
    background-color: #876563;
    /* padding: 80px 0; */
}
/* Farbset für Erde Ende */

/* Farbset für Feuer start */
.mainbgfeuer{
    background-color: #c83736;
    /* padding: 80px 0; */
}
/* Farbset für Feuer Ende */

/* Farbset für Holz start */
.mainbgholz{
    background-color: #2a5942;
    /* padding: 80px 0; */
}
/* Farbset für Holz Ende */

/* Farbset für Metall start */
.mainbgmetall{
    background-color: #c5c4c1;
    /* padding: 80px 0; */
}
/* Farbset für Metall Ende */

/* Farbset für Wasser start */
.mainbgwasser{
    background-color: #2c5c7c;
    /* padding: 80px 0; */
}
/* Farbset für Wasser Ende */

/* Farbset für Wasser start */
.mainbgtaichi{
    background-color: #efdac4;
    /* padding: 80px 0; */
}
/* Farbset für Wasser Ende */

.one-half ul.numbered {
    margin: 20px 0 20px 20px;
    list-style: decimal;
    padding: 0;
}

ul.duft-listing{
    margin: 20px 0 20px 20px;
    line-height: 1.5;
    padding: 0;
}

/* Circle Section */
.circle-section {
    position: relative;
    width: 100%;
    min-height: 400px; /* wichtig, damit der Kreis Platz hat */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Der weiße Kreis */
.circle {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: clamp(90px, 12vw, 180px);
    height: clamp(90px, 12vw, 180px);

    background: #fff;
    border-radius: 50%;

    display: flex;
    justify-content: center;
    align-items: center;

    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* SVG / Icon */
.circle img {
    width: 70%;
    height: 70%;
    object-fit: contain;
}