.tkr_top_button:hover {
    color: #0288d1;
    background: #FFFFFF;
}


.tkr_top_button,.tt_temp_buy_button {
    width:420px;
    margin: 3em auto 1em;

    box-sizing: border-box;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 2px;
    background: #0288d1;
    color: #fff;

    display: block;
    text-align: center;
    -webkit-appearance: none;
    transition: all 0.5s ease;
    vertical-align: middle;
    padding: 20px 14px;
    line-height: 1em;
    text-transform: uppercase;
    border: solid 2px #0288d1;
    border-radius: 2px;
    text-decoration: none;
}



.tkr_video_top {
    box-shadow: 0px 0px 52.54px 7.46px rgba(62, 62, 62, 0.12);
    border-radius: 2px;
}

.tt_haftung_check {
    font-size:0.8em;
}

.checkbox-container {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size:0.9em;
    width:80%;
    margin-left:auto;
    margin-right:auto;
}

.checkbox-container label {
    padding-left:10px;
}
    
.custom-checkbox label {
    text-align:left;
   
}

.custom-checkbox {
    appearance: none;
    width: 40px;
    min-width:30px;
    height: 30px;
    border: 2px solid #3589cf;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-align:left;
}

.custom-checkbox:checked::before {
    content: '\2713'; /* Unicode f?r H?kchen */
    color: white;
    font-size: 16px;
    background: #3589cf;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
}

.tt_buy_button {
    display: inline-block;
    cursor: not-allowed;
    opacity: 0.5;
}

.tt_buy_button.active {
    cursor: pointer;
    opacity: 1;
}

.highlight {
    /*border:5px solid red;*/
    background-color:#ff6248;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    cursor: not-allowed;
    display: block;
}
.overlay.hidden {
    display: none;
}

.tt_buy_button_wrapper {
    width:100%;
}

.image_testimonial img {
    width:100%;
box-shadow: 0px 0px 52.54px 7.46px rgba(62, 62, 62, 0.12);

}

.image_testimonial {
    max-width:100%;
    background-color:white;
    margin: 5em auto 2em auto;
    text-align: center;
    font-size: 0.8em;
}


/** 
*  Video Consent Layer Lazy Load

*/

.mkml-video-wrapper {
  width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
  overflow: hidden;
  background-color: #000;
}

.mkml-video-wrapper iframe,
.mkml-video-wrapper .mkml-video-placeholder {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
}

.mkml-video-placeholder {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.mkml-video-overlay {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 1em;
  text-align: center;
  width: 100%;
}

.mkml-video-load-btn {
  margin-top: 0.5em;
  /*padding: 0.5em 1em;*/
  background: #e62117;
  color: #fff;
  border: none;
  cursor: pointer;
}

.mkml-video-overlay p {
    margin-bottom:1em;
}


@media (max-width: 1000px) {
    div.u-almost-full-width {
        width:100%;       
    }
    
    a.tkr_top_button {
        
    }
}

@media (max-width: 500px) {
    div.u-almost-full-width {
        width:100%;       
    }
    
    a.tkr_top_button {
        width:100%;   
        line-height:1.4em; 
    }
    
    .checkbox-container {
        max-width:100%;
        width:100%;
    }
}



@media (max-width: 450px) {
    .container {
        padding:0 10px;
    }
}
