@charset "UTF-8";
/*--------------------------------------------------
    [1. Header - Topbar]
----------------------------------------------------*/
/*Top Bar (login, search etc.)
------------------------------------*/
.header .topbar {
  z-index: 12;
  padding: 47px 0 21px;
  position: relative; }

.header .topbar ul.loginbar li i.fa {
  color: #bdbe00; }

@media (max-width: 991px) {
  .header .topbar {
    margin-bottom: 20px; } }

.header .topbar ul.loginbar {
  margin: 0; }
  .header .topbar ul.loginbar i img {
    width: 20px;
    margin-top: -5px;
    margin-right: 4px; }
    @media (max-width: 767px) {
      .header .topbar ul.loginbar i img {
        margin-right: 0; } }
  .header .topbar ul.loginbar > li > a {
    text-decoration: none; }
    @media (max-width: 767px) {
      .header .topbar ul.loginbar > li > a {
        font-size: 15px !important; } }

.header .topbar ul.loginbar > li {
  display: inline;
  list-style: none;
  position: relative;
  padding-bottom: 15px;
  padding-left: 35px; }

@media (max-width: 991px) {
  .header .topbar ul.loginbar > li {
    padding: 0 0 0 15px; } }

@media (max-width: 480px) {
  .header .topbar ul.loginbar > li {
    padding: 0; }
  .header .topbar ul.loginbar {
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; } }

.header .topbar ul.loginbar > li > a,
.header .topbar ul.loginbar > li > a:hover {
  color: #979797;
  font-size: 17px;
  font-family: Arial; }

.header .topbar ul.loginbar li i.fa {
  color: #bbb; }

.header .topbar ul.loginbar li.topbar-devider {
  top: -1px;
  padding: 0;
  font-size: 8px;
  position: relative;
  margin: 0 9px 0 5px;
  font-family: Tahoma;
  border-right: solid 1px #bbb; }

/*languages*/
.header .topbar ul.languages {
  top: 25px;
  left: -5px;
  display: none;
  padding: 4px 0;
  padding-left: 0;
  list-style: none;
  min-width: 100px;
  position: absolute;
  background: #f0f0f0; }

.header .topbar li:hover ul.languages {
  display: block; }

.header .topbar ul.languages:after {
  top: -4px;
  width: 0;
  height: 0;
  left: 8px;
  content: " ";
  display: block;
  position: absolute;
  border-bottom: 6px solid #f0f0f0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-left-style: inset;
  /*FF fixes*/
  border-right-style: inset;
  /*FF fixes*/ }

.header .topbar ul.languages li a {
  color: #555;
  display: block;
  font-size: 10px;
  padding: 2px 12px;
  margin-bottom: 1px;
  text-transform: uppercase; }

.header .topbar ul.languages li.active a i {
  color: #999;
  float: right;
  margin-top: 2px; }

.header .topbar ul.languages li a:hover,
.header .topbar ul.languages li.active a {
  background: #fafafa; }

.header .topbar ul.languages li a:hover {
  text-decoration: none; }

/*No Topbar*/
.header.no-topbar .navbar-toggle {
  margin-top: 25px; }

/*--------------------------------------------------
    [2. Header - Navbar]
----------------------------------------------------*/
/*Navbar*/
div.header {
  z-index: 99;
  background: #fff;
  position: relative;
  border-bottom: solid 2px #eee; }

/*Header Container*/
.header > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 15px; }

.header .topbar-mobile {
  display: none; }

.header > .container:before, .header > .container:after {
  display: none; }

@media (max-width: 991px) {
  .header > .container {
    width: 100%;
    padding: 8px 15px; } }

@media (max-width: 991px) {
  .header > .container {
    margin-bottom: 0;
    display: table; } }

/*Logo*/
.header .logo {
  outline: none; }
  .header .logo img {
    z-index: 1;
    margin: 10px 0;
    position: relative; }

@media (max-width: 991px) {
  .header .logo {
    display: inline-block;
    max-width: calc(100% - 80px); }
  .header .logo img {
    max-width: 240px !important;
    width: 100% !important; } }

/*Big Logo Style*/
@media (max-width: 1200px) {
  .header img.big-logo {
    width: 120px;
    height: auto; } }

/*Navbar Toggle*/
.header .navbar-toggle {
  border-color: #5fb611; }

@media (max-width: 991px) {
  .header .navbar-toggle {
    margin-right: 0; } }

.header .navbar-toggle .fa {
  color: #fff;
  font-size: 19px; }

.header .navbar-toggle,
.header .navbar-toggle:hover,
.header .navbar-toggle:focus {
  background: #243c5b;
  padding: 22px 13px;
  border: none;
  margin: 0;
  height: 60px; }

.header .navbar-toggle .icon-bar {
  background-color: #FFF;
  width: 34px;
  height: 2px; }

.header .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px; }

.header .navbar-toggle {
  overflow: hidden; }

.header .navbar-toggle .icon-bar {
  transition: opacity, transform;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7); }

.header .navbar-toggle:not(.collapsed) .icon-bar:nth-child(1) {
  transform: translateY(6px) rotate(45deg); }

.header .navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
  transform: translateX(0%); }

.header .navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg); }

.header .navbar-toggle:not(.collapsed) .icon-bar + .icon-bar {
  margin-top: 4px; }

/*Navbar Collapse*/
.header .navbar-collapse {
  position: relative; }
  @media (min-width: 1377px) {
    .header .navbar-collapse .container {
      width: 1360px !important; } }
  @media (max-width: 1376px) {
    .header .navbar-collapse .container {
      width: 1210px !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .header .navbar-collapse .container {
      width: 1010px !important; } }
  @media (max-width: 991px) {
    .header .navbar-collapse .container {
      width: 100% !important; } }

/*Navbar Collapse*/
@media (max-width: 991px) {
  .header .navbar-collapse,
  .header .navbar-collapse .container {
    padding-left: 0;
    padding-right: 0;
    background-color: #1B8EBD; } }

/*Navbar Menu*/
.header .navbar-nav > li > a {
  color: #ffffff;
  font-size: 19px;
  font-weight: 400;
  position: relative;
  z-index: 99; }

.header .navbar-nav > .active > a {
  color: #ffffff; }

/*--------------------------------------------------
    [3. Header - Responsive Navbar Style]
----------------------------------------------------*/
/*Responsive Navbar*/
@media (max-width: 991px) {
  /*Responsive code for max-width: 991px*/
  .header .navbar-header {
    float: none; }
  .header .navbar-toggle {
    display: block; }
  .header .navbar-collapse.collapse {
    display: none !important; }
  .header .navbar-collapse.collapse.in {
    display: block !important;
    overflow-y: auto !important; }
  .header .navbar-nav {
    margin: 0;
    float: none !important; }
  .header .navbar-nav > li {
    float: none;
    background-color: #243c5b; }
  .header .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 40px; }
  /*Pull Right*/
  .header .dropdown-menu.pull-right {
    float: none !important; }
  /*Dropdown Menu Slide Down Effect*/
  .header .navbar-nav .open .dropdown-menu {
    border: 0;
    float: none;
    width: auto;
    margin-top: 0;
    position: static;
    box-shadow: none;
    background-color: transparent; }
  .header .navbar-nav .open > a,
  .header .navbar-nav .open > a:hover,
  .header .navbar-nav .open > a:focus {
    border-bottom-color: #eee;
    background-color: #243c5b; }
  .header .navbar-nav .open .dropdown-menu {
    padding: 0; }
  .header .navbar-nav .open .dropdown-menu > li > a {
    color: #FFF;
    background-color: #1B8EBD;
    font-size: 13px;
    font-weight: 400;
    padding: 6px 10px;
    border-bottom: solid 1px #eee; }
  .header .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }
  .header .navbar-nav .open .dropdown-menu > .active > a,
  .header .navbar-nav .open .dropdown-menu > .active > a:hover,
  .header .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .header .navbar-nav .open .dropdown-menu > .disabled > a,
  .header .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .header .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .header .dropdown-menu.no-bottom-space {
    padding-bottom: 0; }
  /*Design for max-width: 991px*/
  .header .navbar-nav > li > a {
    font-size: 14px;
    padding: 9px 10px; }
  .header .navbar-nav > li a {
    border-bottom: solid 2px #eee; }
  .header .navbar-nav > li > a:focus {
    background: none; }
  .header .navbar-nav > li > a:hover {
    color: #bdbe00; }
  .header .navbar-nav > .active > a,
  .header .navbar-nav > .active > a:hover,
  .header .navbar-nav > .active > a:focus {
    color: #fff !important; }
  .header .dropdown .dropdown-submenu > a {
    font-size: 13px;
    color: #555 !important;
    text-transform: uppercase; } }

@media (min-width: 992px) {
  /*Navbar Collapse*/
  .header .navbar-collapse {
    padding: 0;
    height: 61px;
    background-color: #1B8EBD; }
  /*Navbar*/
  .header .container > .navbar-header,
  .header .container-fluid > .navbar-header,
  .header .container > .navbar-collapse,
  .header .container-fluid > .navbar-collapse {
    margin-bottom: -10px; }
  .header .navbar-nav {
    position: relative; }
  .header .navbar-nav > li > a {
    position: relative;
    padding: 20px 30px; }
  .header .navbar-nav > li > a,
  .header .navbar-nav > li > a:focus {
    border-bottom: solid 2px transparent; }
  .header .navbar-nav > li > a,
  .header .navbar-nav > li > a:hover,
  .header .navbar-nav > li > a:focus,
  .header .navbar-nav > .active > a,
  .header .navbar-nav > .active > a:hover,
  .header .navbar-nav > .active > a:focus {
    background: none; }
  .header .navbar-nav > .active > a:hover,
  .header .navbar-nav > .active > a {
    bottom: 0;
    position: relative;
    background-color: #243c5b; }
  .header .navbar-nav > .open > a,
  .header .navbar-nav > .open > a:hover,
  .header .navbar-nav > .open > a:focus {
    color: #bdbe00; }
  .header .navbar-nav > li:hover > a {
    color: #bdbe00; }
  /*Dropdown Menu*/
  .header .dropdown-menu {
    padding: 0;
    border: none;
    min-width: 200px;
    border-radius: 0;
    z-index: 9999 !important;
    border-top: solid 2px #bdbe00;
    border-bottom: solid 2px #687074; }
  .header .dropdown-menu li a {
    color: #687074;
    font-size: 13px;
    font-weight: 400;
    padding: 6px 15px;
    border-bottom: solid 1px #eee; }
  .header .dropdown-menu .active > a,
  .header .dropdown-menu li > a:hover {
    color: #687074;
    filter: none !important;
    background: #eee !important;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
  .header .dropdown-menu li > a:focus {
    background: none;
    filter: none !important; }
  .header .navbar-nav > li.dropdown:hover > .dropdown-menu {
    display: block; }
    .header .navbar-nav > li.dropdown:hover > .dropdown-menu.dropdown-left {
      left: 0; }
  .header .open > .dropdown-menu {
    display: none; }
  /*Search*/
  .header .navbar-nav .search-open {
    width: 330px; } }

/*--------------------------------------------------
    [4. Header - Submenu]
----------------------------------------------------*/
/*Dropdown Submenu for BS3
------------------------------------*/
.header .dropdown-submenu {
  position: relative; }

.header .navbar-nav .dropdown > a {
  padding: 20px 40px 20px 20px; }

.header .dropdown > a:after,
.header .dropdown-submenu > a:after {
  top: 8px;
  right: 9px;
  font-size: 11px;
  content: "\f105";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: FontAwesome; }

.header li.dropdown > a {
  padding-right: 25px; }

.header li.dropdown > a:after {
  top: 27px;
  right: 20px;
  content: "";
  display: block;
  width: 11px;
  height: 7px;
  background: url(../img/dropdownarrow.png);
  background-size: cover; }

.header .dropdown-submenu > .dropdown-menu {
  top: 3px;
  left: 100%;
  margin-top: -5px;
  margin-left: 0px; }

@media (max-width: 991px) {
  div.header {
    border-bottom: 0; }
  .header li.dropdown > a:after {
    right: 15px;
    top: 15px; }
  .header .navbar-nav .dropdown > a {
    padding: 9px 10px; }
  .header .topbar {
    padding: 0;
    display: none; }
  .header .topbar-mobile {
    display: block;
    padding: 18px 0 10px; }
  .header .logo img {
    margin: 0;
    width: 240px; } }

/*Submenu comes from LEFT side*/
.header .dropdown-submenu > .dropdown-menu.submenu-left {
  left: -100% !important; }

.header .dropdown-submenu:hover > .dropdown-menu {
  display: block; }

@media (max-width: 991px) {
  .header .dropdown-submenu > .dropdown-menu {
    display: block;
    margin-left: 15px; } }

.header .dropdown-submenu.pull-left {
  float: none; }

.header .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px; }

/*Dropdow Mmenu Icons (Font Awesome)*/
.header .dropdown-menu li [class^="fa-"],
.header .dropdown-menu li [class*=" fa-"] {
  left: -3px;
  width: 1.25em;
  margin-right: 1px;
  position: relative;
  text-align: center;
  display: inline-block; }

.header .dropdown-menu li [class^="fa-"].fa-lg,
.header .dropdown-menu li [class*=" fa-"].fa-lg {
  /* increased font size for fa-lg */
  width: 1.5625em; }

/*--------------------------------------------------
    [5. Header - Search]
----------------------------------------------------*/
/*Search Box
------------------------------------*/
.header .nav > li > .search {
  color: #aaa;
  cursor: pointer;
  min-width: 35px;
  font-size: 15px;
  text-align: center;
  background: #f7f7f7;
  padding: 11px 0 12px;
  display: inline-block;
  border-bottom: solid 2px #aaa; }

@media (min-width: 992px) {
  .header .nav > li > .search {
    bottom: -2px;
    position: relative; } }

.header .nav > li > .search:hover {
  color: #bdbe00;
  background: #f7f7f7;
  border-bottom-color: #bdbe00; }

.header .nav .search-open {
  right: 0;
  top: 40px;
  display: none;
  padding: 14px;
  position: absolute;
  background: #fcfcfc;
  border-top: solid 2px #eee;
  box-shadow: 0 1px 3px #ddd; }

.header .nav .search-open form {
  margin: 0; }

@media (min-width: 767px) and (max-width: 991px) {
  .header .navbar-toggle {
    margin-right: 0; }
  .header .nav .search-open {
    width: 93%; } }

@media (max-width: 991px) {
  .header .nav > li > .search {
    color: #999;
    width: 35px;
    height: 34px;
    text-align: left;
    background: #eee;
    line-height: 12px;
    text-align: center;
    margin: 5px 10px 0;
    border-bottom: none; }
  .header .nav > li > .search:hover {
    background: #5fb611;
    color: #fff !important; }
  .header .nav .search-open {
    top: 5px;
    padding: 0;
    left: 48px;
    border-top: none;
    box-shadow: none;
    background: none;
    margin-right: 10px; } }

/*--------------------------------------------------
    [6. Header - Mega Menu]
----------------------------------------------------*/
/*Mega Menu
------------------------------------*/
.header .mega-menu .nav,
.header .mega-menu .dropup,
.header .mega-menu .dropdown,
.header .mega-menu .collapse {
  position: static; }

.header .mega-menu .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  float: none;
  padding: 0 15px; }

@media (max-width: 991px) {
  .header .mega-menu .nav {
    display: block;
    padding: 0; } }

.header .mega-menu .nav:before, .header .mega-menu .nav:after {
  display: none; }

.header .mega-menu .navbar-inner,
.header .mega-menu .container {
  position: relative;
  padding: 0; }

.header .mega-menu .dropdown-menu {
  left: auto; }

.header .mega-menu .dropdown-menu > li {
  display: block; }

.header .mega-menu .dropdown-submenu .dropdown-menu {
  left: 100%; }

.header .mega-menu .nav.pull-right .dropdown-menu {
  right: 0; }

.header .mega-menu .mega-menu-content {
  *zoom: 1;
  padding: 4px 15px; }

.header .mega-menu .mega-menu-content:before,
.header .mega-menu .mega-menu-content:after {
  content: "";
  display: table;
  line-height: 0; }

.header .mega-menu .mega-menu-content:after {
  clear: both; }

.header .mega-menu .nav > li > .dropdown-menu:after,
.header .mega-menu .nav > li > .dropdown-menu:before {
  display: none; }

.header .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
  left: 0;
  right: 0;
  overflow: hidden;
  background-color: #ffffff; }

@media (max-width: 991px) {
  .header .mega-menu .navbar-inner,
  .header .mega-menu .container {
    width: 100%; }
  .header .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
    padding: 0; }
  .header .mega-menu .mega-menu-content {
    padding: 0; }
  .header .mega-menu .mega-menu-content .col-md-3 {
    padding: 0; } }

@media (min-width: 992px) {
  /*Mega Menu for Two Columns*/
  .header .mega-menu .mega-menu-content.content-two-col {
    min-width: 596px; }
  /*Mega Menu for Three Columns*/
  .header .mega-menu .mega-menu-content.content-three-col {
    min-width: 864px; } }

/*Mega Menu Dropdown OPENS from LEFT Side*/
.header .mega-menu .dropdown.mega-menu-left .dropdown-menu {
  left: auto;
  overflow: hidden; }

/*Mega Menu Dropdown OPENS from RIGHT Side*/
.header .mega-menu .dropdown.mega-menu-right .dropdown-menu,
.header .mega-menu .dropdown.mega-menu-two-col-right .dropdown-menu {
  right: 0;
  overflow: hidden; }

/*Equal Height Lists*/
@media (min-width: 992px) {
  .header .mega-menu .equal-height {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .header .mega-menu .equal-height-in {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

/*Mega Menu Style Effect*/
.header .mega-menu .equal-height-list h3 {
  font-size: 15px;
  font-weight: 400;
  padding: 0 10px 0 13px;
  text-transform: uppercase; }

/*Space for only Big Resolution*/
@media (min-width: 992px) {
  .header .mega-menu .big-screen-space {
    margin-bottom: 20px; } }

/*Mega Menu Content*/
@media (min-width: 992px) {
  .header .mega-menu .equal-height-in {
    padding: 20px 0;
    border-left: 1px solid #eee; }
  .header .mega-menu .equal-height-in:first-child {
    border-left: none;
    margin-left: -1px; }
  .header .mega-menu .equal-height-list {
    width: 100%; }
  .header .mega-menu .equal-height-list li a, .header .navbar-nav .open .dropdown-menu > li > a {
    display: block;
    margin-bottom: 1px;
    position: relative;
    border-bottom: none;
    padding: 5px 10px 5px 15px; }
  .header .navbar-nav .open .dropdown-menu {
    padding: 0; }
  .header .mega-menu .equal-height-list a:hover {
    text-decoration: none; }
  /*Dropdown Arrow Icons*/
  .header .mega-menu .mega-menu-content li a {
    padding: 5px 10px 5px 30px; }
  .header .mega-menu .mega-menu-content li a:after {
    top: 7px;
    left: 15px;
    font-size: 11px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome; }
  /*Dropdown Arrow Icons Disable class*/
  .header .mega-menu .disable-icons li a {
    padding: 5px 10px 5px 15px; }
  .header .mega-menu .disable-icons li a:after {
    display: none; } }

/*Equal Hight List Style*/
@media (max-width: 991px) {
  /*Equal Height List Style*/
  .header .mega-menu .equal-height-list h3 {
    color: #1b8ebd;
    margin: 0 0 5px;
    font-size: 13px;
    font-weight: 400;
    padding: 6px 25px 5px;
    border-bottom: solid 1px #eee; }
    .header .mega-menu .equal-height-list h3.menu_inactive {
      background: #243c5b; }
  .header .mega-menu .equal-height-list li a {
    color: #FFF !important;
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin-left: 15px;
    padding: 6px 10px;
    border-bottom: solid 1px #eee; }
  .header .mega-menu .equal-height-list h3 {
    color: #FFF !important;
    margin: 0 10px 5px; }
  .header .mega-menu .equal-height-list > h3.active,
  .header .mega-menu .equal-height-list > .active > a,
  .header .mega-menu .equal-height-list > .active > a:hover,
  .header .mega-menu .equal-height-list > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .header .mega-menu .equal-height-list li a:hover {
    text-decoration: none; } }

/*--------------------------------------------------
    [7. Header - Dark Option]
----------------------------------------------------*/
/*Header*/
.header.header-dark {
  background: #2d2d2d;
  border-bottom-color: #555; }

/*Topbar*/
.header.header-dark .topbar ul.languages {
  background: #444; }

.header.header-dark .topbar ul.loginbar li.topbar-devider {
  border-right-color: #666; }

.header.header-dark .topbar ul.languages li a {
  color: #bbb; }

.header.header-dark .topbar ul.languages:after {
  border-bottom-color: #444; }

.header.header-dark .topbar ul.languages li a:hover,
.header.header-dark .topbar ul.languages li.active a {
  color: #bbb;
  background: #555; }

/*Navbar Nav*/
.header.header-dark .navbar-nav > li > a {
  color: #ddd; }

.header.header-dark .navbar-nav > .open > a,
.header.header-dark .navbar-nav > .open > a:hover,
.header.header-dark .navbar-nav > .open > a:focus {
  background: inherit; }

@media (max-width: 991px) {
  .header.header-dark .navbar-nav > li a {
    border-bottom-color: #666; }
  .header.header-dark .navbar-nav .dropdown > a:hover {
    color: #bdbe00;
    background: inherit; }
  .header.header-dark .navbar-nav .open > a,
  .header.header-dark .navbar-nav .open > a:hover,
  .header.header-dark .navbar-nav .open > a:focus {
    border-bottom-color: #666; }
  .header.header-dark .navbar-nav .open .dropdown-menu > li > a {
    color: #bbb; }
  .header.header-dark .navbar-nav .open .dropdown-menu > li > a:hover,
  .header.header-dark .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff !important; }
  .header.header-dark .navbar-nav .open .dropdown-menu > .active > a,
  .header.header-dark .navbar-nav .open .dropdown-menu > .active > a:hover,
  .header.header-dark .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #bbb;
    background: #444; }
  .header.header-dark .dropdown .dropdown-submenu > a {
    color: #bbb !important; } }

@media (min-width: 992px) {
  .header.header-dark .navbar-nav > li > a:hover,
  .header.header-dark .navbar-nav > .active > a {
    color: #bdbe00 !important; }
  .header.header-dark .dropdown-menu {
    background: #2d2d2d; }
  .header.header-dark .dropdown-menu li > a {
    color: #bbb;
    border-bottom-color: #666; }
  .header.header-dark .dropdown-menu .active > a,
  .header.header-dark .dropdown-menu li > a:hover {
    background: #202020 !important; } }

/*Search*/
.header.header-dark .nav > li > .search {
  background: #444; }

.header.header-dark .search-open {
  background: #2d2d2d;
  border-top-color: #555;
  box-shadow: 0 1px 3px #888; }

.header.header-dark .input-group .form-control {
  color: #bbb;
  background: #555;
  border-color: #999;
  box-shadow: 0 0 2px #555; }

/*Mega Menu*/
.header.header-dark .mega-menu .equal-height-list h3 {
  color: #eee; }

@media (max-width: 991px) {
  .header.header-dark .mega-menu .equal-height-list li a {
    color: #bbb;
    border-bottom-color: #666; }
  .header.header-dark .mega-menu .equal-height-list li a:focus,
  .header.header-dark .mega-menu .equal-height-list li a:hover {
    color: #fff; }
  .header.header-dark .mega-menu .equal-height-list h3 {
    border-bottom-color: #666; } }

@media (min-width: 992px) {
  .header.header-dark .mega-menu .equal-height-in {
    border-left-color: #666; } }

/*--------------------------------------------------
    [8. Header - Fixed]
----------------------------------------------------*/
/*Header*/
.header-fixed .header {
  height: auto; }

.header-fixed .header.header-sticky {
  margin-top: 0;
  transition: all 0.2s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

/*z-index fixed in v1.9 for layer slider arrows*/
.header-fixed .header.header-fixed-shrink {
  z-index: 10100;
  border-bottom: none;
  box-shadow: 0 0 3px #bbb;
  background: rgba(255, 255, 255, 0.96);
  transition: all 0.3s ease-in-out; }

@media (max-width: 991px) {
  /*Header*/
  .header-fixed .header.header-sticky,
  .header-fixed .header.header-fixed-shrink {
    position: relative; } }

@media (min-width: 992px) {
  .header-fixed .header.header-fixed-shrink {
    margin-top: -35px; }
  .header-fixed .header.header-fixed-shrink > .container {
    margin-bottom: -46px; }
  /*Logo*/
  .header-fixed .header.header-fixed-shrink .logo img {
    max-width: 105px;
    margin: 45px 0 -4px; }
  /*Navbar Nav*/
  .header-fixed .header.header-fixed-shrink .navbar-nav > li > a {
    padding-top: 19px;
    padding-bottom: 19px; }
  .header-fixed .header.header-fixed-shrink .navbar-nav > li > a:hover,
  .header-fixed .header.header-fixed-shrink .navbar-nav > .active > a {
    border-bottom: none; }
  /*Dropdown*/
  .header-fixed .header.header-fixed-shrink .dropdown > a:after {
    top: 20px; }
  /*Search*/
  .header-fixed .header.header-fixed-shrink .nav > li > .search {
    color: #777;
    padding: 20px 0 22px;
    background: inherit;
    border-bottom: none; }
  .header-fixed .header.header-fixed-shrink .nav .search-open {
    top: 60px; } }

/*--------------------------------------------------
    [9. Header - Fixed Boxed]
----------------------------------------------------*/
.boxed-layout.header-fixed .header.header-sticky {
  left: inherit;
  width: inherit; }

/* Sticky header */
.sticky-header {
  background-color: #243c5b;
  position: fixed;
  padding: 15px 0 63px;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: background-color 0.3s ease, opacity 0.15s ease;
  -webkit-box-shadow: -2px 3px 7px 0px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: -2px 3px 7px 0px rgba(0, 0, 0, 0.33);
  box-shadow: -2px 3px 7px 0px rgba(0, 0, 0, 0.33);
  height: 147px; }
  .sticky-header button.close {
    color: #FFF;
    opacity: 1;
    font: normal 35px/1 Arial;
    font-family: initial;
    position: absolute;
    top: -5px;
    right: 3px;
    text-shadow: none;
    outline: none;
    cursor: pointer; }
    @media (max-width: 767px) {
      .sticky-header button.close {
        font-size: 29px;
        right: 3px;
        top: -2px; } }
  @media (max-width: 991px) {
    .sticky-header {
      height: 158px; } }
  @media (orientation: landscape) and (max-width: 767px), all and (max-width: 480px) {
    .sticky-header {
      padding: 0;
      height: auto; } }
  .sticky-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .sticky-header .container:before, .sticky-header .container:after {
      display: none; }
    @media (max-width: 991px) {
      .sticky-header .container {
        display: block;
        width: 100%; } }
    @media (orientation: landscape) and (max-width: 767px), all and (max-width: 480px) {
      .sticky-header .container {
        display: none; } }
  .sticky-header-block {
    opacity: 1;
    z-index: 99; }
  .sticky-header .logo img {
    width: 250px; }
  .sticky-header .buttons a {
    font: normal 20px/1.1 Arial;
    color: #FFF;
    background-color: #bdbe00;
    display: inline-block;
    padding: 12px 16px;
    text-decoration: none;
    border-radius: 10px;
    margin-left: 9px;
    transition: 0.15s ease all;
    cursor: pointer; }
    .sticky-header .buttons a:hover {
      background-color: #1b8ebd; }
  @media (max-width: 991px) {
    .sticky-header .buttons {
      display: none; } }

.nav-tabs.sticky-tabs {
  position: fixed;
  z-index: 100 !important;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  top: 101.5px;
  left: 0;
  right: 0; }
  .nav-tabs.sticky-tabs-remove {
    position: relative;
    top: 0;
    padding: 0;
    margin-top: -45.5px; }
  @media (min-width: 1377px) {
    .nav-tabs.sticky-tabs {
      max-width: 1320px; } }
  @media (max-width: 1200px) {
    .nav-tabs.sticky-tabs {
      max-width: 970px; } }
  @media (max-width: 991px) {
    .nav-tabs.sticky-tabs {
      max-width: 750px;
      z-index: 98 !important;
      position: relative;
      top: 0;
      padding: 0;
      margin-top: -45.5px; } }

/* Mobile sticky header */
.sticky-buttons a, .sticky-logo {
  display: none; }

@media (min-width: 992px) {
  .sticky-header .navbar-collapse {
    display: none !important; } }

@media (max-width: 991px) {
  .sticky-header {
    /*Pull Right*/
    /*Dropdown Menu Slide Down Effect*/
    /*Design for max-width: 991px*/ }
    .sticky-header .logo {
      display: inline-block;
      max-width: calc(100% - 80px); }
      .sticky-header .logo img {
        max-width: 240px !important;
        width: 100% !important; }
    .sticky-header .sticky-buttons {
      background: #243c5b;
      padding: 25px 10px 15px;
      align-items: center;
      justify-content: center;
      display: flex;
      width: 100%; } }
    @media (max-width: 991px) and (max-width: 480px) {
      .sticky-header .sticky-buttons {
        padding: 25px 0 15px; } }

@media (max-width: 991px) {
      .sticky-header .sticky-buttons br {
        display: none; } }
      @media (max-width: 991px) and (max-width: 480px) {
        .sticky-header .sticky-buttons br {
          display: block; } }

@media (max-width: 991px) {
      .sticky-header .sticky-buttons a {
        font: normal 16px/1.1 Arial;
        color: #FFF;
        background-color: #bdbe00;
        max-width: 400px;
        margin: 0 5px;
        padding: 12px 6px;
        text-decoration: none;
        border-radius: 10px;
        display: inline-block;
        text-align: center;
        cursor: pointer; } }
      @media (max-width: 991px) and (max-width: 480px) {
        .sticky-header .sticky-buttons a {
          width: 50%;
          max-width: 180px; } }

@media (max-width: 991px) {
    .sticky-header .navbar-toggle {
      padding: 22px 13px;
      border: none;
      margin: 0;
      height: 60px;
      background: #FFF;
      display: block;
      top: 15px; }
      .sticky-header .navbar-toggle .icon-bar {
        transition: opacity, transform;
        transition-duration: 200ms;
        transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
        background-color: #243c5b;
        width: 34px;
        height: 2px; }
        .sticky-header .navbar-toggle .icon-bar + .icon-bar {
          margin-top: 5px; }
      .sticky-header .navbar-toggle .header .navbar-toggle .icon-bar {
        transition: opacity, transform;
        transition-duration: 200ms;
        transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7); }
      .sticky-header .navbar-toggle:not(.collapsed) .icon-bar:nth-child(1) {
        transform: translateY(6px) rotate(45deg); }
      .sticky-header .navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
        opacity: 0;
        transform: translateX(0%); }
      .sticky-header .navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg); }
      .sticky-header .navbar-toggle:not(.collapsed) .icon-bar + .icon-bar {
        margin-top: 4px; }
    .sticky-header .navbar-collapse, .sticky-header .navbar-collapse .container {
      padding-left: 0;
      padding-right: 0;
      background-color: #243c5b; }
    .sticky-header .navbar-header {
      float: none; }
    .sticky-header .navbar-toggle {
      display: block; }
    .sticky-header .navbar-collapse.collapse {
      display: none !important; }
    .sticky-header .navbar-collapse.collapse.in {
      display: block !important;
      overflow-y: auto !important; }
    .sticky-header .navbar-nav {
      margin: 0;
      float: none !important; }
    .sticky-header .navbar-nav > li {
      float: none;
      background-color: #243c5b; }
    .sticky-header .navbar-nav > li > a {
      padding-top: 30px;
      padding-bottom: 40px; }
    .sticky-header .dropdown-menu.pull-right {
      float: none !important; }
    .sticky-header .navbar-nav .open .dropdown-menu {
      border: 0;
      float: none;
      width: auto;
      margin-top: 0;
      position: static;
      box-shadow: none;
      background-color: transparent; }
    .sticky-header .navbar-nav .open > a,
    .sticky-header .navbar-nav .open > a:hover,
    .sticky-header .navbar-nav .open > a:focus {
      border-bottom-color: #eee;
      background-color: #243c5b; }
    .sticky-header .navbar-nav .open .dropdown-menu {
      padding: 0; }
    .sticky-header .navbar-nav .open .dropdown-menu > li > a {
      color: #FFF;
      background-color: #1B8EBD;
      font-size: 13px;
      font-weight: 400;
      padding: 6px 10px;
      border-bottom: solid 1px #eee; }
    .sticky-header .navbar-nav .open .dropdown-menu .dropdown-header {
      padding: 5px 15px 5px 25px; }
    .sticky-header .navbar-nav .open .dropdown-menu > .active > a,
    .sticky-header .navbar-nav .open .dropdown-menu > .active > a:hover,
    .sticky-header .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .sticky-header .navbar-nav .open .dropdown-menu > .disabled > a,
    .sticky-header .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .sticky-header .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; }
    .sticky-header .dropdown-menu.no-bottom-space {
      padding-bottom: 0; }
    .sticky-header .navbar-nav > li > a {
      font-size: 14px;
      padding: 9px 10px; }
    .sticky-header .navbar-nav > li a {
      border-bottom: solid 2px #eee;
      color: #FFF; }
    .sticky-header .navbar-nav > li > a:focus {
      background: none; }
    .sticky-header .navbar-nav > li > a:hover {
      color: #bdbe00; }
    .sticky-header .navbar-nav > .active > a,
    .sticky-header .navbar-nav > .active > a:hover,
    .sticky-header .navbar-nav > .active > a:focus {
      color: #fff !important; }
    .sticky-header .dropdown .dropdown-submenu > a {
      font-size: 13px;
      color: #555 !important;
      text-transform: uppercase; }
    .sticky-header .dropdown > a:after,
    .sticky-header .dropdown-submenu > a:after {
      top: 8px;
      right: 9px;
      font-size: 11px;
      content: "\f105";
      position: absolute;
      font-weight: normal;
      display: inline-block; }
    .sticky-header li.dropdown > a {
      padding-right: 25px; }
    .sticky-header li.dropdown > a:after {
      right: 15px;
      top: 15px;
      content: "";
      display: block;
      width: 11px;
      height: 7px;
      background: url(../img/dropdownarrow.png);
      background-size: cover; }
    .sticky-header .mega-menu .equal-height-list h3 {
      color: #1b8ebd;
      margin: 0 0 5px;
      font-size: 13px;
      font-weight: 400;
      padding: 6px 10px 5px;
      border-bottom: solid 1px #eee; }
    .sticky-header .mega-menu .equal-height-list li a {
      color: #FFF;
      display: block;
      font-size: 13px;
      font-weight: 400;
      padding: 6px 10px;
      border-bottom: solid 1px #eee; }
    .sticky-header .mega-menu .equal-height-list > h3.active,
    .sticky-header .mega-menu .equal-height-list > .active > a,
    .sticky-header .mega-menu .equal-height-list > .active > a:hover,
    .sticky-header .mega-menu .equal-height-list > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .sticky-header .mega-menu .equal-height-list li a:hover {
      text-decoration: none; } }

.header .christmas {
  position: relative;
  outline: none;
  cursor: pointer; }
  .header .christmas-container {
    padding: 0;
    display: block;
    text-align: right; }
  .header .christmas img {
    position: absolute;
    max-width: 220px;
    right: 550px;
    top: 11px;
    z-index: 100; }
    @media (max-width: 1376px) {
      .header .christmas img {
        right: 550px; } }
    @media (max-width: 1199px) {
      .header .christmas img {
        right: 550px; } }
    @media (max-width: 991px) {
      .header .christmas img {
        display: none; } }
  .header .christmas p {
    display: inline-block;
    background-color: #920903;
    color: #FFF;
    font: 400 18px/1 Arial;
    border-radius: 0 0 10px 10px;
    padding: 5px 10px;
    margin: 0; }
    @media (max-width: 991px) {
      .header .christmas p {
        border-radius: 0;
        width: 100%;
        text-align: center;
        padding: 10px; } }
    @media (max-width: 767px) {
      .header .christmas p {
        font: 400 14px/1 Arial; } }

.grafikservice .header .christmas-container, .kontakt .header .christmas-container, .individuelle-spielkarten .header .christmas-container {
  display: none; }

@media (min-width: 768px) {
  #lieferzeiten-modal .modal-dialog {
    width: 720px; } }

#lieferzeiten-modal .modal-content {
  border-radius: 0; }

#lieferzeiten-modal .modal-header {
  border-bottom: 0; }

#lieferzeiten-modal .modal-title {
  color: #AC0000;
  font: 900 20px/27px Arial; }

#lieferzeiten-modal .modal-body {
  overflow-y: scroll;
  max-height: calc(100vh - 117px); }
  @media (max-width: 767px) {
    #lieferzeiten-modal .modal-body {
      max-height: calc(100vh - 77px); } }

#lieferzeiten-modal .table-christmas h3 {
  display: none; }

#lieferzeiten-modal .tab-versand-parts {
  display: block; }
  #lieferzeiten-modal .tab-versand-parts .table-main, #lieferzeiten-modal .tab-versand-parts .table-blue {
    margin: 0; }

#lieferzeiten-modal .tab-versand-part .plus {
  margin: 15px auto;
  text-align: center; }

#lieferzeiten-modal .tab-versand-part .result {
  margin: 15px 0 0;
  flex-direction: column; }
  #lieferzeiten-modal .tab-versand-part .result span {
    text-align: center; }
    #lieferzeiten-modal .tab-versand-part .result span:nth-child(2) {
      margin-left: 0; }

#preiseinfo-modal {
  padding: 0;
  opacity: 1 !important; }
  @media (min-width: 768px) {
    #preiseinfo-modal .modal-dialog {
      width: 720px; } }
  #preiseinfo-modal .modal-content {
    border-radius: 0; }
  #preiseinfo-modal .modal-header {
    border-bottom: 0; }
  #preiseinfo-modal .modal-title {
    color: #243c5b;
    font: 900 20px/27px Arial; }
  #preiseinfo-modal .modal-body {
    overflow-y: scroll;
    max-height: calc(100vh - 117px); }
    #preiseinfo-modal .modal-body .col-sm-12 {
      padding: 0; }
    @media (max-width: 767px) {
      #preiseinfo-modal .modal-body {
        max-height: calc(100vh - 77px); } }

.colorbox-with-image #colorbox {
  width: 100% !important;
  position: fixed !important;
  top: 15px !important;
  left: 0 !important;
  right: 0 !important; }
  .colorbox-with-image #colorbox #cboxWrapper {
    width: calc(100% - 30px);
    max-width: 640px;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: auto !important; }
    @media (max-width: 991px) {
      .colorbox-with-image #colorbox #cboxWrapper {
        width: calc(100% - 30px) !important; } }
    .colorbox-with-image #colorbox #cboxWrapper #cboxTopLeft, .colorbox-with-image #colorbox #cboxWrapper #cboxTopCenter, .colorbox-with-image #colorbox #cboxWrapper #cboxTopRight, .colorbox-with-image #colorbox #cboxWrapper #cboxMiddleLeft, .colorbox-with-image #colorbox #cboxWrapper #cboxMiddleRight, .colorbox-with-image #colorbox #cboxWrapper #cboxBottomCenter, .colorbox-with-image #colorbox #cboxWrapper #cboxBottomRight, .colorbox-with-image #colorbox #cboxWrapper #cboxBottomLeft {
      display: none; }
    .colorbox-with-image #colorbox #cboxWrapper #cboxContent {
      width: 100% !important;
      height: auto !important;
      max-height: calc(100vh - 30px) !important; }
      .colorbox-with-image #colorbox #cboxWrapper #cboxContent #cboxLoadedContent {
        width: 100% !important;
        max-height: calc(100vh - 30px) !important; }
        .colorbox-with-image #colorbox #cboxWrapper #cboxContent #cboxLoadedContent img {
          width: auto !important;
          height: auto !important;
          max-height: calc(100vh - 30px) !important;
          max-width: 100% !important; }
      .colorbox-with-image #colorbox #cboxWrapper #cboxContent #cboxClose {
        top: 0; }

#colorbox #cboxWrapper > div:nth-child(1) {
  display: none; }

#colorbox #cboxWrapper > div:nth-child(3) {
  display: none; }

#colorbox #cboxWrapper #cboxMiddleLeft {
  display: none; }

#colorbox #cboxWrapper #cboxMiddleRight {
  display: none; }

#colorbox #cboxWrapper #cboxContent {
  width: 100% !important; }
  @media (max-width: 480px) {
    #colorbox #cboxWrapper #cboxContent {
      width: 100% !important; }
      #colorbox #cboxWrapper #cboxContent #cboxLoadedContent {
        width: 100% !important; } }
  #colorbox #cboxWrapper #cboxContent #cboxLoadedContent {
    width: 100% !important; }

.self_made_modal #cboxWrapper {
  width: 100%;
  max-width: none !important; }

.modal-configurator .block_btn {
  margin-bottom: 20px; }
  .modal-configurator .block_btn h3 {
    margin-bottom: 0px;
    font-weight: bold;
    color: black; }
    .modal-configurator .block_btn h3 span b {
      color: red; }
  .modal-configurator .block_btn .infos {
    display: none; }
  .modal-configurator .block_btn .main {
    display: flex; }
    .modal-configurator .block_btn .main .list {
      width: 65%;
      font-size: 12px;
      /*display: flex;
        align-items: flex-end;*/ }
    .modal-configurator .block_btn .main .list ul {
      list-style: none;
      padding-left: 0;
      padding-top: 15px; }
      .modal-configurator .block_btn .main .list ul li {
        margin-left: 15px; }
        .modal-configurator .block_btn .main .list ul li .true {
          color: green; }
        .modal-configurator .block_btn .main .list ul li .false {
          color: red; }
      .modal-configurator .block_btn .main .list ul li.true::before {
        content: '✓';
        color: green;
        margin-left: -15px;
        font-weight: 700;
        position: absolute; }
      .modal-configurator .block_btn .main .list ul li.false::before {
        content: 'X';
        color: red;
        margin-left: -15px;
        font-weight: 700;
        position: absolute; }
    .modal-configurator .block_btn .main .list .link {
      margin-left: 10px;
      text-decoration: underline;
      color: red;
      font-size: 14px; }
    .modal-configurator .block_btn .main .right-btn {
      flex: 1;
      display: flex; }
      .modal-configurator .block_btn .main .right-btn button {
        font-size: 18px;
        line-height: 1.2;
        margin: auto;
        min-height: 78px; }
        .modal-configurator .block_btn .main .right-btn button span {
          font-size: 14px; }

.modal-configurator .closeIframe {
  float: right;
  /*padding-right: 20px;*/
  text-decoration: underline;
  font-size: 15px;
  margin-bottom: 20px;
  margin-right: 20px; }

.modal-configurator .closeIframe:hover {
  cursor: pointer; }

@media (max-width: 480px) {
  .modal-configurator .block_btn h3 {
    text-align: center; }
    .modal-configurator .block_btn h3 span {
      display: none; }
  .modal-configurator .block_btn .infos {
    display: block;
    text-align: center;
    text-decoration: underline;
    margin-top: 5px;
    margin-bottom: 5px; }
  .modal-configurator .block_btn .main {
    flex-direction: column; }
    .modal-configurator .block_btn .main .list {
      width: 100%; }
      .modal-configurator .block_btn .main .list .collapse-desktop {
        display: none; }
      .modal-configurator .block_btn .main .list p {
        text-align: center; }
  .modal-configurator .closeIframe {
    padding-right: 0px; } }

/* Speelinfo tab styling */
.tab-spielinfo {
  padding: 20px 0; }
  .tab-spielinfo-header {
    font: 900 20px/20px Arial;
    color: #243c5b;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 70px; }
  .tab-spielinfo-items {
    display: flex;
    align-items: baseline;
    justify-content: space-between; }
    .tab-spielinfo-items .item {
      width: 20%;
      text-align: center; }
      .tab-spielinfo-items .item img {
        max-height: 156px;
        max-width: 90%; }
      .tab-spielinfo-items .item p {
        margin: 20px 0 0;
        font: normal 15px/18px Arial; }

@media (max-width: 767px) {
  .tab-spielinfo-header {
    font: 900 18px/20px Arial;
    margin: 0 0 20px; }
  .tab-spielinfo-items {
    display: block; }
    .tab-spielinfo-items .item {
      width: 100%;
      display: flex;
      align-items: center;
      padding: 0 15px 20px; }
      .tab-spielinfo-items .item:last-child {
        padding-bottom: 0; }
      .tab-spielinfo-items .item p {
        margin: 20px 0;
        text-align: left; }
      .tab-spielinfo-items .item img {
        max-width: 110px;
        margin: 0 15px 0 0; } }

/* Details tab styling */
.tab-details {
  padding: 20px 0; }
  .tab-details-header {
    font: 900 20px/20px Arial;
    color: #243c5b;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 70px; }
  .tab-details-items {
    display: flex;
    align-items: center;
    justify-content: center; }
    .tab-details-items .item {
      width: 20%;
      text-align: center;
      margin: 0 30px; }
      .tab-details-items .item img {
        max-height: 156px;
        max-width: 90%; }
      .tab-details-items .item p:first-of-type {
        margin: 20px 0 0;
        font: normal 15px/18px Arial; }
      .tab-details-items .item p {
        font: normal 15px/18px Arial; }
  .tab-details-puzzle .tab-details-items {
    margin-bottom: 50px; }
  .tab-details-puzzle .table-main {
    margin-bottom: 0; }

@media (max-width: 767px) {
  .tab-details-header {
    font: 900 18px/20px Arial;
    margin: 0 0 20px; }
  .tab-details-items {
    display: block; }
    .tab-details-items .item {
      width: 100%;
      display: flex;
      align-items: center;
      padding: 0 15px 20px;
      margin: 0; }
      .tab-details-items .item:last-child {
        padding-bottom: 0; }
      .tab-details-items .item p {
        margin: 20px 0;
        text-align: left; }
      .tab-details-items .item img {
        max-width: 110px;
        margin: 0 15px 0 0; }
  .tab-details-items-puzzle {
    margin-bottom: 30px; } }

/* Preise tab styling */
.tab-preise {
  padding: 70px 0; }

/* Verpackungen tab styling */
.tab-verpackungen {
  padding: 0;
  margin: 0 0 20px; }
  .tab-verpackungen-info {
    text-align: center;
    margin: 20px 0 35px; }
    .tab-verpackungen-info h3 {
      font: 900 20px/20px Arial;
      color: #243c5b;
      margin: 0 0 20px; }
    .tab-verpackungen-info p {
      font: normal 15px/1.53 Arial;
      color: #243c5b;
      max-width: 500px;
      margin: 0 auto; }
  .tab-verpackungen-items {
    display: flex;
    justify-content: center; }
  .tab-verpackungen-item {
    text-align: center;
    padding: 20px;
    margin: 0 15px;
    max-width: 360px;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1; }
    .tab-verpackungen-item h4 {
      color: #1b8ebd;
      font: 900 20px/20px Arial;
      margin: 0 0 25px; }
    .tab-verpackungen-item img {
      border-radius: 0;
      border: 0;
      padding: 0;
      margin: 0 auto; }
    .tab-verpackungen-item ul {
      margin: 30px 0;
      padding: 0; }
      .tab-verpackungen-item ul li {
        list-style-type: none;
        font: normal 15px/1.34 Arial; }

@media (max-width: 991px) {
  .tab-verpackungen-item {
    padding: 20px 10px;
    margin: 0 5px; } }

@media (max-width: 767px) {
  .tab-verpackungen-items {
    display: block; }
  .tab-verpackungen-item {
    margin: 20px 0;
    max-width: 100%; }
  .tab-verpackungen-info h3 {
    font: 900 16px/20px Arial;
    margin: 0 0 20px; }
  .tab-verpackungen-info p {
    font: normal 12px/15px Arial; } }

/* Versand tab styling */
.tab-versand-info {
  margin: 20px 0 60px; }
  .tab-versand-info h3 {
    font: 900 20px/20px Arial;
    color: #243c5b;
    margin: 0 0 20px; }
  .tab-versand-info p {
    font: normal 15px/15px Arial;
    color: #19171c;
    margin: 0; }

.tab-versand-parts {
  display: flex;
  justify-content: space-between; }

.tab-versand-part .plus {
  font: 900 80px/50px Arial;
  color: #243c5b;
  margin: 10px 30px; }

.tab-versand-part .result {
  font: 900 20px/20px Arial;
  color: #243c5b;
  margin: 15px 0 0 30px;
  display: flex; }
  .tab-versand-part .result span {
    font: 900 80px/50px Arial;
    color: #243c5b; }
    .tab-versand-part .result span:nth-child(2) {
      font: 900 20px/50px Arial;
      margin-left: 20px; }

@media (max-width: 991px) {
  .tab-versand-info {
    margin: 40px 0; }
  .tab-versand-parts {
    display: block; }
    .tab-versand-parts .table-main, .tab-versand-parts .table-blue {
      margin: 0; }
  .tab-versand-part .plus {
    margin: 15px auto;
    text-align: center; }
  .tab-versand-part .result {
    margin: 15px 0 0;
    flex-direction: column; }
    .tab-versand-part .result span {
      text-align: center; }
      .tab-versand-part .result span:nth-child(2) {
        margin-left: 0; } }

@media (max-width: 767px) {
  .tab-versand-info {
    margin: 0 0 20px; } }

/* Other tabs styling */
.nav-tabs-2 > li {
  width: 50% !important; }

.nav-tabs-4 > li {
  width: 25% !important; }

.nav-tabs-5 > li {
  width: auto !important; }

.nav-tabs {
  z-index: 1 !important;
  position: relative; }
  .nav-tabs > li {
    text-align: center;
    background-color: #1b8ebd !important;
    color: #fff; }
    .nav-tabs > li.active, .nav-tabs > li.active a, .nav-tabs > li.active:hover, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      background-color: #BDBE00;
      color: #FFF;
      border-color: #1B8EBD; }
    .nav-tabs > li.active a {
      font-weight: bold; }
    .nav-tabs > li a {
      color: #fff;
      margin: 0;
      border: 1px solid #1B8EBD; }
      .nav-tabs > li a:hover {
        border: 1px solid #1B8EBD;
        background-color: #BDBE00; }

/* New tabs for product pages */
.nav-tabs-product {
  z-index: 1 !important;
  border: 0 !important;
  background: transparent !important;
  margin-top: -45.5px;
  position: relative; }
  .nav-tabs-product > li {
    text-align: center;
    background-color: #1b8ebd !important;
    color: #fff;
    min-width: 180px;
    max-width: 220px;
    margin-right: 4px;
    font: normal 18px/18px Arial;
    border-radius: 10px 10px 0 0; }
    .nav-tabs-product > li a {
      color: #fff;
      margin: 0;
      border: 0; }
      .nav-tabs-product > li a:hover {
        background-color: #1b8ebd !important;
        color: #FFF !important;
        border-radius: 10px 10px 0 0;
        border: 0; }
    .nav-tabs-product > li.active, .nav-tabs-product > li.active a, .nav-tabs-product > li.active:hover {
      background-color: #fff !important;
      color: #1b8ebd !important;
      border: 0 !important;
      border-radius: 10px 10px 0 0; }
      .nav-tabs-product > li.active a, .nav-tabs-product > li.active a a, .nav-tabs-product > li.active:hover a {
        font-weight: bold; }

.nav-tabs-b2b > li {
  min-width: 180px;
  width: auto !important;
  max-width: none; }
  @media (max-width: 1200px) {
    .nav-tabs-b2b > li {
      min-width: 80px; } }

.individuelle-spielkarten .nav-tabs > li {
  min-width: 170px; }

@media (max-width: 991px) {
  .nav-tabs > li {
    max-width: 200px !important;
    min-width: 140px;
    font: normal 16px/18px Arial; }
    .nav-tabs > li a {
      padding: 11.5px 13px !important; }
  .individuelle-spielkarten .nav-tabs > li {
    min-width: 90px; } }

.nav-tabs-profile {
  z-index: 1 !important;
  border: 0 !important;
  background: transparent !important;
  position: relative;
  display: flex; }
  @media (max-width: 568px) {
    .nav-tabs-profile-container .col-sm-12 {
      padding: 0; } }
  .nav-tabs-profile-wrapper .table {
    display: block;
    overflow-x: auto; }
  @media (max-width: 568px) {
    .nav-tabs-profile-wrapper {
      margin: 0 -15px; } }
  @media (max-width: 767px) {
    .nav-tabs-profile {
      display: block; } }
  .nav-tabs-profile > li {
    text-align: center;
    background-color: #1b8ebd !important;
    color: #fff;
    width: calc(25% - 3px) !important;
    float: left;
    margin-right: 4px;
    font: normal 18px/18px Arial;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 767px) {
      .nav-tabs-profile > li {
        width: calc(50% - 2px) !important;
        margin: 0 4px 4px 0;
        max-width: 50% !important; } }
    @media (max-width: 568px) {
      .nav-tabs-profile > li {
        width: 100% !important;
        max-width: 100% !important;
        margin: 2px 0 0;
        border-radius: 0; } }
    .nav-tabs-profile > li:last-child {
      margin-right: 0; }
    @media (max-width: 568px) {
      .nav-tabs-profile > li:first-child {
        margin: 0; } }
    @media (min-width: 569px) and (max-width: 767px) {
      .nav-tabs-profile > li:nth-child(2n) {
        width: calc(50% - 2px) !important;
        margin: 0 0 4px 0; } }
    .nav-tabs-profile > li a {
      color: #fff;
      margin: 0;
      border: 0;
      width: 100%;
      line-height: 1.42857143; }
      .nav-tabs-profile > li a:hover {
        background-color: #1b8ebd !important;
        color: #FFF !important;
        border-radius: 10px 10px 0 0;
        border: 0; }
      @media (max-width: 991px) {
        .nav-tabs-profile > li a {
          font-size: 16px;
          padding: 11.5px 13px !important; } }
    .nav-tabs-profile > li.active, .nav-tabs-profile > li.active a, .nav-tabs-profile > li.active:hover {
      background-color: #243c5b !important;
      color: #fff !important;
      border: 0 !important;
      border-radius: 10px 10px 0 0; }
      @media (max-width: 568px) {
        .nav-tabs-profile > li.active, .nav-tabs-profile > li.active a, .nav-tabs-profile > li.active:hover {
          border-radius: 0; } }
      .nav-tabs-profile > li.active a, .nav-tabs-profile > li.active a a, .nav-tabs-profile > li.active:hover a {
        font-weight: bold; }

.nav-tabs-2 > li.active, .nav-tabs-2 > li.active a, .nav-tabs-2 > li a:hover {
  border-bottom-color: #fff !important; }

.tab-content {
  padding: 50px 15px;
  border: 0; }

.product-info {
  overflow-x: auto;
  width: 100%; }
  .product-info .table {
    min-width: 400px;
    width: 100%; }
  @media (max-width: 991px) {
    .product-info {
      margin: 1rem 0; } }

@media (max-width: 1199px) {
  .flex-product-types .product-type-cube {
    width: calc(100% / 3) !important; } }

@media (max-width: 767px) {
  .flex-product-types .product-type-cube {
    width: 100% !important; } }

@media (max-width: 1199px) {
  .flex-product-types-2 .product-type-cube {
    width: calc(100% / 2) !important; } }

@media (max-width: 767px) {
  .flex-product-types-2 .product-type-cube {
    width: 100% !important; } }

@media (max-width: 767px) {
  h2 {
    font-size: 22px !important; } }

@media (max-width: 767px) {
  .btn-mega .big {
    font-size: 16px; } }

.pg-blue-block {
  padding: 20%; }
  @media (max-width: 991px) {
    .pg-blue-block {
      padding: 20px; } }

.pg-btns-block {
  padding: 15% 20%; }
  @media (max-width: 991px) {
    .pg-btns-block {
      padding: 20px 0 40px; }
      .pg-btns-block a {
        margin: 0 0 20px; } }

.btn {
  white-space: normal; }

.tabs-container {
  position: relative; }

#tabs-container-point {
  position: absolute;
  top: -130px;
  left: 0;
  width: 0;
  height: 0;
  display: block;
  z-index: -1; }

@media (max-width: 767px) {
  .tabs-container {
    padding: 0; }
    .tabs-container .panel-group {
      margin-bottom: 0; }
      .tabs-container .panel-group .panel + .panel {
        margin-top: 2px; }
      .tabs-container .panel-group .panel-default {
        border: 0; }
        .tabs-container .panel-group .panel-default > .panel-heading {
          border-right: 0;
          text-align: center;
          background-color: #1b8ebd;
          color: #FFF;
          display: inline-block;
          width: 100%;
          padding: 0; }
          .tabs-container .panel-group .panel-default > .panel-heading .panel-title {
            font: normal 18px/18px Arial;
            display: inline-block;
            width: 100%;
            padding: 0; }
            .tabs-container .panel-group .panel-default > .panel-heading .panel-title a {
              text-decoration: none;
              padding: 15px;
              width: 100%;
              display: block; }
          .tabs-container .panel-group .panel-default > .panel-heading + .panel-collapse > .panel-body {
            padding: 30px 15px; } }

img.img-bordered {
  padding: 3px !important;
  border: solid 1px #eee !important; }

.img-container:hover {
  background-color: #328dbd;
  position: relative; }
  .img-container:hover:after {
    content: '+';
    position: absolute;
    background-color: #328dbd;
    width: 7rem;
    height: 7rem;
    background-color: #328dbd;
    top: calc(50% - 3.5rem);
    left: calc(50% - 3.5rem);
    border-radius: 50%;
    font-size: 30px;
    line-height: 7rem;
    color: #fff;
    text-align: center; }

@media (max-width: 767px) {
  #tabHolder {
    overflow: hidden !important; } }

.tabs-container .planning-poker-tabs .mainpart__block h2 {
  text-transform: none; }

.tabs-container .planning-poker-tabs .mainpart__block h3 {
  text-transform: none; }

.tabs-container .planning-poker-tabs .img-mobile {
  display: none; }

.tabs-container .planning-poker-tabs img {
  width: 90%;
  margin-bottom: 40px;
  border-radius: 10px; }

.tabs-container .planning-poker-tabs #das_spiel .tab-spielinfo-header {
  text-align: left;
  margin-bottom: 20px; }

.tabs-container .planning-poker-tabs #das_spiel p {
  color: #555;
  font: normal 15px/1.53 Arial;
  margin: 0 0 35px; }

.tabs-container .planning-poker-tabs #das_spiel .p_blue {
  color: #1B8EBD; }

.tabs-container .planning-poker-tabs #vorteile .p_blue {
  color: #1B8EBD; }

.tabs-container .planning-poker-tabs #hintergrunde .p_blue {
  color: #1B8EBD; }

.tabs-poker .js-tabcollapse-panel-body {
  padding: 0 !important; }

/* Tabs tables styling */
@media (min-width: 992px) {
  .table-main {
    margin-bottom: 40px;
    padding: 0; }
    .table-main-left {
      float: left;
      width: calc(50% - 24px); }
    .table-main-right {
      float: right;
      width: calc(50% - 24px); } }

@media (min-width: 767px) and (max-width: 991px) {
  .table-main {
    width: 100%; }
    .table-main-left, .table-main-right {
      float: none; } }

.table-main {
  border: 0 !important;
  border-radius: 0; }
  .table-main * {
    border: 0 !important;
    border-radius: 0; }
  .table-main h3 {
    color: #243c5b;
    font: 900 20px/27px Arial; }
  .table-main .table > tbody > tr > td {
    background-color: #DEE2E8;
    font: normal 15px/1.53 Arial;
    color: #19171c;
    padding: 11px 19px;
    width: calc(100% / 3); }
    .table-main .table > tbody > tr > td a {
      font: normal 15px/1.53 Arial; }
    .table-main .table > tbody > tr > td b {
      font: 900 15px/1.53 Arial; }
  .table-main .table > tbody > tr:nth-of-type(odd) > td {
    background-color: #E9EBEE; }
  .table-main .table > tbody > tr.table-header {
    background-color: #243c5b; }
    .table-main .table > tbody > tr.table-header th {
      color: #FFF;
      font: 900 15px/1.53 Arial;
      padding: 24px 19px; }
  .table-main .table > tbody > tr.table-columns th {
    background-color: #365782;
    color: #FFF;
    font: normal 15px/1.53 Arial;
    padding: 11px 19px;
    width: 200px; }
  .table-main-six .table > tbody > tr > td {
    width: calc(100% / 6); }
  .table-main .panel {
    margin-bottom: 0;
    box-shadow: none; }
    .table-main .panel-body {
      padding: 20px 0 10px; }
      .table-main .panel-body p {
        font: normal 14px/2.4 Arial;
        margin: 0; }

/* Table Blue */
.table-blue {
  border: 0 !important;
  border-radius: 0 !important; }
  @media (min-width: 992px) {
    .table-blue {
      margin-bottom: 40px;
      padding: 0; } }
  .table-blue * {
    border: 0 !important;
    border-radius: 0 !important; }
  .table-blue h3 {
    color: #1b8ebd;
    font: 900 20px/27px Arial; }
  .table-blue .table > tbody > tr > td {
    background-color: #e4f2f8;
    font: normal 15px/1.53 Arial;
    color: #19171c;
    padding: 11px 19px;
    width: calc(100% / 3); }
    .table-blue .table > tbody > tr > td b {
      font: 900 15px/1.53 Arial; }
  .table-blue .table > tbody > tr:nth-of-type(odd) > td {
    background-color: #f1f9fc; }
  .table-blue .table > tbody > tr.table-header {
    background-color: #1b8ebd; }
    .table-blue .table > tbody > tr.table-header th {
      color: #FFF;
      font: 900 15px/1.53 Arial;
      padding: 24px 19px; }
  .table-blue .table > tbody > tr.table-columns th {
    background-color: #4fa4c7;
    color: #FFF;
    font: normal 15px/1.53 Arial;
    padding: 11px 19px;
    width: 200px; }
  .table-blue .panel {
    margin-bottom: 0;
    box-shadow: none; }
    .table-blue .panel-body {
      padding: 20px 0 10px; }
      .table-blue .panel-body p {
        font: normal 14px/2.4 Arial;
        margin: 0; }

/* Table Christmas */
.table-christmas {
  border: 0 !important;
  border-radius: 0 !important;
  margin: 0 0 30px; }
  @media (min-width: 992px) {
    .table-christmas {
      margin-bottom: 40px; } }
  .table-christmas * {
    border: 0 !important;
    border-radius: 0 !important; }
  .table-christmas h3 {
    color: #AC0000;
    font: 900 20px/27px Arial; }
  .table-christmas .table > tbody > tr > td {
    background-color: #EAC6CA;
    font: normal 15px/1.53 Arial;
    color: #19171c;
    padding: 11px 19px;
    width: calc(100% / 3); }
    .table-christmas .table > tbody > tr > td.red {
      color: red; }
    .table-christmas .table > tbody > tr > td b {
      font: 900 15px/1.53 Arial; }
  .table-christmas .table > tbody > tr:nth-of-type(odd) > td {
    background-color: #F1F9FC; }
  .table-christmas .table > tbody > tr.table-header {
    background-color: #AC0000; }
    .table-christmas .table > tbody > tr.table-header th {
      color: #FFF;
      font: 900 15px/1.53 Arial;
      padding: 24px 19px; }
  .table-christmas .table > tbody > tr.table-columns th {
    background-color: #C84E59;
    color: #FFF;
    font: normal 15px/1.53 Arial;
    padding: 11px 19px;
    width: 200px; }
  .table-christmas .panel {
    margin-bottom: 0;
    box-shadow: none;
    position: relative; }
    .table-christmas .panel img {
      position: absolute;
      max-width: 250px;
      right: 5%;
      top: -131px; }
    .table-christmas .panel-body {
      padding: 20px 0 10px; }
      .table-christmas .panel-body p {
        color: #AC0000;
        font: 500 14px/1.5 Arial;
        margin: 0; }

@media (max-width: 480px) {
  .table {
    overflow-x: auto;
    display: block; } }

@media (max-width: 750px) {
  .price-previous-order {
    width: 55px !important; } }

.price-previous-order {
  width: 45px;
  white-space: pre-wrap;
  word-break: break-all;
  word-break: break-word;
  display: inline-flex;
  justify-content: flex-end;
  /*float: left;*/ }

.price-td {
  text-align: right; }

.footer-logo {
  padding: 0;
  margin: 0 0 30px; }
  .footer-logo img {
    max-width: 280px;
    margin: 0 0 18px;
    width: 100%; }
    @media (max-width: 1376px) {
      .footer-logo img {
        max-width: 265px; } }

.footer .headline {
  margin: 0 0 20px 0;
  border: 0; }
  .footer .headline h4 {
    border: 0; }

.footer .link-list a {
  padding: 0;
  text-transform: none;
  font-family: Arial;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.86;
  letter-spacing: normal;
  color: #ffffff; }

.footer-images {
  padding-left: 0 !important; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .footer-images {
      padding-right: 0; } }

.footer-img {
  padding: 0; }
  .footer-img img {
    max-width: 120px;
    width: 100%;
    margin: 0; }

.footer .copyright {
  margin-top: 20px; }

@media (max-width: 991px) {
  .footer-column {
    margin-left: 10px; }
  .footer-images {
    max-width: 315px;
    padding-left: 8px; }
  .footer .headline {
    margin: 2px 0 19px 0; } }

.footer-v1 .link-list li {
  border: 0; }

.footer-v1 .footer {
  padding-top: 50px; }
  .footer-v1 .footer h4 {
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.93;
    color: #bdbe00; }

@media (max-width: 767px) {
  .footer .col-xs-5:first-child {
    margin-right: 20px; } }

@media (max-width: 480px) {
  .footer .col-xs-6 {
    width: 100%; } }

.txt-thin {
  font-weight: normal; }

.upper-block__form {
  margin-bottom: 25px; }
  @media (max-width: 1199px) {
    .upper-block__form {
      margin-top: 25px; } }
  @media (max-width: 767px) {
    .upper-block__form {
      padding: 0 15px;
      margin-bottom: 30px; } }
  @media (min-width: 1200px) {
    .upper-block__form {
      padding-top: 50px; } }
  .upper-block__form .form-box {
    padding-bottom: 20px; }
    @media (max-width: 1200px) {
      .upper-block__form .form-box {
        padding-bottom: 30px; } }
    .upper-block__form .form-box .tag-box-custom:first-child {
      margin-bottom: 38px; }
      @media (max-width: 767px) {
        .upper-block__form .form-box .tag-box-custom:first-child {
          margin-bottom: 15px; } }

.upper-block__form .form-box .box-custom:first-child {
  margin-bottom: 38px; }

.txt-bold {
  font-weight: 900; }

.box-custom * {
  font-family: Arial, sans-serif; }

.form-box {
  float: right; }
  @media (max-width: 1199px) {
    .form-box {
      float: left; } }

.sticky-header .buttons {
  text-align: center; }
  .sticky-header .buttons .big {
    font-weight: bold; }

.sticky-header .sticky-buttons {
  text-align: center; }
  .sticky-header .sticky-buttons .big {
    font-weight: bold !important; }

@media (max-width: 350px) {
  .sticky-header .sticky-buttons .big {
    font-size: 14px; } }

.box-custom {
  max-width: 300px;
  width: 100%;
  height: auto; }
  .box-custom .cta-small {
    font-weight: 200 !important; }
  @media (max-width: 767px) {
    .box-custom {
      max-width: 450px; } }
  @media (max-width: 480px) {
    .box-custom {
      max-width: 100%; } }
  .box-custom .form {
    padding: 15px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 2px 6px 0 #9b9b9b; }
    .box-custom .form__header {
      margin: 0 0 6px 0;
      font-size: 17px;
      line-height: 1.02;
      color: #bdbe00; }
      @media (max-width: 1376px) and (min-width: 1200px) {
        .box-custom .form__header {
          font-size: 16px; } }
    .box-custom .form__select {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      width: 100%; }
      .box-custom .form__select select {
        width: 100%;
        padding: 10px 30px 7px 11px !important;
        -webkit-padding-end: 30px !important;
        -webkit-padding-start: 10px !important;
        -moz-padding-start: 10px !important;
        -moz-padding-end: 30px !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;
        display: block;
        border: 0;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
        color: #555555;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-size: 13px;
        font-weight: normal;
        line-height: 1.15; }
      .box-custom .form__select select::-ms-expand {
        display: none; }
      .box-custom .form__select select:focus {
        background: #ffffff;
        outline: none; }
      .box-custom .form__select::-ms-expand {
        display: none; }
      .box-custom .form__select:after {
        content: "";
        position: absolute;
        z-index: 2;
        right: 8px;
        top: 50%;
        margin-top: -3px;
        height: 0;
        width: 0;
        border-top: 6px solid #9b9b9b;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        pointer-events: none; }
    .box-custom .form .ie8 .plain-select select {
      padding-right: 3px; }
    .box-custom .form__price {
      margin: 13px 0 3px 0; }
      .box-custom .form__price_price {
        display: inline;
        margin: 0;
        font-size: 25px;
        line-height: 0.88;
        font-weight: 900;
        color: #555555; }
      .box-custom .form__price_text {
        font-size: 8.9px;
        line-height: 0.2;
        color: #979797;
        margin-left: 19px; }
      .box-custom .form__price a {
        color: #979797 !important; }
    .box-custom .form__description {
      margin: 0 0 8px 0;
      font-size: 11.4px;
      font-weight: normal;
      line-height: 1.4;
      color: #555555; }
      .box-custom .form__description a {
        color: #979797 !important; }
    .box-custom .form__btn {
      white-space: nowrap;
      font-size: 20px;
      font-weight: 900;
      line-height: 1.1; }

.upper-spielkarten .box-custom .form__header {
  font-size: 25px; }

.upper-spielkarten .box-custom .btn {
  padding: 8px 12px; }

.upper-spielkarten .box-custom .form__btn {
  font-size: 19px;
  margin-top: 17px;
  font-weight: 600; }

.btn-litle {
  margin-bottom: 10px; }

@media (max-width: 1199px) and (min-width: 768px) {
  .product-da-slider .box-custom .form {
    padding: 10px; }
  .product-da-slider .box-custom .form__header {
    font-size: 14px; }
  .upper-spielkarten .box-custom .form__header {
    font-size: 19px; } }

@media (max-width: 768px) {
  .upper-block__one-form {
    margin-bottom: 0; }
    .upper-block__one-form .form-box {
      padding: 0; } }

a:hover, a:visited, a:focus {
  text-decoration: none !important; }

.breadcrumb {
  padding: 0 0 0 10px !important; }

h1.pull-left {
  font: 900 25px Arial;
  margin-top: 0; }

h3.panel-title {
  font: 800 15px Arial;
  color: #fff;
  margin: 10px 0; }

div.panel-default > div.panel-heading {
  border-radius: 10px 10px 0 0;
  background-color: #243c5b; }

div.panel-default,
.acc-v1 div.panel-default {
  border-radius: 10px; }

.acc-v1 .panel-heading a {
  background-color: #243c5b; }

.panel-title > .accordion-toggle {
  text-decoration: none;
  color: #fff;
  border-radius: 10px; }
  .panel-title > .accordion-toggle[aria-expanded="true"] {
    border-radius: 10px 10px 0 0; }

.acc-v1 div.panel-default > div.panel-heading {
  border-radius: 10px; }

#mein-spiel-kalkulator {
  overflow: visible !important; }

@media only screen and (max-width: 576px) {
  #mein-spiel-kalkulator .respond-container div.grid .desc h2 {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    font-size: 16px !important;
    line-height: 20px; }
  #mein-spiel-kalkulator .respond-container div.grid .desc .button {
    font-size: 14px !important;
    padding: 8px 20px !important; }
  #mein-spiel-kalkulator .respond-container div.grid > div {
    padding-top: 10px !important; }
  div.container > p {
    margin-bottom: 0; }
  div.container.content.height-500 {
    padding-top: 30px;
    padding-bottom: 0; }
  .password-submit {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 80px; }
    .password-submit .btn {
      width: 100%; }
  .modal-body {
    border-radius: 6px; }
    .modal-body h2 {
      font-size: 20px; }
    .modal-body h1 {
      font-size: 24px; }
    .modal-body p {
      text-align: justify; }
    .modal-body #collapseThree #fGuest p {
      line-height: 16px; }
  .modal-dialog {
    height: 96vh;
    overflow: auto;
    overflow-x: hidden;
    border-radius: 6px; }
  .registration-submit .btn {
    width: 100%; } }

@media (max-width: 1199px) {
  .registration-submit {
    margin-top: 20px; }
  .captcha-block {
    margin-top: 10px; }
    .captcha-block img {
      width: 200px; } }

@media (max-width: 480px) {
  .game-leave-form #fRegister .form-group label {
    padding-right: 0px;
    padding-left: 0px; } }

@media (max-width: 400px) {
  .game-leave-form #fRegister .form-group label {
    font-size: 13px; } }

@media (max-width: 480px) {
  .game-leave-form #fLogin .form-group label {
    padding-right: 0px;
    padding-left: 0px; } }

@media (max-width: 400px) {
  .game-leave-form #fLogin .form-group label {
    font-size: 13px; } }

.game-leave-form .panel-group {
  width: 80%;
  margin: auto;
  /*width: max-content;
    margin: auto;*/ }
  @media (max-device-width: 768px) {
    .game-leave-form .panel-group {
      width: 100%;
      margin: auto; } }
  .game-leave-form .panel-group .panel-default {
    /*border-radius: 10px;*/
    margin: auto;
    margin-top: 5px;
    border: 0;
    box-shadow: 0 0 0; }
    .game-leave-form .panel-group .panel-default .btn-collapse {
      background-color: #bdbe00;
      border-color: #bdbe00;
      width: 100%;
      font-size: 18px;
      /*margin-bottom: 10px;*/
      color: white; }
      @media (min-device-width: 991px) {
        .game-leave-form .panel-group .panel-default .btn-collapse {
          /*width: 45%;*/ } }
    .game-leave-form .panel-group .panel-default .btn-collapse[aria-expanded="true"] {
      background-color: #c5c5be;
      border-color: #c5c5be; }
    .game-leave-form .panel-group .panel-default .acc-v1 {
      width: unset; }
      .game-leave-form .panel-group .panel-default .acc-v1 .panel-body {
        text-align: left; }
        .game-leave-form .panel-group .panel-default .acc-v1 .panel-body .reg_dialog_description ul li {
          font-size: 12px; }

@media (max-device-width: 768px) {
  .game-leave-form .panel-group {
    width: 100% !important;
    margin: auto; } }

.game-leave-form .btn-collapse:hover {
  color: white; }

.game-leave-form .exit {
  width: 80%;
  margin: auto;
  padding-top: 15px;
  text-align: right; }
  @media (max-device-width: 768px) {
    .game-leave-form .exit {
      width: unset; } }

.game-leave-form #fLogin .form-group::before {
  display: table;
  content: " "; }

.game-leave-form #fLogin .form-group::after {
  clear: both;
  display: table;
  content: " "; }

.game-leave-form .password-submit {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-device-width: 480px) {
    .game-leave-form .password-submit {
      flex-direction: column-reverse;
      height: 100px; }
      .game-leave-form .password-submit .pull-right {
        margin-right: auto; } }
  @media (min-width: 577px) {
    .game-leave-form .password-submit a {
      /*position: absolute;
        right: 15px;*/ } }

.game-leave-form .control-label {
  text-align: right; }

.game-leave-form .checkbox label {
  text-align: left; }

.game-leave-form .captcha-block {
  margin-top: 0px;
  padding: 0; }
  .game-leave-form .captcha-block img {
    width: 100%; }

.game-leave-form .panel-group {
  width: 80%;
  margin: auto; }

.game-leave-form .panel-default {
  border-radius: 10px; }

.game-leave-form .btn-collapse {
  background-color: #1b8ebd;
  border-color: #1b8ebd;
  width: 100%;
  font-size: 20px;
  /*margin-bottom: 10px;*/
  color: white; }

.game-leave-form .btn-collapse:hover {
  color: white; }

.game-leave-form exit {
  text-align: right; }

.game-leave-form #fLogin .form-group::before {
  display: table;
  content: " "; }

.game-leave-form #fLogin .form-group::after {
  clear: both;
  display: table;
  content: " "; }

.game-leave-form .control-label {
  text-align: right; }

.game-leave-form .checkbox label {
  text-align: left; }

.game-leave-form .captcha-block {
  margin-top: 0px;
  padding: 0; }
  .game-leave-form .captcha-block img {
    width: 100%; }

.game-leave-form .registration-submit .btn-warning {
  width: unset !important; }

.game-leave-form .password-submit .btn-warning {
  width: unset !important; }

@media (max-width: 480px) {
  #reg_login_dialog #fRegister .form-group label {
    padding-right: 0px;
    padding-left: 0px; } }

@media (max-width: 400px) {
  #reg_login_dialog #fRegister .form-group label {
    font-size: 13px; } }

@media (max-width: 480px) {
  #reg_login_dialog #fLogin .form-group label {
    padding-right: 0px;
    padding-left: 0px; } }

@media (max-width: 400px) {
  #reg_login_dialog #fLogin .form-group label {
    font-size: 13px; } }

#reg_login_dialog .panel-group {
  width: 80%;
  margin: auto;
  /*width: max-content;
    margin: auto;*/ }
  @media (max-device-width: 768px) {
    #reg_login_dialog .panel-group {
      width: 100%;
      margin: auto; } }
  #reg_login_dialog .panel-group .panel-default {
    /*border-radius: 10px;*/
    margin: auto;
    margin-top: 5px;
    border: 0;
    box-shadow: 0 0 0; }
    #reg_login_dialog .panel-group .panel-default .btn-collapse {
      background-color: #bdbe00;
      border-color: #bdbe00;
      width: 100%;
      font-size: 18px;
      /*margin-bottom: 10px;*/
      color: white; }
      @media (min-device-width: 991px) {
        #reg_login_dialog .panel-group .panel-default .btn-collapse {
          /*width: 45%;*/ } }
    #reg_login_dialog .panel-group .panel-default .btn-collapse[aria-expanded="true"] {
      background-color: #c5c5be;
      border-color: #c5c5be; }
    #reg_login_dialog .panel-group .panel-default .acc-v1 {
      width: unset; }
      #reg_login_dialog .panel-group .panel-default .acc-v1 .panel-body {
        text-align: left; }
        #reg_login_dialog .panel-group .panel-default .acc-v1 .panel-body .reg_dialog_description ul li {
          font-size: 12px; }

#reg_login_dialog .btn-collapse:hover {
  color: white; }

#reg_login_dialog .exit {
  width: 80%;
  margin: auto;
  padding-top: 15px;
  text-align: right; }
  @media (max-device-width: 768px) {
    #reg_login_dialog .exit {
      width: unset; } }

#reg_login_dialog #fLogin .form-group::before {
  display: table;
  content: " "; }

#reg_login_dialog #fLogin .form-group::after {
  clear: both;
  display: table;
  content: " "; }

#reg_login_dialog .password-submit {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-device-width: 480px) {
    #reg_login_dialog .password-submit {
      flex-direction: column-reverse;
      height: 100px; }
      #reg_login_dialog .password-submit .pull-right {
        margin-right: auto; } }
  @media (min-width: 577px) {
    #reg_login_dialog .password-submit a {
      /*position: absolute;
        right: 15px;*/ } }

#reg_login_dialog .control-label {
  text-align: right; }

#reg_login_dialog .checkbox label {
  text-align: left; }

#reg_login_dialog .captcha-block {
  margin-top: 0px;
  padding: 0; }
  #reg_login_dialog .captcha-block img {
    width: 100%; }

.exit-configurator .panel-default {
  border: none;
  box-shadow: none; }
  .exit-configurator .panel-default .btn-collapse {
    width: 100%;
    color: white; }
    @media (max-device-width: 991px) {
      .exit-configurator .panel-default .btn-collapse {
        width: 100%; } }
  .exit-configurator .panel-default .btn-collapse[aria-expanded="true"] {
    background-color: #c5c5be;
    border-color: #c5c5be; }

#game_name_form .zuruck-btn {
  margin-right: 30px;
  margin-left: 30px; }
  @media (max-width: 480px) {
    #game_name_form .zuruck-btn {
      padding-right: 10px;
      margin-left: 30px; } }

@media (max-width: 480px) {
  #game_name_form .terms {
    padding-left: 10px; } }

#game_name_form .btn-back {
  padding: 10px 30px; }

#game_name_form .btn-next {
  padding: 15px 45px; }

.game-name-title {
  background: #5b6376;
  width: auto;
  padding: 4px;
  border-radius: 4px;
  color: white; }

@-moz-document url-prefix() {
  .form-group {
    align-items: end; } }

.ui-accordion .edit_controls {
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px; }
  .ui-accordion .edit_controls .form-group .ctrl-lb1 {
    width: 15%;
    padding-right: 5px;
    text-align: right;
    padding-left: 0px; }
  .ui-accordion .edit_controls .form-group .ctrl-lb2 {
    width: 5%;
    padding-right: 5px;
    text-align: right;
    padding-left: 0px; }
  .ui-accordion .edit_controls .form-group .ctrl-div1 {
    width: 10%;
    padding: 0; }
  .ui-accordion .edit_controls .form-group .ctrl-div2 {
    width: 10%;
    padding: 0; }
  .ui-accordion .edit_controls .form-group .form-control {
    padding: 0;
    text-align: center; }

@media (max-width: 1400px) {
  .ui-accordion .edit_controls .form-group .ctrl-lb1 {
    padding-left: 0px;
    font-size: 13px; }
  .ui-accordion .edit_controls .form-group .ctrl-lb2 {
    padding-left: 0px;
    font-size: 13px; } }

@media (max-width: 480px) {
  .ui-accordion .edit_controls {
    margin-left: 0px;
    margin-right: 5px; }
    .ui-accordion .edit_controls .form-group .ctrl-lb1 {
      font-size: 12px;
      padding-left: 0px;
      text-align: right; }
    .ui-accordion .edit_controls .form-group .ctrl-lb2 {
      font-size: 12px;
      text-align: right;
      padding-right: 2px; }
    .ui-accordion .edit_controls .form-group .ctrl-div1 {
      width: 9%;
      padding: 0; }
      .ui-accordion .edit_controls .form-group .ctrl-div1 .form-control {
        height: 30px; }
    .ui-accordion .edit_controls .form-group .ctrl-div2 {
      width: 9%;
      padding: 0; }
      .ui-accordion .edit_controls .form-group .ctrl-div2 .form-control {
        height: 30px; } }

@media (min-width: 1377px) {
  .container {
    width: 1320px !important; } }

div[data-shopname="meinspiel.de"], #tscard4_db8d3657bdbe440c985ae127463eaad4 {
  bottom: 150px !important; }

#tsbadgeResponsiveTop_db8d3657bdbe440c985ae127463eaad4 {
  position: relative;
  z-index: 1;
  cursor: pointer; }

#cboxOverlay {
  opacity: 0.9 !important; }

.wrapper {
  overflow: hidden !important; }

.notvalid {
  background: rgba(255, 0, 0, 0.2) !important; }

.text-center {
  text-align: center; }

.g-recaptcha {
  display: inline-block; }

.mainpart__header {
  background-color: #243c5b; }
  .mainpart__header h1 {
    color: #FFF;
    font: 900 33px/33px Arial;
    text-transform: uppercase;
    margin: 0;
    padding: 40px 0; }
    @media (max-width: 991px) {
      .mainpart__header h1 {
        padding: 30px 0;
        font: 900 25px/1.28 Arial; } }

.mainpart__block {
  background-color: #F6F6F6;
  padding: 60px 0; }
  .mainpart__block.gray-bg {
    background-color: #EFEFEF; }
  .mainpart__block h2 {
    color: #000;
    font: 900 20px/1.35 Arial;
    margin: 0 0 15px;
    text-transform: uppercase;
    line-height: 1.35; }
  .mainpart__block h3 {
    color: #000;
    font: 900 15px/1.53 Arial;
    margin: 0 0 30px; }
  .mainpart__block p {
    color: #555;
    font: normal 15px/1.53 Arial;
    margin: 0 0 35px; }
    .mainpart__block p.p_blue {
      color: #1b8ebd;
      font-weight: 900; }
  .mainpart__block img {
    width: 90%;
    margin-bottom: 40px;
    border-radius: 10px; }
    .mainpart__block img.small-img {
      width: auto; }
  .mainpart__block .img-right {
    text-align: right; }
  .mainpart__block .img-mobile {
    display: none; }
  .mainpart__block .list {
    padding: 18px 30px;
    color: #1b8ebd;
    margin: 0 0 20px; }
    .mainpart__block .list h3 {
      color: #1b8ebd;
      font: 900 15px/1.53 Arial;
      margin: 0 0 15px;
      text-transform: uppercase; }
    .mainpart__block .list ul li {
      font: 900 15px/1.67 Arial;
      background: none;
      padding: 0 0 0 20px;
      margin: 0 0 5px;
      position: relative; }
      .mainpart__block .list ul li:before {
        content: "+ ";
        margin-right: 10px;
        position: absolute;
        left: 0; }
  .mainpart__block .mainpart-subtitle {
    max-width: 360px;
    margin-bottom: 20px;
    line-height: 1.53; }

.mainpart__category {
  padding: 40px 0; }
  .mainpart__category h2 {
    font: 900 20px/20px Arial;
    color: #243c5b;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 20px; }
  .mainpart__category .thumbnail-kenburn img {
    border-radius: 10px; }
  .mainpart__category .thumbnail-style:hover {
    box-shadow: none; }

@media (max-width: 991px) {
  .mainpart__block {
    padding: 35px 0; }
    .mainpart__block h2 {
      font: 900 18px/1.28 Arial; }
    .mainpart__block h3 {
      font: 900 15px/1.47 Arial;
      margin: 0 0 20px; }
    .mainpart__block p {
      color: #555;
      font: normal 15px/1.53 Arial;
      margin: 0 0 20px; }
    .mainpart__block img {
      width: calc(50% - 15px);
      margin-bottom: 0; }
    .mainpart__block .img-desktop {
      display: none; }
    .mainpart__block .img-mobile {
      display: block;
      margin-bottom: 20px;
      width: 100%;
      max-width: 480px; }
    .mainpart__block .list {
      padding: 10px 15px;
      color: #1b8ebd;
      margin: 0 0 15px; }
      .mainpart__block .list h3 {
        color: #1b8ebd;
        font: 900 14px/1.53 Arial;
        margin: 0 0 15px;
        text-transform: uppercase; }
      .mainpart__block .list ul li {
        font: 900 13px/1.54 Arial;
        background: none;
        margin: 0 0 5px; }
        .mainpart__block .list ul li:before {
          content: "+ ";
          margin-right: 10px; } }

.mainpart__carousel {
  text-align: center;
  padding: 70px 0; }
  .mainpart__carousel .headline-text {
    margin: 0 0 50px; }
    .mainpart__carousel .headline-text h3 {
      font: 900 20px/1.35 Arial;
      text-transform: uppercase;
      margin: 0 0 20px; }
    .mainpart__carousel .headline-text p {
      max-width: 550px;
      color: #1b8ebd;
      font: normal 15px/1.53 Arial;
      margin: 0 auto; }
  .mainpart__carousel .owl-clients-product {
    max-width: 1125px;
    margin: 0 auto; }
    .mainpart__carousel .owl-clients-product .owl-wrapper-outer {
      margin: 0 auto;
      padding: 0 112px; }
    .mainpart__carousel .owl-clients-product .owl-item .item {
      padding: 0 18px;
      text-align: center; }
      .mainpart__carousel .owl-clients-product .owl-item .item a {
        margin: 0 auto;
        text-decoration: none !important; }
        .mainpart__carousel .owl-clients-product .owl-item .item a img {
          width: 100%;
          margin: 0;
          border-radius: 10px; }
        .mainpart__carousel .owl-clients-product .owl-item .item a h3 {
          color: #000;
          padding: 20px 0 5px;
          font: 900 15px/1.8 Arial;
          margin: 0; }
        .mainpart__carousel .owl-clients-product .owl-item .item a p {
          padding: 0;
          color: #555;
          font: normal 15px/1.53 Arial; }
    .mainpart__carousel .owl-clients-product .owl-controls .owl-pagination {
      display: none; }
    .mainpart__carousel .owl-clients-product .owl-controls .owl-buttons {
      height: 100%; }
      .mainpart__carousel .owl-clients-product .owl-controls .owl-buttons .owl-prev, .mainpart__carousel .owl-clients-product .owl-controls .owl-buttons .owl-next {
        display: block;
        width: 130px;
        height: 100%;
        background-color: #FFF;
        float: left; }
        .mainpart__carousel .owl-clients-product .owl-controls .owl-buttons .owl-prev img, .mainpart__carousel .owl-clients-product .owl-controls .owl-buttons .owl-next img {
          width: 49px;
          padding: 39px 0; }
      @media (min-width: 768px) {
        .mainpart__carousel .owl-clients-product .owl-controls .owl-buttons .owl-prev, .mainpart__carousel .owl-clients-product .owl-controls .owl-buttons .owl-next {
          position: absolute;
          top: 0; }
        .mainpart__carousel .owl-clients-product .owl-controls .owl-buttons .owl-prev {
          left: 0; }
        .mainpart__carousel .owl-clients-product .owl-controls .owl-buttons .owl-next {
          right: 0;
          float: right; } }
      .mainpart__carousel .owl-clients-product .owl-controls .owl-buttons .owl-prev, .mainpart__carousel .owl-clients-product .owl-controls .owl-buttons .owl-prev img {
        float: left; }
      .mainpart__carousel .owl-clients-product .owl-controls .owl-buttons .owl-next, .mainpart__carousel .owl-clients-product .owl-controls .owl-buttons .owl-next img {
        float: right; }

@media (max-width: 1199px) {
  .mainpart__carousel .owl-clients-product .owl-wrapper-outer {
    padding: 0 94px; }
  .mainpart__carousel .owl-clients-product .owl-controls .owl-buttons .owl-prev, .mainpart__carousel .owl-clients-product .owl-controls .owl-buttons .owl-next {
    width: 76px; } }

@media (max-width: 991px) {
  .mainpart__carousel {
    text-align: center;
    padding: 40px 0; }
    .mainpart__carousel .headline-text {
      margin: 0 0 30px; }
      .mainpart__carousel .headline-text h3 {
        font: 900 18px/1.28 Arial;
        margin: 0 0 15px; }
    .mainpart__carousel .owl-clients-product .owl-wrapper-outer {
      padding: 0 89px; }
    .mainpart__carousel .owl-clients-product .owl-controls .owl-buttons .owl-prev, .mainpart__carousel .owl-clients-product .owl-controls .owl-buttons .owl-next {
      width: 73px; } }

@media (max-width: 767px) {
  .mainpart__carousel {
    text-align: center;
    padding: 40px 0; }
    .mainpart__carousel .headline-text {
      margin: 0 0 20px; }
    .mainpart__carousel .owl-clients-product .owl-wrapper-outer {
      padding: 0; }
    .mainpart__carousel .owl-clients-product .owl-item .item a {
      text-align: center; }
      .mainpart__carousel .owl-clients-product .owl-item .item a img {
        width: 80%;
        margin: 0 auto; }
    .mainpart__carousel .owl-clients-product .owl-controls {
      position: relative; }
      .mainpart__carousel .owl-clients-product .owl-controls .owl-buttons {
        display: flex;
        justify-content: center; }
        .mainpart__carousel .owl-clients-product .owl-controls .owl-buttons .owl-prev, .mainpart__carousel .owl-clients-product .owl-controls .owl-buttons .owl-next {
          width: 49px;
          margin: 0 5px; }
          .mainpart__carousel .owl-clients-product .owl-controls .owl-buttons .owl-prev img, .mainpart__carousel .owl-clients-product .owl-controls .owl-buttons .owl-next img {
            padding: 0; } }

.mainpart__more {
  padding: 65px 0;
  background: url("../img/skat-more-bg.png");
  background-size: cover; }
  .mainpart__more h3 {
    color: #FFF;
    font: normal 33px/1.12 Arial;
    margin: 0 0 50px; }
  .mainpart__more p {
    color: #FFF;
    font: normal 15px/1.53 Arial;
    margin: 0 0 50px; }
  .mainpart__more a {
    color: #FFF; }
  .mainpart__more a.btn {
    color: #FFF;
    background-color: #bdbe00;
    display: inline-block;
    text-decoration: none;
    font: normal 20px/1.1 Arial;
    border-radius: 10px;
    padding: 14px;
    margin-bottom: 40px; }
    .mainpart__more a.btn:hover {
      background-color: #1b8ebd;
      transition: 0.15s ease all; }
  @media (max-width: 767px) {
    .mainpart__more {
      padding: 25px 0; }
      .mainpart__more h3 {
        font: normal 25px/1.28 Arial;
        margin: 0 0 20px; }
        .mainpart__more h3 br {
          display: none; }
      .mainpart__more p {
        font: normal 15px/1.53 Arial;
        margin: 0 0 20px; }
      .mainpart__more a {
        font: normal 16px/1.1 Arial;
        margin-bottom: 0; }
      .mainpart__more a.btn {
        width: auto;
        max-width: 400px;
        font-size: 14px;
        white-space: normal; } }

.mainpart__amazon {
  padding: 50px 0; }
  .mainpart__amazon h3 {
    font: 900 20px/1.35 Arial;
    text-transform: uppercase;
    margin: 0 0 20px; }
  .mainpart__amazon p {
    color: #555;
    font: normal 15px/1.53 Arial;
    margin: 0; }

.main-images-70 {
  text-align: center; }
  .main-images-70 img {
    width: 70%; }
    @media (max-width: 1200px) {
      .main-images-70 img {
        width: 90%; } }

.border-blue {
  border-top: 21px solid #1B8EBD; }

@media (max-width: 991px) {
  .order-table .table-striped {
    display: none; } }

.order-table .item {
  background-color: #ddd;
  /*padding: 10px;*/
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /*margin: 0 0 20px;*/ }
  .order-table .item:last-child {
    margin: 0; }
  @media (min-width: 991px) {
    .order-table .item {
      display: none; }
      .order-table .item .params > div .param_title {
        display: none; } }
  @media (min-width: 768px) {
    .order-table .item .params .art span {
      /*padding-right: 18px;*/ }
    .order-table .item .params .nums div:nth-child(1) span {
      padding-right: 20px; }
    .order-table .item .params .nums div:nth-child(3) {
      /*margin-right: 70px;*/ } }
  @media (max-width: 991px) {
    .order-table .item {
      margin-bottom: 22px; } }
  @media (max-width: 767px) {
    .order-table .item {
      /*flex-direction: column;*/ } }
  .order-table .item .params {
    /*display: flex;*/
    /* justify-content: space-between;*/
    /*flex-direction: column;*/
    flex-grow: 1;
    /*padding: 10px 20px;*/
    background-color: #365782;
    color: white;
    /*> div:nth-of-type(odd){
        background-color: #E9EBEE;
      }
      > div:nth-of-type(odd){
        background-color: #DEE2E8;
      }*/ }
    @media (max-width: 991px) {
      .order-table .item .params {
        color: black; } }
    .order-table .item .params .param_title {
      float: left; }
    @media (max-width: 991px) {
      .order-table .item .params {
        /*.param_title:nth-of-type(even){
          background-color: #E9EBEE;
        }*/ }
        .order-table .item .params .name {
          min-height: 43px;
          background-color: #365782 !important; }
        .order-table .item .params > div:nth-last-child(1) {
          height: 43px; }
        .order-table .item .params div .param_title {
          padding-left: 0px;
          padding-right: 5px; }
        .order-table .item .params > div:nth-of-type(odd) {
          background-color: #DEE2E8; }
        .order-table .item .params > div:nth-of-type(even) {
          background-color: #E9EBEE; } }
    @media (max-width: 767px) {
      .order-table .item .params {
        /*padding: 10px;*/ }
        .order-table .item .params .name span {
          /*padding-right: 28px;*/ }
        .order-table .item .params .art span {
          /*padding-right: 47px;*/ }
        .order-table .item .params .nums div:nth-child(1) span {
          padding-right: 50px; }
        .order-table .item .params .nums div:nth-child(3) span {
          padding-right: 17px; } }
    .order-table .item .params .name {
      /*background-color: #365782 !important;*/
      color: white; }
      .order-table .item .params .name span {
        color: white; }
    .order-table .item .params > div {
      padding: 10px 15px;
      font: normal 15px/1.53 Arial; }
      @media (max-width: 767px) {
        .order-table .item .params > div {
          margin: 0 0 0px;
          /*display: flex;
          flex-direction: column;*/ } }
    .order-table .item .params span {
      color: #1b8ebd;
      /*font-weight: 300;*/
      font: normal 15px/1.53 Arial; }
    .order-table .item .params .nums {
      display: flex;
      justify-content: space-between; }
      @media (max-width: 767px) {
        .order-table .item .params .nums {
          flex-direction: column; }
          .order-table .item .params .nums > div {
            /*display: flex;
            flex-direction: column;*/
            /*margin: 0 0 7px;*/ } }
  .order-table .item .options {
    display: flex;
    justify-content: flex-end;
    /*flex-direction: column;*/
    /*padding: 10px 20px;*/
    padding-top: 10px;
    padding-bottom: 10px; }
    @media (max-width: 991px) {
      .order-table .item .options {
        background: #E9EBEE; } }
    @media (max-width: 767px) {
      .order-table .item .options {
        /*flex-direction: column;*/
        display: block;
        /*padding: 10px;*/
        /*display: block;*/ } }
    .order-table .item .options a:nth-child(1) {
      border: none; }
    .order-table .item .options a {
      text-decoration: underline;
      color: #1b8ebd;
      font-weight: 300;
      padding: 0 10px;
      border-left: 1.5px solid;
      /*margin: 0 0 10px;*/ }
      @media (max-width: 767px) {
        .order-table .item .options a {
          /*margin: 0 10px 7px 0;*/
          /*padding-bottom: 10px;*/ } }
      .order-table .item .options a p {
        margin: 0;
        color: #333;
        display: inline-block; }
      .order-table .item .options a:last-child {
        margin: 0; }
  @media (max-width: 480px) {
    .order-table .item .options {
      display: flex;
      font-size: 12px;
      justify-content: space-evenly; }
      .order-table .item .options a:nth-child(1) {
        padding: 0px; }
      .order-table .item .options a {
        padding: 0px;
        padding-left: 3%; } }
  @media (max-width: 380px) {
    .order-table .item .options {
      display: flex;
      font-size: 10px;
      justify-content: space-evenly; }
      .order-table .item .options a:nth-child(1) {
        padding: 0px; }
      .order-table .item .options a {
        padding: 0px;
        padding-left: 2.5%; } }

.orders-table .orders-head {
  background-color: #365782 !important;
  color: #FFF;
  font: normal 15px/1.53 Arial; }
  .orders-table .orders-head td {
    padding: 12px; }
    .orders-table .orders-head td b {
      font: normal 15px/1.53 Arial; }

.orders-table .order:nth-of-type(odd) {
  background-color: #DEE2E8; }

.orders-table .order .datum span {
  display: none; }

@media (max-width: 750px) {
  .orders-table .order td:nth-child(1) {
    background-color: #365782 !important;
    color: #fff; }
  .orders-table .order td:nth-of-type(odd) {
    background-color: #E9EBEE; } }

.orders-table .order td {
  font: normal 15px/1.53 Arial; }
  .orders-table .order td b {
    font: normal 15px/1.53 Arial; }
  .orders-table .order td span {
    font: normal 15px/1.53 Arial; }
  .orders-table .order td a {
    font: normal 15px/1.53 Arial; }

.orders-table .order:nth-of-type(even) {
  background-color: #E9EBEE; }
  @media (max-width: 750px) {
    .orders-table .order:nth-of-type(even) td:nth-of-type(odd) {
      background-color: #DEE2E8; } }

@media (max-width: 750px) {
  .orders-table {
    display: table; }
    .orders-table .orders-head {
      display: none; }
    .orders-table .order {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #ddd; }
      .orders-table .order .datum {
        text-align: left;
        display: flex;
        flex-direction: column; }
        .orders-table .order .datum span {
          text-transform: uppercase;
          font-weight: bold;
          text-align: left;
          display: block;
          font-size: 13px;
          /* float: left; */
          padding-bottom: 5px; }
      .orders-table .order .tracking {
        height: 33.8px; }
      .orders-table .order td {
        display: block;
        text-align: right; }
      .orders-table .order td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 13px; } }

.my_games_header {
  font: normal 15px/1.53 Arial; }
  .my_games_header > div {
    width: 100%;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    background-color: #243c5b; }
  @media (min-width: 991px) {
    .my_games_header {
      display: none; } }
  @media (max-width: 991px) {
    .my_games_header {
      display: none; } }

@media (max-width: 500px) {
  #mein-spiel-kalkulator div.error-container {
    margin: 20px 0; } }

@media (max-width: 500px) {
  #mein-spiel-kalkulator .items .item {
    margin: 20px 0 !important; }
  #mein-spiel-kalkulator .items .itm-row {
    width: 100% !important; } }

@media (max-width: 500px) {
  #mein-spiel-kalkulator .colors .color {
    margin: 20px 0 !important; } }

#mein-spiel-kalkulator .colors .color label {
  margin-left: 5px; }

#mein-spiel-kalkulator .packages {
  display: flex;
  flex-wrap: wrap; }
  #mein-spiel-kalkulator .packages .package > div {
    height: calc(100% - 40px); }
  #mein-spiel-kalkulator .packages .desc {
    height: 100%;
    display: flex;
    flex-direction: column; }
    #mein-spiel-kalkulator .packages .desc .button {
      max-width: 160px;
      margin-top: auto; }
      @media only screen and (max-width: 576px) {
        #mein-spiel-kalkulator .packages .desc .button {
          max-width: 130px; } }

#mein-spiel-kalkulator form.anfrage-form textarea {
  resize: none;
  overflow: auto;
  height: 80px !important;
  padding: 5px 10px; }

#mein-spiel-kalkulator form.anfrage-form div.right p input, #mein-spiel-kalkulator form.anfrage-form div.right p select, #mein-spiel-kalkulator form.anfrage-form div.right p input#email, #mein-spiel-kalkulator form.anfrage-form div.left p select {
  width: 100% !important;
  margin: 0 0 0.85em !important; }

#mein-spiel-kalkulator form.anfrage-form div.left p label {
  display: none; }

@media (max-width: 500px) {
  #mein-spiel-kalkulator form.anfrage-form .left > div, #mein-spiel-kalkulator form.anfrage-form .right > div {
    margin: 20px 0 !important; }
  #mein-spiel-kalkulator form.anfrage-form .btn_container {
    padding: 0 20px; }
    #mein-spiel-kalkulator form.anfrage-form .btn_container button.button {
      float: none !important;
      margin: 0 0 20px !important;
      width: 100% !important;
      text-align: center !important; } }

@media (max-width: 500px) {
  #mein-spiel-kalkulator .button {
    margin-top: 0 !important; } }

.owl-clients-reviews .owl-item .item {
  text-align: center; }
  .owl-clients-reviews .owl-item .item img {
    margin: 30px auto;
    width: auto !important;
    height: 180px;
    border: 0; }
  .owl-clients-reviews .owl-item .item p {
    max-width: 700px;
    width: 80%;
    margin: 0 auto 20px;
    font-size: 16px; }
  .owl-clients-reviews .owl-item .item .company-name {
    color: #555;
    font-size: 16px; }

.owl-clients-reviews .owl-controls .owl-pagination {
  display: none; }

.owl-clients-reviews .owl-controls .owl-buttons {
  height: 100%; }
  .owl-clients-reviews .owl-controls .owl-buttons .owl-prev, .owl-clients-reviews .owl-controls .owl-buttons .owl-next {
    display: block;
    width: 50px;
    height: 180px;
    background-color: #FFF;
    float: left;
    position: absolute;
    top: 30px; }
    .owl-clients-reviews .owl-controls .owl-buttons .owl-prev img, .owl-clients-reviews .owl-controls .owl-buttons .owl-next img {
      width: 49px !important;
      padding: 65px 0;
      border: 0; }
  .owl-clients-reviews .owl-controls .owl-buttons .owl-prev {
    left: 0; }
  .owl-clients-reviews .owl-controls .owl-buttons .owl-next {
    right: 0;
    float: right; }
  .owl-clients-reviews .owl-controls .owl-buttons .owl-prev, .owl-clients-reviews .owl-controls .owl-buttons .owl-prev img {
    float: left; }
  .owl-clients-reviews .owl-controls .owl-buttons .owl-next, .owl-clients-reviews .owl-controls .owl-buttons .owl-next img {
    float: right; }

.upper-block {
  width: 100%; }
  @media (min-width: 1200px) {
    .upper-block .slider-inner {
      height: 565px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .upper-block__text-image {
      position: absolute;
      min-width: 270px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .upper-block__text-image .upper-block__text_bottom p {
      max-width: 200px; } }
  .upper-block__text {
    padding: 85px 0 30px; }
    @media (max-width: 767px) {
      .upper-block__text {
        padding-top: 0; } }
    .upper-block__text_top h3 {
      box-shadow: none;
      background: none;
      font-size: 55px;
      line-height: 0.9;
      font-family: Arial, sans-serif;
      color: #bdbe00; }
      @media (max-width: 1200px) and (min-width: 768px) {
        .upper-block__text_top h3 {
          font-size: 43px; } }
      @media (max-width: 767px) {
        .upper-block__text_top h3 {
          font-size: 37px; } }
    .upper-block__text_top h4 {
      box-shadow: none;
      background: none;
      font-size: 30px;
      font-family: Arial, sans-serif;
      color: #bdbe00; }
      @media (max-width: 767px) {
        .upper-block__text_top h4 {
          font-size: 20px; } }
  .upper-block__slide {
    margin-bottom: 45px; }
    .upper-block__slide .swiper-container {
      padding-top: 0; }
      @media (max-width: 1199px) {
        .upper-block__slide .swiper-container {
          padding-top: 0;
          margin: 0; } }
      @media (min-width: 768px) and (max-width: 768px) {
        .upper-block__slide .swiper-container .swiper-slide {
          padding: 0 30px; } }
    @media (min-width: 1200px) {
      .upper-block__slide.col-md-offset-2 {
        margin: 0; } }
    @media (max-width: 1199px) and (min-width: 768px) {
      .upper-block__slide {
        margin-bottom: 15px; } }
  .upper-block .da-slider {
    height: 100%;
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0 0 10px 0 !important;
    background: url("../img/background-upper.jpg") no-repeat;
    background-size: cover;
    transition: none; }
    @media (max-width: 1199px) {
      .upper-block .da-slider {
        background: url("../img/bg-upper-small.jpg") no-repeat;
        background-size: cover; } }
    .upper-block .da-slider .main_slides {
      padding: 20px 0 15px;
      position: relative; }
      @media (max-width: 991px) {
        .upper-block .da-slider .main_slides {
          padding: 0; } }
      .upper-block .da-slider .main_slides h4 {
        background: none;
        box-shadow: none;
        font: 900 30px/1.43 Arial;
        color: #bdbe00;
        margin: 0;
        padding: 0; }
      .upper-block .da-slider .main_slides p {
        background: none;
        box-shadow: none;
        font: normal 20px/1.35 Arial;
        margin: 0;
        padding: 0; }
      @media (max-width: 1199px) {
        .upper-block .da-slider .main_slides a {
          min-width: 260px; } }
      @media (max-width: 767px) {
        .upper-block .da-slider .main_slides a {
          min-width: 230px; } }
  .upper-block .swiper-container-horizontal > .swiper-pagination-bullets, .upper-block .swiper-pagination-custom, .upper-block .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%; }
    @media (max-width: 1199px) and (min-width: 992px) {
      .upper-block .swiper-container-horizontal > .swiper-pagination-bullets, .upper-block .swiper-pagination-custom, .upper-block .swiper-pagination-fraction {
        width: 86%; } }
    @media (max-width: 991px) and (min-width: 768px) {
      .upper-block .swiper-container-horizontal > .swiper-pagination-bullets, .upper-block .swiper-pagination-custom, .upper-block .swiper-pagination-fraction {
        width: 74%; } }
  .upper-block .plain-select {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%; }
  .upper-block .plain-select select {
    width: 100%;
    padding: 10px 10px 7px 11px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: block;
    border: 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    color: #555555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.15; }
  .upper-block .ie8 .plain-select select {
    padding-right: 3px; }
  .upper-block .plain-select select:focus {
    background: #ffffff;
    outline: none; }
  .upper-block .plain-select ::-ms-expand {
    display: none; }
  .upper-block .plain-select:after {
    content: "";
    position: absolute;
    z-index: 2;
    right: 8px;
    top: 50%;
    margin-top: -3px;
    height: 0;
    width: 0;
    border-top: 6px solid #9b9b9b;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    pointer-events: none; }
  @media (max-width: 991px) {
    .upper-block .main_slides p {
      display: block !important; } }
  @media (max-width: 767px) {
    .upper-block .swiper-container {
      margin: 0 !important; } }

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  max-height: 100%; }
  @media (min-width: 1200px) {
    .carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
      max-height: none;
      height: auto; } }

.weight-800 {
  font-weight: 800; }

.upper-block__slide {
  margin-bottom: 0 !important; }
  @media (max-width: 1199px) {
    .upper-block__slide {
      margin-bottom: 0 !important; } }

.upper-block__slide .swiper-container {
  padding-top: 0; }
  @media (max-width: 1199px) {
    .upper-block__slide .swiper-container {
      padding-top: 21px; } }

@media (max-width: 1199px) and (min-width: 768px) {
  .upper-slide-img {
    margin-left: 57px; } }

@media (max-width: 768px) {
  .upper-block__slide {
    padding: 0; } }

@media (min-width: 1200px) {
  .upper-block__text-slide {
    padding-top: 70px; } }

@media (min-width: 1200px) {
  .product-upper-block .swiper-container {
    padding-top: 53px !important; } }

.product-upper-block .swiper-container .upper-block__slide {
  margin-bottom: 0 !important; }
  @media (max-width: 1199px) {
    .product-upper-block .swiper-container .upper-block__slide {
      margin-bottom: 0 !important; } }

@media (min-width: 1200px) {
  .product-upper-block .upper-block__form {
    padding-top: 58px; } }

@media (max-width: 992px) {
  .upper-block__text-slide {
    padding-top: 25px; } }

.upper-slider-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  height: 565px; }
  @media (max-width: 1199px) {
    .upper-slider-inner {
      height: auto; } }

@media (max-width: 1199px) {
  .product-da-slider .upper-block__form {
    margin-top: 0 !important; } }

@media (min-width: 1200px) {
  .product-slider-inner .upper-slide-img {
    margin: 0 auto; } }

@media (min-width: 1377px) {
  .product-slider-inner .hand {
    margin-left: 8px; } }

@media (max-width: 1376px) and (min-width: 1200px) {
  .product-slider-inner .hand {
    margin-left: 45px; } }

@media (max-width: 1199px) and (min-width: 992px) {
  .product-slider-inner .hand {
    margin-left: -11px; } }

@media (max-width: 991px) and (min-width: 768px) {
  .product-slider-inner .hand {
    margin-left: 6px;
    padding-top: 40px; } }

@media (max-width: 1199px) and (min-width: 992px) {
  .product-slider-inner .upper-slide-img {
    margin-bottom: 30px;
    padding-top: 10%;
    width: 80%; } }

@media (max-width: 991px) and (min-width: 768px) {
  .product-slider-inner .upper-slide-img {
    margin-left: 24px;
    padding-bottom: 40px;
    width: 90%; } }

.product-slider-inner .upper-block__slides {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .product-slider-inner .upper-block__slides {
      height: 565px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .product-slider-inner .upper-block__slides {
      height: 500px; } }
  @media (max-width: 767px) {
    .product-slider-inner .upper-block__slides-poker {
      margin-bottom: -1px; } }
  @media (max-width: 767px) and (min-width: 404px) {
    .product-slider-inner .upper-block__slides-memo {
      margin-bottom: -3px; } }
  @media (max-width: 403px) {
    .product-slider-inner .upper-block__slides-memo {
      margin-bottom: -2px; }
      .product-slider-inner .upper-block__slides-memo .hand {
        margin-left: 6px; } }
  @media (min-width: 1377px) {
    .product-slider-inner .upper-block__slides-memo .hand {
      margin-left: 18px; } }
  @media (max-width: 1376px) and (min-width: 1200px) {
    .product-slider-inner .upper-block__slides-memo .hand {
      margin-left: 52px; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .product-slider-inner .upper-block__slides-memo .hand {
      margin-left: 0; } }

@media (max-width: 1199px) and (min-width: 992px) {
  .product-slider-inner {
    height: 565px; } }

@media (max-width: 991px) and (min-width: 768px) {
  .product-slider-inner {
    height: 535px; } }

@media (max-width: 1199px) and (min-width: 992px) {
  .product-slider-inner .upper-block__text-slide {
    padding-top: 50px; } }

@media (max-width: 991px) and (min-width: 768px) {
  .product-slider-inner .upper-block__text-slide {
    padding-top: 30px; } }

@media (max-width: 1199px) and (min-width: 992px) {
  .product-slider-inner .form-box {
    padding-top: 50px; } }

@media (max-width: 991px) and (min-width: 768px) {
  .product-slider-inner .form-box {
    padding-top: 30px; } }

@media (max-width: 1199px) and (min-width: 768px) {
  .product-slider-inner .form-box .form__price_text {
    margin-left: 4px; } }

@media (max-width: 767px) {
  .product-slider-inner .form-box .form__price_text {
    font-size: 10px; } }

.product-slider-inner .form-box .form__price_text a {
  color: #979797 !important; }

.product-slider-inner .form-box .form__price_text.no-margin {
  margin: 0; }

@media (max-width: 1199px) and (min-width: 992px) {
  .product-slider-inner .form-box .form__description {
    font-size: 10px; } }

@media (max-width: 991px) and (min-width: 768px) {
  .product-slider-inner .form-box .form__description {
    font-size: 9.9px; } }

@media (max-width: 767px) {
  .product-slider-inner .form-box .form__description {
    font-size: 12px; } }

/* Individuelle Spielkarten */
.individuelle-spielkarten h2 {
  font-size: 30px;
  font-weight: bold; }

.individuelle-spielkarten .tab-content {
  padding: 0;
  /*border: 1px solid #eee;*/
  border: 0; }

.nav-tabs-product > li a:hover {
  color: #FFF !important;
  border-color: #1B8EBD !important; }

.nav-tabs-product > li.active, .nav-tabs-product > li.active a, .nav-tabs-product > li.active:hover {
  color: #1B8EBD !important;
  border-color: #1B8EBD !important; }

.individuelle-spielkarten .tab-pane {
  padding: 0; }

.individuelle-spielkarten .main_slides h1 {
  box-shadow: none;
  background: transparent;
  font-weight: bold;
  font-size: 50px;
  line-height: 50px;
  font-style: normal;
  padding: 5px 0;
  color: #fff;
  margin-bottom: 30px;
  display: inline; }

.individuelle-spielkarten .main_slides h1 span {
  color: #bdbe00; }

.individuelle-spielkarten .main_slides p {
  display: block;
  box-shadow: none;
  background: transparent;
  margin: 20px 0;
  color: #fff;
  font-size: 20px;
  width: 60%; }

.individuelle-spielkarten .main_slides {
  z-index: 20;
  position: relative; }

.icon-list, .icon-list i, .icon-list h4 {
  color: #fff !important; }

.btn-mega {
  color: #fff;
  background-color: #bdbe00;
  border-color: #bdbe00;
  border-width: 3px;
  padding: 10px 40px;
  font-size: 16px; }

.btn-mega:hover {
  color: #F4F4B5; }

.btn-transparent {
  font-size: 16px;
  color: #d1ebf9;
  border: 3px solid #d1ebf9;
  margin-left: 0; }
  .btn-transparent.grey:hover {
    color: #1b8ebd; }

.btn-transparent:hover {
  color: #fff; }

@media (min-width: 1200px) {
  .upper-spielkarten .upper-block__slides {
    height: 545px; } }

@media (max-width: 1199px) and (min-width: 992px) {
  .upper-spielkarten .upper-block__slides {
    height: auto; } }

@media (max-width: 991px) and (min-width: 768px) {
  .upper-spielkarten .upper-block__slides {
    height: 455px; } }

@media (min-width: 1200px) {
  .upper-spielkarten .slider-inner {
    height: 520px; } }

@media (max-width: 1199px) and (min-width: 992px) {
  .upper-spielkarten .product-slider-inner {
    height: 500px; } }

@media (max-width: 991px) and (min-width: 768px) {
  .upper-spielkarten .product-slider-inner {
    height: auto; } }

@media (min-width: 1200px) {
  .upper-spielkarten .swiper-container {
    padding-top: 0 !important; } }

@media (min-width: 768px) {
  .upper-spielkarten .product-upper-block .upper-block__form {
    padding-top: 68px; } }

.border-white {
  border-bottom: 3px solid #fff; }

.individuelle-spielkarten .main_slides p {
  width: 100% !important; }

@media (max-width: 991px) and (min-width: 768px) {
  .individuelle-spielkarten .product-slider-inner {
    height: auto; } }

.individuelle-spielkarten .upper-block .container {
  height: 100%; }

@media (max-width: 991px) {
  .individuelle-spielkarten .upper-block .product-upper-block {
    padding: 30px 0; } }

@media (min-width: 768px) {
  .individuelle-spielkarten .upper-block .product-upper-block {
    display: flex;
    align-items: center; } }

@media (max-width: 767px) {
  .individuelle-spielkarten .upper-block .product-upper-block .main_slides {
    padding: 50px 0; } }

.individuelle-spielkarten .upper-block .product-upper-block .main_slides p {
  margin: 20px 0;
  max-width: 520px; }

.individuelle-spielkarten .upper-block .product-upper-block .swiper-wrapper {
  align-items: center; }
  @media (max-width: 991px) {
    .individuelle-spielkarten .upper-block .product-upper-block .swiper-wrapper .swiper-slide {
      padding: 0 10px;
      display: flex;
      align-items: center; } }
  .individuelle-spielkarten .upper-block .product-upper-block .swiper-wrapper .swiper-slide img {
    position: relative !important;
    max-height: 100% !important;
    width: auto !important;
    top: 0 !important;
    margin: 0 auto; }
