/* HERO IMAGE */

.headerslide__image picture img {
	width:100%!important;
}

@media screen and (min-width: 768px) {
  .ce_rsce_tiny_headerslider .headerslide__textwrapper {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
	.headerslide__textwrapper__layer-text h2 {
		font-size:1.5rem;
	}
}

.ce_rsce_tiny_headerslider .headerslide__textwrapper.textwrapper--center {
  left: 0px;
  right: 0px;
}

.headerslide__textwrapper__layer-text h1 {
	line-height: 1;
	margin-bottom: 0rem;
	/*text-shadow: 0px 0px 15px #000000;*/
}

.headerslide__textwrapper__layer-text h2 {
	color: var(--color-brand);
	background-color: rgba(255,255,255,0.75);
	padding: 1rem;
	transform: rotate(-1deg);
}

/* STANDARD FONT STYLES */

p {
	font-size:16px;
	line-height:24px;
}

.mod_article .ce_text a {
	color: #000;
}

.cta-background .ce_text a {
	color:#d9d9d9;
}

a {
	color: var(--color-links);
}
	
.detail-view__imageCredits-container a, .detail-view__imprint-container a,
.detail-view__imprint-row a {	
	text-decoration: underline;
}

h2 {
	font-family: var(--headings__font-family);
	font-size: 2.25rem;
	margin-top: 0;
	font-weight: 600;
    color: #103a5d;
}
h3 {
	font-size: 1.5rem;
	margin-top: 0;
	font-weight: 600;
    color: #103a5d;
}
.cta-background h2{
	color:#fff;
}

/* LANDINGPAGE */

#karten,
#listen,
body.member-area {
	background-color:#ecf7fd;
	background-image: url("/files/nordsee-digital/content/stockfotos/15518074_5594016_trans20.jpg");
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-right: calc(-.5 * var(--bs-gutter-x));
	margin-left: calc(-.5 * var(--bs-gutter-x));
}

.mitmachen-intro-powered-by {
	padding-left:15px;
	padding-right:15px;
}

@media (min-width: 992px) {
	.mod_article.container,
	.mod_article.mb-5 {
		padding-left:15px;
		padding-right:15px;
	}
}
.ce_rsce_wrapper_plain_start .col-md-6 {
	width:50%;
}
.ce_rsce_wrapper_plain_start {
	max-width:1320px;
	margin-right: auto;
    margin-left: auto;
}
.cta-background {
	background-color: #003764;
    /*background-image: linear-gradient(220deg, #009bde 30%, #103a5d 90%);*/
    margin: 0;
    /*transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;*/
    color: #fff;
    padding:50px 0px;
}
/*
.preview--services {
	max-width:1200px;
	margin-right: auto;
    margin-left: auto;
    margin-top:50px;
    margin-bottom:50px;
}*/
.preview--services .row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top:70px;
}
.preview--services .row .ce_rsce_wrapper_plain_start {
	padding:25px 0px;
	transition: 0.6s;
}
.text--center h3 {
  font-size:16px;
  line-height:26px;
  margin-top:5px;
  font-family:var(--headings__font-family);
}

/* SERVICES */
/* LIGHTBLUE BACKGROUND */
.preview--services .row {
	/*background-color: #2ea1db;*/
}
/* RED HOVER */
.preview--services .one:hover,
.preview--services .eight:hover {
	background-color:#eb545c;
}
/* GREEN HOVER */
.preview--services .two:hover,
.preview--services .seven:hover {
	background-color:#527e2f;
}
/* YELLOW HOVER */
.preview--services .three:hover,
.preview--services .six:hover {
	background-color:#ffce00;
}
/* DARKBLUE HOVER */
.preview--services .four:hover,
.preview--services .five:hover {
	background-color:#1e4b6a;
}
/* MOBILE DEVICES */
@media (max-width: 1200px) {
	.preview--services {
	    padding:0px 0px;
	    margin-top:0px;
	    margin-bottom:0px;
	}
}
@media (min-width: 992px) {
  .preview--services .col-lg-4 {
    flex: 0 0 auto;
    width: 25%;
  }
}
@media (max-width: 991px) {
  .preview--services .col-lg-4 {
    width: 33.333%;
  }
  .ce_rsce_wrapper_plain_start .col-md-6 {
	width:100%;
	padding:15px!important;
  }
}
@media (max-width: 600px) {
  
  .preview--services .col-lg-4 {
    width: 50%;
  }
}
@media (max-width: 379px) {
  .preview--services .col-lg-4 {
    width: 100%;
  }
}

/* css for gutes version 2 just public pages */

.head {
	text-align:center;
    min-height: 20vh;
    padding: 2em;
}

.logo.logo_singlerow img {
	padding:4px;
}

.mr-3 {
	margin-right:1.5rem;
}

.gap--1 {
	gap:1rem;
}

.nav_main ul{
	font-size: 1.2em !important;
}

.list-with-fa li:before{
	margin-left: -35px;
    padding-right: 12px;
    margin-right: 0;
}
.text--center {
    text-align: center;
}

.vertical {
	vertical-align: middle;
    margin-top: auto;
    margin-bottom: auto;
}
.grid-container-2 .wrapper-inside {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.ce_text.grid-right, .ce_text.grid-left {
    padding: 2em;
}

.grid-container-2 figure.image_container, 
.grid-container-2 figure.video_container {
    margin: 0;
}

.intro {
	margin-bottom: 4em;
}

/*.mod_article ul li {
    list-style-type: disc;
}*/

.mt-mb--xl{
	margin-top: 5em;
    margin-bottom: 5em;
}

.mt-mb--m{
	margin-top: 2em;
    margin-bottom: 2em;
}

.horizontal{
	margin:0 auto;
	display:block;
}

.row-gap--medium{
	row-gap: 2em;
}

.text--right{
	text-align: right;
}

/*Form*/

.form-control, .formbody .widget-text input, .formbody .widget-text textarea, .formbody .widget-password input, .formbody .widget-password textarea, .formbody .widget-textarea input {
	display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.formbody .widget-textarea textarea {
	display: block;
    width: 100%;
    height: unset;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

label {
    margin-top: 1em;
}

legend {
    font-size: 1rem;
}

.checkbox_container span {
    display: inline-flex;
}

.checkbox_container input {
    margin-right: 1em;
}

.checkbox_container .ce_text p {
    font-size: 1rem !important;
}

.ce_text ul {
    list-style-type: disc;
}

/* price page */
.main_row th {
    padding: 1em;
}

.green {
    color: green;
    text-align: center;
}

td.not-booked {
    text-align: center;
    vertical-align: middle;
    border: 1px solid darkgrey;
}

td.booked{
	    text-align: center;
    vertical-align: middle;
        border:1px solid darkgrey;
	background-color: #ffd67c;
}

.prices button {
    background: var(--color-btn);
    border-radius: 0px;
    color: var(--color-company-1);
}

.prices th {
    hyphens: auto;
}

.prices tr:nth-child(odd) {
    background: var(--color-gray-lighter);
}

.prices table .main_row.first_row > td, table .main_row th {
    border: 1px solid darkgrey;
}

.checkbox_container span{
	align-items: baseline;
}

/* subdomains */
.selbsthilfe_landing li,
.kultur_landing li,
.hohenkirchen_landing li, 
.jever_landing li {
    list-style-type: none;
}

/*Buttons Social To-Top Newsletter*/

.quickies-wrapper{
	position: fixed;
    bottom: 2rem;
    right: 0;
    z-index: 99;
    transition: ease-in-out 300ms;
}

.quickies-wrapper__inner{
	display:flex;
	flex-direction:column;
}

.quickies-wrapper .quick-item{
	margin:0;
	padding:0.5em;
}

.quickies-wrapper .quick-item i{
	color: #fff;
    background-color: #ff4a51;
    width: 48px;
	height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 36px;
    line-height: 36px;
    box-shadow: 2px 6px 10px -3px rgb(0 0 0 / 50%);
    transition: 250ms ease-in-out;
}

.quickies-wrapper .quick-item i:hover {
    background-color: #4a7628;
}

.modal-dialog.newsletter{
	margin-top:4em;
}

button.close.newsletter {
    background: unset;
    border: 0;
    font-size: 1.5em;
    color: #103a5d;
}

.btn:focus.quick-item{
	box-shadow: 0 0 0;
}

p.confirm {
    font-weight: 600;
}

fieldset#ctrl_newsletter_202 {
    margin-top: 1em;
}

/* KACHELN STARTSEITE */

.cf-tile-wrapper {
	display: grid;
	grid-gap: 2rem;
	margin: 25px auto 0px auto;
	max-width: 1320px;
}

.cf-tile-wrapper-overlay {
	display: grid;
	grid-gap: 1rem;
	margin: 1.5rem auto 1.5rem auto;
	max-width: 1320px;
}

@media (min-width: 320px) {
  .cf-tile-wrapper-overlay {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 450px) {
  .cf-tile-wrapper-overlay {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 600px) {
  .cf-tile-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .cf-tile-wrapper-overlay {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1025px) {
  .cf-tile-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .cf-tile-wrapper-overlay {
    grid-template-columns: repeat(6, 1fr);
  }
}

.container-inner {
	padding-left:15px;
	padding-right:15px;
}
.cf-tile {
  width:100%;
  height:380px;
  background-color:#003764;
  display:flex;
  background-size:cover;
  position:relative;
  cursor:pointer;
  transition: all 0.4s ease-out;
  overflow:hidden;
  color:white;
  border-radius:5px;
}
.cf-tile-wrapper-overlay .cf-tile {
  width:100%;
  height:150px;
  background-color:#003764;
  display:flex;
  background-size:cover;
  position:relative;
  cursor:pointer;
  transition: all 0.4s ease-out;
  overflow:hidden;
  color:white;
  border-radius:5px;
}
.cf-tile a {
  color:#fff;
  font-size:18px;
}
.cf-tile img {
  height:100%;
  width:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:0;
  transition: all 0.4s ease-out;
}
.cf-tile .cf-tile-text {
  position: absolute;
  padding: 10px 0px;
  height: 100%;
  width: 100%;
  text-align: center;
  background-color: #0c3a5c4f;
}
.cf-tile h2 {
  font-weight:300;
  margin:0;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
  color:#ffce00;
}
.cf-tile h3 {
  font-weight:100;
  margin:20px 0 0 0;
  color:#ff4a51;
  transform: translateX(200px);
}
.cf-tile p {
  font-weight:300;
  margin:20px 0 0 0;
  line-height: 25px;
  transform: translateX(-200px);
  transition-delay: 0.2s;
}
.cf-tile-animate-text {
  opacity:0;
  transition: all 0.6s ease-in-out;
}
.cf-tile:hover {
  transform:scale(1.05);
}
.cf-tile:hover img {
  opacity: 0.2;
}
.cf-tile:hover .cf-tile-animate-text {
  transform:translateX(0);
  opacity:1;
}
.cf-tile-dots {
  position:absolute;
  bottom:20px;
  right:30px;
  margin: 0 auto;
  width:30px;
  height:30px;
  color:currentColor;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:space-around;
}
.cf-tile-dots span {
  width: 5px;
  height:5px;
  background-color: currentColor;
  border-radius: 50%;
  display:block;
  opacity:0;
  transition: transform 0.4s ease-out, opacity 0.5s ease;
  transform: translateY(30px);
}
.cf-tile:hover span {
  opacity:1;
  transform:translateY(0px);
}
.cf-tile-dots span:nth-child(1) {
   transition-delay: 0.05s;
}
.cf-tile-dots span:nth-child(2) {
   transition-delay: 0.1s;
}
.cf-tile-dots span:nth-child(3) {
   transition-delay: 0.15s;
}

/* LOGIN PAGE, LOGIN BOX, REGISTER, PASSWORD */

#login, #registrierung, #passwort {
	background-color:#ecf7fd;
	padding: 80px 0px;
	background-image: url("/files/nordsee-digital/content/stockfotos/robert-katzki-J6OURcqeNZ4-unsplash.jpg");
	/*background-image: url("/files/nordsee-digital/content/stockfotos/15518074_5594016_trans20.jpg");*/
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}
#registrierung .mod_formular_box,
#passwort .mod_formular_box {
	background-color: #ffffffc4;
	box-shadow: 2px 6px 10px -3px rgb(0 0 0 / 50%)!important;
	border-radius: 10px!important;
    padding: 1rem!important;
}
#login .mod_fomular_box {
  background-color: #ffffffc4;
	box-shadow: 2px 6px 10px -3px rgb(0 0 0 / 50%)!important;
	border-radius: 10px!important;
    padding: 1rem!important;
    max-height: 400px;
}
#login .pwForgot p,
#login .pwForgot a,
#login .regIF p,
#login .regIF a {
	font-size:12px;
	margin-bottom:0px;
	line-height: 18px;
}
#login .pwForgot a,
#login .regIF a {
	color:#003764;
}
#passwort .mod_formular_box h2,
#registrierung .mod_formular_box h2,
#login .mod_login h2 {
	font-family: 'Lucida Grande';
	font-size:18px;
}
#passwort .formbody .widget-text input,
#registrierung .formbody .widget-text input,
#login .formbody .widget-text input,
#login .formbody .widget-password input,
#registrierung .formbody .widget-password input{
	width:90%;
	margin-top:3px;
}
#login .checkbox {
  position: relative;
  top: 2px;
  margin-right: 5px !important;
}

/* REGISTRIERUNGS FORMULAR */

@media (min-width: 601px) {
	#registrierung .fields,
	#login .formbody {
		display: flex;
		flex-wrap: wrap;
	}
	#registrierung .widget,
	#login .widget {
		width: 50%;
	}
}

/* LISTEN FILTER */

.offer-filter__ascend-descend.form-view__ascend-descend {
  width: 100%;
}

.offer-filter__period.form-view__period {
  width: 100%;
}

.c4g-listfilter-default .react-datepicker__input-container input {
	font-size:inherit;
}

.c4g-listfilter-default,
.c4g-listfilter-default .c4g-form-control,
.c4g-btn.c4g-btn-filter {
  font-size: 14px!important;
}

.c4g-listfilter-default,
.c4g-listfilter-default .container {
	max-width:inherit!important;
}
.c4g-listfilter-default .container .row {
		display:grid;
		grid-gap: 1rem;
		grid-template-columns: repeat(5, 1fr);
}

@media (max-width:1024px) {
	.c4g-listfilter-default .container .row {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width:600px) {
	.c4g-listfilter-default .container .row {
		grid-template-columns: repeat(1, 1fr);
	}
} 

.c4g-listfilter-default .c4g-form-field, .description {
  margin-top: 0!important;
  margin-bottom: 0!important;
}

.c4g-listfilter-default .c4g-form-check label {
  margin-top: 0!important;
}

.c4g-listfilter-default .custom-label {
  font-weight: bold;
}

.showcase-filter__sorting.form-view__sorting {
  margin-top: 1em;
}

.c4g-list-element__more-link,
.put-on-wishlist,
c4g-btn.c4g-btn-filter,
.wishlist .c4g-list-element__delete-link {
  padding: 5px 20px!important;
  font-size: 14px!important;
  border-radius: 3px !important;
  border: none!important;
  background-color: #2ea1db!important;
  margin-bottom: 10px;
  text-decoration: none!important;
  text-transform: lowercase!important;
  color:white!important;
}

.remove-from-wishlist {
  padding: 5px 20px!important;
  font-size: 14px!important;
  border-radius: 0px!important;
  border: none!important;
  background-color: #003764!important;
  margin-bottom: 10px;
  text-decoration: none!important;
  text-transform: lowercase!important;
  color:white!important;
}

.c4g-list-element__more-link:hover,
.put-on-wishlist:hover,
c4g-btn.c4g-btn-filter:hover {
  background-color: #003764!important;
  color:#fff!important;
  border: none!important;
}

body.map #main .inside {
  margin-top: 0em!important;
  margin-bottom: 0em!important;
  padding-top: 0em!important;
  padding-bottom: 0em!important;
}

#main .inside {
  padding-top: 70px !important;
  padding-bottom: 70px!important;
}

.cf-pb-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 1.5rem auto 1.5rem auto;
}
.cf-pb-col {
  padding: 1.5rem 0;
  align-items: center;
  display: flex;
}
.cf-pb-col a img {
  width:100%;
  max-width: 175px;
}

.cf-pb-col a {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 320px) {
  .cf-pb-row {
	grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 450px) {
  .cf-pb-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cf-pb-row {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .cf-pb-row {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1025px) {
  .cf-pb-row {
    grid-template-columns: repeat(5, 1fr);
  }
}

.c4g-grid-outer .c4g-list-element__image,
.c4g-plain-outer .c4g-list-element__image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: inherit;
  padding-top: 0;
}

.c4g-grid-outer,
.c4g-plain-outer,
.detail-view__headline h1,
.c4g-list-outer .c4g-list-element__title {
  font-family: 'Univia Pro Book';
}

.c4g-listfilter-default .c4g-btn-filter-wrapper button.executeSubmit,
.c4g-listfilter-default .c4g-btn-filter.executeSubmit,
.wishlist .c4g-list-element__delete-link {
	background-color: var(--color-default);
	border-color:var(--color-default);
}

.c4g-listfilter-default .c4g-btn-filter-wrapper button.executeSubmit:hover,
.c4g-listfilter-default .c4g-btn-filter.executeSubmit:hover,
.wishlist .c4g-list-element__delete-link:hover {
	background-color: var(--color-default2);
	border-color:var(--color-default2);
	color:white;
}

.c4g-btn-filter,
.c4g-btn-filter-reset,
.wishlist .c4g-list-element__delete-link {
	font-size:14px!important;
	line-height:21px!important;
}

.c4g-btn-filter:hover {
	background-color: var(--color-default)!important;
	border-color:var(--color-default)!important;
	color:white!important;
	filter: none!important;
}

.c4g-btn-filter-reset:hover {
	background-color: var(--color-default)!important;
	border-color:var(--color-default)!important;
	color:white!important;
	filter: none!important;
}

.c4g-btn-filter-wrapper {
  display: inline-block;
  width: 290px;
}

.pt-70px {
	padding-top:70px;
}

.pb-70px {
	padding-bottom:70px;
}

#leistungen-nordsee-digital .grid-leistungen {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap:1em;
}

#leistungen-nordsee-digital .grid-leistungen .text--center {
  width: 200px;
}

.ce_text.text--center,
.cf-pb-col a img {
  -webkit-transition: all 0.5s ease;
  transition: 1s ease-out;
}

.ce_text.text--center:hover,
.cf-pb-col a img:hover {
  scale: 1.3;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.fullwidth-image .image_container img {
  width:100%;	
}

.ticket-background {
  background-image: url("/files/nordsee-digital/content/stockfotos/lee-blanchflower-1dW1vEJLlCQ-unsplash-dark.jpg")!important;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

.ticket-background h2,
.ticket-background p {
  color:white;
}

.c4g-grid-outer .c4g-list-element__title,
.c4g-grid-outer .c4g-list-element__name {
	font-size:1.2rem!important;
}

.c4g-element-distance {
	font-size:1rem!important;
	padding-left: 10px;
}

.detail-hero2__inner-wrapper {
  z-index: 5;
}

a.c4g-list-element__elementname-link {
  color: var(--color-brand2)!important;
}

.min-height-75vh {
	min-height:75vh;
	padding-top:50px;
}

@media screen and (max-width:768px) {
	.badge.badge-light.memo-badge {
		display:none!important;
	}
}

.fullscreen-menu-container .badge-light {
	display:none!important;
}

.badge-light {
  background-color: #ffce00;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  color: #003764;
  position: absolute;
  right: 175px;
  top: 30px;
  border: 1px solid #2ea1db;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  font-weight: 700;
  white-space: nowrap;
  display:inline-block;
  z-index:1!important;
}

.badge-reset .badge-light {
  line-height: 18px!important;
}

/* MERKLISTE */

.postal-city {
  display: block;
}
.postal,
.street {
  margin-right: 5px;
}
.detail-view__section-gallery ol {
  margin-left: 20px;
}

/* DETAILANSICHT SCHAUFENSTER LISTENPUNKTE IN BESCHREIBUNGSTEXT */

.detail-view .detail-view__description ul {
	margin-left: 15px;
	padding-left: 20px;
}
.detail-view .detail-view__description ul li {
	list-style-type:disc;
}

/* DETAILSEITE */
/*.detail-view__imageCredist-inner h3 {
    color: var(--color-text);
    font-family: var(--gutes-base-font-family);
    padding: 0;
    margin: 0 !important;
    font-style: italic;
    font-size: 16px;
}

.detail-view__imageCredist-inner {
    font-style: italic;
    font-size: 16px;
    text-align: center;
}*/


.detail-hero2__inner-overlay {
    z-index: 2;
}

.height75vh {
	min-height:50vh;
	padding-top: 100px;
}

.mod_article.container {
  padding: 0 15px;
}

.grid-view .ce_text,
.grid-view .ce_headline {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.image-wrapper .image-container.landscape, .image-wrapper .image-container.portrait {
    aspect-ratio: 4/3;
}

.form-view__type-filter {
z-index: 20;
}

/* WARENKORB */

.card-header {
  padding: .75rem 0!important;
}

.c4g-cart-wrapper .btn-danger {
  margin: 0 .5rem 0 0 !important;
}
