hr {
  margin-top: 1rem;
  margin-bottom: 2rem;
  border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
  border-top: 1px solid rgba(255,255,255,.25);
}
form a:link, 
form a:visited,
form a:active{
    color: #ffffff; 
    text-decoration: underline;
    transition: 0.3s;
}
form a:hover{
    color: #e6e123!important;    
    transition: 0.3s;  
}
h1, h4, a, a:hover{
color:#fff;
}
h1 span{
color:#e6e123
}

ul{
list-style: outside;
    padding-left: 20px;
    list-style-type: decimal;
}
ul li {
  padding-left: 15px; /* Erzeugt zusätzlichen Platz zwischen Zahl und Text */
}
.form-member::placeholder {
    color: #e6e123; 
    opacity: 1;    
}

.form-member::-webkit-input-placeholder { color: #2b316f; }
.form-member::-moz-placeholder { color: #2b316f; opacity: 1; }
.form-member:-ms-input-placeholder { color: #2b316f; }

.form-member {
  background: rgba(255,255,255,1);
  border: none;
  border-bottom: 1px solid #fff;
  color: #2b316f;
margin: 10px 0px;
    width: 100%;
    padding-left: 15px;
    border-radius: 5px;
    height: 50px;
}
.container_check .checkmark {
  background-color: transparent;
}
.container_check input:checked ~ .checkmark {
  background-color: #2b316f!important;
  border: 1px solid transparent;
}
.container_check .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid black;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/*============================================================================================*/
/* 1.5 Nice Select  */
/*============================================================================================*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #2b316f;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-weight: normal;
  height: 50px;
  line-height: 48px;
  outline: none;
  padding-left: 15px;
  padding-right: 27px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
  color: #2b316f;
  margin-bottom: 20px;
}
.nice-select:hover {
  border-color: #ededed;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: border-color;
}
.nice-select:after {
  border-bottom: 2px solid var(--thm-primary);
  border-right: 2px solid var(--thm-primary);
  content: '';
  display: block;
  height: 8px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 8px;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #9e9e9e;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #c1b6a3;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-25px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  height: auto;
  overflow: auto;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .list::-webkit-scrollbar {
  width: 14px;
  height: 18px;
}
.nice-select .list::-webkit-scrollbar-thumb {
  height: 6px;
  border: 4px solid transparent;
  background-clip: padding-box;
  -webkit-border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}
.nice-select .list::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
.nice-select .list::-webkit-scrollbar-corner {
  background-color: transparent;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 38px;
  list-style: none;
  min-height: 38px;
  outline: none;
  padding-left: 15px;
  padding-right: 26px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: 500;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}


.intro em {
  font-family: 'Caveat', cursive;
  font-size: 32px;
  font-size: 2rem;
  font-style: normal;
  color: #555;
}
/*-------- 3.3 Forms --------*/
#message-newsletter {
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: 5px;
}

.error_message {
  color: #e6e123;
}

.form-group {
font-size: 18px;
  line-height: 1.7;
  margin-bottom: 25px;
}
.form-group label {
  margin-bottom: 3px;
}

.form-control {
  border-color: #ededed;
font-size: 18px;
  line-height: 1.7;
  color: #444;
  height: 50px;
}
.form-control:focus {
  border-color: #ddd;
  outline: 0;
  box-shadow: 0 0 0 0.2rem transparent;
}

textarea.form-control {
  height: 130px !important;
}
form a {
  color: #fff;
  text-decoration: underline;
}
form strong {
  color: #fff;
}
/*-------- 3.9 Checkbox style --------*/
.container_check {
  display: block;
  position: relative;
 font-size: 18px;
  line-height: 1.7;
  padding-left: 30px;
  line-height: 1.3;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.container_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.container_check input:checked ~ .checkmark {
  background-color: #24262d;
  border: 1px solid transparent;
}

.container_check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #d9e1e6;
  background-color: #fff;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}

.container_check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.container_check input:checked ~ .checkmark:after {
  display: block;
}