@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/*--------------------------------------------------
-----------------------TYPEs------------------------
--------------------------------------------------*/


/*--------------------------------------------------
----------------------@FONTSs-----------------------
--------------------------------------------------*/
@font-face {
    font-family: 'made_tommyregular';
    src: url('../../fonts/webkit-font-MT/woff2/made_tommy_regular_personal_use-webfont.woff2') format('woff2'),
         url('../../fonts/webkit-font-MT/woff/made_tommy_regular_personal_use-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'made_tommythin';
    src: url('../../fonts/webkit-font-MT/woff2/made_tommy_thin_personal_use-webfont.woff2') format('woff2'),
         url('../../fonts/webkit-font-MT/woff/made_tommy_thin_personal_use-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'made_tommybold';
    src: url('../../fonts/webkit-font-MT/woff2/made_tommy_bold_personal_use-webfont.woff2') format('woff2'),
         url('../../fonts/webkit-font-MT/woff/made_tommy_bold_personal_use-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'made_tommymedium';
    src: url('../../fonts/webkit-font-MT/woff2/made_tommy_medium_personal_use-webfont.woff2') format('woff2'),
         url('../../fonts/webkit-font-MT/woff/made_tommy_medium_personal_use-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/*--------------------------------------------------
------------------------#IDs------------------------
--------------------------------------------------*/
#div_headline_img {
	padding: 5%;
}

#contact_instagram {
	text-decoration: none;
}

#contact_instagram:hover {
	color: #5F5F5F;
}

#headline_impressum {
	position: absolute;
	text-align: center;
	color: white;
	font-size: 5vw;
	margin-top: -21%;
	margin-left: 6%;
	font-family: 'made_tommythin';
    font-style: normal;
	opacity: 0.9;
}

#back_line {
	position: absolute;
	margin-left: 2%;
	margin-top: 1%;
	font-family: 'made_tommythin';
	color: black;
	font-size: 2vw;
	text-decoration: none;
}

#back_line:hover {
	text-decoration: none;
	color: black;
	cursor: pointer;
	transform: scale(1.05);
	transition: 0.5s;
}

#back_line:not(:hover) {
	transform: scale(1);
	transition: 0.5s;
}

#div_footer {
	background-color: black;
}

#impressum{
	position: absolute;
	margin-left: 9%;
	margin-top: 3%;
	color: white;
	font-family: 'made_tommyregular';
}

#store_line {
	position: absolute;
	margin-top: 1%;
	margin-left: 85.5%;
}

#about_us_footer{
	color:white;
}

#about_us_line {
	position: absolute;
	margin-top: 7%;
	margin-left: 83%;
}

#copyright{
	color: #818181;
	font-family: 'made_tommyregular';
	margin-top: 13%;
}

/*--------------------------------------------------
----------------------.CLASSEs----------------------
--------------------------------------------------*/
.footer_lines {
	color: white;
	text-decoration: none;
}

.footer_lines:hover {
	text-decoration: none;
	color: white;
}

.headline_2 {
	margin-top: 5%;
}

.contact_headline {
	margin-top: 9%;
}

.email_lines {
	font-family: 'made_tommythin';
    font-style: normal;
	font-size: 1.5vw;
	color: #5F5F5F;
	font-weight: normal;
}

.email_lines:not(:hover) {
	font-family: 'made_tommythin';
    font-style: normal;
	color: #5F5F5F;
	font-weight: normal;
}

.email_lines:hover {
	font-family: 'made_tommythin';
    font-style: normal;
	text-decoration: none;
	cursor: pointer;
	color: #5F5F5F;
	font-weight: normal;
}

.line_1 {
	margin-top: 2.5%
}

.impressum_bold {
	font-family: 'made_tommymedium';
    font-style: normal;
	font-size: 2.5vw;
	color: #5F5F5F;
}

.impressum_bold_small {
	font-family: 'made_tommyregular';
    font-style: normal;
	font-size: 1.5vw;
	color: #5F5F5F;
	font-weight: normal;
}

.ctg {
	font-family: 'made_tommyregular';
}

.link {
	text-decoration: underline 0.5px black;
	text-underline-offset: 2px;
}

.a_link:hover {
	text-decoration: none;
}

.impressum_light {
	font-family: 'made_tommythin';
    font-style: normal;
	font-size: 1.5vw;
	color: #5F5F5F;
	font-weight: normal;
}

.date_line {
	font-family: 'made_tommyregular';
    font-style: normal;
	font-size: 1.5vw;
	color: #5F5F5F;
	font-weight: normal;
}

.disclaimer_content {
}

.offset-xl-custom {
	margin-left: 8.333333%;
}

@media only screen and (max-width: 1200px) {
	.date_line {
		font-size: 25px;
	}
	.impressum_bold {
		font-size: 25px;
	}
	.impressum_light {
		font-size: 20px;
	}
	.impressum_bold_small {
		font-size: 20px;
	}
	.email_lines {
		font-size: 20px;
	}
	#back_line {
		font-size: 25px;
	}
}

@media only screen and (max-width: 900px) {
	.img_headline {
		margin-top: 5%;
	}
}

@media only screen and (max-width: 400px) {
	.img_headline {
		margin-top: 10%;
	}
}
/*--------------------------------------------------
----------------------PRESETSs----------------------
--------------------------------------------------*/
.style_1vw{
	font-size:1vw;
}
.style_1-5vw{
	font-size:1.5vw;
}
.style_2vw{
	font-size:2vw;
}
.style_3vw{
	font-size:3vw;
}
.style_4vw{
	font-size:4vw;
}
.style_5vw{
	font-size:5vw;
}
.padding0{
	padding: 0rem;
}
