﻿
section.header-onepic .header-onepic_img  {
    position: relative;
}



section.header-onepic .header-onepic_img::before {
  display: flex;
    content:"";
    width:230px;
    height: 230px;
    border-radius:100%;
    padding:20px;
    position: absolute;
    right:-15px;
    bottom:5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
  background: linear-gradient(45deg, rgba(142,194,146,1) 25%, rgba(0,157,163,1) 75%);
}


section.header-onepic .header-onepic_img::after  {
    display: flex;
    content:"";
    width:200px;
    height: 200px;
    background-image: url(/images/30implantology.svg);
    background-size:90%;
    background-position: center;
    background-color:#fff;
    border-radius:100%;
    padding:0;
    position: absolute;
    right:0px;
    bottom:20px;
}

.header-onepic_txt {
 
}

.header-onepic_txt h1 {
   text-transform: uppercase;
   color:#006699;
}


.header-onepic_txt h1 .schmuckline{
  font-weight: 900;
  font-size: 75px;
}

.header-onepic_txt h1 .schmuckline:first-letter {
  font-size: 60px !important;
}

.header-onepic h2 {
    color:#000;
    font-weight: 900;
    margin: 10px 0 10px;
    font-weight: 600;
}



main h2 {
    text-transform: uppercase;
    font-weight: 900;
    color:#006699;
}




#einleitung {
    display: flex;
    padding-top: 200px
}

#einleitung::before {
    display: flex;
    content:"";
    width:100%;
    height: 600px;
    background-image: url(https://www.dentaurum.de/images/Skyline_Jena.svg);
    background-size:cover;
    background-position: bottom;
    background-color:#fff;
    padding:500px 0 0 ;
    position: absolute;
    top:0px;
    background-repeat: no-repeat;
}

.reel_seiler, .reel_seiler h2 {
color:#fff;
}


#speaker .x-column {
padding: 0 10px;
}

#speaker .more_btn {
  display: none;
}
 

.termine2 .dates-mb .date-body {
    border-radius: 100%;
    overflow: hidden;
    border:2px solid #069;
    background: #fff;
    padding: 10px;
}


.termine2 .dates-mb .date-body img {
    border-radius: 100%;
    overflow: hidden;
}

.xcol-pic-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
    border:2px solid #069;
    background: transparent;
    padding: 15px;
    aspect-ratio: 1/1;
    max-width: 300px;
}


.xcol-pic-box img {
    border-radius: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
}

.header-onepic .header-onepic_txt a {
  display: inline-flex;
}

.header-onepic .header-onepic_txt a:nth-of-type(1) {
    color:#fff;
  background:#069;
}

.header-onepic .header-onepic_txt a:nth-of-type(1):hover {
  background: #fff;
  color:#069;
}

#rabatt .media_image a, #twinfit .media_image a, #details .media_image a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border:2px solid #069;
    background: transparent;
    padding: 15px;
    aspect-ratio: 1/1;
    max-width: 500px;
    position:relative;
}

#rabatt .media_image a img, #twinfit .media_image a img, #details .media_image a img {
    border-radius: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
}

#rabatt .media_image a::after  {
    display: flex;
    content:"";
    width:200px;
    height: 200px;
    background-image: url(https://www.dentaurum.de/images/rabatt15.svg);
    background-size:90%;
    background-position: center;
    background-color:#fff;
    background-repeat: no-repeat;
    border-radius:100%;
    padding:0;
    position: absolute;
    right:-20px;
    bottom:0px;
    z-index: 9;
}


#rabatt h2 {
    color:#005588;
    font-weight: 800;
}

#rabatt .schmuckline {
    display: block;
    color:#005588;
    font-weight: 800;
    font-size: 66px;
    margin: 20px 0 0;
}


#twinfit .media_image a::before {
  display: flex;
    content:"";
    width:210px;
    height: 210px;
    border-radius:100%;
    padding:20px;
    position: absolute;
    right:-35px;
    bottom:-15px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
  background: linear-gradient(45deg, rgba(142,194,146,1) 25%, rgba(0,157,163,1) 75%);
}

#twinfit .media_image a::after  {
    display: flex;
    content:"";
    width:180px;
    height: 180px;
    background-image: url(https://www.dentaurum.de/images/30implantology.svg);
    background-size:90%;
    background-position: center;
    background-color:#fff;
    background-repeat: no-repeat;
    border-radius:100%;
    padding:0;
    position: absolute;
    right:-20px;
    bottom:0px;
    z-index: 9;
}

 