/*
Theme Name: Rottweiler vom Wiepeldorn
Author: Torben Ewert
Version: 1.0
*/

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

@-ms-viewport{width: device-width;}
@import url(http://weloveiconfonts.com/api/?family=entypo);


* {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    color: #000;
}
html,
body {
    font: 100%/1.4 Arial, Helvetica, sans-serif;
    color: #000;
    height: 100%;
    overflow-x: hidden;
    margin-top: 0px !important;
}
html {
    background-image: linear-gradient(rgba(255, 255, 255, 1.9), rgba(255, 255, 255, .85)), url(src/pattern.png);
}
a {
    text-decoration: none;
    color: #fff;
}
img {
    max-width: 100%;
    height: auto;
    margin: 10px;
}
/* entypo */

[class*="entypo-"]:before {
    font-family: 'entypo', sans-serif;
}
#header {
    position: relative;
    width: 100%;
    height: 100px;
    top: 0;
    border-bottom: 4px solid #3c3f41;
    background: #017F3A;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#01873E', endColorstr='#017F3A');
    /* for IE */
    background-image: -webkit-linear-gradient(top, #01873E 0%, #017F3A 100%);
    background-image: -moz-linear-gradient(top, #01873E 0%, #017F3A 100%);
    background-image: -o-linear-gradient(top, #01873E 0%, #017F3A 100%);
    background-image: linear-gradient(top, #01873E 0%, #017F3A 100%);
    -webkit-box-shadow: 0 3px 6px 0px black;
    -moz-box-shadow: 0 3px 6px 0px black;
    box-shadow: 0 3px 6px 0px black;
}
#fdw {
    float: right;
    margin-right: 50px;
}
.toggleMenu {
    position: absolute;
    top: 40px;
    right: 60px;
    width: 250px;
    display: none;
    background: #666;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
.nav {
    list-style: none;
    height: 100px;
    position: relative;
}
.nav a {
    padding: 10px 15px;
    color: #fff;
}
.nav li {
    position: relative;
    float: left;
    z-index: 200;
    height: 100%;
}
.nav li a {
    text-align: center;
    min-width: 80px;
    border-left: 1px solid #505C5B;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    display: block;
    padding: 39px 10px;
}
.nav li:last-child a {
    border-right: 1px solid #505C5B;
}
.nav li a {
    display: block;
}
.nav li a:hover {
    -webkit-box-shadow: inset 0 3px 3px -1px black;
    -moz-box-shadow: inset 0 3px 3px -1px black;
    box-shadow: inset 0 3px 3px -1px black;
}
.nav li ul {
    position: absolute;
    left: -99999999px;
    z-index: 100;
    width: 100%;
    list-style-type: none;
    padding: 0 !important;
    -webkit-box-shadow: 0 2px 10px -1px black;
    -moz-box-shadow: 0 2px 10px -1px black;
    box-shadow: 0 2px 10px -1px black;
}
.nav li ul li {
    width: 100%;
    background: #01873E;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#01873E', endColorstr='#01873E');
    /* for IE */
    background-image: -webkit-linear-gradient(bottom, #01873E 0%, #01873E 150%);
    background-image: -moz-linear-gradient(bottom, #01873E 0%, #01873E 150%);
    background-image: -o-linear-gradient(bottom, #01873E 0%, #01873E 150%);
    background-image: linear-gradient(bottom, #01873E 0%, #01873E 150%);
}
.nav li ul li a {
    display: block;
    position: relative;
    z-index: 100;
    text-decoration: none;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px groove grey;
    border-left: 1px solid #505C5B;
    border-right: 1px solid #505C5B;
}
.nav li ul li:hover a {
    text-decoration: underline;
}
.nav> li:hover > ul {
    left: 0;
}
#logo {
    margin: 0 0 0 100px;
    position: absolute;
    top: 30px;
}
#logo h1 {
    color: #fff;
    font-family: 'Bad Script';
}
#logo h1 a {
    color: #fff;
    text-decoration: none;
}
#footer,
wrapper:after {
    height: 100px;
}
#footer {
    background: #017F3A;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#01873E', endColorstr='#017F3A');
    /* for IE */
    background-image: -webkit-linear-gradient(top, #01873E 0%, #017F3A 100%);
    background-image: -moz-linear-gradient(top, #01873E 0%, #017F3A 100%);
    background-image: -o-linear-gradient(top, #01873E 0%, #017F3A 100%);
    background-image: linear-gradient(top, #01873E 0%, #017F3A 100%);
    -webkit-box-shadow: 0 -3px 6px 0px black;
    -moz-box-shadow: 0 -3px 6px 0px black;
    box-shadow: 0 -3px 6px 0px black;
}
#nav2 {
    display: table;
    margin: 0 auto;
}
#nav2 ul {
    list-style: none;
}
#nav2 ul li {
    float: left;
    margin-top: 40px;
    border-right: 1px solid white;
}
#nav2 ul li:last-child {
    border-right: none;
}
#nav2 ul li > a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0px 10px 0px 10px;
}
#nav2 ul li a:hover {
    text-decoration: underline;
}
.wrapper {
    min-height: 100%;
    margin-bottom: -100px;
    background-image: url(src/dia.png);
    background-repeat: no-repeat;
}
.wrapper:after {
    content: "";
    display: block;
}
#main {
    display: table;
    overflow: auto;
    margin: 50px auto;
    width: 900px;
    padding: 15px 0px 154px 0px;
    height: 100%;
}
.content {
    display: table-cell;
    background-color: #FFF;
    padding: 1px 15px 15px 15px;
    width: 500px;
    min-height: 100%;
    box-shadow: inset 5px -5px #017F3A;
}
.content > div:nth-child(n+2) {
    border-top: 2px solid grey;
}
.content p {
    padding: 0px 10px 10px 10px;
}
.content h1 {
    padding: 10px 10px 0px;
}
.content a {
    color: #000;
    text-decoration: none;
}

.next_post {
    float: right;
    width: 25%;
    height: 50px;
}

.prev_post {
    float: left;
    width: 25%;
    height: 50px;
}

#meta {
    font-size: 10px;
    color: #666;
    border-bottom: 1px solid #017F3A;
    margin-left: 10px;
}
#meta p {
    padding: 0;
}
.row {
    display: table-cell;
    background: transparent;
    width: 25px;
}
#sidebar {
    display: table-cell;
    background: #fff;
    padding: 10px 20px;
    width: 300px;
    box-shadow: inset 5px -5px #017F3A;
    padding: 20px;
}
#sidebar h3 {
    margin-bottom: 10px;
    text-decoration: none;
}
#sidebar a {
    text-decoration: underline;
    font-weight: 400;
    color: #000;
}
#sidebar > div {
    padding: 10px 0px 10px 0px;
    text-align: center;
    border-bottom: 1px solid grey;
    margin: 0 auto;
}

#sidebar > div table {
    margin: 0 auto;
}

.ngg-widget {
    padding: 0 20px !important;
}

.effect {
    position: relative;
}
.effect:before,
.effect:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}
.effect:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg);
}
/* =Comments
----------------------------------------------- */

#comments-title {
    color: #666;
    font-size: 10px;
    font-weight: 500;
    line-height: 2.6em;
    padding: 0 0 2.6em;
    text-transform: uppercase;
    margin-left: 10%;
}
.nopassword,
.nocomments {
    color: #aaa;
    font-size: 24px;
    font-weight: 100;
    margin: 26px 0;
    text-align: center;
}
.commentlist {
    list-style: none;
    margin: 0 auto;
    width: 80%;
    padding: 0;
}
.commentlist > li.comment {
    background: #f6f6f6;
    border: 1px solid #ddd;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 1.625em;
    padding: 1.625em;
    position: relative;
}
.commentlist .pingback {
    margin: 0 0 1.625em;
    padding: 0 1.625em;
}
.commentlist .children {
    list-style: none;
    margin: 0;
}
.commentlist .children li.comment {
    background: #fff;
    border-left: 1px solid #ddd;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    margin: 1.625em 0 0;
    padding: 1.625em;
    position: relative;
}
.commentlist .children li.comment .fn {
    display: block;
}
.comment-meta .fn {
    font-style: normal;
}
.comment-meta {
    color: #666;
    font-size: 12px;
    line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
    line-height: 1.625em;
    margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
    margin: 1.625em 0 0;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
.comment-meta a {
    font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {} .commentlist .avatar {
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px #ccc;
    -moz-box-shadow: 0 1px 2px #ccc;
    box-shadow: 0 1px 2px #ccc;
    left: -102px;
    padding: 0;
    position: absolute;
    top: 0;
}
.commentlist > li.pingback:before {
    content: '';
}
.commentlist .children .avatar {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    left: 2.2em;
    padding: 0;
    top: 2.2em;
}
a.comment-reply-link {
    background: #eee;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #666;
    display: inline-block;
    font-size: 12px;
    padding: 0 8px;
    text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
    background: #888;
    color: #fff;
}
a.comment-reply-link > span {
    display: inline-block;
    position: relative;
    top: -1px;
}
/* Post author highlighting */

.commentlist > li.bypostauthor {
    background: #ddd;
    border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
    color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {}
/* Post Author threaded comments */

.commentlist .children > li.bypostauthor {
    background: #ddd;
    border-color: #d3d3d3;
}
/* sidebar-page.php comments */

/* Make sure we have room for our comment avatars */

.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
    margin-left: 102px;
    width: auto;
}
/* And a full-width comment form */

.page-template-sidebar-page-php #respond {
    width: auto;
}
/* Comment Form */

#respond {
    background: #f6f6f6;
    border: 1px solid #d3d3d3;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    margin: 10px auto;
    position: relative;
    width: 80%;
}
#respond input[type="text"],
#respond textarea {
    background: #fff;
    border: 4px solid #eee;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
    -moz-box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
    box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
    position: relative;
    padding: 10px;
    text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
    position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
    background: #eee;
    -webkit-box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
    -moz-box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
    box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
    color: #555;
    display: inline-block;
    font-size: 13px;
    left: 4px;
    min-width: 60px;
    padding: 4px 10px;
    position: relative;
    top: 10px;
    z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
    text-indent: 0;
    z-index: 1;
}
#respond textarea {
    resize: vertical;
    width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
    color: #bd3500;
    font-size: 18px;
    font-weight: bold;
    z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
    font-size: 13px;
}
#respond p {
    margin: 10px 0;
}
#respond .form-submit {
    float: right;
    margin: -20px 0 10px;
}
#respond input#submit {
    background: #222;
    border: none;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    color: #eee;
    cursor: pointer;
    font-size: 15px;
    margin: 20px 0;
    padding: 5px 42px 5px 22px;
    position: relative;
    left: 30px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
#respond input#submit:active {
    background: #1982d1;
    color: #bfddf3;
}
#respond #cancel-comment-reply-link {
    color: #666;
    margin-left: 10px;
    text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
    text-decoration: underline;
}
.commentlist #respond {
    margin: 1.625em 0 0;
    width: auto;
}
#reply-title {
    color: #373737;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
}
#cancel-comment-reply-link {
    color: #888;
    display: block;
    font-size: 10px;
    font-weight: normal;
    line-height: 2.2em;
    letter-spacing: 0.05em;
    position: absolute;
    right: 1.625em;
    text-decoration: none;
    text-transform: uppercase;
    top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
    color: #ff4b33;
}
#respond label {
    line-height: 2.2em;
}
#respond input[type=text] {
    display: block;
    height: 24px;
    width: 75%;
}
#respond p {
    font-size: 12px;
}
p.comment-form-comment {
    margin: 0;
}
.form-allowed-tags {
    display: none;
}
.avatar {
    display: none;
}
@media all and (max-width: 1200px) and (min-width: 940px) {
    .nav {
        display: none;
        top: 100px;
        width: 300px;
        height: 50px;
        position: relative;
    }
    .nav > li:first-child {
        border-top: 6px solid #333;
    }
    .nav li {
        float: none;
    }
    .nav > li {
        position: relative;
        border-bottom: 1px solid #000;
        float: none;
        z-index: none;
        height: auto;
        background-color: #017F3A;
    }
    .nav > li > a {
        text-align: center;
        min-width: 80px;
        border-left: 1px solid #505C5B;
        text-decoration: none;
        display: block;
        padding: 15px 10px;
    }
    .nav > li:last-child > a {
        border-right: none;
    }
    .nav > li > ul {
        position: static;
        left: 0px;
        z-index: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .nav > li > ul > li > a {
        display: block;
        position: static;
        padding: 10px 0;
        float: none;
        border-top: 1px solid #000;
        border-bottom: none;
        border-left: 1px solid #505C5B;
        border-right: 1px solid #505C5B;
    }
    .nav > li:hover > ul {
        left: 0;
    }
}
@media all and (max-width: 940px) {
    #header {
        height: 175px;
    }
    #logo {
        position: relative;
        width: 100%;
        text-align: center;
        margin: 0 0;
    }
    .toggleMenu {
        display: block;
        position: static;
        width: 50%;
        right: auto;
        margin: 55px 25%;
        top: auto;
        float: none;
    }
    #fdw {
        position: relative;
        float: none;
        margin: 0;
        width: 100%;
        top: -20px;
    }
    .nav {
        display: none;
        width: 50%;
        margin-left: 25%;
        margin-right: 25%;
        padding: 0;
    }
    .nav > li:first-child {
        border-top: 6px solid #333;
    }
    .nav li {
        float: none;
    }
    .nav > li {
        position: relative;
        border-bottom: 1px solid #000;
        float: none;
        z-index: none;
        height: auto;
        background-color: #017F3A;
    }
    .nav > li > a {
        text-align: center;
        min-width: 80px;
        border-left: 1px solid #505C5B;
        text-decoration: none;
        display: block;
        padding: 15px 10px;
    }
    .nav > li:last-child > a {
        border-right: none;
    }
    .nav > li > ul {
        position: static;
        left: 0px;
        z-index: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .nav > li > ul > li > a {
        display: block;
        position: static;
        padding: 10px 0;
        float: none;
        border-top: 1px solid #000;
        border-bottom: none;
        border-left: 1px solid #505C5B;
        border-right: 1px solid #505C5B;
    }
    .nav> li:hover > ul {
        left: 0;
    }
    #main {
        display: block;
        width: 80%;
    }
    .row {
        display: none;
        width: 0;
    }
    #sidebar {
        display: block;
        float: left;
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }
    .content {
        display: block;
        float: left;
        width: 100%;
    }
}