/*
Theme Name: Raumausstattung Wallner
Theme URI: raumausstattung-wallner.de
Template: Divi
Author: Bergauf-Media
Author URI: https://bergauf-media.de
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 4.0.3.1573302540
Updated: 2019-11-09 12:29:00

*/
/* roboto-100 - latin */


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #BBB !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #BBB !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #BBB !important;
}

.kontaktformular .wpforms-field-label{
	color: #FFF !important;
}

.kontaktformular .wpforms-field-captcha{
	color: #FFF !important;
}

.kontaktformular .wpforms-submit {
	padding-top: 18px!important;
    padding-right: 45px!important;
    padding-bottom: 14px!important;
    padding-left: 45px!important;
	font-size: 18px !important;
    background-color: #f04c0d !important;
    border-color: #f04c0d !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    letter-spacing: 1px !important;
	color: #FFF !important;
	float:right !important;
	font-family: 'Oswald',sans-serif !important;
}

.kontaktformular .wpforms-submit:hover{
    background-color: #702406 !important;
	border-color: #702406 !important;
}


.mfp-bottom-bar{
	display:none !important;
}

.et_pb_widget ul li a{
	color: #666 !important;
}


#main-header{
	box-shadow:none !important;
}

#et-info{
	text-align:center !important;
	float: none;
}

.logo_container{
	transition:none !important;
}

.et_pb_widget a {
	color: #FFF !important;
}

/** Slide-in form **/

.et_pb_social_media_follow li{
	display:block !important;
}
.et_pb_social_media_follow li > a{
	width:73px !important;
	text-align:inherit;
	padding:0 !important;
	border-radius: 0 !important;
	border: 1px solid #F04C0D !important;
	margin:0 !important;
}

.et_pb_social_media_follow li a.icon:before{
	width:54px !important;
}

.ds-slide-section {
    position: fixed;
    right: 0;
    top: 57%;
    z-index: 999;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    max-width:350px !important;
}

.ds-slide-section.open {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index:99999;
}

.ds-slide-section .ds-slide-module {
    min-height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ds-slide-section .ds-slide-module{
	min-height: inherit !important;
}

.ds-slide-section .ds-slide-module h4 {
    position: absolute;
    right: 100%;
    bottom: 50%;
    padding: 30px 20px;
    background: rgb(168,0,5,0.75);
    text-align: center;
    cursor: pointer;
    -webkit-transform: translateX(50%) rotate(-90deg);
    transform: translateX(50%) rotate(-90deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}

.ds-slide-section .ds-slide-module .et_pb_blurb_content {
    position: absolute;
    right: 100%;
    bottom: 37%;
    padding: 13px 17px;
    background: rgb(255,255,255,1);
    text-align: center;
    cursor: pointer;
    -webkit-transform: translateX(50%) rotate(-90deg);
    transform: translateX(50%) rotate(-90deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
	border: 1px solid #F04C0D;
	width: auto !important;
}

.ds-slide-section .ds-slide-module .et_pb_blurb_content .et_pb_main_blurb_image{
	margin-bottom:0 !important;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	display:block !important;
}

.ds-slide-section .ds-slide-module .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
	padding-bottom: 15px;
}

.ds-slide-section .ds-slide-module .et_pb_blurb_content .et_pb_image_wrap:after {
    content: "Kontakt";
    font-size: 15px;
	color: #F04C0D;
	text-transform:uppercase;
	font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif!important;
}

.ds-slide-section .ds-slide-module a{
	color: #FFF !important;
}

.ds-slide-module .et-pb-contact-message {
    color: #ffffff;
    text-align: center;
}

.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
background-color: #eee !important;
border: none !important;
width: 100% !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
font-size: 14px;
color: #999 !important;
padding: 16px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-top:2% !important
}

#contact-form-light .wpcf7-text, #contact-form-light .wpcf7-textarea, #contact-form-light .wpcf7-captchar {
background-color: transparent !important;
border: 1px solid #bbb !important;
width: 100% !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
font-size: 14px;
color: #FFF !important;
padding: 16px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-top:2% !important
}

#contact-form-light ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF;
  opacity: 1; /* Firefox */
}

#contact-form-light :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFF;
}

#contact-form-light ::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFF;
}


/*.wpcf7-text:nth-child(1n+1){
	margin-right:2% !important;
}*/
.wpcf7-submit {
background-color: #f04c0d;
    border-color: #f04c0d;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
	font-size:12px;
	color: #FFF !important;
	float: right;
    margin-bottom: 10px;
	cursor:pointer;
	border-radius:0;
}

#contact-form-light .wpcf7-submit {
    padding-top: 18px!important;
    padding-right: 45px!important;
    padding-bottom: 14px!important;
    padding-left: 45px!important;
	border-radius:0;
}


div.wpcf7-mail-sent-ok {
    border: none !important;
    background: transparent !important;
    padding: 10px !important;
    margin: 0 !important;
	font-size:12px !important;
	text-align:center !important;
}

div.wpcf7-mail-sent-error {
    border: none !important;
    background: red !important;
    color: #FFF !important;
    padding: 10px !important;
    margin: 0 !important;
	font-size:12px !important;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
    padding: 10px !important;
    margin: 0 !important;
}

div.wpcf7-response-output{
	clear:both;
}

.one-half {
    position: relative;
    margin-right: 2%;
    float: left;
        margin-bottom: 0;
 
}
 
.one-half { width: 49%; }
 
.last {
    margin-right: 0 !important;
    clear: right;
}

.product-list-start .et_pb_blurb_description{
	max-height:150px;
	overflow:hidden;
}

.product-list-start .et_pb_blurb_content{
	max-height: 300px;
    overflow: hidden;
}

.inline-btn{
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

.clear-element{
	clear:both !important;
}

#footer-widgets .footer-widget li a{
	color: #FFF !important;
}

@media only screen and (max-width: 767px){
	
	h1{
		font-size:32px !important;
	}
	
	h2{
		font-size:26px !important;
	}
	
	h3{
		font-size:20px !important;
	}
	
	#page-container .et_pb_section .et_pb_button{
		padding:10px 20px !important;
	}
	
	#et-info-phone {
		margin-right: 13px;
		margin-bottom: 10px;
		display: block;
	}
	
	.et_pb_section .et_pb_row{
		width:90% !important;
	}
	
	#main-header{
		padding:0 !important;
	}
	
	#main-header > .container{
		width:100%;
	}
	
	.et_header_style_centered #main-header div#et-top-navigation{
		padding-left:10px !important;
		padding-right:10px !important;
	}
	.et_header_style_centered #main-header .mobile_nav{
		border-radius: 3px;
	}
	
	.et_header_style_centered .et_mobile_menu{
		top:35px !important;
	}
	
	.et_pb_text.et_hover_enabled:hover{
		background-image: initial;
		transform: none !important;
		background-color: rgba(240,76,13,0.8) !important;
	}
	
	.one-half{
		width:100% !important;
		padding:0 !important
	}
	
	.et_pb_blurb_position_left .et_pb_blurb_container{
		padding-left:0 !important;
		padding-right:20px !important
	}
	
	.product-gallery img{
		height: 500px;
		width: 100%;
		object-fit: cover;
	}
	
	.ds-slide-section {
		width: 100%;
		top: auto!important;
		bottom: 60px;
		left: 0;
		-webkit-transform: translate(0,100%)!important;
		transform: translate(0,100%)!important;
		max-width: 100%!important;
	}
	
	.ds-slide-section.open {
		-webkit-transform: translate(0,0)!important;
		transform: translate(0,0)!important;
	}
	
	.ds-slide-section .ds-slide-module .et_pb_blurb_content {
		bottom: 100%;
		right: 70%;
		-webkit-transform: translateX(50%) rotate(0);
		transform: translateX(50%) rotate(0);
		display: none !important;
	}
	
	.ds-slide-section > .et_pb_row > .et_pb_column > .et_pb_text{
		padding-top:10px !important;
	}
	
	body #page-container .et_pb_section.ds-slide-section .et_pb_button{
		padding: 3px 30px 3px 20px !important;
	}
	
	.ds-slide-section .wpcf7-text, .ds-slide-section .wpcf7-textarea, .ds-slide-section .wpcf7-captchar{
		padding:6px 10px !important;
	}
	
	.ds-slide-section .wpcf7-textarea{
		height:80px;
	}
	
	.ds-slide-section .et_pb_code{
		padding-top:0;
	}
	
	.ds-slide-section .et_pb_text{
		padding-bottom:10px !important;
	}
	
	.ds-slide-section .et_pb_text.clear-element{
		padding-bottom:0 !important;
	}
	
	.ds-slide-section > .et_pb_row{
		border-right-width: 1px;
    	border-right-color: #f04c0d;
	}
	
	#footer-bottom {
		padding-bottom: 100px !important;
	}
	
	.testimonial .et_pb_blurb_position_left .et_pb_main_blurb_image, .testimonial .et_pb_blurb_position_right .et_pb_main_blurb_image{
		display:block !important;
	}
}

@media only screen and (max-width: 500px){
	.product-gallery img{
		height: 360px;
		width: 100%;
		object-fit: cover;
	}
}

@media only screen and (max-width: 980px){
	.et_pb_column .dwd_map_extended, .et_pb_fullwidth_section .dwd_map_extended {
		height: 350px;
	}
	
	.et_pb_section.et_pb_with_background:not(.fixed_mobile_footer):not(.social-media-fixed-icons):not(.about-us){
		padding: 10px 0 !important;
	}
	
	.et_pb_section.et_pb_with_background:not(.fixed_mobile_footer):not(.social-media-fixed-icons):not(.about-us) > .et_pb_row {
		width: 100%!important;
		background: rgba(0,0,0,0.25);
	}
	
	.et_pb_section.et_pb_with_background.orange:not(.fixed_mobile_footer):not(.social-media-fixed-icons):not(.about-us) > .et_pb_row {
		width: 100%!important;
		background: rgba(255,255,255,0.5);
	}
	
	.et_pb_section {
		padding:0 !important;
	}
	
	.et_pb_salvattore_content article{
		background-color: #f3f3f3 !important;
	}
	
	.inline-btn{
	float:none;
}
	
}

