/* style sheet jakobreiniger.com */


body 
{
	background-color: rgba(255,255,255, 1);
}	

/* a {color: #DB7093;}
a:hover {color: #564b47;}
a:active { color:#000000;} */

header
{
	top: 0;
	left: 0;
	z-index: 15;
	width: 100%;
	background: #ffffff;
	padding: 19px 0;
	position: fixed;
}

header .container
{
	height: 100%;
	max-width: 1100px;
	padding: 0 15px;
	margin: 0 auto;
	box-sizing: border-box;
}

header .header-inner-wrap
{
	display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
	transition: opacity 0.6s ease-in 0.3s;
	height: 100%;
}

header .logo
{
	display: block;
    vertical-align: middle;
}

header .wsite-logo
{
	display: inline-block;
    vertical-align: top;
}

header .wsite-logo a
{
	font-family: 'Oswald', sans-serif;
    font-weight: 700;
    display: inline-block;
    max-width: 500px;
    color: #16161d;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: normal;
}

header .nav-wrap
{
	display: block;
	vertical-align: middle;
	overflow: hidden;
	max-width: 80%;
	padding: 10px 0;
	background: #ffffff;
	text-align: center;
}

header .desktop-nav
{
	text-align: center;
}

header .desktop-nav ul
{
	text-align: right;
	font-weight: 300;
}

.menu-item
{
	text-align: right;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	display: inline-block;
	padding: 0 5px;
	list-style-type: none;
	cursor: pointer;
	list-style: disc;
	font-size: 12px;
	margin: 0;
}

.menu-item a
{
	color: black;
	text-decoration: none;
}

#menu-item-101:hover
{
	text-decoration: underline;
	color: black;
	text-decoration-color: rgba(210,16,98,1);
}

#menu-item-102:hover
{
	text-decoration: underline;
	color: black;
	text-decoration-color: rgba(43,176,134,1);
}
#menu-item-103:hover
{
	text-decoration: underline;
	color: black;
	text-decoration-color: rgba(210,16,98,1);
}

#menu-item-104:hover
{
	text-decoration: underline;
	color: black;
	text-decoration-color: rgba(43,176,134,1);
}



.content-container
{
	width: 100%;
	max-width: 1100px;
	padding: 132px 15px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
}

.wsite-section-wrap
{
	display: table;
	table-layout: fixed;
	width: 100%;
	text-align: left;
}

.wsite-section
{

}

.wsite-header-section
{

}

.grid-works
{
	max-width: 1100px;
	padding: 132px 15px;
	margin: 0 auto;
	overflow: hidden;
    display: grid;
    grid-template-columns: 1.2fr 1.2fr 2fr;
    gap: 5rem;
}

.grid-works-2
{
	max-width: 1100px;
	padding: 80px 15px;
	margin: 0 auto;
	overflow: hidden;
    display: grid;
    grid-template-columns: 1.2fr 1.2fr 2fr;
    gap: 5rem;
}

.project-title
{
	display: block;
    unicode-bidi: isolate;
}
.title
{
	font-size: 12px;
	line-height: 16px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}
.info
{
	margin-top: 0.2rem;
	font-weight: 200;
	font-size: 12px;
	line-height: 16px;
	font-family: 'Oswald', sans-serif;
}

.project-img
{
	
}
.project-img img
{
	object-fit: cover;
    width: 100%;
    height: 100%;
}

.img-content
{
	margin-top: 13rem;
    padding: 0 1rem 0 1rem;
    width: calc(100% - 2rem);
	object-fit: cover;
    width: 100%;
    height: 100%;
	overflow-clip-margin: content-box;
    overflow: clip;
}


.grid-container
{
	display: grid;
	column-gap: 3rem;
	grid-template-columns: calc(50% - 1.5rem) calc(50% - 1.5rem);
	row-gap: 4rem;
	padding: 1rem;
	width: 100%;
	max-width: 1100px;
	padding: 132px 15px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
}

#works article
{
	aspect-ratio: 3 / 2;
}

#works-illu article
{
	aspect-ratio: 4 / 5;
}

.grid-container a
{
	text-decoration: none;
	color: black;
	
}

.grid-container a:hover
{
	color: black;
	
}

.grid-container img
{
	display: block;
	width: 100%;
	margin-bottom: 1rem;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.grid-container-illu
{
	display: grid;
	column-gap: 3rem;
	grid-template-columns: calc(33% - 1.5rem) calc(33% - 1.5rem) calc(33% - 1.5rem);
	row-gap: 4rem;
	padding: 1rem;
	width: 100%;
	max-width: 1100px;
	padding: 132px 15px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
}
.grid-container-illu a
{
	text-decoration: none;
	color: black;
	
}

.grid-container-illu a:hover
{
	color: black;
	
}

.grid-container-illu img
{
	display: block;
	width: 100%;
	margin-bottom: 1rem;
	object-fit: cover;
	width: 100%;
	height: 100%;
}





.work-title
{
	font-size: 12px;
	line-height: 16px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}

.work-info
{
	margin-top: 0.2rem;
	font-weight: 200;
	font-size: 12px;
	line-height: 16px;
	font-family: 'Oswald', sans-serif;
}





.menu-primary-menu-container
{
	float: right;
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	height: 65px;
	display: block;
	justify-content: space-between;
	align-items: center;
}

.menu-primary-menu-container ul
{
	padding: 0;
	margin: 0;
	display: flex;
	flex-flow: row wrap;
	/* justify-content: space-between; */
	position: relative;
	width: 100%;
	list-style: none;
}






.text-block-content-footnote
{
	width: 100%;
	margin-top: 4%;
	margin-bottom: 4%;
}
.text-block-content-footnote p
{
	font-size: 15px;
	font-weight: lighter;
}

.content
{
	margin-left: 6%;
	margin-right: 6%;
}
.content h1 {
	font-size: 30px;
	font-weight: 650;
	margin-bottom: 2%;
}
.content h2 {
	font-size: 22px;
	font-weight: 550;
	margin-top: 3%;
}
.content h3 {
	font-size: 20px;
	font-weight: 500;
	margin-top: 3%;
}
.content p {
	font-size: 20px;
	font-weight: lighter;
}
.content li {
	font-size: 20px;
	font-weight: lighter;
}
.content a {
	
}

.site-title
{
	padding-top: 6%;
}

.text-block-content
{
	width: 100%;
	margin-top: 2%;
}

.text-block-content-footnote
{
	width: 100%;
	margin-top: 4%;
	margin-bottom: 4%;
}
.text-block-content-footnote p
{
	font-size: 15px;
	font-weight: lighter;
}

.img-pair
{
	padding-top: 2%;
	padding-bottom: 4%;
}

.img-row
{
	width: 100%;
	margin-top: 2%;
	height: 600px;
}

.img-container-left
{
	float: left;
	width: 49%;
	position: relative;
	height: 600px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.img-left
{
	float: left;
	width: 100%;
	height: 100%;
	background-image: url('https://mafobeso.com/img/banner-musik.png');
	background-color: rgba(210,16,98,1);
	background-size: cover;
	background-position: center;
	cursor: pointer;
	background-repeat: no-repeat;
    transition: all 2s;
}
.img-container-left:hover .img-left {
    transform: scale(1.1);
}

.img-container-right
{
	margin-left: 2%;
	float: right;
	width: 49%;
	position: relative;
	height: 600px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.img-right
{
	float: right;
	width: 100%;
	height: 100%;
	background-image: url('https://mafobeso.com/img/banner-film.png');
	background-color: rgba(43,176,134,1);
	background-size: cover;
	background-position: center;
	cursor: pointer;
	background-repeat: no-repeat;
    transition: all 2s;
}
.img-container-right:hover .img-right {
    transform: scale(1.1);
}

.img-text-block
{
	background-color: #FFFFFF;
	color: #0D0D0D;
	width: 200px;
    vertical-align: middle;
	display: inline-block;
	border: none;
	outline: none;
	text-align: center;
	border-radius: 3px;
	text-decoration: none !important;
	overflow: hidden;
	box-sizing: border-box;
	font-family: Cutive Mono,monospace;
	font-weight: normal;
	letter-spacing: 0.01em;
	font-size: 18px;
	line-height: 22px;
	padding: 11px 0 12px 0;
	
}

.footer-container
{
	margin-left: 0%;
	margin-right: 6%;
	margin-top: 3%;
	margin-bottom: 6%;
	width: 100%;
	position: relative;
}
.footer-container a {
	padding-left: 0;
	padding-right: 8px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 15px;
	text-decoration: none;
	color: Blue;
	font-family: Cutive Mono,monospace;
}

.copyright-container
{
	margin-left: 6%;
	margin-right: 6%;
	width: 100%;
	margin-top: 3%;
	position: relative;
}
.copyright-container p {
	font-size: 15px;
	font-weight: lighter;
}

.record-banner-row
{
	height: 240px;
	width: 100%;
	margin-top: 2%;
}

.record-banner
{
	float: left;
	width: 100%;
	position: relative;
	height: 240px;
	background-color: transparent;
	background-size: cover;
	background-position: center;
}

.record-row
{
	height: 360px;
	width: 100%;
	margin-top: 2%;
}
.record-card-left {
	float: left;
	width: 48%;
	position: relative;
	height: 360px;
}
.record-card-left img {
	height: 100%;
	width: auto;
}

.record-card-right {
	margin-left: 4%;
	float: right;
	width: 48%;
	position: relative;
	height: 360px;
}
.record-card-right p {
	font-size: 20px;
	font-weight: lighter;
}

.label-row
{
	height: 80px;
	width: 100%;
	margin-top: 2%;
	line-height: 80px;
}

.label-title-row
{
	height: 18px;
	width: 100%;
	margin-top: 1%;
}

.label-card-left
{
	float: left;
	width: 48%;
	position: relative;
	height: 80px;
	background-color: transparent;
	background-size: cover;
	background-position: center;
}

.label-card-title-left 
{
	float: left;
	width: 48%;
	position: relative;
	text-align: center;
}
.label-card-title-left h4 {
	font-size: 15px;
	font-weight: 700;
	margin: 0;
}

.label-card-right
{
	margin-left: 4%;
	float: right;
	width: 48%;
	position: relative;
	height: 80px;
	background-color: transparent;
	background-size: cover;
	background-position: center;
}

.label-card-title-right
{
	margin-left: 4%;
	float: right;
	width: 48%;
	position: relative;
	text-align: center;
}
.label-card-title-right h4 {
	font-size: 15px;
	font-weight: 700;
	margin: 0;
}


.bd 
{
	height: 100%;
	background-color: rgba(255,255,255, 1);
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-family: Cutive Mono,monospace;
}

.he
{
	width: 100%;
	height: 88px;
	background-color: rgba(255,255,255, 1);
}

.di1
{
	width: 100%;
	height: 88px;
}


.di2
{
	margin-left: 14%;
	width: 22%;
	height: 88px;
	float:left
}

.di21
{
	width: 28%;
	height: 88px;
	float: left;
}

.di22
{
	float: left;
	width: 96%;
	margin-top: 40px;
	height: 35px;
}

.di3
{
	float: right;
	width: 22%;
	height: 88px;
	margin-right: 14%;
}

.di5
{
	position: relative;
	display: inline-block;
	margin-top: 40px;
	float: right;
}

.di6
{
	position: relative;
	margin-left: 30%;
	margin-right: 30%;
	margin-top: 95px;
	background-color: rgba(255,255,255, 1);
}

.di7
{
	padding-top: 6%;
}

.di7 h1
{
	font-size: 30px;
	font-weight: 650;
}

.svg
{
	opacity: 0.8;
	cursor: pointer;
}

.svg:hover
{
	opacity: 1.0;
}

.im1
{
	height: 65px;
	margin-top: 10px;
	margin-left: 4px;
	opacity: 0.8;
}

.im1:hover
{
	opacity: 1.0;
}

.im2
{
	height: 250px;
	position: relative;
}

.ar1
{
	margin-left: 6%;
	margin-right: 6%;
}

.menu-nav
{
	display: none;
	position: absolute;
	width: 72%;
	margin-left: 14%;
	margin-right: 14%;
	background-color: rgba(255,255,255, 1);
	z-index: 900;
}

.p1
{
	width: 45%;
	float: left;
	margin-top: 2%;
}

.p2
{
	width: 49%;
	float: right;
	margin-top: 2%;
}


.container-sell
{
	width: 100%;
}

.sell-gallery-row-wrapper
{
	display: block;
	float: left;
    width: 84%;
    margin-left: 8%;
    margin-right: 8%;
}

.sell-gallery-row-1
{
	margin: 0;
    padding: 0;
    border: 0;
	vertical-align: top;
	display: block;
}
.sell-gallery-row-1 .sell-gallery-image:nth-child(1){
	width: 22%;
	background-position: right center;
	position: relative;
    display: inline-block;
	background-size: cover;
	margin-bottom: 38px;
	height: 200px;
	z-index: 800;
}
.sell-gallery-row-1 .sell-gallery-image:nth-child(2){
	width: 22%;
    margin-left: 3%;
    position: relative;
	background-position: right center;
    display: inline-block;
	background-size: cover;
	margin-bottom: 38px;
	height: 200px;
	z-index: 800;
}
.sell-gallery-row-1 .sell-gallery-image:nth-child(3){
	width: 22%;
    margin-left: 3%;
    position: relative;
	background-position: right center;
    display: inline-block;
	background-size: cover;
	margin-bottom: 38px;
	height: 200px;
	z-index: 800;
}
.sell-gallery-row-1 .sell-gallery-image:nth-child(4){
	width: 22%;
    margin-left: 3%;
    position: relative;
	background-position: right center;
    display: inline-block;
	background-size: cover;
	margin-bottom: 38px;
	height: 200px;
	z-index: 800;
}

.sell-gallery-image
{
	cursor: pointer;
}

.sell-gallery-row-2
{
	margin: 0;
    padding: 0;
    border: 0;
	vertical-align: top;
}

@media screen and (max-width: 900px){
	.sell-gallery-row-1 .sell-gallery-image:nth-child(1){
		width: 48%;
		margin-bottom: 2%;
	}
	.sell-gallery-row-1 .sell-gallery-image:nth-child(2){
		width: 48%;
		margin-left: 2%;
		margin-bottom: 2%;
	}
	.sell-gallery-row-1 .sell-gallery-image:nth-child(3){
		width: 48%;
		margin-left: 0;
		margin-bottom: 2%;
	}
	.sell-gallery-row-1 .sell-gallery-image:nth-child(4){
		width: 48%;
		margin-left: 2%;
		margin-bottom: 2%;
	}
}



@media screen and (max-width: 750px){
	

.grid-container
{
	grid-template-columns: calc(100%);
}

	
.grid-container-illu
{
	grid-template-columns: calc(50% - 1.5rem) calc(50% - 1.5rem);
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	header .container {
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;
	}
	.menu-item {
		margin-left: 6%;
	}
	.menu-topic-1 {
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;
	}
	.menu-topic-2 {
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;
	}
	.content-container {
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;
	}
	.content {
		margin-left: 2%;
		margin-right: 2%;
	}
}

@media screen and (max-width: 1310px) {
	.record-card-left {
	float: left;
	width: 100%;
	position: relative;
	height: 360px;
	}

	.record-card-right {
	margin-left: 0%;
	float: left;
	width: 100%;
	position: relative;
	height: auto;
	}
}