


aside {
  grid-area: sidebar;
  
  padding: 20px;
  
  section {
    margin-bottom: 2.5em;
  }
}

article {
    max-width: 120ch;
    text-align: left;
    align: left;
}

.logo {
padding-top: 3rem;
margin: auto;

}

td {
 
  padding-top: 1px;
  padding-bottom: 1px;

}
h1 {

padding-left: 55px;
padding-right: 55px;
text-align: center;
}
p {
padding-left: 55px;
padding-right: 55px;
}

.ueberschrift {
    margin: auto;
   
    text-align: center;
    text-decoration: underline;
    
}


.topnav {
  font-family: arial,helvetica,sans-serif;
  
  background-color: rgba(254,254,254);
  
    margin-top: 20px;
    margin-left: 160px;
  
  
 
  padding: 7px 0px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
form, fieldset {
  border: none;
}
input[type=text]{
  
  padding: 14px 17px;
  margin: 1px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.topnav b {
  color: gray;
  padding: 14px 10px;
  text-decoration: none;
  font-size: 17px;
  
  
}




.topnav-logo {
  position: relative;
  
  top: 0.75em;
  left: 5%;
  
 
}

.active {
  background-color: #4CAF50;
  color: white;
}

.topnav_table {
    
    
}
.topnav_table th, td {
    padding: 10px 20px;
}
.top_empty_cell {
    
   
}
.topnav  a {
  color: #4b3e32;
  padding: 10px 2px;
  text-decoration: none;
  font-size: 20px;
  
   
}

.topnav a:hover {
  color: #d2242d;  
  background-color: #ddd;
  text-decoration: none;
  
  
  
}
.div_p_link {
    margin-top: 60px;
}
.p_link {
    font-family: arial,helvetica,sans-serif;
    
	color: #cc071e;
	font-size: 180%;
	text-decoration: none;
    border-radius: 40px;
	border-style: solid;
	border-color: #cc071e;
	padding: 3px 15px 5px 15px;
    transition: 0.5s;
	border-size: 5px;
    
    
    
}
.p_link:hover {
    font-family: arial,helvetica,sans-serif;
    background-color: #cc071e;
	color: #FFFFFF;
	font-size: 180%;
	text-decoration: none;
    border-radius: 40px;
	border-style: solid;
	border-color: #cc071e;
	padding: 5px 15px 5px 15px;
    
	border-size: 9px;
}
.link {
    font-family: arial,helvetica,sans-serif;
    
	color: #cc071e;
	
	text-decoration: none;
    transition: 0.5s;
	  
}
.link:hover {
    font-family: arial,helvetica,sans-serif;
    background-color: #cc071e;
	color: #FFFFFF;
	text-decoration: none;
 
}

.text-color1 {
    color: #000000;
}
.text-color2 {
    color: #cc071e;
}
.text-color3 {
    color: #4b3e32;
}
.text-color1 a{
    color: #cc071e;
}
.text-color2 a{
    color: #cc071e;
}
.text-color3 a{
    color: #4b3e32;
}


.font_small {
    
    font-family: arial,helvetica,sans-serif;
    font-size: x-small; 
    
    font-weight: bold;
    
}


.font_n {
    font-family: arial,helvetica,sans-serif;
    font-size: medium; 
}

.font_bold {
    font-family: arial,helvetica,sans-serif;
    font-size: medium; 
    font-weight: bold;
    
}
.font_bold a{
    font-family: arial,helvetica,sans-serif;
    font-size: medium; 
    text-decoration: none;
    
}

.centered {
    text-align: center;
}
.float {
    float: left;
    padding: 10px;
    margin: 10px;



}

.bulletin {
  max-height: 70px;
  max-width: 70px;
  height:auto;
  width: auto;
  padding-right: 10px;
}
.bulletin_whatsapp {
  max-height: 50px;
  max-width: 50px;
  height:auto;
  width: auto;
}

.contact_form {
    font-family: arial,helvetica,sans-serif;
    margin-top: 50px;
    display: grid;
    grid-template-colums: 1fr 10 fr;
    
}
.probe_list {
    font-family: arial,helvetica,sans-serif;
    font-size: medium; 
    font-weight: bold;
    
    
}
.probe_list li {
    margin-bottom: 20px;
}





.probe_form_root {
    
    font-family: arial,helvetica,sans-serif;
    font-size: medium;
    font-weight: bold;
    margin-top: 50px;
}
.probe_form_root label{
    font-weight: bold;
    text-align: left;


}
.probe_form_root input[type=text] {
    border-color: #cc071e;
    width: 100%;
    min-width: 90%;
    border-radius: 6px;
    border-width: 2px;
    padding: 10px 25px;
    

}
.probe_form_root input[type=text]:focus {
    background-color: #DDDDDD;
    border-color: black;

}
.probe_form_root textarea {
    min-width: 90%;
    width: 100%;
    min-height: 180px;
    border-radius: 10px;
    border-width: 2px;
    border-color: #cc071e;
    margin-bottom: 50px;
}
.probe_form_root select {
    font-family: arial,helvetica,sans-serif;
    font-size: medium;
    font-weight: bold;
    min-height: 40px;
    min-width: 50%;
    background-color: white;
    border-color: #cc071e;
    padding-top: 10px;
    

}


.probe_form {
    
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px 30px;
    margin-bottom: 50px;
    
}
.probe_form_2 {
    
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px 30px;
    margin-bottom: 60px;
    
}
.contact_form label{
    font-weight: bold;
    text-align: left;


}
.contact_form input[type=text] {
    border-color: #cc071e;
    width: 100%;
    min-width: 90%;
    border-radius: 6px;
    border-width: 2px;
    padding: 10px 25px;
    

}
.contact_form input[type=text]:focus {
    background-color: #DDDDDD;
    border-color: black;

}
.contact_form textarea {
    min-width: 90%;
    width: 100%;
    min-height: 180px;
    border-radius: 10px;
    border-width: 2px;
    border-color: #cc071e;
    margin-bottom: 50px;
}
.contact_form select {
    font-family: arial,helvetica,sans-serif;
    font-size: medium;
    font-weight: bold;
    min-height: 40px;
    min-width: 50%;
    background-color: white;
    border-color: #cc071e;
    padding-top: 10px;
    

}



.textArea {
    
    min-height: 300px;
    
    
}
.submit {
    margin-top: 10px;
    max-width: 100px;
    background-color: #cc071e;
    color: white;
    padding: 10px 10px 10px 10px;
    border:none;
    
    
    }



.section_1 {
    background-color: #F4F2F2;
    
    border-radius: 10px;
    padding: 20px;
    margin: 20px 20px 75px 20px;
    
	display: grid;
	grid-template-columns: 0.5fr 1fr;
    
    
}
.section_2 {
	display: grid;
	grid-template-columns: 80px 1fr 80px 1fr ;
    
    padding: 20px;
    margin:  20px 20px 100px 20px;
}
.section_3 {
    background-color: #F4F2F2;
	
     border-radius: 10px;
    padding: 50px;
    margin: 20px 20px 100px 20px;
}
.section_4 {
  	display: grid;
	grid-template-columns: 80px 1fr 80px 1fr ;
     border-radius: 10px;
    padding: 20px;

}
.section4_wrap {
        margin:  20px 20px 100px 20px;
}
.section_leistungen_1 {
	display: grid;
	grid-template-columns: 80px 1fr;
    
    padding: 20px;
    margin:  20px 20px 50px 20px;
}
.section_leistungen_2 {
    background-color: #F4F2F2;
    
    border-radius: 10px;
    padding: 20px;
    margin: 40px 20px 40px 20px;
    
	display: grid;
	grid-template-columns: 100px 1fr;
    
    
}

h1 {
    font-family: arial,helvetica,sans-serif;
    font-size: medium; 
    color: #cc071e;
    font-weight: bold;
    font-size: xx-large;
}
h2 {
    font-family: arial,helvetica,sans-serif;
    font-size: medium; 
    color: #cc071e;
    font-weight: bold;
    font-size: large;
    text-align: left;
}
.pad_50 {
    padding-left: 50px;
    padding-right: 50px;

}
.sidebar_Billerbeck {
    
    padding-top: 50px;
    padding-bottom: 100px;
    

}

.sidebar_Nottuln {
    
    padding-top: 50px;
    padding-bottom: 100px;
    
}
.sidebar_WhatsApp {
    display: grid;
	grid-template-columns: 50px 1fr;
    
}


.cb_item {
  overflow: hidden;
  background-color: #cc071e;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  min-height: 50px;
  display: grid;
  grid-template-columns: 5fr 130px 130px;
  align-items: center;
  visibility: hidden;
  
  
} 
.cookie_text {
    margin-left: 30px;
    color: white;
}

.cookie_button {
    margin: 10px;
   
    min-width: 90px;
    background-color: white;
    color: #cc071e;
    padding: 10px 10px 10px 10px;
    border:none;
   

}
.cookie_button_decl {
    margin: 10px;
   
    min-width: 90px;
    border-style: solid; 
    border-width: 1px;
    border-color: black;
    background-color: #cc071e;
    color: white;
    padding: 10px 10px 10px 10px;
    
}


body {
    max-width: 180ch;
    min-width: 400px;
    margin: 10px auto;
    padding: 10px;
    padding-bottom: 0;
  
    font-size: 100%;
    display: grid;
    grid-template:
    "header  nav"
    
    "sidebar  main"
    "footer footer"/
     300px    1fr;
    grid-gap: 50px 60px;
     
    
}





header {
    max-width: 200ch;    
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    

}

 
