/**** ALTE SACHEN VON JOOMPOTFOLIO BIS Zeile 926+188 alles MÜLL *****/
a:not([href]):not([tabindex]),
a:hover {
    color: #89ba17;
}

/** Stage container **/

.connected-carousels .stage {
    max-width: 250px;
    margin: 20px auto;
    position: relative;
}

.connected-carousels .photo-credits {
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
    opacity: .66;
}

.connected-carousels .photo-credits a {
    color: #fff;
}

/** Navigation container **/

.connected-carousels .navigation {
    width: 260px;
    margin: 20px auto;
    position: relative;
}

/** Shared carousel styles **/

.connected-carousels .carousel {
    overflow: hidden;
    position: relative;
}

.connected-carousels .carousel ul {
    width: 2000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.connected-carousels .carousel li {
    float: left;
}

/** Stage carousel specific styles **/

.connected-carousels .carousel-stage {
    height: 240px;
    border: 10px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}

/** Navigation carousel specific styles **/

.connected-carousels .carousel-navigation {
    height: auto;
    width: 240px;
    background: #fff;
    border: 10px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}

.connected-carousels .carousel-navigation li {
    cursor: pointer;
}

.connected-carousels .carousel-navigation li img {
    display: block;
    border: 5px solid #fff;
}

.connected-carousels .carousel-navigation li.active img {
    border-color: #ccc;
}

/** Stage carousel controls **/

.connected-carousels .prev-stage,
.connected-carousels .next-stage {
    display: block;
    position: absolute;
    top: 0;
    width: 305px;
    height: 410px;
    color: #fff;
}

.connected-carousels .prev-stage {
    left: 0;
}

.connected-carousels .next-stage {
    right: 0;
}

.connected-carousels .prev-stage.inactive,
.connected-carousels .next-stage.inactive {
    display: none;
}

.connected-carousels .prev-stage span,
.connected-carousels .next-stage span {
    display: none;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}

.connected-carousels .prev-stage span {
    left: 20px;
}

.connected-carousels .next-stage span {
    right: 20px;
}

.connected-carousels .prev-stage:hover span,
.connected-carousels .next-stage:hover span {
    display: block;
}

/** Navigation carousel controls **/

.connected-carousels .prev-navigation,
.connected-carousels .next-navigation {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 16px/29px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}

.connected-carousels .prev-navigation {
    left: -15px;
    top: 40px;
    text-indent: 6px;
}

.connected-carousels .next-navigation {
    right: -15px;
    top: 40px;
    text-indent: 20px;
}

.connected-carousels .prev-navigation.inactive,
.connected-carousels .next-navigation.inactive {
    opacity: .5;
    cursor: default;
}



.jp-main_page:hover {
    border-style: dotted;
    border-color: blue;
}

.jp-main_page {
    border: 1px solid transparent;
    border-width: 1px;
    width: 22%;
}

.jp-main-cat h1.title {
    font-weight: normal;
    margin-top: 10px;
    font-family: Arial, Helvetica;
    color: #1d85dc;
    text-shadow: none;
    text-align: center;
}

.jp-subcategory_title:first-child {
    text-decoration: underline;
}

p.jp-subline {
    color: #808080;
}

div.jp-photo-container {
    padding: 10px;
    border: 1px solid #DDD;
}

.portfolioContent div.item-heading {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 7px;
    text-align: center;
    color: #0D4C89;
}

.description-container div.item-heading {
    font-size: 24px;

    color: #0D4C89;
}

* {
    margin: 0;
    padding: 0;
}

#tabsnav {
    margin: 20px 0 0 20px;
}

.jp-tabs li.active>a {
    background: white !important;
    margin-bottom: -3px;
}

.jp-tabs {
    /*float: left;*/
    width: 98%;
}

table tr.odd:hover td,
table tr.even:hover td {
    background-color: #e8f6fe;
}

.jp-post-comment li {
    list-style: none;
}

.jp-post-comment {
    background: none repeat scroll 0 0 #F8F9FA;
    border: 1px solid #C8C8C8;
    margin-bottom: 10px;
    padding: 5px;
}

.jp-post-not-comment {
    background: none repeat scroll 0 0 #F8F9FA;
    border: 1px solid #C8C8C8;
    margin-bottom: 10px;
    padding: 5px;
}

#commentListFormDiv {
    float: left;
    width: 95%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

    clear: both;
    overflow: hidden;
    padding: 12px 12px 12px 12px;
    margin: 10px 0;
}

.portfolio-social {
    margin: 14px 0 0 0;
    display: inline-block;
}

.portfolio-social-btn {
    float: right;
    margin-left: 10px;
    margin-top: 10px;

}

.portfolio-social-item {
    margin-bottom: 40px;
    text-align: right;
    float: left;
}

#superbox-overlay {
    background: #e0e4cc;
}

#superbox-container .loading {
    width: 32px;
    height: 32px;
    margin: 0 auto;
    text-indent: -9999px;
    background: url(styles/loader.gif) no-repeat 0 0;
}

#superbox .close a {
    float: right;
    padding: 0 5px;
    line-height: 20px;
    background: #333;
    cursor: pointer;
}

#superbox .close a span {
    color: #fff;
}

#superbox .nextprev a {
    float: left;
    margin-right: 5px;
    padding: 0 5px;
    line-height: 20px;
    background: #333;
    cursor: pointer;
    color: #fff;
}

.jp-categories .jp-main_page_1_cat {
    width: 100%;
}

.jp-categories .jp-main_page_2_cat {
    width: 47%;
}

.jp-categories .jp-main_page_3_cat {
    width: 31%;
}

.site-title {
    font-weight: normal;
    margin-top: 10px;
    font-family: Arial, Helvetica;
    color: #1d85dc;
    text-shadow: none;
    text-align: center;
}

.jp-main_page_3_cat .main-img {
    width: 100px;
    height: 100px;
    margin-right: 3px;
    margin-top: 5px;
}

div.jp-subcategory_title {
    text-align: center;
    font-size: 18px;
    color: #0D4C89;
    padding: 5px 0 3px 0;
    color: #516C7B;
}

.jp-subcategory_title a {
    font-weight: bold;
}

.jp-subline-subcat {
    color: #808080;
}

.jp-item-dates {
    text-align: center;
    padding: 10px 0 15px;
    font-weight: bold;
    font-size: 15px;
}


.jp-separate {
    width: 100%;
    border-top: 1px dotted #CCC;
    margin-top: -20px;
    margin-bottom: 20px;
}

.comment-wrap {
    margin: 5px 3px 10px;
    background-color: #FFF;
    border: 1px solid #C8C8C8;
    padding-right: 5px;
    padding-left: 5px;
}

.comment-info {
    margin-top: 5px;
}

.jp-photo-container {
    margin-right: -150px;
}

.description-container {
    padding-left: 150px;
}

.addButons {
    float: right;
    margin-bottom: 10px;
}

#candle-image {
    background-color: #0088CC;
    border: medium none;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 2px;
    padding: 3px 10px;
}

.ornament-item {
    float: left;
    margin-right: 5px;
}

.image-container {
    text-align: center;
    float: left;
    margin: 3px;
    height: 100px;
}

.image-container:hover {
    border: 3px solid #ffff00;
}

.image-container {
    border: 3px solid transparent;
}

.image-container img {
    height: 100px;
}

.ornament-submit,
.condolence-submit {
    margin-bottom: 5px;
}

div.jp-main-cat {
    height: auto;
}


.jportfrate-stars {
    float: left;
}

.alpha_search {
    margin-top: 20px;
    margin-bottom: 10px;
}

.jp-info {
    color: #999;
}

.jp-category-name,
.jp-published,
.jp-hits {
    margin-left: 10px;
}

.jp-not-found-wrapp {
    margin: 10px;
}

.jp-category_readmore {
    margin-top: 25px;
}

.jp-audio-info {
    color: #11548A;
    border-color: #C2E1FB;
    background-image: url(../images/information.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    vertical-align: top;
}

.jp-comment-textarea {
    width: 90%;
}

.jp-comment-form {
    border: 1px solid #C8C8C8;
    ;
    padding-left: 5%;
    padding-top: 20px;
    margin-bottom: 20px;
}

.jp-post-comment {
    width: 95%;
    margin: 10px 0;
    padding-top: 10px;
    border-top: 1px solid #C8C8C8;
    background-color: white;
    padding-left: 20px;
}

.jp-comment-info {
    color: #777777;
    height: 30px;
    margin-bottom: 10px;
}

.jp-comuser-name {
    color: #000000;
    font-size: 1.4em;
    height: 40px;
    line-height: 40px;
    text-transform: capitalize;
    padding-right: 5px;
}

.jp-post-date {
    color: #AAAAAA;
    font-size: 0.9em !important;
}

.jp-commenttext {
    font-size: 0.9em;
    padding-bottom: 10px;
}

.jp-post-not-comment li {
    list-style: none;
}

#jp-mem-user-name {
    margin-top: 10px;
}

.jp-main-page {
    overflow: hidden;
}

.main-img img {
    width: 100%;
}

/* Mobile adaptivity */
.carousel-navigation {
    width: 215px !important;
}

.jp-navigation {
    margin-left: 0 !important;
}

.ceraBox {
    width: 180px !important;
}

.carousel {
    width: 180px !important;
}

#ornaments {
    display: flex !important;
    flex-direction: column;
}

/*#scroll-down-button {
  position: fixed;
  left: 28px;
  width: 36px;
  height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: rgba(100, 100, 100, 0.4);
  border-radius: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
  line-height: 40px;
  text-decoration: none;
  bottom: 60px;

}*/
#scroll-down-button {
  position: fixed;

  width: 200px;
  height: 22px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  background:
rgba(100, 100, 100, 0.4);

  z-index: 1000;
  transition:
all 0.3s ease;
  text-decoration:
none;
  bottom: 10px;

}


#scroll-down-button:hover {
  color: #fff;
  background:#000;
}




@media (max-width: 576px) {
    .cat-wrap {
        width: 100%;
    }

    .alpha_search {
        width: 100%;
    }

    .alpha_search a {
        width: 7.6%;
        display: block;
        float: left;
    }

    .sp-column .portfolio-item-containter .carousel-stage {
        min-width: inherit !important;

    }
	.sp-megamenu-parent{
	  bottom:10px;
	}



}

@media (max-width: 768px) {
    .cat-wrap {
        width: 100%;
    }

    .alpha_search {
        width: 100%;
    }

    .alpha_search a {
        width: 7.6%;
        display: block;
        float: left;
    }
	
	#ornaments {
	  display: flex;
	  flex-wrap: wrap;
	  gap: 10px;
	  justify-content: center;
	  flex-direction: row;
	}

	#ornaments .ornament-item {
	  width: calc(50% - 10px); /* 2 nebeneinander mit Abstand */
	  box-sizing: border-box;
	  text-align: center;
	  padding-bottom: 0px;
	}	


}



/*** ALT DATEI " ***/
div.jp-categories div.clear {
    height: 20px;
}

.jp-main-cat h1.title {
    font-weight: normal;
    margin-top: 10px;
    font-family: Arial, Helvetica;
    color: #1d85dc;
    text-shadow: none;
    text-align: center;
    font-size: 28px;
}

#portfolio div.list-footer div.limit {
    position: relative;
    float: left;
    width: 140px;
}

#portfolio div.list-footer div.counter {
    float: right;
    width: 130px;
}

#portfolio div.list-footer ul {
    float: left;
    list-style-type: none;
    width: 60%;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

#portfolio div.list-footer ul li {
    float: left;
    width: auto;
    margin-right: 4px;
}

p.brand {
    text-align: center;
    margin: 10px 0px;
}

p.copyright {
    display: none;
}

div.description {
    text-align: justify;
    margin-bottom: 15px;
}

a.image {
    background: none !important;
    text-align: center;
}

#portfolio p.jp-subline {
    color: #808080;
    font-size: 12px;
    line-height: 12px;
    text-shadow: none;
    margin: 4px 0px 4px 0px;
}

#portfolio div.info h2 {
    display: inline;
}

#portfolio div.info p.text {
    color: #202020;
}

#portfolio .item {
    border-bottom: 1px dashed #ACACAC;
    width: 100%;
}

#portfolio div.details {
    margin: 10px 0px;
    padding: 5px;
    -moz-box-shadow: 0 0 3px #AAAAAA;
    -webkit-box-shadow: 0 0 3px #AAAAAA;
    box-shadow: 0 0 3px #AAAAAA;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid white;
}

#portfolio div#gallery-main {
    float: left;
    min-width: 320px !important;
    position: relative;
    margin-bottom: 10px;
}

div.loading {
    background: #FFF url(../images/loading.gif) 50% 50% no-repeat;
    opacity: 0.7;
    position: absolute;
    z-index: 9999;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

#portfolio div.gallery-menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#portfolio div.gallery-menu ul li {
    float: left;
    background: #FFF;
    padding: 3px;
    border: 1px solid #DDD;
    margin: 5px 10px 5px 0px;
}

#portfolio div.beforeContent,
#portfolio div.afterContent {
    margin: 10px 0px;
}

#portfolio div.beforeContent table,
#portfolio div.afterContent table {
    border: none;
    outline: none;
}

#portfolio div.beforeContent table td,
#portfolio div.beforeContent table tr,
#portfolio div.afterContent table td,
#portfolio div.afterContent table tr {
    border: none;
    outline: none;
}

.clr {
    clear: both;
}

div.item {
    margin: 10px 0px;
}

.main-cat .image img {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 10px;
    margin-bottom: 3px;
}

.subcategories_wrap {
    font-size: 18px;
    text-align: center;
    padding: 5px 0 10px 0;
    margin-top: 10px;
}

.grid_2 {
    display: inline;
    float: left;
    position: relative;
    margin-left: 1%;
    margin-right: 1%;
}

.cat-wrap:hover {
    border-style: dotted;
    border-color: blue;
}

.cat-wrap {
    border: 1px solid transparent;
    border-width: 1px;
    width: 22%;
}

.item-containter {
    float: left;
    width: 100%;
    border-bottom: 1px dashed #ACACAC;
    padding: 10px 0;
    margin-bottom: 10px;
}

.grid_6 {
    width: 370px;
}

.menuItem a img {
    border: 1px dotted #CCC;
    padding: 0px;
    border-radius: 3px;
    margin: 5px 1px;
    max-width: 100px;
}

#ex_show {
    display: block;
    float: right;
}

.alpha_search {
    border-bottom: 1px dashed #ACACAC;
}

.alpha_search a {
    padding-left: 5px;
}

.jp-subcategory_title p.jp-subline {
    color: #808080;
    font-size: 12px;
    line-height: 12px;
    text-shadow: none;
    margin: 4px 0px 4px 0px;
}

#items-listp .jp-photo-container {
    width: 25%;
    height: auto;
    padding: 0 2% 10px 0;
    margin: 0;
    overflow: hidden;
}

.jp-photo-container {
    float: left;
    height: 100%;
    margin: 0 15px 10px 0;
}

.item-s-description {
    padding: 5px 0;
}

#items-list a.read-more:hover {
    background: url(../images/button_red_more1.png) bottom center;
    text-decoration: none;
    background-color: none;
}

#items-list a.read-more {
    float: right;
    background: url(../images/button_red_more1.png) top center;
    height: 23px;
    width: 123px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    line-height: 23px;
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff !important;
}

#portfolio-item-containter,
#obituary {
    color: #516C7B;
    position: relative;
}

.portfolio-item-containter {
    padding: 10px 15px;
    text-align: justify;
}

.item-photo {
    width: 100%;
    height: 100%;
}

.alert {
    display: none !important;
}

.mode-err {
    text-align: center;
    background-color: #F2DEDE;
    color: #b94a48;
}

#student-paginator span {
    display: inline-block;
    margin: 3px !important;
}

.portfolio-error {
    background-color: #f2dede;
    border: 1px solid #C93E53;
    color: #b94a48;
    min-height: 30px;
    text-align: center;
    line-height: 30px;
}

div#system-message-container {
    display: none !important;
}

#loadImg {
    position: fixed;
    z-index: 1000;
    display: none;
    text-align: center;
    top: 25%;
    left: 0;
    width: 100%;
}

.item-photo a.image {
    z-index: 3;
}

.gallery {
    min-width: 362px;
}

a.main-img {
    display: inline-block;
    float: left;
}

a.main-img img {
    margin-right: 5px;
}

.main-error {
    background-color: rgb(248, 171, 171);
    text-align: center;
}

#myTab li a {
    color: #08c;
    text-decoration: none;
}

/*
	Variable Grid System (Fluid Version).
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/ & 960 Fluid - http://www.designinfluences.com/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_6 {
    width: 100%;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6 {
    display: inline;
    float: left;
    position: relative;
    margin-left: 1%;
    margin-right: 1%;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
    margin-left: 0;
}

.omega {
    margin-right: 0;
}

/* Grid >> 6 Columns
----------------------------------------------------------------------------------------------------*/


.container_6 .grid_1 {
    width: 14.667%;
}

.container_6 .grid_2 {
    width: 31.333%;
}

.container_6 .grid_3 {
    width: 48.0%;
}

.container_6 .grid_4 {
    /*width:64.667%;*/
    margin-right: 30px;
}

.container_6 .grid_5 {
    width: 81.333%;
}

.container_6 .grid_6 {
    width: 98.0%;
}



/* Prefix Extra Space >> 6 Columns
----------------------------------------------------------------------------------------------------*/


.container_6 .prefix_1 {
    padding-left: 16.667%;
}

.container_6 .prefix_2 {
    padding-left: 33.333%;
}

.container_6 .prefix_3 {
    padding-left: 50.0%;
}

.container_6 .prefix_4 {
    padding-left: 66.667%;
}

.container_6 .prefix_5 {
    padding-left: 83.333%;
}



/* Suffix Extra Space >> 6 Columns
----------------------------------------------------------------------------------------------------*/


.container_6 .suffix_1 {
    padding-right: 16.667%;
}

.container_6 .suffix_2 {
    padding-right: 33.333%;
}

.container_6 .suffix_3 {
    padding-right: 50.0%;
}

.container_6 .suffix_4 {
    padding-right: 66.667%;
}

.container_6 .suffix_5 {
    padding-right: 83.333%;
}



/* Push Space >> 6 Columns
----------------------------------------------------------------------------------------------------*/


.container_6 .push_1 {
    left: 16.667%;
}

.container_6 .push_2 {
    left: 33.333%;
}

.container_6 .push_3 {
    left: 50.0%;
}

.container_6 .push_4 {
    left: 66.667%;
}

.container_6 .push_5 {
    left: 83.333%;
}



/* Pull Space >> 6 Columns
----------------------------------------------------------------------------------------------------*/


.container_6 .pull_1 {
    left: -16.667%;
}

.container_6 .pull_2 {
    left: -33.333%;
}

.container_6 .pull_3 {
    left: -50.0%;
}

.container_6 .pull_4 {
    left: -66.667%;
}

.container_6 .pull_5 {
    left: -83.333%;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}




/**** richtige Datei ****/

@media (max-width: 700px) {
    .form-row {
        flex-direction: column;
    }

}

#mod-search-searchword118,#mod-finder-searchword143 {
    margin-top: -50px;
}

@media (max-width: 990px) {
    #mod-search-searchword118,#mod-finder-searchword143 {
        margin-top: 10px;
    }
		.sp-column .finder #search-form{
		display: none;
	}	
}

/************* Vorsorge Formular ********************/
.form-check-inline input[type="radio"] {
    display: inherit;
    width: 20px;
}

.form-check-inline {
    display: inherit;
}

#sp-header.header-sticky~section#sp-section-1 {
    padding-top: 0px;
}

#sp-header.header-sticky~section#sp-main-body {
    padding-top: 50px;
}

#sp-main-body {
    padding-top: 50px;
}

.sp-megamenu-parent>li>a,
.sp-megamenu-parent>li>span {
    font-size: 17px;
    padding: 0 10px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    font-size: 16px;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    padding-top: 0px;
}

.sp-megamenu-parent .sp-dropdown {
    width: auto !important;
    box-shadow: 0px 2px 5px -4px gray;
}

.col-md-6 img {
    width: 100%;
}

.col-md-6 img.logo {
    width: inherit;
}

.offcanvas-menu .menu-child {
    display: block !important;
}

.offcanvas-menu .menu-toggler {
    display: none !important;
}



.sp-contact-info li,
ul.social-icons {
    font-size: 120% !important;
}

#sp-section-2 {
    /*	margin-top: -50px;*/
}


/***************** Corona Formular *******************/
.field46 .visCSSmargLeft {
    margin-left: 0;
}

.field46 #form4kondolenzlbl {
    display: none !important;
}


/*************** Social Share *******************/
.jssocials-shares {
    text-align: right;
}

/**************** Link Farbe *******************/
.sp-module ul>li>a {
    color: #89ba17;
}

.sp-module ul>li>a:hover {
    color: #252525;
}

/**************HEADER***********************/
#sp-header {
    box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
}

.logo img {
    max-width: inherit;
}

/*********************Slider***********************/
.camera_target_content {
    overflow: inherit !important;
}

.camera_caption {
    /* top: 255px; */
    bottom: -36px;
}

#camera_wrap_90 .camera_caption>div {
    background: transparent;
}

#camera_wrap_90 .camera_caption>div div.camera_caption_title {
    font-weight: normal;
    font-style: italic;
    text-align: center;
    color: #252525;
    background-color: transparent;
}




/*************** Gedenkportal Formular **********************/

.connected-carousels .carousel li {
    float: none !important;
}

.visforms .alert-success {
    display: block !important;
}

.visforms input,
.visforms textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 0;
}

.field3 .controls {
    display: flex;
    flex-direction: row;
    margin-right: 10px;
    /*max-width: 350px;*/
}

.form-horizontal .controls {
  margin-left: 150px;
}

.kerze_entzuenden{
	text-align:center;height: 100%;font-size:15px;
}

label.radio {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    flex: 1;
}

/* .fieldset-1 .field3 {
    display: flex;
    flex-direction: row;
} */

.fieldset-1 .field3 img {
    padding-bottom: 10px;
}

#plgvfformview_1_0kerze-entzuendenlbl {
    display: none;
}

#plgvfformview_1_0kerze-entzuendenlbl_4 {
    text-align: center;
    padding-top: 15px;
}

@media (max-width: 950px) {
    .fieldset-1 .field3 {
        flex-direction: column;
        padding-bottom: 10px;
    }


}

input[type=checkbox] {
    width: auto;
    margin-right: 10px;
}



.visforms .controls label.radio {
    flex: 1;
}

.visforms .controls label.radio input {
    margin-top: 10px;
}

.visforms label {
    text-align: left;
}


.visforms .hidden {
    display: none !important;
}

.form-actions input {
    border: 1px solid #252525;
}

/*
.sp-column _left .portfolio-item-containter .visforms .control-group img{
	/*max-width: 70%;
	width: 350px;*/
/*
	display: inline-flex;
}
*/

.control-group {
    display: flow-root;
	margin-bottom: 0.5rem;
}

.pflichtfeld{
	float:right;
}



@media (max-width: 767px) {

    .control-group {
        flex-direction: column;
        display: flex;
    }

    .form-horizontal .controls {
        margin-left: unset;
        flex-direction: column;
    }

}

/*************Gedenkportal ***********************/

.tab-content img {
    display: block !important;
}

.pagination ul {
    display: flex;
}

.pagination ul li {
    background: none !important;
}

.jp-item-dates {
    padding: 0 !important;
}

.jp-main-cat h1.title {
    color: #252525 !important;

}

.jp-post-comment {
    padding-left: 0px !important;
    width: auto !important;
}

.jp-post-not-comment {
    padding-left: 0px;
}

.la_gedenk_row {
    display: flex;

}

.la_gedenk_row ul {
    list-style-type: none;
}

.la_gedenk_feld {
    flex: 20;
}

.la_sep {
    flex: 1;
}

.la_pdf_header,
.la_video_header,
.la_kerzen_header,
.la_beileid_header {
    height: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    /*border-top-left-radius: 10px;
	border-top-right-radius: 10px;*/
    border: 1px solid #252525;
    border-bottom: 0px;
}

.la_pdf_header {
    background-image: url("../images/gedenkportal/pdf-header.jpg");
}

.la_video_header {
    background-image: url("../images/gedenkportal/video-header.jpg");
}

.la_beileid_header {
    background-image: url("../images/gedenkportal/beileid-header.jpg");
}

.la_kerzen_header {
    background-image: url("../images/gedenkportal/kerzen-header.jpg");
}

.la_gedenk-header div.description {
    float: right;
    padding-top: 40px;
}

.la_gedenk-header div.description+h2 {
    clear: right;
}

.list-cat .item-containter {
    /*background-color: rgba(255,255,255,0.8);
	margin: 20px;
	padding: 20px;
	width: calc(100% - 80px);
	border-radius: 10px;
	border: 1px solid #252525;*/
    background-color: rgba(255, 255, 255, 0.8);
    margin: 20px 0;
    padding: 20px;
    border-bottom: 1px solid #252525;
    border-top: 1px solid #252525;
}

.alpha_search {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    /*margin-left: 20px;*/
    padding: 10px 20px;
    /*width: calc(100% - 80px);*/
    background-color: rgba(255, 255, 255, 0.8);
    /*border-radius: 10px;*/
    border-top: 1px solid #252525;
    border-bottom: 1px solid #252525;
}

div.jp-photo-container {
    padding: 0 !important;
    border: 1px solid #252525;
}

.jp-photo-container {
    margin-right: inherit !important;
}

.item-photo {
    /*background: white;*/
    border: 0.5px solid gray;
}

.description-container {
    padding-left: inherit !important;
}

.item-photo img {
    border: 0px !important;
    width: 200px !important;
}

#portfolio div#gallery-main {
    min-width: 0px !important;
}

.portfolio-item-containter,
.list-cat {
    background-image: url("../images/gedenkportal/gedenk_hintergrund.jpg");
    text-align: left;
    background-size: cover;
}

.portfolio-item-containter li {
    list-style-type: none;
}

.list-cat {
    padding-top: 10px;
}

#portfolio .item-page {
    background-color: rgba(255, 255, 255, 0.8) !important;
    /*border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;*/
    padding: 20px;
    border: 1px solid #252525;
}

#portfolio .item-page:hover {
    background-color: white;
}

#portfolio .gallery {
    margin-right: 0 !important;
}

.jp-published {
    margin-top: 10px;
}

ul.nav-tabs .active {
    background: #eee !important;
}

.la_gedenk-header {
    /*background-image: url("../images/gedenkportal/header/1.jpg");*/
    background-size: 100%;
    min-height: 160px;
    background-repeat: no-repeat;
    color: white;
    text-align: center !important;
}

.portfolio-item-containter h2 {
    font-family: Arial;
    text-align: center;
    padding-top: 20px;
    font-weight: bold;

    font-size: 1.6em;
}

.gallery {

    min-width: auto;

}

.jp-item-dates {
    text-align: center !important;
}

.jp-item-dates p {
    margin-bottom: 5px;
}

.sp-column .portfolio-item-containter ul.nav-tabs {
    padding: 0;
    width: calc(100% + 2px);
}

.sp-column .portfolio-item-containter ul {
    width: 100% !important;
}

.sp-column .portfolio-item-containter ul li.nn_tabs-tab {
    background-color: rgba(255, 255, 255, 0.8) !important;
    padding: 7px;
    /*border-top-left-radius: 10px;
	border-top-right-radius: 10px;*/
    border: 1px solid #bbb;
    flex: 1;
    text-align: center;
}

.sp-column .portfolio-item-containter:hover {
    background-color: white !important;
}

.carousel-navigation {
    width: auto !important;
}

.jp-tabs {
    width: 100% !important;
}



.jp-tabs #myTabContent {
    background: rgba(255, 255, 255, 0.8) !important;

    /*border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;*/
    padding: 20px !important;
    box-sizing: border-box !important;
}

.tab-pane *,
.jp-not-found-wrapp {
    margin: 0 !important;
    border: 0 !important;
    background: none !important;
    /*background: rgba(255,255,255,0.2) !important;*/
}

.jp-comment-infoblock {
    border-bottom: 1px solid #252525 !important;
    color: #777777 !important;
}

.jp-post-date {
    color: #777777 !important;
}

.tab-content>.tab-pane {
    display: block !important;
}

#commentListFormDiv {
    padding: 0 !important;
    display: contents;
}

/*
#ornaments{
	display: flex !important;
}
*/
.ornament-item {

    padding-bottom: 20px;
}

.item-s-description {
    padding-top: 20px;
    text-align: left;
    font-size: 13px;
}

.jp-separate {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.sp-column .portfolio-item-containter .tab-pane ul {
    padding-left: 0px;
}

.sp-column .portfolio-item-containter #myTabContent {
    width: 100%;
    border: 1px solid #252525;
    border-top: 0px;
    height: calc(100% - 80px);
}

.jp-post-not-comment {
    padding-left: 0px !important;
}

/********************************************************/

@media (max-width: 780px) {
    .alpha_search a:nth-child(13)::after {
        content: '\A';
        white-space: pre;
    }

    .alpha_search {

        display: inline-block;
    }

    .alpha_search a {
        padding: 4px 3px;
        border: 1px dotted gray;
        text-align: center;
        margin: 1px;
    }
}

a#candle-image {
    display: block;
    color: #252525 !important;
    position: relative;
}

.sp-column .portfolio-item-containter .tab-pane ul {
    width: auto;
}

.sp-column .portfolio-item-containter .tab-pane #commentListFormDiv {
    border-radius: 0 !important;
}

.sp-column .portfolio-item-containter .tab-content {
    margin-top: 0;
}



.sp-column .portfolio-item-containter ul li {
    background: none;
    padding: 0;
    margin: 0;
}

.sp-column .portfolio-item-containter ul li a {
    color: rgba(136, 186, 20, 1) !important;
    background: none !important;
}

.sp-column .portfolio-item-containter ul li a:hover {
    text-decoration: underline;
}

.sp-column .portfolio-item-containter a:hover {
    text-decoration: underline;
    color: #89ba17;
    cursor: pointer;
}



.sp-column .portfolio-item-containter img {
    margin: 0;
    border: 0;
    height: auto;
    width: 100% !important;
    max-width: 100%;
}

.sp-column .portfolio-item-containter .carousel-stage {
    height: auto;
    /*width: 50% !important;*/
    margin: 0 auto;
    min-width: 250px;
    border: 4px solid #fff;
    border-radius: 0px;
    -webkit-border-radius: 0px;
}

.sp-column .portfolio-item-containter .carousel-navigation {
    margin: 0 auto;
    width: 50% !important;
    min-width: 200px;
    display: none;
}

.sp-column .portfolio-item-containter .article-details {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px 20px;
    border: 1px solid #252525;
}

.sp-column .portfolio-item-containter .article-details h1 {
    font-size: 30px;
}


.sp-column .jp-item-wrapper {
    max-width: inherit;
}

.sp-column .stage {
    max-width: inherit !important;
}

#portfolio-item-containter,
#obituary {
    color: #252525;
}



@media
/* (min-width: 450px) and  */
(max-width: 950px) {

    #portfolio div#gallery-main,
    .la_gedenk-header div.description {
        float: inherit;
    }

    .la_gedenk-header div.description {
        padding-top: 10px;
    }

    .la_gedenk_row {
        flex-direction: column;
    }

    .la_sep {
        padding: 10px;
    }

    div.jp-photo-container {
        float: none;
        margin: 0 auto !important;
        width: 171px;
    }

    .description-container,
    .description-container h2,
    .description-container .item-s-description p {
        text-align: center;
    }

    .description-container {
        width: 100%;
        padding: 0 !important;
        margin-top: 15px !important;
    }

    .la_gedenk-header p {
        text-align: center !important;
    }

    #sp-logo {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        display: flex;
    }

    #sp-menu {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .burger-icon {
        width: 17px;
    }

    #sp-header .logo {
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: space-evenly;
    }
}

@media print {
    div#ornaments {
        display: flex !important;
        flex-wrap: wrap;
        max-height: 240px;
        overflow: hidden;
        margin: 2cm;
    }

    div.ornament-item {
        width: 80px;
        padding: unset;
        height: 80px;
    }

    div.ornament-item img {
        height: 100% !important;
        object-fit: cover;
    }

    header {
        position: relative !important;
    }

    div#sp-search {
        display: none;
    }

    div.jssocials {
        display: none;
    }

    div.portfolioContent div.article-details {
        display: none;
    }

    div.jp-separate.clr {
        display: none;
    }

    div.la_pdf_header,
    div.la_video_header,
    div.la_kerzen_header,
    div.la_beileid_header {
        display: none;
    }

    div#sp-lang-footer {
        display: none;
    }

    div.sp-scroll-up,
    div.fa.fa-chevron-up {
        display: none !important;
    }

    #sp-header.header-sticky~section#sp-section-1 {
        padding-top: unset;
    }

    div#sp-logo {
        width: 100%;
        max-width: unset;
        display: flex;
        flex-basis: unset;
        justify-content: center;
    }

    div#sp-menu {
        display: none;
    }

    div#sp-top1 {
        display: none;
    }

    div.camera_commands,
    div.camera_prev,
    div.camera_next {
        display: none;
    }

    div.la_gedenk_feld {
        page-break-before: always;
    }

    #sp-lang-content-right {
        display: none;
    }

}


/* Container for pagination */
.pagination_neu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    font-family: Arial, sans-serif;
    flex-flow: wrap;
}

/* Style for the pagination links */
.pagination_neu a {
    color: #333;
    padding: 10px 15px;
    margin: 5px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

/* Hover effect */
.pagination_neu a:hover {
    background-color: #f5f5f5;
    border-color: #bbb;
}

/* Active page */
.pagination_neu a[style="font-weight:bold;"] {
    background-color: #333;
    color: #fff;
    border-color: #333;
    font-weight: bold;
}


.unpublished {
    opacity: 0.5;
    filter: grayscale(100%);
}

.jp-comment-info {
    min-height: 30px;
    height: auto !important;
}


/*****************************************************/

/* Basic styles for the carousel */
.carousel-stage img {
    display: block;
    max-width: 100%;
    height: auto;
}

.jp-navigation {
    margin-top: 10px;
    text-align: center;
}

.jp-navigation .prev,
.jp-navigation .next {
    cursor: pointer;
    padding: 10px;
}

.carousel-navigation img {
    width: 100px;
    height: auto;
    margin: 0 5px;
    cursor: pointer;
}

.social-share-buttons {
    text-align: right;
}

.social-share-buttons a {
    font-size: 24px;
    /* Größe der Icons */
    color: #89ba17;
    /* Standardfarbe der Icons */
    margin: 0 10px;
    /* Abstand zwischen den Icons */
    text-decoration: none;

}

.social-share-buttons a:hover {
    color: #000;
    /* Hover-Farbe der Icons */
}

.portfolio-item-containter input.input-edit {
    width: 400px;
    margin: auto;
}

textarea.input-edit {
    width: 400px !important;
    min-height: 200px !important;
}

.gedenkportal-label {
    font-size: 0.9em;
    /* Kleinere Schriftgröße */
    color: #666;
    /* Angepasste Farbe */
    margin-bottom: 0.5em;
    /* Abstand nach unten */
    display: block;
}



@media (min-width: 1400px)  {

    .container {
        max-width: 1140px;
    }
}

#sp-header.header-sticky{
	animation: none;
}

.sp-module .search {
	position: relative;
}

.awesomplete{
	display: block;
	flex: 5;
}

.sp-column .awesomplete input#q{
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.sp-contact-info li {
  margin: 0px 0px 0px 20px;
}

#search-form label{
	display:none;
}










#sp-header{
  height:110px
}



.header-modules .search{
    bottom:10px;
}

.burger-icon{
  position:relative;
}
.logo-image {
    position: relative;
}


