/*--- GENERAL ---*/
.no_decoration_black {
text-decoration: none !important;
color: black !important;
}
.no_decoration_black:hover {
text-decoration: underline !important;
color: black !important;
}
.no_decoration_pink {
text-decoration: none;
color: #FF1493;
}
.no_decoration_pink:hover {
text-decoration: underline;
color: #FF1493;
}
.no_decoration_white {
text-decoration: none;
color: white;
}
.no_decoration_white:hover {
text-decoration: underline;
color: white;
}
.no_decoration_grey {
text-decoration: none;
color: #656565;
}
.no_decoration_grey:hover {
text-decoration: underline;
color: #656565;
}
.no_decoration {
text-decoration: none;
color: #656565;
}
.no_decoration:hover {
text-decoration: none;
}



#main {
float: left;
width: 100%;
margin-top: 150px;
margin-bottom: 100px;
text-align: center;
display: flex;
flex-wrap: wrap;
}
#card1 {
flex-grow: 10;
flex-shrink: 1;
flex-basis: 290px;
}

/*--Seitenzahlen Navigation--*/
.siteBoxMain {
padding: 10px;
width: calc(100% - 60px) !important;
margin-bottom: 0px !important;
color: #656565;
display: flex !important;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: space-between;
}
.siteBox {
position: relative;
float: left;
margin-right: 20px;
}
.siteBoxZahl {
position: relative;
float: left;
background: #272727;
min-width: 20px;
border: 1px solid rgba(101, 101, 101, 0.3);
margin-left: 6px;
}
.siteBoxPoint {
position: relative;
float: left;
min-width: 21px;
border: 1px solid rgba(101, 101, 101, 0);
margin-left: 6px;
}
.siteBoxZahl:hover,
.siteBoxActive {
background: #df117f;
color: white;
cursor: pointer;
}
#siteBoxLast {
display: flex;
align-items: center;
}
#thema_newThema {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
}
.thema_newThema_a {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-content: center;
align-items: center;
}
#thema_newThema svg {
fill: #656565 !important;
width: 24px !important;
height: auto;
}
#thema_newThema_text {
margin-left: 10px;
}





.grid_box {
display: inline-block;
position: relative;
width: calc(100% - 40px);
margin-left: 20px;
margin-right: 20px;
margin-bottom: 40px;
}
.grid_title {
position: relative;
width: calc(100% - 20px);
float: left;
padding: 10px;
font-size: 22px;
text-align: left;
color: white;
background: #df117f;
display: flex;
justify-content: space-between;
align-items: center;
}
.thema_titel_right {
display: flex;
align-items: center;
cursor: pointer;
}
.grid_item {
position: relative;
float: left;
width: 100%;
text-align: left;
color: #656565;
background: #272727;
height: 78px;
display: flex;
border-bottom: 1px solid #696969;
}
.grid_item_img {
  height: 48px;
  min-width: 40px;
  width: 20%;
  max-width: 48px;
  padding: 15px;
  fill: black;
}
.grid_item_img #path4526,
.grid_item_img #path4526-3,
.grid_item_img #path4526-6 {
fill: #FF1493 !important;
}
.grid_item_front {
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
.grid_item_front_name {
font-size: 18px;
margin-bottom: 5px;
}
.grid_item_front_name_info {
position: relative;
height: auto;
width: 18px;
top: 4px;
margin-left: 5px;
fill: #656565;
cursor: pointer;
outline: none;
}
.tooltip {
display: none;
position: absolute;
width: 100%;
height: 78px;
background: red;
justify-content: center;
align-items: center;
text-align: center;
left: 0;
top: 0;
background: rgba(22, 22, 22, 0.7);
z-index: 1;
}
.grid_item_front_name_info:focus + .tooltip {
display: flex;
}

.grid_item_front_stats {
display: flex;
font-size: 14px;
color: #656565;
}
.grid_item_front_stats_themen,
.grid_item_front_stats_beitraege,
.grid_item_front_stats_aufrufe,
.grid_item_front_stats_beitraege {
margin-right: 15px;
text-align: center;
}
.grid_item_front_last {
display: none;
font-size: 14px;
color: #656565;
margin-top: 10px;
}
.grid_item_back {
min-width: 300px;
display: flex;
justify-content: center;
}
.grid_item_back:before {
content: "";
position: absolute;
margin-top: 10px;
margin-bottom: 10px;
height: calc(100% - 20px);
min-width: 300px;
border-left: 1px solid #696969;
}
.grid_item_backFix {
display: flex;
flex-direction: column;
justify-content: center;
}
.grid_item_back_img {
height: 40px;
width: 40px;
margin-left: 7px;
margin-right: 7px;
border-radius: 50%;
}
.grid_item_back .menu_img {
height: 40px;
width: auto;
margin-left: 7px;
margin-right: 7px;
fill: #a9a9a9;
}
.grid_item_back_last {
display: flex;
flex-direction: column;
justify-content: center;
position: relative;
}
.grid_item_back_last_userANDdate {
max-height: 36px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
word-break: break-word;
}

@media only screen and (max-width:640px) {
.grid_item_back {
display: none;
}
.grid_item_front_stats {
display: none;
}
.grid_item_front_last {
display: block;
}

.grid_item {
height: 90px;
}
.grid_item_img {
display: none;
}
.grid_item_front {
margin-left: 10px;
}

.tooltip {
height: 90px;
}
}
@media only screen and (max-width:430px) {
.grid_item {
height: 117px;
}
.tooltip {
height: 117px;
}
}




.grid_last {
position: relative;
float: left;
width: calc(100% - 10px);
padding: 5px;
text-align: left;
color: #656565;
background: #272727;
border-bottom: 1px solid #696969;
}
