/* cormorant-garamond-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/cormorant-garamond-v16-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+ */
}
/* cormorant-garamond-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/cormorant-garamond-v16-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+ */
}
/* roboto-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v32-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+ */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v32-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+ */
}
/* roboto-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-v32-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+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v32-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+ */
}
/* ASPECT RATIO 4:3 */
.vierzudrei {
  position: relative;
  aspect-ratio: 1.33333333;
}
.vierzudrei img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* GENERELL */
body {
  font-family: 'Roboto', sans-serif;
  color: #4f5859;
  padding-top: 50px;
}
.jumbotron {
  background-color: #ffffff;
  margin-top: 30px;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #f2f2f2;
  clear: both;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
#map_canvas {
  width: 100%;
  height: 600px;
  margin-bottom: 15px;
}
.square {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}
.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #706160;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: #aba396;
  color: #4f5859;
}
.rounded {
  border-radius: 0px !important;
}
.bg-success {
  background-color: #aba396 !important;
}
.bg-info {
  background-color: #4f5859 !important;
}
.bg-danger {
  background-color: #a5a692 !important;
}
iframe {
  overflow: auto;
}
h1 {
  color: #a5a692;
  font-weight: 300;
  font-size: 2.7em;
  padding-bottom: 15px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
}
h2 {
  font-weight: 300 !important;
  font-size: 1.7em;
  line-height: 1.5em;
  font-family: 'Cormorant Garamond', serif;
}
h3 {
  color: #a5a692;
  font-weight: 300;
  font-size: 1.6em;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  font-family: 'Cormorant Garamond', serif;
}
h4 {
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 1.5em;
}
p,
li {
  font-weight: 300;
  font-size: 1.05em;
  line-height: 1.8em;
}
a {
  color: #ffffff;
  font-weight: 700;
}
p a,
ul a,
label a {
  color: #4f5859;
  font-weight: 700;
}
p a:hover,
ul a:hover {
  color: #677374;
}
/* CARD */
.card {
  background-color: rgba(255, 255, 255, 0.8);
  border: 0;
  border-radius: 0px !important;
}
.card-footer {
  background-color: #ffffff;
}
/* ACCORDION */
.accordion .card-header {
  background-color: #4f5859;
}
.accordion .card-header a {
  color: #ffffff;
}
.accordion .card-header a:hover {
  color: #b3b3b3;
}
.accordion .card-body {
  background-color: #e7e7e7;
}
/* TABLE */
.table {
  background-color: #ffffff;
}
.table td:first-child {
  font-weight: 700;
}
.table-striped {
  background-color: #aba396;
}
/* BEREICHE */
.headliner {
  background-color: #aba396;
  padding: 60px 0;
}
.inhalt {
  padding: 60px 0;
}
.adler {
  background-image: url(/media/allgemein/Adler.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding-top: 200px;
}
.news {
  background-color: #f2f2f2;
  padding-top: 60px;
  padding-bottom: 30px;
}
.cards {
  background-color: #ffffff;
  padding-top: 60px;
}
.news .fa {
  color: #a5a692;
}
.news .fa:hover {
  color: #bfb78f;
}
.charity {
  background-image: url(/media/artra/bildwelten-artra-2022-03-05-c-sigl-5251-2800.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
}
.charity h1,
.charity h3 {
  color: #f2f2f2 !important;
}
.charity p {
  color: #ffffff;
}
.drei {
  padding: 30px 0;
}
.invers h1,
.invers h3,
.invers p,
.invers ul {
  color: #ffffff !important;
}
.invers li a {
  color: #ffffff;
  text-decoration: underline;
}
.invers li a:hover {
  color: #4f5859;
}
.invers hr {
  border-top: 1px solid #ffffff !important;
}
.social {
  background-color: #4f5859;
  padding: 30px 0 0 0;
}
.topthemen {
  background-color: #aba396;
  padding: 10px 0 20px 0;
}
.testimon {
  background-color: #aba396;
  padding: 60px 0;
}
.fuss {
  background-color: #4f5859;
  padding: 30px 0;
}
.fuss h3 {
  color: #ffffff;
}
.fuss p {
  color: #ffffff;
}
.fuss p a {
  color: #f2f2f2;
}
.fuss a:hover {
  color: #808d8e;
}
/* ARTRA */
.alert-warning {
  color: #413c34;
  background-color: #aba396;
  border-color: #948a7a;
}
.img-art {
  border: 10px solid #4f5859 !important;
  padding: 50px !important;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2) inset;
  background-color: #aba396;
}
.img-shadow {
  box-shadow: #64646f 0px 7px 29px 0px;
}
/* NAV-TABS */
.nav-tabs {
  border-bottom: 0;
}
.nav-tabs > li > a {
  margin-right: 2px;
  border: 0px;
  background-color: #dedede;
  color: #4f5859;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #4f5859;
  border: 0;
}
.tab-content {
  padding: 30px 0;
}
/* BUTTON */
.btn {
  font-weight: 400;
  border-radius: 0px;
}
.btn-bd {
  color: #ffffff;
  background-color: #4f5859;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.02em;
}
.btn-bd:hover {
  color: #ffffff;
  background-color: #A7AAAE;
}
.btn-circle {
  width: 50px;
  height: 50px;
  padding: 8px 0 6px 0;
  border-radius: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 1.42857;
  background-color: #aba396;
  color: #ffffff;
  margin-right: 10px;
}
.btn-circle:hover {
  color: #4f5859;
  background-color: #aba396;
}
.btn-default {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.15em;
}
.btn-default:hover {
  color: #ffffff;
  background-color: #A5A8AC;
  border-color: #ffffff;
}
.btn-default:active {
  color: #ffffff;
  background-color: #A5A8AC;
  border-color: #ffffff;
}
.btn-primary {
  background-color: #A5A8AC;
  border-color: #A5A8AC;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #626263;
  border-color: #626263;
}
.btn-primary:active {
  color: #ffffff;
  background-color: #626263;
  border-color: #626263;
}
.btn-danger {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #BFBDBD;
  border-color: #ffffff;
}
.btn-danger.active {
  color: #ffffff;
  background-color: #B63027;
  border-color: #ffffff;
}
/* NAVI */
.navbar {
  border-radius: 0;
  border: 0;
}
.navbar-dark {
  background-color: #4f5859;
}
.bg-dark {
  background-color: #4f5859 !important;
}
.navbar-dark .navbar-nav > li > a {
  color: #dbd8d2;
  text-transform: none;
  letter-spacing: 0em;
  font-weight: 300;
  font-size: 1em;
}
.navbar-dark .navbar-nav > .active > a,
.navbar-dark .navbar-nav > .active > a:hover,
.navbar-dark .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #A7AAAE;
}
.navbar-brand {
  font-weight: 300;
  color: #ffffff !important;
}
.navbar-dark .navbar-toggle {
  border-color: #ffffff;
}
.dropdown-menu {
  font-size: 1em !important;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: #4f5859;
}
/* CAROUSEL */
.head-background {
  font-size: 3vw;
  display: inline;
  color: #ffffff;
  background-color: #4f5859;
  line-height: 160%;
  font-weight: 700;
  padding: 0 12px 6px;
}
.text-background {
  color: #ffffff;
  background-color: #a5a692;
  padding: 6px;
}
#carouselli a:hover {
  color: #a5a692;
  text-decoration: none;
}
#carouselli p {
  margin-top: 4px;
}
/* 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: #A7AAAE;
}
#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;
}
/* BILDER FÜR WYSIWYG */
.img-responsive {
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto;
  border-radius: 0;
}
.img-responsive-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto;
  border-radius: 0;
  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: 0;
  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: 0;
  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: 0;
  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: 0;
  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: 0;
  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: 0;
  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;
}
/* 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;
}
