.mobileMenu { display: none; position: relative; margin-left: 40px; }
.mobileIcon { position: relative; display: block; height: 30px; width: 30px; margin-top: 4px; }
.mobileMenu.open .mobileIcon { border-radius: 50%; }
.mobileIcon > span { position: absolute; width: 20px; height: 2px; left: 0; margin-left: 5px; background-color: #303030; }
.mobileMenu.open .mobileIcon > span { background-color: #FFF; }
.mobileIcon > span.first { top: 5px; }
.mobileIcon > span.second { top: 10px; }
.mobileIcon > span.third { top: 15px; }
.mobileIcon > span.fourth { top: 20px; }
.mobileMenu.open .mobileIcon > span.second,
.mobileMenu.open .mobileIcon > span.third { opacity: 0; }
.mobileMenu.open .mobileIcon > span.first { transform: rotate(45deg); margin-top: 8px; }
.mobileMenu.open .mobileIcon > span.fourth { transform: rotate(-45deg); margin-top: -7px; }
.mobileMenu .mobileIconText { display: block; margin-top: -2px; line-height: 16px; font-size: 0.778rem; }
.fixed .mobileMenu .mobileIconText { display: none; }

@media ( max-width : 1024px ) {
	.inner, .inner-1120 { padding: 0 30px; }

	.home .banner .banner-image img { max-width: 400px; }
	.home .banner:before { display: none; }
	.home .banner .banner-image:after { bottom: -60px; right: -135px; }
	.home .banner-slide { overflow: hidden; }
	.slider-navigation-inner { bottom: 20px; }
}

@media ( max-width : 950px ) {
	.banner .banner-content { align-items: flex-start; }
	.home .banner .banner-image img { max-width: 290px; }
	.banner .banner-image-inner:before { width: 36px; height: 36px; right: 10px; }
	.banner .banner-image-inner:after { width: 19px; height: 19px; top: 60px; right: -20px; }
	.home .banner .banner-image:before { display: none; }
	.home .banner .banner-image:after { bottom: -35px; right: -160px; width: 518px; height: 308px; }
	.banner .banner-text h1 { font-size: 2.111rem; }
	.banner .banner-text h6 { font-size: 0.778rem; }

	.slider-navigation-inner,
	.banner .banner-text,
	.banner .banner-image { padding: 0 20px; }

	.banner:before,
	.banner .banner-image:after,
	.banner .banner-image:before { display: none; }

	.banner .banner-image-inner span { width: 100px; height: 100px; right: -45px; }
	.banner .banner-image-inner:before { width: 45px; height: 45px; right: 20px; }
	.banner .banner-image-inner:after { width: 25px; height: 25px; top: 70px; right: -15px; }

	.slider-navigation-inner { bottom: 10px; }
}

@media ( min-width : 821px ) {
	#naviMain{ display: block!important; }
}

@media ( max-width : 820px ) {

	.header { padding-top: 10px; padding-bottom: 3px; box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05); }
	.headerRight { display: flex; }
	#naviTop { margin-top: 5px; }
	#naviTop > ul > li { margin-left: 40px; }
	#naviTop > ul > li.nav56,
	#naviTop > ul > li.nav57 { display: none; }
	#naviTop > ul > li > a { flex-direction: column; }
	#naviTop > ul > li > a > span { display: block; margin-top: 5px; }

	.mobileMenu { display: block; }
	#naviMain { display: none; }
	#naviMain .close { display: none; }
	#naviMain { position: absolute; top: 100%; left: 0; width: 100%; z-index: 99; background-color: #FFF; }
	#naviMain > ul { padding: 0 30px; }
	#naviMain > ul > li { position: relative; display: block; margin-right: 0; padding-bottom: 15px; }
	#naviMain > ul > li > a { border-bottom: 2px dotted #D9D9D9; padding-bottom: 3px; margin-bottom: 15px; }
	#naviMain > ul > li.hasSub > a:after { content: ''; display: block; position: absolute; top: 5px; right: 10px; width: 10px; height: 15px; background-image: url(../img/navi-arrow.svg); background-size: 10px 15px; background-repeat: no-repeat; }
	#naviMain > ul li.hasSub.open > a:after { transform: rotate(90deg); background-image: url(../img/navi-arrow-hover.svg); }
	#naviMain > ul > li > ul { position: relative; top: 0; padding-top: 0; opacity: 1; visibility: visible; border-bottom: none; display: none; }
	#naviMain > ul > li.open > ul { padding-top: 0; display: block; }
	#naviMain .inner { padding: 0 0 0 15px; }
	#naviMain > ul > li > ul > div li { width: 100%; margin-bottom: 15px; }

	#naviMain > ul > li > ul > div > li > ul { display: none; opacity: 1; height: auto; overflow: hidden; visibility: visible; position: relative; top: 0; left: 0; }
	#naviMain > ul > li > ul > div > li.open > ul { padding-left: 15px; display: block; padding-top: 15px; }

	.banner { margin-top: 90px; }
	.banner.small span.middle { height: 180px; }

	#naviBreadcrumb { padding-bottom: 25px; }

	.padding-before-50, .space-before-50 { padding-top: 30px; }

	.news .news-list-view.layout-home { flex-direction: column; }
	.news .news-list-view.layout-home .article-main .article { margin-bottom: 35px; }
	.news .news-list-view.layout-home .article-side { display: flex; margin: 0 -8px; }
	.news .news-list-view.layout-home .article-side .article { flex-basis: 50%; padding: 0 8px; }

	.grid_50_50 > .row > .col { width: 100%; }
	.grid_50_50 > .row > .col_50_1 { margin-bottom: 20px; }
	.grid-bigger-margin .grid_50_50 > .row > .col_50_1 { margin-bottom: 0; }
	.grid_50_50 h2 { margin-bottom: 10px; }

	.image-rounded img { margin-bottom: 30px; }
	.image-rounded .image-caption { margin-bottom: 20px; }

	.content-slider .content-slider-item-image { width: 50%; padding: 30px; }
	.content-slider .content-slider-item-text { width: 50%; padding: 30px 0; }

	.card-link { height: 135px; margin-bottom: 40px; }
	.card-link.card-height { height: 240px;}
	.card-link__link { font-size: 1rem; }
	.card-link .card-link__link > span:after { bottom: 11px; }

	.frame-type-wdtemplatevendor_imageslider > .inner-690-in:before,
	.frame-type-wdtemplatevendor_imageslider > .inner-690-in:after { display: none; }

	.news .news-form .news-form-header .news-form-buttons { flex-basis: 40%; }
	.news .news-form .news-form-header a { margin-left: 30px; }
	.news .news-form .news-form-header a:first-child { margin-left: 0; }

	.news .news-related .news-related-wrap .news-related-box { width: 49%; }

	.quote .quote-text { padding-left: 90px; }
	.quote-text p { font-size: 1rem; }

	.col_75 { width: 65%; }
	.col_25 { width: 35%; }

	.tab .tab-body .tab-content .tab-content-text.with-image { width: 60%; }
	.tab .tab-body .tab-content .tab-content-image { width: 40%; }

	.cta { margin: 0 -20px; }
	.cta .cta-content,
	.cta .cta-image { padding: 0 20px; }
	.cta .cta-image .cta-noimage { width: 300px; height: 300px; }
	.cta .cta-image:before { top: 20px; right: 60px; width: 45px; height: 45px; }
	.cta .cta-image:after { top: 65px; right: 30px; width: 20px; height: 20px; }

	#kesearch_results { margin: 0 -8px; }
	#kesearch_results .article-main { width: 100%; padding: 0 8px; }
	#kesearch_results .article-side { width: 100%; padding: 0 8px; display: flex; margin: 0 -8px; }
	#kesearch_results .article-side > .article { width: 50%; padding: 0 8px; }
	#kesearch_results > .article { width: 50%; padding: 0 8px; }
	#kesearch_results .article .news-img-wrap img { width: 100%; }

	.employees .employee-sizer,
 	.employees .employee-item { width: 50%; }

	.link-overview { margin-bottom: 30px; }

	.numbers-text h2 { font-size: 3.333rem; }

	#naviFooterMain > ul { flex-direction: column; }
	#naviFooterMain > ul > li { position: relative; margin-bottom: 12px; }
	#naviFooterMain > ul > li:last-child { margin-bottom: 5px; }
	#naviFooterMain > ul > li.hasSub { margin-right: 0; }
	#naviFooterMain > ul > li.hasSub > a:after { content: ''; display: block; position: absolute; top: 5px; right: 10px; width: 10px; height: 15px; background-image: url(../img/navi-arrow-white.svg); background-size: 10px 15px; background-repeat: no-repeat; transform: rotate(-90deg); }
	#naviFooterMain > ul > li.hasSub.open > a:after { transform: rotate(0); }
	#naviFooterMain > ul > li > ul { display: none; }
	#naviFooterMain > ul > li.open > ul { display: block; }

	#naviFooter > ul > li { display: block; margin-bottom: 15px; }
	#naviFooter > ul > li:last-child { margin-bottom: 0; }

	#naviSocial { padding: 20px 0; }
	#naviSocial > ul { flex-direction: column; align-items: center; }
	#naviSocial > ul > li { display: block; margin-bottom: 15px; }
	#naviSocial > ul > li:last-child { margin-bottom: 0; }

	.overview-modul .overview-item { width: 50%; }

	.frame-type-wdtemplatevendor_infobox { padding: 30px 20px; }

	#toTop { bottom: 10px; right: 10px; width: 30px; height: 30px; background-size: cover; }

	.col_70 { width: 100%; }
	.col_30 { width: 100%; }
	.col_30 .text-right { text-align: left; }
}


/* iPad portrait */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
	#kesearch_results { margin: 0 -8px; }
	#kesearch_results .article-main { width: 100%; padding: 0 8px; }
	#kesearch_results .article-side { width: 100%; padding: 0 8px; display: flex; margin: 0 -8px; }
	#kesearch_results .article-side > .article { width: 50%; padding: 0 8px; }
	#kesearch_results > .article { width: 50%; padding: 0 8px; }
	#kesearch_results .article .news-img-wrap img { width: 100%; }

	.size-29, .card-link__link { font-size: 1.222rem; }
	.card-link .card-link__link > span:after { bottom: 13px; }

	.col_70 { width: 100%; }
	.col_30 { width: 100%; }
	.col_30 .text-right { text-align: left; }

	.banner .banner-content { flex-wrap: wrap; }
	.banner .banner-text { margin-bottom: 20px; }
	.banner .banner-text,
	.banner .banner-image { padding: 0 8px; }
	.home .banner .banner-content { padding: 20px 0 100px 0; }
	.banner .banner-image { max-width: 290px; margin: 0 auto;  }
	.banner .banner-image img { max-width: 290px; margin: 0 auto; width: 100%; }

	.banner .banner-image-inner span { right: -65px; }
	.banner .banner-image-inner:before { right: 0; }
	.banner .banner-image-inner:after { top: 70px; right: -35px; }

	.slider-navigation-inner { bottom: 20px; left: 50%; margin-left: -75px; }

}

@media ( max-width : 700px ) {
	.banner .banner-content { flex-wrap: wrap; }
	.banner .banner-text { margin-bottom: 20px; }
	.banner .banner-text,
	.banner .banner-image { padding: 0 8px; }
	.home .banner .banner-content { padding: 20px 0 100px 0; }
	.banner .banner-image { max-width: 290px; margin: 0 auto;  }
	.banner .banner-image img { max-width: 290px; margin: 0 auto; width: 100%; }

	.banner .banner-image-inner span { right: -65px; }
	.banner .banner-image-inner:before { right: 0; }
	.banner .banner-image-inner:after { top: 70px; right: -35px; }

	.slider-navigation-inner { bottom: 20px; left: 50%; margin-left: -75px; }
}

@media ( max-width : 550px ) {
	.inner, .inner-1120 { padding: 0 16px; }
	.inner-690-2 { padding: 0 16px; }
	.news-img-wrap > .outer > .inner-690-2 { padding: 0; }
	.banner { margin-top: 79px; }
	.headerTop { padding-bottom: 15px; }
	#logo img { max-width: 130px; }

	.banner.small span { height: 58px; background-size: cover; }

	.padding-before-80, .space-before-80 { padding-top: 30px; }
	.padding-after-80, .space-after-80 { padding-bottom: 30px; }

	.headline-purple h2, h2, .news h1 { font-size: 1.889rem; margin-bottom: 30px; }
	.size-24, .employees .employee-name, .news-single .teaser-text, .introductory-text p, .members-title, .icon-text h4 { font-size: 1.111rem; }
	.size-29, .news-related > h3, .image-slider-overlay-headline h3, h3, .card-link__link, .employee .employee-name { font-size: 1.222rem; }

	#naviTop > ul > li { margin-left: 15px; }
	#naviTop > ul > li:first-child { margin-left: 0; }
	#naviTop > ul > li > a > span { font-size: 0.667rem; }

	.grid_30_30_30 > .row > .col { width: 100%; }
	.col_75 { width: 100%; }
	.col_25 { width: 100%; }

	.news .news-list-view.layout-home .article-side { flex-wrap: wrap; }
	.news .news-list-view.layout-home .article-side .article { flex-basis: 100%; padding: 0 8px; }

	.tab .tab-navigation { flex-direction: column; }
	.tab .tab-navigation a { display: block; max-width: none; margin-right: 0; padding: 8px 15px 8px 15px; margin-bottom: 6px; }

	.content-slider .content-slider-item { flex-wrap: wrap; }
	.content-slider .content-slider-item-image { width: 100%; }
	.content-slider .content-slider-item-text { width: 100%; }

	.button-margin-right p { text-align: center; }
	.button-margin-right p > a { margin-right: 0; margin-bottom: 20px; }

	.content-slider.slider-quote .content-slider-item { padding-top: 70px; padding-left: 0; }
	.content-slider.slider-quote .content-slider-item:before { top: 0; }

	.quote .quote-text { padding-left: 0; padding-top: 70px; }
	.quote .quote-bottom { padding-left: 0; }

	.image-slider { margin-top: 30px; margin-bottom: 30px; }

	.news .news-form .news-form-header { flex-wrap: wrap; }
	.news .news-form .news-form-header h4 { margin-bottom: 24px; }
	.news .news-form .news-form-header .news-form-buttons { flex-basis: 100%; }

	.news .news-list-view.layout-related .article,
	.news .news-related .news-related-wrap .news-related-box { width: 100%; margin-bottom: 40px; }
	.news .news-list-view.layout-related .article .news-body,
	.news .news-related .news-related-wrap .news-body { padding: 0 10px; }

	.tab .tab-body .tab-content { flex-wrap: wrap; }
	.tab .tab-body .tab-content .tab-content-text.with-image { width: 100%; }
	.tab .tab-body .tab-content .tab-content-image { width: 100%; }

	.cta { flex-wrap: wrap; }
	.cta .cta-content { width: 100%; margin-bottom: 30px; }
	.cta .cta-image { width: 100%; }

	.employees .employee-sizer,
	.employees .employee-item { width: 100%; }
	.employees .employee-item { margin-bottom: 50px; }

	#kesearch_results .article-side { flex-wrap: wrap; margin: 0; }
	#kesearch_results .article-side > .article { width: 100%; padding: 0; }
	#kesearch_results > .article { width: 100%; }

	.overview-modul .overview-item { width: 100%; }
	.overview-modul .overview-item img { width: 100%; }

	.employee .employee-top { flex-wrap: wrap; }
	.employee .employee-top .employee-image { width: 100%; margin-bottom: 30px; }
	.employee .employee-top .employee-right { width: 100%; padding-left: 0; }

	.contact-person { flex-wrap: wrap; }
	.contact-person .contact-person-content { width: 100%; margin-bottom: 30px; }
	.contact-person .contact-person-image { width: 100%; text-align: left; }
}