/* mulish-300 - latin */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/mulish-v12-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/mulish-v12-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/mulish-v12-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/mulish-v12-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/mulish-v12-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/mulish-v12-latin-300.svg#Mulish') format('svg'); /* Legacy iOS */
}
/* mulish-600 - latin */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/mulish-v12-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/mulish-v12-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/mulish-v12-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/mulish-v12-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/mulish-v12-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/mulish-v12-latin-600.svg#Mulish') format('svg'); /* Legacy iOS */
}
/* mulish-700 - latin */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/mulish-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/mulish-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/mulish-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/mulish-v12-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/mulish-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/mulish-v12-latin-700.svg#Mulish') format('svg'); /* Legacy iOS */
}

body {
	font-family:'Mulish',sans-serif;
	font-weight:300;
	font-size:18px;
	line-height:22px;
	color:black;
}

nav {
	font-weight:600;
	text-transform:uppercase;
	font-size: 17px;
	height: 100%;
}

h1,h2 {margin-bottom:40px;	color:#b99600;
	font-size:24px;
}

h3,h4,h5 {font-size:inherit;}

h1,h2,h3,h4,h5,b,strong {
	font-weight:700;
}

h4,h5,h6 {margin:0;}


a {
	color:rgb(40,56,75);
}
a:hover {
	color:#b99600;
}


#wrapper {

}
header.col {
	max-width:356px !important;
	min-width:356px;
	background:#28384b;
	color:white;
	padding:0;
}

footer {
	color:#b99600;
    background: rgb(73,88,104);
    width: 100%;
	font-size:15px;
	padding-right: 214px;
	white-space:nowrap;
}
footer a {
	color:inherit;
}
footer a:hover {
	color:white;
}
footer .col-lg .col,footer .col-lg .col-lg {
	padding:0 !important;	
}
footer .col-lg,footer .col {
	margin-top:15px;
	margin-bottom:15px;
}

.mod_article > .ce_image,
.ce_image {
	padding:0px 0px;
}
.ce_image > div {
	background-size:cover;
}
.ce_image .pb-66p {
	padding-bottom:66.666%;
	height:0;
}
.ce_image .pb-60p {
	padding-bottom:60%;
	height:0;
}
.ce_image .pb-35p {
	padding-bottom:35%;
	height:0;
}

/****************************************************************************************/

.ce_image {
	background-size:cover;
}
.ce_image h4 {
	font-size:2rem;
	float: right;
	text-transform: uppercase;
	text-align: right;
	margin: 50px 25px 25px;
	white-space: nowrap;
}
.ce_image h4 b {
	display:block;
}

i.phone {
	background:url("/files/public/images/phone_icon.svg");
	background-size:cover;
	height: 34px;
	width: 34px;
	float: left;
	margin: 3px 10px -3px 0;
}

.mod_article > div {background-color:rgb(180,185,192);padding:40px 20px;}
.mod_article > div:nth-child(even) {background-color:rgb(221,224,227);}

.mod_article > div:nth-child(n+2) {border-top:2px solid #28384b;}

.mod_article > div > .row,
.mod_article > div > table,
.mod_article > div > .iframe-container,
.mod_article > div > .carousel
 	{margin-right:200px;}


.mod_article > div.noborder {
	background-color: rgb(221,224,227);
	border-top:0;
	padding-top:0;
}
.mod_article > div.noborder:nth-child(2n) {
	background-color: rgb(180,185,192);
	border-top:0;
	padding-top:0;
}


.mod_article {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    height: 100%;
}

.mod_article > div:last-child {
	    flex-grow: 1;
}

/****************************************************************************************/

.navbar {
	padding:0 0 1px 0;
	display: block;
}

.navbar-expand-lg .navbar-collapse {
	margin-left: 72px;
	
}
.nav-item {
	margin-bottom: 0px;
}
.navbar-nav > .nav-item > .nav-link {
padding-bottom: 20px;
}
.dropdown-menu .nav-item {
	margin-top:10px;
}


.dropdown-menu .nav-item .nav-link {
	padding-right: 20px;
	font-size: 14px;
}

.navbar-expand-lg .navbar-nav {
	display:block;
	height: 100%;
}

.navbar-brand {
	width:300px;
	margin:25px;
}
.navbar-brand img {
	width:300px;
	height:101px;
}
/*.dropdown.active .dropdown-menu {
	display:block;
}*/

.nav-link {
    padding: 0rem 1rem;
}

.nav-item:hover .dropdown-menu {
    display: block;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
background: #28384b;
border: 0;
color: inherit;
padding: 0 0 10px 10px;
font-weight: 300;
margin: 0;
transform: translateX(100%);
top: 0;
border-left: 5px solid #b99600;
border-radius: 0;
right: 0;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link:focus {
	color:inherit;
}

.navbar-light .navbar-nav .nav-link:hover {
	color:rgb(223,205,151);
	
}

.navbar-light .navbar-nav .active > .nav-link {
	color:#b99600;
}

.navbar-light .navbar-nav .dropdown-menu > .active > .nav-link {
	color:rgb(223,205,151);
	position:relative;
	font-weight:700;
	
}
.navbar-light .navbar-nav .dropdown-menu > .active > .nav-link::after {

    content: " ";
    position: absolute;
    top: -3px;
    right: 0;
    border-top: 15px solid transparent;
    border-right: 15px solid #b99600;
    border-bottom: 15px solid transparent;

}




li.icon {
    font-size: 12px;
    text-align: center;
	width: 75%;
}

li.icon a::before {
	content:' ';
	display:block;
	height:64px;
	width:64px;
	margin:0 auto 6px auto;
	background-size:100%;
}
li.veranstaltungen {bottom: 220px;}
li.gedenkportal {bottom: 110px;}

.veranstaltungen > a::before {
	background-image:url(/files/public/images/pin_icon.svg);
	
}

.gedenkportal > a::before {
	background-image:url(/files/public/images/sonne_icon.svg);
	
}
.imagevideo > a::before {
	background-image:url(/files/public/images/imagevideo_icon.svg);
}


.mini_icon {
	display:inline-block;
	height:23px;
	width:23px;
	background-size:100%;
	margin-top:-2px;
	vertical-align:middle;
}

.mini_icon.mail {
	background-image:url(/files/public/images/mail_icon.svg);
}
.mini_icon.info {
	background-image:url(/files/public/images/info_icon.svg);
}



.navbar-expand-lg .navbar-toggler {
	position: absolute;
	display:block;
	left: 23px;
	top: 160px;
	padding:0;
	border:0;
	font-size:1rem;
}
.sidemenu-toggler-icon {
	background:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgb(185,150,0)' stroke-width='4' d='M0 7h30M0 15h30M0 23h30'/%3e%3c/svg%3e");
	width: 2em;
	height: 2em;
	display:block;
}



/****************************************************************************************/


.col.imgbox,.col-lg-4.imgbox {
    position: relative;
	padding-right:8px;
	padding-left:8px;
}
.imgbox a {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
	border:2px solid #b99600;
}

.imgbox img {
    width: 104%;
    display: block;
    position: absolute;
    top: -1%;
}

.imgbox span {
    position: absolute;
    z-index: 10;
    bottom: 10%;
    width: 100%;
    text-transform: uppercase;
    color: white;
    background: rgba(40,56,75,0.7);
    height: 70px;
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 0 10px;
    flex-direction: column;
}


/****************************************************************************************/

.zeitstrahl table {
	font-size:21px;
	margin: 40px 40px 0px 40px;
	height:260px;
	display:block;
	position:relative;
	overflow:hidden;
}
.arrow-left,.carousel-control-prev {
	cursor:pointer;
    float:left;
	margin-top:33px;
	height:0;
	width:0;
    border-top: 12px solid transparent;
    border-right: 15px solid #b99600;
    border-bottom: 12px solid transparent;
}

.arrow-right,.carousel-control-next {
	cursor:pointer;
    float:right;
	margin-top:33px;
	height:0;
	width:0;
    border-top: 12px solid transparent;
    border-left: 15px solid #b99600;
    border-bottom: 12px solid transparent;
}




.zeitstrahl table tbody {
	display:flex;
	display:-ms-flex;
	width:200%;
	justify-content: space-around;
}

.zeitstrahl table tbody::after {
	content:' ';
	border-top:2px solid #b99600;
	position:absolute;
	width:200%;
	left:0;
	margin-top: 44px;
}


.zeitstrahl td,
.zeitstrahl tr {
	display:block;
}
.zeitstrahl tr td:nth-child(2n+1)::after {
	content:'•';
	font-size:30px;
	color:#b99600;
	position:absolute;
	margin-top: 30px;
	margin-left:-28px;
	z-index: 1;
	cursor:pointer;
}

.zeitstrahl td:nth-child(2n) {
    display: none;
}
.zeitstrahl tr.active td:nth-child(1n) {
	color:#b99600;
	font-weight:700;	
}
.zeitstrahl tr td:nth-child(2n+1) {
	cursor:pointer;
}
.zeitstrahl tr.active td:nth-child(2n+1)::after {
	color:#28384b;
}

.zeitstrahl h4 {
	color:#b99600;
	margin-bottom:10px;
}

.zeitstrahl tr.active td:nth-child(2n) {
    display: block;
    position: absolute;
	width:100%;
    background: rgb(249,245,236);
    padding: 20px;
	min-height:168px;
	margin-top:60px;
	left:0;
	font-weight:400;
	color:black;
}

/****************************************************************************************/

.carousel-item .col-lg-6 {
	position:relative;
}
.carousel-item .col-lg-6 > div {
    height: 0;
    padding-bottom: 100%;
	overflow: hidden;
	position: relative;
	border: 2px solid #b99600;
}

.ce_gallery .carousel-item img {
position: absolute;
    width: auto;
    display: block;
    height: 100%;
	left: 50%;
	transform: translate(-50%,0);
}

.ce_gallery .carousel-item span {
    position: absolute;
    z-index: 2;
    background: rgba(40,56,75,0.7);
    height: 100%;
    width: 100%;
    font-size: 14px;
	line-height:18px;
    padding: 13px 10px;
    color: white;
	display: block;
}
.ce_gallery .carousel-item .col-lg-6:hover span {
    display: none;
}


.ce_gallery .carousel-item span p {
	margin:2px 0;
}
.ce_gallery .carousel-item span a {
	font-size:12px;
	color:white;
}

.ce_gallery .carousel-item a {
    height: 100%;
    width: 100%;
    position: absolute;
    background-size: cover;
    background-position: center;
}


.ce_gallery.contain .carousel-item a {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: white;
}

.carousel-control-next, .carousel-control-prev {
    position: static;
    float: none;
    left: auto;
    margin: 0;
}

.carousel-control-next {
    float: right;
    margin-top: -23px;
    margin-right: 15px;
}

.carousel-control-prev {
    margin-top: 20px;
}

/****************************************************************************************/

.ce_text ul {
	padding:15px 20px 15px 30px;
	list-style:none;
}
.ce_text ul li {
margin-bottom: 15px;
position: relative;
overflow: visible;
padding-left: 20px;
break-inside: avoid;
}

.ce_text ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    border-top: 10px solid transparent;
    border-left: 10px solid #b99600;
    border-bottom: 10px solid transparent;
    margin-left: -19px;
    transform: translate(0,-50%);
}



.aufklapp h2 {
	background:rgb(249,245,236);
	padding:20px 30px;
}
.aufklapp h2::after {
	content:'';
	height:0;
	position:absolute;
	margin:12px 0 0 10px;
    border-left: 20px solid transparent;
    border-top: 20px solid #b99600;
    border-right: 20px solid transparent;
}


.aufklapp ul {
	padding:15px 20px 15px 30px;
	columns:2;
	column-gap: 50px;
	background:rgb(249,245,236);
	list-style:none;
	display:none;
}

.aufklapp p {
	padding:15px 20px 15px 20px;
	background:rgb(249,245,236);
	display:none;
}


/****************************************************************************************/


#friedhoefe > ul {
    display: flex;
	flex-wrap: wrap;
    list-style: none;
	padding: 0;
	width:100%;
}
#friedhoefe > ul > li {
    flex-grow: 1;
	position:relative;
    margin-right: 5px;
}
#friedhoefe > ul > li:last-child {
	margin:0;
}
#friedhoefe > ul > li:last-child ul,
#friedhoefe > ul > li:nth-last-child(2) ul,
#friedhoefe > ul > li:nth-last-child(3) ul,
#friedhoefe > ul > li:nth-last-child(4) ul,
#friedhoefe > ul > li:nth-last-child(5) ul,
#friedhoefe > ul > li:nth-last-child(6) ul,
#friedhoefe > ul > li:nth-last-child(7) ul,
#friedhoefe > ul > li:nth-last-child(8) ul,
#friedhoefe > ul > li:nth-last-child(9) ul {
	right:0;
}

#friedhoefe ul li ul {
    display: none;
	position: absolute;
	background: rgb(249,245,236);
	padding: 20px;
	z-index: 111;
	list-style: none;
}
#friedhoefe ul li:hover ul {
    display: block;
}
#friedhoefe > ul > li:hover > a {
    border-bottom:5px solid rgb(249,245,236);
}
#friedhoefe > ul > li:hover > a:hover {
	text-decoration:none;
}
#friedhoefe > ul > li > a {
    text-transform: uppercase;
    background: rgb(249,245,236);
    padding: 3px 9px;
    color: #b99600;
    font-weight: 700;
    display: block;
    text-align: center;
    border-bottom: 5px solid #b99600;
}
#friedhoefe > ul > li > ul a {
	white-space:nowrap;
}

#fh_map {height:600px;}


/****************************************************************************************/


.active-col {
	background: rgba(255,255,255,0.4);
	border-radius: 10px;
	padding-top: 15px;
	padding-bottom: 17px;
	font-weight: 600;
}


/****************************************************************************************/
#verstorbene h2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

#verstorbene .col-xs-6 {
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
#verstorbene .col-xs-6 .pull-left {
    position: relative;
    width: 15%;
    margin-right: 12px;
    margin-bottom: 11px;
}
#verstorbene .col-xs-6 .pull-left a {
	width:100%;
	height:0;
	display: block;
	padding-bottom:100%;
	overflow: hidden;
}
#verstorbene .col-xs-6 img {
    width: 100%;
    height: auto;
}

#verstorbene .col-xs-6 .media-body {
	display:block;
	margin:15px 0 30px 0;
}


.selectize-control {
    float: left;
    width: 50%;
    margin-right: 15px;
    margin-top: 2px;
}

.btn-primary {
	background:#b99600;
	border-color:#b99600;
}
.btn-primary:hover {
    background: rgb(249,245,236);
	border-color: rgb(249,245,236);
	color:black;
}

/****************************************************************************************/


.col-lg-20p {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.col-lg-20p, .col-xxl-2, .col-xxl-3, .col-xxl-4,.col-xxl-9 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1699px) {
	.col-xxl-2 {
	  -ms-flex: 0 0 16.666667%;
	  flex: 0 0 16.666667%;
	  max-width: 16.666667%;
	}

	.col-xxl-3 {
	  -ms-flex: 0 0 25%;
	  flex: 0 0 25%;
	  max-width: 25%;
	}

	.col-xxl-4 {
	  -ms-flex: 0 0 33.333333%;
	  flex: 0 0 33.333333%;
	  max-width: 33.333333%;
	}
	.col-xxl-9 {
	  -ms-flex: 0 0 75%;
	  flex: 0 0 75%;
	  max-width: 75%;
	}
.offset-xxl-0 {
    margin-left: 0;
}

}


@media screen and (max-width: 1559px) {
	footer {padding-right: 40px;}
	.mod_article > div > .row,
	.mod_article > div > table,
	.mod_article > div > .iframe-container,
	.mod_article > div > .carousel
	 	{margin-right:0px;}
	
	
	
	.invisible-lg {
		display:none;
	}
}

@media screen and (max-width: 1299px) {
	footer > .container-fluid > .row > .col {
		min-width:100%;
	}
}
@media screen and (max-width: 1199px) {

}

@media screen and (max-width: 991px) {
li.icon {
	position:static;
}
.navbar-expand-lg .navbar-collapse {
	margin-bottom:0;
	margin-left: 30px;
}
#wrapper > .row {
	display:block;
}
header.col {
	max-width:100% !important;
}
.navbar-brand {
	width:200px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	transform:translateX(0);
}

.navbar-expand-lg .navbar-toggler {
    position: absolute;
    right: 50px;
    top: 50px;
	left:auto;
    padding: 0;
    border: 0;
}
.nav-item:last-child {
	padding-bottom:20px;
}
#friedhoefe ul li ul {
	left:0;
	margin: 0 20px;
	right:0;
	width: auto;
}
#friedhoefe > ul > li {
	position:static;
}
.wrapinmobile {
	white-space:normal;
}
#friedhoefe > ul > li > ul a {
	white-space:normal;
}
#friedhoefe ul li:hover ul {
    display: initial;
}
#friedhoefe ul li:focus ul {
    display: block;
}
.zeitstrahl table {
	height:320px;
}
}
@media screen and (max-width: 768px) {
	.aufklapp ul {
		columns:1;
	}
	
	.zeitstrahl table {
		font-size:18px;
		margin: 30px 20px 0px 20px;
	}
}
