@charset "UTF-8";
/* Fontello Icons */
@import "/_intern/fonts/fontello/css/fontello_mg.css";
@import "/_intern/fonts/fontello/css/fontello_mg.css";
/* === LESS variables === */
/* === CSS mixins === */
/* CALC example
	width: ~"calc(100% - 2px)";
	width: calc(~"50%" - $px_padding*2);
*/
/* === === */
html {
  overflow-x: hidden;
  overflow-y: auto;
}
body {
  font-family: Arial;
  font-size: 16px;
  color: #707070;
  position: relative;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  right: 0px;
}
body > div:last-Child {
  /* webEdition GPL Link */
  /*  /!\ use only if reCaptcha or lightBox is not active! */
  /* 
			display: none; 
			height: 0px;
			overflow: hidden;
		*/
}
.icon-mg_logo:before {
  font-size: 85%;
  position: relative;
  top: 2px;
}
/* first green content headline  */
h1, .h1 {
  display: block;
  font-size: 55px;
  font-family: "Georgia";
  font-weight: 400;
  margin: 0px 0px 10px 0px;
  line-height: 1.1;
  color: #377278;
}
/* subline, black */
h2, .h2 {
  display: block;
  font-family: "Georgia";
  font-size: 28px;
  line-height: 1.1;
  font-weight: 700;
  color: black;
  padding: 8px 2px;
  margin: 0px 0px 25px 0px;
  text-transform: none;
}
/* content subline green */
h3, .h3 {
  display: block;
  font-weight: bold;
  color: #377278;
  line-height: 1.4;
  font-size: 20px;
  margin: 0px 0px 0px 0px;
}
h4, .h4 {
  display: block;
  font-size: 14px;
  margin: 0px 0px 5px 0px;
}
.bigtext {
  color: #377278;
  font-weight: bold;
  font-size: 28px;
}
.gruen, .green {
  color: #377278 !important;
}
a {
  color: #707070;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.grid2 {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.grid3 {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
}
.flexcontainer {
  display: flex;
  flex-wrap: nowrap;
  gap: 25px;
}
.clear:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
}
.text {
  line-height: 1.6;
  position: relative;
}
.text p {
  margin: 0px 0px 15px 0px;
}
.text p:last-Child {
  margin: 0px;
}
.text a {
  color: #377278;
}
.text a:hover {
  text-decoration: underline;
}
.text table {
  width: 100%;
}
button, .button, input[type="submit"] {
  display: inline-block;
  border: 0px;
  background-color: #377278;
  padding: 0px 20px;
  line-height: 40px;
  font-weight: normal;
  color: white;
  text-transform: uppercase;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
button:hover, .button:hover, input[type="submit"]:hover {
  background-color: #275155;
}
button.light, .button.light, input[type="submit"].light {
  text-transform: none;
  background-color: rgba(0, 0, 0, 0.1);
  color: white;
}
.form {
  margin: 0px;
  padding: 0px;
}
.form li {
  display: block;
  padding-bottom: 10px;
  max-width: 500px;
}
.form li .label {
  display: block;
  margin-bottom: 3px;
}
.form li input[type="text"], .form li input[type="email"], .form li input[type="url"], .form li input[type="date"], .form li input[type="password"], .form li input[type="web"], .form li textarea {
  height: 25px;
  width: 96%;
  padding: 0px 2%;
}
.form li textarea {
  height: auto;
  padding: 2%;
}
.form li input[type="radio"], .form li input[type="checkbox"] {
  position: absolute;
}
.form li.radio .field > div, .form li.checkbox .field > div {
  position: relative;
  padding: 2px 0px;
}
.form li.radio label, .form li.checkbox label {
  margin-left: 22px;
  display: block;
}
.form .req {
  display: inline-block;
  margin: 0px 5px;
  color: #377278;
}
.form .hidden {
  display: none;
}
.form .g-recaptcha {
  margin: 10px 0px;
}
.form li .pflichtfeld_text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-style: italic;
}
.inner {
  max-width: 95%;
  width: 1100px;
  margin: auto;
  position: relative;
}
#header {
  color: white;
  position: fixed;
  z-index: 20;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 150px;
  background-color: white;
  overflow: hidden;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.scrolled #header {
  height: 90px;
}
.scrolled #header #logo img {
  max-height: 80px;
}
#keyvisual {
  position: relative;
}
#keyvisual > img {
  width: 100%;
  height: 40vh;
  display: block;
  object-fit: cover;
  object-position: center center;
}
#keyvisual h1 {
  color: white;
  position: absolute;
  top: 20%;
  right: 10%;
  /* transform: translateY(-50%); */
  max-width: 90%;
  padding: 15px 0px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
#keyvisual h1 .big {
  display: block;
  font-weight: normal;
  font-size: 48px;
}
#keyvisual h1 .small {
  display: block;
  font-weight: normal;
  font-size: 28px;
}
#keyvisual .subline {
  color: white;
  display: inline-block;
  position: absolute;
  top: 55%;
  left: 10%;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  font-size: 22.4px;
  padding: 4px 0px;
}
.frontpage #keyvisual .slidercontainer img {
  height: 55vh;
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}
#logo {
  position: relative;
  z-index: 11;
  left: 3%;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  max-width: 40%;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
#logo img {
  position: relative;
  max-width: 100%;
  max-height: 150px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
#nav {
  margin: 0px;
  padding: 0px;
  text-align: center;
  /* gets handled via javascript */
  /*
	li.lvl1:hover > .submenu {
		display: block;
	}
	*/
}
#nav li.lvl1 {
  list-style-type: none;
  display: inline-block;
  margin: 0px 18px;
}
#nav li.lvl1 a {
  display: inline-block;
  line-height: 35px;
  text-transform: uppercase;
}
#nav li.lvl1 a.active {
  color: #377278;
}
#nav li.lvl1:hover a, #nav li.lvl1.hover a {
  text-decoration: underline;
}
#nav .submenu {
  padding: 0px;
  margin: 0px;
  display: none;
  position: absolute;
  z-index: 5;
  text-align: left;
  padding: 0px;
  background-color: red;
  min-width: 250px;
  border: 1px solid black;
  opacity: 0;
}
#nav .submenu li.lvl2 {
  margin: 0px;
  display: block;
  list-style-type: none;
}
#nav .submenu li.lvl2 a {
  color: #707070;
  padding: 0px 10px;
  display: block;
}
.topicon {
  display: block;
  width: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.topicon.spenden {
  right: 14.5%;
}
.topicon.kontakt {
  right: 9%;
}
.topicon img {
  margin: auto;
  width: 48px;
}
#mobilmenu_trigger .title, .topicon .title {
  text-transform: uppercase;
  font-size: 10px;
  font-style: normal;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  opacity: 1;
}
#mobilmenu_trigger {
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  z-index: 20;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
#mobilmenu_trigger span {
  position: relative;
  height: 4px;
  display: block;
  margin: 9px 0px;
  background-color: #707070;
  transform: rotate(0deg);
  opacity: 1;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.mobilenav #mobilmenu_trigger span {
  background-color: black;
}
#mobilemenu_container {
  display: flex;
  position: fixed;
  top: -100vh;
  left: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  overflow: auto;
  /* background-color: $color_bg_light; */
  background-color: rgba(15, 152, 152, 0.95);
  z-index: 10;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
#mobilemenu_container .wrapper {
  position: relative;
}
#mobilemenu_container #mobilenav_logo {
  display: block;
  margin: 10px auto;
}
.mobilenav #mobilmenu_trigger {
  transform: translateY(-50%) rotate(-90deg);
  margin-top: 7px;
}
.mobilenav #mobilmenu_trigger .title {
  opacity: 0;
}
.mobilenav #mobilemenu_container {
  top: 0px;
}
#nav_mobile {
  margin: 0px;
  padding: 60px 0px 0px 0px;
  color: white;
  /* column-count: 3; */
}
#nav_mobile ul {
  margin: 0px;
  padding: 0px;
}
#nav_mobile > li {
  display: block;
  list-style-type: none;
  position: relative;
  padding: 0px 0px;
  margin: 0px 40px 30px 0px;
  break-inside: avoid;
}
#nav_mobile > li > a {
  color: inherit;
  font-family: Georgia;
  font-size: 135%;
  margin: 0px 0px 8px 0px;
  display: block;
  padding: 0px;
  text-decoration: none;
  text-transform: uppercase;
}
#nav_mobile > li a:hover {
  text-decoration: underline;
}
#nav_mobile > li a.active {
  text-decoration: underline;
}
#nav_mobile li li {
  margin: 0px 0px 8px 0px;
  display: block;
  break-inside: avoid;
}
#nav_mobile li li a {
  color: white;
  font-size: 90%;
  text-decoration: none;
  display: inline-block;
}
#cookiehint {
  display: none;
  position: fixed;
  z-index: 1;
  left: 10px;
  bottom: 10px;
  width: 550px;
  max-width: calc(100% - 20px);
  background-color: #bebebe;
  padding: 12.5px;
  box-sizing: border-box;
}
#cookiehint .text {
  font-size: 90%;
}
#cookiehint a.readmore {
  color: #377278;
  text-decoration: underline;
}
#cookiehint .button {
  margin: 10px 10px 0px 0px;
  color: inherit;
}
#cookiehint .cookie_reject {
  background-color: transparent;
  border: 1px solid grey;
  color: grey;
}
#cookiehint .cookie_save {
  background-color: white;
  border: 1px solid grey;
  color: grey;
}
#cookiehint .cookie_acceptAll {
  color: white;
}
#page {
  padding-top: 150px;
  position: relative;
  border-left: 10px solid white;
  border-right: 10px solid white;
}
#footer {
  padding: 250px 0px 30px 0px;
  color: #898985;
  background-color: #f8f5f5;
  position: relative;
}
#footer .flexcontainer {
  justify-content: flex-start;
  align-items: flex-end;
}
#footer .flexcontainer .right {
  margin-left: auto;
  text-align: right;
}
#footer .flexcontainer img {
  display: inline-block;
  margin: 0px 10px;
}
#footer .flexcontainer .ext_logo {
  max-width: 300px;
  margin-top: -100px;
  margin-bottom: 25px;
}
#footer .flexcontainer .address {
  font-style: normal;
  color: black;
  font-size: 14px;
}
#footer_more .social {
  display: inline-block;
  margin: 0px 15px 15px 0px;
  font-size: 30px;
}
#footer_more a {
  color: inherit;
  font-weight: bold;
  font-size: 14px;
}
#footer_nav {
  text-align: left;
  margin-bottom: 50px;
}
#footer_nav a {
  color: inherit;
}
#footer_nav ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: left;
}
#footer_nav ul li {
  display: block;
  position: relative;
}
#footer_nav ul li.lvl1 {
  margin-bottom: 25px;
}
#footer_nav ul li.lvl1 > a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 28px;
}
#footer_nav ul li.lvl2 {
  display: inline-block;
  margin-right: 20px;
}
#footer_nav ul li.lvl2 a {
  font-size: 10px;
  text-decoration: underline;
}
#footer_nav ul li.lvl2 .ic {
  font-weight: bold;
  position: relative;
  margin-left: -4px;
  margin-right: -2px;
}
#copy {
  background-color: black;
  color: white;
  position: absolute;
  bottom: -40px;
  left: 0px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: right;
  font-size: 10px;
}
#tiles_container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-top: 5px solid white;
  margin: 0px -5px 5px -5px;
}
.tile_container {
  position: relative;
  flex-basis: 33.33%;
  height: 35vw;
}
.tile_container:nth-child(4n+0), .tile_container:nth-child(4n+1) {
  flex-basis: 66.66%;
}
.tile_container .tile {
  position: absolute;
  width: 100%;
  min-width: 100%;
  height: 100%;
  border: 2px solid white;
  color: white;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  overflow: hidden;
}
.tile_container .tile > .box {
  width: 100%;
  flex-basis: 100%;
  position: relative;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.tile_container .tile .hoverbox {
  opacity: 0;
  display: block;
  pointer-events: none;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.tile_container .tile .image {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
  transform: scale(1);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.tile_container .tile:hover .hoverbox {
  opacity: 0.9;
}
.tile_container .tile:hover .image {
  transform: scale(1.05);
}
.tile_container .tile:hover .box {
  opacity: 1;
}
.tile_container .tile:hover .title div {
  text-decoration: underline;
}
.tile_container .title {
  display: inline-block;
  color: inherit;
  position: relative;
  min-width: 40%;
  text-align: center;
  font-weight: 400;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 10px 0px;
  text-transform: uppercase;
}
.tile_container .title a {
  color: inherit;
}
.tile_container .title > div {
  position: relative;
  /*
			max-width: 600px;
			display: inline-block;
			left: 50%;
			@include transition;
			transform: translateX(-50%);
			*/
}
.tile_container .textbox {
  display: block;
  font-size: 28px;
  max-height: 0px;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.tile_container .textbox a {
  color: inherit;
}
.tile_container .textbox ul {
  margin: 25px 0px 0px 0px;
  padding: 0px;
}
.tile_container .textbox ul li {
  list-style-type: none;
  padding: 0px 0px;
  font-weight: 500;
  font-size: 120%;
}
.tile_container .textbox ul li:before {
  content: "";
  font-family: "fontello_mg";
  font-size: 140%;
  display: inline-block;
  margin-right: 10px;
}
.tile_container .textbox ul li a {
  text-decoration: underline;
}
.tile_container .buttoncontainer {
  margin-top: 25px;
}
.tile_container .tile.active {
  height: 200%;
  min-width: 50vw;
  z-index: 5;
  align-items: flex-start !important;
  padding: 125px;
}
.tile_container .tile.active .image {
  opacity: 0;
  pointer-events: none;
}
.tile_container .tile.active .title {
  left: 0px;
}
.tile_container .tile.active .title div {
  text-decoration: none !important;
  left: 0px;
  transform: translateX(0px);
}
.tile_container .tile.active .textbox {
  max-height: 500px;
}
.tile_container .tile.active .edge_top {
  transform: scale(1);
  opacity: 1;
}
.tile_container .tile.active .edge_bottom {
  transform: scale(1) rotate(180deg);
  opacity: 1;
}
/*
#tile1:hover,
#tile6:hover {
	.title {
		color: $color_1;
		background-color: #abe3fc;
		border-color: $color_1;
	}
}
*/
#standard {
  padding: 25px 0px;
}
#standard .textbox {
  margin-top: 25px;
}
.section {
  padding: 37.5px 0px;
}
.accordeon_container {
  margin-top: 25px;
  border-bottom: 1px solid #707070;
}
.accordeon {
  position: relative;
}
.accordeon .title {
  padding: 25px;
  font-size: 28px;
  border-top: 1px solid #707070;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.accordeon .title .ic {
  float: right;
  position: relative;
  top: -6px;
  right: -5px;
  display: inline-block;
  border-radius: 50%;
  height: 28px;
  width: 28px;
  line-height: 28px;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  cursor: default;
}
.accordeon .title .ic.opened {
  display: none;
  color: #377278;
}
.accordeon .title .ic.closed {
  display: inline-block;
}
.accordeon .content {
  display: block;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  max-height: 0px;
  overflow: hidden;
}
.accordeon .contentbox {
  padding: 25px;
}
.accordeon.opened .content, .accordeon:only-child .content {
  max-height: 80vh;
  overflow: auto;
}
.accordeon.opened .title, .accordeon:only-child .title {
  color: #377278;
  border-bottom: 1px solid transparent;
}
.accordeon.opened .title .ic.opened, .accordeon:only-child .title .ic.opened {
  display: inline-block;
}
.accordeon.opened .title .ic.closed, .accordeon:only-child .title .ic.closed {
  display: none;
}
.section.img_two .flexcontainer {
  gap: 10px;
}
.section.img_two .left {
  flex-basis: 40%;
}
.section.img_two .right {
  flex-basis: 60%;
}
.section.img_two img {
  object-fit: cover;
}
.section.img_two .title {
  font-weight: bold;
  margin: 4px 0px;
  font-size: 14px;
}
#breadcrumb {
  display: block;
  position: relative;
  padding: 10px 0px;
}
#breadcrumb a {
  display: inline-block;
}
#breadcrumb a:after {
  content: "»";
  display: inline-block;
  position: relative;
  top: -1px;
  margin: 0px 4px 0px 6px;
}
#breadcrumb a:last-Child:after {
  display: none;
}
.frontpage #breadcrumb {
  display: none;
}
#start_counter {
  padding: 75px 0px;
}
#start_counter .counter_container {
  display: flex;
  flex-wrap: nowrap;
  gap: 25px;
}
#start_counter .counter_container > * {
  flex-basis: 33.33%;
  text-align: center;
}
#start_counter .counter_container .number {
  display: inline-block;
  min-width: 200px;
  text-align: center;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 10px 10px;
  font-size: 50px;
  font-weight: bold;
}
#start_counter .counter_container .label {
  display: block;
  margin: 10px auto 0px auto;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  max-width: 250px;
}
.section.gallery .grid-item {
  width: calc(25% - 10px);
}
.section.gallery .gallery {
  margin-top: 25px;
}
.section.gallery .gallery .item {
  box-sizing: border-box;
  border: 5px solid #f8f5f5;
  margin-bottom: 10px;
}
.section.gallery .gallery .item img {
  display: block;
}
#keyvisual .keyvisual_item {
  position: relative;
}
.slick-dots {
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  padding: 0px;
  margin: 0px;
}
.slick-dots li {
  display: inline-block;
  list-style-type: none;
  margin: 0px 5px;
}
.slick-dots li button {
  border: 1px solid #f9f9f9;
  background-color: white;
  color: transparent;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  padding: 0px;
}
.slick-dots li.slick-active button {
  background-color: #377278;
}
/* Marienkirche */
.doc_132 .text table td {
  margin: 0px;
}
.doc_132 .text table td:nth-child(3n+3) {
  border-left: 1px solid #707070;
}
