/*
Theme Name: Quetzal
Version: 1.0
Author: Tommy Hasert
*/

@import url("assets/fonts/icofont/icofont.min.css");
@import url("assets/css/_fonts.css");
@import url("assets/css/_select2.min.css");

.template-notice {
    display: none;
}

:root {
    --quetzal-color-main: #254441;
    --quetzal-color-main-dark: #152322;
    --quetzal-color-second: #e8d9c0;
    --quetzal-color-light: #ebedf0;
    --quetzal-color-highlight: #365E13;
    --quetzal-color-headline: #000000;

    /* menu */
    --quetzal-menu-item-height: 40px;
    --quetzal-menu-color-second-level: #212121;
    --quetzal-menu-color-third-level: #000000;
    --quetzal-menu-color-hover: #000000;

    /* dark mode */
    --quetzal-color-light-dark: #303030;
    --quetzal-color-second-dark: #494949;
    --quetzal-color-highlight-dark: #66be97;
    --quetzal-color-headline-dark: #fff;
    --quetzal-text-color-dark: #fff;
}

::selection {
    background: var(--quetzal-color-second); /* WebKit/Blink Browsers */
}
::-moz-selection {
    background: var(--quetzal-color-second); /* Gecko Browsers */
}

a:focus {
    outline: none
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
    line-height: 1.5em;
    background: var(--quetzal-color-main-dark);
    color: var(--quetzal-color-headline);
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

body:before {
    content: "";
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: url(images/header-background.jpg) no-repeat center center fixed;
    background-size: cover;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.52756 0.42911999999999995 0.04332 0 0 0.12756 0.82912 0.04332 0 0 0.12756 0.42911999999999995 0.44332 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(60%);
    filter: grayscale(60%);
    z-index: -1;
}

b {
    font-weight: 600;
}

h1, h2 {
    color: var(--quetzal-color-headline);
    text-align: center;
    line-height: 1.2em;
    margin-top: 15px;
    margin-bottom: 50px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
}

#content ul, #content ol, #content h1, #content h3, #content h4, #content h5 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.banner {
    background-color: var(--quetzal-color-second);
}

#bird {
    position: absolute;
    top: -5px;
    left: 489px;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.88195 0.10724999999999996 0.010800000000000004 0 0 0.031950000000000006 0.9657499999999999 0.010800000000000004 0 0 0.031950000000000006 0.10724999999999996 0.8608 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: saturate(.85);
    filter: saturate(.85);
    z-index: 0;
}

#bird img {
    max-width: 130px;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

#news {
    display: none;
    position: absolute;
    left: 473px;
    top: 44px;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.80325 0.17874999999999996 0.018000000000000002 0 0 0.05324999999999999 0.93625 0.018000000000000002 0 0 0.05324999999999999 0.17874999999999996 0.768 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: saturate(.75);
    filter: saturate(.75);
    z-index: 0;
}

#news img {
    max-width: 50px;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    -webkit-filter: invert();
    filter: invert();
}

.stage-system-notice {
    background: #ffc400;
    padding: 10px;
    text-align: center;
    font-weight: 700;
}

.wp-block-image figcaption {
    text-align: center;
}

.search-excerpt {
    background-color: #b6d7f9;
}

/* AUTHOR LINK */
.author {
    font-size: 13px;
}

.author-link {
    text-decoration: none;
}

/* ARTICLE HEADER */
.article-header {
    background: var(--quetzal-color-second);
    padding: 20px;
    margin: 5px 0 30px;
    border-radius: 10px;
}

.article-header a {
    text-decoration: none;
}

.article-header--top-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.article-header--date {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: .8em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 3px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    text-decoration: none;
}

.article-header--date i {
    padding-top: 3px;
}

.article-header--share, .article-header--print {
    font-size: 13px;
}

.article-header--headline {
    text-align: left;
    margin-top: 25px;
    margin-bottom: 15px;
    word-break: break-word;
    font-size: 1.5em;
}

.article-header--categories {
    font-size: 13px;
}

.article-header--label {
    text-transform: uppercase;
}

.article-header--reading-time {
    font-size: .85em;
}

.kategorien {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 13px;
}

.noticias-post {
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: normal;
}

.noticias-kategorien {
    font-size: 11px;
}

.noticias-datum {
    font-weight: normal;
}

.noticias-content {
    margin-top: 13px;
}

.noticias-content p {
    margin-top: 13px;
    text-align: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.noticias-content p a:first-child {
    min-width: 115px;
}

/* kein Abstand nach links im page template */
.page-template-default .noticias-content p {
    display: block;
}

.noticias-content--with-feature-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.noticias-content--with-feature-image p {
    margin-top: 0;
    margin-left: 7px;
}

/* PAGE COUNTRY PAGE */
.page-country-category-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 165px 1fr;
    grid-template-columns: 165px 1fr;
    gap: 15px;
}

.page-country-data-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
}

.page-country-data-wrapper a {
    text-decoration: none;
}

.page-country-flag {
    position: absolute;
    top: 10px;
    right: 10px;
    max-width: 32px;
}

.bolivia-tagebuch-post {
    margin-top: 25px;
    font-size: 12px;
    font-weight: normal;
}

.bolivia-tagebuch-datum {
    font-weight: normal;
}

.bolivia-tagebuch-content {
    margin-top: 13px;
}

.bolivia-tagebuch-content p {
    margin-top: 13px;
    text-align: justify;
}

.abstand-artikel {
    margin-bottom: 13px;
    text-align: justify;
}

.lists-pages {
    clear: both;
    margin-bottom: 10px;
}

.lists-pages li {
    list-style-position: outside;
    margin-bottom: 7px;
}

.lists-pages li a {
    text-decoration: none;
}

.laenderseite-titel-normal {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 600;
}

.startseite-tabelle-linke-spalte {
    vertical-align: top;
    padding-right: 15px;
    width: 50%;
    text-align: justify;
    padding-bottom: 40px;
}

.startseite-tabelle-rechte-spalte {
    vertical-align: top;
    padding-left: 15px;
    width: 50%;
    text-align: justify;
    padding-bottom: 40px;
}

.outer-wrapper {
    padding: 10px;
    background-color: white;
}

.inner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.search-form-wrapper {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--quetzal-color-second);
    margin-bottom: 10px;
    padding: 20px 10px 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.search-form-wrapper input[type=search] {
    border-radius: 4px 0 0 4px;
    height: 30px
}

.advanced-search-link {
    text-align: center;
    font-size: .75em;
    margin: 3px 0 0;
}

.advanced-search-link a {
    color: black;
}

.search__input {
    border-radius: 4px 0 0 4px;
    border: 1px solid #cccccf;
    border-right: none;
    float: left;
    font-size: 1em;
    height: 30px;
    line-height: normal;
    padding: 0 0 0 0.625em;
    width: 85%;
    width: calc(100% - 2.1875rem);
}

.search-result-count {
    margin: 20px 0 50px;
    border: 1px solid;
    padding: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.search-notice {
    font-size: .75em;
}

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

button.search__button {
    background-color: var(--quetzal-color-main);
    color: #fff;
    border-radius: 0 4px 4px 0;
    border: none;
    display: inline-block;
    height: 30px;
    position: relative;
    width: 35px;
    width: 2.1875rem;
}

button.search__button:hover {
    cursor: pointer;
}

/* SEARCH WIDGET*/

.search article h1, .search article h2, .search article h3 {
    text-align: left !important;
}

.search .pagination {
    margin: 50px 5px 0;
}

.search blockquote {
    padding: 0;
    text-align: left;
}

.search .wp-pagenavi {
    margin-top: 50px;
}

.search #content h1, .search #content h2 {
    font-size: 1.4em;
}

/* SEARCH RESULTS*/

.search-results .article-title {
    margin-top: 0 !important;
    margin-left: 0 !important;
    background: initial !important;
    color: black !important;
    padding: 0 !important;
}

.search-results .article-footer {
    margin: 10px 0 20px;
    font-size: .85em;
}

.search-results .article-footer a {
    text-decoration: none;
}

.search-results .cat-links {
    display: block;
}

.search-results .article-date i {
    margin-right: 3px;
}

/* FILTER */
.sorting-container {
    position: absolute;
    right: 20px;
    top: 170px;
}

.sorting-wrapper .select2-container {
    width: 170px !important;
}

.filter-container {
    position: relative;
    margin-bottom: 50px;
    background: var(--quetzal-color-second);
    padding: 20px;
}

.filter-container form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 20px;
}

.filter-wrapper {
    display: block;
    margin-bottom: 10px;
}

.filter-label {
    width: 135px;
    display: inline-block;
}

.filter-wrapper .select2-container, .filter-wrapper input[type=date] {
    max-width: 200px !important;
    width: 100% !important;
}

.filter-wrapper .status-indicator {
    background: #b2b2b2;
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 100%;
    margin: 2px 5px 2px 0;
}

.filter-wrapper .status-indicator--active {
    background: #568f30;
}

.category-filter-tooltip {
    margin-left: 5px;
    margin-right: -5px;
    color: #666;
}

.category-filter-tooltip[tooltip]::after {
    min-width: 281px;
}

.filter-wrapper--categories {
    grid-column: span 2;
    display: flex;
}

#reset-filter {
    display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--quetzal-color-main);
    border: 1px solid #fff;
    margin-left: 5px !important;
    color: #fff;
    font-size: .9em;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 1px solid #fff;
    color: #fff;
    height: 22px;
}

@media screen and (max-width: 1040px) {
    .filter-wrapper--categories .select2-container {
        margin-left: 0 !important;
    }

    .filter-wrapper .select2-container, .filter-wrapper input[type=date], .filter-wrapper .search-field {
        max-width: 100% !important;
        width: 100% !important;
    }

    .filter-wrapper--categories {
        display: block;
    }
}

.filter-wrapper--categories .select2-container {
    max-width: 100% !important;
    margin-left: 26px;
    margin-right: 6px;
}

.button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 10px;
    margin-top: 20px;
}

.button {
    background: var(--quetzal-color-main);
    border: none;
    padding: 10px 20px;
    color: #fff;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    display: block;
}

.button:hover {
    cursor: pointer;
}

.button--cancel {
    background: transparent;
    border: 1px solid var(--quetzal-color-main);
    color: black;
}

input[type=text], input[type=search], input[type=date], input[type=email], input[type=number], input[type=url]  {
    font-family: 'Open Sans', sans-serif;
    border-radius: 4px;
    border: 1px solid #cccccf;
    font-size: 1em;
    height: 28px;
    line-height: normal;
    padding: 0 0 0 0.625em;
}

.select2-container--default .select2-selection--single {
    border-color: #cccccf !important;
}

.select2-container--default .select2-results__group {
    font-weight: 600 !important;
    padding-left: 1em !important;
}

.filter-wrapper .search-field {
    width: 201px;
}

/* SIDEBAR */

.sidebar {
    width: 180px;
}

.sidebar h2 {
    border-radius: 10px 0 0;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 0px;
    font-size: 1.1em;
    color: #ffffff;
    text-align: left;
    background: var(--quetzal-color-main);;
}

.sidebar ul {
    position: relative;
    border-radius: 0 0 10px;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-color: var(--quetzal-color-second);
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
}

.sidebar ul li {
    list-style-type: none;
    background-position: 0 5px;
    margin-left: 10px;
    padding-top: 2px;
    margin-right: 10px;
}

.sidebar ul li a:before {
    position: absolute;
    left: -6px;
    content: '\00a0\ea69';
    font-size: 1.2em;
    font-family: IcoFont;
}

.sidebar ul li a {
    position: relative;
    color: black;
    text-decoration: none;
    display: block;
    margin: 0 -4px;
    padding: 0 5px 2px 20px;
    word-break: break-word;
}

.sidebar ul li a:hover, .sidebar ul li a:active, .sidebar ul li a:focus {
    background-position: 0 5px;
    background-color: var(--quetzal-color-light);;
    color: black;
}

.sidebar .link-active {
    font-weight: 700;
}

.sidebar .sidebar--novedades-menu {
    padding-bottom: 30px;
}

.sidebar .sidebar--novedades-menu li a:before {
    content: '\00a0\efa7';
    font-size: 1em;
    left: -4px;
}

.sidebar--top-menu dl {
    margin: 0 auto;
    padding: 0;
}

.sidebar--top-menu dt {
    margin: 0;
    padding: 10px;
    font-size: 1.4em;
    font-weight: 600;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.sidebar--top-menu dd {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 1em;
    border-bottom: 1px solid #fff;
    background: #ffffff;
    font-weight: 600;
}

.sidebar-novedades-more-link {
    position: absolute !important;
    right: 20px;
    color: black;
}

/*Archive Sidebar*/
.wp-block-archives-dropdown label {
    display: none;
}

.archive-sidebar .wp-block-archives {
    padding: 3px 10px;
}

.archive-sidebar select {
    width: 100%;
    height: 25px;
    border: 1px solid #999;
}

.archive-sidebar .wp-calendar-nav {
    display: grid;
    grid-template-columns: 1fr 0 1fr;
}

.archive-sidebar .wp-block-calendar table {
    transform: scale(.9);
}

.archive-sidebar .wp-block-calendar a {
    text-decoration: none;
    font-size: .9em;
    height: 30px;
    justify-content: center;
    color: black;
    font-weight: 700;
}

.archive-sidebar .wp-calendar-nav-prev a, .archive-sidebar .wp-calendar-nav-next a {
    color: #ffffff;
    font-weight: 400;
}

.archive-sidebar  .wp-block-calendar table th {
    display: none;
}

.post-meta-key {
    margin-bottom: 15px;
    font-weight: normal;
}

.post-date-wrapper i {
    color: black !important;
    cursor: initial !important;
}

#content {
    position: relative;
    margin-left: 10px;
    padding: 30px 20px 10px;
    background-color: var(--quetzal-color-light);
    margin-right: 0;
    height: auto;
    border: 0;
    width: calc(100% - 180px - 10px);
}

#content .headline-subtitle {
    text-align: center;
    margin-bottom: 20px;
}

#content h1 em var, #content h2 em var {
    color: black;
    font-style: normal;
}

#content h3 {
    /*font-size: 115%;
    margin-top: 20px;
    color: var(--quetzal-color-highlight);*/

    font-size: 115%;
    background: var(--quetzal-color-main);
    color: #fff;
    padding: 7px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 500;
    margin: 20px 0;
}

#content h3 a {
    color: #fff !important;
}

#content .single-noticias h3, #content .single-normal h3 {
    color: #000;
    background: transparent;
    padding: 0;
    width: initial;
}

#content h4 {
    font-weight: 600;
    font-size: 100%;
}

#content h5 {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

#content h1 a, #content h2 a {
    color: var(--quetzal-color-main);
    text-decoration: none;
}

#content .left {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 5px solid var(--quetzal-color-second);
}

#content p {
    /*clear: both;*/ /* bad for inline images */
    /*
    text-align: justify;
    */
    margin-bottom: 9px;
}

#content h1 a:hover, #content h2 a:hover {
    text-decoration: underline;
}

#content .date .d {
    font-size: 140%;
    display: block;
    text-align: center;
    color: #FF5D20;
}

#content .date .m {
    display: block;
    font-size: 80%;
    text-align: center;
}

#content .post small {
    display: block;
    margin-bottom: 15px;
}

article {
    margin-bottom: 20px;
}

#breadcrumb {
    font-size: .75em;
    margin: -15px 0 35px;
}

.headline--margin-0 {
    margin: 0 !important;
}

.headline--margin-bottom-0 {
    margin-bottom: 0 !important;
}

.headline--margin-bottom-10 {
    margin-bottom: 10px !important;
}

.headline--margin-bottom-20 {
    margin-bottom: 20px !important;
}

.headline--margin-bottom-50 {
    margin-bottom: 50px !important;
}

.page-template-page-print #content h1, .page-template-page-print #content h2 {
    margin-bottom: 10px;
}

.page-template-page-medienliste #content h3 {
    margin-top: 0;
}

.page-template-page-country-links #content h3, .page-template-page-country-overview-links #content h3 {
    margin: 0 auto;
}

.page-template-page-country-links #content h3 a {
    color: #fff !important;
}

.page-template-page-print-php #content h3 {
    margin: 15px auto 50px;
}

.page-template-page-country-php #content h3 {
    margin-bottom: 30px;
}

.page-template-page-print h3 {
    text-align: center;
    display: block;
    margin: 0 auto 50px;
}


/* FOOTER */
footer {
    position: relative;
    font-size: .9em;
    background: var(--quetzal-color-main-dark);
    color: #fff;
    padding: 40px 20px 30px;
}

footer a {
    color: #fff !important;
    text-decoration: none;
}

.footer--first-row {
    display: grid;
    grid-template-columns: auto 1fr 1fr;
    grid-gap: 30px;
}

.footer--first-row img {
    max-width: 150px;
}

.footer--first-row h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.footer--first-row-wrapper-column-one {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 20px;
}

.footer--first-row-wrapper-column-one {
    max-width: 450px;
}

.footer--first-row-wrapper-column-two {
    margin-left: 30px;
}

.footer--first-row-wrapper-column-two h3 {
    margin: 0 0 15px -15px;
}

.footer--first-row-wrapper-column-three {
    display: grid;
    height: fit-content;
    margin-left: 30px;
}

.footer--first-row-wrapper-column-three a {
    width: fit-content;
}

.footer--first-row-wrapper-column-three h3 {
    margin: 0 0 15px -15px;
}

.footer--second-row {
    text-align: center;
    border-top: 1px solid #fff;
    padding-top: 25px;
    margin-top: 50px;
}

@media all and (max-width : 830px) {
    .footer--first-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer--first-row img {
        max-width: 100px;
        position: absolute;
        bottom: 50px;
        left: 0;
    }

    .footer--first-row-wrapper-column-one {
        display: block;
        text-align: center;
        max-width: 100%;
        width: 100%;
    }

    .footer--first-row-wrapper-column-two {
        width: 200px;
    }
}


@media (max-width: 470px) {
    .footer--first-row {
        justify-content: left;
    }

    .footer--first-row-wrapper-column-one-text {
        text-align: left;
        padding-right: 100px;
    }

    .footer--first-row img {
        left: initial;
        right: 19px;
        top: 22px;
        max-width: 100px;
    }

    .footer--first-row-wrapper-column-two, .footer--first-row-wrapper-column-three {
        margin-left: 15px;
    }
}

/* ------------------ General Definition --------------------*/

#content a:link, footer a:link {
    color: black;
}

#content a:visited, footer a:visited {
    color: black;
}

#content a:focus, #content a:active, footer a:focus, footer a:active {
    color: black;
}

#content a:hover, footer a:hover {
    color: var(--quetzal-color-main);
    text-decoration: none;
}

#content ol .user, #content ol .admin {
    margin-left: 0;
    list-style-type: none;
    border: 3px solid var(--quetzal-color-second);
    padding: 10px;
    margin-bottom: 10px;
}

#content ol .user {
    background-color: #F8FBF2;
    background-position: 10px 5px;
    background-repeat: no-repeat;
}

#content ol .user cite, #content ol .admin cite {
    font-size: 130%;
    margin-left: 0;
    margin-top: 3px;
    display: block;
}

#content ul li, #content ol li {
    margin-left: 20px;
}

#content em {
    font-style: italic;
}

.none {
    display: none;
}

blockquote {
    position: relative;
    padding: 7px 7px 7px 60px;
    text-align: right;
    font-style: italic;
}

blockquote:before{
    font-family:Arial;
    content: "\201C";
    font-size:4em;
    position: absolute;
    left: 10px;
    top: 15px;
}

blockquote:after{
    content: '';
}

.sdfootnoteanc {
    text-decoration: none !important;
}

cite {
    font-style: normal;
    color: var(--quetzal-color-main);
}

abbr, acronym {
    border-bottom: 1px dotted #708090;
}

samp {
    color: #1E90FF;
}

dfn {
    font-style: normal;
    color: var(--quetzal-color-main);
    font-family: Georgia, Arial, Helvetica, sans-serif;
}

pre {
    background-color: var(--quetzal-color-light);
    border: 1px solid #000000;
    padding: 10px;
    overflow: auto;
    width: inherit;
    line-height: 1.5em;
    margin-bottom: 9px;
}

.klein {
    font-family: "Times New Roman", Times, serif;
    font-size: 95%;
}

/*----------------- FANCY BOX STUFF ---------------------------*/

.fancybox-margin {
    overflow: hidden !important;
}

.fancybox-margin body:before{
    -webkit-transform: translateX(-9px);
    -ms-transform: translateX(-9px);
    transform: translateX(-9px);
}

/*----------------- Formulare ---------------------------*/

#content fieldset {
    border: 3px solid var(--quetzal-color-second);
    padding: 10px;
}

#content legend {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 80%;
    color: black;
}

#content .nonlabel {
    float: none;
    width: auto;
}

#content .btn {
    border: 3px solid var(--quetzal-color-second);
    background-color: white;
}

#content .error {
    background-color: white;
    border: 1px solid var(--quetzal-color-main);
}

#content .single-normal img {
    /*margin: 5px 0 5px 10px;*/
    background-color: #FFFFFF;
    display: block;
    padding: 4px;
}

#content .single-normal .bild-links {
    margin-right: 8px;
    margin-left: 0;
}

#content .single-normal .bild-rechts {
    margin-right: 0;
    margin-left: 8px;
}

#content .single-normal .ngg-left {
    margin-right: 8px;
    margin-left: 0;
}

#content .single-normal .ngg-right {
    margin-right: 0;
    margin-left: 8px;
}

.clear {
    display: block;
    text-align: center;
}

img {
    border-width: 1px;
    border-color: black;
    margin-top: 3px;
    margin-right: 6px;
    max-width: 100%;
    height: auto;
}

a:link img {
    border-width: 1px;
    border-color: black;
    text-decoration: none;
}

a:visited img {
    border-width: 1px;
    border-color: black;
    text-decoration: none;
}

a:hover img {
    border-width: 1px;
    border-color: black;
    text-decoration: none;
}

a:active img {
    border-width: 1px;
    border-color: black;
    text-decoration: none;
}

#bilder-normal img {
    border: 0;
}

#bilder-normal .top-pic a:link {
    border: 0;
    text-decoration: none;
    text-align: right;
}

#content h3 a:link {
    color: var(--quetzal-color-main);
    text-decoration: none;
}

#content h3 a:hover {
    color: var(--quetzal-color-main);
    text-decoration: underline;
}

#content h3 a:visited {
    color: var(--quetzal-color-main);
    text-decoration: none;
}

#content h3 a:active {
    color: var(--quetzal-color-main);
    text-decoration: underline;
}

#content h4 a:link {
    color: var(--quetzal-color-main);
    text-decoration: none;
}

#content h4 a:hover {
    color: var(--quetzal-color-main);
    text-decoration: underline;
}

#content h1 a:link, #content h2 a:link {
    text-decoration: none;
}

#content h1 a:hover, #content h2 a:hover {
    text-decoration: underline;
}

#fernsehtipps-single h1, #fernsehtipps-single h2 {
    font-size: 13px;
    font-weight: 600;
    position: relative;
    padding-bottom: 0;
    padding-left: 0;
    color: black;
    line-height: 12px;
}

/* PAGINATION */

.wp-pagenavi {
    font-size: 11px;
    padding: 10px;
    color: #000000;
    position: relative;
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 3px 5px;
    margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #000;
}

.wp-pagenavi span.current {
    font-weight: 600;
}

.wp-pagenavi a, .wp-pagenavi a:link {
    padding: 2px 4px 2px 4px;
    margin: 2px;
    text-decoration: none;
    border: 1px solid #000000;
    color: #000000;
    background-color: #ffffff;
}

.wp-pagenavi a:visited {
    padding: 2px 4px 2px 4px;
    margin: 2px;
    text-decoration: none;
    border: 1px solid #000000;
    color: #000000;
    background-color: #ffffff;
}

.wp-pagenavi a:hover {
    border: 1px solid #000000;
    color: #ffffff !important;
    background-color: var(--quetzal-color-main);
}

.wp-pagenavi a:active {
    padding: 2px 4px 2px 4px;
    margin: 2px;
    text-decoration: none;
    border: 1px solid #000000;
    color: #000000;
    background-color: var(--quetzal-color-main);
}

.wp-pagenavi span.pages {
    padding: 2px 4px 2px 4px;
    margin: 2px 2px 2px 2px;
    color: #000000;
    border: 1px solid #000000;
    background-color: #ffffff;
}

.wp-pagenavi span.current {
    padding: 2px 4px 2px 4px;
    margin: 2px;
    font-weight: 600;
    border: 1px solid #000000;
    color: #ffffff;
    background-color: var(--quetzal-color-main);
}

.wp-pagenavi span.extend {
    padding: 2px 4px 2px 4px;
    margin: 2px;
    border: 1px solid #000000;
    color: #000000;
    background-color: #ffffff;
}

.absatz-eingerueckt {
    text-align: justify;
    text-indent: 25px;
    margin-bottom: 9px;
}

.home .noticias {
    margin-left: 0;
}

.page-template .noticias {
    margin-left: 0;
}

.archive .noticias {
    margin-left: 0;
}

.noticias-content--without-margin-left .noticias {
    margin-left: 0;
}

/* TABLE */

table {
    /*max-width: fit-content;*/
    border-collapse: collapse;
}

table td {
    vertical-align: top;
    padding: 3px;
}

.single #content table {
    background: var(--quetzal-color-second);
    border-collapse: separate;
    font-size: 12px;
    line-height: 24px;
    margin: 30px auto;
    text-align: left;
    border-spacing: 0;
}

.single #content thead {
    background: var(--quetzal-color-main);
    color: #fff;
}

.single #content thead th {
    padding: 3px;
    font-size: 14px;
}

.single #content tbody tr td {
    border: 1px solid #000;
    border-left: none;
}

.single #content tbody tr td:first-child {
    border-left: 1px solid #000;
}

.single #content td {
    padding: 3px;
    position: relative;
}

.single #content tr:nth-child(even) td {
    background: #fff;
}

.single #content tr:nth-child(odd) td {
    background: var(--quetzal-color-second);
}

/* Other */

.alignleft {
    float: left;
    margin: 5px 5px 5px 0
}

.alignright {
    float: right;
    margin: 0 0 0 5px;
}


.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 0;
    margin-bottom: 2px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 5px;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

h3 a:link {
    color: var(--quetzal-color-main);
    text-decoration: none;
}

h3 a.kblinker:link {
    color: var(--quetzal-color-main);
    text-decoration: none;
}

.absatz-normal-box {
    text-align: justify;
    margin-bottom: 9px;
    padding: 5px;
    background-color: #f5f2ed;
    border: 1px dotted grey;
}

.box {
    text-align: center;
    padding: 5px;
    background-color: #f5f2ed;
    border: 1px dotted grey;
    margin: 12px;
}

/* PARTNER PAGE */
.partner-wrapper .partner-item {
    display: -ms-grid;
    display: grid;
    gap: 15px;
    -ms-grid-columns: 150px auto;
    grid-template-columns: 150px auto;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.partner-wrapper a {
    text-decoration: none;
}

.partner-wrapper .partner-item--title {
    font-weight: 600;
    margin-bottom: 5px;
    background: var(--quetzal-color-main);
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

/* NOVEDADES */
.novedades-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}

.novedades-item {
    position: relative;
    height: 100%;
    background: #fff;
    border-radius: 5px;
    padding: 25px;
    gap: 15px;
    margin-bottom: 30px;
    min-width: 100%;
}

.novedades-item:hover {
    background: var(--quetzal-color-second);
    cursor: pointer;
}

.novedades-item:hover .novedades-text {
    color: black !important;
}

.novedades-title {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}

.novedades-autor .author {
    font-size: .8em;
}

.novedades-categories {
    font-size: .8em;
}

.novedades-read-more-link {
    position: absolute;
    right: 25px;
    bottom: 25px;
    font-size: 13px;
}

.novedades-thumbnail {
    text-align: center;
    display: block;
    padding: 10px 0;
}

.novedades-thumbnail img {
    max-height: 230px;
}

.novedades-read-more-link i {
    font-size: 1.3em;
}

.novedades-more-link {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 50px auto 0;
}

.ngg-singlepic {
    background-color: #fff;
    display: block;
    padding: 4px;
}

/* Noticias Grid on Frontpage */

.noticias-grid .noticias-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
}

.noticias-grid .noticias-wrapper--with-margin-bottom {
    margin-bottom: 50px;
}

.noticias-grid .noticia-item {
    position: relative;
    height: 100%;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.3fr 1fr;
    grid-template-columns: 1.3fr 1fr;
    gap: 15px;
}

.noticias-grid .noticia-item--wrapper {
    margin-bottom: 30px;
}

.noticias-grid .noticias-wrapper--one-column-design {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 85%;
    margin: 0 auto;
}

.noticias-grid .noticias-wrapper--one-column-design .noticia-item {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
}

.noticias-grid .noticias-wrapper--one-column-design .noticia-item--date {
    display: block;
    font-size: 13px;
    margin-bottom: 6px;
}

.noticias-grid .noticias-wrapper--one-column-design .noticia-item--date-separator {
    display: none;
}

.noticias-grid .noticia-item--wrapper-without-margin {
    margin-bottom: 0;
}

.noticias-grid .noticias-wrapper--with-first-item-special .noticia-item:first-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
}

.noticias-grid .noticia-item:hover {
    background: var(--quetzal-color-second);
    cursor: pointer;
}

.noticias-grid .noticia-item--headline-wrapper {
    position: relative;
}

.noticias-grid .noticia-item--headline {
    font-weight: 500;
}

.noticias-grid .noticia-item--text {
    margin-top: 10px;
}

.noticias-grid .noticia-item--flags-wrapper {
    position: absolute;
    left: 10px;
    bottom: 8px;
}

.noticias-grid .noticia-item--flag {
    width: 18px;
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
    display: inline !important;
}

.noticias-grid .noticia-item--text .noticias {
    padding-left: 0;
}

.noticias-grid .noticia-item--img-wrapper {
    overflow: hidden;
    width: 100%;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.noticias-grid .noticia-item--thumbnail {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    width: 100%;
    height: 140px;
    max-height: 400px;
    max-width: 250px;
    padding: 0;
    margin: 0;

    -webkit-transform: scale(1.001) rotate(0);

    -ms-transform: scale(1.001) rotate(0);

    transform: scale(1.001) rotate(0);
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    -o-transition: transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    will-change: transform;
}


.noticias-grid .noticia-item--thumbnail-full-height {
    height: 100%;
}

.noticias-grid .noticia-item:hover .noticia-item--thumbnail {
    -webkit-transform: scale(1.1) rotate(2deg);
    -ms-transform: scale(1.1) rotate(2deg);
    transform: scale(1.1) rotate(2deg);
}

.noticias-grid .noticia-item--link {
    text-decoration: none !important;
}

.noticias-grid .noticia-item--link:hover {
    color: black !important;
}

.noticias-grid .noticia-item--is-noticia {

}


/* Noticias Single */

.single-noticias .noticias-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    gap: 10px;
}

.single-noticias .noticia-image {
    max-width: 150px;
}

.single-noticias .noticia-image img {
    width: 100%;
}

.single-noticias .noticias-wrapper > p {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    grid-gap: 15px;
    margin-left: 0;
    text-align: left;
}

.single-noticias .noticias-wrapper > p a {
    max-width: 150px;
}

.single-noticias .noticias-wrapper img {
    margin: 0;
}


/* Noticia Banner */
.ribbon {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
    width: 100px;
    height: 100px;
    text-align: right;
}

.ribbon span {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 100px;
    display: block;
    background: var(--quetzal-color-main);
    -webkit-box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}

.ribbon span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid var(--quetzal-color-second);
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid var(--quetzal-color-second);
}
.ribbon span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid var(--quetzal-color-second);
    border-bottom: 3px solid transparent;
    border-top: 3px solid var(--quetzal-color-second);
}


/* Linkeffekte */

.link {
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    text-decoration: none;
}

.link:before,
.link:after {
    position: absolute;
    width: 100%;
    height: 1px;
    background: currentColor;
    top: 100%;
    left: 0;
    pointer-events: none;
}

.link:before {
    content: '';
}

.link--metis {
    font-family: bely-display, sans-serif;
}

.link--metis:before {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.link--metis:hover:before {
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

/* TOP NAVIGATION*/

nav {
    position: sticky;
    top: 0;
    margin: 0;
    padding: 0;
    background-color: var(--quetzal-color-main);
    z-index: 99;
}

.admin-bar nav {
    top: 32px;
}

nav:after {
    content: "";
    display: table;
    clear: both;
}

nav ul {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    list-style: none;
    margin-left: -95px;
}

nav ul li {
    margin: 0;
    display: inline-block;
    background-color: var(--quetzal-color-main);
    z-index: 99;
}

nav a {
    padding: 0 16px;
    color: #FFF;
    line-height: var(--quetzal-menu-item-height);
    text-decoration: none;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1em;
}

nav ul ul a {
    height: 25px;
}
nav ul li ul li:hover { background: var(--quetzal-menu-color-hover); }
nav a:hover { background-color: var(--quetzal-menu-color-hover); }

/* second level*/
nav ul ul {
    background-color: var(--quetzal-color-main);
    padding: 10px 0;
    display: none;
    position: absolute;
    top: var(--quetzal-menu-item-height);
    border: 1px solid black;
    margin-left: 0;
}
/* third level*/
nav ul ul ul {
    padding: 0;
}
nav ul ul ul a {
    height: 25px;
}

nav ul li:hover > ul { display: inherit; }
nav ul ul li {
    float: none;
    display: list-item;
    position: relative;
}
nav ul ul ul li {
    position: relative;
    top: -40px;
    left: 269px;
    border-left: 1px solid black;
}

/* desktop icon*/
nav li > a:after {
    content: '\00a0\ea67';
    font-family: IcoFont;
}

nav li > a:hover:after {
    content: '\00a0\ea6a';
    font-family: IcoFont;
}

/* mobile icon*/
.toggle:after {
    content: '\00a0\ea67';
    font-family: IcoFont;
}

.toggle, [id^=drop] {
    display: none;
}

.toggle:hover {
    cursor: pointer;
}

nav li > a:only-child:after { content: ''; }

/*SCROLL TO TOP*/

.scroll-to-top {
    position: relative;
}

.btn-position {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 999;
}

.btn-style {
    background-color: var(--quetzal-color-main);
    border: 2px solid #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    color: #fff;
    cursor: pointer;
    font-size: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    visibility: hidden;
}

.btn-style i {
    font-size: .8em;
}

.icon-style:hover {
    background: #fff;
    color: var(--quetzal-color-main);
    border: 2px solid var(--quetzal-color-main);
}

.template-notice {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ddd;
    font-size: .75em;
    padding: 2px;
}


/* TOPICS PAGE */
.topic-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 25px 1fr 65px;
    grid-template-columns: 25px 1fr 65px;
    margin-bottom: 10px;
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 5px;
}

.topic-item--two-columns {
    -ms-grid-columns: 1fr 65px;
    grid-template-columns: 1fr 65px;
}

.topic-link {
    text-decoration: none;
}

.topic-flag {
    max-width: 18px;
}

.topic-icon {
    margin: 5px 0 0;
}

.topic-date {
    font-weight: 600;
    font-size: .85em;
    text-decoration: none;
}

.topic-date-icon {
    font-size: .9em;
}

/*LATEINAMERIKA IM ÜBERBLICK*/
.page-template-page-lateinamerika-overview .section-navigation {
    margin: 50px auto;
    border: 1px solid #000;
    padding: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.page-template-page-lateinamerika-overview .section-navigation-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-template-page-lateinamerika-overview .section-navigation a {
    display: block;
    text-decoration: none;
    margin-bottom: 5px;
}

/*PRINTAUSGABEN*/
.magazines-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    row-gap: 10px;
    padding: 0 20px;
}

.magazine-link {
    position: relative;
    text-decoration: none;
    background: #fff;
    margin: 15px;
    border: 0 solid #fff;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 5px #ccc;
    box-shadow: 2px 2px 5px #ccc;
    overflow: hidden;
}

.magazine-link:first-of-type .magazine-title {
    margin-top: 13px;
}

.magazine-link:nth-of-type(3) .magazine-title {
    margin-top: 4px;
}

.magazine-link:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    color: #000 !important;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.magazine-link:hover img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.magazine-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.magazine-item img {
    margin: 0 auto;
    width: 100%;
}

.magazine-issue {
    position: absolute;
    bottom: 6px;
    right: 10px;
    font-size: .75em;
    font-weight: 500;
}

.magazine-info-wrapper {
    margin: 10px 0 35px;
    min-width: 100%;
    padding: 0 20px;
}

.magazine-title {
    font-weight: 500;
    line-height: 1.3em;
}

.magazine-release {
    font-size: .75em;
    position: absolute;
    bottom: 5px;
}

.country-articles .country-wrapper {
    margin-top: 40px;
}

.country-articles .country-wrapper:first-of-type {
    margin-top: 10px;
}


/* COMMENTS */
.comments-area {
    max-width: 85%;
    margin: 50px auto 0;
}

.comment {
    margin-left: 0 !important;
}

.comment .children {
    margin-left: 20px;
}

.comment::marker {
    content: '';
}

.comment-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.comment-author img {
    width: 30px;
    border-radius: 100%;
}

.comment-author cite {
    margin: 0 5px 0 10px;
}

.comment-meta {
    margin-left: 43px;
    margin-top: -13px;
    font-size: .8em;
}

.comment-body {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
}

.comment-body p {
    margin-top: 10px;
}

.reply {
    text-align: right;
    font-size: .9em;
}

.comments-pagination {
    position: relative;
    background: transparent;
}

.comment-list {
    margin-bottom: 50px !important;
}

.comment-notes {
    margin-top: -10px;
}

.comment-respond {
    background: var(--quetzal-color-second);
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 20px;
}

.comment-respond label {
    font-weight: 500;
}

.required-field-message {
    display: block;
    margin: 2px 0 20px;
}

#submit {
    background: var(--quetzal-color-main);
    border: none;
    padding: 10px 20px;
    color: #fff;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    margin: 30px auto 0;
    width: 100%;
    max-width: 350px;
    font-size: 1.1em;
}

#submit:hover {
    cursor: pointer;
    background: #000;
}

.comment-form-comment label {
    margin-bottom: 5px;
    display: block;
}

.comment-form-comment textarea {
    width: 100%;
    padding: 5px;
}

.comment-form-email, .comment-form-author {
    position: relative;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.comment-form-email input, .comment-form-author input {
    position: absolute;
    left: 130px;
    width: calc(100% - 400px);
    min-width: 200px;
    height: 30px;
    padding: 5px;
}

.comment-form-cookies-consent {
    margin: 20px 0 !important;
}

.comment-form-cookies-consent label {
    margin-left: 5px;
}

.pingback {
    margin-left: 0 !important;
}

.pingback::marker {
    content: none;
}


/*COUNTRY LINK PAGE*/
.country-link-overview-wrapper {
    margin: 0 auto 30px 100px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

.country-link-overview-wrapper .country-link-item img{
    max-width: 15px;
}

/* TOOLTIP */
[tooltip] {
    position: relative;
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
    text-transform: none;
    font-size: 1em;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}
[tooltip]::before {
    content: '';
    border: 5px solid transparent; /* opinion 4 */
    z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
    content: attr(tooltip); /* magic! */
    min-width: 275px;
    white-space: initial;
    overflow: hidden;
    text-overflow: initial;
    border-radius: 5%;
    padding: 5px;
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
    background: var(--quetzal-color-main);
    color: #fff;
    line-height: 1.1em;
    z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
    display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
    display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    color: #fff;
    border-top-color: var(--quetzal-color-main);
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -.5em);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%);
    }
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
}

/*FORMS*/

.wpcf7 {
    margin-top: 20px;
    background: var(--quetzal-color-second);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    padding: 20px;
    position: relative;
}

.wpcf7-form-control-wrap input {
    height: 30px;
    padding: 5px;
    max-width: 100%;
}

.wpcf7-textarea {
    max-width: 100%;
    padding: 7px;
    width: 100%;
    border: 1px solid #cccccf;
}

.wpcf7-spinner {
    position: absolute !important;
    margin-top: -30px !important;
    margin-left: 100px !important;
}

.wpcf7-response-output {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
}

.wpcf7 form .wpcf7-response-output {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
}

input[type=button], input[type=submit], input[type=reset] {
    background: var(--quetzal-color-main);
    border: none;
    padding: 10px 20px;
    color: #fff;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    display: block;
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
    cursor: pointer;
    background: #000;
}

/* RELATED POSTS*/

.yarpp-wrapper {
    max-width: 85%;
    margin: 50px auto 0;
}

.yarpp-wrapper .noticias-wrapper {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
}

.mobile-no-results-text {
    display: none;
}

.desktop-no-results-text svg {
    width: 50px;
    height: auto;
}

/* NO SEARCH RESULT ANIMATION*/
.crack {
    position: relative;
    z-index: 4;
    margin-left: -50px;
}

.crack polyline {
    fill: none;
    stroke: var(--quetzal-color-main);
    stroke-width: 10px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 1649.099;
    stroke-dashoffset: 1649.099;
    -webkit-animation: drawStroke 1500ms ease-out 500ms forwards;
    animation: drawStroke 1500ms ease-out 500ms forwards;
}
main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -65px;
}
main > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    position: relative;
    overflow: hidden;
}
main > div svg {
    position: relative;
    z-index: 1;
}
main > div svg polygon {
    fill: transparent;
}
main > div span {
    display: block;
    position: relative;
    z-index: 0;
    padding: 0 12px;
    line-height: 1.4;
}
main > div:first-child {
    text-align: right;
    z-index: 1;
}
main > div:first-child span:first-child {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-animation: translateLeft 1000ms linear 1250ms forwards;
    animation: translateLeft 1000ms linear 1250ms forwards;
}
main > div:first-child span:last-child {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-animation: translateLeft 1000ms linear 1450ms forwards;
    animation: translateLeft 1000ms linear 1450ms forwards;
}
main > div:first-child svg polygon {
    -webkit-animation: removeFill 10ms ease-out 1600ms forwards;
    animation: removeFill 10ms ease-out 1600ms forwards;
    animation: removeFill 10ms ease-out 1600ms forwards;
}
main > div:last-child {
    z-index: 0;
    margin-left: -50px;
}
main > div:last-child span:first-child {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-animation: translateRight 1000ms linear 1650ms forwards;
    animation: translateRight 1000ms linear 1650ms forwards;
}
main > div:last-child span:last-child {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-animation: translateRight 1000ms linear 1850ms forwards;
    animation: translateRight 1000ms linear 1850ms forwards;
}
@-webkit-keyframes drawStroke {
    0% {
        stroke-dashoffset: 1649.099;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes drawStroke {
    0% {
        stroke-dashoffset: 1649.099;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes removeFill {
    0% {
        fill: transparent;
    }
    100% {
        fill: transparent;
    }
}
@keyframes removeFill {
    0% {
        fill: transparent;
    }
    100% {
        fill: transparent;
    }
}
@-webkit-keyframes pulseColor {
    0% {
        color: transparent;
    }
    25% {
        color: transparent;
    }
    50% {
        color: transparent;
    }
    75% {
        color: transparent;
    }
    100% {
        color: transparent;
    }
}
@keyframes pulseColor {
    0% {
        color: transparent;
    }
    25% {
        color: transparent;
    }
    50% {
        color: transparent;
    }
    75% {
        color: transparent;
    }
    100% {
        color: transparent;
    }
}
/* https://goo.gl/v323yz */
@-webkit-keyframes translateLeft {
    0% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 150, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 150, 0, 0, 1);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    7.61% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 69.561, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 69.561, 0, 0, 1);
    }
    11.41% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 39.355, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 39.355, 0, 0, 1);
    }
    15.12% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 17.801, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 17.801, 0, 0, 1);
    }
    18.92% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 3.02, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 3.02, 0, 0, 1);
    }
    22.72% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -5.661, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -5.661, 0, 0, 1);
    }
    30.23% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -10.852, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -10.852, 0, 0, 1);
    }
    50.25% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.282, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.282, 0, 0, 1);
    }
    70.27% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.519, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.519, 0, 0, 1);
    }
    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}
@keyframes translateLeft {
    0% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 150, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 150, 0, 0, 1);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    7.61% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 69.561, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 69.561, 0, 0, 1);
    }
    11.41% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 39.355, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 39.355, 0, 0, 1);
    }
    15.12% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 17.801, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 17.801, 0, 0, 1);
    }
    18.92% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 3.02, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 3.02, 0, 0, 1);
    }
    22.72% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -5.661, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -5.661, 0, 0, 1);
    }
    30.23% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -10.852, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -10.852, 0, 0, 1);
    }
    50.25% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.282, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.282, 0, 0, 1);
    }
    70.27% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.519, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.519, 0, 0, 1);
    }
    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}
/* https://goo.gl/p1Hnde */
@-webkit-keyframes translateRight {
    0% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -150, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -150, 0, 0, 1);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    7.61% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -69.561, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -69.561, 0, 0, 1);
    }
    11.41% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -39.355, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -39.355, 0, 0, 1);
    }
    15.12% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -17.801, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -17.801, 0, 0, 1);
    }
    18.92% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.02, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.02, 0, 0, 1);
    }
    22.72% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.661, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.661, 0, 0, 1);
    }
    30.23% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 10.852, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 10.852, 0, 0, 1);
    }
    50.25% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.282, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.282, 0, 0, 1);
    }
    70.27% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.519, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.519, 0, 0, 1);
    }
    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}
@keyframes translateRight {
    0% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -150, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -150, 0, 0, 1);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    7.61% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -69.561, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -69.561, 0, 0, 1);
    }
    11.41% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -39.355, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -39.355, 0, 0, 1);
    }
    15.12% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -17.801, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -17.801, 0, 0, 1);
    }
    18.92% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.02, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.02, 0, 0, 1);
    }
    22.72% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.661, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.661, 0, 0, 1);
    }
    30.23% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 10.852, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 10.852, 0, 0, 1);
    }
    50.25% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.282, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.282, 0, 0, 1);
    }
    70.27% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.519, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.519, 0, 0, 1);
    }
    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

/** SHARE LINKS**/
.share-links {
    position: relative;
    border-top: 1px solid #c3c4c7;
    border-bottom: 1px solid #c3c4c7;
    padding: 15px 0;
    margin: 30px 0;
}

.share-link-label {
    position: absolute;
    background: var(--quetzal-color-main);
    color: #fff;
    padding: 3px 5px;
    font-size: 0.75em;
}

.share-link-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    text-align: center;
}

.share-link-button {
    font-size: 25px;
    text-decoration: none;
}

/*COUNTRY LINKS*/
.category-links-wrapper {
    line-height: 18px;
}

.category-links-wrapper a {
    text-decoration: none;
}

/* EU Cookie Richtline */
#cmplz-cookies-overview h3 {
    background: transparent;
    color: black;
}

.cmplz-cookiebanner .cmplz-links.cmplz-documents {
    margin: 10px 0 0;
}

#cmplz-manage-consent .cmplz-manage-consent {
    right: 80px !important;
}

/* LOADER */
.loader {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.25);
    top: 0;
    left: 0;
}

.loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
    height: 50px;
}

.loading-spinner:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.loading-spinner__circle-svg {
    -webkit-animation: loading-spinner-rotate 1.28973s linear infinite;
    animation: loading-spinner-rotate 1.28973s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.loading-spinner__circle-stroke {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: loading-spinner-dash 2s ease-in-out infinite;
    animation: loading-spinner-dash 2s ease-in-out infinite;
    stroke-linecap: round;
    stroke-width: 4px;
    stroke: #fff;
}

@-webkit-keyframes loading-spinner-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading-spinner-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loading-spinner-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@keyframes loading-spinner-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

/*MEDIA QUERIES*/

@media (max-width: 1600px) {
    #cmplz-manage-consent .cmplz-manage-consent {
        display: none !important;
    }
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 991.98px) {
    .page-country-category-wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media all and (max-width : 767.98px) {
    body:before {
        background: none;
    }

    .inner-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    #content {
        width: 100%;
        margin: 0 0 10px;
    }

    .sidebar {
        width: 100%;
    }

    .admin-bar nav {
        top: 46px;
    }

    /* NOTICIA GRID */
    .noticias-grid .noticias-wrapper {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }

    .noticias-grid .noticias-wrapper--with-first-item-special .noticia-item:first-child {
        -ms-grid-column: 1;
        grid-column: 1;
    }

    /* NOTICIA SINGLE */
    .single-noticias .noticia-image, .single-noticias .noticias-wrapper p a {
        max-width: 100%;
        margin: 0 auto;
    }

    .single-noticias .noticias-wrapper, .single-noticias .noticias-wrapper p {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    /*COUNTRY LINK PAGE*/
    .country-link-overview-wrapper {
        margin-left: 20px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    /* NOVEDADES GRID*/
    .novedades-wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    /* RELATED POSTS */
    .yarpp-wrapper {
        max-width: 100%;
        margin: 30px auto 0;
    }

    /* COMMENTS */
    .comments-area {
        max-width: 100%;
        margin: 30px auto 0;
    }

    .comment-form-email, .comment-form-author {
        position: relative;
        height: auto;
        display: block;
    }

    .comment-form-email input, .comment-form-author input {
        position: relative;
        left: 0;
        width: 100%;
    }

    /* FORMS */
    .wpcf7 {
        padding: 10px;
    }

    /* MAGAZINES GRID*/
    .magazines-wrapper {
        -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 0;
    }

    .page-country-data-wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    /* TOP MENU */
    nav { margin: 0; }
    .toggle + a,
    .menu { display: none; }
    .toggle {
        display: block;
        background-color: var(--quetzal-color-main);
        padding: 0 17px;
        color: #FFF;
        line-height: var(--quetzal-menu-item-height);
        text-decoration: none;
        border: none;
    }
    .toggle--main {
        padding: 0 20px 0 20px;
    }
    .toggle:hover {
        background-color: var(--quetzal-menu-color-hover);
    }
    [id^=drop]:checked + ul {
        display: block;
        padding: 0;
    }
    nav ul {
        margin-left: 0;
    }
    nav ul li {
        display: block;
        width: 100%;
    }
    nav ul ul .toggle,
    nav ul ul a { padding: 0 40px; }
    nav ul ul ul a { padding: 0 80px; }
    nav ul ul ul a { background-color: var(--quetzal-menu-color-third-level); }
    nav ul li ul li .toggle,
    nav ul ul a { background-color: var(--quetzal-menu-color-second-level); }
    nav ul ul {
        float: none;
        position: static;
        color: #ffffff;
    }
    nav ul ul li:hover > ul,
    nav ul li:hover > ul { display: none; }
    nav ul ul li {
        display: block;
        width: 100%;
    }
    nav ul ul ul li { position: static;
    }
    nav ul ul, nav ul ul ul li {
        border: none;
    }

    .mobile-no-results-text {
        display: block;
    }
    .desktop-no-results-text{
        display: none;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media all and (max-width : 575.98px) {
    body {
        padding-top: 0;
    }

    .wp-block-image .alignright {
        float: none;
    }

    .wp-pagenavi a.page, span.extend, a.last {
        display: none;
    }

    .share-link-label {
        display: none;
    }

    .noticias-grid .noticias-wrapper--one-column-design {
        max-width: 100%;
    }

    /* PARTNER PAGE */
    .partner-wrapper .partner-item {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    /** FILTER **/
    .filter-container form {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .filter-wrapper--categories {
        grid-column: 1;
    }

    .sorting-container {
        position: relative;
        left: 0;
        right: initial;
        top: initial;
        margin: -10px 0 20px
    }

    /* NOTICIA GRID */
    .noticias-grid .noticia-item--text {
        display: none;
    }

    .noticias-grid .noticia-item--thumbnail-full-height {
        height: 140px;
    }
}

@media all and (max-width : 430px) {
    #bird {
        display: none;
    }
}

@media all and (max-width : 400px) {
    .magazines-wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        padding: 0;
        row-gap: 0;
    }

    blockquote {
        padding: 7px 7px 7px 20px;
    }

    #content .single-normal img {
        margin: 5px auto;
        width: 100%;
    }

    .noticias-grid .noticia-item, .noticias-grid .noticias-wrapper--one-column-design .noticia-item {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 0;
    }

    .noticias-grid .noticia-item--wrapper {
        margin-bottom: 10px;
    }

    .noticias-grid .noticia-item--flags-wrapper {
        display: none;
    }

    .noticias-grid .noticia-item--img-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .article-header--reading-time-tooltip {
        display: none;
    }
}

@media all and (max-width : 330px) {
    nav ul li {
        display: block;
        width: 94%;
    }
}

/* HEADER */
header {
    position: relative;
    min-height: 100%;
    display: -ms-grid;
    display: grid;
    place-items: stretch;
    padding: 35px 30px 35px 100px;
    background-size: cover;
    background: #152322 left;
}

.headline-wrapper {
    display: -ms-grid;
    display: grid;
    place-content: center flex-start;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    min-height: 60px;
    margin-left: 175px;
}

.headline-wrapper > div {
    grid-area: 1/1/-1/-1;
}

.headline-sliced-top {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 48%, 0% 58%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 48%, 0% 58%);
    -webkit-transform: scale(4);
    -ms-transform: scale(4);
    transform: scale(4);
    color: var(--quetzal-color-light);
}

.headline-sliced-bottom {
    -webkit-clip-path: polygon(0% 60%, 100% 50%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 60%, 100% 50%, 100% 100%, 0% 100%);
    -webkit-background-clip: text;
    -webkit-transform: scale(4);
    -ms-transform: scale(4);
    transform: scale(4);
    color: #fff;
}


header .header-subtitle {
    color: #fff;
    margin: 15px auto 0;
    font-size: 1.6em;
    font-weight: 200;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    z-index: 0;
    background: rgba(255,255,255,.08);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 5px;
}

@media screen and (max-width: 768px) {
    header {
        padding: 25px 30px 25px 20px;
        background: url(images/header-background.jpg) left;
        background-size: cover;
    }

    .headline-wrapper {
        min-height: 50px;
        margin-left: 88px;
    }

    header .headline-sliced-top, header .headline-sliced-bottom {
        -webkit-transform: scale(3.5);
        -ms-transform: scale(3.5);
        transform: scale(3.5);
    }

    header .header-subtitle {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        width: 100%;
        text-align: left;
        font-size: 1.3em;
    }

    #news {
        display: none;
    }

    #bird {
        left: 300px;
    }
}

/* DARK MODE */
/*@media (prefers-color-scheme: dark) {
    img {
        filter: brightness(.8) contrast(1.2);
    }

    #content {
        background-color: #000;
    }
}*/

/*Dark-Mode Toggle*/
.dark-mode-toggle {
    position: absolute;
    margin: 12px 0 13px 16px;
    top: 0;
    right: 46px;
}

.dark-mode-toggle .dark-mode-toggle-icon {
    position: absolute;
    top: 3px;
    left: -21px;
    color: #fff;
}

.dark-mode-toggle .switch {
    position: absolute;
    display: inline-block;
    width: 34.88px;
    width: 2.18rem;
    height: 16px;
    height: 1rem;
}

.dark-mode-toggle .switch input {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    width: 0;
    height: 0;
}

.dark-mode-toggle .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-radius: 2rem;
}

.dark-mode-toggle .slider:before {
    position: absolute;
    content: '';
    height: 12px;
    height: 0.75rem;
    width: 12px;
    width: 0.75rem;
    left: 4px;
    left: 0.25rem;
    bottom: 2px;
    bottom: 0.125rem;
    background-color: white;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
}

.dark-mode-toggle input:checked + .slider {
    background: rgb(217, 167, 199, 0.8);
}

.dark-mode-toggle input:focus + .slider {
    -webkit-box-shadow: 0 0 1px rgb(255, 195, 160, 0.8);
    box-shadow: 0 0 1px rgb(255, 195, 160, 0.8);
}

.dark-mode-toggle input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* DARK MODE STUFF*/

.dark-mode {
    --quetzal-color-second: var(--quetzal-color-second-dark);
    --quetzal-color-highlight: var(--quetzal-color-highlight-dark);
}

.dark-mode img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.9" /><feFuncG type="linear" slope="0.9" /><feFuncB type="linear" slope="0.9" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.1" intercept="-0.050000000000000044" /><feFuncG type="linear" slope="1.1" intercept="-0.050000000000000044" /><feFuncB type="linear" slope="1.1" intercept="-0.050000000000000044" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(.9) contrast(1.1);
    filter: brightness(.9) contrast(1.1);
}

.dark-mode #bird {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1.11805 -0.10724999999999996 -0.01079999999999999 0 0 -0.03194999999999998 1.05425 -0.01079999999999999 0 0 -0.03194999999999998 -0.10724999999999996 1.1392 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: saturate(1.15);
    filter: saturate(1.15);
}

.dark-mode .outer-wrapper {
    background-color: #2a2a2a;
}

.dark-mode #content {
    background-color: var(--quetzal-color-light-dark);
}

.dark-mode h1, .dark-mode h2 {
    color: var(--quetzal-color-headline-dark);
}

body.dark-mode {
    color: var(--quetzal-text-color-dark);
}

.dark-mode .sidebar ul li a {
    color: var(--quetzal-text-color-dark);
}

.dark-mode .sidebar ul li a:hover, .dark-mode .sidebar ul li a:active, .dark-mode .sidebar ul li a:focus {
    background: #2a2a2a;
}

.dark-mode .advanced-search-link a {
    color: var(--quetzal-text-color-dark);
}

.dark-mode #content a:visited, .dark-mode footer a:visited,.dark-mode #content a:link, .dark-mode footer a:link {
    color: var(--quetzal-color-headline-dark);
}

.dark-mode #content a:hover, .dark-mode footer a:hover {
    color: var(--quetzal-color-highlight);
}

.dark-mode .noticias-grid .noticia-item {
    background: var(--quetzal-color-second-dark);
}

.dark-mode .noticias-grid .noticia-item:hover {
    background: #2a2a2a;
}

.dark-mode .novedades-item {
    background: var(--quetzal-color-second-dark);
}

.dark-mode .noticias-grid .noticia-item--link:hover {
    color: var(--quetzal-text-color-dark) !important;
}

.dark-mode .novedades-item:hover .novedades-text {
    color: var(--quetzal-text-color-dark) !important;
}

.dark-mode .comment-respond {
    border-color: #000;
}

.dark-mode .wp-pagenavi a, .dark-mode .wp-pagenavi a:link, .dark-mode .wp-pagenavi span.pages, .dark-mode .wp-pagenavi span.extend {
    background-color: var(--quetzal-color-second-dark);
    color: var(--quetzal-text-color-dark);
}

.dark-mode .wp-pagenavi a:hover, .dark-mode .wp-pagenavi span.current {
    background-color: var(--quetzal-color-highlight);
}

.dark-mode .fancybox-skin {
    background-color: var(--quetzal-color-second-dark);
    color: var(--quetzal-text-color-dark);
}

.dark-mode .template-notice {
    background: var(--quetzal-color-second-dark);
}

.dark-mode .magazine-link {
    background-color: var(--quetzal-color-second-dark);
    color: var(--quetzal-text-color-dark);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dark-mode .magazine-link:hover {
    color: var(--quetzal-text-color-dark) !important;
}

.dark-mode .search-results .article-title {
    color: var(--quetzal-text-color-dark) !important;
}

.dark-mode .section-navigation {
    border-color: var(--quetzal-text-color-dark);
}

.dark-mode .wpcf7 {
    background-color: var(--quetzal-color-second-dark);
}

.dark-mode .headline-sliced-bottom {
    color: #878787;
}

.dark-mode .post-date-wrapper i {
    color: var(--quetzal-text-color-dark) !important;
}

.dark-mode .sidebar-novedades-more-link {
    color: var(--quetzal-text-color-dark);
}

.dark-mode #content .single-noticias h3, .dark-mode #content .single-normal h3 {
    color: var(--quetzal-text-color-dark);
}

.dark-mode .select2-results {
    background-color: var(--quetzal-color-second-dark);
}

.dark-mode .select2-container--default .select2-results__option--selected {
    background-color: var(--quetzal-color-highlight);
}

.dark-mode .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--quetzal-color-highlight);
}

.dark-mode.single  tr:nth-child(even) td {
    background: #727171;
}

.dark-mode .comment-body {
    background: transparent;
}

.dark-mode cite {
    color: var(--quetzal-text-color-dark);
}

.dark-mode .archive-sidebar select {
    background-color: var(--quetzal-color-second-dark);
    color: var(--quetzal-text-color-dark);
}

.dark-mode .search-form-wrapper input[type=search] {
    background-color: var(--quetzal-color-light-dark);
    color: var(--quetzal-text-color-dark);
    border: none;
}

.dark-mode .wp-block-calendar tbody td, .dark-mode .wp-block-calendar th {
    color: #fff;
}

.dark-mode .archive-sidebar .wp-block-calendar a {
    color: var(--quetzal-color-highlight-dark);
}

.dark-mode .archive-sidebar .wp-calendar-nav-prev a, .dark-mode .archive-sidebar .wp-calendar-nav-next a {
    color: var(--quetzal-text-color-dark);
}

.dark-mode .button--cancel {
    color: var(--quetzal-text-color-dark);
    border-color: var(--quetzal-text-color-dark);
}

.dark-mode .category-filter-tooltip {
    color: var(--quetzal-text-color-dark);
}


.noticia-novedades-mixed-grid {
    /*display: block;
    column-count: 3;*/

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    gap: 15px;
}

.noticia-novedades-mixed-grid .noticias-wrapper {
    display: block;
}

.noticia-novedades-mixed-grid .novedades-item {
    gap: 15px;
    margin-bottom: 20px;
    display: inline-block;
    padding: 15px;
    height: auto;
}

.noticia-novedades-mixed-grid .noticia-item {
    margin-bottom: 15px;
    display: -ms-grid;
    display: grid;
}

.noticia-novedades-mixed-grid .novedades-title {
    border-bottom: none;
    margin-bottom: 5px;
    padding-bottom: 0;
}

.noticia-novedades-mixed-grid .novedades-text {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}



.noticia-novedades-mixed-grid .noticias-wrapper:before, .noticia-novedades-mixed-grid .novedades-wrapper2:before {
    font-family: 'Plus Jakarta Sans';
    font-size: 1.1em;
    margin-bottom: 10px;
    /*background: var(--quetzal-color-main);
    color: #fff;*/
    padding: 7px;
    font-weight: 500;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: left center;
    background-size: cover;
    text-transform: uppercase;
}

.noticia-novedades-mixed-grid .noticias-wrapper:before {
    content: 'Noticias';
}

.noticia-novedades-mixed-grid .novedades-wrapper2:before {
    content: 'Artikel';
}

.noticia-novedades-mixed-grid .noticias-grid {
    -webkit-box-flex: 2.5;
    -ms-flex: 2.5 1;
    flex: 2.5 1;
}

.noticia-novedades-mixed-grid .novedades-wrapper2 {
    -webkit-box-flex: 2.2;
    -ms-flex: 2.2 1;
    flex: 2.2 1;
}

.novedades-details-wrapper {
    /*background: #fcf4f4;
    padding: 5px;*/
}

.noticia-novedades-mixed-grid--links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media all and (max-width : 630px) {
    .noticia-novedades-mixed-grid {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }

    .noticia-novedades-mixed-grid .noticias-grid, .noticia-novedades-mixed-grid .novedades-wrapper2 {
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
    }

    .noticia-novedades-mixed-grid .noticias-wrapper:before, .noticia-novedades-mixed-grid .novedades-wrapper2:before {
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
    }

    .noticia-novedades-mixed-grid .noticia-item:nth-child(n+8) {
        display: none
    }
}

@media all and (max-width: 400px) {
    .noticia-novedades-mixed-grid--links {
        display: block;
    }
}

.article-header--date-for-print-only {
    display: none;
}


/*PRINT*/
@page{
    margin: 2cm 0.4cm;
}

@media print {
    header {
        padding: 0;
    }

    .headline-wrapper {
        margin-left: 103px;
        min-height: 42px;
    }

    .headline-sliced-bottom, .headline-sliced-top {
        -webkit-transform: scale(3);
        -ms-transform: scale(3);
        transform: scale(3);
        color: black;
    }

    .header-subtitle {
        width: 100%;
        margin: 10px 0 0 29px !important;
        padding: 0;
        text-align: left !important;
        color: black !important;
        font-size: 1.3em !important;
        display: block;
    }

    .main-navigation, .scroll-to-top, .template-notice, .sidebar, .share-links, .yarpp, .comments-area, footer, .article-header--top-wrapper, .article-header--share, .print-button, .article-header--reading-time, .ribbon {
        display: none;
    }

    #content {
        margin-top: 0;
        padding-top: 0;
    }

    .article-header {
        margin: 0;
        padding-top: 0;
        padding-left: 5px;
    }

    .article-header--date-for-print-only {
        display: inline-block;
    }

    .article-header--print {
        display: none;
    }

    img, #content .single-normal img, .single-noticias .noticias-wrapper img {
        display: none !important;
    }

    body.dark-mode, #content h3 a, h3, .dark-mode h2, .dark-mode h2, .dark-mode a, .dark-mode .post-date-wrapper i {
        color: black !important;
    }
}
