/*  
Theme Name: allyve
Theme URI: http://www.allyve.com/blog
Description: Simple and clean, lightweight theme. 
Author: Marcel Semmler
Author URI: http://www.allyve.com/

*/

/*###############################################################################
#																				#
#						Allgemeines/Strukturierung der Seite					#
#						Vereinheitlichung aller Abstände, Größen, Farben, usw.	#
#																				#
#																				#
###############################################################################*/

/* Normalize */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
		margin: 0;
		padding: 0;
		font-family: Arial,Verdana,sans-serif;
}

h1,h2,h3,h4,h5,h6 {
		font-size: 100%;
		font-family: Arial,Verdana,sans-serif;
}
ol,ul {

		list-style: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
		font-style: normal;
		font-weight: normal;
		font-family: Arial,Verdana,sans-serif;
}

table {
		border-collapse: collapse;
		border-spacing: 0;
}

fieldset,img {
		border: 0;
}

caption,th {
		text-align: left;
}

q:before, q:after {
		content: '';
}

html, body {
		height: 100%;
}


h1 { 	font-size: 40Px;
		color: #fdb03b;
		font-weight: bold;
		margin-bottom: 10Px;
}
   
h2 { 	font-size: 16Px;
		color: #666666;
		font-weight: regular;
		margin-bottom: 15Px;
}

h3 { 	font-size: 16Px;
		color: #666666;
		font-weight: bold;
		margin-bottom: 15Px;
}

h3 a { 	font-size: 16Px;
		color: #fdb03b;
		font-weight: bold;
		margin-bottom: 15Px;
}
  
h4 { 	font-size: 14Px;
		color: #666666;
		font-weight: bold;
		margin-bottom: 15Px;
}
	 
p  { 	font-size: 13Px;
        line-height: 140%;
        color: #666666;
        margin: 5Px 0Px;
	padding: 0Px;
	font-family: Georgia,Arial,Verdana,sans-serif;
}

   
li  { 	font-size: 12Px;
        line-height: 140%;
        color: #666666;
        margin: 5Px -10Px;
		padding: 0Px;
}
   
a:link, a:visited {
		color: #fdb03b;
		text-decoration: none;
		font-weight: normal;
}

a:hover {
		color: #fdb03b;
		border-bottom: none;
}

.img {
		border: 0;
}

/* Normalize End */
	
/* Body */

body {
		background-color: #FFFFFF;
		margin: 0Px;
		padding: 0Px;
}

/* Body End */


.websitebar {
	height: 29Px;
	width: 100%;
	background-image: url(https://www.allyve.com/images/bar-bg.png);
	background-repeat: repeat-x;
	padding: 0;
	box-shadow: #aaaaaa 0px 1px 4Px;
	position: fixed;
	z-index: 100;
}

.barnavigation {
		margin: 0Px auto;
		width: 100%x;
		padding-top: 0Px;
		height: 29Px;
	}
	

.barnavigation ul {
		list-style-type: none;
		margin-left: 20Px;
		padding-top: 0Px;
}

.barnavigation li {
		display: inline;
		font-weight: bold;
		font-size: 14Px;
		margin: 0 0;
}

.barnavigation a {
		margin: 0 0;
		font-weight: bold;
		font-size: 13Px;
		float: left;
		display: block;
		padding: 5Px 15Px 2Px 15Px;
		height: 18Px;
		color: #999999;
		text-shadow: black 1px 1px;
}

.barnavigation a.active {
		color: #ffffff;
		background-color: #777777;
		height: 21Px;
		border-top: 2Px solid #ff9900;
		border-left: 2Px solid transparent;
		border-right: 2Px solid transparent;
		float: left;
		padding: 3Px 15Px 2Px 15Px;
		text-shadow: #666666 1px 1px;
}

.barnavigation a:hover {
		color: #ffffff;
		background-color: #777777;
		height: 21Px;
		float: left;
		padding: 5Px 15Px 2Px 15Px;
		text-shadow: #666666 1px 1px;
}

.barnavigation a.active:hover {
		color: #ffffff;
		background-color: #777777;
		height: 21Px;
		float: left;
		padding: 3Px 15Px 2Px 15Px;
		text-shadow: #666666 1px 1px;
}

.barnavigation .bar-allyve-icon {
		margin-top: 3Px;
		width: 14Px;
		height: 14Px;
		float: left;
		margin-right: 5Px;
		background-image: url(https://www.allyve.com/images/bar-allyve-icon.png);
}

.barnavigation .bar-blog-icon {
		margin-top: 3Px;
		width: 14Px;
		height: 14Px;
		float: left;
		margin-right: 5Px;
		background-image: url(https://www.allyve.com/images/bar-blog-icon.png);
}

.barnavigation .bar-demo-icon {
		margin-top: 3Px;
		width: 14Px;
		height: 14Px;
		float: left;
		margin-right: 5Px;
		background-image: url(https://www.allyve.com/images/bar-demo-icon.png);
}

.barnavigation .bar-doku-icon {
		margin-top: 3Px;
		width: 14Px;
		height: 14Px;
		float: left;
		margin-right: 5Px;
		background-image: url(https://www.allyve.com/images/bar-doku-icon.png);
}

.barnavigation .bar-pmc-icon {
		margin-top: 3Px;
		width: 14Px;
		height: 14Px;
		float: left;
		margin-right: 5Px;
		background-image: url(https://www.allyve.com/images/bar-pmc-icon.png);
}


/* Content-Wrapper */

.wrapper-site {
		margin: 0Px auto;
		width: 952Px;
	
}

.wrapper-header {
		margin: 0Px auto;
		width: 952Px;
		padding-top: 0Px;
}

/* Content-Wrapper End*/

/* Header  */
.header {
		width: 100%;
		height: 100Px;
		padding-top: 29Px;
}

.logo {
		margin-top:20Px;
		margin-left:25Px;
		float: left;
}


/* Header End */

/* Navigation  */

.navigation {
		padding-top: 44Px;
		height: 23Px;
		float: right;
		width: 670Px;
		
}

.navigation ul {
		list-style-type: none;
		margin-left: 40Px;
}

.navigation li {
		display: inline;
		font-weight: bold;
		font-size: 14Px;
}

.navigation a {
		margin: 0 21Px;
		font-weight: regular;
		font-size: 14Px;
		float: left;
		display: block;
		padding: 2Px 5Px 3Px 5Px;
		height: 18Px;
}

.navigation a.active {
		color: #d78200;
		background-color: #ffdfaf;
		height: 18Px;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
		border-bottom-right-radius: 2px;
		border-bottom-left-radius: 2px;
		float: left;
		padding: 2Px 5Px 3Px 5Px;
}

.navigation a:hover {
		color: #d78200;
		background-color: #ffdfaf;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
		border-bottom-right-radius: 2px;
		border-bottom-left-radius: 2px;
		float: left;
		height: 18Px;
		padding: 2Px 5Px 3Px 5Px;
}

.navigation a.btn-none {
		padding: 0;
		height: 23Px;
		}

.navigation a.btn-none {
		padding: 0;
		height: 23Px;
		}

.btn-contact  {
		float: right;
		margin-right: 10Px;
		height: 23Px;
		width: 83Px;
		display:block;
}

#wrapper {
	margin: 0Px auto;
	border-left: 1Px solid #cccccc;
	border-right: 1Px solid #cccccc;
	border-bottom: 1Px solid #cccccc;
	width: 950px;
	background-color: #ffffff;
	padding-top: 0Px;
	min-height: 1500Px;
}


.wrapper-content {
		border-left: 1Px solid #E9E9E9;
		border-right: 1Px solid #E9E9E9;
		border-bottom: 1Px solid #E9E9E9;
		width: 920Px;
		background-color: #FFFFFF;
		padding: 30Px 15Px 30Px 15Px;
		min-height: 800Px;
		overflow: hidden;
		box-shadow:  0 5px 8px 0 #CCCCCC;
}

.content {
		float: left;
		width: 670Px;
		min-height: 600Px;
		padding-right: 15px;
		border-right: 1Px solid #CCCCCC;
		display: block;
}



/*###############################################################################
#																				#
#												Header							#
#																				#
#																				#
###############################################################################*/


.graphic-top {
		height: 176Px;
		width: 950Px;
		box-shadow: 0 5px 8px 0 #CCCCCC;
		background: #ffffff;
		margin: o auto;
		border-left: 1Px solid #e5e5e5;
		border-right: 1Px solid #e5e5e5;
		border-top: 1Px solid #e5e5e5
}
	

.graphic-top .standard{
		background-image: url(https://www.allyve.com/images/allyve-graphic.png);
		background-repeat: repeat-x;
		height: 176Px;	
		width: 910Px;
		padding: 10Px 20Px 5Px 20Px;
}

.claim {
		width: 250px;
		}
	
		
.graphic-top .step-icon {
		clear: both;
		float: left;
		margin-bottom: 5Px;
		display: block;
	}

.graphic-top .step-1 {
		font-weight: bold;
		font-size: 13Px;
		float: left;
		margin: 0 0 5Px 3Px;
		color: #ffffff;
		background-color: #fdbe5d;
		height: 18Px;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
		border-bottom-right-radius: 2px;
		border-bottom-left-radius: 2px;
		width: 200Px;
		padding: 3Px 0 2Px 5Px;
}

.graphic-top  .step-1 a{
		color: #ffffff;
		font-weight: bold;
	}

/*###############################################################################
#										#
#			Blogbeiträge						#
#										#
#										#
###############################################################################*/

.post {
    	position: relative;
	margin-right: 19Px;
	margin-bottom: 40Px;
    	float:  left;
    	width: 670px;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 30Px;	
}

.postmetadata {
	background-color: #f1f1f1;
	padding: 7Px 10Px 0 10Px;
	margin: 0Px 20Px 20Px 00Px;
	height: 50px;
        width: 290Px;
        float: left;	
	color: #666666;
        font-size: 10Px;
        font-weight: normal;
	-webkit-border-radius: 5px;
    	-khtml-border-radius: 5px;
    	-moz-border-radius: 5px;
	border-radius: 5px;
}


.postmetadata .avatar{
	float: left;
	margin-right: 3px;
	background-color: #cccccc;
} 

.postmetadata .author{
	float: left;
	vertical-align: top;
	margin-top: 0px;
	margin-bottom: 0Px;

}

.category{
	background-color: #f1f1f1;
	padding: 7Px 10Px 0 10Px;
	margin: 0Px 0Px 20Px 00Px;
	height: 50px;
        width: 300Px;
        float: right;	
	color: #666666;
        font-size: 10Px;
        font-weight: normal;
	-webkit-border-radius: 5px;
    	-khtml-border-radius: 5px;
    	-moz-border-radius: 5px;
	border-radius: 5px;
}

.commentbutton a {
	width: 80x;
	padding-left: 5px;
	padding-right: 5px;
	color: #ffffff;
	background: #333;
	display: block;
	height: 17Px;
	text-align: center;
	float: right;
	vertical-align: top;
	padding-top: 2Px;
	margin-top: -20Px;
	-webkit-border-radius: 3px;
    	-khtml-border-radius: 3px;
    	-moz-border-radius: 3px;
	border-radius: 3px;
}

.commentbutton a:hover {
	background-color: #999;
	color: #ffffff;
}

.entry {
	clear: both;
	margin-bottom: 40Px;
}

.entry .exzerpt {
	margin-top: 4Px;
	font-size: 14Px;
	float: left;
	font-weight: bold;
	font-style: italic
}

.entry .exzerpt a {
	font-size: 14Px;
	float: left;
	font-weight: bold;
	font-style: italic
}


.entry .time {
	float: right;
	font-weight: bold;
}
       
.entryarchive {
         margin: 0.5em 1em 1em;
}

.entry blockquote p:first-child {
	font-weight: normal; 
	color: #666; 
	font-size: 13Px;
}

.entry blockquote {
	font-weight: normal; 
	color: #666; 
	font-size: 13Px; 
	border-left: 2px solid silver; 
	margin: 1.2em 0 1.2em 2em; 
	padding-left: 1em;
}

.entry img {
	max-width: 660px;
}

.newslogo{
	float: left;
	margin-top: 15px;
	margin-right: 8px;
}


/*###############################################################################
#										#
#			Sidebar							#
#										#
#										#
###############################################################################*/


#sidebar {
	float: right;
	text-align: left;
	margin-right: 10px;
	padding-left: 10px;
	margin-bottom: 20Px;
	width: 197Px;
}

#sidebar .feld {
	margin-bottom: 30Px;
	width: 196Px;
	clear: both;
}

#sidebar .feld .allyve-facebook {
	margin-bottom: 5Px;
	width: 196Px;
}

#sidebar .feld .allyve-twitter{
	margin-bottom: 5Px;
	width: 196Px;
}

#sidebar .feld .allyve-rss{
	width: 196Px;
}

#sidebar .feld .dropdown {
    	padding-top: 5px;
    	padding-bottom: 20px;
	color: #ee7600;
	font-size: 12Px;
}


.feld .step-icon {
		clear: both;
		float: left;
		margin-bottom: 5Px;
	}

.feld .step-1 {
		font-weight: bold;
		font-size: 13Px;
		margin: 0 0 5Px 3Px;
		color: #ffffff;
		background-color: #fdbe5d;
		float: left;
		height: 18Px;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
		border-bottom-right-radius: 2px;
		border-bottom-left-radius: 2px;
		width: 160Px;
		padding: 3Px 0 2Px 5Px;
}

.feld .step-1 a{
		color: #ffffff;
		font-weight: bold;
	}

.feld .step-3 {
		float: left;
		font-size: 13Px;
		margin: 0 0 40Px 3Px;
		color: #666666;
		height: 18Px;
		display: block;
		padding: 3Px 0 2Px 5Px;
		width: 160Px;
}

.feld .step-f {
		font-weight: bold;
		font-size: 13Px;
		margin: 0 0 5Px 3Px;
		color: #ffffff;
		background-color: #3b5997;
		float: left;
		height: 18Px;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
		border-bottom-right-radius: 2px;
		border-bottom-left-radius: 2px;
		width: 160Px;
		padding: 3Px 0 2Px 5Px;
}

.feld .step-f a{
		color: #ffffff;
		font-weight: bold;
	}
.feld .step-t {
		font-weight: bold;
		font-size: 13Px;
		margin: 0 0 5Px 3Px;
		color: #ffffff;
		background-color: #55d3fb;
		float: left;
		height: 18Px;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
		border-bottom-right-radius: 2px;
		border-bottom-left-radius: 2px;
		width: 160Px;
		padding: 3Px 0 2Px 5Px;
}

.feld .step-t a{
		color: #ffffff;
		font-weight: bold;
	}
.feld .step-r {
		font-weight: bold;
		font-size: 13Px;
		margin: 0 0 40Px 3Px;
		color: #ffffff;
		background-color: #fd942f;
		float: left;
		height: 18Px;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
		border-bottom-right-radius: 2px;
		border-bottom-left-radius: 2px;
		width: 160Px;
		padding: 3Px 0 2Px 5Px;
}

.feld .step-r a{
		color: #ffffff;
		font-weight: bold;
	}


#searchfield {
        margin-top: -15px;
        font-color: #444444;
}

#searchfield .searchbutton {
	margin-top: 7px;
	cursor: pointer;
	background-color: #333333;
	padding-left: 5Px;
	padding-right: 5px;
	padding-top: -2Px;
	height:20Px;
	color: #ffffff;
	border: none;
	font-size: 11Px;
	-webkit-border-radius: 2px;
    	-khtml-border-radius: 2px;
    	-moz-border-radius: 2px;
	border-radius: 2px;
}


/*###############################################################################
#										#
#			navigation unten					#
#										#
#										#
###############################################################################*/

.navigation3 {
	width: 670px;
	clear: left;
	display: block;
	float: left;
}

.navigationleft a {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3Px;
	display: block;
	height: 18Px;
	text-align: center;
	float: left;
	color: #ffffff;
	font-size: 11Px;
	background: #333333;
	margin-bottom: 30px;
	-webkit-border-radius: 3px;
    	-khtml-border-radius: 3px;
    	-moz-border-radius: 3px;
	border-radius: 3px;
}

.navigationleft a:hover {
	color: #ffffff;
	background: #999999;
}

.navigationright a {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3Px;
	color: #ffffff;
	background: #333333;
	display: block;
	height: 18Px;
	float: right;
	margin-bottom: 30px;
	font-size: 11Px;
	text-align: center;
	-webkit-border-radius: 3px;
    	-khtml-border-radius: 3px;
    	-moz-border-radius: 3px;
	border-radius: 3px;
}

.navigationright a:hover {
	color: #ffffff;
	background: #999999;
}


/* Referenz */

.reference {
		margin-top: 25Px;
		text-align: center;
		height: 120Px;
		clear: left;
		border-bottom: 1Px solid #e4e4e4;
}

.reference .headline{
		font-size: 13Px;
		font-weight: bold;
		color: #888888;
		text-align: left;
		margin: 0Px 0 16Px 10Px;
}

.reference a.ref-vodafone {  
      display:block;  
      width:75px;   
      height:60px;
	  background: url(http://www.allyve.com/blog/wp-content/uploads/ref-vodafone.png) no-repeat top left;  
	  float: left;
	  margin-right: 35Px;
	  margin-left: 20Px;
    }
	
.reference a.ref-vodafone:hover {  
      display:block;  
      width:75px;   
      height:60px;
	  background: url(http://www.allyve.com/blog/wp-content/uploads/ref-vodafone.png) no-repeat bottom left; 
	  float: left;
	  margin-right: 35Px;
    }
	
.reference a.ref-oertliche {  
      display:block;  
      width:158px;   
      height:60px;
	  background: url(http://www.allyve.com/blog/wp-content/uploads/ref-oertliche.png) no-repeat top left; 
	  float: left;
	  margin-right: 35Px;
    }
	
.reference a.ref-oertliche:hover {  
      display:block;  
      width:158Px;   
      height:60px;
	  background: url(http://www.allyve.com/blog/wp-content/uploads/ref-oertliche.png) no-repeat bottom left;
	  float: left;
	  margin-right: 35Px;
    } 
	
.reference a.ref-telefonbucheintrag {  
      display:block;  
      width:209px;   
      height:60px;
	  background: url(http://www.allyve.com/blog/wp-content/uploads/ref-telefonbucheintrag.png) no-repeat top left;
	  float: left;
    }
	
.reference a.ref-telefonbucheintrag:hover {  
      display:block;  
      width:209px;   
      height:60px;
	  background: url(http://www.allyve.com/blog/wp-content/uploads/ref-telefonbucheintrag.png) no-repeat bottom left;
	  float: left;
    } 
	
.reference a.ref-conradcaine {  
      display:block;  
      width:130px;   
      height:60px;
	  background: url(http://www.allyve.com/blog/wp-content/uploads/ref-conradcaine.png) no-repeat top left;
	  float: left;
	  margin-right: 35Px;
    }
	
.reference a.ref-conradcaine:hover {  
      display:block;  
      width:130px;   
      height:60px;
	  background: url(http://www.allyve.com/blog/wp-content/uploads/ref-conradcaine.png) no-repeat bottom left;
	  float: left;
	  margin-right: 35Px;
    } 
	
.reference a.ref-dialo {  
      display:block;  
      width:118px;   
      height:60px;
	  background: url(http://www.allyve.com/blog/wp-content/uploads/ref-dialo.png) no-repeat top left; 
	  float: left;
	  margin-right: 35Px;
    }
	
.reference a.ref-dialo:hover {  
      display:block;  
      width:118px;   
      height:60px;
	  background: url(http://www.allyve.com/blog/wp-content/uploads/ref-dialo.png) no-repeat bottom left;
	  float: left;
	  margin-right: 35Px;
    } 
	
.reference a.ref-reinersct {  
      display:block;  
      width:150px;   
      height:60px;
	  background: url(http://www.allyve.com/blog/wp-content/uploads/ref-reinersct.png) no-repeat top left; 
	  float: left;
	  margin-right: 35Px;
    }
	
.reference a.ref-reinersct:hover {  
      display:block;  
      width:150px;   
      height:60px;
	  background: url(http://www.allyve.com/blog/wp-content/uploads/ref-reinersct.png) no-repeat bottom left;
	  float: left;
	  margin-right: 35Px;
    } 
	
.reference a.ref-telefonbuch {  
      display:block;  
      width:226px;   
      height:60px;
	  background: url(http://www.allyve.com/blog/wp-content/uploads/ref-telefonbuch.png) no-repeat top left;
	  float: left;
	  margin-right: 35Px;
    }
	
.reference a.ref-telefonbuch:hover {  
      display:block;  
      width:226px;   
      height:60px;
	  background: url(http://www.allyve.com/blog/wp-content/uploads/ref-telefonbuch.png) no-repeat bottom left;
	  float: left;
	  margin-right: 35Px;
    } 






/* Prefooter */

.prefooter {
		text-align: center;
		clear: left;
		border-top: 1Px solid #ffffff;
		border-bottom: 1Px solid #e4e4e4;
		height: 230Px;
}

.prefooter .about {
		width: 450px;
		float: left;
		margin-top: 20Px;
		padding-right: 20Px;
}

.prefooter .about .headline{
		font-size: 13Px;
		font-weight: bold;
		color: #888888;
		text-align: left;
		margin: 0Px 0 16Px 10Px;
}

.prefooter .about .description{
		font-size: 11Px;
		color: #999999;
		text-align: left;
		margin: 0 10Px 0 10Px;
		line-height: 150%;
}

.prefooter .about .description .claim{
		font-size: 12Px;
		font-weight: bold;
		line-height: 200%;
}

.prefooter .about .logo{
		margin: 10Px 10Px 0 10Px;
		float: right;
}

.prefooter .contact {
		width: 150px;
		float: left;
		padding-left: 20Px;
		margin-top: 20Px;
}

.prefooter .contact .headline {
		font-size: 13Px;
		font-weight: bold;
		color: #888888;
		text-align: left;
		margin: 0Px 0 10Px 10Px;
}

.prefooter .contact .description {
		font-size: 15Px;
		color: #999999;
		text-align: left;
		margin: 0 10Px 0 10Px;
		line-height: 200%;
}

.prefooter .contact .description a {
		font-size: 11Px;
		color: #999999;
		text-align: left;
		padding-top: 10Px;
		line-height: 150%;
}

.prefooter .contact .description a:hover{
		color: #FDB03B;
}

.prefooter .socialmedia {
		float: left;
		margin-top: 20Px;
		padding-left: 20Px;
}

.prefooter .socialmedia .headline{
		font-size: 13Px;
		font-weight: bold;
		color: #888888;
		text-align: left;
		margin: 0Px 0 10Px 10Px;
}

.prefooter .socialmedia .social-icon {
		float: left;
		margin-left: 10Px;
		padding-top: 10Px;
}

.prefooter .socialmedia .social-icon a.social-icon-blog {  
      display:block;  
      width:78px;   
      height:78px;
	  background: url(https://www.allyve.com/images/social-icon-blog.png) no-repeat top left;  
	  float: left;
	  margin-right: 10Px;
	  margin-left: 10Px;
    }
	
.prefooter .socialmedia .social-icon a.social-icon-blog:hover {  
      display:block;  
      width:78px;   
      height:78px;
	  background: url(https://www.allyve.com/images/social-icon-blog.png) no-repeat bottom left; 
	  float: left;
	  margin-right: 10Px;
    }

.prefooter .socialmedia .social-icon a.social-icon-fb {  
      display:block;  
      width:78px;   
      height:78px;
	  background: url(https://www.allyve.com/images/social-icon-fb.png) no-repeat top left;  
	  float: left;
	  margin-right: 10Px;
    }
	
.prefooter .socialmedia .social-icon a.social-icon-fb:hover {  
      display:block;  
      width:78px;   
      height:78px;
	  background: url(https://www.allyve.com/images/social-icon-fb.png) no-repeat bottom left; 
	  float: left;
	  margin-right: 10Px;
    }

	.prefooter .socialmedia .social-icon a.social-icon-tw {  
      display:block;  
      width:78px;   
      height:78px;
	  background: url(https://www.allyve.com/images/social-icon-tw.png) no-repeat top left;  
	  float: left;
    }
	
.prefooter .socialmedia .social-icon a.social-icon-tw:hover {  
      display:block;  
      width:78px;   
      height:78px;
	  background: url(https://www.allyve.com/images/social-icon-tw.png) no-repeat bottom left; 
	  float: left;
    }


/*###############################################################################
#										#
#			Footer							#
#										#
#										#
###############################################################################*/


.footer {
	text-align: center;
	clear: both;
	padding-bottom: 20Px;
}

.footer p {
	font-size: 10Px;
	margin-top: 20Px;
	font-family: Arial,Verdana,sans-serif;
}


/*###############################################################################
#										#
#		Sonstiges							#
#		Normalerweise sollte hier nichts geändert werden müssen		#
#										#
###############################################################################*/

.pagetitle {
	width: 600Px;
	margin-left: 20Px;
}

strong {
	font-weight: bold;
}

.center {
	text-align: center;
}

.borderless img, img.borderless {
	border: none;
}

em {
	font-style: italic;
}

.entry ul {
	list-style-type: disc;
}

.entry li {
	display: block;
	margin: 0 20Px;
	padding: 0;
	list-style-type: disc;
	font-family: Georgia,Arial,Verdana,sans-serif;
}

ul {
	padding-bottom: 1em;
}

ul.related li a{
	display: block;
}

ul.related li {
	display: block;
	}

ul.archive li{
	display: block; 
	padding: 0 0 1em;
	font-weight:normal;
}

ul.archive p {
	display: block; 
	padding: 0;
}

ul.archive {
	margin: 0; 
	padding:0;
}

.alignleft {float: left;}
.alignright {float: right;}

.sharethis {padding: 2em 0 3em;}

#akst_form {margin-left: -50px;}

#searchform {
	width: 15px;}



/*###############################################################################
#																				#
#			Kommentare															#
#																				#
#																				#
###############################################################################*/

.comment-wrapper {
	margin-left: 30Px;
	margin-top: 50Px;
}

.smeb-iframe {
	height: 543Px;
	width: 580Px;
}

#kommentare{
	padding-left: 6px;
}

#commentform p {
	padding: 5px 0;
	font-size: 13Px;
	}


#comment {

	width: 336px;
	height: 100px;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
#commentPreview {
	font-size: .8em;
}

div.bubble {
	width: 600px;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 10px;
	border: 1px solid #c9c2c1;}
        width: 600px;

div.bubble blockquote p {
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
        width: 600px;
}

div.bubble cite {
	position: relative;
	margin: -7px;
	padding: 7px 0px 10px 15px;
	top: 5px;
	background: transparent url('images/tip.gif') no-repeat 20px 0;
	font-style: normal;
	font-size: 12Px;
	display: block;
	color: #666666;
}

.alt {
	margin: 0;
	padding: 0;
	}
