@charset "utf-8";


/*
/*	Copyright (c) 2020 Marketify
/*	Author: Marketify
/*	This file is made for CURRENT TEMPLATE



/*---------------------------------------------------*/
/*	01) BASE
/*---------------------------------------------------*/

html {
	/*overflow-x: hidden; */
	padding: 0px;
	margin: 0px
}
body{
	font-family: "Arial";
	font-size: 18px;
	line-height: 2.1;
	letter-spacing: 0.8px;
	word-wrap: break-word;
	font-weight: 400;
	background-color: #fff;
	color: #000;
	text-align: right;
}

h3 {font-family: "Arial";}

.tm_all_wrap{
	width: 100%;
	height: auto;
	/*clear: both; */
	text-align: right;
	position: relative;
	/*overflow: hidden;*/
}
.tm_all_wrap,
.tm_all_wrap *{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}

.markenhandel {color: #1976D2;}

.abstand {
	padding-top: 100px;
	padding-bottom: 100px;
}

/*---------------------------------------------------*/
/*	Inhalt
/*---------------------------------------------------*/

.tm_about{
	width: 100%;
	height: auto;

	margin-bottom: 160px;
	padding-top: 10%;
}
.tm_about .about_inner{
	width: 90%;
	height: auto;
	clear: both;
	align-items: center;
}
.tm_about .about_inner .left{
	width: 10%;
}

.tm_about .about_inner .right{
	width: 90%;
	padding-left: 50px;
}
.tm_about .name{
	width: 100%;
	float: left;
	border-bottom: 1px solid #1976D2;
	padding-bottom: 35px;
	margin-bottom: 32px;
}
.tm_about .name h1{
	text-transform: uppercase;
	font-weight: 900;
	font-size: 30px;
	position: relative;
	color: #000;
	font-family: "Arial";
	padding-top: 100px;
}
.tm_about .name h1 .bg{
	position:absolute;
	left: 0px;
	top: 0px;
	font-family: "Arial";
	font-size: 60px;
	font-weight: 900;
	color: #1976D2;
	line-height: 0;
	font-family: "Arial";
	padding-top: 50px;
}
.tm_about .name span{
	font-family: "Arial";
    font-weight: 600;
    display: inline-block;
    padding-top: 10px;
}
.tm_about .right .text{
	width: 100%;
	float: left;
	margin-bottom: 18px;
}
.tm_about .right .text p{
	margin-bottom: 12px;
}


/*---------------------------------------------------*/
/*	12) WAXON COPYRIGHT
/*---------------------------------------------------*/

.tm_copyright{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: #000;
	padding: 20px 0px 20px 0px;
}
.tm_copyright .copyright_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.tm_copyright .copyright_inner > ul{
	margin: 0px 0px 0px -30px;
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tm_copyright .copyright_inner > ul > li{
	margin: 0px 0px 30px 0px;
	width: 50;
	float: left;
	padding-left: 30px;
}
.tm_copyright .copyright_inner > ul > li span{
	display: block;
	color: #fff;
	font-family: "Arial";
	font-weight: 500;
}
.tm_copyright .copyright_inner > ul > li span a{
	text-decoration: none;
	color: #fff;
}


/*---------------------------------------------------*/
/*	14) WAXON MEDIA QUERIES (FOR SMALL DEVICES)
/*---------------------------------------------------*/

@media (max-width: 1200px) {
	/*Code here*/
}

@media (max-width: 1040px) {
	.tm_about .name h1 .bg{font-size: 60px;}
	.tm_about .name h1 {padding-top:100px;}
	.tm_about .about_inner{flex-direction: column;align-items: baseline;}
	.tm_about .about_inner .left{width: 100%;margin-bottom: 50px;}
	.tm_about .about_inner .left .image .myDot{display: none;}
	.tm_about .about_inner .right{width: 100%;padding-left: 0px;}
	.tm_copyright .copyright_inner > ul > li{width: 100%;padding-left: 0px;}
	.tm_copyright .copyright_inner > ul{display: block;margin: 0px;}
	.tm_about .name h1{font-size: 30px;}
	.tm_about{padding-top: 180px;margin-bottom: 93px;}
	.tm_copyright .copyright_inner > ul > li{margin-bottom: 15px;}
	}
@media (max-width: 768px) {
	/*Code here*/
	
}