/*
    Theme Name: Jugendweihe Theme
    Author: Plan-Soft
    Autor URI: https://www.plan-soft.com/
    Description: Custom-Theme for Jugendweihe Osttühringen e.V.
    Requires at least: 6.7
    Version: 1.0
*/
@import url('css/color.css');
@import url('css/font.css');
@import url('font_awesome/css/fontawesome.css');
@import url('font_awesome/css/brands.css');
@import url('font_awesome/css/solid.css');
@import url('font_awesome/css/regular.css');
@import url('css/nav.css');
@import url('css/mobile-nav.css');
@import url('css/config.css');
@import url('css/mobile.css');

header {
    position: fixed;
    filter: drop-shadow(0px 5px 0px rgba(0,0,0,0.25));
    width: 100%;
    z-index: 10;
}

footer {
    position: relative;
    margin-top: 50px;
    background: linear-gradient(0deg, var(--primary-dark) 0%, var(--primary) 100%);
    border-top: 2px solid var(--primary-dark-1);
}

main {
	width: 100vw;
}

footer a {
    font-weight: 400;
    color: var(--light);
}
footer a:hover {
    color: var(--primary-dark);
}

footer p {
    color: var(--light);
}

footer div.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 10px 40px;
}

footer i {
    color: var(--primary-light);
}

footer div#copyright {
    padding: 10px;
    text-align: center;
    background-color: var(--primary-dark-1);
    color: var(--light);
}

footer div#copyright a {
    font-weight: 400;
    color: var(--light);
}
footer div#copyright a:hover {
    color: var(--primary);
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    color: var(--primary-light);
    text-shadow: 0px 3px 0px var(--primary-dark);
}

div.grid {
    display: grid;
    height: 100vh;
    grid-template-rows: 1fr auto;
}
a {
    text-decoration: none;
    font-weight: 500;
    color: var(--primary-dark);
}
a:hover {
    color: var(--primary);
}

p {
    margin: 0;
    margin-bottom: 10px;
}