/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 4.4.3.1590678971
Updated: 2020-05-28 17:16:11




Anmerkung Raphael Bolius 
für zukünftigeDesigner: 

Ich weiß nicht wer das ursprüngliche Theme konfiguriert hat, aber is ist sehr fehlerhaft. 
Diese Versuche es per CSS zu korrigieren sind vielleicht nicht perfekt, aber sind das einzige, was ich in einem vertretbaren Zeitrqahmen machen kann. 







/* KORREKTUR 1: FOOTER */
#main-footer {
	background: rgb(15,27,53) !important;
	background: linear-gradient(0deg, rgba(15,27,53,1) 0%, rgba(28,53,102,1) 100%) !important; }


#et-footer-nav, 
#footer-bottom {display: none !important;}

#main-footer .footer-widget h4 {
    font-family: 'Bitter',Georgia,"Times New Roman",serif;
    font-weight: 700;
    font-size: 16px;
    color: #98B0C2 !important;
    letter-spacing: 1px;
	margin-bottom: 20px;
}

.footer-widget ul {list-style: none !important; margin: 0 !important; padding: 0 0 0 30px !important;}
.footer-widget li {padding: 0 !important; margin: 0 0 10px 0 !important; line-height: 1 !important; position: relative;}
#footer-widgets .footer-widget li::before {
    content: ' ';
    width: 15px !important;
    height: 10px !important;
    position: absolute;
    left: -29px !important;
    top: 3px !important;
    background: url(https://www.intec-personal.de/wp-content/uploads/2020/05/arrow-right.svg) no-repeat center;
        background-size: auto;
    background-size: contain;
    border: 0 solid red !important;
}





.custom-html-widget h5 a {color: #101c36 !important; font-size: 18px !important;}
.custom-html-widget p.zwischenheader {color: #fff !important; margin: 0 !important; padding: 0 !important;}
.custom-html-widget p.fliesstext {color: #fff !important; margin: 0 0 40px 0 !important; padding: 0 !important;}

.custom-html-widget p.zwischenheader a { margin: 0 !important; padding: 0 !important;}
.custom-html-widget p.fliesstext a { margin: 0 !important; padding: 0 !important;}





/* KORREKTUR 2: BREITE DER REIHEN */
.et_pb_row {border: 0px solid red !important;}

/*
.home .et_pb_section_5 {
	margin: 0 !important; 
	padding: 0 !important; 
	width: 100% !important; 
	max-width: 100% !important;
}


.home .et_pb_section_5 .et_pb_row{
	margin: 0 !important; 
	padding: 150px 0 !important; 
	width: 100% !important; 
	max-width: 100% !important;
}

*/


/* ICONS IM TEXT EI FÜR UNTERNEHMEN */




#intec_icon_1:before {    
	content: ' ';
    position: relative;
    top: 0;
    left: 0;
    width: 140px;
    height: 140px;
    background: url(https://www.intec-personal.de/wp-content/uploads/2020/06/icon1.png) no-repeat center / contain;
    display: block;
	margin-bottom: 0;
	}


#intec_icon_2:before {    
	content: ' ';
    position: relative;
    top: 0;
    left: 0;
    width: 140px;
    height: 140px;
    background: url(https://www.intec-personal.de/wp-content/uploads/2020/06/icon2.png) no-repeat center / contain;
    display: block;
	margin-bottom: 0;
	}


#intec_icon_3:before {    
	content: ' ';
    position: relative;
    top: 0;
    left: 0;
    width: 140px;
    height: 140px;
    background: url(https://www.intec-personal.de/wp-content/uploads/2020/06/icon3.png) no-repeat center / contain;
    display: block;
	margin-bottom: 0;
	}


#intec_icon_4:before {    
	content: ' ';
    position: relative;
    top: 0;
    left: 0;
    width: 140px;
    height: 140px;
    background: url(https://www.intec-personal.de/wp-content/uploads/2020/06/icon4.png) no-repeat center / contain;
    display: block;
	margin-bottom: 0;
	}

#intec_icon_5:before {    
	content: ' ';
    position: relative;
    top: 0;
    left: 0;
    width: 140px;
    height: 140px;
    background: url(https://www.intec-personal.de/wp-content/uploads/2020/06/icon5.png) no-repeat center / contain;
    display: block;
	margin-bottom: 0;
	}


#intec_icon_6 .et-pb-icon{
    padding: 40px !important;
    background-image: url(https://www.intec-personal.de/wp-content/uploads/2020/06/icon6.png);
    background-repeat: no-repeat !important;
    background-position: center !important;
	border-radius: 50% !important;
}

#intec_icon_7 .et-pb-icon{
    padding: 40px !important;
    background-image: url(https://www.intec-personal.de/wp-content/uploads/2020/06/icon7.png);
    background-repeat: no-repeat !important;
    background-position: center !important;
		border-radius: 50% !important;
}

#intec_icon_8 .et-pb-icon{
    padding: 40px !important;
    background-image: url(https://www.intec-personal.de/wp-content/uploads/2020/06/icon8.png);
    background-repeat: no-repeat !important;
    background-position: center !important;
		border-radius: 50% !important;
}



#bg_red_row > div:first-child {background: #BF1F13;}

.et-pb-icon-circle {
    border-radius: 0 !important;
     padding: 15px !important;
}



/* Seite mit freien mitarbeitern */
.hide_me {display: none}
.show_me {display: block;}


/* SCHON WIEDER ENE KORREKTUR VON DER KENER WEISS WIESO SIE NOTWENDIG IST - MIST */
#page-container {overflow-y: auto !important;}

/* POP-UP MIT KONTAKTFORMULAR
Ein Teil ist wieder  im Customizer, ein Teil ist im Kontaktformular. 
DIVI SUCKS!!!. ;) */


 



/* TO DO NACH FERTIG 
SVG-Plugin installierenund arror-right installieren */


