/*
  Theme Name: Lodos
  Theme URI: http://www.vivathemes.com
  Description: Personal portfolio WordPress theme
  Author: Viva Themes
  Author URI: http://www.vivathemes.com
  version: 1.0
  Tags: two-column, widget-ready, design, personal, portfolio
  */

*{margin:0; padding:0;}

body {
    /*background: #ececec;*/
    background: #FFFFFF;
    color: #222;
    line-height: 165%;
    font-family: arial, helvetica, tahoma, sans-serif;
    font-size: 12px;
    margin:0;
    padding:0;
}

h1 {
    font-size: 26px;
    color: #333;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 28px;
    font-family: Oswald, arial, helvetica, sans-serif;
}

h2 {
    color: #333;
    margin:0;
    padding:0;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 22px;
    line-height: 22px;
    font-family: Oswald, arial, helvetica, sans-serif;
}

h3 {
    color: #333;
    margin:0;
    padding:0;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    font-family: Oswald, arial, helvetica, sans-serif;
}

h4 {
    color: #333;
    margin:0;
    padding:0;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    font-family: Oswald, arial, helvetica, sans-serif;
}

h5 {
    color: #333;
    margin:0;
    padding:0;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    font-family: Oswald, arial, helvetica, sans-serif;
}


p { margin-bottom: 6px; }

img {
    border: none; padding:0;
}

img a {
    border:none;
}

img.left {
    float: left; border: none; padding: 6px 0 0 0;
}

img.right {
    float: right; border: none; padding: 0 0 0 6px;
}

blockquote {
    border-left:1px solid #ccc;
    margin:15px;
    padding:0 12px 0 12px;
    font-style: italic;
}

code{
    font-family:"Courier New", Courier, monospace;
}


/* links */

a {
    color: #729bad;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* container */

#container {
    width: 940px;
    clear: both;
    margin: 0 auto;
    padding:0;
    margin-top: 20px;
}

/* header */

#top {
    width: 940px;
    float: left;
    clear: left;
    height: 170px;
}

#logo {
    width:170px;
    float:left;
    height: 170px;
    margin-top: 0;
    margin-left: 15px;
}

#logo a {
    color: #ececec;
}

#logo a.site-title {
    color: #333;
    font-family: Oswald, arial, helvetica, sans-serif;
    font-size: 24px;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    margin-top: 30px;
    text-align: center;
}

/* top right section */

#topright {
    width: 370px;
    float: right;
}

/* slogan */

#site-description {
    width: 360px;
    padding-left: 10px;
    border-bottom: solid 1px #ccc;
    margin-top: 80px;
    color: #dd7250;
    font-style: italic;
    height: 30px;
    font-size: 16px;
    line-height: 20px;
}

/* social icons */

#socialize {
    width: 370px;
    float: left;
    clear: left;
    margin-top: 5px;
}

#socialize a {
    width: 26px;
    height: 26px;
    float: left;
    margin-left: 10px;
    display: block;
    -webkit-transition: all 0.2s ease;
    -moz-transition:    all 0.2s ease;
    -ms-transition:     all 0.2s ease;
    -o-transition:      all 0.2s ease;
}

a.twittericon {
    background: url(https://www.moitzfeld-ev.de/fileadmin/template2/css/images/twittericon.png) no-repeat;
}

a.twittericon:hover {
    background: url(https://www.moitzfeld-ev.de/fileadmin/template2/css/images/twittericon.png) no-repeat;
    background-position:0 -26px;
}

a.facebookicon {
    background: url(https://www.moitzfeld-ev.de/fileadmin/template2/css/images/facebookicon.png) no-repeat;
}

a.facebookicon:hover {
    background: url(https://www.moitzfeld-ev.de/fileadmin/template2/css/images/facebookicon.png) no-repeat;
    background-position:0 -26px;
}

a.searchicon {
    background: url(https://www.moitzfeld-ev.de/fileadmin/template2/css/images/searchicon.png) no-repeat;
}

a.searchicon:hover {
    background: url(https://www.moitzfeld-ev.de/fileadmin/template2/css/images/searchicon.png) no-repeat;
    background-position:0 -26px;
}

/* search */

#searchicon {
    height: 26px;
    float: left;
    width: 26px;
    margin-left:10px;
}

#searchicon ul {
    margin: 0;
    padding: 0;
}

#searchicon ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 26px;
    height: 26px;
    background: url(https://www.moitzfeld-ev.de/fileadmin/template2/css/images/searchicon.png) no-repeat;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition:    all 0.2s ease;
    -ms-transition:     all 0.2s ease;
    -o-transition:      all 0.2s ease;
}

#searchicon ul li:hover {
    background: url(https://www.moitzfeld-ev.de/fileadmin/template2/css/images/searchicon.png) no-repeat;
    background-position:0 -26px;
}

#searchicon ul li ul {
    margin: 0;
    padding: 0;
    margin-left: 26px;
    z-index: 600;
    display: none;
    position: absolute;
    margin-top: -3px;
    width: 147px;
    height: 31px;
    background: url(https://www.moitzfeld-ev.de/fileadmin/template2/css/images/searchbg.png) no-repeat;
}

#searchicon h2 {
    display: none;
}

#header h2 {
    display: none;
}

/* content */

#contentwrapper {
    width: 940px;
    clear: both;
    float: left;
    padding: 0;
    margin-top: 30px;
}

#content {
    float: left;
    width: 520px;
}

#contentfull {
    float:left;
    width: 940px;
    padding-top: 0;
}

.attachment-mainthumb {
    float: right;
    margin-left: 20px;
    margin-top: 5px;
}

/* Portfolio */

#portfolio {
    width: 470px;
    float: left;
}

#portfolio .portouter {
    background: url(https://www.moitzfeld-ev.de/fileadmin/template2/css/images/portfoliobg.png) no-repeat bottom center;
    width: 409px;
    height: 282px;
    float: left;
    clear: left;
    margin-bottom: 20px;
    margin-left: -5px;
}

#portfolio .post {
    width: 400px;
    height: 260px;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-left: 5px;
    padding: 0;
}

.attachment-portothumb {
    width: 360px;
    height: 200px;
    float: left;
    clear: left;
    margin-left: 20px;
    margin-top: 20px;
}

#portfolio h1.csc-header {
    margin-bottom: 20px;
}

#portfolio h2.csc-header {
    margin-top: 8px;
    margin-left: 20px;
    float: left;
    clear: left;
}

#portfolio h2.content a {
    color: #dd7250;
    font-size: 16px;
}

.csc-default {
    margin:0;
    padding:0;
    padding-bottom: 30px;
    clear: left;
    float: left;
    width: 100%;
}

#timestamp {
    margin: 0;
    color: #666;
    font-style: italic;
    margin-bottom: 10px;
}

.entry {
}

/* Post and Pages titles */

#contentwrapper * h1 {
    padding: 0;
    line-height: 22px;
    margin: 0;
    margin-bottom: 15px;
    color: #279d2d;
    font-size: 20px;
    text-transform: uppercase;
    font-family: Oswald, arial, helvetica, sans-serif;
}

#contentwrapper * h2 {
    margin: 0;
    color: #dd7250;
    font-family: Oswald, arial, helvetica, sans-serif;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
}

#contentwrapper * h2 a {
    color: #279d2d;
    padding:0;
    margin: 0;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 20px;
    line-height: 22px;
    text-decoration: none;
    font-family: Oswald, arial, helvetica, sans-serif;
}

h2.content a:hover {
    text-decoration: none;
}

h2.pagetitle {
    display: none;
}

.csc-default ul {}

.csc-default li {
    margin-left: 15px;
}

.entry p {
    margin:8px 0;
}

/* Read More link */

a.more-link {
    color: #729bad;
    text-decoration: none;
    float: left;
    font-style: italic;
}

a.more-link:hover {
    text-decoration: underline;
}

.alignleft a {
    float:left;
    margin:25px 0;
}

.alignright a {
    float:right;
    margin:25px 0;
}

ol {
    margin: 10px;
}

ul {
    margin: 5px;
}

/* Front Widgets*/

#frontwidgets {
    width: 1050px;
    float: left;
    clear: left;
    margin-top: 10px;
}

#frontwidgets h2 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #dd7250;
    font-style: normal;
}

#frontwidgets .widgets {
    width: 240px;
    float: left;
    margin-right: 110px;
    font-style: italic;
}

#frontwidgets ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

#frontwidgets ul li {
    list-style: none;
    margin-bottom: 7px;
}


/* Right Sidebar*/

#rightbar {
    width: 360px;
    float: right;
    padding:0;
}

#rightbar .widgets {
    margin: 0;
    padding: 0;
    float: left;
    clear: left;
    margin-bottom: 30px;
    width: 360px;
    font-style: italic;
}

#rightbar ul {
    margin: 0;
}

#rightbar ul li {
    line-height: 25px;
    list-style: none;
    margin-top: 1px;
}

#rightbar ul li ul li {
    border: none;
    list-style: none;
    margin-left: 0;
    margin-top: 2px;
    float: left;
    clear: left;
    width: 100%;
}

#rightbar ul li a {
    color: #729bad;
    text-decoration: underline;
}

#rightbar ul li a:hover {
    text-decoration: none;
}

#rightbar ul li a:hover {
    text-decoration: none;
}

/* comments */


#commentform {
    margin:0;
    padding:0;
}

#commentform p {
    color: #666;
}

#commentform a {
    color: #666;
    text-decoration: none;
    line-height: 14pt;
}

#commentform h3 {
    font-size: 10pt;
    font-weight: normal;
    color: #333;
    margin:0;
    padding:0;
}

#comment {
    width:80%;
    padding: 5px;
}

#author, #email, #url, #comment, #submit {
    font-size: 11px;
    margin:5px 5px 0 0;
    border: none;
    border: 1px solid #ccc;
    color: #999;
    padding-left: 5px;
    background: none;
}

#author, #email, #url {
    height:16px;
    padding-top:5px;
    padding-bottom: 5px;
}

#submit {
    margin:5px 5px 0 0;
    cursor:pointer;
    color: #999;
    padding: 4px 7px;
    border: solid 1px #ccc;
    background: none;
}

#comments {
    margin:0;
    padding:0;
}

#respond h3,
h3#comments {
    color: #dd7250;
    font-size: 14px;
    margin-bottom: 2px;
    clear: left;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 15px;
    font-family: Oswald, arial, helvetica, sans-serif;
}


.reply a.comment-reply-link {
    font-size: 11px;
    border: none;
    padding:0;
    color: #999;
    padding: 4px 7px;
    border: solid 1px #ccc;
}

.reply a.comment-reply-link:hover,
#submit:hover {
    color: #dd7250;
}

ol.commentlist {
    list-style-type: none;
    margin:0;
    padding:0;
    float:left;
    margin-top: 15px;
}

.avatar {
    float:left;
    margin:0 12px 0 0;
}

ol.commentlist li {
    margin: 0;
    padding: 20px;
    padding-left: 0;
    list-style-type:none;
    float: left;
    width: 400px;
    margin-bottom: 20px;
    border-bottom: solid 1px #ccc;
}

ol.commentlist ul li {
    border: none;
    padding: 20px;
    width: 400px;
    padding-bottom: 0;
    padding-right: 0;

}

ol.commentlist li.alt {

}

ol.commentlist li p {
    margin: 6px 0 6px 0;
    padding: 0 12px 0 0;
    line-height: 14pt;
}

ol.commentlist a {
    color:#666;
    text-decoration: none;
}

cite {
    font-family: arial, verdana, tahoma;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
}

cite a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
}

/* misc */

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    padding-left: 2px;
}

.alignright {
    float: right;
}

.alignleft {
    float: left
}

.alignleft a {
    margin: 5px;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    margin: 0 10px 10px 0;
}

.wp-caption img a{
    margin: 0;
    padding: 0;
    border: 0 none;
    margin: 0 auto;
}

p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

#archivelist {
    float:left;
    margin-right: 0;

}

#archivelist ul li {
    list-style: none;
    line-height: 35px;
}

#archivelist ul {
    height: auto;
    margin-bottom: 30px;
}

#archivelist ul li a {
    color: #666;
    text-transform: uppercase;
}

#archivelist ul li a:hover {
    text-decoration: none;
}


/* footer */

#footer {
    clear: left;
    float: left;
    width: 940px;
    margin-bottom: 20px;
    margin-top: 50px;
    float: left;
    border-top: solid 1px #ccc;
}

#copyinfo {
    width: 420px;
    float: right;
    margin-top: 10px;
    text-align: right
}

#copyinfo a {
    color: #666;
    text-decoration: underline;
}

/* Bottom Widgets*/

#bottomwidgets {
    width: 500px;
    float: left;
    clear: left;
    margin-top: 5px;
}

#bottomwidgets .widgets {
    width: 200px;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    font-style: italic;
}

#bottomwidgets h2 {
    font-size: 14px;
    margin-bottom: 10px;
    color: #666;
    margin-top: 5px;
    font-style: normal;
}

#bottomwidgets ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

#bottomwidgets ul li {
    list-style: none;
    color: #666;
}

#bottomwidgets ul li a {
    color: #666;
    text-decoration: none;
    font-style: normal;
}

#bottomwidgets ul li a:hover {
    text-decoration: underline;
}

 /**
     * Gallery 
     */
    .tx-rgsmoothgallery-pi1 {
        margin: 0 auto 0 auto;
        padding: 0;
    }

    #externalthumbs {
        margin: 20px auto 10px auto;
        width:100%;
    }

    #externalthumbs .label {
        display:none;
    }
    .carouselInner {
    }

    .carouselInner .thumbnail {
        float:left;
        padding:10px;
  opacity: 0.5 !important;
    }
    .carouselInner .thumbnail:hover {
  opacity: 1.0 !important;
    }


.news-latest-date {
  float: right;
  text-align: right;
  font-size: 80%;
}

.news-latest-item {
  clear: both;
  margin-bottom: 20px;
}

.news-single-item {
  width: 60%;
  margin: 0 auto;
}

.news-single-rightbox {
  clear: both;
  text-align: right;
  font-size: 80%;
}

.clearer {
    display:none;
}

   /**
     * Mailformular
     */
    fieldset {
        padding: 10px;
    }
    fieldset.csc-mailform {
        border: 1px dotted grey;
    }
    .csc-mailform-field label {
        clear: left;
    }
    .csc-mailform-field label {
        width: 10em;
        text-align: right;
        display: block;
        float: left;
        padding-right: 0.3em;
    }

    .csc-mailform-radio label {
        float: none;
        display: inline;
        padding-left: 0.5em;
    }

.contenttable-1 td {
    padding: 3px;
    vertical-align: top;
}

.important {
    color: #941734;
}
