/* Joomla 1.7 Template for talkpoint.de */

html, body {height: 100%; margin:0; padding:0;}
* {margin: 0; padding: 0;}

body
{

	color:#4B4B4B;
	background-color:#F3EEC2;
	/*background-image:url(../images/bg.png);*/
	font-family:Calibri, Arial, Verdana;
	font-size: 13px;
}
h1, h2 {font-size:17px; font-weight: bold; margin: 0px 0px 15px 0px; color:#71AD29;}
h2 {font-size:17px; font-weight: normal; margin: 13px 0px 5px 0px;}
h1 {color: #57AB27; padding: 10px 0px 0px 0px;}
h3 {font-size:17px; color: #57AB27; font-weight:normal; padding: 0px 0px 20px 0px;}
a, a:active, a:visited { text-decoration:none; color:#000; }
img {border:0px}
p {margin: 0px 0px 10px 0px;}
#wrap 
{ 
	position:relative;
	width: 800px;
	margin: 15px auto;
	padding: 0px 0px 7px 0px;
}
#logo
{
	margin: 5px 0px 0px 0px;
	float:left;
	width:240px;
	height:65px;
}
#top
{
	float:right;
	width: 300px;
	height:25px;
	background-color:#FFF;
	-moz-border-radius:8px; /* Firefox */
	-webkit-border-radius:8px; /* Safari, Chrome */
	-khtml-border-radius:8px; /* Konqueror */
	border-radius:8px; /* CSS3 */
	behavior:url(border-radius.htc); /* IE */
}

#intro
{
	width: 790px;
	height:280px;
	margin: 15px 0px 15px 0px;
	padding: 10px 0px 0px 10px;
	background-color:#FFF;
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius:10px; /* Safari, Chrome */
	-khtml-border-radius:10px; /* Konqueror */
	border-radius:10px; /* CSS3 */
	behavior:url(border-radius.htc); /* IE */

}
#menu
{
	width: 800px;
	height:35px;
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius:10px; /* Safari, Chrome */
	-khtml-border-radius:10px; /* Konqueror */
	border-radius:10px; /* CSS3 */
	behavior:url(border-radius.htc); /* IE */
	background-image:url(../images/menu-bg.png);
	background-repeat:repeat-x;	
}
#main
{
	margin: 15px 0px 15px 0px;
	width: 800px;
	background-color:#FFF;
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius:10px; /* Safari, Chrome */
	-khtml-border-radius:10px; /* Konqueror */
	border-radius:10px; /* CSS3 */
	behavior:url(border-radius.htc); /* IE */
}
#main_content
{
	float:left;
	width:550px;
	margin: 20px 0px 0px 30px;
	line-height:16px;
}
#right
{
	float:right;
	width:190px;
	margin: 20px 20px 0px 0px;
}

/*################## Footer ####################*/
#footer
{
	margin: 10px 20px 10px 20px;
	padding: 10px;
	border-top: 1px dotted #999999;
	width:740px;
	height:10px;
	background-color:#fff;
}
/*########## Top Menu ################ */
.moduletable_top ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
.moduletable_top li
{
	float:right;
	margin: 3px 13px 0px 5px;
	padding: 0px 10px 0px 10px;
}
.moduletable_top a, .moduletable_top a:active, .moduletable_top a:visited
{
	text-decoration:none;
	color:#71AD29;
	font-size:15px;

}
.moduletable_top a:hover, a:hover
{
	text-decoration:underline;
}
.moduletable_top .active a
{
	text-decoration:none;
	font-weight:bold;
}
/* ########## ENDE Top Menu ##############*/

/* ##########  Hauptmenu #############*/
.moduletable_menu
{
	margin:0px 0px 0px 25px;
	float:left;
}
.moduletable_menu ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
.moduletable_menu li
{
	float:left;
	padding: 0;
	margin: 0px 1px 0px 1px;
}

.moduletable_menu a, .moduletable_menu a:active, .moduletable_menu a:visited
{
	text-decoration:none;
	color:#FFF;
	font-size:17px;
	display:block;
	padding: 7px 25px 7px 25px;

}
.moduletable_menu a:hover
{
	background-image:url(../images/menu-bg-hover.png);
	background-repeat:repeat-x;
}
.moduletable_menu .active a
{
	text-decoration:none;
	background-image:url(../images/menu-bg-hover.png);
	background-repeat:repeat-x;
}
/* ################# Hauptmenu ENDE ###########*/


/* ################# Zimmer Cards ##### */
.zimmer-cards-container {
	width: 100%;
	max-width: 600px;
	margin-top:20px;
}

.zimmer-card {
	background: #ffffff;
	border: 2px solid #57AB27;
	border-radius: 10px;
	margin-bottom: 20px;
	box-shadow: 0 3px 8px rgba(0,0,0,0.1);
	overflow: hidden;
	transition: box-shadow 0.3s ease;
}

.zimmer-card:hover {
	box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.zimmer-name {
	background: linear-gradient(135deg, #57AB27, #71AD29);
	color: white;
	margin: 0 !important;
	padding: 15px 20px;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.preise-liste {
	padding: 0;
}

.preis-zeile {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 20px;
	border-bottom: 1px solid #f0f0f0;
}

.preis-zeile:last-child {
	border-bottom: none;
}

.preis-zeile:nth-child(odd) {
	background-color: #f9f9f9;
}

.preis-zeile.special {
	background-color: #e8f5e8 !important;
	border-top: 2px solid #57AB27;
}

.saison-name {
	font-size: 14px;
	color: #333;
	font-weight: 500;
}

.saison-name small {
	font-size: 11px;
	color: #666;
	font-weight: normal;
}

.preis-wert {
	font-size: 18px;
	font-weight: bold;
	color: #57AB27;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

/* ################# Footer Navigation ##### */
.footer-nav {
	text-align: center;
	margin-top: 20px;
	padding: 10px 0;
	border-top: 1px solid #eee;
	font-size: 12px;
	color: #666;
}

.footer-nav a {
	color: #666;
	text-decoration: none;
	margin: 0 5px;
}

.footer-nav a:hover {
	color: #333;
}

.monatsangabe
{
	font-size:11px;
}
/* ############## Boxcontinaer mit runden Ecken ################### */
.moduletable_boxcontainer, .moduletable_kontaktbox
{
	border: 1px solid #57AB27;
	/*border-top:0px solid #57AB27;*/
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius:10px; /* Safari, Chrome */
	-khtml-border-radius:10px; /* Konqueror */
	border-radius:10px; /* CSS3 */
	behavior:url(border-radius.htc); /* IE */
	padding:0px 10px 0px 10px;
	margin:10px 0px 0px -15px;
}
/* ############## Kontaktformular - Fieldset Formatierung ######### */
.contact-form legend 
{	
	padding:10px 10px 10px 0px;
}
.contact-form fieldset
{	
	padding:10px;
}

/* ############## RESPONSIVE MOBILE STYLES ################### */

/* Tablet Styles - iPad und größere Tablets */
@media screen and (max-width: 1024px) {
	#wrap {
		width: 95%;
		max-width: 768px;
	}
	
	#intro {
		width: calc(100% - 20px);
		height: auto;
		min-height: 200px;
		max-height: 280px;
	}
	
	#menu {
		width: 100%;
	}
	
	#main {
		width: 100%;
	}
	
	#main_content {
		width: 65%;
	}
	
	#right {
		width: 30%;
		margin-right: 10px;
	}
	
	#zimmerpreise {
		width: 100%;
		font-size: 11px;
	}
}

/* Mobile Styles - Smartphones */
@media screen and (max-width: 768px) {
	body {
		font-size: 14px;
		overflow-x: hidden;
	}
	
	#wrap {
		width: 100%;
		max-width: 100vw;
		margin: 0 auto;
		padding: 10px;
		box-sizing: border-box;
	}
	
	/* Header Layout mit Logo und Burger Menu */
	#header-container {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 10px 0;
		position: relative;
	}
	
	/* Logo anpassen */
	#logo {
		width: auto;
		text-align: left;
		margin: 0;
		height: auto;
		flex-grow: 1;
	}
	
	#logo img {
		max-width: 180px;
		height: auto;
	}
	
	/* Top Menu ans Ende der Seite verschieben */
	#top {
		order: 999;
		width: 100%;
		height: auto;
		margin: 20px 0 0 0;
		padding: 15px 0;
		text-align: center;
		background-color: #f5f5f5;
		border-top: 1px solid #ddd;
	}
	
	.moduletable_top li {
		float: none;
		display: inline-block;
		margin: 5px 10px;
	}
	
	/* Intro Slider anpassen */
	#intro {
		width: calc(100% - 10px);
		height: auto;
		min-height: 150px;
		margin: 10px 0;
		padding: 5px;
	}
	
	/* Hauptnavigation anpassen */
	#menu {
		width: 100%;
		height: 60px;
		margin: 10px 0;
		position: relative;
		background: transparent;
	}
	
	.moduletable_menu {
		margin: 0;
		text-align: left;
	}
	
	.moduletable_menu li {
		float: none;
		display: block;
		margin: 0;
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
	
	.moduletable_menu li:last-child {
		border-bottom: none;
	}
	
	.moduletable_menu a {
		display: block;
		padding: 15px 20px;
		font-size: 16px;
		width: 100%;
		box-sizing: border-box;
		color: white !important;
		text-align: left;
	}
	
	.moduletable_menu a:hover,
	.moduletable_menu .active a {
		background: rgba(255, 255, 255, 0.2) !important;
	}
	
	/* Main Content Layout anpassen */
	#main {
		width: 100%;
		margin: 10px 0;
		padding: 0;
		box-sizing: border-box;
	}
	
	#main_content {
		width: 100%;
		float: none;
		margin: 0;
		padding: 20px;
		line-height: 1.6;
		box-sizing: border-box;
	}
	
	#main_content p {
		margin-bottom: 15px;
	}
	
	#main_content h1,
	#main_content h2,
	#main_content h3 {
		margin: 20px 0 15px 0;
	}
	
	#right {
		width: 100%;
		float: none;
		margin: 0;
		padding: 15px;
		box-sizing: border-box;
	}
	
	/* Footer anpassen */
	#footer {
		width: calc(100% - 40px);
		margin: 10px;
		height: auto;
		text-align: center;
		font-size: 12px;
	}
	
	/* Tabellen responsive machen */
	#zimmerpreise {
		width: 100%;
		font-size: 10px;
		display: block;
		overflow-x: auto;
		white-space: nowrap;
		border-radius: 6px;
	}
	
	#zimmerpreise th {
		padding: 8px 4px;
		font-size: 10px;
		font-weight: bold;
	}
	
	#zimmerpreise td {
		padding: 6px 4px;
		font-size: 10px;
	}
	
	#zimmerpreise td:first-child {
		padding-left: 6px;
		padding-right: 6px;
	}
	
	/* Boxcontainer anpassen */
	.moduletable_boxcontainer,
	.moduletable_kontaktbox {
		margin: 10px 0;
		padding: 10px;
	}
	
	/* Überschriften anpassen */
	h1 {
		font-size: 20px;
		text-align: center;
	}
	
	h2, h3 {
		font-size: 16px;
	}
}

/* Extra kleine Mobile Geräte */
@media screen and (max-width: 480px) {
	body {
		font-size: 13px;
	}
	
	#wrap {
		width: 100%;
		margin: 0 auto;
		padding: 5px;
		box-sizing: border-box;
	}
	
	#logo img {
		max-width: 150px;
	}
	
	.moduletable_menu a {
		font-size: 14px;
		padding: 10px 12px;
	}
	
	#main_content {
		margin: 0;
		padding: 15px;
		box-sizing: border-box;
	}
	
	#right {
		margin: 0;
		padding: 12px;
		box-sizing: border-box;
	}
	
	#zimmerpreise {
		font-size: 9px;
		border-radius: 4px;
	}
	
	#zimmerpreise th {
		padding: 6px 3px;
		font-size: 9px;
	}
	
	#zimmerpreise td {
		padding: 5px 3px;
		font-size: 9px;
	}
	
	h1 {
		font-size: 18px;
	}
	
	h2, h3 {
		font-size: 14px;
	}
	
	#footer {
		font-size: 11px;
	}
}

/* ############## MOBILE MENU TOGGLE BUTTON ################### */

#mobile-menu-toggle {
	display: none;
	background: transparent;
	color: #57AB27;
	border: 2px solid #57AB27;
	padding: 8px 12px;
	font-size: 18px;
	border-radius: 5px;
	cursor: pointer;
	margin: 0;
	width: auto;
	min-width: 50px;
	height: 50px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	z-index: 1000;
}

#mobile-menu-toggle:hover {
	background: #57AB27;
	color: white;
}

#mobile-menu-toggle:active {
	background: #4A9123;
	color: white;
}

@media screen and (max-width: 768px) {
	#mobile-menu-toggle {
		display: block;
		position: absolute;
		top: 15px;
		right: 15px;
	}
	
	/* Header Container Flex Layout */
	#header-container {
		position: relative;
		min-height: 60px;
	}
	
	/* Burger Menu Layout */
	#menu {
		position: relative;
	}
	
	.moduletable_menu ul {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		background: #57AB27;
		z-index: 999;
		display: none;
		border-radius: 0;
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
		margin: 0;
		padding-top: 60px;
	}
	
	.moduletable_menu ul.show {
		display: block;
	}
	
	/* Overlay für bessere UX */
	.menu-overlay {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.5);
		z-index: 998;
		display: none;
	}
	
	.menu-overlay.show {
		display: block;
	}
}

/* Touch-friendly Link Styles */
@media screen and (max-width: 768px) {
	.moduletable_menu a,
	.moduletable_top a {
		transition: background-color 0.2s ease, opacity 0.2s ease;
	}
	
	/* Focused state für Formulare */
	.focused {
		background-color: #f0f8ff;
		border-radius: 4px;
	}
	
	/* Performance Optimierungen */
	* {
		-webkit-tap-highlight-color: transparent;
	}
	
	img {
		max-width: 100%;
		height: auto;
	}
	
	/* Bessere Scrolling Performance */
	body {
		-webkit-overflow-scrolling: touch;
	}
	
	/* Disable zoom on form inputs für iOS */
	input[type="text"],
	input[type="email"],
	input[type="tel"],
	input[type="password"],
	textarea,
	select {
		font-size: 16px !important;
	}
	
	/* Touch-friendly Buttons */
	button,
	input[type="submit"],
	input[type="button"] {
		min-height: 44px;
		min-width: 44px;
		padding: 12px 16px;
		border-radius: 4px;
		cursor: pointer;
	}
	
	/* Zimmer Cards Mobile */
	.zimmer-cards-container {
		max-width: 100%;
		margin: 0 -5px;
	}
	
	.zimmer-card {
		margin-bottom: 15px;
		margin-left: 5px;
		margin-right: 5px;
	}
	
	.zimmer-name {
		padding: 12px 15px;
		font-size: 15px;
	}
	
	.preis-zeile {
		padding: 12px 15px;
		flex-direction: column;
		align-items: flex-start;
		gap: 5px;
	}
	
	.saison-name {
		font-size: 13px;
	}
	
	.preis-wert {
		font-size: 16px;
		align-self: flex-end;
	}
	

}
