/*
 Theme Name:   Sydney Child
 Theme URI:    http://athemes.com/theme/sydney-child/
 Description:  Sydney Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     sydney
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  sydney-child
*/






/* MJ - Bugfix von Sydney Theme */

.site-header {
    width: 100% !important;
}

@import url('https://fonts.googleapis.com/css?family=Overpass+Mono');

p {font-family: 'Overpass Mono', monospace, 'FontAwesome' !important;}
span{font-family: 'Overpass Mono', monospace , 'FontAwesome' !important;}
div{font-family: 'Overpass Mono', monospace , 'FontAwesome' !important;}

button,input[type="button"],input[type="reset"],input[type="submit"] {
    font-family: 'Overpass Mono', monospace;
}

.text-white { color: #fff !important; }
.text-dark { color: #443f3f !important;}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-family: 'Overpass Mono', monospace, 'FontAwesome' !important;
}

#mainnav ul li a {
    font-family: 'Overpass Mono', monospace, 'FontAwesome' !important;
}

/* MJ - Bugfix von Sydney Theme */






.one-page-down {
    left: 94%!important;
}
.one-page-up {
    left: 97% !important;
}

#impressum_text_header {
    font-size: 18px;
}

.news_box{
    padding-top: 20px;
    padding-left: 15px !important;
    padding-right: 5px;
}

.page-scroll-buttons{
    opacity: 0.8;
}
  
#text_kontakt_impressum{
    text-decoration: underline;
} 
 .wpb_map_wraper{
    height: 100vh;
}
.vc_row-has-fill > .vc_column_container > .vc_column-inner{
    padding-top: 0 !important;
}
     
 #secondary{
    display:none;
}
@media only screen and (max-width: 778px) {
    .home .forcefullwidth_wrapper_tp_banner .tp-leftarrow{transform: matrix(1, 0, 0, 1, 340, -77) !important;}
    .home .forcefullwidth_wrapper_tp_banner .tp-rightarrow{transform: matrix(1, 0, 0, 1, 390, -77) !important;}
}
@media only screen and (max-width: 480px) {
    .home .forcefullwidth_wrapper_tp_banner .tp-leftarrow{transform: matrix(1, 0, 0, 1, 30, -128) !important;}
    .home .forcefullwidth_wrapper_tp_banner .tp-rightarrow{transform: matrix(1, 0, 0, 1, 80, -128) !important;}
    .home .class_textbox_home {
        min-width: 260px !important;
        max-width: 260px !important;
    }
    .main-logo img {
        max-width: 200px !important;
    }
}

.main-logo {
    margin: auto auto;
    display: flex;
}
.main-logo img {
    max-width: 260px;
    width: 100%;
    height: auto;
}

.class_textbox_home{
    position: fixed !important;
    left: 30px;
    bottom: 35px;
    background: rgba(0, 0, 0, 0.8) !important;
    font-weight: 100 !important;
    font-size: 14px !important;
    z-index:21;
}
.tparrows::before{
    line-height: 42px !important;
    font-size: 24px;
}

.tparrows {
    background: none;
    width: 42px !important;
    height: 42px !important;
    opacity: 0.8;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-weight: 600;
    margin: 10px 0 24px;
}
.text-white { color: #fff !important; }
.text-dark { color: #000 !important;}

button, input, select, textarea {
    
    font-size: inherit;
    line-height: inherit;
	
}
input.wpcf7-form-control.wpcf7-submit {
    background-color: transparent !important;
    border-radius: 0px !important;
    padding: 5px 10px 5px 10px !important;
    text-transform: unset !important;
}
.page .page-wrap .content-wrapper, .single .page-wrap .content-wrapper {
    padding: unset;
}
.page .page-wrap .content-wrapper, .single .page-wrap .content-wrapper {
     padding: unset;
}

.btn-menu{
    position: fixed;
    right: 30px;
    top: 30px;
    cursor: pointer;
    color: #fff !important;
}


textarea, input[type="text"], input[type="email"] {
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  border-bottom: 1px solid black !important;
  width: 90% !important;  
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:   black !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:   black !important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:   black !important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:   black !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:   black !important;
}

::placeholder { /* Most modern browsers support this now. */
   color:   black !important;
}

body.custom-background {
    background-color: #000 !important;
}

a.kategorien-link {
    overflow: hidden;
    position: fixed;
    bottom: 1em;
    left: 4em;
    color: #fff;
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, 0.8);
}
a.kategorien-link i {margin-left: 10px;}
@media only screen and (max-width: 480px) {
    a.kategorien-link {
        left: 10px;
        right: 10px;
    }
}
.column {
    position: relative;
    max-width: 750px;
    width: 100%;
}
.navbar {
    display: none;
    position: relative;
    bottom: 65px !important;
}
.navbar.active {
    width: 100%;
}
.navbar-inner {
    display: flex;
    flex-flow: row wrap;
}
.navbar a:last-child {display: none !important;}
.navbar a:hover {color: #000 !important;}

button.one-page-up, button.one-page-down, button {width: 42px !important; height: 42px !important;}
.one-page-up {right: 70px !important;}
.one-page-down {right: 20px !important;}

.jags1, .jags2, .jags3, .jags4, .jags5, .jags7, .jags7_Mobi, .tparrows, .class_textbox_home, .one-page-up, .one-page-down, .navbar, a.kategorien-link {background-color: rgba(0, 0, 0, 0.8) !important; border: 1px solid #fff !important; opacity: 0.8;}
#col2, .tp-bgimg, .page-wrap, .text_kontakt, .wpb_wrapper {background-color: #000 !important;}
body.custom-background,
.vc_row-fluid.vc_custom_1534950367604,
.entry-content .kontakt_custom_row,
.vc_row-fluid.vc_custom_1534950293323,
.vc_row-fluid.vc_custom_1534950512076 {background-color: #000 !important;}
#col2, h1, h2, h3, h4, h5, h6, p, a {color: #fff !important;}

#mainnav-mobi {background-color: rgba(0, 0, 0) !important; opacity: 0.8;}
#mainnav-mobi .menu-main-menu-container {border: 1px solid #fff !important; margin: 0 15px 15px;}
#mainnav-mobi ul li {border-top: 1px solid #fff !important;}
#mainnav-mobi ul li:first-child {border-top: none !important;}

.kontakt_map {
    margin-top: 100px;
    background-color: rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 1024px) {
    .kontakt_map {
        padding-top: 100px;
        margin-top: 0;
    }
}
@media only screen and (max-width: 768px) {
    .kontakt_map {
        padding-top: 0;
    }
}
.text_kontakt {
    opacity: 0.8;
    margin-top: 100px;
    padding-left: 15px !important;
}

.class_textbox_home {opacity: 0.8 !important;}

a.jags7,
a.jags7_Mobi {
    position: fixed;
    display: block;
    right: auto !important;
    left: 680px !important;
    top: auto !important;
    bottom: 40px;
    padding: 2px;
    background-color: rgba(0, 0, 0, 0.8);
    background-repeat: no-repeat;
    bottom: 40px;
    cursor: pointer;
    background-size: 100% 100%;
    z-index: 50000;
}

a#closeBtn.jags2 {display: none !important;}

#backToProjekte {width: 42px; height: 42px;}

.page-wrap h1 {
    font-family: 'Overpass Mono', monospace, 'FontAwesome' !important;
    font-size: 18px !important;
    font-weight: 400;
    margin: 0px 0 40px;
}
.page-wrap h2, h3, h4, h5, h6 {
    font-family: 'Overpass Mono', monospace, 'FontAwesome' !important;
    font-size: 16px !important;
    font-weight: 400;
    margin: 25px 0 5px;
}

#col2.vc_column_container>.custom_paading {
    padding: 0px 15px !important;
}

#mainnav {
    display: block;
    position: fixed;
    right: 15px;
    top: 0px;
    margin-right: 10px;
    padding-top: 31px;
    transition: all 0s ease;
}
#mainnav.show {
    background-color: #000 !important;
    min-width: 475px;
    height: 100px;
}
#mainnav .menu {
    display: flex;
    justify-content: flex-end;
    flex-flow: row wrap;
    margin-right: 0px;
}

#mainnav ul li {
    padding: 5px 14px;
}
#mainnav ul li a {
    position: relative;
    display: block;	
    font-size: 16px !important;
    color: #fff !important;
    font-weight: 100;
    text-decoration: none;
    outline: none;
}

#mainnav ul li a, #mainnav ul li::before {
    font-size: 18px;
}
.hidden {display: none !important;}
.hidden_Mobi {display: none !important;}

.current-menu-item a, a:active {
    text-decoration: underline !important;
}
.site-title, .site-title a, .site-title a:hover {
    color: black !important;
	text-align: center !important;
}

.site-header {
    background-color: rgba(0, 0, 0, 0.8) !important;
    width: auto;
}
.main-logo {
    display: block;
    text-align: center;
}
/*.site-header.float-header {
    background-color: transparent !important;
}*/
.page-wrap {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    /*
    margin-top: 100px;
    background-color: white !important;
    */
}

.news_column_text_background p {color: #000 !important;}

.vc_row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
}
.vc_ie-flexbox-fixer, .vc_row.vc_row-flex>.vc_column_container>.vc_column-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.vc_column-inner {
	padding-left: 15px !important;
}

.vc_column_container>.vc_column-inner {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.wpb_gmaps_widget .wpb_wrapper {
    background-color: #f7f7f7;
    padding: 0px !important;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
     color: black !important;
	background-color: #b7b7b7b7 !important;
	border: 0px solid black !important;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    color: black !important;
	background-color: #b7b7b7b7 !important;
	border: 0px solid black !important;
}
.kontakt_custom_row{
	background-color: #b7b7b7 !important;
	margin-bottom: 0px;
}
.team_title_custom{
    background: white !important;
    padding-left: 50px !important;
    padding-top: 125px !important;
	margin: 0 0 0px !important;
	padding-right: 0px !important;
}
.team_grid_custom{
	margin : 50px 200px 50px 200px !important;
}
.page-scroll-buttons button.not-functional {
    cursor: default;
    display: none !important;
}
.news_container{
	background: #000 !important;
    padding-top: 120px !important;
}
.new_container_row{
	padding-bottom: 80px !important;

}

.page-scroll-buttons button, .page-scroll-buttons button:hover, .page-scroll-buttons button:focus {
    position: fixed;
    bottom: 16px !important;
    z-index: 100;
    border: 0;
    border-radius: 0px !important;
    margin: 0;
    padding: 0;
    text-indent: -99999px;
    cursor: pointer;
    background-size: 100% 100%;
    /*background-color: rgba(0,0,0,0.6)*/
}  

.kontakt_map_custom {
    margin-bottom: 0px !important;
}
.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper {
    position: relative;
    padding-bottom: 0% !important;
    height: 100vh;
    width:100%;
    top:0;
}
one-page-up{
	border: 0 !important;
	/*left: 850px;*/
}
.one-page-down{
    /*
    left: 940px;
	border: 0 !important;
    */
}
.news_column_text_background{
	 background-color: white !important;
}
.vc_column_container>.news_coulmn_inner_padding{
	/*padding-top: 10px !important;
	/*padding-left: 10px !important;
	padding-right: 10px !important;*/
}

.profile_row_custom_top{
    padding-top: 100px !important;
    margin-bottom: 150px;
}
.profile_custom_background{
    /*
    background:white !important;
    */

}


@media only screen and (max-width: 1100px){
    .main-logo{
        max-width: 215px;
    }
    .class_textbox_home{
        left: 30px;
    }
    
    .profile_text_justify{
        margin-left: 15px;
        margin-right: 15px;
    }
    
    .navbar{
        bottom: 65px !important;
        left: 0!important;
        max-width: 100% !important;
    }
    
    .container_projekte {
        /* width: 95%; */
    }
    
    .one-page-down{
        display: none;
    }
    
    .one-page-up{
        display: none;
    }
	#container_kontakt_gesamt{
        transform: scaleY(-1);
    }
	.vc_empty_space{
        height: 130px !important;
    }
	
	.kontakt_map{
        transform: scaleY(-1);
    }
    .kontakt_map_custom{
        padding: 20px;
    }
	.text_kontakt{
        transform: scaleY(-1);
	    text-align:center;
	    padding-bottom: 30px;
    }
    
	.site-header {
        position: static;
	}
	.btn-menu{
        right: 30px;
        position: fixed;
        top: 30px;
        display: block !important;
    }
    #col2.vc_column_container {width: 320px !important;}
}
.team_title_padding{
    padding-left: 25%;
}

@media screen and (max-width: 780px) {
    .team_title_padding{
        display: flex;
        margin-left: 47%;
        font-size: 18px;
        padding:0;
    }	
	.btn-menu{
        
        right: 15px;
	    top:15px;
    }
	
	.container_projekte {
        /* width: 85%; */
    }
    
	.vc_column_container>.vc_column-inner {
        padding: 0 !important;
	}
	.vc_column_container>.news_coulmn_inner_padding {
        padding: 15px !important;
	}
	.vc_col-lg-1, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9, .vc_col-md-1, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12, .vc_col-md-2, .vc_col-md-3, .vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9, .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9, .vc_col-xs-1, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9 {
        right: 0;
        top: 0;
	}
	.team_title_padding{
        /*padding-left: 15px !important;*/
	}
}
#mainnav-mobi {
    position:fixed;
	left: 0;
    right:0;
    top: 85px !important;
}


.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay_projekte {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.5s ease;
    background-color: white;
}

.container_projekte:hover .overlay_projekte {
    opacity: 0.75;
    /* padding: 0 20px; */
}

.text {
    color: black;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.row_projekte {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-flow: row wrap;
}

.column_projekte {
    display: block;
    text-align: center;
    margin: 0 auto 30px;
}

.column_projekte img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.container_projekte {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

@media only screen and (max-width: 1300px){
    #col1 a#backToProjekte {
        left: 40px !important;
        bottom: 100px !important;
    }
    #col1 a.jags7,
    #col1 a.jags7_Mobi {
        left: 160px !important;
        bottom: 100px !important;
    }
    #col1 .tp-leftarrow {transform: matrix(1, 0, 0, 1, 100, -142) !important;}
    #col1 .tp-rightarrow {transform: matrix(1, 0, 0, 1, 220, -142) !important;}
}

.open-close-buttons-Mobi {display: none;}

@media only screen and (max-width: 810px) {
    
    .open-close-buttons {display: none !important;}
    .open-close-buttons-Mobi {display: block !important;}

    .home .class_textbox_home,
    .home a.jags1 {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap !important;
    }
    .single-projekte .class_textbox_home,
    .single-projekte a.jags1,
    .page-template-page_projekte .class_textbox_home,
    .page-template-page_projekte a.jags1 {
        position: fixed;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        left: 10px !important;
        right: 10px !important;
        white-space: nowrap !important;
        z-index: 99999;
    }
    #col1 a#backToProjekte {
        position: fixed;
        left: 10px !important;
        bottom: 100px !important;
        z-index: 99999;
    }
    #col1 a.jags7,
    #col1 a.jags7_Mobi {
        position: fixed;
        left: 120px !important;
        bottom: 100px !important;
        z-index: 99999;
    }
    #col1 .tp-leftarrow {
        display: block;
        position: fixed;
        transform: matrix(1, 0, 0, 1, 65, -142) !important;
        z-index: 99999;
    }
    #col1 .tp-rightarrow {
        display: block;
        position: fixed;
        transform: matrix(1, 0, 0, 1, 175, -142) !important;
        z-index: 99999;
    }
    #col1.vc_column_container.vc_col-sm-8,
    #col2.vc_column_container.vc_col-sm-4 {width: 100% !important;}
    #col2.vc_column_container.vc_col-sm-4 {
        display: none;
        position: relative !important;
    }
    #col2 {
        z-index: -10;
    }
    #col2.vc_column_container.vc_col-sm-4.custom_hide {
        display: none !important;
        margin-bottom: 150px !important;
    }
    #col2.vc_column_container.vc_col-sm-4.custom_show {
        display: block !important;
        margin-bottom: 50px !important;
    }
    #page {position: relative !important;}
}

.wpb_map_wraper {
    height: 86vh !important;
}

.page-template-page_team .wpb_text_column {max-width: 450px; width: 100%; margin: 0 auto;}
.page-template-page_team .vc_column_container {align-items: flex-start !important;}

@media only screen and (max-width: 768px) {
    .page-template-page_team .wpb_single_image {margin-bottom: 15px;}
    .page-template-page_team .wpb_text_column {margin-bottom: 45px; text-align: center;}
    .abstand-leer {display: none;}
}
@media only screen and (max-width: 480px) {
    .page-template-page_team .wpb_single_image {margin-bottom: 15px;}
    .page-template-page_team .wpb_text_column {padding: 0 15px; margin-bottom: 45px;}
}










