.candol-branch-wrap {
	position: relative;
	text-align: center;
	color: #fff;  
	max-width: 500px;
	min-width: 250px;
	max-height: 333px;
	min-height: 167px;
	width: 100%;
	height: 333px;
	display: grid; 
	justify-content: center;
	align-items: center;
	margin-bottom: 64px;
	background-size: cover;
}

.candol-branch-wrap a {
	
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-decoration:none;   
}

.candol-branch-title {
	position: absolute;
	width: 100%;
	min-width: 250px;
	height: 60px;
	max-height: 60px;
	max-width: 500px;
	top: 100%;
	left: 0%;
	transform: translatex(0%) translatey(-100%);
	background-color: rgba(145,42,35, 0.7);
	font-size: 21px;
	padding-top: 3%;
	background-size: cover;
	object-fit: cover;
}

/* NEUIGKEITEN */

.candol-news{
	position: relative;
	max-width: 500px;
	min-width: 250px;
	max-height: 360px;
	min-height: 360px;
	width: 100%;
	height: 400px;
	background: #fff;
	margin-right: 50px;
	box-shadow: 0px 0px 10px #d7d7d7;
	margin-bottom: 50px;
}
.candol-news a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	text-decoration:none;   
}

.candol-news-title, .candol-news-subtitle {
	color: #000; 
	text-align: center; 
	width: 100%;
	min-width: 250px;
	height: 60px;
	max-height: 60px;
	max-width: 500px;
	position: absolute;
}

.candol-news-title {
	top: 100%;
	font-weight: 700;
	transform: translatex(0%) translatey(-120%);
	font-size: 21px;
}
.candol-news-subtitle {
	top: 100%;
	transform: translatex(0%) translatey(-75%);
	font-size: 21px;
}

.candol-news-pic {
	position: absolute;
	text-align: center;
	width: 80%;
	min-width: 250px;
	height: 210px;
	max-height: 480px;
	max-width: 400px;
	transform: translatex(12.5%) translatey(25%);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 400px;
	
}

/* PHILOSOPHIE */

.PhilosophieText {
	text-align: justify;
	font-weight: 550;
	font-size: 20px;
}

.candol-phil-grid {
	display: grid; 
	grid-template-columns: 1fr 1fr; 
}

.candol-content {
	box-shadow: 2px 0px 20px #d7d7d7;
	text-align: center; 
	height: 331px;
}

.candol-phil-image {
	height: 331px;
}

.candol-phil-text {
	padding-top: 20px;
}

/* NACHFÜLLFLASCHEN */

.candol-refill-grid {
	display: grid; 
	grid-template-columns: 1fr 1fr; 
}

.candol-refill-content {
	box-shadow: 2px 0px 20px #d7d7d7;
	text-align: center;
	height: 331px;
}

.candol-refill-content h1{
	line-height: 1.15;
	color: #000;
	text-transform: uppercase ;
	
}
.candol-refill-image img, .candol-refill-image {
	height: 331px !important;
	max-height: 331px;
}

.candol-refill-image {
	text-align: right;
}

.candol-refill-text {
	padding-top: 20px;
}

.candol-refill-url {
	margin: auto; 
	width: 9em; 
	padding-top: 40px;
	text-align: center; 
}

.candol-refill-url a{
	background-color: #C2523A;
	color: #fff;
	border: 2px solid #C2523A;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: 500;
}

.candol-refill-url a:hover{
	background-color: #fff;
	color: #C2523A !important;
	text-decoration: none !important;
}

.candol-refill-chalk {
	color: #C2523A;
	font-family: "Authenia";
	font-size: 58px;
	font-weight: 500;
}

@media screen and (max-width: 420px) {
	
	.candol-refill-content {
		line-height: 0.85;
		padding: 0px 3px 0px 0px;
	}
	
	.candol-refill-content h1{
		font-size: 2em !important;
	}
	
	.candol-refill-grid {
		transform: translate(2.5%, 0%);
}

/* DICKER ROTER BALKEN */

.candol-annonce-BIG-wrapperMAIN {
	overflow: auto;
	background-color: #912a23;
	padding-bottom: 1.55em;
}

.candol-annonce-BIG-wrapper1, .candol-annonce-BIG-wrapper2 {
	background-color: #912a23;
	}

.candol-annonce-BIG-wrapper1 {
	float: left;
	width: 55%;
	padding-top: 2em;
	height: 100%;
}

.candol-annonce-BIG-wrapper1 h1 {
	text-transform: uppercase;
}
	
.candol-annonce-BIG-wrapper2 {
	float: right;
	width: 45%;
	height: 10%;
	padding-right: 5em;
	padding-top: 1.55em;
	height: 100%;

}

.candol-annonce-BIG-TeaserContentLeft {

}

.candol-annonce-BIG-TeaserContentRight {

}

.candol-annonce-BIG-TeaserWrapperLeft {
	background-color: #912a23;
	width: 100%;
	float:left;
	padding-left: 120px; 

}

.candol-annonce-BIG-TeaserContentRight {
	float: left;
	background-color: #912a23;
	width: 50% !important; 
	box-sizing: border-box; 
	padding-bottom: 0.5em;
	text-align: center;
}

.candol-annonce-BIG-TeaserHeadingLeft h1{
	color: #C2523A !important; 
	text-align: left;
	font-size: 2.55em;
}

.candol-annonce-BIG-TeaserContentLeft, .candol-annonce-BIG-TeaserContentRight {
	width: auto; 
	color: #C2523A; 
}

.candol-annonce-BIG-TeaserContentLeft svg {
	width: 2.0em;
	transform: translatey(14px);
	padding-right: 10px;
}

.candol-annonce-BIG-TeaserContentLeft {
	width: 100%; 
	font-size: 1.65em;
	font-weight: 600;
	padding-top: 0.6em;
	text-align: left;
	line-height: 1.25;
}

.candol-annonce-BIG-TeaserContentRight svg {
	width: 130px;
	max-height: 130px;
}

.candol-annonce-BIG-TeaserContentRightP{
	font-size: 1.25em; 
	font-weight: 600;
	text-align: center; 
	text-transform: uppercase;
}


@media screen and (max-width: 420px) {
	
	.candol-annonce-BIG-wrapperMAIN {
		width: 100%;
		padding: 0;
	}
	
	.candol-annonce-BIG-wrapper1, .candol-annonce-BIG-wrapper2 {
		width: 100%;
	}
	
	.candol-annonce-BIG-wrapper2 {
		padding: 0;
		padding-top: 2em;
	}
	
	.candol-annonce-BIG-TeaserWrapperLeft {
		padding-left: 0px !important;
		width: 100%;
	}

	.candol-annonce-BIG-TeaserWrapperRight {
		padding-left: 0px !important;
	}
	
	.candol-annonce-BIG-TeaserHeadingLeft h1 {
		text-align: center; 
		line-height: 1.25;
		font-weight: 800;
		font-size: 2.85em;
	}
	
	.candol-annonce-BIG-TeaserContentLeftSpan  {
		line-height: 136%;
		
	}
	
	.candol-annonce-BIG-TeaserContentLeft {
		padding-left: 15px;
	}
}

@media screen and (max-width: 1024px) {
	
	.candol-annonce-BIG-wrapperMAIN h1 {
		font-size: 2em !important;
	}
	
	.candol-annonce-BIG-TeaserContentRightP {
		font-size: 1.15em !important; 
	}
}

/* SCHMALER ROTER BALKEN */
.candol-annonce-SMALL-wrapperMAIN {
	width: 100%;
	background-color: #912a23;
	overflow: auto;
	padding-top: 2em;
	padding-bottom: 0.2em;
	color: #C2523A;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: 600;
}

.candol-annonce-SMALL-TeaserContent {
	float: left;
	width: 25%;
	text-align: center;
}

.candol-annonce-SMALL-TeaserContent svg {
	max-height: 130px;
  max-width: 130px;
}

@media screen and (max-width: 420px) {
	
	.candol-annonce-SMALL-wrapperMAIN {
		padding-bottom: 0;
		
	}
	
	.candol-annonce-SMALL-TeaserContent {
		width: 100%;
		padding-bottom: 1.5em;
	}
}
