@charset "utf-8";
@import url("image_hover.css");
@import url("sidebutton.css");

/*
	CSS-Definition für die Homepage der
	TMG Technologie und Engineering GmbH
	
	Erstelle: 13.02.2020
	Geändert: 14.04.2023
	
	Version 0.98
	
	Letzte Änderung:
        - Überschrift H2
		- Info-Box
		- Autom. Silbentrennung in den Absätzen der Produktbeschreibung
		- Zentrierte Darstellung der Kacheln in der Produktübersicht
		- Kleine Schrift für das Seiteninhaltsverzeichnis
		- Anpassungen für mobile Darstellung
		- Anpassungen für Joomla 4
*/

/* Schriften */
/* manrope-regular - latin */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/manrope-v1-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/manrope-v1-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/manrope-v1-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/manrope-v1-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/manrope-v1-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/manrope-v1-latin-regular.svg#Manrope') format('svg'); /* Legacy iOS */
}

/* manrope-800 - latin */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/manrope-v1-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/manrope-v1-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/manrope-v1-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/manrope-v1-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/manrope-v1-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/manrope-v1-latin-800.svg#Manrope') format('svg'); /* Legacy iOS */
}


/* Globale Variablen */
* {
	--Schriftfarbe: #454c5c;   /* #707173; */
	--Orange: rgb(255,140,0);
	--DunkelOrange: #e79d19;
	--Blau: #4594e1ff;
	--Grau: #e8e8e8;
	--DunkelGrau: #adadad;
	
	--BlauVerlauf1: #03b4f7;
	--BlauVerlauf2: #065bc5;
	--GoldVerlauf1: #ffd800;		/* rgb(255,204,0); */
	--GoldVerlauf2: #eeb900;		/* rgb(238,160,0); */
	--GrauVerlauf1: #f6f6f6;
	--GrauVerlauf2: #afb8bb;
}			

html {
  font-family: "Manrope", Arial, sans-serif, "Microsoft Sans Serif";
  font-size: 1.1em;
  color: var(--Schriftfarbe);
  line-height: 150%;
 }

body {
  margin: 0px;
  padding: 0px;
}

h1, h2, h3 {
	line-height: 90%;
}

h1 {
	font-size: 200%;
	padding: 0.5em 0 0.5em 0;
}

section h2 {
	display: block;
	color: white;
	background-image: linear-gradient(90deg, var(--Blau) 0%, white 50%);
	padding: 0.5em ;
	margin: 1em 0em 0em -2em;
    line-height: 95%;
}

/* hyphens */
section p {
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;  
}

/* Randabstand für Bilder innerhalb des Textes */
section img {
  margin-left: 1em;
}

/*  Einstellungen für die mobile Darstellen */
@media only screen and (max-width:915px) {
  html {
    font-size: 1.4em;
  	}
  section h2 {
  	background-image: linear-gradient(90deg, var(--Blau) 0%, white 90%);  
  	}
  h2 {
    font-size: 120%;
  }
}

/*  Einstellungen für schmälere Browserfenster */
@media only screen and (max-width:1300px) {
  html {
    font-size: 1.1em;
  	}  
  section h2 {	
	margin: 1em 0em 0em 0em; 
    }
  h2 {
    font-size: 110%;
  }
  section p {
    margin: 1em 0em 0em 0.5em;
  }
}

/* Text für die Kacheln im eigentlichen Artikel ausblenden */
.content_hidden 
{
    color: white;
}


/* Hyperlinks */
a, a:link
{
  color: #003d8f;
  text-decoration: none;
  font-style: normal;
}
a:visited
{
  color: #003d8f;
}
a:hover
{
  color: #ec7007;
}
a:active
{
  color: #ec7007;
}

/* Hyperlinks direkt in einem Absatz */
section p a, section p a:visited {
  font-weight: bold;
}

/* Sonderformatierung für den Text im Sidepanel */
.feedback-txt a, .feedback-txt a:visited, .feedback-txt a:active {
  color:  white;
}

/* Aufzählungszeichen */
ul
{
  list-style-image: url(../images/lst_img.gif);
  padding-left: 15px;
}
ul ul
{
  list-style-image: url(../images/2st_img.gif);
  padding-left: 15px;
}

.visually-hidden {
	display: none;
}

/* Box-Modell */
.flex-container {
  display: flex;
}
.flex-container-wrap {
	align-content: flex-start;
	flex-flow: row wrap;
	justify-content: center;
}

.content_center {
	justify-content: center;
}

.content_space {
	justify-content: space-between;
}
.center-text {
	text-align: center;
}

/* Abstand des eigentlichen Content zum Browser-Rand */
@media only screen and (min-device-width:961px) {
	/* Standard-Desktop */
	.cl-content {
      	margin: 0 auto;      /* 0 10% 0 10%; */
		max-width: 70em;
	}
  	.row {
		display: none;
	}
}
@media only screen and (min-device-width : 300px) and (max-device-width : 960px) {
	/* Mobile Geräte */
	.cl-content {
		margin: 0 5% 0 5%;
	}
	.row {
		display: block;
		margin-top: 1em;
	}
}

/* Sonderfall Intro-Text */
/*       Workaround		 */
.cl-intro {
  margin-left: 3%;
}

/* Spaltengrößen für den Header-Bereich */
.cl_header_left {
	width: 19%;
}
.cl_header_center {
	width: 80%;
}
.cl_header_right {
	width: 19%;
}

/* Sprachauswahl */
.mod-languages {
	margin-top: 1.5em;
}

/* ---------------     Navigation --------------*/
.maximenuck {
	display: flex;
	justify-content: center;
	margin-top: 0.7em;
  	font-size: 110%;
}
.maximenuck a {
	color: #4594e1ff;
	text-decoration: none;
}
.maximenuck li {
	display: inline;
	padding: 1em;
	letter-spacing: 3px;
}
.maximenuck li a:hover { 
	color: var(--Orange);
}
.maximenuck li.active a {
	color: var(--Orange);
}
ul.maximenuck {
	padding-left: 0px;
}
@media only screen and (min-device-width:916px) and  (max-device-width:1300px) {
	.maximenuck {
		font-size: 100%;
	}  
}
@media only screen and (min-device-width:916px) {
	/* Standard-Desktop */
	.row {
		display: none;
	}
	.mod-menu.nav {
		display: flex;
		justify-content: center;
		margin-top: 0.7em;
	}
	.mod-menu.nav a {
		color: #4594e1ff;
		text-decoration: none;
	}
	.mod-menu.nav li {
		display: inline;
		padding: 1em;
		letter-spacing: 3px;
	}
	.mod-menu.nav li a:hover { 
		color: var(--Orange);
	}
	.mod-menu.nav li.active a {
		color: var(--Orange);
	}
}

@media only screen and (max-device-width: 915px) {
	ul {
    	list-style-type: none;
	}
	nav.topmenu li {
		font-size: 140%;
		padding: 0.2em;
	}
	nav.topmenu li a {
		color: #4594e1ff;
		text-decoration: none;
	}  
}

/*  Breadcrumbs */
@media only screen and (max-device-width: 915px) {
  #pos_breadcrumbs {
    	display: none;
  }  	
}
#pos_breadcrumbs {
	justify-content: left;
}
.mod-breadcrumbs {
	display: flex;
	justify-content: left;
	margin-top: 0.7em;
  	font-size: 0.6em;
  	margin-left: -3em;
}
.mod-breadcrumbs li {
  	list-style-type:none;  
}
.mod-breadcrumbs li:not(:first-child)::before {
    content: "| "; 
}
.mod-breadcrumbs li {
	display: inline;
	padding: 0.3em;
	letter-spacing: 3px;
}
.mod-breadcrumbs  a {
	color: #4594e1ff;
	text-decoration: none;
}
.mod-breadcrumbs  li a:hover { 
	color: var(--Orange);
}

.mod-breadcrumbs li.active a {
	color: var(--Orange);
}
.breadcrumb-item.active {
	color: var(--Orange);
}

/* Fussbereich */
#pos_footer .mod-menu.nav {
	font-size: 0.7em;
	font-weight: normal;
	text-transform: uppercase;
}

#pos_footer {
	margin-top: 2em;
}

/* Anfrage Button-Definition */
button {
	color: white;
	font-size: 1em;
	padding: 0.5em 1em 0.5em 1em;
	border: 1px solid white;
	border-radius: 5px;
	background-image: linear-gradient(90deg, var(--GoldVerlauf1) 0%, var(--GoldVerlauf2) 50%);
	cursor: pointer;
}
.Anfrage {
	display: flex;
	justify-content: center;
	margin: 2em;
}
.AnfrageBox {
	display: flex;
	width: fit-content;
	border: 2px solid var(--Schriftfarbe);
	padding: 0.5em 1em 0.5em 3em;
	background-image: url("../images/Anfrage.svg");
	background-position: left;
	background-repeat: no-repeat;
}
.AnfrageLink {
	display: flex;
	border-top: 2px solid var(--Schriftfarbe);
	border-right: 2px solid var(--Schriftfarbe);
	border-bottom: 2px solid var(--Schriftfarbe);
	padding: 0.5em 1em 0.5em 1em;
	background-color: var(--DunkelOrange);
}
.Anfrage a {
	color: white;
	text-decoration: none;
}
.Anfrage a:hover {
	color: var(--Blau);
}

/* Tabellarische Darstellung für Produktbereich-Auswahl */
.cl-Tabelle {
	display: grid;
	grid-template-columns: 20% 78%;
}
.cl-Tabelle img {
	width: 200px;
}
.cl-Tabelle-Spalte1 {
	grid-column-start: 1;
}
.cl-Tabelle-Spalte2 {
	grid-column-start: 2;
}

/* Darstellung der Boxen */
.cl-container {
	color: white;
	background-image: linear-gradient(90deg, var(--GoldVerlauf1) 0%, var(--GoldVerlauf2) 50%);
	width: 23em;
	height: 10em;
	padding: 1em;
	margin: 1em 1em 0 0;
	border-radius: 15px;
	display: flex;
}
.cl-container h2 {
	margin: 0 0 5% 0;
}
.cl-container p {
	margin: 0 0 0 0;
	text-align: justify;
	hyphens: auto;
}
.cl-container:hover {
	background-image: linear-gradient(45deg, var(--BlauVerlauf1) 0%, var(--BlauVerlauf2) 50%);
}
.cl-container-icon {
	width: 30%;
	display: flex;
	justify-content: center; 
	align-items: center;
}
.cl-container-icon img {
	width: 5em;
}
.cl-container-content {
	padding: 0 0 0 5%;
	width: 70%;
	display: flex-item;
	line-height: 130%;
}
.cl-link a {
	text-decoration: none;
}

/* Blog-Bereich der Kategorien */
.com-content-category-blog.blog, .com-content-category-blog .blog-items {
	display: flex;			
	justify-content: center;   /* flex-start */
	flex-wrap: wrap;
}
.blog .item, .blog-item {
	height: 30em;
	width: 18em;
	background-image: linear-gradient(45deg, var(--GrauVerlauf1) 0%, var(--GrauVerlauf2) 50%);
	border-radius: 15px;
	margin: 0 0.5em 0.5em 0;
	padding: 0.5em 2em 1em 2em;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.blog .item:hover, .blog-item:hover {
	border: 2px solid var(--DunkelOrange);
}
.blog .item-image {
	width: 15em;
	height: 10em;
	border-radius: 50%;
	background-color: white;
	display: flex;	
	justify-content: center;
	align-items: center;	
}
.blog .item-image img {
	width: 10em;
    height: auto;
}
.blog-item .item-content h1 {
  display: none;
}

.blog h2 {
	margin: 1em 0 1em 0;
}
.blog h2 a {
	color: var(--Schriftfarbe);
	text-decoration: none;
}
.blog p {
	text-align: justify;
	hyphens: auto;
}
.blog .cat-children {
	display: none;
}
.blog aside {
	display: none;
}

/* Hinweis-Bereich */
.cl-information {
	background-image: linear-gradient(90deg, var(--GrauVerlauf2) 0%, var(--GrauVerlauf1) 50%);
	padding: 1em 10% 1em 10%;
}
.cl-information	h2, .cl-information h3 {
	color: white;
	font-weight: bold;
}
.cl-information p {
  	color: var(--Schriftfarbe);
  	font-weight: normal;
}
.cl-information a {
	border: 1px solid var(--BlauVerlauf1);
	border-radius: 5%;
	color: white;
	padding: 1em;
	text-decoration: none;
	background-image: linear-gradient(45deg, var(--BlauVerlauf1) 0%, var(--BlauVerlauf2) 50%);
}
.cl-information a:hover {
	background-image: linear-gradient(45deg, var(--BlauVerlauf2) 0%, var(--BlauVerlauf1) 50%);
}

/* Gelber hervorgehobener Bereich */
.cl-information-alert {
	background-image: linear-gradient(90deg, var(--GoldVerlauf1) 0%, var(--GoldVerlauf2) 50%);
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);	
	padding: 2em 30% 2em 30%;
}
.cl-information-alert h2, .cl-information-alert h3 {
	color: white;
	font-weight: bold;
}
.cl-information-alert a {
	border: 1px solid var(--BlauVerlauf1);
	border-radius: 5%;
	color: white;
	padding: 1em;
	text-decoration: none;
	background-image: linear-gradient(45deg, var(--BlauVerlauf1) 0%, var(--BlauVerlauf2) 50%);
}
.cl-information-alert a:hover {
	background-image: linear-gradient(45deg, var(--BlauVerlauf2) 0%, var(--BlauVerlauf1) 50%);
}

/* Blauer hervorgehobener Bereich */
.cl-information-blue {
	background-image: linear-gradient(90deg, var(--BlauVerlauf1) 0%, var(--BlauVerlauf2) 50%);
	padding: 1em 10% 1em 10%;
}
.cl-information-blue h2, .cl-information-blue h3 {
	color: white;
	font-weight: bold;
}
.cl-information-blue p {
	color: white;  
}
.cl-information-blue a {
	border: 1px solid var(--BlauVerlauf1);
	border-radius: 5%;
	color: white;
	padding: 1em;
	text-decoration: none;
	background-image: linear-gradient(45deg, var(--GoldVerlauf1) 0%, var(--GoldVerlauf2) 50%);
}
.cl-information-blue a:hover {
	background-image: linear-gradient(45deg, var(--GoldVerlauf2) 0%, var(--GoldVerlauf1) 50%);
}


/* Box für die Navigation innerhalb einer Seite */
@media only screen and (max-device-width:915px) {
  aside {
    display: none;
  }
}
aside {
	position: sticky;
	position: -webkit-sticky;
    position: -moz-sticky;
	top: 0px;
	width: 15em;
	left: 100%;
	margin-right: -5em;
	padding: 1em;
	background-color: var(--GrauVerlauf1);
	border-radius: 5px;
	z-index: 100;
    font-size: 80%;
}
aside a {
	display: block;
	text-decoration: none;
	Color: var(--Blau);
}
aside a:hover {
	color: var(--Orange);
}

/*
	Definition eines Accordions
	---------------------------
*/
.accordion input{
  display: none;
}

.accordion .panel {
  margin: 0 auto;
  height: 0;
  overflow:hidden;
  background-color: var(--Grau);
  line-height: 1.4;
  padding: 0 20px;
  box-sizing: border-box;
  transition: all 0.5s;
}

.accordion input:checked~.panel {
  height: auto;
  color: #333;
  padding: 20px 40px 20px 40px;
  transition: all 0.5s;
}

.accordion label {
  cursor: pointer;
  background-color: var(--BlauVerlauf1);          /* Hellblau */
  border-bottom: 2px solid hsl(200,80%,80%);
  display: block;
  padding: 15px;
  width: 100%;
  color: #fff;
  font-weight: 400;
  box-sizing: border-box;
  z-index: 100;
}

.accordion input:checked+label {
  background-color: var(--BlauVerlauf2);            /* Dunkelblau */
}


/*
	Definition von Seiten-Tabs
	--------------------------
	
*/
.tabs {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.tabs .input {
	position: absolute;
	opacity: 0;
}
.tabs .label {
	width: 100%;
	padding: 20px 40px 20px 0px;
	cursor: pointer;
	font-weight: bold;
	font-size: 1em;
	vertical-align: middle;
	border-radius: 5px 5px 0px 0px;
}
.Icon {
	display: inline-block;
	width: 60px;
	height: 60px;
	background-color: var(--Schriftfarbe);
	margin-right: 1em;
}
.Cat1 {
	mask: url("/images/svg/Zahnrad.svg");
	mask-size: cover;
  	-webkit-mask-image: url("/images/svg/Zahnrad.svg");
}
.Cat2 {
	mask: url("/images/svg/Anlagenbau.svg");
	mask-size: cover;
  	-webkit-mask-image: url("/images/svg/Anlagenbau.svg");
}
.Cat3 {
	mask: url("/images/svg/TechData.svg");
	mask-size: cover;
  	-webkit-mask-image: url("/images/svg/TechData.svg");
}
.Cat4 {
	mask: url("/images/svg/Lieferumfang.svg");
	mask-size: cover;
  	-webkit-mask-image: url("/images/svg/Lieferumfang.svg");
}
.tabs .label:hover {
	color: var(--Orange);
}
.tabs .label:hover .Cat1, .tabs .label:hover .Cat2,  .tabs .label:hover .Cat3,  .tabs .label:hover .Cat4 {
	background-color: var(--Orange);
}
.tabs .label:active, .tabs .input:checked + .label {
	color: var(--Blau);
}
.tabs .input:focus + .label {
	z-index: 1;
}
.tabs .input:checked + .label .Cat1, .tabs .input:checked + .label .Cat2, .tabs .input:checked + .label .Cat3, .tabs .input:checked + .label .Cat4 {
	background-color: var(--Blau);
}

/* Tabs auf der Produktseite */
.tProdukt .label {
	padding: 10px 40px 0px 10px;
	cursor: pointer;
	font-weight: bold;
	font-size: 1em;
	vertical-align: middle;
	color: white;
	background-color: var(--GrauVerlauf2);
	border-top: 1px solid var(--DunkelGrau);
	border-bottom: 1px solid gray;
	border-left: 1px solid var(--DunkelGrau);
	border-right: 1px solid var(--DunkelGrau);
}
.tProdukt .Icon {
	width: 30px;
	height: 30px;
	background-color: white;
}
.tProdukt .label:active, .tProdukt .input:checked + .label {
	color: var(--Blau);
	border-top: 1px solid gray;
	border-bottom: none;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
}
.tProdukt .panel {
	background-image: linear-gradient(180deg, var(--GrauVerlauf2) 0%,var(--GrauVerlauf1) 70%) !important;
	/*background-color: var(--Grau) !important;*/
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
}

@media (min-width: 600px) {
  .tabs .label {
    width: auto;
  }
}
.tabs .panel {
  display: none;
  width: 100%;
  padding: 20px 30px 30px;
  background: #fff;
}

@media (min-width: 600px) {
  .tabs .panel {
    order: 99;
  }
}

.tabs .input:checked + .label + .panel {
  display: block;
}

/*
	Formatierungen für die Formulare
	Label und Checkboxen
*/
.rsform-checkbox {
	margin-right: 0.5em !important;
}
.formControlLabel.tmg_rsformLable {
	text-align: left !important;
}

/*
	Symbole bei Hyperlinks
*/
a.locked:after {
	display: inline-block;
	color: #1e4678;	
	padding-left: 4px;
	font-family: "Webdings";
	font-style: normal;
	content: "\1F512";
}
a.pdffile:after {
	display: inline-block;
	color: #1e4678;	
	padding-left: 2px;
	padding-bottom: 2px;
	font-family: "Wingdings";
	font-style: normal;
	content: "\1F4C4";
}

/*
	Tabellenlayout
*/

.tmg-table tbody tr:nth-child(odd) {
	background-color: var(--GrauVerlauf1);
}
.tmg-table tbody tr:nth-child(even) {
	background-color: var(--GrauVerlauf2);
	
}
