.bg {
    /* min-height: 100%; */
    height: auto;
    background-image: url('/View/Home/Media/steine.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    /* overflow: auto; */
}

p {
    font-size: 1.2em;
}

main {
    width: 100%;
    min-height: 100%;
    /* height: auto; */
    /* overflow: auto; */
} 

.card-container {
    width: 80%;
    margin-left: 10%;
}

/*#region introductions*/
.introduction {
    justify-self: center;
}

.introduction img {
    max-height: 20em;
    justify-self: center;
}

.introduction a, .angebot a, .ansatz a {
    /* padding: 6px; */
    cursor: pointer;
    position: relative;
    color: limegreen;
}

.arrow:hover::before {
    content: ">> ";
    position: absolute;
    left: -18px;
    /* color: #7ac64d; */
}

/* .introduction a {
    padding: 15px 0;
    display: block;
    transition: all 0.5s;
} */
/* 
.introduction span {
    transition: padding-left 0.5s;
}

.introduction a:hover span {
    padding-left: 5px;
} */

/* .introduction a:hover::after {
    color: #7ac64d;
} */

/*#endregion introductions*/


/*#region Angebot*/
.angebot .introduction{
    padding: 0 0rem;
}

.angebot h1 {
    text-align: left;
    margin-bottom: 20px;
}

.angebot p {
    /* column-count: 2;
    column-gap: 5%;
    text-align: justify */
    word-wrap: break-word;
    text-align: justify;

}

.angebot img{ 
    display: none;
}

@media(min-width: 1080px) {
    .angebot, .introduction{
        padding: 0 2rem;
    }
    
    .angebot h1 {
        text-align: center;
    }

    .introduction p {
        word-wrap: break-word;
        column-count: 2;
        column-gap: 5%;
        text-align: justify;
    }

    .ansatz p {
        word-wrap: break-word;
        column-count: 1;
        column-gap: 5%;
        text-align: justify;
        width: 90%;
        margin-left: 5%;
    }

    .ansatz h1 {
        text-align: center;
        margin-bottom: 10px;
    }

    main {
        width: 80%;
        min-height: 100%;
        /* height: auto; */
    }

    .angebot img{
        max-height: 15em; 
        width: auto; 
        margin: auto; 
        display: block;
    }
}

/*#endregion Angebot*/

