/*
    Theme Name: BRIDGE
    Author: Pavel Pastore | Philipp Caldwell
    Version: 0.3.1
    Description: Theme for simplified development of WordPress websites

/*=^.^=|=^.^=|=^.^=|=^.^=|=^.^=
    KEEP THES FILE ORGANISED
    IT EASYLY GETS 400+ LINES
=^.^=|=^.^=|=^.^=|=^.^=*|=^.^=*/

/*==============================
	   imports
==============================*/

/*==============================
	   general style
==============================*/
/*
*{
    box-sizing: border-box;
}

header, main, footer, article, nav, section, aside{
    display: block;
}

img.bottom {
    margin-bottom: 20px;
}

.smallImg {
    width: 120px;
    height: auto;
}

.textImg {
    vertical-align: bottom;
    max-height: 32px;
    width: auto;
}

body{
    margin: 0px;
    font-size: 18px;
    color: #323232;
    line-height: 26px;
    font-family: 'Muli', sans-serif !important;
    font-size: 15px !important;
}

.uppercase{
    text-transform: uppercase;
}

.lowercase{
    text-transform: lowercase;
}

article{
    padding: 40px 0;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Quattrocento', serif !important;
    color: #45526d !important;
    letter-spacing: 2px;
}

h1{
    font-size: 33px !important;
}

h2{
    font-size: 26px !important;
}

a:hover {
    text-decoration: none !important;
}

.separator{
    margin: 0 5px;
}

p{
    line-height: 1.8;
}

.pageEditButton{
    position: fixed;
    top: 140px;
    font-size: 18px;
    right: 0;
    height: 30px;
    box-sizing: border-box;
    width: 30px;
    display: flex;
    padding: 5px 5px 8px;
    transition: .5s;
    background: #ddd;
}

.pageEditButton:hover{
    width: 120px;
}

.pageEditButton:hover > .pageEditButtonTitle{
    opacity: 1;
}

.pageEditButtonTitle{
    width: 0;
    opacity: 0;
    font-size: 16px;
    transition: .5s;
}

#top-link {
    display: none;
    position: fixed;
    right: 1%;
    bottom: 3%;
    width: 50px;
    height: 50px;
    background: #2c446c;
    cursor: pointer;
    -webkit-border-radius: 200px;
    border-radius: 200px;
    z-index: 999;
    color: #fff;
    text-align: center;
    line-height: 1em;
    font-size: 43px;
}

==============================
	   header style
==============================

header{
    position: fixed;
    width: 100%;
    height: 140px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: flex-end;
    z-index: 1;
    transition: all 0.8s ease 0s;
}

#topHeader{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    height: 75%;
}

#header-menu{
    color: #fff;
    width:35%;
    right: 5%;
    position: absolute;
}

#header-menu .menu {
    width: 100%;
    padding: 0px 2%;
    box-sizing: border-box;
}

#bottomHeader{

}

#header-line{
    background: #45526d;
    width: 100%;
    min-height: 35px;
    line-height: 35px;
}

#logo{
    display: block;
    position: absolute;
    color: #45526d;
    font-size: 30px;
    left: 15%;
    line-height: 1.21;
    font-family: 'Quattrocento', serif !important;
    font-variant: small-caps;
    letter-spacing: 3px;
}

#logo div:first-child{
    color: #fff;
}

==============================
	   menu style
==============================

.menu {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: inherit;
    margin: 0px;
    padding: 0px;
}

.menu li {
    display: inline-block;
    height: inherit;
    cursor: pointer;
    transition: .5s;
    text-align: center;
    flex-grow: .2;
}

.menu li a {
    display: inline-block;
    width: 100%;
    padding: 0px 3.2%;
    box-sizing: border-box;
    color: inherit;
    font-size: 17px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Quattrocento', serif !important;
}

#openMobileMenu{
    display: none !important;
    max-width: 36px;
    color: #fff;
    font-size: 30px;
    margin: 0 10px;
    cursor: pointer;
    padding: 0 5px;
    transition: .3s;
}

.menu li:hover,
.menu .current_page_item,
.menu .current-menu-item,
#openMobileMenu:hover{
    background: rgba(255,255,255,.8);
    color: #45526d;
    display: block;
}

.overlay{
    width: 0;
}

.overlay .closebtn {
    display: none;
}

.sticky {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    background-color: #CBCBCB;
    box-shadow: 0 0 10px 1px #000000;
    transition: box-shadow 0.3s;
    z-index: 20;
    right: initial !important;
    height: 70px !important;
}

==============================
	   main style
==============================

main{
    min-height: 538px;
    min-height: calc(100vh - 250px);
    padding-top: 140px;
}

main#error_404{
    padding: 11vh 0;
    font-size: 20px;
}

article .container h1 {
    margin-bottom: 24px;
}

article{
    padding: 6vw 0;
}

article:nth-child(odd){
    background: #F2F2F2;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.columnContainer{
    display: flex;
}

.list{
    line-height: 1.8;
}

.list{
    margin-left: 4.5em !important;
}

.list li{
    line-height: 2.1;
}

.list li span{
    left: -2.5em;
}

.list li i{
    color: #45526d;
}

.bluebox{
    height: 15px;
    width: 35px;
    background: #45526d;
    display: block;
    position: absolute;
    right: 30px;
    top: 7px;
}

.news-list{
    position: relative;
}
.news-list-date{
    margin: 10px 0;
}

==============================
	   pages style
==============================

#front-page p.info{
    font-size: 16px;
    color: #323232;
}

==============================
	   footer style
==============================

footer{
    height: 250px;
    background: #45526d;
    color: #fff !important;
}

#topFooter{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    height: 85%;
}

#bottomFooter{
    height: 15%;
    background: rgba(0,0,0,0.4);
    min-height: 35px;
    line-height: 35px;
}

#bottomFooter ul{
    margin: 0;
}

#bottomFooter .menu{
    margin-left: 17%;
    padding: 1px 0;
    width: 400px;
}

#bottomFooter ul	{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footerWidgetArea{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

footer .container{
    padding-top: 30px;
}

footer h2{
    color: #fff !important;
}

==============================
	   widget style
==============================

==============================
	   @media style
==============================

@media (min-width: 1400px) {
    .container{
	width: 1200px;
    }

}

@media only screen and (max-width: 1300px) {
    #bottomFooter .menu{
	margin-left: 7%;
    }
}

@media only screen and (max-width: 1200px) {
    #header-menu{
	width: 50%;
	right: 0%;
    }

    .container{
	width: 1100px;
    }

}

@media only screen and (max-width: 992px) {
    #header-menu{
	width: 100%;
	margin: 0 auto;
	position: initial;
	right: initial;
    }

    .container {
	width: 970px;
    }

    #bottomFooter .menu{
	margin-left: 5%;
    }

    .bluebox{
	display: none;
    }

    .sticky #logo{
	left: 17%;
    }

    #header-menu .menu{
	padding: 0;
    }

    #openMobileMenu{
        display: block !important;
    }

    .overlay{
        height: 100% !important;
        position: fixed !important;
        z-index: 10 !important;
        left: 0 !important;
        top: 0 !important;
        background-color: rgba(0,0,0, 0.9) !important;
        overflow: hidden;
        transition: width 0.5s !important;
        overflow-y: auto;
    }

    .overlay ul{
        width: fit-content;
        width: -moz-fit-content;
    }

    .overlay .closebtn {
        position: absolute;
        top: 20px;
        left: 45px;
        font-size: 60px;
	color: #fff;
	width: 35px;
	text-align: center;
    }

    .overlay #menu-header li{
        width: 100%;
        padding: 0;
    }

    .overlay #menu-header{
        position: relative !important;
        top: 50px !important;
        width: 100% !important;
        display: block;
        margin-top: 30px !important;
        height: 100%;
        height: fit-content;
        height: -moz-fit-content;
        padding: 0;
    }

    .overlay .menu-header-container{
        right: initial !important;
        height: 100%;
        width: 100% !important;
    }

    .overlay a {
        padding: 0 !important;
	font-size: 23px !important;
	display: block !important;
    }

    .overlay .sub-menu{
        position: static !important;
        display: grid;
        background-color: transparent;
        box-shadow: none;
        margin-left: 15px !important;
    }
}

@media only screen and (max-width: 768px) {
    .container {
	width: 750px;
    }

    .columnContainer {
	flex-direction: column;
    }

    .columnContainer .col:not(:last-child){
	border-bottom: 1px solid #b7b7b7;
    }

    .columnContainer .wp-block-image img{
	margin: 0 auto;
	display: block;
    }
}

@media only screen and (max-width: 500px) {
    footer{
	height: auto;
    }

    #bottomFooter{
	height: auto;
    }

    #bottomFooter .menu{
	flex-direction: column;
	margin: 0;
	width: 100%;
    }

    #bottomFooter .separator{
	display: none;
    }
}*/