/* Fonts */
@font-face {
    font-family: 'PTSerif';
    src: url('../fonts/PTSerif.eot');
    src: url('../fonts/PTSerif.eot#iefix') format('embedded-opentype'),
    url('../fonts/PTSerif.woff') format('woff'),
    url('../fonts/PTSerif.ttf') format('truetype'),
    url('../fonts/PTSerif.svg#PTSerif') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSerifItalic';
    src: url('../fonts/PTSerif-IT.eot');
    src: url('../fonts/PTSerif-IT.eot#iefix') format('embedded-opentype'),
    url('../fonts/PTSerif-IT.woff') format('woff'),
    url('../fonts/PTSerif-IT.ttf') format('truetype'),
    url('../fonts/PTSerif-IT.svg#PTSerifItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Oswald-Regular';
    src: url('../fonts/Oswald-Regular.eot');
    src: url('../fonts/Oswald-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Oswald-Regular.woff') format('woff'),
    url('../fonts/Oswald-Regular.ttf') format('truetype'),
    url('../fonts/Oswald-Regular.svg#Oswald-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli.eot');
    src: url('../fonts/Muli.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Muli.woff') format('woff'),
    url('../fonts/Muli.ttf') format('truetype'),
    url('../fonts/Muli.svg#Muli') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Basic */
body {
    margin: 0;
    padding: 0;
    color: #333;
    font-family: "PTSerif", "Times New Roman", Times, serif;
    -moz-osx-font-smoothing: grayscale;
}

#sueddeutsche {
    width: 970px;
    padding: 0;
    margin: 0 auto;
    position: relative;
}

#wrapper {
    background-color: #fff;
    padding: 0 14px 0 14px;
    width:940px;
    margin: 0 auto;
}

img {
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
    border: none;
}

a, a:link, a:active, a:visited {
    text-decoration: none;
    outline: none;
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif
}

/* Artikel Links */
.artikel a, .artikel a:link, .artikel a:active, .artikel a:visited, .artikel a:hover {
    text-decoration: underline;
    font-family: "PTSerif", "Times New Roman", Times, serif;
}

a:hover {
    text-decoration: underline;
}

strong {
    font-weight: bold;
}

/* Standard page color | Main and secondary Color for Navi */
.pc {
    color: #333;
}

a {
    color: #333;
}

.pcbg {
    background-color: #668;
    white-space: nowrap;
}

.pcborder {
    border-color: #333;
}

.pcnavi {
    border-left: 5px solid #668;
    border-right: 5px solid #668;
    border-bottom: 5px solid #668;
}

.pcs {
    color: #ccf;
}

.pcsbg {
    background-color: #ccf;
}

.autor {
    display: block;
}
.autor strong {
    font-size: 17px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: normal;
    text-transform: uppercase;
    word-spacing: 1px;
}

.vorspann .autor {
    line-height: 30px;
}

/* Header */
#header {
    border: 1px solid #fff;
    width: 940px;
    position: relative;
    z-index: 900;
    display:none;
}

#header #logo {
    text-align: left;
    top: 10px;
    width: 600px;
}

#header .search-form .btn-search, #header #nav li > a {
    border-left: 1px solid #ccf;
}

/* Header gallery */
.gallery {
    width: 100%;
    overflow: hidden
}

.gallery img {
    float: left
}

.gallery p {
    bottom: 2px;
    font-weight: normal;
    left: 25px;
    line-height: 27px;
    position: absolute;
    width: 310px;
    font-family: "PTSerif", "Times New Roman", Times, serif;
    font-weight: normal;
    font-size: 17px;
    margin-bottom: 30px;
}

.gallery p.light, .gallery p.light a { color:#fff; }
.gallery p.dark, .gallery p.dark a { color:#333; }

.gallery p a span {
    display: block;
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 1px;
    margin-bottom:15px;
}

.gallery .beforePrevArea, .gallery .beforeNextArea {
    position: absolute;
    top: 0;
    z-index: 100;
    height: 407px;
    width: 100px;
    cursor: pointer;
    display: block;
    z-index: 1110
}

.gallery .beforePrevArea {
    left: 0
}

.gallery .beforeNextArea {
    left: 840px
}

.gallery .cinemascopeLeftArea, .gallery .cinemascopeRightArea {
    position: absolute;
    top: 0;
    cursor: pointer;
    height: 407px;
    width: 100px;
    z-index: 1100
}

.gallery .beforePrevAreaActive {
    background: url('/img/header/cinemascope-left-big.png')
}

.gallery .beforeNextAreaActive {
    background: url('/img/header/cinemascope-right-big.png')
}

.gallery .cinemascopeRightArea {
    left: 840px;
    background: url('/img/header/cinemascope-right-big.png')
}

.gallery .cinemascopeLeftArea {
    left: 0px;
    background: url('/img/header/cinemascope-left-big.png')
}

.gallery-container {
    width: 940px;
    position: relative;
    height: 407px;
    overflow: hidden;
    cursor: pointer
}

#galleryCenterArea {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
    width: 740px;
    height: 407px;
    z-index: 1100
}
#galleryCenterArea.gallery-full-width {
    left: 0;
    width: 940px;
}

/* Header: Drop-down menu */
#header .nav {
    position: relative;
    width: 100%;
    margin: 0;
    height: 30px;
    z-index: 600;
}


#header #nav {
    display: inline;
    float: left;
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    list-style: none outside none;
    margin: 0 0 0 0;
    padding: 5px 0 7px;
    z-index: 600;
}

#header #nav li {
    float: left;
    height: 25px;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 600;
}

#header #nav li > a {
    border-left: 1px solid;
    padding: 0 10px;
}

#header #nav li > a.active, #header #nav li:hover > a {
    color: #fff;
}

#header #nav li.first > a {
    border-left: none;
}

#header #nav li span {
    border-right: 1px solid #AAAAAA;
    height: 24px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
}

#header #nav li span.last {
    border-right: medium none;
}

#header #nav li.last {
    border-right: medium none;
}

#header #nav div {
    display: none;
}

#header #nav li div {
    background-color: #ffffff;
    background-position: 50% 0;
    background-repeat: no-repeat;
    margin-left: 5px;
    padding: 10px;
    position: absolute;
    top: 25px;
    width: 500px;
    z-index: 10100;
}

#header #nav li div dd a {
    font-family: "PTSerif", "Times New Roman", Times, serif;
    font-weight: normal;
}

#header #nav li div.hefte {
    width: 434px;
}

#header #nav li div.blogsundkolumnen {
    width: 320px;
}

#header #nav li div.mitmachen {
    width: 200px;
}

#header #nav li div.shop {
    width: 200px;
}

#header #nav li div.shop dd {
    clear: left;
    height: 50px;
    margin: 5px 0;
    padding: 5px;
    line-height: 20px;
}

#header #nav div dl {
    float: left;
    margin: 0 10px 0 0;
}

#header #nav div dl.last {
    margin: 0;
}

#header #nav div dl dt {
    font-size: 18px;
    line-height: 30px;
}

#header #nav div dl dd {
    color: #4B4A4D;
    font-family: "PTSerif", "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    margin: 0;
}

#header #nav div dl dd a {
    color: #5D5C5F;
}

#header #nav div dl dd img {
    float: left;
    margin: 0 5px 0 0;
    width: 50px;
}

#header #nav li:hover div, #header #nav li:hover dl, #header #nav div.active {
    display: block;
}

#header #nav li:hover div {
    left: -4px;
}

#header #nav li.hefte:hover div {
    left: 1px;
}

#header #nav .hefte ul {
    margin: 30px 0 10px 0;
    padding: 0;
}

#header #nav .hefte ul li {
    display: inline;
    margin: 0 10px 0 0;
    padding: 0;
    float: none;
    height: auto;
}

#header #nav .hefte a {
    margin:0;
    padding: 0;
    border: none;
}

.color-0 #header #nav li div {
    background-image: url("/img/header/PfeilNavi_00.gif")
}

.color-1 #header #nav li div {
    background-image: url("/img/header/PfeilNavi_01.gif")
}

.color-2 #header #nav li div {
    background-image: url("/img/header/PfeilNavi_02.gif")
}

.color-3 #header #nav li div {
    background-image: url("/img/header/PfeilNavi_03.gif")
}

.color-4 #header #nav li div {
    background-image: url("/img/header/PfeilNavi_04.gif")
}

.color-5 #header #nav li div {
    background-image: url("/img/header/PfeilNavi_05.gif")
}

.color-6 #header #nav li div {
    background-image: url("/img/header/PfeilNavi_06.gif")
}

.color-7 #header #nav li div {
    background-image: url("/img/header/PfeilNavi_07.gif")
}

.color-8 #header #nav li div {
    background-image: url("/img/header/PfeilNavi_08.gif")
}

.color-9 #header #nav li div {
    background-image: url("/img/header/PfeilNavi_09.gif")
}

.color-10 #header #nav li div {
    background-image: url("/img/header/PfeilNavi_10.gif")
}

.color-11 #header #nav li div {
    background-image: url("/img/header/PfeilNavi_11.gif")
}

.color-12 #header #nav li div {
    background-image: url("/img/header/PfeilNavi_12.gif")
}

.color-13 #header #nav li div {
    background-image: url("/img/header/PfeilNavi_13.gif")
}

.color-14 #header #nav li div {
    background-image: url("/img/header/PfeilNavi_14.gif")
}

/* Header: Search */
#header .search-form {
    float: right;
    width: 148px;
    padding: 5px 0 6px;
}

#header .search-form fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

#header .search-form input {
    float: left;
    padding: 0;
    margin: 0;
}

#header .search-form .startsuche {
    border: 1px solid #ffffff;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 15px;
    padding: 2px 4px 1px;
    width: 100px;
    margin-right: 5px;
}

#header .search-form .btn-search {
    background: url(/img/general/btn-search.png) no-repeat 4px 50%;
    padding-left: 10px;
    height: 20px;
    width: 30px;
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0;
    cursor: pointer;
    border: none;
}

/* Container for the login link */
#logincontainer {
    width: 940px;
    position: relative;
    height: 40px;
}

#logincontainer .login-link {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 6px;
    right: 0;
}

/* Menu when logged in (Profil bearbeiten, logout) */
#logincontainer .user-menu {
    position: absolute;
    right: 0;
    top: 5px;
    margin-top: 0px;
}

#logincontainer .user-menu li {
    display: inline;
    font-size: 17px;
    margin-left: 15px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    margin-left: 15px;
}

#logincontainer .user-menu a, #logincontainer a.login-link {
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
    font-size:18px;
    color:#333333;
    letter-spacing: 1px;
}

.login-form #loginmenu {
    position: static;
}
.login-form h1 {
    font-size: 35px;
    line-height: 43px;
}

#loginmenu {
    background-color: #ffffff;
    border:1px solid #333;
    position: absolute;
    left: 713px;
    top: 40px;
    width: 280px;
    padding:20px;
    z-index: 12000;
}

#loginmenu fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

#loginmenu input {
    font-family: "PTSerif", "Times New Roman", Times, serif;
    font-size: 17px;
    border:0;
    width: 272px;
    margin-bottom: 10px;
    height: 24px;
    padding: 4px;
    color:white;
    background-color:#333;
}

#loginmenu p {
    padding: 0;
    margin: 0;
    font-size: 17px;
}

#loginmenu a {
    font-family: "PTSerif", "Times New Roman", Times, serif;
    color: #4B4A4D;
}

#loginmenu span#loginstatus {
    text-align:left;
    float:left;
    padding-top:7px;
}

#loginmenu .loginbuttoncontainer {
    text-align: right;
    display: block;
}

#loginmenu .loginbutton {
    width: auto;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border: none;
    height: 30px;
    font: 18px / 20px "Oswald-Regular", Helvetica, Arial, sans-serif;
    color:#333;
    letter-spacing: 1px;
    cursor: pointer;
}
#loginmenu .loginbutton:hover { text-decoration:underline; }

/* Spacer for pages without logincontainer */
#header-spacer {
    height:10px;
}

/* General pages */
h1 {
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 26px;
    line-height: normal;
}

h1 em {
    font-family: "PTSerif", "Times New Roman", Times, serif;
    font-weight: normal;
    font-style: normal;
}

/* "Action" links (Kommentar posten, Formular abschicken etc.) */
a.action, input.action {
    font-size: 20px;
    background-color: white;
    border: none;
    display: inline;
    padding: 0;
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
    cursor: pointer;
    font-weight: bold;
}

/* Button style links */
a.button, .button {
    color: #FFFFFF;
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
    padding: 5px 5px 2px 5px;
    font-size: 14px;
    line-height: 24px;
}

a.button:hover {
    text-decoration: none;
    color: #fff;
    background-color: #333;
}

/* Textareas for longer text (Kommentar, Leserbrief etc.) */
textarea.text-entry {
    width: 100%;
    height: 200px;
    box-sizing: border-box;
}

.img-text-fullwidth-container {
    position:relative;
    z-index:1;
    padding: 19px 0 17px 0;
}

.img-text-fullwidth {

}

.img-text-subscript {
    font:normal 14px/20px "Muli", Helvetica, Arial, sans-serif;
    padding: 11px 0 34px 0;
}

.img-text-subscript-std {
    font:normal 14px/20px "Muli", Helvetica, Arial, sans-serif;
    padding: 11px 0 0 0;
}

/* Content */
.content {
    width: 940px;
    padding: 0;
    min-height: 0;
    clear: both;
    margin: 24px 0 auto;
}

.content .maincontent {
    position: relative;
    float: left;
    /*width: 536px;*/
    width: 100%;
    margin: 0 24px 0 0;
}

/* Sticky Sharing Bar */
#sticky-sharingbar-container { position:absolute; top:0; left:0; width:150px; z-index:0; overflow:hidden; }
#sticky-sharingbar { position:absolute; top:0; margin-left:55px; background:#fff; }
#sticky-sharingbar ul { list-style:none; margin:0; padding:0; }
#sticky-sharingbar ul li a.sticky-sharingIcon { display:block; margin-top:2px; width:40px; height:40px; overflow:hidden; background:url('/img/jetztcontent/sharing-bar.png') no-repeat; }
#sticky-sharingbar ul li:first-child a { margin-top:2px; }
#sticky-sharingbar ul li a.sticky-sharingIcon.print { background-position:4px -41px; }
#sticky-sharingbar ul li a.sticky-sharingIcon.print:hover { background-position:-48px -41px; }
#sticky-sharingbar ul li a.sticky-sharingIcon.facebook { background-position:4px -128px; }
#sticky-sharingbar ul li a.sticky-sharingIcon.facebook:hover { background-position:-48px -128px; }
#sticky-sharingbar ul li a.sticky-sharingIcon.twitter { background-position:4px -172px; }
#sticky-sharingbar ul li a.sticky-sharingIcon.twitter:hover { background-position:-48px -172px; }
#sticky-sharingbar ul li a.sticky-sharingIcon.gplus { background-position:4px -216px; }
#sticky-sharingbar ul li a.sticky-sharingIcon.gplus:hover { background-position:-48px -216px; }
#sticky-sharingbar-container .sticky-sharingbar-fadeout {
    position:absolute; left:0; width:150px; background:#fff; z-index:0;
    -webkit-box-shadow: 0px 0px 60px 50px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 60px 50px rgba(255,255,255,1);
    box-shadow: 0px 0px 60px 50px rgba(255,255,255,1); }



/* Horizontal line for divs etc. */
.hr {
    /*background: url("/img/jetztbackground/bg-line02.gif") no-repeat scroll 0 0 transparent;*/
    margin: -1px 0 1px;
    overflow: hidden;
    padding: 20px 0 17px;
    vertical-align: middle;
}
.hr2 {
    background: #333;
    margin: 20px 0 20px;
    overflow: hidden;
    padding: 0px;
    height: 1px;
}

/* forms */
.contact-form h1 {
    font-size: 35px;
    line-height: 43px;
}
.contact-form p {
    font-size: 17px;
    line-height: 25px;
    word-spacing: 1px;
}
.contact-form .fehler {
    font-size:17px;
    line-height: 25px;
    word-spacing: 1px;
    color: #f00;
}

.contact-form .form-text-input input, .contact-form .form-text-input select, .contact-form .form-text-input textarea {
    font: normal 17px/23px "PTSerif", "Times New Roman", Times, serif;
}

/* standard forms */
form.form {
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
}
form.form fieldset { border:0 none; padding:0; margin:0; }

/* forms with text input */
.form-text-input label {
    font-size: 18px;
    line-height: 28px;
    font-family: "Oswald-Regular", Hevetica, Arial, sans-serif;
    letter-spacing: 1px;
    display: block;
}

.form-text-input input, .form-text-input select, .form-text-input textarea {
    border: 1px solid #000;
    margin: 0 0 15px;
    padding: 5px;
    font: normal 14px/18px "PTSerif", "Times New Roman", Times, serif;
}

/* Teaser Startseite */
.blog-list {
    font-family: "PTSerif", "Times New Roman", Times, serif;
    margin: 0;
    padding: 0;
    list-style: none;
    clear: left;
    border-top:1px solid #333;
}

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

.blog-list li {
    overflow: hidden;
    padding: 20px 0 5px;
    margin: 0;
    border-top: 1px solid #333;
}

.blog-list li.ad-listitem {
    padding-bottom:20px;
}
.blog-list li.ad-listitem #start #iqadtile4 .ad-label {
    margin-left: 320px;
}

* html .blog-list li {
    padding: 21px 0 19px;
}
* + html .blog-list li {
    padding: 21px 0 19px;
}

.blog-list img {
    display: block;
    float: left;
    margin: 0 20px 15px 0;
    width:290px;
}

.blog-list .teaser-fullwidth .teaser-img-wrapper { display:block; }
.blog-list .teaser-fullwidth .teaser-img-wrapper .teaserbild { width:940px; }
.blog-list .teaser-fullwidth img { float:none; margin-bottom:0; }
.blog-list .teaser-fullwidth .text-holder { margin-top:17px; }
.blog-list .teaser-fullwidth .text-holder.text-holder-notext { margin-top: 12px; }

.blog-list .text-holder {
    overflow: hidden;
    padding: 2px 10px 0 0;
}

.blog-list em {
    display: block;
    margin: 2px 0 15px;
}

.blog-list em a {
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
    font-weight:normal;
    font-style: normal;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.blog-list p {
    margin: 0 0 10px;
    font-size: 17px;
    line-height: 25px;
    word-spacing: 1px;
    overflow: hidden;
}

.blog-list h2, .images-list h2 {
    margin: 0 0 15px;
    padding: 0;
    font: 35px / 43px "Oswald-Regular", Helvetica, Arial, sans-serif;
    letter-spacing:1px;
}

.blog-list a.label {
    letter-spacing: 3px;
    font-size: 15px;
}

ul.images-list {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 162px;
    overflow: hidden;
    background: url("/img/startseite/bg-images-list.gif") no-repeat scroll 0 0 transparent;
}

.images-list li {
    float: left;
    width: 135px;
    height: 135px;
    margin: 13px 27px 13px 0;
}

.images-list li div {
    width: 135px;
    height: 135px;
    background-color: #fff;
    display: none;
}

.images-list li.active div {
    display: block;
}

.content .pfeil, .content .heftpfeil {
    display: none;
}

.content .error {
    margin-bottom: 10px;
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
    font-weight: normal;
    padding: 4px 6px;
    border-style: solid;
    border-width: 4px;
}

.content .error a {
    text-decoration: underline;
}

.content .error h4 {
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
}

.content .error p {
    font-size: 13px;
}

.content #specials {
    width: 504px;
    float: left;
}
.content #specials.mitmachencontent {
    width:100%;
}

.content #specials h1 {
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
    font-size: 22px;
}
.content .navigation {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
}

table#teaser-sizes-table th {
    text-align:left;
}

table#teaser-sizes-table tr td:first-child {
    padding-left:10px;
}

/* Shop */
.content .shopcontent {
    margin: 0 0 20px;
}

.content .shopcontent h1 {
    font-size: 20px;
    font-family: "Oswald-Regular", Helvetica, Verdanda, Arial, sans-serif;
    clear: both;
}

.content .shopcontent ul.shopitems {
    width: 100%;
    display: block;
    list-style-type: none;
    padding: 0;
    margin-bottom: 60px;
}

.content .shopcontent ul.shopitems li {
    float: left;
    margin-top: 30px;
    margin-right: 60px;
}
.content .shopcontent ul.shopitems-books li {
    float: left;
    margin-top: 0px;
    margin-right: 60px;
}
div.book_info{
    margin:0px;
    width:520px;
    padding:0px;
}
div.book_info h2{
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.content .shopcontent ul.shopitems img {
    display: block;
    border: 0;
}

.content .shopcontent ul.shopitems a,
.content .shopcontent table.shopitems a {
    font-family: "Oswald-Regular", Helvetica, Verdanda, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 12px;
    letter-spacing: 1px;
}

.content .shopcontent ul.shopitems p {
    margin: 8px 0 8px 0;
}

.content .shopcontent table.shopitems td{
    vertical-align:top;
}

.content .shopcontent .fliesstext, .content .shopcontent p, .content .shopcontent div {
    font-size: 18px;
}

.content #navigation_shop a {
    color: #fff;
}

.content .shopcontent #mehr {
    background-color: #F1F1F1;
    margin: 0 0 20px;
    padding: 1px 15px;
}

.content .box .abschnitt {
    border: none;
    background: none;
}

.content div.shopcontent div.bestellbutton, div#bestellbutton {
    background: #91DD00;
    top: -20px;
    left: 435px;
}

.content #navigation_shop {
    background: #91DD00;
    margin: 10px 0;
    border: 0;
    background-image: none;
}

.content .shopnavi { /*fixme: ausgeblendet*/
    display: none;
}

/* Search page */
.content .suche h1 {
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
    font-size: 27px;
    margin-bottom: 20px;
}

.content .suche label {
    width: 90px;
    float: left;
    display: block;
    font-size: 14px;
    vertical-align: middle;
}

.content .suche #input_stichworte {
    vertical-align: middle;
    font-size: 16px;
    width: 400px;
    border: 1px solid #AAAAAA;
}

.content .suche #submit {
    font-size: 14px;
    font-weight: bold;
    background-color: white;
    border: none;
    padding: 0;
    margin-left: 85px;
    margin-top: 8px;
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
}

.content .suche #suchergebnisse {
    margin-top: 20px;
    padding-top: 20px;
}

.content .suche #suchergebnisse .teasertext {
    font-size: 14px;
}

.content .suche #suchergebnisse .teaserautor {
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
}

.content .suche .suchemeta {
    font-size: 18px;
    line-height: 25px;
}

.content .suche #suchergebnisse p, .content .suche #suchergebnisse h2 {
    display: inline;
    padding-right: 3px;
}

.content .suche #suchergebnisse .ergebnisContainer {
    float: left;
}

.content .suche #suchergebnisse .col {
    width: 420px;
    margin-right: 30px;
}

.content .suche h2 {
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
    font-size: 20px;
}

.content .suche #suchergebnisse .ergebnisContainer .feature_ohnebild h2 a {
    color: #db0b0b;
}

.suche label {
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
}

.shopbutton{
    font-size:16px;
    font-weight:bold;
    font-style:none;
    border-width:1px;
    background:#A7D51B;
    color:#4B4A4D;
    padding:5px;
}
.shopbutton:hover { background:#BEE632; color:#4B4A4D;}

.shopbuttonlink{
    font-size:16px;
    font-weight:bold;
    font-style:none;
    border-width:1px;
    background:#A7D51B;
    color:#4B4A4D;
    padding:5px;
    text-align:center;
}
.shopbuttonlink:hover { background:#BEE632; color:#4B4A4D;}

.pc-bestellen {
    display:inline;
    color: #A7D51B;
    text-align: center;
    width:120px;
    position:relative;
}
.shopbuttondiv .shopbuttonlink{
    background-color:transparent;
    background-image: url('/img/szmshop/bestellen.jpg');
    background-repeat: no-repeat;
    background-position:right;
    color: #A7D51B;
    font-size:20px;
    padding-right: 40px;
    padding-left: 0px;
    display:inline;
}
.shopbuttondiv .shopbuttonlink:hover {color:#BEE632;}
.shopcontent h2 {
    margin:5px 0px 0px 0px;
    padding:0px;
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
    font-size:16px;
}

/* Paging */
.seitenauswahl {
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
    font-size: 20px;
    border-bottom: none;
    padding-top: 15px;
    margin-top: 15px;
    text-align: left;
    font-weight: bold;
}

.seitenauswahl h2 {
    font-size: 20px;
    display: inline;
    padding-right: 3px;
}

/* Artikelseite */
.artikel {
    font-family: "PTSerif", "Times New Roman", Times, serif;
    width: 640px !important;
    margin-left:150px;
}

.artikel b, .artikel strong {
    font-family: "PTSerif-Bold", "Times New Roman", Times, serif;
}

#artikelhead {
    font-family: "PTSerif", "Times New Roman", Times, serif;
    margin: 0 0 0 0;
    margin-left:150px;
    width:640px;
}

#artikelhead p.klassifizierung {
    margin: 0 0 10px 0;
    letter-spacing: 4px;
}

#artikelhead .klassifizierung span {
    margin-right: 10px;
}

#artikelhead .klassifizierung, #artikelhead .klassifizierung a {
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}

#artikelhead .vorspann {
    font-weight: normal;
}

#artikelhead .vorspann h1 {
    font: normal 47px/65px "Oswald-Regular", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
    margin: 0 4px 17px 0;
    text-transform: none;
}

#artikelhead .vorspann p {
    margin: 0 0 33px;
    font-family: "PTSerifItalic";
    font-size: 22px;
    line-height: 1.3;
    letter-spacing:0.5px;
}

#artikelhead .vorspann p > * {
    font: normal 22px / 28px "PTSerifItalic" !important;
    color: #333 !important;
}
#artikelhead .vorspann p em {
    font-style: normal !important;
    letter-spacing: 0.5pt;
}

#artikelhead .vorspann span.autor {
    font: 17px / 20px "PTSerif", "Times New Roman", Times, serif;
    margin-bottom: 24px;
    letter-spacing: 2px;
}

span.author-name {
    text-transform: uppercase;
}

span.credits-name {
    text-transform: uppercase;
}

.artikel h2 {
    margin: 25px 0;
    font: normal 25px / 35px "Oswald-Regular", Helvetica, Arial, sans-serif;
    text-align: center;
}

.artikel em { font-style:normal; }

.artikel object embed { width:100%; }

.artikel .text-image-container {
    width:100%;
    text-align:center;
    padding:0;
    margin:19px 0 17px;
    display:inline-block;
}

.artikel #recommendations h5 {
    font-size: 18px;
    font-weight: normal;
    word-spacing: 1px;
    margin: 0;
}

.artikel #recommendations h5 em {
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    font-style: normal;
}

.artikel #recommendations h2 {
    font: bold 18px / 20px "Oswald-Regular", Helvetica, Arial, sans-serif;
    display: inline;
    border: 0;
    padding: 0;
}

.artikel #recommendations .none {
    display: none;
}

.artikel #recommendations .image-block {
    margin: 0 10px 10px -5px;
}

.artikel div.musikbloghead {
    float: right;
    margin: 15px 10px 20px 0;
    text-align: right;
    width: 285px;
}

.artikel div.musikbloghead h2 {
    border: medium none;
    font-family: "PTSerif", "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-align: right;
}

.artikel div.musikbloghead em {
    display: inline;
    margin: 25px 0 0 0;
    text-align: right;
}

/* AdBox */
.adbox {
    overflow:visible;
    float:right;
    padding-left:14px;
    width:300px;
    display:inline-block;
    margin-top:19px;
}
.text-holder .adbox,
.blog-list li .adbox { margin:0 0 15px; }

.adbox.no-float {
    float:none !important;
}

.adbox .adbox-template {
    width:300px;
}

.adbox.margin-from-top {
    margin-top: 34px;
    padding-left:20px;
}

/* Authorbox */
#article-authorbox {
    margin:35px 0;
}

#article-authorbox h3 {
    font-family: "PTSerif", "Times New Roman", Times, serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 16px;
    margin: 20px 0 8px;
    text-transform: uppercase;
    margin-top: 20px;
}

#article-authorbox h3.first {
    margin-top: 0;
}

#article-authorbox .autorwidget {
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
    font-size: 11px;
}
#article-authorbox .autorwidget p {
    margin-top:0;
    padding-top:9px;
    border-top:1px solid #333;
    font:normal 14px/20px "Muli", Helvetica, Arial, sans-serif;
}
#article-authorbox .autorwidget strong {
    position:relative;
    bottom:-4px;
    display:inline-block;
    margin-left:10px;
    padding-left:0;
    font:normal 17px/23px "PTSerif", "Times New Roman", Times, serif;
    text-transform:uppercase;
}

#article-authorbox .autorwidget img {
    margin-right: 5px;
    margin-bottom: -7px;
    display: inline-block;
    height:60px;
}

/* Sidebar */
#sidebar {
    float: right;
    padding: 0;
    width: 300px;
    font-size: 14px;
    line-height: 18px;
}

#sidebar h3 {
    font-family: "PTSerif", "Times New Roman", Times, serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 16px;
    margin: 20px 0 8px;
    text-transform: uppercase;
    margin-top: 20px;
}

#sidebar h3.first {
    margin-top: 0;
}

#sidebar.topmargin h3.first {
    margin-top: 20px;
}

#sidebar h3, #sidebar h3 a, #sidebar h4 em a {
    color: #4B4A4D;
    letter-spacing: 1px;
    font-family: "PTSerif", "Times New Roman", Times, serif;
    font-weight: normal;
}

.sidebarwidget {
    margin-bottom: 25px;
}

.sidebarwidget ul {
    font-size: 14px;
}
#sidebar .sidebarlist{
    margin: 5px 0px;
    padding: 0;
    list-style: none;
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
}
#sidebar .sidebarlist a{
    font-weight: bold;
}
#sidebar ul.ammeistengelesen img{
    display: block;
    margin-top: 15px;
    margin-bottom:5px;
}
#sidebar ul.ammeistengelesen li {
    margin-bottom: 15px;
}
.sidebarwidget ul li {
    margin-bottom: 5px;
}
#sidebar ul.mehrtexte li{
    background: url("/img/sidebar/hr.gif") no-repeat scroll 0 bottom transparent;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#sidebar ul.mehrtexte li a{
    display: block;
    margin-bottom: 5px;
}
#sidebar ul.mehrtexte li img{
    float:left;
    display:inline;
}
#sidebar ul.mehrtexte div.mehrtexte-all{
}
#sidebar ul.mehrtexte div.mehrtexte-right{
    margin-left: 145px;
}


/* Sidebar Autor */
#sidebar .autorwidget {
    background: url("/img/sidebar/hr.gif") no-repeat scroll 0 bottom transparent;
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
    font-size: 11px;
    padding-bottom: 15px;
}

#sidebar .autorwidget img {
    margin-right: 4px;
    margin-bottom: 4px;
    display: inline;
    float: left;
}

#sidebar .autorwidget .pc {
    font-weight: normal;
}

/* Sidenar TagCloud */
#sidebar .tag_cloud {
    font-weight: bold;
    text-transform: uppercase;
    text-align: justify;
}

#sidebar .ico-list {
    margin: 0 0 8px;
    padding: 3px 0 0 2px;
    list-style: none;
    height: 1%;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
    width: 300px;
}

#sidebar .ico-list li {
    float: left;
    width: 145px;
    min-height: 43px;
}
* html #sidebar .ico-list li {
    height: 43px;
}

#sidebar .ico-list img {
    float: left;
    margin: 0 7px 0 0;
}

#sidebar .ico-list span {
    float: left;
    position: relative;
    cursor: pointer;
    color: #3e3d40;
}

#sidebar .ico-list a:hover {
    text-decoration: none;
}

#sidebar .ico-list a:hover span {
    text-decoration: underline;
}

/* Sidebar Heft */
#sidebar .heftwidget {
    background: url("/img/sidebar/hr.gif") no-repeat scroll 0 bottom transparent;
    font-family: "PTSerif", "Times New Roman",Times,serif;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
}

#sidebar .heftwidget img {
    margin-left: 4px;
    margin-bottom: 4px;
    display: inline;
    float: right;
}
#sidebar .heftwidget div {
    margin-bottom:15px;
}

/*teaser*/
#sidebar .teaser_normal {
    min-height: 75px;
    margin-bottom: 10px;
}

#sidebar .teaser_normal h2 {
    font-family: "Oswald-Regular", Helvetica, Verdana, sans-serif;
    font-size: 13.5px;
    display: inline;
}

#sidebar .teaser_normal .teaserbild {
    float: left;
    padding: 0 5px 0 0;
}

#sidebar .teaser_normal img.small {
    width: 75px;
    height: 75px;
}

/*teaser projektor*/
#sidebar .teaser_projektor h4 {
    font: bold 12px Helvetica, Arial, sans-serif;
    margin: 5px 0 7px;
}

#sidebar .teaser_projektor h4 em a {
    font-family: "PTSerif", "Times New Roman", Times, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#sidebar .teaser_projektor h5 {
    font: bold 12px Helvetica, Arial, sans-serif;
    display: inline;
    margin: 0;
}

/* fixme: wieso diese farbe?
 #sidebar .teaser_projektor h5 a{
 color:#1db1d0;
 }*/
#sidebar .teaser_projektor p {
    display: inline;
    font-size: 13px;
}

#sidebar div.roundabout {
    position: relative;
    height: 172px;
    padding-left: 37px;
    margin: 0px 0px 17px 0px;
}

.roundabout-holder {
    margin: 0;
    width: 227px;
    height: 172px;
    list-style: none;
    font-size: 100px;
    text-align: center;
}

.roundabout-moveable-item {
    height: 1.72em;
    width: 1.35em;
}

.roundabout-moveable-item img {
    height: 1.72em;
    width: 1.35em;
}

.roundabout .btn-prev, .roundabout .btn-next {
    position: absolute;
    top: 76px;
    width: 12px;
    height: 17px;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 500;
}

.roundabout .btn-prev {
    left: 3px;
    background: url(/img/roundabout/btn-prev.png) no-repeat;
}

.roundabout .btn-next {
    left: 283px;
    background: url(/img/roundabout/btn-next.png) no-repeat;
}

/* sidebar gemischtes doppel */
#sidebar .gemischtesdoppel .gemischtesdoppel_wort1 {
    float: left;
    margin-right: 10px;
    width: 135px;
}
#sidebar .gemischtesdoppel .gemischtesdoppel_wort1 p,
#sidebar .gemischtesdoppel .gemischtesdoppel_wort2 p {
    margin: 0px;
    padding-top: 7px;
    padding-bottom: 15px;
}
#sidebar .gemischtesdoppel .gemischtesdoppel_wort2 {
    float: left;
    width: 135px;
}
#sidebar .moreDoppelLink {
    clear:both;
}

/* other classes */
#sidebar .metatext {
    font-family: "PTSerif", "Times New Roman", Times, serif;
}
#sidebar .bannerAnzeige {
    font-family: "Oswald-Regular", Helvetica;
    font-size: 12px;
}

#sidebar a.no-link-style {
    text-decoration: none;
    font-weight: normal;
    color: #4B4A4D !important;
    font-family: "PTSerif", "Times New Roman", Times, serif;
}

#sidebar .ad_label {
    font-size: 12px;
}

/* FOOTER */
#footer {
    padding: 0 0 77px;
}

#footer .holder {
    margin: 13px 0;
    background: #f3f3f3 url(/img/jetztbackground/bg-line03.gif) repeat-x;
    text-align: left;
}

#footer .frame {
    overflow: hidden;
    padding: 17px 0 6px 8px;
}

#footer .column {
    float: left;
    display: inline;
    font-size: 13px;
    line-height: 20px;
}

#footer h3 {
    color: #3e3d40;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 20px;
}

#footer h3 a {
    color: #3e3d40;
}

#footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

#footer .mainlinks li a {
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif; font-weight: bold;
    text-transform: uppercase;
    color: #3E3D40;
}
#footer ul li {
    margin: 0;
}

#footer ul a {
    font-family: "PTSerif", "Times New Roman", Times, serif;
    color: #979797;
}

#footer .inner {
    padding: 11px 0 0;
    text-align: justify;
}

#footer .tagcloud {
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
    text-align: justify;
}

#footer .spacer {
    height:4px;
    background:#fff;
}

#footer .partnerContainer {
    background: url(/img/jetztbackground/bg-line04.gif) repeat-x 0 100% #f3f3f3;
    padding: 10px 10px 10px 10px;
}

/* Comments */
#commentsContainer {
    margin-top: 50px;
    margin-bottom: 50px;
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #3d3d3f
}

#commentsContainer h2 {
    font-size: 26px;
    line-height: 30px;
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
    font-weight: bold
}


#commentsContainer .noMoreComments {
    text-align: center;
    font-size: 11px;
    line-height: 14px
}

ul#commentlist {
    padding: 0;
    padding-bottom: 10px;
    list-style: none;
    clear: both;
    margin-top: 30px
}

#commentlist li {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 18px
}

#commentlist em {
    background: none repeat scroll 0 0 #F3F3F3;
    display: block;
    font-style: italic;
    margin: 10px 0;
    padding: 10px
}

#commentlist .commentdata em {
    background: none;
    display: inline;
    font-style: italic;
    margin: 0;
    padding: 0
}
#commentlist a.textCommentDelete, #commentlist a.textCommentDelete:hover {
    background: url("/img/jetzttexte/delete.gif") no-repeat;
    padding-left: 18px;
    color: #668;
}
#commentlist .commentmetadata, #commentlist .commentdata {
    display: block;
    float: left;
    vertical-align: top
}

#commentlist .commentmetadata {
    width: 84px;
    font-size: 11px
}

#commentlist li {
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
    font-size: 11px;
    line-height: 16px;
}
#commentlist .commentdata {
    width: 420px;
}

#commentlist .redaktion {
    background-color: #f3f3f3;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

#commentlist .redaktion .commentmetadata, #commentlist .redaktion .commentdata {
    padding: 4px;
}

#commentlist .redaktion .commentmetadata {
    width: 72px;
}

#commentlist .redaktion .commentdata {
    width: 416px;
}

.commentdata blockquote {
    margin: 0 40px
}


.commentmetadata p {
    vertical-align: top;
    margin: 0;
}

.commentdata span.commentautor {
    font-size: 13px;
    display: inline;
    padding-right: 2px;
    font-weight: bold
}

.commentdata p {
    margin: 0;
    display: inline;
}

#commentform td {
    font-size: 11px;
    line-height: 16px;
    vertical-align: top;
}

#commentform td.commentform-label {
    padding: 6px 0 12px 0;
    width: 80px;
}
#commentform table input,
#commentform table textarea {
    border: 1px solid #d0d0d0;
}
#commentform input.username {
    width: 410px;
    padding: 6px 4px 3px 4px;
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    background-color: #fff;
}
#commentform #email {
    padding: 4px;
    width: 410px;
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
    font-size: 11px;
    line-height: 16px;
}
#commentform table textarea {
    width: 410px;
    height: 110px;
    padding: 4px;
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
    font-size: 11px;
    line-height: 16px;
    background-color: #fff;
}
#commentform table textarea.disabled {
    color: #d0d0d0;
}
/* Text/Comment lists */
.lists-block {
    background: url(/img/general/bg-lists-block.gif) no-repeat 0 100%;
    height: 1%;
    position: relative;
    padding: 0 0 14px;
}

a.down {
    background: url("/img/general/btn-down.gif") no-repeat scroll 50% 0 transparent;
    bottom: -43px;
    color: #3E3D40;
    font: 11px / 14px Helvetica, Arial, sans-serif;
    left: 216px;
    padding: 37px 0 0;
    position: absolute;
    font-weight: normal;
}

/* Redaktion index */
ul.redaktionindex {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.redaktionindex li {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 133px;
    height: 250px;
    border: 1px solid #c5c5c5;
}

ul.redaktionindex li a {
    background-color: white;
    padding: 8px;
    display: none;
    width: 119px;
    height: 156px;
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
    font-size: 29px;
    text-decoration: none;
    font-weight: bold;
}

ul.redaktionindex li.active a {
    display: block;
}

/* Hefte index */
ul.heftindex {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.heftindex li {
    float: left;
    margin-right: 28px;
    margin-bottom: 28px;
    width: 135px;
    height: 172px;
    border: 1px solid #c5c5c5;
}

ul.heftindex li a {
    background-color: white;
    padding: 8px;
    display: none;
    width: 119px;
    height: 156px;
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
    font-size: 29px;
    text-decoration: none;
    font-weight: bold;
}

ul.heftindex li.active a {
    display: block;
}

ul.hefte-jahre {
    margin: 30px 0 30px 0;
    padding: 0;
    list-style: none;
}

ul.hefte-jahre li {
    display: inline;
    padding-right:10px;
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
    font-size: 29px;
    font-weight: normal;
    letter-spacing:1px;
}

ul.hefte-jahre li a {
    color: #333;
    text-decoration: none;
}
ul.hefte-jahre li a:hover {
    text-decoration:underline;
}

ul.hefte-jahre li h1 {
    display: inline;
    font-size: inherit;
    text-decoration: underline;
    padding:0;
}

/* Heft content page */
h1.heft {
    font-size: 27px;
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
}

h1.heft span {
    font-family: "PTSerif", "Times New Roman", Times, serif;
    font-weight: normal;
    color: #4b4a4d;
}

#heft-cover {
    height: 350px;
    position: relative;
    overflow: visible;
}

#heft-cover .next-heft {
    position: absolute;
    top: 168px;
    left: -5px;
}

#heft-cover .prev-heft {
    position: absolute;
    top: 168px;
    left: 218px;
}

#heft-cover h1, #heft-cover .jahr {
    display: inline;
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    margin-right: 2px;
}

/* Text page */
.artikel {
    font-size: 17px;
    line-height: 24px;
    width:100%;
    overflow:hidden;
}

.artikel span.initiale {
    display: block;
    float: left;
    margin-right: 15px;
    margin-top: 1px;
    font: 65px/68px "Oswald-Regular", Helvetica, Arial, sans-serif;
}

.adminfunktionen {
    padding: 10px;
}

.adminfunktionen form {
    display: inline;
    margin-right: 4px;
    margin-left:150px;
    width:640px;
}

ul.textoptions {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
}

.textoptions li {
    margin: 0 25px 0 0;
    padding: 0;
    float: left;
}

.textoptions a {
    display: block;
    padding: 0 0 0 20px;
    height: 26px;
    color: #4B4A4D;
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
    font-size: 11px;
    line-height: 16px;
}

.textoptions a.textoptions-recommend {
    background: url('/img/jetzttexte/weiterempfehlen.gif') no-repeat;
}

.textoptions a.textoptions-print {
    background: url('/img/jetzttexte/drucken.gif') no-repeat;
}

.textoptions .recommend-email {
    background: url('/img/jetzttexte/recommend_email.gif') no-repeat;
}

.textoptions .recommend-twitter {
    background: url('/img/jetzttexte/recommend_twitter.gif') no-repeat;
}

.textoptions .recommend-facebook {
    background: url('/img/jetzttexte/recommend_facebook.gif') no-repeat;
}

.textoptions.topline {
    border-top: 1px solid #BBBBBB;
    border-bottom: 1px solid #BBBBBB;
    height:20px;
    padding: 10px 0;
    margin-bottom:15px;
    margin-top:24px;
}

.textoptions.topline ul{
    margin: 0;
    padding: 0;
    list-style: none;
    position:absolute;
}

.textoptions.topline li {
    margin: 0 20px 0 0;
    padding: 0;
    float: left;
}

.textoptions.topline a {
    float:right;
}

/* Plugin: Bildergalerie */
.plugin-bildergalerie {
    margin-bottom: 18px;
}

.plugin-bildergalerie .caption {
    margin: 0 0 5px 0;
}

.artikel .plugin-bildergalerie .control span, .artikel .plugin-bildergalerie .control a {
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    line-height: normal;
}

/* Plugin: Bildergalerie (Lightbox) */
.plugin-bildergalerie-lightbox {
    position: relative;
    background-color: #f3f3f3;
    text-align: center
}

.artikel .plugin-bildergalerie-lightbox .trigger {
    background: url("/img/jetzttextplugins/bildergalerielight/arrow.gif") no-repeat scroll 174px 7px #000000;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 183px;
    height: 30px;
    color: #fff;
    line-height: normal;
    padding: 0 0 0 10px;
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
    font-size: 18px;
    text-align:left;
    letter-spacing: 1px;
}

#lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}

#lightbox img {
    width: auto;
    height: auto;
}

#lightbox a img {
    border: none;
}

#outerImageContainer {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

#imageContainer {
    padding: 10px;
}

#loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

#hoverNav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

#imageContainer >#hoverNav {
    left: 0;
}

#hoverNav a {
    outline: none;
}

#prevLink, #nextLink {
    width: 49%;
    height: 100%;
    background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
    display: block;
}

#prevLink {
    left: 0;
    float: left;
}

#nextLink {
    right: 0;
    float: right;
}

#prevLink:hover, #prevLink:visited:hover {
    background: url(/img/jetzttextplugins/bildergalerielight/btn-prev.png) left 50% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
    background: url(/img/jetzttextplugins/bildergalerielight/btn-next.png) right 50% no-repeat;
}

#imageDataContainer {
    font: 10px Helvetica, Arial, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
}

#imageData {
    padding: 0 10px;
    color: #4B4A4D;
}

#imageData #imageDetails {
    text-align: left;
}

#imageData #numberDisplay {
    display: block;
    clear: left;
    padding-top: 10px;
    color: #ccc
}

/* Plugin: Linkbox */
.artikel .plugin-linkbox {
    display: block;
    padding: 0;
    margin: 15px 0 5px 0;
    width: 100%;
}

.artikel .plugin-linkbox a {
    color: #4B4A4D;
    font-weight: normal;
    font-family: "PTSerif", "Times New Roman",Times,serif;
}

.artikel .plugin-linkbox h2 {
    margin-bottom: 10px;
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: normal;
}

.artikel .plugin-linkbox h3 {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.artikel .plugin-linkbox span {
    font-size: 16px;
    margin-bottom: 0;
}

.artikel .plugin-linkbox ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.artikel .plugin-linkbox ul li {
    float: left;
    width: 140px;
    border-left: 1px solid #A4A4A4;
    margin: 0 0 0 20px;
    padding: 20px 0 20px 20px;
}

.artikel .plugin-linkbox ul li:first-child {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
}

/* Plugin: Gewinnspiel */
.plugin-gewinnspiel h2 {
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
    margin-bottom: 8px;
}

.plugin-gewinnspiel form {
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 10px;
}

.plugin-gewinnspiel input {
    margin-bottom: 12px
}

.plugin-gewinnspiel a {
    font-size: 18px
}

.plugin-gewinnspiel .conditions {
    font-size: 12px
}

/* Plugin: Abstimmung */
.plugin-abstimmung h2 {
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
    margin-bottom: 4px;
    font-size: 18px;
    line-height: normal
}

.plugin-abstimmung form {
    margin-top: 6px
}

.plugin-abstimmung ul {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none
}

.plugin-abstimmung li {
    margin-right: 20px;
    float: left
}

.plugin-abstimmung a {
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: normal
}

.plugin-abstimmung .option {
    margin-top: 20px
}

/* Admin */
.content div.admin {
    margin-top: 10px;
    width: 908px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: normal;
}

.admin #sidebar {
    font-size: 12px;
    line-height: normal;
}

.content div.admin a {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    position: relative;
    z-index: 5;
}

.admin h2 {
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
}

.admin h1 {
    font-family: "PTSerif", "Times New Roman", Times, serif;
    font-size: 25px;
    color: #4B4A4D;
    font-weight: normal;
}

.admin h1 a {
    font-size: 26px;
    display: inline;
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.admin ul.admin-auswahl {
    margin: 0;
    padding: 0;
    list-style: none;
}

.admin ul.admin-auswahl li {
    margin-bottom: 10px;
    padding: 4px;
}

.admin .admin-auswahl li a {
    width: 100%;
    display: block;
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #ffffff;
}

/* Admin Text */
.admin-text .maincontent {
    width: 505px;
}

.admin-text #sidebar {
    padding: 0;
}

.text-edit {
    background-color: #F6F6F6;
    margin-bottom: 10px;
    padding: 26px 4px 4px;
    position: relative;
}

.text-edit h2 {
    background-color: #EAEAEA;
    display: block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    left: 0;
    line-height: normal;
    padding: 2px;
    position: absolute;
    top: 0;
    margin: 0;
}

.maincontent .text-edit h2 {
    width: 500px;
}

#sidebar .text-edit h2 {
    width: 296px;
}

#sidebar .text-edit-authorbox img {
    margin-bottom: 4px;
}

.admin #sidebar img {
    margin: 5px 0;
}

/* COLOR PICKER */
.admin #farbpalette {
    position: absolute;
    border: 5px solid #CCCCCC;
    width: 90px;
    z-index: 9999;
}

.admin #farbpalette a {
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    text-decoration: none;
}

.admin #farbwahl {
    display: inline-block;
    width: 80px;
}
.admin .gemischtesdoppeladmin form.doppel-form {
    padding-left: 20px;
}
.admin .gemischtesdoppeladmin form.doppel-form label{
    display: block;
    margin-top: 5px;
}
.admin .gemischtesdoppeladmin table.doppel-table-list {
    width: 100%;
    table-layout: fixed;
}
.admin .gemischtesdoppeladmin table.doppel-table-list thead{
    font-size: 14px;
    background-color: #ccccff;
    color: #000000;
}
.admin .gemischtesdoppeladmin table.doppel-table-list thead td{
    padding: 4px;
}
.admin .gemischtesdoppeladmin table.doppel-table-list tbody td{
    vertical-align: top;
    border-bottom: 1px solid #cccccc;
    word-break: break-all;
}
.admin .gemischtesdoppeladmin table.doppel-table-list tbody tr.unread{
    color: #000000;
}
.admin .gemischtesdoppeladmin table.doppel-table-list tbody tr.read{
    color: #666688;
}
.admin .gemischtesdoppeladmin table.doppel-table-list .doppel-detail-list {
    display: none;
}
.admin .gemischtesdoppeladmin table.doppel-table-list .doppel-detail-list dl {
    float: left;
    margin-right: 15px;
}
.admin .gemischtesdoppeladmin table.doppel-table-list .doppel-detail-list dl dt{
    font-weight: bold;
    background-color: #cccccc;
}

.gemischtesdoppeladmin-container {
    width: 536px !important;
}

.sidebar-gemischtesdoppeladmin {
    margin-top: 30px;
}

/****************************************************************/
/* NEUE 														*/
/****************************************************************/
/* blaettern */
.blaettern {
    list-style-type: none;
    padding-left: 0;
    font-family: sans-serif;
}

.blaettern li {
    line-height: 140%;
}

.blaettern a {
    font-family: "PTSerif", "Times New Roman", Times, serif;
    color: #656466 !important;
}

/* mitmachen */
#spielfeld {
    background-color: #EEEEEE;
    padding: 9px;
    text-align: center;
}

.bilderPunkte {
    text-align: right;
}

div.axelhackeGalerie, div.gemischtesDoppelGalerie {
    float: left;
    color: #545454;
    font-family: "PTSerif", "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    width: 500px;
}

div.gemischtesDoppelBox {
    background-color: #EEEEEE;
    border: 1px solid #545454;
    float: right;
    margin-left: 10px;
    padding: 0 5px 5px;
    width: 250px;
}

.gamesOverlay {
    display: none !important;
    background-color: #eeeeee !important;
    position: absolute !important;
    width: 751px !important;
    height: 502px !important;
    _left: 21px !important;
}

/* Profile page */
#profil_einstellungen label {
    display: block;
    width: 200px;
}

/* Tooltip */
#btc span.tooltip {
    background-color: #fff;
    border-style: solid;
    border-width: 3px;
    font-size: 12px;
    line-height: 16px;
    padding: 4px;
}

#wpstats { display: none; }

.clear {
    clear:both;
}

#gemischtesdoppel_container {
    text-align: center;
    margin-bottom: 50px;
}
#gemischtesdoppel_container .header div.left {
    float: left;
}
#gemischtesdoppel_container .header div.right {
    float: right;
}
#gemischtesdoppel_container .headerText {
    padding-top: 15px;
    font-size: 18px;
}
#gemischtesdoppel_content {
    width: 640px;
    text-align: left;
    margin: auto;
}
#gemischtesdoppel_content .header {
    height: 82px;
    padding-top: 5px;
    clear:both;
    overflow:hidden;
}
#gemischtesdoppel_content .header h1 {
    font-size: 35px;
    line-height: 43px;
}
#gemischtesdoppel_subcontent .doppelMsg, .admin .gemischtesdoppeladmin .doppelMsg {
    border-width:1px;
    border-style:solid;
    margin-bottom: 15px;
    padding:10px;
    font-size:17px;
}
#gemischtesdoppel_content .doppelVote a{
    display: block;
    float: left;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    padding-bottom: 12px;
    padding-top: 12px;
    text-align: left;
}
#gemischtesdoppel_content .doppelVote a.bewertung1{
    width: 104px;
}
#gemischtesdoppel_content .doppelVote a.bewertung2{
    width: 101px;
}
#gemischtesdoppel_content .doppelVote a.bewertung3{
    width: 112px;
}
#gemischtesdoppel_content .doppelVote a.bewertung4{
    width: 92px;
}
#gemischtesdoppel_content .doppelVote a.bewertung5{
    width: 120px;
}
#gemischtesdoppel_container .doppelWort {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
}
#gemischtesdoppel_container .doppelDesc {
    color: #666666;
    margin-top: 5px;
}
#gemischtesdoppel_container .abstimmenDesc {
    margin-top: 10px;
}

#gemischtesdoppel_maincontent {
    width:640px;
    margin:0 auto;
    float: none;
}

#gemischtesdoppel_subcontent {
    margin-bottom: 35px;
}
#gemischtesdoppel_subcontent p.gemischtesdoppel_copy {
    margin-top: 25px;
    font-size: 17px;
    line-height:25px;
    word-spacing: 1px;
}
#doppelWort1 {
    width: 245px;
    float: left;
}
#doppelWort2 {
    width: 245px;
    float: right;
}
.doppelImg {
    width: 245px;
    height: 265px;
    background-image: url('/img/szmgemischtesdoppel/img_border.jpg');
    background-repeat: no-repeat;
}
.doppelImg img {
    margin-top: 10px;
    margin-left: 10px;
}
div.formline {
    display: block;
}
div.formline label {
    display:block;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: "Oswald-Regular", Helvetica,Arial,sans-serif;
    margin-top: 6px;
}
div.formline input {
    border: 1px solid #000;
    font: normal 17px/23px "PTSerif", "Times New Roman", "Times", serif;
    margin-bottom: 10px;
    padding: 5px;
    width: 420px;
}
div.formSubmit {
    display: block;
    text-align: right;
    padding-right: 10px;
}
div.formSubmit a {
    font-size: 20px;
    font-weight: bold;
}
div.gemischtesdoppel_popular_container {
    width: 236px;
    float: left;
    margin-top: 20px;
}
div.gemischtesdoppel_popular_wort1 {
    width: 117px;
    margin-right: 2px;
    float: left;
}
div.gemischtesdoppel_popular_wort2{
    width: 117px;
    float: left;
}
div.gemischtesdoppel_popular_container img {
    width: 117px;
    height: 117px;
}
div.pleft {
    margin-right: 28px;
}
div.gemischtesdoppel_popular_container p {
    font-size: 14px;
    margin-top: 5px;
}
h2.gemischtesdoppel_h2 {
    display: inline;
    margin-right: 8px;
    font: normal 24px/24px "Oswald-Regular", Helvetica,Arial,sans-serif;
    letter-spacing: 1px;
}
p.gemischtesdoppel_headline {
    display:inline;
    font-size: 24px;
}

/* Werbung */
span.ad-label {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10px;
    line-height: 14px;
    text-transform:uppercase;
    font-weight: normal;
}

/* New Paging */
.paging {
    text-align:center;
    font:normal 45px "Muli", Helvetica, Arial, sans-serif;
    color:#333333;
    margin-top:26px;
}

.paging.overview-paging {
    margin-top:-10px !important;
}

.paging .active-page:before, .paging a:hover:before {
    content:'';
    width:28px;
    position:absolute;
    margin-top:1.1em;
    border-width:0 0 2px;
    border-style:solid;
}

.paging a, .artikel .paging a {
    font:normal 45px "Muli", Helvetica, Arial, sans-serif; text-decoration:none;
}

.paging a:hover {
    text-decoration:none;
}

/* Content Teaser SSJN */
#SSJNTeaser {
    padding: 0;
}
#contentBoxSSJNTeaser {
    position: relative;
}
#contentBoxSSJNTeaser .roundabout-holder {
    width: 190px;
}
.roundabout .btn-prev {
    left: 10px;
    background: url(/img/roundabout/btn-prev.png) no-repeat;
}
#contentBoxSSJNTeaser .roundabout .btn-next {
    left: 238px;
    background: url(/img/roundabout/btn-next.png) no-repeat;
}
#roundaboutDivSSJNTeaser {
    position: relative;
    height: 172px;
    padding-left: 37px;
    margin: 0px 0px 17px 0px;
    float: left;
}
.blog-list #roundaboutDivSSJNTeaser li {
    overflow: hidden;
    background: none;
    padding: 0;
    margin: 0;
}
#contentBoxSSJNTeaser #roundaboutSSJNTeaser_contentContainer {
    padding-top: 20px;
    width: 265px;
    float: right;
}
#contentBoxSSJNTeaser .roundaboutSSJNTeaser_content {
    display: none;
}

/* Standalone Bildergalerie */
#bilder-galerie {
    margin-bottom: 20px;
    position: relative;
}

#bilder-galerie #artikelhead {
    padding-bottom:3px;
    margin-left:0;
    width:auto;
}

#bilder-galerie #iqadoverlay {
    background-color: white;
    position: absolute;
    width: 940px;
    height: 100%;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity = 80);
    z-index: 100;
    top: 0px;
}

#bilder-galerie #iqadcontainer {
    width: 650px;
    text-align: center;
    position: absolute;
    left: 145px;
    background-color: white;
    z-index: 101;
    border-width: 1px;
    border-style: solid;
    padding-bottom: 28px;
    padding-top: 12px;
}

#bilder-galerie #iqadcontainer .close-button {
    width: 650px;
    text-align: right;
    margin-bottom: 12px;
}

#bilder-galerie #iqadcontainer .close-button .close-iqad {
    font-size: 30px;
    line-height: 30px;
    margin-right: 20px;
}

#bilder-galerie #iqadcontainer #iqadtile11 {
    margin: auto;
    min-height: 400px;
    height: 400px;
    width: 600px;
}

#bilder-galerie-head .header {
    margin: 0;
    padding: 9px 0 0 0;
    width: 940px;
    height: 49px;
    overflow: hidden;
    list-style: none;
    border-top: 1px solid #343434;
    text-align:center;
    display:table-cell;
    vertical-align:middle;
}

#bilder-galerie-head .header div {
    display:inline-block;
}

#bilder-galerie-head .header .prev-arrow {
    background-image: url('/img/jetztbackground/biga-arrows.gif');
    width:22px;
    height:49px;
    display:inline-block;
    float:left;
}

#bilder-galerie-head .header .prev-arrow:hover {
    opacity:0.5;
}

#bilder-galerie-head .header .next-arrow {
    background-image:url('/img/jetztbackground/biga-arrows.gif');
    background-repeat:no-repeat;
    background-position:0 -49px;
    width:22px;
    height:49px;
    display:inline-block;
    float:right;
}

#bilder-galerie-head .header .next-arrow:hover {
    opacity:0.5;
}

#bilder-galerie-head .header .navigation {
    margin: 0;
    padding: 0;
    width: 870px;
    height:49px;
    font:normal 30px "Muli", Helvetica, Arial, sans-serif;
    letter-spacing:1px;
    display:table-cell;
    vertical-align:middle;
}

#bilder-galerie-head .header .navigation a {
    font:normal 30px "Muli", Helvetica, Arial, sans-serif;
    color:#333;
}

#bilder-galerie-head .header .navigation a:hover {
    text-decoration:none;
}

#bilder-galerie-head .header .navigation a, #bilder-galerie-head .header .navigation .active a {
    position:relative;
}

#bilder-galerie-head .header .navigation a:hover:before, #bilder-galerie-head .header .navigation .active a:before {
    content:'';
    width:100%;
    position:absolute;
    left: 0;
    margin-left:-1px;
    margin-top:1.1em;
    border-width:0 0 2px;
    border-style:solid;
}

#bilder-galerie-content {
    text-align: center;
}

#bilder-galerie-content .img-panel {
    margin-top: 12px;
    background-color: #f3f3f3;
    text-align: center;
}

#bilder-galerie-content .img-panel img {
    margin: auto;
}

#bilder-galerie-content .caption {
    font:normal 16px/20px "Muli", Helvetica, Arial, sans-serif;
    color:#333;
    background:#f3f3f3;
    padding:21px 20px 56px;
}

#bilder-galerie-footer {
    overflow: hidden;
    padding-top:20px;
}

#bilder-galerie-footer .link {
    float: left;
    font-family: "Oswald-Regular", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color:#333;
    letter-spacing:1px;
}

#bilder-galerie-footer .socialBar {
    float: right;
}

#bilder-galerie-footer .socialBar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#bilder-galerie-footer .socialBar ul li {
    list-style: none;
    float: left;
    display: block;
    overflow: hidden;
    padding-left: 10px;
    text-align: right;
}

#list-bilder-galerie h2 {
    font-family: "Oswald-Regular", Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #4B4A4D;
    margin-bottom: 10px;
    margin-top: 18px;
}
/* Heft Teaser Large */
#heftTeaserContainer {
    overflow: hidden;
    background-image: url('/img/jetztbackground/bg-line-long.gif');
    background-repeat: no-repeat;
    background-position: 0px 100%;
    margin-bottom: 20px;
}
#heftTeaserContainer .heftTeaserBox {
    padding-top: 27px;
    padding-bottom: 18px;
    width: 300px;
    display: block;
    float: left;
}
#heftTeaserContainer .heftTeaserBox.heftTeaserBoxCenter {
    width: 340px;
    background-image: url('/img/jetztbackground/bg-line-vertical-col.gif');
    background-repeat: no-repeat;
    background-position: 10px 16px;
}
#heftTeaserContainer .heftTeaserBox .heftTeaserContent {
    width: 300px;
    text-align: center;
}
#heftTeaserContainer .heftTeaserBoxCenter .heftTeaserContent {
    margin-left: 20px;
    margin-right: 20px;
}
#heftTeaserContainer .heftTeaserBox .heftTeaserContent .heftTeaserType {
    display: block;
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
}
#heftTeaserContainer .heftTeaserBox .heftTeaserContent .heftTeaserText {
    font-family: "PTSerif", "Times New Roman", Times, serif;
    font-size: 15px;
    line-height: 18px;
    color: #4B4A4D;
    display: block;
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

#heftTeaserContainer .heftTeaserBox .heftTeaserContent .heftTeaserText i {
    font-family: "PTSerifItalic", "Times New Roman", Times, serif;
    font-style: normal;
}

#mehrtexte {
    margin-top: 88px;
}

#mehrtexte .mehrtexte-title {
    margin-bottom: 15px;
    text-align: center;
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #4B4A4D;
}

#mehrtexte ul.mehrtexte-list {
    font-family: "PTSerif", "Times New Roman", Times, serif;
    margin: 0;
    padding: 0;
    list-style: none;
    clear: left;
}

.mehrtexte-list li {
    overflow: hidden;
    padding: 20px 0;
    margin: 0;
    border-top: 1px solid #333;
}

.mehrtexte-list img {
    display: block;
    float: left;
    margin: 0 27px 0 0;
    width: 290px;
}

.mehrtexte-list .text-holder {
    overflow: hidden;
}

.mehrtexte-list .text-holder span {
    display: block;
    overflow: hidden;
}

.mehrtexte-list em {
    display: block;
    margin: 2px 0 12px;
}

.mehrtexte-list em a {
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #4B4A4D;
}

.mehrtexte-list p {
    margin: 0 0 10px;
    padding-right: 10px;
    font-size: 17px;
    line-height: 25px;
    word-spacing: 1px;
}

.mehrtexte-list h2 {
    margin: 0 0 7px;
    padding: 0;
    font: 35px / 43px "Oswald-Regular", Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
}

.mehrtexte-list .adbox {
    display: inline-block;
    float: right;
    margin-left: 14px;
    margin-bottom: 20px;
    width: 300px;
}

#iqadtile4 > div {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

#iqadtile4 > iframe {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Fixes for SDE-Header */

#wetter1 table:first-child td {
    text-align:right;
    width:auto;
}


/* !Footer */

#szm-footer:after {
    content: "";
    display: block;
    clear: both;

    margin-bottom: 40px;
}

#szm-footer > div {
    margin-top: 20px;
    border-top: 1px solid #333;
    padding-top: 20px;
}

.szm-teaser-box {
    width: 100%;
    box-sizing: border-box;
    padding: 33px 0px;
    background: #fdf1c1;
}

/*
    TEASER
 */


/* reset */
#szm-footer ul,
#szm-footer .szm-teaser-row {
    margin: 0;
    padding: 0;
}

/* defaults */
#szm-footer a,
.szm-navigation-list a {
    font-family: "Oswald-Regular", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 28px;
    color: #333;
}

/* move padding to inner elements */
#szm-footer .szm-teaser-box > * {
    padding-left: 50px;
    padding-right: 50px;
}

#szm-footer .szm-teaser-row {
    display: table;
    width: 100%;
    box-sizing: border-box;
    /* layout: padding=50px, but items are centered */
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 28px;

    list-style: none;
}

#szm-footer .szm-teaser-row li {
    display: table-cell;
    text-align: center;
}

#szm-footer .szm-teaser-row a {
    display: block;
    margin: 0 auto;
    width: 166px;
}

#szm-footer .szm-teaser-round {
    height: 166px;
    width: 166px;
    margin: 0 auto 22px auto;

    border-radius: 100%;
    background: white;

    background-image: url("300x300.jpg");
    background-size: cover;
    background-position: center center;
}

#szm-footer #szm-footer-social>div.left{
    width: 450px;
    height: 250px;
    float: left;
    border: 1px solid #e8e8e8;
}

#szm-footer #szm-footer-social>div.right {
    width: 450px;
    float: right;
}

#szm-footer #szm-footer-social>div.right .twitter-follow {
    margin-top: 20px;
    border-top: 1px solid #000;
}

#szm-footer #szm-footer-social>div.right .twitter-follow a {
    display: block;
    padding: 20px;
    overflow: hidden;
    text-transform: uppercase;
}

#szm-footer #szm-footer-social>div.right .twitter-follow a .label {
    display: block;
    float: left;
    line-height: 40px;
    padding-left: 10px;
}

#szm-footer #szm-footer-social>div.right .twitter-follow a .twitter {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background: url('/img/jetztcontent/sharing-bar.png') no-repeat 4px -172px;
}

#szm-footer #szm-footer-social>div.right .twitter-follow a:hover .twitter {
    background-position: -48px -172px;
}


#szm-footer #szm-footer-social:after {
    content:'';
    display:block;
    clear: both;
}

.newsletter-box {
    width: 100%;
    height: 250px;
}

/*
    FOOTER NAVIGATION
 */

div#sz-footer-navigation-legal {
    padding-top: 15px;
}

.szm-navigation-list {
    text-align: center;
    /*
        use this font size to scale navigation
     */
    font-size: 16px;
    line-height: 1em;
}

.szm-navigation-list li {
    display: inline-block;
    list-style: none;
    margin-left: 10px;
    margin-bottom: 0.2em;
}

.szm-navigation-list li:before {
    content: "";
    display: inline-block;
    position: relative;
    top: -4px;
    left: -7px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #333;
}

.szm-navigation-list li:first-child {
    margin-left: 0px;
}

.szm-navigation-list li:first-child:before {
    display: none;
}

/*
    FOOTER NAVIGATION - SINGLE LINE
 */

.szm-navigation-list.one-liner {
    height: 1.8em;
    padding: 0 20px;
    overflow: hidden;
    /* .content already has top margin:; */
    margin-top: 0;
    /* but top margin is too high: */;
    position: relative;
    top: -2px;
}


/* Klickspiel */
.doppelklick .spielInfo { font-size:17px; line-height:24px; }
.post .fliesstext, .speichern_style p { font-size:17px; line-height:24px; }
.speichern_style h2 { font-family: "Oswald-Regular", Helvetica, Arial, sans-serif; font-size: 14px; }


/*
 * Media queries to prevent font boosting on Chrome mobile devices.
 * See SZINT-2114 for more information.
 */
@media only screen
    and (min-device-width: 320px)
    and (max-device-width: 699px)
    and (orientation: portrait),
    only screen
    and (min-device-width: 320px)
    and (max-device-width: 736px)
    and (orientation: landscape) {

    .blog-list .text-holder {
        padding: 5px 10px 0 0;
    }

    .blog-list em {
        max-height: 5000em;
    }

    .blog-list a.label {
        font-size: 20px;
    }

    .blog-list .autor {
        max-height: 5000em;
    }

    .blog-list .autor strong {
        font-size: 27px;
    }
}


