/*
Theme Name: MWTheme
*/



.jumbotron{
	padding:0px 0px;
}
body{
	font-family:Calibri;
	
}
a{
	color:#000;
	text-decoration:none;}
a:hover{
	color:#000;
	text-decoration:none;
	}
.Header-image img{
	width:100%;
	height:auto;
	position:fixed;
	top:0px;
}
footer{
	margin-left:10px;
	font-size:12px;
	
}
#headerbar{
	position:fixed;
	top:0px;
	width:100%;
	display:none;
	z-index:10;
	}
@media only screen and (max-width: 1000px) {
	.Header-image img{
		width:auto;
		height:100%;
		/*float:right;*/
		position:fixed;
		right:0px;
		top:0px;
	}
	html {
    width: 50%;
    
    transform-origin: 0 0;
}
#headerbar{
	width: 67%;
    transform: scale(1.5);
    transform-origin: 0 0;
	}
}
@media only screen and (orientation: landscape){
	.Header-image img{
	width:100%;
	height:auto;
	position:fixed;
	top:0px;
}
}

@media only screen and (orientation: portrait){
	#headerbar{
		width: 50%;
		transform: scale(2);
        transform-origin: 0 0;
	}
	
	#ttr_main{
		width: 50%;
		transform: scale(2);
        transform-origin: 0 0;
	}
	#ttr_main h2,h3, .postTitle{
		margin-bottom:0px;
		width: 130%;
		transform: scale(0.8);
        transform-origin: 0 0;
	}
	#subtitle{
		width: 80%;
		transform: scale(1.2);
        transform-origin: 0 0;
	}

}
	
#subtitle{
	position:absolute;
	margin-bottom:-20%;
	padding-top:50px;
	margin-left:30px;
	z-index:10;
	}
	
#ttr_content {
	
	margin-top:70px;
	margin-bottom:30px;
	}
	#ttr_content h1,h2,h3,h4,p{
		width:100%;
		float:left;
		color:#000;}

.postCont{
	margin-top:20px;
	float:right;}

.pageCont{
	margin-top:20px;
	float:right;}

.row h2:first-child{
	margin-left:20px;
	margin-bottom:0px;
	
}


.pageCont h1, h2, h3, h4{
	margin:25px 0px 20px 0px;
}

.postTitle {
	height:100px;
}

.galerieImage img{
	width:200px;
}
.galerieImage li{
	list-style:none;
	float:left;
}
.galerieImage{
	margin-left:0px;
	padding-left:0px;
	left:0px;}

.imageDesc{
	text-align:right;
	margin-top:-20px;
	font-size:12px;	
}

#thumbImg img{
	width:100%;
	height:auto;
	margin-bottom:20px;
	}
.wp-block-image img{
	max-width:100%;}