Kontakt

Christina Riedl

Telefon: 07223 967-326

Telefax: 07223 967-7326

E-Mail: christina.riedl@schoeck.de

Nadine Seifried

Telefon: 07223 967-128

Telefax: 07223 967-7128

E-Mail: nadine.seifried@schoeck.de

Grundlagen Hintergründe

Verwendung

Hintergründe können verwendet um

  • einzelne Bereiche visuell voneinander abzutrennen sowie
  • um einen Kontrast zu darüberliegenden Elementen mit Weißraum zu erzeugen, z.B. Teaserboxen oder Kontaktboxen.

Hinweis

Einigen Elementbausteinen sind bestimmte Hintergründe zugeordnet.

Vorschau

HTML

                
                  <div class="contentelement contentelement_blue_gradient gap_normal">
  <div class="container contentelement_space_bottom">
    <div class="header_wrapper">
      <h2 class="header">Verlauf linear</h2>
    </div>
    <div class="contact_element">
      <div class="item_box contact_box">
        <div class="image">
          <img height="432" width="768" src="/img/dummy/768x432.png">
        </div>
        <div class="content">
          <p>Wolfgang Ackenheil</p>
          <p>Pressesprecher</p>
          <p>Telefon: 07223 967-471</p>
          <p>Telefax: 07223 967-7471</p>
          <p>
            E-Mail:
            <a href="mailto:wolfgang.ackenheil@schoeck.de">
              wolfgang.ackenheil@schoeck.de </a>
          </p>
        </div>
        <div class="vcardlink_wrapper">
          <a class="btn-icon-vcard" href="/upload/5-wolfgang-ackenheil.vcf" title="VCard">VCard</a>
        </div>
      </div>
    </div>
  </div>
</div>
<div class="contentelement contentelement_blue_gradient_threeparts gap_normal">
  <div class="container">
    <div class="header_wrapper">
      <h2 class="header">Verlauf linear mehrteilig</h2>
    </div>
    <div class="contact_element">
      <div class="item_box contact_box">
        <div class="image">
          <img height="432" width="768" src="/img/dummy/768x432.png">
        </div>
        <div class="content">
          <p>Wolfgang Ackenheil</p>
          <p>Pressesprecher</p>
          <p>Telefon: 07223 967-471</p>
          <p>Telefax: 07223 967-7471</p>
          <p>
            E-Mail:
            <a href="mailto:wolfgang.ackenheil@schoeck.de">
              wolfgang.ackenheil@schoeck.de </a>
          </p>
        </div>
        <div class="vcardlink_wrapper">
          <a class="btn-icon-vcard" href="/upload/5-wolfgang-ackenheil.vcf" title="VCard">VCard</a>
        </div>
      </div>
    </div>
  </div>
</div>
<div class="contentelement contentelement_clouds gap_normal">
  <div class="container">
    <div class="header_wrapper">
      <h2 class="header">Wolken</h2>
    </div>
    <div class="contact_element">
      <div class="item_box contact_box">
        <div class="image">
          <img height="432" width="768" src="/img/dummy/768x432.png">
        </div>
        <div class="content">
          <p>Wolfgang Ackenheil</p>
          <p>Pressesprecher</p>
          <p>Telefon: 07223 967-471</p>
          <p>Telefax: 07223 967-7471</p>
          <p>
            E-Mail:
            <a href="mailto:wolfgang.ackenheil@schoeck.de">
              wolfgang.ackenheil@schoeck.de </a>
          </p>
        </div>
        <div class="vcardlink_wrapper">
          <a class="btn-icon-vcard" href="/upload/5-wolfgang-ackenheil.vcf" title="VCard">VCard</a>
        </div>
      </div>
    </div>
  </div>
</div>
<div class="contentelement contentelement_clouds_gradient gap_normal">
  <div class="container">
    <div class="header_wrapper">
      <h2 class="header">Wolken mit Verlauf</h2>
    </div>
    <div class="contact_element">
      <div class="item_box contact_box">
        <div class="image">
          <img height="432" width="768" src="/img/dummy/768x432.png">
        </div>
        <div class="content">
          <p>Wolfgang Ackenheil</p>
          <p>Pressesprecher</p>
          <p>Telefon: 07223 967-471</p>
          <p>Telefax: 07223 967-7471</p>
          <p>
            E-Mail:
            <a href="mailto:wolfgang.ackenheil@schoeck.de">
              wolfgang.ackenheil@schoeck.de </a>
          </p>
        </div>
        <div class="vcardlink_wrapper">
          <a class="btn-icon-vcard" href="/upload/5-wolfgang-ackenheil.vcf" title="VCard">VCard</a>
        </div>
      </div>
    </div>
  </div>
</div>                
              

CSS

              @charset "UTF-8";
/* backgrounds */
.contentelement_blue_gradient {
  -webkit-box-shadow: 0 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px rgba(0, 0, 0, 0.05);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=);
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #f2f7fb), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(bottom, #f2f7fb, rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(bottom, #f2f7fb, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to top, #f2f7fb, rgba(255, 255, 255, 0));
}

.contentelement_blue_gradient_threeparts {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=);
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, #f2f7fb), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f2f7fb 50%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f2f7fb 50%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f2f7fb 50%, rgba(255, 255, 255, 0) 100%);
}

.contentelement_clouds {
  padding-top: 87px;
  background: transparent url(/appresources/styleguide/img/clouds/1440.jpg) no-repeat center bottom;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .contentelement_clouds {
    padding-top: 87px;
  }
}
@media screen and (max-width: 767px) {
  .contentelement_clouds {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .contentelement_clouds {
    background-image: url(/appresources/styleguide/img/clouds/768.jpg);
  }
}
@media screen and (max-width: 480px) {
  .contentelement_clouds {
    background-image: url(/appresources/styleguide/img/clouds/480.jpg);
  }
}
@media screen and (max-width: 320px) {
  .contentelement_clouds {
    background-image: url(/appresources/styleguide/img/clouds/320.jpg);
  }
}

.contentelement_clouds_gradient {
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 150px), url(/appresources/styleguide/img/clouds/1440.jpg), transparent;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .contentelement_clouds_gradient {
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 150px), url(/appresources/styleguide/img/clouds/768.jpg), transparent;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 480px) {
  .contentelement_clouds_gradient {
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 150px), url(/appresources/styleguide/img/clouds/480.jpg), transparent;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 320px) {
  .contentelement_clouds_gradient {
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 150px), url(/appresources/styleguide/img/clouds/320.jpg), transparent;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
}

/* header */
.header_wrapper {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .header_wrapper {
    margin-bottom: 22px;
  }
}

/* headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0069b4;
  font-family: 'CorpidCd_TT8', Arial;
  font-weight: normal;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 0;
}
h1.subheader,
h1 .subheader,
h2.subheader,
h2 .subheader,
h3.subheader,
h3 .subheader,
h4.subheader,
h4 .subheader,
h5.subheader,
h5 .subheader,
h6.subheader,
h6 .subheader {
  display: block;
  color: #f9b200;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  font-family: inherit;
}

h1,
.h1 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 33px;
  line-height: 2.0625rem;
}
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
}
@media screen and (max-width: 400px) {
  h1,
  .h1 {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
@media screen and (max-width: 350px) {
  h1,
  .h1 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 27px;
    line-height: 1.6875rem;
  }
}
.ci_refresh h1.subheader,
.ci_refresh h1 .subheader, .ci_refresh
.h1.subheader,
.ci_refresh
.h1 .subheader {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 24.75px;
  line-height: 1.54688rem;
}
@media screen and (max-width: 767px) {
  .ci_refresh h1.subheader,
  .ci_refresh h1 .subheader, .ci_refresh
  .h1.subheader,
  .ci_refresh
  .h1 .subheader {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 21.75px;
    line-height: 1.35938rem;
  }
}
@media screen and (max-width: 400px) {
  .ci_refresh h1.subheader,
  .ci_refresh h1 .subheader, .ci_refresh
  .h1.subheader,
  .ci_refresh
  .h1 .subheader {
    font-size: 17.25px;
    font-size: 1.07813rem;
    line-height: 21px;
    line-height: 1.3125rem;
  }
}
@media screen and (max-width: 350px) {
  .ci_refresh h1.subheader,
  .ci_refresh h1 .subheader, .ci_refresh
  .h1.subheader,
  .ci_refresh
  .h1 .subheader {
    font-size: 16.5px;
    font-size: 1.03125rem;
    line-height: 20.25px;
    line-height: 1.26563rem;
  }
}

h2,
.h2 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 29px;
  line-height: 1.8125rem;
}
@media screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
@media screen and (max-width: 400px) {
  h2,
  .h2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 27px;
    line-height: 1.6875rem;
  }
}
@media screen and (max-width: 350px) {
  h2,
  .h2 {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
}
h2.enlarged,
.h2.enlarged {
  font-size: 31px;
  font-size: 1.9375rem;
  line-height: 36px;
  line-height: 2.25rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  h2.enlarged,
  .h2.enlarged {
    margin-bottom: 25px;
  }
}
@media print {
  h2.enlarged,
  .h2.enlarged {
    margin-bottom: 20px;
  }
}
.ci_refresh h2.subheader,
.ci_refresh h2 .subheader, .ci_refresh
.h2.subheader,
.ci_refresh
.h2 .subheader {
  font-size: 18.75px;
  font-size: 1.17188rem;
  line-height: 21.75px;
  line-height: 1.35938rem;
}
@media screen and (max-width: 767px) {
  .ci_refresh h2.subheader,
  .ci_refresh h2 .subheader, .ci_refresh
  .h2.subheader,
  .ci_refresh
  .h2 .subheader {
    font-size: 17.25px;
    font-size: 1.07813rem;
    line-height: 21px;
    line-height: 1.3125rem;
  }
}
@media screen and (max-width: 400px) {
  .ci_refresh h2.subheader,
  .ci_refresh h2 .subheader, .ci_refresh
  .h2.subheader,
  .ci_refresh
  .h2 .subheader {
    font-size: 16.5px;
    font-size: 1.03125rem;
    line-height: 20.25px;
    line-height: 1.26563rem;
  }
}
@media screen and (max-width: 350px) {
  .ci_refresh h2.subheader,
  .ci_refresh h2 .subheader, .ci_refresh
  .h2.subheader,
  .ci_refresh
  .h2 .subheader {
    font-size: 15.75px;
    font-size: 0.98438rem;
    line-height: 19.5px;
    line-height: 1.21875rem;
  }
}

h3,
.h3 {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 28px;
  line-height: 1.75rem;
}
@media screen and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 25px;
    line-height: 1.5625rem;
  }
}
@media screen and (max-width: 400px) {
  h3,
  .h3 {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}
@media screen and (max-width: 350px) {
  h3,
  .h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 21px;
    line-height: 1.3125rem;
  }
}
.ci_refresh h3.subheader,
.ci_refresh h3 .subheader, .ci_refresh
.h3.subheader,
.ci_refresh
.h3 .subheader {
  /* base fontsite from h2! */
  font-size: 18.75px;
  font-size: 1.17188rem;
  line-height: 21.75px;
  line-height: 1.35938rem;
}
@media screen and (max-width: 767px) {
  .ci_refresh h3.subheader,
  .ci_refresh h3 .subheader, .ci_refresh
  .h3.subheader,
  .ci_refresh
  .h3 .subheader {
    font-size: 17.25px;
    font-size: 1.07813rem;
    line-height: 21px;
    line-height: 1.3125rem;
  }
}
@media screen and (max-width: 400px) {
  .ci_refresh h3.subheader,
  .ci_refresh h3 .subheader, .ci_refresh
  .h3.subheader,
  .ci_refresh
  .h3 .subheader {
    font-size: 16.5px;
    font-size: 1.03125rem;
    line-height: 20.25px;
    line-height: 1.26563rem;
  }
}
@media screen and (max-width: 350px) {
  .ci_refresh h3.subheader,
  .ci_refresh h3 .subheader, .ci_refresh
  .h3.subheader,
  .ci_refresh
  .h3 .subheader {
    font-size: 15.75px;
    font-size: 0.98438rem;
    line-height: 19.5px;
    line-height: 1.21875rem;
  }
}

h4,
.h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 25px;
  line-height: 1.5625rem;
}
@media screen and (max-width: 767px) {
  h4,
  .h4 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}
@media screen and (max-width: 400px) {
  h4,
  .h4 {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 21px;
    line-height: 1.3125rem;
  }
}
@media screen and (max-width: 350px) {
  h4,
  .h4 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}
.ci_refresh h4.subheader,
.ci_refresh h4 .subheader, .ci_refresh
.h4.subheader,
.ci_refresh
.h4 .subheader {
  /* base fontsize from h3 */
  font-size: 17.25px;
  font-size: 1.07813rem;
  line-height: 21px;
  line-height: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .ci_refresh h4.subheader,
  .ci_refresh h4 .subheader, .ci_refresh
  .h4.subheader,
  .ci_refresh
  .h4 .subheader {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 18.75px;
    line-height: 1.17188rem;
  }
}
@media screen and (max-width: 400px) {
  .ci_refresh h4.subheader,
  .ci_refresh h4 .subheader, .ci_refresh
  .h4.subheader,
  .ci_refresh
  .h4 .subheader {
    font-size: 14.25px;
    font-size: 0.89063rem;
    line-height: 16.5px;
    line-height: 1.03125rem;
  }
}
@media screen and (max-width: 350px) {
  .ci_refresh h4.subheader,
  .ci_refresh h4 .subheader, .ci_refresh
  .h4.subheader,
  .ci_refresh
  .h4 .subheader {
    font-size: 13.5px;
    font-size: 0.84375rem;
    line-height: 15.75px;
    line-height: 0.98438rem;
  }
}

h5,
.h5 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
}
@media screen and (max-width: 767px) {
  h5,
  .h5 {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 21px;
    line-height: 1.3125rem;
  }
}
@media screen and (max-width: 400px) {
  h5,
  .h5 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}
.ci_refresh h5.subheader,
.ci_refresh h5 .subheader, .ci_refresh
.h5.subheader,
.ci_refresh
.h5 .subheader {
  /* base fontsize from h4 */
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18.75px;
  line-height: 1.17188rem;
}
@media screen and (max-width: 767px) {
  .ci_refresh h5.subheader,
  .ci_refresh h5 .subheader, .ci_refresh
  .h5.subheader,
  .ci_refresh
  .h5 .subheader {
    font-size: 13.5px;
    font-size: 0.84375rem;
    line-height: 16.5px;
    line-height: 1.03125rem;
  }
}
@media screen and (max-width: 400px) {
  .ci_refresh h5.subheader,
  .ci_refresh h5 .subheader, .ci_refresh
  .h5.subheader,
  .ci_refresh
  .h5 .subheader {
    font-size: 12.75px;
    font-size: 0.79688rem;
    line-height: 15.75px;
    line-height: 0.98438rem;
  }
}
@media screen and (max-width: 350px) {
  .ci_refresh h5.subheader,
  .ci_refresh h5 .subheader, .ci_refresh
  .h5.subheader,
  .ci_refresh
  .h5 .subheader {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 15px;
    line-height: 0.9375rem;
  }
}

h6,
.h6 {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 21px;
  line-height: 1.3125rem;
}
@media screen and (max-width: 991px) {
  h6,
  .h6 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}
.ci_refresh h6.subheader,
.ci_refresh h6 .subheader, .ci_refresh
.h6.subheader,
.ci_refresh
.h6 .subheader {
  /* base fontsize from h5 */
  font-size: 13.5px;
  font-size: 0.84375rem;
  line-height: 16.5px;
  line-height: 1.03125rem;
}
@media screen and (max-width: 767px) {
  .ci_refresh h6.subheader,
  .ci_refresh h6 .subheader, .ci_refresh
  .h6.subheader,
  .ci_refresh
  .h6 .subheader {
    font-size: 12.75px;
    font-size: 0.79688rem;
    line-height: 15.75px;
    line-height: 0.98438rem;
  }
}
@media screen and (max-width: 400px) {
  .ci_refresh h6.subheader,
  .ci_refresh h6 .subheader, .ci_refresh
  .h6.subheader,
  .ci_refresh
  .h6 .subheader {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 15px;
    line-height: 0.9375rem;
  }
}

.chapter-headline {
  text-align: center;
  font-size: 31px;
  font-size: 1.9375rem;
  line-height: 36px;
  line-height: 2.25rem;
}
.ci_refresh .chapter-headline.subheader,
.ci_refresh .chapter-headline .subheader {
  font-size: 23.25px;
  font-size: 1.45313rem;
  line-height: 27px;
  line-height: 1.6875rem;
}

/* contactbox */
.gap_normal {
  margin-bottom: 87px;
}
@media screen and (max-width: 991px) {
  .gap_normal {
    margin-bottom: 87px;
  }
}
@media screen and (max-width: 767px) {
  .gap_normal {
    margin-bottom: 60px;
  }
}

.contentelement_space_bottom {
  padding-bottom: 87px;
}
@media screen and (max-width: 991px) {
  .contentelement_space_bottom {
    padding-bottom: 87px;
  }
}
@media screen and (max-width: 767px) {
  .contentelement_space_bottom {
    padding-bottom: 60px;
  }
}

.contact_element {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact_element {
    margin-bottom: 25px;
  }
}
.contact_element .contact_box {
  max-width: 300px;
  min-width: 250px;
  display: inline-block;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .contact_element .contact_box {
    padding-bottom: 20px;
  }
}
.contact_element .contact_box .image {
  margin-bottom: 20px;
}
.contact_element .contact_box .image img {
  width: 100%;
  height: auto;
}
.contact_element .contact_box .image svg {
  width: 100%;
  height: auto;
}
.contact_element .contact_box .image svg.av_svg_icon {
  width: 50%;
  height: auto;
}
.contact_element .contact_box .image svg.av_svg_icon * {
  fill: #0069b4;
}
.contact_element .contact_box .image svg.av_svg_icon *[stroke] {
  stroke: #0069b4;
}
.contact_element .contact_box .header {
  text-align: center;
  margin-bottom: 18px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 25px;
  line-height: 1.5625rem;
}
.contact_element .contact_box .content {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
}
.contact_element .contact_box .content p {
  margin-bottom: 5px;
}
.contact_element .contact_box .phonelink_wrapper {
  margin-bottom: 15px;
  text-align: center;
}
.contact_element .contact_box .vcardlink_wrapper {
  text-align: center;
}
.contact_element .contact_box .vcardlink_wrapper .btn-icon-vcard {
  margin-top: 30px;
  display: inline-block;
}
.contact_element .contact_box .link_wrapper {
  text-align: center;
}
.contact_element .contact_box .description_wrapper {
  margin-top: 30px;
}
.contact_element .contact_box .ce_content_wrapper {
  margin-top: 30px;
}

.item_box {
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 2px rgba(0, 0, 0, 0.05);
  border: solid 1px #e6e6e6;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .item_box {
    padding: 15px;
  }
}

/* buttons */
.btn {
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: normal;
  line-height: 17px;
  line-height: 1.0625rem;
  margin-bottom: 0;
  padding: 12px 20px;
  position: relative;
  text-align: center;
  top: 0;
  transition: .2s top ease;
  vertical-align: middle;
  white-space: nowrap;
  touch-action: manipulation;
  user-select: none;
}
.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active {
  background-image: none;
  box-shadow: none;
  top: 1px;
}

.btn-primary {
  background-color: #0069b4;
  border-color: #005a9b;
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #004b81;
  border-color: #00365d;
  color: #fff;
}
.btn-primary:active {
  background-image: none;
}

.btn-primary {
  background-color: #0069b4;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNjliNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMzODdjMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #0069b4), color-stop(100%, #3387c3));
  background-image: -moz-linear-gradient(bottom, #0069b4, #3387c3);
  background-image: -webkit-linear-gradient(bottom, #0069b4, #3387c3);
  background-image: linear-gradient(to top, #0069b4, #3387c3);
  background-size: 100%;
  border: none;
  box-shadow: inset 0 -3px rgba(0, 0, 0, 0.3);
  transition: .2s top ease, .2s box-shadow ease;
}
.btn-primary:active {
  background-color: #0069b4;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNjliNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMzODdjMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #0069b4), color-stop(100%, #3387c3));
  background-image: -moz-linear-gradient(bottom, #0069b4, #3387c3);
  background-image: -webkit-linear-gradient(bottom, #0069b4, #3387c3);
  background-image: linear-gradient(to top, #0069b4, #3387c3);
  background-size: 100%;
}

.btn-light {
  background-color: #fff;
  border: solid 1px #e6e6e6;
  box-shadow: 0 2px rgba(0, 0, 0, 0.05);
  color: #0069b4;
  padding: 11px 20px;
  transition: .2s color ease, .2s top ease, .2s box-shadow ease;
}
.btn-light:hover {
  color: #f9b200;
}
.btn-light:focus {
  color: #0069b4;
}
.btn-light:focus:hover {
  color: #f9b200;
}

@media screen and (max-width: 767px) {
  .btn-light {
    transition: .2s top ease, .2s box-shadow ease;
  }
}
[class^="btn-icon-"], [class*=" btn-icon-"] {
  padding-left: 50px;
  position: relative;
  /* styling for light button */
}
[class^="btn-icon-"]:before, [class*=" btn-icon-"]:before {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 17px;
  line-height: 1.0625rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
[class^="btn-icon-"].btn-light:before, [class*=" btn-icon-"].btn-light:before {
  color: #0069b4;
  transition: 0.2s color ease;
}
@media screen and (max-width: 767) {
  [class^="btn-icon-"].btn-light:before, [class*=" btn-icon-"].btn-light:before {
    transition: none;
  }
}
[class^="btn-icon-"].btn-light:hover:before, [class^="btn-icon-"].btn-light:focus:before, [class^="btn-icon-"].btn-light.focus:before, [class*=" btn-icon-"].btn-light:hover:before, [class*=" btn-icon-"].btn-light:focus:before, [class*=" btn-icon-"].btn-light.focus:before {
  color: #f9b200;
}

.btn-icon-vcard {
  padding-left: 30px;
}
.btn-icon-vcard:before {
  font-family: 'schoeck';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.btn-icon-vcard:before {
  left: 0;
}
@media screen and (max-width: 767px) {
  .btn-icon-vcard {
    display: none;
  }
}

            

SCSS

              @import "../general/_general";

/* backgrounds */

.contentelement_blue_gradient {
  @include ce-blue-gradient;
}

.contentelement_blue_gradient_threeparts {
  @include ce-blue-gradient-threeparts;
}

.contentelement_clouds {
  @include ce-space-top;
  @include clouds;
}

.contentelement_clouds_gradient {
  @include clouds-gradient;
}

/* header */

@import "../headlines/code";

/* contactbox */

.gap_normal {
  @include ce-gap-bottom;
}

.contentelement_space_bottom {
  @include ce-space-bottom;
}

@import "../contactbox/code";
            

Downloads

Download Wolkenbild

jpg, 18,2 KB