/* Allgemein*/
*, body, html {
  font-family: 'Work Sans', sans-serif;
  font-size: 1em;
  line-height: 1.6;
  hyphens: auto;
}
.pwm-field-icon {
  display: none;
}
html, body {
  position: relative;
overflow-x: hidden;
  max-width: 100vw;
	background-color: #fafaff;
}
.site-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #fafaff;
}
.theme-main-color {
  color: #0069b3;
}
a, a:visited {
  cursor: pointer;
  transition-property: color;
  transition: 0.75s;
  text-decoration: none !important;
  color: #000032;
}
a:hover, a:focus, a:active {
  color: #0069b3;
}
a:focus-visible {
  outline: 2px dotted #0069b3 !important;
  border: none;
  box-shadow: none;
  outline-offset: 2px;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a,  h6 a, p {
  color: #000032;
  	
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a,  h6 a {
 line-height: 1.1;
}
h1, h2, h3, h4 {
  font-weight: bold;
}
h1 {font-size: 2.0em;font-family: 'Sailor Gothic', sans-serif;}
h2 {font-size: 1.8em;font-family: 'Sailor Gothic', sans-serif;}
h3 {font-size: 1.6em;font-family: 'Sailor Gothic', sans-serif;}
h4 {font-size: 1.4em;font-family: 'Sailor Gothic', sans-serif;}
h5 {font-size: 1.2em;font-family: 'Sailor Gothic', sans-serif;}
h6 {font-size: 1em; font-family: 'Sailor Gothic', sans-serif;}

p::selection {
  background-color: #0069b3;
  color: #fafaff;
}
::-moz-selection {
  background-color: #0069b3;
  color: #fafaff;
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #0069b3 #ffffff;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 16px;
  }

  *::-webkit-scrollbar-track {
    background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #0069b3;
    border-radius: 10px;
    border: 3px solid #ffffff;
  }
.search-excerpt {
  color: #0069b3;
}
.has-samy-green-color {
color:#0069b3	
	
}
.has-samy-dark-grey-color {
color:#666	
	
}
.has-samy-middle-grey-color {
color:#AAA	
	
}
.has-samy-light-grey-color {
color:#DDD	
	
}
.has-samy-white-color {
color:#fafaff	
	
}
.has-samy-black-color {
color:#000032	
	
}
.has-black-color {
color:#000	
	
}
.has-white-color {
color:#fff	
	
}

.has-samy-dark-grey-background-color {
background-color:#666	
	
}
.has-samy-middle-grey-background-color {
background-color:#AAA	
	
}
.has-samy-light-grey-background-color {
background-color:#DDD	
	
}
.has-samy-white-background-color {
background-color:#fafaff	
	
}
.has-samy-black-background-color {
background-color:#000032	
	
}
.has-black-background-color {
background-color:#000	
	
}
.has-white-background-color {
background-color:#fff	
	
}
ol, ul {padding-left: 10px;}
ul li, ol ul li  {
  list-style: square;
  position: relative;
  list-style-position: outside;
}
ul li::marker, ol li::marker {
  color: #0069b3
}
ol li {
  list-style-position: outside;
  list-style: decimal;
  
}
ol li ol li {
  list-style: lower-latin;
}
ol li ol li ol li {
  list-style: lower-roman;
}
ol.circle-maker {
  counter-reset: myOrderedListItemsCounter;
}
ol.circle-maker li {
  list-style-type: none;
  position: relative;
}
ol.circle-maker li::before {
  counter-increment: myOrderedListItemsCounter;
  content: counter(myOrderedListItemsCounter);
  margin-right: .5em;
  background-color: #0069b3;
  color: #fff;
  padding: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: -23px;
  top: 1px;
  font-size: 13px;
  line-height: 0.9;
  text-align: center !important;
  font-weight: bold;
}
main ul.sitemap  {
	padding-left: 30px;
}

ol.circle-maker li::before {
  counter-increment: myOrderedListItemsCounter;
  content: counter(myOrderedListItemsCounter);
  margin-right: .5em;
  background-color: #0069b3;
  color: #000032;
  padding: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: -23px;
  top: 1px;
  font-size: 13px;
  line-height: 0.9;
  text-align: center !important;
  font-weight: bold;
}

main ul.sitemap li:before {
  color: #0069b3;
  content: "";
  font-family: FontAwesome;
  left: -30px;
  position: absolute;
  top: 0;
}
dl {
  border: 1px solid black;
  border-radius: 4px;
}
dl dt, dl dd {
  padding: 2px 5px;
}
dl dd {
  background-color: #AAA;
}
dl dd:last-child {
  margin-bottom: 0px;
}
hr {
  opacity: unset;
  border: 1.5px solid;
  border-color: inherit;
}
hr.hr-strong {
  border: 1.5px solid #0069b3;
}
hr.hr-dotted {
  border-style: dotted;
}
hr.hr-striped {
  border-style: dashed;
}

mark {background-color: rgba(4, 105, 179, 0.3);}
main blockquote {
  position: relative;
  border: none;
  border-radius: 4px;
  outline: none;
  display: inline-block;
  width: auto;
  background: #AAA;
  margin-left: 40px;
  padding: 10px
}
main blockquote:before {
  color: #0069b3;
  font-size: 2.5em;
  content: "";
  font-family: FontAwesome;
left: -1.1em;
  position: absolute;
  top: -0.5em;
}
figure {
  position: relative;
}
.img-wrap {}
.is-resized, .img-left {float: left; margin-right: 20px;}
.img-right {float: right;margin-left: 20px;}
.img-left, .img-right {width: 50%}
.img-full {width: 100% !important;}
figcaption {
  padding: 3px 0px 0px 0px;
  font-size: 0.8em;
}
img {
  max-width: 100%;
  border-radius: 5px;
}
.img-source {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(178, 178, 178, 0.5);
  color: #fafaff;
  display: inline-block;
  padding: 2px 4px;
  font-size: 0.6em;
  z-index: 50;
}
.img-source.with-link {
  cursor: pointer;
}
.img-circle {
  position: relative;
  border-bottom: 0px;
  margin-bottom: 0px;
}
.img-circle::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.img-circle img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 50%;
  padding: 2%;
}
.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  background-color: rgba(4, 105, 179, 0.3);
}

.sortable {table-layout: fixed;}
/*.tooltip-inner {
    background-color: #0069b3;
	color: #000032;
    opacity: 1 !important;
}
.tooltip.bs-tooltip-auto .tooltip-arrow::before {se
    border-color: #0069b3 !important;
	background-color: #0069b3; position: absolute;
	width: 10px; height: 10px; bottom: -5px;
	transform: rotate(45deg);
}
*/

.cursor-default {cursor: default;}
.tooltip.inside-modal {
  z-index: 2100;
}
.tooltip {
  z-index: 100;
}
.tooltip-inner, .tooltip-inner *, .tooltip.in, .tooltip.show {
  background-color: #0069b3;
  border-radius: 4px;
  color: #fafaff;
}
.tooltip-inner, .tooltip-inner *, .tooltip.in, .tooltip.show {
  opacity: 1 !important;
  filter: alpha(opacity=100);
}
.tooltip.bs-tooltip-right .tooltip-arrow::before {
  border-right-color: #0069b3 !important;
}
.tooltip.bs-tooltip-left .tooltip-arrow::before {
  border-left-color: #0069b3 !important;
}
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #0069b3 !important;
}
.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #0069b3 !important;
}
.tooltip.bs-tooltip-auto[data-popper-placement="right"] .tooltip-arrow::before {
  border-right-color: #0069b3 !important;
}
.tooltip.bs-tooltip-auto[data-popper-placement="left"] .tooltip-arrow::before {
  border-left-color: #0069b3 !important;
}
.tooltip.bs-tooltip-auto[data-popper-placement="bottom"] .tooltip-arrow::before {
  border-bottom-color: #0069b3 !important;
}
.tooltip.bs-tooltip-auto[data-popper-placement="top"] .tooltip-arrow::before {
  border-top-color: #0069b3 !important;
}
/* Menue*/
nav ul {
  margin: 0px;
  padding: 0px
}
nav ul li {
  list-style: none;
}
nav.main-menu {
  z-index: 100;
  margin-top: auto;
}
nav.main-menu ul {}
nav.main-menu ul li {
  display: inline-block;
  position: relative;
}
nav.main-menu ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 5px;
  background-color: #0069b3;
  color: #fafaff !important;
  font-size: 1.2em;
  font-weight: bold;
}
nav.main-menu > ul li a {

  background-color: transparent;
  color: #0069b3 !important;

}

nav.main-menu ul ul li a {
  background-color: #0069b3;
  color: #fafaff !important;
  position: relative;

}
nav.main-menu > ul >li > a:before {
  background-color: #ff0000;
height: 0px;
position:absolute;
width: 100%;
display:block;
content: "";
transition: 1s;
bottom: 0px;
}
nav.main-menu > ul > li:hover > a:before, nav.main-menu > ul > li:focus > a:before, nav.main-menu > ul > li:active > a:before {
	height: 5px;
}

.dropdown-item:focus, .dropdown-item:hover,  .dropdown-item:active {
	background-color: #f8f9fa
}
nav.main-menu ul li a:focus-visible {
  outline: 2px dotted #fafaff !important;
  border: none;
  box-shadow: none;
  outline-offset: -4px;
}
nav.main-menu ul li ul {
  display: none;
  position: absolute;
}
nav.main-menu ul li ul ul {
  right: -150px;
  top: 0px
}
nav.main-menu ul ul li {
  display: block;
}
@media screen and (min-width: 992px) {
  nav.main-menu ul li ul {
    display: block;
    overflow-y: clip;
    position: absolute;
    height: 0px;
    min-height: 0px;
  transition: ease 1.5s;
width: max-content;	  
  }
  nav.main-menu ul li:hover > a + ul, nav.main-menu ul li a:focus-visible ~ ul, nav.main-menu ul li ul:has(a:focus-visible) {
    height: 500px;
    min-height: 500px;
    transition: ease 1.5s;
  }
  nav.main-menu ul li a.main-sub-toggle {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .main-nav-toggle {
    font-size: 2em;
    color: #0069b3;
  }
  .main-nav-toggle:hover, .main-nav-toggle:focus, .main-nav-toggle:active {
    color: #fafaff;
    transform: rotate(1800deg);
    transition: 1.5s
  }
  .main-menu-open .main-nav-toggle i.fa-bars::before {
    content: "\f00d";
  }
  nav.main-menu {}
  nav.main-menu ul {
    display: block;
    position: absolute;
    width: 100%;
    left: 0px;
    max-height: 0px;
    overflow: hidden;
    transition: 1.5s
  }
  nav.main-menu.main-menu-open ul {
    dheight: auto;
    max-height: 600px;
    transition: 1.5s;
    background-color: #fafaff;
  }
  nav.main-menu ul li {
    display: block;
    border-top: 2px solid #fafaff;
  }
  nav.main-menu ul li.has-submenu ul {
    display: block;
    max-height: 0px;
    overflow: hidden;
    transition: 1.5s;
  }
  nav.main-menu ul li.has-submenu.submenu-open > ul {
    display: block;
    height: auto;
    max-height: 600px;
    transition: 1.5s;
  }
  nav.main-menu ul li li {
    width: 100%;
  }
  nav.main-menu ul li a {
    display: block;
    position: relative;
    margin: 0px;
  }
  nav.main-menu ul li ul {
    display: block;
    position: unset;
  }
  nav.main-menu ul li a.main-sub-toggle {
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    right: 15px;
    top: -5px;
    z-index: 1;
    transition: 2s;
    background-color: transparent;
  }
  nav.main-menu ul li.submenu-open > a.main-sub-toggle:before {
    transform: rotate(180deg);
    transition: 1s;
  }
  .main-sub-toggle:before {
    content: '\f078';
    font-family: FontAwesome;
    position: absolute;
    color: #fafaff;
    transition: 1s;
	font-size: 1.3em;
  }
}
/*header*/
header.site-header {
  background-color: #AAA;
  position: relative;
	
}
header.site-header > div, header.site-header > div > div {
height: 100%;
	
}
header.site-header.has-header-img {height: 300px; background-size: 100%; background-position: center center;}
@media screen and (max-width: 991px) {
  header.site-header {
    height: 160px;
  }
}
.logo-wrap.header-logo-wrap {}
.logo-wrap.header-logo-wrap a {
  display: block;
  margin-bottom: -12px 
}
.logo-wrap.header-logo-wrap a img {
  height: 100%;
  max-width: unset;
}

.header-logo-wrap, .header-meta-nav, .main-menu {margin-top: auto;}
.header-meta-nav {
}
.header-meta-nav ul {
  text-align: right;
  margin-bottom: 2px;
}
.header-meta-nav ul li {
  display: inline;
}
.header-meta-nav ul li a {
  color: #0069b3;
  font-size: 1.6em;
  margin-right: 8px;
}
.header-meta-nav ul li a:hover, .header-meta-nav ul a:focus, .header-meta-nav ul a:active {
  color: #fafaff;
}
.modal-content {
  background-color: #fafaff;
}
.modal-title {
  text-align: right;
}
.modal-dialog .btn-search {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  height: 2em;
}
.modal-dialog .suche-top .form-control {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  height: 38px;
}
/*Main*/
nav.breadcrumbs {
  padding: 0px;
  margin: 0px;
  padding-left: 15px;
  margin-top: 10px;
}
nav.breadcrumbs ul {
  display: block;
}
nav.breadcrumbs ul li {
  display: inline-block;
}
nav.breadcrumbs ul a {
  position: relative;
  margin-right: 25px
}
nav.breadcrumbs ul a:hover, nav.breadcrumbs ul a:focus, nav.breadcrumbs ul a:active {
  color: #0069b3;
}
nav.breadcrumbs ul a::before {
  content: ">";
  right: -18px;
  position: absolute;
  top: -3px;
}
nav.breadcrumbs ul a::last-child::before {
  content: ">";
}
/*Breadcrumbs*/
main.site-content {
  display: grid;
  grid-template-columns: 33% 33% 1% 33%;
  grid-template-rows: max-content max-content 1fr;
  background-color: #fafaff;
}
section.main-section {
  margin: 20px 0px;
  grid-column-start: 1;
  grid-column-end: 4;
  width: 100%;
  grid-auto-rows: max-content;
  grid-row-end: 4;
  grid-row-start: 1;
}
.full-side section.main-section {
  grid-column-end: 5;
}
aside.site-bar {
  display: block;
  grid-column-start: 4;
  grid-column-end: 4;
  width: 100%;
}
aside.site-bar.site-bar-above {
  margin-top: 20px;
}
aside.site-bar.site-bar-below {
  margin-bottom: 20px
}

@media screen and (max-width: 991px) {
  main.site-content {
    flex: 1;
    display: flex;
    flex-direction: column
  }
  section.main-section {
    margin: 20px 0px;
    order: 2;
    display: block;
  }
  aside.site-bar {
    display: block;
  }
  aside.site-bar.site-bar-above {
    margin-top: 20px;
    order: 1;
  }
  aside.site-bar.site-bar-below {
    margin-bottom: 20px;
    order: 3;
  }
}
/*footer*/
footer.site-footer {
  background-color: #000032;
  color: #fafaff;
  height: auto;
  padding: 20px;
  margin-top: auto;
}
footer.site-footer p, footer.site-footer a {
  color: #fafaff;
}
footer.site-footer h1, footer.site-footer h2, footer.site-footer h3, footer.site-footer h4, footer.site-footer h5, footer.site-footer h6 {
  color: #0069b3;
  font-weight: bold;
}
footer.site-footer a {
  text-decoration: none !important;
  display: inline-block;
  position: relative;
}
footer.site-footer a:hover, footer.site-footer a:focus, footer.site-footer a:active {
  color: #0069b3;
}
footer.site-footer a::before {
  box-sizing: border-box;
  content: "";
 background:  linear-gradient(90deg,rgba(4, 105, 179, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 0, 0, 1) 100%);
  height: 2px;
  width: 0px;
  transition: 0.5s;
  position: absolute;
  top: 22px;
  left: 0px;
}
footer.site-footer a:hover::before, footer.site-footer a:focus::before, footer.site-footer a:active::before {
  width: 100%;
  transition: 0.5s;
  position: absolute
}
footer.site-footer a.footer-logo-link {
  display: block;
  width: 80px;
}
footer.site-footer a.footer-logo-link::before {
  display: none;
}
footer.site-footer .footer-logo {
  width: 100%;
}
footer.site-footer address {
  margin-top: 10px;
}
footer.site-footer p {
  margin-bottom: 0px;
}
footer.site-footer address i.fa-solid {
  width: 20px;
  margin-right: 5px;
}
.foter-social-nav ul li {
  display: inline
}
.foter-social-nav ul li a {
  font-size: 2em;
  margin-right: 10px
}
.foter-social-nav ul li a::before {
  display: none;
}
footer.site-footer form {
  margin-top: 20px;
}
footer.site-footer .input-group {
  width: 80%;
}
footer.site-footer .info-box .btn-search {
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
}

.footer-copyright {
  text-align: center;
}
@media screen and (max-width: 991px) {
  footer.site-footer section.footer-section {
    margin-top: 20px;
  }
}
/*====================================
Form
===================================*/
/*Formulare*/
.screen-reader-response, .wpcf7-response-output {
  display: none;
}
textarea, textarea.form-control {
  min-height: 200px;
}
form p {
  margin: 0px;
}
.form-control:focus {
  border-color: #0069b3;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(4, 105, 179, .25);
}
.form-control.search-form-inpuut {
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
  height: 2em;
padding: .375rem .75rem;	
	
}
footer .form-control.search-form-inpuut {
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
  height: 2.3em;
  background: #fafaff;
  border-bottom-color: #0069b3;
padding: .375rem .75rem;	
	
}
/* Kontaktfrom*/
p.from-error {
  font-size: 0.8em;
  color: #0069b3;
  margin: 0px;
  padding: 0px !important
}
label {
  width: 100%
}
fieldset {
  margin-bottom: 20px;
}
.form-group {
  width: 100%;
  padding-top: 10px;
}
.form-group.submit-form {
  margin-top: 10px;
}
.form-control, input.wpcf7-text, input.wpcf7-date, input.wpcf7-email, input.wpcf7-url, input.wpcf7-number, input.wpcf7-tel, input.wpcf7-quiz {
  box-shadow: none;
  border: #AAA solid 1px;
  display: block;
  width: 100%;
  background-color: #fafaff;
  background-image: none;
  border-radius: 4px !important;
height: 2em;
  font-size: 1em;}

.form-group.with-counter .form-control.has-counter,.has-counter  {border-radius: 0px !important; padding: .375rem .75rem; height: 2em !important;}
.btn-plus, .btn-minus {padding: .375rem .75rem; height: 2em; }
/*Selectboxen*/
.nice-select .list {display: none;}
.nice-select.open .list {

  display: block;
}
.nice-select::after {
  border-bottom-color: #0069b3;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-right-color: #0069b3;
  border-right-style: solid;
  border-right-width: 3px;
 height: 0.8em;
  width: 0.8em;
  top: calc(40% - 0.1em);
  right: 15px;
}
.nice-select, .nice-select:hover {
  box-shadow: none;
  border: #AAA solid 1px;
  width: 100%;
  background-color: #fafaff;
  background-image: none;
  border-radius: 4px !important;
  margin-bottom: 10px;;
  font-size: 1em;
  padding-left: 0em;
  display: inline-block;
  float: none;
  height: auto;
}
.nice-select .current {
	padding: .375rem .75rem;	
	padding-right:  15px;
	height: 2em;
	display: block;
	line-height: 1.2em;
}
.nice-select:focus, .nice-select:active {
  border: #0069b3 solid 1px;
  box-shadow: 0 0 0 .25rem rgba(4, 105, 179, .25);
  border-radius: 10px;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: rgba(4, 105, 179, 0.3);
}
.nice-select .option {padding-left: 13px;}
.nice-select .list {
  background-color: #fafaff;
  border-radius: 4px;
  box-shadow: none;
  border: #AAA solid 1px;
z-index: 100;	
  margin-top: 0px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
}
.nice-select .list {
  width: 100%;
}
.nice-select .list li::before {
  color: #fafaff;
  content: "";
  font-family: FontAwesome;
  left: 0;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 991px) {
  .nice-select {
    width: 100%;
  }
}
/*Chekckboxen*/

.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 22px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.switch:has(input:focus-visible) {
  outline: 2.5px dotted #0069b3 !important;
  border: none;
  box-shadow: none;
  outline-offset: 3px;
  border-radius: 30px;
}
/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* The slider */
.check-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.check-slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .check-slider {
  background-color: #0069b3;
}
input[disabled] + .check-slider {
  cursor: not-allowed;
}
input[disabled]:checked + .check-slider {
  background-color: rgba(4, 105, 179, 0.5);
}
input:checked + .check-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.check-slider.round {
  border-radius: 34px;
}
.check-slider.round:before {
  border-radius: 50%;
}
.customcheck {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.customcheck input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0px;
  z-index: 2;
  top: 0px;
  width: 30px;
  height: 30px;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 4px;
  background-color: #AAA;
}
input:focus-visible + .checkmark {
  outline: 2.5px dotted #0069b3 !important;
  border: none;
  box-shadow: none;
  outline-offset: 2px;
}
.customcheck input:checked + .checkmark {
  background-color: #0069b3;
  border-radius: 4px;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.customcheck input:checked + .checkmark:after {
  display: block;
}
.customcheck .checkmark:after {
  left: 9px;
  top: 4px;
  width: 7px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.customradio .wpcf7-list-item, .customradio .radio {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 30px !important;
  margin-left: 0px;
}
.customradio .wpcf7-list-item:first-child, .customradio .radio:first-child {
  margin-left: 0px;
}
.customradio input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0px;
  z-index: 2;
  top: 0px;
  width: 30px;
  height: 30px;
}
.customcheck .wpcf7-list-item-label {
  padding-top: 5px;
  display: inline-block;
}
.checkbox-inline {
  padding-left: 0px
}
.checkbox-inline .wpcf7-form-control-wrap {
  display: inline-block;
  margin-right: 50px;
}
.checkbox-inline input[type="text"] {
  margin-left: -45px;
}
/*Radio*/
.radiomark {
  position: absolute;
  top: 10px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #0069b3;
  border-radius: 50%;
}
.radio-label:focus, .radio-label:active {border: none;outline: none;}
.radiomark:has(+label:focus-visible) {
  outline: 2.5px dotted #0069b3 !important;
  border: none;
  box-shadow: none;
  outline-offset: 2px;
  border-radius: 50%;
}
.customradio {
  display: inline-block;
  width: auto;
  margin-bottom: 20px;
}
.customradio:hover input + .radiomark {}
.customradio input:checked + .radiomark {
  background-color: #0069b3;
  border-radius: 50%;
}
.radiomark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.customradio input:checked + .radiomark:after {
  display: block;
}
/* Style the checkmark/indicator */
.customradio .radiomark:after {
  left: 9px;
  top: 4px;
  width: 7px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.wpcf7-radio .wpcf7-list-item-label {
  padding-top: 2px;
  display: inline-block;
}
.customradio {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: 0px;
}
span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 5px;
}
.radiomark {
  background-color: #AAA;
}

.radio-group:has(label:focus-visible) {  
	outline: 2.5px dotted #0069b3 !important;
  border: none;
  box-shadow: none;
  outline-offset: 5px;}
/*icon-picker*/
.fade:not(.show) {
  opacity: 1 !important;
}
.iconpicker-input, .lead {
  display: inline;
}
.iconpicker-popover {
  display: block;
  top: 765px !important;
  left: 30px !important;
}
.iconpicker-search {
  width: 88%;
}
.iconpicker-popover.popover .popover-title {
  background-color: #fafaff;
}
/*Buttons*/
.btn-close {
  color: #0069b3;
  background-image: unset;
  position: relative;
  margin-left: 0px;
}
.btn-close::before {
  display: block;
  position: absolute;
  width: auto;
  height: 35px;
  content: "\f00d";
  font-family: FontAwesome;
  top: -2px;
  left: 7px;
  font-size: 25px;
}

.toast .btn-close::before {
  top: -9px;
  left: 0px;
}

.btn-close:hover, .btn-close:focus, .btn-close:active {
  box-shadow: none;
  color: #AAA;
}
.btn-close:focus-visible {
  outline: 2px dotted #0069b3 !important;
  border: none;
  box-shadow: none;
  outline-offset: 2px;
}
.btn, .btn:visited {
  color: #fafaff;
  font-size: 1em;	
  background-color: #0069b3;
  width: auto;
  border: 4px solid transparent;
  border-radius: 5px;
  transition: 1s;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 10px;
  margin-right: 10px;
padding: .375rem .75rem;
	
}
.btn:hover, .btn:focus, btn:active {
  color: #0069b3 !important;
  background-color: #fafaff !important;
  outline: none;
  box-shadow: none;
  transition: 1s;
	  border-image: linear-gradient(90deg,rgba(4, 105, 179, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 0, 0, 1) 100%) 1;
  border-radius: 5px; /* this doesn't work */
  border-width: 4px;
  border-style: solid;
}
.btn:focus-visible {
  outline: 2px dotted #0069b3 !important;
  border: none;
  box-shadow: none;
  outline-offset: 2px;
}
.btn i {line-height: unset;}
.btn.btn-small {
  height: 20px;
  padding: 1px 5px;
  font-size: 0.8em;
  line-height: 1;
  margin: 0px 5px 0px 0px;
}
.btn[disabled], .btn[readonly], fieldset[disabled] .btn, .btn.disabled, .btn:disabled, fieldset:disabled .btn {
  background-color: #AAA !important;
  cursor: not-allowed;
  pointer-events: unset;
  color: #fafaff;
  opacity: unset;
	
}
.btn[disabled], .btn[disabled]:hover, .btn.disabled:hover, .btn:disabled:hover, fieldset:disabled .btn:hover {
  background-color: #AAA !important;
  cursor: not-allowed;
  color: #fafaff !important;
}

.button-group {
	
}

.button-group.button-group-vertikal {display: flex; flex-direction: column;}
.field-mandatory-sign {
  color: #0069b3;
}
a.more-link {
 position: relative;
 color: #fafaff;
 margin-right: 10px;
 padding-left: 15px;
}
 a.more-link:hover, a.more-link:focus, a.more-link:active {
  color: #AAA;
}
a.more-link::after {
  box-sizing: border-box;
  content: "";
  background-color: #fafaff;
  height: 2px;
  width: 0px;
  transition: 0.5s;
  position: absolute;
  top: 22px;
  left: 0px;
}
a.more-link:before {
  content: '\f0da';
  font-family: FontAwesome;
  position: absolute;
  left: 2px;
  top: 2px;
}
a.more-link.ics-link:before {
  content: '\f0d7';
  font-family: FontAwesome;
  position: absolute;
  left: 2px;
  top: 2px;
}



/*Datepicker*/
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr
}
.datepicker-inline {
  width: 220px
}
.datepicker-rtl {
  direction: rtl
}
.datepicker-rtl.dropdown-menu {
  left: auto
}
.datepicker-rtl table tr td span {
  float: right
}
.datepicker-dropdown {
  top: 0;
  left: 0
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #b2b2b2;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, .2);
  position: absolute
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fafaff;
  border-top: 0;
  position: absolute
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #b2b2b2;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fafaff
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.datepicker td, .datepicker th {
  text-align: center;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none
}
.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent
}
.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
  background: rgba(4, 105, 179, 0.3);
  ;
  cursor: pointer
}
.datepicker table tr td.new, .datepicker table tr td.old {
  color: #b2b2b2;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #b2b2b2;
  cursor: default
}
.datepicker table tr td.highlighted {
  background: #fafaff;
  border-radius: 0
}
.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
  background-color: #AAA;
  ;
  color: #000032
}
.datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today[disabled] {
  background-color: #0069b3;
  color: #AAA;
}
.datepicker table tr td.today.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today:active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover:active {
  background-color: #0069b3;
  color: #AAA;
}
.datepicker table tr td.today:hover:hover {
  color: #AAA;
}
.datepicker table tr td.today.active:hover {
  color: #fafaff
}
.datepicker table tr td.range, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range:hover {
  background: #fafaff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}
.datepicker table tr td.range.today, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today:hover {
  background-color: #AAA;
}
.datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today.disabled:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today[disabled] {
  background-color: #0069b3;
}
.datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover:active {
  background-color: #0069b3
}
.datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover {
  background-color: #AAA;
  color: #fafaff;
}
.datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected.disabled:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected[disabled] {
  background-color: grey
}
.datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover:active {
  background-color: #000032
}
.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
  background-color: #0069b3;
  color: #AAA;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
  background-color: #0069b3;
  color: #AAA;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover:active {
  background-color: #0069b3;
  color: #AAA;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}
.datepicker table tr td span.focused, .datepicker table tr td span:hover {
  background: #fafaff
}
.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #000032;
  cursor: default
}
.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
  background-color: #0069b3;
  color: #AAA;
  ;
}
.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
  background-color: #0069b3
}
.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
  background-color: #0069b3;
  color: #AAA;
}
.datepicker table tr td span.new, .datepicker table tr td span.old {
  color: #000032;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .next, .datepicker .prev {
  cursor: pointer;
  font-size: 2em;
  color: #0069b3
}
.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  color: #AAA;
}
.datepicker .next.disabled, .datepicker .prev.disabled {
  visibility: hidden
}
.datepicker .cw {
  font-size: 8em;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle
}
.input-append.date .add-on, .input-prepend.date .add-on {
  cursor: pointer
}
.input-append.date .add-on i, .input-prepend.date .add-on i {
  margin-top: 3px
}
.input-daterange input {
  text-align: center
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fafaff;
  vertical-align: middle;
  background-color: #fafaff;
  border: 1px solid #AAA;
  margin-left: -5px;
  margin-right: -5px
}
.with-datepicker span, .with-timepicker span {
  position: relative;
  display: block;
}
.with-datepicker span::before {
  content: "\f133";
  display: block;
  position: absolute;
  width: auto;
  height: 2em;
  font-family: FontAwesome;
  color: #fafaff;
  background-color: #0069b3;
  top: 0px;
  right: 0px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  padding: 3px 12px 2px 12px;
  border: 1px solid #AAA;
  border-left: transparent;
  z-index: 100;
}
/*Timepicker*/
/*!
 * @author waanhappy@163.com
 * timepicker 时间选择器less
 */
.timepicker ul li {
  list-style: none;
}
.timepicker {
  position: absolute;
  z-index: 100;
  float: left;
  width: 160px;
  padding-bottom: 5px;
  margin: 2px 0 0 0;
  list-style: none;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fafaff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background-clip: padding-box;
  color: #000032;	
}

.timepicker:before, .timepicker:after {
  content: '';
  border-top: 0;
  display: inline-block;
  position: absolute;
}

.timepicker .icon-up, .timepicker .icon-down {
  color: #0069b3;
  ;
  height: 20px !important;
  font-size: 2em;
  display: inline-block;
  width: 55px;
  cursor: pointer;
}

.timepicker a.icon-up:focus-visible, .timepicker a.icon-down:focus-visible {
outline: none !important;
}

.timepicker a.icon-up:focus-visible i, .timepicker a.icon-down:focus-visible i{
  outline: 2px dotted #0069b3 !important;
  border: none;
  box-shadow: none;
  outline-offset: 2px;
}


.timepicker .icon-up:hover, .timepicker .icon-down:hover, .timepicker .icon-up:focus, .timepicker .icon-down:focus, .timepicker .icon-up:active, .timepicker .icon-down:active {
  color: #AAA;
}
.timepicker:before {
  top: -7px;
  left: 6px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
.timepicker:after {
  top: -6px;
  left: 7px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fafaff;
}
.timepicker .title {
  padding: 10px 0 5px 0;
  color: #000032;
  width: 100%;
  cursor: default;
  font-weight: bold;	
}
.timepicker .cell-2 {
  float: left;
  width: 20%;
  min-height: 14px;
  cursor: default;
  border-radius: 2px;
}

.timepicker ul.handle .cell-2:hover, .timepicker ul.handle  .cell-2:focus, .timepicker ul.handle .cell-2:active {
border: none;
outline: none;
background-color: rgba(4, 105, 179, 0.3);

}
.timepicker .cell-4 {
  width: 40%;
  float: left;
}
.timepicker .handle, .timepicker .text {
  position: relative;
}
.timepicker .chose-all {
  position: relative;
  margin: 0 10px 0 10px;
}
.timepicker .chose-all .text {
  font: bold 18px/22px arial, sans-serif;
}
.timepicker a {
  color: #AAA;
  text-decoration: none;
}
.timepicker .text {
  color: #000032;
}
.timepicker .text a {
  color: #000032;
}
.timepicker .text a:active, .timepicker .text a:focus, .timepicker .text a:hover {
  color: #AAA;
  ;
}
.timepicker ul {
  list-style: none;
  padding: 0;
  margin: 0 5px;
}
.timepicker li.cell-2 {
  padding: 3px 0;
  cursor: pointer;
}

.with-timepicker span::before {
  display: block;
  position: absolute;
  width: auto;
  height: 2em;
  content: "\f017";
  font-family: FontAwesome;
  color: #fafaff;
  background-color: #0069b3;
  top: 0px;
  right: 0px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  padding: 3px 12px 2px 12px;
  border: 1px solid #fafaff;
  border-left: transparent;
  z-index: 50;
}
/*Input-spinner*/
.form-group.with-counter {
  width: 150px;
}
.form-group.with-counter .form-control {
  border-radius: 0px !important;
  height: 38px !important
}
/*file upload */
form figure.user-img {
  width: 30%;
}
.file-upload-content {
  display: none;
  text-align: center;
}
.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}
div:has(>.file-upload-input:focus-visible)  {
  outline: 2.5px dotted #0069b3 !important;
  border: none;
  box-shadow: none;
  outline-offset: 5px;
}
.image-upload-wrap {
  margin-top: 20px;
  border: 1px solid #fafaff;
  border-radius: 5px;
  height: 200px;
  position: relative;
  background-color: rgba(4, 105, 179, 0.3);
}
@media only screen and (max-width: 991px) {
  .image-upload-wrap {
    display: none;
  }
}
.image-dropping, .image-upload-wrap:hover {
  background-color: rgba(4, 105, 179, 0.5);
}
.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #fafaff;
}
.drag-text {
  text-align: center;
}
.drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #0069b3;
  padding: 60px 0;
}
.file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}
.remove-image {}
.remove-image:hover {
  background: #0069b3;
  color: #fafaff;
  transition: 2s;
  cursor: pointer;
}
.remove-image:active {
  border: 0;
  transition: all .2s ease;
}
/*Passowrod*/
.password-wrap {
  position: relative;
}
.password-show {
  position: absolute;
top: 1.82em;
  right: 1em;
  color: #0069b3;
  cursor: pointer;
  display: flex;
  align-content: center;
  flex-direction: row;
  padding-top: 1px;
  padding-left: 1px;
  z-index: 10;
}
.password-show:focus-visible {
  outline: 2px dotted #0069b3 !important;
  border: none;
  box-shadow: none;
  border-radius: 50%;
  outline-offset: 2px;
}

/*input-slider*/

.slider-track {
  background-color: #ccc;
  background-image: none;
  background-repeat: repeat-x;
  filter:unset;
  box-shadow: none;;
  border-radius: 4px;
  position: absolute;
  cursor: pointer;
}

.slider-selection {
  background-color: #0069b3;
  background-image: none;
  background-repeat: repeat-x;
  filter:unset;
  box-shadow: none;;
  border-radius: 4px;
  position: absolute;
  cursor: pointer;	
}
.slider-handle {
	background-color: #fff;
	background-image: none;
	background-repeat: repeat-x;
	filter:unset;
	box-shadow:none;;
	position: absolute;
	top: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #0069b3;
}
.slider-handle:focus, .slider-handle:active, .slider-handle:focus-visible, .slider-handle:hover {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(4, 105, 179, .25);
}
.slider {position: relative}
.slider .tooltip {position: absolute;}

.slider .tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #0069b3 !important;
}
.slider .bs-tooltip-top .tooltip-inner, .slider .bs-tooltip-bottom .tooltip-inner {
	position: relative;
	left: 0%;
}
.slider .tooltip.bs-tooltip-top {
	margin-top: -35px;
}
/* Captcha */
.form-control.captcha {
  width: 13.5em;
}
.img-captcha-wrap {
  margin-bottom: 20px;
  display: inline-flex;
}
.btn.captcha-reload, .btn.captcha-sound {
  margin-left: 10px;
  width: 2em;
  height: 2em;
  margin-bottom: 0px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  align-self: start;
  margin-top: auto;
	  padding: 0.5em;
  font-size: 1em;
}

.btn.captcha-sound 
{
margin-top: 1px;	
}
img.captcha-img {
  width: auto;
  height: 4.5em;
  margin-left: 0px;
  border: 1px solid #777;
  border-radius: 0px;
}
.captcha-false, .wpcf7-not-valid-tip {
  color: #0069b3;
}
.wpcf7-response-output {
  border: 1px solid #0069b3 !important;
}
/*Cards*/
ul.card-container {
  padding: 0px;
}
.card figure {
  margin-bottom: 0px;
}
.card-custom {
  border: 0px;
  background-color: transparent;
  margin-bottom: 20px;
}
.card-custom .card-body {
  border: 1px solid #b2b2b2;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #fafaff;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.card-custom .card-body a.btn {
  align-self: start;
  margin-top: auto;
}
.card-custom .card-img-wrap {
  border: 1px solid #b2b2b2;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-color: #fafaff;
overflow: hidden;
  border-bottom: none;
}
.card-img-responsive-square .card-img-wrap {
  position: relative;
}
.card-img-responsive-square .card-img-wrap::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.card-img-responsive-square .card-img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 0px;
}
.card-img-responsive-circle .card-img-wrap {
  position: relative;
  border-bottom: 0px;
  margin-bottom: 0px;
}
.card-img-responsive-circle .card-img-wrap::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.card-img-responsive-circle .card-img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 50%;
  padding: 2%;
}
.card-img-responsive-circle .card-body {
  border-top: 0px;
  text-align: center
}
.card-only-img {
  position: relative;
  padding: 0px;
}
.card-only-img .card-img-wrap {
  border-bottom-radius: 5px
}
.card-only-img .card-body {
  position: absolute;
  width: 100%;
  border: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.post-meta-wrap {
  display: block;
  margin-top: 5px;
  margin-bottom: 20px;
}
.post-meta {
  display: block;
}
.post-date {
  color: #AAA;
}
.post-meta nav.cat-nav ul {
  margin-top: 10px;
  margin-bottom: 10px;
}
.post-meta nav.cat-nav ul li {
  display: inline-block;
  margin-right: 5px;
}
.post-meta nav.cat-nav ul li a {
  padding: 5px;
  color: #AAA;
  background-color: #0069b3;
}
.post-meta nav.cat-nav ul li a:hover, .post-meta .cat-nav ul li a:focus, .post-meta .cat-nav ul li a:active {
  color: #fafaff;
  background-color: #AAA;
}
/* ==========================
Scroll Funktion 
==========================*/
.scrollToTop {
  width: 72px;
  height: 72px;
  padding: 0px;
  border-radius: 50%;
  text-align: center;
  background: none;
  font-weight: bold;
  font-size: 2.4em;
  color: #AAA;
  text-decoration: none;
  position: fixed;
  bottom: 100px;
  right: 75px;
  display: none;
  z-index: 50;
}

@media only screen and (max-width: 991px) {
.scrollToTop {
   right:5px;
  }
}
.scrollToTop:hover {
  color: #AAA;
  text-decoration: none;
}
.scrollToTop:focus {
  border: none;
  outline: none;
}
.scrollToTop i.fa {
  color: rgba(4, 105, 179, 0.8);
}
.scrollToTop:hover i.fa, .scrollToTop:focus i.fa {
  color: #AAA;
  text-decoration: none;
}
/*lihgtbox*/
.ekko-lightbox-nav-overlay a {
  text-shadow: none;
}
/*Post-Img*/
.news-img-left {
  width: 50%;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
/*Comment List*/

ul.comment-list li {list-style: none;}
.star-group {margin-right: 5px;}
.stars-widget, .comments-rating.comments-form-group i {
  color: #0069b3;
}

form .stars-widget, form .comments-rating.comments-form-group i {
  cursor: pointer;
}
form .stars-widget .star-group-rated, form .comments-rating.comments-form-group .star-group-rated i {
  cursor: default;
}
.stars-widget:focus-visible {
  outline: 2px dotted #0069b3 !important;
  border: none;
  box-shadow: none;
  border-radius: 50%;
  outline-offset: 2px;
}
.rating-stars {
  display: block;
}
.single-comment {
  border-top: 1px #AAA solid;
  padding: 10px 0px;
}
ul.comment-list .single-comment:first-child {
  border-top: none;
}

.comment-img-wrap {
  margin-bottom: 5px;
  overflow: hidden;
}
.comment-img-wrap img {
  width: 100%;
}
.coment-text {}
.comment-reply {
  text-align: right;
}
a.comment-reply-button, a.comment-reply-login {
  display: block;
  float: right;
  height: auto;
  width: auto;
  position: relative;
  margin-right: 20px;
}
a.comment-reply-button::before, a.comment-reply-login::before {
  box-sizing: border-box;
  content: "";
  background-color: #AAA;
  height: 2px;
  width: 0px;
  transition: 0.5s;
  position: absolute;
  top: 20px;
  left: 0px;
}
a.comment-reply-button:hover::before, a.comment-reply-button:focus::before, a.comment-reply-button:active::before, a.comment-reply-login:hover::before, a.comment-reply-login:focus::before, a.comment-reply-login:active::before {
  width: 100%;
  transition: 0.5s;
  position: absolute;
}
p.comment-author, p.comment-date, p.comment-rating {
  font-weight: bold;
  margin: 0px 5px 0px 0px !important;
  width: auto;
  display: inline-block;
}
p.comment-rating {
  display: block;
}
.single-comment h3, .single-comment form {
  margin-left: 0px !important;
  padding-left: 0px !important;
}
.samy-accordion {
  margin-bottom: 20px;
  margin-top: 20px;
}



.samy-accordion-item  {
  margin: 0px;
  border-radius: 0px;
  border: none;
}
samy-accordion-item  .accordion-header {
  background: none;
  padding: 16px 0px 16px 0px;
  margin: 0px;
  border-radius: 0px;
  position: relative;
  color: #0069b3;
  border-top: 1px solid #0069b3;
}
.samy-accordion-item .accordion-header button:before {
  content: '\f078';
  font-family: FontAwesome;
  position: absolute;
  right: 16px;
  top: 7px;
  font-size: 1em;
  color: #0069b3;
  transition: 1s;
}
.accordion-body {
  background-color:#fafaff;
  padding: 5px 0px 5px 0px;

}
.samy-accordion-item .accordion-header button[aria-expanded="true"]::before {
  transform: rotate(180deg);
  transition: 1s;
}
.samy-accordion-item .accordion-header {
  padding: 0px;
  font-weight: normal;
  margin: 0px;
}
.samy-accordion-item .accordion-header button, .samy-accordion-item .accordion-header button:hover, .samy-accordion-item .accordion-header button:focus, .samy-accordion-item .accordion-header button:active {
  margin: 0px;
  color: #0069b3;
  width: 100%;
  display: block;
  font-size: 1em;
  background-color:#fafaff;
  box-shadow: none !important;
  border-bottom: 1px solid #0069b3;
  border-radius: 0px !important;
  padding: 5px 0px 5px 0px;
}

.samy-accordion-item .accordion-header button:focus-visible {
  outline: 2px dotted #0069b3 !important;
  border: none;
  box-shadow: none;
}

.nav-tabs.mb-3 {
  margin-bottom: 0rem !important;
}
.tab-content {
  margin: 0px;
  margin-bottom: 1.2em;
}
nav ul.nav-tabs {
  margin: 0px;
  padding: 0px;
  border:none !important;	
  border-bottom: 1px solid #0069b3 !important;
}
.tab-content nav ul li {
  margin: 0px;
  padding: 0px;
  margin-right: 6px;
  border: none;
}
.tab-content nav ul li a, .tab-content nav ul li a:focus, .tab-content nav ul li a:active {
  padding: 16px 10px 16px 10px !important;
  margin: 0px;
  color: #fafaff;
  background: #AAA;
  border-radius: 0px;
  font-size: 12.em;
  border: none;
  border-top: 2px solid #fafaff;
  line-height: 20px;
}
.tab-content nav ul li a:hover {
 
}
.nav-tabs {
  margin-top: 1.2em;
}
.nav-tabs li {
  padding: 0px !important;
  padding-right: 2px !important;
}
.nav-tabs .nav-item .nav-link, .nav-tabs .nav-link {
  color: #fafaff;
  padding: 5px 10px;
  background: #0069b3;
  border: none;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  margin-top: 5px;
}
a.nav-link:focus-visible {
  outline: 2px dotted #0069b3 !important;
  border: none;
  box-shadow: none;
}
.modal .nav-tabs .nav-item .nav-link, .modal .nav-tabs .nav-link, .side-bar .nav-tabs .nav-item .nav-link, .side-bar .nav-tabs .nav-link {
  color: #fafaff;
  padding: 5px 10px;
  background: #0069b3;
  border: none;
  border-top: 2px solid #fafaff;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #fafaff;
  padding: 5px 10px;
  background: #0069b3;
  border: none;
}
.tab-content .tab-pane {
  padding: 10px;
  border-radius: 5px;
  background: #fafaff;
  width: 100%;
  padding-left: 0px;	
}
div.carousel-item 
{overflow: hidden;
}
.carousel-control {
  background-image: none !important;
  top: 0px;
  z-index: 12;
  font-size: 42px;
  color: #0069b3;
  opacity: 1 !important;
}
.carousel-control:hover, .carousel-control:focus, .carousel-control:active {
  color: #AAA;
}

.carousel-control:focus-visible i {
  outline: 2px dotted #0069b3 !important;
  border: none;
  box-shadow: none;
  border-radius: 50%;
  outline-offset: 2px;
}
.carousel-control.right {
  right: -25px;
}
.carousel-control.left {
  left: -25px;
}

.carousel-indicators {
list-style: none;

}
.carousel-indicators li {
  margin: 0px 2px;
  background-color: #AAA !important;
  opacity: 1 !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
}

.carousel-indicators li:focus-visible {
  outline: 2px dotted #0069b3 !important;
  border: unset;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;	
  box-shadow: none;
  outline-offset: 2px;
  margin: 0px 2px;
	
}
.carousel-indicators li.active {
  margin: 0px 2px;
  background-color: #0069b3 !important;
}
@media (max-width: 600px) {
  .carousel-control.right {
    right: 0px;
  }
  .carousel-control.left {
    left: 0px;
  }
  .carousel-indicators {
    display: none;
  }
}
.carousel .samy-slider-outer-wrap {
  position: relative;
  width: 100%;
}
.textwidget .carousel-control.right {
  right: 0px;
}
.textwidget .carousel-control.left {
  left: 0px;
}
.textwidget .carousel-indicators {
  display: none;
}
.carousel .samy-slider-outer-wrap:after {
  content: "";
  display: block;
  padding-bottom: 56%;
}
.carousel .samy-slider-outer-wrap .samy-slider-inner-wrap {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.carousel .samy-slider-outer-wrap .samy-slider-inner-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
.carousel-caption, .textwidget .carousel-caption {
  position: absolute;
  bottom: 10%;
  z-index: 10;
  padding: 20px;
  color: #AAA;
  background-color: rgba(4, 105, 179, 0.75);
  width: 50%;
  left: unset;
  right: 5% ;
  text-shadow: none;
  text-align: left;
  transition: 1.5s;	
}
.carousel-caption.caption-right, .textwidget .carousel-caption.caption-right {
  right: 5%;
  transition: 1.5s;	
	
}
.carousel-caption.caption-left, .textwidget .carousel-caption.caption-left { 
  left: 5%;
  transition: 1.5s;	
	
}

.carousel-caption.caption-left.fly-in.from-above, .textwidget .carousel-caption.caption-left.fly-in.from-above, 
.carousel-caption.caption-right.fly-in.from-above, .textwidget .carousel-caption.caption-right.fly-in.from-above 
{  bottom: 250%;
   transition: 1.5s;	
	
}
.active .carousel-caption.caption-left.fly-in.from-above, .textwidget .active .carousel-caption.caption-left.fly-in.from-above 
{  
	bottom: 10%;
    transition: 1.5s;	

}
.active .carousel-caption.caption-right.fly-in.from-above, .textwidget .active .carousel-caption.caption-right.fly-in.from-above 
{  
    bottom: 10%;
    transition: 1.5s;	

}

.carousel-caption.caption-left.fly-in.from-below, .textwidget .carousel-caption.caption-left.fly-in.from-below, 
.carousel-caption.caption-right.fly-in.from-below, .textwidget .carousel-caption.caption-right.fly-in.from-below 
{  bottom: -250%;
   transition: 1.5s;	
	
}
.active .carousel-caption.caption-left.fly-in.from-below, .textwidget .active .carousel-caption.caption-left.fly-in.from-below 
{  
	bottom: 10%;
    transition: 1.5s;	

}
.active .carousel-caption.caption-right.fly-in.from-below, .textwidget .active .carousel-caption.caption-right.fly-in.from-below 
{  
    bottom: 10%;
    transition: 1.5s;	

}

.carousel-caption.caption-right.fly-in.from-left, .textwidget .carousel-caption.caption-right.fly-in.from-left 
{  
	
   right:250%;
   transition: 1.5s;
	
}

.carousel-caption.caption-left.fly-in.from-left, .textwidget .carousel-caption.caption-left.fly-in.from-left 
{  
	
	left:-250%;
   transition: 1.5s;
	
}


.active .carousel-caption.caption-left.fly-in.from-left, .textwidget .active .carousel-caption.caption-left.fly-in.from-left 
{  
  left: 5%;
   transition: 1.5s;	


}
.active .carousel-caption.caption-right.fly-in.from-left, .textwidget .active .carousel-caption.caption-right.fly-in.from-left 
{  
  right: 5%;
  transition: 1.5s;	
	

}

.carousel-caption.caption-left.fly-in.from-right, .textwidget .carousel-caption.caption-left.fly-in.from-right 
{  
   
   left:250%;	
   transition: 1.5s;	
	
}

.carousel-caption.caption-right.fly-in.from-right, .textwidget .carousel-caption.caption-right.fly-in.from-right 
{  
   
   right:-250%;	
   transition: 1.5s;	
	
}
.active .carousel-caption.caption-left.fly-in.from-right, .textwidget .active .carousel-caption.caption-left.fly-in.from-right 
{  
  left: 5% ;	
  transition: 1.5s;	

}
.active .carousel-caption.caption-right.fly-in.from-right, .textwidget .active .carousel-caption.caption-right.fly-in.from-right 
{  
  right: 5%;	
  transition: 1.5s;	

}

.carousel-caption p, .textwidget .carousel-caption p {
  color: #AAA;
  text-align: left;
}
.carousel-caption:empty {
  display: none;
}
.carousel-caption h1, .carousel-caption h1:hover, .carousel-caption h1:active, .carousel-caption h1:focus,
.carousel-caption h2, .carousel-caption h2:hover, .carousel-caption h2:active, .carousel-caption h2:focus,
.carousel-caption h3, .carousel-caption h3:hover, .carousel-caption h3:active, .carousel-caption h3:focus,
.carousel-caption h4, .carousel-caption h4:hover, .carousel-caption h4:active, .carousel-caption h4:focus,
.carousel-caption h5, .carousel-caption h5:hover, .carousel-caption h5:active, .carousel-caption h5:focus,
.carousel-caption h6, .carousel-caption h6:hover, .carousel-caption h6:active, .carousel-caption h6:focus

{
  color: #AAA !important;
  background-color: rgba(0, 0, 0, 0) !important;
  text-align: left;
}
@media (max-width: 768px) {
  .carousel-caption {
    bottom: 20px;
  }
  .carousel-caption h3 {
  }
  .carousel-caption p {
    line-height: 12px;
  }
}

.item-slogan .slogan-text {
  font-family: Anton;
  color: #fafaff;
  font-size: 6vw;
  line-height: 1;
  padding: 7%;
  margin-bottom: 16%;
  hyphens: none;
}
.message-container {
  margin-top: 20px
}
.message-container p {
  color: #0069b3;
}
/*'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
Rezepte*/
label.portion-size-label {
  display: inline-block;
  font-weight: bold;
  width: auto;
  margin-right: 20px;
}
div.portion-size-counter {
  display: inline-block;
  width: 150px;
}
.block {
  margin-bottom: 20px;
}
td.item-wrap {
  width: 100px;
}
ul.recipe-addtions {
  padding: 0px;
  margin: 0px 10px 10px 0px;
}
ul.recipe-addtions li {
  display: inline-block;
  margin-right: 20px;
}
ul.recipe-addtions li i {
  color: #0069b3;
}
/*************
Events*/
.event-meta span {
  display: block;
  margin-top: 5px;
}
.event-meta span.event-date {
  padding: 5px;
  background-color: #0069b3;
  color: #fafaff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  margin: 0px;
  line-height: 0.9;
  width: 100px;
  height: 100px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  margin-right: 60px;
}

.event-meta span.event-date span {
 line-height: 1;
}
.event-meta span.location span {
  margin: 0px;
  line-height: 1.2
}
.event-meta span.location-name, .event-meta span.time {
  font-weight: bold;
}
.card.event-list-element .card-body {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
}
@media screen and (min-width: 992px) {
  .card.event-list-element .card-body {
    flex-direction: row;
  }
}
.box {
  position: relative;
  border: none;
  border-radius: 5px;
  margin-bottom: 20px;	
}
.info-box {
  color: #fafaff;
  background-color: #0069b3;
  padding: 10px;
  overflow: hidden;
	
}

footer .info-box {
	color: #fafaff;
	background-color: transparent;
	padding: 10px 0px;
	font-size: 1.1em
	
}

footer .info-box[style] {
	padding: 10px;

}
.info-box *:not(.btn)
{
  color:inherit;
  background-color: inherit;
  line-height: 1.2
}
.info-box span.icon-gross
{
  background-color: transparent;
}
.info-box a:hover, .info-box a:active, .info-box a:focus {
  color: #AAA;
}
.info-box a:focus-visible {
  outline: 2px dotted #fafaff !important;
  border: none;
  box-shadow: none;
}
.info-box ::selection {
  background-color: #fafaff;
  color: #0069b3;
}
.icon-gross {
  color: #fafaff !important;
  font-size: 8em;
  position: absolute;
  opacity: 0.5;
  right: -15px;
  top: -5px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
.box:hover .icon-gross {
  opacity: 0.6;
}

.info-box a.more-link {
 position: relative;
 color: #fafaff;
}
 .info-box a.more-link:hover, .info-box a.more-link:focus, .info-box a.more-link:active {
  color: #AAA;
}
.info-box a.more-link::after {
  box-sizing: border-box;
  content: "";
  background-color: #fafaff;
  height: 2px;
  width: 0px;
  transition: 0.5s;
  position: absolute;
  top: 22px;
  left: 0px;
}
.info-box a.more-link:hover::after, .info-box a.more-link:focus::after, .info-box a.more-link:active::after {
  width: 100%;
  transition: 0.5s;
  position: absolute
}

.info-box .btn, .info-box .btn:visited {
  color: #fafaff;
  background-color: #AAA;
  width: auto;
  border: 2px solid transparent;
  border-radius: 5px;
  transition: 1s;
}
.info-box .btn:hover, .info-box.btn:focus, .info-box .btn:active {
  color: #AAA !important;
  background-color: #fafaff !important;
  border-image: linear-gradient(90deg,rgba(4, 105, 179, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 0, 0, 1) 100%) !important; 
  outline: none;
  box-shadow: none;
  transition: 1s;
}
footer .info-box .btn, footer .info-box .btn:visited {
  color: #fafaff;
  background-color: #0069b3;
  width: auto;
  border: 1px solid #0069b3;
  border-radius: 5px;
  transition: 1s;
}
footer .info-box .btn:hover, footer .info-box.btn:focus, footer .info-box .btn:active {
  color: #0069b3 !important;
  background-color: #fafaff !important;
  border: 1px solid #0069b3 !important;
  outline: none;
  box-shadow: none;
  transition: 1s;
}

.last-posts-box hr:last-child {display:none}
/*Galerie*/

.gallery figure a {width: 100%;display: block;}
.gallery figure a img {width: 100%;display: block;}
/*lightbox*/

.ekko-lightbox-container img {width:100%}

/*Snippets*/
.post-snippet
{
	border-bottom: 1px solid #0069b3;
	border-top: 1px solid #0069b3;
	padding: 10px 0px;
	margin-bottom: 20px;
}

figure.post-snippet-img-wrap {margin:0px;}
/* Pagebrowser */
.page-link:focus {box-shadow: none !important;}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0 20px -10px;
  border-radius: 4px;
}
main ul.pagination li {
  padding: 0px;
  display: inline-block;
}
main ul.pagination li::before {
  color: #fff;
  content: "";
  font-family: FontAwesome;
  left: 0;
  position: absolute;
  top: 0;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  border-radius: 0px;	
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #0069b3;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #0069b3;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  text-decoration: none;
  color: #0069b3;
  background-color: #fff;
  border: 1px solid #0069b3;
}
.pagination > li > a:hover + a, .pagination > li > span:hover + a, .pagination > li > a:focus + a, .pagination > li > span:focus + a {
  border-left: 1px solid #0069b3;
}
.pagination > li > a:focus-visible {z-index: 100}
.pagination > .active > a, .pagination > .active > span, .pagination > li > span.active {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #0069b3;
  border-color: #0069b3;
}
.pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus,
 .pagination > li > span.active:hover, .pagination > li span.active:focus{
  z-index: 2;
  color: #0069b3;
  cursor: default;
  background-color: #fff;
  border-color: #0069b3;
}
.page-link {font-size: 1em;}
.favorite-button {
	display: block;
	position: absolute;
	bottom: 0px;
	width: 50px;
	height: 50px;
	padding: 5px;
	font-size: 30px;
	text-align: center;
	right: 0px;
	transition: 0s;
}

.favorite-button i {
	color: #0069b3;
}

.favorit-no-img ~ .card-body .card-title {padding-right: 50px;}
.favorit-no-img:has(~ .card-body) .favorite-button  {top:0px;}

.single .col-12 >.favorit-no-img, .single .post-description >.favorit-no-img, .event-list-meta .favorit-no-img
{width:3em; height:3em;}
.event-snippet-content .favorit-no-img {width:3em; height:1.5em;}
.single .col-12 >.favorit-no-img .favorite-button , .single .post-description >.favorit-no-img .favorite-button, .event-snippet-content .favorit-no-img .favorite-button, .event-list-meta .favorit-no-img .favorite-button {right:10px;}
.post-snippet-body > div > .favorit-no-img .favorite-button {bottom: -35px;}

#custom_img-show:focus-visible {
  outline: 2.5px dotted #0069b3 ;
  border: none;
  box-shadow: none;
  outline-offset: 2px;
}
.full-side .breaker {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}

.fullside  {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
.breaker *:not(.btm) {
  color: #fff;
}
.title-area + *:not(.breaker){margin-top:40px; }
.breaker + *:not(.breaker){margin-top:40px; }
.intro + *:not(.breaker){margin-top:40px; }

.breaker {
  position: relative;
}

.breaker > .breaker-inner > .container {
	padding-top: 40px;
	padding-bottom: 40px;
}
.intro {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;	
  position: relative;
  font-size: 1.5em;
  padding-top: 25px;
  padding-bottom: 50px;
  background-color: rgba(255, 255, 255, 1);
  background-blend-mode: luminosity;
  display: flex;
  background-size: 100%;
  background-position: center center;	
}
.polygon {
  -webkit-clip-path: polygon(0 12px, 100% 0, 100% calc(100% - 12px), 0 100%);
  clip-path: polygon(0 12px, 100% 0, 100% calc(100% - 12px), 0 100%);
  margin-top: -16px;
  margin-bottom: -16px;	
}

ol.listblock {padding-left:0px;}
.listblock-item-number {
	display: block;
	padding: 0.5em;
	width: 2em;
	height: 2em;
	border-radius: 100%;
	text-align: center;
	margin-bottom: 10px;
	font-weight: 900;
	line-height: 1;
}
ol li.listblock-item {list-style:none;}

.cat-filter-widget, .date-filter-widget {
  background: #eee;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
}
#custom_img-show:focus-visible {
  outline: 2.5px dotted #0069b3;
  border: none;
  box-shadow: none;
  outline-offset: 2px;
}
#year-filter, #cat-filter {
  display: block;
  float: none;
  clear: both;
}
.cat-filter-widget p {
  clear: both;
  padding-top: 10px;
}
#monthFilter {
  margin-bottom: 20px;
}
.container .monthFilter li {
  list-style: none;
  display: inline;
}
#monthFilter .month {
  color: #0069b3;
  background: #fafaff;
  padding: 5.4px 5px 4.6px 5px;
  display: inline-block;
  font-weight: bold;
  margin: 4px 4px 4px 0px;
  width: 3em;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
}
#monthFilter .month.disabled {
  color: #666;
  background: #AAA;
  cursor: not-allowed;
}
#monthFilter .month.enabled:focus-visible {
  outline: 2px dotted #0069b3 !important;
  border: none;
  box-shadow: none;
  outline-offset: 1px;
}
#monthFilter .month.active {
  background-color: #0069b3;
  color: #fafaff;
}

.testimonial-img {
	position: relative;
}

.testimonial-img .testimonial-img-body {
	position: absolute;
    bottom: 8px;
  text-align: center;
  width: calc(100% - 23px);
  
	
}

.testimonial-img .testimonial-img-body .testiminal-img-header {padding:20px;border-radius: 0px 0px 5px 5px;}

.google-map a, #map img {
  border: none !important
	
}
.gm-svpc {
  display: none;
}
.gm-style-mtc div, .gm-fullscreen-control, .gm-control-active, .gmnoprint div, .google-map a, .google-map img  {
  border-radius: 0px !important;
}

.google-map-privacy-box {padding:20px; height:400px}

.google-map {height:400px;width:100%}

.google-map a, #map img {
  border: none !important
}
.gm-svpc {
  display: none;
}
.gm-style-mtc div, .gm-fullscreen-control, .gm-control-active, .gmnoprint div, .google-map a, .google-map img {
  border-radius: 0px !important;
}
.google-map-privacy-box {
  padding: 20px;
  height: 400px;
  border-radius: 5px;
}
[data-enabled="true"] .google-map-privacy-box {
  display: none
}
[data-enabled="false"] .google-map {
  display: none;
}
.google-map {
  height: 400px;
  width: 100%;
  border-radius: 5px;
}
.main-section .fullside:last-child {margin-bottom:-20px;}

.footer-contactme {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100vw;
	background-color:#000032;
	padding-top:0.5em;
	padding-bottom:0.5em;
}

.side-options {
  position: fixed;
  top: 400px;
  left: 0px;
  z-index: 99;
}
.modal-open .side-options {
  z-index: 10000;
}
.side-options > div > a.btn {
  margin-bottom: 10px !important;
}
a.btn-to-main-content {
  height: 0px;
  overflow: hidden;
  opacity: 0;
  background-color: #0069b3;	
  position: fixed;
  left: 0px;
  top: 355px;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  z-index: 99;
}
a.btn-to-main-content:focus-visible {
  height: auto;
  visibility: visible;
  background-color: #fff;
  opacity: 1  
}
a.btn-jump-over-tagcloud {
  height: 0px;
  overflow: hidden;
  opacity: 0;
  display: block;
  margin: 0px;
  padding: 0px;
}
a.btn-jump-over-tagcloud:focus-visible {
  height: auto;
  visibility: visible;
  opacity: 1;
margin-bottom: 10px;
  margin-right: 10px;
  padding: .375rem .75rem;
	  
}