@charset "UTF-8";

@font-face {
    font-family: 'Conso';
    src: url('../fonts/Conso-Thin.eot');
    src: local('Conso Thin'), local('Conso-Thin'),
        url('../fonts/Conso-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Conso-Thin.woff2') format('woff2'),
        url('../fonts/Conso-Thin.woff') format('woff'),
        url('../fonts/Conso-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Conso';
    src: url('../fonts/Conso-ExtraLight.eot');
    src: local('Conso ExtraLight'), local('Conso-ExtraLight'),
        url('../fonts/Conso-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Conso-ExtraLight.woff2') format('woff2'),
        url('../fonts/Conso-ExtraLight.woff') format('woff'),
        url('../fonts/Conso-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Conso';
    src: url('../fonts/Conso-Light.eot');
    src: local('Conso Light'), local('Conso-Light'),
        url('../fonts/Conso-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Conso-Light.woff2') format('woff2'),
        url('../fonts/Conso-Light.woff') format('woff'),
        url('../fonts/Conso-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Conso';
    src: url('../fonts/Conso-Regular.eot');
    src: local('Conso Regular'), local('Conso-Regular'),
        url('../fonts/Conso-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Conso-Regular.woff2') format('woff2'),
        url('../fonts/Conso-Regular.woff') format('woff'),
        url('../fonts/Conso-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*colors*/
  :root {
    
    --c1-orig: #f4f2f1;
    --c1: #f1f4f4;
    --c2-orig: #d9dbdb;
    --c2: #e1e8e9;
    --c3: #f9f9f9;

    --c4-orig: #c9c3bd;
    --c4: #d0dadb;
    --c5: #030707;
    --text: #46463d;
    --logo: #46463d;
    
  }

/* custom scrollbar */
  ::-webkit-scrollbar {
    width: 12px;
  }

  ::-webkit-scrollbar-track {
    background-color: transparent;
  }

  ::-webkit-scrollbar-thumb {
    background-color: rgba(100,100,100,0.4);
    backdrop-filter: blur(5px);
    border-radius: 12px;
    border: 3px solid transparent;
    background-clip: content-box;
  }

  ::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
  }
  

html {
	text-rendering: geometricprecision;
	-webkit-font-smoothing: antialiased !important;
	scroll-behavior:smooth;
	scroll-padding-top: 50px;
    overflow-x: hidden;
}
body {
  background: linear-gradient(var(--c1), var(--c2));
  background-attachment: fixed;
  _background-image: url('/images/template/white-texture-2.jpg');
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: var(--text);
  font-family: 'Conso';
  font-weight: 100;
}

h1 {
  font-weight: 100;
}
h2 {
  font-weight: 100;
}
h3 {
  font-weight: 200;
}

.tck-blog h3,
.tck-article-body h3 {
  margin-top: 40px;
}

/* custom scrollbar */
  ::-webkit-scrollbar {
    width: 12px;
  }

  ::-webkit-scrollbar-track {
    background-color: transparent;
  }

  ::-webkit-scrollbar-thumb {
    background-color: rgba(100,100,100,0.4);
    backdrop-filter: blur(5px);
    border-radius: 12px;
    border: 3px solid transparent;
    background-clip: content-box;
  }

  ::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
  }


pre {
  display: block;
  font-size: 75%;
  color: #212529;
  background: whitesmoke;
  line-height: 1em;
  padding: 10px 0;
  border-radius: 3px;
}

.jmodedit {
  display: none !important;
}
.icons {
  display: none !important;
}

a {
  color: var(--text);

  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:hover {
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

button {
  padding: 10px;
  background-color: var(--c4);
}

button:hover {
  background-color: var(--c4);
}


/*embed*/
  .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
  .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*header*/
  div#headerwrapper {
    background: transparent;
  }
  /*header*/
  
  div#headerwrapper > .inner,
  div#headerwrapper {
    height: 96px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  div#headerwrapper > .inner {
    
  }
  div#headerwrapper {
    z-index: 1000;
    position: fixed;
    top: 0;
    background-color: var(--c2);
    box-shadow: 0px 0px 10px #b3b3b3;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
  }

  

  
  .tck-logo-img {
    width: 380px;
    padding: 11px 0 0;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
  }

  div#headerwrapper.scrolled .tck-logo-img {
    width: 220px;
    padding: 0px 0 0;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
  }

 
  

/*header scrolled*/
  
 
  
  div#headerwrapper.scrolled,
  div#headerwrapper.scrolled > .inner {
    height: 46px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
  }

  div#headerwrapper.scrolled {
     box-shadow: 0px 0px 10px #b3b3b3;
  }

  div#headerwrapper.scrolled #headercolumn2,
  div#headerwrapper.scrolled #headercolumn3div#headerwrapper.scrolled #headercolumn4 {
    height: 46px; 
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
  }

  div#headerwrapper.scrolled #mainmenu div[id^=maximenuck] ul.maximenuck {
    height: 46px;
    padding-top:  4px;
    padding-bottom: 6px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
  }
  div#headerwrapper.scrolled #search {
    padding-top: 7px;
    padding-bottom: 2px
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
  }
  

  div#headerwrapper.scrolled #mainmenu div[id^=maximenuck] span.titreck-title {
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
  }
  
  
  div#headerwrapper.scrolled form.mod-finder.js-finder-searchform.form-search.mainsearchmodule {
    top: 35px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
  }

  div#headerwrapper.scrolled #mainmenu div[id^=maximenuck] .bookinglink span.titreck-text:hover::before {
  transform: scale(1, 1.1);
  }



/*wrappers*/

  #headerwrapper + .tck-wrapper {
    padding-top: 96px;
    
  }

  .com-content-article__body.tck-article-body,
  .com-content-category-blog.blog.tck-blog {
    max-width: 1300px;
    padding: 40px 10px;
    margin: 0 auto;
  }

  #verticalmodules > .inner {
    max-width: 1300px;
    padding: 0px 10px;
    margin: 40px auto;
  }

/*moduleheader*/

  h3.tck-module-title {
    font-family: 'Conso';
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 38px;
    font-weight: 100;
  }


/*contactmenu*/

  .social .mod-custom {
    text-align: right;
  }/*

  .social .mod-custom .titreck-text {
    display: inline-block;
    padding: 30px 10px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
  }

  .social .mod-custom .titreck-title {

    font-size: 18px;
    line-height: 33px;
    font-family: 'Conso';
    font-weight: 300;
    letter-spacing: 0px;
    color: var(--c5);
    display: inline-block;
    padding: 0 10px;
    border: 1px solid var(--c5);
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  */

  div#headerwrapper.scrolled .social .mod-custom .titreck-title {
    height: 46px;
    padding-top:  6px;
    padding-bottom: 6px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
  }


  .contactlinkdiv {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    line-height: 33px;
    height: 96px;
    text-align: center;
    padding-right: 10px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
  }
  div#headerwrapper.scrolled .contactlinkdiv {
    height: 46px;
    padding-top:  4px;
    padding-bottom: 6px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
  }



















  .social .mod-custom .contactlink {
    color: var(--text);
    transition: all 0.5s;
    position: relative;
    padding: 2px 20px;
    font-size: 18px;
    line-height: 33px;
    font-family: 'Conso';
    font-weight: 300;
  }
  .social .mod-custom .contactlink::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    _background-color: rgba(0,0,0,0.1);
    background-color: transparent;
    transition: all 0.3s;
  }
  .social .mod-custom .contactlink:hover::before {
    opacity: 0 ;
    transform: scale(0.5,0.5);
  }
  .social .mod-custom .contactlink::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    border: 1px solid rgba(0,0,0,0.5);
    transform: scale(1.2,1.2);
  }
  body.itemid-144 .social .mod-custom .contactlink::after,
  .social .mod-custom .contactlink:hover::after {
    opacity: 1;
    transform: scale(1,1);
  }
































/*mainmenu*/


  
  #mainmenu div[id^=maximenuck] {
    font-size: 18px;
    line-height: 33px;

  }

  #mainmenu div[id^=maximenuck] ul.maximenuck {
    height: 96px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex !important;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
  }
  #mainmenu div[id^=maximenuck] ul.maximenuck li.maximenuck.level1 {
    margin: 0;
    line-height: 33px;
    position: relative;
    padding: 0px 10px;
    /*
    display: flex;
    justify-content: space-between;
    flex: 1 1 auto;
    align-items: center;
    position: relative;
    */
  }



  #mainmenu div[id^=maximenuck] ul.maximenuck li.maximenuck.level1:not(:last-child):after {
    /*
    content: "";
    border: 1px solid var(--red);
    height: 30px;
    margin: auto;
    */
  }
  #mainmenu div[id^=maximenuck] ul.maximenuck li.maximenuck.level1:last-child {
    /*
    flex: 0;
    */
  }

  #mainmenu div[id^=maximenuck] ul.maximenuck li.maximenuck.level1 > a,
  #mainmenu div[id^=maximenuck] ul.maximenuck li.maximenuck.level1 > span.separator {
    padding: 0;
    line-height: 33px;
    flex-direction: column;
  }

  #mainmenu div[id^=maximenuck] span.titreck-title {
    font-size: 16px;
    line-height: 33px;
    font-family: 'Conso';
    font-weight: 300;
    letter-spacing: 0px;
    color: var(--text);
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }

  #mainmenu div[id^=maximenuck] ul.maximenuck li.maximenuck.level1.current > a span.titreck-title,
  #mainmenu div[id^=maximenuck] ul.maximenuck li.maximenuck.level1.active > a  span.titreck-title,
  #mainmenu div[id^=maximenuck] ul.maximenuck li.maximenuck.level1:hover > a span.titreck-title,
  #mainmenu div[id^=maximenuck] ul.maximenuck li.maximenuck.level1.current > .nav-header  span.titreck-title,
  #mainmenu div[id^=maximenuck] ul.maximenuck li.maximenuck.level1.active > .nav-header  span.titreck-title,
  #mainmenu div[id^=maximenuck] ul.maximenuck li.maximenuck.level1:hover > .nav-header  span.titreck-title {
    color: var(--text);
    _text-shadow: 0 0 10px var(--green1);
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }



















  #mainmenu div[id^=maximenuck] span.titreck-text {
    color: var(--text);
    transition: all 0.3s;
    position: relative;
    font-size: 18px;
    line-height: 33px;
    font-family: 'Conso';
    font-weight: 300;
  }
  #mainmenu div[id^=maximenuck] span.titreck-text span {
    transition: all 0.3s;
  }
  #mainmenu div[id^=maximenuck] span.titreck-text::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: rgba(0,0,0,0.5);
    border-bottom-color: rgba(0,0,0,0.5);
    transform: scale(0.1, 1);
  }
  #mainmenu div[id^=maximenuck] span.titreck-text:hover span {
    letter-spacing: 0px;
  }
  #mainmenu div[id^=maximenuck] span.titreck-text:hover::before,
  #mainmenu div[id^=maximenuck] ul.maximenuck li.maximenuck.level1.current > a span.titreck-text::before,
  #mainmenu div[id^=maximenuck] ul.maximenuck li.maximenuck.level1.active > a  span.titreck-text::before,
  #mainmenu div[id^=maximenuck] ul.maximenuck li.maximenuck.level1.current > .nav-header  span.titreck-text::before,
  #mainmenu div[id^=maximenuck] ul.maximenuck li.maximenuck.level1.active > .nav-header  span.titreck-text::before {
    opacity: 1; 
    transform: scale(1, 1); 
  }
  #mainmenu div[id^=maximenuck] span.titreck-text::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.3s;
    _background-color: rgba(0,0,0,0.1);
  }
  #mainmenu div[id^=maximenuck] span.titreck-text:hover::after,
  #mainmenu div[id^=maximenuck] ul.maximenuck li.maximenuck.level1.current > a span.titreck-text::after,
  #mainmenu div[id^=maximenuck] ul.maximenuck li.maximenuck.level1.active > a  span.titreck-text::after,
  #mainmenu div[id^=maximenuck] ul.maximenuck li.maximenuck.level1.current > .nav-header  span.titreck-text::after,
  #mainmenu div[id^=maximenuck] ul.maximenuck li.maximenuck.level1.active > .nav-header  span.titreck-text::after {
    opacity: 0; 
    transform: scale(0.1, 1);
  }

#mainmenu div[id^=maximenuck] .bookinglink span.titreck-text:hover::before {
  transform: scale(1, 1.2);
}

#mainmenu div[id^=maximenuck] .bookinglink span.titreck-text:hover::after {
  transform: scale(0.1, 1.2);
}

#mainmenu div[id^=maximenuck] .bookinglink span.titreck-text::before {
  bottom: 1px;
}

li.maximenuck.item167.level1.bookinglink {
  border: 1px solid var(--text);
}

#mainmenu div[id^=maximenuck] ul.maximenuck li.maximenuck.level1.current.bookinglink > a span.titreck-text::before, #mainmenu div[id^=maximenuck] ul.maximenuck li.maximenuck.level1.active.bookinglink > a span.titreck-text::before {
  transform: scale(1, 1.2);
}

@keyframes flicker {
  0%, 100% { color: #d72631; }
  20%, 40%, 60%, 80% { color: #fff; }
}

@keyframes blink {
  0%   { opacity: 1; }
  20%  { opacity: 0.3; }
  40%  { opacity: 1; }
  60%  { opacity: 0.3; }
  80%  { opacity: 1; }
  100% { opacity: 1; }
}





























  #mainmenu div[id^=maximenuck] ul.maximenuck:after {
    content: none;
  }

  span.separatorline {
    display: block;
    width: 1px;
    _background: var(--text);
    background:transparent;
  }

  #mainmenu div[id^=maximenuck] ul.maximenuck span.separatorline:last-of-type {
    display: none;
  }

  
  #mainmenu li div.floatCK,
  #mainmenu li div.floatck {
    box-shadow: -10px 10px 10px -10px #b3b3b3, 10px 10px 10px -10px #B3B3B3;
    moz-box-shadow: -10px 10px 10px -10px #b3b3b3, 10px 10px 10px -10px #B3B3B3;
    webkit-box-shadow: -10px 10px 10px -10px #b3b3b3, 10px 10px 10px -10px #B3B3B3;
    
  }
  #mainmenu li.parent {
    __background-color: var(--red);
  }

  #mainmenu div[id^=maximenuck] div.floatck {
    position: absolute;
    display: none;
    padding: 0;
    margin: 0;
    text-align: left;
    width: auto;
    z-index: 9999;
    cursor: auto;
    transform-origin: 50% 50%;
    transform: translate(-50%, 0%);
    top: 67px;
    left: 50%;
  }
  div#headerwrapper.scrolled #mainmenu div[id^=maximenuck] div.floatck {
    top: 43px;
  }


  #mainmenu div[id^=maximenuck] span.titreck-title {
    top: 40px;
  }
  #mainmenu li div.maxidrop-main {
    width: 280px;
  }

  #mainmenu div[id^=maximenuck] ul.maximenuck li ul.maximenuck2 li.maximenuck:hover,
  #mainmenu div[id^=maximenuck] ul.maximenuck2 li.maximenuck:hover {
    background: var(--c2);
  }

  #mainmenu div[id^=maximenuck] ul.maximenuck2 li.maximenuck:hover a span.titreck-title {
    color: var(--text);
    _text-shadow: 0 0 10px var(--text);
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }

  #mainmenu div[id^=maximenuck] ul.maximenuck li.level1.parent > a:after,
  #mainmenu div[id^=maximenuck] ul.maximenuck li.level1.parent > span.separator:after {
      





      display: none;




    content: "";
    
    position: relative;
    width: 10px;
    height: 10px;
    left: 0px;
    right: 0px;
    top: 1px;
    text-align: center;
    border-style: solid;
    border-width: 6px 8px 6px 8px;
    border-color: var(--text) transparent transparent transparent;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  #mainmenu div[id^=maximenuck] ul.maximenuck li.level1.parent:hover > a:after,
  #mainmenu div[id^=maximenuck] ul.maximenuck li.level1.parent:hover > span.separator:after {
    border-color: var(--text) transparent transparent transparent;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  #mainmenu div[id^=maximenuck] ul.maximenuck li.maximenuck.level1 li.maximenuck > a,
  #mainmenu div[id^=maximenuck] ul.maximenuck li.maximenuck.level1 li.maximenuck > span.separator {
    display: flex;
    justify-content: center;
  }

  #mainmenu li div.floatCK,
  #mainmenu li div.floatck {
    background-color: var(--c2);
  }

  #mainmenu div[id^=maximenuck] .level2 span.titreck-title {
    color: var(--text);
  }
  #mainmenu div[id^=maximenuck] .level2:hover span.titreck-title,
  #mainmenu div[id^=maximenuck] .level2.active span.titreck-title,
  #mainmenu div[id^=maximenuck] .level2.current span.titreck-title {
    color: var(--text);
    _text-shadow: 0 0 10px var(--green3) !important;
  }

/*mobilemenu*/

  /*extramenu*/

  #mainmenu div[id^=maximenuck][id$="-mobile"] .mobilemenuck-topbar {
    display: none !important;
  }
  #mainmenu div[id^=maximenuck] .mobilemenuck-bar-title {
    background: transparent;
    margin-left: 0;
    padding-left: 49px;
    text-indent: 0px;
    font-family: 'dmserif';
    text-transform: uppercase;
    font-weight: normal;
    font-size: 30px;
    line-height: 1.3em;
    cursor: pointer;
  }

  #mainmenu div[id^=maximenuck] .mobilemenuck-bar-button {
    padding-top: 0px;
    text-align: left;
    background: transparent;
    left: 10px;
    top: 0px;
    height: 70px;
    width: 50px;
    font-size: 36px;
    line-height: 58px;
    vertical-align: middle;
    color: var(--text);
    font-weight: 100;
    display: block;
  }
  #mainmenu div[id^=maximenuck] .mobilemenuck-button {
    height: 50px;
    line-height: 70px;
    font-size: 1.8em;
    left: 0; 
    padding-top: 5px;
    text-align: left;
    background: transparent;
    left: 0;
  }

  #mainmenu div[id^=maximenuck].mobilemenuck {
    background: #e1e8e9d4;
    backdrop-filter: blur(5px);
    width: 260px;
    position: absolute !important;
    top: 70px !important;
    left: 0px !important;
    box-shadow: -10px 10px 10px -10px #b3b3b3, 10px 10px 10px -10px #B3B3B3;
    moz-box-shadow: -10px 10px 10px -10px #b3b3b3, 10px 10px 10px -10px #B3B3B3;
    webkit-box-shadow: -10px 10px 10px -10px #b3b3b3, 10px 10px 10px -10px #B3B3B3;
  }
  #mainmenu div[id^=maximenuck].mobilemenuck .mobilemenuck-topbar .mobilemenuck-title {
    background: transparent;
    width: 80px;
    margin-left: 37px;
    text-indent: 0px;
    font-family: 'dmserif';
  }
  #mainmenu div[id^=maximenuck].mobilemenuck .mobilemenuck-item {
    background: transparent;
  }

  #mainmenu div[id^=maximenuck].mobilemenuck div.mobilemenuck-item:first-of-type div {
    padding-top: 0px;
  }

  #mainmenu div[id^=maximenuck].mobilemenuck .mobilemenuck-item > .level1 {
    background: transparent;
    margin: 0;
  }
  #mainmenu div[id^=maximenuck].mobilemenuck .mobilemenuck-item span.titreck-title{
    font-size: 16px;
    line-height: 22px;
    vertical-align: middle;
    color: var(--text);
    font-weight: normal;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    
  }

  #mainmenu div[id^=maximenuck].mobilemenuck .mobilemenuck-item span.titreck-text {
    font-size: 16px;
    line-height: 22px;
  }
  #mainmenu div[id^=maximenuck].mobilemenuck .mobilemenuck-item > .level2 a, 
  #mainmenu div[id^=maximenuck].mobilemenuck .mobilemenuck-item > .level1 a,
  #mainmenu div[id^=maximenuck].mobilemenuck .mobilemenuck-item > .level3 a {
    font-size: 16px;
    line-height: 22px;
  }

  #mainmenu div[id^=maximenuck].mobilemenuck .mobilemenuck-item span.titreck-title:hover,
  #mainmenu div[id^=maximenuck].mobilemenuck .mobilemenuck-item .current span.titreck-title{
    color: var(--text);
  }
  #mainmenu div[id^=maximenuck].mobilemenuck .mobilemenuck-item span.titreck-text::before,
  #mainmenu div[id^=maximenuck].mobilemenuck .mobilemenuck-item span.titreck-text::after {
    content: none !important;
  }


  #mainmenu div[id^=maximenuck].mobilemenuck .mobilemenuck-itemwrap {
    width: 294px !important;
    _border-bottom: 10px solid var(--red50);
    top: 34px !important;
    left: -10px !important;
  }

  #mainmenu div[id^=maximenuck].mobilemenuck .mobilemenuck-item > .level2 {
    background: transparent;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: var(--text);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    
  }
  #mainmenu div[id^=maximenuck].mobilemenuck + .mobilemenuck-overlay {
    display: none;
  }
  #mainmenu div[id^=maximenuck].mobilemenuck .level2 + .mobilemenuck-submenu .mobilemenuck-item > div {
    background: transparent;
  }

/*main cover*/
  
  #coverwrapper + div {
    margin-top: -7vw;
  }
  body.itemid-144 #coverwrapper + div {
    margin-top: 0;
  }

  .aum-inner {
    position: relative;
    height: 27vw;
    overflow: hidden;
  }

.verticalleft h3.tck-module-title, .verticalright h3.tck-module-title {
  margin-bottom: 6px;
}
  body.itemid-143 .aum-inner {
    height: 52vw;
  }
  .aum-left {
    position: absolute;
    width: 41vw;
    top: 25%;
    left: 2%;
    color: var(--text);
    padding: 10px 20px;
  }
  .aum-left h1 {
    text-align: center;
    font-size: 4.2vw;
    font-weight: 100;
  }
  .aum-left h2 {
    text-align: center;
    font-size: 1.66vw;
    font-weight: 100;
  }
  .aum-image {
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
    _margin-bottom: -80px;
    width: 200%;
  }

/*coverimage*/

  .tck-article.com-content-article.item-page .item-image {
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
    margin-bottom: -80px;
  }
  .tck-article.com-content-article.item-page .item-image img {
    width: 300%;
    
  }


/*prices*/
  
  .pricelist {
    max-width: 700px;
    margin: 0 auto;
  }

  span.pricetitle {
    width: 200px;
    display: inline-block;
  }
  .pricelist p {
    text-align: center;
  }
  .pricelist p.priceinfo {
    text-align: left;
  }

  .pricelist h2 {
    text-align: center;
  }
  .pricelist ul {
    width: 360px;
    margin: 0 auto;

  }
  .pricelist ul li {
    display: flex;
    justify-content: space-between;
  }




/*verticalmodules services*/

  .services-item {
    
    margin-bottom: 20px;
  }

  .services-item a {
    display: flex;
    align-items: stretch;
    background: var(--c2);
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 1px 1px 10px #aab2b5;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
  }
  .services-item a:hover {
    box-shadow: 1px 1px 10px #8d9091;  
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
  }
  

  .services-image {
    flex: 1;
  }
  .services-body {
    flex: 1;
    padding: 10px;
    
  }

  


  .services-title h4 {
    font-size: 32px;
  }

  .services-image {
    position: relative;
    display: block;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
  }
  .services-image img {
    object-fit: cover;
    height: 100%;
    transition: all .6s;
    transform: scale(1,1); 
  }
  .services-introtext p {
    margin-bottom: 0;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .padding-left {
    padding-left: 30px;
  }



  .glow-wrap{
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }

  .glow{
    display: block;
    position: absolute;
    transform-origin: right;
    width: 40%;
    height: 200%;
    background: rgba(255,255,255,.2);
    top: -50%;
    z-index: 200000000000;
    filter: blur(5px);
    transform: rotate(45deg) translate(-200%, 0%);
    transition: all .6s cubic-bezier(0.4, 0.19, 0.52, 0.82);
  }

  a:hover .glow{
    transform: rotate(45deg) translate(350%, 0);
    transition: all .6s cubic-bezier(0.4, 0.19, 0.52, 0.82);
  }











  .services-item a {
    color: var(--text);
    transition: all .6s;
    position: relative;
  }
  
  .readmorelink {
    display: inline-block;
    float: right;
    color: var(--text);
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 0px 10px;
    transform: scale(1,1);
    transition: all .6s;

        display: none;
  }



/*
  .services-item a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0,0,0,0.1);
    transition: all 0.3s;
  }
  .services-item a:hover::before {
    opacity: 0 ;
    transform: scale(0.5,0.5);
  }
  
  .services-item a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    border: 1px solid rgba(0,0,0,0.5);
    transform: scale(1.1,1.1);
  }
  .services-item a:hover::after {
    opacity: 1;
    transform: scale(1,1);
  }
*/
  .services-item a:hover .readmorelink {
    transform: scale(1.4,1.4);
    transition: all .6s;
  }

  /**/
  .services-item a:hover .services-image img {
    transform: scale(1.05,1.05);
    transition: all .6s;
  }
  


  .serviceshorizontal {
    display: flex;
    gap: 30px;
    justify-content: center;
  }
  .serviceshorizontal .services-item {
    flex: 1;
    max-width: 407px;
    
    border-radius: 30px;
  }
  .serviceshorizontal a {
    display: block;
    box-shadow: 1px 1px 10px #aab2b5;
  }
  .serviceshorizontal a:hover {
    box-shadow: 1px 1px 10px #8d9091;
  }
  .serviceshorizontal a .services-body {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 40px 0 10px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  }

  .serviceshorizontal .services-image {
    position: relative;
    display: flex;
    mask-image: none;
    align-items: center;
    justify-content: center;
  }
  .serviceshorizontal .services-title h4 {
    font-size: 2.1vw;
    font-weight: 100;
    margin-bottom: 0;
  }



/*servicesblog*/

  .servicesblog .servicesvertical {
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 0;
  }

  .coverimage img {
    width: 300%;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
    margin-bottom: -80px;
  }



/*slicknews slickslider*/
  
  
  .slicknews.slick-slider {
    margin: 0px 50px;
  }

	.slicknews .slick-prev:before,
	.slicknews .slick-next:before {
		color: white;
    font-family: initial;
    font-size: 20px;
    font-weight: bold;
	}

  .slicknews .slick-prev:before {
    font-family: "Font Awesome 5 Free";
    content: '\f060';
  }

  .slicknews .slick-next:before {
    font-family: "Font Awesome 5 Free";
    content: '\f061';
  }

  .slicknews .slick-prev,
  .slicknews .slick-next {
    width: 40px;
    height: 40px;
    background-color: var(--green1) !important;
  }
  .slicknews .slick-prev {
    border-radius: 8px 0px 0px 8px;
    left: -50px;
  }
  .slicknews .slick-next {
    border-radius: 0px 8px 8px 0px;
    right: -50px;
  }
  .slicknews .slick-prev.slick-disabled,
  .slicknews .slick-next.slick-disabled {
    opacity: 0.5;
    cursor: default;
  }


  .slicknews-item {
    padding: 10px;
  }

  .slicknews .slicknews-item .slicknews-image figure {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 0;
  }
  .slicknews .slicknews-item .slicknews-image figure:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .slicknews .slicknews-item .slicknews-image img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
  }

  .slicknews-title {
    margin: 10px 0;
  }
  .slicknews-title h4 {
    margin-bottom: 0;
    font-size: 20px;
  }

  .slick-slider .slick-dots li button:before {
    color: var(--green1);
    font-size: 12px;
    line-height: 12px;
  }

  .slick-slider .slick-dots li.slick-active button:before {
    color: var(--blue);
    opacity: 1;
  }

  .slicknews .slicknews-item .slicknews-image.allarticles div.allarticlescontainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #f4f3ff;
  }
  .slicknews .slicknews-item .slicknews-image.allarticles img {
    object-fit: none !important;
    position: relative;
    top: initial;
    left: initial;
    bottom: initial;
    right: initial;
    object-position: initial;
    width: initial;
    height: initial;
  }
  .slicknews .slicknews-item .slicknews-image.allarticles span.allarticlestitle {
    

    text-transform: uppercase;
    color: var(--green1);
    font-weight: bold;
  }
  


/*masonry reference*/

  .masonrypics a {
    display: block;
    position: relative;
    margin: 20px;
    overflow: hidden;
  }
  .masonrypics a img {
    position: relative;
    transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);  
  }
  

  .masonrypics a .imagedesc {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: var(--green4o80);
    color: white;
    font-size: 14px;
    line-height: 1.4;
    padding: 6px 10px;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .masonrypics a:hover .imagedesc {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .masonrypics a img {
    transform: scale(1.0);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .masonrypics a:hover img {
    transform: scale(1.04);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

/*pagination*/

  .com-content-category-blog__pagination {
    text-align: center;
  }

  nav.pagination {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
  }
  ul.tck-pagination.pagination {
    margin-left: 0;
    margin-bottom: 0;
    border-radius: 0;
  }
  

  .page-link {
    position: relative;
    display: block;
    color: var(--green4);
    font-size: 20px;
    line-height: 33px;
    width: 33px;
    height: 33px;
    text-decoration: none;
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
    border-radius: 7px;
  }
  .page-item.disabled .page-link {
    pointer-events: none;
    background-color: transparent;
    color: var(--green4);
    border-radius: 7px;
  }
  .page-link:hover {
    z-index: 2;
    color: white;
    background-color: var(--pink);
    border-radius: 7px;
  }
  .page-item {
    margin: 0 10px;
    border-radius: 7px;
  }
  .page-item.active .page-link {
    z-index: 3;
    color: white;
    border-radius: 7px;
    background-color: var(--green4);
  }
  .icon-angle-double-left,
  .icon-angle-left,
  .icon-angle-right,
  .icon-angle-double-right {
    position: relative;
    top: -2px;
    border-radius: 7px;
  }

  .icon-angle-double-left:before,
  .icon-angle-left:before,
  .icon-angle-right:before,
  .icon-angle-double-right:before {
    display: block;
    font-size: 14px;
    line-height: 33px;
  }
  .page-item:last-child .page-link,
  .page-item:first-child .page-link {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
  }
  

/*form*/

  form .row {
    margin-right: 0px;
    margin-left: 0px;
  }

  .booking {
    max-width: 1000px;
    margin: 100px auto;
  }
  .booking form .row {
    margin-right: 0px;
    margin-left: 0px;
  }
  .booking form .row .col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .rsform-block {
    
  }
  .rsform-block label.formControlLabel {
    display: none;
    width: 0;
  }
  .rsform-block .formControls {
    width: 100%;
    max-width: 100%;
    flex: 1;
    padding-left: 0;
    padding-right: 0;
  }
  .rsform-block .formControls input,
  .rsform-block .formControls textarea,
  .rsform-block .formControls select {
    border-radius: 0 !important;
    border-color: transparent;
    padding: 5px 13px;
  }

  .btnCal.rsform-calendar-button {
    border-radius: 0 !important;
    background: var(--c5);
    color: var(--c4);
    width: 38px;
    position: relative;
  }
  .btnCal.rsform-calendar-button:after {
    content: '\f073';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 38px;
    height: 38px;
    color: white;
    font-size: 25px;
    line-height: 38px;
    padding-left: 2px;
    text-align: center;
  }

  .form-control:focus {
    box-shadow: 0 0 0.3rem 0.1rem var(--c4);
  }

  form .formError,
  form .formRed,
  form .formError {
    color: var(--danger);
    font-weight: normal;
  }
  p[id^="rsfp-counter-"] {
    text-align: right !important;
    padding: 0;
    margin-bottom: 0;
  }
  .was-validated .form-control:invalid:focus,
  .form-control.is-invalid:focus {
    border-color: #a51f18;
    box-shadow: 0 0 0.3rem 0.1rem var(--danger);
  }
  form a {
    text-decoration: underline !important;
  }

  /*fielupload*/

  input[type='file']::file-selector-button {
    background: var(--c4) !important;
    position: relative;
    top: -1px;
    line-height: 40px;
    margin-right: 25px;
    padding: 4px 10px 4px 10px;
    border-radius: 0;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    color: var(--text);
    _text-transform: uppercase;
    outline: none !important;
    box-shadow: none !important;
  }

  button.btn.btn-secondary.btn-sm.rsfp-field-multiple-plus-button {
    background: var(--c4);
    line-height: 37px;
    margin-top: 0;
    margin-right: 16px;
    padding: 0px 0px 0px 0px;
    border-radius: 0;
    display: inline-block;
    font-size: 18px;
    font-weight: mormal;
    color: white;
    text-transform: uppercase;
    outline: none !important;
    box-shadow: none !important;
    position: absolute;
    _top: 0;
    bottom: 1px;
    right: 0;
    color: var(--green4);
    font-size: 0px;
    overflow: hidden;
    width: 37px;
    margin-bottom: 0;
  }
  button.btn.btn-secondary.btn-sm.rsfp-field-multiple-plus-button:after {
    content: "+";
    display: block;
    width: 37px;
    height: 37px;
    color: white !important;
    font-size: 33px;
    font-weight: normal;
    position: absolute;
    top: 0;
    left: 0;
  }

  .rsfp-image-container {
    margin: 10px;
    display: inline-block;
  }
  .rsfp-image-polaroid {
    background-color: var(--green2);
    border-radius: 0;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  }


  .rsform-block-sminktetovalasok,
  .rsform-block-orvositetovalasok,
  .rsform-block-tetovalaseltavolitas {
    display: block;
    width: 50%;
    float: left;
  }
  .rsform-block-orvositetovalasok:after {
    content: "";
    display: block;
    clear: both;
  }

  .rsform-block-sminktetovalasok .formControlLabel,
  .rsform-block-orvositetovalasok .formControlLabel,
  .rsform-block-tetovalaseltavolitas .formControlLabel,
  .rsform-block-leiras .formControlLabel,
  .rsform-block-kep .formControlLabel {
    display: block !important;
    width: 100% !important;
    max-width: 100%;
    padding-left: 0;
  }

  .rsform-block-leiras,
  .rsform-block-kep {
    display: block;
  }

  .rsform-block-kep,
  .rsform-block-leiras {
    clear: both;
  }

  /*GDPR*/
  .rsform-type-checkboxgroup input[type='checkbox'] {
    width: 22px;
    height: 22px;
  }
  .rsform-type-checkboxgroup input[type='checkbox']:checked {
    background-color: var(--green2);
  }
  input {
    outline: none !important;
  }

  
  .rsform-type-checkboxgroup .form-check-inline {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    display: flex;
    gap: 10px;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-left: 1px;
  }

  /*submit*/
  .rsform-block.rsform-block-submit .formControls  {
    text-align: right;
  }
  .rsform-block.rsform-block-submit button {
    position: relative;
    background: var(--c4) !important;
    line-height: 36px;
    padding: 0 10px 0 10px;
    border-radius: 0;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    color: var(--text);
    outline: none !important;
    box-shadow: none !important;
  }

  .rsform-block.rsform-type-freetext p {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 10px;
  }
  /*popup*/
  
  .rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner {
    background: var(--c2);
    text-align: center;
    border-radius: 6px;
    box-shadow: 2px 2px 10px black;
    border: 1px solid white;
    color: white;
  }
  .rsfp_thankou_popup_close_btn {
    right: 10px;
  }

  /*checkbox*/

  /**/
  [type="checkbox"]:not(:checked),
  [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
  }
  [type="checkbox"]:not(:checked) + label,
  [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 2.6em;
    cursor: pointer;
  }  
  [type="checkbox"]:not(:checked) + label:before,
  [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -4px;
    width: 2em;
    height: 2em;
    border: 1px solid var(--c4);
    background: white;
    border-radius: 0;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
  }
  [type="radio"]:not(:checked) + label:before {
    border-radius: 50%;
  }
  [type="checkbox"]:checked + label:before {
    border: 1px solid var(--green2);
    background: var(--c4);
  }
  
  [type="checkbox"]:not(:checked) + label:after,
  [type="checkbox"]:checked + label:after {
    content: '\2713\0020';
    position: absolute;
    font-weight: 900;
    top: 0em;
    left: 7px;
    font-size: 1.6em;
    line-height: 1;
    color: white;
    transition: all .2s;
    font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
  }
  
  [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
  }
  [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
  }
  [type="checkbox"]:disabled:not(:checked) + label:before,
  [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
  }
  [type="checkbox"]:disabled:checked + label:after {
    color: #999;
  }
  [type="checkbox"]:disabled + label {
    color: #aaa;
  }
  [type="checkbox"]:checked:focus + label:before,
  [type="checkbox"]:not(:checked):focus + label:before {
    __border: 2px dotted blue;
  }
  

  .form-check-inline {
    display: inline-block;
    margin-right: 1rem;
  }
  .form-check {
    _display: block;
    min-height: 1.5rem;
    padding-left: 0.1em;
    margin-bottom: 1.125rem;
  }
  .form-check {
    padding-left: 0em;
    margin-bottom: 20px;
  }

  /*yn*/

div#formmodule > .inner {
  max-width: 1300px;
  padding: 0px 10px;
  margin: 40px auto;
}

  div[class*="switchradio"] {
    _display: flex;
    display: block;
    justify-content: space-between;
  }

  div[class*="switchradio"]  label.formControlLabel {
    display: block;
    flex: initial;
    width: initial;
    max-width: initial;
    padding: 0 0 6px 0;
  }

  .formControls[aria-labelledby*="switchradio"] {
    display: flex;
    flex: initial;
    width: initial;
    max-width: initial;
    margin-bottom: 0px;
    overflow: hidden;
    min-width: 141px;
  }
  .formControls[aria-labelledby*="switchradio"] .form-check {
    padding-left: 0em;
    margin-bottom: 0px;
    margin-left: 0;
    margin-right: 0;
  }

  .formControls[aria-labelledby*="switchradio"] input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
  }

  .formControls[aria-labelledby*="switchradio"] label {
    background-color: white;
    line-height: 1;
    text-align: center;
    padding: 8px 16px;
    margin-right: -1px;
    border: 1px solid var(--green3);
    transition: all 0.1s ease-in-out;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
    user-select: none; /* Standard for modern browsers */
    -webkit-user-select: none; /* Chrome, Safari, Opera */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
  }

  .formControls[aria-labelledby*="switchradio"] label:hover {
    cursor: pointer;
  }

  .formControls[aria-labelledby*="switchradio"] input:checked + label {
    background-color: var(--c4);
    box-shadow: none;
  }

  .formControls[aria-labelledby*="switchradio"] .form-check:first-of-type label {
    _border-radius: 18px 0 0 18px;
  }

  .formControls[aria-labelledby*="switchradio"] .form-check:nth-last-of-type(2) label {
    _border-radius: 0 18px 18px 0;
    margin-right: 0px;
  }

  /*slider*/

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* background-color: rgba(0, 0, 0, 0.5); */
  color: black;
  /* border: none; */
  /* border-radius: 50%; */
  /* padding: 10px; */
  font-size: 43px;
  cursor: pointer;
  z-index: 9;
}

.left-arrow {
  left: 10px;
}

.right-arrow {
  right: 10px;
}


[class*="rsmg_rsp_slider_container"] .rstpl-car-previous, [class*="rsmg_rsp_slider_container"] .rstpl-car-next {
  background-color: transparent;
}

.rstpl-slider-main-image {
  background-size: cover;
}

[class*="rsmg_rsp_slider_container"].slick-carousel[class*="-inline-top"] .slick-dots
{
  bottom: 0%;
}

div#rsmg_adv_mod_container131 {
  padding-bottom: 20px;
}

.container_thumbs {
  margin-top: 5px;
}

/*reviews*/

.aa-greviews-review-template .aa-greviews-info-section.aa-greviews-top-section {
  top: -50px;
}

.aa-greviews-google-reviews-wrap {
  margin-top: 0;
}

.aa-greviews-review-template li.aa-greviews-sp-review, .reviewspage #headerwrapper + .tck-wrapper {
  padding-top: 0px;
}

.reviewspage .com-content-article__body.tck-article {
  padding: 15px 10px;
}

.aa-greviews-main-wrapper.aa-greviews-layout-list {
  padding-top: 45px;
}

.aa-greviews-review-template li.aa-greviews-sp-review .aa-greviews-main-header-section {
  border: none;
}

.aa-greviews-review-description {
  text-align: left;
}


.reviewspage h3.tck-module-title {
  text-align: left;
}

.homepage #bottommodule .inner {
  max-width: 1300px;
  padding: 0 10px;
  margin: 40px auto;
}

.aa-greviews-rateus-button-wrap {
  text-align: center;
}

.aa-greviews-rateus-button-wrap a, .aa-greviews-rated-time, .aa-greviews-row a {
  background-color: var(--c4) !important;
  color: var(--text);
}

.aa-greviews-rateus-button-wrap a  {
  border-radius: 0;
}

.aa-greviews-header-title.aa-greviews-reviewer-name span {
  color: var(--text);
}

.aa-greviews-review-template .aa-greviews-rated-time, {
  border-radius: 0;
  color: var(--text);
}

.aa-greviews-rateus-button-wrap a:hover, .aa-greviews-button-row a:hover {
  color: var(--text);
}

.homepage .com-content-article__body.tck-article-body {
  padding: 0;
}

.aa-google-reviews-slider-content .quote {
  margin-bottom: 0;
}

.aa-google-reviews-slider-content p {
  font-size: 15px;
}

.aa-google-reviews-slider-content-btn-wrap a {
  background-color: var(--c4);
  color: var(--text);
}

a.aa-greviews-rate-button.show_all_reviews-wrap, a.aa-greviews-rate-button.write_a_review-wrap {
  border-radius: 0;
  color: var(--text);
}

.quote p {
  font-family: 'Conso', sans-serif;
  font-style: normal;
  line-height: 1.5em;
  padding-bottom: 0;
  margin-bottom: 0;
  color: var(--text);
}

.owl-theme .owl-nav.disabled + .owl-dots {
  display: none;
}

.owl-carousel.owl-loaded {
  transition: height 0.3s ease;
}

.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.reviewspage div#bottommodule .inner {
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.homepage div#bottomwrapper {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}

/*mainpage-gallery*/

/*div#rsp_container133 {*/
/*  margin: 15px;*/
/*}*/

.swiper {
  max-width: 1300px;
}

.swiper-backface-hidden .swiper-slide {
  height: 400px;
}

.rsp_picture {
  height: 400px !important;
  position: unset;
}

/*.rsp_icon_over .rsmgsc-share-square-o, .rsp_icon_over .rsmgsc-search {*/
/*  margin-top: 69%;*/
/*}*/

.rsp_picture img {
  max-width: 100%;
  object-fit: cover;
}

.rsp_picture_container, .rsp_icon_over {
  background-color: transparent !important;
}

.rsp_icon_over .rsmgsc-share-square-o, .rsp_icon_over .rsmgsc-search {
  display: none;
}

.swiper-button-next, .swiper-button-prev {
  color: black !important;
}

.gallerybtn-ctr {
  text-align: center;
  margin-bottom: 40px;
}

a.gllrybtn {
  background-color: var(--c4);
  padding: 10px;
  color: var(--text);
  font-weight: 400;
}

div#rsp_container133 {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}

/*.swiper-button-next::after, .swiper-button-prev::after {*/
/*  display: none;*/
/*}*/

.gallerymodule h3.tck-module-title {
  margin-top: 40px;
  margin-bottom: 0;
}

.rsmg-tag-overlay {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #d0dadba1;
  color: var(--text);
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  z-index: 10;
}

.layout-mainseervices .com-content-article__body.tck-article-body, .com-content-category-blog.blog.tck-blog {
  padding: 0 10px;
}

.logout {
  text-align: end;
  max-width: 1626px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: flex-end;
}

i.fas.fa-sign-out-alt {
  font-size: 20px;
}

/*contactpage*/

.app-btn-container {
  text-align: center;
}

a.appointment-btn {
  padding: 10px;
  background-color: var(--c4);
  font-weight: 500;
}

/*appointmentmodule*/

div#appointmentwrapper {
  padding: 0 10px;
}

div#appointmentmodule {
  max-width: 1300px;
  padding: 0 10px;
  margin: 70px auto;

}

.contactpage div#mainmodule {
  max-width: 1300px;
  padding: 0 10px;
  margin: 70px auto;
}



.homepage div#appointmentmodule, .contactpage div#mainmodule {
  background: var(--c2);
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 1px 1px 10px #aab2b5;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  padding-top: 25px;
  padding-bottom: 55px;
}












/*footer*/

  #footerwrapper {
    background-color: var(--c4);
  }

  .appointmentpage #footerwrapper {
    box-shadow: 4px 1px 6px black;
  }

  #footerwrapper > .inner {
    padding: 50px 10px;
    max-width: 1300px;
    margin: 0 auto;
  }

  #footer .tck-module-text {
    text-align: center;
  }
  #footer h3.tck-module-title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 200;
  }

  .footer-logo {
    margin: 20px 0;
  }
  .footer-social {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-social a {
    max-width: 38px;
    margin: 0 20px;
  }
  .footer-social i {
    max-width: 38px;
    margin: 0 20px;
  }
  
  #footer ul.nav {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #footer .nav-item {
    position: relative;
    line-height: 33px;
  }
  #footer .nav-item a {
    font-family: 'Conso';
    font-weight: 300;
  }
  #footer .nav-item a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    _border-top: 1px solid rgba(0,0,0,0.5);
    border-bottom: 1px solid rgba(0,0,0,0.5);
    transform: scale(0.1, 1);
  }
  #footer .nav-item a:hover::after {
     opacity: 1; 
    transform: scale(1, 1); 
  }

  i.fab.fa-facebook-f {
    font-size: 16px;
  }
  i.fab.fa-instagram {
    font-size: 24px;
  }

  .footerinfo .mod-custom {
    text-align: center;
    padding: 40px 10px 0;
  }
  .footerinfo a {
    font-size: 14px;
    white-space: nowrap;
  }
  #footerwrapper > .inner {
    padding: 50px 10px 6px;
  }

  h3.tet-eltav-footer {
    padding-top: 20px;
  }

  h3.tet-eltav-footer a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    _border-top: 1px solid rgba(0,0,0,0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    transform: scale(0.1, 1);
  }

  h3.tet-eltav-footer a:hover::after {
    opacity: 1;
    transform: scale(0.5, 1);
  }

/*gallery*/

.rsmg-details-image {
  background-color: transparent;
}

.rsmg-details-image img {
  max-height: 800px !important;
}

.rsmg-details-container {
  box-shadow: none;
}

.rsmg-item-container, .rsmg-item-container:hover, .rsmg-item-container:focus {
  box-shadow: none;
}

.rsmg-item-link, .rsmg-item-thumb-container {
  background-color: transparent;
}





.rsmg-item-description {
 font-size: 15px;
}

.rsmg-item-body {
  height: 85px;
  align-content: center;
}

.rsmg-gallery {
  margin: 0;
}

/*.rsmg-gallery {*/
/*  margin: 0 0 4.25rem 0;*/
/*}*/

.rsmg-gallery > li {
  padding: 10px;
}

.rsmg-item-thumb > img {
  object-fit: cover;
}

/*.rsmg-item-thumb-container {*/
/*  height: 500px;*/
/*}*/

.rsmg-item-thumb-container {
  height: 465px;
}

.rsmg-item-thumb-container {
  background-color: transparent;
  /* aspect-ratio: 3 / 4; */
  padding-top: 211px;
}

/*.rsmg-item-thumb {*/
/*  aspect-ratio: 3/4;*/
/*}*/

/*mainservices-gallery*/

/*.layout-mainseervices .rsp_container {*/
/*  justify-content: center;*/
/*}*/

.layout-mainseervices .rsp_container {
  justify-content: center;
  gap: 10px;
}

.layout-mainseervices .rsp_picture {
  height: 305px !important;
  position: unset;
}

/*idopontfoglalas*/

body#page-booking-index-body .page-header {
  height: 70vh !important;
}

.appointmentpage .com-content-article__body.tck-article-body {
  max-width: 12000px;
  padding: 0;
  margin: 0;
}

iframe#salonicBookingWidget {
  height: 870px !important;
}

.layout-mainseervices.itemid-133.pageid-2 iframe#salonicBookingWidget,
.layout-mainseervices.itemid-134.pageid-3 iframe#salonicBookingWidget,
.layout-mainseervices.itemid-135.pageid-4 iframe#salonicBookingWidget,
.layout-mainseervices.itemid-137.pageid-6 iframe#salonicBookingWidget
{
  height: 780px !important;
}

.appointmentpage .tck-article-body p {
  padding: 0;
  margin: -6px;
}

iframe {
  border: 0 !important;
}

.laser-buttons {
  text-align: center;
  padding-bottom: 80px;
}


/*maps*/

  .mapcontainer {
    position: relative;
  }
  .mapinfo {
    position: absolute;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%);
    max-width: 330px;
    padding: 10px 20px 0;
    margin-top: 0;
    background: var(--c4);
    box-shadow: 0px 0px 10px #b3b3b3;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
  }
  .mapinfo img {
    padding-right: 10px;
  }
  .mapinfo p {
    margin-bottom: 0;
    padding: 12px 0;
  }
  .mapinfo h1 {
    text-align: center;
    font-weight: 100;
    font-size: 45px;
    margin: 10px 0 0 0;
  }
  .mapinfo h2 {
    font-size: 22px;
    text-align: center;
    font-weight: 100;
    margin-bottom: 10px;
  }
  .mapinfo .address, .mapinfo .phone, .mapinfo .mail {
    border-bottom: 0.1px solid rgba(255, 255, 255, 0.8);
  }


/**/
  .giftcard #maincontent > .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 10px;
  }

  .giftcard .form-check .form-check-input {
    margin-left: 0;
    width: 35px;
    height: 35px;
  }
  .giftcard .form-check .form-check-input:checked {
    background-color: #6889aa;
  }


  .giftcard .form-check-input:checked[type=radio] {
    background-image: none;
  }
  .giftcard .form-check-input:checked[type=radio]:after {
    content: '\2713\0020';
    position: absolute;
    font-weight: 900;
    top: 4px;
    left: 7px;
    font-size: 1.6em;
    line-height: 1;
    color: white;
    transition: all .2s;
    font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
  }

  /*
  .giftcard #maincontent {
    background: url(/images/template/hopihe.png);
    background-repeat: no-repeat;
    background-position: top -130px right -130px;
    background-size: 584px;
  }
  */

  .giftcardlink {
    color: var(--danger) !important;
    font-weight: bold !important;
  }

  .row.mb-3.rsform-block.rsform-block-total.rsform-type-total {
    opacity: 0;
  }
  .rsform-block-ajandekkartya label,
  .rsform-block-choosepayment label {
    line-height: 35px;
    padding-left: 10px;
  }
  .rsform-block-choosepayment label {
    padding-left: 5px;
  }

/*
  @media screen and (min-width: 1024px) and (max-width: 1150px) {
    .kontakt {
      display: none !important;
    }
  }
  @media screen and (max-width: 670px) {
    .kontakt {
      display: none !important;
    }
  }
*/

/*responsive*/

@media screen and (min-width: 2000px) {
  .rsmg-gallery > li {
    padding-left: 75px;
  }
}

@media screen and (min-width: 1899px) and (max-width: 1999px) {
  .rsmg-gallery > li {
    padding-left: 60px;
  }
}

@media screen and (min-width: 1600px) {
  /*div#bottomwrapper {*/
  /*  max-width: 1300px;*/
  /*  margin-left: 300px;*/
  /*}*/
}

@media screen and (max-width: 1600px) {
  

  div#headerwrapper > .inner, div#headerwrapper {
    height: 70px;
  }
  #mainmenu div[id^=maximenuck] ul.maximenuck {
    height: 70px;
    padding-top: 12px;
    padding-bottom: 16px;
  }
  #mainmenu div[id^=maximenuck] ul.maximenuck li.maximenuck.level1 {
    padding: 4px;
  }
  #mainmenu div[id^=maximenuck] span.titreck-title {
    font-size: 15px;
  }

  div#headerwrapper.scrolled #mainmenu div[id^=maximenuck] ul.maximenuck {
    height: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .contactlinkdiv {
    height: 70px;
  }
  .social .mod-custom .contactlink {
    font-size: 16px;
  }


  #headerwrapper + .tck-wrapper {
    padding-top: 70px;
  }

  .tck-logo-img {
    padding: 2px 0 0;
  }
  #mainmenu div[id^=maximenuck] div.floatck {
    top: 59px;
  }
  div#headerwrapper.scrolled #mainmenu div[id^=maximenuck] div.floatck {
    top: 47px;
  }


}

@media screen and (min-width: 1024px) and (max-width: 1600px) {
  li.maximenuck.item167.level1.bookinglink {
    border: none;
  }

  .bookinglink span.titreck-title {
    border: 1px solid var(--text);
  }

  #mainmenu div[id^=maximenuck] .bookinglink span.titreck-text::before {
    bottom: -0.5px;
  }
}



@media screen and (min-width: 1600px) {
  .homepage div#bottomwrapper {
    margin: 0 320px;
    overflow: hidden;
  }
}

@media screen and (min-width: 1600px) and (max-width:1800px) {
  .homepage div#bottomwrapper {
    margin: 0 170px;
    overflow: hidden;
  }
}

@media screen and (min-width: 1450px) and (max-width: 1600px) {
  .homepage div#bottomwrapper {
    margin: 0 172px;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1450px) {
  .homepage div#bottomwrapper {
    margin: 0 103px;
  }
}

@media screen and (min-width: 1366px) {
  .rsp_picture img {
    height: 300px;
  }

  .rsmg-main-container {
    margin: 193px;
    margin-top: 30px;
  }

  .gallery div#footerwrapper {
    margin-top: -180px;
  }

  #headercolumn1 {
    width: 20%;
    order: 1;
  }
  #headercolumn2 {
    width: 60%;
    order: 2;
  }
  #headercolumn3 {
    width: 20%;
    order: 3;
  }

  #mainmenu div[id^=maximenuck] ul.maximenuck {
    justify-content: center;
  }


}


@media screen and (max-width: 1366px) {
  #headercolumn1 {
    width: 20%;
    order: 1;
  }
  #headercolumn2 {
    width: 60%;
    order: 2;
  }
  #headercolumn3 {
    width: 20%;
    order: 3;
  }

  #mainmenu div[id^=maximenuck] ul.maximenuck {
    justify-content: center;
  }

  .rsmg-gallery > li {
    padding: 10px;
  }

}

@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .gallerybtn-ctr {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1024px) {
  #headercolumn1 {
    width: 200px;
    order: 2;
  }
  #headercolumn2 {
    width: 110px;
    order: 1;
  }
  #headercolumn3 {
    width: 110px;
    order: 3;
  }
  .social .mod-custom .contactlink {
    padding: 0px 10px;
  }

  #maximenuck111-mobile-bar,
  #maximenuck111-mobile-bar-wrap-topfixed {
    display: block !important;
  }

  div#headerwrapper > .inner, div#headerwrapper {
    height: 50px;
  }
  #headerwrapper + .tck-wrapper {
    padding-top: 50px;
  }
  .contactlinkdiv {
    height: 50px;
  }
  #mainmenu div[id^=maximenuck] .mobilemenuck-bar-button {
    height: 50px;
    line-height: 44px;
  }
  #mainmenu div[id^=maximenuck].mobilemenuck {
    top: 51px !important;
  }
  .tck-logo-img {
    padding: 5px 0 0;
  }



  .serviceshorizontal .services-title h4 {
    font-size: 3vw;
  }

  .mapinfo {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    transform: initial;
    max-width: 500px;
    margin: 30px auto 0;
    border-radius: 10px;
  }

  div#rsp_container133 {
    margin-right: 0;
    margin-left: 0;
  }

  .swiper-wrapper {
    margin-bottom: 40px;
  }

  .laser-buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 10px;
    margin-bottom: 60px;
  }

  button.sub-btn {
    margin-bottom: 15px;
  }

  #verticalmodules > .inner {
    margin: 20px auto;
  }

  .bookinglink span.titreck-title {
    color: red !important;
  }
  #mainmenu div[id^=maximenuck].mobilemenuck.open .bookinglink span.titreck-title {
    animation: blink 1.2s linear 5;
  }








}

@media screen and (min-width: 1800px) and (max-width: 1850px) {
  .rsmg-item-container {
    max-height: 445px;
  }
}

@media screen and (min-width: 1750px) and (max-width: 1800px) {
  .rsmg-item-container {
    max-height: 429px;
  }
}
@media screen and (min-width: 1700px) and (max-width: 1750px) {
  .rsmg-item-container {
    max-height: 411px;
  }
}

@media screen and (min-width: 1600px) and (max-width: 1700px) {
  .rsmg-item-container {
    max-height: 374px;
  }
}

@media screen and (min-width: 1500px) and (max-width: 1600px) {
  .rsmg-item-container {
    max-height: 352px;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1500px) {
  /*.rsmg-item-container {*/
  /*  max-height: 307px;*/
  /*}*/

  .rsmg-item-container {
    max-height: 500px;
  }

}

@media screen and (min-width: 1368px) and (max-width: 1400px) {
  .rsmg-item-container {
    max-height: 297px;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1367px) {
  .rsmg-item-container {
    max-height: 410px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .rsmg-item-container {
    max-height: 370px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .rsmg-item-container {
  max-height: 350px;
  }
}

@media screen and (max-width: 900px) {
  .owl-carousel .owl-stage-outer {
    overflow: hidden;
    pointer-events: none;
  }

  .owl-item {
    pointer-events: auto;
  }
}

@media screen and (min-width: 900px) and (max-width: 1368px) {
  .rsp_picture img {
    min-height: 380px;
    max-height: 380px;
  }
}

@media screen and (min-width: 900px) and (max-width: 1024px) {
  .rsmg-item-container {
    max-height: 390px;
  }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .rsmg-item-container {
    max-height: 310px;
  }
}

@media screen and (min-width: 700px) and (max-width: 768px) {
  .rsmg-item-container {
    max-height: 373px;
  }
}

@media screen and (min-width: 650px) and (max-width: 700px) {
  .rsmg-item-container {
    max-height: 340px;
  }
}

@media screen and (min-width: 550px) and (max-width: 650px) {
  .rsmg-item-container {
    max-height: 330px;
  }
}

@media screen and (min-width: 524px) and (max-width: 550px) {
  .rsp_picture img {
    min-height: 260px;
  }
}

@media screen and (min-width: 756px) and (max-width: 900px) {
  .rsp_picture img {
    min-height: 400px;
  }

  .rsmg-item-thumb {
    aspect-ratio: 3 / 4;
  }
}

@media screen and (min-width: 450px) and (max-width: 756px) {
  .rsp_picture img {
    height: 400px;
  }

  .rsmg-hover-zoom {
    top: 33%
  }


}

@media screen and (max-width: 524px) {

  div#rsp_container133 {
    height: 350px;
    margin-top: -60px;
  }

  .rsp_picture img {
    height: 230px;
  }
}

@media screen and (min-width: 480px) and (max-width: 550px) {
  .rsmg-item-container {
    max-height: 400px;
  }
}

@media screen and (max-width: 480px) {
  .rsmg-item-thumb {
    aspect-ratio: auto;
  }
  .rsmg-item-thumb > img {
    height: 100%;
  }

  .rsmg-hover-zoom {
    top: 50%
  }


}

@media screen and (min-width: 480px) and (max-width: 770px) {
  /*.rsmg-item-thumb > img {*/
  /*  height: 68%;*/
  /*}*/

  .rsmg-item-thumb > img {
    height: 83%;
  }
}

@media screen and (max-width: 770px) {
  .rsmg-item-thumb {
    aspect-ratio: auto;
  }

  .rsmg-item-thumb > img {
    object-fit: contain;
  }

  /*.rsmg-item-thumb > img {*/
  /*  object-fit: cover;*/
  /*}*/


}


@media screen and (max-width: 758px) {
  h1, div.componentheading {
    font-size: 24px;
  }
  .tck-blog h3, .tck-article-body h3 {
    font-size: 20px;
  }
  body {
    font-size: 16px;
  }

  .rsform-block-sminktetovalasok, .rsform-block-orvositetovalasok, .rsform-block-tetovalaseltavolitas {
    width: 100%;
    float: none;
  }
  .serviceshorizontal .services-title h4 {
    font-size: 4vw;
  }
  h3.tck-module-title {
    font-size: 26px;
    padding: 0 10px;
  }
  .services-title h4 {
    font-size: 24px;
  }

  .serviceshorizontal {
    gap: 10px;
  }
  .serviceshorizontal .services-item {
    border-radius: 10px;
  }

  
  .tck-article.com-content-article.item-page .item-image {
    margin-bottom: -40px;
  }
  .tck-blog h3, .tck-article-body h3 {
    margin-top: 20px;
  }

  table.formal-table tr td {
    display: block;
  }
  table.formal-table tr td:nth-child(1) {
    padding-bottom: 0;
  }
  table.formal-table tr td:nth-child(2) {
    padding-top: 0;
    padding-left: 20px;
  }







}
@media screen and (max-width: 600px) {
  /*
  .services-item a {
    display: block;
  }
  .services-image {
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
  }
  .services-image img {
    object-fit: contain;
    max-width: 200%;
    width: 100%;
    height: 100%;
  }
  */

  .aum-inner {
    position: relative;
    height: 50vw;
    
  }
  .aum-image {
    _padding-top: 45px;
    _transform: scale(2, 2);

    object-fit: cover;
    height: 100%;
    width: 100%;
  }
  .services-image {
    flex: 0.7;
  }
  .services-body {
    flex: 1;
    padding: 6px 4px 0;
  }
  .services-title h4 {
    font-size: 24px;
    margin-bottom: 0;
  }
  .services-introtext p {
    font-size: 14px;
  }
  .aum-left { 
    padding: 10px 0;
  }
  .aum-left h1 {
    text-align: center;
    font-size: 5vw;
  }
  .aum-left h2 {
    font-size: 3.3vw;
  }
  .padding-left {
    padding-left: 10px;
  }
  .services-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 524px) {
  div#logo {
    width: 207px;
  }

/*  .rsmg-item-container {*/
/*  height: 465px !important;*/
/*}*/

  .rsmg-item-container {
    height: 400px !important;
  }

  .rsmg-item-thumb:before {
    height: 400px !important;
  }




  /*.layout-mainseervices .rsp_picture img {*/
  /*  height: 400px !important;*/
  /*  width: 100% !important;*/
  /*}*/
}


