html {
  height: 100% !important;
  background: #fff;
  background: -moz-linear-gradient(180deg, #fff 0%, #dcdcdc 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
  background: -webkit-linear-gradient(180deg, #fff 0%, #dcdcdc 100%);
  background: -o-linear-gradient(180deg, #fff 0%, #dcdcdc 100%);
  background: -ms-linear-gradient(180deg, #fff 0%, #dcdcdc 100%);
  background: linear-gradient(180deg, #fff 0%, #dcdcdc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$first_bg_color', endColorstr='$last_bg_color',GradientType=1);
  background-attachment: fixed;
  background-size: cover; }

img {
  max-width: 100%;
  height: auto; }

a:link {
  color: #a61036; }

a:visited {
  color: #a61036; }

a:hover {
  color: #a61036; }

a:active {
  color: #a61036; }

a.footer_link:link {
  color: #fff; }

a.footer_link:visited {
  color: #fff; }

a.footer_link:hover {
  color: #fff; }

a.footer_link:active {
  color: #fff; }

a.mobile_service_link:link {
  color: #5d5d5d; }

a.mobile_service_link:visited {
  color: #5d5d5d; }

a.mobile_service_link:hover {
  color: #5d5d5d; }

a.mobile_service_link:active {
  color: #5d5d5d; }

a.main_nav_active:link {
  font-size: 100%;
  color: #a61036 !important;
  font-weight: 600; }

a.main_nav_active:visited {
  font-size: 100%;
  color: #a61036 !important;
  font-weight: 600; }

a.main_nav:link {
  font-size: 100%;
  color: #575757 !important;
  font-weight: 600; }

a.main_nav:visited {
  font-size: 100%;
  color: #575757 !important;
  font-weight: 600; }

body {
  font-family: 'Open Sans';
  font-size: 16px;
  color: #555; }

.uk-container-medium {
  max-width: 1280px; }

.desktop_header {
  display: none; }

.mobile_header {
  display: block;
  padding-bottom: 2em;
  background: #fff; }

.mobile_position_left {
  padding: 0.8em 0 0 0.2em; }

.mobile_position_right {
  text-align: right;
  padding: 2em 1.6em 0 0; }

.artikel_right_column_desktop {
  display: none; }

.artikel_right_column_mobile {
  display: block; }

ul.slideshow_ratio {
  height: 360px; }

.video_desktop {
  display: none; }

.video_mobile {
  display: block; }

.main_nav_margin_left {
  margin-left: 1em; }

@media (min-width: 640px) {
  .uk-container-expand-left.uk-container-medium, .uk-container-expand-right.uk-container-medium {
    max-width: calc(50% + ($container_width / 2) - 30px); }
  .desktop_header {
    display: block; }
  .mobile_header {
    display: none; }
  .artikel_right_column_desktop {
    display: block; }
  .artikel_right_column_mobile {
    display: none; }
  ul.slideshow_ratio {
    height: 640px; }
  .video_desktop {
    display: block; }
  .video_mobile {
    display: none; }
  a.main_nav_active:link {
    font-size: 100%;
    color: #a61036; }
  a.main_nav:link {
    font-size: 100%;
    color: #626262; }
  a.main_nav:visited {
    color: #626262; }
  .main_nav_margin_left {
    margin-left: 1em; } }

@media (min-width: 1025px) {
  .uk-container-expand-left.uk-container-medium, .uk-container-expand-right.uk-container-medium {
    max-width: calc(50% + ($container_width / 2) - 40px); }
  .desktop_header {
    display: block; }
  .mobile_header {
    display: none; }
  .artikel_right_column_desktop {
    display: block; }
  .artikel_right_column_mobile {
    display: none; }
  ul.slideshow_ratio {
    height: 640px; }
  .video_desktop {
    display: block; }
  .video_mobile {
    display: none; }
  a.main_nav_active:link {
    font-size: 100%;
    color: #a61036 !important;
    font-weight: 600; }
  a.main_nav_active:visited {
    color: #a61036 !important;
    font-weight: 600; }
  a.main_nav:link {
    font-size: 100%;
    color: #575757 !important;
    font-weight: 600; }
  a.main_nav:visited {
    color: #575757 !important;
    font-weight: 600; }
  .main_nav_margin_left {
    margin-left: 1em; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  a.main_nav_active:link {
    font-size: 100%;
    color: #a61036; }
  a.main_nav_active:visited {
    color: #a61036 !important;
    font-weight: 600; }
  div.uk-navbar-left a.main_nav:link {
    font-size: 80%;
    color: #626262; }
  div.uk-navbar-left a.main_nav:visited {
    color: #626262; }
  .main_nav_margin_left {
    margin-left: 1em; }
  .artikel_right_column_desktop {
    display: none; }
  .artikel_right_column_mobile {
    display: block; }
  .desktop_header {
    display: none; }
  .mobile_header {
    display: block; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  a.main_nav_active:link {
    font-size: 100%;
    color: #a61036; }
  a.main_nav_active:visited {
    color: #a61036 !important;
    font-weight: 600; }
  div.uk-navbar-left a.main_nav:link {
    font-size: 80%;
    color: #626262; }
  div.uk-navbar-left a.main_nav:visited {
    color: #626262; }
  .main_nav_margin_left {
    margin-left: 1em; }
  .artikel_right_column_desktop {
    display: none; }
  .artikel_right_column_mobile {
    display: block; }
  .desktop_header {
    display: none; }
  .mobile_header {
    display: block; } }

.uk-dotnav > * > * {
  width: 0.9em;
  height: 0.9em;
  background: #c90036;
  border: 1px solid #fff; }

.header {
  margin: 2.4em 0;
  text-align: left; }

.box {
  background: #fff;
  color: #555;
  height: 440px;
  padding: 0.6em; }

.grey_line {
  border-bottom: solid 1px #c7c7c7;
  height: 0;
  margin-top: 0 !important; }

.artikel_box {
  border: solid 1px #c7c7c7; }

.text_artikel_rightbox {
  font-size: 80%; }

h1.artikel_name {
  font-size: 160%;
  font-weight: 600;
  margin: 0 0 0.2em 0;
  color: #5d5d5d; }

h2.artikel_hersteller {
  font-size: 140%;
  font-weight: normal;
  margin: 0 0 0 0;
  color: #5d5d5d; }

.download_button {
  display: inline-block;
  padding: 0.3em 0.6em;
  background: #fc0;
  margin: 0.8em 0 0 0;
  border-radius: 0.4em;
  text-transform: uppercase;
  font-size: 80%; }

.white_background {
  background: #fff; }

.right_box_margin_line {
  border-top: solid 1px #747474;
  margin: 1.8em 0 1.4em; }

h1.start_head {
  color: #a61036;
  font-size: 180%;
  font-weight: 600; }

h2.artikel_head {
  color: #575757;
  font-size: 120%;
  margin: 0;
  font-weight: 600; }

.artikel_hersteller {
  color: #a61036;
  font-size: 100%;
  margin: 0.6em 0 0 0;
  font-weight: normal; }

.artikel_start_teaser {
  font-size: 90%;
  color: #a61036; }

a.artikel_start_teaser:link {
  color: #5d5d5d;
  text-decoration: none; }

a.artikel_start_teaser:visited {
  color: #5d5d5d;
  text-decoration: none; }

.top10_jahr_button {
  color: #a61036;
  display: inline-block;
  padding: 0.3em 0.6em;
  background: #fc0;
  margin: 0.8em 0 0 0;
  border-radius: 0.4em;
  text-transform: uppercase;
  font-size: 80%; }

a.artikel_start_more:link {
  color: #a61036;
  text-decoration: none;
  font-size: 90%; }

a.artikel_start_more:visited {
  color: #a61036;
  text-decoration: none; }

.presse_box {
  border: solid 1px #e1e1e1;
  min-height: 240px;
  text-align: center;
  background: #fff;
  padding-top: 1em;
  position: relative; }

.presse_box_title {
  margin-top: 1.6em;
  text-decoration: none; }

a.presse_box_title {
  font-size: 80%;
  margin-top: 1.6em;
  text-decoration: none;
  color: #606060; }

.presse_text {
  font-size: 90%; }

.color-facebook {
  color: #3466a3; }

.color-twitter {
  color: #20a0fb; }

.color-xing {
  color: #01646a; }

.color-envelope {
  color: #323232; }

.color-print {
  color: #c50035; }

.color-folder {
  color: #a61036; }

.video-container {
  height: 260px;
  width: 320px;
  overflow: hidden;
  position: relative;
  padding-top: -50%;
  text-align: center; }

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%; }

.video-container-artikel {
  height: 600px;
  width: 950px;
  overflow: hidden;
  position: relative;
  padding-top: -50%; }

.video-container-artikel iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%; }

.video-container-artikel {
  background: url(https://www.top10spielzeug.de/images/misc/youtube-back.jpg) no-repeat 50% 50%;
  text-align: center;
  color: #fff; }

.video-container {
  background: url(https://www.top10spielzeug.de/images/misc/youtube-back-mobile.jpg) no-repeat 50% 50%;
  text-align: center;
  color: #fff; }

ul.footer_service_nav {
  padding: 0;
  margin: 0;
  list-style: none; }

ul.footer_service_nav li {
  display: block; }

img.responsive_start_images {
  max-width: 300px;
  max-height: 300px;
  width: auto;
  height: auto; }

img.baby_kind_logo {
  max-width: 150px;
  max-height: 149px;
  width: auto;
  height: auto; }

img.baby_kind_logo_mobile {
  max-width: 120px;
  height: auto; }

@media (min-width: 640px) {
  .video-container {
    height: 260px;
    width: 300px;
    overflow: hidden;
    position: relative;
    padding-top: -50%;
    text-align: center; }
  ul.footer_service_nav li {
    display: inline-block; } }

@media (min-width: 1025px) {
  .video-container {
    height: 260px;
    width: 300px;
    overflow: hidden;
    position: relative;
    padding-top: -50%;
    text-align: center; }
  ul.footer_service_nav li {
    display: inline-block; } }

.artikel_head {
  color: #a61036;
  font-size: 120%;
  margin: 0 0 0.7em 0; }

.footer {
  background: #6d6d6d;
  width: 100%;
  min-height: 100px;
  color: #fff; }

.footer_nav_mobile {
  color: #606060; }

.ARCHIV_LIST {
  background: #f1f1f1;
  padding: 2em 0;
  text-align: center; }

.ARCHIV_LIST a {
  font-size: 200%;
  font-weight: 700; }

ul.pressebilder2016 {
  margin: 0;
  padding: 0;
  list-style: none; }

ul.pressebilder2016 li {
  display: inline-block;
  width: 100%;
  margin: 0.6em 0.4em 0 0;
  vertical-align: top;
  background: #fff;
  text-align: center;
  padding: 1em; }

ul.pressebilder2016 li div {
  width: 100%;
  font-size: 80%;
  min-height: 80px; }

ul.pressebilder2015 {
  margin: 0;
  padding: 0;
  list-style: none; }

ul.pressebilder2015 li {
  display: inline-block;
  width: 100%;
  margin: 0.6em 0.4em 0 0;
  vertical-align: top;
  background: #fff;
  text-align: center;
  padding: 1em; }

ul.pressebilder2015 li div {
  width: 100%;
  font-size: 80%;
  min-height: 80px; }

@media (min-width: 640px) {
  ul.pressebilder2016 li {
    display: inline-block;
    width: 25%;
    margin: 0.6em 0.4em 0 0;
    vertical-align: top;
    background: #fff;
    text-align: center;
    padding: 1em; }
  ul.pressebilder2016 li div {
    width: 100%;
    font-size: 80%;
    min-height: 80px; }
  ul.pressebilder2015 li {
    display: inline-block;
    width: 25%;
    margin: 0.6em 0.4em 0 0;
    vertical-align: top;
    background: #fff;
    text-align: center;
    padding: 1em; }
  ul.pressebilder2015 li div {
    width: 100%;
    font-size: 80%;
    min-height: 80px; } }

@media (min-width: 1025px) {
  ul.pressebilder2016 li {
    display: inline-block;
    width: 25%;
    margin: 0.6em 0.4em 0 0;
    vertical-align: top;
    background: #fff;
    text-align: center;
    padding: 1em; }
  ul.pressebilder2016 li div {
    width: 100%;
    font-size: 80%;
    min-height: 80px; }
  ul.pressebilder2015 li {
    display: inline-block;
    width: 25%;
    margin: 0.6em 0.4em 0 0;
    vertical-align: top;
    background: #fff;
    text-align: center;
    padding: 1em; }
  ul.pressebilder2015 li div {
    width: 100%;
    font-size: 80%;
    min-height: 80px; } }

.text10 {
  font-size: 80%; }

.user_dsgvo {
  z-index: 10000;
  position: fixed;
  background: #a61036;
  color: #fc0;
  font-weight: normal;
  font-size: 16px;
  z-index: 100;
  left: 0;
  bottom: 200px;
  padding: 0.6em 0.8em 0.6em 0.8em;
  border-top-right-radius: 0.4em;
  border-bottom-right-radius: 0.4em; }

.user_dsgvo a {
  color: #fff;
  display: block; }
