/*
* 1800
*/
@media screen and (max-width: 1800px) {

  #map-wrapper {
    width: calc(120%);
    margin-left: -10%;
  }
}

/*
* 1600
*/
@media screen and (max-width: 1600px) {

  #banner-logo {
    width: 400px;
  }

  #map-wrapper {
    width: calc(110%);
    margin-left: -5%;
  }

}

/*
* 1440
*/
@media screen and (max-width: 1440px) {

  #banner-logo {
    width: 370px;
  }

  #popup-buttons button.agree-button {
    margin-right: 0;
    margin-bottom: 0.5em;
  }  

  .eu-cookie-compliance-message {
    float: unset;
    max-width: unset;
    margin-right: 1em;
  }

  .eu-cookie-compliance-buttons {
    max-width: unset;
    width: unset;
    flex: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: center;
  }  

  #popup-buttons button {
    padding: 12px 20px;
  }

  #popup-text h2 {
    margin-top: 0.6em;
  }

  #banner-swiper .swiper-slide {
    padding-bottom: calc(90vh - 86px);
  }

  .callout-box-title {
    font-size: 32px;
    line-height: 32px;
  }  

  h1{
    font-size: 60px;
    line-height: 1.1em;
  }

  h2{
    font-size: 38px;
  }

  h3{
    font-size: 32px;
  }

  h4{
    font-size: 24px;
  }

  .section-title h2 {
    font-size: 56px;
  }

  .eco-image{
    text-align: center;
    left: calc(50% - 120px);
  }

  .eco-image img {
    width: 240px;
  }


}

/*
* 1300
*/
@media screen and (max-width: 1300px) {
  
  #main-menu ul.menu li a {
    padding: 0px 10px;
    letter-spacing: 0px;
  }

  .eco-item:nth-child(even){  
    margin-left: calc(100% - 300px);
    margin-right: 0px;
  }

  .eco-item:nth-child(odd){
    margin-left: 0px;
    margin-right: calc(100% - 300px);
  }

}

/*
* 1200
*/
@media screen and (max-width: 1200px) {

  h1{
    font-size: 56px;
  }   

  h2{
    font-size: 34px;
  }

  h3{
    font-size: 28px;
  }

  h4{
    font-size: 22px;
  }

  #menu-social a {
    padding: 0 8px;
  }

  #main-menu ul.menu li a {
    padding: 0px 8px;
  }

  #menu-social {
    display: none;
  } 

  .eu-cookie-compliance-content {
    margin: 1em auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
  }

  #popup-text h2 {
    margin-top: 0em;
    text-wrap: balance;
  }

  .eu-cookie-compliance-message{
    margin-bottom: 0.4em;
  }

  #popup-buttons button.agree-button {
    margin: 0 0.5em 0 0;
  }

  #popup-buttons button.decline-button {
    margin: 0 0 0 0.5em;
  }

  .eu-cookie-compliance-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

  #popup-text p {
    text-wrap: balance;
  }

  .view-termekek-for-recept .views-row,
  .view-termekek .views-row {
    width: calc(100% / 3 - 2em);
    margin: 1em;
  }

  .view-receptek-for-termek .views-row,
  .view-receptek .views-row {
    width: calc(100% / 3 - 2em);
    margin: 1em;
  }

  #cover .image-background-formatter{
    aspect-ratio: 21 / 9;
  }

}

/*
* 1100
*/
@media screen and (max-width: 1100px) {

  #banner-logo {
    width: 330px;
  }

  #pre-footer ul.menu li a {
    padding: 10px 10px;
  }

  .eco-image{
    text-align: center;
    left: calc(50% - 100px);
  }

  .eco-image img {
    width: 200px;
  }
  
}

/*
* 1000
*/
@media screen and (max-width: 1000px) {

  h1{
    font-size: 50px;
  }

  h1.page-title:before {
    bottom: 4px;
  }  

  h2{
    font-size: 32px;
  }

  h3{
    font-size: 26px;
  }

  h4{
    font-size: 20px;
  }

  #menu-social {
    display: inline-block;
  } 

  #mobile-menu-open{
    display: inline-block;
  }

  .region-primary-menu{
    display: none;
  }

  .gin--vertical-toolbar #main-menu{
    top: 40px;
  }

  #menu-logo {
    flex: 1;
  }  

  .section-title h2 {
    font-size: 48px;
  }

  #recept-wrapper{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
  }

  #recept-left{
    width: 100%;
    margin-right: 0%;
    margin-bottom: 2em;
  }

  #recept-right{
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
  }

  #product-wrapper{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
  }

  #product-left{
    width: 100%;
    margin-right: 0%;
    margin-bottom: 2em;
  }

  #product-right{
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
  } 

  #product-right h2{
    margin-top: 0;
  }

  .eco-image{
    display: none;
  }

  .eco-item:nth-child(even){  
    margin-left: unset;
    margin-right: unset;
  }

  .eco-item:nth-child(odd){
    margin-left: unset;
    margin-right: unset;
  }

  .eco-item{
    width: 100%;
    position: relative;
    margin: 0.5em 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
  }

  .eco-item .eco-ico{
    margin: 0;
    width: 150px;
    text-align: center;
    order: 1;
    display: flex;
    align-items: center;
    height: auto;
    margin-right: 20px;
    justify-content: center;
  }

  .eco-item .eco-text{
    order: 2;
    text-align: left;
    flex: 1;
    display: flex;
    align-items: center;
  }

  .eco-item:nth-child(even) .eco-ico{
    order: 2;
    margin-left: 20px;
    margin-right: 0px;
  }

  .eco-item:nth-child(even) .eco-text{
    order: 1;
    text-align: right;
  }


}

/*
* 959
*/
@media screen and (max-width: 959px) {

  .view-termekek-for-recept .views-row,
  .view-termekek .views-row {
    width: calc(100% / 3 - 1em);
    margin: 0.5em;
  }

  .view-receptek-for-termek .views-row,
  .view-receptek .views-row {
    width: calc(100% / 3 - 1em);
    margin: 0.5em;
  }

}

/*
* 959 landscape
*/
@media only screen and (max-width: 959px) and (orientation: landscape) { 

  #mobile-menu {
    width: unset;
  }

  #mobile-menu ul {
    text-align: center;
  }

  #mobile-menu ul li{
    width: unset;
  }

  #mobile-menu ul li a {
    width: unset;
    padding: 8px 12px;
  }

  #mobile-overlay-branding {
    max-width: 250px;
  }

  #mobile-menu-wrapper .social-icons {
    margin-top: 1em!important;
  }  

  #mobile-menu ul {
    margin-top: 1em!important;
  }

  #mobile-menu-wrapper .social-icon svg {
    width: 28px;
    height: 28px;
  }

}

/*
* 850
*/
@media screen and (max-width: 850px) {

  footer > div {
    margin-top: 2em;
    margin-bottom: 2em;
    display: flex;
    flex-direction: column;
  }

  #footer-left{
    text-wrap: balance;
    width: 100%;
    text-align: center;
    margin-bottom: 0.4em;
  }

  #footer-right{
    text-wrap: balance;
    width: 100%;
    text-align: center;
  }

  .section-title h2 {
    font-size: 42px;
  }

  .view-termekek-for-recept .views-row,
  .view-termekek .views-row {
    width: calc(100% / 2 - 1em);
    margin: 0.5em;
  }  

  .view-receptek-for-termek .views-row,
  .view-receptek .views-row {
    width: calc(100% / 2 - 1em);
    margin: 0.5em;
  } 

  .callout-box-title:before {
    height: 24px;
  }

  .callout-box-title {
    font-size: 28px;
    line-height: 28px;
  }

}

/*
* 767
*/
@media screen and (max-width: 767px) {

  h1{
    font-size: 46px;
    line-height: 1.1em;
  }

  h1.page-title:before {
    bottom: 3px;
  }

  .section-title h2 {
    font-size: 46px;
  }

  .callout-box-title:before {
    height: 30px;
  }

  .callout-box-title {
    font-size: 40px;
    line-height: 40px;
  }

  #callouts {
    margin-top: 0px;
  }

  #callouts .container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: center;
  }

  .callout-box-wrapper {
    width: 100%;
    margin: 15px 0;
  }

  #cover .image-background-formatter{
    aspect-ratio: 16 / 9;
  }

}


/*
* 650
*/
@media screen and (max-width: 650px) {

 

}

/*
* 600
*/
@media screen and (max-width: 600px) {


}

/*
* 550
*/
@media screen and (max-width: 550px) {
  
  h1{
    font-size: 38px;
  }

  h2{
    font-size: 26x;
  }

  h3{
    font-size: 22px;
  }

  h4{
    font-size: 20px;
  }

  .section-title h2 {
    font-size: 36px;
  }

  .view-termekek-for-recept .views-row,
  .view-termekek .views-row {
    width: 100%;
    margin: 1em 0;
  }

  .view-receptek-for-termek .views-row,
  .view-receptek .views-row {
    width: auto;
    max-height: 80vh;
    margin: 1em 0;
  }  

  .view-receptek-for-termek .views-row:hover .views-field-field-belyegkep,
  .view-receptek .views-row:hover .views-field-field-belyegkep {
    max-height: 80vh;
  }

  .view-receptek-for-termek .views-row .views-field-field-belyegkep img,
  .view-receptek .views-row .views-field-field-belyegkep img {
    max-height: 80vh;
    width: auto;
  }

  .eco-item .eco-ico {
    width: 100px;
  }

  .eco-item .eco-ico img {
    width: 90px;
    height: 90px;
  }

  #banner-logo {
    width: 300px;
    margin-bottom: 1em;
  }

  #banner-slogan {
    font-size: 18px;
    letter-spacing: 1px;
  }

  .callout-box-wrapper {
    margin: 5px 0;
  }

  #cover .image-background-formatter{
    aspect-ratio: 3 / 2;
  }  

}

/*
* 480
*/
@media screen and (max-width: 480px) {

  #popup-text h2 {
    font-size: 22px;
  }

  #popup-text p {
    line-height: 1.2em;
    font-size: 16px;
  }  

  #popup-buttons button {
    padding: 12px 10px;
  }
 
  #menu-social .social-icon:nth-child(2){
    display: none;
  }

  #menu-social .social-icon:nth-child(3){
    display: none; 
  }

  #menu-logo {
    text-align: center;
  }

  #mobile-menu-open {
    width: 22px;
  }

  .eco-item {
    margin: 2em 0;
  }

  .eco-item .eco-ico {
    width: 100%;
    position: absolute;
    text-align: center!important;
    margin: 0!important;
  }

  .eco-item .eco-text {
    text-align: center!important;
  }

  #banner-logo {
    width: 250px;
  }

}

/*
* 320
*/
@media screen and (max-width: 320px) {
  
}

   