/* ------------------------------------------------------------------------ */
/* Allgemein							    								*/
/* ------------------------------------------------------------------------ */

.de.with-language-navigation button.language-toggle,
.en.with-language-navigation button.language-toggle,
.nl.with-language-navigation button.language-toggle {
    display: none;
}

.de.with-language-navigation .header .eo_top-navigation,
.en.with-language-navigation .header .eo_top-navigation,
.nl.with-language-navigation .header .eo_top-navigation {
    padding-right: 0;
}

/* ------------------------------------------------------------------------ */
/* Deutsch								    								*/
/* ------------------------------------------------------------------------ */

.de.with-language-navigation .home button.language-toggle,
.de.with-language-navigation .category-jobs button.language-toggle,
.de.with-language-navigation .parent-cat-3 button.language-toggle {
    display: block;
}

.de.with-language-navigation .home .header .eo_top-navigation,
.de.with-language-navigation .category-jobs .header .eo_top-navigation,
.de.with-language-navigation .parent-cat-3 .header .eo_top-navigation {
    padding-right: 60px;
}

/* ------------------------------------------------------------------------ */
/* Englisch								    								*/
/* ------------------------------------------------------------------------ */

.en.with-language-navigation .home button.language-toggle,
.en.with-language-navigation .category-jobs button.language-toggle,
.en.with-language-navigation .parent-cat-5110 button.language-toggle {
    display: block;
}

.en.with-language-navigation .home .header .eo_top-navigation,
.en.with-language-navigation .category-jobs .header .eo_top-navigation,
.en.with-language-navigation .parent-cat-5110 .header .eo_top-navigation {
    padding-right: 60px;
}

.en .eo_top-navigation {
    display: none;
}

.en .content-column.full_width.nm.news {
	display: none;
}

.en .content-column.full_width.nm.magazine {
	display: none;
}

/* ------------------------------------------------------------------------ */
/* Niederländisch						    								*/
/* ------------------------------------------------------------------------ */

.nl.with-language-navigation .home button.language-toggle {
    display: block;
}

.nl.with-language-navigation .home .header .eo_top-navigation {
    padding-right: 60px;
}

.nl .eo_top-navigation {
    display: none;
}

.nl .content-column.full_width.nm.news {
	display: none;
}

.nl .content-column.full_width.nm.magazine {
	display: none;
}