/*
Theme Name:  Twenty Twenty Five Kid
Theme URI:   https://update.nilspollom.com/twentytwentyfive-kid
Description: The Kiddle
Author:      Nils Pollom
Template:    twentytwentyfive
Version:     1.1.5
 */

/* HIGHLIGHTS AUF REFERENZEN */
.link-accent1:hover,
.link-accent1:focus-visible {
   border-bottom: 3px solid black;			/* Kontur */
	border-top: 3px solid black;
	border-left: 3px solid black;
	border-right: 3px solid black;
	transition: border .25s ease;
}

/* Display Startpage als mobile oder desktop */

.show-desktop {
  display: block;
}

.show-mobile {
  display: none;
}

@media (max-width: 450px) {
  .show-desktop {
    display: none !important;
  }
	.show-tablet {
	display: none !important;
  }
  .show-mobile {
    display: block;
  }
}

@media screen and (min-width: 451px) and (max-width: 1340px) {
	.show-mobile {
		display: none !important;
	}
	.show-desktop {
		display: none !important;
	}
	.show-tablet {
		display: block;
	}
}

@media screen and (min-width: 1341px) {
	.show-mobile {
		display: none !important;
	}
	.show-tablet {
		display: none !important;
	}
	.show-desktop {
		display: block;
	}
}



/* Section transition parallax' "Section backgrounds" Plugin problem: Overwriting the dynamic CSS (!) from render.php */
/* The plugin creates a new #evbBackground-* iterative, so its evbBackground-2; 3; 4 ... */

@media (max-width: 960px) {
  #evbBackground-2 {
    /* Meine gewünschten Werte */
    padding: 0 !important;
  }
  #evbBackground-2 .backgroundContent {
    padding: 0 !important;
    max-width: none !important;
  }
}

@media (max-width: 960px) {
  #evbBackground-3 {
    /* Meine gewünschten Werte */
    padding: 0 !important;
  }
  #evbBackground-3 .backgroundContent {
    padding: 0 !important;
    max-width: none !important;
  }
}

@media (max-width: 960px) {
  #evbBackground-4 {
    /* Meine gewünschten Werte */
    padding: 0 !important;
  }
  #evbBackground-4 .backgroundContent {
    padding: 0 !important;
    max-width: none !important;
  }
}


/* Z > 0 means: ES KOMMT DIREKT AUF UNS ZU !!!! */
.ztransplus {
	position: relative;
	z-index: 4;
}

.calender-typeset {
	color: white
}
