/* kontakt 
  refer to functions.php for how this thing works */

#content
{
  padding-bottom: 0px !important;
}

footer#colophon
{
  border-top-width: 0px !important;
  margin-top: 0px !important;
}

.reh-footer-seamless-container p
{
  margin-bottom: 0px;
}

.bottom-info-container
{
  display: none !important;
}


/* --- cf7-styling --- */
div.wpcf7
{
  margin-top: 60px !important;
}

::-webkit-input-placeholder,
::placeholder ,
div.wpcf7 input,
div.wpcf7 textarea
{
  width: 100%;
  font-size: 1.1em !important;
  font-weight: 300 !important;
  color: rgb(100,188,174) !important;
}


/* --- cf7-flexing --- */
.wpcf7 form .row .col
{
	flex: 0 0 100%;
  max-width: 100%;
}

@media only screen and (min-width: 900px) {
.wpcf7 form .row .col
{
  flex: 0 0 50%;
  max-width: 50%;
}
}




/* OMG */
.full-width-row > .container-fluid > .row > .col-sm-4
{
  margin-top: 24px;
  margin-bottom: 32px;
}
