h1 {
  font-size: 2rem;
}
.navMenu:hover {
  font-size: 17px;
}
.navbar-toggler {
  padding: 0px;
}
.text-center {
  text-align: center;
}
.mt-15 {
  margin-top: 15px;
}
.mb-15 {
  margin-bottom: 15px;
}
.container-body {
  max-width: 1270px;
}
a {
  color: #616161;
}
a:hover {
  text-decoration: none;
}
.img-fluid {
  width: 100%;
}
.margin {
  margin: 0px 0px 15px 0px;
}
.header {
  background-color: #7b7b7b;
  padding-top: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.header a {
  color: #fff;
}
.width {
  max-width: 1140px;
  margin: 0 auto;
}
.eventIcon {
  width: 5%;
  margin-top: -5px;
}
.mobileMenu {
  margin-top: 20px;
}
.newMenu {
  color: #fff;
  padding: 20px;
  font-size: 13px;
  font-weight: 600;
}
.navbar {
  margin: 0 auto;
  background-color: #7b7b7b !important;
  text-transform: uppercase;
  font-size: 16px;
}
.addBtn {
  background-color: #9a46d2;
  color: #fff;
  border: none;
  width: 100%;
  padding: 10px;
  font-weight: 600;
}
.addBtn:hover {
  background-color: #b057ec;
  color: #e3e2e2;
}
.center {
  text-align: center;
}
.m-center {
  margin: 0 auto;
}
.colorSquare {
  display: block;
  background-color: black;
  width: 100%;
  height: 10px;
}
.margin-top {
  margin-top: 20px;
}
table {
  width: 100%;
}
.eventPicker {
  height: 15px;
  /* width: 30%; */
}
.imageCount {
  float: right;
}
.social-icon {
  width: 2%;
  margin-bottom: 5px;
}
.profile_img {
  width: 100%;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  mask-image: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0));
}
#ytModal {
  top: 50%;
  left: 35%;
  transform: translate(-50%, -50%);
}
.playBtn {
  font-size: 5rem;
  position: absolute;
  border: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contentBox {
  position: relative;
}
.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}
.modal-body {
  position: relative;
  padding: 0px;
}
.close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}
#adress {
  color: #6d6c6c;
  font-weight: 600;
}
.infoTitle {
  color: #6d6c6c;
  font-weight: 600;
}
.mapDiv {
  width: 100%;
  height: 300px;
}
ul {
  list-style-type: none;
}
li {
  /*display: inline-block;*/
}
input[type="checkbox"][id^="cb"] {
  display: none;
}
.payMethod {
  display: none;
}
.creditLabel {
  width: 10%;
  min-width: 110px;
  border: 1px solid #fff;
  padding: 10px;
  display: block;
  position: relative;
  cursor: pointer;
}
.creditLabel:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid grey;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}
.creditLabel img {
  height: 100px;
  width: auto;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}
:checked + .creditLabel {
  border-color: lightgrey;
}
:checked + .creditLabel:before {
  content: "✓";
  background-color: #9a46db;
  transform: scale(1);
}
:checked + .creditLabel img {
  transform: scale(0.9);
  box-shadow: 0 0 5px #9a46db;
  z-index: -1;
}
.markedLink {
  transform: rotate(-10deg);
  position: relative;
}
.markedLinkDiv {
  overflow: hidden;
}
body {
  font-family: 'Lato', 'Helvetica Neue', 'Arial' sans-serif;
}
h1 {
  color: #000;
  font-weight: 700;
  border-bottom: 1px #9a46d2 solid;
}
h2 {
  font-size: 12px;
  color: #000;
  font-weight: 700;
  border-bottom: 1px #9a46d2 solid;
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  text-transform: uppercase;
}
.purple {
  color: #9a46d2;
}
h3 {
  font-size: 20px;
  color: #666;
}
h4 {
  font-size: 17px;
  text-align: center;
  margin: 15px 0;
}
.browse-menu {
  background-color: #f8f9fa;
  margin-bottom: 15px;
}
.browse-menu label,
.browse-menu div {
  margin: 0;
  display: block;
  padding: 0.5rem 1rem;
}
.browse-menu a.active {
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.browse-main {
  margin-top: 10px;
}
.browse-month-heading {
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 20px;
}
.browse-month-heading.first {
  margin-top: 0px;
}
.browse-item {
  padding: 3px 6px;
}
.browse-item:nth-child(2n+1) {
  background-color: #f5f5f5;
}
.browse-date {
  color: #5b5b5b;
  /*background: #9a46d2;*/
}
.browse-info {
  color: #000;
}
.highlight {
  color: #9a46d2;
}
.highlight .fas {
  color: #ffc107;
}
.lead {
  margin-bottom: 40px;
}
.required {
  font-weight: 700;
  color: #ff0000;
}
.addform {
  margin-bottom: 30px;
}
.addform label {
  font-size: 13px;
}
.addform small {
  display: block;
  color: #d20505;
}
.addform h3 {
  color: #9a46d2;
}
.addform h3 small {
  color: #9a46d2;
  display: inline;
}
.addform h3.test {
  color: #9a46d2;
  background: #eee;
  padding: 15px 60px;
  margin-bottom: 0;
  border-bottom: 1px solid #e2e2e2;
  text-align: center;
}
.addform .box {
  background: #f9f9fa;
  padding: 15px;
}
.addform textarea.form-control {
  height: 130px;
}
.custom-file-label::after {
  content: "Bläddra";
}
.btn-primary {
  color: #fff;
  background-color: #9a46d2;
  border-color: #9a46d2;
}
.btn-primary:hover {
  background-color: #b057ec;
  border-color: #b057ec;
}
.btn-primary:focus {
  background-color: #b057ec;
  border-color: #b057ec;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #b057ec;
  border-color: #b057ec;
}
.btn-outline-primary {
  color: #9a46d2;
  border-color: #9a46d2;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #9a46d2;
  border-color: #9a46d2;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #9a46d2;
  border-color: #9a46d2;
}
.addform .or {
  display: inline-block;
  color: #666;
  text-align: center;
  padding: 20px;
}
.addform .form-footer {
  padding-top: 15px;
  margin-top: 35px;
}
.addform .help {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  background-color: #8DC0FD;
  color: #fff;
  margin-left: 10px;
  cursor: pointer;
}
#datumRuta {
  display: none;
}
#veckoRuta {
  display: none;
}
#dateFooter {
  display: none;
}
.step {
  display: none;
}
#step1 {
  display: flex;
}
#evType {
  display: none;
}
.step_progress {
  display: table;
  width: 100%;
  table-layout: fixed;
  position: relative;
}
.step_progress .wstep {
  display: table-cell;
  text-align: center;
  vertical-align: top;
  overflow: visible;
  position: relative;
  font-size: 14px;
  color: #444;
  font-weight: bold;
  cursor: pointer;
}
.step_progress .wstep:not(:last-child):before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 31px;
  background-color: #e9ecef;
  height: 6px;
  width: 100%;
}
.step_progress .wstep:not(:last-child):after {
  content: '';
  display: block;
  position: absolute;
  left: 56%;
  top: 31px;
  background-color: #e9ecef;
  height: 6px;
  width: 0%;
  transition: width 0.5s;
}
.step_progress .wstep .node {
  display: inline-block;
  border: 6px solid #e9ecef;
  background-color: #fff;
  border-radius: 18px;
  height: 24px;
  width: 24px;
  position: absolute;
  top: 22px;
  left: 50%;
  margin-left: -12px;
}
.step_progress .wstep.complete:before {
  background-color: #e9ecef;
}
.step_progress .wstep.complete .node {
  border-color: #9a46d2;
  background-color: #9a46d2;
  line-height: 13px;
}
.step_progress .wstep.complete .node:before {
  font-family: FontAwesome;
  content: "\f00c";
  color: #fff;
  margin-left: -1px;
}
.step_progress .wstep.in-progress:before {
  /*background: #9a46d2;
    background: -moz-linear-gradient(left,  #9a46d2 0%, #e9ecef 100%);
    background: -webkit-linear-gradient(left,  #9a46d2 0%, #e9ecef 100%);
    background: linear-gradient(to right,  #9a46d2 0%, #e9ecef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(     startColorstr='#{#9a46d2}', endColorstr='#{#e9ecef}',GradientType=1 );*/
}
.step_progress .wstep.in-progress .node {
  border-color: #9a46d2;
}
.step_progress .wstep.complete:not(:last-child):after {
  width: 91%;
  background-color: #9a46d2;
}
.invalid-feedback-custom {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.copy {
  font-size: 18px;
}
@media (max-width: 992px) {
  .navbar {
    width: 100%;
    margin: 0;
    margin-top: -80px;
    background-color: rgba(255, 255, 255, 0) !important;
  }
  .navbar-toggler {
    width: 60px;
    height: 60px;
  }
  .navbar-toggler-icon {
    height: 100%;
    width: 100%;
  }
  .btn-outline-light {
    font-weight: bold;
    border: 2px solid #fff;
  }
  .nav-item {
    margin: 5px 0px;
  }
  .nav-item a {
    font-size: 18px;
  }
  .newMenu {
    padding: 0px;
    font-weight: 400;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 22px;
  }
  body {
    font-size: 20px;
  }
  .social-icon {
    width: 8%;
  }
  .addBtn {
    margin: 20px 0px;
  }
  .navbar {
    margin-top: -50px;
  }
  .navbar-toggler {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 580px) {
  h2 {
    font-size: 20px;
  }
  body {
    font-size: 18px;
  }
  .navbar {
    padding: 0px;
    margin-top: -30px;
  }
  .navbar-toggler {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 410px) {
  h2 {
    font-size: 16px;
  }
  body {
    font-size: 14px;
  }
  .navbar-toggler {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 320px) {
  .addBtn {
    font-size: 14px;
  }
}
.bottom_partners {
  justify-content: center;
  align-items: center;
}
.bottom_partners div {
  padding: 20px;
}
.bottom_partners img {
  max-height: 50px;
  max-width: 200px;
  width: auto;
}
