/*  
Theme Name: Highrise
*/

*{
	margin: 0px;
	padding: 0px;
	border: none;
}

body{
	background-color: #fafafa;
font-family: "pt-sans",sans-serif;
font-style: normal;
font-weight: 400;
	font-size: 17px;
	color: #565656;
}


#container{
	padding-right: 5%;
	padding-left: 5%;
	max-width: 702px;
	margin: 0px auto 0px auto;
	clear: both;
}


#sidebar{
	display: none;
	float: left;
	width: 120px;
	margin-right: 100px;
}

@-webkit-keyframes plopp {
   0% { -webkit-transform: scaleX(0.0) scaleY(0.0); }
   80% { -webkit-transform: scaleX(1.2) scaleY(1.2); }
   100% { -webkit-transform:  scaleX(1.0) scaleY(1.0); }
}

#header{
	padding-right: 5%;
	padding-left: 5%;
	max-width: 700px;
	margin: 80px auto 60px auto;
}

#header p{
	line-height: 22px;
	text-align: center;
}

#headerlinkcontainer{
	margin-top: 80px;
	margin-bottom: 180px;
	text-align: center;
}

.headerlink{
	display: inline-block;
	height: auto;
	color: #acacac;
	font-size: 12px;
	padding: 5px 10px 5px 10px;
		-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #e3e3e3 !important;
	margin: 0px;
	margin-bottom: 10px;
	background-image: none;
	text-decoration: none;
}

 .headerlink:hover{
	border: 1px solid #d2d2d2 !important;
	-webkit-transition:linear 0.1s;	
	color: #757575 !important;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(244,244,244,1) 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(244,244,244,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(244,244,244,1) 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(244,244,244,1) 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(244,244,244,1) 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(244,244,244,1) 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f4f4f4',GradientType=0 ) !important; /* IE6-9 */


}

#header p a{

	margin: 0px;
	display: inline;
	background-image: none;
	text-decoration: none;
	border-bottom: 1px solid #cecece;
	color: #0e0e0e;
}

#header p a:hover{
	border-bottom: 1px solid #abcde9;
	color: #0e0e0e;
}


@-webkit-keyframes example {
   from { transform: scale(2.0); }
   to   { transform: scale(1.0); }
}


#header a{
	
	 -webkit-animation-name: plopp;
   -webkit-animation-duration: 0.4s;
   -webkit-animation-timing-function: ease-in-out; 
   -webkit-animation-delay: 0s;            
     animation-iteration-count: 50; 
   -webkit-animation-direction: alternate;  

	margin: 0px auto 30px auto;
	height: 80px;
	width: 80px;
	display: block;
	background-size: 80px;
	background-image: url(images/uarrr_logo.svg);
	

	}

#header a:hover{
	border-bottom: none;
}

#header a:active{
	position: relative;
	top: 1px;
}


#sidebar p{
	font-size: 14px;
	line-height: 18px;	
}

#linkblog{
	margin-bottom: 30px;
	margin-top: 30px;	
}

#linkblog a{
	font-size: 14px;
	
		-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 102px;
	height: 20px;
	padding: 7px 5px 5px 10px;
	display: block;
	border: 1px solid #e3e3e3 !important;
	color: #838383 !important;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
}

#linkblog a:hover{
	border: 1px solid #d1d1d1 !important;

-webkit-transition:linear 0.1s;	

	color: #696969 !important;
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(244,244,244,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(244,244,244,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(244,244,244,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(244,244,244,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(244,244,244,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(244,244,244,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */



}








#s{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 108px;
	border: 1px solid #ddd;
	height: 30px;
	padding-left: 10px;
	background-color: #f8f8f8;

}


#content{
	max-width: 702px;
}






.gallerysinglephoto{
	overflow: hidden;
	width: 700px;
	background-color: #fff;
	margin-bottom: 120px;
	border: 1px solid #eaeaea;	
	-moz-box-shadow: 0px 1px 1px  rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 1px  rgba(0,0,0,0.2);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.gallerysinglephoto img{
	max-width: 700px;
	height: auto;
}


.eintrag{
	overflow: hidden;
	max-width: 702px;
	background-color: #fff;
	margin-bottom: 100px;
	border: 1px solid #eaeaea;	
	-moz-box-shadow: 0px 1px 1px  rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 1px  rgba(0,0,0,0.2);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.eintrag p{
	padding: 0px 70px 0px 70px;
	line-height: 28px;
	margin-bottom: 25px;
}

.eintrag img{
	max-width: 100%;
	height: auto;
	margin-bottom: 30px;
}


.eintrag ul{
	padding: 0px 70px 0px 90px;
	margin-bottom: 20px;
}



.eintrag ul a{
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #cecece;
}

.eintrag ul a:hover{
	border-bottom: 1px solid #abcde9;
}


.eintrag li{
	margin-bottom: 15px;
	line-height: 24px;
}

.eintrag h2{
	padding: 0px 70px;
	font-size: 30px;
	margin-bottom: 50px;
	margin-top: 90px;
	text-align: center;
	font-family: "kulturista-web",serif;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	line-height: 40px;
	color: #262626;
	word-wrap: break-word;
	max-width: 450px;
	margin: 90px auto 50px auto;
}


.eintrag h2 a{
	color: #262626;
	text-decoration: none;
}

.eintrag h2 a:hover{
	border-bottom: 1px solid #ddecf4;
}

.eintrag h2 a:active{
	position: relative;
	top: 1px;

}


.eintrag h3{
	padding: 0px 70px;
	font-size: 25px;
	margin-bottom: 20px;
	margin-top: 50px;
	font-family: "kulturista-web",serif;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	line-height: 40px;
	color: #000;

}

.eintrag .einleitung{
	padding: 20px 70px 0px 70px;
	line-height: 30px;
	margin-bottom: 30px;
	font-size: 20px !important;
	font-family: "ff-meta-web-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #000000 !important;
	}
	
.eintrag .einleitung a{
	color: #006ecc;
	text-decoration: none;
	position: relative;
}

.eintrag .einleitung a:hover{
	border-bottom: 1px solid #abcde9;
}


.eintrag  blockquote p{
	
	padding: 0px !important;
	line-height: 26px;
	color: #6c6a6a;
	margin-bottom: 20px;
}

.eintrag  blockquote{
	border-left: 3px solid #bcc7d6;
	background-color: #fdfdfd;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	padding: 30px 70px 10px 70px;
font-family: "pt-sans",sans-serif;
font-style: normal;
font-weight: 400;
	font-size: 17px;
	margin-bottom: 25px;
}


.eintrag iframe{
	margin-bottom: 30px;
	max-width: 100%;
}





.twitter-tweet{
	margin: 0 auto;
}


.eintrag p a{
	color: #006ecc;
	text-decoration: none;
}

.eintrag p a:hover{
	border-bottom: 1px solid #abcde9;
}


.meta{
	margin-top: 50px;
	background-color: #fcfcfc;
	border-top: 1px solid #e8e8e8;
	padding: 20px 15px 20px 15px;
	font-size: 12px;
	color: #aaaaaa;	
}

.linkedlist .meta{
	margin-top: 50px;
}

.meta a{
	color: #aaaaaa;	
	text-decoration: none;
}

.meta a:hover{
	text-decoration: underline;
}

.zeitindikator{
	text-align: left;
	float: left;
}

.commentindikator{
	margin-left: 6px;
	text-align: right;
	float: right;

}

.qfm-button{
	text-align: center;
	margin-bottom: 30px;
}






.singlephotoheadline h2 {
	display: none;
	margin: 0px !important;
	font-family: "pt-sans", Verdana, sans-serif;
	font-size: 16px;
	color: #545454;
}

.singlephotoheadline h2 a{
	margin: 0px !important;
	font-family: "pt-sans", Verdana, sans-serif !important;
	font-size: 22px;
	font-weight: 400;
	color: #545454;
}






/* Linkedlist Start */



.linkedlist h2 a{
	font-size: 20px;
	color: #006ecc;
	font-family: "kulturista-web",serif;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	border-bottom: 1px solid #dbe7f1;
}

.linkedlist h2 a:hover{

	border-bottom: 1px solid #a9c1d4;
}


.linkedlist h2{
	text-align: left;
	line-height: 28px;
	padding: 0px;
	margin-left: 70px;
	margin-top: 60px; 
	margin-bottom: 25px;
}

.linkedlist p{
	margin-bottom: 20px;
}

.linkedlistpfeil{
	margin-left: 5px;
	font-size: 18px;
	color: #abcde9;
	font-weight: normal;
	display: inline;
}

#commentcontainer{
	border-top: 1px solid #dfdfdf;
	background-color: #edeff1;
}

#commentliste{
	display: block;		
	list-style-type: none;
}

#commentliste li{
	max-width: 500px;
	font-size: 15px;
	line-height: 28px;
	border-top: 1px solid #e3e3e3;
	margin: 0px auto 20px auto;
	padding: 40px 70px 5px 70px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#commentliste li:first-child{
	
	border-top: none;
	
}

.autorenname{
	font-weight: 700;
	color: #000;
}

.autorenname a{
	text-decoration: none;
	color: #1281bb;
}

#commentliste p{
	line-height: 24px;
	margin-bottom: 20px;
}



#commentliste p a{
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #cecece;
}

#commentliste p a:hover{
	border-bottom: 1px solid #abcde9;
}


.editcomment{
	display: inline;
	-moz-opacity: 0.1;
	filter: Alpha(opacity=10);
	opacity: 0.1;
}


#author, #email, #url{
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	padding-left: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #e3e3e3;
	-webkit-appearance: none;
}

#comment{
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	font-size: 14px;
	line-height: 22px;
	width: 100%;
	height: 200px;
	padding: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #e3e3e3;
	-webkit-appearance: none;
}

#commentform{
	padding-right: 5%;
	padding-left: 5%;
	max-width: 500px;
	margin: 50px auto 0px auto;
}

#submit{
	width: 150px;
	height: 45px;
	color: #fff;
	background-color: #007fc3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 10px 0px 0px 0px;
	-webkit-appearance: none;
}

#submit:hover{
	background-color: #0076b5;
}


.pagebar{
	margin: 50px 0px 0px 0px;
	font-weight: bold;
	max-width: 700px;
	text-align: center;
	font-size: 11px;
	padding-top: 25px; 
	padding-bottom: 0px; 
	color: #000;
	font-weight: normal;
}

.pagebar a, .pageList  {
	display: inline-block;
	height: auto;
	margin-bottom: 10px;
	border: 1px solid #e3e3e3 !important;
	-webkit-transition:linear 0.1s;	
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 6px 12px; 
	color: #aeaeae;
	text-decoration: none;

}

.pagebar a:visited 
	{
		padding: 3px 6px; 
		background-color: #fff; 
	color: #aeaeae;
		text-decoration: none;
	}

.pagebar .break 
	{
		padding: 2px 6px; 
		border: none; 
		text-decoration: none;
	}

.pagebar .this-page 
	{
	border: 1px solid #e3e3e3 !important;
	-webkit-transition:linear 0.1s;	
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 6px 12px; 
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	}

.pagebar a:hover 
	{
		color: #696969;
	border: 1px solid #d2d2d2 !important;
	-webkit-transition:linear 0.1s;	
	color: #8e8e8e !important;
	background-color: #fff;
		}



#backtoblog a{
	text-decoration: none;
	color: #565656 !important;
	padding-top: 20px;
border: 1px solid #eaeaea;	
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 40px;
	display: block;
	text-align: center;
	margin-top: 70px;
	margin-bottom: 50px;

	
	

}

#backtoblog a:hover{
	border: 1px solid #d4d4d4 !important;

}

#backtoblog a:active{
	position: relative;
	top: 1px;
}


.gallery img{
	max-width: none;
	min-width: 150px;
	border: none !important;
	margin-bottom: 0px;
}

.gallery{
	margin-top: -30px !important;

	

	padding: 40px 70px 40px 70px;
}

.gallery dt{
	margin-right: 10px;
}



.qfm-embedded-recommendation{
	margin-left: 70px !important;
	}

.qfm-embedded-recommendation img{
	max-width: 30px !important;
	min-width: 30px !important;
}

.wp-smiley{
	max-width: none !important;
	min-width: 0px !important;
	margin: 0px !important;
}


.more-link {
		text-decoration: none;
	color: #bababa !important;
	padding-top: 12px;
	background-color: #fff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #eaeaea !important;
	height: 42px;
	display: block;
	text-align: center;
	margin-bottom: 50px;
	font-size: 14px;
}

.more-link:hover{
	-webkit-transition:linear 0.1s;	

	color: #959595 !important;
	border-color: #e3e3e3;
	
}



/* braucht man immer*/
acronym, abbr, span.caps {
	cursor: help;
	}

.unsichtbar{
	display: none;
}

.clear{
	clear: both;
}

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

	.gallery {
		padding: 10px 20px 20px;
	}

	.gallery br {
		display: none;
	}

	.gallery dt {
		margin: 0;
	}

	.gallery .gallery-item {
		float: none !important;
		width: 100% !important;
	}

	.gallery img {
		margin: 10px auto 0;
		max-width: 270px;
	}

}

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

	.eintrag h2,
	.eintrag h3,
	.eintrag .einleitung,
	.eintrag p,
	.eintrag blockquote,
	.eintrag ul,
	.eintrag ol {
		padding-right: 20px;
		padding-left: 20px;
	}

	.eintrag ul,
	.eintrag ol {
		padding-right: 20px;
		padding-left: 30px;
	}

	.linkedlist h2 {
		margin-left: 0;
	}

	#commentliste li {
		padding-right: 50px;
		padding-left: 50px;
	}
	
		#container{
	padding-right: 10px;
	padding-left: 10px;}

}

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

	.gallery img {
		width: 100%;
	}
	

	
}

	
	
}

.song{
	margin-top: 80px;
}





#followme{
	max-width: 540px;
	margin: 40px auto 20px auto;
	text-align: center;
	padding: 20px 10px 20px 10px;
	background-color: #fdfdfd;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #f4f4f4 !important;
	
}

#followme p{
font-family: "pt-sans",sans-serif;
	font-style: normal;
	font-weight: 100;
	color: #aaacb3;
	margin: 0px 0px -10px 0px;
}

#followme iframe{
	margin-bottom: 0px;
}


.twitter-tweet-rendered {margin: 50px auto 20px auto !important;}

