/*
Theme Name: Hello Elementor Child
Description: A plain-vanilla & lightweight child-theme for Elementor page builder
Author: Ole Ohrt (Bela IN_HOUSE)
Template: hello-elementor
*/



/* Typo 
################################################## */

html {
	font-size: 1.5rem;
}




/* Basis 
################################################## */

html {
	scroll-behavior: smooth;
}




/* Artikel
################################################## */

.elementor .artikelvorschau {
	height: 262px;
	width: 262px;
}

.elementor .artikelvorschau > div {
	display: flex;
	justify-content: center;
	align-items: center;
}