@charset "UTF-8";

/* SCROLLBAR ON SAFARI */
::-webkit-scrollbar-thumb:horizontal { height: 15px; background-color:#ff9900; }
::-webkit-scrollbar-thumb:vertical { width: 15px; background-color:#ff9900;
-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
}

::-webkit-scrollbar { width: 15px; height: 15px; background: #dbdbdb;
-webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.13);
box-shadow: inset 1px 1px 4px rgba(0,0,0,0.13); }
html, body {font-size:100%;}
body {
margin:0;
padding:0;
overflow-y: scroll;
font-family: 'kamp',unit-light, Arial, Helvetica, sans-serif;
}

.container-wrap {
  width:100%;
}
.head-fixed {
  position:fixed;
  top:0;
  left:0;
  border:none;
  -webkit-appearance:none;
  border-collapse: collapse;
  z-index:999;
}

.container {
  width:999px;
  margin:0 auto;
}
.logocon {
  height:60px;
}
.logocon img {
  padding-top:20px;
}
.bgcolor1 {
  background:#fff;
}
.doorpage-top-menu {
  position:absolute;
  top:60px;
  left:0;
  background: #f1f1f1;
  z-index:998;
  line-height:35px;
}
.doorpage-top-menu .container {
  font-size: 1.125em;
}
.doorpage-top-menu  .topmenu {
  list-style-image:none;
  width:100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: box;
}
.doorpage-top-menu  .topmenu li{
  -webkit-box-flex: 1;
   -moz-box-flex: 1;
  box-flex: 1;
  -ms-flex:1;
  margin-bottom: 0;
  list-style-type: none;
}
.doorpage-top-menu  .topmenu li a {
  display: block;
}
.doorpage-top-menu  .topmenu li a:hover {
  background: #dcdcdc;
}
#con_header a, #con_header a:hover, #con_header a:visited{
  font-size:0.688em;
  color:#333;
  text-decoration:none;
  padding-right:10px;
}
.doorpage-content {position:absolute; top:40%;}
.doorpage-content h1 {font-weight:normal; font-size:2.375em; line-height:44px; padding:10px 0px 8px 35px; margin:0; background:#fff; color:#1d4485; width:40%;}
.doorpage-content p {background:#fff; padding:10px 0px 10px 35px; width:55%; line-height:22px;}

.typo-content {
  margin-top:60px;
  background-color:#fff; /*background-image:url(/fileadmin/templates/kamp_web/bilder/back-kamp-web.png); background-repeat:no-repeat; background-position:center -60px;*/
}
.bigcontent-wrap {
}
.bigcontent-text {
   position: absolute; z-index: 999; width: 50%; padding: 20px 20px 20px 50px; background-color: rgba(255,255,255,0.85);
}
.bigcontent-text h1 {}
.bigcontent-innerwrap .einleitung a, .bigcontent-innerwrap .einleitung{color:#111; font-size:1.15em; line-height:1.5em;}
.bigcontent-text h1 {
  font-size: 2em;
  /* 2x body copy size = 32px */
  line-height: 1.25;
  /* 45px / 36px */
  margin-top:0;
}

.show-scroll-icon {
position:absolute;
bottom:0px;
left:0px;
height:10vh;
width:50px;
background-image:url(/fileadmin/templates/kamp_web/bigcontentpage/images/scoll-down-icon.png);
background-color:#1d4485;
background-position:center center;
background-repeat: no-repeat;
background-size:auto 75% ;}

.bigcontent-image .csc-textpic-single-image img,
.bigcontent-image .csc-textpic-image img {
    height: auto;
    left: 0;
    min-height: 100%;
    min-width: 1024px;
    position: fixed;
    top: 0;
    width: 100%;
}

.bigcontent-innerwrap {margin-top:0px;}

.kamp-leftside-wrap {width:200px; float:left;}
.main-content-wrap {position:relative; /*margin-left:214px;*/}
.topthema-container {
  position: relative;
  background: none repeat scroll 0 0 #F5F5F5;
  height: 267px;
  width: 783px;
  background: #fefefe; /* Old browsers */
  background: -moz-linear-gradient(top,  #fefefe 0%, #d1d1d1 49%, #dbdbdb 50%, #e2e2e2 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(49%,#d1d1d1), color-stop(50%,#dbdbdb), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fefefe 0%,#d1d1d1 49%,#dbdbdb 50%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fefefe 0%,#d1d1d1 49%,#dbdbdb 50%,#e2e2e2 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fefefe 0%,#d1d1d1 49%,#dbdbdb 50%,#e2e2e2 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fefefe 0%,#d1d1d1 49%,#dbdbdb 50%,#e2e2e2 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
  margin-bottom:18px;
}
.topthema-image {float:left; margin-right:10px;}
.topthema-image  .csc-textpic-imagewrap,
.topthema-image img{margin:0; padding:0;}
.topthema-text {padding: 10px 20px 10px 10px;}

.ds_rahmen:after,
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.ds_rahmen,
.clearfix {
  display: inline-block;
}

html[xmlns] .ds_rahmen,
html[xmlns] .clearfix {
  display: block;
}

* html .ds_rahmen,
* html .clearfix {
  height: 1%;
}

.touch .bigcontent-innerwrap .bigcontent-image.clearfix {width:100%;}


.bigcontent-wrap .csc-textpic-imagewrap {margin-top:0px;}
.content {padding-bottom:30px;}
.Bigcontent-Teaser {box-sizing:border-box; width:100%; height:150px; background:none; z-index:980; overflow:hidden;}
.Bigcontent-Teaser .bc-teaser {position:relative; float:left; display:block; height:150px; width:33.3333%; margin-top:106px; background:#f1f1f1; transition: all 0.2s ease-out;}
.Bigcontent-Teaser .bc-teaser:hover {margin-top: 0px;}
.Bigcontent-Teaser .bc-teaser p, .Bigcontent-Teaser .bc-teaser h2 {padding:0 10px;margin-top: 12px;}
.Bigcontent-Teaser .bc-teaser p {margin-top: 15px; font-size:1.25em;}

.bct1, .bct2, .btc3 {box-sizing:border-box; border-right:solid 1px #fff;}
.bct3 {border-color:none;}
/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
    opacity:0;  /* make things invisible upon start */
    -webkit-animation:fadeIn ease-in 0.25s;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation:fadeIn ease-in 0.25s;
    animation:fadeIn ease-in 0.25s;

    -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:0.35s;
    -moz-animation-duration:0.35s;
    animation-duration:0.35s;
}

.fade-in.one {
-webkit-animation-delay: 0.25s;
-moz-animation-delay: 0.25s;
animation-delay: 0.25s;
}

.fade-in.two {
-webkit-animation-delay: 0.5s;
-moz-animation-delay: 0.5s;
animation-delay: 0.5s;
}

.fade-in.three {
-webkit-animation-delay: 0.8s;
-moz-animation-delay: 0.8s;
animation-delay: 0.8;
}
.fade-in.four {
-webkit-animation-delay: 1.25s;
-moz-animation-delay: 1.25s;
animation-delay: 1.25s;
}

/*.video-background {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.video-background video {
  min-height: 100%;
  min-width: 100%;
  image-fit: fill;
  z-index: 10;
}*/

#controls {
   position: absolute; bottom: 70px; left: 20px; z-index: 1100;
}
#controls span{ padding: 10px; display: block; cursor: pointer; margin-right:1px; background: #fff; height:30px; line-height:30px; z-index: 1100;}
.kamp-video-bg, .kamp-video {
/*  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  overflow: hidden; */
position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  overflow: hidden;
  image-fit: fill;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ipad-play-wrapper {
  display:none;
  height:80px;
  font-size:28px;
  color:#1d4485;
  background:rgba(255,255,255,0.75);
  overflow: auto;
  margin: auto;
  position: absolute;
  z-index:600;
  text-align:center;
  top: 300px; left: 0; bottom: 0; right: 0;
}
.ipad-play {display:block; line-height:80px;}
#timebar {
  position:absolute;
  bottom:0;
  left:0;
  height:5px;
  background:#ff9900;
  display:none;
  z-index:999;
  transform: translate3d(0,0px,0);
}
.en-fullscreen {cursor:pointer;}


/* KAMP NEUE FONT STYLES */
.tx-jppageteaser-pi1 h1 a, .tx-jppageteaser-pi1 h2 a, .tx-jppageteaser-pi1 h3 a {display:block; padding: 3px 0 0px 15px; color:#1d4485;}
.tx-jppageteaser-pi1 h1, .tx-jppageteaser-pi1 h2 {padding:0; margin-top:0; margin-bottom:10px;}
.tx-jppageteaser-pi1-top h1 {margin-top:15px;}
.tx-jppageteaser-pi1-list-entry-description a {font-size:13px; color:#222222;}
.tx-jppageteaser-pi1-list-entry-link-item a {font-size:13px;}
.tx-jppageteaser-pi1-list-entry-last {margin-right:0;}

/* NEW BIGCONTENT TEASER
***********************************************/
.tx-jppageteaser-pi1-bigcontent {}
.bc-teaser-element {display:inline-block; margin:0; padding:0; width:33%; vertical-align: top;}
.bc-teaser-element-description h2, .bc-teaser-element-description h2 a, .bigcontent-top-description h1, .bigcontent-top-description h1 a {margin:0; padding:0;}
.bc-teaser-element-description {display:block; box-sizing:border-box; padding:10px;}
.bigcontent-top {display:block;}
.bigcontent-top a {display:inline-block;}
.bigcontent-top-description {display:inline-block; width:48%; vertical-align:top; box-sizing:border-box; padding-left:15px; font-size:1.15em; line-height:1.5em;}

/* KAMP TEASER
***********************************************/
.kamp-teaser-item {display:inline-block; width:33.33%;  margin:0; padding:0; vertical-align: top;}
.kamp-teaser-item-text {display:block; box-sizing:border-box; padding:0 10px;}
.kamp-teaser-item p, .kamp-teaser-item h2{}
.kamp-teaser-item .kamp-teaser-item-pic {}



.kamp-bigteaser-item {display:block; margin:0; padding:0; width:100%; vertical-align: top;}
.kamp-bigteaser-item-pic, .kamp-bigteaser-item-pic a, .kamp-bigteaser-item-pic img, .kamp-bigteaser-item-text {display: inline-block;}
.kamp-bigteaser-item-text {width:460px; vertical-align:top;}
.kamp-bigteaser-item-pic {margin-right:20px;}

.kamp-twoteaser {vertical-align: top;}
.kamp-twoteaser-item {display:inline-block; width:497px; margin-right: 6px; vertical-align: top;}
.kamp-twoteaser-item:last-child {margin-right: 0px;}
.kamp-teaser-item .kamp-teaser-item-pic a,
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT a { display: block; overflow: hidden; margin-right:5px;}
.kamp-teaser-item .kamp-teaser-item-pic img,
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT a img{
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
}
.kamp-teaser-item .kamp-teaser-item-pic img:hover,
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT a img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}


/******************************************************************/
/* News Modul "LATEST" mit CSS
/******************************************************************/

#wpcumuluswidgetcontent a{
  font-size:11px;
}
a {text-decoration:none;}

.csc-textpic-clear {display:none;}
.tx-pbsurvey-pi1 .survey_item, .tx-pbsurvey-pi1 .pagenumbering  {width: 100%;}
.tx-pbsurvey-pi1 .pagenumbering .bartext {font-size: 11px;} !important
.tx-pbsurvey-pi1 .one-survey table {box-sizing:border-box;}
.tx-pbsurvey-pi1 .one-survey table td:first-of-type {width:30%}
.tx-pbsurvey-pi1 .one-survey table td {width:70%}
.tx-pbsurvey-pi1 .one-survey input[type="text"] {width:100%;}


/****** NEUES MENU HOME ********/
.header, nav, nav ul, nav ul ul, nav ul ul ol {z-index:999;}
.bigcontentpage .kamp-newmenu .ebene-2 li {box-sizing: border-box; padding:20px 0;}
.bigcontentpage .kamp-newmenu .ebene-3-ol li {box-sizing: border-box; padding:0px 0;}

nav {
  position:fixed;
  top:60px;
  width: 100%;
  cursor:pointer;
}
nav ul, nav ol, nav li {box-sizing: border-box;}
nav a {text-decoration: none; color:#1d4485;}
nav a:hover  {color:#ff9900;}
nav .ebene-1 {
  /*display: -webkit-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;*/
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  margin: 0;
  padding: 0;
  line-height:35px;
  background:#f1f1f1;
  padding:0;
  width:100%;
  border-bottom:1px solid #e5e5e5;
  border-top:1px solid #e9e9e9;
}
nav .ebene-1 li {
  list-style: none;
  flex-grow: 1;
  padding:0 20px ;
  text-align: left;
  width: auto;
}
nav .ebene-1 li a {
  display: block;
}

nav li, nav li a{
  color:#1d4485;
  display: block;
  line-height: 35px;
  width: auto;
}
nav li:hover {
  color: #f90;
}
nav .ebene-1 li:hover {
  color: #f90;
}
nav .ebene-2 {
  /*display: -webkit-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;*/
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  width: 100%;
  left:0;
  position: absolute;
  background:#e5e5e5;
  margin:0;
  padding:20px 0px;
}
nav li.active {background:#e5e5e5; color:#ff9900;}
nav .ebene-2 li {
  list-style: none;
  flex-grow: 1;
  text-align: left;
  padding-left:20px;
  width: auto;
}
nav .ebene-3 {
  display:block;
  margin:0;
  padding:0;
}
nav .ebene-3 li{
  display:block;
  width: auto;
}
nav .ebene-3-ol {margin:0; padding:0;}
nav .ebene-3-ol li{margin:0; padding:0;}
nav .ebene-3-ol li a{color:#000;}
nav .ebene-3-ol li a:hover{color:#ff9900;}
/*font-styles menu*/
nav .ebene-2 li a {font-weight:normal; color:#1d4485;}
nav .ebene-2 li a:hover {font-weight:normal;color:#ff9900; background: none;}
nav .ebene-3-ol li a{font-weight:normal; color:#000;}
nav .ebene-3-ol li a:hover {font-weight:normal;}

.header {box-sizing: border-box;}
.header .logo {color: #fff;font-size:125%; line-height: 45px; padding-left:20px;}

nav #nav-toggle span, nav #nav-toggle span:before, nav #nav-toggle span:after {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 35px;
  background: white;
  display: block;
  content: '';
}
nav #nav-toggle span:before {
  top: -20px;
}
nav #nav-toggle span:after {
  top: 20px;
}
nav #nav-toggle span, nav #nav-toggle span:before, nav #nav-toggle span:after {
  transition: all 350ms ease-in-out;
}
nav #nav-toggle.active span {
  background-color: transparent;
}
nav #nav-toggle.active span:before, nav #nav-toggle.active span:after {
  top: 0;
}
nav #nav-toggle.active span:before {
  transform: rotate(45deg);
}
nav #nav-toggle.active span:after {
  transform: rotate(-45deg);
}
body.noscroll {overflow: hidden;}
nav.mobile {position:absolute; left:0; right:0; bottom:inherit; box-sizing:border-box;}
.noscroll nav.mobile {bottom:0}
nav.mobile .kamp-newmenu.menuisin {height:100% !important; background:#e5e5e5; box-sizing:border-box;}
nav.mobile #nav-toggle-wrapper {width:100%; height:80px; background-color:#1d4485; text-align: center; position: relative; }
nav.mobile ul {padding: 20px 0;}
nav.mobile .ebene-1 {}
nav.mobile li, nav.mobile li a {line-height: 1.5em;}
nav.mobile .ebene-1, nav.mobile .ebene-2, nav.mobile .ebene-3 {display: block; height:auto !important;}
nav.mobile .ebene-1 {font-size:2em; height:100% !important;}
nav.mobile .ebene-1 li {padding:20px;}
nav.mobile .ebene-2 {position: inherit; display: block !important;}
nav.mobile .kamp-newmenu.menuisin{overflow-y: scroll}
/******************************************************************/
/* DHP-Site Styles
/******************************************************************/
.dhp-site, .dhp-site .content-background p {font-size:1em;}
.dhp-site .head-fixed {background:rgba(255,255,255,0.8);}
.dhp-site .doorpage-top-menu {position:fixed; background:rgba(255,255,255,0.85);}
.dhp-content-wrap {position:relative; top:100px;}
.dhp-site .ui-widget {font-family: inherit;}
.dhp-site .ui-state-default a, .dhp-site .ui-state-default a:link, .dhp-site .ui-state-default a:visited {color:#ff9900;}
video#bgvid, #bgvid-mobile {
  position: fixed; right: 0; bottom: 0;
  min-width: 100%; min-height: 100%;
  width: auto; height: auto; z-index: -100;
  /*background: url(/fileadmin/templates/kamp_web/bigcontentpage/video/nebula.jpg) no-repeat;*/
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bgmobile {
  height:auto;
  /*background: url(/fileadmin/templates/kamp_web/bigcontentpage/video/nebula.jpg) no-repeat center center fixed; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.dhp-wrap-w-back {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.85);
    padding: 20px 20px 0 20px;
}
.dhp-wrap-w-back:first-child {margin-top:20px;}
.dhp-wrap-w-back:last-child {padding-bottom:20px;}
.dhp-site .doorpage-top-menu .topmenu li a {
    display: block;
    padding-left: 15px;
}
.dhp-wrap-w-back:after {
  content:"";
  display:table;
  clear:both;
}
.dhp-site .doorpage-top-menu .topmenu li a:hover, .dhp-site .doorpage-top-menu .dhp-act a {
    background: none repeat scroll 0 0 #ff9900;
    color: #fff;
}
.dhp-site .topmenu li:last-of-type {
    background:#ccc;
    color:#1d4485;
}

.dhp-site .tx-vcccregistration-pi1 input[type="text"], .dhp-site .tx-vcccregistration-pi1 input[type="password"] {
  display:block;
  width:100%;
  margin:10px 0;
}
.pass-tool {
      background-color: red;
    color: #fff;
    display: block;
    font-size: 0.75em;
    font-weight: bold;
    padding: 5px;
}

.dhp-offer-table th, .dhp-offer-table td {vertical-align: top;}
.offer-facts {padding:0;margin:0;}
.offer-facts li {font-size:1.375em;}
.offer-facts li > span {font-size:0.875em;}


#vcccreg_pass1, #vcccreg_pass2 {margin-bottom:0;}
.reg-form-info {margin-top:10px;}
.error-msg {color:red; font-weight:bold;}
.dhp-site-bg {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}
.dhp-site-bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
}
/* DHP FAQ */
.tx-cfabwwwminifaq-pi1-questions {
  padding-bottom:20px;
  border-bottom: solid 1px #000;
}
.tx-cfabwwwminifaq-pi1-questions ol {list-style-position:inside; padding-left:0;}
.tx-cfabwwwminifaq-pi1-q-a-package {margin-left:0; padding-right:0;}
.tx-cfabwwwminifaq-pi1-q-a-package a:before {
  display: block;
   content: " ";
    height: 150px;      /* Give height of your fixed element */
        margin-top: -150px; /* Give negative margin of your fixed element */
        visibility: hidden;
}
.tx-cfabwwwminifaq-pi1-answers {
  list-style-type:none;
  margin-left:0; padding-left:0;
}
.tx-cfabwwwminifaq-pi1-q {font-size:0.938em; font-style:normal; font-weight:bold; }
.tx-cfabwwwminifaq-pi1-a, .tx-cfabwwwminifaq-pi1-a p {font-size:0.938em; font-style:normal; color:#000;}


/**** Relaunch 2015 *******/
.frontEndEditIcons {opacity:0.3;}
body.newcontent {font-size:1em; box-sizing:border-box;}
body.no-pt-main-space {padding-top: 97px;}
.section-wrapper {}
.wrapper-lines .section-inner {border-top: solid 1px #dcdcdc; border-bottom:solid 1px #dcdcdc; margin: 25px auto;}
.col-grey {background-color:#f1f1f1;}
.col-or {background-color:#ff9900; color:#ffffff;}
.col-bl {background-color:#1d4485; color:#ffffff;}
.section-inner {width:100%; max-width:1000px; box-sizing: border-box; padding: 10px 0;  margin:0 auto;}
.section-wrapper:last-of-type > .section-inner {padding-bottom:20px;}
.section-wrapper:first-of-type > .section-inner {padding-top:10px;}
.container-relaunch .einleitung {margin-bottom:0px;}
.content-global-wrapper {padding-top:100px;}
.container-relaunch .content {padding-bottom:0;position:relative;}

.imgLiquid_ready, .imgLiquid_bgSize{
    background-position: 50% 0px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-property: background-position;
}

.col-or h1, .col-or h2, .col-or h3, .col-or h4, .col-or h5, .col-or h6{
  color: #fff;
}
.col-bl h1, .col-bl h2, .col-bl h3, .col-bl h4, .col-bl h5, .col-bl h6{
  color: #fff;
}
.news-single-files dd {color:#777;}
.news-single-files dd > a, .news-single-files dd > img {display:inline-block; margin-right:10px;}
.bigcontentpage .news-single-item .news-single-backlink {display:block;background: #f1f1f1;line-height: 32px;padding: 0 10px; border: solid 1px #dcdcdc;font-weight: 800;margin: 20px 0;}
.bigcontentpage .news-single-item .news-pics {display: block;}
.bigcontentpage .news-single-item .news-pics-item {display: inline-block; margin-right:5px;}
.bigcontentpage .news-single-item .news-pics-item img {display: block;}
.bigcontentpage .bigcontent-half DIV.csc-textpic-single-image {width:100% !important;}
.bigcontentpage .bigcontent-half DIV.csc-textpic-single-image IMG{width:100% !important; height:auto;}


/*.newcontent #pager {top:50px;}
.newcontent .pt-triggers {top:35%;}*/
.newcontent .ds_newsheader_aktuelles {background: #f1f1f1;}
.newcontent .news-latest-gotoarchive > a {display:inline-block; padding:5px 15px; background:#f1f1f1; border:solid 1px #dcdcdc; border-radius: 2px;}
.newcontent a.button, .newcontent .browseLinksWrap span, .newcontent .browseLinksWrap a {color:#333; font-size: 0.875em;}
.newcontent .col-grey .contenttable {margin:0;}
.newcontent .col-grey .contenttable li {margin:0;}
.tx-kampemailform-pi1 .kamp-ef-beschriftung .ds_archivheader {clear:both; display:block; background: #f1f1f1;line-height: 32px;padding: 0 10px; border: solid 1px #dcdcdc;font-weight: 800;margin: 20px 0;}
.bigcontentpage .ds_archivheader a {display:block;}
.bigcontentpage .map-disabled{pointer-events: none;}
.bigcontentpage .tx-medynamicform-pi1 #CAPTCHAHTML {margin-bottom:5px; margin-left:200px;}
.bigcontentpage .tx-kampemailform-pi1 .kamp-ef-beschriftung {float:none; display: block; width:200px;}
.bigcontentpage .tx-kampemailform-pi1 input[type="text"], .bigcontentpage .tx-kampemailform-pi1 select, .bigcontentpage .tx-kampemailform-pi1 textarea {width:90%;}
.csc-textpic-text h1 img {margin:0; margin-right:10px; vertical-align: text-top; margin-top:-3px;}
/* Glossar */
.tx-a21glossaryadvancedoutput-pi1-browsebox {
  display: block;
  text-align: center;
  padding: 10px 0;
}
.tx-a21glossaryadvancedoutput-pi1-browsebox p a {margin:0 10px;}
.tx-a21glossaryadvancedoutput-pi1 .navbar {display: -webkit-flex; display:flex;-webkit-flex-flow: row wrap;
  flex-flow: row wrap; margin:20px 0; border: solid 1px #dcdcdc; border-left:0; border-right:0;}
.tx-a21glossaryadvancedoutput-pi1 .navbar a{-webkit-align-content: space-between;
  align-content: space-between; flex-grow: 1;}
.tx-a21glossaryadvancedoutput-pi1 .glossary dt {font-weight:100; font-size:2em; color:#ff9900;}
.tx-a21glossaryadvancedoutput-pi1 .glossary dd {margin:5px 0 15px 0; border-bottom:1px solid #efefef; padding-bottom:15px; color:#333;}

.bigcontentpage .bigcontent-half DIV.csc-textpic-single-image IMG.frontEndEditIcons {width: 16px !important;}

/*********** NAVIGATION **************/
/*!
 * SlickNav Responsive Mobile Menu v1.0.7
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  .slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em; }
    .slicknav_menu .slicknav_icon:before {
      background: transparent;
      width: 1.125em;
      height: 0.875em;
      display: block;
      content: "";
      position: absolute; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
  clear: both; }
  .slicknav_nav ul {
    display: block; }
  .slicknav_nav li {
    display: block; }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    .slicknav_nav .slicknav_item a {
      display: inline; }
  .slicknav_nav .slicknav_row {
    display: block; }
  .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
  font-size: 1em;
  box-sizing: border-box;
  background: #4c4c4c;
  padding: 5px; }
  .slicknav_menu * {
    box-sizing: border-box; }
  .slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000; }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #fff; }

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222; }

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden; }
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px; }
  .slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; }
    .slicknav_nav .slicknav_row:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #ccc;
      color: #fff; }
  .slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff; }
    .slicknav_nav a:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #ccc;
      color: #222; }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 1.125em;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }


/******************************************************************/
/* Scrollanimation
/******************************************************************/
.invisible {
    opacity: 0;
    visibility: hidden;
    border: 0 solid white;
}

.visible {
   -webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
  /* Other transform properties here */
    -webkit-transition: opacity 1s cubic-bezier(0.000, 0.950, 1.000, 0.955);
    transition: opacity 1s  cubic-bezier(0.000, 0.950, 1.000, 0.955);
    -webkit-animation: flyin 1s ease forwards;
    animation: flyin 1s ease forwards;
}

@-webkit-keyframes flyin {
    0% {
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes flyin {
    0% {
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-moz-keyframes bounce {
  0%, 20%, 27%, 36%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  24% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  30% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 27%, 36%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  24% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  30% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 27%, 36%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  24% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  30% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.arrow {
  position: absolute;
  bottom: 10vh;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
  background-size: contain;
}

.bounce {
  -moz-animation: 5s bounce infinite;
  -webkit-animation: 5s bounce infinite;
  animation: 5s bounce infinite;
  animation-delay: 5s;
}


/******************************************************************/
/* Media Queries iPad
/******************************************************************/
/***
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)  { .bigcontent-text {bottom:150px;}}
***/

/* Alte Queries */
@media (min-width: 50em) {
.bigcontent-text  h1 {
    font-size: 2.4em;
    /* 2.5x body copy size = 40px */
    line-height: 1.125;
  }
  .bitmi-flag {display:none;}
.bigcontent-innerwrap .einleitung a, .bigcontent-innerwrap .einleitung{font-size:1.25em; line-height:1.25em;}
}

@media (min-width: 56.25em) {
.bigcontent-text  h1 {
    font-size: 2.8em;
    /* 3x body copy size = 48px */
    line-height: 1.25;
    /* keep to a multiple of the 20px line height and something more appropriate for display headings */
  }
  .bitmi-flag {display:none;}
/*.bigcontent-innerwrap .einleitung a, .bigcontent-innerwrap .einleitung{font-size:1.4em; line-height:1.5em;}*/

}

body.bigcontentpage .fullscreen{
  position: fixed !important;
  background: none repeat scroll 0px 0px rgb(229, 229, 229);
  height: 100vh;
  width: 40vw;
  top: 0vh;
  left: 50vw;
  padding: 100px 5%;
  z-index: 100;
}
/* ======================================

  MediaQuery-Reporter Styles

========================================= */
/*
body.bigcontentpage:after {
  content: "normal CSS";
  font-size: 300%;
  font-weight: bold;
  position: fixed;
  bottom: 60px;
  width: 100%;
  text-align: center;
  background-color: hsla(1,60%,40%,0.7);
  color: #fff;
}
*/
.bigcontent-text {bottom:100px;}

 /* Smartphones (portrait and landscape) ----------- */
@media only screen
    and (min-device-width : 320px)
    and (max-device-width : 480px) {

      /*body.bigcontentpage:after {
        content: "Smartphones (portrait and landscape) 320 to 480px";
        background-color: hsla(90,60%,40%,0.7);
      }*/
      body.newcontent{font-size:1.3em}
      /*.bigcontent-text h1 {font-size:2em;}
      .bigcontent-innerwrap .einleitung a, .bigcontent-innerwrap .einleitung{}*/
      .newcontent .pt-wrapper {height:70vw !important;}

      DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
        float: initial;
        clear: both;
      }
      .csc-textpic div:nth-child(2) {
        margin:0 !important;
      }
      .bitmi-flag {display:none;}
}

@media only screen
    and (min-device-width : 768px)
    and (max-device-width : 1024px) {
    /*    body:after {
      content: "Tablets 768px to 1024px";
      background-color: hsla(180,60%,40%,0.7);

    }*/
    .bigcontent-text {bottom:150px;}
    .newcontent .bigcontent-text {bottom:75px;}
    .bigcontent-text h1 {font-size:2em;}
    .bigcontent-innerwrap .einleitung a, .bigcontent-innerwrap .einleitung{font-size:1.15em;}
    .bitmi-flag {display:none;}
}

@media only screen
  and (min-width : 1224px) {
/*
      body.bigcontentpage:after {
      content: "Desktops";
      background-color: hsla(270,60%,40%,0.7);
    }*/
    .bigcontent-text {bottom:150px;}
    .newcontent .bigcontent-text {bottom:75px;}
    .bitmi-flag {display:block;}
}

@media only screen
  and (min-width : 1824px) {
/*
      body.bigcontentpage:after {
      content: "Large Desktops";
      background-color: hsla(360,60%,40%,0.7);
    }*/
    .bigcontent-text {bottom:250px;}
    .newcontent .bigcontent-text {bottom:75px;}
    .bitmi-flag {display:block;}
}

/* Lightbox */
/* SLIMBOX */

#lbOverlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  cursor: pointer;
  z-index:1000;
}

#lbCenter, #lbBottomContainer {
  position: absolute;
  z-index: 9999;
  overflow: hidden;
  background-color: #fff;
}

.lbLoading {
  background: #fff url(/fileadmin/templates/kamp_web/images/loading.gif) no-repeat center;
}

#lbImage {
  position: absolute;
  left: 0;
  top: 0;
  border: 10px solid #fff;
  background-repeat: no-repeat;
  z-index:1001;
}

#lbSlide{
  display: block;
  position: absolute;
  width: 100%;
}

#lbPrevLink, #lbNextLink {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  outline: none;
  font-size: 100000px;  /* Workaround needed for IE */
  overflow: hidden;     /* Workaround needed for IE */
  /*color: #666;*/
  color: transparent;
}

#lbPrevLink {
  left: 0;
}

#lbPrevLink:hover {
  background: transparent url(/fileadmin/templates/kamp_web/images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
  width: 100%;
  right: 0;
}

#lbNextLink:hover {
  background: transparent url(/fileadmin/templates/kamp_web/images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
  /*font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;*/
  /*font-size: 10px;*/
  color: #666;
  line-height: 1.4em;
  text-align: left;
  border: 10px solid #fff;
  border-top-style: none;
  z-index:1001;
}

#lbCloseLink {
  display: block;
  float: right;
  width: 66px;
  height: 22px;
  background: transparent url(/fileadmin/templates/kamp_web/images/closelabel.gif) no-repeat center;
  margin: 5px 0;
  outline: none;
}

#lbCaption, #lbNumber {
  margin-right: 71px;

}

#lbCaption {
  font-weight: bold;
    z-index:5000;

}
