/* RASTER und allg. LAYOUT */

#typo3-previewInfo {
    display: none !important;
}

/* extend bootstrap grid */
.container {
    padding-right: 20px;
    padding-left: 20px;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 10px;
    padding-left: 10px;
}

/*
div[class^="col-"] div.csc-default p:last-child,
div[class^="col-"] div.csc-default ul:last-child,
div[class^="col-"] div.csc-default li:last-child {
    margin-bottom: 0;
}
*/


/* vertikaler standard abstand */
.grid_wrapper {
    padding: 0 0 40px 0;
}

/* div[class^="col-"] .grid_wrapper {
  padding: 0;
}*/


@media (min-width: 992px) {

    /* ausgerückt in das padding des containers */
    div.csc-layout-1 {
        margin-left: -20px;
        margin-right: -20px;
    }

}

/* HAUPTELEMENTE */

.topheader {
    height: 37px;
}

.logo {
    margin-left: -16px;
    display: inline-block;
    margin-top: -15px;
}



.mainheadersmall {
    height: 248px;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mainheaderlarge {
    /* height: 779px; */
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;

    min-height: 100%;
    /* the next 2 lines are not necessary unless you need IE6 support */
    /* height: auto !important;
    height: 100%;
    */
}

.mainheaderlarge.mainheadervideo {
    /* height: 779px; */
    background: none;

    min-height: 100%;
    height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
    height: 100%;
}




.mainheaderlargecontent {
    margin-top: 40px;
    margin-bottom: 40px;
}

#page-858 .mainheaderlargecontent {
    margin-top: 130px;
}


@media (max-width: 767px) {

    .logo img {
        width: 200px;
        height: auto;
    }
}



@media (min-height: 830px) and (min-width: 992px ) {

    .mainheaderlarge {
        position: relative;
    }

    .mainheaderlargecontent {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (max-width: 1199px) {

    .mainheader {
        border-top: 10px solid #fff;
    }
}


@media (max-width: 1199px) {

    .mainheader.mainheadersmall {
        background-image: none !important;
        background: #0038a8 !important;
        background: -moz-linear-gradient(-45deg, #0038a8 0%, #3a7dc4 100%) !important;
        background: -webkit-linear-gradient(-45deg, #0038a8 0%,#3a7dc4 100%) !important;
        background: linear-gradient(135deg, #0038a8 0%,#3a7dc4 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0038a8', endColorstr='#3a7dc4',GradientType=1 ) !important;
        height: 130px !important;
    }
}


.mainheaderlargecontent.container {
    padding-left: 0;
    padding-right: 0;
}



.mainheaderlargeleft {
    /* padding-top: 60px; */
}

#page-858 .mainheaderlargeleft {
    width: 80% !important;
    display: block;
    margin: 0 auto;
    text-align: center;
    float: none !important;
}

.mainheaderlargeright {
    /*padding-top: 150px; */
    padding-top: 15px;
}

.precontent {
    padding-bottom: 40px;
}


@media (max-width: 991px) {
    .precontent {
        padding-bottom: 0px;
    }
}



.maincontent {
    padding-top: 20px;
    padding-bottom: 20px;
}



.prefooter {
    height: 63px;
    padding: 18px 0;
    line-height: 27px;
}

.mainfooter {
    /* height: 437px; */
    background: #6478a2;
    background: -moz-radial-gradient(center, ellipse cover, #6478a2 0%, #516184 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #6478a2 0%, #516184 100%);
    background: radial-gradient(ellipse at center, #6478a2 0%, #516184 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6478a2', endColorstr='#516184', GradientType=1);

    background: #7a86a0;
    background: -moz-radial-gradient(center, ellipse cover, #7a86a0 0%, #516184 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #7a86a0 0%, #516184 100%);
    background: radial-gradient(ellipse at center, #7a86a0 0%, #516184 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a86a0', endColorstr='#516184', GradientType=1);

    background: #5975b7; /* Old browsers */
    background: -moz-linear-gradient(45deg, #5975b7 0%, #347fd1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #5975b7 0%,#347fd1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #5975b7 0%,#347fd1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5975b7', endColorstr='#347fd1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


    padding: 35px 0 0 0;
}

.logoleiste {
    height: 100px;
    text-align: center;
    line-height: 100px;
    display: none;
}

.topfooter {
    border-bottom: 1px solid #fff;
}

.logoleiste img {
    margin: 0 30px;
}

.logoleiste .container {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

@media (max-width: 767px) {
    .logoleiste {
        display: none;
    }

    .logo {
        margin-left: 0;
    }

}



.slicknav_menu, #mobilenav {
    display: none;
}




/* tablet tenmplate */

.tabletheaderwrapper {
    height: 170px;
    position: relative;
    background-image: url("../Images/bg_tabletheader.jpg");
    background-size: 100% 170px;

    margin-bottom: 40px;
}

.tabletheaderlogo {
    position: absolute;
    top: 36px;
    left: -20px;
    max-width: 150px;
}


.tabletheaderback {
    position: absolute !important;
    top: 52px;
    right: -20px;
}

#page-782 .tabletheaderback {
    display: none;
}

#page-794 .tabletheaderback {
    display: none;
}


/* ###  animierte Suchleiste ###  */

.suchfeldwrapper {
    position: absolute;
    background-color: #fff;
    padding: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    top: 50px;
    right: 0;
    z-index: 1;
    display: none;
}

.suchfeldwrapper::before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #ffffff transparent;

    position: absolute;
    top: -15px;
    right: 175px;
}

#suchfeldform {
    padding: 0px;
    margin: 0px;
}

#suchfeld {
    background-color: #F3F3F3;
    color: #565656;
    border:1px solid #DEDEDE;
    font-size: 14px;
    line-height: 35px;
    padding: 0 15px;
    width: 330px;
}

.suchfeldlupe::before{
    content: '';
    line-height: 35px;
    color: #565656;
    display: block;
    margin-right: 3px;
    float: left;
    font-size: 25px;
    cursor: pointer;
}



.suchfeldlupe {
    position: absolute;
    right: 15px;
    top: 15px;
}



@media (max-width: 991px) {

    .grid_wrapper {
        padding: 0;
    }

    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        margin-top: 0px;
        margin-bottom: 40px;
    }

    .Tx-Formhandler div[class^="col-"] {
        margin-bottom: 0;
    }


}


@media (max-width: 1199px) {

    .slicknav_menu {
        display: block;
    }

    .topheader, .areanav, .pagesnav, .rootline, .socialbar, .maincontent2colleft, .prefooter {
        display: none !important;
    }

    .logoleiste {
        height: auto;
    }


}



/* TYPO */

html {
    -webkit-text-size-adjust: auto;
    -moz-text-size-adjust: auto;
    text-size-adjust: auto;

}

* {
    margin: 0;
}

html, body {
    height: 100%;
}

/** basic font */
textarea,
pre,
code,
kbd,
samp,
var,
tt {
    font-family: "DaxWeb W01 Regular", Arial;
}

/* font-size: 14px; */
body {
    font-family: "DaxWeb W01 Regular", Arial;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    color: #565656;

    overflow-y: scroll;
}

/*--- Headings ------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "DaxWeb W01 Bold", Arial;
    font-weight: 300;
    font-style: normal;
    color: #2F53A5;
    margin: 0;
}

h1 {
    font-size: 45px;
    line-height: 1.2em;
    margin: 0 0 0.75em 0;
}

h2 {
    font-family: "DaxWeb W01 Regular", Arial;
    font-size: 26px;
    line-height: 1.2em;
    margin: 0 0 0.5EM 0;
}

h3 {
    font-family: "DaxWeb W01 Regular", Arial;
    font-size: 22px;
    line-height: 1.2em;
    margin: 0 0 10px 0;
}

h4 {
    font-family: "DaxWeb W01 Regular", Arial;
    font-size: 18px;
    line-height: 1.4em;
    margin: 0 0 10px 0;
}

h5 {
    font-family: "DaxWeb W01 Medi", Arial;
    font-size: 16px;
    line-height: 1.2em;
    margin: 0 0 0.75em 0;
    color: #565656;
}




/* --- Lists  -------------------------------------------------------------------------------- */
ul,
ol,
dl {
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 1.5em 0;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

ul ul {
    list-style-type: none;
    margin-top: -1em;
    padding-left:  0;
}

ul ul li {
    font-size: 14px;
    line-height: 1em;
    margin-left: 0.4em;
    margin-bottom: 0.5em;
}

.maincontent ul ul li:before {
    content: "-";
    position: relative;
    left: -5px;
}

/* main ul ul li{ text-indent:-10px; } */
ol ol {
    list-style-type: lower-latin;
    margin-top: 0;
}

ol ul {
    list-style-type: circle;
    margin-top: 0;
}

li {
    font-size: 14px;
    line-height: 1.5em;
    margin-left: 1.2em;
    margin-bottom: 1em;
}



dt {
    font-weight: bold;
}

dd {
    margin: 0 0 1.5em 0.8em;
}

/* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */
p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 1.5em 0;
}

p.no-margin {
    margin: 0;
}

blockquote,
cite,
q {
    font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
    font-style: italic;
}

blockquote {
    background: transparent;
    color: #666666;
    margin: 1.5em 0 0 1.5em;
}

strong,
b {
    font-weight: 700;
    font-style: normal;
}

em,
i {
    font-style: italic;
}

pre,
code,
kbd,
tt,
samp,
var {
    font-size: 16px;
}

pre {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 1.5em 0;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

pre,
code {
    color: #880000;
}

kbd,
samp,
var,
tt {
    color: #666666;
    font-weight: bold;
}

var,
dfn {
    font-style: italic;
}

acronym,
abbr {
    border-bottom: 1px #aaa dotted;
    font-variant: small-caps;
    letter-spacing: .07em;
    cursor: help;
}

sub,
sup {
    font-size: 12px;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

hr {
    color: #fff;
    background: transparent;
    margin: 0 0 35px 0;
    padding: 0 0 35px 0;
    border: 0;
    border-bottom: 1px #ACBADB solid;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.align-justify {
    text-align: justify;
}

/* --- spezielle Textauszeichnung ------------------------------------------ */
.mainheaderlargeleft *, .mainfooter * {
    color: #fff;
    text-shadow: #777 0em 0em 0.3em;
}

.mainheaderlargeleft .phone:before, .mainfooter .phone:before {
    color: #fff;
    border-color: #fff;
}


.page-felayout-9 .precontent h1,
.page-felayout-9 .precontent h3
{
    color: #565656;
}

.page-felayout-9 .precontent ul.listegruenehaken li
{
    color: #565656;
    font-size: 22px;
}

.page-felayout-9 .precontent  .tabs li a {
    color: #565656;
}
.page-felayout-9 .precontent  .tabs li.active a {
    color: #2F53A5;
}

.page-felayout-9 .precontent  .phone:before {
    color: #94c11c;
    border: 2px solid #94c11c;
}

@media (max-width: 991px) {
    .page-felayout-9 .precontent .col-sm-6 {
        margin-top: 0px;
        margin-bottom: 40px;
        display: block;
        float: none;
        width: 100%;
    }
}

.mainfooter h3.linieunten {
    color: #fff;
    display: block;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.phone:before {
    content: "\e953";
    font-size: 25px;
    line-height: 31px;
    width: 35px;
    height: 35px;
    display: block;
    margin-bottom: 3px;
    border: 2px solid #565656;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;

    float: left;
    margin-left: -50px;
    margin-top: -5px;

    font-family: 'swr-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*--- Links ----------------------------------------------------------------------------------------- */

a, a:visited,
.mfp-link, .mfp-link:visited, .mfp-link:link, .tx-powermail a{
    background: transparent;
    text-decoration: none;
    color: inherit;
    font-weight: 300;
}

p a, p a:visited,
.tx-powermail a,
.CookieDeclaration a, .CookieDeclaration a:visited {
    color: #008df4;
}

a:hover, a:focus, a:active,
p a:hover, p a:focus, p a:active,
.mfp-link:focus, .mfp-link:hover, .mfp-link:active,
.news-list-item a:hover h4, .news-list-item a:focus h4, .news-list-item a:active h4,
.tx-powermail a, .tx-powermail a:focus, .tx-powermail a:active{
    text-decoration: none !important;
    color: #94c11c !important;
}

p a:before, a.doublequote:before, .tx-powermail a:before, .CookieDeclaration a:before {
    content: "\00BB";
    font-size: inherit;
    display: inline-block;
    margin-right: 4px;
}

.news-list-item a:before,
.pagination a:before,
.magnificpopup:before{
    display: none;
}


/* --- images ------------------ */
/* clone of bootstrap helper class */
.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}

/* custom */
.img-responsive-upscale {
    width: 100%;
    height: auto;
    display: block;
}

/** Tables */
table {
    width: auto;
    /* border-collapse: collapse; */
    color: #inherit;
    border-top: none;
    margin: 0;
    font-size: inherit;
}

table.narrow {
    margin: 0 0 1.42857em 0;
}

table.narrow th,
table.narrow td {
    padding: 0 0.5em;
    line-height: 1.42857;
}

table.fixed {
    table-layout: fixed;
}

table.bordertable {
    border: 1px #ccc solid;
}

table.bordertable thead th {
    background: #BF0A30;
    border-right: 1px #808080 solid;
    border-bottom: 1px #808080 solid;
}

table.bordertable tbody th[scope="row"] {
    background: #f0f0f0;
}

table.bordertable tbody th {
    border-right: 1px solid #ccc;
}

table.bordertable tbody td {
    border-right: 1px solid #ccc;
}

caption {
    font-variant: small-caps;
}

tr {
    background-color: transparent;
    font-size: inherit;
}

th,
td {
    line-height: 1.5em;
    vertical-align: center;
    padding: 0 1em 0 0;
    color: inherit;
    border: none;
    font-size: inherit;
}

th {
    color: #inherit;
}

th *:first-child,
td *:first-child {
    margin-top: 0;
}

th.nowrap,
td.nowrap {
    white-space: nowrap;
}

thead th {
    text-align: left;
}

tbody {
    /* highlight row on mouse over */
}

tbody th {
    text-align: left;
}

tbody td {
    text-align: left;
}

/* SWR TABELLE */
.contenttable-swrtable,
.contenttable{
}

table.contenttable-swrtable,
table.contenttable {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 20px 0;
    border: none;
    padding: 0;
}

table.contenttable-swrtable thead th,
table.contenttable thead th {
    background-color: #fff;
    color: #565656;
    padding: 0 5px;
    text-align: left;
    font-weight: 300;
    line-height: 30px;
    border: none;
    border-top: 1px solid #ACBADB;
    border-bottom: 1px solid #ACBADB;
}

table.contenttable-swrtable tbody tr:first-child td,
table.contenttable tbody tr:first-child td {
    border-top: 1px solid #ACBADB;
}

table.contenttable-swrtable tbody td,
table.contenttable tbody td {
    background-color: #fff;
    color: #565656;
    padding: 0 5px;
    text-align: left;
    line-height: 30px;
    border: none;
}

table.contenttable-swrtable tbody tr,
table.contenttable tbody tr {
    background-color: transparent;
}

table.contenttable-swrtable tbody tr td,
table.contenttable tbody tr td {
    background-color: #FBFCFC;
}

table.contenttable-swrtable tbody tr:nth-child(odd) td,
table.contenttable tbody tr:nth-child(odd) td {
    background-color: #ffffff;
}

table.contenttable-swrtable tfoot td,
table.contenttable tfoot td {
    background-color: #2F53A5;
    color: #fff;
    padding: 0 5px;
    text-align: left;
    line-height: 30px;
    border: none;
}

/* FOOTER TABELLE */

table.swrfootertable {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    border: none;
    padding: 0;
}

table.swrfootertable tr td {
    border-bottom: 1px solid #fff;
    padding: 5px 0;
}

table.swrfootertable tr:last-child td {
    border-bottom: none;
}

/**  OTHER  */
.csc-textpic-caption {
    font-size: 13px;
    font-style: italic;
    line-height: normal;
    margin: 10px 0 5px 0;
}



/* socialbar */
ul.socialbar {
    list-style: none;
    margin-bottom: 0;
    padding: 5px 10px;
    position: fixed;
    top: 450px;
    left: 0;
    background-color: #fff;
    z-index: 1;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
  display: none;
}

ul.socialbar li {
    margin: 0;
}

ul.socialbar a {
    display: block;
}

ul.socialbar a:before {
    font-size: 25px;
    line-height: 31px;
    width: 35px;
    height: 35px;
    display: block;
    margin-bottom: 3px;
    border: 2px solid #565656;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
}

ul.socialbar a span {
    display: none;
}

ul.socialbar a:hover {
    text-decoration: none;
}

/* Navileisten */

.topnav {
    position: relative;
}

.topnav ul {
    list-style: none;
    text-align: right;
    margin-bottom: 0;
    padding: 0;
}

.topnav li {
    display: inline-block;
    line-height: 23px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin: 0px;
}

.topnav ul li a, .topnav ul li.active strong {
    font-family: "DaxWeb W01 Medi", Arial;
    font-size: 14px;
    line-height: 23px;
    color: #565656;
    display: inline-block;
    font-weight: 300;
    margin: 0 0 0 20px;
}

.topnav ul li a:before, .topnav ul li.active strong:before {
    font-size: 20px;
    line-height: 23px;
    color: #565656;
    display: block;
    margin-right: 3px;
    float: left;
}

.topnav ul li:hover a, .topnav ul li:hover a:before,
.topnav ul li.active a, .topnav ul li.active a:before,
.topnav ul li.active strong, .topnav ul li.active strong:before {
    color: #94c11c;
    text-decoration: none;
}

.topnav ul li a:before {
    content: "\203A";
    font-size: 14px;
    color: inherit;
    display: inline-block;
    margin-right: 5px;
}

.topnav ul li a.swr-icon_luppe:before {
    content: "\e90a";
    font-size: 23px;
}

.topnav ul li a.swr-icon_kundenportal:before {
    content: "\e951";
}

.topnav ul li a.swr-icon_kundenportal:before {
    content: "\e951";
    font-size: 23px;
}

.topnav ul li a.ekeda:before {
    content: "";
}

.topnav ul li a.ekeda {
    border-left: 1px solid #565656;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
}

.areanav ul {
    list-style: none;
    text-align: right;
    margin-bottom: 0;
    padding: 0;
}

.areanav li {
    display: inline-block;
    margin: 0 2px -5px -1px;
    padding: 7px 0 12px 0;
    color: #2F53A5;
    background-color: rgba(255,255,255,0.6);
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.areanav li.last {
    margin-right: 0;
}

.areanav li.active, .areanav li:hover,
#page-394 .areanav li:first-child {
    color: #2F53A5;
    background-color: #fff;

}

.areanav li a:hover, .areanav li a:focus {
    color: #2F53A5;
    text-decoration: none;
}

.areanav li.active strong {
    font-weight: 300;
}

.areanav li a, .areanav li strong {
    font-size: 18px;
    /* border-right: 1px solid #fff; */
    padding: 0 20px 0 20px;
    margin: 7px 0 7px 0;
}

.areanav li a:hover, .areanav li strong:hover {
    border-right-color: transparent;
}

.areanav li.last a, .areanav li.last strong {
    border: none;
}

.pagesnav {
    background-color: #fff;
    padding: 0 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 51px;
}

.pagesnav ul.pages {
    list-style: none;
    text-align: left;
    display: inline;
    margin-bottom: 0;
    padding: 0;
}

.pagesnav ul.pages li {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0 10px;
    /*font-family: "DaxWeb W01 Medi", Arial;
    font-size: 22px;
    line-height: 51px;
    color: #2F53A5; */
}

.pagesnav ul.pages li.last {
    margin: 0;
}

.pagesnav ul.pages li a, .pagesnav ul.pages li.active strong {
    font-family: "DaxWeb W01 Medi", Arial;
    font-size: 22px;
    line-height: 51px;
    color: #2F53A5;
    display: inline-block;
    font-weight: 300;
}

.pagesnav ul.pages li a:before, .pagesnav ul.pages li.active strong:before {
    font-size: 30px;
    line-height: 51px;
    color: #2F53A5;
    display: block;
    margin-right: 5px;
    float: left;
}

.pagesnav ul.pages li:hover a, .pagesnav ul.pages li:hover a:before,
.pagesnav ul.pages li:focus a, .pagesnav ul.pages li:focus a:before,
.pagesnav ul.pages li:active a, .pagesnav ul.pages li:active a:before,
.pagesnav ul.pages li.active a, .pagesnav ul.pages li.active a:before,

.pagesnav ul.pages a:hover:before,
.pagesnav ul.pages a:focus:before,
.pagesnav ul.pages a:active:before,

.pagesnav ul.pages li.active strong, .pagesnav ul.pages li.active strong:before {
    color: #94c11c;
    text-decoration: none;
}

.pagesnav ul.pages li a:hover {
    text-decoration: none;
}

.pagesnav ul.ext {
    list-style: none;
    float: right;
    margin-bottom: 0;
    padding: 0;
}

.pagesnav ul.ext li {
    display: inline-block;
    line-height: 51px;
    color: #2F53A5;
    font-size: 18px;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
}

.pagesnav ul.ext a:hover {
    text-decoration: none;
}

.pagesnav ul.ext li {
    position: relative;
}

.pagesnav ul.ext li:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    border-right: 1px solid #2F53A5;
    width: 1px;
    height: 20px;
    margin-top: -10px;
}

.pagesnav ul.ext li.last:after {
    border-color: transparent !important;
}

.rootline {
    padding-left: 30px;
}

.rootline span {
    font-family: "DaxWeb W01 Ita", Arial;
    font-size: 12px;
    line-height: 49px;
    color: #fff;
}

.rootline ul {
    list-style: none;
    text-align: left;
    display: inline;
    margin-bottom: 0;
    padding: 0;
}

.rootline ul li {
    display: inline-block;
    margin: 0;
    padding: 0x;
    font-family: "DaxWeb W01 Ita", Arial;
    font-size: 12px;
    line-height: 49px;
    color: #fff;
}

.rootline ul li.active {
    color: #fff;
}

.rootline ul a:hover {
    text-decoration: none;
    color: #94c11c;
}

.rootline ul li.active {
    font-weight: 300;
    font-family: "DaxWeb W01 Bold", Arial;
}

ul.leftnav {
    background-color: #FCFCFC;
    padding: 5px 20px 5px 20px;
    list-style: none;
    text-align: left;
    margin-bottom: 0;
}

ul.leftnav li {
    display: block;
    margin: 0;
    padding: 10px 0;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px solid #2F53A5;
}

ul.leftnav li:last-child {
    border-bottom: none;
}

ul.leftnav li a, ul.leftnav li a:visited {
    display: block;
    margin: 0;
    padding: 0;
    color: #2F53A5;
    font-family: "DaxWeb W01 Medi", Arial;
    font-weight: 300;
}

ul.leftnav li a:before,
ul.leftnav li strong:before {
    /* content: "\02C3"; */
    content: "\203A";
    font-size: 14px;
    line-height: inherit;
    color: #2F53A5;
    display: inline-block;
    margin-right: 5px;
}

ul.leftnav li a.activeElement,
ul.leftnavl li a:hover,
ul.leftnav a:hover {
    text-decoration: none;
    color: #94c11c !important;
}

ul.leftnav li strong {
    font-weight: 300;
    display: block;
    margin: 0;
    padding: 0;
}

ul.leftnav li strong:before,
ul.leftnav li a.activeElement:before {
    color: #94c11c;
}

ul.leftnav a.ext:after {
    font-family: 'swr-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;

    content: "\e915";
    font-size: 14px;
    line-height: 14px;
    color: inherit;
    display: inline-block;
    margin-left: 5px;

    border: 1px solid;
    border-color: inherit;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/* 2nd level */
ul.leftnav ul {
    padding: 0;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: -5px;
}

ul.leftnav ul li {
    line-height: 20px;
    padding: 5px 0;
    border-bottom: none;
}


ul.leftnav ul li:before {
    display: none;
}

ul.leftnav ul li:first-child {
    margin-top: 8px;
}

ul.leftnav ul li a:before,
ul.leftnav ul li strong:before {
    line-height: inherit;
}

.prefooter ul {
    list-style: none;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 0;
    padding: 0;

    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    position: relative;
    vertical-align: middle;
}

.prefooter li {
    display: inline-block;
    margin: 0 0 0 10px;
    color: #516185;
    font-family: "DaxWeb W01 Medi", Arial;

    display: table-cell;
    float: none;
    width: 1%;
}

.prefooter ul li a, .prefooter ul li.active strong {
    font-family: "DaxWeb W01 Medi", Arial;
    font-size: 14px;
    line-height: 37px;
    color: #5975B7;
    display: inline-block;
    font-weight: 300;
}

.prefooter ul li a:before, .prefooter ul li.active strong:before {
    font-size: 20px;
    line-height: 37px;
    color: #5975B7;
    display: block;
    margin-right: 3px;
    float: left;
}

.prefooter ul li:hover a, .prefooter ul li:hover a:before,
.prefooter ul li.active a, .prefooter ul li.active a:before,
.prefooter ul li.active strong, .prefooter ul li.active strong:before {
    color: #94c11c;
    text-decoration: none;
}

.prefooter ul.pages li a:hover {
    text-decoration: none;
}


body .mainfooter .topfooter {
    padding-bottom: 25px;
}


.mainfooter .copyright, .mainfooter ul.footermenu{
    margin: 20px 0;
}

.mainfooter .copyright, .mainfooter .copyright p {
    line-height: 25px;
}

.mainfooter ul.footermenu {
    list-style: none;
    text-align: right;
    padding: 0;
}

.mainfooter ul.footermenu li {
    display: inline-block;
    line-height: 25px;
    margin: 0 0 0 10px;
}

.mainfooter ul.footermenu li a:hover {
    text-decoration: none;
}

.mainfooter ul.footermenu li a:before {
    content: "\203A";
    font-size: 14px;
    color: inherit;
    display: inline-block;
    margin-right: 5px;
}

.mainfooter a:visited {
    color: #fff;
}

/* CSC-Layout */
/* Schatten unterhalb */
.img-schatten-unterhalb{
    margin-bottom: 10px;
    padding-bottom: 10px;
    background-image: url(../Images/schattenunterbild.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 10px;
}



/* DCE */
/* teaser_senkrecht */
.teaser_senkrecht.keingrauerhintergrund .teaser_senkrecht_img_wrap,
.teaser_senkrecht.grauerhintergrund {
    margin-bottom: 10px;
    padding-bottom: 10px;
    background-image: url(../Images/schattenunterbild.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 10px;
}

.teaser_senkrecht.grauerhintergrund .teaser_senkrecht_inhalt_wrap {
    padding: 20px;
    background-color: #FBFCFC;
}

.teaser_senkrecht .teaser_senkrecht_link_wrap a:before {
    content: "\00BB";
    font-size: 14px;
    display: inline-block;
    margin-right: 4px;
}

.teaser_senkrecht .teaser_senkrecht_link_wrap {
    margin-top: 1em;
}

.teaser_senkrecht .teaser_senkrecht_link_wrap a {
    color: #008df4;
    margin-bottom: 0;
    font-size: 14px;
    font-family: "DaxWeb W01 Medi", Arial;
}

.teaser_senkrecht .teaser_senkrecht_link_wrap a:hover {
    text-decoration: none;
    color: #94c11c;
}

/* teaser_waagerecht */
.teaser_waagerecht {
    background-color: #FBFCFC;

    padding-bottom: 10px;
    background-image: url(../Images/schattenunterbild.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 10px;
}


.teaser_waagerecht_text_wrap_right {
    padding: 20px 40px 0 10px;
}

.teaser_waagerecht_text_wrap_left {
    padding: 20px 10px 0 40px;
}


@media (max-width: 991px) {

    .teaser_waagerecht_text_wrap_right {
        padding: 0 30px 20px 30px;
    }

    .teaser_waagerecht_text_wrap_left{
        padding: 20px 30px 0 30px;
    }

    .teaser_waagerecht.links .teaser_waagerecht_img_wrap {
        margin-top: 0;
    }

    .teaser_waagerecht.rechts .teaser_waagerecht_img_wrap {
        margin-bottom: 0;
    }

}


.teaser_waagerecht .teaser_waagerecht_link_wrap a:before {
    content: "\00BB";
    font-size: 14px;
    display: inline-block;
    margin-right: 4px;
}

.teaser_waagerecht .teaser_waagerecht_link_wrap {
    margin-top: 1em;
    margin-bottom: 1em;
}

.teaser_waagerecht .teaser_waagerecht_link_wrap a {
    color: #008df4;
    margin-bottom: 0;
    font-size: 14px;
    font-family: "DaxWeb W01 Medi", Arial;
}

.teaser_waagerecht .teaser_waagerecht_link_wrap a:hover {
    text-decoration: none;
    color: #94c11c;
}

/* tarifkachel */
.tarifkachel {
    padding-bottom: 10px;
    background-image: url(../Images/schattenunterbild.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 10px;
}

.tarifkachel .iconwrap {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 40px;
}

.tarifkachel .iconwrap:before {
    font-size: 35px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    display: block;
}

.tarifkachel h3 {
    line-height: 18px;
    margin-left: 50px;
}

.tarifkachel h3 .tarifname {
    font-size: 18px;
    color: #008df4;
    display: inline-block;
    margin-bottom: 4px;
}

.tarifkachel h3 .tarifclaim {
    font-size: 18px;
    color: #565656;
}

.tarifkachel .tarifkachel_img_wrap {
    margin-top: 21px;
}

.tarifkachel .tarifkachel_content_wrap {
    background-color: #FBFCFC;
    padding: 20px;
}

.tarifkachel a.linktarifrechner {
    font-family: "DaxWeb W01 Medi", Arial;
}

.tarifkachel a.linktarifrechner:before {
    content: "\00BB";
    font-size: 14px;
    display: inline-block;
    margin-right: 4px;
}

.tarifkachel a.linktarifdetails {
    display: inline-block;
    margin-left: 10px;
    color: #008df4;
    font-family: "DaxWeb W01 Medi", Arial;
}

.tarifkachel a.linktarifdetails:before {
    content: "\00BB";
    font-size: 14px;
    display: inline-block;
    margin-right: 4px;
}

/* tarifdetailheader */
.tarifdetailheader {

}

@media (min-width: 992px) {
    .tarifdetailheader .col-md-4 {
        padding-top: 97px;
    }
}

.tarifdetailheader .iconwrap {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 60px;
}

.tarifdetailheader .iconwrap:before {
    font-size: 50px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    display: block;
}

.tarifdetailheader h3 {
    margin-left: 80px;
}

.tarifdetailheader h3.linieunten {
    margin-left: 0px;
}

.tarifdetailheader h3 .tarifname {
    font-family: "DaxWeb W01 Bold", Arial;
    font-size: 45px;
    color: #008df4;
    display: inline-block;
    line-height: 45px;
    margin-bottom: 4px;
}

.tarifdetailheader h3 .tarifclaim {
    font-size: 18px;
    line-height: 18px;
    color: #565656;
}

.tarifdetailheader .tarifdetailheader_img_wrap {
    padding-bottom: 10px;
    background-image: url(../Images/schattenunterbild.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 10px;

    margin-top: 21px;
}

/* grauerkastenschatten */
.grauerkastenschatten {
    padding-bottom: 10px;
    background-image: url(../Images/schattenunterbild.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 10px;
    position: relative;
}

.grauerkastenschatten .grauerkastenschatten_textwrap {
    padding: 20px;
    background-color: #FBFCFC;
}

/* Downloads */
ul.uploads li {
    list-style: none outside none;
    padding: 0;
    border-top: 1px solid #ACBADB;
    border-bottom: 1px solid #ACBADB;
    margin: 0 0 -1px 0;
    line-height: 35px;
}

ul.uploads li a, ul.uploads li a:hover,
ul.uploads span.uploads-fileName {
    text-decoration: none;
}

ul.uploads span {
    display: inline;
}

ul.uploads li a:before {
    content: "\e93f";
    font-size: 14px;
    line-height: 35px;
    display: inline-block;
    margin-right: 5px;
    font-family: 'swr-icons' !important;
}


/* SITEMAP */



.csc-sitemap ul {
    background-color: #FCFCFC;
    padding: 5px 20px 5px 20px;
    list-style: none;
    text-align: left;
    margin-bottom: 0;
}

.csc-sitemap ul li {
    display: block;
    margin: 0;
    padding: 10px 0;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px solid #2F53A5;
}

.csc-sitemap ul li:last-child {
    border-bottom: none;
}

.csc-sitemap ul li a,
.csc-sitemap ul li a:visited {
    display: block;
    margin: 0;
    padding: 0;
    color: #2F53A5;
    font-family: "DaxWeb W01 Medi", Arial;
    font-weight: 300;
}

.csc-sitemap ul li a:before,
.csc-sitemap ul li strong:before {
    /* content: "\02C3"; */
    content: "\203A";
    font-size: 14px;
    line-height: inherit;
    color: #2F53A5;
    display: inline-block;
    margin-right: 5px;
}

.csc-sitemap ul li a.activeElement,
.csc-sitemap ull li a:hover,
.csc-sitemap ul a:hover {
    text-decoration: none;
    color: #94c11c !important;
}

.csc-sitemap ul li strong {
    font-weight: 300;
    display: block;
    margin: 0;
    padding: 0;
}

.csc-sitemap ul li strong:before,
.csc-sitemap ul li a.activeElement:before {
    color: #94c11c;
}

.csc-sitemap ul a.ext:after {
    font-family: 'swr-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;

    content: "\e915";
    font-size: 14px;
    line-height: 14px;
    color: inherit;
    display: inline-block;
    margin-left: 5px;

    border: 1px solid;
    border-color: inherit;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/* 2nd level */
.csc-sitemap ul ul {
    padding: 0;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: -5px;
}

.csc-sitemap ul ul li {
    line-height: 20px;
    padding: 5px 0;
    border-bottom: none;
}


.csc-sitemap ul ul li:before {
    display: none;
}

.csc-sitemap ul ul li:first-child {
    margin-top: 8px;
}

.csc-sitemap ul ul li a:before,
.csc-sitemap ul ul li strong:before {
    line-height: inherit;
}




/* Coookie Choice */


#cookieChoiceInfo {
    background: #5975b7; /* Old browsers */
    background: -moz-linear-gradient(45deg, #5975b7 0%, #347fd1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #5975b7 0%,#347fd1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #5975b7 0%,#347fd1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5975b7', endColorstr='#347fd1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

#cookieChoiceInfo *{
    color: #fff !important;
}


/* ui-accordion  */
.dce_acccordion .ui-accordion {
    padding: 0;
}

.dce_acccordion .ui-accordion-header {
    padding: 9px 0 9px 0;
    /* line-height: 55px; */
    margin-bottom: 0;
    clear: both;
    font-family: "DaxWeb W01 Medi", Arial;
    font-size: 18px;
    color: #2F53A5;
    font-weight: 300;
    border: none;
    border-bottom: 1px solid #2F53A5;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    min-height: 55px;
}

.dce_acccordion .ui-accordion-header:last-child {
    border: none;
}

.dce_acccordion .ui-accordion-header:before {
    font-family: 'swr-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e919";
    color: #2F53A5;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #2F53A5;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.dce_acccordion .ui-accordion-header:hover,
.dce_acccordion .ui-accordion-header.ui-accordion-header-active {
    color: #2F53A5;
    cursor: pointer;
    font-size: 22px;
    outline: none;
}

.dce_acccordion .ui-accordion-header.ui-accordion-header-active {
    border-bottom: none;
}

.dce_acccordion .ui-accordion-header:hover:before,
.dce_acccordion .ui-accordion-header.ui-accordion-header-active:before {
    content: "\e917";
    color: #fff;
    background-color: #2F53A5;
    font-size: 18px;
}

.dce_acccordion .ui-accordion-content {
    padding: 15px 0 15px 0px;
    border: none;
    border-bottom: 1px solid #2F53A5;
}

.dce_acccordion .ui-accordion-content *:last-child {
    margin-bottom: 0;
}

/* blaue kacheln */
.dce_blauekacheln .row {
    margin-right: -10px;
    margin-left: -10px;
}

.dce_blauekacheln div[class^="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.blauekachel {
    color: #fff;
    padding: 15px 20px;
    height: 6.5em;
    margin-bottom: 20px;

    background: #5975b7; /* Old browsers */
    background: -moz-linear-gradient(45deg, #5975b7 0%, #347fd1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #5975b7 0%,#347fd1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #5975b7 0%,#347fd1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5975b7', endColorstr='#347fd1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}



@media (max-width: 991px) {
    .blauekachel {
        margin-bottom: -10px;
        height: auto;
        min-height: 6.5em;
    }
}


.blauekachel a, .blauekachel a:visited {
    color: #fff;
    font-weight: inherit;
}

.dce_blauekacheln a:before {
    display: none;
}

.dce_blauekacheln a:hover * {
    color: #94c11c;
}

/* responsive images */
.img-beside-left .img-wrap, .img-beside-right .img-wrap, .img-intext-left .img-wrap, .img-intext-right .img-wrap {
    /* max-width: 35% !important; */
    max-width: 25% !important;
}

/* page browser */
.pagination > li {
    display: inline-block;
    margin: 0 2px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0;
}

.pagination > .active > a, .pagination > .active > span,
.pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination > li > a:hover, .pagination > li > span:hover,
.pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 3;
    color: #fff !important;
    cursor: default;
    background-color: #94C11C;
    border-color: #94C11C;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #878787 !important;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #EFEFEF;

    font-size: 15px;
}

/* faceted search */


#ke_search_sword {
    position: relative !important;
}


.tx-kesearch-pi1 #kesearch_results .result-list-item .hit {
    color: #94c11c !important;
}


.tx-kesearch-pi1 .submit,
.tx-kesearch-pi1 .resetbutt{
    display: none;
}


/* mfp lightboxes social navi */

.telmfp .mfp-content {
    position: absolute;
    left: 80px;
    top: 438px;
    width: 303px;
    height: 209px;
}

.telmfp .mfp-content::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    content: '';
    position: absolute;
    left: -15px;
    top: 20px;
    z-index: 100;
}


.kontaktmfp .mfp-content{
    position: absolute;
    left: 80px;
    top: 150px;
    width: 700px;
    height: 739px;
}

.kontaktmfp .mfp-content::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    content: '';
    position: absolute;
    left: -15px;
    top: 346px;
    z-index: 100;
}





.coronamfp .mfp-content{
    position: absolute;
    top: 40px;
    max-width: 770px;
    /* margin: 0 auto; */
    min-height: 700px;
    left: 50%;
    transform: translateX(-50%);
}

.coronamfp .mfp-close {
    position: absolute;
    top: -16px;
    right: -18px;
    font-size: 32px;
    line-height: 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-weight: normal;
    color: #fff;
    background-color: #2F5CA9;
    text-shadow: 0 1px 0 #fff;
    filter: none;
    opacity: 1;
    font-family: "DaxWeb W01 Regular", Arial;
}

@media (max-width: 810px) {
    .coronamfp .mfp-content {
        left: 10px;
        right: 10px;
        transform: none;
        width: auto;
        min-height: unset;
        bottom: 40px;
    }

    .coronamfp .mfp-close {
        right: 0px;
    }

}




.telmfp .mfp-iframe-scaler iframe,
.kontaktmfp .mfp-iframe-scaler iframe,
.coronamfp .mfp-iframe-scaler iframe{
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

/* mobile ellipsis */
/* .csc-frame-frame1 */


.more{
    display: none;
    position: absolute;
    bottom: 0;
    left:0;
}

.less,.more {
    display: none;
    background-color: #2F53A5;
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-weight: 700;
    padding-left: 1em;
}

.more:hover, .less:hover {
    cursor: pointer;
}

.moreactive, lessactive {
    position: relative;
}

.moreactive {
    max-height: none;
}

@media (max-width: 767px) {

    .moreactive {
        height: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }

    .moreactive .more, .lessactive .less{
        display: block;
        width: 100%;
    }

}

.more::before,
.less::before {
    font-family: 'swr-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 15px;
    padding: 5px;
    margin: 6px 7px 0 0;
    float: right;
}

.more:before {
    content: "\e919";
}
.less:before {
    content: "\e917";
}

/* mobile hidden */
/* .csc-frame-frame2 */

@media (max-width: 762px) {
    .csc-frame-custom-21 {
        display: none;
    }
}


/* mobile typographie */

@media (max-width: 767px) {

    h1 {
        font-size: 30px;
        line-height: 35px;
        margin: 0 0 0.75em 0;
    }

    .claimgross {
        font-size: 25px !important;
    }

    .tarifdetailheader h3 .tarifname {
        font-size: 30px;
        line-height: 35px;
    }

    .stoerer {
        display: none !important;
    }

    .table-responsive {
        border: none !important;
    }

    td, th {
        vertical-align: top !important;
        line-height: 22px !important;
    }



    fieldset.powermail_fieldset label, fieldset.powermail_fieldset fieldset legend {
        display: block !important;
        width: 100% !important;
        float: none !important;
    }

    fieldset.powermail_fieldset input.powermail_input, fieldset.powermail_fieldset input.powermail_date, fieldset.powermail_fieldset input.powermail_datetime, fieldset.powermail_fieldset textarea.powermail_textarea, fieldset.powermail_fieldset select.powermail_select, fieldset.powermail_fieldset .powermail_captcha {
        display: block !important;
        width: 100% !important;
        float: none !important;
    }

    fieldset.powermail_fieldset .powermail_check_inner label {
        padding-left: 15px !important;
    }

    fieldset.powermail_fieldset .powermail_check_inner {
        margin-left: 35px !important;
    }

    fieldset.powermail_fieldset input.powermail_input, fieldset.powermail_fieldset input.powermail_date, fieldset.powermail_fieldset input.powermail_datetime, fieldset.powermail_fieldset textarea.powermail_textarea, fieldset.powermail_fieldset select.powermail_select, fieldset.powermail_fieldset .powermail_captcha {
        line-height: 30px;
        min-height:36px;
    }

    #formhandler_contact_form input, #formhandler_contact_form textarea, #formhandler_contact_form select {
        line-height: 30px;
        min-height:36px;
    }

}


/* Specials, Landungpages */

#page-718 .mainheaderlarge {
    min-height: 80%;
}

.minhaezz_roller {
    margin-top: -230px;
    float: right;
}

@media (max-width: 767px) {
    .minhaezz_roller {
        margin-top: 0px;
        float: none;
    }
}


.new-espagination {
    display: block !important;
    text-align: center !important;
}



/* fe_login */

.tx-felogin-pi1 form {
    margin-top: 50px;
}

.tx-felogin-pi1 form label{
    width: 200px;
}

.tx-felogin-pi1 form input[type="submit"]{
    margin-top: 30px;
}




/* tooltip */


body.page-felayout-9  .maincontent {
    margin-top: -7%;
}

body.page-felayout-9  .maincontent > .container{
    background-color: #fff;
    position: relative;
    padding-top: 37px;
    border-radius: 20px;
}



.mainheaderlarge.mainheadertooltips {
    position: relative;
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;

    /* height: 1300px;
    min-height: unset;*/

    min-height: unset;

}

@media (max-width: 991px) {

    body.page-felayout-9  .maincontent {
        margin-top: -25%;
    }

    body.page-felayout-9 .maincontent > .container {
        background-color: transparent;
        position: relative;
        padding-top: 0px;
        border-radius: 0px;
    }

}


@media (max-width: 767px) {

    body.page-felayout-9  .maincontent {
        margin-top: -50%;
    }

    .mainheaderlarge.mainheadertooltips {
        height: 70% !important;
        background-position: bottom center;
        background-size: 150% auto;
    }

    .tabs li {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #ccc;
        border-left: none;
        border-right: none;
        border-radius: 0;
    }

    .tabs li.active {
        border:1px solid #ccc;
        border-bottom: 1px solid #fff;
        border-radius: 5px 5px 0 0;

    }

}

@media (max-width: 600px) {
    .mainheaderlarge.mainheadertooltips {
        height: 70% !important;
        background-position: top center;
        background-size: 200% auto;
    }
}




.tooltipster_templates {
    display: none;
}

.tooltipster_inner_wrap {
    max-width: 450px;
    padding: 20px;
}

.tooltipster_inner_wrap *:last-child{
    margin-bottom: 0;
}

.tooltipster {
    position: absolute;
    transition: all 0.5s cubic-bezier(.47,1.64,.41,.8);
}

.tooltipster:hover {
    position: absolute;
    transform: scale(1.2);
    transition: all 0.5s cubic-bezier(.47,1.64,.41,.8);
}


.tooltipster_copy .tooltipster {
    display: none;
}

.tooltipster_mobile_button {
    display: none;
}

@media (max-width: 991px) {

    .tooltipster {
        display: none;
    }

    .tooltipster_copy .tooltipster_templates{
        display: block;
    }

    .tooltipster_copy .tooltipster_inner_wrap {
        max-width: 100%;
        padding: 0px;
        /* button only */
        display: none;
    }

    .tooltipster_mobile_button {
        display: block;
    }

    .tooltipster_copy .tooltipster_mobile_button a{
        display: block;
        width: 100%;
        font-family: "DaxWeb W01 Regular", Arial;
        font-size: 18px;
        line-height: 1.4em;
        margin: 0 0 10px 0;
        border: 1px solid #fff !important;
        text-align: left;
    }

    .tooltipster_copy .tooltipster_mobile_button a:after{
        content: "\203A";
        font-size: 22px;
        display: inline-block;
        margin-left: 4px;
        float: right;
    }

    .tooltipster_copy {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .tooltipster_copy > div {
        padding-bottom: 0px;
    }

}

@media (max-width: 767px) {
    .tooltipster_copy {
        padding-bottom: 0px;
    }
}


/* CSS Utilities */
/* Margins & Paddings */
.csc-space-after-extra-small{margin-bottom:10px}
.csc-space-after-small{margin-bottom:30px}
.csc-space-after-medium{margin-bottom:50px}
.csc-space-after-large{margin-bottom:70px}
.csc-space-after-extra-large{margin-bottom:100px}

.csc-space-before-extra-small{margin-top:10px}
.csc-space-before-small{margin-top:30px}
.csc-space-before-medium{margin-top:50px}
.csc-space-before-large{margin-top:70px}
.csc-space-before-extra-large{margin-top:100px}


.no-s {
    margin: 0px !important;
    padding: 0px !important;
}

.no-m {
    margin: 0;
}

.no-p {
    padding: 0;
}

.m {
    margin: 15px;
}

.m-t-xxs {
    margin-top: 5px;
}

.m-r-xxs {
    margin-right: 5px;
}

.m-b-xxs {
    margin-bottom: 5px;
}

.m-l-xxs {
    margin-left: 5px;
}

.m-t-xs {
    margin-top: 10px;
}

.m-r-xs {
    margin-right: 10px;
}

.m-b-xs {
    margin-bottom: 10px;
}

.m-l-xs {
    margin-left: 10px;
}

.m-t-sm {
    margin-top: 15px;
}

.m-r-sm {
    margin-right: 15px;
}

.m-b-sm {
    margin-bottom: 15px;
}

.m-l-sm {
    margin-left: 15px;
}

.m-t-md {
    margin-top: 20px;
}

.m-r-md {
    margin-right: 20px;
}

.m-b-md {
    margin-bottom: 20px;
}

.m-l-md {
    margin-left: 20px;
}

.m-t-lg {
    margin-top: 25px;
}

.m-r-lg {
    margin-right: 25px;
}

.m-b-lg {
    margin-bottom: 25px;
}

.m-l-lg {
    margin-left: 25px;
}

.m-t-xxl {
    margin-top: 30px;
}

.m-r-xxl {
    margin-right: 30px;
}

.m-b-xxl {
    margin-bottom: 30px;
}

.m-l-xxl {
    margin-left: 30px;
}

.m-t-n-xxs {
    margin-top: -5px;
}

.m-r-n-xxs {
    margin-right: -5px;
}

.m-b-n-xxs {
    margin-bottom: -5px;
}

.m-l-n-xxs {
    margin-left: -5px;
}

.m-t-n-xs {
    margin-top: -10px;
}

.m-r-n-xs {
    margin-right: -10px;
}

.m-b-n-xs {
    margin-bottom: -10px;
}

.m-l-n-xs {
    margin-left: -10px;
}

.m-t-n-sm {
    margin-top: -15px;
}

.m-r-n-sm {
    margin-right: -15px;
}

.m-b-n-sm {
    margin-bottom: -15px;
}

.m-l-n-sm {
    margin-left: -15px;
}

.m-t-n-md {
    margin-top: -20px;
}

.m-r-n-md {
    margin-right: -20px;
}

.m-b-n-md {
    margin-bottom: -20px;
}

.m-l-n-md {
    margin-left: -20px;
}

.m-t-n-lg {
    margin-top: -25px;
}

.m-r-n-lg {
    margin-right: -25px;
}

.m-b-n-lg {
    margin-bottom: -25px;
}

.m-l-n-lg {
    margin-left: -25px;
}

.m-t-n-xxl {
    margin-top: -30px;
}

.m-r-n-xxl {
    margin-right: -30px;
}

.m-b-n-xxl {
    margin-bottom: -30px;
}

.m-l-n-xxl {
    margin-left: -30px;
}

.p {
    padding: 15px;
}

.p-h-xxs {
    padding-left: 5px;
    padding-right: 5px;
}

.p-h-xs {
    padding-left: 10px;
    padding-right: 10px;
}

.p-h-sm {
    padding-left: 15px;
    padding-right: 15px;
}

.no-p-h {
    padding-left: 0;
    padding-right: 0;
}

.no-p-v {
    padding-top: 0;
    padding-bottom: 0;
}

.p-h-md {
    padding-left: 20px;
    padding-right: 20px;
}

.p-h-lg {
    padding-left: 25px;
    padding-right: 25px;
}

.p-h-xxl {
    padding-left: 30px;
    padding-right: 30px;
}

.p-v-xxs {
    padding-top: 5px;
    padding-bottom: 5px;
}

.p-v-xs {
    padding-top: 10px;
    padding-bottom: 10px;
}

.p-v-sm {
    padding-top: 15px;
    padding-bottom: 15px;
}

.p-v-md {
    padding-top: 20px;
    padding-bottom: 20px;
}

.p-v-lg {
    padding-top: 25px;
    padding-bottom: 25px;
}

.p-v-xxl {
    padding-top: 30px;
    padding-bottom: 30px;
}


@media print {
    #cookieChoiceInfo, #cookieChoiceInfo *, .mainfooter, a[href]:after {
        display: none !important;
    }

}


.tx-indexedsearch-form input[type="text"],
.tx-indexedsearch-form select,
.tx-indexedsearch-form textarea,
.tx-indexedsearch-form input[type="text"]:focus,
.tx-indexedsearch-form input[type="text"]:hover,
.tx-indexedsearch-form select:focus,
.tx-indexedsearch-form select:hover,
.tx-indexedsearch-form textarea:focus,
.tx-indexedsearch-form textarea:hover {
    box-shadow: none;
    border: 1px solid #b2b2b2;
    color: #000;
    width: 220px;
    height: auto;
    padding: 8px 40px 7px 9px;
    margin: 0;
    display: inline;
}

ul.tx-indexedsearch-browsebox {
    list-style: none;
    display: block;
    text-align: center;
    padding: 10px 0;
    margin:  20px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

ul.tx-indexedsearch-browsebox li{
    display: inline-block;
    margin: 5px 10px 5px 0;
}