/* Font styles. */
@font-face {
  font-family: 'orbitronblack';
  src: url('../fonts/orbitron/orbitron-black-webfont.woff2') format('woff2'),
       url('../fonts/orbitron/orbitron-black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'orbitronbold';
  src: url('../fonts/orbitron/orbitron-bold-webfont.woff2') format('woff2'),
       url('../fonts/orbitron/orbitron-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'orbitronlight';
  src: url('../fonts/orbitron/orbitron-light-webfont.woff2') format('woff2'),
       url('../fonts/orbitron/orbitron-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'orbitronregular';
  src: url('../fonts/orbitron/orbitron-medium-webfont.woff2') format('woff2'),
       url('../fonts/orbitron/orbitron-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  /* Setting up font size, leading and font family */
  font-family:'open_sansregular', sans-serif;
  line-height:1.4;
  background:#FFFFFF;
  color:#333333;
  overflow-x:hidden;
}
body > .container{
  margin-bottom:3em;
}
body > .container > .wrapper{
  max-width:150em;
}
/* Links */
a:link, a:visited {
  color:inherit;
  text-decoration: none;
}
a:hover, a:active {
  color:inherit;
  text-decoration: underline;
}
.content a:link,
.content a:visited,
.entry-summary a:link,
.entry-summary a:visited,
.entry-meta a:link,
.entry-meta a:visited{
  color:#CC0000;
}
.content button,
.content input,
.content select,
.content textarea{
  padding:0.285714286em 0.714285714em;
}

/**
 * Titles
 * ======
 * edit to your needs,
 * Example:
 * h2 {
 *   font-size: 1.5em;
 *   margin: 0.83em 0;
 * }
 */

/* take h1 default style for sitename even if its h2 */
#site-name {
  font-size:2.6em;
  line-height:1;
}
.main > .inner > article{
  margin:0 0 3em 0;
  padding:0 0 3em 0;
  border-bottom:3px solid #FFFFFF;
}

h1, h2, h3, h4, h5, h6, th, bold, strong, a:link, a:visited, dt{
  font-family:'open_sanssemibold';
  font-weight:normal;
}
h1{ font-family: 'orbitronregular'; }
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

.maennerpartei{
  text-transform:uppercase;
  font-family: 'orbitronblack';
}

/* title */
.main .title{
  color:#222222;
  margin-top:0;
}

.content h3,
.entry-summary h3{
  color:#CC0000;
}

/**
 * Font icons
 * ==========
 */

/* afterwards */
.articles article .more a:after,
.articles li.hentry .more a:after{
  display:inline-block;
  height:1em;
  line-height:1em;
  width: 1em;
  position:relative;
  top:0.1em;
  padding-left:0.4em;
  text-align: center;
  text-indent: 0px;
  font-family: FontAwesome;
  font-size: 1em;
  text-rendering: auto;
}

/* Paragraph styles. */
p { }

/* Table styles. */
table { }
tr.even td,
tr.odd td {}
tr.odd {}

td,
th{
  padding:0.3em 0.5em;
}
tr + tr td,
thead + tbody tr:first-child td{
  border-top:1px solid #E1E1E1;
}

/* Code. */
pre, code, tt {}
pre {}

/* List styles. */
ul, ol { }

ul          { }
ul ul       { }
ul ul ul    { }
ul ul ul ul { }

ol       { }
ol ol    { }
ol ol ol { }

hr{
  margin:1em 0;
  height:1px;
  background:#EAEAEA;
  border:none;
}

/* Text meant only for screen readers */
.says,
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/**
 * 5.0 Forms
 */

button,
input,
select,
textarea {
}
.content button,
.content input,
.content select,
.content textarea {
	font-size: 1em;
}
button:hover,
button:focus,
input[type="submit"]:focus,
input[type="submit"]:hover{
}

input,
textarea {
}

input:focus,
textarea:focus {
}

input:focus,
select:focus {;
}

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



input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
}
textarea{
}

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: #666666;
	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;
}


/* Abbreviation. */
abbr {}
.element-invisible{}

/* Navigations */
nav a{
  text-transform:uppercase;
}
nav a:link,
nav a:visited{
}
nav a:hover,
nav a:focus{
  background:#D5D5D5;
  text-decoration:none;
}
nav a:focus{
  background:#EDEDED;
}

/**
 * Header
 */
.site-header{
  margin-bottom:0;
  -webkit-box-shadow:0 5px 5px -5px rgba(0,0,0,0.6);
  box-shadow:0 5px 5px -5px rgba(0,0,0,0.6);
}
.site-header > .inner{
  position:relative;
  padding-top:8em;
}
.name-slogan{
  padding:2.4em;
  max-width:23em;
}
#logo{
  display:block;
  margin:0;
  padding:0.807692308em 0;
}
#logo img{
  max-width:100em;
  width:100%;
  height:auto;
  margin:0;
}
#site-name a{
  font-family:'open_sansbold';
  font-weight:normal;
  letter-spacing:-0.04em;
}
#site-slogan{
  font-family: 'open_sanssemibold';
  font-size:1.5em;
  letter-spacing:-0.01em;
}



/**
 * Menu Bar
 */
body > .menu-bar{
  margin:0 -0.5em 3em -0.5em;
  padding:0.5em 0;
  background:#FFFF00;
  border-top:1px solid #E5E500;
  -webkit-box-shadow:0 5px 5px -5px rgba(0,0,0,0.6);
  box-shadow:0 5px 5px -5px rgba(0,0,0,0.6);
}
.site-header + .menu-bar{
  margin:0;
  position:absolute;
  left:0;
  top:0;
  width:100%;
}
.logged-in .site-header + .menu-bar{
  top:4.6em;
}
.menu-bar > .inner{
}
.menu-bar .toggle{
  position:absolute;
  right:5%;
  top:0.6em;
  font-size:1em;
  text-indent: -999em;
  height: 3.5em;
  width: 3.5em;
  padding:0;
}
#menu-toggle:before{
  display: block;
  float:left;
  height:1.75em;
  width:1.75em;
  text-align:center;
  text-indent:0;
  font-family:FontAwesome;
  font-size: 2em;
  line-height:1.75em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#menu-toggle:before{ content: "\f0c9"; }
#menu-toggle.active{ color:#123456; }

.menu-bar .toggle + .menu{
  position:absolute;
  left:5%;
  top:5.1em;
  display:none;
  width:84%;
  padding:0.5em 3%;
  background:#FFFF00;
  z-index:90;
  -webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,0.6);
  box-shadow:0 5px 5px -3px rgba(0,0,0,0.6);
}

.menu-bar .toggle + .menu.active{
  display:block;
}
.menu-bar nav{
  z-index:60;
  width:100%;
  padding:2em 0;
}
.menu-bar #block-system-user-menu{
  float:right;
}
.menu-bar ul{
  margin:0;
  padding:0 0.6em;
}
.menu-bar li{
}
.menu-bar .toggle + .menu li{
  margin:0.5em 0;
}
.menu-bar a{
  font-family: 'orbitronlight';
  font-size:1.2em;
  padding:0 2em;
  line-height:3em;
  border-radius:500px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.menu-bar a:link,
.menu-bar a:visited{
  color:#333300;
}
.menu-bar .current-menu-ancestor > a,
.menu-bar .current-menu-item > a,
.menu-bar a.active-trail,
.menu-bar a.active{
  background-color:rgba(0, 0, 0, 0.1);
  box-shadow:inset 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.menu-bar ul ul{
  border: 1px solid #D5D5D5;
  border-width: 1px 0px;
  padding-left:1em;
}
.menu-bar ul ul a {
  white-space:nowrap;
  min-width:8em;
}
.menu-bar ul ul a:link,
.menu-bar ul ul a:visited{
  background:#FFFFFF;
}
.menu-bar ul ul a:hover,
.menu-bar ul ul a:focus{
  background:#D5D5D5;
}
.menu-bar li:hover > ul{
  left:auto;
}
.menu-bar li:hover > a{
  background-color:rgba(255, 255, 255, 0.5);
  box-shadow:inset 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.menu-bar .search-form{
  width:100%;
}
.menu-bar .search-form .search-field{
  width:60%;
  display:block;
  float:left;
}
.menu-bar .search-form .search-submit{
  width:35%;
  display:block;
  float:right;
}

#highlightBar{
  background-image:url(../img/bg-hearts.png);
}

.main nav li{
  display:block;
  margin:0;
}

/* Region Colors. delete or edit when starting a new theme. */
.main > .inner > aside{
}
#content > .inner > aside {
  float:right;
  padding-top:0.3em;
  text-align:right;
}
#content > .inner > aside .event-details{
  margin:0 0 1.6em 2em;
  background:#E9E9E9;
  padding:2em 0.5em;
}
#content > .inner > aside .event-details dt{
  font-size:1.4em;
}
#content > .inner > aside .event-details dd{
  text-align:left;
}
#content > .inner > aside .wp-post-image{
  display:inline-block;
  margin:0 0 1.6em 1.6em;
}
#content > .inner > aside .pdf-download,
.comment-reply-title{
  display:block;
  text-align:center;
  font-family: 'orbitronlight';
  font-size: 1.2em;
  padding: 0 2em;
  margin:0 0 1.6em 1.6em;
  line-height: 3em;
  border-radius: 500px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  background:#FFFF00;
  border-top:1px solid #E5E500;
  -webkit-box-shadow:0 5px 5px -5px rgba(0,0,0,0.6);
  box-shadow:0 5px 5px -5px rgba(0,0,0,0.6);
}
.comment-reply-title{
  background:#FF0000;
  color:#FFFFFF;
  cursor:pointer;
  width:20em;
  font-size:1.4em;
  margin-left:auto;
  margin-right:auto;
}
#content > .inner > aside .pdf-download:hover,
#content > .inner > aside .pdf-download:active,
.comment-reply-title:hover,
.comment-reply-title:active{
  text-decoration:none;
  -webkit-box-shadow:0 10px 10px -10px rgba(0,0,0,0.6);
  box-shadow:0 10px 10px -10px rgba(0,0,0,0.6);
}
.main .articles{
  float:none;
  width:auto;
  margin-top:-2em;
  margin-left:-1.7em;
  margin-right:-1.7em;
}
.page .main article > .inner,
.single .main article > .inner,
.main .admin-content{
  padding:2.4em 2.4em 3.5em 2.4em;
}

.no-content-regions .main .articles,
.no-content-regions .main > .inner > article{
  width:100%;
  float:none;
}
.with-content-regions .main .articles > .inner,
.with-content-regions .main > .inner > article > .inner{
  padding:2.4em;
}
.region-content .node{
  float:none;
  width:auto;
  padding:2em 0;
}
.articles > .inner{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-flow:row wrap;
  flex-flow:row wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.articles > .inner > .title{
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-left:1em;
  margin-right:1em;
  -webkit-box-ordinal-group:1;
  -moz-box-ordinal-group:1;
  -ms-flex-order:1;
  -webkit-order:1;
  order:1;
}
.articles article{
  -webkit-box-flex:1;
  -moz-box-flex:1;
  -webkit-flex:1;
  -ms-flex:1;
  flex:1;
  margin:2em;
  padding:0;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-ordinal-group:2;
  -moz-box-ordinal-group:2;
  -ms-flex-order:2;
  -webkit-order:2;
  order:2;
  background:#FFFFFF;
  border:1px solid #D5D5D5;
  position:relative;
}
.articles article.announcement{
  -webkit-box-ordinal-group:3;
  -moz-box-ordinal-group:3;
  -ms-flex-order:3;
  -webkit-order:3;
  order:3;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  background:#FFFF00;
  border-color:#E5E500;
  -webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,0.6);
  box-shadow:0 5px 5px -3px rgba(0,0,0,0.6);
}
.articles article.announcement > .inner{
}
.articles article.topics-view-list{
  -webkit-box-ordinal-group:4;
  -moz-box-ordinal-group:4;
  -ms-flex-order:4;
  -webkit-order:4;
  order:4;
}
.articles article.events-view-list,
.articles article.events-view-list ~ article{
  -webkit-box-ordinal-group:6;
  -moz-box-ordinal-group:6;
  -ms-flex-order:6;
  -webkit-order:6;
  order:6;
}

/**
 * Custom colors
 * =============
 */
/*
.articles article.post-9 > .inner{
  background:#EAF0F7;
}
.articles article.post-11 > .inner{
  background:#FCE9D7;
}
.articles article.post-25 > .inner{
  background:#FEEB61;
}
.articles article.post-9 > .inner,
.articles article.post-11 > .inner,
.articles article.post-25 > .inner{
  box-shadow:inset 0 0 25px 2px #FFFFFF;
}
*/
/*
.home .articles article .title{
  margin-top:-1em;
  margin-right:-1em;
  margin-left:-1em;
  color:#FFFFFF;
}
.home .articles article.post-28 .title{
  margin-top:0;
  margin-right:0;
  margin-left:0;
  color:#CC0000;
  background:none;
}
.home .articles article .title a{
  color:#FFFFFF;
  padding:1em 1em 0.5em 1em;
  display:block;
}
.home .articles article .title a:hover,
.home .articles article .title a:focus{
  background-color:rgba(255, 255, 255, 0.15);
  text-decoration:none;
}
.home .articles article .more a{
}
.articles article.post-9 .title{
  background:#366FB5;
}
.articles article.post-11 .title{
  background:#31317E;
}
.articles article.post-16 .title{
  background:#1F4645;
}
.articles article.post-25 .title{
  background:#F9C901;
}
.articles article.post-28 .title{
  background:#CC0000;
}
.home .articles article.post-28 .title{
  margin-top:0;
  margin-right:0;
  margin-left:0;
  color:#CC0000;
  background:none;
}
*/
/*
.articles article.post-9 .title,
.articles article.post-9 .more a{
  color:#366FB5;
}
.articles article.post-11 .title,
.articles article.post-11 .more a{
  color:#31317E;
}
.articles article.post-16 .title,
.articles article.post-16 .more a{
  color:#163936;
}
.articles article.post-25 .title,
.articles article.post-25 .more a{
  color:#F9C901;
}
.articles article.post-28 .title,
.articles article.post-28 .more a{
  color:#CC0000;
}
*/
.home .articles article .more a:hover,
.home .articles article .more a:focus{
  text-decoration:none;
  box-shadow:inset 0px 0px 1px 13px rgba(255, 255, 255, 0.15);
}
.articles article.post-9 .title{
  color:#366FB5;
}
.articles article.post-9 .more a{
  background:#366FB5;
}
.articles article.post-11 .title{
  color:#31317E;
}
.articles article.post-11 .more a{
  background:#31317E;
}
.articles article.post-16 .title{
  color:#163936;
}
.articles article.post-16 .more a{
  background:#163936;
}
.articles article.post-25 .title{
  color:#F9C901;
}
.articles article.post-25 .more a{
  background:#F9C901;
}
.articles article.post-28 .title{
  color:#CC0000;
}
.articles article.post-28 .more a{
  background:#CC0000;
}
.menu-bar li > a{
}
.articles article + article,
.region-content .node + .node{
}
.articles li.hentry{
  list-style:none;
}
.articles article > .inner,
.articles li.hentry > .inner{
  padding:2.4em 2.4em 5em 2.4em;
}
.archive .articles article > .inner,
.articles li.hentry > .inner{
  margin-left:0;
  margin-right:0;
}
article .meta{
  padding-left:0;
}
article .meta li{
  list-style:none;
  font-size:1.2em;
  line-height:2.325em;
  display:inline-block;
  background:#FFFFFF;
  padding:0.5em 1em;
  margin:0 1em 1em 0;
  border:1px solid #E6E6E6;
}
article .articles .meta li{
  width:100%;
  text-align:left;
}
article .meta li.author .user-picture{
  height:2em;
  float:left;
  display:block;
  margin-right:0.5em;
}
article .meta li.author .user-picture img{
  height:100%;
}
article .meta li:before{
  font-family:FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content:" ";
  font-size:1.3em;
}
article .post-thumbnail{
  margin:-2.4em -2.4em 2em -2.4em;
  display:block;
  height:20em;
  background-repeat:none;
  background-position:50% 50%;
  background-size:cover;
}
article header .post-thumbnail{
  height:100%;
  height:20em;
}
article .post-thumbnail img{
  display:none;
  width:100%;
  height:auto;
  margin:0;
}
article .meta li.post-thumbnail:before{ display:none; }
article .meta li.date:before{ content: "\00a0\f133\00a0\00a0"; }
article .meta li.author:before{ content: "\00a0\f007\00a0\00a0"; }
article .has-user-picture .meta li.author:before{ display:none; }
article .meta li.tags:before{ content: "\00a0\f02c\00a0\00a0"; }
article .meta li.category:before{ content: "\00a0\f07c\00a0\00a0"; }


.articles article .meta{
  float:none;
  width:100%;
}
.articles article .meta,
.articles li.hentry .meta{
  padding:0 0 1em 0;
  margin:0 0 1em 0;
  border-bottom:3px solid #F1F1F1;
}
.articles article .meta.nothumb li{
  float:none;
  width:100%;
}
article .meta .user-picture {
  height:100%;
  display:inline-block;
}
article .field{
  margin-bottom:1em;
}
article .field-name-field-tags{
  border:1px solid #E6E6E6;
  background:#FFFFFF;
  display:inline-block;
  padding:0.5em 1em;
  line-height:2.325em;
  margin:0 1em 1em 0;
}
article .field-name-field-tags .field-item{
  display:inline-block;
  padding:0 0.5em;
}
article .field-name-field-tags .field-item a{
  display:block;
}

.articles li.hentry > .inner > ul{
  padding:0;
  margin:0;
}
.articles li.hentry .meta{
  float:right;
  width:25%;
  margin:0 0 0 5%;
  text-align:right;
}
.articles li.hentry .meta .date{
  white-space:nowrap;
  font-size:1.4em;
  font-family: "open_sanssemibold";
}
.articles article .title,
.articles li.hentry > .inner > .title{
  font-size:1.8em;
  letter-spacing:-0.04em;
}
.articles .topics-view-list ul{
  padding:0;
  -webkit-columns:2;
  -moz-columns:2;
  columns:2;
  -webkit-column-width: 250px;
  -moz-column-width: 250px;
  column-width: 250px;
  -webkit-column-gap: 8em;
  -moz-column-gap: 8em;
  column-gap: 8em;
  -webkit-column-rule: 1px solid #D5D5D5;
  -moz-column-rule: 1px solid #D5D5D5;
  column-rule: 1px solid #D5D5D5;
}
.articles .events-view-list ul{
  padding:0;
}
.articles li.hentry{
  border-top:1px solid #E5E5E5;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.articles li.hentry .title{
  font-size:1.4em;
  letter-spacing:-0.04em;
}
.articles li.hentry a.title,
.articles li.hentry .title a{
  display:block;
  padding:0.5em 0;
  font-family: 'open_sansregular';
}
.articles li.hentry .hentry{
  list-style:none;
}
.articles li.hentry .hentry + .hentry:before{
  content:" ";
  display:block;
  height:1px;
  margin:0;
  width:100%;
  background:#E5E5E5;
}
.articles li.hentry .hentry .title{
  font-size:1.4em;
}
.articles article .more,
.articles li.hentry .more{
  text-align:right;
  position:absolute;
  width:100%;
  bottom:-1px;
  right:-1px;
  margin:0;
}
.articles article .more a,
.articles li.hentry .more a{
  font-size:1.4em;
  display:inline-block;
  padding:0.1em 3em 0.2em 1em;
  color:#FFFFFF;
  background:#CC0000;
}
.articles article .more a:after,
.articles li.hentry .more a:after{
  content: "\f054";
}
.articles li.hentry .meta{
  border:none;
  padding:0;
}
.articles li.hentry .meta .date{
  padding:0.5em 0;
}
.content{
  font-size:1.4em;
}
.content .content{
  font-size:1em;
}
.content h3,
.entry-summary h3{
  color:#CC0000;
}
.content h4,
.entry-summary h4{
  clear:both;
}
.content img{
  padding:0.2em;
  background:#FFFFFF;
}
.content figure img{
  margin-bottom:0.3em;
}
.content figcaption{
  font-size:0.9em;
  font-family:'open_sanssemibold', sans-serif;
}
.wp-caption{
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption-text {
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.sticky{
}
.gallery-caption{
}
.bypostauthor{
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.content .gallery{
  margin-bottom:1em;
  margin-left:-15px;
  margin-right:-15px;
  clear:both;
}
.gallery-item,
.gallery-item a {
  display: inline-block;
  text-align: center;
  position: relative;
  vertical-align: top;
  width: 100%;
}
.gallery-item{
  padding:15px;
  box-sizing:border-box;
}
.meta-media .post-thumbnail {
  position: relative;
}
.gallery-item a:after,
.meta-media .post-thumbnail a:after {
  content: "\f002";
  font-family: "FontAwesome";
  color: #FFF;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  border: 2px solid;
  line-height: 50px;
  margin-top: -25px;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: none;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.gallery-item a:hover:after,
.meta-media .post-thumbnail a:hover:after {
  opacity: 1;
}

/**
 * [TF] override
 */
.gallery-item img{
  width:100%;
}
.format-image .meta-media .post-thumbnail a:after {
  opacity: 0.7;
}
.format-image .meta-media .post-thumbnail a:hover:after {
  opacity: 1;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: none;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
.wp-pagenavi{
}
.wp-pagenavi{
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin:2em;
  -webkit-box-ordinal-group:3;
  -moz-box-ordinal-group:3;
  -ms-flex-order:3;
  -webkit-order:3;
  order:3;
}
body .wp-pagenavi a,
body .wp-pagenavi span{
  display:inline-block;
  font-size:1.4em;
  padding:0.357142857em 0.714285714em;
}
.main > .inner > aside{
  padding:0;
  margin:0 0 1em 0;
}
.main .content-before > .inner{
  padding-right:2.4em;
}
.main .content-after > .inner{
  padding-left:2.4em;
}
.main aside .block,
.main > .inner > aside .widget{
  margin:0 0 2.4em 0;
}
.main aside .block > .inner,
.main > .inner > aside .widget > .inner{
  background:#FFFFFF;
  padding:2.4em;
}
.main aside .block-title,
.main aside .title,
.main aside .entry-title{
  padding:0;
  margin:0 0 0.4em 0;
  font-size:1.5em;
  line-height:1.2;
}
/* .main aside .menu */
.main aside #block-node-recent table{
  width:100%;
}
.main aside ul{
  padding:0;
  margin:0;
}
.main > .inner > aside li{
  padding:0.5em 0 0.6em;
  margin:0;
  list-style:none;
}
.main > .inner > aside li:last-child{
  padding-bottom:0;
}
.main > .inner > aside li + li{
  border-top:1px solid #F1F1F1;
}
.main > .inner > aside a:link,
.main > .inner > aside a:visited{
  font-size:1.2em;
  font-family:'open_sansregular', sans-serif;
}

/* user menu */
#page_top-region{
  background:#464646;
  color:#CCCCCC;
}
#page_top-region .menu,
#page_top-region .sub-menu{
  list-style:none;
}
#page_top-region .menu li,
#page_top-region .sub-menu li{
  list-style:none;
  float:left;
  padding:0.3em;
}
#page_top-region .menu a,
#page_top-region .sub-menu a{
  display:block;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding:0.1em 0.5em;
}
#page_top-region .menu a:link,
#page_top-region .menu a:visited,
#page_top-region .sub-menu a:link,
#page_top-region .sub-menu a:visited{
  color:#CCCCCC;
  font-size:1.3em;
}
#page_top-region .menu a:hover,
#page_top-region .menu a:focus,
#page_top-region .sub-menu a:hover,
#page_top-region .sub-menu a:focus{
  color:#FFFFFF;
  text-decoration:none;
  background-color:#666666;
  -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.5);
}
.region-navbar #block-menu-menu-user-tasks{
  float:left;
}
.region-navbar #block-system-user-menu{
  float:right;
}
.region-navbar #block-menu-menu-user-tasks .home a {
  background-image: url(../images/toolbar.png);
  background-position:6px -45px;
  background-repeat:no-repeat;
  height: 14px;
  text-indent: -9999px;
  vertical-align: text-bottom;
  width: 11px;
}
.region-navbar #block-menu-menu-user-tasks div.contextual-links-wrapper{
  right:-30px;
}

/*
 * Sidebars
 * --------
 */
.main article aside .block,
.main article aside .widget{
  float:none;
  width:auto;
  margin:0;
}
.header-bar{
  position:absolute;
  left:0;
  top:0.6em;
  z-index:25;
  pointer-events: none;
}
.header-bar,
.header-bar > .inner{
}
.header-bar > .inner{
  padding-right:4em;
}
.header-bar .title{
  position:absolute;
  left:-9999em;
}
.header-bar .title{
  float:left;
  font-size:1.4em;
  line-height:2.5em;
  margin:0.357142857em;
}
.header-bar nav{
  float:left;
  pointer-events: auto;
}
.header-bar .menu{
  display:inline-block;
}

/*
 * Sidebars Menus
 * --------------
 */
.sidebar .menu{
  padding:0;
}

.sidebar .menu,
.sidebar .sub-menu{
  list-style:none;
}
.sidebar .menu li,
.sidebar .sub-menu li{
  list-style:none;
}
.main .sidebar .menu > li{
  margin:0;
}
.sidebar .menu a{
  display:block;
}
.sidebar .menu li li a{
  padding-left:1.66666666666em;
}
.header-bar .menu{
}
.header-bar .menu,
.header-bar .sub-menu{
  margin:0;
}
.header-bar .menu li,
.header-bar .sub-menu li{
  float:left;
  position:relative;
}
.header-bar .menu a,
.header-bar .sub-menu a{
  white-space:nowrap;
}
.header-bar .menu li + li a{
}
.header-bar .menu ul{
}

/**
 * content-after
 * =============
 *
.content-after .hentry{
  padding:2.4em;
  margin:0 0 4em 0;
  background:#FFFFFF;
}
.content-after .hentry .title,
.content-after .hentry .entry-title{
  font-size:2.4em;
  letter-spacing:-0.04em;
}
.content-after .hentry .title a,
.content-after .hentry .entry-title a,
.content-after .hentry .hotline a,
.content-after .post-20 a:link,
.content-after .post-8 a:link{
  font-family: "open_sanssemibold";
  font-weight: normal;
}
.content-after .hentry .entry-summary,
.content-after .hentry .entry-meta{
  font-size:1.4em;
}
*/


/**
 * drupal calender block
 */

.view .date-nav-wrapper .date-nav .pager{
  position:relative;
  z-index:20;
}
.view .date-nav-wrapper .date-nav .date-heading{
  position:relative;
  z-index:30;
}
.view .date-nav-wrapper .date-nav .pager a{
  line-height:0.6;
  display:inline-block;
  padding-top:1px;
}
.view .date-nav-wrapper .date-nav a{
  font-size:1em;
}
.view .date-nav-wrapper .date-prev{ left:0; text-align:left; }
.view .date-nav-wrapper .date-next{ right:0; text-align:left; }

#page #block-views-menu_auswahl-block{
  margin:0 0 3em 0;
}

/**
 * Slider
 * ======
 */
.slider{
  position: relative;
  overflow:hidden;
  width:100%;
}
.no-js .slider{
}
.slider .slides{
  left: 0;
  position: absolute;
  width: 9999em;
  padding:0;
}
.slider .slides a,
.slider .slides img{ // keep carousel js in mind!!!
  display:block;
  margin:0;
  padding:0;
}
.sidebar .slider .slides{
  left: auto;
  position: static;
  width: auto;
}
.slider .caroufredsel_wrapper{
  margin:0 !important;
  position:relative;
  overflow:hidden;
}
.slides .slide{
  float: left;
  position:relative;
}
.slider .slider-nav{
  position:absolute;
  left:0;
  bottom:-3em;
  margin:0;
  padding:0.5em 0;
  background:rgba(0, 0, 0, 0.5);
  text-align:center;
  width:100%;
  z-index: 100;
  -webkit-transition: bottom 200ms ease 100ms;
  -moz-transition: bottom 200ms ease 100ms;
  -ms-transition: bottom 200ms ease 100ms;
  -o-transition: bottom 200ms ease 100ms;
  transition: bottom 200ms ease 100ms;
}
.slider:hover .slider-nav{
  bottom:0;
}
.slider .slider-nav li{
  display:inline-block;
  height: 1.5em;
  width: 1.5em;
  margin: 0 1em 0 0;
}
.slider .slider-nav a{
  border-radius:7px;
  background:#FFFFFF;
  display:block;
  height: 100%;
  text-indent: -9999em;
  width: 100%;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  transition: background 200ms ease;
}
.slider .slider-nav a:hover,
.slider .slider-nav a:focus{
  background:rgba(255, 255, 255, 0.5);
}
.slider .slider-nav a:active{
  background:rgba(212, 52, 64, 0.5);
}
.slider .slider-nav a span{
  display:block;
  position:absolute;
  left:-9999em;
}
.slider .slider-nav .selected a{
  background:rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.3);
}
.slider .prev-next{
  position:absolute;
  bottom:-3em;
  right:0;
  width:100%;
  -webkit-transition: bottom 200ms ease 100ms;
  -moz-transition: bottom 200ms ease 100ms;
  -ms-transition: bottom 200ms ease 100ms;
  -o-transition: bottom 200ms ease 100ms;
  transition: bottom 200ms ease 100ms;
}
.slider:hover .prev-next{
  bottom:0;
}
.slider .prev-next a {
  display: block;
  z-index: 100;
  position: absolute;
  text-indent: -999em;
  bottom:0;
  height:2.4em;
  width:7em;
  cursor:pointer;
}
.slider .prev-next a:before{
  font-family: 'FontAwesome';
  display:block;
  text-indent: 0;
  text-align: center;
  vertical-align: top;
  color:#FFFFFF;
  float:left;
  height:1em;
  line-height:0.7em;
  width:100%;
  font-size:3em;
}
.slider .prev-next a:hover:before{
  color:#CCCCCC;
}
.slider .prev-next a:active:before{
  color:#914146;
}
.slider .prev-next .prev {
  left: 1em;
}
.sidebar .slider .prev{
  left:0;
}
.slider .prev-next .prev:before{
  content: "\f104";
}
.slider .prev-next .prev:hover:before,
.slider .prev-next .prev:focus:before,
.slider .prev-next .prev:active:before{
}
.slider .prev-next .prev:active:before{
}
.slider .prev-next .next {
  right: 1em;
}
.sidebar .slider .next{
  right:0;
}
.slider .prev-next .next:before{
  content: "\f105";
}
.slider .prev-next .next:active:before,
.slider .prev-next .next:hover:before,
.slider .prev-next .next:focus:before{
}
.slider .prev-next .next:active:before{
}
.slide{
  position:relative;
}
.slide h3,
.slide .content{
  position:absolute;
  top:100%;
  left:34.3333%;
  background:rgba(255, 255, 255, 0.65);
  color:#000000;
  transform:translate3d(0,0,0);
  -webkit-transform:translate3d(0,0,0);
}
.slide h3{
  padding:0.1em 0.3em 0.2em 0.3em;
  font-size:3em;
  transition: top 600ms ease 200ms;
}
.slide .content{
  font-size:1.5em;
  transition: top 600ms ease 1000ms;
}
.slide.active h3{
  top:5em;
}
.slide.active .content{
  top:15em;
  padding:0.5em 0.6em 0 0.6em;
  width:50%;
}

.articles article.teaser > .inner{
  padding:0;
  position:relative;
  overflow:hidden;
}
.articles article.teaser a,
.articles article.teaser img{
  display:block;
}
.articles article.teaser img{
  width:100%;
  height:auto;
  margin:0;
}
.articles article.team ul{
  list-style:none;
}
.articles article.team li{
  margin-bottom:0.3em;
}
.articles article.team .avatar img{
  width:100%;
  height:auto;
  margin:0;
}
.articles article.team .position{
  font-style:italic;
  margin-bottom:1em;
}
.articles article.team .avatar{
  margin:-2.4em -2.4em 2em -2.4em;
}
.articles article.team .name{
  margin-bottom:0;
}
.articles article.team .name h2{
  font-size:1.2em;
  margin-bottom:0;
}

/**
 * Contacts menu
 * ===========
 */
.contacts li {
  margin:0.2em;
}
.contacts li + li:before{
  content:' ';
  display:block;
  float:left;
  height:2.1em;
  position:relative;
  top:0.7em;
  margin-right:0.2em;
  width:1px;
  background:#999999;
}
.contacts li + li a{
  float:left;
}
.contacts a{
  display:block;
  font-size:2em;
  line-height:1.75em;
  height:1.75em;
  width:1.75em;
  text-indent:-999em;
  text-align:left;
}
.contacts .telephone a{
  font-size:1.4em;
  line-height:2.5em;
  height:2.5em;
  width:2.5em;
  text-transform:none;
}
.contacts a:hover,
.contacts a:focus{
  background:none;
  text-decoration:underline;
}
.contacts a:before{
  display: block;
  float:left;
  height:1.75em;
  width:1.75em;
  line-height:1.75em;
  color:#333333;
  text-align:center;
  text-decoration:underline;
  text-indent:0;
  font-family:FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.contacts a:before,
.contacts a:hover:before{
  text-decoration:none;
}
.contacts a:hover:before,
.contacts a:active:before{
  color:#CC0000;
}
.contacts .email     a:before{ content: "\f003"; }
.contacts .telephone a:before{ content: "\f095"; }

.contacts .telephone a:before{
  font-size:1.428571429em;
}
.contacts a:after{
  display:block;
  height:0;
  content:' ';
  overflow:hidden;
  clear:both;
}


/**
 * Social share/menu widget
 * ===================
 */

.social .title{
  color:#ABABAB;
}
.social li{
  margin:0.2em;
}
.social a{
  display:block;
  font-size:2em;
  text-indent:-999em;
  height:1.75em;
  width:1.75em;
  text-align:left;
}
.social a:hover,
.social a:focus{
  background:none;
  text-decoration:underline;
}
.social .mann-in-not a{
  font-size:1.4em;
  line-height:2.5em;
  height:2.5em;
  width:2.5em;
  color:#767676;
  text-transform:none;
}
.social a:before{
  display: block;
  float:left;
  height:1.75em;
  line-height:1.75em;
  width:1.75em;
  border-radius:500px;
  color:#666666;
  text-align:center;
  text-decoration:underline;
  text-indent:0;
  font-family:FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social a:before,
.social a:hover:before{
  text-decoration:none;
}
.social a:hover:before{
  color:#FFFFFF;
}
.social .mann-in-not a:before{ content: ""; }
.social .facebook    a:before{ content: "\f09a"; }
.social .twitter     a:before{ content: "\f099"; }
.social .wordpress   a:before{ content: "\f19a"; }
.social .telegram    a:before{ content: "\f1d8"; }
.social .googleplus  a:before{ content: "\f0d5"; }
.social .linkedin    a:before{ content: "\f0e1"; }

.social .mann-in-not a:before{
  font-size:1.428571429em;
  background:url(../img/logo-mann-in-not-live-ring.svg) 50% 50% no-repeat;
  background-size:115%;
}
.social .mann-in-not a:hover:before,
.social .mann-in-not a:active:before{ background-color:#FFFF00; }
.social .facebook    a:hover:before,
.social .facebook    a:active:before{ background:#3B5999; }
.social .twitter     a:hover:before,
.social .twitter     a:active:before{ background:#0084B4; }
.social .wordpress   a:hover:before,
.social .wordpress   a:active:before{ background:#0087BE; }
.social .telegram    a:hover:before,
.social .telegram    a:active:before{ background:#0D86D7; }
.social .googleplus  a:hover:before,
.social .googleplus  a:active:before{ background:#D44837; }
.social .linkedin    a:hover:before,
.social .linkedin    a:active:before{ background:#007BB6; }

.social a:after{
  display:block;
  height:0;
  content:' ';
  overflow:hidden;
  clear:both;
}


/**
 * Taxonomy lists widget
 * ====================
 */
.main > .inner .topics .widget_taxonomy-drill-down > .inner{
  padding-left:0.4em;
  padding-right:0.4em;
}
.taxonomy-drilldown-lists{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-flow:row wrap;
  flex-flow:row wrap;
  margin:-2em -2em 0 -2em;
}
.taxonomy-drilldown-lists > *{
  -webkit-box-flex:1;
  -moz-box-flex:1;
  -webkit-flex:1;
  -ms-flex:1;
  flex:1;
  margin:2em;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.taxonomy-drilldown-lists > div{
  border:1px solid #D5D5D5;
  padding:1.5em;
}
.taxonomy-drilldown-lists h4,
.taxonomy-drilldown-lists a{
  font-size:1.4em;
}
.taxonomy-drilldown-reset{
  display:inline-block;
  border:1px solid #D5D5D5;
  padding:1em 1.5em;
}

#content > .inner > aside .social .title,
#content > .inner > aside .social ul,
#content > .inner > aside .social li{
  display:inline-block;
}

#comments{
}

/**
 * Worpress - Buddypress
 * =====================
 */
body.buddypress #content{
  width:100%;
}
.buddypress #content > .inner{
  background:#FFFFFF;
  padding:2.4em 2.4em 5em 2.4em;
}
.buddypress .bpfb_form_container{
  padding:0;
  background:none;
  border-bottom:3px solid #F1F1F1;
  margin-bottom:2.4em;
}
body #buddypress form#whats-new-form{
  margin:0;
}
#buddypress form#whats-new-form:before,
#buddypress form#whats-new-form:after {
  content: " ";
  display: table;
}
#buddypress form#whats-new-form:after {
  clear: both;
}
.lt-ie8 #buddypress form#whats-new-form {
  zoom: 1;
}
body #buddypress form#whats-new-form #whats-new-avatar{
  float:left;
  width:15%;
}
#buddypress form#whats-new-form #whats-new-avatar a,
#buddypress form#whats-new-form #whats-new-avatar img{
  display:block;
  width:100%;
  height:auto;
}
body #buddypress form#whats-new-form p.activity-greeting,
#buddypress form#whats-new-form #whats-new-content,
#buddypress form#whats-new-form p.activity-greeting{
  clear:none;
  float:right;
  width:80%;
}
body .bpfb_actions_container.bpfb-theme-new .bpfb_toolbarItem,
body .bpfb_actions_container.bpfb-theme-new .bpfb_toolbarItem:visited,
body .bpfb_actions_container.bpfb-theme-new .bpfb_toolbarItem:hover{
  color:#666666;
}
body .bpfb_toolbarItem span{
  position:static;
  left:auto;
  display:inline;
}
body .bpfb_actions_container.bpfb-theme-new #bpfb_addPhotos,
body .bpfb_actions_container.bpfb-theme-new #bpfb_addVideos,
body .bpfb_actions_container.bpfb-theme-new #bpfb_addLinks,
body .bpfb_actions_container.bpfb-theme-new #bpfb_addDocuments{
  font-family: "open_sansregular";
  display:block;
  width:auto;
  height:auto;
  font-size:1em;
}
body .bpfb_actions_container.bpfb-theme-new #bpfb_addPhotos::before,
body .bpfb_actions_container.bpfb-theme-new #bpfb_addVideos::before,
body .bpfb_actions_container.bpfb-theme-new #bpfb_addLinks::before,
body .bpfb_actions_container.bpfb-theme-new #bpfb_addDocuments::before{
  font-family: FontAwesome;
  display:inline-block;
  margin:0 0.5em 0 0;
}
body .bpfb_actions_container.bpfb-theme-new #bpfb_addPhotos::before{
  content:"\f03e";
}
body .bpfb_actions_container.bpfb-theme-new #bpfb_addVideos::before{
  content:"\f008";
}
body .bpfb_actions_container.bpfb-theme-new #bpfb_addLinks::before{
  content:"\f0c1";
}
body .bpfb_actions_container.bpfb-theme-new #bpfb_addDocuments::before{
  content:"\f0f6";
}
body #buddypress .activity-list li.mini .activity-avatar img.avatar,
body #buddypress .activity-list li.mini .activity-avatar img.FB_profile_pic{
  width:40px;
  height:40px;
}

/**
 * Footer
 * ======
 */
body > .site-footer{
  margin:0 -0.5em;
}
.site-footer{
  background:#FF0000;

}
.site-footer:after{
  display:block;
  content:' ';
  background:#CC0000;
  height:5em;
  -webkit-box-shadow:inset 0 5px 5px -5px rgba(0,0,0,0.6);
  box-shadow:inset 0 5px 5px -5px rgba(0,0,0,0.6);
}
.site-footer > .inner{
  padding-top:3em;
  padding-bottom:2em;
}
.site-footer > .inner > *{
  font-size:1.2em;
  color:#FFFFFF;
}
.site-footer > .inner p,
.site-footer > .inner nav,
.site-footer > .inner div,
.site-footer > .inner ul,
.site-footer > .inner li{
  display:inline-block;
  line-height:2;
}
.site-footer nav a{
  display:inline-block;
  padding:0.5em 1em;
  border-radius:500px;
}
.site-footer a:link,
.site-footer a:visited{
  color:#FFFFFF;
}
.site-footer a:hover,
.site-footer a:active{
  background-color:#CC0000;
}
.site-footer a:hover,
.site-footer a:focus,
.site-footer a:active{
  box-shadow:inset 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

/**
 * Comments
 * ========
 */


.image-navigation,
.comment-navigation {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
}

.image-navigation a,
.comment-navigation a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.image-navigation a:hover,
.image-navigation a:focus,
.comment-navigation a:hover,
.comment-navigation a:focus {
	color: #333;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\2215";
	font-weight: 400;
	margin: 0 0.7em;
}

.image-navigation .nav-previous a:before,
.comment-navigation .nav-previous a:before {
	content: "\f430";
	margin-right: 0.2em;
	position: relative;
}

.image-navigation .nav-next a:after,
.comment-navigation .nav-next a:after {
	content: "\f429";
	margin-left: 0.2em;
	position: relative;
}

.comment-navigation {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	border-bottom: 1px solid #eaeaea;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	padding: 2em 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
}

.image-navigation {
	padding: 0 7.6923%;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty) {
	margin-bottom: 2em;
}
.comments-area {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 3em;
}

.comments-area > :last-child {
	margin-bottom: 0;
}

.comment-list + .comment-respond {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
}

.comments-title {
	margin-bottom: 1.3333em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 1.6em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.8em;
}


.comment-author{
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	margin-bottom: 0.4em;
}

.comment-author a:hover {
	border-bottom: 1px solid #707070;
	border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
	float: left;
	height: 24px;
	margin-right: 0.8em;
	width: 24px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	position: relative;
	top: 5px;
	left: 3px;
}

.comment-metadata,
.pingback .edit-link {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
	border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
	color: #333;
}

.comment-metadata {
	margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
	margin-left: 1em;
}

.pingback .edit-link {
	margin-left: 1em;
}

.pingback .edit-link:before {
	top: 5px;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.6em 1.3333em;
}

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

.comment-content > :last-child {
	margin-bottom: 0;
}
.comment{
  padding:3em 0;
}
.comment + .comment{
	border-top: 1px solid #EAEAEA;
}
.comment:last-child{
}
aside.comment-meta{
  width:auto;
  float:none;
}
.comment > .inner{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-flow:row wrap;
  flex-flow:row wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.comment .comment-meta{
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1;
  text-align:center;
  padding-right:4em;
}
.comment .content{
  -webkit-box-flex:5;
  -ms-flex:5;
  flex:5;
}
.comment-meta li{
  list-style:none;
  font-size:1.4em;
  padding:0 0 0.75em 0;
}
.comment-meta li + li{
  padding-top:0.75em;
	border-top: 1px solid #EAEAEA;
}
.comment-meta li.avatar + li{
  padding-top:0;
	border-top: none;
}
.comment-meta > .inner > li:last-child{
  padding-bottom:0;
}
.comment-meta li.avatar{
}
.comment-meta .avatar img{
  margin:0 auto;
}
.comment-list .reply {
}

.comment-list .reply a {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: inline-block;
	font-weight: 700;
	line-height: 1;
	padding: 0.4167em 0.8333em;
	text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
	border-color: #333;
	color: #333;
	outline: 0;
}

.comment-form {
	padding-top: 1.6em;
}

.comment-form label {
	font-weight: 700;
	display: block;
	text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"] {
	width: 100%;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 2em;
}

.logged-in-as a:hover {
	border-bottom: 1px solid #333;
}

.no-comments {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-weight: 700;
	padding-top: 1.6em;
}

.comment-navigation + .no-comments {
	border-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.required {
	color: #c0392b;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	float: right;
	height: 3em;
	width: 3em;
	overflow: hidden;
	text-indent:-999999em;
}
.comments-visible .comment-reply-title small a{
  display:block !important;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:active{
  text-decoration:none;
}
.comment-reply-title small a::before {
	content: "\f00d";
	display:block;
	height: 100%;
	width: 100%;
	font-size: 2em;
	text-align:center;
	font-family:'FontAwesome';
	text-indent:0;
}


/**
 * Media query: min-width: 460px
 * =============================
 */
@media screen and (min-width: 460px) {
  .site-header > .inner{
    padding-top:4em;
  }
}

/**
 * Media query: min-width: 600px
 * =============================
 */
@media screen and (min-width: 600px) {
  .site-header > .inner{
  }
  .site-header > .inner{
    padding-top:2em;
  }
  #site-name{
    float:left;
    margin-left:-0.692307692em;
    margin-right:0;
  }
  .header-bar{
    right:0;
    left:auto;
    padding-top:1em;
  }
  .header-bar > .inner{
    padding-right:0;
  }
  .header-bar .menu{
  }
  .header-bar .menu a,
  .header-bar .sub-menu a{
  }
  .menu-bar li + li{
    margin-left:1.5em;
  }
  .header-bar .menu li + li a{
  }
  .contacts li {
    margin:0.5em;
  }
  .contacts li + li:before{
    margin-right:0.5em;
  }
  .social li {
    margin:0.5em;
  }
  .social a:before{
    color:#FFFFFF;
    background:#797980;
  }
  .site-header + .menu-bar,
  .logged-in .site-header + .menu-bar{
    margin:-3em -0.5em 3em -0.5em;
    position:static;
    left:auto;
    top:auto;
    width:auto;
  }
  .menu-bar nav{
    width:auto;
  }
  .menu-bar li{
    float:left;
    position:relative;
  }
  .menu-bar ul ul{
    position:absolute;
    left:-9999em;
    border:none;
    padding:0;
    z-index:10;
  }
  .block-search .form-item{
    padding:0;
  }
  .menu-bar .search-form .search-field,
  .menu-bar .search-form .search-submit,
  .menu-bar .block-search .form-text,
  .menu-bar .block-search .form-submit,
  .menu-bar .block-search .form-item,
  .menu-bar .block-search .form-actions{
    display:inline-block;
    width:auto;
    float:none;
    margin:0;
  }
  .menu-bar .block-search .form-text,
  .menu-bar .block-search .form-submit{
    font-size:1.3em;
    line-height:1.923076923em;
  }
  .taxonomy-drilldown-lists > div{
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-ordinal-group:1;
    -moz-box-ordinal-group:1;
    -ms-flex-order:1;
    -webkit-order:1;
    order:1;
  }
  .taxonomy-drilldown-lists > p{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group:2;
    -moz-box-ordinal-group:2;
    -ms-flex-order:2;
    -webkit-order:2;
    order:2;
  }
  .taxonomy-drilldown-lists ul{
    height:20em;
    overflow-y:auto;
  }
  .articles article{
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
  .articles article.topics-view-list{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .archive .articles article,
  .collection .articles article{
    float:none;
    width:100%;
    padding:0;
  }
  .archive .articles article > .inner{
    margin-left:0;
    margin-right:0;
  }
  .articles article.teaser > .inner{
    position:relative;
    overflow:hidden;
  }
  article .post-thumbnail{
    height:25em;
  }
  .articles article.teaser img{
    position:absolute;
    width:auto;
    height:auto;
    right:0;
    bottom:0;
    min-width:100%;
    min-height:100%;
    max-width:none;
  }
  .content figure.alignleft,
  .content img.alignleft{
    float:left;
    margin:0 1.5em 0.5em 0;
  }
  .content figure.alignright,
  .content img.alignright{
    float:right;
    margin:0 0 1.5em 0.5em;
  }
}

/**
 * Media query: min-width: 767px
 * =============================
 */
@media screen and (min-width: 767px) {
  .header-bar .menu{
    position:static;
    float:right;
  }
  article header .post-thumbnail{
    height:40em;
  }
  .wp-pagenavi{
    text-align:center;
  }
}
@media screen and (min-width: 768px) and (max-width: 987px) {
  .main aside .widget_taxonomy-drill-down{
    width:auto;
    float:none;
    margin:0;
  }
}

/**
 * Media query: min-width: 987px
 * =============================
 */
@media screen and (min-width: 987px) {
  .main .articles > ul{
    padding-top:2em;
    padding-left:2em;
    padding-right:2em;
  }
  .with-content-region .main .articles,
  .main > .inner > article,
  body.buddypress #content,
  .page-template-page-events .main .articles{
    float:left;
    width:75%;
    border-bottom:none;
  }
  .main > .inner > article{
  }
  .articles article{
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
  .with-content-region .articles article{
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
  .with-content-regions .articles article{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .with-content-regions .main .articles,
  .with-content-regions .main > .inner > article{
    width:60%;
    float:left;
  }
  .with-content-regions .main .articles > .inner,
  .with-content-regions .main > .inner > article > .inner{
    padding:6em;
  }
  article header .post-thumbnail{
    margin:-6em -6em 2em -6em;
  }
  article#content > .inner{
  }
  .archive .articles article > .inner,
  .page-template-page-events .articles article > .inner{
  }
  .articles > .inner > .title{
    margin-left:1em;
    margin-right:1em;
    margin-top:1em;
  }
  .main > .inner > aside{
    padding:0;
    width:25%;
    margin:0 0 1em 0;
  }
  .with-content-regions .main aside{
    width:20%;
    float:left;
  }
  .with-content-regions .main article + aside,
  .with-content-regions .main .articles + aside{
    float:right;
  }
  .with-content-region .main > .inner > aside{
    width:25%;
  }
  #content.type-events > .inner > aside{
    width:50%;
  }
  .main > .inner > aside.topics{
    width:auto;
    float:none;
  }
  .comment-meta{
    width:6vw;
  }
}

/**
 * Media query: min-width: 1090px
 * =============================
 */
@media screen and (min-width: 1090px) {
  .site-header > .inner{
    padding-bottom:0;
    padding-top:0;
  }
  .header-bar{
    width:45em;
    padding-top:4em;
  }
  .header-bar nav{
    float:right;
  }
  .header-bar .menu{
    display:block;
  }
  .social .mann-in-not a,
  .contacts .telephone a{
    padding-right:0.357142857em;
    width:auto;
    text-indent:0;
  }
  .social .mann-in-not a:before,
  .contacts .telephone a:before{
    margin-right:0.25em;
  }
  .archive .main .articles > .inner,
  .page-template-page-events .main .articles > .inner{
    margin-left:-2em;
  }
  .archive .main .articles > .inner > aside,
  .page-template-page-events .main .articles > .inner > aside{
    margin-right:1.6em;
  }
  .articles > .inner > .title{
    margin-left:2.3em;
    margin-right:2.3em;
  }
  .articles article{
  }
  .archive .articles article,
  .page-template-page-events .articles article{
    float:left;
    width:50%;
  }
  .collection .articles article{
    width:auto;
  }
  .archive .articles article > .inner,
  .page-template-page-events .articles article > .inner{
  }
}

/**
 * Media query: min-width: 1300px
 * ==============================
 */
@media screen and (min-width: 1300px) {
  .articles article.announcement{
    -webkit-box-ordinal-group:5;
    -moz-box-ordinal-group:5;
    -ms-flex-order:5;
    -webkit-order:5;
    order:5;
  }
  .articles article.topics-view-list{
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
}

/**
 * Admin bar
 * =========
 */
body #wpadminbar #wp-admin-bar-site-name > .ab-item::before{
  content: " ";
  width:1.65em;
  height:1.1em;
  background:url(../img/heart.png) 50% 50% no-repeat !important;
}
