#nav {
  padding-top: 110px;
}

#toggle li {
  border-top: 1px solid #949494;
  position: relative;
}
#toggle li a {
  color: #87888a;
  display: block;
  margin: 0 !important;
}
#toggle li.last {
  border-bottom: 1px solid #949494;
}
#toggle li.pink a:hover {
  background: #e4428e;
}
#toggle li.green a:hover {
  background: #008e80;
}
#toggle li.orange a:hover {
  background: #ff8700;
}
#toggle li.yellow a:hover {
  background: #d2d948;
}
#toggle li.blue a:hover {
  background: #0059a3;
}
#toggle li.pink a:hover, #toggle li.green a:hover, #toggle li.orange a:hover, #toggle li.yellow a:hover, #toggle li.blue a:hover {
  color: #ffffff !important;
}
#toggle li a:hover span.color {
  background: #f6f6f6;
}
#toggle span.color {
  display: inline-block;
  width: 14px;
  float: left;
  position: relative;
  z-index: 99;
  margin-right: 20px;
}
#toggle span.pink {
  background: #e4428e;
}
#toggle span.green {
  background: #008e80;
}
#toggle span.orange {
  background: #ff8700;
}
#toggle span.yellow {
  background: #d2d948;
}
#toggle span.blue {
  background: #0059a3;
}
#toggle li.active a,
#toggle li.trail a{
  color: #ffffff;
}
#toggle li.active span.color {
  background: #f6f6f6;
}
#toggle li.active.pink,
#toggle li.trail.pink {
  background: #e4428e;
}
#toggle li.active.green,
#toggle li.trail.green {
  background: #008e80;
}
#toggle li.active.orange,
#toggle li.trail.orange {
  background: #ff8700;
}
#toggle li.active.yellow,
#toggle li.trail.yellow {
  background: #d2d948;
}
#toggle li.active.blue,
#toggle li.trail.blue {
  background: #0059a3;
}
#toggle #toggle li {
  margin-left: 0px !important;
  border-top: none;
  border-bottom: none;
}
#toggle #toggle li a.last {
  border-bottom: none;
}
#toggle #toggle li a:hover {
  background: none;
}
#toggle #toggle .last {
  border-bottom: none;
}
#toggle .pink #toggle li a, #toggle .green #toggle li a, #toggle .orange #toggle li a, #toggle .yellow #toggle li a, #toggle .blue #toggle li a {
  background: #f6f6f6;
  color: #87888a;
}
#toggle .pink #toggle li a:hover, #toggle .pink #toggle li.active a {
  background: #e4428e;
  color: #ffffff;
}
#toggle .green #toggle li a:hover, #toggle .green #toggle li.active a {
  background: #008e80;
  color: #ffffff;
}
#toggle .orange #toggle li a:hover, #toggle .orange #toggle li.active a {
  background: #ff8700;
  color: #ffffff;
}
#toggle .yellow #toggle li a:hover, #toggle .yellow #toggle li.active a {
  background: #d2d948;
  color: #ffffff;
}
#toggle .blue #toggle li a:hover, #toggle .blue #toggle li.active a {
  background: #0059a3;
  color: #ffffff;
}
#toggle .pink #toggle li a span.color {
  background: #e4428e;
}
#toggle .green #toggle li a span.color {
  background: #008e80;
}
#toggle .orange #toggle li a span.color {
  background: #ff8700;
}
#toggle .yellow #toggle li a span.color {
  background: #d2d948;
}
#toggle .blue #toggle li a span.color {
  background: #0059a3;
}
#toggle .pink #toggle li a:hover span.color, #toggle .pink #toggle li.active a span.color {
  background: #f6f6f6;
}
#toggle .green #toggle li a:hover span.color, #toggle .green #toggle li.active a span.color {
  background: #f6f6f6;
}
#toggle .orange #toggle li a:hover span.color, #toggle .orange #toggle li.active a span.color {
  background: #f6f6f6;
}
#toggle .yellow #toggle li a:hover span.color, #toggle .yellow #toggle li.active a span.color {
  background: #f6f6f6;
}
#toggle .blue #toggle li a:hover span.color, #toggle .blue #toggle li.active a span.color {
  background: #f6f6f6;
}

#NavLogin {
  border-top: 1px solid #949494;
  padding-left: 19px;
  color: #87888a;
  border-left: 14px solid #87888a;
}
#NavLogin p {
  color: #87888a;
  font-size: 20px;
  line-height: 41px;
  cursor: pointer;
}
#NavLogin p span {
  float: right;
  top: 11px;
  position: relative;
  right: 7px;
}
#NavLogin label {
  margin-bottom: 3px;
  font-size: 16px;
}
#NavLogin input {
  border: 1px solid #b1b3b4;
  border-radius: 3px;
  height: 33px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #87888a !important;
  font-size: 14px;
  padding-left: 10px;
  width: 80%;
}
#NavLogin .submit_container {
  margin-top: 15px;
  margin-bottom: 15px;
}
#NavLogin .submit_container input {
  border: none;
  color: #ffffff !important;
  font-weight: bold;
  border-radius: 0px;
  height: 42px;
  text-transform: uppercase;
  background: #87888a;
  padding-left: 30px;
  padding-right: 30px;
}
#NavLogin a {
  color: #87888a;
  text-decoration: none;
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}
#NavLogin .login_info {
  font-size: 16px;
}

a:focus {
  outline: none;
  border: 0;
}

em {
  font-style: italic;
}

body {
  background-color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

header, footer {
  background-color: #f6f6f6;
}

header {
  position: fixed !important;
  width: 100%;
  height: 88px;
  z-index: 999;
}
header .logo {
  height: 75px;
  padding: 14px 0 0 0;
}
header #bars {
  position: absolute;
  cursor: pointer;
  z-index: 1000;
}

footer {
  min-height: 250px;
}

section#first {
  padding: 88px 0 160px 0;
}

section .content {
  padding: 88px 0 88px 30px;
  /*max-width: 1420px;*/
  max-width: 1265px;
  margin: 0;
}

#home-items, #right, #aehnlicheArtikel {
  padding-left: 0;
  padding-right: 0;
}

#home-items .item, #right .item, #aehnlicheArtikel .item {
  /*width: 310px;*/
  color: #ffffff;
}

#home-items .item .outerBox, #right .item .outerBox, #aehnlicheArtikel .item .outerBox {
  margin: 5px;
  padding: 20px;
  min-height: 300px;
  border-radius: 5px;
  background-position: center !important;
}

#home-items .item .bgImage, #right .item .bgImage, #aehnlicheArtikel .item .bgImage {
  box-shadow: inset 0 -140px 200px -130px #000000;
  -moz-box-shadow: inset 0 -140px 200px -130px #000000;
  -webkit-box-shadow: inset 0 -140px 200px -130px #000000;
}

#home-items .green, #right .green, #aehnlicheArtikel .green {
  background: #008376;
  background: url(data:image/svg+xmlbase64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwODM3NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDc5NmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #008376 0%, #00796d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #008376), color-stop(100%, #00796d));
  background: -webkit-linear-gradient(top, #008376 0%, #00796d 100%);
  background: -o-linear-gradient(top, #008376 0%, #00796d 100%);
  background: -ms-linear-gradient(top, #008376 0%, #00796d 100%);
  background: linear-gradient(to bottom, #008376 0%, #00796d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008376', endColorstr='#00796d',GradientType=0 );
}

#home-items .pink, #right .pink, #aehnlicheArtikel .pink {
  background: #e3428d;
  background: url(data:image/svg+xmlbase64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzNDI4ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMjNkODMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #e3428d 0%, #d23d83 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e3428d), color-stop(100%, #d23d83));
  background: -webkit-linear-gradient(top, #e3428d 0%, #d23d83 100%);
  background: -o-linear-gradient(top, #e3428d 0%, #d23d83 100%);
  background: -ms-linear-gradient(top, #e3428d 0%, #d23d83 100%);
  background: linear-gradient(to bottom, #e3428d 0%, #d23d83 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3428d', endColorstr='#d23d83',GradientType=0 );
}

#home-items .orange, #right .orange, #aehnlicheArtikel .orange {
  background: #ff8700;
  background: url(data:image/svg+xmlbase64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzNDI4ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMjNkODMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ff8700 0%, #d97300 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8700), color-stop(100%, #d97300));
  background: -webkit-linear-gradient(top, #ff8700 0%, #d97300 100%);
  background: -o-linear-gradient(top, #ff8700 0%, #d97300 100%);
  background: -ms-linear-gradient(top, #ff8700 0%, #d97300 100%);
  background: linear-gradient(to bottom, #ff8700 0%, #d97300 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8700', endColorstr='#d97300',GradientType=0 );
}

#home-items .yellow, #right .yellow, #aehnlicheArtikel .yellow {
  background: #d2d948;
  background: url(data:image/svg+xmlbase64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzNDI4ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMjNkODMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #d2d948 0%, #b3b93d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d2d948), color-stop(100%, #b3b93d));
  background: -webkit-linear-gradient(top, #d2d948 0%, #b3b93d 100%);
  background: -o-linear-gradient(top, #d2d948 0%, #b3b93d 100%);
  background: -ms-linear-gradient(top, #d2d948 0%, #b3b93d 100%);
  background: linear-gradient(to bottom, #d2d948 0%, #b3b93d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d948', endColorstr='#b3b93d',GradientType=0 );
}

#home-items .blue, #right .blue, #aehnlicheArtikel .blue {
  background: #0059a3;
  background: url(data:image/svg+xmlbase64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzNDI4ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMjNkODMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #0059a3 0%, #004c8b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0059a3), color-stop(100%, #004c8b));
  background: -webkit-linear-gradient(top, #0059a3 0%, #004c8b 100%);
  background: -o-linear-gradient(top, #0059a3 0%, #004c8b 100%);
  background: -ms-linear-gradient(top, #0059a3 0%, #004c8b 100%);
  background: linear-gradient(to bottom, #0059a3 0%, #004c8b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0059a3', endColorstr='#004c8b',GradientType=0 );
}

#home-items .grauVerlauf, #right .grauVerlauf, #aehnlicheArtikel .grauVerlauf {
  background: #f1f1f1;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNWQ1ZDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #f1f1f1 0%, #d5d5d5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f1f1f1), color-stop(100%, #d5d5d5));
  background: -webkit-linear-gradient(left, #f1f1f1 0%, #d5d5d5 100%);
  background: -o-linear-gradient(left, #f1f1f1 0%, #d5d5d5 100%);
  background: -ms-linear-gradient(left, #f1f1f1 0%, #d5d5d5 100%);
  background: linear-gradient(to right, #f1f1f1 0%, #d5d5d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#d5d5d5',GradientType=1 );
}

#home-items .innerBox, #right .innerBox, #aehnlicheArtikel .innerBox {
  height: 260px;
  position: relative;
}

#home-items .innerBox h2, #right .innerBox h2, #aehnlicheArtikel .innerBox h2 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 25px;
  margin: 0 !important;
  color: #ffffff;
}

#home-items .innerBox h3, #right .innerBox h3, #aehnlicheArtikel .innerBox h3 {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: lighter;
  margin: 0 !important;
  color: #ffffff;
}

#home-items .innerBox .boxAuszeichnung, #right .innerBox .boxAuszeichnung, #aehnlicheArtikel .innerBox .boxAuszeichnung {
  position: absolute;
  top: -10px;
  left: -10px;
  max-height: 40px;
  max-width: 40px;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#home-items .innerBox .auszeichnungActiv, #right .innerBox .auszeichnungActiv, #aehnlicheArtikel .innerBox .auszeichnungActiv {
  padding-left: 42px;
}

#home-items .innerBox .boxButton, #right .innerBox .boxButton, #aehnlicheArtikel .innerBox .boxButton {
  text-align: center;
}

#home-items .innerBox .boxButton a, #right .innerBox .boxButton a, #aehnlicheArtikel .innerBox .boxButton a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 35px;
  margin-top: 50px;
}

#home-items .subline, #right .subline, #aehnlicheArtikel .subline {
  position: absolute;
  bottom: 0;
  max-height: 185px;
  padding-top: 10px;
}

#right {
  padding-left: 15px;
  padding-right: 15px;
}
#right .mod_metamodel_list {
  text-decoration: none;
}
#right .mod_metamodel_list .item {
  width: 100%;
}
#right .mod_metamodel_list h3 {
  font-size: 30px;
}

#aehnlicheArtikel .item {
  float: left;
  width: 296px;
}

.button_mehranzeigen_pagination {
  color: #ffffff;
  height: 34px;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  cursor: pointer;
  background: #00cef1;
  padding-top: 9px;
  text-align: center;
  display: block;
  /*margin-top: 360px */
  /*position: absolute;*/
  /*bottom: 28px;*/
}

.button_mehranzeigen {
  color: #ffffff;
  height: 34px;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  cursor: pointer;
  background: #00cef1;
  padding-top: 9px;
  text-align: center;
  display: block;
  margin-top: 150px;
}

.button_mehranzeigen_pagination:hover {
  color: #ffffff;
  text-decoration: none;
}

.contentContainer {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.contentContainer .ce_text, .contentContainer .ce_list, .contentContainer .ce_image, .contentContainer .ce_downloads, .contentContainer .ce_download, .contentContainer .ce_gallery, .contentContainer .ce_youtube, .contentContainer .ce_player, .contentContainer .ce_table {
  margin-bottom: 35px;
}
.contentContainer strong {
  font-weight: bold;
}
.contentContainer h1 {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin-bottom: 35px;
}
.contentContainer .headline {
  font-size: 65px;
  font-family: "Roboto", sans-serif;
  font-weight: lighter;
  color: #87888a;
  line-height: 75px;
}
.contentContainer h3, .contentContainer h2 {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: normal;
}
.contentContainer ul, .contentContainer ol {
  padding-left: 30px;
}
.contentContainer ul {
  list-style-type: disc;
}
.contentContainer ol {
  list-style-type: decimal;
}
.contentContainer .ce_gallery ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.contentContainer .ce_gallery ul li {
  padding-left: 0;
  padding-right: 10px;
  margin-bottom: 10px;
}
.contentContainer .ce_downloads ul {
  padding: 0;
}
.contentContainer .mejs-audio {
  margin-top: 30px;
}
.contentContainer .ce_table table {
  width: 100%;
}
.contentContainer .ce_table table th {
  font-weight: bold;
}
.contentContainer .ce_table table thead th {
  background: #cccccc;
}
.contentContainer .ce_table table th, .contentContainer .ce_table table td {
  padding: 10px;
}
.contentContainer .ce_table table .odd {
  background: #f3f3f3;
}
.contentContainer table {
  table-layout: fixed;
}
.contentContainer .boxTags {
  border-bottom: 1px solid #b3b2b1;
  border-top: 1px solid #b3b2b1;
  padding: 17px 0;
}
.contentContainer .boxTags ul {
  display: inline;
}
.contentContainer .boxTags ul li {
  display: inline;
}
.contentContainer .boxTags ul .last span {
  display: none;
}
.contentContainer .ratingSocial {
  border-bottom: 1px solid #b3b2b1;
  padding-top: 25px;
  padding-bottom: 60px;
  margin-bottom: 20px;
}
.contentContainer .ratingSocial .ratingText {
  display: none;
}

.contentContainer .ratingSocial .rateItRating .wrapper, .contentContainer .ratingSocial .mbrateItRating .wrapper {
  background: url("../../../files/letsfamily/img/star.png");
}
.contentContainer .ratingSocial .rateItRating-hover, .contentContainer .ratingSocial .rateItRating-selected {
  background: url("../../../files/letsfamily/img/star.png") left;
}
.contentContainer .ratingSocial .social {
  float: right;
  margin-top: 5px;
}
.contentContainer p, .contentContainer ul {
  padding-bottom: 15px;
}

.mod_breadcrumb {
  position: relative;
  padding-top: 70px;
  padding-bottom: 25px;
  text-transform: uppercase;
}
.mod_breadcrumb li {
  float: left;
  color: #87888a;
  font-size: 14px;
}
.mod_breadcrumb li a {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #87888a;
}
.mod_breadcrumb .first {
  display: none !important;
}
.mod_breadcrumb .active {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #1a171b;
}

#home-items .mod_breadcrumb {
  padding-top: 25px;
  padding-bottom: 5px;
  padding-left: 20px;
}

.mod_comments {
  border-bottom: 1px solid #b3b2b1;
}
.mod_comments .form {
  margin-bottom: 30px;
}
.mod_comments .form textarea {
  width: 100%;
  margin-bottom: 8px;
  border: 1px solid #b1b3b4;
  color: #b1b3b4;
  border-radius: 5px;
}
.mod_comments .form input {
  border: 1px solid #b1b3b4;
  color: #b1b3b4;
  border-radius: 5px;
}
.mod_comments .form #ctrl_name {
  float: left;
  margin-right: 8px;
  padding-left: 9px;
}
.mod_comments .form #ctrl_email {
  float: left;
  margin-right: 8px;
  padding-left: 9px;
  width: 255px;
}
.mod_comments .form .submit_container {
  float: right;
}
.mod_comments .form .submit_container input {
  background: #87888a;
  border: 1px solid #87888a;
  color: #ffffff;
  border-radius: 0;
  text-transform: uppercase;
}
.mod_comments .comment_default {
  margin-bottom: 30px;
}
.mod_comments .widgetCaptcha label {
  margin-top: 25px;
  width: 30%;
  color: #b1b3b4;
  font-size: 14px;
}
.mod_comments .widgetCaptcha input {
  width: 5%;
}
.mod_comments .reply {
  margin-left: 25px;
  margin-top: 5px;
}

.articleHeader {
  position: relative;
  margin-bottom: 50px;
}
.articleHeader .headlineBox {
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 37px;
  left: 0;
  min-width: 50%;
  max-width: 65%;
}
.articleHeader .headlineBox h1 {
  font-size: 65px;
  padding: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: lighter;
  color: #87888a;
  line-height: 75px;
  margin-bottom: 0;
}
.articleHeader .image_container img {
  border-radius: 5px;
}

footer {
  padding-top: 25px;
  margin-top: 100px;
}
footer .navContainer {
  border-left: 1px solid #87888a;
  padding-left: 15px;
  margin-bottom: 30px;
  min-height: 170px;
}
footer .navContainer h5 {
  margin-bottom: 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #87888a;
}
footer .navContainer li {
  margin-bottom: 8px;
}
footer .navContainer li a {
  font-size: 14px;
  color: #87888a;
  text-decoration: none;
}
footer .navContainer li a:hover {
  color: #87888a;
  text-decoration: none;
}
footer .footerBottom {
  /*text-align: center */
  margin-top: 30px;
  margin-bottom: 10px;
  color: #87888a;
  text-transform: uppercase;
  font-size: 14px;
}
footer .footerBottom li {
  display: inline;
  border-right: 1px solid #87888a;
}
footer .footerBottom li a {
  padding: 0 7px;
  text-decoration: none;
  color: #87888a;
}
footer .footerBottom li a:hover {
  color: #87888a;
  text-decoration: none;
}
footer .footerBottom .last {
  border-right: none;
}
footer .footerBottom .web, footer .footerBottom .copy {
  padding-left: 7px;
  padding-right: 7px;
}

#nav .searchForm .mod_form {
  padding: 0 15px 15px 15px;
}

.searchForm .mod_form {
  padding-top: 39px;
}
.searchForm .mod_form form {
  position: relative;
}
.searchForm .mod_form form input.text {
  height: 33px;
  border-radius: 3px;
  border: 1px solid #b1b3b4;
  width: 100% !important;
  padding-left: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #87888a;
  font-size: 14px;
}
.searchForm .mod_form form input.submit {
  position: absolute;
  top: 3px;
  right: 5px;
  height: auto;
  padding: 0;
  background: none;
}

.headerSocial {
  padding-top: 39px;
}
.headerSocial a {
  float: right;
  margin-right: 8px;
}

.mod_search form input {
  height: 33px;
  border-radius: 3px;
  border: 1px solid #b1b3b4;
  padding-left: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #87888a;
  font-size: 14px;
  margin-right: 5px;
  width: 30%;
}

form .error {
  color: #000000;
}
form p.error {
  padding-bottom: 0px !important;
}
form .widget {
  margin-bottom: 10px;
}
form .widget label {
  width: 20%;
  color: #87888a;
}
form .widget input {
  width: 20%;
  height: 33px;
  border-radius: 3px;
  border: 1px solid #b1b3b4;
  padding-left: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #87888a;
  font-size: 14px;
}
form .widget select {
  height: 33px;
  border-radius: 3px;
  border: 1px solid #b1b3b4;
  width: 20%;
  padding-left: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #87888a;
  font-size: 14px;
}
form input.submit {
  border: none;
  color: #ffffff !important;
  font-weight: bold;
  border-radius: 0;
  height: 33px;
  text-transform: uppercase;
  background: #87888a;
  padding-left: 30px;
  padding-right: 30px;
  font-family: "Roboto", sans-serif;
}

.topArticles .title {
  font-size: 28px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #87888a;
  margin-bottom: 15px;
}
.topArticles li {
  margin-bottom: 15px;
}
.topArticles li a {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #87888a;
  text-decoration: none;
}
.topArticles li a:hover {
  text-decoration: none;
}

#wettbewerb .contentContainer {
  padding-bottom: 770px;
  background: #fddb00;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNWQ1ZDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #fddb00 0%, #e1c300 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fddb00), color-stop(100%, #e1c300));
  background: -webkit-linear-gradient(left, #fddb00 0%, #e1c300 100%);
  background: -o-linear-gradient(left, #fddb00 0%, #e1c300 100%);
  background: -ms-linear-gradient(left, #fddb00 0%, #e1c300 100%);
  background: linear-gradient(to right, #fddb00 0%, #e1c300 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fddb00', endColorstr='#e1c300',GradientType=1 );
  border-radius: 3px;
  min-height: 1400px;
  overflow: hidden;
  color: #0059a3;
  padding-left: 50px;
  padding-right: 50px;
}

#bestellung .contentContainer, #rubbellos .contentContainer, #newsletterShort .contentContainer {
  background: #fddb00;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNWQ1ZDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #fddb00 0%, #e1c300 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fddb00), color-stop(100%, #e1c300));
  background: -webkit-linear-gradient(left, #fddb00 0%, #e1c300 100%);
  background: -o-linear-gradient(left, #fddb00 0%, #e1c300 100%);
  background: -ms-linear-gradient(left, #fddb00 0%, #e1c300 100%);
  background: linear-gradient(to right, #fddb00 0%, #e1c300 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fddb00', endColorstr='#e1c300',GradientType=1 );
  border-radius: 3px;
  min-height: 1400px;
  overflow: hidden;
  color: #0059a3;
  padding-left: 50px;
  padding-right: 50px;
}

#wettbewerb .contentContainer a, #bestellung .contentContainer a, #rubbellos .contentContainer a, #newsletterShort .contentContainer a {
  color: #e3428d;
}

#wettbewerb .contentContainer .image_container, #bestellung .contentContainer .image_container, #rubbellos .contentContainer .image_container, #newsletterShort .contentContainer .image_container {
  width: 600px;
  height: 600px;
  overflow: hidden;
  border-radius: 300px;
  position: absolute;
  z-index: 9;
  right: -50px;
  bottom: 170px;
  background: #ffffff;
  text-align: center;
}

#wettbewerb .contentContainer .ce_form, #bestellung .contentContainer .ce_form, #rubbellos .contentContainer .ce_form, #newsletterShort .contentContainer .ce_form {
  background: #e4428e;
  padding: 50px 120px 0 210px;
  width: 650px;
  height: 650px;
  border-radius: 325px;
  position: absolute;
  left: -170px;
  z-index: 7;
  bottom: -40px;
}

#wettbewerb .contentContainer .ce_form input, #wettbewerb .contentContainer .ce_form select, #wettbewerb .contentContainer .ce_form label {
  width: 100%;
}

#bestellung .contentContainer .ce_form input, #bestellung .contentContainer .ce_form select, #bestellung .contentContainer .ce_form label {
  width: 100%;
}

#rubbellos .contentContainer .ce_form input, #rubbellos .contentContainer .ce_form select, #rubbellos .contentContainer .ce_form label {
  width: 100%;
}

#newsletterShort .contentContainer .ce_form input, #newsletterShort .contentContainer .ce_form select, #newsletterShort .contentContainer .ce_form label {
  width: 100%;
}

#wettbewerb .contentContainer .ce_form label, #wettbewerb .contentContainer .ce_form p.tnbDesc {
  color: #ffffff;
  font-weight: bold;
}

#bestellung .contentContainer .ce_form label, #bestellung .contentContainer .ce_form p.tnbDesc {
  color: #ffffff;
  font-weight: bold;
}

#rubbellos .contentContainer .ce_form label, #rubbellos .contentContainer .ce_form p.tnbDesc {
  color: #ffffff;
  font-weight: bold;
}

#newsletterShort .contentContainer .ce_form label, #newsletterShort .contentContainer .ce_form p.tnbDesc {
  color: #ffffff;
  font-weight: bold;
}

#wettbewerb .contentContainer .ce_form input.checkbox, #bestellung .contentContainer .ce_form input.checkbox, #rubbellos .contentContainer .ce_form input.checkbox, #newsletterShort .contentContainer .ce_form input.checkbox {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 5px;
}

#wettbewerb .contentContainer .ce_form input.submit, #bestellung .contentContainer .ce_form input.submit, #rubbellos .contentContainer .ce_form input.submit, #newsletterShort .contentContainer .ce_form input.submit {
  background: #00cef1;
}

#wettbewerb .contentContainer .ce_form input.back, #bestellung .contentContainer .ce_form input.back, #rubbellos .contentContainer .ce_form input.back, #newsletterShort .contentContainer .ce_form input.back {
  margin-top: 25px;
}

#wettbewerb .contentContainer .ce_form .inputPlz, #bestellung .contentContainer .ce_form .inputPlz, #rubbellos .contentContainer .ce_form .inputPlz, #newsletterShort .contentContainer .ce_form .inputPlz {
  width: 25%;
  float: left;
  margin-right: 5%;
}

#wettbewerb .contentContainer .ce_form .inputPlz label, #wettbewerb .contentContainer .ce_form .inputPlz input {
  width: 100%;
  float: none;
  margin-right: 0;
}

#bestellung .contentContainer .ce_form .inputPlz label, #bestellung .contentContainer .ce_form .inputPlz input {
  width: 100%;
  float: none;
  margin-right: 0;
}

#rubbellos .contentContainer .ce_form .inputPlz label, #rubbellos .contentContainer .ce_form .inputPlz input {
  width: 100%;
  float: none;
  margin-right: 0;
}

#newsletterShort .contentContainer .ce_form .inputPlz label, #newsletterShort .contentContainer .ce_form .inputPlz input {
  width: 100%;
  float: none;
  margin-right: 0;
}

#wettbewerb .contentContainer .ce_form .inputOrt, #bestellung .contentContainer .ce_form .inputOrt, #rubbellos .contentContainer .ce_form .inputOrt, #newsletterShort .contentContainer .ce_form .inputOrt {
  width: 70%;
  float: left;
}

#wettbewerb .contentContainer .ce_form .inputOrt label, #wettbewerb .contentContainer .ce_form .inputOrt input {
  width: 100%;
  float: none;
}

#bestellung .contentContainer .ce_form .inputOrt label, #bestellung .contentContainer .ce_form .inputOrt input {
  width: 100%;
  float: none;
}

#rubbellos .contentContainer .ce_form .inputOrt label, #rubbellos .contentContainer .ce_form .inputOrt input {
  width: 100%;
  float: none;
}

#newsletterShort .contentContainer .ce_form .inputOrt label, #newsletterShort .contentContainer .ce_form .inputOrt input {
  width: 100%;
  float: none;
}

#wettbewerb .contentContainer .ce_form .inputTNB, #bestellung .contentContainer .ce_form .inputTNB, #rubbellos .contentContainer .ce_form .inputTNB, #newsletterShort .contentContainer .ce_form .inputTNB {
  float: left;
}

#wettbewerb .contentContainer .ce_form .inputTNB label, #bestellung .contentContainer .ce_form .inputTNB label, #rubbellos .contentContainer .ce_form .inputTNB label, #newsletterShort .contentContainer .ce_form .inputTNB label {
  display: none;
}

#wettbewerb .contentContainer .ce_form #lbl_10_0, #wettbewerb .contentContainer .ce_form #lbl_46_0, #wettbewerb .contentContainer .ce_form #lbl_36_0, #wettbewerb .contentContainer .ce_form #lbl_101_0, #wettbewerb .contentContainer .ce_form #lbl_111_0, #wettbewerb .contentContainer .ce_form #lbl_46_1, #wettbewerb .contentContainer .ce_form #lbl_72_0, #wettbewerb .contentContainer .ce_form #lbl_90_0, #wettbewerb .contentContainer .ce_form #lbl_90_1, #wettbewerb .contentContainer .ce_form #lbl_101_1, #wettbewerb .contentContainer .ce_form #lbl_111_1, #wettbewerb .contentContainer .ce_form #lbl_172_0 {
  float: left;
  width: 90%;
}

#bestellung .contentContainer .ce_form #lbl_10_0, #bestellung .contentContainer .ce_form #lbl_46_0, #bestellung .contentContainer .ce_form #lbl_36_0, #bestellung .contentContainer .ce_form #lbl_101_0, #bestellung .contentContainer .ce_form #lbl_111_0, #bestellung .contentContainer .ce_form #lbl_46_1, #bestellung .contentContainer .ce_form #lbl_72_0, #bestellung .contentContainer .ce_form #lbl_90_0, #bestellung .contentContainer .ce_form #lbl_90_1, #bestellung .contentContainer .ce_form #lbl_101_1, #bestellung .contentContainer .ce_form #lbl_111_1, #bestellung .contentContainer .ce_form #lbl_172_0 {
  float: left;
  width: 90%;
}

#rubbellos .contentContainer .ce_form #lbl_10_0, #rubbellos .contentContainer .ce_form #lbl_46_0, #rubbellos .contentContainer .ce_form #lbl_36_0, #rubbellos .contentContainer .ce_form #lbl_101_0, #rubbellos .contentContainer .ce_form #lbl_111_0, #rubbellos .contentContainer .ce_form #lbl_46_1, #rubbellos .contentContainer .ce_form #lbl_72_0, #rubbellos .contentContainer .ce_form #lbl_90_0, #rubbellos .contentContainer .ce_form #lbl_90_1, #rubbellos .contentContainer .ce_form #lbl_101_1, #rubbellos .contentContainer .ce_form #lbl_111_1, #rubbellos .contentContainer .ce_form #lbl_172_0 {
  float: left;
  width: 90%;
}

#newsletterShort .contentContainer .ce_form #lbl_10_0, #newsletterShort .contentContainer .ce_form #lbl_46_0, #newsletterShort .contentContainer .ce_form #lbl_36_0, #newsletterShort .contentContainer .ce_form #lbl_101_0, #newsletterShort .contentContainer .ce_form #lbl_111_0, #newsletterShort .contentContainer .ce_form #lbl_46_1, #newsletterShort .contentContainer .ce_form #lbl_72_0, #newsletterShort .contentContainer .ce_form #lbl_90_0, #newsletterShort .contentContainer .ce_form #lbl_90_1, #newsletterShort .contentContainer .ce_form #lbl_101_1, #newsletterShort .contentContainer .ce_form #lbl_111_1, #newsletterShort .contentContainer .ce_form #lbl_172_0 {
  float: left;
  width: 90%;
}

#wettbewerb .contentContainer .ce_form .tnbDesc, #bestellung .contentContainer .ce_form .tnbDesc, #rubbellos .contentContainer .ce_form .tnbDesc, #newsletterShort .contentContainer .ce_form .tnbDesc {
  color: #ffffff;
}

#wettbewerb .contentContainer .ce_form .tnbDesc a, #bestellung .contentContainer .ce_form .tnbDesc a, #rubbellos .contentContainer .ce_form .tnbDesc a, #newsletterShort .contentContainer .ce_form .tnbDesc a {
  color: #ffffff;
  text-decoration: underline;
}

#wettbewerb .contentContainer .tnb_short, #bestellung .contentContainer .tnb_short, #rubbellos .contentContainer .tnb_short, #newsletterShort .contentContainer .tnb_short {
  position: absolute;
  bottom: 0;
  width: 45%;
  right: 15px;
  font-size: 13px;
  line-height: 16px;
}

#wettbewerb .contentContainer h1, #wettbewerb .contentContainer h2, #wettbewerb .contentContainer h3 {
  color: #0059a3;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

#bestellung .contentContainer h1, #bestellung .contentContainer h2, #bestellung .contentContainer h3 {
  color: #0059a3;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

#rubbellos .contentContainer h1, #rubbellos .contentContainer h2, #rubbellos .contentContainer h3 {
  color: #0059a3;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

#newsletterShort .contentContainer h1, #newsletterShort .contentContainer h2, #newsletterShort .contentContainer h3 {
  color: #0059a3;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

#wettbewerb .contentContainer h1, #bestellung .contentContainer h1, #rubbellos .contentContainer h1, #newsletterShort .contentContainer h1 {
  font-size: 80px;
  margin-top: 44px;
  margin-bottom: 20px;
  line-height: 57px;
}

#wettbewerb .contentContainer h2, #bestellung .contentContainer h2, #rubbellos .contentContainer h2, #newsletterShort .contentContainer h2 {
  font-size: 50px;
  margin-bottom: 40px;
  line-height: 57px;
}

#wettbewerb .contentContainer h3, #bestellung .contentContainer h3, #rubbellos .contentContainer h3, #newsletterShort .contentContainer h3 {
  font-size: 24px;
  line-height: 28px;
  margin-top: 0;
}

#wettbewerb .contentContainer .title, #bestellung .contentContainer .title, #rubbellos .contentContainer .title, #newsletterShort .contentContainer .title {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 20px;
}

#wettbewerb .contentContainer .steps, #bestellung .contentContainer .steps, #rubbellos .contentContainer .steps, #newsletterShort .contentContainer .steps {
  color: #c6c7c8;
  font-size: 14px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#wettbewerb .contentContainer .steps .active, #bestellung .contentContainer .steps .active, #rubbellos .contentContainer .steps .active, #newsletterShort .contentContainer .steps .active {
  color: #ffffff;
}

#wettbewerb .contentContainer .image_std {
  border-radius: 0;
  position: relative;
  height: auto;
  width: auto;
  top: 0;
  right: 0;
  background: none;
}
#wettbewerb .contentContainer .ce_form {
  padding: 50px 170px 0 210px;
  width: 700px;
  height: 850px;
}

#bestellung .contentContainer {
  background: #1ce2c8;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNWQ1ZDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #1ce2c8 0%, #19c8b1 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #1ce2c8), color-stop(100%, #19c8b1));
  background: -webkit-linear-gradient(left, #1ce2c8 0%, #19c8b1 100%);
  background: -o-linear-gradient(left, #1ce2c8 0%, #19c8b1 100%);
  background: -ms-linear-gradient(left, #1ce2c8 0%, #19c8b1 100%);
  background: linear-gradient(to right, #1ce2c8 0%, #19c8b1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ce2c8', endColorstr='#19c8b1',GradientType=1 );
  border-radius: 3px;
  overflow: hidden;
  color: #ffffff;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 580px;
}
#bestellung .contentContainer .schleife .image_container {
  width: auto;
  height: auto;
  overflow: hidden;
  border-radius: 0;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  background: none;
  text-align: left;
}
#bestellung .contentContainer .geschenkBox .image_container {
  width: auto;
  height: auto;
  overflow: hidden;
  border-radius: 0;
  position: relative;
  text-align: center;
  background: none;
  top: 0;
  right: 0;
  z-index: 1;
}
#bestellung .contentContainer .stoerer {
  margin: 0;
}
#bestellung .contentContainer .stoerer .image_container {
  width: auto;
  height: auto;
  overflow: hidden;
  border-radius: 0;
  position: absolute;
  background: none;
  top: 285px;
  right: 80px;
  z-index: 1;
}
#bestellung .contentContainer .ce_headline {
  color: #ffffff;
  text-align: center;
}
#bestellung .contentContainer .ce_text {
  color: #ffffff;
  text-align: center;
}
#bestellung .contentContainer .ce_text h3 {
  color: #ffffff;
  text-align: center;
}
#bestellung .contentContainer legend {
  color: #ffffff;
  text-align: center;
}
#bestellung .contentContainer h1 {
  line-height: 70px;
}
#bestellung .contentContainer legend {
  text-align: left;
}
#bestellung .contentContainer .ce_form {
  background: #ff8700;
  padding: 120px 210px 0 140px;
  width: 900px;
  height: 900px;
  border-radius: 450px;
  position: absolute;
  right: -170px;
  left: auto;
  z-index: 9;
  bottom: -230px !important;
}
#bestellung .contentContainer .colFormRight {
  width: 45%;
  float: right;
}
#bestellung .contentContainer .cols .col50 {
  width: 45%;
  float: left;
  margin-left: 5%;
}
#bestellung .contentContainer .boxList {
  position: absolute;
  background: #e4428e;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  width: 293px;
  padding: 20px 20px 15px 30px;
  left: 0;
  z-index: 19;
  bottom: 143px;
}
#bestellung .contentContainer .boxList div {
  padding: 0 !important;
}
#bestellung .contentContainer .boxList li {
  margin-bottom: 5px;
}
#bestellung .contentContainer .boxInfo {
  position: absolute;
  width: 293px;
  bottom: -20px;
  z-index: 19;
  text-align: left;
  left: 0;
  padding: 20px 20px 20px 35px;
  font-size: 13px;
  line-height: 16px;
}
#bestellung .contentContainer .boxText {
  position: relative;
  z-index: 19;
}
#bestellung .contentContainer h4 {
  font-weight: bold;
  text-transform: uppercase;
}
#bestellung .contentContainer h1 {
  margin: 0;
}
#bestellung .contentContainer #ctrl_24 span, #bestellung .contentContainer #ctrl_78 span {
  width: 35%;
  float: left;
}
#bestellung .contentContainer #lbl_24_0, #bestellung .contentContainer #lbl_24_1 {
  float: left;
  width: 70%;
}

.bestellungFamilie .contentContainer {
  background: #e1db17 !important;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNWQ1ZDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #e1db17 0%, #c5bf14 100%) !important;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e1db17), color-stop(100%, #c5bf14)) !important;
  background: -webkit-linear-gradient(left, #e1db17 0%, #c5bf14 100%) !important;
  background: -o-linear-gradient(left, #e1db17 0%, #c5bf14 100%) !important;
  background: -ms-linear-gradient(left, #e1db17 0%, #c5bf14 100%) !important;
  background: linear-gradient(to right, #e1db17 0%, #c5bf14 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1db17', endColorstr='#c5bf14',GradientType=1 ) !important;
}

#rubbellos .contentContainer {
  background: #fb8500 !important;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNWQ1ZDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #fb8500 0%, #dd7500 100%) !important;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fb8500), color-stop(100%, #dd7500)) !important;
  background: -webkit-linear-gradient(left, #fb8500 0%, #dd7500 100%) !important;
  background: -o-linear-gradient(left, #fb8500 0%, #dd7500 100%) !important;
  background: -ms-linear-gradient(left, #fb8500 0%, #dd7500 100%) !important;
  background: linear-gradient(to right, #fb8500 0%, #dd7500 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8500', endColorstr='#dd7500',GradientType=1 ) !important;
  min-height: 0;
  padding-bottom: 39px;
  overflow: hidden;
}
#rubbellos .ce_headline {
  color: #ffffff;
  text-align: center;
}
#rubbellos .ce_text {
  color: #ffffff;
  text-align: center;
}
#rubbellos .ce_text h3, #rubbellos .ce_text h2 {
  color: #ffffff;
  text-align: center;
}
#rubbellos legend {
  color: #ffffff;
  text-align: center;
}
#rubbellos h1 {
  line-height: 70px !important;
  color: #ffffff !important;
}
#rubbellos .los .image_container {
  width: auto;
  height: auto;
  overflow: hidden;
  border-radius: 0;
  position: relative;
  text-align: center;
  background: none;
  top: 0;
  right: 0;
  z-index: 1;
}
#rubbellos .stoerer {
  margin: 0;
}
#rubbellos .stoerer .image_container {
  width: auto;
  height: auto;
  overflow: hidden;
  border-radius: 0;
  position: absolute;
  background: none;
  top: 280px;
  left: 15px;
  z-index: 1;
  text-align: left;
}
#rubbellos .formText {
  text-align: left;
  margin-bottom: 0;
  background: #ffed00 !important;
  position: relative !important;
  left: -50px !important;
  padding: 25px 25px 25px 50px !important;
  bottom: 0 !important;
  color: #0059a3 !important;
  width: 105% !important;
}
#rubbellos .formTextbottom {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 0 !important;
}
#rubbellos .formTextbottom ol, #rubbellos .formTextbottom ul {
  padding-left: 11px;
}
#rubbellos .formText h3 {
  color: #ff8700;
  font-size: 35px;
  font-weight: bold;
  line-height: 45px;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: left;
}
#rubbellos .ce_form {
  height: auto !important;
  border-top-right-radius: 3px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  background: #ffed00 !important;
  position: relative !important;
  left: -50px !important;
  padding: 25px 25px 25px 50px !important;
  bottom: 0 !important;
  color: #0059a3 !important;
  width: 105% !important;
}
#rubbellos .ce_form #ctrl_111, #rubbellos .ce_form #ctrl_101 {
  margin-top: 20px;
}
#rubbellos .ce_form label {
  color: #0059a3 !important;
}
#rubbellos .ce_form .tnbDesc {
  color: #0059a3 !important;
}
#rubbellos .ce_form .tnbDesc a {
  color: #0059a3 !important;
}
#rubbellos .ce_form h3 {
  color: #ff8700;
  font-size: 35px;
  font-weight: bold;
  line-height: 45px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#rubbellos .ce_form ol li {
  margin-bottom: 10px;
}
#rubbellos .cols .col33 {
  float: left;
  margin-right: 3%;
  width: 30%;
}
#rubbellos .cols .col60 {
  float: left;
  margin-right: 3%;
  width: 57%;
}
#rubbellos .cols .col60 .col50 {
  width: 46%;
  float: left;
  margin-left: 5%;
}
#rubbellos .cols .col60 .firstCol {
  margin-left: 0;
}
#rubbellos .cols .col60 .ce_text {
  color: #0059a3 !important;
}
#rubbellos .cols .col40 {
  float: left;
  width: 40%;
}

#newsletterShort .contentContainer {
  background: #d73e86;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNWQ1ZDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #d73e86 0%, #c23879 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #d73e86), color-stop(100%, #c23879));
  background: -webkit-linear-gradient(left, #d73e86 0%, #c23879 100%);
  background: -o-linear-gradient(left, #d73e86 0%, #c23879 100%);
  background: -ms-linear-gradient(left, #d73e86 0%, #c23879 100%);
  background: linear-gradient(to right, #d73e86 0%, #c23879 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d73e86', endColorstr='#c23879',GradientType=1 );
  border-radius: 3px;
  min-height: 1050px;
  overflow: hidden;
  color: #0059a3;
  padding-left: 50px;
  padding-right: 50px;
}
#newsletterShort .contentContainer .image_container {
  width: 600px;
  height: 600px;
  overflow: hidden;
  border-radius: 300px;
  position: absolute;
  z-index: 9;
  right: -10px;
  top: -30px;
  background: #ffffff;
  text-align: center;
}
#newsletterShort .contentContainer .ce_form {
  background: transparent;
  position: absolute;
  left: 0;
  z-index: 7;
  top: 770px;
  height: auto;
  width: 65%;
  padding: 0;
  border-radius: 0;
}
#newsletterShort .contentContainer .ce_form .cols .col50 {
  width: 45%;
  float: left;
  margin-left: 5%;
}
#newsletterShort .contentContainer .ce_text {
  width: 480px;
  height: 480px;
  overflow: hidden;
  border-radius: 240px;
  position: absolute;
  z-index: 9;
  left: -40px;
  top: 280px;
  background: #00cef1;
  color: #ffffff;
  padding: 80px 50px 50px 80px;
  font-size: 24px;
  text-align: left;
  line-height: 28px;
}
#newsletterShort .contentContainer h1 {
  font-size: 50px;
  color: #ffffff;
  margin-top: 0;
}
#newsletterShort .error {
  color: #0059a3;
}

.tnb_short {
  position: absolute;
  bottom: 0;
  width: 45%;
  right: 15px;
  font-size: 13px;
  line-height: 16px;
}

h1, h2, h3 {
  color: #0059a3;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

h1 {
  font-size: 80px;
  margin-top: 44px;
  margin-bottom: 20px;
  line-height: 80px;
}

h2 {
  font-size: 50px;
  margin-bottom: 40px;
  line-height: 57px;
}

h3 {
  font-size: 24px;
  line-height: 28px;
  margin-top: 0;
}

.title {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 20px;
}

.stoerer .image_container {
  width: 222px !important;
  height: 222px !important;
}

.schleife .image_container {
  width: 430px !important;
  height: 310px !important;
}

.sorting {
  /*position: absolute;*/
  /*top: -20px;*/
  /*left: 5px;*/
  margin: 20px 0 0 5px;
}
.sorting p {
  color: #87888a;
  font-size: 14px;
  text-transform: uppercase;
}
.sorting a {
  color: #87888a;
  cursor: pointer;
}
.sorting a:hover {
  text-decoration: none;
  color: #1a171b;
}
.sorting .active {
  color: #1a171b;
}

.mod_registration form, .mod_personalData form, .mod_closeAccount form {
  border-radius: 3px;
  display: inline-block;
  padding: 25px;
  background: #e6f2f8 !important;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNWQ1ZDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #e6f2f8 0%, #dae4ea 100%) !important;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e6f2f8), color-stop(100%, #dae4ea)) !important;
  background: -webkit-linear-gradient(left, #e6f2f8 0%, #dae4ea 100%) !important;
  background: -o-linear-gradient(left, #e6f2f8 0%, #dae4ea 100%) !important;
  background: -ms-linear-gradient(left, #e6f2f8 0%, #dae4ea 100%) !important;
  background: linear-gradient(to right, #e6f2f8 0%, #dae4ea 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f2f8', endColorstr='#dae4ea',GradientType=1 ) !important;
}

.mod_registration form input, .mod_registration form label, .mod_registration form select {
  width: 100%;
}

.mod_personalData form input, .mod_personalData form label, .mod_personalData form select {
  width: 100%;
}

.mod_closeAccount form input, .mod_closeAccount form label, .mod_closeAccount form select {
  width: 100%;
}

#main .skyscraper {
  width: auto;
  height: auto;
  position: relative;
  display: block !important;
  left: 0;
  top: 0;

  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

#main .mod_article .skyscraper {
  top: 0;
}

.rectangle {
  float: right;
  margin-left: 40px;
  margin-bottom: 25px;
  margin-top: 5px;
}

.leaderboard {
  width: auto;
  height: auto;
  position: relative;
  text-align: left;
  z-index: 99;
  top: 30px;
}

section .content .skyscraper {
  width: auto;
  height: auto;
  position: absolute;
}
section .content .leaderboard {
  width: auto;
  height: auto;
  position: relative;
  text-align: left;
  z-index: 99;
  right: 0;
  top: 0;
}
section .content .masonry_container {
  margin-top: 20px;
  position: relative;
  height: 100%;
}

@media (min-width: 992px) {
  .container {
    /*margin-left: 73px;*/
    /*padding-left: 73px;*/
  }

  #home-items .skyscraper {
    /*left: 1270px !important;*/
    /*display: block !important;*/
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1230px;
    margin-left: 73px;
  }
}


@media (max-width: 768px) {
  #home-items, #right {
    padding-left: 15px;
    padding-right: 15px;
  }

  #aehnlicheArtikel {
    padding-left: 0;
    padding-right: 0;
  }

  #home-items .item, #right .item, #aehnlicheArtikel .item {
    /*width: 345px;*/
  }

  #home-items .item .outerBox, #right .item .outerBox, #aehnlicheArtikel .item .outerBox {
    min-height: 345px;
  }

  #home-items .innerBox, #right .innerBox, #aehnlicheArtikel .innerBox {
    height: 300px;
  }

  #home-items .mod_breadcrumb {
    /*padding-left: 35px;*/
  }

  section .content {
    padding: 0;
    max-width: none;
  }

  .sorting {
    left: 20px;
  }

  .leaderboard, .skyscraper {
    display: none;
  }

  #wettbewerb .contentContainer, #bestellung .contentContainer, #rubbellos .contentContainer, #newsletterShort .contentContainer {
    padding-left: 15px;
    padding-right: 15px;
  }

  #wettbewerb .contentContainer .image_container, #bestellung .contentContainer .image_container, #rubbellos .contentContainer .image_container, #newsletterShort .contentContainer .image_container {
    display: none;
  }

  #wettbewerb .contentContainer h1, #bestellung .contentContainer h1, #rubbellos .contentContainer h1, #newsletterShort .contentContainer h1 {
    font-size: 60px;
  }

  #wettbewerb .contentContainer h2, #bestellung .contentContainer h2, #rubbellos .contentContainer h2, #newsletterShort .contentContainer h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 25px;
  }

  /*#nav
   * top: 0 !important */
  .articleHeader .headlineBox h1 {
    font-size: 25px;
    line-height: 30px;
    padding: 15px;
    margin-top: 0;
  }

  .mod_comments .widgetCaptcha input {
    width: 10%;
  }
  .mod_comments .widgetCaptcha label {
    width: 80%;
  }

  .mobile .weekSlider {
    height: 160px;
  }
  .mobile #flipsterSlider {
    left: 15px;
    position: absolute;
    right: 15px;
    top: 0;
  }
  .mobile #flipsterSlider .flipster {
    position: absolute;
    top: 0;
    z-index: 9;
  }
  .mobile #flipsterSlider .flipster ul {
    padding-left: 0;
  }
  .mobile #flipsterSlider .flipster ul .flip-content {
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    width: 150px;
    height: 150px;
  }
  .mobile #flipsterSlider .flipster ul .flip-content .img {
    width: 150px;
    height: 150px;
  }
  .mobile #flipsterSlider .flipster ul .flip-content h3 {
    position: absolute;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: lighter;
    color: #ffffff;
    padding: 0 20px;
    bottom: 25px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }
  .mobile #flipsterSlider .flipster ul .flip-content h3:first-line {
    font-size: 50px;
    line-height: 50px;
  }
  .mobile .flipto-prev {
    margin-left: 5%;
  }
  .mobile .flipto-next {
    margin-right: 5%;
  }
}
@media (max-width: 992px) {
  #right .mod_metamodel_list h3 {
    font-size: 22px;
    line-height: 30px;
  }

  #wettbewerb .contentContainer .image_container, #bestellung .contentContainer .image_container, #rubbellos .contentContainer .image_container, #newsletterShort .contentContainer .image_container {
    width: 400px;
    height: 400px;
    border-radius: 200px;
    bottom: 240px;
  }
}
@media (max-width: 320px) {
  #home-items .item, #right .item, #aehnlicheArtikel .item {
    width: 290px;
  }

  #home-items .item .outerBox, #right .item .outerBox, #aehnlicheArtikel .item .outerBox {
    min-height: 290px;
  }

  #home-items .innerBox, #right .innerBox, #aehnlicheArtikel .innerBox {
    height: 250px;
  }

  #newsletterShort .contentContainer .ce_text {
    width: 120% !important;
  }
  #newsletterShort .contentContainer h1 {
    font-size: 34px;
  }

  #wettbewerb .contentContainer, #bestellung .contentContainer, #rubbellos .contentContainer, #newsletterShort .contentContainer {
    padding-left: 15px;
    padding-right: 15px;
  }

  #wettbewerb .contentContainer h1 {
    margin-bottom: 0;
  }
  #wettbewerb .contentContainer h1 .image_container {
    display: none;
  }
  #wettbewerb .contentContainer h1 h1 {
    font-size: 40px;
  }
  #wettbewerb .contentContainer h1 h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 25px;
  }
  #wettbewerb .contentContainer .ce_form {
    padding: 50px 160px 0 190px;
    width: 630px;
    height: 680px;
    bottom: 150px;
  }

  #bestellung .contentContainer .ce_form, #rubbellos .contentContainer .ce_form {
    bottom: 150px;
  }

  #wettbewerb .contentContainer .tnb_short, #bestellung .contentContainer .tnb_short, #rubbellos .contentContainer .tnb_short {
    width: 90%;
  }

  #newsletterShort .contentContainer .tnb_short {
    width: 90%;
  }
  #newsletterShort .contentContainer .ce_text {
    top: 60px;
    width: 430px;
    height: 430px;
  }
  #newsletterShort .contentContainer .ce_text p {
    font-size: 70%;
    line-height: 1.3;
  }
  #newsletterShort .contentContainer .ce_form {
    width: 95%;
    top: 580px;
  }
  #newsletterShort .contentContainer .ce_form .cols .col50 {
    width: 95%;
  }
}
.clear {
  clear: both;
  line-height: 0.01em;
  font-size: 0.01em;
}

.mobile #bestellung #right {
  display: none !important;
}
.mobile #bestellung .contentContainer .boxList {
  position: relative !important;
  bottom: 25px;
}
.mobile #bestellung .contentContainer .ce_form {
  border-radius: 0;
  width: 100% !important;
  left: auto;
  right: 0;
  padding: 20px;
  position: relative;
  bottom: 0 !important;
  height: auto !important;
}
.mobile #bestellung .contentContainer .colFormRight {
  float: none !important;
  width: 100%;
}
.mobile #bestellung .contentContainer .cols .col50 {
  width: 100%;
  float: none;
  margin: 0 !important;
}
.mobile #bestellung .form_page_3 .steps {
  position: absolute;
  top: 20px;
}
.mobile #bestellung .form_page_3 .cols {
  padding-top: 55px;
}
.mobile #bestellung .form_page_3 .cols #ctrl_39 {
  margin-bottom: 25px;
}
.mobile #bestellung .contentContainer {
  padding-bottom: 25px !important;
}
.mobile #bestellung #right {
  display: none !important;
}
.mobile #bestellung .contentContainer h1 {
  line-height: 5px;
  font-size: 34px;
}
.mobile #bestellung .contentContainer .boxInfo {
  bottom: 0;
  padding: 0 !important;
  position: relative !important;
}
.mobile .mod_comments .form #ctrl_email {
  width: 100%;
}
.mobile .mod_comments .form #ctrl_name {
  width: 100%;
  margin-bottom: 20px;
}
.mobile .mod_comments .widgetCaptcha input {
  width: 15%;
}
.mobile .mod_comments .form .submit_container {
  float: none;
}
.mobile .mod_comments .form .submit_container input.submit {
  width: 100%;
}
.mobile .mod_breadcrumb li {
  margin-bottom: 3px;
}
.mobile footer .footerBottom li {
  display: block;
  margin-bottom: 7px;
  border-right: none;
}
.mobile #rubbellos .ce_form {
  left: 0 !important;
  width: 100% !important;
  padding: 20px !important;
}
.mobile #rubbellos .formText {
  left: 0 !important;
  width: 100% !important;
}
.mobile #rubbellos .cols .col60, .mobile #rubbellos .cols .col40 {
  float: none;
  margin-right: 0;
  width: 100%;
}
.mobile #rubbellos .cols .col60 {
  margin-bottom: 50px;
}
.mobile #rubbellos .cols .col60 .col50 {
  width: 100%;
  float: none;
  margin-left: 0;
}
.mobile #wettbewerb #right, .mobile #rubbellos #right {
  display: none;
}
.mobile .rectangle {
  width: 100%;
  text-align: center;
  margin-left: 0;
}

.mod_poll {
  border-top: 1px solid #b3b2b1;
  padding: 20px 0;
}
.mod_poll .poll_title {
  font-weight: bold;
}
.mod_poll input.radio, .mod_poll input.checkbox {
  width: auto !important;
  float: left;
  height: auto !important;
  margin-top: 5px;
  margin-right: 8px;
}
.mod_poll label {
  width: auto !important;
  float: left;
}
.mod_poll fieldset span {
  display: table;
  margin-bottom: 10px;
}
.mod_poll .results ul {
  list-style-type: none;
  padding: 0px;
}
.mod_poll .results ul li {
  margin-bottom: 10px;
}

.weekSlider {
  height: 450px;
}

#flipsterSlider {
  left: 15px;
  position: absolute;
  right: 15px;
  top: 0;
}
#flipsterSlider .flipster {
  position: absolute;
  top: 0;
  z-index: 9;
}
#flipsterSlider .flipster ul {
  padding-left: 0;
}
#flipsterSlider .flipster ul .flip-content {
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  width: 300px;
  height: 300px;
}
#flipsterSlider .flipster ul .flip-content .img {
  width: 300px;
  height: 300px;
}
#flipsterSlider .flipster ul .flip-content h3 {
  position: absolute;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  line-height: 34px;
  font-weight: lighter;
  color: #ffffff;
  padding: 0 20px;
  bottom: 40px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
#flipsterSlider .flipster ul .flip-content h3:first-line {
  font-size: 50px;
  line-height: 50px;
}

.flipto-prev {
  text-indent: -3000px;
  background: url("../../../files/letsfamily/img/prev.png");
  display: inline-block;
  width: 40px;
  height: 40px;
  float: left;
  margin-left: 30%;
}

.flipto-next {
  text-indent: -3000px;
  background: url("../../../files/letsfamily/img/next.png");
  display: inline-block;
  width: 40px;
  height: 40px;
  float: right;
  margin-right: 30%;
}

.mobile .skyscraper {
  display: none !important;
}

.tablet .skyscraper {
  display: none !important;
}

.desktop .startseite .content {
  /*width: 1270px;*/
}
.desktop .tagergebniss .content {
  /*width: 1270px;*/
}
.desktop .tagergebniss section .content .leaderboard {
  top: -50px !important;
}
.desktop .tagergebniss section .content .skyscraper {
  /*top: 107px !important;*/
}

.pagiBottom {
  position: absolute;
  bottom: 0px;
  font-size: 14px;
  left: 5px;
}

.pagiBottom .pagination p {
  display: none;
}

.pagiBottom .pagination ul {
  margin-left: 1px;
}

.pagiBottom .pagination ul li {
  float: left;
  margin-right: 10px;
  padding: 4px;
  border: 1px solid #87888a;
  background: #f6f6f6;
  margin-bottom: 10px;
}

.pagiBottom .pagination ul li.default {
  height: 24px;
  width: 24px;
  text-align: center;
}

.pagiBottom .pagination ul li a {
  color: #87888a;
  text-decoration: none;
}

.pagiBottom .pagination ul li.current {
  color: #976447;
  text-decoration: none;
  background: transparent;
  border: 1px solid #976447;
}

.pagiBottom .pagination ul li span.current {
  color: #976447;
}

.mobile .pagiBottom {
  position: fixed;
  padding-left: 15px;
  bottom: 850px;
  left: 5px;
}
.mobile .button_mehranzeigen_pagination {
  position: fixed;
  bottom: 800px;
}

.tablet.portrait .pagiBottom {
  padding-left: 15px;
}

.mobile section#first {
  padding-bottom: 150px;
}

.tablet.landscape section#first {
  padding-bottom: 100px;
}
.tablet.landscape .pagiBottom {
  padding-left: 15px;
}
.tablet.portrait section#first {
  padding-bottom: 150px;
}

.tablet .pagiBottom {
  position: fixed;
  bottom: 770px;
}
.tablet .button_mehranzeigen_pagination {
  position: fixed;
  bottom: 720px;
}

.desktop .listMasonry {
  /*height: 1930px;*/
  position: relative;
}
.desktop section#first {
  padding: 88px 0 200px 0;
}

body.ohneTopThemen .boxTopArticles {
  display: none;
}

.langSwitch .mod_changelanguage{
	position:relative;
	text-align: right;
	padding-top:48px;
}

.langSwitch .mod_changelanguage li{
	display: inline;
	padding: 0 5px;
}

.langSwitch .mod_changelanguage li.first{
	border-right:1px solid #87888a;
	padding-right:8px;
}

.langSwitch .mod_changelanguage li a{
	color: #87888a;
	text-decoration:none;
}

.langSwitch .mod_changelanguage li span.active{
	color: #1a171b;
	text-decoration:none;
}

.langSwitchMobile .mod_changelanguage{
	padding: 0px 0 20px 10px!important;
    text-align: left;
}

.langSwitchMobile .mod_changelanguage li{
	font-size:20px;
}
