body
{
	background-color: #EDEDED;
	letter-spacing: normal;
}

body *
{
	font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}


.entry-content
{
	font-size: 1.7rem;
	font-weight: 350;
}


.entry-content p,
.entry-content ol,
.entry-content ul,
.entry-content dl,
.entry-content dt
{
	font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}


#af-wrapper .post-message p
{
	font-family: unset;
}

#af-wrapper .post-message
{
	min-height: 0px;
    margin-bottom: 25px;
}

#af-wrapper span.mention-nice-name
{
	font-family: unset;
}

.singular .entry-header
{
	padding: 0px;
}

body.template-forum .entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide)
{
	width: calc(100% - 2rem);
}

body.template-forum .entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
body.template-forum [class*="__inner-container"] > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide){
	max-width: 120rem;
}

body.template-forum .post-inner
{
	padding-top: 3rem;
}

body.template-forum .entry-header
{
	display: none;
}

.mce-btn button
{
	background-color: transparent!important;
}

#af-wrapper .highlight-admin, #af-wrapper .highlight-admin a
{
	color: #1995bb !important;
}

#af-wrapper .user-online .avatar
{
	box-shadow: none;
	border: none;
}

body.template-forum .toggle-wrapper.search-toggle-wrapper
{
	display: none;
}

#af-wrapper .uploaded-file a
{
    height: 100%;
}

#af-wrapper .uploaded-file img
{
	border: none;
	width: auto;
	height: 100% !important;
	display: block;
	min-width: 70px;
	object-fit: cover;
	padding: 1px;
}

#af-wrapper .post-author .post-username
{
	font-weight: normal;
	font-size: 15px;
	letter-spacing: normal;
}

#af-wrapper .forum-post-date
{
	font-style: normal;
}

#af-wrapper .forum-post-menu a
{
}

#af-wrapper .button-red
{
	background-color: #444444;
	border-radius: 4px;
}

#af-wrapper .forum-post-menu a.delete-forum-post
{
	/*color: #444444 !important;*/
}

#af-wrapper .button-normal
{
	/*background-color: #487097;*/
	border-radius: 4px;
}

#af-wrapper .member-name .mname
{
	display: inline-block;
	width: 160px;
}

#af-wrapper .member-name .mmail
{
	display: inline-block;
	width: 250px;
}

#af-wrapper .member-name .mrole
{
	display: inline-block;
	width: 100px;
}

#af-wrapper .content-element.member
{
	height: auto;
}

#af-wrapper .post-message ul {
    padding: 0px;
    margin: 0px;
}

#af-wrapper .post-message ul ul {
    padding: 0px;
    margin: 0px;
    list-style: circle;
}

#af-wrapper #forum-navigation a
{
    line-height: normal;
    margin-top: 14px;
  	padding: 0px 15px; 
}


#af-wrapper .post-message .uploaded-files-title
{
    margin-top:25px;
}


.entry-content hr.separator-uploads
{
	color: #e6e6e6 !important;
}


.entry-content hr::before, .entry-content hr::after, hr.styled-separator::before, hr.styled-separator::after
{
	content: none;
}


@media screen and (max-width: 782px)
{
    #af-wrapper .post-author
    {
        padding: 10px;
        width: 100%;
        min-height: 20px;
    }
    
    #af-wrapper #forum-navigation a
    {
        line-height: 44px;
        margin-top: 0px;
    }
}





h1, .heading-size-1
{
	font-size: 3.6rem;
}

.footer-menu
{
	font-weight: normal;
	font-size: 1.8rem;
}







@media (max-width:400px) {
    #af-wrapper .member-name .mname, #af-wrapper .member-name .mmail, #af-wrapper .member-name .mrole
	{
		display: block;
		width: auto;
	}
}



.calendar_site #af-wrapper > *
{
    display: none;
    visibility: hidden;
}

.calendar_site #af-wrapper #forum-header
{
    display: block;
    visibility: visible;
}

.calendar_site #af-wrapper .error
{
    display: block;
    visibility: visible;
}



/* Kalender "My Calendar" */
/* -------------------------------------------------------*/

.mc-main td
{
    border: 1px solid #e3e3e3;
    padding: 0px 3px 3px 3px !important;
    height: 145px;
    background-color: #ffffff;
}

.mc-main .has-events .mc-date
{
    color: #000000;
    background-color: transparent;
    font-weight: normal;
}

.mc-main .vevent
{
    margin-bottom:3px;
}

.mc-main th
{
    background-color: #fafafa !important;
    font-size: 20px;
    padding: 8px 0px;
    font-weight: normal;
    border-bottom: 1px solid #b5b5b5;
}

.mc-main .my-calendar-table td .vevent a
{
    text-decoration: none;
    font-weight: normal;
    font-size: 13px;
	line-height: 1;
}

.mc-main .event-title, .mc-main .event-title a
{
     border-radius: 8px;
}

.mc-main .event-title a
{
    padding: 4px 4px 4px 4px;
}
.mc-main .event-title a .time, .mc-main .details .time
{
  	display: inline-block;
    line-height: 1;
    margin-bottom: 2px;
    background-color: #737373;
    color: #fff;
    padding: 1px 4px 2px 3px;
    border-radius: 5px;
  	margin-right: 5px;
  	transition: background-color 0.3s, padding 0.3s;
}

.mc-main .event-title a:hover > .time
{
  	background-color: #333333 !important;
  	padding-left: 10px;
  	padding-right: 10px;
    transition: background-color 0.3s, padding 0.3s;
}

.mc-main .details .mc-title
{
 	margin-top: 0px;
  	margin-bottom: 10px;
  	display: inline-block;
}

.mc-main .time-block
{
    background-color: #ffffff;
    padding: 4px 8px 1px;
    border-radius: 16px;
  	float: none;
  	margin-bottom: 8px;
}

.mc-main .time-block p
{
  	padding: 0px;
}

.mc-main .time-block *
{
  	background-color: transparent !important;
  	
}

.mc-main .time-block .mc-event-date
{
  	display: inline-block;
  	margin-right: 10px;
}

.mc-main .calendar-event .details
{
  	box-shadow: 0px 2px 0px 5px #4a4a4a;
    border: 8px solid #fff;
    background-color: #ececec;
}

.mc-main button.close
{
 	right: 0px;
  	left: unset;
  	text-decoration: none;
}

.mc-main .details
{
    padding: 10px;
 	border-radius: 3px;
}

.mc-main .event-title a .title
{
  	display: block;
  	line-height: 1;
}

.mc-main .current-day
{
    background: #fafafa;
    border: 3px solid #4ca1f4;
}

.mc-main .current-day .mc-date
{
    border: none;
}

.mc-main .entry-content a:hover, .mc-main .entry-content a:focus
{
    background-color: transparent !important;
}

.mc-main .event-title a:hover, .mc-main .event-title a:focus
{
    /*background-color: inherit !important;*/
}

.mc-main .event-title a:hover, .mc-main .event-title a:focus
{
  	background-color: transparent !important;
}

.mc-main .my-calendar-header a
{
    color: #256db3;
}

.mc-main .my-calendar-header a, .mc-main .my-calendar-header span
{
    font-size: 13px;
}

.mc-main .my-calendar-header input
{
    background-color: #256db3;
    border: 1px solid;
    border-color: #054d98;
    border-width: 0px 0px 1px 0px;
    border-radius: 4px;
}


.mc-main .my-calendar-footer a
{
    color: #256db3;
    font-size: 13px;
}

.mc-main .calendar-events
{
    width: 100%;
    left: 0px;
    height: 350px;
    overflow: auto;
    top: 0px;
    box-shadow: 0 2px 15px #00000080;
}

.mc-main.mini .details
{
    border-top: none;
}

.mc-main.mini .vevent:nth-of-type(n+1)
{
    border: none;
}

.mc-main.mini .event-title
{
    margin: 5px !important;
    padding: 10px 10px 10px 20px;
}


.mc-main .button {
    text-transform: none;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    box-shadow: none;
    color: #fff !important;
    text-shadow: none;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 29px;
    height: 30px;
    margin: 0;
    padding: 0 8px !important;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
    white-space: nowrap;
    box-sizing: border-box;
    width: auto;
    text-align: center;
}

.mc-main .button {
    border-color: #054d98;
    background-color: #256db3;
    border-radius: 4px;
}

.mc-main .forum-menu a {
    margin: 2px 0px 2px 2px;
}

.mc-main .nextmonth
{
    background-color: #ededed;
}

.mc-main td .day
{
  	display: none;
  	color: #b7b7b7;
}
.mc-main td .date
{
  	width: 25px;
  	display: inline-block;
}

@media (max-width:800px)
{
    .mc-main td
  	{
        display: block;
      	padding: 10px 13px 10px 13px !important;
        /*width: 33.333%;*/
        /*float: left;*/
    }
  
    .mc-main td.has-events
    {
     	height: auto;
    }
  
  	.mc-main td.no-events
    {
     	height: auto;
    }
  
  	.mc-main .mc-date
    {
     	text-align:left;
      	padding: 0px 7px;
    }
  
  	.mc-main td.sonntag
  	{
      	clear: both;
     	float: none;
  	}
  
  	.mc-main tr
  	{
    	display: block;
  	}
  
  	.mc-main th.day-heading, .mc-main th.weekend-heading
  	{
    	display: none;
  	}
	
  	.mc-main td .day
  	{
    	display: inline-block;
  	}
}


