body{
  background-color: #444;
  color: white;font-family: "Mukta", sans-serif, Helvetica;
}
.tm-text-primary, a:hover, .current {
  color: #CFCFCF !important; 
}

table{
  border:0px solid white;
}

tr{
  border:0px solid white;
}

td{
  border:0px solid white;
} 

p{
  margin:0px;
}

.contact{
  color:#333;
}

.top{
  color:#fff !important;
}

section{
  padding-left: 125px;
  padding-right: 125px;
}

.modal-dialog{
  color: black;
}

.logo{
  max-width:300px;
  margin-bottom:20px;
}

a{
  color:white;
}

td{
  padding:15px;
}

p{
  padding-bottom:10px;
}

.section_bottom{
  padding-bottom:50px;
  border-bottom: 1px solid #444;
}

.tox-notifications-container{
  display:none !important;
}

.validation-error{
  font-size: 12pt !important;
  color:red !important;
  text-align:left;
} 

.red-border{
  border: 1px solid red !important;
}

.hidden{
  display:none !important;
}

.form-group{
  text-align: left;
  font-size:1rem !important;
}

.ui-widget-header {
  border: 1px solid #333!important;
  background: #ccc!important;
  color: #333!important;
  font-weight: bold!important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #333!important;
  background: #ccc!important;
  color: #333!important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  color: #888;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover{
  border: 1px solid #333!important;
  background: #ccc!important;
  color: #333!important;
}

.ui-datepicker .ui-datepicker-next{
  cursor:pointer;
  border: 1px solid #ccc!important;
  top:2px !important;
  right:2px !important;
}

.ui-datepicker .ui-datepicker-prev{
  cursor:pointer;
  border: 1px solid #ccc!important;
  top:2px !important;
  left:2px !important;
}

.modal-dialog{
  max-width:700px;
}

#hero, #contact{
  background-attachment: inherit !important;
}

.nav-logo{
  margin-top:5px;
  background: url(../logo/logo_white.png);
  height: 40px;
  width: 150px;
  background-size: cover;
}

.nav-logo-dark{
  margin-top:5px;
  background: url(../logo/logo_dark.png);
  height: 50px;
  width: 150px;
  background-size: cover;
}

.logo-top{
  width:100%;
  height: 100%;
  background-size: cover !important;
  background-position: center center;
}

.sec_content{
  text-align:center;
}

.sec_content .content_body{
  text-align:justify;
}

.navbar{
  text-transform: uppercase;
  padding-left: 15%;
  padding-right: 15%;
}

.content_headline{
  text-transform: uppercase;
  font-size:1.3rem;
  margin-bottom:50px;
}

.content_body{
  font-size:1rem;
}

.sections{
  background-color: #28282a;
  margin: auto;
  width: 70%;
}

.table_how td{
  vertical-align: top;
}

.circles{
  position:absolute;
  bottom:0;
  width:100%;
  text-align:center;
}

.circle{
  width:20px;
  height:20px;
  background-color:#28282a;
  border:1px solid #444;
  cursor:pointer;
  float:left;
  border-radius:10px;
  margin:5px;
}

.circle:hover{
  background-color:#444;
}

.active{
  background-color:#444;
}

#price td{
  padding: 5px 5px 5px 10px;
}

.tm-navbar.scroll .tm-nav-link{
  font-size:0.9rem;
}

.reservation{
  position: fixed;
  right: 10px;
  top: 10px;
  padding: 20px;
  border: 1px solid green;
  background-color: rgba(127, 255, 0, 0.3);
  border-radius: 5px;
  z-index: 9999;
  color: green;
}

@media (max-width: 1400px) {
  .sections{
    width: 80%;
  }

  .navbar{
    text-transform: uppercase;
    padding-left: 10%;
    padding-right: 10%;
  }

  section{
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media (max-width: 991px) {
  .sections{
    width: 100%;
  }

  .navbar{
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
  }

  section{
    padding-left: 75px;
    padding-right: 75px;
  }

  td{
    width:100% !important;
    float:left !important;
    padding-top:50px;
  }

  td p{
    padding:0px;
  }

  .content_body_ueber div{
    width: auto !important;
  }

  .content_body_ueber div img{
    margin-top:25px;
  }

  #price td{
    float: none !important;
    padding-top: 0px !important;
    width: auto !important;
  }

  #price td span{
    font-size: 0.8rem !important;
  }

  .tm-hero-text-container-inner{
    margin-top:50px !important;
  }

  td img{
    max-width: 100% !important;
    height: auto !important;
  }

  section{
    padding:20px;
  }

  .reservation{
    top:100px !important;
  }
}