    

/* BLOCKS CSS  */

/*************************************************************************/
/* Boxes  */


.res-boxes {
}

.res-boxes .postBox {
}
.res-boxes .postContent {
	word-break: break-word;
}

.res-boxes .box-post-category {
	font-size: 70%;
	line-height: 160%;
	padding-bottom: 8px;
}
.res-boxes .box-post-category span {
	padding-right: 10px;
}

.res-boxes .postContent .btn-sm {
    font-size: 80%;
    padding: 10px 16px;
}

.res-boxes .row .boxlayout01 {
	padding: 2rem;
}


/* BOX Layout 02  */

.res-boxes .box-overlayer {
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .4s ease-in-out;
	background: rgba(0,0,0, .4);
    color: #fff;
    height: 100%;
    width: 100%;
}

.res-boxes .boxlayout02 .vorschau-text {
	font-size: 85%;
	line-height: 160%;
}


/* MOBILE Standards smaller */
@media only screen and (max-width: 970px) {
	.res-boxes .postContent h2 { font-size: 130%; line-height: 130%; }
	.res-boxes .postContent h3 { font-size: 115%; line-height: 120%; }
	.res-boxes .postContent h4 { font-size: 105%; line-height: 120%; }
	.res-boxes .postContent .box-post-category { font-size: 70%; line-height: 120%; }
}



/* Box Styles individuell  */

.res-boxes .box-custom {
	background-image: linear-gradient(to left, #eee , #f4f4f4);
	border-radius: 0px 0px 30px 0px;
}
.res-boxes .box-content {
	padding-top: 15px;
	padding-left: 40px;	
	padding-right: 15px;
}
.res-boxes .darkmode{
	background-color: #000;
	color: #fff;
}
.res-boxes .darkmode a,
.res-boxes .darkmode a.btn{
	color: #fff;
}



/* Effekt Boxes Slider   */

.scale-box {
	transition: all .4s ease-in-out;
}
.scale-box:hover {
	transition: all .1s ease-in-out;
	transform: scale(1.01);
	opacity: .8;
}
.scale-boximg {
	transition: all .7s ease-in-out;
}
.scale-boximg:hover {
	transition: all .3s ease-in-out;
	transform: scale(1.03);
	opacity: .9;
}




/* ------------  Modal Box ---------------- */


.boxes-modal .modal-content .container {
	max-width: 90%;
}
.boxes-modal .modal-content .res-header,
.boxes-modal .modal-content .overlayer-burgermenu,
.boxes-modal .modal-content #footer-fade,
.boxes-modal .modal-content .cookies,
.boxes-modal .modal-content .cta-sticker,
.boxes-modal .modal-content .single-back-btn,
.boxes-modal .modal-content #wpadminbar {
    display: none !important;
	opacity: 0.0!important;
}
.boxes-modal .modal-content .res-page-content.res-content-topspace{
    padding: 0;
} 
.boxes-modal .modal-header .close {
    padding: 1rem 1rem 0 1rem;
    margin: -1rem -1rem -1rem auto;
}
.boxes-modal .modal-body {
    padding-top: 0;
}
.boxes-modal .modal-content .res-content {
    padding-top: 0;
}
.boxes-modal .modal-content .cookie {
    padding-top: 0;
}
@media only screen and (max-width: 970px) {
	.boxes-modal .modal-content .container {
		max-width: 100%;
	}
	.boxes-modal .modal-body {
		padding: 0 6%;
	}
	.boxes-modal .modal-content .res-content {
		margin-top: 0;
	}
}


/* --------- Filter  --------------- */

.res-boxes .res-filter-list {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}

.res-boxes ul.res-filter-list li{
		list-style: disc;
		color: #b51e20;
	}

@media only screen and (max-width: 970px) {
	.res-boxes ul.res-filter-list{
		list-style: none;
		padding: 5px 0 20px 0;	
	}
	.res-boxes ul.res-filter-list li{
		padding-bottom: 0;
		margin-left: 20px;
	}
	/*.res-boxes ul.res-filter-list li:before {
		content: "\f068";
		font-family: "Font Awesome 5 Pro";
		position:absolute;
		margin-left:-17px;
		text-decoration: inherit;
		font-weight: normal;
		font-size: 8px;
		opacity: 0.2;
	}*/
		
	.res-boxes ul.res-filter-list {
		display: flex;
		flex-direction: row;
	}	
}

 
