body
{
  background-color: white;
  color: black;               /* Schriftfarbe */
  font: normal 1em Helvetica, Arial, sans-serif;
  padding: 0px;
  margin: 0px;
  border: 0px;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

div#fixed_search
{
  position: fixed;
  z-index:999;
  font: normal 1.0em Helvetica, Arial, sans-serif;
  overflow: auto;
  background-color: white;
  min-width: 950px;
  width: 100%;
  border-width: 0px 0px 2px 0px;
  border-style: inset;
}

div#frieda_logo
{
  float: left;
  font-size: 3em;
  width: 280px;
  padding: 10px 10px 20px 10px;
}

div#wetter_logo
{
  float: left;
  font-size: 3em;
  width: 280px;
  padding: 10px 10px 20px 10px;
}

div#search_center
{
  margin: auto;
  text-align: center;
  position: relative;
  width: 600px;
}

div#form_search
{
  float: left;
  font-size:16pt;
  width: 600px;
  min-width: 600px;
  border: 0px;
  border-radius: 0px;
  margin: 0px;
  padding: 15px 0px 15px 0px;
}

div#news
{
  border-color: green;
  border-width: 2px 2px 2px 2px;
  border-radius: 5px;
  border-style: solid;
  margin: 0px 10px 10px 0px;
  padding: 10px;
}

div#newsitem
{
  float: left;
  width: 100%;
}

div#newsimage
{
  float: left;
  width: 20%;
}

div#newstext
{
  float: left;
  width: 80%;
}

div#newstext1
{
  padding: 0px 10px 10px 10px;
}

ul#galerie
{
  padding: 0px;
  margin: 0px;
}

li#img
{
  display: inline-block;	
  list-style-type: none;
  width: 19%;
}

button#img
{
  position: relative;	
  padding: 2px;
}

button#img:focus, 
button#img:hover
{
  background: #09c;
}

img
{
  padding: 0;
  margin: 0;	
  max-width: 100%;
//  width: auto;  /* Bild passt sich an verfügbaren Raum im li an */
  max-height: 300px;
  height: auto;  /* Bild passt sich an verfügbaren Raum im li an */
}

img#img
{
  padding: 0;
  margin: 0;	
  max-width: 100%;
  width: auto;  /* Bild passt sich an verfügbaren Raum im li an */
  max-height: 300px;
  height: auto;  /* Bild passt sich an verfügbaren Raum im li an */
}

img.dwd
{
  padding: 0;
  margin: 0;	
  max-width: 660px;
  max-height: 500px;
  height: auto;  /* Bild passt sich an verfügbaren Raum im li an */
}

input#bname
{
  background-color: #FFFFDD;
  float: left;
  font-size:18pt;
  height: 50px;
  width: 538px;
  margin:0px;
  padding: 0px 0px 0px 10px;
  border-style: inset;
  border-width: 2px 0px 2px 2px;
  border-radius: 18px 0px 0px 18px
}

input#bname:focus
{
  outline: none;
}

button#bname
{
  float: left;
  font-size:18pt;
  background-color: #7fff7f;
  color: green;
  height: 54px;
  width: 50px;
  margin:0px;
  padding: 0px;
  border-style: inset;
  border-width: 2px 2px 2px 2px;
  border-radius: 0px 18px 18px 0px
}

button#bname:focus
{
  outline: none;
}

button#bname:hover
{
  background-color: green;
  color: #7fff7f;
  border-style: outset;
}

div#wetter
{
}

div#wetter a:link
{
  text-decoration: none;
  color: Purple;               /* Schriftfarbe */
  font: normal 12pt Helvetica, Arial, sans-serif;
}

div#wetter a:visited
{
  text-decoration: none;
  color: Indigo;               /* Schriftfarbe */
  font: normal 12pt Helvetica, Arial, sans-serif;
}

div#wetter a:hover
{
  text-decoration: underline;
  color: Purple;               /* Schriftfarbe */
  font: normal 12pt Helvetica, Arial, sans-serif;
}

div#wetter a:active
{
  text-decoration: underline;
  color: Indigo;               /* Schriftfarbe */
  font: normal 12pt Helvetica, Arial, sans-serif;
}

div#wetterbutton
{
  text-decoration: none;
  text-align: center;
  font-size: 2em;
  margin: 5px;
  padding: 5px 10px 5px 10px;
  background-color: #ffffcf;
  border: solid 2px #AfAfAf;
  border-radius: 10px;
}

div#wetterbutton:hover
{
  text-decoration: none;
  background-color: green;
}


div#addpage a:link
{
  text-decoration: none;
  color: Purple;               /* Schriftfarbe */
  font: normal 12pt Helvetica, Arial, sans-serif;
}

div#addpage a:visited
{
  text-decoration: none;
  color: Indigo;               /* Schriftfarbe */
  font: normal 12pt Helvetica, Arial, sans-serif;
}

div#addpage a:hover
{
  text-decoration: underline;
  color: Purple;               /* Schriftfarbe */
  font: normal 12pt Helvetica, Arial, sans-serif;
}

div#addpage a:active
{
  text-decoration: underline;
  color: Indigo;               /* Schriftfarbe */
  font: normal 12pt Helvetica, Arial, sans-serif;
}

div#results
{
  position: relative;
  overflow:hidden;
  font: normal 14pt Helvetica, Arial, sans-serif;
  top: 90px;
  min-width: 620px;
  margin-left: 300px;
}

div#title a:link
{
  text-decoration: none;
  color: Purple;               /* Schriftfarbe */
  font: normal 1.25em Helvetica, Arial, sans-serif;
}

div#title a:visited
{
  text-decoration: none;
  color: Indigo;               /* Schriftfarbe */
  font: normal 1.25em Helvetica, Arial, sans-serif;
}

div#title a:hover
{
  text-decoration: underline;
  color: Purple;               /* Schriftfarbe */
  font: normal 1.25em Helvetica, Arial, sans-serif;
}

div#title a:active
{
  text-decoration: underline;
  color: Indigo;               /* Schriftfarbe */
  font: normal 1.25em Helvetica, Arial, sans-serif;
}

div#link a:link
{
  text-decoration: none;
  color: FireBrick;               /* Schriftfarbe */
  font: normal 1.0em Helvetica, Arial, sans-serif;
}

div#link a:visited
{
  text-decoration: none;
  color: OrangeRed;               /* Schriftfarbe */
  font: normal 1.0em Helvetica, Arial, sans-serif;
}

div#link a:hover
{
  text-decoration: underline;
  color: OrangeRed;               /* Schriftfarbe */
  font: normal 1.0em Helvetica, Arial, sans-serif;
}

div#link a:active
{
  text-decoration: underline;
  color: OrangeRed;               /* Schriftfarbe */
  font: normal 1.0em Helvetica, Arial, sans-serif;
}

div#link_info
{
  text-decoration: none;
  color: FireBrick;               /* Schriftfarbe */
  font: normal 0.8em Helvetica, Arial, sans-serif;
}

div#searchleft
{
  position: relative;
  text-align: center;
  font: normal 2.5em Helvetica, Arial, sans-serif;
  text-decoration: none; 
  top: 90px;
  width: 600px;
  margin: 10px 0px 20px 300px;
}

div#searchleft a:link
{
  text-decoration: none; 
}

#tnav
{
  border-spacing: 0px;
  border: 0;
  cellspacing: 0;
  cellpadding: 0;
}

#tnav th, td
{
  vertical-align: top;
  text-align: right;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 2px;
  padding-right: 2px;
}

div#dialog_bar
{
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  background: #efefef; /* Old browsers */
  background: -moz-linear-gradient(top,  #efefef 0%, #cfcfcf 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#cfcfcf)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #efefef 0%,#cfcfcf 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #efefef 0%,#cfcfcf 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #efefef 0%,#cfcfcf 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #efefef 0%,#cfcfcf 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-9 */
  color: black;               /* Schriftfarbe */
  margin: 0px;
  border: 0px;
  padding: 0px;
}

div#dialog_bar ul
{
  margin: 0;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 0;
  padding-right: 0;
  text-align: right;
  border: 0;
}

div#dialog_bar li.left
{
  list-style: none;
  position: absolute;
  text-align: left;
  margin: 0px;
  border: 0px;
  padding: 0px;
  left: 0.4em;
  //border-right: 1px solid black;
}

div#dialog_bar li.right
{
  list-style: none;
  display: inline-block;
  text-align: right;
  margin: 0px;
  border: 0px;
  padding-right: 5px;
  left: 0.0em;
  right: 0.4em;
  width: 12em;
  //border-left: 1px solid black;
}

div#dialog_bar a, div#dialog_bar span
{
  display: inline-block;
  padding: 0.4em;
  text-decoration: none;
  transition: background-color .25s ease-in;
  color: black;
}

div#dialog_bar a:hover, div#dialog_bar a:focus
{
  color: whitesmoke;
  background-color: gray;
  transition: background-color 0.01s;
}

div#dialog_bar a:active
{
  color: white;
}

.searched
{
  font-size:12px;
  font-weight: normal;
  color: gray;
}

div.forecast_main
{
  display: block;  
  margin: 0 0 15px 5px;
}

div.forecast
{
  position: relative;
  border: 2px solid #dfe1e5;
  border-radius: 6px;
  margin: 5px 5px 0 5px;
  background-color: #fff;
  width: 680px;
  height: 325px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  font-family: "Roboto",Arial,sans-serif!important;
  text-decoration: none;
}

div.forecast_top
{
  width: 100%;
  margin: 0 auto;
  display: table;
  clear: both;
  content: '';
  background-color: #fff;
  border-radius: 6px 6px 0 0;
}

div.forecast_top_main
{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 15px auto 0;
  padding: 0 0 10px 0;
  border-bottom: 2px solid #ff4f98;
  width: 660px;
}

h2.forecast_city
{
  display: block;
  float: left;
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  font-family: Roboto,Arial,sans-serif!important;
  color: #333;
  word-break: break-word;
  max-width: 470px;
}

h2.forecast_date
{
  display: block;
  float: left;
  margin: 0;
  font-weight: 200;
  font-size: 18px;
  line-height: 1;
  font-family: "Roboto",Arial,sans-serif!important;
  color: rgb(85, 85, 85);
  max-width: 470px;
}

div.forecast_bot
{
  display: flex;
  width: 680px;
  padding-bottom: 0px;
  border-radius: 0 0 6px 6px;
}

div.forecast_bot_left
{
  float: left;
  width: 255px;
}

div.forecast_bot_left_top
{
  width: auto;
  height: 128px;
  display: flex;
  align-items: center;
}

div.forecast_bot_left_bot
{
  display: block;
}

p.forecast_temp
{
  font-weight: 400;
  font-size: 48px;
  line-height: 1.3;
  font-family: Oswald,Arial,sans-serif;
  color: #333;
  margin: 0 auto;
  padding-top: 20px;
  letter-spacing: -4px;
  padding-right: 15px;
}

span.forecast_c
{
  font-weight: 200;
  font-size: 48px;
  line-height: 1;
  font-family: Oswald,Arial,sans-serif;
}

img.forecast_icon
{
  display: block;
  width: 128px;
  height: 128px;
}

p.forecast_bot_left_text1
{
  text-transform: capitalize;
  margin: 0 0 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  font-family: Roboto,Arial,sans-serif!important;
  color: #333;
  text-align: center;
}

p.forecast_bot_left_text2
{
  margin: 0;
  font-weight: 400; 
  font-size: 14px;
  padding: 2px 0;
  line-height: 1;
  font-family: Roboto,Arial,sans-serif!important;
  color: #333;
  text-align: center;
}

div.forecast_bot_right
{
  float: left;
  margin-top: 5px;
  margin-left: -6px;
}

ul.forecast_bot_right
{
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  width: 425px;
  margin-top: 16px;
  margin-bottom: 17px;
  padding: 0;
}

li.forecast_bot_right
{
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  font-family: Roboto,Arial,sans-serif!important;
  color: #333;
  text-align: center;
}

div.forecast_diag
{
  width: 425px;
  height: 160px;
}

@media screen and (max-width: 950px)
{
 div#fixed_search
  {
    position: fixed;
    z-index:999;
    font: normal 1.0em Helvetica, Arial, sans-serif;
    overflow: auto;
    background-color: white;
    min-width: 0px;
    width: 100%;
  }

  div#frieda_logo
  {
    position: relative;
    text-align: center;
    font-size: 3em;
    width: 450px;
    margin-left: 10px;
    margin-right: 225px;
    padding: 10px 0px 0px 0px;
  }

  div#search_center
  {
    margin: auto;
    text-align: center;
    position: relative;
    width: 450px;
  }

  div#form_search
   {
    position: relative;
    text-align: left;
    font-size:16pt;
    width: 450px;
    min-width: 450px;
    border: 0px;
    border-radius: 0px;
    margin: 0px;
    margin-left: 10px;
    padding: 5px 0px 10px 0px;
  }
  
  div#results
  {
    position: relative;
    overflow: auto;
    font: normal 14pt Helvetica, Arial, sans-serif;
    top: 140px;
    margin-left: 10px;
  }
  
  div#newsimage
  {
    float: left;
    width: 25%;
  }
  
  div#newstext
  {
    float: left;
    width: 75%;
  }

  input#bname
  {
    float: left;
    font-size:18pt;
    height: 50px;
    width: 388px;
    margin:0px;
    padding: 0px 0px 0px 10px;
    border-style: inset;
    border-width: 2px 0px 2px 2px;
    border-radius: 18px 0px 0px 18px
  }
  
  div#searchleft
  {
    position: relative;
    text-align: center;
    font: normal 2.5em Helvetica, Arial, sans-serif;
    text-decoration: none; 
    top: 140px;
    margin: 0px 0px 20px 10px;
  }
  
  div#dialog_bar li.left
  {
    list-style: none;
    position: inline-block;
    text-align: left;
    margin: 0px;
    border: 0px;
    padding: 0px;
    left: 0.4em;
    width: 10em;
    //border-right: 1px solid black;
  }

}
