

@import 'color_scheme.css';
@import 'card.css';
@import 'tiles.css';
@import 'carousel.css';
@import 'configurator.css';

:root {
	--base-font-size: '16px';
	--base-line-height: '1.5em';
	--border_radius: "3px";
}

.empty {
	height: var(--base-line-height);
}

.debug,
.debug * {
	outline: 1px dotted black;
}

.error {
	color: red;
}

html {
	box-sizing: content-box;
}

.vr {
	border-left: 0.125em solid var(--farbe_fieldset_border);	
}

body {
	display: flex;
	flex-flow: column nowrap;
	min-width: 320px;
	font: 1em Roboto Condensed, sans-serif;
	text-rendering: optimizeLegibility;
	margin: 0px;
	padding: 0px;
	background-position: left top;
	background-repeat: no-repeat;
	background-color: var(--farbeMainBG);
	height: 100%;
	background-image: url('../bilder/Muster.png');
	caret-color: transparent;
}

li {
	text-align: left;
}

.info {
	color: var(--farbeHeaderText);
	font-size: 0.9em;
	background-color: var(--farbe_fieldset_border);
	padding: 5px 10px;
	box-shadow: 0px 2px 5px #666;
}

button {
	background-color: var(--farbeButtonBG);
	color: var(--farbeButtonText);
	font-size: 1.2em;
	padding: 0.3em;
	cursor: pointer;
	border: 0.125em solid var(--farbeButtonBG);
}

label {
	margin-right: 0.5em;
}

input {
	/*font: large roboto-regular sans-serif;*/
	margin-right: 0.5em;
	border: 1px solid var(--farbeInputsBorder);
	caret-color: black;
}

input[type='submit' i] {
	font-size: xx-large;
	color: var(--farbeButtonText);
	background-color: var(--farbeButtonBG);
	border: 1px solid var(--farbeButtonBG);
	height: auto;
	width: 202px;
}

input[type='checkbox' i] {
	height: auto;
}

input[type='file' i] {
	border: None;
	height: auto;
}

select {
	/*font: large roboto-regular sans-serif;*/
	border: 1px solid var(--farbeInputsBorder);
}

form input:required {
	outline: 1px solid var(--farbe_form_required);
}

#main {
	display: flex;
	flex: 1 1 100%;
	flex-flow: column;
	text-align: left;
	margin: 0px auto;
	max-width: 80em;
	width: 100%;
	background-color: var(--farbeMainBG);
	padding-top: 0px;
	box-shadow: 0 5px 25px var(--vLightGrey);
}

article {
	margin: 5px 0px;
	width: 100%;
}

.img_err {
	display: flex;
	justify-content: center;
	font-weight: bold;
	color: red;
	outline: 1px solid red;
	width: 100%;
}

.img_err span {
	margin: auto;
}

.cont_err {
	outline: 1px solid red;
}

.column {
	display: flex;
	flex-flow: column wrap;
}

.row {
	display: flex;
	flex-flow: row wrap;
	/*margin: 0 auto;*/
	margin-bottom: 0.25em;
}

.onsides {
	display: flex;
	justify-content: space-between;
}

.oncenter {
	display: flex;
	justify-content: space-evenly;
}

.collapse {
	height: 2em;
	opacity: 0.5;
	overflow: hidden;
	transition: all 0.6s ease-in-out;
}

.collapse-expand_icon {
	height: 2em;
	fill: var(--farbeMainText);
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.collapse-expand_icon>g {
	fill: red;
}

.expand:hover~div .collapse-expand_icon {
	transform: rotate(0);
	-webkit-transform: rotate(0);
}

.expand:hover>.collapse {
	height: 21.5em;
	opacity: 1;
}

@media all and (max-width: 80em) {
	.expand:hover>.collapse {
		height: 28em;
	}
}

@media all and (max-width: 80em) {
	.expand:hover>.collapse {
		height: 35em;
	}
}

.fit { width: fit-content; }

.w20 {
	width: 20%;
}

.w25 {
	width: 25%;
}

.w27 {
	width: 27%;
}

.w30 {
	width: 30%;
}

.w33 {
	width: 33%
}

.w35 {
	width: 35%;
}

.w44 { width: 44%; }

.w45 {
	width: 45%;
}

.w46 { width: 46%; }

.w47 { width: 47%; }

.w48 {
	width: 48%;
}

.w49 {
	width: 49%;
}

.w50 {
	width: 50%;
}

.w55 {
	width: 55%;
}

.w64 { width: 64%; }

.w65 { width: 65%; }

.w66 { width: 66%; }

.w70 { width: 70%; }

.w72 { width: 72%; }

.w75 { width: 75%; }

.w80 {
	width: 80%;
}

.w85 {
	width: 85%;
}

.w90 {
	width: 90%;
}

.w98 { width: 98%; }

.w100 {
	width: 100%;
}

@media all and (max-width: 60em) {

	.w25,
	.w27,
	.w30,
	.w33,
	.w35,
	.w45,
	.w48,
	.w50,
	.w55,
	.w65 {
		width: 100%;
	}
}

.zert {
	display: flex;
	justify-content: center;
}

.zert img {
	outline: 1px var(--farbeMainIMGBorder) solid;
}


.article_img {
	width: 48%;
	margin: auto;
	margin-right: 0;
	margin-top: 1.25em;
	margin-right: 1.25em;
}

.row_img {
	height: 15em;
	margin-top: 0;
	margin-right: 1.25em;
	margin-left: 1.25em;
}

@media all and (max-width: 80em) {
	.article_img {}
}

@media all and (max-width: 60em) {
	.article_img {
		margin: auto;
	}
}

.article_img img {
	border-radius: var(--border_radius);
	outline: 1px solid var(--farbeSlideOutline);
	width: 100%;
}

.emv .article_img img {
	outline: 1px solid var(--emvBlue);
}

video.nutzenprogrammer {
	height: auto;
	width: -moz-available;
	margin-top: 1.25em;
	margin-left: 1.25em;
}

iframe {
	border-radius: var(--border_radius);
	border: 1px solid var(--farbeMainIMGBorder);
}

.back-to-top {
	width: 80px;
	height: auto;
	position: fixed;
	right: 5%;
	bottom: 1%;
	mix-blend-mode: difference;
	z-index: 1;
	transition: all 0.250s ease-in-out;
}

#kopf_bild {
	width: 55%;
	margin: 5px auto 0;
}

#kopf_bild img {
	display: flex;
	flex: 1 1 100%;
	margin: 0px auto;
}

#navi_h {
	display: flex;
	flex: 1 1 100%;
	flex-flow: row;
	justify-content: center;
	background-color: var(--farbeMenueBG);
	padding: 5px 0px 5px 0px;
	margin: 0px auto;
	text-transform: uppercase;
	z-index: 1;
}

/*nötig für Mobilphone*/
@media all and (max-width: 60em) {
	#navi_h {
		flex-flow: column;
	}
}

.link,
.link2 {
	text-decoration: none;
	padding: 10px;
	font-weight: 500;
	color: var(--farbeMenueLink);
	cursor: pointer;
}

.link2 {
	font-size: 0.9em;
	text-transform: none;
}

.link:hover,
.link2:hover {
	background-color: var(--farbeMenueHover);
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

#mitte {
	background-color: var(--farbeMainBG);
	margin: 0px;
	padding: 0px;
	min-height: 57em;
}

/* Inhalt */
#inhalt {
	padding: 0px 0px 24px;
	color: var(--farbeMainText);
	line-height: 1.5em;
}

/*nötig für Mobilphone*/
@media all and (max-width: 60em) {
	#inhalt {
		padding: 2px 0px;
	}
}

.link_s {
	text-decoration: none;
	color: var(--farbeMainLink);
}

.link_s:hover {}

.emv h1,
.emv h2 {
	background-color: var(--emvBlue);
}

article.emv {
	margin-top: 0;
}

h1 {
	background-color: var(--farbeHeaderBG);
	color: var(--farbeHeaderText);
	box-shadow: 0px 2px 5px var(--farbeHeaderShadow);
	font-size: 1.3em;
	font-weight: 500;
	padding: 10px 20px;
	margin-bottom: 0.65em;
}

article {
	text-align: justify;
}

.index h1 {
	margin: 10px 0 0;
	box-shadow: 0px 1px 2px var(--farbeHeaderShadow);
}

h2 {
	background-color: var(--farbeHeaderBG);
	color: var(--farbeHeaderText);
	box-shadow: 0px 2px 5px var(--farbeHeaderShadow);
	font-size: 1.2em;
	font-weight: 500;
	padding: 5px 20px;
}


h3 {
	padding: 10px 10px 10px;
	font-size: 1.1em;
	font-weight: 700;
	margin-top: 0;
}

p {
	padding: 0px 20px;
}

.contact p {
	margin: auto;
	padding: 0;
}

.contact .icon {
	width: 4em;
	margin: auto;
}

textarea {
	background-color: white;
	border-radius: 3px;
	border: 2px solid var(--farbeInputsBorder);
	margin: 0;
}

.address {
	text-align: left;
}

.address p {
	margin-left: 0;
}

/* Fuss */
#fuss {
	display: flex;
	flex-flow: column;
	justify-content: center;
	background-color: var(--farbeMenueBG);
	color: var(--farbeMenueLink);
	padding: 10px 20px;
	box-sizing: border-box;
}

#fuss a {
	color: var(--farbeMenueLink);
	text-decoration: none;
}

#sitemap {
	display: flex;
	flex: 1 1 100%;
	flex-flow: row;
	box-sizing: border-box;
	justify-content: space-around;
	padding: 0px;
	max-width: 960px;
	margin: 10px auto;
}

/*nötig für Mobilphone*/
@media all and (max-width: 60em) {
	#sitemap {
		flex-flow: column;
	}
}

#sitemap .categories {
	padding: 10px;
	width: auto;
}

#sitemap .ebene1 {
	display: block;
	text-decoration: none;
	font-weight: bold;
}

#sitemap .ebene2 {
	font-size: 0.7em;
	line-height: 1.5em;
	font-weight: 400;
	display: block;
}

.ebene1:hover,
.ebene2:hover {
	background-color: var(--farbeMenueHover);
}

#navi_h a.akt,
#navi_l a.akt {
	color: var(--farbeMenueLinkAkt);
}

.div_pic_r {
	clear: right;
	float: right;
	background-color: var(--farbeMainBG);
	padding: 2px;
}

.div_pic_l {
	clear: left;
	float: left;
	background-color: var(--farbeMainBG);
	padding: 2px;
}

div_pic_r a,
div_pic_l a {
	text-decoration: none;
}

/*nötig für Mobilphone*/
@media all and (max-width: 30em) {

	.div_pic_r,
	.div_pic_l {
		max-width: 40%;
		margin: auto;
	}
}

.pic {
	margin: 2px;
}

.pic_r {
	margin: 0px 0px 15px 20px;
	clear: right;
	float: right;
}

/*nötig für Mobilphone*/
@media all and (max-width: 30em) {
	.pic_r {
		margin: 0px auto 5px;
		clear: right;
	}
}

.pic_l {
	margin: 0px 20px 15px 0px;
	clear: left;
	float: left;
}

/*nötig für Mobilphone*/
@media all and (max-width: 30em) {

	.pic,
	.pic_r,
	.pic_l {
		float: none;
		clear: both;
		margin: 0px auto;
		width: 90%;
		height: auto;
		display: flex;
	}
}

.bor {
	border-radius: var(--border_radius);
	border: 1px solid var(--farbeMainIMGBorder);
}

.produkt_ueb {
	clear: both;
	display: block;
	padding: 0px 5px;
	display: flow-root;
}


a.visitenkarte {
	text-decoration: none;
}

.visitenkarte {
	display: flex;
	flex-flow: column wrap;
	padding: 1.25em;
	width: 20em;
	height: 7em;
	border: 1px solid var(--farbeMainIMGBorder);
	margin: 0.3em auto 0.3em;
	color: var(--farbeVisitenkarte);
	box-shadow: 5px 5px 5px #EEEEEE;
}

.visitenkarte .title {
	min-height: 1.5em;
}

.visitenkarte .name {
	min-height: 1em;
}

.visitenkarte .job {
	padding-left: 10px;
	padding-bottom: 10px;
}

.visitenkarte p {
	padding: 0;
	margin: 0;
}

.visitenkarte .name {
	font-size: x-large;
}

.center {
	text-align: center;
}

.flex {
	display: flex;
}

.left {
	float: left;
	/*margin-right: 1.125em;*/
}

.right {
	float: right;
	/*margin-right: 1.125em;*/
}

.both {
	clear: both;
}

table {
	padding: 0 20px;
	color: var(--farbeMainText);
}

.oben {
	vertical-align: top;
}

/* Navigation */

nav {
	position: sticky;
	top: 0px;
	width: 100%;
	z-index: 1;
}

.logo {
	width: auto;
	height: 60px;
	margin: 10px auto 0px;
}

@media all and (max-width: 80em) {
	.logo {
		visibility: hidden;
	}
}

@media all and (max-width: 60em) {
	.logo {
		visibility: visible;
	}
}

.logo img {
	width: auto;
	height: 80%;
}

nav .nav_wrap {
	display: flex;
	flex-flow: row nowrap;
	max-width: 80em;
	width: 100%;
	margin: 0px;
}

nav .nav_group {
	width: 100%;
	display: flex;
	flex-flow: column;
	margin: 5px 40.666px 0px 0px;
}

.burg,
.close {
	font-size: 2em;
	font-weight: bold;
	width: auto;
	display: flex;
	margin: 14px 5px 0px;
	text-decoration: none;
}

nav .menu_nav,
nav .menu_mit,
nav .menu_nav2 {
	width: 100%;
	display: flex;
	flex: 1 1 100%;
	margin: 5px 0px 5px;
	list-style: none;
}

.nav_center {
	width: auto;
	margin: auto;
}

nav .menu_nav ul,
nav .menu_nav2 ul {
	list-style: none;
	display: flex;
	flex-flow: column;
	padding: 5px;
}

.blockview 
{
	margin-right: 1.25em;
}

/*Mobiles Menue ausblenden*/
@media screen and (min-width: 60.1em) {

	nav a#nav-m,
	nav a.close {
		display: none;
	}
}

/*Formatierung Mobiles Menue*/
@media screen and (max-width: 60em) {
	nav .menu_nav {
		font-size: 1.2em;
	}
}

/*Formatierung Mobiles Menue*/
@media screen and (max-width: 60em) {

	nav .menu_nav,
	nav .menu_nav2 {
		display: block;
		flex-flow: column;
		align-items: flex-start;
		margin: 1px;
		width: 60%
	}

	nav .nav_group {
		position: absolute;
		display: flex;
		flex-flow: column;
		align-items: flex-start;
		display: block;
		background-color: var(--farbeMenueBG);
		width: 100%;
		left: -100%;
		list-style-type: none;
		margin: 0;
		padding: 0;
		opacity: 0.95;
		-webkit-transition: all .6s ease;
		transition: all .6s ease;
		z-index: 1;
	}

	nav .menu_nav a,
	nav .menu_nav2 a {
		display: block;
		text-align: left;
	}

	nav a {
		color: var(--farbeMenueLink);
		width: 100%;
		margin: 5px;
	}

	/*Hamburger-Icon*/
	nav a#nav-m img,
	nav a.close img {
		width: auto;
		height: 40px;
	}

	nav a#nav-m {
		padding: 0px;
	}

	nav>.close,
	nav a#nav-m:target {
		display: none;
	}

	nav a:target~.nav_group,
	nav a:target~.close {
		display: inline-block;
		-webkit-transition: all .6s ease;
		transition: all .6s ease;
	}

	nav a:target~.close {
		position: absolute;
		-webkit-transition: all .6s ease;
		transition: all .6s ease;
	}

	nav a:target~.nav_group {
		position: absolute;
		left: 0px;
		top: 0px;
		-webkit-transition: all .6s ease;
		transition: all .6s ease;
	}
}