/*
    Theme Name: 3MAL1 Child Theme
    Description: 3MAL1 Child Theme
    Author: 3MAL1 GmbH
    Author URI: https://3-mal-1.de
    Template: core-theme
    Version: 1.2.9
*/
@import 'assets/fonts/Raleway/stylesheet.css';
@import 'assets/fonts/PTSans/stylesheet.css';
@import 'assets/fonts/RobotoSlab/stylesheet.css';
@import 'assets/css/theme.css';


.rights {
    position: fixed;
    bottom: 0;
    left: 2rem;
    display: flex;
    flex-flow: row wrap;
    gap: 1rem;
}

.rights a {
    display: inline-flex;
    padding: 0.7rem 1rem;
    color: #fff;
    font-weight: bold;
}
body:has(.wp-block-group.uk-container) .rights{
    position: initial;
	justify-content: center;
}
body:has(.wp-block-group.uk-container) .rights a {
    color:black;
}

body:has(.wp-block-group.uk-container){
	background:#fff;
    overflow-x: initial;
    min-height: 100vh;
    overflow-y: initial;
}
@media (max-width: 768px) {
	.overlayElement.bottom-left {
		bottom: calc(4vmin + 1rem);
		left: calc(4vmin + 0.6rem);
		max-width: 50%;
		max-width: clamp(200px,15rem,50%);
		width: 12rem;
	}
	.rights {
    width: 100%;
    left: 0rem;
            justify-content: center;
        flex-flow: row wrap;
        gap: 0;
        font-size: 10px;
        background: #0e2050;
}
	.rights a {
    display: inline-flex;
		padding: 0.2rem 0.5rem;
    color: #fff;
    font-weight: bold;
}
	body:has(.wp-block-group.uk-container) .rights{
		position: initial;
		justify-content: center;
        background: #fff;
	}
}