@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_main_accordion {
}

.div_hr {
	position: absolute;
	width: 90%;
	margin-top: 11%;
	margin-left: 5%;
	border-bottom: 3px solid #000000;
}

.accordion_anker {
	text-decoration: none;
	color: #393939;
}

.accordion_anker:not(:hover) {
	text-decoration: none;
	color: #393939;
}

.accordion_anker:hover {
	text-decoration: none;
	color: #393939;
}

.card_top_curve {
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}

.card_bottom_curve {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.card_bottom_straight {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.card_top_straight {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

.div_accordion {
	border: 2px thick #000000;
	background-color: white;
}

.div_accordion_card_header_1 {
	border: 2px thick #000000;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.div_accordion_card_header_2 {
	border: 2px thick #000000;
}

.div_accordion_card_header_3 {
	border: 2px thick #000000;
}

.div_accordion_card_header_4 {
	border: 2px thick #000000;
}

.div_main_accordion {
	background-color: white;
}

.card-header_custom {
  padding: 0.75rem 1.25rem;
  border: 2px thick #000000;
}

.card-header_custom:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header_custom:first-child {
  border-top: 0;
}

.div_accordion_pd {
	padding-right: 2.5%;
	padding-left: 2.5%;
	padding-top: 8%;
}

.news_headline_ac {
	font-family: 'made_tommymedium';
}

.news_body_ac {
	font-family: 'made_tommyregular';
}

@media only screen and (max-width: 750px) {
	#news_headline {
		margin-top: 10%;
	}
	.div_hr {
		margin-top: 20%;
	}
	.div_accordion_pd {
		padding-top: 15%;
	}
}

@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;
	}
}

/*--------------------------------------------------
----------------------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;
}