* {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Asap', Helvetica, Arial, sans-serif;
    font-size: 100%;
    letter-spacing: 0;
    background: rgb(220,220,220);
    -webkit-text-size-adjust: 100%;
}

input, select, button, textarea {
    font-family: 'Asap', Helvetica, Arial, sans-serif;
    letter-spacing: 0;
}

[class^="icon-"], [class*=" icon-"] {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

p {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

a {
    text-decoration: none;
    color: inherit;
}




/* ===============  ui-1 (post preview)  =============== */
.ui-1 {
    position: relative;
    min-height: 4em;
    overflow: hidden;
    padding: 1em 0 1em 5em;
    border-bottom: 1px solid rgb(218,218,218);
}

.ui-1 h2 {
    font-size: 1.25em;
    line-height: 1.2em;
    font-weight: 400;
    color: rgb(32,45,96);
}

.ui-1 h2 a:hover {
    text-decoration: underline;   
}

.ui-1 h6 {
    margin: 0.57142857em 0 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.875em;
    line-height: 1.5em;
    font-weight: 400;
    color: rgb(153,153,153);
}

.ui-1 p {
    display: none;
}

.ui-1 > a {
    position: absolute;
    top: 1em;
    left: 0;
    width: 4em;
    height: 4em;
    display: block;
    overflow: hidden;
    text-align: center;
}

.ui-1 > a img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}


/* ===============  ui-2 (pagination)  =============== */
.ui-2 {
    position: relative;
    margin: 2em 0;
    padding: 0 2em;
    overflow: hidden;   
}

.ui-2 .icon-prev {
    position: absolute;
    top: 50%;
    left: 0;
    width: 2em;
    margin-top: -1em;
    text-align: center;
    font-size: 1em;
    line-height: 2em;
    color: rgb(32,45,96);
}

.ui-2 .icon-prev a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

.ui-2 .icon-next {
    position: absolute;
    top: 50%;
    right: 0;
    width: 2em;
    margin-top: -1em;
    text-align: center;
    font-size: 1em;
    line-height: 2em;
    color: rgb(32,45,96);
}

.ui-2 .icon-next a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

.ui-2 ul {
    position: relative;
    left: 50%;
    float: left;
    font-size: 1em;
    line-height: 2em;
    font-weight: 400;
    color: rgb(102,102,102);
}

.ui-2 ul li {
    position: relative;
    left: -50%;
    float: left;
    margin: 0 0.5em;
}

.ui-2 ul li > * {
    padding: 0 0.5em;
    display: block;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s; 
}

.ui-2 ul li a:hover,
.ui-2 ul li span.current {
    color: rgb(32,45,96);
}


/* ===============  ui-3 (slideshow caption)  =============== */
.ui-3 h6 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.875em;
    line-height: 1.5em;
    font-weight: 400;
    color: rgb(173,186,221);
}

.ui-3 h6 a:hover {
    text-decoration: underline;   
}

.ui-3 h2 {
    margin: 0.8em 0;
    max-height: 2.4em;
    overflow: hidden;
    font-family: Georgia, serif;
    font-size: 1.25em;
    line-height: 1.2em;
    font-weight: 400;
    color: rgb(255,255,255);
}

.ui-3 h2 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;    
}

.ui-3 h2 a:hover {
    text-decoration: underline;   
}

.ui-3 p {
    max-height: 3em;
    overflow: hidden;
    font-size: 0.875em;
    line-height: 1.5em;
    font-weight: 400;
    color: rgb(173,186,221);
}

.ui-3 p a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
}

.ui-3 p a:hover {
    text-decoration: underline;   
}


/* ===============  ui-4 (logo)  =============== */
.ui-4 {
    overflow: hidden;
}

.ui-4 .icon-macerkopf {
    float: left;
    padding: 0.5em 0 0.33333333em;
    border-top: 0.16666667em solid #202d60;
    font-size: 1.5em;
    color: rgb(32,45,96);
}

.ui-4 .icon-menu {
    float: right;
    width: 2.4em;
    cursor: pointer;
    text-align: center;
    font-size: 1.25em;
    line-height: 2.4em;
    color: rgb(32,45,96);
}

.ui-4 .icon-lens {
    float: right;
    width: 2.4em;
    cursor: pointer;
    text-align: center;
    font-size: 1.25em;
    line-height: 2.4em;
    color: rgb(32,45,96);
}


/* ===============  ui-5 (post info)  =============== */
.ui-5 {
    margin: 2em 0;
    overflow: hidden;
}

.ui-5 p {
    position: relative;
    margin: 1.14285714em 0;
    padding: 0 0 0 1.71428571em;
    font-size: 0.875em;
    line-height: 1.5em;
    font-weight: 400;
    color: rgb(32,45,96);
}

.ui-5 p a {
    text-decoration: underline;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.ui-5 p a:hover {
    color: rgb(173,186,221);   
}

.ui-5 p .icon-marker {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.07142857em;
    line-height: 1.4em;
    color: rgb(32,45,96);
}


.ui-5 p .icon-folder {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0.92857143em;
    line-height: 1.61538462em;
    color: rgb(32,45,96);
}


/* ===============  ui-6 (post prev & next)  =============== */
.ui-6 {
    margin: 2em 0;
    padding: 2em 0 0;
    overflow: hidden;
    border-top: 1px solid rgb(218,218,218);
}

.ui-6 .icon-prev {
    position: relative;
    float: left;
    width: 2em;
    text-align: center;
    font-size: 1em;
    line-height: 2em;
    color: rgb(32,45,96);
}

.ui-6 .icon-prev a {
    position: absolute;
    top: 0;
    left: 2.28571429em;
    display: block;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s; 
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    font-family: 'Asap', Helvetica, Arial, sans-serif;
    font-size: 0.875em;
    line-height: 2.28571429em;
    font-weight: 400;
    color: rgb(102,102,102);
}

.ui-6 .icon-prev a:hover {
    color: rgb(32,45,96);
}

.ui-6 .icon-next {
    position: relative;
    float: right;
    width: 2em;
    text-align: center;
    font-size: 1em;
    line-height: 2em;
    color: rgb(102,102,102);
}

.ui-6 .icon-next a {
    position: absolute;
    top: 0;
    right: 2.28571429em;
    display: block;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s; 
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: right;
    font-family: 'Asap', Helvetica, Arial, sans-serif;
    font-size: 0.875em;
    line-height: 2.28571429em;
    font-weight: 400;
    color: rgb(102,102,102);
}

.ui-6 .icon-next a:hover {
    color: rgb(32,45,96);
}


/* ===============  ui-7 (plista)  =============== */
.ui-7 {
    margin: 2em 0;
    overflow: hidden;
}


/* ===============  ui-8 (poll)  =============== */
.ui-8 {
    margin: 2.28571429em 0;
    overflow: hidden;
    font-size: 0.875em;
    line-height: 1.5em;
    font-weight: 400;
    color: rgb(51,51,51);
}


/* ===============  ui-9 (footer copyright)  =============== */
aside.ui-9 {
    margin: 3em 0 1em;
    text-align: center;
}

aside.ui-9 h4 {
    font-size: 0.875em;
    line-height: 1.5em;
    font-weight: 400;
    color: rgb(173,186,221);
}

aside.ui-9 p {
    font-size: 0.875em;
    line-height: 1.5em;
    font-weight: 400;
    color: rgba(173,186,221,0.5);
}


/* ===============  ui-10 (page title)  =============== */
.ui-10 {
    padding: 0.57142857em 0;
    border-bottom: 1px solid rgb(218,218,218);
    font-family: Georgia, serif;
    font-size: 1.3125em;
    line-height: 1.5em;
    font-weight: 400;
    color: rgb(32,45,96);
}

.ui-10 a {
    text-decoration: underline;
}


/* ===============  ui-11 (post header)  =============== */
header.ui-11 {
    position: relative;
    margin: 1em 0;
    padding: 0 0 1em;
    overflow: hidden;
    border-bottom: 1px solid rgb(218,218,218);
}

header.ui-11 h1 {
    margin: 0 0 1.25em;
    font-size: 1.8125em;
    line-height: 1.25em;
    font-weight: 400;
    color: rgb(32,45,96);
}

header.ui-11 h6 {
    margin: 0 6.85714286em 0 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.875em;
    line-height: 1.5em;
    font-weight: 400;
    color: rgb(153,153,153);
}

header.ui-11 h6 a:hover {
    text-decoration: underline;
}

header.ui-11 ul {
    position: absolute;
    bottom: 0.90625em;
    right: -0.25em;
    overflow: hidden;
}

header.ui-11 ul li {
    float: left;
    margin: 0 0.25em;
    padding: 1px;
}

header.ui-11 ul li a {
    width: 1.5em;
    height: 1.5em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    text-align: center;
    font-size: 1em;
    line-height: 1.5em;
    color: rgb(255,255,255);
}

header.ui-11 ul li a.icon-facebook {
    background: #3b5998;
}

header.ui-11 ul li a.icon-twitter {
    background: #4099FF;
}

header.ui-11 ul li a.icon-google_plus {
    background: #d34836;
}


/* ===============  ui-12 (sidebar search)  =============== */
form.ui-12 {
    position: relative;
    margin: 2em 0;
    padding: 0 3.25em 0 0.75em;
    overflow: hidden;
    background: rgb(255,255,255);
}

form.ui-12 input[type="text"] {
    width: 100%;
    min-height: 1.71428571em;
    padding: 0.57142857em 0;
    float: left;
    outline: none;
    border: 0;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius:0;
    -moz-border-radius:0; 
    border-radius:0;
    font-size: 0.875em;
    line-height: 1.71428571em;
    font-weight: 400;
    color: rgb(51,51,51);
}

form.ui-12 input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
    background: transparent;
    text-indent: -99999px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius:0;
    -moz-border-radius:0; 
    border-radius:0;
}

form.ui-12 .icon-lens {
    position: absolute;
    top: 0;
    right: 0;
    width: 2.85714286em;
    display: block;
    background: rgb(249,249,249);
    border-left: 1px solid rgb(218,218,218);
    text-align: center;
    font-size: 0.875em;
    line-height: 2.85714286em;
    color: rgb(51,51,51);
}


/* ===============  ui-13 (teaser search)  =============== */
form.ui-13 {
    position: relative;
    margin: 1em 0;
    padding: 0 3.25em 0 0.75em;
    overflow: hidden;
    background: rgb(255,255,255);
}

form.ui-13 input[type="text"] {
    width: 100%;
    min-height: 1.71428571em;
    padding: 0.57142857em 0;
    float: left;
    outline: none;
    border: 0;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius:0;
    -moz-border-radius:0; 
    border-radius:0;
    font-size: 0.875em;
    line-height: 1.71428571em;
    font-weight: 400;
    color: rgb(51,51,51);
}

form.ui-13 input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
    background: transparent;
    text-indent: -99999px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius:0;
    -moz-border-radius:0; 
    border-radius:0;
}

form.ui-13 .icon-lens {
    position: absolute;
    top: 0;
    right: 0;
    width: 2.85714286em;
    display: block;
    background: rgb(249,249,249);
    border-left: 1px solid rgb(218,218,218);
    text-align: center;
    font-size: 0.875em;
    line-height: 2.85714286em;
    color: rgb(51,51,51);
}




@media screen and (min-width: 480px) {
    
    /* ===============  ui-1 (post preview)  =============== */
    .ui-1 {
        min-height: 5em;
        padding: 1em 0 1em 6em;   
    }
    
    .ui-1 > a {
        width: 5em;
        height: 5em; 
    }
    
    
    /* ===============  ui-4 (logo)  =============== */
    .ui-4 .icon-macerkopf {
        padding-top: 0.66666667em;
    }
    
    .ui-4 .icon-menu {
        margin: 0.2em 0; 
    }
    
    .ui-4 .icon-lens {
        margin: 0.2em 0;   
    }
       
}


@media screen and (min-width: 640px) {
    
    /* ===============  ui-1 (post preview)  =============== */
    .ui-1 {
        min-height: 8em;
        padding: 1.5em 0 1.5em 11em;
    }
    
    .ui-1 p {
        margin: 1.5em 0 0;
        max-height: 4.5em;
        display: block;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical; 
        font-size: 0.875em;
        line-height: 1.5em;
        font-weight: 400;
        color: rgb(51,51,51);
    }
    
    .ui-1 > a {
        top: 2em;
        width: 9em;
        height: 8em; 
    }
    
    
    /* ===============  ui-4 (logo)  =============== */
    .ui-4 .icon-macerkopf {
        padding-top: 0.83333333em;
    }
    
    .ui-4 .icon-menu {
        margin: 0.4em 0; 
    }
    
    .ui-4 .icon-lens {
        margin: 0.4em 0;   
    }
    
    
    /* ===============  ui-5 (post info)  =============== */
    .ui-5 p {
        float: left;
        width: 48%;
        padding: 1.14285714em 0 0 1.71428571em;
        border-top: 1px solid rgb(218,218,218);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;   
    }
    
    .ui-5 p + p {
        margin-left: 4%;   
    }
    
    .ui-5 p .icon-folder {
        top: 1.23076923em;
    }
    
    .ui-5 p .icon-marker {
        top: 1.23076923em;
    }
    
}


@media screen and (min-width: 800px) {
    
    /* ===============  ui-1 (post preview)  =============== */
    .ui-1 {
        padding: 1.5em 0 1.5em 13em;   
    }
    
    .ui-1 > a {
        width: 11em;
    }
    
    /* ===============  ui-4 (logo)  =============== */
    .ui-4 .icon-macerkopf {
        padding-top: 1em;
    }
    
    .ui-4 .icon-menu {
        margin: 0.6em 0;  
    }
    
    .ui-4 .icon-lens {
        margin: 0.6em 0;   
    }
    
}


@media screen and (min-width: 992px) {
    
    /* ===============  ui-4 (logo)  =============== */
    .ui-4 {
        min-height: 7.625em;
    }
    
    .ui-4 .icon-macerkopf {
        margin: 0 0 2.58333333em;
    }
    
    .ui-4 .icon-menu {
        display: none; 
    }
    
    .ui-4 .icon-lens {
        display: none;   
    }
    
    
    /* ===============  ui-9 (footer copyright)  =============== */
    aside.ui-9 {
        text-align: left;
        margin: 3em 0 0;
    }
    
    
    /* ===============  ui-12 (sidebar search)  =============== */
    form.ui-12 {
        margin: 0.75em 0;
    }
    
    
}


@media screen and (min-width: 1024px) {
    
    .ui-4 .icon-macerkopf {
        font-size: 1.25em;
    }
       
}


@media screen and (min-width: 1080px) {
    
    /* ===============  ui-4 (logo)  =============== */
    .ui-4 .icon-macerkopf {
        font-size: 1.5em;
    }
       
} 


@media screen and (min-width: 1280px) {
    
    /* ===============  ui-1 (post preview)  =============== */
    .ui-1 {
        padding: 1.75em 0 1.75em 15em;   
    }
    
    .ui-1 > a {
        width: 13em;
    }
    
}