/*
Theme Name:     Divi Child Theme
Description:    Child Theme for Divi Theme
Author:         Christoph Walter
Author URI:     http://www.pas-solutions.ch/
Template:       Divi
Version:        1.0
*/
@import url(../Divi/style.css);

/************************
Home 3
************************/

.page-id-20269 .et_pb_text_inner, .page-id-20269 .et_pb_toggle_title, .page-id-20269 .et_pb_toggle_content {
  font-family: "Times New Roman", Times, serif !important;
}

.page-id-20269 .et_pb_section_1_tb_footer .et_pb_text_inner {
	font-size: 19px;
}

/************************
Header
************************/

#logo {
	display: none;
}

#top-menu li a {
    font-weight: 600 !important;
}

/************************
Kontaktformular
************************/

.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #dfdfdf;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 8px 15px;
    width: 100%;
    margin: 0 0 20px 0;
    max-width: 100%;
    resize: none;
}

.wpcf7 input[type="radio"], .wpcf7  input[type="checkbox"] {
    float: left;
    margin: 5px 3px 0 0;
    border: 0;
	line-height: normal;
    width: auto;
}

.btn-black {
    border: 2px solid #beb2a7 !important;
    color: #fff !important;
    display: inline-block;
    padding: 7px 20px 8px;    
	width: auto !important;
	background-color: #beb2a7 !important;    
	letter-spacing: 2px;    
	font-size: 12px !important;
	text-transform: uppercase;    
	box-shadow: none;
    opacity: .65;
}

.wpcf7-list-item {
    margin: 0 0 0 0;
}

.wpcf7-form-control .wpcf7-list-item, .required {
    margin-left: 0px;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 1.6em;
}

.wpcf7-list-item {
	padding-top: 20px;
	padding-bottom: 20px;
}

.mobile_menu_bar:before {
    font-size: 48px;
    color: #8c7361;
}

.et_mobile_menu {
    background: #fff !important;
    border-top: 3px solid #8c7361;
}

@media (max-width: 980px) {
	.et_fixed_nav #main-header {
    position: fixed;
}
.et_pb_fullwidth_header.et_pb_fullwidth_header_0 {
    background-size: cover !important;
}
}



@media only screen and ( max-width: 1400px ) {
#top-menu-nav, #top-menu {display: none;}
#et_top_search {display: none;}
#et_mobile_nav_menu {display: block;}
}

@media all and (min-width: 981px) {}
@media all and (min-width: 361px) and (max-width: 980px) {}
@media all and (max-width: 360px) {}
@media (max-width: 767px) {}
@media (max-width: 980px) {}
@media (max-width: 1400px) {}
@media (max-width: 1280px) {}
@media only screen and (min-width: 1350px) {}