/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Template: twentytwentyfive
Author: Philipp Mehrle
Author URI: https://blue-consult.de
Description: Design-Korrenturen an Twenty Twenty-Five Child
Version: 1.3.1756455294
Updated: 2025-08-29 10:14:54

*/

body, header{
    background-color: #005B8C !important;
    background-image: url("https://solp.eu/wp-content/uploads/2025/08/bg_Schatten_2025-scaled.png") !important;
    background-position: center !important;
    background-repeat:no-repeat !important;
    background-size: 5000px 100% !important;
}

input, textarea{
    font-size: var(--wp--preset--font-size--large);
}

footer a{
    padding: 0 1em !important;
}

.element-is-sticky{
    border-bottom: 2px solid #005382;
    box-shadow: 1px 5px 10px 0px rgba(0,0,0,0.66);
    -webkit-box-shadow: 1px 5px 10px 0px rgba(0,0,0,0.66);
    -moz-box-shadow: 1px 5px 10px 0px rgba(0,0,0,0.66);
}

.floatLeft{
    float:left !important;
    margin-right: 2em !important;
}
.floatRight{
    float:right !important;
    margin-left: 2em !important;
}