
/* Variablen definieren */
:root {
  --hintergrund_farbe_innen: #f2f2f2;
  --text_farbe: #494949;

}
/* Variablen definieren */




body {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;    
    background-color: var(--hintergrund_farbe_innen);
    overflow-y: scroll;  /* Diese Einstellung dient dazu, dass die Seite nicht springt - der Rollbalken wird immer eingeblendet  */

}	

#container {
    margin: 0;
    padding: 0;
    border: 0;
}

/* Das ist der erste Block ganz oben mit dem Menü  */
#masthead {
    margin: 1% 1% 0% 1%;
    text-align: center; 
    font-weight: bolder;
    z-index: 100;
}

/* Block links mit den Wetterdaten */

#stats_group {

    clear: both;
    margin: 1%;
    padding: 10px;
    float: left;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #a9a9a9;
    border-bottom: 1px solid #808080;
    border-left: 1px solid #a9a9a9;
    background-color: var(--hintergrund_farbe_innen);
}

#plots {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Für alle Bilder RESPONSIVE! */

.image_bilder {
    padding: 0;
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;   
}

.bilder_responsiv {
    padding: 0;
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;   
}

.image_logo {
    padding: 0;
    display: block;
    margin: 0 auto;
    max-height: 90%;
    max-width:  90%;   
}

.stats table {
    border: none; solid #ffffff;
    background-color: var(--hintergrund_farbe_innen);
    width: 100%;
    table-layout: fixed; /* Dieses Setting ist nur wichtig für die "responiv" Funktion im IE11 */
}

.stats td {
    border: none; solid #ffffff;
    background-color: var(--hintergrund_farbe_innen);
    padding: 2px;    
    color: var(--text_farbe);
    text-align:center;
}


/* ANFANG Formatierung für Davis Raspberry Messwerte */

.messwerte td {
    border: none; solid #ffffff;
    background-color: var(--hintergrund_farbe_innen);
    padding: 2px;    
    color: var(--text_farbe);
    text-align:left;
}

.image_charts {
    padding: 0;
    
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;   
}

.div_messwerte_charts {
   overflow: hidden;
    min-height: 500px;
    margin: 1%;
    padding: 0px 10px 0px 10px;
    float: right;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #a9a9a9;
    border-bottom: 1px solid #808080;
    border-left: 1px solid #a9a9a9;
    background-color: var(--hintergrund_farbe_innen);
    text-align: center;
}


/* ENDE Formatierung für Davis Raspberry Messwerte */

.werte td {
    border: none; solid #ffffff;
    background-color: var(--hintergrund_farbe_innen);
    padding: 2px;    
    color: var(--text_farbe);
    font-size: 12pt;    
}

.werte table {
    border: none; solid #ffffff;
    background-color: var(--hintergrund_farbe_innen);
    width: 100%;
}

.stats_header  {
    color: #2e2e2e;
    animation-direction:font-size: 12pt;
    font-weight: bolder;
}

.stats_label {
    color: #2e2e2e;
    
}

.wetterwerte {
    font-weight: bolder;
}

.stats_data {
    color: #2e2e2e;
    
}

/* Block rechts mit den Diagrammen */

#content {
  
    overflow:hidden;
    width: 880px;
    min-height: 500px;
    margin: 1%;
    padding: 0px;
    float: right;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #a9a9a9;
    border-bottom: 1px solid #808080;
    border-left: 1px solid #a9a9a9;
    background-color: var(--hintergrund_farbe_innen);
}

#text {
    overflow:hidden;
    min-height: 500px;
    margin: 0% 01% 1% 1%;
    padding: 10px;
    background-color: var(--hintergrund_farbe_innen);
    text-align: justify;
    font-size: 11pt;
}

#text-mitte {

    overflow:hidden;
    margin: 0% 1% 1% 1%;
    padding: 10px;
    background-color: var(--hintergrund_farbe_innen);
    text-align: center;
    font-weight: bold;
}

.div-container {
    overflow: hidden;
    min-height: 640px;
    margin: 1%;
    padding: 0px 10px 0px 10px;
    float: right;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #a9a9a9;
    border-bottom: 1px solid #808080;
    border-left: 1px solid #a9a9a9;
    background-color: var(--hintergrund_farbe_innen);
    text-align: center;
}
 
.fb-page {
    background-color: var(--hintergrund_farbe_innen);
}
 
 
/* linkes Div */
.div-content_left {
  overflow: hidden;
  float: left;
  width: 60%;
}
 
/* rechtes Div */
.div-content_right {
  overflow: hidden;
  padding: 1% 0% 1% 7%;
  width: 30%;
}

.div-webcam {
  overflow: hidden;
  float: left;
  width: 100%;
  padding: 0% 0% 0% 0%;
}

.div-fotos {
  overflow: hidden;
  float: left;
  width: 100%;
  padding: 0% 0% 0% 0%;
}

/* **********************/
/* Video Formatierungen */
/* **********************/

/* Video Container: 4:3 */
.video-container43 {
    position: relative;
    padding-bottom: 70.5%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
/* Video Container: 4:3 */


/* Video Container: 16:9 */
.video-container169 {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
/* Video Container: 16:9 */


.video-container43 iframe,
.video-container43 object,
.video-container43 embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container169 iframe,
.video-container169 object,
.video-container169 embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container-wrapper640 {
max-width: 100%;
width: 640px;
left: 0;
right:0;
margin:auto;
}

.video-container-wrapper800 {
max-width: 100%;
width: 800px;
left: 0;
right:0;
margin:auto;
}

.video-container-wrapper1024 {
max-width: 100%;
width: 1024px;
left: 0;
right:0;
margin:auto;
}

.text-medien {    
    width: 640px;
    text-align: justify;
}


/* *********************/
/* Text Formatierungen */
/* *********************/

span.text_bold_unterstrichen {
	text-decoration: underline;
	font-weight: bold;
    color: var(--text_farbe);	
}

span.text_bold_orange {
	font-weight: bold;
	color: #FD6A02;				/*rot: ff0000, gelb: ffff00*/
}

span.text_bold_schwarz {
	font-weight: bold;
	color: var(--text_farbe);				/*rot: ff0000, gelb: ffff00*/
}

span.text_bold_rot {
	font-weight: bold;
	color: #FF0000;				/*rot: ff0000, gelb: ffff00*/
}

span.text_bold_lila {
	font-weight: bold;
	color: #D02090;				/*rot: ff0000, gelb: ffff00*/
}

span.text_bold_blau {
	font-weight: bold;
	color: #0000cd;				/*rot: ff0000, gelb: ffff00*/
}

span.datum {
	text-decoration: none;
	font-weight: normal;
    font-size: 10px;
    font-family: Arial;
}

#werbung {
    text-align: center;
}

#footer_links {
    text-align: center;
    margin: 1%;
}

#content .header {
    font-size: 14pt;
    font-weight: bolder;
    color: #3d6c87;
    margin-bottom: 10px;
}

#content .caption {
    font-weight: bold;
    color: #3d6c87;
}

#content table {
    text-align: center;
    width: 100%;
}

#content td {
    width: 50%;
}

#content .label {
    text-align: right;
    font-style: italic;
}

#content .data {
    text-align: left;
}

#plots {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
    
#plots img {
    
    margin: 3px;
    padding: 3px;
}


.status_ok {
    color: #44aa44;
}

.status_low {
    color: #aa4444;
}

.status_normal {
    color: var(--text_farbe);
}

.status_warnung {
    color: #ff0000;
}

/* Block unten mit der Navigation */

#navbar {
    margin: 0 1% 1% 1%;
    padding: 5px;
    text-align: center;
    clear: both;
    border-top: 0px solid #dcdcdc;
    border-right: 0px solid #a9a9a9;
    border-bottom: 0px solid #808080;
    border-left: 0px solid #a9a9a9;
}

/*************** Global Styles ***************/

h2, h3, h4, h5, h6 {
    color: #3d6c87;
}

/*Nachfolgende Einstellungen sind für die Links der Seite: links.htm*/

.links:link {color: #c6510d; font-family: Arial; font-size: 18px; text-decoration: none; font-weight: normal; line-height: 18px}
.links:visited {color: #c6510d; font-family: Arial; font-size: 18px; text-decoration: none; font-weight: normal; line-height: 18px}
.links:hover {color: #800000; font-family: Arial; font-size: 18px; text-decoration: none; font-weight: normal; line-height: 18px}
.links:active {color: #c6510d; font-family: Arial; font-size: 18px; text-decoration: none; font-weight: normal; line-height: 18px}



/* Steuerung für das Floaten */

@media (max-width:1010px) {
    .div-container { overflow: visible; float: left; width:93%; min-height:auto; }
    .div_messwerte_charts { overflow: visible; float: left; width:93%; min-height:auto; }
    
    /* div-content_right - steuert die Ränder für das Feacebook PlugIn */ 
    .div-content_right { overflow: hidden; padding: 1% 0% 1% 1%; width: 30%; }
    #stats_group { width:93%; }

    /* stats - Für die Steuerung der Vorhersagebilder */ 
    .stats { margin-left:10%; margin-right:10%; }
    .stats td {font-size: 10pt;}

    .messwerte td {font-size: 12pt;}  
    .werte table { width: 90%; margin-left:5%; margin-right:10%; }

    /* text-mobil - Für die Zentrierung bei der kleinen Ansicht */ 
    #text-mobil { text-align: center; }

    .text-medien {overflow:hidden; width:auto; text-align: justify; }
    .div-content_left {width:100%; }
    .div-content_right {width:90%; }
    .div-webcam { width: 100%; }
    
    /* text - größerer Prognosetext für Smartphones */
    #text {font-size: 13pt;}

    /* Die Masthead Einstellung ist wichtig, damit beim Scrollen der Menüpunkt oben fixiert bleibt */
    #masthead { position: fixed; top: auto; right: 5px; } 
}

@media (min-width:1011px) {
    .div-container { overflow: hidden; float: none; margin-right:15px; }
    .div_messwerte_charts { overflow: hidden; float: none; margin-right:15px; }
    /* div-content_right - steuert die Ränder für das Feacebook PlugIn */ 
    .div-content_right { overflow: hidden; padding: 1% 0% 1% 5%; width: 33%; }
    #stats_group {margin-left:15px; width:300px;} 
    .stats td {font-size: 10pt;}
    .messwerte td {font-size: 8pt;}   
    #text-mobil { text-align: center;}
    .stats_label { font-size: 10pt;}
    .werte td { font-size: 10pt;}
}

@media (min-width:1300px) {
    .div-container { overflow: hidden; float: none; margin-right:75px; }
    .div_messwerte_charts { overflow: hidden; float: none; margin-right:75px; }
    /* div-content_right - steuert die Ränder für das Feacebook PlugIn */ 
    .div-content_right { overflow: hidden; padding: 1% 0% 1% 8%; width: 30%; }
    .stats td {font-size: 12pt;}    
    .messwerte td {font-size: 12pt;}
    #stats_group {margin-left:75px; width:430px; } 
    #text-mobil { text-align: center; }
    .werte td { font-size: 12pt;}
}

@media (min-width:2300px) {
    .div-container { overflow: hidden; float: none; margin-right:400px; }
    .div_messwerte_charts { overflow: hidden; float: none; margin-right:400px; }
    /* div-content_right - steuert die Ränder für das Feacebook PlugIn */ 
    .div-content_right { overflow: hidden; padding: 1% 0% 1% 10%; width: 30%; }
    .stats td {font-size: 12pt;}
    .messwerte td {font-size: 12pt;}   
    #stats_group {margin-left:400px; width:430px; }
    #text-mobil { text-align: center; }
    .werte td { font-size: 12pt;}
}

@media (min-width:2800px) {
    .div-container {  float: none; margin-right:600px; }
    .div_messwerte_charts {  float: none; margin-right:600px; }
    .stats td {font-size: 12pt;}
    .messwerte td {font-size: 12pt;}        
    /* div-content_right - steuert die Ränder für das Feacebook PlugIn */ 
    .div-content_right { overflow: hidden; padding: 1% 0% 1% 10%; width: 30%; }
    
    #stats_group {margin-left:600px; width:430px; }
    #text-mobil { text-align: center; }
    .werte td { font-size: 12pt;}
}   

