@font-face { font-family: "Bliss"; 
	src: url("BlissPro.woff"); 
	font-weight: normal;
	font-style: normal;
}


			.wrapper {
				max-width: 1200px;
				margin: auto;
			}
			
/* Grundlegende Stildefinitionen */
body {
  font-family: Arial, sans-serif;
  /*background-color: #f4f4f4;*/
  margin: 0;
  padding: 0;
	font-family: "Bliss";
  /*display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;*/
}
.clear {
	clear: both;
	margin-bottom: 0px;
}
.box {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
  border: 1px solid rgba(0, 0, 0, 0.1);
  /*width: 100%;
  max-width: 600px;*/
}
.header {
	text-align: center;
}
form .infogroup {
	width: calc((100% - 40px) / 3);
	float: left;
}

.infogroup:nth-child(2n) {
	margin-right: 20px;
	margin-left: 20px;
}
h1 {
  color: #2e435e;
}
form .infogroup2 {
	width: calc((100% - 20px) / 2);
	float: left;
}

form .infogroup2:nth-child(2n) {
	margin-left: 20px;
}

form .infogroup4 {
	width: calc((100% - 60px) / 4);
	float: left;
	margin-right: 20px;
}

form .infogroup4:nth-child(4n) {
	margin-right: 0px;
}
form .person {
	width: calc(50% - 10px);
	float: left;
}
form .person:nth-child(2n) {
	margin-right: 10px;
	padding-right: 9px;
	border-right: 1px solid #acacac;
}




label {
width: 100%:
  font-size: 16px;
  margin-bottom: 8px;
  display: block;
}

input, select, textarea {
width: 100%;
  padding: 10px 0px 10px 0px;

  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
float: left;
}

input[type="checkbox"]{
	width: auto;
}

textarea {
  resize: vertical;
}

button {
  background-color: #31677a;
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
}

button:hover {
  background-color: #F0A01E;
}

form div {
  margin-bottom: 15px;
}

input:focus, select:focus, textarea:focus {
  border-color: #4CAF50;
  outline: none;
}

input[type="date"] {
  padding: 9px 0px 9px 0px;
}

select {
  font-size: 16px;
}

textarea {
  font-family: Arial, sans-serif;
}



.error {
            color: red;
            font-size: 0.9em;
            display: none;
        }
        /* Dieser Bereich wird nur angezeigt, wenn JS deaktiviert ist */
        .no-js {
            display: block;
            background-color: #ffdddd;
            color: #d80000;
            padding: 15px;
            border: 1px solid #d80000;
            font-size: 1.1em;
            font-weight: bold;
        }
        /* Standardmäßig das Formular ausblenden */
        .form-container {
            display: none;
        }



/* step-two*/
	.step-two .infogroup3 {
		width: 100%;
	}
	.step-two .infogroup3 div {
		width: calc(100% / 3);
		float: left;
		border: 1px solid #000;
		box-sizing: border-box;
		padding: 5px;
	}

	.step-two .infogroup4 div {
		width: calc(100% / 4);
		float: left;
		border: 1px solid #000;
		box-sizing: border-box;
		padding: 5px;
	}

	.step-two .infogroup2, .step-two .infogroup {
		width: 100%;
		margin: 0px;
	}

	.step-two .infogroup2 div {
				width: calc(100% / 2);
				float: left;
				border: 1px solid #000;
				box-sizing: border-box;
		padding: 5px;	
		min-height: 52px;
	}

	.step-two .infogroup div {
		width: 100%;
		float: left;
		border: 1px solid #000;
		box-sizing: border-box;
		padding: 5px;
		min-height: 52px;
	}

	.step-two .sorgeberechtigt {
				width: 50%;
				float: left;
			}

	.clear {
				clear: both;
			}


/* Datenschutz-Popup */

    /* Modal-Stil */
    .modal {
      display: none;
      position: fixed;
      z-index: 9999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0,0,0,0.6);
    }

    .modal-content {
      background-color: #fff;
      margin: 10% auto;
      padding: 20px;
      border-radius: 10px;
      width: 90%;
      max-width: 600px;
      box-shadow: 0 0 20px rgba(0,0,0,0.3);
    }

    .close {
      color: #888;
      float: right;
      font-size: 24px;
      font-weight: bold;
      cursor: pointer;
    }

    .close:hover {
      color: #000;
    }

    a.datenschutz-link {
      color: #0066cc;
      text-decoration: underline;
      cursor: pointer;
    }


@media (max-width: 705px) {

	form .infogroup, form .infogroup2, form .person, form .infogroup4 {
		width: 100%;
	}


	.infogroup:nth-child(2n),  form .infogroup2:nth-child(2n) {
		margin-right: 0px;
		margin-left: 0px;
	}


	form .person:nth-child(2n) {
		border-right: 0px;
		border-bottom: 1px solid #acacac;
	}


	/* step two */
	.step-two .infogroup3 div, .step-two .infogroup2 div, .step-two .infogroup4 div {
		width: 100%;
	}

	.step-two .sorgeberechtigt {
		width: 100%;
	}	

	.step-two .sorgeberechtigt:nth-child(2n) {
		margin-bottom: 5px;
	}

}

@page {
	size: A4;
	margin: 1.5cm;
}
