*, ::after, ::before {
  z-index: 3;
}
.pdfherunterladen:hover{
  color:#192b43!important;
}
.pvergessen{
  font-size:1.6em;
  margin-bottom:2em;
}
.fehler{
  display:none;
  padding:20px;
  color:#c20f6c;
  font-size:1.8em;
}
.hinweis{
  color:#c20f6c;
}
.fragebogen{
  background:#fff;
  padding:20px
}
.fragebogen h3{
  font-size:2.5em;
  margin:1em 0 10px .8em;
}
.fragebogen h4{
  font-size:2.1em;
  margin:1em 0 10px .8em;
  color:#192b43;
}
label {
  display: block;
  color:#192b43;
  font-size:1.6em;
}
input::placeholder {
  color: #192b43;
}
.text-input-wrapper input::placeholder {
  color: #fff;
}
input:focus::placeholder {
  color: transparent;
}
.ifta-label {
  margin-bottom:-40px;
  z-index:1;
  position:relative;
  padding:0px 10px 0 20px;
  pointer-events:none;
}
.radiolabel{
  font-size:16px;
  margin-bottom: -25px;
}
.ifta-field {
  border:0;
  border-radius:6px;
  padding:35px 20px 15px;
  margin:0 0 20px;
  width:100%;
  font-size: 2em;
  box-shadow:inset 0 0 0 1px #CCC;
}
.ifta-field:focus {
  -webkit-appearance:none;
  outline:none;
  box-shadow:inset 0 0 0 2px #0BB9AE;
}
.rgroup{
  display:inline;
  margin-left:2em;
}
.group:focus-within label,.rgroup:focus-within label {
  color:#0BB9AE !important;
}
.radio {
  display: inline-block;
  position: relative;
  margin: 0 0 10px;
  font-size: 1.2em;
  line-height: 24px;
}
.radio__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 20px;
  opacity: 0;
  z-index: 0;
}
.radio__label {
  display: block;
  padding: 0 0 0 24px;
  cursor: pointer;
}
.radio__label:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 14px;
  z-index: 1;
  transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.radio__label:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 4px;
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
  z-index: 2;
  transform: scale(0, 0);
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.radio__input:checked + .radio__label:before {
  border-color: #000;
}
.radio__input:checked + .radio__label:after {
  transform: scale(1, 1);
}
.radiodanach{
  margin:2em 0 1.5em 1em;
}
.bilderradios{
  display: flex;
  flex-direction: row;
  justify-content: left;
}
.custom-radio-button__container{
  width:20%;
  padding-left:1%;
}
.custom-radio-button__container input[type="radio"] {
  display: none;
}
.custom-radio-button {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px;
  border:0;
  border-radius:6px;
  box-shadow:inset 0 0 0 1px #CCC;
  background-color: #fff;
  cursor: pointer;
}
.custom-radio-button p {
  color: #192b43;
  font-size:1em;
  text-align: center;
  margin-top:0;
}
.custom-radio-button__container input[type="radio"]:checked + .custom-radio-button {
  box-shadow:inset 0 0 0 2px #192b43;
}
.custom-radio-button__container input[type="radio"]:checked + .custom-radio-button h3 {
  color: #192b43;
}
table {
  border-collapse: collapse;
  background: #fff;
  margin:0;
  padding:0;
  width:100%;
}
tr:nth-of-type(odd) {
  background: #DDD;
}
th {
  background: #192b43;
  color: white;
  text-transform: uppercase;
  font-size:10px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
th:hover{
  cursor: pointer;
}
table th:first-child {
  border-left: 1px solid #192b43;
}
table th:last-child{
 border-right: 1px solid #192b43;
}
td, th {
  padding: 7px;
  text-align: left;
}
td{
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  font-size:12px;
  font-weight:bold;
  color:#192b43;
}
td img{
  max-width:150px;
  max-height:80px;
  cursor: pointer;
}
.err{
  display:none;
}
.text-gruen{
  background:#a6e39c;
}
.text-rot{
  background:#e98f8f;
}
.projekte .kleinerbutton{
  margin-right:5px;
}
.projekte .kleinerbutton svg{
  width:40px;
  height:40px;
  margin-top:10px;
}
.projekte .kleinerbutton:hover svg path{
  fill:#192b43;
}
.erklaerung{
  margin:0 0 1em 1.3em;
  font-size:16px;
  color:#000;
}
.grosslabel{
  font-size:2.1em;
  text-transform:uppercase;
  color:#192b43;
  margin-top:1em;
}
.zweibilder{
  display:flex;
  flex-wrap: wrap;
}
.linksbild img,.rechtsbild img{
  width:100%;
  min-width: 400px;
  max-width: 500px;
}
.tg-list-item{
  display:flex;
  flex-direction: row;
  color: #192b43;
  font-size:1.6em;
}
.tgl {
  display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
  box-sizing: border-box;
}
.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
  background: none;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 6rem;
  height: 3rem;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}

.tgl-light + .tgl-btn {
  background: #CCC;
  border-radius: 2em;
  padding: 2px;
  transition: all 0.4s ease;
}
.tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s ease;
}
.tgl-light:checked + .tgl-btn {
  background: #0BB9AE;
}
.tabs {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.tabs__nav {
  position: relative;
  border:2px solid #192b43;
  border-bottom:1px solid #fff;
}

.tabs__nav-decoration {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transition: width 0.2s linear 0s, transform 0.2s ease-out 0s;
  background-color: #192b43;
  z-index: 1;
}

.tabs__nav-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  z-index: 5;
}

.tabs__nav-item {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  padding: 15px;
  width: calc(50% - 1px);
  font-size: 1.6em;
  text-transform: uppercase;
  cursor: pointer;
}
.tabsactive,.tabs__nav-item:hover {
  background:#192b43;
  color: #fff;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0.05s;
}
.modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index:10;
}
.modal.open {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.modal-bg {
  position: absolute;
  background: none;
  width: 100%;
  height: 100%;
}
.modal-container {
  border-radius: 10px;
  background: #fff;
  border:2px solid #192b43;
  position: relative;
  padding: 30px;
}
.modal-close {
  position: absolute;
  right: 15px;
  top: 15px;
  outline: none;
  appearance: none;
  background: none;
  border: 0px;
  font-weight: bold;
  cursor: pointer;
}
[data-tooltip] {
  display:inline-block;
  position: relative;
  z-index: 900;
  cursor: pointer;
}
[data-tooltip]:before{
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}
[data-tooltip]:before {
  position: absolute;
  bottom: 70%;
  left: 50%;
  margin-bottom: 10px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 1);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
}
[data-tooltip]:hover:before{
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.feldvergessen ~label:before{
  background:red;
}
.ohno{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}
#uploadingfile{
  width: 50%;
  border: 0;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 10px;
  border: 1px solid #383838;
}
.progress {
    background-color: #d02c73;
    position: relative;
    margin: 20px;
    height: 1.2rem;
}
.progress-bar {
    background-color: #d02c73;
    width: 100%;
    height: 1.2rem;
}
progress::-webkit-progress-value {
    background: #383838;
}
progress::-webkit-progress-bar {
    background: #d02c73;
}
progress::-moz-progress-bar {
    background: #383838;
}
.statementjobbeschreibung{
  background:#fff;
}
@media screen and (max-width: 1150px){
	table, thead, tbody, th, td, tr {
		display: block;
	}
	thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	tr { border: 1px solid #ccc; }

	td {
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
    min-height:35px;
	}
	td:before {
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}
  td:before { content: attr(data-label); }
}
@media screen and (max-width: 500px){
   .slogan h1 {
      font-size: 2.5em;
      line-height: 7.3em;
      margin-bottom: -3.3em;
    }
    .custom-radio-button__container {
  width: 32%;
  padding-left: 1%;
}
}
#fullpage {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: contain;
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-color: black;
  cursor: pointer;
}
#fullpageclose{
  width: 70px;
  position: absolute;
  right: 4em;
  top: 4em;
}
