/*
Theme Name: t.blog 2017
Author: SL
Author URI: https://www.sunlab.de
Version: 0.0.2
Description: t.blog rocks
*/
/*@import url("//hello.myfonts.net/count/33405a");*/

/**
 * Table of Contents
 *
 * 1.0 - Sprite
 * 2.0 - Fonts
 * 3.0 - Global Styles
 * 4.0 - WordPress Core
 * 5.0 - Header
 * 6.0 - Main-Content
 * 7.0 - Teaser Events
 * 8.0 - Teaser Custom
 * 9.0 - Forms
 * 10.0 - Footer
 * 10.1 - wpvq
 * 10.2 - xmas-widget
 * 11.0 - Media Queries
 */

/**
 * Sprite SD
 */
.header .search-logo,
.header .mobile-button,
.mobile-menu .mobile-close,
.share-block .share-facebook,
.share-block .share-twitter,
.share-block .share-pinterest,
.comments-block .gravatar-default,
.lng-switcher a.dropdown-toggle span.icon-arrow,
.filter .filter-active .filter-arrow span.icon-arrow,
.lyte-wrapper .lyte .play,
.ytp-large-play-button,
.specialbutton.button-right,
.specialbutton.button-left,
.metaslider .flexslider .flex-prev,
.metaslider .flexslider .flex-next,
.icon,
.main-menu-more .icon-arrow {
  background: url("img/sprite-sd.png") no-repeat;
}

.event-block .ticket .ticket-top,
.event-block .ticket .ticket-bottom,
.event-block .ticket.placeholder .ticket-top,
.event-block .ticket.placeholder .ticket-bottom,
.teaser-events-mobile .ticket .ticket-top,
.teaser-events-mobile .ticket .ticket-bottom {
  background: url("img/sprite-flight-sd.png") no-repeat;
}

/**
 * Sprite HD
 */
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .header .search-logo,
  .header .mobile-button,
  .mobile-menu .mobile-close,
  .share-block .share-facebook,
  .share-block .share-twitter,
  .share-block .share-pinterest,
  .comments-block .gravatar-default,
  .lng-switcher a.dropdown-toggle span.icon-arrow,
  .filter .filter-active .filter-arrow span.icon-arrow,
  .lyte-wrapper .lyte .play,
  .ytp-large-play-button,
  .specialbutton.button-right,
  .specialbutton.button-left,
  .metaslider .flexslider .flex-prev,
  .metaslider .flexslider .flex-next,
  .icon,
  .main-menu-more .icon-arrow {
    background: url("img/sprite-hd.png") no-repeat;
    background-size: 284px 243px;
  }

  .event-block .ticket .ticket-top,
  .event-block .ticket .ticket-bottom,
  .event-block .ticket.placeholder .ticket-top,
  .event-block .ticket.placeholder .ticket-bottom,
  .teaser-events-mobile .ticket .ticket-top,
  .teaser-events-mobile .ticket .ticket-bottom {
    background: url("img/sprite-flight-hd.png") no-repeat;
    background-size: 248px 75px;
  }
}

.icon {
  display: block;
}

.icon.icon-checked {
  background-position: -189px -36px;
  width: 13px;
  height: 10px;
}

/**
 * Fonts
 */

@font-face {
  font-family: "FrontageCondensed-Bold";
  src: url("fonts/33405a_0_0.eot");
  src: url("fonts/33405a_0_0.eot?#iefix") format("embedded-opentype"),
    url("fonts/33405a_0_0.woff2") format("woff2"),
    url("fonts/33405a_0_0.woff") format("woff"),
    url("fonts/33405a_0_0.ttf") format("truetype"),
    url("fonts/33405a_0_0.svg#FrontageCondensed-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
span.copy-h1 {
  font-family: "FrontageCondensed-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
}

/**
 * Global Styles
 */
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background: #f5f5f5;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  font-size: 16px;
}

ul {
  margin: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #1ca5ba;
}

a:focus,
a:hover {
  color: #8b8b8b;
}

a:active {
  text-decoration: none;
  color: #158da0;
}

figure {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.wrapper {
  margin: 0;
  padding: 0;
}

.infinite-loader {
  position: absolute;
  bottom: 10px;
  left: 50%;
}

img.size-full {
  max-width: 770px;
  width: 100%;
}

img[src$=".gif"].size-full {
  width: auto;
}

.clearfix {
  clear: both;
}

.hideme {
  display: none;
}

.adtag.skyscraper {
  position: fixed;
  top: 105px;
  right: 20px;
  width: 160px;
  height: 625px;
}

.adtag.mobile {
  width: 320px;
  height: 65px;
  margin: 0 auto;
  margin-bottom: 70px;
  display: none;
}

.adtag.leaderboard {
  width: 728px;
  height: 115px;
  margin: 0 auto;
  margin-bottom: 70px;
}

.adtag.medium {
  width: 300px;
  height: 275px;
  margin: 0 auto;
  margin-bottom: 70px;
  display: none;
}

.list-view .adtag.leaderboard,
.list-view .adtag.mobile,
.list-view .adtag.medium {
  margin-bottom: 20px;
}

.tablepress .column-1 strong {
  font-weight: 400;
  color: #989898;
}

.tablepress .odd td {
  background-color: #ffffff;
}

.tablepress tbody.row-hover tr:hover td {
  background-color: #ffffff;
}

.align-middle-helper {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.js-hide {
  display: none;
}

.flex-control-nav {
  display: none;
}

.yarpp-related {
  margin: 0;
}

a:hover h1 {
  color: #1ca5ba;
}

a:active h1 {
  color: #08cbe8;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/**
 * WordPress Core
 */

.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft,
img.alignleft {
  margin: 1.5em 1.5em 1.5em 0;
  display: inline;
  float: left;
}

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

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

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
  max-width: 100%;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.wp-video {
  margin: 0 auto;
}

/**
 * WP-Gallery
 */
#wrapper .gallery {
  position: relative;
  width: 100%;
}

#wrapper .gallery img {
  border: 0;
}

#wrapper .gallery .gallery-item {
  display: inline-block;
  float: none;
  padding: 10px;
  box-sizing: border-box;
  font-size: 0;
  vertical-align: bottom;
}

#wrapper .gallery.gallery-size-thumbnail .gallery-item {
  vertical-align: top;
}

#wrapper .gallery.gallery-size-thumbnail .gallery-caption {
  font-size: 11px;
}

#wrapper .gallery.gallery-size-medium .gallery-caption {
  font-size: 13px;
  color: #808080;
  font-family: "Roboto", sans-serif;
}

#wrapper .gallery.gallery-size-large .gallery-caption {
  font-size: 14px;
}

#wrapper .gallery.gallery-size-full .gallery-caption {
  font-size: 10px;
}

/**
 * Header
 */

.header {
  background: #ffffff;
  width: 100%;
  height: 50px;
  padding: 0;
  margin: 0;
  position: fixed;
  top: 0;
  font-family: "Open Sans", serif;
  border-bottom: 4px solid #f5f5f5;
  z-index: 1000;
}

.header .mobile-button {
  background-position: -7px -43px;
  display: none;
  height: 20px;
  width: 20px;
  margin-left: 20px;
}

.header .mobile-button {
  vertical-align: middle;
  background-position: -12px -43px;
  display: none;
  height: 20px;
  width: 20px;
}

.header .mobile-button:hover {
  background-position: -47px -43px;
}

.admin-bar .mobile-menu {
  padding-top: 42px;
}

.header .logo {
  position: relative;
  top: 1rem;
  background-image: url(img/tBlog_Logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5rem;
  width: 90px;
  height: 65px;
}

@media screen and (max-width: 1200px) {
  .header .logo {
    margin-left: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .header .logo {
    margin-left: 1rem;
  }
}

@media screen and (max-width: 640px) {
  .header .logo {
    background-image: url(img/tBlog_mobile.png);
    height: 30px;
    top: 1px;
  }
}

.header .logo img {
  width: 75px;
  padding-top: 3px;
  height: 100%;
}

.header .main-menu {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  width: calc(100% - 180px);
  font-weight: 600;
  position: relative;
  cursor: pointer;
}

.header .main-menu .main-menu-more {
  position: relative;
}

.header .main-menu .main-menu-more-dropdown ul {
  overflow: visible;
  height: auto;
}

.header .main-menu .main-menu-more-dropdown ul li {
  margin-right: 0;
  white-space: nowrap;
}

.header .main-menu .main-menu-more-dropdown ul li a {
  line-height: 36px;
  display: block;
}

.header .main-menu ul {
  padding: 0;
  height: 50px;
  overflow: hidden;
}

.header .main-menu ul li {
  display: inline-block;
  margin-right: 20px;
}

.header .main-menu ul li a,
.header .main-menu .main-menu-more span {
  color: #000000;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 50px;
}

.header .main-menu ul li a:hover,
.header .main-menu .main-menu-more span:hover {
  color: #1ca5ba;
}

.header .main-menu ul li.current-menu-item a {
  color: #158da0;
}

.header .social-menu {
  display: inline-block;
  vertical-align: middle;
}

.sub-header {
  background: #ffffff;
  line-height: normal;
  position: fixed;
  top: 74px;
  z-index: 1010;
  left: 0;
  right: 0;
  width: 100%;
  border-top: 1px solid #eeeeee;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.06);
}

.admin-bar .sub-header {
  top: 108px;
}

.sub-header::after {
  content: none;
  position: absolute;
  -moz-box-shadow: inset 0 -15px 15px -10px #ffffff;
  -webkit-box-shadow: inset 0 -15px 15px -10px #ffffff;
  box-shadow: inset 0 -15px 15px -10px #ffffff;
  height: 15px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.sub-header .inner {
  height: 100%;
  overflow: hidden;
}

.sub-header .inner .search-form .text-holder {
  max-width: 770px;
  margin: auto;
  position: relative;
}

.sub-header .inner .search-form .search-input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: transparent;
  border: 0;
  font-size: 22px;
  line-height: 45px;
  font-weight: 300;
  font-family: "Roboto Slab", sans-serif;
  outline: none;
  width: 770px;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.sub-header .inner .search-form button[type="submit"],
.sub-header .inner .search-form .btn-search {
  display: none;
}

.sub-header .inner .search-form .text-holder {
  display: block;
  width: 100%;
}

#wrapper.admin-bar .header {
  top: 32px;
}

.header {
  display: table;
  width: 100%;
  box-sizing: border-box;
  height: 50px;
}

.header .row {
  display: table-row;
}

.header .row .col {
  display: table-cell;
  vertical-align: middle;
}

.header .row .col.col1 {
  width: calc(100% - 395px);
}

.header .row .col.col2 {
  text-align: right;
  width: 395px;
}

.header .home-link {
  display: inline-block;
  vertical-align: middle;
}

.header .search {
  display: inline-block;
  vertical-align: middle;
}

.header .search .form {
  font-size: 24px;
  padding-left: 20px;
  padding-right: 10px;
}

.header .lng-switcher {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: relative;
  margin-right: 30px;
  margin-top: -2px;
}

.header .search .search-logo {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-left: 30px;
  margin-right: 20px;
  background-position: -231px -79px;
  cursor: pointer;
}

.header .search .search-logo a {
  display: none;
}

.header .search .search-logo:hover {
  background-position: -231px -105px;
}

.header .search .search-form-wrapper {
  display: none;
}

.header .search .search-form-wrapper.search-result {
  display: block;
}

.social-menu a .instagram,
.social-menu a .youtube,
.social-menu a .facebook,
.social-menu a .pinterest,
.social-menu a .twitter,
.social-menu a .tiktok,
.social-menu a .rss {
  background: url("img/sprite-social.svg") no-repeat;
  background-size: 248px 123px;
  display: block;
  height: 20px;
  width: 22px;
}

.social-menu a .rss {
  background-position: -202px -37px;
}

.social-menu a:hover .rss {
  background-position: -202px -67px;
}

.social-menu a .twitter {
  background-position: -113px -37px;
}

.social-menu a:hover .twitter {
  background-position: -113px -67px;
}

.social-menu a .pinterest {
  background-position: -143px -37px;
}

.social-menu a:hover .pinterest {
  background-position: -143px -67px;
}

.social-menu a .tiktok {
  background-position: -173px -37px;
}

.social-menu a:hover .tiktok {
  background-position: -173px -67px;
}

.social-menu a .facebook {
  background-position: -24px -37px;
}

.social-menu a:hover .facebook {
  background-position: -24px -67px;
}

.social-menu a .youtube {
  background-position: -53px -37px;
}

.social-menu a:hover .youtube {
  background-position: -53px -67px;
}

.social-menu a .instagram {
  background-position: -83px -37px;
}

.social-menu a:hover .instagram {
  background-position: -83px -67px;
}

.social-menu ul {
  -webkit-padding-start: 0;
}

.social-menu ul li {
  display: inline-block;
  padding-left: 10px;
}

.lng-switcher a.dropdown-toggle {
  color: #000000;
}

.lng-switcher a.dropdown-toggle:hover {
  color: #1ca5ba;
}

.lng-switcher a.dropdown-toggle span.icon-arrow,
.main-menu-more .main-menu-more-link span.icon-arrow {
  height: 10px;
  width: 11px;
  display: inline-block;
  background-position: -264px -86px;
}

.lng-switcher a.dropdown-toggle:hover span.icon-arrow,
.main-menu-more .main-menu-more-link:hover span.icon-arrow {
  background-position: -264px -112px;
}

.lng-switcher .dropdown-menu,
.header .main-menu .main-menu-more-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: -10px;
  z-index: 1020;
  padding: 5px 15px 5px 0;
  margin: 2px 0 0;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background-clip: padding-box;
}

.header .main-menu .main-menu-more-dropdown {
  padding: 5px 15px 5px 15px;
  border-radius: 0;
}

.header .main-menu .main-menu-more-dropdown.open {
  display: block;
}

.lng-switcher .dropdown-menu a.dropdown-item {
  display: block;
  line-height: 1;
  margin: 10px;
  color: #000000;
}

.lng-switcher .dropdown-menu a.dropdown-item:hover,
.lng-switcher .dropdown-menu a.dropdown-item.active:hover {
  color: #1ca5ba;
}

.lng-switcher .dropdown-menu a.dropdown-item.active {
  color: #08cbe8;
  position: relative;
}

.lng-switcher .active .icon-checked {
  position: absolute;
  right: -18px;
  top: 4px;
}

.search .search-form input[type="search"] {
  float: left;
  height: 38px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 4px;
}

.search .search-form input[type="search"]:focus {
  border-color: #66afe9;
  outline: 0;
}

.search .search-form {
  float: right;
  width: 240px;
  margin-top: 23px;
  margin-left: 10px;
  margin-right: 20px;
}

.search .search-form .row-holder {
  position: relative;
  padding: 0 40px 0 0;
  margin: 0 auto;
  width: 90%;
  border: 1px solid #999999;
}

.search .search-form .row-holder:after {
  content: "";
  clear: both;
  display: block;
}

.search a.btn-search {
  display: none;
  overflow: hidden;
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  background-position: -230px -75px;
}

.mobile-overlay {
  width: 200px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1500;
  display: none;
  background: #ffffff;
  border-right: 1px solid #f5f5f5;
}

.mobile-menu {
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  max-height: 100vh;
  overflow: scroll;
  max-width: 180px;
}

.mobile-menu .logo {
  float: left;
}

.mobile-menu .logo img {
  width: 80px;
  height: auto;
}

.mobile-menu .mobile-close {
  background-position: -94px -44px;
  cursor: pointer;
  height: 16px;
  width: 16px;
}

.mobile-menu .mobile-close:hover {
  background-position: -130px -44px;
}

.mobile-menu .main-menu ul,
.mobile-menu .contact-menu ul {
  margin: 0;
  padding: 0;
  margin-top: 15px;
}

.mobile-menu .contact-menu {
  margin-bottom: 15px;
}

.mobile-menu .main-menu ul li,
.mobile-menu .contact-menu ul li {
  line-height: 1.8em;
  font-size: 20px;
}

.mobile-menu .main-menu ul li a {
  color: #000000;
}

.mobile-menu .main-menu ul li.current-menu-item a {
  color: #08cbe8;
}

.mobile-menu .contact-menu ul li a {
  color: #bbbbbb;
}

.mobile-menu .lng-switcher {
  position: relative;
  margin-bottom: 20px;
}

.mobile-menu .lng-switcher .dropdown-menu {
  position: static;
  padding: 0 15px 0;
  width: 150px;
  margin: 10px 0;
}

.mobile-menu .lng-switcher .dropdown-menu a.dropdown-item {
  display: inline-block;
  padding: 0;
  margin: 12px;
}

.mobile-menu .lng-switcher .dropdown-menu a.dropdown-item:last-child {
  padding-left: 7px;
}

.mobile-menu .search .search-form {
  width: 155px;
  float: none;
  margin: 0;
  margin-bottom: 20px;
}

.mobile-menu .search .search-form input[type="search"] {
  height: 35px;
  padding: 8px 0 6px 5px;
}

.mobile-menu .search .search-form .btn {
  top: 6px;
  right: 2px;
}

.mobile-menu .search .row-holder {
  border-radius: 0;
}

.mobile-menu .social-menu ul {
  margin: 0;
  padding: 0;
  -webkit-padding-start: 0;
}

.mobile-menu .social-menu ul li {
  padding-right: 5px;
  padding-left: 0;
}

/**
 * Main-Content
 */

.main {
  max-width: 770px;
  margin: 0 auto;
  margin-top: 102px;
  padding-bottom: 30px;
  position: relative;
}

.admin-bar .main {
  margin-top: 93px;
}

.main .intro {
  text-align: center;
  margin-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.main .intro a {
  color: #1ca5ba;
  text-decoration: none;
}

.main .intro a:hover {
  color: #1ca5ba;
  text-decoration: underline;
}

.main .intro a:active {
  color: #08cbe8;
  text-decoration: none;
}

.main .intro p {
  display: inline;
  line-height: 1.4;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0 13px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0 0 0 13px rgba(255, 255, 255, 1);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 1);
  position: relative;
  font-size: 28px;
}

.page-view {
  background: #ffffff;
  border-top: 5px solid #1ca5ba;
  padding: 20px;
}

.page-view a {
  color: #000000;
  text-decoration: underline;
}

.page-view a:hover {
  color: #1ca5ba;
  text-decoration: none;
}

.page-view a:active {
  /*color: #158da0; TODO */
  color: #08cbe8;
}

.search-headline h1,
.archive-headline h1,
.category-headline h1 {
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 20px;
  float: left;
  font-size: 50px;
  letter-spacing: -6px;
}

.search-view .search-headline .search-term {
  color: #1ca5ba;
}

.filter {
  float: right;
  line-height: 36px;
  height: 36px;
  border: 1px solid #dbdbdb;
  background: #ffffff;
  margin-top: 28px;
  margin-bottom: 20px;
  position: relative;
  font-size: 14px;
  z-index: 10;
}

.filter .filter-active > a {
  padding-right: 45px;
}

.filter a {
  color: #000000;
  padding-left: 8px;
  display: block;
}

.filter a:hover,
.filter a:focus {
  color: #1ca5ba;
}

.filter a:active {
  color: #08cbe8;
}

.filter .filter-active {
  position: relative;
}

.filter .filter-active:hover {
  cursor: pointer;
}

.filter .filter-active .filter-arrow {
  position: absolute;
  width: 35px;
  height: 100%;
  right: 0;
  bottom: 0;
  text-align: center;
}

.filter .filter-active .filter-arrow span.icon-arrow {
  background-position: -263px -84px;
  height: 10px;
  width: 11px;
  display: inline-block;
}

.filter .filter-active:hover .filter-arrow span.icon-arrow {
  background-position: -263px -110px;
}

.filter .filter-active:hover a {
  color: #1ca5ba;
}

.filter .filter-active .icon {
  display: none;
}

.filter .filter-term {
  text-transform: uppercase;
}

.filter.archive-filter .filter-term {
  text-transform: none;
}

.filter .filter-list {
  display: none;
  position: absolute;
  top: 36px;
  right: 0;
  min-width: 100%;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  margin-left: -1px;
  margin-right: -1px;
  text-align: left;
}

.filter .filter-list > a {
  padding-right: 8px;
  white-space: nowrap;
}

.filter .filter-list a + a {
  padding-top: 0;
}

.filter .filter-list a.filter-active {
  color: #1ca5ba;
}

.filter .filter-list .icon {
  display: inline-block;
  margin-left: 8px;
}

.special-highlight {
  box-sizing: border-box;
}

.special-highlight.post-item {
  margin-bottom: 70px;
  width: 100%;
  min-width: 300px;
}

.special-highlight.post-item .post-content {
  text-align: left;
  margin-top: -20px;
  z-index: 1;
  margin-left: 20px;
  width: calc(100% - 20px);
}

.special-highlight.post-item .post-content .text-wrap,
.special-highlight.post-item .post-content .text-wrap p {
  display: inline;
  background: #ffffff;
  -webkit-box-shadow: 8px 0 0 #ffffff, -8px 0 0 #ffffff;
  -moz-box-shadow: 8px 0 0 #ffffff, -8px 0 0 #ffffff;
  box-shadow: 8px 0 0 #ffffff, -8px 0 0 #ffffff;
  -o-box-shadow: 8px 0 0 #ffffff, -8px 0 0 #ffffff;
  line-height: 1em;
  position: relative;
}

.special-highlight.post-item .post-content-header {
  padding-right: 5%;
}

.special-highlight.post-item .post-content-header .post-title-wrapper {
  text-transform: uppercase;
  font-size: 1.8em;
  letter-spacing: -1px;
  line-height: 1em;
  position: relative;
}

.special-highlight.post-item .post-content-header .post-title {
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 1.75em;
}

.special-highlight.post-item .post-title a {
  color: #000000;
}

.special-highlight.post-item .post-content-text {
  padding-right: 30%;
  margin-top: 8px;
}

.special-highlight.post-item .post-content-text .text-wrap {
  padding: 3px 0;
  line-height: 1.7em;
}

.special-highlight.post-item .post-content-meta {
  color: #8b8b8b;
  font-size: 0.8em;
  text-transform: uppercase;
}

.special-highlight.post-item .post-content-meta .author-date {
  margin-right: 15px;
}

.special-highlight.post-item .post-content-meta a.author-link {
  color: #8b8b8b;
}

.special-highlight.post-item .post-content-meta a.author-link:hover {
  color: #1ca5ba;
}

.special-highlight.post-item .post-content-meta a.author-link:active {
  color: #08cbe8;
}

.special-highlight.post-item .post-content-meta .text-wrap {
  padding: 12px 0 21px 0;
  line-height: 3em;
}

.special-highlight.post-item .topshadow {
  position: absolute;
  z-index: 1;
  top: -18px;
  left: 0;
  height: 18px;
  margin-left: -12px;
  margin-right: -12px;
  padding: 0 12px;
  overflow: hidden;
  line-height: 0.95em;
  display: -moz-box;
}

.special-highlight.post-item .topshadow a {
  color: #1ca5ba;
}

.special-highlight.post-item .topshadow span.copy-h1,
.special-highlight.post-item .topshadow span.copy-h3 {
  background-color: #1ca5ba;
  display: inline;
  color: #1ca5ba;
  font-size: 1.8em;
  box-decoration-break: clone;
  -webkit-box-shadow: 12px 0 0 #1ca5ba, -8px 0 0 #1ca5ba;
  -moz-box-shadow: 12px 0 0 #1ca5ba, -8px 0 0 #1ca5ba;
  box-shadow: 12px 0 0 #1ca5ba, -8px 0 0 #1ca5ba;
  margin: 0.67em 0;
  -webkit-margin-before: 0.67em;
  -webkit-margin-after: 0.67em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  letter-spacing: -0.13em;
}

.special-highlight.post-item .line-highlight h1,
.special-highlight.post-item .line-highlight h3 {
  background-color: #ffffff;
  display: inline;
  font-size: 1.8em;
  box-decoration-break: clone;
  -webkit-box-shadow: 12px 0 0 #ffffff, -8px 0 0 #ffffff;
  -moz-box-shadow: 12px 0 0 #ffffff, -8px 0 0 #ffffff;
  box-shadow: 12px 0 0 #ffffff, -8px 0 0 #ffffff;
  position: relative;
  -webkit-margin-before: 0.67em;
  -webkit-margin-after: 0.67em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  z-index: 2;
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  letter-spacing: -0.13em;
}

.post-single {
  box-sizing: border-box;
  background: #ffffff;
  padding-bottom: 20px;
  margin-bottom: 70px;
}

.post-single h2,
.post-single h3,
.post-single h4 {
  font-family: "Roboto Slab", sans-serif;
}

.post-single h2 {
  font-size: 25px;
}

.post-single h3 {
  font-size: 22px;
}

.post-single h4 {
  font-size: 20px;
}

.post-single .special-highlight.post-item {
  margin-bottom: 0;
}

.post-single .tag-wrapper {
  display: inline-block;
  margin-left: 5px;
  margin-top: 15px;
}

.post-single .tag-wrapper a {
  color: #1ca5ba;
  text-decoration: none;
}

.post-single .tag-wrapper a:hover {
  color: #1ca5ba;
  text-decoration: underline;
}

.post-single .tag-wrapper a:active {
  color: #08cbe8;
  text-decoration: none;
}

.post-content-single {
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: -0.1px;
  line-height: 25px;
}

:target:before {
  content: "";
  display: block;
  height: 100px;
  margin: -100px 0 0;
}

.post-content-single a {
  color: #000000;
  text-decoration: underline;
}

.post-content-single a:hover {
  color: #1ca5ba;
  text-decoration: none;
}

.post-content-single a:active {
  /*color: #158da0; TODO */
  color: #08cbe8;
}

.post-content-single ul {
  list-style: disc;
}

.list-view.post-list .post-item {
  margin-bottom: 20px;
  background: #ffffff;
}

.list-view.post-list .post-image {
  float: left;
  width: 252px;
  background: none;
}

.list-view.post-list .post-image a {
  display: block;
  line-height: 0;
}

.list-view.post-list .post-image img {
  width: 100%;
}

.list-view.post-list .post-content {
  float: left;
  padding: 8px 20px;
  max-width: calc(100% - 292px);
}

.list-view.post-list .post-title h1 {
  font-size: 24px;
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: -3px;
}

.list-view.post-list .post-title a {
  color: #000000;
}

.list-view.post-list .post-meta {
  color: #8b8b8b;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 10px;
  letter-spacing: 0.2px;
}

.list-view.post-list .post-meta .event-meta {
  text-transform: none;
}

.list-view.post-list .post-meta a {
  color: #8b8b8b;
}

.list-view.post-list .post-meta a:hover {
  color: #1ca5ba;
}

.list-view.post-list .post-content-text {
  font-size: 15px;
  letter-spacing: -0.5px;
  line-height: 20px;
}

.author .avatar {
  float: right;
  border-radius: 50%;
  height: 140px;
  width: 140px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.author .author-content {
  line-height: 22px;
}

.author .author-content .author-header {
  text-transform: uppercase;
  line-height: 1.2em;
}

.author .author-content p:first-of-type {
  max-width: 575px;
  min-height: 100px;
}

.author-posts > h1 {
  text-transform: uppercase;
  margin-top: 80px;
  margin-bottom: 20px;
  text-align: center;
}

.navigation {
  overflow: hidden;
  margin: 24px 0 14px;
}

.pagination-holder {
  text-align: center;
  margin: 50px 0;
}

.pagination-holder:first-child {
  margin-top: 0;
}

.pagination {
  display: inline-block;
  vertical-align: top;
  margin: -4px 0 0;
  overflow: hidden;
  border-radius: 0;
}

.pagination li {
  color: #bababa;
  float: left;
  margin: 4px 4px 0;
  font-size: 32px;
  line-height: 24px;
  min-height: 36px;
}

.pagination > li > a,
.pagination > li > span {
  min-width: 41px;
  border-width: 2px !important;
  border-radius: 0 !important;
  padding: 6px 10px 6px;
  font-size: 16px;
  line-height: 20px;
}

.pagination .active a {
  background-color: #ffffff;
  color: #1386cc;
}

.pagination a.pressed {
  background: #39b4fe !important;
  border-color: #39b4fe !important;
}

.specialbutton,
.content .gform_wrapper .gform_footer input[type="submit"],
.metaslider .flexslider .flex-prev,
.metaslider .flexslider .flex-next {
  margin: 5px 7px 5px 7px;
  color: #000000;
  font-weight: 700;
  padding: 0 3px;
  line-height: 1.4rem;
  display: inline-block;
  border: 1px solid #000000;
  cursor: pointer;
  background-color: #ffffff;
  -webkit-box-shadow: -4px 4px rgba(0, 0, 0, 1), -3px 3px rgba(0, 0, 0, 1),
    -2px 2px rgba(0, 0, 0, 1), -1px 1px rgba(0, 0, 0, 1);
  -moz-box-shadow: -4px 4px rgba(0, 0, 0, 1), -3px 3px rgba(0, 0, 0, 1),
    -2px 2px rgba(0, 0, 0, 1), -1px 1px rgba(0, 0, 0, 1);
  box-shadow: -4px 4px rgba(0, 0, 0, 1), -3px 3px rgba(0, 0, 0, 1),
    -2px 2px rgba(0, 0, 0, 1), -1px 1px rgba(0, 0, 0, 1);
}

.specialbutton:active,
.content .gform_wrapper .gform_footer input[type="submit"]:active,
.metaslider .flexslider .flex-prev:active,
.metaslider .flexslider .flex-next:active {
  background-color: #f5f5f5;
  -webkit-box-shadow: -2px 2px rgba(0, 0, 0, 1), -1px 1px rgba(0, 0, 0, 1);
  -moz-box-shadow: -2px 2px rgba(0, 0, 0, 1), -1px 1px rgba(0, 0, 0, 1);
  box-shadow: -2px 2px rgba(0, 0, 0, 1), -1px 1px rgba(0, 0, 0, 1);
  -webkit-transition: transform 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
  -moz-transition: transform 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
  -ms-transition: transform 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
  -o-transition: transform 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
  -webkit-transform: translateX(-2px) translateY(2px);
  -moz-transform: translateX(-2px) translateY(2px);
  -ms-transform: translateX(-2px) translateY(2px);
  -o-transform: translateX(-2px) translateY(2px);
  transform: translateX(-2px) translateY(2px);
}

.specialbutton:hover,
.specialbutton:focus,
.content .gform_wrapper .gform_footer input[type="submit"]:focus,
.content .gform_wrapper .gform_footer input[type="submit"]:hover,
.metaslider .flexslider .flex-prev:hover,
.metaslider .flexslider .flex-prev:focus,
.metaslider .flexslider .flex-next:hover,
.metaslider .flexslider .flex-next:focus {
  background-color: #f5f5f5;
}

.specialbutton.button-right,
.specialbutton.button-left,
.metaslider .flexslider .flex-next,
.metaslider .flexslider .flex-prev {
  width: 30px;
  height: 34px;
  display: block;
}

.specialbutton.button-right,
.metaslider .flexslider .flex-next {
  background-position: -41px -2px;
}

.specialbutton.button-left,
.metaslider .flexslider .flex-prev {
  background-position: -3px -2px;
}

.submit-button {
  background: #ffffff;
  padding: 10px;
}

.comments-block {
  margin-top: 50px;
  background: #ffffff;
}

.comments-block h2 {
  font-weight: 400;
  padding: 30px 30px 0;
  margin: 0;
}

.comments-block .commentlist {
  padding-left: 0;
}

.comments-block .comment .inner {
  margin: 30px 30px 20px;
}

.comments-block .child-comments .comment .inner,
.comments-block .child-comments .comment:first-child .inner {
  margin: 20px 30px;
}

.comments-block .comment.depth-1:not(.parent) {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.comments-block .comment-meta-item {
  font-weight: 400;
}

.comments-block .comment-meta-item,
.comments-block .comment-meta-item a,
.comments-block .comment-reply-link {
  display: inline;
  color: #8b8b8b;
  font-size: 14px;
}

.comments-block .comment-edit-link {
  margin: 0 10px;
}

.comments-block .comment-meta a:hover,
.comments-block .comment-meta a:active,
.comments-block .comment-meta a:focus {
  color: #1ca5ba;
}

.comments-block .comment-meta {
  margin-top: 2px;
  display: table;
  width: 100%;
}

.comments-block h2.comment-author {
  font-family: "Roboto Slab", serif;
  font-weight: 300;
  margin: 0 0 5px;
  font-size: 14px;
  padding: 0;
}

.comments-block h2.comment-author a {
  font-weight: 300;
  color: #000000;
}

.comments-block .comment-content {
  margin-top: 26px;
  font-size: 14px;
  line-height: 22px;
}

.comments-block .gravatar-wrapper,
.comments-block .author-meta-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.comments-block .gravatar-wrapper {
  width: 8%;
}

.comments-block .author-meta-wrapper {
  width: 92%;
}

.comments-block .comment-respond {
  padding: 20px 30px;
}

.comments-block .gravatar-default {
  height: 45px;
  width: 45px;
  background-position: -186px -182px;
  border-color: #ffffff;
  border-radius: 50%;
  float: left;
}

.comments-block .gravatar {
  position: absolute;
}

.comments-block .gravatar img {
  border-color: #ffffff;
  border-radius: 50%;
}

.comments-block .child-comments .comment {
  border-top: 1px solid #dddddd;
}

.comments-block .child-comments .comment h2 {
  padding: 0;
}

.comments-block .child-comments .comment.depth-2 {
  position: relative;
  margin: 20px 30px;
  border: 1px solid #dddddd;
}

.comments-block .child-comments .comment.depth-2:after,
.comments-block .child-comments .comment.depth-2:before {
  bottom: 100%;
  left: 5%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.comments-block .child-comments .comment.depth-2:after {
  border-color: rgba(241, 241, 241, 0);
  border-bottom-color: #ffffff;
  border-width: 11px;
  margin-left: -10.5px;
}

.comments-block .child-comments .comment.depth-2:before {
  border-color: rgba(221, 221, 221, 0);
  border-bottom-color: #dddddd;
  border-width: 13px;
  margin-left: -12.5px;
}

.comments-block .comment-respond .comment-form input,
.comments-block .comment-respond .comment-form textarea,
.comments-block .comment-respond .comment-formbutton {
  font-family: "Roboto Slab", serif;
  outline: 0;
}

.comments-block .comment-respond .comment-form-comment {
  margin-bottom: 0;
}

.comments-block .comment-respond .comment-form-comment textarea {
  width: calc(100% - 15px);
  height: 150px;
  padding: 8px 10px;
  background: #f9f9f9;
  border: 1px solid #dbdbdb;
}

.comments-block .comment-respond .comment-form-author,
.comments-block .comment-respond .comment-form-email {
  float: left;
  width: calc(50% - 10px);
}

.comments-block .comment-respond .comment-form-author input,
.comments-block .comment-respond .comment-form-email input {
  width: calc(100% - 10px);
  height: 35px;
  padding: 5px;
  padding-left: 10px;
  background: #f9f9f9;
  border: 1px solid #dbdbdb;
}

.comments-block .comment-respond .comment-form-author {
  padding-right: 10px;
}

.comments-block .comment-respond .comment-form-email {
  padding-left: 10px;
}

.comments-block .comment-respond .form-submit {
  text-align: center;
}

.comments-block .comment-respond .comment-reply-title {
  font-size: 24px;
  font-weight: normal;
  letter-spacing: -0.8px;
  margin-top: 0;
}

.comments-block .comment-respond ::-webkit-input-placeholder,
.comments-block .comment-respond :-ms-input-placeholder,
.comments-block .comment-respond :-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}

.share-block {
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
  height: 40px;
}

.share-block .share-line-helper {
  border-top: 1px solid #dbdbdb;
  width: 100%;
  position: absolute;
  top: 50%;
}

.share-block .share-buttons {
  height: 40px;
  line-height: 40px;
  left: 50%;
  min-width: 80px;
  border: solid 1px #dbdbdb;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  background: #ffffff;
}

.share-block .share-buttons > span {
  margin-right: 10px;
  text-transform: uppercase;
  font-weight: bold;
}

.share-block .share-facebook,
.share-block .share-twitter,
.share-block .share-pinterest {
  height: 25px;
  width: 25px;
  display: inline-block;
  top: 15%;
  position: relative;
}

.share-block .share-facebook {
  background-position: -185px -144px;
}

.share-block .share-twitter {
  background-position: -213px -144px;
}

.share-block .share-pinterest {
  background-position: -241px -144px;
}

.author-block {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.author-block .author-gravatar img {
  border-color: #ffffff;
  border-radius: 50%;
}

.author-block .author-description {
  margin: 20px 0;
  font-size: 14px;
  line-height: 25px;
  padding: 0 15%;
}

.event-block {
  margin-bottom: 40px;
}

.event-block .ticket,
.event-block .ticket.placeholder {
  width: 248px;
  height: 400px;
  float: left;
  position: relative;
  margin-bottom: 13px;
}

.event-block .ticket:nth-child(2),
.event-block .ticket:nth-child(3n + 5) {
  margin-left: 13px;
  margin-right: 13px;
}

.event-block .ticket .ticket-content {
  text-align: left;
  height: 364px;
  width: 246px;
  background: #ffffff;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}

.event-block .ticket.placeholder .ticket-content {
  background: url("img/desktop-ticket-placeholder-repeat.png");
  height: 364px;
  width: 248px;
}

.event-block .ticket-title {
  padding: 0 10px 10px 10px;
  height: 50px;
}

.event-block .ticket-title h1 {
  margin: 0;
  font-size: 21px;
  letter-spacing: -3px;
  overflow: hidden;
  text-transform: uppercase;
}

.event-block .ticket-date,
.event-block .ticket-time-location {
  width: 118px;
  height: 70px;
  display: inline-block;
  text-align: center;
  position: relative;
  font-family: FrontageCondensed-Bold, sans-serif;
  box-sizing: border-box;
  padding: 2px;
  line-height: 1;
}

.event-block .ticket-date {
  border-right: 1px solid #e7e7e7;
}

.event-block .ticket-date-only {
  width: 100%;
  border: 0;
}

.event-block .ticket-day-month {
  text-transform: uppercase;
  letter-spacing: -2.5px;
}

.event-block .ticket-year,
.event-block .ticket-location {
  color: #969696;
  font-size: 14px;
  margin: 5px 0 0;
  letter-spacing: -1px;
}

.event-block .ticket-date,
.event-block .ticket-time {
  font-size: 22px;
}

.event-block .ticket-time {
  letter-spacing: -2.5px;
}

.event-block .ticket-location {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.event-block .ticket-text {
  border-top: 1px solid #e7e7e7;
  width: 226px;
  height: 50px;
  padding: 10px;
  font-size: 14px;
  overflow: hidden;
}

.event-block .ticket-text-helper {
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

.event-block .ticket-text a {
  position: absolute;
  bottom: 18px;
  left: 11px;
}

.event-block .ticket .ticket-top,
.event-block .ticket .ticket-bottom,
.event-block .ticket.placeholder .ticket-top,
.event-block .ticket.placeholder .ticket-bottom {
  width: 248px;
  height: 18px;
}

.event-block .ticket .ticket-top {
  background-position: 0 -57px;
}

.event-block .ticket .ticket-bottom {
  background-position: 0 -38px;
  position: absolute;
  bottom: 0;
}

.event-block .ticket.placeholder .ticket-top {
  background-position: 0 -18px;
}

.event-block .ticket.placeholder .ticket-bottom {
  background-position: 0 0;
  position: absolute;
  bottom: 0;
}

.content img {
  max-width: 100%;
  height: auto;
}

/**
 * Teaser Events
 */

.teaser-events {
  position: relative;
  max-width: 770px;
  background-color: #ffffff;
  margin-bottom: 70px;
  padding: 20px 25px 25px 25px;
  text-transform: uppercase;
  font-size: 0;
}

.teaser-events .teaser-events-header {
  height: 60px;
  position: relative;
  border-bottom: 1px solid #e7e7e7;
  font-size: 16px;
}

.teaser-events .teaser-events-header .headline {
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.teaser-events .teaser-events-header .headline h1 {
  font-size: 41px;
  letter-spacing: -5px;
  margin-left: -5px;
}

.teaser-events .link-all {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.teaser-events .link-all .text {
  position: absolute;
  right: 75px;
  top: 50%;
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.teaser-events .link-all .text a {
  color: #000000;
  text-transform: none;
}

.teaser-events .link-all .text a:hover {
  color: #1ca5ba;
}

.teaser-events .link-all .specialbutton {
  margin-top: -3px;
}

.teaser-events .img-list {
  position: relative;
  padding-top: 20px;
  padding-right: 20px;
  width: 472px;
  height: 260px;
  display: inline-block;
  border-right: 1px solid #e7e7e7;
}

.teaser-events .img-list .img {
  position: absolute;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in;
  -ms-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}

.teaser-events .img-list .img.active {
  display: block;
  opacity: 1;
  z-index: 10;
  -webkit-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in;
  -ms-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}

.teaser-events .title-list {
  position: relative;
  display: inline-block;
  height: 260px;
  width: 190px;
  margin-top: 20px;
  line-height: 1.15;
}

.teaser-events .title-list ul {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.teaser-events .title-list ul li {
  margin: 0;
  padding: 0;
  padding-left: 10px;
  height: 86px;
  width: 190px;
  display: block;
  position: relative;
  border-left: 5px solid #ffffff;
}

.teaser-events .title-list li.title.active {
  border-left: 5px solid #1ca5ba;
}

.teaser-events .title h1 {
  font-size: 16px;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}

.teaser-events .title h1 a {
  color: #989898;
  display: block;
  font-size: 18px;
  letter-spacing: -1px;
}

.teaser-events .title.active h1 a {
  color: #000000;
}

/**
 * Teaser Events Mobile
 */
.teaser-events-mobile {
  overflow: hidden;
  width: 100%;
  margin-bottom: 70px;
  position: relative;
  display: none;
}

.teaser-events-mobile .slick-track:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.teaser-events-mobile .custom-archive-link {
  position: absolute;
  top: 23px;
  right: 5px;
}

.teaser-events-mobile .custom-archive-link .specialbutton {
  padding: 3px 10px;
  margin-top: -1px;
}

.teaser-events-mobile .slick-slider.slick-initialized {
  display: none;
}

.teaser-events-mobile .ticket {
  width: 248px;
  height: 345px;
  float: left;
  position: relative;
  margin-bottom: 13px;
  margin-left: 8px;
  margin-right: 8px;
  outline: 0;
}

.teaser-events-mobile .ticket .ticket-content {
  height: 310px;
  width: 246px;
  background: #ffffff;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}

.teaser-events-mobile .ticket-title {
  padding: 0 10px 10px 10px;
  height: 50px;
}

.teaser-events-mobile .ticket-title a {
  color: #000000;
}

.teaser-events-mobile .ticket-title a:hover {
  color: #1ca5ba;
}

.teaser-events-mobile .ticket-title a:active {
  color: #158da0;
}

.teaser-events-mobile .ticket-title h1 {
  font-size: 21px;
  margin: 0;
  letter-spacing: -3px;
}

.teaser-events-mobile .ticket-date,
.teaser-events-mobile .ticket-time-location {
  width: 120px;
  height: 70px;
  display: inline-block;
  text-align: center;
  position: relative;
  font-family: FrontageCondensed-Bold, sans-serif;
  font-size: 22px;
  line-height: 1;
}

.teaser-events-mobile .ticket-time {
  letter-spacing: -2.5px;
}

.teaser-events-mobile .ticket-date {
  border-right: 1px solid #e7e7e7;
}

.teaser-events-mobile .ticket-date-only {
  width: 100%;
  border: 0;
}

.teaser-events-mobile .ticket-day-month {
  text-transform: uppercase;
  letter-spacing: -2.5px;
}

.teaser-events-mobile .ticket-year,
.teaser-events-mobile .ticket-location {
  color: #969696;
  font-size: 14px;
  margin: 5px 0 0;
  letter-spacing: -1px;
}

.teaser-events-mobile .ticket-location {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.teaser-events-mobile .ticket-text {
  border-top: 1px solid #e7e7e7;
  width: 226px;
  height: 50px;
  padding: 10px;
  font-size: 14px;
}

.teaser-events-mobile .ticket-text-helper p {
  margin: 0;
  padding: 0;
}

.teaser-events-mobile .ticket-text {
  text-align: center;
}

.teaser-events-mobile .ticket .ticket-top,
.teaser-events-mobile .ticket .ticket-bottom {
  width: 248px;
  height: 18px;
}

.teaser-events-mobile .ticket .ticket-top {
  background-position: 0 -57px;
}

.teaser-events-mobile .ticket .ticket-bottom {
  background-position: 0 -38px;
  position: absolute;
  bottom: 0;
}

/**
 * Teaser Custom
 */
.teaser-custom {
  margin-bottom: 70px;
  position: relative;
}

.teaser-custom .custom-archive-link {
  position: absolute;
  top: 23px;
  right: 5px;
  display: none;
}

.teaser-custom .custom-archive-link .specialbutton {
  padding: 3px 10px;
}

.teaser-custom .slick-loading .slick-list {
  background: #ffffff url("img/ajax-loader.gif") center center no-repeat;
}

.teaser-custom .slick-prev,
.teaser-custom .slick-next {
  font-size: 0;
  position: absolute;
  top: 32%;
}

.teaser-custom .slick-prev:hover:before,
.teaser-custom .slick-prev:focus:before,
.teaser-custom .slick-next:hover:before,
.teaser-custom .slick-next:focus:before {
  opacity: 1;
}

.teaser-custom .slick-prev.slick-disabled:before,
.teaser-custom .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.teaser-custom .slick-prev:before,
.teaser-custom .slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.teaser-custom .slick-prev {
  left: -50px;
}

.teaser-custom .slick-next {
  right: -55px;
}

.teaser-custom.postslider .slick-prev {
  left: -62px;
}

.teaser-custom.postslider .slick-next {
  right: -67px;
}

.teaser-custom .slick-slider {
  position: relative;
  display: none;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin-left: -10px;
  margin-right: -10px;
}

.teaser-custom .slick-slider.slick-initialized {
  display: block;
}

.teaser-custom .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.teaser-custom .slick-list:focus {
  outline: none;
}

.teaser-custom .slick-list.dragging {
  cursor: hand;
}

.teaser-custom .slick-slider .slick-track,
.teaser-custom .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.teaser-custom .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.teaser-custom .slick-track:before,
.teaser-custom .slick-track:after {
  display: table;
  content: "";
}

.teaser-custom .slick-track:after {
  clear: both;
}

.teaser-custom .slick-loading .slick-track {
  visibility: hidden;
}

.teaser-custom .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  margin: 10px;
}

.teaser-custom .slick-slide img {
  display: block;
}

.teaser-custom .slick-slide.slick-loading img {
  display: none;
}

.teaser-custom .slick-slide.dragging img {
  pointer-events: none;
}

.teaser-custom .slick-initialized .slick-slide {
  display: block;
}

.teaser-custom .slick-loading .slick-slide {
  visibility: hidden;
}

.teaser-custom .slick-arrow.slick-hidden {
  display: none;
}

.teaser-custom .post-item.special-highlight .line-highlight a {
  text-decoration: none;
}

.teaser-custom .post-item.special-highlight .line-highlight h1,
.teaser-custom .post-item.special-highlight .topshadow span.copy-h1,
.teaser-custom .post-item.special-highlight .line-highlight h3,
.teaser-custom .post-item.special-highlight .topshadow span.copy-h3 {
  font-size: 22px;
  letter-spacing: -3.1px;
}

.teaser-custom .post-item.special-highlight .line-highlight h3 {
  padding-top: 3px;
  padding-bottom: 3px;
}

.teaser-custom
  .special-highlight.post-item
  .post-content-header
  .post-title-wrapper {
  font-size: 10px;
}

.teaser-custom .special-highlight.post-item .post-content {
  margin-top: -5px;
  max-width: 100%;
  margin-left: 16px;
}

.teaser-custom .special-highlight.post-item {
  min-width: 0;
  margin-bottom: 0;
  background: none;
}

.teaser-custom .special-highlight.post-item .post-content-header .post-title {
  line-height: 2.15em;
}

.teaser-custom .special-highlight.post-item .post-content-meta {
  font-size: 0.7em;
  letter-spacing: 0.2px;
}

.teaser-custom .special-highlight.post-item .post-content-meta .text-wrap {
  padding: 4px;
  line-height: 2.05em;
}

.teaser-custom .special-highlight.post-item .topshadow {
  line-height: inherit;
  top: -12px;
}

.teaser-custom .slider-element > a {
  display: block;
}

.teaser-custom .slider-element {
  width: 264px;
}

.teaser-custom .teaser-custom-headline h2 {
  margin: 0;
  font-size: 42px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -2px;
}

/**
 * Forms
 */

.nf-form-wrap .nf-field input[type="text"],
.nf-form-wrap .nf-field input[type="email"] {
  height: 35px;
  padding: 5px;
  padding-left: 10px;
  background: #f9f9f9;
  border: 1px solid #dbdbdb;
}

.nf-form-wrap .nf-field textarea {
  padding: 5px;
  padding-left: 10px;
  background: #f9f9f9;
  border: 1px solid #dbdbdb;
}

.nf-form-wrap .nf-field input[type="button"] {
  font-family: "Roboto Slab", serif;
  outline: 0;
  border: 0;
  background: none;
  padding: 5px 5px 3px 5px;
}

.nf-form-wrap .nf-field select {
  height: 35px;
  padding: 5px;
  padding-left: 10px;
  background: #f9f9f9;
  border: 1px solid #dbdbdb;
}

/**
 * Meta Slider
 */
.metaslider .flex-direction-nav .flex-prev {
  left: 5px;
}

.metaslider .flex-direction-nav .flex-next {
  right: 5px;
}

/**
 * Footer
 */

.footer-menu {
  position: fixed;
  right: 20px;
  bottom: 25px;
  text-align: right;
  text-transform: uppercase;
}

.footer-menu ul li {
  padding-top: 10px;
}

.footer-menu a {
  color: #8b8b8b;
}

.footer-menu a:hover {
  color: #1ca5ba;
}

.footer-menu a:active {
  color: #08cbe8;
}

/**
 * wpvq
 */
.content .wpvq.columns-3 .wpvq-question.wpvq-square .wpvq-answer {
  min-height: 230px;
}

/**
 * XMAS Widget
 */

#xmasWidget {
  line-height: 120%;
}

#xmasWidget div {
  box-sizing: border-box;
}

#xmasWidget h2 {
  font-weight: normal;
  font-size: 28px;
  margin-left: 25%;
  padding-left: 20px;
}

#xmasWidget h3 span {
  float: right;
}

#xmasWidget span.prodLink {
  display: block;
  margin-top: 12px;
}

#xmasWidget span.prodLink a {
  text-decoration: underline;
  color: #272727;
}

#xmasWidget ul.tabs:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 25%;
  border-top: 8px solid #ffffff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  margin-left: -8px;
}

#xmasWidget ul.tabs:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 25%;
  border-top: 9px solid #272727;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  margin-left: -9px;
}

#xmasWidget .product {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #272727;
  overflow: hidden;
}

#xmasWidget .product:last-child {
  border: 0;
}

#xmasWidget .text {
  font-size: 14px;
  line-height: 140%;
}

#xmasWidget .text h3 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 12px;
  margin-top: 0px;
}

#xmasWidget .even .text h3 {
  margin-left: 0;
}

#xmasWidget .even .text {
  width: 80%;
  float: right;
}

#xmasWidget .product .thumbnail {
  width: 25%;
  float: left;
  padding: 0 20px;
}

#xmasWidget .product .thumbnail img {
  max-width: 100%;
  height: auto;
}

#xmasWidget .product .text {
  width: 75%;
  float: left;
  padding: 0 20px;
}

#xmasWidget .productFooter {
  width: 75%;
  float: right;
  margin-top: 14px;
  padding-left: 20px;
}

#xmasWidget .productFooter .rating {
  font-size: 12px;
  color: #999999;
}

#xmasWidget .productFooter .price {
  float: right;
  font-size: 18px;
  font-weight: bold;
}

#xmasWidget ul.tabs {
  border-bottom: 1px solid #272727;
  padding: 10px 0;
  position: relative;
  list-style-type: none;
  font-size: 0;
}

#xmasWidget ul.tabs li {
  position: relative;
  margin-bottom: 20px;
}

#xmasWidget ul.tabs li {
  display: inline-block;
  padding: 10px 20px;
  box-sizing: border-box;
  width: 20%;
  text-decoration: none;
  font-size: 14px;
  color: #272727;
  text-align: center;
}

#xmasWidget ul.tabs li img {
  display: block;
  max-width: 100%;
  height: auto;
  padding-bottom: 5px;
}

#xmasWidget ul.tabs li a {
  color: #666666;
  text-decoration: none;
  font-size: 16px;
}

#xmasWidget ul.tabs li a.active {
  color: #1ca5ba;
}

#xmasWidget .r-tabs .r-tabs-panel {
  background-color: white;
  overflow: hidden;
  padding-top: 0px;
}

#xmasWidget .ranks {
  text-align: right;
  float: right;
  margin-top: 20px;
  font-size: 14px;
}

#xmasWidget .ranks .rank-number {
  font-weight: bold;
}

#xmasWidget .productFooter .rating-stars-outer {
  display: inline-block;
  width: 110px;
  height: 25px;
  background: url(http://thoxmas.sunlab.de/Content/widget/thomann_sprites_image.png) -110px -27px;
}

#xmasWidget .productFooter .rating-stars-inner {
  display: inline-block;
  height: 25px;
  background: url(http://thoxmas.sunlab.de/Content/widget/thomann_sprites_image.png)
    0 -27px;
}

.container-rating {
  width: 75%;
  float: right;
  margin-top: 10px;
}

#xmasWidget .container-rating .rating-stars-outer {
  float: right;
  display: inline-block;
  width: 110px;
  height: 25px;
  background: url("http://thoxmas.sunlab.de/Content/widget/thomann_sprites_image.png") -110px -27px;
}

#xmasWidget .container-rating .rating-stars-inner {
  display: inline-block;
  height: 25px;
  background: url("http://thoxmas.sunlab.de/Content/widget/thomann_sprites_image.png")
    0 -27px;
}

#xmasWidget .container-rating .rating-reviews {
  float: right;
  margin-top: 1px;
  margin-left: 10px;
  font-size: 17px;
  color: #999999;
}

.container-rating {
  width: 75%;
  float: right;
  margin-top: 10px;
}

#xmasWidget .container-rating .rating-stars-outer {
  float: right;
  display: inline-block;
  width: 110px;
  height: 25px;
  background: url("http://thoxmas.sunlab.de/Content/widget/thomann_sprites_image.png") -110px -27px;
}

#xmasWidget .container-rating .rating-stars-inner {
  display: inline-block;
  height: 25px;
  background: url("http://thoxmas.sunlab.de/Content/widget/thomann_sprites_image.png")
    0 -27px;
}

#xmasWidget .container-rating .rating-reviews {
  float: right;
  margin-top: 1px;
  margin-left: 10px;
  font-size: 17px;
  color: #999999;
}

#xmasWidget .productFooter {
  position: relative;
}

#xmasWidget .productFooter .youtube {
  position: absolute;
  top: -14px;
  left: 20px;
  text-align: center;
}

#xmasWidget .youtube a {
  text-decoration: none;
}

#catapult-cookie-bar a,
#catapult-cookie-bar a:hover,
#catapult-cookie-bar a:focus,
#catapult-cookie-bar a:active {
  text-decoration: underline;
}

/**
 * Product List
 */
.button {
  display: inline-flex;
  align-items: center;
  height: 35px;
  color: #000000;
  background-color: #1ca5ba;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 28px;
  padding-right: 28px;
  border-radius: 2px;
  cursor: pointer;
  box-sizing: border-box;
}

a.button,
a.button:hover,
a.button:active,
a.button:focus {
  text-decoration: none;
  color: #ffffff;
}

.product-list .product {
  margin-bottom: 35px;
  border-bottom: solid 1px #dbdbdb;
}

.product-list .product:first-child {
  margin-top: 35px;
  padding-top: 35px;
  border-top: solid 1px #dbdbdb;
}

.product-list .meta {
  display: flex;
}

.product-list .meta-left {
  width: 215px;
  padding-right: 50px;
}

.product-list .thumb {
  width: 215px;
}

.product-list .meta-right {
  width: 100%;
}

.product-list .title {
  display: flex;
}

.product-list .title h2 {
  margin: 0;
  width: calc(100% - 175px);
}

.product-list .brand {
  width: 115px;
  margin-left: 60px;
}

.product-list .brand img {
  width: 115px;
  height: auto;
}

.product-list .teaser p {
  margin: 25px 0;
}

.product-list .link {
  display: inline;
  margin-right: 15px;
}

/**
 * Accordion
 */

.product.has-accordion .content {
  margin: 25px 0 0 0;
  max-height: 100px;
  position: relative;
  overflow: hidden;
  transition: max-height 475ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.product.has-accordion:not(.is-open) .content {
  cursor: pointer;
}

.product.has-accordion .accordion-toggle {
  display: block;
  position: relative;
  height: 32px;
}

.product.has-accordion .accordion-toggle:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(img/down.png) no-repeat center center;
  transition: 475ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.product.has-accordion .accordion-toggle:hover {
  cursor: pointer;
}

.product.has-accordion .content:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  pointer-events: none;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
  transition: 475ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.product.has-accordion.is-open .content:after {
  opacity: 0;
}

.product.has-accordion.is-open .accordion-toggle:after {
  transform: rotate(180deg);
}

.fnetbr-label {
  font-size: 10px;
  color: #383838;
  padding-right: 4px;
  display: block;
  text-align: right;
  line-height: 24px;
}

/**
 * Media Queries
 */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .special-highlight.post-item .line-highlight h1,
  .special-highlight.post-item .line-highlight h3 {
    z-index: 0;
    padding-top: 3px;
  }

  .special-highlight.post-item .topshadow {
    top: -18px;

    height: 9px;
  }

  .teaser-custom .post-item.special-highlight .line-highlight h1,
  .teaser-custom .post-item.special-highlight .line-highlight h3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .teaser-custom .special-highlight.post-item .topshadow {
    top: -12px;
  }
}

/**
 * Media Querie max-width 1303px
 */
@media only screen and (max-width: 1303px) {
  .adtag.skyscraper {
    display: none;
  }

  .adtag.leaderboard {
    display: block;
  }
}

/**
 * Media Querie max-width 1199px
 */
@media only screen and (max-width: 1199px) {
  .header .row .col.col1 {
    width: calc(100% - 230px);
  }

  .header .row .col.col2 {
    width: 230px;
  }

  .header .social-menu .social-wrapper-twitter,
  .header .social-menu .social-wrapper-pinterest,
  .header .social-menu .social-wrapper-tiktok,
  .header .social-menu .social-wrapper-rss {
    display: none;
  }

  .header .lng-switcher {
    margin-right: 7px;
  }

  .header .search .search-logo {
    margin-left: 15px;
    margin-right: 15px;
  }

  .header .mobile-button {
    display: inline-block;
  }

  .footer-menu {
    display: none;
  }

  .sub-header .inner {
    padding: 0 10px;
  }

  .sub-header {
    top: 50px;
  }

  .admin-bar .sub-header {
    top: 82px;
  }

  .header {
    height: 50px;
  }
}

/**
 * Media Querie max-width 991px
 */
@media only screen and (max-width: 991px) {
  /**
     * Teaser Custom
     */
  .teaser-custom {
    background: #ffffff;
    padding: 17px 0 50px 20px;
  }

  .teaser-custom .custom-archive-link {
    display: block;
  }

  .teaser-custom .slick-slider {
    margin-left: 0;
    margin-right: 0;
  }

  .teaser-custom .topshadow {
    display: none;
  }

  .teaser-custom .teaser-custom-headline h3 {
    text-align: left;
    margin-left: -6px;
  }

  .teaser-custom .special-highlight.post-item .post-content-header {
    padding-right: 0;
  }

  .teaser-custom .special-highlight.post-item .post-content {
    margin-top: 5px;
    margin-left: -1px;
  }

  .teaser-custom .special-highlight.post-item .post-content .text-wrap,
  .teaser-custom .special-highlight.post-item .post-content .text-wrap p {
    padding: 0;
    margin: 0;
    line-height: inherit;
    display: block;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: static;
  }

  .teaser-custom .special-highlight.post-item .post-content-meta .text-wrap {
    padding-left: 1px;
  }

  .teaser-custom .special-highlight.post-item .post-content-header .post-title {
    line-height: 1.15;
  }

  .teaser-custom .special-highlight.post-item .post-content {
    width: 100%;
  }

  .teaser-custom .special-highlight.post-item .line-highlight h1 {
    letter-spacing: -3px;
    display: block;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 2px;
    margin-left: -2px;
  }

  .teaser-custom .special-highlight.post-item .post-content-meta {
    font-size: 0.9em;
  }

  #article-slider .slick-prev,
  #manufacturer-slider .slick-prev,
  .teaser-custom .slick-prev {
    left: 1px;
    z-index: 2;
    top: unset;
    bottom: -40px;
  }

  #article-slider .slick-next,
  #manufacturer-slider .slick-next,
  .teaser-custom .slick-next {
    right: 1px;
    z-index: 2;
    top: unset;
    bottom: -40px;
  }
}

/**
 * Media Querie max-width 820px
 */
@media only screen and (max-width: 820px) {
  .header .row .col.col1 {
    width: calc(100% - 160px);
  }

  .header .row .col.col2 {
    width: 160px;
  }

  .adtag.leaderboard {
    display: none;
  }

  .adtag.medium {
    display: block;
  }

  .header .lng-switcher {
    display: none;
  }

  .main .content {
    max-width: 770px;
    margin: 0 10px;
  }

  .teaser-custom {
    margin-right: -10px;
  }

  .teaser-events {
    display: none;
  }

  .teaser-events-mobile,
  .teaser-events-mobile .slick-slider.slick-initialized {
    display: block;
  }

  .event-block .ticket-block {
    text-align: center;
  }

  .event-block .ticket-block .ticket.placeholder {
    display: none;
  }

  .event-block .ticket:nth-child(2),
  .event-block .ticket:nth-child(3n + 5) {
    margin: 0;
    margin-bottom: 14px;
  }

  .event-block .ticket-block .ticket {
    display: inline-block;
    margin-bottom: 14px;
    float: none;
    margin-right: 7px;
    margin-left: 7px;
  }

  .search-headline,
  .category-headline,
  .archive-headline {
    text-align: center;
    margin-bottom: 20px;
  }

  .search-headline > h1,
  .category-headline > h1,
  .archive-headline > h1 {
    float: none;
  }

  .filter {
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    float: none;
  }

  .comments-block .author-meta-wrapper {
    width: 88%;
  }

  .comments-block .gravatar-wrapper {
    width: 12%;
  }

  .product-list .title {
    display: block;
  }

  .product-list .title h2 {
    width: 100%;
    margin-bottom: 30px;
  }

  .product-list .brand {
    margin: 0;
  }
}

/**
 * Media Querie max-width 782px
 */
@media only screen and (max-width: 782px) {
  .admin-bar .mobile-menu {
    padding-top: 56px;
  }

  #wrapper.admin-bar .header {
    top: 46px;
  }

  .main {
    margin-top: 90px;
  }

  .main .intro {
    margin-bottom: 25px;
  }

  .post-single,
  .teaser-events-mobile,
  .teaser-custom,
  .special-highlight.post-item,
  .adtag.mobile,
  .adtag.medium {
    margin-bottom: 35px;
  }

  .event-block .category-headline h1 {
    float: none;
    text-align: center;
  }

  .header {
    border-bottom: 10px solid #f5f5f5;
    height: 60px;
  }

  .sub-header {
    top: 44px;
  }

  .admin-bar .sub-header {
    top: 90px;
  }

  .list-view .adtag.mobile,
  .list-view .adtag.medium,
  .list-view.post-list .post-item {
    margin-bottom: 10px;
  }

  #wpadminbar {
    /* sry, but thanks wordpress */
    position: fixed !important;
  }
}

/**
 * Media Querie max-width 640px
 */
@media only screen and (max-width: 640px) {
  .header .main-menu {
    display: none;
  }

  .special-highlight.post-item .post-content-text {
    padding-right: 10%;
  }

  .special-highlight.post-item .post-content-header .post-title {
    word-break: break-word;
  }

  .list-view.post-list .post-image {
    width: 100%;
    text-align: center;
  }

  .list-view.post-list .post-content {
    max-width: 100%;
  }

  .list-view .adtag.mobile,
  .list-view .adtag.medium,
  .list-view.post-list .post-item {
    margin-bottom: 30px;
  }

  .comments-block .comment-respond .comment-form-email,
  .comments-block .comment-respond .comment-form-author {
    padding: 0;
    float: none;
    width: 100%;
  }

  .comments-block .comment-respond .comment-form-author input,
  .comments-block .comment-respond .comment-form-email input {
    width: 100%;
  }

  .sub-header .inner .search-form .search-input {
    width: 100%;
  }

  .main .intro p {
    font-size: 24px;
  }

  .post-single .tag-wrapper {
    display: block;
    margin: 15px 0;
  }

  .product-list .meta-left {
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
    width: 100%;
  }

  .product-list .thumb,
  .product-list .thumb img {
    width: 100%;
  }

  .product-list .meta {
    display: block;
  }
}

/**
 * Media Querie  max-width: 544px
 */
@media (max-width: 544px) {
  #xmasWidget ul.tabs li {
    width: 33%;
  }
}

/**
 * Media Querie max-width: 520px
 */
@media only screen and (max-width: 520px) {
  .special-highlight.post-item .post-content-meta {
    margin-top: 15px;
  }

  .special-highlight.post-item .topshadow span.copy-h1,
  .special-highlight.post-item .line-highlight h1 {
    font-size: 1.5em;
  }

  .special-highlight.post-item .post-content-header .post-title {
    line-height: 1.6em;
  }

  .post-single .tag-wrapper {
    display: block;
    margin: 20px 0;
  }

  img.alignleft,
  img.alignright,
  img.alignnone {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .author-block .author-description {
    padding: 0;
  }

  .comments-block .author-meta-wrapper {
    width: 80%;
  }

  .comments-block .gravatar-wrapper {
    width: 20%;
  }
}

/**
 * Media Querie max-width 480px
 */
@media only screen and (max-width: 480px) {
  .list-view.post-list .post-image {
    width: 100%;
    text-align: center;
  }

  .list-view.post-list .post-content {
    max-width: 100%;
  }

  .adtag.medium {
    display: none;
  }

  .adtag.mobile {
    display: block;
  }

  .product-list .link {
    margin: 0 auto;
    margin-bottom: 30px;
    display: block;
  }

  .product-list .link a {
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    line-height: 35px;
  }
}

/**
 * Media Querie max-width 360px
 */
@media only screen and (max-width: 360px) {
  .adtag.mobile,
  .adtag.leaderboard,
  .adtag.skyscraper,
  .adtag.medium,
  .header .social-menu,
  .teaser-custom .custom-archive-link {
    display: none;
  }

  .comments-block .author-meta-wrapper {
    width: 75%;
  }

  .comments-block .gravatar-wrapper {
    width: 25%;
  }
}

/**
 Slick Slider
*/

/* Slick Font */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;

  src: url("fonts/slick.eot");
  src: url("fonts/slick.eot?#iefix") format("embedded-opentype"),
    url("fonts/slick.woff") format("woff"),
    url("fonts/slick.ttf") format("truetype"),
    url("fonts/slick.svg#slick") format("svg");
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}

.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: "•";
  text-align: center;

  opacity: 0.25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/**
Für Ninja Form Newsletter Checkbox Description unterhalb
 */
.newsletter-container .nf-field .field-wrap {
  display: grid;
  grid-template-columns: 20px auto;
  grid-row-gap: 1rem;
}
.newsletter-container .nf-field .field-wrap .nf-field-description {
  grid-column: span 2;
}

/**
Custom styles for Contact Form 7
 */
.wpcf7-text,
.wpcf7-select,
.wpcf7-date,
.wpcf7-textarea {
  padding: 5px;
  padding-left: 10px;
  background: #f9f9f9;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
  height: 35px;
  width: 100%;
}

.wpcf7-textarea {
  min-height: 300px;
  resize: vertical;
}

iframe {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 16 / 9;
}
