/*###################################################
########## MISC.
####################################################*/
* {
  margin: 0;
  padding: 0;
}

.content .ce-textpic p {
 margin-top: 25px;
 margin-bottom: 0px;
}

p {
  margin-bottom: 25px;
}

@font-face {
  font-family: 'CDUKievit';
  src: url('../fonts/CDUKievitWeb-Medium.eot?') format('eot'), url('../fonts/CDUKievitWeb-Medium.woff') format('woff'),url('../fonts/CDUKievitComp-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'CDUKievit-bold-italic';
  src: url('../fonts/CDUKievitComp-BoldItalic.eot?') format('eot'), url('../fonts/CDUKievitWeb-BoldItalic.woff') format('woff'),url('../fonts/CDUKievitComp-BoldItalic.ttf') format('truetype');
}

body {
  font-family: 'CDUKievit';
  color: #000;
  font-size: 18px;
}

h1,h2,h3,h4,h5,h6 {
  color: #ec6722;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  text-transform: uppercase;
}

.content h3 {
  font-size: 30px;
  margin-top: 100px;
}

header.pageheader h3,
.article .header h3 {
  text-transform: none !important;
}

.header.pageheader > h3,
.article .header > h3 {
  font-size: 24px;
  margin-top: 20px;
}

ul {
  list-style: none;
}

.ce-textpic li::before,
.persondescription li::before {
  content: "• ";
  color: #ec6722;
  position: absolute;
  left: 0px;
}

.ce-bodytext ul {
  position: relative;
}

.ce-bodytext li {
  margin-left: 15px;
}

.ce-textpic {
  margin-top: 30px;
  /*margin-bottom: 30px;*/
}

.ce-textpic a {
  color: #e85f11;
}

footer .ce-textpic a {
  color: #000;
}

.ce-mediawrap {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
  }

  h1, h2, h3 {
    font-size: 18px;
  }

  .container-fluid {
    padding: 0;
  }

  .container-fluid .row{
    margin: 0;
  }

  .container-fluid .col {
    padding: 0;
  }
}

/*###################################################
########## HEADER
####################################################*/
.pageheader {
  background-color: #dad9d4;
  height: 147px;
  border-bottom: 1px solid #e3e4df;
}

.header-logo {
  position: absolute;
  right: 0;
  top: 39px;
}

.pageheader .container {
  height: 100%;
}

.pageheader .headerleft {
  width: auto;
  height: 100%;
}

@media (max-width: 768px) {
  .pageheader {
    height: 74px;
    -webkit-box-shadow: inset 0px -195px 6px -200px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0px -195px 6px -200px rgba(0,0,0,0.4);
    box-shadow: inset 0px -195px 6px -200px rgba(0,0,0,0.4);
  }

  .header-logo {
    height: 28px;
    width: auto;
    top: 24px;
  }
}

/*###################################################
########## NAVIGATION
####################################################*/
.navbar {
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #e3dfe0;
  border-radius: 0;
  -webkit-box-shadow: 0px 8px 8px -8px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 8px 8px -8px rgba(0,0,0,0.2);
  box-shadow: 0px 8px 8px -8px rgba(0,0,0,0.2);
  margin-bottom: 60px;
}

.navbar-nav > li {
  height: 68px;
}

.navbar-nav > li.dropdown:after {
  font-family: 'FontAwesome';
  content: '\F078';
  display: inline-block;
  color: #c9c9c9;
  position: absolute;
  top: 21px;
  right: 5px;
  font-size: 19px;
  pointer-events: none;
}

.navbar-nav > li.dropdown.open:after {
  color: #ea5b0d;
}

.navbar-nav>li>a {
  padding-top: 28px;
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a {
  color: #000;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.actsub>a {
  height: 100%;
  border-bottom: 4px solid #e95c0c;
  background-color: #fff;
  color: #000;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  color: #000;
  background-color: #fff;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  background-color: #fff;
}

.navbar-default .navbar-nav .dropdown > a {
  padding-right: 30px;
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 15px;
  border-radius: 0;
  font-size: 19px;
  padding: 0;
  border: 0;
  min-width: 278px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
}

.dropdown-menu li {
  border-top: 1px solid #c9c9c9;
}

.dropdown-menu li:hover {
  background-color: #eeeeee;
}

.dropdown-menu>li.active>a {
  border-left: 4px solid #e95c0c;
  padding-left: 15px;
  background-color: #fff;
  color: #000;
}

.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  background-color: #eeeeee;
  color: #000;
}

.dropdown-menu>li>a {
  padding: 10px 20px;
  padding-left: 14px;
}

.navbar-collapse {
  padding: 0;
}

.mnavlogowrap {
  display: none;
  height: 24px;
  vertical-align: middle;
  margin-top: 15px;
  margin-right: 15px;
  position: absolute;
  right: 0;
}

.mnavlogowrap img {
  height: 100%;
  width: auto;
}

@media (max-width: 768px) {
  .navbar {
    display: none;
  }

  .mnavlogowrap {
    margin-right: 15px;
  }
}

/*###################################################
########## dl-menu / Mobile Navigation
####################################################*/
.dl-menuwrapper {
  z-index: 1030;
  display: none;
}

.dl-menu {
  margin-top: 15px !important;
  margin-left: 15px !important;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
}

.dl-menu .active > a,
.dl-menu .actsub > a,
.dl-animate-in-2 .active a {
  background-color: #fff;
  color: #000;
  border-left: 4px solid #e95c0c;
  padding-left: 15px;
}


.dl-menu li,
.dl-animate-in-2 li,
.dl-animate-out-2 li{
  border-top: 1px solid #c9c9c9;
}

.dl-menu li:nth-of-type(1) {
  border-top: 0;
}

.dl-menu li:hover {
  background-color: #eeeeee;
}

.dl-menu li a {
  text-decoration: none;
}

.dl-animate-in-2,
.dl-animate-out-2 {
  margin-top: 15px !important;
  margin-left: 15px !important;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
}

.dl-fixed {
  position: fixed;
  top: 0;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
  max-width: 290px;
}

.dl-outerwrap {
  display: block;
  width:100%;
  height: 54px;
  background-color: #fff;
  z-index: 1030;
  margin-bottom: 60px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
}

.dl-menuwrapper button:after {
  display: none;
}

button .icon-bar {
  width: 30px;
  height: 4px;
  margin-top: 2px;
  margin-bottom: 2px;
  background-color: #e95c0c;
  display: block;
  float: left;
}

.dl-menuwrapper button,
.dl-menuwrapper button:hover,
.dl-menuwrapper button:focus,
.dl-menuwrapper button.dl-active {
  background: #fff;
  margin-top: 5px;
  margin-left: 15px;
  width: 42px;
  padding-right: 95px;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
  background: #fff;
}

.dl-menuwrapper li a {
  color: #000;
}

.menutext {
  display: inline-block;
  font-size: 18px;
  position: absolute;
  top: 17px;
  left: 57px;
  pointer-events: none;
}

.dl-menuwrapper li > a:not(:only-child):after {
  font-family: 'FontAwesome';
  content: '\f054';
  display: inline-block;
  color: #c9c9c9;
  position: absolute;
  right: 10px;
  font-size: 19px;
  pointer-events: none;
}

.dl-menuwrapper li.dl-back:after {
  font-family: 'FontAwesome';
  content: '\f054';
  display: inline-block;
  color: #000;
  position: absolute;
  left: 15px;
  font-size: 19px;
  pointer-events: none;
}

.dl-menuwrapper li.dl-back > a {
  padding-left: 45px;
  padding-top: 18px;
  background-color: #fff;
}

.dl-menuwrapper li.dl-back:hover:after,
.dl-menuwrapper li > a:hover:not(:only-child):after {
  color: #e95c0c;
}

.dl-menu .navparent,
.dl-animate-in-2 .navparent,
.dl-animate-out-2 .navparent {
  font-size: 16px;
  padding: 15px 20px;
  background-color: #eeeeee;
  text-transform: uppercase;
  font-weight: 800;
}

@media (min-width: 768px) {
  .dl-outerwrap {
    display: none;
  }
}

@media (max-width: 768px) {
  .dl-outerwrap {
    margin-bottom: 0;
  }
}

/*###################################################
########## FOOTER
####################################################*/
footer {
  background-color: #dad9d4;
  font-size: 21px;
}

footer a {
  color: #000;
  word-break: break-word;
}

footer p {
  margin-bottom: 6px;
}

footer a:hover {
  text-decoration: none;
}

.footer-line {
  background: url(../gfx/footergradient.jpg);
  width: 100%;
  height: 10px;
  background-repeat: no-repeat;
  background-size: 100% 10px;
  border-bottom: 1px solid #dfbba5;
  margin-top: 108px;
}

.footercontentwrap {
  padding-top: 95px;
  padding-bottom: 100px;
}

footer h2 {
  font-size: 21px;
  font-family: 'CDUKievit-bold-italic';
  margin-bottom: 19px;
  color: #000;
}

@media (max-width: 767px) {
  footer {
    font-size: 14px;
  }

  footer h2 {
    font-size: 16px;
  }

  .footercontentwrap {
    padding-top: 2px;
    padding-bottom: 15px;
  }

  footer .ce-textpic {
    margin-top: 15px;
    margin-bottom: 5px;
  }

  footer p {
    margin-bottom: 0px;
  }
}

/*###################################################
########## back-to-top
####################################################*/
.back-to-top {
  position: fixed;
  bottom:20px;
  right:20px;
  height: 60px;
  width: 60px;
  background: url(../gfx/btt.png);
  background-size: cover;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.6);
  box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.6);
  transition: bottom .2s linear;
}

.back-to-top.lifted {
    bottom: 90px;
}

.back-to-top-mobile {
  position: absolute;
  display: none;
  right: 100px;
  color: #ccc;
  font-size: 22px;
  margin-right: 15px;
  line-height: 54px;
  z-index: 9999;
}

.back-to-top-mobile:hover {
  color: #ec6722;
}

.cc-window {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
}

/*###################################################
########## Newsticker
####################################################*/
.newsticker {
  margin-top: 20px;
}

.newsticker div.item {
  font-family: 'CDUKievit' !important;
  font-size: 20px !important;
  margin-bottom: 6px;
  border-bottom: 1px solid #e2e2e0;
  padding-top: 8px;
  padding-bottom: 9px;
  margin-bottom: 0 !important;
  cursor: pointer;
  margin-top: 2px;
}

.newsticker div.item:after {
  font-family: 'FontAwesome';
  content: '\f054';
  display: inline-block;
  color: #c9c9c9;
  position: absolute;
  right: 15px;
  font-size: 19px;
  pointer-events: none;
  margin-top: -27px;
}

.newsticker div.item:hover:after {
  color: #ec6722;
}

.newsticker div.item:last-of-type {
  border: 0;
}

.newsticker div.item a {
  color: #ec6722;
  display: block;
  width: 100%;
}

.newsticker div.item a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .newsticker div.item {
    font-size: 14px !important;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .newsticker div.item:after {
    font-size: 12px;
    margin-top: -18px;
  }
}

/*###################################################
########## Linkbutton
####################################################*/
.linkButton {
  background-color: #ec6722;
  color: #fff;
  padding: 8px 12px 6px;
  border-radius: 5px;
  font-size: 18px;
}

a.linkButton:hover {
  text-decoration: none;
  background-color: #ec6722;
  color: #fff;
}

a.linkButton:focus {
  background-color: #ec6722;
  color: #fff;
  text-decoration: none;
}

.linkButton i {
  margin-left: 8px;
  transform: translateY(5%);
}

.linkButtonWrap {
  margin-top: 30px;
  /*margin-bottom: 100px;*/
}

@media (max-width: 768px) {
  .linkButtonWrap {
    /*margin-bottom: 35px;*/
    margin-top: 12px;
  }

  .linkButton {
    padding: 4px 8px 3px;
    border-radius: 5px;
    font-size: 12px;
  }
}

/*###################################################
########## Royalsider Default
####################################################*/

.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color:rgba(0,0,0,0.3);
  width:64px;
  height:64px;
  margin-left:-32px;
  margin-top:-32px;
  cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
  width:64px;
  display:block;
  height:64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background:url('../gfx/rs-default.png') no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0,0,0,0.75);
  *background-color: #000;
}

.rsDefault .rsThumbs {
  background-color: #000;
}

.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0,0,0,0.9);
}

.rsDefault .rsBtnCenterer {
  position:absolute;
  left:50%;
  top:50%;
}

.rsDefault .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

.rsDefault .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}

.rsDefault .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url('../gfx/rs-default.png') -64px 0;
  background-color: #000;
  background-color: rgba(0,0,0,0.75);
  *background-color: #000;
}

.rsDefault .rsCloseVideoIcn:hover {
  background-color: rgba(0,0,0,0.9);
}

.rsDefault .rsTmb span {
  color: #000;
}

.rsDefault .rsThumbsArrow {
  background: rgba(0,0,0,0.3);
}

/*###################################################
########## Bundestagsreden / Royalslider
####################################################*/
.thumbnailNav .navArrow {
  width: 220px;
  height: 20px;
  position: absolute;
  right: 0px;
  background: rgba(0,0,0,0.3);
  cursor: pointer;
}

.thumbnailNav .navArrow:hover {
  background: rgba(0,0,0,0.9);
}

.thumbnailNav .navArrow .navIcon {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url("../gfx/rs-default.png");
}

.thumbnailNav .arrowUp {
  top: 0;
}

.thumbnailNav .arrowUp .navIcon {
  background-position: -144px -32px;
}

.thumbnailNav .arrowDown {
  bottom: 0;
}

.thumbnailNav .arrowDown .navIcon {
  background-position: -144px -48px;
}

.thumbnailNav .arrowHidden {
  display: none;
}

#bundestagsreden {
  width: 100%;
  overflow: hidden;
  -webkit-user-drag: none;
  padding-right: 220px;
}

#bundesslider {
  position: relative;
  overflow: hidden;
}

#bundestagsreden span {
  color: #000;
  text-transform: uppercase;
}

#bundesslider .title {
  display: block;
  font-size: 20px;
  line-height:20px;
  margin-left: 20px;
  margin-right: 20px;
}

#bundesslider .sub {
  font-size: 16px;
  margin-left: 20px;
  display: block;
}

#bundesslider .thumbnails {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  padding: 0;
  height: 100%;
  background-color: #fff !important;
  overflow: visible;
}

#bundesslider .thumb {
  display: block;
  min-height: 80px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #cccccc;
  background-color: #eeeeee !important;
  background-image: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

#bundesslider .thumb.active {
  box-shadow: none;
}

#bundesslider .thumb {
  font-size: 18px;
  color: #000;
  text-align: left;
}

#bundesslider .thumb.active {
  background-image: linear-gradient(to right, rgb(233,93,15) ,rgb(244,154,0) 65%);
  text-shadow: none;
  box-shadow: none;
  color: #fff;
}

#bundesslider .rsImg {
  width: 100%;
  height: auto;
}

#bundestagsreden iframe {
  width: 100% !important;
}

#bundestagsreden .rsTextSlide span {
  width: 100% !important;
  height: 534px !important;
}

.slidewrap {
  display: block;
  height: 100%;
  width: 220px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
}

.preventSelection {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 1200px) {
  .thumbnailswrap {
    position: relative;
  }


  .thumbnailNav .arrowUp {
    top: auto;
    left: 0;
    bottom: 0;
    width: 20px;
  }

  .thumbnailNav .arrowUp .navIcon {
    transform: rotate(270deg);
  }

  .thumbnailNav .arrowDown .navIcon {
    transform: rotate(270deg);
  }


  .thumbnailNav .arrowDown {
    width: 20px;
  }

  .slidewrap {
    position: relative;
    right: 0;
    left: 0;
    width: 100%;
  }
  #bundesslider .thumbnails {
    position: relative;
    width: 100%;
    white-space: nowrap;
    width: auto;
    font-size: 0;
  }

  #bundesslider .thumb {
    display: inline-block;
    max-width: 280px;
    overflow: hidden;
    border-bottom: 0;
    border-right: 1px solid #cccccc;
    padding: 0;
    white-space: pre-wrap;
  }

  #bundesslider .thumb .innerThumb {
    /* margin-top: -25px; */
    /* margin-bottom: -25px; */
    margin-top: 25px;
    margin-bottom: 25px;
  }

  #bundesslider .title {
    font-size: 16px;
    line-height: 18px;
  }

  #bundesslider .sub {
    font-size: 14px;
    /* margin-top: -22px; */
    margin-top: 22px;
  }

  #bundestagsreden {
    padding-right: 0;
  }
}

.loadInfo {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    z-index: 30;
    pointer-events: none;
    opacity: 0;
    transition: opacity .2s;
}

.loadInfo.visible {
    opacity: 1;
}

.loadInfo .inner {
    max-width: 500px;
    text-align: center;
    background-color: rgba(0,0,0,0.6);
    color: #ccc;
    padding: 5px 10px;
}

.loadInfo .inner a {
    pointer-events: all;
}

#bundesslider .loadInfo {
    padding-right: 220px;
}

@media (max-width: 1200px) {
    #bundesslider .loadInfo {
        padding-right: 0px;
        padding-top: 0px;
    }
}

/*###################################################
########## Socialbar / follow-me
####################################################*/

.socialbar {
  background-image: linear-gradient(to right, rgb(233,93,15) ,rgb(244,154,0) 65%);
  height: 84px;
  position: relative;
  margin-top: 100px;
}

.socialbar .hook {
  color: white;
  text-transform: uppercase;
  font-size: 28px;
  padding: 25px;
}

.socialbar .fa-stack {
  position: absolute;
  top: 15px;
  right: 30px;
  font-size: 28px;
  text-shadow: 0px 0px 2px rgba(150, 150, 150, 0.4);
}

.socialbar .social-twitter {
  margin-right: 44px;
}

.socialbar .social-instagram {
  margin-right: -15px;
}

@media (max-width: 767px) {
  .socialbar {
    height: 42px;
    /*margin-bottom: 25px;*/
  }

  .socialbar .hook {
    font-size: 16px;
    padding: 12px;
  }

  .socialbar .fa-stack {
    font-size: 14px;
    top: 8px;
    right: 10px;
  }

  .socialbar .social-twitter {
    margin-right: 36px;
  }

  .socialbar .social-instagram {
    margin-right: 0;
  }
}

/*###################################################
########## Startseitenslider /Royalslider
####################################################*/
#startslider {
  height: auto;
  width: 100%;
  background: #fff;
  margin-bottom: 50px;
  max-width: 1140px;
  margin: 0 auto;
}

#startslider .rsImg {
  height: auto;
  width: 100%;
}

#startslider .rsTab {
  border-radius: 0;
  border: 2px solid #ec6722;;
  min-width: 0;
  min-height: 0;
  width: 30px;
  height: 8px;
  padding: 0;
  margin-left: 9px;
  margin-right: 9px;
}

#startslider .rsTab.rsNavSelected {
  box-shadow: none;
  background-image: none;
  background-color: #ec6722;
}

#startslider .rsOverflow {
  background-color: #fff;
  background: #fff;
}

.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
  background: #fff;
}

#startslider .bundestagsVideo iframe {
  width: 100% !important;
  /*height: 534px !important;*/
}

#startslider .bundestagsVideo span {
  width: 100% !important;
  /*height: 534px !important;*/
}

#startslider video {
  width: 100%;
  height: auto;
}

/*###################################################
########## tx_news
####################################################*/
.news-single {
  /*margin-bottom: 150px;*/
  padding-top: 10px;
  padding-bottom: 20px;
}

.news-single .footer {
  margin-left: 50px;
  border-top: 0;
  margin-top: -8px;
}

.news-single .header {
  margin-left: 50px;
}

.news-single h3 {
  text-transform: none;
}

.news-single .article {
  position: relative;
}

.news-single .back {
  display: inline-block;
  color: #fff;
  position: absolute;
  font-size: 19px;
  pointer-events: none;
  background-color: #ec6722;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  padding: 8px;
  padding-left: 10px;
  cursor: pointer;
  pointer-events: auto;
}

.news-list-view .page-navigation:first-of-type {
  display: none;
}

.news-list-view .article {
  border-top: 1px solid #ccc;
  padding-top: 30px;
}

.news-list-view .more {
  background-color: #ec6722;
  padding: 8px 12px 6px;
  border-radius: 5px;
  font-size: 18px;
}

.news-list-view .more i {
  transform: translateY(8%);
  margin-left: 5px;
}

.news-list-view a.more {
  color: #fff;
}

.news-list-view a.more:hover {
  text-decoration: none;
  background-color: #ec6722;
  color: #fff;
}

.news-list-view a.more:focus {
  background-color: #ec6722;
  color: #fff;
  text-decoration: none;
}

.news .article .news-img-wrap img {
  height: auto;
  width: 100%;
}

.news-list-view .header {
  margin-bottom: 25px;
}

.news-list-view .header h3 a span {
  color: #ec6722;
  text-transform: none;
}

.news-list-view .header h3 a:hover,
.news-list-view .header h3 a:focus {
  text-decoration: none;
}

.news-list-view .article .news-img-wrap {
  float: right;
  margin: 0px 0px 30px 0;
}

.news-list-view .teaser-text span,
.news-text-wrap p span {
  font-family: 'CDUKievit' !important;
}

.news-list-view .download img {
  height: 300px;
  width: auto;
}

.news-list-view .footer {
  border-top: 0;
  margin-top: 0;
}

.news-list-view .page-navigation p {
  display: none;
}

.news .page-navigation ul li {
  display: inline-block;
  float: none;
  margin: 0 4px;
  background: none;
  height: 36px;
  width: 36px;
  background-color: #eeeeee;
  border-radius: 4px;
  font-size: 18px;
  line-height: 41px;
  text-align: center;
}

.news .page-navigation ul li a {
  color: #000;
}

.news .page-navigation ul li a {
  height: 100%;
  width: 100%;
}

.news .page-navigation ul li.current,
.news .page-navigation ul li.previous,
.news .page-navigation ul li.next {
  background-color: #ec6722;
  color: #fff;
  margin-top: 4px;
}

.news .page-navigation ul li.previous i,
.news .page-navigation ul li.next i {
  color: #fff;
  margin-top: 10px;
}

.news .page-navigation ul {
  margin: 0 auto;
  display: table;
  float: none;
  padding-bottom: 30px;
}

.news-img-caption {
  font-size: 12px;
}

@media (max-width: 500px) {
  .news-img-wrap {
    width: 100% !important;
  }

  .mediaelement {
    margin: 0 auto;
    display: table;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .news-list-view .more {
    padding: 4px 8px 3px;
    font-size: 12px;
  }

  .news-list-view .article {
    padding-top: 10px;
  }
}
@media (max-width: 992px) {
  .news-list-view .article .news-img-wrap {
    float: right;
    margin: 15px 0px 30px 0;
  }
}

/*###################################################
########## tx_news - Newsslider - Royalslider
####################################################*/
.news {
  margin-top: 36px;
}

#newsslider,
#mobslider {
  width: 100%;
}

#newsslider .col > a {
  display: inline-block;
  width: 100%;
}

#newsslider,
#newsslider .rsOverflow,
#newsslider .rsSlide,
#newsslider .rsVideoFrameHolder,
#newsslider .rsThumbs {
  background-color: #fff;
  color: #000;
  background: #fff;
}

#newsslider img {
  max-height: 320px;
  width: auto;
}

#newsslider .news-list-date {
  display: block;
  color: #ccc;
}

#newsslider .download img {
  display: none;
}

#newsslider .header {
  max-width: 466px;
  position: absolute;
  margin-left: 15px;
  bottom: 15px;
}

#newsslider .header h3 {
  background-image: linear-gradient(to right, rgb(233,93,15) ,rgb(244,154,0) 65%);
  font-weight: 800;
  font-size: 36px;
  line-height:36px;
  margin: 0;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
}

#newsslider .header h3 a,
#newsslider .header h3 a:hover,
#newsslider .header h3 a:focus {
  color: #fff;
  text-decoration: none;
}

#newsslider .header h3 a span {
  margin: 0;
  padding: 10px 20px;
  padding-bottom: 5px;
  display: block;
}

#newsslider img {
  max-height: 320px;
  width: auto;
  object-fit: cover;
  width: 100%;
}

#newsslider .news-list-category {
  position: absolute;
  display: none;
  background-color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  margin-left: 15px;
  line-height: 20px;
  padding: 6px 20px;
  /* font-weight: 800; */
  padding-top: 10px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
}

#newsslider .teaser-text {
  padding: 8px;
}

#newsslider .teaser-text p {
  font-family: 'CDUKievit' !important;
  color: #000;
  font-size: 22px !important;
}

#newsslider .teaser-text p span {
  font-family: 'CDUKievit' !important;
  color: #000;
  font-size: 22px !important;
}

#newsslider .news-list-date {
  font-size: 18px;
  margin-top: 8px;
  margin-left: 8px;
}

.news {
  position: relative;
}

.news .pagination {
  position: absolute;
  color: #000;
  top: -88px;
  right: 8px;
  font-size: 22px;
}

.news .article .news-img-wrap a {
  border: 0;
}

.news .pagination .left .fa {
  margin-right: 6px;
  position: relative;
  top: 1px;
}

.news .pagination .right .fa {
  margin-left: 6px;
  position: relative;
  top: 1px;
}

.news .pagination .fa {
  color: #ec6722;
  cursor: pointer;
}

#mobslidewrapper {
  display: none;
}

.news-img-wrap-slide {
  position: relative;
  height: 320px;
}

@media (max-width: 992px) {
  #newsslider {
   display: none;
  }

  #mobslidewrapper {
    display: block;
  }

  #mobslider,
  #mobslider .rsOverflow,
  #mobslider .rsSlide,
  #mobslider .rsVideoFrameHolder,
  #mobslider .rsThumbs {
    background-color: #fff;
    color: #000;
    background: #fff;
  }

  #mobslider img {
    max-height: 320px;
    width: auto;
  }

  #mobslider .news-list-date {
    display: block;
    color: #ccc;
  }

  #mobslider .download img {
    display: none;
  }

  #mobslider .header {
    max-width: 466px;
    position: absolute;
    margin-left: 15px;
    margin-right: 30px;
    bottom: 15px;
  }

  #mobslider .header h3 {
    background-image: linear-gradient(to right, rgb(233,93,15) ,rgb(244,154,0) 65%);
    font-weight: 800;
    font-size: 20px;
    line-height:20px;
    margin: 0;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
  }

  #mobslider .header h3 a {
    color: #fff;
  }

  #mobslider .header h3 a span {
    margin: 0;
    padding: 10px 20px;
    padding-bottom: 5px;
    display: block;
  }

  #mobslider img {
    max-height: 320px;
    width: auto;
    object-fit: cover;
    width: 100%;
  }

  #mobslider .news-list-category {
    position: absolute;
    background-color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin-left: 15px;
    line-height: 20px;
    padding: 6px 20px;
    /* font-weight: 800; */
    padding-top: 10px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
  }

  #mobslider .teaser-text p {
    font-family: 'CDUKievit' !important;
    color: #000;
    font-size: 14px !important;
  }

  #mobslider .teaser-text p span {
    font-family: 'CDUKievit' !important;
    color: #000;
    font-size: 14px !important;
  }

  #mobslider .news-list-date {
    font-size: 14px;
    margin-top: 8px;
    margin-left: 8px;
  }
}

@media (max-width: 768px) {
  .news {
    margin-top: 0px;
  }

  .news .pagination {
    top: -48px;
    right: 0px;
    font-size: 13px;
  }

  #mobslider .teaser-text p,
  #mobslider .teaser-text p span{
    font-size: 14px !important;
  }

  #mobslider .news-list-category {
    padding: 0 8px;
    padding-top: 0px;
    font-size: 14px;
  }

  #mobslider .header h3 {
    line-height: 20px;
  }

  #mobslider .header h3 a span {
    padding: 5px 8px;
    padding-bottom: 1px;
  }

  .news-list-view .article .news-img-wrap {
    float: none;
  }
}

/*###################################################
########## form
####################################################*/
form .form-group {
  display: block;
  margin-bottom: 15px;
}

form .form-control {
  border-radius: 0px 4px 4px 0px;
  width: 245px;
}

form label {
  margin-bottom: 0;
  background-color: #eee;
  height: 34px;
  float: left;
  border: 1px solid #ccc;
  border-right: none;
  font-weight: 400;
  min-width: 60px;
  border-radius: 4px 0px 0px 4px;
  padding: 6px;
  padding-left: 10px;
}

form .btn-primary {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

form .btn-primary:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.input.checkbox {
    display: flex;
}

.form-check-label {
    border: none;
    background-color: transparent;
    height: auto;
}


@media (max-width: 335px) {
  form .form-control {
    width: 200px;
  }
}

/*###################################################
########## Berlinbriefe
####################################################*/

.paginate {
  padding-top: 50px;
  border-top: 1px solid #eb5b12;
  margin-top: 75px;
}

.berlinbriefe .col {
  padding-bottom: 30px;
}

.berlinbriefe .releasedate {
  color: #ccc;
  font-size: 18px;
  padding-bottom: 7px;
}

.berlinbriefe .heading {
  font-size: 30px;
  line-height: 35px;
}

.berlinbriefe .downloadlink {
  padding-top: 22px;
  font-size: 22px;
  font-family: 'CDUKievit-bold-italic';
}

.berlinbriefe .downloadlink a,
.berlinbriefe .downloadlink a:hover,
.berlinbriefe .downloadlink a:focus {
  color: #eb5b12;
}

.berlinbriefe i {
  color: #eb5b12;
  padding-right: 5px;
}

.paginate-pagination {
  margin: 0 auto;
  display: table;
}

.paginate-pagination ul > li {
  margin: 0;
}

.paginate-pagination ul > li > a.page.active {
  opacity: 1;
}

.paginate-pagination .page {
  font-family: 'CDUKievit';
  color: #000;
  background-color: #eee !important;
  border: 0 !important;
  border-radius: 4px;
  height: 34px !important;
  width: 34px !important;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 3px;
}

.paginate-pagination .page-prev,
.paginate-pagination .page-next,
.paginate-pagination .active {
  background-color: #eb5b12 !important;
  color: #fff;
}

.paginate-pagination .page-prev i,
.paginate-pagination .page-next i {
  padding-top: 6px;
}

.paginate-pagination ul > li > a.page-next.deactive,
.paginate-pagination ul > li > a.page-prev.deactive {
  opacity: 1;
}

@media (max-width: 767px) {
  .berlinbriefe .heading {
    font-size: 20px;
    line-height: 25px;
  }

  .berlinbriefe .downloadlink {
    padding-top: 8px;
    font-size: 16px;
  }
}

/*###################################################
########## tx_cal
####################################################*/
.list-view {
  margin-top: 24px;
}

.list-view .paginate {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

.eventinfo {
  border-left: solid 3px #ececea;
  padding-left: 17px;
  margin-top: 29px;
}

.eventlist {
  padding-bottom: 39px;
  margin-bottom: 33px;
  border-bottom: 2px solid #e2e2e0;
  font-size: 20px;
}

.eventlist:last-of-type {
  border-bottom: 0;
  padding-bottom: 24px;
}

.eventlist .title {
  font-weight: 800;
  font-size: 20px;
}

.eventdates {
  padding-top: 22px;
  padding-bottom: 22px;
}

.eventdates.pb-0 {
  padding-bottom: 0px;
}

.starttimespan,
.endtimespan {
  color: #a0a0a0;
}

.descriptionspan {
  font-weight: 800;
}

.eventlist .date {
  font-size: 22px;
}

@media (max-width: 767px) {
  .list-view,
  .eventlist .date,
  .eventlist .title,
  .eventlist {
    font-size: 14px;
  }

  .eventinfo {
    margin-top: 15px;
  }

  .list-view {
    margin-top: 18px;
  }
}

/*###################################################
########## Mitarbeiterliste
####################################################*/
.mitarbeiterbild {
  width: 100%;
  max-width: 280px;
  max-height: 325px;
  object-fit: cover;
  display: table;
  margin: 0 auto;
  margin-bottom: 20px;
}

.mitarbeiterliste {
  border-bottom: 1px solid #ea5c12;
  padding-bottom: 32px;
  margin-top: 35px;
}

.mitarbeiterliste:last-of-type {
  border-bottom: 0;
}

.mitarbeiterliste .name {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 0;
}

.mitarbeiterliste > .row {
  margin-bottom: 70px;
}

.mitarbeiterheading {
  margin-bottom: 62px;
  margin-top: 82px;
}

.mitarbeiterliste .mail a,
.mitarbeiterliste .mail a:hover,
.mitarbeiterliste .mail a:focus {
  text-decoration: none;
  word-break: break-all;
  white-space: pre-wrap;
  word-wrap: break-word;
  color: #ea5c12;
}

p.phone,
p.fax {
  margin: 0;
}

@media (max-width: 992px) {
  .mitarbeiterliste {
    padding-bottom: 35px;
    margin-top: 35px;
  }

  .mitarbeiterliste > .row {
    margin-bottom: 0;
  }

  .mitarbeiterliste > .row > .col {
    margin-bottom: 35px;
  }

  .mitarbeiterheading {
    margin-bottom: 30px;
  }

  .lastrow .col:nth-of-type(1) {
    margin-bottom: 35px;
  }
}

/*###################################################
########## Personenbeschreibung
####################################################*/
.persondescription li {
  margin-left: 45px;
}

.persondescription .personimage {
  position: relative;
  margin-top: 24px;
  margin-bottom: 38px;
}

.persondescription .personimage img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
}

.persondescription .textarea {
  font-size: 21px;
}

.headingfirst {
  position: absolute;
  background-color: #fff;
  font-size: 46px;
  text-transform: uppercase;
  margin-left: 60px;
  line-height: 46px;
  padding: 0px 20px;
  font-weight: 800;
  padding-top: 10px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
  margin-right: 45px;
}

.headingsecond {
  background-image: linear-gradient(to right, rgb(233,93,15) ,rgb(244,154,0) 65%);
  font-weight: 800;
  font-size: 80px;
  line-height: 80px;
  margin: 0;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
  position: absolute;
  margin-left: 60px;
  color: #fff;
  padding: 10px 15px;
  text-transform: uppercase;
  padding-bottom: 0px;
  margin-right: 45px;
}

@media (max-width: 767px) {
  .headingfirst {
    font-size: 16px;
    line-height: 16px;
    margin-left: 15px;
  }

  .headingsecond {
    font-size: 24px;
    line-height: 24px;
    margin-left: 15px;
  }

  .persondescription .textarea {
    font-size: 14px;
  }

  .persondescription .personimage {
    margin-top: 0px;
    margin-bottom: 15px;
  }
}

/*###################################################
########## Sitemap
####################################################*/
.frame-type-menu_sitemap ul a {
  color: #ec6722;
}

.frame-type-menu_sitemap ul li:before {
  content: "\f015";
  font-family: 'FontAwesome';
  color: #ccc;
}

.frame-type-menu_sitemap ul li ul {
  padding-left: 20px;
}

.frame-type-menu_sitemap ul li ul li:before {
  content: "\f111";
  font-family: 'FontAwesome';
  font-size: 12px;
}

.frame-type-menu_sitemap ul li ul li ul li:before {
  content: "\f10c";
  font-family: 'FontAwesome';
}

/* CSS Fallback from Modernizr */
.compat-object-fit {
    background-size: cover;
    background-position: center;
    display: block;
}
.compat-object-fit img {
    opacity: 0;
}

/*
  jquery.paginate.css
  Version 0.1.1
*/

.paginate-pagination ul {

  margin: 0 0;
  padding: 0;
  list-style: none;

}

.paginate-pagination ul:after {

  content: ' ';
  display: table;
  clear: both;

}

.paginate-pagination ul > li {

  float: left;
  margin-right: 3px;

}

.paginate-pagination ul > li > a.page {

  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #ddd;
  background: white;
  text-decoration: none;
  cursor: pointer;

}

.paginate-pagination ul > li > a.page:hover { opacity: 0.7; }
.paginate-pagination ul > li > a.page.active { opacity: 0.7; cursor: default; }

.paginate-pagination ul > li > a.page-next.deactive,
.paginate-pagination ul > li > a.page-prev.deactive { opacity: 0.7; cursor: default; }
