/* immer mobile first */


.logotop{

}
.content-header{
    background-image: url("/assets/media/images/hahngroup_small_mobile.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 300px;
}

.vcenter{
    margin-top: auto;
    margin-bottom: auto;
}
.vcenter p{

    margin-bottom: 0;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.maxrespwidth{
    max-width: 250px;
}


.brochurespacer{
    width: 20rem;
    height: 25rem;
    margin: 5rem;

}

/*  Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

    .brochurespacer{


    }

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .brochurespacer{
        width: 18rem;
        height: 20rem;
        margin: 5rem;

    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .brochurespacer{
        width: 17rem;
        height: 22rem;
        margin: 5rem;

    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1600px) {
    .brochurespacer{
        width: 22rem;
        height: 25rem;
        margin: 5rem;


    }

}




@media only screen and (min-width: 576px) {
    .content-header {
        background-image: url("/assets/media/images/hahngroup_small.png");
    }
}

/* ShineEffect */


.logonamination img{
    transition: 0.7s ease;
}

.logonamination img:hover{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: 1s ease;
}