/* ---------------------------------------------------------------------------------------------
 * ---------------------------------------------------------------------------------------------
 * ------- Theme Name: AMMON Studio Main CSS ---------------------------------------------------
 * ---------------------------------------------------------------------------------------------
 * ---------------------------------------------------------------------------------------------
 */

:root {
}

*,
*::before,
*::after {
  outline: none !important;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

html {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

body {
  flex-grow: 1;
  /* hyphens: auto !important; */
}

img {
  max-inline-size: 100% !important;
  block-size: auto !important;
}


div.txt > ul {
  list-style-type: '–  ';
  line-height: 2em;
  padding-left: var(--as-space-l);;
}


.cur1 {
  //cursor: url('/wp-content/uploads/2024/07/as-cursor-32-3.svg'), auto;	
  //cursor: url('/wp-content/uploads/2024/08/as-cursor-24-2.svg'), auto;
}


div.pas-text {
  padding-left: 0px !important;
}


.brx-popup-content {
    background-color: #fff !important;
    max-width: 47rem !important;
    padding: 0px !important;
}


  /*
  */
.wpcf7 label {
  color: black;
  font-weight: 600;
  margin-bottom: 15px;
}
.wpcf7 input[type=button], 
.wpcf7 input[type=checkbox], 
.wpcf7 input[type=radio] {
  accent-color:  green !important; 
  width: 0.8em !important;
  height: 0.8em !important;
  margin-left: -32px !important;
}
.wpcf7 input[type=submit], 
.wpcf7 select {
    cursor: pointer;
    border-radius: 30px !important;
    padding: 2px 20px !important;
}
.wpcf7 .input, 
.wpcf7 input:not([type=submit]), 
.wpcf7 select, 
.wpcf7 textarea {
  border-style: solid;
  border-width: 1px;
  border-color: black;
  border-radius: 47px !important;
  box-shadow: none;
  color: currentcolor;
  font-size: inherit;
  line-height: 40px;
  outline: none;
  padding: 0 12px;
  margin-left: 0px !important;
  transition: var(--bricks-transition);
  width: 100%;
  background-color: white !important;
}

.wpcf7-form p {
  margin: 0 0 0.5em !important;
}
.wpcf7 form .wpcf7-response-output {
  margin: 1em 0.2em 1em;
  padding: 0.2em 1em !important;
  border: 2px solid #00a0d2;
}


/* ------------------------------------------------------------------------------- */
/* -------  Navigation  ---------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */


/* ------- Hamburger ------------------------------------------------------------- */
.liniatur {
  text-decoration: underline solid black .2rem;
  text-underline-offset: 0.28rem;
  -webkit-text-decoration: underline solid black .2rem;
  -webkit-text-underline-offset: 0.28rem;
}

button:hover {
  /* cursor: url('/wp-content/uploads/2024/08/as-cursor-24-p-2.svg') 12 12, move !important; */
}

a {
  text-decoration: underline solid black .15vw !important;
  text-decoration-color: var(--as-primary) !important;
  text-underline-offset: 0.28rem !important; /* https://developer.mozilla.org/en-US/docs/Web/CSS/text-underline-offse */
}
a:hover {
  /* cursor: url('/wp-content/uploads/2024/07/as-cursor-32-p.svg') 16 16, move;	*/
  //cursor: url('/wp-content/uploads/2024/08/as-cursor-24-p.svg'), 16 16, move;
  //cursor: url('/wp-content/uploads/2024/08/as-cursor-24-p-2.svg') 12 12, move;


  //text-decoration: underline solid black .2rem !important;
  //text-decoration-color: var(--as-primary) !important;
  //text-underline-offset: 0.28rem !important; /* https://developer.mozilla.org/en-US/docs/Web/CSS/text-underline-offse */


  /*
  text-decoration-thickness: from-font !important;
  -webkit-text-decoration: underline solid black .2rem;
  -webkit-text-underline-offset: 0.28rem;

  -webkit-text-decoration-line:  underline !important;
  -webkit-text-decoration-color: black !important;
  -webkit-text-decoration-style: solid !important;
  -webkit-text-decoration-thickness: 0.1rem !important;
  -webkit-text-underline-offset: 0.28rem !important;
  */
 }

.bricks-nav-menu > li > a,
nav > a {  
  text-decoration: underline solid transparent 0.45vw !important;
  //text-decoration-color: var(--as-primary) !important;
  text-underline-offset: 0.48rem !important;
}
.bricks-nav-menu > li > a:hover,
nav > a:hover {
  text-decoration: underline solid black 0.45vw !important;
  //text-decoration-color: var(--as-primary) !important;
  text-underline-offset: 0.48rem !important;
}


/* ---- Weiter / Zurück Page Navigation ------------------------------------------*/
.brxe-post-navigation .prev-post+.next-post {
  margin-top: 0px;
}

/* ----- Logo Grössen Anpassung --------------------------------------------------*/
.brxe-logo img {
  //height: auto !important;
  //width: max( 32.4vw, 16rem ) !important;
  //max-inline-size: none !important;
}



/* ------------------------------------------------------------------------------ */
/* ------------ #bmm ID for Bricks Mobile Menu ---------------------------------- */
/* ------------------------------------------------------------------------------ */

#brxe-gqapxa .bricks-mobile-menu > .current-menu-item > a {
  text-decoration: underline solid .28rem ;
  text-underline-offset: 0.6rem;
  -webkit-text-decoration:  underline solid .28rem;
  -webkit-text-underline-offset : 0.6rem;
}

.brxe-nav-menu .bricks-mobile-menu-wrapper .bricks-mobile-menu {
  top: var(--gap-l);
}

/*
.bar-cellar {
  background-color: red !important;
}
*/
#brx-header, 
#brx-header.sticky,
#brx-header.sticky.scrolling 
{
  width: 100% !important;
}

#brxe-mfbqme {
  padding-top: var(--as-space-m);
  padding-right: var(--as-space-xl);
  padding-bottom: var(--as-space-m);
  padding-left: var(--as-space-l);
}



/* ------------------------------------------------------------------------------ */
/* ------------ Splide.js Slider Content Definitions  --------------------------- */
/* ------------------------------------------------------------------------------ */

.splide__spinner {
  border: 2px solid #000000 !important;
  border-left-color: #0000 !important;
  height: 24px !important;
  width: 24px !important;
}

.splide__list {
  width: 100% !important;
}

.splides {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  /* align-items: center;*/
  justify-content: center;
}
.splide {
  width: 100%;
  //height: 100%;
  //aspect-ratio: 1.77777;
}

  /*
div.splide#splide15 {
  aspect-ratio: 1.4 !important;
}
div.splide#splide21 {
  aspect-ratio: 9 !important;
}
  */

.splide__slide {
  height: auto !important;
  border-right: 1px solid black !important;
  border-bottom: 1px solid black !important;
  /*
  */
}
.splide__slide img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.splide:not(.is-overflow) .splide__arrows {
  display: none;
}
.splide__arrow {
  height: 50% !important;
  margin: 0px calc(20px + 0.5vw) !important;
  transform: translateY(-50%) !important;
  /*width: 2.2vw !important;*/
  width: 3.0vw !important;
  background: transparent !important;
  border-radius: 0% !important;
}
.splide__pagination .splide__pagination__page.is-active {
  /* background-color: var(--as-primary) !important;*/
  transform: scale(1.6) !important;
}
.splide__pagination__page {
  background-color: var(--as-primary) !important;
  border-radius: 50%;
  height: 7px !important;
  width: 7px !important;
  //margin: 0.6vw !important;
  //padding: 0.6vw !important;
  opacity: 1.0 !important;
}
.splide__pagination li {
  margin-right: 4px;
  pointer-events: auto;
}
.splide__video__wrapper div, 
.splide__video__wrapper iframe, 
.splide__video__wrapper video {
    height: 103.8% !important;
}


/* ------------------------------------------------------------------------------------
 * ----------------- Typography -------------------------------------------------------
 * ------------------------------------------------------------------------------------
 */ 

#brxe-jwzynp .bricks-site-logo {
  /*
  min-width: 300px;
  max-height: 120px;
  min-height: 120px;
  */
  /*
  width: auto;
  */
  width: 15vw !important;
  max-width: 175px !important;
  min-width: 100px !important;
}

/*
.scrolling > #brxe-jwzynp .bricks-site-logo {
  width: 39vw !important;
}

#brx-header:has(scrolling) #brxe-jwzynp.bricks-site-logo  {
  display: none !important;
  width: 30vw !important;
}

#brx-header.sticky.scrolling > img {
    width: 100% !important;
    display: none !important;
}

#brx-header:has(scrolling) > .bricks-site-logo {
  width: 30vw !important;
}
#brx-header:not(scrolling) > .bricks-site-logo {
  width: 10vw !important;
}

  display: none !important;
*/
#brx-header.sticky.scrolling img {
  width: 30vw !important;
  max-width: 350px !important;
  min-width: 250px !important;
}



/* --- Layout / Columns Definitions --- */

.txt {
  /*
  font-size: min(2.7vw, 80px) !important;
  color: var(--as-primary);
  color: black;
  */
  font-family: "chromatic geometric" !important;
  font-size: clamp(16px, 2.7vw, 32px) !important;
  //padding: var(--as-space-xl) !important;  
  //padding: 1.1em 1.1em !important;
  padding: var(--as-space-xl) var(--as-space-l) !important;
  //position: absolute !important;
  //display: contents;

  height: 100%;
  display: flex;
  flex-direction: column;
  align-items:  flex-start;
  justify-content: flex-start;
  //bottom: 0;

  line-height: 1.1 !important;
  font-weight: 100 !important;
}

.txt p {
  /* font-size: min(2.7vw, 80px) !important; */
  font-family: "chromatic geometric" !important;
}

.txt h1 {
  font-family: "chromatic geometric" !important;
  font-size: min(5.0vw, 100px) !important;
  line-height: 0.95 !important;
  //font-weight: normal !important;
}

.txt h2 {
  //font-size: min(4.39vw, 80px) !important;
  font-size: clamp(16px, 4.39vw, 80px) !important;
  line-height: 1.0 !important;
  margin-bottom: 3vw;
}
.txt h2 strong {
  //text-transform: uppercase !important ;
  font-weight: 100 !important;
}


.txt h3 {
  font-family: "chromatic geometric" !important;
  font-size: var(--as-txt-2xl) !important;
  line-height: 1.1 !important;
  letter-spacing: -0.5px !important;
}
.txt h5 {
  /*
  font-size: var(--as-txt-l);
  */
  font-size: clamp(1rem, 2.7vw, 2rem) !important;
  line-height: 1.1;
}
.txt_overlay {
  padding: 100px 100px 100px 100px !important;
}

/*
.txt h2 strong, 
.txt h1 strong {
  text-transform: uppercase !important ;
  font-weight: 600 !important;
}
*/



@media screen and ( max-width: 478px ) {

  .txt p {
    font-size: min(5.25vw, 80px) !important;
    line-height: 1.2em !important;
  }
  .txt h2 {
    font-size: min(8.8vw, 50px) !important;
    line-height: 1.0em !important;
  }
}


/* ------------------------------------------------------------------------------ */
/* ------------ Active Layers  -------------------------------------------------- */
/* ------------------------------------------------------------------------------ */


@media screen and ( max-width: 478px ) {

  .activelayer {
    //opacity: 1.0 !important;
    //background: transparent !important;
  }
  .activelayer:hover {
    //opacity: 0.9 !important;
    //background: black !important;
  }
  .activelayer p {
    font-size: min(5.25vw, 80px) !important;
    padding: 1.1em 0.4em !important;
  }
}


.activelayer {
  font-family: "chromatic geometric" !important;
  transition: opacity .3s ease-out;
  position: absolute;
  width: 100%;
  height: 100%;
  background:black;
  opacity: 0.0;
  z-index: 20;
  top: 0;
  left: 0;
  //padding: var(--as-space-xl) var(--as-space-xl) !important;
  //padding: 1.2em 1.0em;
}
.activelayer:hover {
  opacity: 0.9;
}
.activelayer p {
  //font-size: min(2.7vw, 40px) !important;
  //font-size: min(5.25vw, 80px);
  //font-size: clamp(16px, 2.7vw, 80px) !important;
  font-size: clamp(1rem, 2.3vw, 3rem) !important;
  line-height: 1.2 !important;
  position: absolute;
  //top: 0;
  //padding: 1.1em 0.4em !important;
  //padding: 1.1em 1.1em !important;
  padding: var(--as-space-xl) var(--as-space-xl) !important;

  //color: white;
  z-index: 21;
}




/* ----------------------------------------------------------------------------------- */
/* ---- Admin Development only ------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */


#bricks-toolbar .logo img {
  height: 9px;
  width: 66%;
}
#bricks-toolbar .logo {    
  background-color: #5307b8;
  opacity: 1;
}





/* ------------------------------------------------------------------------------ */
/* ------------ #bmm ID for Bricks Mobile Menu ---------------------------------- */
/* ------------------------------------------------------------------------------ */


/*
.navi .bricks-mobile-menu > li > a:hover {
  text-decoration: underline solid white 4% !important;
  text-underline-offset: 6px !important;
  font-size: 45px !important;
  line-height: 1.2 !important;
*/
/*
#bmm .bricks-mobile-menu-wrapper {
  width: 80vw !important;
}
*/

#bmm .bricks-mobile-menu > li > a {
  font-size: min(20vw, 8rem) !important;  
  line-height: 0.95 !important;
}
#bmm .bricks-mobile-menu > li > a:hover,
#bmm .bricks-mobile-menu > li > a:active,
#bmm .bricks-mobile-menu [aria-current="page"] {
  text-decoration: underline solid white 3% !important;
  //text-underline-offset: min(1.5vw, 5px) !important;
  text-underline-offset: 0.68rem !important;
}
/*
li > a:hover {
 // text-decoration: underline solid black 3% !important;
 // text-underline-offset: 6px;
}
*/
/*
.navi .bricks-mobile-menu-toggle .bar-top {
  width: 10px !important;
}
*/

#bmm:is(.show-mobile-menu) > .bricks-mobile-menu-toggle {
  //top: 6em !important;
  //right: 2.5vw !important;
}

#bmm:not(.show-mobile-menu) > .bricks-mobile-menu-toggle {
  width: 6vw !important;
  height: 1.5rem !important;
  position: absolute !important;
  top: var(--as-space-l) !important;
  right: var(--as-space-l) !important;
  /*
  background-color: transparent !important;
  left: 100 !important;
  */
}

#bmm .bricks-mobile-menu-toggle {
  width: 50px !important;
  height: 50px !important;
}

:root {
  --bmm: clamp( 0.33rem, 1.1vw, 0.44rem) !important;
}

#bmm:not(.show-mobile-menu) > .bricks-mobile-menu-toggle .bar-top,
#bmm:not(.show-mobile-menu) > .bricks-mobile-menu-toggle .bar-center,
#bmm:not(.show-mobile-menu) > .bricks-mobile-menu-toggle .bar-bottom,
#bmm:not(.show-mobile-menu) > .bricks-mobile-menu-toggle .bar-cellar {

  border-radius: 16px !important;
  height: var(--bmm)  !important;
  width: var(--bmm)  !important;
  min-width: var(--bmm) !important;
    
  color: black !important;
  background: black !important;
  background-color: black !important;
}

#bmm:not(.show-mobile-menu) > .bricks-mobile-menu-toggle .bar-top {
  margin-top: 0px !important;
}
#bmm:not(.show-mobile-menu) > .bricks-mobile-menu-toggle .bar-center {
  margin-top: max(0.4vw, 0.15rem) !important;
}
#bmm:not(.show-mobile-menu) > .bricks-mobile-menu-toggle .bar-bottom {
  margin-top: max(0.8vw, 0.3rem) !important;
}
#bmm:not(.show-mobile-menu) > .bricks-mobile-menu-toggle .bar-cellar {
  margin-top: max(1.2vw, 0.6rem) !important;
}

@media screen and ( max-width: 478px ) {
  #bmm:not(.show-mobile-menu) > .bricks-mobile-menu-toggle {
    height: var(--as-space-1xl) !important;
    width: var(--as-space-3xl) !important;
    //background: #ccc !important;
   }
}


:where(.brxe-nav-menu) .bricks-mobile-menu-toggle:before {
  padding: 20px 25px !important;
}






/* -------------------------------------------------------------------------------- */
/* ---- END ----------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */








