/* FRONTPAGE // Navbar */

html, body {
  overflow-x: hidden;
}

.gin--vertical-toolbar {
  padding-top: 100px;
}

.gin--vertical-toolbar.path-frontpage #CollapsingNavbar {
  margin-top: 60px;
}

.path-frontpage #block-headline {
  display: none;
}

.user-logged-in #navbar-main {
    margin-top: 0px !important;
  }
  
.user-logged-in.scrolled #navbar-main{ 
 display: none;
}

@media (max-width: 990px) {
  
    :not(.path-frontpage) #header {
    height: 0px
}
  
  .view-referenzen.view-display-id-block_1:before,
  .view-referenzen.view-display-id-block_2:before {
   position: relative;
   top: 0px;
   margin-top: 18px;
  }
  
    .view-referenzen.view-display-id-block_1,
    .view-referenzen.view-display-id-block_2 {
   position: relative !important;
    margin-top: 24px !important;
  }
  
  
  
}


@media (min-width: 991px) { 

  
  

.path-frontpage #navbar-main {
  position: absolute;
  z-index: 10;
  width: 100%;
  background: none !important;
  top: 50%;
  margin-top: -55px !important;
  z-index: 99;
}
  
  :not(.path-frontpage) #header {
    height: 115p;
}
  
  :not(.path-frontpage) #navbar-main {
    margin-top: -105px;
  }
  
.scrolled #header {
  left: 0px;
  right: 0px;
}
  

.path-frontpage .nav-tabs {
position: absolute;
z-index: 10;
width: 100%;
opacity: 0.9;
}

.path-frontpage nav.tabs {
margin: 0px !important;
}

.path-frontpage .navbar {
padding: 0px !important;
}

.path-frontpage .navbar-expand-lg .navbar-collapse {
  justify-content: center !important;
}

.path-frontpage .navbar-collapse .logo {
  text-indent: -100px;
  position: relative;
  float: left;
  text-indent: -9999px;
}

.path-frontpage .navbar-collapse .logo:before{
  content: "";
  background: url(/sites/default/files/diewoelfe_logo.png);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  z-index: 10;
  justify-content: center;
  align-items: center;
  height: 180px;
  width: 180px;
  margin: auto;
}

.path-frontpage .navbar-collapse a.nav-link  {
color: #b80357;
height: 110px;
width: 110px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 90%;
background: #fff;
font-size: 20px;
letter-spacing: 0.05em;
text-transform: uppercase;
line-height: 100%;
padding-bottom: 10px !important;
  margin-top: -20px;
}

.path-frontpage .navbar-collapse a.nav-link.logo {
        background: none;
        width: 180px;
        height: 180px;
        margin-top: -58px;
        display: block;
        font-size: 0px;
    }

.path-frontpage .navbar-collapse .nav-link {
padding: 0px !important;
}

.path-frontpage .navbar-nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.path-frontpage .navbar-nav .nav-item {
  display: flex;
    justify-content: center;
   align-items: center;
   padding-bottom: 10px;
}

#block-icons {
  display: none;;
}

}


/* FRONTPAGE // Sticky */


.is-sticky #CollapsingNavbar {
  left: 0px;
  right: 0px;
  background: #fff;
  max-width: 100% !important;
  width: 100% !important;
  box-shadow: 1px -3px 5px 1px #999;
  height: 110px;

}

.is-sticky .menu--main {
  width: 100%;
  max-width: 1280px;
}

.path-frontpage .is-sticky #navbar-main {
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0px;
  transition-duration: 0.5s;
  background: #fff !important;
}

.path-frontpage .navbar-nav .nav-item {
  padding-bottom: 0px;
  padding-top: 5px;
}

.path-frontpage .is-sticky .navbar-collapse a.nav-link  {
color: #b80357;
display: flex;
justify-content: center;
align-items: center;
border-radius: 90%;
background: #fff;
font-size: 16px !important;
letter-spacing: 0.2em;
text-transform: uppercase;
padding-bottom: 0px !important;
  width: 90px !important;
  height: 90px !important;
  margin-top: 2px;
}

.path-frontpage .is-sticky .navbar-collapse a.nav-link.logo {
  font-size: 0px !important;
}

.path-frontpage .is-sticky .navbar-collapse .logo {
    width: 82px !important;
    height: 82px !important;
    background: none !important;
    margin-top: -10px !important;
}

 .path-frontpage .is-sticky .navbar-collapse .logo:before {
  content: "";
  background: url(/sites/default/files/diewoelfe_logo.png);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  text-indent: 0px !important;
  z-index: 10;
  justify-content: center;
  align-items: center;
   width: 95px;
   height: 95px;
}


/* NAVBAR // Seiten */


#CollapsingNavbar {
  margin-top: 0px;
  max-width: 1280px;
  margin: auto;
}



 #navbar-main {
  position: relative;
  width: 100%;
  top: -5px;
  transition-duration: 0.5s;
  background: #fff !important;
  margin-top: 0px;
  z-index: 999;
}


#block-diewoelfe-main-menu {
  width: 100% !important;
}

#CollapsingNavbar-sticky-wrapper {
  width: 100% !important;
}

.scrolled #CollapsingNavbar-sticky-wrapper{
    box-shadow: 1px -3px 5px 1px #999;
}


.path-frontpage.scrolled #CollapsingNavbar-sticky-wrapper {
  box-shadow: none;
}

.navbar {
  padding: 0px !important;
}

.navbar .container {
  max-width: 100%;
  margin: 0px;
  padding: 0px;
}

.nav-item {
    display: flex;
     flex-grow: 1;
  justify-content: center;
}



.navbar-collapse a.nav-link,
.navbar-collapse a.nav-link {
color: #b80357;
height: 110px;
width: 110px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 90%;
background: #fff;
font-size: 16px;
letter-spacing: 0.2em;
text-transform: uppercase;
padding-bottom: 0px !important;
}


.navbar-collapse .logo {
  text-indent: -9999px;
  position: relative;
  float: left;
  font-size: 0px !important;
}

.navbar-collapse .logo:before{
  content: "";
  background: url(/sites/default/files/diewoelfe_logo.png);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  text-indent: 0px !important;
  z-index: 10;
  justify-content: center;
  align-items: center;
  height: 90px;
  width: 90px;
}

.navbar-collapse a.nav-link.logo {
background: none;
margin-top: 0px;
}

.navbar-expand-lg .navbar-collapse {
  justify-content: center !important;
}


/** SLICK // Fullscreen Slider */

#height .media h2 {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-shadow: 0px 0px 12px rgba(0,0,0,0.5);
}

#height .media {
  position: relative;
}

#height .mobil {
  display: none;
}

 .slick--field {
    /*! height: 100vh; */
    position: relative;
  }


.field--name-field-slick .field__item {
  font-size: 0px;
}
  
  .layout .field--name-field-slick img {
      max-width: auto !important;
      height: 50vh;
      bottom: 50%;
      left: 0;
      margin: auto;
      overflow: auto;
      position: relative;
      right: 0;
      top: 0;
      object-fit: cover;  
    object-position: center;
      filter: grayscale(1);
  }

.slide__description {
  display: none;
}

.slide__title {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  pointer-events: none;
  height: 100% !important;
}

.slide__title strong {
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;

}

a.up {
  font-size: 0px;
  text-align: center;
  width: 100%;
  margin: auto;
  pointer-events: auto;
  text-indent: -9999px;
  display: flex;
  justify-content: center;
  border: none;
}

a.down  {
  text-align: center;
  width: 100%;
  margin: auto;
  pointer-events: auto;
  text-indent: -9999px;
  display: flex;
  justify-content: center;
  border: none;
    font-size: 0px
}


a.down:before {
  content: "";
  background: url(/sites/default/files/arrow.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 30px;
  width:40px;
  display: inline-block;
  text-indent: 0px;
  float: left;
  left: 0px;
  right: 0px;
  margin: auto;
}

a.up:before {
  content: "";
  background: url(/sites/default/files/arrow.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 30px;
  width:40px;
  display: inline-block;
  text-indent: 0px;
  float: left;
  left: 0px;
  right: 0px;
  margin: auto;
  transform: rotate(180deg);
}

a.up {
  display: none;
  text-indent: -9999px;
}

.scrolled a.top {
  display: none;
}

.scrolled.scrollup a.down {
  display: none;
}

.scrolled.scrollup  a.up {
  display: flex;
}

.path-frontpage #main .field--name-body {
  max-width: 990px;
  margin: auto;
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-align: center;
  padding-top: 130px;
}

.path-frontpage #main h1 {
  color: #b80357;
  font-size: 30px;
  hyphens: none;
  -webkit-hyphens: none;;
}

/** Container*/ 

.container-fluid {
  padding: 0px !important;
}

.node__content {
  margin-top: 0px;
  max-width: 100%;
}

html {
overflow-x:  hidden;
}

.path-frontpage #main-wrapper {
  margin: 0;
}


/* Layout */ 

.view-id-referenzen img,
.view-id-news img,
.view-id-team img,
#was img {
  filter: grayscale(1);
}

.view-referenzen.view-display-id-total img,
.view-referenzen.view-display-id-block_1 img,
.view-referenzen.view-display-id-block_2 img{
  filter: grayscale(0);
  position: relative;
}

.view-referenzen.view-display-id-block_1:before,
.view-referenzen.view-display-id-block_2:before {
  content: "Weinmarketing";
  font-size: 12px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: -32px;
  z-index: 20px;
  text-align: center;
  text-transform: uppercase;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 15px;
  color: #b80357;
}

.view-referenzen.view-display-id-block_1,
.view-referenzen.view-display-id-block_2{
  position: relative;
  margin-top: 12px
}

.view-referenzen.view-display-id-block_2:before {
  content: "Immobilienmarketing";
}

.layout img {
max-width: 100%;
height: auto;
}

html {
  scroll-behavior: smooth;
}

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

.node .field--type-image {
/*! float: left; */
/*! margin: 0; */
}


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

/* Headlines */ 

h2 {
color: #000;
font-weight: 700 !important;

}

h3 {
color: #b80357;
margin-bottom: 36px !important;
}

p {
  font-size: 16px;
  line-height: 140%;
}

.extra-field--front p {
  margin-bottom: -10px;
  margin-top: 15px;
}

.extra-field--front a {
  color: #b80357 !important;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 14px;
}

/* Wer */ 

.team {
padding-top: 75px;
padding-bottom: 76px;
display: flex;
justify-content: center;
}

.team img {
  border-radius: 90%;
  }
  

  
  .team {
  max-width: 990px;
  margin: auto;
  }

.gf {
  position: relative;
  display: flex;
  flex-direction: column;
}

.gf img {
  width: 100%;
  max-width: 100% !important;
}

.gf p:last-child{
  margin-bottom: 0px;
}

.gf .text-formatted {
  position: relative;
}

.gf a {
  position: absolute;
  top: 0px;
  bottom: 75px;
  left: 0px;
  right: 0px;
  text-indent: -9999px;
}


.gf .paragraph--type--body b {
  font-weight: bold;
}

.gf .paragraph--type--button a{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  bottom: 0px;
  z-index: 99;
}

.gf .media  {
  height: 400px;
}

.gf .field--name-field-media-image img{
  object-fit: cover;
  height: 400px;
  filter: grayscale(1);
  object-position: top;
}

.gf .paragraph--type--body .field--name-field-body:before {
  content: ">";
  font-size: 30px;
  border: 2px solid;
  border-radius: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 20px;
  left: 0px;
  right: 0px;
  position: absolute;
  height: 30px;
  width: 30px;
  margin: auto;
  padding-top: 3px;
  padding-left: 2px;
  pointer-events: none;

}

.gf .paragraph--type--body {
  position: absolute;
  bottom: -95px;
  left: 0px;
  right: 0px;
  max-width: 900px;
  margin: auto;
  display: flex;
  justify-content: flex-end;
}



.gf .paragraph--type--body .field--name-field-body {
  width: 400px;
  height: 400px;
  border-radius: 90%;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px 30px;
  flex-direction: column;
  text-align: center;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
}


.node--view-mode-headline {
  max-width: 100%;
  margin: auto;
}



.node--type-team .nav .wer {
  color: #000;
}

.node--type-team .field--name-field-portrait img {
  border-radius: 90%;
}

.node--type-team .field--name-field-portrait  {
  position: relative;
  margin-top: -20px;
}

.node--type-team .field--name-field-portrait .field__item:nth-child(1) {
  position: relative;
}

.node--type-team .field--name-field-portrait .field__item:nth-child(2) {
  position: absolute;
  top: 0px;
  opacity: 0;
}

.node--type-team .field--name-field-portrait .field__item:nth-child(2):hover {
  opacity: 1;
  cursor: pointer;
}

.node--type-team .layout__region--first {
  flex: 0 1 50%;
  padding-right: 5%;
  text-align: center;
}

.node--type-team .layout__region--second {
  flex: 0 1 50%;

}

.node--type-team .node--view-mode-full{
  max-width: 990px;
  margin: 0px auto 50px auto;
}

.node--type-team .node--view-mode-full img {
  filter: grayscale(1);
}

.node--view-mode-headline {
  width: 100%;
  height: 175px;
    background-image: url(/sites/default/files/Die_Woelfe_Website_Redesign_hintergrund.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  margin-top: -5px;
}

.node--type-team .node--view-mode-headline h2 {
  color: #fff;
}



.node--type-team .layout__region--first img {
 width: 65%;
  margin: auto;
}

.node--type-team .field--name-field-display-title h1 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-bottom: 0px;
  text-align: center;
}

.node--type-team .name .field--name-field-title-prefix {
  float: left;
  padding-right: 6px;
  font-size: 14px;
}

.node--type-team .name .field--name-field-title-suffix {
  float: right;
  font-size: 14px;
}

.node--type-team .name .field--name-field-title-suffix:before {
  content: ",";
  margin-right: 4px;
  font-size: 18px;
}

.node--type-team .name .field--name-field-display-title {
  position: relative;
    display: flex;
}

.node--type-team .name  {
  margin-top: 25px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: first baseline;
  letter-spacing: 0.02em;
}

.node--type-team .field--name-field-position {
  margin-bottom: 20px;
  text-align: center;
}

.node--type-team .field--name-body {
 hyphens: auto;
 -webkit-hyphens: auto;
  text-align: center;
}
.node--type-team .field--name-body p {
  font-size: 14px;
  letter-spacing: 0.015em;
  padding: 0px 25px;
}

.view-team {
  max-width: 990px;
  margin: auto;
}

.view-team .view-content  {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.view-team .view-content .views-row{
  flex: 0 0 calc(33% - 50px);
  padding: 20px;
  margin: 0px 25px;
  margin-bottom: 60px;
}

.view-team.view-display-id-block_2 .view-content .views-row{
  flex: 0 0 calc(33% - 36px);
  margin: 0px 18px;
  padding: 0px;
  margin-bottom: 25px;
  
}

.row > * {
  padding: 0px !important;
}

.row {
  --bs-gutter-x: 0px !important;
}

.view-team #team {
  position: relative;
  z-index: 1;
}

.view-team #team img {
  border-radius: 90% !important;
  width: 100% !important;
  height: auto;
}

.view-team #team .portrait01 {
  position: relative;
  filter: grayscale(1)


}

.view-team #team .portrait02 {
  position: absolute;
  z-index: 9999 !important;
  top: 0px;
  z-index: 10;
  opacity: 0;
  filter: grayscale(0);
}


.view-team #team .portrait02  {
  opacity: 1;
}

.view-team #team .portrait02 img {
  opacity: 0;
}

.view-team #team .portrait02 img:hover {
  opacity: 1;
}

.view-team #team .portrait02:hover {
  opacity: 1;
  cursor: pointer;
  z-index: 1 !important;
  position: absolute;
}

.view-team #team .portrait02:hover:after {
  content: ">";
  font-size: 30px;
  border: 2px solid;
  border-radius: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 10px;
  left: 0px;
  right: 0px;
  position: absolute;
  height: 30px;
  width: 30px;
  margin: auto;
  padding-top: 3px;
  padding-left: 2px;
  pointer-events: none;
  transform: scale(0.75);
  background: rgba(255,255,255,0.85);
}


.view-team .portrait02 .details {
  position: absolute;
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  left: 0px;
  right: 0px;
  margin: 10px auto 0px auto;
  
}

.view-team .portrait02 .title {
  text-decoration: none;
  font-family: 'Nexa';
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.02em;
  display: block;
  left: 0px;
  right: 0px;
  text-align: center;
  color: #000!important;
  pointer-events: none;
  line-height: 120%;
}


.view-team .portrait02 .position {
  text-decoration: none;
  font-family: 'Nexa';
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #000; 
}

/* Was */ 

.cardBox {
  float: left;
  margin: 0;
  perspective: 800px;
  -webkit-perspective:  800px;
  transition: all 0.75s ease 0s;
  -webkit-transition: all 0.75s ease 0s; 
  width: 100%;
  overflow: hidden;
}
.cardBox:hover .card {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
.card {
  cursor: default;
  height: 100%;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transition: transform 1s ease 0s;
  -webkit-transition: transform 1s ease 0s;
  width: 100%;
  animation: 1.5s ease 0s 1 normal none running giro;
  -webkit-animation: 1.5s ease 0s 1 normal none running giro;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border: none !important;
}

.card .front,
.card .back {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: white;
  display: block;
  font-size: 1.2em;
  height: 102%;
  padding: 0px;
  position: absolute;
  text-align: center;
  overflow: hidden;
  width: 102%;
  max-width: 102%;
  left: 0px;
  right: 0px;
  cursor: pointer;
}
.card .front {
  position: relative;
}

.card .front img {
  max-width: 102% !important;
}

.card .front:after {
  content: "\f2f1";
  position: absolute;
  font-family:"Font Awesome 5 Free";
  font-style:normal;
  font-weight:900;
  font-size: 15px;
  border: 2px solid;
  border-radius: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
  padding-left: 1px;
  left: 0px;
  right: 0px;
  bottom:calc(50% - 15px);
  right: 0px;
  position: absolute;
  height: 30px;
  width: 30px;
  margin: auto;
  pointer-events: none;
  transform: scale(0.75);
  background: rgba(255,255,255,0.85);
  color: #000;
}

.card .front h3 {
  position: absolute;
  top: 15px;
  font-size: 18px;
  text-align: center;
  left: 0px;
  right: 0px;
  color: #c00c58;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-shadow: 0px 0px 4px rgba(255,255,255,0.2);

}



.card .front h3 em {
  color: #c00c58;
  font-style: normal;
  text-shadow: 0px 0px 4px rgba(255,255,255,0.2);

}

.card .back h3 em {
  font-style: normal;
}

.card .back h3 {
  position: absolute;
  top: 15px;
  font-size: 18px;
  text-align: center;
  left: 0px;
  right: 0px;
  color: #c00c58;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.card .back .body {
  font-size: 18px !important;
  line-height: 150% !important;
  position: absolute;
  top:50px;
  padding: 0px 10px;
  left: 0px;
  right: 0px;
}

.card .back {
  z-index: 10;
}

.card .front strong {
  background: none;
  border-radius: 0px;
  color: rgb(0, 0, 0);
  font-size: 0.8em;
  position: absolute;
  inset: auto 0px 12px;
  z-index: 999 !important;
  color: rgb(227, 194, 99);
  text-align: right;
  right: 20px;
}


.card .body p {
  font-size: 0.9em;
  margin-bottom: 12px;
  padding: 0px 25px;
  line-height: 125%;
}

.card .back {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  width: 100% !important;
}
.card .back a {
  padding: 0.3em 0.5em;
  background: rgb(51, 51, 51);
  color: rgb(255, 255, 255);
  text-decoration: none;
  border-radius: 0px;
  font-size: 0.9em;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.card .back a:hover {
  background: rgb(255, 255, 255);
  color: rgb(51, 51, 51);
  text-shadow: rgb(51, 51, 51) 0px 0px 1px;
}
.cardBox:nth-child(1) .card .back {
  background: rgba(0, 0, 0, 1);
}
@-webkit-keyframes giro {
  0% {
      transform: rotateY(180deg);
      -webkit-transform: rotateY(180deg);
  }
  100% {
      transform: rotateY(0deg);
      -webkit-transform: rotateY(0deg);


  }
}
@keyframes giro {
  0% {
      transform: rotateY(180deg);
  }
  100% {
      transform: rotateY(0deg);
      -webkit-transform: rotateY(0deg);
  }
}

#wer, #wie, #was, #wo {
  scroll-margin-top:110px;
}

#wen {
  scroll-margin-top:110px;
}

#wann {
  scroll-margin-top:150px;
}

#wie {
  padding-top: 50px;
  padding-bottom: 50px;
}

#was {
  background-image: url(/sites/default/files/Die_Woelfe_Website_Redesign_hintergrund.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#wen {
  background-image: url(/sites/default/files/Die_Woelfe_Website_Redesign_hintergrund.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

.prinzip p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

#wo {
  background-image: url(/sites/default/files/Die_Woelfe_Website_Redesign_hintergrund.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}


.kontakt em {
  color: white;
}

#was .layout__region{
  display: grid;
 grid-template-columns: 25% 25% 25% 25%;
  max-width: 1200px;
  margin: auto;
}

#was .layout__region .paragraph--type--flipcard .layout__region{
  display: grid;
 grid-template-columns: 100%;
 grid-gap: 10px;
}

#was .paragraph--type--flipcard:nth-child(n+5) .front h3 {
  top:  auto;
  bottom: -20px !important;
}

#was .paragraph--type--layout {
  max-width: 600px;
  margin: auto;
  border: 2px solid;
}

#block-headline .node__content { 
  max-width: 990px;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 1em;

}

#block-headline h1 {
  font-size: 30px;
font-weight: bold;
letter-spacing: 0.025em;
margin-top: 0;
margin-bottom: 0px;
text-align: center;
color: #fff;
}

#block-headline p {
  margin-bottom: 0px;
}


.view-referenzen .view-content  {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  max-width: 990px;
}

.view-referenzen .view-content .views-row{
  flex: 0 0 calc(25% - 50px);
  padding: 20px;
  margin: 0px 25px;
  position: relative;
}

.view-news .view-content .views-row{
  flex: 0 0 calc(25% - 50px);
  padding: 20px;
  margin: 0px 25px;
  position: relative;
}

.nolink.views-row {
  pointer-events: none;
}

.nolink.views-row:after {
    content: "demnächst mehr";
   position: absolute;
  left: 0px;
  right: 0px;
  text-align: center;
  font-size: 11px;
  line-height: 12px;
  bottom: 10px;
  width:80px;
  margin: auto;
  color: #aaa !important;
}



.view-referenzen.view-display-id-total .views-row,
.view-referenzen.view-display-id-block_1 .views-row,
.view-referenzen.view-display-id-block_2 .views-row{
  margin-bottom: 50px;
}

.view-referenzen .view-content .views-row .views-field-field-logo {
  border-radius: 90% !important;
  border: 2px solid #b80357;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}


.view-referenzen .view-content {
  position: relative;
}

.view-referenzen .view-content .views-field-title {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 101;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.3;
}

.view-referenzen .view-content .views-field-field-description {
  position: absolute;
}

.view-referenzen .view-content  {
  position: relative;
}

.view-referenzen .view-content .views-field-nothing,
.view-referenzen .view-content .views-field-views-conditional-field {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.view-referenzen .view-content .views-field-nothing br {
  display: none;
}
 
.view-referenzen .view-content .views-field-nothing a,
.view-referenzen .view-content .views-field-views-conditional-field a{
 display: flex;
  justify-content: center;
  align-content: center;
  text-align: center;
  height: 100%;
  flex-direction: column;
  text-decoration: none;
  color: #000;
  padding: 0px 20px;
  opacity: 0;
  cursor: pointer;
 line-height: 120%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}

.view-referenzen .view-content .views-field-nothing a strong,
.view-referenzen .view-content .views-field-views-conditional-field a strong {
  z-index: 9999999;
}

.view-referenzen .view-content .views-field-nothing:hover,
.view-referenzen .view-content .views-field-views-conditional-field:hover{
  opacity: 1;
  background: rgba(255,255,255,0.75);
  border: 2px solid #b80357;
  border-radius: 90%;
}

.view-referenzen.view-display-id-total .views-field-nothing:hover{
  background: rgba(255,255,255,0.90);
}


.view-referenzen.view-display-id-selection .view-content .views-field-nothing a {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  
}


.view-referenzen .view-content .views-field-nothing strong,
.view-referenzen .view-content .views-field-views-conditional-field strong{
  font-weight: bold;
  margin-bottom: -3px;
  line-height: 14px !important;

}

.view-referenzen .view-content .views-field-nothing p,
.view-referenzen .view-content .views-field-views-conditional-field p{
  font-size: 14px;
  margin-bottom: 0px;  
  line-height: 120%;
}

.view-referenzen.view-id-referenzen  strong {
  margin-bottom: 3px !important;
}

.view-referenzen.view-id-referenzen .views-field-nothing a:hover,
.view-referenzen.view-id-referenzen .views-field-views-conditional-field a:hover {
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 0px;
}

.view-referenzen.view-id-referenzen .views-field-nothing:hover:after,
.view-referenzen.view-id-referenzen .views-field-views-conditional-field:hover:after{
  content: ">";
  font-size: 30px;
  border: 2px solid;
  border-radius: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 10px;
  left: 0px;
  right: 0px;
  position: absolute;
  height: 30px;
  width: 30px;
  margin: auto;
  padding-top: 3px;
  padding-left: 2px;
  pointer-events: none;
  transform: scale(0.75);
  z-index: 999;
}

.view-referenzen.view-id-referenzen .views-field-nothing a {
  position: absolute;
}


.view-referenzen.view-display-id-block_2{
  margin-bottom: 75px;
}

.view-referenzen.view-display-id-total .field--name-field-media-image a {
  pointer-events: none;
}

.view-referenzen.view-display-id-total .views-field-field-description,
.view-referenzen.view-display-id-total .views-field-title{
  display: none;
}

.view-display-id-total h1 {
  margin-top: 0px !important;
}

.view-news {
  margin-top: 50px;
  margin-bottom: 50px;
}

.view-news .view-content  {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  max-width: 990px;
}

.view-news .view-content .views-row{
  flex: 0 0 calc(25% - 50px);
  padding: 20px;
  margin: 0px 25px;
}

.view-news.view-display-id-total img {
  width: 100%;
  height: auto;
}

.view-news.view-display-id-total .views-row {
  margin-bottom: 75px;
}

.view-news .view-content .views-row .views-field-field-cover {
  border-radius: 90% !important;
  border: 2px solid #b80357;
  overflow: hidden;
  position: relative;
}

.view-news .view-content {
  position: relative;
}

.view-news .view-content .views-field-title {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 101;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.view-news.view-id-news .view-content .views-row {
  position: relative;
  z-index: 1;
}

.view-news.view-id-news .view-content .views-field-title a {
  opacity: 0;
  font-size: 16px;
  line-height: 20px;
  padding: 0px 20px;
  border-radius: 90%;
  border: 2px solid #b80357;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  display: flex;
  justify-content: center;
align-items: center;
  text-decoration: none;
  color: #000 !important;
  font-weight: bold;
  z-index: 10;
}

.view-news.view-id-news .view-content .views-field-title a:hover {
  opacity: 1;
  pointer-events: auto;
  background: rgba(255,255,255,0.9) !important;
  cursor: pointer;
}

.view-news.view-id-news .view-content .views-field-title a:hover:after {
  content: ">";
  font-size: 30px;
  border: 2px solid;
  border-radius: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 10px;
  left: 0px;
  right: 0px;
  position: absolute;
  height: 30px;
  width: 30px;
  margin: auto;
  padding-top: 3px;
  padding-left: 2px;
  pointer-events: none;
  transform: scale(0.75);
}


.view-news .view-footer,
.view-referenzen .view-footer{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 70px;
  color: #b80357;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 15px;
}

.view-news .view-footer {
  margin-top: 25px !important;
}

.view-referenzen .view-footer a,
.view-news .view-footer a {
    color: #b80357 !important;
    text-decoration: none;
}

.view-news .view-content .views-field-field-description {
  position: absolute;
}

.view-news .views-field-created {
  position: absolute;
  left: 0px;
  right: 0px;
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}


.node--type-news .nav-link--wann {
  color: #000 !important;
}

.node--type-news h1 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 25px;
  margin-bottom: 0px;
  text-align: center;
  color: #fff;
}

.node--type-news .extra-field--month {
  text-align: center;
  margin-top: 5px;
}

.node--type-news .node--view-mode-full {
  max-width: 990px;
  margin: auto;
}

.node--type-news .field--name-body {
  text-align: center;
}

.node--type-news .field--name-body p {
  font-size: 14px;
}

.node--type-news .extra-field--back p {
  margin-top: 50px;
  margin-bottom: 36px;
  text-align: center;
}

.node--type-news .extra-field--back p a {
  color: #b80357 !important;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 14px;
}

.node--type-news img {
  margin-top: -90px;
  max-width: 100%;
}

.page-node-29 .layout__region--second img {
  margin-top: -25px;
  padding-left: 25px;
}

.field--name-field-media-audio-file .sm2_link {
  display: none;
  
}

.field--name-field-media-audio-file {
  display: flex;
  justify-content: center;
  margin-top: 36px;
  position: relative;
}

field--name-field-audio {
  position: relative;
}

.field--name-field-media-audio-title {
  margin-top: -28px;
  text-align: center;
  pointer-events: none;
  z-index: 10;
  color: #fff;
  font-size: 11px;
  position: relative;
}

.sm2-360ui {
  background: none;
  box-shadow: none;
  background: url(/sites/default/files/play_button.png);
  background-size: cover;
  height: 110px;
  width: 110px;
  border:2px solid #b80357 !important;
}

.ui360 .sm2-canvas.hi-dpi {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0;
  transform: scale(1);
  left: -45px;
  top: -45px;
  opacity: 1;
  height: 200px;
  height: 200px;
  position: absolute;
  opacity: 0.085;
}

.sm2-360btn.sm2-360btn-default  {
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
  background-size: 120px 120px;
  position: relative;
}

.ui360 .sm2-cover {
  border-radius: 90%;

}


.sm2-360btn.sm2-360btn-default {
  opacity: 0;
}

.ui360 .sm2-timing {
  color: #fff !important;
  top: 24px;
}


.kontakt em {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.02em;
}

.kontakt strong {
  font-weight: 700;
}

.kontakt p {
  font-size: 24px;
  line-height: 140%;
}

.kontakt a {
  color: #000 !important;
  text-decoration: none;
}

.kontakt {
  padding-top: 50px;
  padding-bottom: 36px;
}

#main .field--name-body {
  max-width: 990px;
  margin: auto;
}

.field--name-body a {
  color: #b80357;
}

.site-footer .backtotop a {
  position: absolute;
  top: -75px;
  right: 25px;
  text-indent: -9999px;
  border: 3px solid;
  background: #fff;
  display: block;
  border-radius: 90%;
  width: 36px;
  height: 36px;
  border: 2px solid #b61157;
}

.site-footer .backtotop a:before {
  content: ">";
  float: left;
  text-indent: 0px;
  color: #000;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 100% !important;
  width: 36px;
  height: 36px;
  display: flex;
  font-size: 30px;
  padding-left: 6px;
  transform: rotate(-90deg);
}

.site-footer__bottom {
	letter-spacing: 0.2px;
	margin-top: 0px;
	border: none;
}
.site-footer__bottom .content {
	padding: 0;
	margin-top: 0;
}

.site-footer__bottom .block {
  margin: 0px;
}

.site-footer #block-footer {
  position: relative;
}

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

.site-footer {
	padding: 20px 0 0px;
  background: #000 !important;
  color: #fff !important;
}

.site-footer .text-formatted a {
  color: #fff !important;
  text-decoration: none;
}

.site-footer table {
  margin: 0px;
  width: 100% !important;
}

.site-footer td {
  padding: 20px 36px;
  color: #fff !important;
  border: 0px !important;
}


    
.node .field--type-image {
  float: none;
  margin: 0px;
}


