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

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

.header {
  background: #e4101a;
}

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

.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: #e4101a;
  border-color: #e4101a;
  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: #e4101a;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.navbar .dropdown-menu {
  background-color: #e4101a;
  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: #e4101a;
}

.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: 70px;
  }

}


/*
.navbar {
  box-shadow: none;
  min-height: 40px;
  position: relative;
  top: -5px;
  margin-left: -3px;
}

.navbar .navbar-nav {
  padding-top: 0;
  padding-bottom: 1px;
  position: relative;
  top: 1px;
}

.navbar-default {
  background-color: #e4101a;
  border-color: #e4101a;
  border-top: 1px solid #e4101a;
}




@media (max-width: 768px) {
  .navbar {
    min-height: 0;
    border-top: none;
  }

  .header, .header > .container, .navbar {
    transform: none;
  }
}

.navbar-default .navbar-toggle {
  background-color: #e4101a;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active, .navbar-default .navbar-toggle:focus:active {
  background-color: #e4101a;
}

.navbar-default .navbar-toggle:hover {
  background-color: #e4101a;
}
 */


footer {
  background-color: #0089c2;
}

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

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: #e4101a !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: 540px;
  position: relative;
}

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

@media (max-width: 768px) {
  .stage, .stage.sub {
    min-height: 0;
    padding-bottom: 40px;
    padding-top: 50px;
  }
}


.stageinfo {
  background: transparent;
  bottom: -500px;
  right: 280px;
  text-shadow: -1px 0 2px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.15), 1px 0 2px rgba(0, 0, 0, 0.15), 0 -1px 2px rgba(0, 0, 0, 0.15);
  padding: 30px;
}

.stage.sub .stageinfo {
  bottom: -300px;
}

.stageinfo .eventtype {
  display: none;
}

.stageinfo .subtitle {
  font-weight: bold;
  font-style: italic;
  margin-top: 10px;
}

.stageinfo h1 {
  font-size: 22px;
  line-height: 26px;
}

.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: #e4101a;
  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;
}

.stageinfo img {
  max-width: 550px;
}

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


