/* General styling */
* {
 margin: 0px;
 padding: 0px;
}

body {
  font-family: Arial;
  font-size: 16px;
   color: #061019;
}
@media (min-width: 375px){
  .page{
 width: 100%;
}
}
.page{
 width: 100%;
 padding:20px;
}
.container {
 padding: 0 20px;
 margin: 0 auto;
}
h2 {color: #103c4f;
}
img{
 max-width: 100%;
}
p{
 line-height: 1.5em;
}
ul{
  margin: 10px 0;
  list-style-type: none;
}
.small{
  font-size: 0.8em;
}
.large{
  font-size: 1.2em;
}
.accent,
.accent a{
  color: #ff8c01;
  font-weight: bold;
}

/* HEADER */



.logo img{
  margin-bottom: 10px;
  margin-top: 10px;
}

/* TOP MENU */

.top-nav{
 position: relative;
 }

.top-nav ul {
display:flex;
}

.top-nav a{
 color: #2D2D2D;
 text-decoration: none;
 font-size: 1.2em;
 display: block;
 border-radius: 10px;
 margin: 0 10px;
background: #caf0f9;
padding: 15px;
box-shadow: 0 0 70px #caf0f9;	
}
.top-nav a:hover {
    background: #275685;  
    color: #caf0f9 !important;
}


 /* MAIN / LISTING CONTENT */

.main {
    padding: 2%;
	color: #2D2D2D;
}

.listing-content p {
 line-height: 1.2;
 margin-bottom: 10px;
}
h1 {
text-align:center;
font-size: 2rem;
margin-bottom: 40px;
margin-top:20px;
	border: 1px solid #bcbcbc;
box-shadow: 0px 0 15px 3px #bcbcbc;
	margin: 2rem 0;
	padding: 1rem;
	border-radius: 10px;
}

.infobox {
  background: #fff;
  padding: 3em 2em;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 10px;
  border: 1px solid #fff;
  box-shadow: 0px 0 10px 3px #061019;
  line-height: 1.2;
}

/* FOOTER */

.footer{
  margin-top: 20px;
  padding-top: 20px;
  background-color:#061019;
 
  border-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-radius: 10px;
}

.ft-box{
 float: left;
 padding-right: 1%;
 padding-left: 1%;
}

.ft-box  ul, .ft-box  p{
 margin: 10px 0;
 }

.ft-box  li{
padding: 5px 0;
}

.ft-box h4{
    font-size: 1.2em;
    border-bottom: 1px solid #caf0f9;
    padding-bottom: 10px;
    color: #fff;
    text-shadow: 2px 2px 4px #caf0f9;

}
.ft-box {
    color: #fff;
}
.support {
    color: #061019;
}
.ft-box img {
    padding: 0 10px 0 0;
    vertical-align: middle;
}
.footer-bottom{
  text-align: center;
  border-top: 1px solid #caf0f9;
  padding-top: 1em;
  padding-bottom: 1em;
  overflow: hidden;
  width: 80%;
}
.footer-bottom {
    background-color: #caf0f9;
    border-radius: 10px;
    margin-bottom: 15px;
}
.footer-bottom p {
    padding-top: 1em;
  }
.footer-bottom img {
    height: 100px;
    float:left;
  }
/* Responsive */
*, ::before, ::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.row {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;

}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
}
.ft-box{
 width:50%;
}


@media (min-width : 992px) {
.col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}


/* Clearfix */

.clearfix:before,
.clearfix:after,
.PlentyArticleCharacter {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after, .PlentyArticleCharacter:after {
    clear: both;
}
plenty_appendix{visibility: hidden;}
.img-responsive {max-width: 100%;
height: auto;}
.text {position:absolute;
top:50%;
font-size:32px;
color:#caf0f9;
z-index:1;
padding-left:10%;}
.top-nav {position:absolute;
bottom:20px;
padding-left:20px;
z-index:1;
}
.header-image  {
	position: relative;
}
.f-times {
	font-family: Times New Roman
}
.vorteile li {
padding-left:40px;
position:relative;
}
.vorteile img {
	width:40px;
	position: absolute;
left: 0;
}
.vorteile span {
	display:inline-block;
	vertical-align: middle;
	height: 45px;
	padding-left:10px;
	text-transform: uppercase;
font-weight: bold;
margin-top: 10px;
}
.footer-bottom img {
	margin-right:20px;
}


@media (max-width : 767.98px) {
.ft-box{
 width:100%;
 float: none;
 margin-bottom: 2em;
}
.footer-bottom{
  width: 90%;
}
.footer-bottom img {
    float:none;
  }
  .text {
	top: 20%;
	font-size: 28px;
}
}

@media (max-width: 450px){
  .top-nav {

  }
  .top-nav a {

  font-size: 1em;
  padding: 1em 10px;
  }
  h1 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
}

.f-times {
    font-family: Times New Roman;
}
.top-nav {
    bottom: 10px;
    padding-left: 10px;
   
}
  .text {
	top: 10%;
	font-size: 20px;
}
.page {
    max-width: 100%;
    padding: 5px;
}

}

.container-max {width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
max-width: 1480px;}
.header-image {
	border-radius: 20px;
	overflow: hidden;
min-height: 500px;
background-image: url("https://cdn03.plentymarkets.com/2uncw9643p19/frontend/ebay/header-bild.jpeg");
background-position: left bottom;
background-size: cover;
}
.footer{
border-radius: 20px;
	overflow: hidden;
min-height: 500px;
background-image: url("https://cdn03.plentymarkets.com/2uncw9643p19/frontend/ebay/footer-hintergrund-kl.jpeg");
background-position: left bottom;
background-size: cover;

}
.ft-box h4 {
	font-size: 1.2em;
	border-bottom: 1 solid #caf0f9;
	padding-bottom: 10px;
	color: #caf0f9;
	text-shadow: unset;
	max-width:400px;
margin-bottom: 1.5rem;
}

.ft-box, .ft-box-3 {
    width: 100%;
    float: unset;
    padding-right: 15px;
    padding-left: 15px;
}
.support {
	padding: 0;
}
.ft-box.ft-box-3 {
	margin-top: 2rem;
}
.ls-box, .infobox {
	border: 1px solid #bcbcbc;
box-shadow: 0px 0 15px 3px #bcbcbc;
	margin: 2rem 0;
	padding: 1rem;
	border-radius: 10px;
}
.footer-bottom {
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 15px;
	width: 100%;
		text-align: left;
}
.main {
    color: #737373;
	padding: 0;
}

.ft-box, .support {
	color: #fff;
	max-width: 400px;
	text-align: center;
}
.support {
color: #caf0f9;
}
.footer {
    margin-top: 60px;
	}
	.footer-bottom img {
    margin-right: 60px;
}