a:link { text-decoration: none; color: #0073aa;}
a:visited { text-decoration: none; color: #0073aa;}
a:hover { text-decoration: none; color: #00a5f4;}
a:active { text-decoration: none; color: #0073aa;}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/*########################################################################*/

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
 
li {
	padding-left: 4%;
	float: left;
	position: relative;
}
 
li ul {
	display: none;
	position: absolute;
	padding-top: 10px;
	left: 0;

}
 
li>ul {
	top: auto;
	left: auto;
}
 
li:hover ul, li.over ul {
	display: block;
}

#id {
	padding-top: 5px;
	width: 350px;
	background-color: #b4d4e9;
	padding-left: 5px;
}

#id_last {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 350px;
	background-color: #b4d4e9;
	padding-left: 5px;
}

/*########################################################################*/

#wrapper {
	width: 860px;
	
	margin-left: auto;
	margin-right: auto;
}

#wrapper_2 {
	width: 996px;
	
	margin-left: auto;
	margin-right: auto;
}

/*########################################################################*/

#menue {
	background-image: url(../images/menue_bg.png);
	background-repeat: repeat-x;
	
	color: #0073aa;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	
	width: 860px;
	height: 25px;
}

#menue_2 {
	background-image: url(../images/menue_bg.png);
	background-repeat: repeat-x;
	
	color: #0073aa;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	
	width: 996px;
	height: 25px;
}

#menue_shadow {
	background-image: url(../images/menue_bg_shadow.png);
	
	margin-left: auto;
	margin-right: auto;

	width: 860px;
	height: 9px;
}

#menue_shadow_2 {
	background-image: url(../images/menue_bg_shadow_2.png);
	
	margin-left: auto;
	margin-right: auto;

	width: 996px;
	height: 9px;
}

#menue_content {
	padding-top: 6px;
 	
	font-family: inherit;
	font-size: 12px;
}



#index {
	width: 996px;
}

#index_2 {
	float: right;
	width: 730px;
}

#index_m_left {
		
	float: left;
	text-align: right;
	padding-top: 7px;
}

#index_m_right {
	
	float: left;
	padding-left: 25px;
	padding-right: 129px;
}

/*########################################################################*/

#content {
	background-image: url(../images/content_bg.png);
	background-repeat: repeat-y;
	
	color: #044c97;
}

#left {
	float: left;
  	
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 12px;
  	
	font-family: inherit;
	font-size: 15px;
	line-height: 1.3;
  	
	width: 600px;
	box-sizing: border-box;
}

#right {
	float: right;
  	
	padding-left: 10px;
	padding-right: 10px;
  	
	font-family: inherit;
	font-size: 12px;
  	
	width: 371px;
	box-sizing: border-box;
}
/* Make right column a flex column for image alignment */
#right.right-images-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 400px; /* adjust as needed for content */
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

#right.right-images-column img {
  width: 100%;
  display: block;
  margin: 0;
  box-sizing: border-box;
}

#clear {
	clear: both;
}

/*########################################################################*/

#footer {
	background-image: url(../images/menue_bg.png);
	background-repeat: repeat-x;
	
	color: #0073aa;
	
	margin-left: auto;
	margin-right: auto;
	
	width: 996px;
	height: 25px;
}

/*########################################################################*/

.text {
	font-size: 11px;
	padding-left: 3px;
	padding-bottom: 5px;
	
	color: #054b93;
}

/*########################################################################*/

.list {
	padding-left: 20px;
}

/*########################################################################*/

.contact form input, .contact form textarea {
	
			
	border: 1px solid #cfcfcf;
	padding: 5px;
	width: auto;
	margin: 10px 0 10px;
}
		
.contact form input {
	width: auto;
}
		
.contact form textarea {
	width: 487px;
}
		
#reply form textarea, .contact form textarea {
	height: 150px;
	font: 12px 'Arial';
}
		
#reply form .button, .contact form .button,  form .button {
	background: #FFF;
	color: #FFFF;
	padding: 8px;
			
	width: auto;
}
		
.contact {
	margin-top: 10px;
}
		
ul#entries li .entry #contact h2 {
	font-size: 18px;
	font-family: inherit;
	font-style: italic;
	color: #222222;
}
				
.cufon-active  ul#entries li .entry #contact h2 { 
	font-size: 18px;
}
/* ====================== */
/* Content area fixes     */
/* ====================== */
#left ul { list-style: disc !important; margin-left: 20px; padding-left: 20px; }
#left li, #left ul li { float: none !important; position: static !important; display: list-item !important; padding-left: 0 !important; }
#left p { clear: both; }

/* ====================== */
/* Gallery + Lightbox     */
/* ====================== */
.gallery { margin: 10px 0 0; display: flex; gap: 10px; flex-wrap: wrap; }
.gallery img.thumb { width: 140px; height: auto; border-radius: 4px; cursor: pointer; box-shadow: 0 2px 8px rgba(0,0,0,0.15); }
#lightboxOverlay { display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.8); align-items: center; justify-content: center; z-index: 9999; }
#lightboxOverlay img { max-width: 90%; max-height: 90%; border-radius: 6px; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
/* ====================== */
/* Menu legal link style  */
/* ====================== */
#menue_content a.nav-legal,
#menue_content a.nav-legal:visited {
  color: #7a8793;
}
#menue_content a.nav-legal:hover,
#menue_content a.nav-legal:active {
  color: #6b7783;
}
/* Main title styling for all pages */
.main-title {
  display: block;
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 8px;
  color: #044c97;
}

/* Section titles for physiotherapie.html */
#left h4 {
  font-size: 1.05em;
  font-weight: bold;
  margin-top: 18px;
  margin-bottom: 10px;
  color: #044c97;
}