html,body{
    height:auto;
    margin:auto;
    display: flex;
    justify-content: center;
    background: #ffffff;
}
.fL{
    float:left;
}
.fR{
    float:right;
}
.clear{
    clear:both;
}
.flex{
    display: flex;
}
.flex-d-coloum{
    display: flex;
    flex-direction: column;
}
.flex-d-row{
    display: flex;
    flex-direction: row;
}
w-100{
    width: 100%;
}
.txt-center{
    text-align: center;
}
.container{
    background: #ffffff;
    margin-top: 5%;
    max-width: 1000px;
}
.logo_leiner,
.logo_kika{
    height: 220px;
    width: 220px;
    display:block;
    background-size: 100%;
    background-repeat: no-repeat;
    margin: auto 0;
}
.logo_leiner{
    background-image: url('../images/logo_leiner.png');
}
.logo_kika{
    background-image: url('../images/logo_kika.jpg');
}
.redtxt{
    font-family: "Arial", "Helvetica", "Verdana", "sans-serif";
    font-size: 16px;
    font-weight: bold;
    color: red;
    display: flex;
    justify-content: center;
    margin-top:10px;
}
.standardtxt{
    font-family: "Arial", "Helvetica", "Verdana", "sans-serif";
    font-size: 15px;
    display: flex;
    /* justify-content: center; */
    margin-top:20px;
}
.button{
    display: flex;
    /* justify-content: center; */
    margin-top:20px;
}


.unsub-container{
    font-family: "Arial", "Helvetica", "Verdana", "sans-serif";
    min-width: 1000px;
    max-width: 100%;
    align-content: center;
    flex-direction: row;
    min-height: calc(100vh - 50px);
    height: auto;
    padding-bottom: 50px;
}
.unsub-row{
    flex-grow: 1;
    width: 100%;
    max-width: 800px;
}

.unsub-container h2 {
    font-weight: 500;
    font-size: 28px;
    /* text-align: center; */
    margin: 0 0 15px;
}

.unsub-container .add-container{
    display: flex;
    align-items: end;
}
.unsub-container .add-container .addinfo p{
    margin: 0 0 2px 0;
    font-size: 12px;
}

.unsub-container .add-container .addinfo a{
    color: inherit;
    margin-right: 50px;
}

#footer {
    font-family: "Arial", "Helvetica", "Verdana", "sans-serif";
    font-size: 15px;
}

#footer a, a:active, a:visited, a:hover {
    color: #000;
}

#footer table {
    border-spacing: 0;
}

.text-bold {
    font-weight: bold;
}

.text-black {
    color: #000;
}

.no-flex {
    display: block !important;
}

.td_link {
    width: 150px;
}

.footer_cookie {
    margin-top: 75px;
}

@media only screen and (max-width: 1000px) {
    .unsub-container{
        min-width: 99%;
        max-width: 99%;
        margin: 0 auto;

    }
}

@media only screen and (max-width: 600px) {
    .unsub-container{
        min-width: 90%;
        max-width: 90%;
        margin: 0 auto;
        
    }
}
