/* default.css */
/* --- undo --- */
html, body, div, span, a, h1, h2, h3, h4, h5, h6, p, blockquote, img,
ol, ul, li, input, textarea, label, select, table, tbody, thead, tfoot, tr, th,
td, footer, header, menu, nav, section, video { padding: 0; margin: 0; box-sizing: border-box; }

html, body, p, form, input, textarea { margin: 0; padding: 0; }
img, a img, :link img, :visited img, fieldset, button { border: none; outline: none; }
a:visited { text-decoration: none; }
img { margin: 0; padding: 0; vertical-align: bottom; }
table { margin: 0; padding: 0; border: none; border-spacing: 0; }
tr { margin: 0; padding: 0; border: none; border-spacing: 0; }
td { margin: 0; padding: 0; border: none; border-spacing: 0; vertical-align: top; }
hr { clear: both; }
address { font-style: normal; }

ul, ol { list-style-image: none; margin: 0 0 1.25rem 0; padding: 0 0 0 1.25rem; list-style-position: outside; }
ol { padding: 0 0 0 1.875rem; }
ul li, ol li { margin: 0 0 0.625rem 0; padding: 0; }
ul, ul li { list-style-type: disc; }
ol, ol li { list-style-type: decimal; }
li > ul, li > ol { margin: 0.625rem 0; }
li > ul > li { list-style-type: circle; }
li > ol > li { list-style-type: decimal; }

html, body {
    height: 100%; /* Vertikalen Scrollbalken immer einblenden */
    word-wrap:break-word; /* Woerter in die naechste Zeile umbrechen, wenn sie das umschliessende Element verlassen */
    min-width: 300px;
}
html { overflow: scroll; overflow-x: auto; }

/* fuer responsive Webseiten */
img, object, iframe { max-width: 100%; height: auto; }

/*  Clearfix, um das Floating innerhalb der Container aufzuheben */
.clearfix:after,
.outer_box_inner:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; }

/* CSS-Formatierungen interne Module */
.flLeft, .float_left { float: left; }
.flRight, .float_right { float: right; }
.flClear, .float_clear { clear: both; }
.center { text-align: center; }
.small { font-size: small; }
.bold { font-weight: 700; }
.hide { display: none; }
.text_left { text-align: left; }
.text_center { text-align: center; }
.text_right { text-align: right; }


/* main20250531.css */
/* work-sans-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/work-sans-v19-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* work-sans-700 - latin */
@font-face {
	font-display: swap;
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/work-sans-v19-latin-700.woff2') format('woff2');
}


/* questrial-regular - latin */
@font-face {
	font-display: swap;
	font-family: 'Questrial';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/questrial-v18-latin-regular.woff2') format('woff2');
}


/* --- Schriften + Generelle CSS-Anpassungen fuer diese Webseite --- */ 
html, body {
font-family: 'Work Sans', Arial, sans-serif;
font-size: 16px; line-height: 1.5;
font-weight: 400;
color: #3b3b3b;
}

html { background-color: #fff; }

a { text-decoration: none; color: #000; }
a:hover, a:focus { text-decoration: underline; color: #000; }
a:active, a:focus { outline: 0; }

/* Wählt nur Links aus, die ein Bild enthalten, damit der focus um das Bild liegt und nicht nur der line-height */
a:has(img) {
	display: inline-block;
}

a:hover img,
a:focus img { opacity: 0.8; }

a:focus-visible,
button:focus-visible {
	outline: 2px solid blue;
	outline-offset: 3px;
}


a.link_as_button { display: inline-block; padding: 5px 20px;
text-decoration: none; color: #fff; background-color: #d83631; border-radius: 10px; }
a.link_as_button:hover,
a.link_as_button:focus { text-decoration: none; color: #fff; background-color: #000; }

/* a[target="_blank"]::after { content: "\29C9 [↗] \1F517  \2197  \21F1  \1F5D7  \2BF4"; display: inline-block; margin: 0 0 0 5px; color: #999; } */
a[target="_blank"]::after {
	content: " ";
	background-image: url('data:image/svg+xml;utf8,<svg height="16" width="12" xmlns="http://www.w3.org/2000/svg"><path d="M10 12H2V4L4 4V2H1v11h10V9H10V12zM6 2l2 2L5 7l2 2 3-3 2 2V2H6z" fill="%23999"/></svg>');
	display: inline-block;
	width: 12px;
	height: 16px;
	margin: 0 0 0 5px;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}

a[target="_blank"]:hover::after {
	background-image: url('data:image/svg+xml;utf8,<svg height="16" width="12" xmlns="http://www.w3.org/2000/svg"><path d="M10 12H2V4L4 4V2H1v11h10V9H10V12zM6 2l2 2L5 7l2 2 3-3 2 2V2H6z" fill="%230066cc"/></svg>');
}


h1, h2, h3, h4, h5, h6,
.like_h1, .like_h2, .like_h3 { font-family: 'Questrial', 'Work Sans', Arial, sans-serif; font-weight: 400; font-style: normal; font-size: 1rem; margin: 0 0 10px 0; color: #d83631; text-transform: uppercase; }
h1, .like_h1 { font-size: 2rem; }
h2, .like_h2 { font-size: 1.5rem; }
h3, .like_h3 { font-size: 1.25rem; }
h4, h5, h6 { font-size: 1rem; }

h1 strong, h2 strong, h3 strong, h4 strong { color: #a6cc38; font-weight: normal; }

.outer_box.headline { text-align: center; }

em { font-style: italic; }
strong { font-weight: 700; }

p { margin: 0 0 20px 0; padding: 0;}

table { width:100%; margin: 0 0 20px 0; padding: 0; }
th { padding: 5px 10px; min-width: 120px; font-weight: normal; }
td { padding: 5px 10px; }

tr:nth-child(even) { background: #F3F3F3; }
tr:nth-child(odd) { background: #FFF; }

hr { clear: both; height: 1px; width: 95%; margin: 20px auto 40px auto; border: none; background-color: #000; }

.small  { display: block; font-size: 0.8rem; color: #333; font-style: italic; padding-top: 5px; } /* Bildunterschriften */

.icon_tri_power { display: inline-block; width: 4rem; height: auto; margin: 0; }

svg.svg_icon { display: inline-block; fill: #000; width: 3rem; height: 3rem; margin: 0 0 10px 0; }
p svg.svg_icon { margin: 0 0 -10px 0; }
/* --- CSS-Einstellungen fuer das Addon Modulhelper (bzw. bw_modulhelper) --- */

/* Section */
.section_bg_none,
.section_bg_green,
.section_bg_orange,
.section_bg_red,
.section_bg_yellow,
.section_bg_gray
{ clear: both; display: block; position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 50px 0 10px 0; z-index: 1; }

.section_bg_none { background-color: transparent; color: #000; }
.section_bg_green { background-color: #a6cc38; color: #fff; }
.section_bg_orange { background-color: #f57f1e; color: #fff; }
.section_bg_red { background-color: #d83631; color: #fff; }
.section_bg_yellow { background-color: #ffca02; color: #000; }
.section_bg_gray { background-color: #b6b5b3; color: #000; }

/* Dreieckiger Übergang */
.section_bg_red.slanted_top::before,
.section_bg_red.slanted_bottom::after { content: ""; position: absolute; top: -25px; left: 0; width: 100%; height: 50px; z-index: -1; background-color: #d83631; transform: skewY(-1deg); transform-origin: center; }
.section_bg_red.slanted_bottom::after { top: auto; bottom: -25px; transform: skewY(1deg); }


.section_no_padding  { padding: 0; }

.section_color_white h1, .section_color_white h2, .section_color_white h3, .section_color_white h4, .section_color_white h5, .section_color_white h6,
.section_color_white .like_h1, .section_color_white .like_h2, .section_color_white .like_h3 { color: #fff; }

.section_color_white a { text-decoration: none; color: #fff; }
.section_color_white a:hover, .section_color_white a:focus { text-decoration: underline; color: #fff; }

.section_color_white a.link_as_button { text-decoration: none; color: #fff; border: 2px solid #fff; }
.section_color_white a.link_as_button:hover,
.section_color_white a.link_as_button:focus { text-decoration: none; color: #fff; background-color: rgba(0,0,0,0.75); }

.section_color_white svg.svg_icon { fill: #fff; }

.section_full,
.section_1600,
.section_1200,
.section_980 { clear: both; display: block; position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0 auto; padding: 0; z-index: 1; }

.section_full { width: 100%; margin: 0 ; }
.section_1600 { width: 1600px; margin: 0 auto; }
.section_1200 { width: 1200px; margin: 0 auto; }
.section_980 { width: 980px; margin: 0 auto; }


@media all and (max-width:1600px) { .section_1600 { width: 100%; margin: 0; } }
@media all and (max-width:1200px) { .section_1200 { width: 100%; margin: 0; } }
@media all and (max-width:980px) { .section_980 { width: 100%; margin: 0; } }
@media all and (max-width:768px) { .section_768 { width: 100%; margin: 0; } }


.section_bg_image { display: block; position: static; width: 100%; height: auto; min-height: 100px; margin: 0; padding: 100px 0 80px 0; z-index: 1;
	background-color: #fff; background-position: center center; background-attachment: scroll; background-repeat: no-repeat; background-size: cover; }

.section_bg_image.parallax { background-attachment: fixed; min-height: 300px; }



/* ------------ Outer Box ------------ */
/* Ausgangswerte: (Seitenbreite: 1600px | Abstand: 40px) */
.outer_box { clear: both; display: block; float: left; width: 95%; margin: 0 0 20px 2.5%; padding: 0; }

.box_width_full { width: 100%; margin: 0 0 20px 0; }
.box_width_1_2 { clear: none; width: 46.25%; }
.box_width_1_3 { clear: none; width: 30%; }
.box_width_2_3 { clear: none; width: 62.5%; }
.box_width_1_4 { clear: none; width: 21.88%; }
.box_width_3_4 { clear: none; width: 70.64%; }


.outer_box .image { margin: 0 0 25px 0; }
.outer_box .image a { text-decoration: none !important; }
.outer_box .image a:hover { opacity: 0.8; }

.text_bild .flLeft { float: left; display: block; width: auto; max-width: 46.25%; margin: 0 15px 0 0; overflow: hidden; }
.text_bild .flRight { float: right; display: block; width: auto; max-width: 46.25%; margin: 0 0 0 15px; overflow: hidden; }
.text_bild .image span.small { display: block; }

.zweispalter { }
.zweispalter .flLeft { float: left; display: block; width: 46.25%; margin: 0; overflow: hidden; }
.zweispalter .flRight { float: right; display: block; width: 46.25%; margin: 0; overflow: hidden; }

.outer_box_inner { padding: 20px 20px 1px 20px; }

.box_bg_white { background-color: #fff; }
.box_bg_gray_light { background-color: #f3f3f3; }




/* --- Menue-Button --- */ 
#main_nav_button {display: none; position: fixed; top: 27px; left: auto; right: 27px; width: 32px; height: auto; margin: 0 0 0 -16px; padding: 0; z-index: 1001; color: #000; border: none; background-color: transparent; transition: all 200ms ease-in-out; cursor: pointer; }
#main_nav_button:before,
#main_nav_button:after { content: ''; display: block; width: auto; height: 3px; margin: 0; padding: 0; background-color: #000; transition: all 200ms ease-in-out; }
#main_nav_button:before { margin-bottom: 15px; box-shadow: 0 9px 0 #000; }

#main_nav_button:hover, #main_nav_button:focus { transform: scale(1.1); color: #000; }
#main_nav_button:hover:before, #main_nav_button:focus:before,
#main_nav_button:hover:after, #main_nav_button:focus:after { background-color: #000; }
#main_nav_button:hover:before, #main_nav_button:focus:before { box-shadow: 0 9px 0 #000; }


#main_nav_button.active { color: #000; }
#main_nav_button.active:before,
#main_nav_button.active:after { background-color: #000; }
#main_nav_button.active:before { box-shadow: none; transform: translateY(9px) rotate(45deg); }
#main_nav_button.active:after{ transform: translateY(-9px) rotate(-45deg); }
#main_nav_button.active:hover, #main_nav_button.active:focus { transform: scale(1.1); color: #000; }
#main_nav_button.active:hover:before, #main_nav_button.active:focus:before,
#main_nav_button.active:hover:after, #main_nav_button.active:focus:after { background-color: #000; }


#main_nav_button:focus-visible {
	outline: 2px solid blue;
	outline-offset: 3px;
}

/* --- Menue-Dropdown-Menue --- */ 
#main_nav_bg { display: block; position: fixed; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 0; z-index: 1000; background-color: #fff; }

#main_nav_content {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	flex-wrap: nowrap;
	position: relative; top: 0; left: 0; width: 100%; max-width: 1600px; margin: 0 auto; }

#logo,
#ironman_certified_coach { width: auto; max-width: 320px; flex-shrink: 0; /* Verhindert, dass das Logo kleiner wird */
	margin: 10px 30px; padding: 0;  }

#ironman_certified_coach  { max-width: 240px; text-align: center; }
#ironman_certified_coach img { display: block; margin: 0 auto 5px auto; }
#ironman_certified_coach span { display: inline-block; padding: 5px 20px;
	text-decoration: none; color: #fff; background-color: #d83631; border-radius: 10px; }
#ironman_certified_coach a:hover span,
#ironman_certified_coach a:focus span { text-decoration: none; color: #fff; background-color: #000; }


#main_nav { flex: 1; display: block; position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 10px 10px; z-index: 100; }

/* erste Ebene */
#main_nav ul { list-style: none; display: block; position: relative; top: 0; left: 0; margin: 0; padding: 0; }
#main_nav li { list-style-type: none; display: inline-block; position: relative; top: 0; left: 0; width: auto; height: auto; margin: 0 5px 0 0; padding: 0; }
#main_nav li a { display: block; width: auto; height: auto; margin: 0; padding: 5px 8px; 
font-size: 1rem; color: #000; background-color: #fff; text-decoration: none; transition: all 0.25s ease-in; }
#main_nav li a:hover,
#main_nav li a:focus,
#main_nav li a.rex-current,
#main_nav li a.rex-active { text-decoration: none; color: #d83631; background-color: #fff; }


 
/* zweite Ebene */
#main_nav ul.rex-navi2 { display: none; }
#main_nav ul.rex-navi3 { display: none; }

/* Der eigentliche Dropdown Effekt */
#main_nav li:hover ul,
#main_nav li:focus ul { display: block; }
#main_nav li > ul { left: 0; top: 0; }

/* Zweite Ebene */
#main_nav ul.rex-navi2 { 
	position: absolute;
	top: 30px; left: 0;
	width: auto; height: auto;
	margin: 0; padding: 10px 0 0 0;
	background-color: #fff;
	text-align: left;
	z-index: 100;
}
#main_nav ul.rex-navi2 li { display:block; width: auto; height: auto; margin: 0; padding: 0; border-top: 1px solid #fff; }
#main_nav ul.rex-navi2 li::after{ display: none; }
#main_nav ul.rex-navi2 li a { display: block; width: auto; height: auto; margin: 0; padding: 5px 8px; 
color: #000; background-color: #fff; font-size: 1rem; text-transform: none; white-space: nowrap;
border-bottom: 0; }
#main_nav ul.rex-navi2 li a:hover,
#main_nav ul.rex-navi2 li a:focus { color: #fff; background-color: #d83631; }
#main_nav ul.rex-navi2 li a.rex-current,
#main_nav ul.rex-navi2 li a.rex-active { color: #fff; background-color: #d83631; }

/* Fokus-Stile für bessere Sichtbarkeit */
#main_nav a:focus {
	outline: 2px solid #4D90FE;
	outline-offset: 2px;
}

/* Untermenü-Anzeige bei Fokus */
.has-children:focus-within > ul {
	display: block !important;
}


/* --- Menue Responsive --- */
@media screen and (max-width: 980px) {

#main_nav_content { display: block; }
    
#main_nav_button { display: block; }
#main_nav_button.active { display: block; position: fixed; }
    
#main_nav_bg { display: block; position: fixed; height: auto; overflow: hidden; background-color: #fff; }
    
#main_nav { display: none; padding: 10px; }

#main_nav_bg.active { display: block; height: 100%; overflow-y: auto; }
#main_nav_bg.active #main_nav { display: block; }

#main_nav li { display: block; height: auto; margin: 0 0 10px 0; padding: 0; }
#main_nav li a { display: block; width: auto; margin: 0; padding: 10px; color: #000; background-color: #fff; text-shadow: none; }
#main_nav li a:hover,
#main_nav li a:focus,
#main_nav li a.rex-active,
#main_nav li a.rex-current { color: #fff; background-color: #d83631; }


/* Zweite Ebene */
#main_nav ul.rex-navi2  { display: none; }



#ironman_certified_coach { display: none; }
#main_nav_bg.active #ironman_certified_coach { display: block; margin: 0 0 30px 0; max-width: 100%; padding: 20px 0 0 0; border-top: 1px solid #999; }
#ironman_certified_coach img { display: block !important; width: 240px !important; }

}



#breadcrumb_bg { clear: both; display: block; }
#breadcrumb { display: block; width: 100%; max-width: 1200px; padding: 10px 2.5%; margin: 0 auto; }
#breadcrumb ul, #breadcrumb li { list-style: none; list-style-type: none; background-image: none; }
#breadcrumb ul { display: block; margin: 0; padding: 0; }
#breadcrumb li { display: inline-block; margin: 0; padding: 0; color: #222; font-size: 0.8rem; }
#breadcrumb li::after { content: '>'; display: inline-block; margin: 0 5px 0 8px; padding: 0; }
#breadcrumb li:last-child::after { content: ''; display: none; }
#breadcrumb li a { display: inline-block; margin: 0; padding: 0; color: #444; text-decoration: none; }
#breadcrumb li a:hover,
#breadcrumb li a:focus {  color: #222; text-decoration: underline; }


/* --- Ausrichtung der Seite und der <div>-Container (Reihenfolge von oben nach unten) --- */ 

#header_bg, #header, #header_image, #content_bg, #content, #footer_bg, #footer
{ display: block; position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 0; z-index: 1; }


#header_bg { padding: 190px 0 0 0; }


#content { scroll-margin-top: 85px; min-height: 50vh; }


/* -----------footer--------------------------- */
#footer_bg { clear: both; padding: 20px 0; background-color: #222; }

#footer {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 2.5%;
  color: #fff; font-size: 1rem;
}
.footer_box { display: block; width: 33%; margin: 0 0 20px 0; padding: 0; }

.footer_box span { white-space: nowrap; }
.footer_box span.footer_tel { display: inline-block; width: 50px; }
.footer_box span.not_mobile { display: block; height: 1px; overflow-x: hidden; text-indent: -99999px; }

#footer a { display: inline-block; margin: 0; color: #fff; text-decoration: none; }
#footer a:hover,
#footer a:focus { color: #fff; text-decoration: underline; }

#footer_box_2 { text-align: center; padding: 0 10px; }
#footer_box_3 { text-align: right; }
#footer_box_3 span.only_mobile { display: block; height: 1px; overflow: hidden; }




#footer_links { display: block; margin: 0; padding: 0 10px; color: #fff; text-align: center; font-size: 0.8rem; }
#footer_links a { display: inline-block; margin: 0; color: #fff; text-decoration: none; }
#footer_links a:hover,
#footer_links a:focus { color: #909bb7; text-decoration: none; }


@media all and (max-width:1200px) 
{
	.footer_box { display: block; width: 33%; }
}

@media all and (max-width:768px) 
{
	.footer_box { display: block; width: 49%; }
	#footer_box_2 { text-align: left; padding: 0; }
	#footer_box_3 { width: 100%; text-align: center; }
	#footer_box_3 span.only_mobile { display: inline-block; height: auto; margin: 0 5px; overflow: visible; }
}

@media all and (max-width:480px) 
{
	#footer { display: block; }	
	.footer_box { display: block; width: 100%; }
	#footer_box_3 { width: 100%; text-align: left; }
	#footer_links { text-align: left; }
}





@media all and (max-width:980px) {
#header_bg { padding: 105px 0 0 0; }
#logo { width: 180px; height: auto; margin: 0 0 0 10px; padding: 5px 0; text-align: left; }
	
}

@media all and (max-width:768px) {
h1, .like_h1 { font-size: 1.75rem; }
h2, .like_h2 { font-size: 1.4rem; }
h3, .like_h3 { font-size: 1.20rem; }
	
}


@media all and (max-width:480px) {
h1, .like_h1 { font-size: 1.5em; }
h2, .like_h2 { font-size: 1.25rem; }
h3, .like_h3 { font-size: 1.1rem; }

.text_bild .flLeft,
.text_bild .flRight { float: none; width: auto; max-width: none; margin: 0 0 15px 0; }

.zweispalter { background-image: none; }
.zweispalter .flLeft { float: none; width: auto; margin: 0 0 15px 0; }
.zweispalter .flRight { float: none; width: auto; margin: 0; }

.outer_box { clear: both; float: none; width: auto; margin: 0 10px 20px 10px; }
.box_width_full { width: 100%; margin: 0 0 20px 0; }


	
}


/* skiplinks.css */
/* Skip-Link - ausserhalb des sichtbaren Bereichs */
.skiplinks { position: absolute; top: -300px; left: 0; width: 100%; min-width: 300px; display: flex; justify-content: center; z-index: 2000; transition: top 0.3s ease-in-out; }
.skiplinks a { margin: 0 0.5rem; padding: 0.5rem 1rem; text-decoration: none; color: #fff; background-color: blue; border-radius: 0 0 4px 4px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
.skiplinks a:hover, .skiplinks a:focus { background-color: #333; }
/* Wenn ein Skip-Link den Fokus bekommt, wird die Skip-Link-Leiste sichtbar */
.skiplinks:focus-within { top: 0; }

/* breadcrumb.css */
#breadcrumb_bg { clear: both; display: block; }
#breadcrumb { display: block; width: 100%; max-width: 1200px; padding: 10px 2.5%; margin: 0 auto; }
#breadcrumb ul, #breadcrumb li { list-style: none; list-style-type: none; background-image: none; }
#breadcrumb ul { display: block; margin: 0; padding: 0; }
#breadcrumb li { display: inline-block; margin: 0; padding: 0; color: #222; font-size: 0.8rem; }
#breadcrumb li::after { content: '>'; display: inline-block; margin: 0 5px 0 8px; padding: 0; }
#breadcrumb li:last-child::after { content: ''; display: none; }
#breadcrumb li a { display: inline-block; margin: 0; padding: 0; color: #444; text-decoration: none; }
#breadcrumb li a:hover,
#breadcrumb li a:focus {  color: #222; text-decoration: underline; }

/* accessibility_toggle_box.css */
#accessibility_toggle_box { display: block; margin: 10px 0; text-align: right; }

.accessibility-toggle {
    display: inline-block;
    padding: 8px 12px;
    background: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
}
.accessibility-toggle:hover { background: #e0e0e0; }

/* Icon fuer den Kontrast-Button */
.icon-contrast {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM8 1v14A7 7 0 0 1 8 1z'/%3E%3C/svg%3E");
    background-size: contain;
    margin: 0;
    vertical-align: middle;
}
/* Schwarz/Weiss-Modus Styles */
.black-white-mode {
    filter: grayscale(100%) contrast(120%);
}
.black-white-mode * {
    color: #000 !important;
    background-color: #fff !important;
    border-color: #000 !important;
}
.black-white-mode svg.svg_icon { fill: #000 !important; }
/* Ausnahmen fuer wichtige UI-Elemente */
.black-white-mode a:focus,
.black-white-mode button:focus,
.black-white-mode input:focus {
    outline: 3px solid #000 !important;
}
.black-white-mode img,
.black-white-mode svg,
.black-white-mode video {
    filter: grayscale(100%) contrast(120%) !important;
}
.black-white-mode #content > div {
    border-bottom: 1px solid #ccc;
}
.black-white-mode #content > div:first-child {
    border-top: 1px solid #ccc;
}
/* Status des Buttons anzeigen */
.black-white-mode #black-white-toggle {
    background-color: #333 !important;
    color: white !important;
}

@media all and (max-width:768px) {
    #accessibility_toggle_box {
        margin: 20px 0 10px 0;
        text-align: center;
    }
}
@media all and (max-width:480px) {
    #accessibility_toggle_box {
        text-align: left;
    }
}


/* cookie_hinweis.css */
#cookie_hinweis { clear: both; display: block; width: 100%; height: auto; margin: 0; padding: 15px 10px; background-color: #333; font-size: 0.8rem; color: #fff; text-align: center; }
#cookie_hinweis a { color: #fff; text-decoration: underline; }
#cookie_hinweis a:hover,
#cookie_hinweis a:focus { color: #fff; text-decoration: none; }

/* andresmedia_link.css */
#andresmedia { clear: both; display: block; position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 10px; z-index: 1; background-color: #444; font-size: 0.8rem; color: #fff; text-align: center; }
#andresmedia a { color: #fff; text-decoration: none; }
#andresmedia a:hover,
#andresmedia a:focus { color: #fff; text-decoration: underline; }

/* wow_effekte.css */
/* ------ wow Effekte ------ */
.wow {
    animation-delay: 0.5s;
    animation-duration:2s;
    animation-fill-mode:both;
}
.wow.hide { visibility: hidden; }
.wow.animate { visibility: visible; }

@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
.wow.animate.effect_fadeIn{animation-name:fadeIn}

@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}
.wow.animate.effect_fadeInDown{animation-name:fadeInDown}

@keyframes rollInLeft{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}
.wow.animate.effect_rollInLeft{animation-name:rollInLeft}

@keyframes rollInRight{0%{opacity:0;transform:translate3d(100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}
.wow.animate.effect_rollInRight{animation-name:rollInRight}

@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}
.wow.animate.effect_zoomIn{animation-name:zoomIn}

@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}
.wow.animate.effect_zoomInDown{animation-name:zoomInDown}

@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}
.wow.animate.effect_zoomInLeft{animation-name:zoomInLeft}

@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}
.wow.animate.effect_zoomInRight{animation-name:zoomInRight}

@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}
.wow.animate.effect_zoomInUp{animation-name:zoomInUp}

@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}
.wow.animate.effect_slideInDown{animation-name:slideInDown}

@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}
.wow.animate.effect_slideInLeft{animation-name:slideInLeft}

@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}
.wow.animate.effect_slideInRight{animation-name:slideInRight}

@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}
.wow.animate.effect_slideInUp{animation-name:slideInUp}


/* 000_section.css */
/* Grundlegende Flex-Container-Klasse */
.section_flex { display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-start; align-items: flex-start; }

/* Horizontale Ausrichtung */
.justify_content_start { justify-content: flex-start; }
.justify_content_end { justify-content: flex-end; }
.justify_content_center { justify-content: center; }
.justify_content_between { justify-content: space-between; }
.justify_content_around { justify-content: space-around; }
.justify_content_evenly { justify-content: space-evenly; }

/* Vertikale Ausrichtung */
.align_items_start { align-items: flex-start; }
.align_items_end { align-items: flex-end; }
.align_items_center { align-items: center; }
.align_items_baseline { align-items: baseline; }
.align_items_stretch { align-items: stretch; }

/* 005_download.css */
/* Redaxo Download Modul */
.download-item { display: block; position: relative; width: auto; margin: 0 0 1.0rem 0; padding: 0; border: 1px solid #e0e0e0; border-radius: 4px; transition: all 0.25s ease-in-out; }
.download-link { text-decoration: none; display: block; padding: 12px; color: inherit; outline: none; background-color: #f9f9f9; border-radius: 3px; transition: all 0.25s ease-in-out; }
.download-link:hover { text-decoration: none; }
.download-item:hover { background-color: #e5effa; border-color: #3d87cf; box-shadow: 0 2px 6px rgba(61, 135, 207, 0.15); }
.download-item:hover .download-title { color: #1a6cbf; }
.download-item:hover .download-info { text-decoration: underline; }
.download-item:active { background-color: #d8e7f7; box-shadow: inset 0 1px 3px rgba(0,0,0,0.05); transition-duration: 0.1s; }
.download-link:focus, .download-link:focus-visible { outline: none; }
.download-item:focus .download-info { text-decoration: underline; }
.download-item:focus-within { border-color: #1a6cbf; box-shadow: 0 0 0 3px rgba(61, 135, 207, 0.5); background-color: #e5effa; }
.download-item:focus-within::after { content: ''; position: absolute; top: -2px; left: -2px; right: -2px; bottom: -2px; border-radius: 6px; box-shadow: 0 0 0 1px #1a6cbf; pointer-events: none; }
.download-content { display: flex; align-items: center; }
.download-icon { flex: 0 0 auto; margin-right: 15px; display: flex; align-items: center; justify-content: center; transition: transform 0.2s ease; }
.download-item:hover .download-icon { transform: scale(1.1); }
.download-text { flex: 1; display: flex; flex-direction: column; }
.download-title { font-size: 1rem; font-weight: bold; margin-bottom: 0.3rem; color: #333; transition: color 0.2s ease-in-out; }
.download-info { font-size: 0.85rem; display: block; margin-bottom: 0.2rem; color: #555; }
.download-description { color: #777; margin: 0; font-size: 0.7rem; display: block; }

/* 021_bildergalerie_masonry.css */
.bildergalerie_masonry { clear: both; display: block; width: 100%; max-width: 1600px; margin: 0 auto; padding: 0 2.78%; column-count: 3; column-gap: 20px; }

.bildergalerie_masonry a {
float: none; display: inline-block; width: 100%; margin: 0 0 20px 0; padding: 0; box-shadow: 0 0 2px 0 #333; }

@media screen and (max-width:768px){
.bildergalerie_masonry { column-count: 2; }
}
@media screen and (max-width:480px){
.bildergalerie_masonry { column-count: 1; column-gap: 0; }
}

/* extras_010_formular_yform.css */
/* --- yForm --- */
.yform form { display: block; margin: 0 0 20px 0; padding: 0; }

/* Gruppe mit Label + Eingabefeld */
.yform .form-group { margin-bottom: 20px; }

/* Label-Styling für bessere Barrierefreiheit */
.yform label { display: block; margin-bottom: 6px; font-weight: 500; color: #333; }

/* Hervorhebung von Pflichtfeldern im Label */
.yform label .required { color: #a94442; margin-left: 3px; }

.yform .form-control { box-sizing: border-box; display: block; width: 100%; height: auto; margin: 0 0 20px 0; padding: 8px 10px; font-family: inherit; font-size: 0.8rem; color: #001f40; background-color: #fff; border: solid 1px #dfe6e7; border-radius: 5px; box-shadow: none; outline: none; transition: border-color 0.2s, box-shadow 0.2s; }
.yform .form-control:hover { border-color: #a8aeb5; }
.yform .form-control:focus, .yform .form-control:focus-visible { border-color: #37434f; outline: none; box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25); }

.yform textarea.form-control { height: 136px; }

.yform .form-check-group { clear: both; margin: 0 0 20px 0; }
.yform .form-check-group .control-label { clear: both; display: block; margin: 0 0 10px 0; }

.yform .radio { position: relative; padding-left: 30px; margin-bottom: 10px; }
.yform .radio label input { position: absolute; left: 0; top: 5px; width: 20px; height: 20px; }
.yform .radio input:focus, .yform .radio input:focus-visible { outline: 2px solid #0078d7; outline-offset: 2px; }

.yform .checkbox { clear: both; margin: 0 0 20px 0; position: relative; }
.yform .checkbox label { padding-left: 0; position: relative; }
.yform .checkbox label input { position: absolute; left: 0; top: 5px; width: 20px; height: 20px; }
.yform .checkbox input:focus, .yform .checkbox input:focus-visible { outline: 2px solid #0078d7; outline-offset: 2px; }

/* Hilfetext-Stil */
.yform .help-text { display: block; font-size: 0.85em; color: #666; margin-top: -15px; margin-bottom: 15px; }

/* Verbesserter Button für Barrierefreiheit */
.yform .btn-primary { clear: both; display: block; width: 140px; height: auto; margin: 0 0 10px 0; padding: 10px; border: none; border-radius: 5px; text-align: center; font-weight: bold; background-color: #58698d; color: #FFF; cursor: pointer; transition: background-color 0.2s, transform 0.1s; }
.yform .btn-primary:hover { background-color: #001f40; color: #FFF; }
.yform .btn-primary:focus, .yform .btn-primary:focus-visible { outline: none; box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5); background-color: #001f40; }
.yform .btn-primary:active { transform: translateY(1px); }

/* Besser sichtbare Pflichtfeld-Markierung */
.yform .pflichtfelder { font-size: 0.9em; margin-top: 15px; margin-bottom: 20px; color: #555; }

/* Fehlerhinweisbox, überm Formular */
.yform div.alert { padding: 15px 20px 5px 20px; margin-bottom: 20px; border-radius: 4px; }
.yform div.alert span { margin-right: 15px; }
.yform div.alert-danger { border: 2px solid #a94442; background-color: #FBF6F6; color: #a94442; }
.yform .alert ul { list-style-type: none; margin: 0; padding: 0; }
.yform .alert li { list-style-type: none; margin: 0 0 10px 0; padding: 0; color: #a94442; }

/* Grundlegende Fehlermarkierung für alle Formularelemente */
.yform .has-error { margin-bottom: 20px; }
.yform .has-error .control-label { color: #a94442; font-weight: 500; }
.yform .has-error label { color: #a94442; }
.yform .has-error .form-control { border-color: #a94442; box-shadow: 0 0 0 2px rgba(169, 68, 66, 0.25); }

/* Fehlermarkierung für reguläre Eingabefelder */
.yform .has-error .form-control { border-color: #a94442; box-shadow: 0 0 0 1px #EAD0D0; background-color: #FBF6F6; }
/* Spezielle Fehlermarkierung für die Checkbox */
.yform .formcheckbox.has-error label { color: #a94442; }
.yform .formcheckbox.has-error .form-helper { border-color: #a94442; box-shadow: 0 0 0 1px #EAD0D0; }

/* Optionale visuelle Verstärkung für die Checkbox */
.yform .formcheckbox.has-error { padding: 10px; border-radius: 4px; background-color: #FBF6F6; }

/* Fokus-Zustand für fehlerhafte Checkboxen verstärken */
.yform .formcheckbox.has-error input[type="checkbox"]:focus + .form-helper,
.yform .formcheckbox.has-error input[type="checkbox"]:focus-visible + .form-helper { border-color: #a94442; box-shadow: 0 0 0 3px rgba(169, 68, 66, 0.3); }

/* Verbesserte Fokusdarstellung für Tastaturbedienung */
.yform a:focus, .yform a:focus-visible { outline: 2px solid #0078d7; outline-offset: 2px; }

/* High-contrast mode Unterstützung */
@media (forced-colors: active) {
.yform .form-control:focus { outline: 2px solid CanvasText; }
.yform .btn-primary { border: 1px solid CanvasText; }
}


/* Honeypot gegen SPAM */
.yform .honeypot_box div.form-group { display: block; width: 1px; height: 1px; margin: 0; padding: 0; overflow: hidden; opacity: 0.1; }
/* Wird sichtbar, wenn das Feld den Fokus bekommt oder .has-error hat*/
.yform .honeypot_box div.form-group:focus-within,
.yform .honeypot_box div.form-group.has-error { display: block; width: auto; height: auto; margin: 0 0 20px 0; padding: 15px 20px 5px 20px; overflow: visible; opacity: 1; background-color: #f8f8f8; border: 1px solid #ddd; border-radius: 4px; box-shadow: 0 0 5px rgba(0,0,0,0.1); }
.yform .honeypot_box div.form-group.has-error { border-color: #a94442; }


/* Datenschutz Hinweis */
.yform .privacy_box { clear: both; position: relative; margin-bottom: 25px; padding: 5px 0; }
.yform .privacy_box label { display: block; position: relative; cursor: pointer; padding-left: 40px; line-height: 1.5; }
.yform .privacy_box input[type="checkbox"] { position: absolute; opacity: 0; }
.yform .privacy_box .form-helper { position: absolute; left: 0; top: 0; width: 24px; height: 24px; background-color: #fff; border: 2px solid #dfe6e7; border-radius: 4px; transition: all 0.2s; }
.yform .privacy_box input[type="checkbox"]:checked + .form-helper::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 12px; height: 12px; background-color: #58698d; border-radius: 2px; }
.yform .privacy_box input[type="checkbox"]:focus + .form-helper, .yform .privacy_box input[type="checkbox"]:focus-visible + .form-helper { border-color: #37434f; box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25); }
.yform .privacy_box label:hover .form-helper { border-color: #a8aeb5; }
.yform .privacy_box a { color: #58698d; text-decoration: underline; font-weight: 500; }
.yform .privacy_box a:hover { color: #001f40; }
.yform .privacy_box a:focus, .yform .privacy_box a:focus-visible { outline: 2px solid #0078d7; outline-offset: 2px; }
/* Fehlerzustand für die Checkbox */
.yform .privacy_box.has-error label { color: #a94442; }
.yform .privacy_box.has-error .form-helper { border-color: #a94442; box-shadow: 0 0 0 1px rgba(169, 68, 66, 0.25); }
.yform .privacy_box.has-error { background-color: rgba(169, 68, 66, 0.05); padding: 10px; border-radius: 4px; }

/* hier ohne .yForm !!! */
.hinweis_email_erfolgreich_versendet { display: block; margin: 20px 0; padding: 20px; background-color: #5bb585; color: #fff; font-size: 1.5rem; text-align: center; }

/* Formular mit 2 Spalten */
.yform .form_left, .yform .form_right { float: left; width: 48%; min-width: 250px; margin: 0 0 20px 0; }
.yform .form_right { float: right; }
.yform .form_clear { width: 100%; clear: both; }

@media all and (max-width:768px) {
.yform .form_left, .yform .form_right { float: none; width: 100%; }
.yform .btn-primary { width: 100%; }
}


/* header_001_einfaches_bild.css */
.header_image_simple { display: block; position: relative; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 0; z-index: 1; background-position: center; background-repeat: no-repeat; background-size: cover; }
.header_image_simple img { display: none; }
.header_image_simple.normal img { display: block; width: 100%; }

.header_image_simple.height_25vh { min-height: 25vh; }
.header_image_simple.height_33vh { min-height: 33vh; }
.header_image_simple.height_50vh { min-height: 50vh; }
.header_image_simple.height_66vh { min-height: 66vh; }
.header_image_simple.height_75vh { min-height: 75vh; }
.header_image_simple.height_100vh { min-height: 100vh; }

.header_image_simple_text { display: block; position: absolute; top: 30px; left: 30px; width: auto; height: auto; margin: 0; padding: 0; z-index: 1; color: #fff; font-size: 3rem; }

#arrow_slide_down_to_content { position: absolute; display: flex; align-items: center; justify-content: center; top: auto; bottom: 20px; left: 50%; width: 40px; height: 40px; margin: 0 0 0 -20px; padding: 0; z-index: 10; background-color: rgba(0, 0, 0, 0.1); border: none; animation: arrow_slide_down_to_content_jump 2s infinite; cursor: pointer; font-size: 24px; color: #fff; }
#arrow_slide_down_to_content span { transform: rotate(90deg) translateY(-1px); }
#arrow_slide_down_to_content:hover,
#arrow_slide_down_to_content:focus { background-color: rgba(0, 0, 0, 0.5); }

@keyframes arrow_slide_down_to_content_jump {
25% { transform: translate(0, 0) scale(1); }
50% { transform: translate(0, -10px) scale(1.2); }
}

/* module20250531.css */
/* --- yForm --- */
.yform .btn-primary { background-color: #d83631; color: #FFF; }
.yform .btn-primary:hover { background-color: #000; color: #FFF; }
.yform .btn-primary:focus, .yform .btn-primary:focus-visible { background-color: #000; color: #FFF; }





.header_image_simple_text { display: block; position: absolute; top: 60px; left: 2.5%; width: 95%; height: auto; margin: 0; padding: 0; z-index: 1; color: #fff; font-size: 3rem; line-height: 1.25; text-transform: uppercase; }

.header_image_simple.normal img.header_image_tridot_powered_by { display: block; position: absolute; top: auto; bottom: 45px; left: 2.5%; width: auto; height: auto; margin: 0; padding: 0; z-index: 1; }

@media all and (max-width:1600px) { 
	.header_image_simple_text { font-size: 3vw; }
}

@media all and (max-width:980px) { 
	.header_image_simple_text { top: 40px; font-size: 2.5rem; }
	.header_image_simple.normal img.header_image_tridot_powered_by { bottom: 25px; left: 2.5%; width: 200px; }
	
}
@media all and (max-width:768px) { 
	.header_image_simple_text { top: 25px; font-size: 2.0rem; }
	.header_image_simple.normal img.header_image_tridot_powered_by { bottom: 15px; left: 2.5%; width: 160px; }
}
@media all and (max-width:480px) { 
	.header_image_simple_text { top: 10px; font-size: 1.5rem; }
	.header_image_simple.normal img.header_image_tridot_powered_by { bottom: 10px; left: 5px; width: 125px; }
}




.ueber_mich_text,
.ueber_mich_image { display: block; width: 300px; margin: 0 0 20px 0; }

.ueber_mich_text { width: 360px; }

.ueber_mich_image img { border: 10px solid #fff; box-shadow: 3px 3px 9px 0 #333; transform: rotate(3deg); }


@media all and (max-width:768px) { 

.section_flexbox_ueber_mich { display: block; }

.ueber_mich_text,
.ueber_mich_image { width: 100%; max-width: 300px; margin: 0 auto 20px auto; }

.ueber_mich_text { max-width: 380px; padding: 0 10px; margin: 0 auto 40px auto; }
	
}

/* ------------------- */

a.link_box { display: block; position: relative; top: 0; left: 0; width: 100%; height: 0; margin: 0 auto; padding: 0 0 100% 0; transition: all 0.250s ease-in; opacity: 0.9; }

a.link_box:hover,
a.link_box:focus { opacity: 1; }

.link_box_inner { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 25px; text-align: center; border-radius: 50%; overflow: hidden; 
  /* center content */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.link_box_title { display: block; margin: 0 0 10px 0; font-size: 3rem; }
.link_box_text { display: block; font-size: 1rem; }

.link_box_text span { display: block; margin: 0 0 10px 0; }


@media all and (max-width:980px) {  	
.link_box_title { font-size: 1.5rem; white-space: nowrap; }
	
}







