/*
 Theme Name: CLiXX-MULTI-CHILD-THEME
 Theme URI:  https://www.clixx.nrw
 Description: CHILD by Eric Froschauer
 Author:     Eric Froschauer
 Author URI: https://www.clixx.nrw
 Template:   Divi
 Version:    1.9
 */



/*  ==================================================================
	STANDARD CSS =====================================================
	==================================================================  */

#main-footer {
	display: none
}






/*
/////////////////////////////////////////////////
COLUMN SWITCH
/////////////////////////////////////////////////
*/

@media screen and (max-width : 980px) {
  .clixx_column_switch {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}


/*
/////////////////////////////////////////////////
GENERAL
/////////////////////////////////////////////////
*/

@media screen and (max-width : 980px) {
  .clixx_general .et_pb_divider.divider_spacer {
    min-height: 400px;
  }
  .et_pb_divider.no_min_height {
    min-height: 0 !important;
  }
}
@media screen and (max-width : 600px) {
  .clixx_general .et_pb_divider.divider_spacer {
    min-height: 300px;
  }
}


/*
/////////////////////////////////////////////////
FEATURE
/////////////////////////////////////////////////
*/
/*FEATURE 1*/
.clixx_feature_1 .et_pb_row .et_pb_column {
  box-shadow: 0px 0px 80px 0px rgba(0,0,0,0.2);
}
.clixx_feature_1 .column1 {
  margin-right: -25px;
  min-height: 600px;
}
.clixx_feature_1 .column2 {
  margin-left: -25px;
  margin-top: 75px;
}
@media screen and (max-width : 980px) {
  .clixx_feature_1 .column1 {
    margin-right: 0;
  }
  .clixx_feature_1 .column2 {
    margin-left: 0;
    margin-top: 0;
  }
}
@media screen and (max-width : 600px) {
  .clixx_feature_1 .column1 {
    min-height: 300px;
  }
}

/*FEATURE 2*/
.clixx_feature_2 .et_pb_row .et_pb_column {
  box-shadow: 0px 0px 80px 0px rgba(0,0,0,0.2);
}
.clixx_feature_2 .column1 {
  margin-right: -25px;
  top: -46px;
  z-index: 99;
}
.clixx_feature_2 .column2 {
  margin-left: -25px;
  min-height: 600px;
  z-index: 98;
}
@media screen and (max-width : 980px) {
  .clixx_feature_2 .column1 {
    margin-right: 0;
    top: 0;
  }
  .clixx_feature_2 .column2 {
    margin-left: 0;
  }
}
@media screen and (max-width : 600px) {
  .clixx_feature_2 .column2 {
    min-height: 300px;
  }
}




