/* --------------------------------------------------- */
/* --------------------------------------------------- */
/* -------------------- Variablen -------------------- */
/* --------------------------------------------------- */
/* --------------------------------------------------- */
:root {
	--metal_mania: 'MetalMania', Arial, sans-serif;
	--new_rocker: 'NewRocker', Arial, sans-serif;
	--oldenburg: 'Oldenburg', Arial, sans-serif;
	--roboto: 'Roboto-Regular', Arial, sans-serif;

	--ManagerIcons: 'Icons-Round';

	--black: #111;
	--lightblack: #1e1e1e;
	--beige: #c08e4f;
	--red: #950606;

	--abstand_9: 14px;
	--abstand_18: 30px;
	--abstand_36: 60px;
	--abstand_54: 85px;
	--abstand_72: 110px;
}
/* https://www.color-hex.com/color-palette/45492 */




/* ------------------------------------------------------------- */
/* ------------------------------------------------------------- */
/* -------------------- Schriftarten Import -------------------- */
/* ------------------------------------------------------------- */
/* ------------------------------------------------------------- */
@font-face {
	font-family: 'Icons-Regular';
	src: url("./fonts/icons/MaterialIcons-Regular.ttf");
	/* font-display: fallback; */
}

@font-face {
	font-family: 'Icons-Outlined';
	src: url("./fonts/icons/MaterialIconsOutlined-Regular.otf");
	/* font-display: fallback; */
}

@font-face {
	font-family: 'Icons-Round';
	src: url("./fonts/icons/MaterialIconsRound-Regular.otf");
	/* font-display: fallback; */
}


@font-face {
	font-family: 'MetalMania';
	src: url("./fonts/Metal_Mania/MetalMania-Regular.ttf");
	/* font-display: fallback; */
}

@font-face {
	font-family: 'NewRocker';
	src: url("./fonts/New_Rocker/NewRocker-Regular.ttf");
	/* font-display: fallback; */
}

@font-face {
	font-family: 'Oldenburg';
	src: url("./fonts/Oldenburg/Oldenburg-Regular.ttf");
	/* font-display: fallback; */
}

@font-face {
	font-family: 'Roboto-Regular';
	src: url("./fonts/Roboto/static/Roboto-Regular.ttf");
	/* font-display: fallback; */
}

@font-face {
	font-family: 'Roboto-SemiBold';
	src: url("./fonts/Roboto/static/Roboto-SemiBold.ttf");
	/* font-display: fallback; */
}

@font-face {
	font-family: 'Roboto-Bold';
	src: url("./fonts/Roboto/static/Roboto-Bold.ttf");
	/* font-display: fallback; */
}






/* ------------------------------------------------------------- */
/* ------------------------------------------------------------- */
/* -------------------- Schriftformatierung -------------------- */
/* ------------------------------------------------------------- */
/* ------------------------------------------------------------- */
body {
	font-family: var(--new_rocker);
	font-size: 20px;
	line-height: 30px;
}

h1, h2, h3, h4 {
	margin-top: 0;
}

h1 {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: var(--abstand_18);
}

h2 {
	font-size: 32px;
	line-height: 42px;
	margin-bottom: var(--abstand_9);
}

h3 {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: var(--abstand_9);
}

h4 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: var(--abstand_9);
}

@media (max-width: 768px) {
	body {font-size: 16px}
	h1 {font-size: 30px}
	h2 {font-size: 25px}
	h3 {font-size: 22px}
}



/* ------------------------------------------------ */
/* -------------------- Farben -------------------- */
/* ------------------------------------------------ */
.dunkelrot {color: var(--dunkelrot);} .bg_dunkelrot {background-color: var(--dunkelrot);}
.rot {color: var(--red)}
.weiss {color: white}
.beige {color: #F0E2CF} .bg_beige {background-color: #F0E2CF}

a {color: inherit;}
a:hover {color: var(--red)}
a.weiss:hover {color: #d6d6d6}
a.dunkelrot:hover {color: var(--red)}


::selection {
	background-color: var(--black);
	color: white;
}

html {
	background-color: var(--lightblack);
	color: white;
}

/*
body {
	background-color: #ede5da;
}
*/


/* ----------------------------------------------- */
/* -------------------- Input -------------------- */
/* ----------------------------------------------- */
input:not([type="checkbox"], [type="radio"], [type="button"], [type="submit"]),
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	max-width: 100%;
	outline: none;
}

input:not([type="checkbox"], [type="radio"], [type="range"], [type="button"], [type="submit"]),
textarea,
select {
	padding: 5px;
	border: 1px solid #AFB0B3;
	border-radius: 4px;
	transition: border-color 200ms;
}

input:not([type="checkbox"], [type="radio"], [type="range"], [type="button"], [type="submit"]):hover,
input:not([type="checkbox"], [type="radio"], [type="range"], [type="button"], [type="submit"]):focus,
textarea:hover, textarea:focus,
select:hover, select:focus {
	border-color: var(--red);
}

textarea {
	height: 130px;
}

input[type="checkbox"], input[type="radio"] {
	width: 18px;
	aspect-ratio: 1;
}



/* ------------------------------------------------- */
/* -------------------- Buttons -------------------- */
/* ------------------------------------------------- */
input[type="checkbox"], input[type="radio"],
input[type="submit"], input[type="button"],
button,
label,
select {cursor: pointer;}

input[type="button"], input[type="submit"], button, .button {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	display: inline-block;
	padding: 10px 20px;
	border: none;
	border-radius: 0px;
	transition: background-color 200ms, color 200ms;
	max-width: 100%;
	text-decoration: none;
}

input[type="button"], input[type="submit"], button, .button{
	background-color: transparent;
	color: white;
	border: 1px solid white;
}

input[type="button"]:hover, input[type="submit"]:hover, button:hover, .button:hover {
	color: white;
}




/* -------------------------------------------------- */
/* -------------------- Abstände -------------------- */
/* -------------------------------------------------- */
.hm0 {margin-left: 0; margin-right: 0;}
.lm0 {margin-left: 0} .rm0 {margin-right: 0}
.vm0 {margin-top: 0; margin-bottom: 0;}
.tm0 {margin-top: 0} .bm0 {margin-bottom: 0}

.hp0 {padding-left: 0; padding-right: 0;}
.lp0 {padding-left: 0} .rp0 {padding-right: 0}
.vp0 {padding-top: 0; padding-bottom: 0;}
.tp0 {padding-top: 0} .bp0 {padding-bottom: 0}


.hm9 {margin-left: var(--abstand_9); margin-right: var(--abstand_9);}
.lm9 {margin-left: var(--abstand_9);} .rm9 {margin-right: var(--abstand_9);}
.vm9 {margin-top: var(--abstand_9); margin-bottom: var(--abstand_9);}
.tm9 {margin-top: var(--abstand_9);} .bm9 {margin-bottom: var(--abstand_9);}

.hp9 {padding-left: var(--abstand_9); padding-right: var(--abstand_9);}
.lp9 {padding-left: var(--abstand_9);} .rp9 {padding-right: var(--abstand_9);}
.vp9 {padding-top: var(--abstand_9); padding-bottom: var(--abstand_9);}
.tp9 {padding-top: var(--abstand_9);} .bp9 {padding-bottom: var(--abstand_9);}


.hm18 {margin-left: var(--abstand_18); margin-right: var(--abstand_18);}
.lm18 {margin-left: var(--abstand_18);} .rm18 {margin-right: var(--abstand_18);}
.vm18 {margin-top: var(--abstand_18); margin-bottom: var(--abstand_18);}
.tm18 {margin-top: var(--abstand_18);} .bm18 {margin-bottom: var(--abstand_18);}

.hp18 {padding-left: var(--abstand_18); padding-right: var(--abstand_18);}
.lp18 {padding-left: var(--abstand_18);} .rp18 {padding-right: var(--abstand_18);}
.vp18 {padding-top: var(--abstand_18); padding-bottom: var(--abstand_18);}
.tp18 {padding-top: var(--abstand_18);} .bp18 {padding-bottom: var(--abstand_18);}


.hm36 {margin-left: var(--abstand_36); margin-right: var(--abstand_36);}
.lm36 {margin-left: var(--abstand_36);} .rm36 {margin-right: var(--abstand_36);}
.vm36 {margin-top: var(--abstand_36); margin-bottom: var(--abstand_36);}
.tm36 {margin-top: var(--abstand_36);} .bm36 {margin-bottom: var(--abstand_36);}

.hp36 {padding-left: var(--abstand_36); padding-right: var(--abstand_36);}
.lp36 {padding-left: var(--abstand_36);} .rp36 {padding-right: var(--abstand_36);}
.vp36 {padding-top: var(--abstand_36); padding-bottom: var(--abstand_36);}
.tp36 {padding-top: var(--abstand_36);} .bp36 {padding-bottom: var(--abstand_36);}


.hm54 {margin-left: var(--abstand_54); margin-right: var(--abstand_54);}
.lm54 {margin-left: var(--abstand_54);} .rm54 {margin-right: var(--abstand_54);}
.vm54 {margin-top: var(--abstand_54); margin-bottom: var(--abstand_54);}
.tm54 {margin-top: var(--abstand_54);} .bm54 {margin-bottom: var(--abstand_54);}

.hp54 {padding-left: var(--abstand_54); padding-right: var(--abstand_54);}
.lp54 {padding-left: var(--abstand_54);} .rp54 {padding-right: var(--abstand_54);}
.vp54 {padding-top: var(--abstand_54); padding-bottom: var(--abstand_54);}
.tp54 {padding-top: var(--abstand_54);} .bp54 {padding-bottom: var(--abstand_54);}


.hm72 {margin-left: var(--abstand_72); margin-right: var(--abstand_72);}
.lm72 {margin-left: var(--abstand_72);} .rm72 {margin-right: var(--abstand_72);}
.vm72 {margin-top: var(--abstand_72); margin-bottom: var(--abstand_72);}
.tm72 {margin-top: var(--abstand_72);} .bm72 {margin-bottom: var(--abstand_72);}

.hp72 {padding-left: var(--abstand_72); padding-right: var(--abstand_72);}
.lp72 {padding-left: var(--abstand_72);} .rp72 {padding-right: var(--abstand_72);}
.vp72 {padding-top: var(--abstand_72); padding-bottom: var(--abstand_72);}
.tp72 {padding-top: var(--abstand_72);} .bp72 {padding-bottom: var(--abstand_72);}


/* ------------------------------------------------- */
/* -------------------- Breiten -------------------- */
/* ------------------------------------------------- */
.viewWrapper, .contentWrapper, .contentWrapperM {
	margin-left: auto;
	margin-right: auto;
}

.viewWrapper, .contentWrapper {
	max-width: 1440px;
}

.contentWrapperM {
	max-width: 1024px;
}

.contentWrapper, .contentWrapperM {
	padding-left: var(--abstand_36);
	padding-right: var(--abstand_36);
}


.wide, .col14, .col34, .col13, .col23, .col15, .col12, .col12Ab,
.formularColL, .formularColR, .formularCaptchaWrapper > div > * {
	display: inline-block;
	vertical-align: top;
}


.wide {width: 100%;}
.col12 {width: 50%;}
.col14 {width: 25%;}
.col15 {width: 20%;}
.col13 {width: 33.33%;}
.col23 {width: 66.66%;}
.col34 {width: 75%;}

.col12Ab, .col12flexAb > * {width: calc(50% - var(--abstand_18) / 2);}
.col14flexAb > * {width: calc(25% - 15px);}


.col12Ab {margin-bottom: 28px;}
.col12Ab:nth-of-type(2n+1) {margin-right: 28px;}
.col12Ab:last-of-type {margin-bottom: 0;}

.col12flexAb, .col14flexAb  {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}
.col12flexAb {
	row-gap: var(--abstand_36);
	column-gap: var(--abstand_18);
}
.col14flexAb {
	row-gap: 20px;
	column-gap: 20px;
}


.flex12Ab18 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: left;
}

.flex12Ab18 {
	gap: var(--abstand_18)
}

.flex12Ab18 > * {
	width: calc(50% - var(--abstand_18) / 2);
}


.formularColL, .formularColR {margin-bottom: 14px;}
.formularColL {width: 240px;}
.formularColR {width: calc(100% - 240px);}
.formularCaptchaWrapper > div > aside {margin-right: 14px;}


@media (max-width: 1440px) {
	.col14 {width: 33%;}
}
@media (max-width: 1240px) {
	.col14flexAb > * {width: calc(33.33% - 13.33px);}
}
@media (max-width: 1024px) {
	.contentWrapper, .contentWrapperM {
		padding-left: var(--abstand_18);
		padding-right: var(--abstand_18);
	}

	.col14 {width: 50%;}
	
	.col14flexAb > * {width: calc(50% - 10px);}
}


@media (max-width: 768px) {
	.col34, .col14, .col12, .col12Ab, .col12flexAb > *, .col23 {width: 100%;}
	.col12Ab:nth-of-type(2n+1) {margin-right: 0;}
}


@media (max-width: 600px) {
	.contentWrapper, .contentWrapperM {
		padding-left: var(--abstand_9);
		padding-right: var(--abstand_9);
	}

	.col14, .col13, .col15, .col14flexAb > *, .formularColL, .formularColR {width: 100%;}
	
	.formularColL {margin-bottom: 0;}
}




/* ------------------------------------------------------------------ */
/* -------------------- Allgemeine Eigenschaften -------------------- */
/* ------------------------------------------------------------------ */
body {
	margin: 0;
}

* {
	box-sizing: border-box;
	scroll-behavior: smooth;
}


/* --------------- Flex --------------- */
.flex {
	display: flex;
}

.iflex {
	display: inline-flex;
}

.flex, .iflex {
	flex-wrap: wrap;
	justify-content: left;
}

.flexVc {
	align-items: center;
}

.flexVb {
	align-items: end;
}

.flexVt {
	align-items: start;
}

.flexHc {
	justify-content: center;
}

.flexHr {
	justify-content: right;
}

.flexAb9 {
	gap: var(--abstand_9);
}





.dib {display: inline-block}
.block {display: block}
.hr {text-align: right}
.hl {text-align: left}
.hc {text-align: center}
.vt {vertical-align: top;}
.vb {vertical-align: bottom;}
.vm {vertical-align: middle;}
.float_left {float: left}
.float_right {float: right}
.absolute {position: absolute}
.relative {position: relative}
.objPosBottom {object-position: bottom;}

img, video, iframe {
	max-width: 100%;
	max-height: 100%;
}

.show1024 {display: none;}
.show600 {display: none;}


@media (max-width: 1240px) {
	.hide1240 {display: none;}
}

@media (max-width: 1024px) {
	.show1024 {display: block;}
	.hide1024 {display: none;}
}

@media (max-width: 600px) {
	.show600 {display: block;}
	.hide600 {display: none;}
}

@media (max-width: 400px) {
	.hide400 {display: none;}
}


.platzhalter_300 {
	height: 300px;
}




/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* -------------------- Module -------------------- */
/* ------------------------------------------------ */
/* ------------------------------------------------ */

/* ----------------------------------------------------- */
/* -------------------- Main Header -------------------- */
/* ----------------------------------------------------- */
#mainHeader {
	height: 80px;
	background-color: var(--black);
	position: sticky;
	z-index: 1;
	top: 0;
	left: 0;
}

#mainHeader .contentWrapper {
	height: 100%;
}


.mainHeaderLogoWrapper {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	height: 100%;
}

.mainHeaderLogo {
	height: 70%;
	margin-right: var(--abstand_9);
}

.mainHeaderLogoText {
	height: 40%;
}


.mainHeaderIcons, .mainHeaderIcon {
	display: inline-block;
	vertical-align: top;
	height: 100%;
}

.mainHeaderIcons {
	padding: var(--abstand_9) 0;
	float: right;
}

.mainHeaderIcon img {
	height: 100%;;
}


@media (max-width: 600px) {
	#mainHeader  {
		height: 60px;
	}

	.mainHeaderIcons {
		padding: 10px 0;
	}
}

@media (max-width: 380px) {
	.mainHeaderLogoText {
		display: none;
	}
}




/* ----------------------------------------------------------- */
/* -------------------- Slider Startseite -------------------- */
/* ----------------------------------------------------------- */
.bigPic {
	width: 100%;
	height: 40vw;
	max-height: 600px;
	min-height: 300px;
	object-fit: cover;
	object-position: center;
}





/* --------------------------------------------------- */
/* -------------------- Portfolio -------------------- */
/* --------------------------------------------------- */
#portfolioColWrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	gap: var(--abstand_9);
}

#portfolioColWrapper > * {
	width: calc(33.33% - 2 * var(--abstand_9) / 3);
}

#portfolioColWrapper img {
	display: block;
	max-height: 550px;
	object-fit: cover;
	object-position: center;
}


@media (max-width: 600px) {
	#portfolioColWrapper > * {
		width: calc(50% - 2 * var(--abstand_9) / 2);
	}
}




/* ---------------------------------------------------- */
/* -------------------- Ueber mich -------------------- */
/* ---------------------------------------------------- */
.ueberMichWrapper {
	width: 75%;
	display: inline-block;
}

.ueberMichL, .ueberMichR {
	display: inline-block;
	vertical-align: top;
}

.ueberMichL {
	width: 33.33%;
}

.ueberMichR {
	width: 66.66%;
	padding-left: var(--abstand_18);
}

@media (max-width: 1024px) {
	.ueberMichWrapper {
		width: 100%;
	}
}

@media (max-width: 600px) {
	.ueberMichL, .ueberMichR {
		width: 100%;
	}

	.ueberMichL {
		margin-bottom: var(--abstand_18);
		max-width: 300px;
	}

	.ueberMichR {
		padding-left: 0;
		text-align: center;
	}
}





/* ------------------------------------------------ */
/* -------------------- Footer -------------------- */
/* ------------------------------------------------ */
footer {
	background-color: var(--black);
}

.footerWrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: center;
}

.footerL, .footerR {
	width: 50%;
}

.footerL {

}

.footerR {
	display: flex;
	flex-wrap: wrap;
	justify-content: right;
	gap: var(--abstand_18);
}

.footerIgIcon {
	display: inline-block;
	width: 50px;
	aspect-ratio: 1;
	background-image: url('./pic/instagram.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

@media (max-width: 600px) {
	.footerL {
		width: 25%;
	}

	.footerR {
		width: 75%;
	}
}



/* ------------------------------------------------- */
/* -------------------- Kontakt -------------------- */
/* ------------------------------------------------- */
.contactWrapper {
	
}

.contactPic {
	width: 100%;
	max-width: 260px;
}

.contactLeft {
	width: 50%;
}

.contactRight {
	width: 50%;
	padding-left: var(--abstand_18);
}

.contactWrapper input:not([type="checkbox"]),
.contactWrapper textarea {
	width: 100%;
}

.contactTextArea {
	height: 140px;
}


@media (max-width: 900px) {
	.contactLeft, .contactRight {
		width: 100%;
	}

	.contactLeft {
		margin-bottom: var(--abstand_18);
	}

	.contactRight {
		padding-left: 0;
	}
}




/* ----------------------------------------------- */
/* -------------------- Anker -------------------- */
/* ----------------------------------------------- */
.anker {
	scroll-margin: 100px;
}

@media (max-width: 600px) {
	.anker {
		scroll-margin: 80px;
	}
}



/* ------------------------------------------------ */
/* -------------------- Banner -------------------- */
/* ------------------------------------------------ */
.banner {
	height: 600px;
}

.banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

@media (max-width: 1024px) {
	.banner {
		height: 400px;
	}
}

@media (max-width: 600px) {
	.banner {
		height: 300px;
	}
}





/* ------------------------------------------------- */
/* -------------------- Galerie -------------------- */
/* ------------------------------------------------- */
.galleryRad {
	display: none;
}

#galleryWrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	gap: var(--abstand_18);
}

.galleryOpenLbl {
	width: calc(25% - 3 * var(--abstand_18) / 4);
	aspect-ratio: 4/5;
	cursor: zoom-in;
}

.galleryOpenLbl img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.galleryBigPicWrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	padding: var(--abstand_18) var(--abstand_36);
	cursor: zoom-out;
	transition: opacity 200ms ease-in-out;
}

.galleryRad:checked + label + .galleryBigPicWrapper {
	opacity: 1;
	pointer-events: all;
}

.galleryBigPicWrapper img {

}

.galleryCloseBtn {
	font-family: var(--ManagerIcons);
	font-size: 34px;
	position: absolute;
	top: 10px;
	right: 10px;
	color: white;
}


@media (max-width: 1024px) {
	.galleryOpenLbl {
		width: calc(33.33% - 2 * var(--abstand_18) / 3);
	}

	.galleryWrapperHome .galleryOpenLbl:nth-of-type(n+6) {
		display: none;
	}
}

@media (max-width: 768px) {
	.galleryOpenLbl {
		width: calc(50% - var(--abstand_18) / 2);
	}

	.galleryWrapperHome .galleryOpenLbl:nth-of-type(n+4) {
		display: none;
	}
}



/* ----------------------------------------------------- */
/* -------------------- Slider Home -------------------- */
/* ----------------------------------------------------- */
.sliderHomePic {
	height: 600px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

#GallerySliderLblWrapper {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: absolute;
	bottom: 20px;
	left: 0;
	gap: 5px;
}

.GallerySliderLbl {
	display: inline-block;
	width: 12px;
	aspect-ratio: 1;
	border-radius: 6px;
	background-color: white;
	/* transition: opacity 200ms ease-in-out; */
}

.GallerySliderLbl:first-of-type, .GallerySliderLbl:last-of-type {
	display: none;
}



@media (max-width: 1024px) {
	.sliderHomePic {
		height: 400px;
	}
}

@media (max-width: 600px) {
	.sliderHomePic {
		height: 300px;
	}
}




/* ------------------------------------------------ */
/* -------------------- Paging -------------------- */
/* ------------------------------------------------ */
.pagingWrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.pagingCurrentPage {
	width: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}




/* --------------------------------------------------------------- */
/* -------------------- 2037 - Bildergallerie -------------------- */
/* --------------------------------------------------------------- */
#GallerySliderWrapper {
	position: relative;
	max-width: 600px;
	display: inline-block;
	vertical-align: top;
}

.GallerySliderRad {
	display: none;
}

#GallerySliderSlideWrapper {
	overflow: hidden;
	position: relative;
}

#GallerySliderAllSlides {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	position: relative;
	transition: left 300ms ease-in-out;
	cursor: grab;
}

.GallerySliderSlide {
	overflow: hidden;
	opacity: 0;
	transition: opacity 200ms ease-in-out;
	padding-left: 50px;
	padding-right: 50px;
}

.GallerySliderSlidePic {
	display: block;
	pointer-events: none;
	width: 100%;
	width: 100%;
	height: 600px;
	object-fit: cover;
	object-position: center;
}

.GalleryWhatSlide {
	text-align: center;
	margin-top: 10px;
}


@media (max-width: 1024px) {
	/* .GallerySliderSlidePic {
		height: 400px;
	} */
}

@media (max-width: 600px) {
	.GallerySliderSlide {
		padding-left: 0;
		padding-right: 0;
	}

	.GallerySliderSlidePic {
		height: 500px;
	}
}





/* Next/Prev */
.GallerySliderPrev, .GallerySliderNext {
	position: absolute;
	width: 50px;
	height: 100px;
	top: calc(50% - 50px);
	display: flex !important;
	justify-content: center;
	align-items: center;
	font-size: 40px !important;
}

.GallerySliderPrev {
	left: 0;
}

.GallerySliderNext {
	right: 0;
}

.GallerySliderPrev:hover, .GallerySliderNext:hover {
	color: inherit;
}

.GallerySliderPrev[data-slideritems="1"], .GallerySliderNext[data-slideritems="1"] {
	display: none !important;
}


@media (max-width: 600px) {
	.GallerySliderPrev, .GallerySliderNext {
		display: none !important;
	}
}









/* ---------------------------------------------- */
/* -------------------- ____ -------------------- */
/* ---------------------------------------------- */

@media (max-width: 1440px) {

}

@media (max-width: 1260px) {

}

@media (max-width: 1024px) {

}

@media (max-width: 768px) {

}

@media (max-width: 600px) {

}

@media (max-width: 360px) {

}