﻿.info_button {
  display: none;
}

#lpmainmenu > ul.nav > li:nth-of-type(1) a {
  /*display: none;*/
}


#laser_formular {
  border: 1px solid #999;
  padding: 20px;
  border-radius: 10px;

}


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(201deg, rgba(235,231,131,1), rgba(145,130,151,1) 70.71%);
}


section.header-onepic .header-onepic_img::after  {
    display: flex;
    content:"";
    width:200px;
    height: 200px;
    background-image: url(/images/30laser.svg);
    background-size:120%;
    background-position: center;
    background-color:#fff;
    border-radius:100%;
    padding:0;
    position: absolute;
    right:0px;
    bottom:20px;
}





#tipps {/*display:none;*/}

#tipps img {
    border: 1px solid #ccc;
    overflow: hidden;
    border-radius: 100%;
    padding: 15px;
    max-width: 450px;
    display: block;
    margin: auto;
}

#celebrate {
  margin: 0 !important;
  padding: 100px 0 !important;
}

.more_btn {
  display:inline-flex;
  color:#069;
  border: 1px solid #069;
}

.media_image {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 100%;
  width: 100%;
  max-width: 500px;
  aspect-ratio: 1/1;
  padding: 15px;
  overflow: hidden;
}

.media_image img {
  border: 0px solid #ccc;
  border-radius: 100%;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}


#zeitstrahl {
    padding: 0 !important;
    margin: 0 !important;
}

#zeitstrahl .container-fluid {
    padding: 0 !important;
    margin: 0 !important;
}

.laserzeitstrahl  {
    display: flex;
    width: 100%;
    align-items: center;
    background:linear-gradient(to bottom, #069 53%, #f3f3f3 50%);
}

.laserzeitstrahl_inner {
    width:100%;
}


.laserzeitstrahl ul {
    display: flex;
    width: 100%;
    justify-content: center;
}


.laserzeitstrahl ul li {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content:space-evenly;
    width: calc(100%/12 - 0px);
    margin: 0 10px;
}



.laserzeitstrahl ul li h4 {
    position: relative;
    display: flex;
    font-size:18px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.laserzeitstrahl ul li h4:nth-of-type(1) {
    height:100px;
    margin-bottom:77px;
    color: #fff;
    font-weight: normal;
}

.laserzeitstrahl ul li h4:nth-of-type(2) {
    font-weight: bold;
}

.laserzeitstrahl ul li h4:nth-of-type(1)::after {
    position: absolute;
    content:"";
    display: block;
    background: #fff;
    width:2px;
    height:50px;
    bottom:-50px;
}


.laserzeitstrahl ul li h4:nth-of-type(2)::after {
    position: absolute;
    content:"";
    display: block;
    background: #333;
    width:2px;
    height:35px;
    top:-50px;
}

@media screen and (max-width:1080px) {
 
 
    .laserzeitstrahl ul li h4 {
    font-size:16px !important;
}
 
}



@media screen and (max-width:992px) {
 
 
    .laserzeitstrahl ul li h4 {
    font-size:14px !important;
}
 
}
 


@media screen and (max-width:992px) {
 
 
    .laserzeitstrahl ul li h4 {
    font-size:14px !important;
}
 
}

@media screen and (max-width:850px) {
 
 
    .laserzeitstrahl ul li h4 {
    font-size:13px !important;
}
 
}

@media screen and (max-width:768px) {
 
 
.laserzeitstrahl  {
    max-width: 768px;
    overflow-x: scroll !important;
}

.laserzeitstrahl ul {
    width:1024px;
    overflow-x: scroll;
}

 
  .laserzeitstrahl_inner li {
    overflow-x: scroll;
}
 
}
 