/*
Theme Name: Bellevue di Monaco
Theme URI: http://bellevuedimonaco.de
Author: Jonas Langreuter
Author URI: https://www.wemakewebsites.de
Description: WeMakeWebsites StarterTheme with Foundation 6.x
Version: 1.0.0
Text Domain: bellevuedimonaco
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

wmwde2016 is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
/* 	font-size: 0.75rem; */
	line-height: 15px;
	padding: 13px 20px 10px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

/*
.hentry {
	margin: 0 0 1.5em;
}
*/

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/* =Foundation Specials
-------------------------------------------------------------- */

button.menu-icon,
button.menu-icon:active{
	border: 0;
	background: #0a0a0a;
	box-shadow: none;
}

.off-canvas-wrapper {
	background: #0a0a0a;
}

#off-canvas-menu{
	list-style: none;
	margin-left: 0;
}


#off-canvas-menu li{
	border-bottom: 1px solid #444;
}

#off-canvas-menu a{
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	padding: 20px 0 20px 30px;
	display: block;
}

/* Bellvue di Monaco */

/* hide old termine */

/*
#menu-mainmenu li.menu-item-187,
#off-canvas-menu li.menu-item-187{
	display: none;
}
*/

/* general */

h1, h2, h3, h4, h5, h6{
	text-transform: uppercase;
}

a:visited, a:active, a:focus{
	color: #0a0a0a;
}

a:hover, a:active, a:visited, a:active, a:focus{
	text-decoration: underline !important;
}

#content{
	padding-top: 150px;
}

.pageheadline{
	padding-top: 30px;
	border-bottom: 1px solid #000;
}

article{
	padding-top: 30px;
	overflow: hidden;
}

.topline,
.topline a,
.tagline,
.tagline a{
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}

.tagline,
.tagline a{
	color: #87888a;
	line-height: 14px;
	display: inline-block;
}

.bottomline{
	border-bottom: 1px solid #000;
	display: block;
	clear: both;
/* 	padding-top: 30px; */
	min-height: 30px;
}

.linksbottomline{
	padding-left: 0 !important;
	position: absolute;
	left: auto;
	bottom: 0px;
}

.links{
	position: relative;
	padding-bottom: 30px;
}

/* borlabs */

#BorlabsCookieBox ._brlbs-bar-wrap._brlbs-position-fixed{
	bottom: 0;
}

body #BorlabsCookieBox ._brlbs-btn,
body #BorlabsCookieBox ._brlbs-refuse-btn a{
	font-size: 1em;
}

body #BorlabsCookieBox ._brlbs-btn:hover,
body #BorlabsCookieBox ._brlbs-btn:focus,
body #BorlabsCookieBox ._brlbs-btn:active,
body #BorlabsCookieBox ._brlbs-btn:visited{
	text-decoration: none !important;
}

/* header */

#masthead{
	width: 100%;
	max-width: 930px;
	height: 150px;
	position: fixed;
	z-index: 9999 !important;
	background: #fff;
	-webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}

#masthead.scrolled{
	height: 75px;
}

.social{
	position: absolute;
	top: 15px;
	right: 13px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#masthead.scrolled .social{
	top: 5px;
}

.social img{
	width: 20px;
}

.logo{
	display: block;
	width: 100%;
	max-width: 250px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#masthead.scrolled .logo{
	max-width: 120px;
}

#site-navigation{
	position: absolute;
	right: 0;
	bottom: 15px;
	width: auto;
	font-size: 15px;
	text-transform: uppercase;
}

#site-navigation a{
	text-align: center;
}

#site-navigation li.current-menu-item a,
#site-navigation li:hover a{
	font-weight: 600;
	text-decoration: none !important;
}

#site-navigation li.menu-item-17{
	width: 140px;
}

#site-navigation li.menu-item-193{
	width: 110px;
}

#site-navigation li.menu-item-187{
	width: 120px;
}

#site-navigation li.menu-item-19{
	width: 140px;
}

#site-navigation li.menu-item-20{
	width: 90px;
}

#site-navigation li.menu-item-52500{
	width: 112px;
}

#site-navigation li.menu-item-1253{
	width: 125px;
}

/* start */

.owl-carousel,
.headerbild{
	padding-bottom: 16px;
	border-bottom: 1px solid #000;
}

.owl-carousel div{
	position: relative;
}

.owl-carousel div .sliderinfo{
	position: absolute;
	right: 80px;
	bottom: 50px;
	padding: 15px;
}

.owl-carousel div .sliderinfo span{
	background: #fff;
	padding: 4px 10px;
	box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.owl-carousel div .sliderinfo.weiss{
	color: #fff;
}

.owl-carousel div .sliderinfo.weiss span{
	background: #000;
}

.owl-carousel .owl-nav{
	position: absolute;
	top: 50%;
	margin-top: -30px;
	width: 100%;
}

#primary .owl-carousel .owl-nav .owl-prev,
#primary .owl-carousel .owl-nav .owl-next{
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	padding: 0 6px 2px 2px !important;
	font-size: 20px;
	line-height: 26px;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}

#primary .owl-carousel .owl-nav .owl-next{
	right: 0;
	left: auto;
	padding: 0 2px 2px 6px !important;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}

/* beitraege */

body.single .videoheader{
	padding-bottom: 16px;
	border-bottom: 1px solid #000;
}

.entry-title a{
	text-decoration: none;
}

.videocolumn{
	position: relative;
}

.teaservideo_overlay{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wp-pagenavi{
	padding: 15px 0 30px;
}

.wp-pagenavi a,
.wp-pagenavi span{
	border: none;
}

/* footer */

#colophon{
	height: 60px;
	font-size: 10px;
	color: #87888a;
	padding-top: 5px;
}

#colophon .impressum{
	color: #87888a;
	text-decoration: none;
	text-align: right;
	display: block;
}

/* wp video */

.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
    width: 100% !important;
    height: 100% !important;
}
.mejs-container {
    padding-top: 56.25%;
}
.wp-video, video.wp-video-shortcode {
    max-width: 100% !important;
}
video.wp-video-shortcode {
    position: relative;
}
.mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mejs-controls {
    display: none;
}
.mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}

/* mediathek page */

.row.mediathekelement{
	padding-bottom: 20px;
	border-bottom: 1px solid #cacaca;
	margin-bottom: 30px;
}

.row.mediathekelement:last-of-type{
	border-bottom: none;
	margin-bottom: 0;
}

@media screen and (max-width: 639px) {
	
	.row.mediathekelement img{
		margin-bottom: 20px;
	}
		
}

/* error404 */

section.error-404{
	min-height: 420px;
	padding-top: 60px;
}

/* Veranstaltungen Events Calendar */

body.post-type-archive-tribe_events #simple-translate,
body.tribe_events-template-default #simple-translate{
	display: none;
}

.events-list .tribe-events-loop,
.single-tribe_organizer .tribe-events-loop,
.single-tribe_venue .tribe-events-loop,
.tribe-events-day .tribe-events-loop{
	max-width: 100%;
}

#tribe-bar-form{
	display: none;
}

.ansichtumschalter a{
	display: block;
	background: #f3f3f3;
	padding: 5px 15px 7px;
	text-align: right;
	text-decoration: none;
}

/*
body.post-type-archive-tribe_events .tagrow .medium-6{
	border-top: 1px solid #000;
}
*/

.single-tribe_events .tribe-events-cal-links,
#tribe-events a.tribe-events-ical.tribe-events-button,
.single-tribe_events .tribe-events-schedule .tribe-events-cost,
.tribe-events-list .tribe-events-loop .tribe-events-event-meta .recurringinfo,
.single-tribe_events .tribe-events-schedule .recurringinfo,
.highlightlist .recurringinfo
#tribe-events-footer{
	display: none;
}

#tribe-events-content a.tribe-events-read-more{
	display: inline-block;
	margin-bottom: 20px;
	text-decoration: underline;
}

.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
    background-color: #000;
}

.tribe-events-tooltip .tribe-event-description{
	margin-bottom: 10px;
}

.datepicker table tr td span{
	height: 34px;
	line-height: 34px;
}

.tribe-events-list .tribe-events-loop .tribe-event-featured{
	background: #fff;
	padding: 0;
}

.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title a,
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-meta,
.tribe-events-list .tribe-events-loop .tribe-event-featured a,
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-content{
	color: inherit;
/* 	margin-left: 10px; */
}

#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured{
	background: #333;
}

.tribe-events-title-bar .tribe-events-page-title,
.tribe-bar-filters .tribe-bar-search-filter,
.tribe-bar-filters .tribe-bar-submit,
body.events-list .tribe-bar-date-filter,
#tribe-events-footer .custom-current-month{
	display: none;
}

.tribe-events-calendar .tribe-events-tooltip{
	display: none !important;
}

body .datepicker.datepicker-orient-left{
	z-index: 99999 !important;
}

.va_info,
body.single-tribe_events .tribe-events-single{
	margin-top: 52px;
}

.va_info h1,
h2.highlights{
	border-bottom: 1px solid #000;
}

h2.highlights{
	margin-bottom: 30px;
}

#tribe-events-header .custom-current-month{
	font-weight: 700;
	text-align: center;
}

#tribe-events-header .tribe-events-nav-previous a,
#tribe-events-header .tribe-events-nav-next a{
	font-weight: 400;
}

.highlightlist .bottomline{
	margin-bottom: 30px;
}

.highlightlist .tribe-events-list-event-title a{
	text-decoration: none;
}

.highlightlist .tribe-events-list-event-title a:hover{
	text-decoration: underline;
}

.events-list #tribe-events-footer,
.single-tribe_events #tribe-events-footer,
.tribe-events-day #tribe-events-footer,
.tribe-events-map #tribe-events-footer,
.tribe-events-photo #tribe-events-footer{
	border-top: none;
}

#tribe-events-footer::after,
#tribe-events-footer::before,
#tribe-events-header::after, 
#tribe-events-header::before{
	display: none;
}

#tribe-bar-collapse-toggle{
	font-size: 12px;
	font-weight: 400;
}

/*  */

/*
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title{
	padding-left: 10px;
}
*/

.tribe-events-list .tribe-events-loop .tribe-event-featured h2.tribe-events-list-event-title a{
/* 	text-transform: uppercase; */
	margin-left: 0;
}

.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-event-schedule-details{
/* 	text-transform: uppercase; */
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
/* 	margin-top: 9px; */
}















/* events calendar neu */

#page .tribe-events-single-event-title,
#page .tribe-events-schedule h2,
#page .tribe-events-content{
	font-family: Verdana, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

#page .tribe-events.tribe-common .tribe-events-c-subscribe-dropdown,
#page .tribe-events-calendar-series-archive__container{
	display: none;
}

#page .tribe-common .tribe-common-l-container{
	max-width: 1012px;
	padding-top: 40px;
}

#page .tribe-events-calendar-month h3{
	text-transform: none;
}

#page .tribe-common--breakpoint-medium.tribe-common .tribe-common-h3{
	font-size: 18px;
	padding: 3px 8px;
}

#page .tribe-common .tribe-common-anchor-thin,
#page .tribe-common .tribe-common-anchor-thin:hover{
	border-bottom: none;
}

#page .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details{
	width: 100%;
}

#page .tribe-events .tribe-events-calendar-list__event-details img{
	margin-top: 5px;
	margin-bottom: 15px;
}

#page .tribe-common div.columns{
	padding-left: 15px;
	padding-right: 15px;
}

/* shortlist */

.ev_shortlist h3{
	margin-bottom: 30px;
}

.ev_shortlist .tribe-events-widget-events-list__view-more,
/* .ev_shortlist .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-description, */
.ev_shortlist .tribe-events .tribe-events-header,
.ev_shortlist .tribe-events-calendar-list-nav{
	display: none !important;
}

.ev_shortlist .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container{
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 30px;
}

/* weekly view */

#page .tribe-events-pro .tribe-events-pro-week-grid__events-row-wrapper{
	height: auto;
}

#page .tribe-events-pro-week-grid__header-row .tribe-events-pro-week-grid__header-column:nth-child(2){
	border-left: none;
}

#page .tribe-events-pro .tribe-events-pro-week-grid__header-row,
#page .tribe-events-pro .tribe-events-pro-week-grid__events-scroll-wrapper{
	border-right: none;
}

#page .tribe-events-pro .tribe-events-pro-week-grid__events-row-outer-wrapper{
	border-bottom: none;
}

#page .tribe-events-pro-week-grid__events-row-header time{
	display: none;
}

#page .tribe-events-pro .tribe-events-pro-week-grid__event{
	position: relative;
	width: 100% !important;
	top: auto;
	height: inherit !important;
	display: block;
}

#page .tribe-events-pro .tribe-events-pro-week-grid__event-link,
#page .tribe-events-pro .tribe-events-pro-week-grid__event h3{
	height: auto;
	display: block;
	position: relative;
}

#page .tribe-events-pro .tribe-events-pro-week-grid__event h3{
	text-transform: none;
}

#page .tribe-events-pro .tribe-events-pro-week-grid__event-link:hover{
	text-decoration: none !important;
}

#page .tribe-events-pro .tribe-events-pro-week-grid__event--h-1 .tribe-events-pro-week-grid__event-title{
	white-space: normal;
}






#page .tribe-events-pro [class*="tribe-events-pro-week-grid__event--h-0"] .tribe-events-pro-week-grid__event-datetime{
	width: auto;
	height: auto;
	position: relative;
}

#page .tribe-events-pro [class*="tribe-events-pro-week-grid__event--h-0"] .tribe-events-pro-week-grid__event-title{
	white-space: normal;
}

#page .tribe-events-pro [class*="tribe-events-pro-week-grid__event--h-0"] .tribe-events-pro-week-grid__event-title-featured-icon{
	display: none;
}

#page .tribe-events-pro .tribe-events-pro-week-grid__events-day,
#page .tribe-events-pro .tribe-events-pro-week-grid__multiday-events-day,
#page .tribe-events-pro .tribe-events-pro-week-grid__header-column--border-bottom{
	border: none;
}

/* single */

#page #tribe-events-pg-template{
	padding-top: 0;
}

#page .tribe-events-single-event-title{
	font-size: 24px;
}

#page .tribe-events-schedule h2{
	font-weight: bold;
}

#page .tribe-events-content,
#page .tribe-events-content p{
	font-size: 14px;
}

#page abbr,
#page abbr[title]{
	border-bottom: none !important;
  cursor: inherit !important;
  text-decoration: none !important;
}

#page .tribe-events-meta-group a{
	color: #141827;
	text-decoration: none;
}

#page .tribe-events-meta-group a:hover{
	color: #141827;
	text-decoration: underline;
}

#page .tribe-events-event-meta::before{
	border-top: none;
}

#page .tribe-events-single-section.tribe-events-event-meta{
	padding-left: 20px;
	padding-right: 20px;
	background-color: #f7f7f7;
	margin-top: 30px;
}
























/* veranstaltungen Sugar */

.topline .sc_event_time{
	display: none;
}

#sc_calendar_wrap{
	padding-top: 20px;
	border-bottom: 1px solid #000;
}

#sc_event_select select{
	max-width: 140px;
}

#sc_event_select,
#sc_event_select #sc_category{
	display:none;
}

#sc_event_nav_prev,
#sc_event_nav_next{
	width: 90px;
	float: left;
}

#sc_event_nav_wrap{
	padding-bottom: 20px;
	overflow: hidden;
}

td.calendar-day.today .day-number{
	font-weight: bold;
}

/* ajax load more */

#ajax-load-more{
	margin-left: -1%;
	width: 102%;
}

.ajax-load-more-wrap ul.alm-listing li.grid-item{
   width: 31.3333333%;
   margin: 0 1% 3%;
   float: left;
   display: inline;
   border-bottom: 1px solid #000;
}

.ajax-load-more-wrap ul.alm-listing li.grid-item img{
	-moz-transition: opacity 300ms ease-out 0s;
	-webkit-transition: opacity 300ms ease-out 0s;
	-o-transition: opacity 300ms ease-out 0s;
	transition: opacity 300ms ease-out 0s;
}

.ajax-load-more-wrap ul.alm-listing li.grid-item:hover img{
	opacity: 0.7;
}

.ajax-load-more-wrap h2{
	margin-top: 6px;
	font-weight: normal;
}

.ajax-load-more-wrap h2 a,
.ajax-load-more-wrap h2 a:hover{
	text-decoration: none !important;
}

@media screen and (max-width: 800px){
	
	#ajax-load-more{
		margin-left: -1.5%;
		width: 103%;
	}
    
    .ajax-load-more-wrap ul.alm-listing li.grid-item{
      width: 47%;
      margin: 0 1.5% 3%;  
   }
}

@media screen and (max-width: 480px){
    
    #ajax-load-more{
		margin-left: 0;
		width: 100%;
	}
    
    .ajax-load-more-wrap ul.alm-listing li.grid-item{
      width: 100%;
      margin: 0 0 20px;  
   }
}

/* cafe newsletter */

#main .tnp-subscription{
	max-width: 500px;
	margin: 40px 0;
}

#main .tnp-subscription input[type="email"]{
	height: auto;
}

#main .tnp-subscription .tnp-privacy-field a{
	font-weight: normal;
	font-size: 11px;
}

#main .tnp-subscription input.tnp-submit{
	background: #000;
	font-weight: bold;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* wpDiscuz */

#wpdcom .wpd-form-row .wpd-form-col-left .wpdiscuz-item.wc_email-wrapper{
	display: none;
}

#wpdcom.wpdiscuz_unauth .wc-field-submit{
	padding-top: 0;
}

#wpdcom.wpdiscuz_unauth .wc-field-submit .wpd-prim-button{
	padding: 8px 20px 4px;
}

#wpdcom .wpd-blog-guest .wpd-comment-author,
#wpdcom .wpd-blog-guest .wpd-comment-author a,
#wpdcom .wpd-comment .wpd-reply-to a,
#wpdcom .wpd-blog-administrator .wpd-comment-author,
#wpdcom .wpd-blog-administrator .wpd-comment-author a{
	color: #000;
}

#wpdcom .wpd-blog-administrator .wpd-comment-label{
	background-color: #000;
}

#wpdcom.wpd-layout-1 .wpd-comment .wpd-blog-administrator .wpd-avatar img{
	border-color: #000;
}

/* media queries */

@media screen and (max-width: 640px) {
	
	.owl-carousel div .sliderinfo{
		bottom: 0;
		padding: 10px;
		right: auto;
		left: 0;
	}
	
	.owl-carousel div .sliderinfo h3{
		font-size: 12px;
	}
	
	.owl-carousel div .sliderinfo span{
		display: none;
	}
	
	.owl-carousel div .sliderinfo h3 span{
		display: block;
	}
	
	.tagrow{
		padding-top: 10px;
	}
		
}

@media screen and (max-width: 700px) {
	
	#sc_calendar_wrap{
		display: none;
	}
	
}

@media screen and (max-width: 1024px) {
	
	#masthead{
		position: relative;
	}
	
	.logo{
		margin: 0 auto;
	}
	
	#masthead.scrolled{
		height: 150px;
	}
	
	#masthead.scrolled .social{
		top: 15px;
	}
	
	#masthead.scrolled .logo{
		max-width: 250px;
	}
	
	#content{
		padding-top: 0;
	}

}


