/* ===================================================================================================================================================
   											allgemeine definitionen
   =================================================================================================================================================== */



/* =============================================================================
   Toolkit
   ========================================================================== */
.pd-logo-brow { overflow: hidden; text-indent: 100%; white-space: nowrap; }



/* =============================================================================
   Navigation
   ========================================================================== */
.top-brow {
  color: #a9a99c;
  font: 700 0.923em "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  height: 54px;
  left: 0;
  letter-spacing: 0.16em;
  margin: 0;
  padding: 0;
  position: fixed;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  z-index: 9;
}


.top-brow .container { padding: 0; width: 100%; }

.brow {
  *zoom: 1;
  background-color: #262625;
}

.brow:after {
  content: "";
  display: table;
  clear: both;
}


.upper-brow {
  *zoom: 1;
  height: 30px;
  padding: 10px 0;
}

.upper-brow:after {
  content: "";
  display: table;
  clear: both;
}

.pd-logo-brow {
  background:  url("http://www.schwellenzeit.ch/bild/schwellenzeit-icon-menu.png") no-repeat 0 0;
  /*background-size: 100% 100%;*/
  float: left;
  height: 32px;
  margin-left: 5%;
  margin-top: -2px;
  width: 120px;
}

.menu-trigger {
  border-top: .75em double #9A9A9A;
  border-bottom: .25em solid #9A9A9A;
  cursor: pointer;
  display: block;
  float: right;
  height: 1.2em;
  margin-right: 5%;
  margin-top: 8px;
  line-height: 0;
  width: 2em;
}

.primary-nav {
  clear: both;
  display: none;
  list-style: none;
  margin: -8px;
  padding: 0;
}

.primary-nav li {
  display: block;
}

.primary-nav a {
  background-color: #262625;
  border-bottom: 1px solid #9a9a9a;
  color: #a9a99c;
  display: block;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  line-height: 20px;
  overflow: visible;
  padding: 8px 10px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}

.primary-nav a:hover, .primary-nav a:focus, .primary-nav a.active {
  background-color: #585855;
}

.primary-link {
  -webkit-perspective: 200px;
  perspective: 200px;
  -webkit-transition: all 0.07s linear;
  -moz-transition: all 0.07s linear;
  -ms-transition: all 0.07s linear;
  -o-transition: all 0.07s linear;
  transition: all 0.07s linear;
  position: relative;
}

.three-d-box {
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transform: translatez(-17px);
  -moz-transform: translatez(-17px);
  -ms-transform: translatez(-17px);
  -o-transform: translatez(-17px);
  transform: translatez(-17px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 100%;
}

.front, .back {
  background-color: #262625;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  height: 100%;
  left: 0;
  padding: 6px 6px;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .front, .back {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
}

.front {
  -webkit-transform: rotatex(0deg) translatez(17px);
  -moz-transform: rotatex(0deg) translatez(17px);
  -ms-transform: rotatex(0deg) translatez(17px);
  -o-transform: rotatex(0deg) translatez(17px);
  transform: rotatex(0deg) translatez(17px);
}

.back {
  background-color: #585855;
  -webkit-transform: rotatex(-90deg) translatez(17px);
  -moz-transform: rotatex(-90deg) translatez(17px);
  -ms-transform: rotatex(-90deg) translatez(17px);
  -o-transform: rotatex(-90deg) translatez(17px);
  transform: rotatex(-90deg) translatez(17px);
}

.primary-link:not(.active):hover {
  cursor: pointer;
}

.primary-link:not(.active):hover .three-d-box, .primary-link:not(.active):focus .three-d-box, .primary-link.active .three-d-box {
  -webkit-transform: translateZ(-17px) rotateX(90deg);
  -moz-transform: translateZ(-17px) rotateX(90deg);
  -ms-transform: translateZ(-17px) rotateX(90deg);
  -o-transform: translateZ(-17px) rotateX(90deg);
  transform: translateZ(-17px) rotateX(90deg);
}

/* =============================================================================
   Hinweis auf alten Browser
   ========================================================================== */

/*
.main {
  padding-top: 54px;
}


.chromeframe {
  background-color: #E1A333;
  color: black;
  text-align: center;
}

.chromeframe p {
  margin: 0;
  padding: 1em;
}

.chromeframe a {
  color: black;
}
/*

/* =============================================================================
   Willkommen
   ========================================================================== */
   
.topmost .section-header h2 { color: #ECEAD2; }


.logo 						{ display: block; margin: 0 auto; }
@media screen and (max-width: 533px) {
  .logo { margin-bottom: 0px; padding-bottom:0px; }
}

.mobile-logo 				{ display: none; }
@media screen and (max-width: 700px) {
  .mobile-logo { display: block; }
  .full-logo { display: none; }
}



.company-info 				{ color: #2b457f; padding: 0 20px; position: relative; overflow: hidden; text-align: center; }
.company-info .social-link 	{ position: absolute; top: 0px; }
.company-info .facebook 	{ left: 100px; }
.company-info .twitter 		{ right: 100px; }

.intro-social-links .intro-social-link {
  background: transparent url(../bild/sz2-social-sprite@2x.png) no-repeat 0 0;
  background-size: 100px 90px;
  border: none;
  display: block;
  height: 45px;
  overflow: hidden;
  position: absolute;
  text-indent: 100%;
  top: 0px;
  white-space: nowrap;
  width: 50px;
}

.intro-social-links .twitter:hover 			{ background-position: 0 -45px; }
.intro-social-links .instagram 				{ background-position: -50px 0; }
.intro-social-links .instagram:hover 		{ background-position: -50px -45px; }
.intro-social-links .twitter 				{ left: 280px; }
.intro-social-links .instagram 				{ right: 280px; }
@media screen and (max-width: 800px) {
  .intro-social-links 						{ margin-bottom: 10px; text-align: center; }
  .intro-social-links .intro-social-link 	{ display: inline-block; margin: 0 10px; position: static; }
}


.address {
  /*color:rgba(216,203,178,1.00); */
  font-weight:500;
  font-size: 1.2em;
  margin: 0 auto;
  padding-top: 50px;
  text-transform: none;
  width: 100%;
}
.address p { margin-top: 0.75em; }

.note {
  /*color:rgba(216,203,178,1.00);*/
  font-weight:500;
  text-transform: none;
  text-decoration: none;
}
.note a { text-decoration:none; }
.note .divider { color:fff;}

/* ==============================================================================================
   gerätedefinitionen
   =========================================================================================== */

@media only screen and (max-width: 533px) {
  /* line 1368, ../sass/screen.scss */
  .content-section {
    padding: 60px 0;
  }


  /* line 1378, ../sass/screen.scss */
  .logo {
    margin-bottom: 0px;
  }


  /* line 1612, ../sass/screen.scss */
  .top-brow .divider {
    display: none;
  }

}
@media (min-width: 768px) {
  /* line 1628, ../sass/screen.scss */
  .content-segment {
    border-bottom: 2px solid #ecead2;
    float: left;
    width: 46%;
  }

  /* line 1635, ../sass/screen.scss */
  .content-more .content-segment:first-child {
    margin-right: 4%;
  }
  /* line 1638, ../sass/screen.scss */
  .content-more .content-segment:last-child {
    margin-left: 4%;
  }

 
  /* line 1646, ../sass/screen.scss */
  .upper-brow {
    display: none;
  }

  /* line 1649, ../sass/screen.scss */
  .primary-nav {
    background: transparent;
    clear: none;
    display: block;
    float: none;
    margin: 7px 0 0;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  /* line 1658, ../sass/screen.scss */
  .primary-nav li {
    display: inline-block;
  }
  /* line 1661, ../sass/screen.scss */
  .primary-nav a {
    background: #262625;
    border-bottom: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    margin: 0 5px;
    padding: 8px;
  }
  /* line 1668, ../sass/screen.scss */
  .primary-nav a:first-child {
    margin-left: 0;
  }
  /* line 1671, ../sass/screen.scss */
  .primary-nav a:last-child {
    margin-right: 0;
  }
}

@media (min-width: 1024px) {

	.csstransitions.csstransforms .surprise {
    -webkit-transition: .5s;
    -webkit-transition-property: -webkit-transform, opacity;
    opacity: 0;
    -webkit-transform: scale(4);
    -moz-transform: scale(4);
    -ms-transform: scale(4);
    -o-transform: scale(4);
    transform: scale(4);
    -webkit-transition: 0.6s -moz-transform cubic-bezier(0, 1, 1, 1.3);
    -moz-transition: 0.6s -moz-transform cubic-bezier(0, 1, 1, 1.3);
    -ms-transition: 0.6s -moz-transform cubic-bezier(0, 1, 1, 1.3);
    -o-transition: 0.6s -moz-transform cubic-bezier(0, 1, 1, 1.3);
    transition: 0.6s -moz-transform cubic-bezier(0, 1, 1, 1.3);
  }

	.csstransitions.csstransforms .surprise.revealed {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
