html, body {
  height: 100%;
  margin: 0; /* It's also good practice to remove default margin */
  padding: 0; /* and padding from body */
}

.mainwrapper {
  
  
}

a {
    color: white !important;
    font-family: ptsansbold,Helvetica,Arial,sans-serif !important;
}
.pollbanner {
    min-height: 100px;
}
.bottomlinks{
    color: white !important;
    font-size: 1.1rem;
    align: right;
    text-decoration: none;
    padding-right:10px;
    cursor: pointer;
    font-family: ptsansbold,Helvetica,Arial,sans-serif !important;
}
.titlelinks {

    color: white !important;
    font-size: 1.6rem;
    align: right;
    text-decoration: none;
    padding-right:10px;
    cursor: pointer;
    font-family: ptsansbold,Helvetica,Arial,sans-serif !important;

}
.mainwrapper {
    max-width: 80%;
    margin: 0 auto;
    padding: 0;
    margin-top: -20px;
    height: 100%;

}
.trans {
    background-color: rgba(0, 0, 0, 0.5);
    color: white !important;
    font-family: ptsansbold,Helvetica,Arial,sans-serif !important;
}
.dhmaincontent {
    margin-top: -20px;
    background: url('https://www.drogenhilfe.eu/cms/images/03_Backgrounds/2017_Back_Street.jpg');
    height: 90%;
}
#responsive-video{
    max-width: 100%; /* Für Desktop-Ansicht */
}
.video-container {
    max-width: 100%; /* Für mobile Ansicht */
    margin: 0 auto; /* Zentriert das Video horizontal */
}
.text-container {
    max-width: 100%; /* Für Desktop-Ansicht */
    margin: 0 auto; /* Zentriert das Video horizontal */
    color: white !important;
    font-family: ptsansbold,Helvetica,Arial,sans-serif !important;
    font-size: 1.2rem;
    padding-top: 6px;
    padding-left: 10px;
    padding-right: 10px;

}
.text1 {
    margin-left: 0px;
    margin-right: 0px;
}
.text2 {
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
}
@media (min-width: 601px) {
    .text-container {
        max-width: 80%;
    }
    #responsive-video{
        max-width: 100%; /* Für Desktop-Ansicht */
    }
    .video-container {
        max-width:calc(100% - 80px);
    }

    .dhcolumn {
        display: flex;
        justify-content: space-between;
        height:100%;
    }

    .text-container {


        width: calc(50% - 10px);
    }

    .text1 {
        margin-left: 40px;
    }
    .text2 {
        margin-top: 0px;
        margin-left: 20px;
        margin-right: 40px;
    }
}
