html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, footer, header, nav, section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption, figure, main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: inherit;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio, video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details, menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clr {
  clear: both;
}
.cell {
  display: table-cell;
  vertical-align: top;
}
.row {
  display: table-row;
}
.left {
  float: left;
}
.right {
  float: right;
}
.centered {
  margin: 0 auto;
}
pre.dump {
  border: 1px dashed #000;
  border-radius: 10px;
  padding: 5px;
  margin: 10px;
}
a, a:visited, a:hover, a:visited:hover {
  text-decoration: none;
  outline: 0;
  color: inherit;
}
img {
  max-width: 100%;
  margin: auto;
}
html, body {
  width: 100%;
  height: 100%;
}

body {
  font-family: arial;
  background: #fff;
  color: #000;
  font-size: 14px;
}
#wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
}
article#fulltext #image_wrapper {
  background: url('https: //desideriopizzeria.hu/modules/template/template/default/css/../images/platter.jpg') 50% 50% no-repeat;
  background-size: cover;
  height: 300px;
  position: relative;
  margin-bottom: 60px;
}
article#fulltext figure {
  position: absolute;
  left: 80px;
  width: 340px;
  height: 250px;
  top: 80px;
  border: 2px solid #fff;
  box-shadow: 2px 7px 5px #888;
  margin: 0;
}
article#fulltext header {
  float: left;
  width: 28%;
  background: #f1f1f1;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 1em;
  margin: 0 1%;
  text-align: center;
}
article#fulltext header h1 {
  margin-top: 0;
}
article#fulltext .content {
  box-sizing: border-box;
  float: left;
  width: 70%;
  padding: 0 1em;
}
article#fulltext .content p {
  line-height: 1.3em;
  text-align: left;
  font-size: 3em;
}
img {
  max-width: 100%;
  height: auto;
}
article#fulltext .content a{
  text-decoration: underline;
  color: blue;
}
@media only screen and (max-width:1000px) {
  h1 {
    font-size: 1.75em;
  }
  h2 {
    font-size: 1.5em;
  }
}
@media only screen and (max-width:900px) {
  h1 {
    font-size: 1.5em;
  }
  h2 {
    font-size: 1.25em;
  }
}
@media only screen and (max-width:800px) {
  article#fulltext header, article#fulltext .content {
    float: none;
    width: 98%;
  }
}
@media only screen and (max-width:700px) {
  article#fulltext #image_wrapper {
    background: none;
    height: auto;
    margin: 0;
  }
  article#fulltext figure {
    position: static;
    margin: 1em auto;
    max-width: 98%;
    border: none;
    height: auto;
    box-shadow: none;
  }
}