.gradient {
  order: 4;
  height: 50px;
  background: linear-gradient(
    rgba(250, 250, 250, 0),
    rgba(250, 250, 250, 1),
    rgba(250, 250, 250, 1)
  );
  z-index: 2;
  margin-top: -50px;
}

h2 {
  color: #e60004;
  text-transform: uppercase;
}

p {
  margin: 0 0 0.75em;
}

.scrollup {
  background-color: rgba(0, 0, 0, 0.1);
  background-image: url(https://dlct0dt1hx57m.cloudfront.net/static/desktop/spritemap.png);
  background-position: -91px -59px;
  border-radius: 4px;
  bottom: 50px;
  width: 42px;
  height: 42px;
  opacity: 0;
  position: fixed;
  right: 50px;
  text-indent: -9999px;
  transition: 1s;
  visibility: hidden;
  z-index: 666;
}

.visible {
  display: block !important;
  opacity: 1 !important;
  transition: 0.5s;
  visibility: visible !important;
}
.newsubmenu {
  color: #88888888;
  visibility: visible;
  opacity: 1;
}

.newsubmenu::before {
  background: #f2f2f2;
  border-top-color: rgba(10, 0, 0, 0.2);
  border-bottom-color: rgba(10, 0, 0, 0.2);
  left: 11px;
  top: -7px;
  width: 15px;
  height: 15px;
  bottom: -9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  content: '';
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
  box-sizing: inherit;
}

.swap {
  position: relative;
  height: 60px;
  width: 60px;
  margin: 0;
}

.swap img {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.swap img.top:hover {
  opacity: 0;
}

.swap:hover,
#subletter:hover {
  transition: 0.3s;
  animation: bounce 0.5s infinite;
  animation-timing-function: ease-in-out;
  -webkit-transition: 0.3s;
  -webkit-animation: bounce 0.5s infinite; /* Chrome, Safari, Opera */
  -webkit-animation-timing-function: ease-in-out;
}

@keyframes bounce {
  0% {
    transform: translateY(0%);
  }
  40% {
    transform: translateY(8%);
  }
  60% {
    transform: translateY(20%);
  }
  80% {
    transform: translateY(18%) scaleY(0.9);
  }
  100% {
    transform: translateY(0%);
  }
}

@keyframes fadeInPost {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.post {
  animation: 1s fadeInPost;
}

@media screen and (min-width: 44.375em) {
  body:not(.custom-background-image):before,
  body:not(.custom-background-image):after {
    height: 0px !important;
  }
}

#subletter {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  top: -5px;
}

#subletter::after {
  right: 6px;
}

#page {
  margin-top: 2em;
  margin-left: 0em;
  margin-right: 0em;
  margin-bottom: 0em;
}

#masthead {
  padding-top: 0;
  padding-bottom: 0;
}

.site-branding {
  margin: 0 0 0 0;
}

.site-header-main {
  display: flex;
  justify-content: space-between;
}

.custom-logo {
  position: absolute;
  top: -17px;
  width: 128px;
}

#primary {
  margin-top: 90px;
}

blockquote,
.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus,
.post-navigation,
.post-navigation div + div,
.pagination,
.widget,
.page-header,
.page-links a,
.comments-title,
.comment-reply-title {
  border-color: #0000001a;
}

.expandButton {
  order: 4;
  width: 170px;
}

.entry-title {
  text-transform: uppercase;
}

article {
  display: flex;
  flex-flow: column;
}

article header {
  order: 0;
}

article a .post-thumbnail {
  order: 2;
  max-height: 440px;
  overflow: hidden;
}

a.post-thumbnail {
  max-height: 440px;
  overflow: hidden;
}

a.post-thumbnail img {
  width: 100%;
}

article footer {
  order: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

article footer .comments-link {
  order: 2;
  text-transform: uppercase;
}

article footer .comments-link a {
  color: #e30613;
  transition: color 0.3s ease-in-out;
}

.entry-footer a {
  color: #333;
}

.entry-title {
  color: #e60004;
}

article footer .posted-on a {
  color: #333333;
}

article footer .edit-link a {
  color: #333333;
}

article .entry-content,
article .entry-summary {
  order: 3;
  width: 100%;
  margin-bottom: 16px;
}

.mybutton:hover {
  color: #e60004;
  background-color: #fff;
  transition: 0.5s;
}

.mybutton:focus {
  background-color: #e60004;
}

.mybutton:focus:hover {
  background-color: #fff;
}

.mybutton {
  background-color: #e60004;
  border-radius: 42px;
  border: 2.5px solid #fff;
  box-sizing: border-box;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  line-height: 1.6em;
  padding: 5px 50px 5px 30px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.5s;
  margin: 0;
  text-rendering: auto;
  letter-spacing: normal;
  word-spacing: normal;
  text-indent: 0px;
  text-shadow: none;
  -webkit-writing-mode: horizontal-tb !important;
  -webkit-appearance: button;
  -webkit-font-smoothing: antialiased;
  writing-mode: horizontal-tb;
}

.mybutton:after {
  padding-right: 8px;
  content: '\00BB';
  position: absolute;
  right: 15px;
  top: 46%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.commenticon {
  width: 21px;
  height: 21px;
}

.socialmenu {
  display: flex;
}

#colophon {
  height: 50px;
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#colophon > div {
  margin-left: auto;
  margin-right: auto;
}

#colophon a {
  color: white;
  padding-left: 4px;
  padding-right: 4px;
}

#menu-item-228 {
  margin-left: auto;
}

.main-navigation ul ul li {
  background-color: #fff;
}

.main-navigation .sub-menu {
  color: #88888888;
}

article .entry-header h2 a {
  text-transform: uppercase;
  color: #e30613;
  transition: color 0.3s ease-in-out;
}

.commenticon {
  margin-right: 8px;
}

.entry-content a {
  color: #e60004;
  font-family: PT Sans Narrow;
  font-weight: 700;
  transition: color 0.3s ease-in-out;
}

.entry-content a:hover {
  color: #333;
  transition: color 0.3s ease-in-out;
}

.rpwwt-post-excerpt a {
  font-family: PT Sans Narrow;
  font-weight: 700;
  font-size: 19px;
  color: #e60004;
  transition: color 0.3s ease-in-out;
}

.rpwwt-post-excerpt a::after {
  content: ' \00BB';
}

.rpwwt-post-excerpt a:hover {
  color: #333333;
}

.rpwwt-post-title {
  font-family: PT Sans Narrow;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #333333;
}

.rpwwt-post-date {
  font-size: 14px;
  line-height: 14px;
  color: #333333;
}

#search-6 {
  padding-top: 2.615385em;
  padding-bottom: 2em;
}

.search-submit:hover {
  background: #f2f2f2;
}

#crumbs {
  margin: 0;
  position: absolute;
  top: 130px;
  left: -15px;
}

#sendmsg {
  float: right;
  padding-left: 81px;
  padding-right: 81px;
}

.kontaktformpart {
  display: flex;
  justify-content: space-between;
  margin: 20px 0px;
}

.kontaktformpart input {
  width: 50%;
  height: 30px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  color: #333;
}

#vorname,
#kontaktMail {
  margin-right: 10px;
}

#nachname,
#betreff {
  margin-left: 10px;
}

#message {
  height: 114px;
  margin-bottom: 20px;
  border: none;
  background-color: #f2f2f2;
  border-radius: 4px;
  line-height: 18px;
  font-size: 18px;
}

#kontaktform {
  padding-top: 10px;
  border-top: 1px solid #0000001a;
  border-bottom: 1px solid #0000001a;
  padding-bottom: 75px;
  margin-bottom: 30px;
}

.comments-title {
  text-transform: uppercase;
  font-weight: 100;
  color: #e30613;
  order: 2;
}

.comment-metadata a {
  color: #333;
}

.comment-content {
  padding-left: 86px;
  position: relative;
  margin-top: -37px;
  line-height: 19px;
  color: #333;
}

.reply {
  padding-left: 87px;
  padding-top: 10px;
}

#reply-title,
.comment-notes,
.comment-form-url {
  display: none;
}

.comment-reply-link {
  color: #e60004;
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  transition: color 0.3s ease-in-out;
}

#comments {
  display: flex;
  flex-flow: column;
}

#respond {
  padding-top: 0;
  display: none;
  order: 1;
}

#comment-button {
  float: right;
  width: 178px;
}

#commentbuttonwrap {
  order: 0;
}

.comment-list {
  order: 3;
}

#commentform {
  display: flex;
  flex-wrap: wrap;
}

#commentform #persinfo input {
  width: 95%;
  height: 30px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  color: #333;
}

#commentform textarea {
  height: 114px;
  margin-bottom: 0;
  border: none;
  background-color: #f2f2f2;
  border-radius: 4px;
  line-height: 18px;
  font-size: 18px;
  width: 95%;
  float: right;
}

.comment-form-comment {
  flex-basis: 50%;
  order: 1;
  margin-bottom: 0;
}

#comment {
  margin-bottom: 0;
}

#persinfo {
  flex-basis: 50%;
  order: 0;
}

#persinfo p {
  margin-bottom: 20px;
}

.form-submit {
  flex-basis: 100%;
  order: 4;
  margin-top: -44px;
}

.g-recaptcha {
  order: 3;
}

#submit {
  float: right;
}

#submit:hover {
  color: #e60004;
  background-color: white;
  transition: 0.5s;
}

#submit {
  background-color: #e60004;
  border-radius: 42px;
  border: 2.5px solid #fff;
  box-sizing: border-box;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  line-height: 1.6em;
  padding: 5px 30px 5px 30px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.5s;
  margin: 0;
  text-rendering: auto;
  letter-spacing: normal;
  word-spacing: normal;
  text-indent: 0px;
  text-shadow: none;
  -webkit-writing-mode: horizontal-tb !important;
  -webkit-appearance: button;
  -webkit-font-smoothing: antialiased;
  writing-mode: horizontal-tb;
}

#counterwrap {
  order: 2;
  width: 100%;
  margin-bottom: 18px;
}

#counterwrap span {
  float: right;
  font-size: 14px;
  color: rgba(51, 51, 51, 0.6);
}

textarea {
  resize: none;
}

.logged-in-as {
  flex-basis: 50%;
  font-size: 18px;
  color: #333;
}

.popup_newsletter {
  line-height: 19px;
}

#popuplogo {
  width: 192px;
}

#store_search {
  border: 0px;
  border-radius: 4px;
  padding-left: 45px;
}

#store_search_wrapper::before {
  color: #999999;
  content: '\f400';
  margin: 5px;
  position: absolute;
  font-size: 30px;
  line-height: 35px;
  width: 34px;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'Genericons';
}

#store_search:focus {
  background: #f7f7f7;
}

#popupinput {
  border: none;
  border-bottom: 2px solid #cccccc;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 31px;
}

#popupbutton {
  width: 150px;
  margin: auto;
}

#nope {
  margin-bottom: 0;
}

#nopelink {
  color: rgba(51, 51, 51, 0.6);
}

#nopelink:hover {
  color: #333;
}

.wp-polls {
  background: #ffffff;
  padding: 3.18%;
  border: 1px solid #cccccc;
}

ul.wp-polls-ul li {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #e60004;
  font-family: 'PT Sans Narrow';
  font-weight: 700;
}

ul.wp-polls-ul li:first-child {
  margin-top: 0px;
}

ul.wp-polls-ul li:last-child {
  margin-bottom: 0px;
}

.pollbar {
  margin: 0;
}

.bgpollbar {
  position: relative;
  display: flex;
  width: 100%;
  border: 1px solid #e60004;
  align-items: center;
}

form.wp-polls-form > div > p > input[type='button'] {
  padding-right: 30px;
}

.votedfont {
  color: #e60004;
}

.votename {
  padding-left: 2.38%;
  height: 30px;
  background: #e6000496;
  color: #fff;
  padding-right: 1%;
}

.stimmen {
  text-align: right;
  margin-right: 1%;
  margin-left: auto;
  width: 10%;
}

.wort {
  margin-right: 2%;
}

.votebox {
  display: none !important;
}

.foogallery {
  display: flex !important;
  flex-flow: wrap;
  justify-content: space-between;
}

.foogallery .fg-caption {
  font-family: 'PT Sans Narrow' !important;
}

.foogallery .fg-caption-title {
  font-family: 'PT Sans Narrow' !important;
}

.foogallery::after {
  content: none;
}

.fg-item {
  height: 315px;
  margin-bottom: 28px;
  border: 1px solid #ccc;
}

.fg-item-inner {
  height: 313px;
}

.gtitle {
  width: 100%;
  height: 36px;
  line-height: 18px;
  background: #e60004;
  color: #fff;
  font-family: 'PT Sans Narrow';
  font-size: 18px;
  text-align: center;
  margin: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  text-transform: uppercase;
  transition: 0.65s ease;
  z-index: 8;
}

.fg-item-inner:hover .fg-image {
  filter: blur(4px);
  transition: 0.3s;
}

.gallerybutton {
  text-align: center;
}

.foogallery .fg-caption a {
  text-decoration: none;
  border-bottom: none;
}

.foogallery.fg-caption-hover .fg-caption .fg-caption-inner {
  height: 75%;
  overflow: hidden;
}

.foogallery.fg-caption-hover.fg-hover-fade .fg-loaded .fg-caption,
.foogallery.fg-hover-fade .fg-loaded .fg-thumb:before {
  display: flex;
  flex-flow: column;
}

.quickorder {
  text-decoration: none;
  border-bottom: none;
  color: #fff;
  font-family: PT Sans Narrow;
  font-weight: 700;
  transition: color 0.3s ease-in-out;
  margin: auto 20px 20px 20px;
}

.foogallery .fg-caption a {
  text-decoration: none !important;
  border-bottom: none !important;
  color: #fff !important;
}

.fg-default .fg-item,
.fg-default .fg-item-inner,
.fg-default .fg-thumb {
  display: flex;
  justify-content: center;
  flex-flow: column;
  vertical-align: top;
  max-width: 100%;
  height: 315px;
}

#storelist {
  overflow: scroll;
  margin: 10px 0px 0px 0px;
  overflow-x: hidden;
}

.hinweis {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.6);
  transform: translate(4px, -2px);
}

/* mobile */
#mobileMenuButton {
  border: none;
  padding: 0;
}

#mobileMenuText {
  font-family: 'PT Sans Narrow';
  font-weight: 700;
  color: #e60004;
  display: none;
  margin-right: 10px;
}

#mobileSearchButton {
  display: none;
}

.no-results {
  font-family: 'PT Sans Narrow';
}

.page-header {
  margin: 0;
  text-transform: uppercase;
  color: #e60004;
}

.page-title {
  font-family: 'PT Sans Narrow';
  margin-bottom: 30px;
}

.checked {
  cursor: pointer;
  background: #e6000496;
  cursor: pointer;
  border: 1px solid #e60004;
  color: #fff;
  padding-left: 10px;
}

.unchecked {
  cursor: pointer;
  padding-left: 10px;
  border: 1px solid #fff;
}

#cookie-law-info-bar,
#cookie-law-info-again,
#cliSettingsPopup {
  font-family: PT Sans Narrow !important;
  font-size: 1.1em !important;
}

#cookie-law-info-bar {
  padding: 20px 25px 35px 25px !important;
  max-width: 585px;
  width: unset !important;
  border-radius: 15px;
  left: 49% !important;
}

#cookie-law-info-bar > span {
  display: flex;
  flex-flow: column;
  line-height: 1.2;
  align-items: flex-start;
  text-align: left;
}

#CONSTANT_OPEN_URL {
  margin-bottom: 20px;
}

#cookiePopupDiv {
  display: flex;
  align-items: center;
  width: 100%;
}

#cookie_action_close_header,
#cookie_action_save_header {
  margin-left: auto !important;
  border-radius: 42px;
  border: 2.5px solid #fff;
  box-sizing: border-box;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  font-weight: 600;
  line-height: 1.6em;
  padding: 5px 30px 5px 30px;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.5s;
  margin: 0;
  text-rendering: auto;
  letter-spacing: normal;
  word-spacing: normal;
  text-indent: 0px;
  text-shadow: none;
  -webkit-writing-mode: horizontal-tb !important;
  -webkit-font-smoothing: antialiased;
  writing-mode: horizontal-tb;
}

#cookie_action_close_header {
  font-size: 0.9em !important;
}

#cookie_action_save_header {
  font-size: 1.2em !important;
  margin-top: 10px;
}

#cookie_action_close_header:hover,
#cookie_action_save_header:hover {
  color: #e60004 !important;
  background: #fff !important;
}

.cli-bar-popup {
  padding: 20px 25px 35px 25px;
  border-radius: 15px;
}

.cli-tab-container h4 {
  color: #e60004 !important;
  font-size: 30px !important;
}

.cli-privacy-content-text,
a.cli-privacy-readmore {
  font-size: 16px !important;
}

a.cli-privacy-readmore {
  color: #e60004 !important;
  padding-top: 0 !important;
}

.cli-tab-header {
  background-color: #f0f0f0 !important;
}

.cli-tab-header a.cli-nav-link {
  font-weight: 600 !important;
  font-size: 16px !important;
  color: #000 !important;
  text-transform: uppercase;
}

.cli-tab-header a:before {
  width: 10px !important;
  height: 10px !important;
  border-right: 1px solid #000 !important;
  border-bottom: 1px solid #000 !important;
}

span.cli-necessary-caption {
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
}

.cli-switch .cli-slider:after {
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}

.cli_messagebar_head {
  color: #e60004;
  font-size: 30px;
  text-align: left;
}

.cli-switch .cli-slider {
  top: 2px;
}

.cli-switch .cli-slider:after {
  top: -4px;
}

.cli-tab-container p {
  font-size: 16px !important;
}

/* mobile */
@media screen and (max-width: 910px) {
  #primary {
    margin-top: 95px;
  }

  #page {
    margin-top: 0;
  }

  #main {
    margin-bottom: 10px;
  }

  .scrollup {
    right: 10px;
  }

  .widget {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  a.post-thumbnail {
    max-height: 200px;
    overflow: hidden;
  }

  .custom-logo {
    position: relative;
    top: 0px;
    width: 60px;
    height: 60px;
  }

  #masthead {
    background: #fafafa;
    z-index: 50;
    width: 100%;
    position: fixed;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
  }

  #mobileSearchButton {
    margin-right: 7.6923%;
    padding: 0;
  }

  #mobileSearchButton:hover,
  #mobileSearchButton:focus,
  #mobileMenuButton:hover,
  #mobileMenuButton:focus {
    background: transparent;
  }

  #mobileMenuButton {
    margin-right: 10px;
  }

  .site-branding {
    width: auto;
    margin-right: auto;
    margin-left: 7.6923%;
  }

  .site-header-main {
    justify-content: right;
    padding-bottom: 10px;
  }

  #site-header-menu {
    margin: 0;
  }

  #mobileMenuText {
    display: block;
  }

  #mobileSearchButton {
    display: inline;
  }

  #crumbs {
    display: none;
  }

  .site-main > article {
    margin-bottom: 10px;
    border-bottom: 1px solid #0000001a;
    padding-bottom: 20px;
  }

  .stimmen {
    width: 30%;
  }

  /* Submenu */
  #menu-navigation {
    flex-flow: column;
    border: none;
    margin-top: 20px;
    border-top: 1px solid #e7e7e7;
    background: #fafafa;
  }

  .main-navigation li {
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 7.6923%;
  }

  .primary-menu::before {
    background: #fafafa;
    border-top-color: rgba(10, 0, 0, 0.2);
    border-bottom-color: rgba(10, 0, 0, 0.2);
    left: 76%;
    top: 86px;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    content: '';
    -webkit-box-shadow: -1px -1px 0px 0 rgba(0, 0, 0, 0.1);
    box-shadow: -1px -1px 0px 0px rgba(0, 0, 0, 0.1);
  }

  .main-navigation li > a {
    padding: 0.65625em 0em;
  }

  .main-navigation li::after {
    content: '';
    display: block;
    height: 1px;
    background-color: #e7e7e7;
  }

  #main {
    padding: 0 7.6923%;
  }

  .entry-header,
  .entry-footer,
  .entry-summary,
  .page-content {
    margin: 0;
  }

  .entry-title {
    margin-bottom: 15px;
  }

  .post-thumbnail,
  .entry-content {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 10px;
  }

  #search-6 {
    display: none;
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    border-top: 1px solid #e7e7e7;
    margin-top: 20px;
  }

  #search-6::before {
    background: #fafafa;
    border-top-color: rgba(10, 0, 0, 0.2);
    border-bottom-color: rgba(10, 0, 0, 0.2);
    left: 87%;
    top: 86px;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    content: '';
    -webkit-box-shadow: -1px -1px 0px 0 rgba(0, 0, 0, 0.1);
    box-shadow: -1px -1px 0px 0px rgba(0, 0, 0, 0.1);
  }

  /* Footer */

  .site-footer {
    flex-flow: column;
  }

  #caplogo {
    align-self: center;
    order: 1;
  }

  #colophon {
    height: 120px;
  }

  #metalinks {
    order: 3;
    display: flex;
    justify-content: space-evenly;
  }

  #metalinks > a {
    margin-left: auto;
    margin-right: auto;
  }

  #copyright {
    order: 2;
    align-self: center;
  }

  #comment-button {
    width: auto;
    padding: 5px 40px 5px 30px;
  }

  /* Kommentare */

  #vipbutton {
    margin-bottom: 10px;
    width: 100%;
  }

  #comments {
    margin: 0;
  }

  .comments-title {
    font-size: 28px;
  }

  .reply {
    padding-left: 0;
    padding-right: 0;
    text-align: right;
  }

  .comment-content {
    padding-left: 0;
    margin-top: -19px;
  }

  #commentform {
    padding-top: 0;
    flex-flow: column;
  }

  #commentform textarea {
    width: 100%;
  }

  #commentform #persinfo input {
    width: 100%;
  }

  #counterwrap {
    margin-bottom: 5px;
  }

  #commentbuttonwrap {
    margin-bottom: 10px;
  }

  .g-recaptcha {
    order: 2;
    align-self: flex-end;
    margin-bottom: 10px;
    margin-top: 0;
  }

  .form-submit {
    margin-top: 0;
  }

  /* Kontakt */

  #sendmsg {
    float: right;
    padding-left: 45px;
    padding-right: 75px;
  }

  .kontaktformpart {
    flex-flow: column;
  }

  .kontaktformpart input {
    width: 100%;
  }

  #vorname,
  #kontaktMail {
    margin-right: 0px;
    margin-bottom: 5px;
  }

  #nachname,
  #betreff {
    margin-left: 0px;
    margin-top: 5px;
  }

  /* Polls */
  .stimmen {
    margin-right: 2%;
  }

  .wort {
    display: none;
  }

  .wp-polls-ul {
    margin: 0px 0px 10px 0px;
  }

  /* Popup */

  #spu-box {
    position: fixed;
    margin-top: 77px;
    padding: 10px !important;
  }

  .alignonne {
    width: 100px;
  }

  .spu-content > h2 {
    font-size: 21px;
  }

  p.popup_newsletter {
    margin: 10px 0 10px 0;
  }

  #popuplogo {
    width: 100px;
  }

  #popupform {
    width: 90%;
  }

  #popupinput {
    border: none;
    border-bottom: 2px solid #cccccc;
    text-align: center;
    padding-bottom: 8px;
    margin-bottom: 12px;
  }

  #nope {
    margin-top: 10px;
  }

  /* Buttons */
  /* .mybutton {
		letter-spacing: -1px; Auf Safari: zu große Schriftlaufweite
	} */

  #subletter {
    padding: 5px 6px 5px 30px;
    top: 0;
  }
}

@media screen and (max-width: 321px) {
  #cookie-law-info-bar {
    padding: 25px 15px !important;
    width: 300px !important;
    left: 50% !important;
  }
  #cookiePopupDiv {
    flex-flow: column;
  }
  .cli-tab-header a.cli-nav-link {
    font-size: 12px !important;
  }
  #cookie_action_close_header {
    margin-top: 10px;
    margin-right: auto;
  }
  #cookie-law-info-bar > h5 {
    line-height: 1.2;
  }
}
