@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'icomoon';
    src: url('../Fonts/icomoon.eot?rnnl6c');
    src: url('../Fonts/icomoon.eot?rnnl6c#iefix') format('embedded-opentype'), url('../Fonts/icomoon.ttf?rnnl6c') format('truetype'), url('../Fonts/icomoon.woff?rnnl6c') format('woff'), url('../Fonts/icomoon.svg?rnnl6c#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* chivo-regular - latin */
@font-face {
    font-family: 'Chivo';
    font-style: normal;
    font-weight: 400;
    src: url('../Fonts/chivo-v11-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Chivo Regular'), local('Chivo-Regular'), url('../Fonts/chivo-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../Fonts/chivo-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../Fonts/chivo-v11-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../Fonts/chivo-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../Fonts/chivo-v11-latin-regular.svg#Chivo') format('svg'); /* Legacy iOS */
}

/* chivo-700 - latin */
@font-face {
    font-family: 'Chivo';
    font-style: normal;
    font-weight: 700;
    src: url('../Fonts/chivo-v11-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Chivo Bold'), local('Chivo-Bold'), url('../Fonts/chivo-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../Fonts/chivo-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../Fonts/chivo-v11-latin-700.woff') format('woff'), /* Modern Browsers */ url('../Fonts/chivo-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../Fonts/chivo-v11-latin-700.svg#Chivo') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: MENTZ;
    src: url(/fileadmin/js/mentz/MENTZFont/fonts/MENTZ.ttf) format('truetype'), url(fileadmin/js/mentz/MENTZFont/fonts/MENTZ.woff) format('woff'), url(fileadmin/js/mentz/MENTZFont/fonts/MENTZ.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

body {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, .header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* clear ---------------------------------------------------------------------*/
.clear {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 0;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 0;
    visibility: hidden;
}

html[xmlns] .clearfix {
    display: block;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, .header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

b, strong {
    font-weight: bold;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}

.inhalt video {
    max-width: 100%;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a:focus {
    outline: 1px dotted black;
}

/*  SECTIONS  */
.section {
    clear: both;
}

.section.news, .section.offer {
    margin: 3rem 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    margin: 1rem 0 1rem 1.6%;
}

.section.tickerstart {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.section.tickerstart .col {
    margin: 1rem 1.6% 1rem 0;
    float: none;
}

.section.tickerstart .col .col {
    float: left;
}

.section.tickerstart .ticker, .section.tickerstart .ticker .slick-slider .slick-list, .section.tickerstart .ticker .frame, .section.tickerstart .ticker .slick-slider .slick-list .slick-track {
    height: 100%;
}

.section.tickerstart .ticker .slick-slider, .section.tickerstart .ticker .ix_kvv_ticker {
    height: calc(100% - 47px);
}

.col.begin, .col:first-child {
    margin-left: 0;
}

.section.tickerstart .col:last-child {
    margin-right: 0;
}

.section.tickerstart .col .col.span_2_of_4:nth-child(odd) .box {
    background: #e0e0de;
}

.section.contentbox {
    display: flex;

    flex-direction: row;
}

.section.contentbox .col {
    margin: 1rem 1.6% 1rem 0;
    float: none;
    background: #fff;
}

.section.contentbox .col div {


    padding: .5rem 1rem;
}

.col.ohne {
    margin: 0;
}

/*  GROUPING  */
.group:before, .group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1; /* For IE 6/7 */
}

/*  GRID OF FOUR  */
.span_4_of_4 {
    width: 100%;
}

.span_3_of_4 {
    width: 74.6%;
}

.span_2_of_4 {
    width: 49.2%;
}

.col.ohne.span_2_of_4 {
    width: 50%;
}

.span_1_of_4 {
    width: 23.8%;
}

/*  GRID OF THREE  */
.span_3_of_3 {
    width: 100%;
}

.span_2_of_3 {
    width: 66.13%;
}

.span_1_of_3 {
    width: 32.26%;
}

.fltrt {
    float: right;
}

body {
    font-family: 'Chivo', sans-serif;
    background: #f3f3f2;
}

.keyboard-accessible:not(:focus) {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
    white-space: nowrap;
}

.container {
    margin: 0 auto;
    max-width: 1600px;
}

.cnt {
    margin: 0 auto;
    max-width: 1370px;
}

a {
    color: #9b2321;
    text-decoration: none;
    -webkit-transition: border .2s linear;
    -moz-transition: border .2s linear;
    -o-transition: border .2s linear;
    transition: border .2s linear;
}

.header {
    position: relative;
    height: 163px;
}

.header .logo {
    position: absolute;
    height: 163px;
    width: 163px;
}

.header .logo .screen {
    background: rgba(155, 35, 33, 1);
    height: 100%;
    width: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .logo .screen img {
    width: 120px;
}

.header .logo .druck {
    display: none;
}

.header .subnav {
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 55px;
    display: flex;
}

body.en .header .subnav, body.fr .header .subnav {
    right: 0;
}

.header .subnav li {
    margin: 0 3px 0 0;
    padding: 0;
    display: inline-block;
    background: #f99a1c;
}

.header .subnav li a {
    width: 55px;
    color: #242424;
    margin: 0;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    padding: 19px 0
}

body.en .header .subnav li.kontakt, body.fr .header .subnav li.kontakt {
    margin-right: 0;
}

.header .subnav li.kontakt a {
    text-indent: -9999px;
    background: transparent url("../Images/ICN-contact.svg") 50% 50% no-repeat;
    background-size: 25px;
    width: 30px;
}

.header .subnav li.cart a {
    text-indent: -9999px;
    background: transparent url("../Images/ICN-cart.svg") 30% 50% no-repeat;
    background-size: 25px;
    width: 30px;
}

.header .suche a {
    text-indent: -9999px;
    width: 55px;
    height: 57px;
    color: #fff;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 0;
    margin: 0;
    padding: 0;
    background: transparent url("../Images/ICN-search.svg") 50% 50% no-repeat;
    background-size: 25px;
}

.header .suche a.active {
    background: transparent url("../Images/ICN-searchX.svg") 50% 50% no-repeat;
    background-size: 25px;
    text-indent: -9999px;
    width: 55px;
    color: #fff;
    margin: 0;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

.header .suche .box-content {
    display: none;
    position: absolute;
    top: 0;
    right: 55px;
    z-index: 45;
    background: #f99a1c;
    padding: 7px 0 6px 7px;
    width: 390px;
}

.header .suche input[type="text"] {
    float: left;
    width: 82%;
    height: 25px
}

.header .suche input[type="submit"] {
    background: #9b2322 url("../Images/ICN-search.svg") 50% 50% no-repeat;
    background-size: 25px;
    width: 15%;
    float: left;
    cursor: pointer;
    height: 44px
}

@media only screen and (min-width: 860px) {
    .header .subnav li.kontakt a {
        background: #f99a1c url("../Images/ICN-contact_black.svg") 50% 50% no-repeat;
        background-size: 30px;
        width: 55px;
    }

    .header .suche a {
        background: #f99a1c url("../Images/ICN-search_black.svg") 50% 50% no-repeat;
        background-size: 25px;
    }

    .header .suche a.active {
        background: #f99a1c url("../Images/ICN-searchX_black.svg") 50% 50% no-repeat;
        background-size: 25px;
    }

    .header .subnav li.cart a {
        width: 55px;
        background: #f99a1c url("../Images/ICN-cart_black.svg") 50% 50% no-repeat;
        background-size: 30px;
    }
}

/* Datepicker Hack Mentz */
.fa.fa-arrow-left:before {
    font-family: 'icomoon' !important;
    content: "\e102";
}

.fa.fa-arrow-right:before {
    font-family: 'icomoon' !important;
    content: "\e103";
}

.efashort {
    margin: 0 auto;
    max-width: 1370px;
    position: relative;
}

.efashort a.box-trigger {
    margin: 0;
    position: absolute;
    right: 0;
    top: -48px;
    display: block;
    z-index: 45;
    background: #f99a1c;
    color: #242424;
    cursor: pointer;
    padding: 10px 19px 12px 9px;
}

.efashort a.box-trigger:before {
    font-family: 'icomoon' !important;
    content: "\e906\00a0";
    font-size: 1.5rem
}

.efashort .box-content {
    display: none;
    position: absolute;
    right: 0;
    z-index: 44;
    background: #f99a1c;
    padding: 1.5rem 1rem;
    -moz-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .7);
    -webkit-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .7);
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .7);
    width: 31.5%;
    top: 0;

}

.startseite .efashort .box-content, .startseite .efa.mobilestart .box-content {
    display: block;
}

.efashort #std3_main {
    height: auto !important;
    min-height: 520px;
    background-color: inherit;
}

.efashort #std3_main .std3_datetimepicker {
    padding: 3px !important;
    font-size: .8125rem;
    margin-left: -25px !important;
    margin-top: -1px !important;
}

.efashort #std3_main .std3_panel-default {
    border-color: transparent;
    background-color: inherit;
}

.efashort #std3_main .std3_form-control {
    background-color: #fff !important;
    font-size: 16px;
}

.efashort #std3_main .std3_hrz-btn-input-group-container .std3_hrz-btn-input-group label .std3_input {
    background-color: #fff !important;
    height: 45px;
    font-size: 16px;
}

.efashort #std3_main .std3_col-xs-12 {
    padding-right: 0;
}

.efashort #std3_main .std3_panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0
}

.efashort #std3_main #std3_odv_submit_container {
    margin: 1rem 0 3rem;
}

.efashort #std3_main fieldset {
    margin-bottom: 1rem;
}

.efashort .efalinks {

    margin: 2rem 0;
}

.efa .box-content #std3_main a, .efa .box-content #std3_main a:hover, .efa .box-content #std3_main a:focus {
    color: #fff;
}

.efashort .efalinks a {
    font-size: 1.25rem;
    font-weight: 700;
    color: #242424 !important;
}

.header nav#nav {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 186px;
    top: 115px
}

body.fr .header nav#nav {
    right: 213px;
}

body.en .header nav#nav {
    right: 169px;
}

.header nav#nav ul {
    list-style: none;
    padding: 0;
    position: relative;
    z-index: 55;
}

.header nav#nav ul li.top {
    float: left;
    padding: 0;
}

.header nav#nav ul li a {
    display: block;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    padding: 15px 19px;
}

.header nav#nav ul li span {
    display: block;
}

.header nav#nav ul li a.aktiv {
    color: #9b2322;
}

.header nav#nav ul li:focus-within a, .header nav#nav ul a:focus, .header nav#nav ul li:hover a, .header nav#nav ul a:hover {
    color: #fff;
    background: #9b2322;
}

.header nav#nav ul li a.aktiv span {
    border-bottom: 1px solid #9b2322;
}

.header nav#nav ul li:focus-within, .header nav#nav ul li:hover {
    position: relative;
}

.header nav#nav ul :focus-within ul, .header nav#nav ul :hover ul {
    right: 0;
    left: inherit;
    top: 45px;
    padding: 3px 0 0;
    width: auto;
    height: auto;
}

.header nav#nav ul :focus-within ul.sub li, .header nav#nav ul :hover ul.sub li {
    display: block;
    background: #9b2322;
    font-weight: normal;
    width: 250px;
    position: relative;
}

.header nav#nav ul :focus-within ul.sub li a, .header nav#nav ul :hover ul.sub li a {
    font-size: 1rem;
    text-decoration: none;
    text-align: left;
    padding: 10px 20px 8px 15px;
    white-space: normal;
    line-height: 1.4;
}

.header nav#nav ul :focus-within ul.sub li a.aktiv, .header nav#nav ul :hover ul.sub li a.aktiv {
    text-decoration: underline;
}

.header nav#nav ul :focus-within ul.sub li li a, .header nav#nav ul :hover ul.sub li li a {
    text-align: left;
}

.header nav#nav ul :focus-within ul.sub li a:focus, .header nav#nav ul :hover ul.sub li a:hover {
    text-decoration: underline;
}

.header nav#nav ul :focus-within ul.sub li a.sub, .header nav#nav ul :hover ul.sub li a.sub {
    display: block;
}

.header nav#nav ul ul.sub li.has-sub:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e103";
    position: absolute;
    right: 10px;
    opacity: .7;
    text-decoration: none;
    color: #fff;
    top: 15px;
}

.header nav#nav ul a:hover a:hover ul, .header nav#nav ul a:hover a:hover a:hover ul, .header nav#nav ul a:hover a:hover a:hover a:hover ul, .header nav#nav ul a:hover a:hover a:hover a:hover a:hover ul {
    right: 0;
    background: #fff;
    padding: 0;
    width: auto;
    height: auto;
}

.header nav#nav ul ul, .header nav ul a:hover ul ul, .header nav#nav ul a:hover a:hover ul ul, .header nav#nav ul a:hover a:hover a:hover ul ul, .header nav#nav ul a:hover a:hover a:hover a:hover ul ul {
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 0;
    height: 0;
    margin: 0;
    list-style: none;
    z-index: 5;
}

.header nav#nav ul li:focus-within li:focus-within > ul, .header nav#nav ul li:hover li:hover > ul {
    left: 249px;
    top: -10px;
    white-space: nowrap;
    width: 210px;
    height: auto;
    padding: 10px 0;
    margin-left: 1px;
}

.header nav#nav ul li:focus-within > ul ul, .header nav#nav ul li:hover > ul ul {
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header nav#nav ul li:hover li:hover > a.sub, .header nav#nav ul li:hover li:hover > li a.sub {
    text-decoration: underline
}

nav#menu {
    display: none;
}

input {
    border: 0;
    padding: .5rem 0 .5rem .5rem;
    font-family: 'Chivo', sans-serif;
    font-size: 1.125rem;
}

textarea, select {
    border: 0;
}

input[type="file"] {
    padding: .5rem 0 .5rem 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2
}

h1 {
    font-size: 2.625rem;
    text-transform: uppercase;
}

h2 {
    font-size: 2.25rem;
    text-transform: uppercase;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.375rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1.125rem;
}

.headcnt h1, .headcnt h2 {
    background: #9b2322;
    position: absolute;
    top: 70%;
    padding: 0.5rem;
    display: inline-block;
    color: #fff;
}

.headcnt {
    position: relative;
    max-height: 690px;
    margin-top: 3rem
}

.breadcrumb {

    padding: .875rem 1rem;
    background: #fff;
    position: relative;
    font-size: 0.875rem;
}

.breadcrumb ol {
    list-style: none;
    margin: 0 !important;
}

.efa .breadcrumb ol li, .content .breadcrumb ol li {
    display: inline-block;
    margin: 0;
}

.breadcrumb a {
    padding: 0;
    display: inline-block;
}

.breadcrumb b:after {
    font-family: 'icomoon' !important;
    content: "\e103";
}

.breadcrumb a:focus, .breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb b {
    padding: 0 .375rem;
    display: inline-block;
}

.breadcrumb span {

    display: inline-block;
}

.feedback {

    padding: 0 0 0 1rem;
    background: none;
    position: relative;
    height: 50px
}

.feedback a.box-trigger {
    margin: 0;
    position: absolute;
    right: 0;
    top: -10px;
    background: #ccc none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    padding: 11px 1rem;
    transition: background-color 0.5s ease 0s;
    z-index: 2;
    font-weight: 700;
}

.feedback a.box-trigger:after {
    font-family: 'icomoon' !important;
    content: "\00a0\e902";
}

.feedback a.box-trigger.active:after {
    font-family: 'icomoon' !important;
    content: "\00a0\e903";
}

.feedback a.box-trigger:hover, .feedback a.box-trigger:focus, .feedback a.box-trigger.active {
    background: #f9991e none repeat scroll 0 0;
    text-decoration: none;
}

.feedback .box-content {
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 56;
    background: #f99a1c;
    padding: 15px;
    -moz-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .7);
    -webkit-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .7);
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .7);
    width: auto;
}

.bgimage.big {
    text-align: right
}

.bgimage.small {
    display: none;
}

.startseite h2 {
    background: #9b2322;
    margin: 0;
    font-size: 1.25rem;
    padding: 0.65rem;
    display: inline-block;
    color: #fff;
}

.unterseite .cntfooter h3 {
    background: #9b2322;
    margin: 1.5rem 0 0;
    font-size: 1.5rem;
    padding: 0.5rem;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
}

.content p, .problemmelden p {
    line-height: 1.6;
}

.content {
    margin: 2rem 0 4rem
}

.inhalt {
    margin: 3rem 2rem 3rem 70px
}

.unterseite .content h1, .unterseite .content h2 {
    font-size: 2.25rem;
}

.problemmelden h2 {
    font-size: 1.25rem;
    text-transform: none;
    margin: 0 0 1rem 0
}

.unterseite .content h1, .unterseite .content h2, .content h3, .content h4, .content p {
    padding: 0.75rem 0
}

.unterseite .content h5, .unterseite .content h6 {
    padding: 0.5rem 0
}

.content p.link {
    padding: 0
}

.content em {
    font-style: italic;
}

.news-single-backlink a, .content a.mail, .content a.internal-link, .teaserlink a, .content a.download, .content a.external-link-new-window, .content a.external-link {
    font-weight: bold;
}

.content ol, .content ul {
    margin: 0.5rem 1rem 0.5rem 2.5rem;
}

.content ol {
    list-style: decimal;
}

.content ul {
    list-style: square
}

.content ol li, .content ul li {
    margin: 1rem 0;
    line-height: 1.4
}

.content a.internal-link-new-window {
    background: #9b2322;
    padding: 8px 30px;
    color: #fff;
    display: inline-block;
}

.efalinks a:after, a.internal-link:after, a.internal-link-new-window:after, .teaserlink a:after, .teaserlink a:after, .ticker p.link a:after {
    font-family: 'icomoon' !important;
    content: "\e905";
    margin: 0 .25rem;
}

p.rss a:after {
    font-family: 'icomoon' !important;
    content: "\e90c";
    margin: 0 .25rem;
}

p.rss a {
    font-weight: bold;
}

a.external-link-new-window:after, a.external-link:after {
    font-family: 'icomoon' !important;
    content: "\e907";
    margin: 0 .25rem;
}

.content a.download:before {
    font-family: 'icomoon' !important;
    content: "\e904";
    margin: 0 .25rem;
}

.content .inhalt a:focus, .content a.download:focus, .content a.internal-link:focus, .teaserlink a:focus, .content a.internal-link-new-window:focus, .content a.external-link-new-window:focus, .content a.external-link:focus, .content .inhalt a:hover, .content a.download:hover, .content a.internal-link:hover, .teaserlink a:hover, .content a.internal-link-new-window:hover, .content a.external-link-new-window:hover, .content a.external-link:hover {
    text-decoration: underline
}

.box {
    padding: 30px;
    background: #fff;
}

.startseite .span_2_of_3.min .box:nth-child(3) {
    padding: 0 30px 30px 30px;
}

.offer .col.span_2_of_4 {
    background: #fff;
}

.offer .col.span_2_of_4:nth-child(odd) {
    background: #e0e0de;
}

.offer .col.span_2_of_4 .box {
    background: transparent
}

.section.offer > div:first-child {
    width: 100%;
}

.offer div:nth-child(4) p, .section.news div:nth-child(3) p {
    padding: 0;
}

hr.clearer {
    clear: both
}

/* NEWS */
.news-list-item {
    padding: 1rem;
}

.news-list-item:nth-child(odd) {
    background: #fff;
}

.news-list-item:nth-child(even) {
    background: #f3f3f2;
}

.news-list-container .fltrt img {
    width: 250px;
    margin: 1rem 0 0 1rem;
}

.news-list3-container {
    max-width: 1370px;
    background: #ccc;
    display: -webkit-flex;
    display: flex;
}

.news-list3-container .news-list-start {
    width: 50%;
    background: #fff;
}

.news-list3-container .news-list-start .article {
    padding: 30px;
}

.news-list3-container .news-list-start:nth-child(even) {
    background: #fff;
}

.news-list3-container .news-list-start:nth-child(odd) {
    background: #e0e0de;
}

.startseite .news h3 {
    padding: 0.25rem 0 0.5rem 0;
}

.startseite .news .news-list-date {
    font-size: .913rem;
    opacity: 0.8;
}

.news .boxnews {
    padding: 30px;
    position: absolute;
    top: 60px;
    left: 70px;
    min-width: 330px;
    max-width: 450px;
    background: #9b2322;
    color: #242424;
}

.news .boxnews h3 a {
    color: #fff !important;
    font-size: 1.5rem; /*   text-transform: uppercase; */
}

.news .boxnews p {
    color: #fff !important;
}

.news .boxnews p.teaserlink a {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 30px;
    background: #ffffff !important;
    color: #9b2322;
    font-weight: 700;
}

.news .newsone {
    position: relative;
    margin-bottom: -3px;
}

.news-single-backlink {
    margin: 1.5rem 0 0 0;
}

.news-single-item .fltrt {
    max-width: 300px;
    margin: 1rem 0 1rem 1rem;
}

.news-single-imgcaption {
    width: auto !important;
    opacity: .8;
    font-size: .875rem;
}

.showResultsWrap {
    margin: 1rem 0
}

.news ul.f3-widget-paginator {
    margin: 1.5rem 0 !important;
    text-align: center;
}

.news ul.f3-widget-paginator li {
    display: inline-block;
    list-style-type: none;
    margin: .5rem .5rem .5rem 0;
}

.news ul.f3-widget-paginator li.current {
    background: #9b2322;
    color: #ffffff;
    padding: .3rem .6rem;
}

.news ul.f3-widget-paginator li a {
    padding: .3rem .6rem;
    background: #fff;
}

.news-backlink-wrap {
    margin: 3rem 0 0 0
}

a.back, .news-backlink-wrap a {
    font-weight: 700;
}

a.back:before, .news-backlink-wrap a:before {
    margin: 0 .25rem 0 0;
    font-family: 'icomoon' !important;
    content: "\e90d";
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

table.contenttable {
    border-collapse: collapse;
    margin: 0.625rem 0 1rem 0;
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
    line-height: 1.6;
}

table.contenttable th {
    background: #e0e0de;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 1rem .5rem;
    text-align: left;
}

table.contenttable th.align-left {
    text-align: left;
}

table.contenttable th.align-center {
    text-align: center;
}

table.contenttable th.align-right {
    text-align: right;
}

table.contenttable th[scope=row] {
    border-left: 1px solid #e0e0de;
    padding: 1rem .5rem;
    border-bottom: 1px solid #e0e0de;
    vertical-align: top;
    width: 150px;
}

table.contenttable td {
    background: #fff;
    border-left: 1px solid #e0e0de;
    padding: 1rem .5rem;
    border-bottom: 1px solid #e0e0de;
    vertical-align: top;
}

table.contenttable p {
    padding: 0;
}

figcaption.csc-textpic-caption {
    margin-top: .75rem;
    color: rgba(0, 0, 0, .6)
}

.accordioncnt table.contenttable {
    padding-bottom: 15px;
    width: 97%;
}

.accordioncnt table.contenttable th {
    background: #f3f3f2;
    border-left: 1px solid #e0e0de;
    border-bottom: 1px solid #e0e0de;
    border-top: 1px solid #e0e0de;
    padding: 1rem .5rem;
    text-align: left;
}

.accordioncnt table.contenttable th:last-child, .accordioncnt table.contenttable td:last-child {
    border-right: 1px solid #e0e0de;
}

.Tx-Formhandler, .ix_kvv_complaint, .alert-message, .tx-powermail {
    margin: 1rem 0
}

.row, .powermail_fieldwrap, .form-row {
    margin-bottom: 1rem;
    width: 98%
}

.powermail_fieldwrap.powermail_fieldwrap_type_text.powermail_fieldwrap_kontaktdaten, .powermail_fieldwrap.powermail_fieldwrap_type_text.powermail_fieldwrap_reisedaten {
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 700;
    padding: .75rem 0
}

.content form legend {
    padding: 0.75rem 0;
    font-size: 1.25rem;
    font-weight: 700;
}

.powermail_fieldset.layout2 .flex {
    display: flex;
}

.powermail_fieldset.layout2 {
    display: block;
}

.powermail_fieldset.layout2 legend {
    display: none;
}

.powermail_fieldset.layout2 .powermail_fieldwrap {
    width: auto;
    margin-right: 1rem;
}

.powermail_fieldset.layout2 .powermail_fieldwrap:nth-child(1) {
    margin-right: .5rem;
}

.powermail_fieldset.layout2 .powermail_fieldwrap:nth-child(2) {
    width: 60px;
}

@media only screen and (max-width: 860px) {
    .powermail_fieldset.layout2 {
        display: block;
    }

    .powermail_fieldset.layout2 .powermail_fieldwrap:nth-child(2) {
        width: auto;
    }
}

.powermail_fieldset.layout2 .powermail_fieldwrap:last-child {
    margin-right: 0;
}

.powermail_date {
    background: #ffffff none repeat scroll 0 0;
    font-size: 1rem;
    padding: .5rem 0 .5rem .5rem;
    height: 23px;
}

.tx-powermail li.parsley-custom-error-message, .tx-powermail li.parsley-required, .tx-powermail li.parsley-min, .powermail_message_error {
    color: #9b2322;
}

.row.flex {
    display: flex;
    width: 100%
}

.row.flex .col_7 {
    width: 69%
}

.row.flex .col_3 {
    width: 30%
}

.row.flex .col_8 {
    width: 75%
}

.row.flex .col_2.first {
    width: calc(25% - 30px);
    margin-right: 15px
}

.row.flex .col_2.last {
    width: calc(25% - 30px);
    margin-left: 15px
}

.content label, .breadcrumb label {
    margin: 0 0 0.5rem;
    display: block;
    font-size: .938rem;
}

.frame-Stammkarte fieldset.powermail_fieldset {
    margin: 0 0 2rem 0;
}

.frame-Stammkarte fieldset.powermail_fieldset legend {
    margin: 0 0 1rem 0;
    font-size: 1.25rem;
}

form a.button {
    color: #fff;
    text-decoration: none;
}

.content input[type="text"], .content input[type="email"], .content input[type="password"], .content input[type="date"], .content input[type="time"], .efashort input[type="text"], #formhandler_contact_form input[type="text"], #formhandler_contact_form input[type="email"] {
    background: #ffffff none repeat scroll 0 0;
    font-size: 1rem;
    padding: .5rem 0 .5rem .5rem;
    width: 100%;
    height: 23px;
}

.powermail_field_error {
    background: rgba(255, 0, 0, .2) !important;
}

ul.powermail-errors-list.filled {

    margin: 0;
    padding: 0;
    list-style: none;
}

ul.powermail-errors-list.filled li {
    color: #ff0000;
    font-weight: 700;
    margin: 0;
    padding: 0

}

.content input[type="date"] {
    width: auto;
}

.content textarea, #formhandler_contact_form textarea {
    background: #ffffff none repeat scroll 0 0;
    font-size: 1rem;
    padding: .5rem 0 .5rem .5rem;
    width: 100%;
}

.content select {
    background: #ffffff none repeat scroll 0 0;
    font-size: 1rem;
    padding: .5rem 0 .5rem .5rem;
    width: 100%;
}

.content option {
    font-size: 1rem;
}

/* The container */
.checkbox label, .radio label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: .125rem;
    line-height: 1.3;
}

.radio label {
    padding-top: .25rem;
}

.checkbox label {
    font-size: 1.125rem;
}

/* Hide the browser's default checkbox */
.radio input, .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 5px;
    z-index: 1;
}

/* Create a custom checkbox */
.radio .checkmark, .checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #e0e0de;
}

.tool-tipp-link:before {
    font-family: 'icomoon' !important;
    content: "\e908";
    font-size: 1rem;
    color: #9b2321;
    font-weight: 700;
}

.tool-tipp-link:hover, .tool-tipp-link:focus {
    text-decoration: none !important;
}

/* Create a custom radio button */
.radio .checkmark {
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.checkbox:focus input ~ .checkmark, .checkbox:hover input ~ .checkmark, .radio:focus input ~ .checkmark, .radio:hover input ~ .checkmark {
    background-color: #e0e0de;
}

/* When the checkbox is checked, add a red background */
.radio input:checked ~ .checkmark, .checkbox input:checked ~ .checkmark {
    background-color: #9b2322;
}

.radio input:checked ~ .checkmark {
    border: 1px solid transparent;
}

.checkbox.disabled input:checked ~ .checkmark, .radio.disabled input:checked ~ .checkmark {
    background-color: #ccc;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

form button {
    font-family: 'Chivo', sans-serif;
}

.content form button, .content form input[type="submit"], .efashort input[type="submit"], #formhandler_contact_form form button, #formhandler_contact_form form input[type="submit"] {
    background: #9b2322 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
    transition: background-color 0.5s ease 0s;
    width: 100%;
    font-weight: 700;
}

.content form button.close_button {
    width: auto;
}

span.required {
    font-size: 11px;
    color: rgb(63, 63, 63);
    margin: 0 0 0.5rem;
    display: inline-block;
}

.tx-fp-newsletter {
    background: #ffffff;
    padding: 1rem;
}

.tx-fp-newsletter .alert {
    border: 2px solid #9b2321;
    padding: 1rem;
    background: #9b2321;
    color: #ffffff;
    line-height: 1.5;
}

.tx-fp-newsletter .form-row.error label {
    color: #fff;
}

.content form button.orange, .content form input[type="submit"].orange, #formhandler_contact_form form button.orange, #formhandler_contact_form form input[type="submit"].orange {
    background: #f9991e none repeat scroll 0 0;
}

.content form button:hover, .content form button:focus, .content form input[type="submit"]:hover, .content form input[type="submit"]:focus, #formhandler_contact_form form button:hover, #formhandler_contact_form form button:focus, .inhalt form input[type="submit"]:hover, #formhandler_contact_form form input[type="submit"]:focus {
    background: #f9991e none repeat scroll 0 0;
    color: #242424 !important;
}

.content form button.orange:focus, #formhandler_contact_form form button.orange:focus, .content form button.orange:hover, #formhandler_contact_form form button.orange:hover {
    background: #ffb564 none repeat scroll 0 0;
}

.content .tx-fp-newsletter textarea, .content .tx-fp-newsletter select, .content .tx-fp-newsletter input[type="text"], .content .tx-fp-newsletter input[type="email"], .content .tx-fp-newsletter input[type="password"] {
    background: #e0e0de none repeat scroll 0 0;
}

form div.error {
    background: #9b2322 none repeat scroll 0 0;
    padding: 1rem;
    margin-bottom: 2rem;
    color: #fff;
    font-weight: 700;
}

form div.error h4, form div.error p, form div.error li, form div.error ul, form div.error a {
    color: #fff !important;
}

form div.error div.error {
    display: none;
}

.problemmelden form div.error {
    padding: 1rem;
}

form div.error p {
    margin: 0 !important;
    padding: 0 !important;
}

form input.error, form textarea.error, form select.error, form span.error, form input.parsley-error, form .radio.parsley-error, form .checkbox.parsley-error, form textarea.parsley-error, form select.parsley-error, form span.parsley-error {
    border: 1px solid #9b2322 !important;
    background: #ffc5c5 !important;
}

form div.error a, form div.error a:hover, form div.error a:focus {
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
}

.tx-indexedsearch-searchbox {
    margin-bottom: 2rem
}

.tx-indexedsearch-res img {
    height: inherit;
    width: inherit;
}

.tx-indexedsearch-whatis + .tx-indexedsearch-browsebox {
    display: none
}

.tx-indexedsearch-browsebox {
    text-align: center;
}

.tx-indexedsearch-browsebox p {
    display: none
}

.tx-indexedsearch-browsebox .tx-indexedsearch-browselist-currentPage a {
    background: #9b2321 !important;
    color: #fff;
    padding: 5px 10px;
}

.tx-indexedsearch-browsebox li a {
    background: #fff !important;
    padding: 5px 10px;
}

.tx-indexedsearch-browsebox ol, .tx-indexedsearch-browsebox ul {
    list-style: outside none none;
    margin: 1rem 0 0;
}

.tx-indexedsearch-browsebox ol li, .tx-indexedsearch-browsebox ul li {
    display: inline-block;
    margin-right: .5rem;
}

.tx-indexedsearch-res {
    margin: 1rem 0;
}

.tx-indexedsearch-res.res-tmpl-css {
    padding: 0 1rem
}

.tx-indexedsearch-res.res-tmpl-css:nth-child(odd) {
    background: #fff;
}

.tx-indexedsearch-res.res-tmpl-css:nth-child(even) {
    background: #f3f3f2;
}

.tx-indexedsearch-whatis {
    padding: 1rem 0 .5rem 0;
    font-size: 1.375rem;
    line-height: 1.2;
}

.tx-indexedsearch .path {
    padding: 0 0 .75rem;
    font-size: .875rem;
    line-height: 1.2;
    opacity: .8
}

.tx-indexedsearch-searchbox legend {
    display: none;
}

.tx-indexedsearch-searchbox-button {
    margin-top: 1.5rem;
}

.subsite-teasers .col {
    display: block;
    float: left;
    margin: 0;
    background: #fff;
}

.subsite-teasers .col:nth-child(3), .subsite-teasers .col:nth-child(4), .subsite-teasers .col:nth-child(7), .subsite-teasers .col:nth-child(8), .subsite-teasers .col:nth-child(11), .subsite-teasers .col:nth-child(12) {
    background: #e0e0de;
}

.subsite-teasers .col {
    display: block;
    float: left;
    margin: 0;
}

.subsite-teasers .span_2_of_4 {
    width: 50%;
}

.subsite-teasers .teaserimg {
    float: left;
    margin-right: 1rem;
    height: 120px;
    width: 120px;
}

.subsite-teasers h4 {
    /* padding: 1rem 0 .5rem; */
}

.subsite-teasers h4 a {
    color: inherit
}

/* Slider VERKEHRSTICKER */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list.dragging {
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;

}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 200px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
    transition: all .2s ease-in-out;
}

.ticker .slick-initialized .slick-slide p, .ticker .slick-initialized .slick-slide a {
    display: block;
    min-height: 100px;
    padding: 2rem 2.5rem;
    line-height: 1.6
}

.ticker .slick-initialized .slick-slide p {
    text-align: center;
    padding: 4rem 2.5rem 2rem 2.5rem;
}

.slick-initialized .slick-slide:nth-child(even) {
    background-color: #ffffff
}

.slick-initialized .slick-slide:nth-child(odd) {
    background-color: #e0e0de
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url('../Images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('../Fonts/slick.eot');
    src: url('../Fonts/slick.eot?#iefix') format('embedded-opentype'), url('../Fonts/slick.woff') format('woff'), url('../Fonts/slick.ttf') format('truetype'), url('../Fonts/slick.svg#slick') format('svg');
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
}

/* Arrows */
.slick-prev, .slick-next {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    z-index: 1;
    width: 38px;
    height: 48px;
    padding: 0;
    top: 55px;
    cursor: pointer;
    border: none;
    background: transparent;
    transition: all .2s ease-in-out;
}

.slick-prev:focus, .slick-next:focus {
    border: 1px dotted aliceblue;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before, .slick-next:before {
    font-size: 36px;
    line-height: 1;
    background: none;
    color: #9b2322;
    font-weight: 700;
}

.slick-prev {
    left: 0;
}

.slick-prev:before {
    content: "\e102";
}

.slick-next {
    right: 0;
}

.slick-next:before {
    content: "\e103";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    background: transparent;
}

.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.linklist .slick-slide {
    min-height: 207px;
}

.linklist .slick-track {
}

.linklist .slick-initialized .slick-slide h4 {
    hyphens: auto;
}


.linklist .slick-initialized .slick-slide h4,
.linklist .slick-initialized .slick-slide p {
    padding-top: 1rem;
    padding-left: 3rem;
    padding-right: 3rem
}

.linklist .slick-initialized .slick-slide h4 {

    padding-right: 2rem
}

.linklist .slick-initialized .slick-slide p {
    padding-top: 0;
    padding-bottom: .5rem

}

.linklist .slick-initialized .external-link.slick-slide p, .linklist .slick-initialized .external-link.slick-slide h4, .linklist .slick-initialized .download.slick-slide p, .linklist .slick-initialized .download.slick-slide h4 {
    padding-left: 140px;
}

.linklist .ce-intext.ce-left .ce-gallery {
    margin-right: 0;
}

.linklist .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
    margin-bottom: 0;
}

.linklist .slick-initialized .slick-slide a {
    /* display: block; */
    min-height: inherit;
    padding: 0;
    line-height: 1.6;
    font-weight: 700
}

.linklist .slick-initialized .slick-slide a.download:before {
    margin: 0 .25rem 0 0;
}

.linklist .slick-prev, .linklist .slick-next {
    height: 35px;
    z-index: 1;
    width: 35px;
    top: 40%;
    background: #9b2322;
}

.linklist .slick-prev::before, .linklist .slick-next::before {
    font-size: 1.75rem;
    color: #fff;
}

.linklist .slick-prev {
}

.linklist .slick-next {
    right: 0;
}

.linklist .slick-dots {
    bottom: inherit;
    padding: 0;
    margin: .5rem 0;
}

.linklist .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
}

.linklist .slick-initialized .download.slick-slide {
    background-image: url("../Images/KVV/Icon-Download_Link_R_Slider.png");
    background-position: 45px 20px;
    background-repeat: no-repeat;
    background-size: 70px 69px;
}

.linklist .slick-initialized .external-link.slick-slide {
    background-image: url("../Images/KVV/Icon-External_Link_R_Slider.png");
    background-position: 45px 20px;
    background-repeat: no-repeat;
    background-size: 70px 69px;
}

/* === begin: VERKEHRSTICKER =================== */
.ix_kvv_ticker_list {
    padding: 30px;
}

.ix_kvv_ticker_list:nth-child(even) {
    background: #fff;
}

.ix_kvv_ticker_list:nth-child(odd) {
    background: #e0e0de;
}

.ticker a.internal-link-new-window, .ticker p.link a {
    display: block;
    text-align: center
}

.ticker p.link a:focus, .ticker a.internal-link-new-window, .ticker p.link a:hover {
    text-decoration: underline
}

.ticker h3, .ticker h4 {
    display: block;
    text-align: center;
    font-size: 1.25rem;
    color: #fff;
    padding: .813rem;
}

.ticker p.link a {
    background: #9b2322;
    padding: 8px 0;
    color: #fff;
    display: block;
}

.inhalt .ix_kvv_ticker label {
    margin: 0 0 0.5rem;
    display: block;
    font-size: 1.5rem;
}

.inhalt .ix_kvv_ticker select {
    margin: 0 0 0.5rem;
    display: block;
    width: auto;
    max-width: 100%;
}

/* === begin: accordion =================== */
.accordion {
    margin: 0;
    background: #fff;
}

.accordion:nth-child(odd) {
    background: #fff;
}

.accordion:nth-child(even) {
    background: #f3f3f2;
}

.accordion .a_accordion {
    color: inherit;
    text-decoration: none;
}

.accordion .a_accordion:focus, .accordion .a_accordion:hover {
    text-decoration: none !important;
}

.accordion .content {
    overflow: hidden;
}

.accordion .accordioncnt {
    margin: 0 40px 0 20px;
    display: none;
    padding-bottom: 20px;
}

.tx-ix-tunnel {
    margin: 2rem 0
}

.tx-ix-tunnel .error {
    margin: 0 auto;
    max-width: 1370px;
    line-height: 1.5rem;
    padding-top: 2rem;
    padding-left: 1.5rem;
}

.tx-ix-tunnel .error p:last-child {
    padding-top: 1rem;
}

.tx-ix-tunnel .error h4 {
    margin-bottom: 1rem;
}

@media screen and (max-width: 500px) {
    .tx-ix-tunnel .error {
        margin-bottom: 2rem;
    }
}

.tx-ix-tunnel #std3_main .std3_modal-body h5 {
    font-size: 24px;
}

.tx-ix-tunnel #std3_main .std3_modal-body ul {
    padding: 0 0 0 20px;
    list-style-type: square;
}

.std3_secFont {
    color: inherit;
}

.efa {
    position: relative;
}

.breadcrumb .ticker {
    position: absolute;
    width: 28%;
    max-width: 350px;
    right: 10px;
    top: 5px;
    z-index: 5;
}

.breadcrumb .ticker h3, .ticker h4 {
    display: block;
    text-align: center;
    font-size: 1.25rem;
    color: #fff;
    padding: 12px;
}

.ticker .accordion {
    background: inherit;
}

.ticker .accordion .accordionhl, .ticker h3 {
    background: #9b2322;
    position: relative;
}

.efa .ticker .accordion .accordionhl, .ticker h3 {
    background-size: 40px 40px;
}

.ticker .accordion .accordioncnt {
    margin: 0;
    display: block;
    visibility: hidden;
    padding-bottom: 0;
    height: 0;
}

.ticker .accordion .accordioncnt.show {
    margin: 0 0 0 0;
    visibility: visible;
    padding-bottom: 20px;
    height: auto
}

.ticker .accordion .accordioncnt.show h5 {
    display: none;
}

.accordion p img {
}

.accordion h4 {
    position: relative;
    cursor: pointer;
    display: block;
}

.accordion .accordionhl h4 {
    padding-left: 20px;
    padding-right: 40px;
}

.breadcrumb a.box-trigger:hover, .breadcrumb a.box-trigger:focus {
    text-decoration: none;
}

.ticker h3:before, .ticker h4:before {
    position: absolute;
    left: 10px;
    top: 3px;
    font-family: 'icomoon' !important;
    content: "\e908";
    font-size: 36px;
    color: #fff;
    font-weight: 700
}

.accordion h4:after {
    position: absolute;
    right: 15px;
    top: 18px;
    font-family: 'icomoon' !important;
    content: "\00a0\e902";
}

.accordion .clicked h4:after {
    font-family: 'icomoon' !important;
    content: "\00a0\e903";
}

.efa .ticker .accordion h4, .efa .ticker .accordion .clicked h4 {
    padding: 10px;
    font-size: 1rem
}

.ticker .accordion h4:after {
    top: inherit;
}

.efa .ticker h4:before {
    font-size: 26px;
}

/* === EFA  =================== */
#std3_main {
    font-family: 'Chivo', sans-serif !important;
}

#std3_main a {
    color: #9b2321;
}

#std3_main .std3_btn-primary {
    background: #9b2321 none repeat scroll 0 0;
    filter: inherit;
    transition: background-color 0.5s ease 0s;
    border: none;;
}

#std3_main .std3_btn-primary:focus, #std3_main .std3_btn-primary:hover {
    background: #7e1311 none repeat scroll 0 0;
    text-decoration: none;
}

#std3_main .std3_switch-util input[type=checkbox]:checked ~ .std3_switch-label {
    background-color: #9b2321;
}

#std3_main .std3_datetimepicker thead tr:first-child th:focus, #std3_main .std3_datetimepicker thead tr:first-child th:hover {
    background-color: #9b2321;
}

#std3_main .std3_result-row:not(.std3_collapsed) .std3_switch-label {
    background-color: #9b2321;
}

#std3_main .std3_datetimepicker tbody tr td.std3_active {
    background-image: -webkit-linear-gradient(top, #9b2321 0, #9b2321 100%);
    background-image: -o-linear-gradient(top, #9b2321 0, #9b2321 100%);
    background-image: linear-gradient(to bottom, #9b2321 0, #9b2321 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b2321', endColorstr='#9b2321', GradientType=0);
}

#std3_main .std3_datetimepicker thead tr:first-child {
    background-color: #9b2321;
    color: #fff;
}

#std3_main .std3_btn-primary:focus, #std3_main .std3_btn-primary:hover {
    background-color: #9b2321;
    background-position: 0 -15px
}

#std3_main .std3_datetimepicker thead tr:nth-child(2) {
    color: #9b2321;
}

.std3_datetimepicker table tr td.std3_today.std3_disabled:focus, .std3_datetimepicker table tr td.std3_today:focus, .std3_datetimepicker table tr td.std3_today, .std3_datetimepicker table tr td.std3_today.std3_disabled, .std3_datetimepicker table tr td.std3_today.std3_disabled:hover, .std3_datetimepicker table tr td.std3_today:hover {
    background-color: #fed092;
    background-image: -moz-linear-gradient(top, #fed092, #fed092);
    background-image: -ms-linear-gradient(top, #fed092, #fed092);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fed092), to(#fed092));
    background-image: -webkit-linear-gradient(top, #fed092, #fed092);
    background-image: -o-linear-gradient(top, #fed092, #fed092);
    background-image: linear-gradient(top, #fed092, #fed092);
    background-repeat: repeat-x;
    border-color: #fed092 #fed092 #fed092;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

#std3_main .std3_datetimepicker tfoot tr:first-child {
    background-color: #9b2321;
    color: #fff;
}

.video.youtube, .iframe {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video.youtube iframe, .iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.iframe iframe {
    overflow: hidden;
}

.ix_kvv_ticker .csc-default ul p {
    display: none
}

#std3_locs-wrapper #mdv_locs li .mdv_sug-icon {
    width: 50px;
    text-align: center;
    font-family: MENTZ;
    font-size: 27px;
    vertical-align: middle;
}

#std3_main .fa-sort:before, #std3_main .fa-unsorted:before {
    content: "\f0dc";
}

.mdv_sug-predict {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    background: 0 0 !important;
    color: grey !important;
}

/* === begin: Georg Engist =================== */
/* reduced grid system */
footer {
    background: #9b2321;
    position: relative;
}

footer *, footer *:after, footer *:before {
    box-sizing: border-box;
}

footer .ix-kvv-grid {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

footer .ix-kvv-grid-cell {
    flex: 1;
}

footer .ix-kvv-grid-flexCells > .ix-kvv-grid-cell {
    display: flex;
}

footer .ix-kvv-grid-top {
    align-items: flex-start;
}

/* wrapper */
footer .ix-kvv-footer-inner {
    padding: 2.5rem 4.5rem 1.125rem;
}

/* typography */
footer .ix-kvv-footer-inner {
    color: #ffffff;
}

footer .ix-kvv-footer-inner h2, footer .ix-kvv-footer-inner h4 {
    font-weight: 400;
    line-height: 1.3rem;
    color: #fff !important;
}

footer .ix-kvv-footer-inner h3 {
    font-weight: 400;
    line-height: 1.8rem;
}

footer .ix-kvv-footer-inner a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    -webkit-transition: border .2s linear;
    -moz-transition: border .2s linear;
    -o-transition: border .2s linear;
    transition: border .2s linear;
    line-height: 1.8rem;
}

footer .ix-kvv-footer-inner li a {
    font-size: .875rem
}

footer .ix-kvv-footer-inner a:hover, footer .ix-kvv-footer-inner a:focus {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

footer .ix-kvv-footer-inner .logos a, footer .ix-kvv-footer-inner .logos a:hover, footer .ix-kvv-footer-inner .logos a:focus {
    border-bottom: none;
    margin-right: 4px
}

footer .ix-kvv-footer-inner .logos img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

footer .ix-kvv-footer-inner .logos img:focus, footer .ix-kvv-footer-inner .logos img:hover {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}

footer .ix-kvv-footer-inner .iso {
    margin-top: 1rem
}

footer .ix-kvv-footer-inner h2 {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 0.75rem;
    background: none;
    text-transform: none;
    padding: 0;
}

footer .ix-kvv-footer-inner h3 {
    font-size: 1.125rem; /* 18px */
    margin-top: 2.5rem; /* 39px */
    margin-bottom: 1rem; /* 13px */
}

footer .ix-kvv-footer-inner h4 {
    font-size: 1.125rem; /* 18px */
    margin-top: 1rem; /* 39px */
    margin-bottom: 1rem; /* 13px */
}

footer .ix-kvv-footer-inner h4 a:after {
}

footer .ix-kvv-footer-inner h3:first-of-type {
    margin-top: 0;
}

footer .ix-kvv-large-grid-1of4 > .ix-kvv-grid-cell {
    flex: 0 0 25%;
}

footer .ix-kvv-large-grid-gutters {
    margin: 0 0 1rem 0;
}

footer .ix-kvv-large-grid-gutters > .ix-kvv-grid-cell {
    padding: 0;
}

footer .copyright {
    margin: 2rem 0 0 0;
    font-size: .875rem
}

footer ul.social {
    margin: 1rem 0 2rem 0;
    font-size: .875rem
}

footer ul.social li {
    display: inline-block;
    margin: 0 .5rem 0 0
}

footer ul.social li a {
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 1px solid transparent;
    text-indent: -9999px
}

footer ul.social li a:focus, footer ul.social li a:hover {
    border-bottom: 1px solid transparent;
}

footer ul.social li.fb a {
    background: transparent url("../Images/ICN-facebook.svg") 50% 50% no-repeat;
    background-size: 24px;
}

footer ul.social li.tw a {
    background: transparent url("../Images/ICN-twitter.svg") 50% 50% no-repeat;
    background-size: 24px;
}

footer ul.social li.yt2 a {
    background: transparent url("../Images/ICN-youtube.png") 50% 50% no-repeat;
    background-size: 24px;
}

footer ul.social li.in a {
    background: transparent url("../Images/ICN-instagram.svg") 50% 50% no-repeat;
    background-size: 24px;
}

footer ul.social li.yt a {
    background: transparent url("../Images/ICN-yt.svg") 50% 50% no-repeat;
    background-size: 34px 24px;
    width: 34px
}

@media only screen and (max-width: 1100px) {
    footer .ix-kvv-footer-inner {
        padding: 1rem 2rem 1rem; /* 40px 75px 18px */
    }
}

/* medium screens (36rem) */
@media only screen and (max-width: 920px) {
    footer .ix-kvv-medium-grid-1of2 > .ix-kvv-grid-cell {
        flex: 0 0 32%;
    }

    footer .ix-kvv-medium-grid-gutters {
        margin: -1rem 0 1rem -1rem;
    }

    footer .ix-kvv-medium-grid-gutters > .ix-kvv-grid-cell {
        padding: 1rem 0 0 1rem;
    }

    footer .copyright {
        margin: 0 0 1rem 0;
    }
}

/* small to medium screens (24rem) */
@media only screen and (max-width: 720px) {
    footer .ix-kvv-footer-inner {
        padding: 1rem 1rem 1rem;
    }

    footer .ix-kvv-small-grid-full > .ix-kvv-grid-cell {
        flex: 0 0 50%;
    }

    footer .ix-kvv-small-grid-gutters > .ix-kvv-grid-cell {
        padding: 1rem 0 0 1rem;
    }
}

/* small to medium screens (24rem) */
@media only screen and (max-width: 420px) {
    footer .ix-kvv-footer-inner {
        padding: 1rem 1rem 1rem;
    }

    footer .ix-kvv-small-grid-full > .ix-kvv-grid-cell {
        flex: 0 0 100%;
    }

    footer .ix-kvv-footer-inner h2 {
        line-height: 1.4rem;
        margin-bottom: 0;
        margin-top: 0.8rem;
    }

    footer .ix-kvv-footer-inner h3 {
        line-height: 1.4rem;
        margin-top: 0.8rem;
        margin-bottom: .8125rem;
    }
}

/* === end: Georg Engist ===================== */
/* === FLEXNAV ===================== */
.menu-button {
    display: block;
    z-index: 44;
    width: 45px;
    color: #fff;
    padding: 19px 0;
    background: url("../Images/hamburger.svg") no-repeat center center;
    text-indent: -9999px;
    font-size: 0;
    cursor: pointer;
    background-size: 30px 30px;
}

.menu-button .touch-button {
}

.menu-button .touch-button .navicon {
}

.flexnav {
    display: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
    -webkit-transform-style: preserve-3d;
    right: 0;
    margin: 0 auto;
    max-height: 0;
    position: absolute;
    z-index: 22;
    top: 50px;
    width: 300px;
    height: 800px
}

.flexnav.opacity {
    opacity: 0;
}

.flexnav.flexnav-show, .flexnav.show {
    display: block;
    overflow-y: scroll;
    max-height: 800px;
    position: absolute;
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.flexnav.one-page {
    position: fixed;
    top: 50px;
    right: 5%;
    max-width: 200px;
}

.flexnav li {
    font-size: 100%;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #f3f3f2;
    border-left: 1px solid #f3f3f2;
}

.flexnav li a {
    position: relative;
    display: block;
    padding: .96rem;
    z-index: 2;
    overflow: hidden;
    color: #9b2321;
    background: #ffffff;
}

.flexnav li a:hover, .flexnav li a:focus {
    text-decoration: underline;
}

.flexnav li a.aktiv {
    background: #f3f3f2;
}

.flexnav li p {
    position: relative;
    display: block;
    padding: 1rem;
    z-index: 2;
    overflow: hidden;
    color: #000;
    background: #ffffff;
}

.flexnav li p span {
    position: absolute;
    right: 0;
    padding: 0 1rem 0 0;
    z-index: 2;
    overflow: hidden;
}

.flexnav li.language {
    text-align: right;
}

.flexnav li ul {
    width: 100%;
}

.flexnav li ul li {
    font-size: 100%;
    position: relative;
    overflow: hidden;
    border-bottom: 0;
    border-left: 0;
}

.flexnav li ul.flexnav-show li {
    overflow: visible;
}

.flexnav li ul li a {
    padding: .96rem .96rem .96rem 1.96rem;
    font-weight: 400;
    font-size: 0.875rem;
}

.flexnav ul li ul li a {
    font-weight: 400;
    font-size: 0.8125rem;
    padding: .96rem .96rem .96rem 2.96rem;
}

.flexnav .touch-button {
    position: absolute;
    z-index: 44;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    background-image: url("../Images/nav_arrow_p.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 18px 18px;
    text-align: center;
}

.flexnav .touch-button:focus, .flexnav .touch-button:hover {
    cursor: pointer;
}

.flexnav .touch-button .navicon {
    position: relative;
    top: 1.4rem;
    font-size: 12px;
    color: #666;
    display: none;
}

.flexnav .touch-button.active {
    background-image: url("../Images/nav_arrow_a.png");
    background-size: 18px 18px;
}

.content img, .newsone img, .bgimage img {
    max-width: 100%;
    height: auto;
}

/*Bug fix IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #c59581 img {
        width: 100%;
    }
}

/* MOBILE */
@media only screen and (max-width: 1100px) {
    .news .boxnews {
        padding: 30px;
        margin-top: -3px;
        top: 0;
        left: 0;
        max-width: inherit;
        min-width: auto;
        background: #9b2322;
        color: #fff;
        position: inherit;
    }

    .headcnt {
        margin-top: 1rem;
    }

    .header .logo {
        height: 120px;
        width: 120px;
    }

    .header .logo .screen img {
        width: 88px;
    }

    .header #nav {
        right: 118px;
        top: 85px;
    }

    .header #nav ul li a {
        padding: 1rem;
    }

    .unterseite h2, h1 {
        font-size: 2rem;
    }

    .inhalt {
        margin: 1rem 2rem 3rem 1rem;
    }

    .inhalt label {
        font-size: .8125rem;
    }
}

@media only screen and (max-width: 860px) {
    .headcnt {
        margin-top: 0;
    }

    .tx-ix-tunnel {
        margin: 3rem 0 2rem;
    }

    .breadcrumb .problem {
        margin: 0;
        right: 5px;
        top: 42px;
        cursor: pointer;
    }

    .header {
        background: #9b2321;
        height: 60px;
        margin-bottom: 0;
    }

    .header .logo {
        height: 60px;
        width: 80px;
    }

    .header .logo .screen img {
        width: 65px;
    }

    .header .subnav {
        right: 75px;
    }

    .header .subnav li {
        background: none;
        margin-right: 0;
    }

    .header .subnav li.language {
        display: none;
    }

    .header .subnav li a {
        width: 25px;
        padding: 19px 3px;
    }

    .header .suche a {
        right: 42px;
        background-size: 24px;
        width: 30px;
    }

    .header .suche a.active {
        background-size: 24px;
        width: 30px;
    }

    .header .suche .box-content {
        right: 0;
        top: 60px;
        padding: 7px 0 6px 10px;
        width: 99%;
        background: #9b2321;
    }

    .header .suche input[type="text"] {
        width: 88%;
    }

    .header .suche input[type="submit"] {
        width: 45px;
    }

    .header nav#nav, .header nav#sprache {
        display: none
    }

    .efashort {
    }

    .efashort a.box-trigger {
        font-size: 0;
        color: #9b2321;
        top: -54px;

        right: 145px;

        padding: 10px;
        background: transparent;
    }

    body.en .efashort a.box-trigger, body.fr .efashort a.box-trigger {
        right: 40px;
    }

    body.en .header .subnav,
    body.fr .header .subnav {
        right: 80px;
    }

    .efashort a.box-trigger:before {
        display: none;
    }

    .efashort a.box-trigger:after {
        font-size: 24px;
        color: #fff;
        font-family: 'icomoon' !important;
        content: "\e906 ";
    }

    .startseite .efashort .box-content {
        display: block;
    }

    .efashort .box-content {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: auto;
        position: inherit;
        padding: 1rem 0.5rem 0;
    }

    .efashort #std3_main .std3_col-xs-12 {
        /*   width: auto; */
    }

    .efashort #std3_main .std3_date .std3_btn, .efashort #std3_main .std3_time .std3_btn {
        /*   padding: 6px 6px;
             */
    }

    .efashort #std3_odv_switch_button {
        display: none;
    }

    .efashort #std3_main .mobileshow {
        display: none
    }

    .efashort #std3_main .mobileshow.show {
        display: block
    }

    .efashort .std3_odv_container {
        margin-right: 0;
    }

    .efashort .efalinks {
        padding: 1rem 0 0;
        margin-bottom: 0;
    }

    .efashort .efalinks {
        padding: 1rem 0;
    }

    .efashort .efalinks p.desktop {
        display: none;
    }

    .efashort #std3_main {
        height: auto !important;
        min-height: inherit;
    }

    .efashort #std3_main {
        position: inherit;
    }

    .efashort #std3_main .std3_datetimepicker {
        margin-left: -10px !important;
        margin-top: 20px !important;
    }

    nav#menu {
        display: block;
        position: absolute;
        right: 0;
        top: 10px;
        z-index: 55;
    }

    .headcnt h1, .headcnt h2 {
        padding: 0.25rem;
    }

    .box, .news .boxnews, .news-list3-container .news-list-start .article {
        padding: 1rem;
    }

    .section.tickerstart .col {
        margin: 0;
        float: none;
    }

    .section.tickerstart .ix_kvv_ticker .slick-initialized .slick-slide {
        height: auto;
    }

    .section.contentbox {
        display: block;
    }

    .offer .box {
        min-height: inherit;
    }

    .breadcrumb .box-content {
        font-size: 1.25rem
    }

    .col {
        margin: 1rem 0 1rem 0;
    }

    .col.ohne.span_2_of_4, .subsite-teasers .span_2_of_4, .span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 {
        width: 100%;
    }

    .news-list3-container .news-list-start {
        width: 100%;
    }

    .span_3_of_3, .span_2_of_3, .span_1_of_3 {
        width: 100%;
    }

    .inhalt {
        margin: 1rem .5rem 1rem .5rem;
    }

    .unterseite h2, h1 {
        font-size: 1.25rem;
    }

    .unterseite .content h1, .unterseite .content h2 {
        font-size: 1.5rem;
    }

    table.contenttable td a {
        word-wrap: break-word;
        display: block;
        max-width: 420px;
    }

    h3 {
        font-size: 1.25rem;
    }

    .subsite-teasers .col:nth-child(2), .subsite-teasers .col:nth-child(4), .subsite-teasers .col:nth-child(6), .subsite-teasers .col:nth-child(8), .subsite-teasers .col:nth-child(10), .subsite-teasers .col:nth-child(12) {
        background: #e0e0de;
    }

    .subsite-teasers .col:nth-child(1), .subsite-teasers .col:nth-child(3), .subsite-teasers .col:nth-child(5), .subsite-teasers .col:nth-child(7), .subsite-teasers .col:nth-child(9), .subsite-teasers .col:nth-child(11) {
        background: #ffffff;
    }

    .subsite-teasers h4 {
        font-size: 1.125rem;
    }

    .breadcrumb a.box-trigger {
        right: 0;
        top: 45px;
    }

    .breadcrumb .box-content {
        top: 80px;
        width: auto;
    }

    .efa .ticker {
        display: none;
    }

    .col.span_1_of_3 .ticker {
        margin-bottom: 3rem;
    }

    .efashort #std3_main #std3_odv_submit_container {
        margin: .5rem 0;
    }

    .section.tickerstart .col.span_1_of_3 {
        order: 1
    }

    .section.tickerstart .col.span_2_of_3 {
        order: 2
    }

    .section.tickerstart .ticker .slick-slider, .section.tickerstart .ticker .ix_kvv_ticker {
        height: auto;
    }

    .ce-intext.ce-left .ce-gallery, .ce-intext.ce-right .ce-gallery {
        margin-left: 0;
        margin-right: 0;
    }

    .ce-left .ce-gallery, .ce-right .ce-gallery {
        float: none;
    }

    .cntfooter.linklist .ce-left .ce-gallery {
        float: left;
        width: 110px;
    }

    .content a.internal-link-new-window {
        padding: 8px 1rem;
    }
}

@media only screen and (max-width: 630px) {
    .bgimage.big {
        display: none
    }

    .bgimage.small {
        display: block;
    }

    .row.flex {
        display: block;
    }

    .row.flex .abstand {
        margin-left: 0
    }

    .row.flex .col_7 {
        width: 98%
    }

    .row.flex .col_3 {
        width: 98%
    }

    .row.flex .col_8 {
        width: 98%;
    }

    .row.flex .col_2.first {
        width: 98%;
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .row.flex .col_2.last {
        width: 98%;
        margin-left: 0;
        margin-top: 1rem;
    }

    .row.flex .col_2 {
        width: 98%
    }

    table.contenttable td a {

        max-width: 320px;
    }
}

@media only screen and (max-width: 480px) {
    .werbe h1, .werbe h2, .werbe h3, .werbe h4, .werbe h5 {
        -webkit-hyphens: none !important;
        -moz-hyphens: none !important;
        hyphens: none !important;
    }

    h1, h2, h3, h4, h5 {
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }

    .efashort .box-content {
    }

    .fltrt {
        width: 100%;
        float: none;
        margin: 0
    }

    .news-list3-container {
        max-width: 1370px;
        background: #ccc;
        display: block;
    }

    .news-list-container .fltrt img, .news-single-item .fltrt img {
        width: 100%;
        margin: 0;
    }

    .bgimage.big {
        display: none;
    }

    .bgimage.small {
        display: block;
    }

    .header .suche input[type="text"] {
        width: 80%;
    }

    .efashort .efalinks a {
        font-size: 1rem;
    }

    .unterseite .cntfooter h3 {
        font-size: 1rem;
        padding: 13px 0.5rem 13px 0.5rem;
        color: #fff; /* margin-right:80px */
    }

    .unterseite .cntfooter div.csc-textpic .csc-textpic-imagewrap img {
        width: 100px;
    }

    .unterseite .cntfooter .csc-textpic-text {
        margin-left: 100px
    }

    .breadcrumb {
        font-size: .75rem
    }

    table.contenttable {
        hyphens: auto;
        font-size: .875rem
    }

    table.contenttable td a {

        max-width: 180px;
    }

    .linklist .slick-initialized .slick-slide h4 {
        padding-top: .5rem;
        padding-left: 10px;
        padding-right: 20px;
        font-size: 1rem;
    }

    .linklist .slick-initialized .slick-slide p {
        padding-left: 10px;
        font-size: .913rem;
    }

    .linklist .slick-initialized .slick-slide .ce-gallery figure {
        width: 100px;
    }

    .linklist .slick-initialized .slick-slide .csc-textpic-text p, .linklist .slick-initialized .slick-slide .csc-textpic-text h4 {
        margin-left: 0
    }

    .linklist .slick-initialized .external-link.slick-slide p, .linklist .slick-initialized .download.slick-slide p {
        padding-left: 120px;
    }

    .linklist .slick-initialized .external-link.slick-slide h4, .linklist .slick-initialized .download.slick-slide h4 {
        padding-left: 120px;
    }

    .linklist .slick-initialized .download.slick-slide, .linklist .slick-initialized .external-link.slick-slide {
        background-position: 50px 20px;
        min-height: 100px;
        background-size: 55px 54px;
    }

    .linklist .slick-track {
        height: 100%;
    }

    .slick-initialized .slick-slide:nth-child(even) {
        background-color: #f3f3f2
    }

    .slick-initialized .slick-slide:nth-child(odd) {
        background-color: #f3f3f2
    }

    .slick-initialized .slick-slide {
        background-size: 70px;
    }

    .ticker h3::before, .ticker h4::before {
        font-size: 30px;
    }

    .accordion .accordionhl h4 {
        padding-left: 10px;
        padding-right: 30px;
        font-size: 1.063rem
    }

    .accordion h4::after {
        right: 10px;
    }

    .accordion .accordioncnt {
        margin: 0 20px 0 10px;
    }

    .accordion .accordioncnt p {
        padding-top: 0;
    }

    div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
        float: none;
    }

    .slider div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
        float: left;
    }

    div.csc-textpic-intext-left-nowrap .csc-textpic-text {
        margin-left: 0;
    }

    div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
        margin-bottom: 0;
    }

    .subsite-teasers .teaserimg {
        margin-right: 10px;
        width: 100px;
        height: 100px;
    }

    .subsite-teasers h4 {
        font-size: 1rem;
        padding: 0.75rem 0 .25rem 0;
    }

    .subsite-teasers p {
        font-size: .913rem;
        padding: 0.25rem 0 0 0;
    }

    .accordioncnt table.contenttable {
        font-size: .8125rem;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }

    .accordioncnt table.contenttable th, .accordioncnt table.contenttable td {
        padding: .25rem;
    }
}

.row.abstand {
    margin: 2.5rem 0
}

#std3_map {
    z-index: 1;
}


@media only screen and (max-width: 860px) {
    .cookie-message p {
        margin: 1rem;
        text-align: center;
        font-size: .875rem;
        line-height: 1.6
    }

    .cookie-message p.cookiebar-close {
        padding: 1rem 0 0 0
    }

    .cookie-message p.cookiebar-close a {
        position: inherit;
        right: 20px;
        text-decoration: none;
        cursor: pointer;
        color: #fff;
        bottom: 25px;
        font-weight: normal;
        background: #f99a1c;
        padding: 8px 12px 6px 10px;
        margin-top: 2rem;
    }
}

body.efacnt .containerefa {
    max-width: 100%;
}

body.efacnt .cnt {
    max-width: 100%;
}

body.efacnt .header {
    height: 60px;
}

body.efacnt .header nav#nav {
    right: inherit;
    left: 65px;
    top: 5px;
}

body.efacnt .header nav#nav ul :focus ul, body.efacnt .header nav#nav ul :hover ul {
    left: 0;
    right: inherit;
}

body.efacnt .header nav#nav ul li a {
}

body.efacnt .breadcrumb {
    display: none;
}

body.efacnt.en .header .subnav, body.efacnt.fr .header .subnav {
    right: 45px;
}

body.efacnt .header .logo {
    height: 57px;
    width: 55px;
}

body.efacnt .header .logo .screen img {
    width: 40px;
}

@media only screen and (max-width: 860px) {
    body.efacnt .header .logo .screen img {
        width: 64px;
    }
}

body.efacnt .header .ticker {
    position: absolute;
    width: 28%;
    max-width: 350px;
    right: 290px;
    top: 0;
    z-index: 5;
    font-size: 0.875rem;
}

body.efacnt .header .ticker .accordion .accordionhl {
    height: 57px;
}

body.efacnt .header .ticker h4 {
    font-size: 1.125rem;
    padding: 19px 10px;
}

body.efacnt .header .ticker h4::before {
    top: 13px;
}

body.efacnt .header .ticker h4::before {
    font-size: 26px;
}

body.efacnt .tx-ix-tunnel {
    margin: 0 0 2rem 0;
}

div.MenuEFA {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #9b2321;
}

div.MenuEFA ul {
    margin: 0 0 0 .5rem
}

div.MenuEFA li a {
    font-size: .8125rm;
    padding: 1rem;
    display: block;
    color: #666;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

div.MenuEFA li a.aktiv {
    border-top: 1px solid #9b2321;
    border-left: 1px solid #9b2321;
    border-right: 1px solid #9b2321;
}

div.MenuEFA.accordion .accordioncnt {
    margin: 0;
    padding-bottom: 0;
}

@media only screen and (max-width: 1380px) {
    body.efacnt .header .ticker {
        right: 5px;
        top: 70px;
        width: 25%;
    }

    body.efacnt .header .ticker .accordion .accordionhl {
        height: inherit;
    }

    body.efacnt .header .ticker h4::before {
        top: 3px;
    }

    body.efacnt .header .ticker h4 {
        font-size: 1rem;
        padding: 10px;
    }
}

@media only screen and (max-width: 1100px) {
    body.efacnt .header .logo {
        height: 57px;
        width: 55px;
    }

    div.MenuEFA li a {
        padding: 1rem .5rem;
    }
}

@media only screen and (max-width: 980px) {
    body.efacnt .breadcrumb {
        display: block;
        margin-top: .5rem;
    }

    body.efacnt .header nav#nav {
        font-size: .8125rem;
    }

    body.efacnt .header nav#nav ul li a {
        padding: 15px 10px;
    }

    body.efacnt .header nav#nav ul li span {
        padding: 0;
    }

    div.MenuEFA p {
        font-size: .8125rem;
        padding: 1rem;
        position: relative;
        cursor: pointer;
    }

    div.MenuEFA p:after {
        position: absolute;
        right: 15px;
        top: 15px;
        font-family: 'icomoon' !important;
        content: "\00a0\e902";
    }

    div.MenuEFA li a {
        font-size: 1rem;
        padding: 0.5rem;
        border-top: none;
        border-left: none;
        border-right: none;
    }

    div.MenuEFA li a.aktiv {
        display: block;
        color: #9b2321;
        border-top: none;
        border-left: none;
        border-right: none;
    }

    div.MenuEFA .accordioncnt {
        margin: 0 0 1rem !important;
    }
}

@media only screen and (max-width: 860px) {
    body.efacnt .header .logo {
        height: 60px;
        width: 80px;
    }

    body.efacnt .header .subnav li.language {
        display: none;
    }

    body.efacnt .header .ticker {
        z-index: 19;
        width: 100%;
        max-width: inherit;
        right: 0;
        top: 0;
    }

    body.efacnt .header .ticker h4 {
        display: block;
        width: 15px;
        opacity: 0;
    }

    body.efacnt .header .ticker .accordion .accordioncnt.show h5 {
        display: block;
        background: #9b2322;
        position: relative;
        text-align: center;
        font-size: 1.25rem;
        color: #fff;
        padding: 12px;
    }

    body.efacnt .header .ticker .accordion .accordionhl::before {
        position: absolute;
        left: 5px;
        top: 5px;
        font-family: 'icomoon' !important;
        content: "\e908";
        font-size: 26px;
        color: #fff;
        font-weight: 700;
    }

    body.efacnt .header .ticker .accordion .accordionhl {
        display: block;
        width: 35px;
        height: 35px;
        position: absolute;
        right: 115px;
        top: 10px;
    }

    body.efacnt .header .ticker .accordion .accordioncnt {
        display: block;
        width: 100%;
        height: 335px;
        position: absolute;
        right: 0;
        top: 60px;
    }

    body.efacnt .suche {
        position: relative;
        z-index: 20;
    }
}

@media screen and (min-width: 980px) {
    div.MenuEFA {
        margin-top: .5rem;
    }

    div.MenuEFA .accordionhl {
        display: none !important
    }

    div.MenuEFA .accordioncnt {
        display: block !important;
    }

    div.MenuEFA li {
        display: inline-block;
    }
}

/* Tabelle Adventskalender */
.frame-layout-2 table.contenttable {
    width: 100%;
}

.frame-layout-2 table.contenttable th[scope=row] {
    text-align: center;
    width: 30px;
}

/* iframe */
.iframe.officeforms {
    padding-bottom: 2140px;
}

/*felogin*/
.frame-type-felogin_login h3::before, .frame-type-felogin_login h4::before {
    content: "\e914";
}

.frame-type-felogin_login .box {
    padding: 1rem 2rem;
}

.frame-type-felogin_login .box input[type="text"], .frame-type-felogin_login .box input[type="email"], .frame-type-felogin_login .box input[type="password"], .frame-type-felogin_login .box input[type="date"], .frame-type-felogin_login .box input[type="time"] {
    background: #e0e0de;
    background: #f3f3f2;
    padding: .625rem 0 .625rem .5rem;
}

.content .frame-type-felogin_login form input[type="submit"] {
    width: auto;
}
