/*
Theme Name: Security Times
Theme URI: http://www.the-security-times.com/
Description: The Security Times Theme
Version: 1.0
Author: Nico Leonhardt
Author URI: http://onlineagentur-loewenherz.de/
*/

/** CUSTOM PATTERN **/
/****************** COLORS *****/
/* Grau: #F4EEE8
/* Tiefgrau: #4D4D4D
/* BEIGE: #C7A98D
/* mittelbeige: #E9DDD1
/*******************************/

.id-1518 .author {
	display:none;
}

.wrapper {
    width:75rem;
    margin: 0 auto;
}

.header {
    text-align: center;
}

.searchbar {
    text-align: right;
}

.searchpanel {
    display: inline-block;
    margin-top: 0.75rem;
}

.searchpanel input {
    border: 0;
    padding: 0.5rem 2.25rem 0.5rem 0.5rem;
    background: url(bilder/icon_lupe.png) right 0.5rem center no-repeat;
    background-color: #fff; /*#F4EEE8;*/
    margin-bottom: 0;
}

.searchpanel input:focus {
    background-color: #F4EEE8;
}

.logo {
    display: inline-block;
    margin: 1.5rem 0 1rem 0;
}

.datebar {
    font-family: 'vollkornbold';
    font-size: 1.4rem;
}

.menubar {
    display: block;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 1.5rem 0;
    text-align: center;
}

.menubar nav {
    display: inline-block;
    margin-bottom: -4px;
}

.menubar li {
    float:left;
    background:transparent;
    padding: 0
}

.menubar li a:link, .menubar li a:visited {
    padding: 0.85rem 4.5rem 0.75rem;
    text-decoration: none;
    display: inline-block;
    font-size: 1.4rem;
}

.menubar li a:hover, .menubar li a:active {
    color:#4D4D4D;
}


.featured-posts {
    display: block;
    margin: 4rem 0;
}

.featured-posts a:link, .featured-posts a:visited {
    float:left;
    display: block;
    width: calc(100% / 3);
    text-decoration: none;
    height: 8rem;
    position: relative;
}

.featured-posts a:hover, .featured-posts a:active {
    color:#4D4D4D;
}

.featured-posts a:nth-child(1) article {
    box-sizing: border-box;
    margin-right: 2rem;
}

.featured-posts a:nth-child(2) article {
    box-sizing: border-box;
    margin: 0 1rem;
}

.featured-posts a:nth-child(3) article {
    box-sizing: border-box;
    margin-left: 2rem;
}

.featured-posts img {
    width: 7.8125rem;
    height: 7.8125rem;
    float: left;
    margin-right: 1rem;
}

.featured-posts p {
    font-size: 1rem;
    line-height: 1.4rem;
    float: left;
    width: calc(100% - 8.8125rem);
    margin: 0;
}

.featured-posts h2 {
    text-transform: uppercase;
    float: left;
    display: inline-block;
    width: calc(100% - 8.8125rem);
    font-size: 1.4rem;
    margin-bottom: 0.4rem;
}

.featured-posts  a:nth-child(1)::after {
    display: block;
    width: 3px;
    height: 3.5rem;
    background: #000;
    content: '';
    position: absolute;
    top: 2.25rem;
    right: 0.5rem;
}

.featured-posts  a:nth-child(2):after {
    display: block;
    width: 3px;
    height: 3.5rem;
    background: #000;
    content: '';
    position: absolute;
    top: 2.25rem;
    right: -0.5rem;
}

.plot {
    display: block;
    float: left;
    width: 66.666%;
    box-sizing:border-box;
    padding-right: 2rem;
}

.sidebar {
    display: block;
    float: left;
    width: 33.333%;
    box-sizing:border-box;
    padding-left: 2rem;
    border-left: 1px solid #000;
    padding-bottom: 5rem;
}

.fullteaser {
    margin-bottom: 3rem;
}

.fullteaserthumb {
    width: 100%;
    height: auto;
}

.teaserinset {
    padding: 3rem 4rem;
}

h1 {
    font-size: 3rem;
    letter-spacing: 0px;
}

p {
    font-size: 1.2rem;
    line-height: 1.7rem;
}

.author {
    color: #C7A98D;
    font-size: 1.4rem;
    margin: 1.5rem 0;
    display: block;
    font-family: 'vollkornitalic';
}

.footer {
    text-align: center;
}

.footer nav {
    display: inline-block;
    margin: 1rem 0;
}

.footer nav li {
    background: transparent;
    float: left;
    font-family: 'source_sans_proregular';
    padding: 0;
}

.footer nav ul li a:link,.footer nav ul li a:visited {
    color:#4D4D4D;
    text-decoration: none;
    letter-spacing: 1px;
}

.footer nav ul li a:hover,.footer nav ul li a:active {
    color:#000;
}

.footer nav li:after {
    content:"|";
    padding: 0 0.5rem;
}

.footer nav li:last-child:after {
    content:"";
    padding: 0;
}

.singlewrapper .logo img {
    height: 2.5rem;
    width: auto;
}

.singlewrapper .searchpanel {
    display: inline-block;
    top: 0.75rem;
    position: absolute;
    right: 0;
}

.singlewrapper .searchbar {
    position: relative;
}

.singlewrapper .menubar {
    margin: 0rem 0 4rem 0;
}

.categoryview .colsidebar {
    width: 25%;
    float: left;
}

.colsidebar {
    width: 18.75rem;
    float: left;
}

.colplot {
    width: 50%;
    float: left;
}



.category {
    display: table;
    width: 100%;
    height: 15rem;
    background: #E9DDD1;
    color: #fff;
    text-align: center;
    font-size: 3rem;
    line-height: 3.5rem;
    text-transform: uppercase;
}

.category span {
    display: table-cell;
  vertical-align: middle;
}

.related h4 {
    text-transform: uppercase;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-family: 'source_sans_proregular';
    margin: 1.5rem 0;
    text-align: center;
    font-size: 1.2rem;
    padding: 0.5rem 0;
}

.related img {
    width: 8rem;
    height: 8rem;
    margin-bottom: 0.75rem;
}

.related h3 {
    font-family: 'source_sans_probold';
    font-size: 1.4rem;
    text-transform: uppercase;
}

.related .author {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.related .articledate {
    font-size: 1.3rem;
}

.related_teasercontainer {
    margin-bottom: 2.5rem;
}

.plotcontainer {
    float:left;
    width: 75%;
}

.colplot {
    padding: 0 3rem;
    box-sizing: border-box;
    width: calc(100% - 18.75rem);
    float: right;
}

.fullarticle img {
    max-width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

.fullarticle .text p{
    font-size: 1.2rem;
}

.fullarticle .author {
    margin: 1.5rem 0 0.3rem;
}



.singlewrapper .datebar {
    display: none;
}

.sharebar {
    display: block;
    text-align: right;
    margin-bottom: 0.5rem;
    position: relative;
}

.sharebar a:link, .sharebar a:visited {
    display: inline-block;
    border-right: 1px solid #000;
    padding: 0.3rem 0.5rem;
}

.sharebar a:nth-child(3) {
    border-right: 0;
}

.sharebar img {
    display: block;
    margin-bottom: 0;
}

.additionalshare {
    position: absolute;
    right: -17rem;
    background: #fff;
    width: 15rem;
    top: -1.75rem;
    text-align: left;
    padding: 1rem;
    display: none;
}

.additionalshare a:link, .additionalshare a:visited {
    display: block;
    border-right: 0;
    border-bottom: 1px solid #000;
    padding: 0.75rem 0.5rem;
    font-family: 'source_sans_proregular';
    font-size: 1.3rem;
    text-decoration: none;
}

.additionalshare img {
    display: inline-block;
    float: left;
    margin-right: 3rem;
}

.additionalshare input {
    font-size: 1.3rem;
    border: 0;
    font-family: 'source_sans_proregular';
    padding: 0.75rem 0.5rem;
    border-bottom: 1px solid #000;
    display: block;
}

.partner {
    padding: 1rem 3rem;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 2rem;
}

.partner h6 {
    text-transform: uppercase;
    font-family: 'source_sans_proregular';
}

.partner strong {
    text-transform: uppercase;
    margin: 0.5rem 0 0rem;
    display: block;
}

.partner p {
    margin-bottom: 0;
}

.partner a:link, .partner a:visited {
    font-family: 'source_sans_proregular';
    color: #339ed5;
}

.downloadheader {
    text-transform: uppercase;
    font-family: 'source_sans_proregular';
    font-size: 1.3rem;
    background: url(bilder/icon_download.png) right 3rem top no-repeat;
    height: 2.25rem;
    line-height: 2.25rem;
    padding: 0 3rem;
    margin:0rem 0 1rem;
}

.twocolplot {
    width:75%;
    float: left;
    box-sizing: border-box;
    padding-left: 2rem;
}

.teaserbox {
    width:100%;
    float: left;
    box-sizing: border-box;
    margin-bottom: 3rem;
}

.teaserbox h2 {
   width: 75%;
    line-height: 2rem;
    margin-bottom: 1rem; 
}

.imagebox {
    float:left;
    width: 12.5rem;
    min-height: 1px;
}

.teaserbox .text {
    float: left;
    width: calc(100% - 12.5rem);
    padding-left: 1rem;
    box-sizing: border-box;
    min-height: 11.5rem;
}

.teaserbox .author {
    margin: 0 0 0.3rem;
}

.downloads img {
    border:1px solid #000;
}

.articledate-small {
    margin-bottom: 0.75rem;
}

.fullteaser .author {
    margin:1.5rem 0 0.3rem;
}

.fullteaser .articledate-small {
    margin-bottom:1.5rem;
}

.fullarticle {
    margin-bottom: 4rem;
}

.downloadcontainer a {
    display: inline-block;
    text-align: center;
    margin: 1rem 2rem;
}

.backbtn:link, .backbtn:visited {
    background: #E9DDD1;
    top:-2rem;
    height: 2rem;
    line-height: 2rem;
    text-decoration: none;
    position: absolute;
    padding: 0 1rem;
    font-family: 'source_sans_proregular';
}

.downloadcontainer img {
    border: 1px solid #000;
}

.trenner {
    display: block;
    position: relative;
    height: 1px;
    width: 100%;
    background:#E9DDD1;
}

.readmore:link, .readmore:visited {
    position: absolute;
    left:0;
    top:-2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    width: 10rem;
    background:#E9DDD1;
    text-decoration: none;
    font-family: 'source_sans_proregular';
}

.readmore:hover, .readmore:active {
    color: #4D4D4D;
}

.contactbox {
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
    width: 100%;
    height: 25rem;
    margin-top: 5rem;
    margin-bottom: 10rem;
}

.contactbox img {
    float: left;
    width: 25rem;
    height: 25rem;
}

.contactbox h1 {
    text-transform: uppercase;
    color: #C7A98D;
    letter-spacing: 0;
    font-size: 2.5rem;
}

.form {
    float: left;
    width: calc(100% - 25rem);
    padding: 2rem;
    box-sizing: border-box;
    position: relative;
}

.form input[type="submit"] {
    position: absolute;
    right: 0;
    bottom: -5rem;
    background: #C7A98D;
    color: #fff;
    text-transform: uppercase;
    width: auto;
    padding: 2rem 1.5rem;
    font-size: 2rem;
    font-family: 'vollkornregular';

}

.form label {
   font-family: 'source_sans_proregular'; 
   letter-spacing: 1px;
   line-height: 1.8rem;
}


.form input {
    width: 35rem;
    margin: 0 0 0.25rem 0;
    border: 0;
    font-family: 'source_sans_proregular';
    font-size: 1rem;
}

.line {
    border-bottom: 1px solid #C7A98D;
    margin-bottom: 1rem;
}

.line label, .line span{
    float: left;
}

.form textarea {
    border: 1px solid #C7A98D;
    margin-top: -1.1rem;
    width: 100%;
    height: 8rem;
    font-family: 'source_sans_proregular';
    font-size: 1rem;
    padding: 0.5rem;
    box-sizing: border-box;
}

span.wpcf7-not-valid-tip {
    font-family: 'source_sans_proregular';
    position: absolute;
    right: 0;
    bottom: 0rem;
}

div.wpcf7-response-output {
    position: absolute;
}

.authorindex {
    display: block;
}

.authorindex span {
    display: block;
    width:calc(100% / 26);
    float:left;
    text-align: center;
}

.authorpage .fullplot {
    width:50rem;
    margin: 0 auto;
}

.authorpage h1 {
    text-align: center;
    margin: 3rem 0 1rem 0;
}

.authorbox {
    margin-top: 3rem;
}

.authormeta {
    width: 15rem;
    float: left;
    padding-right: 2rem;
    box-sizing: border-box;
    font-size: 1.3rem;
    font-family: 'vollkornbold';
}

.authormeta img {
    margin-bottom: 1rem;
}

.authorarticles {
    width: calc(100% - 15rem);
    float: left;
    background:#E9DDD1;
    padding: 2rem;
    box-sizing: border-box;
}

.authorarticles h2 {
    font-family: 'vollkornitalic';
    font-size: 1.3rem;
    margin-bottom: 0.35rem;
}

.authorarticles a:link,  .authorarticles a:visited {
    text-decoration: none;
}

.ausgabe {
    font-family: 'source_sans_proregular';
}

.authorpage {
    margin-bottom: 5rem;
}

.authorarticle {
    border-bottom: 1px solid #C7A98D;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.page-numbers {
    font-family: 'source_sans_proregular';
}

.page-numbers::after {
    content: '|';
    padding: 0.3rem;
}

.current {
    font-family: 'source_sans_probold';
}

#ctf {
    font-family: 'source_sans_proregular';
}

#ctf .ctf-header-type-generic .ctf-header-no-bio {
    font-family: 'source_sans_probold';
    font-weight: normal !important;
}

#ctf .ctf-author-box-link .ctf-author-name {
    font-weight: normal !important;
    font-family: 'source_sans_probold';
}

.text li {
    font-size: 1.2rem;
    line-height: 1.7rem;
}

.text img, .wp-caption {
	max-width:100%;
	height:auto;
}

.related_teasercontainer a:link, .related_teasercontainer a:visited {
    text-decoration: none;
}

.related_teasercontainer .noimg {
    width: 8rem;
    height: auto;
}

.ctf-tweet-text {
   font-size: 1rem;
    line-height: 1.4rem; 
}

.fullimg {
    margin-bottom: 2rem;
    display: block;
}

.fullimg img {
    width: 100%;
    height: auto;
}

.caption {
	display: block;
margin-top: -1rem;
margin-bottom: 1rem;
font-size: 0.75rem;
text-align: right;
}

.authorname {
	font-size:1.2rem;	
}

@media print {
	
}
/** CUSTOM PATTERN ENDE **/

/*** MOBILE ***/
@media screen and (max-width: 77rem) {
    .wrapper {
        width: 100%;
        padding: 0 1rem;
        box-sizing:border-box;
    }

    .featured-posts a:link, .featured-posts a:visited {
        height: auto;
    }

    .plot {
        width: calc(100% - 25rem);
    }

    .sidebar {
        width: 25rem;
    }

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

    .category {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .rightsidebar {
        width: 14rem;
    }

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

    .plotcontainer {
        width: calc(100% - 14rem);
    }

    .partner {
        padding: 1rem;
    }

    .downloadheader {
        padding: 0 1rem;
        background: url(bilder/icon_download.png) right 1rem top no-repeat;
    }

    .plotcontainer .colplot .size-article-img {
        width: 100%;
        height: auto;
    }

}

@media screen and (max-width: 69.5rem) {
    .contactbox{
        height: auto;
        box-shadow: unset;
        margin-top: 0rem;
    }

    .contactbox img {
        display: none;
        float: none;
    }

    .form {
        float: none;
        width: 100%;
    }

    .form input[type="submit"] {
        right: 2rem;
    }

}

@media screen and (max-width: 67rem) {
    .colsidebar {
        width: 13.75rem;
    }

    .colplot {
        width: calc(100% - 13.75rem);
    }
}

@media screen and (max-width: 61rem) {
    .menubar li a:link, .menubar li a:visited {
        padding: 0.85rem 3.5rem 0.75rem;
    }

    .featured-posts a:link, .featured-posts a:visited {
        width: 100%;
    }

    .featured-posts a:nth-child(1)::after, .featured-posts a:nth-child(2)::after {
        display: none;
    }

    .featured-posts a:nth-child(2) article {
        margin:0;
    }

    .featured-posts a:nth-child(3) article {
        margin-left: 0;
    }

    .featured-posts {
        margin: 2rem 0;
    }

    .featured-posts a:link, .featured-posts a:visited {
        border-bottom: 1px solid;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }

    .teaserinset {
        padding: 2rem 2rem;
    }

    .plot {
        width: calc(100% - 18rem);
    }

    .sidebar {
        width: 18rem;
    }

}

@media screen and (max-width: 55rem) {
    .menubar li a:link, .menubar li a:visited {
        padding: 0.85rem 1.5rem 0.75rem;
    }

    .category {
        font-size: 1.5rem;
        height: 11rem;
    }

    .singlewrapper .searchpanel {
        position: relative;
    }

    .colplot {
        width: 100%;
        padding: 0 3rem 0 1rem;
    }

    .plotcontainer .category {
        height: auto;
        padding: 1rem 0 0.7rem;
    }

    .related img {
        float: left;
    }

    .related a, .related .author, .related .articledate {
        margin-left: 9rem;
        display: block;
    }

    .related_teasercontainer {
        border-bottom: 1px solid #ccc;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }

    .plotcontainer .colsidebar {
        width: 100%;
        margin-top: 3rem;
    }

    .authorpage {
        width: 100%;
    }

    .authorpage .fullplot {
        width: 100%;
    }

    .authorindex span {
        width: calc(100% / 13);
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 50rem) {
    .plot {
        width: 100%;
        padding: 0;
    }

    .sidebar {
        width: 100%;
        border-left: 0;
        border-top: 1px solid #000;
        padding-top: 1rem;
        padding-left: 0;
    }
}


@media screen and (max-width: 43rem) {
    .menubar li a:link, .menubar li a:visited {
        font-size: 1.2rem;
    }

    .categoryview .colsidebar {
        width: 100%;
        margin-bottom: 2rem;
    }

    .category {
        width: 100%;
        height: auto;
        padding: 1rem 0 0.7rem;
    }

    .singlewrapper .menubar {
        margin: 0rem 0 2rem 0;
    }

    .twocolplot {
        width: 100%;
        padding-left: 0;
    }

    .form input {
        width: 100%;
    }
}

@media screen and (max-width: 41rem) {
    .logo {
        width:100%;
    }

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

    .menubar nav {
        display: block;
    }

    .menubar li {
        float: none;
    }

    .menubar li a:link, .menubar li a:visited {
        display: block;
        border-bottom: 1px solid #ccc;
    }

    .menubar li:last-child a {
        border-bottom: 0;
    }

    .plotcontainer {
        width:100%;
    }

    .colplot {
        width: 100%;
        padding: 0 1rem 0 1rem;
    }

    .additionalshare {
        right: 0;
        top: 2.25rem;
    }

    .rightsidebar {
        width: 100%;
        padding-top: 1rem !important;
    }

    .downloadheader {
        padding: 0 0rem 0 3rem;
        background: url(bilder/icon_download.png) left 0rem top no-repeat;
    }

    .line label, .line span {
        width: 100%;
    }

    span.wpcf7-not-valid-tip {
       text-align: right;
        bottom: -1.5rem; 
    }

    div.wpcf7-response-output {
        position: relative;
        margin: 0em 0.5em 1em;
    }

    .authormeta {
        width: 100%;
        margin-bottom: 1rem;
    }

    .authorarticles {
        width: 100%;
    }
}

@media screen and (max-width: 33rem) {
    .teaserbox h2 {
        width: 100%;    
    }

    .imagebox {
        width: 6rem;
    }

    .imagebox img {
        width: 100%;
        height: auto;
    }

    .teaserbox .text {
        width: calc(100% - 6rem);
    }

    .trenner {
        margin-top: 3rem;
    }
}

@media screen and (max-width: 28rem) {
    h1 {
        font-size: 2rem;
        letter-spacing: 0px;
    }

    .authorindex span {
        width: calc(100% / 8);
    }

    .downloadcontainer a {
        margin: 1rem 0rem;
        width: 100%;
    }

    .downloadcontainer a  img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 23.5rem) {
   .featured-posts img, .related img  {
        width: 4.8125rem;
        height: 4.8125rem;
    }

    .related_teasercontainer .noimg {
        width: 4.8125rem;
        height: auto;
    }

    .featured-posts h2,  .featured-posts p {
        width: calc(100% - 5.8125rem);
    }

    .teaserinset {
        padding: 2rem 1rem;
    }

    h1 {
        font-size: 1.8rem;
        letter-spacing: 0px;
    }

    .related a, .related .author, .related .articledate {
        margin-left: 5.8125rem;
    }
}

@media screen and (max-width: 22rem) {
   .datebar {
        font-size: 1rem;
    } 

    .teaserbox .text {
        width: 100%;
        padding-left: 0;
        margin-top: 1rem;
    }

    .contactbox h1 {
        font-size: 2rem;
    }
}



