.elementor-kit-16{--e-global-color-primary:#006E7E;--e-global-color-secondary:#74B4BE;--e-global-color-text:#7E9092;--e-global-color-accent:#E53A53;--e-global-color-48025ae:#FFFFFF;--e-global-color-bbd8601:#E6F2F1;--e-global-color-6d6c8af:#222222;--e-global-color-549175e:#005B68;--e-global-color-20ef02e:#FFFFFF94;--e-global-color-324dcae:#D1334A;--e-global-color-e4362a9:#003E47;--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:"Barlow";--e-global-typography-accent-font-weight:500;--e-global-typography-229619c-font-family:"Barlow";--e-global-typography-229619c-font-size:18px;--e-global-typography-229619c-font-weight:400;--e-global-typography-51fc857-font-size:22px;color:#7E9092;font-family:"Barlow", Sans-serif;font-size:17px;font-weight:400;line-height:26px;}.elementor-kit-16 button,.elementor-kit-16 input[type="button"],.elementor-kit-16 input[type="submit"],.elementor-kit-16 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Barlow", Sans-serif;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var( --e-global-color-48025ae );border-radius:5px 5px 5px 5px;padding:23px 25px 23px 25px;}.elementor-kit-16 button:hover,.elementor-kit-16 button:focus,.elementor-kit-16 input[type="button"]:hover,.elementor-kit-16 input[type="button"]:focus,.elementor-kit-16 input[type="submit"]:hover,.elementor-kit-16 input[type="submit"]:focus,.elementor-kit-16 .elementor-button:hover,.elementor-kit-16 .elementor-button:focus{background-color:var( --e-global-color-549175e );}.elementor-kit-16 e-page-transition{background-color:#FFBC7D;}.elementor-kit-16 a{color:var( --e-global-color-text );}.elementor-kit-16 h1{color:var( --e-global-color-6d6c8af );font-family:"Barlow", Sans-serif;font-weight:500;line-height:1.3em;}.elementor-kit-16 h2{color:var( --e-global-color-6d6c8af );font-family:"Barlow", Sans-serif;font-weight:500;line-height:1.3em;}.elementor-kit-16 h3{color:var( --e-global-color-6d6c8af );font-family:"Barlow", Sans-serif;font-weight:500;line-height:1.3em;}.elementor-kit-16 h4{color:var( --e-global-color-6d6c8af );font-family:"Barlow", Sans-serif;font-weight:500;line-height:1.2em;}.elementor-kit-16 h5{color:var( --e-global-color-6d6c8af );font-family:"Barlow", Sans-serif;font-weight:500;line-height:1.2em;}.elementor-kit-16 h6{color:var( --e-global-color-6d6c8af );font-family:"Barlow", Sans-serif;font-weight:500;line-height:1.2em;}.elementor-kit-16 input:not([type="button"]):not([type="submit"]),.elementor-kit-16 textarea,.elementor-kit-16 .elementor-field-textual{padding:15px 15px 15px 15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-16 h1{font-size:26px;}.elementor-kit-16 h2{font-size:24px;}.elementor-kit-16 h3{font-size:22px;}.elementor-kit-16 h4{font-size:20px;}.elementor-kit-16 h5{font-size:18px;}.elementor-kit-16 h6{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Allgemein */

html, body {
  overflow-x: hidden;
}
body {
  position: relative
}

/* Textlinks */

p a, label a {
    position: relative;
    color: inherit !important;
}

p a:after, label a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    top: 92%;
    border-bottom: 1px solid var(--e-global-color-text);
    transition: all .3s;
}

p a:hover::after, label a:hover::after {
    opacity: 0;
    right: 0px;
    width: 10px;
}

/* Selection Farbe */

::-moz-selection { /* Code for Firefox */
  color: #ffffff;
  background: var(--e-global-color-secondary);
}

::selection {
  color: #ffffff;
  background: var(--e-global-color-secondary);
}

/* Verbesserte Eingangsanimationen */

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}

/* ++++++++++++++++++++++ */
/* Button Info nur Text */

.elementor-button-info .elementor-button {
    padding: 0px;
    background-color: transparent !important;
    color: var(--e-global-color-primary);
}

.elementor-button-info .elementor-button i {
    transition: 0.2s;
}

.elementor-button-info .elementor-button:hover i {
    margin-left: 5px;
}

/* ++++++++++++++++++++++ */
/* Liste mit Nummern */

.list-number {
    background-color: var(--e-global-color-secondary);
    color: #ffffff;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 50%;
    margin-right: 5px;
}

/* WPML Header */

.wpml-ls-item-legacy-list-horizontal img {
    width: 18px !important;
    height: 12px !important,;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://bbwebsite.srvdino.com/wp-content/uploads/Roboto-Black.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 900;
	font-display: auto;
	src: url('https://bbwebsite.srvdino.com/wp-content/uploads/Roboto-BlackItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://bbwebsite.srvdino.com/wp-content/uploads/Roboto-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('https://bbwebsite.srvdino.com/wp-content/uploads/Roboto-BoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://bbwebsite.srvdino.com/wp-content/uploads/Roboto-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://bbwebsite.srvdino.com/wp-content/uploads/Roboto-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 300;
	font-display: auto;
	src: url('https://bbwebsite.srvdino.com/wp-content/uploads/Roboto-LightItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://bbwebsite.srvdino.com/wp-content/uploads/Roboto-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://bbwebsite.srvdino.com/wp-content/uploads/Roboto-MediumItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://bbwebsite.srvdino.com/wp-content/uploads/Roboto-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://bbwebsite.srvdino.com/wp-content/uploads/Roboto-Thin.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 100;
	font-display: auto;
	src: url('https://bbwebsite.srvdino.com/wp-content/uploads/Roboto-ThinItalic.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://bbwebsite.srvdino.com/wp-content/uploads/RobotoSlab-Black.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://bbwebsite.srvdino.com/wp-content/uploads/RobotoSlab-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://bbwebsite.srvdino.com/wp-content/uploads/RobotoSlab-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://bbwebsite.srvdino.com/wp-content/uploads/RobotoSlab-ExtraLight.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://bbwebsite.srvdino.com/wp-content/uploads/RobotoSlab-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://bbwebsite.srvdino.com/wp-content/uploads/RobotoSlab-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://bbwebsite.srvdino.com/wp-content/uploads/RobotoSlab-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://bbwebsite.srvdino.com/wp-content/uploads/RobotoSlab-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://bbwebsite.srvdino.com/wp-content/uploads/RobotoSlab-Thin.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://bbwebsite.srvdino.com/wp-content/uploads/Barlow-Black.ttf') format('truetype');
}
@font-face {
	font-family: 'Barlow';
	font-style: italic;
	font-weight: 900;
	font-display: auto;
	src: url('https://bbwebsite.srvdino.com/wp-content/uploads/Barlow-BlackItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://bbwebsite.srvdino.com/wp-content/uploads/Barlow-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Barlow';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('https://bbwebsite.srvdino.com/wp-content/uploads/Barlow-BoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://bbwebsite.srvdino.com/wp-content/uploads/Barlow-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Barlow';
	font-style: italic;
	font-weight: 800;
	font-display: auto;
	src: url('https://bbwebsite.srvdino.com/wp-content/uploads/Barlow-ExtraBoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://bbwebsite.srvdino.com/wp-content/uploads/Barlow-ExtraLight.ttf') format('truetype');
}
@font-face {
	font-family: 'Barlow';
	font-style: italic;
	font-weight: 200;
	font-display: auto;
	src: url('https://bbwebsite.srvdino.com/wp-content/uploads/Barlow-ExtraLightItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Barlow';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://bbwebsite.srvdino.com/wp-content/uploads/Barlow-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://bbwebsite.srvdino.com/wp-content/uploads/Barlow-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Barlow';
	font-style: italic;
	font-weight: 300;
	font-display: auto;
	src: url('https://bbwebsite.srvdino.com/wp-content/uploads/Barlow-LightItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://bbwebsite.srvdino.com/wp-content/uploads/Barlow-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Barlow';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://bbwebsite.srvdino.com/wp-content/uploads/Barlow-MediumItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://bbwebsite.srvdino.com/wp-content/uploads/Barlow-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://bbwebsite.srvdino.com/wp-content/uploads/Barlow-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Barlow';
	font-style: italic;
	font-weight: 600;
	font-display: auto;
	src: url('https://bbwebsite.srvdino.com/wp-content/uploads/Barlow-SemiBoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://bbwebsite.srvdino.com/wp-content/uploads/Barlow-Thin.ttf') format('truetype');
}
@font-face {
	font-family: 'Barlow';
	font-style: italic;
	font-weight: 100;
	font-display: auto;
	src: url('https://bbwebsite.srvdino.com/wp-content/uploads/Barlow-ThinItalic.ttf') format('truetype');
}
/* End Custom Fonts CSS */