body{
    background-color: gray;
    font-family: Arial;
}
a{
    text-decoration: none;
}
.frame{
    justify-content: center; 
    align-items: center;     
    height: 96vh;         
    overflow: hidden;  
    border: 0.1px solid black;
    margin-top: 1%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    background-color: #ececec;
    padding: 0px;
}
.zds {
    color: #60FFFF;
    font-size: 60px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    margin-left: 5%;
    width: 100%;
}   
.left{
    text-align: left;
}
.head{
    padding: 0px;
    margin: 0px;
    display: flex;
    border-bottom: 0.1px solid black;
    height: 15vh;
    justify-content: space-between;
    align-items: center;
}
.navi{
    width: auto;
    padding-right: 5px;
    align-self: flex-start;
    margin-right: 11%;
    margin-top: 1%;
}
.navi ul{
    display: flex;
    list-style: none;
    flex-direction: row;
    gap: 4.5%;
}
.navi li {
    white-space: nowrap;
    font-size: 20px;
}
.navi a{
    color: black;
}
.navi a:hover{
    color: lightseagreen;
    text-decoration: underline black;
}
.centerbox{
    padding: 0%;
    padding-left: 2%;
    margin: 0%;
    height: 66vh;
    border-bottom: 0.1px solid black;
}
.list-nonformat{
    list-style: none;
    margin: 0%;
}
.p-list{
    margin-bottom: 0.5%;
}
p{
    font-size: 18px;
}
h2{
    font-size: 28px;
}
.footer{
    height: 15vh;
    font-size: 22px;
    color:gray;
}
.footer ul{
    display: flex;
    list-style: none;
    flex-direction: row;
    gap: 8%;
    justify-content: center;
}
.powered{
    font-size: 16px;
}
.powered a{
    color: gray
}
.secure a{
    color: gray
}
.secure a:hover{
    color: lightseagreen;
    text-decoration: underline black;
}
.domains{
    display: flex;
    list-style: none;
    flex-direction: row;
    gap: 10%;
    justify-content: center;
    margin-top: 2%;
    height: 37vh;
    margin-right: 35%;
}
.domainlist li::marker{
    color: black;
    content: "- ";
}
.domainlist li{
    padding-bottom: 1%;
    font-size: 18px;
}
.infobox li{
    list-style: none;
}
.infobox .headline{
    font-size: 20px;
    text-decoration: underline;
    padding: 0%;
    margin: 0%;
}
.infolist{
    font-size: 18px;
    text-decoration: none;
}
.infolist::marker{
    color: black;
    content: "- ";
}
h4{
  font-size: 16px;
  margin-bottom: 0%;
  margin-left: 2%;
}
.errorcode{
  margin-top: 0.5%;
  margin-left: 5%;
}
.errorcode h5{
  margin-top: 0%;
  margin-bottom: 0.1%;
  font-size: 15px;
}
.errorcode ul{
  margin-top: 0%;
  margin-bottom: 1%;
}
.errorspace{
  margin-top: 1.5%;
}
.mailerror{
  color: red;
  font-weight: lighter;
}
.exists {
	color: green;
}
.not-exists {
	color: red;
}
form {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	gap: 0.5rem; 
}

input[type="email"] {
  	width: 500px; 
  	height: 40px; 
  	padding: 0 0.5rem;
  	font-size: 1rem;
  	border: 1px solid #ccc;
  	border-radius: 4px;
  	box-sizing: border-box;
}

button {
  	min-width: 100px; 
  	height: 40px; 
  	font-size: 1rem;
  	border: none;
  	border-radius: 4px;
  	cursor: pointer;
  	background-color: #007BFF;
  	color: white;
}
button:hover {
	background-color: #0056b3;
}
.center{
	text-align: center;
}
.spamcountinfo{
	font-size: 17px
}
@media (max-width: 768px) {
  /* Allgemeiner Rahmen */
  .frame {
    margin: 2% 2%;
    height: auto;
    padding: 10px;
  }

  /* Überschrift */
  .zds {
    font-size: 32px;
    text-align: center;
    margin-left: 0;
  }

  /* Kopfbereich */
  .head {
    flex-direction: column;
    height: auto;
    padding: 10px 0;
    align-items: center;
    text-align: center;
  }

  /* Navigation */
  .navi {
    margin: 10px 0;
    padding: 0;
    align-self: center;
    text-align: center;
  }

  .navi ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    padding: 0;
    margin: 0;
  }

  .navi li {
    font-size: 18px;
    list-style: none;
    text-align: center;
  }

  .navi a {
    display: inline-block;
    padding: 8px 12px;
  }

  /* Hauptinhalt */
  .centerbox {
    height: auto;
    padding: 10px;
    padding-left: 0;
  }

  /* Footer */
  .footer {
    height: auto;
    font-size: 18px;
    padding: 10px;
    text-align: center;
  }

  .footer ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    margin: 0;
    align-items: center;
  }
  .domains {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: auto;
    margin-top: 10%;
  }

  .domainlist li {
    font-size: 16px;
  }

  /* Infobox */
  .infobox .headline {
    font-size: 18px;
    text-align: center;
  }

  .infolist {
    font-size: 16px;
  }

  /* Allgemeiner Text */
  p {
    font-size: 16px;
  }

  h2 {
    font-size: 22px;
    text-align: center;
  }

  /* Listen ohne Formatierung */
  .list-nonformat {
    padding-left: 20px;
  }
  .footer ul.powered {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
  }
  .footer ul.powered {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 4% 0 0 0;
  }

  .powered li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
  }
  .centerbox {
    padding: 10px;
    text-align: left; /* ← das erzwingt Links-Ausrichtung */
  }

  .infobox {
    padding-left: 0;
    list-style: none;
  }

  .infobox .headline {
    font-size: 18px;
    text-align: left; /* ← explizit auch für Headlines */
  }

  .infolist {
    font-size: 16px;
    text-align: left;
    margin-left: 15px;
  }

  .infobox ul {
    padding-left: 20px;
    margin: 0;
  }

  .infobox li {
    margin-bottom: 8px;
  }

  p .headline {
    margin-bottom: 4px;
  }
}
