/*
Theme Name: CK-Abbruch Theme
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 1.0
Template: Divi
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: DT Media Group
Author URI: http://www.dt-mediagroup.com
*/


/* ------------- Customization ------------- */

body.et_cover_background {
	background-image: url("/wp-content/uploads/concrete_seamless.png");
	background-repeat: repeat !important;
	background-size: auto !important;
	background-attachment: fixed !important;
	background-position: center !important;
}

.et_pb_section {
	background-color: transparent;
}

.gecko .et_pb_section_parallax .et_pb_parallax_css {
	-webkit-transform: unset;
}

.et_pb_contact p input, .et_pb_contact p textarea, .et_pb_contact p input[type="checkbox"] + label i {
	background-color: #fff;
}

p {
	font-weight: 200;
}

textarea {
	resize: vertical;
}


.et_pb_bg_layout_light .et_pb_button:hover, .et_pb_bg_layout_light.et_pb_button:hover, .et_pb_contact_reset:hover, .et_pb_contact_submit:hover, .et_pb_pricing_table_button:hover {
    background-color: transparent;
	border: 2px solid #B71013 !important;
}

/* Header */
/*
#main-header {
	background: #444444;
	background: -moz-linear-gradient(top, #444444 35%, #222222 90%);
	background: -webkit-linear-gradient(top, #444444 35%,#222222 90%);
	background: linear-gradient(to bottom, #444444 35%,#222222 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}
*/



#main-header {
	background: #fff;
	/*
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.1) !important;
	-moz-box-shadow: 0 0 7px rgba(0,0,0,.1) !important;
	box-shadow: 0 0 7px rgba(0,0,0,.1) !important;
	*/
}

.header-content h2 {
	font-size: 2.5em;
	text-transform: uppercase;
}

.header-content .et_pb_fullwidth_header_subhead {
	font-size: 1.5em;
}

.heading-mod {
	text-align: right;
	z-index: 10;
	position: relative;
}

.heading-mod h1 {
	background-color: #B71013;
	color: #fff;
	text-transform: uppercase;
	padding: 25px 35px;
	font-size: 2em;
	font-weight: 700;
	display: inline-block;
	transform: translate(10%, 80%);
	box-shadow: 10px 10px #111;
}

.heading-mod-img {
	z-index: 1;
}

.ck-page-headline h1 {
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2em;
	margin: 50px 0 75px;
}

#top-menu a {
	color: #333;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
}

#top-menu a:hover, #top-menu-nav > ul > li > a:hover {
	color: #B71013;
	opacity: 1;
}

#top-menu li.current-menu-item > a, #top-menu li.current-menu-ancestor > a {
	color: #B71013;
}

.et_pb_fullwidth_header_scroll a .et-pb-icon {
    background-color: #B71013;
	font-size: 5em;
	padding: 0 8px 0 0;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll {
	padding-bottom: 0;
	line-height: 0;
}

/*
.et_pb_fullwidth_header {
	min-height: 50vh;
}
*/

#start-slider .header-content-container {
	width: 100% !important;
	background-color: rgba(255,255,255,0.7);
	padding: 5% 10%;
	color: #000 !important;
}

/*
#start-slider .header-content-container {
	width: auto !important;
	background-color: rgba(255,255,255,0.7);
	padding: 3%;
	color: #000 !important;
}
*/

#start-slider .header-logo {
	width: 80% !important;
	margin-bottom: 5%;
}

.et_parallax_bg {
    background-position: center bottom;
}

.nav li ul {
	background: #444444;
	background: -moz-linear-gradient(top, #444444 35%, #222222 90%);
	background: -webkit-linear-gradient(top, #444444 35%,#222222 90%);
	background: linear-gradient(to bottom, #444444 35%,#222222 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
    border-top: 3px solid #B71013;
}

.nav ul li a:hover, .et_mobile_menu li a:hover {
    background: none;
    opacity: 1;
}

.header-content h1 {
	text-transform: uppercase;
	font-size: 3em;
	font-weight: 700;
}

/*
.header-white h1 {
	text-shadow:	2px 2px 0 rgba(255,255,255,0.75),
					-2px -2px 0 rgba(255,255,255,0.75),
					2px -2px 0 rgba(255,255,255,0.75),
					-2px 2px 0 rgba(255,255,255,0.75);
}
*/


/*
.et_pb_section.et_pb_section_1 {
	padding-bottom: 0;
}

.et_pb_section.et_pb_section_2 {
	padding-top: 0;
}

.et_pb_row_0 {
	margin-top: -150px;
	background-color: #fff;
	padding: 50px !important;
	border-top: 10px solid #B71013;
}
*/

.headline-block h1 {
	text-transform: uppercase;
	color: #333;
	font-weight: 700;
	font-size: 3em;
}

.headline-block h3 {
	text-transform: uppercase;
	color: #000;
	font-weight: 500;
	font-size: 2em;
}

.headline-block {
	margin: 0px;
}

h1 {
	
}

h2 {
	font-size: 1.5em;
	margin-bottom: 10px;
	text-align: left;
	font-weight: 700;
}

h3 {
	text-transform: uppercase;
	font-size: 2em;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	text-align: left;
	border-left : 10px solid #B71013;
	font-weight: 700;
}

h4 {
	font-size: 1.25em;
	margin-bottom: 10px;
	text-align: left;
	font-weight: 500;
}

#was-uns-auszeichnet h3 {
	color: #fff;
}

.et_pb_module_inner {
	overflow: hidden;
}


/* Slider */
.et_pb_fullwidth_slider_0.et_pb_slider {
	height: auto !important;
}

.admin-bar .et_pb_slide {
	height: calc(100vh - 61px - 78px - 32px);
}
	
.et_pb_slide {
	height: calc(100vh - 61px - 78px);
}

.et_pb_slide_0 .et_pb_slide_description   {
	width: auto !important;
	float: right;
	background-color: rgba(0,0,0,0.2);
	padding: 15% 5% 5% 5%;
	text-transform: uppercase;
}

.et_pb_slide_description  h2 {
	border: 0 !important;
	text-align: inherit !important;
	padding: 0 !important;
}

.et_pb_slide_content  p {
	font-weight: 300;
	font-size: 120%;
}

.et_pb_slides .et_pb_slider_container_inner {
    vertical-align: top;
}

.et_pb_slider .et_pb_slide_0, .et_pb_slider .et_pb_slide_1, .et_pb_slider .et_pb_slide_2 {
    background-position: center center !important;
}


.n10s-overlay {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.n10s-overlay h2 {
	text-align: center !important;
	font-size: 3em !important;
	font-weight: 800 !important;
	position: static;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	opacity: 0;
	transform: translate3d(0,40px,0);
}

.n10s-overlay-small h2 {
	font-size: 1.5em !important;
}

.n10s-seattle:hover h2 {
    opacity: 1;
	transform: translate3d(0,0,0);
	padding: 0 0 1em 0;
}

.n10s-overlay h2 span {
	font-weight: 400 !important;
	font-size: 0.8em !important;
	position: static;
	display: block;
}

.n10s-overlay p {
	position: static;
	font-size: 1.5em !important;
	padding: 1em 0 0 0!important;
	width: 90%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	transform: translate3d(0,60px,0);
}

.n10s-overlay-small p {
	font-size: 1em !important;
}

.n10s-seattle .n10s-overlay::before {
    background: -webkit-linear-gradient(top, rgba(183,16,19,0) 0%, rgba(183,16,19,0.8) 75%);
    background: linear-gradient(to bottom, rgba(183,16,19,0) 0%, rgba(183,16,19, 0.8) 75%);
}

.n10s-overlay-small .n10s-seattle .n10s-overlay::before {
    background: -webkit-linear-gradient(top, rgba(68,68,68,0) 0%, rgba(68,68,68,0.8) 75%) !important;
    background: linear-gradient(to bottom, rgba(68,68,68,0) 0%, rgba(68,68,68, 0.8) 75%) !important;
}

.maschinenpark-icons {
	font-size: 1.5em;
	display: flex;
	align-items: center;
}

.maschinenpark-icons img {
	width: 70%;
}

.maschinenpark-icons span {
	font-weight: 700;
}

#stellenangebote h4 {
	font-weight: 700;
	font-size: 1.1em;
}

#stellenangebote p {
	font-size: 0.8em;
}

#stellenangebote .et_pb_main_blurb_image {
	width: 100%;
}

#stellenangebote .et_pb_main_blurb_image .et_pb_image_wrap {
	float: left;
}

#ueber-uns-bescheinigungen ul {
	padding-left: 0;
}

#datenschutz h2, #impressum h2 {
	font-size: 1em;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-bottom: 0px;
	text-align: left;
	border-left : 10px solid #B71013;
	font-weight: 700;
}

#datenschutz h3, #impressum h3 {
	font-size: 0.9em;
	border: 0;
	padding-left: 0;
}

#datenschutz h4 {
	font-size: 0.9em;
	border: 0;
}

#datenschutz ul {
	list-style-type: square;
	font-size: 0.8em;
	font-weight: 200;
}

#datenschutz p, #impressum p {
	font-size: 0.8em;
	line-height: 1.3em;
}




/* Über uns */
.text-highlight {
	font-weight: 700;
	color: #B71013;
	text-transform: uppercase;
}

#ueber-uns-geschichte p {
	
}

/*
#ueber-uns-geschichte h2, #ueber-uns-bescheinigungen h2, #ueber-uns-stellenangebote h2 {
	text-transform: uppercase;
	font-size: 1.5em;
	margin-bottom: 35px;
	padding-left: 10px;
	padding-bottom: 0px;
	text-align: left;
	color: #222;
	border-left : 10px solid #B71013;
	
	background: #444444;
	background: -moz-linear-gradient(top, #444444 35%, #222222 90%);
	background: -webkit-linear-gradient(top, #444444 35%,#222222 90%);
	background: linear-gradient(to bottom, #444444 35%,#222222 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
    border-right: 20px solid #B71013;
}


#ueber-uns-team h2 {
	text-transform: uppercase;
	font-size: 1.5em;
	margin-bottom: 35px;
	padding-left: 10px;
	padding-bottom: 0px;
	text-align: left;
	color: #fff;
	border-left : 10px solid #B71013;
}
*/

#ueber-uns-team p {
	color: #fff;
}

.et_pb_team_member  {
	text-align: center;
	border: 1px solid #aaa;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 3em;
	font-weight: 400;
	font-size: 1em;
}

.et_pb_member_position {
	font-size: 0.8em;
}

.et_pb_team_member a {
	font-weight: 300;
	color: #000 !important;
}

.et_pb_team_member a:hover {
	color: #B71013 !important;
}

.et_pb_team_member h4 {
	font-size: 1em;
	text-transform: uppercase;
	color: #000;
	border-bottom : 1px solid #aaa;
	padding-bottom: 20px;
	text-align: center;
}

.et_pb_team_member a {
	color: #B71013;
}

#ueber-uns-stellenangebote {
	padding-bottom: 0px;
	background-color: #444;
}

#ueber-uns-bescheinigungen ul {
	list-style-type: none !important;
	font-size: 1.2em;
	line-height: 2em;
}

#ueber-uns-bescheinigungen li::before {
	content: "\f058";
	font-family: FontAwesome;
	padding-right: 15px;
	color: #B71013;
}

#ueber-uns-stellenangebote h4 {
	font-weight: 700;
	color: #B71013;
	border-bottom: 1px solid #aaa;
	margin-bottom: 20px;
}

#ueber-uns-stellenangebote a {
	color: #B71013;
}

#ueber-uns-stellenangebote ul {
	list-style-type: none !important;
}

#ueber-uns-stellenangebote li {
	margin-left: -15px;
}

#ueber-uns-stellenangebote li::before {
	content: "\f00c";
	font-family: FontAwesome;
	padding-right: 15px;
	color: #B71013;
}

#ueber-uns-stellenangebote .et_pb_slide_content {
	font-weight: 200 !important;
	font-size: 1em;
	text-align: left;
}

#ueber-uns-stellenangebote .et_pb_slide_description {
	padding: 5% 5% 10%;
}

#ueber-uns-stellenangebote .et_pb_slide {
	height: auto;
}

.fa {
    line-height: inherit !important;
}

.fa-ul {
    list-style-type: none !important;
}

.fa-li {
    top: 0px !important;
}

/* Leistungen */
/*
.et_pb_section h2 {
	text-transform: uppercase;
    font-size: 1.5em;
    margin-bottom: 35px;
    padding-left: 10px;
    padding-bottom: 0px;
    text-align: left;
    color: #222;
    border-left: 10px solid #B71013;
}
*/

.divider {
	min-height: 400px;
}

.leistungen-abbruch-rueckbau p, .leistungen-erdbau p, .leistungen-abbruch-verwertung p {
	font-size: 1.5em;
	line-height: 1.5em;
}

.maschinenpark-block h2 {
	text-transform: uppercase;
	font-size: 1.5em;
	margin-bottom: 0px;
	padding: 10px;
	text-align: center;
	color: #fff;
	
	background: #444444;
	background: -moz-linear-gradient(top, #444444 35%, #222222 90%);
	background: -webkit-linear-gradient(top, #444444 35%,#222222 90%);
	background: linear-gradient(to bottom, #444444 35%,#222222 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
    border-right: 20px solid #B71013;

}

.maschinenpark-block .et_pb_module {
	margin-bottom: 50px !important;
}
	

/* Referenzen */
.referenzen-block h3 {
	color: #B71013;
}

.referenzen-block h4 {
	margin-bottom: 20px;
}

/* Aktuelles */
.et_post_meta_wrapper {
	display: none;
}

.aktuelles-eintrag, .aktuelles-eintrag .et_pb_row_0 {
	
}

.aktuelles-eintrag p {
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: 100;
}

.et_pb_post {
	padding-bottom: 60px;
	border-bottom: 1px solid #aaa;
}

.et_pb_post:last-of-type {
	border-bottom: none;
}

.et_pb_image_container img, .et_pb_post a img {
    float: left;
    margin: 0 25px 25px 0;
    max-width: 35%;
    vertical-align: bottom;
}

.aktuelles-eintrag img {
	clear: left !important;
    margin: 0 !important;
    max-width: 100% !important;
    vertical-align: middle !important;
}


/* Blog */
.et_pb_post {
	border: 0;
}

.et_pb_column_4_4 .et_pb_post_extra.el_dbe_box_extended:nth-child(2n+1) .post-content {
	-webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2) !important;
	-moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2) !important;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2) !important;
}

#main-content .container::before {
	display: none;
}

.single .et_pb_row_0 {
    margin-top: 0;
    background-color: transparent;
    padding: 50px 0 !important;
    border: 0;
}

.single .et_pb_section_0 {
    padding: 0 !important;
}

.single .post-content {
    padding: 20px !important;
}

.single .et_pb_post_extra.el_dbe_block_extended {
	padding-bottom: 0;
}



/* Kontakt */
#kontakt-information a {
	color: #B71013;
}

#kontakt-information .et_contact_bottom_container button {
    color: #B71013;
}

.dt_form_datenschutz label {
	font-size: 0.75em;
}

p.et_pb_contact_field_last {
	margin-bottom: 1%;
}

.et_contact_bottom_container {
	margin-top: 1%;
}



/* Footer */
#custom-footer {
	border-top: 10px solid #B71013;
	background-color: #222;
	color: #fff;
}

#custom-footer p {
	font-size: 16px;
}

#main-footer {
	min-height: 61px;
	font-size: 0.8em;
}


#cookie-notice {
    top: 90px !important;
}

/* ------------- Breakpoints ------------- */

/* Large screens (1405px upwards) */
@media only screen and ( min-width: 1405px ) { 

	body.custom-background {
		background-color: transparent !important;
	}
	
	#logo {
		max-height: 60% !important;
	}

    .header-content {
		margin-left: 0 !important;
		padding-right: 10px !important;
	}
	
	.header-content h2 {
		text-align: center !important;
	}
	
}

/* Laptops and desktops (1100-1405px) */
@media only screen and ( min-width: 1100px ) and ( max-width: 1405px) { 

	body.custom-background {
		background-color: transparent !important;
	}
	
	#logo {
		max-height: 60% !important;
	}
	
	.et_menu_container {
		width: 90%;
	}

    .header-content {
		margin-left: 0 !important;
		padding-right: 10px !important;
	}
	
	.header-content h2 {
		text-align: center !important;
	}
	
}

/* Tablets in landscape mode (981-1100px) */
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {
	
	body.custom-background {
		background-color: transparent !important;
	}
	
	#logo {
		max-height: 60% !important;
	}
	
	#top-menu li {
		padding-right: 12px;
	}

	.et_menu_container {
		width: 90%;
	}
	
	
    .header-content {
		margin-left: 0 !important;
		padding-right: 10px !important;
	}
	
	.header-content h2 {
		text-align: center !important;
	}
	
	.et_pb_team_member {
		font-size: 0.8em;
	}
	
	.et_pb_image_n10s {
		font-size: 0.8em;
	}
	
}

/* Tablets in portrait mode (768-980px) */
@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
	
	body.custom-background {
		background-color: transparent !important;
	}
	
	#logo {
		max-height: 60% !important;
	}
   
   .et_pb_image_n10s_aktuelles {
		font-size: 0.7em;
	}
	
	.header-content h2, .et_pb_fullwidth_header_subhead {
		text-align: center !important;
	}
	
	.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content {
		margin-left: 0;
	}
	
	#cookie-notice {
		top: 80px !important;
	}
}
	
	
}

/* Smartphones in landscape mode (480-768px) */
@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {
    
	body.custom-background {
		background-color: transparent !important;
	}
	
	#start-slider .header-content-container {
		width: 90% !important;
	}
	
	.header-content h2, .et_pb_fullwidth_header_subhead {
		text-align: center !important;
		font-size: 1em !important;
		line-height: 1.25em !important;
	}

	.header-content h2 {
		font-size: 1.1em;
	}
	
	.et_pb_header_content_wrapper {
		line-height: 1.25em !important;
	}
	
	p.et_pb_contact_field_last {
		margin-bottom: 3%;
	}
	
	#cookie-notice {
		top: 80px !important;
	}
	
}

/* Smartphones in portrait mode (0-479px) */
@media only screen and ( max-width: 479px ) {
  
	body.custom-background {
		background-color: transparent !important;
	}
	
	#start-slider .header-content-container {
		width: 90% !important;
	}
	
	.header-content h2, .et_pb_fullwidth_header_subhead {
		text-align: center !important;
		font-size: 1em !important;
		line-height: 1.25em !important;
	}

	.header-content h2 {
		font-size: 1.1em;
	}

	.et_pb_header_content_wrapper {
		line-height: 1.25em !important;
	}
	
	#was-wir-nutzen p {
		font-size: 0.6em;
	}
	
	#logo {
		max-width: 75% !important;
	}
	
	.et_pb_team_member {
		font-size: 0.8em;
	}
	
	.et_pb_image_n10s {
		font-size: 0.8em;
	}
	
	.et_pb_image_n10s_aktuelles {
		font-size: 0.6em;
	}
	
	.et_pb_image_n10s_aktuelles .n10s-seattle h2 {
		top: 60% !important;
	}
	
	.heading-mod h1 {
		font-size: 0.8em;
		padding: 15px 25px;
		transform: translate(5%, 120%);
		box-shadow: 5px 5px #111;
	}
	
	h3, .headline-block h3 {
		font-size: 1.5em;
	}
	
	#ueber-uns-bescheinigungen li {
		font-size: 0.7em;
	}
	
	#footer-bottom {
		font-size: 0.7em;
	}
	
	.et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a .et-pb-icon {
		font-size: 3em !important;
	}
	
	.et_pb_fullwidth_header_scroll a .et-pb-icon {
		padding: 0 6px 4px 0;
	}
	
	p.et_pb_contact_field_last {
		margin-bottom: 3%;
	}
	
	#cookie-notice {
		top: 80px !important;
	}
	
}
