/* newsletter */
input#privacy {
    width: auto;
}

span.privacy {
    font-size: 15px;
    line-height: 15px;
}

span.privacy a {
    color: #999;
    text-decoration: underline;
}

.powermail_fieldwrap.powermail_fieldwrap_type_html {
    margin-bottom: 30px;
}

/***************/

/* anpassung newsletter formular */



/* basic settings */
*, *:before, *:after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size:16px;
}
body, nav, a, p {
  margin: 0;
  padding: 0;
}
ol, ul {
  margin: 0;
  padding: 0 0 0 20px;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
}
body {
 font-family: 'FF Unit Slab Pro Regular';
  font-size: 20px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 140%;
  color: #000;
  background:#eee;
}
a {
  color:#000;
}
a, a:active {
  text-decoration: none;
}
*:focus, *:active {
  outline: none !important
}
a:hover {
  text-decoration: underline;
}
a.underline {
  text-decoration:underline!important;
}
iframe {
  max-width: 100%;
}
.show-more {
  text-align:right;
}
h1, h2, h3, h4, h5 {
  margin: 0;
  color: #222;
}
h1 {
  padding: 0 0 10px 0;
   font-family: 'FF Unit Slab Pro Bold';
  font-size: 50px;
}
h2 {
  padding: 0 0 10px 0;  
  font-size: 40px;
   font-family: 'FF Unit Slab Pro Bold';
}
h3, h4, h5 {
  padding: 0 0 5px 0;
}
caption {
  font-style: italic;
}
.container-fluid {
  padding:0;
}
p.align-right {
  text-align:right;
}
.t3js-icon img {
  height: 16px;
  width: 16px;
}
.flexContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.wrapAll {
  max-width:1024px;
  margin:auto;
  padding:0 20px;
  background:#fff;
}
.paddingTop {
  padding-top:34px;
}
.paddingBottom {  
  padding-bottom:34px;
}
.col2Container,
.wrapperCol4,
.contentWrapperCol2,
.contentWrapperCol2reverse,
.contentWrapperCol2-75,
.contentWrapperCol2numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap:wrap;
}
.col2,
.col4Container,
.col2-75,
.contentWrapperCol2reverse > div,
.contentWrapperCol2numbers > div {
  width:100%;
  position:relative;
}
/*.col2:nth-of-type(2) {
  padding-top:17px;
}*/
.invisible {
  display:none;
}
.col4Container {
  font-size:0;
}
.col4 {
    width: 100%;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
}
.col4:last-child {
  padding-top:17px;
}
.divider hr {
  margin:0;
  border-top:1px solid #000;
}
.layout-submenu .divider hr {
  border-top:1px solid #ddd;
}
.min-250 {
  min-height:250px;
}
.youtube iframe{
  width:100%;
  height:250px;
}
div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom:0;
}
.ce-gallery .ce-row {
  display: flex;
}
.ce-gallery .ce-row .ce-column {
  margin-right: 10px;
}
.selectItems > div {
  cursor:pointer;
}
/* NAVI */
#mainNavi {
  position:absolute;
  top:100px;
  right:0;
  z-index:100;
  width:100%;
  font-size:.8rem;
}
#mainNavi ul{
  background:#000;
  list-style-type:none;
  padding:0;
   font-family: 'FF Unit Slab Pro Bold';
  /*font-weight:600;  */
}
#mainNavi > ul {
  padding-left:22px;
  padding-right:22px;  
}
#mainNavi > ul > li:last-child > a,
#mainNavi > ul > li > ul > li:last-child > a,
#mainNavi > ul > li > ul > li.dropdown:last-child > ul > li:last-child a  {
  border-bottom:0;
}
#mainNavi > ul > li > ul > li.dropdown:last-child > a {
  border-bottom:1px solid #fff;
}
/*#mainNavi ul li.active > ul > li:last-child  a {
  border-bottom:1px solid #fff;
}*/
#mainNavi > ul > li > a {  
  text-transform:uppercase;
}
#mainNavi li.active > a {
  color:#f20000;
}
#mainNavi a {
  color:#fff;
  display: block;
    padding-right: 22px;
    position: relative;
    padding:11px 56px 11px 0;
    border-bottom:1px solid #fff;
}
#mainNavi .nav {
  position:absolute;
  top:0;
  right:0;
  width:22px;
  height:51px;
  background:url(../images/navicon.png) no-repeat center;
  color:transparent;
}
#mainNavi .active > .nav {
  background:url(../images/navicon-red.png) no-repeat center;
}
#mainNavi .nav.active {
  right:auto;
  left:0;
  background:url(../images/navicon-active.png) no-repeat center;
}
#mainNavi .active > .nav.active {
  background:url(../images/navicon-active-red.png) no-repeat center;
}
#mainNavi .dropdown {
  position:relative;
}
/*#mainNavi .dropdown .visible > li > a {
  color:#ffc400;
}*/
#mainNavi > ul > li.dropdown > ul > li.dropdown > a {
  color:#f20000;
  text-transform:uppercase;
}
#mainNavi .dropdown .dropdown li a {
  text-transform:none;
}
#mainNavi .dropdown > ul {
  display:none;
}
#mainNavi .dropdown .hidden {
  display:none;
}
#mainNavi .dropdown .visible,
#mainNavi .dropdown .visible .dropdown ul{
  display:block;
}
#mainNavi .dropdown .paddingLeft,
#mainNavi .dropdown .visible a {
  padding-left:22px;
}
.dropdown.visible .paddingLeft {
  
}
.home-page #mainNavi a.home {
  color:#f20000;
}
.opened + #mainNavi ul{
  width:100%;
}
.toggleMenu {
  display:block;
  height:30px;
  width:30px;
  background:url(../images/nav.png) no-repeat center;
  background-size:cover;
  position:relative;
  cursor:pointer;
}
.toggleMenu.opened {
  background:url(../images/nav-close.png) no-repeat center;
}
#naviWrap {
  height:130px;
  align-items:center;
  position:relative;
  flex-wrap:wrap;
}
/* SEARCH */
#search {
  position:relative;
}
.open-search {
  height:50px;
  width:30px;
  background:url(/fileadmin/templates/images/lupe.png) no-repeat center;
  display:block;
  padding:10px 0;
  font-size:0;
  line-height:0;
  color:transparent;
}
#search .tx-kesearch-pi1 {
  display:none;
  position:absolute;
  top:0;
  right:-15px;
  background:#000;
  padding:10px;
}
#ke_search_sword {
    width:280px;
    padding:5px;
    line-height:.8rem;
    font-size:.8rem;
    border:0;
    height:32px;
}
#kesearch_submit {
    height: 30px;
    width: 30px;
    position: relative;
    margin-left:15px;
    margin-right:5px;
}
.kesearchbox {
  position:relative;
}
.close-search {
  height: 26px;
    width: 26px;
    display: block;
    position: absolute;
    top: 4px;
    right: 4px;
    background: url(../images/search-close.png) no-repeat center;
    cursor:pointer;
}
#main .tx-kesearch-pi1 form {
  max-width: 350px;
    background: #000;
    padding: 10px;
}
#kesearch_num_results,
.result_txt {
    font-size: 1.3rem;
    line-height: 1.3rem;
    color: #999;
    border-top: 1px solid #ddd;
    padding: 10px 0 15px;
    /*font-weight: normal;*/
   font-family: 'FF Unit Slab Pro Regular';
    margin-top:35px;
}
.result-teaser {
  font-size:.8rem;
}
.result-number,
.result-title,
.result-title a {
  color:#999;
}
.kesearch_pagebrowser ul {
  padding:0;
  list-style-type:none;
  clear:both;
  display:inline-block;
}
.kesearch_pagebrowser ul li {
  float:left;
}
.kesearch_pagebrowser ul li a {
  height: 32px;
    width: auto;
    min-width:32px;
    line-height: 32px;
    border: 1px solid #999;
    text-align: center;
    display:block;
    color:#999;
    text-decoration:none;
    padding:0 5px;
    margin-right:5px;
}

/* restliche Navi */
#logo {
  margin-right:auto;
}
#vp-logo {
  padding-left:32px;
}
#vp-logo img {
  max-width:150px;
}
#search {
  padding-left:18px;
}
/* slick slider */
.slickHeaderWrap {
  position:relative;
}
.slickHeaderSliderPosition{
  position:absolute;
    top: 0;
  left:0;
  z-index: 1;
  width: 100%;
}
.slickHeaderSlider{
    display:none;
}
.slick-slider {
  margin-bottom:0;
}
.slick-slide {
  position:relative;
}
.slickSliderContent {
  position: absolute;
    left: 0;
    bottom: 34px;
    padding: 0 15px;
    z-index:11;
}
.slickHeaderWrap .slickSliderSingle {
  position:relative;
}
.slickHeaderWrap .slickSliderSingle .overlay:before {  
  content:"";
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
    
.slickSliderContent div p {
  font-size:2rem;
    color:#fff;
    line-height:2rem;
    /*font-weight:900;*/
   font-family: 'FF Unit Slab Pro Bold';
}
.slickSliderContent .slick-more {
  color:#f20000;
  text-decoration:none;
  font-size:.8rem;
  line-height:16px;
  padding-left:20px;
  position:relative;
  /*font-weight:700;*/
   font-family: 'FF Unit Slab Pro Bold';  
}
.slickSliderContent .slick-more:before {
  content:url(../images/more-arrow.png);
  display:block;
  position:absolute;
  top:3px;
  left:0;
}
.slick-dots {
  bottom: 20px;
  z-index:10;
}
.slick-dots li {
  margin:0 15px 0 0;
  height:15px;
  width:15px;
}
.slick-dots li:last-child {
  margin:0;
}
.slick-dots li button {
  height:15px;
  width:15px;
  padding:0;
  margin:0;
  
}
.slick-dots li button:before {
  content:"";
}
.slick-dots li button {
  background:#aaaaaa;
  border-radius:7px;
}
.slick-dots li.slick-active button {
  background:#dddddd;
}
.news-overview .page-navigation {
  display:none;
}
/* news zweispaltig */
.news-list-view-2col {
  padding-top:34px;
  padding-bottom:34px;
}
.news-list-view-2col .header h3 {
  font-size:2.2rem;
  /*font-weight:900;*/
 font-family: 'FF Unit Slab Pro Bold';
  line-height:2rem;
  padding-bottom:15px;
}
.news-list-view-2col .header h3 a {
  color:#000;
  text-decoration:none;
  display:block;
}
.news-list-view-2col .header h3 span {
  display:block;
}
.news-list-view-4col .teaser-text .bezirk {
  color:#f20000;
}
.news-list-view-2col .teaser-text {
  font-size:.8rem;
  line-height:.9rem;
}
.news-list-view-2col .teaser-text div {
  display:inline;  
}
.news-list-view-2col .teaser-text div > div > p {
 font-family: 'FF Unit Slab Pro Regular';
  display:inline;
}
.news-list-view-2col .teaser-text b,
.news-list-view-2col .teaser-text strong,
#klub-home .news-list-view-2col .teaser-text > div > p {
  display:inline;
  /*font-weight:700;*/
   font-family: 'FF Unit Slab Pro Bold';
}
.news-list-view-2col .news-more,
.news-list-view-4col .news-more,
.teaser-more,
.downloadBtnNew {
  color: #f20000;
    text-decoration: none;
    padding-left: 27px;
    position: relative;/*
    font-weight: 700;*/
     font-family: 'FF Unit Slab Pro Bold';
    display:block;
}

.downloadBtnNew a {
  color: #f20000;
  text-decoration:none;
}

.downloadBtnNew {
    display: none;
}




.download.news-more {
  font-size:.8rem;
  line-height:.8rem;
}

.downloadBtnNew a {
    font-size: .8rem;
    line-height: .8rem;
}
.news-more.invisible {
  display:none;
}
.teaser-more {
  padding-left:28px;
}
.news-list-view-2col .news-more:before,
.news-list-view-4col .news-more:before,
.teaser-more:before,
.downloadBtnNew:before {
    /*background: url(../images/more-arrow.png) no-repeat center;*/
    display: block;
    position: absolute;
    top: 0;
    left: 2px;
    height: .8rem;
    content:"➔";
    width: 21px;
    background-size:contain;
    font-size:1.2rem;
    line-height:.8rem;
}
.teaser-more:before {
  height:.9rem;
  line-height:1.4rem;
  font-size:1.2rem;
}

/* news vierspaltig */
.col4Container {
  padding-bottom:34px;
}
.news-list-view-4col .page-navigation,
.news-vorsprung .page-navigation {
  width:100%;
  color:#999;
  position:relative;
}
.news-list-view-4col .page-navigation *,
.news-vorsprung .page-navigation * {
  display:inline-block;
  color:#999;
  font-size:1.3rem;
  text-decoration:none;
  line-height:1.6rem;
}
.news-list-view-4col .page-navigation ul,
.news-vorsprung .page-navigation ul {
  padding-left:10px;
}
.news-list-view-4col .page-navigation .current,
.news-vorsprung .page-navigation .current {
  height:35px;
  width:35px;
  line-height:32px;
  border:1px solid #999;
  text-align:center;
}
.news-list-view-4col {
  padding-top:34px;
}
.layout-submenu .news-list-view-4col {
  padding-top:0;
}
.news-list-view-4col .header h3 {
  font-size:.925rem;
  line-height:1.018rem;
  /*font-weight:900;*/
 font-family: 'FF Unit Slab Pro Bold';
  padding-bottom:0;
}
.news-list-view-4col .header h3 a {
  color:#000;
  text-decoration:none;
  display:block;
}
.news-list-view-4col .teaser-text {
  font-size:.8rem;
  line-height:.8rem;
  font-size:16px;
  line-height:16px;
}
.news-list-view-4col .teaser-text p {
  display:inline;
}
.news-list-view-4col .header h3 span {
  display:block;
}
/*  News - Detail */
.news-single {
  font-size:.8rem;
  line-height:1.3rem;
}
.news-single .teaser-text {
   font-family: 'FF Unit Slab Pro Bold';
}
.news-single p {
  padding-bottom:15px;
}
.news-backlink-wrap a{
  display:block;
  width:42px;
  height:34px;
  color:transparent;
  background:url(../images/news-back.png) no-repeat center;
  margin:10px 0;
}
.news-single .header {
  padding-top:20px;
}
.news-single .header h1 {
  font-size:2.45rem;
  /*font-weight:800;*/
 font-family: 'FF Unit Slab Pro Bold';
  float:left;
  width:70%;
}
.news-single .header span {
  float:right;
  width:30%;
  text-align:right;
  font-size:.8rem;
  color:#000;
}
.news-single .header .shariff span{
  float: none;
  width:auto;
  font-size: 19px;
  color:#000;
  text-align: left;
}
.news-single .header span a {
  text-decoration:none;
}
.news-single .header span a img {
  padding-right:10px;
}
.box15 {
  margin-bottom:34px;
}
.box15.news-single .header h1 {
  padding-bottom:34px;
}
/* footer */
#footer {
  background:#000;
  padding:20px 25px 0;
  color:#aaa;
  font-size:.8rem;
  line-height:1rem;
  flex-wrap:wrap;
  margin-top:34px;
}
#footer p {
  padding-bottom:20px;
}
#footer a {
  color:#aaa;
  text-decoration:none;
  
}
#footer > div {
  width:100%;
}
#footer > div:last-child {
  padding-bottom:20px;
}
/* QUIZ - UMFRAGE */
.tx-myquizpoll-pi1 {
  padding:34px 0 34px;
}
.tx-myquizpoll-pi1 .question-background {
    background: url(../images/question-bg.jpg) no-repeat right top #eee;
    background-size: contain;
    padding: 20px;
}
.tx_myquizpoll_pi1-title {
  font-size:1.4rem;
  text-transform:uppercase;
  padding-bottom:10px;
 font-family: 'FF Unit Slab Pro Bold';
}
.tx_myquizpoll_pi1-answer {
  display:inline-block;
  padding-bottom:10px;
  line-height:30px;
  min-width:127px;  
  padding-bottom:20px;
  position:relative;
}
.tx_myquizpoll_pi1-answer input[type=radio]{
  opacity:0;
  height:30px;
  width:30px;
  display:inline-block;
  position: absolute;
    left: 0;
    top: 5px;
    cursor:pointer;
}
.tx_myquizpoll_pi1-answer:before {
  content:"";
  height:30px;
  width:30px;
  display:inline-block;
  background:#fff;
  position:relative;
  margin-top:0;
  border:1px solid #000;
  top:9px;
  padding-top: 4px;
    padding-bottom: 3px;
}
.tx_myquizpoll_pi1-answer.checked:before{
  background:url(../images/check.png) no-repeat center #fff;
}
.tx_myquizpoll_pi1-question {
  padding-bottom:10px;
}
.ref_submit_fields {
  font-size:0;
  line-height:0;
}
.tx_myquizpoll_pi1-submit,
.tx_myquizpoll_pi1-reset {
  width:120px;
  border-radius:0;
  background:none;
  border:1px solid #000;
  color:#000;
  font-size:1rem;
  margin-bottom:10px;
  margin-right:25px;
}
.tx_myquizpoll_pi1-submit:hover,
.tx_myquizpoll_pi1-reset:hover,
.tx_myquizpoll_pi1-submit:active,
.tx_myquizpoll_pi1-reset:active,
.tx_myquizpoll_pi1-submit:focus,
.tx_myquizpoll_pi1-reset:focus {
  background:none;
  border:1px solid #000000;
  color:#000;
  box-shadow:none;
}
.tx_myquizpoll_pi1-th {
  background:#333;
  color:#fff;
}
.tx_myquizpoll_pi1-tr-odd {
  background:#ddd;
}
.tx_myquizpoll_pi1-tr-even {
  background:#ccc;
}
/* QUIZ -UMFRAGE Ergebnis */
.tx_myquizpoll_pi1-result-item {
  width:100%;
  max-width:600px;
  border:1px solid #000;
  position:relative;
  height:40px;
  margin-bottom:18px;
}
.tx_myquizpoll_pi1-result-item .result-bar {
  padding:5px 10px;
  position:absolute;
  left:0;
  top:0;
  background:#ababab;
}
.tx_myquizpoll_pi1-result-item .result-number {
  padding:5px 10px;
  position:absolute;
  top:0;
  right:0;
  color:#000;
}
/* DCE - Box01 */
.box01 {
  min-height:250px;
}
.blackbox{
    color:#ebecec;
}
.blackbox h1, 
.blackbox h2, 
.blackbox h3, 
.blackbox h4{
        color:#e3000f;
    }
.home-page .box01,
.home-page .question-background {
  min-height:275px;
}
.box01 .flexContainer {
  flex-wrap:wrap;
}
.box01Title {
  padding:18px 24px;
}
.box01Title h3{
  font-size:1.4rem;
  line-height:1.4rem;
  text-transform:uppercase;
  /*font-weight:900;*/
 font-family: 'FF Unit Slab Pro Bold';
  padding:0;
}
.box01Content {
  font-size:.8rem;
  line-height:1rem;
  padding:14px 24px;
}
.box01col2,
.box05col2 {
  padding-bottom:5px;
}
/* DCE - Contentcontainer */
.contentContainer,
.csc-uploads .csc-uploads-fileName,
.tx-felogin-pi1  {
  color:#000;
  font-size:.8rem;
  font-size:16px;
  line-height:1.28rem;
  line-height:25px;
}
.tx-felogin-pi1 fieldset legend {
  display:none;
}
.contentContainer i {
  font-style:normal;
}
.contentContainer ul,
.news-single ul {
  padding-left:0;
  list-style-type:none;
}
.contentContainer ul li,
.news-single ul li {
  padding-left:45px;
  padding-bottom:10px;
  position:relative;
}
.contentContainer ul li:before,
.news-single ul li:before {
  content:"";
  display:block;
  height:.8rem;
  width:.8rem;
  background:url(../images/list-item.png) no-repeat center;
  background-size:cover;
  position:absolute;
  top:3px;
  left:0;
}
.news-single .shariff ul li{
  padding-left:0;
  padding-bottom:0;
  position:static;
}
.news-single .shariff ul li:before {
  display: none;
  height:auto;
  width:auto;
  background: none;
  position:static;
}
.shariff .facebook a{
  background: none;
}
.contentContainer > div {
  -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.contentContainer h1,
.contentContainer h2 {
  font-size:1.3rem;
  line-height:1.3rem;
  color:#999;
  border-top:1px solid #ddd;
  padding:10px 0 15px;
  /*font-weight:normal;*/
 font-family: 'FF Unit Slab Pro Regular';
}
.contentContainer h1 + h2 {
  color:#f20000;
  font-size:1rem;
  border-top:none;
  /*font-weight:bold;*/
   font-family: 'FF Unit Slab Pro Bold';
}
.contentContainer h3 {
  font-size:1rem;
  text-transform:uppercase;
  /*font-weight:bold;*/
   font-family: 'FF Unit Slab Pro Bold';
  padding-bottom:15px;
}
.layout-submenu .indent.contentContainer h1,
.layout-submenu .indent.contentContainer h2 {
  margin-left:-25px;
}
.layout-submenu .indent.contentContainer h1,
.layout-submenu .indent.contentContainer h2,
.indent.contentContainer {
  padding-left:25px;
}
.contentContainer p{
  padding-bottom:1.28rem;
}
.contentContainer a {
  text-decoration:underline;
  color:#000;
}
/* DCE - LINKS */
.box05 {
  border-bottom:1px solid #ddd;
  font-size:.925rem;
  line-height:1rem;
  flex-wrap:wrap;  
}
.box05.nolines {
  border:0!important;
}
.box05:first-child {
  border-top:1px solid #ddd;
  margin-top:20px;
}
.contentWrapperCol2numbers .box05:first-child {
  border-top:0;
  
}
.box05:last-child {
  margin-bottom:34px;
}
.box05 a,
.box12 a {
  color:#000;
  text-decoration:none;
}
div.box05.flexContainer div.box05col2 {
  padding-top:16px;
  padding-bottom:16px;  
  position:relative;
  width:100%;
}
/*.box05col2 a {
  display:inline-block;
}*/

/* SUBMENU */
#header,
#header2 {
  align-items:stretch;
}
#header2 {
  padding-top:34px;
  padding-bottom:34px;
}
#submenu,
#submenu2 {
  height:100%;
  background:#3c3f3d;
  padding:15px 5px;
}
#submenu .main a,
#submenu2 .main a {
  color:#f20000;
  text-transform:uppercase;
  /*font-weight:600;*/
   font-family: 'FF Unit Slab Pro Bold';
}
#submenu ul,
#submenu2 ul{
    list-style:none;
}
#submenu .sub a,
#submenu2 .sub a {
  font-size:.8rem;
  color:#fff;
  text-decoration:none;
  /*font-weight:600;*/
 font-family: 'FF Unit Slab Pro Regular';
}
#submenu .sub .active > a,
#submenu2 .sub .active > a {
  color:#f20000;
}
#submenu ul ul li {
  line-height:1rem;
}
/* DCE - Teasertext */
#teaser {
  padding-bottom:34px;
}
.lightblue .teaserText {
  background:#ced6e5;
  color:#35568e;
}
.lightblue .teaserText a {
  color:#35568e;
}
.lightblue .teaser-more:before {
  background: url(../images/more-arrow-blue.png) no-repeat center;
}
.black .teaserText {
  background:#3c3f3d;
  color:#fff;
  line-height:1.2rem;
  /*font-style:italic;*/  
  height:100%;
}
.black .teaserText > div {
  width:100%;
}
.black .teaserText.georgia {
  /*font-family:Georgia;*/
  font-size:1.1rem;
}
.black .teaserText h3,
.black .teaserText a {
  font-style:normal;
}
.black .teaserText a {
  color:#fff;
}
.standpunkt .teaserText {
  line-height:1rem;
  color:#000;
  background:#ced6e5;
  position:relative;
}
.standpunkt .teaserText a {
  color:#000;
}
.standpunkt .teaserText b {
  font-size:1.2rem;
  line-height:1.4rem;
}
.standpunkt .teaser-more:before {
  background: url(../images/list-item.png) no-repeat center;
  background-size:80%;
}
.standpunktTitle {
  position: absolute;
    top: 22px;
    left: 44px;
    /*font-weight:800;*/
   font-family: 'FF Unit Slab Pro Bold';
    font-size:.8rem;
}
.standpunktTitle:before {
  content:"";
  height:19px;
  width:19px;
  display:block;
  background:url(../images/standpunkt.png) no-repeat center;
  position:absolute;
  top:0;
  left:-22px;
}
.col2 .teaserText b,
.contentWrapperCol2reverse > div .teaserText b {
  font-size:1.1rem;
}
.teaserText {
  background:#35568e;
  min-height:250px;
  color:#fff;
  padding:22px;
  flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size:.9rem;
}
.teaserText h3 {
  /*font-weight:bold;*/
   font-family: 'FF Unit Slab Pro Bold';
}
.teaserText h3,
.teaserText a {
  color:#fff;
  text-decoration:none;
}
/* DCE - 08 großes Bild*/
.imageBox {
  border-top:1px solid #ddd;
  padding-bottom:34px;
  border-bottom:1px solid #ddd;
  padding-top:34px;
  margin-bottom:34px;
}
.imageBox aside {
  color:#7f7f7f;
}
.home-page .imageBox {
  border:0;
  border-top:1px solid #000;
  margin-bottom:0;
  padding:4px 0;
}
/* DCE - 09 GEschichte - Teaser */
.box09 {
  padding-bottom:34px;
}
.box09 .box09bg {
  background: #ced6e5;
    height: 100%;
    width: 100%;
    justify-content:center;
    flex-direction:column;    
}
.box09Content {
  font-size:.9rem;
  color:#2b5592;
  padding:20px;
}
.box09Content h3,
.box09Content a {
  color:#2b5592;
}
.box09Content h3 {
  /*font-weight:700;*/
   font-family: 'FF Unit Slab Pro Bold';
  padding-bottom:0;
}
.box09imageLink {
  padding-right: 22px;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    text-decoration: none;
    background: rgba(0,0,0,.8);
    text-transform: uppercase;
    /*font-weight: 700;*/
     font-family: 'FF Unit Slab Pro Bold';
    padding: 16px 22px;
    width:100%;
    font-size: .8rem;
    line-height: .8rem;
}
.box09imageLink:hover {
  color:#fff;
  text-decoration:none;
}
.box09imageLink:after {
  /*background: url(../images/more-arrow-white.png) no-repeat center;*/
    display: inline-block;
    height: .8rem;
    content: "";
    width: 25px;
    background-size: contain;
    top: 2px;
    position: relative;
    content:"➔";
  font-size: 1.1rem;
    line-height: .8rem;
}
.box09 .video a:after {
    content: "\f04b";
    font: normal normal normal 25px/1 FontAwesome;
    color: #fff;
    padding: 16px 28px;
    background: #aaa;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    border-radius: 17px;
}
.box09 .video a {
  display: block;
    height: 100%;
    width: 100%;
    position:relative;
}
/* DCE - Bilderslider */
.slider {
  position:relative;
  font-size:.8rem;
}
.slideContainer {
  position:relative;
}
.slideContainer > div {
  justify-content:space-between;
  flex-wrap:wrap;
}
.slideCounter {
  width: 100%;
    top: auto;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    position: absolute;    
    right: 0;
    display: inline-block;
    text-align: center;
}
.slide-left {
  width:100%;
}
.slide-right {
  width:100%;
  position:relative;
  padding:34px 0 84px;
  
}
.slider .slick-prev {
    background: #2b5692;
    height: 50px;
    width: 50px;
    margin-top: 0;
    bottom: 34px;
    left: 0;
    top:auto;
}
.slider .slick-prev:before {
  content: "1";
    background: url(../images/big-arrow-white-left.png) no-repeat center;
    width: 50px;
    display: block;
    opacity: 1;
    color: transparent;
}
.slider .slick-next {
  top: auto;
  bottom:34px;
    right:0;
    background: #2b5692;
    height: 50px;
    width: 50px;
    margin-top:0;
}
.slider .slick-next:before {
  content: "1";
    background: url(../images/big-arrow-white-right.png) no-repeat center;
    width: 50px;
    display: block;
    opacity: 1;
    color: transparent;
}
/* 11 Zeitleiste (Geschichte) */
.timeline {
  font-size:.8rem;
  line-height:1.15rem;
  max-width:690px;
}
.timeline p {
  padding-bottom:5px;
}
.timeline h1 {
  color:#33548c;
  font-size:1.2rem;
  line-height:1.45rem;
  /*font-weight:700;*/
   font-family: 'FF Unit Slab Pro Bold';
  padding-bottom:0;
}
.timeline h3 {
  color:#ccd6e7;
  font-size:2.5rem;
  /*font-weight:700;*/
   font-family: 'FF Unit Slab Pro Bold';
  padding-bottom:26px;
  padding-top:45px;
}
.timeline .totop {
  cursor:pointer;
  font-size:1.3rem;
  padding:34px 0;
  color:#999;
}
/* 12 Bild - Textelement groß */
.box12 {
  margin-top:20px;
  border-bottom:1px solid #ddd;
}
.box12 .contentContainer {
  padding:34px 22px;
}

/* 13 Newsletteranmeldung small */
.nlSmall {
  margin-top:34px;
  background:#000;
  padding:22px;
  color:#999;
}
.nlSmall-message {
  font-size:.8rem;
  color:#fff;
  margin-top:15px;
}
.nlSmallTitle {
  font-size:1.3rem;
  padding-bottom:10px;
}
.nlSmallText {
  font-size:.75rem;
  line-height:1.3rem;
}
.nlSmallForm label {
  width:100%;
  font-size:.8rem;
  margin-bottom:0;
}
.fieldField {
  padding:10px 0 0px;
}

.fieldField input {
  border:0;
  width:100%;
  max-width:300px;
  font-size:.8rem;
  color:#000;
  padding:1px 10px;
}
.nlSubmit,
.powermail_submit,
.powermail_submit:hover {
  color:#000;
  background:#999;
  border:0;
  font-size:.8rem;
  padding:1px 5px;
  width:100%;
  max-width:150px;
  /*font-weight:bold;*/
   font-family: 'FF Unit Slab Pro Bold';
  margin-top:20px;
}
/* Powermail */
.powermail_form {
  font-size:.8rem;
  color:#999;
}
.powermail_form h3 {
  font-size:1.3rem;
  line-height:1.3rem;
  color:#999;
  border-top:1px solid #ddd;
  padding:10px 0 15px;
  /*font-weight:normal;*/
 font-family: 'FF Unit Slab Pro Regular';
  margin-top:34px;
}
.powermail_legend {
  color:#f20000;
  font-size:.8rem;
  margin-bottom:0;
  border-bottom:0;
  /*font-weight:bold;*/
   font-family: 'FF Unit Slab Pro Bold';
}
.powermail_label {
  /*font-weight:normal;*/
 font-family: 'FF Unit Slab Pro Regular';
  margin-bottom:0;
}
.powermail_label .mandatory {
  color:red;
}
.powermail_input {
  width:100%;
  max-width:300px;
  border:1px solid #999;
  padding-left:10px;
  padding-right:10px;
}
.powermail_fieldwrap_type_check .powermail_label {
  display:none;
}
.powermail_checkbox {
  background: none;
    border: 1px solid #999;
    -webkit-appearance: none;
    height: 15px;
    width: 15px;
}
.powermail_checkbox:checked {
  background:url(../images/check.png) no-repeat center;
  background-size:65%;
}
.powermail_field .checkbox {
  margin:0 0 5px;
  line-height:22px;
}
.powermail_submit,
.powermail_submit:hover {
  color:#fff;
  border-radius:0;
  padding:4px 5px;
  /*font-weight:normal;*/
 font-family: 'FF Unit Slab Pro Regular';
  margin-top:34px;
}
/* DCE -  Box 14 - presse */
.box14 {
  margin:0!important;
  border-top:0!important;
  border-bottom:0;
  background:#3c3f3d;
  padding:20px;
  color:#fff;
}
.box14 .contentContainer, .box14 .csc-uploads .csc-uploads-fileName, .box14 .tx-felogin-pi1{
      color:#fff;
  }

.box14Title {
  color:#fff;
  /*font-weight:800;*/
 font-family: 'FF Unit Slab Pro Bold';
  font-size:2rem;
  line-height:2rem;
  text-transform:uppercase;
}
.box14Link {
  padding-top:15px;
  line-height:1rem;
}
.box14Link a {
  color: #f20000;
    text-decoration: none;
    padding-left: 25px;
    position: relative;
    /*font-weight: 700;*/
     font-family: 'FF Unit Slab Pro Bold';
}
.box14Link a:before {
  /*background: url(../images/more-arrow.png) no-repeat center;*/  
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    height: .8rem;
    content: "";
    width: 20px;
    background-size: contain;
    font-size:1.2rem;
    line-height:.8rem;
    content:"➔";
}
.box14col2 {
  width:100%;
  padding-bottom:20px;
  overflow:hidden;
}
.box14col2:last-child img {
  padding-bottom:0;
  text-align:center;
  max-height:210px;
}
/* Download Plugin */
.tx-webx-download .date {
  font-size:.925rem;
}
/* Termine */
.termine.teaserText {
  color:#000;
  background:#fff;
  position:relative;
  border-top:1px solid #ddd;
  justify-content:flex-start;
  align-items:flex-start;
  min-height:auto;
  padding-left:0;
  padding-right:0;
  padding-bottom:0;
}
.col2Container.teaserText.termine {
  flex-direction:row;
}
.termine.teaserText h3,
.termine.teaserText a {
  color:#000;
}
.termine.teaserText h3 {
 font-family: 'FF Unit Slab Pro Bold';
  font-size:1.6rem;
  padding-top:20px;
}
.termine.teaserText a {
 font-family: 'FF Unit Slab Pro Regular';
}
.termine .standpunktTitle {
  position:relative;
  left:0;
  top:0;
  color:#f00;
  font-size:1.2rem;
   font-family: 'FF Unit Slab Pro Bold';
}
.termine .standpunktTitle:before {
  display:none;  
}
.termin.teaser-more {
  position: relative;
    color:#f20000;
    padding-left:20px;
}
.termin.teaser-more:before {
    height: 1.4rem;
    content:"►";
  color:#f00;
  font-size:.75rem;
}
.termin-content img {
  padding-bottom:20px;
}
.terminImage {
  display:block!important;
}
.terminImage .col2 {
  display: inline-block;
    max-width: 100%;
    vertical-align: top;
    width:100%;
}
.news-img-wrap{
  position:relative;
  overflow:hidden;
}
.news-img-wrap,
.box05col2 img {
  border:1px solid #ddd;
}
.topnews .news-img-wrap.youtube,
.news-img-wrap.noborder,
.box05col2 img.noborder{
  border:0;
}
.preview-video {
  width: 100%;
    height: 250px;
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    cursor:pointer;
}
.preview-video:before {
    content: "►";
    position: absolute;
    top: 50%;
    top:-webkit-calc(50% - 30px);
    top:-moz-calc(50% - 30px);
    top:calc(50% - 30px);
    z-index: 11;
    width: 100px;
    height: 60px;
    background: #000;
    text-align: center;
    line-height: 60px;
    color: #fff;
    border-radius: 10px;
    opacity: .75;
    margin: auto;
    left: 0;
    right: 0;
    font-size:1.5rem;
}
.social-icon {
  border:none!important;
  display:inline;
  padding:15px 7px 7px;
  width:40px;
}
.social-container {
  display:inline-block!important;
}
.contentContainer.with-social p {
  padding-bottom:0;
}
/* INTERNER BEREICH */
.csc-menu {
  background:#000;
  color:#fff;
  list-style-type:none;
  padding:15px 20px;
  font-size:.8rem;
  text-transform:uppercase;
   font-family: 'FF Unit Slab Pro Bold';
}
.csc-menu a {
  color:#fff;
  text-decoration:none;
}

/* SOCIAL WALL */

.wallsio-load-more-button{
  width: 100%;
    background: transparent;
    border: 1px solid #000;
}

@media screen and (min-width:400px) {
  body#platter .downloadBtnNew {
    display: block;
    bottom: 34px;
}
  
  .box14col2 {
    padding-bottom:0;
  }
  .col4,
  div.box05.flexContainer div.box05col2 {
      width: 50%;
      padding-right: 11px;
  }
  .col4:last-child,
  .box01col2:last-child,
  div.box05.flexContainer div.box05col2:last-child {
    padding-right:0;
    padding-left:11px;
  }
  .col4:last-child,
  .box01col2:last-child {
    padding-top:0;
  }
  .box01Title {
    padding:18px 0;
  }
  div.box05.flexContainer div.box05col2 {
    min-height:150px;
  }
  .box05col2 > a:not(.social-container) {
    display: block;
      position: absolute;
      top: 50%;
      transform: translate(0,-50%);
  }
  .box09imageLink {
    width: -webkit-calc(50% - 10px);
      width: -moz-calc(50% - 10px);
      width: calc(50% - 10px);
  }
  .box14col2 {
    width:50%;
  }
  .box14col2:last-child {
    text-align:right;
  }
}
@media screen and (min-width: 480px) {
  html {
    font-size:16px;
  }
  #footer > div {
    width:50%;
    padding-left:15px;
  }
  #footer > div:first-child {
    width:50%;
    padding-right:15px;
  }
  .opened + #mainNavi ul{
    min-width:300px;
  }
  #mainNavi {
    width:350px;
  }

}

@media screen and (min-width: 768px) {
  html {
    font-size:18px;
  }
  .box01col2,
  .box05col2 {
      width: 50%;
      padding-right: 11px;
  }
  .slickSliderContent div p {
    font-size:3rem;
    line-height:3rem;
  }
  .col2:nth-of-type(2) {
    padding-top:0;
  }
  .col2,
  .col4Container,  
  .contentWrapperCol2reverse > div {
    width:50%;
    padding-right:18px;
  }
  .col2:last-child,
  .col4Container:nth-of-type(2n),  
  .contentWrapperCol2reverse > div:last-child {
    padding-right:0;
    padding-left:18px;  
  }
  .contentWrapperCol2numbers > div {
    width:-webkit-calc(50% - 18px);
    width:-moz-calc(50% - 18px);
    width:calc(50% - 18px);
    margin-right:18px;
  }
  .contentWrapperCol2numbers > div:first-child {
    border-top:0;
    margin-top:0;
  }
  .contentWrapperCol2numbers > div:nth-of-type(2n) {
    margin-right:0;
    margin-left:18px; 
  }
  .news-list-view-2col .header h3 {
    font-size:2.9rem;
    line-height:2.9rem;
  }
  #footer > div {
    width:25.75%;
    padding-right:16px;
    padding-left:0;
  }
  #footer > div:first-child {
    width:24.25%;
    padding-right:24px;
  }
  #footer > div:last-child {
    width:50%;
    padding-left:18px;
    padding-bottom:0;
  }
  .twoRows {
    -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 34px;
      -moz-column-gap: 34px;
      column-gap: 34px;
  }
  #submenu,
  #submenu2 {
    display:block;
  }
  .slide-left {
    width:-webkit-calc(100% - 234px);
    width:-moz-calc(100% - 234px);
    width:calc(100% - 234px);
  }
  .slide-right {
    width:214px;
    padding:0;
  }
  .slide-right > div {
    position:absolute;
    top:50%;
    transform:translateY(-50%);
  }
  .slider .slick-prev {
      top: 34px;
      left: -webkit-calc(100% - 214px);
      left: -moz-calc(100% - 214px);
      left: calc(100% - 214px);
      bottom:auto;
     }
     .slider .slick-next {
    top: 34px;
  }
  .slideCounter {
    width: 214px;    
      top: 0;
      bottom:auto;
  }
  .min-500 {
    min-height:500px;
  }
  .powermail_fieldset {
    width:50%;
    float:left;
  }
  .col2-75 {
    width:75%;
    padding-right:11px;
  }
  .col2-25 {
    width:25%;
    padding-left:11px;
  }
  .col2-25 .news-list-view-4col {
    width:100%;
  }
  .col2-25 .col4Container {
    width:100%;
    padding-right:0;
    padding-left:0;
    padding-bottom:25px;
  }
  .col2-25 .col4Container .col4 {
    padding-right:0;
    padding-left:0;
    width:100%;
  }
  .col2-25 .news-list-view-4col {
    padding-top:54px;
  }
  .col2-25 .news-list-view-4col .header h3 {
    padding-top:20px;
  }
  .box01col2 {
    padding-right:11px;
  }
  .terminImage {
    white-space: nowrap;
  }
  .terminImage .col2 {
      max-width: 50%;
      vertical-align: top;
      width:auto;
      white-space: normal;
  }
}

@media screen and (min-width: 1024px) {
  html {
    font-size:20px;
  }
  .wrapAll {
    padding:0 50px;
  }  
  .slickSliderContent {
    bottom: 50px;
      left: 28px;
      padding:0;
  }
  .slickSliderContent div p {
    font-size:4.1rem;
    line-height:4.1rem;
  }
  .box05col2:last-child a {
    position:relative;
    transform:none;
    top:0;
  }
  .slickSliderContent{
    padding-right:35px;
  }
  .tx_myquizpoll_pi1-submit,
  .tx_myquizpoll_pi1-reset {
    width:140px;
  }
  .col4Container.article{
      position:relative;
   }
   .news-list-view-4col .news-more{
       position:absolute;
       bottom: 34px;
   }
   
   .news-list-view-4col .downloadBtnNew{
       position:absolute;
       bottom: 53px;
   }

}

@media screen and (min-width: 1280px) {
}

@media screen and (max-width:768px) {
  .col2.first .box05:last-child {
    margin-bottom:0;
  }
  .col2.last .box05:first-child {
    border-top:0;
    margin-top:0;
  }
  .powermail_fieldset {
    padding-bottom:34px;
  }
  .contentWrapperCol2reverse > div {
    order:1;
  }
  .contentWrapperCol2reverse > div.black {
    order:2;
  }
}
@media screen and (max-width:540px) {
  #vp-logo {
    width:100%;
    order:1;
    text-align:right;  
  }
  #logo {
    order:2;
    max-width:-webkit-calc( 100% - 80px );    
    max-width:-moz-calc( 100% - 80px );    
    max-width:calc( 100% - 80px );  
  }
  .toggleMenu {
    order:3;
  }
  #search {
    order:4;
  }
  #ke_search_sword,
  .kesearchbox {
    width:100%;
  }
  #mainNavi {
    top:130px;
  }
  .news-single .header h1 {
    width:100%;
    font-size:1.5rem;
  }
  .news-single .header span {
    width:100%;
    text-align:left;
  }
}
@media screen and (max-width:400px) {
  .col4Container.article {
    border-bottom:1px solid #ddd;
    padding-bottom:20px;
    margin-bottom:30px;
  }
}
/* VORSPRUNG TIROL - STARTSEITE */
.vorsprung-tirol {
  color:#fff;
  background:#3b3e3d; 
  margin-left:-20px;
    margin-right:-20px;  
    padding:30px 20px; 
}
.vorsprung-tirol a,
.vorsprung-tirol a:hover,
.vorsprung-tirol a:focus,
.vorsprung-tirol a:active {
  color:#fff;
  text-decoration:none;
}
.vorsprung-tirol .newIdea {
  flex:1;
  background:#e2000e;
  padding:20px;
}
.vorsprung-tirol .newIdea:hover {
  text-decoration:none;
  color:#000;
}
.vorsprung-tirol .newIdea .newsVStitle {
  color:#e7e7e6!important;
  font-size:3rem;
  line-height:3rem;
}
.vorsprung-tirol .newIdea .newsVSsubtitle {
  padding-top:30px;
 font-family: 'FF Unit Slab Pro Bold';
}
.vorsprung-tirol .VSnews {
  padding:20px;
  background:#9e9591;
  min-height:270px;
}
.vorsprung-tirol .VSnews.light {
  background:#d7d3d2;
}
.vorsprung-tirol .VSnews h3 {
 font-family: 'FF Unit Slab Pro Bold';
}
.vorsprung-tirol .VSnews h3 a,
.vorsprung-tirol .VSnews h3 a:hover {
  color:#000;
  text-decoration:none;
}
.vorsprung-tirol .col2 {
  padding-bottom:20px;
  padding-top:20px;
  color:#000;
}
.vorsprung-tirol .news-more {
 font-family: 'FF Unit Slab Pro Bold';
  color:#d6250c;
}
.vorsprung-tirol .news-more:hover {
  color:#d6250c;
  text-decoration:none;
}
.vorsprung-tirol .contentContainer {
  color:#fff;
}
.vorsprung-tirol h1 {
  margin-top:36px;
}
.vorsprung-tirol .news-single .header h1,
.vorsprung-tirol .news-single .header span{
  color:#aaa;
}
.vorsprung-tirol .news-single .header span.news-list-date a {
  display:none;
}
.vorsprung-tirol .contentContainer h3 {
  color:#999;
}
@media screen and (min-width:768px) {
  .vorsprung-tirol .col2:last-child {
    padding-right:18px;
    padding-left:0;
  }
  .vorsprung-tirol .col2:nth-of-type(even) {
      padding-right: 0;
      padding-left: 18px;
      padding-top:20px;
  }
}
@media screen and (min-width:1024px) {
    .vorsprung-tirol {
        margin-left:-50px;
        margin-right:-50px;  
        padding-left:50px;
        padding-right:50px; 
    }
}

@media screen and (max-width:1024px) {
    body#platter .downloadBtnNew {
    display: block;
    bottom: -5px;
}
}

.tx-webx-policy .categories .category {
  display: block !important;
  border-bottom: 1px solid #e3e5ec;
}
.tx-webx-policy .categories .category + .category {
  margin-top: 20px;
}
.tx-webx-policy .categories .category .category_header {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tx-webx-policy .categories .category .category_header .category_checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 40px;
  background-color: #000;
  border-radius: 2px;
  color: white;
}
.tx-webx-policy .categories .category .category_header .category_checkbox i {
  display: none;
}
.tx-webx-policy .categories .category .category_header .category_checkbox input {
  display: none;
}
.tx-webx-policy .categories .category .category_header .category_checkbox input:checked ~ i {
  display: block;
}
.tx-webx-policy .categories .category .category_header .category_title {
  flex: 1;
  font-size: 26px;
}
.tx-webx-policy .categories .category .category_header .category_policies_toggle {
  width: 50px;
  color: #000;
}
.tx-webx-policy .categories .category .category_header .category_policies_toggle .fa-minus {
  display: none;
}
.tx-webx-policy .categories .category .category_policies {
  display: none;
  padding-bottom: 20px;
}
.tx-webx-policy .categories .category .category_policies .category_policy + .category_policy {
  margin-top: 30px;
}
.tx-webx-policy .categories .category .category_policies .category_policy .category_policy_row {
  display: flex;
}
.tx-webx-policy .categories .category .category_policies .category_policy .category_policy_row + .category_policy_row {
  margin-top: 10px;
}
.tx-webx-policy .categories .category .category_policies .category_policy .category_policy_row .category_policy_title {
  max-width: 400px;
  flex: 1;
  padding: 5px 10px;
  background-color: #000;
  color: white;
}
.tx-webx-policy .categories .category .category_policies .category_policy .category_policy_row .category_policy_text {
  flex: 1;
  margin-left: 20px;
  padding: 5px 10px;
  background-color: #e3e5ec;
}
.tx-webx-policy .categories .categories_save {
  margin-top: 80px;
  padding: 5px 10px;
  background-color: #000;
  color: white;
  border: 0;
  cursor: pointer;
}
