/* mukta-200 - latin */
@font-face {
  font-display: swap;
  font-family: 'Mukta';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/mukta-v16-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+ */
}
/* mukta-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Mukta';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/mukta-v16-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+ */
}
/* mukta-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Mukta';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/mukta-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+ */
}
/* mukta-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Mukta';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/mukta-v16-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+ */
}
/* ABSTAND */
.abstandobenunten {
  padding-top: 60px;
  padding-bottom: 60px;
}
.abstandoben {
  padding-top: 60px;
}
.abstandunten {
  padding-bottom: 60px;
}
.keinabstandunten {
  margin-bottom: 0;
}
/* GENERELL */
body {
  font-family: 'Mukta', sans-serif;
  background-color: #ffffff;
  color: #3f4447;
}
.rounded {
  border-radius: 0px !important;
}
.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #be281f;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: #e6e6e6;
  color: #ffffff;
}
.thumbnail {
  border: 0;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px dotted #ffffff;
  clear: both;
}
.page-header {
  margin-top: 30px;
  margin-bottom: 60px;
}
a {
  color: #be281f;
}
a:hover {
  color: #010d00;
}
.bg-dark {
  background-color: #be281f !important;
}
/* TYPE */
h1 {
  font-size: 2.7em;
  margin-bottom: 30px;
  font-weight: 200;
  color: #2f3437;
  letter-spacing: 0.1em;
  text-transform: lowercase;
}
h2 {
  font-size: 1.1em;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  font-weight: 300;
  color: #2f3437;
}
h3 {
  font-size: 1.8em;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  font-weight: 200;
  color: #3f4447;
  text-transform: lowercase;
}
p {
  font-size: 1.1em;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  font-weight: 300;
}
/* NAVBAR */
.navbar-dark .navbar-brand {
  color: rgba(236, 237, 237, 0.6);
  font-weight: 700;
}
.navbar-nav .nav-link {
  color: #ffffff;
  text-transform: lowercase;
  letter-spacing: 0.2em;
  font-weight: 300;
  font-size: 1.2em;
}
.navbar-dark .navbar-nav .nav-link {
  color: #ffffff;
}
/* NAV TABS */
.nav-tabs {
  border-bottom: 0;
}
.nav-tabs .nav-link {
  border: 0;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #2f3437;
  background-color: #f2f2f2;
  border-color: #f2f2f2 #f2f2f2 #f2f2f2;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
  background-color: #3f4447;
  color: #ffffff;
  border-bottom: 0;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover {
  background-color: #be281f;
  color: #ffffff;
}
.nav-item {
  margin-right: 8px;
}
.tab-content {
  padding: 30px;
  background-color: #f2f2f2;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
/* BEREICHE */
.headliner {
  padding: 40px 0 80px 0;
  background-image: url(/mariagrazia-longhi-artist-media/allgemein/mariagraziapapiergray.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 102% auto;
  background-attachment: cover;
}
.inhalt {
  padding: 60px 0;
}
.vierer {
  padding: 80px 0 0 0;
  background-image: url(/mariagrazia-longhi-artist-media/allgemein/mariagraziapapierblack.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 102% auto;
  background-attachment: cover;
}
.vierer h3 {
  color: #ffffff;
}
.vierer p,
.vierer a {
  color: rgba(236, 237, 237, 0.6);
}
.vierer i {
  padding-right: 5px;
}
/* BUTTONS */
.btn {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  font-weight: 700;
  border-radius: 0px;
  text-transform: lowercase;
  letter-spacing: 0.2em;
}
.btn-link {
  color: #ffffff;
  text-transform: uppercase;
}
.btn-link:hover {
  color: #be281f;
}
.btn-bd {
  color: #ffffff;
  background-color: #3f4447;
  border-color: #3f4447;
  padding-left: 30px;
  padding-right: 30px;
}
.btn-bd:hover {
  color: #ffffff;
  background-color: #be281f;
  border-color: #be281f;
}
/* CAROUSEL */
.carousel {
  margin-bottom: 0px;
}
.carousel h1 {
  color: #ffffff;
  font-weight: 700;
}
/* CARDS */
.card {
  border: 0;
  background-color: #f2f2f2;
}
.card-header {
  background-color: #3f4447;
  border-bottom: 0px;
}
.card-footer {
  background-color: #ffffff;
  border-top: 0;
}
.card-link {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
/* 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: #ffffff;
}
#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;
}
/* KENBURNS */
.kenburns {
  overflow: hidden;
}
.kenburns img {
  width: 100%;
  margin-left: 0px;
  position: relative;
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.kenburns:hover img {
  transform: scale(1.2) rotate(2deg);
}
