/* roboto-condensed-regular - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v19-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'),
    url('../fonts/roboto-condensed-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-condensed-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-condensed-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-condensed-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-condensed-v19-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v18-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/open-sans-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v18-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
.image_container_isotope img {
    display: block;
    height: 130px !important;
    max-width: 100%;
    width: 100%;
}

/* Ausblenden des Systemhinweises unterhalb der FAQ, UAS */

p.info {
	display: none;
}

@media only screen and (min-width: 2500px) {
    .ce_bgimage.slider {
        height: 770px;
    }
    .ce_headerimage.bg_right_top {
        background-position: right top 15%;
    }
}

div.slider > .ce_bgimage-image {
    background-position-x: 88%;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    div.slider > .ce_bgimage-image {
        background-position: right bottom!important;
    }
}

@media only screen and (max-device-width: 425px) {
    .button-slider {
        width: max-content;
    }
}

@media only screen and (max-width: 767px){
    .mobile-hide {
        display: none;
    }
    .ce_grid_gallery_start li.style1.has-content .ce_grid_gallery_overlay {
        background: unset;
    }
    table {
        font-size: unset !important;
    }
}
@media only screen and (min-width: 768px){
    .desktop-hide {
        display: none;
    }}   
