

@font-face{ 
font-family: "Kontrapunkt Bold"; 
src: url("assets/fonts/Kontrapunkt-Bold.otf"); 
}

@font-face{ 
font-family: "Kontrapunkt Light"; 
src: url("assets/fonts/Kontrapunkt-Light.otf"); 
}

@media (orientation: landscape) and (max-width: 750px)
{
    #ftug_logo
    {
        width: 16.6%;
        left: 16,6%;
        position: relative;
    }
}

@media (orientation: portrait) and (max-width: 550px)
{
    #ftug_logo
    {
        left: 50%;
        position: relative;
        transform:translateX(-50%);
    }
}

#typo3_logo
    {
        width: 80.7%;
}

/*@media (max-width: 992px)
{
	#typo3_logo
    {
        left: 50%;
        position: relative;
        transform:translateX(-50%);
    }
}*/

#typo3_logo{
    width: 50%;
}

#content-3-8
{
    padding-bottom: 1em !important;
}
