body {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  min-height: 100vh; }
  body ul { list-style: none; }
  body a {
    color: #62bddc; }
    body a:hover {
      color: #efd03c !important;
      transition: 0.2s;
      text-decoration: none !important; }
    body a.active {
      color: #62bddc; }
  body hr.ten {
    margin-top: 10px; }
  body .jumbotron {
    background-color: rgba(250, 250, 250, 0.4); }
    @media (max-width: 768px) {
      body .jumbotron {
        padding: 25px; } }
    @media (min-width: 768px) {
      body .jumbotron {
        margin-top: 70px; } }
  body .btn-primary {
    background-color: #62bddc;
    background-image: none;
    border: none; }
    body .btn-primary:hover, body .btn-primary:active, body .btn-primary:focus {
      border: none;
      background-color: #62bddc; }
  body .alert {
    margin-top: 20px;
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left: 5px solid #eee;
    border-radius: 3px;
    background: transparent !important; }
    body .alert li {
      color: black; }
  body .alert-danger {
    border-left: 5px solid #a94442; }
    body .alert-danger h4 {
      color: #a94442; }
  body .alert-success {
    border-left: 5px solid green; }
    body .alert-success h4 {
      color: green; }
  @media (max-width: 768px) {
    body #map-container {
      max-height: 300px; } }
  body .pagination {
    margin: 20px auto;
    position: relative;
    display: table; }
  body h1, body h2, body h3 {
    font-size: 2.0rem; }
  body h4, body h5, body h6 {
    font-size: 16px;
    font-weight: 600; }
  body header {
    background: #5a5d61;
    max-height: 120px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    float: left;
    width: 100%;
    z-index: 55;
    position: relative; }
    body header #Logo {
      margin: 10px 0; }
      @media (max-width: 768px) {
        body header #Logo {
          width: 140px; } }
      @media (max-width: 400px) {
        body header #Logo {
          width: 110px;
          margin-top: 15px; } }
    body header nav {
      text-transform: uppercase;
      position: relative;
      float: right;
      top: 20px; }
      @media (max-width: 992px) {
        body header nav {
          top: 5px; } }
      body header nav ul li {
        float: left; }
        @media (max-width: 768px) {
          body header nav ul li {
            font-size: 1.2rem; } }
        body header nav ul li a {
          color: white;
          font-weight: 300;
          font-size: 1.2em; }
          body header nav ul li a:hover, body header nav ul li a:active, body header nav ul li a:focus {
            color: #00729c;
            background-color: transparent !important; }
  body #home {
    min-height: calc(100vh - 190px);
    background-image: url("../img/home.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    display: block;
    float: left;
    width: 100%; }
    body #home #Logo {
      width: 800px;
      margin-top: 50px; }
      @media (max-width: 768px) {
        body #home #Logo {
          max-width: 50%; } }
  body #cinema {
    height: 40vh;
    background-image: url("../img/home.jpg");
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative; }
    body #cinema .spacer {
      position: absolute;
      width: 240px;
      height: 15px;
      background-color: #eed03b;
      bottom: -7.5px;
      border-radius: 15px; }
    body #cinema .logo {
      width: 400px;
      position: relative;
      top: 50px; }
      @media (max-width: 768px) {
        body #cinema .logo {
          max-width: 50%; } }
  body #cinema_anmeldung {
    height: 40vh;
    background-image: url("../img/home.jpg");
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative; }
    body #cinema_anmeldung .spacer {
      position: absolute;
      width: 460px;
      height: 15px;
      background-color: #eed03b;
      bottom: -7.5px;
      border-radius: 15px; }
      @media (max-width: 500px) {
        body #cinema_anmeldung .spacer {
          max-width: 50%; } }
    body #cinema_anmeldung .logo {
      width: 400px;
      position: relative;
      top: 50px; }
      @media (max-width: 768px) {
        body #cinema_anmeldung .logo {
          max-width: 50%; } }
  body #cinema_hotel {
    height: 40vh;
    background-image: url("../img/hotel.jpg");
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative; }
    body #cinema_hotel .spacer {
      position: absolute;
      width: 460px;
      height: 15px;
      background-color: #eed03b;
      bottom: -7.5px;
      border-radius: 15px; }
      @media (max-width: 500px) {
        body #cinema_hotel .spacer {
          max-width: 50%; } }
    body #cinema_hotel .logo {
      width: 400px;
      position: relative;
      top: 50px; }
      @media (max-width: 768px) {
        body #cinema_hotel .logo {
          max-width: 50%; } }
  body .pin-nav h4 {
    font-size: 14px !important; }
  @media (max-width: 768px) {
    body .item {
      margin-bottom: 15px; } }
  body .item .legend {
    float: left;
    width: 35px; }
    body .item .legend.all {
      width: 60px; }
    @media (max-width: 768px) {
      body .item .legend {
        margin-right: 15px; } }
  body #signinNav {
    position: absolute;
    bottom: 0;
    margin-left: 20px;
    font-size: 3rem; }
    body #signinNav a {
      color: black; }
      body #signinNav a.active {
        color: #62bddc;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }
  body form .form-control {
    border-radius: 20px;
    border-color: #62bcdc;
    color: black;
    padding: 10px 20px;
    height: auto;
    margin: 10px 0; }
  body form #contract {
    position: absolute;
    width: 225px;
    right: 50px;
    bottom: -142px;
    background-color: white;
    padding: 20px; }
    @media (max-width: 992px) {
      body form #contract {
        position: relative;
        right: unset;
        bottom: unset;
        margin: 0 auto; } }
  body form .btn, body form input {
    border-radius: 20px;
    background-color: #62bcdc;
    background-image: none;
    text-shadow: none;
    border: none;
    color: white;
    padding: 10px 20px; }
  body form select {
    border-radius: 20px;
    border-color: #62bcdc;
    background-image: none;
    text-shadow: none;
    color: #000;
    padding: 10px 20px;
    box-shadow: none;
    padding: 10px 20px;
    margin: 10px 0; }
  body #map .table {
    margin-top: 20px;
    display: block; }
  body footer {
    background: #5a5d61;
    max-height: 120px;
    float: left;
    width: 100%;
    padding-bottom: 10px;
    margin-top: 20px; }
    body footer a {
      color: white; }
    body footer #impress {
      float: right;
      font-size: 1.1em;
      margin-top: 15px;
      margin-left: 15px; }
    body footer #copy {
      color: white;
      font-size: 1.1em;
      top: 15px;
      position: relative; }
    @media (max-width: 992px) {
      body footer #impress {
        margin-top: 5px; }
      body footer #copy {
        top: 5px; }
      body footer #Logo {
        width: 120px; } }

.auth_mask {
  margin: auto;
  position: absolute;
  top: 20vh;
  bottom: 0;
  left: 0;
  right: 0; }
  .auth_mask .panel {
    background-color: rgba(255, 255, 255, 0.8); }

.background-login {
  background-image: url("https://www.fitness.com/images/new/banner-1.jpg");
  width: 100%;
  height: calc(100vh - 80px);
  position: relative;
  z-index: -1;
  background-size: cover;
  background-position: center top; }

.row {
  margin: 25px 0;
  float: left;
  width: 100%; }
