.Ueberschrift {
    color: blue;
   font-size: 50px;
   padding-left:40px;}

.Emblem {width:60px;height:60px;}

.myButton {
    width:110px;
    height: 22px;
    display:inline-block;
    text-align: center;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    color: rgba(0, 0, 0, 1);
    font: normal 19px/21px "Times New Roman";
    text-shadow: rgba(255, 255, 255, 1) 0px 1px 20px;
    border: 1px solid rgba(91, 97, 171, 1);
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    -moz-border-radius-bottomright: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;

    background-image: -webkit-linear-gradient(
      top,
      #61adeb 0%,
      #65b2f5 44%,
      #8fc4f3 56%,
      #69d7e8 92%
    );
    background-image: -moz-linear-gradient(
      top,
      #61adeb 0%,
      #65b2f5 44%,
      #8fc4f3 56%,
      #69d7e8 92%
    );

    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 0px,
      inset rgba(255, 255, 255, 0.4) 0px 1px 0px -50px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 0px,
      inset rgba(255, 255, 255, 0.4) 0px 1px 0px -50px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 0px,
      inset rgba(255, 255, 255, 0.4) 0px 1px 0px -50px;
    text-decoration: none;
    
  }
  
  .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
  .container1{ position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;}
   