/*--------------------------------------------------------------------
	
	Author: {ths} Thomas Schostok Design
	Version: 1.0
---------------------------------------------------------------------*/

/* = Web Fonts
-------------------------------------------------------------- */
@font-face {
	font-family:'spotnik';
	src: url('../fonts/CAZentrum-Light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
	font-display:swap;
}
@font-face {
	font-family:'spotnik';
	src: url('../fonts/CAZentrum-LightItalic.woff2') format('woff2');
	font-weight: 300;
	font-style: italic;
	font-display:swap;
}
@font-face {
	font-family:'spotnik';
	src: url('../fonts/CAZentrum-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}
@font-face {
	font-family:'spotnik';
	src: url('../fonts/CAZentrum-Italic.woff2') format('woff2');
	font-weight: normal;
	font-style: italic;
	font-display:swap;
}
@font-face {
	font-family:'spotnik';
	src: url('../fonts/CAZentrum-Bold.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
	font-display:swap;
}
@font-face {
	font-family:'spotnik';
	src: url('../fonts/CAZentrum-BoldItalic.woff2') format('woff2');
	font-weight: bold;
	font-style: italic;
	font-display:swap;
}
/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	--rot:#F94B85;	
	--bs-accordion-border-color: #000000!important;
    --bs-accordion-border-width: 2px!important;
}
html, body, * {font-kerning: normal!important;}
body {
	margin:0;
	padding:0;
    background:white;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family:"spotnik";
	font-size:17px;
	/*font-feature-settings: "ss07" 1;*/
}
::placeholder {
	color: black !important;
	font-weight: normal;
}
body, .page-container {
    min-height: 100vh;
}
a {
	color:black;
	text-decoration: none;
	transition: all 0.4s ease;
}
a:hover {
	color: var(--rot);
}
.p-zero p {
	margin-bottom: 0px!important;
}
.text-rot {
	color: var(--rot);
	opacity: 1!important;
}

/* footer */
footer {
	margin-top: auto;
	background-color: #f2f2f2!important;
}
footer a {
	transition: all .2s ease-out;
}
footer a:hover{
	color: var(--rot)!important;
}
.acetype_logo_small img {
	height: 50px;
}	
@media (min-width: 768px) {
	.acetype_logo_small img {
		height: 55px;
	}	
}
.icons {
	font-size: 20px;
}
.pfeilrunter {
	height: 30px!important;
}
.minimumheight{ height:700px;}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition:background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left:0;right:0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */


/* Preloader */
.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("../img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */
.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}

/* Sizes */
.bloc-sm{
	padding:20px;
}

/* Light theme */

.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}
/* = Full Screen Blocs 
-------------------------------------------------------------- */
@keyframes color {
	0%   { background: #d612ecc4; }
	20%  { background: #f1c86092; }
	40%  { background: #33cccc8f; }
	60%  { background: #fc00d2a5; }
	80%  { background: #e26600a7; }
	100% { background: #d612ecc4; }
  }
.bg-ace {
	animation: color 9s infinite linear;
}
wrapper {background-color: white;}
.plasma {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
filter: blur(100px);
z-index: -1;

}
.gradient {
position: absolute;
border-radius: 100%;
opacity: 1;
mix-blend-mode: multiply;
animation-iteration-count: infinite;
animation-timing-function: cubic-bezier(0.1, 0, 0.9, 1);
}


.gradient-1 {
background: rgb(80, 156, 203) none repeat scroll 0% 0% / auto padding-box border-box;
width: 700px;
height: 700px;
animation-duration: 3s;
opacity: 1;
left: 60%;
top: 40%;
z-index: -2;
animation-name: animation-gradient-1;
}
.gradient-2 {
background: rgb(176, 12, 198) none repeat scroll 0% 0% / auto padding-box border-box;
width: 600px;
height: 600px;
animation-duration: 6s;
opacity: 0.34;
left: 40%;
top: 60%;
z-index: -1;
animation-name: animation-gradient-2;
}
.gradient-3 {
background: rgb(255, 183, 0) none repeat scroll 0% 0% / auto padding-box border-box;
width: 500px;
height: 500px;
animation-duration: 4s;
opacity: 1;
left: 50%;
top: 50%;
z-index: -3;
animation-name: animation-gradient-3;
}

@keyframes animation-gradient-1 {
0% {
transform: translateY(-50%) translateX(-50%) rotate(-20deg) translateX(20%);
}
25% {
transform: translateY(-50%) translateX(-50%) skew(-15deg, -15deg)
rotate(80deg) translateX(30%);
}
50% {
transform: translateY(-50%) translateX(-50%) rotate(180deg) translateX(25%);
}
75% {
transform: translateY(-50%) translateX(-50%) skew(15deg, 15deg)
rotate(240deg) translateX(15%);
}
100% {
transform: translateY(-50%) translateX(-50%) rotate(340deg) translateX(20%);
}
}

@keyframes animation-gradient-2 {
0% {
transform: translateY(-50%) translateX(-50%) rotate(40deg) translateX(-20%);
}
25% {
transform: translateY(-50%) translateX(-50%) skew(15deg, 15deg)
rotate(110deg) translateX(-5%);
}
50% {
transform: translateY(-50%) translateX(-50%) rotate(210deg) translateX(-35%);
}
75% {
transform: translateY(-50%) translateX(-50%) skew(-15deg, -15deg)
rotate(300deg) translateX(-10%);
}
100% {
transform: translateY(-50%) translateX(-50%) rotate(400deg) translateX(-20%);
}
}

@keyframes animation-gradient-3 {
0% {
transform: translateY(-50%) translateX(-50%) translateX(-15%)
translateY(10%);
}
20% {
transform: translateY(-50%) translateX(-50%) translateX(20%)
translateY(-30%);
}
40% {
transform: translateY(-50%) translateX(-50%) translateX(-25%)
translateY(-15%);
}
60% {
transform: translateY(-50%) translateX(-50%) translateX(30%) translateY(20%);
}
80% {
transform: translateY(-50%) translateX(-50%) translateX(5%) translateY(35%);
}
100% {
transform: translateY(-50%) translateX(-50%) translateX(-15%)
translateY(10%);
}
}


.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

/* = NavBar
-------------------------------------------------------------- */

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow: 0 2px 16px rgb(0 0 0 / 21%);
	transition: all .2s ease-out;
}
/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
.navbar-toggler:focus {
	outline: none!important;
	box-shadow: none;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

/* = Buttons
-------------------------------------------------------------- */
.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(242,242,242,.7);
}
/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}
.btn-sq{
	border-radius: 0px;
}


/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}

/* = Custom Styling
-------------------------------------------------------------- */

.navbar-nav li a{
	color:black;
	text-transform:uppercase;
}
.navbar-nav li a:hover{
	color:var(--rot)!important;
}
li.pink a{
	color:var(--rot)!important;
}
li.pink a:hover{
	color:black!important;
}
a {
	color:black!important;
	border-bottom-width:0px;
	border-color:transparent!important;
	border-style:none;
}
/* ths active link */ 
a.nav-link.a-btn.active {
	color:var(--rot)!important;
}
label{
	color:var(--rot)!important;
}
.navbar-brand{
	color:black!important;
}

h5, h4, h3, h2, h1{
	color:black!important;
}
.bold {
	font-weight: bold!important;
}
.border-up{
	border-width:3px 0px 0px 0px;
	border-color:var(--swatch-var-blau)!important;
	border-style:solid;
	padding-top:40px;
	padding-left:1px;
}
.teiler{
	height:30px;
	border-color:var(--swatch-var-blau)!important;
	border-style:solid;
	border-width:2px 0px 0px 0px;
	padding-left:0px;
	padding-right:0px;
}
.list-padding-right{
	padding-right:28px;
}
.mainnavigation{
	background-color:#f2f2f2; /* Old browsers */
	box-shadow:0.00px -0.00px 0px #FFFFFF;
	padding-top: 0px;
	padding-bottom:0px
	}
@media (min-width:768px) { /* ab MD */
	.mainnavigation{
		padding-top: 10px;
		padding-bottom:8px
	}
}
.acegradient{
background-color:#f2f2f2; /* Old browsers */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff0072+0,e0b92a+82,559e73+100 */
background: -moz-linear-gradient(-45deg,  #ff0072 0%, #e0b92a 82%, #559e73 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #ff0072 0%,#e0b92a 82%,#559e73 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #ff0072 0%,#e0b92a 82%,#559e73 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0072', endColorstr='#559e73',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.hoverop{
	transition: all .6s ease-out;
}
.hoverop:hover{
	opacity:40%;
	transition: all .6s ease-out;
}
.h1-style{
	font-weight: bold;
}
.imgmaxheight {
	max-height:700px;
}
.ace_buttons, .ui-button{
	background-color:transparent;
	border-color:black!important;
	border-width:2px 2px 2px 2px;
	padding-top:4px;
	padding-bottom:4px;
	border-style:solid;
	font-size:18px;
	border-radius:10px 10px 10px 10px!important;
	font-weight: bold;
	min-width:208px;
}
@media (min-width:768px) { /* ab MD */
	.ace_buttons, .ui-button{
		
		min-width:260px;
	}
  }
.ace_buttons:hover, .ui-button:hover{
	color:var(--rot)!important;
	border-color:var(--rot)!important;
	background-color:white;
}
.nextprevbuttons {
	font-size:50px;
	font-weight: bold;

}
.nextprevbuttons i{
	padding:0;
	margin:0;
}
.nextprevbuttons:hover {
	color:var(--rot)!important;
	
	}

.heroimage{
	height:50vh!important;
	background-size:cover!important;
	background-position:center center!important;
}
@media (max-width:768px) {
	.heroimage{
		height:20vh!important;
	}
}
.h2-style{
	font-size:31px;
}
.breadcrumb:hover{
	color:var(--swatch-var-orange)!important;
}
.news_image{
	border-width:0px 0px 0px 0px;
	height:300px;
	overflow:hidden;
}
.news_images{
	margin-bottom:20px;
}
.border-down {
	border-style:solid;
	border-color:var(--swatch-var-blau)!important;
	border-width:0px 0px 2px 0px;
	padding-bottom:10px;
}



/* = Additional CSS
-------------------------------------------------------------- */
.divider-h {
	min-height:2px;
	background-color:#38536B;
	margin:20px 0;
}


.no-border {
	border-style: none;
	border-width: 0;
}



/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.list-padding-right{
		padding-right:0px;
	}
	.bloc-padding-right{
		padding-right:20px;
	}
	.h3-style{
		font-size:21px;
	}
}

@media (max-width: 767px){
	.h6-style{
		font-size:17px;
	}
	.bloc-padding-right{
		padding-right:10px;
	}
	.heroimage{
		height:30vh;
	}
	.h2-style{
		font-size:27px;
	}
	
}

@media (max-width: 575px){
	.bloc-padding-right{
		padding-right:0px;
	}
}

b, strong {
	font-weight: bold!important;
}
@media (max-width: 767px){
/* logo fix */
.logofix {
	position: relative;
	left: -13px;
	}
}
.pfeil {
	height: 50px;
	transition: opacity .1s ease-in-out 0s;
}

.pfeil:hover {
transition: opacity .2s ease-in-out 0s;
opacity: 0.2;
}
/* offcanvas overwrite */.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
    --bs-offcanvas-height: 20vh;
}
.inputsearchbutton {
	font-size: 22px;height: 66px;
	background-color:transparent;
	border-color:black!important;
	border-width:2px 2px 2px 2px;
	padding-top:4px;
	padding-bottom:4px;
	border-style:solid;
	border-radius:0px 0px 0px 0px;
	font-weight: bold;
	color:black!important;
	
}
/* accordian styles overwrite */
.accordion {
	--bs-accordion-border-color: black;
	--bs-accordion-active-color: black;
	--bs-accordion-border-width: 2px!important;
	--bs-accordion-active-bg: transparent;
	--bs-accordion-btn-focus-border-color: black;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 2px black;
	--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2338536b'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-item:last-of-type, .accordion-item:last-of-type .accordion-button.collapsed  {
    border-bottom-right-radius: 10px!important;
    border-bottom-left-radius: 10px!important;
}
.accordion-item:first-of-type, .accordion-item:first-of-type .accordion-button  {
    border-top-left-radius: 10px!important;
    border-top-right-radius: 10px!important;
}
.accordion-button, .accordion-item {
	background-color: transparent!important;
}

/* sidebarlink nav */
.unterkategorie {
	line-height: 22px!important;
}
.sidebar {
	border-top: solid 2px black;
	border-bottom: solid 2px black;
}
.sidebarlink a{
	text-decoration: none;
	transition: all .2s ease-out;
}
.sidebarlink a:hover{
	color: var(--rot)!important;
	text-decoration: none;
	transition: all .2s ease-out;
}

.maxheight {
	max-height: 700px;
}

@media (max-width:768px) {
	.maxheight {
		max-height: 420px;
	}
}

.bg-news {

	border:2px solid #38536B!important;
}
.min-vh-50 {
	min-height: 45vh!important;
}
/* whatsapp */


@media (min-width:768px) {
.whatsappbutton {
	width:2.8rem;
	height:2.8rem;
	right:0;
	bottom:120px;
	z-index: 800;
	position:fixed;
	background-color: #25d366;
	font-size: 2rem;
	transition: all .3s ease-in-out;
	color: white!important;
}
.whatsappbutton:hover{
	color: black!important;
}
.wa {
	position: relative;
	top:-0.05rem;
}
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight:normal!important;
}

/* text typo */

.text {
 /*  overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;*/
	line-height: 1.75rem;
	font-size: 1.2rem;
}
.text a {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid black!important;

}
.text a:hover {
	color: var(--rot)!important;
	border-bottom: 1px solid var(--rot)!important;
}
.text p:last-child {
	margin-bottom: 0;
}
.text ol, .text ul {
	padding-left: 20px;
}
.text li{
	padding-inline-start: 1ch;
}
.text-lh {
	line-height: 1rem;
}

.text .alwayspink {
	color:var(--rot)!important;
	border-bottom: 1px solid var(--rot)!important;
}
.text .alwayspink:hover {
	color:black!important;
	border-bottom: 1px solid black!important;
}
.lh12 {
	line-height: 1.2rem;
}
.activesidebarlink a{
	color:var(--rot)!important;
}
.activesidebarlink a:hover {
	color:black!important;
}
blockquote {
	font-style: italic;
font-weight: 300;
}
.nounderline a {
	border-bottom: none!important;;
}.nounderline a:hover {
	border-bottom: none!important;;
}

.smaller {font-size:0.9375rem}
.wordwrap {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.fontlight {
	font-weight: 300!important;
}
/* ths styles */
.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	left:20px;
	opacity:0;
	z-index:9999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroller {
	background: transparent !important;
}
.closemebutton {
	position: absolute;
	right:10px;
	top:10px;
}
.navbar-brand img{
	height:50px;
	width:auto;
}

.acehero{
	width: 100%;
	height: auto;
}
.shopnow{
	width:80px;
}
@media (min-width:1000px) {
	.shopnow {
		width:130px;
	}
	.acehero{
	width: 600px;
	height: auto;
	}
}

@media (min-width:768px) { /* ab MD */
	.navbar-brand img{
		height:70px;
	}
}
.navbar-brand {
	min-width: 60px;
}
@media (min-width:768px) { /* ab MD */
	.navbar-brand {
		min-width: 80px;
	}
	.stick {
		position: fixed;
		top:126px;
		width: 218px !important;;
	}
  }

@media (min-width:1200px) { /* ab LG */
	.stick {
		width: 250px !important;;
	}
  }
.fixedace {
	position:absolute;
	top:11px;
}
.introtext {
		font-size: 1.2rem;

}

.editme {
	color: #e6249b;
	background-color: rgba(53, 254, 249, 0.51);
	position: fixed;
	top: 0;
	left: 0;
	padding: 4px;
	font-weight: bold;
	font-size: 26px;
	letter-spacing: 1px;
	text-transform: uppercase;
	z-index: 999999;
}
.editme:hover {
	background-color: rgba(246, 253, 53, 0.91);
}
.editme a{
	text-decoration: none; font-weight: bold;
}