
/**
 * socialmedia fallback styling
 */

.ss .remote .twitter > *,
.ss .remote .instagram > *,
.ss .remote .youtube > * {
   box-sizing: border-box;
}

.ss .remote blockquote {
   color: #84868c;
   font-style: italic;
   border: 4px solid #F0F1F4;
   border-radius: 5px;
   padding: 20px 50px 20px 25px;
   display: block;
   font-size: 15px;
   margin: -5px 0 15px 0;
}

@media (max-width: 600px) {
   /** on desktop site remote all have margin **/
   .ss .remote .twitter,
   .ss .remote .youtube,
   .ss .remote .instagram,
   .ss .remote .facebook {
      margin-bottom: 10px;
   }
}

.ss .remote .twitter p,
.ss .remote .youtube p,
.ss .remote .instagram p,
.ss .remote .facebook p {
   line-height: 22px;
   margin-bottom: 16px;
   font-size: 15px;
}

.ss .remote .twitter blockquote a,
.ss .remote blockquote.youtube  a,
.ss .remote .instagram blockquote a,
.ss .remote .facebook blockquote a {
   color: inherit;
   font-weight: normal;
   text-decoration: underline;
   outline: 0 none;
}

/** privacy info link **/

.oon-sm-privacy {
   text-align: right;
}
.oon-sm-privacy a.oon-sm-info {
   background-color: #f0f1f4;
   font-size: 10px;
   line-height: 15px;
   padding: 5px;
   font-weight: 500;
}
.oon-sm-privacy .oon-sm-icon {
   background-color: #f0f1f4;
   display: inline-block;
   width: 10px;
   height: 10px;
   line-height: 20px;
   background-size: contain;
   background-image: url("https://orf.at/mojo/1_3/storyserver/common/images/info_i.svg");
   background-position: center center;
   background-repeat: no-repeat;
   margin-left: 3px;
}

/** consent window **/
.oon-sm-activation-window {
   border: 4px solid #F0F1F4;
   border-radius: 5px;
   border-bottom: none;
}

.oon-sm-activation-window .oon-sm-activation-header {
   text-align: right;
   min-height: 30px;
}


.oon-sm-activation-window .oon-sm-activation-header button {
   font-family: 'ORF ON';
   font-size: .9375rem;
   font-weight: 500;
   border: none;
   position: relative;
   text-align: right;
   width: 100%;
   padding: 0 40px 0 0;
   margin: 0 5px 0 0;
   line-height: 30px;
   background-color: #F0F1F4;
   cursor: pointer;
   color: #466199;
   -webkit-font-smoothing: inherit;
   -moz-osx-font-smoothing: inherit;
   -webkit-appearance: none;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
}

.oon-sm-activation-window .oon-sm-activation-header button::-moz-focus-inner {
   border: 0;
   padding: 0;
}

.oon-sm-activation-window .oon-sm-activation-header button:focus:before {
   content: '';
   margin: 0;
   padding: 0;
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   outline: 1px dotted #444;
}

.oon-sm-activation-window .oon-sm-activation-body {
   display: none;
   padding: 20px;
   text-align: center;
   font-family: 'ORF ON';
   font-size: 15px;
   line-height: 20px;
}
@media (max-width: 600px) {
   .oon-sm-activation-window .oon-sm-activation-body {
      padding: 5px;
   }
}


/** open close status **/
.oon-sm-activation-window .oon-sm-activation-open {
   display: block;
}
.oon-sm-activation-window.oon-sm-activation-is-open .oon-sm-activation-body{
   display: block;
}
.oon-sm-activation-window.oon-sm-activation-is-open .oon-sm-activation-close {
   display: block;
}
.oon-sm-activation-window.oon-sm-activation-is-open .oon-sm-activation-open {
   display: none;
}

.oon-sm-activation-window .oon-sm-activation-body button {
   overflow: hidden;
   background: #f0f1f4;
   text-align: center;
   color: #466199;
   border: none;
   cursor: pointer;
   font-size: 14px;
   line-height: 20px;
   font-family: 'ORF ON';
   font-weight: 500;
   padding: 10px 15px;
   margin: 20px 0px;
}
.oon-sm-activation-window .oon-sm-activation-body button:hover {
   background-color: #466199;
   color: #fff;
}

.oon-sm-activation-window p {
   text-align: left;
}
.oon-sm-activation-window .oon-sm-activation-general {
   font-weight: 500;
}
.oon-sm-activation-window .oon-sm-activation-button-explain {
   padding-bottom: 20px;
   border-bottom: 4px solid #f0f1f4;
   font-style: italic;
}

.oon-sm-activation-window.oon-sm-activation-is-open .oon-sm-activation-button-explain:last-child {
   border-bottom: 0px;
}

.oon-sm-activation-window .oon-sm-activation-close {
   display: none;
   background: url('https://orf.at/mojo/1_3/storyserver/common/images/nav.close.blue.svg') no-repeat right 10px top 10px;
   background-size: 20px 9px;
}
.oon-sm-activation-window .oon-sm-activation-open {
   background: url('https://orf.at/mojo/1_3/storyserver/common/images/nav.expand.blue.svg') no-repeat right 10px top 11px;
   background-size: 20px 9px;
}

/** twitter **/

.oon-sm-privacy + .twitter {
   margin-top: -10px;
}

.ss .remote .twitter blockquote {
  line-height: 16px;
  background: url("https://orf.at/mojo/1_3/storyserver/common/images/bird.svg") no-repeat right 12px top 20px;
  background-size: 25px 25px;

}

/** instagram **/
.ss .remote .instagram blockquote {
   padding: 25px 20px 20px 20px;
}
.ss .remote .instagram iframe {
   width: 100%;
}
.ss .remote .instagram blockquote p:last-child {
   margin-bottom: 0;
}
.ss .remote .instagram blockquote > div > div {
   height: 140px;
   background-color: #f4f7f9;
   box-sizing: border-box;
   padding-top: 50px;
   margin-bottom: 15px;
}
.ss .remote .instagram blockquote > div > div > div {
   width: 50px;
   height: 50px;
   background: url('https://orf.at/mojo/1_3/storyserver/common/images/instagram-logo.png') no-repeat;
   background-size: cover;
   margin-left: calc(50% - 50px/2);
   box-sizing: border-box;
}

/** facebook **/
.ss .remote .facebook blockquote {
  background: url("https://orf.at/mojo/1_3/storyserver/common/images/facebook-logo.png") no-repeat right 12px top 20px;
  background-size: 25px 25px;
}

/** youtube **/
.ss .remote blockquote.youtube  {
   padding: 25px 20px 20px 20px;
}

.ss .remote blockquote.youtube .oon-youtube-logo {
   display: block;
   background: url("https://orf.at/mojo/1_3/storyserver/common/images/yt_icon_rgb.png") center no-repeat;
   background-size: 50px;
   background-color: #f4f7f9;
   width: 98%;
   height: 140px;
   margin-bottom: 10px;
   text-decoration: none;
}

/** twitch **/
.ss .remote blockquote.twitch .oon-twitch-logo {
   display: block;
   background: url("https://orf.at/mojo/1_3/storyserver/common/images/twitch_purple_rgb.svg") center no-repeat;
   background-size: 100px;
   background-color: #f4f7f9;
   width: 98%;
   height: 140px;
   margin-bottom: 10px;
   text-decoration: none;
}

/**
 * debatte box styling
 */

 .ss .remote .debatte {
   border: 4px solid #f0f1f4;
   padding: 0px 0px 10px 0px;
}

.ss .remote .debatte .debatteheader {
   background-color: #f0f1f4;
   padding: 10px 0px 10px 50px;
   font-size: 16px;
}

.ss .remote .debatte .debatteheader h2 {
   font-size: 16px;
   margin: 0;
}

.ss .remote .debatte .comments {
   padding: 0px 50px 0px 50px;
}

.ss .remote .debatte .comments .posting {
   margin: 20px 0px 0px 0px;
   position: relative;
}

.ss .remote .debatte .comments .posting h2 {
   font-size: 100%;
   margin: 0;
}

.ss .remote .debatte .comments .posting .author a {
   font-weight: normal;
}

.ss .remote .debatte .comments .posting .text {
   margin: -5px 0px 0px 0px;
}

.ss .remote .debatte .comments .posting::before {
  content: "\201E";
  left: -39px;
  margin-top: -58px;
  position: absolute;
  color: #f0f1f4;
  font-size: 5em;
}