/*
Theme Name: Eventkölla
Theme URI: https://www.peterbeck.at/
Description: Ein Child Theme für Divi, angepasst für Eventkölla
Author: Peter Beck
Author URI: https://www.peterbeck.at/
Template: Divi
Version: 1.0.0
*/

/* Eigene Styles hier */

html {
	font-size: 18px;
}

body {
  font-family: 'Roboto Condensed', sans-serif;
	color: #333;
	background-color: #f8f8f8;

	font-size: 1rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	/* font-style: normal; */
	/* color: #004d00; */
}


.h2,
.h3 {
  font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}

.narrow-font {
  font-family: 'Roboto Condensed', sans-serif;
}


.greenbox.greenbox-header {}

a {
	/* color: #008000; */
	text-decoration: none;
}

a:hover {
	/* color: #005500; */
	text-decoration: underline;
}

.container {
	/* max-width: 1200px;
	margin: 0 auto;
	padding: 20px; */
}

.steirerland-navbar {}

.backdrop-blur {


	backdrop-filter: blur(10px);
}


.auto-hyphens,
.auto-hyphens p {

	hyphens: auto;

}

sup,
sub {
	font-size: 70%;
	line-height: 0.5rem;
}


