/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:300,600,400); */

@import url(../../../_libs_global/css/normalize.css);
/* live: */
@import url(../../../_libs_global/css/foundation.min.css);
@import url(../../../_libs_global/css/foundation_icons/foundation-icons.css);
@import url(../../../_libs_global/css/ionicons/ionicons.min.css);
@import url(../../../_libs_global/css/font-awesome.css);
@import url(../../../_libs_global/css/webicons/webicons.css);
@import url(../../../_libs_global/css/ext/ke_search/orig.css);
@import url(../../../_libs_global/css/ext/owl_carousel/owl.all.css);
@import url(../../../_libs_global/css/common.css);
@import url(webicons.css);
@import url(app_jetmenu.css);
@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/opensans-regular-webfont.woff2) format('woff2'); }

@font-face {
    font-family: 'Lato';
    src: url(../fonts/lato-regular-webfont.woff2) format('woff2'); }

.csc-default { /*margin: 1em 0;*/ /*margin-top: 1em;*/ /*margin-right: 0px;*/ /*margin-bottom: 1em;*/ /*margin-left: 0px;*/
}

.unsichtbar, .aussen, .out {
    position: absolute;
    left: -1000px;
    top: -1000px;
    width: 0;
    height: 0;
    overflow: hidden;
    display: inline;
}

figure {
    margin: 0px !important
}

figure:last-child {
    float: none !important;
}

button.mfp-close {
    background: none !important;
}

html {
    background: #FFF;
    font-size: 62.5% !important;
}

body {
    padding: 0px;
    background: none;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #4B4F54;
    font-size: 160%;
    font-size: 1.6rem; 
}

/*#######################################################+++++++++++++++++++++++++++++++++++++++++++++++++++++# Standard elements:#+++++++++++++++++++++++++++++++++++++++++++++++++++++###################################################### */
h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

h1 {
    color: #005EB8;
    color: #41494C;
    font-weight: 300;
    font-size: 220%;
    font-size: 2.2rem;
    margin: 18px 0 11px 0;
    padding: 0;
    font-weight: 400;
}

h2 {
    color: #005EB8;
    color: #41494d;
    font-size: 200%;
    font-size: 2.0rem;
    font-weight: 400;
    margin: 0 0 7px 0;
    padding: 0 0 7px 0;
}

h3 {
    color: #005EB8;
    color: #41494d;
    font-size: 190%;
    font-size: 1.9rem;
    font-weight: 400;
    margin: 0 0 5px 0;
    padding: 0 0 0 0;
}

h4 {
    color: #005EB8;
    color: #41494d;
    font-size: 180%;
    font-size: 1.8rem;
    font-weight: 400;
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
}

h5 {
    font-size: 1.25em;
}

h6 {
    font-size: 1em;
}

p, li {
    font-weight: 300;
    font-size: 150%;
    font-size: 1.5rem;
}

li, p { /*font-size: 150%;font-size: 1.5rem;*/
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 150%;
    font-size: 1.5rem;
}

a:link {
    color: #005eb8;
    font-weight: 600;
}

a:visited {
    color: #969c9f;
}

a:hover {
    color: #FF9311;
}

ul, ol, dl {
    padding-left: 18px
}

/*.maincontent ol li,.maincontent ul li {padding: 3px 0px;} */
ul {
}

.csc-default ul, .frame-custom-124 ul, .frame-custom-121 ul, .box-all-n ul {
    padding-left: 18px;
}

ul.bordered-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.bordered-list li {
    display: block;
    color: #4B4F54;
    border-bottom: 1px solid;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
}

ul.bordered-list li a {
    font-weight: 300;
}

h1.resphead1 {
    font-size: 2em;
    white-space: nowrap;
    width: 80%
}

button, .button {
    background-color: #8BAED5;
    border-color: #1269AD;
}

/*#+++++++++++++++++++++++++++++++++++++++++++++++++++++# verschachtelte Listen#+++++++++++++++++++++++++++++++++++++++++++++++++++++*//*Aufzählungen:*//*erste Ebene*//*ol {  counter-reset: listenpunkt_ebene1;  list-style-type: none;  margin-left: 0;  padding-left: 18px;  text-indent: -18px;}ol li {  font-size: 110% !important;}ol li:before {  content: counter(listenpunkt_ebene1) ". ";  counter-increment: listenpunkt_ebene1;}ol li ol {  counter-reset: listenpunkt_ebene2;  list-style-type: none;  margin-left: 0;  padding-left: 30px;  text-indent: -30px;  font-size: 100%}ol li ol li {  font-size: 100% !important;}ol li ol li:before {  content: counter(listenpunkt_ebene1)"."counter(listenpunkt_ebene2, decimal) ". ";  counter-increment: listenpunkt_ebene2;}ol li ol li ol {  counter-reset: listenpunkt_ebene3;  list-style-type: none;  margin-left: 0;}ol li ol li ol li {  font-size: 100% !important;}ol li ol li ol li:before {  content: counter(listenpunkt_ebene1)"."counter(listenpunkt_ebene2, decimal)"."counter(listenpunkt_ebene3, decimal) ". ";  counter-increment: listenpunkt_ebene3;}*//* # ~~~~~ nested lists ~~~~~ # */
html > /**/ body ol { /* Won't be interpreted by IE6/7. */
    list-style-type: none;
    counter-reset: level1;
}

ol li:before {
    content: counter(level1) ". ";
    counter-increment: level1;
    margin-left: -1em;
}

ol li ol {
    list-style-type: none;
    counter-reset: level2;
    margin-left: 1.75em;
}

ol li ol li:before {
    content: counter(level1) "." counter(level2) " ";
    counter-increment: level2;
    margin-left: -1.75em;
}

ol li span { /* For IE6/7. */
    margin: 0 5px 0 -25px;
}

/*Auflistungen*//*erste Ebene*//*ul.ebene-one {  list-style-type: none;  margin-left: 0;  padding-left: 20px;  text-indent: -20px;}ul.ebene-one li:before {  content: "\25B8" " ";}ul.ebene-one li {  font-size: 100% !important;}ul.ebene-one li ul {  list-style-type: none;  margin-left: 0;  padding-left: 35px;  text-indent: -35px;}ul.ebene-one li ul li:before {  content: "\25B8""\25B8" " ";}ul.ebene-one li ul li {  font-size: 100% !important;}ul.ebene-one li ul li ul {  list-style-type: none;  margin-left: 0;  padding-left: 35px;  text-indent: -35px;}ul.ebene-one li ul li ul li:before {  content: "\25B8""\25B8""\25B8" " ";}ul.ebene-one li ul li ul li {  font-size: 100% !important;}*/
ul li {
    list-style-type: square;
    padding: 5px 0px; /*color: #005EB8;*/
}

.maincontent ul {
    color: #4B4F54;
}

.maincontent ul li span {
    color: #4B4F54;
}

nav ul li, .footersections ul li, .footer ul li, ul.side-nav li {
    list-style-type: none;
    padding: 0px;
}

ul {
    color: #005EB8;
}

ul li .listinner {
    color: #4B4F54;
}

.side-nav li a:not(.button) {
    color: #005EB8;
}

.menu-wrapper {
    background: #edeff0;
    margin-top: 20px;
}

.frame-custom-104 {
    padding: .5em;
    background: #E8EEF5;
}

.frame-custom-105 {
    padding: .5em;
    background: #FDF4E4
}

.frame-custom-109 {
    padding: .5em;
    background: #CCDDEF;
}

.frame-custom-104 h1, .frame-custom-104 h2, .frame-custom-104 h3, .frame-custom-104 h4,
.frame-custom-109 h1, .frame-custom-109 h2, .frame-custom-109 h3, .frame-custom-109 h4,
.frame-custom-105 h1, .frame-custom-105 h2, .frame-custom-105 h3, .frame-custom-105 h4 {
    color: #000;
}

.frame-custom-112 {
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #f2f2f2;
    color: #333;
}

.frame-custom-112 H2 {
    padding-bottom: 7px;
    margin-bottom: 0;
    line-height: 1;
}

/*settings all:*/
.box-4, .box-grau, .box-blau, .box-grau-50, .box-grau-grad-d, .box-blau-grad-d, .box-grau-grad-l, .box-blau-grad-l, .box-grau-ind, .box-blau-ind {
    padding: .5em !important;
    border: none;
}

/*Überschriften in Boxen*/
.box-all-w h1, .box-all-w h2, .box-all-w h3, .box-all-w h4 {
    color: #fff !important
}

.box-all-b h1, .box-all-b h2, .box-all-b h3, .box-all-b h4 {
    color: #000 !important
}

.box-blau-grad-d a {
    color: #fff;
    text-decoration: underline;
}

/*Hingergründe lt. CD-Handbuch:*/
.box-grau {
    background: #000;
    color: #fff !important
}

.box-blau {
    background: #005EB8;
    color: #fff !important
}

.box-grau-50 {
    background: #838281;
    color: #fff !important
}

/*Hingergründe Verlauf und individuell:*/
.box-grau-grad-d {
    background: #000000; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4MzgyODEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #000000 0%, #838281 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #838281)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #000000 0%, #838281 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #000000 0%, #838281 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #000000 0%, #838281 100%); /* IE10+ */
    background: linear-gradient(to bottom, #000000 0%, #838281 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#838281', GradientType=0); /* IE6-8 */
    color: #fff !important
}

.box-blau-grad-d {
    background: #005EB8; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNTZhZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZmFhZDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #005EB8 0%, #7faad6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #005EB8), color-stop(100%, #7faad6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #005EB8 0%, #7faad6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #005EB8 0%, #7faad6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #005EB8 0%, #7faad6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #005EB8 0%, #7faad6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005EB8', endColorstr='#7faad6', GradientType=0); /* IE6-8 */
    color: #fff !important
}

.box-grau-grad-l {
    background: #838281; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgzODI4MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMmMxYzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #838281 0%, #c2c1c1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #838281), color-stop(100%, #c2c1c1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #838281 0%, #c2c1c1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #838281 0%, #c2c1c1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #838281 0%, #c2c1c1 100%); /* IE10+ */
    background: linear-gradient(to bottom, #838281 0%, #c2c1c1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#838281', endColorstr='#c2c1c1', GradientType=0); /* IE6-8 */
    color: #fff !important
}

.box-blau-grad-l {
    background: #7faad6; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdmYWFkNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2RkZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #7faad6 0%, #ccddef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7faad6), color-stop(100%, #ccddef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7faad6 0%, #ccddef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7faad6 0%, #ccddef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7faad6 0%, #ccddef 100%); /* IE10+ */
    background: linear-gradient(to bottom, #7faad6 0%, #ccddef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7faad6', endColorstr='#ccddef', GradientType=0); /* IE6-8 */
    color: #fff !important
}

.box-grau-ind {
    background: #c2c1c1; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MyYzFjMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #c2c1c1 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c2c1c1), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c2c1c1 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c2c1c1 0%, #ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c2c1c1 0%, #ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #c2c1c1 0%, #ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c2c1c1', endColorstr='#ffffff', GradientType=0); /* IE6-8 */
    color: #000 !important
}

.box-blau-ind {
    background: #ccddef; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjZGRlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ccddef 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccddef), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ccddef 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ccddef 0%, #ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ccddef 0%, #ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ccddef 0%, #ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccddef', endColorstr='#ffffff', GradientType=0); /* IE6-8 */
    color: #000 !important
}

/*tables*/
table tr th, table tr td {
    font-size: 1.1em;
}

.contenttable th, .contenttable td {
    border-bottom: none !important;;
    padding: 0.5em;
    vertical-align: top;
}

[data-section=""] > section > [data-section-title] a, [data-section=""] > section > .title a, [data-section=""] > .section > [data-section-title] a, [data-section=""] > .section > .title a, [data-section=""] > [data-section-region] > [data-section-title] a, [data-section=""] > [data-section-region] > .title a, [data-section="auto"] > section > [data-section-title] a, [data-section="auto"] > section > .title a, [data-section="auto"] > .section > [data-section-title] a, [data-section="auto"] > .section > .title a, [data-section="auto"] > [data-section-region] > [data-section-title] a, [data-section="auto"] > [data-section-region] > .title a, .section-container.auto > section > [data-section-title] a, .section-container.auto > section > .title a, .section-container.auto > .section > [data-section-title] a, .section-container.auto > .section > .title a, .section-container.auto > [data-section-region] > [data-section-title] a, .section-container.auto > [data-section-region] > .title a, [data-section="vertical-tabs"] > section > [data-section-title] a, [data-section="vertical-tabs"] > section > .title a, [data-section="vertical-tabs"] > .section > [data-section-title] a, [data-section="vertical-tabs"] > .section > .title a, [data-section="vertical-tabs"] > [data-section-region] > [data-section-title] a, [data-section="vertical-tabs"] > [data-section-region] > .title a, .section-container.vertical-tabs > section > [data-section-title] a, .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > [data-section-title] a, .section-container.vertical-tabs > .section > .title a, .section-container.vertical-tabs > [data-section-region] > [data-section-title] a, .section-container.vertical-tabs > [data-section-region] > .title a, [data-section="vertical-nav"] > section > [data-section-title] a, [data-section="vertical-nav"] > section > .title a, [data-section="vertical-nav"] > .section > [data-section-title] a, [data-section="vertical-nav"] > .section > .title a, [data-section="vertical-nav"] > [data-section-region] > [data-section-title] a, [data-section="vertical-nav"] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a, [data-section="horizontal-nav"] > section > [data-section-title] a, [data-section="horizontal-nav"] > section > .title a, [data-section="horizontal-nav"] > .section > [data-section-title] a, [data-section="horizontal-nav"] > .section > .title a, [data-section="horizontal-nav"] > [data-section-region] > [data-section-title] a, [data-section="horizontal-nav"] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a, [data-section="accordion"] > section > [data-section-title] a, [data-section="accordion"] > section > .title a, [data-section="accordion"] > .section > [data-section-title] a, [data-section="accordion"] > .section > .title a, [data-section="accordion"] > [data-section-region] > [data-section-title] a, [data-section="accordion"] > [data-section-region] > .title a, .section-container.accordion > section > [data-section-title] a, .section-container.accordion > section > .title a, .section-container.accordion > .section > [data-section-title] a, .section-container.accordion > .section > .title a, .section-container.accordion > [data-section-region] > [data-section-title] a, .section-container.accordion > [data-section-region] > .title a {
    white-space: normal !important;
}

.breadcrumb {
    background: none;
}

.breadcrumbs {
    background: none;
    border: none;
    padding: 5px 0px 20px 0px;
    font-size: 120%;
}

.breadcrumbs a {
    color: #838281;
    font-size: 14px;
}

.breadcrumbs a:hover {
    color: #FF9311
}

.breadcrumbs span {
    color: #005EB8;
    font-size: 14px;
}

/*#######################################################+++++++++++++++++++++++++++++++++++++++++++++++++++++# Structure:#+++++++++++++++++++++++++++++++++++++++++++++++++++++###################################################### */
.row {
    max-width: 1200px;
    padding: 0px !important;
}

.header {
    background: #fff;
}

.row.headerbar {
    padding-top: 20px !important;
}

/*.langmenue {text-align: right;}  .langbuttons {}  .langbuttons img {display: block; float:right; margin-right:10px; max-width:45px; height:auto;}*/
.logo {
    margin-top: -10px;
}

.logo img {
    max-width: 100px;
    height: auto;
}

/*menue*/
.mainmenue {
    padding-top: 2em !important;
    padding-left: 2em;
}

/*stage/pictures*/
.stage {
    margin: 0px;
    max-height: 300px;
    background: #60ab01 url(../img/body_bg_msc_0750.jpg) center 30% no-repeat;
    background-size: cover;
    color: #fff !important;
}

.stage img {
    max-width: 100%;
    height: auto;
}

.stage h1 {
    color: #fff;
    font-size: 200%
}

.maincontent {
}

.maincontent p {
    line-height: 1.6;
    color: #4B4F54;
}

.precontent, .postcontent {
    background: #fff;
}

.subfooter {
    background: #fff;
}

footer {
    padding-top: 1em;
}

.footer p {
    color: #4b4f54;
}

footer .csc-default {
    margin-top: 0px !important;
}

.foot-one h2 {
    font-size: 1.1em;
    color: #fff;
}

.foot-one a h2 {
    text-decoration: none !important;
}

.foot-one p {
    color: #fff;
}

.foot-one ul {
    padding-left: 0px;
}

.foot-one li {
    list-style: none;
}

.foot-one a {
    color: #fff;
    text-decoration: underline
}

body > .header {
    background: #FFFFFF; /*before: box-shadow: 0px 6px 40px 20px #CDDAEE;*/ /*box-shadow: 0px 6px 15px 15px #CDDAEE;*/
}

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

.header .icons ul {
    margin: -3px 0 3px 0 !important;
    padding: 0 !important;
    list-style-type: none;
}

.header .icons ul li {
    display: inline;
    margin: 0;
    padding: 0;
}

.header .icons ul li a:link, .header .icons ul li a:visited {
    display: inline-block; /*background: #8AADD6;*/
    color: #FFF;
    font-weight: 300;
    padding: 0 2px;
    width: 30px;
    text-align: center;
    margin: 0 0 0 8px;
}

.header .icons ul li.search a img {
    margin-top: -3px;
}

.header .header-bottom {
    height: 2px;
    background: #EDEFF0;
}

.meta-bar ul {
    margin-bottom: 2px !important;
}

.logo-nav-area { /*before: margin-top: 60px;*/
    margin-top: 40px;
    padding: 0 0 0 0;
    background: #FFF; /*background: transparent url(../img/shadow.png) left bottom repeat-x;*/
}

.logo-nav-area:after { /*content: "";*/ /*height: 1px;*/ /*width: 100%;*/ /*margin-top: -30px;*/ /*margin-left: 0;*/ /*display: block;*/ /*position: absolute;*/ /*left: 0;*/ /*z-index: -1;*/ /*box-shadow: 0px 6px 80px 20px #CDDAEE;*/
}

.logo-nav-area .slogan {
    font-size: 280%;
    font-size: 2.8rem;
    color: #005EB8;
    position: relative;
    top: 10px;
    display: inline-block;
    margin: 0 0 0 10px;
    width: auto;
}

.logo-nav-area > .row:nth-of-type(2) { /*background: grey;*/
}

@media only screen and (max-width: 1024px) {
    .logo-nav-area .slogan {
        font-size: 200%;
        font-size: 2.0rem;
        color: #005EB8;
        position: relative;
        top: 5px;
        display: inline-block;
        margin: 0 0 0 10px;
        width: auto;
    }
}

@media only screen and (max-width: 768px) {
    .logo-nav-area .slogan {
        display: block !important;
        font-size: 150%;
        font-size: 1.5rem;
        margin: 0px !important;
    }
}

.logoarea img { /*max-width: 440px;*/
    height: auto;
}

.logo-nav-area .logoarea { /*before: margin: 0 0 25px 0;*/
    margin: 0px;
}

.mainnav { /*margin: 17px 0 0 0;*/
}

.mainnav nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mainnav nav ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    background: none;
    float: none;
}

.mainnav nav ul li a:link, .mainnav nav ul li a:visited, .mainnav nav ul li:hover > a:link, .mainnav nav ul li:hover > a:visited {
    color: #005EB8 !important;
    font-size: 1.1em;
    display: inline-block;
    margin: 0;
    font-weight: 300;
    text-transform: none;
    background: none !important;
}

.mainnav nav ul ul li a:link, .mainnav nav ul ul li a:visited, .mainnav nav ul ul li:hover > a:link, .mainnav nav ul ul li:hover > a:visited {
    color: #FFF !important;
}

.mainnav .top-bar-section ul li > a {
    padding: 0 78px 0 0 !important;
}

.mainnav .top-bar {
    margin-bottom: 0;
}

.maincontent {
    margin: 30px 0 0 0;
    font-size: 160%;
    font-size: 1.6rem;
}

.maincontent.landingPage {
    padding: 0 1rem;
}

.mainnav nav ul li:hover > ul {
}

.maincontent .bigger-text, .maincontent .bigger-text p { /* font-size: 1.10em;*/
    line-height: 1.6em;
}

.search-content-box {
    border: 1px solid #9E9C9A; /*border-radius: 5px;*/ /*grau: background: #EFEBDF;*/
    background: #F0F0F0;
    margin: 0 0 35px 0;
}

.search-content-box > .inner {
    padding: 12px 12px 0 12px;
}

.search-content-box p {
    line-height: 1.6;
}

.search-content-box h3 {
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 7px 0;
    padding: 0 0 7px 0;
    border-bottom: 1px solid;
}

.search-content-box .link a:link, .search-content-box .link a:visited {
    display: block;
    background: #4988b4; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ5ODhiNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjZhYjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #4988b4 0%, #005EB8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4988b4), color-stop(100%, #005EB8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4988b4 0%, #005EB8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4988b4 0%, #005EB8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4988b4 0%, #005EB8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #4988b4 0%, #005EB8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4988b4', endColorstr='#005EB8', GradientType=0); /* IE6-8 */
    color: #FFF;
    text-align: right;
    padding: 10px;
}

.columns.rowborder-after { /*background: transparent url(../img/bg-rowborder-after.jpg) center bottom no-repeat;*/
    padding-bottom: 75px;
}

.row.rowborder-after { /*background: transparent url(../img/bg-rowborder-after.jpg) center bottom no-repeat;*/
    padding-bottom: 75px !important;
    margin-bottom: 30px;
}

.csc-default.rowborder-after > .row { /*background: transparent url(../img/bg-rowborder-after.jpg) center bottom no-repeat;*/
    padding-bottom: 75px !important;
    margin-bottom: 30px;
}

.row.rowborder-left { /*background: transparent url(../img/bg-rowborder-left.jpg) 10px center no-repeat;*/
}

#c117 > .row > .large-4 { /*background: transparent url(../img/bg-rowborder-left.jpg) 10px center no-repeat;*/
}

.latest-single-news {
    margin: 20px 0 0 0;
}

.latest-single-news h3 {
    margin: 0 0 20px 0;
}

.latest-single-news .date {
    text-transform: uppercase;
    display: block;
    margin: 0 0 2px 0;
}

.latest-list {
    margin: 0 0 40px 0;
}

.latest-list h4 {
    margin: 0;
}

.latest-list h4 a {
    font-weight: 300;
}

.latest-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.latest-list ul li {
    display: block;
    margin: 0 0 25px 0;
}

.latest-list ul li:last-child {
    border-bottom: 1px solid #005eb8;
}

.publication-latest-list {
    margin: 0 0 40px 0;
}

.publication-latest-list h4 {
    margin: 0;
}

.publication-latest-list h4 a {
    font-weight: 300;
    color: #4B4F54;
}

.publication-latest-list a {
    color: #4B4F54;
}

.publication-latest-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.publication-latest-list ul li {
    display: block;
    margin: 0 0 25px 0;
}

.publication-latest-list ul li:last-child {
    border-bottom: 1px solid #005eb8;
}

.publication-latest-list ul li:last-child a {
    color: #005eb8;
}

.highlight-row { /*background: #E9E5D7;*/
    background: #F0F0F0;
    padding: 45px 0 30px;
}

.highlight-row a:link, .highlight-row a:visited {
    color: #005eb8;
}

.highlight-row a:hover {
    color: #FF9311;
}

.five-columns { /*width: 120%;*/
}

.five-columns .large-2 {
    width: 20%;
}

.row.footersections {
    margin-top: 25px;
    padding-top: 30px !important;
    border-top: 1px solid #005eb8;
}

.row.footersections h4 { /*min-height: 45px;*/
    text-transform: uppercase;
    font-weight: 300;
    color: #838281;
}

.row.footersections ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.row.footersections ul.side-nav a {
    font-size: 150%;
    font-size: 1.5rem;
}

.row.footer ul li {
    padding: 0;
    margin: 0;
    display: block;
}

.row.footersections ul li a:link {
    font-weight: 300;
}

.row.footersections ul li a:link span { /*color: #005EB8!important;*/
}

.row.footersections ul li a:visited { /*color: #838281;*/ /*font-weight: 300;*/
}

.row.footersections ul li a, .row.footersections ul li a:visited {
    color: #838281;
}

.row.footersections ul li a:hover, .row.footersections ul li a:link span:hover {
    color: #005EB7 !important;
}

.row.footersections .columns {
    margin-bottom: 25px;
}

.row.footersections ul li span {
    color: inherit;
}

.footer {
    background: url(../img/bdue_footer_02.png);
    background-repeat: no-repeat;
    padding: 8% 0; /*text-align: center;*/
    color: #8AADD6;
    font-weight: 300; /*height: 410px;*/
    background-size: 100% auto;
}

.footer a:link, .footer a:visited {
    color: #005EB7;
    font-weight: 300;
}

.footer a:hover {
    color: #FF9311;
}

.footer .fmetanav {
    margin: 20px 0 10px;
}

.footer .fmetanav li {
    display: inline;
}

.page-bottom { /*height: 10px;*/ /*background: #8AADD6;*/
}

/** ONLY TEST / PROTOTYPE */
.prototype-mediacontent {
    float: right;
    width: 83%
}

/*#######################################################+++++++++++++++++++++++++++++++++++++++++++++++++++++# Sections:#+++++++++++++++++++++++++++++++++++++++++++++++++++++###################################################### */
.section-container.auto > section > .title a, .section-container.auto > .section > .title a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #333333;
    font-size: 0.875em;
    padding: 0.9375em;
}

/*#######################################################+++++++++++++++++++++++++++++++++++++++++++++++++++++# Div. Nav & Dropdown:#+++++++++++++++++++++++++++++++++++++++++++++++++++++###################################################### */
ul.dropdown, ul.title-area {
    padding-left: 0px !important
}

a.dropdown-link, a.modal-link {
    border-bottom: 1px dotted #CCCCCC;
    cursor: help !important;
}

a.dropdown-link.tiny, a.modal-link.tiny, a.dropdown-nav-title.tiny {
    font-size: 80%;
}

a.dropdown-link.small, a.modal-link.small, a.dropdown-nav-title.small {
    font-size: 90%;
}

a.dropdown-link.medium, a.modal-link.medium, a.dropdown-nav-title.medium {
    font-size: 100%;
}

a.dropdown-link.large, a.modal-link.large, a.dropdown-nav-title.large {
    font-size: 150%;
}

/*footer inline links.XXXXX .inline-list li {font-size: 0.875em;}.XXXXX .inline-list {padding: 0.875em 0;}*//*.side-nav li a {display: block;color: #fff; }.side-nav li.active > a:first-child {color: #C3DA99;font-weight: bold; }*//* Inline Lists *//*.inline-list li a {display: block;color: #fff; }.inline-list li.active > a:first-child {color: #C3DA99;font-weight: bold; }*//*Menu-styling*//*@media only screen and (min-width: 768px) {*//*#######################################################+++++++++++++++++++++++++++++++++++++++++++++++++++++# Top Bar individual:#+++++++++++++++++++++++++++++++++++++++++++++++++++++###################################################### Colors & Styles: 1. Colors Full Main Link-Color: Main Hover-Color: Dropdown-Color: 2. Colors Mobile */
.top-bar .toggle-topbar.menu-icon {
    left: -7px;
    top: 50%;
    margin-top: -25px !important;
    padding-left: 50px;
    font-size: 1.5em;
    font-weight: 300;
}

ul.title-area {
    padding: 0px;
    margin: 0px;
}

.contain-to-grid {
    background: none;
}

.top-bar {
    background: none;
    margin-bottom: 10px;
}

.top-bar .name h1 a {
    color: black;
}

.top-bar .toggle-topbar a {
    color: #006EB5;
    font-weight: 300;
}

.top-bar .toggle-topbar.menu-icon a {
    color: #006EB5;
    text-indent: -83px;
}

.top-bar .toggle-topbar.menu-icon a span {
    -webkit-box-shadow: 0 32px 0 2px #006EB5, 0 38px 0 2px #006EB5, 0 44px 0 2px #006EB5;
    box-shadow: 0 32px 0 2px #006EB5, 0 38px 0 2px #006EB5, 0 44px 0 2px #006EB5
}

.top-bar.expanded {
    background: transparent;
}

.top-bar.expanded .title-area {
    background: none;
}

.top-bar.expanded .toggle-topbar a {
    color: #006EB5;
}

.top-bar.expanded .toggle-topbar a span {
    -webkit-box-shadow: 0 32px 0 2px #006EB5, 0 38px 0 2px #006EB5, 0 44px 0 2px #006EB5;
    box-shadow: 0 32px 0 2px #006EB5, 0 38px 0 2px #006EB5, 0 44px 0 2px #006EB5;
}

.top-bar-section .divider, .top-bar-section [role="separator"] {
    border-bottom: solid 2px #C9D7EB;
    border-top: solid 2px #C9D7EB; /*border: none !important;*/
}

.top-bar-section ul li {
    font-size: 1em
}

.top-bar-section ul li > a {
    color: #1269AD;
    background: none;
    font-size: 1.05em !important;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    padding: 0 60px 0 0 !important;
}

.top-bar-section ul li > a.button {
    background: none
}

.top-bar-section ul li > a.button.hover {
    background: #2284a1;
}

.top-bar-section ul li > a.button.secondary {
    background: #e9e9e9;
}

.top-bar-section ul li > a.button.secondary.hover {
    background: #d0d0d0;
}

.top-bar-section ul li > a.button.success {
    background: #5da423;
}

.top-bar-section ul li > a.button.success.hover {
    background: #457a1a;
}

.top-bar-section ul li > a.button.alert {
    background: #c60f13;
}

.top-bar-section ul li > a.button.alert.hover {
    background: #970b0e;
}

.top-bar-section ul li.hover > a {
    background: none;
}

.top-bar-section ul li.active > a {
    background: none;
}

.meta-bar ul {
    padding-left: 0
}

.meta-bar ul li {
    display: inline;
}

.meta-bar ul li > a {
    color: #41494d;
    background: none;
    font-size: 150%;
    font-size: 1.5rem;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0 28px 0 0 !important; /*before: padding: 0 58px 0 0!important;*/
}

.meta-bar ul li > a.button {
    background: none
}

.meta-bar ul li > a.button.hover {
    background: #2284a1;
}

.meta-barsection ul li > a.button.secondary {
    background: #e9e9e9;
}

.meta-bar ul li > a.button.secondary.hover {
    background: #d0d0d0;
}

.meta-bar ul li > a.button.success {
    background: #5da423;
}

.meta-bar ul li > a.button.success.hover {
    background: #457a1a;
}

.meta-bar ul li > a.button.alert {
    background: #c60f13;
}

.meta-bar ul li > a.button.alert.hover {
    background: #970b0e;
}

.meta-bar ul li a:hover, .meta-bar ul li.active a {
    color: #005EB7;
}

.meta-bar ul li.hover > a {
    background: none;
}

.meta-bar ul li.active > a {
    background: none;
}

.top-bar .toggle-topbar.menu-icon a {
    line-height: 73px;
}

.top-bar .toggle-topbar.menu-icon a span {
    width: 15px;
}

.top-bar .toggle-topbar.menu-icon a {
    width: 54px;
}

.top-bar-section .dropdown li.title h5 a {
    color: black;
}

.top-bar-section .dropdown label {
    color: #1269AD;
}

.top-bar {
    background: none;
}

.top-bar.expanded {
    background: none;
}

.top-bar-section .has-dropdown > a:after {
    border-color: none !important;
}

.top-bar-section .dropdown {
    background: transparent;
    overflow: initial;
}

.top-bar-section .dropdown li label {
    background: #1e1e1e;
}

.top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
    border: none !important
}

.top-bar-section .has-form {
    background: none
}

.no-js .top-bar-section ul li:hover > a {
    background: #090909;
    color: black;
}

.no-js .top-bar-section ul li:active > a {
    background: #090909;
    color: black;
}

.top-bar-section li a.firstlevel { /*font-size: 103% !important;*/
    padding: 0px 15px 0px 15px;
}

.top-bar.expanded .top-bar-section li a.firstlevel {
    padding-left: 15px !important;
}

.top-bar-section li a.secondlevel { /*font-size: 101% !important*/
}

.top-bar-section > ul > li ul {
    background: #005EB8 !important;
    padding: 10px 10px;
}

.top-bar-section .dropdown li {
    background: #005EB8;
}

.top-bar-section .dropdown li a {
    display: block;
    margin: 5px 0px;
    padding: 0px 25px 0px 15px;
    color: #ffffff;
    padding: 8px 10px;
}

.top-bar-section .dropdown li a.secondlevel {
    padding-left: 20px !important;
}

.mainnav nav ul.dropdown li a:link, .mainnav nav ul.dropdown li a:visited {
    color: #FFF;
    font-size: 1.1em;
    display: block;
    font-weight: 300;
    text-transform: none;
    background: #005EB8;
    padding: 3px 30px 3px 15px !important;
}

.top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    margin-top: -18px;
    right: 0px;
    color: #FFF;
}

.top-bar-section .has-dropdown > a:after {
    border-color: transparent transparent transparent #FFF;
}

/*Menu-styling*/
.top-bar-section ul {
    background: none;
    margin: 0;
    padding: 0;
}

.top-bar-section li a:not(.button) {
    background: none;
}

.top-bar-section li a:not(.button).hover {
    background: black;
    color: #1269AD
}

.top-bar-section .dropdown li a {
    color: #1269AD;
    background: #C9D7EB;
}

.top-bar-section li a.firstlevel {
    background: none;
}

.top-bar-section li a.firstlevel:hover {
    color: #1269AD
}

.top-bar.expanded .top-bar-section li a.firstlevel {
    background: #D1ECF7 !important;
}

.top-bar-section li a.secondlevel {
    background: none !important;
}

.top-bar-section li a.secondlevel:hover {
    color: #1269AD
}

.top-bar-section li.cur a {
    color: #1269AD
}

.top-bar {
    height: 40px;
}

.contain-to-grid .top-bar {
    margin-bottom: 0;
}

.top-bar .title-area {
    position: relative;
    margin: 0 0 40px 0;
}

.top-bar-section ul li.has-dropdown .dropdown {
    clip: auto; /*display: none;*/
    visibility: hidden;
    opacity: 0;
    width: auto;
}

.top-bar-section ul li.has-dropdown:hover > .dropdown {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.25s linear;
}

.sform-block {
    margin: 0 0 25px 0;
}

.sform-block label {
    line-height: 1;
    margin: 0 0 15px 0;
}

.sform-block.specs label {
    margin: 0 0 3px 0;
}

.sform-block .button, .sform-block a.button {
    border: none !important;
    background: #005EB8;
    color: #FFF;
}

.sform-results .button, .sform-results a.button, .sform-detail .button, .sform-detail a.button {
    border: none !important;
    background: #005EB8;
    color: #FFF;
    padding: 0.35em 1em;
}

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

.sform-block select {
    background-color: white;
    font-family: inherit;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 0.875em;
    margin: 0 0 1em 0;
    padding: 0.5em;
    height: 2.3125em;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
    -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

.sform-block .icon {
    font-size: 15px;
    color: #005EB8;
}

.sresult-entry {
    margin-bottom: 20px !important;
    box-shadow: 0px 12px 17px -10px #ccc;
}

.sform-detail .row {
    margin-bottom: 35px !important;
}

.tooltip {
    font-size: 12px;
}

.tooltip p {
    margin: 0 0 10px 0;
}

.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
    background: none;
}

#Karte_VB_Wrap.container {
    width: 100%;
    height: 0;
    padding-top: 134.78%;
    position: relative;
}

#Karte_VB_Wrap.container svg {
    position: absolute;
    top: 0;
    left: 0;
}

#Karte_VB_Wrap.container svg path, #Karte_VB_Wrap.container svg polygon, #Karte_VB_Wrap.container svg g path, #Karte_VB_Wrap.container svg g polygon {
    transition: fill 0.2s;
    fill: #edeff0;
    stroke: #c4c7c9;
}

#Karte_VB_Wrap.container svg path:hover, #Karte_VB_Wrap.container svg polygon:hover, #Karte_VB_Wrap.container svg g:hover path, #Karte_VB_Wrap.container svg g:hover polygon { /*fill: #8AADD6;*/
    fill: #ff9311;
    transition: fill 0.2s;
    cursor: pointer;
}

#Karte_VB_Wrap.container .popup {
    position: absolute; /*left: 50%;*/ /*top: 30%;*/
    color: #555;
    padding: 0px 10px 0px 0px;
    display: inline-block;
    width: 300px;
    text-align: center; /*background: #ccddef;*/ /*border: 2px solid #005EB8;*/
    display: none;
}

#Karte_VB_Wrap.container .popup img {
    width: 80%;
}

/*.container .popup:after, .container .popup:before {*//*top: 100%;*//*left: 50%;*//*border: solid transparent;*//*content: " ";*//*height: 0;*//*width: 0;*//*position: absolute;*//*pointer-events: none;*//*}*//*.container .popup:after {*//*border-color: rgba(204, 221, 239, 0);*//*border-top-color: #ccddef;*//*border-width: 10px;*//*margin-left: -10px;*//*}*//*.container .popup:before {*//*border-color: rgba(0, 105, 180, 0);*//*border-top-color: #005EB8;*//*border-width: 13px;*//*margin-left: -13px;*//*}*/
#Karte_VB_Wrap.container .popup img.plogo {
    max-width: 65px;
    vertical-align: middle;
    margin-right: 20px;
    float: left;
}

#Karte_VB_Wrap.container .popup img.plogo1 { /*max-width: 365px;*/
    vertical-align: middle;
    float: left;
}

#Karte_VB_Wrap.container .popup p {
    margin-bottom: 0;
    text-align: left;
    padding-top: 5px;
}

#Karte_VB_Wrap.container .popup.verband-nord {
    left: 22%;
    top: -4%;
}

#Karte_VB_Wrap.container .popup.verband-ost {
    left: 65%;
    top: 36%;
}

#Karte_VB_Wrap.container .popup.verband-bayern {
    left: 41%;
    top: 51%;
}

#Karte_VB_Wrap.container .popup.verband-baden-wuerttemberg {
    left: 14%;
    top: 60%;
}

#Karte_VB_Wrap.container .popup.verband-saarland {
    left: 0%;
    top: 60%;
}

#Karte_VB_Wrap.container .popup.verband-rheinland-pfalz {
    left: 7%;
    top: 45%;
}

#Karte_VB_Wrap.container .popup.verband-nrw {
    left: 0%;
    top: 26%;
}

#Karte_VB_Wrap.container .popup.verband-bb {
    left: 66%;
    top: 12%;
}

#Karte_VB_Wrap.container .popup.verband-hessen {
    left: 26%;
    top: 37%;
}

#Karte_VB_Wrap.container .popup.verband-mv {
    left: 58%;
    top: -1%;
}

#Karte_VB_Wrap.container .popup.verband-sa {
    left: 47%;
    top: 17%;
}

#Karte_VB_Wrap.container .popup.verband-thueringen {
    left: 40%;
    top: 37%;
}

#Karte_VB_Wrap.container.smallsize .popup.verband-nord {
    left: 22%;
    top: -7%;
}

#Karte_VB_Wrap.container.smallsize .popup.verband-ost {
    left: 52%;
    top: 21%;
}

#Karte_VB_Wrap.container.smallsize .popup.verband-bayern {
    left: 41%;
    top: 48%;
}

#Karte_VB_Wrap.container.smallsize .popup.verband-baden-wuerttemberg {
    left: 14%;
    top: 57%;
}

#Karte_VB_Wrap.container.smallsize .popup.verband-saarland {
    left: 0%;
    top: 57%;
}

#Karte_VB_Wrap.container.smallsize .popup.verband-rheinland-pfalz {
    left: 7%;
    top: 42%;
}

#Karte_VB_Wrap.container.smallsize .popup.verband-nrw {
    left: 0%;
    top: 23%;
}

#Karte_VB_Wrap.container.smallsize .popup.verband-bb {
    left: 66%;
    top: 9%;
}

#Karte_VB_Wrap.container.smallsize .popup.verband-hessen {
    left: 26%;
    top: 34%;
}

#Karte_VB_Wrap.container.smallsize .popup.verband-mv {
    left: 58%;
    top: -4%;
}

#Karte_VB_Wrap.container.smallsize .popup.verband-sa {
    left: 47%;
    top: 16%;
}

#Karte_VB_Wrap.container.smallsize .popup.verband-thueringen {
    left: 40%;
    top: 34%;
}

#Karte_VB_Wrap.container.tinysize .popup.verband-nord {
    left: 22%;
    top: -12%;
}

#Karte_VB_Wrap.container.tinysize .popup.verband-ost {
    right: 0;
    left: auto;
    top: 16%;
}

#Karte_VB_Wrap.container.tinysize .popup.verband-bayern {
    right: 0;
    left: auto;
    top: 43%;
}

#Karte_VB_Wrap.container.tinysize .popup.verband-baden-wuerttemberg {
    left: 14%;
    top: 52%;
}

#Karte_VB_Wrap.container.tinysize .popup.verband-saarland {
    left: 0%;
    top: 40%;
}

#Karte_VB_Wrap.container.tinysize .popup.verband-rheinland-pfalz {
    left: 7%;
    top: 38%;
}

#Karte_VB_Wrap.container.tinysize .popup.verband-nrw {
    left: 0%;
    top: 18%;
}

#Karte_VB_Wrap.container.tinysize .popup.verband-bb {
    right: 0;
    left: auto;
    top: 4%;
}

#Karte_VB_Wrap.container.tinysize .popup.verband-hessen {
    left: 26%;
    top: 29%;
}

#Karte_VB_Wrap.container.tinysize .popup.verband-mv {
    right: 0;
    left: auto;
    top: -9%;
}

#Karte_VB_Wrap.container.tinysize .popup.verband-sa {
    right: 0;
    left: auto;
    top: 11%;
}

#Karte_VB_Wrap.container.tinysize .popup.verband-thueringen {
    right: 0;
    left: auto;
    top: 26%;
}

@media only screen and (max-width: 765px) {
    .row.rowborder-left {
        background: none;
    }

    /** ONLY TEST / PROTOTYPE */
    .prototype-mediacontent {
        float: right;
        width: 70%
    }

    .top-bar-section ul {
        background: #005EB8 !important;
        padding: 10px 10px !important;
    }

    .top-bar-section ul li a {
        color: #FFF !important;
        padding: 8px 10px;
        display: block;
    }

    .mainnav .top-bar-section ul li > a {
        padding: 10px !important;
    }

    .five-columns {
        width: 100%;
    }

    .mainnav nav ul.dropdown li a:link, .mainnav nav ul.dropdown li a:visited {
        color: #FFF;
        font-size: 1.1em;
        display: inline-block;
    }

    .top-bar-section ul li.has-dropdown .dropdown {
        display: block;
        visibility: hidden;
        opacity: 1;
    }

    .top-bar-section ul li.has-dropdown:hover > .dropdown {
        visibility: visible;
        opacity: 1;
        transition: opacity 0.25s linear;
    }
}

@media only screen and (max-width: 640px) {
    .metanavhelper {
        display: block;
        padding: 10px 0;
    }

    .metanavhelper a:link, .metanavhelper a:visited {
        color: #FFF;
        text-transform: uppercase;
    }

    .meta-bar {
        display: none;
    }

    .meta-bar ul li {
        display: block;
    }
}

@media only screen and (min-width: 641px) {
    .metanavhelper {
        display: none;
    }

    .meta-bar {
        display: block !important;
    }
}

@media only screen and (min-width: 770px) {
    .top-bar-section .has-dropdown > a:after {
        border-color: #005EB8 transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 14px;
        color: #005EB8;
        right: 40px;
    }

    a.parent-link {
        display: none !important;
    }

    .top-bar-section > ul > li > ul {
        margin: 0px 0 0 0;
    }

    ul.title-area {
        display: none !important;
    }

    body > .header {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 2;
    }

    .logo-nav-area {
        margin-top: 75px;
    }
}

/*#######################################################+++++++++++++++++++++++++++++++++++++++++++++++++++++# IE-Fix:#+++++++++++++++++++++++++++++++++++++++++++++++++++++###################################################### *//*ie fix topbar*/
.lt-ie9 .top-bar {
    background: #D4E4AE;
    *zoom: 1;
    overflow: visible;
}

.lt-ie9 .top-bar:before, .lt-ie9 .top-bar:after {
    content: " ";
    display: table;
}

.lt-ie9 .top-bar:after {
    clear: both;
}

.lt-ie9 .top-bar .toggle-topbar {
    display: none;
}

.lt-ie9 .top-bar .title-area {
    float: left;
}

.lt-ie9 .top-bar .name h1 a {
    width: auto;
}

.lt-ie9 .top-bar input, .lt-ie9 .top-bar .button {
    line-height: 2em;
    font-size: 0.875em;
    height: 2em;
    padding: 0 10px;
    position: relative;
    top: 8px;
}

.lt-ie9 .top-bar.expanded {
    background: #D4E4AE;
}

.lt-ie9 .contain-to-grid .top-bar {
    max-width: 57.5em;
    margin: 0 auto;
}

.lt-ie9 .top-bar-section {
    -webkit-transition: none 0 0;
    -moz-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important;
}

.lt-ie9 .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
}

.lt-ie9 .top-bar-section ul li {
    float: left;
}

.lt-ie9 .top-bar-section ul li > a {
    padding-right: 14px !important;
}

.lt-ie9 .top-bar-section ul li .js-generated {
    display: none;
}

.lt-ie9 .top-bar-section li a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    background: #111111;
}

.lt-ie9 .top-bar-section li a:not(.button):hover {
    background: #2b2b2b;
}

.lt-ie9 .top-bar-section .has-dropdown > a {
    padding-right: 35px !important;
}

.lt-ie9 .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
    margin-top: -2.5px;
}

.lt-ie9 .top-bar-section .has-dropdown.moved {
    position: relative;
}

.lt-ie9 .top-bar-section .has-dropdown.moved > .dropdown {
    visibility: hidden;
}

.lt-ie9 .top-bar-section .has-dropdown:hover > .dropdown, .lt-ie9 .top-bar-section .has-dropdown:active > .dropdown {
    visibility: visible;
}

.lt-ie9 .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    margin-top: -7px;
    right: 5px;
}

.lt-ie9 .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
}

.lt-ie9 .top-bar-section .dropdown li a {
    line-height: 1;
    white-space: nowrap;
    padding: 7px 15px;
    background: #1e1e1e;
}

.lt-ie9 .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #1e1e1e;
}

.lt-ie9 .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
}

.lt-ie9 .top-bar-section > ul > .divider {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #2b2b2b;
    border-left: solid 1px black;
    clear: none;
    height: 45px;
    width: 0px;
}

.lt-ie9 .top-bar-section .has-form {
    background: #111111;
    padding: 0 15px;
    height: 45px;
}

.lt-ie9 .top-bar-section ul.right li .dropdown {
    left: auto;
    right: 0;
}

.lt-ie9 .top-bar-section ul.right li .dropdown li .dropdown {
    right: 100%;
}

/*#######################################################+++++++++++++++++++++++++++++++++++++++++++++++++++++# Carousel:#+++++++++++++++++++++++++++++++++++++++++++++++++++++###################################################### */
.carousel {
    line-height: 1;
    margin-bottom: 20px;
    position: relative;
}

.carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.carousel-inner > .item {
    display: none;
    position: relative;
    transition: left 0.6s ease-in-out 0s;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    line-height: 1;
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    background: none repeat scroll 0 0 #222222;
    border: 3px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    color: #FFFFFF;
    font-size: 60px;
    font-weight: 100;
    height: 40px;
    left: 15px;
    line-height: 30px;
    margin-top: -20px;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 40px;
}

.carousel-control.right {
    left: auto;
    right: 15px;
}

.carousel-control:hover, .carousel-control:focus {
    color: #FFFFFF;
    opacity: 0.9;
    text-decoration: none;
}

.carousel-indicators {
    list-style: none outside none;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 5;
}

.carousel-indicators li {
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 5px 5px 5px 5px;
    display: block;
    float: left;
    height: 10px;
    margin-left: 5px;
    text-indent: -999px;
    width: 10px;
}

.carousel-indicators .active {
    background-color: #FFFFFF;
}

.carousel-caption {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
    bottom: 0;
    left: 0;
    padding: 15px;
    position: absolute;
    right: 0;
}

.carousel-caption h4, .carousel-caption p {
    color: #FFFFFF;
    line-height: 20px;
}

.carousel-caption h4 {
    margin: 0 0 5px;
}

.carousel-caption p {
    margin-bottom: 0;
}

/*#######################################################+++++++++++++++++++++++++++++++++++++++++++++++++++++# RTE#+++++++++++++++++++++++++++++++++++++++++++++++++++++###################################################### */
ol.margin-050em li, ul.margin-050em li, li.margin-050em, p.margin-050em, div.margin-050em {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

ol.margin-100em li, ul.margin-100em li, li.margin-100em, p.margin-100em, div.margin-100em {
    margin-top: 1.0em;
    margin-bottom: 1.0em;
}

ol.margin-150em li, ul.margin-150em li, li.margin-150em, p.margin-150em, div.margin-150em {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

p.top-margin-0, div.top-margin-0, img.top-margin-0, li.top-margin-0, h1.top-margin-0, h2.top-margin-0, h3.top-margin-0, h4.top-margin-0, h5.top-margin-0, h6.top-margin-0 {
    margin-top: 0px;
}

p.bottom-margin-0, div.bottom-margin-0, img.bottom-margin-0, li.bottom-margin-0, h1.bottom-margin-0, h2.bottom-margin-0, h3.bottom-margin-0, h4.bottom-margin-0, h5.bottom-margin-0, h6.bottom-margin-0 {
    margin-bottom: 0px;
}

p.left-margin-0, div.left-margin-0, img.left-margin-0, li.left-margin-0, h1.left-margin-0, h2.left-margin-0, h3.left-margin-0, h4.left-margin-0, h5.left-margin-0, h6.left-margin-0 {
    margin-left: 0px;
}

p.right-margin-0, div.right-margin-0, img.right-margin-0, li.right-margin-0, h1.right-margin-0, h2.right-margin-0, h3.right-margin-0, h4.right-margin-0, h5.right-margin-0, h6.right-margin-0 {
    margin-right: 0px;
}

p.bg-1, div.bg-1, li.bg-1, h1.bg-1, h2.bg-1, h3.bg-1, h4.bg-1, h5.bg-1, h6.bg-1, span.bg-1, table.bg-1 {
    background-color: #f3f3f3;
}

p.bg-2, div.bg-2, li.bg-2, h1.bg-2, h2.bg-2, h3.bg-2, h4.bg-2, h5.bg-2, h6.bg-2, span.bg-2, table.bg-2 {
    background-color: #d0d0d0;
}

p.bg-3, div.bg-3, li.bg-3, h1.bg-3, h2.bg-3, h3.bg-3, h4.bg-3, h5.bg-3, h6.bg-3, span.bg-3, table.bg-3 {
    background-color: #6e6e6e;
}

p.bg-4, div.bg-4, li.bg-4, h1.bg-4, h2.bg-4, h3.bg-4, h4.bg-4, h5.bg-4, h6.bg-4, span.bg-4, table.bg-4 {
    background-color: #000000;
}

p.bg-99, div.bg-99, li.bg-99, h1.bg-99, h2.bg-99, h3.bg-99, h4.bg-99, h5.bg-99, h6.bg-99, span.bg-99, table.bg-99 {
    background-color: #e0e0e0;
}

p.border-1, div.border-1, li.border-1, h1.border-1, h2.border-1, h3.border-1, h4.border-1, h5.border-1, h6.border-1, span.border-1, table.border-1 {
    border: 1px solid #359426;
}

p.border-2, div.border-2, li.border-2, h1.border-2, h2.border-2, h3.border-2, h4.border-2, h5.border-2, h6.border-2, span.border-2, table.border-2 {
    border: 1px solid #74a957;
}

p.border-3, div.border-3, li.border-3, h1.border-3, h2.border-3, h3.border-3, h4.border-3, h5.border-3, h6.border-3, span.border-3, table.border-3 {
    border: 1px solid #a5c58e;
}

/* p.ff-1, div.ff-1, li.ff-1, h1.ff-1, h2.ff-1, h3.ff-1, h4.ff-1, h5.ff-1, h6.ff-1, span.ff-1, table.ff-1 { font-family:Geneva,Arial,Helvetica,sans-serif; } *//* p.ff-2, div.ff-2, li.ff-2, h1.ff-2, h2.ff-2, h3.ff-2, h4.ff-2, h5.ff-2, h6.ff-2, span.ff-2, table.ff-2 { font-family:Geneva,Arial,Helvetica,sans-serif; } */
p.lh-0, div.lh-0, ul.lh-0, li.lh-0, h1.lh-0, h2.lh-0, h3.lh-0, h4.lh-0, h5.lh-0, h6.lh-0, th.lh-0, td.lh-0, table.lh-0 {
    line-height: 1.0;
}

p.lh-1, div.lh-1, ul.lh-1, li.lh-1, h1.lh-1, h2.lh-1, h3.lh-1, h4.lh-1, h5.lh-1, h6.lh-1, th.lh-1, td.lh-1, table.lh-1 {
    line-height: 1.2;
}

p.lh-2, div.lh-2, ul.lh-2, li.lh-2, h1.lh-2, h2.lh-2, h3.lh-2, h4.lh-2, h5.lh-2, h6.lh-2, th.lh-2, td.lh-2, table.lh-2 {
    line-height: 1.4;
}

p.lh-3, div.lh-3, ul.lh-3, li.lh-3, h1.lh-3, h2.lh-3, h3.lh-3, h4.lh-3, h5.lh-3, h6.lh-3, th.lh-3, td.lh-3, table.lh-3 {
    line-height: 1.8;
}

p.black-1, div.black-1, li.black-1, h1.black-1, h2.black-1, h3.black-1, h4.black-1, h5.black-1, h6.black-1, span.black-1 {
    color: #000000;
}

p.black-2, div.black-2, li.black-2, h1.black-2, h2.black-2, h3.black-2, h4.black-2, h5.black-2, h6.black-2, span.black-2 {
    color: #303030;
}

p.black-3, div.black-3, li.black-3, h1.black-3, h2.black-3, h3.black-3, h4.black-3, h5.black-3, h6.black-3, span.black-3 {
    color: #6e6e6e;
}

p.red-1, div.red-1, li.red-1, h1.red-1, h2.red-1, h3.red-1, h4.red-1, h5.red-1, h6.red-1, span.red-1 {
    color: #b42e2e;
}

p.red-2, div.red-2, li.red-2, h1.red-2, h2.red-2, h3.red-2, h4.red-2, h5.red-2, h6.red-2, span.red-2 {
    color: #cf3535;
}

p.red-3, div.red-3, li.red-3, h1.red-3, h2.red-3, h3.red-3, h4.red-3, h5.red-3, h6.red-3, span.red-3 {
    color: #ff4141;
}

p.col-11, div.col-11, li.col-11, h1.col-11, h2.col-11, h3.col-11, h4.col-11, h5.col-11, h6.col-11, span.col-11 {
    color: #359426;
}

/* gr */
p.col-12, div.col-12, li.col-12, h1.col-12, h2.col-12, h3.col-12, h4.col-12, h5.col-12, h6.col-12, span.col-12 {
    color: #74a957;
}

/* gr */
p.col-13, div.col-13, li.col-13, h1.col-13, h2.col-13, h3.col-13, h4.col-13, h5.col-13, h6.col-13, span.col-13 {
    color: #a5c58e;
}

/* gr */
p.col-14, div.col-14, li.col-14, h1.col-14, h2.col-14, h3.col-14, h4.col-14, h5.col-14, h6.col-14, span.col-14 {
    color: #d3e2c7;
}

/* gr */
p.col-21, div.col-21, li.col-21, h1.col-21, h2.col-21, h3.col-21, h4.col-21, h5.col-21, h6.col-21, span.col-21 {
    color: #f3f3f3;
}

/* grau */
p.col-22, div.col-22, li.col-22, h1.col-22, h2.col-22, h3.col-22, h4.col-22, h5.col-22, h6.col-22, span.col-22 {
    color: #d0d0d0;
}

/* grau */
p.col-23, div.col-23, li.col-23, h1.col-23, h2.col-23, h3.col-23, h4.col-23, h5.col-23, h6.col-23, span.col-23 {
    color: #6e6e6e;
}

/* grau */
p.size-075, span.size-075, div.size-075 {
    font-size: 075%;
}

p.size-088, span.size-088, div.size-088 {
    font-size: 087.5%;
}

p.size-100, span.size-100, div.size-100 {
    font-size: 100%;
}

p.size-112, span.size-112, div.size-112 {
    font-size: 112.5%;
}

p.size-125, span.size-125, div.size-125 {
    font-size: 125%;
}

p.line-height-2, div.line-height-2 {
    line-height: 2;
}

div.indent-2em {
    margin-left: 2em;
}

/* 'indent' default */
div.indent-4em {
    margin-left: 4em;
}

p.align-left, td.align-left, th.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, div.align-left {
    text-align: left;
}

p.align-center, td.align-center, th.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, div.align-center, address.align-center {
    text-align: center;
}

p.align-right, td.align-right, th.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, div.align-right, address.align-right {
    text-align: right;
}

p.align-justify, td.align-justify, th.align-justify, h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify, h5.align-justify, h6.align-justify, div.align-justify, address.align-justify {
    text-align: justify;
}

table.width-100 {
    width: 100%;
}

td.w100 {
    width: 100px !important;
}

td.w200 {
    width: 200px !important;
}

td.w300 {
    width: 300px !important;
}

td.w400 {
    width: 400px !important;
}

td.w500 {
    width: 500px !important;
}

tr.rotelinieunten {
    border-bottom: 1px solid #862127;
}

tr.grauelinieunten {
    border-bottom: 1px solid #333;
}

tr.rotelinieoben {
    border-bottom: none;
    border-top: 1px solid #862127;
}

/* ---------- ---------- ---------- ---------- ---------- *//*/* freie Klassen*/
.clear {
    clear: both;
    padding: 1px;
}

.debug {
    border: 1px solid black;
}

.hidden {
    display: none;
}

.valign-bottom {
    vertical-align: bottom;
}

.valign-middle {
    vertical-align: middle;
}

.valign-top {
    vertical-align: top;
}

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

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

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

.padtop10 {
    padding-top: 10px;
}

.padtop20 {
    padding-top: 20px;
}

.padbot10 {
    padding-bottom: 10px;
}

.padbot20 {
    padding-bottom: 20px;
}

.upper {
    text-transform: uppercase;
}

.lower {
    text-transform: lowercase;
}

:focus { /* don't forget to define focus styles! */ /* outline: 0; */
}

.internal-link-icon {
    background: url(../img/bdue_icons/link.png) left center no-repeat;
    padding-left: 26px;
    background-size: 20px 20px;
}

.download-icon {
    background: url(../img/bdue_icons/download.png) left center no-repeat;
    padding-left: 26px;
    background-size: 20px 20px;
}

.mail-link-icon {
    background: url(../img/bdue_icons/mail.png) left center no-repeat;
    padding-left: 26px;
    background-size: 20px 20px;
}

.ext-link-icon {
    background: url(../img/bdue_icons/link.png) left center no-repeat;
    padding-left: 26px;
    background-size: 20px 20px;
}

.ext-link-icon:before {
    content: "";
}

.hideme {
    display: none;
    visibility: hidden;
}

.globalsearch {
    display: none;
}

/*end rte*//* Back to top */
#back-top {
    display: none !important;
    position: fixed;
    bottom: 20px;
    right: 10px;
}

#back-top a {
    width: 30px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #ccc; /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#back-top a:hover {
    color: #ccc;
}

/* arrow icon (span tag) */
#back-top span {
    width: 30px;
    height: 30px;
    display: block;
    margin-bottom: 7px;
    background: #ccc url(../img/icons/arrows/chevron-double-3.png) no-repeat center center; /* rounded corners */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#back-top a:hover span {
    background-color: #ddd;
}

/*#+++++++++++++++++++++++++++++++++++++++++++++++++++++#  Owl Carousel#+++++++++++++++++++++++++++++++++++++++++++++++++++++*//* *   Core Owl Carousel CSS File *  v1.3.2 *//* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor: url(owl_carousel/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

/**   Owl Carousel Owl Demo Theme*  v1.3.2*/
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline; /*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50); /*IE7 fix*/
    opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices *//* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100); /*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline; /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50); /*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100); /*IE7 fix*/
    opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
    min-height: 150px;
    background: url(owl_carousel/AjaxLoader.gif) no-repeat center center
}

/* *  Owl Carousel CSS3 Transitions *  v1.3.2 */
.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}

/* fade */
.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}

/* Keyframes *//*empty*/
@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px);
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
}

@-webkit-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}

@-moz-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0);
    }
}

@keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8);
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8);
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8);
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%);
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%);
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}

/*! * qTip2 - Pretty powerful tooltips - * http://qtip2.com * * Copyright (c) 2013 Craig Michael Thompson * Released under the MIT, GPL licenses * http://jquery.org/license * * Date: Sun Jul 7 2013 03:43 UTC+0000 * Plugins: svg ajax tips modal viewport imagemap ie6 * Styles: basic css3 *//* Core qTip styles */
.qtip, .qtip {
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: none;
    height: 58px;
    min-width: 50px;
    font-size: 13px;
    line-height: 15px;
    color: #005EB8 !important;
    direction: ltr;
    white-space: pre;
}

.qtip-content {
    position: relative;
    padding: 5px 9px;
    overflow: hidden;
    text-align: left;
    word-wrap: break-word;
}

.qtip-titlebar {
    position: relative;
    padding: 5px 35px 5px 10px;
    overflow: hidden;
    border-width: 0 0 1px;
    font-weight: bold;
}

.qtip-titlebar + .qtip-content {
    border-top-width: 0 !important;
}

/* Default close button class */
.qtip-close {
    position: absolute;
    right: -9px;
    top: -9px;
    cursor: pointer;
    outline: medium none;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

.qtip-titlebar .qtip-close {
    right: 4px;
    top: 50%;
    margin-top: -9px;
}

* html .qtip-titlebar .qtip-close {
    top: 16px;
}

/* IE fix */
.qtip-titlebar .ui-icon, .qtip-icon .ui-icon {
    display: block;
    text-indent: -1000em;
    direction: ltr;
    vertical-align: middle;
}

.qtip-icon, .qtip-icon .ui-icon {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}

.qtip-icon .ui-icon {
    width: 18px;
    height: 14px;
    text-align: center;
    text-indent: 0;
    font: normal bold 10px/13px Tahoma, sans-serif;
    color: inherit;
    background: transparent none no-repeat -100em -100em;
}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus {
}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover {
}

/* Default tooltip style */
.qtip-default {
    border-width: 1px;
    border-style: solid;
    border-color: #CCDDEF;
    background-color: #CCDDEF;
    color: #555;
}

.qtip-default .qtip-titlebar {
    background-color: #CCDDEF;
}

.qtip-default .qtip-icon {
    border-color: #CCC;
    background: #F1F1F1;
    color: #777;
}

.qtip-default .qtip-titlebar .qtip-close {
    border-color: #AAA;
    color: #111;
}

/*! Light tooltip style */
.qtip-light {
    background-color: white;
    border-color: #E2E2E2;
    color: #454545;
}

.qtip-light .qtip-titlebar {
    background-color: #f1f1f1;
}

/*! Dark tooltip style */
.qtip-dark {
    background-color: #505050;
    border-color: #303030;
    color: #f3f3f3;
}

.qtip-dark .qtip-titlebar {
    background-color: #4B4F54;
}

.qtip-dark .qtip-icon {
    border-color: #444;
}

.qtip-dark .qtip-titlebar .ui-state-hover {
    border-color: #303030;
}

/*! Cream tooltip style */
.qtip-cream {
    background-color: #FBF7AA;
    border-color: #F9E98E;
    color: #A27D35;
}

.qtip-cream .qtip-titlebar {
    background-color: #F0DE7D;
}

.qtip-cream .qtip-close .qtip-icon {
    background-position: -82px 0;
}

/*! Red tooltip style */
.qtip-red {
    background-color: #F78B83;
    border-color: #D95252;
    color: #912323;
}

.qtip-red .qtip-titlebar {
    background-color: #F06D65;
}

.qtip-red .qtip-close .qtip-icon {
    background-position: -102px 0;
}

.qtip-red .qtip-icon {
    border-color: #D95252;
}

.qtip-red .qtip-titlebar .ui-state-hover {
    border-color: #D95252;
}

/*! Green tooltip style */
.qtip-green {
    background-color: #CAED9E;
    border-color: #90D93F;
    color: #3F6219;
}

.qtip-green .qtip-titlebar {
    background-color: #B0DE78;
}

.qtip-green .qtip-close .qtip-icon {
    background-position: -42px 0;
}

/*! Blue tooltip style */
.qtip-blue {
    background-color: #E5F6FE;
    border-color: #ADD9ED;
    color: #5E99BD;
}

.qtip-blue .qtip-titlebar {
    background-color: #D0E9F5;
}

.qtip-blue .qtip-close .qtip-icon {
    background-position: -2px 0;
}

/* Add shadows to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-shadow {
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded, .qtip-tipsy, .qtip-bootstrap {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* Youtube tooltip style */
.qtip-youtube {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 3px #333;
    -moz-box-shadow: 0 0 3px #333;
    box-shadow: 0 0 3px #333;
    color: white;
    border-width: 0;
    background: #4A4A4A;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4A4A4A), color-stop(100%, black));
    background-image: -webkit-linear-gradient(top, #4A4A4A 0, black 100%);
    background-image: -moz-linear-gradient(top, #4A4A4A 0, black 100%);
    background-image: -ms-linear-gradient(top, #4A4A4A 0, black 100%);
    background-image: -o-linear-gradient(top, #4A4A4A 0, black 100%);
}

.qtip-youtube .qtip-titlebar {
    background-color: #4A4A4A;
    background-color: rgba(0, 0, 0, 0);
}

.qtip-youtube .qtip-content {
    padding: .75em;
    font: 12px arial, sans-serif;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
}

.qtip-youtube .qtip-icon {
    border-color: #222;
}

.qtip-youtube .qtip-titlebar .ui-state-hover {
    border-color: #303030;
}

/* jQuery TOOLS Tooltip style */
.qtip-jtools {
    background: #232323;
    background: rgba(0, 0, 0, 0.7);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
    background-image: -moz-linear-gradient(top, #717171, #232323);
    background-image: -webkit-linear-gradient(top, #717171, #232323);
    background-image: -ms-linear-gradient(top, #717171, #232323);
    background-image: -o-linear-gradient(top, #717171, #232323);
    border: 2px solid #ddd;
    border: 2px solid rgba(241, 241, 241, 1);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 12px #333;
    -moz-box-shadow: 0 0 12px #333;
    box-shadow: 0 0 12px #333;
}

/* IE Specific */
.qtip-jtools .qtip-titlebar {
    background-color: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
}

.qtip-jtools .qtip-content {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
}

.qtip-jtools .qtip-titlebar, .qtip-jtools .qtip-content {
    background: transparent;
    color: white;
    border: 0 dashed transparent;
}

.qtip-jtools .qtip-icon {
    border-color: #555;
}

.qtip-jtools .qtip-titlebar .ui-state-hover {
    border-color: #333;
}

/* Cluetip style */
.qtip-cluetip {
    -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
    background-color: #D9D9C2;
    color: #111;
    border: 0 dashed transparent;
}

.qtip-cluetip .qtip-titlebar {
    background-color: #87876A;
    color: white;
    border: 0 dashed transparent;
}

.qtip-cluetip .qtip-icon {
    border-color: #808064;
}

.qtip-cluetip .qtip-titlebar .ui-state-hover {
    border-color: #696952;
    color: #696952;
}

/* Tipsy style */
.qtip-tipsy {
    background: black;
    background: rgba(0, 0, 0, .87);
    color: white;
    border: 0 solid transparent;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    line-height: 16px;
    text-shadow: 0 1px black;
}

.qtip-tipsy .qtip-titlebar {
    padding: 6px 35px 0 10;
    background-color: transparent;
}

.qtip-tipsy .qtip-content {
    padding: 6px 10;
}

.qtip-tipsy .qtip-icon {
    border-color: #222;
    text-shadow: none;
}

.qtip-tipsy .qtip-titlebar .ui-state-hover {
    border-color: #303030;
}

/* Tipped style */
.qtip-tipped {
    border: 3px solid #959FA9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #F9F9F9;
    color: #454545;
    font-weight: normal;
    font-family: serif;
}

.qtip-tipped .qtip-titlebar {
    border-bottom-width: 0;
    color: white;
    background: #3A79B8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
    background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
    background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
    background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
    background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
}

.qtip-tipped .qtip-icon {
    border: 2px solid #285589;
    background: #285589;
}

.qtip-tipped .qtip-icon .ui-icon {
    background-color: #FBFBFB;
    color: #555;
}

/** * Twitter Bootstrap style. * * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11. * Does not work with IE 7. */
.qtip-bootstrap { /** Taken from Bootstrap body */
    font-size: 14px;
    line-height: 20px;
    color: #333333; /** Taken from Bootstrap .popover */
    padding: 1px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.qtip-bootstrap .qtip-titlebar { /** Taken from Bootstrap .popover-title */
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.qtip-bootstrap .qtip-titlebar .qtip-close { /**              * Overrides qTip2:              * .qtip-titlebar .qtip-close{              *   [...]              *   right: 4px;              *   top: 50%;              *   [...]              *   border-style: solid;              * }              */
    right: 11px;
    top: 45%;
    border-style: none;
}

.qtip-bootstrap .qtip-content { /** Taken from Bootstrap .popover-content */
    padding: 9px 14px;
}

.qtip-bootstrap .qtip-icon { /**          * Overrides qTip2:          * .qtip-default .qtip-icon {          *   border-color: #CCC;          *   background: #F1F1F1;          *   color: #777;          * }          */
    background: transparent;
}

.qtip-bootstrap .qtip-icon .ui-icon { /**              * Overrides qTip2:              * .qtip-icon .ui-icon{              *   width: 18px;              *   height: 14px;              * }              */
    width: auto;
    height: auto; /* Taken from Bootstrap .close */
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.qtip-bootstrap .qtip-icon .ui-icon:hover { /* Taken from Bootstrap .close:hover */
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content, .qtip:not(.ie9haxors) div.qtip-titlebar {
    filter: none;
    -ms-filter: none;
}

/* Tips plugin */
.qtip .qtip-tip {
    margin: 0 auto;
    overflow: hidden;
    z-index: 10;
}

.qtip .qtip-tip, .qtip .qtip-tip .qtip-vml {
    position: absolute;
    color: #123456;
    background: transparent;
    border: 0 dashed transparent;
}

.qtip .qtip-tip canvas {
    top: 0;
    left: 0;
}

.qtip .qtip-tip .qtip-vml {
    behavior: url(#default#VML);
    display: inline-block;
    visibility: visible;
}

/* Modal plugin */
#qtip-overlay {
    position: fixed;
    left: -10000em;
    top: -10000em;
}

/* Applied to modals with show.modal.blur set to true */
#qtip-overlay.blurs {
    cursor: pointer;
}

/* Change opacity of overlay here */
#qtip-overlay div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/* IE6 Modal plugin fix */
.qtipmodal-ie6fix {
    position: absolute !important;
}

/*Icons*/
h2.icon.existenz {
    background: url(../img/icons/v2/Existenzgruendung-1_20px.png) left center no-repeat;
    padding-left: 25px;
}

.icon-1 {
    background: url(../img/icons/v2/Existenzgruendung-1_16px.png) left top no-repeat;
    padding-left: 20px;
}

@media only screen and (min-width: 768px) {
    .section-container.auto.alphabetical > section > .title a, .section-container.auto.alphabetical > .section > .title a {
        padding: 5px 8px !important;
    }

    .section-container.auto.alphabetical > section .content, .section-container.auto.alphabetical > .section .content {
        padding-top: 40px !important;
    }

    .section-container.auto.alphabetical > section label, .section-container.auto.alphabetical > .section label {
        margin-bottom: 5px !important;
    }
}

.section-block {
    margin: 0 0 35px 0;
}

.social {
    position: fixed;
    top: 107px;
    right: 10px;
    text-align: left;
}

.social a {
    display: block;
    margin: 0px 0px 10px 0px !important;
    padding: 0px !important;
}

.social a:hover {
    display: block;
    margin: 0px 0px 10px 0px !important;
    padding: 0px !important;
}

.ion-record {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 15px;
}

.ion-record.green {
    background: green;
}

.ion-record.yellow {
    background: #ffc304;
}

.ion-record.red {
    background: red;
}

.ion-record.blue {
    background: blue;
}

.suchliste table tr th {
    text-align: left;
}

.suchliste table tr td {
    vertical-align: top;
}

.button {
    border: none;
    box-shadow: none;
    background: #005EB8;
    color: #FFF !important;
}

.buttons .button {
    width: 100%;
}

.buttons .button.anmelden {
    background: darkgreen;
}

.button:hover {
    background: #9DBBE1;
}

.section-container.auto.sbuchung > section > .title a, .section-container.auto.sbuchung > .section > .title a {
    padding: 14px 6px;
}

.section-container.auto.sbuchung > section > .title.disabled a, .section-container.auto.sbuchung > .section > .title.disabled a {
    color: #AAA;
}

.section-container.auto.sbuchung .content p {
    margin: 0 0 10px 0;
}

.section-container.auto.sbuchung .content label {
    font-weight: 300;
    font-size: 1.5rem;
}

.button.green {
    background: darkgreen;
}

.button.red {
    background: red;
}

p.bigger-text {
    font-size: 21px;
    font-weight: bold;
    color: #005eb8;
}

.alert-box.success h3 {
    color: #FFF;
}

/*suchboxen min 02-07-2014 *//*Dolmetschersuche*/
.suchbox-db {
    margin: 0px 0px 20px 0px !important;
    padding: 5px 3px 7px !important;
    max-width: 300px !important; /*min-width:230px !important;*/
    height: auto;
    background: #eceeef;
}

.suchbox-db .sb1-header h2 {
    margin: 0px !important;
    padding: 0 0 0 5px !important;
    font-size: 200%;
    font-size: 2.0rem; /*text-align: center;*/
    font-weight: bold;
    color: #005eb8;
}

.suchbox-db p.sb1-sub {
    margin: 0px !important;
    padding: 0 0 0 5px !important;
    font-size: 130%;
    font-size: 1.3rem; /*text-align: center;*/
    font-weight: bold;
}

.suchbox-db .sb1-icon {
    margin: 0px !important;
    padding: 0px 10% 0 20% !important;
    text-align: center;
}

.suchbox-db .sb1-icon img { /*max-width: 250px;    height:auto;  */
}

.suchbox-db .sb1-gobox {
    background: #ff9311;
    position: relative; /*margin-top: 10px;*/
}

.suchbox-db .sb1-gobox:hover {
    background: #FF9311;
    transition: 0.5s;
    position: relative;
}

.suchbox-db span.sb1-buttonicon {
    margin: 0px !important;
    padding: 0px 15px 0px 15px !important; /*background: #FF9311;*/
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 18%;
    font-size: 300%;
    font-size: 3.0rem;
    font-weight: bold;
    line-height: normal;
    background: url(../img/bdue_icons/arrow-white.png) 10px 5px no-repeat;
    text-indent: -99999px;
}

.suchbox-db p.sb1-buttontext {
    margin: 0px !important;
    padding: 0px !important; /*padding: 8px 0px 12px 70px !important;*/
}

.suchbox-db p.sb1-buttontext a {
    margin: 0px !important;
    padding: 0px !important;
    color: #ffffff;
    font-size: 200%;
    font-size: 2.0rem;
    line-height: normal;
    font-weight: bold;
}

.suchbox-db p.sb1-buttontext a span.btninner {
    margin: 0px !important;
    display: block;
    padding: 8px 0px 12px 20px !important;
}

/*Suchbox medium*/
.sidesbdol .suchbox-db, .sidesbsem .suchbox-db {
    max-width: 136px !important;
    min-width: 110px !important;
    height: auto;
}

.suchbox-db.sbmedium {
}

.suchbox-db.sbmedium .sb1-header h2 {
    text-align: center;
}

.suchbox-db.sbmedium p.sb1-sub, .suchbox-db.sbmini p.sb1-sub {
    display: none;
    visibility: hidden;
}

.suchbox-db.sbmedium .sb1-icon {
    margin: 0px !important;
    padding: 0px 20% 0 25% !important;
    text-align: center;
}

.suchbox-db.sbmedium .sb1-icon img {
    max-width: 150px;
    height: auto;
}

.suchbox-db.sbmedium span.sb1-buttonicon {
    width: 15%;
    line-height: 100%;
    padding: 0px 0px 0px 10px !important
}

.suchbox-db.sbmedium p.sb1-buttontext a span.btninner {
    padding: 3px 0px 4px 70px !important;
}

/*Suchbox mini*/
.suchbox-db.sbmini { /*max-width: 200px !important;  */
}

.suchbox-db.sbmini .sb1-header h2 {
    text-align: center;
    font-size: 170%;
    font-size: 1.7rem;
}

.suchbox-db.sbmini .sb1-icon {
    margin: 0px !important;
    padding: 0px 10% 0 10% !important;
    text-align: center;
}

.suchbox-db.sbmini .sb1-icon img {
    min-height: 50px;
    width: auto;
}

.suchbox-db.sbmini span.sb1-buttonicon {
    width: 18%;
    line-height: 65%;
    padding: 0px 3px 0px 4px !important;
    font-size: 240%;
    font-size: 2.4rem;
}

.suchbox-db.sbmini p.sb1-buttontext a span.btninner {
    padding: 0px 0px 0px 25% !important;
}

.suchbox-db.sbmini p.sb1-buttontext a {
    font-size: 140%;
    font-size: 1.4rem;
}

.suchbox-db.sbmini .sb1-icon.sbsemmini { /*padding-top: 14px !important;*/
}

/*Suchbox in der sidebar*/
.sidesbdol {
    margin: 15px 0px;
}

.sidesbsem {
    margin: 15px 0px;
}

/*Sidemenue*/
.sidemenu { /*background: #E8EEF5;*/ /*padding: 8px 10px;*/
}

.sidemenu h2 {
    padding: 5px 10px 10px 50px;
    position: relative;
    height: 40px !important;
    max-height: 40px !important;
    min-height: 40px !important;
    background: #eceeef url(../img/bdue_icons/menue.png) 10px 5px no-repeat;
    background-size: 25px;
    color: #005eb8;
}

.side-nav.bdusidenav {
    background: none !important;
    margin: 0px !important;
    padding: 0px 0px 0px 18px !important;
}

.side-nav.bdusidenav .divider {
    border: none !important;
}

.side-nav.bdusidenav ul.level2 {
    background: none !important;
    border: none !important;
    margin: 3px 0px !important;
    padding: 0px 0px 0px 15px !important;
}

.side-nav.bdusidenav a {
    font-size: 140%;
    font-size: 1.4rem;
    color: #005EB8;
    text-decoration: none;
}

.side-nav.bdusidenav a:hover {
    color: #FF9311 !important;
}

.box-all-n {
    margin: 0px !important;
}

.frame-custom-121 {
    margin: 0px !important;
    background: #bcd5f0;
}

.frame-custom-121 h2, .frame-custom-123 h2, .frame-custom-125 h2 {
    padding: 5px 10px 10px 50px;
    position: relative;
    background: #eceeef url(../img/bdue_icons/pinblue.png) 10px 8px no-repeat;
    background-size: 25px;
    color: #005eb8;
}

.frame-custom-125 h2 {
    background: #eceeef url(../img/bdue_icons/icon_grau.png) 10px 8px no-repeat;
    background-size: 28px;
    color: #4b4f54;
}

.frame-custom-121 p, .frame-custom-123 p {
    padding: 5px;
}

/*Box transp. Headerlinie blau*/
.frame-custom-122 h1:first-of-type, .frame-custom-122 h2:first-of-type {
    border-bottom: 2px solid #4b4f54;
}

/*Box orange Headerlinie orange*/
.frame-custom-123 {
    padding-bottom: 5px !important;
    background: #FDF4E4 !important;
}

.frame-custom-124 h1:first-of-type, .frame-custom-124 h2:first-of-type {
    border-bottom: 4px solid #ff9311;
    color: #005eb8;
    font-weight: bold;
}

.frame-custom-126 h1:first-of-type, .frame-custom-126 h2:first-of-type {
    border-bottom: 4px solid #005eb8;
    color: #005eb8;
    font-weight: bold;
}

.frame-custom-127, .frame-custom-128 {
    padding: 10px;
}

.frame-custom-127 {
    background-color: #eceeef;
}

.frame-custom-128 {
    background-color: #bcd5f0;
}

.frame-custom-127 h1:first-of-type, .frame-custom-127 h2:first-of-type, .frame-custom-127 h3:first-of-type, .frame-custom-127 h4:first-of-type, .frame-custom-128 h1:first-of-type, .frame-custom-128 h2:first-of-type, .frame-custom-128 h3:first-of-type, .frame-custom-128 h4:first-of-type {
    color: #005eb8;
}

.important-headline {
    border-bottom: 4px solid #ff9311;
}

/*linkboxen*/
.linkbox-bdu, .linkbox-pin, .linkbox-info, .linkbox-link
{
    padding: 5px 10px 10px 50px;
    position: relative;
    background-size: 25px;
    color: #005eb8;
}

.linkbox-bdu {
    background: #eceeef url(../img/bdue_icons/bdue_text.png) 10px 4px no-repeat;
    color: #005eb8;
}

.linkbox-pin {
    background: #E8EEF5 url(../img/bdue_icons/pingray.png) 10px 4px no-repeat;
}

.linkbox-info {
    background: #E8EEF5 url(../img/bdue_icons/info.png) 10px 4px no-repeat;
}

.linkbox-link {
    background: #E8EEF5 url(../img/bdue_icons/link.png) 10px 4px no-repeat;
}

.linkbox-bdu a, .linkbox-pin a, .linkbox-info a, .linkbox-link a {
    color: #005eb8 !important;
}

.linkbox-bdu a:hover, .linkbox-pin a:hover, .linkbox-info a:hover, .linkbox-link a:hover {
    color: #FF9311 !important;
}

.linkbox-bdu a:visited, .linkbox-pin a:visited, .linkbox-info a:visited, .linkbox-link a:visited {
    color: #969c9f !important;
}

.linkbutton-orange {
    background-color: #ff9311;
    padding: 5px 10px;
    position: relative;
}

.linkbutton-orange:hover {
    background-color: #005eb8;
}

.linkbutton-orange a, .linkbutton-orange a:hover, .linkbutton-orange a:visited {
    color: #ffffff;
    width: calc(100% - 42px);
    display: inline-block;
    font-size: 2.0rem;
    line-height: normal;
    font-weight: bold;
}

.linkbutton-orange a:after {
    content: ' ';
    position: absolute;
    right: 5px;
    top: -5px;
    background: url(../img/bdue_icons/arrow-white.png) 10px 5px no-repeat;
    width: 42px;
    height: 40px;
}

.linkbutton-blau {
    background-color: #005eb8;
    padding: 5px 10px;
    position: relative;
}

.linkbutton-blau:hover {
    background-color: #ff9311;
}

.linkbutton-blau a, .linkbutton-blau a:hover, .linkbutton-blau a:visited {
    color: #ffffff;
    width: calc(100% - 42px);
    display: inline-block;
    font-size: 2.0rem;
    line-height: normal;
    font-weight: bold;
}

.linkbutton-blau a:after {
    content: ' ';
    position: absolute;
    right: 5px;
    top: -5px;
    background: url(../img/bdue_icons/arrow-white.png) 10px 5px no-repeat;
    width: 42px;
    height: 40px;
}

.linkbutton-hell {
    background-color: #eceeef;
    padding: 5px 10px;
    position: relative;
}

.linkbutton-hell:hover {
    background-color: #eceeef;
}

.linkbutton-hell a, .linkbutton-hell a:visited {
    color: #005eb8;
    width: calc(100% - 42px);
    display: inline-block;
    font-size: 2.0rem;
    line-height: normal;
    font-weight: bold;
}

.linkbutton-hell a:hover {
    color: #ff9311;
    display: inline-block;
    font-size: 2.0rem;
    line-height: normal;
    font-weight: bold;
}

.linkbutton-hell a:after {
    content: ' ';
    position: absolute;
    right: 5px;
    top: -5px;
    background: url(../img/bdue_icons/arrow-blue.png) 10px 5px no-repeat;
    width: 42px;
    height: 40px;
}

#c1188 h1 {
    font-weight: bold;
    margin: 0px !important;
    padding: 0px !important;
}

.smhr {
    margin: 10px -10px !important;
}

#c2327, #c2399, #c2400 {
    padding: 0px 9px;
}

/*section arrows*/
.section-container .fi-plus {
    display: block;
    float: right;
    color: #005EB8;
}

.section-container .fi-minus {
    display: none;
}

.section-container .active .fi-plus {
    display: none;
}

.section-container .active .fi-minus {
    display: block;
    float: right;
    color: #005EB8;
}

.section-container h4 {
    background: #E8EEF5 !important;
}

.section-container h4 a {
    color: #005EB8 !important;
    padding: 0.9375em;
    font-size: 0.875em;
    display: block;
    background: none;
}

.news-single .article .news-img-wrap {
    float: left;
    width: 130px;
    margin: 1.25rem 25px 0 0px;
}

.news-related {
    width: 100%;
    padding: 15px;
    border: none;
    display: table-cell;
}

.side-nav li a:not(.button) {
    padding: 0;
}

ul.accordion {
    padding-left: 0;
    border-top: 1px solid #cccccc;
}

ul.accordion > li {
    padding: 0;
    border: solid 1px #cccccc;
}

ul.accordion > li > a {
    padding: 0.9375em;
    color: #005EB8 !important; /*font-weight: 600;*/
    font-weight: normal;
    font-size: 16px !important;
    background: #E8EEF5 !important;
}

.news-single-rightbox, .news-single-imgcaption, .news-latest-date, .news-latest-morelink, .news-latest-category, .news-list-category, .news-list-author, .news-list-imgcaption, .news-list-date, .news-list-browse, .news-amenu-container, .news-catmenu { /*font-size:10px;*/
}

/*-----------------------------------  clearer  -----------------------------------*//* prevent floated images from overlapping the div-containers they are wrapped in  */
.news-latest-container HR.clearer, .news-list-container HR.clearer, .news-list2-container HR.clearer, .news-list3-container HR.clearer, .news-single-item HR.cl-left, .news-single-item HR.cl-right {
    clear: both;
    height: 1px;
    border: none;
    padding: 0;
    margin: 0;
}

.news-list2-container HR.clearer, .news-list3-container HR.clearer {
    clear: both;
}

.news-single-item HR.cl-left {
    clear: left;
}

/*.news-single-img {max-width: 240px;}.news-single-img img {width: 100%; height:auto;}*//*-----------------------------------  tt_news LATEST view  -----------------------------------*/
.news-latest-container {
    padding: 10px;
}

.news-latest-gotoarchive {
    padding: 3px;
    margin: 3px;
    background-color: #f3f3f3;
}

.news-latest-container H2 {
    padding: 0 0 2px 0;
    margin: 0;
}

.news-latest-item {
    padding: 3px;
    margin: 0;
}

.news-latest-item IMG {
    margin: 0 5px 5px 0;
    float: left;
    border: none;
}

.news-latest-category IMG {
    float: none;
    border: none;
    margin: 0px;
}

.news-latest-item > p {
    margin: 0;
    padding: 0;
}

.f3-widget-paginator {
    text-align: right;
}

.f3-widget-paginator li {
    list-style-type: none;
    display: inline-block;
    padding: 5px 10px;
}

/*--------------------------------- tt_news LIST view  -----------------------------------*/
.nl2 h2 { /*min-height: 55px;*/
}

#c119 .latest-list p {
    margin: 0px !important;
    padding: 0px !important;
}

.news-list-container {
    padding: 10px 0;
}

.news-list-item {
    padding: 0 0 10px 0;
    margin-bottom: 15px;
}

.news-list-inner { /*background: rgba(239,243,249,1);*/ /*background: -moz-linear-gradient(top, rgba(239,243,249,1) 0%, rgba(255,255,255,1) 100%);*/ /*background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(239,243,249,1)), color-stop(100%, rgba(255,255,255,1)));*/ /*background: -webkit-linear-gradient(top, rgba(239,243,249,1) 0%, rgba(255,255,255,1) 100%);*/ /*background: -o-linear-gradient(top, rgba(239,243,249,1) 0%, rgba(255,255,255,1) 100%);*/ /*background: -ms-linear-gradient(top, rgba(239,243,249,1) 0%, rgba(255,255,255,1) 100%);*/ /*background: linear-gradient(to bottom, rgba(239,243,249,1) 0%, rgba(255,255,255,1) 100%);*/ /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff3f9', endColorstr='#ffffff', GradientType=0 );*/ /*border-top: 5px solid #8AADD6;*/
    border-bottom: 2px solid #ff9311;
    padding-bottom: 10px;
}

.topnews .csc-default, .topnewslist ul {
    margin-bottom: 0px !important;
}

.news-list-inner p {
    padding-top: 10px;
}

.news-list-container H2 {
    margin: 5px 0px !important;
    padding: 5px 0px !important;
    clear: both;
}

.news-list-date {
    float: left;
    display: block;
    padding-left: 0px;
}

span.date {
    font-size: 140%;
    font-size: 1.4rem;
}

.news-list-imgcaption {
    padding: 3px 3px 0 0;
}

.news-list-container IMG {
    float: left;
    margin: 0 5px 5px 0px;
    border: none;
}

.news-list-category IMG {
    float: none;
    border: none;
    margin: 0px;
}

.news-list-morelink {
    padding-left: 5px;
}

.nlmore {
    padding-left: 5px !important;
}

/*---------------------------------  LIST2 / 3 ---------------------------------*/
.news-list2-container, .news-list3-container {
    padding: 0 0 10px 0;
}

.news-list2-container, .news-list3-container {
    background: #e5e5e5;
}

.news-list3-item, .list2-subdiv-hdr {
    background: #f1f1f1;
}

.news-list2-container .hdr-left, .news-list2-container .hdr-right, .news-list3-container .list3-left, .news-list3-container .list3-right {
    width: 48%;
    float: left;
    padding: 5px;
}

.news-list2-container .sub-left, .news-list2-container .sub-middle, .news-list2-container .sub-right {
    width: 31%;
    float: left;
    padding: 5px;
}

.news-list3-item {
    padding: 5px;
}

.news-list3-item, .list3-subdiv, .list2-subdiv {
    border-top: 5px solid #fff;
}

.news-list2-container IMG {
    float: right;
    margin: 0 2px 5px 5px;
    border: none;
}

.news-list3-container IMG {
    float: left;
    margin: 0 5px 5px 2px;
    border: none;
}

/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.news-list-browse {
    text-align: center;
    margin-bottom: 20px;
}

.activeLinkWrap {
    font-weight: bold;
}

.disabledLinkWrap {
    color: #999;
}

.disabledLinkWrap, .browseLinksWrap a, .activeLinkWrap {
    padding: 0 1px;
}

/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
    padding: 5px;
    margin-bottom: 5px;
}

.news-single-item h2 {
    margin: 5px 0px !important;
    padding: 5px 0px !important;
}

.news-single-item .nsbody {
    color: #4B4F54;
    padding: 10px 0px 10px 0px !important;
}

.news-single-img {
    float: left;
    margin: 0px 10px 10px 0px;
    padding: 0;
}

.news-single-img img {
    border: none;
}

.news-single-imgcaption {
    padding: 1px 0 3px 0;
    margin: 0;
}

.news-single-rightbox {
    float: none;;
    width: 160px;
    text-align: left;
    clear: both;
}

.news-single-backlink {
    padding: 10px 0px;
    text-align: center;
}

.news_detail-inner {
    border-top: 5px solid #005eb8;
    padding-top: 20px; /*background: rgba(239,243,249,1);*/ /*background: -moz-linear-gradient(top, rgba(239,243,249,1) 0%, rgba(255,255,255,1) 26%, rgba(255,255,255,1) 100%);*/ /*background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(239,243,249,1)), color-stop(26%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));*/ /*background: -webkit-linear-gradient(top, rgba(239,243,249,1) 0%, rgba(255,255,255,1) 26%, rgba(255,255,255,1) 100%);*/ /*background: -o-linear-gradient(top, rgba(239,243,249,1) 0%, rgba(255,255,255,1) 26%, rgba(255,255,255,1) 100%);*/ /*background: -ms-linear-gradient(top, rgba(239,243,249,1) 0%, rgba(255,255,255,1) 26%, rgba(255,255,255,1) 100%);*/ /*background: linear-gradient(to bottom, rgba(239,243,249,1) 0%, rgba(255,255,255,1) 26%, rgba(255,255,255,1) 100%);*/ /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff3f9', endColorstr='#ffffff', GradientType=0 );*/
}

.news-single-additional-info {
    margin-top: 15px;
    padding: 3px;
    clear: both;
}

.news-single-related, .news-single-files, .news-single-links {
    margin: 0;
    margin-bottom: 3px;
    padding: 3px;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
    margin-left: 20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
    font-weight: bold;
    margin-left: 5px;
}

.news-single-files DD A {
    padding: 0 3px;
}

/*--------------------------------- SINGLE2  ---------------------------------*/
.sv-img-big img, .sv-img-small img {
    border: none;
}

.sv-img-big {
    float: right;
    padding: 10px 0 2px 10px;
}

.sv-img-small-wrapper {
    padding: 15px 0;
}

.sv-img-small {
    float: left;
    padding: 0 10px 10px 0;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
    width: auto;
    padding: 0;
    margin-left: 10px;
}

.news-amenu-container LI {
    padding-bottom: 1px;
    list-style: none !important;
}

.news-amenu-container LI:hover { /*background-color: #f3f3f3;*/
}

.news-amenu-container UL {
    padding: 0;
    margin: 0;
    margin-top: 5px;
    list-style-type: none;
}

.news-amenu-item-year {
    font-weight: bold;
    margin-top: 10px;
    padding: 2px;
    background-color: #f3f3f3;
}

.amenu-act {
    background: #fff;
    font-weight: bold;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */
.news-catmenu {
    padding: 10px;
}

ul.tree {
    list-style: none;
    margin: 0;
    padding: 0;
    clear: both;
}

ul.tree A {
    text-decoration: none;
}

ul.tree A.pm {
    cursor: pointer;
}

ul.tree img {
    vertical-align: middle;
}

ul.tree ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 17px;
}

ul.tree ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 10px;
    white-space: nowrap;
}

ul.tree ul li.expanded ul {
    background: transparent url('../typo3/gfx/ol/line.gif') repeat-y top left;
}

ul.tree ul li.last > ul {
    background: none;
}

ul.tree li.active, ul.tree ul li.active {
    background-color: #ebebeb !important;
}

ul.tree li.active ul, ul.tree ul li.active ul {
    background-color: #f7f3ef;
}

@media all and (max-width: 850px) {
    .five-columns .small-12 {
        width: 100% !important;
    }
}

@media all and (max-width: 1200px) and (min-width: 640px) {
    .maincontent {
        padding-right: 45px;
    }

    .logo-nav-area {
        padding-right: 45px;
    }
}

@media all and (max-width: 768px) {
    .jetmenu > li > a { /*color: #FFF!important;*/
        padding: 15px 25px !important;
    }
}

.z-tabs.flat.xlarge > ul > li > a {
    padding: 10px !important;
}

.z-tabs.flat.flat-belize-hole > ul.z-tabs-nav > li.z-active > a, .z-tabs.flat.flat-belize-hole > ul.z-tabs-mobile.z-state-closed > li a, .z-tabs.flat.flat-belize-hole > ul.z-tabs-mobile > li a { /*background: #BCD5F0 !important;*/
}

span.resetbutt a, span.submitbutt input, input.kesGreyButt, span.kesGreyButt {
    color: #4B4F54;
}

.kesearch_pagebrowser ul li {
    list-style-type: none;
    float: left;
}

.z-tabs.flat.flat-orange > ul.z-tabs-nav > li.z-active > a, .z-tabs.flat.flat-orange > ul.z-tabs-mobile.z-state-closed > li a, .z-tabs.flat.flat-orange > ul.z-tabs-mobile > li a {
    font-weight: bold;
}

.no-news-found {
    display: none;
}

.z-tabs-mobile .z-title {
    color: #fff;
    width: 95%;
    display: inline-block;
}

.side-nav li.active > a:first-child:not(.button) {
    color: #003359;
}

li {
    margin-left: 1em;
}

.z-tabs .z-content-inner > header {
    display: none;
}

.z-accordion .z-content > div > div > header {
    display: none;
}

.accordion .content > div > header {
    display: none;
}
