.header
{
    display: flex;
    align-items: center;
    background: linear-gradient(to bottom, #a50000 0%, #8b0000 100%);
    border: 1px solid var(--zwarteranden);
    margin-bottom: 10px;
    min-height: 110px;
}
.headerll
{
	flex: 0 0 50px;
	display: none;
}
.headerleft
{
    flex: 1;
    margin: 0 0 0 10px;
}
.headerrr
{
    flex: 0 0 50px;
}
.headerright
{
    flex: 1;
}
.logotxtbig,
.logotxtsmall
{
    font-family: Trebuchet MS;
    font-weight: bold;
    text-shadow: 5px 2px 2px #000000;
    letter-spacing: 2px;
    line-height: 1.2;
}
.logotxtbig
{
    font-size: 44px;
    color: #FFD54A;
}
.logotxtsmall
{
    font-size: 22px;
    color: #fffdfb;
    margin-left: 50px; 
}
@media (max-width: 768px)
{
		.logotxtbig
		{
			font-size: 28px;
		}
	
		.logotxtsmall
		{
			font-size: 14px;
			margin-left: 25px; 
		}
	
		.header
		{
		        min-height: 50px;
			height: 65px;
			width: 100%;
		}
		.headerll
		{
		    display: block;
		}
		.headerright
		{
			display: none;
		}
}