@charset "UTF-8";
@import url("../webfonts/Montserrat_Light_2/stylesheet.css");

a {
	font-size: 16px;
	color: #009933;
	text-decoration: none;
}
a:link {
	font-size: 16px;
	color: #009933;
	text-decoration: none;
}
a:hover {
	/* [disabled]font-size: 14px; */
	color: #333333;
	text-decoration: none;
}

.headerTop {
	width: 100%;
	padding-top: 5px;
	padding-right: 33px;
	padding-bottom: 0px;
	padding-left: 33px;
}
.headline {
	font-family: MontserratRegular;
	font-size: 30px;
	color: #009933;
	text-decoration: none;
	text-align: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 20px;
}
.HeadlineTitel {
	color: #b3003e;
	font-family: MontserratRegular;
}
#gruenquadrat {
	text-align: left;
	color: #009933;
	font-size: 18px;
	line-height: 12px;
}
.headerbild {
	box-sizing: border-box;
	height: auto;
	/* [disabled]margin-right: auto; */
	/* [disabled]margin-left: auto; */
	width: 100%;
}
headerbild-2 {
	background-image: url(../images/BannerGrund_Philosophie.jpg);
	background-repeat: no-repeat;
	background-size:contain;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
* {
  box-sizing: border-box;
} 
.container-overall {
	max-width: 940px;
	margin-right: auto;
	margin-left: auto;
}
.Headklein {
	font-size: 15px;
}
.copyFettGreen {
	font-family: MontserratSemibold;
	color: #009933;
}
.copyFettblack {
	font-family: MontserratSemibold;
	color: #000000;
}
.terminHeadlineGreen {
	font-family: MontserratSemibold;
	font-size: 16px;
	color: #009933;
}
hr {
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.terminHeadlineBlack {
	font-family: MontserratSemibold;
	font-size: 16px;
	color: #000000;
}
.terminHeadlineRed {
	font-family: MontserratSemibold;
	font-size: 16px;
	color: #FF0000;
}
.kursiv {
	font-family: MontserratExtraBoldKursiv;
	color: #999;
}



.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin: 25px 0 40px 0;
}

.gallery a {
  display: block;
}

.gallery img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 4px;
}

