/*  ==================================================================
	HIER KOMMEN DEINE AUSGELAGERTEN CSS BEFEHLE REIN =================
	==================================================================  */
/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/inter-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/inter-v20-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/inter-v20-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/inter-v20-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* Schriftart global auf der gesamten Website anwenden */
* {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif !important;
}


.et-pb-icon {
  font-family: ETmodules !important;
 }



li.current-menu-item a {
	border: none !important;
	background-color: var(--gcid-s2a3uugbks) !important;

  padding-right: var(--gvid-1fpx37lfdt) !important;

  padding-left: var(--gvid-1fpx37lfdt) !important;
}



.table-striped tbody tr:nth-of-type(2n+1) {
  background: #f5f5f5;
}

.table-striped tr td:nth-child(1) {
  font-weight: bold;
  white-space: nowrap;
}



.gmap-consent-wrap {
  position: relative;
  width: 100%;
}
.gmap-consent-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #f2f2f2;
  border: 1px solid #ddd;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
}
.gmap-consent-placeholder p {
  margin: 0 0 15px;
  font-size: 15px;
  color: #333;
}
.gmap-consent-btn {
  cursor: pointer;
  padding: 10px 22px;
  background: #2E312F;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.4;
}
.gmap-consent-btn:hover {
  opacity: .85;
}