/** START HTML5 Boilerplate CSS **/

/*! normalize.css v1.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

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

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

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

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
	font-weight:300;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

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

/**
 * Address styling not present in IE 6/7/8/9.
 */

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

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

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

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

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

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

/**
 * Remove inner padding and border in Firefox 3+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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


/*! main.css  */
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

   body {
    font-family: 'Open Sans', sans-serif;
   	font-size: 15px;
	   font-weight: 300;
   	line-height: 28px;
   	color: #1f294d;
   }
   
   #eventResults pre, #eventResults {
   	color: #fff !important;
   }
   
   h1, h2, h3, h4, h5 {
   	margin: 0px;
   	padding: 0px;
   	display: block;
   }

	.wrapper {
		max-width: 1040px;
		margin: 0 auto;
		padding: 0 5%;
	}
	
	#header {
		background: #fff;
		padding-top: 30px;
		padding-bottom: 25px;
	}
	
	.bgMainColor {
		background: #10bbef;
	}
	
	a {
		color: #10bbef;
		text-decoration: none;
		text-transform: uppercase;
	}
	
	
	.myTeaser {
		color: #fff;
		font-weight:300;
	}
	
	.myTeaserDark a {
		color: #1f294d !important;
		text-decoration: underline;
		text-transform: none !important;
	}
	
	.bgDunkelblau {
		background: #1f294d;
	}
	
	.bgDunkelblau1 {
		background: #2a3355;
	}
	
	.bgDunkelblau2 {
		background: #343d5e;
	}
	
	.bgHell {
		background: #f5f4f5;
	}
	
	.bgDunkel {
		background: #e9e9ea;
	}
	
	.intro p {
		margin: 0px;
		padding: 0px;
	}

	#header h1 {
		float: left;
		width: 30%;
		margin-right: 5%;
		margin-top: 11px;
	} 
	
	.loginBtn  {
		background: #10bbef;
		color: #fff;
		display: block;
		float: right;
		
		/*font-size: 15px;
		line-height: 15px;
		height: 15px;
		*/
		font-size: 13px;
		line-height: 13px;
		height: 13px;
		
		padding: 8px 9px 3px 9px;
		text-align: center;
		font-family: 'Khand', sans-serif;
		margin-left: 15px;
	}
	
	
	.bigButton {
		background: #10bbef;
		color: #fff;
		display: inline-block;
		font-size: 17px;
		line-height: 17px;
		height: 17px;
		padding: 11px 12px 5px 12px;
		text-align: center;
		font-family: 'Khand', sans-serif;
	}
	
	#myEvents {
		margin-top: 55px;
	}
	
	#myEvents .listItem {
		width: 45% ;
		margin-right: 5%;
	}
	
	#myEvents .listItem h3 {
		color: #1f294d;
	}
	
	#myEvents .listItem.secondItem {
		margin-right: 0%;
		margin-left: 5%;
	}
	
	#searchform {
		float: right;
		display: block;
		margin-top: -6px; /*vorher -3px;*/
	}
	
	#searchform #s,
	#searchformmobile #s {
		border: 1px solid #f4f4f4;
		/*
		font-size: 17px;
		line-height: 17px;
		*/
		font-size: 13px !important;
		line-height: 13px;
		
		height: 10px;
		padding: 8px 12px 5px 32px;
		/*background: #f4f4f4 url('images/Suchen_Lupe.png') no-repeat 10px 9px;*/
		background: #f4f4f4 url('images/Suchen_Lupe.png') no-repeat 10px 7px;
		font-size: 19px;
		margin-top: 6px;
		display: block;
	}
	
	#searchsubmit {
		display: none;
	}
	
	.search-results .listItemPrevContent {
		color: #1f294d;
	}
	
	#header #access {
		float: right;
		width: 65%;
		margin-top: -7px;
	}
		
		#header #access ul {
			margin: 0px;
			padding: 0px;
			float: right;
			display: block;
			width: 700px;
			z-index: 0;
		}
		
		#header #accessMobile {
			text-align: center;
			display: none;  
		}
		
		#header #accessMobile ul  {
			margin: 0px;
			padding: 0px;
		}
		
		#header #access li  {
			margin: 0 0.8%;
		}
		
		#header #access li:first-child  {
			margin: 0 0.8% 0 0;
		}
		
		#header #access li:last-child  {
			margin: 0 0 0 1%;
		}
		
		#header #accessMobile ul {
			margin-top: 20px;
		}
		
		#header #accessMobile li {
			text-align: center;
		}
		
		#header #access li a,
		#header #accessMobile li a {
			font-family: 'Khand', sans-serif;
			font-size: 15px;
			line-height: 39px;
			text-decoration: none;
			color: #1f294d;
			text-transform: uppercase;
		}
		
		#menu-item-330.current-menu-item,
		#menu-item-330.current-menu-parent,
		#menu-item-330.current-page-parent{
			background: url('images/arrow_menu.png') no-repeat bottom center;
		}
		
		#header #access .sub-menu li a,
		#header #accessMobile .sub-menuli a {
			font-family: 'Khand', sans-serif;
			font-size: 14px;
			line-height: 17px;
			text-decoration: none;
			color: #1f294d;
			text-transform: uppercase;
		}
		
		#header #access ul.sub-menu {
			width: 492px;
			margin-left: -7px;
			margin-top: 0px;
			display: none;
		}
		#menu-item-330.current-menu-item ul.sub-menu,
		#menu-item-330.current-menu-parent ul.sub-menu,
		#menu-item-330.current-page-parent ul.sub-menu{
			display: block !important;
		}
		
		#header #access .sub-menu li {
			margin: 0 1.3%;
		}
		
		#header #access .sub-menu li:last-child {
			margin: 0 0 0 1.3%;
		}
		
		#header #access li a:hover,
		#header #access li.current-page-parent a,
		#header #access li.current-menu-item a,
		#header #access li.current-page-parent ul li.current-menu-item a {
			color: #10bbef;
		}
		
		#header #access li.current-page-parent ul li a {
			color: #1f294d;
		}
		
		#header #access li.current-menu-item ul.sub-menu a {
			color: #1f294d;
		}
		
		#header #access li.current-menu-item ul.sub-menu a:hover{
			color: #10bbef;
		}
		
	#pageContent {
		padding-top: 40px;
		padding-bottom: 85px;
	}
	
		#pageContent h2,
		#lightboxLeftCol h2 {
			text-transform: uppercase;
			font-family: 'Khand', sans-serif;
			font-size: 28px;
			line-height: 28px;
			border-bottom: 1px solid #e9e9ea;
			padding-bottom: 10px;
			margin-bottom: 20px;
			text-transform: uppercase;
		}
		
		.page-template-tpl_Tanzangebote #pageContent h2 {
			border-bottom: 1px solid #1f294d;
		}
		
		.page-template-tpl_Events #pageContent h2,
		.page-template-tpl_Events2016 #pageContent h2,
		.page-template-tpl_Events2017 #pageContent h2 {
			color: #fff;
		}
		
		#lightboxLeftCol h2 {
			border-bottom: none;
		}
		
		.pageContentMainCol {
			width: 74%;
			float: left;
		}
		
		.pageContentSidebar {
			width: 23%;
			float: right;
		}
		
			.pageContentSidebar #loginBox {
				background: #fff;
				padding: 15px;
				text-align: center;
				font-size: 15px;
				line-height: 24px;
				font-family: 'Khand', sans-serif;
				font-weight: 300;
			}
			
				.pageContentSidebar #loginBox a {
					font-size: 15px;
					line-height: 24px;
					font-family: 'Khand', sans-serif;
					font-weight: 700;
					color: #1f294d;
					text-decoration: underline;
					text-transform: none;
				}
			
			.pageContentSidebar #loginBox input {
				background: #f4f4f4;
				padding: 5px 5%;
				width: 90%;
				border: none;
			}
			
			.pageContentSidebar #loginBox #wp-submit {
				background: #10bbef;
				color: #fff;
				width: 100%;
			}
			
			
		
		.pageContentMainCol label {
			display: block;
		}
	
	#events, #news {
		padding-top: 50px;
		padding-bottom: 45px;
	}
	
	#newsFull {
		padding-top: 50px;
	}
	
	#events h2,
	#news h2,
	#newsFull h2 {
		font-family: 'Khand', sans-serif;
		font-size: 28px;
		line-height: 28px;
		color: #fff;
		border-bottom: 1px solid #e9e9ea;
		padding-bottom: 10px;
		margin-bottom: 20px;
		text-transform: uppercase;
	}
	
	#news h2,
	#newsFull h2 {
		color: #1f294d;
	}
	
		.listItem {
			width: 31%;
			float: left;
			text-align: center;
			color: #fff;
		}
		
		#news .listItem,
		#newsFull .listItem {
			color: #1f294d;
		}
		
			.listItem h3 {
				font-size: 16px;
				line-height: 27px;
				text-transform: uppercase;
				font-family: 'Open Sans', sans-serif;
				font-weight: 600;
				margin-bottom: 15px;
			}
			
			.listItemPrevContent {
				margin: 0 5%;
				font-family: 'Open Sans', sans-serif;
				font-size: 16px;
				line-height: 22px;
                font-weight: 300;
				text-transform: uppercase;
			}
			
			.listItemPrevContent p {
				margin: 0px;
				padding: 0px;
			}
			
			.listItemPrevContent a {
				font-family: 'Open Sans', sans-serif;
				font-weight: 700;
			}
		
		.listItem.secondItem  {
			margin: 0 3.5%;
		}
		
		.listItemImg {
			width: 100%;
			height: 185px;
			margin-bottom: 20px;
			
			background-size: cover;
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
			background-position: center center;
			background-repeat: no-repeat;
			
			position: relative;
		}
		
			.listItemDate {
				background: #10bbef;
				font-family: 'Open Sans', sans-serif;
				font-size: 15px;
				line-height: 22px;
				display: inline-block;
				padding: 3px 0.5% 3px 0.5%;
				position: absolute;
				bottom: 0px;
				
				/*
				margin: 0px 19%;
				width: 60%;
				*/
				
				margin: 0px 20%;
				width: 60%;
				
				left: 0px;
				color: #1f294d
			}
			
			.listItemDate a {
				color: #fff;
				text-decoration: none;
			}
			
		.listItem4 {
			width: 22.5%;
			margin-right: 3.2%;
			float: left;
			text-align: center;
			color: #fff;
			margin-bottom: 25px;
		}
		
		.listItem4.lastItem {
			margin-right: 0px;
		}
		
		.listItem4 h3 {
			color: #1f294d;
			font-size: 18px;
			line-height: 23px;
			text-transform: uppercase;
			margin-bottom: 15px;
		}
		
		.page-template-tpl_Medien .listItem4 h3 {
			margin-bottom: 0px;
		}
		
	.page-template-tpl_TextLinks a.lnkPopup,
	.page-template-tpl_Text a.lnkPopup,
	.page-template-tpl_TextBild a.lnkPopup {
		font-weight: bold;
		color: #1f294d;
		text-decoration: underline;
	}	
		
	#lightboxContentWithoutPadding {
		max-width: 686px;
		padding: 0 5%;
		background: #fff;
		margin: 5% auto;
		padding: 0px;
		-moz-box-shadow: 0px 0px 15px #011a30;
		-webkit-box-shadow: 0px 0px 15px #011a30;
		box-shadow: 0px 0px 15px #011a30;
		position: relative;
		background:  url('https://luzernsingtmit.ch/wp-content/themes/luzerntanzt/images/bgLightbox.png') repeat-y left top;
		
	}
	
		#lightboxLeftCol {
			width: 58.5%;
			float: left;
			padding: 35px 3.3653846153846154%;
		}
		
		#lightboxLeftColNoPadding {
			width: 65.50%;
			float: left;
			padding: 0px 0px 0px 0px;
		}
		
		.lightBoxContentPadding {
			padding: 35px 3.3653846153846154%;
		}
		
		#lightboxRightCol {
			width: 34.50%;
			float: right;
			margin: 0px;
			padding: 0px;
			right: 0;
			background: #e9e9e9;
			padding-top: 30px;
		    min-height: 600px;
		}
		
		#lightboxRightCol.news{
			min-height: 264px;
		}
		
		#lightboxLeftCol,
		#lightboxLeftColNoPadding {
			font-size: 14px;
			line-height: 24px;
			font-family: 'Open Sans', sans-serif;
			font-weight: 300;
		}
		
		.lightBoxContentPadding.news{
			font-size: 16px;
		    line-height: 24px;
		    font-family: 'Khand', sans-serif;
		    font-weight: 300;
		    clear: both;
			overflow: hidden;
		}
		.lightBoxContentPadding.news h2{
			font-size: 26px;
			text-transform: uppercase;
			font-family: 'Khand', sans-serif;
			font-weight: 700;
			line-height: 32px;
			border-bottom: none !important;
			margin-bottom: 0px;
			padding-bottom: 0px;
		}
		
		#lightboxLeftCol h2,
		#lightboxLeftColNoPadding h2 {
			font-size: 26px;
			text-transform: uppercase;
			font-family: 'Khand', sans-serif;
			font-weight: 700;
			line-height: 32px;
			border-bottom: none !important;
			margin-bottom: 0px;
			padding-bottom: 0px;
		}
		
		.page-template-tpl_Tanzangebote-php #lightboxLeftCol h2{
			margin-bottom: 25px;
		}
		.page-template-tpl_Tanzangebote-php #lightboxLeftCol{
			font-size: 16px;
			line-height: 24px;
		}
		
		#lightboxRightCol #address {
			margin: 50px 10px;
			border-bottom: 1px solid #bfc2cb;
			padding: 0;
			font-size: 13px;
			line-height: 20px;
		}
		
		.page-template-tpl_Tanzangebote-php #lightboxRightCol #address{
			margin: 25px 10px;
		}
		
		#lightboxRightCol #address .sidebarImg {
			width: 20.53231939163498%;
			float: left;
		}
		
		#lightboxRightCol #address .sidebarText {
			width: 100%;
			float: left;
		}
		
		#lightboxRightCol .section {
			border-top: 1px solid #bfc2cb;
			padding: 10px 0px;
		}
		
		#lightboxRightCol .section a.webseite{
			text-transform: none !important;
			color: #1f294d;
			text-decoration: underline;
		}
		
		#lightboxRightCol .section#eventDate .sidebarText  {
			padding-top: 8px;
			font-family: 'Open Sans', sans-serif;
			font-weight:700;
			
		}
		
		#lightboxRightCol .section#eventDownload .sidebarText a  {
			font-family: 'Open Sans', sans-serif;
			font-weight: 700;
			text-decoration: underline;
			color: #1f294d;
			text-transform: none;
		}
		
		#lightboxRightCol a.lnkVeranstalter {
			font-family: 'Open Sans', sans-serif;
			
			color: #1f294d;
			text-transform: none;
			text-transform: uppercase;
			text-decoration: underline;
		}
		
		
		#lightboxRightCol #lightboxSidebar a {
			font-size: 20px;
			line-height: 28px;
			font-family: 'Open Sans', sans-serif;
			
			text-transform: none;
			color: #1f294d;
		}
		
		.lightBoxContentPadding p.anmeldung{
			margin-left: 40%;
			font-size: 16px;
		}
		
		.eventSidebarLabel {
			font-family: 'Open Sans', sans-serif;
			
			text-transform: uppercase;
		}
		
		#lightboxRightCol .section#eventShare .sidebarText a {
		    font-family: 'Open Sans', sans-serif;
		    
		    text-decoration: none !important;
		    color: #1f294d;
		    text-transform: none;
		}
		
		#fb-lightbox{
			background: #1f294d;
		}
		#fb-root{
			display: none;
		}

		
	#findeTanzevent {
		padding-top: 45px;
		padding-bottom: 0px;
	}
	
		#findeTanzevent h1 {
			text-align: center;
			color: #fff;
			font-family: 'Khand', sans-serif;
			font-size: 47px;
			line-height: 47px;
			text-transform: uppercase;
			cursor: pointer;
		}
		
	#banner {
		padding: 40px 0px;
	}
	
		#banner img {
			width: 100%;
			height: auto;
		}
	
		#banner .banner1 {
			width: 48.5%;
			float: left;
		}
		
		#banner .banner2 {
			width: 48.5%;
			float: right;
		}
	
	.botschafter {
		padding: 50px 0 0 0;
		color: #20294e;
	}
	
		.botschafter h2,
		.page-template-tpl_TextBild h2,
		.page-template-tpl_TextLinks h2,
		.page-template-tpl_Text h2 {
			font-family: 'Khand', sans-serif;
			font-size: 28px;
			line-height: 28px;
			border-bottom: 1px solid #20294e;
			padding-bottom: 10px;
			margin-bottom: 20px;
			text-transform: uppercase;
		}
		
		.botschafterContent {
			float: left;
			width: 66.82692307692307%;
		}
		
			.botschafterContent p {
				margin: 0px 0px 30px 0px;
				padding: 0px;
			}
		
			.botschafterContent .botschaftername, 
			.botschafterContent .botschafterteaser {
				font-size: 36px;
				line-height: 46px;
				text-transform: uppercase;
			}
			
			.botschafterContent .botschafterteaser {
				font-family: 'Khand', sans-serif;
				font-weight: 700;
			}
			
			.botschafterContent .botschafterInnerContent {
				font-size: 16px;
				line-height: 31px;
			}
				
		.botschafterImg {
			float: right;
			width: 31.25%;
		}
		
			.botschafterImg img {
				width: 100%;
			}

	.content_block {
		padding: 65px 0 50px 0;
		font-size: 16px;
		  line-height: 31px;
	}
	
		.content_block h2 {
			text-align: center;
			font-family: 'Khand', sans-serif;
			font-weight: 700;
			width: 90%;
			margin-left: 5%;
			margin-right: 5%;
			font-size: 36px;
			line-height: 46px;
			text-transform: uppercase;
		}
		
		.content_block h2 .light,
		.botschafterContent p .light {
			font-family: 'Khand', sans-serif;
			font-weight: 300;
		}
		
		#pageContent {
			font-size: 16px;
			line-height: 28px;
		}
	
	.teaser_bloecke {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
		.teaser_bloecke .teaser_bloecke_left {
			width: 42.5%;
			padding-left: 3%;
			padding-right: 3%;
			float: left;
			padding-top: 30px;
			background: #10bbef;
			text-align: center;
			color: #fff;
			font-size: 16px;
			line-height: 26px;
			position: relative;
			padding-bottom: 30px;
		}
		
		.teaser_bloecke .teaser_bloecke_right {
			width: 42.5%;
			padding-left: 3%;
			padding-right: 3%;
			float: right;
			padding-top: 30px;
			padding-bottom: 30px;
			background: #1f294d;
			text-align: center;
			color: #fff;
			font-size: 16px;
			line-height: 26px;
			background: #1f294d url('https://luzernsingtmit.ch/wp-content/themes/luzerntanzt/images/bgSteps.png') no-repeat left top;
			background-size: cover;
			position: relative;
			padding-bottom: 20px;
		}
		
		.teaser_bloecke .content_bloecke_left {
			width: 48.5%;
			float: left;
			padding-top: 40px;
			position: relative;
			
		}
		
		.teaser_bloecke a{
			font-family: 'Open Sans', sans-serif;
			font-weight:600;
			
			color: #1f294d;
			text-decoration: none;
			text-transform: none;
		}
.teaser_bloecke a:hover{

			text-decoration: underline;
			
		}
		
		
		
		.page-template-tpl_TextLinks .teaser_bloecke .content_bloecke_left {
			width: 60.5%;
			float: left;
			padding-top: 10px;
			position: relative;
			font-size: 16px;
			line-height: 28px;
			
		}
		
		.page-template-tpl_TextLinks .teaser_bloecke .content_bloecke_right {
			width: 28.5%;
			float: right;
			padding-top: 10px;
			position: relative;
			font-size: 16px;
			line-height: 28px;
			
		}
		
		.page-template-tpl_Text .teaser_bloecke,
		.page-template-tpl_TextBild .teaser_bloecke {
			font-size: 16px;
			line-height: 28px;
		}
		
			.page-template-tpl_TextLinks .teaser_bloecke .content_bloecke_right #downloadsPanel {
				background: #fff;
				text-align: left;
			}
			
			#downloadsPanel {
				padding: 25px 10px;
				font-size: 16px;
				line-height: 31px;
				font-family: 'Khand', sans-serif;
				font-weight: 300;
				color: #1f294d;
			}
			
			#downloadsPanel h3 {
				font-family: 'Khand', sans-serif;
				font-weight: 700;
				text-transform: uppercase;
				margin-bottom: 20px;
				text-align: center;
			}
			
			#downloadsPanel a {
				color: #1f294d;
				text-decoration: none;
			}
		
		.teaser_bloecke .content_bloecke_right {
			width: 48.5%;
			float: right;
			padding-top: 40px;
			padding-bottom: 40px;
			text-align: center;
			color: #fff;
			background-size: cover;
			position: relative;
		}
		
		.teaser_bloecke .content_bloecke_left p,
		page-template-tpl_Text .teaser_bloecke p {
			margin: 0px 0px 30px 0px;
			padding: 0px;
		}
		
		.responsive-img {
			max-width: 100%;
			height: auto;
		}
		
		.teaser_bloecke .lnkDownload {
			background: #10bbef;
			color: #fff;
			padding: 3px 10px 3px 10px;
			position: absolute;
			bottom: 0px;
			display: block;
			margin-left: 159px;
		}
		
		.teaser_bloecke .teaser_bloecke_left .lnkDownload {
			background: #1f294d;
			color: #fff;
			padding: 3px 10px 3px 10px;
			margin-left: 110px;
		}
		
		.teaser_bloecke .teaser_bloecke_left h3,
		.teaser_bloecke .teaser_bloecke_right h3 {
			text-transform: uppercase;
			font-size: 26px;
			line-height: 31px;
			font-family: 'Khand', sans-serif;
			font-weight: 700;
			margin-bottom: 15px;
		}
		
	#eventsFull,
	#newsFull {
		display: none;
	}
	
	#eventFilter,
	#veranstalterFilter {
		background: #343d5e;
		color: #fff;
		padding: 12px 10px 0px 10px;
	}	
	
		#eventFilter a, .eventSubFilter a, #currentFilterList span,
		#veranstalterFilter a, .veranstalterSubFilter a {
			display: inline-block;
			margin: 0 15px;
			padding-right: 15px;
			font-family: 'Khand', sans-serif;
			font-weight: 700;
			color: #fff;
			text-transform: uppercase;
			padding-bottom: 10px;
			outline: none;
		}
		
		#currentFilterList span {
			display: inline-block;
			margin: 0 15px;
			padding-right: 15px;
			font-family: 'Khand', sans-serif;
			font-weight: 700;
			color: #1f294d;
			text-transform: uppercase;
			padding-bottom: 10px;
			outline: none;
		}
		
		#currentFilterList span {
			padding-bottom: 0px;
		}
		
		#eventFilter a,
		#veranstalterFilter a {
			background: url('https://luzernsingtmit.ch/wp-content/themes/luzerntanzt/images/arrDown.png') no-repeat right 9px;
		}
		
		#eventFilter a.currentFilter,
		#eventFilter a:hover,
		#veranstalterFilter a.currentFilter,
		#veranstalterFilter a:hover {
			color: #10bbef;
			background: url('https://luzernsingtmit.ch/wp-content/themes/luzerntanzt/images/arrUp.png') no-repeat right 9px;
		}
		
	#eventFilterWrapper .eventSubFilter a:hover,
	#eventFilterWrapper .eventSubFilter a.selected,
	#eventFilterWrapper2016 .eventSubFilter a:hover,
	#eventFilterWrapper2016 .eventSubFilter a.selected,
	#eventFilterWrapper2017 .eventSubFilter a:hover,
	#eventFilterWrapper2017 .eventSubFilter a.selected,
	#veranstalterFilterWrapper .veranstalterSubFilter a:hover,
	#veranstalterFilterWrapper .veranstalterSubFilter a.selected {
		color: #10bbef;
	}
	
	.eventSubFilter,
	.veranstalterSubFilter {
		background: #4b5270;
		color: #fff;
		padding: 12px 10px 0px 10px;
		display: none;
	}
	
	#eventCurrentFilter,
	#veranstalterCurrentFilter {
		color: #fff;
		padding: 12px 10px 10px 10px;
		margin-bottom: 35px;
	}
	
	#veranstalterCurrentFilter {
		color: #1f294d;
	}
	
	#eventCurrentFilter span{
		color: #fff;
	}
	
	#eventFilterWrapper,
	#eventFilterWrapper2016,
	#eventFilterWrapper2017,
	#veranstalterFilterWrapper {
		font-family: 'Khand', sans-serif;
		font-weight: 300;
		font-size: 16px;
		line-height: 24px;
	}
	
	.removeFilter {
		font-family: 'Khand', sans-serif;
		font-weight: 300;
		color: #fff;
		margin-left: 8px;
		display: inline-block;
	}
	
	.page-template-tpl_Tanzangebote .removeFilter {
		color: #1f294d;
	}

	#footer {
		font-size: 13px;
		line-height: 22px;
		text-transform: uppercase;
		font-family: 'Open Sans', sans-serif;
		padding-bottom: 20px;
		padding-top: 30px;
		background: #fff;
	}
	
		#footerVeranstalter {
			width: 30%;
			float: left;
		}
		#footerPartner {
		    float: right;
    		width: 70%;
    	}
	
		#footer h3 {
			color: #10bbef;
			font-family: 'Open Sans', sans-serif;
			text-transform: uppercase;
			margin-bottom: 10px;
		}
		
		#footer a {
			font-weight: bold;
			color: #1f294d;
			font-family: 'Open Sans', sans-serif;
			
		}

		#footer a:hover {
			text-decoration: underline;
		}
		
	#footerLeft {
		float: left;
		width: 80%
	}
	
		
	
	#footerRight {
		float: right;
		width: 20%;
		text-align: right;
	}
	
	#footer #partner a {
		margin: 0 25px 0px 0px;
	}
	
	
	
	/*
	 * jQuery FlexSlider v2.2.0
	 * http://www.woothemes.com/flexslider/
	 *
	 * Copyright 2012 WooThemes
	 * Free to use under the GPLv2 license.
	 * http://www.gnu.org/licenses/gpl-2.0.html
	 *
	 * Contributing author: Tyler Smith (@mbmufffin)
	 */
	
	
	/* Browser Resets
	*********************************/
	.flex-container a:active,
	.flexslider a:active,
	.flex-container a:focus,
	.flexslider a:focus  {outline: none;}
	.slides,
	.flex-control-nav,
	.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
	
	/* Icon Fonts
	*********************************/
	/* Font-face Icons */
	@font-face {
		font-family: 'flexslider-icon';
		src:url('https://luzernsingtmit.ch/wp-content/themes/luzerntanzt/fonts/flexslider-icon.eot');
		src:url('https://luzernsingtmit.ch/wp-content/themes/luzerntanzt/fonts/flexslider-icon.eot#iefix') format('embedded-opentype'),
			url('https://luzernsingtmit.ch/wp-content/themes/luzerntanzt/fonts/flexslider-icon.woff') format('woff'),
			url('https://luzernsingtmit.ch/wp-content/themes/luzerntanzt/fonts/flexslider-icon.ttf') format('truetype'),
			url('https://luzernsingtmit.ch/wp-content/themes/luzerntanzt/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	
	/* FlexSlider Necessary Styles
	*********************************/
	.flexslider {margin: 0; padding: 0;}
	.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
	.flexslider .slides img {width: 100%; display: block;}
	.flex-pauseplay span {text-transform: capitalize;}
	
	/* Clearfix for the .slides element */
	.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
	html[xmlns] .slides {display: block;}
	* html .slides {height: 1%;}
	
	/* No JavaScript Fallback */
	/* If you are not using another script, such as Modernizr, make sure you
	 * include js that eliminates this class on page load */
	.no-js .slides > li:first-child {display: block;}
	
	/* FlexSlider Default Theme
	*********************************/
	.flexslider { position: relative;  zoom: 1; }
	.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
	.loading .flex-viewport { max-height: 300px; }
	.flexslider .slides { zoom: 1; }
	.carousel li { margin-right: 5px; }
	
	/* Direction Nav */
	.flex-direction-nav {*height: 0;}
	.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
	.flex-direction-nav .flex-prev { left: -50px; }
	.flex-direction-nav .flex-next { right: -50px; text-align: right; }
	.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
	.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
	.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
	.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
	.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; line-height:1; display: inline-block; content: '\f001'; }
	.flex-direction-nav a.flex-next:before  { content: '\f002'; }
	
	/* Pause/Play */
	.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
	.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
	.flex-pauseplay a:hover  { opacity: 1; }
	.flex-pauseplay a.flex-play:before { content: '\f003'; }
	
	/* Control Nav */
	.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
	.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
	.flex-control-paging{ display: none !important; }
	.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
	.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
	.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
	
	.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
	.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
	.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
	.flex-control-thumbs img:hover {opacity: 1;}
	.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
	
	@media screen and (max-width: 860px) {
	  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
	  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
	}
	

	
	.flex-caption {
		position: absolute;
		left: 0;
		top: 65px;
		color: #ffffff;
		font-size: 55px;
		line-height: 55px;
		font-family: 'Khand', sans-serif;
		font-weight: 700;
		text-transform: uppercase;
	
	}
	
	.flex-caption .small {
		display: block;
		font-family: 'Khand', sans-serif;
		font-size: 30px;
		line-height: 30px;
	}
	
	
	
	
	/* Magnific Popup CSS */
	.mfp-bg {
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  z-index: 1042;
	  overflow: hidden;
	  position: fixed;
	  background: #1f294d;
	  opacity: 0.8;
	  filter: alpha(opacity=80); }
	
	.mfp-wrap {
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  z-index: 1043;
	  position: fixed;
	  outline: none !important;
	  -webkit-backface-visibility: hidden; }
	
	.mfp-container {
	  text-align: center;
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  left: 0;
	  top: 0;
	  padding: 0 8px;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box; }
	
	.mfp-container:before {
	  content: '';
	  display: inline-block;
	  height: 100%;
	  vertical-align: middle; }
	
	.mfp-align-top .mfp-container:before {
	  display: none; }
	
	.mfp-content {
	  position: relative;
	  display: inline-block;
	  vertical-align: middle;
	  margin: 0 auto;
	  text-align: left;
	  z-index: 1045; }
	
	.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	  width: 100%;
	  cursor: auto; }
	
	.mfp-ajax-cur {
	  cursor: progress; }
	
	.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	  cursor: -moz-zoom-out;
	  cursor: -webkit-zoom-out;
	  cursor: zoom-out; }
	
	.mfp-zoom {
	  cursor: pointer;
	  cursor: -webkit-zoom-in;
	  cursor: -moz-zoom-in;
	  cursor: zoom-in; }
	
	.mfp-auto-cursor .mfp-content {
	  cursor: auto; }
	
	.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  user-select: none; }
	
	.mfp-loading.mfp-figure {
	  display: none; }
	
	.mfp-hide {
	  display: none !important; }
	
	.mfp-preloader {
	  color: #CCC;
	  position: absolute;
	  top: 50%;
	  width: auto;
	  text-align: center;
	  margin-top: -0.8em;
	  left: 8px;
	  right: 8px;
	  z-index: 1044; }
	  .mfp-preloader a {
	    color: #CCC; }
	    .mfp-preloader a:hover {
	      color: #FFF; }
	
	.mfp-s-ready .mfp-preloader {
	  display: none; }
	
	.mfp-s-error .mfp-content {
	  display: none; }
	
	button.mfp-close, button.mfp-arrow {
	  overflow: visible;
	  cursor: pointer;
	  background: transparent;
	  border: 0;
	  -webkit-appearance: none;
	  display: block;
	  outline: none;
	  padding: 0;
	  z-index: 1046;
	  -webkit-box-shadow: none;
	  box-shadow: none; }
	button::-moz-focus-inner {
	  padding: 0;
	  border: 0; }
	
	.mfp-close {	   
		position: absolute;
	   top: 30px;
	   right: 0px;
	   color: #fff;
	   text-transform: uppercase;
	   float: right;
	   width: 150px;
	   height: 31px;
	   margin-top: -31px;
	   cursor: pointer;
	   }
	  .mfp-close:hover, .mfp-close:focus {
	    opacity: 1;
	    filter: alpha(opacity=100); }

	
	.mfp-close-btn-in .mfp-close {
	  color: #fff; }
	
	.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	  color: #FFF;
	  right: -6px;
	  text-align: right;
	  padding-right: 6px;
	  width: 100%; }
	
	.mfp-counter {
	  position: absolute;
	  top: 0;
	  right: 0;
	  color: #CCC;
	  font-size: 12px;
	  line-height: 18px;
	  white-space: nowrap; }
	
	.mfp-arrow {
	  position: absolute;
	  opacity: 0.65;
	  filter: alpha(opacity=65);
	  margin: 0;
	  top: 50%;
	  margin-top: -55px;
	  padding: 0;
	  width: 90px;
	  height: 110px;
	  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
	  .mfp-arrow:active {
	    margin-top: -54px; }
	  .mfp-arrow:hover, .mfp-arrow:focus {
	    opacity: 1;
	    filter: alpha(opacity=100); }
	  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	    content: '';
	    display: block;
	    width: 0;
	    height: 0;
	    position: absolute;
	    left: 0;
	    top: 0;
	    margin-top: 35px;
	    margin-left: 35px;
	    border: medium inset transparent; }
	  .mfp-arrow:after, .mfp-arrow .mfp-a {
	    border-top-width: 13px;
	    border-bottom-width: 13px;
	    top: 8px; }
	  .mfp-arrow:before, .mfp-arrow .mfp-b {
	    border-top-width: 21px;
	    border-bottom-width: 21px;
	    opacity: 0.7; }
	
	.mfp-arrow-left {
	  left: 0; }
	  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
	    border-right: 17px solid #FFF;
	    margin-left: 31px; }
	  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
	    margin-left: 25px;
	    border-right: 27px solid #3F3F3F; }
	
	.mfp-arrow-right {
	  right: 0; }
	  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
	    border-left: 17px solid #FFF;
	    margin-left: 39px; }
	  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
	    border-left: 27px solid #3F3F3F; }
	
	.mfp-iframe-holder {
	  padding-top: 40px;
	  padding-bottom: 40px; }
	  .mfp-iframe-holder .mfp-content {
	    line-height: 0;
	    width: 100%;
	    max-width: 900px; }
	  .mfp-iframe-holder .mfp-close {
	    top: -40px; }
	
	.mfp-iframe-scaler {
	  width: 100%;
	  height: 0;
	  overflow: hidden;
	  padding-top: 56.25%; }
	  .mfp-iframe-scaler iframe {
	    position: absolute;
	    display: block;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	    background: #000; }
	
	/* Main image in popup */
	img.mfp-img {
	  width: auto;
	  max-width: 100%;
	  height: auto;
	  display: block;
	  line-height: 0;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  padding: 40px 0 40px;
	  margin: 0 auto; }
	
	/* The shadow behind the image */
	.mfp-figure {
	  line-height: 0; }
	  .mfp-figure:after {
	    content: '';
	    position: absolute;
	    left: 0;
	    top: 40px;
	    bottom: 40px;
	    display: block;
	    right: 0;
	    width: auto;
	    height: auto;
	    z-index: -1;
	    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	    background: #444; }
	  .mfp-figure small {
	    color: #BDBDBD;
	    display: block;
	    font-size: 12px;
	    line-height: 14px; }
	  .mfp-figure figure {
	    margin: 0; }
	
	.mfp-bottom-bar {
	  margin-top: -36px;
	  position: absolute;
	  top: 100%;
	  left: 0;
	  width: 100%;
	  cursor: auto; }
	
	.mfp-title {
	  text-align: left;
	  line-height: 18px;
	  color: #F3F3F3;
	  word-wrap: break-word;
	  padding-right: 36px; }
	
	.mfp-image-holder .mfp-content {
	  max-width: 100%; }
	
	.mfp-gallery .mfp-image-holder .mfp-figure {
	  cursor: pointer; }
	
	@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	  /**
	       * Remove all paddings around the image on small screen
	       */
	  .mfp-img-mobile .mfp-image-holder {
	    padding-left: 0;
	    padding-right: 0; }
	  .mfp-img-mobile img.mfp-img {
	    padding: 0; }
	  .mfp-img-mobile .mfp-figure:after {
	    top: 0;
	    bottom: 0; }
	  .mfp-img-mobile .mfp-figure small {
	    display: inline;
	    margin-left: 5px; }
	  .mfp-img-mobile .mfp-bottom-bar {
	    background: rgba(0, 0, 0, 0.6);
	    bottom: 0;
	    margin: 0;
	    top: auto;
	    padding: 3px 5px;
	    position: fixed;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box; }
	    .mfp-img-mobile .mfp-bottom-bar:empty {
	      padding: 0; }
	  .mfp-img-mobile .mfp-counter {
	    right: 5px;
	    top: 3px; }
	  .mfp-img-mobile .mfp-close {
	    top: 0;
	    right: 0;
	    width: 35px;
	    height: 35px;
	    line-height: 35px;
	    background: rgba(0, 0, 0, 0.6);
	    position: fixed;
	    text-align: center;
	    padding: 0; }
	 }
	
	@media all and (max-width: 900px) {
	  .mfp-arrow {
	    -webkit-transform: scale(0.75);
	    transform: scale(0.75); }
	
	  .mfp-arrow-left {
	    -webkit-transform-origin: 0;
	    transform-origin: 0; }
	
	  .mfp-arrow-right {
	    -webkit-transform-origin: 100%;
	    transform-origin: 100%; }
	
	  .mfp-container {
	    padding-left: 6px;
	    padding-right: 6px; }
	 }
	
	.mfp-ie7 .mfp-img {
	  padding: 0; }
	.mfp-ie7 .mfp-bottom-bar {
	  width: 600px;
	  left: 50%;
	  margin-left: -300px;
	  margin-top: 5px;
	  padding-bottom: 5px; }
	.mfp-ie7 .mfp-container {
	  padding: 0; }
	.mfp-ie7 .mfp-content {
	  padding-top: 44px; }
	.mfp-ie7 .mfp-close {
	  top: 0;
	  right: 0;
	  padding-top: 0; }
	  
	  
	  
	  
	

#pageContent .acf-field .acf-label label {
	font-size: 21px;
	background: none !important;
	margin-top: 7px;
	font-family: 'Khand', sans-serif;
	font-weight: 300;
}
	#pageContent .acf-table,
	#pageContent .acf-table td.acf-label {
		background: none;
	}
	
	#pageContent .acf-table td.acf-label {
		width: 33%;
	}
	
	#pageContent .acf-table > tbody > tr > td {
		padding: 0px;
		border-width: 0px;
	}

	#pageContent .acf-field  {
		clear: both;
	}

	#pageContent .acf-field input,
	#pageContent .acf-field select,
	#pageContent .acf-field textarea,
	#pageContent .select2-container  {
		width: 100%;
		overflow: none;
		font-size: 14px;
		border: none;
	}
	
	#pageContent .acf-repeater .acf-input-table {
		margin: 0px;
	}
	
	#pageContent .acf-repeater .acf-button.blue {
		background: none;
		border: none;
		color: #1f294d !important;
	}
	
	#pageContent .acf-table > tbody > tr > td {
		padding:  0 5px;
	}
	
	#pageContent .acf-field-repeater td.acf-label {
		width: 0px;
		padding: 0px;
	}
	
	#pageContent .acf-field-repeater .acf-table td.acf-label label {
		display: none;
	}
	
	#pageContent .select2-container-multi .select2-choices {
		padding: 3px 5px;
		border: none;
		background: #fff;
	}
	
	#pageContent .acf-field textarea {
		margin-bottom: 10px;
	}
	
	/* Profilstatus */
	#pageContent .acf-field-54fcaa714a32e{
		display: none;
	}
	
	.select2-results   {
		font-size: 14px !important;
	}
	
	#pageContent .acf-input-wrap {
		overflow: visible;
	}
	
	#pageContent .button-primary,
	#mySubmitButton {
		margin-left: 253px;
		background: none;
		border: none;
		
		background: #10bbef;
		color: #fff;
		display: block;
		font-size: 15px;
		line-height: 15px;
		padding: 10px 9px 6px 9px;
		text-align: center;
		font-family: 'Khand', sans-serif;
		margin-top: 15px;
		font-size: 21px;
	}
	
	#mySubmitButton {
		margin-left: 0px;
	}
	
	#pageContent #loginBox .button-primary {
		margin-left: 0px;
	}
	
	.page-template-default #pageContent a {
		color: #1f294d;
		text-decoration: underline;
		text-transform: none;
		font-family: 'Open Sans', sans-serif;
		font-weight: 700;
	}
	
	.page-template-default #pageContent h2,
	.page-template-tpl_Partner #pageContent h2,
	.page-template-tpl_Presse #pageContent h2,
	.page-template-tpl_Medien #pageContent h2,
	.page-template-tpl_Medien_Archiv #pageContent h2 {
		border-bottom: 1px solid #1f294d;
	}
	
	.page-template-tpl_Medien #pageContent h2 .light,
	.page-template-tpl_Medien_Archiv #pageContent h2 .light {
		font-family: 'Khand', sans-serif;
		font-weight: 300;
		font-weight: normal;
	}
	
	.listItemPrevContent a.dlLink {
		font-family: 'Khand', sans-serif;
		font-weight: 300;
		font-weight: normal;
		color: #1f294d;
	}
	
	
	.partnerItem {
		width: 48.5%;
		font-size: 19px;
		line-height: 26px;
		font-family: 'Khand', sans-serif;
		font-weight: 300;
		margin-bottom: 50px;
	}
	
		.partnerItem img {
			width: 100%;
			height: auto;
		}
	
		.partnerItem h3 {
			font-family: 'Khand', sans-serif;
			font-weight: 700;
			font-size: 26px;
			line-height: 30px;
			text-align: center;
			font-weight: normal;
			text-transform: uppercase;
			margin-top: 25px;
			margin-bottom: 25px;
		}
		
		.partnerItem .partnerItemLink {
			clear: both;
			margin-top: 25px;
			display: block;
			text-align: center;
			text-transform: none;
			color: #1f294d;
			text-decoration: underline;
			font-family: 'Khand', sans-serif;
			font-weight: 700;
		}
	
		.partnerItem.left {
			float: left;
		}
		
		.partnerItem.right {
			float: right;
		}
		
		.clearerPartner {
			clear: both;
			border-top: 1px solid #1f294d;
			margin-bottom: 25px;
		}
		
		.clearerEvents {
			clear: both;
			border-top: 1px solid #fff;
			margin-bottom: 20px;
			margin-top: 45px;
		}
		
		#showAllEvents, #showPreviewEventsOnly,
		#showAllNews, #showPreviewNewsOnly {
			background: #10bbef;
			font-family: 'Open Sans', sans-serif;
			
			font-size: 20px;
			line-height: 28px;
			display: block;
			margin: 0px 19%;
			padding: 3px 1% 3px 1%;
			bottom: 0px;
			width: 60%;
			left: 0px;
			color: #fff;
			text-align: center;
			font-weight:600;
		}
		
		#showAllEvents {
			width: 36%;
			margin: 0 32%;
		}
		
		#showPreviewEventsOnly {
			width: 24%;
			margin: 0 37%;
		}
		
		#showAllNews {
			width: 28%;
			margin: 0 35%;
		}
		
		#showPreviewNewsOnly {
			width: 24%;
			margin: 0 37%;
		}
		
	.presseItem {
		border-bottom: 1px solid #cfd1d9;
		font-size: 16px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
		text-transform: uppercase;	
		padding-top: 20px;
		padding-bottom: 10px;
		background: url('images/PDF_download.png') no-repeat 0px 23px;
		padding-left: 30px;
	}
	
	.presseItem h3 .date {
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
		margin-left: 10px;
		font-size:74%;
	}
	
	.pressLink {
		color: #1f294d;
	}
	
	#message {
		color: #10bbef;
		font-family: 'Khand', sans-serif;
		font-weight: 700;
	}
	


.clearer {
	clear: both; height: 0px;
}

.clearer7 {
	clear: both; height: 7px;
}

.clearer10 {
	clear: both; height: 10px;
}

.clearer14 {
	clear: both; height: 14px;
}

.clearer22 {
	clear: both; height: 22px;
}

.clearer25 {
	clear: both; height: 25px;
}

.clearer26 {
	clear: both; height: 26px;
}

.clearer30 {
	clear: both; height: 30px;
}

.clearer33 {
	clear: both; height: 33px;
}

.clearer40 {
	clear: both; height: 40px;
}

.clearer50 {
	clear: both; height: 50px;
}


.navToggle {
	display: none;
  position: absolute;
  width: 30px;
  height: 60px;
  top: 20px;
  right: 32px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.navToggle:hover {
  cursor: pointer;
}
.navToggle .icon-left {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  height: 4px;
  top: 25px;
  width: 15px;
  background-color: rgba(0, 0, 0, 0.87);
}
.navToggle .icon-left:before {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.87);
  content: "";
  top: -10px;
}
.navToggle .icon-left:after {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.87);
  content: "";
  top: 10px;
}
.navToggle .icon-right {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  height: 4px;
  top: 25px;
  width: 15px;
  background-color: rgba(0, 0, 0, 0.87);
  left: 15px;
}
.navToggle .icon-right:before {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.87);
  content: "";
  top: -10px;
}
.navToggle .icon-right:after {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.87);
  content: "";
  top: 10px;
}
.navToggle.open .icon-left {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  background: transparent;
}
.navToggle.open .icon-left:before {
  -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
          transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
}
.navToggle.open .icon-left:after {
  -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
          transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
}
.navToggle.open .icon-right {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  background: transparent;
}
.navToggle.open .icon-right:before {
  -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
          transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
}
.navToggle.open .icon-right:after {
  -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
          transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
}

.clearer15 {
	clear: both;
}



.gform_body ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}


.gform_body li{
	width: 100% !important;
	clear: both;
}
.gform_body li label{
	width: 40% !important;
	float: left;
}
.gform_body li .ginput_container{
	width: 60% !important;
	float: left;
}

.gform_body li input{
	background: #f5f4f5 !important;
	border: 0px !important;
	width: 100% !important;
}

.gform_body li textarea{
	background: #f5f4f5 !important;
	border: 0px !important;
	width: 100% !important;
	margin: 5px 0px;
}

.page-template-tpl_TextLinks .gform_body li input,
.page-template-tpl_Text .gform_body li input{
	background: #fff !important;
	border: 0px !important;
	width: 100% !important;
}

.page-template-tpl_TextLinks .gform_body li textarea,
.page-template-tpl_Text .gform_body li textarea{
	background: #fff !important;
	border: 0px !important;
	width: 100% !important;
	margin: 5px 0px;
}



.gform_button{
	margin-left: 40% !important;
	margin-top: 5px;
}
.gform_body .gfield_description{
	display: none !important;
}
.gform_heading{
	margin-bottom: 30px !important;
	font-size: 24px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
}

.gfield_checkbox li{
	width: auto !important;
	float: left;
}
.gfield_checkbox li input{
	float: left;
    width: 64px !important;
    width: 30px !important;
    margin-top: 5px;
}
.gfield_checkbox label{
	    clear: none !important;
    float: left;
    display: block;
    width: 0% !important;
}

#input_2_8,
#input_2_9{ height: 80px !important; }

.btnParnter {
	float: right;
	background: #10bbef;
	padding: 6px 10px 6px 10px;
	line-height: 18px;
	display: inline-block;
	color: #1f294d;
	font-weight: bold;
	margin-top: -5px;
	font-size: 15px;
	font-weight: bold;
	
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * 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 receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 1080px) {
    
    #header #access {
    	float: none;
    	width: 100%;
    	
    }
    
    #header {
    	height: auto ;
    	padding-bottom: 45px;
    }
    
    .menu-header {
    	margin-top: 20px;
    }
    
    #header #access ul {
    	float: none;
    	width: 100%;
    	text-align: center;
    	z-index: 0px;
    }
    
    #header #access li {
    	display: block;
    	float: left;
    	
    }
    
    #header #access ul.sub-menu {
        width: 755px;
        margin-left: -8px;
        margin-top: 0px;
    }
    
    .flex-caption {
    	top: 40px;
    }
    
    #lightboxLeftColNoPadding img {
    	max-width: 100%;
    }
    
    #lightboxContentWithoutPadding {
    	width: 860px;
    	background: url('https://luzernsingtmit.ch/wp-content/themes/luzerntanzt/images/bgLightbox.png') repeat-y -124px top;
    }
        
    
    
}


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

	#searchform {
		clear: both;
		margin-top: -53px;
	}
	
	
	#lightboxLeftColNoPadding img {
		max-width: 100%;
	}
	
	#lightboxContentWithoutPadding {
		width: 660px;
		background: #fff;
	}
	
	#lightboxLeftColNoPadding {
		width: 100%;
		float: none;
	}
	
	#lightboxRightCol {
		width: 100%;
		float: none;
		background: #e9e9ea;
		padding-top: 25px;
	}
	
	.flex-caption {
		top: 45px;
		color: #ffffff;
		font-size: 45px;
		line-height: 45px;
	}
	
	
}

@media only screen and (max-width: 660px) { /* mobile nav */
	
	.teaser_bloecke .content_bloecke_left,
	.teaser_bloecke .content_bloecke_right,
	.page-template-tpl_TextLinks .teaser_bloecke .content_bloecke_left,
	.page-template-tpl_TextLinks .teaser_bloecke .content_bloecke_right {
		width: 100%;
		float: none;
		padding-top: 40px;
		position: relative;
		
	}
	
	.teaser_bloecke .teaser_bloecke_left,
	.teaser_bloecke .teaser_bloecke_right {
		width: 94%;
		float: none;
	}
	.teaser_bloecke .teaser_bloecke_left .lnkDownload,
	.teaser_bloecke .lnkDownload {
		position: static;
		margin: 0px auto 0 auto !important;
		width: 80%;
	}
}

@media only screen and (max-width: 1023px) { /* mobile nav */

	.btnParnter {
		float: right;
	    background: #10bbef;
	    padding: 9px 10px 3px 10px;
	    line-height: 18px;
	    display: block;
	    color: #1f294d;
	    font-weight: bold;
	    margin-top: -5px;
	    width: 90%;
	    padding-left: 5%;
	    padding-right: 5%;
	    margin-bottom: 20px;
	}

	
	.lightBoxContentPadding {
		padding: 55px 3.3653846153846154% 35px 3.3653846153846154%;
	}
	
	.gform_button,
	.lightBoxContentPadding p.anmeldung {
		margin-left: 0px !important;
	}
	
	#header #accessMobile ul.sub-menu {
		margin-top: 0px;
	}

		#header #accessMobile  ul.sub-menu li {
			line-height: 24px;
		}
		
		#header #accessMobile  ul.sub-menu li a {
			text-transform: none;
			line-height: 24px;
		}
		
		.gform_body li label,
		.gform_body li .ginput_container {
			width: 100% !important;
			float: none;
		}
	
	.loginBtn {
		display: inline-block;
		float: none;
	}
	
	#footerVeranstalter {
		width: 100% !important; 
		float: none !important;
		margin-bottom: 30px !important;
	}
	
	#footerPartner {
		margin-bottom: 30px;
		float: none;
		width: 100% !important; 
	}
		
	#access {
		display: none;
	}
	
	.navToggle {
		display: block;
	}
	
	.botschafterImg {
		display: none;	
	}
	
	.presseItem {
		font-size: 18px;
		padding-top: 10px;
		padding-bottom: 5px;
		background: url('images/PDF_download.png') no-repeat 0px 16px;
	}
	
	#header #accessMobile.open {
		display: block;
	}
	
	.loginBtn {
		margin-left: 0px;
	}
	
	#header {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	#header h1 {
		width: 150px !important;
	}
	
	#lightboxContentWithoutPadding {
		width: 100%;
	}
	
	#header h1 img {
		width: 100%;
	}
	
	.teaser_bloecke_left {
		margin-bottom: 20px;
	}
	
	.teaser_bloecke .teaser_bloecke_right {
		padding-bottom: 0px;
	}
	
	
	
	.flex-caption {
		top: 25px;
		color: #ffffff;
		font-size: 25px;
		line-height: 25px;
	}
	
	.botschafterContent,
	#banner .banner1,
	#banner .banner2,
	.pageContentMainCol,
	.pageContentSidebar,
	.listItem,
	#myEvents .listItem,
	#myEvents .listItem.secondItem,
	#footerLeft, #footerRight
	 {
		width: 100%;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	#footerRight {
		text-align: left;;
	}
	
	#myEvents .listItem,
	#myEvents .listItem.secondItem,
	.listItem {
		margin-bottom: 25px;
	}
	
	.pageContentSidebar {
		margin-top: 30px;
	}
	
	#pageContent .button-primary, #mySubmitButton {
		margin-left:  auto;
		margin-right: auto;
	}
	
	#lightboxLeftCol {
		width: 90%;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 5%;
		padding-right: 5%;
	}
	
	#lightboxRightCol {
		padding-bottom: 30px;
	}
	
	#lightboxLeftColNoPadding,
	#lightboxRightCol {
		width: 100%;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	#lightboxLeftColNoPadding img {
		max-width: 100%;
	}
	
	.listItem,
	.listItem4,
	.listItem4  lastItem,
	.listItem.secondItem,
	.partnerItem {
		width: 100%;
		margin: 0px 0px 20px 0px;
	}
	
	.clearerPartner {
		display: none;
	}
	
	.listItemImg {
		background-size: cover !important; 
	}
	
	#banner .banner1 {
		margin-bottom: 20px;
	}
	
	.content_block {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	
	
	#showAllEvents,
	#showAllNews {
	  width: 80%;
	  margin: 0 10%;
	}
	
	.flex-caption .small {
	  font-size: 20px;
	  line-height: 20px;
	}
	
	#events h2, #news h2, #newsFull h2,
	.botschafter h2, .content_block h2 {
		font-size: 28px;
		line-height: 28px;
	}
	
	
	.botschafterContent .botschaftername, .botschafterContent .botschafterteaser {
		font-size: 22px;
		line-height: 27px;
	}
	
	#findeTanzevent h1 {
		font-size: 30px;
		line-height: 30px;
	}
	
	#showAllEvents, #showPreviewEventsOnly, #showAllNews, #showPreviewNewsOnly,
	#showAllNews {
		font-size: 17px;
		line-height: 30px;
	}

}



@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    
}


/** END HTML5 Boilerplate CSS **/






/** START Starkers CSS **/

/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */
*/
/* TYPOGRAPHY */
/* ----------------------------------------- */

h1, h2, h3, h4, h5, h6 { font-weight:bold } /* This helps to identify headings at the initial build stage, so I thought it'd be useful to have it */
.alert { background:red; color:white } /* 'alert' has a basic style, since it's useful to have it standing out for testing purposes.



/* Font stack options

	The following represents a list of font stacks, as recommended by Nathan Ford in
	http://unitinteractive.com/blog/2008/06/26/better-css-font-stacks/

	I've added inverted commas around the relevant family names to ensure compatibility.
	p = balanced for paragraphs or body copy
	t = balanced for headlines or titles

	- - - -

Arial, "Helvetica Neue", Helvetica, sans-serif - p, t

Baskerville, "Times New Roman", Times, serif - p
Baskerville, "Times, Times New Roman", serif - t

Cambria, Georgia, Times, "Times New Roman", serif - p, t
"Century Gothic", "Apple Gothic", sans-serif - p, t

Consolas, "Lucida Console", Monaco, monospace - p, t

"Copperplate Light", "Copperplate Gothic Light", serif - p, t

"Courier New", Courier, monospace - p, t

"Franklin Gothic Medium", "Arial Narrow Bold", Arial, sans-serif - p, t

Futura, "Century Gothic", "Apple Gothic", sans-serif - p, t

Garamond, "Hoefler Text", "Times New Roman", Times, serif - p
Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif - t

Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif - p
Geneva, Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif - t

Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif - p
Georgia, Times, "Times New Roman", serif - t

GillSans, Calibri, Trebuchet, sans-serif - p
GillSans, Trebuchet, Calibri, sans-serif - t

"Helvetica Neue", Arial, Helvetica, sans-serif - p
Helvetica, "Helvetica Neue", Arial, sans-serif - t

Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif - p, t

"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif - p, t

Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif - p
Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif - t

Tahoma, Geneva, Verdana - p
Tahoma, Verdana, Geneva - t

Times, "Times New Roman", Georgia, serif - p, t

Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif - p
Trebuchet, Tahoma, Arial, sans-serif - t

Verdana, Geneva, Tahoma, sans-serif - p
Verdana, Tahoma, Geneva, sans-serif - t

*/

/** END Starkers CSS **/

/** START WordPress-Defined CSS Classes **/
.wp-caption-text{}
.gallery-caption{}
.bypostauthor{}
.sticky{}
/** Keep drop-downs working **/
#access li {
	float: left;
	position: relative;
}
#access ul ul {
	display: none;
	float: left;
	position: absolute;
	top: 35px;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul li:hover > ul {
	display: block;
}
/** END WordPress-Defined CSS Classes **/