@charset "UTF-8";
/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('/fileadmin/template/fnt/source-sans-pro-v21-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fileadmin/template/fnt/source-sans-pro-v21-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/fileadmin/template/fnt/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fileadmin/template/fnt/source-sans-pro-v21-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

* {
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  list-style: none;
  list-style-type: disc;
  text-align: left;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  color: rgba(43, 43, 43, 1);
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  
  
}

<!-- Automatische Silbentrennung: vor der Klammer in die Zeile 25 einfügen:
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;-->

html, body {
  width: 100vw;
  background-color: rgba(255, 255, 255, 1);
  overflow-x: hidden;
  min-height: 100vh;
}

header {
  display: block;
}
ul {
  padding-left: 20px;}

h1 {
  margin-bottom: 20px;}

.content {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1200px;
}

.content.small {
  max-width: 900px;
}

.content.small img {
  margin-bottom: 16px;
  margin-top: 16px;
  display: inline-block;
  width: 100%;
  height: auto;
}

.banner h1 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  padding: 20px 30px;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 2.5vw;
  line-height: 3vw;
}

#banner h1 {
  padding: 20px 30px;
  font-size: 2.5vw;
  line-height: 3vw;
}

header .logo {
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 17px;
}

header .logo img {
  display: inline-block;
  width: auto;
  height: 42px;
  }

b, strong {
  color: rgba(32, 57, 136, 1);
  font-weight: 600;
}

a {
  color: rgba(32, 57, 136, 1);
  transition: opacity 250ms linear, transform 250ms linear;
}

a:hover {
  opacity: 0.6;
}

nav li a {
  display: inline-block;
  padding: 10px;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

nav li a:hover {
  transform: scale(1.1);
}

nav li {
  display: inline-block;
  padding: 0 5px;
}

nav li:last-child, nav li:last-child a {
  padding-right: 0;
}

nav {
  position: absolute;
  right: 20px;
  top: 18px;
}

.banner {
  margin: 0 auto 50px auto;
  width: 1160px;
  height: 550px;
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.banner.small {
  height: 550px;
  margin-bottom: 32px;
  margin-top: 32px;
}

header .content {
  height: 76px;
}

nav ul ul {
  display: none;
  position: absolute;
  left: -10px;
  top: 40px;
  z-index: 10;
  background-color: rgba(255, 255, 255, 1);
  padding-top: 16px;
  padding-bottom: 16px;
}

nav ul ul li {
  display: block;
}

nav ul ul li a {
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
}

nav ul ul li a:hover {
  transform: none;
}

.bgblue {
  padding-top: 30px;
  padding-bottom: 6vw;
  background-color: rgba(32, 57, 136, 1);
  background-image: url(../gfx/bgblue.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100vw auto;
  margin-bottom: 50px;
}

.bgblue.both:before {
  content: '';
  background-color: rgba(255, 255, 255, 1);
  background-image: url(../gfx/bgblueboth.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100vw auto;
  height: 6vw;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
}

.banner.top {
  background-position: center top;
  height: 40vw;
}

.banner.top:before {
  content: '';
  background-image: url(../gfx/bgwhite.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100vw auto;
  height: 6vw;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
}

.banner.top:after {
  content: '';
  background-image: url(../gfx/white.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100vw auto;
  height: 6vw;
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
}

.bgblue.both {
  padding-top: 9vw;
  margin-bottom: -6vw;
  background-image: none;
}

.bgblue.center, .bgblue.center *, .center {
  text-align: center;
}

h1 {
  color: rgba(32, 57, 136, 1);
  text-transform: uppercase;
  letter-spacing: 1px;
}

h2, main h1 {
  color: rgba(32, 57, 136, 1);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
  line-height: 23px;
}

.bgblue h2 {
  color: rgba(255, 255, 255, 1);
}

h3 {
  letter-spacing: 1px;
  text-transform: uppercase;
}

h2, p, h3 {
  padding: 16px 0;
}

.bgblue * {
  color: rgba(255, 255, 255, 1);
}

.border {
  margin: 0 auto;
}

.border p {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 16px;
  margin-bottom: 16px;
  border-left: 4px solid rgba(32, 57, 136, 1);
  padding-left: 20px;
}

.border.col p {
  display: inline-block;
  margin-left: 25px;
  margin-right: 25px;
  }

.border.col div {
  text-align: center;
  }

.content.small.border.col {
  max-width: 100vw;
}

.table {
  display: table;
}

.cell {
  display: table-cell;
  width: 50%;
}

.ico {
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  left: 0;
  top: 20px;
}

.table .cell:last-child .ico {
  left: 40px;
}

.table .cell:first-child {
  padding-right: 40px;
  padding-left: 100px;
}

.table .cell:last-child {
  padding-left: 140px;
}

.table .cell.no:first-child {
  padding-left: 0;
}

#trigger {
  display: none;
}

.table .cell.no:last-child {
  padding-left: 40px;
}

footer {
  margin-top: 50px;
  display: block;
  height: auto;
  background-color: rgba(32, 57, 136, 1);
}

footer * {
  color: rgba(255, 255, 255, 1);
}

footer p {
  text-align: center;
}

footer p:first-child {
  padding-top: 30px;
  padding-bottom: 2px;
  }

footer p:last-child {
  padding-bottom: 30px;
  padding-top: 2px;
  }

header .banner {
  margin-top: 0;
}

.hold {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  max-width: 100vw;
  height: 76px;
  background-color: rgba(255, 255, 255, 1);
  z-index: 999;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

#banner {
  margin: 0 auto 50px auto;
  width: 1160px;
  height: 550px;
  max-width: 100vw;
  overflow: hidden;
}

#banner #holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 600%;
  height: 100%;
  transition: left 1s ease-in-out;
}

#banner .bannerimg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.index #banner .bannerimg {
  float: left;
  width: 16.67%;
}

#banner .bannerimg.animate { animation: scale 8s forwards linear; }

@keyframes scale {
    0% { transform: scale(1) translate(0, 0); }
  100% { transform: scale(1.2) translate(-6%, -6%); }
}



#banner .bottom {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  z-index: 2;
  transform: translate(0, -60%);
}

#banner .bottom .breadcrumb {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  
  
  background-color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  transform: translate(100%, 0);
  transition: transform 500ms ease-in-out,
    opacity 250ms linear;
}

#banner .bottom .breadcrumb.active { transform: translate(0, 0); }



#banner .bottom .breadcrumb:hover {
  opacity: 0.9;
}

.agile main h1, .agiles main h1 { padding-left: 95px; padding-bottom: 30px; }

.agile main h1:before, .agiles main h1:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 83px;
  height: 48px;
  background-image: url(../gfx/agilelogo.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.book {
  float: right;
  margin-left: 25px;
  margin-bottom: 25px;
  width: 300px;
  height: auto;
  padding: 15px;
  z-index: 1;
  border: 1px solid #ccc;
}

.book img {
  float: left !important;
  width: 100px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  margin-right: 15px !important;
}

.book .hhold {
  min-height: 150px;
}

.book h2 {
  padding: 0 0 10px 0;
}

.book hr {
  margin: 30px 0;
  height: 1px;
  background: #ccc;
}
.content .small .offer {
  display: inline-block;
  width: 200px;
  height: auto;
  margin-right: 100px;
  }

.book .content,
.book .content.small,
.book .small { margin: 0;
  padding: 0;
  }

@media(min-width: 861px) {
.twothird p,
.twothird h1,
.twothird h2,
.twothird h3,
.twothird ul {
  max-width: calc(100% - 325px);
  }

.twothird .book p,
.twothird .book h1,
.twothird .book h2,
.twothird .book h3,
.twothird .book ul {
  max-width: 100%;
  }
}