/*=======================================================
  colors
=======================================================*/
/* white */
/* black */
/* blue */
/* gray */
/*@gray: #c4cfd6;*/
/* mobile navigation blue */
/* red */
/* path variables */
/*=======================================================
  fonts
=======================================================*/
@font-face {
  font-family: 'klavika-regular';
  src: url('Fonts/regular/klavika-regular-webfont.eot#') format('eot'), url('Fonts/regular/klavika-regular-webfont.woff') format('woff'), url('Fonts/regular/klavika-regular-webfont.ttf') format('truetype');
}
@font-face {
  font-family: 'klavika-light';
  src: url('Fonts/light/klavika-light-webfont.eot#') format('eot'), url('Fonts/light/klavika-light-webfont.woff') format('woff'), url('Fonts/light/klavika-light-webfont.ttf') format('truetype');
}
@font-face {
  font-family: 'klavika-medium';
  src: url('Fonts/medium/klavika-medium-webfont.eot#') format('eot'), url('Fonts/medium/klavika-medium-webfont.woff') format('woff'), url('Fonts/medium/klavika-medium-webfont.ttf') format('truetype');
}
.light {
  font-family: klavika-light;
}
.medium {
  font-family: klavika-medium;
}
.regular {
  font-family: klavika-regular;
}
/* spacing */
p {
  font-size: 20px;
  line-height: 30px;
}
/* font-size */
h1 {
  font-size: 40px;
  font-family: klavika-light;
}
h2 {
  font-size: 20px;
  font-family: klavika-light;
}
h3 {
  font-size: 16px;
  font-family: klavika-medium;
}
h4 {
  font-size: 16px;
}
b,
strong {
  font-weight: bold;
}
.borderRadius {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.boxShadow {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
}
.gradientBlue {
  background: #5bc5f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5bc5f2 0%, #009fe3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc5f2), color-stop(100%, #009fe3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5bc5f2 0%, #009fe3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5bc5f2 0%, #009fe3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5bc5f2 0%, #009fe3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5bc5f2 0%, #009fe3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc5f2', endColorstr='#009fe3', GradientType=0);
  /* IE6-9 */
}
.transition {
  -webkit-transition: height 200ms ease-in;
  -moz-transition: height 200ms ease-in;
  -o-transition: height 200ms ease-in;
  transition: height 200ms ease-in;
}
/*=======================================================
  general settings
=======================================================*/
.colHalf {
  width: 50%;
  float: left;
}
/* country select */
.mobileCountry {
  float: right;
  margin-right: 50px;
  margin-top: 15px;
  width: 10%;
}
/*=======================================================
  content home
=======================================================*/
/*=======================================================
  grid elements
=======================================================*/
/*=======================================================
  grid elements
=======================================================*/
.gridElementThree .gridElementOne {
  width: 33.3333%;
  float: left;
}
.gridElementThree.footerTwoSmall .gridElementOne:nth-child(1n) {
  width: 60%;
  float: left;
}
.gridElementThree.footerTwoSmall .gridElementOne:nth-child(2) {
  width: 40%;
}
.gridElementThree.footerTwoSmall .gridElementOne:nth-child(3) {
  width: 100%;
}
.gridElementFour .gridElementOne {
  width: 50%;
  float: left;
}
.gridElementFour.footerSitemapSmall .gridElementOne:nth-child(3) {
  clear: both;
}
/*=======================================================
  intro // home
=======================================================*/
.intro {
  padding: 30px 0 10px;
}
.intro h1 {
  font-size: 40px;
}
/*=======================================================
  slider home
=======================================================*/
.contentSlider {
  /* parallax */
}
.contentSlider .sliderItem {
  min-height: 350px;
  background-size: 160% auto;
}
.contentSlider .sliderItem .infoContainer {
  padding: 40px 40px 20px;
  position: absolute;
  max-width: 460px;
  right: 2%;
  top: 6%;
}
.contentSlider .sliderItem .infoContainer {
  top: 30px;
}
.contentSlider .parallaxImg {
  background-size: auto;
}
/*=======================================================
  support // box home
=======================================================*/
.supportHolder {
  padding-bottom: 60px;
}
/*=======================================================
  quote // box home
=======================================================*/
.quote .quoteSign {
  width: 150px;
  border-right: 1px solid #a7a7a7;
}
.quote .quoteText {
  width: 76%;
  float: left;
}
/*=======================================================
  info center // home
=======================================================*/
/* info center container with download */
.infoCenterContainer {
  overflow: hidden;
}
.infoCenterContainer .box {
  min-height: 190px;
}
.infoCenterContainer .box.second {
  border: none;
}
.infoCenterContainer .box .image {
  width: auto;
  text-align: left;
  float: left;
}
.infoCenterContainer .box .text {
  float: left;
  padding-left: 15px;
  text-align: left;
  width: 60%;
}
.infoCenterContainer .box .downloadLink {
  text-align: left;
}
/*=======================================================
  teaser boxen home
=======================================================*/
.teaserBox {
  padding: 8px 10px 0;
}
.teaserBox .image {
  width: 100%;
}
.teaserBox .text {
  width: 100%;
  padding: 0;
  min-height: 70px;
}
/*=======================================================
  contact // home
=======================================================*/
.contactNumber {
  width: 80%;
  margin: 0 auto;
}
.contactNumber .image {
  width: 30%;
  float: left;
}
.contactNumber .text {
  width: 70%;
  float: left;
  padding: 18px 0 0 15px;
  box-sizing: border-box;
}
.contactNumber .text > span {
  text-align: left;
}
/*=======================================================
  news container // branchen
=======================================================*/
.newsContainer {
  width: 100%;
}
.newsContainer > h1 {
  margin: 70px 0 30px 0;
}
.newsContainer .box {
  width: 31.4%;
  margin-bottom: 20px;
  float: left;
}
.newsContainer.count1 {
  width: 33%;
}
.newsContainer.count1 .box {
  width: 100%;
}
.newsContainer.count2 .box {
  width: 48.5%;
}
.lineVert {
  display: block;
}
/*=======================================================
  image and text 50/50 container
=======================================================*/
.factsAndText {
  width: 100%;
}
.factsAndText > div {
  width: 100%;
}
.factsAndText > div.factsBlue > span.number {
  font-size: 120px;
  font-family: klavika-light;
}
.factsAndText > div.factsBlue > span.text {
  font-size: 50px;
  font-family: klavika-light;
}
.factsAndText > div.factsBlue > span.since {
  font-size: 18px;
}
/*=======================================================
  percent Number
=======================================================*/
.percentNumber {
  width: 100%;
}
.percentNumber .percent {
  width: 50%;
  float: left;
}
.percentNumber .percent.left {
  text-align: left;
}
.percentNumber .percent.right {
  text-align: right;
}
/*=======================================================
  agent
=======================================================*/
.agent {
  width: 100%;
  margin: 0 auto;
}
.agent ul li {
  float: left;
}
.fullSizeText {
  width: 100%;
}
/*=======================================================
  header // team about
=======================================================*/
.teamAboutHeadline {
  top: 120px;
  left: auto;
}
.teamAboutHeadline h1 {
  font-size: 40px;
}
/*=======================================================
  timeline events
=======================================================*/
.timeLineHolder {
  min-height: 0;
  padding: 0 0 100px;
}
.timeLineHolder #timebar {
  /* ul */
  border-bottom: 2px solid #eaedf1;
  border-left: none;
  padding-top: 120px;
  margin: 0;
}
.timeLineHolder #timebar li {
  margin: 0 15px;
  float: left;
  /* current */
  /* next */
}
.timeLineHolder #timebar li .imageHolder {
  display: block;
}
.timeLineHolder #timebar li .text {
  padding: 15px 0;
  text-align: center;
}
.timeLineHolder #timebar li .text span.circle {
  left: 45%;
  top: -6px;
}
.timeLineHolder #timebar li.current .text .circle {
  left: 40%;
  top: -12px;
}
.timeLineHolder #timebar li.next.one .text .circle {
  left: 40%;
  top: -10px;
}
.timeLineHolder #timebar li.next.two .text .circle {
  left: 40%;
  top: -8px;
}
.timeLineHolder #timebar li.next.three .text .circle {
  left: 40%;
  top: -7px;
}
/*=======================================================
  team row // team about
=======================================================*/
.teamRow .function {
  width: 100%;
  float: left;
}
.teamRow .function .circle {
  margin: 0;
}
.teamRow .personHolder {
  width: 100%;
  float: left;
}
.teamRow .personHolder > div {
  width: 25%;
}
/*=======================================================
  person // team detail
=======================================================*/
.teamDetailInfo .imageHolder {
  width: 25%;
  float: left;
  padding-bottom: 0;
}
.teamDetailInfo .infoHolder {
  width: 75%;
  float: left;
  text-align: left;
}
/*=======================================================
  help // help page
=======================================================*/
.helpHolder > div .icon {
  width: 19%;
  float: left;
  text-align: left;
}
.helpHolder > div .helpBlock {
  width: 72%;
  float: left;
}
.helpHolder > div .helpBlock .headline {
  padding: 42px 0 10px 50px;
}
.helpHolder > div .helpBlock .text {
  padding: 10px 0 20px 50px;
}
.helpHolder > div.one .helpBlock {
  width: 72%;
}
.helpHolder > div.one .helpBlock .text {
  border-top: 2px solid #e3e8eb;
  border-right: 2px solid #e3e8eb;
  border-top-right-radius: 120px;
}
.helpHolder > div.one.end .text {
  border-bottom: 2px solid #e3e8eb;
  border-bottom-left-radius: 120px;
  padding: 42px 0 90px 120px;
}
.helpHolder > div.two .icon {
  float: right;
}
.helpHolder > div.two .helpBlock {
  float: right;
  width: 72%;
}
.helpHolder > div.two .helpBlock .headline {
  padding: 42px 0 10px 120px;
}
.helpHolder > div.two .helpBlock .text {
  padding: 42px 0 10px 120px;
  border-top: 2px solid #e3e8eb;
  border-left: 2px solid #e3e8eb;
  border-top-left-radius: 120px;
}
.helpHolder > div.two.end .text {
  border-bottom-left-radius: 120px;
  padding: 42px 0 90px 120px;
}
.helpHolder .buttonHolder {
  position: relative;
  top: -32px;
}
/*=======================================================
  BLOG
=======================================================*/
.blog-list-container {
  /* latest items */
}
.blog-list-container .blog-latest-items.top {
  /* left content */
  /* right content */
}
.blog-list-container .blog-latest-items.top .left-content {
  width: 25%;
  float: left;
  border-right: 1px solid #dddddd;
  padding: 0 20px 10px 10px;
  margin-bottom: 0;
  /* keyword */
}
.blog-list-container .blog-latest-items.top .left-content .blog-list-date > div.day {
  width: auto;
  float: none;
}
.blog-list-container .blog-latest-items.top .left-content .blog-list-date > div.month {
  width: auto;
  float: none;
}
.blog-list-container .blog-latest-items.top .left-content .blog-list-date > div .year {
  float: none;
  width: auto;
}
.blog-list-container .blog-latest-items.top .left-content .keywords {
  margin-top: 40px;
}
.blog-list-container .blog-latest-items.top .right-content {
  width: 74%;
  margin-left: 1%;
  padding: 10px 0 0 10px;
  /* blog list image */
}
.blog-list-container .blog-latest-items.top .right-content .blog-list-image {
  width: 23%;
}
.blog-list-container .blog-latest-items.top .right-content .source {
  width: 75%;
}
.blog-list-container .blog-latest-items.top .right-content .blog-list-short {
  width: 75%;
}
.blog-list-container .blog-latest-items.bottom {
  width: 47.8%;
  float: left;
  padding: 15px 0;
  margin: 0 15px 20px 15px;
  border-top: 1px solid #009fe3;
  border-bottom: 1px solid #009fe3;
}
.blog-toarchive .back-to-post-list {
  width: 50%;
  float: left;
}
.blog-toarchive > a {
  width: 50%;
  display: inline-block;
  text-align: right;
  float: right;
}
.post-content .right-content {
  /* blog images */
}
.post-content .right-content .imageCount1 .post-image {
  width: 100%;
}
.post-content .right-content .imageCount2 .post-image {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 10px;
}
.post-content .right-content .imageCount3 .post-image {
  width: 33.3333%;
  float: left;
  box-sizing: border-box;
  padding: 10px;
}
/*=======================================================
  Blog Comments
=======================================================*/
.post-comments {
  /* comment */
  /* blog form */
}
.post-comments .blog-comment {
  width: 60%;
}
.post-comments .blog-comments-form form > div > div span.commentLabel {
  width: 15%;
}
.post-comments .blog-comments-form form > div > div span.commentInput {
  width: 44%;
  float: left;
}
.post-comments .blog-comments-form form > div > div span.commentInput.submit {
  width: 59%;
}
/*=======================================================
  Events
=======================================================*/
.filter form > span {
  width: 48%;
  float: left;
  margin: 0 1% 10px 1%;
  clear: none;
}
.filter form > span label {
  float: left;
}
.filter form > span .sbHolder {
  float: left;
}
.filter form > span.events-iib {
  padding-top: 28px;
  margin-bottom: 0;
}
/* event list */
#tx_iibevents {
  width: 80%;
  margin: 0 auto;
}
/*=======================================================
  Social Sharing
=======================================================*/
#socialsharing {
  padding: 20px 0;
}
#socialsharing ul li {
  float: left;
  margin: 10px 0;
  width: auto;
}
/*=======================================================
  Log In
=======================================================*/
.tx-felogin-pi1 {
  width: 40%;
  margin: 0 auto;
}
/*=======================================================
  publications
=======================================================*/
.tx-iib-publications .colHalf {
  padding: 20px 0;
  border-bottom: none;
}
/*=======================================================
  news list container
=======================================================*/
.news-list-container {
  width: 55%;
}
.news-list-container .news-list-item h3 a {
  font-size: 20px;
}
/*=======================================================
  mediathek
=======================================================*/
.album {
  width: 50%;
  padding: 15px;
  float: left;
}
/*=======================================================
  news archiv
=======================================================*/
.news-amenu-container {
  margin: 0 auto;
  width: 55%;
}
.news-amenu-container ul li {
  padding: 5px 25px 5px 0;
  float: left;
}
/*=======================================================
  search
=======================================================*/
.tx-kesearch-pi1 {
  /* filter */
}
.tx-kesearch-pi1 #kesearch_filters {
  float: left;
  width: 25%;
  margin-right: 15px;
  padding: 0;
}
.tx-kesearch-pi1 .resetbutt {
  width: 25%;
  float: left;
  margin-right: 15px;
  padding: 8px 10px;
}
.tx-kesearch-pi1 .submitbutt {
  display: none;
}
/*=======================================================
  publikationen/newsletter
=======================================================*/
.cleverReachForm form {
  width: 40%;
}
/*=======================================================
  footer
=======================================================*/
footer {
  background: url("./Images/background/footerbg.jpg") no-repeat center 0 #3b4950;
  /* landingpage */
}
footer .mainContent {
  padding: 0 20px 20px 20px;
}
footer .mainContent .hotline {
  margin-top: 0px;
}
footer .mainContent .hotline .number {
  margin-top: 10px;
}
footer .mainContent .newsletter {
  margin-top: 20px;
}
footer .mainContent .newsletter form input[type=text] {
  padding-left: 10px;
}
footer .mainContent .headlines .headline {
  font-size: 20px;
}
footer .mainContent .headlines .text {
  font-size: 18px;
}
footer .footerBG {
  height: 200px;
}
footer .footerBG .footerContent {
  margin: 0 auto;
  width: 95%;
}
footer .footerBG .footerContent .text {
  float: none;
  font-size: 18px;
  display: block;
}
footer .footerBG .footerContent .networkText {
  float: none;
  display: block;
  margin: 20px 0 0;
  padding: 0;
}
footer .footerBG .footerContent .social {
  clear: none;
}
footer.landingpage .footerBG .footerContent .text {
  width: 100%;
  margin-bottom: 20px;
}
footer.landingpage .footerBG .footerContent .networkText {
  width: 25%;
  float: left;
  margin: 17px 0 0 0;
}
footer.landingpage .footerBG .footerContent .social {
  width: 50%;
  float: left;
}
