#cookieHinweis
{
	position: fixed;
	display: flex;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
	border-radius: 5px;
	z-index: 100000;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: flex-end;
    background-color: rgba(192, 192, 192, 0.7);  
    font-size: 14px;
}

#cookieHinweis p
{
    margin: 0 0 5px 0;
}

#cookieHinweis > div
{
	background-color: #fff;
	padding: 0;
	/*border: 1px solid #000;*/
	max-width: 80%;
	box-sizing: border-box;
    padding: 15px;
}

#cookieHinweis > div > div
{
    padding: 5px 100px;
    line-height: 1.5;
}

#cookieHinweis h2
{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 2px;
    margin-bottom: 10px;
}


#cookieHinweis h4
{
    font-weight: 400;
    text-align: left;
    padding: 5px;
    color: #fff;
    background-color: rgba(188, 188, 188, 1);
}

#cookieHinweis input
{
    /*width: 100% !important;*/
    width: auto !important;
	/*max-width: 310px;*/
    color: #fff;
    font-weight: 400;
    border: none;            
    font-size: 15px;
    letter-spacing: 1px;
	padding: 25px;
    margin: 2px 0;
    white-space: pre-wrap;
}

#cookieHinweis .buttons .alles
{
    background-color: #76a827;
}

#cookieHinweis .buttons .notwendig
{
    /*background-color: #ef1e1e;*/
    background-color: #6b6b6b;
    color: #fff;
    /*max-width: 250px;
    font-size: 12px;*/
}

#cookieHinweis .text
{
    margin-bottom: 10px;
}

#cookieHinweis .Links a, #cookieHinweis .Links a:hover, #cookieHinweis .Links a:active, #cookieHinweis .Links a:visited
{
    text-decoration: none;
    color: #000;
    Border: 1px solid #000;
    border-radius: 10px;
    padding: 3px 10px;
    
}


@media only screen and ( max-width: 1000px )  
{
    #cookieHinweis > div > div
    {
        padding: 5px 20px;
        line-height: 1.3;
    }
}

@media only screen and ( max-width: 400px )  
{
    #cookieHinweis > div
    {
        max-width: 95%;
    }
    
    #cookieHinweis > div > div
    {
        padding: 5px 10px;
        line-height: 1.0;   
    }
    
    #cookieHinweis input
    {
        width: 100% !important;
        padding: 10px 5px; 
    }
    
    #cookieHinweis .Links a, #cookieHinweis .Links a:hover, #cookieHinweis .Links a:active, #cookieHinweis .Links a:visited
    {
        display: block; 
    }
    
}



