/*ANCHOR - youtube-neu*/
#bereich_youtube_hg {
	width: 100%;
	min-height:650px;
	height: auto;
	background: url("../bilder/youtuber/youtube2.webp");
	background-repeat: no-repeat;
	background-size:cover;
}

.hinweis {
	display: flex;
	justify-content: center;
	width: 100%;
	min-height: 300px;
	height: auto;
	background-color:#ca1d1c;
}

.hinweis-innen {
	width: 90%;
}

.link-button {
	font-family: 'Outfit';
	font-size: 2rem;
	font-weight: 600;
	color: white;
	padding: 15px;
	border-radius: 10px;
	border: 2px solid gray;
	border-left: 30px solid yellow;
	background-color: #ca1d1c;
}

.txt-hinweis {
	text-align: center;
	font-family: 'Outfit';
	font-weight: 400;
	font-size: 2rem;
	color: white;
}

#yt-container-aussen, #yt-container-aussen2, #yt-container-aussen3, #yt-container-aussen4, #yt-container-aussen5, #yt-container-aussen6, #yt-container-aussen7, #yt-container-aussen8 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 30px;
	min-height: 400px;
	height: auto;
	row-gap: 30px;
	column-gap: 50px;
	justify-content: center;
	justify-items: center;
	align-items: center;
	background-color: whitesmoke;
}

/** großer Viewport
@media (max-width: 900px) {
	#yt-container-aussen>*, #yt-container-aussen2>*, #yt-container-aussen3>*, #yt-container-aussen4>*, #yt-container-aussen5>*, #yt-container-aussen6>*, #yt-container-aussen7>* { width: 60%;}
}*/

.yt-container-innen-links {
	display: block;
	justify-content: left;
	width: 55%;
	height:auto;
}

.yt-container-innen-rechts, .yt-container-innen-rechts2, .yt-container-innen-rechts3, .yt-container-innen-rechts4, .yt-container-innen-rechts5, .yt-container-innen-rechts6, .yt-container-innen-rechts7, .yt-container-innen-rechts8 {
	opacity: 0;
	display: flex;
	justify-content: center;
	padding-left: 30px;
	width: 40%;
	height: auto;
}

.yt-container-innen-rechts.sichtbar, .yt-container-innen-rechts2.sichtbar, .yt-container-innen-rechts3.sichtbar, .yt-container-innen-rechts4.sichtbar, .yt-container-innen-rechts5.sichtbar, .yt-container-innen-rechts6.sichtbar, .yt-container-innen-rechts7.sichtbar, .yt-container-innen-rechts8.sichtbar {
	opacity: 1;
	animation:rollIn; 
	animation-duration: 2s;
}

.yt-bg-arthur {
	border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
	background-color: rgb(0, 234, 255);
	/*border: 20px solid #00d0de;*/
}

.yt-bg-heinz {
	border-radius: 60% 40% 60% 40% / 50% 40% 40% 50%;
	background-color: #81b6ec;
}

.yt-bg-micha {
	border-radius: 20% 30% 30% 70% / 60% 40% 60% 40%;
	background-color: orange;
}

.yt-bg-manu {
	border-radius: 60% 40% 60% 10% / 30% 40% 40% 80%;
	background-color: #00c700;
}

.yt-bg-bit {
	border-radius: 60% 40% 60% 10% / 30% 80% 30% 80%;
	background-color: #e7e700;
}

.yt-bg-ff {
	border-radius: 70% 50% 50% 70% / 60% 40% 60% 40%;
	background-color: #00aaff;
}

.yt-bg-aeqweb {
	border-radius: 20% 30% 30% 80% / 10% 80% 10% 80%;
	background-color: rgb(60, 234, 205);
}

.yt-bg-cc2tv {
	border-radius: 20% 30% 30% 10% / 60% 40% 60% 40%;
	background-color: #e5b1f8;
}



.yt-bg-aussen-grau {
	background-image:linear-gradient(45deg, #c0c0c0 97%, whitesmoke 3%);
}

.yt-bg-aussen-weiss {
	background-image:linear-gradient(-45deg, whitesmoke 97%, #c0c0c0 3%);
}

#email_youtube {
	width: 100%;
	text-align: center;
	color: white;
	font-family: 'Roboto';
	font-size: 1.6em;
	font-weight: 300;
	background: #c91d1d;
}

#email_youtube a {color: white}
	
#email_youtube a:hover {color: #00b4cd}

.yt-txt-hinweis {
	margin-left: 20vw;
	padding: 15px;
	font-size: 1.5rem;
	font-family: 'Outfit';
	font-weight: 400;
	color: #141b2d;
}

.yt-txt-ueber-kanal {
	padding-left: 20px;
	font-size: 4em;
	font-family: 'Outfit';
	font-weight: 600;
	color: #000;
}

.yt-txt-kanal {
	text-align: right;
	padding-left: 30px;
	font-size: 2em;
	font-family: 'Outfit';
	font-weight: 400;
	color: red;
}

.yt-txt-kanal-klein {
	text-align: right;
	padding-left: 30px;
	font-size: 1.5em;
	font-family: 'Outfit';
	font-weight: 400;
	color: red;
}

.yt-txt2-kanal {
	padding: 10px;
	margin-left: 10px;
	width: 80%;
	text-align: left;
	font-size: 1.5em;
	font-family: 'Outfit';
	font-weight: 300;
	color: #141b2d;
	background-color: yellow;
}

.youtubelogo {
	display: none;
	text-align: center;
	background-color: #c91d1d;
}

.youtube_img:hover {
	transition: all 0.6s;
	transform: scale(1.1);
	border-radius: 20px; 
}

.youtube_img {
	position: relative;
	transition: all 0.6s ease-in;
}	

.bg-text-gelb {background-color: yellow;}
.bg-text-gruen {background-color: #00f4ca;}
.bg-text-blau {background-color: #00d0de;}
.bg-text-blau2 {background-color: #6a97c3;}
.bg-text-dgelb {background-color: #ffce0a;}
.bg-text-hgruen {background-color: #00ff00;}
.bg-text-hblau {background-color: #00e7e7;}
.bg-text-dgruen {background-color: #33c8af;}
.bg-text-pink {background-color: #d56ffa;}


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

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

/*ANCHOR - media querys*/

@media screen and (max-width: 1062px) {
	
	#email_youtube {
		padding: 20px;
		font-size: 1.3em;
	}
	.yt-container-innen-links {
		width: 95%;
	}
	.yt-container-innen-rechts, .yt-container-innen-rechts2, .yt-container-innen-rechts3, .yt-container-innen-rechts4, .yt-container-innen-rechts5, .yt-container-innen-rechts6, .yt-container-innen-rechts7, .yt-container-innen-rechts8 {
		width: 95%;
	}
	.yt-bg-arthur, .yt-bg-heinz, .yt-bg-micha, .yt-bg-manu, .yt-bg-bit, .yt-bg-ff, .yt-bg-aeqweb, .yt-bg-cc2tv {
		width: auto;
	}
	
	.yt-txt-kanal {
		padding-left: 5px;
		font-size: 1.8em;
	}

	.yt-txt-kanal-klein {
		padding-left: 5px;
		font-size: 1.3em;
	}

	.yt-txt2-kanal {
		padding-left: 5px;
		width: 100%;
		text-align: left;
		font-size: 1.35em;
	}
}

@media screen and (max-width: 962px) {
	#bereich_youtube_hg {
		display: none;
	}
	.youtubelogo {
		display: block;
	}
	.yt-txt-ueber-kanal {
		padding-left: 5px;
		font-size: 2.5em;
	}
	.yt-txt-kanal {
		padding-left: 5px;
		font-size: 1.5em;
	}

	.yt-txt-kanal-klein {
		padding-left: 5px;
		font-size: 1.15em;
	}
	.yt-txt2-kanal {
		padding-left: 5px;
		width: 95%;
		text-align: left;
		font-size: 1.2em;
	}
	.link-button {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 660px) {
	.link-button {
		font-size: 1.2rem;
	}
	
}

@media screen and (max-width: 550px) {
	.yt-txt-ueber-kanal {
		padding-left: 5px;
		font-size: 2em;
	}
	.yt-txt-kanal {
		padding-left: 5px;
		font-size: 1.3em;
	}

	.yt-txt-kanal-klein {
		padding-left: 5px;
		font-size: 1em;
	}
	.yt-txt2-kanal {
		padding-left: 5px;
		width: 95%;
		text-align: left;
		font-size: 1.2em;
	}
	.link-button {
		font-size: 1rem;
	}
}

@media screen and (max-width: 400px) {
	#topnav.img {
		display: none;
	}
	
}

