html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* mulish-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/mulish-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/mulish-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/mulish-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/mulish-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/mulish-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/mulish-v12-latin-regular.svg#Mulish') format('svg'); /* Legacy iOS */
}
/* mulish-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/mulish-v12-latin-600.eot'); /* IE9 Compat Modes */
  src: url('fonts/mulish-v12-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/mulish-v12-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/mulish-v12-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/mulish-v12-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/mulish-v12-latin-600.svg#Mulish') format('svg'); /* Legacy iOS */
}

/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/montserrat-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/montserrat-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/montserrat-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/montserrat-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}

body {background: #efeeee; font-family: 'Mulish', serif;}
.container {width: 90%; margin: 5% auto;}
.column {float: left; width: 46%; padding: 2%; text-align: center;}
.row {background: #fff; margin: 4%; padding: 2%;}
.row:after {content: ""; display: table; clear: both;}

h1, h2, h3 {font-family: 'Mulish';  margin-bottom: 20px; }
h1 {font-size: 20px;}
p.header {font-size: 18px; margin-top: 40px; font-weight: 600;}

h1, h2, h3 {font-weight: 600;}
h1 {font-size: 20px;}
h2 {font-size: 18px;}
h3 {font-size: 15px;}
p, ul, li {font-family: 'Mulish', serif; font-weight: 400; font-size: 15px; line-height: 1.4;}
p {margin-bottom: 20px;}
ul, li {margin-bottom: 10px;}


a {color: #3f8533; text-decoration: none;}
a:hover {color: #315e28;}


img.logo {width: 100%; max-width: 300px; height: auto; margin: 20px 20px 40px 20px;}
img.flyer {width: 100%; height: auto;}


.image {opacity: 1; display: block; width: 100%; height: auto; transition: .5s ease; backface-visibility: hidden;}
.middle {transition: .5s ease; opacity: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); text-align: center;}
.img-container {position: relative; width: 100%; max-width: 460px; margin: 0 auto;}
.img-container:hover .image {opacity: 0.3;}
.img-container:hover .middle {opacity: 1;}
.text {font-family: 'Montserrat', serif; background-color: #3f8533; font-size: 15px; padding: 16px 32px;}
.text, .text:hover {display: block; color: #fff;}

.imprint {width: 96%;}
.imprint a {margin-top: 60px; display: inline-block; color: #777777; font-size: 14px; padding: 16px;}
.btn {background-color: #3f8533; font-size: 15px; padding: 16px 32px; display: inline-block !important;}

@media (max-width: 880px) {
img.logo {max-width: 270px; margin: 20px 0px 40px 0px;}
.column {width: 96%;}
}
