@import url("https://use.typekit.net/rxf8wrj.css");
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap');
@import url('https://i.icomoon.io/public/9713667a53/ChristineWolf/style.css');

HTML {
  overflow-x: hidden;
  height: 100%;
  }

.edit-post-visual-editor__post-title-wrapper {
  display: none !important;
  }
  
* {
  --wp--preset--font-size--small: 17px !important;
  
  --red: #800000;
  --yellow: #E2B007;
  
  box-sizing: border-box;
  }
  
:root :where(.editor-styles-wrapper)::after {
  display: none !important;
  }
  
/* LAYOUT
------------------------------------------------------------------------- */      

.block-editor-iframe__html {
  height: 100% !important;
  }

.editor-styles-wrapper {
	font-family: "urw-din";
  font-size: 20px;
  line-height: 1.25;
  font-weight: 400;
  height: 100% !important;
  -webkit-font-smoothing: antialiased;
  }
  
.editor-styles-wrapper STRONG {
  font-weight: 700;
  }  
  
.is-root-container {
  color: #000;
  position: relative;
  max-width: 1440px;
  margin-left: auto !important;
  margin-right: auto !important;
  min-height: 100%;
  }  
  
.wp-block-post-content {
  padding: 60px;
  }
  
.block-editor-iframe__body .wp-block-post-content {    
  min-width: 1440px;
  }
  
.wp-block-post-content ::selection {
  background: #000;
  color: #fff;
  }  
  
.wp-block-post-content P {  
  margin: 0 0 1.25em 0;
  }
  
.wp-block-post-content P:last-child {  
  margin-bottom: 0;
  }  
  
.wp-block-post-content A {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
  transition: 0.2s;
  }  
  
.wp-block-post-content A[href^="tel:"]:after {     
  display: none;
  }   
  
.wp-block-post-content A[href^="tel:"] {
  border: none;
  }
  
.has-small-font-size {
  font-size: 17px;
  line-height: 1.3;
  }  
  
.wp-block-post-content A.back {
  display: block;
  position: absolute;
  z-index: 1;
  border: none;
  font-size: 45px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  right: 110px;
  margin-top: 40px;
  }  
  
.wp-block-post-content A.back I {  
  float: left;
  width: 100%;
  line-height: 45px;
  }
  

/* BLOCK COLUMNS
---------------------------------------------------------------------------- */  

.wp-block-columns {
  gap: 60px;
  }
  
/* BLOCK HEADING
---------------------------------------------------------------------------- */   
  
H2.wp-block-heading {
  font-family: Fraunces;
  font-size: 70px;
  margin: 0 0 25px 0;
  line-height: 1;
  letter-spacing: 0.3em;
  color: #E2B007;
  }
  
H2.wp-block-heading::selection {
  background: var(--yellow);
  color: #fff;
  }  
  
H3.wp-block-heading {
  font-family: Fraunces;
  font-size: 30px;
  line-height: 1.1;
  margin: 0 0 10px 0;
  letter-spacing: 0.3em;
  color: #000;
  }
  
.wp-block-heading A {
  border: none;
  }  
  
.wp-block-heading A:hover {
  color: var(--red);
  }    
  
/* BLOCK GROUP
---------------------------------------------------------------------------- */   
  
.wp-block-group {
  padding: 60px;
  }
  
.wp-block-group .wp-block-group {
  padding: 0px;
  }  
  
.wp-block-group.is-style-absolute {
  position: absolute;
  width: auto;
  min-width: 0;
  padding: 80px 80px;
  top: calc(50dvh + 250px);
  right: 0;
  }
  
.wp-block-group.is-style-vertical  {
  position: absolute;
  width: 500px;
  padding: 60px !important;
  bottom: 0px;
  left: 100%;
  font-size: 15px;
  line-height: 1.5;
  transform: rotate(-90deg);
  transform-origin: 0 100%;
  }  
  
#page-apropos .wp-block-group.is-style-vertical,
#page-impressum .wp-block-group.is-style-vertical {     
  bottom: 0px;
  }
  
/* BLOCK DETAILS
---------------------------------------------------------------------------- */  

.wp-block-details {
  margin-bottom: 1.25em;
  position: relative;
  }

.wp-block-details SUMMARY {
  font-weight: bold;
  cursor: default !important;
  position: relative;
  }
  
.wp-block-details:before {
  content: "Overlay";
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background: #ff0000;
  opacity: 0;
  }  
  
.wp-block-details SUMMARY {
  list-style: none; 
  }

.wp-block-details SUMMARY::-webkit-details-marker {
  display: none; 
  }

/* LAZYBLOCK PREVIEWS
---------------------------------------------------------------------------- */     

.lazyblock {
  padding: 0 !important;
  box-shadow: none !important;
  }
  
.lzb-content-title {
  display: none !important;
  }  
  
.lazyblock .lzb-preview-server {
  margin-top: 0 !important;
  position: relative;
  }  
  
.lzb-preview-server:before,
.lzb-preview-server .lazyblock-gallery-image:before {  
  content: " ";
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  }  
  
/* LAZYBLOCK SLIDER
---------------------------------------------------------------------------- */   

.wp-block-lazyblock-slider .swiper {
  overflow: visible;
  max-width: 600px;
  margin-left: 0;
  } 
  
.wp-block-lazyblock-slider FIGURE {
  width: 100%;
  padding-bottom: 100%;
  max-width: 600px;
  margin-bottom: 46px;
  position: relative;
  }
  
.wp-block-lazyblock-slider FIGURE A {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: flex;
  align-items: flex-end;
  transition: none;
  }

.wp-block-lazyblock-slider FIGURE IMG {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  } 
  
.wp-block-lazyblock-slider FIGURE IMG.landscape {  
  height: 75%;
  object-fit: cover;
  object-position: center center;
  }
  
.wp-block-lazyblock-slider .title {
  font-weight: bold;
  margin-bottom: 10px;
  }

.wp-block-lazyblock-slider .date {  
  font-size: var(--wp--preset--font-size--small);
  margin-bottom: 10px;
  }
  
.wp-block-lazyblock-slider .content.indent {  
  font-size: var(--wp--preset--font-size--small);
  width: 480px;
  transform: translateX(50%);
  }
  
.wp-block-lazyblock-slider .content.indent .has-small-font-size {      
  font-size: 15px !important;
  }
  
.wp-block-lazyblock-slider .content DIV {
  margin-top: -1.25em;
  font-size: 0.88em;
  }  
  
.wp-block-lazyblock-slider .swiper-slide {
  visibility: hidden;
  transition: 0.2s;
  container: test;
  }  
  
.wp-block-lazyblock-slider .swiper-slide-visible {
  visibility: visible;
  opacity: 1;
  }
  
.wp-block-lazyblock-slider .square {
  position: absolute;
  top: 0;
  width: 100%;
  padding-bottom: 100%;
  }  
  
.wp-block-lazyblock-slider .swiper-arrow {
  position: absolute;
  z-index: 1;
  border: none;
  top: 100%;
  right: -14px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: none;
  font-size: 0;
  cursor: pointer;
  transition: 0.2s;
  left: auto;
  margin: 10px 0 0 0;
  color: #000;
  }
  
.wp-block-lazyblock-slider .swiper-button-disabled {  
  opacity: 0.3;
  }
  
.wp-block-lazyblock-slider .swiper-arrow:after {  
  font-family: icomoon;
  font-size: 40px;  
  content: "\e902"; 
  }
  
.wp-block-lazyblock-slider .swiper-button-prev {
  right: 90px;
  transform: rotate(180deg);
  }






































  

