@import url('https://fonts.googleapis.com/css2?family=Saira+Semi+Condensed:wght@300;400;500;600;700&display=swap');

body {
	width: 100%;
	overflow-x: hidden !important;
	padding: 0;
	margin: 0;
	font-family: 'Saira Semi Condensed', sans-serif;
	font-size: 17px;
	line-height: 28px;
	color: #000;

}

/*body.logged-in{margin-top:32px;}*/
h1,h2,h3,h4,h5,h6 {
	font-family: 'Saira Semi Condensed', sans-serif;
}
p {

}
a:link,
a:visited,
a:hover ,
a:active {
  outline: none;
}
a:hover {
	text-decoration: none !important;
	opacity: 1 !important;
}
a:active, a:hover,
a:focus {
	text-decoration: none !important;
}
p {
	font-family: 'Saira Semi Condensed', sans-serif;
}
img {
	display: inline-block;
	margin: 0 auto;
	max-width:100%;
}

.burger {
	display: none !important;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
  	
    display: inline-block;
    height: 218px;
    width: 40%;
    max-width: 600px;
}
body.logged-in .burger {
	top: 32px;
}
.home .burger {
	background: linear-gradient(to right, rgba(214, 176, 103, .93), rgba(214, 176, 103, .45) 50%, transparent 100%);
	display: none;
}
.logo-homepage {
	display: none;
}
.home .logo-homepage {
	display: block;
}
.page .logo-other {
	display: block;
}
.home .logo-other {
	display: none;
}
.txt a {
	color: rgba(214, 176, 103, 1);
}

.burger .inner_burger {
    position: relative;
    
}
.burger .inner_burger img {
	margin-top: 80px;
	cursor: pointer;
	margin-left: 80px;
}

.logo-fixed {
	position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    display: inline-block;
    height: 218px;
    width: 40%;
    text-align: left;
    max-width: 600px;
}
/*body.logged-in .logo-fixed {
	top: 32px;
}*/
.home .logo-fixed {
  	background: linear-gradient(to right, rgba(255, 255, 255, .99), rgba(255, 255, 255, .65) 50%, transparent 100%);
}
.logo-fixed img {
	margin-left: 80px;
	margin-top: 30px;
	height: 144px;
}
.cikcak-color h2 {
	text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.cikcak-color h1 {
	text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 44px;
	font-weight: bold;
}
.big-menu .main-logo-menu {
	position: fixed;
	right: 80px;
	top: 30px;
}
.big-menu .main-logo img {

}
tr td:nth-child(2),
tr th:nth-child(2) {
	text-align: right;
}
.table-first {
	min-height: 125px;
}
.burger-menu {
	position: fixed;
	top: 80px;
	left:80px;
	z-index: 999;
	cursor: pointer;
}
.big-menu {
	display: none;
	position: fixed;
	width: 100%;
	height: 100Vh;
	 background-color:#2f434d;
	z-index: 9999;
}
.big-menu-inner {
	position: relative;
	width: 100%;
	height: 100Vh;
}

.scroll-next-top {
	position: absolute;
	left:95px;
	top:94Vh;
	z-index: 999;
	cursor: pointer;
	
	/*padding: 25px 0;*/
	/*-webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition:  all 0.3s ease-out;
  transition:  all 0.3s ease-out;*/

}
.scroll-next-top img {

 	/*-webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition:  all 0.5s ease-out;
  transition:  all 0.5s ease-out;*/
 }

    .scroll-next-top img {
        align-self: flex-end;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        height: auto;
        margin: 0 auto 0 auto;
        transform-origin: bottom;
        width: 100%;
    }
    .scroll-next-top img {
        animation-name: bounce-2;
        animation-timing-function: ease;
    }
    @keyframes bounce-2 {
        0%   { transform: translateY(0); }
        50%  { transform: translateY(-20px); }
        100% { transform: translateY(0); }
    }
.scroll-next-top:hover {
	opacity: .77;
}


.container-main-menu {
	margin-top: 300px;
}
/*.navbar-nav {
	float: none;
}
.navbar-nav>li {
	float: none;
	display: block;
}
.navbar-nav>li>a {
	color: #fff;
	font-family: 'Saira Semi Condensed', sans-serif; 
	font-size: 40px;
	line-height: 56px;
	font-weight: 600;
	white-space: nowrap;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #d6b067 !important;
}*/

.navbar {
    background-color: #fff;
    margin-bottom: 0;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
}
/*body.logged-in .navbar {
    margin-top: 32px !important;
}*/
img {
	display: inline-block;
	max-width: 100%;
	margin: 0 auto;
}
.navbar {
	background-color:#fff;
	margin-bottom: 0; 
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
}
.navbar-nav {
    padding-top: 5px;
    padding-bottom: 10px;
    margin-right:-30px;
}
.nav>li>a {
    padding:25px 20px 20px;
    font-size: 22px;
    font-weight: 400;
    color:#000;
    text-transform: uppercase;
    transition: 0.3s ease;
}
.nav.navbar-book>li>a.book-a {
    padding: 20px 2px 17px;
    font-size: 35px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    transition: 0.3s ease;
    border-bottom: 6px solid #84754E;
}
.nav.navbar-book>li>a.book-a:hover {
    color:  #84754E;
    /*border-bottom: 6px solid #333;*/
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #84754E;
}
.navbar-brand>img {
    display: block;
    padding-top:0px;
    height: 67px;
}
.navbar-brand h2 {
    color: #84754E;
    font-size: 42px;
    text-transform: uppercase;
    margin-top: 0;
    font-weight: bolder;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 50px;
    height: 5px;
    border-radius: none;
    background-color: #c2b59b;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 10px;
}
.nav>li>a>img {
    max-width: none;
    margin-top: -5px;
    padding-left:  0;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 8px 15px;
    font-size: 18px;
    line-height: normal;
}
@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}
.site-content {
	padding-top: 0px;
}
.home .site-content {
	padding-top: 0;
}
/*.current_page_item a {
	color: #d6b067 !important;
}*/
.footer .current_page_item a {
    color:#d6b067 !important;
}
.header-menu-ul {
	list-style-type: none;
	padding-left: 0;
}
.header-menu-ul li {
	display: block;
	padding: 20px 0;
	color: #fff;
}
.header-menu-ul li a {
	font-size: 22px;
	line-height: 30px;
	font-weight: 300;
	color: #fff;
	
}
.header-menu-ul li a:hover {
	color: #d6b067;
	
}
.header-menu-ul li.social {
	display: inline-block;
	margin-right: 30px;
	padding: 20px 0 0;
}


.carousel {
		margin-top: 0px;
	}
.carousel, .carousel-inner, .item img {
	height: 80Vh;
	object-fit: cover;
	width: 100%;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: 80vh;
}
body .carousel-fade .carousel-inner .item img {
    object-fit: cover;
    width: 100%;
     }
  body .carousel-fade .carousel-inner > .item {
    /* Override the properties for the default sliding carousel */
    display: block;
    position: absolute;
    width: 100%;
    left: 0 !important;
    /* Hide slides by default */
    opacity: 0;
    /* Set transition to opactity */
    -moz-transition: 4.6s ease-in-out opacity;
    -webkit-transition: 4.6s ease-in-out opacity;
    -o-transition: 4.6s ease-in-out opacity;
    transition: 4.6s ease-in-out opacity; }
  body .carousel-fade .carousel-inner > .active,
  body .carousel-fade .carousel-inner > .next.left {
    opacity: 1; }
  body .carousel-fade .carousel-inner > .next,
  body .carousel-fade .carousel-inner > .active.left {
    opacity: 0; }
  body .carousel-fade .carousel-inner .item,
  body .carousel-fade .carousel-inner .active.left,
  body .carousel-fade .carousel-inner .active.right {
    opacity: 0; }
  body .carousel-fade .carousel-inner .active,
  body .carousel-fade .carousel-inner .next.left,
  body .carousel-fade .carousel-inner .prev.right {
    opacity: 1; }
  body .carousel-fade .carousel-inner .next,
  body .carousel-fade .carousel-inner .prev,
  body .carousel-fade .carousel-inner .active.left,
  body .carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0); }


.carousel-control {
    position: absolute;
    top: auto;
    bottom: 40px;
    left: 50%;
    width: auto;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=100);
    opacity: 1;
    margin-left: -65px;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0) 0,rgba(0,0,0,.0000) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0) 0,rgba(0,0,0,.0000) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='transparent', GradientType=0);
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: 50%;
    margin-right: -65px;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0) 0,rgba(0,0,0,.0000) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0) 0,rgba(0,0,0,.0000) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='transparent', GradientType=0);
    background-repeat: repeat-x;
}
body .to-top {
    position: fixed;
    bottom: 25px;
    right: 30px;
    width: 40px;
    height: 40px;
    background-color: transparent;
    /*background-color: rgba(6, 33, 40, .988);*/
    opacity: 1;
    z-index: 200000;
    display: none;
    text-align: center;
    vertical-align: middle;
    /*box-shadow: 0px 10px 10px -7px rgba(0, 0, 0, 0.3);*/
    cursor: pointer;
}
body .to-top img {
    width: 35px;
    margin-top: 10px;
}
.dropdown-toggle a img {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
	height: 18px;
	margin-left: -50px;
}

.home-first {
	padding: 70px 0;
}
.home-first .txt p {
	font-size: 28px;
	font-weight: 300;
	line-height: 41px;
}

.cikcak-color {
	padding: 70px 0;
}
.cikcak-color .txt p {
	font-size: 22px;
	font-weight: 300;
	line-height: 30px;
}
.cikcak-yellow {
	background-color: #faf6ed;
}
.footer {
	background-color: #2f434d;
	padding: 30px 0;
}
.footer h3 {
	color: rgba(214, 176, 103, 1);
	font-size: 40px;
	line-height: 56px;
	font-weight: 300;
	margin-bottom: 30px;
	margin-top: 20px;
}
.footer a{
	font-size: 28px;
	line-height: 41px;
	font-weight: 600;
	color: #fff;
}
.footer a:hover{
	color: #d6b067;
}
.footer-col {
	margin-bottom: 30px;
}
.footer-col p {
	margin-bottom: 0;
	color: #fff;
	font-size: 22px;
	line-height: 30px;
	font-weight: 300;
}
.footer .form-group {
	margin-bottom: 20px;
}
.form-control {
    display: block;
    width: 100%;
    height: 47px;
    padding: 6px 12px;
    font-size: 17px;
    line-height: 23px;
    color: #fff;
    background-color: transparent;
    background-image: none;
    border: 1px solid rgba(214, 176, 103, 1);
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
}
.form-submit {
	color: #2f434d;
	background-color: rgba(214, 176, 103, 1);
	display: block;
	width: 100%;
	border: 2px solid rgba(214, 176, 103, 1);
	height: 47px;
	border-radius: 6px;
}
.form-submit:hover {
	opacity: .8;
}
.footer-ul {
	margin-top: 40px;
	padding-left: 0;
	list-style-type: none;
}
.footer-ul li {
	display: inline-block;
	color: #fff;
}
.footer-ul li a {
	font-size: 22px;
	line-height: 30px;
	font-weight: 300;
}
.footer-ul li a.footer-daten {
	margin-right: 50px;
}
.footer-ul li.footer-social a {
	margin-right: 30px;
}
.footer-social img,
.left-menu .social img {
	height: 46px;
	width: 46px;
}
.footer-ul li.footer-social a:hover img {
	opacity: .8;
}

.page-content {
	padding: 20px 0;
	min-height: 500px;
	position: relative;
}
.page-section {
	padding: 50px 0;
}
.sidebar .sidebar-ul {
	list-style-type: none;
	padding-left: 0;
	margin-top: 40px;
}
.sidebar .sidebar-ul li {
	border-top: 1px solid  rgba(214, 176, 103, .4);
}
.sidebar .sidebar-ul li:last-child {
	border-bottom: 1px solid  rgba(214, 176, 103, .4);
}
.sidebar .sidebar-ul li a {
	font-size: 22px;
	line-height: 30px;
	font-weight: 300;
	letter-spacing: 2px;
	color: #000;
	padding-top: 7px;
	padding-bottom: 5px;
	display: inline-block;
	text-transform: uppercase;
}
.sidebar .sidebar-ul li a.active {
	color: #d6b067;
	font-weight: 600;
}
.sidebar .sidebar-ul li a:hover {
	color: #d6b067;

}
 .page-section  .txt {
 	padding-left: 90px;
 }
 .page-section .txt p {
 	font-size: 22px;
 	line-height: 30px;
 	font-weight: 300;
 	color: #000;
 	margin-bottom: 20px;
 }
.back-to-page {
	padding: 40px 0 60px;
}
 .back-to-page a {
 	font-size: 17px;
 	line-height: 24px;
 	color: #000;
 }
 .back-to-page a:hover {
  	opacity: .8 !important;
  }
 .page-title {
 	text-align: center;
 }
  .page-title h1 {
  	margin-top: 45px;
  	font-size: 60px;
  	line-height: 72px;
  	font-weight: 300;
  }

  /* team */
.team-content {
	padding-left: 90px;
}
.team-image-wrap {

}
.team-image-wrap img {
	height: 360px;
	border-radius: 5px;
	object-fit: cover;
	object-position: center;
	width: 100%;
}
.team-char-col {

}
.team-char-wrap {
	background-color: rgba(214, 176, 103, .12);
	padding: 35px 20px;
	max-height: 360px;
	height: 360px;
	border-radius: 5px;
	
}
.page-section .team-char-wrap p,
.contact-item p {
  	font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    color: #000;
    margin-bottom: 0;
}
.team-char-wrap p a,
.contact-item p a {
	color: #000;
}
.team-char-wrap p a:hover,
.contact-item p a:hover {
	color: #d6b067;
}
.page-section p.team-name {
  	font-weight: 600;
}
p.team-image-c {
	margin-bottom: 30px;
}
.contact-item .team-image-c img {
	border-radius: 5px;
}
.contact-item p.team-title {
	margin-bottom: 15px;
}
.page-section p.team-title {
	margin-bottom: 15px;
}
p.team-name a {
	color: #000;
	font-weight: 600 !important;
}

p.team-name a:hover {
	text-decoration: none;
}

p.team-map a {
	color: rgba(214, 176, 103, 1);
	font-weight: 600;
}
p.team-map a:hover {
	opacity: .75 !important;
}
.contact-item  p.team-email {
	margin-bottom: 18px;
}
.page-section p.team-email {
	margin-bottom: 20px;
}
.page-section .txt.team-txt {
    padding-left: 0px;
}
.team-txt-12 {
	margin-top: 25px;
	margin-bottom: 40px;
}
.team-content .row:last-child .team-txt-12 {
	margin-bottom: 0;
}



.project-item {
	border-bottom: 2px solid rgba(214, 176, 103, .4);
	margin-bottom: 30px;
}
.project-a {
	position: relative;
	height: auto;
	display: block;
	border-radius: 5px;
	overflow: hidden;
}
.project-a>img {
	width: 100%;
	height: auto;
	object-fit: cover;
	
}
.project-a-hover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3;
	transition: all 0.3s;
}
.project-a:hover .project-a-hover  {
	display: block;
	background-color: rgba(214, 176, 103, .9); 
}
.project-a-hover img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.project-item .table {
	margin-top: 20px;
}
.project-item .table>tbody>tr>td, 
.project-item .table>tbody>tr>th, 
.project-item .table>tfoot>tr>td, 
.project-item .table>tfoot>tr>th, 
.project-item .table>thead>tr>td, 
.project-item .table>thead>tr>th {
    line-height: 24px;
    padding: 0;
    vertical-align: top;
    font-size: 17px;
    border-top: 1px solid transparent;
}
table tr td:first-child,
table tr th:first-child {
	width: 75%;
}



/*.single .page-title h1 {
	margin-top: 50px;
	font-size: 40px;
	line-height: 56px;
	margin-bottom: 40px;
}*/
.homepage-item-col {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	border-radius: 5px;
}

.homepage-item-col-first {
	position: relative;
	height: 350px;
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 30px;
}
.homepage-item-col-first a img.gal-img {
	height: 350px;
	object-fit: cover;
	width: 100%;
}
.homepage-item-col-first .project-a-hover {
	height: 100%;
}
.homepage-item-col-first:hover .project-a-hover {
	display: block;
	background-color: rgba(214, 176, 103, .9); 
}

.homepage-item-col a img.gal-img {
	height: 160px;
	object-fit: cover;
	width: 100%;
}
.homepage-item-col .project-a-hover {
	height: 160px;
}
.homepage-item-col:hover .project-a-hover {
	display: block;
	background-color: rgba(214, 176, 103, .9); 
}
.txt .gallery {
	display: none;
}
.row-second {
	margin-top: 20px;
}
.single-project .table>tbody>tr>td, 
.single-project .table>tbody>tr>th, 
.single-project .table>tfoot>tr>td, 
.single-project .table>tfoot>tr>th, 
.single-project .table>thead>tr>td, 
.single-project .table>thead>tr>th {
    line-height: 24px;
    font-size: 17px;
    border-top: 1px solid rgba(214, 176, 103, .4);
    padding: 4px 0;
}
.single-project .table>tbody>tr:last-child>td {
	 border-bottom: 1px solid rgba(214, 176, 103, .4);
}
.single .txt {
	line-height: 24px;
	font-size: 17px;
}
.page-template-template-kontakt .page-content {
	padding-bottom: 50px;
}
.page-template-template-kontakt .page-content-inner {
	padding-bottom: 100px;
	position: relative;
}
.page-content-inner h2 {
	color:  rgba(214, 176, 103, 1);
	text-align: center;
	display: block;
	max-width: 800px;
	font-size: 40px;
	line-height: 56px;
	font-weight: 300;
	margin: 30px auto;
}
.contact-item {
	margin-top: 30px;
	text-align: center;
}
.scroll-next-top-footer {
    position: absolute;
    left: 50%;
    top: auto;
    bottom:0px;
    z-index: 999;
    cursor: pointer;
    transform: translateX(-50%);
    /* padding: 25px 0; */
}

.dark-logo-mobile,
.light-logo-mobile,
.sidebar-ul-mobile,
.sidebar h2 {
	display: none;
}
.menu-mobile,
.menu-mobile-back {
	display: none;
}
.cikcak-color img {
	margin-top: 7px;
}
.projekte-wrap,
.single-project,
.all-team-wrap {
	padding-top: 70px;
}
.sidebar img {
	height: 360px;
	width: 100%;
	object-fit: cover;
	border-radius: 5px;
}

@media(min-width:767px) and (max-width:1680px) {
	.burger {
	    position: absolute;
	}
	.logo-fixed {
	    position: absolute;
	}
	/*.page-team {
		padding-top: 130px;
	}*/
}
@media(min-width:767px) and (max-width:1300px) {
	.page-title {
		margin-top: 150px;
	}
}
@media(min-width:767px) and (max-width:1171px)  {
	.team-content {
	    padding-left: 10px;
	}
	.home .scroll-next-top {
		display: none;
	}
}

@media(max-width:767px) {
	#carousel-example-generic {

	}
	.nav.navbar-nav.pull-right {
		float: none !important;
	}
	.navbar-brand>img {
    display: block;
    padding-top: 0px;
    height: 55px;
}
	.team-char-wrap {
		height: auto;
	}
	.home .burger {
	    background: transparent;
	}
	.home .scroll-next-top {
		display: none;
	}
	.menu-mobile-back {
		display: block;
		/*background: linear-gradient(to right, rgba(255, 255, 255, .25) 10%, rgba(255, 255, 255, .75) 40%, #fff 100%);*/
		/*background: linear-gradient(to right, transparent 15%, rgba(255, 255, 255, .2) 25%,  rgba(255, 255, 255, .88) 55% #fff 100%);*/
		background-color: #fff;
		width: 100%;
		height: 100px;
		position: fixed;
		width: 100%;
		z-index: 9;
		top: 0;
	}
	.menu-mobile {
		display: block;
		background: linear-gradient(to right, rgba(214, 176, 103, .7) 10% ,  rgba(214, 176, 103, .5) 25% ,rgba(214, 176, 103, .3) 50%, #fff 100%);
		height: 100px;
		position: fixed;
		width: 100%;
		z-index: 99;
		top: 0;
	}
	.burger {
	    position: fixed;
	    top: 0px;
	    left: 0px;
	    z-index: 999;
	    display: inline-block;
	    height: 100px;
	    width: 25%;
	    max-width: 300px;
	}
	.home .logo-homepage {
	    display: block;
	}
	.home .logo-other,
	.single  .logo-other {
	    display: none;
	}
	.burger .inner_burger img {
	    margin-top: 23px;
	    cursor: pointer;
	    margin-left: 30px;
	}
	.dark-logo-mobile,
	.light-logo-mobile {
		display: block;
	}
	.dark-logo,
	.light-logo {
		display: none;
	}
	.logo-fixed-dt,
	.burger-dt {
		display: none;
	}
	.menu-mobile .logo-fixed .dark-logo {
		display: none;
	}
	.menu-mobile  .logo-fixed {
	    position: fixed;
	    top: 0px;
	    right: 0px;
	    z-index: 999;
	    display: inline-block;
	    height: 100px;
	    width: 75%;
	    text-align: right;
	    max-width: 600px;
	}
	.menu-mobile  .logo-fixed .inner_logo {
		
	}
	.dark-logo-mobile {
		display: block;
		width: 100%;
		text-align: right;
	}
	.logo-fixed img {
	    margin-right: 30px;
	    margin-top: 30px;
	    height: 43px;
	}
	.burger-menu {
	    position: fixed;
	    top: 25px;
	    left: 30px;
	    z-index: 999;
	    cursor: pointer;
	}
	.big-menu {
		top: 0;
	}
	.big-menu .main-logo-menu {
	    position: fixed;
	    right: 30px;
	    top: 30px;
	}
	.container-main-menu {
	    margin-top: 0px;
	    position: absolute;
	    top: 0%;
	    height: 100Vh;
	    width: 100%;
	}
	.mobile-menu-list{
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.mobile-menu-bottom {
		position: absolute;
		bottom:30px;
		width: 100%;
		display: block;
	}
	.sidebar-ul {
		display: none;
	}
	.sidebar-ul-mobile {
		display: block;
		 box-shadow: 0px 15px 10px -15px rgba(1,1,1, .5);;  
		padding-bottom: 18px;
		margin-bottom: 0;
		z-index: 999;
		position: relative;
	}
	.page-title h1,
	.single .page-title h1 {
	    margin-top: 105px;
	}
	/*.single .page-title h1 {
		margin-bottom: 25px;
	}*/
	.page-title img {
		max-width: 50px;
		margin-bottom: 15px;
	}
	.burger-menu.burger-menu-x,
	.main-logo-menu {
		z-index: 999;
	}
	.logo-fixed {
	    background: linear-gradient(to left, rgba(255, 255, 255, .99), rgba(255, 255, 255, .65) 50%, transparent 100%);
	}

	/*.page-team {
		padding-top: 90px;
	}*/
	.sidebar img {
		display: none;
	}
	.sidebar h2 {
		display: block;
		line-height: 70px;
		font-size: 40px;
		text-align: center;
		background-color: rgba(214, 176, 103, 1);
		color: #fff;
		font-weight: 300;
		margin-top: 0;
		z-index: -1;
	}
	.team-content {
	    padding-left: 0px;
	    margin-top: 25px;
	}
	.page-section.section-team {
	    padding: 20px 0;
	}
	.sidebar .sidebar-ul li {
		width: calc( 50% - 7px);
		display: inline-block;	
	}
	.sidebar .sidebar-ul {
		padding-left: 20px;
		padding-right: 20px;
	}
	.sidebar .sidebar-ul li:nth-child(1) {
		margin-right: 5px;
	}
	.sidebar .sidebar-ul li:nth-child(2) {
		 margin-left: 5px;
		
	}
	.sidebar .sidebar-ul li:nth-child(3) {
	    border-bottom: 1px solid rgba(214, 176, 103, .4);
	   margin-right: 5px;
	}
	.sidebar .sidebar-ul li:nth-child(4) {
		margin-left: 5px;
	}
	.logo-homepage {
	    display: block
	}
	.page .logo-other {
	    display: none;
	}
	.carousel {
		margin-top: 0px;
	}
	.carousel, .carousel-inner, .item img {
	    height: 40Vh;
	    object-fit: cover;
	    width: 100%;
	}
	.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
	    display: block;
	    max-width: 100%;
	    height: 40vh;
	}
	.footer-ul li:first-child {
		margin-bottom: 10px;
	}
	.footer-ul li {
		display: block;
	}
	.footer-ul li.footer-social {
		display: inline-block;
	}
	.cikcak-color .visible-xs img,
	.cikcak-color .col-sm-6  img {
		margin-bottom: 20px;
		margin-top: 0;
	}
	.cikcak-color {
		padding-bottom: 60px;
		margin-top: 0;
	}
	.home .txt {
		padding-left: 15px;
		padding-right: 15px;
	}
	#footer,
	.page-content {
		padding-left: 15px;
		padding-right: 15px;
	}
	.page-section .txt {
	    padding-left: 0;
	}
	.single .txt {
		padding-left: 0;
		padding-right: 0;
	}
	.projekte-wrap,
	.single-project,
	.all-team-wrap {
		padding-top: 30px;
	}
	.mobile-menu-list,
	.mobile-menu-bottom {
		padding-left: 30px;
	}

}


