/*
 Theme Name:   Lauerz Theme
 Theme URI:    https://lauerz.online
 Description:  Custom Theme Lauerz
 Author:       Your name
 Author URI:   your domain
 Template:     generatepress
 Version:      1.0
*/

.wp-block-search {
  display: flex;
  align-items: center;
  max-width: 680px;
  border-radius: 30px;
  background: rgba(69, 97, 113, 0.50);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  overflow: hidden;
  isolation: isolate;
}

.wp-block-search .wp-block-search__input {
  flex: 1;
  height: 40px;
  padding: 0 12px;
  border: none;
  border-radius: 0;
  background: transparent !important;
  color: #fff !important;
  font-size: 16px;
  line-height: 40px;
  outline: none !important;     
  box-shadow: none !important;  
  caret-color: #fff;            
}

.wp-block-search .wp-block-search__input::placeholder {
  color: rgba(255, 255, 255, .75);
  font-size: 14px;
  font-weight: 400 !important;
}

.wp-block-search .wp-block-search__input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}


.wp-block-search .wp-block-search__button {
  height: 40px;
  padding: 0 18px;
  border: none;
  background: transparent !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background .15s ease, opacity .15s ease;
}

.wp-block-search .wp-block-search__button:hover,
.wp-block-search .wp-block-search__button:focus {
  background: rgba(255, 255, 255, .08);
}

.wp-block-search .wp-block-search__input:-webkit-autofill,
.wp-block-search .wp-block-search__input:-webkit-autofill:hover,
.wp-block-search .wp-block-search__input:-webkit-autofill:focus,
.wp-block-search .wp-block-search__input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 40px transparent inset !important;
  -webkit-text-fill-color: #fff !important;
  color: #fff !important;
  caret-color: #fff;
  background: transparent !important;
}


.wp-block-search .wp-block-search__input:-moz-autofill {
  box-shadow: 0 0 0 40px transparent inset !important;
  -moz-text-fill-color: #fff !important;
  color: #fff !important;
  caret-color: #fff;
  background: transparent !important;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    border: 0px solid #949494;
    box-sizing: border-box;
    padding: 0px;
}

body.archive.post-type-archive-verein, .archive.post-type-archive-verein #page {
    background-color: #F7F7F7;
}

.yoast-breadcrumbs > span > span:nth-of-type(2) a {
font-style: normal;
font-weight: 500;
color:  rgba(30, 30, 30, 0.5)
}
.yoast-breadcrumbs svg {
  margin: 0 6px;