/*
Theme Name: MetroFolio
Theme URI: http://themes.theultralinx.com/metrofolio/
Description: An awesome minimalistic tile based theme, perfect for showing off your creativeness.
Author: UltraLinx
Author URI: http://theultralinx.com
Version: 1.0
Tags: light, two-columns, fixed-width, custom-background, custom-colors, custom-menu, editor-style, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
/*------------------------------------*\
    STYLE.CSS

    $RESET
    $CLEARFIX
    $SHARED
    $BASE
    $NAV
    $HELPER
    $ANIMATE.CSS
    $PAGE
    $PAGE-HEAD
    $PAGE-CONTENT
    $PAGE-FOOT
    $TYPOGRAPHY
\*------------------------------------*/
/*------------------------------------*\
    $RESET
\*------------------------------------*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0;
}

abbr[title], dfn[title] {
  cursor: help;
}

u, ins {
  text-decoration: none;
}

ins {
  border-bottom: 1px solid;
}

img {
  font-style: italic;
}

label,
input,
textarea,
button,
select,
option {
  cursor: pointer;
}

.text-input:active,
.text-input:focus,
textarea:active,
textarea:focus {
  cursor: text;
  outline: none;
}

/*------------------------------------*\
    $CLEARFIX
\*------------------------------------*/
.cf:after, .nav:after, .page-head:after, .site-nav:after, .site-nav__content:after, .page-content:after, .content-portfolio:after,
.content-blog:after, .entry-content:after, .page-nav:after,
.post-nav:after,
.image-nav:after,
.comment-nav:after, .gallery:after {
  content: "";
  display: table;
  clear: both;
}

/*------------------------------------*\
    $SHARED
\*------------------------------------*/
h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
table,
fieldset, figure,
pre {
  margin-bottom: 20px;
  margin-bottom: 1.53846rem;
}

hr {
  margin-bottom: 18px;
  margin-bottom: 1.38462rem;
}

ul, ol, dd {
  margin-left: 40px;
  margin-left: 3.07692rem;
}

/*------------------------------------*\
    $BASE
\*------------------------------------*/
/**
 * Main
 */
html {
  font: 0.8125em/1.53846 serif;
  overflow-y: scroll;
  min-height: 100%;
}

/**
 * Typographic scale
 */
h1, .h1 {
  font-size: 30px;
  font-size: 2.30769rem;
  line-height: 1.33333;
}

h2, .h2, .entry-title {
  font-size: 26px;
  font-size: 2rem;
  line-height: 1.53846;
}

h3, .h3 {
  font-size: 23px;
  font-size: 1.76923rem;
  line-height: 1.73913;
}

h4, .h4, .page-title {
  font-size: 20px;
  font-size: 1.53846rem;
  line-height: 1;
}

h5, .h5, .comment .fn, .widget-title {
  font-size: 18px;
  font-size: 1.38462rem;
  line-height: 1.11111;
}

h6, .h6, .excerpt-tile h2, .post-tile-overlay__title, .bypostauthor {
  font-size: 14px;
  font-size: 1.07692rem;
  line-height: 1.42857;
}

.large {
  font-size: 36px;
  font-size: 2.76923rem;
  line-height: 1.11111;
}

.small, .wp-caption .wp-caption-text,
.gallery-caption, .comment .comment-meta, .comment .form-allowed-tags, .widget_calendar, .page-foot {
  font-size: 12px;
  font-size: 0.92308rem;
  line-height: 1.66667;
}

.lead,
.lede {
  font-size: 14.625px;
  font-size: 1.125rem;
  line-height: 1.36752;
}

/**
 * Quotes
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
q:before {
  content: "\201C";
  content: open-quote;
}
q:after {
  content: "\201D";
  content: close-quote;
}
q q:before {
  content: "\2018";
  content: open-quote;
}
q q:after {
  content: "\2019";
  content: close-quote;
}

blockquote {
  quotes: "\201C" "\201D";
}
blockquote p:before {
  content: "\201C";
  content: open-quote;
}
blockquote p:after {
  content: "";
  content: no-close-quote;
}
blockquote p:last-of-type:after {
  content: "\201D";
  content: close-quote;
}
blockquote q:before {
  content: "\2018";
  content: open-quote;
}
blockquote q:after {
  content: "\2019";
  content: close-quote;
}

blockquote {
  text-indent: -0.41em;
}
blockquote p:last-of-type {
  margin-bottom: 0;
}

.source {
  display: block;
  text-indent: 0;
}
.source:before {
  content: "\2014 \00A0";
}

/**
 * Code
 */
pre {
  overflow: auto;
}
pre mark {
  background: none;
  border-bottom: 1px solid;
  color: inherit;
}

/**
 * Images
 */
img {
  max-width: 100%;
}

img[width],
img[height] {
  max-width: none;
}

.img--right {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}

.img--left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.img--center {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

figure > img {
  display: block;
}

/**
 * Lists
 */
li > ul,
li > ol {
  margin-bottom: 0;
}

.numbered-list {
  list-style-type: decimal;
}

.circled-list {
  list-style-type: circle;
}

.squared-list {
  list-style-type: square;
}

/**
 * Tables
 */
table {
  width: 100%;
}

th,
td {
  padding: 5px;
  text-align: left;
}

[colspan] {
  text-align: center;
}

[colspan="1"] {
  text-align: left;
}

[rowspan] {
  vertical-align: middle;
}

[rowspan="1"] {
  vertical-align: top;
}

.table--bordered th,
.table--bordered td {
  border: 1px solid;
}
.table--bordered th:empty,
.table--bordered td:empty {
  border: none;
}
.table--bordered thead tr:last-child th {
  border-bottom-width: 2px;
}
.table--bordered tbody tr th:last-of-type {
  border-right-width: 2px;
}

.table--striped tbody tr:nth-of-type(odd) {
  background-color: #ffc;
}

/**
 * Forms
 */
fieldset {
  padding: 20px;
}

.label,
label {
  display: block;
}

/*------------------------------------*\
    $NAV
\*------------------------------------*/
.nav {
  margin-left: 0;
  list-style: none;
}
.nav > li,
.nav > li > a {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.nav--stacked > li {
  display: list-item;
}
.nav--stacked > li > a {
  display: block;
}

.nav--banner {
  text-align: center;
}

.nav--block {
  line-height: 1;
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
  white-space: nowrap;
}
.nav--block > li {
  letter-spacing: normal;
  word-spacing: normal;
}
.nav--block > li > a {
  padding: 10px;
}

.nav--fit {
  display: table;
  width: 100%;
}
.nav--fit > li {
  display: table-cell;
}
.nav--fit > li > a {
  display: block;
}

.nav--keywords > li:after {
  content: "\002C" "\00A0";
}
.nav--keywords > li:last-child:after {
  display: none;
}

/*------------------------------------*\
    $HELPER
\*------------------------------------*/
.accessibility,
.visuallyhidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

@media only screen and (max-width: 740px) {
  .accessibility--palm,
  .visuallyhidden--palm {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}
@media only screen and (min-width: 741px) and (max-width: 980px) {
  .accessibility--lap,
  .visuallyhidden--lap {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}
@media only screen and (min-width: 741px) {
  .accessibility--lap-and-up,
  .visuallyhidden--lap-and-up {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}
@media only screen and (max-width: 980px) {
  .accessibility--portable,
  .visuallyhidden--portable,
  .site-logo {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}
@media only screen and (min-width: 981px) {
  .accessibility--desk,
  .visuallyhidden--desk {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .accessibility--desk-wide,
  .visuallyhidden--desk-wide {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}
/*------------------------------------*\
	$ANIMATE.CSS
\*------------------------------------*/
.animated, .page-head, .page-content, .page-foot {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn, .page-content {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp, .page-foot {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDown, .page-head {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/*------------------------------------*\
	$PAGE
\*------------------------------------*/
html {
  background-color: #ebf0f0;
  color: #898989;
  font-family: "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.container {
  width: 960px;
  margin: 80px auto;
}
@media only screen and (max-width: 980px) {
  .container {
    width: 720px;
    margin: 40px auto;
  }
}
@media only screen and (max-width: 740px) {
  .container {
    max-width: 480px;
    width: 100%;
    margin: 20px auto;
    padding: 0 10px;
  }
}

/*------------------------------------*\
	$PAGE-HEAD
\*------------------------------------*/
.page-head {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  margin-bottom: 40px;
  background-color: white;
}
@media only screen and (max-width: 980px) {
  .page-head {
    max-height: none;
  }
}
@media only screen and (max-width: 740px) {
  .page-head {
    text-align: center;
  }
}

.site-logo {
  float: left;
  width: 150px;
  height: 150px;
}

.site-branding {
  position: relative;
  float: left;
  width: 510px;
  height: 150px;
  padding: 30px 40px;
}
.site-branding:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(75%, #ffffff));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 75%);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 75%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 75%);
  background-image: linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 75%);
}
@media only screen and (max-width: 980px) {
  .site-branding {
    width: 420px;
    padding: 20px 0 20px 20px;
  }
}
@media only screen and (max-width: 740px) {
  .site-branding {
    float: none;
    width: 100%;
    height: auto;
    padding: 20px 20px 0;
    margin-bottom: 20px;
  }
  .site-branding:after {
    height: 0;
    width: 0;
    background-image: none;
  }
}

.site-title {
  font-size: 24px;
  font-size: 1.84615rem;
  line-height: 1.66667;
  margin-bottom: 5px;
  line-height: 1;
}
.site-title a {
  color: inherit;
}
.site-title a:hover, .site-title a:active, .site-title a:focus {
  color: #acacac;
}

.site-description {
  margin-bottom: 0;
}

.site-nav {
  float: left;
  width: 300px;
  height: 150px;
  padding: 30px 40px 30px 0;
  text-align: right;
  font-size: 12px;
  font-size: 0.92308rem;
  line-height: 1.66667;
}
.site-nav a {
  color: #acacac;
}
.site-nav a:hover, .site-nav a:active, .site-nav a:focus {
  color: #00a99d;
}
.site-nav ul {
  list-style: none;
}
.site-nav .sub-menu {
  margin: 0;
}
.site-nav > :last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 980px) {
  .site-nav {
    padding: 20px;
  }
}
@media only screen and (max-width: 740px) {
  .site-nav {
    float: none;
    width: 100%;
    height: auto;
    padding-top: 0;
    text-align: center;
  }
}

.site-nav__content {
  margin-bottom: 20px;
}
@media only screen and (max-width: 740px) {
  .site-nav__content {
    margin-bottom: 22.5px;
  }
}

.nav-block {
  float: right;
  width: 50%;
}
.nav-block ul {
  margin-bottom: 0;
}
@media only screen and (max-width: 740px) {
  .nav-block {
    float: none;
    width: 100%;
  }
  .nav-block li {
    line-height: 1.75;
  }
}

.nav--stacked > li > a {
  display: inline-block;
}

/*------------------------------------*\
	$PAGE-CONTENT
\*------------------------------------*/
/**
 * Structure
 */
.page-content {
  margin-bottom: 40px;
  background-color: white;
}
.page-content :last-child {
  margin-bottom: 0;
}

/*.page-content*/
.page-home {
  background-color: transparent;
}

.content-primary {
  float: left;
  padding: 40px 0 40px 40px;
}
@media only screen and (max-width: 980px) {
  .content-primary {
    float: none;
    width: 100%;
    padding: 40px;
  }
}
@media only screen and (max-width: 740px) {
  .content-primary {
    padding: 20px;
  }
}

.content-secondary {
  float: right;
  width: 340px;
  padding: 40px 40px 40px 0;
}
@media only screen and (max-width: 980px) {
  .content-secondary {
    float: none;
    width: 100%;
    padding: 40px;
    border-top: 1px solid #fafafb;
  }
}
@media only screen and (max-width: 740px) {
  .content-secondary {
    padding: 20px;
  }
}

.page-full-width {
  width: 100%;
  padding: 40px;
}
.page-full-width .entry-content {
  font-size: 16px;
  font-size: 1.23077rem;
  line-height: 1.65;
}
@media only screen and (max-width: 740px) {
  .page-full-width {
    padding: 20px;
  }
}

.content-portfolio,
.content-blog {
  background-color: #fff;
}

.content-portfolio {
  margin-bottom: 40px;
}

.page-header {
  margin-bottom: 10px;
}

/**
 * Tiles
 */
.post-tile {
  position: relative;
  float: left;
  width: 240px;
  height: 150px;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 740px) {
  .post-tile {
    width: 50%;
    height: 125px;
  }
  .post-tile > img {
    height: 100% !important;
  }
}

/*.post-tile*/
.intro-tile {
  padding: 15px;
  display: table;
}
.intro-tile h3 {
  font-size: 24px;
  font-size: 1.84615rem;
  line-height: 1.66667;
  display: table-cell;
  vertical-align: middle;
}

/*.post-tile*/
.excerpt-tile {
  padding: 15px;
}
.excerpt-tile.centered {
  display: table;
}
.excerpt-tile.centered h2 {
  display: table-cell;
  vertical-align: middle;
}
.excerpt-tile:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.excerpt-tile h2 {
  margin-bottom: 10px;
}

.post-tile-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.post-tile-overlay__title {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
  color: #fff;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.75) 1px 1px 0;
  letter-spacing: -1px;
}

.post-tile:hover .post-tile-overlay,
.post-tile:focus .post-tile-overlay,
.post-tile:active .post-tile-overlay {
  background-color: #00a99d;
  background-color: rgba(0, 169, 157, 0.75);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/**
 * Posts
 */
.post {
  margin-bottom: 20px;
}
.post:last-child {
  margin-bottom: 0;
}

.entry-header {
  margin-bottom: 20px;
}

.entry-title {
  margin-bottom: 5px;
}

.entry-content {
  font-size: 14px;
  font-size: 1.07692rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

.tags-links + .comments-link:before {
  content: " | ";
}

.page-nav,
.post-nav,
.image-nav,
.comment-nav {
  margin: 20px 0;
}

.nav-previous {
  float: left;
}

.nav-next {
  float: right;
}

.blog .post,
.archive .post {
  margin-bottom: 40px;
}

.alignnone {
  float: none;
  display: block;
  margin: 0 0 20px;
}

.aligncenter {
  display: block;
  margin: 0 auto 20px;
}

.alignright {
  float: right;
  margin: 0 0 20px 10px;
}

.alignleft {
  float: left;
  margin: 0 10px 20px 0;
}

.size-full {
  width: 100%;
  height: auto;
  margin: 0 0 20px;
}

p .alignnone,
p .aligncenter,
p .alignright,
p .alignleft,
p .size-full {
  margin-top: 10px;
}

.wp-caption {
  max-width: 100%;
  padding: 5px;
  background-color: #fafafb;
  text-align: center;
}

.gallery-item {
  float: left;
  text-align: center;
}
.gallery-item img {
  vertical-align: bottom;
}

.gallery-caption {
  margin-left: 0;
}

.gallery-columns-0 .gallery-item {
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.11%;
}

.gallery-columns-10 .gallery-item {
  width: 10%;
}

.gallery-columns-11 .gallery-item {
  width: 9.09%;
}

.gallery-columns-12 .gallery-item {
  width: 8.33%;
}

.gallery-columns-13 .gallery-item {
  width: 7.69%;
}

.gallery-columns-14 .gallery-item {
  width: 7.14%;
}

.gallery-columns-15 .gallery-item {
  width: 6.66%;
}

.gallery-columns-16 .gallery-item {
  width: 6.25%;
}

.gallery-columns-17 .gallery-item {
  width: 5.88%;
}

.gallery-columns-18 .gallery-item {
  width: 5.55%;
}

.gallery-columns-19 .gallery-item {
  width: 5.26%;
}

.gallery-columns-20 .gallery-item {
  width: 5%;
}

.gallery-columns-21 .gallery-item {
  width: 4.76%;
}

.gallery-columns-22 .gallery-item {
  width: 4.54%;
}

.gallery-columns-23 .gallery-item {
  width: 4.34%;
}

.gallery-columns-24 .gallery-item {
  width: 4.16%;
}

.gallery-columns-25 .gallery-item {
  width: 4%;
}

.gallery-columns-26 .gallery-item {
  width: 3.84%;
}

.gallery-columns-27 .gallery-item {
  width: 3.7%;
}

.gallery-columns-28 .gallery-item {
  width: 3.57%;
}

.gallery-columns-29 .gallery-item {
  width: 3.44%;
}

.gallery-columns-30 .gallery-item {
  width: 3.33%;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  margin-top: 5px;
}

.sticky {
  padding: 20px;
  background-color: #fafafb;
}

/**
 * Comments
 */
.comments-area {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #fafafb;
}

#reply-title {
  margin-bottom: 5px;
}

.form-submit {
  margin-bottom: 0;
}

.comment-list {
  margin-left: 0;
  list-style-type: none;
}

.comment {
  margin-bottom: 10px;
  padding: 10px;
}
.comment.even {
  background-color: #fafafb;
}
.comment.odd {
  background-color: #fff;
}
.comment footer {
  margin-bottom: 10px;
}
.comment .avatar {
  float: left;
  margin-right: 20px;
}
.comment .fn {
  margin-bottom: 5px;
  display: block;
  font-weight: 700;
  font-style: normal;
}
.comment .comment-content {
  font-size: 13px;
  font-size: 1rem;
  line-height: 1.53846;
  margin-bottom: 10px;
}
.comment .reply {
  font-size: 13px;
  font-size: 1rem;
  line-height: 1.53846;
  text-align: right;
}
.comment #respond {
  margin: 10px;
  padding: 10px;
  background-color: #fff;
}

.children {
  list-style-type: none;
}

.edit-link + .reply-link:before {
  content: " / ";
}

/**
 * Widgets
 */
.widget {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #fafafb;
}
.widget:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.widget ul, .widget ol {
  margin: 0;
}
.widget ul {
  list-style-type: disc;
}
.widget ol {
  list-style-type: decimal;
}
.widget label,
.widget input,
.widget textarea,
.widget button,
.widget select,
.widget option {
  width: 100%;
}

.widget-title {
  margin-bottom: 20px;
  font-weight: 300;
}

.widget > ul,
.widget_nav_menu ul {
  list-style-type: none;
}

.widget > ul ul.children,
.widget_nav_menu .sub-menu {
  margin: 0 0 0 20px;
}

.widget > ul a,
.widget > ul > li,
.widget_nav_menu a {
  display: block;
  margin-bottom: 5px;
  padding: 5px 10px;
  background-color: #fafafb;
  border-radius: 2px;
}

.widget > ul a {
  display: inline;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}
.widget_calendar caption {
  margin-bottom: 10px;
  text-align: center;
}

.widget_rss .rss-date {
  display: block;
  margin-bottom: 10px;
}
.widget_rss cite {
  display: block;
  margin-top: 10px;
}

/*------------------------------------*\
	$PAGE-FOOT
\*------------------------------------*/
.page-foot {
  padding: 20px;
  background-color: white;
}
@media only screen and (max-width: 740px) {
  .page-foot {
    text-align: center;
  }
  .page-foot > :last-child {
    margin-bottom: 0;
  }
}
.page-foot a {
  color: #acacac;
}
.page-foot a:hover, .page-foot a:active, .page-foot a:focus {
  color: #00a99d;
}

.copyright {
  float: left;
}
@media only screen and (max-width: 740px) {
  .copyright {
    float: none;
    display: block;
  }
}

.ultralinx {
  float: right;
}
@media only screen and (max-width: 740px) {
  .ultralinx {
    float: none;
    display: block;
  }
}

/*------------------------------------*\
	$TYPOGRAPHY
\*------------------------------------*/
/**
 * Headings
 */




h1, h2, h3, h4, h5, h6 {
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  color: #6d6e76;
  letter-spacing: -1px;
}

/**
 * Links
 */
a {
  font-weight: 700;
  color: #00a99d;
  text-decoration: none;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
a img {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
a:hover, a:active, a:focus {
  color: #acacac;
}
a:hover img, a:active img, a:focus img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
}

/**
 * Quotes
 */
blockquote {
  margin-left: 20px;
  padding-left: 10px;
  border-left: 1px solid #fafafb;
  font-size: 1.25em;
}
blockquote p {
  font-style: italic;
}

/**
 * Forms
 */
input,
textarea {
  width: 100%;
  padding: 10px;
  background-color: #fafafb;
  border: none;
  border-radius: 3px;
}

input[type="search"], input[type="search"]:before, input[type="search"]:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"] {
  width: auto;
  padding: 6.66667px 10px;
  color: #898989;
  border: 1px solid #e9e9e9;
  font-family: "Helvetica Neue", sans-serif;
}

/**
 * Media
 */
img,
img[width],
embed,
object,
iframe {
  max-width: 100%;
  height: auto;
}

/**
 * Lists
 */
dl dt {
  font-weight: 700;
}
dl dt + dd {
  margin-bottom: 10px;
}

.sidemenu {
margin:5px;
font-size: 14px;
line-height:25px;
} 
#mainNav2 {
font-size: 12px;
} 


/**
 * Tables
 */
table {
  border: 1px solid #fafafb;
  width: 100%;
}

th,
td {
  padding: 5px;
  border: 1px solid #fafafb;
}

[colspan] {
  text-align: center;
}

[colspan="1"] {
  text-align: left;
}

[rowspan] {
  vertical-align: middle;
}

[rowspan="1"] {
  vertical-align: top;
}

/**
 * Quotes
 */
blockquote {
  text-indent: 0;
}

.cookie-table {
    margin-top: 30px;
    border-collapse: collapse;
    width: 100%;
}
.datenschutz > ul {
    padding-left: 0;
    list-style-type: none !important;
    padding-bottom: 10px;
    
}
.datenschutz > ul > li {
    padding-left: 0;
    padding-bottom: 0;
    list-style-type: none !important;
}
.datenschutz > ul > li:last-of-type {
  margin-bottom: 25px;
}
.datenschutz > p, table {
    padding-bottom: 10px;
}

.datenschutz ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

table > .cookie-table > th, td {
    padding: 8px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
}

table > .cookie-table > thead, th {
    padding: 8px;
    background-color: #f2f2f2 !important;
    text-align: center;
}

table > .cookie-table > thead, th:nth-child(4) {  
    min-width: 80px !important;
}

///**width: 580px;

