/* Für Basislayout des Cookie Banners liegt Template, JS und CSS im SVN-Archiv webglobal unter /include/assets*/

/* ******************************  Cookie Banner Custom ****************************** */

.cv2buttonContainer {
	width: 100%;
}

.cv2content{
    font-size: 1.2em;
}

.cv2content button[class*="cv2Btn"] {
    margin-left: 0;
    width: 100%;
    border-radius: 0;
}

.cv2content button.cv2Btn-Important {
    background-image: linear-gradient(to bottom,#f7a600 0%, #f78200 100%);
    background-color: #f7a500;
    font-weight: 400;
    color: #fff;
}

.cv2content input[type="checkbox"] + label {
	text-align: left;
	line-height: 1.3em;
	width: auto;
	position: relative;
	left: auto;
	margin-top: 0;
	font-size: 1.1em;
}

.cv2block th, .cv2block td {
    font-size: 0.9em;
    line-height: 1.4em;
}

.cv2block input[type="checkbox"]:checked + label::before, .cv2block input[type="checkbox"]:hover + label::before {
	background-color: #fff;
	box-shadow: none;
}

.cv2content .FooterLinks {
    font-size: 0.9em;
}


/* Cookie Einstellungen ändern – Link im Footer */

#formOpenCookie {
    display: inline-block;
    width: auto;
    margin-left: 0;
    margin-right: 0;
}

button.CookieSettingsLinkFooter {
    border: none;
    background: none;
    color: #000;
    display: inline-block;
    border-radius: 0;
    box-shadow: none;
    text-align: right;
    padding: 0;
    margin: 0;
    width: auto;
    font-size: 1em;
    opacity: 1;
    cursor: pointer;
}

button.CookieSettingsLinkFooter:hover {
	background: none;
}

/* Fallback: Meldung, wenn bestimmte Funktion nicht funktioniert ohne Cookies (eigenlich in include/assets/cookieV2.min.css) */

.NoCookieDefault {
    border: 1px solid red;
    padding: 1em;
}

button.link {
    background: none;
    margin: 0;
    padding: 0;
}
