/*
Theme Name: 	CEFOMEC
Template: 	generatepress
Description:    Individuelles Child-Theme für CEFOMEC
Author: 	Udo Netzel
Version: 	3.00.26.0623
*/


:root {
    --cefomec-green: #007B00;
    --cefomec-red: #C60000;
    --cefomec-yellow: #FCD116;
    --cefomec-black: #000000;
    --cefomec-white: #FFFFFF;
    --cefomec-grey: #DADADA;
    --cefomec-lightgrey: #C0C0C0;
}


.hide {display:none;}
p {text-align:justify;}
a {color: #C60000;}

.cefomec-info-box {
    background: #FCD116;
    padding: 20px;
    border-radius: 8px;
}

.cefomec-highlight {
    background: var(--cefomec-grey);
    padding: 1.5rem;
}

.cefomec-highlight-light {
    background: var(--cefomec-lightgrey);
    padding: 1.5rem;
}

.cefomec-language-switcher {
    text-align: center;
}

.cefomec-language-switcher a {
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
}

.cefomec-language-switcher a:not(:last-child)::after {
    content: " - ";
    color: #000;
    margin: 0 0.5em;
}

.site-header {
    padding-top: 5px;
    padding-bottom: 5px;
}

.inside-header {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 0 20px;
}

.site-logo {
    display: flex;
    align-items: center;
    gap: 20px;
}

.site-logo::after {
    content: "Hand in Hand mit Kamerun";
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.site-logo img {
    max-height: 60px;
    width: auto;
}

.cefomec-header-text {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
	  padding-top: 5px;
}

.cefomec-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #C60000;
    color: #fcd116 !important;
    font-size: 1em;
    font-weight: 700;
    text-decoration: none !important;
    border-radius: 10px;
    padding: 1em 2em;
    min-height: 64px;
    min-width: 220px;
    line-height: 1;
    box-shadow: 0 6px 14px rgba(0,0,0,0.18);
    transition: all 0.2s ease;
}

.cefomec-cta-button:hover {
    background-color: #C60000;
    color: #ffffff !important;
    text-decoration: none !important;
    transform: translateY(-1px);
}

.cefomec-cta-button:focus {
    outline: 3px solid #007B00;
    outline-offset: 2px;
}


/* Datum und Autor ausblenden */
.entry-meta {
    display: none;
}
.author,
.post-date {
    display: none;
}

.site-footer {
    display: none;
}

@media (max-width: 768px) {
    .site-logo::after {
        display: none;
    }
}
