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

.dsa-cookie-notice-close:hover{background-color:#797979;text-decoration:none!important}.dsa-cookie-notice-close{position:absolute;display:block;height:20px;bottom:20px;width:20px;line-height:20px;right:5px;top:5px;text-decoration:none!important;color:#fff!important;background-color:#797979}.dsa-cookie-notice{font-family:Montserat,sans-serif;font-size:13px;display:block;position:fixed;left:0;right:0;bottom:0;z-index:99999!important;background-color:#1a1684;color:#fff;margin:auto;width:100%;text-align:center}.dsa-cookie-notice a{color:#fff;text-decoration:underline}.dsa-cookie-notice.hide{display:none}.cookie-inner{padding:25px}
/*--------------  02 Basics  ---------------*/
html,
body {
	height: 100%;
}
body {
	line-height: 1.6;
	width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #797979;
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
.clearfix {
	clear: both;
	display: block;
}
/*--------------  03 Typografie  ---------------*/
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
       url('../fonts/montserrat-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v14-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat-v14-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Medium'), local('Montserrat-Medium'),
       url('../fonts/montserrat-v14-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v14-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v14-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v14-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v14-latin-500.svg#Montserrat') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/montserrat-v14-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'),
       url('../fonts/montserrat-v14-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v14-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v14-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v14-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v14-latin-800.svg#Montserrat') format('svg'); /* Legacy iOS */
}
h1, h2, h3, h4 {
    text-transform: uppercase;
    color: #1a1684;
    font-weight: 800;
}
.col-blue strong {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 800;
}
h1 {
    color: #FFF;
    font-size: 30px;
}
.home h1 {
    color: #1a1684;
}
h2 {
    font-size: 30px;
    margin: 0 0 15px 0;
    line-height: 32px;
}  
h2 span {
    display: block;
    font-weight: 400;
}
h3 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    text-transform: none;
    margin: 0 0 15px 0;
}
h4 {
    font-size: 18px;
}
a {
    text-decoration: none;
}
main a {
    color: #797979;
    text-decoration: underline;
}
p {
    margin-bottom: 14px;
}
b, strong {
    font-weight: 800;
}
/*--------------  04 All  ---------------*/
.btn {
    background: #1a1684;
    color: #FFF;
    font-weight: 800;
    padding: 8px 10px;
    -webkit-transition: all linear 0.6s;
    -o-transition: all linear 0.6s;
    transition: all linear 0.6s;
    border: 2px solid transparent;
    display: inline-block;
}
.btn:hover {
    background: #f5f5f5;
    color: #1a1684;
    border: 2px solid #1a1684;
    font-weight: 800;
    padding: 8px 10px;
    -webkit-transition: all linear 0.6s;
    -o-transition: all linear 0.6s;
    transition: all linear 0.6s;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
.flex-container {
    display: flex;
    width: 100%;
}
.wrap {
    width: 100%;
    padding: 0 10%;
}
header {
    border-top: 8px solid #1a1684;
    width: 100%;
}
nav {
    position: relative;
}
.nav-container {
    margin: 50px 0 40px 0;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
}
.nav-container.sticky {
    position: fixed;
    margin: 0;
    padding: 20px 10%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    background: #FFF;
    border-top: 8px solid #1a1684;
}

nav ul li {
    display: inline-block;
    margin: 0 0 0 20px;
    -webkit-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    transition: all linear 0.5s;
}
nav ul li a {
    color: #787878;
    text-transform: uppercase;
    font-size: 15px;
}
nav ul li a.active,
nav ul li:hover a {
    color: #1e1a99;
    font-weight: 800;
    -webkit-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    transition: all linear 0.5s;
    
}
.header-banner {
    height: 70vh;
    margin: 0 0 100px 0;
    overflow: hidden;
}
.header-banner .box-big {
    width: 49%;
    height: 70vh;
}
.header-banner .box-big img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header-banner .box-big .col-small {
    width: 48%;
    margin: 0 0 1% 0;
    height: 34vh;
}
.header-banner .box-big .col-blue {
    width: 100%;
    background: #1a1684;
    color: #FFF;
    margin: 2% 0 0 0;
    padding: 30px;
    height: 35vh;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.header-banner.single {
    position: relative;
}
.header-banner.single img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header-banner.single .title {
    position: absolute;
    background: #1a1684;
    color: #FFF;
    font-size: 20px;
    left: 25px;
    bottom: 25px;
    padding: 25px;
}
.header-banner.single .title a {
    color: #FFF;
    text-decoration: underline;
}
.grey {
    background: #f5f5f5;
    padding: 25px;
}
.grey h2 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 800;
}
section {
    padding: 80px 0;
}
#ueber-uns {
    background: #f5f5f5;
}
#ueber-uns .flex-container {
    justify-content: space-between;
}
#ueber-uns .col-50{
    background: #FFF;
    padding: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    text-align: center;
    width: 49%;
}
#ueber-uns .img-container {
    width: 49%;
}
.img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.icon {
    margin: 0 0 15px 0;
}
.icon-left {
    float: left;
    margin: 0 15px 0 0;
}
#architektur .flex-container {
    justify-content: space-between;
}
#architektur article {
    width: 40%;
}
#architektur .img-container {
    width: 40%;
}
#architektur .img-container img {
    height: auto;
}
.list {
    background: #1a1684;
    padding: 35px;
    width: 100%;
    list-style: square;
    list-style-position: inside;
    color: #FFF;
    line-height: 2.0;
}
#bausachverstaendigung {
    background: #f5f5f5;
}
.space-between {
    justify-content: space-between;
}
#bausachverstaendigung h3 {
    margin-top: 15px;
}
#bausachverstaendigung .col-left {
    width: 40%;
}
#bausachverstaendigung .col-right {
	width: 40%;
	margin-top: 70px;
}
.bausachverstaendigung {
    margin: 60px 0 0 0;
}
.bausachverstaendigung .list {
    width: 40%;
}
.bausachverstaendigung .img-container {
    width: 60%;
}
#referenzen {
    text-align: center;
}
#referenzen .col-50 {
    width: 49%;
}
#referenzen img {
    width: 100%;
    object-fit: cover;
}
#referenzen .col-50.text-container {
    background: #1a1684;
    color: #FFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 60px;
}
#referenzen h3 {
    color: #FFF;
}
#kontakt {
    background: url(../images/hintergrund.jpg) no-repeat center center / cover;
    padding: 100px 0;
    color: #FFF;
}
#kontakt h2,
#kontakt h3{
    color: #FFF;
}
#kontakt .col-left,
#kontakt .col-right{
    width: 49%;
}
#kontakt .col-right .col {
    width: 49%;
}
#kontakt .col-right .col h3 {
    margin: 12px 0;
}
#kontakt .col-right .col a {
    color: #FFF;
}
#kontakt .col-right .col li {
    line-height: 2;
}
.kontaktformular {
    width: 100%;
    height: 700px;
}
.gmaps {
    margin-top: 20px;
}
.datenschutz {
    background: #1a1684;
    padding: 5px 10px;
    position: fixed;
    right: -120px;
    top: 315px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.datenschutz li {
    display: inline-block;
}
.datenschutz li:last-child:after {
    content: "";
    padding: 0 !important;
}
.datenschutz li:after {
    content: " | ";
    padding: 0 10px;
    color: #FFF;
}
.datenschutz li a {
    color: #FFF;
    font-size: 13px;
}

/*Blog / Single*/
#beitrag {
    background: #f5f5f5;
}
#beitrag h1 {
    color: #1a1684;
    font-size: 30px;
}
#beitrag .col-left {
    width: 50%;
}
aside {
    width: 30%;
    margin: 10px 0 0 0;
}
aside .slider-aside div {
    background: #FFF;
    margin: 0 0 20px 0;
}
aside .text-container {
    padding: 25px;
}
aside img {
    width: 100%;
    margin-bottom: 10px;
}
aside .slick-slider {
    padding-bottom: 20px;
}
aside .slick-prev {
    position: absolute;
    bottom: 0;
    background: url(../images/arrow-left.jpg) no-repeat;
    width: 25px;
    height: 25px;
    border: none;
    text-indent: -9999px;
    cursor: pointer;
}
aside .slick-next {
    position: absolute;
    bottom: 0;
    left: 35px;
    background: url(../images/arrow-right.jpg) no-repeat;
    width: 25px;
    height: 25px;
    border: none;
    text-indent: -9999px;
    cursor: pointer;
}
.date {
    color: #797979;
}
/*Category*/
#category {
    background: #f5f5f5;
}
#category h1 {
    color: #1a1684;
    font-size: 30px;
}
#category .img-container {
    width: 30%;
}
#category .img-container img {
    height: auto;
}
#category .text-container {
    width: 60%;
}
#category .post:nth-of-type(odd) {
    background: #FFF;
    padding: 25px;
    margin: 0 0 60px 0;
}
/*Page, Index*/
#page {
    background: #f5f5f5;
}
#page h1 {
    color: #1a1684;
}
#page h2 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    text-transform: none;
    margin: 0 0 15px 0;
}
h3 {
    font-size: 18px;
}
#page .col {
    width: 60%;
}
#page ul {
    background: #1a1684;
    padding: 35px;
    width: 100%;
    list-style: square;
    list-style-position: inside;
    color: #FFF;
    line-height: 2.0;
    -webkit-columns: 2;
    -moz-columns: 2;
    -o-columns: 2;
    columns: 2;
    margin-bottom: 20px;
}
.bildquellen {
    margin-top: 40px;
    border-top: 1px solid #797979;
    padding-top: 20px;
    background: none !important;
    -webkit-columns: 1 !important;
    -moz-columns: 1 !important;
    -o-columns: 1 !important;
    columns: 1 !important;
    padding: 0 !important;
}
.page-template-tpl-impressum .bildquellen {
    border-top: none !important;
    margin-top: 0 !important;
    padding: 0 !important;
}
.header-banner .box-big .col-small.grey {
    overflow: hidden;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
/*--------------  Media Querries (Desktop first)  ---------------*/

@media screen and (min-width: 1401px) {
    .burger-menu {
        display: none;
    }
}
@media screen and (max-width: 1400px) {
    nav ul {
        display: none;
        background: #1a1684;
        border: 2px solid #FFF;
        color: #FFF;
        padding: 25px;
        margin-top: 0;
        position: absolute;
        right: 0;
        z-index: 999;
    }
    nav ul li {
        display: block;
        margin: 0;
        line-height: 2;
        border-bottom: 2px solid #FFF;
        padding: 10px 0;
    }
    nav ul li:last-child {
        border: none;
    }
    nav ul li a {
        color: #FFF;
    }
    nav ul li a.active {
        color: #FFF;
        opacity: 0.4;
    }
    nav .burger-menu.menu-on + ul {
        display: block;
        animation-name: visible;
        animation-duration: 0.5s;
        animation-fill-mode: forwards;
    }
    .burger-menu {
        width: 40px;
        height: 40px;
        cursor: pointer;
    }
    .burger {
        position: absolute;
        background: #1a1684;
        width: 100%;
        height: 8px;
        top: 50%;
        right: 0px;
        margin-top: -5px;
        opacity: 1;
    }
    .burger::before {
        position: absolute;
        background: #1a1684;
        width: 40px;
        height: 8px;
        top: 15px;
        content: "";
        display: block;
    }
    .burger::after {
        position: absolute;
        background: #1a1684;
        width: 40px;
        height: 8px;
        bottom: 15px;
        content: "";
        display: block;
    }
    .burger::after, .burger::before, .burger {
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
    }
    .burger-menu.menu-on .burger::after{
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        bottom: 0px;
    }
    .burger-menu.menu-on .burger::before{
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        top: 0px;
    }
    .burger-menu.menu-on .burger{
        background: rgba(111,111,111,.0);
    }
    
    @keyframes visible {
        0% {
            top: -100%;
            opacity: 0;
            -webkit-transition: all ease-in 0.5s;
            -o-transition: all ease-in 0.5s;
            transition: all ease-in 0.5s;
        }
        100% {
            top: 60px;
            opacity: 1;
            -webkit-transition: all ease-out 0.5s;
            -o-transition: all ease-out 0.5s;
            transition: all ease-out 0.5s;
        }
    }

}
@media screen and (max-width: 960px) {
    .wrap {
        padding: 0 5%;
    }
    .nav-container.sticky {
        padding: 15px 5%;
    }
    .flex-container {
        flex-wrap: wrap;
    }
    .header-banner {
        height: auto;
    }
    .header-banner .box-big {
        width: 100%;
        height: auto;
    }
    .header-banner .box-big:nth-of-type(2) {
        flex-flow: column-reverse;
        display: flex;
    }
    .header-banner .box-big .col-blue {
        margin: 0;
        height: auto;
    }
    .header-banner .box-big .flex-container {
        margin-top: 30px;
    }
    #ueber-uns .col-50,
    #ueber-uns .img-container,
    #architektur article,
    #architektur .img-container,
    #bausachverstaendigung .col-left,
    #bausachverstaendigung .col-right,
    #kontakt .col-left, #kontakt .col-right,
    #beitrag .col-left, 
    aside,
    #page .col {
        width: 100%;
    }
    #architektur .img-container img {
        height: auto;
    }
    aside {
        margin-top: 50px;
    }
}
@media screen and (max-width: 800px) {
    .bausachverstaendigung .list,
    .bausachverstaendigung .img-container {
        width: 100%;
    }
    body {
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}
@media screen and (max-width: 640px) {
    #referenzen .col-50,
     .header-banner .box-big .col-small{
        width: 100%;
    }
    .header-banner .box-big .col-small {
        margin: 0;
    }
    .header-banner .box-big .flex-container:before {
        content: "Blog";
        font-size: 30px;
        margin: 0 0 15px 0;
        line-height: 32px;
        text-transform: uppercase;
        color: #1a1684;
        font-weight: 800;
    }
    #ueber-uns .col-50 {
        padding: 60px 5%;
    }
    .header-banner .box-big .col-small {
        height: auto;
    }
    .header-banner .box-big .col-small img {
        height: 250px;
    }
    .header-banner.single .title {
        display: none;
    }
    #page ul {
        -webkit-columns: 1;
        -moz-columns: 1;
        -o-columns: 1;
        columns: 1;
    }
    nav ul {
         width: 200px !important;
    }
}
@media screen and (max-width: 520px) {
    #kontakt .col-right .col {
        width: 100%;
        margin-bottom: 20px;
    }
    .logo {
        width: 70%;
    }
}