

/*default behaviour*/
iframe {max-width:100%;border:0;}
img, embed, object, video { max-width: 100%;max-height:100%;height:auto;}
#main img {border-radius:20px;}
.fett {font-weight:bold;}
.align-left, .text-left { text-align: left; }
.align-center { text-align: center; }
.align-right, .text-right { text-align: right; }
.align-justify, .text-justify { text-align: left !important; }
.indent {margin-left:1em;}

/*Linksymbols*/
.internal-link  {}
.link-external::before, .link-external-blank::before, .external-link-new-window::before, .link-download::before,
.download::before, .link-mail::before, .mail::before, .link-phone::before, .phonelink::before,
a[href$=".pdf"] .btn::before, a[href^="https:"] .btn::before, .btn::before{
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  padding:0 7px 0 2px;
}
.link-external::before, .link-external-blank::before, .external-link-new-window::before,
 a[href^="https:"] .btn::before{content:"\f14c";font-size:90%;padding:0 5px 0 3px;}
.link-download::before, .download::before{content:"\f019";}
.link-mail::before, .mail::before{content:"\f0e0";}

a[href$=".pdf"] .btn::before{content:"\f019";}

.backlink {
  color:var(--tlog-color-primary);
}
.backlink::before{
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding:0 3px 0 0;
}
.backlink::before{content:"\f100";}
.link-phone::before, .phonelink:before{content:"\f095";}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

/*menu symbols*/
.pipesymbol::after {
    content: "|";
    padding: 0 4px;
}
.rootlineSymbol::after, .raquosymbol:after {
    content: "\00BB";
    padding: 0 4px;
    font-size:130%;
}
.rootlineSymbol::after {font-size:1rem;}
/*to top link*/
#back-top {position: fixed; bottom:40px;z-index:99; left: 50%; margin:0 0 0 660px; display:none;}
#back-top a { display: block;text-decoration:none;transition: all 0.8s ease 0s;}
#back-top a::after {
  display: inline-block;
  color: var(--tlog-btn-color);
  content: "\f062";
  font-family: "Font Awesome 5 Pro";
  font-size:2rem;
  padding: 0 0 0 0px;
  font-weight: 700;
  border-radius:0%;
  width:50px;
  height:50px;
  line-height: 50px;
  text-align: center;
  background:var(--tlog-color-primary);
}
#back-top a:hover::after,
#back-top a:focus::after { background-color:var(--tlog-btn-color);color:var(--tlog-color-primary);}

/*###Uploads#####*/
.ce-uploads span { display: inline;padding-left:5px;}



/*ce-elements*/
.ce-intext .ce-gallery {max-width:50%;}
.ce-gallery figcaption {
  text-align: center;
  padding-top: 3px;
  display: block;
  font-size: 0.875em;
}
.container-fluid .ce-gallery + .ce-bodytext {padding:30px 30px 0 30px;}
.container-fluid .ce-intext.ce-right .ce-gallery, .container-fluid .ce-intext.ce-left .ce-gallery, .container-fluid .ce-gallery {margin-bottom: 0;}
.ce-border img, .ce-border iframe { border: 0px; }

/*#############################
#######Überschriften###########
###############################
*/
.headerInhalt {display: block;}
h1,h2,h3,h4,h5,h6 {
  font-family: var(--tlog-font-header);
  font-weight: 500;
  color: var(--tlog-color-font-header);
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {color:var(--tlog-color-secondary);}
.bg_content h1, .bg_content h2, .bg_content h3, .bg_content h4, .bg_content h5, .bg_content h6 {}
h1, h2 {
  font-size: 3rem;
  font-weight:500;
  margin-bottom: 1.25rem;
}
h1.levelTitle {color: #fff;}
hgroup p {font-size:1rem;margin-bottom:0;color:var(--tlog-color-primary);font-weight:300;letter-spacing:1px;text-transform: none;}
/*
hgroup p span {position:relative;padding-left:70px;}
hgroup p span::before {
  background-image: linear-gradient(90deg, var(--tlog-color-primary), var(--tlog-color-primary));
  top: 50%;
  border-radius: 10px;
  content: "";
  height: 2px;
  left: 0;
  transform: translateY(-50%);
  margin-top: 0;
  position: absolute;
  width: 60px;
}
*/
#headerContent hgroup p {font-size:1.25rem;letter-spacing: 2px;border-top: 2px solid var(--tlog-color-primary);margin-bottom: 25px;color: inherit;}
#headerContent h1, #headerContent h2 {font-size:3.75rem; font-weight:700;}
/*.bg_content hgroup p {color:#fff;}*/
.section-head-bar {
    position: relative;
    display: block;
    padding-bottom: 25px;
}
.section-head-bar::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    width: 40px;
    height: 4px;
    background: var(--tlog-color-primary);
    transform: skewX(-45deg);
}
.section-head-bar::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 0;
    width: 40px;
    height: 4px;
    background: var(--tlog-color-primary);
    transform: skewX(45deg);
}
.ce-headline-center + .section-head-bar {left:50%;display: inline-block;margin-left:-25px;}
.ce-headline-center + .section-head-bar::before {}
.ce-headline-center + .section-head-bar::after {}

h3, #footer h1, #footer h2 {
  font-size: 1.75rem;
  font-weight: 400;
}
h4, #footer h3 {
  font-size: 1.5rem;
}
h5, #footer h4 {
  font-size: 1.25rem;
  font-weight: 300;
}
h6, #footer h5 {
  font-size: 1.125rem;
  font-weight: 300;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a{
  color:inherit;
  /*text-decoration:none;*/
  transition: .3s all ease; }

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    text-decoration:none; }
.colorBox h1, .colorBox h2, .colorBox h3, .colorBox h4, .colorBox h5, .colorBox h6 {color:inherit;}

/*--- Links ----------------------------------------------------------------------------------------- */
/*
 *:focus {outline: none;	}
*/
a {
 transition: all 0.4s ease 0s;
 color:inherit;
 cursor: pointer;
 text-decoration:underline;
}
a:focus,
a:hover,
a:active {color:inherit; text-decoration:none;}

a.newsItemLink {color:inherit;}
a.newsItemLink:focus,
a.newsItemLink:hover,
a.newsItemLink:active { text-decoration:underline;}

.teaserWrap a, .teaserWithIconWrap a {text-decoration:none;}
.teaserWrap a:hover, .teaserWithIconWrap a:hover
.teaserWrap a:focus, .teaserWithIconWrap a:focus
.teaserWrap a:active, .teaserWithIconWrap a:active {text-decoration:none;}

.abisz a:hover,
.abisz a:focus,
.abisz a:active {color:var(--tlog-color-linkactive);}

.headerInfo a {text-decoration: none;}
.headerInfo a:focus, .suchboxlupe:focus,
.headerInfo a:hover, .suchboxlupe:hover,
.headerInfo a:active, .suchboxlupe:active {color:inherit; text-decoration:underline;}


#rootline a {text-decoration:none;color:var(--tlog-color-linkactive);}
#rootline a:focus,
#rootline a:hover,
#rootline a:active {color:var(--tlog-color-linkactive); text-decoration:underline;}

#footer a {color:inherit;text-decoration: none;}
#footer a:focus,
#footer a:hover,
#footer a:active {color:inherit; text-decoration: underline;}

button, input, select, textarea {
   background: #fff none repeat scroll 0 0;
   border: 1px solid var(--tlog-color-border);
   color: var(--tlog-color-font-main);
   padding:0 5px;
}
button {background:transparent;border:none;color:inherit;}
.form-control, .form-select { border-radius: 20px;border:3px solid var(--tlog-color-border);}

input[type="checkbox"], input[type="radio"] { margin: 0px 3px 0 0px; }
input[type="checkbox"]:focus, input[type="radio"]:focus {box-shadow: 0 0 0 .05rem rgba(0,0,0,.25); }
.form-control:focus, .form-select:focus {
 color: inherit;
 background-color:inherit;
 border-color: inherit;
 box-shadow:none;
}
input[type=text]:focus, textarea:focus, select:focus, .select_container:focus {	}
input[type="submit"]:hover {}
legend {border:none;}
.btn {
 border-radius:0;
 font-size:inherit;
}

.btn-default, .btn-primary, .btn-secondary, .btn-light {padding:15px 25px;background:var(--tlog-btn-backgroundcolor);color:var(--tlog-btn-color);border:1px solid;border-radius: 50px 20px;border-color:var(--tlog-btn-bordercolor);text-decoration: none;box-shadow: 10px 10px 0 0px var(--tlog-color-dark-background);}
.btn-default:hover, .btn-default:focus, .btn-primary:hover, .btn-primary:focus,
.btn-secondary:hover, .btn-secondary:focus, .btn-light:hover, .btn-light:focus,
a:hover .btn, a:focus .btn, a:hover.btn, a:focus.btn {background-color:var(--tlog-btn-backgroundcolor-active);color:var(--tlog-btn-color-active);border-color:var(--tlog-btn-bordercolor-active);transition: all 0.4s ease 0s;box-shadow:none;}
.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn.dropdown-toggle-split:first-child, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {border-radius: 25px;}

/*==================  Swiper    ======================*/
.swiper {
	width:100%;
	}
#headerContent .swiper {
}
#headerContent .contentSlider {margin-bottom:-50px;}
.swiper-container {
  width: 100%;
  height:100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.swiperSingle {margin:0 auto!important;}
.swiperSingle .swiper-container {padding:30px 10px 50px 10px;}
.swiper-wrapper {margin-bottom:-1px;}
.swiper-slide {
    text-align: center;
  /*     font-size: 1.125rem;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
}
.swiper-slide picture {width:100%;background-color: #000;}
.swiper-slide picture img {width:100%;opacity: 1;}
#headerContent .swiper-slide picture img {opacity: 1;}
#headerContent .swiper-slide {text-align: left;/*background:transparent url(../Images/shop-collection-bg.png) no-repeat center center; background-size: cover;*/}
.slidercontent {position:absolute;left:auto;width:100%;/*max-width:100%;*/color:#fff;}
.slidercontent.container {margin:0 auto;padding: 0 40px;}
#headerContent .slidercontent h1, #headerContent .slidercontent h2 {
  font-weight:400;
  font-size:8rem;
  color:#fff;
  line-height: 1.1;
}
#headerContent .slidercontent h3 {font-size:1.625rem;color:#fff;}
#headerContent .contentSlider h1, #headerContent .contentSlider h2 {font-size:3.75rem; font-weight:700;-webkit-text-stroke-width: 1px;-webkit-text-stroke-color: #fff;}
#headerContent .contentSlider .ce-textpic {display:flex;flex-direction: row-reverse;justify-content: space-between;}
#headerContent .contentSlider .ce-gallery {align-self: end;}
#headerContent .contentSlider .ce-bodytext {/*align-self: center;*/flex-grow: 1;flex-basis: 20rem;}
#headerContent .contentSlider .btn {margin:20px 0;}
.swiper-pagination {}
.swiper-pagination-bullet {
    background: none;
    border: 1px solid #bfbfbf;
    height: 7px;
    opacity: 1;
    width: 7px;
    border-radius:50%;
}
.swiper-pagination-bullet-active {
    background: var(--tlog-color-primary);
		border:none;
		transform: scale(1);
}
.swiper-button-prev::after, .swiper-button-next::after {display: none;}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: none;
    left: 10px;
    right: auto;
}
.swiper-button-prev i, .swiper-container-rtl .swiper-button-next i {
	font-size:50px;
	line-height:50px;
  color:var(--tlog-color-primary);
  font-weight: 300;
}
.swiper-button-prev i:hover, .swiper-container-rtl .swiper-button-next i:hover {
	color:#fff;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: none;
}
.swiper-button-next i, .swiper-container-rtl .swiper-button-prev i {
	font-size:50px;
	line-height:50px;
  color:var(--tlog-color-primary);
  font-weight: 300;
}
.swiper-button-next i:hover, .swiper-container-rtl .swiper-button-prev i:hover {
	color:#fff;
}
.swiper-next,.swiper-prev {
 position:absolute;
 top:50%;
 width:27px;
 height:44px;
 margin-top:-22px;
 z-index:10;
 cursor:pointer;
 -moz-background-size:27px 44px;
 -webkit-background-size:27px 44px;
 background-size:27px 44px;
 background-position:center;
 background-repeat:no-repeat
}
/*Imageslider textmedia*/
.ce-textpic .swiper-container {overflow:initial;}
.ce-textpic .swiper-slide figure {width:100%;}
.ce-textpic .swiper-slide figure figcaption{display:none;}
.ce-textpic .swiper-slide img {min-height:auto;width:100%;}

.ce-gallery .swiper-next,.ce-gallery .swiper-prev {
 top:auto;
 bottom:0px;
 width:85px;
 height:85px;
 margin-top:0px;
 z-index:10;
 cursor:pointer;
 background:var(--tlog-color-primary);
 color:#121212;
}

.ce-gallery  .swiper-prev {
 right:85px;
 left:auto;
}
.ce-gallery .swiper-next {
 right:0px;
 left:auto
}
.swiper-prev i, .swiper-next i {
    font-size: 24px;
    line-height: 85px;
    width:85px;
    text-align: center;
}
.swiper-next:hover, .swiper-prev:hover {
    background-color: var(--tlog-color-primary);
    color:#fff;
}
.contentSlider {overflow:hidden;}
.contentSlider .swiper-button-prev, .contentSlider .swiper-button-next {
  background-color: rgba(19,17,32,.5);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  top:50%;
  margin-top:-50px;
  left:20px;
}
.contentSlider .swiper-button-next {right:var(--swiper-navigation-sides-offset,20px);left:auto;}
.contentSlider .swiper-button-next:hover, .contentSlider .swiper-button-prev:hover,
.contentSlider .swiper-button-next:hover i, .contentSlider .swiper-button-prev:hover i {
	color:var(--tlog-color-font-header);
  background-color: var(--tlog-color-primary);
}
/*==================  RD Parallax    ======================*/
.rd-parallax {
  color:#fff;
}
.rd-parallax h1, .rd-parallax h2, .rd-parallax h3, .rd-parallax h4, .rd-parallax h5, .rd-parallax h6 {color:#fff;}

.rd-parallax-inner {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  clip: rect(0, auto, auto, 0);
  pointer-events: none; }

.rd-parallax-layer[data-type="media"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%; }
  .rd-parallax-layer[data-type="media"] iframe {
    width: 100%;
    height: 100%; }

.rd-parallax-layer-holder {
  pointer-events: all; }

.rd-parallax-layer[data-url] {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center; }

.rd-parallax-swiper {
  z-index: 1 !important; }

/*------accordion-------*/
  .ui-accordion-header{
    border-bottom:1px solid var(--tlog-color-border);
    padding-bottom: 0.5em;
    margin-bottom: 1em;
    margin-top:2em;
  }
  .ui-accordion-header.ui-accordion-header-active {
    border-bottom:1px solid var(--tlog-color-linkactive);
  }
  .ui-accordion-header:first-child{
  }
  .ui-accordion-header a{
    text-decoration: none;
    color:var(--tlog-color-font-main);
  }
  .ui-accordion-header a::before{
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    padding:0 7px 0 2px;
    content:"\f054";
    transition: all 0.4s ease 0s;
    font-size:0.875rem;
    transform: translateY(-3px);
  }
  .ui-accordion-header-active a {color:var(--tlog-color-linkactive);}
  .ui-accordion-header-active a::before{transform: rotate(-90deg) translateX(5px) translateY(0px);}
  .ui-accordion-content {padding:0px 27px 0px 27px;}
  /*.ui-accordion .ui-accordion-header a {
      padding-left:2em !important;
  }
  */
  /* ########################################
  ########### Hintergrundbereiche  ##########
  ** ########################################
  */
.well-1 { padding: 4em 0 4em; }
.well-2 {  padding: 8em 0 8em; }

.bg-primary {
  background-color: var(--tlog-color-primary-background) !important;
  margin:0 !important;
  color:#fff;
}
.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5 {color:#fff;}
.bg-primary > .container {
  padding:var(--tlog-gutter-y) 0;
}
.bg-primary .news-list-item {padding:0;}
.row .bg-primary, .row .bg-secondary {margin-bottom:var(--tlog-row-gutter-y) 0 !important;}
.bg-standard {
    background-color: #fff;
    padding: 0px;
}
.bg-secondary {
  background-color: var(--tlog-color-sekundary-background) !important;
}
.bg-secondary .container {
  padding:var(--tlog-gutter-y) 0;
}
.bg-third {
  background-color: var(--tlog-color-third-background);
}
.bg-third .container {
    padding:var(--tlog-gutter-y) 0;
}

.bg-primary .ce-gallery, .bg-secondary .ce-gallery, .bg-third .ce-gallery {margin-bottom:0 !important;}
.bg-primary h2, .bg-secondary h2, .bg-third h2 {margin-top:0px;}
.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
/*    background-color: #000;
    color:#fff;*/
    position:relative;
}
main > div.bg-image:first-child { padding-top: 0;}
/*.bg-image h1, .bg-image h2, .bg-image h3, .bg-image h4, .bg-image h5, .bg-image h6 {color:#fff;}*/
#headerContent .bg-image {color: inherit;}
.bg_content {
    position:relative;
    z-index:10;
}
.bg-fixed {
    background-attachment: fixed;
}
.darker {position:relative;}
.layout-1 {background:#fff;padding:0 15px;color:#616156;}
.teaser.layout-1 {padding:0; margin: 0 auto;max-width: 555px;height:100%;}
.teaser.layout-1 .teaser_content {padding:15px 15px 0 15px;}
.teaser.layout-1 img {margin-bottom:10px;width:100%;}
.teaser.layout-1 h2 {color: #d2c970;font: 30px/30px Open Sans;font-weight: 400;margin: 0 0 7px;}
.bg-image .layout-1 {background:rgba(255,255,255,0.7);padding:20px 50px;}
.slidercontent > .layout-1 {background:rgba(255,255,255,0.7);display:inline-block;padding:20px 50px;}
.bg-image .layout-1 {color:#616156;}
.layout-1 .ce-intext.ce-right .ce-gallery, .layout-1 .ce-intext.ce-left .ce-gallery, .layout-1 .ce-above .ce-gallery { margin-bottom: 0px;}

.layout-2 {background:#e0e0e0;padding:0 15px;color:#4d4d4d;}
.teaser.layout-2 {padding:0; margin: 0 auto;max-width: 555px;height:100%;}
.teaser.layout-2 .teaser_content {padding:15px 15px 0 15px;}
.teaser.layout-2 img {margin-bottom:10px;width:100%;}
.teaser.layout-2 h2 {}
.bg-image .layout-2 {background:rgba(224,224,224,0.8);padding:20px 50px;}
.slidercontent > .layout-2 {background:rgba(224,224,224,0.8);display:inline-block;padding:20px 50px;}
.bg-image .layout-2 {color:#616156;}
.layout-2 .ce-intext.ce-right .ce-gallery, .layout-2 .ce-intext.ce-left .ce-gallery, .layout-2 .ce-above .ce-gallery { margin-bottom: 0px;}
/*alte Infobox
  .frame-bg-image-1 > .container > div {
      box-shadow: 0 0 12px rgba(0,0,0,.1);
      padding-bottom: 15px;
      background: #fff;
  }
  .frame-bg-image-1 > .container > div > h2, .frame-bg-image-1 > .container > div >h3 {
      color: #fff;
      background: #ef7f01;
      padding: 5px 15px;
  }
  .frame-bg-image-1 > .container > div > div { padding: 0 15px 15px 15px;}
*/
.frame-bg-image-1  {
    padding:var(--tlog-gutter-y) 0;
    background: linear-gradient(rgba(244, 247, 252, 0.62), rgba(244, 247, 252, 0.62)),
    transparent url("../Images/find-secr.png") bottom center/cover no-repeat;
}

  .frame-bg-image-2  {
      padding:var(--tlog-gutter-y) 0;
      background: linear-gradient(rgba(244, 247, 252, 0.62), rgba(244, 247, 252, 0.62)),
      transparent url("../Images/shop-collection-bg.png") bottom center/cover no-repeat ;
  }

/*
  .frame-bg-image-2 .container > div {
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  }
  .frame-bg-image-2 .container .row {
      margin:0;
      padding:0;
  }
*/
  .frame-bg-image-3 {
    background: var(--tlog-color-primary) url("../Images/shop-collection-bg.png") bottom center/cover no-repeat;
      padding:var(--tlog-gutter-y) 0;
      color:#fff;
  }
  .frame-bg-image-3 h1, .frame-bg-image-3 h2, .frame-bg-image-3 h3, .frame-bg-image-3 h4, .frame-bg-image-3 h5 {color:#fff;}

  .announcer > .container > div {border:0px solid var(--tlog-color-border);border-left:7px solid var(--tlog-color-primary);padding:20px 15px;background:#fff;box-shadow: 0 0 12px rgba(0,0,0,.1);}
  .infobox > .container > div {
      box-shadow: 0 0 12px rgba(0,0,0,.1);
      padding-bottom: 15px;
      background: #fff;
  }
  .infobox > .container > div > h2, .infobox > .container > div >h3 {
      color: var(--tlog-color-primary-font-color);
      background: var(--tlog-color-primary);
      padding: 5px 15px;
  }
  .infobox > .container > div > div { padding: 0 15px 15px 15px;}
  .infobox, .announcer {
    margin:var(--tlog-gutter-y) 0;
  }

/* #############################
** ### Mail-Formular ###########
** #############################
*/
.frame-type-form_formframework .form-check-label input {margin-right:10px;}
#kontaktformular-singleselect-1 {max-width:200px;}
.form-control:focus { border-color: #eee;box-shadow:none; }
.form-group,  .frame-type-form_formframework div { max-width: 700px;margin-bottom: 1rem;}
/*#############Sprachmenü#######################*/
.langMenu {
}
.langMenu div {
}
.langMenu div.active { display: none;}
/*responsive*/
.navwrap .langMenu {display:none;float:right;}
.navwrap .langMenu div {
    line-height: 44px;
    padding: 0 5px;
}

/*##################Sitemap###########################*/
#footer ul.ce-menu {list-style:none;padding:0;}
#footer ul.ce-menu li {text-transform:uppercase;line-height:1.6em;}

/*##################Table##############################*/
.table td, .table th { border-top: 1px solid var(--tlog-color-border);}
.table tr:first-child td, .table tr:first-child th,
.table thead tr:first-child th { border-top: 0px solid var(--tlog-color-border);}

/*==================  Frame   ======================*/
hr {
	border-top: 1px solid var(--tlog-color-border);
  clear:both;
  margin:20px 0;
}
.frame-ruler-before:before { content: ''; display: block; border-top: 1px solid #eee;; margin-bottom: 2em; }
.frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid #eee;; margin-top: 2em; }
.frame-indent-left { margin-left: 33%; }
.frame-indent-right { margin-right: 33%; }

/*==================  Space   ======================*/
.frame-space-before-extra-small { padding-top: 1em; }
.frame-space-before-small { padding-top: 2em; }
.frame-space-before-medium { padding-top: 3em; }
.frame-space-before-large { padding-top: 4em; }
.frame-space-before-extra-large { padding-top: 5em; }
.frame-space-after-extra-small { padding-bottom: 1em; }
.frame-space-after-small { padding-bottom: 2em; }
.frame-space-after-medium { padding-bottom: 3em; }
.frame-space-after-large { padding-bottom: 4em; }
.frame-space-after-extra-large { padding-bottom: 5em; }

/*#####################################################
################ RTE - Elemente #######################
#######################################################
/*------------- Listen -------------------------------- */
ol, ul {
	padding:0 0 0 35px;
}
/*li {list-style-position: inside;}
*/
/*-----------------Spezialliste-----------------------*/

 ul.specialList {
  padding:0;
 }
 ul.specialList li {
  position:relative;
  margin:0 0 0.5rem 0;
  padding:0 0 0 30px;
  list-style:none;
  line-height:1.5rem;
  font-size:1rem;
  color:inherit;
 }
 ul.specialList li:first-child {  }
 ul.specialList li:before {
  position:absolute;
  top:0;
  left:0;
  line-height:1.5rem;
  font-family:"Font Awesome 6 Pro";
  /*content:'\02C3';*/
  content:'\f054';
  font-size:0.65rem;
  background:var(--tlog-color-primary);
  color:var(--tlog-color-primary-font-color);
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
 }
 ul.specialList li ul { padding:0; }

ul.specialListCheck {
	padding:0 0 0 0px;
}
 ul.specialListCheck li {
	position:relative;
	margin:0 0 0 0;
	padding:0 0 0 25px;
	list-style:none;
  line-height:2rem;
	font-size:1rem;
	color:inherit;
}
 ul.specialListCheck li:first-child { margin:0; }
 ul.specialListCheck li:before {
	position:absolute;
	top:1px;
	left:0;
	line-height:2rem;
  font-family:"Font Awesome 6 Pro";
	font-size:1rem;
	color:inherit;
	content:'\f00c';
  font-weight: 600;
}
ul.specialListCheck li ul { padding:16px 0 0 0; }


ul.specialListLine {
 padding:0 0 0 0px;
}
ul.specialListLine li {
 position:relative;
 margin:0 0 0 0;
 padding:0 0 0 25px;
 list-style:none;
 line-height:2rem;
 font-size:1rem;
 color:inherit;
}
ul.specialListLine li:first-child { margin:0; }
ul.specialListLine li:before {
  position:absolute;
  top:0;
  left:0;
  line-height:2rem;
  content:'\2015';
  color: var(--tlog-color-primary);
}
ul.specialListLine li ul { padding:0; }

ol {
   counter-reset: table-of-content;
   list-style-type: none;
}
ol li::before {
   counter-increment: table-of-content;
 /*  content: counters(table-of-content,".", decimal) " ";
 */  content: counter(table-of-content) ".";
   float: left;
   margin-right:10px;
}
ol li ol li::before {
 content: counters(table-of-content,".", decimal) " ";
}
.csc-mailform ol li::before, .csc-mailform ol li ol li::before {display: none;}
ol > li {
   margin-bottom:30px;
}
ol > li::before {
   font: 300 48px/54px "Open Sans",sans-serif;
   color: #333;
}
ol li ol li {
   margin-bottom:10px;
}
ol li ol li::before {
   font-size:100%;
   line-height: inherit;
   color:inherit;
   font-weight: bold;

}
/*-----------------Schriften&Formatierungen-----------------------*/
.gunny{font-family:gunny_rewrittenregular;font-size:150%;}
.red {color:#ff0000;}
.big {font-size: 150%;}
.c-tiny {font-size:60%;}
.blue {color:#3a66af;}
.black {color:#000;}
.white {color:#fff;}
.bigIconFlex {display:flex;text-align:center;}
.bigIconFlex .bigIcon:first-child {padding-right:24px;}
.bigIcon { display:flex;flex-direction: column;/*margin:20px!important;*/ padding:20px 0px 0 0;}
.bigIcon.shadow {box-shadow: box-shadow: 0 1px 14px 1px rgba(0, 0, 0, 0.05);border-radius:0px; padding:20px 10px;border-left: 0px solid var(--tlog-color-primary);}
.bigIcon p:first-child {padding-right:20px;}
.bigIconWrap {}
.bigIcon h3 {font-size:1.25rem;font-weight:300;}
.bigIcon i{
	font-size:3rem;
	color:var(--tlog-color-secondary);
	padding: 5px 0 5px 0px;
  font-weight:200;
	text-align: center;
	background:transparent;
	border-radius:0;
}
.bg_content .bigIcon i{	color:inherit;}
.ce-left .bigIconOuter {padding:0 15px 0 3em;}
.ce-right .bigIconOuter {padding:0 3em 0 15px;}

/* Definiert den Container für die BigIcons als Flexbox */
.bigIconFlexShadow {
  display: flex;
  flex-wrap: wrap; /* Ermöglicht das Umbrechen der Elemente in die nächste Zeile */
  justify-content: space-between; /* Verteilt den verfügbaren Platz zwischen den Elementen */
  gap: 20px; /* Fügt einen gleichmäßigen Abstand zwischen den Elementen hinzu */
  text-align: center;
  padding: var(--tlog-row-gutter-y) 0!important;
}

/* Formatiert die einzelnen BigIcons */
.bigIconFlexShadow .bigIcon {
  flex-basis: calc(50% - 10px); /* Stellt sicher, dass zwei Elemente nebeneinander passen */
  /* Die 10px sind die Hälfte des Gaps von 20px, da der Platz für die Lücken in der Formel berücksichtigt werden muss */

  /* Weitere Styling-Optionen */
  padding: 20px;
  border-radius: 0px;
  background-color: #ffffff;
}
.bigIconFlexShadow .bigIcon h3 {color:var(--tlog-color-font-dark);}
@media (max-width: 768px) {
  .bigIconFlexShadow .bigIcon {
    flex-basis: 100%;
  }
}

blockquote::before {
  content: open-quote;
  font-size: 4rem;
  color: var(--tlog-color-primary);
  margin-right: 0.1em;
  vertical-align: 0.1em;
}
blockquote::after {
  content: close-quote;
  font-size: 4rem;
  color: var(--tlog-color-primary);
  margin-left: 0.1em;
  vertical-align: -.4em;
}
blockquote {
  color: var(--tlog-color-font-header);
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  border: none;
  margin: 50px 0;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 0;
  position: relative;
}
blockquote p {
  display: inline;
  margin: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0;
}
blockquote ~ address {font-weight:bold;text-align: center;}
cite {font-style:italic;}

/*Bildervarianten*/
/*2 Bilder eineinander*/
.ce-left .ce-gallery[data-ce-columns="1"][data-ce-images="2"] {
  position: relative;
  .ce-row:first-child {
    margin-bottom: 90px;
    margin-right: 50px;
  }
  .ce-row:nth-child(2) {
    position: absolute;
    bottom: 0px;
    right: 0px;
  }
  .ce-row:nth-child(2) img {
    width: 350px;
  }
}
.ce-right .ce-gallery[data-ce-columns="1"][data-ce-images="2"] {
  position: relative;
  .ce-row:first-child {
    margin-bottom: 90px;
    margin-left: 50px;
  }
  .ce-row:nth-child(2) {
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
  .ce-row:nth-child(2) img {
    width: 350px;
  }
}
/*Bilderblock 2 Spalten 1 Bild Spalte 1, 2 Bilder Spalte 2 plus JS*/
.ce-left .ce-gallery[data-ce-columns="1"][data-ce-images="3"] {
  position: relative;
  display:flex;
  > .ce-row:first-child {
    margin-right: 30px;
    align-self: center;
  }
  div .ce-row:first-child {
    margin-bottom:30px;
    margin-right: 30px;
  }
  .ce-row img {
    border-radius:25px;
  }
}
.ce-right .ce-gallery[data-ce-columns="1"][data-ce-images="3"] {
  position: relative;
  .ce-row:first-child {
    margin-bottom: 90px;
    margin-left: 50px;
  }
  .ce-row:nth-child(2) {
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
  .ce-row:nth-child(2) img {
    width: 350px;
  }
}

/* ##############################
** ### tx_indexedsearch #########
** ##############################
*/
/* default styles for extension "tx_indexedsearch" */
.tx-indexedsearch-searchbox fieldset {display: flex;}
ul.tx-indexedsearch-browsebox { text-align:center;padding-bottom:30px; }
.tx-indexedsearch-browsebox li { display:inline; }
.tx-indexedsearch-browsebox li a {
	padding: 6px 12px;
	margin-left: -1px;
	color: var(--tlog-pagination-color);
	text-decoration: none;
	background-color: var(--tlog-pagination-backgroundcolor);
	border: 1px solid var(--tlog-pagination-bordercolor);
}
.tx-indexedsearch-browsebox li a:hover, .tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a {
	color: var(--tlog-pagination-color-active);
	background-color: var(--tlog-pagination-backgroundcolor-active);
	border-color:var(--tlog-pagination-bordercolor-active);
}
.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage strong {font-weight:normal;}
.tx-indexedsearch-whatis { margin-top:1em; margin-bottom:1em; }
.tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch-res { margin-top:30px;;}
.tx-indexedsearch-form {}
.tx-indexedsearch-form label { margin-right:10px; }
.tx-indexedsearch-form  div { margin-bottom:10px; }
.tx-indexedsearch-form  input  { width:220px;padding:5px 0 5px 0; }
#tx-indexedsearch-searchbox-sword {padding-left:5px;border: 3px solid var(--tlog-color-border);border-radius: 20px;}
#tx-indexedsearch-searchbox-button-submit {margin-left:10px;width:100px;padding:5px 0}
.tx-indexedsearch-res span.tx-indexedsearch-icon {display:none;}
.tx-indexedsearch-info {display:none;}


/*Suchbox*/
#suchbox .suchboxlupe i { width: 20px;}
#suchbox .suchboxlupe[aria-expanded="true"] .fa-search::before { content: "\58";}
#topSearchForm {width:200px;position:absolute;top:var(--tlog-headerTop-height);right:0;background:var(--tlog-color-primary);padding:0px;transition: all 0.25s linear 0s;z-index:70;}
#topSearchForm {
  fieldset {display:flex;margin:0;padding:0;justify-content: space-around;}
  .topSearchFormField {/*background-color:#fff;*/}
  .topSearchFormField:last-child {/*margin-left: -30px;*/}
  input {
    border:2px solid var(--tlog-color-primary);
    font-size: 1.125rem;
    padding: 0 30px 0 10px;
    width: 200px;
    height:100%;
  	color: var(--tlog-color-font-main);
  	margin:0;
  }
  input::placeholder { opacity:1;color:var(--tlog-color-font-main); }
  button {width:30px; margin-left:-30px;}
  i {color: var(--tlog-color-font-main);}
}

/*responsive*/
#navSuchbox {display:none;}
#navSuchbox .suchboxlupe i { width: 20px;}
#navSuchbox .suchboxlupe[aria-expanded="true"] .fa-search::before { content: "\58";}
#navSearchForm {position:absolute;top:65px;right:0;left:auto;background:#ffd04c;padding:20px 20px 20px 20px;transition: all 0.25s linear 0s;z-index:70;}
#navSuchbox .suchboxlupe[aria-expanded="true"]+#navSearchForm {width: 100%;max-width:100%;}
#navSearchForm {
  fieldset {display:flex;margin:0;padding:0;justify-content: end;}
  .navSearchFormField {}
  .navSearchFormField:last-child {}
  input {
    border:0px;
    font-size: 1.125rem;
    padding: 0 30px 0 10px;
    width: 100%;
    height:100%;
  	color: var(--tlog-color-font-main);
  	margin:0;
  }
  input::placeholder { opacity:1;color:var(--tlog-color-font-main); }
  i {color: var(--tlog-color-font-main);}
  button {height:100%;background: transparent;width:30px; margin-left:-30px;}
}


/*Indexed Search*/
/*#### Google Map #####*/
.js-gme-preview{
    width: 100%;
    background:url("../Images/bg_map.jpg") no-repeat center center/cover;
    padding: 100px 0;
    text-align: center;
}
.js-gme-preview a,
.js-gme-preview a:focus,
.js-gme-preview a:hover,
.js-gme-preview a:active {text-decoration:none;}
.js-gme-preview a::before{
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  padding:0 7px 0 0;
  content:"\f0ab";
  font-size:200%;
}
.video-shariff-play, a.video-shariff-play img {
  width: 100%;
  height:100%;
}
/*Hintergrundbilder*/
div:has(.pulsedImageWrap) {
  overflow:inherit;
}
.pulsedImageWrap {position:relative;}
@keyframes pulsedImage {
  from { transform: scale(0.8); }
  to { transform: scale(1.0); }
}
.pulsedImage {
    display: inline-block;
    animation: pulsedImage 1s infinite ease-in-out alternate;
    position:absolute;
    top:-100px;
    left:15px;
}
.ce-center .pulsedImage {
    top:-100px;
    left:auto;
    text-align: center;
    width: 100%;
}
.ce-right .pulsedImage {
    left:auto;
    right:15px;
}
