/*Theme Name: marlizzo
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: A plain-vanilla & lightweight theme for Elementor page builder
	Author: Marlies Riepl
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Template: hello-elementor
	Version: 2.7.1
	Stable tag: 2.7.1
	Requires at least: 5.9
	Tested up to: 6.2
	Requires PHP: 5.6
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor-child
	Description: A lightweight, plain-vanilla, best suited for building your site using Elementor website builder. Visit https://elementor.com/hello-theme/ to learn more.
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

/*Fonts*/
@font-face {
	font-family: 'Montserrat', sans-serif;
	src: local('Montserrat', sans-serif), url('/wp-content/fonts/Montserrat/static/Montserrat-Black.ttf') format('ttf');
}

body{
	font-family: 'Montserrat', sans-serif!important;
	font-weight: 400;
}
h1{
	font-weight: 700!important;
	color: #101bee!important;
	font-size: 42px;
}
h2{
	font-weight: 600!important;
	color: black!important;
	font-size: 36px;
}
h3{
	font-weight: 600!important;
	color: black!important;
	font-size: 30px;
}
p{
	color: black!important;
}
a{
	color: #8dee10!important;
	text-decoration: none;
}
a:hover{
	color: #101bee!important;
}
.headerHeins a{
	color: black!important;
    text-decoration: none;
    font-size: 43px;
    font-weight: 600;
}




/*----- HOME -----*/
/*Karussel*/
.homeKarusselAbschnitt > div{
	max-width: 100%!important;
}

.homeKarusselSpalte > div{
	
}

.homeKarussel img{
	max-width: fit-content!important;
	height: 77vh!important;
}




/* TABLET GROSS */
@media only screen and (min-width:1025px) and (max-width:1366px){


}


/* TABLET KLEIN */
@media only screen and (min-width:768px) and (max-width:1024px){

}



/* HANDY */
@media only screen and (min-width:320px) and (max-width:767px){

}