/* raleway-200 - latin */
@font-face {
  font-display: swap;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/raleway-v34-latin-200.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/raleway-v34-latin-300.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/raleway-v34-latin-regular.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/raleway-v34-latin-italic.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-800 - latin */
@font-face {
  font-display: swap;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/raleway-v34-latin-800.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* GENERELL */
body {
  font-family: 'Raleway', sans-serif;
  background-color: #1c475a;
  color: #484343;
}
a {
  color: #d4713c;
}
.linkweiss a {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .box {
    height: auto !important;
  }
}
a:hover,
a:focus {
  color: #d4713c;
}
hr {
  border-top: 1px solid #c1c3bc;
}
@media only screen and (max-width: 767px) {
  .box {
    height: auto !important;
  }
}
/* MAKE IMAGES SQUARE AGAIN */
.square {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}
.hand {
  cursor: zoom-in;
}
.img-responsive {
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto;
  border-radius: 0px;
}
.abstandhalter {
  padding-top: 30px;
  padding-bottom: 30px;
}
.ricebody {
  background-image: url(/media/media_css/ricepaper2.png);
}
.ricefoot p {
  color: #484343;
  letter-spacing: 0.1em;
  font-weight: 300;
}
.ricefoot a {
  color: #d4713c;
}
.branding {
  background-color: #1c475a;
}
.headliner {
  padding: 0 0 30px 0;
}
.inhalt {
  padding: 30px 0;
}
.social {
  padding: 30px 0;
}
.vierer {
  background-color: #fff;
  padding: 30px 0;
}
/* HEADLINES */
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.3em;
  line-height: 1.3em;
  font-weight: 400;
}
h3 {
  font-weight: 400;
}
h4,
h5,
a {
  font-weight: 300;
}
h4 {
  color: #626263;
  margin-bottom: 40px;
}
p,
ul,
ol {
  font-size: 1.3em;
  line-height: 1.5em;
  font-weight: 300;
}
.glyphicon {
  color: #fff;
}
/* WELL */
.well {
  border: 0;
  box-shadow: inset 0 0 0;
  background-color: #FFF;
}
.wellweisslich {
  background-color: #fff;
}
.wellweisslich h3,
.wellweisslich p,
.wellorange h3,
.wellorange p {
  color: #1c475a;
}
.wellweisslich h3,
.wellorange h3 {
  margin-top: 0;
  padding-top: 0;
}
.wellorange h3,
.wellorange p {
  color: #fff;
}
.wellorange {
  background-color: #d4713c;
}
/* BUTTON */
.btn {
  border-radius: 0px;
}
.btn-bd {
  color: #fff;
  background-color: #1c475a;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 400;
}
.btn-bd:hover {
  color: #fff;
  background-color: #484343;
}
.btn-bd:active {
  color: #fff;
  background-color: #484343;
}
.btn-default {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 300;
}
/* NAVI */
.navbar {
  border-radius: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 300;
}
.navbar-inverse {
  background-color: #1c475a;
  border: 0;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #484343;
  background-color: #e1c86e;
}
.navbar-brand {
  color: #ffe286 !important;
}
.navbar-default {
  background-color: #fff;
  border: 0;
}
.dropdown-menu > li > a {
  font-weight: 300;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #1c475a;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
}
.nav-pills > li > a {
  font-size: 0.85em !important;
  background-color: #fff;
  margin-left: 5px;
  margin-top: 15px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #1c475a;
}
/* PAGINATOR */
.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #1c475a;
}
/* CIRCLE */
.circle {
  background: #63c6ae;
  text-align: center;
  border-radius: 100%;
  margin: 14px 0 0 0;
  width: 136px;
  height: 136px;
  box-shadow: 1px 1px 2px 0px #E0E0E0;
}
.circle img {
  margin-top: 42px;
}
/* GOOGLE MAPS KARTE */
#map_canvas {
  width: 100%;
  height: 500px;
}
/* GALLERY */
.gallery img {
  margin-bottom: 25px;
}
#lightbox .modal-content {
  display: inline-block;
  text-align: center;
}
/* BILDER FÜR WYSIWYG */
.img-responsive-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.img-responsive-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.img-50-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 50%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.img-50-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 50%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.img-33-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 33%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.img-33-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 33%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.img-25-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 25%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.img-25-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 25%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.video-list-thumbs > li {
  margin-bottom: 12px;
}
.video-list-thumbs > li > a {
  display: block;
  position: relative;
  background-color: #d4723c;
  color: #dcdcdc;
  padding: 8px;
  border-radius: 0;
}
.video-list-thumbs > li > a:hover {
  background-color: #1c475a;
  transition: all 500ms ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
.video-list-thumbs h2 {
  bottom: 0;
  font-size: 14px;
  height: 33px;
  margin: 8px 0 0;
}
.video-list-thumbs .glyphicon-play-circle {
  font-size: 60px;
  opacity: 0.6;
  position: absolute;
  right: 39%;
  top: 31%;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.video-list-thumbs > li > a:hover .glyphicon-play-circle {
  color: #fff;
  opacity: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  transition: all 500ms ease;
}
.video-list-thumbs .duration {
  background-color: #dcdcdc;
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  left: 12px;
  line-height: 13px;
  padding: 2px 3px 1px;
  position: absolute;
  top: 12px;
}
.video-list-thumbs > li > a:hover .duration {
  background-color: #000;
  transition: all 500ms ease;
}
@media (min-width: 320px) and (max-width: 480px) {
  .video-list-thumbs .glyphicon-play-circle {
    font-size: 35px;
    right: 36%;
    top: 27%;
  }
  .video-list-thumbs h2 {
    bottom: 0;
    font-size: 12px;
    height: 22px;
    margin: 8px 0 0;
  }
}
/* COOKIE BAR */
#cookie-bar {
  background: #282828;
  height: auto;
  line-height: 24px;
  color: #eeeeee;
  text-align: center;
  padding: 10px 0;
}
#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
  z-index: 1000;
}
#cookie-bar p {
  margin: 0;
  padding: 0;
}
#cookie-bar a {
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px;
}
#cookie-bar .cb-enable {
  background: #82b646;
}
#cookie-bar .cb-enable:hover {
  background: #000;
}
#cookie-bar .cb-disable {
  background: #f6ae01;
}
#cookie-bar .cb-disable:hover {
  background: #bb0000;
}
#cookie-bar .cb-policy {
  background: #0033bb;
}
#cookie-bar .cb-policy:hover {
  background: #0055dd;
}
