/* ////////////////////////////////
 * 
 * Fonts
 * 
 * ////////////////////////////////
*/

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/lato-400.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/lato-600.ttf') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/raleway-600.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ////////////////////////////////
 * 
 * Allgemein
 * 
 * ////////////////////////////////
*/

html {
	overflow-x: hidden;
}

body {
	font-size: 16px;
	overflow-x: hidden;
	background: none;
}

.content-wrap {
	padding: 0;
}

#content a,
h1 > span:not(.nocolor),
h2 > span:not(.nocolor),
h3 > span:not(.nocolor),
h4 > span:not(.nocolor),
h5 > span:not(.nocolor),
h6 > span:not(.nocolor),
page-title p > span:not(.nocolor),
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover a,
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.current a,
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li:hover a,
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li.current a,
#top-cart > a:hover,
.top-cart-item-desc a:hover {
	color: #e95f40 !important;
}

::selection {background: #e95f40; color: #fff;}
::-moz-selection {background: #e95f40; color: #fff;}

/* ////////////////////////////////
 * 
 * Header
 * 
 * ////////////////////////////////
*/

#header {
	z-index: 1000;
}

#header.header-flat,
.header-flat #header-wrap,
.header-flat #logo,
.header-flat #logo img,
body:not(.primary-menu-open) .header-flat > .container {
	height: 70px !important;
}

#header #header-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.header-flat #primary-menu-trigger {
	margin-top: -14px;
}

/* ////////////////////////////////
 * 
 * Logo
 * 
 * ////////////////////////////////
*/

#logo {
	margin-right: 10px;
}

/* ////////////////////////////////
 * 
 * Listen
 * 
 * ////////////////////////////////
*/

.ul-no-dots {
	list-style-type: none;
}

@media (min-width:768px) {
	.ul-desktop-inline li {
		display: inline-block;
	}
}

@media (max-width:767px) {
	ul {
		padding-left: 15px;
	}
}

/* ////////////////////////////////
 * 
 * Media
 * 
 * ////////////////////////////////
*/

img, video {
	max-width: 100%;
}

.tm-images p {
	margin-top: 50px;
	margin-bottom: 0;
}

/* ////////////////////////////////
 * 
 * Menu
 * 
 * ////////////////////////////////
*/

#primary-menu-trigger > i {
	font-size: 24px;
}

@media (min-width: 992px) {
	#primary-menu ul li > a {
		padding-left: 9px;
		padding-right: 9px;
	}
	
	header.header-flat #primary-menu ul li > a {
		padding-top: 24px;
		padding-bottom: 24px;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	#primary-menu ul li > a {
		padding-left: 7px;
		padding-right: 7px;
		font-size: 12px;
		letter-spacing: 0;
	}
}

@media (max-width: 991px) {
	#primary-menu-trigger {
		right: 45px !important;
	}
}

@media (max-width: 479px) {
	#primary-menu-trigger {
		right: 30px !important;
	}
}

/* ////////////////////////////////
 * 
 * Choose Language
 * 
 * ////////////////////////////////
*/

#top-cart .top-cart-content {
	border-top: 2px solid #e95f40;
}

.top-cart-item-desc a {
	display: block;
	width: 100%;
	height: 100%;
}

.header-flat #top-search, .header-flat #top-cart, .header-flat #side-panel-trigger, .header-flat #top-account {
	margin: 23px 0 23px 15px;
}

#top-cart > a {
	font-size: 15px;
	width: 24px;
	height: 24px;
	color: #555;
	white-space: nowrap;
}

#top-cart > a > p {
	margin: 0;
	display: inline-block;
	transform: translate(5px, -1px);
}

@media (max-width: 767px) {
	#top-cart > a {
		transform: translateX(-10px);
	}
}

@media (max-width: 479px) {
	#top-cart {
		display: block;
	}
	
	#primary-menu-trigger {
		transform: translateX(-15px);
	}
}

/* ////////////////////////////////
 * 
 * CONTENT: Unterlined Headline
 * 
 * ////////////////////////////////
*/

.h-underline-red:after {
	content: '';
	display: block;
	position: relative;
	width: 45px;
	height: 1px;
	background: #e95f40;
	left: 50%;
	margin: 0px 0 10px -22.5px;
}

.h-underline-white:after {
	content: '';
	display: block;
	position: relative;
	width: 45px;
	height: 1px;
	background: #fff;
	left: 50%;
	margin: 0px 0 10px -22.5px;
}

/* ////////////////////////////////
 * 
 * Nav: Mobile
 * 
 * ////////////////////////////////
*/

@media (max-width: 991px){
	#primary-menu-trigger {
		right: 0;
		left: inherit;
	}
}

/* ////////////////////////////////
 * 
 * HOME: Content
 * 
 * ////////////////////////////////
*/

#wrapper {
	background: none;
}

#content {
	background: #fff;
    overflow: inherit;
}

.content-wrap {
	padding: 0;
	background: none;
}

@media (max-width: 767px){
	#content.content-home {
		margin-top: 0;
	}
	
	.container {
		width: inherit !important;
	}
}

@media (min-width: 768px){
	.content-wrap > div > * {
		margin-top: -280px;
	}
}

/* ////////////////////////////////
 * 
 * HOME: Page Title
 * 
 * ////////////////////////////////
*/

#page-title {
	min-height: 820px;
	padding: 0 !important;
}

@media (max-width: 767px){
	#page-title {
		height: 280px;
		min-height: inherit;
	}
}

/* ////////////////////////////////
 * 
 * HOME: Intro Text
 * 
 * ////////////////////////////////
*/

#intro-text {
	background: rgba(233,95,64,0.95);
	padding: 40px 15px;
}

#intro-text > * {
	color: #fff;
	text-align: center;
	margin: 0;
	text-transform: uppercase;
}

#intro-text h2 {
	font-size: 36px;
}

@media (max-width: 767px){
	.content-wrap {
		padding-top: 0;
	}
	
	.content-wrap .row.bottommargin-lg {
		margin-bottom: 0 !important;
	}
	
	#intro-text {
		background: rgb(233,95,64);
		padding: 15px;
	}
	
	#intro-text h2 {
		font-size: 16px;
	}
	
	#intro-text h2:after {
		display: none;
	}
	
	#intro-text p {
		font-size: 14px;
	}
}

@media (max-width: 767px){
	#intro-text {
		width: 100%;
		left: 0;
	}
}


/* ////////////////////////////////
 * 
 * CONTENT: Tabs
 * 
 * ////////////////////////////////
*/

#content ul.tab-nav.tab-nav2 li.ui-state-active a {
	background: #e95f40;
	color: #fff !important;
}

#content ul.tab-nav:not(.tab-nav-lg) li a {
	color: #444 !important;
}

/* ////////////////////////////////
 * 
 * CONTENT: TM IMG Box
 * 
 * ////////////////////////////////
*/

.tm_img-box img {
	width: 100%;
	height: auto;
	display: block;
}

.tm_img-box .tm_img-box-media {
	position: relative;
}

.tm_img-box .tm_img-box-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.85)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
}

.tm_img-box .tm_img-box-desc {
	padding: 15px;
	position: absolute;
	bottom: 50px;
	width: calc(100% - 30px);
}

.tm_img-box .tm_img-box-desc * {
	margin: 0;
	color: #fff;
}

.tm_img-box .tm_img-box-desc h3 {
	font-size: 28px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	margin-bottom: 10px;
}

/* ////////////////////////////////
 * 
 * FOOTER: Img
 * 
 * ////////////////////////////////
*/

#footer {
	background: #fff;
	border: none;
	text-align: center;
	height: 120px;
}

#copyrights {
	background: none;
	padding: 0;
}

#copyrights > .container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#footer * {
	text-transform: uppercase;
}

@media (max-width: 767px){
	#copyrights > .container {
		width: 100% !important;
	}
}

@media (min-width: 1199px){
	#footer {
		text-align: left;
		height: 70px;
	}
	
	#footer .container .col-md-6:last-child {
		text-align: right;
	}
}

/* ////////////////////////////////
 * 
 * WIDGET: Schraegen
 * 
 * ////////////////////////////////
*/

#schraege-bottom-oben,
#schraege-bottom-unten,
#schraege-top-unten {
		content: '';
		width: 0;
		height: 0;
		display: block;
}

@media (min-width: 768px){
	#schraege-bottom-oben {
		border-top: 225px solid #fff;
		border-left: 130vw solid transparent;
	}

	#schraege-bottom-unten,
	#schraege-top-unten {
		border-bottom: 225px solid rgba(255,255,255,0.75);
		border-right: 130vw solid transparent;
	}

	#schraege-top-unten {
		border-bottom: 225px solid rgba(255,255,255,1);
		margin-bottom: -1px;
	}
}

@media (min-width: 1200px){
	#schraege-bottom-oben {
		border-top: 325px solid #fff;
		border-left: 100vw solid transparent;
	}

	#schraege-bottom-unten,
	#schraege-top-unten {
		border-bottom: 325px solid rgba(255,255,255,0.75);
		border-right: 130vw solid transparent;
	}

	#schraege-top-unten {
		border-bottom: 325px solid rgba(255,255,255,1);
	}
}

@media (max-width: 1199px){
	#schraege-bottom-oben,
	#schraege-bottom-unten {
		display: none;
	}
}

/* ////////////////////////////////
 * 
 * WIDGET: GoToTop
 * 
 * ////////////////////////////////
*/

#gotoTop:hover {
    background-color: #e95f40;
}

/* ////////////////////////////////
 * 
 * WIDGET: Galerie-Slider
 * 
 * ////////////////////////////////
*/

.flex-control-thumbs {
	display: flex;
    flex-wrap: wrap;
    height: auto !important;
}

#produkt-slider img {
	max-height: 855px;
	width: auto;
	margin: 0 auto;
}

/* ////////////////////////////////
 * 
 * WIDGET: Slider
 * 
 * ////////////////////////////////
*/

#tm-slider-top-distance {
	position: relative;
	z-index: 1;
	height: 330px;
}

#tm-slider {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	z-index: -1;
}

@media (min-width: 768px){
	#tm-slider-top-distance {
		height: 400px;
	}
}

@media (max-width: 1199px){
	#tm-slider-bottom-distance {
		display: none;
	}
	#tm-slider {
		height: inherit;
	}
}

/* ////////////////////////////////
 * 
 * WIDGET: TM Grid
 * 
 * ////////////////////////////////
*/

.tm-grid > div {
	padding: 15px;
}

.tm-grid .tm-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
	background: rgba(233,95,64,0.8);
	opacity: 0;
	transition: all 0.25s ease-in-out;
	padding: 30px;
	text-align: center;
}

.tm-grid > div:hover .tm-overlay {
	opacity: 1;
	transition: all 0.35s ease-in-out;
}

.tm-grid h3 {
	margin: 0;
	color: #fff;
	opacity: 0;
	transform: translateY(5px);
}

.tm-grid h4 {
	text-align: center;
	font-size: 16px;
	margin: 0;
	padding-top: 5px;
	opacity: 1;
	transition: all 0.25s ease-in-out;
}

.tm-grid > div:hover h4 {
	opacity: 0;
	transition: all 0.35s ease-in-out;
}

.tm-grid p {
	margin: 0;
	color: #fff;
	opacity: 0;
	transform: translateY(10px);
}

.tm-grid img {
	width: 100%;
}

.tm-grid > div:hover h3 {
	opacity: 1;
	transform: translateY(0);
	transition: all 0.35s 0.25s ease-in-out;
}

.tm-grid > div:hover p {
	opacity: 1;
	transform: translateY(0);
	transition: all 0.35s 0.4s ease-in-out;
}

/* ////////////////////////////////
 * 
 * Tabellen
 * 
 * ////////////////////////////////
*/

table,
tbody {
	width: 100%;
}

tbody {
	display: table;
}

td, th {
	border: 1px solid #ddd;
	padding: 4px 5px;
}

td:first-child, th:first-child {
	text-align: left;
}

.table-produkte td:not(:first-child) {
	text-align: center;
}

th {
	background: #e95f40;
	color: #fff;
	font-weight: bold;
}

.table-toggle th,
.table-toggle td {
	transition: all 0.15s ease-in;
}

.table-hidden th,
.table-hidden td {
	height: 0;
    max-height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
	font-size: 0;
}

.table-toggle-btn td {
	text-align: center;
}

/* ////////////////////////////////
 * 
 * Pagination
 * 
 * ////////////////////////////////
*/

.tm-pagination {
	position: fixed;
	top: 0;
	width: 40px;
	height: 100vh;
	background: rgba(233,95,64,0.95);
	z-index: 198;
	opacity: 0;
	transition: all 0.25s ease-in;
}

.tm-pagination:hover {
	opacity: 1;
}

.tm-pagination#tm-prev {
	left: 0;
}

.tm-pagination#tm-next {
	right: 0;
}

.tm-pagination i {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 30px;
}

@media (max-width: 991px) {
	.tm-pagination {
		display: none;
	}
}

/* ////////////////////////////////
 * 
 * PRODUKTE: Links
 * 
 * ////////////////////////////////
*/

.maschninen-links-wrapper a,
.maschinen-links {
	margin: 0;
}

.maschinen-links,
.maschinen-links > li {
	width: 100%;
}

.maschinen-links > li {
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.maschninen-links-wrapper > .col-md-4 {
		padding-left: 0;
	}
}

/* ////////////////////////////////
 * 
 * SEITE: Unternehmen
 * 
 * ////////////////////////////////
*/

.unternehmen-liste h4 {
	margin-bottom: 0;
}

.unternehmen-kontakt span {
	font-weight: bold;
	margin-right: 5px;
}

/* ////////////////////////////////
 * 
 * Bildunterschrift
 * 
 * ////////////////////////////////
*/

.bildunterschrift {
	color: #777;
	font-size: 14px;
}

/* ////////////////////////////////
 * 
 * Messen
 * 
 * ////////////////////////////////
*/

.messe {
	margin-bottom: 30px;
}

.messe-card {
	display: flex;
	gap: 25px;
	align-items: center;
	border-radius: 3px;
	border: 1px solid #ddd;
	overflow: hidden;
	background: #F0F0F0;
}

.messe-info {
	padding: 15px;
}

.messe-info h4,
.messe-info p {
	margin: 0;
}

.messe-info p {
	margin-top: 5px;
}

/* ////////////////////////////////
 * 
 * Icons
 * 
 * ////////////////////////////////
*/

.icon--download {
	width: 20px;
    float: right;
    margin-top: 10px;
}

.icon--download path {
    fill: #ddd;
}

/* ////////////////////////////////
 * 
 * Eyecatcher
 * 
 * ////////////////////////////////
*/

#eyecatcher {
	/* temporär ausblenden */
	/* display: none; */

	position: fixed;
	top: 20%;
	right: 0;
	z-index: 999;
	transform: translateX(100%);
	max-width: 600px;
	border-top: 2px solid #e95f40;
	border-bottom: 2px solid #e95f40;
	border-left: 2px solid #e95f40;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 30px;
	background-color: white;
	transition: transform 0.25s 0s ease-in-out;
}

@keyframes eyecatcher_scroll {
	from { opacity: 0; }
	to	 { opacity: 0.5; }
}

#eyecatcher.open {
	transform: translateX(0);
}

#eyecatcher h2,
#eyecatcher h3,
#eyecatcher p {
	margin: 0;
}

#eyecatcher h3 {
	font-size: 19px;
}

#eyecatcher img {
	max-height: 300px;
}

#eyecatcher__marker {
	position: absolute;
	top: 5%;
	left: 0;
	transform: translateX(-100%);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 0px 25px;
	background-color: #e95f40;
	color: white;
	font-size: 7rem;
	font-weight: bold;
	font-family: Raleway;
	cursor: pointer;
}

#eyecatcher__close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 15px;
	cursor: pointer;
}

@media (max-width: 767px) {
	#eyecatcher {
		top: 120px;
		max-width: 90%;
	}

	#eyecatcher__wrapper {
		max-height: 60vh;
		overflow-y: scroll;
		overflow-x: hidden;
	}

	/* #eyecatcher::after {
		content: '>';
		transform: translateX(-50%) scaleX(2) rotate(90deg);
		animation: eyecatcher_scroll 1.2s infinite alternate;
		position: absolute;
		top: 90%;
		left: 50%;
		font-size: 35px;
		opacity: 0.5;
		color: #e95f40;
	} */

	/* #eyecatcher img {
		display: none;
	} */

	#eyecatcher p:last-of-type {
		margin-bottom: 0;
	}
}