input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
  width: 100%;
  border: 1px solid #666;
  border-radius: 3px;
  padding: .5rem 1rem;
  transition: all .3s;
}

#etifr {
  width: 100%;
}

/* CSS to make each card square */

.container {
  /*max-width: 920px;*/
}

.squareh {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  min-height: 445px;
}

.square {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  min-height: 164px;
}

@media (min-width: 576px) {
  .squareh {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    min-height: 294px;
  }
}

@media (min-width: 576px) {
  .square {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    min-height: 180px;
  }
}

@media (min-width: 992px) {
  .squareh {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    min-height: 278px;
  }
}

@media (min-width: 992px) {
  .square {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    min-height: 180px;
  }
}

.square > .d-flex {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

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

.square p {
  width: 100%;
  text-align: center;
}

.navbar-toggler span {
  color: white !important;
  /*background-color: white;*/
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

#rightcolregistration p {
  font-size: 1rem;
  line-height: 1.5;
  color: #e3e3e3;
}

[type=button], [type=submit], button {
  display: inline-block;
  font-weight: 400;
  color: #c36;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid #c36;
  padding: .5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  transition: all .3s;
}

h5 {
  color: #000000;
  font-family: "Inter", Sans-serif;
  /*font-size: 26px;*/
  font-weight: 700;
}

h3 {
  color: #000000;
  font-family: "Inter", Sans-serif;
  font-size: 26px;
  font-weight: 700;
}

p {
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-weight: 400;
}

a {
  color: #FFD42B;
}

.nav-item.border-end {
  border-right: 1px solid #ffffff;
}

#meinFormular {
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.emailbox {
  max-width: 550px;
  background-color: white;
  font-size: 1rem;
  line-height: 1.5;
  color: #797979;
  padding: 50px;
}

.navbar-toggler {
  border: white !important;
}

.nav-item.divider-right::after {
  content: '';
  display: block;
  border-right: 1px solid #fff;
  height: 50%;
  position: absolute;
  top: 55%;
  right: 0;
  transform: translateY(-50%);
}

.btn-yellow:hover {
  color: #FFD42B;
  background-color: #000000;
}

.btn-yellow {
  font-family: "Inter", Sans-serif;
  font-size: 18px;
  font-weight: bold;
  fill: #000000;
  color: #000000;
  background-color: #FFD42B;
  border-radius: 5px 5px 5px 5px;
  padding: 15px 15px 15px 15px;
  border: none;
}

.nav-item.divider-right {
  position: relative;
  padding-right: 0.5rem;
  margin-right: 0.5rem;
}

.btn-container:hover {
  transform: scale(0.95);
  transition: transform 0.5s;
}

.subheader {
  text-align: left;
  color: #D4D4D4;
  font-family: "Inter", Sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.cardsgradient {
  background-color: transparent;
  background: linear-gradient(180deg, #001038D4, #43758ABF);
  border-radius: 20px;
  background-image: linear-gradient(180deg, #001038D4, 0%, #b3ed898, 100%);
  --display: flex;
  --justify-content: space-between;
  --gap: 0px 0px;
  --background-transition: 0.3s;
  --border-radius: 20px 20px 20px 20px;
  --margin-block-start: 0px;
  --margin-block-end: 0px;
  --margin-inline-start: 0px;
  --margin-inline-end: 0px;
  --padding-block-start: 30px;
  --padding-block-end: 30px;
  --padding-inline-start: 30px;
  --padding-inline-end: 30px;
}

.headeringradientcard {
  color: #FFFFFF;
  font-family: "Inter", Sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2em;
}

.pgradientcard {
  text-align: left;
  color: #D4D4D4;
  font-family: "Inter", Sans-serif;
  font-size: 18px;
  font-weight: 400;
}

@media (min-width: 992px) {
  .cardsgradient.topshift1 {
    top: 150px;
    /*overflow: overlay;*/
    /*margin-bottom: 150px;*/
  }
}

.icon-list-items.topshift1 {
}

@media (min-width: 768px) {
  .mb-150 {
    margin-bottom: 150px;
  }
}

@media (min-width: 992px) {
  .cardsgradient.topshift2 {
    top: 100px;
  }
}

.icon-list-icon i {
  color: #ffd42b;
  padding-right: 10px;
}

.cardsgradient2 {
  background: url("../../../assets/img/background%20(1).jpg") no-repeat;
  background-size: cover;
  border-radius: 20px;
  margin-top: 2em;
  margin-bottom: 2em;
}

.fa-ul .fa-li {
  text-indent: -2.5em;
  margin-left: 2.5em;
  list-style-type: none;
  color: #ffd42b;
  font-size: 1.5em;
  top: 0em;
}

.fa-ul > li {
  position: relative;
  padding-left: 0;
}

@media (max-width: 768px) {
  h2 {
    font-size: 32px;
  }
}

@media (min-width: 768px) {
  .box {
    flex: 1;
  }
}

.boxtitle {
  font-size: 12px;
}

.popup {
  position: absolute;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 5px;
  /*display: none;*/
  z-index: 2;
}

/* Adjust the top value as needed to position the popup above the slider */

.slidecontainer {
  position: relative;
  padding-top: 50px;
}

.popup {
}

@media (min-width: 960px) {
  .navbar-nav {
    left: -100px;
    position: relative;
  }
}

@media (min-width: 992px) {
  #navlogin {
    right: -80px;
    position: relative;
  }
}

#agbCheckbox:checked {
  border: none;
  padding: 0;
}

.box {
  cursor: pointer;
  border: 3px solid tomato;
}

.fit-cover {
}

.aboutusimg {
  min-height: 300px;
  max-height: 500px;
}

.boxes3lines {
  min-height: 208px;
}

.boxyellow {
  background-color: #ffd42b;
  color: #001634;
  border-radius: 15px;
  padding: 0.6em;
}

