﻿html {
    scroll-behavior: smooth;
    scroll-padding-top: 150px;
}

[id] {
scroll-margin-top: 150px;
}


.header-onepic .header-onepic_txt a:nth-of-type(1) {
  background:linear-gradient(90deg, rgba(176, 204, 102, 1) 0%, rgba(72, 149, 105, 1) 100%);
  border: 0px solid #fff;
  color: #fff;
  display: inline-flex;
  transition: all linear 0.5s;
    padding:12px 22px;
}

.header-onepic .header-onepic_txt a:nth-of-type(1):hover {
  background: #fff;
  color: #489569;
        padding:10px 20px;
  border: 2px solid #489569;
}

.header-onepic .header-onepic_txt a:nth-of-type(2) {
  background:#fff;
  border: 2px solid #489569;
  color: #489569;
  display: inline-flex;
  transition: all linear 0.5s;
  box-sizing: border-box;
}

.header-onepic .header-onepic_txt a:nth-of-type(2):hover {
  background: #489569;
  color: #fff;
  border: 2px solid #489569;
}



 a.promobtn {
     border-radius: 5px;
     padding:5px 10px;
  border: 0px solid #489569;
  color: #fff;
    /* background-color: #489569;*/
              background: linear-gradient(120deg, rgba(176, 204, 102, 1) 0%, rgba(72, 149, 105, 1) 100%);
  display: inline-flex;
     font-weight: 600;
     transition: 0.5s linear all;
}

a.promobtn:hover {
    color: #fff;
  background: linear-gradient(-40deg, rgba(176, 204, 102, 1) 0%, rgba(72, 149, 105, 1) 50%);
  border: 0px solid #489569;
}



#stand, #kfo-seminare, .linkedin {background:linear-gradient(90deg,rgba(176, 204, 102, 1) 12%, rgba(72, 149, 105, 1) 100%) !important;}


#stand::before  {
    content:"";
    display: block;
    height: 350px;
    width: 100%;
    background:url("https://www.dentaurum.de/images/skyline_badenbaden.svg");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top:-350px;
    pointer-events: none;
}


.info_overlay_01 .stbutt.stbutttomas, .info_overlay_01 .stbutt.stbuttamda {
    display: inline-flex;
    text-transform:none;
    margin: 0 20px !important;
    justify-content: center;
}


.info_overlay_01 .stbutt.stbutttomas {
     border-color: #4377b5;
    color: #4377b5;
}

.info_overlay_01 .stbutt.stbuttamda {
     border-color: #e1b600;
    color: #e1b600;
}


.info_overlay_01 .stbutt.stbutttomas:hover {
    background-color: #4377b5;
    border-color: #fff;
    color: #fff;
}


.info_overlay_01 .stbutt.stbuttamda:hover {
    background-color: #e1b600;
    border-color: #fff;
    color: #fff;
}



#wf_service {
    position: relative;
    border: 5px solid #489569;
    border-radius: 30px;
    padding: 10px;
}


#wf_service::before {
  content:"";
   display:block;
    position: absolute;
    z-index: 2;
   width: 100px;
   height: 100px;
    top:-50px;
   left:50%;
   transform: translateX(-50%) rotate(-45deg);
    background:#fff;
   border: 5px solid #489569;
    clip-path: polygon(100% 0, 100% 100%, 0 0%, 0 0);
}

#wf_service::after {
  content:"";
   display:block;
    position: absolute;
    z-index: 1;
   width: 90px;
   height: 100px;
    top:-50px;
   left:50%;
   transform: translateX(-50%) rotate(-45deg);
    background:#fff;
}


#wf_service h3 {
    position: relative;
    z-index:9;
    color:#489569;
    font-weight: bold;
}


#kfo-seminare .media_image  img {
border-radius:100%;
overflow:hidden;
}


.jubi .two-column-flex:nth-of-type(1) .media_image a {
  overflow: show;
}

.jubi .two-column-flex:nth-of-type(1) .media_image a img {
  overflow: unset;
}

.jubi .two-column-flex:nth-of-type(2) .media_image a,
#companytour .media_image a {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  aspect-ratio: 1/1;
  border-radius: 100%;
  overflow: hidden;
  padding: 12px;
  width: 100%;
}


.jubi .two-column-flex:nth-of-type(2) .media_image a img,
#companytour .media_image a img {
border-radius:100%;
overflow:hidden;
width: 100%;
}



section.header-onepic .header-onepic_img {
    position: relative;
}


section.header-onepic .header-onepic_img::after  {
    display: flex;
    content:"";
    width:200px;
    height: 200px;
    background-image: url(https://dentaurum.de/images/dgkfo25_angebotsbadge.svg);
    background-size:100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color:#tr;
    border-radius:100%;
    padding:0;
    position: absolute;
    right:15px;
    bottom:20px;
    z-index:0;
}



.content-media h3 {
    margin: 0 0 20px;
}
 

#content .xcol-pic-box   {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  aspect-ratio: 1/1;
  border-radius: 100%;
  overflow: hidden;
  padding: 12px;
  width: 100%;
}


#content .xcol-pic-box img  {
  object-fit: cover;
    height:100%;
}





#content .xcol-pic-box > a  {
    border-radius: 100%;
    overflow: hidden;
    aspect-ratio: 1/1;
    height:100%;
}



.kfo-highlights .more_btn,
.digital .more_btn,
#kontakt .more_btn {
    margin: 10px 0;
    max-width:180px;
  background:linear-gradient(90deg, rgba(176, 204, 102, 1) 0%, rgba(72, 149, 105, 1) 100%);
  border: 0px solid #fff;
  color: #fff;
  display: inline-flex;
  transition: all linear 0.5s;
}

.kfo-highlights .more_btn::after,
.digital .more_btn::after,
#kontakt .more_btn:h:after {
        color: #fff;
}

.kfo-highlights .more_btn:hover,
.digital .more_btn:hover,
#kontakt .more_btn:hover {
    color: #fff;
  background: linear-gradient(-40deg, rgba(176, 204, 102, 1) 0%, rgba(72, 149, 105, 1) 50%);
  border: 0px solid #489569;
}

.kfo-highlights .more_btn:hover::after,
.digital .more_btn:hover::after,
#kontakt .more_btn:hover::after {
        color: #fff;
}


 
 
    #kfo-seminare {
color:#fff;
}

#kfo-seminare h2 {
color:#fff !important;
}

#kfo-seminare .more_btn {
    position: relative;
    margin: 10px 0;
    max-width:300px;
    color: #a9ca54;
    background:#fff;
    font-weight: bold;
    border-radius: 5px;
    border:2px solid #fff;
    display:flex;
    align-items: center;
    justify-content: center;
}

#kfo-seminare .more_btn::after {
        color: #a9ca54;
}

#kfo-seminare .more_btn:hover {
    color: #fff;
    background:#a9ca54;
}

#kfo-seminare .more_btn:hover::after {
        color: #fff;
}

.linkedin {
color:#fff;
}

.linkedin h2 {
color:#fff !important;
font-weight: 300 !important;
}


#subheader.subheader_2sp > div .box {
    display:inline-block;
    background: #489569;
    color:#fff;
    padding: 10px;
    font-size: 25px;
    margin: 0px 0;
    font-weight: bold;
}


#produkthighlights .x-column .more_btn, #produkthighlights .x-column .kaufen{
    position: relative;
    bottom: -50px;
}


#produkthighlights .x-column .kaufen {
  background:linear-gradient(90deg, rgba(176, 204, 102, 1) 0%, rgba(72, 149, 105, 1) 100%);
  border: 0px solid #fff;
  color: #fff;
  display: inline-flex;
  transition: all linear 0.5s;
}

#produkthighlights .x-column .kaufen:hover {
    color: #fff;
  background: linear-gradient(-40deg, rgba(176, 204, 102, 1) 0%, rgba(72, 149, 105, 1) 50%);
  border: 0px solid #489569;
}


#produkthighlights .x-column .kaufen::before{
  background:transparent;
}

#produkthighlights .x-column a:hover.kaufen::before{
  color:#fff;
}
 

#produkthighlights .x-column .contenttext,
#produkthighlights .contenttext {
    margin-bottom: 0px;
}




section:not(.header-onepic, #philosophy, #kfo-seminare) h2, #angebot h3 {color:#489569;font-weight:bold;}



#subheader.subheader_2sp > div h1 {
 color:#489569;
}


#subheader.subheader_2sp > div:nth-of-type(1) p {
 color:#489569;
}


#kontakt h4 {
    margin: 20px 0;
    text-align: center;
}

#kontakt .xcol-pic-box {
    overflow: hidden;
    border-radius: 100%;
}

.x-column, .content-col {
    align-items: center;
}

a.box {
    display:inline-block;
    padding: 10px 20px;
    font-size: 25px;
    margin: 50px auto;
    font-weight: bold;
   border-radius: 10px;
    margin: 10px 0;
    max-width:100%;
  background:linear-gradient(90deg, rgba(176, 204, 102, 1) 0%, rgba(72, 149, 105, 1) 100%);
  border: 0px solid #fff;
  color: #fff;
  display: inline-flex;
  transition: all linear 0.5s;
}



a.box:hover {
    color: #fff;
  background: linear-gradient(-40deg, rgba(176, 204, 102, 1) 0%, rgba(72, 149, 105, 1) 50%);
  border: 0px solid #489569;
}

 
.digital .container-fluid {
    max-width: 1440px;
}

.digital #wf .xcol-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width:200px;
    padding: 0 0 0 50px;
    margin: 0 0 30px;
    color: #fff;
    background:#489569;
}

.digital #wf .xcol-header h3 {
    text-align: center;
    text-transform: uppercase;
    z-index: 3;
}

/*.digital .xcol-header::before {
    top:10px;
    left: -24px;
    position: absolute;
    z-index: 1;
    content:" ";
    display: block;
    width: 50px;
    height: 50px;
    transform: rotate(45deg);
    background:#fff;
}*/

.digital #wf .xcol-header::before {
    top:0px;
    left: -36px;
    position: absolute;
    z-index: 1;
    content:" ";
    display: block;
    width: 70px;
    height: 70px;
    transform: rotate(0deg);
    background:#fff;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 50% 50%);
}
 
 

.digital #wf .xcol-header::after {
    top:10px;
    right: -25px;
    position: absolute;
    content:" ";
    display: block;
    width: 49px;
    height: 49px;
    z-index: 2;
    transform: rotate(45deg);
    background:#489569;
}




.digital  #wf .x-column:nth-of-type(1) .xcol-header::before, .x-column:last-of-type  #wf .xcol-header::after {
    display: none;
}



.digital  #wf .x-column:nth-of-type(1) .xcol-header {
    padding-left: 20px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}


.digital  #wf .x-column:last-of-type .xcol-header {
    padding: 0 0 0 30px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.digital  #wf .x-column:last-of-type .xcol-header::after {
    display: none;
}

#companytour .xcol-pic-box, #companytour .more_btn {
    display: none;
}

#companytour .contenttext h3 {
    display: flex;
    margin: 20px auto;
    align-items: center;
    justify-content: center;
    color:#fff;
    max-width: 120px;
    max-height: 120px;
    aspect-ratio: 1/1;
    border-radius: 100%;
    font-weight: 600;
    background: linear-gradient(120deg, rgba(176, 204, 102, 1) 0%, rgba(72, 149, 105, 1) 100%)
}




 @media screen and (max-width:1280px) {

        .digital .xcol-header {
             width:190px;
            transform: scale(0.7);
       }
}


 
 
 @media screen and (max-width:1020px) {
 
    #stand {
        background-image: none !important;
    }
 
}



 @media screen and (max-width:992px) {

        .digital .xcol-header {
             width:200px;
            transform: scale(1);
       }
}


@media screen and (max-width: 600px) {


 
#content .xcol-pic-box {
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#content .xcol-pic-box > a {
  width: 100%; /* Der Kreis bleibt relativ zur Box */
  height: 100%;
}

.filtr_prod_items .xcol-pic-box {
    width:200px;
}
 
 

}
 
 
 @media screen and (max-width:560px) {
 
    #dgkfo_angebot {
        height: 800px !important;
    }

        #digital .xcol-header {
             width:190px;
            transform: scale(0.8);
       }


 
}

 
 

@media screen and (max-width:480px) {
 
    #dgkfo_angebot {
        height: 850px !important;
    }
 
}


@media screen and (max-width:400px) {
 
    #dgkfo_angebot {
        height: 900px !important;
    }
 
}

@media screen and (max-width:380px) {
 
    #dgkfo_angebot {
        height: 950px !important;
    }
 
}

@media screen and (max-width:350px) {
 
    #dgkfo_angebot {
        height: 100px !important;
    }
 
}

@media screen and (max-width:330px) {
 
    #dgkfo_angebot {
        height: 1050px !important;
    }
 
}

 