/*
Theme Name: Stockholm Child
Theme URI: http://demo.select-themes.com/stockholm/
Description: A child theme of Stockholm Theme
Author: Select Themes
Author URI: http://select-themes.com
Version: 1.1
Text Domain: stockholm
Template: stockholm
*/




/*------------------------------------*\     
LAYOUT
\*------------------------------------*/
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: red !important;
    color: red !important;
}


.footer_bottom p, .footer_bottom span, .footer_bottom ul li a {
    margin: 0;
    color: #fff !important;
}


.vc_row.wpb_row.vc_inner.section.vc_row-fluid.transparent {

    background-color: transparent !important;
}



.vorher.wpb_column.vc_column_container.vc_col-sm-6 {

    width: 50% !important;
    float: left !important;
}

.nachher.wpb_column.vc_column_container.vc_col-sm-6 {

    width: 50% !important;
    float: right !important;
}


.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100%;
}


/*------------------------------------*\     
FONTS
\*------------------------------------*/

body {

    font-size: 14px !important;
    color:#696969 !important;

}

h1 {
    font-size: 25px !important;
    line-height: 1.3125em;
    letter-spacing: 4px;
    font-weight: 600 !important;
    text-transform: uppercase;
    color: #A10F16 !important;
    margin-top: 40px !important;
}

.footer_top .widget h4 {
    color: #A10F16 !important;
    margin: 0 0 15px;
}

h3 {
    font-family: 'Crete Round',sans-serif;
    font-size: 20px !important;
    line-height: 1.2857142857143em;
    font-style: normal !important;
    font-weight: 400;
    color: #A10F16 !important;
}

.content a:hover {

    text-decoration: underline !important;
}

.footer_top a:hover {

    text-decoration: underline !important;
}

.footer_bottom a:hover {

    text-decoration: underline !important;
}

h5 {
    font-size: 40px;
    line-height: 1.4444444444444em;
    letter-spacing: 1px;
    font-weight: 600 !important;
    text-transform: uppercase;
    color: #fff !important;
}





/*------------------------------------*\     
HEADER
\*------------------------------------*/


header {
    width: 100%;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    position: relative;
    z-index: 110;
    -webkit-backface-visibility: hidden;
    -webkit-box-shadow: 0px 13px 20px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 13px 20px -9px rgba(0,0,0,0.75);
    box-shadow: 0px 13px 20px -9px rgba(0,0,0,0.75);
}

.title {
    display: block;
    width: 100%;
    height: 100px;
    text-align: left;
    position: relative;
    z-index: 101;
   background: #7a0000; /* Old browsers */
background: -moz-linear-gradient(left,  #7a0000 0%, #a10f16 50%, #7a0000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #7a0000 0%,#a10f16 50%,#7a0000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #7a0000 0%,#a10f16 50%,#7a0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a0000', endColorstr='#7a0000',GradientType=1 ); /* IE6-9 */

}

.content.content_top_margin {
    margin-top: 205px !important;
}

    .description1 {
    font-size: 13px !important;
}

.description2 {
    text-align: center !important;
}

header.centered_logo .q_logo {
    top: 0;
    margin-bottom: 20px !important;
}

/*------------------------------------*\     
NAVIGATION
\*------------------------------------*/

nav.main_menu > ul > li > a {
    position: relative;
    padding: 0 14px !important;
    color: #696969;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 14px !important;
 
}

.footer_top .widget_nav_menu li.menu-item a {
    margin-bottom: 10px;
    text-transform: uppercase !important;
}

li.narrow .second .inner ul {
    padding: 14px 0 22px;
    width: 300px !important;
}

.drop_down .narrow .second .inner ul li {
    padding: 0;
    width: 455px !important;
}

/*------------------------------------*\     
MOBILE NAVIGATION
\*------------------------------------*/



/*------------------------------------*\     
BODY
\*------------------------------------*/

.content  {

  background: url('https://edition-kow.com/wp-content/uploads/2017/01/edition_kow_background.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.content .container {
    background-color: transparent !important;
}

.wrapper {
    background-color: transparent !important;
    position: relative;
    z-index: 1000;
    -webkit-transition: left .33s cubic-bezier(0.694,0.0482,0.335,1);
    -moz-transition: left .33s cubic-bezier(0.694,0.0482,0.335,1);
    -o-transition: left .33s cubic-bezier(0.694,0.0482,0.335,1);
    -ms-transition: left .33s cubic-bezier(0.694,0.0482,0.335,1);
    transition: left .33s cubic-bezier(0.694,0.0482,0.335,1);
    left: 0;
}



.vc_row.wpb_row.section.vc_row-fluid {

    background-color: rgba(255,255,255, 0.95) !important;
}

/*------------------------------------*\     
SIDEBAR
\*------------------------------------*/




/*------------------------------------*\     
FOOTER
\*------------------------------------*/


.footer_bottom_holder {
    display: block;

background: #7a0000; /* Old browsers */
background: -moz-linear-gradient(left,  #7a0000 0%, #a10f16 50%, #7a0000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #7a0000 0%,#a10f16 50%,#7a0000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #7a0000 0%,#a10f16 50%,#7a0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a0000', endColorstr='#7a0000',GradientType=1 ); /* IE6-9 */


}   

.footer_top_holder {
    display: block;
    background-color: #efefef !important;
}

.footer_top a, .footer_top p, .footer_top li, .footer_top .textwidget, .footer_top .widget_recent_entries > ul > li > span {
    color: #696969 !important;
    word-wrap: break-word;
}


.footer_bottom {
    display: table-cell;
    text-align: center;
    line-height: 22px;
    height: 65px;
    width: 1%;
    vertical-align: middle;
    color: #fff !important;
}

.footer_bottom a {

    color: #fff !important;
}

.footer_bottom a:hover {

    text-decoration: underline !important;
}

.footer_top {
    padding: 32px 0 32px !important;
}

/*------------------------------------*\     
BLOG
\*------------------------------------*/




/*------------------------------------*\     
PORTFOLIO
\*------------------------------------*/




/*------------------------------------*\     
GALLERY
\*------------------------------------*/




/*------------------------------------*\     
CONTACT FORM
\*------------------------------------*/

input.wpcf7-form-control.wpcf7-text, input.wpcf7-form-control.wpcf7-number, input.wpcf7-form-control.wpcf7-date, textarea.wpcf7-form-control.wpcf7-textarea, select.wpcf7-form-control.wpcf7-select, input.wpcf7-form-control.wpcf7-quiz {
    margin: 0 0 15px;
    padding: 10px 17px;
    border: 2px solid transparent;
    outline: 0;
    resize: none;
    font-family: inherit;
    line-height: 18px;
    background-color: #fff;
    color: #8d8d8d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px !important;
}

div.wpcf7-response-output.wpcf7-validation-errors {
    background-color: #a58b2c !important;
}


input.wpcf7-form-control.wpcf7-text, input.wpcf7-form-control.wpcf7-number, input.wpcf7-form-control.wpcf7-date, textarea.wpcf7-form-control.wpcf7-textarea, select.wpcf7-form-control.wpcf7-select, input.wpcf7-form-control.wpcf7-quiz {
    margin: 0 0 15px;
    padding: 10px 17px;
    border: 2px solid transparent;
    outline: 0;
    resize: none;
    font-family: inherit;
    line-height: 18px;
    background-color: #fff;
    color: #8d8d8d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px !important;
}

input.wpcf7-form-control.wpcf7-submit {
    text-transform: lowercase !important;
    width: 50% !important;
    text-align: center !important;
    margin-left: 20% !important;

}

div.wpcf7-response-output.wpcf7-validation-errors {
    background-color: #A10F16 !important;
}

.form_half {
width: 48.5%;
float: left;
margin-right: 1%;
}

.form_half_last {margin-right:0;
    float:right;
}

#very-special-field
{
  margin-top: 55px !important;
}

input.wpcf7-form-control.wpcf7-submit {
 
    letter-spacing: 1px !important;
    font-size: 14px !important;
}

.wpcf7 select{
  outline: none;
  font-size:16px;
  font-family:Arial, Helvetica, sans-serif;
}

.wpcf7 input:focus, 
.wpcf7 input:active, 
.wpcf7 textarea:focus, 
.wpcf7 textarea:active {
      border: 2px solid #A10F16 !important;
}

div.wpcf7-response-output.wpcf7-validation-errors:before {
    content: none !important;
}


div.wpcf7-response-output {
    position: relative;
    padding: 17px 30px 17px 55px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    margin-left: 0;
    margin-right: 0;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    border: 0;
}

div.wpcf7-response-output.wpcf7-mail-sent-ok:before {
    content: none !important;
}

/*------------------------------------*\     
OTHER
\*------------------------------------*/


.qbutton {

background-color: transparent !important;

}

.page-id-7 .qbutton {
    width: 93% !important;
    text-align: center !important;
}

a:hover.qbutton  {

    text-decoration: none !important;
    background-color: #A10F16 !important;
}

/*------------------------------------*\     
HOME
\*------------------------------------*/


.page-id-116 .vc_row.wpb_row.section.vc_row-fluid {

    background-color: transparent !important;
}

.page-id-116 .content .content_inner > .container > .container_inner.default_template_holder {
    padding-top: 50px !important;
    padding-bottom: 100px !important;
}

/*------------------------------------*\     
LOGIN
\*------------------------------------*/

.page-id-126 .content  {

background-color: #fff !important;
background: none !important;

}

/*------------------------------------*\     
SPECIFIC SCREENSIZE
\*------------------------------------*/



@media screen and (max-width: 2560px) {

.page-id-7 .vc_col-sm-3 {
    width: 25%;
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.page-id-7 .vc_col-sm-3 {
    width: 45% !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.content .content_inner > .container > .container_inner.default_template_holder {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.two_columns_50_50>.column1 {
    width: 70% !important;
    float: left;
}

.two_columns_50_50>.column2 {
    width: 30% !important;
    float: left;
}


}


@media screen and (max-width: 1920px) {


}

@media screen and (max-width: 1910px) {


}

@media screen and (max-width: 1680px) {


}

@media screen and (max-width: 1600px) {


}

@media screen and (max-width: 1440px) {


}

@media screen and (max-width: 1366px) {


}

@media screen and (max-width: 1280px) {


}


/*------------------------------------*\     
MOBILE
\*------------------------------------*/

/*Ipad Landscape*/

@media screen and (max-width: 1024px) {



}

@media screen and (max-width: 885px) {

}


/*Ipad Portrait*/


@media screen and (max-width: 768px) {

    h1 {
    font-size: 20px !important;

}

    .description1 {
    display: none !important;
}

.description2 {
    text-align: center !important;
    margin-top: 6px;
    margin-bottom: 10px !important;
}

header .q_logo img.normal {
    display: block!important;
    opacity: 1!important;
    position: relative;
    margin: 0 auto;
    width: 80% !important;
    height: auto !important;
    margin-top: 15px !important;
}

.page-id-7 .vc_col-sm-3 {
    width: 60% !important;
    margin-left: 20% !important;
    margin-right: 20% !important;
}

.form_half {
    width: 100% !important;
    float: left;
    margin-right: 1%;
}

}



/*Iphone 6/7 Plus Landscape*/



@media screen and (max-width: 736px) {

.page-id-7 .vc_col-sm-3 {
    width: 60% !important;
    margin-left: 20% !important;
    margin-right: 20% !important;
}

}



@media screen and (max-width: 714px) {



}


/*Iphone 6/7  Landscape*/


@media screen and (max-width: 667px) {



}




/*Iphone 5 Landscape*/


@media screen and (max-width: 568px) {



}

/*Iphone 4 Landscape*/

@media screen and (max-width: 480px) {



}

/*Nexus 6P*/

@media screen and (max-width: 435px) {



}




/*Iphone 6/7 Plus Portrait*/

@media screen and (max-width: 414px) {

        h1 {
    font-size: 16px !important;

}


.page-id-7 .vc_col-sm-3 {
    width: 80% !important;
    margin-left: 6% !important;
    margin-right: 10% !important;
}

header .q_logo img.normal {
    display: block!important;
    opacity: 1!important;
    position: relative;
    margin: 0 auto;
    width: 20% !important;
    height: auto !important;
    margin-top: 10px !important;
}

.description2 {
    text-align: center !important;
    margin-top: 6px;
    margin-bottom: 8px !important;
    font-size: 12px !important;
}

.two_columns_50_50>.column1 {
    width: 100% !important;
    float: left;
}

.two_columns_50_50>.column2 {
    width: 100% !important;
    float: left;
}

#back_to_top.on {

    right: 0px !important;
}

#back_to_top {

    bottom: 76px !important;

}

}

/*Nexus 5X*/

@media screen and (max-width: 411px) {



}



/*Iphone 6/7 Portrait*/

@media screen and (max-width: 375px) {

header .q_logo img.normal {
    display: block!important;
    opacity: 1!important;
    position: relative;
    margin: 0 auto;
    width: 100% !important;
    height: auto !important;
    margin-top: 20px !important;
}

.description2 {
    text-align: center !important;
    margin-top: 6px;
    margin-bottom: 8px !important;
    font-size: 11px !important;
}

}


/*Galaxy S5*/

@media screen and (max-width: 375px) {



}




/*Iphone 4/5 Portrait*/



@media screen and (max-width: 320px) {



}

@media screen and (max-width: 240px) {

	

}
	


/*
ZWISCHEN ZWEI GROESSEN:
*/


@media screen and (min-width: 980px) and (max-width: 1130px) {
 


}


