@import "https://fonts.googleapis.com/css?family=Roboto:300,400,500";
@import "https://fonts.googleapis.com/css?family=Roboto+Mono";

body {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: #424242;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#main-content {
    margin-top: 80px;
}

.container-search {
    width: 100%;
}

.rwp-custom-links {
    display: none;
}

#ls-color {
    background-color: #00b0ff;
}

#kh-color {
    background-color: #00d9b1;
}

#ve-color {
    background-color: #ff6e40;
}

#da-color {
    background-color: #3949ab;
}

#pl-color {
    background-color: #a1887f;
}

#ne-color {
    background-color: #ff5252;
}

li#ls-menu a:hover {
    color: #00b0ff;
}

li#kh-menu a:hover {
    color: #00d9b1;
}

li#ve-menu a:hover {
    color: #ff6e40;
}

li#da-menu a:hover {
    color: #3949ab;
}

li#pl-menu a:hover {
    color: #a1887f;
}

li#ne-menu a:hover {
    color: #ff5252;
}

.col-centered {
    float: none;
    margin: 0 auto;
    text-align: center;
}

.rwp-summary-wrap {
    display: none!important;
}

.custom-pagination {
    padding: 17px 0 34px 0;
}

.custom-pagination span,
.custom-pagination a {
    display: inline-block;
    padding: 2px 10px;
}

.custom-pagination a {
    background-color: #ebebeb;
    color: #424242;
}

.custom-pagination a:hover {
    background-color: #424242;
    color: #fff;
}

.custom-pagination span.page-num {
    margin-right: 10px;
    padding: 0;
}

.custom-pagination span.dots {
    padding: 0;
    color: gainsboro;
}

.custom-pagination span.current {
    background-color: #424242;
    color: #fff;
}

.excerpt {
    font-weight: 700;
    padding: 17px 0;
}

.center {
    margin: 0 auto;
}

@media screen and (min-width: 992px) {
    .main-menu {
        float: right;
    }
}

@media screen and (max-width: 320px) {
    img#logo {
        width: 200px;
    }
}

@media screen and (min-width: 321px) {
    img#logo {
        width: 250px;
    }
}

a:hover,
a:focus {
    text-decoration: none;
    color: #333;
}

@media screen and (max-width: 992px) {
    .container {
        padding: 0 10px;
    }
    .article-content {
        margin-top: 20px;
    }
}

ul.pagination li a,
ul.pagination li span {
    font-family: 'Roboto Mono', monospace;
    font-size: 15px;
    color: #555;
}

a,
a:hover {
    color: #607D8B;
    font-weight: 400;
}

.more-button {
    border-top: 1px solid #333;
    padding: 25px 0 0 0;
    margin: 50px 0 0 0;
}

.more-button > a > p {
    font-size: 24px;
    font-weight: 500;
}

span.article-more {
    margin-bottom: 25px;
}

.teaser-bold {
    font-weight: 500;
    padding: 34px 0;
}

#logo {
    margin-top: 17px;
}

.ad {
    text-align: center;
}

@media (min-width: 768px) and (max-width: 1000px) {
    .collapse {
        display: none !important;
    }
}

.navbar-default {
    background-color: white;
    border-bottom: 1px solid #eee;
}

@media screen and (min-width:768px) {
    .navbar-default {
        -webkit-transition: all .35s;
        -moz-transition: all .35s;
        transition: all .35s;
        padding: 20px 0;
    }
    .navbar-default.affix {
        padding: 0;
    }
}

.small-featured {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 400;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.main-banner {
    margin: 10px 0 0 0;
    padding: 0 5px;
}

.main-banner-text {
    margin: 0 0 10px 0;
    padding: 0 5px;
}

.cat-sub {
    color: #00b0ff;
}

.divider {
    background-color: #333;
    padding: 15px 0;
    margin: 50px 0;
}

.sidebar-content {
    margin-bottom: 25px;
}

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

h3.favorite-headline {
    font-family: 'Roboto Mono', monospace;
    font-size: 17px;
    text-transform: uppercase;
    color: #555;
    padding-top: 20px;
    border-top: solid 1px #777;
}

@media screen and (max-width: 768px) {
    h3.ad-small {
        margin-top: 0;
        display: none;
    }
}

input.wpcf7-form-control,
textarea.wpcf7-form-control {
    width: 100%;
}

input.wpcf7-submit {
    background-color: #424242;
    color: white;
    border: none;
    padding: 10px;
}

input.wpcf7-submit:hover {
    background-color: #555;
}

h1.static-page {
    padding-bottom: 34px;
}

h3.ad-small {
    margin-top: 0;
}

.center-crop img {
    object-fit: cover;
    object-position: center;
    height: 500px;
    width: 100%;
}

ul#social-media {
    list-style-type: none;
    padding-left: 0;
    margin: 25px 0;
}

ul#social-media li {
    display: inline;
    padding: 10px 15px;
}

#social-media i {
    font-size: 24px;
    text-align: center;
}

.news-top {
    padding-top: 100px;
}

.metadata {
    padding: 25px 0;
    border-top: 3px solid #777;
    margin: 35px 0 5px 0;
}

.metadata-text,
#article-content > div.metadata > span > span {
    line-height: 1;
    margin: 0;
    padding: 0;
    font-family: 'Roboto Mono', monospace;
    font-size: 13px;
    text-transform: uppercase;
    color: #555;
}

.empfehlung {
    padding-top: 25px;
    border-top: 1px solid #eee;
}

a.tag-item {
    font-family: 'Roboto Mono', monospace;
    font-size: 13px;
    text-transform: uppercase;
    color: #555;
    padding: 0 7px 0 0;
}

.grey-banner {
    background-color: #eee;
    padding: 25px 0;
    margin: 0 0 50px 0;
}

.grey-banner-news {
    background-color: #eee;
    padding: 25px 0;
    margin: 85px 0 15px 0;
}

.grey-banner-bottom {
    background-color: #eee;
    padding: 25px 0;
    margin: 0;
}

.breadcrumbs {
    font-family: 'Roboto Mono', monospace;
    font-size: 13px;
    margin-top: 25px;
    text-transform: uppercase;
    color: #555;
}

.breadcrumbs-white,
.breadcrumbs-white a {
    font-family: 'Roboto Mono', monospace;
    font-size: 13px;
    margin-top: 25px;
    text-transform: uppercase;
    color: #fff;
}

.article {
    padding: 15px 0;
}

.article-date {
    font-family: 'Roboto Mono', monospace;
    font-size: 13px;
    text-transform: uppercase;
    color: #555;
    margin-bottom: 3px;
}

.article-preview {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.featured-image-sub {
    background-color: black;
    padding: 10px;
    color: white;
}

.margin-top {
    margin-top: 34px;
}

.article-more {
    margin-bottom: 51px;
}

.article-more a {
    font-family: 'Roboto Mono', monospace;
    font-size: 15px;
    color: #555;
    padding: 10px 20px;
    border: 1px solid #777;
    background-color: white;
    border-radius: 0;
    margin-bottom: 17px;
}

h2.article-teaser-header {
    font-size: 21px;
    margin: 0;
    padding: 5px 0 0 0;
    line-height: 1.2;
}

h2.article-teaser-header a {
    font-weight: 500;
}

.img-center img {
    margin: 0 auto;
}

.ad-small {
    font-family: 'Roboto Mono', monospace;
    font-size: 12px;
    color: #555;
}

.ad-small-sidebar {
    margin-top: 0;
    font-family: 'Roboto Mono', monospace;
    font-size: 12px;
    color: #555;
}

h1.feed-headline,
h2.feed-headline {
    font-family: 'Roboto Mono', monospace;
    font-size: 21px;
    padding-bottom: 8px;
    margin-bottom: 51px;
    text-transform: uppercase;
    color: #555;
    border-bottom: 1px solid #777;
}

.latest-test-box {
    padding: 5px;
}

.ad-margin {
    margin-top: 25px;
}

.sb-headline {
    font-family: 'Roboto Mono', monospace;
    font-size: 21px;
    text-transform: uppercase;
    color: #555;
    border-bottom: 1px solid #777;
    margin: 0 0 20px 0;
}

.sb-headline-blog {
    font-family: 'Roboto Mono', monospace;
    font-size: 21px;
    text-transform: uppercase;
    color: #555;
    border-bottom: 1px solid #777;
    padding-bottom: 8px;
    margin: 21px 0 20px 0;
}

.sb-headline-no-margin {
    font-family: 'Roboto Mono', monospace;
    font-size: 21px;
    text-transform: uppercase;
    color: #555;
    margin-top: 0;
    border-bottom: 1px solid #777;
}

.ad-block {
    margin-bottom: 100px;
}

.ad-block-sidebar {
    margin-top: 0;
    margin-bottom: 68px;
}

.ad-center {
    margin: 0 auto;
    padding-top: 17px;
}

.ad-center-left {
    padding-top: 17px;
}

.ad-center-top {
    margin: 0 auto;
    text-align: center;
}

.werbung {
    margin-top: 10px;
}

#header-text {
    min-height: 110px;
    color: white;
    background-color: rgba(38, 50, 56, 0.9);
    padding: 25px 25px 15px 25px;
}

.thumbnails img {
    padding: 0;
}

.main-teaser-text {
    color: #ffffff;
    font-size: 25px;
    line-height: 1.2;
}

.main-teaser-sub {
    font-family: 'Roboto Mono', monospace;
    text-transform: uppercase;
    color: #757575;
    font-size: 15px;
}

.article p {
    font-size: 17px;
    line-height: 1.6;
    margin: 0 0 17px 0;
}

#ad-above-result {
    margin-top: 34px;
}

#ad-under-result {
    margin-top: 17px;
}

.article h2 {
    margin: 51px 0 17px 0;
}

.article img.size-full {
    width: 100%;
	height: auto;
    padding: 0 0 17px 0;
}

.neueste-tests {
    margin: 0 0 15px 0;
    border: 1px solid #E0E0E0;
}

.neueste-tests a {
    color: #333;
    font-size: 15px;
}

.neueste-news {
    margin-bottom: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #E0E0E0;
}

.neueste-news a {
    font-size: 15px;
    color: #555;
    line-height: 1;
}

.single-post,
.single-post-home {
    margin-bottom: 51px;
}

.post-content {
    background: none repeat scroll 0 0 #ffffff;
    opacity: 0.85;
    bottom: 0;
    left: 0;
    position: absolute;
    padding: 10px;
}

.post-content p {
    margin: 0;
}

#static-article-content h2 {
    font-size: 21px;
}

.thumbnails {
    position: relative;
}

.label-primary {
    color: #757575;
    font-weight: normal;
}

.label-primary:hover {
    background-color: white;
    color: #333;
}

.footer-wrapper {
    background-color: #333333;
}

.footer {
    color: white;
}

.social-media-footer ul {
    list-style-type: none;
    margin: 34px 0;
}

.social-media-footer li {
    display: inline;
}

.social-media-footer li i {
    color: #ffffff;
    font-size: 34px;
    padding: 15px;
}

.form-control {
    padding: 20px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.form-group {
    margin-bottom: 30px;
}

.btn-success {
    margin-top: 25px;
    background-color: #555;
    border-color: #333;
    padding: 15px;
}

ul.footer-menu {
    list-style-type: none;
    margin: 17px 0;
}

ul.footer-menu li {
    display: inline;
}

ul.footer-menu li a {
    color: #ffffff;
    padding: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

p.footer-text {
    color: #ffffff;
    font-size: 15px;
    padding: 34px 0;
}

img#footer-logo {
    margin: 68px 0 34px 0;
}


/* SUCHFUNKTION */

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 40%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }
    .overlay .closebtn {
        font-size: 40px;
        top: 17px;
        right: 34px;
    }
}

input#s {
    background: none;
    border: none;
    color: white;
    border-bottom: 1px solid white;
    padding: 17px;
    font-size: 34px;
}

input#searchsubmit {
    font-size: 34px;
    color: white;
    background: none;
    padding: 17px;
    border: 1px solid white;
    margin-left: 34px;
}

input#searchsubmit:hover {
    color: black;
    background: white;
}
