/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
  *******************************************
  END NORMALIZE CSS
  *******************************************
*/

/*
  *******************************************
  GENERAL
  *******************************************
*/

*,
*:after,
*:before,
html,
body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%; /* Fallback if vh is not working */
  height: 100vh;
  font: 1em/1.5 'Roboto', Helvetica, Arial, sans-serif, sans;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
  color: #333;
}

body {
  background: #ededed; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#ededed, #fff); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#ededed, #fff); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#ededed, #fff); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#ededed, #fff); /* Standard syntax */
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/*
  *******************************************
  END GENERAL
  *******************************************
*/

/*
  *******************************************
  BASE STYLING
  *******************************************
*/

figure,
img {
  width: 100%;
  height: auto;
  margin: 0;
}

ul {
  list-style: none;
}

li {
  float: left;
}

a {
  display: block;
  text-decoration: none;
}

address {
  font-style: normal !important;
}

address a {
  display: inline;
  color: inherit;
}

address i {
  color: #769ACC;
}

input,
select,
option {

}

input,
select,
option,
textarea {
  width: 100%;
  border: none;
  outline: none;
  resize: none;
  background: transparent;
  text-transform: uppercase;
  color: #996600;
  border-bottom: 2px solid #999999;
}

select,
option {
  padding-top: 4px;
}

textarea {
  padding: 15px;
  border: 2px solid #999999;
}

input[type="submit"] {
  display: block;
  padding: 10px;
  font-size: 1em;
  font-weight: 400;
  border: 2px solid #999999;
  border-radius: 30px;
  cursor: pointer;
  transition: all .3s ease;
}

input[type="submit"]:hover {
  color: #ececec;
  background: #996600;
}




/*
  *******************************************
  END BASE STYLING
  *******************************************
*/

/*
  *******************************************
  MAIN STYLING
  *******************************************
*/

._outer {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 5%;
  background: #ffffff;
}

#main-header {
  margin-bottom: 75px;
}

._logo-container {
  display: block;
  width: 160px;
  margin: 5px 39px 0 3px;
  padding: 5px;
  float: left;
}

._header-address p {
  padding: 65px 0 15px 0;
  font-size: .8em;
}

._main-nav {
  position: absolute;
  left: 0;
  right: 0;
  background: #769ACC;
}

._main-nav ul {
  display: table;
  margin: 0 auto;
}

._main-nav li {
  margin-right: 5px;
}

._main-nav li:last-child {
  margin-right: 0;
}

._main-nav a {
  padding: 20px 20px;
  display: block;
  font-size: .9em;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  transition: all .3s ease;
}

._main-nav a:hover {
  opacity: .4;
}

._mobile-btn-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

._mobile-btn,
._mobile-btn:before,
._mobile-btn:after{
  content: '';
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  background: #769ACC;
  transition: all .3s ease-in-out;
}

._mobile-btn:before {
  top: 8px;
}

._mobile-btn:after {
  bottom: 10px;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotate-left {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(45deg);
  }
}

@keyframes rotate-right {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-45deg);
  }
}

._mobile-btn-container._is-open ._mobile-btn {
  background: transparent;
  transform-origin: center;
  animation: rotate .5s;
  animation-delay: .2s;
}

._mobile-btn-container._is-open ._mobile-btn:before {
  top: 0;
  animation: rotate-left .3s;
  animation-delay: .7s;
  animation-fill-mode: forwards;
}

._mobile-btn-container._is-open ._mobile-btn:after {
  bottom: 0;
  animation: rotate-right .3s;
  animation-delay: .7s;
  animation-fill-mode: forwards;
}

.flex-container {
  padding-bottom: 25px;
  border-bottom: 1px solid #769ACC;
}

._home-main-subheading {
  margin-bottom: 25px;
  padding: 100px 0 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.8em;
  font-weight: 300;
}

._main-subheading {
  margin-bottom: 25px;
  padding: 60px 0 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.8em;
  font-weight: 300;
}

._referenzliste section h2 {
    font-size: 1.2em;
}

/* ._main-subheading:after {
  content: "";
  display: block;
  width: 100px;
  margin: 25px auto;
  border-bottom: 2px solid #000;
}
*/

#home ._main-content-text {
  position: relative;
  max-width: 70%;
  margin: 0 auto;
  text-align: center;
  font-size: 1em;
  font-weight: 300;
  color: #000;
}

._home-content {
  padding-bottom: 70px;
}

._lines-header {
  margin: 60px 0;
  padding: 0;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 0;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #769ACC;
}

._lines-header span {
  padding: 0 15px;
  background: #fff;
}

._map-container {
  position: relative;
  padding-bottom: 40%;
  width: 70%;
  height: 0;
  overflow: hidden;
  margin: 35px 0;
}

._map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important;
}

._thumbnail {
  width: 260px;
  margin: 0 auto;
}

._thumbnail img {
  border-radius: 30px;
}

._pdf-download-link {
  width: 166px;
  margin-top: 19px;
  margin-left: 25px;
  padding: 7px 0;
  float: left;
  font-family: 'Roboto', sans-serif;
  font-size: .9em;
  font-weight: 400;
  color: #769ACC;
  text-align: center;
  border: 2px solid #769ACC;
  border-radius: 40px;
  box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, .4);
  transition: all ease-in-out 300ms;
}

._eb ._pdf-download-link {
    margin-top: 48px;
}

._ip ._pdf-download-link {
    margin-top: 27px;
}

/* ._pdf-download-link:hover {
  box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, .2);
  transform: translate(0px, -10px);
} */

._referenz-nav {
  display: table;
  margin: 0 auto;
}

._referenz-nav a {
  padding: 15px 8px;
  color: #769ACC;
  transition: opacity .3s ease-in-out;
}

._referenz-nav a:hover {
  opacity: .4;
}

._description-border {
  margin: 10px 0;
}

._description-header {
  margin: 0 0 15px 25px;
  text-align: left;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  color: #000;
}

._form-text {
    margin-left: 11px;
}

._description {
  padding: 0 25px 15px;
  font-size: .9em;
  text-align: left;
}

._fixed-height {
  height: 70px
}

._transparent-thumbnail {
  width: 70%;
  margin-top: 60px;
}

._galery-image {
  cursor: pointer;
}

#resize-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  transform: translateX(-100%);
  background: rgba(0, 0, 0, .8);
  transition: all .3s ease-in-out;
}

._open-image-window {
  transform: translateX(0) !important;
}

._img-close-btn {
  position: relative;
  z-index: 101;
  margin: 25px 25px 0 0;
  float: right;
  color: #ececec;
  cursor: pointer;
  transition: opacity .3s ease-in-out;
}

._img-close-btn:hover {
  opacity: .4;
}

#resize-img {
  display: block;
  margin: 0 auto;
  padding: 25px;
  max-width: 70%;
  border-radius: 60px;

  /* For mobile devices */

  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

._table-header {
  width: 100%;
  background: #769ACC;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 400;
  color: #fff;
  overflow: hidden;
}

._table-header p {
  padding: 15px 5px;
  float: left;
}

._table-header p:nth-child(1) {
  width: 33.33%;
}

._table-header p:nth-child(2) {
  width: 35%;
}

._table-header p:nth-child(3) {
  width: 30%;
}

._table-content {
  border-bottom: 2px solid #769ACC;
}

._table-content p {
  float: left;
}

._table-content p:nth-child(1) {
  width: 33.33%;
}

._table-content p:nth-child(2) {
  width: 35%;
}

._table-content p:nth-child(3) {
  width: 30%;
}

._table-content:nth-child(2n+1) {
  background: rgba(49,60,72,0.4);
  color: #fff;
}

#main-footer {
  margin-top: 25px;
  border-top: 1px solid #769ACC;
}

._main-footer-nav-container {
  max-width: 100%;
  margin: 0 auto;
  display: table;
}

._main-footer-nav-container li:first-child {
  padding-right: 5px;
}

._main-footer-nav-container a {
  padding: 15px 20px;
  color: #000;
}

._main-footer-nav-container a:hover {
  opacity: .4;
}

._back-top {
  position: absolute;
  right: 25px;
  display: block;
  background: #769ACC;
  border-radius: 100%;
}

._back-top a {
  padding: 5px 8px;
}

._back-top i {
  color: #fff;
  margin-bottom: 5px;
}

._copyright {
  padding: 10px;
  font-size: .7em;
  color: #ededed;
  text-align: center;
}




/*
  *******************************************
  END MAIN STYLING
  *******************************************
*/

/*
  *******************************************
  HIDDEN ELEMENTS
  *******************************************
*/

._mobile-nav,
._mobile-btn-container,
._mobile-referenz-nav,
#referenz-mobile-btn,
._menu-text {
  display: none;
}




/*
  *******************************************
  END HIDDEN ELEMENTS
  *******************************************
*/

/*
  *******************************************
  MEDIA QUERIES
  *******************************************
*/

/* Base Tablet To Small Desktop Styles */
@media (max-width: 1100px) {
}

@media (max-width: 800px) {
  ._fixed-height {
    height: auto;
  }

  #resize-img {
    padding: 0;
    max-width: 100%;
    border-radius: 0;
  }
}

/* Base Mobile Styles */
@media (max-width: 480px) {
  ._outer {
    padding: 0;
    background: #ededed; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#ededed 0%, #fff 40%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ededed 0%, #fff 40%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ededed 0%, #fff 40%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ededed 0%, #fff 40%); /* Standard syntax */
    background-repeat: no-repeat;
  }

  #with-slideshow ._outer {
    padding: 0;
    background: #fff;
  }

  #main-header {
    margin-bottom: 30px;
    border-bottom: none;
    background: #fff;
  }

  #with-slideshow #main-header {
    margin-bottom: 30px;
    border-bottom: 2px solid #769ACC;
  }

  #with-slideshow #main-header {
    border-bottom: none;
  }

  #with-slideshow ._main-nav {
    height: 170px;
  }

  ._main-nav ul,
  ._referenz-nav {
    display: none;
  }

  ._logo-container {
    position: relative;
    z-index: 2;
    width: 100px;
    margin: 10px 0 0 10px;
    padding: 0;
  }

  ._header-address {
    display: table;
    margin: 0 auto;
    font-size: .7em;
  }

  ._header-address p {
    margin: 0 !important;
    padding: 29px 0 25px 0;
  }

  ._mobile-btn-container {
    display: flex;
    position: relative;
    z-index: 2;
    float: right;
    margin: 20px 10px 10px;
  }

  #referenz-mobile-btn {
    display: flex;
    float: left;
    margin-left: 25px;
  }

  ._menu-text {
    display: block;
    padding-top: 24px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    color: #769ACC;
 }

  ._mobile-nav,
  ._mobile-referenz-nav {
    display: block;
    position: fixed;
    transform: translate3d(-100%, 0, 0);
    z-index: 1;
    width: 100%;
    height: 100vh;
    height: 100%; /* Fallback if vh is not working */
    background: rgba(255, 255, 255, .95);
    overflow: scroll;
    transition: all .4s ease-in-out;
  }

  ._mobile-referenz-nav {
    position: absolute;
    overflow: auto;
  }

  ._mobile-nav._nav-toggle,
  ._mobile-referenz-nav._nav-toggle {
    transform: translate3d(0, 0, 0);
  }

  ._mobile-nav ul,
  ._mobile-referenz-nav ul {
    margin-top: 80px;
  }

  ._mobile-nav li,
  ._mobile-referenz-nav li {
    display: block;
    width: 100%;
    margin-bottom: 25px;
    float: none;
    text-align: center;
  }

  ._mobile-nav li:after,
  ._mobile-referenz-nav li:after {
    content: "";
    display: block;
    width: 200px;
    margin: 25px auto;
    border-bottom: 10px solid #769ACC;
  }

  ._mobile-nav a,
  ._mobile-referenz-nav a {
    font-size: 1.1em;
    text-transform: uppercase;
    color: #769ACC;
  }

  ._main-subheading {
    padding: 30px 0 0;
  }

  ._home-content-bg {
    width: 100%;
    padding: 45px 0 50px;
    box-shadow: inset 0px 3px 30px 15px #fff;
  }

  #home ._main-content-text {
    max-width: 80%;
    text-align: justify;
    font-size: .8em;
  }

  #with-slideshow p {
    margin-left: 25px;
  }

  ._map-container {
    padding-bottom: 60%;
    width: 100%;
  }

  ._description-header {
      text-align: center;
  }

  ._description {
    margin-left: auto;
    padding-left: 0;
    text-align: center;
  }

  ._pdf-download-link {
      margin: 0 auto;
  }

  ._transparent-thumbnail {
    width: 100%;
    margin-top: 25px;
  }

  ._back-top {
    right: 5px;
    margin-top: 5px;
  }
}




/*
  *******************************************
  END MEDIA QUERIES
  *******************************************
*/

/*
  *******************************************
  CUSTOM GRID SYSTEM
  *******************************************
*/

[class*='_col-'] {
  float: left;
  padding: 10px;
}

[class*='_col-']:last-of-type {
  float: right;
  padding-right: 10px;
}

/* Main Column Widths */
._col-1 { width: 100%; }
._col-2 { width: 50%; }
._col-3 { width: 33.33%; }
._col-4 { width: 25%; }
._col-5 { width: 20%; }
._col-6 { width: 16.6666666667%; }
._col-7 { width: 14.2857142857%; }
._col-8 { width: 12.5%; }
._col-9 { width: 11.1111111111%; }
._col-10 { width: 10%; }
._col-11 { width: 9.09090909091%; }
._col-12 { width: 8.33%; }

/* Base Tablet To Small Desktop Styles */
@media (min-width: 600px) and (max-width: 750px) {
  ._col-2,
  ._col-7 {
    width: 100%;
  }

  ._col-4,
  ._col-8,
  ._col-10,
  ._col-12 {
    width: 50%;
  }
}
@media (max-width: 850px) {
  ._col-3 {
    width: 100%;
  }
}

/* Base Tablet Styles */
@media (max-width: 600px) {
  ._col-4,
  ._col-6,
  ._col-8,
  ._col-10,
  ._col-12 {
    width: 50%;
  }

  ._col-1,
  ._col-2,
  ._col-3,
  ._col-5,
  ._col-7,
  ._col-9,
  ._col-11 {
    width: 100%;
  }
}

/* Base Mobile Styles - Everything 100% */
@media (max-width: 480px) {
  ._col-1,
  ._col-2,
  ._col-3,
  ._col-4,
  ._col-5,
  ._col-6,
  ._col-7,
  ._col-8,
  ._col-9,
  ._col-10,
  ._col-11,
  ._col-12 {
    width: 100%;
  }
}




/*
  *******************************************
  END CUSTOM GRID SYSTEM
  *******************************************
*/

/*
  *******************************************
  HELPERS
  *******************************************
*/

._clearfix:after,
._group:after {
  content: " ";
  display: table;
  clear: both;
}

._center-text {
  text-align: center;
}

.error {
    text-align: center;
    font-weight: bold;
    color: red;
    border: 3px solid red;
    padding: 15px;
    border-radius: 12px;
}

.success {
    text-align: center;
    font-weight: bold;
    color: green;
    border: 3px solid green;
    padding: 15px;
    border-radius: 12px;
}

._hide {
    display: none !important;
}

._b-border {
  border-bottom: 1px solid #769ACC;
}




/*
  *******************************************
  END HELPERS
  *******************************************
*/
