/* basislayout.css */
html{font-size:2vw}body{background-color:#FFF;font-family:Trebuchet MS,Arial,Helvetica}#wrapper{width:100%;height:auto;margin-right:auto;margin-left:auto;background-color:#FFF;border:1px solid #E8E8E8}#header{height:190px;min-height:190px;margin-bottom:5em;padding:40px 0;background:#C0C0C0 url("../../files/rezeptsite/content/fotos/essenbanner03.png") center top no-repeat;border-bottom:5px solid #900}#hoehenangabe{height:11.6em}#header h1,#header h2{padding-right:20px;padding-left:20px;font-size:3.45em;color:#FFF;letter-spacing:4px}#header h1{font-size:2.5em}#header h2{font-size:1.5em}#container{padding:10px;display:flex; flex-direction:row}main{display:flex;flex-direction:row;flex-wrap:wrap}#container h1{font-size:1.5em}#container p{font-size:1em}.mod_article{width:100%;padding-right:10px;display:flex;flex-wrap:wrap}.ce_text{float:left;padding-right:10px;flex-basis: 90%}.ce_image{margin-top:2em;flex-basis: 80%}.ce_text a:link{font-size:1.2em;font-weight:bold;text-decoration:none;color:#690}.ce_text a:visited{font-weight:normal;text-decoration:none;color:#A2CD5A}.ce_text a:hover{color:#900}#footer{height:8em;padding:10px;background-color:#690;background:-moz-linear-gradient(bottom,#669900,#99CC00);background:-webkit-linear-gradient(bottom,#669900,#99CC00);background:-o-linear-gradient(bottom,#669900,#99CC00);background:-ms-linear-gradient(bottom,#669900,#99CC00);background:linear-gradient(to top,#669900,#99CC00);-pie-background:linear-gradient(bottom,#669900,#99CC00);border-top:5px solid #900}