/*
 Theme Name:   Deep Focus 4 Silvervision
 Description:  Child Theme for silvervision.de
 Author:       Joerg Niemann
 Template:     DeepFocus
 Version:      0.1
*/

@import url("../DeepFocus/style.css");


/* Aenderungen von Ole - Ueberschreiben style.css **/

#tagline {line-height: 45px; padding-bottom: 60px; padding-top:30px;}
#tagline p {font-size: 48px; color: #fff; background:url(none) no-repeat left top; padding:0px 0px 0 40px; min-height:34px; }
#tagline span {background:url(none) no-repeat right bottom; padding:0 50px 3px 40px; font-size: 24px; line-height: 24px; color: #fff;  }
div.service {float:left; width:274px; padding: 52px 65px 106px 0px;}

h3.recentworks { padding: 7px 0px 5px; }



body {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-size: 15px;
}
p {
    line-height: 22px;
}
h1, h2, h3, h4, h5, h6, a {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

.home {
    float:left;
    width:100%;
    min-height: 325px;
}
#sidebar .widget {
    /*padding-bottom: 50px;*/
}

/** Three Columns **/
.home.three .widget.col1,
.home.three .widget.col2,
.home.three .widget.col3 {
    display: inline-block;
    float: left;
    width: 274px;
}
.home.three .widget.col1,
.home.three .widget.col2 {
    padding-right: 65px;
}
.home.three .widget.col3 {
    padding-right: 0;
}
/** One Column **/
.home.one .widget.col1 {
    display: inline-block;
    float: left;
    width: 952px;
    padding-bottom: 106px;
}
.home.one .widget.col1 img {
    max-width: 952px;
}

/** Two Columns first is double  **/
.home.two_double_single .widget.col1 {
    display: inline-block;
    float: left;
    width: 613px;
}
.home.two_double_single .widget.col2 {
    display: inline-block;
    float: left;
    width: 274px;
}
.home.two_double_single .widget.col1 {
    padding-right: 65px;
}

/** Two Columns first is single  **/
.home.two_single_double .widget.col1 {
    display: inline-block;
    float: left;
    width: 274px;
}
.home.two_single_double .widget.col2 {
    display: inline-block;
    float: left;
    width: 613px;
}
.home.two_single_double .widget.col1 {
    padding-right: 65px;
}

.title-box_primary {
    color: #fff;
}
.widget h4.widgettitle {
    color: #fff;
}
.home .widget {
    padding-bottom: 50px;
}

.entry .wp-post-image {
    margin-bottom:50px;
}

/******** Social Media & Language Sidebar *************/

#social_media_lang_sidebar {
    float:right;
    width:500px;
}
#social_media_lang_sidebar div {
    margin-top: 5px;
}
#social_media_lang_sidebar div.socialmedia-buttons {
    margin-top: 0;
}
.lang-item { display:inline; }
ul li .lang-item {
    text-transform:uppercase;
   	float:left;
   	list-style-type:none;
}


/******** Formulare *************/

/* type email in theme nicht beruecksichtigt */
input[type=email] { background-color:#fff; border:1px solid #bbb; padding: 2px; color: #4e4e4e; }
input[type=email]:focus { border-color:#2D3940; color: #3e3e3e; }
input[type=email] { margin:0.5em 0; }

.home input[type=text],
.home input[type=email] {
    width: 100%;
}
.page input[type=text],
.page input[type=email] {
    width: 100%;
}
textarea {
    width: 100%;
}

input[type=submit],
a.readmore {
    font-family: ColaborateThinRegular;
    text-decoration: none;
    font-size: 100%;
    height: 25px;
    background-color: #ffffff;
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#E2E2E2));
    background: -webkit-linear-gradient(top, #ffffff, #E2E2E2);
    background: -moz-linear-gradient(top, #ffffff, #E2E2E2);
    background: -o-linear-gradient(top, #ffffff, #E2E2E2);
    background: -ms-linear-gradient(top, #ffffff, #E2E2E2);
    background: linear-gradient(top, #ffffff, #E2E2E2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border: none;
    text-shadow: 1px 1px 0 #FFFFFF;
    color: #323232 !important;
    display: block;
    cursor: pointer;
}

a.readmore {
    height: 25px;
}
a.readmore span, .reply-container a {
    padding-top: 2px;
}
a.readmore span {
    background: none;
}

.teaser_widget_desc a.readmore {
    float: left;
    padding-left: 5px;
    padding-top: 2px;
    margin-right: 5px;
}


/******** Sidebar *************/

.home .recentscroll {
    height: 320px;
}

#sidebar #blog-top {
    background: url("images/fromblog-top_small.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#sidebar #blog {
    background: url("images/fromblog-bottom_small.png") no-repeat scroll left bottom rgba(0, 0, 0, 0);
}
#sidebar #controllers2 {
    left: 87px;
}
#sidebar #blog-content {
    padding: 7px 12px 6px 12px;
}

#sidebar input {
    width: 244px;
}
#sidebar #mce-EMAIL {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}


#sidebar textarea {
    width: 235px;
}
#sidebar input[type=submit] {
    width: 250px;
}

#sidebar #blog {
    margin-left: 25px;
    margin-bottom: 65px;
    width: 244px;
}

.bottom_null,
.bottom_null input {
    padding-bottom: 0;
    margin-bottom: 0;
    height: 40px;
}


/******** Sidebar Kontaktform auf Kontaktseite ausblenden *************/

.page-template-page-contact-php #sidebar #text-4,
.page-template-page-contact-php #sidebar #text-9 {
    display: none;
}

/******** Footer *************/

#footer .widget {
    width: 100%;
}
#footer .textwidget {
    text-align: center;
}
#copyright {
    text-align: center;
}


/******** Responsive Styles *************/

@media only screen and ( max-width: 960px ) {
    #home3 div {
        max-width: 750px;
    }
    .home a img,
    .home .widget_sp_image-description {
        max-width: 750px !important;
        max-height: 351px !important;
    }
}
@media only screen and ( min-width: 768px ) and ( max-width: 960px ) {
    #home3 div {
        max-width: 750px;
    }
    .home a img,
    .home .widget_sp_image-description {
        max-width: 750px !important;
        max-height: 351px !important;
    }

}
@media only screen and ( max-width: 767px ) {
    #home3 div {
        max-width: 460px;
    }
    .home a img,
    .home .widget_sp_image-description {
        max-width: 460px !important;
        max-height: 215px !important;
    }
    .wpcf7-captchac {
        padding-top:22px;
    }

}
@media only screen and ( max-width: 479px ) {
    #social_media_lang_sidebar {
        float: none;
        width: 100%;
        position: absolute;
        top: -75px;
        left: -35%;
    }
    img#logo {
        top: -35px;
        left: 45px;
    }
    #home3 p {
        text-align: left;
    }

    #home3 div {
        max-width: 276px;
    }
    .home a img,
    .home .widget_sp_image-description {
        max-width: 276px !important;
        max-height: 129px !important;
    }
    .home .widget_sp_image-description {
        padding-bottom: 90px;
    }
    input[type=submit],
    a.readmore {
        position: relative;
        left:0;
        bottom:-15px;
        height: 25px;
    }
    .wpcf7-captchac {
        padding-top:22px;
    }

}

