#articleList {
	width: 100%;
}

#articleList h1 {
	font-size: 18px;
	text-transform: normal;
}

#articleList .newsArticle {
	width: 100%;
}

#articleList p.artDate {
	font-style: italic;
	float: left;
}

#articleList p.artAuthor {
	float: right;
}

#articleList h2 {
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 14px;
	padding: 10px 0 0 0 ;
}

#articleList .artImage {
	float: left;
	margin-right: 30px;
	border: 1px solid black;
}

#articleList .artImage img {
	display: block;
}

#articleList p.linkMore {
	clear: both;
}

#articleList p.linkOverview {
	padding: 10px 0;
	margin-top: 20px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}




#contacts {
	width: 100%;
}

#contacts h2 {
    font-size: 1.4em;
}

#contacts .contactList {
	width: 100%;
}

#contacts h3 {
	font-size: 1.2em;
    color: #b30000 !important;
}



#contacts .artImage {
	float: left;
	margin-right: 30px;
	border: 1px solid black;
}

#contacts .artImage img {
	display: block;
}

#contacts p.linkMore {
	clear: both;
}

#contacts p.linkOverview {
	padding: 10px 0;
	margin-top: 20px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
  
#john_socialmedia{
  z-index: 99999;
  position: fixed;
  background-color: red;
  width: 45px;
  right: 0px;
  bottom: 50%;
  transition: all 0.3s linear;
  box-shadow: 2px 2px 8px 0px rgba(0,0,0,.4);
}

#john_socialmedia ul {
    margin-top: 0;
    margin-bottom: 0rem;
}
#john_socialmedia li{
  height: 45px;
  position:relative;
}
#john_socialmedia li a{
  color: #fff !important;
  display: block;
  height: 100%;
  width: 100%;
  line-height: 45px;
  padding-left:25%;
  border-bottom: 1px solid rgba(0,0,0,.4);
  transition: all .3s linear;
  text-decoration: none !important;
}

#john_socialmedia li.facebook a{
  background: #4267B2;
}
#john_socialmedia li.twitter a{
  background: #1DA1F2;
}
#john_socialmedia li.instagram a{
  background: #E1306C;
}
#john_socialmedia li.linkedin a{
  background: #0077B5;
}
#john_socialmedia li.phone a{
  background: #333;
}
#john_socialmedia li.youtube a{
  background: #ff0000;
}
#john_socialmedia li.xing a{
  background: black;
}
#john_socialmedia li.rating a{
  background: yellow;
}
#john_socialmedia li.whatsapp a{
  background: #25D366;
}



#john_socialmedia li.mail a{
  background: #333;
}
#john_socialmedia li:hover{
    background-color: #7Db714;
}

#john_socialmedia li a i{
    position: absolute;
    top: 14px;
    left: 17px;
    font-size: 15px;
}
#john_socialmedia ul li a span{
  display: none;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media only screen and (max-width: 600px) {
    body{
        margin-bottom: 40px;
    }
    #john_socialmedia {
        bottom: 0px;
        width: 100%;
        background-color: rgba(255,255,255,0.9)!important;
        padding-top: 5px;
    }
    #john_socialmedia ul { list-style: none outside none; margin:0; padding: 0; text-align:center; padding:3px 0; overflow:hidden;}
    #john_socialmedia li {display:inline-block; width:45px; }
 
}
.ui-dialog-buttonset button{
    float: right;
}

#cookie_note{
    text-align: center;
}


/* ----- COOKIE DIRECTIVE ----- */
/*
#cookie_note {
    background: #fff;
    left: 0;
    filter: alpha(opacity = 90);
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}
#cookie_note div.notify {
    font-size: 14px;
    padding: 10px 100px;
    position: relative;
}
#cookie_note a.dismiss {
    border: 1px solid #9ba21b;
    border-radius: 10px;
    color: #9ba21b;
    display: block;
    line-height: 14px;
    padding: 1px 4px 4px 4px;
    position: absolute;
    right: 5px;
    top: 5px;
    text-decoration: none;
}
#cookie_note a.dismiss:hover {
    background: #9ba21b;
    color: #fff;
}
#cookie_note .cancel_cookie {
    color: #9ba21b;
    line-height: 17px;
*/
