:root {
  --main-color: #495C6D;
  --primary: #e30613;
  --on-primary: #fff;
  --secondary: #e30613;
  --on-secondary: #fff;
  --background: #495C6D;
}

@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-weight: bold;
  src:  url('assets/fonts/Inter-SemiBold.ttf'), /* IE9 Compat Modes */
  url('assets/fonts/Inter-SemiBold.woff2') format('woff2'), /* Super Modern Browsers */
  url('assets/fonts/Inter-SemiBold.ttf') format('truetype'); /* Safari, Android, iOS */
}

* {
  font-family: 'Inter', sans-serif !important;
  font-weight: bold;
}

body mpp-widgetgruppe-widget>.container {
	grid-template-columns: repeat(auto-fit,minmax(0,200px)) !important;
}
@media screen and (max-width: 768px) {
	body mpp-widgetgruppe-widget>.container {
		justify-content: center;
		grid-template-columns: repeat(auto-fit, minmax(0, 150px)) !important;
	}
}
@media screen and (max-width: 400px) {
	body mpp-widgetgruppe-widget>.container {
		justify-content: center;
		grid-template-columns: repeat(auto-fit, 2fr) !important;
	}
}

body mpp-widgetgruppe-widget .container .titel-container {
	height: 50px !important;
	text-align: center !important;
	padding: 2.5px !important;
	background-color: rgba(0,0,0,0) !important;
}
body mpp-objektsuche-widget .container input {
	font-size: 1rem !important;
}

body mpp-objektsuche-widget .container a {
	padding: 10px 20px !important;
}

body mpp-widgetgruppe-widget .container .titel-container .titel {
  font-size: 1rem !important;
}
