.padding-s {
	padding:12px;
}
.padding-xs {
	padding:8px;
}

.content-swiper .swiper-button-next, .content-swiper .swiper-button-prev {
  color: #333;
  background: none;
  visibility: hidden;
}

/* enriqueta-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: 'Enriqueta';
  font-style: normal;
  font-weight: 400;
  src: url('/files/cto_layout/fonts/enriqueta/enriqueta-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* enriqueta-500 - 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: 'Enriqueta';
  font-style: normal;
  font-weight: 500;
  src: url('/files/cto_layout/fonts/enriqueta/enriqueta-v17-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* enriqueta-600 - 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: 'Enriqueta';
  font-style: normal;
  font-weight: 600;
  src: url('/files/cto_layout/fonts/enriqueta/enriqueta-v17-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* enriqueta-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: 'Enriqueta';
  font-style: normal;
  font-weight: 700;
  src: url('/files/cto_layout/fonts/enriqueta/enriqueta-v17-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .ce_revolutionslider_text.bold, .font_headline {
  font-family: 'Enriqueta'!important;
}

/* hier die dunkle Hintergrundfarbe für Böttcherhof */
.mod_article:not(.fullwidth) > .container {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(255,255,255,1);
}

.header {
  width: 100%;
  top: 0px;
  z-index: 1030;
  position: relative;
  background: rgb(255,255,255);
  line-height: 100px;
}
