/*
 * @formatter:off
 * Copyright 2024 Governikus KG
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * @formatter:on
 */

html, body {
    overflow-x: hidden;
}

body {
    min-height: 100vh;
    font-family: OpenSans, sans-serif;
    font-size: 19px;
}

body > footer {
    font-size: 16px;
}

.header {
    background: linear-gradient(90deg, #004B76 44.4%, #3A85AB 69.39%, #80CDEC 100%);
    color: white;

}

.footer {
    background-color: #80CDEC;
    opacity: 1;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
}

.footer-images {
    cursor: pointer;
}

.footer-link {
    color: black;
    text-decoration: none;
}

.text-link {
    color: black;
    text-decoration: underline;
}

.join-btn {
    background-color: orange;
    border-color: orange;
}

.register-row {
    padding-bottom: 3rem;
}

.div-about-duv > p {
    font-style: italic;
    color: gray;
}

.blue {
    color: blue;
}

.grey {
    color: grey;
}

.qr-code-div > img {
    margin: auto;
    width: 100%;
    padding: 10px;
}

details.qr-code-details {
    padding: 10px;
    border: 5px solid #f7f7f7;
    border-radius: 3px;
}

details.qr-code-details summary {
    padding: 10px;
    border-radius: 3px;
    color: white;
    background-color: orange;
}
