/* @override http://www.waldsee-freiburg.de/wp-content/themes/medianotions/style.css */

/*

Theme Name:		Medianotions Kunden-Theme
Theme URI: 		http://www.medianotions.de
Author: 		Medianotions – Studio für Webdesign
Author URI:		http://www.medianotions.de
Description:	Individuelles WordPress-Theme für Medianotions-Kunden
Version:		1.0

*/

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400,600);

/* @group Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section
{
	margin: 0;
	padding: 0;
	
	vertical-align: baseline;
	
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-style: inherit;
	font-weight: inherit;
	
	outline: 0 !important;
	border: 0;
}

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

:focus
{
	outline: 0;
}

ol, ul 
{
	list-style: none;
	list-style-image: none;
}

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

img
{
	-ms-interpolation-mode: bicubic;
}

a img
{
	border: 0;
}

textarea
{
	overflow: auto;
	vertical-align: top;
}

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

/* @end */

/* @group Inhaltsbereiche */

/* @group Absatzformate */

.content h1
{
	margin-top: 40px;
	margin-bottom: 20px;
	
	font-size: 35px;
	font-weight: lighter;
	line-height: 120%;
	
	color: #575756;
}

.content h1.no_margin
{
	margin-bottom: 0;
}

.content h1:first-child
{
	margin-top: 0;
}

.content h1 *
{
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
}

.content h2
{
	margin-top: 20px;
	margin-bottom: 4px;
	
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	
	color: #575756;
}

.content h2 *
{
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	
	text-decoration: none;
}

.content h2 a:hover
{
	text-decoration: underline;
}

.content h3
{
	font-weight: bold;
	
	color: #575756;
}

.content p,
.content address
{
	margin-bottom: 12px;
}

.content p.introtext
{
	margin-bottom: 20px;
	font-size: 16px;
}

.content blockquote
{
	font-style: italic;
	margin-bottom: 12px;
}

/* @end */

/* @group Zeichenformate */

.content sup
{
	vertical-align: super;
	font-size: 10px;
	line-height: 0;
	
	padding-left: 2px;
}

.content small,
.content .small
{
	font-size: 10px;
}

.content big,
.content .big
{
	font-size: 16px;
}

.content em, 
.content i,
.content .italic
{
	font-style: italic;
}

.content strong,
.content .strong,
.content b
{
	font-weight: bold;
}

.content .center
{
	text-align: center;
}



/* @end */

/* @group Überschrift als Bild */

.content h1.image
{
	margin-top: 10px;
}

.content h1.image img
{
	max-width: 100%;
	height: auto;
}

/* @end */

/* @group Links */

.content a
{
	color: #e30613;
	text-decoration: none;
}

.content a[href*="http://"]:before,
.content a[href*="https://"]:before
{
	content: "\F054";
	
	display: inline-block;
	margin-right: 5px;
	
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 70%;
	line-height: 12px;
	
	color: #e30613;
	text-decoration: none;
}

.content a[target="_blank"]:before
{
	content: "\F08E";
	
	margin-left: 3px;
	margin-right: 5px;
	
	font-size: 80%;
	line-height: 12px;
}

.content a[href*="mailto"]:before
{
	content: "\F003";
	
	margin-right: 5px;
	
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 90%;
	line-height: 12px;
}

.content a.plain:before,
.content .gallery a:before
{
	display: none !important;
}

.content a:hover
{
	text-decoration: underline;
}


/* @end */

/* @group Listen */

/* @group Unordered */

.content ul
{
	margin-top: 6px;
	margin-bottom: 20px;
	
	list-style-type: disc;
	
	color: #e30613;
}

.content ul li
{
	margin-bottom: 4px;
	margin-left: 20px;
}

.content ul li .wrapper
{
	color: #575756;
}

.content ul li ul
{
	margin-bottom: 8px;
	list-style-type: circle;
}



/* @end */

/* @group Ordered */

.content ol 
{	
	margin: 6px 0 20px 30px;
	list-style-type: decimal;
}

.content ol li
{
	margin-bottom: 4px;
}

/* @end */

/* @group Download */

.content ul.download
{
	list-style-type: none;
}

.content ul.download li
{
	padding-left: 0;
}

.content ul.download li a i
{
	position: relative;
	top: 2px;
	
	font-size: 120%;
	text-decoration: none;
}



/* @end */

/* @group Definition */

.content dl
{
	margin-top: 12px;
	margin-bottom: 20px;
}

.content dl dt
{
	font-weight: bold;
}

.content dl dd
{
	margin-bottom: 6px;
	padding-left: 12px;
}

/* @end */

/* @group Definition horizontal */

dl.horizontal
{
	overflow: hidden;
}

dl.horizontal dt
{
	float: left;
	width: 40%;
	margin-top: 0;	
	margin-bottom: 6px;
	
	overflow: hidden;
	clear: left;

	text-overflow: ellipsis;
	white-space: nowrap;
}

dl.horizontal dd
{
	margin-left: 40%;
	margin-bottom: 6px;
}

/* @end */



/* @end */

/* @group Buttons */

.content button,
.content .button
{
	display: inline-block;
	padding: 4px 12px;
	margin: 0 10px 10px 0;
	
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;

	vertical-align: middle;
	cursor: pointer;
	
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	
	background-color: #b31115;
	
	border: none;
	
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.content button:hover,
.content .button:hover
{
	text-decoration: none;
}

/* @end */

/* @group Tabellen */

.content table
{
	width: 100%;
	margin-bottom: 20px;
	border-spacing: 0;
}

.IE7 .content table
{
	border-collapse: collapse;
}

.content table tr th
{
	font-weight: bold;
}

.content table tr th,
.content table tr td
{
	vertical-align: top;
	text-align: left;
	padding: 2px 4px 2px 4px;
}

.content table tr .align_right
{
	text-align: right;
}

/* @end */

/* @group Formulare */

form input[type=text],
form textarea
{
	opacity: 0.8;
	
	border: none;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3x;
	
	box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.6);
}

form input[type=text]:focus,
form input[type=text]:hover,
textarea:focus,
textarea:hover
{
	opacity: 1;
}

form input[type=submit],
form input[type=button]
{
	padding: 4px 10px;
	cursor: pointer;
	opacity: 0.8;
	
	color: white;
	background: #575756;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
}

form input[type=submit]:hover,
form input[type=button]:hover
{
	opacity: 1;
}

#ui-datepicker-div .ui-datepicker-title
{
	height: 30px;
}

#ui-datepicker-div .ui-datepicker-title select
{
	margin-top: 5px;
}

#gforms_confirmation_message
{
	margin-top: 20px;
	padding: 20px;
	
	font-size: 20px;
	line-height: 120%;
	
	color: white;
	background: #41ae28;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* @end */

/* @group Trenner */

.content hr
{
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #c6c6c6;
}

/* @end */



/* @end */

/* @group Seite */

html
{
	overflow-y: scroll;
}

body
{
	border-top: 5px solid #b31115;
	border-top: 5px solid rgba(227, 6, 19, 0.9);
	
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
	
	background-color: #555555;
	background-image: -moz-radial-gradient(top center, circle cover, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%);
	background-image: -webkit-radial-gradient(top center, circle cover, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%);
	background-image: -o-radial-gradient(top center, circle cover, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%);
	background-image: -ms-radial-gradient(top center, circle cover, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%);
	background-image: radial-gradient(top center, circle cover, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.container
{
	position: relative;
	max-width: 1200px;
	
	margin: 0 auto;
	padding: 0 20px;
	
	color: #575756;
	background: white;
}

.container:after /* Clear Floats */
{
	content: "";
	clear: both;
    display: table;
    zoom: 1;
}

a
{
	color: #575756;
	cursor: pointer;
}

.red_box
{
	box-shadow: 2px 2px 3px rgba(1,1,1,.3);
	-moz-box-shadow: 2px 2px 3px rgba(1,1,1,.3);
	-webkit-box-shadow: 2px 2px 3px rgba(1,1,1,.3);
		
	background-image: -webkit-gradient(linear, 0 0, 0 575, from(rgba(227, 6, 19, 0.9)), color-stop(0.786, rgba(163, 24, 27, 0.9)), color-stop(0.805, rgba(163, 24, 27, 0.9)), color-stop(0.805, rgba(162, 26, 27, 0.9)), color-stop(0.932, rgba(153, 28, 28, 0.9)), to(rgba(151, 29, 28, 0.9)));
	background-image: -webkit-linear-gradient(rgba(227, 6, 19, 0.9), rgba(163, 24, 27, 0.9) 78.6%, rgba(163, 24, 27, 0.9) 80.5%, rgba(162, 26, 27, 0.9) 80.5%, rgba(153, 28, 28, 0.9) 93.2%, rgba(151, 29, 28, 0.9));
	background-image: -moz-linear-gradient(rgba(227, 6, 19, 216), rgba(163, 24, 27, 0.9) 78.6%, rgba(163, 24, 27, 0.9) 80.5%, rgba(162, 26, 27, 0.9) 80.5%, rgba(153, 28, 28, 0.9) 93.2%, rgba(151, 29, 28, 0.9));
	background-image: -o-linear-gradient(rgba(227, 6, 19, 0.9), rgba(163, 24, 27, 0.9) 78.6%, rgba(163, 24, 27, 0.9) 80.5%, rgba(162, 26, 27, 0.9) 80.5%, rgba(153, 28, 28, 0.9) 93.2%, rgba(151, 29, 28, 0.9));
	background-image: linear-gradient(rgba(227, 6, 19, 216), rgba(163, 24, 27, 0.9) 78.6%, rgba(163, 24, 27, 0.9) 80.5%, rgba(162, 26, 27, 0.9) 80.5%, rgba(153, 28, 28, 0.9) 93.2%, rgba(151, 29, 28, 0.9));
}

.ie_8 .red_box,
.ie_9 .red_box
{
	background: rgba(179, 17, 21, 0.9);
}

.white_box
{
	-moz-box-shadow: 2px 2px 3px rgba(1,1,1,.3);
	-webkit-box-shadow: 2px 2px 3px rgba(1,1,1,.3);
	box-shadow: 2px 2px 3px rgba(1,1,1,.3);
	
	background: rgba(255, 255, 255, 0.95);
}

/* @end */

/* @group Hauptbereich */

#main
{
	overflow: hidden;
}

#main .container
{
	background: transparent;
}

/* @group Header & Navigation */

#page_header
{
	float: left;
	overflow: hidden;
	width: 240px;
}

.tpl_landingpage #page_header
{
	height: 258px;
}

/* @group Logo */

#head_logo
{
	display: block;
	height: 40px;
	margin: 30px 0;
	
	text-align: center;
}

/* @end */

#nav_trigger
{
	display: none;
}

#nav_wrapper
{
	
}

/* @group Navigation  */

#main_nav
{
	
}

/* @group Ebene 1 */

#main_nav ul
{
	margin-bottom: 10px;
}

#main_nav ul li
{
	
}

#main_nav ul li a
{
	display: block;
	padding: 4px 20px;
	
	font-size: 25px;
	line-height: 130%;
	font-weight: lighter;
	text-decoration: none;
	
	color: white;
}

#main_nav ul li a:hover,
#main_nav ul li.current-menu-item a,
#main_nav ul li.current-menu-ancestor a
{
	font-weight: 600;
}



/* @end */

/* @group Ebene 2 */

#main_nav ul li ul
{
	display: none;
}

#main_nav ul li.current-menu-item ul,
#main_nav ul li.current-page-parent ul
{
	display: block;
}

#main_nav ul li ul li
{
	
}

#main_nav ul li.current-menu-item ul li a,
#main_nav ul li.current-menu-ancestor ul li a
{
	padding: 4px 20px 4px 20px;
	
	font-size: 18px;
	font-weight: 200;
}

#main_nav ul li ul li a:hover,
#main_nav ul li ul li.current-menu-item a
{
	font-weight: 600;
}

/* @end */

/* @end */

/* @group Meta-Navigation  */

#meta_navigation
{
	padding-top: 40px;
}

.tpl_landingpage #meta_navigation
{
	padding-top: 120px;
}

#meta_navigation ul
{
	margin-bottom: 10px;
}

.tpl_landingpage #meta_navigation ul li
{
	display: none;
}

.tpl_landingpage #meta_navigation ul li#menu-item-135
{
	display: block;
}

#meta_navigation ul li
{
	
}

#meta_navigation ul li a
{
	display: block;
	padding: 2px 20px;
	
	font-size: 16px;
	font-weight: lighter;
	text-decoration: none;
	
	color: white;
}

#meta_navigation ul li a:hover,
#meta_navigation ul li.current-menu-item a,
#meta_navigation ul li.current-menu-parent a
{
	font-weight: bolder;
}

/* @end */

/* @end */

/* @group Inhalt */

#page_content
{
	float: left;

	
	width: 47%;
	min-height: 400px;
	margin: 270px 0 40px 10px;
}

#page_content .inner
{
	position: relative;
	clear: both;
	
	margin-bottom: 10px;
	padding: 12px 20px 20px 20px;
}

/* @group Bilder */

#page_content img.alignright,
#page_content .wp-caption.alignright
{
	float: right;
	margin: 0 0 12px 20px;
}

#page_content img.alignleft,
#page_content .wp-caption.alignleft
{
	float: left;
	margin: 0 20px 12px 0;
}

#page_content .wp-caption-text,
#page_content .wp-caption-text *
{
	margin-top: 2px;
	font-style: italic;
	line-height: 120%;
}

/* @end */

/* @group Galerien */

#page_content .gallery
{
	width: 103.5%;
	margin: 20px 0 0 0;
}

#page_content .gallery:last-child
{
	margin-bottom: -10px !important;
}

#page_content .gallery dl
{
	float: left;
	margin: 0 0 15px 0;
}

#page_content .gallery.gallery-columns-2 dl
{
	width: 50%;
}

#page_content .gallery.gallery-columns-3 dl
{
	width: 33.3%;
}

#page_content .gallery.gallery-columns-4 dl
{
	width: 25%;
}

#page_content .gallery.gallery-columns-5 dl
{
	width: 20%;
}

#page_content .gallery.gallery-columns-6 dl
{
	width: 16.6%;
}

#page_content .gallery dl dt
{
	width: 90%;
}

#page_content .gallery dl dt a
{
	display: block;
}

#page_content .gallery dl dt a img

{
	display: block;
}

#page_content .gallery dl dt a:hover
{
	opacity: 0.8;
}

#page_content .gallery dl dt a img
{
	width: 100%;
	height: auto;
}

#page_content .gallery dl dd
{
	width: 90%;
	
	padding: 0;
	font-size: 12px;
}

/* @group Lightbox Plus ColorBox */

#cboxCurrent
{
	display: none !important;	
}

#cboxTitle
{
	margin-top: 8px;
	padding: 0;
}

/* @end */

/* @end */

/* @group Tabelle Speisekarten */

#page_content table.speisekarte
{
	border-top: 2px solid #b31115;
	margin: 12px 0 0 0;
}

#page_content table.speisekarte td
{
	padding: 10px 0;
}

#page_content table.speisekarte td.column-1
{
	width: 90%;
}

#page_content table.speisekarte td.column-2
{
	width: 10%;
	
	text-align: right;
	white-space: nowrap;
}

/* @group Dreispaltig 5-85-10 */

#page_content table.speisekarte.dreispaltig_5_85_10 td.column-1
{
	width: 5%;
	padding-right: 2%;
	text-align: right;
}

#page_content table.speisekarte.dreispaltig_5_85_10 td.column-2
{
	width: 85%;
	
	text-align: left;
	white-space: normal;
}

#page_content table.speisekarte.dreispaltig_5_85_10 td.column-3
{
	width: 10%;
	
	text-align: right;
	white-space: nowrap;
}



/* @end */

/* @group Dreispaltig 85-5-10 */

#page_content table.speisekarte.dreispaltig_60_30_10 td.column-1
{
	width: 60%;
}

#page_content table.speisekarte.dreispaltig_60_30_10 td.column-2
{
	width: 30%;
}

#page_content table.speisekarte.dreispaltig_60_30_10 td.column-3
{
	width: 10%;
	
	text-align: right;
	white-space: nowrap;
}

/* @end */

/* @end */

/* @group Flexible Boxen */

#page_content .fbox
{
	
}

#page_content .fbox :last-child
{
	margin-bottom: 0;
}

#page_content .fbox.no_headline
{
	padding-bottom: 12px;
}

#page_content .fbox h1.box_headline
{
	margin-top: 0;
}

#page_content .fbox h2.box_headline
{
	margin-top: 6px;
}

#page_content .fbox h2.box_headline.center
{
	margin-bottom: 30px;
}

/* @group Halbe Boxen */

#page_content .fbox.half_width
{
	width: 40%;
	float: left;
	clear: none;

	margin-right: 10px;
}

#page_content .fbox.half_width.right
{
	margin-right: 0;
}



/* @end */

/* @group Klapp-Boxen */

#page_content .fbox.hidden .slide_box
{
	display: none;
}

/* @group Schalter */

#page_content .fbox .slide_switch
{
	position: absolute;
	right: 10px;
	top: 10px;
	
	width: 20px;
	height: 20px;
	
	color: white;
	cursor: pointer;
	
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	line-height: 18px;
	
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#page_content .fbox.visible .slide_switch
{
	line-height: 15px;
}

/* @end */



/* @end */

/* @end */

/* @group Veranstaltungen */

#page_content .tribe-events-list
{
	position: relative;
}

#page_content .tribe-events-list hr:last-child
{
	display: none;
}

#page_content .events-list-entry
{
	margin-left: 15%;
	padding-left: 3%;
	
	border-left: 1px solid #c6c6c6;
}

/* @group Datum und Kategorie */

#page_content .events-list-entry .event-meta
{
	position: absolute;
	left: 0;
	margin-top: 4px;
	
	border-top: none;
}

#page_content .events-list-entry.event-meta .date
{
	display: block;
}

#page_content .events-list-entry .event-meta .time
{
	display: block;
}

#page_content .events-list-entry .event-meta h3.category
{
	height: 50px;
	
	text-indent: -1000em;
	
	background-repeat: no-repeat;
	background-position: center;
}

#page_content .events-list-entry .event-meta h3.category.party
{
	background-image: url(images/icon_party.png);
}

#page_content .events-list-entry .event-meta h3.category.konzert
{
	background-image: url(images/icon_konzert.png);
}


/* @end */

/* @group Zusammenfassung */

#page_content .events-list-entry .entry-summary
{
	min-height: 100px;
	margin-bottom: 20px;
}

#page_content .events-list-entry .entry-summary h2
{
	margin-top: 0;
}

#page_content .events-list-entry .entry-summary .tribe-events-event-einlass
{
	margin-top: -12px;
}

/* @group Links */

#page_content .events-list-entry .entry-summary .links
{
	overflow: hidden;
}

#page_content .events-list-entry .entry-summary .links a
{
	float: left;
	margin-right: 20px;
}

#page_content .events-list-entry .entry-summary .links a.event-website-link
{
	
}

#page_content .events-list-entry .entry-summary .links a.event-content-trigger.text .show
{
	display: inline;
}

#page_content .events-list-entry .entry-summary .links a.event-content-trigger.text .show:before
{
	content: "\F078";
	
	position: relative;
	top: -1px;
	
	display: inline-block;
	margin-left: 0;
	margin-right: 5px;
	
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 70%;
	line-height: 12px;
	
	color: #e30613;
	text-decoration: none;
}

#page_content .events-list-entry.open .entry-summary .links a.event-content-trigger.text .show
{
	display: none;
}

#page_content .events-list-entry .entry-summary .links a.event-content-trigger.text .hide
{
	display: none;
}

#page_content .events-list-entry .entry-summary .links a.event-content-trigger.text .hide:before
{
	content: "\F077";
	
	position: relative;
	top: -1px;
	
	display: inline-block;
	margin-left: 0;
	margin-right: 5px;
	
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 70%;
	line-height: 12px;
	
	color: #e30613;
	text-decoration: none;
}

#page_content .events-list-entry.open .entry-summary .links a.event-content-trigger.text .hide
{
	display: inline;
}



/* @end */



/* @end */

/* @group Inhalt */

#page_content .events-list-entry .entry-content
{
	display: none;
}

#page_content .events-list-entry .entry-content .wp-post-image
{
	display: block;
	
	width: 100%;
	height: auto;
	
	margin-bottom: 20px;
}

#page_content .events-list-entry .entry-content .wp-post-image.hoch
{
	float: left;
	
	width: 50%;
	height: auto;
	
	margin: 4px 15px 10px 0;
}

/* @end */

/* @end */

/* @group Mappress */

#page_content .mapp-layout
{
	margin: 0;
}

/* @end */

/* @group Reservierungsformular */

#gform_1
{
	
}

#gform_1 #field_1_2:after /* Datum */
{
	content: 'TT.MM:JJJJ';
	
	display: block;
	margin-top: 3px;
	
	color: #575756;
	font-size: 12px;
}

#gform_1 .datepicker
{
	width: 97% !important;
}

/* @end */

/* @group Videos */

#page_content iframe
{
	max-width: 100%;
}

/* @end */



/* @end */

/* @group Sidebar */

#page_sidebar
{
	float: right;
	width: 240px;
	
	margin-top: 270px;
	padding-bottom: 40px;
}

#page_sidebar aside
{
	overflow: hidden;
	width: 200px;
	min-height: 218px;

	margin-bottom: 10px;	
	padding: 12px 20px 20px 20px;
	
	transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
}

/* @group Absatzformate */

#page_sidebar aside h2
{
	margin-top: 0;
	margin-bottom: 12px;
	
	font-size: 35px;
	font-weight: 200;
	line-height: 100%;
}

#page_sidebar aside.red_box h2
{
	color: white;
}

#page_sidebar aside a.close
{
	position: absolute;
	right: -7px;
	top: -8px;
	
	color: white;
	font-size: 20px;
}

#page_sidebar aside a.close:hover
{
	text-decoration: none;
}

#page_sidebar aside a.close i
{
	font-style: normal;
}

/* @end */

/* @group Teaser-Bilder */

#page_sidebar aside a.img_full
{
	display: block;
	width: 100%;
}

#page_sidebar aside a.img_full img
{
	display: block;
	width: 100%;
	height: auto;
}

/* @end */

/* @group Kontakt */

#page_sidebar aside.kontakt
{
	min-height: 0;
}

/* @group Boxen */

#contact_boxes
{
	position: relative;
	margin-top: 10px;
}

#contact_boxes a.box
{
	float: left;
	width: 45%;
	height: 70px;
	margin-bottom: 20px;
	
	font-size: 40px;
	line-height: 75px;
	text-align: center;
	text-decoration: none;
	
	color: white;
	background: rgba(0, 0, 0, 0.2);
	
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
}

#contact_boxes a.box i
{
	font-style: normal;
}

#contact_boxes a.box.right
{
	float: right;
}

#contact_boxes a.box.bottom_row
{
	margin: 0;
}

#contact_boxes a.box:hover
{
	background: rgba(0, 0, 0, 0.4);
}

/* @group Phone-Box */

#phone_box
{
	display: none;
	position: relative;
	width: 92%;
	padding: 4%;
	
	color: white;
	background: rgba(0, 0, 0, 0.2);
}

#phone_box p:last-child
{
	margin-bottom: 0;
}

#phone_box p a
{
	color: white;
}

/* @end */



/* @end */

/* @end */

/* @group Video */

#page_sidebar aside#text-3
{
	min-height: 0;
}

#page_sidebar aside#text-3 a
{
	position: relative;
	display: block;
	height: 200px;
	
	text-indent: -1000em;
	text-decoration: none;
	
	background: url(images/sidebar_video_teaser.jpg) no-repeat;
}

#page_sidebar aside#text-3 a i
{
	position: absolute;
	left: 50%;
	top: 50%;
	
	margin-left: -32px;
	margin-top: -26px;	
	padding: 10px 20px;	
	
	font-size: 30px;
	font-style: normal;
	text-indent: 0;
	text-align: center;
	
	color: #e51e29;
	background: white;
	background: rgba(255, 255, 255, 0.7);
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
}

#page_sidebar aside#text-3 a:hover i
{
	background: rgba(255, 255, 255, 0.9);
}

/* @end */

/* @group Veranstaltungen */

#page_sidebar aside.tribe-events-list-widget
{
	
}

.page-id-259 #page_sidebar aside.tribe-events-list-widget
{
	display: none;
}

#page_sidebar aside.tribe-events-list-widget h2
{
	font-size: 31px;
}

#page_sidebar aside.tribe-events-list-widget ol
{
	margin: 0;
	
	list-style-type: none;
}

#page_sidebar aside.tribe-events-list-widget ol li
{
	
}

#page_sidebar aside.tribe-events-list-widget ol li .tribe-event-duration
{
	font-size: 13px;
	line-height: 130%;
}

#page_sidebar aside.tribe-events-list-widget h4
{
	font-weight: bold;
}

#page_sidebar aside.tribe-events-list-widget p.excerpt
{
	margin: 0;
	
	font-size: 13px;
	line-height: 130%;
}

#page_sidebar aside.tribe-events-list-widget .tribe-events-widget-link
{
	margin-bottom: 0;
}

/* @end */

/* @group Newsletter */

#page_sidebar aside.widget_mailchimpsf_widget
{
	min-height: 0;
}

#page_sidebar aside.widget_mailchimpsf_widget label
{
	display: block;
	color: white;
	margin-bottom: 4px;
}

#page_sidebar aside.widget_mailchimpsf_widget input
{
	width: 100%;
	
	transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;	
}

#page_sidebar aside.widget_mailchimpsf_widget .mc_signup_submit input
{
	width: 100%;
	margin: 20px 0 0 0;
	
	color: #b31115;
	background: white;
}

/* @group Bestätigung */

#page_sidebar aside.widget_mailchimpsf_widget .mc_success_msg
{
	display: block;
	position: relative;
	
	width: 92%;
	padding: 4%;
	
	color: white;
	background: rgba(0, 0, 0, 0.2);
}

#page_sidebar aside.widget_mailchimpsf_widget .mc_success_msg span
{
	display: block;
	font-weight: normal;
}

/* @end */

/* @end */

/* @end */

/* @end */

@media only screen and (max-width: 980px)
{

/* @group Hauptbereich */

/* @group Inhalt */

#page_content
{
	float: right;
}



/* @end */

/* @group Sidebar */

#page_sidebar
{
	position: absolute;
	left: 20px;
	
	float: none;	
	margin-top: 0;
}

/* @end */

/* @end */
		
}

@media only screen and (max-width: 750px)
{

/* @group Hauptbereich */

/* @group Header & Navigation */

#page_header
{
	float: none;
	width: 100%;
}

#nav_trigger
{
	display: block;
	padding: 8px 20px 25px 20px;
	
	font-size: 25px;
	font-weight: 600;
	
	text-decoration: none;
	color: white;
}

#nav_trigger i
{
	float: right;
	position: relative;
	top: -1px;
}

#nav_wrapper
{
	display: none;
}

/* @end */

/* @group Inhalt */

#page_content
{
	float: none;
	overflow: hidden;
	
	width: 100%;
	margin: 10px 0;
}

/* @group Veranstaltungen */

#page_content .events-list-entry
{
	margin-left: 75px;
	padding-left: 10px;
}

/* @end */

/* @end */

/* @group Sidebar */

#page_sidebar
{
	position: relative;
	left: 0;
	
	width: 100%;
}

#page_sidebar aside
{
	float: left;
}

#page_sidebar aside:nth-child(odd)
{
	margin-right: 10px;
}

/* @end */

/* @end */

}

@media only screen and (max-width: 480px)
{

}

@media only screen and (max-height: 750px) and (min-width: 980px)
{

/* @group Hauptbereich */

/* @group Inhalt */

#page_content
{
	margin-top: 83px;
}

/* @end */

/* @group Sidebar */

#page_sidebar
{
	margin-top: 83px;
}

/* @end */

/* @end */
	
}



@media only screen and (min-height: 780px) and (min-width: 980px)
{

/* @group Seite */

body
{	
	border-top: none;
}

#top_line
{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	
	border-top: 5px solid #b31115;
	border-top: 5px solid rgba(227, 6, 19, 0.9);
}

/* @end */

/* @group Header & Navigation */

#page_header
{
	position: fixed;
	top: 5px;
	
	overflow: hidden;
	width: 240px;
}

/* @end */

/* @group Inhalt */

#page_content
{
	float: left;
	
	width: 47%;
	min-height: 400px;
	margin: 270px 0 40px 250px;
}



/* @end */
	
}