body {
  background-color: #f4f4f4;
  color: #6B6B6B;
}
#navigation {
  margin: 50px 0;
}
#footer {
  margin: 50px 0;
}
#footer .btn {
  border: none;
  border-radius: 0;
}
#footer .flex-container {
  justify-content: space-between;
}
#room_carousel_row {
  margin-top: 25px;
  height: 220px;
}
#room_carousel_row .panel-primary {
  border: 0;
  margin-top: 0;
}
#room_horizontal_row {
  margin-top: 25px;
}
.arrow {
  border-right: 10px solid #dba621;
  border-bottom: 10px solid #dba621;
  width: 30px;
  height: 30px;
  margin-top: 7px;
  color: transparent;
}
.arrow.arrow-left {
  transform: rotate(135deg);
  left: 0;
  bottom: 0;
}
.arrow.arrow-right {
  transform: rotate(-45deg);
  right: 0;
  bottom: 0;
}
.btn {
  padding: 12px 15px;
  font-size: 16px;
  text-transform: uppercase;
  box-shadow: none;
  border-radius: 0;
  border: 0;
}
.btn.btn-primary {
  border: 1px solid #dba621;
  background-color: #dba621;
}
.btn.btn-primary:active,
.btn.btn-primary.active {
  background-color: #dba621;
}
.btn.btn-primary:hover {
  background-color: #dba621;
  color: white;
}
.btn.btn-default {
  border: 1px solid #c6c6c6;
}
.btn.btn-default:hover {
  background-color: #dba621;
  color: white;
}
.btn.btn-inactive {
  border: 1px solid #c6c6c6;
  color: white;
}
.btn.btn-inactive:hover {
  background-color: #c6c6c6;
  color: white;
}
.border-left {
  border-left: 1px solid #444444;
}
.checkbox-container label {
  margin: 0 0 0 10px;
}
.flex-container {
  display: flex;
}
.flex-container.flex-start .radio + .radio {
  margin: 10px;
}
.flex-container.flex-scroll {
  overflow-x: scroll;
  flex-wrap: nowrap;
}
.footer-btn.footer-btn-back {
  position: relative;
  left: 0;
}
.footer-btn.footer-btn-forward {
  position: relative;
  left: 0;
}
.form-control {
  border-radius: 0;
  min-width: 50px;
}
.h1,
.h2,
.h3,
.h4,
.h5 {
  color: #1e325c;
}
h1,
.h1 {
  margin-top: 40px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
h2,
.h2 {
  margin-top: 40px;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
}
h3,
.h3 {
  margin: 50px 0 30px 0;
  text-transform: uppercase;
  font-size: 21px;
  text-align: left;
}
h4,
.h4 {
  font-weight: bold;
  text-align: left;
}
h4.h4-sum,
.h4.h4-sum {
  font-weight: normal;
  color: #dba621;
  font-size: 30px;
}
h4.h4-sum .price,
.h4.h4-sum .price {
  font-weight: bold;
  font-size: 60px;
}
h5,
.h5 {
  color: #1e325c;
  text-align: left;
  font-weight: normal;
}
hr,
.hr {
  border-top: 2px solid #b2b2b2;
  margin: 35px 0 20px 0;
}
hr.hr-sum,
.hr.hr-sum {
  border-top: 2px solid black;
}
.icon {
  margin-right: 10px;
}
.icon img {
  padding: 0;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background-color: #1e325c;
}
.icon-headline-wrap {
  display: flex;
}
.link-more {
  text-transform: uppercase;
  color: #1e325c;
  padding-left: 10px;
  font-weight: bold;
}
.link-more:hover {
  color: #dba621;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-right-10 {
  margin-right: 10px;
}
.margin-right-50 {
  margin-right: 50px;
}
.overlay {
  background-color: transparent;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.panel.panel-primary {
  margin: 70px 0;
  border-color: #e9e9e9;
}
.panel.panel-primary > .panel-heading {
  background-color: #1c325b;
  margin: 0;
}
.panel.panel-primary .panel-body > .row {
  margin-top: 10px;
  margin-bottom: 10px;
}
.price {
  font-size: 36px;
  color: #dba621;
}
.price.subtotal {
  font-size: 24px;
}
.right {
  text-align: right;
}
#room_carousel_row {
  height: auto;
}
#room_carousel_row .carousel {
  height: 220px;
}
#room_carousel_row .carousel .carousel-control {
  text-shadow: none;
}
#room_carousel_row .carousel .carousel-control.left,
#room_carousel_row .carousel .carousel-control.right {
  background-image: none;
}
#room_carousel_row .flex-container {
  justify-content: left;
}
.room_category_row .flex-container {
  margin-right: 20px;
}
.rooms-row .room {
  margin-right: 20px;
  position: relative;
}
.rooms-row .room .room_checked {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0.5;
}
.rooms-row .room .room_checked_icon {
  position: absolute;
  top: 10px;
  right: 20px;
  content: url('../../Icons/flugreisen.png');
}
.rooms-row .room .room-figcaption {
  color: white;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
}
.rooms-row .room .room-figcaption.room_figcaption_bookedup {
  display: none;
}
.rooms-row .room .room-figcaption .caption {
  position: relative;
  color: white;
}
.rooms-row .room .room-figcaption .caption .price {
  font-size: 36px;
  font-weight: bold;
  color: white;
}
.rooms-row .room .room_bookedup {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  opacity: 0.5;
}
ul.list-unstyled {
  list-style-type: none;
}
ul.list-w-icons {
  margin-left: 30px;
}
ul.list-w-icons li.icon:before {
  position: absolute;
  left: 10px;
  vertical-align: middle;
  display: inline-block;
  width: 15px;
  height: 15px;
  content: url('../../Icons/flugreisen.png');
}
