/**
 * @author      Jens Frei
 * @package     Joomla!
 * @subpackage  haeberle-Template
 * @link        http://werbestudio-frei.de
 * @email       info@erbestudio-frei.de
 * @copyright   Jens Frei
 *
 * Pe_De Template
 * Copyright (C) 2022 Jens Frei
 *
**/

/* ************** ALLGEMEINE FORMATIERUNGEN *********************
*****************************************************************/


*{
        margin: 0px;
        padding: 0px;
}

html, body{
  background:url(../Images/bg.png);
  width: 100%;
}

/* ************************** TYPO ****************************
*****************************************************************/

 body{
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        color: #FFFFFF;
}

p{
        margin-top: 20px;
}

code{
        font-size: 11px;
        color: #FFFFFF        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: 'Open Sans', sans-serif;
        font-size: 40px;
        font-weight: 700;
        color: #e3000f;


}

h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 24px;
        text-align:left;
        font-weight: 700;
        color: #e3000f;
        line-height: 30px;
}

#sidebar h3 {
        font-family: 'Open Sans', sans-serif;
        font-size: 34px;
        font-weight: 700;
        color: #FFFFFF;
        text-shadow: 1px 1px 0px #000000;
        display:block;
        width: 230px;
        height: 34px;
        line-height: 34px;
        text-indent: 20px;
}

#breadcrumb a{
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        font-weight: 400;
        color: #FFF;
        text-decoration: none;
        line-height: 43px;
        margin-left: 30px;
}

#breadcrumb a:hover{
        text-decoration:underline;
}

#artikeltext{
        line-height: 35px;
        font-size: 18px;
        color: #000;
}

footer{
        text-align: center;
        line-height: 43px;
        font-size: 18px;
        text-indent: 20px;

}



/* ************************** LAYOUT ****************************
*****************************************************************/

#wrapper{
  width: 1050px;
  background-color: hsla(0, 100%, 100%, 0.5);
  margin: 0 auto;
  min-height: 1050px;
  height:auto !important;
  height:1050px;
  overflow: hidden !important; /* FF Scroll-leiste */
}

#main-header{
  width: 1050px;
  height:280px;
  float:left;
}

#headerbild{
        background:url(../Images/haede.png);
        align:center;
        background-repeat:no-repeat;
        width: 1050px;
        height: 325px;
        float:left;

}

#main-navigation{
        width: 1050px;
        height: 45px;
        float:left;
}

#breadcrumb{
        width: 1050px;
        height: 450px;
        float:left;
}


#section-wrapper{
        width: 1050px;
        float:left;
}

#sidebar{
	width: 230px;
	float:left;
	margin-top: 25px;
}

#content{
	width: 700px;
	padding: 20px;
	float:left;
}


footer{
        width: 1050px;
        height: 42px;
        background: #e3000f;
        float:left;
}


/* ************************** NAVIGATION ************************
*****************************************************************/

<!--#main-navigation .menu{
        list-style-type: none;
        width: 1050px;
}

#main-navigation .menu li a{
        width: 210px;
        height: 42px;
        display: block;
        float:left;
        background: #840000;


        font-family:  Eurostile, sans-serif;
        font-size: 30px;
        font-weight: 400;
        line-height: 42px;
        text-align:center;
        color: #FFF;
        text-decoration: none;

        text-shadow: 1px 1px 0px #030303;

        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: 210px;
}

#main-navigation .menu li:last-child a{
          border-right: none;
          width: 209px;
}

<!--#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: 40px;
        display: block;
        float:left;
        background: #e3000f;

        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 36px;
        text-indent: 30px;
        color: #FFF;
        text-decoration: none;

        text-shadow: 1px 1px 0px #000000;

        border-bottom: 2px solid #FFFFFF;
        border-top: 2px solid #FFFFFF;

        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;
}

#sidebar .menu li:last-child a{
          border-right: none;
        width: 230px;
        height: 40px;
        background: #e3000f;
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 36px;
        text-indent: 30px;
        color: #FFF;
        text-decoration: none;