@font-face {
    font-family: 'robotoblack';
    src: url('../fonts/Roboto-Black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotobold';
    src: url('../fonts/Roboto-Bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/Roboto-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    color: #555;
    background-color: #fff;
    font-family: 'robotoregular', sans-serif;
}

footer {
    background-color: #f49800;
    color: #fff;
}

footer section.container {
    background-color: #f49800;
    color: #fff;
}

footer section.container:last-child {
    background-color: #fff;
    color: #000;
}


footer .row .group {
    padding-right:68px;
}

section.container {
    background-color: #fff;
    padding-top: 25px; /* Abstaende ueberpruefen */
    padding-bottom: 15px;
}

hr {
    margin-top: 50px;
}

h1,h2,h3,article h1, article h2, article h3, aside h4, aside h2 {
    color: #044775;
    margin-top: 10px;
    margin-bottom: 30px;
    font-family: 'robotobold';
    font-weight:normal;
}

h1,article h1 {
    font-size: 3rem;
    font-family: 'robotoblack';
    font-weight:normal;
    letter-spacing: 1px;
}

h2,article h2 {
    font-size: 2.8rem;
    margin: 50px auto 40px auto;
    font-family: 'robotobold';
    font-weight:normal;
}

h3,article h3 {
     font-size: 2.2rem;
     margin: 40px auto 20px auto;
    font-family: 'robotobold';
    font-weight:normal;
 }

article>h3 {
    font-size: 2.2rem;
    margin: 30px auto 0px auto;
}

article h4 {
    color: #4d4d4c;
    font-family: 'robotobold';
    font-weight:normal;
    margin: 30px 0 20px 0;
}

article h5 {
    color: #4d4d4c;
    font-family: 'robotobold';
    font-weight:normal;
    margin: 30px 0 10px 0;
}

article a, aside a {
    color: #044775;
    text-decoration: underline;
}

article p, ul {
    line-height: 1.8rem;
    margin-bottom: 2rem;
}

#mapContainer {
    width: 100%;
    height: 500px;
}

aside {
    padding: 10px 20px;
    margin-top: 10px;
    background: #efefef;
}

aside .picture dl dt img {
    width: 100%;
    height: auto;
}

aside .picture dl dd {
    font-size: 0.8em;
}

aside h2 {
    font-size: 1.2em;
    font-family: 'robotobold';
    font-weight:normal;
    margin-bottom: 20px;
    margin-top: 25px;
}

aside h2:first-child {
    margin-top: 10px;
}

aside li {
    margin-bottom: 15px;
}


footer a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

a:hover, a:active {
    color: #6cab47;
    text-decoration: none;
}

footer section h4 {
    margin-bottom: 25px;
    font-family: 'robotobold';
    font-weight: normal;
    font-size: 2rem;
}

.nav-links h4 {
    color: #f49800;
    margin-top: 30px;
}

aside.nav-links li {
    color: #003b63;
    margin-bottom: 10px;
    font-size: 1.3rem;

}

.nav-links li:last-child {
    margin-bottom: 0;
}

.carousel-control {
   /* top: 100px;*/
}

.carousel-control.right, .carousel-control.left {
    background-image: none;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -50px;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -50px;
}

.carousel-slider {
    padding: 0 !important;
    position: relative;
}

.carousel-caption {
    bottom: 10px;
    right: 30px;
    position: absolute;
    text-align:right;
    padding-bottom:5px;
}

.carousel-caption h3 {
    font-size: 30px;
    font-family: 'robotoregular';
    font-weight:normal;
    color: #fff;
}

/****************/

.header-row1 {
    padding: 10px;
    margin: 0;
}


.header-row2 {
    margin-top: 30px;
}

.header-row1 .logo {
    overflow:visible;
}

.header-row1 .logo img {
    width:auto;
}


.header-row1 .search_phone {
    padding-top: 14px;
    padding-right: 20px;
}


#nav_bar a {
    text-align: left;
    padding-left: 25px;
    font-size: 1.8rem;
}

#nav_bar a.dropdown-item {
    font-size: 1.4rem;
}

.main-nav .nav-justified .dropdown {
    margin: 0;
    position: relative;
    z-index: 999;
    width: auto;
    padding-right: 5em;
}

.main-nav .nav-justified .dropdown > ul.dropdown-menu {
    margin: 0 0 0 0px;
    padding: 15px 0;
    background-clip: unset;
    background-color: #f49800;
    border: none;
    border-radius: 0px;
    box-shadow: initial;
    left: 0;
}

.main-nav .dropdown > .fa-arrow-right,
.main-nav .dropdown > .ti-arrow-right
{
    left: 0;
    top: 13px;
    position: absolute;
    transform: rotate(-45deg) scale(1.5);
    transition: transform .3s ease, color .3s ease;
}

.main-nav .dropdown:hover > .fa-arrow-right,
.main-nav .dropdown:hover > .ti-arrow-right{
    transform: rotate(45deg) scale(1.5);
    color: #6cab47;
}

.main-nav .dropdown:hover > ul {
    display: block;
}

.main-nav li > a {
    background-color: inherit !important;
}

.main-nav .divider {
    background-color: inherit;
}

.main-nav #nav_bar .dropdown > a {
    color: inherit !important;
    cursor: pointer;
}

.main-nav .dropdown-menu li {
    padding-top: 0px;
    padding-bottom: 0px;
}

.main-nav .dropdown-menu li a {
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    cursor: pointer;
    font-size: 1.4rem;
}

.main-nav .dropdown > li:hover > a {
    color: #003b63;
}

.main-nav .dropdown-menu li a:hover {
    color: #6cab47;
}

#nav_bar .dropdown-menu li a {
    padding-left: 7px;
}

.main-nav {
    background-color: #fff;
    color: #003b63;
}

.main-nav > .container {
    padding-bottom: 0;
}

.nav_ul {
    margin: 30px 0 0 0;
    padding: 0;
}

.nav_ul li {
    padding: 0;
}

.padding_0 {
    padding: 0;
}

.pointer {
    cursor: pointer;
}

.upper {
    text-transform: uppercase;
    color: #fff;
}

a.close-panel {
    display: none;
}

.locations-container {
    position: relative;
}

.locations {

    float: left;
    width: 50%;
}

.svg {
    padding-top: 15%;
    position: absolute;
    right: 0;
    width: 50%;
}


ul {
    padding: 0px;
}

li {

    padding: 0;
    margin-left: 20px;

}


.topic {
    margin-bottom: 40px;
}

.topic h4 {
    margin-bottom: 20px;
}

.topic .wp-caption.alignnone {
    width: 100% !important;
}

.topic img {
   max-width: 100%;
   height: auto;
}

blockquote {
    padding: 0px;
    border:none;
}
blockquote p {
    line-height: 1.6em;
}

.group ul.group-nav {
    margin-bottom:0;
}

.group .content aside.nav-links {
    border: none;
    padding: 0 15px 30px 15px;
    margin: 0;
    background: #fff;
}

.group .content aside.nav-links li {
    margin-left: 0;
}

.group .content aside.nav-links li.selected a {
    color: #6cab47;
}

.group .content article {
    padding-right: 50px;

}


.group.member .contact {
    padding: 10px 20px 40px 20px;
    background: #efefef;
    min-height: 400px;
}

.group.member .contact h3 {
    color: #014379;
    font-size: 1.3em;
    font-family: 'robotobold';
    font-weight:normal;
    margin-bottom: 30px;
}

.group.member .logo {

}

.group.member ul.group-nav {
    list-style-type: none;
}

.group.member ul.group-nav li {
    padding: 0;
    margin: 0;
}

.group.member .entry-content .logo {
    margin-bottom: 30px;
}


.col-md-12.col-xs-12 .entry-content {
    padding-right:100px;
}

.entry-content ol {
    margin-left: 0;
    padding-left: 0;
}

.entry-content ol li {
    margin-bottom: 10px;
}

.group.member .portfolio,
.group.member .zertifikate
{
    padding-bottom: 40px;
}

.group.member .portfolio h4,
 .group.member .zertifikate h4
 {
    color: #014379;
    font-size: 1.3em;
    font-family: 'robotobold';
    font-weight:normal;
    margin-top: 40px;
 }

.group.member .zertifikate h4
{
    margin-top: 0px;
}

.group .group-nav li {
    height: 30px;
}

.group .group-nav li a {
    height: 30px;
    padding-left: 27px;
    text-decoration: none;
    font-size: 1.4rem;
}

.group .group-nav li.dropdown > .fa-arrow-right,
.group .group-nav li.dropdown > .ti-arrow-right{
    left: 0;
    top: 0px;
    top: 3px;
    position: absolute;
    transform: rotate(-45deg) scale(1.5);
    transition: transform .3s ease, color .3s ease;
}

.group .group-nav li.dropdown:hover > .fa-arrow-right,
.group .group-nav li.dropdown.active > .fa-arrow-right {
    transform: rotate(45deg) scale(1.5);
    color: #6cab47;
}

.group .group-nav li.dropdown:hover > .ti-arrow-right,
.group .group-nav li.dropdown.active > .ti-arrow-right {
    transform: rotate(45deg) scale(1.5);
    color: #6cab47;
}

.group .group-nav li.dropdown.active a {
    color: #6cab47;
}

.zertifikate li {
    list-style: none;
    padding:0;
    margin:0;
}

.zertifikate h5 {
    color: #014379;
    font-family: 'robotobold';
    font-weight:normal;
}

.zertifikate a.pdf::before {

    content: url(../img/pdf.svg);
    display: block;
    height: 38px;
    width: 38px;
    float: left;
}

.zertifikate a.pdf {
    line-height:38px;
}


aside {
     margin-top:35px;
     margin-bottom:30px;
 }

.group aside {
    margin-top:5px;
    margin-bottom:10px;
}

aside .topic ul,
.entry-content ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

aside .topic ul > li:before,
.entry-content ul > li:before {
    display: inline-block;
    content: "-";
    width: 1em;
    margin-left: -1em;
    margin-left: 0;
}

/****** LEISTUNGEN ********/

div.portfolio {
    width: 100%;
    /*overflow-x: scroll;*/
}

table.leistungen td, table.leistungen th {
    padding: 8px 6px;
}

table.leistungen th {
     text-align: right;
     background: #044775;
     color: #044775;
     font-size: 1.2em;
 }

table.leistungen tr.header th {
    color: #fff;
}

table.leistungen tr.firma span {
    margin-left:30px;
    margin-right:20px;
}

table.leistungen tr td:not(:first-child),
table.leistungen tr th:not(:first-child) {
   text-align: center;
}
table.leistungen tr td:first-child {
    color: #333;
    font-weight: bold;
}

table.leistungen tr.firma th {
    background:#fff;
}

table.leistungen tr.firma th img {
    width: auto;
    height: 30px;
}

table.leistungen tr.firma th img.size-original {
    width: initial;
    height: initial;
}

table.leistungen tr.firma th:nth-child(n+2) {
    border-left: 1px solid #044775;
}

table.leistungen tr.header th:not(first-child) {
    border-left: 1px solid #fff;
}

table.leistungen tr:nth-child(even) {background: #eeeeee}
table.leistungen tr:nth-child(odd) {background: #04477529}


/****** HISTORIE ********/

.historie-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

.historie {
    padding-left: 0px;
    padding-bottom: 20px;
}

.historie .picture {
    border: 1px solid #ccc;
    padding: 20px 20px;
    height: 100%;
}

.historie .picture img {
    width: 100%;
    height: auto;
}

.historie .picture dd {
    padding: 20px 0;
    font-family: 'robotobold';
    font-weight:normal;
    color: #044775;
    font-size: 1.5rem;
}

.historie .picture p {
    font-size: 1.3rem;
}


.topic p img {
    width: 100%;
    height: auto;
}

.topic p img.ansprechpartner.alignnone.size-full {
    width: auto;
}


/****** HOME ********/

.home .group-members {
    padding:20px 0;
}

.home .group-members .group-nav {
    margin-bottom:0;
}

.home .group-members h4{
    background: #044775;
    font-family: 'robotoblack';
    font-weight:normal;
    font-size:2rem;
    color:#fff;
    padding:20px;
    margin-bottom:40px;
}

.home .member.logo {
    display: inline;
    margin-bottom: 30px;
    margin-right: 30px;
    float: left;
    width:200px;
}

/****** MAP ********/

section.map {
    padding: 0 15px;
}


body.logged-in {
    margin-top: 20px;
}


.page.privacy-policy h2 {
 font-size:2rem;
}

.page.privacy-policy h3 {
    font-size:1.8rem;
}

.page.privacy-policy ol ol {
    margin-top: 20px;
    list-style: lower-alpha;
    margin-bottom: 32px;
}

.col-md-4.col-md-offset-1.col-xs-12.contact {

    padding-bottom: 30px;

}


/********* CLEAR FIX ************/

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}

.clearfix {
    *zoom: 1; /* Für den IE6 und IE7 */
}

/********* CLEAR FIX ************/








/****** ############################################################################ ********/
/****** MEDIA QUERIES ********/
/****** ############################################################################ ********/


@media (min-width: 768px) {
    .location-container .svg {
        width: 50%;
        padding: 0 50px 0px 20px;
    }


    .group .content aside.nav-links {
        border: none;
        margin: 0;
    }

    .group .member {
        border: none;
    }
}


@media (min-width: 992px) {
    .location-container .svg {
        padding: 10px;
        padding-top: 15%;
        position: absolute;
        right: 0;
        width: 10em;
    }

}

@media only screen and (max-width: 1199px) {


    /* GRUPPENSEITEN */

    .group.member .contact {
        padding: 10px 0px 30px 10px;
    }

    .group .content aside.nav-links {
        background: #eee;
        padding: 20px;
        margin-bottom: 30px;
    }

    .group .content aside.nav-links h4 {
        margin-bottom:25px;
        margin-top: 0px;
    }

    .group .content aside.nav-links li {
        display: inline;
        margin-right: 36px;
        width: 28%;
        float: left;
    }

    .group .content article {
        padding-right:30px;
    }

    /* GRUPPENSEITEN */

}


@media only screen and (max-width: 1002px) {


    /* GRUPPENSEITEN */

    .group .content aside.nav-links li {
        width: 40%;
    }


    /* GRUPPENSEITEN */

}


@media only screen and (max-width: 55em) {
    body {
        background: none;
    }

    footer .row .group {
        padding-right:25px;
    }

    section.container {

    }

    .header-row1 > div:first-child,
    .header-row1 > div:last-child {
        padding-left: 0;
        padding-right: 0;
    }

    .header-row2 {
        margin: 0;
    }

    .main-nav, .main-nav > .container {
        padding: 0;
    }

    .header-row1 .burger {
        padding-top: 12px;
    }

    .header-row1 {
        padding: 10px;
        margin: 0;
    }

    .header-row1 #logo {
        width: auto;
    }

    .header-row1 #logo {
        margin: auto;
        display: block;
        padding-left: 0px;
        margin-left: -10%;
    }

    .header-row1 .search_phone {
        padding-right: 12px;
    }


    a.close-panel {
        display: inline-block;
    }

    .main-nav .nav-justified .dropdown > a {
        margin: 0 -5px;
    }

    #nav_bar {
        width: 70%;
        position: fixed;
        left: -70%;
        top: 0;
        height: 100%;
    }

    #nav_bar {
        display:none;
    }


    #nav_bar li {
        float: none;
        margin: 0 15px;
    }

    .main-nav .nav-justified .dropdown > a {
        margin: 0 15px;

    }

    .main-nav .nav-justified .dropdown > ul.dropdown-menu {
        position: relative;
        float: none;
    }

    .openNav #page {
        left: 0;
        -webkit-transform: translate3d(70%, 0, 0);
        -moz-transform: translate3d(70%, 0, 0);
        -ms-transform: translate3d(70%, 0, 0);
        -o-transform: translate3d(70%, 0, 0);
        transform: translate3d(70%, 0, 0);
        -webkit-transition: -webkit-transform 500ms ease;
        -moz-transition: -moz-transform 500ms ease;
        -o-transition: -o-transform 500ms ease;
        transition: transform 500ms ease;
    }

    #page {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform 500ms ease;
        -moz-transition: -moz-transform 500ms ease;
        -o-transition: -o-transform 500ms ease;
        transition: transform 500ms ease;
    }


    .openNav #page.logged-in {
        left: 0;
        -webkit-transform: translate3d(70%, 46px, 0);
        -moz-transform: translate3d(70%, 46px, 0);
        -ms-transform: translate3d(70%, 46px, 0);
        -o-transform: translate3d(70%, 46px, 0);
        transform: translate3d(70%, 46px, 0);
        -webkit-transition: -webkit-transform 500ms ease;
        -moz-transition: -moz-transform 500ms ease;
        -o-transition: -o-transform 500ms ease;
        transition: transform 500ms ease;
    }

    #page.logged-in {
        left: 0;
        -webkit-transform: translate3d(0, 46px, 0);
        -moz-transform: translate3d(0, 46px, 0);
        -ms-transform: translate3d(0, 46px, 0);
        -o-transform: translate3d(0, 46px, 0);
        transform: translate3d(0, 46px, 0);
        -webkit-transition: -webkit-transform 500ms ease;
        -moz-transition: -moz-transform 500ms ease;
        -o-transition: -o-transform 500ms ease;
        transition: transform 500ms ease;
    }

    #wpadminbar {
        transform: translate3d(0, 0, 0);

        width: 100%;
    }

    .location-container .svg {
        width: 19em;
        padding: 0 50px 0px 20px;
    }


    /* GRUPPENSEITEN */

    .group.member .contact {
        padding: 10px 0px 30px 0px;
    }

    .group .content aside.nav-links {
        background: #eee;
        padding-bottom: 5px;
        margin-bottom: 30px;
    }

    .group .content aside.nav-links h4 {
        margin-bottom:15px;

    }
    .group .content aside.nav-links li {
        margin-right: 1%;
        width: 49%;
    }

    .group .content article {
        padding-right:30px;
    }

    /* GRUPPENSEITEN */


    .footer-nav {
        margin-top: 10px;
    }

    .footer-nav li {
        margin-top: 10px;
    }


    footer section .row > div {
        margin-bottom: 25px;
    }

    footer .nav-justified > li > a {
        margin: 0 10px;
    }

    /* ADMIN */
    body.logged-in {
        margin-top: -46px;
    }
    html #wpadminbar {
        top: -46px;
    }
    html {
        margin-top: 0px !important;
    }
}

@media only screen and (max-width: 1201px) {
    .col-md-12.col-xs-12 .entry-content {
        padding-right: 0px;
    }

    .main-nav .nav-justified .dropdown {
        padding-right: 2em;
    }
}

@media only screen and (max-width: 991px) {
    #nav_bar {
        display:none;
    }

}


@media only screen and (max-width: 602px) {
    .group .content aside.nav-links li {
        margin-right: 0;
        width: 100%;
    }

    .header-row1 #logo  {
        margin: 0;
        padding-left: 0px;
        margin-left: -25%;
    }

}



@media only screen and (max-width: 541px) {
    .group .content aside.nav-links li {
        margin-right: 0;
        width: 100%;
    }

}


@media only screen and (max-width: 507px) {
    .group .content aside.nav-links li {
        margin-right: 0;
        width: 100%;
    }

    .header-row1 .logo  {
        padding: 0px;

    }


    .header-row1 #logo  {
        padding-left: 0px;
        margin: auto;
        padding-left: 0px;
        width: 236px;
        margin-left: -45px;;
    }
}



@media only screen and (max-width: 400px) {
    .search_phone {
        display:none;
    }
}