/*
Theme Name:     The Landscaper Child Theme
Theme URI: 		http://demo.qreativethemes.com/thelandscaper/
Description:    Child theme for The Landscaper
Author:         QreativeThemes
Author URI:   	http://themeforest.net/user/QreativeThemes/portfolio
Template:       the-landscaper
Version:        1.0
*/


/* add your custom CSS code below */

.main-navigation .sub-menu > li > a {
    	padding: 3px 21px 3px 18px;
	color: #FFF !important;
}

.main-navigation > li > .sub-menu li a {
    color: #FFF !important;
    background-color: #666 !important;
}

.main-navigation > li > .sub-menu li a:hover {
    color: #999999;
    background-color: #013066 !important;
}

.page-header {
    padding-bottom: 40px !important;
}

h4{
	padding-bottom: 10px;
	border-color: #dcdcdc;
	border-width: 0 0 1px 0;
	border-style: dashed;
}

h5{
	color: #fff;
	font-size: 20px;
	padding-top: 4px;
}

.btn-primary, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus, .btn-primary:hover, .wpcf7-submit, span.wpcf7-list-item, button, .navbar-toggle, input[type="button"], input[type="reset"], input[type="submit"], .jumbotron .carousel-indicators li.active, .post-item .vertical-center span, .post-item .label-wrap .label, .testimonials .testimonial-control, .testimonials .testimonial-control:first-of-type::before, .testimonials .testimonial-control:last-of-type::before, .cta-button, .brochure-box, .project-navigation a, .pagination a.current, .pagination span.current, .sidebar .widget.widget_nav_menu .menu li:hover, .sidebar .widget.widget_nav_menu .menu li.current-menu-item a, .sidebar .widget.widget_nav_menu .menu li a:hover, .panel-group .panel .panel-heading .accordion-toggle[aria-expanded="true"] {
    background-color: #013066 !important;
}

.breadcrumbs span > span {
    color: #013066 !important;
}

.topbar .widget::before {
    background-color: rgba(255, 255, 255, 0.3) !important;

}

.wpcf7-submit{
    margin-left: 40% !important;
}

.links{
	width: 125px;
	height: 180px;
	float: left;
}

.rechts{
	min-height: 180px;
	float: left;
	padding: 0 0 0 25px;
}

.clear{
	clear: both;
}

.grosserlink{
	font-size: 18px !important;
	font-weight: bold;
}

/* Social Media Share Buttons im Gartentechnik Produktkatalog-Template unten */
.social-sharing-buttons {
    display: none !important;
   visibility: hidden;
}

/* Milwaukee Ninja Form */
.nf-field-container .milwaukee{
	color: #fff !important;
}

.nf-error-msg, .ninja-forms-req-symbol {
    color: #999999 !important;
}

/* Bestellanfrage-Formular Dorfner */

/* Kontaktformular */

/* Darstellung in Spalten */

.wps-form {
    width: 100% !important;
    margin: 0 0 50px 0;
}

.wps-form-row {
    display: flex;
    width: 100% !important;

}

.wps-form-row .wpcf7-form-control {
    width: 100%;
}

.wps-form-column01 {
    padding: 0 20px 0 0 !important; 
	width: 20%;
}

.wps-form-column02 {
    padding: 0 20px 0 0 !important;
	width: 20%;
}

.wps-form-column03 {
    padding: 0 !important;
	width: 60%;
}

.textbereich{
	margin: 0 0 50px 0;
	padding: 0 0 0 10px;
	
}
 /*Länge der Formularfelder bei Bestellung */
.wps-form-column01 input[type="text"]
{
    width: 100%;
}

.wps-form-column02 input[type="text"]
{
    width: 100%;
}

.wps-form-column03 input[type="text"]
{
    width: 100%;
}

/* keine Spalten auf Notebook / Desktop */
@media only screen and ( min-width: 48em ) { 
    .wps-form-row {
        flex-direction: row;
    }

    .wps-form-column {
        padding: 0.5rem 1rem;
    }
}

/* Hauptformatierung */
div.wpcf7 {
background-color: #666666 ;
border: 2px solid #999999 ;
border-radius: 15px;
padding: 40px;
color:#ffffff;
font-size:15px;
}

div.wpcf7 h2{
	text-align: center;
	padding: 10px;
	margin: 0 0 50px 10px;
	background: #fff;
	color: #333 !important;

}

.wpcf7-text{
	padding: 5px 20px !important;
	margin: 7px 0 0 0 !important;
	color: #333 !important;
}

.wpcf7-form-control-wrap {
    margin-bottom: 0px !important;
}

/* Drop Down */
.wpcf7 select {
color: black;
width: 25% ;
font-size:17px !important;
}

/* Eingabefelder, E-Mail, Textfeld */
.wpcf7 input[type=”text”],
.wpcf7 input[type=”email”],
.wpcf7 textarea {
background:#ffffff;
color:#000000;
font-family:arial;
width: 70% !important;
}

span.wpcf7-list-item{
	background-color: transparent !important;
}

/* Senden-Button */
.wpcf7 input[type=”submit”], input[type="submit"]
{
background-color: #cccccc !important;
color:#fff !important;
font-family:arial;
font-size: 16px;
margin-left:0%;
text-align:center;
text-transform:uppercase;
float:left;
border: 2px solid #fff;
border-radius: 15px;
padding: 20px !important;
}

/* Dorfner Bestellanfrage-Seite Navileiste unsichtbar */

.page-id-1951316 .navigation, .page-id-1951350 .navigation {
  visibility: hidden !important;
}