body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
   margin:0;
   padding:0;
}

*, *::after, *::before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

table {
   border-collapse:collapse;
   border-spacing:0;
}

fieldset,img {
   border:0;
}

address,caption,cite,code,dfn,em,th,var {
   font-style:normal;
   font-weight:normal;
}

ol,ul {
   list-style:none;
}

caption,th {
   text-align:left;
}

h1,h2,h3,h4,h5,h6 {
   font-size:100%;
   font-weight:normal;
}

q:before,q:after {
   content:'';
}

abbr,acronym {
   border:0;
}

body {
   background-color: #5286C1;
   font-family: 'ORF ON',Arial,Helvetica,'Lucida Sans Unicode','Lucida Grande',sans-serif;
   -moz-text-size-adjust: none;
   -webkit-text-size-adjust: 100%;
   -moz-font-feature-settings: "liga","kern";
   font-feature-settings: "liga","kern";
   font-size: 100%;
   line-height: 1.4em;
   color: #333;
   margin: 0;
}

h1 {
   padding: 0;
   margin: 0 0 1em 0;
   font-size: 1.25em;
   font-weight: 500;
}

h2 {
   padding: 0;
   margin: 0 0 0.5em 0;
   font-size: 1em;
   font-weight: 500;
}

h3 {
     font-size: 100%;
    font-weight: normal;
}


.flexbox {
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
}

.row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -ms-flex-align: start;
    margin-left: -5px;
    margin-right: -5px;
}

[class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.col-lg-2 {
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
}

.wrapper {
   max-width: 800px;
   margin: 0 25px 0 25px;
   min-height: 100vh;
   flex-direction: column;
}

@media (min-width: 1320px) {
   .wrapper {
       margin-left: calc(2vw);
   }
}
@media (min-width: 1340px) {
   .wrapper {
       margin-left: calc(3vw);
   }
}
@media (min-width: 1360px) {
   .wrapper {
       margin-left: calc(4vw);
   }
}
@media (min-width: 1380px) {
   .wrapper {
       margin-left: calc(5vw);
   }
}
@media (min-width: 1400px) {
   .wrapper {
       margin-left: calc(6vw);
   }
}
@media (min-width: 1420px) {
   .wrapper {
       margin-left: calc(7vw - 2px);
   }
}
@media (min-width: 1440px) {
   .wrapper {
       margin-left: calc(8vw - 4px);
   }
}
@media (min-width: 1460px) {
   .wrapper {
       margin-left: calc(9vw - 8px);
   }
}
@media (min-width: 1480px) {
   .wrapper {
       margin-left: 130px;
   }
}
@media (min-width: 1940px) {
   .wrapper {
       margin-left: calc(8vw - 25px);
   }
}
@media (min-width: 2100px) {
   .wrapper {
       margin-left: calc(9vw - 50px);
   }
}

main {
   flex-basis: 100%;
   width: 100%;
   max-width: 100%;
}

.content {
    flex: 1 0 auto;
    background: #ffffff;
    font-size: 1em;
}

header {
    width: 100%;
    height: 77px;
    position: relative;
}

footer {
    background: url("../images/orf-brick.png") no-repeat scroll right 13px top 25px #16406B;
    color: #000;
    font-size: 0.937em;
    width: 100%;
    height: 65px;
}

footer a,
footer a:hover,
footer a:active,
footer a:visited {
    color: #fff;
    font-weight: bold;
}

footer ul {
    justify-content: flex-end;
    height: 65px;
    margin: 0 75px;
    align-items: center;
    -webkit-align-items: center;
    padding: 0;
}

footer ul li {
    flex-bassis: auto;
    padding: 0 20px;
}

.hidden-lg {
   display: none;
}

.visible-lg {
   display: block;
}

.ss abbr, .ss acronym {
   border-bottom: 1px dotted;
}
.ss q {
   font-style: italic;
}
.ss .clearing {
   clear: both;
}
.ss a {
   text-decoration: none;
}

.ss a:hover {
   background: transparent;
}
.ss a:hover,
.ss a:focus {
   text-decoration: underline;
}
.ss img {
   border: 0;
}

.ss .frontHeader h1 {
   margin: 15px;
}

#skiplinks a, #skiplinks a:hover, #skiplinks a:visited {
   position: absolute;
   left: -5000px;
   top: -5000px;
   overflow: hidden;
   display: inline;
}

#skiplinks a:focus, #skiplinks a:active {
   position: absolute;
   display: block;
   font-size: 0.875em;
   font-weight: bold;
   top: 0;
   left: 25px;
   padding: 0.5em 0.5em 0.5em 0.85em;
   background: #FEFEFE;
   color: #4F7FAF;
   width: 15em;
   border-width: 0 3px 3px 3px;
   border-style: solid;
   border-color: #4F7FAF;
   z-index: 10;
   text-decoration: none !important;
}

#debatteLogo {
   position: absolute;
   top: 19px;
   left: 47px;
}
#orfonTarget {
   position: absolute;
   top: 20px;
   left: 142px;
}

.ss .author {
   position: relative;
}

.ss .ss-nickname {
   cursor: pointer;
   position: relative;
}

.ss #ss-active-nickview {
   outline: none !important;
}

.ss .ss-nickview-wrapper {
   position: absolute;
   top: 0;
   left: 0;
   background: #fff;
   padding: 10px;
   font-size: 16px;
   box-shadow: 0 0 13px rgba(0,0,0,0.3);
   z-index: 10;
   cursor: pointer;
   outline: none !important;
}

.ss .ss-nickview-wrapper:hover,
.ss .ss-nickview-wrapper:focus {
   border-color: #7183AA;
}

.ss .ss-nickview-wrapper h4 {
   font-weight: bold;
   font-size: 1.083em;
   margin-bottom: 2px;
}

.ss .ss-nickview-wrapper p {
   margin: 3px 0px;
}

.ss .ss-closeNickview {
   position: absolute;
   top: -10000px;
   left: -10000px;
}

.ss .hidden,
.ss .ss-nickview-wrapper h4 span {
   position: absolute;
   left: -5000px;
   top: -5000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}



/* side navigation */

.welcome {
   position: absolute;
   left: 10px;
}

#sideNavigation {
   background-color: rgba(255,255,255,0.85);
   display: none;
   z-index: 99999;
   position: absolute;
   min-width: 250px;
   right: 0;
   top: 27px;
   border: 1px solid #f0f1f4;
   padding: 1em;
   font-size: 1.2em;
   line-height: 2em;
}

#sideNavigation li {
    font-size: 0.875em;
    margin: 6px 0px 6px 0px;
}

.communityNav {
   position: relative;
   top: 0;
   width: 100%;
   height: 27px;
   background: #f0f1f4;
   text-align: right;
   padding: 3px 10px;
   margin-top: 6px;
}

.communityNav a {
   color: #466199;
}

.communityNav .nick {
   margin-right: 35px;
}

/* Network Navigation*/

.networkNavigation {
   background: #4371a3;
   position: relative;
   top: 0;
   width: 100%;
   font-size: 13px;
   height: 27px;
   padding: 0;
   justify-content: flex-end;
   align-items: center;
   -webkit-align-items: center;
   justify-content: space-around;
}

.networkNavigation abbr {
    border: 0;
    cursor: pointer;
    text-decoration: none;
}

.networkNavigation li {
    flex-basis: auto;
    -webkit-flex-basis: auto;
    -ms-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    padding: 0;
}

.networkNavigation a {
    color: #fff;
    font-weight: normal;
}

.networkNavigation a:focus,
.networkNavigation a:hover,
.networkNavigation a.current {
    color: #abbfd2;
}

.sitemap {
    box-sizing: content-box;
   -webkit-box-sizing: content-box;
   -moz-box-sizing: content-box;
   font-size: 13px;
   line-height: 16px;
   display: none;
   position: absolute;
   right: 0;
   z-index: 20;
   width: 619px;
   height: 245px;
   padding: 4px 10px;
   outline: 0;
}

.sitemap .background {
    background-color: #06406e;
}

.sitemap ul {
    padding: 0;
}
.sitemap li.column.one {
    width: 155px;
}

.sitemap li.column.two {
    width: 163px;
}

.sitemap li.column.three {
    width: 160px;
}

.sitemap li.column.four {
    width: 130px;
}

.sitemap li.column {
    float: left;
}

.sitemap .column,
.sitemap .column li {
    float: none;
    display: block;
    padding: 0;
}

.sitemap .column li {
    margin: 3px 0;
}

.sitemap .list h3 {
    color: #e0e0e0;
    margin: 4px 0;
    outline: 0;
}

.sitemap .column li a:hover,
.sitemap .column li a:focus {
    text-decoration: underline;
    color: #fff;
}

.sitemap .footer {
    background-color: #143b61;
    clear: left;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 9px 10px;
    text-align: right;
    font-weight: bold;
}

.sitemap .footer a {
    color: #fff;
    padding: 2px 0 2px 50px;
    background: none,url(https://orf.at/mojo/1_3/storyserver/news/common/images/orf-brick.svg) no-repeat scroll 0 0 transparent;
}


/* titleimage */

.ss .titleimage {
   background: linear-gradient(to bottom, #0074bd, #130029);
   position: relative;
   height: 0;
   padding-bottom: 41%;
   overflow: hidden;
}

.ss .titleimage > img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-filter: alpha(opacity=40);
    -moz-filter: alpha(opacity=40);
}

.ss .titleimage .voteimage {
    display: none;
    margin-bottom: 10px;
    opacity: .8;
}

.ss .titleimage.vote .voteimage {
    display: block;
}

.ss a .titleimage:hover > img {
   opacity: 0.3;
   filter: alpha(opacity=30);
   -webkit-filter: alpha(opacity=30);
   -moz-filter: alpha(opacity=30);
}

.ss .titleimage.hellblau {
    background: linear-gradient(to bottom, #0074bd, #130029);
}
.ss .titleimage.dunkelblau {
    background: linear-gradient(to bottom, #0007cc, #001924);
}
.ss .titleimage.gruen {
    background: linear-gradient(to bottom, #009144, #006263);
}
.ss .titleimage.rotorange {
    background: linear-gradient(to bottom, #f23400, #7a0200);
}
.ss .titleimage.rotpink {
    background: linear-gradient(to bottom, #ff0062, #380045);
}
.ss .titleimage.gelb {
    background: linear-gradient(to bottom, #fc3700, #593a00);
}


/* grid */

.ss #gridContainer .titleimage {
   padding-bottom: 41%;
   overflow: hidden;
}

.ss #gridContainer .box {
   font-family: 'ORF ON Condensed',Arial,Helvetica,'Lucida Sans Unicode','Lucida Grande',sans-serif;
   position: absolute;
   bottom: 6%;
   left: 17%;
   color: #fff;
   width: 69%;
}

.ss #gridContainer .box h2 {
   margin: 0;
   font-weight: 700;
   font-size: 2.25em;
   line-height: 1.1em;
}

.ss #gridContainer .box p {
   margin-bottom: 5px;
}

/* Storylist */

.ss #storylist .listitem {
    margin-bottom: 10px;
}

.ss #storylist .titleimage,
.ss .grid .titleimage {
   padding-bottom: 56.25%;
   overflow: hidden;
}


.ss #storylist .listitem .box h2 {
   margin: 0;
   font-weight: 700;
   font-size: 1.87em;
   line-height: 1.1em;
}

.ss #storylist .listitem .box {
   font-family: 'ORF ON Condensed',Arial,Helvetica,'Lucida Sans Unicode','Lucida Grande',sans-serif;
   position: absolute;
   bottom: 6%;
   left: 3%;
   color: #fff;
   width: 90%;
}

.ss #storylist .listitem .box p {
   margin-bottom: 5px;
}


/* Storybox */

.ss .storybox.grid {
   margin: 20px 15% 20px 17%;
}

.ss .storybox {
   padding: 0;
   position: relative;
   max-width: 800px;
   min-height: 130px;
}

.ss .storybox.short .forumInfo {
   top: 13px;
}

.ss .storybox .forumInfo p {
   font-size: 0.813em;
}

.ss .pickingsList .storybox .forumInfo p {
   color: #737373;
}

.ss .storybox.grid .text {
   padding-top: 14px;
}
.ss #story.storybox .text::after {
  transition: opacity .25s;
  content: "\A0";
  bottom: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff 75%,#fff);
  cursor: pointer;
}

.ss #story.storybox .text {
  transition: max-height 1s;
  max-height: 75px;
  overflow: hidden;
}

.ss #story.storybox.about .text,
.ss #story.storybox.expanded.about .text {
  max-height: none;
}
.ss  #story.storybox.about .text::after,
.ss  #story.storybox.about::after {
  display: none;
}

.ss #story.storybox::after {
  transition: opacity .25s;
  color: #466199;
  font-size: 2.2em;
  content: "\2771";
  transform: rotate(90deg) scaleX(0.6);
  display: block;
  position: absolute;
  z-index: 10;
  height: 20px;
  width: 100%;
  text-align: center;
  pointer-events: none;
  margin: -30px auto 15px;
  cursor: pointer;
}

.ss #story.expanded.storybox::after {
  opacity: 0;
}

.ss #story.storybox.expanded .text {
  max-height: 500px;
}

.ss #story.storybox.expanded .text::after {
  pointer-events: none;
  opacity: 0;
}

.ss #story.storybox .hero {
    margin: 0 15%;
    margin-top: -125px;
    position: relative;
    background-color: rgba(255,255,255,0.9);
    padding: 10px 30px;
    z-index: 10;
}

.ss #story.storybox h1 {
  font-weight: 700;
  font-size: 2em;
  font-family: 'ORF ON Condensed',Arial,Helvetica,'Lucida Sans Unicode','Lucida Grande',sans-serif;
}

.ss .storybox .text blockquote p {
   margin: 0 !important; /* ugly important... */
   line-height: 1.385em;
}

.ss .storybox .text blockquote {
   float: left;
   width: 47%;
   font-style: italic;
   position: relative;
   margin: 1.5em 0 4em 0;
}

.ss .storybox .text blockquote strong {
   font-weight: normal;
   font-style: normal;
   color: #717171;
   display: block;
   margin-top: 3px;
}

.ss .storybox.grid .text div,
.ss .storybox.grid .text h2,
.ss .storybox.grid .text ul,
.ss .storybox.grid .text ol,
.ss .storybox.grid .text p,
.ss #story.storybox .text blockquote {
   display: none;
   visibility: hidden;
}

.ss .storybox.grid .text blockquote p {
   display: block;
   visibility: visible;
}

.ss .storybox .text blockquote:first-child {
   margin-right: 10px;
}

.ss .storybox.grid .text blockquote p {
   display: block;
   visibility: visible;
}

.ss .storybox .text blockquote:first-child {
   margin-right: 10px;
}

.ss .storybox.grid .text blockquote::before,
.ss .storybox.grid .text blockquote::after {
   width: 65px;
   height: 55px;
}

.ss .storybox.grid .text blockquote:first-child::before {
   content: url("../images/99.svg");
   position: absolute;
   bottom: -27px;
   left: -70px;
}

.ss .storybox.grid .text blockquote:first-child::after {
    content: "";
}

.ss .storybox.grid .text blockquote::after {
   content: url("../images/66.svg");
   position: absolute;
   top: -20px;
   right: -70px;
}

.ss .storybox p.teaser {
   padding: 5px 0 0 0;
   font-weight: 500;
}

.ss .storybox p.teaser a {
   color: #333;
   text-decoration: none;
}

.ss .storybox p.teaser a {
   font-weight: bold;
}

.ss #story.storybox p.teaser {
   padding-bottom: 12px;
}

.ss .storybox h2 {
   padding: 8px 0 0 0;
   margin: 0;
   font-size: 1.125em;
   line-height: 1.313em;
}

.ss .storybox p {
   margin: 0;
   line-height: 1.4em;
}

.ss .storybox .text h2,
.ss .storybox .text p,
.ss .storybox .text div.image {
   clear: left;
}


.ss #story {
   background: #fff;
}

.ss #story h1 {
   font-size: 1.4667em;
   line-height: 1.2727em;
   margin: 15px 0;
}
.ss .storybox .text h2 {
   font-size: 0.9375em;
   line-height: 1.4em;
   padding: 0;
   font-weight: bold;
   margin-bottom: 0.4em;
}

.ss .forumMetaBar {
   background: #f0f1f4;
   padding: 4px 0px;
}

.ss .forumMetaBar .backToDebatte {
   float: left;
   width: 150px;
   font-size: 15px;
   font-weight: bold;
   margin-left: 10px;
   background: url('../images/arrow.left.transparent.png') 0 5px no-repeat;
   padding: 0px 0 0 11px;
}

.ss .forumMetaBar .commentCount {
   font-style: italic;
   margin-left: 18.5%;
   font-size: 18px;
}

.ss .storybox .text em {
   font-style: italic;
}

.ss .storybox .text ul, .ss .storybox .text ol {
   margin: 0 0 10px 0;
   padding: 0;
   list-style: none;
   font-size: 0.9375em;
   line-height: 1.4em;
}
.ss .storybox .text li {
   background: url('../images/bullet-dot.png') no-repeat;
   background-position: 0 6px;
   padding-left: 10px;
   margin-bottom: 2px;
}
.ss .storybox .text a {
   font-weight: bold;
   text-decoration: none;
}
.ss .storybox .text a:hover {
   color: #192030;
   text-decoration: underline;
}
.ss .storybox .text p {
   line-height: 1.4em;
   margin: 0.267em 0px 1.067em;
}
.ss .storybox .text p.backlink {
   font-weight: bold;
   margin-top: 30px;
}
.ss .storybox .text p.backlink a:visited {
   color: #5e92bd;
}

.ss p em strong,
.ss p strong em {
   background: #ddeeff;
   font-weight: bold;
   font-style: normal;
}
.ss .storybox .text div.image {
   font-size: 0.813em;
   line-height: 1.56em;
   width: 32.231em;
}

.ss .storybox .text div.image.body .caption {
   font-size: 0.846em;
   line-height: 1.5em;
   margin-top: -5px;
   margin-bottom: 6px;
}

.ss .storybox .text div.remote {
   margin-bottom: 0.75em;
   font-size: 0.813em;
}
.ss .storybox .text div.remote div.file.mp3 div.player {
   width: 301px;
   background-color: #DEE0E4;
   margin: 0;
   padding: 0;
}
.ss .storybox .text div.remote div.file.mp3 div.downloadLink {
   margin-top: 3px;
   font-size: 0.85em;
}
.ss .storybox .text div.remote div.file.video div.playerLink {
   margin-top: 7px;
   font-size: 0.85em;
}
.ss .storybox .text div.mailto {
   font-size:0.813em;
   height:0;
   left: -148px;
   position:relative;
   top: -29px;
}


.ss #story .fact {
   width: 239px;
   margin: 4px 17px 3px -175px;
   padding: 0 0 5px;
   float: left;
   display: inline;
   background: none repeat scroll 0 0 #f3f4f6;
}
.ss #story .fact p,
.ss #story .fact .caption {
   margin: 5px 0;
   color: #343F42;
   font-size: 0.805em;
   line-height: 1.308em;
   padding-left: 14px;
   padding-right: 10px;
}
.ss #story .fact blockquote {
   margin-left: 0;
   color: #343F42;
   padding-left: 14px;
}
.ss #story .fact h2 {
   font-size: 0.8125em;
   line-height: 1.267em;
   margin-bottom: -3px;
   padding-left: 14px;
}
.ss #story .fact div.image {
   font-size: inherit;
   line-height: inherit;
   margin: 0;
   color: inherit;
   width: 239px;
}
.ss #story .fact ul, .ss #story .fact ol {
   margin: 5px;
   color: #535f62;
   font-size: 0.688em;
   line-height: 1.5em;
}
.ss #story .fact li {
   font-weight: bold;
   background-position: 0 4px;
   margin-bottom: 1px;
}

.ss .forumMetaBar .disclaimerToggle {
  font-family: "ORF ON Condensed SC";
  font-size: 18px;
  color: #466199;
  cursor: pointer;
  margin-right: 5px;
  user-select: none;
  float: right;
}

.ss #forumDisclaimer {
   display: none;
   background-color: #f0f1f4;
   font-style: italic;
   font-size: 0.85em;
   line-height: 1.35em;
   margin-left: 18.5%;
   padding: 25px;
   margin-bottom: 10px;
}

.ss .disclaimerToggle::after,
.ss .disclaimerToggle.open::after {
  width: 13px;
  display: inline-block;
  margin-left: 5px;
}

.ss .disclaimerToggle::after {
  content: "\25be";
}

.ss .disclaimerToggle.open::after {
  content: "\25b4";
}

.ss .postComment {
   margin: 0 18.5% 20px 18.5%;
}

.ss .commentForm .postComment {
   display: none;
   visibility: hidden;
}

.ss input.normalButton {
   color:#466199;
}

.ss #content a.normalButton.small:hover {
  background-color: #466199;
  color: #fff;
}

.ss a.normalButton,
.ss input.normalButton {
   padding: 7px;
   font-weight: bold;
   display: inline-block;
   font-size: 0.938em;
   text-decoration: none;
}

.ss a.normalButton,
.ss input.normalButton {
    background: #466199;
    text-align: center;
    width: 100%;
    color: #fff;
}

.ss .commentForm {
  margin-right: 18.5%;
  margin-left: 18.5%;
}

.ss .commentForm input::-webkit-input-placeholder,
.ss .commentForm textarea::-webkit-input-placeholder {
  font-family: "ORF ON";
  font-weight: 400;
  font-size: 16px;
  color: #a6a6a6;
}
.ss .commentForm input::-moz-placeholder,
.ss .commentForm textarea::-moz-placeholder {
  font-family: "ORF ON";
  font-weight: 400;
  font-size: 16px;
  color: #a6a6a6;
}
.ss .commentForm input:-ms-input-placeholder,
.ss .commentForm textarea:-ms-input-placeholder {
  font-family: "ORF ON";
  font-weight: 400;
  font-size: 16px;
  color: #a6a6a6;
}
.ss .commentForm input:-moz-placeholder,
.ss .commentForm textarea:-moz-placeholder {
  font-family: "ORF ON";
  font-weight: 400;
  font-size: 16px;
  color: #a6a6a6;
}

.ss .commentForm #postingText,
.ss .commentForm #postingTitle {
  background-color: #f0f1f4;
  padding: 8px;
  border: 0;
}

.ss .commentForm .normalButton {
  border: 0;
}

.ss .commentForm.preview .normalButton {
  width: 130px;
}

.ss a.normalButton.front {
    margin: 20px 25%;
    width: 50%;
}

.ss #content .buttonRow a.normalButton {
    background: #f0f1f4;
    text-align: center;
    width: 100px;
    color: #466199;
}

.ss #content .normalButton.emailaction {
    font-size: 16px;
    margin-top: 10px;
    background: #f0f1f4;
    color: #466199;
}

.ss #story a,
.ss #forum a,
.ss #forumDisclaimer a,
.ss .author a {
   color: #466199
}

.ss input.normalButton:focus,
.ss input.normalButton:hover,
.ss a.normalButton:focus,
.ss a.normalButton:hover {
   border-color: #7183aa;
   cursor: pointer;
}

.ss a.normalButton.small {
   font-weight: normal;
   padding: 3px 6px;
   font-size: 16px;
}

.ss .commentForm {
   padding-top: 23px;
   padding-bottom: 80px;
}

.ss hr.replySeparator {
   border: 0;
   border-bottom: 5px solid #E8E9ED;
   height: 5px;
   width: 456px;
   outline: none;
}

.ss .replyPreview .buttonRow {
   height: 5px;
}

.ss .replyPreview .forumNavigation {
   display: none;
}

.ss .replyPreview .buttonRow * {
   display: none;
}

.ss .commentForm label {
   float: left;
   width: 155px;
   text-align: right;
   padding-right: 10px;
   padding-top: 8px;
   font-size: 13px;
   color: #999999;
}

.ss .commentForm input[type="text"],
.ss .commentForm textarea {
   font-family: "ORF ON";
   font-size: 16px;
   padding: 3px 2px;
   width: 100%;
}

.ss .replyForm #postingTitleLabel,
.ss .replyForm #postingTitle {
   display: none;
}

.ss .commentForm #postingTitle,
.ss .commentForm #postingText {
   margin-bottom: 20px;
}

.ss .commentForm #postingText {
   height: 230px;
   line-height: 1.438em;
}

.ss .commentForm #postingTextLabel .overlength {
   color: red;
}

.ss .commentForm .buttonRow a {
   font-size: 16px;
   color: #a6a6a6;
   margin-top: 10px;
   width: 100%;
   display: block;
   text-align: center;
}

.ss .preview .posting,
.ss .postings {
   margin-top: 5px;
   padding-bottom: 10px;
}

.ss .postings {
  margin-top: 20px;
  margin-left: 18.5%;
}

.ss .forumNavigation {
   padding-bottom: 10px;
}

.ss .forumPageNavigation {
   text-align: right;
   padding-right: 15px;
}

.ss .forumPageNavigation.bottom {
   clear: both;
   margin-top: 10px;
   padding-top: 6px;
}

.ss .forumPageNavigation.top {
   clear: both;
   margin-bottom: 10px;
}

.ss .forumPageNavigation .newer {
   float: left;
}

.ss .forumNavigation a span {
   width: 7px;
   height: 7px;
   display: inline-block;
}

.ss span.leftArrow {
   background: url('../images/arrow.left.png') 0 0;
   margin-right: 2px;
}

.ss span.rightArrow {
   margin-left: 2px;
   background: url('../images/arrow.right.png') 0 0;
}

.ss .postings .note {
   margin-bottom: 16px;
   font-size: 0.800em;
}

.ss .postings .posting {
   clear: both;
   margin-bottom: 30px;
}

.ss .postings .posting.level1:first-child {
   margin-top: 18px;
}

.ss .postings .posting.level1 {
   padding-bottom: 2px;
}

.ss .postings .posting.level1:last-child {
   padding-bottom: 24px;
}

.ss .postings .posting:first-child .separator {
   display: none;
}

.ss .preview .postings .posting:first-child .separator,
.ss .previewForum .postings .posting:first-child .separator {
   display: block;
}

.ss .posting .separator {
   background: #E8E9ED; /* #f1f2f6; */
   width: 155px;
   height: 5px;
   margin-bottom: 4px;
}

.ss .previewForum .buttonRow {
   height: 8px;
}

.ss .postings .posting .replies {
  margin-top: 8px;
  padding-left: 10px;
  padding-right: 20%;
  border-left: 8px solid #f0f1f4;
}

.ss .posting .commentContent {
   padding-right: 20%;
   width: 100%;
}

.ss .posting .commentPermalink {
   color: #333;
}

.ss .posting .author {
    color: #466199;
    font-size: 16px;
    margin: 3px 0px;
}

.ss .posting h2,
.ss .posting h3 {
   font-size: 18px;
   font-weight: bold;
   line-height: 1.2em;
   overflow: hidden;
}

.ss .posting .text {
   font-size: 16px;
   line-height: 1.4em;
   margin-bottom: -18px;
   overflow: hidden;
}

.ss .loudcomment h2,
.ss .loudcomment .text {
   text-transform: lowercase;
}

.ss .posting.level0 > .commentContent .text {
   margin-bottom: -10px;
}

.ss .posting .text p {
   margin-bottom: 9px;
}

.ss .postings .buttonRow {
   margin-top: 15px;
   padding-right: 12.5%;
   height: 15px;
}

.ss .postings .buttonRow a {
   float: right;
   position: relative;
   top: -6px;
}


.ss #commentlist.postings .posting:first-child .separator {
   display: block;
}

.ss #commentlist .posting .separator {
   margin-top: 40px;
}

.ss #commentlist .posting {
   position: relative;
}

.ss #commentlist.postings .buttonRow {
   position: absolute;
   top: -4px;
   left: -115px;
}

.ss #commentlist.postings .buttonRow a {
   float: none;
   position: static;
   font-size: 0.9em;
}

.ss #commentlist .buttonRow .replyCount {
   display: block;
   font-size: 12px;
   margin-top: 2px;
   padding-right: 2px;
   text-align: right;
   color: #777;
}


.ss .commentForm.preview {
   padding-top: 0px;
}

.ss .preview .buttonRow {
   margin-top: 14px;
}

/****** Penalty Timer *****/
.ss .wh00tiHave2wait {
   margin-top: 3px;
   padding: 5px 0;
   font-size: 15px;
   line-height: 1.333em;
   font-weight: bold;
}

.ss em.countdownHighlight {
   font-style: normal;
   background: #F0F1F4;
   font-weight: bold;
   padding: 2px 5px;
}


.ss .error {
   color: #4c5b5f;
   font-size: 0.8125em;
   background: #fefefe;
   margin-top: 0.125em;
   padding: 2em 1.313em 10em 16.6em;
}
.ss .error h1 {
   font-size: 1.1em;
}



.ss #bannerXlarge {
   font-size: 0;
   margin: 0 0 3px 43px;
   padding: 0;
}

.ss #bannerSkyscraper {
   position:absolute;
   top: 78px;
   left: 737px;
   height:0;
   padding:0;
   margin:0;
}





/* Overriding Styles for Websys */

#previewStory {
   visibility: hidden;
}

.previewList .grid {
   width: 395px;
   height: 222px;
   position: relative;
}

#previewTitleList {
   font-family: 'ORF ON Condensed',Arial,Helvetica,'Lucida Sans Unicode','Lucida Grande',sans-serif;
   font-weight: 700;
   position: absolute;
   bottom: 15px;
   left: 15px;
   color: #fff;
   font-size: 1.6em;
   width: 90%
}

.previewList div.titleLarge[style] {
   width: 396px !important;
}

.previewList div.titleLarge img {
   width: 396px !important;
}

#previewDetail #content {
   position: relative;
   padding: 0 150px 20px 150px;
}

#previewDetail #content h1 {
   font-family: 'ORF ON Condensed',Arial,Helvetica,'Lucida Sans Unicode','Lucida Grande',sans-serif;
   font-weight: 700;
}

#previewDetail #content .text {
    transition: none;
    max-height: unset;
    overflow: unset;
}

#previewDetail #content .text::after {
    width: 0;
    height: 0;
}

#previewDetail #content .storybox::after {
    content: "";
    margin: 0;
    cursor: unset;
}

#previewDetail #content .text blockquote {
   display: block;
   visibility: visible;
}




/* Styles for breakpoint Tablet Version (700px) */

@media only screen and (max-width: 700px) {

   .hidden-md {
      display: none
   }
   .visible-md {
      display: block;
   }
   .content {
      margin-top: 0;
      margin-bottom: 0;
   }

  .sitemapNav {
    position: absolute;
    top: 15px;
    right: 20px;
    height: 45px;
    z-index: 99;
   }

  .wrapper {
      margin-bottom: 0;
   }

   #ss-sitemapButton {
       background: transparent url(../images/burger.svg) 10px 10px no-repeat;
       background-size: 25px 25px;
       display: block;
       width: 45px;
       height: 45px;
   }

   #ss-sitemapButton span {
       display: none;
   }

   .sitemapMobile.active {
      display: block;
      position: absolute;
      z-index: 99;
      right: 25px;
      top: 83px;
   }

   .sitemapMobile {
      font-weight: bold;
      padding: 0;
      background: #d2d5dd;
      clear: left;
   }

   .sitemapMobile li:first-child {
       border-top: 0;
   }

   .sitemapMobile li {
       padding: 8px 12px 8px 4px;
       height: 35px;
       text-align: right;
       border-top: 1px solid #fff;
       font-weight: normal;
       font-size: 1rem;
       line-height: 20px;
   }

   .sitemapMobile li a {
       color: #344977;
   }

  .uebersichtLink svg {
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
  }

  .ss #story.storybox .hero {
    margin-right: 7.5%;
    margin-left: 7.5%;
  }
  .ss .postComment {
    margin: 0 12.5% 20px 12.5%;
  }
  .ss .postings,
  .ss #forumDisclaimer {
    margin-left: 12.5%;
  }
  .ss .posting .commentContent,
  .ss .postings .posting .replies {
     padding-right: 12.5%;
  }
  .ss .postings .buttonRow {
    padding-right: 2.5%;
  }
  .ss #commentlist.postings {
    margin-left: calc(12.5% + 60px);
  }
  .ss .forumMetaBar .commentCount {
    margin-left: 12.5%;
  }
  .ss .commentForm {
    margin-left: 12.5%;
    margin-right: 12.5%;
  }
}


/* Styles for breakpoint Mobile Version (550px) */

@media only screen and (max-width: 550px) {

   .content {
      font-size: 1.125em;
   }

   .hidden-sm {
      display: none;
   }

   .visible-sm {
      display: block;
   }
   .row {
      margin-left: 0;
      margin-right: 0;
   }

   [class*="col-"] {
       padding-left: 0;
       padding-right: 0;
   }

  .col-sm-1 {
      -webkit-flex-basis: 100%;
      -ms-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      width: 100%;
      max-width: 100%;
  }

  .wrapper {
     margin: 0;
  }

   header {
      height: 48px;
   }

   #orfonTarget {
      position: absolute;
      top: 5px;
      left: 110px;
   }

   #debatteLogo {
      position: absolute;
      top: 5px;
      left: 17px;
   }

   .sitemapNav {
      top: 1px;
      right: 1px;
      height: 45px;
   }
   .ss #gridContainer {
      background: #f0f1f4;
   }

   .ss #gridContainer .titleimage {
      padding-bottom: 56.25%;
   }

   .ss #gridContainer .box h2 {
      font-size: 1.44em;
      line-height: 1.1em;
   }

   .ss #gridContainer .box {
      bottom: 4%;
      left: 3%;
      width: 90%;
   }

   .ss #storylist .listitem .box h2 {
      font-size: 1.45em;
      line-height: 1.1em;
   }

   .ss #storylist .listitem .box {
      bottom: 4%;
      left: 3%;
   }

   .ss .storybox.grid {
      margin: 20px 3%;
   }

   .ss .storybox.grid .text blockquote {
      display: none;
   }
   form .long {
      width: 100%;
   }
   .ss #story .titleimage {
     display: none;
   }
   .ss #story.storybox .hero {
     margin-left: 10px;
     margin-right: 10px;
     padding-right: 0;
     padding-left: 0;
   }
   .ss .postComment {
     margin: 0 10px 20px 10px;
   }
   .ss .posting .commentContent,
   .ss .postings .posting .replies {
      padding-right: 10px;
   }
   .ss #forumDisclaimer {
     margin-left: 0;
   }
   .ss #story.storybox .hero {
     margin-top: 0;
   }
   .ss .postings .posting .replies {
     margin-left: -10px;
   }
   .ss a.normalButton.front {
    margin: 0 10px 20px;
    width: 95%;
  }
  .ss #gridContainer {
    background: #fff;
  }
  .ss .flexbox.row {
    margin-right: 0;
  }
  .ss .commentForm label {
    width: 100px;
  }
  .ss .commentForm .buttonRow {
    margin-left: 10px;
    width: 90%;
  }
  .ss #commentlist.postings .buttonRow {
    position: relative;
    left: 0;
  }
  .ss #commentlist.postings .buttonRow a.normalButton {
    font-size: 0.8em;
  }
  .ss #commentlist.postings .buttonRow .replyCount {
   margin-right: 5px;
   text-align: left;
   margin-top: 3px;
   float: right;
  }
  .ss .postings,
  .ss .forumMetaBar .commentCount,
  .ss #commentlist.postings,
  .ss .frontHeader h1 {
     margin-left: 10px;
  }
  .ss .commentForm.preview .buttonRow {
    width: 95%;
  }
  .ss .commentForm .buttonRow {
    margin-left: 0;
  }
  .ss #story.storybox h1 {
    margin-top: 10px;
  }
  .ss .commentForm #postingTitle,
  .ss .commentForm #postingText,
  .ss .commentForm .buttonRow {
    width: 100%;
  }
  .ss .commentForm {
    margin-right: 10px;
    margin-left: 10px;
  }
  .ss .commentForm .buttonRow a {
    font-size: 0.8em;
  }
  .ss #story.storybox p.teaser {
     font-size: 16px;
     font-weight: 500;
  }
  .ss input.normalButton {
    font-size: 16px;
  }
  .ss .preview input.normalButton {
    font-size: 14px;
  }
  .ss .postings .posting .replies {
    border-color: #d2d5dd;
  }
  .ss a#community-nav {
    float: right;
  }
 .ss .communityNav .nick {
    max-width: 240px;
    margin-right: 20px;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
  }
}

/* Didomi Banner */

#didomi-host #didomi-notice,
#didomi-host .didomi-exterior-border {
  margin-left: 25px;
  margin-right: 25px;
  max-width: 800px;
}

@media (max-width: 550px) {
  #didomi-host #didomi-notice,
  #didomi-host .didomi-exterior-border {
    margin-left: 0;
    margin-right: 0;
  }
}


/* Coral Forum */

#coral_thread {
  margin: 0 15%;
  padding: 10px 30px;

  /* margin-top: -125px; */
  /* position: relative; */
}

@media only screen and (max-width: 700px) {
  #coral_thread {
    margin-right: 7.5%;
    margin-left: 7.5%;
  }
}

@media only screen and (max-width: 550px) {
  #coral_thread {
    /* margin-top: 0; */

    margin-left: 10px;
    margin-right: 10px;
    padding-right: 0;
    padding-left: 0;
  }
}
