.tx-columns {
    line-height: 1.3;
}

.tx-columns .arrows {
    color: #cb1517;
}

.txc {
    outline: none;
    overflow: hidden;
}

.tx-columns-initialized .txc {
    display: block;
}

.txc-title {
    border-bottom: 2px solid #cb1517;
    font-size: 2.5em;
    font-weight: normal;
}

.txc-subtitle {
    color: #7e7e80;
    font-size: 1.5em;
    font-weight: normal;
}

.txc-cols {
    margin: 1.5em 0;
}

.txc-cols:after {
    clear: both;
    content: '';
    display: table;
}

.txc-col {
    box-sizing: border-box;
}

@media (min-width: 600px) {
    .txc-col {
        float: left;
        width: 33.333%;
    }

    /* Only 1 column */
    .txc-col:nth-child(1):nth-last-child(1) {
        width: 100%;
    }

    /* Only two columns */
    .txc-col:nth-child(2):nth-last-child(1) {
        width: 66.666%;
    }

    .txc-col1 {
        padding-right: 1em;
    }

    .txc-col2 {
        padding-left: .5em;
        padding-right: .5em;
    }

    .txc-col3 {
        padding-left: 1em;
    }
}

.txc-coltitle {
    color: #087db8;
    font-size: 2.5em;
    font-weight: normal;
    margin: .75em 0 0;
}

.txc-footer {
    color: #7e7e80;
    margin-top: 2em;
}

.txc-footer a {
    color: inherit;
}

.txc-footer a:focus,
.txc-footer a:hover {
    color: #cb1517;
    outline: auto;
}

.txc-footer a + a {
    margin-left: 1.5em;
}

.txc-nav {
    border-top: 2px solid #7e7e80;
    text-align: right;
}

.txc-link-ajax,
.txc-slide-link {
    color: inherit;
}

.tx-columns:not(.tx-columns-ajax) .txc-slide-link {
    cursor: pointer;
}

.txc-meta .spalte1 h1,
.txc-meta .spalte1 h2,
.txc-meta .spalte1 h3,
.txc-meta .spalte1 h4,
.txc-meta .spalte1 h5,
.txc-meta .spalte1 h6 {
    text-transform: uppercase;
}

.tx-columns .slick-arrow {
    border: 0;
    color: rgba(0,0,0,0.8);
    cursor: pointer;
    display: block;
    height: 40px;
    margin: -20px 0 0;
    opacity: 0.7;
    outline: auto;
    overflow: hidden;
    padding: 0;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
    top: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    width: 40px;
    z-index: 10;
}

.tx-columns .slick-arrow.slick-disabled {
    visibility: hidden;
}

.tx-columns .slick-arrow:hover {
    opacity: 1;
}

.tx-columns .slick-prev {
    left: -50px;
    text-align: left;
}

.tx-columns .slick-next {
    right: -50px;
    text-align: right;
}

.tx-columns .slick-arrow:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    line-height: 1;
    display: inline-block;
    content: '\f001';
}

.tx-columns .slick-next:before {
    content: '\f002';
}

.tx-columns .slick-slider {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
