/*ANCHOR - digift991.css*/

#kopf-container-digift991 {
	display: flex;
	width: 100%;
	height: auto;
	justify-content: center;
	align-items: center;
}

.bg-kopf-digift991 {
	background-image: url("../grafiken/digift991/ft991-digi-0-b.webp"), url("../grafiken/digift991/ft991-digi-2.webp");
  background-position: top 70% left 10%, left top;
  background-repeat: no-repeat, repeat;
}

.bg-kopf-digift991 {
	background-image: url("../grafiken/digift991/ft991-digi-2.webp");
	background-repeat: no-repeat;
	background-size: cover;
}

.bereich-kopf-digift991-aussen {
	display: flex;
	align-items: center;
	width: 85%;
	padding: 120px 0 100px;
	height: auto;
	column-gap: 50px;
}

.bereich-kopf-digift991-innen-links {
	width: 50%;
	height: auto;
	flex-wrap: wrap;
}

.bereich-kopf-digift991-innen-rechts {
	display: flex;
	width: 45%;
	height: auto;
	flex-direction: column;
	row-gap: 10px;
}

.bereich-kopf-digift991-innen-rechts2 {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: auto;
	border-radius: 20px;
	background-color: #2e4c7dce;
	background-repeat: no-repeat;
	background-position: left 5% top 20%;
	transition: all 0.3s;
	border-right: 20px solid #41633e;
}


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

.bereich-digift991-aussen {
	display: flex;
	width: 85%;
	height: auto;
}

.bereich-digift991-innen {
	display: flex;
	padding-top: 8%;
	padding-left: 15px;
	width: 50%;
}

.txt-kopf-digi3 {
	color: #d4d3cf;
	font-size: 2.5rem;
	font-family: 'Oswald';
	font-weight: 600;
	letter-spacing: 0.08em;
	
	text-align: center;
}

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

.txt-kopf-digift991 {
	margin: 0 auto;
	margin-top: 80px;
	padding-bottom: 30px;
	vertical-align: middle;
	word-break: break-all;
	font-family: 'Roboto';
	font-size: 8em;
	font-weight: 600;
}

.txt-aktuell {
	font-family: 'Outfit';
	font-size: 1.5rem;
	color: #19d449;
}

/*ANCHOR - bereich innen rechts*/

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

.txt-bg-digift991 {
	background: linear-gradient(to right, hsl(107, 96%, 28%), hsl(298, 95%, 42%) );
	background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.flex-container-digift991 {
	width: 100%;
	padding: 5px 0;
	display:flex;
	flex-shrink : 1;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}

fu-menue {   
	display: flex;
	width: 100%;
	min-height: 80px;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	background-image: url("../grafiken/digift991/hg-kopf-ft991-digi.webp");
	background-repeat: no-repeat;
	background-size: cover;
}

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

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

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

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

.digift991-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(225deg, #12273a 95%, #c609cc 5%);
	border: none;
	transition: all 0.7s;
}

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

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

.digital_hg-ft991 {
	display: flex;
	width: 100%;
	padding-top: 100px;
	height: auto;
	min-height: 900px;
	background-image: url("../grafiken/digift991/ft991-digi-0.webp"), url("../grafiken/digift991/ft991-digi-2.webp");
  background-position: top 70% left 5%, left top;
  background-repeat: no-repeat, repeat;

	/*position: sticky;
	top: 0;
	z-index: -1;
	filter: grayscale(90%);
	opacity: 0.8;*/
}
	
.digital_hg-ft991.img {
	transition: all 2s;
	filter: grayscale(0%);
	opacity: 1;
}

.flex-cont_digift991 {
	width: 100%;
	padding: 5px 0;
	display:flex;
	flex-shrink : 1;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 20px;
	justify-content: center;
	align-items: stretch;
	background: white;
}

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

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

.flex-item3-digift991 a {color: #ed7004}

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

.txt_item1-norm, .txt_item1-norm2, .txt_item1-norm3 {
	text-align: left;
	padding: 0 15px 0 0;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	color: black;
	font-size: 1.2em;
	font-family: 'Roboto';
	font-weight: 300;
}

.txt_item1-norm3 {
	text-align: center;
	padding: 15px;
	font-weight: 400;
	color: crimson;
	background-color: #e8e5e5;
	border-radius: 15px;
}

.txt_item1-norm3 img {
	vertical-align: middle;
	
}

.txt_item2_ueber {
	text-align: left;
	margin: 0 0 0 0;
	color: #23476f;
	font-size: 2rem;
	font-weight: 400;
	font-family: 'Oswald';
}	

.flex-item1_digi {
	box-sizing:border-box; 
	padding: 20px;
	min-width: 320px;
	max-width: 60%;
	width: auto;
	height: auto;
}

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

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

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

.txt_item1_soft3digi img {vertical-align: middle;}

/*ANCHOR - table*/
table {border-spacing: 0}

caption, thead {
	background: #23476f;
	padding: 10px;
}

td {
	font-size: 1em;
	padding: 5px;
}

th {
	text-align: left;
    background: #23476f;
    color: white;
    font-size: 1em;
    font-weight: 600;
    font-family: 'Roboto';
    padding: 5px;
    width: 200px;
}

.th-hg {background: #41633e}

tr {
	padding: 5px;
	letter-spacing: 0.1em;
}

tr:nth-child(even) {background-color: #d2d7d8}

tr:hover {background: #00b4cd}

/***tabelle digi ende***/

.leer_f3_30 {
	width: 100%;
	height: 30px;
	background-color: #f3f3f3;
}

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

.txt_item1a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	color: black;
	font-size: 1.2em;
	font-family: 'Roboto';
	font-weight: 300;
}

.rahmen {
	padding: 10px;
	border: 1px solid silver;
	border-radius: 5px;
	background: #e8f2f4;
	font-size: 1em;
	font-family: 'Roboto';
}

.leer_blank20w {
	height: 20px;
	background: white;
}

.mitte_text {
	display: block; 
  justify-content: center; 
	text-align: center;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	color: black;
	font-size: 1.2em;
	font-family: 'Roboto';
	font-weight: 300;
}

.ohne {
	border: none;
	background: none;
	justify-content: center;
	align-items: center;
	cursor: crosshair;
}

.digiborder {
	border: 1px solid gray;
	border-radius: 40px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	background-color: #fff;
}

.digital_hg-fldigi {
	width: 100%;
	height: auto;
	min-height: 400px;
	max-height: 500px;
	background: url("../grafiken/digift991/binarcode.webp");
	background-repeat: no-repeat;
	background-size: cover;
}

.txt_digift991_ue {
	margin: 0 auto;
	letter-spacing: 0.1em;
	font-weight: 300;
	font-size: 1.5em;
	font-family: 'Roboto';
	color: white;
}

.txt_digift991_ue3 {
	letter-spacing: 0.1em;
	font-size: 3em;
	font-family: 'audiowide';
	font-weight: 900;
	word-wrap:break-word;
	/*text-shadow: 8px 6px 10px silver;*/
}

.animate-textdigi-soft {
  background-image: linear-gradient(-270deg, #89f590 20%, #06d92c 29%, #8db6f8 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: digi 5.5s linear infinite;
}

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


.txt_digift991_ue2 {
	font-weight: 400;
	font-size: 1.8em;
	font-family: 'Oswald';
	color: #6891cf;
}

.flex-cont_titel {
	width: 100%;
	display: flex;
	margin-top: -10px;
	justify-content: center;
	align-items: stretch;
	background: white;
}

.flex-item5 {
	box-sizing:border-box; 
	padding: 20px;
	min-width: 320px;
	width: 80%;
	height: auto;
	margin: auto;
}

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

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

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

@media screen and (max-width: 962px) {
	.flex-item-digift991 {
		max-width: 90%;
	}
	.flex-item1_digi {
		max-width: 85%;
	}
}

@media screen and (max-width: 900px) {
	.bereich-kopf-digift991-aussen {
		flex-direction: column;
	}
	.bereich-kopf-digift991-innen-links, .bereich-kopf-digift991-innen-rechts{
		width: 90%;
	}
	.bereich-digift991-innen-links {
		padding-left: 80px;
	}
	
}

@media screen and (max-width: 648px) {
	.digital_hg-ft991 {
		background-size: 100%, cover;
		background-position: top 80% left 5%, left top;
	}
}

@media screen and (max-width:600px) {
	#topnav.img {
		display: none;
	}
	.txt-kopf-digift991 {
		font-size: 4em;
	}
	.txt_digift991_ue {
		padding: 15px;
	}
	.txt_digift991_ue3 {
		font-size: 2em;
		font-weight: 700;
	}
	.txt_digift991_ue2 {
		font-size: 1.5em;
	}
	.digital_hg-ft991 {
		background-position: top 50% left 5%, left top;
	}
	.flex-item-digift991 {
		padding: 15px;
		min-width: 320px;
		max-width: 100%;
	}
	.flex-item-digift991 img {
		padding-left: 0;
	}
	.txt_item1_ueber {
		font-size: 2em;
	}
	.txt_item1-norm {
		line-height: 1.2em;
	}
	.txt_item1-norm2 {
		line-height: 1.2em;
		font-size: 0.8em;
	}
	.txt_item2_ueber {
		font-size: 1.5em;
	}
	.flex-item1_digi {
		max-width: 100%;
	}	
	.txt_item1_soft3digi {
		line-height: 1.3em;
		font-size: 1.3em;
	}
	.link_button_digi img {
		padding-left: 10px;
	}
	.link_button_digi:hover {
		transform: none;
		color: white;
	}
	.digiborder {
		border-radius: 10px;
	}
	.digital_hg-fldigi {
		min-height: 250px;
		max-height: 300px;
	}
	.flex-item5 {
		padding: 15px;
		width: 100%;
	}
	
}
@media screen and (max-width: 424px) {
	.bereich-kopf-digift991-innen-rechts2 {
		background-image: none;
	}
	
}



