@media only screen and (min-width: 768px) {
.prinfodiv {
    min-width: 500px;
}
}

@media only screen and (max-width: 768px) {
    .prinfo{
        display: flow! important;
    }
    .prajout{
        height: 83px;
    }
}   


// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) {
   
}

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) {
    
}

// Large devices (desktops, 992px and up)
@media (min-width: 992px) {

}

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {

}




// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }


.imageheader{
  
  width: 100%;
    height: 100vh;
    background: url("../../examplepic_2048.jpg") top center;
    background-size: cover;
}

.h1 {
  padding-bottom: 20px;
  color: #fff;
  font-size: 7em;
  /*font-family: 'Lato', sans-serif;*/
  font-weight: 400;
  text-align: italic;
  clear: both;f
  line-height: 60px;
  letter-spacing: 2px;
  word-spacing: 2px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);

  
}

.reservertext{
    color: #ff4a2c;
}

.reserver div a img{
opacity: 0.3;
  

}
.exampicinfo {
    background: url(../../cream_pixels_@2X.png);
    background-size: 160px 160px;
    border-bottom: 1px solid #e5e5e5;
}

.exampicinfo p {
    text-align: center;
    color: #000000;
    font-family: 'Cardo', serif;
    font-weight: 400;
    font-style: italic;
    line-height: 22px;
    padding-top: 30px;
    width: 92%;
    margin: 0 auto;
    padding-bottom: 10px;
}

.examplepicinfobox{
    text-align: center;
    position: absolute;
    top: 62px;
    left: 3.4%;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

.examplepicinfobox h1{
  color: #fff;
  font-size: 3em;
  font-family: 'Cardo', serif;
  font-weight: 400;
  font-style: italic;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  min-width: 300px;
}

.examplepicinfobox p {
    color: #fff;
    font-size: 1.6em;
    font-family: 'Cardo', serif;
    font-weight: 400;
    font-style: italic;
    display: block;
}
.examplepicinfobox span {
    color: #fff;
    font-size: 20px;
    font-family: 'Cardo', serif;
    font-weight: 400;
    font-style: italic;
    display: block;
}

.examplepicinfobox em.lftborder {
    border-top: 1px solid #fff;
    display: inline-block;
    margin-right: 1%;
    padding-bottom: 5px;
    width: 95px;
}


.examplepicinfobox em.rhtborder {
    border-top: 1px solid #fff;
    display: inline-block;
    margin-right: 1%;
    padding-bottom: 5px;
    width: 95px;
}

.productsbox {
    padding-bottom: 22px;
}

.productsbox {
    width: 94%;
    margin: 0 auto;
}

.productsbox ul{
  padding-left: 0px;
}

.productsbox ul li {
    border-bottom: 1px solid #e5e5e5;
}


ol, ul {
    list-style: none;
}

.category_outer {
    background: url(../../cream_pixels_@2X.png);
    background-size: 160px 160px;
    border: 1px solid #e5e5e5;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 15px;
    margin-bottom: 38px;
    margin-top: 48px;
    box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.05);
}

.category_title {
    color: #F06A54;
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    padding-bottom: 15px;
}

.category_inner {
    background-color: white;
    border: 1px solid #e5e5e5;
    padding-left: 20px;
    padding-right: 20px;
}

.category_title {
    color: #F06A54;
    font-size: 2em;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    padding-bottom: 15px;
}

.primg {
    padding-top: 48px;
    padding-bottom: 38px;
    
}

.primg img {
    max-width: 222px;
    width: 100%;
    height: 100%;
    max-height: 200px;
    max-width: 200px;
    
    object-fit: cover;
    object-position: center;
}


.prinfo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.prajout{
    
    display: flex;
    align-items: center;
    justify-content: center;
}

.prinfo h3 {
    color: #F06A54;
    font-size: 22px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    padding-bottom: 6px;
}

.prinfo h3 a {
    color: #F06A54;
    text-decoration: underline;
}

.prinfo h3.price {
    display: inline;
    font-size: 20px;
    font-family: 'Cardo', serif;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 0;
}

.prinfo em {
    float: right;
    color: #000000;
    font-size: 19px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    padding-top: 10px;
}

.prinfo em a {
    color: #F06A54;
    text-decoration: none;
}

.clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
}