/*
Theme Name: eevent 2025
Theme URI: https://tschaki.com
Author: tschaki.com
Author URI: http://tschaki.com/
Description: Empty theme project for your new stunnig Wordpress Theme!
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 1.0
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
Text Domain: eevent
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');

@import url("/wp-content/themes/eevent-2025/fontawesome/css/all.css");

:root {
    --theme-color: #1657a1;
    --videobox-color: #1657a1c2;
}
/* General Styles */
body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
}

/* Preheader Section */
.preheader {
    background-color: #1b202c;
    min-height: 26px;
    width: 100%;
}

.preheader-content {
    max-width: 1920px;
    padding: 0 20px;
    margin: auto;
    display: flex;
    justify-content: end;
}

.logo-content {
    text-align: center;
}

.logo {
    max-width: 200px;
    margin-top: 2px;
}

.social-navigation {
    display: inline-block;
    list-style-type: none;
    padding-top: 3px;
}

.social-navigation li {
    display: inline-block;
    list-style-type: none;
}

.social-navigation li a {
    color: white;
    font-size: 16px;
    padding: 10px 12px;
    text-decoration: none;
}

.social-navigation li a i {
    margin-right: 8px;
    font-size: 16px;
}

.social-navigation li:last-child a i {
    margin-right: 0;
}

.header {
    background-color: var(--theme-color, #1657a1);
    position: sticky;
    top: 0;
    z-index: 3;
}

.header-content {
    max-width: 1920px;
    padding: 20px;
    margin: auto;
    display: flex;
}

.header-content > div {
    width: 33.33%;
}

.menu-hauptnavigation-container ul {
    list-style-type: none;
    margin-top: 20px;
}

.menu-hauptnavigation-container ul li {
    display: inline-block;
    margin-right: 15px;
}

.menu-hauptnavigation-container ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}

.wp-block-buttons > .wp-block-button a {
    background-color: transparent;
    padding: 10px 20px;
}

.btn, body .wp-block-buttons > .wp-block-button {
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 33px;
    transition: all 0.3s ease;
    background-color: transparent;
    color: white;
}

body .wp-block-buttons > .wp-block-button.blue-btn {
    background-color: var(--theme-color, #1657a1);
    border: var(--theme-color, #1657a1) 2px solid;
}

body .wp-block-buttons > .wp-block-button.outline-btn {
    border: var(--theme-color, #1657a1) 2px solid;
    color: var(--theme-color, #1657a1);
}

body .wp-block-buttons > .wp-block-button.outline-btn a {
    color: var(--theme-color, #1657a1);
}

.learn-more-btn {
    background-color: #FFFFFF;
    color: var(--theme-color, #1657a1);
}

.btn:hover, body .wp-block-buttons > .wp-block-button:hover {
    opacity: 0.8;
}

.wp-block-list {
    list-style-type: none;
    margin-left: 0;
}

h3 {
    font-size: 26px;
}

p, .wp-block-list li {
    line-height: 34px;
    font-size: 18px;
}

.videobox {
    background-color: var(--videobox-color, #1657a1);
    max-width: 330px;
    padding: 15px;
}

.center {
    margin: auto;
    text-align: center;
}

.videobox-group {
    max-width: 990px;
}

.content-width {
    max-width: 1060px;
    margin: auto;
    padding: 0 20px;
}

.wp-block-list > li {
    margin-left: -36px;
}


/* Footer */
footer {
    background-color: var(--theme-color, #1657a1);
    color: #FFFFFF;
    padding: 20px;
    text-align: center;
}
