@font-face {
	font-family: 'franklinbook';
	src: url('fonts/ITCFranklinGothicStd-Book.eot');
	src: local('☺'), url('fonts/ITCFranklinGothicStd-Book.woff') format('woff'), url('fonts/ITCFranklinGothicStd-Book.ttf') format('truetype'), url('fonts/ITCFranklinGothicStd-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FranklinGothicStd-ExtraCond';
	src: url('fonts/FranklinGothicStd-ExtraCond.eot');
	src: local('☺'), url('fonts/FranklinGothicStd-ExtraCond.woff') format('woff'), url('fonts/FranklinGothicStd-ExtraCond.ttf') format('truetype'), url('fonts/ITCFranklinGothicStd-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FranklinGothicStd-Bold';
	src: url('fonts/ITCFranklinGothicStd-Demi.otf');
	font-weight: normal;
	font-style: normal;
}

::selection {background: #000;color:white;text-shadow: none;}
::-moz-selection{background: #000;color:white;text-shadow: none;}


body {
	background-color: #fff;
	color: #000;
	font-size: 18px;
	font-size: 1.125rem;
	font-family: 'franklinbook'; 
	line-height: 1.2;
}

body.yellow {
	background-color:#fff69b;
	opacity: 0.8;
}

/*
@media (min-width: 2000px) {
	.container-fluid {
		width: 1950px;
	}
}
*/

h1, h2, h3 {
	font-family: 'FranklinGothicStd-ExtraCond';
	font-size: 2rem;
	text-transform: uppercase;
	margin: 0;
	line-height: 1;
	padding-top: 4px;
}

/* Fehler Anwender, korrigiert */
h1 strong {
	font-weight: normal;
}

b, strong {
	font-family: 'FranklinGothicStd-Bold';
	font-weight: normal;
}




img {
	opacity: 0.8;
	filter: grayscale(100%); /* Standard */
    -webkit-filter: grayscale(100%); /* Webkit */
    filter: url(/elements/grayscale.svg#desaturate); /* Firefox 4-34 */
    filter: gray;  /* IE6-9 */
    -webkit-filter: grayscale(1); /* Old WebKit */
    width: 70%;
    height: auto;
}

img:hover {
	opacity: 1;
	filter: grayscale(0%);
    filter: none;
    -webkit-filter: grayscale(0); /* Old WebKit */
}

/* Bilder mehrspaltig */


.gallery-columns-4 .gallery-item {
    width: 24% !important;
    margin-right: 1%;
}

.gallery-columns-2 .gallery-item {
    width: 49% !important;
    margin-right: 1%;
}

.gallery-columns-3 .gallery-item {
    width: 32% !important;
    margin-right: 1.5%;
}



.gallery-item img {
	border: none !important;
	width: 100%;
	height: auto;
}

.gastro img {
	opacity: 1;
	filter: grayscale(0%);
    filter: none;
    -webkit-filter: grayscale(0); /* Old WebKit */
}

.gastro img:hover {
	opacity: 0.8;
}

img.menschen {
	width: 50%;
	height: auto;
	opacity: 1;
	filter: grayscale(0%);
    filter: none;
    -webkit-filter: grayscale(0); /* Old WebKit */
}


.isotope .filters {
	list-style: none;
	text-align: left;
	padding: 0;
	margin: 0;

}

.isotope .filters li {
	display: inline-block;
	padding: 0 15px 0 0;
}

.isotope .filters a {
	text-decoration: none;
}

.isotope  .filters .current {
	text-decoration: underline;
}

.grid-sizer,
.grid-item { width: 22%; }

@media (max-width: 992px) { 
	.grid-sizer,
	.grid-item { width: 49%; 
}
}

@media (max-width: 576px) { 
.grid-sizer,
	.grid-item { width: 99%; 
}

 }


img.menschen:hover {
	opacity: 0.8;
}


aside {
	padding-bottom: 30px;
}

aside .card {
	border: 2px solid #000;
	margin-bottom: 10px;
	border-radius: 0;
	background-color: transparent;
}



aside .card .card-header {
	border-bottom: 2px solid #000;
}

aside .card .card-header.solo {
	border-bottom: none;
	background-color: transparent;
}

aside .card .card-header.solo.focus {
	border-bottom: none;
	background-color: #fff69b;
}

aside .card:hover, aside .card:focus {
	background-color: #fff69b;
}

aside .card .card-header h2 {
	line-height: 1;
	margin-bottom: 0;
}

aside .card-img-top {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom: 2px solid #000;
}

aside .sticky-top, aside .sticky-top-none {
	padding-top: 15px;
}

aside img:hover  {
	opacity: 1;
	filter: grayscale(100%);
    filter: none;
    -webkit-filter: grayscale(100); /* Old WebKit */
}



aside input.search-field {
	font-family: 'FranklinGothicStd-ExtraCond';
    font-size: 2rem;
    text-transform: uppercase;
    margin: 0;
    color: #000;
    width: 100%;
    border: none;
    margin-bottom: 0px;
    line-height: 0.9;
    background-color: transparent;
}

.focus {
    background-color: #fff69b;
}

input:focus {
    outline: none;
    background-color: #fff69b
}

label {
	margin: 0;
}


aside img {
	width: 100%;
	height: auto;
}

aside a, aside a:hover {
	text-decoration: none;
	color: #000;
}

aside .social {
	border: 1px solid #000;
	height: 25px !important;
	width: 25px;
	border-radius: 3px;
	padding: 2px;
}

aside a.event {
	color: #fff;
	background-color: #000;
	padding-top: 4px;
	padding-left: 2px;
	padding-right: 2px;
}
aside .social:hover {
	background-color: #fff69b;
}

aside b.top-eventa, aside p.top-event {
	background-color: #000;
	color: #fff;
	padding-top: 6px;
	display: block;
	padding-left: 2px;
	padding-right: 2px;

}

aside b.top-event a{
	background-color: #000;
	color: #fff;
	padding-top: 4px;
}

@media (min-width: 1800px) { 

aside .sticky-top {
	width: 75%;
	margin-left: auto;
}
}

article {
	margin-top: 60px;
	margin-bottom: 60px;
}

article p, main p {
	width: 60%;
}

main {
	padding-bottom: 15px;
	position: relative;
}

main a, main a:hover {
	text-decoration: underline;
	color: #000;
}



main .card {
	border: none;
	margin-bottom: 10px;
	border-radius: 0;
}

main .card-img {
	border-radius: 0;
}

main .card {
    filter: grayscale(100%); /* Standard */
    -webkit-filter: grayscale(100%); /* Webkit */
    filter: url(/elements/grayscale.svg#desaturate); /* Firefox 4-34 */
    filter: gray;  /* IE6-9 */
    -webkit-filter: grayscale(1); /* Old WebKit */
}

.isotope img {
	opacity: 1;
	filter: grayscale(0%);
    filter: none;
    -webkit-filter: grayscale(0); /* Old WebKit */
}

main .card:hover {
    filter: grayscale(0%);
    filter: none;
    -webkit-filter: grayscale(0); /* Old WebKit */
}

main .card-img-overlay .card-text {
	background-color: #fff;
	padding: 5px;
	padding-top: 10px;
	width: 100%;
}

.grid {
    margin-top: 1rem;
}


/* Events */

.em-calendar-wrapper table {
	width: 100%;
}

.em-calendar td {
	border: 1px solid #fff;
}



aside .card:hover .em-calendar td, body.yellow .em-calendar td {
	border: 1px solid #fff69b;
}

table.em-calendar td {
	padding-top: 6px !important;
}
td.eventful {
	background-color: #000;
}

table.em-calendar td.eventful a, table.em-calendar td.eventful-today a {
	color: #fff !important;
}

.event {
	margin-bottom: 60px;
}

td.month_name {
	text-align: center;
	font-weight: bold;
}


div.back {
	width: 31px;
	height: 32px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1300;
}



.cls-4 {
	fill: transparent !important;
}


.cls-5 {
	fill: transparent !important;
}

.cls-10:hover .cls-4, .cls-10.active .cls-4 {
	fill: #000 !important;
}

.cls-10:hover .cls-5, .cls-10.active .cls-5 {
	fill: #fff !important;
}

.modulliste h1 {
	display: inline-block;
	padding-top: 5px;
}

.modulliste a, .modulliste a:hover {
	text-decoration: none;
}

.modulliste a.active h1, .modulliste h1:hover {
	color: #fff;
	background-color: #000;

}

.fassade.sticky-top {
	top: 20px;
}

@media (max-width: 992px) { 

article p, main p {
	width: 100%;
}


.gallery-columns-4 .gallery-item {
      width: 49% !important;
    margin-right: 1%;
}

.gallery-columns-2 .gallery-item {
    width: 75% !important;
    margin-right: 1%;
}

.gallery-columns-3 .gallery-item {
      width: 49% !important;
    margin-right: 1%;
}

}


/*Newsletter */

.newsletter .form-control {
    border: 2px solid #000;
    border-radius: 0;
    font-size: 1.4rem;
    color: #000;
    padding-top: 0.8rem;
    font-size: 1.125rem;
    font-style: inherit;
}

.newsletter .form-control:focus {
    color: #000;
    background-color: #fff69b;
}

.newsletter option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}

.newsletter form p {
	width: 100%;
}

.newsletter .wpcf7-list-item {
	margin-left: 0;
}

.newsletter .btn {
	text-transform: uppercase;
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
    border-radius: 0;
    font-family: 'FranklinGothicStd-Bold';
    padding-top: 12px;
}

.newsletter .btn:hover {
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
}

div.wpcf7-response-output {
	margin: 0;
}