/*
	Theme Name: MH Theme
	Author: Dubl Design Studio
	Description: Theme written for MH SARL
	Version: 1.0
	License: use without permission not allowed (contact info@dubl.lu)
	
*/

/*mobile phone links*/
a[href^=tel]{ 
	color:rgba(255,255,255,1.00); 
	text-decoration:none;
}

/*mobile first*/
* {
	box-sizing: border-box;
}


/*front page style*/

.frontpage{
 		width: 90%;
		position:relative;
		transform: translate(-50%, -50%);
		top:50vh;
		left:50%;
}

.center{
	width: 100%;
	display: flex;
  	justify-content: center;
 	align-items: center;
}


.center img{
	width: 100%;
	height: auto;
}

.slogo{
	margin: 0em 0 0em 0;
	cursor: pointer;
	width: 50%;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	
}

.llogo{
	margin: 5em 0 6em 0;
}



body{

    font-family: 'Source Sans Pro', sans-serif;
	background-image: url(images/background.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;

}

header {
	background-color:rgba(0,0,0,0.00);
	padding-top: 1em;
	position: relative;
	margin-bottom: 0em;
}

header a{
	padding-left: 2em;
}


main {
	padding: 1em 0;
}

/*
article {
	padding: 0;

	margin-bottom: 1em; 
}
*/

aside {
	background-color:rgba(255,255,255,0.00);
	padding: 1em;	
}

footer {
	background-color:rgba(0,0,0,0.00);
	padding: 2em;
	position: relative;
}

/*navi-menu*/

.site-nav{
	margin-top: 2em;
	font-family: 'Exo', sans-serif;
	font-weight: 600;
	font-size: 16px;
}

.site-nav ul{
	list-style:  none;
	padding: 0;
	margin: 0;
}

.site-nav li{
	margin-bottom: 2px;
}

.site-nav a{
	padding: 1em 0em 1em 2em;
	display: block;
	/*background-color: rgba(255,0,0,1.00);*/
	text-decoration: none;
	color: rgba(0,0,0,1.00);
	text-align: left;
	
}

.site-nav a:hover{
	display: block;
	text-decoration: none;
	color: rgba(255,0,0,1.00);
}

#menu-item-107, #menu-item-108, #menu-item-245{
	border-bottom: solid 1px;
	border-color: rgba(255,0,0,1.00);
}


/*///temporary promo///*/
.tempprom{
	display: none;
}

/*title style*/
.title{
	background-color:rgba(0,0,0,0.00);
	clear: both;
	font-family: 'Exo', sans-serif;
	font-weight: 900;
	font-size: 26px;
	margin-bottom: 1em;
	margin-top: 2em;
	margin-left: 1em;
}

/*infotext style*/
.fett{
	font-weight: 600;
}

.infotext{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 20px;
}

.infotext hr{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid rgba(255,0,0,1.00);
    margin: 1em 0;
    padding: 0;
}

.infotext li{
	font-weight: 600;
}

/*article image style*/
.picture{
	padding: 0;
	background-color: #eee;
	margin-bottom: 2em; 
}

article img{
	display: block;
	width: 100%;
	object-fit: cover;
}

/*gallery style*/
.button-flat-royal{
    background: rgba(255,0,0,0.00) !important;
    color: rgba(0,0,0,1.00) !important;
    padding: 0 2em 2em 0 !important;
    font-family: 'Exo', sans-serif !important; 
    font-size: 1em !important;
    text-transform: uppercase;
}

.button-flat-royal:active ,.button-flat-royal:hover{
    color: rgba(255,0,0,1.00) !important;    
}

.button.active,.button.is-active, .button:active {
    color: rgba(255,0,0,1.00) !important;   
    text-shadow: 0 0 0 rgba(255,0,0,0.00) !important;
    box-shadow: none !important;
}


.rbs_gallery_button {
    margin-bottom: 1em;
    margin-left: 1.7em;
}

.gallery{
	width: 100%;
	margin-bottom: 2em;
}

.bwg_lightbox_0{
	width: 100%;
}


.gallery:first-child{
	width: 103%	
}

/*contact style*/
.contactbox{
	background-color: rgba(255,0,0,0.90);
	padding-left: 2em;
	color: rgba(252,252,252,1.00);
}

.contactbox a{
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}

.adresstitle{
	font-weight: 600;
	margin-bottom: 10px;
}

.adress img{
	margin-top: 1em;
}

.buttonup{
	position: absolute;
	right: 2em;
	bottom:25%;
	transform: translateY(-50%);
	background-image: url(images/up.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 26px;
	height: 26px;
	cursor: pointer;
	
}

@media screen and (min-width:780px) {
		
		/*front page style*/
	.frontpage{
		display: flex;
  		justify-content: center;
  		align-items: center;
		width: 100%;
		position:relative;
		transform: translate(-50%, -50%);
		top:50vh;
		left:50%;
		margin-right: 0;
		padding: 0;
		
	}
	.slogo, .llogo{
		margin: 2em 0 1em 0;
	}
	
	
	.center{
		width: 100%;
	}
	
	.center img{
		width:inherit;
		height: auto;
	}


	.slogo{
		width: 50%;
		height: auto;
		position: relative;
		left: 0;
		transform: translateX(0);
	}
	
	.llogo{
		width: 70%;
		height: auto;
	}
	
	header{
		margin-bottom: 3em;
	}
	
	header a{
		padding-left: 0em;
	}

	
	.loop {
		float: left;
		width: 60%;
		clear: both;
		margin-bottom: 1em; 
	}
	
	.info{
		float: left;
		width: 60%;
		clear: both;
	}
	
	aside {
		width: 38%;
		float: right;
	}
	
	.latest-posts {
		clear:both;
	}
	
	.latest-posts article {
		width: 33.333%;
		float: left;
	}
	
	footer {
		clear: both;
		max-width: 1268px;
		margin: 0 auto;
		padding-left: 0em;
	}
	
	footer p{
		text-align: center;
	}
	
	/*navi-menu*/
	.site-nav {
		position: absolute;
		bottom: 0;
		right: 20px;
		margin-top: 10px;
	}
	
	.site-nav li{
		float: left;	
	}
	
	.site-nav a{
		padding: 1em 0em 0em 2em;	
	}
	
	#menu-item-107, #menu-item-108, #menu-item-245{
		border-bottom: none;
	}
	
	/*title style*/
	.title{
		margin-left: 0em;
	}
	
    /*gallery style*/
    .rbs_gallery_button {
        margin-left: 0em;
    }

	/*map style*/
	.map{
		width:66.66%;
		float: left;
		margin-bottom: 2em;
	}
	
	/*contact style*/
	.contactbox{
		background-color: rgba(255,0,0,0.90);
		color: rgba(252,252,252,1.00);
		width: 33.33%;
		height: 400px;
	}
	
	.buttonup{
		position: fixed;
		right: 2em;
		bottom:3em;
		transform: translateY(0);
		z-index: 99;
	}

}


@media screen and (min-width:580px) and (max-width:777px) {
	
	/*front page style*/
	.frontpage{
		width: 80%;
	}
}


@media screen and (min-width:778px) and (max-width:1280px) {
		
	.site{
		max-width: 704px;
		margin: 0 auto;
	}

}


@media screen and (min-width:1280px) and (max-width:1366px){
		
	.site{
		max-width: 1024px;
		margin: 0 auto;
	}
	


}

@media screen and (min-width:1367px) and (max-width:1920px){
	
	.site{
		max-width: 1280px;
		margin: 0 auto;
	}
}

@media screen and (min-width:1921px) {
	
	.site{
		max-width: 1792px;
		margin: 0 auto;
	}
}