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

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

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

.clearfix {
    display: block;
}

/* HTML5  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: 'Microsoft YaHei', sans-serif;
    background: #fff;
    color: #333333;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

.inhalt img,
.bgimage img {
    width: 100%;
    height: auto;
}

.news img {
    width: inherit;
    height: inherit;
    max-width: 100%;
}

video {
    width: 100%;
    height: auto;
}

p {
    line-height: 1.5;
    padding: .5em 35px 1em 0;
}

.cnt {
    padding: 0 100px;
    max-width: 1440px;
}

/*  COLUMN SETUP  */
.margin0 {
    margin: 0 !important;
}

.padding0 {
    padding: 0 !important;
}

.col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}

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

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

.group:after {
    clear: both;
}

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

/*  GRID OF TWELVE  */
.span_12_of_12 {
    width: 100%;
}

.span_11_of_12 {
    width: 91.53%;
}

.span_10_of_12 {
    width: 83.06%;
}

.span_9_of_12 {
    width: 74.6%;
}

.span_8_of_12 {
    width: 66.13%;
}

.span_7_of_12 {
    width: 57.66%;
}

.span_6_of_12 {
    width: 49.2%;
}

.span_5_of_12 {
    width: 40.73%;
}

.span_4_of_12 {
    width: 32.26%;
}

.span_3_of_12 {
    width: 23.79%;
}

.span_2_of_12 {
    width: 15.33%;
}

.span_1_of_12 {
    width: 6.866%;
}

.startseite .col:nth-child(3),
.map .col:nth-child(2),
.info .col:nth-child(2),
.startseite .col:nth-child(6),
.startseite .col:nth-child(8),
.col.ohne {
    margin-left: 0;
}

.info .col:first-child,
.anwendungen .col:nth-child(3) {
    margin-left: 1.6%;
}

.box h1,
.box h2,
.box h3,
.box h4,
.box h5 {
    padding: 40px 25px 20px 35px;
}

h1,
h2,
h3,
h4,
h5 {
    color: #00457d;
    font-weight: normal;
    padding: 40px 35px 20px 0;
}

h3 {
    font-size: 1.4em;
    line-height: 1.2;
}

h1,
.unterseite h2 {
    font-size: 2.5em;
    line-height: 1.2;
}

a {
    color: #009EE0;
    text-decoration: none;
    transition: color 0.5s ease;
    font-family: "Microsoft YaHei", sans-serif;
}

a.button {
    font-family: 'Microsoft YaHei', sans-serif;
    color: #fff;
    border: 0;
    color: #fff;
    background: #009EE0;
    padding: .5em 1.3em;
    cursor: pointer;
    transition: background-color 0.5s ease;
    border-radius: 4em;
    margin-top: .5em;
    display: inline-block;
}

a.buttonweiss {
    font-family: '微软雅黑', sans-serif;
    padding: .5em 1.5em;
    cursor: pointer;
    transition: background-color 0.5s ease;
    border-radius: 4em;
    margin-top: .5em;
    display: inline-block;
    color: #009EE0 !important;
    border: 1px solid #009EE0
        /*cyan */
    ;
    color: #009EE0;
    background: #fff;
    margin-left: 1em;
    display: inline-block;
}

a:hover {
    text-decoration: none;
}

header .menutop li a,
header .language a {
    color: #00457D;
    font-family: "Microsoft YaHei", sans-serif;
}

a.button.html5lightbox {
    position: relative;
    padding-left: 45px;
}

a.button.html5lightbox::after {
    content: " ";
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../images/icon/Video.png) no-repeat center;
    background-size: 24px;
    left: 15px;
}

/*container*/
.width1440 {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0;
}

.bgimage {
    position: absolute;
    z-index: -1;
    height: 804px;
    overflow: auto;
}

header {
    position: relative;
    height: 116px;
    background: #fff;
    z-index: 1;
}

header .logo {
    position: absolute;
    height: 30px;
    width: 110px;
    top: 60px;
    left: 50px;
}

header .logo .screen.ninety {
    background: rgba(0, 0, 0, 0) url(../images/logo90EN.png) no-repeat scroll 0 0 / 111px 30px;
    height: 30px;
    width: 111px;
}

header .logo .screen {
    background: rgba(0, 0, 0, 0) url(../images/logo.png) no-repeat scroll 0 0 / 165px 56px;
    height: 56px;
    width: 165px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-indent: -9999px;
}

header .logo .druck {
    display: none;
}

header .menutop {
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 100px;
    top: 20px;
}

header .menutop li {
    float: left;
    padding: 0 20px 10px 20px;
}

header .language a {
    margin: 0;
    background: url(../images/icon/nav_arrow_p.png) right 50% no-repeat;
    background-size: 16px 16px;
    padding: 0;
    position: absolute;
    right: 40px;
    top: 20px;
    cursor: pointer;
    padding-right: 20px;
}

header .language a.active {
    background: url(../images/icon/nav_arrow_a.png) right 50% no-repeat;
    background-size: 16px 16px;
}

header .language .box-content {
    top: 36px;
    right: 44px;
    width: auto;
}

header .box-content {
    display: none;
    position: absolute;
    z-index: 1999;
    background: #fff;
    padding: 15px;
}



header .language li {
    margin: 0;
    padding: .5em 0;
    display: block;
    padding-right: 0;
}

header .language li a {
    background: none;
    background-size: 16px 16px;
    position: inherit;
    padding-right: 0;
}

header .language .box-content {
    top: 36px;
    right: 44px;
    width: auto;
}

header .box-content {
    display: none;
    position: absolute;
    z-index: 1999;
    background: #fff;
    padding: 15px;
}

header a.suche {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 90px;
    margin: 0;
    padding: 0;
    top: 55px
}

header a.suche {
    background: url("../images/icon/ICN-search.png") 50% 50% no-repeat;
    background-size: 23px 23px;
    text-indent: -9999px;
    width: 55px;
    color: #fff;
    margin: 0;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    padding: 19px 0;
    cursor: pointer;
}

header .search .box-content {
    top: 116px;
    right: 0;
    width: 300px;
}

header .box-content {
    display: none;
    position: absolute;
    z-index: 1999;
    background: #fff;
    padding: 15px;
}

header .search .box-content input[type="text"] {
    float: left;
    border: 0;
    width: 75%;
    padding: 12px 10px;
    font-family: 'Microsoft YaHei', sans-serif;
    font-size: 1.125em;
    color: #00457D;
}

header .search .box-content input[type="submit"] {
    background: #fff url(../images/icon/ICN-search.png) 50% 50% no-repeat;
    width: 15%;
    float: left;
    cursor: pointer;
    border: 0;
    padding: 12px 10px;
}

.menu-button {
    display: block;
    position: absolute;
    right: 35px;
    top: 55px;
    z-index: 1000;
    width: 50px;
    color: #fff;
    padding: 19px 0;
    background: url(../images/icon/hamburger.png) no-repeat center center;
    text-indent: -9999px;
    font-size: 0;
    cursor: pointer;
    background-size: 30px 30px;
}

.flexnav.opacity {
    opacity: 0;
}

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


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

.flexnav li {
    font-size: 100%;
    position: relative;
    overflow: hidden;
}

.flexnav li a {
    position: relative;
    display: block;
    padding: .96em;
    z-index: 2;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    background: #00457D;
}

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

.flexnav .touch-button.active {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    background: url(../images/icon/nav_minus.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 18px 18px;
    text-align: center;
}

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

.flexnav li ul li a {
    border-top: 0;
    padding: .96em .96em .96em 1.96em;
    font-weight: 400;
    font-size: 0.875em;
}

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

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

/*headcnt*/
.headcnt {
    min-height: 464px;
    margin: 220px 0 0;
}

.startseite .box {
    min-height: 374px;
}

.headcnt .box {
    background: #fff;
}

.box {
    padding: 0 0 2em 0;
    padding: 0 0 1.5em 0;
}

.headcnt .box h1 {
    padding: 40px 55px 20px;
}

.headcnt h1 {
    padding: 40px 55px 20px;
}

.headcnt .box p {
    padding: .5em 55px 1em;
}

.box p {
    line-height: 1.5;
    padding: .5em 25px 1em 35px;
}

/*footer*/

footer#menufooter {
    background: #006FBC;
    z-index: 1;
    padding-bottom: 2em;
}

footer#menufooter h3 {
    font-size: 1.75em;
}

footer#menufooter h4 {
    font-size: 1.125em;
    font-family: 'Microsoft YaHei', sans-serif;
    margin-bottom: 1em;
    padding: 1em 0 1em;
    border-bottom: 1px solid #fff;
}

footer#menufooter ul.sitemapfooter li {
    float: left;
    width: 45%;
    list-style: none;
    padding: 0;
}

footer#menufooter li {
    margin: .5em 0;
}

footer#menufooter h3,
footer#menufooter h4,
footer#menufooter li,
footer#menufooter a {
    color: #fff;
    font-family: 'Microsoft YaHei', sans-serif;
}

footer#menufooter a:before {
    content: "\2192 ";
    margin-right: 5px;
}

footer#menufooter .col:nth-child(2) {
    margin-left: 0;
}

footer#menufooter2 {
    color: #00457D;
}

footer#menufooter2 span {
    padding: 0 2em;
}

footer#menufooter2 a {
    color: #00457D;
}

footer#menufooter2 ul.social {
    text-align: center;
}

footer#menufooter2 ul.social li {
    display: inline;
    list-style-type: none;
    position: relative;
}

footer#menufooter2 ul.social a {
    text-indent: -9999px;
    width: 36px;
    color: #fff;
    margin: 0;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    padding: 10px;
}

footer#menufooter2 ul.social a.fb {
    background: url(../images/icon/icon_fb.png) 50% 50% no-repeat;
    background-size: 50%;
}

footer#menufooter2 ul.social a.xing {
    background: url(../images/icon/icon_xing.png) 50% 50% no-repeat;
    background-size: 50%;
}

footer#menufooter2 ul.social a.ln {
    background: url(../images/icon/icon_ln.png) 50% 50% no-repeat;
    background-size: 50%;
}

footer#menufooter2 ul.social a.youku {
    background: url(../images/icon/youku.png) 100% 150% no-repeat;
    background-size: 100%;
    width: 60px;
    vertical-align: bottom;
}

footer#menufooter2 ul.social a.weixin {
    background: url(../images/icon/weixin.png) 50% 50% no-repeat;
    background-size: 60%;
}

footer#menufooter2 ul.social {
    position: relative;
}

/*footer#menufooter2 ul.social a.weixin:hover+.weixin_icon {
	display:block;
}*/
footer#menufooter2 .weixin_icon {
    display: none;
    position: absolute;
    bottom: 25px;
    left: -75px;
}

footer#menufooter2 .weixin_icon img {
    width: 150px;
}

.class-br{
    display: none;
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.content input[type="text"],
.content input[type="password"],
.content input[type="email"] {
    width: 100%;
    font-size: 1em;
    border: 0;
    background: #e5e6e5;
    color: #00457D;
    padding: 1em;
}

.content textarea {
    width: 100%;
    font-size: 1em;
    border: 0;
    background: #e5e6e5;
    color: #00457D;
    padding: 1em;
}

.content form button,
.content form input[type="submit"],
.content form input[type="button"]{
    border: 0;
    color: #fff;
    background: #009EE0;
    padding: .75em 1.5em;
    cursor: pointer;
    border-radius: 5em;
    background-color: #009EE0;
    width: inherit;
    font-size: 1em;
    transition: background-color 0.5s ease;
}

.content form button:hover,
.content form button:focus,
.content form input[type="submit"]:hover,
.content form input[type="submit"]:focus {
    background: #006FBC;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.caption-text {
    padding: 17px;
}

.caption-title {
    padding: 18px 17px 8px 17px;
    background: rgba(255, 255, 255, 1);
    font-weight: 700;
}

.carousel-indicators.new {
    width: 100%;
    margin: 0;
    left: 0;
    text-align: center;
}

.carousel-indicators.new {
    bottom: 20px;
}

.carousel-indicators.new li {
    display: inline-block;
    float: inherit;
    width: 15px;
    height: 15px;
    background: #fff;
    webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border: 0;
    margin: 0 3px;
}

.carousel-indicators.new li.active {
    background: rgba(0, 158, 224, 0.9);
}

.left.carousel-control.new-carousel,
.right.carousel-control.new-carousel {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 60px;
    margin: -30px 0 0;
    position: absolute;
    top: 60%;
    z-index: 10;
    overflow: hidden;
    /* opacity: 0;*/
    cursor: pointer;
    color: rgba(0, 158, 224, 0.9);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.left.carousel-control.new-carousel {
    left: 10px;
}

.right.carousel-control.new-carousel {
    right: 10px;
}

.left.carousel-control.new-carousel .glyphicon-chevron-left,
.right.carousel-control.new-carousel .glyphicon-chevron-right,
.carousel-control .icon-next,
.left.carousel-control.new-carousel .icon-prev {
    position: absolute;
    top: 50%;
    /* -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);*/
    z-index: 5;
    display: inline-block;
    font-size: 40px;
    margin-right: 0;
}

.left.carousel-control.new-carousel .glyphicon-chevron-left {
    margin-right: -25%;
    margin-top: -25%;
}

.right.carousel-control.new-carousel .glyphicon-chevron-right {
    margin-right: -25%;
    margin-top: -25%;
}

div.csc-textpic,
div.csc-textpic div.csc-textpic-imagerow,
ul.csc-uploads li {
    overflow: hidden;
}

div.csc-textpic-center .csc-textpic-imagewrap,
div.csc-textpic-center figure.csc-textpic-imagewrap {
    overflow: hidden;
}

div.csc-textpic-center .csc-textpic-center-outer {
    position: relative;
    float: right;
    right: 50%;
}

div.csc-textpic-center .csc-textpic-center-inner {
    position: relative;
    float: right;
    right: -50%;
}

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

.teaser.linkrot a.internal-link {
    color: #ff8800;
}

div.csc-textpic .csc-textpic-imagewrap figure,
div.csc-textpic figure.csc-textpic-imagewrap {
    margin: 0;
    display: table;
}


.teaser.list-info .box {
    height: 370px !important;
    overflow-y: auto;
}


.tx-irfaq-faqcontroller .faq {
    margin: 0 0 1em 0;
}

h4.tx-irfaq-dynheader {
    padding: 5px 25px 5px 25px;
}

h4.tx-irfaq-dynheader:hover {
    cursor: pointer;
}

.tx-irfaq-toggle-plus {
    background: url(../images/icon/icon_plus.png) 0 10px no-repeat;
    background-size: 16px 16px;
}

.tx-irfaq-toggle-minus {
    background: url(../images/icon/icon_minus.png) 0 10px no-repeat;
    background-size: 16px 16px;
}

h4 {
    font-size: 1.375em;
    line-height: 1.2;
}

.tx-irfaq-dynans {
    display: none;
}

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

div.csc-textpic-intext-left .csc-textpic-imagewrap,
div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
    margin-right: 10px;
}

.csc-textpic-intext-left-nowrap .csc-textpic-text {
    margin-left: 1250px;
}

.csc-textpic-intext-left-nowrap-620 .csc-textpic-text {
    margin-left: 620px;
}

.subsite-teasers .section:nth-child(odd) .col.distance h2,
.subsite-teasers .section:nth-child(odd) .col.distance p,
.span_12_of_12.teaser .csc-textpic-intext-left-nowrap h4,
.span_12_of_12.teaser .csc-textpic-intext-left-nowrap p {
    margin-left: 10% !important;
}

.csc-textpic-intext-right-nowrap .csc-textpic-text {
    margin-right: 1250px;
}

.csc-textpic-intext-right-nowrap-620 .csc-textpic-text {
    margin-right: 620px;
}

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

div.csc-textpic-intext-right .csc-textpic-imagewrap,
div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
    margin-left: 10px;
}

.span_12_of_12.teaser .csc-textpic-intext-right-nowrap h4,
.span_12_of_12.teaser .csc-textpic-intext-right-nowrap p {
    margin-left: 3% !important;
}

.tx-felogin-pi1 legend {
    margin: 1em 0;
    font-size: 1.25em;
}

.tx-felogin-pi1 label {
    display: block;
    margin: .5em 0;
}

.content .tx-felogin-pi1 form button,
.content .tx-felogin-pi1 form input[type="submit"] {
    margin-top: 2em;
}

.newsliste {
    margin: 2em 0;
}

.newsliste h2 {
    padding: .2em 0 1em;
    font-size: 1.8em;
}

.newsliste hr {
    border: 0;
    color: #979797;
    background-color: #979797;
    height: 1px;
}

.csc-textpic-intext-left-nowrap-305 .csc-textpic-text {
    margin-left: 305px;
}

.csc-textpic-intext-right-nowrap-305 .csc-textpic-text {
    margin-right: 305px;
}

.content strong,
.content b {
    font-weight: 700;
}

/*图片弹窗样式
 暂时不用
*/
/*.lightbox{
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%);
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: hidden;
}

.lightboxOverlay{
    background: rgba(0,69,125,1);
}

.lb-nav{
    z-index: 0;
}

.lb-nav a.lb-prev{
    background: rgba(0,0,0,0.7) url(../lightbox/images/previous.svg) no-repeat scroll center center / 24px auto;
    cursor: pointer;
    display: block;
    height: 44px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-100%,-50%);
    transform: translate(-100%,-50%);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 44px;
    z-index: 10003;
}

.lb-nav a.lb-prev {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1 !important;
    position: fixed;
    left: 44px;
     -webkit-transform: translate(-100%,-50%);
    transform: translate(-100%,-50%);
    top: 50%;
}

.lb-nav a.lb-next{
    background: rgba(0,0,0,0.7) url(../lightbox/images/next.svg) no-repeat scroll center center / 24px auto;
    cursor: pointer;
    display: block;
    height: 44px;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 44px;
    z-index: 10003;
}

.lb-nav a.lb-next {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1 !important;
    position: fixed;
    right: -44px;
     -webkit-transform: translate(-100%,-50%);
    transform: translate(-100%,-50%);
    top: 50%;
}

.lb-outerContainer{
    margin: 0;
    background: none;
}*/

.headcnt .teaser .csc-textpic,
.headcnt .teaser .csc-textpic-text {
    border: 1px solid #ccc;
    padding: 2em;
}

.csc-textpic-intext-left-nowrap-208 .csc-textpic-text {
    margin-left: 208px;
}

.tx-indexedsearch .tx-indexedsearch-whatis {
    padding: 40px 35px 20px 0;
    font-size: 1.375em;
    line-height: 1.2;
    color: #00457D;
}

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

.content .tx-indexedsearch-browsebox ol li,
.content .tx-indexedsearch-browsebox ul li {
    display: inline-block;
    margin-right: 1em;
}

.tx-indexedsearch-res {
    margin-bottom: 3em;
}

a.download:before {
    content: "\2192 ";
    margin-right: 5px;
}

.content .form-item-label,
.powermail_label {
    margin: 0 0 .5em 0;
    display: block;
}

.content .form-item-label.big,
.powermail_fieldwrap_type_check label.powermail_label {
    margin: 1em 0 1em 0;
    font-size: 1.25em;
}

.content .form-item-input-checkbox,
.checkbox {
    margin: 0 0 .5em 0;
}

.content .checkmark {
    position: absolute;
    top: 0;
    left: 2px;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #e0e0de;
}

.content .checkbox label {
    display: block;
    position: relative;
    padding-left: 35px;
    padding-top: 5px;
    padding-bottom: 10px;
    cursor: pointer;
    font-size: 1.0em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.content .checkbox:hover input~.checkmark {
    background-color: #e0e0de;
}

.content .checkbox input:checked~.checkmark {
    background-color: #009EE0;
}

.content .checkbox input:checked~.checkmark:after {
    display: block;
}

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

.content .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.content input[type="date"],
.content input[type="time"],
.content input[type="number"] {
    font-size: 1em;
    border: 0;
    background: #e5e6e5;
    color: #00457D;
    padding: 1.25em;
}

.content input[type="number"] {
    padding: .75em;
}

.news-single-img {
    float: right;
    margin: 0 0 1em 2em;
}

.newssingle h2 {
    font-size: 1.8em;
    padding: .5em 35px 20px 0;
}

.news-single-imgcaption {
    font-style: italic;
}

.content table.contenttable th[scope=row] {
    color: #363d3f;
    padding-left: 0;
    border-bottom: 1px solid #d7d7d9;
    vertical-align: top;
    width: 200px;
    font-weight: normal;
}

.content table.contenttable th {
    padding: 1em;
    text-align: left;
    font-family: "微软雅黑", sans-serif;
}

.content table.contenttable td {
    border-left: 1px solid #d7d7d9;
    padding: 1em;
    border-bottom: 1px solid #d7d7d9;
    vertical-align: top;
}

.content table.contenttable {
    border-top: 1px solid #d7d7d9;
    width: 100%;
    font-size: 1em;
}

.content ul.check p {
    padding: 0;
}

.startseite .box.clearwidth {
    min-height: initial;
}

.csc-textpic-intext-left-nowrap-620 .csc-textpic-text h4,
.csc-textpic-intext-left-nowrap-620 .csc-textpic-text p {
    padding-left: 10%;
}

.csc-textpic-intext-right-nowrap-620 .csc-textpic-text h4,
.csc-textpic-intext-right-nowrap-620 .csc-textpic-text p {
    padding-left: 3%;
}

.csc-textpic.csc-textpic-intext-right-nowrap.csc-textpic-intext-right-nowrap-620 .csc-textpic-imagewrap {
    margin-right: 0
}


/*博客页面*/
.blog-breadcrumb {
    background-color: #f5f6f5;
    background-position: center center;
    background-repeat: no-repeat;
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 10px;
}

.blog-breadcrumb .fusion-layout-column {
    margin-top: 0px;
    margin-bottom: 0px;
}

.blog-breadcrumb .fusion-layout-column .fusion-column-wrapper {
    padding: 0px 0px 0px 0px;
    background-position: left top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.blog-breadcrumb .fusion-layout-column .fusion-column-wrapper .fusion-title {
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 0px
}

.blog-breadcrumb .fusion-widget-area-1 {
    padding: 0 0 25px 0
}

.blog-breadcrumb .fusion-widget-area-1 .widget h4 {
    color: #00457d
}

.blog-breadcrumb .fusion-widget-area-1 .widget .heading h4 {
    color: #00457d
}

#menu-widget-5 {
    text-align: left
}

#menu-widget-5>.fusion-widget-menu li {
    display: inline-block
}

#menu-widget-5 ul li a {
    display: inline-block;
    padding: 0;
    border: 0;
    color: #009ee0;
    font-size: 16px
}

#menu-widget-5 ul li a:after {
    content: '';
    color: #009ee0;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px
}

#menu-widget-5 ul li a:hover,
#menu-widget-5 ul .menu-item.current-menu-item a {
    color: #00457d
}

#menu-widget-5 ul li:last-child a:after {
    display: none
}

#menu-widget-5 ul li .fusion-widget-cart-number {
    margin: 0 7px;
    background-color: #00457d;
    color: #009ee0
}

#menu-widget-5 ul li.fusion-active-cart-icon .fusion-widget-cart-icon:after {
    color: #00457d
}


/*博客页面*/
.blog_page .inhalt .csc-textpic-imagewrap,
.blog_page .info .csc-textpic-imagewrap {
    margin-right: inherit;
}

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

.blog_page .csc-textpic-text h2 a {
    font-style: normal;
    font-size: 26px;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 0px;
}

.blog_page .inhalt .box.blue,
.blog_page .inhalt .box.white {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.blog_page .inhalt .box.blue {
    height: 788px;
}

.blog_page .inhalt .box.white {
    height: 459px;
}

.blog_page .inhalt .box.white .csc-textpic-text h2 a {
    color: #00457d;
}

.blog_page .inhalt .csc-textpic {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.blog_page .csc-textpic-text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog_page .csc-textpic-text .fusion-post-content-container {
    margin-bottom: 20px;
}

.blog_page .csc-textpic-text .fusion-meta-info {
    margin-top: auto;
}

.blog_single_page .fusion-meta-info {
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
    padding: 5px 0;
    border-color: #e0dede;
    font-size: 16px;
}

.fusion-inline-sep {
    padding: 0 5px;
}

.fusion-post-title-meta-wrap {
    width: 100%;
    margin: 60px auto 45px auto;
}

.blog_page .inhalt.blog_single_page {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.blog_page a.internal-link.button:before {
    content: none;
}

.related-posts {
    margin-top: 60px;
    margin-bottom: 15px;
}

.related-posts {
    padding-left: 100px;
    padding-right: 100px;
}

.single-related-posts {
    clear: both;
}

.fusion-title.fusion-sep-none {
    display: block;
}

.fusion-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 31px;
    overflow: hidden;
}

.related-posts .fusion-title h2 {
    margin-top: 10px;
    font-family: "DIN W01 Medium";
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0px;
    font-size: 18px;
    color: #00457d;
    font-style: normal;
    padding-bottom: 0;
    padding: 0;
    text-align: left;
    flex-grow: 0;
    margin-bottom: 20px;
}

.fusion-carousel {
    overflow: hidden;
    padding: 0;
}

.fusion-carousel .fusion-carousel-positioner {
    position: relative;
}

.fusion-carousel .fusion-carousel-item {
    border: 1px solid #d2d2d2;
}

.fusion-carousel .fusion-carousel-item {
    display: block;
    float: left;
    padding: 0;
}

.fusion-carousel .fusion-carousel-item .fusion-image-wrapper {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    max-width: 100%;
}

.fusion-image-wrapper {
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.fusion-carousel .fusion-carousel-item img {
    vertical-align: middle;
    width: 100%;
    height: auto;
}

.related-posts *>h4.fusion-carousel-title {
    font-size: 21px;
    color: #00457d;
}

.related-posts *>h4.fusion-carousel-title a {
    color: #009ee0;
    transition-property: color, background-color, border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
}

.fusion-carousel .fusion-carousel-title {
    padding: 0 15px 10px 15px;
}

.fusion-carousel-title-below-image .fusion-carousel-meta,
.fusion-carousel-title-below-image .fusion-carousel-title {
    text-align: left;
}

.fusion-carousel .fusion-carousel-title {
    margin: 15px 0 3px;
}

.fusion-carousel-title-below-image .fusion-carousel-meta {
    margin-bottom: 15px;
    padding: 0 15px 0 15px;
    font-size: 14px;
}

.fusion-carousel-title-below-image .fusion-carousel-meta,
.fusion-carousel-title-below-image .fusion-carousel-title {
    text-align: left;
}

.blog_page .fusion-single-line-meta span,
.blog_page .fusion-single-line-meta a,
.blog_page .fusion-post-content-container p {
    font-size: 14px;
}

.blog_page .box h2 {
    padding: 28px 25px 20px 35px;
}

.blog_page .info .box {
    height: 245px;
}

.tan_box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 11;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.docu.inquiry {
    border-bottom: 0;
    margin-bottom: 0;
}

.tan_chuan {
    position: absolute;
    height: auto;
    width: 700px;
    top: 50%;
    left: 55%;
    margin-top: -190px;
    margin-left: -450px;
    background-color: #fff;
    padding: 25px !important;
    height: auto;
    max-height: 700px;
    overflow: hidden;
    overflow-y: auto;
    border: 2px solid rgb(0, 158, 224) !important;
}

.guanbi {
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(../images/icon/uploadify-cancel.png) no-repeat center;
    right: 10px;
    top: 10px;
}

.docu h3 {
    height: 40px;
    line-height: 40px;
    background: url(../images/hbj.png) no-repeat;
    background-size: cover;
    font-size: 28px;
    font-family: "微软雅黑";
    margin-bottom: 30px;
}

.tan_box.content input[type="text"],
.tan_box.content input[type="password"],
.tan_box.content input[type="email"] {
    width: 30%;
    margin-right: 10px;
}

.tan_box.content form button,
.tan_box.content form input[type="submit"] {
    padding: 1.2em 3em;
}

.tan_box .inquiry_for {
    margin: 20px 0;
}

.teaser .blog_cate_page.box {
    height: 460px;
}

.teaser .blog_cate_page.box.white .csc-textpic-imagewrap img {
    border-radius: inherit;
    width: 100%;
    height: auto;
}

.blog_cate_page .csc-textpic-text h2 a {
    color: #00457d;
}

.blog_cate_page.box.blue,
.blog_cate_page.box.white {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.teaser .blog_cate_page.box.white .csc-textpic-imagewrap {
    margin-right: inherit;
}

.teaser .blog_cate_page.box.white .csc-textpic-text p {
    padding: .5em 25px 1em 35px;
}

.single .fusion-sharing-box {
    margin-bottom: 0;
    margin-top: 60px;
}

.fusion-single-sharing-box {
    background-color: #f5f6f5;
}

.fusion-sharing-box {
    display: table;
    margin: 55px 0;
    padding: 20px;
    height: 70px;
    width: 100%;
    background-color: #f6f6f6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fusion-sharing-box h4 {
    color: #00457d;
}

.fusion-sharing-box .fusion-social-networks {
    text-align: right;
}

.fusion-sharing-box .fusion-social-networks,
.fusion-sharing-box h4 {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}

.fusion-social-networks {
    overflow: hidden;
}

/*.fusion-social-networks-wrapper a.ln{
	    border: 2px solid;
    border-radius: 50%;
    padding: 6px;
    color: #00457d;
    margin-bottom: 0;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
    margin: 5px 9px;
    box-shadow: none!important;
	font-weight: bold;
}*/
.fusion-social-networks-wrapper .bdsharebuttonbox {
    float: right;
}

.fusion-social-networks-wrapper .bdshare-button-style0-32 a {
    background-image: url(../images/icon/share.png);
}

.blog_single_page .content {
    width: 60%;
    margin: 0 auto;
}

.blog_single_page .col.locations .box {
    min-height: 235px;
}

.fusion-carousel-holder {
    overflow: hidden;
}

.fusion-carousel-item {
    max-width: 295px;
    margin-bottom: 20px;
}

.single-related-posts .fusion-carousel-item {
    max-width: inherit;
    width: 47%
}

.slick.new-slick .slick-prev {
    left: 50%;
    transform: translateX(calc(-50% - 30px));
    /* right: 90px; */
    top: 80%;
}

.slick.new-slick .slick-next {
    left: 50%;
    transform: translateX(calc(-50% + 30px));

    /* right: 35px; */
    top: 80%;
}

/*videos*/

.NavHeader {
    position: absolute;
    z-index: 2;
    width: 100%;
}

.startseite {
    position: relative;
}

.slick-2.new-slick .slick-next {
    left: inherit;
    right: 140px;
    top: 85% !important;
    background: url(../images/icon/icon_arrow_right1.png) no-repeat center / cover;
}

.slick-2.new-slick .slick-prev {
    left: inherit;
    right: 200px;
    top: 85%;
    background: url(../images/icon/icon_arrow_left1.png) no-repeat center / cover;
}

.slidercontent img {
    width: 100%;
    display: block;
    height: auto;
}

.slick-2.new-slick.slick-slider {
    margin-bottom: 1%;
}

.slick-2.new-slick .slick-dots {
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
    z-index: 5;
}

.slick-2.new-slick .slick-dots li {
    margin: 0 6px;
    margin-right: 0;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.slick-2.new-slick .slick-dots li button {
    width: 15px;
    height: 15px;
    display: block;
    background: #fff;
    background: rgba(255, 255, 255, 1);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgb(0 0 0 / 30%);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgb(0 0 0 / 30%);
}

.slick-2.new-slick .slick-dots li.slick-active button {
    background: #4cbbe9;
    background: rgba(0, 158, 224, 0.9);
    cursor: default;
}

.csc-firstHeader {
    padding-left: 17px;
    padding-right: 17px;
}

/*
    2023-03-31
    墨子
*/

.arku-category{
	display: flex;
	flex-direction: row;
}

.back-paging{
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}

.back-paging p:last-child{
    flex-grow: 2;
    text-align: right;
    padding-right: 0;
}

.back-paging p > a{
    display: inline-block;
    max-width: 200px;
    vertical-align: bottom;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.back-paging p > span{
    color: #0c336a;
}

.correlation-li{
   list-style-type: none !important;
    display: grid;
    grid-template-columns: repeat(2 ,1fr);
}

.correlation-li li{
    padding-right: 10px;
    line-height: 2;
}

.correlation-li li a{
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.correlation-image > a{
    display: block;
    height: 197px;
    border: 1px solid #999;
    overflow: hidden;
}

.correlation-image >figcaption{
    text-align: center;
    color: #0c336a;
    padding: 15px 10px;
}

.correlation-image img{
    display: block;
    max-width: 100%;
    object-fit: contain;
}

.back-br{
    display: none;
}

.pop{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
    background-color: rgb(0 0 0 / 30%);
    display: none;
    opacity: 0;
}

.up-pop{
    background: #fff;
    padding: 20px 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 4px;
}

.pop-title{
    font-size: 18px;
    color: #00467a;
    margin-bottom: 20px;
}

#pop_colse{
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    font-size: 1.5em;
}

.pop-item.pop-input{
    display: grid;
    grid-template-columns: repeat(2 ,1fr);
    gap: 10px;
}

.pop-item input,
.pop-item textarea{
    border: 0;
    outline:none;
    box-shadow: none;
    height: 35px;
    padding: 0 10px;
    background-color: #ededed;
}

.pop-item textarea{
    width: 100%;
    height: 200px;
    resize: none;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
}

.btn-sub{
    display: block;
    width: 100%;
    height: 40px;
    background-color: #009fe8;
    color: #fff;
    line-height: inherit;
    border-radius: 0;
    font-size: 16px;
    outline:none;
    position: relative;
    border: 0;
}

.btn-sub::after{
    content: "\2192 ";
    position: absolute;
    right: 10px;
}

.btn-sub:hover{
    color: #fff;
}

/* 20230530 */

.form-item-input{
    position: relative;
}

#tx_indexedsearch .form-item-input button{
    position: absolute;
    width: 100px;
    right: 0;
    top: 0;
    z-index: 2;
    height: 100%;
}

#tx_indexedsearch .form-item-input #tx-indexedsearch-searchbox-sword{
    border-top-right-radius: 5em;
    border-bottom-right-radius: 5em;
}

.tx-indexedsearch-sw,
.tx-indexedsearch-redMarkup{
    color: #e84141;
}

.tx-indexedsearch-browsebox{
    margin-bottom: 2em;
    border-bottom: 1px solid #e5e6e5;
}

.tx-indexedsearch-res.res{
    display: flex;
}

.res-left-text{
    flex: 1 1 0%;
}

.res-right-url span{
    display: block;
    line-height: 1.8;
    padding-bottom: 20px;
}

.tx-indexedsearch-res.res h3{
    padding-top: 0;
}

.drop-down{
    border-top: 1px solid #ccc;
    margin-top: 10px; 
    padding: 10px;  
    padding-bottom: 0;
    display: none;
}

.drop-down li{
    line-height: 1.5;
    cursor: pointer;
    padding: 10px 0;
}

.drop-down li:hover{
    opacity: .8;
}