.wp-block-site-logo__link:focus,
.wp-block-site-logo__link:focus-visible {
  outline: none !important;
  border: 0px !important;
  background-color: #ffffff !important;
}

a,
a:visited,
a:hover,
a:focus,
a:active {
  text-decoration: none !important;
}

a img {
  /*display: block;      /* optional, verhindert Inline-Baseline-Artefakte */
  border: none;
  text-decoration: none;
}

a:hover img {
  border: none;
  text-decoration: none;
}

a.socialmedialogo {
	background-color: #ffffff;
	border: 0px;
}

a.logolink:link {
	
	background-color: #ffffff;
	border: 0px;
}

a.logolink:visited {
	
	background-color: #ffffff;
	border: 0px;
}

a.logolink:hover {
	background-color: #ffffff;
	border: 0px;
}

a.logolink:active {
	background-color: #ffffff;
	border: 0px;
}

.wp-block-post-content p a:link {
color: #1c86ee;
	text-decoration: none !important;
	background-color: #ffffff;
	border: 1px solid #1c86ee;
}



.wp-block-post-content p a:visited {
	
	color: #1c86ee;
	text-decoration: none !important;
	background-color: #ffffff;
	border: 1px solid #1c86ee;
	
}

.wp-block-post-content p a:hover {
	color: #ffffff !important;
	background-color: #1c86ee !important;
	text-decoration: none !important;
	border: 1px solid #1c86ee;
}

.wp-block-post-content p a:active {
	color: #ffffff !important;
	background-color: #1c86ee !important;
	text-decoration: none !important;
	border: 1px solid #1c86ee;
}



a.dp_list:link {
color: #1c86ee;
	text-decoration: none !important;
	background-color: #ffffff;
	border: 1px solid #1c86ee;
}



a.dp_list:visited {
	
	color: #1c86ee;
	text-decoration: none !important;
	background-color: #ffffff;
	border: 1px solid #1c86ee;
	
}

a.dp_list:hover {
	color: #ffffff !important;
	background-color: #1c86ee !important;
	text-decoration: none !important;
	border: 1px solid #1c86ee;
}

a.dp_list:active {
	color: #ffffff !important;
	background-color: #1c86ee !important;
	text-decoration: none !important;
	border: 1px solid #1c86ee;
}


a:has(img) {
  border: none !important;
  padding: 0 !important;
  border-color: #ffffff;
  text-decoration: none !important;
}

.wp-block-image a {
  border: none;
  padding: 0;
  text-decoration: none !important;
}



.image-container {
    position: relative;
    display: block;
    margin: 0 auto;
    width: fit-content;
}


/* Beide Bilder exakt übereinander */
.image-container img {
    display: block;
    width: 100%;
}

/* Basisbild */
.image-container .image-normal {
    position: relative; /* gibt dem Container Höhe */
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
	border: 0px #ffffff !important;
}

/* Hoverbild */
.image-container .image-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
	border: 0px #ffffff !important;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none; /* GANZ WICHTIG */
}

/* Hover-Zustand */
.image-container:hover .image-normal {
    opacity: 0;
}

.image-container:hover .image-hover {
    opacity: 1;
}

/* LOGO */



.logo-container {
    position: relative;
	text-align: left;
    display: block;
    margin: 0 auto;
    width: fit-content;
}


/* Beide Bilder exakt übereinander */
.logo-container img {
    display: block;
    width: 40px;
	height: auto;
	border: 0px;
}

/* Basisbild */
.logo-container .logo-normal {
    position: relative; /* gibt dem Container Höhe */
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
	border: 0px;
}

/* Hoverbild */
.logo-container .logo-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
	border: 0px;
    pointer-events: none; /* GANZ WICHTIG */
}

/* Hover-Zustand */
.logo-container:hover .logo-normal {
    opacity: 0;
	border: 0px;
}

.logo-container:hover .logo-hover {
    opacity: 1;
	border: 0px;
}

.logo-container:focus-within .logo-normal { opacity: 0; }
.logo-container:focus-within .logo-hover { opacity: 1; }

.wp-block-latest-posts__post-title {
	
	font-family: Garamond, Times New Roman, serif;
	display: block;
	font-size: 1.5em;
	margin-top: 0.83em;
	margin-bottom: 0.83em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}

a.wp-block-latest-posts__read-more:link {
	
	background-color: #cd2990;
	color: #ffffff;
	border: none;
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none !important;
}

a.wp-block-latest-posts__read-more:visited {
	
	background-color: #cccccc;
	color: #ffffff;
	border: none;
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none !important;
}

a.wp-block-latest-posts__read-more:hover {
	
	background-color: #1c86ee;
	color: #ffffff;
	border: none;
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none !important;
}

a.wp-block-latest-posts__read-more:active {
	
	background-color: #1c86ee;
	color: #ffffff;
	border: none;
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none !important;
}

.slider_box {
	font-family: Garamond, Times New Roman, serif;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.6em;
	color: #ffffff;
	background-color: #00000099;
	padding: 0px;
	margin: 0px;
}

.slider_subtitle {
	font-family: Garamond, Times New Roman, serif;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2em;
	color: #ffffff;
	background-color: #00000099;
	padding: 0px;
	margin: 0px;
}

a.slider_link {
	font-family: Garamond, Times New Roman, serif;
	font-weight: bold;
	color: #ffffff;
	
}

.metaslider.ms-theme-bitono .flexslider .caption-wrap .caption a {
   
    text-decoration: none !important;
}

h1 {
	font-size: 1.8em;
	line-height: 1.3;
}

h2 {
	font-size: 1.5em;
	line-height: 1.3;
}

h3 {
	font-size: 1.2em;
}

@media (min-width: 768px) {
  .mobile-only { display: none; } /* Versteckt den Umbruch am Desktop */
}

.wp-block-post-featured-image img {
    width: 800px;
	height: 350px;
}

.img-attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
	width: 800px;
	height:350px;
}

a:has(img):focus,
a:has(img):focus-visible {
  outline: none;
}

a:focus,
a:focus-visible {
  outline: none;
}

.wp-block-quote {
	font-family: Garamond, Times New Roman, serif;
	font-size: 1.1em;
	font-style: italic;
}

/* grün : #089638  */
/* blau: #1c86ee */
/* magenta: #cd2990 */
