/* Fonts */

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueRegular.woff2') format('woff2'), url('../fonts/HelveticaNeueRegular.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

/* @font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueBold.woff2') format('woff2'), url('../fonts/HelveticaNeueBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
} */

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueLight.woff2') format('woff2'), url('../fonts/HelveticaNeueLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

/* General styling */

body {
    /* background: #fafafa; */
    background-color: #F0F0F0;
    color: #404142;
    font-family: 'HelveticaNeue';
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
}

strong {
    font-weight: 900;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
}

p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.smaller-text {
    font-size: 11px;
}

span.spacer {
    margin-left: 20px;
    display: inline
}

.clearfix {
    clear: both;
}

.mt-sm {
    margin-top: 10px;
    display: block;
}

.container {
    width: 960px;
    margin: 0 auto;
}

.header {
    width: 100%;
    height: 92px;
}

.header .logo {
    width: 157px;
    height: 60px;
    display: block;
    background-image: url('../img/Miele_Logo.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.main {
    background: #fff;
    box-shadow: 0px 0px 4px 0px #ddd;
    /* min-height: 1400px; */
}

.main .search-title {
    padding: 26px 28px 20px;
    font-size: 22px;
    color: #7f7f7f;
}

.main .content-title {
    padding: 40px 28px 0;
    font-size: 22px;
    color: #7f7f7f;
}

.wrapper-search {
    box-shadow: 0 6px 12px -2px #ddd;
    background-color: #f8f8f8;
}

.wrapper-search .search-box {
    position: relative;
}

.wrapper-search .search-text {
    padding-left: 28px;
    color: #333;
    float: left;
    font-size: 16px;
    font-weight: bold;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
}

.wrapper-search .search-form {
    color: #fefefe;
    background-color: #333;
    width: 320px;
    height: 200px;
    padding: 26px 0;
    /* padding-left: 18px; */
    float: right;
}

.wrapper-search .search-form label {
    display: inline-block;
    width: 280px;
    font-size: 16px;
    line-height: 34px;
}

.wrapper-search .search-form input[type="text"] {
    font-family: 'HelveticaNeue';
    width: 148px;
    height: 16px;
    padding: 8px;
    margin: 0;
    margin-left: 15px;
    margin-bottom: 8px;
    border: 1px solid #515151;
    background: #fff url('../img/icon-location.png') no-repeat 96% 50%;
    font-size: 16px;
}

.wrapper-search .search-form input[type="radio"] {
    margin-top: 8px;
    margin-left: 15px;
}

.wrapper-search .search-form input[type="button"] {
    background: url('../img/btn-bg-full.png') no-repeat center center;
    color: #fff;
    font-size: 14px;
    font-family: 'HelveticaNeue';
    border-radius: 15px;
    width: 164px;
    height: 31px;
    margin-top: 5px;
    margin-left: 74px;
    cursor: pointer;
    border: 0;
    outline: none;
}

.search-results {
    display: none;
    width: 640px;
    height: 230px;
    position: relative;
    background: #f8f8f8;
}

.search-results .close_button {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999;
    width: 28px;
    height: 28px;
    opacity: 0.3;
}

.search-results .close_button:hover {
    opacity: 1;
}

.search-results .close_button:before,
.search-results .close_button:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 28px;
    width: 2px;
    background-color: #333;
}

.search-results .close_button:before {
    transform: rotate(45deg);
}

.search-results .close_button:after {
    transform: rotate(-45deg);
}

.search-results .contact_entry {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 10px;
    left: 0;
}

.search-results .contact_entry .text-contact {
    position: absolute;
    width: 400px;
    right: 0;
    top: 0;
}

.search-results p.result-info {
    margin-left: 28px;
    margin-top: 20px;
    font-size: 14px;
    position: absolute;
}

.search-results .contact_entry .text-contact p {
    margin: 0;
    line-height: 18px;
    font-size: 14px;
}

.search-results .contact_entry .text-contact a[href^='mailto:'] {
    background-position-y: 5px;
}

.search-results .contact_entry .text-contact a[href^='tel:'] {
    background-position-x: 8px;
    background-position-y: 4px;
    padding-left: 20px;
}

.search-results .contact_entry .picture {
    margin-left: 28px;
    height: 200px;
    width: 200px;
    text-align: center;
}

.search-results .contact_entry .picture img {
    height: 100%;
    /* width: 100%; */
    width: auto;
}

.contact-info {
    padding: 20px 30px 40px;
}

.contact-info .box {
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    vertical-align: top;
    /* width: 220px; */
    /* height: 128px; */
	width: 25%;
    height: auto;
    padding-right: 10px;
    box-sizing: border-box;
}

.contact-info .box.padded-box {
    width: 214px;
    padding-left: 14px;
}

.contact-info .box a.button {
    color: #fff;
    display: block;
    line-height: 30px;
    background: url('../img/btn-bg-full.png') no-repeat center center;
    font-size: 14px;
    border-radius: 15px;
    width: 164px;
    height: 31px;
    font-family: 'HelveticaNeue';
    cursor: pointer;
    border: 0;
    outline: none;
    text-align: center;
    margin-bottom: 5px;
}

.content-divider {
    border-top: 1px solid #e5e5e5;
    margin: 10px 30px;
    clear: both;
}

.contact-personnel .personnel-title {
    color: #585856;
    font-size: 22px;
    padding: 15px 28px;
}

.contact-personnel .header-picture img {
    width: 100%;
    height: 372px;
    height: auto;
}

.tabbed-content-tabs {
    position: relative;
    top: -42px;
}

ul.tabbed-nav li:first-child {
    margin-left: 28px;
}

ul.tabbed-nav li>span {
    display: block;
    height: 15px;
}

ul.tabbed-nav li {
    display: inline-block;
    border-top: 2px solid #fcfcfc;
    background-color: #ececeb;
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
}

ul.tabbed-nav li:hover {
    color: #8C0014;
}

ul.tabbed-nav li.active {
    background-color: #fff;
    padding-top: 15px;
}

.tabbed-content {
    position: relative;
    top: -45px;
}

.tabbed-content .content-box.active {
    display: block;
}

.tabbed-content .content-box {
    display: none;
    padding: 30px 28px 0 28px;
}

.tabbed-content .content-box-head img {
     width: 445px; 
    /* height: 221px; */
    height: auto;
}
.tabbed-content .content-box-head {
	padding-bottom: 15px;
}

.tabbed-content .content-box-head .text {
    vertical-align: top;
    display: inline-block;
    width: 436px;
    margin-left: 15px;
}

.tabbed-content .content-box-head .text h3 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 24px;
}

.tabbed-content .content-box-head .text p {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 18px;
}

.content-box-body {
    margin-top: 0;
    padding-bottom: 24px;
    padding-bottom: 0;
	margin-left: -9px;
    margin-right: -9px;
}

.content-box-body .person-box:first-child {
    margin-left: 0;
}

.content-box-body .person-box {
    float: left;
    margin-left: 18px;
    margin-left: 0;
    /* max-width: 212px; */
    width: 25%;
    margin-bottom: 22px;
    padding-bottom: 22px;
}
.content-box-body .person-box .inner_box {
	padding-left: 9px;
	padding-right: 9px;
}

.content-box-body .person-box img {
    width: 214px;
    width: 100%;
    height: 320px;
    height: auto;
}

.content-box-body .person-box .person-contact-info,
.content-box-info .person-box .person-contact-info
 {
    margin: 0;
    margin-top: 15px;
    font-size: 14px;
    line-height: 18px;
    word-wrap: break-word;
}

.content-box-body .person-box .person-contact-info a[href^='tel:'],
.content-box-info .person-box .person-contact-info a[href^='tel:'] {
    background: url('../img/icon-phone-red.png') no-repeat left 4px;
    padding-left: 24px;
    text-decoration: none !important;
}

.content-box-body .person-box .person-contact-info a[href^='mailto:'],
.content-box-info .person-box .person-contact-info a[href^='mailto:'] {
    /* background: url('../img/icon-mail-gray.png') no-repeat left 3px; */
    background: url('../img/icon-mail-gray.png') no-repeat left bottom 2px;
    padding-left: 24px;
    text-decoration: none !important;
}

.content-box-body .person-box .person-contact-info a {
    color: #585856;
}

.content-box-body .person-box .person-contact-info a:hover {
    color: #8C0014;
}

.footer {
    font-family: Arial, Helvetica, sans-serif;
    min-height: 138px;
}

.footer .wappen {
    margin: 42px 20px 20px 28px;
    padding: 0;
    float: left;
}

.footer nav.footer-navigation {
    margin: 62px 0 0 15px;
    float: left;
    display: block;
}

.footer nav.footer-navigation ul li:first-child {
    border-left: 0 solid #c6c6c6;
    margin-left: 0;
}

.footer nav.footer-navigation ul li {
    float: left;
    margin: 5px 0 0 5px;
    padding: 0 0 0 5px;
    border-left: 1px solid #c6c6c6;
    line-height: 12px;
}

/* .footer nav.footer-navigation ul li a { */

a {
    color: #7F7F7F;
}

/* .footer nav.footer-navigation ul li a:hover { */

a:hover {
    color: #8C0014;
}

/* .footer nav.footer-navigation ul li a:active { */

a:active {
    color: #404142;
}

a[href^='tel:'] {
    background: url('../img/icon-phone-gray.png') no-repeat left 1px;
    padding-left: 12px;
    text-decoration: none !important;
}

a[href^='mailto:'] {
    background: url('../img/icon-mail-gray.png') no-repeat left 1px;
    padding-left: 17px;
    text-decoration: underline;
}

#footerSearch {
    float: left;
    margin-left: 10px;
    margin-top: 65px;
    padding: 0;
    width: 164px;
    height: 17px;
    position: relative
}

#footerSearch input {
    margin: 0;
    padding: 0;
    height: 15px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-right: 0;
    float: left;
    width: 130px;
    background: #ffffff;
    outline: none;
    line-height: 15px;
    font-size: 12px;
    text-indent: 8px;
}

ul.tabbed-nav li {
    background-image: url('../img/arrow_right.png');
    background-size: 11px 16px;
    background-repeat: no-repeat;    
	background-position: right 11px bottom 10px;
    padding-right: 25px;
}

/* Modification 2021 */
.mdl-footer__aside {
    color: #000;
    background-color: #fff;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    border-top: 6px solid #F0F0F0;
}
.mdl-footer__small-links-link {
    font-weight: 600;
    color: #1f1f1f;
    font-size: .75rem;
    letter-spacing: .52px;
    padding: 10px 0;
}
.mdl-footer__small-links-link {
	margin-left: 30px;
}
/* Modification 2021 - end */

/* Mobile First */


/* Media Queries - Start */

@media (max-width: 576px) {
	
	.container {
		width: 100%;
	}
	.contact-info .box  {
		padding-right: 0;
	}
	.content-box-body {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (min-width: 576px) {
	
	.container {
		width: 540px;
	}
}

@media (min-width: 768px) {
	
	.container {
		width: 720px;
	}
	.footer_mobile {
		visibility: hidden;
		display: none;
	}
}

@media (min-width: 992px) {
	.container {
		width: 960px;
	}
	.wrapper-search .search-text {
		padding-top: 77px;
		max-width: 600px;
	}
	.clearfix_special {
		clear: both;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	#footerSearch {
		width: 70%;
		margin-top: 20px;
		margin-left: 18px;
	}
}

@media (max-width: 992px) {
	
	.search-results,
	.wrapper-search .search-text {
		
		max-height: 230px;
		height: 230px;
		max-width: 100%;
	}
	
	.wrapper-search .search-form {
		width: 100%;
	}
	
	.search-text span {
		padding-top: 50px;
		display: block;
	}
	.contact-info .box {
		width: 49%;
		height: auto;
		padding-bottom: 15px;
	}
	.contact-info .box.padded-box {
		padding-left: 0;
	}
	.contact-info {
		padding: 20px 30px 14px;
	}
	.tabbed-content-tabs,
	.tabbed-content	{
		top:0;
	}
	.tabbed-content-tabs {		
		margin-top: 17px;
	}
	ul.tabbed-nav li:first-child {
		margin-left: 0;
	}
	ul.tabbed-nav li.active {
		background-color: whitesmoke;
		padding-top: 10px;
	}
	
	.tabbed-content .content-box-head img {
		width: 100%;
		height: auto;
	}
	.tabbed-content .content-box-head .text {
		width: auto;
		margin-left: 15px;
		margin-left: 0;
		margin-top: 24px;
	}
	
	.content-box-body .person-box { 
		width: 33.33%;
	}
	.content-box-info .person-box .person-contact-info {
		padding-bottom: 24px;
	}
}

@media (max-width: 767px) {
	
	.search-results .contact_entry .picture {
		margin-left: 15px;
		width: 134px;
	}
	
	.search-results .contact_entry .text-contact {
		left: 160px;
		width: auto;
	}
	
	ul.tabbed-nav li {
	    border: 1px solid rgb(208,208,208);
		margin-bottom: -1px;
		display: block;
		background-color: white;
	}
	ul.tabbed-nav li:first-child {
		margin-left: 0;
	}
	.tabbed-content-tabs,
	.tabbed-content	{
		top:0;
		margin-top:17px;
	}
	
	.content-box-body .person-box { 
		width: 50%;
	}
	
	.main {
		box-shadow: 0px 33px 42px -10px rgb(205, 205, 205);
	}
	
	.footer {
		display: none;
		visibility: hidden;
	}
	.footer_mobile input {    
		outline: none;
		border: 1px solid rgb(209,209,206);
		border-right: none;
		height: 24px;
		box-sizing: border-box;    
		height: 16px;
		padding: 8px;
		margin: 0;
		height: 26px;
		font-family: 'HelveticaNeue';
		font-size: 14px;
		width: 100%;
		position: relative;
	}
	.footer_mobile .wrapp_input_mobile {
		position: relative;
	}
	
	.footer_mobile .search_icon {
		cursor: pointer;
		position: absolute;
		right: 0;
	}
	
	.footer_mobile .searchAutocomplete,
	.footer_mobile .search_icon {
		display: inline-block;
		height: 30px;
		float: left;
		background-color: white;
	}
	
	.footer_mobile .footer-navigation {
		margin-top: 10px;
		margin-bottom: 30px;
	}	
	.footer_mobile ul li a {		
		background-image: url(../img/arrow_right.png);
		background-size: 7px 10px;
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 13px;		
		line-height: 19px;
	}
	#footerSearchMobile {		
		margin-top: 30px;
	}
	
	footer a {
		display: block;
	}
}


@media (max-width: 576px) {
	
	.footer_mobile {
		padding-left: 8px;
		padding-right: 8px;
	}
	
	.header {
		height: 42px;
	}
	
	.header .logo {
		width: 100%;
		height: 41px;
	}
	
	.wrapper-search .search-form {
		height: auto;
	}

	.wrapper-search .search-form label {
		display: inline;
		width: auto;
	}
	
	.main .search-title {
		padding: 18px 16px 14px;
		font-size: 20px;
		line-height: 20px;
	}
	
	
	.search-results,
	.wrapper-search .search-text,
	.search-results .contact_entry .picture	{
		/* min-height: 180px; */
		max-height: 180px;
	}
	.wrapper-search .search-text {
		padding-left:14px;
	}
	
	.wrapper-search .search-form {
		padding: 11px 0;
	}
	
	.wrapper-search .search-form input[type="text"] {
		padding: 6px;
		margin-bottom: 3px;
	}
	
	.wrapper-search .search-form input[type="radio"] {
		width: 11px;
	}
	
	.wrapper-search .search-form label {		
		padding-left: 11px;
		line-height: 30px;
	}
	
	.search-results .contact_entry .picture {
		margin-left: 0;
	}
	
	.search-results .contact_entry .picture img {
		width: 100px;
		height: auto;
	}
	
	.search-results .contact_entry .text-contact {
		left: 130px;
	}
	.search-results .close_button {
		top: 2px;
	}
	.main .content-title {
		padding: 34px 15px 0;
	}
	.contact-info {
		padding: 24px 15px 20px;
	}
	.contact-info .box {
		height: auto;
		width: 100%;
		padding-bottom: 15px;
	}	
	.contact-info .box:last-child {
		padding-bottom: 0;
	}	
	.contact-info .box.padded-box {
		padding-left: 0;
	}	
	.contact-info .box a.button{
		margin-bottom: 9px;
	}
	.contact-personnel .personnel-title {		
		font-size: 18px;
		padding: 15px 13px;
	}
	.content-divider {
		margin: 10px 14px;
	}
	
	.tabbed-content-tabs {
		top: 0;
	}
	.tabbed-nav {		
	    margin-left: 8px;
		margin-right: 8px;
	}	
	ul.tabbed-nav li {
		padding: 10px 8px 10px 9px;
	}
	.tabbed-content .content-box {
		padding-top: 10px;
		padding-left: 0;
		padding-right: 0;
	}
	.tabbed-content .content-box-head .text {
		margin-top: 24px;
		padding-left: 24px;
		padding-right: 24px;
	}
	.tabbed-content .content-box-head .text h3 {
		font-size: 18px;
	}	
	.tabbed-content .content-box-head .text p {
		font-size: 14px;
		line-height: 17px;
	}
	.content-box-body {
		/*padding-left: 24px;
		padding-right: 24px;*/
		margin-top: 0;
		padding-bottom: 24px
	}	
	/*.content-box-body {
		padding-left: 24px;
		padding-right: 24px;
	}	*/
	.content-box-body .person-box { 
		width: 100%;
	}
	.content-box-body .person-box .inner_box {		
	    max-width: 213px;
		margin: 0 auto;
	}
	.content-box-body .person-box .person-contact-info {
		/*padding-left: 7px;
		padding-right: 7px;	*/	
	}
	.content-box-info .person-box .person-contact-info {
		padding-left: 24px;
		padding-right: 24px;
	}
	footer a {
		margin-left: 15px !important;
	}
	
	
}


/* Media Queries - End */