/*ANCHOR - Titel*/
html, body {padding: 0; margin: 0; top: 0; box-sizing: border-box;}

html, body {width: 100vw;}


#kopf_aus {
	width: 100vw;
	margin: 0;
	height: auto;
	position: sticky;
	top: -400px;
	z-index: -1;
	background-color: #02051f;
	background-image: url("../grafiken/ausbildung/background/hg-test.webp");
	background-repeat: no-repeat;
	background-size: cover;
}

.container1-kopf {
	width: 100vw;
	height: 300px;
	background-color: white;
	background-image: url("../grafiken/ausbildung/background/hg-gelb-blau3.webp");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 0 100%;
	border-left: 50px solid gray;
}

.container-titel-afu-aussen {
	display: flex;
	margin: 0 auto;
	width: 100%;
	min-height: 700px;
	height: auto;
	justify-content: center;
	border-left: 50px solid #282828;
}

.container-titel-afu-innen {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding-top: 150px;
	width: 80%;
	text-align: left;
	transition: transform 3s;
}

.container-titel-afu-innen-2 {
	display: flex;
	align-items: left;
	flex-direction: column;
	padding-top: 120px;
	width: 85%;
	text-align: left;
	transition: transform 3s;
}

.afuaus-txt-ueberschrift img {
	vertical-align: middle;
}

.afuaus-txt-ueberschrift {
	word-wrap: break-word;
	line-height: 90%;
	text-align: left;
	font-size: 12rem;
	font-family: "Outfit";
	font-weight: 900;
	color: #eeeeee95;
}

.textgross-aus {
	font-size: 100%;
	color: crimson;
}

.afuaus-txt-titel {
	word-wrap: break-word;
	text-align: left;
	padding: 20px;
	font-size: 3rem;
	line-height: 1.8em;
	font-family: "kalam";
	font-weight: 700;
	color: #141b2d;
}

.afuaus-txt-titel2 {
	word-wrap: break-word;
	text-align: center;
	font-size: 3rem;
	font-family: "Outfit";
	font-weight: 600;
	color: #141b2d;
}

.afuaus-txt-titel3 {
	word-wrap: break-word;
	padding-top: 50px;
	text-align: left;
	font-size: 4rem;
	font-family: "Outfit";
	font-weight: 400;
	color: #85f146;
}

.afuaus-txt-titel4 {
	word-wrap: break-word;
	padding-top: 50px;
	text-align: center;
	font-size: 1.6rem;
	font-family: "Outfit";
	font-weight: 400;
	color: #85f146;
}

/*ANCHOR - Fülltext*/
.text-fuell {
	text-align: left;
	font-family: "Outfit";
	font-size: 12rem;
	font-weight: 900;
  position: relative;
}

.posfuell {
	height: 220px;
}

.fuelltext span {
	margin-left: -0.1em;
	position: absolute;
}

/* Rand und Füllung Farbe*/
.fuelltext span:nth-child(1) {
	color: white;
	/*-webkit-text-stroke: 1px #c41187; Rahmen um Text*/
}

/* Füllung*/
.fuelltext span:nth-child(2) {
	color: #85f146;
	animation: animate 4s ease-in-out infinite;
}

.fuelltext2 span {
	margin-left: -0.15em;
	position: absolute;
}

/* Rand und Füllung Farbe*/
.fuelltext2 span:nth-child(1) {
	color: white;
	/*-webkit-text-stroke: 1px #c41187; Rahmen um Text*/
}

/* Füllung*/
.fuelltext2 span:nth-child(2) {
	color: #19aeff;
	animation: animate 6s ease-in-out infinite;
}

@keyframes animate {
	0%, 100% {
		clip-path: polygon(
			0% 45%,
			16% 44%,
			33% 50%,
			54% 60%,
			70% 61%,
			84% 59%,
			100% 52%,
			100% 100%,
			0% 100%
		);
	}

	50% {
		clip-path: polygon(
			0% 60%,
			15% 65%,
			34% 66%,
			51% 62%,
			67% 50%,
			84% 45%,
			100% 46%,
			100% 100%,
			0% 100%
		);
	}
}
/*ANCHOR - Fülltext Ende*/

/*ANCHOR - dialog*/
dialog {
  width: 40%;
  background-color: #b1aeae;
  color: #141b2d;
	border: none;
  border-radius: 10px;
  padding: 0;
	box-shadow: 6px 6px 8px #4f4f4f;
	
}

dialog p {
  margin: 0;
}

.txt-dialog-ueber {
	text-align: center;
	font-family: 'Outfit';
	font-weight: 600;
	font-size: 1.65rem;
}

.txt-dialog2 {
	font-weight: 600;
	font-size: 1.4rem;
	letter-spacing: 0.07em;
	text-decoration: underline;
}

.txt-dialog {
	text-align: left;
	font-family: 'Outfit';
	font-weight: 400;
	font-size: 1.2rem;
}

.txt-abk {
	color: crimson;
	font-weight: bold;
}

.button-dialog {
	background-color: transparent;
	border: 0;
	cursor: help;
	letter-spacing: 0.05em;
	color: #141b2d;
	font-size: 1.5rem;
	font-family: 'Roboto';
	font-weight: 400;
}

.dialog-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 16px;
}

.close {
	font-family: 'Outfit';
	font-size: 1rem;
	background-color: #b6e1f9;
	border: 0;
	border-radius: 5px;
	padding: 5px;
	transition: all 0.7s;
}

.close:hover {
	cursor: pointer;
	color: white;
	background-color: crimson;
	transition: all 0.7s;
}


/*ANCHOR - dialog ende*/


/*ANCHOR - flippers*/

.flipbox-flex {
	width: 90%;
	display: flex;
	margin-top: 80px;
	margin-bottom: 80px;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.flipbox {
	min-width: 24%;
	max-width: 25%;
	margin: 20px;
	text-align: center;
	margin-bottom: 100px;
	align-content: center;
	height: auto;
	background-color: transparent;
	border: 1px solid #85f146;
	border-radius: 10px;
	box-sizing: border-box;
	/*box-shadow: 10px 10px 8px #5eb10680;*/
}


.flipbox img {
	padding-top: 20px;
}

.flipbox-text-vorne, .flipbox-text {
	font-style: normal;
	text-align: center;
	padding: 15px;
	font-family: 'Roboto';
	font-size: 1.8rem;
	font-weight: 400;
	color: #85f146;
}

.flipbox-text-hinten {
	font-style: normal;
	text-align: center;
	padding: 15px;
	font-family: 'Roboto';
	font-size: 1.3rem;
	font-weight: 400;
	color: #02051f;
}

.container-flipbox {
	width: 100%;
	height: auto;
	padding-bottom: 120px;
	justify-content: center;
	background-color: #02051f;
	background-image: url("../grafiken/ausbildung/background/hg-test2.webp");
	background-repeat: no-repeat;
	background-size: cover;
	border-left: 50px solid #282828;
}

/*flipper how to*/
.flip-card {
	margin: 20px;
  background-color: transparent;
  width: 20%;
  height: 300px;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 1s;
  transform-style: preserve-3d;
}

.flip-card-inner img {
	padding-top: 20px;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
	border-radius: 10px;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #85f146;
  color: black;
}

/* Style the back side */
.flip-card-back {
	padding: 15px;
  background-color: dodgerblue;
  color: white;
  transform: rotateY(180deg);
}

/*flipper ende*/


/*ANCHOR - Titel Ende*/

/*ANCHOR - allgemeines*/
.von-oben {margin-top: 100px;}
.oben-unten {margin: 100px 0 100px 0;}

.txt-line {
	text-decoration: underline 3px gray;
	text-underline-position: under;
}

.txt-line2 {
	text-decoration: underline 3px #3a9605;
	text-underline-position: under;
}

.linie-rosa {
	border: 2px solid #fa7ea9;
	float: left;
	width: 100%;
}

.linie-hell {
	border: 1px solid silver;
	width: 70%;
}

figcaption {
	font-style: italic;
}

#viewafuaus {
	cursor: help;
	/*list-style-position: inside;*/
	list-style-type: none;
}

#viewafuaus img {
	padding-left: 10px;
}

img.a {
	vertical-align: middle;
}

img.b {
	padding-right: 10px;
	vertical-align: middle;
	animation: backInUp;
	animation-duration: 1s;
	transition-delay: 3s;
	transition: transform 2s; 
	transform: rotate(45deg);
}

.button-afu {
	margin-left: 15px;
	padding: 15px;
	cursor: pointer;
	height: auto;
	width: 60%;
	min-width: 300px;
	border: none;
	border-right: 40px solid #19aeff;
	border-radius: 10px;
	background-color: gainsboro;
	color: #141b2d;
	text-align: left;
	font-size: 1.5rem;
	font-weight: 400;
	font-family: 'Outfit';
	transition: all 0.6s ;
}

.button-afu a {
	color: #141b2d;
}

.button-afu img {
	padding-right: 10px;
	vertical-align: middle;
}

.txt-button-fett {
  font-weight: 600;
}

.button-afu:hover {
	background: #19aeff;
	color: white;
	border-radius: 40px;
	border-right: 40px solid #ef3275;
	box-shadow: 4px 4px silver;
	/*transform: skew(-10deg);
	transition: all 0.7s;*/
	animation: heartBeat;
	animation-duration: 1.5s;
}

.button-afu-mitte {
	text-align: center;
}

.euro {
	padding-right: 10px;
}

.euro img {
	padding-right: 10px;
	vertical-align: middle;
}

.txt-vorwort {
	text-align: left;
	letter-spacing: 0.1em;
	color: #141b2d;
	font-size: 1.8rem;
	font-family: 'Outfit';
	font-weight: 400;
}

.txt-vorworta {
	text-align: left;
	letter-spacing: 0.1em;
	color: #141b2d;
	font-size: 2rem;
	font-family: 'kalam';
	font-weight: 700;
}

.txt-vorwort2 {
	text-align: center;
	line-height: 1.3em;
	color: #f8f8f8;
	font-size: 6rem;
	font-family: 'Oswald';
	font-weight: 600;
}

.txt-klassen-bold {
  text-align: left;
	line-height: 1em;
	color: #686d72;
	font-size: 6rem;
	font-family: 'Oswald';
	font-weight: 600;
}

.txt-klassen-bold2 {
  text-align: left;
	line-height: 2.5rem;
	color: #686d72;
	font-size: 2.5rem;
	font-family: 'Oswald';
	font-weight: 600;
}

.txt-klassen {
  text-align: center;
	color: #141b2d;
	font-size: 3rem;
	font-family: 'Oswald';
	font-weight: 400;
}

.txt-klassen3 {
  text-align: left;
	color: #686d72;
	font-size: 4rem;
	font-family: 'Oswald';
	font-weight: 600;
}

.txt-klassen2 {
	text-align: left;
	letter-spacing: 0.05em;
	color: #141b2d;
	font-size: 1.4rem;
	font-family: 'Roboto';
	font-weight: 400;
}

.txt-klassen2 img {
	padding-left: 10px;
}

.txt-klassen2 a {
	color: #141b2d;
	font-size: 1.2rem;
}

.txt-klassen2 a:hover {
	color: crimson;
}

.txt-quellen {
	text-align: center;
	color: #656667;
	font-size: 1.2rem;
	font-family: 'Roboto';
	font-weight: 300;
	font-style: italic;
}

.txt-klein {
	font-size: 1.35rem;
}

.txt-klassen2 img {
  vertical-align: middle;
}

.txt-vorwort2 img, .txt-klassen img {
  vertical-align: middle;
	padding-left: 10px;
}

.box2 {
	margin-left: 30%;
	width: 100px;
	height: 100px;
	text-align: center;
	border-radius: 50px;
	color: #141b2d;
	font-size: 3rem;
	font-family: 'Oswald';
	font-weight: 600;
}

.box2-hgn {
	background-color: #dbebf2;
}

.box2-hge {
	background-color: #76cabe;
	color: #22408f;
}

.box2-hga {
	background-color: #22408f;
	color: #dbebf2;
}

.txt-vorwort2-hg-grau {
	background-image: url("../grafiken/ausbildung/background/hg-text-leitfaden2.png");
	background-size: 80% 30%;
	background-repeat: no-repeat;
	background-position: 40% 80%;
}

.txt-vorwort2-hg-tuerkis {
	background-image: url("../grafiken/ausbildung/background/hg-text-klasse.png");
	background-size: 80% 30%;
	background-repeat: no-repeat;
	background-position: 40% 80%;
}

.txt-vorwort2-hg-blau {
	background-image: url("../grafiken/ausbildung/background/hg-text-themen.png");
	background-size: 80% 40%;
	background-repeat: no-repeat;
	background-position: 40% 80%;
}

.txt-vorwort2-hg-rosa {
	background-image: url("../grafiken/ausbildung/background/hg-text-schulung.png");
	background-size: 80% 40%;
	background-repeat: no-repeat;
	background-position: 40% 80%;
}

.txt-klassen-hg-rot {
	background-image: url("../grafiken/ausbildung/background/hg-text-schulung2.png");
	background-size: 70% 30%;
	background-repeat: no-repeat;
	background-position: 10% 80%;
}

.txt-klassen-hg-beige {
	background-image: url("../grafiken/ausbildung/background/hg-text-pruefung.webp");
	background-size: 70% 30%;
	background-repeat: no-repeat;
	background-position: 10% 80%;
}

.txt-border-blau {
	border-left: 15px solid #19aeff;
	border-radius: 50% 50%;
}

.txt-border-rot {
	border-left: 15px solid #ef3275;
	border-radius: 50% 50%;
}

.txt-border-orange {
	border-left: 15px solid #ff6600;
	border-radius: 50% 50%;
}

.txt-border-gruen {
	border-left: 15px solid #5eb106;
	border-radius: 50% 50%;
}

.txt-border-dblau {
	border-left: 15px solid #3740a1;
	border-radius: 50% 50%;
}

.txt-skew {
	background-color: #9fbe54;
	border-radius: 15px;
	transform: rotate(-2deg);
	transform: skew(-10deg);
}

.txt-vorwort3, .txt-vorwort3a, .txt-liste5 {
	text-align: left;
	letter-spacing: 0.05em;
  line-height: 2em;
	color: #141b2d;
	font-size: 1.3rem;
	font-family: 'Roboto';
	font-weight: 400;
}

.txt-liste6, .txt-liste6 li, .txt-liste6 a {
	text-align: left;
	padding-left: 10px;
	line-height: 2rem;
	color: #141b2d;
	font-size: 1.4rem;
	font-family: 'Roboto';
	font-weight: 400;
	list-style: none;
	transition: all 0.7s;
}

.txt-liste6 a:hover {
	color: #3a9605;
	font-weight: 600;
	transition: all 0.7s;
}

.txt-liste6 li:after {
	content: " " url("/basis/link-icon_gruen-18x18.png");
}

.down li:after {
	content: " " url("/basis/pdf_22x22.png");
}

.down li img {
	vertical-align: middle;
}

.txt-liste6 li img {
	vertical-align: middle;
	padding-left: 10px;
}

.line-hoehe1 {line-height: 1.3em;}

.txt-vorwort4 {
	text-align: left;
	letter-spacing: 0.05em;
  line-height: 2em;
	color: #141b2d;
	font-size: 1.5rem;
	font-family: 'Roboto';
	font-weight: 400;
}

.txt-vorwort4-bg {
	background-image: url("../grafiken/ausbildung/icons/vorne-gruen2.png");
	background-repeat: no-repeat;
	background-size: contain;
}

.txt-vorwort3 li, .txt-klassen2 li {
	line-height: 1.5em;
	margin-left: 10%;
	list-style: url("../basis/icon/liste-karo-rot-20x20.png");
	font-size: 1.6rem;
}

.li-sichtbar {
	display: inline;
}

.txt-vorwort3a li {
	line-height: 1.5em;
	margin-left: 10%;
	list-style: url("../basis/icon/liste-karo-gruen2-20x20.png");
	font-size: 1.5rem;
}

.txt-liste5 li {
	line-height: 2em;
	list-style: none;
	font-size: 1.5rem;
}

.txt-vorwort3a img, .txt-liste5 img {
	vertical-align: middle;
	padding-right: 15px;
}

.txt-was {
	text-align: left;
	color: #141b2d;
	font-size: 1.1rem;
	font-family: 'Roboto';
	font-weight: 400;
}

.txt-was2 {
	text-align: left;
	color: #141b2d;
	font-size: 1.1rem;
	font-family: 'Roboto';
	font-weight: 400;
}

.txt-was3 {
	text-align: left;
  line-height: 2em;
	color: #141b2d;
	font-size: 1.4rem;
	font-family: 'Roboto';
	font-weight: 400;
}

.txt-was li {
	line-height: 2em;
	margin-left: 1.1em;
	list-style: url("../basis/icon/liste-karo-rot-15x15.png");
	font-size: 1.3rem;
}

.bord-orange {
	border-right: 50px solid #f9b930;
}

.bord-blau {
	border-left: 20px solid #336699;
}

.bord-hellblau {
	border-left: 12px solid #19aeff;
}

.bord-grau {
	border-right: 50px solid gray;
}

.bord-tuerkis {
  border-left: 50px solid #58c5c6;
}

.pad15 span {padding-left: 15px;}
.pad20 span {padding-left: 20px;}

.padall15 span, .padall15b span, .padall15c span {padding: 15px;}
.padall20 span {padding: 20px;}

/*ANCHOR - flex-container*/

.flex-container-afu {
  display: flex;
	flex-direction: row;
  justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}


.flex-innen {
	display: flex;
	margin: 20px 0;
	width: 70%;
	height: auto;
	column-gap: 15px;
	opacity: 0;
}

.flex-innen.sichtbar {
	opacity: 1;
	transition: all 4s;
	transition-duration: 4s;
}

.flex-item-afu {
  flex: 0 1 auto;
	width: 60%;
}

.flex-item-afu span {display: block;}

.flex-item2-afu, .flex-item5-afu, .flex-item3-rechts {
	opacity: 0;
  flex: 0 1 auto;
	width: 40%;
}


.flex-item2-afu.sichtbar, .flex-item5-afu.sichtbar, .flex-item3-rechts.sichtbar {
	opacity: 1;
	animation: zoomInRight;
	animation-duration: 1.5s;
}

.flex-item3-afu {
  flex: 0 1 auto;
	width: 100%;
}

.flex-item2-afu img, .flex-item5-afu img, .flex-item-rechts img, .flex-item-unten img, .flex-item3-rechts img {
	box-shadow: 8px 8px 10px rgba(144, 143, 143, 0.9);
}

.hg-afu-blau {
	background-image: linear-gradient(45deg, #e7f6f9 95%, #336699 5%);
  background-repeat: no-repeat;
  background-position: right 10% top 30%;
	border-left: 50px solid #007acc;
}

.hg-afu-blau2 {
	background-color: #e7f6f9;
	background-image: url("../grafiken/ausbildung/background/hg-themen.webp");
  background-repeat: no-repeat;
  background-position: right 2% top 30%;
	border-left: 50px solid #007acc;
}

.hg-afu-rosa {
	background-color: #f8eff2;
	background-image: url("../grafiken/ausbildung/background/hg-schulung2.webp"), linear-gradient(45deg, #f3e4e990 95%, #f03275 5%);
  background-repeat: no-repeat;
  background-position: right 25% top 33.5%;
	border-left: 50px solid #fa7ea9;
}

.hg-afu-gruppe {
	background-image: url("../grafiken/ausbildung/background/hg-gruppe.webp");
	background-color: whitesmoke;
  background-repeat: no-repeat;
  background-position: right 2% top 10%;
	border-left: 50px solid #ef3275;
}

.hg-afu-gruppe2 {
	background-image: url("../grafiken/ausbildung/background/hg-gruppe2.webp");
	background-color: rgb(239, 249, 248);
  background-repeat: no-repeat;
  background-position: right 4% top 30%;
	border-left: 50px solid #b10642;
}

.hg-afu-praxis {
	background-image: url("../grafiken/ausbildung/background/hg-praxis.webp");
	background-color: #fcfef4;
  background-repeat: no-repeat;
  background-position: right 4% top 30%;
	border-left: 50px solid #5eb106;
}

.hg-afu-pruefung {
	background-image: url("../grafiken/ausbildung/background/hg-pruefung.webp"), linear-gradient(45deg, whitesmoke 95%, #f4deb3 5%);
	background-color: whitesmoke;
  background-repeat: no-repeat;
  background-position: right 4% top 30%;
	border-left: 50px solid #000433;
}

.hg-afu-pruefung2 {
	background-image: url("../grafiken/ausbildung/background/hg-2024.webp");
	background-color: rgb(230, 229, 229);
  background-repeat: no-repeat;
  background-position: right 4% top 25%;
	border-left: 50px solid #020c79;
}

.hg-afu-quellen {
	background-color: #ccf8b2;
	background-image: url("../grafiken/ausbildung/background/hg-quellen.webp");
	background-repeat: no-repeat;
	background-position: right 4% top 10%;
	border-left: 50px solid #3a9605;
}

/*ANCHOR - flex-container ende*/


/*ANCHOR - accordion afu*/

.accordion-afu {
	padding: 15px;
	cursor: crosshair;
	height: auto;
	width: 100%;
	min-width: 340px;
	border: 1px solid #d2d5d7;
	border-right: 40px solid #007acc;
	border-radius: 10px;
	background-color: #d7f4fa;
	color: #141b2d;
	transition: 0.6s ease-in-out;
	text-align: left;
	align-items: center;
	font-size: 1.5rem;
	font-weight: 400;
	font-family: 'Outfit';
	background-image: url("../basis/plus4.png");
	background-position-x: left 30px;
	background-repeat: no-repeat;
}

.active,
.accordion-afu:hover {
	background: #007acc;
	color: white;
	transition: 0.5s;
	border-radius: 40px;
	border-right: 40px solid #f70af3;
	box-shadow: 4px 4px silver;
}

.active:after {
	vertical-align: middle;
	background-image: url("../basis/minus1.png");
	background-position: right 10%;
	background-repeat: no-repeat;
}

.panel-afu {
	padding-left: 20px;
	width: 100%;
	max-height: 0;
	overflow: hidden;
	transition: height 1.2s linear;
}

.hg-paragraph {
	background-image: url("../grafiken/ausbildung/background/paragraph.webp");
	background-repeat: no-repeat;
	background-position: right 10% top 60%;
}

.hg-betrieb {
	background-image: url("../grafiken/ausbildung/background/betrieb.webp");
	background-repeat: no-repeat;
	background-position: right 10% top 50%;
}

.hg-technik {
	background-image: url("../grafiken/ausbildung/background/technik.webp");
	background-repeat: no-repeat;
	background-position: right 10% top 30%;
}

.txt-fragen {
	text-align: left;
	margin: 0 auto;
	color: crimson;
	font-size: 1.8rem;
	font-family: "Oswald";
	font-weight: 600;
}

.txt-fragen2 {
	text-align: left; 
	margin: 0 auto;
	color: #141b2d;
	font-size: 1.5rem;
	font-family: "Oswald";
	font-weight: 600;
}

/***Ende accordion funk***/


/*ANCHOR - cards*/
.card0-aussen {
	display: flex;
	width: 100vw;
	justify-content: center;
	background-image: url("../grafiken/ausbildung/background/hg-werwas.webp");
	background-repeat: no-repeat;
	background-position: right 0 bottom 50%;
}

.card0 {
	display: flex;
	flex-wrap: wrap;
	background: #f5f5f5;
	width: 70%;
  margin: 80px 0;
}

.card0 > * {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 20%;
	row-gap: 20px;
	column-gap: 30px;
}

.content {
	border-right: 5px solid white;
	padding: 15px;
	row-gap: 20px;
	column-gap: 20px;
	border-bottom: 3px solid #eeeeee;
}

.content span {display: block;}

.card0-oben {
	display: inline-block;
	text-align: center;
	flex-basis: 100%;
	background-color: #eeeeee;
}

.card0-oben img {
	vertical-align: middle;
	padding: 0 50px;
}

.card-aussen {
	display: flex;
	justify-content: center;
	width: 100%;
	height: auto;
	box-sizing: border-box;
}

.hg-klassen-aussen {
  background-image: url("../grafiken/ausbildung/background/hg-klassen.webp");
  background-repeat: no-repeat;
  background-position: right 5% top 50%;
}

.hg-card-aussen1 {
	background-color: #111111;
  /*background-image: url("../grafiken/ausbildung/background/hg-leit3.png");
  background-repeat: no-repeat;
  background-position: right 5% top 30%;*/
  border-left: 50px solid #282828;
  /*background-blend-mode: exclusion;*/
}

.hg2-card-aussen1 {
  background-image: linear-gradient(135deg, #f9b930 95%, #ffffff 5%);
}

.hg-card-aussen2 {
	background-color: #f8f8f8;
	background-image: url("../grafiken/ausbildung/klassen4.webp"), linear-gradient(45deg, #f8f8f8 95%, #f9b930 5%);
  background-repeat: no-repeat;
  border-left: 50px solid #58c5c6;
  background-position: right 5% top 50%;
}

.bg-color-weiss {background-color: #f8f8f8;}

.card-innen, .card1-innen {
  display: flex;
  flex-wrap: wrap;
	row-gap: 20px;
	column-gap: 30px;
	width: 70%;
	height: auto;
	margin: 50px 0;
}

.cardtop {
	margin-top: -5vh;
}

.card-innen span, .card1-innen span {display: block;}

.card-innen > * {
	box-sizing: border-box;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
	height: auto;

}

.card1-innen > * {
	box-sizing: border-box;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
	height: auto;
}

.card1-innen {
	opacity: 0;
	transform: scaleY(0);
	transition-duration: 2s;
}

.card1-innen.sichtbar {
	transform: scaleY(1);
	opacity: 1;
	transition-duration: 2s;
}

.card-innen-100 {
  flex-basis: 100%;
	opacity: 0;
}

.card-innen-100.sichtbar {
	animation: bounceInLeft;
	animation-duration: 3s;
	opacity: 1;
}

.card-innen-100 span {
  padding: 15px;
  text-align: left;
}

.card-innen-links {
	flex-basis: 50%;
}

.card-innen-links span {
	padding: 15px;
	text-align: left;
}

.card1-innen-rechts {
  flex-basis: 40%;
}

.card1-text {
	padding-left: 80px;
	padding-bottom: 20px;
	background-color: #85f146;
	border-radius: 0 150px 150px 0;
}

.card2-innen-rechts {
  opacity: 0;
	flex-basis: 40%;
}

.card2-innen-rechts img {
  box-shadow: 8px 8px 10px rgba(144, 143, 143, 0.9);
}

.hg-card1-innen-rechts {
  background-color: #ffffff60;
}

.card1-innen-rechts.sichtbar, .card2-innen-rechts.sichtbar {
	opacity: 1;
	animation: zoomInRight;
	animation-duration: 1.5s;
}

.card-oben {
	flex-basis: 100%;
	background-color: #eeeeee;
}

.card-info {
	width: 30%;
	background-color: red;
	color: white;
	border-radius: 10px;
	padding: 10px;
	cursor: pointer;
	position: relative;
	clip-path: circle(40px at 0px 0px);
}

.card-info:hover {
	animation: clip-path;
	animation-duration: 3s;
	animation-timing-function: ease-in;
	clip-path: circle(70%);
}

/*.card1-innen-rechts {
	background-image: url("../grafiken/ausbildung/vorwort.webp");
}*/



.backimg {
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 8px 8px 10px rgba(144, 143, 143, 0.9);
}

/*ANCHOR - cards ende*/


/*ANCHOR -  container*/
#container1 {
  width: 100vw;
  height: auto;
	box-shadow: 0 0 65px 10px #85f146;
}

#container2 {
	width: 100vw;
  height: auto;
}

#container4 {
	width: 100vw;
	height: auto;
}

#container5 {
	width: 100vw;
	height: auto;
}

#pruefung {
	width: 100%;
	height: auto;
}

#erfolg {
	width: 100%;
	height: auto;
}
.erfolgimg {
	opacity: 0;
}
.erfolgimg.sichtbar {
	opacity: 1;
	animation: zoomInRight;
	animation-duration: 1.5s;
}

/*ANCHOR - farben*/
.colred {color: red;}
.colblue {color: #055991;}
.colorange {color: orange;}
.colgreen {color: rgb(55, 107, 3);}
.colvio {color: #c90d55;}
.colvio2 {color: #790463;}
.coldgrau {color: #111111;}


/*ANCHOR - flexbox test*/
.flexbox-aussen-test {
  display: flex;
  justify-content: center;
  width: 100vw;
	height: auto;
}

.flexbox-innen-test {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-flow: row wrap;
	margin: 50px 0;
  width: 70%;
}

.flexbox-innen-quellen {
	margin: 10px 0;
  width: 70%;
}

.flexbox-innen-test span, .flexbox-innen-quellen span {display: block;}

.flex-item-links, .flex-item-rechts, .flex-item2-links, .flex-item2-rechts, .flex-item-unten {
	flex: 1 100%;
}

.flex-item2-links {
	flex: 1 1 0%;
	background-color: #eeebeb;
	border: 2px solid #f5f5f5;
}

.flex-item2-rechts {
	flex: 1 1 0%;
	background-color: #eeebeb;
	border: 2px solid #f5f5f5;
}

.flex-item3-rechts {
	flex: 1 1 0%;
}

.flex-item-rechts {
	opacity: 0;
	flex: 1 1 0%;
	height: auto;
}

.flex-item-rechts.sichtbar {
	opacity: 1;
	animation: zoomInRight;
	animation-duration: 1.5s;
}

.flex-item-unten {
	padding: 15px;
}

figure {margin: 0;}

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

/*ANCHOR - flexbox test ende*/

/*ANCHOR - flex-container liste*/
#container7 {
	width: 100vw;
	height: auto;
}

* {
	box-sizing: border-box;
}

.ohnebgimg {
	background-image: none;
}

.container-li-aussen{
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.container-li-innen {
  width: 70%;
  height: auto;
	margin-bottom: 50px;
}

.listenblock-ul, .listenblock2-ul {
	display:flex;
	flex-wrap: wrap;
	padding: 0;
	filter: grayscale(100%);
}

.listenblock3-ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
	filter: grayscale(100)
}

.listenblock-ul.farbe, .listenblock2-ul.farbe, .listenblock3-ul.farbe {
	filter: grayscale(0);
	transition: all 3s ;
}

.listenbox-li, .listenbox2-li {
	list-style: none;
	display:flex;
	padding:.5em;
	width: 100%;
	text-align: center;
}

.listenbox3-li{
	list-style: none;
	display:flex;
	padding: 0.5em;
	width: 100%;
	text-align: center;
}

.listenbox-li > span, .listenbox2-li > span, .listenbox3-li > span {
	background:white;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 1.5em 1em;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.25);
	color:#141b2d;
	text-decoration: none;
	border-radius: 2px;
	font-family: 'Outfit';
	font-size: 1.2rem;
}

.listenbox-li figure {
	display: inline-block;
	background: white;
	padding:1.5em 1em;
	border-radius: 2px;
	border-bottom: 15px solid #b10642;
	box-shadow: 3px 3px 5px rgba(144, 143, 143, 0.7);
}

.listenbox2-li figure {
	display: inline-block;
	background: white;
	padding:1.5em 1em;
	border-radius: 5px;
	border-bottom: 15px solid #ef3275;
	box-shadow: 3px 3px 5px rgba(144, 143, 143, 0.7);
}

.listenbox3-li figure {
	display: inline-block;
	background: rgb(236, 234, 234);
	padding:1.5em 1.2em;
	width: 100%;
	border-radius: 5px;
	border-bottom: 15px solid #2f428e;
	box-shadow: 3px 3px 5px rgba(144, 143, 143, 0.7);
}

.listenbox-li figcaption, .listenbox2-li figcaption, .listenbox3-li figcaption, .app-titel2 {
	font-family: 'Outfit';
	font-size: 1.3rem;
	font-style: normal;
}

.app-titel {
	font-family: 'Outfit';
	font-size: 1.3rem;
	text-align: left;
	font-weight: 600;
}

.hg-text-klassen {
	background-color: #eceaea;
	box-shadow: 3px 3px 5px rgba(144, 143, 143, 0.7);
	padding: 0.8em;
}

.button-mat {
	margin-top: 20px;
	padding: 10px 5px;
	cursor: pointer;
	height: auto;
	width: 100%;
	border: none;
	border-right: 20px solid #19aeff;
	border-radius: 10px;
	background: gainsboro;
	color: #141b2d;
	text-align: center;
	font-size: 1.1rem;
	font-weight: 400;
	font-family: 'Outfit';
	transition: all 0.6s ;
}

.button-mat:hover {
	background: #0886ca;
	color: white;
	border-radius: 40px;
	border-right: 20px solid #ef3274c1;
	box-shadow: 4px 4px silver;
	/*transform: skew(-10deg);
	transition: all 0.7s;*/
}

.button-mat img {
	vertical-align: middle;
	padding-left: 15px;
}

.afup {
	border-right-color: #a200da;
}

.google {
	border-right-color: #5eb544;
}

.bueffeln {
	border-right-color: #786e5d;
}

.apple {
	border-right-color: #4285f4;
}

.buch {
	border-right-color: #7d9705;
}

.video {
	border-right-color: #ff0000;
}

.txtcolpink {color: #b10642;}

/*ANCHOR - flex-container liste ende*/


/*ANCHOR - tooltip*/
.wrap {
	display: flex;
	flex-flow: row;
}

/*
span {
	color: #e91e63;
	font-family: monospace;
	white-space: nowrap;
}

span:after {
	font-family: Arial, sans-serif;
	text-align: left;
	white-space: normal;
}
*/

.txt-tooltip {
	color: #136c6d;
	font-weight: 600;
	white-space: pre-wrap;
	text-decoration: underline dotted 2px;
}

.txt-tooltip:after {
	font-size: 1rem;
	font-family: 'Roboto';
	font-weight: 400;
	text-align: left;
	white-space: normal;
}

@media (min-width: 360px) {
	pre {
		 font-size: .7em;
	}
}

@media (min-width: 500px) {
	pre {
		 font-size: 1em;
	}
}


/*== start of code for tooltips ==*/
.tool {
	 cursor: help;
	 position: relative;
}


/*== common styles for both parts of tool tip ==*/
.tool::before,
.tool::after {
	 opacity: 0;
	 position: absolute;
	 z-index: -100;
	 white-space: pre-wrap;
}

.tool:hover::before,
.tool:focus::before,
.tool:hover::after,
.tool:focus::after {
	 opacity: 1;
	 transform: scale(1) translateY(0);
	 z-index: 100; 
}

/*== tolltip Inhalt anzeigen ==*/
.tool::after {
	 background: red;
	 border-radius: 5px;
	 bottom: 100%;
	 color: #EDEFF0;
	 content: attr(data-tip);
	 margin-left: -8.75em;
	 padding: 10px;
	 transition: all .65s;
}

#navfarbe-aus a {
  color: var(--menue-farbe);
  text-decoration: underline 3px;
}

#navfarbe-funk {
	color: var(--menue-farbe);
  text-decoration: underline double 2px;
}

/*ANCHOR - media querys*/
@media (max-width: 760px) {
	.tool::after { 
				font-size: .75em;
				margin-left: -5em;
				width: 10em; 
	}
 }

@media screen and (min-width: 40em) {
	.listenbox-li {
		width: 50%;
	}
	.listenbox2-li, .listenbox3-li {
		width: 45%;
	} 
}

@media screen and (min-width: 75em) {
	.listenbox-li {
		/*width:33.333%;*/
		width:50%;
	}
	.listenbox2-li, .listenbox3-li {
		width: 33.333%;
	}
}


@media screen and (max-width: 1600px) {
	.card-innen, .card1-innen, .card0, .flex-innen, .flexbox-innen-test {
		width: 80%;
	}
	.container-li-innen {
		width: 80%;
	}	
	.flexbox-innen-quellen {
		margin: 10px 0;
		width: 80%;
	}
}

@media screen and (max-width: 1440px) {
	.text-fuell, .afuaus-txt-ueberschrift {
		font-size: 10rem;
	}
	.card-innen, .card1-innen, .card0, .flex-innen, .flexbox-innen-test {
		width: 90%;
	}
	.container-li-innen {
		width: 90%;
	}	
	.flexbox-innen-quellen {
		margin: 10px 0;
		width: 90%;
	}
	
	.txt-was {
		padding-left: 10px;
		font-size: 1rem;
	}

	.hg-afu-rosa {
		background-position: right 15% top 33.5%;
	}

@media screen and (max-width: 1260px) {
	.text-fuell, .afuaus-txt-ueberschrift {
		font-size: 9rem;
	}
	.posfuell {
		height: 200px;
	}

}

@media screen and (max-width: 1200px) {
	.card-innen, .card1-innen, .card0 {
		justify-content: stretch;
		align-items: stretch;
	}
	
	.afuaus-txt-ueberschrift img {
		height: 80px;
	}
	.button-afu {
		width: 65%;
	}
	.hg-card-aussen2 {
		background-size: 35% 35%;
		background-position: top 0 right 0;
	}
	.hg-afu-rosa {
		background-position: right 5% top 33.5%;
	}
	.txt-liste5 li, .txt-liste6 li {
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 1140px) {
	.text-fuell, .afuaus-txt-ueberschrift {
		font-size: 8rem;
	}
	.posfuell {
		height: 180px;
	}

}

@media screen and (max-width: 1100px) {
	.hg-afu-rosa {
		background-image: linear-gradient(45deg, #f3e4e990 95%, #f03275 5%);
	}
	.hg-afu-blau {
		background-image: linear-gradient(45deg, #e7f6f9 95%, #336699 5%);
	}
	.flexbox-innen-test {
		flex-flow: column;
		row-gap: 20px;
	}
	.txt-liste5 li, .txt-liste6 li {
		font-size: 1.2rem;
	}
	
	.listenbox-li, .listenbox2-li, .listenbox3-li {
		margin: 0;
		width: 100%;
	}
	.card0 {
		width: 97%;
	} 
}

@media screen and (max-width: 1024px) {
	.text-fuell, .afuaus-txt-ueberschrift {
		font-size: 7rem;
	}
	.posfuell {
		height: 160px;
	}
	.flipbox-flex {
		width: 100%;
	}
}



@media screen and (max-width: 900px) {
	.text-fuell, .afuaus-txt-ueberschrift {
		font-size: 6rem;
	}
	.posfuell {
		height: 140px;
	}

	.afuaus-txt-titel {
		font-size: 1.8rem;
	}
	
	.flipbox {
		margin: 10px;
		width: 30%;
	}

	.card-innen, .card1-innen, .card0 {
		flex-flow: column;
	}
	
	.flex-innen {
		flex-flow: column;
		row-gap: 20px;
	}
	.flex-item-afu, .flex-item2-afu, .flex-item5-afu, .flex-item3-rechts {
		width: 100%;
	}
	.flex-item-afu {
		margin-left: 0;
	}
	.flex-item2-afu, .flex-item5-afu, .flex-item-rechts {
		margin-left: 5vw;
	}
	.hg-paragraph, .hg-betrieb, .hg-technik {background-image: none;}

	.accordion-afu {
		font-size: 1.4rem;
	}
	.afuaus-txt-titel img {
		width: 40px;
	}
	.padall15 {
		margin-left: 20vw;
	}
	.padall15b {
		margin-left: 10vw;
	}
	.card2-innen-rechts {
		margin-top: 0;
	}
	.txt-vorwort3 li, .txt-vorwort3a li, .txt-fragen2 {font-size: 1.3rem;}

	.button-afu {
		margin: 0;
		width: 95%;
		font-size: 1.3rem;
	}
	
}

@media screen and (max-width: 850px) {
	.flipbox {
		margin: 10px;
		min-width: 80%;
	}
	.flipbox-flex {
		height: auto;
		flex-direction: column;
		 padding-bottom: 50px;
	}
	#kopf_aus {
		top: -590px;
	}
	
}

@media screen and (max-width: 762px) {
	.text-fuell, .afuaus-txt-ueberschrift {
		font-size: 5rem;
	}
	.posfuell {
		height: 120px;
	}
	.txt-button-fett {
		font-weight: 400;
	}
	.container-li-innen {width: 100%;}
	.listenbox-li {
		width: 100%;
	}	
	.listenblock-ul, .listenblock2-ul, .listenblock3-ul {
		padding: 10px;
	}
	.txt-klassen-bold {
		font-size: 4rem;
	}
	.txt-klassen2, .txt-klassen2 li {
		font-size: 1.3rem;
	}
	.txt-klassen2 li {
		line-height: 2em;
	}

	.txt-vorwort3 li, .txt-vorwort3a li, .txt-fragen2 {font-size: 1.1rem;}
	.txt-fragen {font-size: 1.4rem;}
	.padall15 {
		margin-left: 15%;
	}
	.flex-item2-afu, .flex-item5-afu, .flex-item-rechts {
		margin-left: 0;
	}
	.txt-vorwort3a img, .txt-liste5 img {
		width: 35px;
	}
	.txt-klassen2 img {
		height: 34px;
	}
	.flexbox-innen-test {
		width: 90%;
	}
	.padall15c {
		margin-left: 0;
	}
	.button-afu {
		font-size: 1.2rem;
	}
	.button-afu:hover {
		animation: none;
	}
	.hg-card-aussen2 {
		background-image: none;
	}
	
}
	

@media screen and (max-width: 660px) {
	.text-fuell, .afuaus-txt-ueberschrift, .txt-vorwort2 {
		font-size: 4rem;
	}
	.posfuell {
		height: 100px;
	}
	.padall15 {
		margin-left: 15%;
	}
	.txt-vorwort3, .txt-was3 {
		font-size: 1.2rem;
	}
	.txt-klassen2 li {
		font-size: 1.2rem;
	}
	.button-afu {
		text-align: center;
	}
	.button-afu:hover {
		width: 95%;
		text-align: left;
		background: #19aeff;
		color: white;
		border-radius: 40px;
		border-right: 40px solid #ef3275;
		box-shadow: 4px 4px silver;
		transition: all 0.7s;
	}
	.hg-afu-gruppe2 {
		background-image: none;
	}
	.flexbox-innen-test {
		width: 95%;
	}
	
}

@media screen and (max-width: 600px) {
	.container1-kopf {
		display: none;
	}
	.card1-innen {
		margin-top: 1em;
	}
	.card1-text {
		padding-left: 50px;
	}
	.afuaus-txt-ueberschrift img {
		height: 0;
	}
	.afuaus-txt-titel img {
		height: 30px;
		transform: rotate(90deg);
	}
	
	.txt-vorwort2 {
		font-size: 3rem;
	}	
	.txt-klassen-bold, .txt-klassen3 {
		font-size: 2rem;
	}
	.txt-vorwort3 {
		font-size: 1rem;
	}
	.txt-vorwort3a img {
		height: 0;
	}
	.padall15, .padall15b {
		margin-left: 0;
	}
	.hg-afu-gruppe {
		background-image: none;
	}
	.txt-liste5 li, .txt-liste6 li a {
		font-size: 1.18rem;
	}
	.listenblock-ul, .listenblock2-ul, .listenblock3-ul {
		width: 100%;
		padding: 0;
	}
	.listenbox3-li {
		min-width: 360px;
		padding-left: 1em;
	}
}

@media screen and (max-width: 550px) {
	.card1-innen {
		margin-top: 80px;
	}
	.card1-text {
		border-radius: 0;
	}
	.afuaus-txt-ueberschrift, .text-fuell {
		font-size: 3.5rem;
	}
	.afuaus-txt-titel3 {
		font-size: 3rem;
	}

	.txt-liste5 li img, .txt-klassen2 img {
		padding: 0;
		width: 0;
	}	
	.txt-vorworta {
		font-size: 1.3rem;
	}
	.txt-vorwort3 li, .txt-vorwort3a li, .txt-klassen2 li, .txt-was li, .txt-was3 li, .txt-liste5 li, #viewafuaus {
		list-style: disc;
		margin: 0;
		font-size: 1.15rem;
	}
	.txt-vorwort3a li, .txt-liste5 li {
		margin-left: 1em;
	}
	.txt-liste6 li a {
		padding-left: 0;
	}
	.txt-liste6 li:after {
		content: " ";
	}
	.txt-liste6 li {
		padding: 0;
		list-style: disc;
		list-style-position: inside;
	}
}

@media screen and (max-width: 496px) {
	.afuaus-txt-ueberschrift, .text-fuell {
		font-size: 2.25rem;
	}
	.afuaus-txt-titel3 {
		font-size: 2.5rem;
	}
	.card0-oben {
		text-align: left;
	}
	.accordion-afu {
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 424px) {
	
	#topnav.img {
		display: none;
	}
	.afuaus-txt-ueberschrift {
		font-size: 3rem;
	}
	.afuaus-txt-titel {
		font-size: 1.5rem;
	}
	.txt-vorwort2 {
		padding: 0;
		line-height: 2.5rem;
		margin-left: 10px;
		font-size: 1.7rem;
	}
	.txt-klassen-bold, .txt-klassen-bold2 {
		font-size: 2rem;
	}
	.txt-vorwort4 {
		font-size: 1.3rem;
	}
	.accordion-afu {
		font-size: 1.15rem;
		border: none;
		border-radius: 0;
		background-image: linear-gradient(-135deg, #f3e4e990 95%, #f03275 5%);
		background-position-x: left;
	}
	.txt-vorwort2 img {
		vertical-align: middle;
	}
	.txt-fragen, .txt-vorwort {
		font-size: 1rem;
	}
	.txt-klassen2 img {
		display: none;
	}
	.button-afu, .button-mat, .accordion-afu {
		border: 0;
		margin-left: 0;
		font-size: 1.2rem;
	}
	.button-afu img {
		width: 15%;
		height: 15%;
	}

	.txt-liste5 li {
		padding-left: 0;
		font-size: 1rem;
		line-height: 2em;
	}
	.li-sichtbar {
		display: none;
	}
	.hg-card-aussen1, .hg-card-aussen2, .hg-afu-blau, .hg-afu-blau2, .hg-afu-rosa, .hg-afu-gruppe, .hg-afu-gruppe2, .hg-afu-praxis, .hg-afu-pruefung, .hg-afu-pruefung2, .hg-afu-quellen {
		border: none;
	}
	.hg-afu-praxis {
		background-image: none;
	}
	#container7 {
		margin-top: -5vh;
	}
	
	.card1-text {
		padding-left: 20px;
	}
	.container-titel-afu-aussen {
		min-height: auto;
	}
	.card-innen-100 {
		opacity: 1;
	}
	.card-innen-100.sichtbar {
		animation: none;
	}
	.flex-innen {
		margin: 5px 0;
	}
	.flexbox-innen-test {
		width: 100%;
	}
	.bord-tuerkis {
		border: none;
	}
	.listenblock-ul, .listenblock2-ul, .listenblock3-ul {
		width: 100%;
		padding: 0;
		
	}
	.listenbox-li, .listenbox2-li {
		padding: 0;
		padding-bottom: 10px;
	}
	.listenbox-li figcaption, .listenbox2-li figcaption, .listenbox3-li figcaption {
		font-size: 1.15rem;
	}
	.flexbox-innen-quellen {
		width: 100%;
	}
	
}

@media screen and (max-width: 360px) {
	.container-titel-afu-aussen {
		min-height: auto;
	}
	.container-titel-afu-innen {
		margin-bottom: 10vh;
	}
	.afuaus-txt-ueberschrift {
		font-size: 2.5rem;
	}
	.afuaus-txt-titel {
		font-size: 1.3rem;
	}
	
	.txt-vorwort {
		padding: 10px;
	}
	.txt-vorwort2 {
		padding: 10px;
		font-size: 1.5rem;
	}
	.txt-vorwort3, .txt-vorwort3a {
		padding: 10px;
		font-size: 0.9rem;
	}
	.txt-vorwort2 img {
		height: 0;
	}
}
}