/*
Theme Name: icotec
Author: Ewald Natter
Author URI: http://www.freelenz.at
Version: 1.0
*/

/* ALLGEMEIN
-------------------------------------------------------------- */

@import url("assets/fonts/inter.css");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  }
  
HTML {
  height: 100%;
  overflow: visible !important;
  margin-right: 0 !important;
  }  
  
BODY {
  width: 100%;
  height: 100%;
  color: #383838;
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased; 
  
  --primary-color: #ff173d;
  --primary-color-hover: #CC1231;
  
  --section-background: #f0f0f0;
  }
  
P {
  margin-bottom: 1em;  
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
  color: #646363;
  }
  
P.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
  }
  
P.has-small-font-size {
  font-size: 14px !important;
  }
  
P:last-child {
  margin-bottom: 0;  
  }
  
H1 ~ P {
  max-width: 720px;
  }
  
H1 ~ P + P.has-red-color {
  margin-top: -1em;
  }
  
STRONG {
  font-weight: 600;  
  }
  
A {
  transition: 0.2s;
  text-decoration: none; 
  color: #000;
  }
  
A I {
  font-size: 24px;
  }
  
A:hover {
  color: var(--primary-color);
  }  
  
IMG {
  max-width: 100%;
  height: auto;  
  vertical-align: bottom;
  }
  
ADDRESS {
  font-style: normal;  
  }
  
INPUT, SELECT, TEXTAREA {
  font-family: inherit;  
  font-weight: 500;
  }
  
::selection {
  background: var(--primary-color); /* WebKit/Blink Browsers */
  color: #fff;
  }
  
::-moz-selection {
  background: var(--primary-color); /* Gecko Browsers */
  color: #fff;
  }  
  
sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;

  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;

  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;

  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
  }

sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
  }  
  
/* LAYOUT
------------------------------------------------------------------------------------------------ */  

#page {
  height: auto !important;
  margin-bottom: -520px;
  min-height: 100%;     
  overflow: hidden;
  }
  
#push {
  height: 520px;
  clear: both;
  }

MAIN {
  padding-top: 90px;
  padding-bottom: 0px;
  }
  
SECTION {
  margin: 150px 0;
  }
  
SECTION .slider {
  margin-bottom: 0;
  }

.container {
  display: block;
  max-width: 1440px;
  padding: 0 65px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  }
  
.container.fullwidth {  
  max-width: 100%;
  }

.container.narrow {
  max-width: 770px;
  }  
  
.container .container {
  padding: 0;
  }  
  
.relative {
  position: relative;
  }
  
.gallery + SECTION.grey {
  margin-top: -300px;
  padding-top: 300px;
  }
  
  
/* HEADLINES
------------------------------------------------------------------------------------------------ */   

H1, .h1 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0.7em;
  max-width: 640px;
  text-transform: none;
  letter-spacing: -1px;
  } 
  
H2, .h2 {  
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 1.5em;
  margin-bottom: 0.7em;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: -0.4px;
  }
  
H1.has-text-align-center {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  }
  
H3 {
  font-size: 24px;
  line-height: 1.33;
  font-weight: 700;
  max-width: 640px;
  margin-top: 1.5em;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  }  
  
H4 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  margin-top: 3em;
  margin-bottom: 1em;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  }
  
H5 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 1em;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  }  
  
H6 {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 1em;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  }   
  
H1:first-child,
H2:first-child,
H3:first-child,
H4:first-child,
H5:first-child,
H6:first-child {
  margin-top: 0;   
  }
  
H3 + H4 {
  margin-top: -1.2em !important;
  }
  
    
  
/* QUOTES
------------------------------------------------------------------------------------------------ */   

#quotes {
  margin-top: 150px;
  margin-bottom: 150px;
  text-align: center;
  }
  
#quotes:last-of-type {
  margin-bottom: 0;
  }  
  
#quotes .quote FIGURE {
  width: 90px;
  height: 90px;
  border-radius: 100px;
  background: #ddd;
  margin: 0 auto 30px auto;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  }  
  
#quotes .quote BLOCKQUOTE {
  max-width: 640px;  
  margin: 0 auto;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 1em;
  color: #646363;
  }
  
#quotes .quote .author {  
  color: #000;
  font-weight: 500;
  margin-bottom: 50px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  }
  
#quotes .quote .author .name {
  display: block;
  color: var(--primary-color);
  }
  
#quotes .quote .author .position {
  display: inline;
  } 
  
#quotes .quote .text {
  display: block;
  }  
  
#quotes .slick-dots { 
  visibility: hidden;
  }
  
/* Große Variante
--------------------------------------- */  
  
#quotes.large {
  margin-top: 150px;
  }

#quotes.large .slick-dots {
  visibility: visible;
  }
  
#quotes.large .quote {
  padding: 0 0px;
  }  
  
#quotes.large .quote FIGURE {
  width: 412px;
  height: 412px;
  min-width: 412px;
  border-radius: 500px;
  margin: 0;
  }
  
#quotes.large .quote .container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  }  
  
#quotes.large .quote .text {
  text-align: left;
  padding-left: 100px;
  }  
  
#quotes.large .quote.center .text {  
  text-align: center;
  padding: 0;
  }
  
#quotes.large .quote .author {
  margin-bottom: 0;
  }  
  
#quotes.large .quote .author .name:after {
  display: none;
  }
  
#quotes.large .quote .author .position {
  display: block;
  } 
  
#quotes.large .slick-prev {
  left: 0px;
  margin-left: 0;
  }  
  
#quotes.large .slick-next {
  left: auto;
  right: 0px;
  margin-left: 0;
  }
  
/* FILTER
------------------------------------------------------------------------------------------------ */    

.filter {
  text-align: right;
  margin-top: -40px;
  margin-bottom: 40px;
  }
  
/* HEADER
------------------------------------------------------------------------------------------------ */   

HEADER {
  position: fixed;
  height: 90px;
  z-index: 11;
  width: 100%;
  transition: 0.2s;
  background: rgba(255,255,255,0.98);
  }
  
HEADER.sticky {
  box-shadow: 0 0 7px rgba(0,0,0,0.05);
  }  
  
HEADER .container {
  max-width: 100%;
  }  
  
HEADER #logo {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 240px;
  height: 90px;
  background: url('assets/img/logo.svg') no-repeat center center;
  background-size: 100px auto;
  transition: none;
  z-index: 101;
  }  
  
HEADER .right {  
  float: right;
  position: relative;
  z-index: 101;
  }
  
HEADER NAV {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  z-index: 100;
  }  
  
HEADER NAV UL {
  list-style-type: none;  
  }
  
HEADER NAV UL LI {
  display: inline-block;
  }
  
HEADER NAV UL LI A {
  display: block;
  font-weight: 700;
  font-size: 16px;
  padding: 33px 10px 33px 10px;
  color: #646363;
  } 
  
HEADER NAV UL LI.current-menu-item:not(.home) A,
HEADER NAV UL LI.current-page-ancestor:not(.home) A {
  color: var(--primary-color);
  }  
  
HEADER NAV UL LI A:hover {  
  color: var(--primary-color);
  }
  
HEADER .languages.mobile {
  display: none;
  }  
  
HEADER .right .languages {
  float: left;
  margin-left: 20px;
  position: relative;
  margin-top: 35px;
  text-transform: uppercase;
  }
  
HEADER .right .languages .current {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #646363;
  cursor: pointer;
  }  
  
HEADER .right .languages .current:after {
  content: " ";
  width: 16px;
  height: 16px;
  display: inline-block;
  float: right;
  background: url('assets/img/arrow-select.svg') no-repeat center center;
  background-size: 7px 5px;
  margin-left: 5px;
  opacity: 0.7;
  transition: 0.2s;
  transform-origin: 50% 50%;
  } 
  
BODY.search HEADER .right .languages .current:after {
  background-image: url('assets/img/arrow-select-gray.svg');
  }  
  
HEADER .right .languages.open .current:after {
  transform: rotate(180deg);
  }
  
HEADER .right .languages .dropdown {
  position: absolute;
  display: block;
  background: #f0f0f0;
  box-shadow: 0px 2px 4px 0px rgba(100, 99, 99, 0.12);
  padding: 12px 20px;
  border-radius: 16px;
  width: 80px;
  left: 0;
  top: 20px;
  margin-left: -20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  }
  
HEADER .right .languages.open .dropdown {  
  opacity: 1;
  visibility: visible;
  top: 30px;
  }
  
HEADER .right .languages .dropdown UL LI {
  list-style-type: none;
  }
  
HEADER .right .languages .dropdown UL LI A {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 3px 0;
  color: #868686;
  } 
  
HEADER .right .languages .dropdown UL LI.wpml-ls-current-language A {
  padding-right: 30px;
  color: #646363;
  font-weight: 500;
  background: url('assets/img/icon-checked.svg') no-repeat right center;
  }  
  
HEADER .right .languages .dropdown UL LI A:hover {
  color: #646363;
  font-weight: 500;
  }
  
HEADER .right #link-eifu,
HEADER .right #distribution,
HEADER .right #education {
  float: left;
  line-height: 90px;
  padding-right: 20px;
  position: relative;
  color: #383838;
  } 
  
HEADER .right #link-eifu:hover,
HEADER .right #distribution:hover,
HEADER .right #education:hover {
  color: var(--primary-color);
  }  
  
HEADER .right #link-eifu I {
  font-size: 18px;
  } 
  
HEADER .right #link-eifu .label { 
  display: none;
  }
  
HEADER .right #distribution I {
  font-size: 20px;
  position: relative;
  top: 1px;
  } 
  
HEADER .right #education I {
  position: relative;
  top: 4px;
  }     
  
HEADER .right A .tooltip {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -10px;
  white-space: nowrap;
  background: #F0F0F0;
  border-radius: 50px;
  font-size: 12px;
  height: 28px;
  line-height: 20px;
  padding: 4px 12px;
  color: #646363;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
  }  
  
HEADER .right A:hover .tooltip {  
  visibility: visible;
  opacity: 1;
  top: 75px;
  }
  
HEADER .right A .tooltip:before {  
  content: " ";
  width: 16px;
  height: 16px;
  background: url('assets/img/arrow-tooltip.svg') no-repeat center bottom;
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -8px;
  }
  
HEADER .right .wp-block-button {
  margin-top: 27px;
  position: relative;
  z-index: 101;
  }  
  
HEADER .right .wp-block-button__link {
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  }  
  
HEADER #search {
  font-size: 18px;
  line-height: 90px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  float: left;
  }
  
HEADER #search:hover {
  color: var(--primary-color);
  } 
  
HEADER .burger {
  display: none;
  }  
  
#search-form {
  position: fixed;
  z-index: 12;
  top: 0;
  right: 0;
  left: 0;
  min-height: 0;
  height: 100%;
  background: #353536;
  display: none;
  }
  
#search-form .container {
  padding-top: 180px;
  max-width: 1106px;
  }  
  
#search-form .close {
  display: block;
  width: 160px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  color: #fff;
  position: absolute;
  z-index: 10;
  top: 0px;
  right: 55px;
  cursor: pointer;
  }  
  
#search-form .searchfield {
  position: relative;
  border-bottom: 1px solid #fff;
  overflow: hidden;
  margin-bottom: 75px;
  }  
  
#search-form #query {
  width: 100%;
  font-size: 56px;
  letter-spacing: -1px;
  font-weight: 700;
  background: none;
  border: none;
  padding: 10px 0;
  color: #fff;
  float: left;
  caret-color: var(--primary-color);
  }  
  
#search-form INPUT::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.75;
  }

#search-form INPUT::-moz-placeholder {  
  color: #fff;  
  opacity: 0.75;
  }

#search-form INPUT:-ms-input-placeholder {  
  color: #fff;  
  opacity: 0.75;
  }  
  
#search-form .cursor {
  display: block;
  float: left;
  width: 4px;
  height: 67px;
  background: var(--primary-color);
  margin-top: 5px;
  animation: blinker 1.5s steps(2) infinite;
  display: none;
  }

@keyframes blinker {
  0% {
    visibility: hidden;
  }
}  

#search-form .submit {
  position: absolute;
  right: 0;
  bottom: 20px;
  }  
  
#search-form #suggestions {
  color: #fff;
  } 
  
#search-form #suggestions H5 {
  margin-left: 0;
  }  
  
#search-form #suggestions .suggestions {
  font-size: 56px;
  max-height: 6em;
  overflow: hidden;
  }  
  
#search-form #suggestions .suggestion A {
  display: block;
  font-size: 56px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  } 
  
#search-form #suggestions .suggestion A:hover {
  color: var(--primary-color);
  }
  
/* HEADER INVERTIERT
------------------------------------------------------------------------------------------------ */    
  
BODY.header-inverted HEADER:not(.sticky) #logo {
  background-image: url('assets/img/logo-inverted.svg');
  }

BODY.header-inverted MAIN {
  padding-top: 0;
  }  
  
BODY.header-inverted HEADER:not(.sticky) {  
  background: none;
  }
  
BODY.header-inverted HEADER:not(.sticky) NAV UL LI A {
  color: #fff;
  }  
  
BODY.header-inverted HEADER:not(.sticky) #burger span {
  background: #fff;
  }  
  
/* SEARCH RESULTS
------------------------------------------------------------------------------------------------ */   

BODY.search HEADER {
  background: #353536;
  box-shadow: none;
  }
  
BODY.search HEADER #search {
  color: #646363;
  cursor: default;
  }  
  
BODY.search HEADER #link-eifu {
  color: #646363;
  }
  
BODY.search HEADER #link-eifu:hover {
  color: #fff;
  }  
  
BODY.search HEADER #logo {
  background-image: url('assets/img/logo-white.svg');
  }

BODY.search HEADER NAV UL LI A,
BODY.search #search {
  color: #fff;
  }
  
BODY.search HEADER NAV UL LI A:hover {
  color: var(--primary-color);
  }

BODY.search #search-form {
  position: absolute;
  left: 0;
  min-height: 0;
  height: 400px;
  bottom: auto;
  z-index: 10;
  display: block;
  }
  
BODY.search #search-form .close {
  display: none;
  }
  
BODY.search #search-form #suggestions {
  display: none;
  }
  
BODY.search .tabs {
  overflow: hidden;
  height: 50px;
  margin-top: -50px;
  position: relative;
  z-index: 10;
  margin-bottom: 100px;
  }

BODY.search .tabs .tab {
  float: left;
  opacity: 0.4;
  height: 50px;
  margin-right: 20px;
  transition: opacity 0.2s;
  } 
  
BODY.search .tabs .tab:hover { 
  opacity: 0.6;
  }
  
BODY.search .tabs .tab A {
  display: block;
  font-size: 14px;
  color: #fff;
  padding: 0 10px;
  line-height: 50px;
  cursor: pointer;
  }  

BODY.search .tabs .tab.active {  
  opacity: 1;
  height: 50px;
  border-bottom: 3px solid var(--primary-color);
  }  
  
BODY.search MAIN {
  padding-top: 400px;
  padding-bottom: 150px;
  }
  
BODY.search MAIN H3 {
  margin-bottom: 0.5em;
  }
  
BODY.search MAIN P {
  padding-right: 40px;
  }
  
BODY.search MAIN P A {
  color: var(--primary-color);
  }  
  
BODY.search #files {
  display: none;
  }  
  
BODY.search .result {
  display: block;
  margin-bottom: 2.5em;
  }  
  
BODY.search .result SPAN {
  display: block;
  }  
  
BODY.search .result .excerpt {  
  margin-bottom: 0.5em;
  }
  
BODY.search .result .excerpt STRONG {  
  font-weight: 600;
  color: #000;
  }
  
/* PAGE HEADER
------------------------------------------------------------------------------------------------ */    

#backlink {
  margin-top: 48px;
  overflow: hidden;
  }
  
#backlink A {
  font-size: 14px;
  font-weight: 500;
  }  

.page-head {
  padding-top: 100px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  text-align: center;
  }
  
.page-head + SECTION.grey {
  margin-top: -1px;
  }  
  
.page-head H1 {
  font-size: 56px;
  max-width: 100%;
  margin-bottom: 10px;
  }  
  
.page-head H4 {
  color: var(--primary-color);  
  }
  
.page-head #intro {  
  padding: 20px 20px;
  font-weight: 400;
  color: #646363;
  }
  
.page-head A.link.chevron {
  font-size: 20px;
  }

/* SUBNAV
------------------------------------------------------------------------------------------------ */   

#subnav {
  text-align: center;
  border-bottom: 1px solid #F0F0F0;
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  }
  
#subnav + SECTION.grey {
  margin-top: -1px;
  }  
  
#subnav UL {
  list-style-type: none;
  margin: 0;
  justify-content: center;
  }  
  
#subnav UL LI {
  display: inline-block;  
  margin: 0 10px;
  }
  
#subnav UL LI A {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #646363;
  opacity: 0.4;
  padding: 7px 7px;
  margin-bottom: -1px;
  }  
  
#subnav UL LI A:hover {
  opacity: 1;
  color: #000;
  } 
  
#subnav UL LI.active A {
  color: var(--primary-color);
  opacity: 1;
  border-bottom: 2px solid var(--primary-color);
  }  
  
#subnav .slick-list {
  overflow: visible;
  }  
  
#subnav .swiper-button-prev,
#subnav .swiper-button-next {
  display: none;
  }  
  
/* SECTION
------------------------------------------------------------------------------------------------ */  

SECTION.grey {
  background: #F0F0F0;
  margin: 0;
  padding: 100px 0;
  }
  
SECTION.grey .page-head {
  padding-top: 0;
  }  
  
SECTION.grey .page-head H4 {
  color: var(--primary-color);
  }
  
/* BLOCK MEDIA TEXT
------------------------------------------------------------------------------------------------ */   
  
.wp-block-media-text {
  width: auto;
  left: 0;
  right: 0;
  margin: 75px auto;
  border-radius: 24px;
  overflow: hidden;
  max-width: 1310px;
  }
  
@media (max-width: 1440px){
  
.wp-block-media-text,
.wp-block-cover.aligncenter {
  margin-left: 65px;
  margin-right: 65px;
  }
  
}
  
.wp-block-media-text:first-child {  
  margin-top: 0;
  }
  
.wp-block-media-text P,
.wp-block-media-text LI {
  font-size: 14px;
  padding-right: 100px;
  color: #737373;
  }  
  
.wp-block-media-text P.has-text-align-center {  
  padding-right: 0;
  }
  
.wp-block-media-text .wp-block-media-text__content {
  padding-left: 100px;
  padding-bottom: 0px;
  }
  
.wp-block-media-text .wp-block-media-text__content > * {
  max-width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  }  
  
.wp-block-column .wp-block-buttons,
.wp-block-media-text .wp-block-buttons {
  justify-content: left;
  }
  
.wp-block-media-text .wp-block-image {
  margin: 0 0 20px 0;
  }
  
.wp-block-media-text:not(.has-background) {
  margin-bottom: 130px;
  }
  
.wp-block-media-text:not(.has-background) .wp-block-media-text__media {
  border-radius: 24px;
  overflow: hidden;
  } 
  
.wp-block-media-text:not(.has-background) .wp-block-media-text__content {
  padding-right: 75px;
  }
  
.wp-block-media-text:not(.has-background) P {
  font-size: 16px;
  }  
  
.wp-block-media-text .wp-block-media-text__content UL:last-child {
  margin-bottom: 0px;
  }  
  
/* BLOCK SECTION
------------------------------------------------------------------------------------------------ */ 

SECTION.grey,
.wp-block-getwid-section {
  background: var(--section-background);
  border-left: 6px solid var(--primary-color);
  padding-top: 75px;
  padding-bottom: 100px;
  }
  
SECTION.grey .wp-block-getwid-section {
  border-left: 0;
  }  
  
SECTION.grey .wp-block-getwid-section .wp-block-getwid-section__content {
  padding: 0;
  }
  
.wp-block-getwid-section {
  padding: 0;
  }
  
.wp-block-getwid-section .wp-block-columns:first-child {
  margin-top: 0;
  margin-bottom: 75px;
  }  
  
.wp-block-getwid-section.dark {
  background: #353536;
  color: #fff;
  }  
  
.wp-block-image + .wp-block-getwid-section,
.wp-block-getwid-images-slider + .wp-block-getwid-section,
.wp-block-getwid-video-popup + .wp-block-getwid-section,
.wp-block-video + .wp-block-getwid-section {
  margin-top: -315px;
  padding-top: 315px;
  }  
  
.wp-block-getwid-section:last-child {
  /*padding-bottom: 0;*/
  }  
  
.wp-block-getwid-section H1 {
  font-size: 40px;
  }  
  
.wp-block-getwid-section__wrapper {
  padding: 0;
  }  
  
.wp-block-getwid-section__content {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 75px;
  padding-bottom: 100px;
  }
  
.wp-block-getwid-section__content H4:first-child.has-text-align-center {
  margin-bottom: 75px;
  }

/* BLOCK GROUP
------------------------------------------------------------------------------------------------ */    

.wp-block-group {
  max-width: 640px;
  margin: 100px auto;
  }
  
.wp-block-group H5 {
  color: var(--primary-color);
  }  
  
/* BLOCK VIDEO
------------------------------------------------------------------------------------------------ */   

.mfp-bg {
  opacity: 0.95;
  }
  
/* BLOCK ICON BOX
------------------------------------------------------------------------------------------------ */   

.wp-block-getwid-icon-box {
  margin-bottom: 75px;
  margin-top: 75px;
  }
  
.wp-block-getwid-icon-box.has-text-center {  
  margin-top: 30px;
  margin-bottom: 50px;
  }
  
.wp-block-getwid-icon-box.has-icon-left {  
  margin-top: 0px;
  margin-bottom: 0px;
  }  
  
.wp-block-getwid-icon-box P {
  font-size: 14px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  }

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

.wp-block-columns {
  margin: 75px auto;
  padding: 0 65px;
  max-width: 1440px;
  }
  
.wp-block-columns.mb-small {
  margin-bottom: 30px !important;
  }  
  
.wp-block-columns.mb-small + .wp-block-media-text {
  margin-top: 30px !important;
  }  
  
.wp-block-columns.narrow {
  max-width: 1210px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  }  
  
.wp-block-post-content > .wp-block-columns:last-child {
  margin-bottom: 0;
  }  
  
.wp-block-columns.grid .wp-block-column:not(:first-child) {
  margin-left: 32px;
  }  
  
.wp-block-columns .wp-block-cover {  
  border-radius: 24px;
  overflow: hidden;
  }
  
.wp-block-columns .wp-block-cover .wp-block-cover__inner-container {   
  padding-bottom: 50px;  
  }
  
.wp-block-columns .wp-block-cover P {
  max-width: 275px;
  }
  
.wp-block-columns .wp-block-cover {
  margin: 0;
  }
  
/* BLOCK COVER SPECIAL 
------------------------------------------------------------------------------------------------ */    
  

  
/* BLOCK SLIDER
------------------------------------------------------------------------------------------------ */  

.wp-block-getwid-images-slider {
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  }
  
/* BLOCK BUTTONS
------------------------------------------------------------------------------------------------ */  

.wp-block-buttons > .wp-block-button {
  margin-bottom: 0;
  }

.wp-block-buttons {
  margin: 40px 0 0 0;
  justify-content: center;
  text-align: center;
  }

.button,
.wp-block-button__link,
INPUT[type=button],
INPUT[type=submit],
.mailpoet_confirm_unsubscribe A {
  display: inline-block;
  background: var(--primary-color);
  border: none;
  color: #fff !important;
  font-weight: 700;
  font-size: 16px;
  border-radius: 0;
  padding: 0 30px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  background-image: url('assets/img/loading-spin-white.svg');
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: -30px center;
  }
  
.button.loading {
  background-position: 15px center;
  padding-left: 55px;
  }  
  
.wp-block-button__link:after {
  display: none;
  }  
  
.wp-block-button__link:hover,
A.button:hover {
  background-color: var(--primary-color-hover) !important;
  }  
  
/* BLOCK TABLE 
------------------------------------------------------------------------------------------------ */   

.wp-block-table {
  margin: 100px 0;
  }
  
.wp-block-table THEAD {
  border-width: 2px;
  border-color: #004375;
  }

.wp-block-table TD, 
.wp-block-table TH {
  border: none;
  padding: 15px;
  }
  
.wp-block-table TH {
  font-weight: 600;  
  }
  
.wp-block-table TD {
  border-bottom: 1px solid #97A7AD;
  }
  
/* BLOCK ACCORDION 
------------------------------------------------------------------------------------------------ */   

.wp-block-getwid-accordion {
  color: #646363;
  position: relative;
  max-width: 1088px;
  margin: 100px auto 100px auto;
  border-bottom: 1px solid #d4d4d4 !important;
  }
  
.wp-block-getwid-accordion .wp-block-getwid-accordion__header {
  padding: 27px 0 30px 0;
  }  
  
.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper {  
  position: relative;  
  border: none !important;
  border-top: 1px solid #d4d4d4 !important;
  font-size: 26px;
  font-weight: 700;
  cursor: pointer !important;
  z-index: 10;
  }
  
.wp-block-getwid-accordion__header-wrapper:after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  background: url('assets/img/arrow-accordion.svg') no-repeat center center;
  transition: 0.4s;
  }
  
.wp-block-getwid-accordion__header-wrapper.ui-state-active:after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
  }  
  
.wp-block-getwid-accordion__header-title {
  max-width: 450px;
  display: block;
  line-height: 1.3;
  }  
  
.wp-block-getwid-accordion__header-title STRONG {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  color: var(--primary-color);
  margin-bottom: 5px;
  }   
  
.wp-block-getwid-accordion__content-wrapper {
  overflow: visible !important;
  }  
  
.wp-block-getwid-accordion__content {
  padding: 1px 0 50px 0;
  border: none;
  overflow: hidden;
  }  
  
.wp-block-getwid-accordion__content A {
  color: var(--primary-color);
  }  
  
.wp-block-getwid-accordion__content > * {
  opacity: 0;
  transition: 0.2s;
  transition-delay: 0s;
  } 
  
.wp-block-getwid-accordion__content-wrapper.ui-accordion-content-active > DIV > * {
  opacity: 1;
  transition-delay: 0.3s;
  }
  
.wp-block-getwid-accordion__content>:first-child {
  
  }
  
.wp-block-getwid-accordion__content H2,
.wp-block-getwid-accordion__content H2,
.wp-block-getwid-accordion__content H3,
.wp-block-getwid-accordion__content H4,
.wp-block-getwid-accordion__content H5,
.wp-block-getwid-accordion__content P {  
  margin-left: 450px;
  padding-right: 110px;
  }
  
.wp-block-getwid-accordion__content .wp-block-gallery {
  padding: 50px 0 0 0;
  }  
  
.wp-block-getwid-accordion__content .wp-block-gallery FIGURE {  
  border-radius: 20px;
  overflow: hidden;
  }
  
.wp-block-getwid-accordion__content .wp-block-gallery {
  --wp--style--gallery-gap-default: 16px;
  }   
  
.wp-block-getwid-accordion__content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {    
  opacity: 0;
  padding: 20px 30px 25px 30px;
  background: rgba(0,0,0,0.6);
  color: rgba(255,255,255,0.85) !important;
  transition: 0.2s;
  text-align: left;
  padding-left: 30px;
  }
  
.wp-block-getwid-accordion__content .wp-block-gallery.has-nested-images figure.wp-block-image:hover figcaption {   
  opacity: 1;
  }
  
.wp-block-getwid-accordion__content .wp-block-gallery FIGURE:only-child {    
  max-width: calc(50% - 8px);
  }
  
.dark .wp-block-getwid-accordion,
.dark .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper {
  border-color: rgba(255,255,255,0.2) !important;
  }  
  
.dark .wp-block-getwid-accordion__header-wrapper:after {
  background-image: url('assets/img/arrow-accordion-white.svg') !important;
  }  

.dark .wp-block-getwid-accordion A,
.dark .wp-block-getwid-accordion H2,
.dark .wp-block-getwid-accordion H3,
.dark .wp-block-getwid-accordion H4,
.dark .wp-block-getwid-accordion H5,
.dark .wp-block-getwid-accordion H6 {  
  color: #fff;
  }
  
.dark .wp-block-getwid-accordion P > A:hover {
  color: var(--primary-color);
  }
  
/* BLOCK FILE 
------------------------------------------------------------------------------------------------ */   
  
.wp-block-file {
  font-size: 13px;
  background: #004375;
  color: #fff;
  letter-spacing: 1.5px;
  height: 60px;
  line-height: 56px;
  padding: 0 30px;
  margin-bottom: 25px;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
  }
  
.wp-block-file:hover {
  background: #72ADDA;
  }   
  
.wp-block-file:last-child {
  margin-bottom: 0;
  }  
  
.wp-block-file STRONG { 
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 20px;
  }
  
.wp-block-file A {
  color: #fff;
  }
  
.wp-block-file .wp-block-file__button {
  position: absolute;
  top: 0;
  left: 0;
  right: 25px;
  height: 100%;
  text-indent: -50000px;
  background: url('assets/img/icon-download.svg') no-repeat right 18px;
  border-radius: 0;
  }
  
.wp-block-file .wp-block-file__embed {
  display: none;
  }  
  
/* BLOCK VIDEO 
------------------------------------------------------------------------------------------------ */  
  
.wp-block-getwid-video-popup,
.wp-block-video {
  margin: 75px auto;
  max-width: 1088px;
  position: relative;
  z-index: 1;
  }

.has-image .wp-block-getwid-video-popup__wrapper {
  height: 430px;
  }  
  
.wp-block-getwid-video-popup__icon {
  border-radius: 0;
  background: url('assets/img/icon-play.svg') no-repeat center center;
  opacity: 0.8;
  transition: 0.2s;
  }
  
.wp-block-getwid-video-popup:hover .wp-block-getwid-video-popup__icon {
  opacity: 1;
  }  
  
.wp-block-getwid-video-popup__icon I {
  display: none;
  }
  
.wp-block-getwid-video-popup__caption {
  padding: 10px 0;
  }  
  
.wp-block-getwid-video-popup__caption P {
  max-width: 100%;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  }
  
.wp-block-getwid-video-popup__caption EM {  
  font-style: normal;
  }
  
.wp-block-getwid-video-popup__caption A:hover {
  color: var(--primary-color);
  }

/* HOME
------------------------------------------------------------------------------------------------ */    

.home MAIN > H1,
.home MAIN .content > H1 {
  font-size: 56px;
  padding-top: 100px;
  max-width: 860px;
  }
  
.home MAIN > .wp-block-cover {
  max-width: unset;
  border-left: 6px solid var(--primary-color);
  background: none !important;
  z-index: 2;
  }
  
.home MAIN > .wp-block-cover .wp-block-cover__image-background,
.home MAIN > .wp-block-cover .wp-block-cover__gradient-background {
  display: block;
  max-width: 1440px;
  margin: 0 auto;
  }
  
.home #slider {
  border-left: 6px solid var(--primary-color);
  height: 665px;
  position: relative;
  box-sizing: content-box;
  padding-bottom: 50px;
  }  
  
.home #slider:after {  
  content: " ";
  display: table;
  clear: both;
  }
  
.home #slider .slider {
  margin-top: 50px;
  margin-bottom: 120px;
  max-width: 1440px;
  }  
  
.home #slider .wp-block-media-text {
  margin-bottom: 0;
  min-height: 665px;
  }
  
.home #slider .wp-block-media-text P {
  padding-right: 0;
  }  
  
.home #slider .wp-block-media-text .wp-block-media-text__media  {  
  height: 100%;
  }
 
.home #slider .wp-block-media-text .wp-block-media-text__content {
  padding-right: 0;
  }  
  
.home #slider .wp-block-cover {
  text-align: left;
  }  
  
.home #slider .wp-block-cover .wp-block-cover__image-background {
  border-radius: 0;
  }  
  
.home #slider P {
  font-size: 16px;
  }  
  
/* Animation
------------------------------ */

.home #slider .wp-block-cover__inner-container,
.home #slider .wp-block-media-text__content {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s;
  transition-delay: 0.4s;
  }
  
.home #slider .slick-active .wp-block-cover__inner-container,
.home #slider .slick-active .wp-block-media-text__content {
  opacity: 1;
  transform: translateY(0);
  }  

/* REFERENZEN / GRID 
------------------------------------------------------------------------------------------------ */     

#filter {
  display: flex;
  margin: 100px -10px;
  }
  
#filter .mobile {
  display: none;
  }  
  
#filter .category {
  padding: 10px;
  width: 25%;
  }  
  
#filter .button {
  cursor: pointer;
  display: block;
  min-width: 0;
  white-space: nowrap;
  padding: 0;
  } 
  
#grid {
  margin: 0 -30px;
  padding: 30px 0 0 0;
  }

#grid:after {
  content: " ";
  clear: both;
  display: table;
  }  
  
#grid .item {
  display: block;
  width: 33.3%;
  position: relative;
  float: left;
  padding: 0 30px;
  color: #004375;
  margin-bottom: 100px;
  } 
  
#grid .item:nth-child(3n+1) {
  clear: both;
  }  
  
#grid A.item:hover {
  transform: translateY(-5px);
  }
  
#grid .item FIGURE {
  padding-bottom: 56%;
  margin-bottom: 25px;
  position: relative;
  }  
  
#grid .item H3 {
  margin-top: 0;
  margin-bottom: 0;
  }
  
#grid .item .position {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #97A7AD;
  text-transform: uppercase;
  margin: 10px 0;
  }
  
#grid .item .details A {  
  color: #000;
  }
  
#grid .item .details A:hover {  
  color: #004375;
  } 
  
/* SLICK SLIDER
------------------------------------------------------------------------------------------------ */    

.slick-slider {
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
  }
  
.slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
  }  
  
.slick-slide {
  text-align: center;
  }   
   
.slick-slide IMG {
  display: inline-block;
  }    
  
.slick-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -40px;
  transition: background-color 0.2s;
  transform: none;
  opacity: 0.5;
  transition: 0.2s;
  }   
  
.slick-arrow:hover {
  opacity: 1;
  }   

.slick-prev {
  margin-left: -500px;
  background: url('assets/img/slider-arrow-left.svg') no-repeat center center !important;
  background-size: 16px auto !important;
  }  
  
.slick-next {
  margin-left: 450px;
  background: url('assets/img/slider-arrow-right.svg') no-repeat center center !important;
  background-size: 16px auto !important;
  }
  
.slick-next:before, 
.slick-prev:before {
  display: none;
  }  
  
.slick-arrow.slick-disabled {
  opacity: 0.2;
  cursor: default;
  }  
  
.slick-dots {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  max-width: 100% !important;
  }

.slick-dots LI {
  margin: 0 5px !important;
  width: 32px;
  padding: 5px 0;
  }  
  
.slick-dots LI:before {
  display: none;
  }  
  
.slick-dots LI:only-child {
  display: none;
  }  
  
.slick-dots LI BUTTON {
  width: 32px;
  height: 3px;
  background: #C4C4C4;
  display: block;
  padding: 0;
  transition: 0.2s;
  }  
  
.slick-dots LI button:before {
  display: none;
  }
  
.slick-dots LI.slick-active BUTTON,
.slick-dots LI:hover BUTTON {
  background: var(--primary-color);
  }
  
.progressBarContainer {
  position: absolute;
  bottom: 50px;
  width: 100%;
  left: 0px;
  text-align: center;
  }

.progressBarContainer .item {
  display: inline-block;
  padding: 23px 5px;
  cursor: pointer;
  text-align: left;
  margin: 0 -2px;
  color: white;
  }

.progressBarContainer .item span.progressBar {
  width: 32px;
  height: 3px;
  background: #C4C4C4;
  display: block;
  float: left;
  }

.progressBarContainer .item span.progressBar .inProgress {
  background-color: var(--primary-color);
  width: 0%;
  height: 3px;
  float: left;
  margin: 0;
  }  
  
/* IMAGE COMPARISON / GALLERY
------------------------------------------------------------------------------------------------ */     

.icv__control-line {
  background: var(--primary-color) !important;
  }
  
.icv__circle {
  background: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  }  
  
.icgb-compare-block {
  max-width: 1310px;
  border-radius: 24px;
  margin-left: auto;
  margin-right: auto;
  margin: 75px 65px;
  }  
  
.simulators {
  margin: 60px auto 150px auto;
  max-width: 1088px;
  }
  
.simulators .simulator {  
  min-height: 540px;
  background: #eee;
  display: none;
  overflow: hidden;
  }
  
.simulators .simulator .icgb-compare-block {
  max-width: 100%;
  border-radius: 0;
  margin: 0;
  }
  
.simulators .simulator:first-child {    
  display: block;
  }
  
.simulators .tabs {
  display: flex;
  margin-top: 40px;
  gap: 50px;
  }
  
.simulators .tab {  
  flex-grow: 1;
  flex-basis: 0;
  padding-bottom: 25px;
  position: relative;
  cursor: pointer;
  }
  
.simulators .tab:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 4px;
  background: var(--primary-color);
  transition: 0.2s;
  }  
  
.simulators .tab.active:after {
  width: 100%;
  }
  
.simulators .tab .title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  }  
  
.simulators .tab .title H4 {
  margin: 0;
  
  }
  
.simulators .tab .title I {
  margin-right: 20px;
  }  
  
.simulators .tab .title I IMG {
  height: 32px;
  }  
  
.simulators .tab .description {
  color: #646363;
  font-size: 14px;
  } 
  
.simulators .tab .description UL {
  margin-top: 0;
  margin-bottom: 0;
  }  
  
.simulators .tab .description UL LI:last-child {
  margin-bottom: 0;
  }     
  
/* KONTAKT
------------------------------------------------------------------------------------------------ */    

.contact {
  font-size: 20px;
  max-width: 1136px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-top: 100px;
  }
  
.contact FIGURE {
  width: 260px;
  height: 260px;
  background: #eee;
  object-fit: fill;
  background: url('assets/img/fallback-image-team-square.jpg') no-repeat center;
  background-size: cover;
  }  
  
.contact FIGURE IMG {
  width: 260px;
  height: 260px;
  object-fit: cover;
  object-position: center center;
  }
  
.contact .info {
  padding-left: 50px;
  }  
  
.contact .info .name {
  color: #97A7AD;
  font-weight: 700;
  }
  
.contact .info A {
  color: #004375;
  margin-right: 20px;
  }  
  
.contact .info A:hover {
  color: #72ADDA;
  margin-right: 20px;
  }     
  
.contact .info A I {
  line-height: 32px;   
  position: relative;
  top: 5px;
  }  

MAIN UL,  
MAIN OL {
  margin-top: 2em;
  margin-bottom: 4em;
  }

MAIN OL {
  margin-left: 20px;
  counter-reset: item;
  list-style-type: none;
  }
  
MAIN OL LI,
MAIN UL LI {
  margin-bottom: 0.5em;  
  color: #646363;
  margin-left: 20px;
  }  
  
MAIN OL LI:before {
  content: counter(item, decimal); /*(i, ii, iii, iv, v,)*/
  counter-increment: item;
  margin-left: -20px;
  width: 20px;
  display: inline-block;
  font-size: 12px;
  position: relative;
  top: -1px;
  font-weigtht: 300;
  color: #646363;
  }  
  
/* SINGLE EVENT
------------------------------------------------------------------------------------------------ */   

.single-event H1 {
  font-size: 40px;
  }
  
.single .post-thumbnail {
  margin: 100px 0;
  text-align: center;
  }  
  
.single .post-thumbnail + SECTION {
  margin-top: -400px;
  padding-top: 440px;
  }  
  
SECTION.content {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  }  
  
.single .content H4 {
  color: #383838;
  }  
  
.content UL {
  color: #353536;
  margin-top: 2em;
  margin-bottom: 4em;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  }  
  
.content .wp-block-column UL:first-child {
  margin-top: 5px;
  }    
  
.content UL LI {
  margin-bottom: 0.5em;  
  }
  
.content > P:last-child {
  margin-bottom: 150px;
  }  
  
.content.border {
  overflow: hidden;
  border-left: 6px solid var(--primary-color);
  }  
  
/* CASES OVERVIEW
------------------------------------------------------------------------------------------------ */      

.page-template-cases .page-head #intro {
  max-width: 730px;
  margin: 0 auto;
  }
  
.page-template-cases SECTION.grey {
  padding-top: 10px;
  }  
  
/* NEWS OVERVIEW
------------------------------------------------------------------------------------------------ */    

.page-template-news .columns,
.page-template-events .columns {
  margin-bottom: 0;
  }
  
.page-template-news .more {
  clear: both;
  padding: 50px 0;
  text-align: center;
  width: 100%;
  } 
  
.page-template-news .more ~.column {    
  display: none;
  }

/* SINGLE POST
------------------------------------------------------------------------------------------------ */     

.single-post .page-head H1 {
  font-size: 40px;
  }
  
/* SINGLE CASE
------------------------------------------------------------------------------------------------ */      

.single-case H2 {
  max-width: 1088px;
  }
  
/* TEMPLATE IMPLANTATE
------------------------------------------------------------------------------------------------ */   
  
.page-template-solutions .page-head {
  max-width: 730px;
  }  
  
.page-template-solutions #implants {
  padding-bottom: 1px;
  }  
  
/* SINGLE IMPLANTAT
------------------------------------------------------------------------------------------------ */   

.single-implant .features {
  max-width: 866px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  margin-bottom: 130px;
  }
  
.single-implant .features .info {  
  display: flex;
  align-items: center;
  width: 33%;
  
  }
  
.single-implant .features .info .icon {
  padding-right: 20px;
  }
  
.single-implant .features .info .icon IMG {
  max-height: 32px;
  width: auto;
  }  
  
.single-implant .features .info .text {  
  font-size: 14px;
  line-height: 1.4;
  width: 190px;
  text-align: center;
  font-weight: 400;
  color: #646363;
  padding-right: 50px;
  }

.single-implant .page-head H1 {
  font-size: 56px;
  margin-bottom: 0px;
  }
  
.single-implant .post-thumbnail {
  margin-bottom: 0;
  }  
  
.single-implant .post-thumbnail + .wp-block-columns {
  margin-top: -50px;
  margin-bottom: 100px;
  width: 1088px;
  position: relative;
  }
  
.single-implant .post-thumbnail + .wp-block-columns .wp-block-buttons {
  margin-top: 8px;
  justify-content: flex-end;
  }
  
.single-implant .main > H1,
.single-implant .main > H2,
.single-implant .main > H3,
.single-implant .main > H4,
.single-implant .main > P,
.single-implant .main > OL,
.single-implant .main > UL {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  }  
  
.single-implant MAIN > UL LI {
  margin-left: 20px;
  }  
  
  
/* 3D VIEWER
------------------------------------------------------------------------------------------------ */   

#rotation {
  margin-top: 50px;
  text-align: center;
  margin-bottom: 100px;
  }
  
#rotation CANVAS {
  height: 480px !important;
  width: auto !important;
  }
  
#rotation .cloudimage-360-loader {
  top: auto;
  bottom: 0;
  height: 5px;
  background: var(--primary-color);
  }    
  
#rotation BUTTON.cloudimage-360-next {
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -50px;
  border: none;
  background: none;
  color: #D1D1D1;
  font-size: 24px;
  width: 100px;
  text-align: center;
  transition: 0.2s;
  cursor: pointer;
  padding: 10px;
  } 
  
#rotation BUTTON.cloudimage-360-next:hover {   
  color: #383838;
  }
  
#rotation .cloudimage-360-view-360-icon {
  background: none !important; 
  }

  
/* SINGLE JOB
------------------------------------------------------------------------------------------------ */   

.single-job .page-head H1 {
  font-size: 56px;
  margin-bottom: 75px;
  }
  
.single-job .content H4 {  
  margin-top: 2em;
  }
  
.single-job .content UL {
  margin-top: 1em;
  margin-bottom: 3em;
  }

.single-job .content UL LI {  
  color: #646363;
  }
  
.single-job .description {
  max-width: 545px;
  margin-left: auto;
  margin-right: auto;
  }    
  
.single-job .description P STRONG {
  color: #383838;
  }  
  
.single-job .description P A:hover STRONG {
  color: var(--primary-color);
  }
  
/* FORM ELEMENTS
------------------------------------------------------------------------------------------------ */   

SELECT {
  -webkit-appearance: none;
  border: none;
  background: none;
  font-size: 16px;
  padding-right: 20px;
  background: url(img/arrow-select.svg) no-repeat right center;
  cursor: pointer;
  }

/* TEAMS
------------------------------------------------------------------------------------------------ */  

#team.center {
  text-align: center;
  }

#team H3 {
  max-width: 100%;
  }

#team:last-child {
  margin-bottom: 0;
  }
  
#team.center H3.left {
  float: none;
  }   
  
#team.center .columns {
  justify-content: center;
  }  

#team .card-element FIGURE {
  width: 133px;
  min-width: 133px;
  height: 133px;
  border-radius: 133px;
  padding: 0;
  background-size: cover;
  background-color: #eee;
  }

H1 + #team {
  margin-top: 75px;
  }  
  
#team .card-element .padding {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  }
  
#team .card-element .padding .text {
  text-align: left;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 400;
  }
  
#team .card-element .padding .text .info {
  color: #646363;
  line-height: 1.4;
  }
  
#team .card-element .padding .text H5 {  
  margin: 0;
  }
  
#team .card-element .padding .text .link {   
  margin-top: 0.5em;
  display: inline-block;
  line-height: 1.25;
  }
  
/* GEBIETE
------------------------------------------------------------------------------------------------ */  

#areas {
  border-top: 1px solid #e5e5e5;
  margin-top: 40px;
  }

#areas .area {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #e5e5e5;
  display: block;
  height: 80px;
  line-height: 75px;
  cursor: pointer;
  position: relative;
  }
  
#areas .area I {
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  color: #646363;
  }  
  
#areas .area:hover,
#areas .area:hover I {
  color: var(--primary-color);  
  }  
  
/* DISTRIBUTOREN
------------------------------------------------------------------------------------------------ */    

#distributors .area {
  margin-top: -50px;
  padding-top: 50px;
  }
  
#distributors H3 {
  max-width: 100%;
  }

#distributors .card-element FIGURE {
  background-color: transparent;
  background-size: contain;
  background-position: center center;
  border-bottom: 1px solid #f0efef;
  margin-bottom: 20px;
  }

#distributors .card-element H5 {
  margin: 0;
  }
  
#distributors .card-element .country {
  font-weight: 700;
  }
  
#distributors .card-element .contactdata {
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0;
  color: #646363;
  }
  
#distributors .card-element .contactdata ADDRESS {
  font-size: 14px;
  }
  
#distributors .card-element .contactdata A {
  color: #646363;
  }
  
#distributors .card-element .contactdata A:hover {
  color: #000;
  }

/* KONTAKTFORMULAR / NINJA FORMS
------------------------------------------------------------------------------------------------ */ 

.nf-form-cont {
  background: #F0F0F0;
  padding-top: 70px;
  }
  
H2 + .nf-form-cont,
H3 + .nf-form-cont,
H4 + .nf-form-cont {
  padding-top: 0px;
  }  
  
.nf-form-cont:last-of-type {
  padding-bottom: 20px;
  }  
  
.ninja-forms-form-wrap {
  max-width: 640px;
  margin: 0 auto 150px auto;
  }

.nf-form-fields-required {
  display: none;
  }
  
.nf-form-title {
  display: block;
  text-align: center;
  font-size: 24px;
  margin-bottom: 40px;
  }  
  
.nf-row {
  margin: 0 0;
  }

.nf-multi-cell .nf-cell {
  padding: 0 7px !important;
  }
   
.nf-form-content {
  max-width: 1136px !important;   
  padding: 0 !important;
  margin: 0 auto !important;
  }
  
.nf-field-container {
  margin-bottom: 15px !important;
  }   
  
.nf-form-content .list-select-wrap .nf-field-element > DIV,  
.nf-form-content input:not([type=button]), 
.nf-form-content TEXTAREA {
  border-color: #fff !important;
  resize: none;
  background: #fff !important;
  opacity: 0.7;
  border-bottom: 1px solid #fff !important;
  }   
  
.nf-form-content .list-select-wrap SELECT {
  color: #9a9a9a !important;
  }   
   
.nf-field-element INPUT[type=text]:focus,
.nf-field-element TEXTAREA:focus {
  opacity: 1;
  border-bottom: 1px solid #646363 !important;
  }   
  
.nf-cell .nf-error-required-error,
.nf-cell .nf-error-invalid-email {
  display: none;
  }  
  
.nf-form-content .label-above .nf-field-label {
  margin-top: 10px;
  margin-bottom: 5px !important;
  }  
  
.nf-form-content .field-wrap:not(.checkbox-wrap) .nf-field-label LABEL {
  font-size: 14px;
  margin-bottom: 5px;
  }

.checkbox-container .nf-field-label {
  position: relative;
  z-index: 1;
  }  
  
.nf-form-content .nf-field-description {
  margin-bottom: 1.5em !important;
  } 
  
.nf-form-content HR.ninja-forms-field {
  padding: 0 !important;
  margin: 25px 0 !important;
  border: none;
  height: 1px;
  background: #ddd;
  }    
  
.nf-form-content .nf-field-description,
.nf-form-content .nf-field-description P,
.nf-form-content .nf-field-description SPAN {
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #999 !important;
  line-height: 1.35 !important;
  }
  
.nf-form-content .nf-field-description A:hover {  
  color: var(--primary-color) !important;
  }
  
.nf-form-content .checkbox-wrap .nf-field-label LABEL {
  font-size: 14px !important;
  line-height: 23px;
  font-weight: 500;
  padding-left: 5px;
  color: #646363;
  }
  
.nf-form-content .checkbox-wrap .nf-field-label LABEL A {  
  font-weight: 600;
  }
  
.nf-form-content .checkbox-wrap .nf-field-label LABEL A:hover {  
  color: var(--primary-color);
  }  
  
.nf-form-content .list-select-wrap>div div:after {
  content: "" !important;
  width: 50px;
  height: 50px;
  background: url('assets/img/icon-chevron-down.svg') no-repeat center center !important;
  background-size: 10px auto !important;
  right: 0px !important;
  opacity: 0.7;
  }

.nf-form-content .listselect-wrap .nf-field-element div, 
.nf-form-content .ninja-forms-field {
  padding: 12px 20px !important;
  }  
  
.nf-form-content .field-wrap textarea {
  padding: 20px !important;
  }
  
.checkbox-wrap .nf-field-element label:after, 
.checkbox-wrap .nf-field-label label:after, 
.listcheckbox-wrap .nf-field-element label:after, 
.listcheckbox-wrap .nf-field-label label:after {
  background: #9c9c9c !important;
  border: none !important;
  width: 24px !important;
  height: 24px !important;
  transform: translateX(-2px);
  }  
  
.checkbox-wrap .nf-field-element label:before, 
.checkbox-wrap .nf-field-label label:before, 
.listcheckbox-wrap .nf-field-element label:before, 
.listcheckbox-wrap .nf-field-label label:before {
  content: " " !important;
  width: 24px !important;
  height: 24px !important;
  background: url('assets/img/icon-check.svg') no-repeat center center !important;
  background-size: 16px auto !important;
  }  
  
.checkbox-wrap.nf-error {
  background: url('assets/img/icon-error.svg') no-repeat right center !important;
  background-size: 22px auto;
  }  
  
.nf-error-msg, 
.ninja-forms-req-symbol {
  color: var(--primary-color) !important;  
  }
  
.nf-form-content input[type=submit] {
  background: var(--primary-color) !important;
  line-height: inherit;
  width: 100% !important;
  cursor: pointer;
  margin-top: 20px;
  transition: 0.2s !important;
  opacity: 1;
  } 
  
.nf-form-content BUTTON.nf-fu-fileinput-button {
  transition: 0.2s !important;
  float: left;
  margin-bottom: 10px;
  border: none !important;
  }  
  
.nf-fu-button-cancel {
  background: none !important;
  color: #999 !important;
  cursor: pointer;
  font-weight: 500 !important;
  float: left !important;
  margin-left: 20px;
  margin-top: 15px;
  }  
  
.nf-fu-button-cancel:hover {  
  color: #000 !important;
  }  
  
.nf-error-upload-file-error {
  font-size: 14px;
  margin-right: 0 !important;
  margin-top: -40px !important;
  text-align: right !important;
  }  
  
.nf-fu-progress {
  clear: both;
  margin-top: 20px;
  height: 6px !important;
  background: none !important;
  box-shadow: none !important;
  border-radius: 0px !important;
  }   
  
.nf-fu-progress-bar {
  background: var(--primary-color) !important;
  }  
  
.files_uploaded {
  margin-bottom: 20px;
  font-size: 14px;
  }  
  
.files_uploaded P {
  margin-left: 0;
  max-width: 100%;
  }  
  
.files_uploaded P .delete {
  display: inline-block;
  float: right;
  background: url('assets/img/icon-trash.svg') no-repeat center center;
  background-size: 16px auto;
  text-indent: -1000000px;
  width: 24px;
  height: 24px;
  position: relative;
  top: -1px;
  opacity: 0.5;
  margin-left: 5px;
  } 
  
.files_uploaded P .delete:hover {   
  opacity: 1;
  }
  
.nf-form-content BUTTON.nf-fu-fileinput-button SPAN {
  font-weight: 600 !important;
  font-size: 14px;
  cursor: pointer;
  }  
  
.nf-form-content BUTTON.nf-fu-fileinput-button:hover {
  background: var(--primary-color) !important;
  color: #fff !important;
  }  
  
.nf-form-content input[type=button]:hover, 
.nf-form-content input[type=submit]:hover {
  background: var(--primary-color-hover) !important;
  color: #fff !important;
  }
  
.nf-form-content button:disabled, 
.nf-form-content input[type=button]:disabled, 
.nf-form-content input[type=submit]:disabled {
  opacity: 0.15;
  filter: grayscale(1);
  background: var(--primary-color) !important;
  cursor: default;
  }  
  
.nf-error-msg {
  text-align: center;
  padding-top: 30px;
  }
  
.html-container {
  font-size: 14px;
  
  }  
  
/* DATA TABLE
------------------------------------------------------------------------------------------------ */    

TABLE.dataTable {
  border: 1px solid #c9c9c9;
  margin: 20px 0;
  width: auto !important;
  min-width: 100%;
  }
  
TABLE.dataTable.no-footer {
  border-color: #c9c9c9;
  margin-bottom: 0;
  }  
  
TABLE.dataTable thead th, 
TABLE.dataTable tbody td {
  padding: 20px 30px;
  border: none;
  }  
  
TABLE.dataTable thead th {
  text-align: left;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #f7f7f7;
  white-space: nowrap;
  }
  
TABLE.dataTable thead .sorting:after {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 10px;
  background: url('assets/img/arrow-sorting.svg') no-repeat center center !important;
  background-size: auto 6px !important;
  margin-left: 10px;
  transition: 0.2s;
  transform-origin: center center;
  } 
  
TABLE.dataTable thead .sorting_desc:after {   
  transform: rotate(180deg);
  }  
  
TABLE.dataTable tbody td {
  border-top: 1px solid #f0f0f0;
  }  

TABLE.dataTable tbody tr {
  border-color: #f0f0f0;
  }
  
.dataTables_length {
  padding: 30px 20px 20px 0;
  font-size: 14px;
  font-weight: 400;
  }
  
.dataTables_length SELECT {  
  background: #fff url('assets/img/arrow-down.svg') no-repeat right center !important;
  background-size: auto 6px !important;
  padding: 7px 15px 8px 10px !important;
  margin-left: 20px;
  font-weight: 700;
  border-radius: 0 !important;
  border-color: #c2c2c2 !important;
  }
  
.dataTables_filter {
  margin: 20px 0;
  position: relative;
  }
  
.dataTables_wrapper {
  margin-bottom: 30px;
  }

.dataTables_wrapper .dataTables_filter INPUT {
  background: #fff;
  font-size: 16px;
  line-height: 1;
  height: 48px;
  padding: 14px 15px 16px 20px;
  border: 1px solid #c2c2c2;
  border-radius: 0;
  min-width: 350px;
  }
  
.dataTables_wrapper .dataTables_filter INPUT::-webkit-input-placeholder {
  color: #bbb;
  }

.dataTables_wrapper .dataTables_filter INPUT::-moz-placeholder {  
 color: #bbb;  
  }

.dataTables_wrapper .dataTables_filter INPUT:-ms-input-placeholder {  
  color: #bbb;  
  }   
  
.dataTables_wrapper .dataTables_filter INPUT::-webkit-search-cancel-button {
  -webkit-appearance: none;
  position: absolute;
  z-index: 10;
  right: 0px;
  width: 40px;
  height: 48px;
  background: #fff url('assets/img/icon-remove.svg') no-repeat center center;
  cursor: pointer;
  }
  
.dataTables_wrapper .dataTables_filter:after {
  position: absolute;
  top: 0;
  right: 0;
  font-family: icomoon;
  font-size: 13px;
  content: "\e903";
  color: #b1b1b1;
  line-height: 48px;
  width: 48px;
  text-align: center;
  }
  
.dataTables_info {
  display: none;
  }  
  
.dataTables_wrapper .dataTables_paginate {
  float: none;
  text-align: center;
  padding: 12px;
  background: #fff;
  border: 1px solid #c9c9c9;
  border-top: none;
  }
  
.dataTables_wrapper .dataTables_paginate .paginate_button {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  padding: 0;
  border-radius: 0;
  margin: 0 2px;
  border: none;
  }  
  
.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next { 
  text-indent: -10000px;
  position: relative;
  }  
  
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:before,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: icomoon;
  content: "\e905";
  font-size: 13px;
  text-indent: 0;
  color: #646363;
  }
  
.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  transform: scaleX(-1);
  }
  
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {  
  opacity: 0;
  }
  
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: none;
  background: var(--primary-color);
  color: #fff;
  }  
  
.dataTables_wrapper .dataTables_paginate .paginate_button:hover:before {
  color: #fff;
  }  
  
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  border: none;
  background: #F6F6F6;
  font-weight: 700;
  }
  
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border: none;
  color: #fff !important;
  background: var(--primary-color);
  }    
  
A.download .filesize {
  display: inline-block;
  padding-bottom: 0px;
  font-weight: 700;
  min-width: 105px;
  }  
  
A.download .filesize U {
  display: inline-block;
  border-bottom: 1px solid #000;
  text-decoration: none;
  }  
  
A.download:hover .filesize U {
  border-color: var(--primary-color);
  }  
  
A.download I {
  color: var(--primary-color);
  font-size: 20px;
  margin-left: 10px;
  position: relative;
  top: 5px;
  }
  
#resources .title STRONG {
  font-weight: 700;
  }  
  
#resources.less-than-10 .dataTables_length,
#resources.less-than-10 .dataTables_paginate {
  display: none;
  }
  
TABLE.dataTable tbody TD.description {
  font-size: 14px;
  font-weight: 400;
  color: #646363;
  }          
  
TABLE.dataTable tbody TD.tags {
  padding-top: 10px;
  padding-bottom: 10px;
  }  
  
TABLE.dataTable thead TH.downloads,
TABLE.dataTable tbody TD.downloads {
  padding-left: 0;
  }  
  
TABLE.dataTable thead TH.date,
TABLE.dataTable thead TH.tags,
TABLE.dataTable tbody TD.tags {
  padding-right: 0;
  }   
  
TABLE.dataTable tbody TD.links .link {  
  color: var(--primary-color);
  float: right;
  margin-top: 2px;
  }
  
TABLE.dataTable tbody TD.links .link:hover {    
  color: #383838;
  }
  
TABLE.dataTable tbody TD.links .link I {   
  font-size: 24px;
  }
  
.tag {
  height: 32px;
  display: inline-block;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  line-height: 28px;
  padding: 0px 12px;
  font-size: 15px;
  font-weight: 400;
  border-radius: 50px;
  margin: 10px 10px 10px 0;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  }
  
.tag:hover {  
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
  }
  
#downloads.filtered .tag {
  color: #c9c9c9 !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: inherit;
  }  
  
#tag-active {
  position: absolute;
  right: 440px;
  top: 18px;
  z-index: 2;
  }  
  
#tag-active .tag {
  background: #383838;
  border-color: #383838;
  font-weight: 600;
  color: #fff;
  cursor: inherit;
  }  
  
#tag-active .tag .remove {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  background: #fff;
  border-radius: 24px;
  float: right;
  margin-top: 5px;
  margin-right: -6px;
  margin-left: 10px;
  cursor: pointer;
  }
  
#tag-active .tag .remove:hover {  
  background: #c2c2c2;
  }
  
#tag-active .tag .remove I {  
  display: inline-block;
  font-size: 10px;
  }

/* DARK MODE
------------------------------------------------------------------------------------------------ */    
  
.dark P {
  color: #c2c2c3;
  }   
  
MAIN .dark OL LI {
  color: #c2c2c3;
  }
  
MAIN .dark OL LI:before {
  color: #fff;
  }
  
.dark .wp-block-media-text {
  margin-top: 50px;
  margin-bottom: 50px;
  }  
  
.dark #quotes .quote BLOCKQUOTE {
  color: #fff;
  }  
  
.dark #quotes .quote .author .name {
  color: var(--primary-color);
  }   
  
.dark #quotes .quote .author .position {
  color: #c2c2c3;
  }  
  
.dark .slick-prev {
  background-image: url('assets/img/slider-arrow-white-left.svg') !important;
  }
  
.dark .slick-next {
  background-image: url('assets/img/slider-arrow-white-right.svg') !important;
  }  

.dark UL {  
  color: #fff;
  }
  
.dark .simulators .tab .description {
  color: #c2c2c3;
  }  
  
/* ANIMATION
------------------------------------------------------------------------------------------------ */     

#animation {
  width: 1024px;
  height: 500px;
  margin: 80px auto 80px auto;
  background: #353536;
  position: relative;
  }
  
#animation > * {
  transition: 0.5;
  }  
  
#animation .hidden {
  opacity: 0;
  transform: translateX(-250px);
  }   
  
#animation I {
  color: #fff;
  font-size: 60px;
  position: absolute;
  }  
  
#animation #arrow {
  position: absolute;
  top: 50%;
  height: 12px;
  left: 190px;
  right: 190px;
  margin-top: -6px;
  background: url('assets/img/animation/arrow.svg') no-repeat right center;
  background-size: 100% auto;
  }
  
#animation #life-quality-before {
  top: 50%;
  left: 110px;
  margin-top: -30px;
  }   
  
#animation #life-quality-after {
  top: 50%;
  right: 110px;
  margin-top: -30px;
  }   
  
#animation .circle {
  width: 180px;
  height: 180px;
  border-radius: 180px;
  text-align: center;
  position: absolute;
  top: 160px;
  left: 422px;
  transition: 1s;
  cursor: default;
  }
  
#animation .circle.shadow {
  z-index: 0;
  background: #353536;
  } 
  
#animation .circle.solid { 
  background: rgba(255,255,255,0.9);
  z-index: 10;
  }
  
#animation .circle I {
  color: #353536;
  font-size: 80px;
  line-height: 180px;
  text-align: center;
  display: block;
  width: 100%;
  } 
  
#animation .circle.chirurgie {
  left: 230px;
  }
  
#animation .circle.nachsorge {
  left: 614px;
  }    
  
#animation LABEL {
  position: absolute;
  padding: 0 7px;
  color: #fff;
  font-size: 12px;
  transition: 1s;
  z-index: 0;
  }  
  
#animation LABEL.chirurgie {
  top: 356px;
  left: 288px;
  }  
  
#animation LABEL.strahlentherapie {
  top: 356px;
  left: 460px;
  }
  
#animation LABEL.nachsorge {
  top: 356px;
  left: 666px;
  }  
  
#animation .icon-black-armor {
  position: absolute;
  color: #353536;
  top: 226px;
  left: 500px;
  font-size: 60px;
  z-index: 10;
  opacity: 0;
  transition: 1s;
  }  
  
/* Animation Ende
--------------------------------------------- */  

#animation.final.finished .circle.solid {
  transition: 0.2s;
  }

#animation.final .circle.solid:hover {
  background: #fff;
  cursor: pointer;
  transform: translateY(-5px);
  }   

#animation.final .circle.chirurgie {
  top: 190px;
  left: 368px;
  }    

#animation.final .circle.strahlentherapie {
  top: 90px;
  left: 457px;
  } 
  
#animation.final .circle.nachsorge {
  top: 221px;
  left: 494px;
  } 
  
#animation.final LABEL.chirurgie {
  top: 331px;
  left: 310px;
  }  
  
#animation.final LABEL.strahlentherapie {
  top: 114px;
  left: 637px;
  }
  
#animation.final LABEL.nachsorge {
  top: 362px;
  left: 674px;
  }       
  
#animation.final .icon-black-armor { 
  opacity: 1;
  }  
  
/* Animation Bright
--------------------------------------------- */   

#animation.light {
  background: #fff;
  color: #353536;
  }
  
#animation.light I {
  color: #353536;
  }
  
#animation.light .circle I {
  color: #fff;
  }  
  
#animation.light #arrow {
  background-image: url('assets/img/animation/arrow-dark.svg');
  }  
  
#animation.light .circle.shadow {
  background: #fff;
  } 
  
#animation.light .circle.solid { 
  background: rgba(53,53,54,0.9);
  }  
  
#animation.light LABEL {
  color: #353536;  
  }
  
#animation.light .icon-black-armor {
  color: #fff;
  }  
  
#animation.light.final .circle.solid:hover {
  background: #353536;
  }   
  
/* FOOTNOTES
------------------------------------------------------------------------------------------------ */   

.modern-footnotes-footnote A {
  color: var(--primary-color);
  font-weight: 500;
  border-radius: 20px;
  min-width: 16px;
  padding-left: 4px;
  padding-right: 4px;
  height: 16px;
  line-height: 16px;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 2;
  }
  
.modern-footnotes-footnote A:after {  
  display: none;
  }
  
.modern-footnotes-footnote A:hover {
  background: var(--primary-color);
  color: #fff;
  }
  
.modern-footnotes-footnote A {
  position: relative;
  display: inline-block;
  }

.modern-footnote:not(.first) .modern-footnotes-footnote:before {
  content: ",";
  margin-left: -8px;
  }
  
.modern-footnote.active + .modern-footnote SUP:first-child:before {  
  display: none;
  }

.modern-footnotes-footnote__note {
  background: #fff;
  padding: 20px 50px 20px 55px;
  border-radius: 10px;
  position: relative;
  z-index: 10;
  font-weight: 500;
  }
  
.modern-footnotes-footnote__note .nr {  
  position: absolute;
  top: 20px;
  left: 25px;
  color: var(--primary-color);
  }
  
.modern-footnotes-footnote__note A,
.dark .modern-footnotes-footnote__note A {
  color: #383838;
  font-weight: 500;
  }  
  
.modern-footnotes-footnote__note A:hover,
.dark .modern-footnotes-footnote__note A:hover {
  color: var(--primary-color)
  }    
  
.modern-footnotes-footnote__note A:after {
  display: none;
  }  
  
.modern-footnotes-footnote__note A.close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 10px;
  cursor: pointer;
  border-radius: 40px;
  width: 24px;
  height: 24px;
  line-height: 28px;
  text-align: center;
  color: #353536;
  }
  
.modern-footnotes-footnote__note A.close:hover {  
  background: #F0F0F0;
  color: #353536;
  }
  
.modern-footnotes-footnote__note A.close I {
  font-size: 12px;
  }
  
/* MAILPOET
------------------------------------------------------------------------------------------------ */    
  
.mailpoet_confirm_unsubscribe {
  margin-bottom: 0;
  text-align: center;
  }
  
.mailpoet_confirm_unsubscribe A {  
  margin-top: 50px;
  }
  
/* PASSWORTGESCHÜTZTE SEITEN
------------------------------------------------------------------------------------------------ */   

.post-password-form {
  text-align: center;
  padding-bottom: 150px;
  }
  
.post-password-form INPUT[type=password]{
  border: 1px solid #ccc;
  height: 48px;
  padding: 8px 15px 9px 15px;
  margin-right: 10px;
  width: 240px;
  top: -1px;
  position: relative;
  }
  
/* FOOTER
------------------------------------------------------------------------------------------------ */   

FOOTER {
  background: #383838;
  color: #fff;
  height: 520px;
  border-left: 6px solid var(--primary-color);
  }
  
FOOTER .wrapper {
  padding-top: 50px;
  height: 100%;
  }  
  
FOOTER A {
  color: #fff;  
  }  
  
FOOTER A:hover {
  color: var(--primary-color);  
  }  
  
FOOTER .logo {
  display: block;
  margin-bottom: 50px;
  }

FOOTER .menu.right {
  width: 65%;
  }
  
FOOTER NAV {
  margin: 0;
  }
  
FOOTER NAV UL {
  list-style-type: none;  
  }
  
FOOTER NAV UL LI {
  float: none;  
  display: block;
  }
  
FOOTER NAV UL LI A {
  color: #fff;
  font-weight: 600;
  display: block;
  padding: 0;
  }  
  
FOOTER NAV UL LI.eifu A {  
  position: relative;
  padding-left: 32px !important;
  }
  
FOOTER NAV UL LI.eifu A:after {   
  text-indent: 0;  
  display: block;
  width: 50px;
  height: 24px;
  font-family: icomoon;
  content: "\e916";
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 2px;
  }
  
FOOTER NAV.quicklinks {
  float: left;  
  }
  
FOOTER NAV.quicklinks UL LI A {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.4px;
  padding: 4px 0;
  } 
  
FOOTER NAV.quicklinks UL LI.home {    
  display: none;
  }
  
FOOTER NAV.quicklinks UL LI.current-menu-item A {  
  color: var(--primary-color);  
  }
  
FOOTER .languages {
  float: left;
  position: relative;
  margin-top: 35px;
  }
  
FOOTER .languages .current {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #868686;
  cursor: pointer;
  } 
  
FOOTER .languages .current:after {  
  transition: color 0s, transform 0.2s;
  display: inline-block;
  }
  
FOOTER .languages .current:hover:after {
  left: 0 !important;
  }
  
FOOTER .languages .current:hover {  
  color: #fff;
  }
  
FOOTER .languages.open .current:after {  
  transform: rotate(180deg);
  }  
  
FOOTER .languages .dropdown {
  position: absolute;
  z-index: 10;
  display: block;
  background: #4D4D4D;
  padding: 16px 24px;
  border-radius: 24px;
  width: 190px;
  left: calc(100%);
  top: -18px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  }
  
FOOTER .languages.open .dropdown {  
  opacity: 1;
  visibility: visible;
  left: calc(100% + 20px);
  }
  
FOOTER .languages .dropdown UL LI {
  list-style-type: none;
  }
  
FOOTER .languages .dropdown UL LI A {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 3px 0;
  color: #868686;
  } 
  
FOOTER .languages .dropdown UL LI.wpml-ls-item-de A:before {
  content: "Deutsch";
  }
  
FOOTER .languages .dropdown UL LI.wpml-ls-item-en A:before {
  content: "English";
  }  
  
FOOTER .languages .dropdown UL LI.wpml-ls-item-en-us A:before {
  content: "English (USA)";
  }   
  
FOOTER .languages .dropdown UL LI A SPAN {
  display: none;
  }
  
FOOTER .languages .dropdown UL LI.wpml-ls-current-language A {
  padding-right: 30px;
  color: #fff;
  font-weight: 700 !important;
  background: url('assets/img/icon-checked-white.svg') no-repeat right center;
  background-size: 14px auto;
  }  
  
FOOTER .languages .dropdown UL LI A:hover {
  color: #fff;
  }  
  
FOOTER NAV.main > DIV > UL {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
  }  
  
FOOTER NAV.main UL LI A {
  font-size: 14px;
  font-weight: 700;
  }
  
FOOTER NAV.main UL LI A {
  font-size: 16px;
  font-weight: 700;
  padding: 12px 0;
  }        
  
FOOTER NAV.main UL UL LI A {  
  font-size: 14px;
  font-weight: 400;
  opacity: 0.6;
  padding: 3px 0;
  }
  
FOOTER NAV.main UL UL LI A:hover,
FOOTER NAV.main UL UL LI.current-menu-item A {
  color: #fff;
  opacity: 1;
  }
  
FOOTER FORM INPUT {
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  background: none;
  border: none;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  background: url(img/arrow-right.svg) no-repeat right center;
  border-radius: 0;
  }
  
FOOTER FORM INPUT::-webkit-input-placeholder {
  color: #fff;
  }

FOOTER FORM INPUT::-moz-placeholder {  
 color: #fff;  
  }

FOOTER FORM INPUT:-ms-input-placeholder {  
  color: #fff;  
  } 
  
FOOTER .bottom {
  position: absolute;
  bottom: 0;
  padding: 25px 0;
  width: 100%;
  }
  
FOOTER .bottom .wrapper {
  clear: both;  
  font-size: 14px;
  width: auto;
  }
  
FOOTER .bottom .copyright {
  opacity: 0.4;
  font-weight: 400;
  }
  
@media (max-width: 1450px) {
  
  HTML[lang=en-us] FOOTER .bottom .copyright .divider { 
    display: block;
    height: 0px;
    font-size: 0px;
    }
  }
  
FOOTER .bottom NAV UL LI {  
  float: left;
  }
  
FOOTER .bottom NAV UL LI A {  
  opacity: 0.4;
  font-weight: 400;
  padding: 0 10px;
  }
  
FOOTER .bottom NAV UL LI:last-child A {
  padding-right: 0;
  }
  
FOOTER .bottom NAV UL LI A:hover,
FOOTER .bottom NAV UL LI.current-menu-item A {  
  opacity: 1;
  color: #fff;
  }
  
FOOTER .bottom NAV LI.icon A {
  font-size: 0;
  padding: 0 5px;
  position: relative;
  top: 2px;
  opacity: 0.2;
  }  
  
FOOTER .bottom NAV LI.icon A:before {
  font-family: icomoon;
  font-size: 16px;
  }
  
FOOTER .bottom NAV LI.twitter A:before {  
  content: "\e91a";  
  }
  
FOOTER .bottom NAV LI.facebook A:before {  
  content: "\e901";  
  }
  
FOOTER .bottom NAV LI.linkedin A:before {  
  content: "\e900";  
  padding-left: 15px;
  }    

/* INTRO / SPLASH PAGE
------------------------------------------------------------------------------------------------ */   

.page-template-intro #page {
  margin-bottom: -90px;
  }
  
.page-template-intro:after {
  content: " ";
  position: absolute;
  top: 300px;
  bottom: 0;
  width: 6px;
  background: var(--primary-color);
  }

.page-template-intro #menu {
  display: none;
  }
  
.page-template-intro HEADER {
  position: relative;
  height: auto;
  }  
  
.page-template-intro HEADER #logo {
  position: static;
  text-align: center;
  margin: 0 auto 30px auto;
  }
  
.page-template-intro H1 {
  padding-top: 0 !important;
  font-size: 56px !important;
  margin-bottom: 0 !important;
  }

.page-template-intro H4 {  
  color: #646363;
  margin-top: 12px;
  margin-bottom: 56px;
  }
  
.page-template-intro MAIN {
  padding-top: 0;
  }
  
.page-template-intro .wp-block-getwid-section .wp-block-columns:first-child {
  margin-bottom: 0;
  }  
  
.page-template-intro .wp-block-getwid-section__content {
  padding-top: 0;
  padding-bottom: 0;
  }
  
.page-template-intro .wp-block-cover {
  background-size: cover !important;
  }  
  
.page-template-intro .wp-block-column .wp-block-cover IMG {
  opacity: 0;
  }  
  
.page-template-intro .wp-block-cover:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.2s;
  opacity: 0;
  }   
  
.page-template-intro MAIN.f1 .wp-block-column:first-child .wp-block-cover,
.page-template-intro .content.f1 .wp-block-column:first-child .wp-block-cover:after {
  background: url('assets/img/intro/Fachkraefte-1.jpg') no-repeat center center;
  }
  
.page-template-intro MAIN.f2 .wp-block-column:first-child .wp-block-cover,
.page-template-intro .content.f2 .wp-block-column:first-child .wp-block-cover:after {
  background: url('assets/img/intro/Fachkraefte-2.jpg') no-repeat center center;
  }
  
.page-template-intro MAIN.f3  .wp-block-column:first-child .wp-block-cover,
.page-template-intro .content.f3 .wp-block-column:first-child .wp-block-cover:after {
  background: url('assets/img/intro/Fachkraefte-3.jpg') no-repeat center center;
  }  
  
.page-template-intro MAIN.p1 .wp-block-column:last-child .wp-block-cover,
.page-template-intro .content.p1 .wp-block-column:last-child .wp-block-cover:after {
  background: url('assets/img/intro/Patienten-1.jpg') no-repeat center center;
  }
  
.page-template-intro MAIN.p2 .wp-block-column:last-child .wp-block-cover,
.page-template-intro .content.p2 .wp-block-column:last-child .wp-block-cover:after {
  background: url('assets/img/intro/Patienten-2.jpg') no-repeat center center;
  }
  
.page-template-intro MAIN.p3 .wp-block-column:last-child .wp-block-cover,
.page-template-intro .content.p3 .wp-block-column:last-child .wp-block-cover:after {
  background: url('assets/img/intro/Patienten-3.jpg') no-repeat center center;
  }
  
.page-template-intro MAIN.p4 .wp-block-column:last-child .wp-block-cover,
.page-template-intro .content.p4 .wp-block-column:last-child .wp-block-cover:after {
  background: url('assets/img/intro/Patienten-4.jpg') no-repeat center center;
  }
  
.page-template-intro MAIN.p5 .wp-block-column:last-child .wp-block-cover,
.page-template-intro .content.p5 .wp-block-column:last-child .wp-block-cover:after {
  background: url('assets/img/intro/Patienten-5.jpg') no-repeat center center;
  }
  
.page-template-intro MAIN.p6 .wp-block-column:last-child .wp-block-cover,
.page-template-intro .content.p6 .wp-block-column:last-child .wp-block-cover:after {
  background: url('assets/img/intro/Patienten-6.jpg') no-repeat center center;
  }          


.page-template-intro .wp-block-column .wp-block-cover:hover:after {   
  opacity: 1;
  }
  
.page-template-intro .wp-block-columns .wp-block-cover .wp-block-cover__inner-container {
  padding-bottom: 100px;
  }
  
.page-template-intro FOOTER {
  background: none;
  height: 90px;
  } 
  
.page-template-intro #push {
  height: 90px;
  }
  
.page-template-intro FOOTER .logo,
.page-template-intro FOOTER .quicklinks,
.page-template-intro FOOTER .menu.right {
  display: none;
  }
  
.page-template-intro FOOTER .bottom .copyright {
  color: #353536;
  }
  
.page-template-intro FOOTER .bottom NAV UL LI A {
  color: #353536;
  }
  
.page-template-intro FOOTER .bottom NAV UL LI {
  display: none;
  }
  
.page-template-intro FOOTER .bottom NAV UL LI#menu-item-64 {
  display: inline-block;
  }
  
/* PATIENTS
------------------------------------------------------------------------------------------------ */   

BODY.patients {
  --primary-color: #CA8149; 
  --primary-color-hover: #b57342;
  --section-background: #FDF4ED;
  --wp--preset--color--red: #CA8149 !important;
  }

BODY.patients #subnav {
  display: none;
  }
  
BODY.patients SECTION.grey {
  background: #FDF4ED;
  }  
  
BODY.patients #page {
  margin-bottom: -540px;
  }  
  
BODY.patients .wp-block-getwid-accordion__content-wrapper {
  overflow: hidden !important;
  }  
  
BODY.patients #push,
BODY.patients FOOTER {
  height: 540px;
  }  
  
BODY.patients FOOTER .languages {
  display: none;
  }
  
BODY.patients FOOTER NAV.quicklinks UL LI A {
  padding-bottom: 1px;
  }
  
BODY.patients FOOTER .menu.right {
  width: 60%;
  }  
  
BODY.patients FOOTER .more {
  float: right;
  margin-top: 20px;
  }  
  
BODY.patients FOOTER .more H3 {
  margin-bottom: 10px;
  }  
  
BODY.patients FOOTER .more A {  
  display: block;
  float: right;
  color: var(--primary-color);
  }
  
BODY.patients FOOTER .more A:hover {  
  color: #fff;
  }  
  
  
  
/* GLOSSARY
------------------------------------------------------------------------------------------------ */     

#glossary .search {
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 80px;
  }
  
#glossary .search I {  
  font-size: 18px;
  position: absolute;
  top: 15px;
  }
  
#glossary .search INPUT {  
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #000;
  background: none;
  padding: 14px 0 14px 36px;
  width: 100%;
  border-radius: 0;
  }
  
#glossary .search ::-webkit-search-cancel-button {
  -webkit-appearance: none; 
  appearance: none;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url('assets/img/icon-close.svg') no-repeat center center;
  }
  
#glossary .terms {
  padding-bottom: 0px;
  }  
  
#glossary .term {
  padding: 32px;
  background: #fff;
  border-radius: 14px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  }  
  
#glossary .term .title {
  font-weight: 700;
  width: 20%;
  gap: 50px;
  }  
  
#glossary .term .description {  
  width: 75%;
  }
  
#glossary .term .description P {    
  max-width: 100%;
  }
  
SPAN.glossary-term {
  border-bottom: 1px dashed #000;
  position: relative;
  cursor: help;
  }  
  
.has-white-color SPAN.glossary-term {
  border-color: #fff;
  }

SPAN.glossary-description {
  border: none;
  position: absolute;
  z-index: 1000;
  width: 320px;
  padding: 20px;
  background: var(--primary-color);
  bottom: 35px;
  left: 50%;
  margin-left: -160px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  box-shadow: 0px 12px 32px 0px #0000001F;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.2s;
  visibility: hidden;
  }
  
SPAN.glossary-description SPAN.glossary-description { 
  display: none;
  }  
  
SPAN.glossary-description SPAN.glossary-term {
  border: none;
  cursor: default;
  }
  
SPAN.glossary-description:before {    
  content: " ";
  position: absolute;
  bottom: -40px;
  height: 40px;
  width: 60px;
  left: 50%;
  margin-left: -30px;
  }
  
SPAN.glossary-description:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(202, 129, 73, 0);
	border-top-color: var(--primary-color);
	border-width: 9px;
	margin-left: -9px;
  }
  
SPAN.glossary-term:hover .glossary-description {    
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
  }
  
SPAN.glossary-term:hover SPAN.glossary-description.hide {
  opacity: 0;
  transform: translateY(10px);
  visibility: hidden;
  }  
  
/* MARKIERUNG SUCHERGEBNISSE
---------------------------------------------------------------------------- */   
  
MARK {  
  background: var(--primary-color);
  color: #fff !important;
  padding: 0 2px;
  border-radius: 2px;
  text-decoration: none !important;
  }    
  
/* SURGEON LOCATOR
------------------------------------------------------------------------------------------------ */    
  
BODY.page-template-surgeon-locator HEADER {
  box-shadow: 0px 1px 4px 0px #0000000D;
  }
  
#map-position-banner {
  position: fixed;
  background: #fff;
  width: 100vw;
  z-index: 100;
  display: none;
  }

#surgeon-locator {
  position: relative;
  background: #f5f5f5 url('assets/img/loading.svg') no-repeat center center;
  }

#map {
  margin: 0 0 0 360px;
  height: calc(100vh - 90px);
  max-height: 64.7vw;
  }
  
#map .gm-style-iw-a {
  display: none;
  }  
  
#pac-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 360px;
  height: 136px;
  padding: 20px;
  border-left: 6px solid var(--primary-color);
  border-right: 1px solid #D9D9D9;
  background: #fff;
  }  
  
#pac-card #title {  
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color);
  }
  
#pac-card .current_position_element {
  display: none;
  }  
  
#pac-card .pac-input-wrapper:before {
  font-family: icomoon;
  content: "\e903";
  position: absolute;
  font-size: 18px;
  line-height: 52px;
  }  
  
#pac-card #pac-input {
  height: 52px;
  font-size: 16px;
  font-family: inherit;
  font-weight: 400;
  border: none;
  border-bottom: 1px solid #000;
  width: 100%;
  padding-left: 36px;
  border-radius: 0;
  }  
  
#pac-card .map_range__wrapper {
  display: none;
  }  
  
#pac-card .map-mode-switch__container {
  display: none;
  }  
  
.pac-container {
  border: none;
  font-family: Inter;
  padding: 0 10px 10px 10px;
  } 
  
.pac-container:last-child {   
  position: fixed;
  }
  
.pac-item {
  border: none;
  padding: 4px 10px;
  margin-left: -10px;
  margin-right: -10px;
  color: #999;
  } 
  
.pac-icon {
  background: url('assets/img/icon-pin.svg') no-repeat center center !important;
  background-size: contain !important;
  width: 20px;
  height: 20px;
  }  
  
.pac-item-selected {
  background: #CA814914;
  }
  
.pac-item-selected .pac-icon,
.pac-item:hover .pac-icon {
  background-image: url('assets/img/icon-pin-active.svg') !important;
  }     
  
.pac-matched {
  font-family: Inter;
  font-weight: 600;
  } 
  
#panel {
  position: absolute;
  top: 136px;
  left: 0;
  bottom: 0;
  width: 360px;
  background: #fff;
  border-left: 6px solid var(--primary-color);
  border-right: 1px solid #D9D9D9;
  }  
  
#panel-content {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  }  
  
#panel .shop-item {
  padding: 20px;
  font-size: 14px;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  }  
  
#panel .shop-item__title {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 1em;  
  }  
  
#panel .shop-item--active,
#panel .shop-item:hover {
  background: #CA814914;
  }
  
#panel .shop-item__text {
  overflow: hidden;
  }
  
#panel .shop-item__text A {  
  display: block;
  clear: both;
  float: left;
  }
  
#panel .shop-item__address {
  clear: both;
  }  
  
#panel .shop-item__sidebar {
  margin-top: 1em;
  }  
  
#panel .shop-item__directions-icon {
  display: none;
  }  
  
#panel .shop-item__link {
  display: block;
  margin-bottom: 1em;
  }  
  
#panel .shop-item__route,
#panel .shop-item__link {
  color: var(--primary-color);
  font-weight: 500;
  }  
  
#panel .shop-item__route:hover,
#panel .shop-item__link:hover {
  color: #000;
  }  
  
#panel .shop-item__route:after,
#panel .shop-item__link:after {  
  font-family: icomoon;
  content: "\e905";
  font-size: 11px;
  margin-left: 7px;
  position: relative;
  top: 1px;
  }
  
#panel .shop-item__distance {
  font-size: 12px;
  color: #646363;
  float: right;
  }  
  
  

  
 
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  

  


