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;*/
}

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

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

@media (min-width: 576px) {
  .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: 992px) {
  .square {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    /*min-height: 278px;*/
  }
}

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

.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: var(--bs-blue);
  font-weight: bold;
}

.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%);
}

.nav-item.divider-right-black::after {
  content: '';
  display: block;
  border-right: 1px solid #000000;
  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;
}

.nav-item.divider-right-black {
  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;
}

.bluebox {
  text-align: left;
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bcdff1;
  padding: 15px;
  border-left: 5px solid transparent;
  position: relative;
  text-align: left;
}

.banner_section {
  background-color: #bfcbd4;
  background-image: linear-gradient(45deg,#bfcbd4 0%,#fff 46%,#bfcbd4 100%);
}

.bg-darkblue {
  background-color: #1B212D;
}

:root, [data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13,110,253;
  --bs-secondary-rgb: 108,117,125;
  --bs-success-rgb: 25,135,84;
  --bs-info-rgb: 13,202,240;
  --bs-warning-rgb: 255,193,7;
  --bs-danger-rgb: 220,53,69;
  --bs-light-rgb: 248,249,250;
  --bs-dark-rgb: 33,37,41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255,255,255;
  --bs-black-rgb: 0,0,0;
  --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33,37,41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255,255,255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0,0,0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33,37,41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233,236,239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33,37,41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248,249,250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13,110,253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10,88,202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
  --bs-card-title-color: #000000;
  --bs-card-color: #fff;
}

.font-1 {
  font-family: 'Montserrat', sans-serif;
}

.roundbt {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.card-body h4 {
  font-weight: bold;
}

.banner_section.borderbottom5 {
  border-bottom: 2px solid #CBCBCB;
}

h2 {
}

h2 {
  font-size: 30px;
}

.discover_card h3 {
  color: #000000;
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #000000;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
  text-decoration: none;
}

#carousel-t .carousel-indicators {
  position: relative;
  padding-bottom: 10px;
  /*color: #cc3366 !important;*/
  /*background-color: #31708f;*/
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000000;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}

