/*----------------------------------------------------*/
/*-------------STYLING ARCHIVE PAGE--------*/
/*----------------------------------------------------*/
.post_archive_main .entry-content.flex_wrapper {
    padding: 0 0.75rem;
}

.post_archive_main {
    margin-top: 5rem;
}

ul.news_archive_list {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    padding-left: 0;
	list-style: none;
}

.post_archive_main h1.entry-title.flex_wrapper {
    margin-bottom: 2rem;
    padding: 0 2.5rem;
}

.news_archive_list li {
    width: calc(33% - 4rem);
    margin: 0 2rem 4rem;
    list-style: none!important;
    box-shadow: 0px 0px 10px #00000026;
}

.news_archive_single_img.wp-post-image, .image_placeholder {
    height: 250px;
    object-fit: cover;
    width: 100%;
}

.image_placeholder {
    background-color: #1D1D1D;
    /*box-shadow: 5px 0px 5px #0000006F;*/
}
.news_archive_list li a {
    text-decoration: none;
}

.news_archive_inner p {
    padding: 0 2rem;
}

.news_archive_list li:hover .news_archive_inner_bottom {
    color: #1D1D1D;
}

span.reading_time {
   color: #1D1D1D;
}

p.news_archive_inner_bottom {
    display: flex;
    justify-content: space-between;
    font-size: 1.3rem;
    font-weight: 400;
}

span.more_link {
    color: #F9ED18;
    font-size: 1.5rem;
    font-weight: 700;
}

span.more_link {
    color: #F9ED18;
    font-size: 1.5rem;
    font-weight: 700;
}

.news_archive_list li:hover span.more_link {
	text-decoration: underline;
}

.news_button_wrapper.flex_wrapper {
    text-align: center;
    margin-top: 5rem;
}

@media all and (max-width: 860px) {
	.news_archive_list li {
		width: calc(50% - 4rem);
		margin: 0 2rem 4rem;
	}
}
/*----------------------------------------------------*/
/*-------------STYLING FOR FANCY BURGER MOBILE--------*/
/*----------------------------------------------------*/

@media all and (max-width: 600px) {
	.site-header.closed .menu_profil_inner {
		display: none;
	}
	
	label.hamburg {
		display: block;
		background: #1D1D1D;
		width: 36px;
		height: 35px;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		border-radius: 4px;
	}

	input#hamburg {
		display:none
	}
	
	.line {
		position: absolute;
		left: 5px;
		height: 2px;
		width: 25px;
		background: #fff;
		border-radius: 2px;
		display: block;
		transition: 0.5s;
		transform-origin: center;
	}

	.line:nth-child(1) { 
		top: 7px; 
	}
	
	.line:nth-child(2) { 
		top: 16px; 
	}
	
	.line:nth-child(3) { 
		top: 25px; 
	}

	#hamburg:checked + .hamburg .line:nth-child(1){
	   transform: translateY(12px) rotate(-45deg);
	}

	#hamburg:checked + .hamburg .line:nth-child(2){
	   opacity:0;
	}

	#hamburg:checked + .hamburg .line:nth-child(3) {
		transform: translateY(-6px) rotate(45deg);
	}
	
	.site-header #suche_menu {
		height: 35px;
	}
	
	.custom_menu_menu.custom_menu_wrapper em {
		text-align: center;
		letter-spacing: 0.6px;
		font-weight: 600;
		line-height: 1;
		font-size: 1.2rem;
		font-style: normal;
		margin-top: 0.7rem;
		display: block;
	}
	
	/*ARCHIVE NEWS PAGE*/
	.news_archive_list li {
		width: calc(50% - 1.5rem);
		margin: 0 0.75rem 1.5rem;
	}
	
	.post_archive_main h1.entry-title.flex_wrapper {
		padding: 0 1.5rem;
	}
	
	p.news_archive_inner_title {
		word-break: break-word;
	}
	
	.news_button_wrapper.flex_wrapper {
		margin-top: 3rem;
	}
}

@media all and (max-width: 600px) {
	.news_archive_list li {
		width: calc(100% - 1.5rem);
	}
}