/* change donate button to red in menu ENG */
.menu-item-659 a {
	background-color: #c50609;
}

/* change conference button to red in menu ENG */
.menu-item-7335 a {
	background-color: #117ab7;
}


/* change donate button to red in menu GER */
.menu-item-1415 a {
	background-color: #c50609;
}


/* change h2 link colors | KW-254409840hc */
h2 a:hover {
	color: #C04239;
}

h2 a {
	color: #000000;
}

/* make H1 left aligned */
h1 {
  text-align: left;
}

/* Changing buttons appereance on homepage ENG */
.page-id-297 .wp-block-column .wp-block-button__link{
		height: 68px;	
		width: 200px;
    padding:24px;
}

/* Changing button appereance on homepage GER */
.page-id-1154 .wp-block-column .wp-block-button__link{
		height: 68px;	
		width: 200px;
}


/*Changing 3rd button appereance padding on homepage GER*/
.page-id-1154 .thirdBtn .wp-block-button__link {
   padding: 22px; 
}

/*Changing button appereance on Community page ENG*/
.page-id-326 .wp-block-column .wp-block-button__link{	
		width: 275px;
}

/*Changing button appereance  on Community page GER*/
.page-id-1261 .wp-block-column .wp-block-button__link{
		height: 68px;	
		width: 275px;
}


/* Changing 1st button appereance on homepage */
.page-id-297 .wp-block-column:first-child .wp-block-button__link{
		height: 68px;	
		width: 200px;
}

/* Changing 1st button appereance on test homepage */
.page-id-680 .wp-block-column:first-child .wp-block-button__link{
		height: 68px;	
		width: 200px;
}

/* Changing 2nd and 3rd buttons appereance on test homepage */
.page-id-680 .wp-block-column:not(:first-child) .wp-block-button__link{
		height: 68px;	
		width: 200px;
    padding:24px;
}


/*Changing the buttons appereance Timothy Syndrome page */
.page-id-319 .wp-block-column .wp-block-button__link{
		height: 60px;	
		width: 200px;
    padding:22px;
}

/*Changing the buttons appereance Timothy Syndrome page GER */
.page-id-1197 .wp-block-column .wp-block-button__link{
		height: 60px;	
		width: 200px;
    padding:22px;
}


/* --- Remove dashes from submenu (mS) --- */
	.main-navigation .sub-menu .menu-item a::before {
		display: none;
	}
/* --- End (mS) --- */

/* Remove word hyphenation | 27506523-hc (KK) */
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column *, body, p, a, ul, li, h1, h2, h3 {
    word-break: keep-all !important;
    word-wrap: unset !important;
    hyphens: unset !important;
}

/* Hyphens */
p, a, ul, li, h1, h2, h3 {
 -webkit-hyphens: manual !important;
    -moz-hyphens: manual !important;
     -ms-hyphens: manual !important;
         hyphens: manual !important;
}

/* Hyphens - Mobile */
@media only screen and (max-width: 640px) {
 body, p, a, ul, li, h1, h2, h3 {
   word-wrap: normal;
   -webkit-hyphens: none;
      -moz-hyphens: none;
           hyphens: none;
}
}


/* Footer widget width on larger screens | 27506523-hc (KK) */
@media only screen and (min-width: 782px) {
.widget-area .widget {
    width: 100%;
}
}

/* Text widget font size in the footer | 27506523-hc (KK) */
footer .textwidget {
    font-size: 16px;
}

/* Re-order elements in the footer | 27506523-hc (KK) */
footer#colophon aside {
    order: 3;
    margin-bottom: 0;
}

#colophon {
    padding-bottom: 0;
}
/* Remove meta data */
.entry-meta .byline, .entry-meta .cat-links { display: none; }

.entry-meta .posted-on { display: none; }