/*
Theme Name: scinet theme
Theme URI: https://www.scinet.eu
Author: Denise Jung
Author URI: https://www.scinet.eu
Description: Leeren Theme mit Bootstrap
Version: 1.0
License: GNU General Public License v2 or later
*/

html, body {
    min-height: 100vh;
}


html {
}

body {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}


header {
    background: rgba(255,255,255,0.8);
    height: 250px;
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 1); /* 10px weißer Schein nach außen */
    border-bottom: 1px solid rgba(255, 255, 255, 1); /* 1px weißer Rahmen */
}

.custom-card {
    background-color: rgba(255, 255, 255, 0.8); /* Weiß mit 80% Deckkraft */
    border: 1px solid rgba(255, 255, 255, 1); /* 1px weißer Rahmen */
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 1); /* 10px weißer Schein nach außen */
    border-radius: 0rem; /* Optionale Abrundung */
    padding: 1rem; /* Optionaler Abstand innerhalb der Karte */
    margin: auto;
}

.custom-logo {
    max-width: 100%; /* Passt das Logo auf die verfügbare Breite an */
    width: auto;
    max-height: 150px;    /* Bewahrt das Seitenverhältnis */
}

header {
    padding-top: 20px;
}

header .logo {
    text-align: center;
}

@media (max-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        background: #fff;
        text-align: center;
        padding: 10px;
    }
}

.container.main {
    min-height: 100vh;
}

.container.main a {
    color: #333;
}

.container.main.page {
    padding-top: 50px;
}

.footer {
    background: #000;
    padding: 25px 0px;
    min-height: 150px;
    color: #fff;
}
.footer a {
    color: #fff;
}

.full .wp-container-core-group-is-layout-1 > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 100%;
}
.full {
    padding:25px
}

@media (max-width: 770px) {
    .wp-container-core-group-is-layout-1 > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
    div.wp-container-core-group-is-layout-1.is-layout-constrained p {
        font-size: 40px !important;
    }
}
