/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Imports
   ==========================================================================*/
/* =====================================================================
    Main colors: Mario Kurzweil <mario.kurzweil@mea-it.services> | mea IT Services
    ===================================================================== */
/* latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Lato-Light.ttf") format("truetype");
}
/* latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Lato-Regular.ttf") format("truetype");
}
/* latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Lato-Bold.ttf") format("truetype");
}
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Custom styles - Mario Kurzweil <mario.kurzweil@mea-it.services> | mea IT Services
   ========================================================================== */
@font-face {
  font-family: "Ruthie Regular";
  src: url("../fonts/Ruthie-Regular.ttf") format("truetype");
}
/* General */
html,
body {
  background-color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

h1,
h2,
h3 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  /*white-space: nowrap;*/
  text-overflow: ellipsis;
  overflow: hidden;
  letter-spacing: 3px;
}

h4 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-align: center;
}

h5,
h6,
h7 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

button,
a.btn {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 18px 12px !important;
}

button,
a.btn {
  background-color: transparent;
  color: #285c61;
  text-transform: uppercase;
  border-radius: 0px !important;
  border: 1px solid #285c61 !important;
  outline: none !important;
}

button:hover,
a.btn:hover {
  background-color: #285c61;
  color: #ffffff !important;
  transition: all 100ms ease-in-out;
}

.b-l,
.b-lrb {
  border-left: 2px solid #bba570;
}

.b-r,
.b-lrb {
  border-right: 2px solid #bba570;
}

.b-b,
.b-lrb {
  border-bottom: 2px solid #bba570;
}

.b-t {
  border-top: 2px solid #bba570;
}

.dark-bg {
  background-color: #cacaca !important;
}

.light-bg {
  background-color: #efedeb !important;
}

.medium-bg {
  background-color: #d9d9d9 !important;
}

.p-20-t {
  padding-top: 20px;
}

.p-20-b {
  padding-bottom: 20px;
}

.p-40-t {
  padding-top: 40px;
}

.p-40-b {
  padding-bottom: 40px;
}

.p-60-t {
  padding-top: 60px;
}

.p-60-b {
  padding-bottom: 60px;
}

.border-area-outer {
  padding-left: 15px;
  padding-right: 15px;
}

.m-auto {
  margin: auto;
}

@media all and (min-width: 992px) {
  .h-md-500 {
    height: 500px;
  }
  .h-md-600 {
    height: 600px;
  }
  .h-md-700 {
    height: 700px;
  }
  .h-md-800 {
    height: 800px;
  }
  .h-md-900 {
    height: 900px;
  }
  .b-l-md,
.b-lrb-md {
    border-left: 2px solid #bba570;
  }
  .b-r-md,
.b-lrb-md {
    border-right: 2px solid #bba570;
  }
  .b-b-md,
.b-lrb-md {
    border-bottom: 2px solid #bba570;
  }
  .b-t-md {
    border-top: 2px solid #bba570;
  }
}
@media all and (max-width: 991px) {
  /*
  .h-md-500 {
    height: 250px;
  }
  .h-md-600 {
    height: 300px;
  }
  .h-md-700 {
    height: 400px;
  }
  .h-md-800 {
    height: 500px;
  }
  .h-md-900 {
    height: 600px;
  }
  */
  .p-20-t-sm {
    padding-top: 20px;
  }
  .p-20-b-sm {
    padding-bottom: 20px;
  }
  .m-20-b-sm {
    margin-bottom: 20px;
  }
  .m-40-b-sm {
    margin-bottom: 40px;
  }
  .b-l-sm,
.b-lrb-sm,
.b-lrt-sm {
    border-left: 2px solid #bba570;
  }
  .b-r-sm,
.b-lrb-sm,
.b-lrt-sm {
    border-right: 2px solid #bba570;
  }
  .b-b-sm,
.b-lrb-sm {
    border-bottom: 2px solid #bba570;
  }
  .b-t-sm,
.b-lrt-sm {
    border-top: 2px solid #bba570;
  }
}
/* WP settings */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

header {
  /*height: 100%;*/
  width: auto;
  position: relative;
  /* change global button styles */
}
header button.navbar-toggle {
  border: none !important;
}
header button.navbar-toggle:hover {
  background-color: #efedeb;
}
header .navbar-expand[aria-expanded=false] {
  display: none;
}
header .navbar-expand[aria-expanded=true] {
  position: absolute;
  height: auto;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 99;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #285c61;
  transition: all 300ms ease;
}
header .navbar-expand[aria-expanded=true] a {
  color: #ffffff;
  text-transform: none;
}
header .navbar-expand[aria-expanded=true] a:hover {
  text-decoration: underline;
}
header .navbar-expand[aria-expanded=true] a:focus, header .navbar-expand[aria-expanded=true] a:active {
  text-decoration: underline;
}
header .navbar-expand[aria-expanded=true] h3 {
  font-size: 26px;
}
header .navbar-expand[aria-expanded=true] ul {
  float: right;
}
header .navbar-expand[aria-expanded=true] ul li {
  list-style: none;
  text-transform: uppercase;
  color: #ffffff;
}
header .navbar-expand[aria-expanded=true] ul li ul {
  float: left;
  padding-left: 20px;
}
header .navbar-expand[aria-expanded=true] ul li ul li {
  font-size: 14px;
  height: 2em;
  line-height: 2em;
}
header .navbar-expand[aria-expanded=true] .active {
  color: #ffffff;
  text-decoration: underline;
}
header .navbar-expand[aria-expanded=true] .two-rows-before {
  height: 7em;
}
header #navbar-d {
  width: 180px;
  position: absolute;
  margin: 15px 0;
  z-index: 100;
  border: 0;
  border-radius: 0;
  background-color: #ffffff;
}
header #navbar-d .navbar-brand {
  height: auto;
}
header #navbar-d .navbar-brand img {
  width: 100%;
  height: auto;
}
header #navbar-d .navbar-toggle {
  display: block;
  margin: 12px 10px;
}
header #navbar-d button.navbar-toggle.active:hover {
  background-color: #174044;
}
header #navbar-d .navbar-container {
  width: 100%;
  height: auto;
  float: left;
  border-top: 2px solid #d9d9d9;
}
header #navbar-d .navbar-container .navbar-description {
  margin: 10px;
  float: left;
  height: 60px;
  padding: 20px 15px;
  font-size: 0.9em;
  line-height: 20px;
  color: #292925;
  opacity: 0.7;
  text-transform: uppercase;
}
header #navbar-d .navbar-container span {
  background-color: #292925;
}
header #navbar-d .navbar-toggle.active .icon-bar:nth-of-type(1) {
  top: 6px;
  transform: rotate(45deg);
}
header #navbar-d .navbar-toggle.active .icon-bar:nth-of-type(2) {
  background-color: transparent !important;
}
header #navbar-d .navbar-toggle.active .icon-bar:nth-of-type(3) {
  top: -6px;
  transform: rotate(-45deg);
}
header #navbar-m {
  margin: 0;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background-color: white;
  border: none;
}
header #navbar-m #navbar-collapse-1 {
  padding: 0;
  border: 0;
}
header #navbar-m #navbar-collapse-1 li a[data-toggle=dropdown] {
  padding: 15px 15px;
}
header #navbar-m #navbar-collapse-1 .no_dropdown a {
  padding: 15px 15px;
}
header #navbar-m #navbar-collapse-1 a {
  color: #ffffff;
  text-transform: none;
  border-top: 1px solid #214c50;
  border-bottom: 1px solid #214c50;
}
header #navbar-m #navbar-collapse-1 a:hover {
  text-decoration: none;
  background-image: none;
  background-color: #285c61 !important;
}
header #navbar-m #navbar-collapse-1 a:focus, header #navbar-m #navbar-collapse-1 a:active {
  text-decoration: underline;
  background-image: none;
  background-color: #174044;
}
header #navbar-m #navbar-collapse-1 ul {
  position: relative;
  background-color: #174044;
  float: none !important;
}
header #navbar-m #navbar-collapse-1 ul li {
  list-style: none;
  text-transform: uppercase;
}
header #navbar-m #navbar-collapse-1 ul li :hover {
  background-color: #285c61;
}
header #navbar-m #navbar-collapse-1 ul li ul > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
}
header #navbar-m #navbar-collapse-1 ul li ul > li > a:hover {
  text-decoration: underline;
}
header #navbar-m #navbar-collapse-1 ul .dropdown, header #navbar-m #navbar-collapse-1 ul .dropdown-menu {
  padding: 0;
  background-color: #174044;
}
header #navbar-m #navbar-collapse-1 ul .dropdown :hover, header #navbar-m #navbar-collapse-1 ul .dropdown-menu :hover {
  background-color: #174044;
}
header #navbar-m #navbar-collapse-1 ul .dropdown a, header #navbar-m #navbar-collapse-1 ul .no_dropdown a {
  color: #bba570;
  text-transform: uppercase;
  border-bottom: 1px solid #bba570;
}
header #navbar-m #navbar-collapse-1 ul .dropdown .dropdown-menu a, header #navbar-m #navbar-collapse-1 ul .no_dropdown .dropdown-menu a {
  color: #ffffff;
  text-transform: none;
  border-bottom: 1px solid #214c50;
}
header #navbar-m #navbar-collapse-1 ul .dropdown-toggle[aria-expanded=true] {
  background-color: #285c61;
}
header #navbar-m #navbar-collapse-1 ul .dropdown-toggle[aria-expanded=false] {
  background-color: #174044;
}
header #navbar-m #navbar-collapse-1 .active {
  color: #ffffff;
  background-color: #174044;
  text-decoration: underline;
}
header #navbar-m .navbar-nav {
  margin: 0;
}
header #navbar-m .navbar-nav > li {
  float: none !important;
  width: 100%;
}
header #navbar-m .navbar-brand {
  height: auto;
}
header #navbar-m .navbar-brand img {
  width: 100px;
  height: auto;
}
header #navbar-m .navbar-container {
  padding: 15px 0;
  float: right;
  display: inline-flex;
  height: auto;
  border: none !important;
}
header #navbar-m .navbar-container .navbar-description {
  height: 60px;
  padding: 20px 15px;
  font-size: 1.2em;
  line-height: 20px;
  color: #292925;
  opacity: 0.7;
  text-transform: uppercase;
  right: 80px;
  position: absolute;
  margin: 10px;
}
header #navbar-m .navbar-container button {
  position: absolute;
  right: 0;
}
header #navbar-m .navbar-container span {
  background-color: #292925;
}
header #navbar-m .navbar-toggle.active .icon-bar:nth-of-type(1) {
  top: 9px;
  transform: rotate(45deg);
}
header #navbar-m .navbar-toggle.active .icon-bar:nth-of-type(2) {
  background-color: transparent !important;
}
header #navbar-m .navbar-toggle.active .icon-bar:nth-of-type(3) {
  top: -7px;
  transform: rotate(-45deg);
}
header #navbar-m .quick-view {
  padding: 0;
}
header #navbar-m .quick-view ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
header #navbar-m .quick-view ul li {
  font-size: 1em;
  line-height: 3em;
  color: #ffffff;
  border-top: 3px solid #bba570;
  text-transform: uppercase;
  text-align: center;
  background-color: #285c61;
}
header #navbar-m .quick-view ul a, header #navbar-m .quick-view ul a:hover, header #navbar-m .quick-view ul a:focus, header #navbar-m .quick-view ul a:active {
  color: white;
}
header #navbar-m .navbar-toggle .icon-bar {
  width: 30px;
  height: 4px;
}
header .navbar-toggle .icon-bar {
  position: relative;
  background-color: #292925;
  transition: all 200ms ease-in-out;
}
header .navbar-toggle .icon-bar:nth-of-type(2) {
  top: 1px;
}
header .navbar-toggle .icon-bar:nth-of-type(3) {
  top: 2px;
}
header address {
  position: absolute;
  width: auto;
  height: auto;
  right: 0;
  margin: 10px;
  z-index: 2;
}
header address a {
  color: #292925;
}
header address a .custom {
  font-size: 1.6em;
  vertical-align: middle;
  margin-right: 0.5em;
  margin-left: -1em;
}
header address a:active, header address a:hover {
  color: #000000 !important;
}
header .main-image-wrapper {
  position: relative;
  overflow: hidden;
}
header #main-image {
  height: 65vh;
  overflow: hidden;
  position: relative;
  display: table;
  width: 100%;
}
header #main-image .img-wrapper {
  position: absolute;
  width: 400%;
  height: 200%;
  top: -50%;
  left: -100%;
}
header #main-image img {
  position: absolute;
  top: 0;
  left: -25%;
  margin: auto;
  bottom: 0;
  right: 0;
  min-width: 26%;
  min-height: 50%;
  overflow-x: hidden;
}
header #main-image #overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0.18;
  background-color: #000000;
}
header #main-image .info-box-header {
  color: #ffffff;
  font-size: 4em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  z-index: 1;
  position: relative;
}
header #images-box-area {
  height: 45vh;
  padding: 0;
}
header #images-box-area h2 {
  text-transform: uppercase;
}
header #images-box-area a, header #images-box-area a:hover, header #images-box-area a:focus {
  text-decoration: none;
}
header #images-box-area .boxes {
  padding: 0;
}
header #images-box-area .boxes .box-outer {
  padding: 10px;
  height: 45vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
header #images-box-area .boxes .box-outer .overlay {
  position: absolute;
  opacity: 0.6;
  width: 100%;
  height: 15vh;
  margin-left: -10px;
  margin-top: -10px;
  background-color: #285c61;
}
header #images-box-area .boxes .box-outer .box-inner {
  border: 2px solid #bba570;
  height: 100%;
}
header #images-box-area .boxes .box-outer .box-inner h2 {
  color: #ffffff;
  text-align: center;
  line-height: 15vh;
  margin: -10px 0 0 0;
  font-size: 35px;
}
header #overview {
  text-align: center;
  color: #ffffff;
  padding: 0;
  background-color: #285c61;
  overflow: hidden;
}
header #overview .overview-detail {
  min-height: 35vh;
  margin: 20px 20px 0 20px;
  border-top: 2px solid #bba570;
  border-left: 2px solid #bba570;
  border-right: 2px solid #bba570;
}
header #overview .overview-detail h3 {
  text-transform: uppercase;
  font-size: 24px;
  position: relative;
  line-height: 100px;
  margin: auto;
}
header #overview .overview-detail h3::after {
  content: "";
  width: 80px;
  height: 3px;
  background: white;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -40px;
}
header #overview .overview-detail p {
  vertical-align: middle;
  padding: 20px 12vw;
  line-height: 2em;
  font-size: 1.2em;
  margin-bottom: 0;
}

@media all and (max-width: 991px) {
  header {
    height: 100%;
  }
  header #main-image {
    height: 65vh;
  }
  header #main-image .info-box-header {
    font-size: 3em;
    /*padding-top: 15vh;*/
  }
  header #overview {
    height: auto;
  }
  header #overview .overview-detail {
    margin-bottom: 20px;
    border-bottom: 2px solid #bba570;
  }
  header #overview .overview-detail p {
    padding-bottom: 20px;
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
@media all and (max-width: 768px) {
  header #main-image .info-box-header {
    font-size: 2em;
  }
}
/**
* Collapse navbar earlier for tablet portrait
*/
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-header .collapse, .navbar-toggle {
    display: block !important;
  }
  .navbar-header {
    float: none;
  }
}
/* Specific */
.sidebar {
  background-color: #292925;
  position: fixed;
  z-index: 999;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.sidebar ul {
  padding: 0;
  margin: 0;
}
.sidebar ul li {
  list-style: none;
  padding: 15px 15px 2px 15px;
  cursor: pointer;
  text-align: center;
}
.sidebar ul li a {
  text-decoration: none;
}
.sidebar ul li a .custom {
  color: #d9d9d9;
  font-size: 4.5em;
}
.sidebar ul li a p {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.8em;
}
.sidebar ul li:nth-child(2) {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.sidebar ul li:hover {
  background-color: #bba570;
  transition: all 100ms ease-in-out;
}
.sidebar .sidebar-icon {
  display: block;
}
.sidebar .sidebar-icon img {
  width: auto;
  height: 60px;
}

@media all and (max-width: 991px) {
  .sidebar {
    top: auto;
    right: 50%;
    bottom: 0;
    transform: translateX(50%);
  }
  .sidebar ul {
    display: inline-flex;
  }
  .sidebar ul li:nth-child(2) {
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
  }
  .sidebar .sidebar-icon {
    display: block;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .sidebar ul li {
    width: 110px;
  }
  .sidebar .sidebar-icon img {
    width: 40px;
    height: 40px;
  }
}
@media all and (max-width: 767px) {
  .sidebar ul li {
    width: 90px;
  }
  .sidebar ul li a p {
    font-size: 0.6em;
  }
  .sidebar .sidebar-icon img {
    width: auto;
    height: 32px;
  }
}
.multi-item-carousel-area {
  padding: 70px 120px 70px 120px;
  overflow: hidden;
}
.multi-item-carousel-area .carousel-inner-border {
  overflow: hidden;
}

.multi-item-carousel {
  width: 160%;
  margin-left: -30%;
  /* override position and transform in 3.3.x */
}
.multi-item-carousel .carousel-inner > .item {
  margin: 60px 0;
}
.multi-item-carousel .carousel-inner > .item > div {
  padding: 0;
  margin-bottom: 60px;
}
.multi-item-carousel .carousel-inner > .item .slide-description, .multi-item-carousel .carousel-inner > .item .overlay-slide {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.5s, opacity 0.5s linear;
  height: 100%;
}
.multi-item-carousel .carousel-inner > .item > :nth-child(1), .multi-item-carousel .carousel-inner > .item > :nth-child(3) {
  z-index: -1;
}
.multi-item-carousel .carousel-inner > .item > :nth-child(2) {
  z-index: 99;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.1);
  -o-transition: all 200ms ease-in;
  -o-transform: scale(1.1);
  transition: all 200ms ease-in;
  transform: scale(1.1);
}
.multi-item-carousel .carousel-inner .active .slide-description {
  color: #ffffff;
  width: 140px;
  height: 120px;
  position: absolute;
  background-color: #285c61;
  z-index: 99;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.multi-item-carousel .carousel-inner .active .slide-description h3 {
  display: block;
  text-align: center;
  line-height: 100px;
  margin: 0;
  text-transform: uppercase;
  font-size: 24px;
  position: relative;
}
.multi-item-carousel .carousel-inner .active .slide-description h3::after {
  content: "";
  margin: auto;
  width: 60%;
  height: 3px;
  background: white;
  position: absolute;
  bottom: 20px;
  left: 20%;
}
.multi-item-carousel .carousel-inner .active .overlay-slide {
  padding: 3.33333333%;
  height: 100%;
  width: 100%;
  background-color: #292925;
  background-color: rgba(0, 0, 0, 0.4);
  /* display: table; */
  top: 0;
  position: absolute;
}
.multi-item-carousel .carousel-inner .active .overlay-slide div {
  text-align: center;
  /*display: table-cell; */
  display: block;
  vertical-align: middle;
  background-color: #ffffff;
  opacity: 0.9;
  padding-top: 120px;
  height: 100%;
  position: relative;
}
.multi-item-carousel .carousel-inner .active .overlay-slide p {
  display: block;
  height: 100px;
  overflow: visible;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding-left: 5vw;
  padding-right: 5vw;
}
.multi-item-carousel .carousel-inner .active > :nth-child(1), .multi-item-carousel .carousel-inner .active > :nth-child(3) {
  z-index: -1;
}
.multi-item-carousel .carousel-inner .active > :nth-child(2) {
  z-index: 99;
  transform: scale(1.1);
}
.multi-item-carousel .carousel-inner .active > :nth-child(2) .slide-description, .multi-item-carousel .carousel-inner .active > :nth-child(2) .overlay-slide {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s linear;
}
.multi-item-carousel .carousel-inner .active.left {
  left: -33%;
}
.multi-item-carousel .carousel-inner .active.left .slide-description, .multi-item-carousel .carousel-inner .active.left .overlay-slide {
  visibility: hidden;
  opacity: 0;
}
.multi-item-carousel .carousel-inner .active.right {
  left: 33%;
}
.multi-item-carousel .carousel-inner .active.right .slide-description, .multi-item-carousel .carousel-inner .active.right .overlay-slide {
  visibility: hidden;
  opacity: 0;
}
.multi-item-carousel .carousel-inner .next {
  left: 33%;
}
.multi-item-carousel .carousel-inner .prev {
  left: -33%;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .multi-item-carousel .carousel-inner > .item {
    transition: 500ms ease-in-out all;
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
    transform: none !important;
  }
}
.multi-item-carousel .carousel-inner .img-responsive {
  width: 100%;
}
.multi-item-carousel .carousel-control.left, .multi-item-carousel .carousel-control.right {
  background-image: none !important;
}
.multi-item-carousel .carousel-control.left {
  left: 24.5%;
}
.multi-item-carousel .carousel-control.right {
  right: 24.5%;
}

@media all and (max-width: 1360px) {
  .multi-item-carousel-area {
    padding: 50px 40px 50px 40px;
    overflow: hidden;
  }
  .multi-item-carousel-area .carousel-inner-border {
    overflow: hidden;
  }
  .multi-item-carousel {
    width: 200%;
    margin-left: -50%;
  }
  .multi-item-carousel .carousel-inner > .item .slide-description {
    color: #ffffff;
  }
}
@media all and (min-width: 992px) and (max-width: 1360px) {
  .multi-item-carousel .carousel-inner > .item .overlay-slide div {
    padding: 120px 0px 0 0px;
    font-size: 0.95em;
  }
  .multi-item-carousel .carousel-inner > .item .overlay-slide p {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 991px) {
  .multi-item-carousel-area {
    padding: 0px 20px 0px 20px;
    overflow: hidden;
  }
  .multi-item-carousel-area .carousel-inner-border {
    overflow: hidden;
  }
  .multi-item-carousel {
    width: 240%;
    margin-left: -70%;
  }
  .multi-item-carousel .carousel-inner .active .slide-description {
    width: 120px;
    height: 60px;
  }
  .multi-item-carousel .carousel-inner .active .slide-description h3 {
    font-size: 18px;
    line-height: 50px;
  }
  .multi-item-carousel .carousel-inner .active .slide-description h3::after {
    width: 40%;
    height: 2px;
    background: white;
    position: absolute;
    bottom: 5px;
    left: 30%;
  }
  .multi-item-carousel .carousel-inner > .item .overlay-slide div {
    padding: 60px 0px 0 0px;
    font-size: 0.85em;
  }
  .multi-item-carousel .carousel-inner > .item .overlay-slide p {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 767px) {
  .multi-item-carousel-area {
    padding: 0px 5px 0px 5px;
  }
  .multi-item-carousel {
    width: 260%;
    margin-left: -80%;
  }
}
@media all and (max-width: 480px) {
  .multi-item-carousel .carousel-inner > .item .overlay-slide {
    display: none;
  }
  .multi-item-carousel .carousel-inner > .item .overlay-slide div {
    padding: 8px 15px 0 8px;
    font-size: 0.6em;
  }
}
.carousel-area-outer {
  height: 100%;
}

.carousel-area {
  padding: 0;
  height: 100%;
}
.carousel-area .carousel-outer {
  width: auto;
  padding: 0;
  height: 100%;
}
.carousel-area .carousel-outer .carousel-inner {
  width: auto;
  height: 100%;
}
.carousel-area .carousel-outer .carousel-inner .item {
  height: 100%;
}
.carousel-area .carousel-outer .custom-left-carousel, .carousel-area .carousel-outer .custom-right-carousel {
  position: absolute;
  background-color: #bba570;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  color: #000000;
  text-align: center;
  z-index: 102;
  padding: 5px;
}
.carousel-area .carousel-outer .custom-left-carousel span, .carousel-area .carousel-outer .custom-right-carousel span {
  width: 100%;
  height: 100%;
  display: block;
}
.carousel-area .carousel-outer .custom-left-carousel span.right-arrow, .carousel-area .carousel-outer .custom-right-carousel span.right-arrow {
  background: transparent url("../svg/krainer_pfeil-re.svg") no-repeat center center;
}
.carousel-area .carousel-outer .custom-left-carousel span.left-arrow, .carousel-area .carousel-outer .custom-right-carousel span.left-arrow {
  background: transparent url("../svg/krainer_pfeil-li.svg") no-repeat center center;
}
.carousel-area .carousel-outer .custom-right-carousel {
  top: calc(50% - 25px);
  border-bottom: 1px solid #eeedeb;
}
.carousel-area .carousel-outer .custom-left-carousel {
  top: calc(50% + 25px);
}
.carousel-area .carousel-outer .custom-right-carousel.img-on-left,
.carousel-area .carousel-outer .custom-left-carousel.img-on-left {
  left: 50%;
}
.carousel-area .carousel-outer .custom-right-carousel.img-on-right,
.carousel-area .carousel-outer .custom-left-carousel.img-on-right {
  right: 50%;
}

@media all and (max-width: 991px) {
  .carousel-area {
    height: auto !important;
  }
  .carousel-area .image-box {
    height: 500px;
  }
  .carousel-area .text-box {
    /*height: auto;*/
    height: 100%;
  }
  .carousel-area .carousel-outer {
    width: 100% !important;
    height: 100%;
  }
  .carousel-area .carousel-outer img {
    /*
    max-height: 100% !important;
    width: 100% !important;
    */
  }
  .carousel-area .carousel-outer .custom-left-carousel, .carousel-area .carousel-outer .custom-right-carousel {
    top: 225px !important;
  }
  .carousel-area .carousel-outer .custom-right-carousel {
    left: auto !important;
    right: -15px !important;
    border-bottom: none;
  }
  .carousel-area .carousel-outer .custom-left-carousel {
    left: -15px !important;
  }
}
@media all and (max-width: 767px) {
  .carousel-area .image-box {
    /* height: 350px;*/
    height: auto;
  }
}
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.boxes-block {
  padding-left: 20px;
  padding-right: 20px;
}
.boxes-block .two-boxes-outer {
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
}
.boxes-block .two-boxes.row {
  margin-left: 0;
  margin-right: 0;
  height: 100%;
}

.boxes-block-straight {
  padding-left: 20px;
  padding-right: 20px;
}
.boxes-block-straight .boxes-block-inner {
  border: 2px solid #bba570;
}
.boxes-block-straight .two-boxes-outer {
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
}

.simple-extra-content {
  padding-left: 15px;
  padding-right: 15px;
}

.simple-content {
  padding-left: 15px;
  padding-right: 15px;
}

.simple-extra-content > .row > div, .simple-content > .row > div {
  padding-left: 70px;
  padding-right: 70px;
}
.simple-extra-content h2, .simple-content h2 {
  margin-bottom: 40px;
}

.heading-w-sub h3 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: normal;
  margin-top: 10px;
  margin-bottom: 30px;
  white-space: normal;
}

.text-box-outer,
.image-box-outer {
  position: relative;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.text-box-outer {
  overflow: hidden;
}

.text-box {
  height: 100%;
  background-color: #d9d9d9;
  padding: 0;
}

.info-box .headings {
  position: relative;
}
.info-box .headings .background-text {
  font-family: "Ruthie Regular";
  top: -0.4em;
  position: absolute;
  height: auto;
  font-size: 120px;
  /*width: calc(100% - 160px);*/
  width: 100%;
  color: #ffffff;
  line-height: 1em;
  /*z-index: -1;*/
}
.info-box .headings h3 {
  color: #285c61;
  text-transform: uppercase;
  margin-bottom: 25px;
  white-space: normal;
  text-overflow: clip;
  position: relative;
}
.info-box p {
  color: #000000;
  line-height: 1.7em;
  position: relative;
}
.info-box button, .info-box a.btn {
  margin-top: 40px;
}
.info-box .table-responsive {
  font-size: 0.8em;
}
.info-box .table-responsive table tr td, .info-box .table-responsive table tr th {
  vertical-align: middle;
  border-color: #666666;
  text-align: center;
}
.info-box .table-responsive table tr td .custom, .info-box .table-responsive table tr th .custom {
  font-size: 1.5em;
}
.info-box .table-responsive table tr td sub, .info-box .table-responsive table tr th sub {
  font-size: 0.9em;
  vertical-align: text-top;
}
.info-box .table-responsive table tr th {
  vertical-align: middle;
  text-align: center;
  border: none;
}

.image-box {
  height: 100%;
  overflow: hidden;
  padding: 0;
}

.page-template-page-ueber-uns .info-box .headings .background-text {
  top: 0em;
}
.page-template-page-ueber-uns .info-box .headings h3 {
  margin-bottom: 110px;
}

@media all and (min-width: 992px) {
  .pull-right-md {
    float: right !important;
  }
  .termin-single-content {
    padding-left: 150px;
    padding-right: 150px;
  }
  .info-box {
    padding: 100px 100px;
    position: relative;
  }
  .image-box img {
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .fixed-height .text-box.center-vertical .info-box,
.variable-height .text-box.center-vertical .info-box {
    transform: translateY(-50%);
    top: 50%;
  }
  .expand-top-image-box .text-box-outer {
    padding-top: 30px;
  }
  .shrink-right-text-box .text-box-outer {
    padding-right: 50px !important;
  }
  .expand-bottom-text-box .image-box-outer {
    padding-bottom: 30px;
  }
}
@media all and (max-width: 991px) {
  .boxes-block .two-boxes-outer {
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
  }
  .boxes-block-straight .boxes-block-inner {
    border: none;
  }
  .text-box-outer,
.image-box-outer {
    position: relative;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .info-box {
    background-color: #d9d9d9;
    text-align: center;
  }
  .info-box .headings .background-text {
    font-size: 80px;
  }
  .image-box img {
    /* object-fit: cover;
    min-height: 100%; */
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .page-template-page-ueber-uns .info-box .headings h3 {
    margin-bottom: 55px;
  }
}
@media all and (min-width: 768px) {
  .termin-single-pics > .row > div:nth-of-type(1) {
    padding-right: 0;
  }
  .termin-single-pics > .row > div:nth-of-type(2) {
    padding-left: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .text-box-outer .text-box .info-box {
    padding: 100px 20px;
  }
  .simple-extra-content > .row > div, .simple-content > .row > div {
    padding-left: 40px;
    padding-right: 40px;
  }
  .termin-single-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media all and (max-width: 767px) {
  .text-box-outer .text-box .info-box {
    padding: 50px 20px;
  }
  .simple-extra-content > .row > div, .simple-content > .row > div {
    padding-left: 15px;
    padding-right: 15px;
  }
  .termin-single-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.teaser {
  height: auto;
}
.teaser .teaser-outer-1, .teaser .teaser-outer-2, .teaser .teaser-outer-3 {
  padding: 10px 0;
  height: 100%;
}
.teaser .teaser-outer-1 .teaser-inner h2, .teaser .teaser-outer-2 .teaser-inner h2, .teaser .teaser-outer-3 .teaser-inner h2 {
  color: #285c61;
  text-transform: uppercase;
  font-size: 34px;
}
.teaser .teaser-outer-1 .teaser-inner p, .teaser .teaser-outer-2 .teaser-inner p, .teaser .teaser-outer-3 .teaser-inner p {
  padding: 0px 40px;
  word-wrap: break-word;
  margin-bottom: 40px;
}
.teaser .teaser-outer-1 .teaser-inner img, .teaser .teaser-outer-2 .teaser-inner img, .teaser .teaser-outer-3 .teaser-inner img {
  width: 100% !important;
  height: auto !important;
}
.teaser .teaser-outer-1 {
  padding: 0;
}
.teaser .teaser-outer-2 {
  padding: 0;
}
.teaser .teaser-outer-3 {
  padding: 0;
}
.teaser .teaser-inner {
  min-height: 100%;
  text-align: center;
}

@media all and (max-width: 991px) {
  .teaser .teaser-inner {
    padding-bottom: 40px;
  }
}
footer #additional-information {
  padding: 0 40px 40px 40px;
  background-color: #bba570;
}
footer #additional-information .boxes:nth-of-type(1) {
  padding-bottom: 40px;
}
footer #additional-information h1 {
  color: #ffffff;
  text-align: center;
  margin-top: 40px;
  text-transform: uppercase;
}
footer #additional-information h4 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-align: left;
  line-height: 1.5em;
  color: #285c61;
  font-size: 22px;
}
footer #additional-information p {
  font-size: 0.9em;
  line-height: 1.5em;
  overflow: hidden;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
footer #additional-information table > tbody tr td {
  font-size: 0.9em;
  padding: 3px 0 !important;
  border: none !important;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
footer #map {
  height: 600px;
}
footer #map #content-map {
  z-index: 999;
}
footer #map #content-map #siteNotice {
  margin-bottom: 20px;
}
footer #map #content-map #siteNotice img {
  width: 250px;
  height: auto;
}
footer #map #content-map #bodyContent {
  font-size: 1.4em;
  color: #000;
}
footer #map .gm-style-iw {
  padding: 10px;
}
footer #map .gm-style-iw + div {
  display: none;
}
footer #contact {
  background-color: #285c61;
  font-size: 18px;
  padding: 40px 40px 80px 40px;
  color: #ffffff;
}
footer #contact h4 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  padding-left: 0px;
  text-transform: uppercase;
  text-align: left;
  font-size: 21px;
}
footer #contact .no-padding {
  padding: 0;
}
footer #contact ul {
  padding-left: 0;
}
footer #contact ul li {
  line-height: 2em;
  list-style: none;
  padding-right: 8px;
}
footer #contact ul .inline {
  display: inline-block;
}
footer #contact ul .inline a {
  font-size: 3em;
}
footer #contact ul .inline a .facebook:hover {
  color: #3B5998 !important;
}
footer #contact ul .inline a .instagram:hover {
  color: #cd486b !important;
}
footer #contact a {
  color: #ffffff;
  text-transform: none;
  padding: 0;
}
footer #contact a .custom {
  padding-right: 10px;
}
footer #contact a:hover {
  text-decoration: underline;
}
footer #contact a:focus, footer #contact a:active {
  text-decoration: underline;
}
footer .single-line-form {
  background-color: white;
  width: 80%;
}
footer .single-line-form input[type=email] {
  float: left;
  color: #000000;
  border: 0;
  outline: none;
  border-radius: 0;
  padding: 10px 12px !important;
  font-size: 100%;
  line-height: 20px;
  width: 70%;
}
footer .single-line-form a, footer .single-line-form button {
  float: right;
  background-color: #bba570;
  color: #000000;
  margin-left: -3px;
  border: none !important;
  border-radius: 0;
  width: 50px;
  font-size: 100%;
  padding: 10px 12px !important;
  line-height: 20px;
}
footer .single-line-form a span.right-arrow, footer .single-line-form button span.right-arrow {
  background: transparent url("../svg/krainer_pfeil-re.svg") no-repeat center center;
  width: 100%;
  height: 100%;
  display: block;
}
footer .single-line-form a:hover, footer .single-line-form a:active, footer .single-line-form a:focus,
footer .single-line-form button:hover, footer .single-line-form button:active, footer .single-line-form button:focus {
  text-decoration: none !important;
}
footer .single-line-form:after {
  clear: both;
}

@media all and (min-width: 1800px) {
  footer #additional-information .boxes .box {
    padding-left: 55px;
    padding-right: 55px;
  }
}
@media all and (min-width: 1500px) and (max-width: 1799px) {
  footer #additional-information .boxes .box {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media all and (max-width: 991px) {
  footer #contact .boxes {
    padding-bottom: 90px;
  }
}
@media all and (max-width: 767px) {
  footer #additional-information {
    text-align: center;
    padding: 0 15px 40px 15px;
  }
  footer #additional-information h4 {
    text-align: center;
  }
  footer #additional-information .table-responsive {
    border-color: rgba(0, 0, 0, 0.1);
  }
  footer form .single-line-form {
    width: 100%;
  }
  footer form .single-line-form input[type=email] {
    border-radius: 0;
  }
  footer form .single-line-form button {
    width: 18%;
  }
  footer #contact {
    padding: 40px 15px 80px 15px;
    font-size: 0.8em;
  }
}
/*
 * Retina Breakpoints(@2x)
*/
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
}
.sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.form-wrapper {
  background-color: white;
  padding: 30px 30px 80px 30px;
}
.form-wrapper .form-group {
  margin-bottom: 30px;
}
.form-wrapper .form-control {
  border-radius: 0 !important;
  height: 64px;
  padding: 20px 12px;
  background-color: #efedeb;
}
.form-wrapper textarea.form-control {
  height: 200px;
}
.form-wrapper .input-group-addon {
  background-color: #285c61;
  color: white;
}
.form-wrapper .row.inline > div {
  padding-left: 0;
  padding-right: 0;
}
.form-wrapper .row.inline > div:first-child {
  padding-left: 15px;
}
.form-wrapper .row.inline > div:last-child {
  padding-right: 15px;
}
.form-wrapper .form-group.form-submit label {
  margin-bottom: 5px;
  visibility: hidden;
}
.form-wrapper .form-group.form-submit.has-error label.has-error {
  visibility: visible !important;
}
.form-wrapper input[type=checkbox] {
  /* Double-sized Checkboxes */ /* IE */ /* FF */ /* Safari and Chrome */ /* Opera */
  transform: scale(2);
  margin-top: 8px;
}
.form-wrapper .text-right-md {
  text-align: left;
}
.form-wrapper .error-label {
  display: none;
}
.form-wrapper .has-error .error-label {
  display: block;
}

.form-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}

@media all and (min-width: 768px) {
  .form-wrapper .text-right-md {
    text-align: right;
  }
}
/* ==========================================================================
   Blog styles: opinionated defaults
   ========================================================================== */
main section {
  width: 100%;
  height: auto;
}
main .content.blank-grey {
  background-color: #efedeb;
}
main .content.blank-grey > .row {
  background-color: #efedeb;
}
main .content.blank-grey > div:first-child {
  padding-top: 100px;
}
main .content.blank-grey h1 {
  text-transform: uppercase;
  font-size: 2.5em;
}
main .content.buchen .iframe-wrapper,
main .content.buchen iframe {
  height: auto;
  width: 100%;
  background-color: #efedeb;
  position: relative;
}
main .content.buchen iframe {
  display: none;
}
main .team-images img {
  margin: auto;
}
main .team-images p {
  text-transform: uppercase;
  margin-bottom: 35px;
  margin-top: 10px;
}

/* 
 * The Standard Breakpoints. Working with fluid images.
*/
/* 
 * The Standard Breakpoints. But possibly this is a slightly complicated situation.
*/
/*
 * Custom ranges
*/
/* 
 * The Standard Bootstrap 3.x Breakpoints
*/
@media all and (max-width: 991px) {
  main .content.blank-grey > div:first-child {
    padding-top: 50px;
  }
  main .content.blank-grey h1 {
    text-transform: uppercase;
    font-size: 1.5em;
  }
}
/* ==========================================================================
   External Resources (WP only)
   ==========================================================================*/
#cookie-law-info-bar {
  border-top-color: #285c61 !important;
  padding: 60px 15px !important;
  font-size: 20px !important;
}

.cli-plugin-button,
.cli-plugin-button:visited {
  /*background-color: #285c61 !important; */
  font-size: 20px !important;
}

.cli-plugin-button:hover {
  background-color: #0a1819 !important;
}

a.cli-plugin-main-link {
  text-decoration: underline !important;
}/*# sourceMappingURL=main.css.map */