@charset "utf-8";
/* CSS Document */
.teaser {
  width: 100%;
  height: auto;
  float: left;
  padding: 16px;
  min-height: 240px;
}
body.section-sparringspartner .teaser {
  min-height: 300px;
}
.teaser header {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  text-align: center;
  padding-bottom: 16px;
  padding-top: 16px;
}
.teaser header h1, .teaser header h2 {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.teaser header h1 {
    padding-bottom: 10px;
}


.teaser header h2 {
  line-height: 1.4;
}
.teaser figure {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  float: left;
  text-align: center;
}
.teaser figure img {
  width: auto;
  height: 50px;
  float: none;
  display: inherit;
  margin: auto;
}
.teaser p {
  display: block;
  float: left;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.row-big-wrap .ce-textpic.ce-intext.ce-nowrap .ce-bodytext {
  width: 75%;
}
.row-big-wrap .ce-textpic.ce-intext.ce-nowrap .ce-gallery {
  width: 25%;
}
@media only screen and (max-width:828px) {
  .row.teaser-row .col.col-33 .teaser p {
    font-size: 0.9em;
  }
}
@media only screen and (max-width:1196px) {
  .content-inner .row.teaser-row {
    padding: 50px 0px;
  }
}
@media only screen and (max-width:960px) {
  .row.teaser-row .col.col-33.small-lead-teaser {
    width: 100%;
    padding-left: 25%;
    padding-right: 25%;
  }
  .row.teaser-row .col.col-33 {
    width: 50%;
  }
}
@media only screen and (max-width:720px) {
  .row.teaser-row .col.col-33, .row.teaser-row .col.col-33.small-lead-teaser {
    width: 100%;
    padding-left: 20%;
    padding-right: 20%;
  }
  .content-inner .row.teaser-row {
    padding: 20px 0;
  }
  .teaser {
    min-height: 50px;
  }
}
@media only screen and (max-width:720px) {
  .row.teaser-row .col.col-33, .row.teaser-row .col.col-33.small-lead-teaser {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media only screen and (max-width:506px) {
  .row.teaser-row .col.col-33, .row.teaser-row .col.col-33.small-lead-teaser {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media only screen and (max-width:740px) {
  .row-big-wrap .ce-textpic.ce-intext.ce-nowrap .ce-gallery {
    width: 100%;
  }
  .ce-textpic.ce-right.ce-nowrap .ce-gallery {
    float: left;
  }
  .row-big-wrap .ce-textpic.ce-intext.ce-nowrap .ce-bodytext {
    width: 100%;
  }
  .row-big-wrap .ce-textpic.ce-intext.ce-nowrap .ce-gallery figure {
    width: 25%;
  }
}
@media only screen and (max-width:578px) {
  .row-big-wrap .ce-textpic.ce-intext.ce-nowrap .ce-gallery figure {
    width: 50%;
  }
}
@media only screen and (max-width:400px) {
  .row-big-wrap .ce-textpic.ce-intext.ce-nowrap .ce-gallery figure {
    width: 70%;
  }
}