@font-face {
    font-family: 'freesansbold';
    src: url('https://s3.fr-par.scw.cloud/djnd/glas-ljudstva/fonts/freesansbold.woff2') format('woff2'),
        url('https://s3.fr-par.scw.cloud/djnd/glas-ljudstva/fonts/freesansbold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'freesansboldoblique';
    src: url('https://s3.fr-par.scw.cloud/djnd/glas-ljudstva/fonts/freesansboldoblique.woff2') format('woff2'),
        url('https://s3.fr-par.scw.cloud/djnd/glas-ljudstva/fonts/freesansboldoblique.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'linlibertine';
    src: url('https://s3.fr-par.scw.cloud/djnd/glas-ljudstva/fonts/linlibertine.woff2') format('woff2'),
        url('https://s3.fr-par.scw.cloud/djnd/glas-ljudstva/fonts/linlibertine.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'linlibertine-bold';
    src: url('https://s3.fr-par.scw.cloud/djnd/glas-ljudstva/fonts/linlibertine-bold.woff2') format('woff2'),
        url('https://s3.fr-par.scw.cloud/djnd/glas-ljudstva/fonts/linlibertine-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'linlibertine-italic';
    src: url('https://s3.fr-par.scw.cloud/djnd/glas-ljudstva/fonts/linlibertine-italic.woff2') format('woff2'),
        url('https://s3.fr-par.scw.cloud/djnd/glas-ljudstva/fonts/linlibertine-italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'linlibertine-bold-italic';
    src: url('https://s3.fr-par.scw.cloud/djnd/glas-ljudstva/fonts/linlibertine-bold-italic.woff2') format('woff2'),
        url('https://s3.fr-par.scw.cloud/djnd/glas-ljudstva/fonts/linlibertine-bold-italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    padding: 0;
    font-family: 'freesansbold', sans-serif;
    margin: 0;
}

h1 {
    color: #ed1c24;
    font-size: 24px;
    line-height: 26.67px;
}

p {
    font-family: 'linlibertine', serif;
    margin-top: 29px;
}

b {
    font-family: 'linlibertine-bold', serif;
}

a {
    color: #000000;
}

.container {
    overflow: hidden;
    max-width: 992px;
    position: relative;
    margin: auto;
    flex-wrap: wrap;
    padding: 50px;
}

.row {
    display: flex;
    width: 100%;
    min-width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    /* margin-left: -10px;
    margin-right: -10px; */
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.party-header {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.party-header img {
    width: 100px;
    height: 100px;
    border: 3px solid black;
    border-radius: 50px;
    margin-right: 28px;
}

.party-header h1 {
    color: black;
    font-size: 42px;
    line-height: 1;
    margin: 5px 0;
}

.party-header p {
    margin: 5px 0;
}

.masonry-card {
    border: 3px solid #ed1c24;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    margin-bottom: 10px;
}

.party-masonry-card {
    position: relative;
}

.party-masonry-card img {
    height: 30px;
    position: absolute;
    right: 8px;
    bottom: 8px;
}

.masonry-card.party-masonry-card.agrees-no {
    border-color: #bdbdbd;
    background-color: #f7f7f7;
}

.masonry-card.party-masonry-card.agrees-no h1 {
    color: #595959;
}

.masonry-card:hover {
    background-color: #f3f3f3;
}

/* .masonry-card-body h1 {
    color: #000000 !important;
} */

.masonry-card:hover h3 {
    text-decoration: underline;
}

.masonry-card .party-image {
    display: inline-block;
    margin-right: 5px;
    border: 1px solid black;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    overflow: hidden;
}

.masonry-card .party-image img {
    width: auto;
    height: 100%;
    font-size: 10px;
    object-fit: cover;
}

.masonry-card-body {
    padding: 28px;
}

.masonry-card-footer {
    padding: 14px 28px;
    border-top: 3px solid #ed1c24;
    background-color: #f3f3f3;
}

.masonry-card .comment {
    display: flex;
    align-items: center;
}

.masonry-card .comment svg {
    height: 35px;
    margin-right: 10px;
}

@media only screen and (min-width: 480px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 768px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 960px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

.col {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    display: flex;
    flex-shrink: 1;
    flex-grow: 1;
    flex-wrap: wrap;
}

.col:nth-child(3n-1) {
    padding-left: 20px;
    padding-right: 20px;
}

.col-third {
    width: calc(33.333% - 20px);
    flex-shrink: 0;
}

.header {
    display: flex;
    justify-content: center;
}

.sub-header {
    margin-top: 50px;
}

.sub-header h1 {
    color: #ed1c24;
    font-size: 50px;
    line-height: unset;
    text-align: center;
}

.logo {
    width: 66px;
    height: 101px;
    margin-right: 15px;
}

.logo-anchor {
    text-decoration: none !important;
}

.menu {
    flex-direction: column;
    align-items: flex-end;
    padding-left: 0;
    padding-right: 0;
}

.menu:first-child {
    display: flex;
}

.menu .faq,
.menu .democracy-festival {
    font-size: 20px;
}

/* .menu .faq {
    margin-right: 30px;
} */

.menu .democracy-festival {
    color: #ed1c24;
}

.social-media {
    margin-top: 10px;
}

.social-media a {
    text-transform: uppercase;
    font-size: 16px;
    padding-left: 6px;
}

@media (max-width: 992px) {
    .menu {
        align-items: flex-start;
        margin-bottom: 30px;
    }
    .menu:first-child {
       font-size: 16px;
       line-height: 20px;
    }
}


.wordslogo {
    color: #000000;
    font-family: 'freesansbold';
    font-size: 67px;
    line-height: 58px;
}

.wordslogo:nth-child(2) {
    color: #ed1c24;
}

.logo-small {
    display: flex;
    align-items: center;
    justify-content: end;
}

.logo-small .logo {
    width: 30px;
    height: 40px;
    margin-right: 15px;
}

.logo-small .wordslogo {
    font-size: 33px;
    line-height: 1;
}

.intro-text {
    color: #000000;
    font-family: 'linlibertine';
    font-size: 24px;
    line-height: 33.33px;
    text-align: left;
    max-width: 700px;
    margin: auto;
    margin-top: 10px;
}

.intro-text.working-group-intro {
    margin: 0;
}

.card {
    border: 3px solid #ed1c24;
    padding: 28px;
    position: relative;
    overflow: hidden;
    flex: 1;
}

.card h1 {
    margin-top: 0;
}

.card p {
    font-size: 16px;
}

.instructions {
    color: #000000;
    font-family: "linlibertine-bold-italic";
    font-size: 20px !important;
    letter-spacing: normal;
    line-height: 20px;
    text-align: left;
    position: absolute;
    left: 28px;
    top: 49px;
    margin: 0;
}

.instructions.longtext {
    top: 26px;
}

.card-button {
    width: 79px;
    height: 79px;
    position: absolute;
    right: 28px;
    top: 27px;
    cursor: pointer;
}

.card-button svg {
    pointer-events: none;
    display: none;
}

.card-button .play-svg {
    display: block;
}

.publish {
    display: block;
    position: absolute;
    font-family: 'freesansbold', sans-serif;
    font-size: 20px;
    line-height: 20px;
    text-align: left;
    text-decoration: underline;
    font-style: italic;
    top: 50px;
    visibility: hidden;
    cursor: pointer;
}

.repeat {
    display: block;
    position: absolute;
    font-family: 'freesansbold', sans-serif;
    font-size: 12px;
    line-height: 14.67px;
    text-align: left;
    text-decoration: underline;
    font-style: italic;
    top: 50px;
    right: 29px;
    visibility: hidden;
    cursor: pointer;
}

.divider {
    width: 100%;
    height: 30px;
    margin-top: 70px;
    margin-bottom: 70px;
    background-image: url('https://s3.fr-par.scw.cloud/djnd/glas-ljudstva/svg/glasljudstva-divider.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.divider.divider-left {
    background-position: left center;
}

.divider.working-group {
    margin-top: 30px;
    margin-bottom: 30px;
}

.divider-small {
    border-bottom: 2px solid black;
    width: 300px;
    margin: 50px 0;
}

.grey-box-text {
    margin: 40px 0;
}

.grey-box-text span {
    display: inline-block;
    background-color: #f3f3f3;
    padding: 16px;
    font-family: 'linlibertine', sans-serif;
}

.working-group-header {
    display: flex;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

.working-group-header a {
    text-decoration: none;
}

.working-group-header a:hover {
    text-decoration: underline;
}

.working-group-header .logo {
    height: 40px;
    width: unset;
    margin-right: 10px;
    /*background-image: url('https://s3.fr-par.scw.cloud/djnd/glas-ljudstva/svg/glasljudstva-divider.svg');*/
    /*background-position: left center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
}

.working-group-header h1 {
    margin-left: 15px;
    color: black;
    /* text-decoration: underline; */
}

.working-group-header.working-group {
    margin-top: 30px;
}

.working-group-header.working-group h1 {
    font-size: 32px;
}

.demand-header {
    margin-top: 60px;
}

.demand-header h1 {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 0;
}

.grey-box-text.demand-grey-box {
    margin-top: 0;
}

.demand-agree,
.demand-dont-agree {
    margin-left: 32px;
    display: flex;
}

.demand-agree {
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.demand-dont-agree {
    margin-bottom: 48px;
    align-items: flex-start;
}

.demand-dont-agree .party-comment {
    background-color: #f3f3f3;
    padding: 24px;
    font-family: 'linlibertine', sans-serif;
    font-size: 16px;
    line-height: 1.25;
}

@media (max-width: 767px) {
    .demand-dont-agree {
        flex-wrap: wrap;
    }

    .demand-dont-agree .party {
        width: 100%;
    }

    .demand-dont-agree .party-comment {
        width: 100%;
    }
}

.demand-agree .party,
.demand-dont-agree .party {
    display: inline-flex;
    align-items: center;
}

.demand-agree .party img,
.demand-dont-agree .party img {
    border: 2px solid black;
    border-radius: 50%;
    height: 60px;
    width: 60px;
}

.demand-agree .party span,
.demand-dont-agree .party span {
    font-size: 12px;
    width: 70px;
    margin-left: 5px;
    margin-right: 10px;
}

.demand-agree .party span a,
.demand-dont-agree .party span a {
    text-decoration: none;
}

.support-header {
    display: flex;
    align-items: center;
}

.support-header h2 {
    font-family: 'linlibertine-bold', sans-serif;
    font-size: 32px;
    padding-left: 8px;
}

.support-header img {
    width: 24px;
}

.organisations-description {
    font-family: 'linlibertine-bold', sans-serif;
    color: #ed1c24;
    font-size: 32px;
    line-height: 36px;
}

.organisations {
    padding: 50px;
    line-height: 22px;
}

#number {
    font-family: 'freesansbold';
    color: #000000;
}

.join {
    background-color: #f3f3f3;
    margin-top: 70px;
}

.join h1 {
    font-family: 'linlibertine-bold';
    font-size: 28px;
}

.join p {
    line-height: 22px;
}

.message {
    border: 2px solid #ed1c24;
    background-color: #f3f3f3;
    padding: 28px 24px;
    width: 100%;
}

.message h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: 'linlibertine-bold', sans-serif;
    font-size: 28px;
    color: #ed1c24;
}

.message p {
    font-size: 18px;
    margin: 0;
    line-height: 1.5;
}

.message p:last-child {
    margin-top: 24px;
}

.message a {
    text-decoration: none;
    font-family: 'linlibertine-bold', sans-serif;
}

.footer {
    background-color: #f3f3f3;
    margin-top: 100px;
}

.footer p {
    font-family: 'freesansbold';
    width: 100%;
    text-align: right;
    font-size: 12px;
}

form {
    width: 100%;
}

label {
    width: 100%;
    font-family: 'freesans';
    font-weight: bold;
    font-size: 16px;
    display: block;
}

input,
textarea {
    width: calc(100% - 30px);
    border: 2px solid #000000;
    height: 48px;
    line-height: 46px;
    font-family: 'freesansbold';
    background-color: transparent;
    margin-top: 5px;
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

textarea {
    height: 100px;
}

button {
    border-radius: 0;
    min-width: 157px;
    height: 48px;
    border: 2px solid #ed1c24;
    background-color: #ffffff;
    font-family: 'freesansboldoblique';
    font-size: 20px;
    text-decoration: underline;
    margin-top: 10px;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
}

button:hover {
    background-color: #f3f3f3;
}

.registration {
    justify-content: center;
    margin-top: 40px;
}

.registration input,
.registration button {
    width: 100%;
}

@media (max-width: 1032px) {
    .wordslogo {
        font-size: 32px;
    }

    .intro-text {
        width: 100%;
        flex-shrink: 0;
        font-size: 16px;
        line-height: 22px;
    }

    .row {
        flex-wrap: wrap;
    }

    .col {
        width: 100%;
        flex-shrink: 0;
    }

    .col:nth-child(3n-1) {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .container {
        padding: 20px;
    }
}

.frame-header {
    flex-wrap: nowrap;
}

.frame-header .col {
    width: unset;
}

@media (max-width: 992px) {
    .frame-header {
        flex-direction: column-reverse;
    }
}

/* comments */
#id_honeypot {
    display: none;
}

#id_comment {
    width: calc(100% - 25px);
}

#id_submit {
    width: 100%;
}

#id_newsletter_permission {
    width: 50px;
    margin-left: 0;
}

.comment {
    flex-wrap: wrap;
    border-bottom: 1px solid #000000;
}

.comment:last-child {
    border-bottom: none;
}

.comment p {
    width: 100%;
    font-family: 'linlibertine-bold', serif;
    font-weight: normal;
    padding-bottom: 10px;
}

.comment p.timestamp {
    text-align: right;
    margin-bottom: -20px;
    font-family: 'linlibertine', serif;
    font-weight: normal;
}

.demand-description,
.demand-description.rich-text {
    font-size: 24px;
    /* line-height: 1.25;
    margin-top: 0; */
}

.demand-description strong {
    font-family: 'linlibertinebold', serif;
    font-size: 20px;
}

/* STRANKE KVIZ SUBPAGE */
.stranke {
    margin-top: 20px;
}

.stranke .sidebar {
    min-width: 300px;
    max-width: 300px;
    margin-right: 30px;
}

.stranke .sidebar>div {
    padding: 10px;
    border: transparent 2px solid;
}

.stranke .sidebar>div.active {
    border: #ed1c24 2px solid;
    background-color: #f3f3f3;
}

.stranke .category-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.stranke .category-item svg {
    min-width: 20px;
    padding-left: 10px;
}

.stranke .sidebar a {
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
}

.stranke .sidebar a:hover {
    text-decoration: underline;
}

.demand-quiz {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 40px;
    flex-grow: 1;
}

@media (min-width: 992px) {
    .demand-quiz {
        padding-left: 30px;
        padding-right: 0;
        padding-top: 0;
    }
}

.demand-quiz input[type="radio"] {
    width: unset;
    height: unset;
}

.demand-quiz textarea {
    font-size: 16px;
    line-height: 20px;
    font-family: 'linlibertine', serif;
}

.demand-quiz h4 {
    margin-bottom: 0;
}

.demand-quiz .button-wrapper {
    padding: 20px 0;
}

.demand-quiz .button-wrapper button {
    height: unset;
    padding: 10px 20px;
    margin-top: 0;
}

.demand-quiz .button-wrapper button:hover {
    background-color: #f3f3f3;
}

.demand-answer-form:not(:first-of-type) {
    margin-top: 50px;
}

.demand-answer-form p strong {
    font-family: 'linlibertine-bold', serif;
}

.form-comment {
    margin: 30px 0;
}

.form-comment.hidden {
    display: none;
}

.form-agree-radio {
    margin: 5px 0;
}

.form-agree-radio input {
    margin: 0 5px 0 0;
}

.form-agree-radio label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
}

.quiz-body {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 40px;
    flex-grow: 1;
}

@media (min-width: 992px) {
    .quiz-body {
        padding-left: 30px;
        padding-right: 0;
        padding-top: 0;
    }
}

.quiz-body .button-wrapper {
    text-align: center;
    padding: 20px 0;
}

.quiz-body .button {
    border: 2px solid #ed1c24;
    font-family: 'freesansboldoblique';
    font-size: 20px;
    cursor: pointer;
    padding: 10px 20px;
}

.quiz-body .button:hover {
    background-color: #f3f3f3;
}

.quiz-body h1 {
    margin-top: 0;
}

.demand-quiz p,
.quiz-body p {
    font-size: 18px;
}

.summary h3 {
    color: #ed1c24;
}

.summary h5 {
    margin-bottom: 10px;
}

.summary p:nth-of-type(2) {
    font-weight: bold;
}

.summary p:nth-of-type(3) {
    margin-top: 0;
    margin-bottom: 30px;
}

.voter-question-form {
    max-width: 700px;
    margin: auto;
}

.voter-question-form h2 {
    margin-top: 0;
    text-align: center;
}

.voter-question-form .instruction-text {
    font-size: 22px;
    line-height: 1.25;
    margin-top: 0;
}

.voter-question-form .instruction-text-italic {
    font-style: italic;
    font-size: 18px;
}

.voter-question-form form input[type="text"],
.voter-question-form form textarea {
    height: unset;
    line-height: 32px;
    font-size: 16px;
    box-sizing: border-box;
    width: 100%;
}

.voter-question-form form label {
    font-size: 18px;
}

.voter-question-form form textarea {
    line-height: 24px;
    padding: 10px;
}

.voter-question-form form input[type="submit"] {
    border: 3px solid #ed1c24;
    width: 100%;
}

.voter-question-form form input[type="submit"]:hover {
    background-color: #f3f3f3;
    cursor: pointer;
}

.voter-question-form-message {
    border: 3px solid #ed1c24;
    background-color: #f3f3f3;
    padding: 20px;
    text-align: center;
    margin-bottom: 50px;
}

.voter-question-form-message.error {
    color: #ed1c24;
}

.faq-question {
    margin-top: 50px;
}

.faq-question h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 1.25;
    color: #ed1c24;
}

.faq-question h3 {
    margin-top: 32px;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1.25;
}

.faq-question p, .faq-question li {
    font-family: 'linlibertine', serif;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.25;
    font-size: 24px;
}

.monitoring-intro h1 {
    text-align: center;
    font-size: 36px;
    line-height: 1.25;
    color: black;
}

/*  */
.rich-text {
    font-family: 'linlibertine', serif;
    font-size: 18px;
    line-height: 1.5;
}

.rich-text p,
.rich-text ul,
.rich-text ol {
    margin-top: 0;
    margin-bottom: 1em;
}
