:root {
    --main-bg-color: black;
    --logo-header: none;
}

body.poskireal {
    --main-bg-color: hsl(213, 65%, 42%);
    --logo-header: url('/image/poskireal.svg');
}

body.clevero {
    --main-bg-color: #08324f;
    --logo-header: url('/image/clevero.png');
}

a {
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
}

a:hover {
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
}

article {
    width: 80%;
    margin: auto;
}

h1 {
    display: none;
}

h2 {
    text-align: center;
    margin-bottom: 2rem;
}

h3 {
    font-size: 16pt;
}

body {
    background-color: #EEEEEE;
    font-family: Verdana;
}

iframe,
img {
    max-width: 100%;
}

input[name="_submit"] {
    float:right;
    width:200px;
}

.message-form {
    max-width: 800px;
    margin:auto;
}

.message-form .ck-editor__editable {
    min-height: 10rem;
    max-width: 800px;
    margin:auto;
    padding: 2.1rem 5.7rem !important;
}

.copy {
    margin-top: 10px;
}

.footer {
    text-align: center;
    margin-bottom: 50px;
    padding: 0 5%;
}

form table {
    width: 100%;
}

.brand-text {
    color: var(--main-bg-color);
}

.brand-button {
    color: white;
    background-color: var(--main-bg-color);
}
.brand-button:hover {
    color: white;
    background-color: hsl(213, 90%, 42%);
}

.header {
    color: white;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background-image: var(--logo-header);
    background-repeat: no-repeat;
    background-position: 1em center;
    background-color: var(--main-bg-color);
}

.header-menu {
    background-color: white;
    margin-bottom: 20px;
}

.breadcrumbs {
    margin-bottom: 20px;
}

.breadcrumbs .breadcrumb-item a:hover {
    color: #0d6efd;
}

.card-header {
    background-color: var(--main-bg-color);
    color: white;
}

.card-header--info_msg {
    background-color: blue;
}

.card-header--ok_msg {
    background-color: green;
}

.card-header--err_msg {
    background-color: red;
}

.card-body {
    background-color: #FFFFFF;
}

.card-header.new {
    background-color: lightblue;
    color: black;
}

.card-header.item {
    background-color: aliceblue;
    color: black;
}


.login {
    width:400px;
    margin:auto;
    text-align: center;
}

.login .btn {
    width:100%;
}

.logo-description {
    font-weight: bold;
    font-size: large;
}

.user-info {
    font-weight: bold;
    margin-right: 1em;
}

.message {
    padding: 2.1rem 5.7rem;
    background-color: white;
}

.message .datum {
    margin-bottom: 2.35rem;
}

.message .datum-box {
    border-radius: 12px;
    padding: 0.3rem 1rem;
    display: inline-block;
    font-size: 1.14rem;
    font-weight: bold;
    opacity: .65;
}

.quote {
    background-color: white;
    margin: 50pt;
    padding: 10pt;
    border-radius: 10px;
    font-style: italic;
}

.sk-ww-rss-feed {
    border-radius: 10px;
}

.youtube {
    height: 348px;
}

@media (max-width: 768px) {
    body {
        font-size: 0.7rem;
    }

    .message {
        padding: 0.5rem 0.5rem;
    }

    .message .datum-box {
        font-size: 0.7rem;
    }

    h2 {
        font-size: calc(0.7rem + .9vw);
    }

    .youtube {
        height: 261px;
    }
}

@media (max-width: 575px) {
    .youtube {
        height: 174px;
    }
}