/*
Theme Name: aweka
Text Domain: twentytwenty
Version: 1.6
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns, block-styles, wide-blocks, accessibility-ready
Author: the WordPress team
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/twentytwenty/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0. 	CSS Reset
	1. 	Document Setup
	2. 	Element Base
	3. 	Helper Classes
	4. 	Site Header
	5. 	Menu Modal
	6. 	Search Modal
	7. 	Page Templates
		a. 	Template: Cover Template
		c. 	Template: Full Width
	8.  Post: Archive
	9.  Post: Single
	10. Blocks
	11. Entry Content
	12. Comments
	13. Site Pagination
	14. Error 404
	15. Widgets
	16. Site Footer
	17. Media Queries

----------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

html,
body {
	border: none;
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif !important;
	font-weight:600 !important;
}

/*====================HEADER=============================================*/
.header_upper {
    padding: 20px 0;
}
.social_links li {
    list-style: none;
    float: left;
    width: 25px;
    padding: 3px 0;
    color: #f69a1d;
    margin-left: 10px;
    border: 1px solid;
    text-align: center;
}
.contact_no {
    float: right;
}
.contact_no li{
	list-style: none;
    float: left;
    width: 25px;
    padding: 3px 0;
    color: #f69a1d;
    margin-left: 10px;
    font-size: 15px;
    text-align: center;
}
.contact_no span {
    font-size: 18px;
    color: #f69a1d;
    font-weight: 600;
    margin-left: 10px;
}
.logo_area {
    text-align: center;
}
.menu_links {
    text-align: center;
    margin-top: 30px;
}
.menu_links li {
    list-style: none;
    margin-left: 20px;
    display: inline-block;
}
.menu_links li a {
    color: #656262;
    font-weight: 600;
    text-decoration: none;
}





/* css */
.menu_links li { transition-duration: 0.5s;}
.menu_links ul li li{margin:0px;}

.menu_links li:hover {
  cursor: pointer;
}
.menu_links {position: relative;z-index: 999;margin:30px 0px;}
.menu_links ul li ul {visibility: hidden; opacity: 0;width:25%;
  padding: 5px;border: 2px solid #fff; display: none;position: absolute;list-style: none;color: #fff;
 background-color:#f69a1d;box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);z-index:999;display: none;}
.menu_links ul li ul li a{color:#fff;}
.menu_links ul li:hover > ul,
.menu_links ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}
.menu_links ul li ul li {
  clear: both;
  width: 100%;
  border-bottom: 1px solid #fff;
}
 

/*====================HEADER-END=============================================*/



/*====================FOOTER=============================================*/


.footer {
    background: #313131;
}
.row.footer_row {
    padding: 100px 0;
}
/* .footer_logo img {
    width: 70%;
} */
.footer_logo_section p {
    margin-top: 20px;
    color: aliceblue;
	font-family: 'Montserrat', sans-serif !important;
	font-weight:400 !important;
}
.footer_social_links li {
    list-style: none;
    display: inline-block;
    margin: 20px 8px 15px 0;
    width: 25px;
    padding: 3px 0;
    color: aliceblue;
    border: 1px solid;
    text-align: center;
}
.mail_box span {
    margin-left: 10px;
}

.mail_box i {
    color: aliceblue!important;
}
.footer_menu_links li {
    list-style: none;
    margin-bottom: 25px;
}
.footer_menu_links li a {
    color: aliceblue;
    font-weight: 600;
    text-decoration: none;
}
.footer h4 {
    margin-left: 35px;
    font-weight: 600;
    color: aliceblue;
}
hr.new_hr {
    border: 2px solid #f0f8f2;
    width: 14%;
    margin: 20px 0 25px 38px;
}
.footer_contc li {
    list-style: none;
    color: aliceblue;
}

.footer_contc p {
    float: right;
    margin-left: 15px;
    line-height: 20px;	
    font-family: 'Montserrat', sans-serif !important;
	font-weight:400 !important;
}
.mail_box a {
    color: #FFF;
}

.mail_box a:hover, .mail_box a:focus {
    text-decoration: underline;
}

/*==========================================HOME-PAGE=============================*/
a.banner_btn {
    font-size: 13px;
    padding: 10px 30px;
    color: white;
    text-shadow: none;
    letter-spacing: 2px;
    background: #f89a1d;
    text-decoration: none;
}
a.banner_btn:hover{
    color:#f89a1d ;
    border: 1px solid;
    background: none;
}
.section3_col2 {
    padding: 50px 40px!important;
}
.section3_paragraph {
    margin-top: 25px;
}
.section3_paragraph p {
    font-size: 15px;
    color: #9a9a9a;
}
.section3_btn button {
    font-size: 14px!important;
    background: #f69a1e!important;
    padding: 10px 40px !important;
    font-weight: 600;
}
.section3_btn button:hover{
    color: #f69a1e!important;
    background: white!important;
    border: 1px solid;
}
.section3_img {
    padding-left: 30px;
}

.unsere-lists img {
    width: 300px;
    height: 200px;
}
.unsere-lists {
    text-align: center;
}
.unsere_desc_name {
    background: white;
    padding: 20px;
    margin: 0 auto;
    width: 301px;
    position: relative;
    min-height: 150px;
}
.unsere-name {
    font-size: 14px;
    font-weight: 600;
    color: #524e4e;
    text-transform: uppercase;
}
.wp-block-buttons {
    display: block;
    margin-top: 15px;
}
.wp-block-button {
    position: absolute;
    bottom: 25px;
    left: 85px;
}
.unsere-lists .items {
    margin-bottom: 40px!important;
}
.unsere_desc_name a {
    background: #f69a1b;
    border-radius: 0;
    font-size: 14px!important;
    text-decoration: none;
    font-weight: 600;
}
.unsere_desc_name a:hover{
    color: #f69a1e!important;
    background: white!important;
    border: 1px solid;
}
.section4 {
    background: #fef4e8;
    margin-top: -35px;
    padding: 50px 0;
}
.section4_container .vc_column-inner {
    width: 85%!important;
    margin: 0 auto!important;
}

/* 
ROHRREINIGUNG + SAUGARBEITEN */
/* .rohrreinigung_section2 .rohrreinigung_section_content ul {
    margin: 0px;
    padding: 0px;
    
} */
.rohrreinigung_section2 .rohrreinigung_section_content ul li{padding-top:10px;}

.rohrreinigung_section_content {
    margin: 40px 0px;
    background-color: #fff;
}
.rohrreinigung_section h2:before {
    position: absolute;
    width: 42%;
    content: "";
    top: -10px;
    text-align: center;
    border-top: 2px solid;
    height: 2px;
}
.rohrreinigung_section h2 {position: relative;margin-bottom:40px;}

.rohrreinigung_section2 .rohrreinigung_section_content p h3 {color: #550ee4;}

.rohrreinigung_section2 .rohrreinigung_section_content p {text-align: left;}


/* UBER UNS */
.uber_uns_section1 {padding: 30px 20px;box-shadow: 0px 0px 20px rgb(0 0 0 / 25%);border-radius: 10px;margin-bottom: 50px;}
.uber_uns_section1  h2:before {position: absolute;width: 12%;content: "";top: -10px;text-align: center;border-top: 2px solid;height: 2px;}
.uber_uns_section1 h2 {position: relative;margin-bottom: 40px;}
.uber_uns_section2 p {color: rgb(70, 70, 69);font-size: 16px;}
.uber_uns_section2 img {width: 770px!important;border-radius: 10px;}
.uber_uns_section2 h3 {margin-bottom:30px;margin-top: 0;}
.uber_uns_section2_heading {margin-bottom: 40px;}
.uber_uns_section2_heading h3 {padding: 30px 20px;box-shadow: 0px 0px 20px rgb(0 0 0 / 25%);border-radius: 10px;}
.unsere_section_para {padding: 30px;box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);border-radius: 10px;margin-top: 25px;}



/* ROHRREINIGUNG + SAUGARBEITEN */

.box-shadow-section {padding: 30px;box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);border-radius: 10px;margin-top: 25px;    margin-bottom: 30px;}
.rohrreinigung_section1 p {font-size: 17px;}
.box-shadow-section h3{color: #f7991c;width: 80%;font-size: 35px!important;border-bottom: 2px solid;padding-bottom: 10px;margin: 0 auto;}
.box-shadow-section p{font-size: 20px;color: #919494;}
.box-shadow-section ul{padding-left: 20px;}
.box-shadow-section ul li{font-size: 20px;color: #919494;}
.rohrreinigung_section2 p {font-size: 20px;color: #919494;}
.rohrreinigung_section2 img {border-radius: 10px;}
.rohrreinigung_section2 ul{padding-left: 20px;}
.rohrreinigung_section2 ul li{font-size: 20px;color: #919494;}
.unsere_section_para a {color: #f7991c;}
.kanal_sec_para {margin-top: 30px;margin-bottom: 0;}
.rohrreinigung_first_image_para {padding: 40px 15px;}
.rohrreinigung_first_image_para p {font-size: 20px;color: #919494;}
.rohrreinigung_section2 h3 {color: #f7991c;width: 80%;font-size: 35px!important;border-bottom: 2px solid;padding-bottom: 10px;margin:60px auto 0 auto;}
.muldenservice_heading {margin-left: 0!important;}



/* ENTSORGUNG + AUFBEREITUNG */
.ENTSORGUNG_section1 h3 {padding: 30px;box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);border-radius: 10px;margin-top: 25px;}
.ENTSORGUNG_section2 p {font-size: 17px;}
.ENTSORGUNG_section1 h5 {color: #f7991c;width: 80%;font-size: 35px!important;border-bottom: 2px solid;padding-bottom: 10px;margin: 0 auto 30px auto;}
.ENTSORGUNG_section2 h3 {color: #f7991c;width: 35%;font-size: 35px!important;border-bottom: 2px solid;padding-bottom: 10px;margin: 0 auto 30px auto;}
.ENTSORGUNG_section2 h2 {color: #f7991c;width: 35%;font-size: 35px!important;border-bottom: 2px solid;padding-bottom: 10px;margin: 0 auto 30px auto;}
.ENTSORGUNG_section2_truck_img img {height: 400px!important;}
.ENTSORGUNG_section2 img {border-radius: 10px;}
.ENTSORGUNG_section2 {
    padding: 30px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
    border-radius: 10px;
    margin: 25px;
}
.ENTSORGUNG_section3 h2 {
    color: #f7991c;
    width: 80%;
    font-size: 35px!important;
    border-bottom: 2px solid;
    padding-bottom: 10px;
    margin: 20px auto 30px auto;
}

/* FLÄCHENREINIGUNG */

.flachenreinigung_section_heading2 h3 {padding: 30px;box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);border-radius: 10px;}


/* KANAL TV + DICHTHEITSPRÜFUNG */

.KANAL_section1 p {padding: 30px;box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);border-radius: 10px;margin-top: 25px;}
.kanal_section2 p {font-size: 20px;color: #919494;padding-right: 15px;}
.kanal_section2 img {border-radius: 10px;}
.kanal_link_section {padding: 10%;}
.kanal_section2 a {color: #f7991c;}
.kanal_section2 {padding: 30px;box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);border-radius: 10px;margin: 30px;}




/* kontakt page */
.contact_section h2:before {
    position: absolute;
    width: 12%;
    content: "";
    top: -10px;
    text-align: center;
    border-top: 2px solid;
    height: 2px;
}
.contact_form {
    margin: 50px 0px;
}
.contact_section h2{position: relative;margin-bottom:40px;}
.contact_style {
    padding: 31px 15px!important;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
    border-radius: 10px;
}
.kontakt_google_map .vc_column-inner {
    padding: 15px 20px!important;
	box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
	margin-left:15px;
	 border-radius: 10px;
}
.kontakt_google_map .wpb_gmaps_widget {
    margin: 0!important;
}
 .contact_form .contact_style .form-control {
    background: #f9f9f9;
    border: 1px solid #c3bcbc;
    border-radius: 10px;
    box-shadow: none;
    font-size: 14px;
    line-height: 30px;
    color: #a2aab3;
    height: 50px;
    padding: 6px 20px;
    font-weight: 300;
}
 .contact_form .contact_style input[type=submit] {
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    background: #f69a1d;
    padding: 8px 40px;
    border: 2px solid #f69a1d;
    box-shadow: none;
    text-transform: capitalize;
    transition: background 0.3s linear, color 0.3s linear;
    margin: 10px 0px 0px 0px;
}
 .contact_form .contact_style textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    height: 80px;
}
 .contact_form .contact_style input[type=submit]:hover
 {
    color: #f69a1d;
    background: #fff;
 }

/* KANAL TV + DICHTHEITSPRÜFUNG */
.KANAL_section_content {
    margin: 40px 0px;
    background-color: #fff;
}
.KANAL_section h2:before {
    position: absolute;
    width: 42%;
    content: "";
    top: -10px;
    text-align: center;
    border-top: 2px solid;
    height: 2px;
}
.KANAL_section h2 {
    position: relative;margin-bottom:40px;
}
.KANAL_section2 .KANAL_section_content h3 {
    color: #550ee4;
}

.KANAL_section2 .KANAL_section_content p {
    text-align: left;
}
.KANAL_section2 .KANAL_section_content p a{
color:#550ee4;}
/* 
FLACHENREINIGUNG page */

.flachenreinigung_section3 ul {
    margin: 0px;
}
.flachenreinigung_section3 ul li {
    margin: 5px 0px;
}
.flachenreinigung_section3 {padding: 30px;box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);border-radius: 10px;margin-bottom: 30px;}
.flachenreinigung_section2 .flachenreinigung_image {margin-bottom: 0px;}
.FLACHENREINIGUNG_section_2_textblock {text-align: center;margin-top: 12px;
    padding: 6% 0 4% 0;box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);border-radius: 10px;}
.flachenreinigung_section1 h2:before {position: absolute;width: 25%;content: "";top: -10px;text-align: center;border-top: 2px solid;height: 2px;}
.flachenreinigung_section2 h3 {
    margin-bottom: 20px;
    margin-top: 0px;
}
.flachenreinigung_section1 h2 {
    position: relative;margin-bottom:40px;
}
.flachenreinigung_section2 {margin: 30px 0px;}
.flachenreinigung_section2 p {font-size: 18px;padding-left: 30px;margin-bottom: 30px!important;}
.flachenreinigung_image img {border-radius: 10px;}



/* ENTSORGUNG + AUFBEREITUNG page */

.ENTSORGUNG_section_content {
    margin: 40px 0px;
    background-color: #fff;
}
.ENTSORGUNGL_section h2:before{
   position: absolute;
    width: 34%;
    content: "";
    top: -10px;
    text-align: center;
    border-top: 2px solid;
	height: 2px;
}
.ENTSORGUNGL_section h2{
    position: relative;
	margin-bottom:40px;
}
/* .ENTSORGUNG_section2 .ENTSORGUNG_section_content h3 {
    color: #550ee4;
} */

.ENTSORGUNG_section2 .ENTSORGUNG_section_content p {
    text-align: left;
}


.logo_area img {
    width: 25%;
}






/* MEDIA-QUERY */
@media only screen and (max-width: 768px) {

	.footer {background: #313131;text-align: center;}
	.footer h4 {margin-left: 0;margin-top: 50px;}
	hr.new_hr {width: 30%;margin: 25px auto;}
	.footer_menu_links ul {padding: 0!important;}
	.footer_contc ul {padding: 0;}
	.uber_uns_section2 .vc_col-sm-8 {width: 50%!important;}
	.uber_uns_section2 .vc_col-sm-4 {width: 50%!important;}
	.unsere_section_para{margin: 40px 20px;}
	.rohrreinigung_section1 h3 {margin-left: 20px;}
	.rohrreinigung_section2 {padding: 0 20px;}
	.header_links {display: none;}
	h2:before {display:none;}
	.flachenreinigung_section3 {padding: 0px;}
	
	
	
}

@media only screen and (max-width: 460px){
	.section2 h2 {font-size: 25px!important;}
	.section3_img {padding-left: 0px;}
	.logo_area {margin-top: 25px;}
	.contact_no {float: left;text-align: center;width: 100%;margin-top: 25px;}
	.contact_no li{display:contents}
	.social_links {width: 55%;margin: 0 auto;}
	.social_links li{margin-left:16px;}
	.uber_uns_section2 .vc_col-sm-4 {width: 100%!important;}
	.uber_uns_section2 .vc_col-sm-8 {width: 100%!important;padding: 10px;}
	.rohrreinigung_section2 h3 {font-size: 25px!important;width: 100%;text-align: center!important;margin: 20px auto;}
	.unsere_section_para {width: 100%;margin: 0 auto!important;padding: 30px 15px;}
	.rohrreinigung_section1 h3 {margin: 45px 0px;}
/* 	.rohrreinigung_section1 .vc_column-inner {padding-right: 0!important;} */
	.KANAL_section1 {width: 98%!important;margin:0 auto!important;}
	.rohrreinigung_section2 {padding: 0 ;}
	.ENTSORGUNG_section2 h3 {width: 100%;}
	.ENTSORGUNG_section2 h2 {width: 100%;}
	.ENTSORGUNG_section1 h5 {width: 100%;}
	.FLACHENREINIGUNG_section_2_textblock {margin-top: 30px;}
	.kontakt_google_map {margin-top: 35px;}
	.kontakt_google_map .vc_column-inner {padding: 0!important;box-shadow: none; margin-left: 0;}
	h2:before {width: 37%!important;}
	
	
	
}

@media only screen and (max-width: 375px){
	.social_links {	width: 65%;margin: 0 auto;}
	h2:before {width: 41%!important;}

	
	
	
	
}