

/* ---------------------------------------- Aktion ---------------------------------------- */


:root {
    --font-color: hsl(40, 94.7%, 95%);
}

#aktion *, #aktion *:after, #aktion *:before {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#aktion {
    z-index: 1000;
    position: absolute;
    left: 50%;

    /*top: 50%;
    transform: translate(-50%, -50%);*/

    top: 100px;
    transform: translateX(-50%);

    /*width: calc(100% - 10em);*/
    width: 90%; /* Gleiche Abst�nde zum Rand wie Webseite */
    /*width: 100%;*/
    max-width: 800px; /* 640, 860, 920 */
    /*padding: 2.5em 2.5em 0.5em 2.5em;*/
    padding: 0;
    /*background: rgb(223,239,245);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmZWZmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMGRkZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(223,239,245,1) 0%, rgba(176,221,239,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(223,239,245,1)), color-stop(100%,rgba(176,221,239,1)));
    background: -webkit-linear-gradient(top, rgba(223,239,245,1) 0%,rgba(176,221,239,1) 100%);
    background: -o-linear-gradient(top, rgba(223,239,245,1) 0%,rgba(176,221,239,1) 100%);
    background: -ms-linear-gradient(top, rgba(223,239,245,1) 0%,rgba(176,221,239,1) 100%);
    background: linear-gradient(to bottom, rgba(223,239,245,1) 0%,rgba(176,221,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfeff5', endColorstr='#b0ddef',GradientType=0 );*/
    background: white;
    font-size: 115%;
    font-size: 140%;
    line-height: 1.6;
}

/*#aktion:after {
    position: absolute;
    top: 0;
    left: 2em;
    width: 150px;
    height: 139px;
    content: '';
    background-image: url('../images/aktion/aktionszeitraum.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
}*/

#aktion > .inner-padding {
    /*padding: 20px 5% 10px 5%;*/
    padding: 20px 0 10px 5%;
}

#aktion h1 {
    margin: 20px 0;
    font-size: 24px;
    color: #c40b1c;
    line-height: 1;
}

#aktion h2 {
    display: inline-block;
    margin: 0 0 20px 0;
    font-size: 15px;
    font-weight: 600;
    color: #555555;
    line-height: 1.5;
}

#aktion h3,
#aktion h4 {
    margin-bottom: 10px;
    font-size: 1.2em;
    color: black;
    font-weight: 400;
    line-height: 1.5;
}

#aktion h3:last-of-type,
#aktion h4:last-of-type {
    margin-bottom: 0;
}

#aktion > .images {
    position: relative;
    padding: 40px;
    background-color: #31473E;
}

#aktion .header__logo {
    width: 130px;
    margin: -15px auto 20px auto;
}

#aktion .images-layer {
    /* position: absolute; */
    /* top: 15%; */
    /* left: 5%; */
    width: calc(100% + 20px);
    /* padding: 100px 0 0 0; */
    display: flex;
    /* justify-content: flex-start; */
    align-items: center;
    flex-direction: column;
}

#aktion .images-layer h1,
#aktion .images-layer p {
    width: 100%;
    color: var(--font-color);
    font-size: 42px;
    line-height: 1.2;
    text-shadow: 0 0 2px black;
    margin: 0 0 30px 0;
}

#aktion .images-layer p {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

#aktion .copyline h2 {
    color: var(--font-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    text-shadow: 0 0 2px black;
    margin: 30px 0 20px 0;
}

#aktion .copyline small {
    color: var(--font-color);
    font-size: 11px;
}

#aktion .visual {
    width: 100%;
}

#aktion .flex .img-columns {
    width: 50%;
    float: right;
    margin-left: 5%;
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    /* border: 3px solid green; */
}

#aktion .flex .img-columns img {
    width: 90%;
    margin-right: 10%;
    align-self: flex-end;
}

#aktion .visual-bg {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: calc(100% - 20px);
    height: 350px;
    background: no-repeat top left 20px / cover;
}

#aktion .badge {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 160px;
    height: 160px;
    background-color: #c40b1c;
    border-radius: 50%;
    color: var(--font-color);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* margin: -100px 10% 20px 0; */
    transform: rotate(-12deg);

    -webkit-transition: all 250ms;
    -moz-transition:    all 250ms;
    -o-transition:      all 250ms;
    -ms-transition:     all 250ms;
     transition:        all 250ms;
}

/* Nettes Gimmick */
#aktion .badge:hover {
    transform: rotate(0deg);
}

#aktion .badge span:first-child {
    font-family: 'Crete Round', serif;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: .02em;
}

#aktion .badge span:nth-child(2) {
    font-size: 16px;
    line-height: 1.2;
}

#aktion .flex .img-columns .label {
    width: 90%;
    max-width: 250px;
}

/* ----------------------------------------------------------------------- */


@media screen and (max-width: 639px) {

    #aktion > .images {
        padding: 20px 0 0 0;
    }

    #aktion .header__logo {
        margin-top: 0;
    }

    #aktion .images-layer {
        padding: 0 5%;
        width: 100%;
    }

    #aktion .images-layer h1 {
        /* margin: 0 0 0 0; */
        font-size: 24px;
    }

    #aktion .visual-bg {
        width: 100%;
        background-position: top left;
    }

    #aktion .badge {
        top: -10px;
        right: -10px;
        transform: rotate(-12deg) scale(.7);
    }

    #aktion .copyline {
        padding: 0 5% 30px 5%;
    }
}

/* ----------------------------------------------------------------------- */


/* @media screen and (max-width: 640px) {

    #aktion .flex .img-columns .badge {
        width: 50px;
    }
} */

/* ----------------------------------------------------------------------------- */


@media all and (max-width: 600px) {

    #aktion .flex .img-columns {
        width: 100%;
        margin-bottom: 30px;
    }

    #aktion .flex .img-columns img {
        width: 95%;
        margin-right: 5%;
    }

    #aktion .flex .img-columns .badge {
        width: 80px;
    }

}

/* ----------------------------------------------------------------------- */


@media screen and (max-width: 480px) {

}

/* ----------------------------------------------------------------------- */


#aktion img.logo {
    position: relative;
    display: block;
    width: 53%;
    height: auto;
    margin-top: 20%;
}

#aktion img.right {
    width: 100%;
    max-width: 70px;
    float: right;
    margin: 0 0 0 5%;
}

/* ============================================================================= */


div.black {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    overflow: hidden;
}

.closeaktion {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    outline: none;
    border-radius: 50%;
    border: 5px solid #c40b1c;
}

.closeaktion::before {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 55px;
    height: 55px;
    content: '\00d7';
    padding: 22px 0 0 0px;
    text-align: center;
    font-weight: 500;
    font-size: 60px;
    line-height: 0;
    /* background: rgba(0,0,0,0.2); */
    color:  #c40b1c;

    -webkit-transition: all 250ms;
    -moz-transition:    all 250ms;
    -o-transition:      all 250ms;
    -ms-transition:     all 250ms;
    transition:        all 250ms;
}


.closeaktion:hover::before, .closeaktion:active::before {
    cursor: pointer;
    /* background-color: white; */
    /*filter: contrast(0) sepia(100%) hue-rotate(140deg) brightness(1.5) saturate(1);*/
    transform: rotate(90deg);
}

#aktion a.more {
    display: inline-block;
    margin: 0;
    padding: 0 7px 0 7px;
    color: white;
    background: #c51415; /* BuR-Rot */

   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
    border-radius: 3px;
}

#aktion a.more:after {
    content: '\203a';
    margin-left: 5px;
}

#aktion em {
    background-color: #c40b1c;
    font-weight: inherit;
    padding: 1px 4px 2px 4px;
    border-radius: 3px;
}

#aktion .red {
    color: #c40b1c;
    text-decoration: underline;
    /*border-bottom: 1px solid transparent;*/
    /*text-decoration-skip-ink: auto; /* or none */
    /*text-decoration-line: underline;
    /*text-decoration-style: wavy;*/
    /*text-decoration-color: black;*/
    /*text-underline-offset: 3px;*/

   -webkit-transition: all 250ms;
   -moz-transition:    all 250ms;
   -o-transition:      all 250ms;
   -ms-transition:     all 250ms;
    transition:        all 250ms;
}

#aktion .red:hover {
    /*border-color: #c40b1c;*/
    /*text-underline-offset: 2px;*/
    text-decoration-color: black;
}

/* Checkbox */
#privacy {
    position: relative;
    width: 16px;
    height: 16px;
    top: 3px;
    accent-color: #c40b1c;
}

input.abschicken {
    font-size: 100%;
}