/* ------------------------------ */
/* ----------- Fonts ------------ */
/* ------------------------------ */
@font-face {
  font-family: 'Lato';
  font-weight: 300;
  font-style: normal;
  src: url('/wp-content/themes/chrigifrick_child/fonts/Lato-Light.woff2') format('woff2'),
    url('/wp-content/themes/chrigifrick_child/fonts/Lato-Light.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  font-weight: normal;
  font-style: normal;
  src: url('/wp-content/themes/chrigifrick_child/fonts/Lato-Regular.woff2') format('woff2'),
    url('/wp-content/themes/chrigifrick_child/fonts/Lato-Regular.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  font-weight: bold;
  font-style: normal;
  src: url('/wp-content/themes/chrigifrick_child/fonts/Lato-Black.woff2') format('woff2'),
    url('/wp-content/themes/chrigifrick_child/fonts/Lato-Black.woff') format('woff');
  font-display: swap;
}


/* ------------------------------ */
/* ----------- Basics ----------- */
/* ------------------------------ */
body {
  background-color: #ffffff;
}

.site_wrapper {
  max-width: 1920px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 25px 0 rgba(35,35,35,.05);
  box-shadow: 0 0 25px 0 rgba(35,35,35,.05);
}

.center {
  text-align: center;
}

.center h1, .center h2, .center h3, .center h4, .center p, .center main ul {
  margin-left: auto;
  margin-right: auto;
}

main > section:first-child {
  padding-top: 3.5rem;
}

main > nav + section {
  padding-top: 2.5rem;
}

main > section:last-child {
  padding-bottom: 5rem;
}

.header.header--no-cover + main > section:first-child {
  margin-top: 1rem;
}

.header.header--no-cover + main > section.section--grey:first-child {
  margin-top: 0;
}

section {
  position: relative;
  padding-top: 5rem;
}

section.section--no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

section.section--no-padding + section {
  padding-top: 1rem;
}

section.section--grey {
  margin-top: 5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

section.section--grey.section--small {
  margin-top: 3rem;
  padding-top: 4rem;
}

section > div, .inside {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 1.25rem;
}

section > div, .section__row > .row > div > div {
  padding-top: 2.75rem;
}

section > div + .section__button, section > div + .section__team {
  padding-top: 1.5rem;
}

section > div.section__document + .section__document, section > div + .section__buttons {
  padding-top: 1rem;
}

section > div + .section__buttons .button {
  margin-top: .5rem;
}

section > .section__title + div  {
  padding-top: .5rem;
}

section > .section__title + div.section__list, section > .section__title + div.section__form {
  padding-top: .25rem;
}

section > div:first-child, .section__row > .row > div > div:first-child,
section > .section__title + div.section__faq {
  padding-top: 0;
}

section > div:last-child, .section__row > .row > div > div:last-child {
  padding-bottom: 0;
}

.section__row + .section__row {
  margin-top: 1rem;
}



/* ------------------------------ */
/* --------- Typography --------- */
/* ------------------------------ */

html {
  font-size: 20px;
}

body {
  font-family: 'Lato';
  font-size: 1rem;
  line-height: 1.6;
  color: #232323;
}

h1, h2, h3, h4, h5, h6, .fake_h3 {
  line-height: 1.3;
  margin-top: 0;
}

h1, h2 {
  font-size: 2rem;
  margin-bottom: .5rem;
}

.box h1 {
  font-size: 1rem;
  margin-bottom: .25rem;
}

.box h2 {
  font-size: 1.75rem;
  margin-bottom: .25rem;
}

h3, .fake_h3, .box__container strong, .box__container b {
  font-size: 1.3rem;
  line-height: 1.3;
}

h3, .fake_h3{
  margin-bottom: .25rem;
}

.box__container strong, .box__container b {
  margin-bottom: 0;
}

.fake_h3 {
  font-weight: bold;
}

.box__container strong {
  display: inline-block;
}

h3 {
  margin-top: 1.5rem;
}

h3:first-child {
  margin-top: 0;
}

h4, .person__position, .course__day, .accordion__header h3, .quform-element.quform-element-radio .quform-label-text, .course__address {
  font-size: 1.05rem;
  margin-bottom: 3px !important;
}

th, td, td a, .box__container strong, .box__container b, .contact__name, .wpb_list_column ul li, .wpb_list_column ul li a, .document a,
.site_cover__content__time, .site_cover__content__address, .site_cover__content__phone a, .site_cover__content__mail a, .contact__info .phone a, .contact__info .mail a {
  font-size: 1.15rem;
  line-height: 1.4;
}

.box__desc p {
  font-size: .9rem;
}

p, main ul {
  margin: 0 0 .75em;
}

p + ul {
  margin-top: -.5em;
}

p:last-child, main ul:last-child, p.no-margin {
  margin-bottom: 0;
}

a {
  color: #232323;
  text-decoration: none;
}

a.full {
  border: 0;
}

main a {
  border-bottom: 1px solid;
}

main .mail a, main .phone a {
  border-bottom: 0;
}

.no-touchevents main a:hover, p.red {
  color: #e40428;
}

ul {
  padding: 0;
  list-style-type: none;
}

main ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 3px;
}

main ul li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  top: 14px;
  left: 0;
  background-color: #232323;
}

h1, h2, h3, h4, h5, p, main ul, .accordions {
  max-width: 950px;
}



/* ------------------------------ */
/* ---- Image, Video, iFrame ---- */
/* ------------------------------ */

/* Image */
.picture_container {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 1;
}

.objectfit .picture_container--cover img, .object-fit .picture_container--cover img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.picture_container--cover, .picture_container--cover picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.no-objectfit .picture_container--cover picture, .no-object-fit .picture_container--cover picture {
  display: none;
}

.no-objectfit .picture_container--cover, .no-object-fit .picture_container--cover {
  background-size: cover !important;
  -o-background-size: cover !important;
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important;
}



/* ------------------------------ */
/* ----------- Colors ----------- */
/* ------------------------------ */

.section--grey {
  background-color: #f5f5f5;
}

::-moz-selection {
  background: #e40428;
  color: white;
}

::selection {
  background: #e40428;
  color: white;
}

::-moz-selection {
  background: #e40428;
  color: white;
}


/* ------------------------------ */
/* --- Transitions, Animations -- */
/* ------------------------------ */

.site_header, .wpb_content_element .wpb_wrapper, .box {
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

main a, footer a, .site_nav__main li a, .site_nav_meta li a, .button a, .offer__image img, .offer__image::after, .site_logo a, .accordion__header h3, .button span,
.box__image img {
  -webkit-transition: .35s ease-in-out;
  -o-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}


/* Animation */
.animation.is-visible {
  opacity: 1;
}

.animation--fade {
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
  -webkit-transition: transform 1s cubic-bezier(0.25, 1, 0.35, 1), opacity 1s;
  -o-transition: transform 1s cubic-bezier(0.25, 1, 0.35, 1), opacity 1s;
  transition: transform 1s cubic-bezier(0.25, 1, 0.35, 1), opacity 1s;
}

.animation--delay0 {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.animation--delay1 {
  -webkit-transition-delay: .5s;
       -o-transition-delay: .5s;
          transition-delay: .5s;
}

.animation--delay2 {
  -webkit-transition-delay: .75s;
       -o-transition-delay: .75s;
          transition-delay: .75s;
}

.animation--fade.is-visible {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}



/* ------------------------------ */
/* ----------- Iconset ---------- */
/* ------------------------------ */

.course__place a::before, .course__place a::after, .price::before, .time::before, .address::before, .address::after, .accordion__header h3::before, .accordion__header h3::after,
.document.document--pdf a::before, .document.document--pdf a::after, .quform-option .quform-option-label::after, .list__item p::before, .mail::before, .mail::after, .phone::before, .phone::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url('/wp-content/themes/chrigifrick_child/img/iconset.svg');
  background-repeat: no-repeat;
  background-size: 180px;
  background-color: transparent;
  -webkit-transition: .35s ease-in-out;
  -o-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

.course__place a::after, .no-touchevents .course__place a:hover::before, .accordion__header h3::after, .no-touchevents .accordion__header h3:hover::before, .accordion--active .accordion__header h3::before,
.document.document--pdf a::after, .no-touchevents .document.document--pdf a:hover::before, .quform-option .quform-option-label::after, input[type="radio"]:checked + .quform-option-label::before, 
.address::after, .no-touchevents .address:hover::before, .mail::after, .no-touchevents .mail:hover::before, .phone::after, .no-touchevents .phone:hover::before {
  opacity: 0;
}

.no-touchevents .course__place a:hover::after, .no-touchevents .accordion__header h3:hover::after, .accordion--active .accordion__header h3::after, .no-touchevents .document.document--pdf a:hover::after,
input[type="radio"]:checked + .quform-option-label::after, .no-touchevents .address:hover::after, .no-touchevents .mail:hover::after, .no-touchevents .phone:hover::after {
  opacity: 1;
}

.price::before {
  top: 4px;
  width: 20px;
  height: 18px;
  background-position: -2px -22px;
}

.time::before {
  top: 2px;
  left: 1px;
  width: 20px;
  height: 20px;
  background-position: -83px -41px;
}

.address::before, .address::after {
  top: 2px;
  width: 19px;
  height: 22px;
}

.address.address--single-line::before, .address.address--single-line::after {
  margin-top: -1px;
}

.address::after {
  background-position: -36px 0;
}

.mail::before, .mail::after {
  top: 6px;
  left: 0;
  width: 21px;
  height: 16px;
  background-position: -97px -65px;
}

.mail::after {
  background-position: -141px -65px;
}

.phone::before, .phone::after {
  top: 4px;
  left: 2px;
  width: 16px;
  height: 20px;
  background-position: -49px -63px;
}

.phone::after {
  background-position: -81px -63px;
}

.list__item p::before {
  top: 2px;
  width: 24px;
  height: 24px;
  background-position: -154px -12px;
}

.accordion__header h3::before, .accordion__header h3::after {
  left: auto;
  right: 5px;
  top: 21px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 20px;
  height: 11px;
  background-position: 0 -40px;
  z-index: -1;
}

.accordion__header h3::after {
  background-position: -43px -39px;
}

.no-touchevents .accordion__header h3:hover::before, .no-touchevents .accordion__header h3:hover::after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.no-touchevents .accordion--active .accordion__header h3:hover::before, .no-touchevents .accordion--active .accordion__header h3:hover::after,
.accordion--active .accordion__header h3::before, .accordion--active .accordion__header h3::after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 0;
}

.document.document--pdf a::before, .document.document--pdf a::after {
  top: -1px;
  width: 30px;
  height: 34px;
  background-position: -64px -1px;
}

.document.document--pdf a::after {
  background-position: -124px -1px;
}

.quform-option .quform-option-label::after {
  top: 6px;
  left: 4px;
  width: 15px;
  height: 15px;
  background-position: -66px -39px;
}



/* ------------------------------ */
/* ----------- Footer ----------- */
/* ------------------------------ */

footer {
  font-size: .9rem;
  padding: 4rem 0 .75rem;
  background: #f5f5f5;
}

footer .row {
  margin-right: -15px;
  margin-left: -15px;
}

footer .row > div {
  padding-right: 15px;
  padding-left: 15px;
}

footer h4 {
  font-size: .95rem;
}

footer.bg--white {
  background: #ffffff;
}

footer p {
  margin-bottom: 0;
}

footer ul + p {
  margin-top: 1.25rem;
}

address {
  position: relative;
  font-style: normal;
}

address a {
  text-decoration: none;
  border: 0;
}

address a.route {
  padding-left: 0;
}

.accordion__element address {
  max-width: 100%;
}

.accordion__element address span {
  padding-left: 0;
}

.site_nav_footer {
  margin: .125rem 0 0;
}

.site_nav_footer li a {
  padding: .125rem 0;
}

.footer__col-4 {
  margin-top: 3rem;
}

.site_nav_imprint {
  margin: 0;
}

.site_nav_imprint li {
  display: inline-block;
}

.site_nav_imprint li a {
  font-size: 16px;
  margin-right: 1.5rem;
  opacity: .7;
}

.no-touchevents .site_nav_imprint li a:hover {
  opacity: 1;
}

.site_nav_imprint li:last-child a {
  margin-right: 0;
}

footer img {
  margin-top: 5px;
}

footer a, footer p {
  line-height: 1.6;
}

footer a {
  display: inline-block;
}

.no-touchevents footer ul.site_nav_footer li a:hover {
  color: #e40428;
}

.footer__col-1 p + p {
  margin-top: 1.25rem;
}

.footer__col-1 .contact_info a {
  position: relative;
  padding: .125rem 0 .125rem 28px;
}

.no-touchevents .footer__col-1 .contact_info a:hover {
  color: #e40428;
}

.footer__col-1 .contact_info a::before, .footer__col-1 .contact_info a::after {
  transform: scale(.9);
}

.footer__col-1 .mail::before, .footer__col-1 .mail::after {
  top: 7px;
}

.footer__col-1 .phone::before, .footer__col-1 .phone::after {
  top: 5px;
}


/* ------------------------------ */
/* --------- Shortcodes --------- */
/* ------------------------------ */

/* Space */
.gap--small {
  margin-bottom: 3em;
}

.gap--medium {
  margin-bottom: 5em;
}

.gap--big {
  margin-bottom: 7em;
}


/* Call to action */
.cta {
  position: relative;
}

.cta__content {
  border-radius: 50%;
  width: 8em;
  height: 8em;
  padding: 2em 1em;
  position: relative;
  text-align: center;
}

.cta__content a {
  border-radius: 50%;
}

.cta__label {
  position: relative;
}

.cta__label p {
  margin-bottom: 0;
}



/* Video */
.wpb_video_column {
  margin-bottom: 1em;
}


/* Accordion */
.accordion {
  border-bottom: 2px solid;
}

.accordion:first-child {
  border-top: 2px solid;
}

.accordion__header {
  position: relative;
  cursor: pointer;
}

.accordion__header h3 {
  position: relative;
  cursor: pointer;
  margin: 0 !important;
  font-weight: bold;
}

.no-touchevents .accordion__header h3:hover, .accordion--active h3 {
  color: #e40428;
}

.accordion__header .accordion_trigger h3 {
  padding: .75rem 2rem .75rem 0;
}

.accordion__content {
  overflow: hidden;
  display: none;
}

.accordion__content {
  margin-top: -.25rem;
  padding: 0 45px 1.5rem 0;
}


/* Angebote */
.page-id-231 .offer__content {
  min-height: 315px;
}

.offer__content {
  min-height: 305px;
}


/* Angebote & Boxen */
.offers, .boxes {
  margin-right: -.5rem;
  margin-left: -.5rem;
}

.offers .col-l-4, .boxes .col-l-4 {
  padding-right: .5rem;
  padding-left: .5rem;
}

.offer__container, .boxes .box__container {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

.offer__image, .boxes .box__image {
  position: relative;
  overflow: hidden;
  line-height: 1;
}

.offer__image a, .boxes .box__image a {
  border-bottom: 0;
}

.no-touchevents .offer__image--linked:hover img, .no-touchevents .boxes .box__image:hover img {
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
}

.offer__content, .boxes .box__content {
  position: relative;
  text-align: left;
  padding: 1.1rem 1rem 1.1rem;
}

.offer__content h3, .boxes .box__content h3 {
  font-size: 1.15rem;
}

.offer__content p, .boxes .box__content p {
  font-size: .9rem;
  margin-bottom: 0;
}

.offer__content .button, .boxes .box__content .button {
  margin-top: .75rem;
}

.offer__content p.date {
  font-size: 1.1rem;
  margin-top: -8px;
  margin-bottom: 5px;
  color: #757575;
}


/* Boxen */
.boxes {
  margin-bottom: -1rem;
}

.boxes .box {
  margin-bottom: 1rem;
}

.boxes .box__container {
  padding: 0;
  max-width: 100%;
}


/* Tile */
.tile {
  position: relative;
}

.tile__media {
  position: relative;
  overflow: hidden;
  min-height: 400px;
}

.tile__media .video_container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.tile__media .video_container::before {
  display: none;
}

.tile__caption {
  position: absolute;
  bottom: 3em;
  left: 3em;
  padding: 1em;
}


/* Toggle */
section > .section__toggle {
  padding-top: 0;
}

.toggle__buttons {
  margin-top: .5rem;
}

.toggle__buttons a {
  display: inline-block;
  border-bottom: 2px solid;
  line-height: 1.4;
}

.toggle__buttons .button--read_less, .toggle__buttons.active .button--read_more {
  display: none;
}

.toggle__buttons.active .button--read_less {
  display: inline-block;
  margin-top: 1.25rem;
}

.toggle__content {
  margin-top: .75rem;
}

.toggle__content h3 {
  margin-top: 1.5rem !important;
}


/* Buttons */
.section__buttons .button, .buttons .button {
  display: inline-block;
  margin-right: .75rem;
}

.section__buttons .button:last-child, .buttons .button:last-child {
  margin-right: 0;
}

.button a, .button span, .quform-element-submit button, .toggle__buttons a, .cookie_box__container button {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .3px;
}

.quform-element-submit button, .cookie_box__container button {
  cursor: pointer;
  background-color: transparent;
  line-height: 1.6;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.button a, .button span, .quform-element-submit button, .cookie_box__container button {
  color: #e40428;
  padding: 6px 11px 4px;
  border: 2px solid #e40428;
}

.button--special a, .button--special span {
  color: #232323;
  border-color: #232323;
}

.button--small span, .cookie_box__container button {
  font-size: 14px;
  padding: 4px 9px 3px;
}

.button a, .button span, .quform-element-submit button {
  display: inline-block;
}

.quform-element-submit button span {
  font-size: 15px;
}

.no-touchevents .button a:hover, .no-touchevents .quform-element-submit button:hover, .no-touchevents .course:not(.course--booked) .course__container:hover .button:not(.button--special) span {
  background: #e40428;
  color: #ffffff;
}

.no-touchevents .button--special a:hover {
  background: #232323;
}

.button a + a {
  margin-left: 15px;
}

.button--ghost a, .button--ghost span {
  color: #232323;
  border-color: #232323;
  background-color: transparent;
}

.no-touchevents .button--ghost a:hover {
  color: #ffffff;
  background-color: #232323;
}

.cookie_box__container button {
  color: #ffffff;
  border: 2px solid #ffffff;
}

.no-touchevents .cookie_box__container button:hover {
  color: #232323;
  background-color: #ffffff;
  border-color: #ffffff;
}


/* Course */
.courses {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: -20px;
}

.course {
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 20px;
}

.course--booked .course__container > div {
  opacity: .7;
}

.course--booked a {
  pointer-events: none;
}

.course:last-child {
  margin-bottom: 0;
}

.course_note {
  position: absolute;
  top: 0;
  padding: 2px 10px 0;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  background: #e40428;
}

.course_note--place {
  right: 0;
  background-color: #2e2e2e;
}

.course__container {
  position: relative;
  padding: 1rem 1rem 1.35rem 1rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(35,35,35, .05);
          box-shadow: 0px 0px 15px rgba(35,35,35, .05);
}

.course_date {
  line-height: 1.3;
}

.course__container--note .course_note + .course_date {
  margin-top: 20px;
}

.course_infos {
  margin-top: .25rem;
  margin-bottom: .75rem;
}

.quform-spacer .course_info {
  margin-top: 0;
  margin-bottom: .75rem;
  background-color: #ffffff;
}

.site_cover .course_infos {
  max-width: 600px;
  margin: 0;
}

.course_infos > div {
  position: relative;
  font-size: .95rem;
  padding-left: 28px;
}

.course_infos > div {
  margin: .1rem 0;
}

.course_infos > div.address {
  padding-left: 0;
}

.course_infos > div.address a {
  padding-left: 28px;
}

.course_infos > div.address span {
  display: inline-block;
}

.course_infos > div.address::before, .course_infos > div.address::after {
  display: none;
}

.course_infos > div.button {
  margin: 1rem 0 0;
  padding: 0;
}

.course--special {
  width: 100%;
}

.course--special .course__container {
  padding: 1rem 1rem .85rem 1rem;
  background: #2e2e2e;
}

.course--special.course--red .course__container {
  background: #e40428;
}

.course--special .course__container, .course--special .course__container a {
  color: #ffffff;
}

#content .wpb_text_column h2:last-child {
  margin-bottom: 20px;
}

.section__address {
  margin-top: 20px;
}

.section__address address {
  max-width: 100%;
}

.section__address address span, .section__address address a {
  padding-left: 0;;
}

.course_info {
  position: relative;
  display: inline-block;
  margin-top: .75rem;
  padding: 15px 15px 14px 42px;
  font-size: .9rem;
  -webkit-box-shadow: 0 0 25px 0 rgb(29 29 27 / 10%);
  box-shadow: 0 0 25px 0 rgb(29 29 27 / 10%);
}

.course_info svg {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 17px;
  left: 15px;
}

.course__address {
  margin-bottom: .65rem !important;
}

.course__address a {
  padding-left: 28px;
}

.course__address a::before, .course__address a::after {
  margin-top: 2px;
}

.course__address a.disable {
  pointer-events: none;
}


/* Single Kurs */
.single-kurs .iframe_container, .single-instruktorenkurs .iframe_container {
  padding-top: 0;
}

.single-kurs .iframe_container iframe, .single-instruktorenkurs .iframe_container iframe {
  position: relative;
  height: 840px;
}


/* Single Anmeldung */
.single-anmeldung section.section--grey {
  margin-top: 1.25rem;
  padding-top: 2rem;
}

section.section--back {
  padding-top: 2rem;
}

.single-anmeldung .course_infos {
  opacity: 1;
  margin-bottom: 2.25rem;
}

.single-anmeldung .soldout {
  position: relative;
  display: inline-block;
  background: #e40428;
  color: white;
  padding: 6px 15px 4px 39px;
  margin-top: 10px;
}

.single-anmeldung .button {
  text-align: center;
  margin-top: 2em;
}

.course_date--multiple .course__day, .course_date--multiple .course__time {
  display: inline-block;
}

.course_date--multiple .course__time {
  margin-left: 20px;
}

.single .course_desc {
  margin-top: 1.5rem;
}


/* Special */
p.special {
  position: relative;
  font-size: .9rem;
  padding: 15px 15px 14px 30px;
  margin-top: 2rem;
  -webkit-box-shadow: 0 0 25px 0 rgba(29,29,27,.1);
  box-shadow: 0 0 25px 0 rgba(29,29,27,.1);
}

p.special::before {
  content: "*";
  position: absolute;
  top: 12px;
  left: 14px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #e40428;
}

span.red-star {
  font-size: 1.1rem;
  font-weight: bold;
  color: #e40428;
  display: inline-block;
  margin-left: 3px;
}


/* Message */
.info {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  background: #ffffff;
  padding: .75rem .85rem;
  -webkit-box-shadow: 0 0 25px 0 rgba(35,35,35,.05);
  margin-top: 30px;
}

.info__content {
  font-weight: bold;
  padding-left: 23px;
}

.info svg {
  position: absolute;
  top: 16px;
  left: 12px;
  width: 18px;
  height: 18px;
}

.info svg path {
  fill: #e40428;
}


.info.info--booked {
  margin-top: 0;
  background: #e40428;
  color: #ffffff;
}

.info.info--booked svg path {
  fill: #ffffff;
}



/* Contact */
main .contact  {
  width: 730px;
  margin: 0 auto;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(35,35,35,.05);
          box-shadow: 0px 0px 15px rgba(35,35,35,.05);
}

.contact__image {
  width: 250px;
  height: 250px;
}

.contact__info {
  padding: 10px 15px 15px 60px;
}

.contact__name {
  font-weight: bold;
  margin-bottom: 8px;
}

.contact .phone::before, .site_cover__content .phone::before {
  top: 7px;
  left: -30px;
  width: 14px;
  height: 23px;
  background-size: 14px;
}

.contact .mail::before, .site_cover__content .mail::before {
  top: 14px;
  left: -33px;
  width: 21px;
  height: 14px;
  background-size: 21px;
}


/* Team */
.person {
  margin: 0 0 1.25em;
}

.person__name, .person__position {
  line-height: 1.4;
}

.person__name {
  font-weight: bold;
  margin-top: .5rem;
}

.person__position {
  margin-bottom: 15px !important;
}



/* Kontakt */
.map_container {
  position: relative;
  min-height: 600px;
}

.map_container .gmap {
  position: absolute;
}

.page-template-page-contact .site_cover__content__phone {
  margin-top: 16px;
}

.page-template-page-contact .site_cover__content__mail, .page-template-page-contact .site_cover__content__address {
  margin-top: 4px;
}

.site_cover__content .phone::before, .site_cover__content .mail::before {
  left: 0;
}


/* Content */
.section__list {
  padding-top: .5rem;
}

.list.row {
  max-width: 1000px;
}

.list__item {
  margin-bottom: 10px;
  margin-left: -1px;
}

.list__item:last-child {
  margin-bottom: 0;
}

.list__item p {
  position: relative;
  padding-left: 30px;
}

.list--one-row .list__item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
   max-width: 100%;
}



/* Forms */
::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(35,35,35,.7);
}
::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(35,35,35,.7);
}
:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(35,35,35,.7);
}
::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(35,35,35,.7);
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(35,35,35,.7);
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(35,35,35,.7);
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(35,35,35,.7);
}

.quform {
  max-width: 800px;
}

.quform h3, .quform-element-6_68 {
  margin-top: 1.5rem;
}

.quform-element-tree, .quform-form > .quform-default-submit, .quform-field-select-enhanced,
.select2-search--hide, .select2-results__options li:first-child  {
  display: none;
}

.quform-child-elements > .quform-element.quform-element-text, .quform-child-elements > .quform-element.quform-element-textarea,
.quform-child-elements > .quform-element.quform-element-select, .quform-child-elements > .quform-element.quform-element-email {
  margin-bottom: .75rem;
}

.quform-child-elements > .quform-element.quform-element-checkbox {
  margin-bottom: 1rem;
  margin-top: 0.25rem;
}

.quform-element-group > .quform-spacer > .quform-child-elements > .quform-element-plz, .quform-element-group > .quform-spacer > .quform-child-elements > .quform-element-ort,
.quform-child-elements > .quform-element.quform-element-3_6, .quform-child-elements > .quform-element.quform-element-3_7,
.quform-child-elements > .quform-element.quform-element-4_6, .quform-child-elements > .quform-element.quform-element-4_7,
.quform-child-elements > .quform-element.quform-element-5_6, .quform-child-elements > .quform-element.quform-element-5_7,
.quform-child-elements > .quform-element.quform-element-6_6, .quform-child-elements > .quform-element.quform-element-6_7 {
  display: inline-block;
}

.quform-element-group > .quform-spacer > .quform-child-elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -.375rem;
  margin-left: -.375rem;
}

.quform-element-group > .quform-spacer > .quform-child-elements > .quform-element {
  padding-right: .375rem;
  padding-left: .375rem;
  margin-bottom: .75rem;
  width: 50%;
}

.quform-element-group > .quform-spacer > .quform-child-elements > .quform-element-company, .quform-element-group > .quform-spacer > .quform-child-elements > .quform-element-full {
  width: 100%;
}

.quform-element-group > .quform-spacer > .quform-child-elements > .quform-element-company input {
  width: calc(50% - 0.375rem);
}

.quform-element-group > .quform-spacer > .quform-child-elements > .quform-element-plz,
.quform-element-group > .quform-spacer > .quform-child-elements > .quform-element.quform-element-3_6,
.quform-element-group > .quform-spacer > .quform-child-elements > .quform-element.quform-element-4_6,
.quform-element-group > .quform-spacer > .quform-child-elements > .quform-element.quform-element-5_6,
.quform-element-group > .quform-spacer > .quform-child-elements > .quform-element.quform-element-6_6 {
  width: 15%;
}

.quform-element-group > .quform-spacer > .quform-child-elements > .quform-element-ort,
.quform-element-group > .quform-spacer > .quform-child-elements > .quform-element.quform-element-3_7,
.quform-element-group > .quform-spacer > .quform-child-elements > .quform-element.quform-element-4_7,
.quform-element-group > .quform-spacer > .quform-child-elements > .quform-element.quform-element-5_7,
.quform-element-group > .quform-spacer > .quform-child-elements > .quform-element.quform-element-6_7 {
  width: 35%;
}

.quform-element-submit {
  margin-top: 1.75rem;
  margin-bottom: 0;
}

.quform-description {
  font-size: 15px;
  margin-top: 5px;
}

.quform-error + .quform-description {
  margin-top: 0;
}

input[type="text"], input[type="email"], .quform-input-select > .select2-container, textarea, body > .select2-container--open, .quform-input-radio .quform-option-label, .quform-label-inside label {
  font-size: .95rem;
}

.quform-element-radio .quform-label-text, .quform-element-select .quform-label-text {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: .2rem;
}

input[type="text"], input[type="email"], .quform-input-select > .select2-container, textarea {
  width: 100%;
  border: 2px solid #dedede;
  background-color: transparent;
  border-radius: 0;
  padding: 0 .65rem;
  height: 52px;
  transition: .3s;
}

input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
  border-color: #232323;
}

textarea {
  padding: .65rem;
  resize: none;
}

.quform-input-textarea, textarea {
  height: 150px;
}

.quform-has-error input[type="text"], .quform-has-error input[type="email"], 
.quform-has-error .quform-input-select > .select2-container, .quform-has-error textarea,
.quform-has-error .quform-input-radio .quform-option-label::before {
  border-color: #e40428;
}

.quform-has-error .quform-input-radio .quform-option-label, .quform-has-error .quform-input-radio .quform-option-label a,
.quform-has-error .quform-input-checkbox .quform-option-label, .quform-has-error .quform-input-checkbox .quform-option-label a {
  color: #e40428;
}

.quform-input-select > .select2-container {
  display: block;
  padding: 0;
}

.quform-input-select > .select2-container span {
  position: relative;
  display: block;
  white-space: nowrap;
  overflow: hidden;
}

.quform-input-select > .select2-container span.select2-selection--single {
  padding-right: 2rem;
}

.select2-selection__rendered {
  line-height: 49px;
  padding: 0 .65rem;
  cursor: pointer;
}

.quform-input-select > .select2-container span.select2-selection__arrow {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
}

.select2-selection__arrow b {
  position: absolute;
  width: 100%;
  height: 100%;
}

.select2-selection__arrow b::before {
  position: absolute;
  content: "‹";
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 1.75rem;
  font-family: 'Gilroy';
  font-weight: normal;
  height: 100%;
}

body > .select2-container--open {
  z-index: 5;
  background: #232323;
  color: white;
  margin-top: -1px;
  width: 800px;
  min-width: 250px;
}

body > .select2-container--open li {
  padding: .35rem .65rem;
  border-bottom: 1px solid rgba(255,255,255,.2);
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

body > .select2-container--open li:last-child {
  border-bottom: 0;
}

body > .select2-container--open li.select2-results__option--highlighted {
  color: rgba(255,255,255,.5);
}

.quform-error {
  margin-top: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #e40428;
}

.quform-element-radio, .quform-element-select {
  margin-top: .25rem;
  margin-bottom: 1rem;
}

.quform-inner-radio {
  margin-top: -.15rem;
}

.quform-options-inline .quform-option {
  display: inline-block;
}

.quform-options-inline .quform-option + .quform-option {
  margin-left: 1.25rem;
}

.quform-input-radio .quform-option-label {
  position: relative;
  display: inline-block;
  padding-left: 1.45rem;
  cursor: pointer;
}

input[type="radio"] {
  display: none !important;
}

.quform-input-radio .quform-option-label::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #232323;
  border-radius: 50%;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.no-touchevents .quform-input-radio .quform-option-label:hover::before, .quform-input-radio input:checked + label::before {
  border-color: #e40428;
}

.quform-input-radio .quform-option-label::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 5px;
  background-image: url(/wp-content/themes/chrigifrick_child/img/iconset.svg);
  background-size: 170px;
  background-repeat: no-repeat;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: 10px;
  height: 10px;
  background-position: -129px -1px;
  opacity: 0;
}

.quform-input-radio input:checked + label::after {
  opacity: 1;
}

.quform-input {
  position: relative;
}

.quform-label-inside {
  position: absolute;
  top: 3px !important;
  left: 0 !important;
}

.quform-input-textarea .quform-label-inside {
  margin-top: -2px !important;
}

.quform-label-inside label {
  position: relative;
  top: 9px;
  left: .75rem;
  opacity: .7;
}

.quform-element-recaptcha {
  display: none !important;
}

.quform-element-html {
  margin-top: 10px;
  margin-bottom: 5px;
}

.quform-element-html em {
  opacity: .7;
  font-style: normal;
  display: block;
  font-size: 16px;
  line-height: 1.5;
}

.quform-element-html a {
  text-decoration: underline;
  border-bottom: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.no-touchevents .quform-element-html a:hover {
  opacity: .7;
}

.quform-element-text .quform-label, .quform-element-email .quform-label, .quform-element-textarea .quform-label, .quform-element-select .quform-label, .quform-element-checkbox .quform-label {
    position: absolute;
    height: 1px;
    width: 1px;
    clip: rect(1px,1px,1px,1px);
    border: 0;
    overflow: hidden
}

.quform-input .quform-option-label, .quform-inner-checkbox > .quform-error {
  padding-left: 32px;
}

.quform-input .quform-option-label {
  position: relative;
  cursor: pointer;
  display: block;
}

.quform-input input.quform-field-checkbox {
  display: none;
}

.quform-element-3_11, .quform-element-4_11, .quform-element-5_11, .quform-element-6_11 {
  margin-top: 1rem;
}

.quform-input .quform-option-label::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #dedede;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.no-touchevents .quform-input .quform-option-label:hover::before {
  border-color: #232323;
}

.quform-input input[type=checkbox]:checked + .quform-option-label::before {
  border-color: #e40428;
}

.quform-input input[type=checkbox]:checked + .quform-option-label::after {
  opacity: 1;
}


/* Spinner */
.quform-element-submit::before, .quform-element-submit::after {
  content: " ";
  display: table;
}

.quform-element-submit::after{
  clear: both;
}

.quform-button-submit, .quform-loading {
  float: left;
}

.quform-loading {
  position: relative;
  display: none;
  margin-left: 1rem;
  top: 7px;
}

.quform-loading-inner {
  display: inline-block;
  margin: 0 auto;
  max-width: 24px;
  max-height: 24px;
}

.quform-loading-spinner, .quform-loading-spinner:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.quform-loading-spinner {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 21px;
  min-width: 21px;
  min-height: 21px;
  border: 3px solid #e40428;
  border-color: transparent;
  border-top-color: #e40428;
  border-radius: 50%;

  -webkit-transition: opacity .6s ease-in-out;
  transition: opacity .6s ease-in-out;
  -webkit-animation: qspinstyle 0.65s infinite linear;
  animation: qspinstyle 0.65s infinite linear;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

.quform-loading-spinner:after {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  display: block;
  width: inherit;
  height: inherit;
  border: inherit;
  border-color: transparent;
  border-top-color: #e40428;
  border-radius: inherit;
  -webkit-animation: qspinstyle 0.65s infinite ease-in-out alternate;
  animation: qspinstyle 0.65s infinite ease-in-out alternate;
}

@-webkit-keyframes qspinstyle {
  0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
  }
  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

@keyframes qspinstyle {
  0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
  }
  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

.quform-element-4_28 {
  margin-bottom: 20px;
  margin-top: 20px;
}


/* Success */
.quform-success-message-content p em {
  font-style: normal;
  font-size: 16px;
}



/* CleanTalk */
#cleantalk-modal-overlay {
  padding: 15px;
}

#cleantalk-modal-overlay #cleantalk-modal-inner {
  padding: 25px 40px 25px 25px !important;
  max-width: 560px;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

#cleantalk-modal-overlay #cleantalk-modal-inner p a {
  text-decoration: underline;
}

#cleantalk-modal-overlay #cleantalk-modal-close {
  top: 0 !important;
  right: 0 !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 0 !important;
  border: 0 !important;
  transition: .3s;
}

#cleantalk-modal-overlay #cleantalk-modal-close:hover {
  opacity: .7;
}

#cleantalk-modal-close:before, #cleantalk-modal-close:after {
  top: 9px !important;
  left: 19px !important;
  height: 22px !important;
  background: #232323 !important;
  border-radius: 0 !important;
}



/* FAQs */
.section__faqs h3 {
  margin-top: 3rem;
  margin-bottom: .75rem;
}

.section__faqs h3:first-child {
  margin-top: 1rem;
}


/* Preise */
table {
  border-collapse: separate; 
  border-spacing: 0;
}

thead {
  text-align: left;
}

tr:nth-child(2n) {
  background-color: #f9f9f9;
}

td, th {
  padding: 10px 30px 10px 15px;
  border-bottom: 2px solid #f5f5f5;
}

td:last-child, th:last-child {
  padding-right: 15px;
}

td a, th a {
  border-bottom: 0;
}


/* Google Maps */
.map {
  height: 450px;
  margin: .5rem 0 .75rem;
}

.map_description address {
  line-height: 1.5;
  margin-bottom: .5rem;
}

.map_description a {
  opacity: .7;
}

.no-touchevents .map_description a:hover {
  opacity: 1;
}


.gm-style .gm-style-iw {
  font-weight: normal;
  margin-top: -5px;
}

.gm-style .gm-style-iw-c {
  border-radius: 0;
  padding: 15px;
  min-width: 200px !important;
  max-height: 300px !important;
  -webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,.15);
  box-shadow: 0 0 25px 0 rgba(0,0,0,.15);
}

.gm-style .gm-style-iw-t::after {
  top: -5px;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

.gm-style .gm-style-iw-c button.gm-ui-hover-effect {
  top: 0 !important;
  right: 0 !important;
  opacity: 1 !important;
  width: 27px !important;
  height: 27px !important;
}

.no-touchevents .gm-style .gm-style-iw-c button.gm-ui-hover-effect:hover {
  opacity: .6 !important;
}

.gm-style .gm-style-iw-c button.gm-ui-hover-effect img {
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  display: inline-block !important;
}

.gm-desc, .gm-desc a {
  color: #232323 !important;
}

.gm-desc a {
  display: inline-block;
  margin-top: 5px;
  opacity: .7;
}

.no-touchevents .gm-desc a:hover {
  opacity: 1;
  color: #e40428 !important;
}

.gm-desc h3, .gm-style .gm-style-iw {
  font-family: 'Lato' !important;
  font-size: 17px;
  line-height: 1.3;
}

.gm-desc h3 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.gm-style .gm-style-iw p {
  margin-bottom: .5rem;
}



/* Kontakt */
.page-id-21 section > .section__title + div.section__row {
  margin-top: 1rem;
}


/* iFrame */
.iframe_container, .video_container--embed {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.iframe_container iframe, .video_container--embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.section__form iframe {
  height: 900px;
}


/* Documents */
.document a {
  position: relative;
  display: inline-block;
  border-bottom: 0;
  padding-left: 40px;
  line-height: 1.6;
}


/* ----------- Custom css for pages ----------- */
/* Instruktorenkurse */
.single-instruktorenkurs h4 {
  margin-top: 1.5rem;
}

/* Impressum / Datenschutz */
.page-id-27 h2 {
  margin-top: 3rem;
}

.page-id-27 h2 + h3 {
  margin-top: 1rem;
}

.page-id-23 h3, .page-id-27 h3 {
  margin-top: 2rem;
}

.page-id-27 main ul li + li {
  margin-top: .75rem;
}


/* Kontakt */
.section__mainaddress a {
  position: relative;
  padding-left: 28px;
}

.section__mainaddress a, .section__address a {
  display: inline-block;
  border-bottom: 0;
}

.section__mainaddress .mail {
  margin-top: .75rem;
}


/* Impressum */
.page-id-27 h4 {
  margin-top: 2rem;
}

.page-id-27 h3 + h4 {
  margin-top: .5rem;
}

.legal__footer {
  margin-top: 2rem;
  opacity: .5;
}


/* Zertifikat */
img.src {
  margin-top: 10px;
}


/* Cookie Toggle */
section > div.section__cookie {
  padding-top: 1rem;
}

section > div.section__cookie + .section__text {
  padding-top: .5rem;
}

.section__cookie p {
  display: inline-block;
  margin-right: .75rem;
}

.cookie_toggle {
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: .3px;
  color: #e40428;
  padding: 6px 11px 4px;
  border: 2px solid #e40428;
  background-color: transparent;
  -webkit-transition: .35s ease-in-out;
  -o-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  display: inline-block;
}

.no-touchevents .cookie_toggle:hover {
  color: #ffffff;
  background-color: #e40428;

}


/* ----------- Cookie message ----------- */
.cookie_box {
  position: fixed;
  z-index: 14;
  width: 545px;
  right: 20px;
  background: #232323;
  color: #ffffff;
  -webkit-box-shadow: 0 0 25px 0 rgba(35,35,35,.15);
  box-shadow: 0 0 25px 0 rgba(35,35,35,.15);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.cookie_box, .cookie_box.hide, .cookie_box.is-active.hide {
  bottom: calc(-192px - 1rem);
}

.cookie_box.is-active {
  bottom: 20px;
}

.cookie_box__container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 1rem;
}

.cookie_box__container p {
  font-size: 17px;
  line-height: 1.45;
}

.cookie_box__container a {
  color: #ffffff;
  text-decoration: underline;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.no-touchevents .cookie_box__container a:hover {
  opacity: .7;
}



/* ----------- Disabled Javascript ----------- */
.no-js .site_error {
  background: red;
  color: white;
}



/* AGBs */
.page-id-5660 h2 {
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.page-id-5660 h1 + h2 {
  margin-top: 2rem;
}

.page-id-5660 h3 {
  margin-top: 2rem
}

.page-id-5660 h2 + h3 {
  margin-top: 0;
}

.page-id-5660 h4 {
  margin-top: 1rem;
}

.page-id-5660 h3 + h4 {
  margin-top: 0;
}



/* ----------- Browser optimization ----------- */
.ie .page-scrolled .site_header {
  top: 0;
}

.ie .picture_container--cover picture {
  display: none;
}

.ie .mail::before, .ie .mail::after {
  top: 5px;
}

.macos .button a, .macos .button span, .macos .quform-element-submit button, .macos .cookie_box__container button,
.ios .button a, .ios .button span, .ios .quform-element-submit button, .ios .cookie_box__container button {
  padding: 5px 11px 6px;
}

.macos .button--small span, .macos .cookie_box__container button,
.ios .button--small span, .ios .cookie_box__container button {
  padding: 3px 9px 4px;
}

.macos .list__item p::before, .ios .list__item p::before, .macos .mail::before, .macos .mail::after, .ios .mail::before, .ios .mail::after,
.macos .time::before, .macos .price::before, .macos .address::before, .macos .address::after,
.ios .time::before, .ios .price::before, .ios .address::before, .ios .address::after,
.macos .quform-input .quform-option-label::before, .macos .quform-option .quform-option-label::after,
.ios .quform-input .quform-option-label::before, .ios .quform-option .quform-option-label::after,
.macos .cookie_box__container svg, .ios .cookie_box__container svg,
.macos .accordion__header h3::before, .macos .accordion__header h3::after, .ios .accordion__header h3::before, .ios .accordion__header h3::after,
.macos .document.document--pdf a::before, .macos .document.document--pdf a::after, .ios .document.document--pdf a::before, .ios .document.document--pdf a::after {
  margin-top: 2px;
}