/* =============================================================================
   Paragraph
   ========================================================================== */
.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;	
}

.align-justify {
	text-align: justify;
}

p.small {
	font-size: 80%;
} 

/* =============================================================================
   List
   ========================================================================== */
ul.list-features,
ul.list-features ul {
	list-style: none;
	margin-left: 2em;
}

ul.list-features li:before {
	color: #53AF4E;
	display: inline-block;
	vertical-align: -1px;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 0;
	content: "\f00c";
	text-indent: -24px;
}

ul.square li ul {
	list-style: inherit;
}

ul.square {
	list-style-type: square;
}

ul.no-bullet {
	list-style: none;
}

/* =============================================================================
   Image
   ========================================================================== */
figcaption.csc-textpic-caption {
	display: block;
	padding: 5px 0;
	color: #999;
	text-align: center;
}

.ce-textpic .image {
	margin: 0;
}

#content .frame-type-textmedia img {
	border-radius: 5px;
}

/* =============================================================================
   Masonry gallery
   ========================================================================== */
.gallery {
	margin: 40px -4px 0;
}

.gallery__item {
    float: left;
    width: 33.333%;
    padding-bottom: 8px;
    padding-left: 4px;
    padding-right: 4px;
}

.gallery__inner {
    position: relative;
}

.gallery__inner--description {
	cursor: pointer;
}

.gallery__inner--description:hover .gallery__description {
	opacity: 1;
}

.gallery__description {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 30px;
	opacity: 0;
	z-index: 100;
	color: #FFF;
	background: rgba(0,0,0,0.8);
	transition: opacity 0.3s ease-in-out;
}

/* =============================================================================
   Teaser Box
   ========================================================================== */
.teaser-box {
	float: left;
	margin: 0 0 30px;
	padding: 0 15px;
	width: 33.333%;
}

.teaser-box .ce-gallery {
	position: relative;
	background: #01999e;
	overflow: hidden;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.teaser-box .ce-gallery img {
	opacity: 1;
	transition: all 300ms ease-out;
}

.teaser-box .ce-gallery:hover img {
	opacity: 0.5;
	transition: all 300ms ease-out;
	transform: scale(1.1);
}

.teaser-box .ce-bodytext {
	padding: 20px 20px 60px;
	border: 1px solid #cccbcb;
	border-width: 0 1px 1px 1px;
	background: #fdfdfd;
	text-align: center;
	/*min-height: 330px;*/
	position: relative;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.teaser-box p:last-child {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: 0;
}

.teaser-box .button {
	margin: 0;
}

/* =============================================================================
   Product row
   ========================================================================== */
.product-row {
	padding-top: 20px;
}

/* =============================================================================
   Contentbox
   ========================================================================== */
.contentbox {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 0 60px;
}

.contentbox__textwrap,
.contentbox__imagewrap {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}

.contentbox__column--pull {
	-ms-flex-order: 10;
	order: 10;
}

.contentbox__column--push {
	-ms-flex-order: 20;
	order: 20;
}

.contentbox__title {
	color: #000;
}

.contentbox__title::after {
	content: "";
	width: 60px;
	display: block;
	border-bottom: 2px solid
	#484b52;
	margin: 8px 0 15px;
}

.contentbox__text {
	color: #444;
}

.contentbox__image {
	border-radius: 5px;
}

/* =============================================================================
   Contact Box
   ========================================================================== */
.contact-box {
	margin-bottom: 30px;
}

.contact-box .ce-textpic .ce-bodytext {
	padding: 20px;
	border: 1px solid #cccbcb;
	border-width: 0 1px 1px 1px;
	background: #fdfdfd;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.contact-box .ce-textpic .ce-bodytext p:last-child {
	margin: 0;
}

.contact-box .ce-gallery img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

/* =============================================================================
   Simple Carousel
   ========================================================================== */
.simple-carousel {
	margin: 30px 0;
}

.simple-carousel .owl-controls {
	margin-top: 10px;
	text-align: center;
}

.simple-carousel .owl-controls {
	text-align: center;
}

.simple-carousel .owl-controls .owl-page {
	display: inline-block;
}
.simple-carousel .owl-page,
.simple-carousel .owl-buttons div {
	cursor: pointer;
}

.simple-carousel .owl-controls .owl-page span {
	background: #008e94;
	border-radius: 20px;
	display: block;
	height: 12px;
	margin: 5px 7px;
	opacity: 0.5;
	width: 12px;
	transition: all 300ms ease-out;
}

.simple-carousel .owl-controls .owl-page.active span,
.simple-carousel .owl-controls.clickable .owl-page:hover span {
	opacity: 1;
}

/* =============================================================================
   Buttons
   ========================================================================== */
button,
.button {
	cursor: pointer;
	font-family: inherit;
	font-weight: normal;
	line-height: 1;
	margin: 0 0 18px;
	position: relative;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	padding: 12px 24px 13px;
	font-size: 16px;
	background-color: #dc674a;
	color: #FFF;
	transition: background-color 300ms ease-out;
	-webkit-appearance: none;
	border-radius: 5px;
	border: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
	background-color: #c95437;
	text-decoration: none;
	color: #FFF;
 }


button.secondary,
.button.secondary {
	background-color: #e9e9e9;
	border-color: #d0d0d0;
	color: #333333;
}

button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
	background-color: #d0d0d0;
}

button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
	color: #333333;
}

button.radius, .button.radius {
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

button.large,
.button.large {
	padding-top: 16px;
	padding-right: 32px;
	padding-bottom: 16px;
	padding-left: 32px;
	font-size: 18px;
}

.button .icon {
	margin-right: 8px;
}

/* =============================================================================
   Responsive IFrame
   ========================================================================== */

.fluid-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.fluid-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.google-maps {
	padding: 0;
	height: 400px;
	margin: 0;
}

.google-maps iframe,
.google-maps #gmap_canvas {
	pointer-events: none;
}

/* =============================================================================
   News overwrite
   ========================================================================== */
.news .news-list-date::before,
.news .news-list-category::before {
	background: url("../Images/sprites.svg") no-repeat -162px -60px;
}

.news .news-list-category::before {
	background-position: -181px -60px;
}


/* =============================================================================
   Images in Columns
   ========================================================================== */
.column-4 .ce-media img,
.column-6 .ce-media img {
	border-radius: 5px;
}

/* =============================================================================
   Timeline
   ========================================================================== */
.cd-container {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}
.cd-container::after {
	content: '';
	display: table;
	clear: both;
}

#cd-timeline {
	position: relative;
	padding: 32px 0;
	margin-top: 48px;
	margin-bottom: 48px;
}

#cd-timeline::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: 4px;
	background: #cccbcb;
	margin-left: -2px;
}

.cd-timeline-block {
	position: relative;
	margin: 64px 0;
}

.cd-timeline-block:after {
	content: "";
	display: table;
	clear: both;
}

.cd-timeline-block:first-child {
	margin-top: 0;
}
.cd-timeline-block:last-child {
	margin-bottom: 0;
}

.cd-timeline-img {
	position: absolute;
	top: 0;
	left: 50%;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	border-radius: 50%;
	background-color: #cccbcb;
}

.cd-timeline-img::after {
	content: "";
	width: 26px;
	height: 26px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -13px;
	margin-top: -13px;
	background: url("../Images/sprites.svg") no-repeat -53px -125px;
}

.icon-oven::after {
	background-position: -80px -123px;
}

.cd-timeline-content {
	position: relative;
	margin-left: 0;
	background: #dc674a;
	padding: 20px;
	width: 42%;
	color: #FFF;
	border-radius: 5px;
}

.cd-timeline-content:after {
	content: "";
	display: table;
	clear: both;
}

.cd-timeline-content::before {
	content: '';
	position: absolute;
	top: 24px;
	left: 100%;
	height: 0;
	width: 0;
	border: 7px solid transparent;
	border-left: 7px solid #dc674a;
}

.cd-timeline-content h2 {
	color: #FFF;
}

.cd-timeline-content .cd-date {
	display: inline-block;
	float: left;
	padding: 12px 0;
	left: 138%;
	position: absolute;
	top: -4px;
	width: 100%;
	color: #999;
	font-family: "loraregular";
	font-size: 32px;
}

.cd-timeline-block:nth-child(even) .cd-timeline-content {
	float: right;
	background: #dc674a;
}

.cd-timeline-block:nth-child(even) .cd-timeline-content::before {
	top: 24px;
	left: auto;
	right: 100%;
	border-color: transparent;
	border-right-color: #dc674a;
}

.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
	float: right;
}

.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
	left: auto;
	right: 138%;
	text-align: right;
}

/* =============================================================================
   Customer quotes
   ========================================================================== */
.quote-container {
	background: url("../Images/bg-quotes.jpg") no-repeat 0 0;
	background-size: cover;
}

.quote-carousel {
	padding: 71px 0 60px;
}

.quote-element:before,
.quote-element:after {
	content: " ";
	display: table;
}

.quote-element:after {
	clear: both;
}

.quote-element {
	*zoom: 1;
	position: relative;
}

.quote-element .image-wrap {
	float: left;
	width: 25%;
	text-align: center;
}

.quote-element img {
	border-radius: 50%;
	border: 2px solid #FFF;
	-webkit-transition: all 0.3s ease-in 0s;
	-moz-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
	background: #FFF;
}

.quote-element img:hover {
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}

.quote-element blockquote {
	float: left;
	width: 75%;
	border: none;
	margin: 30px 0;
	padding: 0 30px;
	color: #FFF;
	font-family: "loraregular";
}

.quote-element p {
	font-size: 28px;
	text-shadow: 2px 0px 4px rgba(0, 0, 0, 0.8);
}

.quote-element blockquote small {
	color: #f0f0f0;
	font-size: 16px;
	position: absolute;
	right: 30px;
	bottom: 30px;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
}

.quote-carousel .owl-controls {
	margin-top: 10px;
	text-align: center;
}

.quote-carousel .owl-controls {
	text-align: center;
}

.quote-carousel .owl-controls .owl-page {
	display: inline-block;
}
.quote-carousel .owl-page,
.quote-carousel .owl-buttons div {
	cursor: pointer;
}

.quote-carousel .owl-controls .owl-page span {
	background: #FFF;
	border-radius: 20px;
	display: block;
	height: 12px;
	margin: 5px 7px;
	opacity: 1;
	width: 12px;
	transition: all 300ms ease-out;
}

.quote-carousel .owl-controls .owl-page.active span,
.quote-carousel .owl-controls.clickable .owl-page:hover span {
	opacity: 1;
	background: #dc674a;
}

/* Bewertungssiegel */
.banner-signet--300-250 {
	width: 100% !important;
}


