/* Füge hier Dein eigenes CSS ein */

.popmake-content:focus-visible {
    outline: none !important;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.pdf{
font-weight: bold;
float: right;
text-decoration: none !important;
background-color: #fff;
color: #C2B505;
padding: 2px 6px 2px 6px;
border-top: 1px solid #eee;
border-right: 2px solid #eee;
border-bottom: 2px solid #eee;
border-left: 1px solid #eee;
}



@media only screen and (max-width: 768px) {
  .pdf{
  	float: left;
  }
  .pdfdownload{
  	padding-bottom: 35px;
  }  
}
