/*
Core Styles
*/

* {
  box-sizing: border-box;
}

ul {
  list-style-type: square;
}

.wp-block-video video {
  border-radius: 20px;
}

img {
  width: 100%;
  height: auto;
}

:where(.wp-site-blocks)>* {
  margin-block-start: 0;
  margin-block-end: 0;
}

/*
Startseite
*/
.wp-block-image.wellpass-logo-header {
  z-index: 100;
}

/* Site Footer */

.site-footer i {
  color: #e17a19
}

/*
Navigation
*/

.sub-header i {
  color: #e17a19
}

.wp-block-navigation {
  font-weight: 500;
}

.navbar {
  position: fixed;
  width: 100%;
  z-index: 100;
}

.wp-block-navigation-item.wp-block-navigation-link::after {
  content: "";
  width: 0;
  height: 3px;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 4px;
  background-color: var(--wp--preset--color--primary);
  transition: 300ms;
}

.wp-block-navigation-item.wp-block-navigation-link:hover:after {
  width: calc(100% - 8px);
}

.wp-block-navigation-item.current-menu-item.wp-block-navigation-link::after {
  width: calc(100% - 8px);
}





/* Kontaktformular */


.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  padding: 1rem;
  background: #fff;
  border: 1px solid #dbdbdb;
}

.wpcf7-form input[type='submit'] {
  font-weight: 700;
  color: #fff;
  background-color: #00b7ee;
}

.wpcf7-form input:focus,
.wpcf7-form select:focus {
  border: 1px solid #00b7ee;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label input {
  width: auto;
}