/* im CSS - Überschreiben der Typo3 Listen aus root.t3s */

.no-liststyle {
	list-style-type: none;
	margin-left: -20px;
}

.no-liststyle i {
	margin-right: 1em;
}

.form-control {
	font-size: 0.842rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.421;
}

p {
	margin-bottom: 0.842;
}
/* ENDE Überschreiben der Typo3 Listen aus root.t3s */

/* #################### IMAGES RESPONSIVE ############ */
div.csc-textpic-left .csc-textpic-imagewrap {
    /* float: left; */
    float: none;
}

div.csc-textpic-right .csc-textpic-imagewrap {
    /* float: right; */
    text-align: right !important;
    float: none;
}

div.csc-textpic-right .csc-textpic-imagewrap .csc-textpic-image img {
    text-align: right !important;
    display: inline !important;
}

div.csc-textpic-intext-left .csc-textpic-imagewrap {
    /* float: left; */
     max-width: 60%;
}

div.csc-textpic-intext-right .csc-textpic-imagewrap {
   /* float: right; */
    max-width: 60%;
}

div.csc-textpic-intext-right .csc-textpic-imagewrap .csc-textpic-image  {
 
}

div.csc-textpic-center .csc-textpic-center-inner {
    float: none !important;
    position: static ;
    right: 0;
}

div.csc-textpic-center .csc-textpic-center-outer {
    float: none !important;
    position: static;
    right: 0;
    text-align: center;
}

div.csc-textpic-center .csc-textpic-imagewrap img {
	display: inline;
}

#maincontent img, 
.header clearfix img, 
div.csc-textpic .csc-textpic-imagewrap img  {
	height:auto;
	display:block;
	max-width:100% !important;
}
		
DIV.csc-textpic-above DIV.csc-textpic-imagewrap,
DIV.csc-textpic-below DIV.csc-textpic-imagewrap,
DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI,
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image {
	float: none;
}

@media screen and (max-width: 600px) { 
	div.csc-textpic-intext-left .csc-textpic-imagewrap {
	   float: none;
	}
	
	div.csc-textpic-intext-right .csc-textpic-imagewrap {
	  float: none;
	    max-width: 100%;
	}
	div.csc-textpic-intext-left .csc-textpic-imagewrap {
	    /* float: left; */
	     max-width: 100%;
	}
}

/* Style for Imagerow right*/ 
div.csc-textpic-right .csc-textpic-imagewrap .csc-textpic-imagerow {
   float: right;
}

/* #################### END IMAGES RESPONSIVE ############ */

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

/* Custom container */

html {
	font-size: 19px;
	min-height: 100%;
    position: relative;
}

body {
	-moz-hyphens: auto;
    word-wrap: break-word;
	/* Chrome Safari Mac */
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
    font-smoothing: antialiased;
    /* Firefox Mac */
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.05rem;
	 color: #1d1d1b;
	 margin-bottom: 6.9475rem;
	 font-family: 'Perpetua';
	 line-height: 1.19;
	 line-height: 1.22;
}


/* ####  Basic Styles #### */

/* Custom container */
.container-fluid, .container {
	max-width: 1200px;
}
      
b, strong, dt {
	font-family: 'Perpetua-bold';
	font-weight: normal;
}

i, em {
	font-style:normal;
	font-family: 'Perpetua-italic';
}

a {
	color: #92441d;
	text-decoration: underline;
}

a:focus {
	color: #1d1d1b;
	text-decoration: underline;
}

a:hover {
	color: #1d1d1b;
	text-decoration: underline;
}

.glyphicon {
	font-family:'Glyphicons Regular';
}

label {
	font-weight: normal;
}

.posrel {
	position: relative;
}

.small {
	font-size: 0.90rem;
}

.bg-tan {
	background-color: #f2efed;
}

.pt-45 {
	padding-top: 2rem !important;
}

/* #### Überschriften #### */

.container-fluid h1, .container-fluid h2, .container-fluid h1 a, .container-fluid h2 a {
	font-family: 'Perpetua';
	font-weight: normal;
	color: #311904;
	text-decoration: none;
	line-height: 1.0;
}

.container-fluid h3, .container-fluid h4, .container-fluid h5, .container-fluid h3 a, .container-fluid h4 a, .container-fluid h5 a {
	font-family: 'Perpetua-bold';
	font-weight: normal;
	color: #1d1d1b;
	line-height: 1.25;
	text-decoration: none;
}

.container-fluid h1 a:hover, .container-fluid h2 a:hover, .container-fluid h3 a:hover, .container-fluid h4 a:hover, .container-fluid h5 a:hover, .container-fluid .sidebar a h3:hover {
	text-decoration: underline;
}

#maincontent .container-fluid h1 {
	font-size: 2.442rem;
	margin-bottom: 0.842rem;
}

#maincontent .container-fluid h2 {
	font-size: 2.15rem;
	margin-bottom: 1.347rem;
}

#maincontent .container-fluid .maincol h2,
#maincontent .container-fluid .headcol h2 {
	margin-bottom: 1rem;
}

.container-fluid h3 {
	font-size: 1.070rem;
	margin-bottom: 0.573rem;
	line-height: 1.15;
}

.container-fluid .maincol h3 {
	margin-top: 1.263rem;
	margin-bottom: 0.421rem;
}

.container-fluid .maincol h3:first-child {
	margin-top: 0.421rem;
}

.container-fluid h4 {
	
}

.container-fluid h5 {

}

.container-fluid h2.subheaderh1 {
	margin-top: -0.9rem;
}

.sidebar h3 {
	font-size: 1.3rem;
	font-family: 'Perpetua-bold';
	margin-top: 1.8rem;
	margin-bottom: .8rem;
}

.sidebar h3 .fa {
	float: right;
	font-size: 1.305rem;
}

.sidebar h3.heContact {
	border-bottom: 1px solid #e7e5e4;
	padding-bottom: 0.673rem;
	margin-bottom: 0.673rem;
}

.sidebar h3.heOpenh {
	margin-top: 0.3rem;
}

.ba-homep .sidebar h3.heOpenh {
	margin-top: 1.8rem;
}

p.p_intro, .news-single .teaser-text  {
	font-family: 'Perpetua';
	font-family: 'Perpetua-italic';
	font-size: 1.35rem;
	color: #675a48;
	font-size: 1.55rem;
	line-height: 1.1;
}

.sidebar h3.heDate {
	font-family: 'Perpetua';
	font-size: 2.105rem;
	margin-top: 0;
	margin-bottom: 25px;
	
}

.sidebar h3.heNewsletter {
	margin-top: 0;
	border-bottom: 0;
	padding-bottom: 0;
}

.sidebar h3.heNewsletter .fa {
	font-size: 1.1rem;
}

.sidebar h3.heAbschiedSmall {
	margin-bottom: .6rem;
}

/* #### / Überschriften #### */

/* #### Header & Nav #### */

.navbar-barbara .navbar-brand {
	margin-top: -1.094rem;
}

.navbar-barbara .navbar-brand img {
	max-width: 100% !important;
}

.navbar-barbara .navbar-brand svg:not(:root) {
	width: 320px;
}

header.header {
	background-color: #f1f0ef;
}
/*
.headerimg {
	
}

.ce-homeTeaserbox, .ce-Teaserbox {
	position: relative;
	display: flex;
	justify-content: center;
	overflow: hidden;
	height: 600px;
	max-height: 600px;
}

.ce-Teaserbox {
	height: 300px;
	max-height: 300px;
}

.ce-homeTeaserbox figure, .ce-Teaserbox figure {
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}

.ce-Teaserbox figure {
	
}

.ce-homeTeaserbox .homeTeaserTxt,
.ce-Teaserbox .homeTeaserTxt {
	position: absolute;
	background-color: rgba(49,25,4,0.8);
	bottom: 0;
	width: 100%;
	color: #fff;
}

.ce-homeTeaserbox .homeTeaserTxt a {
	color: #fff;
	text-decoration: none;
}

.ce-homeTeaserbox .homeTeaserTxt p {
	font-family: 'noto_sansbold';
}

.ce-homeTeaserbox .homeTeaserTxt p.p_intro {
	color: #fff;
	font-family: 'noto_sansbold_italic';
	font-size: 1.506rem;
	margin-bottom: .5rem;
}

.ce-homeTeaserbox img, .ce-Teaserbox img {
	width: 100%;
}
*/

/* ### Header neu ### */

.headerimg {
	height: 300px;
	max-height: 300px;
	position: relative;
	overflow: hidden;
}

.headerimg .cookie-consent-replacement,
.headerimg .cookie-consent-replacement .col-12 {
	height: 300px;
	max-height: 300px;
}

.headerimg figure {
	height: 300px;
	max-height: 300px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.headerimg figure img {
	width: 100%;
}

.headerimHome {
	height: 300px;
	max-height: 300px;
}

.headerimHome figure {
	height: 300px;
	max-height: 300px;
}

.headerimg header {	
	position: absolute;
	background-color: rgba(49,25,4,0.8);
	bottom: 0;
	width: 100%;
	color: #fff;
}

.headerimg header .container-fluid a {
	color: #fff;
	text-decoration: none;
}

.headerimg header .container-fluid a.btn-gold {
	font-size: 0.95rem;
	padding: 0.3rem 0.7rem;
	margin-top: 0.2rem;
}

.headerimg header .container-fluid > p {
	font-family: 'Perpetua-bold';
	font-size: 0.95rem;
	margin-bottom: 0.5rem;
}

.headerimg header .container-fluid > p.p_intro {
	color: #fff;
	 font-family: 'Perpetua-bolditalic';
	font-size: 1.3rem;
	margin-bottom: .5rem;
}

/* ### / Header neu ### */

.navbar-barbara {
	padding-bottom: 0;
}

.navbar-barbara .navbar-nav {
	background-color: #e2ded9;
	margin-top: 0.673rem;
	margin-bottom: 0.673rem;
	border-radius: 0.252rem;
}

.navbar-barbara .navbar-collapse {
	
}

.navbar-barbara .navbar-nav .dropdown-toggle {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 0;
    vertical-align: middle;
    background-color: transparent;
}

.dropdown-toggle::after {
	border-left: none;
	border-right: none;
	border-top: none;
	display: none;
	margin-left: 0;
}

.navbar-barbara .navbar-nav .nav-item {
	
}

.navbar-barbara .navbar-nav .nav-link {
	font-size: 1.10rem;
	font-family: 'Perpetua-bold';
	padding: 0.5rem 0.842rem;
	color: #311904;
	text-decoration: none;
}

.navbar-barbara .navbar-nav .active .nav-link {
	color: #90451a;
}

.navbar-barbara .navbar-nav .nav-link.dropdown-toggle {
	padding: 0.5rem 0.5rem;
}

.navbar-barbara .navbar-nav .nav-link.dropdown-toggle .fa {
	font-size: 1.010rem;
	cursor: pointer;
}

.navbar-barbara .navbar-nav .nav-link:focus, 
.navbar-barbara .navbar-nav .nav-link:hover {
	color: #90451a;
	text-decoration: underline;
}

.navbar-barbara .dropdown-menu {
	text-align: left;
	border: none;
	border-radius: 0;
}

.navbar-barbara .dropdown-menu .dropdown-item {
	color: #311904;
	text-decoration: none;
	padding: 0.210rem 1.263rem;
	font-size: 1.05rem;
}

.dropdown-item:focus, .dropdown-item:hover {
	background-color: rgba(255,255,255, 0.5);
}

.navbar-barbara .dropdown-menu .dropdown-item:active,
.navbar-barbara .dropdown-menu .dropdown-item.active {
	background-color: rgba(175,114,59,0.7);
	color: #fff;
}

.navbar-barbara .navbar-toggler {
	border: none;
	font-size: 1.35rem;
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(51, 26, 4, 1)' stroke-width='3' stroke-linecap='butt' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	font-size: 0.842rem;
}

/* ## Nav Service ## */

.nav-service {
	padding-top: 16px;
	padding: 0.421rem 0.842rem 0;
}

.nav-service .nav .nav-item .nav-link {
	color: #311904;
	font-size: 0.95rem;
	text-decoration: none;
	padding: .421rem .842rem;
}

.nav-service .nav .nav-item:last-child .nav-link {
	padding-right: 0.5rem;
}

.nav-service .nav-item:nth-child(1) .fa:before {
	content: "\f279";
}

.nav-service .nav-item:nth-child(2) .fa:before {
	NOcontent: '\f041';
}

.nav-service .nav-item .fa {
	display: inline;
	text-align: left;
	padding-right: 0.5rem;
	color: #311904;
	padding-bottom: 0;
	font-size: 0.85rem;
}

.nav-service .nav .nav-link:focus, 
.nav-service .nav .nav-link:hover,
.nav-service .nav .nav-link:focus .fa, 
.nav-service .nav .nav-link:hover .fa {
	color: #90451a;
}

.nav-link-modal {
	cursor: pointer;
}

/* ## Nav Footer ## */

.navbar-footer ul.nav {
	padding-top: 0.6rem;
}

.navbar-footer .nav-link {
	padding: 0.421rem 0.421rem .5em 0;
	text-decoration: none;
	font-size: 0.95rem;
}

.navbar-footer .navbar-text {
	font-size: 0.95rem;
	padding-right: 0.421rem;
	padding-bottom: 0.421rem;
	padding-top: 0.421rem;
}

.navbar-footer .nav-link:before {
	content: '|';
	padding-right: .5rem;
}

/* # Breadcrumb # */

.breadcrumb {
	background-color: transparent;
	font-size: 0.92rem;
	padding: 0.75rem 0;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 10px;
}

.breadcrumb-item a {
	text-decoration: none;
	color: #212529;
}

.breadcrumb-item a:hover, .breadcrumb-item a:active, .breadcrumb-item a:focus {
	color: #311904;
	text-decoration: underline;
}

.breadcrumb-item.active {
	color: #606060;
}

/* #### / Header & Nav #### */

#maincontent {
	
}

/* #### Footer #### */

footer#Footer {
	background-color: rgb(49,25,4);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 6.947rem;
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.55;
}

footer#Footer a {
	color: #fff;
}

/* #### / Footer #### */

/* #### Button #### */

.btn-barbara {
	background-color: #e2ded9;
	border: none;
	color: #675a48;
	text-decoration: none;
	transition: none;
	font-family: 'Perpetua-bold';
	font-size: 0.9rem;
	padding: 0.20rem 0.7rem;
}

.btn-barbara.focus, .btn-barbara:focus, .btn-barbara:hover, .btn-barbara.active, .btn-barbara:active, .show > .btn-barbara.dropdown-toggle {
	background: #bc8147; /* Old browsers */
	background: -moz-linear-gradient(top,  #bc8147 2%, #92471c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #bc8147 2%,#92471c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #bc8147 2%,#92471c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc8147', endColorstr='#92471c',GradientType=0 ); /* IE6-9 */
	color: #fff;
	text-decoration: none;
}

.btn-barbara-dark {
	background-color: #675a48;
    color: #fff;
}

.btn-barbara-dark:hover, 
.btn-barbara-dark:focus {
	background: #9b9793;
    background: linear-gradient(to bottom, #bc8147 2%,#92471c 100%);
}

.btn-gold {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bc8147+2,92471c+100 */
	background: #bc8147; /* Old browsers */
	background: -moz-linear-gradient(top,  #bc8147 2%, #92471c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #bc8147 2%,#92471c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #bc8147 2%,#92471c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc8147', endColorstr='#92471c',GradientType=0 ); /* IE6-9 */
	color: #fff;
	 font-family: 'Perpetua-bold';
}

.btn-gold.focus, .btn-gold:focus, .btn-gold:hover {
	background-image: none;
	background-color: #e2ded9;
	color: #675a48 !important;
}

.btn-download {
	padding: 0 0.5rem;
	text-decoration: none;
	font-size: 1.1rem;
	font-family: 'Perpetua-bold';
	color: #1d1d1b;
}

.btn-download:before {
	font-family: FontAwesome;
	content: "\f1c1";
	padding-right: 0.25rem;
	font-size: 0.85rem;
}

.btn-pdf:before {
	font-family: FontAwesome;
	content: "\f1c1";
	padding-right: 0.57rem;
	font-size: 0.85rem;
}

.btn-www:before {
	font-family: FontAwesome;
	content: "\f0ac";
	padding-right: 0.57rem;
	font-size: 0.85rem;
}

/* ### Inhalte ### */

.card {
	border: none;
}

.card-header {
	background-color: #e2ded9;
    border: medium none;
    text-align: center;
    margin-bottom: 8px;
    padding: 0.4rem 0.9rem;
    border-radius: 0.25rem;
}

.card-header:first-child {
	border-radius: 0.25rem;
}

.card-header h5 a.fatoggle {
	font-family: 'Perpetua-bold';
	color: #675a48;
	text-decoration: none;
	display: block;
	font-size: .9rem;
}

.card-header:hover, .card-header:focus {
	background: #bc8147; /* Old browsers */
	background: -moz-linear-gradient(top,  #bc8147 2%, #92471c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #bc8147 2%,#92471c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #bc8147 2%,#92471c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc8147', endColorstr='#92471c',GradientType=0 ); /* IE6-9 */
	color: #fff;
}

.card-header:hover h5 a.fatoggle, .card-header:focus h5 a.fatoggle {
	color: #fff;
}

.card-header h5 a.collapsed .fa-chevron-down:before {
	content: "\f077";
}

.card-header h5 a .fa {
	float: right;
}

.card-body {
	padding: .5rem 0 1.25rem;
}

.card-body p {
	margin-bottom: 0;
}

.op-time {
	float: right;
	text-align: right;
}

.ce-quicklinks {
	margin-bottom: 1.2rem;
}

.ce-quicklinks img {
	border-radius: 0.210rem;
}

#maincontent .ctn-grabst h2 {
	margin-bottom: 10px;
}

/* #maincontent .ctn-grabstNoFilter h2 {
	margin-bottom: 1.6rem;
} */

 #maincontent .ctn-grabstNoFilter .col-grabstHeader p {
	 margin-bottom: 1.8rem;
	 font-size: 0.90rem;
 }
 

.ctn-grabst .filter-grabst {
	margin-bottom: 1.8rem;
}

.ctn-grabst .filter-grabst a {
	text-decoration: none;
}

.ce-grabst {
	margin-bottom: 30px;
}

.ce-grabst h3 a:hover,
.ce-grabst h3 a:focus,
.ce-quicklinks h3 a:hover,
.ce-quicklinks h3 a:focus  {
	text-decoration: none;
	color: #311904;
}

.ce-grabst > .inner {
	background-color: #fff;
	border-radius: .210rem;
	height: 100%;
}

.ce-grabst > .inner header {
	padding: 0 1rem;
}

.ce-grabst > .inner .ce-bodytext {
	padding: 0 1rem 0.25rem;
}

.ce-grabst figure {
	max-height: 300px;
	overflow: hidden;
}

.ce-grabst figure img {
	border-radius: .210rem .210rem 0 0;
}

.form-grabst {
	justify-content: center;
}

.form-grabst .custom-control-indicator {
	background-color: transparent;
	top: 0;
	height: auto;
	margin-right: 0.4rem;
}

.form-grabst .custom-control-indicator:hover, .form-grabst .custom-control-indicator:focus, .form-grabst .custom-control-indicator:active {
	background-color: transparent !important;
	background-image: none;
	border-color: transparent;
	color: #1d1d1b !important;
}

.form-grabst .custom-radio .custom-control-input:checked ~ .custom-control-indicator {
	background-image: none;
	background-color: transparent;
	color: #1d1d1b;
}

.form-grabst .custom-radio .custom-control-input:checked ~ .custom-control-indicator .fa-toggle-off:before {
	content: "\f205";
}

.ba-gallery h2 {
	text-align: center;
}

/* ### News ### */

.news .article .news-img-wrap {
	width: auto;
	height: auto;
	margin-right: 0;
	margin-left: 0; 
	float: none;
	display: block;
	margin-bottom: 20px;
	background-color: transparent;
}

.news .article .news-img-wrap a {
	background: transparent;
    border: none;
    display: block;
    float: none;
    padding: 0;
}

.news .article .news-img-wrap img {
	float: none;
	border-radius: 0.252rem;
}

.news .article h3 {
    margin-bottom: 0.573rem;
}

.news-list-home .teaser-text > div {
	margin-bottom: 1rem;
}

.news-list-home .teaser-text p, .news-single .news-text-wrap p:first-child {
	
}

.news-list-home .teaser-text .news-list-date, .news-single .news-text-wrap .news-list-date {
	display: inline;
}

#maincontent .container-fluid .news-single h1 {
	font-size: 2.105rem;
    line-height: 1;
    margin-bottom: 20px;
}

.news-single .news-backlink-wrap {
	margin-bottom: 2rem;
	margin-top: 1.263rem;
}

.news .page-navigation ul {
	float: left;
    left: 50%;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.news .page-navigation ul li a {
	padding: 0;
	color: #675a48;
	text-decoration: none;
}

.news .page-navigation ul li a:hover {
	padding: 0;
	background-color: #a86733;
	color: #fff;
	text-decoration: none;
}

.news-list-view .page-navigation ul li {
	background-color: #e6e3e0;
    border: none;
     font-family: 'Perpetua-bold';
    color: #675a48;
    cursor: default;
    z-index: 2;
    float: left;
    line-height: 1.42857;
    margin: 0 0.25rem;
    padding: 3px 8px;
    position: relative;
    text-decoration: none;
    background-image: none;
    right: 50%;
    border-radius: 0.210rem;
}

.news-list-view .page-navigation ul li:hover {
	background-color: #a86733;
}

.news-list-view .page-navigation ul li:hover a {
	color: #fff;
}

.news-list-view .page-navigation ul li.current:hover {
	background-color: #a86733;
}

.news-list-view .page-navigation li.current {
	background-color: #a86733;
	color: #fff;
}

.pagination-txt {
	color: #5e5e5e;
	font-size: 0.90rem;
}

.page-item:first-child .page-link {
	margin-left: 0.15rem;
}

/* ### / News ### */

/* ### Calendar ### */

#maincontent .container-fluid .tx-me-google-calendar .fc-header-toolbar h2 {
	 font-family: 'Perpetua-bold';
	font-size: 1.2rem;
}

.tx-me-google-calendar .fc-view-container .fc-list-view {
	border: none;
}

.fc-list-heading td {
	 font-family: 'Perpetua-bold';
	font-weight: normal;
}

.fc-widget-header {
	position: relative;
}

.fc-list-heading-alt:after {
	content: "\f274";
	font-family: FontAwesome;
	position: absolute;
	right: 1rem;
}

.fc-list-table td {
	border: none;
}

.fc-has-url:nth-child(even) td{
	background-color: #e6e2de;
}

.fc-has-url:nth-child(odd) td {
	background-color: #dad5cf;
}

.maincol .fc-has-url:nth-child(even) td{
	background-color: #e6e2de;
	background-color: rgba(230,226,222,0.4)
}

.maincol .fc-has-url:nth-child(odd) td {
	background-color: #dad5cf;
	background-color: rgba(218,213,207,0.7)
}

.fc-unthemed .fc-list-item:hover td {
	background-color: inherit;
}

.fc-list-item-title a[href]:hover {
	text-decoration: none;
}

/* .fc-list-table .fc-list-item td {
	border-radius: 0.25rem;
}

.fc-list-table .fc-list-item ~ .fc-list-item td {
	border-radius: 0;
} */

.fc-ltr .fc-list-heading-alt {
	float: none;
}

.fc-ltr .fc-list-heading-alt:before {
	content: "|";
	margin-left: 5px;
	padding-right: 5px;
}

.fc-unthemed .fc-divider, 
.fc-unthemed .fc-popover .fc-header, 
.fc-unthemed .fc-list-heading td {
	background-color: transparent;
}

.fc-event-dot {
	display: none;
}

.fc-ltr .fc-list-item-marker:after {
	content: "\f0da";
	font-family: FontAwesome;
	
}

.fc-list-table td.fc-list-item-marker {
	padding-left: 0;
}

/* #### Modal Sitemap Search #### */

.modal-SiteSear .modal-content {
	border-radius: 0.336rem;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fafafa+1,d1cdcc+96 */
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top, #fafafa 1%, #d1cdcc 96%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fafafa 1%,#d1cdcc 96%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fafafa 1%,#d1cdcc 96%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#d1cdcc',GradientType=0 ); /* IE6-9 */
}

.modal-SiteSear .modal-header .close {
	font-size: 1.684rem;
}

.modal-SiteSear a,
.modal-SiteSear a:hover,
.modal-SiteSear a:focus {
	text-decoration: none;
}

.modal-SiteSear .modal-header {
	border-bottom: 0;
}

.modal-SiteSear .modal-header {
	align-items: flex-start;
	padding-left: 15px;
	padding-right: 15px;
}

.modal-SiteSear .modal-body {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 4rem;
	padding-top: 0.5rem;
}

.modal-SiteSear .modal-header h5 {
	font-family: 'Perpetua';
	font-weight: normal;
	color: #311904;
	text-align: center;
	font-size: 2.245rem;
	flex: 1;
}

.modal-SiteSear .modal-lg {
	max-width: 1200px;
}

.modal-SiteSear h6 a,
.modal-SiteSear h6 {
	color: #311904;
	font-family: 'Perpetua-bold';
	font-size: 1.130rem;
	text-decoration: none;
}

.nav-sitemap .nav-item {
	margin-top: 0.421rem;
}

.nav-sitemap .nav-link {
	padding: 0.168rem 0.168rem;
	color: #311904;
	font-size: 0.955rem;
	font-family: 'Perpetua-bold';
}

.nav-sitemap .nav-link:hover,
.nav-sitemap .nav-link:focus {
	background-color: rgba(255,255,255,0.5);
}

.nav-sitemap .dropdown-item {
	white-space: normal;
	font-size: 0.90rem;
	color: #311904;
	position: relative;
	padding: 0.151rem 1.263rem;
}

.nav-sitemap .dropdown-item:hover,
.nav-sitemap .dropdown-item:focus {
	background-color: rgba(255,255,255,0.5);
}

.nav-sitemap .dropdown-item:before {
	font-family: FontAwesome;
	content: "\f054";
	left: 0.505rem;
	top: 0.421rem;
	position: absolute;
	opacity: 0.5;
	font-size: 0.505rem;
}

.nav-sitemap .dropdown-item.active {
	background-color: transparent;
	color: #90451a;
	 font-family: 'Perpetua-bold';
}

.sitemap-2 h6,
.sitemap-3 h6,
.sitemap-4 h6 {
	margin-top: 2.5rem;
}

.modal-SiteSear .tx-kesearch-pi1 .kesearch_searchbox {
	max-width: 400px;
	margin: 0 auto;
}

.tx-kesearch-pi1 .add-info {
	color: #92441d;
}

.tx-kesearch-pi1 .add-info i {
	display: none;
}

#ke_search_sword {
	top: 0 !important;
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem;
	color: #311904;
}

.modal-SiteSear #ke_search_sword {
	border: none;
}

#maincontent .tx-kesearch-pi1 .kesearch_searchbox {
	max-width: 400px;
}

#ke_search_sword:placeholder {
	color: red !important;
}

.btn-searchbutton {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ecebe9+0,e3e0db+100 */
	background: #ecebe9; /* Old browsers */
	background: -moz-linear-gradient(top, #ecebe9 0%, #e3e0db 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ecebe9 0%,#e3e0db 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ecebe9 0%,#e3e0db 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecebe9', endColorstr='#e3e0db',GradientType=0 ); /* IE6-9 */
	border-radius: 0.252rem;
	color: #311904;
}

.btn-searchbutton:hover, 
.btn-searchbutton:focus {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bc8147+2,92471c+100 */
	background: #bc8147; /* Old browsers */
	background: -moz-linear-gradient(top,  #bc8147 2%, #92471c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #bc8147 2%,#92471c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #bc8147 2%,#92471c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc8147', endColorstr='#92471c',GradientType=0 ); /* IE6-9 */
	color: #fff;
}



.modal-SiteSear .btn-searchbutton {
	border: none;
}

#maincontent .btn-searchbutton {
	border-color: #e6e5e1;
}

/* #### / Modal Sitemap Search #### */

/* #### Suche #### */ 

.tx-kesearch-pi1 {
	font-size: 0.842rem !important;
}

.kesearchbox .fa-search {
	font-size: 0.842rem;
}

#kesearch_results .result-list-item .result-number, 
#kesearch_results .result-list-item .result-title {
	font-size: 1.333rem !important;
	margin-bottom: .2rem !important;
	display: block;
}

#kesearch_num_results {
	margin-bottom: 1rem;
}

#ke_search_sword {
	position: relative !important;
}

#kesearch_results .result-list-item .result-title a {
	text-decoration: none;
	color: #311904;
}

#kesearch_results .result-list-item .result-teaser {
	color: #1d1d1b !important;
}

#kesearch_pagebrowser_bottom .pages_total {
	border-top: none !important;
}

/* #### / Suche #### */

.container-fluid h3.collapseHeader {
	font-size: 0.99rem;
	cursor: pointer;
}

.collapseHeader .fa {
	font-size: 0.842rem;
	width: 0.842rem;
}

.collapseHeader.collapsed .fa-chevron-down:before {
	content: "\f054";
}

.ce-faq {
	margin-bottom: 1.684rem;
}


#maincontent .ce-bodytext ul {
	padding-left: 0;
	list-style-type: none;
}

#maincontent .ce-bodytext ul li {
	padding-left: 0.9em;
	margin-left: 0.3rem;
}

#maincontent .ce-bodytext ul li:before {
	content: "\f0da";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em;
	width: 0.9em;
	opacity: 0.5;
	font-size: 0.8rem;
}

blockquote {
	font-family: 'Perpetua-italic';
    border-left: 5px solid #e2ded9;
    font-size: 1rem;
    margin-left: 30px;
    margin-right: 30px;
    padding: 5px 5px 5px 10px;
    position: relative;
    text-align: left;
}

blockquote p {
  display: inline-block;
  margin-bottom: 0.2rem;
}

blockquote .small {
	font-family: 'Perpetua',sans-serif;
}

/* #### Gallery #### */

.img-thumbnail {
	padding: 0;
	background-color: transparent;
	border: none;
	border-radius: 0.294rem;
	display: inline;
}

/* #### / Gallery #### */

/* #### Pagination #### */

.pagination,
.fs-media-gallery .pagination {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.pagination .page-link {
	margin-left: 0.15rem;
	margin-right: 0.15rem;
	border-radius: 0.210rem;
	text-decoration: none;
	color: #311904;
	font-family: 'Perpetua-bold', 'noto_sansbold';
	border: none;
	background-color: #e2ded9;
	padding: 0.421rem 0.631rem;
	font-size: 0.9rem;
}

.pagination .page-link:hover, 
.pagination .page-link:focus {
	background: #bc8147; /* Old browsers */
	background: -moz-linear-gradient(top,  #bc8147 2%, #92471c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #bc8147 2%,#92471c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #bc8147 2%,#92471c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc8147', endColorstr='#92471c',GradientType=0 ); /* IE6-9 */
	color: #fff;
}

.pagination .page-link .fa {
	font-weight: bold;
}

.page-item.active .page-link {
	background: #bc8147; /* Old browsers */
	background: -moz-linear-gradient(top,  #bc8147 2%, #92471c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #bc8147 2%,#92471c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #bc8147 2%,#92471c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc8147', endColorstr='#92471c',GradientType=0 ); /* IE6-9 */
}

/* #### / Pagination #### */

button.mfp-arrow-right:before,
button.mfp-arrow-right:after,
button.mfp-arrow-right,
button.mfp-arrow-left:before,
button.mfp-arrow-left:after,
button.mfp-arrow-left {
	border:none !important;
}

button.mfp-arrow {
	font-size: 4.5rem;
}

button.mfp-arrow:after, 
button.mfp-arrow:before {
	margin-top: 0;
}

button.mfp-arrow-right:after {
	font-family: FontAwesome;
	content: "\f105";
	color: #fff;
}

button.mfp-arrow-left:after {
	font-family: FontAwesome;
	content: "\f104";
	color: #fff;
}

.mfp-title {
	display: none;
}

.modal-barbaraEvents {
	border-radius: 0.336rem;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fafafa+1,d1cdcc+96 */
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top, #fafafa 1%, #d1cdcc 96%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fafafa 1%,#d1cdcc 96%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fafafa 1%,#d1cdcc 96%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#d1cdcc',GradientType=0 ); /* IE6-9 */
}

.modal-barbaraEvents .modal-body {
	padding-top: 0;
}
.modal-barbaraEvents .modal-body p {
	margin-bottom: 0.5rem;
}
.modal-barbaraEvents .modal-body p:last-child {
	margin-bottom: 0;
}

.modal-barbaraEvents .modal-header {
	border-bottom: 0;
}

.alert {
	border-radius: 0.294rem;
}

.alert p:last-child {
	margin-bottom: 0;
	position: relative;
}

.alert-lage {
	background-color: rgba(230,226,222,0.4);
	border-color: rgba(218,213,207,0.7);
	border-color: transparent;
	color: #311904;
	margin-top: 0.421rem;
	padding-left: 2.526rem;
	margin-bottom: 1.263rem;
}

.alert-audio {
	background-color: rgba(230,226,222,0.4);
	border-color: rgba(218,213,207,0.7);
	border-color: transparent;
	color: #311904;
	margin-top: 0.421rem;
	margin-bottom: 1.263rem;
}

.alert-audio .fa {
	font-size: 1.2rem;
	color: #675a48;
}

.container-fluid .alert-audio h3,
.container-fluid .maincol .alert-audio h3:first-child {
	margin-top: 0;
}

.alert-lage:before {
	font-family: FontAwesome;
	content: "\f279";
	position: absolute;
	left: 1.10rem;
	opacity: 0.5;
	font-size: 0.85rem;
}

.alert-danger {
	background-color: rgba(188,129,71,0.2);
	border-color: rgba(218,213,207,0.7);
	border-color: transparent;
	color: #311904;
	padding-left: 3rem;
	margin-top: 0.5rem;
	margin-bottom: 1.5rem;
}

.alert-danger:before {
	font-family: FontAwesome;
	content: "\f06a";
	position: absolute;
	left: 1.25rem;
	opacity: 0.5;
}

.alert-infobox {
	background-color: rgba(230,226,222,0.4);
	border-color: rgba(218,213,207,0.7);
	border-color: transparent;
	color: #311904;
	margin-top: 0.5rem;
	margin-bottom: 1.5rem;
}

.table-striped td,
.table-striped th {
	border-top: none;
}

.table-striped tbody tr {
	background-color: rgba(230,226,222,0.4);
}

.table-striped tbody tr:nth-of-type(2n+1) {
	background-color: rgba(218,213,207,0.7);
}

.ce-gallery figcaption {
	font-size: 0.90rem;
	padding: 0.65rem;
	opacity: 0.8;
}

.ce-gallery img {
	border-radius: 0.210rem;
}

.ce-team {
	margin-bottom: 1rem;
}

.ce-team .image {
	margin-bottom: .5rem;
}

.ce-team .image img {
	border-radius: 0.210rem;
}

.container-fluid .maincol .ce-team h3 {
	margin-bottom: 0.2rem;
}

.ce-team p {
	font-size: 0.95rem;
}

#maincontent .container-fluid .maincol .headTeam h2 {
	margin-bottom: 1.5rem;
}

.container-fluid .maincol .ce-team h4 {
	font-size: 0.90rem;
	margin-top: 0.2rem;
	background-color: rgba(230,226,222,0.4);
	padding: 0.2rem .45rem;
	color: #311904;
	display: inline-block;
	border-radius: 0.210rem;
}

.container-fluid .maincol .ce-team h4 + h3 {
	margin-top: 0 !important;
}


/* ### Cookie Hint ### */

.cc_container {
	color: #212529 !important;
	border-top: none !important;
	background-color: #dad5cf; !important;
	-webkit-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.4);
box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.4);
}

.cc_container a {
	color: #212529 !important;
	text-decoration: underline !important;
}

.cc_message {
	color: #212529 !important;
	line-height: 1.3 !important;
	margin-top: 0 !important;
	padding-top: 5px !important;
}

.cc_container .cc_btn, .cc_container .cc_btn:visited {
	background: #bc8147; /* Old browsers */
	background: -moz-linear-gradient(top,  #bc8147 2%, #92471c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #bc8147 2%,#92471c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #bc8147 2%,#92471c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc8147', endColorstr='#92471c',GradientType=0 ); /* IE6-9 */
	text-decoration: none !important;
	color: #fff !important;
	border-radius: 0.210rem !important;
	font-family: 'Perpetua-bold';
}

.cc_container .cc_btn:hover,
.cc_container .cc_btn:focus {
	background-color: #e2ded9 !important;
	color: #675a48 !important;
	background-image: none;
}

/* ### / Cookie Hint ### */

/* Bootstrap Breakpoint ES */

.responsiveContainer {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
    margin-top: 1rem; 
    margin-bottom: 1rem;
}

.responsiveContainer iframe, .responsiveContainer object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.headergooglemaps {
	max-height: 
}

.news-detail-date {
	font-family: 'Perpetua-italic';
}

.news-single .news-img-wrap .mediaelement-image {
	margin-bottom: 1rem;
}

.news-details-ce {
	margin-top: 2rem;
	margin-bottom: 1.5rem;
}

.homeNewsMore .btn {
	margin-top: 0.4rem;
}

.sidebar #accordion .card p {
	clear: both;
}

.sidebar #accordion .card strong,
.sidebar #accordion .card b {
	font-size: 1rem;
}

/* # Slider # */

.flexslider {
	border: none;
	background-color: transparent;
	margin-bottom: 40px;
}

.flexslider .item {
	max-height: 300px;
	overflow: hidden;
}

.flexslider .container-fluid {
	position: relative;
}

.flex-caption {
    bottom: 0;
    left: 0;
    padding: 0;
    background-color: rgba(49,25,4,0.8);
    color: #fff;
    position: absolute;
    width: 100%;
}

.flexslider p {
	font-family: 'Perpetua-bold';
	font-size: 0.95rem;
	margin-bottom: 0.5rem;
}

.flexslider .p_intro {
	font-size: 1.3rem;
	margin-bottom: .5rem;
	color: #fff;
	font-family: 'Perpetua-bolditalic';
}

.flex-control-paging li a {
	background-color: rgba(49,25,4,0.3);
}

.flex-control-paging li a.flex-active {
	background-color: rgba(49,25,4,0.9);
}
/*
.flex-caption p {
	color: #d2d2d2;
	font-size: 2.2rem;
	margin-bottom: 0.5rem;
	font-family: "Futura_Cd_PT_Medium", Arial, sans-serif;
}

.flex-caption h4, .flex-caption h4 p {
	color: #fff;
	margin-bottom: 0;
	font-size: 2.8rem;
	letter-spacing: 0.15rem;
}

.flex-control-paging li a {
	background-color: #8a9aa7;
}

.flex-control-paging li a.flex-active {
	background-color: #da251d;
}

.flex-caption.slider_top {
	top: 0;
	bottom: auto;
}

.flex-caption.slider_box .ctn-flexInner {
	background-color: rgba(232,237,237,0.96);
	padding: 1.625rem 1.375rem 1.375rem;
	display: inline-block;
}

.flex-caption.slider_box.caption_right .ctn-flexInner {
	text-align: left;
}

.flex-caption.slider_box p {
	font-size: 1.8rem;
	color: #8e8e8e;
}

.flex-caption.slider_box h4, .flex-caption.slider_box h4 p {
	font-size: 2.2rem;
	letter-spacing: 0.2rem;
	color: #000;
}

.flex-caption.slider_top h4 {
	margin-top: 2rem;
}

.flex-caption.caption_right .container-fluid {
	text-align: right;
}

/* # / Slider # */

.p_intro em {
	font-family: 'Perpetua';
	font-family: 'Perpetua-italic';
}

.tx-me-google-calendar {
	font-size: 0.95rem;
}

.fc-ltr .fc-list-heading-main {
	font-size: 0.85rem;
}

.flexslider .ctn-flexInner.pt-3 {
	padding-top: .842rem !important;
}

.flexslider .ctn-flexInner.pb-2 {
	padding-bottom: .421rem !important;
}

#maincontent .container-fluid.pt-5 {
	padding-top: 2.526rem !important;
}

#maincontent .container-fluid.pt-5 pb-5 {
	padding-bottom: 2.526rem !important;
}

@media (min-width: 576px) {
	.sitemap-2 h6 {
		margin-top: 0;
	}
	.ce-grabst figure {
		max-height: 230px;
		overflow: hidden;
	}
}

@media (max-width: 576px) {
	.headerimg figure img {
		height: 100% !important;
		max-width: none !important;

	}
	.navbar-barbara .navbar-brand svg:not(:root) {
		width: 250px;
	}
	.navbar-barbara .navbar-toggler {
		font-size: 1rem;
		margin-top: -0.3rem;
	}
	.nav-service .nav .nav-item .nav-link {
		font-size: 0.8rem;
		padding: .5rem 0.5rem;
	}
	.nav-service .nav .nav-item:last-child .nav-link {
		padding-right: 0;
	}
	.nav-service {
		padding-right: 0;
	}
	.homeNewsMore {
		text-align: left !important;
	}
}

@media (max-width: 400px) {
	.navbar-barbara .navbar-brand svg:not(:root) {
	
	}
	.navbar-barbara .navbar-toggler {
		width: 100%;
		display: block;
		text-align: center;
		background-color: #e2ded9;
		border-radius: 0.210rem;
		margin-bottom: 0.5rem;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	.nav-service {
		padding-bottom: 0.5rem;
	}
	.navbar-barbara .navbar-brand {
		text-align: center;
		display: block;
		width: 250px;
		margin-left: auto;
		margin-right: auto;
	}
	.navbar-barbara {
		padding-left: 0;
		padding-right: 0;
	}
}

/* Bootstrap Breakpoint MD */
@media (min-width: 768px) {  
	.sitemap-2 h6,
	.sitemap-3 h6,
	.sitemap-4 h6 {
		margin-top: 0;
	}
}

@media (max-width: 768px) {  
	#maincontent .container-fluid h1 {
		font-size: 2.189rem;
	}
	p.p_intro, .news-single .teaser-text {
		font-size: 1.295rem;
	}
	.flexslider .p_intro {
		font-size: 1.175rem;
	}
	#maincontent .container-fluid h2 {
		font-size: 1.936rem;
	}
	.sidebar h3.heDate {
		font-size: 1.936rem;
		margin-bottom: 0.421rem;
		margin-top: 1.263rem;
	}
	.sidebar h3 {
		font-size: 1.2rem;
	}
	.maincol {
		margin-bottom: 0.842rem;
	}
	#page-1 .maincol {
		margin-bottom: 0;
	}
	#maincontent .container-fluid h2 {
		font-size: 1.684rem;
	}
	.ctn-grabst .text-center {
		text-align: left !important;
	}
	.container-fluid h3.collapseHeader {
		font-size: 0.842rem;
	}
	.collapseHeader .fa {
		font-size: 0.757rem;
	}
	.tilesoverview.pt-5 {
		padding-top: 1.263rem !important;
	}
	.tilesoverview.pb-5 {
		padding-bottom: 1.263rem !important;
	}
	.navbar-footer {
		flex-direction: column;
	}
	
	.navbar-footer ul.nav.justify-content-end {
		justify-content: center !important;
	}
	
	footer#Footer {
		height: auto;
		position: relative;
	}
	body {
		margin-bottom: 0;
	}
	.navbar-text {
		width: 100%;
		text-align: center;
	}
	.navbar-footer .nav-link#menuitem27::before  {
		content: "";
		padding-right: 0;
	}
}

/* Bootstrap Breakpoint min MD max LG */
@media (min-width: 768px) and (max-width: 991px) {  
	
}

/* Bootstrap Breakpoint min MD max XL */
@media (min-width: 768px) and (max-width: 1199px) {
	
}

/* Bootstrap Breakpoint LG */
@media (min-width: 992px) {
	.navbar-light .navbar-brand svg:not(:root) {
		width: 376px;
	}
	.dropdown:hover>.dropdown-menu {
		display: block;
	}
	.navbar-barbara .navbar-nav .dropdown-toggle {
	    display: none;
	}
	.navbar-barbara {
	    margin-top: -10px;
	    padding-top: 0;
	}
	.triangle {
		width: 0;
		display: block;
	    height: 0; 
	    border-left: 15px solid transparent;
	    border-right: 15px solid transparent;
	    border-bottom: 15px solid #faf9f6;
	    position:absolute;
	    margin-left: -15px;
	    left: 50% !important;
	}
	
	.navbar-barbara .navbar-collapse {
		padding-top: 0.5rem;
	}
	.navbar-barbara .navbar-nav .nav-link {
		font-size: 1.05rem;
		padding: 0.421rem 0.421rem;
	}
	.navbar-barbara .dropdown-menu {
		border-radius: 9px;
		border: none;
		text-align: center;
		background-color: transparent;
		left: 50% !important;
		right: auto !important;
		text-align: center !important;
		transform: translate(-50%, 0) !important;
		margin-top: -5px;
	}
	.dropdowninner {
		margin-top: 14px;
		margin-bottom: 0;
		padding: 0.555rem 0;
		border-radius: 9px;
		background: #fafaf9; /* Old browsers */
		background: -moz-linear-gradient(top,  #fafaf9 1%, #d1cecc 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #fafaf9 1%,#d1cecc 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #fafaf9 1%,#d1cecc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafaf9', endColorstr='#d1cecc',GradientType=0 ); /* IE6-9 */
	}
	.triangle:after {
		content: '';
		width: 0; 
	    height: 0; 
	    border-left: 14px solid transparent;
	    border-right: 14px solid transparent;
	    border-bottom: 14px solid #faf9f6;
	    position:absolute;
	    left: -14px;
	    top: 1px;
	}
	.navbar-barbara .navbar-nav {
		background-color: transparent;
	}
	.nav-service .nav-item .fa {
		display: block;
		text-align: center;
		color: #311904;
		padding-bottom: 4px;
		padding-right: 0;
	}
	.navbar-barbara .navbar-brand {
		margin-top: -1.5rem;
	}
	/* .ce-Teaserbox {
		height: 450px;
		max-height: 450px;
	} */
	.headerimg,
	.headerimg .cookie-consent-replacement,
	.headerimg .cookie-consent-replacement .col-12 {
		height: 450px;
		max-height: 450px;
		
	}
	.headerimg figure {
		height: 450px;
		max-height: 450px;
		width: 100%;
	}
	footer#Footer {
	    height: 4.421rem;
	}
	body {
		 margin-bottom: 4.421rem;
	}
	.headerimg header .container-fluid > p {
		font-size: 1rem;
		margin-bottom: 1rem;
	}
	.flexslider p {
		font-size: 1rem;
		margin-bottom: 1rem;
	}
	
	.headerimg header .container-fluid > p.p_intro {;
		font-size: 1.506rem;
		margin-bottom: .5rem;
	}
	.flexslider .p_intro {
		font-size: 1.506rem;
	}
	.headerimg header .container-fluid a.btn-gold {
		font-size: 1rem;
		padding: 0.4rem 0.9rem;
		margin-top: 0;
	}

}

@media (max-width: 992px) {
	/*.ce-homeTeaserbox {
		height: 400px;
		max-height: 400px;
	}*/
	.navbar-barbara {
		padding-left: 0;
		padding-right: 0;
	}
	.navbar-barbara .navbar-nav .nav-link {
		padding-right: 0;
		
	}
	.navbar-barbara .navbar-nav .nav-link.dropdown-toggle {
		right: 0;
		padding: 0.5rem 1.5rem;
		background-color: #dad5cf;
	}
	.navbar-barbara .navbar-nav .nav-item:first-child .nav-link.dropdown-toggle {
		border-top-right-radius: 0.3rem;
	}
	.navbar-barbara .navbar-nav .nav-item:last-child .nav-link.dropdown-toggle {
		border-bottom-right-radius: 0.3rem;
	}
	.navbar-barbara .dropdown-menu {
		background-color: #eae7e4;
	}
	.dropdown-item {
		padding: 0.421rem 1.263rem;
	}

	.navbar-barbara .navbar-nav .nav-item:last-child .dropdown-menu {
		border-bottom-left-radius: 0.3rem;
		border-bottom-right-radius: 0.3rem;
	}
	.header-teasertext .pt-3 {
		padding-top: 0.5rem !important;
	}
	.flexslider .pt-3 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.flexslider .pb-2 {
	    padding-bottom: .5rem !important;
	}
	.nav-service .nav .nav-item:last-child .nav-link {
		padding-right: 0;
	}
}

/* Bootstrap Breakpoint min MD max XL */
@media (min-width: 992px) and (max-width: 1199px) {
	/*.ce-homeTeaserbox, .ce-Teaserbox {
		height: 500px;
		max-height: 500px;
	}
	
	.ce-Teaserbox {
		height: 450px;
		max-height: 450px;
	}*/
	.headerimHome {
		height: 500px;
		max-height: 500px;
	}
	
	.headerimHome figure {
		height: 500px;
		max-height: 500px;
	}
	.flexslider .item {
		max-height: 500px;
	}
}

/* Bootstrap Breakpoint XL */
@media (min-width: 1200px) {
	.modal-SiteSear .modal-header,
	.modal-SiteSear .modal-body {
		padding-left: 4.490rem;
		padding-right: 4.490rem;
	}
	#SiteSear-Modal .modal-header .close {
		margin-right: -4.5rem;
	}
	.headerimHome {
		height: 600px;
		max-height: 600px;
	}
	
	.headerimHome figure {
		height: 600px;
		max-height: 600px;
	}
	.flexslider .item {
		max-height: 600px;
	}
}

@media print {
	
}

@media (min-width: 400px) {
	.navbar-light .navbar-toggler-icon {
		font-size: 1rem;
	}
}



@media (min-width: 400px) and (max-width: 524px) {
	.navbar-barbara .navbar-brand {
		max-width: 80%;
	}
}

@media (max-width: 992px) {
	.navbar-barbara {
		padding-bottom: 1rem;
	}
}

@media (max-width: 400px) {
	.navbar-barbara {
		padding-bottom: 0;
	}
	.navbar-barbara .navbar-brand {
		padding-bottom: 1rem;
	}
}

.contact-desktop {
	display: none;
}

@media (min-width: 768px) { 
	.contact-mobile {
		display: none !important;
	}
	.contact-desktop {
		display: block;
	}
}

@media (max-width: 768px) {	
	.cnt-cards-home.pb-5 {
		padding-bottom: 1rem !important;
	}
}

/* New Kintsugi */

.bg-tan {
	background-color: #fff;
}

.kintsugi-line-one {
	background-image: url(https://www.barbarafriedhof.at/fileadmin/Barbarafriedhof2017/Resources/Public/Images/kintsugi-linie_02_long.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
}

.kintsugi-line-second {
	background-image: url(https://www.barbarafriedhof.at/fileadmin/Barbarafriedhof2017/Resources/Public/Images/kintsugi-linie_02_long.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
}

.navbar-barbara .navbar-nav .nav-link {
	padding: 0.421rem 0.421rem;
	padding-bottom: 0.621rem;
}

@media (min-width: 992px) {
	.navbar-barbara .navbar-nav .nav-link:hover {
		background-image: url(https://www.barbarafriedhof.at/fileadmin/Barbarafriedhof2017/Resources/Public/Images/kintsugi-linie_hover.png);
		fbackground-image: url(https://www.barbarafriedhof.at/fileadmin/Barbarafriedhof2017/Resources/Public/Images/kintsugi-linie_hover_2.png);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center bottom;
		color: #311904;
		text-decoration: none;
	}
}

.ce-grabst > .inner {
	background-color: #f2efed;
}

@media (min-width: 992px) {
	.kintsugi-home-top {
		display: none;
	}
}

@media (max-width: 992px) {
	.kintsugi-home-top {
		margin-top: 3rem;
	}
	#maincontent.ba-homep > .container-fluid.pt-5.pb-5 {
		padding-top: 1.526rem !important;
	}
}


header.header {
	ffdisplay: none !important;
}


/* Slick Slider */


/*.slick-slide::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	padding: 0 5%;
	text-align: left;
	z-index: 1;
}

header h1 {
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	padding-top: 18px;
}

header nav {
	display: inline-block;
	float: right;
}

header nav ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
}

header nav ul li a {
	display: block;
	padding: 24px 15px;
}

header nav ul li a:hover {
	background-color: rgba(255, 255, 255, 0.18);
}*/

.main-slider {
	position: relative;
	width: 100%;
	height: 38vw;
	min-height: 8vw;
	margin-bottom: 50px;
	opacity: 0;
	visibility: hidden;
	transition: all 1.2s ease;
	fmax-height: 600px !important;
}

.main-slider.slick-initialized {
	opacity: 1;
	visibility: visible;
}

.slick-slide {
	position: relative;
	height: 38vw;
}

/*.slick-slide::before {
	background-color: #000;
	opacity: .3;
	z-index: 1;
}*/

.slick-slide video {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
}

.slick-slide iframe {
	position: relative;
	pointer-events: none;
}

.slick-slide figure {
	position: relative;
	height: 100%;
}

.slick-slide .slide-image {
	opacity: 0;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: all .8s ease;
}

.slick-slide .slide-image.show {
	opacity: 1;
}

.slick-slide .image-entity {
	width: 100%;
	opacity: 0;
	visibility: hidden;
}

.slick-slide .loading {
	position: absolute;
	top: 44%;
	left: 0;
	width: 100%;
}

.slick-slide.slick-active {
	z-index: 1;
}
/*
.slick-slide.slick-active .slide-media {
	animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.slick-slide .slide-media {
	animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}*/

.slick-slide.slick-active .caption {
	opacity: 1;
	NO-transform: translateY(0);
	NO-transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}

.caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: left;
	padding: 20px;
	color: #fff;
	margin: 0;
	font-size: 1rem;
	font-family: 'Perpetua-bold';
	NO-opacity: 0;
	z-index: 1;
	transition: all .3s ease;
	NO-transform: translateY(100px);
	background-color: rgba(49,25,4,0.8);
	width: 100%;
}

.caption p {
	margin-bottom: .5rem;
}

.caption .p_intro {
	font-family: 'Perpetua-bolditalic';
	margin-bottom: .5rem;
	font-size: 1.506rem;
	opacity: 1;
	color: #fff;
}

.slick-dots {
	text-align: center;
	padding-top: 15px;
	bottom: -45px !important;
}

.slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 8px;
	width: 12px !important;
	height: 12px !important;
}

.slick-dots li button {
	width: 12px !important;
	height: 12px !important;
	border: none;
	cursor: pointer;
	border-radius: 50%;
	border: 0 !important;
	box-shadow: 0 0 0 0 transparent;
	vertical-align: middle;
	color: #fff;
	background-color: rgba(49,25,4,0.8) !important;
	transition: all .3s ease;
	opacity: .4;
}

.slick-dots li button::before {
	content: "" !important;
}

.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover {
	opacity: 1;
}

.slick-dots li.slick-active button {
	box-shadow: 0 0 0 2px #fff;
	opacity: 1;
}

.container {
	background-color: #f2f2f2;
	color: #444;
	line-height: 1.6;
	padding: 40px 0;
}

.container .content {
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
}

.container p {
	margin-bottom: 40px;
}

@keyframes slideIn {
	from {
		filter: blur(15px);
	}

	to {
		filter: blur(0);
	}
}

@keyframes slideOut {
	from {
		filter: blur(0);
	}

	to {
		filter: blur(15px);
	}
}


/* ############################################## */
/* ############################################## */
/* ########## SLIDER HÖHE FÜR VIDEO ############# */
/* ############################################## */
/* ############################################## */
.main-slider {
	height: 620px !important;
	height: 690px !important;
}

.slick-slide {
	height: 620px !important;
	height: 690px !important;
}

@media (max-width: 780px) {
	.main-slider {
		/* Slider höher wegen Text überlagert Bild */
		height: 350px !important;
		/* for Youtube */
		height: 56vw !important;
	}
	
	.slick-slide {
		/* Slider höher wegen Text überlagert Bild */
		height: 350px !important;
		
		/* for Youtube */
		height: 56vw !important;
	}
	.caption p {
		font-size: .85rem;
	}
	.caption .p_intro {
		font-size: 1.2rem;
	}
}

@media (min-width: 780px) and (max-width: 1250px) {
	.main-slider {
		height: 56vw !important;
	}
	
	.slick-slide {
		height: 56vw !important;
	}
}
/* ##################################################### */
/* ##################################################### */
/* ########## ENDE _ SLIDER HÖHE FÜR VIDEO ############# */
/* ##################################################### */
/* ##################################################### */



/* New Footer */

body {
	margin-bottom: 11.921rem;
}

footer#Footer {
  height: 11.921rem;
}

footer#Footer .navbar {
	-ms-flex-align: center !important;
	align-items: center !important;
}

footer#Footer .social-link img {
	fmax-height: 27px !important;
	fmax-width: 60px !important;
	display: inline-block;
}

footer#Footer a:hover, 
footer#Footer a:focus {
	fftext-decoration: underline;
}

footer#Footer .social-link {
	padding: 0 .75rem;
}

footer#Footer .social-link.social-instagram img {
	max-height: 25px !important;
}

footer#Footer .social-link.social-youtube img {
	max-height: 22px !important;
}

@media (min-width: 992px) {
	footer#Footer .navbar {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	footer#Footer {
	  height: 8.921rem;
	}
	body {
		margin-bottom: 8.921rem;
	}
}

@media (max-width: 768px) {  
	footer#Footer {
		height: auto;
		position: relative;
	}
	body {
		margin-bottom: 0;
	}
	.navbar-footer .navbar-text {
		fpadding-bottom: 0;
	}
	.navbar-footer .nav-link {
		padding-top: 0.221rem;
		padding-bottom: 0.221rem;
		line-height: 1.2;
	}
}

.slider-cnt {
	#background-color: #f1f0ef;
	#background-color: rgba(49,25,4,.3);
}

.slider-outer {
	position: relative;
	max-width: 1250px;
	margin-left: auto;
	margin-right: auto;
}

.btn-audio {
	position: absolute;
	top: 20px;
	right: 30px;
	display: block;
	width: 30px;
	height: 25px;
	border: none !important;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
}

.btn-audio.on {
	background-image: url(https://www.barbarafriedhof.at/fileadmin/Barbarafriedhof2017/Resources/Public/Images/sound_on.png);
}
.btn-audio.off {
	background-image: url(https://www.barbarafriedhof.at/fileadmin/Barbarafriedhof2017/Resources/Public/Images/sound_muted.png);
}


.headerimg .responsiveContainer {
	margin-top: 0;
} 

@media (max-width: 768px) { 
	.navbar-brand {
		text-align: center;
	}
	.navbar-barbara .navbar-brand {
		max-width: 290px !important;
	}
}

@media (max-width: 400px) { 
	.navbar-barbara .navbar-brand {
		margin-left: auto;
		margin-right: auto;
	}
	.navbar-barbara .navbar-brand {
		max-width: 350px !important;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	.navbar-barbara .navbar-brand  {
		max-width: 350px !important;
	}
} 

@media (min-width: 992px) and (max-width: 1160px) {
	.navbar-barbara .navbar-brand {
		max-width: 370px !important;
	}
}

.cookie-consent-replacement .overlay-header {
	font-family: 'Perpetua-bold';
	font-weight: normal;
	color: #1d1d1b;
}

.cookie-consent-replacement  .overlay-inner {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.cookie-top {
	margin-top: 1.5rem;
	text-align: right;
}

.cookie-top ..btn-barbara {
	font-size: .85rem;
}

.btn-cookie {
	color: #fff;
	padding: 0;
	background-color: transparent;
	border: 0;
	padding: 0.421rem 0.421rem .5em 0;
	text-decoration: none;
	font-size: 0.95rem;
	font-family: 'Perpetua';
	cursor: pointer;
}

@media (max-width: 992px) {
	.btn-cookie {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.btn-cookie:before {
	content: '|';
	padding-right: .3rem;
}

.form-group-gdpr {
	font-size: .9rem;
}

@media (min-width: 768px) and (max-width: 992px) {
	footer#Footer {
	  height: 13.921rem;
	}
	body {
	  margin-bottom: 13.921rem;
	}
	.navbar-text {
	  width: 100%;
	  text-align: center;
	}
} 

@media (min-width: 992px) and (max-width: 1027px) {
	footer#Footer {
	  height: 10.521rem;
	}
	body {
	  margin-bottom: 10.521rem;
	}
}

.newsletter-reg-container {
	background-color: #f2efed;
	padding: 1rem;
	border-radius: .210rem;
}

#maincontent .container-fluid .newsletter-reg-container h2 {
	font-size: 1.9rem;
}

.form-group-gdpr label {
	display: none;
}

/* ######################### */
/* ##### Bootstrap Row Cols ##### */
/* ######################### */

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

@media (min-width: 576px) {
  .row-cols-sm-1 > * {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
  }
  .row-cols-sm-2 > * {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
  }
  .row-cols-sm-3 > * {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
  }
  .row-cols-sm-5 > * {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
  }
  .row-cols-sm-6 > * {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
  }
 }

 @media (min-width: 768px) {
  .row-cols-md-1 > * {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
  }
  .row-cols-md-2 > * {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
  }
  .row-cols-md-3 > * {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
  }
  .row-cols-md-5 > * {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
  }
  .row-cols-md-6 > * {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
  }
 }


@media (min-width: 992px) {
  .row-cols-lg-1 > * {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
  }
  .row-cols-lg-2 > * {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
  }
  .row-cols-lg-3 > * {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
  }
  .row-cols-lg-5 > * {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
  }
  .row-cols-lg-6 > * {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
  }
 }

 @media (min-width: 1200px) {
  .row-cols-xl-1 > * {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
  }
  .row-cols-xl-2 > * {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
  }
  .row-cols-xl-3 > * {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
  }
  .row-cols-xl-5 > * {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
  }
  .row-cols-xl-6 > * {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
  }
 } 
/* ######################### */
 /* ##### Bootstrap Row Cols ##### */
 /* ######################### */
 
 /* ###### Friedhofsführer ###### */
 
a.card-guide-item {
	text-decoration: none; 
 }
 
 .card-guide-item .guid-list-image {
	margin-right: 1em;
}

 .container-fluid .maincol .card-guide-item h3 {
	margin-top: 0;
	margin-bottom: .2rem;
	hyphens: none;
	color: #675a48;
	color: #1d1d1b;
 }

.card-guide-item .guid-list-image .img-cnt {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	fborder: 3px solid;
	overflow: hidden;
}
 
.guide-item-lifetime {
	color: #1d1d1b;
	color: #675a48;
}
 
.guide-item-descr {
	color: #1d1d1b;

}
 
.card-guide-item .card-body {
	padding: 0rem 0 1.0rem;
}
 
 /* ###### / Friedhofsführer ###### */
 
 img, div.csc-textpic .csc-textpic-imagewrap img {
   height: auto;
   display: block;
   max-width: 100% !important;
 }
 
 .guide-header {
	 background-color: #e2ded9;
 }
 
 .guide-header-portrait {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	fborder: 3px solid;
	overflow: hidden;
	border: 5px solid #fff;
}



.guide-header .container-fluid h1 {
	font-size: 2.2rem;
}

#maincontent.cementry-guide .container-fluid h2 {
	font-size: 1.85rem;
 }
 
@media (min-width: 768px) {
	.guide-header-portrait {
		width: 220px;
		height: 220px;
	}
	.guide-header .container-fluid h1 {
		font-size: 2.5rem;
	}
}
 
@media (min-width: 992px) {
	.guide-header-portrait {
		width: 280px;
		height: 280px;
	}
	.guide-header-portrait.portrait-placeholder {
		width: 200px;
		height: 200px;	
	}
	.guide-header .container-fluid h1 {
		font-size: 2.5rem;
	}  
}

.frame-type-menu_subpages ul  {
	padding-left: 0;
}

.frame-type-menu_subpages ul li {
	list-style-type: none;
	padding-bottom: .3rem;	
}

