@import url('https://fonts.googleapis.com/css2?family=Mr+Bedfort&display=swap');
.artical-left-side ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.artical-left-side ul li{
	display:block;
}
.artical-left-side ul li a {
	display: inline-block;
	padding: 4px 0;
	color: #4c4c4c;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	position: relative;
	line-height: 18px;
	background: #fff;
}
.artical-left-side ul li a::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f101";
	color: #a05135;
	margin: 0 10px 0 0;
	font-size: 12px;
	position: absolute;
	left: 0;
	top: 50%;
	opacity: 0;
	transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	-webkit-transition: all .5s linear;
	-ms-transition: all .5s linear;
	transform: translatey(-50%);
}
.artical-left-side ul li a:hover,
.artical-left-side ul li a:focus,
.artical-left-side ul li a.active{
	color: #a05135;
	padding-left:12px;
}
.artical-left-side ul li a:hover::before,
.artical-left-side ul li a:focus::before,
.artical-left-side ul li a.active::before{
	opacity:1;
}

/******/
.custom-page--content #accordion {
	margin: 60px 0;
}
.custom-page--content h1 {
	color: #4c4c4c;
	font-size: 2rem;
	line-height:normal;
	margin: 2.125rem 0rem 1.25rem 0rem;
}
.custom-page--content h2{
	color: #4c4c4c;
	font-size: 1.5rem;
	line-height: 1.75rem;
}
.custom-page--content h3 {
	font-size: 16px;
}
.custom-page--content h1, 
.custom-page--content h2, 
.custom-page--content h3,
.custom-page--content h4,
.custom-page--content h5,
.custom-page--content h6{
	font-weight: 600;
	line-height:normal;
}
.card-warpp{
	border-top: 1px solid #efecea;
	margin-bottom: 20px;
}
.card-warpp h4.card-warpp-header{
	position: relative;
	margin-top: 20px;
	color: #a05135;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	text-transform: capitalize;
}
.card-warpp h4.card-warpp-header[aria-expanded="false"]{
	color: #4c4c4c;
}
.card-warpp h4.card-warpp-header[aria-expanded="true"]::after,
.card-warpp h4.card-warpp-header[aria-expanded="false"]::after {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f078";
	right: 0;
	top:0;
	color: #a05135;
}
.card-warpp h4.card-warpp-header[aria-expanded="false"]::after {
	transform: rotate(-180deg);
	color: #979797;
}
.card-warpp-body{
	padding: 30px 0 20px 0;
}
.card-warpp-body h3 {
	font-size: 20px;
}
.card-warpp-body p {
	font-size: .875rem;
	line-height: 1.5rem;
	margin:0 0 10px 0;
	color: #4c4c4c;
}
.card-warpp-body p.gray-text {
	color:#979797;
}
.card-warpp-body p a{
	text-decoration: underline;
	color: #a05135;
	display: inline-block;
}
.ol-list,
.ul-list {
	padding: 0;
	margin: 0 0 0 30px;
}
.ol-list li,
.ul-list li{
	color:#979797;
	line-height: 2rem;
	position: relative;
}
.artical-left-side ul li a {
	display: inline-block;
	padding:8px 0;
	color: #4c4c4c;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	position: relative;
	line-height: 18px;
	background: #fff;
	transition: all ease 0.5s;
}
.icon-list li a::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f101";
	color: #a05135;
	font-size: 12px;
	position: absolute;
	left: 0;
	top: 50%;
	transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	-webkit-transition: all .5s linear;
	-ms-transition: all .5s linear;
	transform: translatey(-50%);
}
.custom-page--content p.gray-text {
	color:#979797;
}
.custom-page--content p.gray-text a{
	text-decoration: underline;
	color: #a05135;
	display: inline-block;
}

/** About Us => Uber uns **/
.history-hemp-center-banner {
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	text-align: center;
	padding: 12% 0;
	margin-bottom:30px;
}
.history-hemp-center-banner h2,
.custom-page--content .history-hemp-center-banner p{
	max-width: 650px;
	margin: 0 auto;
}
.history-hemp-center-banner h2 {
	color: #FFFFFF;
	line-height:1.0;
	font-size:56px;
	margin: 0 auto 20px auto;
	padding: 0;
	max-width: 100%;
}
.custom-page--content .history-hemp-center-banner p {
	font-size: 18px;
	font-weight: 600;
	line-height: 32px;
	color: #fff;
	max-width: 100%;
}
.custom-page--content p{
	color: #828080;
}
.custom-page--content .fedfort-font{
	font-family: 'Mr Bedfort', cursive;
}
.philip-sig {
	font-size: 32px;
	font-weight: normal;
}
.custom-page--content p.gray-text {
	color:#979797;
}
.custom-page--content p.gray-text a{
	text-decoration: underline;
	color: #a05135;
	display: inline-block;
}
.text-box-wrapp h3{
	margin-bottom:15px;
}
.img-holder-wrapp img{
	width:100%;
}
.light-gray {
	color: #858585;
	font-size: 20px;
}
/** Shipping **/
.shipping-cost{
    text-align: center;
    background-color: #f9f8f7;
    color: #656565;
    padding: 35px 16px 25px;
	margin-bottom:30px;
}
.shipping-cost img {
	max-width: 150px;
	display: inline-block;
	margin: 20px 20px;
}
.step-by-step .img-holder-wrapp {
	max-width: 130px;
	margin-bottom: 15px;
}
.step-by-step .img-holder-wrapp {
	max-width: 130px;
	margin-bottom: 15px;
}
.custom-page--content .step-by-step h2 {
	margin-bottom:30px;
}
.bg-light-gray.card-warpp-body{
	padding: 10px 15px 50px 15px;
    background-color: #f9f8f6;
    text-align: center;
}
.ul-list{
	list-style:none;
	padding:0;
	margin:0;
}
.ul-list li a,
.ol-list li a{
	color: #828080;
}
.ul-list li a:hover,
.ul-list li a:focus,
.ol-list li a:hover,
.ol-list li a:focus{
	color: #a05135;
}
.bg-light-gray ul li::before,
.with-check li::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00c";
	color: #a05135;
	margin: 0 10px 0 0;
	font-size: 12px;
}
.shipping-box img {
	width: 70%;
	margin: 0 auto 10px auto;
	display: block;
	text-align: center;
}
.shipping-box{
	margin-bottom:30px;
}
.shipping-box img {
	width: 70%;
	margin: 0 auto 10px auto;
	display: block;
	text-align: center;
}
.shipping-box h4 {
	font-size: 20px;
	font-weight: 600;
	margin: 30px 0 10px 0;
}
.card-box-wrapp img {
	max-width: 90px;
	display: inline-block;
	margin: 10px 10px 10px 0;
}
.menu-list.table td, .menu-list.table th {
	vertical-align: middle;
	padding:20px 30px;
	border: 1px solid #dee2e6;
}
.border-heading h1 {
	margin: 0;
	font-size: 40px;
	font-weight: 700;
	display: inline-block;
	background: #fff;
	z-index: 1;
	position: relative;
	padding: 0 20px;
}
.border-heading {
	position: relative;
	text-align: center;
	margin: 10px 0 20px 0;
}
.border-heading .line-border {
	position: absolute;
	height: 1px;
	left: 0;
	right: 0;
	width: 100%;
	transform: translateY(-50%);
	top: 50%;
	background: #d0cdcd;
}
#Welche-Aufgaben iframe {
	width: 100%;
	height: 500px;
}
@media (min-width:992px) and (max-width:1199px){
	.history-hemp-center-banner h2 {
		font-size: 42px;
		line-height: normal;
	}
	.custom-page--content .history-hemp-center-banner p {
		font-size: 14px;
		line-height: normal;
	}
}
@media (max-width:991px){
	.history-hemp-center-banner,
	.img-holder-wrapp,
	.custom-page--content {
		margin-top: 90px;
	}
}
@media (max-width:767px){
	.full-width-hide {
		display: none;
	}
	.history-hemp-center-banner h2 {
		line-height: 38px;
		font-size: 28px;
		padding: 0 30px;
	}
	.custom-page--content .history-hemp-center-banner p {
		font-size: 15px;
		line-height: 24px;
		padding: 0 30px;
	}
}
