@font-face {
  font-family: Bebas;
  src: url("../font/BebasNeue-Regular.ttf");
  src: url("../font/BebasNeue-Regular.otf");
}
@font-face {
  font-family: Sequel;
  src: url("../font/Sequel-Demo.ttf");
}
html {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Roboto", sans-serif;
  cursor: default;
}

a:hover {
  text-decoration: none;
}

.bg--beige {
  background-color: #b1895c;
}

.bg--red {
  background-color: #DE1232;
}

.bg--white {
  background-color: #fff;
}

.text--whtie {
  color: #fff;
}

.text--red {
  color: #DE1232;
}

.text--black {
  color: #000;
}

.text--green {
  color: #319d79;
}

.border {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}

.padding--40 {
  padding: 40px 0;
}

.padding--0 {
  padding: 0;
}

.margin__bottom--40 {
  margin-bottom: 40px;
}

.uppercase {
  text-transform: uppercase;
}

.fontsize {
  font-size: 30px;
}

.font--Bebas {
  font-family: Bebas;
}

.font--Sequel {
  font-family: Sequel;
}

.booking__button__container {
  padding-bottom: 5px;
  padding-top: 5px;
  width: auto;
  margin: 7px;
  display: inline-grid;
}
.booking__button__container .booking__button__link {
  padding: 10px;
  transition: all 0.8s;
  letter-spacing: 2px;
  font-size: 18px;
  cursor: pointer;
}
.booking__button__container .booking__button__link:hover {
  background: #DE1232;
}

/* ---------------- */
.bg-dark {
  background-color: #E0D1BA !important;
}

.hidden {
  display: none;
}

.navbar {
  background-image: url("../image/vonalak-e.png");
  background-size: auto 100%;
  background-repeat: round;
  padding: 15px;
}
.navbar .nav-item, .navbar .nav-item--mobile {
  background: #E0D1BA;
  margin: 0 20px;
  font-family: Bebas;
  text-align: center;
  min-width: 75px;
}
.navbar .nav-item .nav-link, .navbar .nav-item--mobile .nav-link {
  color: #6A665F;
  font-size: 23px;
}
.navbar .nav-item .nav-link:hover, .navbar .nav-item .nav-link:active, .navbar .nav-item--mobile .nav-link:hover, .navbar .nav-item--mobile .nav-link:active {
  color: #DE1232;
}
.navbar .brand {
  background-color: transparent;
  position: absolute;
  width: 15%;
  margin-top: -2.3%;
}
.navbar .mobileLogo {
  width: 17%;
}
.navbar .mobileLogo img {
  width: 100%;
  float: right;
}

.picture img {
  border-radius: 13px;
}

#bigCarousel .first {
  background-image: url(../media/normal/image10.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 700px;
}
#bigCarousel .sec {
  background-image: url(../image/beer-party.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 700px;
}
#bigCarousel .third {
  background-image: url(../image/third.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 700px;
}
#bigCarousel .headingText {
  left: 120px;
  top: 204px;
  font-family: Bebas;
  color: #fff;
  font-weight: 400;
  font-size: 70px;
  line-height: 0.9;
  padding-left: 0;
  position: absolute;
  text-align: left;
  font-variant-ligatures: common-ligatures;
}
#bigCarousel .headingText span {
  background-color: #DE1232;
  padding: 0 5px;
}
#bigCarousel .question {
  position: absolute;
  width: 565px;
  left: 110px;
  top: 454px;
  background-color: #fff;
  padding: 15px;
  border-radius: 13px;
}
#bigCarousel .question .question-text {
  font-family: Bebas;
  color: #000;
  width: fit-content;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 8px;
}
#bigCarousel .question .red-text {
  color: #DE1232 !important;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
}
#bigCarousel .question p {
  width: fit-content;
  text-align: left;
}
#bigCarousel .question p .minus, #bigCarousel .question p .plus {
  font-size: 32px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #bdb8b4;
  display: block;
  cursor: pointer;
}
#bigCarousel .question .question-hq {
  font-size: 32px;
  width: 50px;
  height: 50px;
  display: block;
}
#bigCarousel .question .question-headcount {
  display: flex;
  text-align: center;
  float: left;
  margin-bottom: 0;
}
#bigCarousel .red-box {
  right: 159px;
  top: 537px;
  position: absolute;
  width: 561px;
  background-color: #319d79;
  padding: 15px 15px;
}
#bigCarousel .red-box p {
  color: #fff;
}
#bigCarousel .red-box .box-text {
  font-family: Sequel;
  color: #fff;
  width: fit-content;
  font-size: 23px;
  margin-bottom: 8px;
}

.question-text {
  font-family: Bebas;
  color: #000;
  width: fit-content;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 8px;
}

.bg-lightbeige {
  background: #F9F1E7;
  padding: 22px;
  border-radius: 13px;
}

.question {
  position: absolute;
  width: 565px;
  left: 110px;
  top: 454px;
  background-color: #fff;
  padding: 15px;
  border-radius: 13px;
}
.question .red-text {
  color: #DE1232 !important;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
}
.question p {
  width: fit-content;
  text-align: left;
}
.question p .minus, .question p .plus {
  font-size: 32px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #bdb8b4;
  display: block;
  cursor: pointer;
}
.question .question-hq {
  font-size: 32px;
  width: 50px;
  height: 50px;
  display: block;
}
.question .question-headcount {
  display: flex;
  text-align: center;
  float: left;
  margin-bottom: 0;
}

.question-button {
  padding-bottom: 5px;
  padding-top: 5px;
  width: 100%;
  text-align: left;
}
.question-button a {
  padding: 2px 16px 2px;
  transition: all 0.8s;
  background: #319d79;
  border-radius: 7px;
  color: #fff;
  text-transform: uppercase;
  font-family: Bebas;
  letter-spacing: 2px;
  font-size: 23px;
  display: inline-block;
}
.question-button a:hover {
  background: #DE1232;
  color: #fff;
}

.see-spots {
  background: #DE1232 !important;
  color: #fff;
}
.see-spots:hover {
  background: #319d79 !important;
  color: #fff;
}

#intro .headingText {
  font-size: 33px;
  text-align: center;
  letter-spacing: 1px;
  font-family: Bebas;
  text-transform: uppercase;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  margin-bottom: 40px;
}
#intro .headingText .firstLine {
  margin-bottom: 0;
  color: #DE1232;
}

#beerbusInfo {
  background: #ffffff;
  padding-top: 20px;
  padding-bottom: 40px;
}
#beerbusInfo #subBeerbusInfo {
  margin-top: 20px;
}
#beerbusInfo #subBeerbusInfo .headingText {
  font-size: 33px;
  text-align: center;
  letter-spacing: 1px;
  font-family: Bebas;
  text-transform: uppercase;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  margin-bottom: 40px;
}
#beerbusInfo #subBeerbusInfo .headingText .firstLine {
  margin-bottom: 0;
  color: #DE1232;
}
#beerbusInfo #subBeerbusInfo .picture {
  height: 280px;
  overflow: hidden;
}
#beerbusInfo #subBeerbusInfo h3 {
  font-family: Bebas;
  margin-top: 0.75em;
}

#faq {
  background: #E0D1BA;
  padding-top: 40px;
  padding-bottom: 69px;
}
#faq .headingText {
  font-size: 50px;
  text-align: center;
  letter-spacing: 1px;
  font-family: Bebas;
  text-transform: uppercase;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  margin-bottom: 40px !important;
}
#faq .headingText .firstLine {
  font-weight: 400;
  font-size: 50px;
  margin-bottom: 0;
  color: #DE1232;
  text-align: center;
  padding: 10px 0 7px 0;
}
#faq .headingText .red-text {
  color: #DE1232;
}
#faq .picture {
  overflow: hidden;
}
#faq h3 {
  font-family: Bebas;
  margin-top: 0.75em;
  font-weight: 400;
  font-size: 30px;
}

#what-you-get {
  background: #E0D1BA;
  padding-top: 40px;
  padding-bottom: 69px;
}
#what-you-get .headingText {
  font-size: 33px;
  text-align: center;
  letter-spacing: 1px;
  font-family: Bebas;
  text-transform: uppercase;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  margin-bottom: 40px;
}
#what-you-get .headingText .firstLine {
  margin-bottom: 0;
  color: #DE1232;
  text-align: center;
  padding: 10px 0 7px 0;
}
#what-you-get h4 {
  text-align: center;
  font-family: Bebas;
}
#what-you-get p {
  text-align: left;
}
#what-you-get .what-you-get-image {
  width: 55px;
  height: 55px;
  margin-bottom: 10px;
}

#ticketSales {
  background: #8fc7c0;
  margin-top: -10px;
}
#ticketSales .elements ul li span {
  background: #fff;
  border-radius: 39px;
  padding: 8px 13px 4px;
  color: #8fc7c0;
  font-weight: 400;
  font-size: 18px;
}
#ticketSales .bg-beige {
  background: #E0D1BA;
  border-radius: 18px;
  padding: 21px 33px;
  text-align: center;
}
#ticketSales .bg-lightbeige {
  background: #F9F1E7;
  border-radius: 18px;
  padding: 21px 17px;
  text-align: center;
}
#ticketSales .bg-lightbeige .b-headingText {
  font-size: 25px !important;
}
#ticketSales .headingText {
  font-size: 33px;
  text-align: center;
  border-bottom: 3px solid #000;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 50px;
  font-family: Bebas;
  text-transform: uppercase;
  border-top: 3px solid #000;
  line-height: 1;
  margin-bottom: 20px;
}
#ticketSales .headingText .firstLine {
  margin-bottom: 0;
  margin-top: 4px;
  color: #fff;
}
#ticketSales .headingText .secLine {
  margin-bottom: 5px;
  font-size: 22px;
  color: #000;
}
#ticketSales .sm-headingText {
  font-weight: 400;
  font-size: 25px;
  color: #000;
  font-family: Bebas;
  text-transform: uppercase;
  text-align: center;
}
#ticketSales .b-headingText {
  font-weight: 400;
  font-size: 35px;
  color: #000;
  font-family: Bebas;
  text-transform: uppercase;
}
#ticketSales .db-headingText {
  color: #b1895c;
  font-weight: 400;
  font-size: 20px;
  font-family: Bebas;
  text-transform: uppercase;
}
#ticketSales .gr-headingText {
  color: #319d79;
  font-family: Bebas;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 35px;
}
#ticketSales .bl-headingText {
  color: #8fc7c0;
  font-family: Bebas;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 35px;
}
#ticketSales .bg-darkbeige {
  background: #b1895c;
  border-radius: 19px;
  padding: 30px;
}
#ticketSales .r-headingText {
  color: #DE1232;
  font-family: Bebas;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 35px;
}
#ticketSales .gr-btn {
  padding: 2px 16px 2px;
  background: #319d79;
  border-radius: 7px;
  font-weight: 400;
  font-size: 23px;
  color: #fff;
  font-family: Bebas;
  text-transform: uppercase;
}
#ticketSales .gr-btn:hover {
  background: #DE1232;
}
#ticketSales .r-btn {
  padding: 2px 16px 2px;
  background: #DE1232;
  border-radius: 7px;
  font-weight: 400;
  font-size: 23px;
  color: #fff;
  font-family: Bebas;
  text-transform: uppercase;
}
#ticketSales .r-btn:hover {
  background: #319d79;
}
#ticketSales .mobileon {
  display: none;
}
#ticketSales .pricesSection {
  font-family: Bebas;
  margin-bottom: 10px;
}
#ticketSales .pricesSection .circlePrice {
  width: 100px;
  height: 100px;
  background: #DE1232;
  border-radius: 50%;
  float: left;
  margin: 20px 10px 13px 0;
}
#ticketSales .pricesSection .circlePrice p {
  text-align: center;
  font-size: 50px;
  color: #fff;
  margin-top: 0;
}
#ticketSales .pricesSection .circlePrice .euro {
  text-align: center;
  font-size: 30px;
  color: #fff;
  margin-top: -40px;
}
#ticketSales .pricesSection .priceText {
  margin-top: 30px;
}
#ticketSales .pricesSection .priceText h3 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: -5px;
}
#ticketSales .pricesSection .priceText p {
  font-size: 17px;
  color: #000;
}
#ticketSales .whatsINC {
  text-align: center;
  margin-bottom: 15px;
}
#ticketSales .whatsINC h2 {
  color: #319d79;
  font-family: Bebas;
  font-size: 30px;
  margin-bottom: 0;
}
#ticketSales ul {
  list-style-type: none;
}
#ticketSales ul li {
  font-family: Bebas;
  color: #000;
  font-size: 23px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
#ticketSales .girl {
  width: 289px;
  bottom: -108px;
  left: 0;
}
#ticketSales .buyTicket {
  text-align: center;
  margin-top: 15px;
}
#ticketSales .buyTicket div {
  padding-bottom: 5px;
  border-bottom: 3px solid #6A665F;
  border-top: 3px solid #6A665F;
  padding-top: 5px;
  width: auto;
  margin: 7px;
  display: inline-grid;
}
#ticketSales .buyTicket div a {
  padding: 10px;
  background: #319d79;
  transition: all 0.8s;
  color: #fff;
  text-transform: uppercase;
  font-family: Sequel;
  letter-spacing: 2px;
  font-size: 18px;
}
#ticketSales .buyTicket div a:hover {
  background: #DE1232;
}
#ticketSales .question {
  background-color: #e4e4e4;
  padding: 15px 15px;
  top: -65px;
  left: 60px;
}
#ticketSales .question p {
  width: fit-content;
  text-align: left;
}
#ticketSales .question p .minus, #ticketSales .question p .plus {
  font-size: 32px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #bdb8b4;
  display: block;
  cursor: pointer;
}
#ticketSales .question .question-hq {
  font-size: 32px;
  width: 50px;
  height: 50px;
  display: block;
}
#ticketSales .question .question-button {
  padding-bottom: 5px;
  padding-top: 5px;
  width: 100%;
  text-align: right;
}
#ticketSales .question .question-button a {
  padding: 10px;
  transition: all 0.8s;
  background: #319d79;
  color: #fff;
  text-transform: uppercase;
  font-family: Sequel;
  letter-spacing: 2px;
  font-size: 18px;
  display: inline-block;
}
#ticketSales .question .question-button a:hover {
  background: #DE1232;
  color: #fff;
}
#ticketSales .question .question-headcount {
  display: flex;
  text-align: center;
  float: left;
  margin-bottom: 0;
}

#sights {
  background: #bdb8b4;
}
#sights .headingText {
  font-size: 33px;
  text-align: center;
  border-bottom: 3px solid #3e3d3c;
  color: #000;
  letter-spacing: 1px;
  margin-top: 20px;
  font-family: Bebas;
  text-transform: uppercase;
  border-top: 3px solid #3e3d3c;
  line-height: 1;
}
#sights .headingText p {
  margin-top: 15px;
}
#sights .headingText .places {
  color: #319d79;
  margin-bottom: 12px;
}
#sights .roundPNG {
  width: 150px;
  float: right;
  margin-top: -75px;
}
#sights .allPlaces {
  margin-top: 60px;
  padding-bottom: 20px;
}
#sights .allPlaces .roundPNGbottom {
  width: 150px;
  margin-top: -60px;
  border: none;
  z-index: 2;
  position: absolute;
}
#sights .allPlaces .onePlace {
  margin-top: 15px;
  margin-bottom: 15px;
}
#sights .allPlaces .onePlace .stops .red-bubble {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #DE1232;
  float: left;
  margin-top: -10px;
  margin-right: 10px;
}
#sights .allPlaces .onePlace .stops .red-bubble p {
  text-align: center;
  font-size: 14px;
  font-family: Pacifico;
  margin-top: 8px;
  color: #fff;
}
#sights .allPlaces .onePlace .stops .red-bubble p span {
  color: #000;
  text-transform: uppercase;
  font-family: Bebas;
  font-size: 20px;
}
#sights .allPlaces .onePlace .stops .red-bubble + h2 {
  margin-left: 60px;
}
#sights .allPlaces .onePlace .stops h2 {
  color: #319d79;
  font-size: 24px;
  font-family: Bebas;
  border-bottom: 3px solid #3e3d3c;
}
#sights .allPlaces .onePlace .stops p {
  font-size: 13px;
  text-align: justify;
  margin-bottom: 8px;
  line-height: 1.3;
  color: #000;
}
#sights .allPlaces .onePlace .stops hr {
  float: right;
  width: 140px;
  border-top: 3px solid #3e3d3c;
  margin-top: 9px;
}
#sights .allPlaces .onePlace .stops a {
  color: #fff;
  font-family: Bebas;
  background: #319d79;
  font-size: 19px;
  padding: 5px;
  transition: all 0.8s;
}
#sights .allPlaces .onePlace .stops a:hover {
  text-decoration: none;
  background: #DE1232;
  color: #fff;
}
#sights .allPlaces .onePlace .placePicture div {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 10px;
  margin-left: -15px;
}
#sights .buyTicket {
  text-align: center;
  margin-top: 15px;
}
#sights .buyTicket div {
  padding-bottom: 5px;
  border-bottom: 3px solid #3e3d3c;
  border-top: 3px solid #3e3d3c;
  padding-top: 5px;
  width: auto;
  margin: 7px;
  display: inline-grid;
}
#sights .buyTicket div a {
  padding: 10px;
  background: #319d79;
  color: #000;
  text-transform: uppercase;
  font-family: Bebas;
  font-size: 21px;
  transition: all 0.8s;
}
#sights .buyTicket div a:hover {
  background: #DE1232;
  color: #fff;
}

#accordion {
  display: none;
}

#map {
  height: 600px;
  background-image: url("../image/beerbus-map.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#schedule {
  background: #b1895c;
  padding: 28px 0px;
}
#schedule .roundPNG {
  width: 150px;
  margin-top: -72px;
  border: none;
  z-index: 2;
  position: absolute;
}
#schedule .headingText {
  font-size: 36px;
  text-align: center;
  border-bottom: 3px solid #6A665F;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 0px;
  font-family: Bebas;
  text-transform: uppercase;
  border-top: 3px solid #6A665F;
  line-height: 1;
  padding: 10px 0px 5px;
}
#schedule .timetable {
  font-family: Bebas;
  padding: 32px 0 36px 0;
}
#schedule .timetable p {
  display: none;
}
#schedule .timetable .outer {
  display: flex;
  border-bottom: 2px solid #6A665F;
  border-top: 2px solid #6A665F;
  margin: -1px 0;
  padding: 2px 0px;
  width: fit-content;
  margin: 0 auto;
}
#schedule .timetable .outer .number {
  color: #fff;
  background: #DE1232;
  font-size: 23px;
  min-width: 60px;
  text-align: center;
}
#schedule .timetable .outer .placeName {
  color: #319d79;
  background: #fff;
  font-size: 23px;
  min-width: 265px;
}
#schedule .timetable .outer .time {
  display: flex;
  padding: 0;
}
#schedule .timetable .outer .time .hour {
  padding: 0px 20px;
  font-size: 22px;
  background: #B7B7B7;
  color: #000;
}
#schedule .timetable .outer .time .hour:nth-child(even) {
  background: #fff;
}
#schedule .imgAndP img {
  width: 70px;
  position: absolute;
  margin-left: -222px;
  margin-top: 34px;
}
#schedule .imgAndP p {
  margin-top: 30px;
  font-family: Bebas;
}
#schedule .imgAndP p a {
  color: white;
  font-size: 23px;
  padding: 10px;
  background: #504431;
  border-radius: 2px;
}

#onlineBooking {
  background: #E0D1BA;
  margin-top: -10px;
  padding-bottom: 50px;
  font-family: Bebas;
}
#onlineBooking .w-headingText {
  color: #fff;
  font-weight: 400;
  font-size: 40px;
  font-family: Bebas;
  text-align: center;
}
#onlineBooking .g-headingText {
  color: #01593B;
  font-weight: 400;
  font-size: 30px;
  font-family: Bebas;
  text-align: center;
}
#onlineBooking .headingText {
  font-size: 36px;
  text-align: center;
  border-bottom: 3px solid #6A665F;
  color: #000;
  letter-spacing: 1px;
  margin-top: 25px;
  text-transform: uppercase;
  border-top: 3px solid #6A665F;
  line-height: 1;
}
#onlineBooking .headingText .firstLine {
  margin-bottom: 0;
  margin-top: 10px;
}
#onlineBooking .headingText .secLine {
  margin-bottom: 5px;
  color: #DE1232;
}
#onlineBooking .next, #onlineBooking .prev {
  width: 200px;
}
#onlineBooking #availableTime {
  background: rgba(251, 251, 251, 0.77);
  padding: 5px;
}
#onlineBooking #availableTime .date-state {
  border-bottom: 2px solid;
  border-top: 2px solid;
  font-size: 20px;
  margin-top: 10px;
}
#onlineBooking .bookingPicture {
  margin-top: 50px;
}
#onlineBooking .whiteWall {
  position: absolute;
  background: #fff;
  z-index: 4;
  opacity: 0.8;
  height: 592px;
  width: 574px;
  margin-top: 106px;
  margin-left: 568px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#onlineBooking .whiteWall p {
  font-family: Bebas;
  font-size: 32px;
}
#onlineBooking .timeContainer {
  margin-top: 30px;
}
#onlineBooking .timeContainer .allTime {
  width: 100%;
  font-size: 21px;
  align-items: flex-start;
}
#onlineBooking form {
  display: grid;
}
#onlineBooking form .text {
  font-size: 18px;
  margin: 0;
}
#onlineBooking form input, #onlineBooking form select {
  border-bottom: 3px solid #6A665F;
  border-top: 3px solid #6A665F;
  border-left: none;
  border-right: none;
  padding: 8px 0 0 12px;
  margin-bottom: 10px;
  font-size: 20px;
}
#onlineBooking form .total {
  border-top: 3px solid #6A665F;
  border-bottom: 3px solid #6A665F;
  text-align: center;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-evenly;
}
#onlineBooking form .total p {
  color: #DE1232;
  font-size: 30px;
  margin-bottom: 0;
}
#onlineBooking form .total p span {
  color: #000 !important;
}
#onlineBooking form .payment__type {
  display: flex;
  justify-content: space-around;
  margin-bottom: 10px;
}
#onlineBooking form .payment__type .paypal__img {
  max-height: 27px;
  float: right;
}
#onlineBooking form .payment__type .simple__img {
  max-height: 48px;
  float: right;
}
#onlineBooking form #bookingDate {
  width: 49%;
  margin-top: -54px;
  justify-self: flex-end;
}
#onlineBooking form .prosecco input {
  width: 49%;
  float: right;
}
#onlineBooking form .prosecco span {
  float: left;
  margin-top: 10px;
}
#onlineBooking form #datepicker {
  width: 49%;
}
#onlineBooking form #mobileSelect {
  display: none;
}
#onlineBooking form .buyTicket {
  text-align: center;
  margin-top: 15px;
}
#onlineBooking form .buyTicket div {
  border-bottom: 3px solid #3e3d3c;
  border-top: 3px solid #3e3d3c;
  padding-top: 5px;
  width: 50%;
  margin: 7px;
  display: inline-grid;
}
#onlineBooking form .buyTicket div #bookNow {
  padding: 6px;
  transition: all 0.8s;
  background: #319d79;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 5px !important;
}
#onlineBooking form .buyTicket div #bookNow:hover {
  background: #DE1232;
  color: #fff;
}
#onlineBooking form .bookingText {
  color: #000;
  font-size: 20px;
}
#onlineBooking form .bookingText p {
  margin-bottom: 0;
}
#onlineBooking form .bookingText .aszf-text {
  display: none;
  text-decoration: underline;
  text-decoration-color: #DE1232;
}
#onlineBooking form .bookingText #agelimit, #onlineBooking form .bookingText #aszf {
  margin-top: 9px;
  display: block;
  float: left;
}
#onlineBooking form .bookingText .agelimit {
  font-size: 20px;
  margin-bottom: 0;
  width: auto;
}
#onlineBooking form .bookingText .aszf {
  width: 310px;
}
#onlineBooking .under18 {
  color: #DE1232;
  font-size: 23px;
}

.private-green-box {
  padding: 20px 30px;
  background: #319d79;
  border-radius: 13px;
}
.private-green-box a {
  padding: 2px 16px;
  width: 190px;
  height: 35px;
  background: #fff;
  border-radius: 7px;
  text-align: center;
  color: #319d79;
  font-weight: 400;
  font-size: 23px;
}

#privateform input, #privateform select, #privateform textarea {
  background: #FFFFFF;
  border-radius: 7px;
  border: none !important;
  color: #000;
  padding: 8px 0 0 12px;
  margin-bottom: 10px;
  font-size: 20px;
}
#privateform .bookNow {
  height: 35px;
  padding: 0 !important;
  background: #319d79;
  color: #fff;
  width: 160px;
  text-align: center;
}
#privateform .buyTicket div {
  width: 150px !important;
  border: none !important;
}
#privateform .buyTicket div input {
  cursor: pointer;
}
#privateform ::-webkit-input-placeholder { /* Edge */
  color: #000;
  font-weight: 400;
  font-size: 20px;
}
#privateform :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
  font-weight: 400;
  font-size: 20px;
}
#privateform ::placeholder {
  color: #000;
  font-weight: 400;
  font-size: 20px;
}

.event_number {
  width: 49%;
  margin-top: -48px;
  justify-self: flex-end;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.event_number .minus, .event_number .plus {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  padding: 6px 0px 0px 0px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.event_number .counter {
  width: 17px;
  text-align: center;
  font-size: 14px;
  border: none !important;
  background: none !important;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 0 0 0 !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* INPUT FOCUS ANIMATION */
.form-item {
  position: relative;
  font-size: 20px;
}

.form-item__label {
  color: #6a665f;
  top: 0;
  left: 0;
  position: absolute;
  transform-origin: 0 0;
  padding: 9px 10px;
  margin: 0;
  transition: transform 0.2s;
  transition-timing-function: ease-out;
}

.form-item__input {
  transition: 0.1s all linear;
  width: 100%;
  padding: 10px 0 0 12px !important;
}

.goUp label {
  transform: translate3d(5px, -5px, 0) scale3d(0.7, 0.7, 1);
}

/* RADIO BUTTON AND CHECKBOX */
/* Customize the label (the container) */
.checkbox__container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox__container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkbox__container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* When the checkbox is checked, add a blue background */
.checkbox__container input:checked ~ .checkmark {
  background-color: #504431;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox__container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox__container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox__container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Customize the label (the container) */
.radio__container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio__container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.radio__container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* When the radio button is checked, add a blue background */
.radio__container input:checked ~ .checkmark {
  background-color: #504431;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio__container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio__container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio__container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.ui-widget-content {
  background: #ab987c !important;
}

.ui-state-active {
  border: 1px solid #de1232 !important;
  background: #de1232 !important;
}

.ui-widget-header {
  background-color: white !important;
}

.ui-state-highlight {
  border: 1px solid #319d79 !important;
  background: #319d79 !important;
  color: #e0d1ba !important;
}

.ui-datepicker td a {
  text-align: center !important;
}

.time-slot, .no-time-slot {
  padding: 2px 7px 2px 7px !important;
  width: 100%;
}

.time-slot p, .no-time-slot p {
  margin: 0px;
}

.time-slot p {
  background: #319d79;
}

.no-time-slot p {
  background-color: #95b3c1;
}

.ots p {
  background-color: #6ab5ff;
}

.full p {
  background-color: #DE1232;
}

.active-time {
  background-color: #ef9b37 !important;
}

.days {
  flex-grow: 1;
  min-width: 68px;
}

.bg-for-day {
  background-color: #ef9b37;
}

h6 {
  font-family: Bebas;
  font-size: 23px;
}

#streetSellers {
  background-color: #E0D1BA;
  font-family: Bebas;
  font-size: 30px;
  padding-top: 20px;
  padding-bottom: 30px;
}

#rules {
  background: #504431;
  margin-top: -10px;
  padding-bottom: 30px;
}
#rules .headingText {
  font-size: 36px;
  text-align: center;
  border-bottom: 3px solid #000;
  color: #DE1232;
  text-shadow: 2px 2px 2px #000;
  letter-spacing: 1px;
  margin-top: 16px;
  font-family: Bebas;
  text-transform: uppercase;
  border-top: 3px solid #000;
  line-height: 1;
  padding: 10px 0 7px 0;
}
#rules ul li {
  list-style-type: none;
  color: #dededc;
  font-size: 17px;
  min-height: 75px;
  margin-left: 64px;
  text-shadow: 1px 1px 4px #000;
}
#rules .rules-image {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
}
#rules p {
  margin-left: 62px;
}

#footer {
  background: #DE1232;
  font-family: Bebas;
  padding: 10px 0 30px 0;
}
#footer .row div {
  margin-top: 20px;
}
#footer .row div h5 {
  color: #711622;
  font-size: 27px;
}
#footer .row div ul {
  list-style-type: none;
  padding: 0;
}
#footer .row div ul li {
  color: #fff;
  font-size: 20px;
}
#footer .row div a {
  display: block;
  color: #fff;
  font-size: 20px;
}

#footerSec {
  background-color: #711622;
  color: #DE1232;
  font-family: Bebas;
}

#about {
  background: #E0D1BA;
}
#about .row {
  padding-top: 20px;
}
#about .row h3 {
  font-family: Sequel;
  color: #DE1232;
}
#about .row .whatsINC {
  border-top: 3px solid #6A665F;
  border-bottom: 3px solid #6A665F;
  text-align: center;
  margin-bottom: 15px;
}
#about .row .whatsINC h2 {
  color: #319d79;
  font-family: Bebas;
  font-size: 30px;
  margin-bottom: 0;
}
#about .row ul li {
  font-family: Bebas;
  color: #000;
  font-size: 23px;
}
#about .row .howItWorks {
  border-top: 3px solid #6A665F;
  border-bottom: 3px solid #6A665F;
  text-align: center;
  margin-bottom: 15px;
}
#about .row .howItWorks h2 {
  color: #DE1232;
  margin-bottom: 0;
  font-family: Bebas;
  font-size: 30px;
}
#about .row .dott {
  background: url(../image/dott.png);
  background-repeat: repeat-x;
  background-size: 18px;
  background-position: center;
  display: flex;
}
#about .row .dott div {
  text-align: -webkit-center;
}
#about .row .dott div .circle {
  width: 100px;
  height: 100px;
  background: #DE1232;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  padding: 13px;
}
#about .row .dott div .circle .black {
  margin: 0;
  color: #000;
  text-transform: uppercase;
  font-family: Bebas;
  font-size: 40px;
  margin-top: -10px;
}
#about .row .dott div .circle .white {
  margin: 0;
  font-family: Pacifico;
  color: #fff;
  font-size: 20px;
}
#about .row .buyTicket {
  text-align: center;
  margin-top: 40px;
}
#about .row .buyTicket div {
  padding-bottom: 5px;
  border-bottom: 3px solid #6A665F;
  border-top: 3px solid #6A665F;
  padding-top: 5px;
  width: auto;
  margin: 7px;
  display: inline-grid;
}
#about .row .buyTicket div a {
  padding: 10px;
  background: #319d79;
  transition: all 0.8s;
  color: #fff;
  text-transform: uppercase;
  font-family: Sequel;
  letter-spacing: 2px;
  font-size: 18px;
}
#about .row .buyTicket div a:hover {
  background: #DE1232;
  color: #fff;
}
#about .row .aboutText p {
  font-family: Roboto;
  font-size: 14px;
}
#about .row .aboutText p span {
  text-transform: uppercase;
  font-family: Bebas;
  font-size: 19px;
}
#about .row .under18 {
  color: #DE1232;
  font-family: Bebas;
  font-size: 23px;
  text-align: center;
  margin-top: 20px;
}
#about .row #slider .carousel-control-next {
  justify-content: flex-end;
}
#about .row #slider .carousel-control-prev {
  justify-content: left;
}

#oneStop {
  background: #E0D1BA;
}
#oneStop .row {
  padding-top: 20px;
  padding-bottom: 20px;
}
#oneStop .row .red-bubble {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #DE1232;
  float: left;
  margin-top: -10px;
  margin-right: 10px;
}
#oneStop .row .red-bubble p {
  text-align: center;
  font-size: 14px;
  font-family: Pacifico;
  margin-top: 8px;
  color: #fff;
}
#oneStop .row .red-bubble p span {
  color: #000;
  text-transform: uppercase;
  font-family: Bebas;
  font-size: 20px;
}
#oneStop .row .circleStop {
  background: #DE1232;
  color: #fff;
  font-family: Bebas;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 33px;
  float: left;
  text-align: center;
  margin-top: -10px;
}
#oneStop .row .other {
  font-size: 27px;
  font-family: Bebas;
  color: #DE1232;
  text-align: center;
}
#oneStop .row ul {
  font-family: Bebas;
  margin: 0 auto;
  width: 49%;
}
#oneStop .row .linkToOther {
  color: #319d79 !important;
  font-size: 23px;
  transition: all 0.8s;
}
#oneStop .row .linkToOther:hover {
  color: #DE1232 !important;
}
#oneStop .row h3 {
  font-family: Bebas;
  color: #319d79;
  margin-left: 13%;
}
#oneStop .row .timetable {
  font-family: Bebas;
  margin-top: 25px;
  margin-bottom: 85px;
}
#oneStop .row .timetable h4 {
  color: #DE1232;
}
#oneStop .row .timetable .outer {
  display: flex;
  border-bottom: 1px solid #6A665F;
  border-top: 2px solid #6A665F;
  margin: -1px 0;
  padding: 2px 0px;
  width: fit-content;
}
#oneStop .row .timetable .outer:last-child {
  border-bottom: 2px solid #6A665F;
}
#oneStop .row .timetable .outer .number {
  color: #fff;
  background: #DE1232;
  font-size: 23px;
  min-width: 45px;
  text-align: center;
}
#oneStop .row .timetable .outer .placeName {
  color: #319d79;
  background: #fff;
  font-size: 23px;
  min-width: 265px;
}
#oneStop .row .timetable .outer .time {
  display: flex;
  padding: 0;
}
#oneStop .row .timetable .outer .time .hour {
  padding: 0 7px;
  font-size: 22px;
  background: #B7B7B7;
  color: #000;
}
#oneStop .row .timetable .outer .time .hour:nth-child(even) {
  background: #fff;
}
#oneStop .row .buyYourTicket {
  text-align: center;
}
#oneStop .row .buyYourTicket div {
  border-bottom: 2px solid #000;
  border-top: 2px solid #000;
  display: inline-grid;
  width: 100%;
}
#oneStop .row .buyYourTicket div a {
  margin: 5px 0;
  padding: 5px;
  font-size: 23px;
  font-family: Bebas;
  color: #fff;
  background: #DE1232;
}
#oneStop .row .buyYourTicket div a:hover {
  background: #319d79;
  color: #fff;
}
#oneStop .image_circlePrev {
  border-radius: 50%;
  overflow: hidden;
  width: 110px;
  height: 110px;
  float: right;
  margin-top: -35px;
  margin-left: 20px;
}
#oneStop .image_circleNext {
  border-radius: 50%;
  overflow: hidden;
  width: 110px;
  height: 110px;
  float: left;
  margin-top: -35px;
  margin-right: 20px;
}

#blog {
  background: #E0D1BA;
}
#blog .row {
  padding-top: 20px;
  padding-bottom: 20px;
}
#blog .row .blogBorder {
  font-family: Bebas;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  display: inline-grid;
  color: #319d79;
  width: 30%;
}
#blog .row .blogBorder h3 {
  margin-bottom: 0;
}
#blog .row .main-blog__container {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  padding-bottom: 66%;
}
#blog .row .main-blog__title {
  position: absolute;
  bottom: 0;
  font-size: 24px;
  color: #319d79;
  font-family: Bebas;
}
#blog .row .justBorder {
  border-bottom: 2px solid;
  padding-bottom: 10px;
  min-height: 11em;
}
#blog .row .justBorder p {
  padding: 5px;
  text-align: justify;
  margin-bottom: 0;
}
#blog .row .justBorder a {
  color: #fff;
  background: #319d79;
  font-family: Bebas;
  font-size: 20px;
  padding: 5px;
  margin-bottom: 10px;
}

#oneBlog {
  background: #E0D1BA;
}
#oneBlog .row {
  padding-top: 20px;
  padding-bottom: 20px;
}
#oneBlog .row h3 {
  color: #319d79;
  font-family: Bebas;
}
#oneBlog .row .justBorder {
  border-bottom: 2px solid;
  border-top: 2px solid;
  padding-bottom: 5px;
  display: grid;
  padding-top: 5px;
  margin: 20px 0;
}
#oneBlog .row .justBorder a {
  color: #fff;
  background: #319d79;
  font-family: Bebas;
  font-size: 24px;
  padding: 5px;
}

.galleryPicture {
  width: 100%;
  display: block;
}

/* BEERBIKE VS BEERBUS*/
#beerbike-vs-beerbus {
  background-color: #E0D1BA;
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
#beerbike-vs-beerbus .beerbikebus {
  display: flex;
  justify-content: space-around;
}
#beerbike-vs-beerbus .beerbikebus_p {
  background: #F9F1E7;
  padding: 20px;
  border-radius: 13px;
}
#beerbike-vs-beerbus .shortborder:before {
  content: "";
  position: absolute;
  left: -40px;
  bottom: 55%;
  height: 1px;
  transform: rotate(90deg);
  width: 85px;
  border: 1px solid #000;
}
#beerbike-vs-beerbus h2 {
  font-size: 50px;
  text-align: center;
  letter-spacing: 1px;
  width: fit-content;
  margin: 25px auto;
  padding: 13px 0;
  font-family: Bebas;
  text-transform: uppercase;
  line-height: 1;
}
#beerbike-vs-beerbus h3 {
  font-size: 40px;
  text-align: center;
  letter-spacing: 1px;
  width: fit-content;
  margin: 25px auto;
  padding: 13px 0;
  font-family: Bebas;
  text-transform: uppercase;
  line-height: 1;
}
#beerbike-vs-beerbus .btn-link {
  width: 100%;
  text-align: left;
  font-family: Bebas;
  color: black;
  text-decoration: none;
  font-size: 21px;
}
#beerbike-vs-beerbus .card-body {
  padding: 0;
  overflow: hidden;
}
#beerbike-vs-beerbus .card-body .bus {
  padding: 25px 25px;
  background: #f9b4b4;
}
#beerbike-vs-beerbus .card-body .bike {
  padding: 25px 25px;
  background: #f7f9b4;
}
#beerbike-vs-beerbus .buyTicket {
  text-align: center;
  margin-bottom: 15px;
}
#beerbike-vs-beerbus .buyTicket div {
  border-bottom: 3px solid #3e3d3c;
  border-top: 3px solid #3e3d3c;
  padding-top: 5px;
  width: 50%;
  margin: 7px;
  display: inline-grid;
}
#beerbike-vs-beerbus .buyTicket div #bookNow {
  padding: 6px;
  transition: all 0.8s;
  background: #319d79;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-family: Bebas;
  font-size: 26px;
  margin-bottom: 5px !important;
}
#beerbike-vs-beerbus .buyTicket div #bookNow:hover {
  background: #DE1232;
  color: #fff;
}
#beerbike-vs-beerbus .bike-img {
  position: absolute;
  top: 250px;
}
#beerbike-vs-beerbus .bus-img {
  position: absolute;
  top: 250px;
}
#beerbike-vs-beerbus .bike-text {
  width: fit-content;
  font-size: 20px;
  font-family: Bebas;
  margin-left: 8px;
  display: none;
}
#beerbike-vs-beerbus .bus-text {
  width: fit-content;
  font-size: 20px;
  font-family: Bebas;
  display: none;
}
#beerbike-vs-beerbus .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 54px;
  z-index: 100;
  background: #f9f9f9;
}
#beerbike-vs-beerbus .greyscale {
  filter: grayscale(1);
  opacity: 0.6;
}
#beerbike-vs-beerbus .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
#beerbike-vs-beerbus .slider {
  position: absolute;
  cursor: pointer;
  top: 26px;
  left: 5%;
  right: 0;
  bottom: 0;
  height: 33px;
  width: 60px;
  background-color: #ffee3c;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#beerbike-vs-beerbus .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#beerbike-vs-beerbus input:checked + .slider {
  background-color: #de1232;
}
#beerbike-vs-beerbus input:focus + .slider {
  box-shadow: 0 0 1px #de1232;
}
#beerbike-vs-beerbus input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
#beerbike-vs-beerbus .slider.round {
  border-radius: 34px;
}
#beerbike-vs-beerbus .slider.round:before {
  border-radius: 50%;
}

#more-bus .headingText {
  font-size: 33px;
  text-align: center;
  border-bottom: 3px solid #000;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 20px;
  font-family: Bebas;
  text-transform: uppercase;
  border-top: 3px solid #000;
  line-height: 1;
  padding: 10px 0 7px 0;
  margin-bottom: 20px;
}
#more-bus .more-bus-btn {
  padding: 5px;
  background-color: #504431;
  color: #ffffff;
  font-size: 18px;
  display: inline-grid;
  width: 70%;
  text-align: center;
  font-weight: 700;
  margin: 0px 15%;
}
#more-bus .party-img {
  width: 262px;
  margin-top: -31px;
}
#more-bus .cocktail-img {
  width: 325px;
}

#modal-container, #modal-container-sec {
  display: none;
  position: fixed;
  z-index: 100;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  height: 100%;
}
#modal-container #modal, #modal-container-sec #modal {
  display: block;
  width: 700px;
  max-width: 76%;
  margin: 0 auto;
  margin-top: 30%;
  padding: 10px 13px;
  opacity: 1;
  background-color: #E0D1BA;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-family: Bebas;
}
#modal-container #modal h3, #modal-container-sec #modal h3 {
  color: #DE1232;
}
#modal-container #modal p, #modal-container-sec #modal p {
  text-align: justify;
  color: #000;
  letter-spacing: 0;
  font-size: 18px;
}
#modal-container #modal a, #modal-container-sec #modal a {
  padding: 10px;
  letter-spacing: 0;
  background: #319d79;
  color: #000;
  text-transform: uppercase;
  width: 100%;
  font-size: 21px;
  text-decoration: none;
  margin: 10px auto;
  display: block;
  cursor: default;
}

@media screen and (max-width: 1200px) {
  #bigCarousel .headingText {
    font-size: 33px;
  }
  #bigCarousel .question {
    top: 478px;
  }
  #bigCarousel .red-box {
    right: 20px;
    top: 457px;
  }
  .navbar .nav-item {
    min-width: 49px;
  }
  #sights .headingText {
    font-size: 25px;
  }
  #sights .allPlaces .onePlace .stops h2 {
    font-size: 20px;
  }
  #sights .allPlaces .onePlace .stops hr {
    width: 90px;
  }
  #sights .allPlaces .onePlace .stops p {
    font-size: 12px;
  }
  #sights .allPlaces .onePlace .placePicture div {
    width: 90px;
    height: 90px;
  }
  #ticketSales .girl {
    margin-top: -33px;
  }
  #ticketSales ul li {
    font-family: Bebas;
    color: #000;
    font-size: 19px;
  }
  #ticketSales .question {
    left: 0;
  }
  #ticketSales .question .question-headcount {
    float: none;
    margin-bottom: 0;
    justify-content: center;
  }
  #ticketSales .question p {
    width: 100%;
    text-align: left;
  }
  #ticketSales .question .question-button {
    text-align: center;
  }
  #onlineBooking .row {
    padding-bottom: 20px;
  }
  #onlineBooking .row .timeContainer .next, #onlineBooking .row .timeContainer .prev {
    width: 175px;
  }
  #onlineBooking .row .whiteWall {
    width: 492px;
    margin-left: 475px;
  }
  #schedule .headingText {
    font-size: 31px;
  }
  #schedule .timetable .outer {
    margin: 0px auto;
  }
  #schedule .timetable .outer .placeName {
    font-size: 21px;
    min-width: 175px;
  }
  #schedule .timetable .outer .time .hour {
    padding: 3px 7px;
    font-size: 19px;
  }
  #about .row h3 {
    font-size: 19px;
  }
  #oneStop .row .timetable .outer .placeName {
    min-width: 200px;
    font-size: 21px;
  }
  #oneStop .row .timetable .outer .time .hour {
    font-size: 18px;
  }
  #oneStop .row .image_circleNext, #oneStop .row .image_circlePrev {
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 991px) {
  #bigCarousel .red-box {
    right: 0px;
    top: 402px;
    width: 311px;
  }
  .navbar {
    background-color: #343a40;
    background-image: none;
  }
  .navbar .nav-item {
    margin: 0px;
    background: #bbaa91;
  }
  .navbar .nav-item .nav-link {
    text-align: left;
    box-sizing: border-box;
    margin: 0 1.2em;
    border-bottom: 1px solid grey;
  }
  .navbar .nav-item--mobile {
    background-color: transparent;
  }
  .navbar .nav-item--mobile .nav-link {
    color: white;
    text-transform: uppercase;
    font-family: Bebas;
  }
  .navbar .brand {
    display: none;
  }
  .navbar .first {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
  }
  .navbar .second {
    width: 100%;
    position: absolute;
    text-align: center;
    z-index: 2;
    top: 0;
  }
  .navbar .mobileLogo {
    position: absolute;
    left: 50%;
    width: 110px;
    margin-left: -55px;
  }
  .navbar .mobileLogo img {
    width: 100%;
  }
  #beerbike-vs-beer-bus .bike-img {
    display: none;
  }
  #beerbike-vs-beer-bus .bus-img {
    display: none;
  }
  .shortborder {
    padding-right: 40px;
    padding-left: 18px !important;
  }
  .shortborder:before {
    display: none !important;
  }
  .beerbikebus {
    display: block !important;
  }
  .beerbikebus img {
    width: 100%;
  }
  .navbar {
    padding: 8px;
  }
  .bg-dark {
    background-color: #DE1232 !important;
  }
  #sights .buyTicket .roundPNG {
    display: none;
  }
  #sights .headingText {
    font-size: 18px;
  }
  #ticketSales .pricesSection .circlePrice {
    width: 80px;
    height: 80px;
    margin-top: 32px;
  }
  #ticketSales .pricesSection .circlePrice p {
    font-size: 38px;
  }
  #ticketSales .girl {
    margin-top: 101px;
    width: 370px;
  }
  #ticketSales .headingText {
    margin-top: 50px !important;
  }
  #ticketSales .bg-lightbeige {
    max-width: 100% !important;
  }
  #ticketSales .mobileoff {
    display: none;
  }
  #ticketSales .mobileon {
    display: block;
  }
  #privateform .event_number {
    width: 100%;
    margin: 0;
  }
  #privateform select {
    width: 100% !important;
  }
  #ticketSales {
    padding-left: 5px;
    padding-right: 5px;
  }
  #ticketSales .bg-darkbeige {
    padding: 5px;
  }
  .question-button a {
    margin-top: 5px;
  }
  #onlineBooking .row .buyTicket div {
    width: 80%;
  }
  #onlineBooking .row .headingText {
    font-size: 32px;
  }
  #onlineBooking .row ul li {
    font-size: 20px;
  }
  #onlineBooking .row .whiteWall {
    width: 725px;
    height: 341px;
    margin-top: 108px;
    margin-left: 0;
  }
  #onlineBooking .row .whiteWall p {
    font-size: 24px;
  }
  #onlineBooking .row .timeContainer {
    margin-left: 0px;
    height: 323px;
  }
  #onlineBooking .row .timeContainer .allTime {
    font-size: 16px;
  }
  #onlineBooking .row .timeContainer .next, #onlineBooking .row .timeContainer .prev {
    width: 115px;
  }
  #onlineBooking .row .bookingPicture {
    margin-left: 0;
  }
  #onlineBooking .row #availableTime .date-state {
    border-bottom: 2px solid;
    border-top: 2px solid;
    font-family: Bebas;
    font-size: 13px;
    margin-top: 10px;
    align-items: flex-start;
  }
  #onlineBooking .row form .payment__type .paypal__img {
    max-height: 27px;
  }
  #onlineBooking .row form .payment__type .simple__img {
    max-height: 40px;
  }
  #schedule .headingText {
    font-size: 23px;
  }
  #schedule .timetable {
    margin-left: -70px;
  }
  #schedule .timetable .outer .number {
    font-size: 18px;
    padding: 3px;
  }
  #schedule .timetable .outer .placeName {
    font-size: 18px;
    min-width: 134px;
    padding: 3px;
  }
  #schedule .timetable .outer .time .hour {
    padding: 3px 7px;
    font-size: 16px;
  }
  #about .row .dott div .circle {
    width: 80px;
    height: 80px;
  }
  #about .row .dott div .circle .white {
    font-size: 15px;
  }
  #about .row .dott div .circle .black {
    font-size: 28px;
  }
  .days {
    min-width: 0px;
  }
  #oneStop .row .image_circleNext {
    margin-top: -30px;
    margin-right: 0;
    width: 80px;
    height: 80px;
  }
  #oneStop .row .image_circlePrev {
    width: 80px;
    height: 80px;
    margin-top: -55px;
  }
  #oneStop .row a img {
    width: 60%;
  }
  #oneStop .row .timetable .outer {
    width: auto;
  }
  #oneStop .row .timetable .outer .time {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 820px) {
  #bigCarousel .headingText {
    font-size: 27px;
  }
  #bigCarousel .question {
    top: 530px;
    left: 0;
    width: 331px;
  }
  #bigCarousel .question p .minus, #bigCarousel .question p .plus {
    font-size: 20px;
    width: 40px;
    height: 40px;
  }
  #bigCarousel .question .question-button a {
    font-size: 10px;
    margin-right: 0 !important;
  }
  #bigCarousel .red-box {
    right: 0px;
    top: 378px;
    width: 269px;
  }
  #schedule .roundPNG {
    width: 150px;
    margin-left: -26px;
  }
  #schedule .timetable {
    margin-left: 0;
  }
  #schedule .timetable .outer .placeName {
    font-size: 16px;
    min-width: 121px;
    padding: 4px;
  }
  #schedule .timetable .outer .time .hour {
    padding: 5px 5px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #beerbusInfo #subBeerbusInfo .headingText a {
    font-size: 20px;
    font-family: Bebas;
  }
  #sights .buyTicket .roundPNG {
    width: 150px;
    margin-left: -6px;
  }
  #sights .allPlaces {
    margin-top: 20px;
  }
  #sights .allPlaces .onePlace .stops hr {
    width: 150px;
  }
  #sights .allPlaces .onePlace .stops h2 {
    font-size: 27px;
  }
  #sights .allPlaces .onePlace .stops p {
    font-size: 14px;
  }
  #sights .allPlaces .onePlace .placePicture div {
    width: 110px;
    height: 110px;
  }
  #ticketSales .headingText {
    font-size: 26px;
  }
  #ticketSales .pricesSection .circlePrice {
    width: 100px;
    height: 100px;
    margin-top: 15px;
  }
  #ticketSales .pricesSection .circlePrice p {
    font-size: 53px;
  }
  #onlineBooking .row .whiteWall {
    width: 547px;
    height: 363px;
    margin-top: 101px;
    margin-left: -4px;
  }
  #onlineBooking .row .timeContainer .prev, #onlineBooking .row .timeContainer .next {
    width: 175px;
  }
  #onlineBooking .row .bookingPicture {
    margin-bottom: 13px;
    margin-top: 0;
    margin-left: 0;
  }
  #schedule .headingText {
    font-size: 18px;
    margin-left: 130px;
  }
  #footer .row div h5 {
    font-size: 19px;
  }
  #footer .row div a {
    font-size: 17px;
  }
  #oneStop .row .image_circlePrev, #oneStop .row .image_circleNext {
    display: none;
  }
  #oneStop .row a img {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  #bigCarousel .question {
    top: 0;
    position: static;
    width: auto;
  }
  #bigCarousel .question p .minus, #bigCarousel .question p .plus {
    font-size: 32px;
    width: 50px;
    height: 50px;
  }
  #bigCarousel .question .question-button a {
    font-size: 18px;
  }
  #bigCarousel .red-box {
    position: static;
    width: 100%;
  }
  #beerbusInfo #subBeerbusInfo .noPadding {
    padding: 0;
  }
  #sights .roundPNG, #sights .roundPNGbottom {
    display: none;
  }
  #sights .buyTicket .roundPNG {
    display: none;
  }
  #sights .allPlaces {
    margin-top: 20px;
  }
  #sights .allPlaces .onePlace .stops hr {
    width: 160px;
  }
  #sights .allPlaces .onePlace .placePicture div {
    width: 130px;
    height: 130px;
  }
  #ticketSales .roundPNG {
    display: none;
  }
  #onlineBooking .row .roundPNG {
    display: none;
  }
  #onlineBooking .row form #bookingDate {
    display: none;
  }
  #onlineBooking .row form #mobileSelect {
    display: block;
  }
  #onlineBooking .row form #datepicker {
    width: 100%;
  }
  #onlineBooking .row #availableTime {
    padding: 15px;
  }
  #onlineBooking .row .whiteWall {
    display: none !important;
  }
  #schedule .headingText {
    margin-left: 0;
    font-size: 28px;
  }
  #schedule .roundPNG {
    display: none;
  }
  #schedule .timetable p {
    font-size: 24px;
    color: black;
    text-align: center;
    display: block;
  }
  #schedule .timetable p span {
    color: white;
  }
  #schedule .timetable .outer .number, #schedule .timetable .outer .placeName {
    display: none;
  }
  #schedule .timetable .outer .time {
    display: flex;
  }
  #about .row ul li {
    font-size: 19px;
  }
  #oneStop .row h3 {
    margin-left: -13%;
  }
  #oneStop .row .circleStop {
    width: 40px;
    height: 40px;
    font-size: 26px;
  }
  #oneStop .row .timetable .outer .number {
    font-size: 19px;
    min-width: 30px;
  }
  #oneStop .row .timetable .outer .placeName {
    min-width: 135px;
    font-size: 17px;
  }
  #oneStop .row .buyYourTicket div {
    margin: 10px 0;
  }
  #rules ul li {
    margin-left: 0;
  }
  .galleryPicture {
    width: 100%;
    height: auto;
  }
  #beerbike-vs-beerbus .bike p {
    position: relative;
    -webkit-animation: slideInLeft 0.4s;
    animation: slideInLeft 0.4s;
  }
  #beerbike-vs-beerbus .bus p {
    position: relative;
    -webkit-animation: slideInRight 0.4s;
    animation: slideInRight 0.4s;
  }
  #beerbike-vs-beerbus .bus, #beerbike-vs-beerbus .bike {
    overflow: hidden;
    background-color: white !important;
  }
  #beerbike-vs-beerbus .show {
    display: block;
  }
  #beerbike-vs-beerbus .show p {
    display: block;
  }
  #beerbike-vs-beerbus .hide {
    display: none;
  }
  #beerbike-vs-beerbus .hide p {
    display: none;
  }
  #beerbike-vs-beerbus .buyTicket div {
    width: 81%;
  }
  #beerbike-vs-beerbus .bike-img {
    position: relative;
    width: 75px;
    margin-left: 0;
    padding-top: 10px;
  }
  #beerbike-vs-beerbus .bus-img {
    position: relative;
    width: 118px;
    margin-left: -26px;
    padding-top: 10px;
  }
  #beerbike-vs-beerbus .bike-text, #beerbike-vs-beerbus .bus-text {
    display: block;
    margin-bottom: 5px;
  }
  #beerbike-vs-beerbus .text-justify {
    margin-bottom: 18px;
    margin-top: 20px;
  }
  @-webkit-keyframes slideInLeft {
    0% {
      left: -1000px;
    }
    100% {
      left: 0;
    }
  }
  @-moz-keyframes slideInLeft {
    0% {
      left: -1000px;
    }
    100% {
      left: 0;
    }
  }
  @-o-keyframes slideInLeft {
    0% {
      left: -1000px;
    }
    100% {
      left: 0;
    }
  }
  @keyframes slideInLeft {
    0% {
      left: -1000px;
    }
    100% {
      left: 0;
    }
  }
  @-webkit-keyframes slideInRight {
    0% {
      right: -1000px;
    }
    100% {
      right: 0;
    }
  }
  @-moz-keyframes slideInRight {
    0% {
      right: -1000px;
    }
    100% {
      right: 0;
    }
  }
  @-o-keyframes slideInRight {
    0% {
      right: -1000px;
    }
    100% {
      right: 0;
    }
  }
  @keyframes slideInRight {
    0% {
      right: -1000px;
    }
    100% {
      right: 0;
    }
  }
}
@media screen and (max-width: 480px) {
  #bigCarousel .headingText {
    top: 87px;
    left: 21px;
    font-size: 15px;
  }
  #bigCarousel .first, #bigCarousel .sec, #bigCarousel .third {
    height: 300px;
  }
  #sights .allPlaces .onePlace .stops hr {
    width: 116px;
  }
  #sights .allPlaces .onePlace .stops h2 {
    font-size: 21px;
  }
  #sights .allPlaces .onePlace .placePicture div {
    width: 100px;
    height: 100px;
  }
  #oneStop .row h3 {
    margin-left: 0;
  }
  #onlineBooking .under18 {
    font-size: 20px;
  }
  #about .row .dott div .circle {
    width: 70px;
    height: 70px;
  }
  #about .row .dott div .circle .white {
    font-size: 12px;
  }
}
@media screen and (max-width: 440px) {
  #bigCarousel .headingText {
    line-height: 0.5;
  }
  #bigCarousel .question .question-headcount {
    justify-content: center;
    width: auto;
    float: none;
  }
  .question-button {
    text-align: center;
  }
  .question-button a {
    margin-right: 0 !important;
  }
  #beerbusInfo {
    padding-top: 0;
  }
  #beerbusInfo #subBeerbusInfo {
    margin-top: 0;
  }
  #what-you-get {
    padding-top: 0;
  }
  #what-you-get h4 {
    text-align: center;
  }
  #what-you-get .what-you-get-image {
    margin-top: 10px;
  }
  #ticketSales .headingText {
    margin-top: 0;
  }
  #ticketSales .question .question-button {
    text-align: center;
  }
  #ticketSales .question .question-headcount {
    justify-content: center;
    width: auto;
    float: none;
  }
  #oneStop .row ul {
    width: 100%;
  }
  #sights .headingText {
    margin-top: 0;
  }
  #sights .allPlaces .onePlace {
    display: none;
  }
  #sights .allPlaces .onePlace .stops hr {
    width: 96px;
  }
  #sights .allPlaces .onePlace .stops div {
    height: 40px;
    width: 40px;
  }
  #accordion {
    display: block;
    width: 100%;
  }
  #accordion .card .number {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #DE1232;
    float: left;
    margin-top: -10px;
  }
  #accordion .card .number p {
    text-align: center;
    font-size: 14px;
    font-family: Bebas;
    color: white;
  }
  #accordion .card h2 {
    color: #319d79;
    font-size: 25px;
    font-family: Bebas;
    margin-bottom: -10px;
  }
  #accordion .card .picture {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: -10px;
    margin-bottom: 10px;
    margin-left: -15px;
  }
  #accordion .card .btn-link {
    color: transparent;
  }
  #accordion .card .btn-link:hover {
    text-decoration: none;
  }
  #ticketSales .headingText {
    font-size: 26px;
  }
  #ticketSales .pricesSection .circlePrice {
    width: 90px;
    height: 90px;
    margin: 32px 10px 0 0;
  }
  #ticketSales .pricesSection .circlePrice p {
    font-size: 39px;
  }
  #onlineBooking .row .headingText {
    margin-top: 0;
  }
  #onlineBooking form .text {
    font-size: 17px;
  }
  #onlineBooking #privateform .text {
    font-size: 23px;
  }
  #schedule {
    padding-top: 0;
  }
  #schedule .headingText {
    margin-top: 0;
  }
  #schedule .imgAndP img {
    width: 55px;
    margin-left: -175px;
  }
  #schedule .imgAndP p {
    margin-top: 16px;
  }
  #schedule .imgAndP p a {
    font-size: 19px;
    padding: 7px;
  }
  #about .row .dott div .circle {
    width: 60px;
    height: 60px;
    padding: 8px;
  }
  #rules .headingText {
    margin-top: 0;
  }
}
@media screen and (max-width: 384px) {
  .noPadding {
    padding: 0;
  }
  #ticketSales .pricesSection .circlePrice {
    width: 75px;
    height: 75px;
    margin-top: 44px;
  }
  #ticketSales .pricesSection .circlePrice p {
    font-size: 29px;
  }
  #ticketSales .pricesSection .circlePrice .euro {
    font-size: 19px;
    margin-top: -30px;
  }
  #beerbusInfo #subBeerbusInfo .picture {
    height: 193px;
  }
  #schedule .timetable {
    overflow-x: hidden;
  }
  #schedule .timetable .outer .time {
    display: flex;
    padding: 0;
    overflow-x: scroll;
  }
  #onlineBooking form .total p {
    color: #DE1232;
    font-size: 25px;
  }
}
@media screen and (max-width: 360px) {
  .navbar .mobileLogo {
    margin-right: 20%;
    width: 35%;
  }
  #accordion .card .picture {
    width: 90px;
    height: 90px;
  }
}

/*# sourceMappingURL=style.css.map */
