<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header-onepic .header-onepic_txt a {
  border: 2px solid #6caeaa;
  color: #6caeaa;
  display: inline-flex;
}

.header-onepic .header-onepic_txt a:hover {
  background-color: #6caeaa;
border: 2px solid #6caeaa;
}

.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 #6caeaa;
    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 #6caeaa;
    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:#6caeaa;
    font-weight: bold;
}


#kfo-seminare .media_image  img {
border-radius:100%;
overflow:hidden;
}




section.header-onepic .header-onepic_img {
    position: relative;
}

section.header-onepic .header-onepic_img::after  {
    display: flex;
    content:"";
    width:150px;
    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:20px;
    top:0px;
    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 &gt; a  {
    border-radius: 100%;
    overflow: hidden;
    aspect-ratio: 1/1;
    height:100%;
}


#kfo-highlights .more_btn, #digital .more_btn {
    margin: 10px 0;
    max-width:180px;
    color: #fff;
    background:#6caeaa;
    font-weight: bold;
    border:2px solid #6caeaa;
}

#kfo-highlights .more_btn::after, #digital .more_btn::after {
        color: #fff;
}

#kfo-highlights .more_btn:hover,
#digital .more_btn:hover {
    color: #6caeaa;
    background:#fff;
}

#kfo-highlights .more_btn:hover::after,
#digital .more_btn:hover::after {
        color: #6caeaa;
}

 
 
    #kfo-seminare {
color:#fff;
}

#Kkfo-seminare h2 {
color:#fff !important;
}

#kfo-seminare .more_btn {
    position: relative;
    margin: 10px 0;
    max-width:200px;
    color: #a9ca54;
    background:#fff;
    font-weight: bold;
    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;
}




#subheader.subheader_2sp &gt; div .box {
    display:inline-block;
    background: #6caeaa;
    color:#fff;
    padding: 10px;
    font-size: 25px;
    margin: 0px 0;
    font-weight: bold;
}




section:not(.header-onepic, #philosophy, #kfo-seminare) h2, #angebot h3 {color:#6caeaa;font-weight:bold;}



#subheader.subheader_2sp &gt; div h1 {
 color:#6caeaa;
}


#subheader.subheader_2sp &gt; div:nth-of-type(1) p {
 color:#6caeaa;
}


#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;
    background: #6caeaa;
    color:#fff;
    padding: 10px 20px;
    font-size: 25px;
    margin: 50px auto;
    font-weight: bold;
   border-radius: 100px;
}
 
#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:#6caeaa;
}

#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:#6caeaa;
}




#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;
}


 @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 &gt; 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;
    }
 
}</pre></body></html>