/*
 Theme Name:   Divi - Max Mega Menu
 Description:  A child theme for Divi 2.x
 Author:       Tom Hemsley
 Author URI:   https://www.maxmegamenu.com
 Template:     Divi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans/OpenSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans/OpenSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 300;
    color: #333333;
}

a {
    color: #4e72db;
}

a:hover,
a:focus,
a:active {
    color: #0056ff;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 300;
}

h3 {
    font-weight: 400;
}

h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #4e72db;
    text-transform: none;
    font-weight: 400;
}


/* Header CSS */

#logo {
    float: right;
}

.chi_display_header {
    width: 100% !important;
    margin: 0;
    padding: 0;
    background-size: cover;
}

.header-image {
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    max-height: 350px;
    height: 30%;
}

.header-binaer {
    clear: both;
    margin: 0;
    width: 100%;
    height: 20px;
    overflow: hidden;
    background-image: url(/images/binaer.png);
    margin-bottom: 10px;
    -webkit-box-shadow: -1px 13px 33px -4px rgba(148, 148, 148, 1);
    -moz-box-shadow: -1px 13px 33px -4px rgba(148, 148, 148, 1);
    box-shadow: -1px 13px 33px -4px rgba(148, 148, 148, 1);
}

.logoslide img {
    cursor: pointer;
    max-height: 80px;
}


/* Footer CSS */

span.footer-headline {
    display: block;
    font-family: Open Sans, sans-serif;
    font-weight: 300;
    font-size: 1.5em;
    text-transform: uppercase;
    padding-bottom: 0px;
    border-bottom: 1px solid #aaa;
    color: #784c9b;
    margin-bottom: 1em;
}

span.footer-subheadline {
    display: block;
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    text-transform: uppercase;
    padding-bottom: 20px;
    color: #333;
}

.footer-tab ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-tab ul li {
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
}

#footer-widgets {
    margin-top: 20px;
    padding: 20px 0 0;
    border-top: 1px solid #aaa;
}

.footer-widget h4 {
    text-transform: uppercase;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    color: #505050;
    font-size: 18px;
}

.footer-sp1 {
    width: 50% !important;
    padding-right: 0;
    color: #505050;
}

.footer-sp2 {
    width: 22% !important;
    padding-right: 0;
    color: #505050;
}

.footer-sp3 {
    width: 20% !important;
    padding-right: 0;
    color: #505050;
}

.footer-sp4 {
    width: 8% !important;
    padding-right: 0;
}

#footer-widgets a {
    color: #0092ce;
}

#footer-widgets .footer-widget li a {
    text-transform: none;
    color: #0092ce;
}

#footer-widgets .footer-widget li a:hover {
    color: #885fa1;
}

.footer-sp2 ul,
.footer-sp3 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-sp2 ul li,
.footer-sp3 ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer-widgets .footer-widget li {
    position: relative;
    padding-left: 0;
}

#footer-widgets .footer-widget li::before {
    display: none;
}

#footer-widgets a::before {}

#footer-widgets a:hover::before,
#footer-widgets a:focus::before {}

#footer-widgets a:hover,
#footer-widgets a:focus,
#footer-widgets a:active {
    color: #885fa1;
}

.menu-footer-container ul#menu-footer {
    padding-left: 0;
}

.menu-footer-englisch-container ul#menu-footer-englisch {
    padding-left: 0;
}


/* Download Button CSS */

#sidebar-button {
    right: 30px;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    width: 70px;
    height: 70px;
    top: 200px;
    border: 0px solid black;
    text-align: center;
    border-radius: 50px;
    z-index: 999999;
}

#sidebar-button .inner_blob {
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 5px;
    width: 60px;
    height: 60px;
    border: 1px solid #00b2ff;
    border-radius: 100%;
    -webkit-animation-name: pulse_animation;
    animation-name: pulse_animation;
    -webkit-animation-duration: 2000ms;
    animation-duration: 2000ms;
    -webkit-transform-origin: 70% 70%;
    transform-origin: 70% 70%;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    transform-origin: center center;
    animation-delay: 0s;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    /*box-shadow:inset 0 0 15px rgba(191, 30, 46, .6);*/
}

#sidebar-button.active .inner_blob {
    border-color: #0092d0;
}

#sidebar-button:hover .inner_blob {
    -webkit-animation-name: none;
    animation-name: none;
}

#sidebar-button button,
#sidebar-button button:link,
#sidebar-button button:visited {
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    padding: 0px;
    width: 50px;
    height: 50px;
    background: #00b2ff;
    border-radius: 100%;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    box-sizing: border-box;
    border: none;
    cursor: pointer;
}

#sidebar-button button:hover,
#sidebar-button button:focus,
#sidebar-button button:active {
    transform: scale(1.25);
    outline: none;
    background: #00b2ff;
}

#sidebar-button.active button,
#sidebar-button.active button:link,
#sidebar-button.active button:visited {
    background: #85daff;
}

#sidebar-button:hover button {
    width: 70px;
    height: 70px;
}

#sidebar-button button .hover_text {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    padding-top: 25px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    text-align: center;
    background: transparent;
    font-family: Open Sans, sans-serif;
    font-weight: 300;
}

#sidebar-button.active button .hover_text {
    padding-top: 20px;
}

#sidebar-button:active button {
    background: #85daff;
}

#sidebar-button:hover button .hover_text {
    -webkit-transition: opacity .3s .3s;
    transition: opacity .3s .3s;
    opacity: 1;
    filter: alpha(opacity=100);
}

#sidebar-button button .hover_text {}

#sidebar-button button:after {
    font-family: 'FontAwesome';
    color: #fff;
    content: '';
    display: inline-block;
    font-size: 1.5em;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 50px;
    height: 50px;
    background: transparent url(/images/download-icon.png) 0px 0px no-repeat;
    transition: opacity 0.3s ease 0.3s;
}

#sidebar-button:hover button:after {
    transition: opacity 0.3s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
}

@-webkit-keyframes pulse_animation {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1.);
    }
}

@keyframes pulse_animation {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1.);
    }
}


/* Content Button CSS */

.et_header_style_left div.logo_container {
    position: absolute;
    width: 100%;
    height: auto;
    padding-top: 0px;
    padding-bottom: 20px;
    max-width: 250px;
    right: 0;
    float: right;
    margin-top: -60px;
    z-index: 100;
}

#top-header {
    width: 100%;
    margin-bottom: 40px;
    z-index: 1;
}

#et-secondary-menu {
    float: left;
    margin-left: 10px;
}


/* Mega Menu Button CSS */

#mega-menu-wrap-secondary-menu #mega-menu-secondary-menu li#mega-menu-item-630 .mega-search.mega-search-open input[type="text"] {
    border: 1px solid #f1f1f1;
}

#mega-menu-wrap-secondary-menu #mega-menu-secondary-menu>li.mega-loginbutton>a.mega-menu-link {
    background: #875ea0;
    color: #fff;
}

#mega-menu-wrap-secondary-menu #mega-menu-secondary-menu>li.mega-loginbutton>a.mega-menu-link:hover {
    background: #bc9dcf;
    color: #fff;
}


/* Language Selektor CSS */

#et-secondary-menu {
    margin-left: 0;
}

.slider_home_titel {
    font-size: 2.2em !important;
    text-transform: uppercase;
}

.slider_home_titel2 {
    font-size: 2.2em !important;
    text-transform: uppercase;
}

#start_news {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 80px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 80px;
    /* Firefox */
    column-gap: 80px;
    margin-bottom: 30px;
    overflow: hidden;
}

#start_news img {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    display: table;
}

.et_pb_text h1 {
    font-family: Open Sans, sans-serif;
    font-weight: 300;
    font-size: 2.0em;
    text-transform: uppercase;
    padding-bottom: 0px;
    color: #000000;
    margin-bottom: 0px;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #aaa;
}

.et_pb_text h2 {
    font-family: Open Sans, sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-transform: none;
    padding-bottom: 0px;
    color: #000000;
    margin-bottom: 10px;
}

.et_pb_text h2:before {
    font-family: FontAwesome;
    content: "\f0c8";
    color: #00297a;
    display: inline-block;
    padding-right: 8px;
    vertical-align: middle;
    padding-bottom: 5px;
    font-size: 14px;
}

.et_pb_text h3 {
    font-weight: 600;
    text-transform: none;
    font-size: 18px;
    color: #000;
}

.et_pb_gutters3 .et_pb_column_1_2 .et_pb_module,
.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_module,
.et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_module,
.et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_module {
    margin-bottom: 3%;
}

.multi-column {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 80px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 80px;
    /* Firefox */
    column-gap: 80px;
    margin-bottom: 30px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    font-family: Open Sans, sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 1.8em;
}

.page ul {
    font-size: 1em;
    display: block;
    padding: 0px;
    padding-left: 20px;
    width: 100%;
    line-height: 1.0em;
    border: 0px;
    margin-top: 10px;
}

.page ul li {
    color: #000;
    padding-bottom: 5px;
    font-weight: 400;
    line-height: 1.8em;
}

.page ul li span {
    color: #666;
}

ul.ul-kurs {
    background: #f1f1f1;
    color: #000;
    font-weight: 300;
    width: 100%;
    line-height: 1.2em;
    border: 0px;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

ul.ul-kurs li.titel {
    font-size: 1em;
    display: block;
    padding: 10px;
    padding-left: 20px;
    background: #00297a;
    color: #fff;
    font-weight: 400;
    width: 100%;
    line-height: 1.2em;
    border: 0px;
}

ul.ul-kurs li.titel {
    list-style: none;
    padding: 5px;
    margin: 0;
    padding-left: 20px;
    margin-bottom: 10px;
    width: 100%;
    text-transform: none;
    font-size: 16px;
}

ul.ul-kurs li {
    color: #00297a;
    padding-bottom: 0px;
    padding: 5px;
    padding-left: 5px;
    margin: 0;
    margin-left: 30px;
}

a.pdf {
    display: block;
    background: url(pdf.png) no-repeat;
    background-size: 25px 25px;
    background-position: 0px 0px;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 400;
    text-transform: none;
}

#mega-menu-wrap-primary-menu.mega-sticky {
    -webkit-box-shadow: 0 8px 6px -6px rgba(68, 68, 68, 0.6);
    -moz-box-shadow: 0 8px 6px -6px rgba(68, 68, 68, 0.6);
    box-shadow: 0 8px 6px -6px rgba(68, 68, 68, 0.6);
}

.breadcrumb_last {
    font-weight: 300;
}

p#breadcrumbs {}

.breadcrumb {}

.et_pb_column {
    width: 45%;
    margin-right: 5%;
}


/* Accordion + Toggle Modules*/

.et_pb_toggle {
    border: 1px solid #ddd;
    padding: 15px !important;
    margin-bottom: 3% !important;
}

.et_pb_toggle_item:hover {
    background: #fff;
}

.et_pb_toggle_close {
    padding: 20px 0 0px 0;
    background-color: #e2e2f9;
}

.et_pb_toggle_open {
    padding: 20px 0 0px 0;
    background: #fff;
}

.et_pb_toggle h2.et_pb_toggle_title {
    position: relative;
    padding: 0 35px 0 0;
    cursor: pointer;
    text-transform: none;
    font-size: 18px;
    line-height: 1.3em;
}

.et_pb_toggle_close h2.et_pb_toggle_title {
    font-weight: 600;
    text-transform: none;
    color: #00297a;
}

.et_pb_toggle_close h2.et_pb_toggle_title {
    color: #00297a;
}

.et_pb_toggle_close h2.et_pb_toggle_title:hover {
    color: #00297a;
}

.et_pb_toggle_open h2.et_pb_toggle_title {
    color: #00297a;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 600;
    text-transform: none;
}

.et_pb_toggle_title:before {
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -0.5em;
    color: #00297a;
    font-size: 20px;
    content: "\e050";
}

.et_pb_toggle_open .et_pb_toggle_title:before {
    content: "\e04f";
}

.et_pb_toggle_content {
    padding-top: 20px;
}

.et_pb_toggle_content p:last-of-type {
    padding-bottom: 0;
}

.entry-table ul li.titel {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: -20px;
    padding-left: 0px;
    margin-bottom: 10px;
    width: 100%;
}

li.pdf {
    list-style: none;
}

li.pdf a {
    background: url(/images/icons/pdf.png) no-repeat;
    background-size: 25px 26px;
    background-position: 0px 0px;
    padding-left: 30px;
}

.portrait-ref {
    margin: 0 auto !important;
}

#main-content .container:before {
    display: none;
}

ul#et-secondary-nav {
    padding-left: 0;
}

.entry-table ul {
    margin: 0;
    padding: 10px;
    background: #f1f1f1;
}

.entry-table ul li {
    margin: 0;
    padding: 0;
    color: #000;
}

.entry-table ul li.titel {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: -20px;
    padding-left: 0px;
    margin-bottom: 10px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 400;
}

.entry-table ul li.titel:before {
    font-family: FontAwesome;
    content: "\f0c8";
    color: #ffffff;
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    padding-bottom: 5px;
}

#main-footer .footer-widget h4.title {
    color: #999;
    text-transform: none;
}

#main-footer {
    background: #fff;
    padding-bottom: 30px;
}

#main-footer .footer-widget {
    width: 100%;
    color: #999;
}

.footer-widget .widget_text {
    float: left;
    width: 50%;
}

.footer-widget .widget_nav_menu {
    float: right;
    width: 50%;
}

.menu-footer-container {
    float: right;
}

ul#menu-footer li {
    display: inline-block;
    color: #999;
    font-size: 14px;
}

#footer-widgets .footer-widget li a {
    display: inline-block;
    color: #666;
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px solid #999;
}

ul#menu-footer li.footer-last a {
    padding-right: 0px;
    border-right: 0px solid #999;
}


/********************************  Formular *****************************/

.formular span {
    margin: 0;
    padding: 0;
}

.formular span.wpcf7-list-item-label {
    cursor: pointer;
    border: 0px solid #f00;
}

.formular ul {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.formular ul li {
    display: inline-block;
    width: 46%;
    line-height: 1.1em;
    margin-right: 3%;
}

.formular li.form-li-top {
    margin-bottom: 20px;
}

.formular a:after {
    content: none;
}


/* Unterpunkte Liste */

.formular ul li ul li {
    display: block;
    width: 100%;
}

.formular input {
    font-family: Open Sans, sans-serif;
    font-weight: 300;
    width: 100%;
    display: block;
    border: 1px solid #999;
    background: #fff;
    margin-bottom: 8px;
    line-height: 1.8em;
    font-size: 1.0em;
}

.formular input.textfeld {
    padding-left: 2%;
    padding-right: 2%;
    font-family: Open Sans, sans-serif;
    font-weight: 300;
    width: 94%;
    display: block;
    border: 1px solid #999;
    background: #fff;
    margin-bottom: 8px;
    line-height: 1.8em;
    font-size: 1.0em;
}

span.wpcf7-list-item {
    display: block;
}

.formular input[type="checkbox"],
.formular input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.formular input[type="checkbox"]:focus+span,
.formular input[type="radio"]:focus+span {}

.formular input[type="checkbox"]+span.wpcf7-list-item-label {
    background: transparent url(/images/icons/checkbox.png) no-repeat -5px -35px;
    padding: 0px 20px 5px 35px;
}

.formular input[type="checkbox"]:checked+span.wpcf7-list-item-label {
    background-position: -5px -3px;
}

.formular span.orange {
    color: #ea5906;
}

span#rueckruf span input {
    display: none;
}

.formular h4 {
    margin: 0;
    letter-spacing: 0;
    font-family: Open Sans, sans-serif;
    font-weight: 300;
    font-size: 1.0em;
    line-height: 1.2em;
    text-transform: uppercase;
    padding-bottom: 0px;
    border-bottom: 1px solid #aaa;
    color: #2095e7;
    margin-top: 1em;
    margin-bottom: 1em;
}

.formular select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    font-size: 1em;
    width: 100%
}

.formular select {
    width: 96%;
    border: 1px solid #999;
    padding: 2px 5px 5px 2px;
    background-color: white;
    background-image: url(/images/icons/select-arrow.png);
    background-position: right;
    background-repeat: no-repeat;
    font-family: Open Sans, sans-serif;
    font-weight: 300;
    font-size: 1.0em;
    display: block;
    margin-bottom: 8px;
    text-indent: 0.01px;
    text-overflow: "";
}

.form1 {
    width: 48%;
    padding-right: 2%;
    display: inline-block;
}

.form2 {
    width: 40%;
    display: inline-block;
}

.newsletter {
    width: 100% !important;
    max-width: 1200px !important;
    float: left;
}

.formfeld1 {
    width: 45%;
    display: inline-block;
    margin-right: 9%;
    vertical-align: top;
}

.formfeld2 {
    width: 45%;
    display: inline-block;
}

.newsletter .form-submit {
    width: 300px;
    text-align: left;
    padding-left: 10px;
}

.require {
    color: #f00;
}

.error {
    color: #f00;
    font-weight: bold;
}

textarea.nachricht {
    border: 1px solid #999;
    width: 94%;
    height: 180px;
    font-family: Open Sans, sans-serif;
    font-weight: 300;
    display: block;
    margin-bottom: 8px;
    font-size: 1.0em;
}

.form-submit {
    width: 300px;
    text-align: left;
}

.formular input[type="submit"] {
    cursor: pointer;
    color: #00a0d6;
    padding: 0;
    font-family: Open Sans, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    border: 0px solid #000;
    font-size: 1.0em;
    padding-left: 20px;
    width: 250px;
}

.formular input[type="submit"]:hover {
    cursor: pointer;
    color: #fff;
    font-family: Open Sans, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    border: 0px solid #000;
    font-size: 1.0em;
    background: #0091d4;
}

span.icon_datum {
    right: 0;
    width: 20px;
    height: 20px;
    background: url(/images/icons/kalender.png) no-repeat center;
    position: relative;
    border: 0px solid #f00;
    margin-right: 50px;
    margin-top: -30px;
}

#termin {
    background-image: url(/images/icons/kalender.png);
    background-repeat: no-repeat;
    background-position: right 0px center;
    background-size: auto 100%;
}

.tb-form {
    width: 100%;
    border: none;
}

.tb-form tr:nth-child(2n) {
    background: #f9f9f9;
}

.tb-form td {
    border-bottom: 0px solid #f1f1f1;
}

.kontaktform .td-label {
    font-size: 1.1em;
    font-family: Open Sans, sans-serif;
    font-weight: 300;
}

.kontaktform .td-label {
    width: 40%;
    padding: 10px;
    padding-left: 20px;
}

.kontaktform .td-field {
    width: 100%;
}

.td-input {
    width: 100%;
    border: 1px solid #aaa;
    border-radius: 5px;
    font-size: 1.1em;
    padding: 5px;
    font-weight: 300;
}

.kontaktform select {
    width: 100%;
    border: 1px solid #aaa;
    border-radius: 5px;
    font-size: 1.1em;
    padding: 5px;
    font-weight: 300;
}

.kontaktform select.zeit {
    width: 80px;
    border: 1px solid #aaa;
    border-radius: 5px;
    font-size: 1.1em;
    padding: 5px;
    font-weight: 300;
}

.kontaktform textarea {
    width: 100%;
    border: 1px solid #aaa;
    border-radius: 5px;
    font-size: 1.1em;
    padding: 5px;
    font-weight: 300;
}

.kontaktform .submit {
    cursor: pointer;
    color: #ffffff !important;
    background: #0092ce;
    border-color: #0092ce;
    font-size: 1.1em;
    padding: 0.3em 1em;
    border: 2px solid #0092ce;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 6px;
    font-weight: 500;
    line-height: 1.7em !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    margin-right: 30px;
}

.kontaktform .submit:hover {
    background: #00afed;
    border: 2px solid #00afed;
}

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


/******************************** End Formular *****************************/

.et_pb_post h2 {
    color: #f00;
    display: block;
    width: 100%;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #aaa !important;
    text-transform: none !important;
}

.et_pb_posts .et_pb_post h2.post-title a {
    text-transform: none !important;
}

.et_pb_posts .et_pb_post h2.post-title span.post-meta {
    float: right;
    display: inline-block;
    font-size: 0.8em;
    line-height: 1.8em;
}

.et_pb_posts img {
    width: 48%;
    float: right;
    margin-top: 60px;
    padding-left: 40px;
}

.et_pb_posts .et_pb_post p.post-meta {
    font-size: 0.9em;
}

.et_pb_post h2 {
    margin-top: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid #aaa;
}

.et_pb_posts a.more-link {
    display: inline;
}

.et_pb_posts .post-content p {
    display: inline;
}

.et_pb_team_member_image {
    line-height: 0 !important;
    display: block;
    margin-bottom: 20px;
    margin-right: 0px;
}

.et_pb_team_member_description {
    width: 100%;
    text-align: center;
    display: block;
}

.team {
    text-align: center;
}

.et_pb_team_member_image {
    display: block;
    width: auto;
    float: none;
}

.awards img {
    height: 150px;
}

a.btn-page {
    padding: 0.5em 2em 0.5em 3em !important;
    border: 2px solid transparent;
}

a.btn-page span {
    padding-right: 0.6em;
}

a.btn-page:hover {
    padding: 0.5em 2em 0.5em 3em !important;
    border: 2px solid transparent;
}

a.btn-kontakt:hover {
    background: #00afed !important;
}

a.btn-download:hover {
    background: #00afed !important;
}

.fullwidth-cta {
    width: 100%;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

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

span.titel-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: -20px;
    padding-left: 0px;
    margin-bottom: 10px;
    width: 100%;
}

.et_pb_member_position {
    color: #666;
}

.et_pb_slider .et_pb_slide {
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0);
}

.et_pb_slide_title {
    display: none;
}

.startpost .et_pb_slide_title {
    display: block;
}

.startpost.et_pb_slider .et_pb_slide_description h2.et_pb_slide_title {
    font-size: 1.3em !important;
}

.startpost .et_pb_slide_content {
    font-weight: 300;
}

.et-pb-controllers {
    display: none;
}

.et_pb_slide_image img {
    width: 70%;
}

.slide_portrait {
    width: 100%;
    max-width: 100px;
}

.slide_text {
    font-weight: 300;
}

.et-pb-arrow-next {
    color: #0092d4 !important;
    font-size: 4em !important;
}

.et-pb-arrow-prev {
    color: #0092d4 !important;
    font-size: 4em !important;
}

.et-pb-arrow-next:hover {
    color: #00b0ff!important;
}

.et_pb_slide_with_image .et_pb_slide_description {
    margin-right: 30px;
}

.box {
    padding: 20px;
    -webkit-box-shadow: 0px 0px 23px -8px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 0px 23px -8px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 23px -8px rgba(0, 0, 0, 0.7);
    border-radius: 10px;
}

.pagination span.current {
    display: inline-block;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 4px;
    color: #fff;
    background: #0092ce;
}

.pagination {
    margin-top: 20px;
    margin-bottom: 20px;
}

.et_right_sidebar #sidebar {
    padding-left: 60px;
    width: 25%;
    float: right;
}

#et-top-navigation {
    padding-left: 0 !important;
    float: left;
}

.et_header_style_left div.logo_container {
    padding-top: 20px;
}

#main-header {
    -webkit-box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.1);
}

#main-header>.et-fixed-header {
    -webkit-box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.1);
}

li.anker_active a {
    background: #f00 !important;
}

div .logo {
    float: right;
    position: absolute;
    right: 0;
}


/*  Responsive Design  */


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1250px) {
    #logo {
        float: right;
        max-width: 200px !important;
    }
}

@media only screen and (max-width: 1200px) {
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item>a.mega-menu-link {
        font-size: 15px !important;
    }
    #logo {
        float: right;
        max-width: 180px !important;
    }
}

@media only screen and (max-width: 1050px) {
    #logo {
        display: none;
    }
    #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-2 a img,
    #mega-menu-wrap-primary-menu .mega-menu-toggle #mega-toggle-block-2 a img {
        top: -50px;
    }
    .et_header_style_left .mobile_menu_bar {
        display: none;
    }
    .blogtitel {
        font-size: 2.5em;
    }
    .entry-table {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
        column-gap: 0px;
        margin-bottom: 20px;
    }
    .entry-table img {
        margin-top: 10px;
    }
    #sidebar-custom-twitter .twitter-widget ul li {
        max-width: 1050px;
        width: 100%;
        border: 0;
        border-bottom: 1px solid #aaa;
        padding: 0;
        min-height: auto;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .newsroom-entry span.date {
        display: block;
        float: none;
    }
    .newsroom-entry h2 a {
        display: block;
    }
    #main-content .container {
        padding-top: 10px;
    }
    .et_pb_row {
        padding-top: 20px;
    }
    #mega-menu-wrap-blog-menu #mega-menu-blog-menu li:last-child {
        padding-left: 0;
    }
}

.et_fixed_nav #top-header {
    position: fixed;
    z-index: 100;
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 980px) {
    body {
        font-size: 16px;
    }
    #sidebar-button {
        display: none;
    }
    #footer-widgets .footer-widget {
        width: 100% !important;
    }
    .footer-sp1 {
        width: 50% !important;
    }
    .footer-sp2 {
        width: 20% !important;
    }
    .footer-sp3 {
        width: 20% !important;
    }
    .footer-sp4 {
        width: 8% !important;
    }
    #top-header {
        margin-top: 10px;
        width: 100%;
        margin-bottom: 10px;
    }
    #mega-menu-wrap-extra-menu #mega-menu-extra-menu.mega-menu-vertical>li.mega-menu-item>a.mega-menu-link {
        font-size: 16px;
    }
    #top-header ul {
        padding-left: 0;
    }
    .chi_display_header {
        height: 275px !important;
    }
    .et_pb_gutters1 .et_pb_column .et_pb_module {
        margin-bottom: 10px !important;
    }
    .et_pb_row {
        width: 90%;
    }
    .container {
        width: 90%;
    }
    .et_pb_section {
        padding: 0;
    }
    .kontaktform .td-label {
        width: 30%;
        font-size: 0.9em !important;
        padding: 2px !important;
    }
    .kontaktform select {
        font-size: 0.9em !important;
    }
    .kontaktform .submit {
        margin-bottom: 10px;
    }
    #et-secondary-menu {
        margin-left: 0;
    }
    #et-secondary-menu .lang_selector ul {
        padding-left: 10px;
    }
    #glossar-navi {
        width: 100%;
        float: left;
        padding-left: 0;
    }
    .et_pb_section_2.et_pb_section {
        padding-top: 0 !important;
    }
}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    .blogtitel {
        font-size: 2.0em;
    }
    .footer-sp1 {
        width: 100% !important;
        float: left;
        padding-bottom: 30px;
    }
    .footer-sp2 {
        width: 50% !important;
        float: left;
        padding-bottom: 30px;
    }
    .footer-sp3 {
        width: 50% !important;
        float: left;
    }
    .footer-sp4 {
        width: 50% !important;
        float: left;
    }
    #mega-menu-wrap-extra-menu #mega-menu-extra-menu.mega-menu-vertical>li.mega-menu-item>a.mega-menu-link {
        font-size: 1em;
    }
    .chi_display_header {
        height: 200px !important;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {}


/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {}

#captchaDiv {
    border: 1px solid #aaa;
}

#privacyNotes {
    display: block;
    float: left;
}