.elementor-kit-6{--e-global-color-primary:#00837A;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#37373A;--e-global-color-accent:#BAE1E7;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Nunito", Sans-serif;font-size:24px;font-weight:300;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:#00837A;font-family:"Nunito", Sans-serif;font-weight:600;}.elementor-kit-6 h1{color:#00837A;font-family:"Nunito", Sans-serif;font-size:45px;font-weight:600;text-transform:uppercase;line-height:55px;}.elementor-kit-6 h2{color:var( --e-global-color-primary );font-family:"Nunito", Sans-serif;font-size:45px;font-weight:600;text-transform:uppercase;line-height:55px;}.elementor-kit-6 h3{color:var( --e-global-color-primary );font-family:"Nunito", Sans-serif;}.elementor-kit-6 h4{color:var( --e-global-color-primary );font-family:"Nunito", Sans-serif;}.elementor-kit-6 h5{color:var( --e-global-color-primary );font-family:"Nunito", Sans-serif;}.elementor-kit-6 h6{color:var( --e-global-color-primary );font-family:"Nunito", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6{font-size:20px;}.elementor-kit-6 h1{font-size:29px;}.elementor-kit-6 h2{font-size:29px;line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{font-size:15px;}.elementor-kit-6 h1{font-size:23px;}.elementor-kit-6 h2{font-size:23px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */#site-header, #site-footer, .page-header {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: var(--e-global-color-primary);
    stroke: var(--e-global-color-primary);
}

b, strong {
    color: #00837a;
    font-weight: 800;
}

.karte_punkte .elementor-image > img {
	 width: 100%;
	 height: auto;
}
 .karte_punkte .punkte {
	 display: none;
}
 .karte_punkte .points {
	 position: absolute;
	 left: 0;
	 right: 0;
	 top: 0;
	 bottom: 0;
}
 .karte_punkte .points .sw-point {
	 position: absolute;
	 cursor: pointer;
	 background: #00837a;
	 border: 2px solid #fff;
	 text-align: center;
	 width: 30px;
	 height: 30px;
	 line-height: 1.75em;
	 font-size: 15px;
	 box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.6);
	 color: #fff;
	 border-radius: 1em;
	 opacity: 0.7;
	 transition: all 0.4s;
	 z-index: 10;
}
 .karte_punkte .points .sw-point:hover {
	 opacity: 1;
	 text-decoration: none;
}
 .karte_punkte .points .sw-point .pulse {
	 border: 1px solid #fff;
	 -webkit-border-radius: 30px;
	 -moz-border-radius: 30px;
	 border-radius: 30px;
	 opacity: 1;
	 animation: sehenanim 3s ease-out;
	 animation-iteration-count: infinite;
	 transition: all 1s;
	 transform: scale(1);
	 z-index: 1;
	 height: 100%;
	 width: 100%;
	 position: absolute;
	 top: 0;
	 left: 0;
	 pointer-events: none;
}
 .karte_punkte .box-container {
	 position: absolute;
	 left: 0px;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 overflow: hidden;
}
 .karte_punkte .box-container .elementor-tab-title {
	 display: none;
}
 .karte_punkte .box-container .box {
	 position: absolute;
	 left: 0;
	 top: 0;
	 z-index: 99;
	 height: 100%;
	 background: rgba(255, 255, 255, 0.87);
	 padding: 15px;
	 width: 30%;
	 transform: translate(-100%, 0);
	 transition: all 1s;
	 display: flex;
	 flex-direction: column;
}
 .karte_punkte .box-container .box.open {
	 transform: translate(0, 0);
	 box-shadow: 1px 0 10px rgba(0, 0, 0, 0.4);
}
 .karte_punkte .box-container .box.open .close {
	 opacity: 0.9;
}
 .karte_punkte .box-container .box img:first-of-type {
	 width: 100%;
	 margin-bottom: 15px;
}
 .karte_punkte .box-container .box .text {
	 overflow: auto;
}
 .karte_punkte .box-container .box a.close {
	 font-size: 1.6em;
	 position: absolute;
	 top: 0;
	 right: 0;
	 transform: translate(50%, 30%);
	 line-height: 1;
	 background: #00837a;
	 color: #fff;
	 border-radius: 50%;
	 text-align: center;
	 padding: 0px 8px;
	 opacity: 0;
	 cursor: pointer;
}
 .karte_punkte .box-container .box a.close:hover {
	 text-decoration: none;
	 background: #00837a;
}
 .karte_punkte .box-container h4 {
	 margin: -15px -15px 15px -15px;
	 padding: 15px;
	 background: #00837a;
	 color: #fff;
	 font-weight: normal;
    -webkit-text-stroke-color: #fff !important;
    stroke: #fff !important;
}
 .elementor-edit-mode .karte_punkte .punkte {
	 display: block;
}
 @keyframes sehenanim {
	 0% {
		 transform: scale(1);
		 opacity: 0.7;
	}
	 100% {
		 transform: scale(5);
		 opacity: 0;
	}
}
 @-moz-keyframes sehenanim {
	 0% {
		 transform: scale(1);
		 opacity: 0.7;
	}
	 100% {
		 transform: scale(5);
		 opacity: 0;
	}
}
 @-webkit-keyframes sehenanim {
	 0% {
		 transform: scale(1);
		 opacity: 0.7;
	}
	 100% {
		 transform: scale(5);
		 opacity: 0;
	}
}
 #wegpunkte .sw-point {
	 height: 1em;
	 width: 1em;
	 z-index: 1;
}
 #wegpunkte .sw-point span.title {
	 visibility: hidden;
	 opacity: 0;
	 position: absolute;
	 left: 100%;
	 top: 100%;
	 font-size: 13.5px;
	 background: rgba(255, 0, 0, 0.8);
	 color: #fff;
	 padding: 5px;
	 min-width: 150px;
	 line-height: 1.4;
	 transition: all 0.5s;
	 border-radius: 3px;
	 z-index: 99;
}
 #wegpunkte .sw-point:hover span.title {
	 visibility: visible;
	 opacity: 1;
}
 #wegpunkte .elementor-widget-wrap {
	 overflow: visible;
}
 #wegpunkte .box-container {
	 display: none;
}

.registration-action .e-font-icon-svg {
    fill: #00837a;
}

.registration-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #fff;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  height: 80px;
  width: 307px;
  margin: auto;
}

.registration-content {
  display: flex;
  align-items: center;
  font-size: 18px;
}

.text-content h1, .text-content p {
  margin: 0;
}

.text-content p {
  font-size: 20px;
  font-weight: 500;
  margin-top: -7px;
  width: 235px;
}

.registration-action .action-button {
  font-size: 49px;
  color: #00837a;
  font-weight: 600;
  height: 70px;
  display: block;
}


thead {
    color: #00837a;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://wassermuseum-borkum.de/wp-content/uploads/2024/05/Nunito-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://wassermuseum-borkum.de/wp-content/uploads/2024/05/Nunito-ExtraLight.ttf') format('truetype');
}
@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://wassermuseum-borkum.de/wp-content/uploads/2024/05/Nunito-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://wassermuseum-borkum.de/wp-content/uploads/2024/05/Nunito-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://wassermuseum-borkum.de/wp-content/uploads/2024/05/Nunito-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://wassermuseum-borkum.de/wp-content/uploads/2024/05/Nunito-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://wassermuseum-borkum.de/wp-content/uploads/2024/05/Nunito-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://wassermuseum-borkum.de/wp-content/uploads/2024/05/Nunito-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://wassermuseum-borkum.de/wp-content/uploads/2024/05/Nunito-Black.ttf') format('truetype');
}
@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://wassermuseum-borkum.de/wp-content/uploads/2024/05/Nunito-Black.ttf') format('truetype');
}
/* End Custom Fonts CSS */