/*
Style Name: Leonid Design
Description: Style für Stephan Moser
Author: Leonid Design
Author URI: https://www.leonid-design.com
Template: LeonidDesign
Version: 1.0.0
*/
html {background-color: #f1f1f1;}
body {
	background-color: #f1f1f1;
    background-image: linear-gradient(#f1f1f1, #e5e5e5);
    min-height: 100vh;
}

.margintop {margin-top: 40px}
p {font-size: 21px}
.h1, h1 {
    color: #00663a;
    font-size: 3.2rem;
    margin-bottom: 49px;
    line-height: 1;
}
.h3, h3 {
    margin-bottom: 30px;
}
.title {
	color: #a52423;
    display: block;
    font-size: 32px;
    font-family: "Comic Sans MS", "Comic Sans", cursive;
    font-weight: 600;
    margin-bottom: 40px;
}
.adresse {font-size: 18px;}

.info_tags {
	list-style: none;
    display: flex;
    margin-top: 50px;
    margin: 50px 0 0 0;
    padding: 0;
}
.info_tags li {
	margin: 10px;
    padding: 10px;
    color: #fff;
    background: #00653a;
}
.info_tags li a {color: #fff}
.card-body {
    margin-bottom: 80px;
}
.mehlkasten {padding-top: 70px}
.kreuz {
	font-size: 32px;
    line-height: 0;
    padding-top: 10px;
    display: -webkit-inline-box;
}
.imgmargin {margin-bottom: 22px}