.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#ECECEC;--e-global-color-text:#F4A9A5;--e-global-color-accent:#FFD400;--e-global-color-28bfd11:#FFFFFF;--e-global-color-f95bb6c:#FFF4F3;--e-global-color-396c610:#F5F5F5;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-8c10d18-font-family:"circe-rounded";--e-global-typography-8c10d18-font-size:4.375rem;--e-global-typography-8c10d18-font-weight:700;--e-global-typography-8c10d18-line-height:4rlh;--e-global-typography-5ef7043-font-family:"circe-rounded";--e-global-typography-5ef7043-font-size:3.75rem;--e-global-typography-5ef7043-font-weight:700;--e-global-typography-5ef7043-line-height:1lh;--e-global-typography-d7f2ccb-font-family:"circe-rounded";--e-global-typography-d7f2ccb-font-size:2.5rem;--e-global-typography-d7f2ccb-line-height:2rlh;--e-global-typography-b7c06d9-font-family:"circe-rounded";--e-global-typography-b7c06d9-font-size:1.563rem;--e-global-typography-b7c06d9-line-height:1rlh;--e-global-typography-7f4b683-font-family:"circe-rounded";--e-global-typography-7f4b683-font-size:1.375rem;--e-global-typography-7f4b683-line-height:1rlh;--e-global-typography-2251aad-font-family:"circe";--e-global-typography-2251aad-font-size:1rem;--e-global-typography-2251aad-font-weight:400;--e-global-typography-2251aad-line-height:1rlh;--e-global-typography-9ab4a3b-font-family:"circe-rounded";--e-global-typography-9ab4a3b-font-size:1rem;--e-global-typography-9ab4a3b-font-weight:700;--e-global-typography-52860e9-font-family:"circe";--e-global-typography-52860e9-font-size:1.563rem;--e-global-typography-52860e9-font-weight:400;--e-preloader-animation:eicon-spin;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;}.elementor-kit-6 e-page-transition{background-color:var( --e-global-color-28bfd11 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-d7f2ccb-font-size:1.3rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-5ef7043-line-height:3rlh;--e-global-typography-d7f2ccb-font-size:1.5rem;--e-global-typography-d7f2ccb-line-height:1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}:root { --Rosa:#F4A9A5; --Schwarz:#000; --Gelb:#FFD400; --Grau:#ECECEC; --Weiss:#ffffff; --Hellrosa:#fff4f3; }
/* Start custom CSS */html,
body {
  overflow-x: hidden;
}

/*anker offset*/
html {
  scroll-padding-top: 100px;
}

.elementor-widget-text-editor p:last-child{ margin-bottom: 0px;}





/*/Bild Drehen loop */
 .rotate-loop {
    animation: swing 8s ease-in-out infinite;
    transform-origin: top center; /* wirkt wie aufgehängt */
}

@keyframes rotateLoop {
  0%   { transform: rotate(0deg); }
    25%  { transform: rotate(2deg); }
    50%  { transform: rotate(0deg); }
    75%  { transform: rotate(-2deg); }
    100% { transform: rotate(0deg); }
}



/*Beitrags button*/
.beitrags-button .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 8px 25px;

  background: #FFD400;
  color: #000;

  border: 0;
  border-radius: 5px;

  font-family: "circe-rounded", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;

  min-height: 40px;
  box-sizing: border-box;

  text-decoration: none;
}

.beitrags-button .wp-block-button__link:hover,
.beitrags-button .wp-block-button__link:focus {
  background-color: #F4A9A5;
  color: #000000;
  text-decoration: none;
}/* End custom CSS */