a:focus-visible {
	outline: 5px solid #FFF !important;
}

#page .skip-link {
	color: #000 !important;
}

.logos_frontpage img {
	max-height: 60px !important;
    width: auto;
}

.no_login img {
	width: 200px;
	display: block;
	margin: auto;
	padding-top: 50px;
}

.no_login .inner {
	border-radius: 5px;
	text-align: center;
	color: #003e4a;
	font-weight: 600;
	
	background-color: #f6ff1a;
	padding: 25px;
	margin: 20px;
}


.gm-style-iw-d  a {
	background-color: var(--the7-links-color);
	border: 2px solid var(--the7-links-color);
    color: #FFF;
    padding: 10px;
    display: inline-block;
    border-radius: 5px;
    margin-top: 10px;
    text-decoration: none;
    font-weight: 500;
}

.gm-style-iw-d  a:hover {
background-color: #FFF;
	color: var(--the7-links-color);
}

.logo_frontpage img {
	max-width: 400px;
	width: 70%;
	  transition:   transform 1s;
    
}

.logo_frontpage img:hover {
	transform: scale(1.05);
}

.frontpage_text {
	text-align: center;
	color: #FFF;
	width: 70%;
	margin: auto;
}

#page #main {
background: rgb(0,62,74);
background: linear-gradient(180deg, rgba(0,62,74,0.3) 0%, rgba(0,62,74,0) 100%);
}

.page-template-default #content {
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	
	background-color: rgba(255,255,255,0.8);
	
	
	margin-bottom: 90px;
	
	padding: 40px 20px 0 20px;
}

.home  #content {
background-color: transparent !important;	
	
	padding: 10px 10px 0 10px !important;
}

/* LOGO HEADER */

#logo_header {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
	margin-top: 15px;
	margin-left: auto;
        margin-right: auto;
	
	max-width: 90%;
		width: 468px;
}

.footer_logos{
	margin-bottom: 90px !important;
}

#logo_header > div {
width: calc(100%/3);	
	position: relative;
}

#logo_header img {
	display: block;
	      
	max-height: 100%;
    margin: auto;
	width: 80%;
	
}

/* ARCHIVE */

#archive_wrapper {
		-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	    backdrop-filter: blur(5px);
	background-color: rgba(255,255,255,0.8);
	padding-top: 5px;
	padding-bottom: 20px;
	margin-bottom: 90px;
}

#archive_wrapper .center {
	text-align: center;
}

#archive_wrapper .post {
	
    padding: 0px 20px 0px 20px;
 
	
}


#archive_wrapper .post a {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid var(--the7-title-color);
	text-decoration: none;
}

#archive_wrapper .post a:hover span img {
transform: scale(1.2);	
}

#archive_wrapper .post h2 {
	font-size: 1em;
    font-weight: 700;
    line-height: 1em;
	width: 80%;
	margin: 0;
	padding: 0;
	 position: relative;
}

#archive_wrapper .post h2 span {
	    position: absolute;
    top: 50%;
    /* left: 50%; */
    transform: translate(0, -50%);
    display: block;
    width: 100%;
}

#archive_wrapper .post h2 em {
	    display: block;
    font-size: 11px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
	
	line-height: 1.1em;
}

#archive_wrapper .post a div {
	text-align: right;
	
	width: 20%;
}

#archive_wrapper .post div span {
	
	
	
	    background-color: #F6FF1A;
    border: 1px solid #FFF;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 200px;
    padding: 0px 0px 0px 0px;
	
	   margin: 20px auto 20px auto;
} 

#archive_wrapper .post a:hover div span  {
	background-color: #FFF;
}
#archive_wrapper .post div span img {
	margin-top: 5px;
	width: auto;
	
	  transition: transform 0.5s;

}

.archive  h1 {
	color: #F6FF1A;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
	
}


/* BLOG */

.blog #cats_welcome li {
    list-style: none;
    width: calc(96% / 2);
}

/* SINGLE */
.single #main > .wf-wrap  {
	    width: 100%;
    padding: 0;
}
.content article {
	max-width: 90%;
	width: 600px;
	margin: auto;
	backdrop-filter: blur(5px);
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	
	background-color: rgba(255,255,255,0.8);
	
	overflow: hidden;
}

.article_inner h2 {
	background-color: rgba(255,255,255,0.8);
}

.content article .zusatzhinweis {
	    padding: 5px 0px 5px 0px;
    margin: 20px 0 20px 0px;
    width: 95%;
    font-size: 14px;
    padding-left: 5%;
    border-left: 5px solid #F6FF1A;
	
	position:relative;
	
}
.content article .zusatzhinweis:before {
    content: "";
    display: block;
    background-image: url(/wp-content/uploads/2024/09/info.svg);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -18px;
    top: -4px;
	
}

.content article .angebot_details {
	width: 100%;
	text-align:center;
	display: block;
	font-size: 18px;
	
	line-height: 1.1em;
	
	position:relative;
	
	margin-top: 50px;
	
	background-color: #003E4A;
	backdrop-filter: blur(5px);
	
	color: #FFF;
	
	border-bottom: 2px dashed #FFF;
	
	position: relative;
}

.content article .angebot_qr {
	margin-top: 30px;
	text-align: center;
	
	
}

.content article .angebot_qr img  {
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.57);
box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.57);
	
	max-width: 100%;
	
	padding: 15px;
	
	background-color: #FFF;
}

.content article .angebot_details:before {
	content: "";
    display: block;
    background-image: url(/wp-content/uploads/2024/09/voucher-top.svg);
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 00px;
    top: -29px;
    background-position: center bottom;
}

.content article .angebot_details_inner {
	 padding: 10px;
	
	
	
	
	
	
}

.content article .angebot_details_inner a {
	color: #FFF;
}


.content article .gultigkeit {
	width: 100%;
	text-align:center;
	display: block;
	font-size: 15px;
	background-color: #F6FF1A;
	
	-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}

.content article .gultigkeit_inner  {
	 padding: 10px;
}

.single h1.welcome_head  {
	color: #003E4A;
	font-family: "Inter Tight", Helvetica, Arial, Verdana, sans-serif;
	margin-bottom: 40px;
	font-weight: 700;
	position:relative;
	padding-bottom: 20px;
    padding-top: 20px;
	padding-left:10px;
	padding-right: 20px;
	
	background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.4) 100%);
	
	
	margin-left: -10px;
	
	-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}

.single  h1:before { 
	content: "";
    display: block;
    background-image: url(/wp-content/uploads/2024/09/voucher-left.svg);
    width: 20px;
    height: 100%;
    left: -19px;
    position: absolute;
    background-repeat: repeat-y;
    background-position: top right;
    top: 0px;
	
}

.betrieb_meta {
	text-align: center;
   line-height: 0;
    padding-top: 20px;
    background-color: #FFF;
}

.betrieb_meta_inner {
	line-height: 1.2em;
} 

.betrieb_meta img {
	margin-bottom: 20px;
	max-width: 90px;
}

.betrieb_meta strong {
	display: block;
}

.web_adress {
	    display: inline-block;
    text-decoration: none;
    background-color: #F6FF1A;
    border-radius: 5px;
    padding: 10px;
    margin: 20px 0 20px 0px;
    font-weight: 600;
}

.web_adress:hover {
	background-color: var(--the7-links-color);
	color: #F6FF1A;
}

.article_inner {
	padding: 40px;
}

.entwertung {
	    color: #003E4A;
    display: block;
    border: 3px solid #FFF;
    background-color: #F6FF1A;
    border-radius: 10px;
    padding: 10px;
    margin: 20px 0 20px 0px;
    width: 100%;
}

/* CATS */
#cats_welcome {
	display: flex;
	flex-wrap: wrap;
	margin: 0 !important;
	gap: 3%;
	
	padding-bottom: 50px;
}

#cats_welcome li {
	list-style: none;
	width: calc(94%/3);
	
}

#cats_welcome li a {

background-color: #F6FF1A;
border: 1px solid #FFF;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
	position: relative;
    width: 100%;
    display: block;
    height: 100px;	
	
	margin-bottom: 20px;

	background-image: url(/wp-content/uploads/2024/09/star.svg);
	background-size: 25px;
    background-repeat: no-repeat;
    background-position: 94% 10%;
}

#cats_welcome li a span {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 70%;
	
	font-size: 20px;
}



/* BTN */

.welcome_btn {
	
background-color: #F6FF1A;
border: 1px solid #FFF;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
	position: relative;
    width: 100%;
    display: block;
    height: 100px;	
	
	margin-bottom: 20px;

	background-image: url(/wp-content/uploads/2024/09/star.svg);
	background-size: 25px;
    background-repeat: no-repeat;
    background-position: 94% 10%;
	
	  transition:    background-color 1s;
   
}

.welcome_btn:hover {
	background-color: #FFF;
}

.welcome_btn span {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 70%;
	
	font-size: 20px;
}


/* FOOTER */

#footer_nav {
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: rgba(0,62,74,0.9);
	width: 100%;
	z-index: 9;
	
backdrop-filter: blur(5px);
	
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

#footer_nav > span {
	background-color: #376F79;
	
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	
	display: block;
	width: 40px;
	height: 10px;
	    margin: 10px auto 10px auto;
	transition: all 0.5s;
	
	cursor: pointer;
}

#footer_nav > span:hover {
	
		background-color:#f6ff1a;
}

#footer_nav_inner {
		display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
	margin-top: 10px;
}

#footer_nav a.link_footer {
text-align: center;
	width: calc(100%/4);
	
	text-align: center;
	
	
	
	
}
#footer_nav a.link_footer span {
	background-color: rgba(26,82,92,0.9);
    display: block;
    border-radius: 400px;
    width: 50px;
    height: 50px;
    margin: auto;
	
	    backdrop-filter: blur(5px);
}

#footer_nav a span:hover img {
	transform: scale(1.2);
} 
#footer_nav a.link_footer:hover span {
backdrop-filter: blur(0px);
}

#footer_nav a span img  {
	    padding-top: 12px;
	    height: 25px;
	
	  transition:   all  0.3s;
    
}

#footer_links {
	 display: flex; /* Magic starts here, turning your container into a flex container */
  justify-content: center; /* This centers the child horizontally */
  align-items: center; /* And this centers it vertically */
     width: 100%;
	gap: 20px;
}

#footer_links a {
	font-size: 10px;
color: #FFF;	
}

#footer_extras {
	width: 100%;
	display: none;
}


#logout {
	    width: 100%;
    text-align: center;
    display: block;
    margin: 20px 0 20px 0px;
    color: #FFF;
    font-size: 10px;
    text-decoration: none;
}
#logout span {
	display: block;
}

/* MAP */

#welcomeweek_map {
	 width: 100vw;
    height: 100vh;
}

/* USER REG */

#user-registration  {
	    background-color: transparent !important;
  
}

#user-registration.horizontal, #user-registration {
    box-shadow: none !important;
}
#user-registration.horizontal .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link.is-active a, #user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link.is-active a {
    background-color: #FFF !important;
	
	border-radius: 5px;
}

#user-registration.horizontal .user-registration-MyAccount-navigation, #user-registration .user-registration-MyAccount-navigation {
    border-bottom: none !important;
}

#user-registration.user-registration, #user-registration * {
  
    border: 0;
}

.user-registration-MyAccount-content #ur-frontend-form form {
  margin: 20px !important;	
	padding-top: 20px;
    padding-bottom: 20px;
}

#user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link {
	border: 2px solid #FFF !important;
}

.user-registration-profile-header  h3{
	display: none;
}

.ur-frontend-form {
	border: none !important;
}

.ur-frontend-form input {
	border-radius: 5px !important;
}

.ur-frontend-form legend {
	    text-align: center;

    font: var(--the7-h2-font);
}
#user-registration .ur-frontend-form .user-registration-form-login .ur-form-row .ur-form-grid > div:not(#ur-recaptcha-node) {
    float: none !important;
  
}

#user-registration .ur-frontend-form .user-registration-form-login .ur-form-row .ur-form-grid > div:not(#ur-recaptcha-node) .user-registration-Button {
    float: none;
    width: 100% !important;
}

.user-registration-LostPassword.lost_password {
	
	font-size: 11px;
    text-align: center;
    width: 100%;
    display: block;
}

.ur-form-grid label {
font-weight: 600;
	color: var(--the7-h2-color) !important;
}

.ur-frontend-form.ur-frontend-form--rounded form input[type=submit], .ur-frontend-form.ur-frontend-form--rounded form button[type=submit], .ur-frontend-form.ur-frontend-form--rounded form button.user-registration-multi-part-nav-prev, .ur-frontend-form.ur-frontend-form--rounded form button.user-registration-multi-part-nav-next {
    border: 0 none;
    color: #ffffff;
    border-radius: 5px !important;
    float: none;
    display: block;
    padding: 15px 25px;
    width: 100% ;
}

.second_font h2 {
	    color: var(--the7-h1-color);
    font: var(--the7-h1-font) !important;
    text-transform: var(--the7-h1-text-transform);
    letter-spacing: var(--the7-h1-letter-spacing);
    word-spacing: var(--the7-h1-word-spacing);
    text-decoration: var(--the7-h1-text-decoration);
}

.btn.ur-submit-button:hover, .user-registration-Button:hover  {
	color: var(--the7-h1-color) !important;
}

/* EN */
#lang_btn span {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 15px;
    background-color: #F6FF1A;
    padding: 10px 0px 10px 0px;
    border-radius: 5px;
    font-weight: 700;
	cursor: pointer;
}

#lang_btn span:hover {
	background-color: #003E4A;
	color: #FFF;
}

.lang_content {
	display: none;
	padding: 10px;
	border-bottom: 2px solid  #003E4A;
}

/* USER REG OVEWRITE */

body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-button-container .ur-submit-button, body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-button-container .ur-submit-button, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-button-container .ur-submit-button, body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-button-container .ur-submit-button {
 
    border: 1px solid #003e4a !important;
       background: #003e4a !important;
}

#user-registration.vertical .user-registration-MyAccount-content__body .ur-frontend-form.login .ur-form-row .ur-form-grid > p input[type=submit], #user-registration.horizontal .user-registration-MyAccount-content__body .ur-frontend-form.login .ur-form-row .ur-form-grid > p input[type=submit] {
  
    background: #003e4a !important;
    border: 1px solid #003e4a !important;
    
}
#user-registration.horizontal .user-registration-MyAccount-navigation-link.is-active a {
    border-bottom: 0px solid #FFF !important;
    color: #003e4a !important;
    background: #003e4a !important;
}


/* DESKTOP */

@media only screen and (min-width: 768px) {
	
	#logo_header  {
		max-width: 90%;
		width: 468px;
	}
	
  #footer_nav {
    max-width: 600px;
	  left: 50%;
transform: translateX(-50%);
  }
}