body{
  background-image: url(/thumb/homepage_Elemente/Lizenzen_web.jpg);
  background-repeat: no-repeat;
  background-position:top;
  background-attachment: fixed;
  background-size: cover;
}
@media (min-width: 90px) and (max-width:800px) {
  /* For mobile phones: */
  body{
    background-image: url(/thumb/homepage_Elemente/Lizenzen_web.jpg);
    background-repeat: no-repeat;
    background-position:left top;
    background-attachment: fixed;
    background-size: cover;
  }
}
@media (max-width: 1250px)  {
  /* For mobile phones: */
  body{
    background-image: url(/thumb/homepage_Elemente/Lizenzen_web.jpg);
    background-repeat: repeat;
    background-position: left top;
    background-attachment: fixed;
    background-size: 100vw;
    
  }
 
  }
.vertrag-header-middle-section{
  display: flex;
  align-items: center;
  justify-content: center;
 
  font-style: oblique;
  padding-left: 85px;
  overflow: hidden;
  width: 100%;
 
  flex-wrap: nowrap;
}
.vertrag-header-middle-section p{
font-size: 2.4rem;
color: rgb(56, 56, 56);
text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1150px) and (max-width:1290px) {
/* For mobile phones: */
.vertrag-header-middle-section{
  margin-right: 35px;
  min-width: 50px;
  padding-left: 190px;
  flex-wrap: nowrap;
}
.vertrag-header-middle-section p {
  font-size: 1.8rem;
}
}
@media (min-width: 925px) and (max-width: 1149px) {
/* For mobile phones: */
.vertrag-header-middle-section{
  margin-right: 35px;
  min-width: 50px;
  padding-left: 200px;
  flex-wrap: nowrap;
}
.vertrag-header-middle-section p {
  font-size: 1.7rem;
}
}
@media (min-width: 511px) and (max-width:924px) {
/* For mobile phones: */
.vertrag-header-middle-section{
  margin-right: 35px;
  min-width: 50px;
  padding-left: 150px;
  flex-wrap: nowrap;
}
.vertrag-header-middle-section p {
  font-size: 1.0rem;
}
}
@media (min-width: 90px) and (max-width:510px) {
/* For mobile phones: */
.vertrag-header-middle-section{
  margin-right: 35px;
  min-width: 50px;
  padding-left: 20px;
  flex-wrap: nowrap;
}
.vertrag-header-middle-section p {
  font-size: 1.0rem;
}
}
.vertrags-wrapper{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 95px; 
  margin-left: 95px;  
}
.collector {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgb(252, 252, 252, 0.4);
  border-radius: 30px;
  box-shadow: 12px 29px 81px 0px rgba(0,0,0,0.75);
  box-shadow: 0 0 8px 8px rgba(255, 255, 255, 0.475) inset;
  backdrop-filter: blur(2.5px);

  padding-bottom: 10px;
  width: 80vw;
  flex-wrap: wrap;
  margin-top: 90px;
  margin-bottom:70px;
}
@media (min-width: 90px) and (max-width:510px) {
  /* For mobile phones: */
  .collector{
   width: 100vw;
 padding-right: 70px;
  }
}
.vertrags-sidebar{
  display: flex;
  flex-direction: column;
  position: fixed;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: rgb(214, 214, 214);
  left: 0;
  bottom: 45px;
  top: 85px;
  width: 95px;
  z-index: 100;
  border-right-color: rgb(255, 72, 0);
  border-right-width: 2px;
  border-right-style: solid;
  z-index: 200;
  overflow: hidden;
  background-image: url(/thumb/homepage_Elemente/sidebar1.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-attachment: fixed;
  background-size: contain;
  background-size: auto;
}
.vertrags-sidebar-link
{
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: black;
  min-width: 95px;
  font-size: 13px;
}
.vertrags-sidebar :hover {
  background-color: rgb(255, 72, 0);
  transition: background-color 0.3s;
  color: white;
  text-decoration: none;
}
.headline {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
  align-items: center;
 
  color: rgb(77, 77, 77);
  font-style: oblique;
  line-height: 140%;
  max-width: 75vw;
}
.headline  h1{
  color: rgb(22, 0, 88);
  margin-bottom: 25px;
  font-style: normal;
  font-size: 2.2rem;
}
.headline p{
font-size: 1.4rem;
color: rgb(24, 24, 24);
}
@media (max-width: 600px) {
  .headline {
    margin-left: 120px;
  }
}
@media (min-width: 90px) and (max-width:810px) {
  /* For mobile phones: */
  .headline h1{
    
  }
  .headline p{
    font-size: 0.8rem;
  }
  }
.adress-block {
  margin: 20px;
  text-align: center;
}
.text-block-1 {
  margin-top: 10px;
  margin-bottom: 10px; 
}
.vertrags-logo-div{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#vertrags-logo-bottom {
  width: 250px;
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  transition: ease-in-out 150ms;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}