.out_teilen {
display: none;
position: fixed;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: black;
z-index:1001;
opacity: 0.4;
}
.in_teilen {
display: none;
position: fixed;
top: 50%;
left: 50%;
margin-top:-150px;
margin-left:-250px;
width: 500px;
padding: 0px;
box-shadow: 0px 0px 0px 16px rgba(0,0,0,0.5); 
color: #2f2f2f;
z-index:1002;
overflow: hidden;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.teilen_Chead {
padding: 10px 15px;
font-size:16px;
font-weight: bold;
}
.teilen_close {
float:right
}
.teilen_case_in{
padding: 10px 10px 20px 10px;
}
.teilen_input {
width: 99%;
padding:0.5%
}
.teilenshare {
width: 100%;
text-align:center;
margin:0 auto;
margin-top:10px;
}
.teilenfb {
display:inline-block;
background:transparent url('../../images/icons/teilen/facebook.png') no-repeat;
width: 87px;
height: 30px;
border: none;
margin: 0px 5px;
}
.teilentwitter {
display:inline-block;
background:transparent url('../../images/icons/teilen/twitter.png') no-repeat;
width: 87px;
height: 30px;
border: none;
margin: 0px 5px;
}
.teilengoogle {
display:inline-block;
background:transparent url('../../images/icons/teilen/google.png') no-repeat;
width: 87px;
height: 30px;
border: none;
margin: 0px 5px;
}
.teilenmail {
display:inline-block;
background:transparent url('../../images/icons/teilen/mail.png') no-repeat;
width: 87px;
height: 30px;
border: none;
margin: 0px 5px;
}
.styletopnewsmod {
border:2px dashed red;
padding: 5px;padding-bottom: 15px;
}
.hrstylenewsmod  {
height: 0px;
border: dotted #000000 0px;
border-top-width: 1px;
}
@media only screen and (max-device-width : 640px) {
.in_teilen {
display: none;
position: fixed;
top: 55%;
left: 50%;
margin-left:-150px;
width: 300px;
padding: 0px;
box-shadow: 0px 0px 0px 16px rgba(0,0,0,0.5); 
color: #2f2f2f;
z-index:1002;
overflow: hidden;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.teilenfb,
.teilentwitter,
.teilengoogle,
.teilenmail {
width: 30px;
height: 30px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
}