@import url('//fonts.googleapis.com/css2?family=Mulish:wght@400;700&display=swap');
@import url('//fonts.googleapis.com/css2?family=Allison&display=swap');
@import url('//fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');


@font-face {
    font-family: 'Gabrielly';
    src: url(https://b27.ch/wp-content/themes/murgpark/assets/Gabrielly-2.ttf);
}

.wp-block {
    max-width: 100% !important;
    margin: 0 !important;
    position: relative !important;
}

p, h1, h2, h3, h4, h5, h6, a {
    font-family: "mendl-sans-dusk", sans-serif;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    position: relative;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 50%;
    cursor: pointer;
}

.impressum h3, .datenschutz h3, .rechtliche h3 {
    font-size: 22px;
}

ul {
    font-size: 20px;
}

.container {
    --bs-gutter-x: 30px;
}

.cursor-pointer{
	cursor:pointer;
}

.object-fit-cover{
	object-fit:cover;
}

a{
	color: #fff;
}

a:hover{
	color: #fff;
}

@media (min-width: 1200px) {
    .wide-container {
        max-width: 1300px;
    }

    .smaller-container {
        max-width: 1200px;
    }

    .footer-container {
        max-width: 1252px;
        --bs-gutter-x: 10px;
    }
}

@media (max-width: 468px) {
    .container {
        --bs-gutter-x: 10px;
    }
}