/******    Inhalt     ********/
/*	1.	Allg. Grafiken		*/
/*	2. 	Allg. Pad/Mar		*/
/*	3. 	News				*/
/*	4.	Fonts & Color		*/
/*	5.	Testominial			*/
/*	6.	Slider				*/
/*	7.	Smartphone-Ansicht	*/
/*	8.	News				*/
/****************************/


/****************************/
/*	1. Allg. Grafiken 		*/
/****************************/

.img-bg-white {
background:#ffffff;
}

/****************************/
/*	2. Allg. Pad/Marg 		*/
/****************************/

.pad-10 {padding:10px;}
.pb-0 {padding-bottom:0px;}
.pt-0 {padding-top:0px;}

#main .mod_article {padding-top:30px;}

/****************************/
/*	3. News			 		*/
/****************************/

.newslist-v4 .info {display:none}

/****************************/
/*	4. Allg. Fonts & Color	*/
/****************************/

@import url('https://fonts.googleapis.com/css?family=Muli');
body {	font-family: 'Muli', sans-serif;}

h1, h2, h3, h4, h5, h6, .ce_revolutionslider_text.bold, .font_headline {font-family: 'Muli', sans-serif;}

h1 {font-size:2.5rem;}

#container, .inside {background:#F3F3F3;}
.bg-blue .inside {background:#003D7B !important;}

#footer .inside, #bottom .inside {background:inherit;}

.text-spalten-2{column-count: 2;column-gap: 3rem;}

.ce_tabs .tabs ul li:hover, .ce_tabs .tabs.vertical ul li a.current, .ce_tabs .tabs.vertical_2 ul li a.current {font-weight: inherit;}

.mod_sitemap ul {background:unset;margin:unset;padding:unset;padding-left:15px;}

/****************************/
/*	5. Testominal			*/
/****************************/

.ce_testimonial_version3 .text, .ce_testimonial_version3 .text:after {background-color: white;}

.ce_testimonial_version3 .text p {color: black !important;}

.custom_logo.ce_testimonial_version3 .image_container img {border-radius: unset;
    border: unset;}

.custom_logo.ce_testimonial_version3 .image_container {max-width: 100px;
	width:auto;
	height:auto;
	border-radius: unset;
	border:unset;
}



/****************************/
/*	6. Slider				*/
/****************************/

.slider-bg-blue {
	background-color: rgba(0, 61, 123, 0.7);
}

.slider-bg-black {
	background-color: rgba(0, 0, 0, 0.6);
}

.slider-bg-white {
	background-color: rgba(255, 255, 255, 0.9);
	color: #595959;
}

/****************************/
/*	7. Smartphone Ansicht	*/
/****************************/


@media only screen and (max-width: 767px){
.text-spalten-2{column-count: unset;column-gap: unset;}


}

/****************************/
/*	8. News					*/
/****************************/

.mod_newsreader .info {
	margin-bottom:0px;
}

