/**
 * @author      Jens Frei
 * @package     Joomla!
 * @subpackage  Hotel Junginger Tamplate
 * @link        http://werbestudio-frei.de
 * @email       info@erbestudio-frei.de
 * @copyright   Jens Frei
 *
 * Hotel Junginger
 * Copyright (C) 2024 Jens Frei
 *
**/

/* ************** ALLGEMEINE FORMATIERUNGEN *********************
*****************************************************************/


*{
	margin: 0px;
	padding: 0px;
}

html, body{
  background:url(../images/bg.jpg);
  height: 1050px;
}

/* ************************** TYPO ****************************
*****************************************************************/

 body{
	font-family: 'Poppins', sans-serif;
	text-align: center;
	font-size: 14px;
	color: #000000;
}

p{
	margin-top: 20px;
}

code{
	font-size: 11px;
	color: #000000	display:block;

	background: rgb(255,255,255); /* Old browsers */


background-size: 36px 36px;

border: 1px solid #333;
}


#artikeltext p:first-child{
	margin-top: 0px;
}

h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 25px;
	text-align:center;
	font-weight: 500;
	line-height: 30px;
	color: #81C113;

}

h2 {
	font-family: 'Poppins', sans-serif;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #81C113;
}

#sidebar h3 {
	font-family: 'Poppins', sans-serif;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #000000;
	text-shadow: 1px 1px 0px #FFFFFF;
	display:block;
	background: #999999;
	width: 230px;
	height: 30px;
	line-height: 20px;
	text-indent: 20px;
	border-bottom: 1px #CCC;
}

#breadcrumb a{
	font-family: 'Poppins'l, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
	line-height: 43px;
	margin-left: 30px;
}

#breadcrumb a:hover{
	text-decoration:underline;
}

#artikeltext{
	line-height: 30px;
	color: #000000;
}

footer{
	text-align: center;
	line-height: 43px;
	font-size: 15px;
	color: #FFFFFF
}



/* ************************** LAYOUT ****************************
*****************************************************************/

#wrapper{
  width: 1052px;
  margin: 0 auto;
  min-height: 1050px;
  height:auto !important;
  height:1050px;
  background-color: hsla(0, 100%, 100%, 0.8);
  background-repeat: repeat-y;
  overflow: hidden !important; /* FF Scroll-leiste */
}

#main-header{
  width: 1050px;
  float:left;
}
#language-selection{
  width: 1050px;
  height: 25px;
  float:left;
  border-bottom: 2px solid #563127;
}

#headerbild{
	background:url(../images/headerbild.jpg);
	background-repeat:no-repeat;
	width: 300px;
	height: 253px;
	float:left;
	border-bottom: 2px solid #563127;
}

#main-navigation{
	width: 1050px;
	height: 70px;
	float:left;
	padding-top: 10px;
	border-bottom: 2px solid #CECED1;

}

#breadcrumb{
	width: 748px;
/*	height: 450px;   */
	background: #FFFFFF;
	border-bottom: 2px solid #563127;
	float:left;
	border-right: 2px solid #81C113;
}

#section-wrapper{
	width: 1050px;
	float:left;
}

#sidebar{
	width: 300px;
	float:left;
	margin-top: 25px;

}

#content{
	width: 748px;
	padding: 20px;
	float:left;
	border-right: 2px solid #81C113;
}

footer{
	width: 1050px;
	height: 42px;
	background: #81C113;
	border-top: 2px solid #563127;
	float:left;
}


/* ************************** NAVIGATION ************************
*****************************************************************/

#main-navigation .menu{
	list-style-type: none;
	width: 1048px;

}

#main-navigation .menu li a{
	width: 174px;
	height: 50px;
	display: block;
	float:left;

	font-family:  Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 42px;
	text-align:center;
	color: #563127;
	text-decoration: none;

	text-shadow: 1px 1px 0px #FFFFFF;

	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #666666;

	webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}


#main-navigation .menu li:first-child a{
  	border-left: none;
	width: 174px;
}

#main-navigation .menu li:last-child a{
  	border-right: none;
	width: 175px;
}

#main-navigation .menu li a:hover{
	background-color: rgba(199, 199, 199, 0.3);

	-webkit-transition: all 400ms ease-in;
	-moz-transition: all 400ms ease-in;
	-ms-transition: all 400ms ease-in;
	-o-transition: all 400ms ease-in;
	transition: all 400ms ease-in;
}

/* ************************** SUB-NAVIGATION ************************
*****************************************************************

#sidebar .menu{
	list-style-type: none;
	width: 230px;
}

#sidebar .menu li a{
	width: 230px;
	height: 36px;
	background:#FF0000;
	display: block;
	float:left;

	font-family:  'Alatsi', sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 36px;
	text-indent: 30px;
	color: #FFFFFF;
	text-decoration: none;

	text-shadow: 1px 1px 0px #000000;

	border-bottom: 2px dashed #CCCCCC;

	webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}


#sidebar .menu li a:hover{
	background: #CC0000;

	-webkit-transition: all 400ms ease-in;
	-moz-transition: all 400ms ease-in;
	-ms-transition: all 400ms ease-in;
	-o-transition: all 400ms ease-in;
	transition: all 400ms ease-in;
}
*/