/*
Theme Name: Vendipro Childtheme
Description: Childtheme
Author URI: http://www.matratzenlounge.de
Template: vendipro
Version: 1.0
*/

/*Füge deinen Code unter dieser Zeile ein. Nutze ggf. !important, um Styles aus dem Haupttheme zu überschreiben.*/

#hbar {
    background: #fff!important;
}


body {color: #4d5555!important;}


/* --- Hauptmenü */

header#hmain .navbar ul {
    font-size: 1.3em!important;
    font-weight: bolder;
    text-transform: uppercase;
}

header#hmain .navbar ul li a:hover {color: #204085!important;}


#hbar {font-size: 14px;}

.navbar {   
    padding-top: 15px;
    padding-bottom: 15px;
}

/* --- Startseite */

.wp-block-image figcaption {
    
    margin-top: .5em;
    margin-bottom: 1em;
    color: #fff;
    text-align: center;
    font-size: 1.2em;
    background-color: #4d5555;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;   
}


/* --- Kategorieanzeige Unterseite */

.wc-content .page-title {
    display: inline-block;
    margin-right: 0.5em;
    font-weight: 300!important;
    text-transform: uppercase;
    font-size: 2.3em;
}


/* --- Footer */
footer#bottom {
    
background: #fff!important;
}






/* Nackenkissenkonfigurator */

	h1 { font: 35px/1.1 "Raleway", sans-serif;}
	h2 { font: 28px/1.1 "Raleway", sans-serif;}
	h3 { font: 26px/1.1 "Raleway", sans-serif;}
	h4 { font: 24px/1.1 "Raleway", sans-serif;}
	h5 { font: 20px/1.1 "Raleway", sans-serif;}
	h6 { font: 18px/1.1 "Raleway", sans-serif;}
	

.width100 {
    max-width: 100%;
}

.margintop20 {
    margin-top: 20px !important; 
}

.marginbottom20 {
    margin-bottom: 20px !important;
}

.bordertrb {
    border-top: 0px solid #c8c9c9;
    border-right: 0px solid #c8c9c9;
    border-bottom: 0px solid #c8c9c9;
    float: left;
}

.abfragemodul {
    margin: 20px 0px 20px 0px;
    width: 100%;
    float: left;
}

.cont {
    width: 100%;
    margin: 0px 0px 70px 0px;
    float: left;
}

.contl {
    width: 60%;
    float: left;
    margin: 0px 0px 20px 0px;
}

.contr {
    width: 40%;
    float: left;
    text-align: right;
}

.contr img {
    text-align: center;
}

.cnumber {
    padding: 10px 20px;
    margin-right: 20px;
    background: #e2e9f3;
    font-size: 1.0em;
}

.cont h3 {
    margin: 0px 0px 20px 0px;
    font-size: 1.2em;
}

.cont p {
    margin-left: 70px;
}

.cont select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  font-size: 1em;
  width: 100%
}

.cont select {
    margin-left: 70px;
    width:100%;
    border: 1px solid #bbb;
    padding: 6px 12px;
    box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
    background-color:white;
    background-image:url(select-arrow.png);
    background-position: right;
    background-repeat: no-repeat;
}

.cont select:hover {
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
}

.cont select option {
  border-top:1px solid #bbb;
  padding:.3em 1em .3em 1em;
}

/* hide browser-styling (arrow) in IE10 */
.cont select::-ms-expand {
  display:none;
}


.cont .lt-ie10 select {
    background-image: none;
}

.contsubmit {
    margin-left: 70px !important;
    width: 100% !important;
    padding: 10px 0px !important;
}

.noinitshow,
.abfragemodul {
    display: none;
}


@media (max-width: 780px) {

    .contl {
        min-width: 80%;
    }
    
    .contr {
        margin-left: 70px;
    }
}
