/*
Theme Name: LeoRia Master
Description: LeoRia Master Theme
Author: LeoRia
Author URI: https://leoria.de
Template: uncode
Version: 1.0.7
Text Domain: uncode
*/

/*#########################################*/
/* CSS/Custom properties (CSS-Variablen) */
:root {
  --white-color: #FFFFFF;
  --black-color: #000000;
  --global_background-color: #FFFA;
  --main_0-color: #FFFA;
  --main_0_sub0-color: #FFFA; /*Farbton der Main-Farbe*/
  --main_0_sub1-color: #FFFA; /*Farbton der Main-Farbe*/
  --main_0_sub2-color: #FFFA; /*Farbton der Main-Farbe*/
  --main_1-color: #FFFA;
  --main_1_sub0-color: #FFFA; /*Farbton der Main-Farbe*/
  --main_1_sub1-color: #FFFA; /*Farbton der Main-Farbe*/
  --main_1_sub2-color: #FFFA; /*Farbton der Main-Farbe*/
  --main_2-color: #FFFA;
  --main_2_sub0-color: #FFFA; /*Farbton der Main-Farbe*/
  --main_2_sub1-color: #FFFA; /*Farbton der Main-Farbe*/
  --main_2_sub2-color: #FFFA; /*Farbton der Main-Farbe*/
  
  
  --accent_0-color: #FFFA;
  --accent_0_sub0-color: #FFFA /*Farbton der Akzentfarbe*/
  --accent_0_sub1-color: #FFFA /*Farbton der Akzentfarbe*/
  --accent_0_sub2-color: #FFFA /*Farbton der Akzentfarbe*/
  --accent_1-color: #FFFA;
  --accent_1_sub0-color: #FFFA /*Farbton der Akzentfarbe */
  --accent_1_sub1-color: #FFFA /*Farbton der Akzentfarbe*/
  --accent_1_sub2-color: #FFFA /*Farbton der Akzentfarbe*/
  --accent_2-color: #FFFA;
  --accent_2_sub0-color: #FFFA /*Farbton der Akzentfarbe*/
  --accent_2_sub1-color: #FFFA /*Farbton der Akzentfarbe*/
  --accent_2_sub2-color: #FFFA /*Farbton der Akzentfarbe*/
  
  
  --accent_0-color_text: #FFFA;
  --accent_1-color_text: #FFFA;
  --accent_2-color_text: #FFFA;
  --link-colorzzz: #FFFA;
  /* Text Farben */
  --main_0-color_text: #FFFA;
  --main_1-color_text: #FFFA;

}

.main_0-color {
color: var(--main_0-color) !important;
}
.accent_0-color {
color: var(--accent_0-color) !important;
}
.white-color {
color: var(--white-color) !important;
}
.black-color {
color: var(--black-color) !important;
}


/*#########################################*/

/*#######################*/
/*### GLOBAL STYLINGS ###*/
/*#######################*/

/*#### FONTS ####*/
/* plus-jakarta-sans-200 - 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: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 200;
  src: url('./fonts/plus-jakarta-sans-v8-latin-200.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./fonts/plus-jakarta-sans-v8-latin-200.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* plus-jakarta-sans-200italic - 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: 'Plus Jakarta Sans';
  font-style: italic;
  font-weight: 200;
  src: url('./fonts/plus-jakarta-sans-v8-latin-200italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./fonts/plus-jakarta-sans-v8-latin-200italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* plus-jakarta-sans-300 - 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: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/plus-jakarta-sans-v8-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./fonts/plus-jakarta-sans-v8-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* plus-jakarta-sans-300italic - 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: 'Plus Jakarta Sans';
  font-style: italic;
  font-weight: 300;
  src: url('./fonts/plus-jakarta-sans-v8-latin-300italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./fonts/plus-jakarta-sans-v8-latin-300italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* plus-jakarta-sans-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: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/plus-jakarta-sans-v8-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./fonts/plus-jakarta-sans-v8-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* plus-jakarta-sans-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: 'Plus Jakarta Sans';
  font-style: italic;
  font-weight: 400;
  src: url('./fonts/plus-jakarta-sans-v8-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./fonts/plus-jakarta-sans-v8-latin-italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* plus-jakarta-sans-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: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/plus-jakarta-sans-v8-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./fonts/plus-jakarta-sans-v8-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* plus-jakarta-sans-500italic - 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: 'Plus Jakarta Sans';
  font-style: italic;
  font-weight: 500;
  src: url('./fonts/plus-jakarta-sans-v8-latin-500italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./fonts/plus-jakarta-sans-v8-latin-500italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* plus-jakarta-sans-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: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/plus-jakarta-sans-v8-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./fonts/plus-jakarta-sans-v8-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* plus-jakarta-sans-600italic - 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: 'Plus Jakarta Sans';
  font-style: italic;
  font-weight: 600;
  src: url('./fonts/plus-jakarta-sans-v8-latin-600italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./fonts/plus-jakarta-sans-v8-latin-600italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* plus-jakarta-sans-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: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/plus-jakarta-sans-v8-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./fonts/plus-jakarta-sans-v8-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* plus-jakarta-sans-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: 'Plus Jakarta Sans';
  font-style: italic;
  font-weight: 700;
  src: url('./fonts/plus-jakarta-sans-v8-latin-700italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./fonts/plus-jakarta-sans-v8-latin-700italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* plus-jakarta-sans-800 - 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: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 800;
  src: url('./fonts/plus-jakarta-sans-v8-latin-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./fonts/plus-jakarta-sans-v8-latin-800.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* plus-jakarta-sans-800italic - 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: 'Plus Jakarta Sans';
  font-style: italic;
  font-weight: 800;
  src: url('./fonts/plus-jakarta-sans-v8-latin-800italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./fonts/plus-jakarta-sans-v8-latin-800italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


/*--------- */
/* inter-100 - 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: 100;
  src: url('./fonts/inter-v13-latin-100.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./fonts/inter-v13-latin-100.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* inter-200 - 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: 200;
  src: url('./fonts/inter-v13-latin-200.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./fonts/inter-v13-latin-200.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* inter-300 - 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: 300;
  src: url('./fonts/inter-v13-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./fonts/inter-v13-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* 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-v13-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./fonts/inter-v13-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* inter-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: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/inter-v13-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./fonts/inter-v13-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* inter-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: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/inter-v13-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./fonts/inter-v13-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* 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-v13-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./fonts/inter-v13-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* inter-800 - 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: 800;
  src: url('./fonts/inter-v13-latin-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./fonts/inter-v13-latin-800.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* inter-900 - 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: 900;
  src: url('./fonts/inter-v13-latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./fonts/inter-v13-latin-900.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


/*#### HEIGHTS ####*/

.lr-min-height-50 {
	min-height: 50px;
}
.lr-min-height-60 {
	min-height: 60px;
}
.lr-min-height-70 {
	min-height: 70px;
}
.lr-min-height-80 {
	min-height: 80px;
}
.lr-min-height-90 {
	min-height: 90px;
}
.lr-min-height-100 {
	min-height: 100px;
}

/*#### BUTTON ####*/





/*#### HEADER ####*/
.lr-page-header .text-lead,
.lr-page-header .text-lead p {
    margin-top: 10px!important;
}
/*lr002
a.topbar-text:hover, 
a.topbar-text:focus, 
a.topbar-text:active {
	color: var(--main_0-color)!important; 
}

a.topbar-text span {
    padding-left: 10px;
    font-size: 15px !important;
}

a.topbar-text i {
    color: white !important;
    font-size: 17px !important ;
    font-weight: 600;
}

.top-menu {
	padding: 6px;
}

.top-menu .col-lg-12 {
	display: none; 
}

.top-menu .col-lg-0 {
	text-align: center;
}

.uncode-single-media.header-siegel {
    position: absolute;
    right: 0;
}

.page-wrapper > .sections-container {
	margin-top: -10px;
}

li.menu-item-button::before, li.menu-item-button::after {
	height: calc(50% - ( 8px + 0.5em ));
}

.gdpr.gdpr-privacy-bar,
.gdpr-cookie-title,
.gdpr-wrapper footer {
    display: none!important;
}

.gdpr-privacy-preferences .gdpr-info .gdpr-cookies, .gdpr-general-confirmation .gdpr-info .gdpr-cookies {
    width: 100%;
    font-size: 15px;
    line-height: 1.8;
	color: #000;
}

.gdpr-privacy-preferences .gdpr-tab-content h4, .gdpr-general-confirmation .gdpr-tab-content h4 {
	font-size: 21px;
}

.gdpr-cookies-used {
    white-space: pre-line;
}

.gdpr-privacy-preferences form, .gdpr-general-confirmation form {
	height: 90%;
}
*/

/*#### ACCORDION ####*/



/*#### MARGINS ####*/
/* lr002
.margin-top-10 {
}
*/

/*#### OVERVIEW PAGES - CAT / TAGS ####*/


/*#### QUICK INFO ####*/


/*#### PREFOOTER / FOOTER ####*/


/*#### CIRCLE ELEMENTS ####*/


/*#### GRID ELEMENTS ####*/

 
/*#### HOME ####*/


/*#### KONTAKT ####*/


/*###ICONS POPUP RIGHT - Sticky Slide Buttons###*/

#ssb-btn-4 .fa-map-pin:before {
    content: "\f276"!important;
}

#ssb-btn-5 .fa-map-pin:before {
    content: "\f276"!important;
}

#ssb-btn-0 .fa-clock:before {
    content: "\f017"!important;
}

#ssb-container ul li a {
    padding: 20px 15px 20px 0!important;
}

.fa-accessible-icon:before {
    content: url(https://pool.leoria.de/dev_content-public/emergency-light-2.png);
    width: 10px;
}

ul.ssb-light-hover li#ssb-btn-0 {
    border-radius: 30px 0 0 0;
}

ul.ssb-light-hover li#ssb-btn-3 {
    border-radius: 0 0 0 30px;
}
/*
#ssb-container ul li span {
	width: 35px!important;
}

div#ssb-container.ssb-btns-right {
	right: -162px;
}
*/
#ssb-container {
	top: 25%;
}

li#ssb-btn-3 p a::after {
    content: "CONTENT GOES HERE";
    position: absolute;
    left: 55px;
    bottom: 0;
    font-size: 13px;
}
/*###END ICONS POPUP RIGHT - Sticky Slide Buttons###*/



/*#### MEDIA QUERIES ####*/



/* ##### SLIDER ####*/





