/* www.beilharz-design.de */
/* Copyright Heinz Beilharz */

/* 20-02-25 Vers. 1.3 */
/* 26-06-25 Vers. 1.4 */
/* 13-09-25 Vers. 1.401 */

/* Farben
Rot: rgb(204, 21, 52);
Grau: #f0f0f0; 
*/

/* Null */
*	{
	margin: 0;
	padding: 0;
}
ol, ul	{
	margin: 1em;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/open-sans-v29-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v29-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v29-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v29-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v29-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v29-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* Links, Navi */
A	{
	font-weight: normal;
    border: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
    /*transition: opacity 0.5s ease;
    transition: font-size 0.5s ease;*/
    letter-spacing: 0.05em;
}
A:link, A:visited 	{
	color: silver;
    text-decoration: none;
	font-size: 80%;
    width: 180px;
}
#active_navi {    /* Aktives Navi-Element in der php-Datei */
    /*color: rgb(204, 21, 52);*/
    /*border-bottom: 1px solid rgb(204, 21, 52);*/
    /* opacity: 0.75; */
    color: #404040;
}
A:focus		{   /* Anzeige mit der Tab-Taste */
	color: rgb(204, 21, 52);
    text-decoration: none;
    border: none;
}
A:hover		{
	color: #f0f0f0;
}

article A:link, article A:visited 	{   /*Links im Fliesstext*/
	color: #404040;
    text-decoration: none;
	font-size: 100%;
}
/* Ende Links */

/* Grundstruktur */
body	{
    padding: 0;
    margin: 0;
    font-size: 100%;
    width: 100%;
    background-color: #ffffff;
    font: normal normal normal 1.1em "Open Sans", arial, sans-serif;
    letter-spacing: 0.025em;
    text-align: left;
    color: #404040;
    overflow-x: hidden; /* Horizontaler Scrollbalken unterdruecken */
}

div {
    border: 0 solid;
}

header  {
    position: absolute;
    top: 0;
}
#header1	{
    /* background-color: #f0f0f0; */
    background-color: rgb(250,250,250); 
    width: 100%;
    height: 120px;
    float: left;
}
.logo {
    text-align: center;
    padding-top: 30px;
    margin-bottom: -40px;
}
.headerfoto {
    width: 100%;
    height: 160px;
    position: relative;
    top: 0;
    /* float: left; */
    overflow: hidden;
}
.headerfoto img {
    margin-top: -45px;
}
/* .zentrieren */ {         /* Fotos auf Mitte, auch horizontal */
    display: flex;
    justify-content: center;
    align-items: center;
}
.article	{
    width: 100%;
    min-height: 630px;
    height: auto;
    font-size: 110%;    /* Schriftgröße Fließtext */
    margin-top: 150px;
    margin-left: 37px;
    line-height: 1.5em;
}
#footer {
    width: 100%;
    height: 325px; 
    background-color: #666666;  /*Hintergrundfarbe footer*/
}
/* Ende Grundstruktur */

/* Allgemeine Formatierungen */
h1, h2	{
  font-family: 'AmsiProCond-Bold', Verdana, Arial, sans-serif;
  font-size: 2.5em;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.05em;
  margin: 40px 0 10px 0;
  padding: 0;
  line-height: 1.2em;
  color: rgb(120, 120, 120);
}
h2	{
  padding: 0;
  margin: 25px 0 0 25px;
  color: rgb(120, 120, 120);
  font-weight: normal;
  font-size: 150%;
  line-height: 1.2em;
}
/* h3	{
    font-family: 'AmsiProCond-Bold', Verdana, Arial, sans-serif;
    padding: 0;
    margin: 25px 0 0 25px;
    color: #404040;
    font-weight: normal;
    font-size: 150%;
    line-height: 1.2em;
} */
p	{
  padding: 10px 0 10px 0;
  margin: 0;
  /*hyphens: auto;*/
  word-wrap: break-word;
}
img {
    width: 100%;
    height: auto;
}
.logo img   {
    border: none;
}
.headerfoto img, #topfoto img {
    width: 100%;
    height: auto;
}
div img {
    width: 506px;
    height: auto;
    margin: 0;
    padding: 0;
    /* border: 1px solid rgb(204, 21, 52); */
    border: none;
    border-radius: 4px;
}
p img {
    width: 250px;
    height: auto;
    margin: 0;
    padding: 0;
    /* border: 1px solid rgb(204, 21, 52); */
    border: none;
    border-radius: 4px;
}
table   {
    width: 100%;
}
table img   {
    width: 380px;
}   
td img  {   /* Rand bei Bilder in Tabellen ausblenden */
    border: none;
}
td  {
    font-size: 80%;
    text-align: left;
    vertical-align: top;
}

/* ************************* */
/* Menü 1 */
.menue a  {
    color: rgb(204, 21, 52);
    font-weight: bold;
    font-size: 80%;
} 
.menue A:link,.menue2 A:link, .menue A:visited, .menue2 A:visited 	{
	text-decoration: none;
	width: 180px;
    display: inline-block;
}
/* Navigation Menü 1 */
.menue	{
	width: 100%;
    position: relative;
    top: -15px;
    z-index: 1000;
}
.menue li {
    list-style: none;
    display: inline-block;
    background-color: #ffffff;
    padding: 5px 0 8px 0;
    width: 180px;
    /* margin: 0 -2px 0 -2px; */
    margin: 0 -5px 0 -5px;
    text-transform: uppercase;
}
.menue li a:hover   {
    padding: 5px 0 0 0;
    color: rgb(100,100,100);
}
ul {
    margin: 0;
    padding: 0;
}
/* Navigation Menü 2 */
/* Menü 2 */
#footermenue a  {
    color: rgb(204, 21, 52);
    font-weight: bold;
    font-size: 80%;
}
#footermenue A:link, #footermenue A:visited 	{
	text-decoration: none; 
	font-size: 80%;
    width: 110px;
    display: inline-block;
}
.menue2	{
	width: 100%;
    /* border-bottom: 1px solid rgb(204, 21, 52); */     /* Linie unter dem 2. Menü */
}
.menue2 li {
    list-style: none;
    display: inline-block;
    background-color: #ffffff;
    padding: 2px 0 5px 0;
    width: 120px;
    margin: 0 -2px 0 -2px;
    text-transform: uppercase;
    //border-bottom: 2px solid rgb(204, 21, 52);
}
#footermenue a:hover   {
    padding: 0 0 0 0;
    color: rgb(100,100,100);
}
#footermenue    {
    width: 100%;
    height: 15px;
}
/* ************************* */

.center {
    text-align: center;
}
.color {
    color: rgb(204, 21, 52);  /* Rot */
}
#hb {
    width: 400px;
    height: auto;
    float: right;
    text-align: right;
    margin-right: 45px;
    font-size: 0.85em;
}
.size2  {
    width: 50px;
    height: auto;
}
.wrap {	 
    width: 50%;
    margin: 0 auto;
    //margin-top: 412px;
    margin-top: 450px;	/* Hier ändern wenn sich die News in der Höhe ändern */
    min-height: 1000px;
}
.wrap2 {     /* Mittlerer Footer */
    width: 45%;
    min-height: 305px;
    background-color: #757575;
    padding-bottom: 20px;
    margin: 0 auto;
    color: #ffffff;
}
//.fix {
    margin-top: -70px;
    margin-bottom: 5px;
    min-height: 70px;
    background-color: #ffffff;
    position: relative;
    z-index: 50;
    border: 0;
    box-shadow: 0px 4px 4px #cccccc; /* Schatten unter dem Slider */
}
.transparenz {
    opacity: 0.8;
}
.wrap2 a:link, .wrap2 a:visited   {
    color: #ffffff;
}
.dist {
    padding: 0 0 15px 0;
    background-color: transparent;
}
.wide {
    letter-spacing: 0.1em;
}
.vers   {
    text-transform: uppercase;
}
#header1 img, .header1 img {  /* Schatten Logo abschalten */
    box-shadow: none;
}
.aside_re  {
    width: 250px;
    background-color: #f0f0f0;
    font-size: 90%;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #000000;
    position: absolute;
    top: 270px;
    right: 2.5%;
    z-index: 10;
    border-radius: 4px;
    /* box-shadow: 5px 5px 5px 2px silver; */
}
.aside_re p   {
    padding: 5px 5px 0 10px;
    line-height: 1.5em;
}
.aside_re p a:link, .aside_re p a:visited	{
	color: black;
}
.aside_re h2    {
    padding: 0 0 10px 0;
}
.none-wide  {
    display: none;
}
.aside_re img    {
    width: 240px;
    height: auto;
    margin-left: -7px;
}
//.back   {
    background-color: rgb(137, 137, 137);
    background-image: url(../frontend/abb/foto4.jpg);
}
hr  {   /* Horizontale Linien */
    border: none;
    border-top: 1px solid #000000;
    margin: 10px 0 0 0;
    border-color: silver;
}
.defColor   {
    color: silver;
}
.adresse    {
    font-size: 1em;
    color: silver;
    text-align: center;
    margin-top: 30px;
}

/* Footer */
.footer {
    color: #BFBFBF;
    min-height: 150px;
}
#footer p {
    //font-size: 1.25em;
}
.l li {     /* Menü im Footer */
    display: block;
    margin-left: 25px;
    color: #000000;
}
.l li a:hover   {
    color: silver;
}
//img {      /* Schatten der Bilder */
    //box-shadow: 0px 2px 5px 0px #BFBFBF;
    //padding-top: 5px;
    background-color: transparent;
    background: none;
}
//.open  {
    display: block;
    padding: 0 0 0 75px;
    //font-weight: bold;
    color: #404040;
    //background-image: url(../Abb/pfeil2.png);
    background-repeat: no-repeat;
    background-size: 110% 100%;
    background-position: -25px 0;
    margin: 0;
    //border: 1px solid silver;
}

//@media only screen and (min-width:850px)    {
    //img {
        max-width: 50%;
        height: auto;
    }
    //.hidden {
        display: none;
    }
}

@media only screen and (min-width:850px)    {
    .menue	{
	font-size: 1.35em;
    letter-spacing: 0.1em;
    }
    .kleiner {   /* 2. Menü  */
    font-size: 0.75em;
    }
    h2	{
	margin-bottom: 0;
    }
}

@media only screen and (min-width:1850px)    {  /* Grosse Bildschirme */    <!-- ? -->
    body    {
    font-size: 108%;
    }
}

.menue-button {  /* Burgermenue  bei Desktop ausblenden */
  display: none;
}
.hidden {
    display: none;
}

