/*
	Theme Name: MicroMole
	Theme URI: ..
	Description: Micro Mole sites theme. Developed on HMTL5 Blank template theme. 
	Version: 1.0
	Author: Magda Zelezik
	Author URI: http://magdazelezik.com
	Tags: Micromole, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
@import url(https://fonts.googleapis.com/css?family=Signika:300,600,700&subset=latin,latin-ext);
/* line 18, sass/style.scss */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* line 28, sass/style.scss */
html, body.page-template-template-demo {
  overflow: visible !important;
  background: white;
}
/* line 31, sass/style.scss */
html .gallery, body.page-template-template-demo .gallery {
  visibility: hidden;
  display: none;
}
/* line 35, sass/style.scss */
html .advanced-content, body.page-template-template-demo .advanced-content {
  width: 80%;
  position: relative;
  margin: auto;
  margin-bottom: 4em;
}
/* line 40, sass/style.scss */
html .advanced-content h1, body.page-template-template-demo .advanced-content h1 {
  font-size: 3em;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  margin: 0;
}
/* line 46, sass/style.scss */
html .advanced-content p, body.page-template-template-demo .advanced-content p {
  font-size: 1.2em;
  margin: 0;
}

/* html element 62.5% font-size for REM use */
/* line 54, sass/style.scss */
html {
  font-size: 62.5%;
}

/* clear */
/* line 58, sass/style.scss */
.clear:before,
.clear:after {
  content: ' ';
  display: table;
}

/* line 64, sass/style.scss */
.clear:after {
  clear: both;
}

/* line 67, sass/style.scss */
.clear {
  *zoom: 1;
}

/* line 70, sass/style.scss */
.section {
  background-color: white;
}

/* line 73, sass/style.scss */
.section-mobile {
  height: 100%;
  position: relative;
  margin: 0;
}

/* line 79, sass/style.scss */
.ha-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: 50;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 92, sass/style.scss */
.ha-header #mobile-icon {
  display: none;
}
/* line 95, sass/style.scss */
.ha-header h1, .ha-header h1::before, .ha-header h1, .ha-header span, .ha-header nav, .ha-header nav::before {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
/* line 100, sass/style.scss */
.ha-header nav {
  width: 80%;
  position: relative;
  margin: 0 10%;
}
/* line 106, sass/style.scss */
.ha-header nav .logo svg {
  display: inline;
  float: left;
  margin-left: 0em;
}
/* line 112, sass/style.scss */
.ha-header nav ul {
  list-style-type: none;
}
/* line 114, sass/style.scss */
.ha-header nav ul li {
  display: inline-block;
  padding: 3em 2em 0 2em;
}
/* line 117, sass/style.scss */
.ha-header nav ul li ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  width: 20em;
  margin-left: -6em;
  margin-top: 52px;
  background: white;
  border: 1px solid #cccccc;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.7em;
}
/* line 129, sass/style.scss */
.ha-header nav ul li ul.sub-menu li {
  padding: 1.3em 2.5em;
  position: relative;
}
/* line 133, sass/style.scss */
.ha-header nav ul li ul.sub-menu li a:hover {
  color: #ea600a;
}
/* line 137, sass/style.scss */
.ha-header nav ul li ul.sub-menu li:before {
  content: "";
  position: absolute;
  width: 25%;
  height: 1px;
  bottom: 0;
  left: 38%;
  border-bottom: 1px solid #cccccc;
}
/* line 147, sass/style.scss */
.ha-header nav ul li ul.sub-menu li:last-child:before {
  display: none;
}

/* line 157, sass/style.scss */
.ha-header-large {
  height: 220px;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 167, sass/style.scss */
.ha-header-large .logo svg path.greypath {
  fill: white;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 176, sass/style.scss */
.ha-header-large .logo svg path.orangepath {
  fill: white;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 187, sass/style.scss */
.ha-header-large nav {
  border-bottom: 1px solid white;
  margin-top: 3em;
}
/* line 193, sass/style.scss */
.ha-header-large nav ul li a {
  color: white;
}
/* line 195, sass/style.scss */
.ha-header-large nav ul li a:hover, .ha-header-large nav ul li a:active {
  color: #ea600a;
}
/* line 199, sass/style.scss */
.ha-header-large nav ul li ul.sub-menu {
  margin-top: 16px;
}
/* line 202, sass/style.scss */
.ha-header-large nav ul li ul.sub-menu li a {
  color: black;
}

/* line 213, sass/style.scss */
.ha-header-small {
  height: 120px;
  background-color: white;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 224, sass/style.scss */
.ha-header-small .logo svg path.greypath {
  fill: #6f6f6e;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 233, sass/style.scss */
.ha-header-small .logo svg path.orangepath {
  fill: #ea600a;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 244, sass/style.scss */
.ha-header-small nav {
  border-bottom: none;
}
/* line 247, sass/style.scss */
.ha-header-small nav ul li {
  padding: 2em 2em 0 1em;
}
.ha-header-small nav ul li:last-child{
padding-right: 0em;
}
/* line 248, sass/style.scss */
.ha-header-small nav ul li a {
  color: black;
}
/* line 250, sass/style.scss */
.ha-header-small nav ul li a:hover, .ha-header-small nav ul li a:active {
  color: #ea600a;
}

/* line 258, sass/style.scss */
.slides-navigation {
  z-index: 9999;
  width: 95vw;
  margin-left: 3vw;
}

/* line 262, sass/style.scss */
.top-container {
  width: 100%;
  max-width: 100vw;
  height: 100%;
  height: 100vh;
}
/* line 267, sass/style.scss */
.top-container .main-line-text {
  position: absolute;
  text-align: center;
  width: 30em;
  height: 10em;
  top: 50%;
  margin-top: -5em;
  left: 50%;
  margin-left: -15em;
  color: white;
  text-transform: uppercase;
  z-index: 10;
}
/* line 279, sass/style.scss */
.top-container .main-line-text h1 {
  font-weight: 700;
  font-size: 5em;
  margin-bottom: 0;
}
/* line 284, sass/style.scss */
.top-container .main-line-text h5 {
  font-weight: 300;
  font-size: 1em;
}

/* line 291, sass/style.scss */
.mobile_additional_textline {
  display: none;
}

/* line 294, sass/style.scss */
.sliderabout {
  height: 100%;
  min-height: 100vh;
}
/* line 297, sass/style.scss */
.sliderabout .slides-navigation {
  top: 30%;
}

/* line 304, sass/style.scss */
#slides-about ul li .about-background {
  width: 100%;
  height: 100%;
}
/* line 308, sass/style.scss */
#slides-about ul li .about-background .about-containers {
  width: 80%;
  position: relative;
  margin: auto;
  height: 100%;
  padding-top: 120px;
  color: #1b1464;
}
/* line 315, sass/style.scss */
#slides-about ul li .about-background .about-containers img {
  width: auto !important;
  height: 300px !important;
  max-height: 300px !important;
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  z-index: 4 !important;
}
/* line 325, sass/style.scss */
#slides-about ul li .about-background .about-containers .headline-in {
  width: 50%;
  margin-left: 50%;
}
/* line 328, sass/style.scss */
#slides-about ul li .about-background .about-containers .headline-in h1 {
  font-size: 3em;
}
/* line 332, sass/style.scss */
#slides-about ul li .about-background .about-containers .image-in {
  width: 45%;
  float: left;
  overflow: hidden;
  text-align: center;
}
/* line 338, sass/style.scss */
#slides-about ul li .about-background .about-containers .text-in {
  width: 50%;
  float: right;
  font-size: 1.1em;
  max-height: 400px;
  overflow: hidden;
}
/* line 344, sass/style.scss */
#slides-about ul li .about-background .about-containers .text-in p:nth-child(1) {
  margin-top: 0px;
}
/* line 352, sass/style.scss */
#slides-about ul li:nth-child(2) .about-background {
  background: #0071bc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0071bc 0%, #1b1464 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0071bc 0%, #1b1464 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0071bc 0%, #1b1464 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071bc', endColorstr='#1b1464',GradientType=0 );
  /* IE6-9 */
  height: 100%;
  width: 100%;
}
/* line 360, sass/style.scss */
#slides-about ul li:nth-child(2) .about-background .about-containers {
  color: white;
}
/* line 362, sass/style.scss */
#slides-about ul li:nth-child(2) .about-background .about-containers .headline-in {
  color: #1b1464;
}

/* line 371, sass/style.scss */
#slider-looklike {
  width: 100%;
  max-width: 100vw;
  height: 100%;
  height: 100vh;
}

/* line 377, sass/style.scss */
#title-looklike {
  display: none;
}

/* line 384, sass/style.scss */
.insert-page-9 #partners-subpage #partners-list {
  background: #1b1464;
  width: 50%;
  height: 100%;
  height: 100vh;
  float: left;
  color: white;
  padding-left: 70px;
  padding-right: 70px;
}
/* line 393, sass/style.scss */
.insert-page-9 #partners-subpage #partners-list #partners-headline {
  margin-top: 200px;
  border-bottom: 2px solid white;
  width: 100%;
}
/* line 397, sass/style.scss */
.insert-page-9 #partners-subpage #partners-list #partners-headline h4 {
  font-size: 1.7em;
  font-weight: 700;
  margin-bottom: 50px;
}
/* line 403, sass/style.scss */
.insert-page-9 #partners-subpage #partners-list #partners {
  margin-top: 50px;
  position: relative;
  height: 300px;
}
/* line 408, sass/style.scss */
.insert-page-9 #partners-subpage #partners-list #partners #listing ul {
  list-style-type: none;
  padding: 0;
  margin-top: 0;
}
/* line 412, sass/style.scss */
.insert-page-9 #partners-subpage #partners-list #partners #listing ul li {
  font-size: 1.2em;
  cursor: pointer;
}
/* line 415, sass/style.scss */
.insert-page-9 #partners-subpage #partners-list #partners #listing ul li:hover {
  color: #ea600a;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 424, sass/style.scss */
.insert-page-9 #partners-subpage #partners-list #partners #desc-container {
  position: relative;
  height: 300px;
  margin-bottom: 80px;
  width: inherit;
  border-right: 15px solid #1b1464;
  overflow: hidden;
}
/* line 432, sass/style.scss */
.insert-page-9 #partners-subpage #partners-list #partners #desc-container #desc {
  height: 300px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -15px;
  overflow: auto;
}
/* line 440, sass/style.scss */
.insert-page-9 #partners-subpage #partners-list #partners #desc-container #desc ul {
  list-style-type: none;
  margin-top: 0;
  padding-left: 0;
  padding-right: 15px;
}
/* line 445, sass/style.scss */
.insert-page-9 #partners-subpage #partners-list #partners #desc-container #desc ul li {
  width: 100%;
}
/* line 447, sass/style.scss */
.insert-page-9 #partners-subpage #partners-list #partners #desc-container #desc ul li h4 {
  color: #ea600a;
  margin-top: 0;
  font-size: 1.3em;
}
/* line 457, sass/style.scss */
.insert-page-9 #partners-subpage #partners-list #partners #desc-logos ul {
  list-style-type: none;
  margin: 0;
  margin-top: -70px;
  padding: 0;
}
/* line 462, sass/style.scss */
.insert-page-9 #partners-subpage #partners-list #partners #desc-logos ul li img {
  max-width: 200px;
  max-height: 70px;
}
/* line 468, sass/style.scss */
.insert-page-9 #partners-subpage #partners-list #partners #back-to-list {
  position: absolute;
  left: -35px;
  cursor: pointer;
}
/* line 472, sass/style.scss */
.insert-page-9 #partners-subpage #partners-list #partners #back-to-list img {
  width: 20px;
}
/* line 477, sass/style.scss */
.insert-page-9 #partners-subpage #partners-list #scrollingNav {
  width: 90px;
  height: 50px;
  position: absolute;
  right: 10px;
  bottom: -90px;
}
/* line 483, sass/style.scss */
.insert-page-9 #partners-subpage #partners-list #scrollingNav img {
  position: relative;
  width: 40px;
}
/* line 488, sass/style.scss */
.insert-page-9 #partners-subpage #partners-list #scrollingNav a {
  padding-top: 10px;
}
/* line 493, sass/style.scss */
.insert-page-9 #partners-subpage #partners-map {
  background: white;
  width: 50%;
  height: 100%;
  height: 100vh;
  float: right;
  text-align: right;
  overflow: hidden;
}
/* line 501, sass/style.scss */
.insert-page-9 #partners-subpage #partners-map svg {
  height: 100%;
  margin-top: -100px;
  overflow: visible;
}
/* line 505, sass/style.scss */
.insert-page-9 #partners-subpage #partners-map svg .inactive polygon {
  fill: #1b1464;
}
/* line 508, sass/style.scss */
.insert-page-9 #partners-subpage #partners-map svg .inactive path {
  fill: transparent;
}
/* line 511, sass/style.scss */
.insert-page-9 #partners-subpage #partners-map svg .inactive circle {
  fill: transparent;
}
/* line 516, sass/style.scss */
.insert-page-9 #partners-subpage #partners-map svg .active polygon {
  fill: #0071bc;
}
/* line 519, sass/style.scss */
.insert-page-9 #partners-subpage #partners-map svg .active path {
  fill: #ea600a;
}
/* line 522, sass/style.scss */
.insert-page-9 #partners-subpage #partners-map svg .active circle {
  fill: #1b1464;
}

/* line 531, sass/style.scss */
#contact {
  background: #cccccc;
}

/* line 534, sass/style.scss */
.contact {
  background: #cccccc;
}
/* line 536, sass/style.scss */
.contact .contact-content {
  height: 400px;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 10%;
  margin-top: -130px;
}
/* line 543, sass/style.scss */
.contact .contact-content .logo-left {
  float: left;
  position: relative;
  border-right: 1px solid white;
  height: 100%;
}
/* line 548, sass/style.scss */
.contact .contact-content .logo-left svg {
  height: 100%;
  margin: 0px 30px;
}
/* line 553, sass/style.scss */
.contact .contact-content .contact-info {
  position: relative;
}
/* line 555, sass/style.scss */
.contact .contact-content .contact-info .marker {
  float: left;
  height: 400px;
  width: 200px;
}
/* line 559, sass/style.scss */
.contact .contact-content .contact-info .marker svg {
  position: absolute;
  top: 50%;
  margin-top: -100px;
}
/* line 565, sass/style.scss */
.contact .contact-content .contact-info .contact-text {
  font-size: 1.2em;
  height: 400px;
  margin-left: 200px;
  color: white;
}
/* line 570, sass/style.scss */
.contact .contact-content .contact-info .contact-text article {
  padding-top: 100px;
}
/* line 573, sass/style.scss */
.contact .contact-content .contact-info .contact-text strong {
  color: #1b1464;
}
/* line 576, sass/style.scss */
.contact .contact-content .contact-info .contact-text p {
  margin-top: 5px;
  margin-bottom: 5px;
}
/* line 579, sass/style.scss */
.contact .contact-content .contact-info .contact-text p em {
  font-style: normal;
  color: #1b1464;
  font-size: 0.8em;
}
/* line 585, sass/style.scss */
.contact .contact-content .contact-info .contact-text a {
  color: white;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 591, sass/style.scss */
.contact .contact-content .contact-info .contact-text a:hover {
  color: #ea600a;
}
/* line 598, sass/style.scss */
.contact .bottom-anchor {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid white;
  text-align: center;
  color: white;
  font-size: 1.3em;
  height: 80px;
}
/* line 608, sass/style.scss */
.contact .bottom-anchor .anchor {
  position: relative;
  margin: 10px auto;
  height: 30px;
}
/* line 612, sass/style.scss */
.contact .bottom-anchor .anchor svg {
  height: 100%;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
/* line 634, sass/style.scss */
html, body {
  margin: 0;
  padding: 0;
}

/* line 638, sass/style.scss */
body {
  font-family: 'Signika', sans-serif;
  font-size: 12pt;
  color: #1b1464;
  background: #666;
}

/* line 644, sass/style.scss */
a {
  color: #1b1464;
  text-decoration: none;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/* line 660, sass/style.scss */
.header-mobile {
  position: fixed;
  top: 0;
  z-index: 999;
  height: 70px;
  width: 100%;
  background-color: white;
}
/* line 667, sass/style.scss */
.header-mobile ul {
  display: none;
}
/* line 670, sass/style.scss */
.header-mobile.menu-active {
  height: 100%;
  background-color: #1b1464;
  color: white;
}
/* line 674, sass/style.scss */
.header-mobile.menu-active ul.menu {
  display: block;
  list-style-type: none;
  padding-left: 0;
  width: 80%;
  position: relative;
  margin: auto;
  text-align: center;
  margin-top: 7em;
}
/* line 683, sass/style.scss */
.header-mobile.menu-active ul.menu li {
  padding-top: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid white;
}
/* line 684, sass/style.scss */
.header-mobile.menu-active ul.menu li a {
  color: #ea600a;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 600;
}
/* line 693, sass/style.scss */
.header-mobile.menu-active ul.menu li:first-child {
  display: none;
}
/* line 696, sass/style.scss */
.header-mobile.menu-active ul.menu li:nth-child(2) {
  border-top: 1px solid white;
}
/* line 700, sass/style.scss */
.header-mobile.menu-active ul.menu li ul.sub-menu {
  list-style-type: none;
  padding-left: 0;
}
/* line 703, sass/style.scss */
.header-mobile.menu-active ul.menu li ul.sub-menu li {
  font-size: 0.6em;
}
/* line 705, sass/style.scss */
.header-mobile.menu-active ul.menu li ul.sub-menu li a {
  color: white;
}
/* line 708, sass/style.scss */
.header-mobile.menu-active ul.menu li ul.sub-menu li:first-child {
  border-top: 0;
  display: block;
}
/* line 712, sass/style.scss */
.header-mobile.menu-active ul.menu li ul.sub-menu li:nth-child(2) {
  border-top: none;
}
/* line 716, sass/style.scss */
.header-mobile.menu-active ul.menu li ul.sub-menu li:last-child {
  border-bottom: 0;
}
/* line 723, sass/style.scss */
.header-mobile.menu-active .logo {
  display: none;
}
/* line 727, sass/style.scss */
.header-mobile.menu-active #mobile-icon #on {
  display: none;
}
/* line 730, sass/style.scss */
.header-mobile.menu-active #mobile-icon #off {
  display: block;
}
/* line 736, sass/style.scss */
.header-mobile .logo {
  width: 90px;
  height: 70px;
  background-color: #1b1464;
}
/* line 740, sass/style.scss */
.header-mobile .logo svg {
  width: 100%;
  height: 100%;
}
/* line 743, sass/style.scss */
.header-mobile .logo svg path.greypath {
  fill: white;
}
/* line 746, sass/style.scss */
.header-mobile .logo svg path.orangepath {
  fill: #ea600a;
}
/* line 752, sass/style.scss */
.header-mobile #mobile-icon {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
/* line 760, sass/style.scss */
.header-mobile #mobile-icon svg {
  width: 100%;
  height: 100%;
}
/* line 764, sass/style.scss */
.header-mobile #mobile-icon #on {
  display: block;
}
/* line 767, sass/style.scss */
.header-mobile #mobile-icon #off {
  display: none;
}
/* line 772, sass/style.scss */
.header-mobile nav {
  border-bottom: 0;
  margin-top: 0;
}
@media only screen and (min-width: 1024px) and (max-width: 1200px){
  .ha-header-small nav ul li, .ha-header-large nav ul li {
    padding: 2em 0.8em 0 0.8em;
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 750px){
  .insert-page-9 #partners-subpage #partners-list #partners-headline{
    margin-top: 160px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 779, sass/style.scss */
  html, body {
    height: auto;
    overflow: visible;
  }

  /* line 783, sass/style.scss */
  .section {
    position: relative;
    height: 100%;
    min-height: 100vh;
    display: block;
    overflow: auto;
  }
  /* line 789, sass/style.scss */
  .section .insert-page {
    position: relative;
    height: 100%;
  }

  /* line 794, sass/style.scss */
  .top-container {
    height: 100vh;
    position: absolute;
  }
  /* line 798, sass/style.scss */
  .top-container .slides-navigation {
    display: none;
  }
  /* line 801, sass/style.scss */
  .top-container .slides-pagination {
    display: none;
  }

  /* line 808, sass/style.scss */
  .sliderabout {
    height: 100%;
    max-height: 560px;
  }

  /* line 813, sass/style.scss */
  #slides-about .slides-navigation {
    width: 98%;
    margin-left: 1%;
    top: 120px;
  }
  /* line 817, sass/style.scss */
  #slides-about .slides-navigation img {
    width: 20px;
  }
  /* line 823, sass/style.scss */
  #slides-about ul li .about-background {
    width: 100%;
    height: 100%;
  }
  /* line 827, sass/style.scss */
  #slides-about ul li .about-background .about-containers {
    width: 90%;
  }
  /* line 829, sass/style.scss */
  #slides-about ul li .about-background .about-containers img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
  }
  /* line 835, sass/style.scss */
  #slides-about ul li .about-background .about-containers .headline-in {
    width: 60%;
    margin-left: 40%;
  }
  /* line 838, sass/style.scss */
  #slides-about ul li .about-background .about-containers .headline-in h1 {
    font-size: 1.3em;
  }
  /* line 842, sass/style.scss */
  #slides-about ul li .about-background .about-containers .image-in {
    width: 30%;
    margin-left: 10px;
  }
  /* line 846, sass/style.scss */
  #slides-about ul li .about-background .about-containers .text-in {
    width: 60%;
    max-height: none;
  }

  /* line 857, sass/style.scss */
  .insert-page-67 .section {
    background-color: yellow;
  }

  /* line 861, sass/style.scss */
  #title-looklike {
    top: 10px;
    font-weight: 600;
    margin-left: 45%;
    font-size: 2em;
    display: block;
    margin-top: 30px;
  }

  /* line 870, sass/style.scss */
  #slider-looklike {
    width: 100%;
    max-width: 100vw;
    height: 100%;
    height: 50vh;
    margin-top: 60px;
  }
  /* line 876, sass/style.scss */
  #slider-looklike .slides-pagination {
    display: none;
  }
  /* line 879, sass/style.scss */
  #slider-looklike .slides-navigation {
    display: none;
  }

  /* line 886, sass/style.scss */
  .insert-page-9 #partners-subpage #partners-list {
    width: 100%;
    height: 100%;
    height: auto;
    float: none;
    min-height: 500px;
    position: relative;
    padding-left: 35px;
    padding-right: 35px;
    z-index: 22;
  }
  /* line 898, sass/style.scss */
  .insert-page-9 #partners-subpage #partners-list #partners-headline {
    padding-top: 20px;
    margin-top: 0;
  }
  /* line 902, sass/style.scss */
  .insert-page-9 #partners-subpage #partners-list #partners-headline h4 {
    font-size: 1.2em;
    margin-bottom: 20px;
  }
  /* line 907, sass/style.scss */
  .insert-page-9 #partners-subpage #partners-list #partners {
    margin-top: 20px;
    height: auto;
    padding-bottom: 80px;
  }
  /* line 911, sass/style.scss */
  .insert-page-9 #partners-subpage #partners-list #partners #listing {
    padding-bottom: 30px;
  }
  /* line 913, sass/style.scss */
  .insert-page-9 #partners-subpage #partners-list #partners #listing ul {
    margin-bottom: 30px;
  }
  /* line 914, sass/style.scss */
  .insert-page-9 #partners-subpage #partners-list #partners #listing ul li {
    font-size: 1em;
    padding-bottom: 0.5em;
  }
  /* line 920, sass/style.scss */
  .insert-page-9 #partners-subpage #partners-list #partners #scrollingNav {
    bottom: 0;
  }
  /* line 926, sass/style.scss */
  .insert-page-9 #partners-subpage #partners-list #desc-logos ul {
    list-style-type: none;
    margin: 0;
    margin-top: 15px;
    padding: 0;
    padding-bottom: 20px;
  }
  /* line 932, sass/style.scss */
  .insert-page-9 #partners-subpage #partners-list #desc-logos ul li img {
    max-height: 50px;
  }
  /* line 940, sass/style.scss */
  .insert-page-9 #partners-subpage #partners-map {
    position: relative;
    background: white;
    width: 100%;
    height: 100%;
    min-height: 700px;
    float: none;
    text-align: right;
    overflow: hidden;
    z-index: 12;
  }
  /* line 950, sass/style.scss */
  .insert-page-9 #partners-subpage #partners-map svg {
    width: 80%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 10px;
    margin-top: -140px;
  }

  /* line 963, sass/style.scss */
  .contact .contact-content {
    height: auto;
    width: 80%;
    position: relative;
    top: 50%;
    left: 10%;
    margin-top: 80px;
    text-align: center;
  }
  /* line 971, sass/style.scss */
  .contact .contact-content .logo-left {
    float: none;
    position: relative;
    border-right: 0;
    border-bottom: 1px solid white;
    width: 100%;
    height: 100%;
  }
  /* line 978, sass/style.scss */
  .contact .contact-content .logo-left svg {
    height: 100%;
    margin: 30px 30px;
  }
  /* line 983, sass/style.scss */
  .contact .contact-content .contact-info {
    position: relative;
  }
  /* line 985, sass/style.scss */
  .contact .contact-content .contact-info .marker {
    float: none;
    position: relative;
    margin: auto;
    height: 100px;
    width: 200px;
  }
  /* line 991, sass/style.scss */
  .contact .contact-content .contact-info .marker svg {
    position: relative;
    margin: auto;
    top: 0;
  }
  /* line 997, sass/style.scss */
  .contact .contact-content .contact-info .contact-text {
    font-size: 1.2em;
    height: 400px;
    margin-left: auto;
    color: white;
  }
  /* line 1002, sass/style.scss */
  .contact .contact-content .contact-info .contact-text article {
    padding-top: 100px;
  }
  /* line 1005, sass/style.scss */
  .contact .contact-content .contact-info .contact-text strong {
    color: #1b1464;
  }
  /* line 1008, sass/style.scss */
  .contact .contact-content .contact-info .contact-text p {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  /* line 1011, sass/style.scss */
  .contact .contact-content .contact-info .contact-text p em {
    font-style: normal;
    color: #1b1464;
    font-size: 0.8em;
  }
  /* line 1020, sass/style.scss */
  .contact .bottom-anchor {
    bottom: -100px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 1026, sass/style.scss */
  .header-mobile {
    position: fixed;
  }
  /* line 1028, sass/style.scss */
  .header-mobile.menu-active {
    min-height: 100%;
    height: auto;
  }
  /* line 1031, sass/style.scss */
  .header-mobile.menu-active ul.menu {
    margin-top: 5em;
    padding-bottom: 5em;
  }
  /* line 1034, sass/style.scss */
  .header-mobile.menu-active ul.menu li {
    padding-top: 1em;
    padding-bottom: 1em !important;
  }
  /* line 1037, sass/style.scss */
  .header-mobile.menu-active ul.menu li a {
    font-size: 0.8em;
  }

  /* line 1044, sass/style.scss */
  .top-container {
    height: 100vh;
  }
  /* line 1047, sass/style.scss */
  .top-container .main-line-text h1 {
    font-size: 2em;
  }
  /* line 1050, sass/style.scss */
  .top-container .main-line-text h5 {
    font-size: 0.8em;
    width: 60%;
    margin-left: 20%;
  }

  /* line 1062, sass/style.scss */
  #slides-about ul li .about-background .about-containers {
    position: relative;
    margin-top: 0px;
    width: 94%;
    margin-left: 3%;
    padding-top: 75px;
    padding-bottom: 30px;
    height: auto;
    min-height: 100%;
  }
  /* line 1072, sass/style.scss */
  #slides-about ul li .about-background .about-containers .text-in {
    font-size: 0.7em;
    overflow: auto;
  }
  /* line 1075, sass/style.scss */
  #slides-about ul li .about-background .about-containers .text-in:after {
    clear: both;
  }
  /* line 1080, sass/style.scss */
  #slides-about ul li .about-background .about-containers .image-in:after {
    clear: both;
  }
  /* line 1084, sass/style.scss */
  #slides-about ul li .about-background .about-containers:after {
    clear: both;
  }
  /* line 1091, sass/style.scss */
  #slides-about .slides-navigation {
    top: 75px;
  }

  /* line 1095, sass/style.scss */
  #title-looklike {
    font-size: 1em;
  }

  /* line 1100, sass/style.scss */
  .insert-page-9 #partners-subpage #partners-map {
    height: 500px;
    min-height: 500px;
  }
  /* line 1103, sass/style.scss */
  .insert-page-9 #partners-subpage #partners-map svg {
    width: 100%;
    height: 100%;
  }

  /* line 1111, sass/style.scss */
  html .bx-wrapper, body.page-template-template-demo .bx-wrapper {
    position: relative;
  }
  /* line 1116, sass/style.scss */
  html .advanced-content h1, body.page-template-template-demo .advanced-content h1 {
    font-size: 2em;
  }
  /* line 1122, sass/style.scss */
  html .bx-wrapper .bx-controls-direction a, body.page-template-template-demo .bx-wrapper .bx-controls-direction a {
    display: none;
  }
}
/* line 1129, sass/style.scss */
.contact h3 {
  margin-top: 70px;
  margin-left: 20px;
  font-size: 2em;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/
/* line 1156, sass/style.scss */
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

/* line 1161, sass/style.scss */
::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

/* line 1166, sass/style.scss */
::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
/* line 1176, sass/style.scss */
.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 1179, sass/style.scss */
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

/* line 1184, sass/style.scss */
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

/* line 1188, sass/style.scss */
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

/* line 1192, sass/style.scss */
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

/* line 1196, sass/style.scss */
a img.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 1199, sass/style.scss */
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

/* line 1203, sass/style.scss */
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 1208, sass/style.scss */
.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

/* line 1215, sass/style.scss */
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 1218, sass/style.scss */
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

/* line 1221, sass/style.scss */
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

/* line 1224, sass/style.scss */
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

/* line 1232, sass/style.scss */
.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  /* line 1251, sass/style.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 1257, sass/style.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 1261, sass/style.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 1264, sass/style.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 1267, sass/style.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 1272, sass/style.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 1276, sass/style.scss */
  thead {
    display: table-header-group;
  }

  /* line 1279, sass/style.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 1282, sass/style.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 1288, sass/style.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 1294, sass/style.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
