@import url(https://fonts.googleapis.com/css?family=Nunito);@font-face {
  font-family: orbitronMedium;
  src: url("/fonts/orbitron/orbitron-medium.otf");
}

.py-4 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.grecaptcha-badge {
  bottom: 65px !important;
  z-index: 6;
}

.carousel {
  z-index: 0;
}

.carousel-indicators {
  bottom: -42px;
}

.carousel-item {
  min-height: 282px;
}

.carousel-indicators li {
  background-color: #F6961B;
}

h1 {
  font-size: inherit;
}

#succesMessages,
#errorMessages {
  position: fixed !important;
  top: 80px;
  width: 100%;
}

.alert {
  z-index: 5;
  width: 75%;
  text-align: center;
  margin: 0 auto;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.js-cookie-consent {
  position: fixed;
  bottom: -150px;
  right: 0;
  left: 0;
  width: 80%;
  max-height: 150px;
  margin: auto;
  padding: 25px 20px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 10px 10px 0 0;
  z-index: 5;
  border-top: 1px solid black;
  border-right: 1px solid black;
  border-left: 1px solid black;
  text-align: center;
  -webkit-animation-name: cookiePopUp;
          animation-name: cookiePopUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  font-family: orbitronMedium;
  transition: 0.3s all;
  box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.8);
}

@-webkit-keyframes cookiePopUp {
  0% {
    bottom: -90px;
  }

  20% {
    bottom: 0;
  }

  30% {
    bottom: -15px;
  }

  40% {
    bottom: 0;
  }

  50% {
    bottom: -7px;
  }

  60% {
    bottom: 0;
  }

  70% {
    bottom: -3px;
  }

  80% {
    bottom: 0;
  }

  100% {
    bottom: 0;
  }
}

@keyframes cookiePopUp {
  0% {
    bottom: -90px;
  }

  20% {
    bottom: 0;
  }

  30% {
    bottom: -15px;
  }

  40% {
    bottom: 0;
  }

  50% {
    bottom: -7px;
  }

  60% {
    bottom: 0;
  }

  70% {
    bottom: -3px;
  }

  80% {
    bottom: 0;
  }

  100% {
    bottom: 0;
  }
}

.cookie-consent__message {
  font-size: 17px;
  color: #000000;
  padding-right: 20px;
}

.js-cookie-consent-agree {
  box-shadow: inset 0 0 0 4px #57565C;
  color: #57565C;
  transition: color 0.25s 0.0833333333s;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1.5;
  padding: 1em 2em;
  letter-spacing: 0.05rem;
}

.js-cookie-consent-agree::before,
.js-cookie-consent-agree::after {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
}

.js-cookie-consent-agree::before {
  border-bottom-width: 4px;
  border-left-width: 4px;
}

.js-cookie-consent-agree::after {
  border-top-width: 4px;
  border-right-width: 4px;
}

.js-cookie-consent-agree:hover {
  color: #F6961B;
}

.js-cookie-consent-agree:hover::before,
.js-cookie-consent-agree:hover::after {
  border-color: #F6961B;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}

.js-cookie-consent-agree:hover::before {
  transition-delay: 0s, 0s, 0.25s;
}

.js-cookie-consent-agree:hover::after {
  transition-delay: 0s, 0.25s, 0s;
}

.js-cookie-consent-agree:focus {
  outline: 2px dotted #55d7dc;
}

#cookieExitButtonContainer {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 22px;
  transition: 0.3s all;
}

#cookieExitButtonContainer:hover {
  transform: scale(1.2);
  cursor: pointer;
  color: #F6961B;
}

.js-cookie-consent .hidden {
  display: block !important;
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  z-index: 5;
  right: 20px;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  border-radius: 35px;
  display: none;
  transition: all 0.3s ease;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 10px;
  font-size: 27px;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  background-color: #F8FAFC;
}

* {
  margin: 0;
  padding: 0;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.hide {
  display: none;
}

.hiddenOpacity {
  opacity: 0;
  visibility: hidden;
}

#headerContainer {
  z-index: 6;
  position: fixed;
  top: 0;
  width: 100%;
  opacity: 0.9;
  border-bottom: black 1px solid;
  border-top: #57565C solid 2px;
  background: white;
  height: 60px;
  box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.9);
  transition: 0.5s all;
}

#logoContainer {
  display: inline-block;
  margin: 3px 0 0 100px;
}

#logoImgHeader {
  width: 170px;
  transition: 0.3s all;
}

#logoImgHeader:hover {
  transform: scale(1.05);
}

#menuIconHeaderContainer {
  float: right;
}

#nav-icon1 {
  width: 30px;
  height: 45px;
  position: relative;
  margin: 15px 50px auto auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: black;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 10px;
}

#nav-icon1 span:nth-child(3) {
  top: 20px;
}

#nav-icon1.open span:nth-child(1) {
  top: 10px;
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 10px;
  transform: rotate(-135deg);
}

#menuContainer {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  transition: 0.3s all;
  top: 0;
  left: 0;
  right: 0;
  bottom: -100px;
  z-index: 5;
}

#menuInner {
  width: 75%;
  margin: 100px auto 0 auto;
}

.menuItemContainer {
  text-align: center;
  transition: 0.3s all;
  font-size: 40px;
  margin: 30px 0;
}

.menuItem {
  border-bottom: 1px solid black;
  color: #57565C;
  transition: 0.3s all;
}

.menuItem:hover {
  color: #F6961B;
}

#menuSocialMediaContainer {
  width: 30%;
  margin: 50px auto;
}

.menuSocialmediaItem {
  display: inline-block;
  width: 32.33%;
  text-align: center;
  color: black;
  transition: 0.3s all;
  font-style: italic;
}

.menuSocialmediaItem:hover {
  color: #F6961B;
}

#footerContainer {
  position: relative;
  height: 300px;
  width: 100%;
  background: linear-gradient(to top, #57565C, black) fixed;
  border-top: 1px solid black;
  box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.8);
}

#footerInner {
  padding: 32px 32px 0 32px;
}

#footerSiteLinksTitle {
  color: #FFFFFF;
  font-size: 18px;
  margin-bottom: 20px;
  border-bottom: #57565C 1px solid;
}

#siteLinksContainer {
  border-bottom: #57565C 1px solid;
}

.footerSiteLinkContainer {
  display: inline-block;
  width: 30%;
  margin-bottom: 5px;
}

.footerSiteLink {
  color: #FFFFFF !important;
  font-size: 13px;
  transition: 0.3s all;
}

.footerSiteLink:hover {
  border-bottom: 1px solid #F6961B;
}

#rightReservedFooter {
  position: absolute;
  bottom: 0;
}

#logoFooter {
  width: 100%;
}

#linkedinFooterImage,
#facebookFooterImage {
  width: 30px;
  margin: 30px 5px;
}

#homeNameLogo {
  display: inline-block !important;
}

.homeHeaderImageContainer {
  width: 100%;
  border-bottom: black 2px solid;
  background-image: url("/img/backgroundCityRotterdam.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#overlayHeaderImage {
  z-index: 3;
}

.homeHeaderImageText {
  position: relative;
  display: inline-block;
  color: white;
  font-size: 33px;
  font-family: orbitronMedium;
  width: 100%;
  text-align: center;
}

#scrollDownContainer {
  width: 100%;
  bottom: 0;
  position: absolute;
  text-align: center;
  font-size: 35px;
  color: black;
  font-family: orbitronMedium;
  margin: 0 auto;
}

#scrollDownInner {
  border-radius: 20px 20px 0 0;
  width: 65%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.1);
}

.scrollDownArrowRight,
.scrollDownArrowLeft {
  color: white;
  top: -50px;
  font-size: 55px;
  position: relative;
  -webkit-animation-name: scrollDownArrow;
          animation-name: scrollDownArrow;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.scrollDownArrowRight {
  padding: 0 0 0 50px;
}

.scrollDownArrowLeft {
  padding: 0 50px 0 0;
}

#homeHeaderTextBoxContainer {
  position: relative;
  left: 0;
  right: 100px;
  width: 46%;
  z-index: 2;
  margin: 50px 0;
  display: inline-block;
  vertical-align: top;
}

#homeHeaderTextBoxInner {
  background-color: #57565C;
  padding: 30px;
  border-radius: 3px;
  border: black 2px solid;
  box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.8);
}

.homeHeaderTextBoxTitle {
  font-size: 35px;
  border-bottom: black solid 1px;
  margin-bottom: 20px;
  font-weight: bold;
  font-family: orbitronMedium;
}

.homeHeaderTextBoxText {
  font-size: 20;
  color: #FFFFFF;
}

.homeHeaderTextBoxButtonContainer {
  float: right;
  margin: 20px 10px 0 10px;
}

.homeHeaderTextBoxButtonInner {
  color: #F6961B;
  padding: 10px;
  border: #F6961B solid 2px;
  transition: 0.3s all;
}

.homeHeaderTextBoxButtonInner:hover {
  background-color: #F6961B;
  color: #FFFFFF;
  text-decoration: none;
}

#homeBackgroundCode {
  background-image: url("/img/backgroundCode.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  opacity: 0.5;
  z-index: -1;
  position: absolute;
  height: 475px;
}

#kevinAndCoTitleContainer {
  position: absolute;
  left: 0;
  right: 0;
  font-family: orbitronMedium;
  font-weight: bold;
  text-shadow: 2px 2px white;
  color: black;
  opacity: 0;
  -webkit-animation-name: logoFadeInHomePage;
          animation-name: logoFadeInHomePage;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

#kevinAndCoTitle {
  font-size: 45px;
  font-weight: bold;
  padding: 0 20px;
  text-align: center;
}

#homeSuperPointsContainer {
  display: inline-block;
  width: 50%;
}

#homeSuperPointsInner {
  padding: 40px 0 40px 10%;
}

#homeSuperPointsMainTitle {
  font-size: 30px;
  font-family: orbitronMedium;
}

.homeSuperPointsTitle {
  font-weight: bold;
  font-size: 18px;
  padding: 8px 0;
}

.homeSuperPointsText {
  font-size: 18px;
  color: #aaaaaa;
  font-weight: normal;
  max-width: 80%;
  padding: 0 0 0 32px;
}

.checkGreen {
  padding-right: 8px;
  color: #F6961B;
  font-size: 20px;
}

#homeInformationBoxes {
  float: right;
  width: 900px;
  margin: 32px 0;
}

.homeInfomationBoxContainer {
  width: 32%;
  display: inline-block;
  text-align: center;
  padding: 8px;
  box-sizing: border-box;
}

.homeInfomationBoxInner {
  padding: 16px;
  background-color: #57565C;
  border-radius: 3px;
  box-sizing: border-box;
  transition: 0.3s all;
  border: black 2px solid;
  box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.8);
}

.homeInfomationBoxInner:hover {
  cursor: pointer;
  background-color: #F6961B;
  color: #FFFFFF;
  transform: scale(1.1);
}

.homeInfomationBoxInner:hover .homeInfomationBoxTitle {
  border-bottom: black 1px solid;
}

.homeInfomationBoxInner:hover .homeInfomationBoxButton {
  border: white 2px solid;
  color: #FFFFFF;
}

.homeInfomationBoxTitle {
  font-size: 30px;
  color: #212529;
  border-bottom: #F6961B 1px solid;
  margin-bottom: 8px;
  font-weight: bold;
  font-family: orbitronMedium;
}

.homeInfomationBoxText {
  color: #FFFFFF;
}

.homeInfomationBoxButtonContainer {
  padding: 16px 8px 0 8px;
  margin: 0 auto;
}

.homeInfomationBoxButton {
  padding: 8px;
  border: #F6961B 2px solid;
  color: #F6961B;
}

#homeResponsiveImageContainer {
  width: 49%;
  text-align: center;
  position: relative;
  display: inline-block;
  top: 16px;
}

#homeResponsiveImage {
  width: 45%;
  vertical-align: baseline;
}

#sloganContainer {
  width: 100%;
  padding: 32px 0;
}

#slogan {
  font-family: orbitronMedium;
  font-size: 40px;
  text-align: center;
}

#logoImgHomePageSlogan {
  width: 100px;
}

.w100 {
  width: 100%;
}

.w75C {
  width: 75%;
  margin: 0 auto;
}

.w50C {
  width: 75%;
  margin: 0 auto;
}

.borderL {
  border-left: black 2px solid;
}

.borderR {
  border-right: black 2px solid;
}

.textContainer {
  background-color: #57565C;
  z-index: 2;
  position: relative;
  border-top: black 2px solid;
  border-bottom: black 2px solid;
  box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.8);
}

.textInner100 {
  max-width: 1360px;
  margin: 0 auto;
  padding: 32px;
}

.textTitle100 {
  font-size: 35px;
  border-bottom: black 1px solid;
  margin-bottom: 16px;
  font-weight: bold;
  font-family: orbitronMedium;
}

.textTitle100 h1,
.textTitle100 h2,
.textTitle100 h3,
.textTitle100 h4 {
  margin-bottom: 8px;
}

.text100 {
  color: #FFFFFF;
  font-size: 20px;
}

.text75 {
  color: #FFFFFF;
  width: 75%;
  display: inline-block;
}

#aboutMeLinkText {
  color: #F6961B;
  transition: 0.3s all;
}

#aboutMeLinkText:hover {
  color: white;
}

.informationPage {
  background-image: url("/img/backgroundWhiteGray.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0;
}

.leftNextButton,
.rightNextButton {
  color: #000000;
  display: inline-block;
  font-size: 18px;
  transition: 0.3s all;
}

.leftNextButton:hover,
.rightNextButton:hover {
  cursor: pointer;
  color: #F6961B;
}

.leftNextButton {
  float: left;
  padding: 15px 0 0 35px;
}

.rightNextButton {
  float: right;
  padding: 15px 35px 0 0;
}

#textTitleContactPage {
  text-align: center;
  font-family: orbitronMedium;
  width: 100% !important;
}

#textContactPage {
  text-align: center;
  margin: 0 auto;
}

#textInnerContactPage {
  text-align: center;
}

#textContainerContact {
  border-right: black 2px solid;
  border-left: black 2px solid;
}

.special-field {
  display: none;
}

#aboutMeTextContainer {
  width: 58% !important;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  font-size: 18px;
  margin-right: 6%;
}

#aboutMePage {
  max-width: 1400px;
  margin: 0 auto;
}

#aboutMePageKevinImage {
  width: 32%;
  display: inline-block;
  box-sizing: border-box;
}

.container .title {
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.contentAboutMe {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.shadowBlack {
  box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.8);
}

.contentAboutMe .content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}

.contentAboutMe:hover .content-overlay,
.contentAboutMe:active .content-overlay {
  opacity: 1;
}

.content-image {
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out 0s;
}

.contentAboutMe:hover .content-details,
.contentAboutMe:active .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p {
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom {
  top: 80%;
}

.fadeIn-top {
  top: 20%;
}

.fadeIn-left {
  left: 20%;
}

.fadeIn-right {
  left: 80%;
}

#pricesYearsTitle {
  font-size: 20px;
  font-family: orbitronMedium;
  border-bottom: solid black 2px;
  margin: 0 auto 20px auto;
  max-width: 260px;
  text-align: center;
}

#pricesYearsContainer {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}

.priceYearsContainer {
  display: inline-block;
  padding: 0 15px;
}

.priceYearsInner {
  padding: 15px;
  border: solid 1px #F6961B;
  background-color: rgba(87, 86, 92, 0.6);
  border-radius: 15px;
  transition: 0.3s all;
  color: black;
  box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.8);
}

.priceYearsInner:hover {
  background-color: #F6961B;
  color: white;
  border: solid 1px black;
  cursor: pointer;
  transform: scale(1.1);
}

.activeYearsButton {
  background-color: #F6961B;
  color: white;
  border: solid 1px black;
  cursor: pointer;
  transform: scale(1.1);
}

.pricesContainer {
  width: 80%;
  margin: 0 auto;
}

.priceContainer {
  width: 33%;
  padding: 30px;
  margin: 0;
  display: inline-block;
}

.priceInner {
  background-color: rgba(87, 86, 92, 0.6);
  border: #F6961B solid 1px;
  border-radius: 20px;
  padding: 0 20px;
  box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.8);
}

.priceTitle {
  font-size: 25px;
  font-family: orbitronMedium;
  text-align: center;
  text-decoration: underline;
  padding: 30px;
  width: 100%;
}

.pricePricing {
  font-size: 25px;
  font-family: orbitronMedium;
  text-align: left;
}

.pricePriningDescription {
  font-size: 13px;
  font-family: orbitronMedium;
}

.priceKenmerken {
  font-size: 18px;
  padding: 20px 0 7px 0;
  color: #F6961B;
}

.priceListContainer {
  padding: 0 10px 20px 10px;
  font-size: 15px;
  border-bottom: 1px solid #F6961B;
}

.priceListItem {
  padding: 4px 0;
}

.priceCrossedOut {
  text-decoration: line-through;
}

.priceContact {
  padding: 20px 0;
  font-size: 15px;
  font-family: orbitronMedium;
  text-align: center;
}

.priceContactButton {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center !important;
}

.priceSuperCustom {
  margin-top: 50px;
  padding: 0 20px;
}

.priceCossed {
  text-decoration: line-through;
  display: inline;
  font-size: 14px;
}

.priceDiscount {
  font-size: 12px;
}

.imgCustomPage {
  width: 100%;
  margin: -25px auto;
  display: block;
  width: 500px;
  border: black 2px solid;
}

.arrowDownCustomPageContainer {
  width: 100%;
  min-height: 200px;
  position: relative;
  z-index: 5;
}

.arrowDownCustomPageContainer .arrowDownCustomPage {
  width: 100px;
  margin: 25px auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 1300px) {
  #homeSuperPointsContainer {
    width: 100%;
  }

  #homeSuperPointsInner {
    padding: 40px 0 0 15%;
  }

  #homeHeaderTextBoxContainer {
    position: relative;
    left: 0;
    width: 100%;
  }

  .js-cookie-consent {
    width: 100%;
  }

  .cookie-consent__message {
    font-size: 16px;
    padding-right: 0;
  }

  .pricesContainer {
    width: 100%;
  }

  #homeResponsiveImageContainer {
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  .priceContainer {
    width: 70%;
    margin: 0 auto;
    display: block;
  }

  .homeHeaderImageText {
    top: 72%;
  }

  #homeHeaderTextBoxContainer {
    position: relative;
    left: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  .carousel-item {
    min-height: 350px;
  }

  .scrollDownArrowLeft,
  .scrollDownArrowRight {
    font-size: 35px;
  }

  #logoContainer {
    margin: 3px 0 0 5px;
  }

  #homeInformationBoxes {
    float: none;
    margin: 50px auto;
    width: 100%;
  }

  .textInner100 {
    padding: 20px 30px 50px 30px;
  }

  #menuSocialMediaContainer {
    width: 75%;
  }

  #slogan {
    font-size: 25px;
  }

  #logoImgHomePageSlogan {
    width: 75px;
  }

  #textContainerContact {
    width: 100%;
    border-right: none;
    border-left: none;
  }

  #aboutMePageKevinImage {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
  }

  #aboutMeTextContainer {
    width: 100% !important;
    display: inline-block;
  }

  .js-cookie-consent {
    padding: 8px 30px;
  }

  .homeInfomationBoxTitle {
    font-size: 3vw;
  }

  .textTitle100 {
    font-size: 4vw;
  }
}

@media only screen and (max-width: 600px) {
  .w75C {
    width: 100%;
  }

  #homeSuperPointsInner {
    padding: 40px 15px;
  }

  .carousel-item {
    min-height: 500px;
  }

  .homeSuperPointsText {
    max-width: 100%;
  }

  .scrollDownContainer {
    font-size: 20px;
  }

  .scrollDownArrowRight {
    padding: 0 0 0 20px;
  }

  .scrollDownArrowLeft {
    padding: 0 20px 0 0;
  }

  #scrollDownInner {
    width: 100%;
  }

  .priceContainer {
    width: 90%;
  }

  .homeInfomationBoxContainer {
    width: 100%;
  }

  #homeBackgroundCode {
    height: 850px;
  }

  .textTitle100 {
    width: 100%;
  }

  #logoImgHomePageSlogan {
    margin: 0 40%;
  }

  .js-cookie-consent {
    bottom: -200px;
    max-height: none;
  }

  .homeInfomationBoxTitle {
    font-size: 30px;
  }

  .textTitle100 {
    font-size: 6vw;
  }

  .homeHeaderTextBoxTitle {
    font-size: 30px;
  }

  .leftNextButton {
    padding: 15px 0 0 10px;
  }

  .rightNextButton {
    padding: 15px 10px 0 0;
  }

  #homeResponsiveImage {
    width: 80%;
  }

  #homeResponsiveImageContainer {
    top: 0;
  }
}

@media only screen and (max-width: 500px) {
  .smallerFontSlider {
    font-size: 7vw !important;
  }

  .carousel-item {
    min-height: 600px;
  }

  .imgCustomPage {
    width: 100%;
  }
}

@media only screen and (max-width: 450px) {
  .headerTitle {
    font-size: 15px;
    padding: 17px 2px 0 2px;
  }

  .footerSiteLinkContainer {
    width: 49%;
  }

  #homeBackgroundCode {
    height: 1000px;
  }

  .leftNextButton,
  .rightNextButton {
    padding: 15px 0;
  }

  #menuSocialMediaContainer {
    width: 100%;
  }

  .textTitle100 {
    font-size: 8vw;
  }
}

@media only screen and (max-width: 350px) {
  #scrollDownInner {
    font-size: 30px;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes scrollDownArrow {
  0% {
    top: -50px;
  }

  100% {
    top: 13px;
  }
}

@keyframes scrollDownArrow {
  0% {
    top: -50px;
  }

  100% {
    top: 13px;
  }
}

@-webkit-keyframes logoFadeInHomePage {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes logoFadeInHomePage {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

