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


@font-face {
  font-family: 'Gabrielly';
  src: url(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: 'Roboto',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;
}

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