/* ------------
    GENERAL
------------ */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-display:swap;
    src: local(''),
         url('../font/open-sans-300.woff2') format('woff2'),
         url('../font/open-sans-300.woff') format('woff'),
         url('../font/open-sans-300.ttf') format('truetype');
  }
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display:swap;
    src: local(''),
         url('../font/open-sans-400.woff2') format('woff2'),
         url('../font/open-sans-400.woff') format('woff'),
         url('../font/open-sans-400.ttf') format('truetype');
  }
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display:swap;
    src: local(''),
         url('../font/open-sans-700.woff2') format('woff2'),
         url('../font/open-sans-700.woff') format('woff'),
         url('../font/open-sans-700.ttf') format('truetype');
  }

*{
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    tap-highlight-color: rgba(255, 255, 255, 0) !important;
}
*::selection {
    background: #004f9f;
    background: rgba(0,79,159,0.99);
    color: #fff;
}
*::-moz-selection {
    background: #004f9f;
    background: rgba(0,79,159,0.99);
    color: #fff;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', 'Calibri', Arial, serif;
    font-weight: 300;
}
p, a, span, input, textarea, li, figcaption {
    font-family: 'Open Sans', 'Calibri', Arial, serif;
    font-weight: 300;
}
h1, h2, h3, h4, h5, h6{
    color: #4c4c4c;
    line-height: 1.2;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
    text-transform: uppercase;
}
h1 {
    font-size: 36px;
    margin-bottom: 55px;
    text-align: center;
    color: #004f9f;
}
h2 {
    font-size: 28px;
    margin-bottom: 55px;
    text-align: center;
}
h3 {
    font-size: 24px;
    margin-bottom: 18px;
}
h4 {
    font-size: 22px;
    margin-bottom: 14px;
    font-weight: 400;
}
h5 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 400;
}
h6 {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 400;
}
p, figcaption {
    margin-bottom: 10px;
    color: #333333;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
}
a {
    color: #004f9f;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: color .4s, opacity .4s;
    -o-transition: color .4s, opacity .4s;
    transition: color .4s, opacity .4s;
}
p a, li a {
    color: #004f9f;
}
p a:hover, li a:hover {
    color: #0e75de;
}
a:focus, a:active, input:focus, input:active, textarea:focus, textarea:active {
    outline: 0 !important;
    -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0) !important;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0) !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    tap-highlight-color: rgba(255, 255, 255, 0) !important;
}
img {
    -ms-interpolation-mode: bicubic;
    width: 100%;
}
figcaption {
    margin-top: 10px;
}
sub {
    vertical-align: sub;
    font-size: smaller;
}
sup {
    vertical-align: super;
    font-size: smaller;
}
.only-mobile {
    display: none;
}
.ta-c {
    text-align: center;
}
.image_container.float_right {
    float: right;
    width: 30%;
}
.image_container.float_left {
    float: left;
    width: 30%;
}
.submit {
    -webkit-appearance:none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    cursor: pointer;
}
.imageSmaller .image_container {
	padding-left: 12%;
	padding-right: 12%;
    margin-right: 7%;
    margin-left: 7%;
}
a.telephone {
    cursor: text;
    color: inherit !important;
}
#container {
    padding-top: 70px;
    padding-bottom: 150px;
}
video {
	height: auto;
	width: 100%;
	max-width: 100%;
}
.mt1 {margin-top: 10px;}
.mt2 {margin-top: 20px;}
.mt3 {margin-top: 30px;}
.mt4 {margin-top: 40px;}
.mt5 {margin-top: 50px;}
.mt6 {margin-top: 60px;}
.mt7 {margin-top: 70px;}
.mt8 {margin-top: 80px;}
.mt9 {margin-top: 90px;}
.mt10 {margin-top: 100px;}
.mb1 {margin-bottom: 10px;}
.mb2 {margin-bottom: 20px;}
.mb3 {margin-bottom: 30px;}
.mb4 {margin-bottom: 40px;}
.mb5 {margin-bottom: 50px;}
.mb6 {margin-bottom: 60px;}
.mb7 {margin-bottom: 70px;}
.mb8 {margin-bottom: 80px;}
.mb9 {margin-bottom: 90px;}
.mb10 {margin-bottom: 100px;}


/* --------------
    TOPBAR
-------------- */

#topbar {
    background: #004f9f;
    height: 35px;
    padding-top: 8px;
}
#topbar .inside {
    text-align: right;
    color: #fff;
}
#topbar .inside .content {
    float: right;
    max-width: 1200px;
}
#topbar .icon-mail, #topbar .icon-phone, #topbar .mod_search {
    float: left;
}
#topbar a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
#topbar a:before {
    margin-right: 7px;
}
#topbar .icon-mail {
    margin-left: 30px;
    margin-right: 30px;
    opacity: 1;
}
#topbar .icon-mail:hover {
    opacity: .7;
}

/*-- Suche --*/

#topbar .mod_search {
    margin-top:0;
    margin-bottom:2px;
    overflow: visible;
}
#topbar .mod_search input {
    background:transparent;
    width: 18px;
    padding:3px 25px 3px 3px!important;
    border-width:1px;
    border-color:transparent;
    color:#fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    margin-top: 0;
    font-size: 14px;
    margin-top: -2px;
}
#topbar .mod_search form input, #topbar .mod_search input {
    width:170px;
    margin-right: 24px;
    border: 1px solid #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
#topbar .mod_search .submit {
    opacity:1;
    height:25px;
    margin-left:-30px;
    background:transparent;
    color:#fff;
    border-color:rgba(255,255,255,0.4);
}
#topbar .mod_search .text {
    height:20px;
    font-family: 'Open Sans', 'Calibri', Arial, serif;
}
#topbar .mod_search:before {
    margin-top:1px;
}
#topbar .mod_search input[type="search"] {
    -webkit-appearance:none!important;
    padding-right:0!important;
    border-radius:0!important;
}
#topbar .mod_search .submit:before {
    font-size:16px;
    line-height:1em;
    font-family:'agendis-otto';
    font-style:normal;
    font-weight:normal;
    speak:none;
    display:inline-block;
    text-decoration:inherit;
    width:1em;
    margin-right: .2em;
    margin-left: .2em;
    font-variant: normal;
    text-transform: none;
    text-align:center;
    line-height: 1em;
    content:'\e806';
}
#topbar .mod_search .submit {
    height:18px;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    opacity:1;
    cursor:pointer;
    opacity: 1;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}
#topbar .mod_search .submit:hover {
    opacity: .7;
}

/* --------------
    HEADER
-------------- */

#header {
    background: #fff;
    border-bottom: 1px solid #b2b2b2;
}
#header .logo {
    float: left;
}
#header .logo img {
    max-width: 165px;
}
#header .kopfzeile {
    padding-top: 24px;
}
#header .navigation {
    overflow: visible;
    margin-top: 57px;
    float: right;
}

/* ------------------------
    SLIDER / HEADERBILD
------------------------ */

.tp-banner-container{
    width:100%;
    position:relative;
    padding:0;
}
.tp-banner{
    width:100%;
    position:relative;
}
.tp-banner-fullscreen-container {
    width:100%;
    position:relative;
    padding:0;
}
.slide01-ueberschrift, .slide02-ueberschrift, .slide02-text {
    color: #4c4c4c;
    font-weight: 300;
    font-size: 24px;
    letter-spacing: .05em;
    text-align: center;
}
.slide01-linie {
    height: 1px;
    max-width: 560px;
    width: 100%;
    background: #b2b2b2;
}
.slide02-ueberschrift {
    text-transform: uppercase;
    text-align: left;
}
.slide02-text {
    text-align: left;
    font-size: 18px;
    line-height: 1.4;
}
.slide02-linie {
    height: 1px;
    max-width: 360px;
    width: 100%;
    background: #b2b2b2;
}
.tparrows.preview2 .tp-arr-titleholder {
    font-family: 'Open Sans', 'Calibri', Arial, serif;
    font-weight: 300;
    font-size: 16px;
}
.tp-bannertimer, .tp-bullets, .tp-arr-allwrapper {
    display: none;
}

/* ------------
    CONTENT
------------ */

.button-grey {
    text-align: center;
    margin-top: 40px;
    padding: 7px 0;
}
.button-grey a {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 7px 15px;
    background: #d9d9d9;
    -webkit-transition: background .4s;
    -o-transition: background .4s;
    transition: background .4s;
}
.button-grey a:hover {
    background: #aaa;
}
.linkbox {
	background: #d9d9d9;
    padding: 7px 15px;
    margin-bottom: 70px;
}
.linkbox p {
	margin-bottom: 0 !important;
}
.linkbox a {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    padding: 3px 5px 3px 0;
}
.linkbox a:focus, .linkbox a:focus:after {
	color: #fff;
}
.linkbox a:after {
	content: '•';
	color: #fff;
	padding-left: 9px;
}
.linkbox a:hover:after {
	color: #fff;
}
.linkbox a:last-child:after {
	content: '';
	display: none;
}
.ce_downloads.button-grey {
    margin-top: 0;
}
.ce_downloads a.button-grey {
    margin-top: 0;
}
.button-grey-content {
    margin-top: 0;
}
.button-grey-content a {
    display: inline-block;
    width: 100%;
}
.button-grey-content a:hover {
    background: #004f9f;
    color: #fff;
}
.trennlinie-content {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 1px;
    width: 100%;
    background: #d9d9d9;
}
form .trennlinie-content {
    margin-bottom: 40px !important;
}

/*-- Abschnitte --*/

#container .fullwidth.grey-bg {
    background: url(../files/gui/grey-bg.png) repeat;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 100px;
    margin-top: 90px;
    padding-bottom: 90px;
    margin-bottom: 100px;
}
#container .fullwidth.grey-bt {
    border-top: 1px solid #ccc;
    padding-top: 100px;
    margin-top: 90px;
}

/*-- Team --*/

.ansprechpartner {
    padding: 0 2%;
    margin-bottom: 70px;
}
.ansprechpartner h3 {
    text-align: center;
    font-weight: 400;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #d9d9d9;
    margin-top: 30px;
    font-size: 22px;
    color: #b2b2b2;
}
.ansprechpartner p, .ansprechpartner p a {
    text-align: center;
    color: #333333;
    font-weight: 400;
}
.ansprechpartner p a:hover {
    color: #004f9f;
}

/*-- News Liste --*/

.news-liste > div {
    padding: 10px 7px;
    background: #f3f3f3;
}
.news-liste .headline {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 65px;
}
.news-liste .headline a {
    color: #333;
}
.news-liste .headline a:hover {
    color: #004f9f;
}
.news-liste .button-grey {
    padding-bottom: 0;
    margin-top: 20px;
    padding: 10px 7px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.news-liste .button-grey, .news-liste .button-grey a {
    margin-bottom: 0;
    width: 100%;
    display: block;
}
.news-liste .button-grey a:hover {
    color: #fff;
}
.news-liste.news-alle > div {
    margin-bottom: 35px;
}

/*-- Newsreader --*/

.mod_newsreader .back {
    margin-top: 50px;
    padding-top: 10px;
    border-top: 1px solid #b3b3b3;
}

/*-- Programm Übersicht --*/

.programm-uebersicht {
    margin-bottom: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid #b3b3b3;
}
/*.programm-uebersicht.last {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}*/
.programm-uebersicht .backToTop, .programm-hersteller .backToTop {
    right: 0;
    bottom: 0;
    font-size: 25px;
    color: #b3b3b3;
    position: absolute;
    cursor: pointer;
}
/*.programm-uebersicht.last .backToTop {
    display: none;
}*/
.programm-uebersicht .icon-right-dir {
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10px;
}
.programm-uebersicht .icon-right-dir:before {
    margin-left: -4px;
}

/*-- Programm Hersteller --*/

.programm-hersteller .programm-backlink {
    background: #d1d1d1;
    padding: 15px 20px;
    margin-bottom: 20px;
    -webkit-transition: background .4s;
    -o-transition: background .4s;
    transition: background .4s;
}
.programm-hersteller .programm-backlink:hover {
    background: #aaa;
}
.programm-hersteller .programm-backlink a {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.programm-hersteller .programm-backlink a:before {
    margin-left: -4px;
    margin-right: 10px;
}
.programm-hersteller .hersteller-menu li {
    background: #5382b1;
    -webkit-transition: background .4s, border-top .4s;
    -o-transition: background .4s, border-top .4s;
    transition: background .4s, border-top .4s;
    border-top: 1px solid #b8cfe6;
}
.programm-hersteller .hersteller-menu li:hover, .programm-hersteller .hersteller-menu li.active {
    background: #004f9f;
    border-top: 1px solid #5ca1e6;
}
.programm-hersteller .hersteller-menu a, .programm-hersteller .hersteller-menu span, .programm-hersteller .hersteller-menu strong {
    font-weight: 300;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px 20px;
    display: block;
}
.programm-hersteller .trennlinie {
    margin-top: 25px;
    margin-bottom: 30px;
    height: 22px;
    width: 100%;
    /*background: #d9d9d9;*/
    border-bottom: 1px solid #d9d9d9;
}
.programm-hersteller .mb30 {
    margin-bottom: 30px;
}
.programm-hersteller h1 {
    text-align: left;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.programm-hersteller h2 {
    text-align: left;
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 40px;
}
.programm-hersteller a.icon-right-dir {
    margin-left: -4px;
    font-size: 14px;
    color: #4c4c4c;
    font-weight: 400;
}
.programm-hersteller a.icon-right-dir:before {
    color: #b8cfe6;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
}
.programm-hersteller a.icon-right-dir:hover, .programm-hersteller a.icon-right-dir:hover:before {
    color: #004f9f;
}
.programm-hersteller .imageSmaller .image_container {
    margin-left: 0;
    margin-right: 0;
}

/*-- Gallery --*/

#cboxTitle {
    display: none !important;
}
#cboxCurrent {
    display: none !important;
}
#cboxOverlay {
    background: #142B42 !important;
}

/*-- Listen --*/

.ce_accordion ul li, .ce_text ul li, .ce_list ul li {
    padding-left: 12px;
    text-indent: -13px;
    font-weight: 400;
    color: #333;
    font-size: 16px;
    line-height: 1.3;
}
.ce_accordion ul li:before, .ce_text ul li:before, .ce_list ul li:before {
    content: "• ";
    font-family: 'Arial Black',sans-serif;
    color: #004f9f;
}

/*-- Accordion --*/

.ce_accordion {
    padding-bottom: 7px;
}
.ce_accordion .toggler {
    font-family: 'Open Sans', 'Calibri', Arial, serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    line-height: 1.1;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    background: #eee;
    -webkit-transition: background .4s, color .4s;
    -o-transition: background .4s, color .4s;
    transition: background .4s, color .4s;
    text-indent: -40px;
    padding-left: 40px;
}
.ce_accordion .toggler:hover {
    color: #004f9f;
}
.ce_accordion .toggler:before {
    font-family: "agendis-otto";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 4px;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 22px;
    padding-top: 2px;
    margin-left: .2em;
    content: '\e813';
    color: #000;
    width: 28px;
    font-size: 24px;
    position: relative;
    top: 2px;
    left: 20px;
    -webkit-transition: color .4s, transform .4s cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -o-transition: color .4s, transform .4s cubic-bezier(0.455, 0.030, 0.515, 0.955);
    transition: color .4s, transform .4s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}
.ce_accordion .toggler:hover:before {
    color: #004f9f;
}
.ce_accordion .toggler.ui-state-active {
    background: #004f9f;
    color: #fff;
}
.ce_accordion .toggler.ui-state-active:before {
    -webkit-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    color: #fff;
}
.ce_accordion .accordion {
    font-family: 'Open Sans', 'Calibri', Arial, serif;
    font-weight: 400;
    color: #333;
    font-size: 18px;
    line-height: 1.2;
    padding-top: 10px;
}

/*-- Formulare --*/

.formbody > div {
    margin-bottom: 20px;
}
.formbody .one_half > .widget-text {
    margin-top: 10px;
}
.formbody label {
    min-height: 21px;
}
.formbody label, .formbody legend, .formbody button.submit {
    font-family: 'Open Sans', 'Calibri', Arial, serif;
    font-weight: 700;
    font-size: 14px;
    color: #004f9f;
    text-transform: uppercase;
}
.formbody input, .formbody textarea {
    font-family: 'Open Sans', 'Calibri', Arial, serif;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    background: #fcfcfc;
    color: #333;
    -webkit-transition: background .4s, border .4s;
    -o-transition: background .4s, border .4s;
    transition: background .4s, border .4s;
    margin-top: 5px;
    line-height: initial;
}
.formbody textarea {
    max-width: 100%;
    min-width: 100%;
    max-height: 480px;
}
.formbody .widget-submit > *, .formbody .captcha > * {
    width: 100%;
}
.formbody input:hover, .formbody textarea:hover {
    border: 1px solid #004f9f;
}
.formbody input:focus, .formbody textarea:focus {
    border: 1px solid rgb(37, 148, 54);
    background: #fff;
}
.formbody .widget > .checkbox_container {
    width: 100%;
}
.formbody .captcha_text {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 400;
}
.formbody button.submit {
    background: #004f9f;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 12px 15px;
    border: none;
    -webkit-transition: background .4s;
    -o-transition: background .4s;
    transition: background .4s;
}
.formbody button.submit:hover, .formbody inpbuttonubuttont.submit:focus {
    background: #28639e;
    border: none;
}
.formbody input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    margin-left: 0;
    margin-top: 0;
}
.formbody input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fcfcfc inset;
    -webkit-text-fill-color: #333 !important;
}
.formbody .widget-checkbox {
    margin-top: 20px;
    margin-bottom: 30px;
}
.formbody .widget-checkbox label a {
    font-size: 14px;
}
::-webkit-input-placeholder {
   color: #aaa;
}
:-moz-placeholder {
   color: #aaa;
}
::-moz-placeholder {
   color: #aaa;
}
:-ms-input-placeholder {  
   color: #aaa;
}
#topbar ::-webkit-input-placeholder {
   color: #fff;
}
#topbar :-moz-placeholder {
   color: #fff;
}
#topbar ::-moz-placeholder {
   color: #fff;
}
#topbar :-ms-input-placeholder {  
   color: #fff;
}

/* Info-Anforderung + Newsletter */

#infoAnforderung .anmeldung-auswahlNewsletter-content { /*#infoAnforderung .gedruckteUnterlagen-content*/
    padding-left: 25px;
}
#infoAnforderung div.checkbox-level2 {
    margin-bottom: 20px;
}
#infoAnforderung .checkbox-level2 > legend {
    font-weight: 400;
    font-size: 16px;
    color: #4c4c4c;
    text-transform: none;
    margin-bottom: 5px;
}
#infoAnforderung .checkbox-level2 > span {
    display: block;
}
#infoAnforderung .checkbox-level2 input {
    margin-left: 0;
    margin-top: 0;
}
#infoAnforderung.newsletter div.checkbox-level2 {
    margin-bottom: 10px;
    margin-top: 10px;
}
#infoAnforderung.newsletter .newsletter-zusatz {
    padding-left: 23px;
}
#infoAnforderung.newsletter .newsletter-zusatz * {
    font-size: 13px !important;
}
#infoAnforderung .gedruckteUnterlagen-container, #infoAnforderung .digitaleUnterlagen-container {
    margin-bottom: 0;
}
	@media (min-width: 768px) {
		#infoAnforderung .gedruckteUnterlagen-container, #infoAnforderung .digitaleUnterlagen-container {
			margin-top: 20px;
		}
	}
#infoAnforderung .formPlaceholder {
    display: block;
    position: relative;
    height: 0.1px;
    width: 0.1px;
}

/* Suche */

.suche input.text {
    width: 50%;
    margin-left: 22%;
}
.suche p.header {
    margin-top: 20px;
    margin-bottom: 25px;
    padding-bottom: 30px;
    border-bottom: 1px solid #259436;
}
.suche > div {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e0e0e0;
}
.suche > div:last-child {
    margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: none;
}
.suche h2 {
    margin-bottom: 15px;
    font-size: 26px;
    margin-top: 0;
    text-align: left;
}
.suche h2 a:hover {
    color: #b3b3b3;
}
.suche .relevance {
    font-size: 14px;
    color: #a2abae;
    text-transform: none;
}
.suche .highlight {
    font-weight: 700;
    font-size: 16px;
}

/* -----------
    FOOTER
----------- */

#footer {
    background: rgb(37, 148, 54);
    padding-top: 7px;
    padding-bottom: 7px;
}
#footer .footer-links {
    float: left;
}
#footer .footer-artaius {
    float: right;
}
#footer a, #footer p {
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
#footer p {
    font-weight: 400;
    margin-bottom: 0;
}
#footer a:hover {
    opacity: .63;
}
#footer .footer-links a {
    margin-right: 10px;
}

/*-- Google Map --*/

#map_canvas {
    width: 100%;
    height: 440px;
    z-index: 0;
    position: relative;
    clear: both;
}
#map_canvas img, .google-maps img {
    max-width: none;
}
#map_canvas h2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* ------------------
    MEDIA QUERIES
------------------ */

@media (min-width: 1140px) {
    #slider, #headerbild {
        margin-top: 166px;
    }
    #header {
        position:fixed;
        z-index:9998;
        right:0;
        left:0;
        top:0;
    }
    #footer {
        position:fixed;
        z-index:9997;
        right:0;
        left:0;
        bottom:0;
    }
}

@media (max-width: 1139px) {
/*    #topbar .mod_search {
        display: none;
    }
    #topbar .icon-mail {
        margin-right: 0;
    }*/
    #header .navigation {
        margin-top: 40px;
        margin-bottom: 36px;
        float: none;
    }
    #header .kopfzeile {
        padding-bottom: 40px;
    }
    #header .logo {
        margin-bottom: -18px;
    }
    #header .navigation {
        width: 100%;
        float: none;
        margin-left: 0;
        clear: both;
    }
    #header .mainmenu {
        display: none;
    }
    #header .mobile_handle {
        float: right;
        top: -26px;
    }
    .mainmenu ul.level_1 > li > a:after,.mainmenu ul.level_1 > li > span.active:after, .mainmenu ul.level_1 > li > span.forward:after {
        display: none;
    }
    .programm-hersteller h2 {
        font-size: 20px;
    }
    .programm-hersteller .ce_image.one_half.first {
        width: 30%;
    }
    .programm-hersteller .ce_text.one_half.mb30 {
        width: 66%;
    }
    .linkbox a {
    	font-size: 16px;
    }
}

@media (max-width: 950px) {
    .programm-hersteller .programm-backlink a {
        font-size: 16px;
    }
    .programm-hersteller .programm-backlink a:before {
        content: '';
        margin-left: 0;
        margin-right: 0;
        width: 0;
        display: none;
    }
}

@media (max-width: 850px) {
    #footer .footer-links, #footer .footer-artaius {
        float: none;
        display: block;
        text-align: center;
    }
    #footer .footer-links {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    #footer .footer-artaius {
        margin-bottom: 10px;
        padding-top: 15px;
        border-top: 1px solid #fff;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 30px;
        margin-bottom: 50px !important;
    }
    h2 {
        font-size: 24px;
        margin-bottom: 46px !important;
    }
    h3 {
        font-size: 22px;
        margin-bottom: 15px !important;
    }
    h4 {
        font-size: 20px;
        margin-bottom: 12px !important;
    }
    h5 {
        font-size: 18px;
        margin-bottom: 8px !important;
    }
    h6 {
        font-size: 16px;
        margin-bottom: 4px !important;
    }
    p, figcaption {
        line-height: 1.4;
    }
    .only-mobile {
        display: block;
    }
    .non-mobile {
        display: none;
    }
    .mobile-center {
        text-align: center;
    }
    #container {
        padding-top: 40px;
        padding-bottom: 100px;
    }
    #container .image_container {
        width: 70%;
        margin-left: 15% !important;
        margin-right: 15%;
    }
    .imageSmaller .image_container {
    	padding-right: 0;
    	padding-left: 0;
    }
    .ce_gallery li {
        width: 100%;
        margin-left: 0 !important;
    }
    .ansprechpartner {
        margin-bottom: 40px;
        padding: 0 10%;
    }
    .news-liste > div {
        padding: 20px 15px;
    }
    #container .ansprechpartner .image_container, #container .mod_newslist .image_container, #container .news-liste .button-grey, #container .programm-uebersicht .image_container {
        width: 50%;
        margin-left: 25% !important;
        margin-right: 25%;
    }
    .ce_form {
        margin-top: 45px;
    }
    #map_canvas h2 {
        margin-bottom: 10px !important;
        margin-top: 12px !important;
    }
    .programm-hersteller .ce_image.one_half.first {
        width: 46%;
    }
    .programm-hersteller .ce_text.one_half.mb30 {
        width: 50%;
    }
    .programm-uebersicht .image_container {
        margin-bottom: 20px;
    }
    .programm-hersteller .programm-backlink {
        text-align: center;
        width: 60%;
        margin-left: 20% !important;
        margin-right: 20% !important;
    }
    .programm-hersteller .hersteller-menu {
        width: 60%;
        margin-left: 20% !important;
        margin-right: 20% !important;
        margin-bottom: 70px;
    }
    .programm-hersteller .hersteller-menu li a, .programm-hersteller .hersteller-menu li span, .programm-hersteller .hersteller-menu li strong {
        padding: 8px 12px;
        text-align: center;
    }
    .programm-hersteller .two_third.first {
        text-align: center;
    }
    .programm-hersteller .two_third.first h1 {
        text-align: center;
        margin-bottom: 10px !important;
        font-size: 36px;
    }
    .programm-hersteller #container .ce_image.one_third {
        margin-top: 30px;
    }
    .programm-hersteller #container .ce_image.one_third .image_container {
        width: 50%;
        margin-left: 25% !important;
        margin-right: 25% !important;
    }
    .linkbox a {
    	font-size: 14px;
    }
}

@media (max-width: 700px) {
    #topbar {
        height: 88px;
    }
    #topbar .content {
        float: none;
        text-align: center;
        width: 100%;
        max-width: 100%;
    }
    #topbar .icon-mail, #topbar .icon-phone, #topbar .mod_search {
        float: none;
        display: block;
    }
    #topbar .icon-mail, #topbar .mod_search {
        margin-top: 9px;
    }
    #topbar .mod_search {
    	padding-left: 15px;
    }
}

@media (max-width: 650px) {
    #slider {
        display: none;
    }
    .programm-hersteller .ce_image.one_half.first {
        width: 100%;
    }
    .programm-hersteller .ce_text.one_half.mb30 {
        width: 100%;
    }
    .programm-hersteller h2 {
        text-align: center;
    }
}

@media (max-width: 600px) {
    .suche input.text {
        margin-left: 0;
    }
}

@media (max-width: 500px) {
    #container .image_container {
        width: 90%;
        margin-left: 5% !important;
        margin-right: 5%;
    }
    .ansprechpartner {
        margin-bottom: 30px;
        padding: 0 3%;
    }
    #container .ansprechpartner .image_container, #container .mod_newslist .image_container, #container .news-liste .button-grey, #container .programm-uebersicht .image_container {
        width: 80%;
        margin-left: 10% !important;
        margin-right: 10%;
    }
    #footer .footer-artaius a {
        display: block;
    }
}

@media (max-width: 480px) {
    /*#topbar {
        height: 30px;
        padding-top: 9px;
    }
    #topbar a {
        font-size: 12px;
    }
    #topbar a:before {
        margin-right: 5px;
    }
    #topbar .icon-mail {
        margin-left: 15px;
    }*/
    .button-grey a {
        display: inline-block;
    }
    .programm-hersteller #container .ce_image.one_third .image_container {
        width: 70%;
        margin-left: 15% !important;
        margin-right: 15% !important;
    }
    .programm-hersteller .programm-backlink {
        width: 80%;
        margin-left: 10% !important;
        margin-right: 10% !important;
    }
    .programm-hersteller .hersteller-menu {
        width: 80%;
        margin-left: 10% !important;
        margin-right: 10% !important;
        margin-bottom: 50px;
    }
}

@media (max-width: 420px) {
    .mainmenu ul.level_1 > li > a, .mainmenu ul.level_1 > li > span.active, .mainmenu ul.level_1 > li > span.forward,
    .mainmenu ul.level_2 li a, .mainmenu ul.level_2 li span.active, .mainmenu ul.level_2 li span.forward {
        font-size: 14px;
    }
    #footer .footer-links a {
        display: inline-block;
        padding-bottom: 10px;
    }
    h1 {
        font-size: 28px;
        margin-bottom: 43px !important;
    }
    h2 {
        font-size: 22px;
        margin-bottom: 39px !important;
    }
    h3 {
        font-size: 20px;
        margin-bottom: 13px !important;
    }
    h4 {
        font-size: 18px;
        margin-bottom: 10px !important;
    }
    h5 {
        font-size: 16px;
        margin-bottom: 7px !important;
    }
    h6 {
        font-size: 16px;
        margin-bottom: 3px !important;
    }
}

@media (max-width: 380px) {
    .programm-hersteller .two_third.first h1 {
        font-size: 32px;
    }
}



/* Spring 2021 */

body > div > a[href*="www.etracker.de"] {
    height: 0;
    overflow: hidden;
    display: block;
    position: relative;
}



/* Fall 2021 */

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.embed-container--maps {
    padding-bottom: 100%
}

@media print, screen and (min-width: 25em) {
    .embed-container--maps {
        padding-bottom:80%
    }
}

@media print, screen and (min-width: 40em) {
    .embed-container--maps {
        padding-bottom:60%
    }
}

@media print, screen and (min-width: 64em) {
    .embed-container--maps {
        padding-bottom:50%
    }
}

@media screen and (min-width: 80em) {
    .embed-container--maps {
        padding-bottom:40%
    }
}

@media screen and (min-width: 100em) {
    .embed-container--maps {
        padding-bottom:35%
    }
}

.embed-container iframe,.embed-container object,.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.cookieconsent-optout-marketing {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ebebeb
}

.cookieconsent-optout-marketing--content {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 10px 12px;
    text-align: center;
    width: 100%
}

.cookieconsent-optout-marketing--top {
    display: block;
    font-weight: 700;
    margin-bottom: 16px;
}

.cookieconsent-optout-marketing--top a {
    font-weight: 700;
}

.cookieconsent-optout-marketing--bottom {
    display: block;
    font-weight: 400;
    line-height: 1.5;
    font-size: 14px;
}

.cookieconsent-optout-marketing--bottom a {
    line-height: 1.5;
    font-weight: 400;
    font-size: 14px;
}

#CybotCookiebotDialogHeader {
    display: none !important
}

#CybotCookiebotDialogNav {
    padding-top: 5px !important
}

#CybotCookiebotDialogBodyContentTitle {
    display: none !important
}

#CybotCookiebotDialog *,#CybotCookiebotDialogBodyUnderlay *,#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a,#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink,#CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a,#CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a,#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a,#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink,#CybotCookiebotDialogDetailBodyContentTextAbout a {
    font-family: 'Open Sans', Arial, sans-serif !important
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink,#CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonDescription,#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton,#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton,#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab,#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a,#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink,#CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a,#CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a,#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a,#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink,#CybotCookiebotDialogDetailBodyContentTextAbout a,#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider,#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieInfoTitle,#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyEmptyCategoryMessage {
    font-weight: 700 !important
}

.CybotCookiebotDialogDetailBodyContentCookieInfo.hide.show {
    display: block !important
}

#CybotCookiebotDialog .CookieCard:last-child {
    border-bottom: none !important;
    margin-bottom: 4px !important
}

#CybotCookiebotDialogDetailFooter {
    display: none !important
}

#CybotCookiebotDialog .CybotExternalLinkArrow {
    width: auto !important
}

.mod_article .full .CookieDeclaration * {
    font-family: 'Open Sans', Arial, sans-serif !important;
}

.mod_article .full .CookieDeclaration .CookieDeclarationDialogText {
    display: none !important
}

.mod_article .full .CookieDeclaration .CookieDeclarationTypeHeader,.mod_article .full .CookieDeclaration .CookieDeclarationTableHeader {
    font-weight: 700 !important;
    color: #259436 !important
}



/* Spring 2023 */

.hinweisblock {
    text-align: center;
    padding: 15px 10%;
    border: 2px solid #004f9f;
    margin-top: 30px;
    margin-bottom: 50px;
}

.hinweisblock p {
    color: #004f9f;
    font-weight: 700;
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 0;
}

.hinweisblock p a {
    color: #004f9f;
    font-weight: 700;
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 0;
}

.hinweisblock p a:hover, .hinweisblock p a:focus {
    color: #0e75de;
}

@media (max-width: 600px) {
    .hinweisblock {
        padding: 12px 7%;
        margin-top: 30px;
        margin-bottom: 16px;
    }

    .hinweisblock p {
        line-height: 1.25;
        font-size: 16px;
    }

    .hinweisblock p a {
        line-height: 1.25;
        font-size: 16px;
    }
}

/*-------- 2026 --------*/

.ce_form .widget-altcha .altcha[data-floating] {
    border-radius: .4375rem
}

.ce_form .widget-altcha .altcha-label {
    font-size: 1rem;
    font-weight: 700;
    color: #0e75de;
    line-height: 1;
    padding-top: .3125rem;
    padding-left: .5rem
}

.ce_form .widget-altcha .altcha-checkbox input {
    padding: 0
}

.ce_form .widget-altcha .altcha-checkbox input:checked:before {
    content: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='16'%3E%3Cpath d='M.723 10.629a1.915 1.915 0 0 1 0-2.676 1.835 1.835 0 0 1 2.632 0l3.141 3.192L14.516.844a1.828 1.828 0 0 1 2.601-.309c.801.645.942 1.828.305 2.645L8.21 15.008c-.07.11-.152.215-.246.308a1.837 1.837 0 0 1-2.63 0Zm0 0' fill='%230e75de'/%3E%3C/svg%3E");
    display: block;
    text-align: center;
    line-height: 1;
    margin-top: .125rem;
    margin-left: .0625rem
}

form .formbody .notes label {
    font-size: 13px;
    text-transform: none;
    color: #4c4c4c;
}

#infoAnforderung div.checkbox-level2 {
    margin-bottom: 10px;
}
#infoAnforderung div.checkbox-level2:first-child {
    margin-bottom: 20px;
}

#infoAnforderung .widget.notes {
    padding-left: 22px;
    margin-bottom: 20px;
}

#infoAnforderung .widget.notes input {
    margin-top: 0;
}