@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%;
	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----------------------
--------------------------------------------------*/

.hidden {
	opacity: 0;
	transition-delay: 2s;
	transition: all 1s;
}

.show {
	opacity: 1;
	transition-delay: 2s;
	transition: ease 1.5s;
}

.background-gray {
	background-color: #3F3F3F;
}

.div_footer {
	padding-left: 0px;
	padding-right: 0px;
}

.container-fluid {
	padding: 0px;
}

.container_gallery {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 3%;
	padding-top: 5%;
}

.container_gallery .box {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.container_gallery .box .dream {
	display: flex;
	flex-direction: column;
	width: 32.5%;
}

.container_gallery .box .dream img {
	width: 100%;
	padding-bottom: 10px;
}

.desktop {
	display: block;
}

.mobile {
	display: none;
}

.fav {
	margin-left: 26%;
}

.birds {
	margin-left: 39%;
}

.mammals {
	margin-left: 28%;
}

.art {
	margin-left: 44%;
}

.landscape {
	margin-left: 23%;
}

.nature {
	margin-left: 34%;
}

.street {
	margin-left: 30%;
}

@media only screen and (max-width: 650px) {
	.container_gallery .box {
		flex-direction: column;
	}
	
	.container_gallery .box .dream {
		width: 100%;
	}
	
	.desktop {
		display: none;
	}
	
	.mobile {
		display: block;
	}
	#gallery_headline {
		font-size: 6rem;
		margin-top: -65%;
	}
}

@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;
}