header a:focus-visible  {
	outline: 2px solid var(--the7-title-color) !important;
	border-radius: 3px;
}

footer a:focus-visible  {
	outline: 2px solid #FFF !important;
	border-radius: 3px;
}


#page .skip-link:focus-visible {
	color: #fff;
	background-color: #191c48;
    z-index: 999 !important;
	border: 3px solid #FFF !important;
}

.top-bar a:focus-visible  {
	outline: 2px solid #FFF !important;
}

#page a:focus-visible  {
	outline: 1px solid var(--the7-title-color);
	border-radius: 5px;
}

#mobile-menu a:focus-visible {
	padding-left: 10px;
}

.default-btn-shortcode:focus-visible  {
outline: 3px solid #000 !important;
}
.dt-pswp-item:focus-visible   {
opacity: 0.5;
	
}


#page .skip-link {
	z-index: 999 !important;
}



/* HEADER */
/*
header .mini-widgets {
	background-color: #308bd9;
	
	padding-left: 40px !important;
	padding-right: 40px !important;
}
*/

#mobile_logo img  {
	    width: 200px;
	margin-bottom: 40px;
}
.branding a img, .branding img {
    max-width: 100%;
	width: auto !important;
    height: 60px !important; 
}

.sticky-on .branding a img, .sticky-on .branding img {
    max-width: 100%;
	width: auto !important;
    height: 40px !important; 
}

.mobile-branding img {
	  width: 150px;
}

/* TOP NAV */

.foodis_top_nav {
	margin-right: 25px;
	
}

.register_top {
	    background-color: var(--the7-links-color);
    padding: 6px;
    border-radius: 5px;
    font-weight: 700;
    text-decoration: none !important;
    margin-left: 20px;
}

.login_msg {
  background-color: var(--the7-title-color);
    display: block;
    width: unset;
    text-align: center;
    font-size: 20px;
    padding: 20px 20px 20px 20px;
    color: #FFF;
    margin: auto !important;
    width: 400px;
}

#user-registration  {
	margin: auto !important;
}

/* PAGE */

#main {
	background-image: url(/wp-content/uploads/2025/08/barcode.svg);
	background-size: 250px;
	background-repeat: no-repeat;
	background-position: bottom right;

}


/* FOOTER */

#media_image-2 img {
	width: 190px;
}

footer {
	border-top: 5px solid #1c98d5;#menu-footer li a
}

footer > .wf-wrap {
	    height: 142px;
}

footer .wpb_single_image  {
	margin: 6px 0px 0px 0px;
}

/*footer  .widget-title {
	position: relative;
}

footer  .widget-title:before {
	content: "";
    display: block;
    background-image: url(/wp-content/uploads/2024/11/corner-green.svg);
    position: absolute;
    width: 20px;
    height: 20px;
    left: -31px;
    background-position: center center;
    background-size: cover;
}*/

#menu-footer {
	
}

#menu-footer li {
	border: none !important;
    padding: 0;
    margin: 0;
}

#menu-footer li a {
	    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #FFF;
}
/* SCROLL TO */

.scroll-top {
	    background-color: rgba(28,152,213,0.8) !important;
    border-radius: 200px !important;
    border: 2px solid rgba(28,152,213,0.2) !important;
}

/* HEADLINE */

.foodis_h1_img {
	height: 235px;
    width: auto;
    position: absolute;
    top: -39px;
    left: -47px;
	    z-index: -1;
}

.foodis_headline {
	position: relative;
	    z-index: 2;
}
.foodis_headline h1 {
   position: relative;
    text-transform: uppercase;
    font-size: 86px;
    line-height: 0.9em;
    margin-bottom: 88px;
	margin-top: 40px;
}

.foodis_headline_sub {
	color: #4c4c4c;
	font-size: 20px;
}

/* MAP */


#foodis_map {
    width: 100vw;
    height: 50vh;
}

.pin_link {
	display: inline-block;
    text-align: center;
    background-color: #a3c044;
    font-weight: 600;
    color: #FFF;
    padding: 10px 0px 10px 0px;
    font-size: 19px;
    border-radius: 5px;
    margin: 0px auto 0px auto;
    text-align: center;
    width: 100%;
	
	text-decoration: none;
}

.pin_link:hover {
	background-color: #308bd9;
	color: #FFF !important;
	
}
/* SEARCH */

.foodis_search {
	
	margin-top: 0px;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #CCC;
	    background-size: cover;
	background-position: top center;
	background-image: url(/wp-content/uploads/2025/03/web-pattern.jpg);
	width: 100%;
	
}

.foodis_search_inner {
	max-width: 900px;
	width: 100%;
	background-color: var(--the7-title-color);
	
	margin-left: auto;
	margin-right: auto;
}

#search_wrapper {

}
#search_wrapper div input {
    display: block;
    background-color: #FFF;
    font-weight: 600;
    color: #000;
    padding: 20px 0 20px 0px;
    text-align: center;
    font-size: 19px;
    border-radius: 0px;
    border: 0;
    width: 100%;
    
}

#search_wrapper div input:hover, #search_wrapper div input:focus-visible {
	
}

#inner_select select {	
	
	display: block;
    
    background-color: #FFF;
    font-weight: 600;
    color: #000;
    padding: 2%;
    font-size: 15px;
    border-radius: 0px;
	border: 0;
	width: 100%;
}

#search_wrapper div {
	width: 100%;
}

#more_filter img {
	    height: 14px;
    margin-right: 6px;
}

#more_filter {
	    display: inline-block;
    text-align: center;
    /* background-color: #a3c044; */
    font-weight: 600;
    color: #FFF;
    padding: 10px 0px 10px 0px;
    font-size: 19px;
    border-radius: 5px;
    margin: 0px auto 0px auto;
    text-align: center;
    width: 100%;

}

#button_wrapper {
	text-align: center;
}

.foodis_search button {
	display: inline-block;
    text-align: center;
    background-color: #a3c044;
    font-weight: 600;
    color: #FFF;
    padding: 10px 10px 10px 10px;
    font-size: 21px;
    /* border-radius: 0; */
    margin: 10px auto 20px auto;
    border: 0;
    width: 15%;
   
	border-radius: 5px;
	

}

.foodis_search label {
	color: #FFF;
}

.foodis_search button:hover { 
background-color: #FFF;
	color: #a3c044;
}

#inner_input, #inner_select {
	    /*padding: 20px 20px 0px 20px;*/
}

/* SLINGLE PAGE */

#company_logo {
    margin-top: 60px;
    width: 120px;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .66);
    -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .66);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .66);
}

#company_logo img {
    width: 100%;
    height: auto;
    display: block;
}

.single-company  h1 {
	margin-top: 15px;
}

.products {
	margin-bottom: 40px;
}


.products span {
	    background-color: var(--the7-links-color);
    padding: 4px 10px 4px 10px;
    border-radius: 2px;
    margin-right: 10px;
    font-weight: 600;
    color: #FFF;
} 

.outer_facts {
	display: flex;
	gap: 20px;
	
	margin-bottom: 20px;
	margin-top: 40px;
}

.inner_facts {
	background-color: var(--the7-title-color);
	width: calc(100%/3);
	color: #FFF;
	
}
.inner_facts h3 {
    color: #308bd9;	
	margin: 20px 0px 0 20px;
}

.inner_facts ul { 

padding: 20px;
}


.outer_images{
	display: flex;
	gap: 20px;
}

.inner_images {
	width: calc(100%/3);
	
	
}

.inner_images img {
width: 100%;	
}

#company_meta{
	    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
    padding: 15px 0 15px 0px;
    font-weight: 300;
    line-height: 1em;
}


#company_cta {
	    display: flex;
    gap: 20px;
    margin: 30px 0 30px 0px;
}

#company_cta a {
	    background-color: var(--the7-title-color);
    width: calc(100% / 3);
    color: #FFF;
    text-align: center;
    text-decoration: none;
    font-size: 21px;
    font-weight: 600;
    line-height: 1em;
    padding: 20px 0 20px 0px;
}

#company_cta a:hover, 
#company_cta a:focus-visible {
	 background-color:var(--the7-links-color) !important;
}

#single_content {
	font-size: 16px;
    font-weight: 200;
    line-height: 1.4em;
}

#single_content strong {
	/*font-size: 25px;
    font-weight:400;
	display: block;
	
	line-height: 1.4em;
	margin-bottom: 40px;*/
   }

#single_content h2 {	
	margin-bottom: 20px;
}

#single_content h4 {	
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: 2px solid var(--the7-title-color);
    padding-bottom: 10px;
    display: block;
    line-height: 1em;
}

#single_content h2,
#single_content h3,
#single_content h5 {
	margin-top: 30px;
	
}

#single_content ul {
	margin-top: 15px;
	margin-bottom: 15px;
}

/* ARCHIVE */

#foodis_archiv {
	margin: 30px 10px 0px 0px;
	text-decoration: none;
	list-style: none;
}

#foodis_archiv li {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: var(--the7-title-color);
}

#foodis_archiv li:hover {
	background-color: #a3c044;
}


#foodis_archiv li a {
	    color: #FFF;
    font-weight: 600;
    text-decoration: none;
    padding: 20px;
    display: block;
    font-size: 23px;
}

#foodis_archiv li span {
	
}

/* FORM */

.form_wrapper .acf-form-submit .acf-button  {
	    width: 60%;
    margin: 30px auto 0px auto;
    display: block;
}
/* FOOTER LOGO */

.footer_logo {
	background-color: #FFF;
    width: 890px;
    margin-bottom: 20px;
	
	
    margin-top: 40px;
	
	margin-left: 10px;
    margin-right: 10px;
}



/* CHECKBOXEN */

*, *::before, *::after {
  box-sizing: border-box;
}

/* Hide inputs */
.group input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.group {
      display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    padding: 20px 20px 0 20px;
	border: none;
}
/* Styles */
.group label {
  display: flex;
  align-items: center;
  margin-left: 1rem;
  padding: 5px 15px 5px 45px;
  margin-bottom: 12px;
  position: relative;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.25, 0.25, 0.5, 1.9);
  &::before {
    content: "";
    position: absolute;
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
    background: transparent;
    border: 2px solid #FFF;
    border-radius: 0.25rem;
    z-index: 0;
    transition: all 0.25s cubic-bezier(0.25, 0.25, 0.5, 1.9);
    input[type="radio"] + & {
      border-radius: 2rem;
    }
  }
}
/* Checked */
.group input:checked + label {
  padding-left: 1em;
  color: #a3c044;
  &::before {
    width: 100%;
    height: 100%;
    background: transparent;
     border: 2px solid #FFF;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
  }
}


/* FOOTER */

#footer_partner {
	padding-top: 30px;
	
	border-top: 4px solid #FFF;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 500px;
	margin: 40px auto 0 auto;
}

#footer_partner a { 
display: block;
	width: calc(100%/5);
}

#footer_partner a img { 
	padding: 10px;
width: 100%;
height: auto;
}

#footer_partner a:hover {
	opacity: 0.75;
}

/* SPECIAL */
.logo_img {
	position:relative;
}

.logo_img figure {
	z-index: 1;
    position: relative;
}

.logo_img:after {
	    content: "";
    display: block;
    width: 200px;
    height: 200px;
    background-image: url(/wp-content/uploads/2025/08/bg-image.svg);
    position: absolute;
    left: -42px;
    bottom: 0px;
    z-index: 2;
    background-position: center center;
    background-size: cover;
}

/* BUTTONS */

#first_row_frontpage {
	    margin-top: -100px;
    z-index: 9;
}

.foodis_btn {
	border-top: 4px solid #191c48;
	    background-color: #191c48;
    position: relative;
    display: block;
    width: 90%;
    height: 100px;
    margin: 0px 5% 0px 5%;
	
	  transition: all  0.6s;
}

.foodis_btn:hover {
	background-color: #a3c044;
	border-top: 4px solid #FFF;
}

.foodis_btn span {
	position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    transform: translate(-50%, -50%);
    font-size: 33px;
    font-weight: 600;
    text-transform: uppercase;
}

/* FOOTER NAV */

.foodis_footer_nav {
	color: #FFF !important;
	    display: block;
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 5px;
}

.foodis_footer_nav i {
	color: #a3c044;
	margin-right: 15px;
}

.register {
	font-weight: bold;
}

.register i {
	margin-top: -1px;
    display: block;
    float: left;
}

.lang_link {
	margin-right: 15px;
}

.clh_error {
  background-color: #fdecea;       /* helles Rot für Warnhinweis */
  border: 1px solid #f5c2c0;       /* leicht dunkler Rahmen */
  color: #a94442;                  /* kräftiges Rot für Text */
  padding: 12px 46px;
  border-radius: 6px;
  font-family: system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  position: relative;
  margin: 10px 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* kleines Warnsymbol links */
.clh_error::before {
  content: "⚠️";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}

/* etwas Platz zwischen Icon und Text */
.clh_info span {
  display: inline-block;
  margin-left: 28px;
}

.clh_info a {
	color: #191c48 !important;
	font-weight: 600;
}

.clh_info {
	text-align: center;
  background-color: #dbfd9c;       /* helles Rot für Warnhinweis */
  border: 1px solid #a6ca63;       /* leicht dunkler Rahmen */
  color: #191c48;                  /* kräftiges Rot für Text */
  padding: 12px 46px;
  border-radius: 6px;
  font-family: system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  position: relative;
  margin: 10px 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

#message.updated {
	text-align: center;
  background-color: #dbfd9c;       /* helles Rot für Warnhinweis */
  border: 1px solid #a6ca63;       /* leicht dunkler Rahmen */
  color: #191c48;                  /* kräftiges Rot für Text */
  padding: 12px 46px;
  border-radius: 6px;
  font-family: system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  position: relative;
  margin: 10px 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

#message.updated p {
	margin: 0;
	font-weight: 700;
}

.checkbox_clh {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  font-size: 16px;
  line-height: 22px;
  color: #333;
  user-select: none;
	margin-bottom: 10px;
}

/* Das Kästchen */
.checkbox_clh::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #999;
  border-radius: 4px;
  background: #fff;
  transition: all 0.3s ease;
	
}

/* Das Häkchen (unsichtbar standardmäßig) */
.checkbox_clh::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border-right: 3px solid #2e7d32;
  border-bottom: 3px solid #2e7d32;
  transform: rotate(45deg) scale(0);
  transition: all 0.2s ease;
}

/* Zustand "aktiviert" (z. B. über zusätzliche Klasse) */
.checkbox_clh.active::before {
  border-color: #2e7d32;
  background: #e6f4ea;
}

.checkbox_clh.active::after {
  transform: rotate(45deg) scale(1);
}

.blackboard_single {
	margin-top: 40px;
}

.logged-in .no_visible {
	display: none !important;
}



/* Wrapper/Formular */
.user-logo-form {
    max-width: 100%;
    padding: 1.5rem 1.75rem;
    margin-bottom: 50px;
    border: 1px solid #e1e4ee;
    background: #f8f9fc;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    font-family: inherit;
}

/* Abstände zwischen den Feldern */
.user-logo-form p {
    margin: 0 0 1rem;
}

/* Label */
.user-logo-form label {
    display: inline-block;
    margin-bottom: 0.35rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #191c48;
}

/* File-Input */
.user-logo-form input[type="file"] {
    display: block;
    width: 100%;
    font-size: 0.9rem;
    padding: 0.4rem 0;
    border: none;
    background: transparent;
}

/* Vorschaubild */
.user-logo-form img {
    border-radius: 6px;
    border: 1px solid #e1e4ee;
    padding: 4px;
    background: #fff;
}

/* Button */
.user-logo-form button[type="submit"],
.user-logo-form input[type="submit"] {
    display: inline-block;
    padding: 0.55rem 1.4rem;
   
    border: none;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    background: #191c48;   /* Primärfarbe */
    color: #ffffff;
    transition: background 0.2s ease, transform 0.1s ease, box-shadow 0.2s ease;
}

/* Hover/Fokus */
.user-logo-form button[type="submit"]:hover,
.user-logo-form input[type="submit"]:hover,
.user-logo-form button[type="submit"]:focus,
.user-logo-form input[type="submit"]:focus {
    background: #308bd9;   /* Hoverfarbe */
    outline: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(48, 139, 217, 0.3);
}

/* Disabled-Button (falls du später brauchst) */
.user-logo-form button[disabled],
.user-logo-form input[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}


.user-gallery-actions {
    margin-top: 0.4rem;
    display: flex;
    justify-content: flex-end;
    gap: 0.4rem;
}

.btn-secondary {
    font-size: 0.75rem;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    border: 1px solid #191c48;
    background: transparent;
    color: #191c48;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.btn-secondary:hover,
.btn-secondary:focus {
    background: #308bd9;
    color: #ffffff;
}


/* ===========================
   Generischer Button-Stil
   =========================== */
.btn-primary {
    display: inline-block;
    padding: 0.55rem 1.4rem;
    border-radius: 999px;
    border: none;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    background: #191c48;   /* Primärfarbe */
    color: #ffffff;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.1s ease, box-shadow 0.2s ease;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #308bd9;   /* Hoverfarbe */
    outline: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(48, 139, 217, 0.3);
}

/* Für disabled falls nötig */
.btn-primary[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}


/* ===========================
   Galerie-Wrapper
   =========================== */
.user-gallery {
    max-width: 900px;
    padding: 1.75rem 2rem;
    border-radius: 10px;
    border: 1px solid #e1e4ee;
    background: #f8f9fc;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    font-family: inherit;
}

/* Header mit Titel + Button */
.user-gallery-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.user-gallery-header h3 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
    color: #191c48;
}

/* ===========================
   Grid-Layout
   =========================== */
.user-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 1rem;
}

/* Einzelnes Bild-Item */
.user-gallery-item {
    margin: 0;
    padding: 0.5rem;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #e1e4ee;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.user-gallery-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

/* Bild selbst */
.user-gallery-item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;
    object-fit: cover;
    margin-bottom: 0.4rem;
}

/* Caption / Beschreibung */
.user-gallery-item figcaption {
    font-size: 0.8rem;
    color: #555;
    line-height: 1.4;
}

/* Optional: kleiner Action-Bereich innerhalb des Items
   z. B. "Löschen" oder "Als Profilbild setzen" */
.user-gallery-item .user-gallery-actions {
    margin-top: 0.4rem;
    display: flex;
    justify-content: flex-end;
    gap: 0.4rem;
}

.user-gallery-item .user-gallery-actions .btn-secondary {
    font-size: 0.75rem;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    border: 1px solid #191c48;
    background: transparent;
    color: #191c48;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.user-gallery-item .user-gallery-actions .btn-secondary:hover {
    background: #308bd9;
    color: #ffffff;
}


/* Grundlayout */
.ugs-user-gallery {
        max-width: 100%;
    padding: 1.5rem 1.75rem;
    border: 1px solid #e1e4ee;
    background: #f8f9fc;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    font-family: inherit;
}

/* Überschriften */
.ugs-user-gallery h3 {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #191c48;
}

.ugs-user-gallery h4 {
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #191c48;
}

/* Trennlinie */
.ugs-user-gallery hr {
    border: none;
    height: 1px;
    background: linear-gradient(to right, #191c48, #308bd9);
    opacity: 0.6;
}

/* Formular-Elemente */
.ugs-user-gallery form p {
    margin-bottom: 14px;
}

.ugs-user-gallery label {
    font-size: 0.9rem;
    font-weight: 500;
    color: #191c48;
}

.ugs-user-gallery input[type="text"],
.ugs-user-gallery textarea,
.ugs-user-gallery input[type="file"] {
    display: block;
    width: 100%;
    margin-top: 6px;
    padding: 9px 11px;
    border-radius: 10px;
    border: 1px solid rgba(25, 28, 72, 0.15);
    background: #ffffff;
    color: #0a0909;
    font-size: 0.95rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
    box-sizing: border-box;
}

.ugs-user-gallery input[type="text"]:focus,
.ugs-user-gallery textarea:focus,
.ugs-user-gallery input[type="file"]:focus {
    border-color: #308bd9;
    box-shadow: 0 0 0 3px rgba(48, 139, 217, 0.25);
    outline: none;
    transform: translateY(-1px);
}

/* Checkbox */
.ugs-user-gallery input[type="checkbox"] {
    accent-color: #308bd9;
    margin-right: 6px;
}

/* Button */
.ugs-user-gallery button[type="submit"] {
        display: inline-block;
    padding: 0.55rem 1.4rem;
    border: none;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    background: #191c48;
    color: #ffffff;
    transition: background 0.2s 
ease, transform 0.1s 
ease, box-shadow 0.2s 
ease;
}

.ugs-user-gallery button[type="submit"]:hover {
   background: #308bd9;
    outline: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(48, 139, 217, 0.3);
}

.ugs-user-gallery button[type="submit"]:active {
    transform: translateY(1px);
    box-shadow: 0 6px 14px rgba(25, 28, 72, 0.35);
}

/* Bestehende Galerie-Kacheln (Bearbeitungsbereich) */
.ugs-gallery-list {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 16px;
}

.ugs-gallery-item {
   
    border: 1px solid rgba(25, 28, 72, 0.15);
    padding: 10px 12px 12px;
    max-width: 320px;
    
    box-shadow: 0 6px 18px rgba(0,0,0,0.05);
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.ugs-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 8px;
}

/* "Löschen"-Checkbox optisch absetzen */
.ugs-gallery-item p:last-child {
    margin-top: 8px;
    padding-top: 6px;
    border-top: 1px dashed rgba(25, 28, 72, 0.25);
    font-size: 0.85rem;
}

/* Frontend-Galerie */
.ugs-gallery-frontend {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    margin-top: 10px;
}

.ugs-gallery-frontend figure {
    max-width: calc(97%/4);
    margin: 0;
    overflow: hidden;
   transform: translateY(0);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
  
}

.ugs-gallery-frontend figure img {
    display: block;
    width: 100%;
    height: auto;
}

.ugs-gallery-frontend figure:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(0,0,0,0.35);
}

.ugs-gallery-frontend figcaption {
    padding: 10px 12px 12px;
    font-size: 0.8rem;
    line-height: 1.4;
    
    color: #000;
}

/* Copyright im Caption */
.ugs-gallery-frontend figcaption span {
    display: inline-block;
    margin-top: 3px;
    opacity: 0.9;
}

/* Fehlermeldungen (aus dem Filter im PHP) */
.ugs-error {
    padding: 10px 14px;
    border-radius: 10px;
    background: rgba(210, 59, 59, 0.08);
    border: 1px solid rgba(210, 59, 59, 0.4);
    color: #0a0909;
    font-size: 0.9rem;
    margin-bottom: 12px;
}

/* Responsive */
@media (max-width: 768px) {
    .ugs-user-gallery {
        padding: 18px 16px;
        border-radius: 14px;
    }

    .ugs-gallery-list,
    .ugs-gallery-frontend {
        justify-content: center;
    }

    .ugs-gallery-item,
    .ugs-gallery-frontend figure {
        max-width: 100%;
    }
}

#user-registration #ur-frontend-form.login .user-registration-form-row input.input-text {
	margin-bottom: 0 !important;
}

.acf-icon.small, .acf-icon.-small {
    
   line-height: 1.75em !important;
  
}