@CHARSET "ISO-8859-1";

input {
	-webkit-appearance: none;
}

*:focus {
    outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

/*
 * WEBSITE AREA
 */

.mainContact {
	width: 100%;
	height: auto;
	margin: 0px auto;
	font-family: 'Roboto', sans-serif !important;
}

.bold { font-weight: bold; }

.divAdress {
	width: 30%;
	box-sizing: border-box;
	border: 1px solid #d2d2d2;
	float: left;
	font-size: 14px;
}

.divAdress h1 {
	font-size: 18px;
    margin: 0px;
    padding: 0px;
    height: 25px;
    line-height: 25px;
    color: #ff0101;
    background: #f8f8f8;
    display: table;
    margin: -12.5px 0px 20px 27px;
    padding: 0px 10px;

    font-family: 'Roboto', sans-serif !important;
    font-weight: bold !important;
}

.divAdress ul {
	margin: 20px 37px;
	padding: 0px;
	list-style: none;
}

.divContact {
	width: 70%;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
    border-left: none;
    float: left;
    padding: 0 40px;
}

div.wpcf7 { padding: 0 0 25px 0; }

.divContact h1 {
	font-size: 18px;
    margin: 0px;
    padding: 0px;
    height: 25px;
    line-height: 25px;
    color: #ff0101;
    background: #f8f8f8;
    display: table;
    margin: -12.5px 0px 20px -10px;
    padding: 0px 10px;

    font-family: 'Roboto', sans-serif !important;
    font-weight: bold !important;
}

.divContactForm {
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 20px;
}

.divContactForm:nth-child(2n) {
	margin-right: 0;
}

.divContactForm label {
	width: 100%;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 0;

	text-align: left !important;
	font-family: 'Roboto', sans-serif !important;
	font-weight: normal !important; 
}

.divContactForm input {
	width: 100%;
	height: 42px;
	box-sizing: border-box;
	border: 1px solid #dfdfdf;
	padding: 0px 15px;
}
.divContactArea {
	width: 100%;
	height: auto;
	margin: 0px;

}

.divContactArea label {
	width: 100%;
	font-size: 14px;

	text-align: left !important;
	font-family: 'Roboto', sans-serif !important;
	font-weight: normal !important; 	
}

textarea {
    resize: none;
}

.divContactArea textarea {
	width: 100%;
	height: 150px;
	box-sizing: border-box;
	border: 1px solid #dfdfdf;
	padding: 10px 15px;
}

#submitButton, .wpcf7-submit {
	width: 106px;
	height: 40px;
	box-sizing: border-box;
	background-color: #0aa607;
	color: #fff;
	border: none;
	margin: 20px 0px 0px 0px;
	cursor: pointer;
}
.divGermany,
.divEurope,
.contactAdress {
	margin: 50px 0px;
	box-shadow: 0px 5px 0px -2.5px #dfdfdf;
}

.postalCodeGermany {
	width: auto;
	min-height: 50px;
	float: right;
	margin: 10px 0px;
}

.postalCodeGermany label {
	width: auto;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
}

#zipCode {
	width: auto;
    height: 40px;
    border: 1px solid #dfdfdf;
    padding: 0px 15px;
}

#zipCodeSearch {
	width: auto;
	min-width: 150px;
    height: 40px;
    background-color: #bbb;
    color: #000;
    border: none;
    cursor: pointer;
}

#zipCodeSearch:hover { background-color: #ff0000; }

#chartdiveurope,
#chartdivgermany {
	width	: 100%;
	height	: 730px;
	cursor: pointer;
}	

#chartdiveurope a,
#chartdivgermany a {
	display: none !important;
}

.contactGermany {
	width: 30%;
	height: auto;
	box-sizing: border-box;
	border: 1px solid #d2d2d2;
	float: left;
	font-size: 14px;
}

.contactGermany h1 {
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    height: 25px;
    line-height: 25px;
    color: #ff0101;
    background: #f8f8f8;
    display: table;
    margin: -12.5px 0px 20px 27px;
    padding: 0px 10px;

	font-family: 'Roboto', sans-serif !important;
	font-weight: bold !important;     
}

.profileUl {
	/* height: 697px; */
	overflow: auto;
	margin: 0px;
	padding: 0px;
	list-style: none;
	box-shadow: inset 0px -25px 15px -15px rgba(0,0,0,0.075);
}

.profileLi {
	width: 100%;
	border-bottom: 1px solid #d2d2d2;
	padding: 19px 0px 19px 19px;
	box-sizing: border-box;
	cursor: pointer;
	opacity: 0.8;
	overflow: auto;
}

.profileLi:last-child {
	border-bottom: none;
}

.profileLi:hover {
	background-color: #ededed;
	opacity: 1;
}

.profileLi img {
	max-width: 100px;
	float: left;
	width: 27%;
}

.profileUl ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
	float: left;
	width: calc(70% - 10px);
}

.profileUl ul li {
	max-width: 215px;
}

.profileUl p {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.profileUl p.contactname { font-size: 16px; } 
.profileUl span { opacity: 0.9; }

.lessInfo { display: none; }

.moreInfo:hover { color: #ff0000; }
.profileMail { color: #fe0201; font-size: 13px; }

.territoryGermany {
	width: 70%;
	height: auto;
	box-sizing: border-box;
	border: 1px solid #d2d2d2;
	border-left: none;
	float: left;
}

.divInternational {
	margin: 50px 0px;
    box-shadow: 0px 5px 0px -2.5px #dfdfdf;	
    }

.contactInternational {
	width: 30%;
    height: auto;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
    float: left;
    font-size: 14px;
	box-shadow: inset 0px -25px 15px -15px rgba(0,0,0,0.075);

    }

.contactInternational h1 {
	font-size: 18px;
    margin: 0px;
    padding: 0px;
    height: 25px;
    line-height: 25px;
    color: #ff0101;
    background: #f8f8f8;
    display: table;
    margin: -12.5px 0px 20px 27px;
    padding: 0px 10px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: bold !important;	
}     

.profileUl-international {
    overflow: auto;
    margin: 0px;
    padding: 0px;
    list-style: none;
	}

.profileUl-international ul {
	margin: 0px;
    padding: 0px 0px 0px 10px;
    list-style: none;
    float: left;
    width: calc(65% - 10px);	
}	

.territoryInternational {
    width: 70%;
    height: auto;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
    border-left: none;
    float: left; 
	}

.territoryInternational img { width: 100%; height: auto; }	




span.wpcf7-not-valid-tip {
	position: absolute !important;
	right: 0;
	font-size: 12px !important;
}

div.wpcf7-response-output {
    margin: 30px 0 !important;
    padding: 10px !important;
}

@media screen and (max-width: 1200px)  {
	.profileLi img { width: 20%; }
	.profileUl ul li { font-size: 15px; }
	.profileMail { font-size: 12px !important; }
}

@media screen and (max-width: 1075px)  {
	.divAdress { width: 35%; }
	.divContact { width: 65%; }
	.divContactForm { width: auto; float: none; margin-right: 0; }

	.contactGermany { width: 37%; }
	.territoryGermany {  width: 63%; }
	.profileLi img { width: 20%; }
	.profileUl ul li { font-size: 15px; }
	.profileMail { font-size: 12px; }

	.contactInternational { width: 37%; }
	.territoryInternational { width: 63%; }
}

@media screen and (max-width: 1035px)  {
	.divAdress { width: 35%; }
	.divContact { width: 65%; }
	.divContactForm { width: auto; float: none; margin-right: 0; }

	.contactGermany { width: 35%; }
	.territoryGermany {  width: 65%; }
	.profileUl ul li { font-size: 13px; }

	.contactInternational { width: 35%; }
	.territoryInternational { width: 65%; }

}

@media screen and (max-width: 885px)  {
	.divAdress { width: 38%; }
	.divContact { width: 62%; }

	.contactGermany { width: 43%; }
	.territoryGermany {  width: 57%; }
	.profileLi img { width: 22%; }

	.contactInternational { width: 43%; }
	.territoryInternational { width: 57%; }
}

@media screen and (max-width: 810px)  {
	.divAdress { width: 40%; }
	.divContact { width: 60%; }
}

@media screen and (max-width: 780px)  {
	.divAdress { width: 45%; }
	.divContact { width: 55%; }

	.territoryGermany { display:none; } 
	.territoryEurope { display: none; }	
	.contactGermany { width: 100%; }

	.profileLi img { width: 25% !important; }
	.profileUl ul li { font-size: 20px !important; }
	.profileUl { height: auto !important; overflow: auto !important; }
	.slimScrollDiv { height: auto !important; }	

	.profileUl p.contactname { font-size: 25px; margin-bottom: 6px !important; }

	.contactInternational { width: 100%; height: auto !important;  }
	.territoryInternational { display: none; }
}

@media screen and (max-width: 700px)  {
	.divAdress {
		width: calc(100% - 20px);
		margin: 30px auto;
	    height: auto !important;
	    float: none;
	    border: 1px solid #d2d2d2;
	    box-shadow: 0px 5px 0px -2.5px #dfdfdf;	
	    min-height: auto;
	    padding-bottom: 20px;	
	}

	.divContact {
		width: calc(100% - 20px);
		margin: 30px auto;
	    height: auto;
	    float: none;
	    border: 1px solid #d2d2d2;
	    box-shadow: 0px 5px 0px -2.5px #dfdfdf;
	    min-height: auto;
	    padding-bottom: 20px;		    
	}	

	.mainContact .contactAdress { box-shadow: none; }

	.postalCodeGermany {
		width: 100%;
		margin: 15px 0px;
	}

	.postalCodeGermany label {
		width: 100%;
		float: left;
	}

	#zipCode {
		width: calc(60% - 5px);
	    float:left;
	    margin: 0px 10px 0px 0px;
	}

	#zipCodeSearch {
		width: calc(40% - 5px);
	    float:left;
	    min-width: auto;
	}
}


@media screen and (max-width: 550px)  {
	.mainContact {
		width: 100% !important;
		/* min-width: 400px !important; */
	}
	.territoryGermany {
		display:none;
	}
	.territoryEurope {
		display: none;
	}
	.divContact {
		margin: 30px auto;
	    height: auto;
	    float: none;
	    border: 1px solid #d2d2d2;
	    box-shadow: 0px 5px 0px -2.5px #dfdfdf;
	    padding-bottom: 25px;
	}
	.divContactForm {
		margin: 20px auto;
		float: none;
	}
	
	.divContactForm input {
		width: 100%;

	}
	.divContactArea {
		height: auto;
		margin: 20px auto;
	
	}
	.divContactArea textarea {
		width: 100%;
		height: 150px;
		box-sizing: border-box;
		border: 1px solid #dfdfdf;
	}
	
	#submitButton, .wpcf7-submit {
		margin: 0px 0px 20px 20px;
	}
	.divAdress {
		width: calc(100% - 20px);
		margin: 30px auto;
		height: auto;
		float: none;
		box-shadow: 0px 5px 0px -2.5px #dfdfdf;

	}
	.divGermany,
	.divEurope,
	.contactAdress {
		box-shadow: none;
	}
	
	.contactGermany {
		width: calc(100% - 20px);
		margin: 0px auto;
		float: none;
		box-shadow: 0px 5px 0px -2.5px #dfdfdf;
	}
	.profileUl {
		height: auto !important;
		overflow: visible !important;
		box-shadow: none;
	}

	.profileLi img { width: 25% !important; }
	.profileUl ul li { font-size: 16px !important; }

	.profileUl p.contactname { font-size: 20px; margin-bottom: 6px !important; }

	.postalCodeGermany {
		width: calc(100% - 20px);
		margin: 15px 10px;
	}

	.postalCodeGermany label {
		width: 100%;
		float: left;
	}

	#zipCode {
		width: calc(60% - 5px);
	    float:left;
	    margin: 0px 10px 0px 0px;
	}

	#zipCodeSearch {
		width: calc(40% - 5px);
	    float:left;
	    min-width: auto;
	}


}

@media screen and (max-width: 510px)  {
	.profileUl p.contactname { font-size: 18px; margin-bottom: 6px !important; }
	.profileUl ul li { font-size: 14px !important; }
}

@media screen and (max-width: 410px)  {
	.profileUl p.contactname { font-size: 16px; margin-bottom: 6px !important; }
	.profileUl ul li { font-size: 12px !important; }
}