.ShopWarenkorbUpload {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	opacity: 0.98;
	z-index: 101;
	display: none;
}

.ShopWarenkorbUploadOn .ShopWarenkorbUpload {
	display: unset;
}

.UploadCenter {
	position: absolute;
	width: 400px;
	max-width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 15px;
}

.ProgressBarParent {
	position: relative;
	width: 100%;
	height: 30px;
	background-color: #aaaaaa !important;
}

.ProgressBarFileParent {
	height: 5px;
	position: relative;
}

.PrograssBarValue {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 75%;
	background-color: #ff7f00 !important;
}

.ProgressBarFileParent .PrograssBarValue {
	background-color: #000000 !important;
}

.ProgressBarText {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	color: #ffffff;
	text-align: center;
	line-height: 30px;
}

.TextZeile1 {
	text-align: center;
	padding-bottom: 30px;
}

.TextZeile2 {
	text-align: center;
	padding-top: 30px;
}

.HeaderWillkommen {
	position: absolute;
	top: 5px;
	left: 15px;
	font-size: 14px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px;
	list-style-type: none;
}

.HeaderWillkommen LI+LI {
	margin-left: 10px;
	border-left: 1px solid #cccccc;
	padding-left: 10px;
}

.HeaderWillkommen A {
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: normal;
}

.HeaderWillkommen IMG {
	max-height: 20px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.HeaderWillkommen SPAN {
	margin-left: 5px;
}

.HeaderWillkommen .WhatsApp IMG {
	max-height: 28px;
	margin: auto;
}

.Verleih-Submenu {
	top: 15px;
}

.MenuItemWarenkorb .Cell_0_0 {
	position: relative;
}

.MenuItemWarenkorb .ArtCount {
	position: absolute;
	background-color: #f4962b;
	color: #ffffff;
	border-radius: 18px;
	padding-left: 5px;
	padding-right: 5px;
	height: 18px;
	font-size: 14px;
	line-height: 17px;
	left: 15px;
	top: -4px;
}

.MenuItemWarenkorb #ArtGesamtBetrag {
	margin-left: 20px;
}

.WarenkorbGesamtpreis * {
	text-align: right;
}

.WarenkorbGesamtpreis .WarenkorbGesamtpreisMwSt {
	color: #7a7a7a;
	font-size: 14px;
}

.WarenkorbAnfrageSendenParent {
	width: 100%;
	max-width: 700px;
}

.WarenkorbAnfrageSendenParent INPUT[type="text"] {
	width: 100%;
	font-size: 16px;
}

.WarenkorbAnfrageSendenParent TEXTAREA {
	width: 100%;
	font-size: 16px;
}

LABEL.CheckBoxCL {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	padding-left: 30px;
	margin-top: 3px;
	margin-bottom: 3px;
	cursor: pointer;
}

LABEL.CheckBoxCL INPUT {
	position: absolute;
	opacity: 0;
	height: 0;
	width: 0;
	cursor: pointer;
}

LABEL.CheckBoxCL SPAN {
	position: absolute;
	top: 0;
	left: 0px;
	height: 20px;
	width: 20px;
	background-color: #ffffff;
	border: 1px solid #cdcdcd;
}

LABEL.CheckBoxCL:hover INPUT ~ SPAN {
	background-color: #eeeeee;
}

LABEL.CheckBoxCL INPUT:checked ~ SPAN {
	
}

LABEL.CheckBoxCL SPAN:after {
	content: "";
	position: absolute;
	display: none;
}

LABEL.CheckBoxCL INPUT:checked ~ SPAN:after {
	display: block;
}

LABEL.CheckBoxCL SPAN:after {
	left: 7px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid #000000;
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.EvasNachricht {
	display: flex;
	align-items: center;
	justify-content: center;
}

.EvasNachricht IMG {
	float: right;
	width: 300px;
	max-width: 33%;
	margin-left: 30px;
	border: 0px solid #9c9c9c;
	border-radius: 300px;
	-webkit-border-radius: 300px;
	-moz-border-radius: 300px;
}

.VolumeContainer-Impressum H1, .VolumeContainer-Impressum H2 {
	text-align: left;
}

.Gerichte .Gericht {
	clear: both;
	overflow: hidden;
}

.Gerichte .Gericht {
	margin-top: 50px;
}

.Gerichte H2, .Gerichte P {
	text-align: left;
	overflow: hidden;
}

.Gerichte .Bilder {
	float: left;
	width: 50%;
	text-align: right;
}

.Gerichte .Bilder IMG {
	height: 150px;
	padding-right: 15px;
}

.content-container-center.Referenzen {
	padding-left: 0px;
	padding-right: 0px;
}

.content-container-center.Referenzen DIV {
	display: inline-block;
	width: 16%;
	height: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.content-container-center.Referenzen IMG {
	vertical-align: middle;
	width: 100%;
}

.xSOURCE-Logo {
	font-size: 30px;
	line-height: 40px;
}

.StartSeiteAnimHeader {
	position: absolute;
	bottom: 25%;
	left: 50px;
	z-index: 10;
}

.StartSeiteAnimHeader .Zeile1 {
	font-size: 3vw;
	line-height: normal;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
	background-color: rgba(255, 255, 255, 0.9);
	color: #4b4541;
	padding: 5px 15px;
	float: left;
	clear: both;
	white-space: nowrap;
}

.StartSeiteAnimHeader .Zeile2 {
	font-size: 2vw;
	line-height: normal;
	font-weight: bold;
	margin-bottom: 50px;
	background-color: rgba(255, 255, 255, 0.9);
	color: #4b4541;
	padding: 5px 15px;
	float: left;
	clear: both;
	white-space: nowrap;
	text-transform: uppercase;
}

.StartSeiteAnimHeader .Zeile3 {
	font-size: 3vw;
	text-transform: uppercase;
	line-height: normal;
	font-weight: bold;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 5px 15px;
	float: left;
	clear: both;
	white-space: nowrap;
}

.MenuItem.BGGrau {
	color: #ffffff;
	background-color: #ff7f00;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #ff7f00;
	border-radius: 5px 5px 5px 5px;
	padding: 16px 30px 16px 30px;
	font-size: 16px;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	float: right;
}

.MenuItem.BGGrau.MenuItemMouseOver {
	background-color: #ffffff;
	color: #000000;
}

.MenuItem.BGGrau:hover {
	background-color: #ffffff;
	color: #000000;
}

.MenuItem.BGGrau.AufWeiss.MenuItemMouseOver {
	border-color: #ff7f00;
}

.LeftRight {
	position: relative;
}

.LeftRight H1 {
	margin: 50px 0px 0px -125px;
	text-align: left;
	padding: 60px 50px 60px 50px;
	background-color: #FFFFFF;
	text-transform: uppercase;
}

.Section.BGDunkelGrau.LeftRight H1 {
	color: #ffffff;
	background-color: #6D6D6D;
}

.LeftRight.Right H1 {
	margin: 50px -125px 0px 0px;
	text-align: right;
	padding: 60px 50px 60px 50px;
}

.LeftRight .ImgParent {
	width: 50%;
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
	right: 50%;
	bottom: 0px;
}

.LeftRight.Right .ImgParent {
	left: 50%;
	right: 0px;
}

.LeftRight IMG {
	height: 100%;
	width: 100% !important;
	object-fit: cover;
	object-position: center center;
}

.LeftRight .Text {
	width: 50%;
	float: right;
}

.LeftRight .Text DIV.Desc {
	padding: 60px 0px 60px 120px;
}

.LeftRight.Right .Text {
	width: 50%;
	float: left;
}

.LeftRight .Text DIV.Desc {
	padding: 60px 0px 60px 120px;
}

.LeftRight.Right .Text {
	width: 50%;
	float: left;
}

.LeftRight.Right .Text DIV.Desc {
	padding: 60px 120px 60px 0px;
}

.LeftRight.BGHellBlau H1 {
	background-color: #f6f5ed !important;
}

.HeadImg {
	position: relative;
}

.HeadImg IMG {
	width: 100% !important;
}

.MenuItem.Gruen {
	float: left;
	cursor: pointer;
}

.MenuItem.Gruen .gwt-HTML {
	color: #ffffff;
	background-color: #76b713;
	padding: 10px 20px;
	border-radius: 100px 100px 100px 100px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.MenuItem.Gruen.MenuItemMouseOver .gwt-HTML {
	color: #ffffff;
	background-color: #000000;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

UL.Haeckchen {
	list-style-type: none;
}

UL.Haeckchen LI {
	position: relative;
	padding-left: 30px;
	padding-bottom: 15px;
}

UL.Haeckchen LI:before {
	content: '';
	display: block;
	position: absolute;
	top: 13px;
	left: 15px;
	margin: -9px 0 0 -10px;
	height: 6px;
	width: 10px;
	border: solid #7a7a7a;
	border-width: 0 0 3px 3px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

TABLE.Vita TR TD {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

TABLE.Vita TR TD:first-child {
	white-space: nowrap;
}

TABLE.Vita TR:nth-child(even) {
	background-color: #ffc0cb;
	color: #555555;
}

/* Slideshow container */
.slideshow-container {
	width: 100%;
	height: auto;
	position: relative;
	margin: auto;
	overflow: hidden;
	background-color: #ececed;
}

.slideshow-container .PlatzHalter {
	width: 100%;
	height: 0;
	position: relative;
	padding-bottom: 36.4583333333%;
}

.slideshow-container .Section {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 11;
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.Section:after {
	display: block;
	content: '';
	clear: both;
}

.slideshow-container .content-container-center {
	position: relative;
	height: 100%;
}

.slideshow-container .mySlides {
	width: 100%;
	height: 100%;
	opacity: 0;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
}

.slideshow-container .mySlides IMG.Slide {
	height: auto;
	width: 100% !important;
	object-fit: cover;
	object-position: top center;
}

.SliderDots {
	display: none;
	text-align: center;
	position: absolute;
	bottom: 0px;
	width: 100%;
}

/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active, .dot:hover {
	background-color: #614850;
}

.Wochentag {
	clear: both;
}

#OffenHeute .Wochentag:nth-child(even) {
	xbackground-color: #ffc0cb;
	xcolor: #555555;
}

.WochentagName {
	float: left;
	xwidth: 150px;
}

.Uhrzeit {
	float: left;
	white-space: nowrap;
}

#OffenHeute.Tag1 .Wochentag.Tag1, #OffenHeute.Tag2 .Wochentag.Tag2,
	#OffenHeute.Tag3 .Wochentag.Tag3, #OffenHeute.Tag4 .Wochentag.Tag4,
	#OffenHeute.Tag5 .Wochentag.Tag5, #OffenHeute.Tag6 .Wochentag.Tag6,
	#OffenHeute.Tag7 .Wochentag.Tag7 {
	font-weight: bold;
}

.Parkplaetze .Parkplatz {
	width: 50%;
	float: left;
}

.Parkplaetze .Parkplatz H3 {
	color: #ffffff;
	margin-bottom: 7px;
	font-weight: bold;
}

#c {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: -1;
}

.area {
	width: 100%;
	xheight: 30px;
	position: relative;
	border: 1px dashed #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	filter: alpha(opacity = 50);
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
	xopacity: 0.5;
	text-align: center;
	padding: 20px;
}

.area:hover, .area.dragging, .area.uploading {
	filter: alpha(opacity = 100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.area input {
	xwidth: 400%;
	xheight: 100%;
	xmargin-left: -300%;
	xborder: none;
	xcursor: pointer;
}

.area input:focus {
	outline: none;
}

.area .InputFileUploadParent {
	
}

.area .InputFileUploadParent .inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.area .InputFileUploadParent .inputfile+label {
	max-width: 80%;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	padding: 10px 20px;
}

.area .InputFileUploadParent .inputfile:focus+label, .inputfile.has-focus+label
	{
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

.area .InputFileUploadParent .inputfile+label svg {
	width: 1em;
	height: 1em;
	vertical-align: middle;
	fill: currentColor;
	margin-top: -0.25em;
	margin-right: 0.25em;
}

.area .InputFileUploadParent .inputfile-1+label {
	color: #ffffff;
	background-color: #ff7f00;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #ff7f00;
	border-radius: 5px 5px 5px 5px;
	padding: 16px 30px 16px 30px;
	font-size: 16px;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.area .InputFileUploadParent .inputfile-1:focus+label, .area .InputFileUploadParent .inputfile-1.has-focus+label,
	.area .InputFileUploadParent .inputfile-1+label:hover {
	background-color: #ffffff;
	color: #000000;
}

BODY.DreiDPreviewOn {
	overflow: hidden;
}

BODY.DreiDPreviewOn>.DYNAMIC-StructContent {
	display: none;
}

BODY.DreiDPreviewOn>.struct-footer {
	display: none;
}

DIV.DreiDPreviewContainer {
	position: fixed;
	padding-top: 100px;
	width: 100%;
	height: 100vh;
	display: none;
}

.DreiDPreviewContainerOhneHeader {
	position: relative;
	width: 100%;
	height: 100%;
}

BODY.DreiDPreviewOn>DIV.DreiDPreviewContainer {
	display: block;
}

DIV.DreiDPreviewContainer .DreiDPreviewCanvas {
	width: 100%;
	height: 100%;
}

.DreiDPreviewContainer .DreiDTitle {
	position: relative;
	height: 50px;
	background-color: #000000;
}

.DreiDPreviewContainer .DreiDTitle .FileName {
	line-height: 50px;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
}

.DreiDPreviewContainer .CloseButton {
	position: absolute;
	top: 0px;
	right: 15px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

.DreiDPreviewContainer .CloseButton .leftright {
	height: 2px;
	width: 30px;
	position: absolute;
	margin-top: 24px;
	margin-left: 12px;
	background-color: #f4962b;
	border-radius: 2px;
	transform: rotate(45deg);
	transition: all .3s ease-in;
}

.DreiDPreviewContainer .CloseButton .rightleft {
	height: 2px;
	width: 30px;
	position: absolute;
	margin-top: 24px;
	margin-left: 12px;
	background-color: #f4962b;
	border-radius: 2px;
	transform: rotate(-45deg);
	transition: all .3s ease-in;
}

.DreiDPreviewContainer .CloseButton:hover .leftright {
	transform: rotate(-45deg);
	background-color: #ffffff;
}

.DreiDPreviewContainer .CloseButton:hover .rightleft {
	transform: rotate(45deg);
	background-color: #ffffff;
}

DIV.DreiDModelle {
	width: 100%;
}

DIV.DreiDModelle>DIV.Zeile {
	border-top: 0.1px solid #cdcdcd;
	display: flex;
	justify-content: flex-start;
}

DIV.DreiDModelle>DIV.Zeile.VorschauTemplate {
	display: none;
}

DIV.DreiDModelle>DIV.Zeile:nth-child(even) {
	background-color: #f2f2f2;
}

DIV.DreiDModelle>DIV.Zeile+DIV.Zeile {
	
}

DIV.DreiDModelle>DIV.Zeile>DIV.Zelle {
	padding: 20px 15px;
}

DIV.DreiDModelle>DIV.Zeile>DIV.Zelle.Vorschau {
	flex: 0 0 180px;
	position: relative;
}

DIV.DreiDModelle>DIV.Zeile>DIV.Zelle.Vorschau .OpenPreview {
	position: absolute;
	bottom: 30px;
	right: 25px;
	width: 30px;
	height: 30px;
	background-color: #f4962b;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #ff7f00;
	border-radius: 5px 5px 5px 5px;
	font-size: 15px;
	line-height: 30px;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

DIV.DreiDModelle>DIV.Zeile>DIV.Zelle.Vorschau .DreiDIcon {
	fill: #ffffff;
	margin: 5px;
}

DIV.DreiDModelle>DIV.Zeile>DIV.Zelle.Vorschau .OpenPreview SPAN {
	display: none;
}

DIV.DreiDModelle>DIV.Zeile>DIV.Zelle.Vorschau .ModellVorschau {
	position: relative;
	width: 150px;
	height: 150px;
	max-width: 150px;
	max-height: 150px;
	background-color: #ffffff;
}

DIV.DreiDModelle>DIV.Zeile>DIV.Zelle.Vorschau .ModellVorschau>CANVAS {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

DIV.DreiDModelle>DIV.Zeile>DIV.Zelle.Vorschau>.Inner>IMG {
	width: 150px;
	height: 150px;
	float: left;
}

DIV.DreiDModelle>DIV.Zeile:hover .Vorschau .OpenPreview {
	display: flex;
	justify-content: flex-start;
	background-color: #f4962b;
	color: #ffffff;
	left: 25px;
	width: auto !important;
	right: 25px !important;
	margin-top: -15px;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

DIV.DreiDModelle>DIV.Zeile:hover .Vorschau .OpenPreview SPAN {
	display: block !important;
}

DIV.DreiDModelle>DIV.Zeile>DIV.Zelle.Text {
	overflow: hidden;
	width: 100%;
	display: flex;
	flex-direction: column;
}

DIV.DreiDModelle>DIV.Zeile>DIV.Zelle.Text .ModellName {
	font-weight: bold;
	margin-bottom: 10px;
}

DIV.DreiDModelle>DIV.Zeile>DIV.Zelle.Text .ModellName>DIV {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

DIV.DreiDModelle>DIV.Zeile>DIV.Zelle.Text .ModellVolumen {
	font-size: 16px;
}

DIV.DreiDModelle>DIV.Zeile>DIV.Zelle.Text .ModellFarben {
	font-size: 16px;
	height: 100%;
	display: flex;
	justify-content: flex-start;
}

DIV.DreiDModelle>DIV.Zeile>DIV.Zelle.Text .ModellFarben UL.ModellFarbe {
	padding-left: 0px;
	list-style: none;
}

DIV.DreiDModelle>DIV.Zeile>DIV.Zelle.Text .ModellFarben UL.ModellFarbe LI
	{
	float: left;
}

DIV.DreiDModelle>DIV.Zeile>DIV.Zelle.Text .ModellFarben UL.ModellFarbe LI+LI
	{
	padding-left: 15px;
}

DIV.DreiDModelle>DIV.Zeile>DIV.Zelle.Text .ModellFarben input {
	display: none;
}

DIV.DreiDModelle>DIV.Zeile>DIV.Zelle.Text .ModellFarben label {
	display: inline-block;
	cursor: pointer;
}

DIV.DreiDModelle>DIV.Zeile>DIV.Zelle.Text .ModellFarben label span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

DIV.DreiDModelle>DIV.Zeile>DIV.Zelle.Text .ModellFarben label span:before,
	DIV.DreiDModelle>DIV.Zeile>DIV.Zelle.Text .ModellFarben label span:after
	{
	content: '';
}

DIV.DreiDModelle>DIV.Zeile>DIV.Zelle.Text .ModellFarben label span:before
	{
	border: 1px solid #f4962b;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	display: block;
}

DIV.DreiDModelle>DIV.Zeile>DIV.Zelle.Text .ModellFarben label span:after
	{
	position: absolute;
	left: 7px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid #000000;
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: 300ms;
	opacity: 0;
}

DIV.DreiDModelle>DIV.Zeile>DIV.Zelle.Text .ModellFarben label input:checked+span:after
	{
	opacity: 1;
}

DIV.DreiDModelle>DIV.Zeile>DIV.Zelle.Preis {
	flex: 0 0 280px;
}

DIV.DreiDModelle>DIV.Zeile>DIV.Zelle.Preis INPUT {
	height: 30px;
	font-size: 16px;
	border: 1px solid #f4962b;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	text-align: right;
	padding-right: 10px;
	width: 100%;
}

DIV.DreiDModelle>DIV.Zeile>DIV.Zelle.Preis A {
	display: inline-block;
	position: relative;
	width: 30px;
	height: 30px;
	background-color: #f4962b;
	border-top: 1px solid #f4962b;
	border-right: 1px solid #f4962b;
	border-bottom: 1px solid #f4962b;
	color: #ffffff;
	text-align: center;
	line-height: 30px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

DIV.DreiDModelle>DIV.Zeile>DIV.Zelle.Preis A SPAN {
	display: block;
	position: absolute;
	top: 7px;
	left: 6px;
	width: 22px;
	height: 22px;
}

DIV.DreiDModelle>DIV.Zeile>DIV.Zelle.Preis A SPAN:before {
	content: '';
	display: block;
	border-color: transparent white white white;
	border-radius: 50%;
	border-style: solid;
	border-width: 1px;
	height: 14px;
	width: 14px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

DIV.DreiDModelle>DIV.Zeile>DIV.Zelle.Preis A SPAN:after {
	content: '';
	display: block;
	border-color: transparent transparent transparent white;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	height: 0;
	position: absolute;
	top: -3px;
	left: 8px;
	width: 0;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

DIV.DreiDModelle>DIV.Zeile>DIV.Zelle.Preis A:hover {
	background-color: #ffffff;
	color: #000000 !important;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

DIV.DreiDModelle>DIV.Zeile>DIV.Zelle.Preis A:hover SPAN:before {
	border-color: transparent black black black;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

DIV.DreiDModelle>DIV.Zeile>DIV.Zelle.Preis A:hover SPAN:after {
	border-color: transparent transparent transparent black;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

DIV.DreiDModelle>DIV.Zeile>DIV.Zelle.Preis DIV.Menge {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 20px;
}

DIV.DreiDModelle>DIV.Zeile>DIV.Zelle.Preis DIV.Stueckpreis {
	display: flex;
	justify-content: flex-start;
	color: #7a7a7a;
	font-size: 16px;
}

DIV.DreiDModelle>DIV.Zeile>DIV.Zelle.Preis DIV.Stueckpreis DIV:last-child
	{
	width: 100%;
	text-align: right;
}

DIV.DreiDModelle>DIV.Zeile>DIV.Zelle.Preis DIV.Gesamtpreis {
	display: flex;
	justify-content: flex-start;
	font-weight: bold;
	margin-bottom: 20px;
}

DIV.DreiDModelle>DIV.Zeile>DIV.Zelle.Preis DIV.Gesamtpreis DIV:last-child
	{
	width: 100%;
	text-align: right;
}

DIV.DreiDModelle>DIV.Zeile>DIV.Zelle.Preis DIV.MwStVersand {
	color: #7a7a7a;
	font-size: 14px;
}

@media ( max-width : 920px) {
	.Gerichte .Bilder IMG {
		height: auto;
		width: 100%;
		max-width: 250px;
		padding-right: 15px;
	}
	.StartseiteAnim .Zeile1 {
		font-size: 40px;
	}
	.StartseiteAnim .Zeile2 {
		font-size: 35px;
	}
	.StartseiteAnim .Zeile3 {
		font-size: 35px;
	}
}

@media ( max-width : 850px) {
	.LeftRight .ImgParent {
		position: relative;
		width: 100%;
		height: 250px;
		left: 0px !important;
		right: 0px !important;
	}
	.LeftRight.Kontakt .ImgParent {
		height: auto;
	}
	.LeftRight .Text {
		width: 100% !important;
		float: none !important;
	}
	.LeftRight H1 {
		margin: 0px 0px 0px 0px !important;
		text-align: center !important;
		padding: 30px 0px 30px 0px !important;
	}
	.LeftRight .Text DIV.Desc {
		padding: 0px 0px 50px 0px !important;
	}
	.LeftRight.Hoertraining IMG {
		object-position: center 20%;
	}
	.StartseiteAnim {
		height: 500px;
	}
}

@media ( max-width : 780px) {
	.StartseiteAnim .Zeile1 {
		font-size: 35px;
	}
	.StartseiteAnim .Zeile2 {
		font-size: 30px;
	}
	.StartseiteAnim .Zeile3 {
		font-size: 30px;
	}
}

@media ( max-width : 750px) {
	.content-container-center.Referenzen DIV {
		width: 33%;
		height: 50%;
	}
}

@media ( max-width : 680px) {
	.StartseiteAnim {
		padding-top: 20px;
		height: 300px;
	}
	.StartseiteAnim IMG {
		width: 100%;
		height: auto;
		float: none;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.StartseiteAnim .Zeile1 {
		xposition: unset;
		font-size: 25px;
		margin-bottom: 15px;
	}
	.StartseiteAnim .Zeile2 {
		xposition: unset;
		font-size: 20px;
		xmargin-left: 0px;
		xtop: 0px;
		text-align: left;
		margin-bottom: 10px;
	}
	.StartseiteAnim .Zeile3 {
		position: unset;
		font-size: 20px;
		top: 0px;
	}
	.xSOURCE-Logo {
		font-size: 40px;
		line-height: 80px;
	}
}

@media ( max-width : 660px) {
	.xSOURCE-Logo {
		font-size: 25px;
		line-height: 50px;
	}
	.Verleih-Submenu {
		top: 5px;
		right: 50px;
	}
	.StartMenuKontakt.Verleih-Submenu IMG {
		max-height: 24px;
		height: 24px !important;
		margin-top: 5px;
	}
	.StartMenuKontakt.Verleih-Submenu SPAN {
		display: inline-block;
	}
	.StartMenuKontakt  .MenuItem .DECO-1 .Cell_0_0 {
		padding-right: 0px;
		display: flex;
	}
	.MenuItemWarenkorb .ArtCount {
		top: 0px;
	}
	DIV.DreiDModelle>DIV.Zeile {
		display: block;
	}
	DIV.DreiDModelle>DIV.Zeile>DIV.Zelle.Vorschau {
		flex: none;
		width: 300px;
		max-width: 80%;
		margin: auto;
		position: relative;
		overflow: hidden;
	}
	DIV.DreiDModelle>DIV.Zeile>DIV.Zelle.Vorschau>.Inner>IMG {
		width: 100%;
		height: auto;
		float: left;
	}
}

@media ( max-width : 540px) {
	.StartseiteAnim .Zeile1 {
		margin-left: 0px;
	}
	.StartseiteAnim .Zeile2 {
		margin-left: 150px;
	}
	.StartseiteAnim .Zeile3 {
		margin-left: 50px;
	}
	.slideshow-container .PlatzHalter {
		padding-bottom: 60%;
	}
	.slideshow-container .mySlides IMG.Slide {
		height: 100%;
		width: auto !important;
	}
	.StartSeiteAnimHeader {
		left: 20px;
	}
	.StartSeiteAnimHeader .Zeile1 {
		font-size: 4.5vw;
	}
	.StartSeiteAnimHeader .Zeile2 {
		font-size: 3vw;
	}
	.StartSeiteAnimHeader .Zeile3 {
		font-size: 4vw;
	}
}

@media ( max-width : 500px) {
	.EvasNachricht {
		display: block;
		text-align: center;
	}
	.EvasNachricht IMG {
		max-width: 70%;
		float: none;
		margin: auto;
		margin-bottom: 30px;
	}
}

@media ( max-width : 440px) {
	.StartseiteAnim .Zeile1 {
		margin-left: 0px;
	}
	.StartseiteAnim .Zeile2 {
		margin-left: 100px;
	}
	.StartseiteAnim .Zeile3 {
		margin-left: 20px;
	}
}

@media ( max-width : 400px) {
	.StartseiteAnim {
		height: 280px;
	}
	.StartseiteAnim .Zeile1 {
		font-size: 20px;
	}
	.StartseiteAnim .Zeile2 {
		margin-left: 50px;
	}
	.StartseiteAnim .Zeile3 {
		margin-left: 20px;
	}
}

@media ( max-width : 340px) {
	.StartseiteAnim {
		height: 250px;
	}
	.StartseiteAnim .Zeile2 {
		margin-left: 30px;
	}
	.StartseiteAnim .Zeile3 {
		margin-left: 10px;
	}
}