/*$font-size-sm:   .875rem;*/
.font-color-green {
  color: #5cb85c;
}

.font-color-red {
  color: #d9534f;
}

body {
  font-weight: 300;
  background-color: #ffffff;
}

h2, h3, h4, h5 {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

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

figure {
  text-align: center;
  position: relative;
}

figcaption {
  font-size: 90%;
  text-align: left;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  padding-bottom: 20px;
  font-style: italic;
}
figcaption span {
  font-size: 0.7em;
}

blockquote {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 900;
  font-style: italic;
  border-left: 5px solid;
  padding-left: 30px;
  margin-top: 30px;
  margin-bottom: 50px;
  margin-left: 20px;
}

iframe {
  max-width: 100%;
}

.shadow {
  box-shadow: 1px 1px 5px #cfd8dc;
}

.headlinestyle_1 {
  position: relative;
}
.headlinestyle_1::before {
  top: calc(44% - 1.5px);
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  border-top: 1px solid #cfd8dc;
  z-index: 0;
}
.headlinestyle_1::after {
  bottom: calc(55% - 1.5px);
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  border-top: 1px solid #cfd8dc;
  z-index: 0;
}
.headlinestyle_1 h1 {
  display: inline-block;
  background-color: #ffffff;
  z-index: 5;
  position: relative;
  padding-right: 1.5rem;
}

.ankerposition::before {
  display: block;
  content: "";
  height: 75px;
  margin-top: -75px;
  visibility: hidden;
}

.pager {
  font-size: 0.85rem;
  margin-bottom: 2rem !important;
  overflow: auto;
}
.pager .pager-first, .pager .pager-last {
  display: none !important;
}
.pager .pager-item {
  margin: 0.5rem 0.2rem !important;
}
.pager .pager-item a, .pager .pager-current {
  padding: 5px 15px !important;
  border: 1px solid #cfd8dc;
}
.pager .pager-ellipsis {
  margin-left: 5px !important;
  margin-right: 5px !important;
  border: 1px solid #cfd8dc;
  padding: 5px 15px !important;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .pager .pager-item, .pager .pager-current, .pager .pager-ellipsis {
    /*display:none !important;*/
  }
  .pager .pager-previous, .pager .pager-next {
    font-size: 1.2rem;
  }
  .pager .pager-previous {
    float: left;
  }
  .pager .pager-next {
    float: right;
  }
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  height: 100%;
}

.uitabs {
  margin-top: 30px;
}
.uitabs .nav-tabs li.nav-item, .uitabs .nav-tabs .nav-tabs .nav-link {
  border-radius: 0px;
  border: 1px solid #ddd;
}
.uitabs .nav-tabs li.nav-item.ui-state-hover, .uitabs .nav-tabs .nav-tabs .nav-link.ui-state-hover {
  background-color: #eee;
}
.uitabs .nav-tabs li.nav-item.ui-state-active, .uitabs .nav-tabs .nav-tabs .nav-link.ui-state-active {
  background-color: #eee;
}
.uitabs .nav-tabs li.nav-item a, .uitabs .nav-tabs .nav-tabs .nav-link a {
  color: #263238;
  font-size: 1rem;
}
.uitabs .nav-tabs li.nav-item a.nav-link, .uitabs .nav-tabs .nav-tabs .nav-link a.nav-link {
  border: 0 none;
}

.search--wrapper {
  z-index: 10;
  position: relative;
}

.table-wrapper {
  margin-bottom: 50px;
}

table {
  margin: 0 auto;
}
table td {
  padding: 5px 10px;
}

.item-separator {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.no_wrap .teaser .title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.wrapper-box {
  background-color: #eceff1;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.wrapper-box .form-group {
  margin-bottom: 0rem;
}

.overscroll-wrapper {
  position: relative;
  z-index: 10;
  padding-bottom: 100px;
}
.overscroll-wrapper .overscroll_bar-wrapper {
  height: 10px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: none;
}
.overscroll-wrapper .overscroll_bar-wrapper .overscroll_bar {
  background-color: #00bcd4;
  height: 10px;
  z-index: 300;
}
.overscroll-wrapper .overscroll_radial-wrapper {
  position: fixed;
  z-index: 301;
  bottom: -300px;
  left: 50%;
  margin-left: -60px;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.overscroll-wrapper .overscroll_radial-wrapper.active {
  bottom: 15px;
}
.overscroll-wrapper .overscroll_radial-wrapper .overscroll_radial {
  transform: rotate(-90deg);
  border-radius: 100%;
}
.overscroll-wrapper .overscroll_radial-wrapper .overscroll_radial .progress__meter {
  stroke: #cfd8dc;
  stroke-width: 10;
}
.overscroll-wrapper .overscroll_radial-wrapper .overscroll_radial .progress__value {
  stroke: #00bcd4;
  stroke-width: 10;
}
.overscroll-wrapper .overscroll_radial-wrapper a {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  top: 40%;
  font-size: 0.8rem;
}

button.btn,
.pager--infinite-scroll {
  margin: 0 auto;
  display: block;
  max-width: 280px;
  /*display: inline-block;*/
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  /*background-color: $theme-primary;*/
  background-color: transparent;
  border-color: #00bcd4;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  /* border-radius: 0.25rem;*/
  list-style: none;
  transition: all 0.2s ease-in-out;
  border: 1px solid #cfd8dc;
  color: #607d8b;
}
button.btn a,
.pager--infinite-scroll a {
  /*color: #fff;*/
  color: #607d8b;
  display: block;
}
button.btn a:hover,
.pager--infinite-scroll a:hover {
  text-decoration: none;
}
button.btn:hover,
.pager--infinite-scroll:hover {
  background-color: #eceff1;
  /*border-color: #ccc;*/
  cursor: pointer;
}
button.btn .progress-disabled,
.pager--infinite-scroll .progress-disabled {
  opacity: 0.3;
  text-decoration: none;
}
button.btn .ajax-progress,
.pager--infinite-scroll .ajax-progress {
  display: none;
}

.header--wrapper.header--default .logo--wrapper img {
  max-height: 50px;
}
.header--wrapper.header--default .logo-pot {
  margin-left: 30px;
  width: 80px;
  opacity: 0.7;
}
.header--wrapper.header--default .logo-pot:hover {
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .header--wrapper.header--default .logo-pot {
    display: none;
  }
}
.header--wrapper.header--default .social-menu--wrapper {
  /*justify-content: flex-end;
  display: flex;*/
  position: absolute;
  height: 28px;
  left: 7px;
  bottom: -28px;
  background: #fff;
  padding: 3px;
  border-radius: 0 0 7px 7px;
  border-left: 1px solid #cfd8dc;
  border-right: 1px solid #cfd8dc;
  border-bottom: 1px solid #cfd8dc;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
}
.header--wrapper.header--default .social-menu--wrapper ul {
  padding: 0;
  margin: 0;
}
.header--wrapper.header--default .user-action-menu {
  margin: 0;
  padding: 0;
  border: 0;
}
.header--wrapper.header--default .social-menu, .header--wrapper.header--default .user-action-menu, .header--wrapper.header--default .pane-menu-menu-social-menu ul {
  font-size: 1.3rem;
}

.sticky-header {
  top: auto;
}

.header--wrapper {
  height: 68px;
}

.header--content {
  height: 68px;
}

.user-action--wrapper {
  height: 32px;
}

.sf-menu ul {
  background-color: #fff;
}
.sf-menu ul a:hover {
  background-color: #eceff1;
}

#services-menu--wrapper {
  right: 0;
  left: auto;
}
#services-menu--wrapper li {
  font-size: 0.9rem;
  font-weight: bold;
}
#services-menu--wrapper a:hover {
  text-decoration: none;
}

.sidr .social-menu li {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
}
.sidr .social-menu a:hover {
  color: #fff;
}

.region-footer .teaser img {
  max-width: 90px;
}
.region-footer .teaser .field-artikeltyp {
  display: none;
}
.region-footer .teaser .title {
  font-size: 1.2rem;
}

.footer-bar {
  margin-bottom: 100px;
}

.teaser--default .content-wrapper {
  padding: 1rem 1.5rem 0;
}
.teaser--default .title {
  font-size: 1.4rem;
}
.teaser--default .summary {
  color: rgba(38, 50, 56, 0.87);
  font-size: 1.05rem;
}

@media screen and (max-width: 0px) {
  .teaser {
    border-bottom: 1px solid #eceff1;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
}
.teaser .category {
  font-size: 1rem;
  font-weight: 400;
}
.teaser .submitted {
  color: inherit;
  font-weight: bold;
  margin-bottom: 0.6rem;
}
.teaser .image .image-wrapper {
  position: relative;
  text-align: center;
  background-color: #fff;
}
.teaser .image.border .image-wrapper {
  border: 1px solid #cfd8dc;
}

.teaser--b .content-wrapper .content {
  position: relative;
  padding-left: 20px;
}

.mg-teaser--compact .ct-readey h2, .mg-teaser--compact .ct-readey h3 {
  margin-top: 0;
}

.article-content h2, .article-content h3 {
  margin-top: 2.5rem;
}

ul.tags {
  list-style: none;
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 0;
  overflow: auto;
}
ul.tags li {
  float: left;
  margin-right: 15px;
  padding: 0;
}
ul.tags li a {
  color: inherit;
}

.teaser-image-parallax:before {
  background: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 768px) {
  .teaser-image-parallax {
    height: auto !important;
    background-image: none !important;
  }
}

figure .pinterest-button {
  position: absolute;
  top: 15px;
  left: 15px;
  display: none;
}
figure:hover .pinterest-button {
  display: block;
}

.page-taxonomy .article-title,
.page-taxonomy .pane-page-title h1,
.page-taxonomy .pane-page-title h2,
.page-taxonomy .pane-page-title h3,
.page-taxonomy .pane-page-title h4,
.page-taxonomy .page-title {
  padding-bottom: inherit;
  border-bottom: none;
  font-size: 4rem;
}

.page-user .user-profile-wrapper h3 {
  margin-top: 20px;
}
.page-user .views-row {
  margin-bottom: 30px;
}
.page-user .edit-link {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 2rem;
}
.page-user #toolbar {
  display: none;
}

.hybridauth-widget-wrapper ul.hybridauth-widget li {
  width: 50%;
  margin: 0;
}
.hybridauth-widget-wrapper ul.hybridauth-widget li a {
  opacity: 0.7;
}
.hybridauth-widget-wrapper ul.hybridauth-widget li a:hover {
  opacity: 1;
}
.hybridauth-widget-wrapper ul.hybridauth-widget li a .provider-wrapper {
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  padding: 2px;
  font-size: 1.3rem;
}
.hybridauth-widget-wrapper ul.hybridauth-widget li a .provider-wrapper.facebook-wrapper {
  background-color: #3b589a;
}
.hybridauth-widget-wrapper ul.hybridauth-widget li a .provider-wrapper.twitter-wrapper {
  background-color: #009ed4;
}

.comment-wrapper {
  background-color: #eceff1;
  padding: 1.5rem;
}

.tec_gallery_grid {
  background-color: #ffffff;
}

.node-type-gallery-image h3 {
  font-size: 1rem;
  font-weight: normal;
}
.node-type-gallery-image .node.view-mode-full .article-content {
  font-size: 1rem;
}
.node-type-gallery-image .user-picture {
  float: left;
  margin-right: 20px;
}
.node-type-gallery-image .user-picture br {
  display: none;
}
.node-type-gallery-image .user-picture img {
  max-width: 70px;
}
.node-type-gallery-image .tags {
  /*margin-top: 30px;*/
  border: 0;
}
.node-type-gallery-image .camerasettings {
  line-height: 1;
}
.node-type-gallery-image .camerasettings .field-label {
  clear: both;
  float: left;
  margin-top: 0;
  margin-right: 20px;
  width: 33%;
  font-size: 1rem;
}
.node-type-gallery-image .pane-node-title h1 {
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3rem;
}
.node-type-gallery-image .teaser-image-parallax {
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: auto;
}
.node-type-gallery-image .teaser-image-parallax .content-wrapper {
  max-width: 100%;
}
.node-type-gallery-image .teaser-image-parallax .content-wrapper .prev_next {
  font-size: 6rem;
  text-shadow: -1px 0 #263238, 0 1px #263238, 1px 0 #263238, 0 -1px #263238;
  position: fixed;
  top: 45%;
}
@media screen and (max-width: 768px) {
  .node-type-gallery-image .teaser-image-parallax .content-wrapper .prev_next {
    display: none;
  }
}
.node-type-gallery-image .teaser-image-parallax .content-wrapper .prev_next.prev {
  left: 20px;
  padding-right: 120px;
}
.node-type-gallery-image .teaser-image-parallax .content-wrapper .prev_next.next {
  right: 20px;
  padding-left: 120px;
}
.node-type-gallery-image .teaser-image-parallax .content-wrapper .prev_next .preview img {
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  height: 90px;
  margin-top: -47px;
  max-width: 90px;
  padding: 5px;
  position: absolute;
  top: 50%;
  width: 90px;
}

.page-galerie-uploader #galley_upload_wrapper {
  background-color: transparent;
  padding: 0;
}
.page-galerie-uploader #galley_upload_wrapper header {
  overflow: auto;
  margin-bottom: 30px;
  background-color: #263238;
  padding: 20px;
}
.page-galerie-uploader #galley_upload_wrapper header img {
  float: left;
  margin-right: 20px;
  border-radius: 100%;
  width: 140px;
}
@media screen and (max-width: 768px) {
  .page-galerie-uploader #galley_upload_wrapper header {
    text-align: center;
  }
  .page-galerie-uploader #galley_upload_wrapper header img {
    float: none;
    margin: 0;
    margin-bottom: 30px;
  }
}
.page-galerie-uploader #galley_upload_wrapper #galley_upload {
  min-height: auto;
  padding-top: 5%;
  padding-bottom: 5%;
}
.page-galerie-uploader #galley_upload_wrapper #files-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.page-galerie-uploader ul {
  padding: 0;
}
.page-galerie-uploader select {
  clear: both;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.wettbewerbe .attend {
  position: absolute;
  top: 0;
  left: 0;
}

.competitions {
  display: flex;
}
.competitions > div {
  display: flex;
}

.competition {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 3px 3px 10px #ccc;
  margin-bottom: 30px;
}
.competition h3 {
  font-size: 1.5rem;
}
.competition a {
  color: #666;
}
.competition img {
  width: 100%;
}
.competition .text {
  padding: 15px;
}
.competition .attend {
  position: absolute;
  top: 0;
  left: 0;
}

#gallery_search_form {
  margin-bottom: 0;
}
#gallery_search_form .form-type-radio {
  width: auto;
  float: left;
  margin-right: 20px;
}

.pane-title {
  font-size: 0.9rem;
}
.pane-title .title-text {
  background: #ffffff;
}

.pane-bean-newsletter-banner .blk-content-wrapper-linked-image {
  text-align: center;
}

.pane-bean-newsletter-banner img {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#new_news.popup {
  background-image: none;
}

.box {
  clear: both;
  background: #fff;
  color: #263238;
  margin-bottom: 20px;
  border: 1px solid #cfd8dc;
  /*---------- star rating ----------*/
}
.box .header {
  background-color: #0097a7;
  color: #fff;
  padding: 5px 10px;
  font-weight: 500;
  text-transform: uppercase;
  margin: -1px;
}
.box .header .title {
  font-size: 0.8em;
}
.box .header .logo {
  margin-right: 20px;
}
.box .content {
  padding: 1rem;
}
.box .content h3 {
  margin-top: 0;
}
.box .content p:last-child {
  margin-bottom: 0;
}
.box .content .price, .box .content .price a {
  color: #fff;
  float: right;
  font-weight: bold;
}
.box .content .owl-gallery-wrapper .disabled div[class*=item-] figcaption {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
}
.box .star-rating {
  display: flex;
  font-size: 2em;
}
.box .star-rating .back-stars {
  display: flex;
  color: #cfd8dc;
  position: relative;
  /* text-shadow: 4px 4px 10px $theme-gray-lighter;*/
}
.box .star-rating .back-stars .front-stars {
  display: flex;
  color: #00bcd4;
  overflow: hidden;
  position: absolute;
  /* text-shadow: 2px 2px 5px $theme-primary;*/
  top: 0;
}
.box .star-rating .back-stars i {
  margin-right: 2px;
}
.box .star-rating span {
  font-size: 1rem;
  vertical-align: middle;
  line-height: 2.5em;
}
.box .procontra ul {
  padding-left: 0;
}
.box .procontra ul li {
  list-style: none;
}
.owl-gallery-wrapper span + h2 {
  margin-top: 20px;
}
.owl-gallery-wrapper .disabled div[class*=item-],
.owl-gallery-wrapper .owl-item {
  background-color: rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .owl-gallery-wrapper .disabled div[class*=item-] figcaption,
.owl-gallery-wrapper .owl-item figcaption {
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 20px;
  }
}
.owl-gallery-wrapper .owl-pagination .owl-page {
  width: 30px;
  height: 3px;
  border-radius: 0;
}
.owl-gallery-wrapper .owl-buttons .owl-next, .owl-gallery-wrapper .owl-buttons .owl-prev {
  width: 60px;
  /*top: 25%;  */
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  height: 60px;
}
.owl-gallery-wrapper .owl-buttons .owl-next {
  right: 15px;
}
.owl-gallery-wrapper .owl-buttons .owl-prev {
  left: 15px;
}
.owl-gallery-wrapper .zoom {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #fff;
  text-shadow: -1px 0 #263238, 0 1px #263238, 1px 0 #263238, 0 -1px #263238;
  font-size: 1.5em;
  line-height: 1;
  cursor: zoom-in;
}

form select, form input {
  border: 1px solid #cfd8dc;
  padding: 5px;
  border-radius: 3px;
  max-width: 100%;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 544px) {
  form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-right: 0 none;
  }
}
form .g-recaptcha {
  margin-top: 20px;
}

.ad {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.ad .dfpslot {
  max-width: 100%;
  overflow: hidden;
}

.isadd {
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5px 10px;
  border-radius: 0 0 0 5px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.8rem;
}
.isadd.nodeview {
  background-color: transparent;
  opacity: 0.6;
}

.border .isadd {
  right: 1px;
  top: 1px;
}

.dfpcontainer {
  text-align: center;
  padding-bottom: 15px;
}
.dfpcontainer .dfplabel[style*=block] + .dfpslot {
  position: relative;
  padding: 1rem 0 1rem 1rem;
  margin: 1rem auto 1rem auto;
  display: inline-block;
  text-align: initial;
}
.dfpcontainer .dfplabel[style*=block] + .dfpslot:before {
  border-top: 1px solid #e2ddd1;
  content: "Anzeige";
  display: block;
  height: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
  top: 0;
  padding-bottom: 15px;
  text-align: right;
  font-size: 9px;
  margin-top: -0.95rem;
  text-transform: uppercase;
  color: #bbb;
  line-height: 190%;
  font-family: Arial;
}
.dfpcontainer .dfplabel[style*=block] + .dfpslot:after {
  border-bottom: 1px solid #e2ddd1;
  content: "";
  display: block;
  height: 0;
  margin: 0 auto;
  width: 100%;
  padding-top: 15px;
}
.dfpcontainer.wide {
  margin: 0 -165px 0 -165px;
}
.dfpcontainer.wide .dfplabel[style*=block] + .dfpslot {
  padding: 0;
}
@media screen and (min-width: 992px) {
  .dfpcontainer.wide {
    margin: 0 -165px 0 -165px;
  }
}
@media screen and (min-width: 1200px) {
  .dfpcontainer.wide {
    margin: 0 -100px 0 -100px;
  }
}
.dfpcontainer.small {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .dfpcontainer.small {
    clear: right;
    float: right;
    margin: 0;
  }
}
.dfpcontainer.small .dfpslot {
  padding: 1rem 0 1rem 0;
  margin: 1rem auto 1rem auto;
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .dfpcontainer.small .dfpslot {
    margin: 0.5rem -20px 1rem 1rem;
  }
}
@media screen and (min-width: 992px) {
  .dfpcontainer.small .dfpslot {
    margin: 0.5rem -50px 1rem 1rem;
  }
}

.skycontainer {
  width: auto;
  height: 100%;
  position: absolute;
  display: none;
}
.skycontainer.left {
  display: none;
  left: 0;
  margin-left: -260px;
}
.skycontainer.right {
  left: 100%;
  margin-left: 10%;
  margin-left: 60px;
}
.skycontainer .dfpcontainer {
  position: relative;
  height: 100%;
}
.skycontainer .dfpcontainer .dfpslot {
  margin: 0;
  padding: 0;
}
.skycontainer .dfpcontainer .dfpslot:before, .skycontainer .dfpcontainer .dfpslot:after {
  display: none;
}
.skycontainer.sticky .dfpslot {
  min-width: 300px;
  position: fixed;
  top: 120px;
}
@media screen and (min-width: 1200px) {
  .skycontainer.left {
    display: block;
  }
  .skycontainer.right {
    display: block;
  }
}

.node .dfpcontainer.yieldlove {
  padding-bottom: 15px;
}

.dfpcontainer.qadLabel .qadLabel {
  text-align: right !important;
  text-transform: uppercase;
}

.dfplabel {
  font-size: 12px;
  text-align: right;
  max-width: 350px;
  margin: 0 auto;
}

.skycontainer .narrow {
  margin-left: -40px;
}

@media screen and (min-width: 970px) {
  .dfplabel {
    max-width: 970px;
    margin: 0 auto;
  }
}
.embed-placeholder {
  display: none;
  background-color: #ecf1f7;
  padding: 20px;
  font-size: 18px;
  line-height: 120%;
  border-radius: 5px;
  margin-bottom: 15px;
}
.embed-placeholder .title {
  font-weight: bold;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  width: 100%;
}
.embed-placeholder .legal {
  font-size: 12px;
  line-height: 120%;
  margin: 0;
}
.embed-placeholder .icon {
  margin: 0;
  font-size: 48px;
  float: left;
  margin-right: 10px;
  margin-top: -2px;
}

.embed-content iframe, .embed-content loadingplaceholder {
  background-color: #f2f2f2;
  background-image: url("/sites/beat.de/themes/beat/images/loader-small@2x.gif");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80px 80px;
}

.embed-legal {
  display: flex;
  line-height: 18px;
  font-size: 14px;
  width: 100%;
  max-width: 420px;
  margin-top: -10px;
}
.embed-legal a {
  margin-left: 100px;
}
.embed-legal.small {
  font-size: 12px;
  line-height: 14px;
}
.embed-legal.small a {
  margin-left: 90px;
}

/* The switch - the box around the slider */
.css-switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 18px;
  line-height: 18px;
  margin-bottom: 15px;
  /* Hide default HTML checkbox */
  /* The slider */
}
.css-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.css-switch input:checked + .slider {
  background-color: #00bcd4;
}
.css-switch input:focus + .slider {
  box-shadow: 0 0 1px #00bcd4;
}
.css-switch input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}
.css-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  /* Rounded sliders */
}
.css-switch .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 2px;
  top: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.css-switch .slider.round {
  border-radius: 34px;
}
.css-switch .slider.round:before {
  border-radius: 50%;
}
.css-switch .label {
  font-size: 14px;
  position: absolute;
  left: 40px;
  white-space: nowrap;
  font-weight: normal;
}
.css-switch.small {
  width: 28px;
  height: 14px;
  line-height: 14px;
}
.css-switch.small input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}
.css-switch.small .slider:before {
  height: 12px;
  width: 12px;
  left: 1px;
  top: 1px;
}
.css-switch.small .label {
  font-size: 12px;
  left: 34px;
}

.rrssb-buttons li {
  width: 40px;
  max-width: 16.66%;
}
@media screen and (min-width: 379px) {
  .rrssb-buttons li {
    width: 116px;
    max-width: 33.33%;
  }
}
@media screen and (min-width: 768px) {
  .rrssb-buttons li {
    width: 35px;
    max-width: 16.66%;
  }
}
@media screen and (min-width: 992px) {
  .rrssb-buttons li {
    width: 40px;
    max-width: 16.66%;
  }
}

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

.node.view-mode-full .dfpcontainer  {
 margin-top:-1rem;
}

.node.view-mode-full .dfpcontainer.wide {
   margin:0;
  max-width:970px;
}

.node.view-mode-full .dfpcontainer div div {
    background-color: #f6f6f6;
    padding:0.5rem 0;
}