.editor-styles-wrapper {
  color: #383838;
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  
  --primary-color: #ff173d;
  --primary-color-hover: #CC1231;
  
  --section-background: #f0f0f0;
  }
  
.editor-styles-wrapper.patients {
  --primary-color: #CA8149; 
  --primary-color-hover: #CC1231;
  --section-background: #FDF4ED !important;
  --wp--preset--color--red: #CA8149 !important;
  }  
  
.editor-styles-wrapper * {  
  box-sizing: border-box;
  }
  
.container {
  display: block;
  max-width: 1440px;
  padding: 0 65px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  }  

.left {
  float: left;  
  }
  
.right {
  float: right;  
  }  
  
.columns {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -15px 100px -15px;
  clear: both;
  }  
  
.columns.c1 .column {
  width: 33.33%;
  padding: 15px;
  }  
  
.columns.c2 .column {
  width: 50%;
  padding: 15px;
  }
  
.columns.c3 .column {
  width: 33.33%;
  padding: 15px;
  } 
  
.columns.c4 .column {
  width: 25%;
  padding: 15px;
  } 
  
.has-black-color {
  color: #383838 !important;
  }  
  
.has-brown-color,
.has-brown-color A {
  color: #CA8149 !important
  }
  
.has-brown-color A:hover {
  color: #383838 !important
  } 
  
.has-white-color A,
.has-white-color STRONG,
.has-white-color A STRONG {
  color: #fff;
  }  
  
.wp-block-cover.patients .has-brown-color A:hover {
  color: #fff !important
  }   
  
.wp-block-cover.patients A:after {
  display: none;
  }  
  
.wp-block-cover.patients A:hover {
  background-color: #b57342 !important;
  }
  
/* HEADLINES
------------------------------------------------------------------------------------------------ */   
  
H1 STRONG,
H2 STRONG,
H3 STRONG,
H4 STRONG,
H5 STRONG,
H6 STRONG {
  font-weight: 700;
  }
  
/* BLOCK MEDIA TEXT
------------------------------------------------------------------------------------------------ */   

.wp-block-media-text {
  margin-left: 65px;
  margin-right: 65px;
  }
  
.wp-block-media-text.patients IMG {
  aspect-ratio: 656 / 480;
  object-fit: cover;
  object-position: center center;
  }
  
.wp-block-media-text P.has-text-align-center {
  max-width: 420px !important;
  margin-left: auto;
  margin-right: auto;
  }  
  
.patients ::selection {
  background: #CA8149;
  color: #fff;
  }  
  
.patients H1.has-text-align-center {
  max-width: 860px;
  }  
  
/* BLOCK LINKS
------------------------------------------------------------------------------------------------ */    
  
.wp-block-media-text A,
.wp-block-getwid-image-box A,
.wp-block-cover A,
A.link.chevron,
DIV.link.chevron,
P.link.chevron A {  
  font-size: inherit;
  font-weight: 700;
  color: var(--primary-color);
  cursor: pointer;
  transition: 0.2s;
  }
  
.wp-block-media-text A:hover,
.wp-block-getwid-image-box A:hover,
.wp-block-cover A:hover,
A.link.chevron:hover,
DIV.link.chevron:hover,
P.link.chevron A:hover {
  color: #353536;
  }
  
.wp-block-media-text.has-black-background-color A:hover,
.has-black-background-color .wp-block-getwid-image-box A:hover,
.has-black-background-color .wp-block-cover A:hover,
.has-black-background-color A.link.chevron:hover,
.has-black-background-color P.link.chevron A:hover {
  color: #fff;
  }  
  
.wp-block-getwid-image-box A:after,
.wp-block-cover A:after,
A.link.chevron:after,
DIV.link.chevron:after,
P.link.chevron A:after {
  font-family: icomoon;
  content: "\e905";
  font-size: 11px;
  margin-left: 7px;
  transition: left 0.2s;
  position: relative;
  left: 0;
  } 
  
.link.chevron.left:after {  
  float: left;
  top: 3px;
  margin-right: 7px;
  margin-left: 0;
  transform: rotate(180deg);
  }
  
.link.chevron.small {   
  font-size: 14px;
  font-weight: 500;
  }
  
.link.chevron.small:after {   
  font-size: 9px;
  }  
  
/* BLOCK SECTION (dark)
------------------------------------------------------------------------------------------------ */   
  
.wp-block-getwid-section.dark P,
.wp-block-getwid-section.dark OL LI {
  color: #c2c2c3;
  }  
  
/* BLOCK COVER
------------------------------------------------------------------------------------------------ */    

.wp-block-cover {
  padding: 0;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  }
  
.wp-block-cover.patients.welcome {  
  height: 62.5vw;
  max-height: 100vh !important;
  }
  
.wp-block-cover H1 {
  line-height: 1;
  margin-bottom: 24px;
  } 
  
.wp-block-cover H1 + H3 {   
  margin-top: 24px;
  }
  
.wp-block-cover .wp-block-image {
  margin-bottom: 25px;
  }  
  
.wp-block-cover FIGURE.alignright + * {
  clear: both;
  }
  
.wp-block-cover FIGCAPTION {
  display: none;
  }  
  
.wp-block-cover .wp-block-cover__inner-container {
  padding: 0 100px;
  }  
  
.wp-block-cover.is-position-bottom-center .wp-block-cover__inner-container {
  padding-bottom: 75px;
  } 
  
.wp-block-cover.is-position-center-left .wp-block-cover__inner-container {
  box-sizing: content-box;
  max-width: 530px;
  }     
  
.wp-block-cover.is-position-center-left P {
  font-size: 14px;
  max-width: 530px;
  font-weight: 400;
  margin-left: 0 !important;
  }
  
.wp-block-getwid-section.no-border {
  border-left: 0;
  }  
  
.wp-block-getwid-section .wp-block-cover {
  width: auto;
  max-width: 1312px;
  margin: 120px 65px;
  }
  
.wp-block-getwid-section .wp-block-cover.patients {
  margin-top: 64px;
  margin-bottom: 64px;
  }  
  
.wp-block-getwid-section .wp-block-cover:only-child {  
  margin-top: 0;
  margin-bottom: 0;
  }
  
.wp-block-getwid-section .wp-block-column .wp-block-cover {
  width: auto;
  margin: 0;
  padding: 0;
  }  
  
.wp-block-cover__image-background,
.wp-block-cover__background.has-background-dim {
  border-radius: 24px;
  overflow: hidden;
  }
  
.wp-block-cover .wp-block-image {  
  margin: 0 0 20px 0;
  }
  
.wp-block-cover .wp-block-image + H3 {
  margin-top: 0;
  margin-bottom: 8px;
  }   
  
.wp-block-cover.aligncenter {
  max-width: 1310px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  }
  
.wp-block-cover P STRONG {
  color: inherit;
  }  
  
.has-red-color,
.has-red-color STRONG {
  color: var(--primary-color) !important;
  }  
  
/* BLOCK COLUMNS
------------------------------------------------------------------------------------------------ */   

.wp-block-columns.patients.steps {
  margin: 160px auto 100px auto !important;
  gap: 80px;
  }
  
.wp-block-columns.patients.steps .wp-block-column {
  position: relative;
  }  
  
.wp-block-columns.patients.steps .wp-block-column:after {   
  font-family: icomoon;
  font-size: 28px;
  line-height: 120px;
  text-align: center;
  color: #868686;
  content: "\e91d";
  position: absolute;
  top: 0;
  right: -80px;
  width: 80px;
  height: 100px;
  }
  
.wp-block-columns.patients.steps .wp-block-column:last-child:after {   
  display: none;
  }
  
.wp-block-columns.patients.steps FIGURE {
  margin: 0;
  } 
  
.wp-block-columns.patients.steps H4 {
  margin: 16px 0 8px 0;
  }    
  
.wp-block-columns.patients.steps P {  
  font-size: 14px;
  }
  
.wp-block-cover .wp-block-columns {
  margin: 0;
  padding: 0;
  }
  
/* BLOCK IMAGE
------------------------------------------------------------------------------------------------ */   
  
.wp-block-post-content > .wp-block-cover:first-child {
  margin-bottom: 150px;
  max-width: 100%;
  }
  
.wp-block-post-content > .wp-block-cover:first-child .wp-block-cover__image-background {
  border-radius: 0;
  }  
  
/* BLOCK IMAGE
------------------------------------------------------------------------------------------------ */   
  
.wp-block-buttons.is-content-justification-center {
  justify-content: center !important;
  }
  
/* BLOCK IMAGE
------------------------------------------------------------------------------------------------ */  

.wp-block-image {
  margin: 0 auto;
  margin-top: 75px;
  margin-bottom: 50px;
  max-width: 1088px;
  position: relative;
  z-index: 1;
  }
  
.wp-block-image.is-style-rounded IMG {
  border-radius: 24px;
  }  
  
FIGCAPTION,
.wp-block-icgb-image-compare + P {
  color: #999 !important;
  font-weight: 500 !important;
  margin-top: 0.75em !important;
  }
  
/* BLOCK IMAGE BOX
------------------------------------------------------------------------------------------------ */  
  

    
/* BLOCK IMAGE BOX
------------------------------------------------------------------------------------------------ */   

.wp-block-getwid-image-box {
  min-height: 300px;
  background: #fff;
  border-radius: 24px;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  }
  
.wp-block-getwid-image-box__image-container {
  flex: none !important;
  display: block !important;
  text-align: center !important;
  }
  
.wp-block-getwid-image-box__image-container.is-position-top {
  align-self: center;
  }
  
.wp-block-getwid-image-box IMG {
  width: 82px;
  }  
  
.wp-block-getwid-image-box H3 {
  margin: 1em 0;
  }  
  
.wp-block-getwid-image-box P {
  max-width: 275px;
  }
  
.wp-block-getwid-image-box P A {
  margin-top: 2em;
  display: block;
  }  
  
/* ACCORDION
------------------------------------------------------------------------------------------------ */   

.wp-block-icgb-image-compare + P {
  margin-top: -50px !important;
  margin-bottom: 50px !important;
  margin-left: 0 !important;
  text-align: center;
  font-size: 13px !important;
  padding: 0 !important;
  color: #;
  max-width: 100% !important;
  }
  
.wp-block-cover .icgb-compare-block {
  border-radius: 0px;
  }
  
/* WP BLOCK EMBED
------------------------------------------------------------------------------------------------ */   
  
.wp-block-embed {
  margin: 60px auto;
  max-width: 640px;
  }

/* CARD
------------------------------------------------------------------------------------------------ */   

.card-element {
  display: block;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  margin: 0px;
  height: 100%;
  position: relative;
  color: #383838;
  }  
  
.card-element.dark {
  background: #353536;
  color: #fff;
  }  
  
.card-element.dark .description {
  color: #fff;
  font-size: 14px;
  opacity: 0.5;
  max-width: 360px;
  margin: 0 auto 2em auto;
  padding: 0 30px;
  }  
  
.card-element.center {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  }  
  
.card-element.center .padding {
  justify-content: center;
  }

.card-element FIGURE {
  padding-bottom: 60%;
  margin-bottom: 0;
  background: #ddd;
  background-size: cover;
  position: relative;
  }  
  
.card-element FIGURE IMG {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  }
  
.card-element FIGURE .overlay {
  transition: 0.5s;
  }  
  
.card-element:hover FIGURE .overlay {
  transform: scale(1.05);
  }
  
.card-element ADDRESS {
  margin-bottom: 1em;
  }  
  
.card-element .link A {
  color: #646363;
  }    
  
.card-element .link A:hover {
  color: #ff173d;
  }  
  
.card-element .date {
  position: absolute;  
  top: 25px;
  right: 25px;
  padding: 12px 10px 10px 10px;
  background: #fff;
  z-index: 1;
  text-align: center;
  border-radius: 8px;
  }
  
.card-element .date .start {  
  float: left;
  padding-right: 9px;
  position: relative;
  }
  
.card-element .date .start .dash {    
  content: "-";
  right: -3px;
  top: -2px;
  font-weight: bold;
  position: absolute;
  width: 10px;
  text-align: center;
  }
  
.card-element .date .end {   
  float: left;
  }
  
.card-element .date .day {
  font-size: 20px;  
  font-weight: 700;
  line-height: 1;
  }
  
.card-element .pretitle {
  color: #ff173d;
  font-weight: 600;
  margin-bottom: 0.5em;
  }
  
.card-element .title {
  margin-top: 0;
  padding-right: 100px;
  line-height: 1.2;
  }  
  
.card-element A H4:last-child {
  margin-bottom: 1em;
  }
  
.card-element .color {
  color: #ff173d;
  }
  
.card-element .category {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 20px;
  }

.card-element .padding {
  padding: 30px;  
  }
  
.card-element h4:last-child {
  margin-bottom: 0;
  }  
  
.card-element .description,
.card-element ADDRESS {
  color: #646363;
  font-size: 16px;
  }  
  
.card-element .description TABLE TD {
  vertical-align: top;
  padding: 2px 0;
  }  
  
.card-element .description TABLE TD:first-child {  
  padding-right: 30px;
  font-weight: 700;
  white-space: nowrap;
  }
  
.card-element .description TABLE TD I {  
  font-size: 12px;
  }
  
.card-element .ical {  
  margin: 1em 0 0em 0;
  }
  
.card-element .downloads {
  margin-top: 0em;
  }  
  
.card-element .download {
  overflow: hidden;
  }  
  
.card-element .downloads A {
  line-height: 1.5;
  float: left;
  }
  
/* BLOCK IMAGE SLIDER
------------------------------------------------------------------------------------------------ */    

.wp-block-getwid-images-slider {
  margin: 100px auto 0px auto;
  overflow-x: hidden;
  padding-bottom: 75px;
  }
  
.wp-block-getwid-images-slider .slick-arrow {
  display: none !important;
  }  
  
.wp-block-getwid-images-slider .slick-dots, 
.wp-block-getwid-media-text-slider .slick-dots, 
.wp-block-getwid-post-slider .slick-dots, 
.wp-block-getwid-post-carousel .slick-dots {
  bottom: -10px !important;
  }
  
.wp-block-getwid-images-slider.has-dots-inside .slick-dots {
  bottom: 20px !important;
  }  

.wp-block-getwid-images-slider .slick-list {
  overflow: visible !important;
  }
  
.wp-block-getwid-images-slider.has-captions FIGCAPTION {
  background: none;
  padding: 0 !important;
  font-size: 14px;
  bottom: 0;
  top: 100%;
  text-align: center;
  }
  
/* LÖSUNGEN / IMPLANTATE
------------------------------------------------------------------------------------------------ */  

#slider-implants {
  padding: 50px 0;
  }

#implants .card-element.implant .padding {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  }
  
#implants .card-element.implant .title {
  margin-bottom: 0;
  }

#implants .card-element.implant FIGURE {
  background: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  }
  
#implants .solution .logos {
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 24px;
  line-height: 24px;
  text-align: center;
  color: #383838;
  }
  
#implants .solution .logos .icon {
  float: left;
  margin-left: 4px;
  }  
  
#implants .solution .logos .icon-tiit {  
  width: 24px;
  height: 24px;
  background: url('../img/logo-tiit-small.png') no-repeat;
  background-size: auto 24px;
  }
  
#implants .dark I {
  display: block;
  font-size: 80px;
  margin-bottom: 30px;
  }
  
#implants.swiper .card-element .category {
  color: #353536;
  margin-top: 5px;
  }   

/* SWIPER SLIDER
------------------------------------------------------------------------------------------------ */   

.slider {
  margin-top: 150px;
  margin-bottom: 150px;
  }
  
.slider:after {  
  content: " ";
  clear: both;
  display: table;
  }
  
.slider:last-of-type {
  margin-bottom: 0;
  }
  
.slider .head A.chevron {
  position: relative;
  }    

.slider .head:after {
  content: " ";
  clear: both;
  display: table;
  }

.slider .head H3 {
  margin-top: -7px;
  color: #646363;
  }
  
.slider .head A {
  margin-left: 30px;
  }  

.slider .head A:hover {
  color: #353536;
  }  
  
.swiper {
  margin: 20px 0;
  }  
  
.swiper-slide {
  height: auto;
  padding: 10px 0;
  }  

.swiper-horizontal > .swiper-scrollbar {
  max-width: 600px;
  position: static;
  margin: 0 auto;
  height: 3px;
  border-radius: 0;
  margin-top: 40px;
  }  
  
.swiper-scrollbar-drag {
  background: #ff173d;
  border-radius: 0;
  cursor: grab;
  }  
  
.wp-block-getwid-section__inner-content .slider:first-child {
  margin-top: 0;
  } 
  
/* CASES
----------------------------------------------------------------------------------------------------------- */  

#cases {
  padding: 30px 0;
  }
  
#cases .columns {
  margin-top: 20px;
  margin-bottom: 30px;
  }  
  
#cases .card-element FIGURE {
  padding-bottom: 42%;
  }
  
#cases .card-element .pretitle {
  margin-bottom: 0;
  }  
  
#cases .card-element .title {
  margin-top: 0 !important;
  color: #383838;
  }
  
#cases .card-element .padding {
  padding-bottom: 65px;
  transition: 0.2s;
  }  
  
#cases .card-element .link {
  display: block;
  position: absolute;
  bottom: 25px;
  left: 30px;
  transition: 0.2s;
  color: #ff173d;
  font-weight: 700;
  } 
  
#cases .card-element:hover .link {
  opacity: 1;
  }   
  
/* LAZYBLOCKS
------------------------------------------------------------------------------------------------ */   

.block-lazyblock .head:after {
  content: " ";
  display: table;
  clear: both;
  }

.block-lazyblock .head H3 {
  margin-top: -7px;
  margin-bottom: 10px;
  color: #646363;
  }
  
.block-lazyblock A.link.chevron {
  font-size: 14px !important;
  font-weight: 500 !important;
  }   
  
/* NEXT CASE
------------------------------------------------------------------------------------------------ */   

.next.center {
  text-align: center;
  margin-bottom: 65px;
  position: relative;
  z-index: 10;
  }
  
/* PROGRESSIVE IMAGE
----------------------------------------------------------------------------------------------------------- */     
  
.progressive-image {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
  }

.progressive-image DIV {
  width: 100%;
  height: 100%;
	background-size: cover !important;
	background-position: center top !important;
  }

.progressive-image .loadingImage {
	filter: blur(30px);
  }

.progressive-image .overlay {
	position: absolute;
  top: 0;
	opacity: 0;
	transition: opacity 200ms ease-in;
  }  