/* .leaflet-container {
  filter: grayscale(80%);
} */
.leaflet-container .leaflet-tile,
.leaflet-container .leaflet-control-attribution,
.leaflet-container .marker-cluster {
  filter: grayscale(80%);
}

/* fixies */

.b,
.c,
.d,
.e {
  stroke-dasharray: none !important;
}

/* buttons - we use non-bootstrap classnames to prevemt default styling */
a.button-primary,
.button-primary a,
a.button-secondary,
.button-secondary a,
a.button-tertiary,
.button-tertiary a,
a.button-transparent,
.button-transparent a {
  padding: 0px 24px;
  border-radius: 28px;
  cursor: pointer;
  font-size: 16px;
  display: inline-block;
  line-height: 48px;
}
a.button-tertiary,
.button-tertiary a {
  color: var(--colorBrown);
  border: 1px solid var(--colorBrown);
}
.button-transparent,
.button-transparent:hover {
  color: white;
  border: 1px solid white;
}
a.button-primary,
.button-primary a {
  background-color: var(--colorGreen);
  color: white;
}
a.button-download::after,
.button-download a::after {
  content: url(/themes/custom/changemaker_hotels/assets/arrow_down_white.svg);
  position: relative;
  top: 6px;
  margin-right: 6px;
}
a.button-back::before,
.button-back a::before {
  content: url(/themes/custom/changemaker_hotels/assets/arrow_only_left_brown.svg);
  position: relative;
  top: 6px;
  margin-right: 6px;
}
a.button-back.button-transparent::before,
.button-back.button-transparent a::before {
  content: url(/themes/custom/changemaker_hotels/assets/arrow_only_left_white.svg);
}

/* random */

.field--type-image img,
.field--name-field-user-picture img {
  margin: 0;
}
.node .field--type-image {
  margin: 0 !important;
}

.node--type-location h1 {
  font-weight: normal;
}
@media (min-width: 640px) {
  .node--type-location h1 {
    font-size: unset !important;
  }
}

main#content {
  position: relative;
  margin-right: 0;
  padding-right: 0;
  margin-left: 0;
  padding-left: 0;
}

.main-section {
  max-width: 100%;
}

.main-section.right {
  margin-left: auto;
  max-width: 100%;
}

.row.full-width {
  width: 100%;
}

.row.row-offcanvas.row-offcanvas-left.clearfix {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.row-no-margin {
  margin-left: 0px;
  margin-right: 0px;
}

main#content {
  position: relative;
}

.node__content {
  font-size: 18px;
  color: #5a5c40;
}

#backtotop {
  background: url(/themes/custom/changemaker_hotels/assets/Arrow-Circle.png);
  background-size: contain;
  width: 50px;
  background-repeat: no-repeat;
  right: 54px;
}

.list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.field--name-description {
  font-size: 24px;
}

/* ckeditor styles */

.field.field--name-field-inhalt h1 {
  margin-top: 1em;
  color: #98cdaa;
}

p.capitalize::first-letter {
  text-transform: uppercase;
  font-size: 56px;
  color: #5a5c40;
  float: left;
  line-height: 56px;
  padding-right: 5px;
  padding-left: 0px;
  margin-left: 0px;
  padding-top: 0px;
}

h3.teaser,
.big-text {
  font-size: 24px;
  line-height: 32px;
  font-weight: inherit;
  font-family: "STIX Two Text";
  color: var(--colorBrown);
}

/*
button.slick-prev.slick-arrow, .slick-prev.slick-arrow::before {
  display: none;
}
*/

.card {
  background-color: transparent;
  border: 0;
  border-radius: 0;
}

/* main styles */

div#main-wrapper {
  /* background: #eef1ed; */
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
  overflow: clip;
}

.paragraph--type--artikelanreisser-1
  .views-field.views-field-field-titelbild
  .field-content {
  overflow: hidden;
}

.paragraph--type--artikelanreisser-1 .teaser-left-image {
  overflow: hidden;
}

.paragraph--type--artikelanreisser-1 img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
}

.paragraph--type--artikelanreisser-1 img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

svg {
  vertical-align: middle;
  height: auto;
  max-width: 100%;
}

/* #page,
#page-wrapper,
#main-wrapper, */
.region-primary-menu .menu-item a.is-active,
.region-primary-menu .menu-item--active-trail a {
  background: #eef1ed;
}

.node__content {
  margin-top: 0px;
}

#jump-content {
  padding-top: 30px;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.fixed-width-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.site-footer {
  font-family: inherit;
  padding: 0px 0 30px;
  background: #5a5c40;
  overflow: hidden;
}

footer.site-footer
  .field.field--name-field-media-svg.field--type-svg-image-field
  svg {
  /* width: inherit; */
  max-width: 140px;
}

.site-footer .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-direction: column;
}

.site-footer__top.clearfix {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  flex-wrap: nowrap;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}

.site-footer_top.clearfix {
  padding-top: 1em;
}

.site-footer .block {
  margin: 20px 0;
  border: 0px solid #444;
  border-color: transparent;
  padding: 10px;
}

.site-footer div#block-newsletterclaimfooter {
  margin-bottom: 0;
}

footer.site-foote nav#block-hauptmenu1 {
  padding-left: 0;
}

/*

.site-footer nav#block-hauptmenu1 {
  padding: 0px !important;
}

section.row.col-3.region.row-no-margin.region-footer-second {
  padding-left: 0;
}

*/

.site-footer__bottom .region {
  margin-top: 0px;
}

.region-footer-fourth {
  align-content: flex-start;
  min-height: 380px;
  display: flex;
  position: relative;
}

.site-footer__bottom .col-10 .region-footer-fifth {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
}

.site-footer__bottom .container > .row {
  display: flex;
  justify-content: flex-end;
}

.site-footer__bottom .col-10 .region-footer-fifth div#block-footerleft,
.site-footer__bottom .col-10 .region-footer-fifth div#block-footerright {
  flex-shrink: inherit;
}

.site-footer__bottom .col-10 .region-footer-fifth div#block-footerleft {
  margin: 0px;
}

.site-footer__bottom .col-10 .region-footer-fifth div#block-footerright {
  text-align: right;
  margin: 0px;
}

.site-footer__bottom {
  margin-top: 0;
  border-top: 0;
  border-color: rgba(255, 255, 255, 0.15);
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.5px;
}

.region-footer-second,
.region-footer-third {
  min-height: 380px;
  display: flex;
  align-content: space-between;
  position: relative;
}

.location-bottom
  .third
  .field.field--name-field-media-svg.field--type-svg-image-field
  svg {
  width: 70px;
  margin-top: 1em;
}

div#block-footerright,
div#block-footerleft {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.5px;
  position: absolute;
  bottom: 0;
}

div#block-newsletterclaimfooter .content {
  color: white;
  font-family: "STIX Two Text";
  line-height: 30px;
  font-size: 24px;
  text-align: left;
}

div#block-newsletterclaimfooter {
  padding-top: 1em;
}

footer.site-footer .nav-link {
  display: block;
  padding: 0.5rem 0rem;
  color: white;
  text-decoration: none;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
  font-family: "Noto Sans";
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 1em;
}

footer.site-footer .nav-link:focus,
footer.site-footer .nav-link:hover {
  color: #ffffffbf;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

input::placeholder {
  font-size: 15px;
  font-family: "Noto Sans";
  color: #5a5c40 !important;
}

.form-control:focus,
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  box-shadow: none;
}

.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.field--type-entity-reference {
  margin: 0;
}

/* Navigation */

.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

nav#block-mainnavigation {
  /* background-color: #eef1ed; */
  background-color: #fff;
  padding-bottom: 1em;
}

div#block-changemakerlogo-2 {
  display: flex;
  padding-top: 2em;
  justify-content: center;
  padding-bottom: 2em;
  background-color: #eef0ed;
}

.l-247 div#block-changemakerlogo-2 .st0 {
  fill: #595c3c;
}

.l-247 .navbar-toggler-icon {
  background-image: url(/themes/custom/changemaker_hotels/assets/menu-icon.svg) !important;
}

.l-247 div#block-changemakerlogo .st0 {
  fill: white;
}

.l-247
  div#block-changemakeremblem
  .field.field--name-field-media-svg.field--type-svg-image-field
  svg
  .st1 {
  fill: white;
}

/* Menü */

div#block-changemakeremblem {
  position: fixed;
  left: 30px;
  top: 30px;
}

div#block-changemakeremblem
  .field.field--name-field-media-svg.field--type-svg-image-field
  svg {
  width: 55px;
  height: auto;
}

div#block-changemakeremblem
  .field.field--name-field-media-svg.field--type-svg-image-field
  svg
  circle.st0 {
  fill: transparent;
}

div#block-changemakeremblem
  .field.field--name-field-media-svg.field--type-svg-image-field
  svg
  .st1 {
  fill: #595c3c;
}

.node--type-location
  div#block-changemakeremblem
  .field.field--name-field-media-svg.field--type-svg-image-field
  svg
  .st1 {
  fill: white;
}

/* .header.nav-down .navbar-toggler-icon,
.header.nav-up .navbar-toggler-icon {
  position: fixed;
  right: 30px;
  top: 0;
} */

.block.block-layout-builder.block-field-blockparagraphvideo-hintergrundfield-svg-oben {
  height: 1px;
  width: 1px;
  visibility: hidden;
}

header#header nav#block-mainnavigation .nav-item {
  padding-left: 15px;
}

header#header nav#block-mainnavigation .nav-item {
  border-bottom: 1px solid #5a5c4063;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

header#header nav#block-mainnavigation .nav-item:last-child {
  border-bottom: 0;
}

header#header
  nav#block-mainnavigation
  a.nav-link.nav-link--interview-changemakerhotels,
header#header nav#block-mainnavigation a.nav-link.nav-link--hotelnews,
header#header nav#block-mainnavigation a.nav-link.nav-link--node-80,
header#header
  nav#block-mainnavigation
  a.nav-link.nav-link--hotel-spa-changemakerhotels,
header#header nav#block-mainnavigation a.nav-link.nav-link--blog {
  position: relative;
  padding-left: 40px;
}

header#header
  nav#block-mainnavigation
  a.nav-link.nav-link--interview-changemakerhotels:before {
  content: url(/themes/custom/changemaker_hotels/assets/visionaerinnen_icon.svg);
  position: absolute;
  left: 0px;
  top: 10px;
  width: 24px;
  height: auto;
}

header#header nav#block-mainnavigation a.nav-link.nav-link--blog:before {
  content: url(/themes/custom/changemaker_hotels/assets/blog_icon.svg);
  position: absolute;
  left: 5px;
  top: 10px;
}

header#header nav#block-mainnavigation a.nav-link.nav-link--hotelnews:before {
  content: url(/themes/custom/changemaker_hotels/assets/hotelnews_icon.svg);
  position: absolute;
  left: 0px;
  top: 10px;
  width: 24px;
}

header#header nav#block-mainnavigation li.nav-item {
  position: relative;
}
header#header nav#block-mainnavigation li.nav-item:after {
  /* content: url(/themes/custom/changemaker_hotels/assets/arrow_right_dark.svg);
  position: absolute;
  right: 40px;
  top: 20px;
  pointer-events: none; */
}

header#header
  nav#block-hauptmenu2
  a.nav-link.nav-link-https--wwwinstagramcom-changemakerhotel- {
  position: relative;
  padding-left: 40px !important;
}

header#header
  nav#block-hauptmenu2
  a.nav-link.nav-link-https--wwwinstagramcom-changemakerhotel-:before {
  content: url(/themes/custom/changemaker_hotels/assets/instagram_icon.svg);
  position: absolute;
  left: 10px;
  top: 10px;
  width: 24px;
  height: auto;
}

header#header nav#block-mainnavigation nav#block-hauptmenu2 {
  padding-left: 3.5em;
}

div#block-jointhecommunity {
  font-size: 12px;
  line-height: 17px;
  padding-left: 2em;
}

a.nav-link.nav-link--node-80,
a.nav-link.nav-link--hotel-spa-changemakerhotels {
  position: relative;
}

header#header nav#block-mainnavigation a.nav-link.nav-link--node-80:before,
header#header
  nav#block-mainnavigation
  a.nav-link.nav-link--hotel-spa-changemakerhotels:before {
  content: url(/themes/custom/changemaker_hotels/assets/change_maker_icon_small.svg);
  position: absolute;
  left: 0px;
  top: 10px;
  width: 24px;
  height: auto;
}

nav#block-hauptmenu2 {
  padding-top: 2em;
  padding-bottom: 2em;
}

nav#block-hauptmenu2 ul {
  display: flex;
  flex-direction: column;
}

nav#block-mainnavigation .nav-link {
  font-family: "Noto Sans";
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: #5a5c40;
  font-weight: bold;
}

nav#block-hauptmenu2 .nav-link {
  color: #5a5c40;
  font-family: "Noto Sans";
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
  padding-left: 10px;
  padding-right: 10px;
}

/* classy */

.padding-left-1 .container {
  padding-left: 2%;
}

.padding-left-2 .container {
  padding-left: 3%;
}

.padding-left-3 .container {
  padding-left: 4%;
}

.padding-right-1 .container {
  padding-right: 2%;
}

.padding-right-2 .container {
  padding-right: 3%;
}

.padding-right-3 .container {
  padding-right: 4%;
}

.spacer-top-1 {
  margin-top: 1em;
}

.spacer-top-2 {
  margin-top: 4em;
}

.spacer-top-3 {
  margin-top: 6em;
}

.spacer-bottom-1 {
  margin-bottom: 2em;
}

.spacer-bottom-2 {
  margin-bottom: 4em;
}

.spacer-bottom-3 {
  margin-bottom: 6em;
}

.chm-full-width {
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
}

.fixed-width-container > .row {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

/* Video Hintergrund */

.paragraph--type--video-hintergrund.paragraph--view-mode--default
  .layout-bg-section {
  box-sizing: border-box;
  max-height: 100vh;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  max-height: calc(var(--vh, 1vh) * 100);
}

.layout-bg-row {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  max-height: calc(var(--vh, 1vh) * 100);
}

.paragraph--type--video-hintergrund.paragraph--view-mode--default
  .layout-bg-bg-container {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  max-height: calc(var(--vh, 1vh) * 100);
}

.paragraph--type--video-hintergrund.paragraph--view-mode--default
  .layout.layout--onecol {
  min-height: 100%;
  width: 100%;
}

.paragraph--type--video-hintergrund.paragraph--view-mode--default
  .layout__region.layout__region--content {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  max-height: calc(var(--vh, 1vh) * 100);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
}

.block-field-blockparagraphvideo-hintergrundfield-svg-oben {
  margin-top: 4vh;
}

/*
.field--name-field-hauptinhalt {
  font-family: 'STIX Two Text';
}
*/

.paragraph--type--video-hintergrund .field--name-field-hauptinhalt {
  font-size: clamp(1.625rem, 2.771vw + 0.908rem, 3.125rem);
  line-height: clamp(1.95rem, 3.903vw + 0.94rem, 4.063rem);
  min-height: 0vw;
  padding: 0.5em;
}

.field--name-field-text-unten.field--type-string {
  font-family: "Noto Sans";
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 80px;
  text-align: center;
}

.paragraph--type--video-hintergrund .field--name-field-hauptinhalt {
  font-family: "STIX Two Text";
}

/* Arrow down */

section.main {
  position: relative;
}

/* the important styles 

section.main {
  position: relative;
}

.arrow-wrap {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: -150px;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 0.5em;
  display: block;
}

.arrow {
  float: left;
  position: relative;
  width: 0px;
  height: 0px;
}

.arrow:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='27px' height='29px' viewBox='0 0 27 29' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Earrow_upward%3C/title%3E%3Cg id='Change-Maker-Desktop' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='CM-Coming-Soon' transform='translate(-713.000000, -734.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='Stage-Content' transform='translate(291.000000, 40.000000)'%3E%3Cg id='arrow_upward' transform='translate(435.210000, 708.002600) rotate(180.000000) translate(-435.210000, -708.002600) translate(422.000000, 694.000000)'%3E%3Cpolygon id='Path' points='0 14.0026 2.3282625 16.4705583 11.55875 6.70374475 11.55875 28.0052 14.86125 28.0052 14.86125 6.70374475 24.075225 16.4880615 26.42 14.0026 13.21 3.41000364e-14'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}


.hint {
position:absolute;
top:0.6em;
width:100%;
left:0;
font-size:2em;
font-style:italic;
text-align:center;
color:#fff;
opacity:0;
}


.arrow-wrap:hover .hint {
opacity:1;
}


@-webkit-keyframes arrows {
  0% { top:0; }
  10% { top:12%; }
  20% { top:0; }
  30% { top:12%; }
  40% { top:-12%; }
  50% { top:12%; }
  60% { top:0; }
  70% { top:12%; }
  80% { top:-12%; }
  90% { top:12%; }
  100% { top:0; }
}

.arrow-wrap .arrow {
  -webkit-animation: arrows 2.8s 0.4s infinite;
  -webkit-animation-delay: 3s;
}

  .arrow_upward {
background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='27px' height='29px' viewBox='0 0 27 29' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Earrow_upward%3C/title%3E%3Cg id='Change-Maker-Desktop' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='CM-Coming-Soon' transform='translate(-713.000000, -734.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='Stage-Content' transform='translate(291.000000, 40.000000)'%3E%3Cg id='arrow_upward' transform='translate(435.210000, 708.002600) rotate(180.000000) translate(-435.210000, -708.002600) translate(422.000000, 694.000000)'%3E%3Cpolygon id='Path' points='0 14.0026 2.3282625 16.4705583 11.55875 6.70374475 11.55875 28.0052 14.86125 28.0052 14.86125 6.70374475 24.075225 16.4880615 26.42 14.0026 13.21 3.41000364e-14'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

*/

/* CTA 1 */

.view.view-eva.view-cta-newsletter.view-id-cta_newsletter.view-display-id-entity_view_1
  .field.field--name-field-media-svg.field--type-svg-image-field
  svg {
  width: 120px;
}

.view-cta-newsletter .views-field.views-field-field-icon svg {
  max-width: 125px;
}

.contextual-region.view.view-eva.view-cta-newsletter.view-id-cta_newsletter.view-display-id-entity_view_1,
.view.view-eva.view-cta-newsletter.view-id-cta_newsletter.view-display-id-entity_view_1 {
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
}

.contextual-region.view.view-eva.view-cta-newsletter.view-id-cta_newsletter.view-display-id-entity_view_1
  .field.field--name-field-media-svg.field--type-svg-image-field
  svg,
.view.view-eva.view-cta-newsletter.view-id-cta_newsletter.view-display-id-entity_view_1
  .field.field--name-field-media-svg.field--type-svg-image-field
  svg {
  max-width: 190px;
  width: 140px;
}

.paragraph--type--cta-newsletter.paragraph--view-mode--variante-2
  .views-element-container {
  position: relative;
}

.paragraph--type--cta-newsletter.paragraph--view-mode--variante-2
  .field--name-field-hauptinhalt {
  /* font-family: "STIX Two Text";
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: #5a5c40; */
  margin-bottom: 1em;
}

.paragraph.paragraph--type--cta-newsletter.paragraph--view-mode--variante-2 {
  margin-bottom: 3em;
}

.paragraph.paragraph--type--cta-1 .container,
.paragraph.paragraph--type--cta-1 .row {
  height: 90%;
}

.paragraph.paragraph--type--cta-newsletter.paragraph--view-mode--default
  div.block-mailchimp-signup-subscribe-blocknl-changemakerhotels {
  display: flex;
  justify-content: center;
  margin-top: 0;
}

.field--name-field-cta-1-inhalt {
  font-family: "Noto Sans";
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: #5a5c40;
}

.paragraph--type--cta-1
  .field--type-svg-image-field.field--label-hidden.field__item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
}

.paragraph--type--cta-1 .field.field--name-field-link.field--type-link a {
  color: white;
  text-decoration: none;
  background-color: #5a5c40;
  padding: 0.5em 1.5em;
  border-radius: 50px;
  display: inline-block;
  font-family: "Noto Sans";
}

.cta-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
}

.paragraph.paragraph--type--cta-1 {
  margin-bottom: 3em;
  height: 100%;
}

.paragraph.paragraph--type--cta-1.paragraph--view-mode--turqouise .row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.paragraph.paragraph--type--cta-1.paragraph--view-mode--turqouise .cta-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.paragraph.paragraph--type--cta-1.paragraph--view-mode--turqouise
  .field--name-field-cta-1-inhalt {
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-family: "STIX Two Text";
  color: #5a5c40;
}

.paragraph.paragraph--type--cta-1.paragraph--view-mode--turqouise {
  margin-top: 6em;
  margin-bottom: 3em;
  background-color: #98cdaa;
  padding: 4em 0;
}

.col-md-5.cta-bg-image.yellow-image {
  background-size: cover !important;
}

.bg-green.paragraph.paragraph--type--textblock {
  background-color: #bfccbd;
  max-width: 100%;
  padding-bottom: 2em;
  padding-top: 2em;
}

.bg-transparent.paragraph.paragraph--type--textblock {
  max-width: 100%;
}

.bg-green .field.field--name-field-zwischentitel,
.bg-transparent .field.field--name-field-zwischentitel {
  position: relative;
  padding-left: 100px;
}

.bg-transparent .field.field--name-field-zwischentitel:before,
.bg-green .field.field--name-field-zwischentitel:before {
  background-color: #5a5c40;
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  left: 0;
  top: 50%;
  position: absolute;
}
/* Bildgalerie */

.node--type-bildergalerie div#block-changemakerlogo {
  position: relative;
}

.node--type-bildergalerie
  .field.field--name-field-galerie-bilder.field--type-entity-reference.field--label-hidden.field__items
  .field__item
  ~ .field__item {
  display: unset;
}

.cboxSlideshow_off #cboxSlideshow {
  display: none !important;
}

.view-id-galerie.view-display-id-embed_1 .view-content.row {
  min-width: 100%;
}

#cboxOverlay {
  background: #eef1ed;
}

#cboxPrevious {
  position: fixed;
  left: 0;
  top: 50%;
  right: unset;
  transform: translateY(-50%);
  background: none;
  width: 66px;
  height: 66px;
  text-indent: unset;
  color: #ffffff00;
}

button#cboxPrevious:before {
  color: white;
  font-size: 36px;
  font-size: 2.25rem;
  content: url(/themes/custom/changemaker_hotels/assets/arrow_circle_right.svg);
  position: absolute;
  width: 66px;
  height: 66px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999999999;
  transform: rotate(180deg);
}

#cboxNext {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  width: 66px;
  height: 66px;
  text-indent: unset;
  color: #ffffff00;
}

button#cboxNext:before {
  color: white;
  font-size: 36px;
  font-size: 2.25rem;
  content: url(/themes/custom/changemaker_hotels/assets/arrow_circle_right.svg);
  position: absolute;
  width: 66px;
  height: 66px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999999999;
}

#colorbox {
  background: #eef1ed;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius-bottomleft: 9px;
  -moz-border-radius-bottomright: 9px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  outline: 0;
}

.paragraph--type--bildgalerie {
  margin: 4em 0;
}

.paragraph--type--bildgalerie .field.field--name-field-galerie-bilder {
  position: relative;
}

.paragraph--type--bildgalerie .field.field--name-field-galerie-bilder:after {
  position: absolute;
  right: 20px;
  bottom: 15px;
  z-index: 1;
  pointer-events: none;
  content: url(/themes/custom/changemaker_hotels/assets/gallery_open.svg);
}

.field.field--name-field-galerie-bilder.field--type-entity-reference.field--label-hidden.field__items
  .field__item
  ~ .field__item {
  display: none;
}

.image-gallery.section-header.container.col-12 {
  width: 1280px;
  display: flex;
}

.container-left.main-section {
  display: flex;
}

/* Vollbild */

.paragraph--type--fullscreen-bild {
  max-width: 25600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin: 15px;
}

.paragraph.paragraph--type--fullscreen-bild.paragraph--view-mode--default
  .field.field--name-field-fs-logo-mitte {
  min-width: 350px;
}

.paragraph--type--fullscreen-bild
  .field.field--name-field-fs-logo-mitte.field--type-entity-reference.field--label-hidden.field__item
  .field.field--name-field-media-svg.field--type-svg-image-field
  svg {
  max-width: 420px;
  width: auto;
}

.paragraph.paragraph--type--fullscreen-bild
  .field.field--name-field-media-svg.field--type-svg-image-field
  svg {
  max-width: 117px;
}

.paragraph--type--fullscreen-bild .layout__region.layout__region--content {
  min-height: 100%;
}

.paragraph--type--fullscreen-bild
  .layout__region.layout__region--content
  .block-field-blockparagraphfullscreen-bildfield-fs-bild {
  -webkit-transform: rotate(270deg) translateX(50%) translateY(250%);
  -moz-transform: rotate(270deg) translateX(50%) translateY(250%);
  -o-transform: rotate(270deg) translateX(50%) translateY(250%);
  -ms-transform: rotate(270deg) translateX(50%) translateY(250%);
  transform: rotate(270deg) translateX(50%) translateY(250%);
  position: absolute;
  right: 0;
  bottom: 0;
  color: white;
  font-size: 12px;
  line-height: 22px;
}

.paragraph--type--fullscreen-bild .section-ident-1.layout.layout--onecol {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.block-field-blockparagraphfullscreen-bildfield-sf-logo-unten {
  position: absolute;
  bottom: -54px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}

.paragraph--type--fullscreen-bild .layout-bg-bg-container,
.node--type-location .field.field--name-field-titelbild img,
.layout-bg-bg-container img {
  animation: zoomIn 40s linear infinite alternate;
}

.location-bg {
  height: 80vh;
  width: 100vw;
  animation: zoomIn 40s linear infinite alternate;
}

@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}

/*
.credits-wrapper {
  width: 100%;
  position: relative;
  text-align: right;
  padding-right: 5px;
}
*/

.field.field--name-field-titelbild.field--type-entity-reference.field--label-hidden.field__item {
  overflow: hidden;
}

/* Textblock */

.field.field--name-field-zwischentitel.field--type-string.field--label-hidden.field__item {
  font-family: var(--fontFamilyDefault);
  font-size: 30px;
  line-height: 45px;
  color: var(--colorBrown);
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.paragraph--type--textblock {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--gapBetweenParagraphs);
}
/* .paragraph--type--textblock .row > div > div:first-child {
  margin-bottom: 1em;
} */
.paragraph--type--interview p:last-child,
.paragraph--type--textblock p:last-child {
  margin-bottom: 0;
}

/* Banner Bild Text */

.paragraph--type--banner-bild-text .row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
}

.paragraph--type--banner-bild-text {
  margin-bottom: var(--gapBetweenParagraphs);
}

.paragraph--type--banner-bild-text {
  font-family: var(--fontFamilyHeadlines);
  font-size: 24px;
  line-height: 32px;
  color: var(--colorBrown);
}

.paragraph--type--banner-bild-text .field.field--name-field-media-svg {
  width: 150px;
  margin-right: 1em;
}

.paragraph--type--banner-bild-text .container {
  display: flex;
  align-items: center;
}

.paragraph--type--banner-bild-text
  .field--name-field-bt-text.field--type-text-long {
  padding-right: 16%;
}

.paragraph--type--banner-bild-text
  .field.field--name-field-media-svg.field--type-svg-image-field
  svg {
  width: 90%;
  max-width: 100%;
}

/* Team */

div#slick-views-team-embed-embed-1-1-slider .slick-track {
  display: flex !important;
}

div#slick-views-team-embed-embed-1-1-slider .slick-slide:nth-child(3n-2) {
  height: inherit !important;
  background-color: #bfccbd;
}

div#slick-views-team-embed-embed-1-1-slider .slick-slide:nth-child(3n-2) {
  height: inherit !important;
  background-color: #bfccbdb3;
}

div#slick-views-team-embed-embed-1-1-slider .slick-slide:nth-child(3n) {
  height: inherit !important;
  background-color: #98cdaa;
}

.teaser-person-position {
  text-align: center;
  margin-top: 1em;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.5px;
  margin-bottom: 0.5em;
}

.teaser-person-body {
  text-align: center;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.teaser-person-name {
  text-align: center;
  font-size: 25px;
  line-height: 30px;
  font-family: "STIX Two Text";
}

.teaser-person-untertitel {
  text-align: center;
  font-family: "STIX Two Text";
  font-size: 24px;
  line-height: 30px;
}

.teaser-person-untertitel {
  text-align: center;
  font-family: "STIX Two Text";
  font-size: 24px;
  line-height: 30px;
}

/* Header nur Icon */

.paragraph--type--header-nur-logo {
  /* padding-top: 10em; */
}

.paragraph--type--header-nur-logo
  .field--name-field-media-svg.field--type-svg-image-field {
  display: flex;
  justify-content: center;
}

.paragraph--type--header-nur-logo svg {
  width: 200px;
}

.paragraph--type--header-nur-logo path,
.paragraph--type--header-nur-logo polygon,
.paragraph--type--header-nur-logo polyline,
.paragraph--type--header-nur-logo ellipse {
  fill: #5a5c40;
}

/* Location */

.logo-location-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3em 0;
}

.kat-logo-location {
  position: absolute;
  top: -40px;
  left: 4%;
  width: 80px;
}

.view.view-eva.view-logos-bei-location
  .field.field--name-field-media-svg.field--type-svg-image-field
  svg {
  width: 80px;
  height: 80px;
}

.kat-logo-location .st0 {
  fill: #bfccbd;
}

.kat-logo-location .st1 {
  fill: #5a5c40;
}

.node--type-location .navbar-toggler-icon {
  background-image: url(/themes/custom/changemaker_hotels/assets/menu-icon.svg.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.location-tags.container {
  max-width: 760px;
}

.container .field.field--name-field-schlagworte {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 10px; /* TODO: check if thewre's a grid display */
  width: 100%;
  margin-top: 3em;
  margin-bottom: 3em;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans";
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-style: italic;
}
.container .field.field--name-field-schlagworte .field__item a {
  background: var(--colorLightGrey);
  border-radius: 20px;
  font-size: 18px;
  color: var(--colorDarkGrey);
  letter-spacing: 0.5px;
  line-height: 2em;
  display: block;
  font-style: normal;
  padding: 0 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  display: flex;
  flex-direction: row-reverse;
  gap: 0.5em;
}

.field.field--name-field-location-vorspann,
.field--name-field-i-einleitung,
.field--name-field-b-vorspann-blog,
.paragraph--type--vorspann {
  font-family: "Noto Sans";
  font-size: 30px;
  line-height: 45px;
  color: #5a5c40;
  margin-bottom: 1em;
  margin-top: 1em;
}
@media (max-width: 640px) {
  .field.field--name-field-location-vorspann,
  .field--name-field-i-einleitung,
  .field--name-field-b-vorspann-blog,
  .paragraph--type--vorspann {
    font-size: 22px;
    line-height: 33px;
  }
}

.field--name-field-i-einleitung {
  margin-top: 4em;
}

section.header-location {
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
  background-color: #bfccbd;
}

section.header-location .field--name-field-titel-fuer-ausgabe {
  text-align: center;
  font-family: "Stix Two Text";
  font-size: 50px;
  line-height: 60px;
  color: #5a5c40;
}

section.header-location .field.field--name-field-region {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #5a5c40;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.5px;
}

section.header-location .views-field.views-field-field-adresse-locality {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #5a5c40;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.5px;
}

.header-location
  .field.field--name-field-titelbild.field--type-entity-reference.field--label-hidden.field__item
  .contextual-region {
  display: inline-block;
}

.header-location .fotocredit {
  color: white;
  font-size: 12px;
  line-height: 22px;
  text-align: right;
  writing-mode: vertical-rl;
  padding-right: 8px;
  padding-bottom: 8px;
}

@media (max-width: 640px) {
  .header-location .fotocredit {
    font-size: 10px;
    bottom: 3px;
    left: 7px;
  }
}

/* Logo */

/*
div#block-changemakerlogo {
  position: relative;
  z-index: 9;
  width: 100vw;
  text-align: center;
  margin-top: 3em;
  margin-bottom: 2em;
}
*/

div#block-changemakerlogo {
  position: absolute;
  z-index: 9;
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.col-lg-6.col-md-6.col-12.cm-header-image {
  padding-right: 0;
}

/* Doppelbild */

.paragraph--type--doppelbild .image-wrapper {
  position: relative;
  display: inline-block;
  height: 100%;
  min-width: 100%;
}

.paragraph--type--doppelbild
  .image-wrapper
  .field.field--name-field-media-image.field--type-image {
  min-width: 100%;
}

.paragraph--type--doppelbild
  .field.field--name-field-bilder.field--type-entity-reference
  > .field__item {
  width: 50%;
}

.paragraph--type--doppelbild .field.field--name-field-fotocredits-text- {
  position: absolute;
  color: white;
  bottom: 25px;
  left: 5px;
  font-family: "Noto Sans";
  font-size: 9px;
  line-height: 19px;
}

.field--name-field-bildbeschreibung {
  text-align: right;
  font-size: 0.8em;
}

.field.field--name-field-bilder .field__item:first-child img {
  border-bottom: 15px solid #98cdaa;
}

.field.field--name-field-bilder.field--type-entity-reference.field--label-hidden.field__items
  > .field__item:nth-child(0n + 2) {
  margin-top: 8em;
}

.paragraph--type--doppelbild
  .field.field--name-field-bilder
  .field__item:nth-child(0n + 2)
  .field.field--name-field-fotocredits-text- {
  bottom: 5px;
}

.fotocredit {
  position: absolute;
  color: white;
  bottom: 5px;
  left: 5px;
  font-family: "Noto Sans";
  font-size: 9px;
  line-height: 19px;
  text-shadow: 0 2px 24px rgb(0 0 0 / 91%);
}

.views-field.views-field-field-fotocredits-text- {
  text-align: center;
  font-family: "Noto Sans";
  font-size: 9px;
  line-height: 19px;
}

.i-image {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.location-header-wrapper .i-image {
  height: 80vh;
}

.location-header-wrapper {
  position: relative;
}

.paragraph--type--doppelbild .field--name-field-bildbeschreibung {
  display: inline-block;
  padding-left: 15%;
  font-family: "Noto Sans";
  font-size: 12px;
  line-height: 20px;
  color: #5a5c40;
}

.paragraph.paragraph--type--doppelbild {
  margin: 0 0 var(--gapBetweenParagraphs);
  max-width: var(--innerPageSize);
  margin-left: auto;
  margin-right: auto;
}

.paragraph--type--doppelbild
  .field.field--name-field-bilder.field--type-entity-reference {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  min-width: 100%;
  gap: 25px;
}

.container-inner {
  display: flex;
  justify-content: space-around;
}

/* Logo */

.field.field--name-field-media-svg.field--type-svg-image-field svg {
  max-width: 180px;
  width: 180px;
}

/* header */

.col-6.teaser-content,
.col-lg-6.teaser-content {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  padding: 2em 5em 2em 5em;
}

.interview-header {
  background-color: #bfccbd;
}

.view.view-interview-verweise.view-id-interview_verweise.view-display-id-embed_1
  .container-inner {
  background-color: #bfccbd;
}

.view.view-interview-verweise.view-id-interview_verweise.view-display-id-embed_1
  .container-inner
  .col-12,
.view.view-location-verweise.view-id-location_verweise.view-display-id-embed_1
  .container-inner
  .col-12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.interview-reference-title {
  margin-top: 0;
  font-family: "STIX Two Text";
  font-size: 50px;
  line-height: 60px;
  color: #5a5c40;
}

.view.view-interview-verweise.view-id-interview_verweise.view-display-id-embed_1
  .container-inner
  .col-4
  img {
  padding-left: 15px;
  padding-right: 1em;
}

.paragraph.paragraph--type--interview {
  /* margin-bottom: 3em; */
  margin-bottom: var(--gapBetweenParagraphs);
}

.paragraph.paragraph--type--interview .field--name-field-ort-empfehlung {
  margin-top: 1em;
}

.teaser-content h1 {
  font-size: 45px;
  line-height: 55px;
  text-align: center;
  margin-bottom: 0.5em;
  color: #5a5c40;
  font-family: "STIX Two Text";
  font-weight: normal;
}

.interview-header-region {
  font-family: "Noto Sans";
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: #5a5c40;
  margin-bottom: 1.5em;
}

.interview-header-logo {
  margin-bottom: 2em;
  max-width: 80px;
}

.interview-header-subtext {
  font-family: "Noto Sans";
  color: #5a5c40;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
}

.view.view-location-verweise.view-id-location_verweise.view-display-id-embed_1
  .container-inner {
  background-color: #bfccbd;
}

.view.view-location-verweise.view-id-location_verweise.view-display-id-embed_1
  .container-inner
  .col-8 {
  padding-right: 5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.view.view-location-verweise.view-id-location_verweise.view-display-id-embed_1
  .container-inner
  .col-4
  img {
  padding-left: 15px;
  padding-right: 1em;
}

/* Autor Info */

.node--type-interview section.autor-info.container {
  margin-bottom: 3em;
}

.view.view-eva.view-autor-information.view-id-autor_information.view-display-id-entity_view_1 {
  font-size: 14px;
  line-height: 24px;
  font-style: italic;
}

section.autor-info.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Frage und Antwort */

.clearfix.text-formatted.field.field--name-field-frage.field--type-text-long.field--label-hidden.field__item
  p:before {
  display: inline-block;
  height: 1px;
  content: " ";
  text-shadow: none;
  background-color: #5a5c40;
  width: 65px;
  margin-right: 10px;
  flex-wrap: nowrap;
  flex-direction: column;
  align-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 7px;
}

.field.field--name-field-frage {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  font-family: "Noto Sans";
  color: #5a5c40;
}

.field.field--name-field-frage p {
  margin-bottom: 0px;
}

/* Einzelbild */

.paragraph.paragraph--type--einzelbild {
  display: flex;
  margin: var(--gapBetweenParagraphs) 0;
}

/* Tipps */

.tipps.container .col-lg-10 {
  border-left: 15px solid #98cdaa;
  padding-left: 8%;
  margin-top: 5em;
  margin-bottom: 5em;
}

.text-formatted.field.field--name-field-tipp-titel {
  font-weight: bold;
}

.text-formatted.field.field--name-field-tipp-titel p {
  margin-bottom: 0;
}

.text-formatted.field.field--name-field-tipps-titel {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 1em;
  font-family: "STIX Two Text";
}

.view.view-eva.view-location-bei-tipp.view-id-location_bei_tipp.view-display-id-entity_view_1 {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 2em;
}

.view.view-eva.view-location-bei-tipp.view-id-location_bei_tipp.view-display-id-entity_view_1
  .views-row {
  position: relative;
  padding-left: 30px;
  margin-bottom: 1em;
}

.view.view-eva.view-location-bei-tipp.view-id-location_bei_tipp.view-display-id-entity_view_1
  .views-row:before {
  content: url(/themes/custom/changemaker_hotels/assets/poi_marker.svg);
  position: absolute;
  left: 0;
}

/* Aufzählung */

.paragraph.paragraph--type--aufzaehlung .col-8 {
  display: flex;
}

.field--name-field-az-titel {
  color: #5a5c40;
  font-size: 30px;
  line-height: 40px;
  font-family: "STIX Two Text";
}

.field--name-field-az-nummer {
  background-color: #98cdaa;
  height: 38px;
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 25px;
  margin-top: 5px;
  margin-right: 50px;
  flex-shrink: 0;
}

.paragraph--type--aufzaehlung {
  margin-bottom: 1.5em;
}

/* grosse Liste */

.views-field.views-field-field-gl-e-bild img {
  max-width: 250px;
  max-height: 250px;
  width: 250px;
  height: 250px;
}

.gl-element {
  display: flex;
}

.gl-element.even {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

/* Linkbutton */

.interview-header-button a,
.field.field--name-field-text-linkbutton a,
.artikelverweis-button a,
.views-field.views-field-field-kontakt-buchung-e-mail a,
.field.field--name-field-infobox-link-manifest a,
.interview-reference-button a,
.field--name-field-cta-3-link a,
.paragraph.paragraph--type--cta-1.paragraph--view-mode--turqouise
  .field--name-field-link
  a {
  background-color: #5a5c40;
  padding: 10px 15px 10px 25px;
  color: white;
  border-radius: 25px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  position: relative;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
  display: flex;
  flex-wrap: nowrap;
  /* handle overflow */
  max-width: calc(100vw - 60px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}

.interview-header-button a:hover,
.field.field--name-field-text-linkbutton a:hover,
.artikelverweis-button a:hover,
.views-field.views-field-field-kontakt-buchung-e-mail a:hover,
.field.field--name-field-infobox-link-manifest a:hover,
.interview-reference-button a:hover,
.field--name-field-cta-3-link a:hover,
.paragraph.paragraph--type--cta-1.paragraph--view-mode--turqouise
  .field--name-field-link
  a:hover {
  background-color: transparent;
  color: #5a5c40;
  border: 1px solid #5a5c40;
}

.field.field--name-field-text-linkbutton.field--type-link.field--label-hidden.field__items
  .field__item:nth-child(0n + 2)
  a {
  background-color: transparent;
  padding: 10px 15px 10px 25px;
  color: #5a5c40;
  border-radius: 25px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  position: relative;
  border: 1px solid #5a5c40;
}

.field.field--name-field-text-linkbutton.field--type-link.field--label-hidden.field__items
  .field__item:nth-child(0n + 2)
  a:hover {
  color: white;
  background-color: #5a5c40;
}

.field.field--name-field-text-linkbutton.field--type-link.field--label-hidden.field__items
  .field__item:nth-child(0n + 2)
  a:after {
  filter: invert(33%) sepia(10%) saturate(1294%) hue-rotate(25deg)
    brightness(95%) contrast(83%);
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
}

.field.field--name-field-text-linkbutton.field--type-link.field--label-hidden.field__items
  .field__item:nth-child(0n + 2)
  a:hover:after {
  filter: none;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
}

.field.field--name-field-text-linkbutton.field--type-link.field--label-hidden.field__items
  .field__item:nth-child(0n + 1)
  a:hover:after,
.interview-header-button a:hover:after,
.field.field--name-field-text-linkbutton a:hover:after,
.paragraph.paragraph--type--cta-1.paragraph--view-mode--turqouise
  .field--name-field-link
  a:hover:after,
.field--name-field-cta-3-link a:hover:after {
  filter: grayscale(100%) brightness(50%);
  -webkit-filter: grayscale(100%) brightness(50%);
  -moz-filter: grayscale(100%) brightness(50%);
}

.field.field--name-field-text-linkbutton,
.field--name-field-cta-3-link,
.paragraph.paragraph--type--cta-1.paragraph--view-mode--turqouise
  .field--name-field-link {
  /* margin-top: 1.5em; */
  position: relative;
}

.interview-header-button a:after,
.field.field--name-field-text-linkbutton a:after,
.field.field--name-field-infobox-link-manifest a:after,
.artikelverweis-button a:after,
.interview-reference-button a:after,
.field--name-field-cta-3-link a:after,
.paragraph.paragraph--type--cta-1.paragraph--view-mode--turqouise
  .field--name-field-link
  a:after {
  content: url(/themes/custom/changemaker_hotels/assets/arrow_left.svg);
  margin-left: 30px;
}

.field.field--name-field-text-linkbutton.field--type-link.field--label-hidden.field__items {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 1em;
}

/* Menü */

.navbar-toggler-icon {
  background-image: url(/themes/custom/changemaker_hotels/assets/menu-icon.svg);
  position: fixed;
  right: 30px;
  top: 0;
}

.navbar-toggler-icon {
  display: inline-block;
  /* width: 90px; */
  height: 40px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-right: 30px;
  margin-top: 30px;
}

.row.image-gallery.section-header {
  background-color: #98cdaa;
  padding-left: 15px;
}

.field.field--name-field-cta-3-bild {
  padding-left: 15px;
}

/* Formular */

.paragraph.paragraph--type--formular
  .field.field--name-field-media-svg.field--type-svg-image-field
  svg {
  width: 160px;
}

.paragraph.paragraph--type--formular
  .field.field--name-field-media-svg.field--type-svg-image-field.field--label-hidden.field__item {
  display: inline-block;
  position: absolute;
  top: -80px;
  width: 160px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.field--name-field-f-formular .btn-primary {
  background-color: #5a5c40;
  border-color: #5a5c40;
  padding: 15px 70px;
  border-radius: 50px;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
}

.field--name-field-f-formular .btn-primary:hover {
  color: #5a5c40;
  background: transparent;
}

.paragraph.paragraph--type--formular .field--name-field-f-titel {
  padding-top: 2em;
  font-family: "STIX Two Text";
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 0.5em;
}

.paragraph.paragraph--type--formular div#edit-actions {
  display: flex;
  justify-content: center;
}

.paragraph.paragraph--type--formular {
  background-color: #ebdf80;
  position: relative;
  margin-top: 12em;
  margin-bottom: 4em;
  padding-bottom: 3em;
}

.paragraph.paragraph--type--formular .field.field--name-field-f-inhalt {
  text-align: center;
  margin-bottom: 4em;
}

.paragraph.paragraph--type--formular [placeholder].required {
  font-weight: bold;
}

.paragraph.paragraph--type--formular [placeholder] {
  font-family: "Noto Sans";
  font-size: 18px;
  line-height: 28px;
  padding-left: 0;
}

.paragraph.paragraph--type--formular label {
  display: none;
}

.webform-submission-form .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #5a5c40;
  background-color: #ebdf80;
  background-clip: padding-box;
  border: 0px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  border-bottom: 1px solid #5a5c40;
}

.webform-submission-form .form-control:focus {
  color: #5a5c40;
  background-color: #bfccbd;
  border-color: #5a5c40;
  outline: 0;
}

.webform-submission-form
  textarea#edit-wieso-bist-du-ein-changemakerhotel::placeholder {
  color: #5a5c40;
}

/* Artikelverweis */

.paragraph.paragraph--type--artikelverweis {
  margin-top: 3em;
  margin-bottom: 5em;
}
.artikelverweis-headline {
  font-family: "STIX Two Text";
  color: #5a5c40;
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 991px) {
  .view.view-eva.view-artikelverweis.view-id-artikelverweis.view-display-id-entity_view_1
    .views-field-nothing
    .row {
    flex-direction: column-reverse;
  }
}

.view.view-eva.view-artikelverweis.view-id-artikelverweis.view-display-id-entity_view_1
  .col-12:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
}
@media (max-width: 991px) {
  .view.view-eva.view-artikelverweis.view-id-artikelverweis.view-display-id-entity_view_1
    .col-12:first-child {
    padding-left: 2em;
  }
}
.view.view-eva.view-artikelverweis.view-id-artikelverweis.view-display-id-entity_view_1
  .col-12:last-child {
  padding-right: 0;
}

.paragraph.paragraph--type--artikelverweis .yellow-dummy {
  background: linear-gradient(to left, #eef1ec 50%, #ebdf80 50%);
  height: 100%;
}
@media (max-width: 991px) {
  .paragraph.paragraph--type--artikelverweis .yellow-dummy > .container {
    max-width: 100%;
    padding: 0;
  }
  .paragraph.paragraph--type--artikelverweis .yellow-dummy {
    background: #ebdf80;
    padding-top: 10px;
  }
}
.paragraph.paragraph--type--artikelverweis
  .yellow-dummy
  .field.field--name-field-media-svg.field--type-svg-image-field {
  position: absolute;
  right: -60px;
  top: -60px;
  width: 120px;
  z-index: 1;
}
@media (max-width: 991px) {
  .paragraph.paragraph--type--artikelverweis
    .yellow-dummy
    .field.field--name-field-media-svg.field--type-svg-image-field {
    right: 20px;
  }
}
@media (max-width: 576px) {
  .paragraph.paragraph--type--artikelverweis
    .yellow-dummy
    .field.field--name-field-media-svg.field--type-svg-image-field {
  }
}

.paragraph.paragraph--type--artikelverweis
  .yellow-dummy
  .field.field--name-field-media-svg.field--type-svg-image-field
  svg {
  max-width: 120px;
}
.paragraph.paragraph--type--artikelverweis .col-lg-8 {
  background-color: #ebdf80;
  position: relative;
}

.paragraph--type--artikelverweis .col-auto.left,
.paragraph--type--artikelverweis .margin-auto {
  background-color: #ebdf80;
}

/* Manifest */

.view.view-eva.view-manifest-punkte.view-id-manifest_punkte.view-display-id-entity_view_1 {
  font-size: 30px;
  line-height: 45px;
  margin-bottom: 0.5em;
  max-width: 100%;
  position: relative;
}

.view.view-eva.view-manifest-punkte.view-id-manifest_punkte.view-display-id-entity_view_1
  .views-field.views-field-name:before {
  content: "";
  width: 80px;
  border-top: 2px solid #5a5c40;
  display: inline-block;
  top: 26px;
  position: absolute;
  left: 0;
}

.view.view-eva.view-manifest-punkte.view-id-manifest_punkte.view-display-id-entity_view_1
  .views-field.views-field-name:before {
  content: "";
  width: 80px;
  border: 1px solid #5a5c40;
  display: inline-block;
  top: 22px;
  position: absolute;
  left: 0;
}

.view.view-eva.view-manifest-punkte.view-id-manifest_punkte.view-display-id-entity_view_1
  .views-field.views-field-name {
  margin-left: 80px;
}

.field.field--name-field-manifest-punkte .field__item {
  margin-bottom: 2em;
}

.field.field--name-field-manifest-punkte .col-lg-8.clo-sm-12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.svg-inline {
  padding-right: 2em;
}

.svg-inline svg {
  width: 100%;
  background-color: #bfccbd;
}

.field.field--name-field-manifest-punkte.field--type-entity-reference.field--label-hidden.field__items
  .field__item
  .row {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.field.field--name-field-manifest-punkte {
  background-color: #d6ded5;
}

.field.field--name-field-manifest-punkte.field--type-entity-reference.field--label-hidden.field__items
  .field__item:nth-child(2n)
  .row {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}

.field.field--name-field-manifest-punkte .field__item svg .b {
  fill: none;
}

/* .field.field--name-field-manifest-punkte .field__item:nth-child(4n) svg {
  background-color: #BFCCBD;
}

*/

.field.field--name-field-manifest-punkte .field__item:nth-child(3n-1) svg .b,
.field.field--name-field-manifest-punkte .field__item:nth-child(3n-1) svg .c,
.field.field--name-field-manifest-punkte .field__item:nth-child(3n-1) svg .d,
.field.field--name-field-manifest-punkte .field__item:nth-child(3n-1) svg .e {
  stroke: white;
  stroke-dasharray: initial;
}

.field.field--name-field-manifest-punkte .field__item:nth-child(3n-1) svg {
  background-color: #5a5c40;
}

.field.field--name-field-manifest-punkte .field__item:nth-child(3n) svg .b,
.field.field--name-field-manifest-punkte .field__item:nth-child(3n) svg .c,
.field.field--name-field-manifest-punkte .field__item:nth-child(3n) svg .d,
.field.field--name-field-manifest-punkte .field__item:nth-child(3n) svg .e {
  stroke: #5a5c40;
}
.view.view-eva.view-manifest-punkte.view-id-manifest_punkte.view-display-id-entity_view_1
  img {
  background-color: #bfccbd;
}

.field.field--name-field-manifest-punkte .field__item:nth-child(3n) svg {
  background-color: #98cdaa;
}

.field.field--name-field-manifest-punkte.field--type-entity-reference.field--label-hidden.field__items
  .field__item:nth-child(2n)
  img {
  background-color: #5a5c40;
}

.field.field--name-field-manifest-punkte.field--type-entity-reference.field--label-hidden.field__items
  .field__item:nth-child(3n)
  img {
  background-color: #98cdaa;
}

.paragraph.paragraph--type--grosse-liste .views-element-container {
  background-color: #d6ded5;
}

.container.header-manifest-list {
  display: flex;
  flex-direction: column;
}

.manifest-list-title {
  background-color: #d6ded5;
  font-family: "STIX Two Text";
  font-size: 50px;
  line-height: 60px;
  color: #5a5c40;
  padding-bottom: 1em;
}

.container.big-image {
  display: flex;
  justify-content: center;
  padding-bottom: 3em;

  margin-top: 3em;
}

.header-manifest-list {
  background: linear-gradient(to bottom, #eef1ec 50%, #d6ded5 50%);
}

/* Blog */

/* .container.blog-slider a:after, */
.blogteaser-read-more a:before {
  content: url(/themes/custom/changemaker_hotels/assets/arrow_left.svg);
  margin-left: 5px;
  filter: invert(32%) sepia(36%) saturate(356%) hue-rotate(25deg)
    brightness(93%) contrast(84%);
  position: absolute;
  top: 0px;
  right: -20px;
}

.blogteaser-read-more {
  margin-bottom: 1em;
}

.blogteaser-read-more a {
  color: #5a5c40;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  position: relative;
}

.col-12.blogteaser .container {
  padding-left: 0;
  padding-right: 0;
}

.view.view-blog.view-id-blog.view-display-id-embed_1 {
  margin-bottom: 6em;
}

.col-lg-5.blogteaser-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blogteaser-left-upper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.blogteaser-image-rightt {
  background-color: #bfccbd;
  padding-top: 15px;
}

.col-lg-7.blogteaser-right {
  background-color: #bfccbd;
}

.blogteaser-region {
  font-size: 16px;
  line-height: 26px;
  margin-top: 2em;
  margin-bottom: 2em;
  letter-spacing: 0.5px;
  color: #5a5c40;
  text-align: center;
}

.blogteaser-title {
  font-family: "STIX Two Text";
  color: #5a5c40;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 0.5em;
  font-weight: 500;
}

.blogteaser-teaser {
  text-align: center;
  color: #5a5c40;
}

/* Logo dark */

.page-node-80
  .field.field--name-field-media-svg.field--type-svg-image-field
  svg {
}

/* social sharing */

.social-sharing-buttons {
  position: relative;
}

.social-sharing-buttons:after {
  content: "Teile diese Story";
  font-size: 12px;
  position: absolute;
  top: -25px;
  right: 6px;
}

/* Spruch */

.paragraph.paragraph--type--spruch {
  margin-top: 5em;
  margin-bottom: 5em;
}

/* CTA Gelb */

.left.col-md-4 {
  background-color: #f2efc9;
}

.cta-yellow .middle,
.cta-yellow .right {
  background-color: #ebdf80;
}

.cta-yellow {
  margin-top: 3em;
  margin-bottom: 5em;
  background: linear-gradient(to left, #ebdf80 50%, #f2efc9 50%);
}

.yellow-cta-limit {
  max-width: 1660px;
  margin-left: auto;
  margin-right: auto;
}

.yellow-image {
  min-height: 60vh;
}

.cta-yellow .left.col-xl-4 {
  background-color: #f2efc9;
}

.yellow-cta-limit .col-md-4,
.yellow-cta-limit .col-xl-4,
.yellow-cta-limit .col-xxl-4,
.yellow-cta-limit .col-12 {
  padding-bottom: 2em;
}

.cta-yellow .container {
  min-height: 100%;
  height: 100%;
}

.cta-yellow .field.field--name-field-cta-g-links,
.cta-yellow .field.field--name-field-cta-g-mitte {
  height: 100%;
  min-height: 100%;
}

.cta-yellow .paragraph--type--textblock {
  height: 100%;
  min-height: 100%;
}

.cta-yellow .row.justify-content-center {
  height: 100%;
}

.cta-yellow .paragraph.paragraph--type--einzelbild {
  display: flex;
  margin: 0;
}

.cta-yellow .col-8 {
  display: flex;
  width: 100%;
  padding: 1em;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}

.cta-yellow .right.col-md-4,
.cta-yellow .right.col-lg-4,
.cta-yellow .right.col-xl-4,
.cta-yellow .right.col-xxl-4,
.cta-yellow .right.col-12 {
  background-size: cover;
}

.yellow-cta-limit .left .col-lg-8,
.yellow-cta-limit .middle .col-lg-8,
.yellow-cta-limit .right .col-lg-8 {
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
}

/* Footer */

footer.site-footer div#block-changemakerlogo-3 .st0 {
  fill: white;
}

/* Galerie */

.container.masonry {
  display: flex;
  flex-wrap: wrap;
}

/* to sync */

.node--type-landing-page h1 {
  margin-top: 1.5em;
}

/* Galerie neu */

.galerieverweis.view.view-galerie-verweis-paragraph {
  position: relative;
}

.galerieverweis.view.view-galerie-verweis-paragraph .attachment-after {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.galerieverweis.view.view-galerie-verweis-paragraph
  .attachment-after
  .view-content {
  display: none;
}
.container.image-gallery {
  margin-bottom: var(--gapBetweenParagraphs);
}

.galerieverweis.view.view-galerie-verweis-paragraph a.image-gallery-link {
  background-color: #5a5c40;
  padding: 10px 15px 10px 25px;
  color: white;
  border-radius: 25px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  position: relative;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
}

.galerieverweis.view.view-galerie-verweis-paragraph a.image-gallery-link:hover {
  background-color: #eef1edc9;
  color: #5a5c40;
  border: 1px solid #5a5c4059;
}

.button {
  background-color: #5a5c40;
  padding: 10px 15px 10px 25px;
  color: white;
  border-radius: 25px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  position: relative;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
}

.button:hover {
  background-color: transparent;
  color: #5a5c40;
  border: 1px solid #5a5c4059;
}

#cboxClose {
  position: absolute;
  top: -15px;
  right: -15px;
  background: url(/themes/custom/changemaker_hotels/assets/close.svg) no-repeat
    0 0;
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  opacity: 0;
}

div#colorbox {
  margin-top: 1em;
}

#cboxClose:hover {
  background-position: inherit;
}

.node--type-bildergalerie .social-sharing-buttons {
  justify-content: flex-end;
}

.node--type-bildergalerie h1 {
  text-align: center;
  padding-top: 30px;
}

.gallery-back-button {
  margin: 2em;
}

.back-button-wrapper {
  display: flex;
  justify-content: center;
}
