/* Playfair Display */
@font-face {
  font-family: "Playfair Display";
  font-style: bold;
  font-weight: 700;
  src: url(/resources/fonts/PlayfairDisplaySC-Bold.ttf);
}

/* Source Sans Pro */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 200;
  src: url(/resources/fonts/SourceSansPro-ExtraLight.ttf);
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 200;
  src: url(/resources/fonts/SourceSansPro-ExtraLightItalic.ttf);
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  src: url(/resources/fonts/SourceSansPro-Light.ttf);
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 300;
  src: url(/resources/fonts/SourceSansPro-LightItlaic.ttf);
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url(/resources/fonts/SourceSansPro-Regular.ttf);
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  src: url(/resources/fonts/SourceSansPro-Italic.ttf);
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  src: url(/resources/fonts/SourceSansPro-SemiBold.ttf);
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 600;
  src: url(/resources/fonts/SourceSansPro-SemiBoldItlaic.ttf);
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  src: url(/resources/fonts/SourceSansPro-Bold.ttf);
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 700;
  src: url(/resources/fonts/SourceSansPro-BoldItalic.ttf);
}

/* ---------------------------------------------------------
   Basisgestaltung und Layoutbereiche
   ---------------------------------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
* {
  margin: 0;
  padding: 0;
}
HTML {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 62.5%;
  -ms-text-size-adjust: 100%; /* Prevent iOS text size adjust after orientation change */
  -webkit-text-size-adjust: 100%;
}
BODY {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.4;
  color: #000;
  min-width: 320px;
  margin: 0 auto;
  background-color: #fff;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

MAIN {
  padding-top: 86px;
}

FIGURE IMG {
  width: 100%;
  height: auto;
}
FIGURE IMG {
  display: block;
}
A IMG {
  border: 0;
}
.reframe {
  width: 280px;
  margin: 0 auto;
}

TABLE,
TR,
TD,
TH {
  font: 14px "Source Sans Pro", Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  vertical-align: top;
  border-spacing: 0px;
  border-style: none;
  border-collapse: collapse;
}

A {
  color: #1e71b7;
  outline: 0;
}

B,
STRONG {
  font-weight: 700;
}

P {
  margin-bottom: 35px;
  line-height: 1.4;
}

H1,
H2 {
  font-family: "Playfair Display", serif;
}
H1 {
  font-size: 38px;
  font-size: 3.8rem;
  padding-bottom: 30px;
  margin-bottom: 25px;
  background: url(../bg_headline.png) left bottom no-repeat;
}
H1.center {
  background-position: center bottom;
  text-align: center;
}

H2 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 25px;
}
H3,
H4,
H5,
H6 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 20px;
}

::-moz-selection {
  background: #f2f4f7;
  color: #000;
  text-shadow: none;
}
::selection {
  background: #f2f4f7;
  color: #000;
  text-shadow: none;
}

/* HEADER */
HEADER {
  position: fixed;
  width: 100%;
  height: 145px;
  background-color: rgba(255, 255, 255, 0.85);
  margin-top: 0;
  z-index: 800;
}

HEADER .reframe {
  padding: 0 16px;
}

#logo {
  display: block;
  float: left;
  width: 251px;
  height: 58px;
  margin-top: 45px;
}

#toggleMenu {
  display: none;
  position: absolute;
  top: 30px;
  right: 40px;
  height: 34px;
  width: 34px;
  cursor: pointer;
}

/*svg*/
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  margin-bottom: 10px;
  vertical-align: middle;
}
.icon-menu {
  font-size: 30px;
  font-size: 3rem;
  color: #00225b;
}
.icon-cross {
  font-size: 30px;
  font-size: 3rem;
  color: #00225b;
}
.openNav #toggleMenu {
  display: block;
  /* bottom:9px; */
}
#toggleMenu .icon-cross {
  display: none;
} /*svg*/
.openNav #toggleMenu .icon-cross {
  display: block;
} /*svg*/
.openNav #toggleMenu .icon-menu {
  display: none;
} /*svg*/

.openNav #topnav {
  display: block;
}

/* NAVIGATION */
#topnav {
  float: right;
}
#topnav > ul {
  display: table;
  padding: 0px;
  margin: 0px auto;
  list-style: none;
  position: relative;
}
#topnav > ul > li {
  display: table-cell;
  position: relative;
  margin: 0;
  height: 145px;
  padding-left: 120px;
  white-space: nowrap;
  vertical-align: middle;
}
#topnav > ul > li:first-child {
  padding-left: 0;
}

#topnav ul li a {
  text-decoration: none;
  color: #00225b;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  padding-left: 45px;
}
#topnav > ul li > a:hover {
  background: url(../bg_nav.png) 0 center no-repeat;
}
#topnav > ul > li.current > a,
#topnav > ul > li.current:hover > a {
  background: url(../bg_nav.png) 0 center no-repeat;
}

/*  */
MAIN {
  padding-top: 145px;
}
SECTION {
  padding: 65px 0 0;
  clear: both;
  overflow: hidden;
}
.dark {
  background-color: #f2f4f7;
}

.sep {
  margin-top: 10px;
  height: 10px;
  border-top: 1px solid #f2f2f2;
}

MAIN UL {
  list-style: none;
  display: inline-block;
  margin-left: 0;
  margin-bottom: 20px;
}
MAIN UL LI {
  line-height: 1.3em;
  padding: 0 0 25px 25px;
  background: url(../bg_li.png) 0 12px no-repeat;
}
MAIN UL.ok {
  margin-bottom: 0;
}
MAIN UL.ok LI {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 200;
  line-height: 1.3em;
  padding: 0 0 35px 55px;
  background: url(../bg_li2.png) 0 12px no-repeat;
}

.center {
  text-align: center;
}

/* # SLIDER  #####*/
#slider {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  clear: both;
}
#slider .item {
  position: relative;
  display: table;
  height: 700px;
  width: 100%;
  background-position: center center !important;
  background-repeat: no-repeat;
  background-size: cover !important;
}

#slider .claim {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  color: #fff;
  padding-right: 85px;
  width: 50%;
}
#slider .claim H4 {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 300;
  line-height: 48px;
  color: #fff;
  margin: 0;
  text-shadow: 1px 1px 2px #333;
}

/* # cycle  */
.cycle-slideshow {
  display: table;
  max-width: 100%;
  width: 100%;
  padding: 0;
  position: relative;
  height: 700px;
}

.cycle-prev {
  background: rgba(0, 0, 0, 0) url("../prev.png") no-repeat scroll 50% 50%;
  left: 0;
}
.cycle-next {
  background: rgba(0, 0, 0, 0) url("../next.png") no-repeat scroll 50% 50%;
  right: 0;
}
.cycle-prev,
.cycle-next {
  cursor: pointer;
  height: 100%;
  position: absolute;
  top: 0;
  width: 8%;
  z-index: 700;
}

FIGURE {
  position: relative;
}
FIGURE .img-frame {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  border: 6px solid #fff;
}

.quote FIGCAPTION {
  position: absolute;
  display: block;
  top: 50%;
  left: 30%;
  transform: translateY(-50%);
  width: 55%;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 300;
  line-height: 1;
  color: #fff;
}

.more {
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 200;
  color: #0097d9;
  border: 1px solid #0097d9;
  padding: 8px 10px;
  text-decoration: none;
}
.more:hover {
  background-color: #0097d9;
  color: #ffffff;
}

.teaser {
  position: relative;
  text-align: center !important;
  min-height: 250px;
}
.teaser FIGURE {
  margin: 0 auto;
  margin-bottom: 30px;
}
.teaser FIGURE IMG {
  margin: 0 auto;
  width: 120px;
}

.teaser H2 {
  height: 72px;
}
.teaser P {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
}
DIV.btn {
  position: absolute;
  bottom: 0;
  width: 90%;
  text-align: center;
}
.teaser .more {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  padding: 6px 10px;
}

.teaser.angebot {
  padding-top: 110px;
  min-height: 360px;
}

.angebot_monitor {
  background: url(../icon_screen.png) center 20px no-repeat;
}

.angebot_fuehrung {
  background: url(../icon_fuehrungskraefte.png) center 20px no-repeat;
}

.angebot_team {
  background: url(../icon_teamworkshop.png) center 20px no-repeat;
}

.angebot_coaching {
  background: url(../icon_coaching.png) center 20px no-repeat;
}

.angebot_moderation {
  background: url(../icon_moderation.png) center 20px no-repeat;
}

.step1 {
  padding-top: 170px !important;
  background: url(../icon_step1.png) center 20px no-repeat;
}
.step2 {
  padding-top: 170px !important;
  background: url(../icon_step2.png) center 20px no-repeat;
}
.step3 {
  padding-top: 170px !important;
  background: url(../icon_step3.png) center 20px no-repeat;
}
.step4 {
  padding-top: 170px !important;
  background: url(../icon_step4.png) center 20px no-repeat;
}
.step5 {
  padding-top: 170px !important;
  background: url(../icon_step5.png) center 20px no-repeat;
}

.teaser.effektiv {
  min-height: 360px;
}
.teaser.effektiv H2 {
  height: auto;
}

.quotebox DIV {
  font-size: 22px;
  font-size: 2.2rem;
  color: #000;
  padding: 30px 45px;
  background-color: #f2f4f7;
  margin-left: 45px;
}
.quotebox DIV {
  position: relative;
  font-size: 22px;
  font-size: 2.2rem;
  color: #000;
  padding: 30px 45px;
  background-color: #f2f4f7;
  margin-left: 45px;
}
.quotelink {
  position: absolute;
  left: -45px;
  top: 0;
  width: 46px;
  height: 46px;
  background: url(../arrow_right.png) no-repeat;
}

.author {
  text-align: right;
  font-size: 17px;
  font-size: 1.7rem;
  color: #949494;
  margin: 0;
}
.author SPAN {
  color: #000;
  font-style: italic;
  padding-left: 42px;
  background: url(../bg_author.png) left center no-repeat;
}

.quote .author {
  color: #fff;
}
.quote .author SPAN {
  color: #fff;
  font-style: italic;
  padding-left: 42px;
  background: url(../bg_author_white.png) left center no-repeat;
}

.block {
  padding: 30px 25px 10px;
  margin-bottom: 10px;
}

#contact-btn {
  display: block;
  background: url(../bg_kontakt-button.png) no-repeat;
  width: 500px;
  height: 100px;
  margin: 0 auto;
}

.contact {
  width: 580px;
  margin: 0 auto;
}
.button {
  float: left;
  width: 262px;
  height: 122px;
  padding-top: 60px;
  color: #005d99;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  border: 1px solid #fff;
}
.button A {
  text-decoration: none;
}
.tel {
  float: left;
  background: url(../icon_phone.png) center 22px no-repeat;
}
.mail {
  float: right;
  background: url(../icon_mail.png) center 22px no-repeat;
}

#totop {
  display: block;
  background: url(../arrow_top.png) no-repeat;
  width: 46px;
  height: 46px;
  margin: 90px auto 30px;
  cursor: pointer;
}

/* FOOTER */
FOOTER {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  color: #231f20;
  padding: 70px 0 10px;
  background-color: #f2f2f2;
}
FOOTER .reframe {
  background: url(../logo_footer.png) 98% 0 no-repeat;
}

FOOTER P {
  line-height: 1.5;
}
FOOTER A {
  display: block;
  text-decoration: none;
  color: #231f20;
  margin-bottom: 20px;
}
FOOTER UL {
  display: inline-block;
  margin-left: 10px;
}
FOOTER UL LI {
  text-align: left;
  line-height: 1.5;
}

/* minimal Grid Basics */
.col {
  padding: 0 16px;
  text-align: left;
  margin-bottom: 90px;
}
.row .row {
  margin: 0 -16px;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after,
.clear {
  clear: both;
}
@media only screen {
  .col {
    float: left;
    width: 100%;
  }
}

/* small */
@media only screen and (max-width: 649px) {
  BODY {
    font-size: 16px;
    font-size: 1.6rem;
  }
  H1 {
    font-size: 30px;
    font-size: 3rem;
  }

  .reframe {
    width: 320px;
  }

  HEADER {
    height: 95px;
  }

  #logo {
    width: 179px;
    height: auto;
    margin-top: 28px;
  }

  #topnav {
    display: none;
    float: none;
    position: absolute;
    left: 0;
    top: 95px;
    width: 100%;
    height: auto;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 15px 0;
  }
  #topnav > ul > li {
    display: block;
    height: auto;
    padding: 15px 0;
  }
  #topnav ul li a {
    text-decoration: none;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0;
  }
  #topnav > ul li > a:hover {
    background-image: none;
    border-bottom: 2px solid #00225b;
  }
  #topnav > ul > li.current > a,
  #topnav > ul > li.current:hover > a {
    background-image: none;
    border-bottom: 2px solid #00225b;
  }
  #toggleMenu {
    display: block;
  }

  MAIN {
    padding-top: 95px;
  }
  .colgroup-2 .col {
    width: 100% !important;
  }
  .colgroup-2 .col:nth-of-type(2n + 1) {
    clear: left;
    margin-left: 0;
  }

  #slider .item,
  .cycle-slideshow {
    height: 300px;
  }
  #slider .claim {
    left: 15%;
    width: 90%;
    text-align: center;
  }
  #slider .claim H4 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 32px;
  }

  FIGURE .img-frame {
    border: 3px solid #fff;
  }

  #contact-btn {
    background: url(../bg_kontakt-button_small.png) no-repeat;
    width: 280px;
    height: 120px;
  }

  .contact {
    width: 288px;
  }
  .button {
    width: 100%;
    height: 122px;
    padding-top: 60px;
    float: none;
  }
  .tel {
    margin-bottom: 30px;
  }

  .fullwidth {
    padding: 0;
  }

  .block {
    margin: 0 -16px 10px;
    padding: 30px 16px 10px;
  }

  .quote FIGCAPTION {
    left: 15%;
    width: 70%;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .c4.quotebox {
    width: 100%;
    padding: 0;
  }
  .c4.quotebox DIV {
    margin: 0;
    padding: 30px 20px;
  }
  .quotelink {
    position: absolute;
    left: 138px;
    top: -46px;
  }

  MAIN UL.ok LI {
    background-position: 0 6px;
    font-size: 22px;
    font-size: 2.2rem;
    padding: 0 0 20px 40px;
  }

  FOOTER .reframe {
    padding-bottom: 50px;
    background-position: center bottom;
  }

  FOOTER .col {
    margin-bottom: 20px;
    text-align: center;
  }
}

/* mid */
@media only screen and (min-width: 650px) and (max-width: 1279px) {
  BODY {
    font-size: 18px;
    font-size: 1.8rem;
  }
  H1 {
    font-size: 30px;
    font-size: 3rem;
  }

  .reframe {
    width: 602px;
  }

  HEADER {
    height: 95px;
  }

  #logo {
    width: 179px;
    height: auto;
    margin-top: 28px;
  }

  #topnav {
    display: none;
    float: none;
    position: absolute;
    left: 0;
    top: 95px;
    width: 100%;
    height: 95px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.85);
  }
  #topnav > ul > li {
    display: table-cell;
    height: 95px;
    padding: 0 40px;
  }
  #topnav ul li a {
    text-decoration: none;
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 0;
  }
  #topnav > ul li > a:hover {
    background-image: none;
    border-bottom: 2px solid #00225b;
  }
  #topnav > ul > li.current > a,
  #topnav > ul > li.current:hover > a {
    background-image: none;
    border-bottom: 2px solid #00225b;
  }
  #toggleMenu {
    display: block;
  }

  #slider .item,
  .cycle-slideshow {
    height: 400px;
  }
  #slider .claim H4 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 36px;
  }

  MAIN {
    padding-top: 95px;
  }

  .c3 {
    width: 50%;
  }
  .c4 {
    width: 50%;
  }

  .c4.quotebox {
    width: 100%;
    margin-bottom: 40px;
  }

  .teaser.effektiv.last {
    float: none;
    margin: 0 auto;
    clear: both;
  }
  .fullwidth {
    width: 100%;
  }

  .quote FIGCAPTION {
    width: 65%;
    font-size: 22px;
    font-size: 2.2rem;
  }

  MAIN UL.ok LI {
    background-position: 0 6px;
    font-size: 28px;
    font-size: 2.8rem;
    padding: 0 0 30px 50px;
  }

  FOOTER .c3 {
    width: 25%;
  }
}

/* big */
@media only screen and (min-width: 1280px) {
  .reframe {
    width: 1182px;
  }

  .float-right {
    float: right;
  }
  .float-left {
    float: left;
  }

  .block {
    padding: 60px 145px 30px;
    margin-bottom: 10px;
  }

  /* 12 cols */
  .c11 {
    width: 91.666667%;
  }
  .c10 {
    width: 83.333333%;
  }
  .c9 {
    width: 75%;
  }
  .c8 {
    width: 66.666%;
  }
  .c7 {
    width: 58.333%;
  }
  .c6 {
    width: 50%;
  }
  .c5 {
    width: 41.666667%;
  }
  .c4 {
    width: 33.333%;
  }
  .c3 {
    width: 25%;
  }
  .c2 {
    width: 16.666667%;
  }
  .c1 {
    width: 8.333333%;
  }

  .cspezial {
    width: 20%;
  }

  .c10.midflow {
    margin-left: 8.333333%;
    margin-right: 8.333333%;
  }
}

@media only screen and (min-width: 1472px) {
  .size-plus .row {
    width: 1472px;
    padding: 0;
  }
  .size-plus .col {
    padding: 0;
  }
}

@media only screen and (min-width: 1680px) {
  .reframe {
    width: 1264px;
  }
}
