
body {
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6 {
  color: #148250;
  font-weight: bold;
}

.headerFixed {
  background-color: #148250;
  height: 120px;
}

.header {
  background: #148250;
}

.header .logo {
  background-image: url('/javax.faces.resource/img/dkg_logo_w.svg?ln=layout-default&v=1_0_11');
}

.header .actions {
  color: #fff;
}

.header .actions ul li a {
  color: #fff;
}

.header .actions ul li .fa {
  color: #fff;
}

.header .currentUserInfo .logout a .fa {
  color: #fff;
}

.header .currentUserInfo {
  color: #fff;
}

.header .currentUserInfo .logout a {
  color: #fff;
}

.main {
  padding-top: 50px;
}


.navbar {
  background-color: #148250;
  border-color: #148250;
  box-shadow: none;
}

.navbar .nav-item a.nav-link,
.navbar .nav-item a.nav-link:link,
.navbar .nav-item a.nav-link:active,
.navbar .nav-item a.nav-link:visited {
  border-color: #148250;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.navbar .dropdown-menu {
  background-color: #148250;
  margin: 2px 0 0 0;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  /* box-shadow: 0 2px 3px 6px rgba(255, 255, 255, 0.9); */
}

.navbar .dropdown-item {
  border-color: #148250;
}

.navbar .dropdown-item:first-child {
  padding-top: 20px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.navbar .dropdown-item:last-child {
  padding-bottom: 20px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* TODO fix header styles on mobile */
@media (max-width: 768px) {

  .navbar .dropdown-menu {
    box-shadow: none;
    transform: none;
  }

  .navbar .nav-item a.nav-link,
  .navbar .nav-item a.nav-link:link,
  .navbar .nav-item a.nav-link:active,
  .navbar .nav-item a.nav-link:visited,
  .navbar .dropdown-item:first-child,
  .navbar .dropdown-item:last-child {
    border-radius: 0;
  }

  .header .currentUserInfo .logout {
    position: relative;
    top: 10px;
  }

  .header .actions {
    margin-bottom: 0;
  }

  .main {
    padding-top: 60px;
  }

}

footer {
  background-color: #148250;
}

footer > .container-fluid {
  background-color: #148250;
}

footer > .container-fluid > .container {
  padding-top: 40px;
}

@media (max-width: 768px) {
  footer > .container-fluid > .container {
    padding-top: 10px;
  }
}


.header .btnRegistration, .header .btnRegistration:focus, .header .btnRegistration:active, .header .btnRegistration:focus:active,
.headerMobilReg .btnRegistration, .headerMobilReg .btnRegistration:focus, .headerMobilReg .btnRegistration:active, .headerMobilReg .btnRegistration:focus:active {
  background-color: #fff !important;
  color: #148250 !important;
  box-shadow: none !important;
  font-weight: bold;
}

.header .btnLogin {
  font-weight: normal;
}

.header .btn.btn-link, .header .btn.btn-link.btn:focus, .header .btn.btn-link.btn:active, .header .btn.btn-link.btn:focus:active {
  color: #fff;
}

.header .actionIcons {
  padding-top: 5px;
}

.stage {
  min-height: 100px;
  position: relative;
  background: #ebe3d1 !important;
  background: linear-gradient(-51deg, rgb(235, 228, 212) 0%, rgb(122, 182, 171) 100%) !important;
}

.stage.sub {
  min-height: 100px;
}

.stageinfo {
  background: transparent;
  padding: 25px 40px 5px 20px;
  bottom: auto;
  position: static;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .stage, .stage.sub {
    min-height: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .stageinfo {
    flex-direction: column;
  }
}


.stageinfo img {
  max-width: 180px;
  box-shadow: 0 0 25px 15px #fff;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .stageinfo img {
    max-width: 200px;
    margin: 0 auto;
  }
}

.stageinfo .eventtype {
  display: none;
}

.stageinfo .subtitle {
  margin-top: 5px;
  font-size: 18px;
  line-height: 22px;
}

.stageinfo h1 {
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 768px) {
  .stageinfo h1 {
    font-size: 18px;
    line-height: 22px;
  }
}

.stageinfo h1, .stageinfo h2, .stageinfo h3, .stageinfo h4, .stageinfo p {
  color: #fff;
}
.stageinfo > div {
  border-radius: 3px;
  background-color: rgba(180, 180, 180, 0.25);
  box-shadow: 0 0 25px 15px #fff;
  padding: 15px 20px 10px 20px;
  margin: 0 20px;
}

@media (max-width: 1198px) {
  .stageinfo {
    padding-top: 60px;
  }
}

@media (max-width: 768px) {
  .stageinfo {
    padding-top: 10px;
  }
  .stageinfo > div {
    margin-right: 0;
  }
}

.stage_foot {
  height: 50px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.stage_foot_wrapper {
  height: 50px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.stage_foot_inner {
  background: #fff;
  height: 50px;
  position: relative;
  width: 102%;
  margin-left: -1%;
}

.content .block {
  background-color: transparent;
}

.row.sponsors {
  border: none;
}

.headerMobilReg {
  background: #148250;
  position: relative;
  top: -8px;
}

@media (max-width: 768px) {
  .headerMobilReg {
    display: block;
  }
}


.headerMobilReg .btnRegistration {
  font-weight: bold;
  position: relative;
  top: 0;
}

.footerMobilReg {
  padding-bottom: 40px;
}

.content .block.sponsor img.bubbles {
  width: 100%;
  max-width: 241px;
  height: auto;
  max-height: 181px;
  position: absolute;
  top: -80px;
}
