* {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans",
    "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-long-arrow-alt-down {
  transition: all 1s ease;
}

.barco__homebutton {
  position: fixed;

  width: 40px;
  height: 40px;
  right: 37px;
  bottom: 90px;
  border-radius: 50%;
  border: none;
  background-image: linear-gradient(45deg, #e50009, #4d016a);
  color: white;
  opacity: 0.6;

  z-index: 89;
  transition: all 0.25 ease;
}
.barco__spacer {
  width: 100%;
  margin-bottom: 50px;
}
.barco__productlink {
  padding: 20px;
  position: relative;
  z-index: 999;
}
.barco__topbutton {
  position: fixed;

  width: 50px;
  height: 50px;
  right: 30px;
  bottom: 30px;
  border-radius: 50%;
  border: none;
  background-image: linear-gradient(45deg, #e50009, #4d016a);
  color: white;
  opacity: 0.6;
  box-shadow: 0 12px 8px rgba(0, 0, 0, 0.125);
  z-index: 99;
}
.barco__homebutton:focus {
  outline: none;
}
.barco__topbutton:focus {
  outline: none;
}
.barcolandingpage--wrapper {
  width: 100%;
  max-width: 1140px;
  margin: auto;
  background-color: #ffffff;
  overflow: hidden;
}

.barcolandingpage__header {
  width: 100%;
  background-image: url("../img/header_image.jpg");
  background-position: left;
  background-attachment: cover;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 15px;
  position: relative;
}
.barcolandingpage__header__logo {
  position: absolute;
  width: 40%;
  bottom: 0;
  left: 0;
}
.barcolandingpage__header__h1 {
  color: #ffffff;
}
.barcolandingpage__header__p {
  color: #ffffff;
}

.barcolandingpage__section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.barcolandingpage__section--intro {
  background-color: #ffffff;
}
.barcolandingpage__section--solution {
  background-image: linear-gradient(45deg, #e50009, #4d016a);
}

.barcolandingpage__h2 {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 20px;
}

.barcolandingpage__subtitle {
  font-size: 1.2em;
  font-weight: 700;
}

.barco__container {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

.barco__containerfluid {
  width: 100%;
}

.barco__row {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.barco__row--justify-center {
  justify-content: center;
}
.barco__row--justify-start {
  justify-content: flex-start;
}
.barco__row--justify-spacebetween {
  justify-content: space-between;
}
.barco__row--justify-spacearound {
  justify-content: space-around;
}
.barco__row--justify-end {
  justify-content: flex-end;
}
.barco__row--align-center {
  align-items: center;
}
.barco__row--align-start {
  align-items: flex-start;
}
.barco__row--align-start {
  align-items: flex-end;
}

.barco__col {
  width: 100%;
  margin-bottom: 25px;
}
.barco__col--test {
  padding: 30px;
  border-radius: 3px;
}
.barco__col--padding {
  padding: 20px 15px 0 15px;
}
.barco__col--6 {
  width: 100%;
}
.barco__col--5 {
  width: 100%;
}
.barco__col--4 {
  width: 100%;
}
.barco__col--3 {
  width: 100%;
}
.barco__col--text {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 16px;
  font-weight: 300;
}
.barco__col--textjustify {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 16px;
  font-weight: 300;
  text-align: justify;
}
.barco__col--textright {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 16px;
  font-weight: 300;
  text-align: right;
}
.barco__col--negativ {
  color: #ffffff;
}
.barco__col--hiddenmobile {
  visibility: hidden;
  display: none;
}
.barco__col img {
  width: 100%;
}
.barco__col--cx {
  padding: 20px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.24);
}
.barco__col--nomarginbottom {
  margin-bottom: 0;
}

.barco__tryandbuybutton {
  width: 100%;
  margin: 20px 10px 30px 0;
  padding: 10px 10px;
  border: 1px solid #e50009;
  border-radius: 3px;
  background-color: #e50009;
  color: #ffffff;
  font-weight: 500;
  transition: all 0.2s ease;
}
.barco__tryandbuybutton:hover {
  border: 1px solid #e50009;
  background-color: #ffffff;
  color: #e50009;
}
.barco__tryandbuybutton__icon {
  margin: 0 0 0 5px;
}

.barco__tradeinbutton {
  width: 100%;
  margin: 20px 10px 20px 0;
  padding: 10px 10px;
  border: 1px solid #ffffff;
  border-radius: 3px;
  background-color: #ffffff94;
  color: #ffffff;
  font-weight: 500;
  transition: all 0.2s ease;
}
.barco__tradeinbutton:hover {
  border: 1px solid #e50009;
  background-color: #ffffff;
  color: #e50009;
}
.barco__tradeinbutton__icon {
  margin: 0 0 0 5px;
}

.barco__card {
  border: 0px solid aqua;
  margin: 0.5rem;
  position: relative;
  height: 250px;
  overflow: hidden;
  border-radius: 3px;
  flex: 1;
  min-width: 260px;
  box-shadow: 0 1.25rem 1.75rem rgba(0, 0, 0, 0.15);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.barco__card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  /*     background: rgba(255,0,0,.5); */
}
.barco__card__productimg {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 2s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.barco__card:hover .barco__card__productimg {
  transform: scale(1.5);
}
.barco__card:hover .barco__card__text-wrapper {
  height: 100%;
  background-image: linear-gradient(45deg, rgba(229, 0, 8, 0.8), rgba(76, 1, 106, 0.8));
}
.barco__card:hover .fa-long-arrow-alt-down {
  opacity: 0;
}
.barco__card__text-wrapper {
  position: absolute;
  width: 100%;
  height: 37%;
  bottom: 0;
  padding: 1.2rem 2rem;
  color: #ffffff;
  background-image: linear-gradient(45deg, rgba(229, 0, 8, 0.6), rgba(76, 1, 106, 0.6));
  /*     background-color: rgba(0, 0, 0, 0.4); */
  transition: background-image 1s ease, height 1s ease, color 1s ease;
  -webkit-transition: background-image 1s ease, height 0.8s ease, color 1s ease;
}
.barco__card__title {
  transition: color 1s ease;
  margin-bottom: 0.7rem;
  color: #ffffff;
  font-size: 26px;
}
.barco__card__subcardtext {
  font-size: 12px;
}

.barco__productcard {
  width: 100%;
  height: 350px;
  border-radius: 3px;
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
  text-align: center;
}
.barco__productcard__title {
  font-size: 1.4em;
  font-weight: 600;
}
.barco__productcard__container {
  position: absolute;
  background-image: linear-gradient(45deg, #e50009, #4d016a);
  width: 10%;
  height: 10%;
  right: 0;
  top: 0;
  padding: 30px;
  overflow: hidden;
  color: #ffffff;
  border-radius: 0 0 0 100%;
}
.barco__productcard__container__details {
  width: 100%;
  list-style: none;
  padding: 20px 20px;
  margin: 0 auto 0 auto;
  opacity: 0;
  position: absolute;
  left: 20px;
  top: 20px;
  color: #ffffff;
}
.barco__productcard__container__details li {
  margin-bottom: 10px;
  font-size: 0.9em;
}
.barco__productcard__productimg {
  width: 100%;
  max-width: 360px;
  margin: auto;
}

.productCardButton {
  position: absolute;
  font-size: 26px;
  color: #ffffff;
  background-color: transparent;
  border: none;
  z-index: 999999;
  right: 15px;
  top: 5px;
  padding: 0;
  opacity: 0.7;
}
.productCardButton:focus {
  outline: none;
}

.barcologo-section {
  width: 100%;
}

/*appleform*/
.appleform-col-30l,
.appleform-col-30r,
.appleform-col-45l,
.appleform-col-45r,
.appleform-col-100,
input[type="submit"] {
  width: 100%;
  margin-top: 16px;
  font-size: 16px;
}

.appleform-container {
  margin: auto;
  max-width: 900px;
  border-radius: 3px;
  background-color: white;
  /* background-color: rgb(43, 43, 46);*/
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  box-shadow: 0 7.3px 5.4px -12px rgba(0, 0, 0, 0.002), 0 14.1px 10.6px -12px rgba(0, 0, 0, 0.003),
    0 20.5px 15.3px -12px rgba(0, 0, 0, 0.005), 0 26.8px 19.5px -12px rgba(0, 0, 0, 0.006),
    0 33px 22.5px -12px rgba(0, 0, 0, 0.008), 0 39.2px 24.5px -12px rgba(0, 0, 0, 0.01),
    0 45.4px 28.3px -12px rgba(0, 0, 0, 0.012), 0 52px 33.6px -12px rgba(0, 0, 0, 0.014),
    0 59.2px 39.7px -12px rgba(0, 0, 0, 0.017), 0 71px 46px -12px rgba(0, 0, 0, 0.02);
}

/*input[type=text], input[type=email], select, textarea {
        width: 100%;
        padding: 12px;
        border: 0px solid #FFFFFF;
        border-radius: 4px;
        resize: vertical;
        background-color: rgba(255, 255, 255, 0.315);
      
      }*/
input[type="text"],
input[type="email"],
select,
textarea {
  width: 100%;
  padding: 12px 0 12px 6px;
  border-bottom: none;
  border-radius: 3px !important;
  resize: vertical;
  background-color: white;
  margin-top: auto;
  border-top: none;
  border-left: none;
  border-right: none;
  transition: border-radius 0.5s, box-shadow 0.3s, background-color 0.3s;
  border: 1px solid rgba(157, 157, 157, 0.591);
  color: #2b2b2b;
}

.cta {
  font-size: 22px;
  padding-left: 4px;
  margin-bottom: 10px;
  color: #000;
}

input:focus,
select:focus {
  outline: none !important;
  border-radius: 5px;
  box-shadow: 0 7.3px 5.4px -12px rgba(2, 112, 202, 0.002), 0 14.1px 10.6px -12px rgba(2, 112, 202, 0.003),
    0 20.5px 15.3px -12px rgba(2, 112, 202, 0.005), 0 26.8px 19.5px -12px rgba(2, 112, 202, 0.006),
    0 33px 22.5px -12px rgba(2, 112, 202, 0.008), 0 39.2px 24.5px -12px rgba(2, 112, 202, 0.01),
    0 45.4px 28.3px -12px rgba(2, 112, 202, 0.012), 0 52px 33.6px -12px rgba(2, 112, 202, 0.014),
    0 59.2px 39.7px -12px rgba(2, 112, 202, 0.017), 0 71px 46px -12px rgba(2, 112, 202, 0.02);
  color: #2b2b2b;
  background-color: white;
  border: 1px solid #0270ca;
}

select:focus,
textarea:focus {
  outline: none !important;
  border-radius: 5px;
  box-shadow: 0 7.3px 5.4px -12px rgba(0, 0, 0, 0.002), 0 14.1px 10.6px -12px rgba(0, 0, 0, 0.003),
    0 20.5px 15.3px -12px rgba(0, 0, 0, 0.005), 0 26.8px 19.5px -12px rgba(0, 0, 0, 0.006),
    0 33px 22.5px -12px rgba(0, 0, 0, 0.008), 0 39.2px 24.5px -12px rgba(0, 0, 0, 0.01),
    0 45.4px 28.3px -12px rgba(0, 0, 0, 0.012), 0 52px 33.6px -12px rgba(0, 0, 0, 0.014),
    0 59.2px 39.7px -12px rgba(0, 0, 0, 0.017), 0 71px 46px -12px rgba(0, 0, 0, 0.02);
  color: #2b2b2b;
  background-color: transparent;
  border: 1px solid #0270ca;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #b3b3b3d1;
  font-weight: 200;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #b3b3b3d1;
  font-weight: 200;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #b3b3b3d1;
  font-weight: 200;
}

textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
  color: #b3b3b3d1;
  font-weight: 200;
}

textarea::placeholder,
input::placeholder {
  color: #b3b3b3d1;
  font-weight: 200;
}

textarea {
  border: 1px solid #b3b3b3;
  overflow: auto;
  outline: none;
  box-shadow: none;
  resize: none;
  /*remove the resize handle on the bottom right*/
}

input[type="submit"] {
  background-color: #b3b3b3;
  color: white;
  padding: 12px 20px;
  border: 1px solid white;
  border-radius: 3px;
  cursor: pointer;
  width: 25%;
  margin-top: 16px;
  transition: border-radius 0.3s, box-shadow 0.3s, color 0.3s, background-color 0.3s, border 0.3s;
}

.appleform-send {
  background-image: linear-gradient(45deg, #e50009, #4d016a);
  color: white;
  padding: 12px 20px;
  border: 1px solid #ffffff;
  border-radius: 3px;
  cursor: pointer;
  width: 100%;
  margin-top: 16px;
  transition: border-radius 0.3s, box-shadow 0.3s, color 0.3s, background-color 0.3s, border 0.3s;
}
.appleform-send:hover {
  border-radius: 24px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.215), 0px 6px 8px rgba(0, 0, 0, 0.215);
  color: #ffffff;
  border: 1px solid white;
  background-image: linear-gradient(45deg, #e50009, #4d016a);
}

input[type="submit"]:hover {
  border-radius: 24px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.215), 0px 6px 8px rgba(0, 0, 0, 0.215);
  color: #ffffff;
  border: 1px solid white;
  background-image: linear-gradient(45deg, #e50009, #4d016a);
}

select {
  height: 50px;
  border-radius: 0%;
  color: #b3b3b3;
}

select:required:invalid {
  color: #666;
}

option[value=""][disabled] {
  display: none;
}

option {
  color: #000;
}

input[type="text"]:-webkit-autofill,
input[type="text"]:-webkit-autofill:hover,
input[type="text"]:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid rgba(157, 157, 157, 0.591);
  -webkit-text-fill-color: #565656;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;

  transition: background-color 5000s ease-in-out 0s;
}

@media (min-width: 769px) {
  .appleform-send {
    width: 25%;
  }
  .barco__container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    margin: 0;
  }
  .barco__row {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .barco__row--justify-center {
    justify-content: center;
  }
  .barco__row--justify-start {
    justify-content: flex-start;
  }
  .barco__row--justify-spacebetween {
    justify-content: space-between;
  }
  .barco__row--justify-spacearound {
    justify-content: space-around;
  }
  .barco__row--justify-end {
    justify-content: flex-end;
  }
  .barco__row--align-center {
    align-items: center;
  }
  .barco__row--align-start {
    align-items: flex-end;
  }
  .barco__row--align-start {
    align-items: flex-start;
  }
  .barco__col {
    width: 100%;
  }
  .barco__col--8 {
    width: 83.333333%;
  }
  .barco__col--6 {
    width: 50%;
  }
  .barco__col--5 {
    width: 41.66666667%;
  }
  .barco__col--4 {
    width: 33.333333%;
  }
  .barco__col--offset4 {
    margin-left: 16.44444444%;
  }
  .barco__col--3 {
    width: 25%;
  }
  .barco__col--hiddenmobile {
    visibility: visible;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .barco__col--hiddendesktop {
    visibility: none;
    display: none;
  }
  .barco__col--cx {
    margin: 15px;
  }
  .barco__col--test {
    margin: 10px;
  }
  .barco__card {
    margin: 2rem;
    height: 360px;
  }
  .barco__card__text-wrapper {
    height: 30%;
    padding: 1rem 50px;
  }
  .barco__card__title {
    font-size: 36px;
  }
  .barco__card__subcardtext {
    font-size: 16px;
  }
  .barcologo-section {
    width: 90%;
    margin: auto;
  }
  .barcolandingpage__section--desktoppadding {
    padding: 40px 20px;
  }
  .barco__tryandbuybutton {
    margin: 20px 10px 30px -45px;
  }

  /*appleform*/

  .appleform-col-30l {
    float: left;
    width: 30%;
    margin-top: 16px;
    margin-right: 5%;
    display: table-cell;
  }

  .appleform-col-30r {
    float: right;
    width: 30%;
    margin-top: 16px;
  }

  .appleform-col-45l {
    float: left;
    width: 45%;
    margin-top: 16px;
  }

  .appleform-col-45r {
    float: right;
    width: 45%;
    margin-top: 16px;
  }

  .appleform-col-100 {
    float: left;
    width: 100%;
    margin-top: 16px;
  }

  .appleform-col {
    width: 100%;
    text-align: center;
  }

  .appleform-row {
    display: table;
    width: 100%;
  }

  /* Clear floats after the columns */
  .appleform-row:after {
    content: "";
    display: table;
    clear: both;
  }
  .space-fix {
    margin-top: 50px;
  }

  .barco__homebutton {
    position: fixed;
    width: 36px;
    height: 36px;
    right: 42px;
    bottom: 66px;
    border-radius: 50%;
    border: none;
    background-image: linear-gradient(45deg, #e50009, #4d016a);
    color: white;
    opacity: 0.6;

    z-index: 89;
    transition: all 0.25 ease;
  }
  .barco__topbutton {
    position: fixed;
    width: 46px;
    height: 46px;
    right: 37px;
    bottom: 10px;
    border-radius: 50%;
    border: none;
    background-image: linear-gradient(45deg, #e50009, #4d016a);
    color: white;
    opacity: 0.6;
    box-shadow: 0 12px 8px rgba(0, 0, 0, 0.125);
    z-index: 99;
  }
}
