/********** SCHRIFTEN LADEN **********/ 
@font-face {
    font-display: swap;
    font-family: 'Exo';
    font-style: normal;
    font-weight: 400;
    src:
            local('Exo Regular'),
            local('Exo-Regular'),
            url('https://cdn03.plentymarkets.com/qw2mi3mfxcod/frontend/design2019/fonts/Exo-Regular.woff2') format('woff2'),
            url('https://cdn03.plentymarkets.com/qw2mi3mfxcod/frontend/design2019/fonts/Exo-Regular.ttf') format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-display: swap;
    font-family: 'Exo';
    font-style: normal;
    font-weight: 700;
    src:
            local('Exo Bold'),
            local('Exo-Bold'),
            url('https://cdn03.plentymarkets.com/qw2mi3mfxcod/frontend/design2019/fonts/Exo-Bold.woff2') format('woff2'),
            url('https://cdn03.plentymarkets.com/qw2mi3mfxcod/frontend/design2019/fonts/Exo-Bold.ttf') format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-display: swap;
    font-family: 'Custom-Font'; /* 'Roboto'; */
    font-style: normal;
    font-weight: 400;
    src:
            local('Roboto'),
            local('Roboto-Regular'),
            url('https://cdn03.plentymarkets.com/qw2mi3mfxcod/frontend/design2019/fonts/Roboto-Regular.woff2') format('woff2'),
            url('https://cdn03.plentymarkets.com/qw2mi3mfxcod/frontend/design2019/fonts/Roboto-Regular.ttf') format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-display: swap;
    font-family: 'Custom-Font'; /* 'Roboto'; */
    font-style: normal;
    font-weight: 700;
    src:
            local('Roboto Bold'),
            local('Roboto-Bold'),
            url('https://cdn03.plentymarkets.com/qw2mi3mfxcod/frontend/design2019/fonts/Roboto-Bold.woff2') format('woff2'),
            url('https://cdn03.plentymarkets.com/qw2mi3mfxcod/frontend/design2019/fonts/Roboto-Bold.ttf') format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ------- eBay // Style-Def ------- */

#eb_content {
	margin: 0px;
	padding: 0px;
	font-family: 'Custom-Font', 'Roboto', 'OpenSans', sans-serif;
	font-weight: 400;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 300;
	line-height: 150%;
	color: #333;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto; 
}

#eb_content img {
	width: 100%;
	margin-bottom: 0px;
	box-sizing: border-box;
}

#eb_content .clear {
	clear: both;
	margin: 0px;
}

#eb_content strong {
	font-weight: 600;
	font-weight: bold;
}

#eb_content a, #eb_content a.active {
	color: #6ea928;
	text-decoration: none;
}

#eb_content a:hover, #eb_content a:focus {
	color: #fff;
	background: #6ea928;
	padding: 2px;
	margin: -2px;
}

#eb_head {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 2px solid #6ea928;
	box-sizing: border-box;
}

#eb_logo {
	display: block;
	width: 100%;
	box-sizing: border-box;
}

#eb_logo img {
	display: block;
	width: calc(100% - 40px);
	max-width: 300px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 40px;
}

#eb_content {
	/* float: left; */
	width: 100%;
	max-width:100vw;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

#eb_description {
	width: 100%;
	max-width:960px;
	margin:0 auto;
	/* float: left; */
	box-sizing: border-box;
}

#eb_description h2 {
	font-size: 25px;
	line-height: 120%;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #6ea928;
	font-family: 'Exo', sans-serif;
	font-weight: 600;
}

#eb_description p, #eb_description span, #eb_description label, 
#eb_description td, #eb_description th, #eb_description table tbody tr td, #eb_description table tbody tr th {
	font-size: 14px;
	font-weight: 300;
	line-height: 150%;
	color: #333;
}

#eb_description p, #eb_description ul li:last-of-type {
	margin-bottom: 15px;
}

#eb_description ul, #eb_content ul {
	list-style-type: none;
	list-style: none;
	font-size: 14px;
	font-weight: 300;
	line-height: 150%;
	color: #333;
}

#eb_description li {
	list-style-type: none;
	list-style: none;
	background: url(https://www.agrar-profi24.de/images/gallery/ap_lay_2016_ebay/list-bullet.jpg) no-repeat;
	background-size: 8px 8px;
	background-position: 0px 7px;
	margin-left: 0px;
	padding-left: 15px;
	font-size: 14px;
	font-weight: 300;
	line-height: 150%;
	color: #333;
}

#eb_description img {
	width: 100%;
	margin-bottom: 15px;
}

table.eb_rep_tab,
	display: block;
	width: 100%;
	max-width: 500px;
	font-size: 14px;
	color: #333;
}

#eb_description td, #eb_description th, #eb_description table tbody tr td, #eb_description table tbody tr th {
	padding: 5px 15px 5px 0px;
}

/*
#eb_description tr td:first-of-type {
	width: 170px;
}
*/

#eb_description tr td {
	width: auto;
}

#eb_description td:last-of-type, #eb_description table tbody tr td:last-of-type {
	padding-right: 0px;
}

#eb_anfrage {
	width: 100%;
	max-width:960px;
	margin:0 auto;
	/* float: left; */
}

#eb_anfrage h3 {
	font-size: 18px;
	line-height: 120%;
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #6ea928;
	font-family: 'Exo', sans-serif;
	font-weight: 600;
}

#eb_anfrage p, #eb_anfrage ul, #eb_anfrage li, #eb_anfrage span, #eb_anfrage label {
	font-size: 14px;
	font-weight: 300;
	line-height: 150%;
	color: #333;
}

#eb_anfrage p, #eb_anfrage ul li:last-of-type {
	margin-bottom: 15px;
}

#eb_anfrage p, #eb_anfrage ul li:last-of-type {
	margin-bottom: 15px;
}

#eb_anfrage li {
	list-style-type: none;
	list-style: none;
	background: url(https://www.agrar-profi24.de/images/gallery/ap_lay_2016_ebay/list-bullet.jpg) no-repeat;
	background-size: 8px 8px;
	background-position: 0px 7px;
	margin-left: 0px;
	padding-left: 15px;
	font-size: 14px;
	font-weight: 300;
	line-height: 150%;
	color: #333;
}

#eb_footer {
	display: block;
	width: 100%;
	background: #6ea928;
	color: #fff;
	padding: 20px 30px;
}

#eb_footer p, #eb_footer p strong {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	line-height: 150%;
	margin-bottom: 10px;
	text-align: center;
}

#eb_footer p:last-of-type {
	margin-bottom: 0px;
}

#eb_footer p strong {
	font-weight: bold;
}

#eb_footer a {
	color: #fff;
	text-decoration: none;
}

#eb_footer a:hover, #eb_footer a:focus {
	color: #6ea928;
	background: #fff;
	padding: 2px;
	margin: -2px;
}

@media (max-width: 600px) {
		
		#eb_logo img {
			max-width: none;
			width: calc(100% - 40px) !important;
		}
		
		#eb_description td, #eb_description table tbody tr td {
			hyphens: auto;
		}
		
}


#eb_content div[align='left'] {
    max-width: 960px;
    margin: 0 auto;
    opacity:0.5;
}
#eb_content div[align='left'] span {
    color: rgba(136, 136, 136, 0.5) !important;
}

