/* ephesis-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Ephesis';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ephesis-v9-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+ */
}
/* titillium-web-200 - latin */
@font-face {
  font-display: swap;
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/titillium-web-v17-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+ */
}
/* titillium-web-200italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 200;
  src: url('../fonts/titillium-web-v17-latin-200italic.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+ */
}
/* titillium-web-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/titillium-web-v17-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+ */
}
/* titillium-web-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/titillium-web-v17-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+ */
}
/* titillium-web-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/titillium-web-v17-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+ */
}
/* GENERELL */
body {
  font-family: 'Titillium Web', sans-serif;
  color: #7a716c;
  padding-top: 60px;
  background-color: #7a716c;
}
.img-rounded {
  border-radius: 3px;
}
.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #be9b8d;
  font-size: 1.15em;
  line-height: 1.5em;
  font-weight: 300;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: #be9b8d;
  color: #ffffff;
}
.thumbnail {
  border: 0;
}
hr {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 20%;
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7), #7a716c, rgba(255, 255, 255, 0.7));
}
.well {
  border: 0;
  box-shadow: inset 0 0 0;
  background-color: #be9b8d;
  border-radius: 3px;
}
.form-control {
  background-color: rgba(255, 255, 255, 0.7);
}
a {
  color: #be9b8d;
}
a:hover {
  color: #be9b8d;
  text-decoration: none;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
.img-dark {
  filter: brightness(80%);
}
.alert {
  margin-bottom: 0;
  border-radius: 3px;
  border: 0;
}
.bg-light {
  background: #ffffff !important;
  transition: 0.75s ease;
}
.bg-dark {
  background: #7a716c !important;
  transition: 0.75s ease;
}
.badge {
  font-weight: 200;
}
.square {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 3px;
}
.schattiert {
  text-shadow: 1px 1px #7a716c;
}
.mitverlauf {
  background-image: linear-gradient(135deg, #be9b8d 60%, #7a716c 90%);
}
.hinterlegt {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
}
.hinterlegtebazille {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  padding-right: 10px;
  border-radius: 3px;
}
/* TYPE */
h1 {
  font-size: 3em;
  font-weight: 200;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
h2 {
  font-size: 1.3em;
  line-height: 1.4em;
  font-weight: 400;
}
h3 {
  font-size: 1.5em;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
h4 {
  font-size: 1.3em;
  line-height: 1.5em;
  font-weight: 200;
}
h4 strong {
  color: #ffffff;
  background-color: #7a716c;
  padding-left: 10px;
  padding-right: 10px;
}
h5 {
  font-size: 1em;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #fff;
}
h6 {
  font-family: 'Ephesis', cursive;
  margin-top: 20px;
  font-size: 2.6em;
  line-height: 1.2em;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}
p,
ul {
  font-size: 1.1em;
  line-height: 1.6em;
  font-weight: 400;
}
/* NAVBAR */
.navbar {
  margin-bottom: 0px;
  font-size: 1.1em;
}
.navbar-nav .nav-link {
  color: #be9b8d;
  letter-spacing: 0.2em;
  font-weight: 600;
  text-transform: uppercase;
}
.navbar-nav .nav-link .active {
  color: #ffffff;
}
.navbar-dark .navbar-brand {
  color: #ffffff;
  font-weight: 600;
}
/* NAV-PILLS */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #be9b8d;
  color: #ffffff;
}
.nav-pills .nav-link {
  background-color: #7a716c;
  color: #ffffff;
}
.nav-item {
  margin-right: 8px;
}
.tab-content {
  padding: 30px;
}
/* BEREICHE */
.headliner {
  padding: 60px 0;
  background-color: #ffffff;
  background-image: url(/media/allgemein-design-website/pattern/dot-grid.png);
}
.teaser {
  background-color: #eeeded;
}
.teaser .einfuehrung {
  background-color: #be9b8d;
  padding: 30px;
  color: #ffffff;
}
.inhalt {
  padding: 60px 0;
  background-color: #eeeded;
}
.zitat {
  background-color: #eeeded;
  padding: 120px 0 0 0;
  background-image: url(/media/allgemein-design-website/alpbach-skyline.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.social {
  background-color: #7a716c;
  padding: 60px 0;
}
.vierer {
  background-image: linear-gradient(155deg, #be9b8d 80%, #7a716c 100%);
  padding: 50px 0 30px 0;
}
.vierer h3 {
  color: #ffffff;
}
.vierer p {
  color: rgba(255, 255, 255, 0.7);
}
.fuss {
  background-color: #7a716c;
  padding: 30px 0 0 0;
}
.fuss p {
  color: #ffffff;
}
.fuss .btn-link:hover {
  color: #ffffff;
}
/* BUTTONS */
.btn {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  font-weight: 600;
  border-radius: 3px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border: 0;
}
.btn-link {
  color: #be9b8d;
}
.btn-link:hover {
  color: #7a716c;
  text-decoration: none;
}
.btn-button {
  color: #ffffff;
  background-color: #7a716c;
}
.btn-button:hover {
  color: rgba(255, 255, 255, 0.7);
}
.btn-primary {
  color: #be9b8d;
  background-color: #be9b8d;
  border-color: #be9b8d;
}
/* CARDS */
.card {
  border: 0;
  background-color: #ffffff;
}
.card-header {
  background-color: #7a716c;
  border-bottom: 0;
  color: #ffffff;
}
.card-title {
  color: #ffffff;
}
.card-footer {
  border-top: 0;
  background-color: #ffffff;
}
.card-blog {
  background-color: #be9b8d;
}
.card-blog a {
  color: #ffffff;
}
.card-link {
  position: relative;
}
.card-link a {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.card-link .bi {
  color: #ffffff;
  font-size: 2.5em;
}
.card-link .bi:hover {
  color: #be9b8d;
}
/* ACCORDION FAQ */
.accordion .card-header:after {
  font-family: 'FontAwesome';
  content: "\f068";
  float: right;
}
.accordion .card-header.collapsed:after {
  content: "\f067";
}
/* 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: 3px;
  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: 3px;
  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: 3px;
  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: 3px;
  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: 3px;
  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: 3px;
  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: 3px;
  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: 3px;
  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: #be9b8d;
}
#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;
}
/* 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;
}
