/* CSS Stylesheet by dialog im netz http://dialog-im-netz.de
                                    */
html,blockquote,body,div,dl,dt,dd,fieldset,form,
h1,h2,h3,h4,h5,h6,ol,p,ul,li,center,hr,pre,img,
table,tr,td,th,thead,tbody,tfoot,caption  {
margin:0;
padding:0;
border:0 none;
font-size: 1em;
}

/* background-image: -moz-linear-gradient(top, #0f0f3c 0%, #16166e 100%); */

body {
color: black;
background: #060606 url('Saturn01.jpg') center center no-repeat fixed;
background-size: cover;
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
margin:0;
padding: 10px 10px 0;
overflow: auto;
display: flex;
  flex-direction: row;
 flex-wrap: wrap;
}
body,p {transition: .4s}


a {
color: black;
outline: 0;
}
td {
vertical-align:top
}

p,ul,h2,h3 {
margin: 0 0 5px 0
}
p,iframe{
position: relative;
display: block;
border: 2px solid #ffe06c ;
border-top-color:  #ffe06c;
border-right-color:  #dc013d;
border-bottom-color:  #dc013d;
margin: 0 2px 2px 0;
background-color: #ffe184;
background-image: linear-gradient(180deg, #ffe184 0%, #e5be49 100%);
border-radius: 8px;
padding: 2px
}
p:hover {
border-color: #e68500
}
iframe {
	width: calc(100% - 10px);
 height: 20px;
}
h2{
color: #e0b87c;
text-shadow: 0 0 4px #000000;
margin: 1em 0 5px 5px;
font-size: 20px;

}
ul {
padding-left: 16px
}
li {
vertical-align:middle
}
.hide, .h0 {
display:none
}
.clear {
clear: both
}
.center {
 display: block;
	text-align: center
}
.bildlinks {
float: left;
margin: 0 10px 5px 0
}
.bildrechts {
float: right;
margin: 0 0 5px 10px
}
.klein{
font-size:11px;
}
.inlinefloat {
float:left;
width: 120px
}
.heller p {
 background-image: -moz-linear-gradient(top, #f8efd1 0%, #e5be49 100%);
}
.wetter {
  background-image: -moz-linear-gradient(top, #cfb5ff 0%, #a591dc 100%);
}
div {
box-sizing: border-box;

}

/* DIVS */ 
.float {
height: auto;
margin: 0;
width: 20%;
}
.floatright {
float:right;
}

.float p,
.float a {
	break-inside: avoid: 
	break-after: avoid: 
	break-before: avoid: 

}
.float a{
display:block;
text-decoration: none;
padding: 0px 9px;
font-size: 14px;
border-bottom: 2px solid  transparent;
border-top: 2px solid  transparent;
border-left: 2px solid  transparent;
}
.float a img,
.floatright a img {
width: 100%;
max-width: 180px;
height: auto;
}
.float a:hover,
.floatright a:hover {
transition: .4s;
color: #ffcc2f;
background-color: #755e1a;
border-bottom: 2px solid  #ffe06c;
border-top: 2px solid  #b29a49;
border-left: 2px solid  #b29a49;
text-shadow: 1px 1px #2c230b
}
#footer {
clear:both;
background-color: #626262
}

form {
 display: block;
 position: absolute;
 margin: 0 auto;
 top: calc(50vh - 100px);
 left: calc(50vw - 150px);
 width: 300px;
 background-color: transparent; 
}
label {
 color: white; 
 clear: both; 
 float: left; 
 width: 80px
}
#send {
 margin-left: 80px
}

@media screen and (max-width: 800px){
body {
overflow: auto;
}
iframe {
 height: 40px
}
.float {
width: 50%;
font-size: 18px;
}
.float a {
 font-size: 18px;
}
}
@media screen and (max-width: 440px){
.float {
width: 100%
}
}