/* Grundlayout Popup */
#tcn-cookie-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none; /* standardmäßig unsichtbar */
    justify-content: center;
    background: rgba(0,0,0,0.6);
    z-index: 999999;
}

.tcn-box {
    background: #fff;
	color:#000;
    padding: 20px;
    margin: 15px;
    max-width: 600px;
    text-align: center;
    border-radius: 15px;
    font-size: 14px;
	border-style: solid;
	border-width: 3px;
	border-color: #ff7a5c;
}

.tcn-accept {
    margin-top: 10px;
    padding: 8px 20px;
    cursor: pointer;
    border: none;
    background: #ff7a5c;
    color: #fff;
    border-radius: 15px;
}
