/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 10 2021 | 11:19:54 */
/* Allgemeines_______________________ */

body.area_1 {
  font-weight: 300 !important;
  line-height: 26px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.5px !important;
}

.imprintButton {
  display: none !important;
}

#main {
	width: 100%;
}

body.area_1 .navbar-light > .row {
  max-width: 1440px;
  margin: 0 auto;
}  

.wp-block-columns {
    margin-bottom: 0;
}
@media (min-width: 600px) and (max-width: 992px){
.wp-block-column:not(:only-child) {
    flex-basis: 100%!important; 
    flex-grow: 0;
  }
}
@media (min-width: 782px){
.wp-block-columns {
     flex-wrap: wrap; 
  }
}
/* Headlines__________________________*/

h1 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 400;
}

h2 {
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 400;
}

/* Navigation_______________________ */
.navbar-light #navbarNavDropdown ul#main-menu li a {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}


/* Zweiter Inhalt_______________*/

.BGgrey {
  background: #ededed;
  margin-left: -15px;
  margin-right: -15px;
  padding: 50px;
}

body.area_1 .BGgrey .container {
  background-color: transparent;
}

/* Kontakformular__________________*/

.form-control {
  border-radius: 0rem;
}

body.area_1 .btn-primary {
  background-color: #434343;
  border-color: #434343;
  color: white !important;
 
}
.btn.btn-primary.pull-right.mr-3 {
   border-radius: 0px !important;
}

/* Footer____________________________*/

#wrapper-footer .row h3 {
  display: none;
}