
body, h1, h2, h3, h4, h5, h6 {
    font-family: 'Passero One';
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.3em !important;
}

small {
    font-size: smaller;
}

big {
    font-size: larger;
}

/* Literaturtabelle 3. Spalte ausblenden ab 900px */
.literatur {
    width: 100%;
    cellspacing: 1;
    cellpadding: 1;
}

@media only screen and (min-width: 550px) and (max-width: 900px) {
    table tr td:nth-child(3n) {
        display: none;
    }
}


@media only screen and (max-width: 449px) {
    table tr td:nth-child(3n) {
        display: none;
    }

    table tr td:nth-child(4n) {
        display: none;
    }
}

/* Navigation */

#top-menu .current-menu-item a::before,
#top-menu .current_page_item a::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
}

#top-menu li a:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: 50%;
    background: #012446; /*** COLOR OF THE LINE ***/
    height: 3px; /*** THICKNESS OF THE LINE ***/
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#top-menu li a:hover {
    opacity: 1 !important;
}

#top-menu li a:hover:before {
    right: 0;
}

#top-menu li li a:before {
    bottom: 10%;
}

@media only screen and (max-width: 1140px) {
    #top-menu-nav, #top-menu {
        display: none;
    }

    #et_top_search {
        display: none;
    }

    #et_mobile_nav_menu {
        display: block;
    }

    .et_fixed_nav #main-header, .et_fixed_nav #top-header {
        position: absolute;
    }
}


/* Timeline Titel ausblenbden */
.timeline-main-title.center-block {
    display: none;
}

/* Projektbox */
.projektbox {
    background: #ededed;
    -webkit-box-shadow: 5px 5px 30px 0px rgba(0, 14, 36, 0.5);
    -moz-box-shadow: 5px 5px 30px 0px rgba(0, 14, 36, 0.5);
    box-shadow: 5px 5px 30px 0px rgba(0, 14, 36, 0.5);
    /* Fade-Effekt */
    -o-transition: color 0.5s ease-out, background 0.5s ease-in;
    -ms-transition: color 0.5s ease-out, background 0.5s ease-in;
    -moz-transition: color 0.5s ease-out, background 0.5s ease-in;
    -webkit-transition: color 0.5s ease-out, background 0.5s ease-in;
    transition: color 0.5s ease-out, background 0.5s ease-in;
}

.projektbox:hover {
    background: #012446;
    color: #fff;
    -webkit-box-shadow: 5px 5px 30px 0px rgba(0, 14, 36, 0.5);
    -moz-box-shadow: 5px 5px 30px 0px rgba(0, 14, 36, 0.5);
    box-shadow: 5px 5px 30px 0px rgba(0, 14, 36, 0.5);
}

/* Footer */

#main-footer {
    border-top: 2px solid #012446 !important;
    color: #012446 !important;
}

#main-footer a {
    font-weight: bold;
    color: #012446 !important;
}

.footer-widget {
    color: #012446 !important;
}

#footer-widgets {
    padding: 3% 0 0 !important;
}

#footer-bottom {
    display: none !important;
}

@media only screen and (min-width: 768px) {
    #text-3 {
        float: right !important;
        max-width: 250px;
    }
}

@media only screen and (max-width: 768px) {
    #footer-widgets {
        text-align: center !important;
    }

    #text-2 {
        text-align: center;
        width: 100%;
    }

    #text-3 {
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }

    #text-3 {
        max-width: 350px;
    }

    #text-3.et_pb_widget {
        float: none !important;
    }
}


/* Kontaktformular */

.wpcf7 {
    color: #012446 !important;
}

.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
    background-color: #fff !important;
    border: 1px solid #012446 !important;
    width: 100% !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    font-size: 14px;
    padding: 16px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #012446 !important;
}

.wpcf7-submit {
    color: #012446 !important;
    margin: 8px auto 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 20px;
    line-height: 1.7em;
    background: transparent;
    border: 2px solid;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.wpcf7-submit:hover {
    background-color: #012446 !important;
    border-color: #012446;
    color: #fff !important;
    padding: 6px 20px !important;
}

#responsive-form {
    margin: 0 auto;
    width: 100%;
}

.form-row {
    width: 100%;
}

.column-half, .column-full {
    float: left;
    padding: 0.65rem;
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

@media only screen and (min-width: 1176px) {
    .column-half {
        width: 50%;
    }
}

#main-footer {
    border-top: 2px solid #012446;
}

footer .et_pb_row:last-of-type {
    padding: 32px 0 16px 0;
}

@media only screen and ( min-width: 980px ) {

    footer .et_pb_row:last-of-type .et_pb_column:last-of-type {
        text-align: right;
    }
}

div.menu-social-container {
    margin-bottom: 16px;
}

#menu-rechtliches li,
#menu-legal li ,
#menu-social li {
    display: inline-block;
}

#menu-social li:not(:last-of-type) {
    margin-right: 16px;
}

#menu-rechtliches li:not(:last-of-type),
#menu-legal li:not(:last-of-type) {
    margin-right: 8px;
}

#menu-rechtliches li:not(:last-of-type)::after,
#menu-legal li:not(:last-of-type)::after {
    content: '|';
    padding-left: 6px;
}

@media only screen and ( max-width: 980px ) {
    #copyright, #menu-legal, #menu-rechtliches {
        text-align: center;
    }
}

.entry-content.without_divi_builder {
    padding: 60px 0;
}


@media only screen and ( min-width: 981px ) {
    .flex_wrapper {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        position: relative;
        max-width: 80%;
    }

    footer .et_pb_column  {
        width: calc((100% - 60px) / 2);
        margin-right: 60px;
    }

    footer .et_pb_column:last-of-type {
        margin-right: 0;
    }
}

@media only screen and ( max-width: 980px ) {
    footer .et_pb_column:first-of-type  {
        margin-bottom: 20px;
    }
}