/*ANCHOR - software.css*/
#kopf-container-soft {
	width: 100%;
	height: auto;
	background-image: url("../grafiken/software/background/bg-kopf-software.webp");
	background-repeat: no-repeat;
	background-size: cover;
}

.txt-kopf-software {
	word-break: break-all;
	font-family: 'Roboto';
	font-size: 8em;
	font-weight: 600;
	line-height: 9rem;
	transition: all 0.7s;
}

.txt-kopf-software2 {
	color: #1eb5f6;
	font-size: 2rem;
	font-family: 'Oswald';
	font-weight: 400;
	letter-spacing: 0.08em;
}

.txt-kopf-software2a {
	color: #1eb5f6;
	font-size: 2.4rem;
	font-family: 'Oswald';
	font-weight: 600;
	letter-spacing: 0.1em;
}

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

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

.bereich-kopf-aussen {
	display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
	padding: 120px 0 100px;
}

.bereich-kopf-innen {
  display: flex;
  gap: 20px;
  justify-content: space-between;
	align-items: center;
  flex-wrap: wrap;
  width: 80%;
	height: auto;
}

.bereich-kopf-innen-links {
	box-sizing: border-box;
	width: 45%;
}

.bereich-kopf-innen-rechts {
	display: flex;
	width: 50%;
	height: auto;
	flex-direction: column;
	row-gap: 10px;
	transition: all 0.7s;
}

.bereich-kopf-innen-rechts2 {
	height: auto;
	border-radius: 20px;
	background-color: #0d2a60d6;
	background-repeat: no-repeat;
	background-position: left 5% top 20%;
	transition: all 0.3s;
	border-right: 20px solid rgb(108, 183, 245);
}

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

.color_turkis {
	color: #31cceb;
}

.color_blau {
	color: #3178eb;
}

.color_mgruen {
	color: #18c704;
}

b {
	/*font-size: 110%;*/
	font-weight: 500;
}

.grafik-gpredict {background-image: url("../grafiken/sonstige/button-sat-100x100.png");}
.grafik-audio {background-image: url("../grafiken/sonstige/button-audio-100x100.png");}
.grafik-gimp {background-image: url("../grafiken/sonstige/button-gimp-100x100.png");}
.grafik-mmana {background-image: url("../grafiken/sonstige/button-mmana-100x100.png");}

.txt-bg-software {
	background: linear-gradient(to right, hsl(232, 90%, 51%), hsl(47, 100%, 50%) );
	background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.animate-text-soft {
  background-image: linear-gradient(-270deg, #0396d4 20%, #77e9ef 29%, #e90551 67%, #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: soft 5.5s linear infinite;
}

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

.software {
	vertical-align: middle;
}

.soft-menue {
	display: flex;
	width: 100%;
	height: auto;
	padding-bottom: 100px;
	justify-content: center;
	align-items: center;
	
}

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

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

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

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

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

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

.bereich_software {
	display: flex;
	width: 78%;
	height: auto;
	margin: auto;
	padding-top: 50px;
}

.container_software {
	min-width: 320px;
	padding-bottom: 5em;
	height: auto;
}

.txt_software_ueber {
	text-align: left;
	color: #d8dbdb;
	font-size: 3rem;
	font-family: 'Oswald';
	font-weight: 900;
}

.txt_software_ueber2 {
	letter-spacing: 0.1em;
	font-size: 4em;
	font-family: 'audiowide';
	font-weight: 900;
	text-shadow: 5px 5px 10px silver;
}

.txt-aktuell {
	padding-bottom: 30px;
	font-family: 'Outfit';
	font-size: 1.5rem;
	color: #1eb5f6;
}

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

#txt_soft_1, #txt_soft_2, #txt_soft_5 {
	margin-top: -10px;
	letter-spacing: 0.1em;
	font-weight: 400;
	font-size: 1.6em;
	font-family: 'Oswald';
	color: white;
	opacity: 0;
	transition: opacity 3s;
}	

#txt_soft_1.txt, #txt_soft_2.txt, #txt_soft_5.txt {
	opacity: 1;
	transition: opacity 8s;
	color: #6a93cc;
}

.txt_soft4 {
	letter-spacing: 0.1em;
	font-weight: bold;
	font-size: 2em;
	font-family: 'Oswald';
	color: white;
}	

.txt_soft4 img {
	padding-left: 20px;
	vertical-align: middle;
}	
	
.txt_soft3 {
	text-align: left;
	letter-spacing: 0.1em;
	font-weight: 400;
	font-size: 1.2em;
	font-family: 'Oswald';
	color: white;
}

#bereich_gpredict {
	display: flex;
	width: 80%;
	height: auto;
	background: #23476f;
	margin: auto;
	margin-top: -50px;
	border-radius: 20px;
}

.bg-mmana {
	background: #1c9a29;
}

.bildtext {
	font-family: 'Outfit';
	font-size: 1.3rem;
	color: #141b2d;
	text-align: center;
}

#bereich2_gpredict {
	display:flex;
	width: 80%;
	margin: auto;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 10px;
	row-gap: 10px;
	/*column-rule: 1px solid rgba(28,110,164,0.96);*/
	background: white;
	border-radius: 20px;
	border: 1px solid gray;
}

#bereich3_gpredict {
	display:flex;
	width: 60%;
	margin: auto;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 10px;
	row-gap: 10px;
	background: white;
}

.container_gpredict_soft {
	padding: 30px;
	min-width: 320px;
	height: auto;
}

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

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

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

.txt_soft_soft3a img {vertical-align: middle;}

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

.link_button_soft: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_soft {
	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_soft img {
	padding-left: 10px;
	vertical-align: middle;
}

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

.img_start_so {transition: all 0.5s ease-in}
	
.img_start_so:hover {
	margin-left: -100px;
	cursor: crosshair;
	transform: scale(1.5);
	transition: all 0.8s;
	box-shadow: 2px 2px 5px 5px rgba(80,80,80,0.8);
	opacity: 1;
}

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

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


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

#navfarbe-umenue-soft a {
	color: white;
	text-decoration: none;
}

/*ANCHOR - media querys*/
@media screen and (max-width: 1450px) {
	.txt-kopf-software {
		font-size: 6.2rem;
		transition: all 0.7s;
	}
	
}

@media screen and (max-width:1150px) {
	.txt-kopf-software {
		font-size: 5.2rem;
		transition: all 0.7s;
	}
}

@media screen and (max-width:1024px) {
	.bereich-kopf-innen-rechts2 {
		background-size: 20%;
	}
	
}

@media screen and (max-width:980px) {
	.txt-kopf-software {
		font-size: 6.2rem;
		transition: all 0.7s;
	}
	.bereich-kopf-innen {
		flex-direction: column;
	}
	.bereich-kopf-innen-links, .bereich-kopf-innen-rechts {
		width: 90%;
	}
}

@media screen and (max-width:762px) {
	.txt-kopf-software {
		font-size: 5.2rem;
		transition: all 0.7s;
	}
	 
}


@media only screen and (max-width:600px) {
	#topnav.img {
		display: none;
	}
	.bereich-kopf-innen-rechts2 {
		background-size: 20%;
	}
	.txt-kopf-software {
		font-size: 5.5rem;
	}
	.txt_software_ueber2 {
		font-size: 3em;
	}
	.txt_software_ueber {
		font-size: 2rem;
	}
	.soft-menue-button {
		width: 80%;
		padding: 0;
		margin: 0;
	}

	#bereich_gpredict {
		width: 100%;
		margin-top: 0;
		border-radius: 0;
	}
	.txt_soft_text3 {
		font-size: 1.8rem;
		font-family: 'Oswald';
		font-weight: 600;
	}
	#bereich2_gpredict {
		width: 100%;
		column-gap: 5px;
		row-gap: 5px;
		background: rgb(232, 228, 228);
		border-radius: 0;
		border: 1px solid gray;
	}
	.container4_soft {
		padding: 10px;
		min-width: 320px;
		width: 95%;
		height: auto;
	}	
	.txt_soft_soft3a {
		padding-left: 10px;
		font-size: 1.3em;
	}
	.txt_down_soft {
		text-align: left;
		padding-left: 10px;
		line-height: 1.3em;
	}
	.link_button_soft:hover {
		transform: none;
	}
	.img_start_so:hover {
		margin: 0;
		transform: none;
	}
	#bereich3_gpredict {
		width: 100%;
		background-color: #e8e4e4;
		border: 1px solid gray;
		justify-items: center;
		text-align: center;
	}
	#bereich3_gpredict img {
		width: 97%;
		padding: 5px;
	}
}

@media screen and (max-width: 500px) {
	.txt-kopf-software {
		font-size:4.5rem;
	}	
}

@media screen and (max-width: 425px) {
	.txt-kopf-software {
		font-size: 4rem;
	}
	.bereich-kopf-innen-rechts2 {
		background-image: none;
	}	
}

@media screen and (max-width: 360px) {
	.txt-kopf-software {
		font-size: 3.5rem;
	}	
}

