/* biryani-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Biryani';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/biryani-v13-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+ */
}
/* biryani-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Biryani';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/biryani-v13-latin-700.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+ */
}
/* roboto-condensed-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-condensed-v27-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+ */
}
/* LESS */
/* SCHATTENWIRTSCHAFT */
.shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.shadow-md {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
.shadow-lg {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
}
/* KLÖTZE */
.klotzweiss {
  background-image: url(/media/allgemein/klotzweiss.png);
  background-repeat: no-repeat;
  background-position: top right;
}
.klotzgrau {
  background-image: url(/media/allgemein/klotzgrau.png);
  background-repeat: no-repeat;
  background-position: bottom left;
}
/* LANDING-PAGE */
.bg-bd {
  background-color: #cfdbcb;
}
.abstandobenunten {
  padding-top: 60px;
  padding-bottom: 60px;
}
.abstandunten {
  padding-bottom: 60px;
}
/* HERR GENERAL */
body {
  font-family: 'Biryani', sans-serif;
  color: #4d4d4d;
  background-color: #ffffff;
  padding-top: 50px;
}
.rounded {
  border-radius: 0px;
}
.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #a3a3a3;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: #99042f;
  color: #ffffff;
}
.thumbnail {
  border: 0;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px dotted #4d4d4d;
  clear: both;
}
.page-header {
  margin-top: 30px;
  margin-bottom: 60px;
}
.well {
  border: 0;
  box-shadow: inset 0 0 0;
  background-color: #f7f8f9;
  border-radius: 0px;
}
.form-control {
  background-color: rgba(255, 255, 255, 0.7);
}
a {
  color: #99042f;
}
.tab-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.tab-content li {
  padding-bottom: 10px;
}
.nav-pills .nav-item {
  margin-right: 10px;
}
.img-dark {
  filter: brightness(80%);
}
.abstand {
  padding-top: 30px;
  padding-bottom: 30px;
}
.card {
  background-color: #f7f8f9;
}
.img-overlay {
  background-color: #ffffff;
  position: absolute;
  top: 50px;
  left: 0px;
  z-index: 1100;
  padding: 20px;
}
h1,
h4 {
  font-family: 'Roboto Condensed', sans-serif;
}
h1 {
  font-size: 2.5em;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 0.1em;
}
h2 {
  font-size: 0.9em;
  line-height: 1.6em;
  letter-spacing: 0.05em;
}
h3 {
  font-size: 1em;
  line-height: 1.6em;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}
h4 {
  font-size: 1.5em;
  line-height: 1.5em;
}
p,
ul {
  font-size: 0.9em;
  line-height: 1.8em;
}
/* BEREICHE */
.social {
  padding: 30px 0;
}
.zitat {
  background-color: #a3a3a3;
  padding: 30px 0;
}
.vierer {
  background-color: #f7f8f9;
  padding: 30px 0;
}
.fuss {
  background-color: #a3a3a3;
  padding: 30px 0;
}
.fuss p {
  color: #ffffff;
}
.fuss a {
  color: #f7f8f9;
}
.fuss a:hover {
  color: #99042f;
  text-decoration: none;
}
/* BUTTON */
.btn {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border-radius: 0px;
}
.btn-link {
  color: #a3a3a3;
  text-transform: uppercase;
}
.btn-bd {
  background-color: #f0f0f0;
  color: #a3a3a3;
}
.btn-bd:hover {
  color: #99042f;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #a3a3a3;
}
.nav-pills .nav-link {
  background-color: #f7f8f9;
}
/* NAVBAR */
.navbar {
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 0.2em;
}
.navbar-light .navbar-brand {
  font-size: 1em;
  letter-spacing: 0.1em;
  color: #a3a3a3;
}
.navbar-light .navbar-nav .nav-link {
  color: #4d4d4d;
}
.bg-light {
  background-color: #ffffff !important;
}
.dropdown-menu {
  border: 0px solid rgba(0, 0, 0, 0);
}
/* 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;
}
/* 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: #ffffff;
  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: #4d4d4d;
}
#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;
}
#feedback {
  height: 0px;
  width: 85px;
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 1000;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#feedback a {
  display: block;
  background: #99042f;
  height: 52px;
  padding-top: 10px;
  width: 155px;
  text-align: center;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
}
#feedback a:hover {
  background: #99042f;
}
.carousel-item > div {
  float: left;
}
.carousel-by-item [class*="cloneditem-"] {
  display: none;
}
/* GOOGLE SEO STYLE */
.google {
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 2px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  border: 1px solid #e7e7e7;
  padding: 30px;
  max-width: 700px;
}
.google .title {
  color: #1a0dab;
  cursor: pointer;
  font-family: arial,regular;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  visibility: visible;
  white-space: nowrap;
}
.google .title:hover {
  text-decoration: underline;
}
.google .link {
  color: #006621 !important;
  font-family: arial,regular;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
  visibility: visible;
}
.google .description {
  color: #545454;
  font-family: arial,regular;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  visibility: visible;
  word-wrap: break-word;
}
.google .arrow {
  border-bottom-color: #006621;
  border-bottom-style: solid;
  border-bottom-width: 0;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 4px;
  border-right-color: transparent;
  border-right-style: solid;
  border-right-width: 4px;
  border-top-color: #006621;
  border-top-style: solid;
  border-top-width: 5px;
  color: gray;
  cursor: default;
  font-family: arial,sans-serif;
  font-size: 11px;
  font-weight: 700;
  height: 0;
  position: absolute;
  line-height: 27px;
  margin-left: 3px;
  margin-top: 6px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  visibility: visible;
  white-space: nowrap;
  width: 0;
}
