/**
 * @author      Jens Frei
 * @package     Joomla!
 * @subpackage  Lingopro-Privatkunden-Template
 * @link        http://werbestudio-frei.de
 * @email       info@erbestudio-frei.de
 * @copyright   Jens Frei
 *
 * Lingopro-Privatkunden-Template
 * Copyright (C) 2026 Jens Frei
 *
**/

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


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

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


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

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

}

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

#sidebar h3 {
	font-family: 'Georgia',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: 'Georgia',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: 'Georgia',serif;
    text-align: center;
	line-height: 30px;
	font-size: 22px;
}


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

#wrapper{
  width: 1050px;
  margin: 0 auto;
  min-height: 1050px;
  height:auto !important;
  height:2050px;
  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 #AE4A84;
	float:left;
}

#breadcrumb{
	width: 1050px;
	height:400px;
	border-top: 3px solid #AE4A84;
	border-bottom: 3px solid #AE4A84;
	float:left;
}

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

#section-wrapper{
	width: 1080px;
    border-top: 3px solid #AE4A84;
    padding: 20px;
	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: 50px;
	background-color: #AE4A84;);
	float:left;
}


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

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

/* WICHTIG: li floaten (nicht a!) */
#main-navigation .mod-menu li {
    float: left;
}

/* Menü-Links */
#main-navigation .mod-menu li a {
    display: block;
    width: 200px;
    height: 50px;

    font-family: 'Georgia',serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 48px;
    text-align: center;
    color: #000;
    text-decoration: none;

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

    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #666666;

    transition: all 200ms ease-in;
}

/* erster / letzter Punkt */
#main-navigation .mod-menu li:first-child a {
    border-left: none;
}

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

/* Hover */
#main-navigation .mod-menu li a:hover {
    background-color: rgba(199, 199, 199, 0.3);
    transition: all 400ms ease-in;
}

/* Float fix (sehr wichtig!) */
#main-navigation .mod-menu::after {
    content: "";
    display: block;
    clear: both;
}

/*#main-navigation .mod-menu li.item-110 a {
    background: url('../images/link_lila.png') no-repeat center;
    text-indent: -9999px;
    display: block;
}

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