*{
  box-sizing: border-box;
}
.cf:before,
.cf:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.cf:after {
  clear: both;
}
*:focus{
  /* outline: solid 1px blue; */
}
body {
  margin: 0 auto;
  overflow: auto;
  padding: 0;
  font-family: "Roboto Condensed";
  background: url("../img/background.jpg");
  background-repeat: repeat;
}
b, strong {
  font-weight: 700;
}

p, img, ul, ol, table, tr, td {
  margin: 0;
  padding: 0;
  border: 0;
}
a, a:hover, a:active {
  text-decoration: none;
  color: #ffffff;
  transition: all 0.2s linear 0s;
    border: 0;
}
a.normal,
span.normal{
  color: #f07d00;
  padding-right: 20px;
  background: url('../img/arrow_orange.png') no-repeat right 65%;
  font-weight: 300;
}
.wrapper{
  width: 100%;
  /*min-width: 960px;*/
}

/*Header*/
.head-container {
  width: 100%;
  min-width: 960px;
  height: 735px;
  margin-bottom: -16px;
}

.wrapper_zwei header {
  height: 215px;
  margin-bottom: 0;
}

/* tx-calendar*/
   .right .tx-dp-calendar {
     width: 228px!important;
     float: right;
   }
   .right .dp-calendar-calendar,
   .right table {
     width: 100%!important;
   }
   .tx-dp-calendar .headline {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
   }
   .right .tx-dp-calendar div {
     width: 228px!important;
   }
   .right .tx-dp-calendar .dp-calendar-head {
     background: #EF7B00!important;
     float: none!important;
     height: 30px!important;
     font-size: 17px!important;
     font-weight: 600!important;
     margin-bottom: 2px!important;
     padding: 6px 17px 7px 20px!important;
     text-align: left!important;
     text-transform: uppercase!important;
   }
   .right .tx-dp-calendar tr {
     font-weight: 600!important;
     text-align: center!important;
   }
   .right .tx-dp-calendar thead {
     background: #F07D00!important;
     color: #fff!important;
   }
   .right .tx-dp-calendar thead th {
     font-weight: 400!important;
     padding: 2px 0!important;
   }
   .right .tx-dp-calendar .dp-calendar-next-month,
   .right .tx-dp-calendar .dp-calendar-last-month {
     color: #a9a9a9!important;
   }
   .right .tx-dp-calendar .dp-calendar-head-item {
     width: auto!important;
   }
   .right .tx-dp-calendar .dp-calendar-current {
     float: left!important;
     margin: 0 10px!important;
   }
   .right .tx-dp-calendar .dp-calendar-previous,
   .right .tx-dp-calendar .dp-calendar-next {
     float: left!important;
     overflow: hidden!important;
     text-align: right!important;
     width: 17px!important;
   }
   .right .tx-dp-calendar .dp-calendar-next {
    float: right!important;
   }
   .right .tx-dp-calendar td {
     font-weight: 400!important;
     padding: 2px!important;
   }
   .right .tx-dp-calendar .dp-calendar-head-row {
     width: auto!important;
   }
   .right .tx-dp-calendar .dp-calendar-head-row a {
     color: #fff!important;
   }
   .right .tx-dp-calendar .dp-calendar-current-day {
     background: #222937!important;
     color: #fff!important;
   }
   .right .tx-dp-calendar .dp-calendar-event-day > a {
     font-weight: 600!important;
     color: #222937!important;
   }
   .dp-calendar-foot {
    display: none;
   }

/* Slider */
.slider {
  position: absolute;
  width: 100%;
  min-width: 960px;
  top: 0;
  left: 0;
  right: 0;
}
.slider div {
  width: 1500px;
  margin: 0 auto;
}
.slider div img{
  position: absolute;
}
.slider div > .sliderDescription {
  position: relative;
  background: url("../img/descriptionButton.png") no-repeat scroll 90.5% 22.5% #222937;
  background-size: 70px 51px;
  color: #ffffff;
  width: 460px;
  height: 265px;
  padding: 40px;
  left: 250px;
  top: 275px;
  font-size: 22px;
  font-weight: 300;
}
.slider div > .sliderDescription img {
  position: absolute;
  right: 35px;
  top: 65px;
}
.slider div > .sliderDescription span {
  font-size: 25px;
  text-transform: uppercase;
}
.slider div > .sliderDescription h1 {
  font-weight: 700;
  font-size: 55px;
  line-height: 55px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.slider div > .sliderDescription a {
  display: block;
  width: 100%;
  height: 100%;
}
.slider div > .sliderDescription > .arrowDescription {
  position: absolute;
  background: url('../img/arrow_description_down.png') no-repeat;
  width: 35px;
  height: 18px;
  top: 265px;
  transition: all 0.2s linear 0s;
}

.slider div > .sliderDescription:hover > .arrowDescription {
  transition: all 0.2s linear 0s;
  background: url('../img/arrow_description_down_hover.png') no-repeat;
}
div.slider_points {
  position: absolute;
  width: 100%;
  margin-top: -50px;
  z-index:99999;
}
div.slider_points img{
  position: relative;
  padding-right: 5px;
  z-index: 9999;
}
.slider_points img:last-of-type{
  padding-right: 0;
}
.swiper-container .swiper-slide {
  height: 735px;
}
.swiper-container{
  height: 735px;
  z-index: 9998;
}
.swiper-pagination-switch {
  cursor: pointer;
  background: none repeat scroll 0 0 #ffffff;
  display: inline-block;
  height: 20px;
  margin-right: 14px;
  width: 20px;
  border-radius: 50px;
  transition: all 0.2s linear 0s;
}

.swiper-pagination-switch:hover {
  transition: all 0.2s linear 0s;
  box-shadow: inset 0 0 4px #1A1F2A;
}

.swiper-active-switch {
  background: url('../img/slide_active.png') 50% 50% no-repeat;
}

.swiper-pagination-switch.swiper-active-switch:hover {
  transition: all 0.2s linear 0s;
  box-shadow: none;
  cursor: auto;
}

/* Top-Menü / Main-Menü */
header {
  position: relative;
  width: 960px;
  height: 215px;
  background-color: #ffffff;
  margin: 0 auto;
  box-shadow: -1px 4px 7px -4px #000;
  border-bottom: 1px solid #e6e6e6;
  z-index: 99999;
}

  header .mitglied-werden {
    position: absolute;
    width: 135px;
    height: 40px;
    background-color: #f07d00;
    text-align: center;
    font-size: 18px;
    line-height: 35px;
    font-weight: 300;
    right: -87px;
    top: 47px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  header .mitglied-werden a {
    color: #ffffff;
    display: block;
    width: 100%;
    height: 100%;
  }
  .ie8 header .mitglied-werden{
    right: -135px;
  }
  header .header-topmenu{
    position: relative;
    float: left;
    width: 960px;
    height: 25px;
    color: #b2b2b2;
    font-weight: 300;
    font-size: 13px;
    border-bottom: 1px solid #e6e6e6;
    text-align: right;
    padding: 3px 25px;
  }
  header .header-topmenu li{
    display: inline;
    list-style: none;
  }
  header .header-topmenu li:after{
    content: "|";
    padding: 0 3px;
  }
  /* REACTIVATE! */
  header .header-topmenu li:first-child:after,
  header .header-topmenu li:last-child:after{
    content: "";
    padding: 0;
  }
  header .header-topmenu a {
    text-decoration: none;
    color: #b2b2b2;
    transition: all 0.2s linear 0s;
  }
  header .header-topmenu a:hover {
    text-decoration: underline;
    transition: all 0.2s linear 0s;
  }
  header .header-topmenu a.lang{
    margin-right: 20px;
    padding-left: 35px;
    background: url("../img/world_meta.png") no-repeat 0 0 rgba(0, 0, 0, 0);
  }
  header .header-logo {
    position: relative;
    float: left;
    width: 730px;
    height: 110px;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
  }
  header .header-logo img {
    height: 109px;
    width: 725px;
  }
  header .header-info {
    position: relative;
    float: left;
    height: 110px;
    width: 225px;
    padding: 20px 20px 0 0;
    border-bottom: 1px solid #e6e6e6;
    text-align: right;
  }
  header .header-info > div > a.normal {
    background-position: right 50%;
  }
  header .header-info div {
    height: 38px;
  }
  header .header-info input,
  .tx-indexedsearch-searchbox-sword.sword {
    vertical-align: top;
    margin: 0 0 10px -4px;
    border: 0;
    background-color: #f2f2f2;
    color: #BDBDBD;
    height: 38px;
    width: 164px;
    padding: 10px;
    font-size: 16px;
    text-align: left;
  }
  .tx-indexedsearch-searchbox-sword.sword {
      border: 1px solid #B4B4B4;
  }
  header .header-info input.submit {
    width: 38px;
  }
  header nav {
    width: 810px;
    height: 79px;
    float: right;
    border-left: 1px solid #e6e6e6;
  }
  header nav ul.root_navigation {
    list-style: none;
    height: 80px;
    font-size: 20px;
    font-weight: 300;
    transition: all 0.2s linear 0s;
  }
  header nav ul.root_navigation li {
    float: left;
    line-height: 110px;
    width: 155px;
    height: 100%;
    border-right: 1px solid #e6e6e6;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.2s linear 0s;
  }
  header nav ul.root_navigation li:last-of-type {
    transition: all 0.2s linear 0s;
    border-right: 0;
    width: 180px;
  }
  header nav ul.root_navigation a {
    display: block;
    width: 100%;
    height: 100%;
    color: #222937;
    transition: all 0.2s linear 0s;
    text-decoration: none;
  }
  .ie8 header nav ul.root_navigation a{
    font-size: 14px;
  }
  header nav ul.root_navigation a:hover {
    transition: all 0.2s linear 0s;
    color: #ffffff;
    text-decoration: none;
  }
  header nav ul.root_navigation > li:hover,
  header nav ul.root_navigation li.active{
    transition: all 0.2s linear 0s;
    background: #f07d00;
    background: -moz-linear-gradient(top,  #f07d00 0%, #eb6800 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f07d00), color-stop(100%,#eb6800));
    background: -webkit-linear-gradient(top,  #f07d00 0%,#eb6800 100%);
    background: -o-linear-gradient(top,  #f07d00 0%,#eb6800 100%);
    background: -ms-linear-gradient(top,  #f07d00 0%,#eb6800 100%);
    background: linear-gradient(to bottom,  #f07d00 0%,#eb6800 100%);
    box-shadow: 0 -3px 5px -5px #000000 inset;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
  }
  header nav ul.root_navigation > li:hover > a {
    transition: all 0.2s linear 0s;
    color: #ffffff;
    text-decoration: none;
  }
  header nav ul.root_navigation li.active > a {
    box-shadow: none;
    color: #ffffff;
    text-decoration: none;
  }
  header nav ul.root_navigation ul {
    display: none;
    border: 0;
    margin-top: -30px;
  }
  /*header nav ul.root_navigation li.active > a{*/
  /*  display: inline;*/
  /*}*/
  header nav ul.root_navigation li:hover > ul {
    transition: all 0.2s linear 0s;
    display: inherit;
    list-style: none;
  }
  header nav ul.root_navigation li:hover > ul > li {
    transition: all 0.2s linear 0s;
    width: 250px;
    /*height: 50px;*/
    padding: 10px 0 10px 15px;
    text-align: left;
    line-height: 30px;
    background-color: #ffffff;
    border-right: 0;
    border-bottom: 1px solid #e6e6e6;
  }
  header nav ul.root_navigation li:hover > ul > li:last-of-type {
    transition: all 0.2s linear 0s;
    border-bottom: none;
  }
/*  KD: 19-09-2014 */
  header nav ul.root_navigation > li:last-of-type > ul > li{
    float: right;
  }
/*   */
  header nav ul.root_navigation li:hover > ul > li:hover,
  header nav ul.root_navigation li:hover > ul > li:active{
    transition: all 0.2s linear 0s;
    background-color: #f07d00;
    /*box-shadow: 0 0 10px 0px #d46e00 inset;*/
    color: #ffffff;
  }
  header nav ul.root_navigation li:hover > ul > li:hover > a{
    transition: all 0.2s linear 0s;
    color: #ffffff;
  }
  header nav ul.root_navigation li:hover > ul > li.arrowList {
    transition: all 0.2s linear 0s;
    background: url('../img/nav_arrow.png') no-repeat #fff;
    background-position: 95% 55%;
    position: relative;
  }
  header nav ul.root_navigation li:hover > ul > li.arrowList:hover {
    transition: all 0.2s linear 0s;
    background: url('../img/nav_arrow_hover.png') no-repeat #ffffff;
    box-shadow: -3px -3px 5px -5px #000000 inset;
    background-position: 95% 55%;
    background-color: #f07d00;
    background: url('../img/nav_arrow_hover.png') no-repeat #fff; /* fallback */
    background-image: url('../img/nav_arrow_hover.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f07d00), color-stop(100%,#eb6800)); /* Saf4+, Chrome */
    background-image: url('../img/nav_arrow_hover.png'), -webkit-linear-gradient(top,  #f07d00 0%,#eb6800 100%); /* Chrome 10+, Saf5.1+ */
    background-image: url('../img/nav_arrow_hover.png'),    -moz-linear-gradient(top,  #f07d00 0%, #eb6800 100%); /* FF3.6+ */
    background-image: url('../img/nav_arrow_hover.png'),     -ms-linear-gradient(top,  #f07d00 0%,#eb6800 100%); /* IE10 */
    background-image: url('../img/nav_arrow_hover.png'),     -o-linear-gradient(top,  #f07d00 0%,#eb6800 100%); /* Opera 11.10+ */
    background-image: url('../img/nav_arrow_hover.png'),     linear-gradient(to bottom,  #f07d00 0%,#eb6800 100%); /* W3C */
  }
  header nav ul.root_navigation li > ul > li.arrowList.active{
    transition: all 0.2s linear 0s;
    background: url('../img/nav_arrow_hover.png') no-repeat #ffffff;
    box-shadow: -3px -3px 5px -5px #000000 inset;
    background-position: 95% 55%;
    background-color: #f07d00;
  }
  /*KD: 30.09.2014 / Menu: sublist*/
  header nav ul.root_navigation > li > ul > li > ul.sublist{
    width: 215px;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,.3);
  }
  header nav ul.root_navigation li:hover > ul > li:hover > ul.sublist{
    transition: all 0.2s linear 0s;
    /*margin-top: -40px;*/
    position: absolute;
    top: 30px;
    margin-left: 235px;
  }
  header nav ul.root_navigation li:hover > ul > li:hover > ul.sublist > li:first-of-type{
    transition: all 0.2s linear 0s;
    border-top: 0;
    margin-top: -1px;
    /*height: 51px;*/
  }
  header nav ul.root_navigation ul li.active{
    transition: all 0.2s linear 0s;
    background: #f07d00;
    background: -moz-linear-gradient(top,  #f07d00 0%, #eb6800 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f07d00), color-stop(100%,#eb6800));
    background: -webkit-linear-gradient(top,  #f07d00 0%,#eb6800 100%);
    background: -o-linear-gradient(top,  #f07d00 0%,#eb6800 100%);
    background: -ms-linear-gradient(top,  #f07d00 0%,#eb6800 100%);
    background: linear-gradient(to bottom,  #f07d00 0%,#eb6800 100%);
    box-shadow: 0 -3px 5px -5px #000000 inset;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
  }

/* Content */
.content {
  height: 1218px;
  background-color: #222937;
  background-image: radial-gradient(circle, #757a84 1%, #222937 75%);
  margin-top: 16px;
}
.content_zwei {
  /*background-color: #F2F2F2;*/
}
.content > .contentwrapper,
.content_zwei > .contentwrapper{
  width: 960px;
  max-height: 1218px;
  margin: 0 auto;
  padding-top: 70px;
}
.content_zwei > .contentwrapper{
  min-height: 400px;
  max-height: none;
  padding-top: 30px;
}
.startTeaser {
  float: left;
  background-color: #ffffff;
  color: #000000;
  width: 639px;
  height: 313px;
  border: 1px solid #e6e6e6;
  font-size: 22px;
  padding: 40px;
  line-height: 30px;
}
.startTeaser h1 {
  font-weight: 400;
  line-height: 50px;
  margin: 0 0 20px;
  font-size: 50px;
 }
  .startTeaser p {
    font-weight: 300;
    margin-bottom: 40px;
  }
  .startTeaser p:last-of-type {
    margin-bottom: 0;
  }
  .actualSeminar {
    width: 318px;
    /*border-bottom: 1px solid #e6e6e6;*/
  }
  .startNews:nth-child(3) {
    /*border-right: 1px solid #e6e6e6;*/
  }
  .startNews {
    float: left;
    width: 319px;
    height: 443px;
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    background-color: #ffffff;
    font-weight: 300;
    font-size: 22px;
  }
  .startNews figure {
    margin: 0;
  }
  .startNews a {
    color: #000000;
    display: block;
    width: 100%;
    height: 100%;
  }
  .startNews div {
    padding: 20px;
    line-height: 28px;
  }
  .startNews h2 {
    margin: 0 0 10px 0;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
  }
  .startNews img.hover {
    position: absolute;
    display: none;
    opacity: 0.9;
    width: 318px;
  }
  .aMerkblatt {
    float: left;
    width: 638px;
    height: 313px;
    background: #ffffff url('../img/aMerkblatt_bg.png') left 1px no-repeat;
    border: 1px solid #e6e6e6;
    border-top: none;
  }
  .actualSeminar,
  .newMerkblatt {
    float: left;
    background-color: #1d2330;
    height: 313px;
    color: #ffffff;
    padding: 20px 35px;
    line-height: 25px;
  }
  .newMerkblatt {
    width: 319px;
  }
  .actualSeminar > a span{
    font-size: 25px;
    text-transform: uppercase;
  }

  .actualSeminar {
    font-weight: 300;
    font-size: 22px;
  }

  .newMerkblatt  > a {
    font-weight: 300;
    font-size: 20px;
  }

  .newMerkblatt > a > span {
    font-size: 22px;
    text-transform: none;
  }

  .newMerkblatt > a > p + p,
  .actualSeminar > a > p,
  .aMerkblatt > a > p {
    clear: both;
    float: left;
    height: 62px;
    width: 160px;
    padding-left: 65px;
    margin-top: 50px;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    padding-top: 4px;
    background: url('../img/more_button.png') no-repeat left;
    background-size: 50px 50px;
  }
  .newMerkblatt > a,
  .actualSeminar > a {
    color: #ffffff;
  }
  .aMerkblatt > div > a:hover {
    color: #F07D00;
  }
  .newMerkblatt > a,
  .actualSeminar > a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .actualSeminar > a > p {
    width: 200px;
    margin-top: 30px;
  }
  .aMerkblatt > a > p{
    color: #000000;
    width: 220px;
    height: 62px;
    margin-top: 15px;
    line-height: 28px;
    background-repeat: no-repeat;
    background-position: left;
      background-image: url(../img/amerkblatt.jpg);
  }
  .actualSeminar > a > h2,
  .newMerkblatt > a > h2{
    font-size: 50px;
    font-weight: 400;
    line-height: 50px;
    margin: 0 0 5px;
  }
  .aMerkblatt {
    color: #000000;
    padding-left: 170px;
    font-size: 20px;
  }
  .aMerkblatt > h2 {
    font-weight: 400;
    font-size: 40px;
    color: #f07c00;
    margin: 7px 0;
    text-transform: uppercase;
  }

  .aMerkblatt > h3 {
    font-weight: 400;
    font-size: 30px;
    margin: 5px 0;
  }
  .aMerkblatt a:hover > p {
    color: #f07c00;
  }


/**
*** Zweispaltig
**/
.breadcrumb{
  margin-bottom: 12px;
}
.breadcrumb ul{
  margin: 0;
  padding: 0;
}
.breadcrumb li{
  display: inline;
  list-style: none;
}
.breadcrumb,
.breadcrumb li a{
  font-size: 15px;
  font-weight: 400;
  color: #9a9a9a;
}
.breadcrumb li a.activeBreadcrumb {
  color: #000000;
  text-decoration: underline;
}
.breadcrumb li:after{
  content: ">";
  margin: 0 3px;
}
.breadcrumb li:last-of-type:after{
  content: "";
  margin: 0;
}
.headline {
  width: 960px;
  background: #222937 no-repeat right;
  padding: 10px 0 10px 37px;
  color: #ffffff;
  text-transform: uppercase;
}

.headline_img {
  width: 960px;
  min-height: 264px;
  background: #222937 no-repeat right;
  padding: 150px 0 0 37px;
  color: #ffffff;
  text-transform: uppercase;
}
  .headline span,
  .headline_img span {
    font-size: 25px;
  }
  .headline h1,
  .headline_img h1 {
    font-size: 55px;
    line-height: 55px;
    font-weight: 700;
    margin: 0;
  }

.content_zwei .submenu + .left,
.content_zwei .submenu + .left + .right {
  margin-top: 20px;
}


.submenu {
  float: left;
  width: 100%;
  height: 42px;
  background-color: #222937;
  margin-top: 12px;
  /*margin-bottom: 20px;*/
}
.submenu > ul {
  position: relative;
  width: 960px;
  height: 42px;
  float: left;
  list-style: none;
  display: table;
}
.submenu > ul > li {
  float: left;
  text-align: center;
  padding: 0 15px;
  height: 42px;
  text-transform: uppercase;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  position: relative;
}

.submenu > ul > li > a {
  font-weight: 200;
  font-size: 20px;
  line-height: 42px;
  color: #ffffff;
  display: block;
  width: 100%;
  height: 100%;
}
.submenu > ul > li.active,
.submenu > ul > li:hover {
  /*background: linear-gradient(to bottom, #f07d00 0%, #ec6900 100%);*/
  background: #f07d00;
  background: -moz-radial-gradient(center, ellipse cover,  #f07d00 0%, #ec6900 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#f07d00), color-stop(100%,#ec6900));
  background: -webkit-radial-gradient(center, ellipse cover,  #f07d00 0%,#ec6900 100%);
  background: -o-radial-gradient(center, ellipse cover,  #f07d00 0%,#ec6900 100%);
  background: -ms-radial-gradient(center, ellipse cover,  #f07d00 0%,#ec6900 100%);
  background: radial-gradient(ellipse at center,  #f07d00 0%,#ec6900 100%);
}
.submenu > ul > li.active:before{
  content: ' ';
  width: 0px;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #ec6900;
  display: inline-block;
  position: absolute;
  bottom: -12px;
  left: 0;
}
.submenu > ul > li > img {
  display: none;
  float: left;
  margin-left: -15px;
}

.submenu > ul > li.active > img {
  display: inline;
}

/**
 * LEFT
**/
.left {
  float: left;
  width: 628px;
  margin-right: 16px;
}
.mainelement {
  font-weight: 200;
  font-size: 18px;
}
  h2 {
    clear: both;
    width: 100%;
    font-weight: 400;
    font-size: 30px;
    margin: 0;
    margin-bottom: 20px;
  }
  .mainelement h2{
    clear: both;
    margin: 0;
    margin-bottom: 15px;
    font-size: 34px;
    font-weight: 400;
    margin-top: -6px;
    display: inline-block;
    width: auto;
  }
  h1{
    margin: 0;
    margin-bottom: 20px;
    font-size: 34px;
    font-weight: 400;
    margin-top: -6px;
  }
  .mainelement > p{
    margin-bottom: 35px;
    line-height: 23px;
  }
  .mainelement h3{
    width: 100%;
    font-weight: 400;
    font-size: 23px;
    margin-top: -2px;
    margin-bottom: 7px;
    line-height: 23px;
  }
  .mainelement a {
    color: #f07d00;
  }
  .mainelement:visited {
    color: #666666;
  }
  .mainelement a:hover {
    text-decoration: underline;
  }
  .mainelement figure {
    left: 50%;
    width: 628px;
    margin: 0 0 15px 0;
  }

  .mainelement .toggle-content figure,
  .mainelement .toggle-content figure > img{
      width: 588px;
  }

  .mainelement .middleLeft-container{
    margin-bottom: 20px;
  }
  .mainelement .middleLeft-container p{
    margin-bottom: 0;
  }
  .mainelement figure.middleLeft {
    float: left;
    left: 50%;
    width: 316px;
    margin: 0 15px 10px 0;
  }
  .mainelement figure.middleRight {
    float: right;
    left: 50%;
    width: 316px;
    margin: 10px 0 10px 15px;
  }
  .mainelement .figure-small{
    float: left;
    width: 306px;
    margin-right: 19px;
  }
  .mainelement .figure-small-twocolumn{
    float: left;
    width: 293px;
    margin-right: 19px;
  }
  .mainelement .figure-small-twocolumn:nth-of-type(2){
    margin-right: 0;
  }
  .mainelement .figure-small:last-of-type{
    margin-right: 0;
  }
  .mainelement figure.small {
    float: left;
    left: 50%;
    width: 140px;
    margin: 0 20px 0 0;
  }
  .mainelement figcaption {
    text-align: left;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    font-weight: 200;
    border-bottom: 1px solid #e6e6e6;
  }
  .mainelement figure.middleLeft figcaption,
  .mainelement figure.middleRight figcaption {
    width: 316px;
  }
  .mainelement p.figure-p-tag{
    margin-bottom: 0;
  }
  .mainelement .figure-left-right{
    margin-bottom: 30px;
  }
  .mainelement p {
    margin: 0;
    margin-bottom: 15px;
  }
  .mainelement ul {
    margin: 6px 0;
    list-style: none;
    list-style-position: outside;
    padding-left: 15px;
    margin-bottom: 25px;
  }
  .mainelement li {
    margin-bottom: 10px;
    line-height: 18px;
  }
  .mainelement ul > li:before {
    content: "- ";
    font-weight: 400;
    color: #000;
    display: inline-block;
    width: 0;
    height: 0;
    text-indent: -15px;
  }

  .mainelement ul.browsebox > li:before {
      content: "";
  }

  ul.browsebox {
      padding-left: 0; /*!important;*/
  }

  .mainelement h4{
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    color: #000;
  }
  .mainelement ol {
    counter-reset: item;
    counter-reset: item;
    list-style-type: decimal-leading-zero;
    margin-bottom: 15px;
  }
  .mainelement ol > li {
    display: block;
  }
  .mainelement ol > li:before {
    content: counters(item, ".") " ";
    counter-increment: item;
    font-weight: 400;
    color: #000;
  }
  .mainelement ol > li > ol {
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

/* Toggle-Element */
.mainelement .toggle-wrap .toggle-content{
  display: none;
}
.mainelement .toggle-wrap:first-of-type{
    margin-top: 25px;
}
.mainelement .toggle-wrap + .toggle-wrap {
   margin-top: -30px;
}
.mainelement .toggle-wrap {
    margin-bottom: 40px;
}
.mainelement .toggle-wrap .toggle-head {
  min-height: 58px;
  background: #fff;
  border: solid 1px #e5e5e5;
  padding: 20px 20px 15px 20px;
  cursor: pointer;
  background-image: url("../img/toggle-close.png");
  background-repeat: no-repeat;
  background-position: 98%;
}
.mainelement .toggle-wrap.toggleActive .toggle-head{
  background-image: url("../img/toggle-open.png");
}
.mainelement .toggle-wrap .toggle-head h3 {
  margin: 0;
  padding: 0;
  font-size: 23px;
  color: #f07d00;
  font-weight: 200;
  line-height: 27px;
}
.mainelement .toggle-content {
  padding: 20px 20px 0 20px;
}
.mainelement .toggle-wrap:last-of-type{
  margin-bottom: 40px;
}


/* Table */
.mainelement table{
  width: 100%;
  margin-bottom: 40px;
  margin-top: 20px
}
.mainelement table tr:nth-child(2n){
  background: rgba(0,0,0,.1);
}
.mainelement table tr td{
  padding: 10px 10px 10px 15px;
}
.mainelement table thead tr td{
  padding: 0;
}
.mainelement table thead tr td{
  font-size: 18px;
  font-weight: 700 !important;
  color: #000 !important;
  padding-bottom: 5px;
  padding-left: 15px;
}
.mainelement table td:nth-of-type(1){
  width: 119px;
  font-size: 18px;
  color: #f07d00;
  font-weight: 400;
}
.mainelement table td:nth-of-type(2){
  width: 381px;
}
.mainelement table td:nth-of-type(3){
  width: 255px;
}
.mainelement table td:nth-of-type(4){
  width: 96px;
  font-weight: 700;
  /* vertical-align: top; */
}
.mainelement table td:nth-of-type(5){
  width: 112px;
}
.mainelement table td button{
  border: solid 2px #fff;
  background: #f07d00;
  color: #fff;
  font-size: 17px;
  width: 100px;
  height: 45px;
  outline: none;
}
.mainelement table td button:hover{
  background: rgba(240,125,0,.8);
  border: solid 2px #fff;
}
.mainelement table td button img{
  margin-right: 3px;
}
@media (max-width: 1024px){
  .mainelement table td button{
    font-size: 14px;
  }
}

/* Click-Content-H2 */
.mainelement .click-content{
  width: 472px;
  float: left;
  margin-left: 15px;
  margin-bottom: 35px;
}
.click-content:first-of-type,
.click-content:nth-of-type(3n){
  margin-left: 0px;
}
.mainelement .click-content figure{
  margin: 0;
  padding: 0;
  width: 100%;
  margin-right: 20px;
}
.mainelement .click-content.small figure:last-of-type{
  margin-right: 0;
  float: right;
}
.mainelement .click-content.small figure:first-of-type{
  float: left;
  margin-right: 20px;
}
.mainelement .click-content figure.small,
.mainelement .click-content figure.small img{
  max-width: 140px;
}
.mainelement .click-content h2{
  color: #f07d00;
  line-height: 30px;
  margin: 20px 0 25px 0;
}
.mainelement .click-content h3{
  color: #f07d00;
  margin: 0;
  margin-bottom: 8px;
}
.mainelement .click-content a:after{
  content: "";
  background: url("../img/arrow_orange2.png");
  background-repeat: no-repeat;
  width: 11px;
  height: 9px;
  margin-left: 4px;
  display: inline-block;
}
.mainelement .click-content p{
  margin: 0;
}
.mainelement .click-content div{
  width: 145px;
  margin-right: 20px;
  float: left;
}
.mainelement .click-content div:last-of-type{
  margin-right: 0;
}

/* Half-Text / 50% Breite-Text */
.mainelement .half-text{
  float: left;
  width: 472px;
  margin-bottom: 25px;
}
.mainelement .half-text:first-child{
  margin-right: 16px;
}
.mainelement .half-text:first-of-type {
  margin-right: 16px;
}

/* Hover-Box with Tooltip */
.mainelement .tbox-wrap{
  margin-bottom: 40px;
  padding-bottom: 21px;
  border-bottom: solid 2px #e1e1e1;
}
.mainelement .tbox{
  width: 306px;
  float: left;
  margin-right: 19px;
  margin-bottom: 19px;
  background: #222937;
  color: #fff;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}
.mainelement .tbox a{
  display: block;
  padding: 20px;
  height: 100%;
  width: 100%;
}
.mainelement .tbox:nth-child(3n){
  margin-right: 0px;
}
.mainelement .tbox:hover{
  background: #f07d00;
  background: -moz-radial-gradient(center, ellipse cover,  #f07d00 0%, #ec6900 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#f07d00), color-stop(100%,#ec6900));
  background: -webkit-radial-gradient(center, ellipse cover,  #f07d00 0%,#ec6900 100%);
  background: -o-radial-gradient(center, ellipse cover,  #f07d00 0%,#ec6900 100%);
  background: -ms-radial-gradient(center, ellipse cover,  #f07d00 0%,#ec6900 100%);
  background: radial-gradient(ellipse at center,  #f07d00 0%,#ec6900 100%);
}
.mainelement .tbox p{
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  margin: 0;
  margin-bottom: 12px;
  display: block;
  text-transform: uppercase;
}
.mainelement .tbox h3{
  font-size: 35px;
  color: #fff;
  line-height: 38px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.mainelement .tbox h3 i{
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 35px;
  height: 26px;
  border: solid 2px #fff;
  font-size: 20px;
  padding-top: 2px;
  text-align: center;
}

/* Tooltipp */
.mainelement .tbox a.tooltip {
  outline: none;
}
.mainelement .tbox a.tooltip:hover {
  text-decoration: none;
}

.mainelement .tbox a span {
  z-index: 10;
  display: none;
  padding: 15px 20px;
  top: -80px;
  left: -226px;
  width: 340px;
  height: 165px;
  line-height: 22px;
  font-size: 15px;
}

.mainelement .tbox:hover span {
  display: inline;
  position: absolute;
  color: #222937;
  background: #fff;
  border-top: solid 4px #f07d00;
  box-shadow: 3px 5px 3px rgba(0,0,0,.2);
  z-index: 99999;
}
.mainelement .tbox:hover span:after {
  content: ' ';
  width: 0px;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
  display: inline-block;
  position: absolute;
  bottom: -15px;
  right: 50px;
}



/* Hover-Box2 with Tooltip */
.mainelement .tbox2-wrap {
  margin-bottom: 40px;
  padding-bottom: 21px;
  border-bottom: solid 2px #e1e1e1;
}
.mainelement .tbox2 {
  width: 225px;
  float: left;
  margin-right: 19px;
  margin-bottom: 19px;
  background: #222937;
  color: #fff;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}
.mainelement .tbox2 a {
  display: block;
  padding: 20px;
  height: 100%;
  width: 100%;
  padding-bottom: 60px;
}
.mainelement .tbox2:nth-child(4n) {
  margin-right: 0px;
}
.mainelement .tbox2:hover {
  background: #f07d00;
  background: -moz-radial-gradient(center, ellipse cover,  #f07d00 0%, #ec6900 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#f07d00), color-stop(100%,#ec6900));
  background: -webkit-radial-gradient(center, ellipse cover,  #f07d00 0%,#ec6900 100%);
  background: -o-radial-gradient(center, ellipse cover,  #f07d00 0%,#ec6900 100%);
  background: -ms-radial-gradient(center, ellipse cover,  #f07d00 0%,#ec6900 100%);
  background: radial-gradient(ellipse at center,  #f07d00 0%,#ec6900 100%);
}
.mainelement .tbox2 p {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  margin: 0;
  margin-bottom: 12px;
  display: block;
  text-transform: uppercase;
}
.mainelement .tbox2  h3 {
  font-size: 35px;
  color: #fff;
  line-height: 38px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.mainelement .tbox2 h3 i {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 35px;
  height: 26px;
  border: solid 2px #fff;
  font-size: 20px;
  padding-top: 2px;
  text-align: center;
}

/* Tooltipp */
.mainelement .tbox a.tooltip {
  outline: none;
}
.mainelement .tbox a.tooltip:hover {
  text-decoration: none;
}

.mainelement .tbox2 a span {
  z-index: 10;
  display: none;
  padding: 15px 20px;
  top: -80px;
  left: -226px;
  width: 340px;
  height: 165px;
  line-height: 22px;
  font-size: 15px;
}

.mainelement .tbox2:hover span {
  display: inline;
  position: absolute;
  color: #222937;
  background: #fff;
  border-top: solid 4px #f07d00;
  box-shadow: 3px 5px 3px rgba(0,0,0,.2);
}
.mainelement .tbox2:hover span:after {
  content: ' ';
  width: 0px;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
  display: inline-block;
  position: absolute;
  bottom: -15px;
  right: 50px;
}




/**
 * RIGHT
**/
.right{
  float: left;
  width: 316px;
}

.sidebar-element{
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  font-weight: 300;
  /*padding-top: 20px;*/
}
.sidebar-element figure{
  margin: 0;
  padding: 0;
}
.sidebar-element figure img{
  display: block;
}
.sidebar-element figcaption{
  padding: 2px;
}
.sidebar-element p{
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  background: #fff;
  padding: 20px;
}
.sidebar-element p span{
  display: block;
}
.sidebar-element p span a{
  color: #f07d00;
  text-decoration: none;
}
.sidebar-element p span a:hover{
  text-decoration: underline;
}
.sidebar-element p i{
  margin-right: 10px;
}
.sidebar-element div{
  padding: 20px;
  background: #fff;
  border: solid 1px #e5e5e5;
}
.sidebar-element h3{
  font-size: 30px;
  line-height: 30px;
  margin: 0;
  margin-bottom: 15px;
  font-weight: 400;
}
.sidebar-element ul,
.sidebar-element ol{
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-element ul li a,
.sidebar-element ol li a{
  color: #f07d00;
  line-height: 20px;
}
.sidebar-element ul li i{
  color: #f07d00;
  margin-left: 5px;
}
.sidebar-element ul li{
  margin-bottom: 5px;
}
.sidebar-element ul li a:hover{
  text-decoration: underline;
}

/* Video / Überschrift (H4) / Text / Link */
.sidebar-element video{
  width: 100%;
  max-width: 316px;
  height: auto;
  display: block;
}
.sidebar-element iframe{
  display: block;
  z-index: 1;
}
.sidebar-element h4{
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  font-size: 30px;
  color: #f07d00;
  line-height: 33px;
  font-weight: 400;
}
.sidebar-element h4 span{
  font-weight: 300;
  font-size: 20px;
}
.sidebar-element div p{
  padding: 0;
  margin-bottom: 15px;
}
.sidebar-element div a{
  color: #f07d00;
}
.sidebar-element div a:after{
  content: "";
  display: inline-block;
  height: 9px;
  width: 11px;
  margin-left: 5px;
  background: url("../img/sidebar-link-arrow.png");
  background-repeat: no-repeat;
}
.sidebar-element div a:hover{
  text-decoration: underline;
}
#sidebar-video-wrapper {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
#sidebar-video-wrapper video {
  width: 80%;
  max-width: 980px;
  height: auto;
  min-height: 40%;
  margin: 0 auto;
  display: block;
}

/* Download-Liste */
.sidebar-element div ol li a:after{
  content: "";
  background: url("../img/d-liste-icon.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  width: 8px;
  margin-left: 5px;
}
.sidebar-element div ol li{
  margin-bottom: 5px;
}
.sidebar-element div ol li a:hover{
  text-decoration: none;
}

/* Slider */
.sidebar-element div.sidebar-slider,
.sidebar-element div.sidebar-slider div{
  padding: 0;
  border: none;
}
.sidebar-element .sidebar-slider{

}
.sidebar-element .swiper-container-sidebar{
  width: 316px;
  height: 214px;
  overflow: hidden;
  position: relative;
}
.sidebar-element .swiper-container-sidebar .swiper-slide{
  position: relative;
  width: 316px;
  height: 214px;
  background: #ec6d00;
  padding: 0 49px;
  box-sizing: border-box;
  padding-top: 25px;
}
.sidebar-element .swiper-container-sidebar .swiper-slide h2 a {
    color: #FFFFFF;
}
.sidebar-element .swiper-container-sidebar .swiper-slide h2 a:after {
    background-image: none;
}
.sidebar-element .swiper-container-sidebar .swiper-slide div,
.sidebar-element .swiper-container-sidebar .swiper-slide p{
  background: none;
  border: none;
  padding: 0;
}
.sidebar-element .swiper-container-sidebar .swiper-slide h2 img {
  margin-left: 5px;
}
.sidebar-element .swiper-container-sidebar .sidebar-prev,
.sidebar-element .swiper-container-sidebar .sidebar-next{
  height: 100%;
  width: 30px;
  background: #f18a00;
  position: absolute;
  top: 0;
  cursor: pointer;
}
.sidebar-element .swiper-container-sidebar .sidebar-next{
  right: 0;
  z-index: 100;
}
.sidebar-element .swiper-container-sidebar .sidebar-prev{
  left: 0;
  z-index: 100;
}
.sidebar-element .swiper-container-sidebar .sidebar-prev i,
.sidebar-element .swiper-container-sidebar .sidebar-next i{
  position: relative;
  top: 50%;
  margin-top: -15px;
  color: #fff;
  text-align: center;
  display: block;
}
.sidebar-element .swiper-container-sidebar .swiper-slide span{
  color: #fff;
  font-weight: 300;
  margin-bottom: 2px;
  display: block;
}
.sidebar-element .swiper-container-sidebar .swiper-slide h2{
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 30px;
  line-height: 33px;
  font-weight: 300;
}
.sidebar-element .swiper-container-sidebar .swiper-slide h2 span{
  font-weight: 300;
  font-size: 20px;
  display: inline-block;
}
.sidebar-element .swiper-container-sidebar .swiper-slide h2 i{
  font-size: 18px;
}



/**
 * FOOTER
**/
footer {
  width: 100%;
  min-width: 100%;
  background-color: #f2f2f2;
  box-shadow:inset 0px 7px 2px -1px #d9d9d9;
  margin-top: 100px;
}

footer .footer-inner {
  width: 960px;
  margin: 0 auto;
  text-align: left;
  font-size: 13px;
  color: #808080;
  font-weight: 300;
}

footer .footer-inner h1 {
  margin: 0 0 5px;
  padding-top: 20px;
  font-size: 13px;
  font-weight: 400;
}
footer .footer-inner p{
  margin: 0;
}
footer .footer-inner nav {
  border-top: 1px solid #cccccc;
  margin-top: 15px;
  padding-top: 18px;
  text-align: center;
  font-weight: 400;
  padding-bottom: 10px;
}

footer .footer-inner nav ul > li > a {
  color: #808080;
  padding-right: 17px;
  font-weight: 300;
}
footer .footer-inner nav ul > li > a:hover {
  color: #808080;
  text-decoration: underline;
}
footer .footer-inner nav ul {
  list-style: none;
  display: inline-block;
}

footer .footer-inner nav ul li{
  float: left;
  padding-right: 17px;
}
footer .footer-inner nav ul li:after{
  content: "|";
  color: #9c9c9c;
}
footer .footer-inner nav ul li:first-of-type{
  padding-left: 0;
}

footer .footer-inner nav ul li:last-of-type{
  padding-right: 0;
}
footer .footer-inner nav ul li:last-of-type:after{
  content: "";
}

/**
 * HOVER für graue Boxen
**/
  .slider div > .sliderDescription:hover,
  .actualSeminar:hover,
  .newMerkblatt:hover {
    cursor: pointer;
    background-color: #F07D00;
  }

.tx-indexedsearch-redMarkup {
    color: #F2F2F2; /*!important;*/
}

/**
* IE 8 fixes
**/
  .ie8 .header nav ul.root_navigation a:hover {
    color: #000000;
    text-decoration: underline;
  }
  .ie8 img {
    border: 0;
  }
  .ie .slider{
    height: 735px;
  }
  .ie8 .header  {
    clear: both;
  }


/** IPAD **/
@media screen and (max-device-width : 1024px){
  .wrapper,
  .wrapper_zwei{
    width: 1024px;
  }
  .head-container {
    width: 1024px;
  }
  .header {
     margin-left: 10px;
  }
  .slider div {
    width: 1024px;
    overflow:hidden;
  }
  .swiper-slide img {
      width: 1500px;
  }
  .slider div > .sliderDescription {
    top: 300px;
    left: 228px;
    overflow:visible;
  }
  .slider div > .sliderDescription > .arrowDescription {
    /* top: 300px; */
    position: absolute;
    top: 265px;
    left: 50px;
    z-index: 999999;
  }

  div.slider_points {
    text-align: center;
    margin-top: -50px;
  }
  .content {
    background-image:  url('../img/bg_start_content.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #222937;
    width: 1024px;
    margin-top: 8px;
  }
  .content {
    background: url('../img/bg_start_content.png') no-repeat center;
  }

  footer {
    width:  1024px;
  }

  footer .footer-inner {
    width: 960px;
  }


}