@charset "utf-8";

/*--------------------------------------------------
----------------------@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;

}

/*--------------------------------------------------
-----------------------TYPEs------------------------
--------------------------------------------------*/

/*--------------------------------------------------
------------------------#IDs------------------------
--------------------------------------------------*/
#news_headline {
	position: absolute;
	margin-left: 6%;
	margin-top: 6%;
	font-family: 'made_tommyregular';
	font-size: 40px;
}

#back_line {
	position: absolute;
	margin-left: 2%;
	margin-top: 1%;
	font-family: 'made_tommythin';
	color: black;
	text-decoration: none;
	font-size: 30px;
}

#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;
	color: black;
}

/*--------------------------------------------------
----------------------.CLASSEs----------------------
--------------------------------------------------*/
.div_hr {
	position: absolute;
	width: 90%;
	margin-top: 11%;
	margin-left: 5%;
	border-bottom: 3px solid #000000;
}

.blog_cards_main {
	position: absolute;
	padding-right: 5%;
	padding-left: 5%;
	margin-top: 15%;
}

.blog_div {
	padding-bottom: 3%;
}

.div_footer {
	padding-left: 0px;
	padding-right: 0px;
	margin-left: -6%;
	margin-right: -5.55%;
}

.btn_read_more {
	position: absolute;
	margin-left: 56.5%;
	margin-top: -10%;
	z-index: 1;
	
	font-family: 'made_tommyregular';
	font-size: 1.5vw;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: transparent;
}

.btn_read_more:hover {
	background-color: #D1D1D1;
	transition: 0.3s ease;
}

.btn_read_more:not(:hover) {
	background-color: transparent;
	transition: 0.3s ease;
}

.btn_read_more:active {
	border-radius: 0px;
}

.btn_read_more:not(:active) {
	border-radius: 0px;
}

.blog_image {
	z-index: 0;
}

.mobile {
	display: none;
}

.desktop {
	display: block;
}

.hidden {
	opacity: 0;
	transition-delay: 2s;
	transition: all 1s;
}

.show {
	opacity: 1;
	transition-delay: 2s;
	transition: ease 1.5s;
}

@media only screen and (max-width: 750px) {
	#news_headline {
		margin-top: 10%;
	}
	.div_hr {
		margin-top: 20%;
	}
	.div_accordion_pd {
		padding-top: 15%;
	}
	.blog_cards_main {
		margin-top: 25%;
	}
}

@media only screen and (max-width: 500px) {
	.mobile {
		display: block;
	}
	.desktop {
		display: none;
	}
}

@media only screen and (max-width: 400px) {
	#news_headline {
		margin-top: 13%;
	}
	.div_hr {
		margin-top: 27%;
	}
	.div_accordion_pd {
		padding-top: 18%;
	}
	#back_line {
		font-size: 6vw;
	}
	.mobile {
		display: block;
	}
	.desktop {
		display: none;
	}
	.blog_cards_main {
		margin-top: 35%;
	}
	.btn_read_more {
		margin-left: 6.5%;
		margin-top: -22%;
		font-size: 4vw;
	}
}

@media only screen and (max-width: 400px) {
	#news_headline {
		margin-top: 18%;
	}
	.div_hr {
		margin-top: 39%;
	}
	.div_accordion_pd {
		padding-top: 18%;
	}
	#back_line {
		font-size: 10vw;
	}
	.blog_cards_main {
		margin-top: 45%;
	}
}

/*--------------------------------------------------
----------------------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;
}