.kontaktdiv {
width:90%;background:rgba(0,0,0,0.5);padding:10px;margin-bottom:10px;
display: inline-block;
font-size:16px;
}
.kontaktdiv img {
height:90px;
margin-right:10px;
float:left;

}



      .tabs input[type=radio] {
          position: absolute;
          top: -9999px;
          left: -9999px;
      }
      .tabs {
        //width: 650px;
        float: none;
        list-style: none;
        position: relative;
        padding: 0;
        
      }
      .tabs li{
        float: left;
      }
      .tabs label {
          display: block;
          padding: 10px 20px;
          border-radius: 2px 2px 0 0;
          //color: #08C;
          //font-size: 24px;
          //font-weight: normal;
          background: rgba(255,255,255,0.2);
          cursor: pointer;
          position: relative;
          top: 0px;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
      }
      .tabs label:hover {
        background: rgba(255,255,255,0.5);
        top: 0;
      }
       
      [id^=tab]:checked + label {
        background: #888888;
        //color: white;
        top: 0;
      }
       
      [id^=tab]:checked ~ [id^=tab-content] {
          display: block;
      }
      .tab-content{
        z-index: 2;
        display: none;
        text-align: left;
        width: 100%;
        //font-size: 20px;
        //line-height: 140%;
        //padding-top: 10px;
        //background: #08C;
        background:rgba(0,0,0,0.5);
        padding: 15px;
        color: white;
        position: absolute;
        //top: 53px;
        left: 0;
        box-sizing: border-box;
        -webkit-animation-duration: 0.5s;
        -o-animation-duration: 0.5s;
        -moz-animation-duration: 0.5s;
        animation-duration: 0.5s;
      }

      #content .content {background: none; padding: 15px;display:block;}
      //#content .content {background: none; padding: 15px;display:block;}
