/*
Theme Name: M100
Author: Mathias Greiner - medienlabor GmbH
Author URI: http://www.medienlaborpotsdam.de
Version: 1.0
Text Domain: m100
*/

@font-face {
  font-family: "OpenSans-Regular";
  src: url("./src/fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
  font-family: "OpenSans-Italic";
  src: url("./src/fonts/OpenSans/OpenSans-Italic.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
  font-family: "OpenSans-Bold";
  src: url("./src/fonts/OpenSans/OpenSans-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: bold;
}

@font-face {
  font-family: "Raleway-Regular";
  src: url("./src/fonts/Raleway/Raleway-Regular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
  font-family: "Raleway-Bold";
  src: url("./src/fonts/Raleway/Raleway-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: bold;
}

/**
 * Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
}

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

ol,
ul {
	list-style: none;
}

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

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

fieldset {
	min-width: inherit;
}

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

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

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

a img {
	border: 0;
}


/**
 * Genericons
 */

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * Typography
 */

body,
button,
input,
select,
textarea {
	color: #666;
	font-family: "OpenSans-Regular", Arial, Helvetica, Verdana, serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway-Regular", Arial, Helvetica, Verdana, serif;
	font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0.5em;
  color: #000;
}

h1, h2, h3, h4 {
  font-size: 22px;
  font-size: 2.2rem;

}
h5, h6 {
  font-size: 18px;
  font-size: 1.8rem;
}
article.agenda h5,
article.agenda h6 {
	font-size: 16px
}
article.agenda h5 a {
	font-size: 14px;
}

p {
	margin-bottom: 0.7em;
}

b,
strong {
	font-family: 'OpenSans-Bold';
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-family: 'OpenSans-Italic';
}

blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}

blockquote p {
	margin-bottom: 1.6667em;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

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

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


/**
 * Elements
 */

hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ul,
ol {
	margin: 0 0 1.6em 1.3333em;
}

ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

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

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
}

:-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
}

::-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
}


/**
 * Forms
 */

button,
input,
select,
textarea {
	background-color: #f7f7f7;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
  -webkit-appearance: none;
}

button,
input {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: normal;
}

input,
textarea,
select {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	color: #333;
}

input:focus,
select:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	background-color: #666;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0.7917em 1.5em;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9);
	outline: 0;
}

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 0.375em;
	width: 100%;
}

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

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

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}


/**
 * Navigations
 */

a {
	color: #000;
  font-weight: bold;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #999;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-family: 'Raleway-Regular';
  text-decoration: none;
  font-weight: 400;
}

a.big-button {
	display:  inline-block;
	background:  #aaa;
	color: #fff;
	padding: 0 30px;
	font-size: 24px;
	line-height: 50px;
	border-radius: 50px;
	font-weight: 400;
	text-align: center;
	width:  50%;
	min-width: 300px;
}
a.big-button:hover,
a.big-button:focus,
a.big-button:active {
	background: #000;
	color: #fff;
}


.align-center {
	text-align: center;
	margin:  0 0 30px;
}




/**
 * Navigation ScrollAnimation
 */
.home #page-nav-wrapper.is-fixed,
#page-nav-wrapper.is-fixed {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(230,230,230,0.9);
}

/**
 * Navigation
 */
#page-nav {
	overflow: visible;
	height: 50px;
}

#page-nav .menu-toggle {
  display: none;
  font-size: 36px;
  line-height: 50px;
  padding: 0 ;
  background: none;
  color: #000;
  cursor: pointer;
}
#page-nav .menu-toggle span {
  display: none;
}
#page-nav .menu-toggle:before {
	display: block;
	font-family: 'FontAwesome';
	content: '\f0c9';
}
#page-nav .menu-toggle:hover,
#page-nav .menu-toggle:active {
  color: #666;
}
#page-nav .menu-toggle.toggle-up:before {
	content: '\f00d';
}


#page-nav .menu-main-menu-container ul.nav-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
#page-nav .menu-main-menu-container ul.nav-menu li {
  display: inline-block;
  margin-right: 20px;
  text-transform: uppercase;
}
#page-nav .menu-main-menu-container ul.nav-menu li a {
  font-family: "Raleway", Arial, Helvetica, Verdana, serif;
  font-size: 16px;
  line-height: 50px;
  font-weight: 400;
  text-decoration: none;
}
#page-nav .menu-main-menu-container ul.nav-menu li.current-menu-item > a,
#page-nav .menu-main-menu-container ul.nav-menu li.current-menu-parent > a,
#page-nav .menu-main-menu-container ul.nav-menu li.current-menu-ancestor > a {
	color: #999;
}

#page-nav .menu-main-menu-container ul.nav-menu ul {
  position: absolute;
  left: -9999px;
  margin: 0;
  padding: 0;
}
#page-nav .menu-main-menu-container ul.nav-menu > li:hover > ul {
  left: auto;
  z-index: 1000;
}
#page-nav .menu-main-menu-container ul.nav-menu ul > li:hover > ul {
  left: auto;
  top: 0;
  margin-left: 300px;
  z-index: 1000;
}
#page-nav .menu-main-menu-container ul.sub-menu {
  width: 300px;
  background: #888888;
  background: rgba(136, 136, 136, 0.9);
  padding: 5px 0 0;
}
#page-nav .menu-main-menu-container ul.sub-menu li {
  display: block;
  margin: 0;
}
#page-nav .menu-main-menu-container ul.sub-menu li a {
  display: block;
  color: #fff;
  padding: 10px 20px;
  text-align: left;
  line-height: 27px;
}
#page-nav .menu-main-menu-container ul.sub-menu a:hover {
  background: #666;
}

#page-nav .menu-main-menu-container ul.sub-menu li.current-menu-item > a,
#page-nav .menu-main-menu-container ul.sub-menu li.current-menu-parent > a {
  color: #000;
}
span.show-menu-childs {
	display: none;
}



/**
 * Layouts
 */
.page-center {
  width: 96%;
  max-width: 940px;
  margin: 0 auto;
}

#content {
  margin: 30px auto;
}

#content hr {
  clear: both;
}

#primary {
  width: 65.9574468085%;
  float: left;
}

#secondary {
  width: 31.914893617%;
  float: right;
}

#primary.primary-full {
  width: 100%;
  float: none;
}
#primary header {
  clear: both;
}


div.logo-15 {
  text-align: center;
  margin: 30px 0;
}
img.logo-15 {
  max-width: 300px;
  width: 100%;
  height: auto;
}


/**
 * Header
 */
#page-nav-wrapper {
	background: #eee;
}
#page-nav-wrapper,
#site-header-wrapper {
	position: relative;
	z-index: 10;
}
.home #page-nav-wrapper,
.home #site-header-wrapper {
  position: absolute;
  width: 100%;
}
.home #page-nav-wrapper {
  top: 161px;
}
.site-header .logo {
  display: block;
  max-width: 380px;
  height: auto;
  margin: 40px 0 60px;
  float: left;
}
.site-header .logo:hover #M100_Logo .logo-fill {
	fill: #666;
}
.home .site-header .logo:hover #M100_Logo .logo-fill {
  fill: #000;
}
#page-nav .menu-main-menu-container {
	float: left;
}
#page-nav {
  position: relative;
}
#page-nav .search-form {
	position: absolute;
  right: 0
}

.livestream-link {
  display: block;
  position: absolute;
  top: 205px;
  left: 50%;
  width: 250px;
  height: 50px;
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-weight: 300;
  line-height: 50px;
  background: rgba(206,161,118,0.9);
  text-transform: uppercase;
  z-index: 100;
  border-radius: 5px;
  transform: rotate(-7.5deg) translateX(20%);
}
.livestream-link:before {
  content: '\f03d';
  font-family: 'FontAwesome';
  padding-right: 5px;
}
.livestream-link:focus,
.livestream-link:hover {
  background: #000;
  color: #fff;
}

.mlp_widget ul,
ul#social {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	clear: right;
}
.mlp_widget ul {
	margin-top: 40px;
}
ul#social {
	margin-top: 10px;
}
.mlp_widget ul li,
ul#social li {
  margin: 0 !important;
	display: inline-block;
}
.mlp_widget ul li a,
ul#social li a {
	text-decoration: none;
}
.mlp_widget ul li {
	padding: 0 5px;
	border-left: 1px solid #000;
  text-transform: uppercase;
}
.mlp_widget ul li:first-child {
	border-left: none;
}
.mlp_widget ul li:last-child {
  padding: 0 0 0 5px;
}
ul#social li {
	padding: 0 0 0 10px;
	font-size: 18px;
}
ul#social li a span {
	display: none;
}
.home .mlp_widget ul li a,
.home ul#social li a {
	color: #fff;
}
.home .mlp_widget ul li {
	border-left: 1px solid #fff;
}
.home .mlp_widget ul li:first-child {
	border-left: none;
}
.mlp_widget ul li a.current-language-item {
  color: #999;
}

/**
 * Footer
 */
.site-footer {
  color: #000;
  padding: 30px 0;
}
#footer-nav,
#widget-area-footer {
	float: left;
	clear: left;
}
#sponsor {
	float: right;
}
#site-info {
	text-align: right;
	clear: both;
	color: #999;
}
#site-info a.medienlabor {
  text-decoration: none;
  color: #999;
  font-weight: 400;
}
#site-info a.medienlabor:hover,
#site-info a.medienlabor:focus {
  color: #000;
  text-decoration: underline;
}
#menu-footer-menu {
	padding: 0;
	margin: 0 0 20px;
	list-style: none;
}
#menu-footer-menu li {
	display: inline-block;
}
#menu-footer-menu li a {
	text-transform: uppercase;
	text-decoration: none;
	padding-right: 20px;
	font-weight: 400;
}


/**
 * Search
 */
#page-nav input.search-field {
	border: none;
	width: 110px;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	-o-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
#page-nav input.search-field:focus {
	width: 280px;
	-o-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
#page-nav button.search-submit {
	border: none;
	width: 50px;
	height: 50px;
	line-height: 50px;
	padding: 0 5px;
	vertical-align: top;
	font-size: 24px;
}



/**
 * Widgets
 */
#secondary .widget {
  margin-bottom: 30px;
}
#secondary .widget_advanced_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#secondary .widget_advanced_menu ul li a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
#secondary .widget_advanced_menu ul li.current-menu-item > a {
  color: #999;
}
#secondary .widget_advanced_menu ul ul {
  margin-left: 20px;
}
/*.widget-title {*/
  /*margin-bottom: 10px;*/
/*}*/


 /**
 * Frontpage
 */
#frontpage-content {
  margin: 20px 0;
	overflow: hidden;
}
#frontpage-boxes {
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
#frontpage-boxes .frontpage-box {
/*  width: 31.914893617%;
  margin: 0 2.1276595745% 20px 0;*/
  width: 31.8%;
  margin: 0 2.1% 20px 0;
  float: left;
  box-shadow: 0 0 30px rgba(0,0,0,0.25);
  min-height: 255px;
}
#frontpage-boxes .frontpage-box:nth-of-type(3n) {
  margin-right: 0;
}
#frontpage-boxes .frontpage-box h2 {
  padding: 0 30px;
  font-size: 24px;
  line-height: 36px;
}

/**
 * Posts and pages
 */
.page-title {
  font-size: 30px;
  margin-bottom: 15px;
}
/* article.partner img {
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
} */

.archive.category article,
.post-type-archive-publications article,
.tax-publications_categories article {
  border-bottom: 1px solid  #eaeaea;
  padding-bottom: 20px;
  margin-bottom: 20px;
}


span.participant-position {
  display: block;
}

.tax-participants_categories #main,
.page .participants-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}

.tax-participants_categories #main article,
.page .participants-grid .participants-item {
  width: 48.9361702128%;
  margin: 0 2.1276595745% 20px 0;

  float: left;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.tax-participants_categories #main article:nth-of-type(2n),
.page .participants-grid .participants-item:nth-of-type(2n) {
  margin-right: 0;
}
.tax-participants_categories #main article:nth-of-type(32+1),
.page .participants-grid .participants-item:nth-of-type(2n+1) {
  clear: left;
}

.participant-block {
  overflow: hidden;
  background: #eee;
  margin-bottom: 20px;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.participant-block .image-wrapper {
  width: 45%;
  margin: 0;
  float: left;
}
.participant-block .participant-text {
  width: 55%;
  padding: 20px;
  float: right;
}
.participant-block .image-wrapper img {
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.page .participants-single-item .image-wrapper {
  width: 30%;
}
.page .participants-single-item .participant-text {
  width: 70%;
}




a.publication-download {
  display: block;
  text-align: center;
  border: 1px solid #cea176;
  color: #cea176;
  padding: 5px 10px;
  margin: 20px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
}
a.publication-download:hover,
a.publication-download:active {
  border: 1px solid #000;
  color: #000;
}

a.more-link {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #000;
  text-decoration: none;
  color: #000;
  font-weight: normal;
}
a.more-link:hover,
a.more-link:active {
  border: 1px solid #999;
  color: #999;
}

.entry-title {
  /*-webkit-hyphens: auto;
  -moz-hyphens:    auto;
  -ms-hyphens:     auto;
  hyphens:         auto;
  word-wrap: break-word;*/
}
.entry-title a {
  text-decoration: none;
  color: #666;
}
.entry-title a:hover,
.entry-title a:focus {
  color: #cea176;
  text-decoration: underline;
}


.home #main article {
  width: 31.914893617%;
  margin: 0 2.1276595745% 20px 0;
  float: left;
}
.home #main article:nth-of-type(3n){
  margin-right: 0;
}
.category #main article,
.archive #main article {

}
.category #main article:nth-of-type(3n),
.archive #main article:nth-of-type(3n) {

}

.home.blog .entry-content a,
.home.blog .entry-content strong {
  font-weight: normal;
}

#main ul{
  list-style: outside square;
  margin: 0 0 1.6em;
}
#main ul li {
  position: relative;
  left: 1em;
  padding-right: 1em;
  /*z-index: -1;*/
}


.pagination {
  clear: both;
  padding-top: 20px;
}
.pagination .page-numbers {
  margin-right: 10px;
}
.pagination a {
  text-decoration: none;
  font-weight: 400;
}

.infoblock {
  background: #666;
  color: #fff;
  padding: 20px;
}
.gold {
  color: #cea176;
}


/**
 * Image Efects
 */
.image-wrapper {
  margin-bottom: 20px;
}
.image-wrapper,
.gallery-item {
  overflow: hidden;
}
.image-wrapper a img,
.gallery-item a img {
  transform: scale(1);
  filter: brightness(100%);
  transition: 300ms linear all;
}
.image-wrapper a img:hover,
.image-wrapper a img:focus,
.gallery-item a img:hover,
.gallery-item a img:focus {
  transform: scale(1.1);
  filter: brightness(70%);
  transition: 300ms linear all;
}


/**
 * Frontpage
 */
#first-post {
  clear: both;
  position: relative;
  margin: 0 0 20px;
}
#first-post.thumbnail .first-post-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  background: #fff;
  background: rgba(255,255,255,0.75);
  color: #000;
}


#first-post.no-thumbnail .first-post-text {

}






/**
 * Alignments
 */

.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

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

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em;
}

/**
 * Captions
 */

.wp-caption {
  margin-bottom: 1.6em;
  max-width: 100%;
}

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

.wp-caption-text {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0;
}


/**
 * Galleries
 */
.gallery {
  margin-bottom: 1.6em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  max-width: 130px;
}
#primary .gallery-item {
  max-width: 14.893617021%;
  margin-right: 2.1276595745%;
  margin-bottom: 20px;
}
#primary .gallery-item:nth-of-type(6n) {
  margin-right: 0;
}
.gallery-icon img {
  margin: 0 auto;
}
.gallery-caption {
  display: none;
}

#TB_caption {
  float: none !important;
  font-weight: bold;
  height: auto !important;
}
#TB_caption #TB_secondLine {
  font-weight: normal;
}
#TB_closeWindow {
  position: absolute;
  bottom: 20px;
  right: 0;
  height: auto !important;
  padding: 0;
  float: none;
}



.wallsio-load-more-button {
  display: block;
  margin: 0 auto;
}


.popup-wrapper {
	background-color: rgba(0,0,0,.75);
	width: 100%;
	height: 100vh;
	position: fixed;
	opacity: 0;
	left: 0;
	top: 0;
	z-index: 100;
}

.popup-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
}

.close-btn {
	position: absolute;
	right: 20px;
	top: 15px;
	background-color: black;
	color: white;
	border-radius: 50%;
	padding: 4px;
}



/**
 * Media
 */
audio,
canvas {
  display: inline-block;
}

embed,
iframe,
object,
video {
  margin-bottom: 1.6em;
  max-width: 100%;
  vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
  margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 1.6em;
}

.wp-playlist.wp-playlist {
  padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
  margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
  border-bottom: 0;
  padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length {
  top: 10px;
}

/**
 * Video
 */
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1.6em;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/**
 * Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after,
.page-center:before,
.page-center:after,
#frontpage-boxes:before,
#frontpage-boxes:after {
  content: "";
  display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after,
.page-center:after,
#frontpage-boxes:after {
  clear: both;
}

/**
 * Accessibility
 */

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



/**
 * Slider
 */

#main .slider {
  margin-bottom: 20px;
}
#slider-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#main .slider ul li {
  padding: 0;
}

.slider-stage .slider-item {
	height: 100vh;
	background-color: #ddd;
	color: #fff;
	position: relative;
}

.slider-stage .slider-item img {
	height: 100%;
	left: 0;
	object-fit: cover;
	bottom: 0;
	width: 100%;
}


/*.slider-stage .slider-item {
  height: 1200px;
  height: 100vh;
  max-height: 100%;
  overflow: hidden;
}
.slider-stage .slider-item img {
  max-width: 1000%;
  min-height: 100%;
  min-width: 100%;
  min-width: 100vw;
  height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}*/
.slider-stage .slider-item:before {
  height: 33%;
  background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.5) 85%); /* FF3.6-15 */
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.5) 85%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.5) 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 2;
}
.slider-item .slider-content-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.slider-stage .slider-content-wrapper {
  bottom: 60px;
  left: 0;
  width: 100vw;
}
.slider-item .more-link {
  color: #fff;
  border-color: #fff;
  margin-top: 20px;
}
.slider-item .slider-title {
  color: #fff;
}
.slider-item .slider-content {
  position: relative;
  width: 100%;
  color: #fff;
  background: rgba(0,0,0,0.625);
  padding: 30px;
  z-index: 10;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.slider-stage .slider-item .slider-content {
  width: 50%;
  float: left;
}
.slider-normal .slider-item .slider-content {
  padding-right: 33%;
}
.slider-normal .slider-item .slider-content .logo-15 {
  display: block;
  position: absolute;
  bottom: 50%;
  right: 30px;
  margin-bottom: -30px;
  max-width: 25%;
  height: auto;
}

.slider-item .slider-text a {
  color: #fff;
  font-weight: normal;
}
.slider-item .slider-text a:hover,
.slider-item .slider-text a:active {
  color: #999;
  font-weight: normal;
}


#quotes-wrapper {
  padding: 30px 0;
  background: #eee;
}
.quotes-content em {
  display: block;
  marin-top: 10px;
  font-weight: 700;
  text-align: right;
}

#quotes-wrapper .bx-wrapper .bx-prev:before,
#quotes-wrapper .bx-wrapper .bx-next:before {
  color: #999;
  text-shadow: none;
}

/* ICON-Links */
#content  a[href$=".pdf"]:before,
#content a[href$=".xls"]:before,
#content a[href$=".csv"]:before,
#content a[href$=".xlw"]:before,
#content a[href$=".xlt"]:before,
#content a[href$=".doc"]:before,
#content a[href$=".rtf"]:before,
#content a[href$=".txt"]:before,
#content a[href$=".zip"]:before,
#content a[href$=".rar"]:before,
#content a[href$=".gzip"]:before {
  font-family: 'FontAwesome';
  padding-right: 5px;
}


/* PDF-Links */
#content  a[href$=".pdf"]:before { content: '\f1c1'; }
/* Excel-Links */
#content a[href$=".xls"]:before,
#content a[href$=".csv"]:before,
#content a[href$=".xlw"]:before,
#content a[href$=".xlt"]:before { content: '\f1c3'; }
/* Word-Links */
#content a[href$=".doc"]:before,
#content a[href$=".rtf"]:before,
#content a[href$=".txt"]:before { content: '\f0f6'; }
/* Zip-Links */
#content a[href$=".zip"]:before,
#content a[href$=".rar"]:before,
#content a[href$=".gzip"]:before { content: '\f1c6'; }



/**
 * SVG-Logo
 */
.home #M100_Logo .logo-fill {
  fill: #fff;
}

/**
 * Medie Query
 */

.only-phone,
.only-tablet {
  display: none;
}


/**
 * WhiteLabel
 */
.whitelabel article.page,
.whitelabel article.twitterwall {
  padding: 20px;
}
.whitelabel .entry-title {
  text-align: center;
}

@media screen and (max-width: 960px) {
  #page-nav .menu-toggle {
    display: block;
  }
  #page-nav .menu-main-menu-container {
    float: none;
    background: #f7f7f7;
    clear: both;
    margin: 0 -2%;
    padding: 0 2%;
  }
  #menu-main-menu {
    display: none;
    width: 100%;
  }
  #page-nav .menu-main-menu-container ul.nav-menu li {
    display: block;
    margin-right: 0;
  }
  #page-nav .menu-main-menu-container ul.nav-menu ul {
    position: static;
    display: none;
  }
  #page-nav .menu-main-menu-container ul.sub-menu {
    width: 100%
  }
  #page-nav ul.nav-menu li.menu-item-has-children {
    position: relative;
  }
  span.show-menu-childs {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 5px 0;
    font-size: 20px;
  }
  ul ul span.show-menu-childs {
    display: none;
  }
  span.show-menu-childs:before {
    display: block;
    font-family: 'FontAwesome';
    content: '\f078';
  }
  .open > span.show-menu-childs:before {
    content: '\f077';
  }
   span.show-menu-childs:hover {
    color: #000;
  }

  .livestream-link {
    top: 113px;
    left: 0;
    width: 100%;
    border-radius: 0;
    transform: none;
  }
}

@media screen and (max-width: 768px) {
	#primary,
	#secondary {
		float: none;
		width: 100%;
	}

  #first-post {
    position: static;
  }
  #first-post .first-post-image {
    margin-bottom: 20px;
  }
  #first-post.thumbnail .first-post-text {
    position: static;
    padding: 0;
    background: none;
    color: #666;
  }
  .only-table {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .home #main article,
  .category #main article,
  .archive #main article,
  .home #main article:nth-of-type(3n),
  .category #main article:nth-of-type(3n),
  .archive #main article:nth-of-type(3n),
  .page .participants-grid .participants-item {
    width: 100%;
    margin: 0 0 20px;
    float: none;
  }
  .tax-participants_categories #main article {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    /*padding-bottom: 10px;
    text-align: center;*/
  }
}

@media screen and (max-width: 550px) {
	.site-header .logo {
		max-width: 75%;
	}
	.logo svg {
		width: 100%;
		height auto;
	}
  #page-nav input.search-field:focus {
    width: 220px;
  }
	#footer-nav,
	#widget-area-footer,
	#sponsor,
	#site-info {
		text-align: center;
		clear: both;
		float: none;
	}
  #frontpage-boxes .frontpage-box .image-wrapper {
    display: none;
  }
  #frontpage-boxes .frontpage-box {
    padding: 30px;
    margin: 0 0 20px 0;
    width: 100%;
    float: none;
    min-height: 0;
  }
  #frontpage-boxes .frontpage-box h2 {
    padding: 0;
    margin: 0;
    font-size: 24px;
    line-height: 36px;
  }
  .page .participants-single-item .image-wrapper {
    width: 45%;
  }
  .page .participants-single-item .participant-text {
    width: 55%;
  }
}

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

@media screen and (max-width: 380px) {
	.only-table {
		display: none;
	}
	.slider-content-wrapper,
	.slider-stage .slider-item .slider-content,
	.slider-item .page-center {
		width: 100%;
	}
	.slider-stage .slider-content-wrapper {
		bottom: 0;
	}
	.slider-item .slider-content {
		padding: 15px 15px 5px 15px;
	}

  .only-phone {
    display: block;
  }
}



/**
 * Print
 */

@media print {
  body {
    background: none !important; /* Brute force since user agents all print differently. */
    font-size: 11.25pt;
  }

  .secondary-toggle,
  .navigation,
  .page-links,
  .edit-link,
  #reply-title,
  .comment-form,
  .comment-edit-link,
  .comment-list .reply a,
  button,
  input,
  textarea,
  select,
  .widecolumn form,
  .widecolumn .mu_register form {
    display: none;
  }

  .site-header,
  .site-footer,
  .hentry,
  .entry-footer,
  .page-header,
  .page-content,
  .comments-area,
  .widecolumn {
    background: none !important; /* Make sure color schemes dont't affect to print */
  }

  body,
  blockquote,
  blockquote cite,
  blockquote small,
  label,
  a,
  .site-title a,
  .site-description,
  .post-title,
  .author-heading,
  .entry-footer,
  .entry-footer a,
  .taxonomy-description,
  .entry-caption,
  .comment-author,
  .comment-metadata,
  .comment-metadata a,
  .comment-notes,
  .comment-awaiting-moderation,
  .no-comments,
  .site-info,
  .site-info a,
  .wp-caption-text,
  .gallery-caption {
    color: #000 !important; /* Make sure color schemes don't affect to print */
  }

  pre,
  abbr[title],
  table,
  th,
  td,
  .site-header,
  .site-footer,
  .hentry + .hentry,
  .author-info,
  .page-header,
  .comments-area,
  .comment-list + .comment-respond,
  .comment-list article,
  .comment-list .pingback,
  .comment-list .trackback,
  .no-comments {
    border-color: #eaeaea !important; /* Make sure color schemes don't affect to print */
  }

  .site {
    margin: 0 7.6923%;
  }

  .sidebar {
    position: relative !important; /* Make sure sticky sidebar doesn't affect to print */
  }

  .site-branding {
    padding: 0;
  }

  .site-header {
    padding: 7.6923% 0;
  }

  .site-description {
    display: block;
  }

  .hentry + .hentry {
    margin-top: 7.6923%;
  }

  .hentry.has-post-thumbnail {
    padding-top: 7.6923%;
  }

  .sticky-post {
    background: #000 !important;
    color: #fff !important;
  }

  .entry-header,
  .entry-footer {
    padding: 0;
  }

  .entry-content,
  .entry-summary {
    padding: 0 0 7.6923%;
  }

  .post-thumbnail img {
    margin: 0;
  }

  .author-info {
    margin: 0;
  }

  .page-content {
    padding: 7.6923% 0 0;
  }

  .page-header {
    padding: 3.84615% 0;
  }

  .comments-area {
    border: 0;
    padding: 7.6923% 0 0;
  }

  .site-footer {
    margin-top: 7.6923%;
    padding: 3.84615% 0;
  }

  .widecolumn {
    margin: 7.6923% 0 0;
    padding: 0;
  }
}
