/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v29-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v29-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

body{
	font-family: 'Roboto', sans-serif!important;
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    background: rgb(239, 125, 0);
}

::-webkit-scrollbar-thumb {
    background: #fff;
}

::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

::-moz-selection {
  color: #fff;
  background: rgba(239, 125, 0, .75);
}

::selection {
  color: #fff;
  background: rgba(239, 125, 0, .75);
}


.ce_text_imagebox h4 {

	font-size: 1.2rem;
	text-align: center;
}


.mod_portfoliolist_v5.portfolio-col3 .item {
	float: left;
}

.mod_portfoliolist_v5 .item .info {
	position: inherit!important;
	margin-top: -125px;
}


@media screen and (max-width: 767px){
	.teaser_start.mt-xxl-neg{
		margin-top: 0!important;	
	}
}

@media only screen and (min-width: 768px){
	.mod_article:not(.fullwidth).article-pb > .container{
		padding: 75px 0;
	}
}

.grayscale{
	filter: grayscale(1);
}

#footer .mod_socials a i{
	width: 2.5rem;
	height: 2.5rem;
}

.bg_lightgray{
	background: #f9f9f9;
}

.ce_grid_gallery_start li.grid-item:hover .ce_grid_gallery_overlay{
	background-color: rgba(239, 125, 0, .85);
}

.ce_grid_gallery_start li.grid-item.valign_bottom .ce_grid_gallery_overlay .ce_grid_gallery_overlay_inside{
	top: 50%;
    transform: translateY(-50%);
    margin-bottom: 0;
    bottom: inherit;
}

.ce_grid_gallery_start li.grid-item.valign_bottom .ce_grid_gallery_overlay .ce_grid_gallery_overlay_inside .ce_text.attribute.text{
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.ce_grid_gallery_start li.grid-item.valign_bottom .ce_grid_gallery_overlay .ce_grid_gallery_overlay_inside .desc{
	color: #fff;
}

.ce_divider_extended.version5{
	height: 3px;
}

.teaser_start .fa{
	font-size: 6rem!important;
    color: #EF7D00;
}
.teaser_start h3{
	color: #727676;
    margin-top: 50px;
}
#article-13812{
	/*margin-top: -240px!important;*/
}

.teaser_start .container{
	padding-bottom: 0!important;
}

.no-padding-top .container{
	padding-top: 0!important;
}

.article_13815 .container{
	padding: 35px!important;
}

.ce_video_background .video-overlay {
	opacity: 0.75!important;
}

.ce_video_background .video-overlay:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	height: 162px;
	background: url(../images/logo/logo_solarkoenig_invert.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
} 
@media screen and (max-width: 991px){
	.ce_video_background .video-overlay:before{
		width: 100%;
		height: 80px;
	}
}

.ce_video_background{
	height: 550px;
}

.ce_text_imagebox{
	z-index: 90;
}


.ce_bgimage_content_start.bg-accent .bg_overlay{
	display: block!important;
	background: rgba(152, 152, 152, .75)!important;
    opacity: 1;
}

.nav-icon.active span{
	border-bottom: none!important;
}

.nav-icon i{
	display: none!important;
}

#footer .mod_quickmenu ul li.content:before,
#footer .mod_quickmenu ul li.content:after{
	display: none;
}
#footer .mod_quickmenu ul li.content a {
	color: #767676;
}
.width-60{
	width: 60%;
	margin: 0 auto;
}

.width-60 .plexlogInput, .plexlogForm input[type="text"], .plexlogForm input[type="password"]{
	width: 100%!important;
}

#kontaktform {
	z-index:1000;
}

#leadform fieldset {
	border:0px;

}

#leadform fieldset span {
	font-size:0.8rem;
	text-align:justify;
	line-height:1.1;
}

#leadform fieldset.radio_container span {
	width:50%;
	float:left;
	font-size:1.1rem;
}

#leadform .submit {
	border:2px solid #fff!important;
}

.ce_fancy_divider_image.pos-absolute-bottom {
	right:10%;
	bottom:-25%;
	width:30%;
	left:auto;
}

#videoheader {
	border-bottom:15px solid #EF7D00;
}

#newssection {
	/* background-color: #f2f2f2; */
	padding-left:5%;
	padding-right:5%;
}

.newsteaser_v3 .image_container {
	border:10px solid #fff;
}

#footer .ce_gallery img {
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition:0.25s;
}

#footer .ce_gallery img:hover {
	filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    transition:0.25s;
}

#footer .ce_gallery .image_container {
	background-color:#fff;
}

#footer .ce_gallery li {
	margin-bottom:0px;
	padding-left:0px;
	padding-bottom:0px;
}

.serviceanfrage {
	margin-left:50px;
}

.ul1, .li1 {
	margin-left:10px!important;
	padding-left:10px!important;
	list-style-type:square;
}


/******************************** Landingpage ********************************/


.fancy-logo {
	
	padding-left: 3% !important;
}




.ce_colorbox.invert {

    text-align: center !important;
}


.ce_colorbox .mainheadline {
    margin-bottom: 0px !important;
}
/******************************** Landingpage Ende ********************************/