/* --- Allgemein --- A */

.color-validation-red {
  color: #CC0000;
}

.gray-container {
  background: #f9f8f8;
  padding-top: 20px;
  margin-top: 20px;
  padding-bottom: 20px;
  margin-bottom:20px;
}

.white-container {
  background: white;
  padding-top: 20px;
  margin-top: 20px;
  padding-bottom: 20px;
  margin-bottom:20px;
}

.form-input-text {
  height: 62px;
  padding: 0 20px 0 58px;
  outline: none;
  border: none;
  display: block;
  width: 100%;
  background: transparent;
  font-size: 15px;
  color: #43383e;
  line-height: 1.2;
}

.form-input-label {
  margin-bottom: .5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 62px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  font-size: 18px;
  color: #999999;
}

.form-input-container {
  width: 100%;
  position: relative;
  background-color: #fff;
  margin-bottom: 17px;
}

.form-input-textarea {
  outline: none;
  border: none;
  display: block;
  width: 100%;
  background: transparent;
  font-size: 15px;
  color: #43383e;
  line-height: 1.2;min-height: 199px;
  padding: 19px 20px 0 23px;overflow: auto;
  resize: vertical;
}

.lead {
  font-size:1.05rem;
}

h2 {
  font-size: 1.6rem;
}

h1 {
  font-size: 2.2rem;
}

.img-left-rounded {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.img-right-rounded {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

/* --- Allgemein --- E */

/* --- Layout --- A  */

.no-padding {
  padding-left:0px;
  padding-right:0px;
}

.img-logo {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top:0;
  bottom:0;
  margin-top:auto;
  margin-bottom:auto;
}

.slider-col {
  background:#515151;
}

.link-menu {
  color: #5a5959;;
  padding: 12px 10px 35px 10px;
  height: 20px;
  display: inline-block;
}

.link-menu:hover {
  text-decoration: none;
  color:#4779b2;
}

.img-background {
  width:100%;
  height:300px;
  filter:blur(4px);
}

.col-menu {
  border-top:2px solid #515151;
  background: #ededed;
}

body {
/*  font-family:'Montserrat', sans-serif !important;*/
  font-family:'Roboto', sans-serif !important;
}
/* --- Layout --- E */

/* --- Home --- A  */
.headline-h1 {
  color: #5a5959;
  font-weight:400;
}

.sub-headline {
  margin-top:30px;
  font-size: 1.15rem;
}

.img-home-circles {
  width:100%;
/*  border-radius: 50%;*/
  margin-bottom:40px;
  margin-top:20px;
	height:300px;
}

.row-home-leistungen {
  background:#f9f8f8;
  padding-top:20px;
  margin-top:60px;
  padding-bottom:20px;
}

.btn-home-kontakt {
  background:#4779b2;
  color:white !important;
}

/* --- Home --- E */

/* --- Kontakt --- A */

.btn-kontakt-request {
  background:#4779b2;
  color:white !important;
  width:100%;
}

.kontakt-subheading {
  margin-bottom:30px;
}

.kontakt-card {
  margin-left:3px !important;
  margin-right:3px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.12) !important;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.12) !important;
  border-radius: 0.6rem;
}

.card-text {
  font-weight: 300 !important;
  font-size:16px !important;
}

.kontakt-icons {
  color: #4779b2;
  font-size: 20px;
}

.h5 {
  color: #5a5959 !important;
}

.termsfeed-com---reset {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .3), 0 2px 10px 0 rgba(0, 0, 0, .05) !important;
}

.cc-nb-reject {
  color: black !important;
  background-color: #eaeaea !important;
}

.cc-nb-okagree {
  background-color: #4779b2 !important;
}





















