@charset "UTF-8";
@import 'fonts.css';

/*@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");*/

/*@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap");*/

/*@import url("https://fonts.googleapis.com/css2?family=Audiowide&display=swap");*/
/*Hier sind die Farbvariablen des Themes gelistet*/
/*Hier beginnt CSS*/
/*--------------------------------------------------------*/
/* INHALT*/
/*
I.      ALLGEMEINES
II.     FONTS UND SCHRIFTTYPEN
III.    LINKMENU 
IV.     PARALLAX UND JUMBOTRON
V.      SHOP
VI.     FOOTER
VII.    GALLERIE
VIII.   STANDORT
IX.     FORMULARFELDER CMXFORM
*/
/*  I.      ALLGEMEINES
/* ------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------- */
body {
	color: white !important;
	font-family: 'Roboto', sans-serif !important;
	font-size: 1em !important;
	min-height: 100vh;
}

.gradient {
	background: linear-gradient(to bottom, #000059 0%, black 30%, #000059 100%);
}

@media only screen and (min-width: 1px) and (max-width: 740px) and (orientation: landscape) {
	.gradient .shopgradient {
		background-color: black !important;
		background-image: none;
	}
}

.black {
	background-image: none;
	background-color: black;
}

a {
	position: relative;
	text-decoration: none;
	display: inline-block;
	color: white !important;
	font-weight: bold;
}

a:before {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:hover {
	color: #0430f7 !important;
	text-decoration: none !important;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.padding-0 {
	padding: 0px !important;
}

.padding5 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

/*  II.     FONTS UND SCHRIFTTYPEN
/* ------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------- */
.h2, h2 {
	color: white;
	font-family: "Audiowide", cursive !important;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.8em !important;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	.h2, h2 {
		font-size: 1.3rem !important;
	}
}

.center {
	text-align: center;
}

p {
	color: white;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	p {
		font-size: 0.8rem;
	}
}

.kleineueberschrift {
	color: white;
	font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}

hr.white {
	border-top: 1px solid white;
}

/*  III.    LINKMENU 
/* ------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------- */
.fixed-top {
	max-width: 100vw !important;
}

.linkmenu {
	position: fixed;
	padding-left: 0px;
	padding-right: 0px;
  /*linkmenu soll später farbe bekommen*/
	background-color: transparent;
	transition: all 0.5s ease;
}

.linkmenu2 {
	height: 80px;
}

.logo {
	width: 170px;
	max-width: 170px;
	top: 15px;
	padding-top: 15px;
	padding-left: 10px;
	left: 15px;
	position: relative;
}

.topnav {
	overflow: hidden;
	background-color: white;
}

.schmalenavigation {
	display: block;
}

.mobilenavi {
	margin-left: -40px !important;
}

.home {
	margin-top: 20px;
	color: #0430f7;
	font-weight: bold;
	font-size: 14pt;
}

.mobilenavi, .mobilenavi ul {
	list-style: none;
}

.mobilenavi {
	display: block;
}

/* The sidebar menu */
.sidebar {
	height: 100%;
  /* 100% Full-height */
	width: 0;
  /* 0 px Breite - wird durch Javascript geändert */
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: #000130;
	overflow-x: hidden;
	padding-top: 60px;
	transition: 0.5s;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}

/*  sidebar */
.sidebar a {
	padding: 8px 8px 8px 32px;
  /*Wenn Sidebar rechts erscheinen soll, dann float right setzen.*/
	float: left;
	display: block;
	color: white;
}

.sidebar a:hover {
	color: white !important;
	text-decoration: none;
}

/* Alle Mobilenavi Links Elemente hover die nicht oberelement sind */
a.unterelement:hover {
	color: white !important;
	border-bottom: 2px solid white;
	font-weight: bold;
	background-color: rgba(4, 48, 247, 0.3);
}

.mobilenavi a {
	padding: 25px;
  /* Wenn Sidebar rechts erscheinen soll, dann floar right setzen.*/
	float: left;
	display: block;
	color: white;
	font-family: 'Roboto', sans-serif;
	font-weight: light;
	font-size: 0.9em;
	display: block;
	width: 250px;
	border-bottom: 1px solid white;
	border-spacing: 15px;
	line-height: 1em;
	text-transform: uppercase;
}

.mobilenavi a:hover {
	display: block;
	line-height: 1em;
	text-decoration: none;
	color: white !important;
	border-bottom: 2px solid white;
	font-weight: bold;
	background-color: rgba(4, 48, 247, 0.3);
}

.sidebar .closebtn {
	border-bottom: 0px !important;
  /*Wenn X links sein soll, dann 200px*/
	width: 50px !important;
}

/* Position und style vom Close Button (top right corner) */
.sidebar .closebtn {
	position: absolute;
	top: 0;
	right: 28px;
	font-size: 36px;
	background-color: none !important;
}

/* The button used to open the sidebar */
.openbtn {
	background-color: transparent;
	font-size: 20px;
	cursor: pointer;
	color: white;
	padding: 25px 25px;
	border: none;
	outline: none !important;
}

.openbtn a {
	border: none;
	outline: none !important;
}

.openbtn:hover {
	color: #feebdd;
}

/* Hier ein Dropdown Symbol bei Punkten mit mehreren Links */
.mobilenavi li > a:after {
	content: ' »';
}

.mobilenavi li > a:only-child:after {
	content: '';
}

/*  IV.     PARALLAX UND JUMBOTRON
/* ------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 1px) and (max-width: 375px) and (orientation: portrait) {
	.mainbild {
		background: url(/media/1233/smartphone_portrait_375.jpg);
		background-repeat: no-repeat;
		color: white !important;
	}
}

@media only screen and (min-width: 376px) and (max-width: 1024px) and (max-height: 600px) and (orientation: portrait) {
	.mainbild {
		background: url(/media/1230/1024hoch.jpg);
		background-repeat: no-repeat;
		color: white !important;
	}
}

@media only screen and (min-width: 376px) and (max-width: 1024px) and (min-height: 601px) and (orientation: portrait) {
	.mainbild {
		background: url(/media/1230/1024hoch.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		color: white !important;
	}
}

@media only screen and (min-width: 1px) and (max-width: 1050px) and (orientation: landscape) {
	.mainbild {
		background: url(/media/1003/1024breit.png);
		background-repeat: no-repeat;
		color: white !important;
		background-size: cover;
	}
}

@media only screen and (min-width: 1051px) and (max-width: 1300px) and (orientation: landscape) {
	.mainbild {
		background: url(/media/1005/1280breit.jpg);
		background-repeat: no-repeat;
		color: white !important;
		background-size: cover;
	}
}

@media only screen and (min-width: 1301px) and (orientation: landscape) {
	.mainbild {
		background: url(/media/1002/1920breit.jpg);
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: cover;
		color: white !important;
	}
}

@media only screen and (min-width: 1051px) and (orientation: portrait) {
	.two .mainbild {
		background: url(/media/1234/1920hoch.jpg);
		background-repeat: no-repeat;
		color: white !important;
		background-size: cover;
		height: 80vh;
	}
}

@media only screen and (min-width: 1px) and (max-width: 1050px) {
	.two .mainbild {
		background: url(/media/1206/v2_1024breit.jpg);
		background-repeat: no-repeat;
		color: white !important;
		background-size: cover;
		height: 80vh;
	}
}

@media only screen and (min-width: 1051px) and (max-width: 1300px) {
	.two .mainbild {
		background: url(/media/1207/v2_1280breit.jpg);
		background-repeat: no-repeat;
		color: white !important;
		background-size: cover;
		height: 80vh;
	}
}

@media only screen and (min-width: 1301px) {
	.two .mainbild {
		background: url(/media/1205/v2_1920breit.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		color: white !important;
		height: 80vh;
	}
}

/* Send Button */
/* ------------------------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 401px) {
	.btnSendForm {
background-color: transparent;
  transition: background-color 0.5s ease;
	}
}

@media only screen and (max-width: 400px) {
	.btnSendForm {
background-color: transparent;
  transition: background-color 0.5s ease;
	}
}

.btnSendForm {
color:white;
	font-weight: bold;
	font-size: 1.2em;
	padding: 10px;
	width: 150px;
	cursor: pointer;
	border-left:none;
	border-top:none; 
  border-bottom: 1px white solid !important;
  border-right: 1px white solid !important;
}
.btnSendForm:hover {
	background-color: #0430f7;
 	transition: background-color 0.5s ease;
}
/* V.     SHOP
/* ------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------- */
.higher {
	top: -50px;
	position: relative;
}

@media only screen and (min-width: 1px) and (max-width: 740px) and (orientation: portrait) {
	.mobiletitelobjektportrait {
		display: block;
	}
}

@media only screen and (min-width: 741px) and (orientation: portrait) {
	.mobiletitelobjektportrait {
		display: none;
	}
}

@media only screen and (orientation: landscape) {
	.mobiletitelobjektportrait {
		display: none;
	}
}

@media only screen and (min-width: 1px) and (max-width: 740px) and (orientation: landscape) {
	.mobiletitelobjektlandscape {
		display: block;
	}
}

@media only screen and (min-width: 741px) and (orientation: landscape) {
	.mobiletitelobjektlandscape {
		display: none;
	}
}

@media only screen and (orientation: portrait) {
	.mobiletitelobjektlandscape {
		display: none;
	}
}

@media only screen and (min-width: 1px) and (max-width: 740px) and (orientation: landscape) {
	.desktoptitelobjekt {
		display: none;
	}
}

@media only screen and (min-width: 741px) and (orientation: landscape) {
	.desktoptitelobjekt {
		display: block;
	}
}

@media only screen and (min-width: 1px) and (max-width: 740px) and (orientation: portrait) {
	.desktoptitelobjekt {
		display: none;
	}
}

@media only screen and (min-width: 600px) and (orientation: portrait) {
	.strichshop {
		min-width: 105px !important;
	}
}

.titelprodukt {
	color: white;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 1.2em;
	text-transform: uppercase;
}

.produktbild {
	border-radius: 8px;
	min-height: 210px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.produktbild2 {
	max-width: 100%;
	padding-left: 40px;
	padding-right: 40px;
}

@media only screen and (min-width: 1px) and (max-width: 400px) and (orientation: portrait) {
	.produktbild2 {
		max-width: 70vw;
		padding-left: 0px;
		padding-right: 0px;
		margin-left: auto;
		margin-right: auto;
	}
}

.produkthintergrund {
	background: radial-gradient(circle, #002d8a 0%, #002d8a 30%, black 100%);
}

.produkthintergrund2 {
	background: radial-gradient(circle, #00133B 0%, #00133B 30%, black 100%);
	border: 1px solid rgba(4, 48, 247, 0.2);
}

@media only screen and (orientation: portrait) and (min-width: 1px) and (max-width: 650px) {
	.produkthintergrund2 {
		min-height: 128vh !important;
	}
}

@media only screen and (orientation: landscape) and (min-height: 1px) and (max-height: 374px) {
	.produkthintergrund2 {
		min-height: 800px !important;
	}
}

@media only screen and (orientation: landscape) and (min-height: 375px) and (max-height: 650px) {
	.produkthintergrund2 {
		min-height: 500px !important;
	}
}

.produktname {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	font-size: 1.2em;
}

@media only screen and (orientation: portrait) and (min-width: 600px) {
	.produktname {
		height: 70vh !important;
	}
}

@media only screen and (orientation: landscape) and (min-width: 600px) and (max-width: 1024px) {
	.produktname {
		height: 80vh !important;
		min-height: 600px !important;
	}
}

@media only screen and (orientation: landscape) and (min-width: 1025px) {
	.produktname {
		height: 80vh !important;
		min-height: 600px !important;
	}
}

.produktname2 {
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	font-size: 1.2em;
}

@media only screen and (min-width: 1px) and (max-width: 400px) and (orientation: portrait) {
	.produktname2 {
		font-size: 1.0rem;
	}
}

@media only screen and (min-width: 1px) and (max-width: 767px) and (orientation: landscape) {
	.produktname2 {
		font-size: 1.0rem;
	}
}

.produktueber {
	font-size: 1.3rem;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	.produktueber {
		font-size: 0.8rem;
	}
}

.produkt-preis {
	color: #5c7afe;
	font-weight: bold;
	font-size: 1.4rem;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	.produkt-preis {
		font-size: 0.8rem;
	}
}

.shoptitelbild {
	background: radial-gradient(circle, #002d8a 0%, #002d8a 14%, black 73%);
	height: auto!important;
	width: 100vw !important;
}

@media only screen and (orientation: landscape) and (min-height: 790px) and (max-height: 900px) and (max-width: 1023px) {
	.shoptitelbild {
		height: auto!important;
	}
}

@media only screen and (orientation: landscape) and (min-width: 1024px) and (max-width: 1279px) {
	.shoptitelbild {
		height: auto!important;
	}
}

@media only screen and (orientation: landscape) and (min-width: 1280px) and (max-width: 1440px) {
	.shoptitelbild {
		height: auto!important;
	}
}

@media only screen and (orientation: landscape) and (min-width: 1441px) and (max-width: 1919px) {
	.shoptitelbild {
		height: auto!important;
	}
}

@media only screen and (orientation: landscape) and (min-width: 1920px) and (max-width: 2500px) {
	.shoptitelbild {
		height: auto!important;
}
}

@media only screen and (orientation: landscape) and (min-width: 2501) {
	.shoptitelbild {
		height: auto!important;
	}
}

@media only screen and (orientation: portrait) and (min-width: 1px) and (max-width: 400px) {
	.shoptitelbild {
		height: auto!important;
	}
}

@media only screen and (orientation: portrait) and (min-width: 401px) and (max-width: 767px) {
	.shoptitelbild {
		height: auto!important;
	}
}

@media only screen and (orientation: portrait) and (min-width: 768px) and (max-width: 1279px) {
	.shoptitelbild {
		height: auto!important;
	}
}

@media only screen and (orientation: portrait) and (min-width: 1280px) {
	.shoptitelbild {
		height: auto!important;
	}
}

.shoptitelbild2 {
	background: radial-gradient(circle, #002d8a 0%, #002d8a 14%, black 73%);
	height: 100vh !important;
	width: 100vw !important;
}

.warenkorb {
	width: 18px;
	max-width: 18px;
	height: auto;
	margin-left: 90px;
}

.shoptitel {
	position: absolute;
	text-align: right;
	bottom: 0px;
	right: 0px;
	top: -38px;
}

.artikelbeschreibungtitel {
	padding: 10px;
	line-height: 2.5em;
}

.artikelbeschreibungtitelmobile {
	padding: 10px;
	line-height: 1.7em;
}

.artikelbeschreibungtitel-preis {
	color: #5c7afe;
	font-weight: bold;
}

.shop {
	float: right;
	border-bottom: 1px white solid !important;
	border-right: 1px white solid !important;
	background-color: none !important;
	color: white !important;
	text-transform: uppercase !important;
	font-size: 1rem !important;
	font-weight: bold !important;
	border-radius: 0px !important;
	padding-bottom: 10px !important;
	padding-top: 10px !important;
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.btn.shop {
	background-color: transparent;
	transition: background-color 0.5s ease;
}

.btn.shop:hover {
	background-color: #0430f7;
	transition: background-color 0.5s ease;
}

@media only screen and (min-width: 1px) and (max-width: 1440px) {
	.shoptitelimg {
		max-height: 300px !important;
		width: auto;
	}
}

.shoptitelimgmobile {
	max-width: 80vw !important;
	height: auto;
}

@media only screen and (min-width: 405px) and (max-width: 740px) {
	.shoptitelimgmobile {
		max-width: 40vw !important;
	}
}

@media only screen and (min-width: 741px) {
	.shoptitelimgmobile {
		max-width: 50vw !important;
	}
}

.blue {
	background-color: #000059;
	height: 120px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: right;
}

.product-image {
	max-width: 60%;
	text-align: center;
}

.kategorie-image {
	max-width: 70%;
	text-align: center;
	top: 20px;
	position: relative;
}

@media only screen and (max-width: 1200px) and (orientation: portrait) {
	.kategorie-image {
		max-width: 100% !important;
	}
}

.product-div {
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	max-height: 400px;
}

.product-div .slick-slide {
	margin-right: 15px;
}

@media only screen and (orientation: portrait) and (max-width: 1024px) {
	.product-div {
		max-height: 260px !important;
	}
}

@media only screen and (orientation: landscape) and (min-width: 1920px) {
	.product-div {
		max-height: 480px !important;
	}
}

.beschreibungprodukt {
	text-align: left;
	padding: 15px;
}

@media only screen and (orientation: portrait) and (max-width: 1024px) {
	.beschreibungprodukt {
		width: 80% !important;
	}
}

.items {
	width: 90%;
	margin: 0px auto;
	max-height: 400px;
}

@media only screen and (orientation: portrait) and (min-width: 1px) and (max-width: 400px) {
	.items {
		width: 65%;
	}
}

.slick-slide {
	margin: 10px;
	margin-right: 15px !important;
}

@media only screen and (orientation: portrait) and (max-width: 1024px) {
	.slick-slide {
		max-height: 260px !important;
	}
}

.slick-slider {
	max-height: 400px;
}

#produkte {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0 0 20px 2px rgba(255, 255, 255, 0.1), 0 0 30px 2px rgba(255, 255, 255, 0.1);
	background: linear-gradient(to bottom, #051c4c 1%, black 59%);
}

#kategorien {
	background: linear-gradient(to top, #000039 1%, black 59%);
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0 0 20px 2px rgba(255, 255, 255, 0.1), 0 0 30px 2px rgba(255, 255, 255, 0.1);
}

.breadcrumbprodukte {
	padding-left: 55px !important;
	padding-right: 30px !important;
}

@media only screen and (min-width: 1px) and (max-width: 375px) and (orientation: portrait) {
	.breadcrumbprodukte {
		padding-left: 15px !important;
		padding-right: 15px !important;
		font-size: 0.8rem;
	}
}

.produktbildprodukt {
	max-width: 100%;
	height: auto;
}

@media only screen and (min-width: 500px) and (max-width: 760px) {
	.container {
		max-width: 650px !important;
	}
}

.container.footer.col-12.padding-0 {
	max-width: none !important;
}

@media only screen and (min-width: 1px) and (max-width: 549px) {
	.warenkorbmobile {
		display: block;
	}
}

@media only screen and (min-width: 550px) {
	.warenkorbmobile {
		display: none;
	}
}

@media only screen and (min-width: 1px) and (max-width: 549px) {
	.warenkorbdesktop {
		display: none;
	}
}

@media only screen and (min-width: 550px) {
	.warenkorbdesktop {
		display: block;
	}
}

@media (min-width: 576px) and (orientation: portrait) {
	.warenkorbcontainer {
		max-width: 650px !important;
	}
}

.warenkorbschrift {
	font-size: 1rem !important;
}

@media only screen and (max-width: 1024px) {
	.warenkorbschrift {
		font-size: 0.8rem !important;
	}
}

.summen {
	text-align: right;
	font-size: 1rem !important;
}

@media only screen and (max-width: 1024px) {
	.summen {
		font-size: 0.8rem !important;
	}
}

.zahlen {
	text-align: right !important;
}

@media only screen and (max-width: 1024px) {
	.zahlen {
		font-size: 0.8rem !important;
	}
}

.warenkorbheader {
	font-size: 1.0rem;
	font-weight: bold;
}

@media only screen and (max-width: 1024px) {
	.warenkorbheader {
		font-size: 0.8rem !important;
	}
}

div.produktwarenkorb :last-child {
	border-bottom: none;
}

.white {
	color: white;
}

.blue2 {
	background-color: #000059;
	height: 100px;
	text-align: right;
}

@media only screen and (orientation: landscape) and (min-width: 1px) and (max-width: 700px) {
	.blue2 {
		height: 50px !important;
	}
}

.select {
	display: inline-block;
	position: relative;
	line-height: 1.2 rem;
	border: 1px solid white !important;
}

.select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: .469rem .625rem;
	border: 1px solid white !important;
	font-family: "Roboto",sans-serif;
	font-weight: 400;
	font-size: .75rem;
	display: inline-block;
}

@media only screen and (min-width: 1px) and (max-width: 1024px) {
	.select select {
		padding: 9px 45px 13px 7px !important;
	}
}

.select select:active, .select select:focus {
	cursor: pointer;
	outline-offset: -1px;
}

.select select.is-disabled, .select select:disabled {
	box-shadow: none;
	opacity: .7;
	cursor: default;
	color: black;
	border-color: white;
	background-color: white;
}

.select select.is-error {
	color: black;
	border-color: #ee3923;
	background-color: white;
}

.select select.expand {
	width: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.select select {
		padding: 11px 45px 13px 20px;
	}

	.select:after {
		content: "";
		position: absolute;
		top: 50%;
		right: .75rem;
		transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		border-top: 5px solid black;
		border-right: 5px solid transparent;
		border-left: 5px solid transparent;
		pointer-events: none;
	}
}

.select select {
	color: black;
	border-color: #fff;
	background-color: #fff;
}

.select:after {
	border-top: 5px solid #000;
}

.select-dark select {
	color: #fff;
	border-color: #fff;
	background-color: #000;
}

.select-dark:after {
	border-top: 5px solid #fff;
}

.left {
	width: 55px;
	height: 55px;
	z-index: 5;
	border-top: 3px solid white;
	border-right: 3px solid white;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	transform: rotate(-135deg);
	background-color: none;
	position: absolute;
	top: 50%;
	left: -45px;
}

.right {
	width: 55px;
	height: 55px;
	z-index: 5;
	border-top: 3px solid white;
	border-right: 3px solid white;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	transform: rotate(45deg);
	background-color: none;
	position: absolute;
	top: 50%;
	right: -45px;
}

.kategoriename {
	padding-top: 30px;
	font-size: 1.4 rem;
}

.kategorielabel {
	color: rgba(255, 255, 255, 0.8);
}

.produktname2 {
	font-size: 1.4 rem;
}

.produktpreis {
	font-size: 1.6 rem;
	color: #5c7afe;
	font-weight: bold;
}

/* ------------------------------------------------------------------------------------------------------------------- */
.produktheight {
	max-height: 56vh;
}

.produktlinie {
	border-left: 1px white solid;
	border-top: 1px white solid;
}

@media only screen and (min-width: 1px) and (max-width: 400px) and (orientation: portrait) {
	.produktlinie {
		border-left: none !important;
	}
}

/* ------------------------------------------------------------------------------------------------------------------- */
/* VI.      FOOTER
/* ------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 1px) and (max-width: 420px) and (orientation: portrait) {
	.nobgfooter {
		position: absolute;
		bottom: 105px !important;
	}
}

@media only screen and (min-width: 1px) and (max-width: 400px) {
	.nobgfooter .footer {
		background-color: transparent !important;
		position: absolute !important;
		bottom: 0px !important;
	}
}

@media only screen and (min-width: 401px) {
	.nobgfooter .footer {
		background-color: transparent !important;
		position: absolute !important;
		bottom: 20px !important;
	}
}

.footer {
	background-color: #000059;
	min-height: 165px;
	width: auto;
	bottom: 0px;
	position: relative;
	clear: both;
	color: white !important;
	margin-left: 25px;
	top: 20px;
}

.footerschrift {
	line-height: 1.8em;
}

.b360 {
	max-width: 360px !important;
}

/* VII.      GALLERIE
/* ------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------- */
#ladescreen {
	text-align: center !important;
}

#ladescreen img {
	max-width: 50px !important;
	height: auto;
}

#ladescreen .loading {
	opacity: 1;
	text-align: center !important;
}

.opacityempty {
	opacity: 0 !important;
	transition-duration: 3s;
}

/*------Projekte Rubrik---------------*/
.round-up {
	background: #0430f7;
}

.round-up2 {
	background: #0430f7;
	position: relative;
	top: -60px;
	min-height: 100px !important;
}

.round-down {
	background: #0430f7;
}

hr.trennunginhalt {
	border-top: 1px solid white;
	width: 20%;
}

.bildschrift {
	font-size: 18pt;
	font-weight: bold;
	z-index: 4;
	color: white;
	background-color: rgba(4, 48, 247, 0.3);
	text-transform: uppercase;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 100%;
	top: -250px;
	transition: opacity 2s ease-out;
	opacity: 0;
}

.bildschrift-marginal {
	font-weight: 200;
	font-size: 14pt;
	text-transform: none;
}

.bild01 {
	background-size: cover;
	background-repeat: no-repeat;
}

.picture1 {
	height: 250px;
	width: auto;
	margin: 8px;
}

.bild1 {
	height: 250px;
	width: auto;
	z-index: 1;
	justify-content: center;
	text-align: center;
	display: inline-block;
	opacity: 0;
	filter: brightness(20%);
}

.picture1:hover .col-12.bild1.padding-0 {
	opacity: 1;
}

.picture1:hover .col-12.padding-0.bildschrift {
	opacity: 1;
}

.item {
	border: 1px solid #eee;
	box-shadow: 0 0 10px -3px #ccc;
	border-radius: 5px;
	margin-bottom: 30px;
	padding: 25px;
}



@media only screen and (min-width: 1px) and (max-width: 400px) {
	.container .masonrycontainer {
		-moz-column-count: 1;
		-moz-column-gap: 10px;
		-webkit-column-count: 1;
		-webkit-column-gap: 10px;
		column-count: 1;
	}
}

@media only screen and (min-width: 401px) and (max-width: 900px) {
	.container .masonrycontainer {
		-moz-column-count: 2;
		-moz-column-gap: 10px;
		-webkit-column-count: 2;
		-webkit-column-gap: 10px;
		column-count: 2;
	}
}
@media only screen and (min-width: 901px)  {

.container .masonrycontainer {
	margin: 10px auto;
	-moz-column-count: 3;
	-moz-column-gap: 10px;
	-webkit-column-count: 3;
	-webkit-column-gap: 10px;
	column-count: 3;
	column-gap: 10px;
}
}
.masonryobjekt {
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.masonryobjekt img {
	max-width: 100%;
	height: auto;
}

.masonrygallery {
	opacity: 0;
	transition-duration: 5s;
}

.opacityfull {
	opacity: 1 !important;
	transition-duration: 5s;
}

.masonrygallery2 {
	visibility: hidden;
}

.masonrygallery2 .opacityfull2 {
	animation: masonryItemFadeIn 2000ms ease-in-out;
}

@keyframes opacityfull2 {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* VIII.     STANDORT
/* ------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------- */
@media only screen and (orientation: portrait) and (min-height: 1085px) and (max-width: 767px) {
	.standortcontainer {
		height: 75vh;
	}
}

@media only screen and (orientation: portrait) and (min-height: 1085px) and (max-width: 767px) {
	.standortcontainer {
		height: 75vh;
	}
}

@media only screen and (min-width: 768px) {
	.standortcontainer {
		min-height: 70vh;
	}
}

.standortstrasenansicht {
	min-height: 300px !important;
	width: auto !important;
	background: url(/media/1203/imotec-karte.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.standortsattelit {
	min-height: 300px !important;
	width: auto !important;
	background: url(/media/1204/imotecsatellitenbild.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.imotectag {
	min-height: 300px !important;
	width: auto !important;
	background: url(/media/1238/imotec_bei_tag.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.imotecnacht {
	min-height: 300px !important;
	width: auto !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

/* IX.     FORMULARFELDER CMXFORM
/* ------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------- */
.mat-label {
	display: block;
	font-size: 16px;
	font-weight: bold;
	transform: translateY(25px);
	color: white;
	transition: all 0.5s;
	padding: 0px 0px 10px 0px;
}

.mat-input {
	caret-color: white;
	color: white;
	position: relative;
	background: transparent;
	width: 100%;
	border-bottom: 2px solid white;
	border-left: none;
	border-right: none;
	border-top: none;
	outline: none;
	padding: 8px 0;
	font-size: 16px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

#lieferadresse {
	display: none;
}

.aktivlieferadresse {
	display: grid !important;
}

.checkmarktext {
	padding-left: 5px;
}

textarea {
	background-color: black;
	height: 15em;
	border: 1px solid white;
	font-size: 16px;
	color: white;
}

input:required {
	box-shadow: none;
}

.boxtest {
	background-color: white;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px;
}

form.cmxform label.error, label.error {
  /* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-size: 10pt;
}

div.error {
	display: none;
}

input {
	border: 1px solid white;
}

input.checkbox {
	border: none;
}

input.error {
	border-bottom: 1px solid red;
}

form.cmxform .gray * {
	color: gray;
}

.pflichtfeld {
	font-size: 10pt;
}

/**********************************
Use: cmxform template
***********************************/
form.cmxform fieldset {
	margin-bottom: 10px;
}

form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px;
  /* IE Win */;
}

form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	cursor: hand;
}

form.cmxform fieldset p {
	list-style: none;
	padding: 5px;
	margin: 0;
}

form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}

form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}

form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
}

form.cmxform label {
	width: 100px;
}

/* Width of labels */
form.cmxform fieldset fieldset label {
	margin-left: 103px;
}

/* Width plus 3 (html space) */
form.cmxform label.error {
	margin-left: 103px;
	width: 220px;
}

form.cmxform input.submit {
	margin-left: 103px;
}

/*\*/
/*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */
/**********************************
Use: cmxform template
***********************************/
form.cmxform fieldset {
	margin-bottom: 10px;
}

form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px;
  /* IE Win */;
}

form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	cursor: hand;
}

form.cmxform fieldset p {
	list-style: none;
	padding: 5px;
	margin: 0;
}

form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}

form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}

form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
}

form.cmxform label {
	width: 100px;
}

/* Width of labels */
form.cmxform fieldset fieldset label {
	margin-left: 103px;
}

/* Width plus 3 (html space) */
form.cmxform label.error {
	margin-left: 103px;
	width: 220px;
}

form.cmxform input.submit {
	margin-left: 103px;
}}

