@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_tommylight';
    src: url('../../fonts/webkit-font-MT/woff2/made_tommy_light_personal_use-webfont.woff2') format('woff2'),
         url('../../fonts/webkit-font-MT/woff/made_tommy_light_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------------------------
--------------------------------------------------*/
#gallery_headline {
	position: absolute;
	text-align: center;
	color: white;
	font-size: 6rem;
	margin-top: -27%;
	margin-left: 34%;
	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: white;
	text-decoration: none;
	font-size: 35px;
}

#back_line:hover {
	text-decoration: none;
	color: white;
	cursor: pointer;
	transform: scale(1.05);
	transition: 0.5s;
}

#back_line:not(:hover) {
	transform: scale(1);
	transition: 0.5s;
	color: white;
}

#div-main-fluid {
    padding: 0rem;
}

/*--------------------------------------------------
----------------------.CLASSEs----------------------
--------------------------------------------------*/

.faq_headline_ac {
	font-family: 'made_tommymedium';
}

.faq_body_ac {
	font-family: 'made_tommyregular';
}

.background-gray {
	background-color: #3F3F3F;
}

.div_flex_buttons {
	background-color: transparent;
	
	display: flex;
	/*flex-wrap: wrap;*/
	justify-content: space-around;
	flex-flow: wrap;
	flex-direction: row;
	
}

.pad_div_button {
	padding: 2vw;
}

.padding-top {
	padding-top: 5%;
}

.padding-top-2 {
	padding-top: 2%;
}

.container {
	padding-top: 5rem;
}

.card {
	border-radius: 0px;
	background-color: transparent;
}

.flex-middle {
	justify-content: center;
}

.container {
	padding-bottom: 5rem;
}

.div_footer {
	padding-left: 0px;
	padding-right: 0px;
}

.container-fluid {
	padding: 0px;
}

.button_lines {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: 'made_tommylight';
}

.button_grid .button_lines {
	opacity: 1;
}

.button_grid {
  	/*display: grid;
  	place-items: center;*/
	
	color: white;
}

.button_grid:hover .categ-button{
	opacity: 1;
	transition: .3s ease;
	color: white;
}

.button_grid:not(:hover) .categ-button{
	opacity: 0.7;
	transition: .3s ease;
	color: white;
}

.button_grid:hover .button_lines{
	opacity: 0;
	transition: .3s ease;
	color: white;
}

.button_grid:not(:hover) .button_lines{
	opacity: 1;
	transition: .3s ease;
	color: white;
}

.partners-hr {
	color: white;
	border: 1px solid white;
	margin-top: 3%;
}

.pr_headline {
	/*position: absolute;
	text-align: center;*/
	color: white;
	font-family: 'made_tommylight';
	font-size: 2rem;
	display: flex;
	justify-content: center;
}

@media only screen and (max-width: 1200px) {
	.button_lines_exhb {
		position: absolute;
		font-size: 30px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-family: 'made_tommylight';
	}
}

@media only screen and (max-width: 998px) {
	.button_lines_exhb {
		position: absolute;
		font-size: 24px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-family: 'made_tommylight';
	}
}

@media only screen and (max-width: 766px) {
	.button_lines_exhb {
		position: absolute;
		font-size: 30px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-family: 'made_tommylight';
	}
}

@media only screen and (max-width: 750px) {
	#faq_headline {
		margin-top: 10%;
	}
	.div_hr {
		margin-top: 20%;
	}
	.div_accordion_pd {
		padding-top: 15%;
	}
}

@media only screen and (max-width: 400px) {
	#faq_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;
}