.dt-top-content .dt-top-content-disrupt-btn a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  padding: 22px 20px 0 20px;
  color: white;
}





.video-inline{
width: 80%;
 height: auto;
  margin: 0 10%;
}

div.dt-theme-main div.dt-top-content.has-video div.dt-top-content-teaser div.dt-top-content-menu div.dt-top-content-more-btn a.video{
display: none;
}



/* timed Overlay */

.timed-overlay{
  background: rgba(0,0,0,0.50);
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  position: absolute;
  z-index:10000;  
  position: fixed;
  display: none;
}


.overlay-inner{

  position: relative;
  text-align: left;
  background: #fff;
  padding: 30px;
  border-radius: 2px;
  max-width: 600px;
  width:80%;
  height: auto;
  max-height: 80%;
  margin: 50px auto;
  overflow: scroll;
  
}

.overlay-close{
  text-align: center;
  text-transform: lowercase;
  font-family: Arial;
  font-weight: bold;
  font-size: 24px;
  position: fixed;
  top: 30px;
  margin-left: -40px;
  width: 40px;
  height: 40px;
  line-height: 27px;
  cursor: pointer;
  border: 4px solid rgb(255,255,255);
  border-radius: 50%;
  background: #877653;
  color: #fff;
}

.timed-overlay .overlay-inner p,
.timed-overlay .overlay-inner ul{
  padding: 0;
  margin: 10px 0;
}
.timed-overlay .overlay-inner ul{
  margin-left: 19px;
}

.timed-overlay .overlay-inner ul li{
  padding-bottom: 10px;
}













.dt-theme-labor .dt-custom-content-bg .dt-btn{

  border: 1px solid #fff;

}


.error{
  float: left;
  width: 100%;
  color: 
}
.error .message {
    color: #920101 !important;
}




/* Consent Bar  */

.cookie-disclaimer {
  z-index: 1000;
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  text-align: center;
  color: #333;
  font-size: 15px;
  line-height: 125%;
  transition: all 0.5s ease-in-out;
  transform:translateY(100%);

}

.cookie-disclaimer.show {
  transform:translateY(2%);
}

.cookie-disclaimer .inner {
  border-top: 1px solid #d3d3d3;
  background: #fff;
  padding: 10px;
  margin: auto;
  display: inline-block;
  line-height: 135%;
  width: 100%;
}

.cookie-disclaimer a {
  color: #333;
  text-decoration: underline;
}

.cookie-disclaimer button.mc-btn{
    border-color:#867652;
   background:#867652;
   color:white;
   cursor: pointer;
  font-weight:600;
}

.cookie-disclaimer button.mc-btn:hover {
   background:transparent;
  color:#867652;
  cursor: pointer;
}


.cookie-checkboxes {
  padding:10px 0;
}

.cookie-checkboxes label {
  margin:0 5px;
}

.cookie-disclaimer-accept{
  padding: 2px 5px;
  margin-left: 5px;
  background: #fff;
  color: #333;
  border:1px solid #333;
  text-decoration: none;
  
  text-transform: uppercase;
  font-size: 13px;
}





/* YT VID  */


.yt_embed{
  width: 100% !important;
  }
  





/* HEAD BTN: dr flex und Anamnese  */

.head-btn{
  position: fixed;
  top: 15px;
  right: 120px;
  z-index: 999;
  border: 1px solid #877653;
  padding: 7px 8px;
  background: #877653;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  transition: all ease-in-out 0.2s;
}


.head-btn.drflex{
  right: 120px;
}
.head-btn.anamnese{
  right: 260px;
}
.head-btn.covid{
  right: 418px;
}

.head-btn.drflex:hover,
.head-btn.anamnese:hover,
.head-btn.covid:hover{
  border: 1px solid #ccc;
  background: #fff;
  color: #333;
}



@media screen and (min-width: 405px) and (max-width: 1060px){
.head-btn{
  position: fixed;
  z-index: 999;
  border: 1px solid #fff;
  padding: 7px 8px;
  background: #877653;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  transition: all ease-in-out 0.2s;
}


.head-btn.drflex{
  top: auto;
  bottom: 10px;
  left: 10px;
  right: auto;
}
.head-btn.anamnese{
  top: auto;
  bottom: 10px;
  left: 150px;
  right: auto;
}

.head-btn.covid{
  top: auto;
  bottom: 10px;
  left: 307px;
  right: auto;
}

.head-btn.drflex:hover,
.head-btn.anamnese:hover,
.head-btn.covid:hover{
  border: 1px solid #333;
  background: #fff;
  color: #333;
}



}


@media screen and (max-width: 405px){
.head-btn{
 font-size: 10px;
    
  position: fixed;
  z-index: 999;
  border: 1px solid #fff;
  padding: 7px 8px;
  background: #877653;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  transition: all ease-in-out 0.2s;
}

.head-btn.drflex{
  top: auto;
  bottom: 10px;
  left: 10px;
  right: auto;
}
.head-btn.anamnese{
  top: auto;
  bottom: 10px;
  left: 100px;
  right: auto;
}

.head-btn.covid{
  top: auto;
  bottom: 10px;
  left: 200px;
  right: auto;
}

}





/* BEWERBUNGSFORM */


.Tx-Formhandler {
    display: block;
    float: left;
    width: 100%;
}


.form-group {
    margin-bottom: 15px;
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
     border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


textarea.form-control {
    height: auto;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}



.delete-file{
margin-left: 15px;
}


.btn, .et-btn, .submit, .btn-default {
    display: inline-block;
   
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
 
    margin-bottom: 0;
    margin-top: 15px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
}

.files-restrictions{
margin-bottom: 25px;
}









.dt-theme-praxis a.dt-btn {
 padding: 10px;
  background: #B1AAA1;
  color: #fff !important;
}


.dt-theme-prophy a.dt-btn {
 padding: 10px;
  background: #78626C;
  color: #fff !important;
}


.dt-theme-labor a.dt-btn {
 padding: 10px;
  background: #687786;
  color: #fff !important;
}



.dt-theme-akademie a.dt-btn {
 padding: 10px;
  background: #644B39;
  color: #fff !important;
}





.dt-top-content-teaser-logo{
min-height: 100px;
}



.dt-top-content-disrupt-btn {
    margin-top: 50px !important;
}



@media screen and (max-width:480px){

.dt-top-content-teaser-logo{
min-height: 130px;
}


.dt-top-content-menu ul{
display: none !important;
}


}



.dt-custom-content-light-bg hr {
    border-top: 1px solid #bbb;
}




/*
IMAGE T3
*/

.wrapper-img-cols1 .csc-textpic-imagewrap ul li,
.wrapper-img-cols1 .csc-textpic-imagewrap dl,
.wrapper-img-cols1 .csc-textpic-single-image img{
  width: 100% !important;
  float: left;
  height: auto;
}

.wrapper-img-cols2 .csc-textpic-imagewrap ul li,
.wrapper-img-cols2 .csc-textpic-imagewrap dl,
.wrapper-img-cols2 .csc-textpic-single-image img{
  width: 50% !important;
  float: left;
  height: auto;
}

.wrapper-img-cols3 .csc-textpic-imagewrap ul li,
.wrapper-img-cols3 .csc-textpic-imagewrap dl,
.wrapper-img-cols3 .csc-textpic-single-image img{
  width: 33.33% !important;
  float: left;
  height: auto;
}


.wrapper-img-cols4 .csc-textpic-imagewrap ul li,
.wrapper-img-cols4 .csc-textpic-imagewrap dl,
.wrapper-img-cols4 .csc-textpic-single-image img{
  width: 25% !important;
  float: left;
  height: auto;
}






.wrapper-t3-img .csc-textpic-imagewrap ul li img,
.wrapper-t3-img .csc-textpic-imagewrap dl img, 
.wrapper-t3-img .csc-textpic-imagewrap dt img{
  width: 80% !important;
  padding: 0 10%;
  height: auto !important;
}


@media screen and (max-width: 768px){


h1, .h1 {
    font-size: 25px !important;
}

h2, .h2 {
    font-size: 21px !important;
}

h3, .h3 {
    font-size: 18px !important;
}


p.dt-big-text{
    font-size: 17px; !important;
}



}





