@import url(https://fonts.googleapis.com/css?family=Karla|Quicksand);
/*@import url('styles/boots-bones.css');*/
/*
Theme Name: Naked Wordpress
Theme URI: http://bckmn.com/naked-wordpress
Author: J Beckman
Author URI: http://bckmn.com
Description: A super bare theme for designers who don't know Wordpress PHP but want to build with Wordpress.
Version: 1.0
License: GNU General Public License

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}
ol,
ul {
  list-style: 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%;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline;
  vertical-align: middle;
  /* Improves appearance and consistency in all browsers */

}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

  overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */

}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 10px;
  background: #ccc;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */

  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */

  font-size: 12px;
  font-size: 1.4rem;
  line-height: 1;
 /* padding: 1.12em 1.5em 1em;*/
  padding: 0.5em 1.25em;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */

  padding: 0;
  /* Addresses excess padding in IE8/9 */

}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}
input[type=text],
input[type=email],
textarea {
  color: #888888;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  color: #101010;
}
input[type=text],
input[type=email] {
  padding: 3px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */

  padding: 10px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */

  width: 98%;
}
/* styles
-------------------------------------------------------------- */
/*body,
button,*/
body,
input,
select {
  padding: 0;
  margin: 0;
  background: #ffffff;
  font-family: "Karla", Helvetica, sans-serif;
 /* line-height: 26.64px;*/
/*  font-size: 18px;
  font-size: 1.8rem;
  */
    font-size: 14px;
 /* von neuem rhytm */
 /*font-size: 1.4em;*/
 line-height:1.2857;
  
}

body {
	max-width:1300px;
	margin: 0 auto;
}
/* typography
-------------------------------------------------------------- */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Quicksand", Helvetica, sans-serif;
}


h1, 
.h1-like {
    font-size:  1.8571em; /* equiv 26px */
    line-height: 1.3846;
    margin:  1.3846em 0 .6923em 0;
}
h2, 
.h2-like {
    font-size:  1.7143em; /* equiv 24px */
    line-height: 1.5;
    margin:  1.5em 0 .75em 0;
}
h3, 
.h3-like {
    font-size:  1.5714em; /* equiv 22px */
    line-height: 1.6364;
    margin:  1.6364em 0 .8182em 0;
}
h4, 
.h4-like {
    font-size:  1.4286em; /* equiv 20px */
    line-height: 1.8;
    margin:  1.8em 0 .9em 0;
}
h5, 
.h5-like {
    font-size:  1.2857em; /* equiv 18px */
    line-height:  1;
    margin:  2em 0  1em 0;
}
h6, 
.h6-like {
    font-size:  1.1429em; /* equiv 16px */
    line-height:  1.125;
    margin:  2.25em 0  1.125em 0;
}



hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
/* Text elements */
p {
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.7em;
  line-height: 1.5em;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
  box-shadow: 0 3px 5px #ddd inset;
}
/* Links */
a {
 /* color: #007998;*/
  color: #044250;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  -ms-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: rgb(4, 123, 198);
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.center {
  text-align: center;
}
/* Header
-------------------------------------------------------------- */
.site-title a{
  text-transform: uppercase;
 /* font-size: 4em;*/
  font-size: 3em;
  text-align: center;
}
.site-title a:hover{
}
.site-description{
	font-style: italic;
	color: #444;
	margin-top:0px;
	font-size:1em;
	letter-spacing: 0.133em;
}
header {
  padding: 10px 0 0;
  background: transparent;
  margin:10px 10px 40px 10px;
}
header .gravatar {
  overflow: hidden;
  width: 100px;
  height: 100px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
  float: right;
}
header #brand {
  /*margin:1em 0;*/
  margin:0 0 4em;
}
header #brand h1 {
  font-weight: 900;
  color: #565656;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.45em;
}

header #brand h1 span {
  font-weight: 200;
  color: #888888;
  text-transform: lowercase;
}
header nav {
  font-family: "Quicksand", Helvetica, sans-serif;
}
.menu-main-nav-container, .menu-main-container {
  float: right;
}
/*header nav ul, footer nav ul {*/
nav ul {
  list-style: none;
  margin: 0;
}
/*header nav ul li, footer nav ul li  {*/
nav ul li  {
 /* float: left;*/
  /*margin: 2px 10px 0 0;*/
}
/*header nav ul li a, footer nav ul li a  {*/
nav ul li a {
 /* color: #888888;
  font-size: 14px;*/
}

/* Posts/Articles
-------------------------------------------------------------- */
article {
  background: transparent;
  padding: 0;
  margin-bottom: 80px;
  border-bottom: 1px solid #dddddd;
}
article .title {
  color: #404040;
  line-height: 56.24px;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
}
article .title a {
  text-decoration: none;
  color: #404040;
}
article .title a:hover {
  color: #007998;
}
article .post-meta {
  margin-bottom: 40px;
  font-size: 14px;
  text-align: center;
  font-family: "Karla", Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
article .post-meta a {
  color: #888888;
  text-decoration: none;
}
article .post-meta a:hover {
  color: rgba(136, 136, 136, 0.5);
}
/*article .the-content a {*/
.bbp-forums a, .bbp-topic-permalink {
  font-weight: 900;
  text-decoration: none;
}
article .the-content p {
 /* color: #191919;
  text-align: justify;*/
}
article .the-content img {
 /* width: 100%; */
  height: auto;
}
article .meta {
  line-height: 14.8px;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .9px;
}
article .meta div {
  margin:1px auto;
}
article .meta .post-categories {
  list-style: none;
  margin: 0 0 10px 0;
}
article .meta .post-categories li {
  display: inline-block;
  margin-right: 10px;
}
/* Page loop styling */
.page article {
  border-bottom: none;
}
.page article .title {
  margin-bottom: 40px;
}
/* Pagination */
#pagination {
  margin-bottom: 40px;
  width: 100%;
}
#pagination .past-page {
  float: right;
  width: 49%;
  text-align:right;
}
#pagination .next-page {
  float: left;
  width: 50%;
  border-right: 1px solid #ccc;
  height: 200px;
}
.next-page a, .past-page a {
  font-size: 2em;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 400;
  font-style: italic;
  padding: 10%;
}
/* Comments */
h3#comments {
  margin-bottom: 80px;
  font-size: 16px;
}
.commentlist {
  list-style: none;
  margin: 0;
}
.commentlist .comment {
  margin: 0 0 40px 50px;
  padding: 20px;
  position: relative;
  list-style: none;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.commentlist .comment .children {
  margin-top: 40px;
}
.commentlist .comment-author {
  float: left;
  margin-right: 10px;
}
.commentlist .comment-author img {
  position: absolute;
  left: -50px;
  top: 5px;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.commentlist .comment-author .says {
  display: none;
}
.comment-meta {
  font-size: 12px;
  margin-bottom: 10px;
}
.comment-subscription-form,
.comment-subscription-form {
  margin-bottom: 0;
  font-size: 14px;
}
#respond {
  margin-bottom: 80px;
}
#respond > h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
#respond form label {
  color: #888888;
}
footer {
  text-align: center;
  padding-bottom: 40px;
  font-size: 12px;
  clear:both;
}
/* Misc & mixens
-------------------------------------------------------------- */
.hidden{
	display:none;
}
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.clear {
  clear: both;
}
/* clear floats */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}


/*.home {*/
body {
	background-image: url(images/hintergrund.png);
}


/* Registrierungsseite divs */
.span-div-1 {
    max-width: 50%;
    float: right;
}
.span-div-2 {
    max-width: 50%;
    /*float: left;*/
}


/* Titel */
	.site-title {
		line-height:unset;
	}
	.title {
		/*background: #fff;
		padding: 0.5em 0;*/
		color:#0272b9;
		/*font-variant: small-caps;*/
		/*text-align: center;*/
		margin: 0 10px 10px 10px;
	}
	.men-hr {
		margin: 0.5em 9px;
		background-color: #dedede;
	}
	.blogtitle {
		/*position: relative;
		font-size: 200px;
		margin-top: 0;
		font-family: 'Myriad Pro', 'Myriad', helvetica, arial, sans-serif;*/
		text-shadow: 2px 3px 3px #292929;
		letter-spacing: -7px;
		-webkit-text-stroke: 1px white;
	}

	.blogtitle a {
		text-decoration: none;
		color: #0272b9;
		/*position: absolute;*/
	/*	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), color-stop(50%, rgba(0,0,0,.3)), to(rgba(0,0,0,1)));*/
		-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), color-stop(70%, rgba(0,0,0,.6)), to(rgba(0,0,0,1)));
		
		text-shadow: 0 2px 0 #e9e9e9;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;
	}
	
	.blogtitle a:hover {
		/*color: #185a50;*/
-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), color-stop(70%, rgba(0,0,0,.3)), to(rgba(0,0,0,1)));
		
	}

	.blogtitle:after {
		color: #dbdbdb;
		content : attr(data-title);
	}
	

/* Anmeldung */

.bbp-login-form fieldset, .tml {
	/*max-width: 270px;*/
margin: 0 auto 2em;
border-radius: 10px ;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fafafa 0%, #fcfcfc 6%, #f3f3f3 44%, #ededed 46%, #fafafa 100%) repeat scroll 0 0;
    /*border-radius: 85px;*/
    box-shadow: 0 1px 6px 3px rgba(0, 0, 0, 0.12);
	padding: 30px;
}
.tml .error, .tml .message {
	border-radius:5px;
}
.bbp-form div {
	margin-bottom:1em;
}

#bbpress-forums,
div.bbp-breadcrumb, 
div.bbp-topic-tags

 {
	font-size:inherit;
}

/*#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results { */
#bbpress-forums ul.bbp-forums, .downloads, #bbpress-forums ul.bbp-topics { 
	border:none; 
	border-radius: 10px 10px 5px 5px ;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fafafa 0%, #fcfcfc 6%, #f3f3f3 44%, #ededed 46%, #fafafa 100%) repeat scroll 0 0;
    /*border-radius: 85px;*/
    /*box-shadow: 0 1px 6px 3px rgba(0, 0, 0, 0.12);*/
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.12);
    margin: 45px 6px 10px ;
    /*max-width: 1044px;*/
    /*padding:4px;*/
    padding:1px;
}

#bbpress-forums ul.bbp-topics, .downloads { 
	margin-top:0px;
}

.downloads a {
	font-weight:normal;
}
.downloads a:hover {
	text-decoration: underline;
}


/* Dokumentenverwaltung */
.dok {
	border: none;
	border-radius: 10px 10px 5px 5px;
	background:
	rgba(0, 0, 0, 0) linear-gradient(to bottom, #fafafa 0%, #fcfcfc 6%, #f3f3f3 44%, #ededed 46%,
	#fafafa 100%) repeat scroll 0 0;
	border-radius: 20px;
	box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.12);
	margin: 5em 0;
	/*max-width: 1044px;*/
	padding: 2em;
}




.bbp-breadcrumb, 
#bbp-search-form, 
.downloads, 
.main-fluid,
.page-id-146 .container,
.bbp-user-edit .container
{
    margin: 0 10px;
}



.content-margin {
	padding: 0 10px;
}


.downloads {
    padding: 10px;
	margin-bottom:1em;
}
.filegroup {
	margin:1.5em 0 0.5em 0 ;
}
.filegroup-title {
	border-bottom: thin dotted #999;
	margin:1.5em 0 0.5em 0 ;
	color: rgb(0, 98, 161);
}
.downloads div:first-child {
	margin-top:0.5em;
}
.dl-link {
	margin: 0 0 6px 10px;
}
.dl-link a{
	color:#454545 !important;
}

.bbp-breadcrumb, .bbp-topic-tags{
	margin-top:1em;
}

.bottom-men li a {
	font-weight:normal;
}
.topics-box { 
margin-top: 20px;
/*font-size: 12px;*/
}

/*
#bbpress-forums div.bbp-search-form {
	margin-right:10px;
}
*/

#bbpress-forums li.bbp-header {
	background-image: url("images/boxBG/06.png");
	border: 1px solid #fff;
	border-radius: 10px 10px 0 0 ;
	/*box-shadow: -2px 4px 3px 0 #c6c7cf;*/
	/*margin-top: 20px;*/
	padding: 0.5em;
}

#bbpress-forums fieldset.bbp-form {
	background-image: url("images/boxBG/06.png");	
}

#bbpress-forums ul.bbp-topics {
	margin-bottom:6px;
}

div.bbp-template-notice, div.indicator-hint {
	background-color: #fff;
	border-color: #95cafe;
}
#bbpress-forums .status-closed, #bbpress-forums .status-closed a {
	color:#777;
}

.bbp-topics-front ul.super-sticky, .bbp-topics ul.super-sticky, .bbp-topics ul.sticky, .bbp-forum-content ul.sticky {
	background-color: #e0ecff !important;
}

#bbpress-forums .bbp-forum-freshness a {
	font-weight:normal;
}

div.bbp-template-notice.info, .bbp-pagination-count {
	display:none;
}

#bbpress-forums fieldset.bbp-form legend{
	font-weight:900;
	color: #0272b9;
}
span.bbp-admin-links a {
    color: #0f7e1c;
}
span.bbp-admin-links {
    color: #696a71;
}
/*
.bbp-forum-topic-count {
	display:none;
}
*/
.bbp-topic-title a {
	font-weight:normal;
}
.bbp-topic-meta {
	display:none;
}


.acf-button { 
	/*text-decoration:underline;*/
	background:#fff;
	padding: 3px 5px;
	border-radius: 10px;
	border: thin solid #999;
	margin: 5px;
 }
 .acf-button:hover { 
	/*text-decoration:underline;*/
	background:#eee;
 }

/* Downloads */
.acf-fields > .acf-field {
	padding: 40px 12px !important;
}


/* User Profile */
#bbpress-forums #bbp-single-user-details {
	margin-top:5px;
}

#bbp-your-profile h3 {
	font-size:unset; 
}
#bbp-your-profile table {
	text-align:left;
}
#bbpress-forums div.bbp-forum-content {
  clear: both !important;
  margin-left: 10px !important;
  padding: 0  !important;
}

#bbpress-forums .bbp-topic-freshness a
 {
	font-weight:normal;
}


/* Expire Box ( expire-users/admin/expire-user.php ) */
.expire-box{
	margin-bottom:10px;
}

/* Avatar */
#bbpress-forums #bbp-your-profile fieldset span.description {
	margin: 5px 0 0 0 ;
	width:100%
}

/* Originalbildvorschau ausblenden */
#wpua-images-existing p:first-of-type {
	display:none;
}


/* Profil aktualisieren */
#bbpress-forums #bbp-your-profile fieldset {
	padding: 20px 0px 0 20px;
}

.logout-btn {
	float: right;
	margin-top: 0.5em;
	font-size: 0.8em;
}


/* latest topics */

.widget_display_topics .bbp-author-avatar { 
    display: none ! important; 
}
 
.bbp-topic-freshness-author  .bbp-author-avatar { 
    display: none ! important; 
}


#bbpress-forums li.bbp-footer {
	padding:11px;
}
.bbp-footer .tr .td {
	min-height:unset !important;
}
.bbp-footer .bbp-reply-author, 
.bbp-footer .bbp-reply-content {
	display:none;
}



/* neues Thema Formular */
#new-post {padding: 0 6px; }
#new-post .bbp-form {border-radius:4px;}
.small-info {
	font-style:italic;
	color:#999;
	margin: -1em 0 2em 0 !important;
}





/* Small Profile Info */
.small-profile-info {
	float: right;
	font-size:0.85em;
	text-align:left;
}
.profile-text {
	float:left;
}
.profile-image {
	float:right;
	margin-left:5px;
}
.profile-image img, .avatar {
	border-radius: 4px;
	border: thin solid #eee;
}
.small-profile-info img {
	vertical-align: text-top;
}





/* Menü */
.main-navigation {
    margin: 0 5vw;
}

.menu-hauptmenue-container {
	text-align:center;
	width:100%;
	/*font-size:1.2em;*/
	
	margin-right: auto;
margin-left: auto;
/*padding: 0 20px;*/
max-width: 1300px;
}
.menu {
	width: 100%;
    display: flex;
   flex-flow: row wrap;
	justify-content: space-between;
	list-style:none;
	display:inline-flex;
	margin:0;
}
.menu li {
	/*width:25%;*/
}
/*
.menu .current_page_item a {
	font-weight:900;
}
*/

nav ul li a {
  /* border-top: 1px solid #fff;*/
   /*color: white;*/
    /*border-top-color: #1b435e;*/
   background: #eee;
 
	
   padding: 8px 16px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   
   /*
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   */
  
/*  text-shadow: rgba(0,0,0,.4) 0 1px 0;*/
 
  /* font-size: 12px;
   font-family: Georgia, serif;*/
   text-decoration: none;
   vertical-align: middle;
   }
nav ul li a:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.menu .current_page_item a, 
.menu .current_page_item:active, 
.bbp-user-edit #profile-btn a, 
.single-forum #menu-item-144 a,
.single-forum #menu-item-141 a,
.single-forum #menu-item-215 a,
.forum-archive #menu-item-144 a,
.forum-archive #menu-item-141 a,
.forum-archive #menu-item-215 a,
.home  #login-btn a,
.page-id-112  #login-btn a,
.page-id-114  #register-btn a,
.page-id-115  #forgot-btn a,

nav ul li a:hover 
{
	color: white;
	background: rgb(57, 137, 188);
}

article .the-content a,
.profile-text a
 {
	/*color: rgb(4, 123, 198);*/
	color: rgb(0, 98, 161);
}

article .the-content a:hover,
.profile-text a:hover {
	text-decoration:underline;
}


/*
.bbp-user-edit #profile-btn a {
	color:#449;
}
*/


/* SVG */
a .svg {
    float:left;
	height: 1.1em;
    width: 1.21em;
    margin: 0px 4px 0 0;
   /* fill: #fff;*/
    stroke: unset;
    -webkit-transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
}
a:hover .svg {
    color: #559900;
    -webkit-transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
}
.replaced-svg {
    opacity: 1;
}
.svg {
    /*fill: #567EBD;*/
    fill: #454545;
    width: 18px;
    height: 18px;
    width: 1.2em;
    height: 1.2em;
    color: #567ebd;
    display: block;
}







.animate {
    transition: all 0.3s;
}

.btn {
    display: inline-block;
    line-height: 35px;
    margin: 8px;
    padding: 0 15px;
    font-size: 15px;
    position: relative;
    opacity: .999;
    border-radius: 3px;
   transition: all 0.3s;
}




/* 404 error */
.errorimg {
	position:relative;
}

.errorimg img{
		width:100%;
		position:relative;
}
.error-text { 
	z-index:10;
	position:absolute;
	top: 20px;
	left: 150px;
}

.error-img {
	position:relative;
}





/* #Media Queries
================================================== */

  /* Those wide screens above 1280px */
  @media only screen and (min-width: 1281px) {

      body{
	font-size:  16px; /* equiv 16px */
    line-height:  1.3125;
 
    }
  /*
  body{
      
      font-size: 1.5em;
      
      line-height: 1em;
    }
	*/
    article .title{
      font-size: 1.8em;
      line-height: 1.5em;
    }
    article .post-meta{
      font-size: 0.7em;
      line-height: 1em;
    }
    .menu-main-nav-container a, .side-title, .menu-main-container a{
      font-size: 1em;
      line-height: 1.5em;
    }
    #sidebar{
      font-size: 0.7em;
      line-height: 1.5em;
    }
    #sidebar h3{
      font-size: 1.5em;
      line-height: 1.5em;
    }
  }

  /* Smaller than standard 960 (devices and browsers) */
  @media only screen and (max-width: 959px) {
    .side-title{
      font-size: 1em;
      line-height: 1.5em;
    }
  }

  /* Tablet Portrait size to standard 960 (devices and browsers) */
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    .side-title{
      font-size: 1em;
      line-height: 1.5em;
    }
  }

  /* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width: 767px) {
    .side-title{
      font-size: 1em;
      line-height: 1.5em;
    }
  }

  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    body, article .post-meta{
      font-size: 1.2em;
      line-height: 1.5em;
    }
    article .title{
      font-size: 2em;
      line-height: 1.5em;
    }
    .site-title{
      font-size: 10px !important;
      line-height: 50px;
    }
    .menu-main-nav-container a, .side-title, .menu-main-container a{
      font-size: 1em;
      line-height: 1.5em;
    }

  }

  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width: 479px) {
    body, article .post-meta{
      font-size: 1.2em;
      line-height: 1.5em;
    }
    article .title{
      font-size: 2em;
      line-height: 1.5em;
    }
    .site-title{
      font-size: 6px !important;
      line-height: 30px;
    }
    .menu-main-nav-container a, .side-title, .menu-main-container a{
      font-size: 1em;
      line-height: 1.5em;
    }
			.bbp-topic-voice-count, .bbp-topic-freshness {display:none !important;}
	.bbp-topic-reply-count {float:right !important;}
	
	#new-post {padding: 0 10px; }
	#bbp_topic_title, #bbp_topic_tags{width:266px;}
	.small-profile-info {
		margin: -40px -2px;
		line-height: 1.35em;
	}
	.blogtitle {
		margin-top: 40px;
	}
  }
