@import "color.css";

h2 {
	text-align: center;
	color: white;
}

.container p {
	padding-left: 5vw;
	margin-bottom: 0;
}

.container a {
	color: white;
}


input[type=text], input[type=email], input[type=password], input[type=number], input[type=date], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: #eee;
  color: var(--bg-blue);
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: left;
}

input[type=submit]:hover {
  background-color: var(--bg-blue-active);
}

.container:not(.modalc) {
  border-radius: 5px;
  background-color: var(--bg-blue);
  padding-top: 10vh;
  padding-bottom: 2vh;
  padding-left: 2vh;
}

.modalc {
  border-radius: 5px;
  background-color: white;
  padding-top: 10vh;
  padding-bottom: 2vh;
  color: var(--bg-blue);
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
  padding-right: 5vw;
}

.col-10 {
  float: left;
  width: 10%;
  margin-top: 6px;
}

.col-65 {
  float: left;
  width: 63%;
  margin-left: 2%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


input[type=checkbox]:focus
{
    outline: 1px solid rgba(0, 0, 0, 0.2);
}

input[type=checkbox]
{
    outline: 1px solid rgba(0, 0, 0, 0.2);
    background-color: white;
    border-radius: 4px;
    appearance: none;
    /* -webkit-appearance: none;
    -moz-appearance: none; */
    width: 17px;
    height: 17px;
    cursor: pointer;
    position: relative;
    top: 5px;
}

input[type=checkbox]:checked
{
    background-color: #2a7aaf;
    border: 1px solid #2a7aaf;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="white"><path d="M6.173 12.234l-3.736-3.99 1.664-1.559 2.25 2.397 4.357-6.188L14 3.866l-7.827 8.368z"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
}

.fortschritt img {
	max-width:100%;
	height:auto;
}

.row {
	padding-left: 5vw;
}