
*        {
         box-sizing: border-box;
         font-family: sans-serif;

}

body   {background-image: url("https://www.floral-direkt.de/layout/cn_floraldirekt/image/bg.jpg");}

@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
}

a {      color: white;}

header {
         font-size: medium;
         text-decoration: underline;
         color: green;
         border: 1px solid green;
         margin: 20px 20px 10px 20px;
         padding: 0px;
         background-color: white;
         height: 90px;
         vertical-align: middle;
        }

.float   {
         float: left;
         }

#logobox {width: 33%;
         margin: 20px 0px 0px 0px;}

#vorteilebox {
         width: 34%;
         text-align: left;
         font-size: 80%;
         padding-left: 0%;
         margin: 20px 0px 0px 0px;
         }
#versandbox {
            width: 33%;
            text-align: left;
            margin: 20px 0px 0px 0px;
}

#versandimg {
         margin-left: 20px;
         }
nav {
         background: #5FB404;
         margin: 0px 20px 0px 20px;
         border: 0px solid green;
         height: 30px;
}
nav > ul {list-style-type: none;
         margin: 0px;
         padding: 0px;}


nav > ul > li {
         background: #5FB404;
         padding: 5px;
         border: right 2px white;
         width: 150px;
         float: left;
         text-align: center;
         height: 30px;


         }
nav > ul > li:hover{
         background: grey;
         }
h1,h2,h3,p {     text-align: center; }

h3 		{color: red;}

span	{opacity: 0.0;}
