/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/pt-sans-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('PT Sans'), local('PTSans-Regular'),
       url('../fonts/pt-sans-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pt-sans-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pt-sans-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/pt-sans-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pt-sans-v11-latin-regular.svg#PTSans') format('svg'); /* Legacy iOS */
}

/* pt-sans-italic - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/pt-sans-v11-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('PT Sans Italic'), local('PTSans-Italic'),
       url('../fonts/pt-sans-v11-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pt-sans-v11-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pt-sans-v11-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/pt-sans-v11-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pt-sans-v11-latin-italic.svg#PTSans') format('svg'); /* Legacy iOS */
}

/* pt-sans-700 - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/pt-sans-v11-latin-700.eot'); /* IE9 Compat Modes */
  src: local('PT Sans Bold'), local('PTSans-Bold'),
       url('../fonts/pt-sans-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pt-sans-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pt-sans-v11-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/pt-sans-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pt-sans-v11-latin-700.svg#PTSans') format('svg'); /* Legacy iOS */
}

/* pt-sans-700italic - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/pt-sans-v11-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local('PT Sans Bold Italic'), local('PTSans-BoldItalic'),
       url('../fonts/pt-sans-v11-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pt-sans-v11-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pt-sans-v11-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/pt-sans-v11-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pt-sans-v11-latin-700italic.svg#PTSans') format('svg'); /* Legacy iOS */
}



  html {
    height: 100%;
  }

  body {
    height: 100%;
    margin: 0px;
    background-color: #283C56;
    color: #555;
    background-image: url('../bilder/bg.jpg');
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: top left;
    background-attachment: fixed;
  }

  a {
    color: #339966;
  }

  a:hover {
    color: #000;
  }

  div.bgimg {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url('../bilder/bg.jpg');
    background-size: cover;
    background-position: top left;
    z-index: 1;
    display: none;
  }

  body.mobile div.bgimg {
    display: block;
  }

  div.page-cont {
    width: 700px;
    margin: 0px auto;
    font-family: 'PT Sans',sans-serif,'Arial','Verdana';
    font-size: 16px;
    line-height: 150%;
    position: relative;
    z-index: 5;
  }

  div.page {
    width: 700px;
    padding: 0px;
    float: left;
  }

  div.logo {
    float: left;
    width: 100%;
    text-align: center;
  }

  div.logo > img {
    max-width: 75%;
    margin: 50px 0px 0px 0px;
  }

  div.section {
    float: left;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    box-sizing: border-box;
    padding: 40px 50px;
    margin: 50px 0px;
    position: relative;
  }

  h1,
  h2,
  h3,
  h4,
  h5 {
    color: #2EB975;
    font-weight: 700;
    line-height: 120%;
  }

  h1.black,
  h2.black,
  h3.black,
  h4.black,
  h5.black {
    color: #555;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  div.half {
    width: 50%;
    float: left;
  }

  ul {
    list-style-image: url('../bilder/stern.png');
  }

  body.mobile ul {
    list-style-image: url('../bilder/stern2x.png');
  }

  ul li {
    margin-bottom: 15px;
    line-height: 120%;
  }

  img.baby {
    position: absolute;
    right: 0px;
    top: 65px;
    max-width: 45%;
  }

  div.section.border {
    background-image: url('../bilder/rahmen.png');
    background-size: auto 80%;
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 100px;
    padding-top: 50px;
  }

  img.phone {
    position: absolute;
    top: 20px;
    left: 50px;
    width: 30%;
  }

  div.video {
    margin-left: -50px;
    background-image: url('../bilder/rahmen.png');
    background-size: auto 80%;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 70px 50px;
    width: 85%;
  }



  a.logo {
    width: 115px;
    display: block;
    height: 23px;
    margin: 0px 150px 50px 0px;
    float: left;
    background-image: url('../bilder/berlin-chemie-logo.png');
    background-repeat: no-repeat;
    text-decoration: none;
  }

  div.app-data {
    width: 275px;
    height: 160px;
    margin: 25px 0px 0px 0px;
    float: left;
  }

  div.app-data-txt {
    width: 175px;
    float: right;
  }

  div.app-data-txt img.kigi-name {
    margin: 20px 0px 0px 0px;
  }

  div.app-data-txt div.kigi-tagline {
    width: 175px;
    height: 12px;
    margin: 2px 0px 25px 0px;
    background-image: url('../bilder/tagline.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    border-top: 1px #CFCFCF solid;
    padding-top: 12px;
  }

  div.app-data-txt div.kigi-kostenlos {
    width: 97px;
    height: 20px;
    background-image: url('../bilder/bg-btn.png');
    background-repeat: no-repeat;
    text-align: center;
    font-size: 12px;
    line-height: 19px;
    color: #AFAFAF;
  }

  div.iphone {
    width: 159px;
    height: 336px;
    margin: 10px 0px 0px 0px;
    float: right;
    background-image: url('../bilder/kigi-screenshot.png');
    background-repeat: no-repeat;
  }

  div.kigi-beschreibung {
    width: 100%;
    float: left;
    margin: 40px 0px 40px 0px;
    border-bottom: 1px #CFCFCF solid;
    padding-bottom: 40px;
  }

  div.patches {
    float: right;
    width: 100%;
  }

  div.patches a {
    text-decoration: none;
    width: 121px;
    height: 41px;
    background-repeat: no-repeat;
    margin-top: 20px;
    display: block;
    float: left;
    margin-right: 15px;
  }

  div.patches a.app-store {
    background-image: url('../bilder/app-store-patch.png');
  }

  div.patches a.google-play-store {
    background-image: url('../bilder/android-patch.png');
  }

  div.kigi-video {
    width: 100%;
    float: left;
    margin: 0px 0px 30px 0px;
    border-bottom: 1px #CFCFCF solid;
    padding-bottom: 40px;
  }

  div.h1-video {
    width: 243px;
    height: 28px;
    background-image: url('../bilder/h1-video.png');
    background-repeat: no-repeat;
    margin: 0px 0px 30px 0px;
  }

  div.kigi-checker {
    width: 100%;
    float: left;
    margin: 0px 0px 30px 0px;
    border-bottom: 1px #CFCFCF solid;
    padding-bottom: 40px;
  }

  div.h1-kigi-checker {
    width: 387px;
    height: 24px;
    background-image: url('../bilder/h1-kigi-checker.png');
    background-repeat: no-repeat;
    margin: 0px;
  }

  div.kigi-checker div.txt-1,
  div.kigi-checker div.txt-2 {
    width: 350px;
    float: left;
    margin: 20px 20px 25px 0px;
  }

  div.kigi-checker div.txt-2 {
    margin-top: 0px;
  }

  div.kigi-checker img.marke {
    margin: 50px 0px 0px 0px;
    float: right;
  }

  div.kigi-checker a.btn-gruen {
    margin-bottom: 30px;
  }

  a.btn-gruen {
    float: left;
    display: block;
    background-color: #DECCB0;
    padding: 10px 40px;
    color: #000;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 24px;
    text-decoration: none;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }

  a.btn-gruen:hover {
    background-color: #CDB490;
  }

  div.kigi-share {
    width: 100%;
    float: left;
    margin: 0px 0px 30px 0px;
    border-bottom: 1px #CFCFCF solid;
    padding-bottom: 40px;
  }

  div.h1-share {
    width: 210px;
    height: 30px;
    background-image: url('../bilder/h1-share.png');
    background-repeat: no-repeat;
    margin: 0px;
  }

  div.kigi-share div.txt {
    width: 100%;
    float: left;
    margin: 20px 20px 0px 0px;
  }

  div.kigi-share div.share-cont {
    width: 290px;
    float: right;
    margin: 13px 0px 0px 40px;
  }

  div.share-cont a {
    display: block;
    width: 125px;
    height: 47px;
    margin: 0px 20px 10px 0px;
    background-repeat: no-repeat;
    background-position: 5px 5px;
    float: left;
    text-decoration: none;
  }

  div.share-cont a:hover {
    background-color: #EFEFEF;
  }

  div.share-cont a.mail {
    background-image: url('../bilder/btn-mail.png');
  }

  div.share-cont a.facebook {
    background-image: url('../bilder/btn-facebook.png');
  }

  div.share-cont a.twitter {
    background-image: url('../bilder/btn-twitter.png');
  }

  div.share-cont a.sms {
    background-image: url('../bilder/btn-sms.png');
    display: none;
  }

  div.share-cont a.what {
    background-image: url('../bilder/btn-what.png');
    display: none;
  }

  div.kigi-feedback {
    width: 100%;
    float: left;
    margin: 0px 0px 30px 0px;
    border-bottom: 1px #CFCFCF solid;
    padding-bottom: 10px;
  }

  div.h1-feedback {
    width: 196px;
    height: 29px;
    background-image: url('../bilder/h1-feedback.png');
    background-repeat: no-repeat;
    margin: 0px;
  }

  div.h1-layernew {
    width: 440px;
    height: 29px;
    background-repeat: no-repeat;
    margin: 0px;
  }

  div.kigi-feedback div.txt {
    width: 100%;
    float: left;
    margin: 20px 20px 25px 0px;
  }

  div.kigi-service {
    width: 100%;
    float: left;
    margin: 0px 0px 30px 0px;
  }

  div.h1-service {
    width: 334px;
    height: 30px;
    background-image: url('../bilder/h1-service.png');
    background-repeat: no-repeat;
    margin: 0px;
  }

  div.kigi-service div.txt {
    width: 100%;
    float: left;
    margin: 20px 20px 25px 0px;
  }

  div.kigi-feedback div.txt a.btn-gruen {
    margin: 10px 0px 0px 0px;
    float: right;
  }

  div.footer {
    width: 650px;
    float: left;
    background-color: #515151;
    color: #FFF;
    font-size: 12px;
    padding: 30px 25px;
  }

  div.footer a {
    color: #FFF;
    text-decoration: none;
  }

  div.footer a:hover {
    color: #FFE4B8;
  }

  div.footer div {
    float: right;
  }

  div.popupcont {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
  }

  /* Kigi Checker */
  div.kc_bg,
  div.fb_bg,
  div.shareviamail_bg,
  div.ln_bg {
    background-color: #FFF;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
    z-index: 98;
  }

  /*
  div.kc_close,
  div.fb_close,
  div.shareviamail_close,
  div.ln_close {
    width: 25px;
    height: 25px;
    right: 20px;
    top: 20px;
    cursor: pointer;
    position: absolute;
    background-image: url('../bilder/close.png');
    background-repeat: no-repeat;
  }
  */

  div.kc_close,
  div.fb_close,
  div.shareviamail_close,
  div.ln_close {
    width: 97px;
    height: 25px;
    right: 20px;
    top: 20px;
    cursor: pointer;
    position: absolute;
    background-image: url('../bilder/close-txt.png');
    background-repeat: no-repeat;
  }

  div.kc_popup,
  div.fb_popup,
  div.shareviamail_popup,
  div.ln_popup {
    position: relative;
    width: 560px;
    background-color: #FFF;
    padding: 50px;
    z-index: 99;
    margin: 50px auto 0px auto;
    -moz-box-shadow:  0px 5px 30px #AFAFAF;
    -webkit-box-shadow: 0px 5px 30px #AFAFAF;
    box-shadow: 0px 5px 30px #AFAFAF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #666666;
    font-family: 'Lucida Sans Unicode','Lucida Grande','Sans-Serif','Arial','Verdana';
    font-size: 14px;
    line-height: 150%;
  }

  div.ln_popup {
    padding: 25px;
    width: 610px;
    font-size: 13px;
    background-image: url('../bilder/bg-layer.jpg');
    background-repeat: no-repeat;
    background-position: bottom right;
    min-height: 400px;
  }

  div.ln_popup h5 {
    font-size: 15px;
    margin: 20px 0px;
  }

  div.kc_popup div.txt {
    margin: 20px 0px 20px 0px;
  }

  div.kc_ajax h1 {
    font-size: 20px;
    line-height: 140%;
    margin: 20px 0px 10px 0px;;
  }

  div.antworten div.antwort {
    font-size: 17px;
    line-height: 115%;
    margin-bottom: 5px;
    width: 560px;
    cursor: pointer;
    clear: both;
  }

  div.antworten div.antwort:hover {
    background-color: #EFEFEF;
  }

  div.antworten div.antwort div.text {
    width: 460px;
    padding: 8px 50px 8px 0px;
    line-height: 23px;
  }

  div.antworten div.antwort div.icon {
    background-image: url('../bilder/icon.png');
    background-repeat: no-repeat;
    width: 29px;
    height: 29px;
    margin: 5px 17px 5px 4px;
    float: left;
  }


  /* Popups */
  div.popup {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
  }

  div.popup div.bg_popup {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #FFF;
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
    z-index: 198;
  }

  div.popup div.txt_popup {
    position: relative;
    width: 370px;
    background-color: #FFF;
    padding: 30px;
    z-index: 199;
    margin: auto auto;
    text-align: center;
    -moz-box-shadow:  0px 5px 30px #AFAFAF;
    -webkit-box-shadow: 0px 5px 30px #AFAFAF;
    box-shadow: 0px 5px 30px #AFAFAF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 17px;
  }

  div.popup div.txt_popup span {
    color: #339966;
    display: block;
    margin-bottom: 20px;
    font-weight: bold;
  }

  div.popup div.txt_popup div.close {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url('../bilder/close.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
  }

  /* FEEDBACK */
  div.fb_popup label,
  div.shareviamail_popup label {
    font-weight: bold;
    display: block;
    margin: 30px 0px 5px 0px;
  }

  div.fb_popup input,
  div.shareviamail_popup input {
    border: 1px #AFAFAF solid;
    width: 500px;
    line-height: 25px;
    height: 25px;
    padding: 5px;
    font-size: 17px;
    font-family: 'Lucida Sans Unicode','Lucida Grande','Sans-Serif','Arial','Verdana';
  }

  div.fb_popup textarea,
  div.shareviamail_popup textarea {
    border: 1px #AFAFAF solid;
    width: 500px;
    line-height: 25px;
    padding: 5px;
    height: 75px;
    font-size: 17px;
    font-family: 'Lucida Sans Unicode','Lucida Grande','Sans-Serif','Arial','Verdana';
  }

  div.desc-txt {
    float: left;
    width: 350px;
  }

  div.fb_feedback_btn {
    height: 30px;
  }

  table.tipps {
    font-size: 13px;
  }

  div.share-txt {
    width: 210px;
    float: left;
  }

  img.kigi_icon {
    float: right;
    max-width: 140px;
    margin-top: 25px;
    margin-left: 20px;
  }

  /* Mobile Version */
  div.mobile {
    font-family: 'Arial' !important;
    font-size: 26px !important;
    line-height: 150%;
    -webkit-text-size-adjust: 100%;
  }

  div.mobile h1 {
    font-size: 40px !important;
  }

  div.mobile h2 {
    font-size: 35px !important;
  }

  div.mobile img.baby {
    top: 150px;
  }

  div.mobile img.phone {
    top: 100px;
  }

  div.mobile div.desc-txt {
    width: 100%;
    margin-bottom: 30px;
  }

  div.mobile div.patches {
    width: 100%;
    float: left;
    text-align: left;
    margin: 0px;
    font-size: 20px !important;
    line-height: 150%;
  }

  div.mobile div.patches a.app-store {
    background-image: url("../bilder/app-store-patch-mobile.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 60px;
    margin-top: 10px;
    width: 180px;
    float: left;
    margin-bottom: 10px;
    clear: both;
  }

  div.mobile div.patches a.google-play-store {
    background-image: url("../bilder/android-patch-mobile.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 60px;
    margin-top: 10px;
    width: 180px;
    float: left;
    margin-bottom: 20px;
    clear: both;
  }

  div.mobile div.kigi-checker img.marke {
    margin-top: 20px;
  }

  img.kigi_icon {
    max-width: 170px;
  }

  div.mobile div.kigi-checker div.txt-2 {
    width: 100%;
    font-size: 22px !important;
    line-height: 150%;
  }

  div.mobile a.btn-gruen {
    font-size: 24px;
    line-height: 52px;
    padding: 15px 50px;
    font-size-adjust: 0.5;
    -webkit-text-size-adjust: 90%;
  }

  div.mobile a.kigichecker {
    margin: 30px 0px 50px 0px;
  }

  div.mobile a.kigifeedback {
    margin: 30px 0px 0px 0px !important;
  }

  div.mobile div.fb_feedback_btn {
    height: 60px;
  }

  div.mobile table.tipps {
    font-size: 22px !important;
    line-height: 150%;
  }

  div.mobile table.tipps td {
    font-family: 'Arial' !important;
    font-size: 22px !important;
    line-height: 150%;
  }

  div.mobile div.share-txt {
    width: 100%;
    float: left;
  }

  div.mobile div.share-cont {
    width: 100%;
    margin: 30px 0px 0px 0px;
  }

  div.mobile div.share-cont a {
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 58px;
    margin: 0px;
    text-decoration: none;
    width: 180px;
    padding: 0px;
    background-position: 0px 0px;
    margin: 0px 30px 20px 0px;
  }

  div.mobile div.share-cont a.sms {
    display: none;
  }

  div.mobile div.share-cont a.mail {
    background-image: url('../bilder/btn-mail-mobile.png');
  }

  div.mobile div.share-cont a.facebook {
    background-image: url('../bilder/btn-facebook-mobile.png');
  }

  div.mobile div.share-cont a.twitter {
    background-image: url('../bilder/btn-twitter-mobile.png');
  }

  div.mobile div.share-cont a.what {
    background-image: url('../bilder/btn-what-mobile.png');
  }

  div.mobile div.share-cont a:hover {
    background-color: #FFF;
  }

  div.mobile div.txt {
    font-family: 'Arial' !important;
    font-size: 22px !important;
    line-height: 150%;
    -webkit-text-size-adjust: 100%;
  }

  div.mobile div.antworten div.antwort,
  div.mobile div.txt_popup {
    font-family: 'Arial' !important;
    font-size: 22px !important;
    line-height: 150%;
    -webkit-text-size-adjust: 100%;
  }

  div.mobile div.antworten div.antwort:hover {
    background-color: #FFF;
  }

  div.mobile div.ln_popup h5 {
    font-size: 24px !important;
    margin: 40px 0px;
  }

  div.fb_popup input.error,
  div.shareviamail_popup input.error {
    border: 1px #BF0000 solid;
  }

  div.mobile iframe.mp3 {
    min-height: 380px;
  }

  iframe.mp3 {
    border: 0px none;
    frame-border: 0px none;
    min-height: 190px;
    height: 190px;
  }

  div.mobile div.footer {
    font-size: 1px;
    line-height: 1px;
    text-align: center;
  }

  div.mobile div.footer a {
    font-size: 26px;
    line-height: 120%;
    margin-bottom: 20px;
    width: 100%;
    display: block;
  }

  div.mobile div.footer div.copy {
    width: 100%;
    margin-top: 10px;
    font-size: 26px;
    line-height: 120%;
    border-top: 1px rgba(255, 255, 255, 0.3) solid;
    padding-top: 30px;
  }


div.kigi-beschreibung {
  position: relative;
}

img.teaser {
  position: absolute;
  top: -180px;
  left: -70px;
}

.topdiv {
  visibility: hidden;
}

div.kigi {
  position: relative;
  background: linear-gradient(top, #FFF2DA 0%, #FFE9BB 50%, #FFE09D 100%);
  background: -moz-linear-gradient(top, #FFF2DA 0%, #FFE9BB 50%, #FFE09D 100%);
  background: -webkit-linear-gradient(top, #FFF2DA 0%, #FFE9BB 50%, #FFE09D 100%);
  background: -ms-linear-gradient(top, #FFF2DA 0%, #FFE9BB 50%, #FFE09D 100%);
  background: -o-linear-gradient(top, #FFF2DA 0%, #FFE9BB 50%, #FFE09D 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFF2DA, endColorstr=#FFE09D,GradientType=1);
}

div.kigi h3 {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #339966;
  color: #FFF;
  padding: 10px 20px;
  margin: 0px;
}

div.kigi table {
  margin-top: 20px;
}

div.service {
  font-weight: bold;
  color: #2eb975;
  padding-top: 30px;
  float: left;
}





/* Video Wrapper */
div.resp_prev_video {
  position: relative;
  padding-bottom: 51.5%;
  /* padding-bottom: 56.25%; */ /* 16:9 */
  padding-top: 25px;
  margin-bottom: 0px;
  height: 0px;
  width: 100%;
  display: inline-block;
}

div.resp_prev_video:last-child {
  margin-bottom: 0px;
}

div.resp_prev_video iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

div.resp_prev_video div.resp_prev_video_img {
  position: absolute;
  cursor: pointer;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}

div.resp_prev_video div.resp_prev_video_img img {
  width: 100%;
  float: left;
}

div.resp_prev_video div.resp_prev_video_img span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 72px;
  height: 50px;
  background-image: url("../bilder/play.png");
  background-size: contain;
  opacity: 0.65;
  -o-opacity: 0.65;
  -ms-opacity: 0.65;
  -moz-opacity: 0.65;
  -webkit-opacity: 0.65;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}

div.resp_prev_video:hover div.resp_prev_video_img span {
  opacity: 1;
}