/* -------------------------------- 
    pribeo Template CSS

    *  Copyright (c) 2017 Holger Förster

-------------------------------- */
/*


Farben:
Mainfarbe   #FE7421 #FE7421    rgb(58, 131, 206)  
Zweitfarbe    #FE9A5E #FE9A5E
Orange      #ff6c00

Striptes    #5da1e6

Breakpoints:
xs max 480px,
x  min 471px,
m  min 769px,   
l  min 952px,  
xl min 1200px 

*/


/* -------------------------------- 
   Farben
-------------------------------- */


.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-s-1, .col-s-2, .col-s-3, .col-s-4, .ol-s-5, .ol-s-6, .col-s-7, .col-s-8, .col-s-9, .col-s-10, .col-s-11, .col-s-12, .col-m-1, .col-m-2, .col-m-3, .col-m-4, .col-m-5, .col-m-6, .col-m-7, .col-m-8, .col-m-9, .col-m-10, .col-m-11, .col-m-12, .col-l-1, .col-l-2, .col-l-3, .col-l-4, .col-l-5, .col-l-6, .col-l-7, .col-l-8, .col-l-9, .col-l-10, .col-l-11, .col-l-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 { 
  float: left;
  padding: 0;
  margin: 0;
  position: relative;
  min-height: 1px;
}

@media (max-width: 480px) {
  .col-xs-1 { width: 8.33333333%; }
  .col-xs-2 { width: 16.66666667%; }
  .col-xs-3 { width: 25%; }
  .col-xs-4 { width: 33.33333333%; }
  .col-xs-5 { width: 41.66666667%; }
  .col-xs-6 { width: 50%; }
  .col-xs-7 { width: 58.33333333%; }
  .col-xs-8 { width: 66.66666667%; }
  .col-xs-9 { width: 75%; }
  .col-xs-10 { width: 83.33333333%; }
  .col-xs-11 { width: 91.66666667%; }
  .col-xs-12 { width: 100%; }
}

@media (min-width: 481px) {
  .col-s-1 { width: 8.33333333%; }
  .col-s-2 { width: 16.66666667%; }
  .col-s-3 { width: 25%; }
  .col-s-4 { width: 33.33333333%; }
  .col-s-5 { width: 41.66666667%; }
  .col-s-6 { width: 50%; }
  .col-s-7 { width: 58.33333333%; }
  .col-s-8 { width: 66.66666667%; }
  .col-s-9 { width: 75%; }
  .col-s-10 { width: 83.33333333%; }
  .col-s-11 { width: 91.66666667%; }
  .col-s-12 { width: 100%; }
}

@media (min-width: 768px) {
  .col-m-1 { width: 8.33333333%; }
  .col-m-2 { width: 16.66666667%; }
  .col-m-3 { width: 25%; }
  .col-m-4 { width: 33.33333333%; }
  .col-m-5 { width: 41.66666667%; }
  .col-m-6 { width: 50%; }
  .col-m-7 { width: 58.33333333%; }
  .col-m-8 { width: 66.66666667%; }
  .col-m-9 { width: 75%; }
  .col-m-10 { width: 83.33333333%; }
  .col-m-11 { width: 91.66666667%; }
  .col-m-12 { width: 100%; }
}

@media (min-width: 952px) {
  .col-l-1 { width: 8.33333333%; }
  .col-l-2 { width: 16.66666667%; }
  .col-l-3 { width: 25%; }
  .col-l-4 { width: 33.33333333%; }
  .col-l-5 { width: 41.66666667%; }
  .col-l-6 { width: 50%; }
  .col-l-7 { width: 58.33333333%; }
  .col-l-8 { width: 66.66666667%; }
  .col-l-9 { width: 75%; }
  .col-l-10 { width: 83.33333333%; }
  .col-l-11 { width: 91.66666667%; }
  .col-l-12 { width: 100%; }
}

@media (min-width: 1200px) {
  .col-xl-1 { width: 8.33333333%; }
  .col-xl-2 { width: 16.66666667%; }
  .col-xl-3 { width: 25%; }
  .col-xl-4 { width: 33.33333333%; }
  .col-xl-5 { width: 41.66666667%; }
  .col-xl-6 { width: 50%; }
  .col-xl-7 { width: 58.33333333%; }
  .col-xl-8 { width: 66.66666667%; }
  .col-xl-9 { width: 75%; }
  .col-xl-10 { width: 83.33333333%; }
  .col-xl-11 { width: 91.66666667%; }
  .col-xl-12 { width: 100%; }
}

/* Sichtbarkeit */
@media (max-width: 480px) { .hidden-xs { display: none !important; } }
@media (min-width: 481px) and (max-width: 766px) { .hidden-s { display: none !important; } }
@media (min-width: 768px) and (max-width: 951px) { .hidden-m { display: none !important; } }
@media (min-width: 952px) and (max-width: 1199px) { .hidden-l { display: none !important; } }
@media (min-width: 1200px) { .hidden-xl { display: none !important; } }

.pull-right { float: right!important; }
.pull-left { float: left!important; }


/* -------------------------------- 
    Global
-------------------------------- */

.auktion-container * { 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.auktion-flexbox {
  display: -webkit-box;  
  display: -ms-flexbox;  
  display: flex;
}

.auktion-container { 
  max-width: 1305px;
  margin: 0 auto;
  height: 100%; 
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%; 
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  padding: 5px 20px;
}  

.auktion-container strong, .auktion-container b { 
  font-weight: 500;
}


@media (max-width:600px) {
  .auktion-container { padding: 5px 7px; }
}

@media (max-width:481px) {
  .auktion-container { padding: 5px 0; }
}


/* -------------------------------- 
    Bootstrap Snippets
-------------------------------- */

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */


.auktion-container blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 16px;
  border-left: 7px solid #e2e2e2!important;
  border-top: 0px!important;
  border-right: 0px!important;
  border-bottom: 0px!important;
  page-break-inside: avoid;
}

/* -------------------------------- 
    Überschriften
-------------------------------- */

.auktion-container h1 {
  margin: 0 0 24px 0;
  font-variant: normal;
  font-size: 40px;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
}

@media (max-width: 1030px) { .auktion-container h1 { font-size: 33px; } }
@media (max-width: 495px) { .auktion-container h1 { font-size: 28px; } }


.auktion-container h1::after {
  content: "";
  width: 80px;
  height: 5px;
  background: #FE9A5E;
  display: block; 
}

.auktion-container h2 { 
  font-size: 28px;
  font-weight: 400;
  margin: 30px 0 15px 0;  
}

@media (max-width: 1030px) { .auktion-container h2  { font-size: 24px; } }
@media (max-width: 559px) { .auktion-container h2 { font-size: 20px; } }

.auktion-beschreibung h2::before {
  content: '\f0da';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  color: #FE7421;
  margin: 0 8px 0 0;
  text-decoration:none;
  position: relative;
  bottom: 0px;
}

.auktion-content h2 {
  font-weight: 400; 
  font-family: 'Oswald', sans-serif;
  font-size: 34px;
  margin: 5px 0 35px 0;
}


@media (max-width: 1030px) { .auktion-content h2 { font-size: 33px; } }
@media (max-width: 559px) { .auktion-content h2 { font-size: 25px; } }

.auktion-content h3 {
  font-weight: 400;
  font-size: 28px;
  margin: 5px 0 10px 0;
}

@media (max-width: 1030px) { .auktion-content h3   { font-size: 24px; } }
@media (max-width: 559px) { .auktion-content h3 { font-size: 20px; } }


.auktion-content h3::after {
  content: "";
  width: 40px;
  height: 5px;
  background: #FE7421;
  display: block; 
}


.auktion-container h4 {
  margin: 5px 0 10px 0;
  font-weight: 400;
  font-size: 20px;
}

.auktion-container h5 {
  margin: 5px 0 10px 0;
  font-weight: 400;
  font-size: 18px;
}

.auktion-container h6 {
  margin: 5px 0 10px 0;
  font-weight: 400;
  font-size: 17px;
}


.auktion-footer h2 {
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  margin: 5px 0 35px 0;
  color: #fff;
}

@media (max-width: 559px) { .auktion-footer h2  { font-size: 21px; } }

.auktion-footer h2::after {
  content: "";
  width: 40px;
  margin-top: 3px;
  height: 5px;
  background: #fff;
  display: block; 
}


/* -------------------------------- 
    Top-Logo + Navigation
-------------------------------- */

.auktion-topleiste {
  background: #4C4C4C; 
  padding: 5px 15px;
  float: left;
  width: 100%;
  position: relative;
  border: 0px;
  display: block;
}

.logo-und-kontakt {
  float: left;
  padding: 0;
  margin: 0;
  position: relative;
  min-height: 1px;
  color: #F4F4F4;
}

.logo-und-kontakt img {
  max-height: 70px;
  width: auto;
  margin: 0px;
  border: 0px;
  float: left;
  display: block;
  position: relative;
}

.topleitste-kontaktdaten {
  float: right;
  padding: 0;
  margin: 0;
  position: relative;
  min-height: 1px;
  color: #F4F4F4;
}


.topleitste-kontaktdaten span {
  padding: 15px;
  float: right;
}

.topleitste-kontaktdaten .fa {
  margin-right: 3px;
}

.auktion-topleiste a {
  text-decoration: none;
}

@media (max-width: 490px) {
  .topleitste-kontaktdaten { width: 100%;}
  .topleitste-kontaktdaten span { width: 100%; text-align: center; padding: 5px; }
  .logo-und-kontakt  { width: 100%; }
  .logo-und-kontakt img {  margin-left: auto; margin-right: auto; width: 100%; max-height: none; }
}




.auktion-kontakt {
  display: block;
  float: left;
  width: 100%;
}

.auktion-telefon, .auktion-mail  {
  display: block;
  float: left;
  padding: 0 10px;
  color: #F4F4F4;
}

.auktion-kontakt .fa {
  margin-right: 3px;
}

@media (max-width:490px) {
  .auktion-telefon, .auktion-mail { width: 100%; float: left; display: block; text-align: center; color: red!important; }
}


@media (max-width:680px) {.auktion-logo { justify-content: center; } }


.auktion-logo h1, .auktion-logo h2, .auktion-logo h3, .auktion-logo h4 {
  color: #fff;
  float: left;
  padding: 2px 10px;
}
 
.auktion-kontaktdaten .fa {
  color: #b2b2b2;
  font-size: 23px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.auktion-logo img {
  display: block;
  max-width: 100%;
  float: left;
  max-height: 80px;
  padding: 5px 10px;
}

.auktion-logo p {
  display: inline-block;
  color: #fff;
  padding: 10px 10px;
}

@media (max-width:840px) {
.auktion-logo p { display: block; color: #fff; padding: 5px 10px; margin: 0; float: right; }
}

@media (max-width:750px) {
.auktion-logo { padding-bottom: 20px; }
}

@media (max-width:490px) {
  .auktion-logo p {width: 100%; padding: 5px ; margin: 0px; text-align: center; }
  .auktion-logo { padding-bottom: 20px; }
}
  
.auktion-logo a {
  text-decoration: none;
}

/* -------------------------------- 
    Top-Leiste
-------------------------------- */

.auktion-kategorie {
  background: #FE7421; 
  padding: 15px;
  color: #fff;
  width: 100%;
  font-size: 17px;
  overflow: hidden;
  text-align: center;
  border-top: 5px solid #FE9A5E;
  /* Stripes */
/*
  background: -webkit-repeating-linear-gradient(140deg, #5da1e6, #5da1e6 1px, #FE7421 1px, #FE7421 90px);
  background: repeating-linear-gradient(140deg, #5da1e6, #5da1e6 1px, #FE7421 1px, #FE7421 90px);  
*/
}

.auktion-kategorie a {
  color: #fff;
  text-decoration: none;
}

.auktion-kategorie ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
  min-width: 200px;
}

.auktion-kategorie ul li {
  display: inline-block;
  padding: 10px 19px;
  margin: 3px 4px;
  transition: 0.4s;
  border: 1px dotted #FE9A5E;
  background: #FE7421;
}


@media (max-width:790px) { .auktion-kategorie ul li { margin: 3px 0; width: calc(50% - 5px); } }


@media (max-width:490px) { 
  .auktion-kategorie ul li { 
    width: 100%; 
    border-top: 1px solid #FE9A5E;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
  } 
  .auktion-kategorie ul a:last-child { 
    border-bottom: 1px solid #FE9A5E;
    border-top: 1px solid #FE9A5E;
    padding-bottom: 15px;

  } 
}

.auktion-kategorie ul li:hover {
  background: #FE9A5E;
}


/* -------------------------------- 
    Navigation
-------------------------------- */

.auktion-topnav {
  background-color: #FE7421;
  overflow: hidden;
  margin-bottom: 20px;
}

.auktion-topnav a {
  float: left;
  display: block;
  color: #333;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 18px;
}

.auktion-topnav a:hover {
  background-color: #ddd;
  color: black;
}

.auktion-topnav a.active {
  background-color: #4CAF50;
  color: white;
}

/* -------------------------------- 
    Gallerie
-------------------------------- */

.gallerie-und-beschreibung {
  padding: 0;
  margin-bottom: 25px;
  background: #fe7421;
  padding: 15px; 
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4087d0+0,7db9e8+28,ffffff+51 */
  background: rgb(254, 154, 94); /* Old browsers */
  background: -moz-linear-gradient(top,  rgb(254, 154, 94) 0%, rgb(254, 154, 94)) 28%, rgba(255,255,255,1) 51%); 
  background: -webkit-linear-gradient(top,  rgb(254, 154, 94) 0%, rgb(254, 154, 94) 28%,rgba(255,255,255,1) 51%); 
  background: linear-gradient(to bottom,  rgb(254, 154, 94) 0%, rgb(254, 154, 94)) 28%, rgba(255,255,255,1) 51%)
}

@media (max-width:481px) {
  .gallerie-und-beschreibung  { padding: 2px; }
}


.gallerie-wrapper {
  padding-right: 30px; 
}

@media (max-width:1000px) { .gallerie-wrapper { padding-right: 10px;  }
}

@media (max-width:767px) { .gallerie-wrapper { padding-right: 0px; margin-bottom: 20px; }
}

.gallerie-container {
  display: block;
  position: relative;  
  width: 100%;
  height: auto;
  float: left;
} 

.gallerie-container input {
  display: none;
}

.gallerie-container figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 999;
  background: rgba(76, 76, 76, 0.72);
  color: #fff;
  display: block;
  padding: 7px 15px;
  text-transform: uppercase;
  font-size: 14px;
/*
  text-shadow: 1px 1px #292929;
  -webkit-box-shadow: 1px 1px #292929;
  -moz-box-shadow: 1px 1px #292929;
*/
  line-height: 10px;
} 


.gallerie-container > figure {
  position: absolute;
  transition: opacity ease 1.6s;
  overflow: hidden;
  opacity: 0;
  top: 0;
  margin: 0;
  margin-bottom: 18px;
  overflow: hidden;   
  line-height: 0;
  box-shadow: 0 0 4px #414141;
  -webkit-box-shadow:  0 0 4px #414141;
  -moz-box-shadow: 0 0 4px #414141; 
  border: 3px solid #fff;
}

.gallerie-container img {
  width: 100%;
  height: auto;  
}

.gallerie-container input:not(:checked) + figure {
  z-index: 1;
}

.gallerie-container input:checked + figure {
  display: block;
  opacity: 1;
  position: relative;
  z-index: 2;
}

.gallerie-thumbnails { /* Thumb-Container */
  margin: 0;
  width: 100%;
  float: left;
  display: block;
  position: relative;
  min-height: 1px;

/*
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; 
*/
}

.gallerie-thumbnails label {
/*  width: calc(33.33333333% - 10px);*/

  width: calc(25% - 10px);
  z-index: 1;
  float: left; 
  height: auto;
  overflow: hidden; 
  line-height: 0;
  margin: 5px 5px;
  background: #fff;   
  -webkit-box-shadow: 0 12px 12px -12px rgba(0,0,0,0.85);
  box-shadow: 0 12px 12px -12px rgba(0,0,0,0.85);
  border-radius: 6px;
  border: 3px solid #ffffff;
  position: relative;
}

@media (min-width:768px) and (max-width:951px) { 
  .gallerie-thumbnails label {  width: calc(50% - 10px);  margin: 8px 5px; }
}

@media (max-width:480px) { 
  .gallerie-thumbnails label {  width: calc(50% - 10px);   margin: 8px 5px; }
  .gallerie-thumbnails { padding: 0 7px; }
}


.gallerie-thumbnails:hover label {
  cursor: pointer;
}

.gallerie-thumbnails label img {
  width: 100%;
  z-index: 9;
  opacity: 0.8;   
  transition: transform 0.6s;
}

.gallerie-thumbnails img:hover {
  opacity: 1;  
  transform: scale(1.1); 
}

/* -------------------------------- 
    Auktion-Beschreibung 
-------------------------------- */

.auktion-beschreibung {
  border: 1px solid #fff; 
  padding: 25px;
  background: #fff;
    box-shadow: 0 0 8px -5px #414141;
  -webkit-box-shadow:  0 0 8px -5px #414141;
  -moz-box-shadow: 0 0 8px -5px #414141;
}

@media (max-width:767px) { .auktion-beschreibung  {   border: 4px solid #FE7421; }
}

@media (max-width:471px) {
  .auktion-beschreibung { padding: 20px; } 
}

.auktion-beschreibung ul {
  list-style-position: outside;
  list-style: none!important;
  display: block;
  margin: 8px 0;
  padding: 0; 
}


.auktion-beschreibung li {
  list-style: none;
  display: block;  
  display: inline-block !important; 
  padding: 5px 12px;
  margin: 3px 3px 3px 0;
  border-radius: 5px;
  border: 1px solid #FE7421;
}


.auktion-beschreibung .fa {
  color: #FE7421;
  bottom: -3px;
  position: relative; 
}


/* -------------------------------- 
    Animate
-------------------------------- */

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */


.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}


@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

/* -------------------------------- 
    Tabs / Tabmenü
-------------------------------- */

.auktion-tabs-container {
  width: 100%;  
  background: #88b70b; 
  position: relative;
  display: block;
  float: leftl;
/*
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
*/
  background: #FE7421; 
/*
  background: -moz-linear-gradient(top,  rgba(161,201,32,0) 0%, rgb(58, 131, 206) 100%);
  background: -webkit-linear-gradient(top,  rgba(161,201,32,0) 0%, rgb(58, 131, 206) 100%); 
  background: linear-gradient(to bottom,  rgba(161,201,32,0) 0%, rgb(58, 131, 206) 100%); 
  padding: 15px 15px 60px 15px;
  border-bottom: 5px solid #FE9A5E;
*/
}

@media (max-width:481px) {
  .auktion-tabs-container  { padding: 15px 2px 40px 2px; }
}


.auktion-tabs-container input {
  display: none;
}

.auktion-tabs-container label {
  overflow: hidden;
  display: block;
  float: left;
  color: #333;
  background: #fff;
  font-size: 20px;
  width: 33.333333%;
  padding: 7px 5px 5px 5px; 
  text-align: center;  
  font-family: 'Oswald', sans-serif;
}

@media (max-width:920px) { .auktion-tabs-container label { font-size: 19px; } } 


 
@media (max-width:789px) { 
.auktion-tabs-container label { 
  border: 1px solid #FE7421; 
  background: #FE9A5E;  
  width: 100%; border-radius: 0; 
  margin-right: 0px; 
  height: auto; 
  margin-bottom: 10px;
  text-transform: uppercase;
  } 
}

.auktion-tabs-container label:hover {
  cursor: pointer; 
  color: #FE7421;
}
  
.auktion-tabs-container input:checked + label {
  background: #FE7421; 
  color: #fff; 
}

.auktion-content {
  background: #fff; 
  color: #373737; 
  display: block;
  border-top: 3px solid #FE7421; 
  position: relative;
  width: 100%;
  float: left;
}

/*
@media (min-width:900px) {
.auktion-content { min-height: 500px; }
}
*/

.auktion-content img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 3px #747474;
  -webkit-box-shadow: 0 0 3px #747474;
  -moz-box-shadow: 0 0 3px #747474;
  border: 1px solid #fff;
  margin: 6px 0;
}

.auktion-zahllogo {
  width: 150px!important; 
  border: 1px solid #FE7421!important;
  padding: 5px!important;
  display: inline-block!important;
  -webkit-box-shadow: none!important;
  -moz-box-shadow: none!important;
  box-shadow: none!important;
  float: left;
  position: relative;
  margin: 5px 9px 5px 0!important;
  border-radius: 5px;
}

.auktion-content > div {
  display: none; 
  padding: 27px 25px 5px;   
  overflow: hidden;
}

.content-inhalt {
  padding: 0 20px;
}

@media (max-width:618px) { .content-inhalt ul {  padding-left: 15px;  }
}

@media (max-width:618px) { .content-inhalt {  padding: 0 0;  }
}



#tab1:checked ~ .auktion-content #content1,
#tab2:checked ~ .auktion-content #content2,
#tab3:checked ~ .auktion-content #content3,
#tab4:checked ~ .auktion-content #content4 {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  min-height: 500px;
}


/* -------------------------------- 
    Mehr Artikel / Werbung
-------------------------------- */

.auktion-werbung-titel {
  background: #4C4C4C;
  padding: 0;
  margin: 0;
  text-align: center;
}

.auktion-werbung-titel h2 {
  color: #fff;
  text-align: center;
  margin: 0 0;
  padding: 15px;
  background: #4C4C4C;
  font-weight: 300; 
  font-family: 'Oswald', sans-serif;
}

.auktion-werbung-content {
  width: 100%;
  padding: 20px;
  margin: 0;
  
/*
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
*/
  padding-bottom: 20px; 
  position: relative;
  float: left;
  display: block;
  background: -moz-linear-gradient(top,  rgba(161,201,32,0) 0%, rgb(254, 154, 94) 100%);
  background: -webkit-linear-gradient(top,  rgba(161,201,32,0) 0%, rgb(254, 154, 94) 100%); 
  background: linear-gradient(to bottom,  rgba(161,201,32,0) 0%, rgb(254, 154, 94) 100%); 
}


.auktion-werbung-content h2 {
  font-size: 20px;
  margin: 5px 0 35px 0;
  font-weight: 400; 
  font-family: 'Oswald', sans-serif;
}

.auktion-werbung-content h2 {
  color: #fff;
  background: #FE7421;
  margin: 0;
  padding: 0;
  text-align: center;
  padding: 5px 10px;
}

.auktion-werbung-content .auktion-weitere-artikel:hover h2 {
  background: #FE9A5E;
}



.auktion-werbung-content img {
  display: block;
  max-width: 100%;
  float: left;
  position: relative;
  transition: all 0.4s;
}

.auktion-werbung-content .auktion-weitere-artikel:hover img {
  transform: scale(1.1);
}


.auktion-werbung-content .auktion-weitere-artikel {
  width: calc(25% - 10px);
  float: left;
  display: block;
  padding: 0;
  margin: 5px;
  background: #fff;
  position: relative;
  min-height: 1px;
  border: 2px solid #FE7421;
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
}

@media (max-width: 860px) {
  .auktion-werbung-content .auktion-weitere-artikel {
    width: calc(50% - 10px); 
    margin-bottom: 20px; 
  }  
}

@media (max-width: 580px) {
  .auktion-werbung-content .auktion-weitere-artikel { 
    width: 100%; 
    margin-left: 0px; 
    margin-right: 0px; 
    margin-bottom: 20px; 
  }  
}


.auktion-werbung-content .auktion-weitere-artikel-beschreibung {
  padding: 5px 20px;
}

.auktion-werbung-content .auktion-weitere-artikel-beschreibung  p {
  margin: 5px 0;
}

.auktion-card-link {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
}

.auktion-card-link span { 
  margin: 0;
  padding-right: 20px;
  display: block;
  text-align: right;
}

.auktion-card-link span:first-child { 
  font-size: 20px;
}

.auktion-zumartikel { 
  margin: 15px auto;
  padding: 10px;
  padding: 6px 20px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 90%;
  border: 1px dotted #FE9A5E;
}

.auktion-zumartikel a { 
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  color: #333;
}

.auktion-zumartikel a:hover { 
  color: #ff6c00;
}

.auktion-werbung-img {
  overflow: hidden;
  margin: 0 0 10px 0;
  padding: 5px 10px;
  float: left;
  display: block;
  width: 100%;
  position: relative;
}



/* -------------------------------- 
    Footer
-------------------------------- */

.auktion-footer {
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
  padding: 0 20px;
  background: #FE7421;
  display: block;
  color: #fff;
  border-top: 5px solid #FE9A5E;
}

.auktion-footer > div {
  padding: 20px;  
}

@media (max-width:480px) { 
  .auktion-footer { padding: 0; }
  .auktion-footer > div { padding: 12px;}
}

.auktion-footer ul  {
  padding: 20px;
  margin: 0 10px 20px 0;
  border: 1px solid #FE9A5E;
  border-radius: 7px;
}

.auktion-footer ul li {
  list-style: none;
  list-style-position: outside;
}

.auktion-footer-social a { 
  text-decoration: none;
}

.auktion-footer-social > div { 
  display: block;
  float: left;
  border: 0;
  margin: 0 4px 8px 4px;
}

.auktion-footer-social img { 
  width: 48px;
  height: auto;
}

.auktion-footer-social img:hover { 
  cursor: pointer;
 transform: scale(1.2);
}

.auktion-footer-social i { 
  color: #FE9A5E; 
  background: transparent;
  font-size: 50px;
  padding: 0 5px;
  margin: 0 5px 10px 0;
  display: block;
}

.auktion-footer-social i:hover {
  cursor: pointer;
  color: #fff;   
}

.auktion-copyright {
  width: 100%;
  float: left;
  text-align: center;
  padding: 10px;
  background: #333;
  color: #b4b4b4;
  font-size: 14px;
  text-transform: uppercase;
}



















