/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
  -webkit-appearance: none;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template,
[hidden] {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
@font-face {
  font-family: "Segoe UI", sans-serif;
  /*    src: url("../fonts/SegoeUI.ttf") format("truetype");   */
  src: url("../fonts/SegoeUI.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* @font-face kit by Fonts2u (https://fonts2u.com) */
@font-face {
  font-family: "Mont Heavy DEMO";
  /*    src: url("/web/20220321213503im_/https://charlykrau.lu/wp-content/themes/charly/fonts/Mont-HeavyDEMO.eot") format("eot"), url("../fonts/Mont-HeavyDEMO.woff") format("woff"), url("../fonts/Mont-HeavyDEMO.ttf") format("truetype"), url("../fonts/Mont-HeavyDEMO.svg#Mont-HeavyDEMO") format("svg");*/
  src: url("/web/20220321213503im_/https://charlykrau.lu/wp-content/themes/charly/fonts/Mont-HeavyDEMO.eot") format("eot"),
    url("../fonts/Mont-HeavyDEMO.woff") format("woff"),
    url("../fonts/Mont-HeavyDEMO.ttf") format("truetype"),
    url("../fonts/Mont-HeavyDEMO.svg#Mont-HeavyDEMO") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "DINPro";
  src: url("../fonts/DINPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "DINPro";
  src: url("../fonts/DINPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "DINPro";
  src: url("../fonts/DINPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "DINPro";
  src: url("../fonts/DINPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

a {
  text-decoration: none;
}

p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

[data-aos="fade-left"] {
  transform: translate3d(400px, 0, 0);
}

[data-aos="fade-right"] {
  transform: translate3d(-400px, 0, 0);
}

select,
option {
  text-transform: uppercase;
}

.container {
  /*    max-width: 1680px;*/
  max-width: 1710px;
  margin: 0 auto;
  padding: 0 35px;
  /*    padding: 0 20px;*/
  position: relative;
}

html {
  overflow-x: hidden;
  /*    scroll-behavior: smooth;*/
}

body {
  position: relative;
  font-family: "DINPro", sans-serif;

  /*    font-family: 'Segoe UI', sans-serif;*/
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

.half-part {
  width: 50%;
  position: relative;
}

input {
  -webkit-appearance: none;
}

#mob-logo {
  display: none;
}

.portfolio-page
  .wrap-content-portfolio
  .slider-wrap
  .wrapper-arrow
  .swiper-button-next,
.portfolio-page
  .wrap-content-portfolio
  .slider-wrap
  .wrapper-arrow
  .swiper-button-prev {
  display: none;
}

.section.about {
  background: #000;
  padding-top: 7vw;
  position: relative;
  padding-bottom: 195px;
}

.section.about .container {
    min-height: 810px;
}

.section.about .wrap-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.section.about .wrap-about .left-part {
  padding-right: 3.5vw;
}

.section.about .wrap-about .left-part h2 {
  color: #fff;
  text-align: right;
  /*    font-size: 2.5vw;*/
  font-size: 48px;
  font-weight: 900;
  line-height: 55px;
}

.section.about .wrap-about .right-part {
  padding-right: 10vw;
  padding-left: 2vw;
  position: relative;
  position: relative;
}

.section.about .wrap-about .right-part p {
  font-size: 20px;
  margin-bottom: 30px;
  /*    line-height: 1.8vw;*/
  line-height: 30px;
}

.section.about .wrap-about .right-part p:nth-child(odd) {
  color: #b57759;
}

.section.about .wrap-about .right-part p:nth-child(even) {
  color: #fff;
}

/* .section.about .wrap-about .right-part:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 105px;
    background: #000;
    bottom: -105px;
    left: 0;
    z-index: 1;
} */

.icons-col {
  /* padding: 0 34px; */
  margin-right: 30px;
}

.icons-col:last-of-type{
  margin-right: 0;
}


.about-icons {
  margin-top: 50px;
  margin-bottom: 50px;
}

.section.about .wood-img {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 180px;
  max-height: 180px;
}

.section.about .logo-wood-wrap {
  position: absolute;
  max-width: 1680px;
  width: 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section.about .logo-wood-wrap .wood-logo {
  position: absolute;
  bottom: 1.5vw;
  width: 100%;
  z-index: 1;
  max-width: 300px;
  margin-left: 11vw;
}

.main {
  background: #000;
  position: relative;
}

.main:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #fff;
  z-index: 1;
}

#portfolio {
  padding-top: 12vw;
  padding-bottom: 9vw;
  position: relative;
}

#portfolio .logo-portfolio {
  padding-left: 4.5vw;
  padding-bottom: 5vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#portfolio .logo-portfolio img:nth-of-type(1) {
  position: relative;
  top: -5px;
}

#portfolio .logo-portfolio .right-part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 30px;
}

#portfolio .logo-portfolio .right-part .port {
  width: 205px;
}

#portfolio .logo-portfolio .right-part .folio {
  position: relative;
  top: -6px;
  right: -40px;
  width: 205px;
}

#portfolio .wrap-portfolio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  z-index: 2;
  position: relative;
  padding: 20px;
}

#portfolio .wrap-portfolio .photo {
  width: -webkit-calc(100% / 3);
  max-height: 533px;
  width: calc(100% / 3);
  display: inline-block;
  border: 10px solid #fff;
  overflow: hidden;
}

#portfolio .wrap-portfolio .photo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#portfolio .wrap-portfolio .photo:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.button-more {
  width: 175px;
  height: 30px;
  border: 2px solid #000;
  background: #fff;
  margin: 35px auto 0;
  display: block;
  position: relative;
  z-index: 2;
  font-weight: 900;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}




#about{
  position: relative;
  z-index: 2;
  padding-bottom: 100px;
}
#about .about-title{
  padding-left: 8.5vw;
  margin-bottom: 90px;
}
#about .about-title .about-title-img{
  height: 60px;
  max-width: 250px;
}
.about-title-img-mob{
display: none;
}
#about .about-wrap{
  display: flex;
justify-content: center;
}
#about .about-wrap .about-wrap__left,
#about .about-wrap .about-wrap__right{
width: 50%;
display: flex;
flex-direction: column;
}

#about .about-wrap .about-wrap__left .about-wrap__left__name,
#about .about-wrap .about-wrap__right .about-wrap__right__name{
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 30px;
  font-size: 25px;
}
#about .about-wrap .about-wrap__left .about-wrap__left__name{
  text-align:right;
}
#about .about-wrap .about-wrap__left .about-wrap__left__text{
  text-align: right;
}

#about .about-wrap .about-wrap__left .about-wrap__left__text,
#about .about-wrap .about-wrap__right .about-wrap__right__text{
  font-size: 25px;
  max-width: 312px;
}
#about .about-wrap .about-wrap__left{
  align-items: flex-end;
  padding-right: 70px;
  color:#fff;
}
#about .about-wrap .about-wrap__right{
  align-items: flex-start;
  padding-left: 70px;
  color:#000;
}






#contact {
  padding-top: 6.5vw;
  padding-bottom: 9.5vw;
}

#contact .contact-title {
  padding-left: 9.5vw;
}

#contact .contact-title img {
  max-width: 425px;
}

#contact .contact-form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}

#contact .contact-form-wrap .left-part {
  padding-right: 3vw;
}

#contact .contact-form-wrap .left-part .adresses {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 7.5vw;
}

#contact .contact-form-wrap .left-part .adresses .adress {
  margin-bottom: 2vw;
  color: #fff;
  font-size: 25px;
}

#contact .contact-form-wrap .left-part .adresses .adress p.company-name {
  font-weight: bold;
}

#contact .contact-form-wrap .left-part .adresses .adress p {
  text-align: right;
  line-height: 32px;
  font-weight: 300;
}

#contact .contact-form-wrap .left-part .adresses .adress a {
  color: #fff;
  font-weight: 300;
}

#contact .contact-form-wrap .right-part {
  padding-left: 3vw;
}

#contact .contact-form-wrap .right-part form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

#contact .contact-form-wrap .right-part form textarea {
  resize: none;
  padding-top: 10px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../fonts/down-chevron.svg) no-repeat 300px center !important;
  background-size: 20px 20px !important;
  padding-left: 15px !important;
}

select:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../fonts/down-chevron.svg) no-repeat 300px center !important;
  background-size: 20px 20px !important;
}

#contact .contact-form-wrap .right-part form select option,
#contact .contact-form-wrap .right-part form select,
#contact .contact-form-wrap .right-part form textarea,
#contact .contact-form-wrap .right-part form input {
  max-width: 350px;
  width: 100%;
  margin-bottom: 1.2vw;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  background: #fff;
}
#contact .contact-form-wrap .right-part form select{
  margin-bottom: 0;
}
#contact .contact-form-wrap .right-part form #contact-idea {
  min-height: 66px;
}

#contact .contact-form-wrap .right-part form #contact-message {
  min-height: 115px;
}

#contact .contact-form-wrap .right-part form select::-webkit-input-placeholder,
#contact
  .contact-form-wrap
  .right-part
  form
  textarea::-webkit-input-placeholder,
#contact
  .contact-form-wrap
  .right-part
  form
  input:not([type="submit"])::-webkit-input-placeholder {
  color: #000;
}

#contact .contact-form-wrap .right-part form select::-moz-placeholder,
#contact .contact-form-wrap .right-part form textarea::-moz-placeholder,
#contact
  .contact-form-wrap
  .right-part
  form
  input:not([type="submit"])::-moz-placeholder {
  color: #000;
}

#contact .contact-form-wrap .right-part form select:-ms-input-placeholder,
#contact .contact-form-wrap .right-part form textarea:-ms-input-placeholder,
#contact
  .contact-form-wrap
  .right-part
  form
  input:not([type="submit"]):-ms-input-placeholder {
  color: #000;
}

#contact .contact-form-wrap .right-part form select::-ms-input-placeholder,
#contact .contact-form-wrap .right-part form textarea::-ms-input-placeholder,
#contact
  .contact-form-wrap
  .right-part
  form
  input:not([type="submit"])::-ms-input-placeholder {
  color: #000;
}

#contact .contact-form-wrap .right-part form select::placeholder,
#contact .contact-form-wrap .right-part form textarea::placeholder,
#contact
  .contact-form-wrap
  .right-part
  form
  input:not([type="submit"])::placeholder {
  color: #000;
}

#contact .contact-form-wrap .right-part form select,
#contact .contact-form-wrap .right-part form textarea,
#contact .contact-form-wrap .right-part form input:not([type="submit"]) {
  border: 1px solid #000;
  padding-left: 0.8vw;
}

#contact .contact-form-wrap .right-part form input:last-of-type {
  margin-bottom: 0;
}

#contact .contact-form-wrap .right-part form input[type="submit"] {
  background: #000;
  border: 1px solid #000;
  color: #fff;
  cursor: pointer;
}

select option:first-of-type {
  display: none;
}

#contact .company-name {
  font-weight: bold;
}

#contact .company-subname {
  font-size: 18px;
  line-height: 20px !important;
  font-weight: 500 !important;
}

#instagram {
  padding-bottom: 16.5vw;
}

#instagram .instagram-title {
  padding-left: 9.5vw;
}

#instagram .instagram-title img {
  max-width: 500px;
}

#instagram .insta-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#instagram .insta-slider .insta-slider-left,
#instagram .insta-slider .insta-slider-right {
  width: 50%;
  z-index: 2;
}

#instagram .insta-slider .insta-slider-full {
  width: 100%;
  z-index: 2;
}

.portfolio-page .wrap-content-portfolio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-start;
  -ms-flex-align: end;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 11vw;
}

.portfolio-page .wrap-content-portfolio .slider-wrap {
  max-width: 1280px;
  /*    max-width: 100%;*/
  position: relative;
  padding-left: 80px;
  width: 100%;
}

.portfolio-page .wrap-content-portfolio .slider-wrap .sign {
  text-align: center;
  padding: 80px 0 60px;
}

.portfolio-page .wrap-content-portfolio .slider-wrap .sign img {
  max-width: 50px;
}

.portfolio-page .wrap-content-portfolio .slider-wrap .wrapper-arrow {
  position: relative;
}

.portfolio-page
  .wrap-content-portfolio
  .slider-wrap
  .wrapper-arrow
  .slider-portfolio {
  /*    max-width: 1154px;*/
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  /*    max-height: calc(100vh - 195px);*/
}

.portfolio-page
  .wrap-content-portfolio
  .slider-wrap
  .wrapper-arrow
  .slider-portfolio
  .swiper-slide {
  /*    width: 100% !important;*/
  max-width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /* align-items: flex-end; */
  justify-content: center;
}

.portfolio-page
  .wrap-content-portfolio
  .slider-wrap
  .wrapper-arrow
  .slider-portfolio
  .swiper-slide
  .img-wrap {
  width: 100%;
  max-width: 1024px;
  /* max-height: 720px; */
  overflow: hidden;
  text-align: center;
}

.portfolio-page
  .wrap-content-portfolio
  .slider-wrap
  .wrapper-arrow
  .slider-portfolio
  .swiper-slide
  img {
  /*    object-fit: cover;*/
  object-fit: contain;
  /*    width: 100%;*/
  /*    max-width: 1024px*/
  max-height: calc(100vh - 195px);
}

.portfolio-page
  .wrap-content-portfolio
  .slider-wrap
  .wrapper-arrow
  .swiper-button-next,
.portfolio-page
  .wrap-content-portfolio
  .slider-wrap
  .wrapper-arrow
  .swiper-button-prev {
  margin-top: unset;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.portfolio-page .wrap-content-portfolio .description-wrap + .more-button {
  display: none;
}

.portfolio-page
  .wrap-content-portfolio
  .slider-wrap
  .wrapper-arrow
  .swiper-button-prev {
  left: -60px;
}

.portfolio-page
  .wrap-content-portfolio
  .slider-wrap
  .wrapper-arrow
  .swiper-button-next {
  right: -60px;
}

.portfolio-page
  .wrap-content-portfolio
  .slider-wrap
  .wrapper-arrow
  .swiper-button-next:after,
.portfolio-page
  .wrap-content-portfolio
  .slider-wrap
  .wrapper-arrow
  .swiper-button-prev:after {
  color: #000;
}

.portfolio-page .wrap-content-portfolio .description-wrap {
  max-width: 306px;
  min-width: 306px;
  /*    margin-left: 120px;*/
  width: 100%;
  margin-left: 6.6vw;
  padding-top: 185px;
}

.portfolio-page .wrap-content-portfolio .description-wrap h3 {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 25px;
}

.portfolio-page .wrap-content-portfolio .description-wrap p {
  line-height: 27px;
  font-size: 15px;
}

.portfolio-page + footer {
  display: none;
}

header {
  position: relative;
  z-index: 2;
}

header .wrap-charlie {
  height: 565px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

header .wrap-charlie .logo {
  /*    right: 300px;*/
  right: 280px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /*    margin-left: 11vw;*/
}

header .wrap-charlie .logo video,
header .wrap-charlie .logo img {
  max-width: 353px;
}

header .wrap-charlie .logo-mobile {
  display: none;
}

header .wrap-charlie .charlie {
  position: relative;
  top: 43px;
  left: -2vw;
  z-index: 1;
  min-width: 840px;
}

header .wrap-charlie .charlie-mobile {
  display: none;
}

header:before {
  content: "";
  height: 5px;
  width: 60%;
  display: inline-block;
  background: #b57759;
  position: absolute;
  bottom: 0;
}

.top {
  position: fixed;
  top: 83px;
  /*    right: 4vw;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 5;
  max-width: 1710px;
  padding: 0 35px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.top.invert img {
  filter: invert();
}

.top .menu-wrap {
  width: 100px;
  width: 80px;

  /*    margin-right: 4vw;*/
}

.top .soc-menu {
  width: 100%;
  margin-bottom: 30px;
}

.top .soc-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top .soc-menu ul li:first-of-type {
  position: relative;
  left: -3px;
}

.top .soc-menu ul li:first-of-type img {
  width: 10px;
}

.top .soc-menu ul li:nth-of-type(2) img {
  width: 19px;
}

.top .soc-menu ul li:last-of-type img {
  width: 21px;
  position: relative;
  top: -2px;
}

.top .menu .mobile-button {
  display: none;
}

.top .menu ul li {
  margin-bottom: 25px;
}

.top .menu ul li:last-of-type {
  margin-bottom: 0;
}

.top .menu ul li a {
  color: #b57759;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}

.top .menu .mobile-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  background: none;
  border: 0;
  cursor: pointer;
  height: 45px;
  width: 35px;
  z-index: 1;
  padding: 0;
  top: -12px;
}

.top .menu .mobile-button.active {
  /*        background: rgba(255, 255, 255, 0.4);*/

  top: -110px;
  right: -70px;
  right: -40px;
}

.top .menu .mobile-button .line {
  width: 35px;
  height: 3px;
  background: #000;
  display: inline-block;
  position: relative;
}

.top .menu .mobile-button .line:before {
  content: "";
  width: 35px;
  height: 3px;
  display: inline-block;
  position: absolute;
  top: -8px;
  left: 0;
  background: #000;
  transition: 0.3s;
}

.top .menu .mobile-button .line:after {
  content: "";
  width: 35px;
  height: 3px;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  background: #000;
  transition: 0.3s;
}

.top .menu .mobile-button .line.active {
  background: transparent;
}

.top .menu .mobile-button .line.active:after {
  transform: rotate(45deg);
  top: 0;
  transition: 0.3s;
  background: #fff;
}

.top .menu .mobile-button .line.active:before {
  transform: rotate(-45deg);
  top: 0;
  transition: 0.3s;
  background: #fff;
}

.top .menu-wrap .menu .mobile-button + ul {
  padding: 125px 50px 50px;
  /*    padding: 125px 50px 50px;*/
  background: #bb7e5f;
  position: absolute;
  top: -85px;
  /*    right: 0;*/
  transform: translateX(100%);
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
  width: 200px;
}

.top.invert .mobile-button .line,
.top.invert .mobile-button .line:after,
.top.invert .mobile-button .line:before {
  background: #fff;
}

.top .menu-wrap .menu .mobile-button + ul li a {
  color: #fff;
}

.top .menu-wrap .menu .mobile-button + ul li a:hover {
  text-decoration: underline;
}

.top .menu-wrap .menu .mobile-button + ul.active {
  transform: translateX(-30%);
  visibility: visible;
  opacity: 1;
  right: -61px;
}

.wrap-bg-wood {
  height: 180px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  bottom: 0;

  background-position: 50% 0%;
  background: url(/web/20220321213503im_/https://charlykrau.lu/wp-content/themes/charly/images/wood-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  /*    background: #ccc;*/
}

.section.about .wood-img {
  display: none;
}

footer {
  position: absolute;
  width: 100%;
  bottom: 25px;
  z-index: 1;
}

footer .wrap-foot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
footer .wrap-foot .right-part,
footer .wrap-foot .left-part{
  display: flex;
  align-items: center;
width: 50%;
}
footer .wrap-foot .left-part{
  justify-content: flex-end;
}

footer .wrap-foot .left-part .terms-foot{
  font-size: 12px;
  margin-right: 5.9vw;
  color:#fff;
  
}
footer .wrap-foot .right-part{
  padding-left: 60px;
}
footer .wrap-foot .right-part .moloko-link{
  max-width: 70px;
  margin-right: 5.9vw;
}
footer .wrap-foot .right-part .greng-link {
  display: flex;align-items:center;
}
footer .wrap-foot .right-part .greng-link img{
  max-width: 51px;
  margin-right: 20px;
  position: relative;
  top:-15px;
}
footer .wrap-foot .right-part .greng-link span{
  font-size: 12px;
  color:#000;
}
footer .wrap-foot .right-part a img{
  max-width: 100%;
  width: 100%;
}
footer .wrap-foot .copyright {
  color: #fff;
  text-align: right;
  padding-right: 60px;
  font-size: 12px;

}



.top .soc-menu ul li:first-of-type {
  left: 0;
}
.top .soc-menu ul li:nth-of-type(2) {
  margin: 0 14px;
}
.icons-row {
  display: flex;
  justify-content: flex-start;
}
.icons-img {
  /* width: 84px;
  height: 84px;
  background-color: #009fe3;
  border-radius: 50%; */
  max-width:150px;
  width: 100%;
  /* margin-right: 30px; */
  display: inline-block;
  object-fit:cover;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.about-video {
  max-width: 600px;
    margin: 0 0 0 auto;
}
.videoWrapper > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
@media screen and (max-width: 1520px) {
    .portfolio-page .wrap-content-portfolio {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .portfolio-page .wrap-content-portfolio .slider-wrap {
        padding-left: 0;
    }

    .portfolio-page .wrap-content-portfolio .description-wrap {
        max-width: 1150px;
        margin: 80px auto 0;
    }
}
*/

p.big-white {
  font-size: 30px;
  color: #fff;
  padding: 100px 20px;
}

.ajax-form .error,
.ajax-form .success {
  display: none;
  margin: 10px 0;
}

.ajax-form .error {
  color: #ff0000;
}

.ajax-form .success {
  color: #008000;
}

/*
.swiper-container {
    overflow: auto;
}*/
/* .swiper-slide.swiper-slide-prev,
.swiper-slide.swiper-slide-next {
  opacity: 0;
} */

.swiper-slide.swiper-slide-active {
  opacity: 1;
}

#contact .contact-form-wrap label{
  position: relative;
  margin-bottom: 1.2vw;
  max-width: 370px;
  display: flex;
  align-items: flex-start;
}
#contact .contact-form-wrap .right-part form select:required+span, #contact .contact-form-wrap .right-part form textarea:required+span, #contact .contact-form-wrap .right-part form input:required+span{
position: absolute;
right: 0;
font-size: 28px;
color:red
}
#contact .contact-form-wrap .right-part form #contact-idea,
#contact .contact-form-wrap .right-part form #contact-message{
  margin-bottom: 0;
}


.section.about .wrap-about.wrap-video{
  margin-top: 40px;
}
.section.about .wrap-about.wrap-video .right-part p{
  font-size:11px;
  line-height: 16px;
  color:#fff;
  margin-bottom: 0;
}
.section.about .wrap-about.wrap-video .right-part p svg{
  margin-left: 15px;
}
.section.about .wrap-about.wrap-video .right-part p.text-heart{
  font-size: 14px;
}

.jr-insta-thumb ul {
	display: flex;

}
.insta-slider .swiper-wrapper {
	display: block;
}




@media (max-width: 600px) {
	/* .jr-insta-thumb ul {
		display: block;
	}
	.jr-insta-thumb ul li {
		display: none;
	}
	.jr-insta-thumb ul li:first-child {
		display: block;
	} */
	.jr-insta-thumb ul {
		flex-wrap: wrap;

	}
	.jr-insta-thumb ul li {
		width: 100%;
		max-width: 33.3%;
	}
}
@media (max-width: 500px) {
	#instagram {
		padding-bottom: 30px;
	}
}
/*
     FILE ARCHIVED ON 21:35:03 Mar 21, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:39:30 Jun 28, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 114.199
  exclusion.robots: 0.096
  exclusion.robots.policy: 0.085
  cdx.remote: 0.057
  esindex: 0.009
  LoadShardBlock: 77.378 (3)
  PetaboxLoader3.datanode: 119.174 (5)
  load_resource: 3508.052 (2)
  PetaboxLoader3.resolve: 2050.601 (2)
*/