/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display: block;
}

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

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

[hidden] {
	display: none;
}

html {
	background: #fff;
	color: #000;
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

a:focus {
	outline: thin dotted;
}

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

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

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

b,strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

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

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

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

pre {
	white-space: pre-wrap;
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
	font-size: 80%;
}

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 0;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	border: 0;
	padding: 0;
}

button,input,select,textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}

button,input {
	line-height: normal;
}

button,select {
	text-transform: none;
}

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

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

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

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

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

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

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

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

.button {
	display: inline-block;
	background-color: #043643;
	border: 1px solid #043643;
	color: #f9faf4;
	padding: 15px 22px;
	line-height: 1;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
}

.button:before {
	content: "";
	font-family: FontAwesome;
	padding-right: 7.5px;
}

.button:hover {
	background-color: #0b323c;
	border-bottom-color: #0b323c;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

form {
	vertical-align: middle;
}

input[type=email],input[type=password],input[type=search],input[type=submit],input[type=text],input[type=url] {
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: inherit;
	border: 1px solid #d9d9d9;
	border-radius: 0;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 1rem;
	background-color: #fff;
}

input[type=email]:focus,input[type=password]:focus,input[type=search]:focus,input[type=submit]:focus,input[type=text]:focus,input[type=url]:focus {
	outline: none;
	border-color: #1c89d5 !important;
}

button,select,textarea {
	box-sizing: border-box;
	vertical-align: inherit;
	border: 1px solid #d9d9d9;
	border-radius: 0;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 16px;
	background-color: #fff;
}

button:focus,select:focus,textarea:focus {
	outline: none;
	border-color: #1c89d5 !important;
}

button,textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

button[type=email],button[type=password],button[type=search],button[type=submit],button[type=text],button[type=url],input[type=email],input[type=password],input[type=search],input[type=submit],input[type=text],input[type=url] {
	border: none;
	height: 40px;
	vertical-align: middle;
}

button[type=email],button[type=password],button[type=search],button[type=text],button[type=url],input[type=email],input[type=password],input[type=search],input[type=text],input[type=url] {
	border: 1px solid #d9d9d9;
	color: #333;
}

button[type=email]::-webkit-input-placeholder,button[type=password]::-webkit-input-placeholder,button[type=search]::-webkit-input-placeholder,button[type=text]::-webkit-input-placeholder,button[type=url]::-webkit-input-placeholder,input[type=email]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=search]::-webkit-input-placeholder,input[type=text]::-webkit-input-placeholder,input[type=url]::-webkit-input-placeholder {
	color: #aeaeae;
	font-weight: 300;
}

button[type=email]::-moz-placeholder,button[type=password]::-moz-placeholder,button[type=search]::-moz-placeholder,button[type=text]::-moz-placeholder,button[type=url]::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=search]::-moz-placeholder,input[type=text]::-moz-placeholder,input[type=url]::-moz-placeholder {
	color: #aeaeae;
	font-weight: 300;
}

button[type=email]:-ms-input-placeholder,button[type=password]:-ms-input-placeholder,button[type=search]:-ms-input-placeholder,button[type=text]:-ms-input-placeholder,button[type=url]:-ms-input-placeholder,input[type=email]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=search]:-ms-input-placeholder,input[type=text]:-ms-input-placeholder,input[type=url]:-ms-input-placeholder {
	color: #aeaeae;
	font-weight: 300;
}

button[type=email]::placeholder,button[type=password]::placeholder,button[type=search]::placeholder,button[type=text]::placeholder,button[type=url]::placeholder,input[type=email]::placeholder,input[type=password]::placeholder,input[type=search]::placeholder,input[type=text]::placeholder,input[type=url]::placeholder {
	color: #aeaeae;
	font-weight: 300;
}

button[type=submit],input[type=submit] {
	display: inline-block;
	background-color: #043643;
	border: 1px solid #043643;
	color: #f9faf4;
	padding: 15px 22px;
	line-height: 1;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	min-height: 40px;
	height: auto;
	padding-top: 11px;
	padding-bottom: 11px;
}

button[type=submit]:before,input[type=submit]:before {
	content: "";
	font-family: FontAwesome;
	padding-right: 7.5px;
}

button[type=submit]:hover,input[type=submit]:hover {
	background-color: #0b323c;
	border-bottom-color: #0b323c;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

select {
	background-color: #fff;
	background-size: 13px;
	background-repeat: no-repeat;
	background-position: right 10px center;
	border-radius: 0 !important;
	border-top-left-radius: 0 !important;
	height: 40px;
	padding-right: 30px;
}

select:after {
	content: "";
	font-family: FontAwesome;
}

select.placeholder {
	color: #aeaeae;
}

select::-ms-expand {
	display: none;
}

select.is-error {
	border-color: #043643;
}

select.is-error:focus {
	border-color: #d9d9d9;
}

textarea {
	padding-top: 10px;
	padding-bottom: 10px;
	resize: vertical;
	height: 150px;
}

textarea::-webkit-input-placeholder {
	color: #aeaeae;
	font-weight: 300;
}

textarea::-moz-placeholder {
	color: #aeaeae;
	font-weight: 300;
}

textarea:-ms-input-placeholder {
	color: #aeaeae;
	font-weight: 300;
}

textarea::placeholder {
	color: #aeaeae;
	font-weight: 300;
}

textarea.is-error {
	border-color: #043643;
}

textarea.is-error:focus {
	border-color: #d9d9d9;
}

label {
	vertical-align: inherit;
	line-height: 40px;
	font-weight: 300;
	position: relative;
}

label:hover {
	cursor: pointer;
}

button.is-waiting {
	opacity: .8;
	pointer-events: none;
}

button.is-waiting:after {
	content: "";
	background-image: url('../img/loading.png');
	background-size: cover;
	display: inline-block;
	-webkit-animation: a 2s linear infinite;
	animation: a 2s linear infinite;
	width: 20px;
	height: 20px;
	opacity: .5;
	margin-left: 15px;
	vertical-align: inherit;
	position: absolute;
	top: 17px;
}

#response {
	text-align: center;
	color: #f9faf4;
}

#response.error,#response.success {
	padding-top: 7.5px;
	padding-bottom: 7.5px;
}

#response.error {
	background-color: #e2001a;
}

#response.success {
	background-color: #009521;
}

#response.is-dismissible {
	-webkit-animation: b .3s ease-out 2s forwards;
	animation: b .3s ease-out 2s forwards;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	opacity: 1;
	display: block;
}

#response a {
	color: #f9faf4;
	border-bottom-color: #f9faf4;
}

@-webkit-keyframes a {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes a {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@-webkit-keyframes b {
	0% {
		opacity: 1;
		display: block;
	}
	
	99% {
		opacity: 0;
		display: block;
	}
	
	to {
		opacity: 0;
		display: none;
	}
}

@keyframes b {
	0% {
		opacity: 1;
		display: block;
	}
	
	99% {
		opacity: 0;
		display: block;
	}
	
	to {
		opacity: 0;
		display: none;
	}
}

html {
	height: 100%;
}

*,:after,:before,html {
	box-sizing: border-box;
}

body {
	font-size: 16px;
	font-weight: 300;
	background-color: #fff;
	line-height: 1.5;
	color: #333;
	min-height: 100%;
	position: relative;
	padding-bottom: 64px;
}

body,h1,h2,h3,h4,h5,h6 {
	font-family: Roboto, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 500;
	margin-top: .0625rem;
	margin-bottom: .3em;
}

h1+ol,h1+p,h1+ul,h2+ol,h2+p,h2+ul,h3+ol,h3+p,h3+ul,h4+ol,h4+p,h4+ul,h5+ol,h5+p,h5+ul,h6+ol,h6+p,h6+ul {
	margin-top: 0;
}

h1 {
	margin-top: 15px;
	margin-bottom: 15px;
}

h2 {
	font-size: 1.5rem;
}

h3 {
	font-size: 1.375rem;
}

h4 {
	font-size: 1.25rem;
}

ol+h2,ol+h3,ol+h4,ol+h5,ol+h6,p+h2,p+h3,p+h4,p+h5,p+h6,ul+h2,ul+h3,ul+h4,ul+h5,ul+h6 {
	margin-top: 0;
}

ol,ul {
	padding-left: 60px;
	margin: 0;
}

nav ul {
	margin: 0;
	padding: 0;
}

nav li {
	list-style-type: none;
	display: inline-block;
}

img {
	max-width: 100%;
	height: auto;
	width: auto;
	-ms-interpolation-mode: bicubic;
}

a {
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	text-decoration: none;
	color: #333;
	outline: 0;
	border-bottom: 1px solid transparent;
}

a:hover {
	border-bottom-color: #333;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

a:hover.is-img,a:hover.is-logo {
	border-bottom-color: transparent;
}

a img[src$=jpeg],a img[src$=jpg] {
	vertical-align: top;
}

.screen-reader-text {
	position: absolute;
	left: -9999px;
}

aside,section {
	width: 100%;
	float: left;
	position: relative;
}

.footer,.site-header,.site-main {
	overflow-x: hidden;
}

.footer-inner,.site-header-inner,.site-main-inner {
	padding-right: 15px;
	padding-left: 15px;
}

.site-main {
	padding-bottom: 40px;
}

.svg-fallback {
	display: none;
}

.site-header {
	min-height: 33vh;
	position: relative;
}

.wp-custom-header {
	overflow: hidden;
}

.wp-custom-header,.wp-custom-header:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.wp-custom-header:after {
	content: "";
	background-color: rgba(0,0,0,.2);
}

.wp-custom-header img {
	width: auto;
	min-width: 100%;
	max-width: unset;
	height: 100%;
	text-align: center;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-o-object-fit: cover;
	object-fit: cover;
}

.site-branding {
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 20px;
	color: #f9faf4;
}

.site-title {
	position: relative;
	margin-top: 0;
	margin-bottom: 1rem;
}

.site-title a {
	color: transparent;
	position: relative;
	width: 294px;
	white-space: nowrap;
	font-family: PT Mono, monospace;
	font-weight: 400;
	font-size: 2rem;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
}

.site-title a,.site-title a:before {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.site-title a:before {
	content: "";
	background-image: url('https://2017.berlin.wordcamp.org/files/2017/01/wc-logo-without-year.png');
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	max-width: 80vw;
	min-height: 200px;
	max-height: 33vh;
}

.site-title a:after {
	content: ">_ Berlin 2017";
	color: #f9faf4;
	white-space: nowrap;
	overflow: hidden;
	border-right: 18px solid transparent;
	-webkit-animation: c 2s 1s steps(12) forwards, d 1s step-end 7;
	animation: c 2s 1s steps(12) forwards, d 1s step-end 7;
	width: 60px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	line-height: 1;
	letter-spacing: -1px;
}

.site-title a:hover {
	border-bottom-color: transparent;
}

@-webkit-keyframes c {
	0% {
		width: 60px;
	}
	
	to {
		width: 274px;
	}
}

@keyframes c {
	0% {
		width: 60px;
	}
	
	to {
		width: 274px;
	}
}

@-webkit-keyframes d {
	0%,to {
		border-color: transparent;
	}
	
	50% {
		border-color: #f9faf4;
	}
}

@keyframes d {
	0%,to {
		border-color: transparent;
	}
	
	50% {
		border-color: #f9faf4;
	}
}

.site-header {
	padding-top: 55px;
}

.navigation-top {
	position: fixed;
	top: 0;
	z-index: 1;
}

.main-navigation {
	padding-top: 7.5px;
	height: 55px;
	-webkit-transition: height .3s, background-color .25s ease-in;
	transition: height .3s, background-color .25s ease-in;
	width: 100vw;
	max-width: 600px;
	overflow: hidden;
	font-family: PT Mono, monospace;
	font-weight: 400;
}

.main-navigation.toggled-on {
	background-color: #043643;
	height: 100vh;
	-webkit-transition: height .3s, background-color .1s;
	transition: height .3s, background-color .1s;
}

.main-navigation.toggled-on .menu-toggle:before {
	content: "";
	font-family: FontAwesome;
}

.main-navigation.toggled-on .icon-bars {
	display: none;
}

.main-navigation.toggled-on .icon-close {
	display: block;
}

.main-navigation.toggled-on [class^=menu][class$=container] {
	opacity: 1;
	pointer-events: all;
	height: calc(100vh - 55px);
	overflow-y: scroll;
	overflow-x: hidden;
	width: calc(100% + 30px);
	padding-right: 30px;
	-webkit-transition: opacity .2s .2s;
	transition: opacity .2s .2s;
}

.main-navigation.toggled-on [class^=menu][class$=container] .menu>.menu-item {
	min-height: 40px;
}

.main-navigation .sub-menu,.main-navigation [class^=menu][class$=container] {
	height: 0;
	opacity: 0;
	pointer-events: none;
}

.main-navigation .sub-menu {
	background-color: #002b37;
}

.main-navigation .sub-menu .menu-item,.main-navigation .sub-menu .menu-item a {
	display: none;
}

.main-navigation button {
	background-color: transparent;
	border: none;
	vertical-align: middle;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.menu-item {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	line-height: 40px;
	text-align: center;
	color: #f9faf4;
	padding-top: 7.5px;
	padding-bottom: 7.5px;
	position: relative;
}

.menu-item:after {
	content: "";
	width: 18%;
	display: block;
	height: 1px;
	background-color: #f9faf4;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.menu-item:last-child {
	margin-bottom: 0;
}

.menu-item:last-child:after {
	display: none;
}

.menu-item a {
	color: #829496;
}

.menu-item a:hover {
	border-bottom-color: transparent;
	color: #1c89d5 !important;
}

.menu-item a .icon-angle-down {
	display: none;
}

.menu-item:first-child a {
	color: #d53182;
}

.menu-item:last-child a {
	color: #b68a00;
}

.menu-item a[href*=teilnehmer],.menu-item a[href*=tickets] {
	color: #cd4a00;
}

.menu-item a[href*=teilnehmer]~.sub-menu a,.menu-item a[href*=tickets]~.sub-menu a {
	color: #b68a00;
}

.menu-item a[href*=sponsors] {
	color: #859a00;
}

.menu-item a[href*=sponsors]~.sub-menu a {
	color: #b68a00;
}

.menu-toggle {
	margin-bottom: 7.5px;
	padding-top: 0;
	padding-bottom: 0;
	text-transform: uppercase;
	font-size: 1.3rem;
	height: 40px;
	line-height: 40px;
	color: #f9faf4;
	position: relative;
}

.menu-toggle:before {
	content: "";
	font-family: FontAwesome;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	left: -40px;
}

.menu-toggle .icon {
	width: 40px;
	height: 40px;
	vertical-align: inherit;
	margin-right: 7.5px;
	color: #f9faf4;
	visibility: hidden;
}

.menu-toggle .icon-close {
	display: none;
}

.dropdown-toggle {
	position: absolute;
	top: 7.5px;
	width: 40px;
	height: 40px;
	padding: 2px;
	display: inline !important;
}

.dropdown-toggle:before {
	content: "";
	font-family: FontAwesome;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	font-size: 1.5rem;
	height: 36px;
	line-height: 36px;
	color: #f9faf4;
	-webkit-transition: color .2s;
	transition: color .2s;
}

.dropdown-toggle:hover:before {
	color: #de3027;
	-webkit-transition: color .2s;
	transition: color .2s;
}

.dropdown-toggle.toggled-on {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.dropdown-toggle .icon {
	width: 40px;
	height: 36px;
	visibility: hidden;
}

.sub-menu.toggled-on {
	height: auto;
	opacity: 1;
	pointer-events: all;
	-webkit-transition: height .2s;
	transition: height .2s;
}

.sub-menu.toggled-on .menu-item {
	min-height: 40px;
	display: block;
}

.sub-menu.toggled-on .menu-item a {
	display: initial;
	color: #1c89d5;
}

.main-navigation:not(.toggled-on) .sub-menu {
	pointer-events: none;
}

.menu-scroll-down .icon {
	display: none;
}

.skip-link {
	background-color: #043643;
	height: 55px;
	position: fixed;
	top: 0;
	left: 0;
	color: #043643;
	width: 100%;
	z-index: 0;
}

.site-main {
	padding-top: 40px;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 50rem;
}

.home .page-title {
	display: none;
}

.entry-meta {
	background-color: #043643;
	color: #829496;
	font-family: PT Mono, monospace;
	font-size: 16px !important;
	padding: 1px 5px;
	display: block;
	margin-bottom: 15px;
}

.entry-meta:before {
	content: "1";
	width: 25px;
	color: hsla(186,9%,55%,.6);
	border-right: 1px solid #829496;
	margin-right: 10px;
	display: none;
}

.entry-meta a {
	color: #b68a00;
}

.entry-meta a:hover {
	color: #de3027;
}

.entry-meta time.published~.updated {
	margin-left: 10px;
	color: #829496;
}

.entry-meta time.published~.updated:before {
	content: "(Update ";
}

.entry-meta time.published~.updated:after {
	content: ")";
}

.entry-meta .byline a {
	color: #cd4a00;
}

.entry-meta .post-edit-link {
	float: right;
}

.entry-content a {
	border-bottom-color: #333;
}

.entry-content a:hover {
	color: #1c89d5;
	border-bottom-color: #1c89d5;
}

.cat-tags-links {
	display: none;
}

article.category-sponsors img {
	max-height: 150px;
	width: auto;
	height: auto;
}

.sticky .icon-thumb-tack {
	display: none;
}

.page-header,.single-featured-image-header {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 50rem;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 40px;
}

.comments-area {
	margin-top: 40px;
}

.comment-list {
	padding-left: 0;
}

.comment-list,.comment-list .children {
	list-style-type: none;
}

.comment-author .avatar {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.comment-author .fn {
	background-color: #043643;
	color: #829496;
	font-family: PT Mono, monospace;
	font-size: 16px !important;
	padding: 1px 5px;
	display: block;
}

.comment-author .fn:before {
	content: "1";
	width: 25px;
	color: hsla(186,9%,55%,.6);
	border-right: 1px solid #829496;
	margin-right: 10px;
	display: none;
}

.comment-author .fn a {
	color: #b68a00;
}

.comment-author .fn a:hover {
	color: #cd4a00;
}

.comment-metadata {
	background-color: #043643;
	color: #829496;
	font-family: PT Mono, monospace;
	font-size: 16px !important;
	padding: 1px 5px;
	display: block;
}

.comment-metadata:before {
	content: "2";
	width: 25px;
	color: hsla(186,9%,55%,.6);
	border-right: 1px solid #829496;
	margin-right: 10px;
	display: none;
}

.comment-metadata a {
	color: #1c89d5;
}

.comment-metadata a:hover {
	color: #859a00;
}

.comment-meta .says {
	display: none;
}

.comment-body {
	margin-top: 40px;
}

.comment-body .reply .icon {
	display: none;
}

.comment-content {
	margin-top: 15px;
	margin-bottom: 15px;
}

.comment-content a {
	border-bottom-color: #333;
}

.comment-content a:hover {
	color: #1c89d5;
	border-bottom-color: #1c89d5;
}

.comment-reply-link {
	display: inline-block;
	border: 1px solid #043643;
	color: #043643;
	padding: 10px 18px;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	line-height: 1;
}

.comment-reply-link:before {
	padding-right: 7.5px;
}

.comment-reply-link:hover {
	background-color: #043643;
	border-color: #043643;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	color: #f9faf4;
}

.comment-respond {
	margin-top: 40px;
}

.comment-respond textarea {
	width: 100%;
	resize: vertical;
}

.comment-respond label {
	background-color: #043643;
	color: #829496;
	font-family: PT Mono, monospace;
	font-size: 16px !important;
	padding: 1px 5px;
	display: block;
	line-height: 1.4;
	color: #b68a00;
}

.comment-respond label:before {
	content: "1";
	width: 25px;
	color: hsla(186,9%,55%,.6);
	border-right: 1px solid #829496;
	margin-right: 10px;
	display: none;
	color: #829496;
}

.comment-respond label .required {
	color: #de3027;
}

.comment-respond input,.comment-respond textarea {
	width: 100%;
	border-color: #043643;
	padding-left: 35px;
	font-family: PT Mono, monospace;
}

.comment-respond input:focus,.comment-respond textarea:focus {
	background-color: #eee8d4;
	border-color: #043643 !important;
	color: #1c89d5;
}

.comment-respond input[type=checkbox]~label {
	background-color: transparent;
	color: #333;
	font-family: Roboto, sans-serif;
}

.comment-respond input[type=checkbox]~label:before {
	display: none;
}

.comment-respond .form-submit input {
	padding-left: 15px;
}

.comment-respond .form-submit input:hover {
	background-color: #eee8d4;
	border-color: #043643 !important;
	color: #1c89d5;
}

.comment-form-author label:before {
	content: "2";
}

.comment-form-email label:before {
	content: "3";
}

.comment-form-url label:before {
	content: "4";
}

#session-speaker-names,#speaker-session-names {
	padding-left: 0;
}

.speaker-avatar {
	margin-right: 16px;
	float: left;
}

.speaker-avatar img {
	border-radius: 50%;
}

.post-navigation {
	margin-top: 40px;
	margin-bottom: 40px;
}

.post-navigation .nav-links .icon {
	display: none;
}

.post-navigation .nav-subtitle {
	display: block;
	border-bottom: 2px solid #333;
	margin-bottom: 5px;
}

.post-navigation .nav-title {
	font-size: 1.2rem;
	font-weight: 500;
}

.post-navigation .nav-next {
	text-align: right;
	margin-top: 20px;
}

.site-footer {
	background-color: #043643;
	padding: 20px 15px;
	color: #829496;
	font-size: 1rem !important;
	position: absolute;
	bottom: -64px;
	bottom: 0;
	width: 100%;
}

.site-footer a {
	color: #b68a00;
}

.site-footer a:hover {
	color: #de3027;
}

.home article {
	margin-bottom: 40px;
}

.wcorg-sponsors {
	margin-bottom: 80px;
}

.wcorg-sponsors [class^=wcorg-sponsor-level] h2 {
	text-align: center;
	font-size: 2rem;
	margin-top: 1.6em;
	margin-bottom: 1.3em;
}

.wcorg-sponsors~#tix-attendees {
	margin-top: 40px;
}

.wcorg-sponsor {
	padding-top: 1rem;
}

.wcorg-organizer {
	margin-top: 20px;
}

.wcorg-organizer,.wcorg-organizer-description {
	width: 100%;
	float: left;
}

.wcorg-organizer .avatar {
	border-radius: 50%;
}

.page-slug-schedule .site-main {
	max-width: 75rem;
}

.page-slug-schedule .wcb-session-after-party,.page-slug-schedule .wcb-session-anmeldung,.page-slug-schedule .wcb-session-eroeffnung-barcamp-pitch,.page-slug-schedule .wcb-session-kaffee-kuchen,.page-slug-schedule .wcb-session-mittag,.page-slug-schedule .wcb-session-verabschiedung {
	text-align: center !important;
	vertical-align: middle !important;
}

.page-slug-schedule .wcb-session-after-party .wcpt-session-title,.page-slug-schedule .wcb-session-anmeldung .wcpt-session-title,.page-slug-schedule .wcb-session-eroeffnung-barcamp-pitch .wcpt-session-title,.page-slug-schedule .wcb-session-kaffee-kuchen .wcpt-session-title,.page-slug-schedule .wcb-session-mittag .wcpt-session-title,.page-slug-schedule .wcb-session-verabschiedung .wcpt-session-title {
	color: #cd4a00;
}

.page-slug-schedule [class*=session-fragen-networking-raumwechsel] {
	text-align: center !important;
	vertical-align: middle !important;
}

.page-slug-schedule [class*=session-fragen-networking-raumwechsel] .wcpt-session-title {
	color: #cd4a00;
}

.page-slug-schedule [class*=session-barcamp] {
	text-align: left;
}

.page-slug-schedule [class*=session-barcamp] .wpct-session-title {
	color: #043643;
}

.page-slug-schedule [class^=wcpt-time-] {
	text-align: center;
	vertical-align: middle !important;
}

.page-slug-schedule .wcpt-schedule {
	font-size: 18px;
}

.page-slug-schedule .wcpt-schedule td,.page-slug-schedule .wcpt-schedule th {
	border: 1px solid #829496;
	padding: 10px;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	vertical-align: top;
	background-color: #eee8d4;
}

.page-slug-schedule .wcpt-schedule th {
	font-family: PT Mono, monospace;
	text-align: center;
}

.page-slug-schedule .wcpt-schedule td {
	text-align: left;
}

.page-slug-schedule .wcpt-schedule a {
	border-bottom: 0;
}

.page-slug-schedule .wcpt-schedule a:hover {
	text-decoration: underline;
}

.page-slug-schedule .wcpt-col-track {
	width: 22%;
}

.page-slug-schedule .wcpt-session-title {
	display: block;
}

.page-slug-schedule .wcpt-session-type-session .wcpt-session-title {
	color: #1c89d5;
}

.page-slug-schedule .wcpt-session-type-session .wcpt-session-title:hover {
	color: #de3027;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
}

.page-slug-schedule .wcpt-session-type-session .wcpt-session-speakers {
	color: #043643;
}

.page-slug-schedule .wcpt-session-type-session .wcpt-session-speakers:hover {
	color: #d53182;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
}

.page-slug-schedule .wcpt-time {
	font-family: PT Mono, monospace;
	font-size: 16px;
	vertical-align: middle;
}

.page-slug-schedule .wcpt-time-1000 .wcb-track-saal-1,.page-slug-schedule .wcpt-time-1000 .wcb-track-saal-2,.page-slug-schedule .wcpt-time-1100 .wcb-track-saal-1,.page-slug-schedule .wcpt-time-1100 .wcb-track-saal-2,.page-slug-schedule .wcpt-time-1200 .wcb-track-saal-1,.page-slug-schedule .wcpt-time-1200 .wcb-track-saal-2 {
	border-bottom: 0;
}

.page-slug-schedule .wcpt-time-1025 .wcpt-session-empty,.page-slug-schedule .wcpt-time-1125 .wcpt-session-empty,.page-slug-schedule .wcpt-time-1225 .wcpt-session-empty {
	border-top: 0;
}

.page-slug-schedule .wcpt-time-1025 td:nth-of-type(2),.page-slug-schedule .wcpt-time-1125 td:nth-of-type(2),.page-slug-schedule .wcpt-time-1225 td:nth-of-type(2) {
	border-right: 0;
}

.page-slug-schedule .wcpt-time-1025 td:nth-of-type(3),.page-slug-schedule .wcpt-time-1125 td:nth-of-type(3),.page-slug-schedule .wcpt-time-1225 td:nth-of-type(3) {
	border-left: 0;
}

.page-slug-schedule .global-session {
	background-color: #eee;
}

.page-slug-schedule .global-session td:nth-of-type(2) {
	text-align: center;
}

body.admin-bar .navigation-top,body.admin-bar .skip-link {
	top: 32px;
}

.contact-form input[type=email],.contact-form input[type=text] {
	width: 100% !important;
	max-width: 100% !important;
}

.contact-form input[type=submit]:hover {
	color: #de3027;
}

.contact-form textarea {
	width: 100% !important;
	max-width: 100% !important;
	resize: vertical;
}

.contact-form label,.contact-form label.radio {
	line-height: 1.4;
	position: static;
	font-size: 1rem !important;
	font-weight: 300 !important;
}

.contact-form>div {
	margin-bottom: 15px;
}

#tix-attendees .tix-attendee-list {
	width: 100%;
	float: left;
	padding-left: 0;
}

#tix-attendees .tix-attendee-list li {
	width: 100%;
}

#tix-attendees .tix-attendee-name,#tix-attendees .tix-attendee-twitter,#tix-attendees .tix-attendee-url {
	border: 0;
	margin-left: 95px;
	width: calc(100% - 95px);
	background-color: #eee8d4 !important;
}

#tix-attendees .tix-attendee-name {
	background-color: #043643;
	color: #829496;
	font-family: PT Mono, monospace;
	font-size: 16px !important;
	padding: 1px 5px;
	display: block;
}

#tix-attendees .tix-attendee-name:before {
	content: "1";
	width: 25px;
	color: hsla(186,9%,55%,.6);
	border-right: 1px solid #829496;
	margin-right: 10px;
	display: none;
	margin-right: 0;
}

#tix-attendees .tix-attendee-name .tix-first {
	color: #cd4a00;
}

#tix-attendees .tix-attendee-name .tix-last {
	color: #b68a00;
}

#tix-attendees .tix-attendee-twitter {
	background-color: #043643;
	color: #829496;
	font-family: PT Mono, monospace;
	font-size: 16px !important;
	padding: 1px 5px;
	display: block;
	color: #1c89d5;
}

#tix-attendees .tix-attendee-twitter:before {
	content: "2";
	width: 25px;
	color: hsla(186,9%,55%,.6);
	border-right: 1px solid #829496;
	margin-right: 10px;
	display: none;
}

#tix-attendees .tix-attendee-twitter:hover {
	color: #859a00;
}

#tix-attendees .tix-attendee-twitter~.tix-attendee-url {
	background-color: #043643;
	color: #829496;
	font-family: PT Mono, monospace;
	font-size: 16px !important;
	padding: 1px 5px;
	display: block;
}

#tix-attendees .tix-attendee-twitter~.tix-attendee-url:before {
	content: "3";
	width: 25px;
	color: hsla(186,9%,55%,.6);
	border-right: 1px solid #829496;
	margin-right: 10px;
	display: none;
}

#tix-attendees .tix-attendee-url {
	background-color: #043643;
	color: #829496;
	font-family: PT Mono, monospace;
	font-size: 16px !important;
	padding: 1px 5px;
	display: block;
}

#tix-attendees .tix-attendee-url:before {
	content: "2";
	width: 25px;
	color: hsla(186,9%,55%,.6);
	border-right: 1px solid #829496;
	margin-right: 10px;
	display: none;
}

#tix-attendees .tix-attendee-url:hover {
	color: #859a00;
}

#tix-attendees .avatar {
	width: 75px;
	height: 75px;
	border-radius: 50%;
}

.tix-error,.tix-info,.tix-notice {
	border-radius: 0;
	background-color: #043643;
	font-size: 1rem;
}

.tix-info {
	color: #859a00;
	border-color: #859a00;
}

.tix-error {
	color: #de3027;
	border-color: #de3027;
}

.tix-notice {
	color: #b68a00;
	border-color: #b68a00;
}

.tix-order-summary,.tix-ticket-form,.tix_tickets_table {
	width: 100%;
	font-size: 1.2rem;
	margin-bottom: 40px;
}

.tix-order-summary thead,.tix-ticket-form thead,.tix_tickets_table thead {
	text-align: left;
}

.tix-attendee-form,.tix-attendee-form tbody,.tix-attendee-form td,.tix-attendee-form tr {
	display: block;
}

.tix-attendee-form tr {
	margin-bottom: 15px;
}

.tix-attendee-form .tix-left,.tix-attendee-form .tix-left input,.tix-attendee-form .tix-left select,.tix-attendee-form .tix-left textarea,.tix-attendee-form .tix-right,.tix-attendee-form .tix-right input,.tix-attendee-form .tix-right select,.tix-attendee-form .tix-right textarea {
	width: 100% !important;
}

.tix-attendee-form .tix-left,.tix-attendee-form label {
	line-height: 1.4;
	position: static;
	font-size: 1rem !important;
	font-weight: 300 !important;
	vertical-align: middle;
}

.tix-attendee-form .tix-right label input[type=checkbox],.tix-attendee-form .tix-right label input[type=radio] {
	display: inline-block;
	width: auto !important;
	margin-right: 15px;
}

#tix input[type=submit]:hover {
	color: #de3027;
}

@media only screen and (min-width:22.5rem) {
	.entry-meta:before {
		display: inline-block;
	}
	
	.entry-meta time.published {
		margin-left: -10px;
	}
	
	#tix-attendees .tix-attendee-name:before,#tix-attendees .tix-attendee-twitter:before,#tix-attendees .tix-attendee-twitter~.tix-attendee-url:before,#tix-attendees .tix-attendee-url:before,.comment-author .fn:before,.comment-metadata:before,.comment-respond label:before {
		display: inline-block;
	}
}

@media only screen and (min-width:31.25rem) {
	.wcorg-organizer .avatar {
		width: 100px;
		float: left;
	}
	
	.wcorg-organizer p {
		width: calc(100% - 120px);
		float: right;
		margin-top: 0;
	}
}

@media only screen and (min-width:37.5rem) {
	body {
		font-size: 2.7vw;
	}
}

@media only screen and (min-width:50.9375rem) {
	body {
		font-size: 22px;
	}
	
	.comments {
		margin-top: 80px;
	}
	
	.comment-author {
		padding-top: 24px;
		margin-top: -24px;
	}
	
	.comment-author .avatar {
		float: left;
	}
	
	.comment-author .fn {
		margin-top: 24px;
	}
	
	.comment-author .fn,.comment-metadata {
		margin-left: 120px;
		width: calc(100% - 120px);
	}
	
	.comment-meta {
		padding-bottom: 24px;
	}
	
	#tix-attendees .tix-attendee-list li {
		width: calc(50% - 10px);
	}
	
	#tix-attendees .tix-attendee-list li:nth-child(odd) {
		margin-right: 20px;
	}
}

@media only screen and (min-width:91.875rem) {
	.site-header {
		margin-top: 55px;
	}
	
	.navigation-top {
		width: 100%;
	}
	
	.main-navigation {
		width: 100%;
		max-width: unset;
		height: 55px;
		padding-top: 0;
		background-color: #043643;
		overflow: visible;
	}
	
	.main-navigation.toggled-on {
		height: 55px;
	}
	
	.main-navigation [class^=menu][class$=container] {
		height: 55px;
		opacity: 1;
		pointer-events: all;
	}
	
	.main-navigation [class^=menu][class$=container] .menu {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		max-width: 91.875rem;
	}
	
	.main-navigation .sub-menu .menu-item {
		text-align: left;
	}
	
	.main-navigation .sub-menu .menu-item a {
		white-space: nowrap;
	}
	
	.main-navigation button {
		display: none;
	}
	
	.menu-item {
		display: inline-block;
		width: auto;
		font-size: 1rem;
		padding-right: 7.5px;
		padding-left: 7.5px;
	}
	
	.menu-item:after {
		display: none;
	}
	
	.menu-item-has-children {
		padding-right: 40px;
	}
	
	.menu-item-has-children:after {
		content: "";
		font-family: FontAwesome;
		font-size: 1.5rem;
		line-height: 36px;
		height: 36px;
		width: 36px;
		color: #f9faf4;
		-webkit-transition: color .2s;
		transition: color .2s;
		display: block !important;
		position: absolute;
		top: 9.5px;
		left: 100%;
		margin-left: -20px;
		background-color: transparent;
	}
	
	.menu-item-has-children .sub-menu {
		position: absolute;
		width: auto;
		min-width: 100%;
		top: 55px;
		left: 0;
	}
	
	.menu-item-has-children .sub-menu .menu-item,.menu-item-has-children .sub-menu .menu-item a {
		-webkit-transition: 0;
		transition: 0;
	}
	
	.menu-item-has-children:hover:after {
		color: #de3027;
	}
	
	.menu-item-has-children:hover .sub-menu,.menu-item-has-children:hover .sub-menu.toggled-on {
		height: auto;
		opacity: 1;
		pointer-events: all;
		-webkit-transition: opacity .2s;
		transition: opacity .2s;
		visibility: visible;
	}
	
	.menu-item-has-children:hover .sub-menu .menu-item,.menu-item-has-children:hover .sub-menu.toggled-on .menu-item {
		min-height: 40px;
		display: block;
		-webkit-transition: 0;
		transition: 0;
	}
	
	.menu-item-has-children:hover .sub-menu .menu-item a,.menu-item-has-children:hover .sub-menu.toggled-on .menu-item a {
		display: initial;
		color: #1c89d5;
		-webkit-transition: 0;
		transition: 0;
	}
	
	.menu-item-has-children:hover .sub-menu .menu-item a:hover,.menu-item-has-children:hover .sub-menu.toggled-on .menu-item a:hover {
		color: #de3027 !important;
	}
	
	.dropdown-toggle {
		display: none !important;
	}
	
	.sub-menu.toggled-on {
		visibility: hidden;
		position: absolute;
	}
}

@media screen and (max-width:700px) {
	.page-slug-schedule .wcpt-session-type-session {
		margin-bottom: 0;
	}
	
	.page-slug-schedule .wcpt-session-empty {
		display: none;
	}
}

@media screen and (max-width:782px) {
	body.admin-bar .navigation-top,body.admin-bar .skip-link {
		top: 0;
	}
	
	html #wpadminbar {
		top: -46px;
	}
}