@import url("css_vars.css");
@import url("comments.css");

#termstext{
	color: #454545;
}

#termstext a{
	color: #02a1e0;
}

#termstext a:hover{
	text-decoration: underline;
}

.normal_text{
	color: var(--color-text-default);
}

.dark_text{
	color: var(--color-text-dark-default);
}

.light_text{
	color: var(--color-text-light-default);
}

input[type="text"]{
	-webkit-user-select:text;
	user-select:text;
}

textarea{
	-webkit-user-select: auto;
	user-select: auto;
}

body{
	background-color: #1F1F1F;
	margin: 0; 
	padding: 0; 
	font-size: 15px; 
	font-family: Arial; 
	color: var(--color-text-default);
	line-height: 20px;
	overflow-y: scroll;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

a{
	color: inherit; 
	font-weight: inherit;
	text-decoration: inherit;
	font-size: inherit;
}

a:visited{
	color: inherit;
}

.lightenOnHover:hover, 
.profilarea:hover, 
.main_comment_profile_img:hover,
.reply_comment_profile_img:hover, 
#footer a:hover, 
.main_comment_span a:hover,
.reply_comment_span a:hover,
.reply_button:hover,
.cancel_button:hover,
.comment_like_image:hover,
.comment_dislike_image:hover,
#header_right a:hover,
#logoutButton:hover,
.suggestions:hover,
.amzimg:hover,
.suggestionscrop:hover,
.search_submit:hover,
.more_button img:hover,
.delete_meme:hover,
#unsubscribe_button:hover,
#report_user_button:hover,
#header_right span:hover,
#header_right img:hover,
#upload_profile_image_button:hover,
#edit_nickname_button:hover,
#edit_status_button:hover
{
	filter: brightness(115%);
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

/* .darkenOnHover:hover, .profilarea:hover, .main_comment_profile_img:hover, #footer a:hover, .main_comment_span a:hover, .reply_button:hover{
	filter: brightness(90%);
} */

a:hover{
	text-decoration: none;
}

img:hover{
	opacity: 1;
}

.hide-native-scrollbar {
	scrollbar-width: none; /* Firefox 64 */
	-ms-overflow-style: none; /* Internet Explorer 11 */
}

.hide-native-scrollbar::-webkit-scrollbar { /** WebKit */
	display: none;
}

hr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #666666; /* old IE */
    background-color: var(--border-default); /* Modern Browsers */ 
	margin-top: 20px;
	margin-bottom: 20px;
}

#logoutButton{
	width: 20px; 
	border-radius: 0px; 
	position: absolute; 
	top: 12px; 
	right: 18px;
}

.box hr{
	margin-top: 10px;
    color: #DDDDDD; /* old IE */
    background-color: #DDDDDD; /* Modern Browsers */ 
}

.separate_upper_under{
	display: block;
	width: 100%;
	height: 0px;
	margin: 0px;
	padding: 0px;
	background-color: green;
}

::placeholder {
	color: #9B9B9B;

	opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-weight: bold;
	color: #9B9B9B;
}

::-ms-input-placeholder { /* Microsoft Edge */
	font-weight: bold;
	color: #9B9B9B;
}

.loading_div{
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center; /* does vertically center the desired content */
	justify-content: center; /* horizontally centers single line items */	
	background-image: url('https://yolol.de/style/icon_load.gif');
	background-size: 32px 32px;
  	background-repeat: no-repeat;
  	background-position: center;
}

#report_user_button{
	width: 20px; 
	border-radius: 0px; 
	position: absolute; 
	top: 12px; 
	right: 18px; 
	cursor: pointer;
}

.add_mobile_padding{
	padding: 0px 4% 0px 4%;
}

.default_button{
    display: inline-flex;
    justify-content: center;
    align-items: center;	
	background-color: var(--color-teal-default);
	height: 36px;
	border-radius: var(--radius-buttons-default);
	color: white;
	font-weight: bold;
	background-size: 22px 22px;
  	background-repeat: no-repeat;
  	background-position: center;
	background-position: 12px;
	cursor: pointer;
}

.default_button:hover{
	background-color: #309ED1;
}

.default_button:hover{
	background-color: #309ED1;
}

.red_button{
	background-color: #c70303;
}

.red_button:hover{
	background-color: #a60000;
}

.grey_button{
	background-color: #555555;
}

.grey_button:hover{
	background-color: #787878;
}

#privacy_button{
	background-color: white;
}



#continue_button{
	background-color: #D6D6D6;
	color: #606060;
	font-weight: bold;
}

#continue_button:hover{
	background-color: #E5E5E5;
}

#header{
	position: fixed;
	width: 100%; 
	height: 56px;
	background-color: #111111; 
	z-index: 99;
}

#subheader{
	display: flex; 
	justify-content: space-between; 
	width: calc(100% - 24px);
	height: 100%;
	line-height: 56px;
	max-width: calc(800px - 24px);
	margin-left: auto; 
	margin-right: auto;
}

#header_left_desktop{
	display: none!important;	
}

#header_left_mobile{
    display: flex;
    justify-content: flex-start;
    align-items: center;
	height: 100%;
}

#header_left_mobile img{
	height: 20px;
	padding: 8px 10px 8px 0px;
}

#header_center{
    display: flex;
    justify-content: center;
    align-items: center;
	height: 100%;
}

#header_right{
    display: flex;
    justify-content: flex-end;
    align-items: center;	
	height: 100%;
}

#header_right img{
	height: 32px;
	border-radius: 50px;
	cursor: pointer;
}

#header_right span{
	cursor: pointer;
}

#header_center img{ 
	max-height: 36px;
	max-width: 46vw;
}

.sub_box{
	width: 94%;
	max-width: 460px;
	background-color: white; 
	border-radius: 8px; 
	padding-top: 12px; 
	display: inline-block;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,1); 
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,1); 
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,1);
}

.boxtitle{
	margin-left: 18px; 
	font-size: 18px; 
	color: gray; 
	float: left;
}



.close{
	height: 14px;
	width: 14px;
	margin-right: 16px; 
	float: right; 
	color: #C0C0C0;
	background-image: url('https://yolol.de/style/icon_close.png');
	background-size: 14px 14px;
  	background-repeat: no-repeat;
  	background-position: center;
	cursor: pointer;
}

#button_fb_login, #button_google_login, #button_app_login{
    display: flex;
    justify-content: center;
    align-items: center;
	height: 42px;
	width: 90%;
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
	background-size: 28px 28px;
  	background-repeat: no-repeat;
  	background-position: center;
	background-position: 8px;
	border-radius: 4px;
	color: white;
	font-weight: bold;
	cursor: pointer;	
}

#button_fb_login{
	background-color: #3A5A98;
	background-image: url('https://yolol.de/style/icon_fb_log.png');
}

#button_fb_login:hover{
	background-color: #34467F;
}

#button_google_login{
	margin-top: 2px;
	background-color: #DA4733;
	background-image: url('https://yolol.de/style/icon_google_log.png');
}

#button_google_login:hover{
	background-color: #B93E29;
}

#button_app_login{
	margin-top: 8px;
	background-color: #808080;
	background-image: url('https://yolol.de/style/icon_app_log.png');
	margin-bottom: 5px;
}

#nickname{
	display: none;
}

#container{
	width: 100%;
	max-width: 800px;
	margin-top: 46px;
	margin-left: auto; 
	margin-right: auto;	
}

#left_sidebar{
	display: none;
}

#center_div{
	display: none;
	width: 100%;
	padding-bottom: 40px;
}

#right_sidebar{
	display: none!important;
}

#main_load_gif{
	width: 100%;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 80px;
}

#center_div_bottom{
	width: 100%;
	margin-top: 20px;
	padding-bottom: 60px;
}

#main_load_gif img{
	width: 60px;
}

#loadgif_profile{
	width: 100%;
	text-align: center;
	padding-top: 30px;
}	

#loadgif_profile img{
	width: 60px;
}

.post_action_a{
	display: flex; 
	justify-content: space-between; 
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}

.desk_share{
	display: none;
}


.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

button,
textarea,
input,
select,
a{
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 -webkit-tap-highlight-color: transparent;
 -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
  user-select: none;
}


.reply_button, .more_button, .show_replies_button, .cancel_button{
	display: inline-flex;
	align-items: center; /* does vertically center the desired content */
	justify-content: center; /* horizontally centers single line items */
	color: #C0C0C0; 
	font-weight: bold; 
	cursor: pointer; 
	font-size: 14px; 
	margin-left: 18px;
	position: relative;
}

.show_replies_button{
	color: var(--color-teal-default);

}

.show_replies_button:hover{
	color: var(--color-teal-hover);

}

.cancel_button{
	display: none;
}

.more_button:hover .edit_comment_menu{
	display: inline-block;
}

[contentEditable=true]:empty:before{
    content:attr(data-text);
	color: gray;
	cursor: text;
}

.menu_space{
	height: 2px;
}

.menu_element{
	width: 218px;
	height: 42px;
	border-radius: 4px;
	text-align: left;
	padding-left: 54px;
	display: table-cell;
	vertical-align: middle;
	background-size: 22px 22px;
  	background-repeat: no-repeat;	
	background-position: 12px;
	letter-spacing: 1px;
	cursor: pointer;
}

.menu_element:hover{
	background-color: #383838;
	text-decoration: none;
}

#menu_random{
	width: 218px;
	height: 42px;
	border-radius: 4px;
	text-align: left;
	padding-left: 54px;
	display: table-cell;
	vertical-align: middle;
	background-image: url('https://yolol.de/style/icon_upload.png');
	background-size: 22px 22px;
  	background-repeat: no-repeat;	
	background-position: 12px;
	color: white;
	letter-spacing: 1px;
	cursor: pointer;
}

#menu_random:hover{
	background-color: #383838;
	text-decoration: none;
}

#previewholder_area{
	position: relative;
}

#previewHolderText{
	position: absolute; 
	top: 0; 
	width: 100%; 
	height: 100%; 
	display: flex; 
	align-items: center; 
	justify-content: center;
}

#previewHolderTextFont{
	display: block; 
	max-width: 64%; 
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	color: white;
}

#button_upload:hover{
	background-color: #309ED1;
}


.fb-like iframe {
    width: 100px !important;
}

.fb-like .fb_edge_comment_widget iframe {
    width: 330px !important;
}

.meme_title{
	width: 95%;
	margin-left: 3%;
	margin-right: 2%;
	margin-bottom: 4px;
	font-size: 16px;
	font-weight: bold;
	/* text-overflow: ellipsis; */
}

.meme_title_einzel{
	width: 100%;
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: bold;
	/* text-overflow: ellipsis;
	overflow: hidden; 
	white-space: nowrap; */
}

#einzelpost_top{
	display: flex; 
	justify-content: space-between;
	align-items: center;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
}

.meme_like_count, .meme_dislike_count, .meme_comment_count{
	color: var(--color-text-default);
}

.actionbuttons{
    display: flex;
    justify-content: center;
    align-items: center;	
	min-width: 42px;
	padding-left: 6px;
	padding-right: 6px;
	margin-left: 10px;
	height: 36px;
	border: solid 1px var(--border-default);
	border-radius: 2px;
	cursor: pointer;	
}

.actionbuttons:hover{
	border-color: #666666;
}

.actionbuttons img{
	height: 18px;
}


.actionbuttons span{
	margin-left: 8px; 
	font-size: 15px; 
	font-weight: bold;
	color: var(--color-text-default);
}


.show_mobile_only{
	display: inline-block; 
	width: 5px;
}


.share_button{
    display: flex;
    justify-content: center;
    align-items: center;
	width: 23%; 
	height: 38px;
	cursor: pointer;
	border-radius: 2px;	
}

.share_button span{
	margin-left: 6px; 
	font-size: 14px; 
	font-weight: bold; 
	color: white;
}

.share_button img{
	height: 18px; 
}

.share_link{
	background-color: #3388FF;
}

.share_link:hover{
	background-color: #2C76DC;
}

.share_fb{
	background-color: #3B5998;
}

.share_fb:hover{
	background-color: #456BB2;
}

.share_twitter{
	background-color: #6FC2E3; 
}

.share_twitter:hover{
	background-color: #8CCEE9;
}

.share_pinterest{
	background-color: #D73532;
}

.share_pinterest:hover{
	background-color: #D67775;
}

.share_whatsapp{
	background-color: #28D045;
}

.share_whatsapp:hover{
	background-color: #5CCE6F;
}


#nav_area{
	display: none; 
}


.loading, .videoWrapper {
	width: 100%;
	min-height: 150px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background: #111111 url('https://yolol.de/style/icon_load.gif') center no-repeat;
	background-size: 54px;
}

.videoWrapper{
	position: relative;
}


.play_button {
	position: absolute;
	height: 60px;
	width: 60px;
	border-radius: 50px;
	top: 50%;
	margin-top: -30px;
	left: 50%;
	margin-left: -30px;
	font-size: 22px;
	font-weight: bold;
	color: white;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
}

.play_triangle{
	width: 36%;
	height: 36%;
	margin-left: 34%;
	margin-top: 32%;
}

.video_loading {
	position: absolute;
	display: none;
	height: 60px;
	width: 60px;
	top: 50%;
	margin-top: -30px;
	left: 50%;
	margin-left: -30px;
}

.sound_on, .sound_off{
	width: 22px; 
	height: 22px; 
	position: absolute;
	padding: 10px;
	bottom: 6px; 
	right: 6px;
	cursor: pointer;
}


.play_button_right_sidebar{
	position: absolute;
	height: 46px;
	width: 46px;
	border-radius: 50px;
	top: 50%;
	margin-top: -23px;
	left: 50%;
	margin-left: -23px;
	font-size: 14px;
	font-weight: bold;
	color: white;
	background: rgba(0,0,0,0.5);
}

.suggestions{
	width: 100%; 
	height: 180px; 
	overflow: hidden;
	background-size: cover; 
	background-position: center; 
	position: relative; 
	margin-bottom: 24px;
	border-radius: 8px;
  -webkit-border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -moz-border-radius: 8px;
}

.suggestions_title{
	font-size: 14px; 
	font-weight: bold;
	margin-bottom: 8px; 
	margin-top: 0px; 
	overflow: hidden; 
	text-overflow: ellipsis; 
	display: -webkit-box; 
	-webkit-line-clamp: 3; 
	-webkit-box-orient: vertical;
}

.suggestionscrop {
    position: relative;
    overflow: hidden;
    height: 180px;
    margin-bottom: 24px;
	border-radius: 8px;
}
.suggestionscrop img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.search_input{
	height: 32px;
	width: 174px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle; 
	border: none;
	border-top-left-radius: var(--radius-buttons-default);
	border-bottom-left-radius: var(--radius-buttons-default);
	color: white;
	font-weight: bold;
	background-color: #5E5E5E;
}

.search_input:focus{
	outline: none;
	box-shadow: 0px 0px 0.2vw #0094FF;
}

.search_submit{
	height: 34px;
	width: 42px;
	margin-left: 4px;
	border: none;
	border-top-right-radius: var(--radius-buttons-default); 
	border-bottom-right-radius: var(--radius-buttons-default);
	background-color: #5E5E5E;
	background-image: url('https://yolol.de/style/icon_search.png');
	background-size: 14px 14px;
  	background-repeat: no-repeat;
  	background-position: center;
	cursor: pointer;
}

.search_submit:focus{
	outline: none;
	box-shadow: 0px 0px 0.2vw #0094FF;
}

.input_field{
	display: inline-block;
	width: calc(100% - 26px); 
	padding: 8px; 
	padding-left: 12px; 
	padding-right: 12px; 
	margin-bottom: 20px; 
	font-size: 16px; 
	border: 1px solid #A0A0A0; 
	border-radius: var(--radius-buttons-default);
}

.input_field:focus{
	outline: none;
	box-shadow: 0px 0px 0.2vw #0094FF;
}

.box {
    display: flex;
    justify-content: center;
    align-items: center;
	position: fixed;
	overflow-y: scroll;
	-ms-overflow-style: none;
	z-index: 995;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.box::-webkit-scrollbar {
  display: none;
}



#upbox{
	margin: 14px; 
	margin-bottom: 28px; 
	line-height: 6px; 
	overflow: auto; 
	overflow-x: hidden;
}

#mobile_menu{
	display: none;
	position: fixed;
	width: 240px;
	padding: 20px;
	padding-top: 20px;
	height: calc(100% - 40px);
	z-index: 997;
	background-color: #191919;
}



#button_upload{
	width: 260px;
	background-image: url('https://yolol.de/style/icon_upload.png');
	background-size: 22px 22px;
  	background-repeat: no-repeat;
  	background-position: center;
	background-position: 12px;
}


.button_ok{
	width: 80px;
	margin-left: auto;
	margin-right: auto;
}


#button_save_nickname, #button_save_status{
	width: 240px;
	background-image: url('https://yolol.de/style/icon_check.png');
	background-size: 22px 22px;
  	background-repeat: no-repeat;
  	background-position: center;
	background-position: 12px;
}



#footer{
	font-size: 13px; 
	color: var(--color-text-dark-default);
	font-weight: bold;
}

.meme_details{
	padding: 18px 3% 0px 2%;
	color: #999999;
}:a

.meme_details a:hover{
	color: white;
}

.meme_userpic{
	height: 30px; margin-left: 6px; display: inline-block; vertical-align: middle;
}


#profile_area{
	width: 100%;
}


#profile_details{
	display: block; 
	text-align: center;
	padding: 12px;
	padding-bottom: 24px;
	width: calc(100% - 24px);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	position: relative;
	background-image: url('https://yolol.de/style/profile_bg.jpg');
	background-position: center center;
	background-repeat: no-repeat;	
}

#profileimage{
	width: 120px; 
	border-radius: 100px;
}


#profile_details_nickname{
	display: inline-flex; 
	justify-content: space-between;
	align-items: center;	
	font-size: 26px; 
	font-weight: bold; 
	margin-bottom: 8px;
}

#profile_details_status{
	display: inline-flex; 
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
	color: #B2B2B2;
}

#sub_count_area{
	display: inline-flex; 
	justify-content: space-between;
	align-items: center;
	position: absolute; 
	top: 12px; 
	left: 18px;
	color: #B2B2B2;
}

#sub_count{
	color: var(--color-teal-default);
}

#subscribe_button, #unsubscribe_button{
	display: inline-block; 
	padding: 6px 12px 6px 12px;
	border-radius: 50px;
	margin-top: 12px;
	margin-bottom: 8px;
	color: white;
	font-weight: bold;
	cursor: pointer;
}

#unsubscribe_button{
	border: solid 2px gray;
}

#subscribe_button{
	border: solid 2px var(--color-teal-default);
	background-color: var(--color-teal-default);
}

#subscribe_button:hover{
	background-color: var(--color-teal-hover);
}


#nickname_later{
	display: block; 
	font-size: 12px; 
	color: #C0C0C0; 
	padding: 5px; 
	cursor: pointer; 
	margin-top: 10px; 
	margin-left: auto; 
	margin-right: auto;
}


#edit_nickname_button, #edit_status_button{
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-left: 12px;
	background-image: url('https://yolol.de/style/icon_edit.png');
	background-size: 18px 18px;
  	background-repeat: no-repeat;
  	background-position: center;
	cursor: pointer;
}

#upload_profile_image_button{
	position: absolute; 
	width: 100%; 
	text-align: middle; 
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 50px;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	font-weight: bold;
	cursor: pointer;
}

#profile_image_load{
	display: none;
	position: absolute; 
	width: 48px; 
	bottom: 0;
	left: calc(50% - 24px);
}

#status_text{
	display: block; 
	width: 100%; 
	text-align: left; 
	color: var(--color-teal-default); 
	margin-left: 2px;
}

.pending_approval{
	display: block; 
	height: 22px; 
	margin-bottom: 14px; 
	float: left;
	margin-left: 3%;
}

.pending_delete{
	display: block; 
	height: 22px; 
	margin-bottom: 14px; 
	float: right;
	margin-right: 3%;
}

.profilarea{
	display: inline-block;
	height: 28px; 
	margin-left: 6px;
}

.profilarea img {
	height: 28px; 
	border-radius: 50px; 
	float: left;
}

.profilarea span {
	margin-left: 10px;
	float: left;
}


.action_buttons{
	display: inline-flex; 
	justify-content: space-between;  
	float: right;
}

.mobile_share {
	display: flex;    
	width:100%;
	height:36px;
}

.mobile_share a {
	flex-basis: 100%;
	text-align: center;
	height: 36px;
}

.mobile_share div {
	flex-basis: 100%;
	text-align: center;
	height: 36px;
}

.mobile_share img {
	height: 18px;
	margin-top: 9px;
}


.mobile_hide{
	display: none!important;
}


#cookie_accept_desk{
	position: fixed;
	bottom: 0;
	display: inline-block;
	width: calc(100% - 36px); 
	padding: 18px; 
    display: none;
    justify-content: center;
    align-items: center;
	-ms-overflow-style: none;
	z-index: 995;
	left: 0;
	background: rgba(0,0,0,0.8);
}

#cookie_accept_mobile{
	position: fixed;
	bottom: 0;
	width: calc(100% - 32px); 
	padding: 16px;
	padding-top: 14px;
	padding-bottom: 20px;
    display: none;
	text-align: center;
	-ms-overflow-style: none;
	z-index: 995;
	left: 0;
	background: rgba(0,0,0,0.8);
}

#get_android_app_layout{
	position: fixed;
	bottom: 0;
	width: calc(100% - 60px);
	padding: 16px 30px 16px 30px; 
    display: none;
	text-align: center;
	-ms-overflow-style: none;
	z-index: 10000;
	background-color: white;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-color: white;
	color: #303030;
	font-size: 16px;
	font-weight: 800;
}

.video{
	max-height: 74vh;
	max-width: 100%;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

#videopreview{
	max-height: 54vh;
	max-width: 100%;
}


@media only screen and (min-width: 1220px) {
	
	.meme_details a{
		letter-spacing: 1px;
	}
	
	.actionbuttons{	
		min-width: 48px;
		padding-left: 8px;
		padding-right: 8px;
		margin-left: 12px;	
	}
	
	.video{
		max-height: 80vh;
		max-width: 100%;
	}
	
	#videopreview{
		max-height: 70vh;
		max-width: 100%;
	}	
	
	.play_button {
		height: 80px;
		width: 80px;
		margin-top: -40px;
		margin-left: -40px;
	}	
	
	
	hr {
		margin-bottom: 28px; 
		margin-top: 28px;
	}

	.add_mobile_padding{
		padding: 0px;
	}	
	
	.mobile_hide{
		display: flex!important;
	}


	#subheader{
		display: flex;
		align-items: flex-start; 
		justify-content: space-between;
		width: 1200px; 
		max-width: 1200px;
		margin-left: auto; 
		margin-right: auto;
	}
	
	
	#header_left_desktop{
		display: flex!important;
		justify-content: flex-start!important;
		align-items: center!important;
		height: 100%;
		width: 22%;
	}

	#header_left_mobile{
		display: none!important;	
	}	
	
	#header_center{
		justify-content: center;
		width: 56%;
	}

	#header_right{
		width: 22%;
	}
	
	.sub_box{
		background-color: white; 
		border-radius: 8px; 
		padding-top: 12px; 
		display: inline-block;
	}	
	
		
	#container{
		display: flex; 
		justify-content: space-between;		
		width: 1200px;
		max-width: 1200px; 
		margin-left: auto; 
		margin-right: auto; 
		margin-top: 60px;		
	}
	
	#main_load_gif{
		width: 580px;
		text-align: center;
		padding-top: 0px;
		padding-bottom: 80px;
	}
	
	#center_div_bottom{
		width: 580px;
	}
	
	#main_load_gif img{
		width: 80px;
	}	
	
	
	#loadgif_profile{
		width: 100%;
		text-align: center;
		padding-top: 30px;
	}	
	
	#loadgif_profile img{
		width: 80px;
	}	
	
	
	#left_sidebar{
		display: block;
		position: sticky;
		width: 240px;  
		top: 85px; 
		text-align: left; 
		color: white;
		height: calc(100vh - 85px);
		overflow-y: scroll;
	}
	
	#center_div{
		display: none;
		width: 580px;
		padding-bottom: 80px;
		margin-top: 5px;
		padding-top: 0px;
	}	
		
	#right_sidebar{
		display: block!important; 
		position: sticky; 
		width: 295px;
		top:85px;
		height: calc(100vh - 85px);
		overflow-y: scroll;
	}


	#nickname{
		display: inline-block; 
		margin-right: 6px; 
		vertical-align: middle;	
	}

	.meme_details{
		padding: 18px 0px 0px 0px;
		color: #999999;
	}

	.show_mobile_only{
		display: none; 
	}	

	.desk_share{
		display: flex; 
		justify-content: space-between; 
		width: 100%; 
	}	
	

	#mobile_menu{
		display: none!important;
	}	

	#mobile_menu_box{
		display: none!important;
	}
	
	
	#profileimage{
		width: 132px; 
	}	
	
	
	.pending_approval{
		margin-left: 0px;
	}
	
	.pending_delete{
		margin-right: 0px;
	}	
	
	.mobile_share {
		display: none;
	}

	#einzelpost_top{
		width: 100%;
	}	
	
	.meme_title{
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 8px;
		margin-left: 0px;
		line-height: 22px;
		font-size: 18px;
	}
	
	.meme_title_einzel{
		font-size: 18px;
		max-width: calc(100% - 128px);
		line-height: 22px;
	}	
	
	#nav_area{
		display: block;
		width: 100px;
	}
	
	.prev_button{
		display: block; 
		width: 44px; height: 36px;
		font-weight: bold; 
		float: left;
		border-radius: 2px; 
		cursor: pointer;
		background: #FF5A00 url('https://yolol.de/style/icon_prev.png') no-repeat;
		background-position: 8px center;
		background-size: 20px;
	}
	
	.prev_button_inactive{
		display: block; 
		width: 44px; height: 36px;
		font-weight: bold; 
		float: left;
		border-radius: 2px; 
		background: #FFB793 url('https://yolol.de/style/icon_prev.png') no-repeat;
		background-position: 8px center;
		background-size: 20px;
	}	


	.prev_button:hover{
		background-color: #FF7800;
	}

	.next_button{
		display: block; 
		width: 44px; height:36px; 
		font-weight: bold;
		float: right;
		border-radius: 2px; 
		cursor: pointer; 
		margin-left: 12px;
		background: #FF5A00 url('https://yolol.de/style/icon_next.png') no-repeat;
		background-position: right 6px center;
		background-size: 20px;
	}
	
	.next_button_inactive{
		display: block; 
		width: 44px; height:36px; 
		font-weight: bold;
		float: right;
		border-radius: 2px; 
		margin-left: 12px;
		background: #FFB793 url('https://yolol.de/style/icon_next.png') no-repeat;
		background-position: right 6px center;
		background-size: 20px;
	}	

	.next_button:hover{
		background-color: #FF7800;
	}	
}


