/**
 * @author      Jens Frei
 * @package     Joomla!
 * @subpackage  Koerperbalance
 * @link        http://werbestudio-frei.de
 * @email       info@erbestudio-frei.de
 * @copyright   Jens Frei
 *
 * Koerperbalance Julia Muenster Template
 * Copyright (C) 2025 Jens Frei
 *
**/

/* ************** ALLGEMEINE FORMATIERUNGEN *********************
*****************************************************************/


*{
	margin: 0px;
	padding: 0px;
}

html, body{
  background:url(../images/bg.jpg);
  height: 1050px;
}


/* ************************** TYPO ****************************
*****************************************************************/

 body{
	font-family: 'Baskerville',serif;
	font-size: 30px;
	font-weight: 700;
	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: 'Baskerville',serif;
	font-size: 30px;
	text-align:center;
	font-weight: 700;
	line-height: 200px;
	color: #000000;

}

h2 {
	font-family: 'Baskerville',serif;;
	font-size: 35px;
	font-weight: 900;
	color: #002F5D;
}

#sidebar h3 {
	font-family: 'Baskerville',serif;
	font-size: 10px;
	font-weight: 700;
	color: #FFFFFF;
	text-shadow: 1px 1px 0px #000000;
	display:block;
	background: #999999;
	width: 230px;
	height: 10px;
	line-height: 11px;
	text-indent: 20px;
	border-bottom: 1px #CCC;
}

#breadcrumb a{
	font-family: 'Baskerville',serif;
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
	text-decoration: none;
	line-height: 43px;
	margin-left: 30px;
}

#breadcrumb a:hover{
	text-decoration:underline;
}

#artikeltext{
	line-height: 30px;
	font-weight: 700;
	font-size: 20px;
	color: #000000;
}

footer{
    font-family: 'Baskerville',serif;
/*	text-align: center;*/
	line-height: 25px;
	font-size: 9px;
}


/* ************************** LAYOUT ****************************
*****************************************************************/

#wrapper{
  width: 1050px;
  margin: 0 auto;
  min-height: 1050px;
  height:auto !important;
  height:1050px;
  background-color: hsla(0, 100%, 100%, 0.8);
  overflow: hidden !important; /* FF Scroll-leiste */
}

#main-header{
  width: 1050px;
  height:303px;
  float:left;
}

#headerbild{
	background:url(../images/header.png);
	background-repeat:no-repeat;
	width: 1050px;
	height: 250px;
	    border-bottom: 3px solid #7F0023;
	float:left;
}

#main-navigation{
	width: 1050px;
	height: 50px;
	float:left;
}

#section-wrapper{
	width: 1080px;
    border-top: 3px solid #7F0023;
	float:left;
}


/*#sidebar{
	width: 250px;
	float:center;
	padding: 20px;
}*/


#content{
	width: 980px;
	padding: 20px;
	margin-right: 20px;
	margin-left: 20px;
	float:left;
}


footer{
	width: 1050px;
	height: 150px;
	padding: 20px;
	background-color: #7F0023;
	float:left;
}


/* ************************** NAVIGATION ************************
*****************************************************************/

#main-navigation .menu{
	list-style-type: none;
	width: 1050px;
}

#main-navigation .menu li a{
	width: 175px;
	height: 50px;
	display: block;
	float:left;

	font-family: 'Trebuchet MS',serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 42px;
	text-align:center;
	color: #434242;
	text-decoration: none;

	text-shadow: 1px 1px 0px #ECECEC;

	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: 175px;
}

#main-navigation .menu li:last-child a{
  	border-right: none;
	width: 174px;
}

#main-navigation .menu li a:hover{
	background-color: rgba(127, 0, 35, 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: 45px;
	display: block;
	float:left;

	font-family: 'Arial', cursive;
	font-size: 30px;
	font-weight: 700;
	line-height: 45px;
	color: #002F5D;
	text-indent: 30px;
	text-decoration: none;

	border-bottom: 1px 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: #CCCCCC;

	-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;
}
