/*
Theme Name: MZWO Architekt*innen - WP-Theme
Theme URI: https://hungerundkoch.de/
Author: makucode
Author URI: https://makuco.de/
Description: Theme für WordPress
Tags: blog, theme, rest-api
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kwk-wp
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

* {
    padding: 0;
    margin: 0;
}

html {
    margin-top: 0 !important;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    min-width: 100vw;
    box-sizing: border-box;

    font-family: sans-serif;

    color: black;
}

a {
    text-align: center;
}

.content {
    display: flex;
    flex-direction: column;
    row-gap: 6rem;
}

.logo {
    max-width: 400px;

    padding: 0.5rem;
}

.logo svg {
    width: 100%;
}

.login,
.impressum {
    align-self: center;
}

.login a {
    display: flex;
    align-items: center;

    width: fit-content;

    padding: 1rem 1.5rem;

    color: #e35433;
    font-size: 20px;
    text-decoration: none;

    border-radius: 5px;
    border: 1px solid #e35433;

    transition: all 0.15s ease;
}

.login a:hover {
    background-color: #e35433;

    color: #ffffff;
}

.impressum a {
    text-decoration: none;
    color: black;

    transition: all 0.15s ease;
}

.impressum a:hover {
    color: #e35433;
}
