/*
 Theme Name:   Divi Child
 Theme URI:    http://example.com/Divi-child/
 Description:  Divi Child
 Author:       John Doe
 Author URI:   http://example.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Divi-child
*/


.et_pb_section{
	background-color: #fbfbfb !important;
}

/* menu */


#top-menu li a{
	font-weight: 300;
}

/* paragraphen, überschriften, spans */
h1, h2, h3, h4{
	color: #b0976d;
	padding-bottom: 22px;
	
}


p {
	letter-spacing: 2px;
	font-size: 14px;
	line-height: 1.9em;
}

p.weinvinifikation {
	padding: 0px;
}

p.weinnotiz {
	padding: 0px;
}

/* überschriften in parallax bildern */

/* Footer */
.et-social-icons{
	text-align: center !important;
	float: none !important;
}

#footer-info{
	text-align: center !important;
	color: #ffffff;
	float: none;
	margin-top: 20px;
	letter-spacing: 2px;
	font-size: 12px;
	line-height: 1.9em;
}

#footer-info, #footer-info a {
    color: #ffffff;
}

/* owl plugin */
.et_pb_dp_oc .dp_oc_item h2{
	margin-bottom: 20px;
}

/* backgrounds im header */
.headerbackground{
	background: rgba(0,0,0,0.6);
}

/* Post Types */ 
.weincover{
	max-height:410px;
	float:left;
	margin-top:20px;
}

.single-wein{
	margin-top:50px;
	
}

.weindetails{
	display: inline-block;
	margin-top: 60px;
	padding-bottom:40px;
	max-width:60%;
	padding-left:100px;
}

.weinbackground{
	height:100px;
	border: 2px solid;

}

.weintitle{
	height:100px;	
	padding-top: 30px;
	padding-left: 30px;
	margin-top:10px;
	margin-left: 9px;
	margin-right: 9px;
	color: #b0976d;

	border:2px solid;
	position: absolute;
	width:100%;
	right: -19px !important;
}

/* mobile */ 
@media only screen and (max-width: 799px){
	.weindetails{
		padding-left: 0px !important;
	}
}

@media only screen and (max-width: 674px){
	.weindetails{
		padding-left: 0px !important;
		margin-top: 0px !important;
		padding-bottom: 50px !important;
		width:100% !important;
	}
}

@media only screen and (max-width: 674px){
	.weintitle, .weinbackground{
		height: 140px !important;
	}
}

#left-area .post-meta{
	display: none;
}

#main-content .container:before{
	display: none;
}

#sidebar
{
	display: none;
}

#left-area{
	width:100%;
}

.et_post_meta_wrapper{
	display: none;
}

.weindetailbutton{
	color: white !important;
	margin-top: 20px;
	margin-top:30px;
}

#main-footer {
	background-color: #9e3f0099 !important;
}

.wein-template-default .weintitle{
			height:100px;	
	padding-top: 30px;
	padding-left: 30px;
	margin-top:10px;
	margin-left: -7px;
	margin-right: 9px;
	color: #b0976d;
	position: relative;
	border:2px solid;
} 

input[type=submit] {
	width: 100%;
	background-color: #4CAF50;
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 20px;
  }
  
  input[type=submit]:hover {
	background-color: #45a049;
  }

/* contact form 7 */

.preis {
    font-weight: bold;
}

.weinname {
	width: 320px;
    display: inline-block;
}


.wps-form {
	width: 100%;
	margin: 0 auto;
}

.wps-form-row {
	display: flex;
	flex-direction: column;
	width: 100%;
}

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

.wps-form-column {
	flex: 1;
	padding: 0.5rem 0;
	width: 100%;
}


@media only screen and (device-width : 375px) {
	.weinname {
		width: auto;
		display: inline;
	}
}

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

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

@media print {
	.weindetailbutton {
		display: none;
	}

	.container {
		width:100%;
	}	

	.weindetails {
		max-width:55%;
		float:right;
		padding-left: 0px;
	}
	
	.weindetails p {
		font-size: 10px;
	}

	.single-wein {
		margin-top:0px;
		
	}
	
	.weincover {
/* 
		max-height:600px;
		float:left;
		width:30%;
		margin-top:20px;
*/
		max-width: 40%;
	}


	.weinbackground {
		border: none !important;
	} 
	
	.weintitle {
		height:100px;	
		padding-top: 30px;
		padding-left: 30px;
		position: relative;
		color: #b0976d;
		width:98%;
		border:2px solid;
	
	} 
		
	@media only screen and (max-width: 799px) {
		.weindetails{
			padding-left: 0px !important;
		}
	}

	@media only screen and (max-width: 674px) {
		.weindetails{
			padding-left: 0px !important;
			margin-top: 0px !important;
			padding-bottom: 50px !important;
			width:100% !important;
		}
	}

	@media only screen and (max-width: 674px) {
		.weintitle, .weinbackground{
			height: 140px !important;
		}
	}	
		
	footer#main-footer {
		display: none;
	}	
	header#main-header {
		display: none;
	}	
	
}


