/*
Theme Name: Vinox Winecards
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
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.9.0.1613865070
Updated: 2021-02-21 00:51:10

*/

/*
 *
 * Text selection
 *
 */
::selection {
	background: #dca47d;
	color: #fff;
}

::-moz-selection {
	background: #dca47d;
	color: #fff;
}

.et_pb_bg_layout_dark ::selection {
	background: #fff;
	color: #dca47d;
}

.et_pb_bg_layout_dark ::-moz-selection {
	background: #fff;
	color: #dca47d;
}

/*
 *
 * Browser scrollbar style
 *
 */
html {
    scrollbar-width: thin;
    scrollbar-color: #dca47d #292929;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #292929;
}

::-webkit-scrollbar-thumb {
    background-color: #dca47d;
    border: 1px solid #292929;
}

/*
 *
 * Divi Scroll Top Icon
 *
 */
.et_pb_scroll_top.et-pb-icon {
    border-radius: 0;
    background-color: #dca47d;
}

/*
 *
 * Google reCAPTCHA badge
 *
 */
body.et_pb_recaptcha_enabled .grecaptcha-badge,
body .grecaptcha-badge {
    visibility: hidden !important;
}

/*
 *
 * Datenschutzerklärung
 *
 */
.entry-content .ol-datenschutz {
	padding: 25px 0 25px 2em;
	list-style-position: outside;
	margin: 0 0 0 25px;
}

.entry-content .ol-datenschutz + .ol-datenschutz{
	padding-top: 0;
}

.entry-content .ol-datenschutz:last-child {
	padding-bottom: 0;
}

.entry-content .ol-datenschutz > li {
	padding-left: 10px;
}

.entry-content .ol-datenschutz > li:not(:last-child) {
	margin-bottom: 15px;
}

/*
 *
 * Datenschutzerklärung :: GA Opt Out
 *
 */
#ga-opt-out {
	display: table;
	margin: 30px auto;
	border: 1px solid #dca47d;
	padding: 5px 10px;
    transition: all 0.2s;
}

#ga-opt-out:hover {
	background-color: #dca47d;
	color: #fff;
}

/*
 *
 * WP GDPR :: Overlay Popup
 *
 */
.wordpress-gdpr-popup-overlay .wordpress-gdpr-popup-overlay-backdrop {
   background-color: rgba(0, 0, 0, 0.9);
}

.wordpress-gdpr-popup-overlay .wordpress-gdpr-popup-container {
    padding: 20px 40px;
    border-top: none;
    transform: none;
}

.wordpress-gdpr-popup.hidden {
	border-color: transparent;
}

.wordpress-gdpr-popup-actions {
    margin-top: 20px;
}

.wordpress-gdpr-popup-actions a, 
.wordpress-gdpr-popup-actions a:hover, 
.wordpress-gdpr-popup-actions a:active {
	color: #dca47d;
}

.wordpress-gdpr-popup-actions-buttons,
.wordpress-gdpr-popup-actions-links {
	display: inline-block;
}

.wordpress-gdpr-popup-actions-buttons {
    width: 100%;
    text-align: center;
    margin-right: 0;
}

.wordpress-gdpr-popup-actions-buttons a {
    width: 47.5%;
}

.wordpress-gdpr-popup-actions-buttons a.wordpress-gdpr-popup-agree {
    margin-right: 2.5%;
    float: none;
    padding: 10px 35px !important;
    text-align: center;
}

.wordpress-gdpr-popup-actions-buttons a.wordpress-gdpr-popup-decline {
    margin-left: 2.5%;
    margin-right: 0;
    text-align: center;
}

@media all and (max-width: 479px) {    
    .wordpress-gdpr-popup-actions-buttons a {
        width: 100%;
    }

    .wordpress-gdpr-popup-actions-buttons a.wordpress-gdpr-popup-agree {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .wordpress-gdpr-popup-actions-buttons a.wordpress-gdpr-popup-decline {
        margin-left: 0;
    }
}

.wordpress-gdpr-popup-actions-links {
	width: 100%;
    text-align: center;
    margin-top: 15px;
}

.wordpress-gdpr-popup-actions-links a {
	font-size: 11px;
    color: rgba(102, 102, 102, 0.5) !important;
	text-decoration: none;
}

.wordpress-gdpr-popup-container .wordpress-gdpr-popup-close {
	display: none;
}

@media all and (max-width: 479px) {
	.wordpress-gdpr-popup-actions-buttons,
	.wordpress-gdpr-popup-actions-links,
	.wordpress-gdpr-popup-actions-links a {
		display: block;
	}
	
	.wordpress-gdpr-popup-actions-buttons,
	.wordpress-gdpr-popup-actions-links a:not(:last-child) {
		margin-bottom: 10px;
	}
}

/*
 *
 * WP GDPR :: Privacy Settings
 *
 */
.wordpress-gdpr-privacy-settings-popup {
	z-index: 999999;
    left: unset;
    top: unset;
    transform: none;
}

.wordpress-gdpr-privacy-settings-popup-backdrop {
	z-index: 999998;
    background-color: rgba(0, 0, 0, 0.9);
}

.wordpress-gdpr-privacy-settings-popup-close {
    top: 5px;
    right: 5px;
    color: #fff;
}

@media all and (max-width: 479px) {	
	.wordpress-gdpr-privacy-settings-popup .wordpress-gdpr-popup-decline,
	.wordpress-gdpr-privacy-settings-popup .wordpress-gdpr-popup-agree {
		float: none;
		display: block;
		text-align: center;
	}
}

/*
 *
 * WP GDPR :: Datenschutz-Center
 *
 */
.wordpress-gdpr-privacy-center-items {
	overflow: hidden;
	display: flex;
	direction: ltr;
	flex-flow: row wrap;
	align-content: space-between;
}

.wordpress-gdpr-privacy-center-items .wordpress-gdpr-privacy-center-item {
	width: 30.333333%;
	margin-right: 4.5%;
	background-color: rgb(220,220,220);
	padding: 20px 10px 60px 10px;
	position: relative;
	height: auto;
	text-decoration: none;
	box-sizing: border-box;
}

.wordpress-gdpr-privacy-center-items .wordpress-gdpr-privacy-center-item:hover {
	border-color: #444;
	text-decoration: none;
}

.wordpress-gdpr-privacy-center-items .wordpress-gdpr-privacy-center-item:nth-child(3n) {
	margin-right: 0;
}

.wordpress-gdpr-privacy-center-items .wordpress-gdpr-privacy-center-item:nth-child(3n):after {
	content: '';
	width: 100%;
	order: 1;
	display: block;
}

.wordpress-gdpr-privacy-center-items .wordpress-gdpr-privacy-center-item h2.wordpress-gdpr-privacy-center-item-headline {
	font-size: 18px !important;
	color: #dca47d;
}

.wordpress-gdpr-privacy-center-items .wordpress-gdpr-privacy-center-item .wordpress-gdpr-privacy-center-item-desc {
	font-size: 14px;
	color: #444444;
}

.wordpress-gdpr-privacy-center-items .wordpress-gdpr-privacy-center-item .wordpress-gdpr-privacy-center-item-action {
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -100px;
	width: 200px;
    border-radius: 0;
	font-size: 14px;
	padding: 5px 10px;
}

@media all and (max-width: 981px) { 
	.wordpress-gdpr-privacy-center-items .wordpress-gdpr-privacy-center-item {
		width: 100%;
		margin: 15px 0;
	}
}

/*
 *
 * WP GDPR :: Urheberschaftsangaben
 *
 */
#bildquellen,
#audioquellen,
#videoquellen,
#dokumentenquellen {
	background-color: rgb(220,220,220);
	padding: 20px;
}

#bildquellen .et_pb_column,
#audioquellen .et_pb_column,
#videoquellen .et_pb_column,
#dokumentenquellen .et_pb_column {
	margin-bottom: 0 !important;
}

/*
 *
 * WP GDPR :: Daten anfordern, berichtigen & löschen
 *
 */
.wordpress-gdpr-title {
	text-transform: uppercase; 
	color: #dca47d;
	text-align: center;
}

.wordpress-gdpr-hrule {
	width: 200px;
	border-bottom: 1px solid #dca47d; 
	margin: 10px auto; 
	display: block;
	text-align: center;
}

.wordpress-gdpr-subtitle {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

.wordpress-gdpr-back-link {
	margin-bottom: 55px;
}

.wordpress-gdpr-back-link:hover {
	text-decoration: underline;
}

.wordpress-gdpr-form input.form-control[type="text"],
.wordpress-gdpr-form input.form-control[type="email"],
.wordpress-gdpr-form textarea.form-control {
	box-sizing: border-box;
	width: 100%;
	padding: 16px;
	border: none;
	border-radius: 0;
	color: #444;
	background-color: rgba(220,220,220,0.7);
	font-size: 18px;
}

.wordpress-gdpr-form label[for="gdpr_terms"] .gdpr-accept-conditiones-text {
    line-height: 25px;
}

.wordpress-gdpr-form input[name="gdpr_submitted"] {
    display: block;
    font-family: inherit;
    cursor: pointer;
    margin-top: 13px;
    color: #ffffff;
    position: relative;
    padding: 0.3em 1em;
    border: 2px solid #dca47d;
    background: #dca47d;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em !important;
    transition: all 0.2s;
	width: auto;
}

.wordpress-gdpr-form label[for="gdpr_terms"] {
	color: #95959B;
}

.wordpress-gdpr-form input.form-control[name="gdpr_terms"] {
    margin-right: 10px;
}

.wordpress-gdpr-form input[name="gdpr_submitted"]:hover {
	background-color: #ffffff;
	color: #dca47d;
}

/*
 *
 * WP GDPR :: Checkboxes
 *
 */
.wordpress-gdpr-form label[for="gdpr_terms"] {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	user-select: none;
	line-height: 25px;
}

.wordpress-gdpr-form label[for="gdpr_terms"] input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
    left: -9999px;
}

.wordpress-gdpr-form label[for="gdpr_terms"] span {
	margin-left: 10px;
}

.wordpress-gdpr-form label[for="gdpr_terms"] span:before {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #cecece;
	content: "";
}

.wordpress-gdpr-form label[for="gdpr_terms"] span:after {
	content: "";
	position: absolute;
	display: block;
}

.wordpress-gdpr-form label[for="gdpr_terms"] input:checked ~ span:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid #dca47d;
	border-width: 0 4px 4px 0;
	transform: rotate(45deg);
}

/*
 *
 * WP GDPR :: Cookie-Richtlinien
 *
 */
.wordpress-gdpr-cookie-table {
    margin-top: 35px !important;
}

.wordpress-gdpr-cookie-table th,
.wordpress-gdpr-cookie-table td {
    font-size: 12px;
}

.wordpress-gdpr-cookie-table th {
    background-color: #efefef;
    white-space: nowrap;
}

.wordpress-gdpr-cookie-table td {
    background-color: rgba(220, 164, 125, 0.25);
}

@media all and (max-width: 1250px) {
	.wordpress-gdpr-cookie-table,
    .wordpress-gdpr-cookie-table tr,
    .wordpress-gdpr-cookie-table td { 
		display: block; 
        border: none !important;
	}
    
    .wordpress-gdpr-cookie-table tr:not(:first-child):not(:nth-child(2))  {
        margin-top: 35px;
    }
    
    .wordpress-gdpr-cookie-table th { 
		display: none; 
	}
	
	.wordpress-gdpr-cookie-table td { 
		border: none;
		position: relative;
		padding-left: 130px !important; 
	}
    
    .wordpress-gdpr-cookie-table td:first-child {
        padding-left: 15px !important; 
        font-weight: bold;
        background-color: #efefef;
    }
	
	.wordpress-gdpr-cookie-table td:not(:first-child):before { 
		position: absolute;
		top: 6px;
		left: 15px;
		width: 110px; 
		padding-right: 20px; 
		white-space: nowrap;
        font-style: italic;
	}
	
	.wordpress-gdpr-cookie-table td:nth-of-type(2):before { content: "Kategorie"; }
	.wordpress-gdpr-cookie-table td:nth-of-type(3):before { content: "Verwendung"; }
	.wordpress-gdpr-cookie-table td:nth-of-type(4):before { content: "Gültigkeit"; }
}

/*
 *
 * GDPR note
 *
 */
.sd_gdpr_note {
    padding: 15px 25px;
    background-color: rgba(0, 0, 0, 0.1);
    border: 3px solid #dca47d;
    text-align: center;
    max-width: 750px;
    margin: auto;
}

.sd_gdpr_note .wordpress-gdpr-popup-privacy-settings-text {
    display: inline-block;
    color: #dca47d !important;
}

.sd_gdpr_note .wordpress-gdpr-popup-privacy-settings-text:hover {
    text-decoration: underline;
}