/* Einbinden von Schriftart "Gudea" */
@font-face {
	font-display: swap;
	font-family: 'Gudea';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/gudea-v10-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/gudea-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/gudea-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/gudea-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/gudea-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/gudea-v10-latin-regular.svg#Gudea') format('svg'); /* Legacy iOS */
}

/* Privacy Opt-In Buttons */
.mod_privacy_optin input.submit[type="submit"], 
.mod_privacy_optin button.submit[type="submit"] {
    background: rgb(220, 220, 220);
}

.mod_privacy_optin input.submit[type="submit"]:hover, 
.mod_privacy_optin button.submit[type="submit"]:hover {
	background: rgb(255, 183, 53);
	color: rgb(255, 255, 255);
	opacity: 1;
}

.mod_privacy_optin input.submit, 
.mod_privacy_optin button.submit {
    border-radius: 0px;
	border: none;
    border-left: 3px solid rgb(255, 183, 53);
	color: rgb(0, 0, 0);
	opacity: 1;
}

/* Selektor Markierung ganze Seite */
::selection{
	background: rgb(0, 67, 148, 1);
	color: rgb(255, 255, 255, 1);
}

body {
	line-height: 1.6rem;
	font-family: 'Gudea';
}

#footer .inside {
    margin: 0 auto;
    padding: 65px 40px 20px 40px;
}

#bottom .inside {
	padding-top: 15px;
	padding-bottom: 15px;
}

/* Popup Window */
.ce_popup_start .ce_popup_content {
    padding-bottom: 0px;
    border-top: none;
}

/* Keine Nav-Btn in Lightbox */
#cboxNext,
#cboxPrevious {
	display: none!important;
}

/* Revolution Slider */
.ce_revolutionslider_text {
	padding: 10px 35px;
	background-color: rgba(244, 244, 244, 0.7);
}

.ce_revolutionslider_hyperlink {
	font-size: 18px;
	letter-spacing: 2px;
	padding: 5px 35px;
	min-width: 225px;
}

.ce_revolutionslider_hyperlink:hover {
	text-decoration-line: underline;
	text-underline-position: under;
}

/* Quickmenu */
.mod_quickmenu li a {
	background: rgba(255, 183, 53, 0.8);
}

.mod_quickmenu.style3 li a {
	border: none;
}

/* Top Link */
#top_link a {
	background-color: rgb(255, 183, 53, 0.8);
	border: none;
}

/* Top Bar Hyperlinks */
#top .mod_top_mail a:hover, #top .mod_top_phone a:hover, #top .top_metanavi a:hover {
	opacity: 1;
	color: rgb(255, 183, 53);
	border-bottom: 1px solid;
}

#top .mod_top_mail a {
	padding: 0px;
	display: initial;
}

/* Position Lang-Switcher im Mobile Menü */
#mmenu #mmenu_top {
	padding: 35px;
}

/* ToTop-Link Button auch in Mobile-Ansicht sichtbar */
@media only screen and (max-width: 767px) {
	#top_link {
		display: block;
	}
}

.ce_iconbox_v2 ul li {
	list-style-position: outside;
}

.logo {
	width: 125px;
	height: 140px;
}

span.color-accent {
	color: rgb(0, 67, 148, 1);
}

.pagination {
	clear: both;
	margin-top: 30px;
}

.smartmenu-content {
	background: rgba(0, 67, 148, 0.8);
}

/* Button */
.ce_hyperlink a, a.btn {
	background: rgb(240, 240, 240);
	color: rgb(0, 0, 0);
	border: none;
	border-left: 3px solid rgb(255, 183, 53);
}

.ce_hyperlink a:hover, a.btn:hover {
	background: rgb(255, 183, 53);
	color: rgb(255, 255, 255);
	opacity: 1;
}

.ce_hyperlink:not(.btn-white) a, a.btn {
    color: rgb(0, 0, 0);
}

/* Image bar hyperlink button*/
.ce_text_image_bar .ce_hyperlink a {
	background: rgb(0, 67, 148, 1);
	border-color: rgb(0, 67, 148, 1);
	color: rgb(255, 255, 255);
}

.ce_text_image_bar .ce_hyperlink a:hover, a.btn:hover {
	background: rgb(255, 183, 53);
	color: rgb(255, 255, 255);
	opacity: 1;
}

/* Image slider padding */
.image-slider-padding {
	padding: 10px;
}

/* Imagesboxes */
.ce_text_imagebox:hover a:hover {
	box-shadow: 0 35px 35px rgba(0, 0, 0, 0.2);
	transform: translate(0, -5px);
	-webkit-transform: translate(0, -5px);
	z-index: 10;
}

.ce_text_imagebox.imagebox_version3 .inside {
	padding: 10px 15px;
}

/* Image text boxes */
.ce_image_text_box a.hyperlink_txt:hover {
	opacity: 1.0;
	background-color: rgb(0, 67, 148, 1);
	color: rgb(255, 255, 255, 1);
}

/* Timeline Bullet Icons */
.ce_timeline .timeline-item i.timeline-icon {
	font-size: 1.2rem;
}

/* Timeline Item Title */
.ce_timeline .timeline-item .timeline-item-title {
	margin-top: 0px;
}

/* Tabs Abstand unten */
.ce_tabs .tabs.horizontal-clean {
	padding-bottom: 25px;
}

.mod_eventlist_v3 h4, .mod_eventlist_v3 h4 a {
	font-size: inherit;
}

/* =============================================================================
 * Newslist V2 - Teaser
 * ========================================================================== */

.newslist-v2 .image_container {
	margin: 0;
	border-radius: 0px;
}

.newslist-v2 .image_container img {
	border-radius: 0px;
}

.newslist-v2 .date {
	position: absolute;
	left: 0;
	top: 20px;
	color: #fff;
	padding: 10px;
	text-align: center;
	line-height: 1.3;
}

.newslist-v2 .date .day {
	font-size: 1.733rem;
	line-height: 1.733rem;
}

.newslist-v2 .date .month {
	display: block;
	text-transform: uppercase;
	font-size: 0.7333rem;
}

.newslist-v2 .date .year {
	display: block;
	font-size: 0.7333rem;
}

.subheadline-v2 {
	text-transform: none;
}

.newslist-v2 h4 {
	text-transform: none;
}

.newslist-v2 .ce_hyperlink a {
	padding: 8px 20px;
	background: rgb(240, 240, 240);
	color: rgb(0, 0, 0);
}

.newslist-v2 .ce_hyperlink a:hover, a.btn:hover {
	background: rgb(255, 183, 53);
	color: rgb(255, 255, 255);
	opacity: 1;
}

.newslist-v4 .ce_hyperlink a {
	padding: 8px 20px;
	background: rgb(240, 240, 240);
	color: rgb(0, 0, 0);
}

.newslist-v4 .ce_hyperlink a:hover, a.btn:hover {
	background: rgb(255, 183, 53);
	color: rgb(255, 255, 255);
	opacity: 1;
}

/* =============================================================================
 * Sprechblasen Stelleninserate
 * ========================================================================== */

.ce_testimonial_version3 .text {
	background: rgb(255, 204, 113)
}

.ce_testimonial_version3 .text:after {
	background: rgb(255, 204, 113)
}

.ce_testimonial_version3 .text p {
	color: rgb(0, 0, 0)!important;
}

.ce_testimonial_version3 .image_container {
	width: 100px;
	height: 100px;
}

.ce_testimonial_version3 .image_container img {
	border: 1px solid rgb(244, 244, 244);
}

/* =============================================================================
 * Maschinenportfolio
 * ========================================================================== */

.mod_portfoliolist_v3 .item .info {
	display: inline-grid;
}

.mod_portfoliolist_v3 .item .subline {
	float: left;
	margin-top: 5px;
}

.mod_portfoliolist_v3 .item .content {
	background: rgb(244, 244, 244);
}

.mod_portfoliolist_v3 .item img {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	object-fit: scale-down;
}

.mod_portfoliolist_v3 .item:hover img {
	-webkit-filter: blur(0px);
	filter: blur(0px);
}

/* =============================================================================
 * Eventlist Timeline horizontal
 * ========================================================================== */

.cd-horizontal-timeline .events-wrapper::before {
	left: 0;
	background-image: none;
}

.cd-horizontal-timeline .events-wrapper::after {
	right: 0;
	background-image: none;
}

/* =============================================================================
 * Gietz Distributor Catalog: List
 * ========================================================================== */

.mod_customcataloglist.gi_distributors .countrylist {
	display: inline-block;
	margin-bottom: 10px;
}

.mod_customcataloglist.gi_distributors .company {
	font-weight: bold;
	margin-bottom: 10px;
}

.mod_customcataloglist.gi_distributors .icon_text {
	display: -webkit-inline-box;
}

.mod_customcataloglist.gi_distributors .divider_countrylist {
	background: rgba(0, 0, 0, 0.1);
	width: 100%;
	height: 1px;
	margin-bottom: 10px;
}

.mod_customcataloglist.gi_distributors .fa-ul {
	padding-left: 0;
	padding-top: 5px;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.mod_customcataloglist.gi_distributors .fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 1.5em;
	top: .14285714em;
	text-align: center;
	line-height: 1.5;
}

.mod_customcataloglist.gi_distributors .item-inside {
	padding-bottom: 40px;
	/* bol 28.09.20 */
	height: 435px;
}

input.submit[type="submit"], button.submit[type="submit"] {
    background: rgb(240, 240, 240);
}

input.submit[type="submit"]:hover, button.submit[type="submit"]:hover {
	background: rgb(255, 183, 53);
	color: rgb(255, 255, 255);
	opacity: 1;
}

input.submit, button.submit {
    border-radius: 0px;
	border: none;
    border-left: 3px solid rgb(255, 183, 53);
	color: rgb(0, 0, 0);
	opacity: 1;
}

@media only screen and (max-width: 767px) {
	.mod_customcataloglist.gi_distributors .item-inside {
		padding-bottom: 20px;
		height: auto;
	}
}

/* =============================================================================
 * Gietz Distributer Liste EVO WEB Formatierung 2 Spalten
 * Fuer einspaltiges Layout with: 100% und ohne margin einsetzen
 * ========================================================================== */

.mod_customcataloglist.gi_distributors .item-wrapper .block.entry:nth-child(odd) {
	width: 45%;
	margin-right: 10%;
	float: left;
}

.mod_customcataloglist.gi_distributors .item-wrapper .block.entr:nth-child(even) {
	width: 45%;
	float: left;
}

@media only screen and (max-width: 767px) {
	.mod_customcataloglist.gi_distributors .item-wrapper .block.entry:nth-child(n) {
		width: 100%;
		margin: none;
	}
}