/*ANCHOR - sstv.css */

/*ANCHOR - bereich kopf*/
#kopf-container-sstv {
	width: 100%;
	height: auto;
}

.bg-kopf-sstv {
	width: 100%;
	height: auto;
	min-height: 600px;
	background: url("../grafiken/sstv/background/bg-kopf-sstv.webp");
	background-repeat: no-repeat;
	background-size: cover;
}

.bereich-kopf-sstv-aussen {
	display: flex;
	align-items: center;
	width: 80%;
	margin-left: auto;
  margin-right: auto;
	height: auto;
	column-gap: 50px;
	transition: all 0.7s;
}

.bereich-kopf-aussen-pos1 {
	padding: 180px 0 100px;
}

/*ANCHOR - bereich kopf links*/
.bereich-kopf-sstv-innen-links {
	min-width: 50%;
	height: auto;
	flex-wrap: wrap;
}

.txt-sstv-ue {
	text-align: left;
	letter-spacing: 0.1em;
	font-weight: 300;
	font-size: 1.7rem;
	font-family: "Roboto";
	color: white;
}


.txt-sstv-ue1 {
	font-weight: 600;
	font-size: 1.65rem;
	font-family: "Oswald";
	color: #00aeff;
	transition: all 0.7s;
}

.txt-sstv-ue2 {
	font-weight: 400;
	font-size: 1.85rem;
	font-family: "Oswald";
	color: #00aeff;
	transition: all 0.7s;
}

.txt-sstv-ue3 {
	letter-spacing: 0.1em;
	font-size: 8rem;
	font-family: "audiowide";
	font-weight: 900;
	word-wrap: break-word;
	text-shadow: 8px 6px 10px silver;
	transition: all 0.7s;
}

.top50 {
	padding-top: 50px;
}

.txt-aktuell {
	text-align: left;
	font-family: 'Outfit';
	font-size: 1.5rem;
	color: #00aeff;
}

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

/*ANCHOR - ende kopf links

/*ANCHOR - qsstv de*/
.bereich-kopf-aussen-pos2 {
	margin: auto;
	margin-top: 150px;
}

.animate-text-qsstv {
  background-image: linear-gradient(-270deg, #000 20%, #e90551 50%, #f6ca05 100%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: qsstv 5.5s linear infinite;
}

@keyframes qsstv {
  to {
  	background-position: 200%;
  }
}

.qsstv-box {
	text-align: left;
	padding: 25px;
	/*background-color: #898b8c91;
	border-radius: 25px;*/
}

.hg-bereich-qsstv {
	background-color: #364e6691;
	border-radius: 25px;
}

.txt-titel-qsstv {
	font-family: 'Oswald';
	font-weight: 400;
	font-size: 6rem;
	color: #00aeff;
	transition: all 0.7s;
}

.txt-titel-qsstv2 {
	padding: 5px; 
	letter-spacing: 0.02em;
	font-family: 'Roboto';
	font-weight: 600;
	font-size: 4.5rem;
	color: black;
	transition: all 0.7s;
}

.txt-titel-qsstv3 {
	letter-spacing: 0.1em;
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 2.5rem;
	color: whitesmoke;
	transition: all 0.7s;
}

.cont_link-www::after {
	padding-right: 5px;
	vertical-align: middle;
	content: " " url("../basis/www-logo2-25x21.png");
}

.cont_haken-qsstv::after {
	content: " " url(../basis/haken-hellblau_50x42.png);
}

.bild-schatten img {
	box-sizing: border-box;
	box-shadow: 8px 8px 8px #6e6d6d;
}

.bild-qsstv img {
	box-sizing: border-box;
	border: 8px solid #056490;
	border-radius: 10px;
	transition: all 0.8s;
}

.bild-qsstv img:hover {
	cursor: pointer;
	margin-left: -40%;
	scale: 1.35;
	transition: all 0.8s;
}


/*ANCHOR - bereich kopf rechts*/
.bereich-kopf-sstv-innen-rechts {
	display: flex;
	width: 45%;
	height: auto;
	flex-direction: column;
	row-gap: 15px;
	transition: all 0.7s;
}

.bereich-kopf-sstv-innen-rechts2 {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: auto;
	border-radius: 20px;
	background-color: #315a8ad6;
	background-repeat: no-repeat;
	background-position: left 5% top 20%;
	transition: all 0.3s;
	border-right: 20px solid #f94fac;

}

.bereich-kopf-sstv-innen-rechts2:hover {
	margin-left: -15px;
	background-color: #a50520e4;
	transition: all 0.3s;
	border-right: 20px solid #00aeff;
}

.txt-kopf-sstv3 {
	color: whitesmoke;
	font-size: 2.7rem;
	font-family: 'Oswald';
	font-weight: 600;
	letter-spacing: 0.08em;
	text-align: center;
}

.txt-kopf-sstv3a {
	color: whitesmoke;
	font-size: 1.5rem;
	font-family: 'Oswald';
	font-weight: 400;
	padding-top: 15px;
	text-align: center;
}

.grafik-qsstv {background-image: url("../grafiken/sonstige/button-qsstv-85x85.png");}
.grafik-sstv {background-image: url("../grafiken/sonstige/button-sstv-85x85.png");}
.grafik-ton {background-image: url("../grafiken/sonstige/button-ton-85x85.png");}

/*ANCHOR - ende kopf rechts*/

#flex-container_sstv, #flex-container4_sstv {
	width: 100%;
	padding: 5px 0;
	display:flex;
	flex-shrink : 1;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}

/*ANCHOR - Seiten-Menue sstv*/

.sstv-menue {   
	display: flex;
	width: 100%;
	min-height: 80px;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}

.sstv-menue ul {
	font-family: 'Roboto';
	font-size: 2em;
	font-weight: 400;
	color: #141b2d;
	list-style-type: circle;
	text-align: center;
	line-height: 1.5em;
}

.sstv-menue ul li { display: inline;}

.sstv-menue ul li a {
	text-decoration: none;
	padding: 5px 20px;
	color: #141b2d;
	background-color: yellow;
}

.sstv-menue ul li a:hover {
	color: #fff;
	background-color: #369;
	cursor: pointer;
}

.sstv-menue-button {
	margin: 5px;
	font-family: 'Roboto';
	font-size: 0.8em;
	font-weight: 400;
	text-align: center;
	padding: 15px;
	color: beige;
	background-image:linear-gradient(135deg, #315a8a 95%, #6aeb07 5%);
	border: none;
	transition: all 0.7s;
}

.sstv-menue-button img {
	display: block;
	margin: 0 auto;
	padding-top: 15px;
}

.sstv-menue-button:hover {
	background-image: none;
	background-color: #52a4f7;
	border-radius: 12px;
	transition: all 0.7s;
	color: #141b2d;
	transform: scale(1.05);
	cursor: pointer;
}


.flex-container3_sstv {
	width: 100%;
	display:flex;
	flex-shrink : 1;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}

.flex-container_sstv a:hover, .flex-container3_sstv a:hover {
	color: #00b4cd;
	text-decoration: underline;
}

.qsstv_hg {
	width: 100%;
	height: 500px;
	background: url("../grafiken/sstv/qsstv_hg.webp");
	background-repeat: no-repeat;
	background-size: cover;
}

.qsstv_hg_blau {
	width: 100%;
	height: auto;
	background: url("../grafiken/sstv/background/bg-innen-sstv.webp");
	background-repeat: no-repeat;
	background-size: cover;
}

.qsstv_hg_grau {
	width: 100%;
	height: auto;
	background-color: #dadcdf;
}

.qsstv_hg_weiss {
	width: 100%;
	height: auto;
	background-color: white;
}

.flex-item3_sstv ul li a, .flex-item1_soft ul li a{
	letter-spacing: 0.14em;
	color: black;
	font-size: 1.5em;
	font-family: 'Oswald';
	list-style-type: disc;
}	

.flex-item3_sstv {
	box-sizing:border-box; 
	padding: 20px;
	min-width: 320px;
	max-width: 65%;
	height: auto;
	margin: auto;
	word-wrap:break-word;
}

.flex-item3_sstv img {
	padding-left: 20px;
	vertical-align: middle;
}

.flex-item3_sstv a {color: #ed7004}

.txt_item1_sstv_ue {
	font-family: 'Kalam';
	font-size: 2.5rem;
	font-weight: 600;
}

.txt_item1_sstv {
	text-align: left;
	padding: 0 15px 0 0;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	color: black;
	font-size: 1.3rem;
	font-family: 'Outfit';
	font-weight: 300;
}

.flex-item2_sstv, .flex-item4_sstv {
	box-sizing:border-box; 
	flex-wrap: wrap;
	flex:1;
	padding: 20px;
	min-width: 320px;
	max-width: 28%;
	height: auto;
}

.flex-item2a_sstv {
	box-sizing:border-box; 
	flex-wrap: wrap;
	flex:1;
	padding: 20px;
	min-width: 320px;
	max-width: 40%;
	height: auto;
}

.border_txt {border-bottom: 1px solid gray}

/*.border_txt img {
	vertical-align: middle;
}*/

.txt_item2_sstv {
	text-align: left;
	padding: 0 15px 0 0;
	line-height: 1.5em;
	color: white;
}

.txt_item2_sstv2 {
	text-align: left;
	padding: 0 15px 0 0;
	line-height: 1.5em;
	color: white;
	font-size: 1em;
	font-family: 'Roboto';
}

.txt_sstv_text3 {
	text-align: left;
	margin: 0 auto;
	color: #23476f;
	font-size: 2.5rem;
	font-family: 'Oswald';
	font-weight: 900;
}	

.flex-container2_sstv {
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 20px;
	row-gap: 20px;
	background: white;
}

.border_sstv {
	border: 1px solid gray;
	border-radius: 10px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}

.txt_item1_sstv3a {
	text-align: left;
	line-height: 1.5em;
	color: black;
	font-size: 1.5em;
	font-family: 'Roboto';
}

.txt_item1_sstv3a img {vertical-align: middle;}

.link_button_sstv:hover {
	cursor: pointer;
	transform: scale(1.1);
	border-radius: 15px;
	box-shadow: 5px 5px silver;
	transition: all 0.3s ease-in;
	opacity: 1;
	color: #1bb1c9;
	background-color: #244770;
}

.link_button_sstv {
	width: auto;
	min-width: 285px;
	height: auto;
	border: 1px solid silver;
	box-shadow: 3px 3px silver;
	border-radius: 30px;
	text-align: center;
	padding: 10px;
	letter-spacing: 0.1em;
	color: black;
	font-size: 1em;
	font-family: 'Roboto';
	background-color: #f3f3f3;
	transition: all 0.3s ease-in;
}

.link_button_sstv img {
	padding-left: 10px;
	vertical-align: middle;
}

.txt_item2_sstv3 {
	text-align: left;
	padding: 0 15px 0 0;
	line-height: 1.5em;
	color: black;
	font-size: 1em;
	font-family: 'Roboto';
}

.flex-item1b_sstv {
	box-sizing:border-box; 
	padding: 50px;
	min-width: 320px;
	max-width: 42%;
	height: auto;
}

.img_sstv_sstv {
	width: 90%;
	transition: all 0.5s ease-in;
	border-radius: 10px;
}

.img_sstv_sstv:hover {
	margin-left: -100px;
	cursor: crosshair;
	transform: scale(1.50);
	transition: all 0.8s;
	border-radius: 10px;
	box-shadow: 2px 2px 5px 5px rgba(80,80,80,0.8);
	opacity: 1;
	filter: none;
}

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

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

/*ANCHOR - @media screen*/
@media screen and (max-width: 1248px) {
	.bereich-kopf-sstv-innen-rechts2 {
		background-size: 20%;
	}
	.txt-sstv-ue3 {
		font-size: 7.5rem;
	}
}

@media screen and (max-width:1030px) {
	.flex-container2_sstv, .flex-container_sstv {
		flex-flow: column;
		justify-content: stretch;
		justify-items: center;
		align-items: center;
	}
	.flex-item2_sstv, .flex-item2a_sstv{
		min-width: 80%;
	}
	.flex-item4_sstv {
		max-width: 40%;
	}

	.img_sstv_sstv:hover {
    margin: 0;
    transform: scale(1.3);
  }
	.bereich-kopf-sstv-aussen {
		flex-direction: column;
		transition: all 0.7s;
	}
	.bereich-kopf-sstv-innen-rechts {
		width: 85%;
		transition: all 0.7s;
	}
	.bereich-kopf-sstv-innen-rechts2 {
		transition: all 0.7s;
	}
	.bild-qsstv img:hover {
		margin-left: 0;
		scale: 1.25;
	}
	.txt-sstv-ue3 {
		font-size: 6.5rem;
	}
}

@media screen and (max-width: 900px) {
	.flex-item3_sstv {
		max-width: 85%;
	}
	.flex-item2_sstv, .flex-item2a_sstv{
		min-width: 85%;
	}
	.txt-titel-qsstv2 {
		font-size: 3.5rem;
		transition: all 0.7s;
	}
}

@media screen and (max-width:600px) {
	#topnav.img {
		display: none;
	}
	.txt-sstv-ue3 {
		font-size: 7rem;
		transition: all 0.7s;
	}
	.txt-titel-qsstv3 {
		font-size: 2rem;
		transition: all 0.7s;
	}
	.txt-kopf {
    font-size: 4em;
  }
  .qsstv_hg {
    height: 400px;
  }
	.flex-item2a_sstv {
		max-width: 90%;
	}
  .flex-item3_sstv {
    padding: 0;
    max-width: 90%;
  }
  .txt_item1_sstv {
    padding-left: 0;
    font-size: 1em;
  }
  .flex-item2_sstv, .flex-item4_sstv {
    padding: 10px;
    max-width: 90%;
  }
  .txt_sstv_text3 {
    padding: 15px;
    font-size: 2em;
    font-weight: 600;
  }
  .txt_item1_sstv3a {
    font-size: 1.3em;
  }
  .link_button_sstv:hover {
    transform: none;
    color: white;
  }
  .flex-item1b_sstv {
    padding: 0;
    width: 100%;
  }
  .img_sstv_sstv {
    width: 100%;
  }
  .img_sstv_sstv:hover {
    margin: 0;
    transform: none;
  }
  .sstv-menue-button {
    width: 70%;
  }
}

@media screen and (max-width: 462px) {
	.flex-item2a_sstv, .flex-item3_sstv, .flex-item2_sstv, .flex-item4_sstv {
		padding: 10px;
		max-width: 95%;
	}
	.txt-titel-qsstv3 {
		font-size: 1.5rem;
		transition: all 0.7s;
	}
	.txt-sstv-ue3 {
		font-size: 6rem;
		transition: all 0.7s;
	}
	.txt-sstv-ue2 {
		font-size: 1.5rem;
		transition: all 0.7s;
	}
	.bereich-kopf-sstv-innen-rechts2 {
		background-image: none;
	}
	.txt-titel-qsstv {
		font-size: 5rem;
		transition: all 0.7s;
	}
}

@media screen and (max-width: 400px) {
	.txt-sstv-ue1 {
		font-size: 1.35rem;
		transition: all 0.7s;
	}
	.txt-titel-qsstv {
		font-size: 4rem;
		transition: all 0.7s;
	}
	.txt-titel-qsstv3 {
		font-size: 1.2rem;
		transition: all 0.7s;
	}
	.txt-sstv-ue3 {
		font-size: 5rem;
		transition: all 0.7s;
	}
	.txt-sstv-ue2 {
		font-size: 1.2rem;
		transition: all 0.7s;
	}
	
}



