*{
    margin: 0;
    padding: 0;
  }


@font-face {
    font-family: 'diario';
    src:  url('fonts/futura/FuturaLT-Condensed.woff2') format('woff2'),
          url('fonts/futura/FuturaLT-Condensed.woff') format('woff'),
          url('fonts/futura/FuturaLT-Condensed.eot') format('eot'),
          url('fonts/futura/FuturaLT-Condensed.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'josefin';
    src:  url('fonts/futura/FuturaLT-Condensed.woff2') format('woff2'),
          url('fonts/futura/FuturaLT-Condensed.woff') format('woff'),
          url('fonts/futura/FuturaLT-Condensed.eot') format('eot'),
          url('fonts/futura/FuturaLT-Condensed.svg') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;    font-weight: normal;
    font-style: normal;
}

@media (max-width: 1200px) {
  .mobileHide {
    display: none;
  }
}

@media (max-width: 1200px) {
  .indexcontainer {
    display: none;
  }
  .mobileShow {
    display: inline;
  }
}

@media (min-width: 1201px) {
  .mobileShow{
    display: none;
  }
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

.language{
  font-family: "josefin";
  color: #fff;
}

.language:hover{
  opacity: 0.5;
}

.mobilelogo{
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  cursor: pointer;
  position: absolute;
  z-index: 99;
}

.logomobile{
  width: 150px;
  cursor: pointer;
}

.zindex{
  z-index: 100;
  position: relative;
}

#openBookNow{
  transform: rotate(-90deg);
  background-color: rgba(197,12,12,0.8);
  font-family: "josefin";
  font-size: 35px;
  padding: 8px;
  color: #fff;
  border-style: solid;
  border-width:: 1px;
  border-color: #000;
  border-radius: 20px 20px 0 0;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  background-color: rgba(255,255,255,255.7);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenavlinks a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  display: block;
  transition: 0.3s;
  font-size: 25px;
  text-align: center;
  font-family: "josefin";
  color: #fff;
  line-height: 1.5;
}

.sidenavBookNow a:hover {
  color: #7E1D17;
}

.sidenavBookNow a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  display: block;
  transition: 0.3s;
  font-size: 25px;
  text-align: center;
  font-family: "josefin";
  color: #fff;
  line-height: 1.5;
}

.sidenavlinks a:hover {
  color: #7E1D17;
}

.mobileBookNow a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  display: block;
  transition: 0.3s;
  font-size: 25px;
  text-align: center;
  font-family: "josefin";
  color: #;
  line-height: 1.5;
  background-color: #fff;
  font-weight: bold;
}

.mobileBookNow a:hover {
  color: #000;
}

.sidenav:hover {
  color: #7E1D17;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 60px;
  margin-left: 50px;
}

.indexcontainer{
  height: 100px;
  width: 100%;
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
  position: fixed;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}

.logo{
  width: 200px;
  margin-left: 4%;
  margin-top: 30px;
  cursor: pointer;
}

.logofooter{
  width: 200px;
  margin: auto;
  cursor: pointer;
}

.navbar{
  width: 50%;
  height: auto;
  margin-top: 15px;
  float: right;
  display: inline-block;
  align-items: center;
}

nav{
  float: right;
  margin-right: 15%;
  white-space: nowrap;
}

nav ul li img{
  vertical-align: middle;
}

nav ul li{
  font-family: "josefin";
  display: inline-block;
  list-style: circle;
  margin: 0px 15px;
}

nav ul li a{
  text-decoration: none;
  color: #fff;
}

nav ul li a:hover{
  text-decoration: none;
  color: rgba(197,12,12,1);

}

.social{
  width: 25px;
  vertical-align: text-bottom;
}

.navbar .btn{
  display: inline-block;
  background: rgba(255,255,255,1);
  border-radius: 0px;
  padding: 15px 30px;
  box-sizing: border-box;
  text-decoration: none;
  color: rgba(0,0,0,1);
  transition-duration: 0.4s;
  font-weight: normal;
  font-size: 20px;
}

.navbar .btn:hover{
  background: rgba(255,255,255,0.5);
  color: rgba(197,12,12,1);
}

.dropdown{
  font-family: "josefin";
  display: inline-block;
  list-style: circle;
}

.dropbtn {
  background: rgba(255,255,255,0);
  color: white;
  padding: 16px;
  font-family: "josefin";
  font-size: 30px;
  border: none;
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  background: rgba(255,255,255,0.5);
  min-width: 160px;
  z-index: 1;
  font-family: "josefin";
  font-size: 30px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  color: rgba(0,0,0,1);
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
  color: rgba(197,12,12,1);
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background: rgba(255,255,255,0.5);
  color: rgba(126,29,23,1);
}

.blog {
  max-width: 1200px;
  width:70%;
  margin-left: 15%;
  margin-right: 15%;
  display: inline-block;
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  border-style: solid;
  padding: 0;
  border-width: 5px;
  border-color: #7E1D17;
}

.optionsnormal {
  max-width: 1200px;
  width: 50%;
  display: inline-block;
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}

.optionsnormal h{
  font-size: 50px;
  text-align: center;
  font-weight: normal;
  font-family: "diario";
  color: #7E1D17;
  line-height: 1.5;

}

.optionsnormal p {
  font-size: 22px;
  text-align: center;
  font-family: "josefin";
  color: #000;
  line-height: 1.5;
  padding: 1em;
}

.optionsnormal15 {
  max-width: 1200px;
  width: 18%;
  display: inline-block;
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}

.optionsnormal15 p {
  font-size: 22px;
  text-align: center;
  font-family: "josefin";
  color: #000;
  line-height: 1.5;
  padding: 1em;
}

.optionsnormal10 {
  max-width: 1200px;
  width: 10%;
  display: inline-block;
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
  vertical-align: bottom;
}

.optionsnormal10 p {
  font-size: 22px;
  text-align: right;
  font-family: "josefin";
  color: #000;
  line-height: 1.5;
  padding: 1em;
}

.optionsnormal20 {
  width: 22%;
  height: 60%;
  border-width: 5px;
  border-style: solid;
  border-color: #7E1D17;
  display: inline-block;
  grid-gap: 1rem;
  vertical-align: middle;
  background-color: #fff ;
  }

.optionsnormal20 p {
  font-size: 22px;
  font-family: "josefin";
  color: #000;
  line-height: 1.5;
}

.optionsnormal20 h {
  font-size: 30px;
  font-family: "josefin";
  color: #7E1D17;
  line-height: 1.5;
}

.optionsnormalimage{
  width: 100%;
  display: inline-block;
  object-fit: cover;
  padding: 20px;
}

.optionsred {
  max-width: 1200px;
  width: 50%;
  display: inline-block;
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  background-color: #7E1D17;
}

.optionsred h{
  font-size: 50px;
  text-align: center;
  font-weight: normal;
  font-family: "diario";
  color: #fff;
  line-height: 1.5;

}

.optionsred p {
  font-size: 22px;
  text-align: center;
  font-family: "josefin";
  color: #fff;
  line-height: 1.5;
  padding: 1em;
}

.musicnormalimage{
  width: 100%;
  display: inline-block;
  object-fit: cover;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: auto;
}

@media (min-width: 768px) {
  .optionsnormal { grid-template-columns: repeat(2, 1fr); }
}

.option .row {
    *zoom: 1;
}

.option {
  padding: 1em;
  max-width: 1200px;
  margin: auto;
}

.option h{
  font-size: 50px;
  font-weight: normal;
  text-align: center;
  font-family: "diario";
  color: #7E1D17;
  line-height: 1.5;
}

.option p {
  font-size: 22px;
  text-align: center;
  font-family: "josefin";
  color: #000;
  line-height: 1.5;
  margin: 0;
  padding: 1em;
}

.optionimage{
  width: 100%;
  display: block;
  object-fit: cover;
  max-width: 500px;
}

.musicimage{
  display: inline-block;
  object-fit: cover;
  max-width: 650px;
  border-style: solid;
  border-width: 20px;
  border-color: white;
}

.option .row {
  content: "";
  display: table;
  clear: both;
}

.option .row .column {
  float: right;
  width: 50%;
  text-align: center;
}

.column:nth-child(1) {
  color: #000;
}

.column:nth-child(2) {
  color: #000;
}

@media (max-width: 768px) {
    .option .row .column {
        width: 100%;
        float: none;
    }
}

.hrblue{
  border-top: 1px;
  border-style: solid;
  border-color: #7E1D17;
  width: 70%;
  margin: auto;
  margin-top: 2%;
  margin-bottom: 2%;
}

.hrwhite{
  border-top: 1px;
  border-style: solid;
  border-color: #fff;
  width: 40%;
  margin-left: 30%;
  margin-bottom: 40px;
}

.booknowcontainer {
  background-color: green;
  padding: 0;
  text-align: center;
  padding-bottom: 30px;
  position: relative;
  height: auto;
}

.selections {
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(375px, 1fr));
  z-index: 1;
  text-align: center;
  vertical-align: bottom;
  position: relative;
}

.selection p{
  font-size: 18px;
  font-weight: lighter;
  font-family: "josefin";
  color: #000;
  line-height: 1.5;
  padding: 2px;
  text-align: center;
}

.selection p2{
  font-size: 22px;
  text-align: center;
  font-weight: lighter;
  font-family: "josefin";
  color: #7E1D17;
  line-height: 1.5;
  text-align: center;
}

.selectionimage{
  max-width: 95%;
  max-height: 300px;
  display: inline-block;
  object-fit: cover;
}

.selectionimage:hover{
  opacity: 0.7;
  transition: 0.7s;
}

.selectionbtn{
  position: relative;
  bottom: 0;
  margin: auto;
  display: inline-block;
  background: rgba(0,0,0,1);
  padding: 15px;
  box-sizing: border-box;
  text-decoration: none;
  color: rgba(255,255,255,1);
  transition-duration: 0.4s;
  font-size: 18px;
  text-align: center;
  font-weight: lighter;
  font-family: "josefin";
}

.selectionbtn:hover{
  background: rgba(0,0,0,0.1);
  color: rgba(197,12,12,1);
}

.parallax {
  min-height: 250px;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

.iparallax{
  background-size: cover;
  background-attachment: scroll;
}

.headline{
  margin-top: 30%;
  padding-left: 5px;
  padding-right: 5px;
}

.heading{
  width: 100%;
  text-align: center;
  padding: 2%;
  font-size: 50px;
  font-weight: normal;
  text-align: center;
  font-family: "diario";
  color: #7E1D17;
  line-height: 1.5;
  background-color: #fff;
}

.headingwhite{
  width: 100%;
  text-align: center;
  padding: 2%;
  font-size: 50px;
  font-weight: normal;
  text-align: center;
  font-family: "diario";
  color: #fff;
  line-height: 1.5;
  background-color: #7E1D17;
}

.tourtable{
  width: 100%;
  text-align: center;
  padding-top: 2%;
  font-size: 30px;
  text-align: center;
  font-family: "josefin";
  color: #000;
  background-color: #7E1D17;
  border-collapse: collapse;
}

.instafeed{
  width: 25%;
  height: calc(100vw / 4);
  object-fit: cover;
}

.instafeed:hover{
  opacity: 0.7;
  transition: 0.7s;
}

.heading2{
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: lighter;
  text-align: center;
  font-family: "josefin";
  color: #000;
  line-height: 1.2;
}

.musicimagelayout{
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: lighter;
  text-align: center;
  font-family: "josefin";
  color: #000;
  line-height: 1.2;
}

.button{
  width: 100%;
  text-align: center;
  padding-bottom: 2%;
  font-size: 22px;
  font-weight: lighter;
  text-align: center;
  font-family: "josefin";
  background-color: #7E1D17;
  line-height: 1.2;
}

.pricecontainer{
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 60px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  background-color: #fff;
  padding-bottom: 20px;
}

.pricecontainer p{
  font-size: 16px;
  font-weight: lighter;
  font-family: "josefin";
  color: #000;
}

.pricetable{
  width: 50%;
  border-spacing: 10px;
  border-style: solid;
  border-width: 2px;
  border-collapse: collapse;
  border-color: #000;
  padding: 10px;
  text-align: center;
  display: inline-block;
}

.pricetable, td{
  border-spacing: 0px;
  border-style: solid;
  border-width: 2px;
  border-collapse: collapse;
  border-color: #000;
  padding: 10px;
  width: auto;
}

.pricetable h{
  font-size: 22px;
  font-weight: lighter;
  font-family: "josefin";
  color: #fff;
}

.pricetable h2{
  font-size: 14px;
  font-weight: lighter;
  font-family: "josefin";
  color: #fff;
}

.pricetable p{
  font-size: 18px;
  font-weight: lighter;
  font-family: "josefin";
  color: #000;
}

.teamimage{
  margin-top: 20px;
  width: 30%;
  display: inline-block;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-width: 2px;
  border-style: solid;
  border-color: #000;
}

.teamimage:hover{
  opacity: 0.7;
  transition: 0.7s;
}

.selection h3{
  font-family: "diario";
  color: #7E1D17;
  font-size: 22px;
}

.selection h4{
  font-family: "diario";
  color: #000;
  font-size: 22px;
}

.bookingform{
  width: 100%;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: lighter;
  font-family: "josefin";
  color: #fff;
  line-height: 1.5;
  text-align: center;
}

input[type=text] {
  display: inline-block;
  background: #fff;
  border-radius: 0px;
  padding: 10px 10px;
  box-sizing: border-box;
  text-decoration: none;
  color: rgba(0,0,0,1);
  transition-duration: 0.4s;
  font-family: "josefin";
  font-weight: normal;
  font-size: 20px;
  border: none;
}

input[type="phone"] {
  display: inline-block;
  background: #fff;
  border-radius: 0px;
  padding: 10px 10px;
  box-sizing: border-box;
  text-decoration: none;
  color: rgba(0,0,0,1);
  transition-duration: 0.4s;
  font-family: "josefin";
  font-weight: normal;
  font-size: 20px;
  border: none;
}

input[type="date"] {
  display: inline-block;
  background: #fff;
  border-radius: 0px;
  padding: 10px 10px;
  box-sizing: border-box;
  text-decoration: none;
  color: rgba(0,0,0,1);
  transition-duration: 0.4s;
  font-family: "josefin";
  font-weight: normal;
  font-size: 20px;
  border: none;
}

input[type=submit] {
  display: inline-block;
  background: rgba(255,255,255,1);
  border-radius: 0px;
  padding: 15px 30px;
  box-sizing: border-box;
  text-decoration: none;
  color: rgba(0,0,0,1);
  transition-duration: 0.4s;
  font-family: "josefin";
  font-weight: normal;
  font-size: 20px;
  border: none;
}

input[type=submit]:hover {
  background: rgba(255,255,255,0.5);
  color: rgba(197,12,12,1);
}


input, select {
  display: inline-block;
  background: #fff;
  border-radius: 0px;
  padding: 10px 10px;
  box-sizing: border-box;
  text-decoration: none;
  color: rgba(0,0,0,1);
  transition-duration: 0.4s;
  font-family: "josefin";
  font-weight: normal;
  font-size: 20px;
  border: none;
}

.iti__hide {
  display: none; }

pre {
  margin: 0 !important;
  display: inline-block; }

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
  background: none; }



::-webkit-input-placeholder {
  color: #000; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: 1; }

:-ms-input-placeholder {
  color: #000; }


#result {
  margin-bottom: 100px; }






  /*the container must be positioned relative:*/
  .custom-select {
    position: relative;
    font-family: "josefin";
    font-size: 20px;
    color: #000;
  }

  .custom-select select {
    display: none; /*hide original SELECT element:*/
  }

  .select-selected {
    background-color: #fff;
    color: #000;
  }

  /*style the arrow inside the select element:*/
  .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
  }

  /*point the arrow upwards when the select box is open (active):*/
  .select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
  }

  /*style the items (options), including the selected item:*/
  .select-items div,.select-selected {
    color: #000;
    padding: 6px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
  }

  /*style items (options):*/
  .select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
  }

  /*hide the items when the select box is closed:*/
  .select-hide {
    display: none;
  }

  .select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
  }


@media screen and (min-width: 1201px) {
  div.footercontainer {
    font-size: 18px;
  }
  .contacticon {
    height: 30px;
    vertical-align: middle;
  }
  .icon{
    height: 100px;
    padding: 5px;
    vertical-align: middle;
  }
  .maincontent{
    width: 100%;
    margin-top: 0px;
    background-color: #fff;
    padding: 2%;
    box-sizing: border-box;
    position: relative;
    vertical-align: middle;
    text-align: center;
  }
  .headline h1 {
    font-size: 45px;
    font-weight: bold;
    font-family: "josefin";
    margin-top: 40px;
    margin-bottom: 15px;
    color: #fff;
    line-height: 1.5;
    text-align: center;
  }
  .maincontent h2{
    font-size: 50px;
    font-weight: normal;
    text-align: center;
    font-family: "diario";
    color: #7E1D17;
    line-height: 1.5;
  }
  .maincontent p{
    font-size: 22px;
    text-align: center;
    font-family: "josefin";
    color: #000;
    line-height: 1.5;
  }
  .organisations{
    width: 80px;
    padding: 5px;
  }
  .secondcontent{
    width: 100%;
    background-color: #fff;
    padding: 2%;
    box-sizing: border-box;
    position: relative;
    vertical-align: middle;
    font-size: 22px;
    text-align: center;
    font-family: "josefin";
    color: #000;
    line-height: 1.5;
  }
  .selection h{
    font-size: 22px;
    font-family: "diario";
    color: #7E1D17;
  }
  .review{
    width: 100%;
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 30px;
    box-sizing: border-box;
    position: relative;
  }
  .reviewcontent{
    font-size: 20px;
    font-weight: lighter;
    font-family: "josefin";
    color: #000;
    line-height: 1.5;
    text-align: center;
    padding: 5% 3% 5% 3%;
    margin-bottom: 100px;
    background-color: #fff;
    background: linear-gradient(to right, black 2px, transparent 2px) 0 0,
                linear-gradient(to right, black 2px, transparent 2px) 0 100%,
                linear-gradient(to left, black 2px, transparent 2px) 100% 0,
                linear-gradient(to left, black 2px, transparent 2px) 100% 100%,
                linear-gradient(to bottom, black 2px, transparent 2px) 0 0,
                linear-gradient(to bottom, black 2px, transparent 2px) 100% 0,
                linear-gradient(to top, black 2px, transparent 2px) 0 100%,
                linear-gradient(to top, black 2px, transparent 2px) 100% 100%;
    background-repeat: no-repeat;
    background-size: 25% 25%;
  }
  .footercontainer{
    width: 100%;
    overflow: hidden;
    display: block;
    box-sizing: border-box;
    position: relative;
    background-color: #000;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    padding: 2%;
    color: #fff;
    font-family: "josefin";
  }

  .selectiontext {
    vertical-align: middle;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 30px;
    text-align: center;
  }
  .selection {
    padding: 0;
    text-align: center;
    padding-bottom: 90px;
    position: relative;
    height: 100%;
  }
  .selectionteamtext {
    vertical-align: middle;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
  }

  .termsbox{
    width: 20%;
    text-align: center;
    display: inline-block;
    position: relative;
    vertical-align: top;
    font-size: 22px;
    text-align: center;
    font-family: "josefin";
    color: #000;
    line-height: 1.5;
  }

  .termsbox a{
    font-size: 22px;
    text-align: center;
    font-family: "josefin";
    color: #000;
    line-height: 1.5;
    text-decoration: none;
  }

  .termsbox a:hover{
    color: #7E1D17;
  }
  .formdate{
    width: 20%;
    text-align: center;
    display: inline-block;
    position: relative;
    vertical-align: top;
  }
  #additionalinfo{
     width: 40%;
     height: 150px;
  }
}

@media screen and (max-width: 1200px) {
  div.footercontainer {
    font-size: 18px;
  }
  .contacticon {
    height: 15px;
    vertical-align: middle;
  }
  .icon{
    height: 40px;
    padding: 5px;
    vertical-align: middle;
  }
  .maincontent{
    width: 100%;
    margin-top: 0px;
    background-color: #fff;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 30px;
    box-sizing: border-box;
    position: relative;
    vertical-align: middle;
    text-align: center;
  }
  .headline h1 {
    font-size: 20px;
    font-weight: bold;
    font-family: "josefin";
    margin-top: 40px;
    margin-bottom: 15px;
    color: #fff;
    line-height: 1.5;
    text-align: center;
  }
  .maincontent h2{
    font-size: 40px;
    font-weight: normal;
    text-align: center;
    font-family: "diario";
    color: #7E1D17;
    line-height: 1.5;
  }
  .maincontent p{
    font-size: 16px;
    text-align: center;
    font-family: "josefin";
    color: #000;
    line-height: 1.5;
  }
  .secondcontent{
    width: 100%;
    margin-top: 0px;
    background-color: #fff;
    padding: 2%;
    box-sizing: border-box;
    position: relative;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
    font-family: "josefin";
    color: #000;
    line-height: 1.5;
  }
  .organisations{
    width: 50px;
    padding: 5px;
  }
  .selection h{
    font-size: 30px;
    font-family: "diario";
    color: #7E1D17;
  }
  .review{
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 30px;
    box-sizing: border-box;
    position: relative;
  }
  .reviewcontent{
    font-size: 15px;
    font-weight: lighter;
    font-family: "josefin";
    color: #000;
    line-height: 1.5;
    text-align: center;
    padding: 5% 3% 2% 3%;
    margin-bottom: 100px;
    background-color: #fff;
    background: linear-gradient(to right, black 2px, transparent 2px) 0 0,
                linear-gradient(to right, black 2px, transparent 2px) 0 100%,
                linear-gradient(to left, black 2px, transparent 2px) 100% 0,
                linear-gradient(to left, black 2px, transparent 2px) 100% 100%,
                linear-gradient(to bottom, black 2px, transparent 2px) 0 0,
                linear-gradient(to bottom, black 2px, transparent 2px) 100% 0,
                linear-gradient(to top, black 2px, transparent 2px) 0 100%,
                linear-gradient(to top, black 2px, transparent 2px) 100% 100%;
    background-repeat: no-repeat;
    background-size: 25% 25%;
  }
  .footercontainer{
    width: 100%;
    overflow: hidden;
    display: block;
    box-sizing: border-box;
    position: relative;
    background-color: #000;
    font-size: 15px;
    text-align: center;
    vertical-align: text-top;
    color: #fff;
    font-family: "josefin";
    padding-top: 2%;
  }

  .footercontainer a{
    font-family: "josefin";
    font-weight: bold;
    color: #fff;
    text-decoration: none;
  }

  .footercontainer a:hover{
    font-family: "josefin";
    font-weight: bold;
    color: #7E1D17;
    text-decoration: none;
  }

  .footercolumn{
    width: 20%;
    padding-left: 2%;
    padding-right: 2%;
    font-family: "josefin";
    line-height: 1.5;
    white-space: nowrap;
    color: #fff;
    display: inline-block;
    vertical-align: text-top;
  }

  .footerlink{
    padding-left: 2%;
    padding-right: 2%;
    font-family: "josefin";
    line-height: 1.5;
    white-space: nowrap;
    color: #A0A0A0;
    display: inline-block;
    padding-bottom: 30px;
  }

  .footerlink a{
    font-family: "josefin";
    font-weight: bold;
    color: #A0A0A0;
    text-decoration: none;
  }

  .footerlink a:hover{
    font-family: "josefin";
    font-weight: bold;
    color: #7E1D17;
    text-decoration: none;
  }

  .link a{
    font-family: "josefin";
    font-weight: bold;
    color: #000;
    text-decoration: none;
  }

  .link a:hover{
    font-family: "josefin";
    font-weight: bold;
    color: #7E1D17;
    text-decoration: none;

  .link a{
    font-family: "josefin";
    font-weight: bold;
    color: #000;
    text-decoration: none;
  }

  .link a:hover{
    font-family: "josefin";
    font-weight: bold;
    color: #7E1D17;
    text-decoration: none;
  }
  .selectiontext {
    padding-left: 2%;
    padding-right: 2%;
  }
  .selection {
    background-color: #fff;
    padding: 0;
    text-align: center;
    padding-bottom: 90px;
    position: relative;
    height: 100%;
  }

  .termsbox{
    text-align: center;
    display: inline-block;
    position: relative;
    vertical-align: top;
    font-size: 16px;
    text-align: center;
    font-family: "josefin";
    color: #000;
    line-height: 1.5;
  }

  .termsbox a{
    font-size: 16px;
    text-align: center;
    font-family: "josefin";
    color: #000;
    line-height: 1.5;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;

  }
  .termsbox a:hover{
    color: #7E1D17;
  }
  .formdate{
    width: 45%;
    text-align: center;
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px;
  }
  #additionalinfo{
     width: 80%;
     height: 150px;
  }
  .pricetable{
    width: 95%;
    border-spacing: 10px;
    border-style: solid;
    border-width: 2px;
    border-collapse: collapse;
    border-color: #000;
    padding: 10px;
    text-align: center;
    display: inline-block;
  }

}
