/**
 * design theme for emove
 */
body,
p,
a,
a:link, a:visited {
}

h1 {
    font-size: 2.125em;
    letter-spacing: 0;

    padding-top: 36px;
    padding-bottom: 36px;
}

h2 {
    padding-top: 24px;
    padding-bottom: 12px;
    padding-top: 36px;
    padding-bottom: 24px;
    font-size: 1.5em;
}
h1, h2, h3 {
    line-height: 1.25;
}

p {
    display: block;
    font-size: 1em;
    line-height: 1.625em;
    margin: 0;
    padding-top: 12px;
/*
    font-size: 0.9375em;
*/
}
p:first-child {
    padding-top: 0;
}
.v-align-helper,
.img-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

ul li {
    font-size: 1em;
    line-height: 1.6;
    list-style-type: square;
    margin-bottom: 6px;
    box-sizing: border-box;
    color: #6E6E6E;
}

/*
** backgrounds
*/
html {
  background-color: #fff;
}
body,
.text, .text2col,
.carte, .carte tr.even, .carte tr.odd {
  background-color: transparent;
}

strong {
    font-weight: normal;
}

/*
** settings
*/
.paddingtopl,
.paddingtop {
padding-top:120px;
}
.paddingbottoml,
.paddingbottom {
padding-bottom:120px;
}

/*
** mobile / desktop only
*/
.mobile-only {
display:none;
}
.dt-only {
display:block;
}
@media (max-width: 1024px) {
.mobile-only {
display:block;
}
.dt-only {
display:none;
}
}

.fullwidth-img {
width:100%;
}

/*
** menu
*/
#cancelbutton,
#menubutton {
    width: auto;
    height: 26px;
    margin: 0;
    padding: 0 20px;

    text-align: center;
    line-height: 26px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    
    font-size: 16px;
    letter-spacing: 2px;
    box-sizing: border-box;
}
.over-text #cancelbutton,
.over-text #menubutton {
    color: #14477E;
    border: 1px solid #14477E;
}

#mobilemenu .items {
    padding: 60px 4% 0 4%;
}

div#mobilemenu .items a {
    display: block;
    text-decoration: none;
    width: 100%;
    line-height: 24px;
    height: 24px;
    text-align: right;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.over-text div#mobilemenu .items a {
    color: #14477E;
}

.canceltxt, .menutxt {
    height: 24px;
}
/*
.burger {
    background-image: url(../images/burger.png);
}
.cancel-x {
    background-image: url(../images/x.png);
}
*/
@media (max-width: 820px) {
.over-text #cancelbutton,
.over-text #menubutton,
#cancelbutton, #menubutton {
    border: 1px solid transparent;
}
.cancel-button, .menu-button {
    top: 12px;
    margin-top: 0;
}
}
/* menu mobile */
div#menufadebg {
    display:none;
}
@media (max-width: 820px) {
.menu-mobile-open div#menufadebg {
    display:block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #14477E;
    opacity: 0.8;
    z-index: 940;
}

/*
** menu
*/
div#header {
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    height: 60px;
}
div#mainmenu {
    height: 60px;
    top: auto;
    bottom: 0;
    position: absolute;
}
/*
div#menubutton,
*/
div#cancelbutton {
    display: none;
}
div#itemcontainer {
    top: 0;
    margin: 0;
    height: 60px;
    line-height: 60px;
    width: 100%;
    text-align: center;

    display: block;
}
div#itemcontainer a {
    font-size: 20px;
    margin: 0 8px;
}
div#itemcontainer a {
    color:#fff;
}
.scrld div#itemcontainer a {
    color:#000;
}
div#itemcontainer a:hover,
div#itemcontainer a:active {
    color: #9C003F;
}
div#itemcontainer a.language-link.active {
display:none;
}
}
@media (max-width: 720px) {
/* mobile menu*/
#header {
    height:60px !important;
}
.menu-mobile-open #header {
    height: 100%!important;
}

div#mainmenu {
    top: 0;
    bottom: auto;
    height: 100%;
}

div#itemcontainer {
    line-height: 2;
    padding-top: 42px;
    height: 100%;
    
    display:none;
}
.menu-mobile-open div#itemcontainer {
    display:block;
}
div#itemcontainer a {
    display: block;
    color: #e986b4 !important;
}

div#menubg {
    display: block !important;
    background-color: #000;
    height: 100%;
    opacity: 0.65;
    display:none !important;
}
.menu-mobile-open div#menubg {
    display:block !important;
}
/* menu buttons */
div#menubutton,
div#cancelbutton {
  z-index:10000;
}
div#menubutton,
div#menubutton .menutxt,
div#cancelbutton .canceltxt {
display:block;
}
div#menubutton .burger,
div#cancelbutton .cancel-x {
display:none;
}

.menu-mobile-open div#menubutton {
display:none;
}
.menu-mobile-open #cancelbutton {
display:block;
}
/* fix */
#cancelbutton, #menubutton {
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 60px;
    text-decoration: none;
    text-transform: uppercase;
    color: #e986b4;
    border: 1px solid #fff;
    font-size: 20px;
    letter-spacing: 1px;
    box-sizing: border-box;
    top: 0;
    left: auto;
    right: 2%;
    text-align: center;
    border: none !important;
}
.scrld #menubutton {
  color:#000;
}
}

/**
 * admin buttons
 */
.admin-lines-on .item-box {
    box-sizing: border-box;
    width: 100%;
}
.op-admin-buttons a, .admin-button a, .admin-lines-on .itembox-helptext {
    display: inline-block;
}
.menu-local-tasks li {
    line-height: 1.15;
}
.itembox-helptext {
    background: transparent;
    color: inherit;
}
.admin-lines-on .itembox-helptext {
    background: green;
    color: white;
}

/**
 * fullscreen -> .image
 */
.image {
    width: 100%;
    height: 100%;
}
.image .itembox-inner,
.image .imgopt {
    height: 100% !important;
}

/**
 * EUROMOVE
 */
/**
 * header, footer, menu
 */
div#emheader {
    position: relative;
    height: 90px;
}
/**
 * admin-buttons
 */
div#emheader .admin-button {
    position: absolute;
}
div#emheader div#contacttext .admin-button {
    bottom: 0px;
}
div#emheader div#menutext .admin-button {
    bottom: -20px;
}
.admin-lines-on div#contacttext,
.admin-lines-on div#menutext {
    border: 3px solid red;
}

div#emheader .admin-button a {
    font-size: 12px;
    color: #6E6E6E;
}
#menu .admin-button {
    font-size: 10px;
    color: #6E6E6E;
    position: absolute;
    top: 14px;
}
.admin-lines-on div#emheader .admin-button a {
    color: white;
}
/*
.gallery-on div#emheader {
display:none;
}
*/
div#logo {
    position: absolute;
    left: 7%;
    height: 90px;
    width: 240px;
}

.lang-switch {
    position: absolute;
    top: 64px;
    left: 7%;
    margin-left: 265px;
}

ul.language-switcher-language-url {
    padding: 0;
    margin: 0;
    line-height: 12px;
    font-size: 0;
}

ul.language-switcher-language-url li {
    margin: 0;
    padding: 0;
    display: inline-block;
    line-height: 12px;
    font-size: 0;

    list-style-type: none;
    list-style: none;
}

ul.language-switcher-language-url li a {
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
}

ul.language-switcher-language-url li[hreflang="hu"] a {
    border-right:1px solid #000;
    padding-right:4px;
}
ul.language-switcher-language-url li[hreflang="en"] a {
    padding-left:4px;
}
ul.language-switcher-language-url li.is-active a {
    color:#E4A850;
}

.shop-controls {
    position: absolute;
    left: 7%;
    margin-left: 326px;
    line-height: 12px;
    font-size: 12px;
}
.currency-huf {
    border-right: 1px solid #000;
    padding-right: 4px;
    display: inline-block;
    line-height: 12px;
}
.currency-eur {
    padding-left:4px;
    display: inline-block;
    line-height: 12px;
}
.currency-selector .selected {
    color:#E4A850;
}

div#menubutton {
    position: absolute;
    top: 0;
    right: 7%;
    width: 40px;
    height: 90px;

    cursor:pointer;
}
div#xbutton {
    position: absolute;
    top: 0;
    right: 7%;
    width: 40px;
    height: 90px;

    cursor:pointer;
display:none;
}

img#logo1 {
    position: absolute;
    width: auto;
    height: 50px;
    top: 20px;
    left: 0;
}

img#logo2 {
    width: 194px;
    position: absolute;
    top: 65px;
    top: 34px;
    left: 47px;
}

img#menux,
img#burger {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 30px;
    right: 0;
}
img#menux {
}

div#menutextx,
div#menutext {
    position: absolute;
    top: 0;
    right: 7%;

    margin-top: 27px;
    margin-top: 42px;
    
    margin-right: 40px;
    padding-right: 8px;
    height: 36px;
    width: 100px;
    text-align: right;
    vertical-align: middle;

    cursor:pointer;
}
div#menutextx p {
visibility:hidden;
}
div#menutextx p,
div#menutext p {
    font-size: 1.25em;
    vertical-align: middle;

    display: inline-block;
    padding: 0;

    margin-top: 4px;
/*
    line-height: 90px;    
*/
    color:#E4A850;
}
/*
div#menutext p {
    line-height: 121px;    
}
*/
div#contacttext {
    position: absolute;
    top: 0;
    right: 7%;
    margin-right: 120px;
    height: 90px;
    width: 180px;
    text-align: left;
    vertical-align: middle;
}

div#contacttext p {
    line-height: 1.375em;
    vertical-align: middle;
    display: inline-block;
    padding: 0;
}
div#contacttext a {
    color:#E4A850;
}

div#footer {
    position:relative;
    width:93%;
    height: auto !important;
    padding-top: 54px;
    padding-left: 7%;
    padding-bottom: 36px;
    font-size: 18px;
background-color: #6E6E6E;
color: white;

    background-image: url(../img/footer-bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto 100%;
}

div#footer a,
div#footer h3 {
    color: #E4A850;
}
div#footer a:hover {
    color: #fff;
}

div#footer .fb-icon {
    width: 44px;
    height: 44px;
    left: 7%;
    margin-top: 20px;

    background-image: url(../img/fb-icon.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
}
div#footer .fb-icon:hover {
    background-position: center right;
}
div#footer .fb-icon a {
display:block;
width:100%;
height:100%;
}
/*
.cards {
    width: 200px;
    height: 40px;
    left: 7%;
    margin-top: 20px;
    margin-left: -3px;
    background-image: url(/sites/euromove.hu/themes/euromove/img/card4.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
}
*/
div#footer .admin-button {
    width: auto;
}
div#footer .admin-button a {
    font-size: 12px;
    color: #fff;
}
/*
** menu
*/
div#menu {
display:none;
    background-color: #EBEBEB;
    position:relative;
    padding-top: 100px;
/*
    padding-bottom: 100px;
*/
}
div#menubgimg {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 100px;
    left: 0;
    z-index: 0;

    background-image: url(../img/icons-right-white.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 30% auto;
}
div#menu .menu-contact { 
    float: right;
/*
    position: absolute;
    top: 54px;
    right: 0;
*/
    width: auto;
    min-height: 530px;
    padding-top: 54px;
    padding-right: 7%;
    padding-bottom: 32px;

    background-image: url(../img/icons-right-white.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 100% auto;
}
div#menu .menu-contact .contact-person {
    padding: 0 46px;
    width: 310px;
}

div#menu .menu-col-1 a,
div#menu .menu-col-2 a,
div#menu .menu-col-3 a {
    display: block;
    font-size: 1.125em;
    line-height: 2em;
    text-decoration: none;

    padding-left: 24px;
}
div#menu .menu-col-1 a:hover,
div#menu .menu-col-2 a:hover,
div#menu .menu-col-3 a:hover {
    text-decoration:underline;
}
div#menu a.level1 {

    background-image: url(../img/icon-gray.png);
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: 0 11px;
}
div#menu a.level2 {
    color: #E4A850;
}
div#menu a.level3 {
    padding-left: 54px;
    color: #E4A850;
}

.menu-col-1,
.menu-col-2,
.menu-col-3 {
    float: left;
    padding: 54px 0 72px 0;
    padding-left: 32px;
    padding-right: 32px;
    position: relative;
    z-index: 10;
}
.menu-col-1 {
    padding-left: 7%;
    padding-right: 0;
}
.menu-col-1-inner {
    border-right: 3px solid #fff;
    padding-right: 32px;
}

.menu-col-2 hr {
    display: block;
    width: 20%;
    height: 0;
    border: none;
    border-bottom: 3px solid #fff;
    margin: 22px 0 20px 24px;
}

.menu-col-1 a {
    margin-left: -24px;
}

.menu-button-wrapper {
    position: relative;
    width: 100%;
    background: #E4A850;
    bottom: 0;
    left: 0;

    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap;
    padding: 32px 0;
}
.menu-button-wrapper .price-estimation-buttons {
    width: 100%;
    text-align: center;
}

/* 600 menutext reset */
.menu-open div#menutextx,
div#menutext,
.menu-open div#menutextx p,
div#menutext p {
visibility:visible;
}
.menu-open div#menutext,
div#menutextx,
.menu-open div#menutext p,
div#menutextx p {
visibility:hidden;
}

/**
 * header fx
 */
div#emheader {
    position: fixed;
    width:100%;
    height: 90px;
    top:0;
    left:0;
    z-index:1100;
    background:#fff;

    -webkit-transition: all 0.18s ease-in-out;
    -moz-transition: all 0.18s ease-in-out;
    -ms-transition: all 0.18s ease-in-out;
    -o-transition: all 0.18s ease-in-out;
    transition: all 0.18s ease-in-out;
}
#pagecontent {
padding-top: 121px;
}
/*
.animation {
    -webkit-transition: all 0.18s ease-in-out;
    -moz-transition: all 0.18s ease-in-out;
    -ms-transition: all 0.18s ease-in-out;
    -o-transition: all 0.18s ease-in-out;
    transition: all 0.18s ease-in-out;
}
*/
/* wide */
img#logo2 {
    top: 65px;
    -webkit-transition: all 0.18s ease-in-out;
    -moz-transition: all 0.18s ease-in-out;
    -ms-transition: all 0.18s ease-in-out;
    -o-transition: all 0.18s ease-in-out;
    transition: all 0.18s ease-in-out;
}

div#contacttext,
/*
div#menutextx,
div#menutext,
*/
div#menubutton,
div#xbutton,
div#emheader {
    height: 121px;

    -webkit-transition: all 0.18s ease-in-out;
    -moz-transition: all 0.18s ease-in-out;
    -ms-transition: all 0.18s ease-in-out;
    -o-transition: all 0.18s ease-in-out;
    transition: all 0.18s ease-in-out;
}
div#menutextx,
div#menutext {
    margin-top: 42px;
    -webkit-transition: all 0.18s ease-in-out;
    -moz-transition: all 0.18s ease-in-out;
    -ms-transition: all 0.18s ease-in-out;
    -o-transition: all 0.18s ease-in-out;
    transition: all 0.18s ease-in-out;
}

/*
div#menutextx p,
div#menutext p {
    line-height: 121px;

    -webkit-transition: all 0.18s ease-in-out;
    -moz-transition: all 0.18s ease-in-out;
    -ms-transition: all 0.18s ease-in-out;
    -o-transition: all 0.18s ease-in-out;
    transition: all 0.18s ease-in-out;
}
*/


img#menux,
img#burger {
    top: 45px;
    -webkit-transition: all 0.18s ease-in-out;
    -moz-transition: all 0.18s ease-in-out;
    -ms-transition: all 0.18s ease-in-out;
    -o-transition: all 0.18s ease-in-out;
    transition: all 0.18s ease-in-out;
}
.shop-controls,
.lang-switch {
    top: 64px;
    -webkit-transition: all 0.18s ease-in-out;
    -moz-transition: all 0.18s ease-in-out;
    -ms-transition: all 0.18s ease-in-out;
    -o-transition: all 0.18s ease-in-out;
    transition: all 0.18s ease-in-out;
}
/* thin */
.menu-open img#logo2,
.menu-bg-on img#logo2 {
    top: 34px;
    -webkit-transition: all 0.18s ease-in-out;
    -moz-transition: all 0.18s ease-in-out;
    -ms-transition: all 0.18s ease-in-out;
    -o-transition: all 0.18s ease-in-out;
    transition: all 0.18s ease-in-out;
}

.menu-open div#contacttext,
/*
.menu-open div#menutextx,
.menu-open div#menutext,
*/
.menu-open div#menubutton,
.menu-open div#xbutton,
.menu-open div#emheader,
.menu-bg-on div#contacttext,
/*
.menu-bg-on div#menutextx,
.menu-bg-on div#menutext,
*/
.menu-bg-on div#menubutton,
.menu-bg-on div#xbutton,
.menu-bg-on div#emheader {
    height: 90px;

    -webkit-transition: all 0.18s ease-in-out;
    -moz-transition: all 0.18s ease-in-out;
    -ms-transition: all 0.18s ease-in-out;
    -o-transition: all 0.18s ease-in-out;
    transition: all 0.18s ease-in-out;
}

.menu-open div#menutextx,
.menu-open div#menutext,
.menu-bg-on div#menutextx,
.menu-bg-on div#menutext {
    margin-top: 27px;
    -webkit-transition: all 0.18s ease-in-out;
    -moz-transition: all 0.18s ease-in-out;
    -ms-transition: all 0.18s ease-in-out;
    -o-transition: all 0.18s ease-in-out;
    transition: all 0.18s ease-in-out;
}

/*
.menu-open div#menutextx p,
.menu-open div#menutext p {
    line-height: 90px;

    -webkit-transition: all 0.18s ease-in-out;
    -moz-transition: all 0.18s ease-in-out;
    -ms-transition: all 0.18s ease-in-out;
    -o-transition: all 0.18s ease-in-out;
    transition: all 0.18s ease-in-out;
}
*/
.menu-open img#menux,
.menu-open img#burger,
.menu-bg-on img#menux,
.menu-bg-on img#burger {
    top: 30px;
    -webkit-transition: all 0.18s ease-in-out;
    -moz-transition: all 0.18s ease-in-out;
    -ms-transition: all 0.18s ease-in-out;
    -o-transition: all 0.18s ease-in-out;
    transition: all 0.18s ease-in-out;
}

.menu-open .shop-controls,
.menu-bg-on .shop-controls,
.menu-open .lang-switch,
.menu-bg-on .lang-switch {
    top: 34px;
    -webkit-transition: all 0.18s ease-in-out;
    -moz-transition: all 0.18s ease-in-out;
    -ms-transition: all 0.18s ease-in-out;
    -o-transition: all 0.18s ease-in-out;
    transition: all 0.18s ease-in-out;
}


/**
 * LAYOUTS
 */
/**
 * cover, cover w. est. buttons
 */
.coverest,
.cover {
    position: relative;
/*
    margin-bottom: 42px;
*/
}
body, div, a, h1, h2, h3, ul, li {
    color: #6E6E6E;
}
#pagecontent {
    padding-top: 121px;
}
.coverest .ref-text,
.cover .ref-text {
    position: absolute;
    top: 33%;
    left: 12%;
/*
    left: 7%;
    margin-left: 47px;
*/
    max-width: 550px;
    width: 80%;
    display: block !important;
    color: #6E6E6E;
}
.coverest h1,
.coverest h2,
.coverest h3,
.cover h1,
.cover h2,
.cover h3 {
    padding: 0;
    margin: 0;
}

.coverest .price-estimation-buttons {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10%;
    text-align: center;
}
.price-estimation-buttons a:link,
.price-estimation-buttons a:visited,
.price-estimation-buttons a:active {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin: 0 12px;
    color: #E4A850;
    background: #fff;
    padding: 8px 42px;
    border-radius: 10px;

    font-size: 18px;
}
.price-estimation-buttons a:hover {
    color: #fff;
    background-color: #6E6E6E;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.price-estimation-buttons .admin-button a {
    display: inline-block;
    font-size: 12px;
    color: #6E6E6E;
    background-color: transparent;
    border: none;
    padding: 3px 6px 3px 0px;
    margin-top: 2px;
}
/**
 * text
 */
.text {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.text.has-image {
    padding-right: 7%;
}
.text.theme1 .ref-text { 
    max-width: 1600px;
/*     margin: 0 auto;
*/
    padding-left: 12%;
    padding-bottom: 72px;
}
.text.has-image .ref-text {
    width: 50%;
}
.text.theme1 .ref-text .text-1 {
    max-width: 960px;
    padding-right: 24px;
}
.text h1,
.text h2 {
    margin: 0;
    color: #E4A850;
}
.text .imgopt {
    width: 34%;
}

@media (max-width: 860px) {
.text.has-image {
    padding-right: 0;
}
.text.has-image .ref-text,
.text.theme1 .ref-text {
    width: 100%;
    padding-left: 7%;
    padding-right: 7%;
}
.text.has-image .imgopt {
    display: none;
}
}

/**
 * text theme 2
 */
.text.theme2 {
    width: 100%;
    background: none;
}
.text.theme2 .ref-text {
    width: 100%;
    display: flex;
}
.text.theme2 .text-1,
.text.theme2 .text-2 {
    width: 30%;
    position: relative;
    text-align: center;
    padding: 54px 10% 72px 10%;
/*
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 80% 20%;
*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.text.theme2 .text-1 {
    background-color: #E4A850;
}
.text.theme2 .text-2 {
    background-color: #F8BC64;
}
.text.theme2 .text-1 a,
.text.theme2 .text-2 a {
    text-align: center;
    text-decoration: none;
    margin: 0 12px;
    margin-top: 24px;
    background: #fff;
    color: #E4A850;
    padding: 8px 42px;
    border-radius: 10px;
    font-size: 18px;
    display: inline-block;
}
.text.theme2 .text-1 a:hover,
.text.theme2 .text-2 a:hover {
    background-color: #6E6E6E;
    color: #fff;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.text.theme2 .text-1 h2,
.text.theme2 .text-2 h2 {
    display: block;
    color: #fff;
}

/*
button padding
resize width
- align button
- margins
*/
@media (max-width: 860px) {
.item-box.text.theme2 .ref-text h2 {
    margin-top: 32px;
    margin-bottom: 0;
}
.text.theme2 .text-1 a,
.text.theme2 .text-2 a {
padding: 8px 20px;
}
}

@media (max-width: 640px) {
.text.theme2 .ref-text {
    flex-direction: column;
}
.text.theme2 .text-1,
.text.theme2 .text-2 {
width:100%;
padding: 54px 4% 54px 4%;
box-sizing: border-box;
}
}

/**
 * listarea
 */
.listarea {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.listarea .list-item {
    position: relative;
    margin-bottom: 4%;
}
.wide4 {
    width: 92%;
    margin: 0;
    padding-left: 4%;
    padding-right: 4%;
}
.wide4 .list-item {
    width: 22.5%;
    margin-left: 2%;
}
@media (max-width: 900px) {
.wide4 .list-item {
    width: 47%;
}
}
@media (max-width: 640px) {
.wide4 .list-item {
    width: 100%;
    margin-left: 0;
}
}

.thin4 {
    width: 100%;
    margin: 0;
    justify-content: center;
}
.thin4 .list-item {
    width: 12%;
    text-align: center;
    min-width: 196px;
    padding: 0 1%;
}
@media (max-width: 860px) {
.thin4 .list-item {
    width: 48%;
}
}
@media (max-width: 640px) {
.thin4 .list-item {
    width: 100%;
}
}

.thin4 h2 {
    text-align: center;
    font-size: 1.375em;
}
@media (max-width: 860px) {
.item-box.thin4 .ref-text h2 {
    margin-top: 0;
    margin-bottom: 32px;
}
}
.wide3 {
    width: 100%;
    margin-left: 0;
}
.wide3 .list-item {
    width: 30.6666%;
    margin-left: 2%;
}
@media (max-width: 860px) {
.wide3 .list-item {
    width: 47%;

}
}
@media (max-width: 640px) {
.wide3 .list-item {
    width: 100%;
    box-sizing: border-box;
    padding-left: 2%;
    padding-right: 2%;
    margin-left: 0;
}
}
.wide3centered {
    display: block;
    flex-wrap: nowrap;
    justify-content: unset;

    margin: 0 auto;
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
    max-width: 1024px;
    text-align: center;
    font-size: 0;
    padding-bottom: 0;
}
.wide3centered .list-item {
    width: 29.3333%;
    display: inline-block;
    vertical-align: top;
    margin-left: 4%;
    margin-bottom: 4%;
    text-align: left;
    font-size: 16px;
}

@media (max-width: 860px) {
.wide3centered {
    padding: 0;
    text-align: left;
}
.wide3centered .list-item {
    width: 44%;
}
}
@media (max-width: 640px) {
.wide3centered .list-item {
    width: 92%;
}
}

.listarea .list-item h1,
.listarea .list-item h2,
.listarea .list-item h3 {
    color: #E4A850;
}
.listarea .ref-text {
    width: 100%;
}

/**
 * partner
 */
.listarea.partner {
    background-color: #EBEBEB;
    padding: 36px 4%;
    text-align: center;
    width: 92%;
    justify-content: center;
}
.listarea.partner .list-item {
    margin-bottom: 0;
    box-sizing: border-box;
    width: 14.2857%;
}
.listarea.partner > .list-item ~ .list-item {
    border-left: 2px solid #fff;
}
.listarea.partner .list-item .ref-text {
    display: none;
}
.listarea.partner .list-item .imgopt {
    max-width: 75%;
    margin: 0 auto;
}
.listarea.partner .admin-button {
    text-align: left;
}
@media (max-width: 860px) {
/*
.list-item.type-content_box:nth-child(4) {
*/
.listarea.partner > .list-item ~ .list-item {
    border:none !important;
}
.listarea.partner .list-item {
    width: 28.5714%;
}
}

/**
 * chessbox
 */
.chess1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.chess1 .imgopt {
    width: 50%;
}
.chess1 .ref-text {
    width: 38%;
    padding: 36px 5% 36px 7%;
}

.chess2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row-reverse;
}
.chess2 .imgopt {
    width: 50%;
}
.chess2 .ref-text {
    width: 38%;
    padding: 36px 7% 36px 5%;
}

@media (max-width: 860px) {
.chess1,
.chess2 {
    flex-direction: column-reverse;

}
.chess1 .ref-text,
.chess2 .ref-text {
    width: 100%;
    box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 54px;
}
.chess1 .imgopt,
.chess2 .imgopt {
    width: 100%;
}
}

.chess1 h1,
.chess1 h2,
.chess1 h3,
.chess2 h1,
.chess2 h2,
.chess2 h3 {
    color: #E4A850;
}

.chess1 .imgopt,
.chess2 .imgopt {
    align-self: stretch;
    height: auto !important;
}

/*
** decor
*/

.text,
.cb-wrapper.grey {
    background-image: url(../img/icons-right-grey.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 30% auto;
}
/* home narrow 4 items */
.pane-page-content-1.node-container.block {
    background-image: url(../img/icons-w-right-grey.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 42% auto; /* hc review 33 */
}

/* add theme? */
.chess1 {
    background-image: url(../img/icons-left-grey.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 30% auto;
}

.wide4 .decor-1 {
    width: 96%;
    margin: 0 auto;
    background-image: url(../img/decor-2.png);
    background-repeat: repeat-x;
    background-position: bottom left;
    background-size: 30px;

    height: 10px;
    padding-top: 80px;
}

/* customs ? find example ! */
.content-block.items2zebraa .content-reference.n-2-1 {
    background-image: url(../img/decor-2.png);
    background-repeat: repeat-x;
    background-position: top;
    background-size: 30px;
}

.content-block.items2zebraa .content-reference.n-2-0 {
    background-image: url(../img/decor-1.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 30px;
}
.chess2 .ref-text {
    background-image: url(../img/decor-2.png);
    background-repeat: repeat-x;
    background-position: top;
    background-size: 30px;
}




/* dev dev dev */

.cart-icon,
form#commerce-currency-resolver-select-form {
    display:none;
}

/* apply settings - padding bottom 72 ? see /koltozes page */

/**
 * product template
 */
.item-box.product-page {
        width: 84%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding-bottom: 120px;
}
.box-50 {
        width: 50%;
}
.button,
.path-product input#edit-submit {
    color: #fff;
    background-color: #6E6E6E;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 8px 42px;
    border-radius: 10px;
    font-size: 18px;
    border: none;
    margin-top: 20px;
    cursor: pointer;
}
.button:hover,
.path-product input#edit-submit:hover {
    background-color: #E4A850;
}

.form-item-quantity-0-value {
    width: 120px;
    max-width: 100%;
}
.form-item-quantity-0-value input {
    width: 100%;
    box-sizing: border-box;
}
.form-item-quantity-0-value label {
    display: block;
    margin: 10px 0;
}

.data-label {
    display: inline-block;
    width: 120px;
}
.product-data {
    padding: 4px 0;
}
.product-title h1 {
    padding-bottom: 12px;
}

/**
 * product all
 */
.item-box.box-products-list .itembox-inner {
    width: 86%;
    margin: 0 7%;

    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.item-box.box-products-list .itembox-inner .ref-text {
    width: 100%;
}
.product-item {
    width: 25%;
    padding-bottom: 50px;
}
.product-item a {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 40px;
}
.product-list-title {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
}


/**
 * cart and checkout inputs, buttons and fieldsets
 * FRON BLZ
 */
.cart table tr td {
    padding-top: 3px;
    padding-bottom: 3px;
}
.form-wrapper input.form-submit,
.form-item input.form-number,
input.delete-order-item {
    width: auto;
}
input.delete-order-item,
.form-wrapper input.form-submit {
    cursor: pointer;
    transition: 0.1 s;
}
input.delete-order-item {
    display: inline-block;

    font-size: 14px;
    line-height: 20px;
}
.form-item input.form-number {
    font-size: 16px;
    line-height: 20px;
}
.form-wrapper input.button--add-to-cart,
#edit-checkout, #edit-submit {
    font-size: 20px;
    padding: 10px 16px;
}
input.delete-order-item:hover,
.form-wrapper input.form-submit:hover {
}
.form-wrapper input[data-drupal-selector=edit-actions-next],
#edit-actions-next,
#edit-checkout {
}
.path-checkout .link--previous,
#edit-actions a {
    display: inline-block;
    margin-left: 20px;
}
#edit-actions a:hover {
}
.cart div#edit-actions {
    direction: rtl;
    text-align: left;
}
.order-total-line__total {
    border-top: 4px solid #6E6E6E;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
}
/* cart total */
div [data-drupal-selector=order-total-summary] {
    position: relative;
    padding-bottom: 34px;
}

fieldset {
    border: none;
    position: static;
    top: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;

    margin: 0;
    padding: 0;
/*
    padding-bottom: 60px;
*/
}
fieldset legend {
    position: static;
    background: transparent;
/*
    padding: 20px 10px 20px 0;
*/
    font-size: 1.5em;
    line-height: inherit;
    text-indent: 0;
    text-shadow: none;
    border: none;
/*
    border-top: 4px solid black;
    border-bottom: 4px solid black;
    border-radius: 0;
*/
    box-sizing: border-box;
    text-transform: uppercase;
}
fieldset fieldset legend {
/*
    padding-top: 40px;
*/
}
legend span a {
    display: inline-block;
    font-size: 0.75em;
}
/* login or guest */
#edit-login-returning-customer a {
    margin-top:12px;
}
.checkout-pane-login,
div#edit-completion-register {
    max-width: 640px;
}

/* shipping, billing */
.form-wrapper {
    display: block !important;
    margin: 0;
    width: 100%;
/*
    margin: 0 0 20px 0;
*/
}
.form-wrapper label {
    display: block;
    width: 100%;
}
.form-wrapper input {
    width: 100%;
    box-sizing: border-box;
}

.path-checkout .form-wrapper .js-form-type-radio input,
.path-checkout .form-wrapper .js-form-type-radio label,
.path-checkout .form-wrapper .js-form-type-checkbox input,
.path-checkout .form-wrapper .js-form-type-checkbox label {
    width: auto;
    display: inline-block;
}
/* fix */
.path-checkout .visually-hidden {
    width: 1px !important;
}
/* checkout review summary */
.layout-region-checkout-secondary h3 {
    font-size: 1.5em;
    line-height: inherit;
    text-indent: 0;
    text-shadow: none;
    border: none;
    box-sizing: border-box;
    text-transform: uppercase;
    margin-bottom: 16px;
    line-height: 1.25;
    letter-spacing: 0.375px;
}
@media (max-width: 860px) {
.layout-region-checkout-secondary h3 {
    font-size: 1.25em;
}
}
/* checkout custom field */
.button-wrap-consent {
    position: relative;
    display: inline-block;
}
.button-consent-over {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    cursor: pointer;
}
.consent-submitted .button-consent-over {
    display: none;
}

#edit-review-order-fieldscheckout {
    display: none !important;
}

/* margins */
fieldset {
    margin-bottom: 40px !important;
}
fieldset.product--rendered-attribute {
    margin-bottom: 20px !important;
}
fieldset fieldset {
    margin-bottom: 0 !important;
}
fieldset .form-wrapper {
    margin-bottom: 20px;
}
fieldset .form-wrapper .form-wrapper {
    margin-bottom: 0;
}
legend {
    margin-bottom: 16px;
}

form.commerce-checkout-flow {
    margin: 0 auto;
    width: 84%;
}
.form-item-sidebar-coupon-redemption-form-code {
    padding: 20px 0 8px 0;
}

/* stripe form */
div#card-number-element,
div#expiration-element,
div#security-code-element {
    border: 1px solid #6E6E6E;
}
.form-item {
    margin-bottom: 16px;
    line-height: 1.125;
}

/**
 * cart
 */
.cart.cart-form {
    width: 86%;
    margin: 60px 7%;
}
.delete-order-item {
    padding: 6px 20px;
    font-size: 14px;
    margin: 0;
}
.cart table td {
    padding-top: 4px;
    padding-bottom: 4px;
}
.path-cart #edit-submit {
    font-size: 16px;
    padding: 8px 12px;
}

.cart table {
    width: 100%;
}
.cart table th {
    padding-top: 6px;
    padding-bottom: 6px;
}
.cart table thead th, .cart table td.views-field-title, .cart table td.views-field-field-product-image, .cart table td.views-field-name {
    text-align: left;
}
th#view-total-price-number-table-column,
td.views-field.views-field-total-price__number {
    text-align: right;
}


/**
 * checkout
 */
.layout-region.layout-region-checkout-footer {
    margin-bottom: 60px;
}
div#edit-order-summary {
    position: relative;
    padding-bottom: 50px;
}

/**
 * F A Q - faq
 */
.faq {
    background-image: none;
}
.item-box.faq .admin-button a {
    display: inline-block;
}

.pane-faq-titles {
    padding:18px 7% 72px 7%;
    background-color:#F8BC64;
}
.pane-faq-titles .question {
    width: 25%;
}
.pane-faq-titles .question a {
    display: inline-block;
    text-decoration: none;
    padding: 6px;
    margin-bottom: 24px;
    margin-right: 16px;
    border-radius: 6px;
    color:#fff;
}
.pane-faq-titles .question a:hover {
    text-decoration: none;
    background-color: #6E6E6E;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.pane-faq-content {
    padding:54px 4% 54px 4%;
}

.pane-faq-content .answer {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;

    width: 33.3333%;
    box-sizing: border-box;
}

.answer { 
padding: 20px;
position: relative;
}
.answer h2 { 
    font-size: 1.5em;
    line-height: 1.25;
    margin: 0;
    padding: 0;
    color: #6E6E6E;
}
.answer a.pos {
position: absolute;
    top: 0;
}
.answer hr { 
    display: block;
    width: 20%;
    height: 0;
    border: none;
    border-bottom: 2px solid #EBEBEB;
    margin: 32px 0 20px 0;
} 

.answer.active {
background-color:#F8BC64;
}
.answer.active h2 {
color:#fff;
}
.answer.active p {
color:#111;
}
.answer.active hr {
    border-bottom: 2px solid transparent;
}

.item-box.faq .ref-text {
    padding-left: 0;
    width: 100%;
}
.item-box.faq h1 {
    color:#fff;
}

@media (max-width: 860px) {
.pane-faq-titles .question {
    display: none;
}
.pane-faq-content .answer {
    width: 100%;
}
}

/**
 * back to top
 */
div#backtotop {
    display:none;

    position: fixed;
    right: 3%;
    bottom: 5%;
    width: 40px;
    height: 40px;
    z-index: 1;
    cursor:pointer;

    background-image: url(../img/backtotop.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
div#backtotop:hover {
    background-position: center top;
}
div#backtotop a {
    display: block;
    width: 100%;
    height: 100%;
}
.menu-bg-on div#backtotop {
    display:block;
}

/**
 * define aspect ratio per layout and type
 */
.listarea.wide4 div.imgopt,
.listarea.wide3 div.imgopt,
.listarea.wide3centered div.imgopt {
    aspect-ratio: 3 / 2;
    min-height: 0 !important;
    height: auto !important;
}

/**
 * about / co worker
 */
.coworker {
    margin: 0 auto;
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
    max-width: 1024px;
    background-image: none;
    box-sizing: border-box;
}
.coworker .ref-text {
    width: 100%;
    padding-left: 0 !important;
}
.coworker .content-reference {
    width: 25%;
    padding: 12px;
    box-sizing: border-box;
}
.coworker h2 {
    font-size: 1.375em;
    padding-top: 24px;
    padding-bottom: 6px;
}
.coworker p {
    font-size: 0.8125em;
}

@media (max-width: 960px) {
.coworker {
    padding: 0;
}
.coworker .content-reference {
    width: 33.3333%;
}
.coworker .content-reference .ref-text {
    padding-left: 0;
    padding-right: 0;
}
}
@media (max-width: 640px) {
.coworker .content-reference {
    width: 50%;
}
}
@media (max-width: 400px) {
.coworker .content-reference {
    width: 100%;
}
}
/**
 * itembox padding solution
 */
/*
.item-box {
    margin-top: 76px;
}
.item-box.chess1,
.item-box.chess2,
.item-box.partner,
.item-box.coverest,
.item-box.cover {
    margin-top: 0;
}
*/
.listarea.wide4,
.listarea.wide3,
.listarea.wide3centered,
.item-box.text div.imgopt {
    margin-top: 76px;
}
.listarea.wide4 .ref-text,
.listarea.wide3 .ref-text,
.listarea.wide3centered .ref-text {
    margin-top: -76px;
}
.listarea.wide4 .list-item .ref-text,
.listarea.wide3 .list-item .ref-text,
.listarea.wide3centered .list-item .ref-text {
    margin-top: 0;
}
.item-box .ref-text h1 {
/*
    padding-top: 92px;
    padding-bottom: 64px;
*/
    padding: 0;
    margin-top: 92px;
    margin-bottom: 64px;
}
.item-box .ref-text h2 {
    padding: 0;
    margin-top: 64px;
    margin-bottom: 64px;
}

.item-box.cover .ref-text h1,
.item-box.cover .ref-text h2,
.item-box.coverest .ref-text h1,
.item-box.coverest .ref-text h2 {
    padding: 0;
    margin: 0;
}
.item-box.chess1 .ref-text h1,
.item-box.chess2 .ref-text h1,
.item-box.chess1 .ref-text h2,
.item-box.chess2 .ref-text h2,
.listarea.wide4 .list-item h1,
.listarea.wide3 .list-item h1,
.listarea.wide3centered .list-item h1,
.listarea.wide4 .list-item h2,
.listarea.wide3 .list-item h2,
.listarea.wide3centered .list-item h2 {
/*
    padding-top: 36px;
    padding-bottom: 10px;
*/
    padding: 0;
    margin-top: 36px;
    margin-bottom: 10px;
}

.item-box .admin-button {
    z-index: 1000;
}

/**
 * fixes
 */
iframe {
    width: 100%;
    max-width: 640px;
}
div#nid20787 {
    padding-bottom: 72px;
}




/* menu */
@media (max-width: 900px) {
.menu-bg-on div#backtotop {
display:none;
}
}


@media (max-width: 800px) {
div#contacttext {
    display: none;
}
img#logo2 {
    top: 34px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

div#contacttext,
/*
div#menutextx,
div#menutext,
*/
div#menubutton,
div#xbutton,
div#emheader {
    height: 90px;

    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
div#menutextx,
div#menutext {
    margin-top: 27px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

#pagecontent {
    padding-top: 90px;
}
img#menux,
img#burger {
    top: 30px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.lang-switch {
    top: 34px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
}

/* footer */
@media (max-width: 700px) {
div#footer .fb-icon {
    left: auto;
    right: 7%;
    top: auto;
    bottom: 10%;
}

div#footer {
    height: 250px;
}
}
@media (max-width: 480px) {
div#footer {
/*
    padding-left: 4%;
*/
}
div#footer .fb-icon {
    right: 4%;
}
}

@media (max-width: 600px) {
#pagecontent {
    padding-top: 62px;
}
.menu-bg-on div#contacttext,
/*
.menu-bg-on div#menutextx,
.menu-bg-on div#menutext,
*/
.menu-bg-on div#menubutton,
.menu-bg-on div#xbutton,
.menu-bg-on div#emheader,
.menu-open div#contacttext,
/*
.menu-open div#menutextx,
.menu-open div#menutext,
*/
.menu-open div#menubutton,
.menu-open div#xbutton,
.menu-open div#emheader,
div#contacttext,
div#menutextx,
div#menutext,
div#menubutton,
div#xbutton,
div#emheader {
    height: 62px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.menu-bg-on div#menutextx,
.menu-bg-on div#menutext,
.menu-open div#menutextx,
.menu-open div#menutext {
    margin-top: 27px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.menu-bg-on div#logo,
.menu-open div#logo,
div#logo {
    left: 4%;
    height: 62px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.menu-bg-on img#logo1,
.menu-open img#logo1,
img#logo1 {
    height: 32px;
    top: 15px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.menu-bg-on img#logo2,
.menu-open img#logo2,
img#logo2 {
    width: 140px;
    top: 22px;
    left: 35px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.menu-bg-on div#menutext,
.menu-bg-on div#menutextx,
.menu-open div#menutext,
.menu-open div#menutextx,
div#menutext, div#menutextx {
display:none !important;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.menu-bg-on div#xbutton,
.menu-bg-on div#menubutton,
.menu-open div#xbutton,
.menu-open div#menubutton,
div#xbutton, div#menubutton {
    right: 4%;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.menu-bg-on img#menux,
.menu-bg-on img#burger,
.menu-open img#menux,
.menu-open img#burger,
img#menux, img#burger {
    width: 20px;
    height: 20px;
    top: 21px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.menu-bg-on .lang-switch,
.menu-open .lang-switch,
.lang-switch {
    top: 30px;
    left: 4%;
    margin-left: 198px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

div#menu {
    padding-bottom: 0;
}
/*
.menu-button-wrapper {
    position: static;
    padding: 30px;
    height: auto;
}

.menu-button-wrapper .price-estimation-buttons {
    position: static;
    height:auto;
    margin: 0;
}

.menu-button-wrapper .price-estimation-buttons 
a {
    margin: 16px;
}
*/
}

/* menu */
@media (max-width: 960px) {
.menu-col-3 {
    float:none;
    clear: both;
    padding: 0 0 54px 54px;
}

.menu-col-1 {
    padding: 54px 0 36px 54px;
}
.menu-col-1 a {
    margin-left: 0;
}
}
@media (max-width: 700px) {
.menu-col-1, .menu-col-2, .menu-col-3 {
    float: none;
}
.menu-col-1-inner {
    border-right: none;
    padding-right: 0;
}
.menu-col-2 {
    padding: 0 0 36px 54px;
}
}

@media (max-width: 480px) {
.menu-col-1,
.menu-col-2,
.menu-col-3 {
    padding-left: 4%;
    padding-right: 4%;
}
}

/* markup */
@media (max-width: 400px) {
p {
    font-size: 0.9375em;
}
}


/* price est */
@media (max-width: 960px) {
/*
.price-estimation-buttons {
    position: static;
    height:auto;
    margin: 0;
}
.price-estimation-buttons a {
    margin: 16px;
}
.top .price-estimation-buttons {
    position: static;
}
.top .price-estimation-buttons a:link,
.top .price-estimation-buttons a:visited,
.top .price-estimation-buttons a:active {
    margin-top: 15px;
    background-color: #E4A850;
    color: #fff;
}
*/
.coverest {
    display: flex;
    flex-direction: column-reverse;
}
.cover .imgopt,
.coverest .imgopt {
    min-height: 50vw !important;
}
.coverest .price-estimation-buttons {
    position: relative;
    padding: 12px 0;
}
.price-estimation-buttons a {
    margin-bottom: 12px !important;
    margin-top: 15px !important;
}
.coverest .price-estimation-buttons a {
    margin-bottom: 12px !important;
    margin-top: 15px !important;
    background-color: #E4A850 !important;
    color: #fff !important;
}

div#menubgimg {
    display: none;
}
}
@media (max-width: 640px) {
.cover .imgopt,
.coverest .imgopt {
    min-height: 100vw !important;
}
div#nid30453 .imgopt {
    min-height: 50vw !important;
}
}


/* customs */
div#nid30550 {
    padding-bottom: 32px;
}

/* 25 - logo */
#nid30447 .ref-text {
    top: auto;
    bottom: 27.5%;
    left: auto;
    max-width: 100%;
    width: 100%;
    padding: 0 4%;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}
#nid30447::before {
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../img/euromove-25.png');
    width: 12vw;
    height: 12vw;
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left: -6vw;
}
@media (max-width: 1280px) {
#nid30447 {
    display: flex;
    flex-direction: column-reverse;
}
#nid30447 .price-estimation-buttons {
    position: relative;
    padding: 12px 0;
}
#nid30447 .price-estimation-buttons a {
    margin-bottom: 12px !important;
    margin-top: 15px !important;
    background-color: #E4A850 !important;
    color: #fff !important;
}
#nid30447 .imgopt {
    min-height: 50vw !important;
}
#nid30447::before {
    width: 25vw;
    height: 25vw;
    margin-left: -12.5vw;
}
}
@media (max-width: 900px) {
#nid30447 .ref-text {
    top: calc(20% + 20vw);
    bottom: auto;
}
#nid30447::before {
    width: 20vw;
    height: 20vw;
    margin-left: -10vw;
}
}
@media (max-width: 600px) {
#nid30447 .ref-text {
    top: calc(20% + 25vw);
}
#nid30447::before {
    width: 25vw;
    height: 25vw;
    margin-left: -12.5vw;
}
#nid30447 .imgopt {
    min-height: 75vw !important;
}
}
@media (max-width: 480px) {
#nid30447 .ref-text {
    top: calc(14% + 40vw);
}
#nid30447::before {
    width: 40vw;
    height: 40vw;
    margin-left: -20vw;
}
#nid30447 .imgopt {
    min-height: 100vw !important;
}
}

/* blog page */
.page-node-70961 .item-box .text-1 a {
    margin: 0;
    color: #E4A850;
    line-height: 1;
    font-size: 1.25em;
    margin-top: 36px;
}
.page-node-70961 nav {
    text-align: center;
}
.page-node-70961 nav ul {
    padding: 0;
    margin: 0 auto;
}
.page-node-70961 nav li {
    list-style-type: none;
    display: inline-block;
    margin: 10px;
}

/* blog node */
.page-node-type-blog_post .images {
    max-width: 1600px;
    padding-left: 12%;
    padding-bottom: 72px;
}
.page-node-type-blog_post .images .imgopt {
    margin-bottom: 72px;
}

@media (max-width: 860px) {
.page-node-type-blog_post .images .imgopt,
.page-node-type-blog_post .images {
    padding-left: 0;
    padding-bottom: 36px;
}
}

/* admin button fix */
.admin-button a {
    font-size: 16px;
}