/*
Theme Name: eMagazin Urban Storyform
Description: eMagazin Urban Storyform
Version: 1.0
Author: Shapefruit AG - Christian Lersch
Author URI: http://shapefruit.de
License: GPL
*/

/* AUTOREN */
/* -----------------------------------------
   globale / allgemeine styles
----------------------------------------- */
html body{
	background-color:#cecece;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #000001;
}

a{
	color:#000001;
	text-decoration:none;
}

a:hover{
	color:#000001;
}

a.readmore{
	text-transform: uppercase;
	font-weight: bold;
}

h2{
	color: #000001;
	font-weight:normal;
	font-size: 30px;
}

/* -----------------------------------------
   Style
----------------------------------------- */

/* STARTSEITE TOP */
#logo{
	position: absolute;
	top:50px;
	left: 0px;
	z-index: 150;
}

.section{
	background-size: cover;
	text-align:center;
}

#section0 h1{
	/*font-family: 'Caveat', cursive;*/
	font-family: 'Montserrat', sans-serif;
	color: white;
	font-size: 50px;
	line-height:60px;
padding-bottom: 0.25em;
background-image: url(100.png);
background-position: center bottom;
background-repeat: no-repeat;
}

#section0 #subline{
	color: #ffffff;
	text-transform: uppercase;
	font-weight:bold;
}

#section0, #centerdivbg{
	background-image: url(images/startseite.jpg);
	background-position: center center;*/
}

#section0 #centerdivbg{
	display: none;
	padding: 50px;
	width: 500px;
	margin: auto;
	position: relative;
	/* Absolutely position it, but stretch it to all four corners, then put it just behind #search's z-index */
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 99;

	/* Pull the background 70px higher to the same place as #bg's */
	background-position: center center;

	-webkit-filter: blur(10px);
	filter: url('/media/blur.svg#blur');
	filter: blur(10px);
}

#section0 #centerdiv{
	padding: 50px;
	width: 500px;
	margin: auto;
	z-index: 100;
	position: relative;
}

#section0 #centerdiv h3{
	text-transform: uppercase;
	font-size: 13px;
}

#genussduell{
	width: 300px;
	bottom: 0px;
	position: absolute;
	margin: auto;
	padding-bottom: 30px;
	margin-left: 45%;
}

#movearrow{
	margin-top: 60px;
	display: block;
}

#moveSectionDown span{
	font-size: 40px;
	color: #fff;
}

/* POST VIEW*/
.article{
	background-color: #ffffff;
	/*border-radius: 10px;*/
	margin: 15px 0px;
}

.postimagethumbcutter img{
	/*border-radius: 10px 10px 0px 0px;*/
	width: 100%;
	height: auto;
}

.boxhalf .postimagethumbcutter{
	width: 100%;
}

.boxhalf .row{
	margin: 15px 0px;
}

.boxfull .row {
	margin: 0;
}

.boxfull .postimagethumbcutter img{
	/*border-radius: 10px 0px 0px 10px;*/
}

.postcontentinnerbox{
	padding: 40px;
}

.postcontentinnerbox hr{
	border: none;
	border-bottom: solid 2px #000001;
	width: 75px;
}

.storytitle {
	margin-top: 0;
}

.postcontentinnerbox h3{
	margin-top:0;
	text-transform: uppercase;
	font-size: 13px;
}

.postimagethumbcutter.col-md-7{
	padding: 0px;
}


/* PAGES */
.page h1{
	font-family: 'Caveat', cursive;
	color: #ffffff;
	font-size: 70px;
	line-height:60px;
}

.page h1 a{
	color: #ffffff;
}

.contentbox{
	background-color: #ffffff;
	/*border-radius: 10px 10px 10px 10px;*/
	padding: 0px 20px 20px 20px;
}

/* FOOTER */
.footersocial ul{
	list-style: none;
}

.footersocial ul li{
	float: right;
}

.footersocial img{
	padding: 0px 15px;
}

.footersocial .subnav a{
	padding: 10px !important;
}


/* MEDIA QUERY*/

@media only screen and (max-width: 768px) {

	#centerdiv{
		display: none;
	}
	.main-head{
		padding-left: 0px !important;
		top: 150px !important;
	}

	.main-head h1{
		font-size: 30px !important;
		text-shadow: 1px 1px 1px #000;
	}

	.adress{
		text-align: center;
	}

	.footersocial{
		text-align: center;
	}

	.footersocial ul{
		width: 200px;
		margin: 0;
		padding: 0;
		margin: auto;
	}

	.footersocial ul.subnav li{
		float: none !important;
		text-align: center;
	}

	.container{
		margin: 0 !important;
		padding: 0 !important;
	}

	.col-md-12, .col-md-6, .row{
		margin: 0 !important;
		padding: 0 !important;
	}

	#genussduell{
		width: 200px;
		margin-left: 10%;
	}
	#genussduell img{
		width: 200px;
	}
}

.main-head {
position: absolute;
top: 50px;
  width: 100%;
text-align: center;
padding-left: 200px;

}
.main-head h1 {
margin: 0;
}
