@import url("https://use.typekit.net/aqz7jgz.css");

:root {
  --apocolor: rgb(36,66,48);
  	--apocoloropak: rgba(36,66,48,0.3);
  	--apocoloropak1: rgba(36,66,48,0.1);
  --apoaccentcolor: rgb(165,17,129);
  	--bgcolor:rgb(36,66,48);
  	--buttoncolor:rgb(165,17,129);
  	--buttoncolor-hv:rgba(165,17,129,0.8);
  	--bordercolor:rgb(165,17,129);
  	--fontcolor: rgb(40, 55, 71);
}


/* ----------------------------- Fonts etc. ---------------------------*/



body {
	/*
	font: 22px "focolight", Helvetica, Arial, sans-serif;
	font-style:normal;
	*/
	font-family: casus, sans-serif;
	font-weight: 300;
	font-style: normal;
	-webkit-hyphens: auto;
	 -moz-hyphens: auto;
	 -ms-hyphens: auto;
	 hyphens: auto;
}

h1, h1 a, h2, h2 a, h3, h4, h5, h6 {
	color:rgb(0,0,0);
	/*font-weight:normal;
	font-family:'focobold', Helvetca, Arial, sans-serif;*/
	font-family: casus, sans-serif;
	font-weight: 700;
	font-style: normal;
}
h1 {
	font-size:34px;
	color:rgb(36,66,48);
}
h2, h2 a {
	font-size: 23px;
}
h3 {
	font-size: 16px 
}
h4, h4 a {
	font-size: 15px 
}
strong {
	font-family: casus, sans-serif;
	font-weight: 400;
	font-style: normal;
}

a {
	color:rgb(36,66,48);
	text-decoration:none;
}
a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	color:var(--apoaccentcolor);
	text-decoration:none;
}
p {
    margin:0;
    padding:0;
}

.small, small {
	font-size: 13px;
	line-height: 18px;
}


#navigationMobile .mobileLogo {
	background: var(--apocolor) url("../Icons/Gehlsdorfer_Logo_einzeilig_weiss_200131.svg") no-repeat scroll 20px 16px;
	background-size: 140px auto;
  	width: 100%;
  	height: 60px;
}


/* Slider */

.gehlsdorfer .hjuslide-wrapper .hjuslider-text {
  	background-color: var(--apoaccentcolor);
}
@media only screen and (max-width: 1070px) {
  	.gehlsdorfer .slick-track {
   		background-color: var(--apoaccentcolor);
  	}
}


/* Offers */

.offer-item .offer-saving {
  	background-color: var(--apoaccentcolor);
  	color: rgb(255, 255, 255);
}
.offer-item .offer-prices {
  background-color: var(--apocolor);
}
.offer-item .offer-price {
  	font-family: casus, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.offer-item .offer-title {
  color: var(--apocolor);
  border-top: 4px solid var(--apocolor);
  	font-family: casus, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.offer-item .offer-description {
  color: var(--apocolor);
}
.offer-item .offer-priceoriginal {
  	font-family: casus, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.offer-item .offer-priceoriginal span {
  background-color: var(--apoaccentcolor);
}
.offer-item .offer-link a {
  border: 1px solid var(--apocolor);
}
.offer-item .offer-link a:hover {
  color: var(--apoaccentcolor);
}
.smallprinted {
  color: var(--apocolor)
  font-size: 14px;
}
.tx-ahornoffers::before {
	background-color: var(--apocoloropak1);
}

.tx-ahornoffers .offer-item .offer-link {
	border: 1px solid var(--apocolor);
	color: var(--apocolor);
}


/* content */

main a,
.hidden-text-more {
  color: var(--apoaccentcolor);
}

/* footer */

#footer {
  background-color: var(--apocolor);

}
.phone0 {
  fill: var(--apocolor);
}


