@charset "UTF-8";
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}

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

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0 1em 0 0;
}

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

pre {
  overflow: auto;
  font-family: monospace, monospace;
  font-size: 1em;
}

samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

input:focus {
  outline: none;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

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

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

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

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

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
  # Typography
  --------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Lora", serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

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.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: "Roboto", sans-serif;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
  # Elements
  --------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

* {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
*:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

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

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

blockquote,
q {
  quotes: "„" "“" "‚" "‘";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 1em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  width: auto;
  display: block;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
  ## Menus
  --------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  width: 100%;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation li {
  display: inline-block;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next,
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  margin: 20px 0 0;
  width: 40%;
  text-transform: uppercase;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next {
  float: right;
  text-align: right;
}

.post-navigation .nav-next {
  float: right;
  text-align: right;
}
.post-navigation .post-thumbnail-bg {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  height: 180px;
  background-position: center top;
}

/*--------------------------------------------------------------
  # Accessibility
  --------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
  # Alignments
  --------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
  # Clearings
  --------------------------------------------------------------*/
.clear:before, .clear:after {
  content: "";
  display: table;
}

.entry-content:before, .entry-content:after {
  content: "";
  display: table;
}

.comment-content:before, .comment-content:after {
  content: "";
  display: table;
}

.site-header:before, .site-header:after {
  content: "";
  display: table;
}

.site-content:before, .site-content:after {
  content: "";
  display: table;
}

.site-footer:before, .site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
  # Widgets
  --------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Make sure select elements fit in widgets. */
/* Search widget. */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
  # Content
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  ## Posts and pages
  --------------------------------------------------------------*/
.sticky {
  display: block;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
  ## Asides
  --------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
  ## Comments
  --------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
  # Infinite scroll
  --------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
  # Media
  --------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
  ## Captions
  --------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  font-size: 14px;
  color: grey;
  font-style: italic;
}

.wp-caption-text {
  text-align: center;
}

.taxonomy-description {
  margin-bottom: 20px;
}

/* gConverter start */
.gc-image-contener {
  display: inline-flex;
  flex-wrap: wrap;
}

span.gc-image-parent {
  height: 180px;
  margin: 0 10px 10px 0;
}

img.gc-img {
  height: 100% !important;
  width: auto !important;
}

@media (max-width: 360px) {
  span.gc-image-parent {
    height: 170px;
  }
}
/**
   * General rgb(26, 71, 96, .5)
   */
body {
  font-family: "Roboto", sans-serif;
  color: #000;
  padding: 0;
  margin: 0;
  background: #f1f1f1;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

h1 {
  margin: 0;
  font-weight: 700;
  font-size: 3em;
  line-height: 1.1em;
}

h2 {
  font-size: 24px;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 12px;
}

a {
  color: #1a465f;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #1a465f;
  outline: 0;
}

.entry-content p a,
.featured-article .featured-content p a {
  text-decoration: none;
  color: #000;
  -webkit-transition: box-shadow 0.15s ease-out 0s;
  transition: box-shadow 0.15s ease-out 0s;
  background: transparent;
  border-bottom: 0 solid rgba(26, 71, 96, 0.5);
  box-shadow: inset 0 -6px 0 rgba(26, 71, 96, 0.5);
  padding-bottom: 1px;
}

.entry-content p a:hover,
.featured-article .featured-content p a:hover {
  text-decoration: none;
  box-shadow: inset 0 -2em 0 rgba(26, 71, 96, 0.5);
}

p {
  font-size: 18px;
  line-height: 28px;
  font-family: "Lora", serif;
  margin: 0 0 1.5em;
}

.entry-content ul {
  font-family: "Lora", serif;
}

input {
  font-family: "Roboto", sans-serif;
}

img.alignnone {
  margin: 20px 0;
}

.clearfix {
  display: block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/**
   * Header
   */
header#top {
  max-width: 1180px;
  width: 100%;
  padding: 0;
  margin: 0 auto 0 auto;
}
header#top.notstart {
  border-bottom: 3px solid #1a465f;
  padding: 0 0 1px 0;
}
header#top.header-featured {
  max-width: 100%;
}
header#top #logo {
  background: #1a465f;
  display: block;
  text-align: center;
  padding: 6px 0 5px;
  margin-bottom: 1px;
}
header#top #logo img {
  width: 140px;
  display: inline;
}
header .logo-title {
  font-size: 11px;
  color: #fff;
  text-align: center;
}
header#top h3 {
  font-size: 36px;
  margin: 0 0 48px 0;
  font-weight: 900;
  line-height: 32px;
  letter-spacing: -2px;
}
header#top #navi_holder {
  position: relative;
  z-index: 999;
  background: #fff;
}
header#top #left_logo {
  float: left;
  width: 19%;
}
header#top #left_logo #social_logo {
  background: #1a465f;
  text-align: center;
  padding: 8px 0;
}
header#top #left_logo #social_logo a {
  color: #FFF;
  padding: 0 5px;
}

/**
   * Navigation
   */
#mainnavi {
  background-color: #949494;
  position: absolute;
  top: 79px;
  left: 19%;
  width: 81.01%;
}
#mainnavi ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 15px;
}
#mainnavi ul li {
  display: inline-block;
}
#mainnavi ul li a {
  color: #FFF;
  font-size: 15px !important;
  padding: 9px 10px;
  display: block;
}
#mainnavi ul li.current-menu-item a,
#mainnavi ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

nav#site-navigation {
  background: #FFF;
  float: left;
  width: 55%;
  clear: none;
  margin-left: 1px;
}
nav#site-navigation ul {
  list-style-type: none;
}
nav#site-navigation a {
  padding: 23px 21px 28px;
  border-right: 1px solid #ebebeb;
  color: #000;
  font-size: 18px;
  font-weight: 300;
}
nav#site-navigation li:last-child a {
  border: 0;
}
nav#site-navigation a:hover {
  background: #1a465f;
  color: #FFF;
}
nav#site-navigation li {
  float: left;
}

.menu_btn_holder {
  float: right;
  position: relative;
  font-weight: 300;
}
.menu_btn_holder:hover nav.sub-navigation {
  display: block;
}
.menu_btn_holder nav.sub-navigation {
  padding: 10px;
  z-index: 2;
  display: none;
  background: #1a465f;
  width: 25%;
  min-width: 300px;
  top: 78px;
  right: 0;
  position: absolute;
}
.menu_btn_holder nav.sub-navigation li {
  float: none;
  display: block;
  padding: 10px;
  border-bottom: 1px solid #1a465f;
}
.menu_btn_holder nav.sub-navigation li:last-child {
  border-bottom: 0;
}
.menu_btn_holder nav.sub-navigation li a {
  font-size: 18px;
  color: #FFF;
}
.menu_btn_holder nav.sub-navigation li a:hover {
  color: #0a0a0a;
}
.menu_btn_holder .menu_btn {
  background: #1a465f;
  color: #FFF;
  display: block;
  font-size: 28px;
  padding: 18px 27px;
  margin: 0 1px;
}

.more_cats_btn .menu_btn {
  background: #0a0a0a;
  color: #FFF;
  float: left;
  font-weight: 900;
  font-size: 17px;
  padding: 24px 27px 29px;
  margin: 0 0 0 1px;
}

.menu_btn_holder.more_cats_btn nav.sub-navigation {
  background: #0a0a0a;
}
.menu_btn_holder.more_cats_btn nav.sub-navigation li {
  border-bottom: 1px solid #262626;
}
.menu_btn_holder.more_cats_btn nav.sub-navigation li:last-child {
  border-bottom: 0;
}
.menu_btn_holder.more_cats_btn nav.sub-navigation li a:hover {
  color: #1a465f;
}

/* Mobile Menu */
#mobile_menu {
  background: #000;
  color: #FFF;
  font-size: 25px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px 30px 21px;
}

#mobile_menu_left {
  background: #1a465f;
  color: #FFF;
  font-size: 25px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 30px 21px;
}

/**
   * Search
   */
.search_holder {
  position: absolute;
  right: 210px;
  top: 0;
  width: 88px;
  padding: 0;
  background: #bbbbbb;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
}
.search_holder.open {
  width: calc(81% - 210px);
}
.search_holder input {
  background: none;
  border: 0;
  width: 100%;
  font-size: 20px;
  color: #fff;
}
.search_holder input:focus {
  outline: none;
}
.search_holder form {
  width: calc(100% - 130px);
  float: left;
  padding: 21px 0 0 0;
  display: none;
}
.search_holder.open form {
  display: block;
}
.search_holder .search-submit {
  display: none;
}
.search_holder a {
  display: block;
  color: #FFF;
  float: left;
  width: 89px;
  font-size: 39px;
  top: 0;
  left: 0;
  padding: 10px 25px;
}

/**
   * Slideshow
   */
/* Gallery */
.flexslider__wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 40%;
}
.flexslider__wrapper img {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  bottom: -100%;
  margin: auto;
}

.flexslider__title {
  position: absolute;
  bottom: 10%;
  left: 10%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  max-width: 680px;
}
.flexslider__title h1 {
  font-size: 34px;
  color: #fff;
  margin-top: 16px;
}

.flexslider__author {
  font-size: 14px;
  color: #fff;
  margin: 8px 0 0 20px;
}
.flexslider__author a {
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.5px;
}

.flexslider__labels {
  margin: -40px 0 6px 12px;
}

.flexslider__cat,
.flexslider__label {
  display: inline-block;
}

.flexslider__cat ul,
.flexslider__label ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 0 0 4px;
}

.flexslider__cat ul li,
.flexslider__label ul li {
  display: inline-block;
  padding: 6px;
  margin-right: 6px;
  color: #fff;
}

.flexslider__cat ul li {
  background-color: #1a465f;
}
.flexslider__cat ul li a {
  color: #fff;
}

.flexslider__label ul li {
  background-color: white;
}
.flexslider__label ul li a {
  color: #000000;
}

a.gallery-navigation {
  display: none;
  text-align: center;
  position: absolute;
  z-index: 10;
  top: 46%;
}

.flexslider:hover a.gallery-navigation {
  display: inline-block;
}

a.gallery-navigation i {
  border-radius: 50%;
  display: inline-block;
  background: #000;
  color: #fff;
  width: 40px;
  height: 40px;
  padding: 5px 0 0;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
}
a.gallery-navigation.flex-prev {
  left: 28px;
}
a.gallery-navigation.flex-next {
  right: 28px;
}

.slider img {
  width: 100%;
  height: auto;
}

/**
   * Content
   */
.wrapper {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
}

#primary.content-area {
  width: 66%;
  float: left;
}

#secondary.widget-area {
  float: right;
  width: 32%;
}

.more-articles-wrapper,
.more-articles-item {
  display: flex;
}

.more-articles {
  width: 68%;
}

.more-articles-sidebar {
  width: 32%;
}

.more-articles-item__img {
  width: 35%;
}

.more-articles-item__text {
  width: calc(65% - 40px);
  padding: 20px;
}

.more-articles .entry-header {
  margin-top: 8px;
}

/**
   * Articles
   */
a.index-thumbnail {
  height: 200px;
  display: block;
  background-size: cover;
  background-position: center;
}

.entry-header a {
  color: #000;
}

.newexcerptclass p {
  font-family: "Roboto", sans-serif;
  font-size: 1.4em;
  line-height: 1.4em;
}

.entry-meta {
  font-size: 14px;
  margin: 20px 0 30px;
  border-bottom: 4px solid #000;
  padding: 0 0 8px;
  text-align: right;
}
.entry-meta a {
  font-weight: 700;
  color: #000;
}

a.author-entry-meta {
  font-size: 16px;
}

.posted-on {
  color: #b4b4b4;
}
.posted-on a {
  color: #b4b4b4;
}

.labelslinks {
  color: #b4b4b4;
}

.cat-links {
  color: #b4b4b4;
}
.cat-links a {
  color: #1a465f;
}

.labelslinks a {
  color: #1a465f;
}

.more-articles article {
  margin: 0 0 30px;
}
.more-articles article h2 {
  margin: 0;
}
.more-articles article .article_meta {
  padding: 0;
  margin: 5px 0 8px;
}
.more-articles article .entry-content p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 6px;
}

article {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

h1.entry-title {
  margin-bottom: 20px;
}

.post h1.entry-title {
  margin-bottom: 0;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.entry-thumbnail {
  margin-bottom: 20px;
}
.entry-thumbnail img {
  width: 100%;
  height: auto;
}

.entry-copyright {
  font-style: italic;
  margin: 2px 0 12px;
  font-size: 12px;
  text-align: right;
  clear: both;
}

article .article_meta {
  padding: 6px 0 4px;
  font-size: 12px;
  color: #000;
}
article .article_meta a {
  color: #000;
  font-weight: 700;
}
article h2 a {
  color: #000;
}

.article_meta {
  font-size: 14px;
  color: #666666;
  padding: 8px 4px;
}

.cat {
  background: #000;
  color: #FFF;
  display: inline-block;
  text-decoration: none;
  font-weight: 900;
  font-size: 14px;
  padding: 1px 8px 4px;
  text-transform: capitalize;
}
.cat a {
  color: #FFF;
}

.label a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  padding: 1px 8px 4px;
  background: #1a465f;
}

.labels {
  margin-left: 4px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-weight: 900;
  font-size: 14px;
  padding: 1px 8px 4px;
  background: #1a465f;
}
.labels a {
  color: #FFF;
}

article.box {
  margin: 20px -20px 20px 0px;
}
article.box h3 {
  display: inline-block;
  margin-bottom: 8px;
}
article .box-content {
  background: #333;
  padding: 12px;
  color: #fff;
  font-size: 14px;
}
article .box-content small {
  display: block;
  margin: 12px 0;
}
article.box .avatar {
  margin: 0 12px 0;
}
article.box .icons a {
  margin: 0 0 0 8px;
}

.author-box-single .icons a,
#autor_holder .icons a {
  margin: 0 0 0 8px;
}

.box-content-text {
  margin-left: 32%;
}

/**
   * Featured Article
   */
.featured-wrapper {
  position: relative;
}

.featured-postthumbnail {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.featured-postthumbnail:after {
  padding-top: 56.25%;
  display: block;
  content: "";
}

.featured-copyright {
  position: absolute;
  display: inline-block;
  margin-top: -66px;
  padding: 4px 8px;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.7);
  color: #000;
  right: 0;
}

.featured-article .featured-content p,
.featured-article .featured-content h2,
.featured-article .featured-content h3,
.featured-article .featured-content h4 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 12px;
}
.featured-article .us_posts_top {
  padding: 0 12px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.featured-content {
  background: #fff;
}
.featured-content .thegap-tags {
  max-width: 800px;
  margin: 20px auto;
}
.featured-content img.alignnone,
.featured-content figure {
  margin: 40px auto !important;
}

.featured-article header {
  display: block;
  position: relative;
  background: #fff;
  max-width: 838px;
  padding: 30px;
  margin: -12% auto 0;
}
.featured-article header a {
  color: #000;
  font-weight: 700;
}
.featured-article header h2 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.featured-gallery-content {
  display: flex;
  flex-wrap: wrap;
  max-width: 1040px;
  margin: 40px auto;
  justify-content: center;
}

.featured-gallery-content__item {
  display: inline-block;
  width: calc(100% - 40px);
  max-width: 500px;
  padding: 20px;
}
.featured-gallery-content__item h4 {
  margin: 4px 0;
  font-size: 16px;
}
.featured-gallery-content__item h4 span {
  font-size: 14px;
  font-weight: 400;
  color: #787878;
}

.featured-gallery-content__item-resize {
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.featured-gallery-content__item-resize:after {
  padding-top: 56.25%;
  display: block;
  content: "";
}

/**
   * Sidebars
   */
.start-sidebar {
  background: #333;
  padding: 12px;
  margin-top: 20px;
}

.widget-title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin: 12px 0 24px;
  border-bottom: 3px solid #fff;
  padding-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
}

.sidebar-sticky {
  width: 300px;
  height: 600px;
  float: left;
}

/* Ausgaben */
.ausgaben article {
  padding-bottom: 30px;
}

a.ausgaben-title {
  display: block;
  color: #fff;
  font-size: 1.6em;
  margin: 0 0 12px;
}

.ausgaben-text {
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}

/* Most popular posts */
.wpp-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

a.wpp-post-title {
  color: #fff !important;
  text-decoration: none;
}

.wpp-list li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}

.wpp-meta {
  display: block;
  font-size: 14px;
}

.wpp-list .wpp-post-title {
  font-size: 20px;
  display: block;
}

.wpp-no-data {
  color: #ffffff;
}

.wpp-list .left {
  float: left;
  width: 30%;
}
.wpp-list .right {
  float: right;
  width: 70%;
  font-size: 12px;
  color: #e9e9e9;
}
.wpp-list .ende {
  float: right;
  width: 70%;
  font-size: 14px;
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
}

.page-title,
.start-sidebar h2,
.start-popular-post h2,
.widget-area h2 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  border-top: 5px solid #0a0a0a;
  padding: 16px 0 16px;
  border-bottom: 1px solid #f4f4f4;
  margin: 0 0 20px 0;
}

.start-popular-post,
.popular-posts {
  background: #1a465f;
  padding: 12px;
}

.popular-posts-grey {
  background: #333;
}

.wpp-thumbnail {
  width: 80px;
  float: none !important;
}

/**
   * Author styles
   */
#autor_holder {
  background: #000;
}
#autor_holder .wrapper {
  background: #000;
}
#autor_holder ul li {
  min-height: 270px;
}
#autor_holder ul li:hover {
  background: #e9e9e9;
}
#autor_holder h4 {
  font-size: 2em;
  margin: 20px 0;
  color: #fff;
}
#autor_holder h3 {
  float: left;
}
#autor_holder h5 {
  font-size: 1.1em;
  margin: 1px 0 20px;
  color: #000;
  padding: 8px 12px;
}
#autor_holder .black {
  background: #fff;
  color: #000;
  padding: 30px 0 0;
}
#autor_holder .black .icons {
  display: inline-block;
}
#autor_holder .black .avatar {
  width: 160px;
  margin: 0;
}
#autor_holder .black .right {
  float: left;
  width: 45%;
}
#autor_holder .articles {
  width: 100%;
  margin: 20px 0 0 0;
}
#autor_holder .articles ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-column-count: 4;
  -webkit-column-gap: 20px;
  -moz-column-count: 4;
  -moz-column-gap: 20px;
  column-count: 4;
  column-gap: 20px;
}
#autor_holder .articles ul li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
#autor_holder .articles ul li a {
  color: #000;
}

#autor_top #autor_holder .black {
  padding: 0;
  background: #FFF;
  color: #000;
}
#autor_top #autor_holder .black .right {
  width: calc(100% - 225px);
}
#autor_top #autor_holder .black .wrapper {
  padding: 0;
}
#autor_top #autor_holder .black .icons a {
  color: #000;
}

#autor_holder .black .wrapper {
  background: #fff;
  padding: 0;
  margin-bottom: 30px;
}

.single-author {
  display: flex;
}

.single-author__avatar {
  width: 210px;
}

.single-author__meta {
  width: 100%;
  padding: 0 20px 0;
}

a.single-author__name {
  display: inline-block;
  font-size: 22px;
  margin-bottom: 0;
  color: #000;
  font-weight: 700;
}

.single-author__description {
  margin: 8px 0 0;
  max-width: 600px;
}

.single-author__icons {
  margin: 8px 0 0 0;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.single-author__icons a {
  display: inline-block;
  margin: 8px 18px 0 0;
}

.author-last-articles__title {
  font-size: 24px;
  margin: 38px 0 18px;
}
.author-last-articles__title small {
  display: block;
  font-size: 14px;
}

.author-last-articles__post {
  background-size: cover;
  display: block;
  height: 150px;
  background-repeat: no-repeat;
  background-position: top center;
}

.author-box-single {
  margin-bottom: 30px;
}
.author-box-single .avatar {
  margin: 0 12px 0 0;
}
.author-box-single .author-content {
  float: right;
  width: 70%;
}
.author-box-single .author-content h2 {
  display: inline-block;
  font-size: 30px;
  margin-right: 4px;
}
.author-box-single .author-content a {
  color: #000;
}

.avatar {
  width: 25%;
  float: left;
}

/**
   * Footer
   */
footer #menu-footer-menue {
  list-style-type: none;
  margin: 0;
  padding: 0 0 12px;
}
footer #menu-footer-menue li {
  border-right: 1px solid #404040;
  line-height: 16px;
  margin-right: 5px;
  display: inline-block;
}
footer #menu-footer-menue li:last-child {
  border: 0;
}
footer #menu-footer-menue li a {
  padding-right: 10px;
  font-size: 16px;
  color: #FFF;
}

div#footer_widget a {
  color: #1a465f !important;
}

footer {
  background: #0a0a0a;
  color: #666;
  padding: 30px 0;
}
footer .social_logo {
  margin-bottom: 24px;
  font-size: 18px;
}
footer .social_logo a {
  margin: 0 4px;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
}
footer .logo {
  margin-bottom: 14px;
  display: block;
}
footer .logo img {
  width: 140px;
}
footer p {
  font-size: 11px;
  font-family: "Roboto", sans-serif;
  line-height: 18px;
}
footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer ul li a {
  list-style-type: none;
  font-size: 14px;
  color: #666666;
}
footer .column_1_3 b {
  display: inline-block;
  margin-bottom: 12px;
  color: #fff;
}
footer .wrapper {
  background: #0A0A0A;
  padding: 0;
}

/* Mosaic Items */
.mosaic {
  width: 100%;
  margin-top: 20px;
}

.mosaic-items {
  margin-bottom: 30px;
  width: calc(33.333% - 33.333px);
}

article.mosaic-items h2 {
  margin: 7px 0 0;
}
article.mosaic-items p {
  margin-bottom: 0;
}

.mosaic.two .mosaic-items {
  width: calc(50% - 25px);
}
.mosaic article .entry-content p {
  font-family: "Roboto", sans-serif;
  font-size: 0.9em;
  line-height: 1.5em;
  color: #212121;
  margin: 6px 0;
}

/* Share buttons */
.us_wrapper.us_share_buttons.us_tal {
  display: flex;
}
.us_wrapper .us_button {
  width: 100%;
}

/* Columns */
.column_1_3 {
  width: 33%;
  float: left;
  margin-right: 2%;
}
.column_1_3.first {
  width: 29.5%;
}
.column_1_3.last {
  width: 33%;
  margin-right: 0;
}
.column_1_3.middle ul, .column_1_3.last ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

/**
   * Pages
   */
.page.has-post-thumbnail .attachment-post-thumbnail {
  margin-bottom: 20px;
}

/**
   * The Gap Tags
   */
.thegap-tags {
  margin: 12px 0 20px;
  border-top: 1px solid #1a465f;
  border-bottom: 1px solid #1a465f;
  padding: 12px;
  text-transform: uppercase;
}
.thegap-tags a {
  display: inline-block;
  background: #1a465f;
  padding: 3px 8px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 8px 0 0;
}
.thegap-tags a:hover {
  opacity: 0.8;
}

.thegap-tags__title {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-right: 12px;
}

/**
   * Banner
   */
.banner_single-footer {
  text-align: center;
}
.banner_single-footer img {
  display: inline-block;
}

/**
   * The Gap Newsletterbox
   */
.thegap-newsletterbox {
  background: #1a465f;
  padding: 30px 20px;
  color: #fff;
  margin: 20px 0 20px;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
}

.thegap-newsletterbox-content {
  margin: 0 auto;
  width: 80%;
}

.thegap-newsletterbox p {
  margin: 12px auto;
  font-family: "Roboto", sans-serif;
}
.thegap-newsletterbox form {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.thegap-newsletterbox input[type=email] {
  color: #6a6a6a;
  background: #fff;
  border: 0;
  padding: 12px;
  border-radius: 0;
  width: 100%;
}
.thegap-newsletterbox input[type=submit] {
  background: #333;
  border: 3px solid #fff;
  padding: 12px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
}
.thegap-newsletterbox input[type=submit]:hover {
  background: #676767;
}

.thegap-newsletterbox__title {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/**
   * Search Form
   */
#main .search-form input.search-field {
  display: block;
  color: #6a6a6a;
  background: #fff;
  border: 1px solid #bbb;
  padding: 12px;
  border-radius: 0;
  width: calc(100% - 26px);
}
#main .search-form input.search-submit {
  display: block;
  background: #333;
  padding: 12px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
}
#main .search-form input.search-submit:hover {
  background: #676767;
}

/**
   * WP Page Navi & Paginate Links
   */
.wp-pagenavi,
.page-numbers-wrapper {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 30px;
}

.wp-pagenavi a,
a.page-numbers {
  display: inline-block;
  background: #1a465f;
  padding: 9px 18px;
  color: #fff;
  margin: 2px 1px;
}

.wp-pagenavi a:hover,
a:hover.page-numbers {
  background: none;
  color: #212121;
  padding: 7px 16px;
  border: 2px solid #1a465f;
}

.wp-pagenavi .pages {
  margin-right: 4px;
}
.wp-pagenavi .current {
  display: inline-block;
  border: 2px solid #1a465f;
  padding: 7px 16px;
  color: #212121;
  margin: 0 1px;
  background: none;
}

.page-numbers.current {
  display: inline-block;
  border: 2px solid #1a465f;
  padding: 7px 16px;
  color: #212121;
  margin: 0 1px;
  background: none;
}

/**
   * WP Viral Quiz
   */
.wpvq {
  max-width: 100% !important;
}

/**
* The Gap Notifications
*/
.thegap-notification,
.form-message.error,
form.torro-form ul.error-messages li,
.torro-notice {
  display: block;
  text-align: center;
  font-weight: bold;
  border: 3px solid #212121 !important;
  padding: 12px !important;
  margin: 12px 0;
  color: #fff;
  box-shadow: none !important;
}
.thegap-notification p,
.form-message.error p,
form.torro-form ul.error-messages li p,
.torro-notice p {
  font-family: "Roboto", sans-serif;
  margin: 0;
}

.torro-notice .torro-warning-notice {
  background-color: #000;
}

.thegap-success,
.torro-success-notice {
  border-color: #2ecc71;
  background-color: #27ae60;
}

.thegap-error,
.form-message.error {
  border-color: #f1c40f;
  background-color: #e67e22;
}

form.torro-form {
  font-family: "Roboto", sans-serif;
  border-top: 4px solid #212121;
  padding: 20px;
  margin-bottom: 30px;
}
form.torro-form p [aria-hidden=true] {
  font-size: 0.8rem;
  font-weight: 700;
}
form.torro-form ul.error-messages li {
  border-color: #f1c40f;
  background-color: #e67e22;
}
form.torro-form legend {
  font-weight: 700;
}
form.torro-form input[type=submit] {
  background: #333;
  border: 3px solid #fff;
  padding: 12px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  margin-top: 20px;
}
form.torro-form input[type=submit]:hover {
  background: #676767;
}
form.torro-form input[name=torro_submission_back] {
  font-size: 12px;
  background: #8f8f8f;
  padding: 6px;
}
form.torro-form .torro_element_radio {
  margin: 8px 0;
}
form.torro-form input[type=text], form.torro-form input[type=email] {
  color: #6a6a6a;
  background: #fff;
  border: 1px solid #6a6a6a;
  padding: 12px;
  border-radius: 0;
  width: 100%;
}
form.torro-form .torro-element-textfield,
form.torro-form .torro-element-multiplechoice {
  margin-top: 12px;
  font-weight: 700;
}
form.torro-form ul.error-messages {
  list-style: none;
  margin: 0;
  padding: 0;
}
form.torro-form input[name=torro_submission] {
  background-color: #27ae60;
}

/**
* Torro Forms
*/
/**
   * Gewinnspiel site
   */
.gewinnen-wrapper {
  display: flex;
  flex-wrap: wrap;
}

article.gewinnen-post {
  border-bottom: 3px solid #212121;
  padding-bottom: 30px;
  display: block;
  width: calc(50% - 24px);
  margin: 12px 12px 30px;
}
article.gewinnen-post a.gewinnen-bg-picture {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  background-position: center;
}

.entry-wrapper {
  min-height: 130px;
}

.gewinnen h2 {
  margin: 12px 0;
}
.gewinnen .entry-excerpt p {
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
}

a.thegap-button,
button.torro-button {
  display: block;
  font-family: "Roboto", sans-serif;
  background: #333;
  border: 5px solid #d2d2d2;
  padding: 12px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
a.thegap-button:hover,
button.torro-button:hover {
  background: #676767;
}
a.thegap-button.torro-button-primary,
button.torro-button.torro-button-primary {
  border-color: #2ecc71;
  background-color: #27ae60;
}

.torro-element-wrap {
  margin: 0 0 1rem;
}

.torro-toggle {
  margin: 0 0 0.5rem;
}

/**
   * Animate.css
   */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
footer .logo img:hover {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/**
   * Gallery Fullpage
   */
.wrapper-gallery {
  position: relative;
  width: 1350px;
  margin: 0 auto;
}

.wrapper.gallery-fullpage {
  max-width: 1010px;
  margin: 0;
  float: left;
}

.gallery-fullpage #primary.content-area {
  width: 100%;
  max-width: 970px;
  float: none;
}
.gallery-fullpage .entry-content p {
  max-width: 750px;
}
.gallery-fullpage header.entry-header,
.gallery-fullpage h2,
.gallery-fullpage h3,
.gallery-fullpage h4 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.gallery-fullpage .entry-content p {
  margin: 0 auto 1.5em;
}

.gallery-content__item {
  margin: 30px 0 5px;
  text-align: center;
}
.gallery-content__item h4 {
  margin-bottom: 0;
}
.gallery-content__item p {
  margin: 8px 0;
  text-align: left;
}
.gallery-content__item img {
  max-height: 660px;
  width: auto;
  max-width: 100%;
  display: inline-block;
}

.gallery-fullpage .thegap-tags,
.gallery-fullpage .thegap-newsletterbox {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-content__item h4 {
  font-size: 18px;
  margin-top: 8px;
}
.gallery-content__item h4 span {
  font-size: 12px;
  color: #6f6f6f;
}

/**
   * Facebook Lightbox
   */
.facebook-lightbox {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100000;
  justify-content: center;
  align-items: center;
}

.facebook-lightbox__content {
  background-color: #fff;
  width: 380px;
  padding: 20px;
  border-radius: 6px;
}

.facebook-lightbox__content__title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin: 5px 0 0;
}

.facebook-lightbox__content__text {
  text-align: center;
  margin-bottom: 12px;
}

.facebook-lightbox__content__img {
  width: 140px;
  height: auto;
  margin: 0 auto;
}

a.facebook-lightbox__content__close {
  display: block;
  color: #969696;
  font-size: 12px;
  margin: 12px 0;
  text-align: center;
}

/**
   * Adblock message
   */
.plugindetected__message {
  padding: 20px;
  background: #c0392b;
  color: #fff;
  text-align: center;
}

/**
   * Share Mobile Bar
   */
.us_mobile_bar .us_wrapper {
  z-index: 1;
}

/**
    * Responsive 1220px
    * @type {max-width}
    */
@media screen and (max-width: 1220px) {
  .wrapper,
#autor_holder .wrapper,
footer .wrapper {
    padding: 20px 12px;
  }

  #autor_holder .black .wrapper {
    padding: 0 12px;
  }
}
/**
   * Responsive 1110px
   * @type {max-width}
   */
@media screen and (max-width: 1110px) {
  .wpp-list .left {
    float: none;
    text-align: center;
    width: 100%;
  }
  .wpp-list .right,
.wpp-list .ende {
    float: none;
    width: 100%;
  }
}
/**
   * Responsive 1050px
   * @type {max-width}
   */
@media screen and (max-width: 1050px) {
  nav#site-navigation a {
    padding: 23px 10px 28px;
  }
}
/**
   * Responsive 1000px
   * @type {max-width}
   */
@media screen and (max-width: 1000px) {
  .wrapper-gallery {
    width: auto;
    max-width: 1350px;
  }

  .sidebar-sticky {
    display: none;
  }
}
/**
   * Responsive 930px
   * @type {max-width}
   */
@media screen and (max-width: 930px) {
  .search_holder {
    right: 0;
  }

  nav#site-navigation {
    display: none;
  }

  .menu_btn_holder {
    float: left;
  }

  .featured-article header {
    margin: 0 auto;
    padding: 30px 12px;
    max-width: 800px;
  }
}
/**
   * Responsive 849px
   * @type {max-width}
   */
@media screen and (max-width: 849px) {
  .mosaic-items,
.mosaic.two .mosaic-items {
    width: 100%;
  }

  .more-articles-wrapper,
.more-articles-item {
    display: block;
  }

  .more-articles,
.more-articles-sidebar,
.more-articles-item__img {
    width: 100%;
  }

  .more-articles-item__text,
.articles-item__text {
    width: calc(100% - 24px);
    padding: 12px;
  }

  article.mosaic-items, article.more-articles-item {
    border-bottom: 3px solid #000;
  }
}
/**
   * Responsive 801px
   * @type {max-width}
   */
@media screen and (min-width: 801px) {
  .show_mobile {
    display: none;
  }

  .navi_holder_all_left,
.navi_holder_all {
    display: block !important;
  }
}
/**
   * Responsive 800px
   * @type {max-width}
   */
@media screen and (max-width: 800px) {
  .navi_holder_all_left,
.navi_holder_all {
    display: none;
  }

  .show_mobile {
    display: block;
  }

  #social_logo .show_mobile {
    display: inline-block;
  }

  #autor_top #autor_holder .black .right,
#autor_holder .articles,
.facebook_holder {
    width: 100%;
  }

  #secondary.widget-area,
#primary.content-area {
    width: 100%;
    float: none;
  }

  #autor_holder .articles ul {
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
  }
  #autor_holder .black .avatar {
    margin-bottom: 30px;
  }
  #autor_holder .black .right {
    width: 100%;
    float: none;
  }

  .search_holder {
    display: none;
  }

  .menu_btn_holder {
    float: none;
    position: inherit;
  }

  #mainnavi {
    position: inherit;
    top: auto;
    left: auto;
    width: 100%;
    background: #0a0a0a;
  }
  #mainnavi ul {
    padding-left: 10px;
  }
  #mainnavi ul li {
    display: block;
    float: none;
    padding: 24px 10px;
    border-bottom: 1px solid #262626;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  #mainnavi ul li:last-child {
    border-bottom: 2px solid #fff;
  }
  #mainnavi ul li a {
    padding: 0;
  }

  .menu_btn_holder .menu_btn {
    display: none;
  }
  .menu_btn_holder nav.sub-navigation {
    position: inherit;
    left: auto;
    top: auto;
    display: block;
    padding: 0 10px;
  }
  .menu_btn_holder nav.sub-navigation li a {
    font-size: 15px;
  }
  .menu_btn_holder.more_cats_btn nav.sub-navigation li:last-child {
    border-bottom: 1px solid #262626;
  }

  .column_1_3 {
    width: 100% !important;
    float: none !important;
    margin-bottom: 30px;
  }

  header#top #left_logo {
    float: none;
    width: 100%;
  }

  nav#site-navigation {
    display: none;
  }

  .menu_btn_holder .menu_btn {
    margin: 0;
  }
  .menu_btn_holder nav.sub-navigation {
    width: 100%;
    left: 0;
  }

  .wpp-list .left {
    float: left;
    text-align: left;
    width: 30%;
  }
  .wpp-list .right,
.wpp-list .ende {
    float: right;
    width: 70%;
  }

  .flexslider__wrapper {
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
  }
  .flexslider__wrapper img {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .flexslider__title {
    position: relative;
    padding: 20px;
    max-width: 100%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
  }

  .flexslider:hover a.gallery-navigation,
.flexslider__labels {
    display: none;
  }

  .flexslider__title h1 {
    font-size: 30px;
    margin-top: 0;
  }
}
/**
   * Responsive 600px
   * @type {max-width}
   */
@media screen and (max-width: 660px) {
  h1 {
    font-size: 2.3em;
  }

  p {
    font-size: 16px;
    line-height: 26px;
  }

  .newexcerptclass p {
    font-size: 1.2em;
  }

  .thegap-newsletterbox-content {
    width: 100%;
  }

  article.gewinnen-post {
    width: 100%;
    margin: 0 0 30px;
  }

  .entry-wrapper {
    min-height: auto;
  }

  #autor_holder .articles ul {
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-count: 1;
    -moz-column-gap: 0;
    column-count: 1;
    column-gap: 0;
  }
  #autor_holder ul li {
    min-height: auto;
  }
}
/**
   * Callout Cookie
   */
.callout.cookie {
  display: none;
  position: fixed;
  color: #ffffff;
  background-color: #000000;
  padding: 0;
  margin: 0;
  max-width: 385px;
  bottom: 1rem;
  right: 1rem;
  border: 0;
  z-index: 10000;
}
.callout.cookie .cookie__text {
  padding: 1.5rem;
}
.callout.cookie .cookie__text a {
  color: #ffffff;
  text-decoration: underline;
}
.callout.cookie.show {
  display: block;
}

.button {
  vertical-align: middle;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1a465f;
  font-weight: 700;
  color: #ffffff;
  display: block;
  width: 100%;
}

@media screen and (max-width: 39.9375em) {
  .callout.cookie {
    max-width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
  }
}
/** Streaming guide **/
.wcs-timetable__wrapper .wcs-timetable--3 .wcs-btn--action, .wcs-timetable__wrapper .wcs-timetable--3 .wcs-btn--action:hover {
  background-color: #1a465f;
}
.wcs-timetable__wrapper .wcs-timetable--3 .wcs-timetable--list .wcs-class__time,
.wcs-timetable__wrapper .wcs-timetable--3 .wcs-filters__title, .wcs-timetable__wrapper .wcs-timetable--3 .wcs-filters__filter-wrapper:hover, .wcs-timetable__wrapper .wcs-timetable--3 .wcs-filter:checked + span {
  color: #1a465f;
}
.wcs-timetable__wrapper .wcs-timetable__container {
  flex-direction: column;
  text-align: right;
}
.wcs-timetable__wrapper .wcs-timetable__container.wcs-timetable--with-filters.wcs-timetable--filters-right .wcs-filters__container {
  order: 0;
}
.wcs-timetable__wrapper .wcs-timetable__container.wcs-timetable--with-filters:not(.wcs-timetable--filters-center) .wcs-filters__container {
  flex-basis: auto;
}
.wcs-timetable__wrapper .wcs-filters__filter-wrapper {
  display: inline-block;
  margin-right: 10px;
}
.wcs-timetable__wrapper .wcs-timetable__container h2 {
  display: none;
}

.wcs-vue-modal .wcs-modal[data-wcs-modal-id="3"] .wcs-btn--action, .wcs-vue-modal .wcs-modal[data-wcs-modal-id="3"] .wcs-btn--action:hover {
  background-color: #1a465f;
}

.template-small-right-col #primary.content-area {
  width: 83%;
  float: left;
}
.template-small-right-col #secondary.widget-area {
  float: right;
  width: 15%;
}

ins[data-revive-zoneid] {
  background-color: transparent;
  /* center inline element Test2*/
  display: table;
  line-height: 0;
  margin: auto;
  margin-top: 6px;
}

/*# sourceMappingURL=main.css.map */
