@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');


a:link {text-decoration: none; color: hsla(0,0%,31%,0.50);}
a:visited {text-decoration: none; color: hsla(0,0%,31%,0.50);}
a:hover {text-decoration: none; background-color: hsla(0,0%,72%,0.50);}
a:active {text-decoration: none; background-color: hsla(0,0%,100%,0.50);}

	*{
		margin: 0px;
		padding: 0px;
		box-sizing: border-box;
		font-family: "Open Sans", "Arial", "Arial Black", "Tahoma", "sans-serif";
	}

body {
	display: flex;
	background-image:url(../Images/hintergrund.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;
	
}

#inhalt {
 
	letter-spacing: 2px;
		font-family: "Open Sans", "Arial", "Arial Black", "Tahoma", "sans-serif";
	text-align: center;
	width: 100%;
}




nav {
	display: flex;
	justify-content: space-around;
	align-items: center;
	min-height: 80px;
	background-color: hsla(0,0%,31%,0.50);
	margin-bottom: 35px;
}
.bild1 {
	margin-bottom: 25px;
	
}
.bild1 img {
	max-width: 1000px;
	width: 80%;
	
}

.error {
	color: red;
	font-size: 120%;
	margin-bottom: 25px;
	text-decoration: bold;
}

fieldset {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 12px;
	letter-spacing: 1px;
	color: rgba(50, 50, 50, 0.85);
}


textarea {
	width: 35%;
	height: 250px;
	background-color: hsla(0, 0%, 15%, 0.07);
	border: none;
	outline: none;
	font-size: 16px;
	color: #333;
	margin-bottom: 20px;
	border-radius: 12px;
}

.form-box {
	width: 100%;
	max-width: 450px;
	padding: 30px;
	justify-content: center;
	align-items: center;
	margin: auto;
	display: none;
}

.form-box.active {
	display: block;
	
}

#x {
	width: 18px;
	height:18px;
	margin-top: 5px;
	
}

.ads2 {
    position: absolute;
    inset-inline-start: 0px;
    inset-block-start: 80px;
    width: 272px;
    display: ruby-text;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
		


.ytdlpForm {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    min-height: 700px;
    align-items: stretch;
}

.checkbox {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    max-width: 25%;
    max-height: 350px;
    flex-direction: column;
    justify-content: space-evenly;
    align-content: stretch;
}

.checkbox1 {
    display: flex;
    position: absolute;
    justify-content: center;
    max-width: 25%;
    flex-direction: column;
    margin-left: 25%;
    margin-top: 170px;
    min-width: 25%;
    align-items: center;
}

.checkbox2 {
    width: max-width;
	max-height: 500px;
	overflow: scroll;
}

.uCheckbox {
	margin: 15px;
	
}



.inslink {
	width: 500px;
	
	
}

.wrapper {
	position: fixed;
	bottom: 25px;
	right: -700px;
	max-width: 600px;
	max-height: 255px;
	width: 100%;
	background: rgba(255,255,255,0.90);
	border-radius: 8px;
	padding: 15px 25px 22px;
	transition: right 0.3s ease;
}

.wrapper.show {
	right: 20px;
}

.wrapper header {
    display: flex;
    align-items: stretch;
    column-gap: 15px;
    flex-direction: column;
}

header i {
	color: rgba(0,0,255,1);
	font-size: 32px;
}

header h2 {
	color: rgba(0,0,255,1);
	font-weight: 500;
	
}

.wrapper .data {
	margin-top: 16px;
}

.wrapper .data p {
	color: rgba(10,10,10,1);
	font-size: 16px;
}

.wrapper .data a {
	color: rgba(0,0,255,1);
	text-decoration: none;
}

.wrapper .data a:hover {
	text-decoration: underline;
}

.wrapper .buttons {
	margin-top: 16px;
	width: 100%;
	display: flex;
	justify-content: space-around;
}

.buttons .button{
	border: none;
	color: #fff;
	width: calc(100% / 2 - 10px);
	padding: 8px 0;
	border-radius: 4px;
	cursor: pointer;
	background: rgba(0,0,200,0.8);
	transition: all 0.2s ease;
	
}
	
.buttons .button:hover{
background-color: rgba(0,0,120,0.8);

	
}

#checkboxText {
	width: 25%;
	padding: 12px;
	background-color: rgba(50, 50, 50, 0.10);
	border-radius: 6px;
	border: none;
	outline: none;
	font-size: 16px;
	color: #333;
	margin-bottom: 0px;
}


#x {
    max-width: 25px;
    max-height: 25px;
    padding: 0px;
    align-items: center;
    margin: auto;
}

label {
	margin-bottom:10px;
}

input,
select {
	width: 35%;
	padding: 12px;
	background-color: rgba(50, 50, 50, 0.10);
	border-radius: 6px;
	border: none;
	outline: none;
	font-size: 16px;
	color: #333;
	margin-bottom: 20px;
}

button {
	width: 20%;
	padding: 12px;
	background-color: rgba(50, 50, 50, 0.10);
	border-radius: 6px;
	border: none;
	outline: none;
	font-size: 16px;
	color: #333;
	margin-bottom: 20px;
	
}

button:hover {
	background-color: rgba(10, 10, 10, 0.25);
	color: white;
	cursor: pointer;
}


.zählerstand {
	margin-bottom: 0px;
	padding-bottom: 5px;
	font-size: 90%;
	color: #424242;
}

.logo1 {
		color: #424242;
		
}

.onoff {
		margin-top: 5px;
		max-height: 20px;
}

.logo a{
	color: #E7E7E7;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 30px;
	font-weight: bold;
}

.nav-links{
	display: flex;
	color: rgba(140, 140, 140, 0.5);
	justify-content: space-around;
	width: 50%;
}

.sozialnetwork{
	display: flex;
	color: hsla(0,0%,20%,1.00);
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 25px;
	margin-left: auto;
	margin-right: auto;
}



.nav-links li{
	list-style: none;
	margin-bottom: auto;
	margin-top: auto;
}

.nav-links a{
	color: #E7E7E7;
	text-decoration: none;
	letter-spacing: 3px;
	font-weight: bold;
}

.burger {
display: none;
cursor: pointer;
}

.burger div{
	width: 25px;
	height: 3px;
	background-color: rgb(266,266,266);
	margin: 5px;
	transition: all 0.3s ease;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.text {
  letter-spacing: 1px;
  text-align: center;
  object-fit: contain;
  max-width: 1750px;
  margin-left: auto;
  margin-right: auto;
  color: #424242;
}

.adBanner {
        position: inherit;
        margin-left: auto;
        margin-right: auto;
        display: ruby-text;
        align-items: center;
        align-self: center;
    }


.text a {
	color: rgba(0, 0, 200, 0.8);

	padding: 5px;
}

.text a:hover {
	color: rgba(20, 20, 20, 0.8);
	background-color: rgba(10, 10, 10, 0.15);
	padding: 5px;
	transition: 1s;
}

.fussbereich {
	margin: 10px;
	justify-content: center;
	align-items: center;
	display: flex;
	color: #424242;
	flex-wrap: wrap;
}

.fussbereich a {
	padding: 10px;

}


.zählerstand {
	margin-bottom: 50px;
	justify-content: center;
	align-items: center;
	display: flex;
}



* h4{
	margin : 10px;
}

* p{
	margin : 10px;
}

.field1{
	border: 2px solid hsla(0,0%,0%,0.32);
	background-color: hsla(0,0%,100%,0.20);
}


.sideNav div{
	max-height: 100px;
	max-width: auto;
	font-size: 80%;
	margin-top: 20px;
	background-color: rgba(130, 130, 130, 0.5);
}

.sideNav a{
	background-color: hsla(0,0%,0%,0.20);
	color: #424242;;
	font-size: 130%;
	margin-top: 20px;
	text-justify: inherit;
}


@media screen and (max-width: 1350px){

		
		#inhalt {
			overflow-x: hidden;
			overflow-y: visible;
			position: absolute;
			width: 100%;
			height: 100%;
			
			}
			
			

	
	.nav-links{
		position: absolute;
		font-size: 150%;
		right: 0px;
		height: 92vh;
		top: 79px;
		background-color: rgba(150, 150, 150, 0.93 );
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 80%;
		transform: translateX(100%);
		transition: transform 0.5s ease-in;
		
	}
	
textarea {
	width: 85%;
	height: 250px;
	background-color: rgba(50, 50, 50, 0.10);
	border-radius: 12px;
	border: none;
	outline: none;
	font-size: 16px;
	color: #333;
	margin-bottom: 20px;
}	

.text {
	padding-left: 25px;
	padding-right: 25px;
}

.logo1 {
	padding-left: 25px;
	padding-right: 25px;
}

.checkbox {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    max-width: 50%;
    max-height: 700px;
    flex-direction: column;
    justify-content: space-evenly;
    align-content: center;
	margin-left: auto;
	margin-right: auto;
}

    .adBanner {
        position: inherit;
        margin-left: auto;
        margin-right: auto;
        display: ruby-text;
    }

.ads2 {
        position: relative;
        top: 0px;
        margin: auto;
        width: 272px;
        display: block;
        align-items: flex-start;
}

.uCheckbox {
	margin: 15px;
	width: 260px;
}

.wrapper {
	position: fixed;
	top: 25px;
	right: -700px;
	max-width: 600px;
	max-height: 255px;
	width: 100%;
	background: rgba(255,255,255,0.90);
	border-radius: 8px;
	padding: 15px 25px 22px;
	transition: right 0.3s ease;
}

.wrapper.show {
	right: 20px;
}

button {
	width: 85%;
	height: 60px;
	padding: 12px;
	background-color: rgba(50, 50, 50, 0.10);
	border-radius: 6px;
	border: none;
	outline: none;
	font-size: 16px;
	color: #333;
	margin-bottom: 20px;
}

input{
		width: 85%;
		height: 60px;
	padding: 12px;
	background-color: rgba(50, 50, 50, 0.10);
	border-radius: 6px;
	border: none;
	outline: none;
	font-size: 16px;
	color: #333;
	margin-bottom: 20px;
}
select {
	width: 85%;
	height: 60px;
	padding: 12px;
	background-color: rgba(50, 50, 50, 0.10);
	border-radius: 6px;
	border: none;
	outline: none;
	font-size: 16px;
	color: #333;
	margin-bottom: 20px;
}

fieldset {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 12px;
	letter-spacing: 1px;
	color: rgba(50, 50, 50, 0.85);
}
	
	.nav-links li{
		opacity: 0;
	}
	
	.burger{
		display: block;
	}
	


.nav-active{
	transform: translateX(0%);
}

@keyframes navLinkFade{
	
	from{
		opacity: 0;
		transform: translateX(50px);
	}
	to{
		opacity: 1;
		transform: translateX(0px);
	}
}

.toggle .line1{
	transform: rotate(-45deg) translate(-5px,6px);
}

.toggle .line2{
	opacity: 0;
}

.toggle .line3{
	transform: rotate(45deg) translate(-5px,-6px);
}

}