@import "../package/css/framework/framework.css";

:root {

    --color-green: #8bb93fff;
    /*--default-space: 30px;*/

    --color-light: whitesmoke;
    --color-dark: #8bb93fff;

}


#initiative_print {
    margin-top: -20px;
    margin-bottom: 50px;
}


body {

    padding: 0;
    margin: 0;

    font-family: Verdana, sans-serif;
    font-size: 80%;

}


.layout {

    display: flex;
    flex-direction: column;
    max-width: 1200px;
    background-color: var(--color-light);
    margin: auto;
    padding-bottom: 30px;

}


.information {

    background-color: rgba(195,195,195,0.33);
    margin-top: var(--default-space);
    margin-bottom: var(--default-space);

    width: 100%;


}


.information-text {

    color: var(--color-green);
    font-size: 150%; /* 1.5rem;*/
    font-weight: bold;
    padding: 30px;

}

.green-text {
    color: var(--color-dark);
    font-weight: bold;
}


.top-space {
    margin-top: var(--default-space);
}


.main {

    padding-left: 40px;
    padding-right: 40px;

}


.header-image {

    width: 100%;

}


.header-title {

    color: white;
    background-color: var(--color-green);
    margin-top: 15px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;

}


.title2 {
    margin-bottom: 5px;


}


.header-text {

    font-size: 120%;
    font-weight: bold;
    padding: var(--default-space);
}


.footer-text {
    text-align: right;

}


.home-title {

    font-size: 200%;
    font-weight: bold;


}


.home-space {
    margin-top: 60px;
}


.home-list {

    list-style-type: none;



}


.home-list li {
    /*margin-bottom: 20px;*/
    font-size: 200%;
    font-weight: bold;
}


.navigation {

    display: flex;
    flex-direction: row;
    gap: var(--default-space);

    margin-top: 30px;
    margin-right: var(--default-space);
    justify-content: flex-end;

}


.navigation a {

    text-decoration: none;
    font-weight: bold;
    color: var(--color-green);

    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: var(--color-green);

}


.navigation a:hover {

    color: green;
    border-bottom-color: green;

}




.admin-title {


    color: var(--color-green);
    font-size: 130%; /* 1.5rem;*/
    margin-bottom: var(--default-space);
    font-weight: bold;
    width: 100%;

    margin-top: 40px;

    border-style: none;

}


.admin-subtitle {

    font-size: 120%;
    color: var(--color-dark);
    width: 100%;

    border-style: none;

}


h1 {

    color: var(--color-green);
    font-size: 14px;

}

.email {

    color: var(--color-green);

}


.admin-select {

    padding: 5px;
    display: block;
    width: 300px;
    box-sizing: border-box;
    font-family: Verdana, sans-serif;

    font-size: 120%;

}


.admin-button {

    color: white;
    font-weight: bold;
    background-color: var(--color-green);
    text-decoration: none;
    margin-top: 15px;
    padding: 15px;

    border-style: none;

}


.admin-button:hover {

    color: green;
    cursor: pointer;

}


.komitee-container {

    display: flex;
    flex-wrap: wrap;
    gap: 30px;

}


.logo-container {

    display: flex;
    flex-wrap: wrap;

    gap: 30px;
    justify-content: space-between;
    filter: grayscale(100%);

}

.logo-container img {
    height: 60px;
}


.argumentarium li {
    padding-bottom: 20px;
    font-size: 140%;
    /*font-weight: bold;
    max-width: 700px;*/
}