/*
 * GENERAL VARIABLES
 */
/* COLORS */
/* #ccc */
/* #f2f2f2 */
/* #000 */
/* opacity .8 */
/* opacity .8 */
/* FONT */
/* FONT-FAMILY */
/* Font-Size*/
/* Font-Weight */
/* Text */
/* WRAP */
/* SCROLL-TO-TOP */
/* SPACE */
/* PADDING */
/* TABLE */
/* CLASSES FOR MIXINS */
/*
 * NAVIGATION VARIABLES
 */
/*
 * Main
 */
/* mobile */
/* mobile */
/*
 * Mobile Navigation
 */
/*
 * MicroNav
 */
/*
 * FooterNavi
 */
/*
 * Aside
 */
/*
 * TEXT-BLOCK
 */
/*
 * Page-Image
 */
/*
 * Pagination
 */
/*
 * Input-Fields
 */
/*
 * Single-Content Navigation
 */
/*
 * Infinite Loading
 */
/*
 * CORE-DESIGN
 */
/*
 * CONTACT-FORM
 */
/*
 * BREADCRUMBS
 */
/*
 * SEARCH
 */
/*
 * Autosuggest
 */
/*
 * SOCIAL SHARING
 */
/*
 * CLICKLIST
 */
/*
 * CONSENT-TOOL
 */
/*
 * LOGIN-FORM FE
 */
/*
 * PROJECT ADAPTION
 */
/*
 * PAGE-ASIDE
 */
/* MODULE - ASIDE */
/*
 * aside single view
 */
/*
 * SECTION / PAGE-CONTENT
 */
/*
 * section single view
 */
/* FOOTER */
/*
 *  PLUGINS
 */
/*
 * InfoBox
 */
/*
 * InfoImage
 */
/*
 * Gallery
 */
/*
 * Accodreon
 */
/* ZOOM-INDICATOR */
/*
 * FAQ
 */
/*
 * COLS
 */
/*
 * ColRight & ColLeft Space
 */
/*
 * Listings
 */
/*
 * Space If elements > cols-numer (4 items > .cols .items-x3) || .doubleSpace-break
 */
/*
 * Listings
 */
/* Card-Item */
/* Shadow */
/* Zoom */
/* link-cover */
/* List-View */
/* Shadow */
/* Border */
/* Zoom */
/* Vertical Align Content */
/* Vertical Align Image */
/* Spacing */
/* link-cover */
/*
 * WIDGETS
 */
/* Contact */
/* Top-Line */
/* Cites */
/* Reviews */
/* Text with Link */
/* Adjustments */
/* Aside Links */
/*
 * Intern
 */
/* Gradiant for Items */
/* tabs */
/* Dropzone */
/* Dashboard */
/*
 * RTE plugins - TOD
 *
 * 00) RTE plugins - general layouts
 * 01) RTE plugins - import plugin layouts
 */
/*
 * 00) RTE plugins - general layouts
 */
.rte-plugin {
  position: relative;
}
.rte-plugin.rightbox {
  float: right;
  margin-left: 15px;
}
.rte-plugin.rightbox:not(.col-w100) {
  margin-left: 15px;
}
.rte-plugin.leftbox {
  float: left;
  margin-right: 15px;
}
.rte-plugin.leftbox:not(.col-w100) {
  margin-right: 15px;
}
.rte-plugin.centerbox {
  float: none;
  clear: both;
  margin: 0 auto;
}
.rte-plugin.centerbox .col-w90 {
  margin: 0 5%;
}
.rte-plugin.centerbox .col-w80 {
  margin: 0 10%;
}
.rte-plugin.centerbox .col-w75 {
  margin: 0 12.5%;
}
.rte-plugin.centerbox .col-w70 {
  margin: 0 17.5%;
}
.rte-plugin.centerbox .col-w66 {
  margin: 0 16.666%;
}
.rte-plugin.centerbox .col-w60 {
  margin: 0 20%;
}
.rte-plugin.centerbox .col-w50 {
  margin: 0 25%;
}
.rte-plugin.centerbox .col-w40 {
  margin: 0 30%;
}
.rte-plugin.centerbox .col-w33 {
  margin: 0 33.333%;
}
.rte-plugin.centerbox .col-w30 {
  margin: 0 35%;
}
.rte-plugin.centerbox .col-w25 {
  margin: 0 37.5%;
}
.rte-plugin.centerbox .col-w20 {
  margin: 0 40%;
}
.rte-plugin.centerbox .col-w10 {
  margin: 0 45%;
}
.rte-plugin.col-w50 .secureBtn,
.rte-plugin.col-w40 .secureBtn,
.rte-plugin.col-w33 .secureBtn,
.rte-plugin.col-w30 .secureBtn,
.rte-plugin.col-w25 .secureBtn,
.rte-plugin.col-w20 .secureBtn,
.rte-plugin.col-w10 .secureBtn,
.rte-plugin.col-w50 .blockscreen-button-wrap,
.rte-plugin.col-w40 .blockscreen-button-wrap,
.rte-plugin.col-w33 .blockscreen-button-wrap,
.rte-plugin.col-w30 .blockscreen-button-wrap,
.rte-plugin.col-w25 .blockscreen-button-wrap,
.rte-plugin.col-w20 .blockscreen-button-wrap,
.rte-plugin.col-w10 .blockscreen-button-wrap,
.rte-plugin.col-w50 .blockscreen-button,
.rte-plugin.col-w40 .blockscreen-button,
.rte-plugin.col-w33 .blockscreen-button,
.rte-plugin.col-w30 .blockscreen-button,
.rte-plugin.col-w25 .blockscreen-button,
.rte-plugin.col-w20 .blockscreen-button,
.rte-plugin.col-w10 .blockscreen-button {
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 700px) {
  .rte-plugin.col-w40 {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .rte-plugin.col-w33,
  .rte-plugin.col-w25,
  .rte-plugin.col-w40,
  .rte-plugin.col-w50,
  .rte-plugin.col-w60,
  .rte-plugin.col-w66 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 450px) {
  .rte-plugin.col-w40,
  .rte-plugin.col-w40 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    float: none;
  }
}
/*
 * 01) RTE plugins - import plugin layouts
 */
.plugin-accordion > li .acc-content {
  padding: 15px;
  border: solid 1px #e0801e;
  border-top: none;
  font-size: 95%;
  font-weight: 600;
}
.plugin-accordion > li .acc-headline {
  background: #61adee;
  width: 100%;
  padding: 0 0 0 0;
  cursor: pointer;
  color: #ffffff;
  text-transform: inherit;
  font-weight: 600;
  font-size: 125%;
}
.plugin-accordion > li .acc-headline .acc-head {
  padding-left: 15px;
}
.plugin-accordion > li .acc-headline:hover,
.plugin-accordion > li .acc-headline.open-acc {
  background: #e0801e;
  color: #ffffff;
}
.plugin-accordion > li .acc-headline:hover .acc-toggle,
.plugin-accordion > li .acc-headline.open-acc .acc-toggle {
  background: #123959;
}
.plugin-accordion > li .acc-headline .acc-toggle {
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  background: #123959;
  color: #ffffff;
  font-size: 165%;
}
/*
 * RTE PLUGINS - block variations
 */
.plugin-blockvariations {
  margin: 0 !important;
}
.plugin-blockvariations .block-content ul {
  list-style: disc;
}
/*
 * RTE PLUGINS - extern code
 */
.plugin-externcode > br {
  display: none;
}
.plugin-externcode .blockscreen-header:before {
  content: '\f121';
  font-family: 'FontAwesome';
  padding-right: 5px;
}
/*
 * RTE PLUGINS - FAQ
 */
.faqbox-headline .sub {
  display: block;
  font-size: 70%;
}
/*
 * RTE PLUGINS - google maps
 */
.map_canvas {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}
.GMUserdefined .map_canvas {
  min-height: 250px;
}
.plugin-gmaps .GMLHeader,
.plugin-gmaps .blockscreen-header {
  background: #188038;
}
.plugin-gmaps .GMLHeader:before,
.plugin-gmaps .blockscreen-header:before {
  content: '\f041';
  font-family: 'FontAwesome';
  padding-right: 5px;
}
/*
 * RTE PLUGINS - infobox
 */
.plugin-infobox {
  overflow: hidden;
  border: 1px solid #495c5e;
}
.plugin-infobox.no-border {
  border: none;
}
.plugin-infobox .infobox-headline {
  background: #495c5e;
  padding: 5px 10px;
  font-size: calc(100% + 20%);
  font-weight: 700;
  color: #ffffff;
}
.plugin-infobox .infobox-content {
  padding: 5px 10px;
  font-size: calc(100% - 10%);
}
.plugin-infobox .infobox-content p {
  padding: 0;
}
.plugin-infobox .infobox-content li {
  list-style: none;
}
.plugin-infobox .infobox-content li:before {
  content: "\f054";
  font-family: FontAwesome;
  margin-left: -10px;
  padding-right: 5px;
  color: #495c5e;
}
.plugin-infobox .infobox-content li li::before {
  content: "\f105";
}
.plugin-infobox .infobox-content li a:hover {
  color: #8a9799;
  text-decoration: none;
}
/*
 * RTE PLUGINS - infoimage
 */
.plugin-infoimage {
  overflow: hidden;
  border: 1px solid #495c5e;
  background: #ffffff;
  color: #333333;
}
.plugin-infoimage.no-border {
  border: none;
}
.plugin-infoimage img {
  width: 100% !important;
  height: auto !important;
  display: block;
}
.plugin-infoimage .infoimage-content {
  padding: 5px 10px;
  font-size: calc(100% - 10%);
  background: #495c5e;
  color: #ffffff;
  text-align: center;
}
.plugin-infoimage .infoimage-content p {
  padding: 0;
}
/*
 * RTE PLUGINS - listings
 */
ul.listing-1,
ul.listing-2,
ul.listing-3,
ul.listing-4 {
  overflow: hidden;
  clear: both;
  display: flex;
  flex-wrap: wrap;
}
ul.listing-1 > li,
ul.listing-2 > li,
ul.listing-3 > li,
ul.listing-4 > li {
  list-style: none !important;
}
ul.listing-1 > li > img,
ul.listing-2 > li > img,
ul.listing-3 > li > img,
ul.listing-4 > li > img,
ul.listing-1 > li > a > img,
ul.listing-2 > li > a > img,
ul.listing-3 > li > a > img,
ul.listing-4 > li > a > img,
ul.listing-1 > li > p > img,
ul.listing-2 > li > p > img,
ul.listing-3 > li > p > img,
ul.listing-4 > li > p > img {
  width: 100% !important;
  height: auto !important;
  margin: 0;
  padding: 0;
  border: none;
}
ul.listing-1 > li a,
ul.listing-2 > li a,
ul.listing-3 > li a,
ul.listing-4 > li a {
  display: block;
}
ul.col_01 > li {
  width: 100%;
  overflow: hidden;
}
ul.col_02 > li {
  width: 49%;
  margin: 10px 1%;
  float: left;
}
ul.col_02 > li:nth-child(2n+1) {
  margin-left: 0;
  clear: both;
}
ul.col_02 > li:nth-child(2n+2) {
  margin-right: 0;
}
ul.col_03 > li {
  width: 32%;
  margin: 10px 1%;
  float: left;
}
ul.col_03 > li:nth-child(3n+1) {
  margin-left: 0;
  clear: both;
}
ul.col_03 > li:nth-child(3n+3) {
  margin-right: 0;
}
ul.col_04 > li {
  width: 23.5%;
  margin: 10px 1%;
  float: left;
}
ul.col_04 > li:nth-child(4n+1) {
  margin-left: 0;
  clear: both;
}
ul.col_04 > li:nth-child(4n+4) {
  margin-right: 0;
}
ul.col_05 > li {
  width: 18.4%;
  margin: 10px 1%;
  float: left;
}
ul.col_05 > li:nth-child(5n+1) {
  margin-left: 0;
  clear: both;
}
ul.col_05 > li:nth-child(5n+5) {
  margin-right: 0;
}
ul.col_06 > li {
  width: 15%;
  margin: 10px 1%;
  float: left;
}
ul.col_06 > li:nth-child(6n+1) {
  margin-left: 0;
  clear: both;
}
ul.col_06 > li:nth-child(6n+6) {
  margin-right: 0;
}
ul.col_07 > li {
  width: 12.571%;
  margin: 10px 1%;
  float: left;
}
ul.col_07 > li:nth-child(7n+1) {
  margin-left: 0;
  clear: both;
}
ul.col_07 > li:nth-child(7n+7) {
  margin-right: 0;
}
ul.col_08 > li {
  width: 10.75%;
  margin: 10px 1%;
  float: left;
}
ul.col_08 > li:nth-child(8n+1) {
  margin-left: 0;
  clear: both;
}
ul.col_08 > li:nth-child(8n+8) {
  margin-right: 0;
}
ul.col_09 > li {
  width: 9.33%;
  margin: 10px 1%;
  float: left;
}
ul.col_09 > li:nth-child(9n+1) {
  margin-left: 0;
  clear: both;
}
ul.col_09 > li:nth-child(9n+9) {
  margin-right: 0;
}
ul.col_10 > li {
  width: 8.2%;
  margin: 10px 1%;
  float: left;
}
ul.col_10 > li:nth-child(10n+1) {
  margin-left: 0;
  clear: both;
}
ul.col_10 > li:nth-child(10n+10) {
  margin-right: 0;
}
/*
 * RTE PLUGINS - extern code
 */
.osm-map {
  height: 400px;
  width: 100%;
}
.osm-map .blockscreen-header:before {
  content: '\f278';
  font-family: 'FontAwesome';
  padding-right: 5px;
}
/*
 * RTE PLUGINS - gallery
 */
.plugin-gallery {
  display: inline-block;
  overflow: hidden;
  clear: both;
}
.plugin-gallery.swipeable {
  display: block;
  padding: 0 0 0 0px;
}
.plugin-gallery.swipeable > ul.card-view.cols {
  overflow: hidden;
  list-style: none;
  width: 1000%;
  position: relative;
  margin: 0 0 0 0px !important;
}
.plugin-gallery.swipeable > ul.card-view.cols > li.plugin-gallery-item {
  padding: 0 !important;
}
.plugin-gallery.swipeable > ul.card-view.cols > li.plugin-gallery-item > a {
  height: 200px;
  padding-bottom: 0;
}
.plugin-gallery.masonry ul.card-view.cols {
  column-gap: 15px;
  width: 100%;
  display: block !important;
  margin: 0 auto !important;
}
.plugin-gallery.masonry ul.card-view.cols li.plugin-gallery-item {
  margin-bottom: 15px !important;
  display: inline-block !important;
  width: 100%;
  padding: 0px !important;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}
.plugin-gallery.masonry ul.card-view.cols li.plugin-gallery-item a {
  padding-bottom: 0 !important;
  height: auto !important;
}
.plugin-gallery.masonry ul.card-view.cols li.plugin-gallery-item img {
  width: 100% !important;
}
.plugin-gallery ul.card-view.cols {
  margin: 0 -10px 0;
}
.plugin-gallery ul.card-view.cols li.plugin-gallery-item {
  list-style: none;
  position: relative;
  overflow: hidden;
  padding: 5px !important;
  margin: 0 !important;
}
.plugin-gallery ul.card-view.cols li.plugin-gallery-item a {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.plugin-gallery ul.card-view.cols li.plugin-gallery-item a img {
  width: 100%;
  height: auto;
  margin: 0 !important;
  border: none !important;
  position: relative;
  display: block;
  z-index: 1;
}
.plugin-gallery ul.card-view.cols li.plugin-gallery-item a .plugin-gallery-item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5%;
  background: rgba(73, 92, 94, 0.8);
  color: #ffffff;
  font-size: calc(100% - 10%);
  cursor: pointer;
  font-weight: 600;
  opacity: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.plugin-gallery ul.card-view.cols li.plugin-gallery-item a .plugin-gallery-item-title:hover {
  opacity: 1;
}
.plugin-gallery.no-border ul.card-view.cols li.plugin-gallery-item {
  border: none;
}
.plugin-gallery.contain ul.card-view.cols li.plugin-gallery-item a {
  background-size: contain;
}
.plugin-gallery.cover img {
  position: absolute !important;
  left: -999999px;
}
/*
 * RTE PLUGINS - soundcloud
 */
.plugin-soundcloud {
  overflow: hidden;
}
.plugin-soundcloud .GMLHeader,
.plugin-soundcloud .blockscreen-header {
  background: #f50;
}
.plugin-soundcloud .GMLHeader:before,
.plugin-soundcloud .blockscreen-header:before {
  content: '\f1be';
  font-family: 'FontAwesome';
  padding-right: 5px;
}
/*
 * RTE PLUGINS - Spacer
 */
hr.plugin-spacer {
  border: none;
  border-top: solid 2px #495c5e;
}
hr.plugin-spacer.align-left {
  margin: 0 auto 0 0;
}
hr.plugin-spacer.align-center {
  margin: 0 auto;
}
hr.plugin-spacer.align-right {
  margin: 0 0 0 auto;
}
hr.plugin-spacer.style-thin {
  border-top-width: 1px;
}
hr.plugin-spacer.style-medium {
  border-top-width: 2px;
}
hr.plugin-spacer.style-heavy {
  border-top-width: 3px;
}
hr.plugin-spacer.style-none {
  border: none !important;
}
/*
 * RTE PLUGINS - text with image
 */
.plugin-text-with-image.right-to-left {
  direction: rtl;
}
.plugin-text-with-image.right-to-left .text {
  text-align: left;
  padding: 30px;
  padding-right: 0;
  direction: ltr;
}
.plugin-text-with-image.left-to-right .text {
  padding: 30px;
  padding-left: 0;
}
.plugin-text-with-image .text {
  width: 66.666%;
}
.plugin-text-with-image .image-content {
  width: 33.333%;
  border: none;
  background: none;
}
.plugin-text-with-image .image-content.contain {
  padding: 30px 0;
}
.plugin-text-with-image .image-content.contain img {
  position: absolute;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.plugin-text-with-image .image-content.cover img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  position: absolute;
}
.plugin-text-with-image.block-style-logos .text {
  width: 80%;
}
.plugin-text-with-image.block-style-logos .image-content {
  width: 20%;
  vertical-align: middle;
  text-align: center;
}
.plugin-text-with-image.block-style-logos .image-content.contain img {
  position: relative;
  width: 60%;
}
.plugin-text-with-image.block-style-smaller-image .text {
  width: 75%;
}
.plugin-text-with-image.block-style-smaller-image .image-content {
  width: 25%;
}
.plugin-text-with-image.block-style-larger-image .text {
  width: 50%;
}
.plugin-text-with-image.block-style-larger-image .image-content {
  width: 50%;
}
.plugin-text-with-image.full-width {
  position: relative;
  min-height: 30vh;
  margin-left: calc(-50vw + 640px);
  width: 100vw;
  height: 100%;
  overflow: hidden;
}
.plugin-text-with-image.full-width .bg-text-content {
  position: relative;
  z-index: 1;
  padding: calc(15px * 2);
  color: #ffffff;
  margin: 60px auto !important;
  width: 50%;
}
.plugin-text-with-image.full-width .bg-text-content h2,
.plugin-text-with-image.full-width .bg-text-content h3,
.plugin-text-with-image.full-width .bg-text-content h4,
.plugin-text-with-image.full-width .bg-text-content a {
  color: #ffffff;
}
.plugin-text-with-image.full-width .bg-text-content.color1 {
  background: #495c5e;
}
.plugin-text-with-image.full-width .bg-text-content.color2 {
  background: #8a9799;
}
.plugin-text-with-image.full-width .bg-text-content.light {
  background: #ffffff;
  color: #333333;
}
.plugin-text-with-image.full-width .bg-text-content.light h2,
.plugin-text-with-image.full-width .bg-text-content.light h3,
.plugin-text-with-image.full-width .bg-text-content.light h4,
.plugin-text-with-image.full-width .bg-text-content.light a {
  color: #333333;
}
.plugin-text-with-image.full-width .bg-text-content.dark {
  background: #000000;
}
.plugin-text-with-image.full-width .bg-image-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.plugin-text-with-image.full-width .bg-image-content img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.plugin-text-with-image.two-images {
  position: relative;
  display: flex;
  gap: 0 !important;
  flex-direction: column;
  margin: calc(15px * 3) 0;
}
.plugin-text-with-image.two-images h2,
.plugin-text-with-image.two-images h3 {
  padding: 0px 45px 5px;
  text-align: center;
}
.plugin-text-with-image.two-images p {
  padding: 5px 45px;
  text-align: center;
  font-size: 95%;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}
.plugin-text-with-image.two-images .text-content {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
.plugin-text-with-image.two-images .first-column {
  display: flex;
  align-items: center;
  flex-basis: 0;
  position: relative;
}
.plugin-text-with-image.two-images .first-column .text-content {
  flex-basis: 40%;
  padding-bottom: 90px;
  padding-top: 30px;
}
.plugin-text-with-image.two-images .first-column .image-content {
  position: absolute;
  top: 0;
  height: 100%;
  width: 60% !important;
  margin-top: 0;
}
.plugin-text-with-image.two-images .first-column .image-content img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.plugin-text-with-image.two-images .second-column {
  flex-basis: 50%;
  display: flex;
}
.plugin-text-with-image.two-images .second-column .text-content {
  flex-basis: 50%;
  padding: 30px 0;
}
.plugin-text-with-image.two-images .second-column .image-content {
  margin-bottom: 0;
  flex-basis: 50%;
  margin-top: -60px;
  position: relative;
}
.plugin-text-with-image.two-images .second-column .image-content img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.plugin-text-with-image.two-images.left-to-right .first-column .image-content {
  left: 40%;
}
.plugin-text-with-image.two-images.left-to-right .second-column {
  flex-direction: row-reverse;
}
.plugin-text-with-image.two-images.right-to-left {
  flex-direction: column;
}
.plugin-text-with-image.two-images.right-to-left .first-column .image-content {
  left: 0 !important;
}
.plugin-text-with-image.two-images.right-to-left .second-column {
  flex-direction: row-reverse;
}
.plugin-text-with-image .plugin-infoimage {
  width: 33.333%;
  border: none;
  background: none;
}
.plugin-text-with-image .plugin-infoimage img {
  height: 100% !important;
  object-fit: cover;
  position: absolute;
}
/*
 * RTE PLUGINS - two columns
 */
.plugin-two-columns {
  overflow: hidden;
  clear: both;
}
/*
 * RTE PLUGINS - youtube
 */
.plugin-youtube .ytsource {
  display: none;
}
.plugin-youtube .plugin-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0 !important;
  width: 100% !important;
  overflow: hidden;
}
.plugin-youtube .plugin-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.plugin-youtube .GMLHeader,
.plugin-youtube .blockscreen-header {
  background: #ff0000;
}
.plugin-youtube .GMLHeader:before,
.plugin-youtube .blockscreen-header:before {
  content: '\f16a';
  font-family: 'FontAwesome';
  padding-right: 5px;
}
.plugin-youtube.blocked:not(.blockedscreen) .plugin-wrap {
  height: 100% !important;
  padding: 0;
}
