/* Base */
/* Colors*/
/* Form validations */
@media screen and (min-width: 768px) {
  .admin-bar #header {
    top: 32px;
  }
  body.no-scroll {
    overflow: visible;
  }
  /* Header */
  header#top .main--menu_container .logo {
    margin: 0 auto;
    left: 0;
    right: 0;
    float: inherit;
    text-align: center;
    display: block;
  }
  header#top .main--menu_container nav {
    padding: 2rem 0 0 0;
    display: inline-block;
  }
  header#top .main--menu_container nav ul li {
    margin-right: 0.5rem;
  }
  header#top #menu--toggle {
    display: none;
  }
  #mobile--menu {
    display: none!important;
  }
  #slider .carousel-cell .text--container .text--container_inner h1,
  #slider .carousel-cell .text--container .text--container_inner h2,
  #slider .carousel-cell .text--container .text--container_inner h3,
  #slider .carousel-cell .text--container .text--container_inner h4,
  #slider .carousel-cell .text--container .text--container_inner h5,
  #slider .carousel-cell .text--container .text--container_inner h6 {
    font-size: 1.5rem;
  }
  /*Half Image*/
  .half--image .image--left,
  .half--image .image--right {
    flex-basis: 49%;
  }
  .half--image .image--left {
    margin-right: 2%;
  }
  .half--image .image--right {
    margin-right: 0;
  }
  /* TXT + TXT */
  .text--text .text--container {
    width: 49%;
    float: left;
    flex-basis: 49%;
    margin-right: 2%;
    margin-bottom: 0;
  }
  .text--text .text--container:nth-of-type(even) {
    margin-right: 0;
  }
  #slider {
    height: 500px;
    height: 60vh;
  }
  #slider .carousel-cell .wrapper .content-container {
    flex-direction: unset;
  }
  #slider .carousel-cell .text--container {
    flex-basis: 50%;
  }
  #slider .flexslider ol.flex-control-nav {
    position: absolute;
    margin-top: 0;
    bottom: 0;
  }
  .flickity-page-dots {
    bottom: 8rem;
  }
  .quote--container {
    padding: 6rem 0 4rem 0;
    background-attachment: fixed;
  }
  .dienst_container {
    flex-basis: 31%;
    width: 31%;
    margin-right: 2.66%;
  }
	
  .dienst_container:nth-child(even) {
    margin-right: 2.66%;
  }
  .dienst_container:nth-child(3n+3) {
    margin-right: 0;
  }
	
	.dienst_container-4 {
		flex-basis: 49%;
    	width: 49%;
    	margin-right: 2%;
	}
	.dienst_container-4:nth-child(even) {
    	margin-right: 0;
	}
	.dienst_container-4:nth-child(3n+3) {
    	margin-right: 2%;
	}
  /*Half image half text*/
  .half--image_half--text .text--container {
    flex-basis: 49%;
    background: #ffffff;
    order: 1;
    position: relative;
    margin-right: 2%;
  }
  .half--image_half--text .image--container {
    flex-basis: 49%;
    background: #ffffff;
    order: 2;
    position: relative;
  }
  .half--text_half--image .text--container {
    flex-basis: 49%;
    background: #ffffff;
    order: 2;
    position: relative;
    margin-right: 0;
  }
  .half--text_half--image .image--container {
    flex-basis: 49%;
    background: #ffffff;
    order: 1;
    position: relative;
    margin-right: 2%;
  }
  .quote--container .quote--container_text {
    width: 50%;
  }
  /* Text + Form */
  .text--form .row article {
    width: 64%;
    float: left;
    flex-basis: 64%;
    margin-right: 2.66%;
  }
  .text--form .row aside.sidebar {
    width: 31.33%;
    float: right;
    flex-basis: 31.33%;
  }
  .text--form .row aside.sidebar .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 6rem;
    margin-bottom: 2rem;
  }
  /* End Text + Form */
  .row article.page {
    padding: 0 2rem 0 0;
  }
  .row .sidebar {
    width: 33.333%;
    flex-basis: 33.33%;
    margin: inherit;
  }
  /* Footer */
  #consult--toggle {
    display: none;
  }
  footer .footer--middle .footer--description {
    flex-basis: 46%;
    margin-right: 4%;
    margin-top: 0;
  }
  footer .footer--middle .footer--menu {
    flex-basis: 23%;
    margin-right: 2%;
    margin-top: 0;
  }
  #after {
    font-size: 0.85rem;
    background: #ffffff;
    padding: 1rem 0;
  }
  #after nav {
    text-align: center;
  }
  #after nav ul li {
    display: inline-block;
    text-align: center;
  }
  #after .copyright--footer-container .copyright {
    width: 50%;
    float: left;
    text-align: left;
  }
  #after .copyright--footer-container .back-to-top {
    width: 50%;
    float: right;
    text-align: right;
  }
}
