.mobil-nav {
  position: fixed;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  box-shadow: 0px -1px 4px rgba(0,0,0,0.4);
  background: #fff;
  z-index: 999;
}
  @media (min-width: 992px)
.d-lg-none {
  display: none !important;
}
.mobil-nav ul {
  margin: 0;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.mobil-nav ul li.telefon {
  background: #f78e19;
}
.mobil-nav ul li {
  width: calc((100% / 4) - -2px);
  display: inline-block;
  text-align: center;
  height: 50px;
  vertical-align: middle;
  padding: 7px 0;
  margin-right: -6px;
}
.mobil-nav ul li.instagram a {
  color: #fff;
}
.mobil-nav ul li.whatsappmobil a {
  color: #fff;
}
.mobil-nav ul li.telefon a {
  color: #fff;
}
.mobil-nav ul li small {
  display: block;
  font-size: 14px;
  color:#fff;
  line-height: 25px;
}
.mobil-nav ul li.whatsappmobil {
  background: #29A71A;
}
.mobil-nav ul li.harita {
  background: #196DDC;
}
.mobil-nav ul li.harita a {
  color: #fff;
}
.mobil-nav ul li.instagram {
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}





.header__lang {
  position: relative;
}
.lang-svg._hidden {
  position: absolute;
  text-indent: -9999px;
}
._hidden {
  overflow: hidden;
}
.lang {
  font-size: 16px;
  font-weight: 500;
  z-index: 1000;
}
.header._theme-dark .lang__cntrl {
  color: #fff;
}
.lang__cntrl {
  position: relative;
  padding-right: 15px;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  white-space: nowrap;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.-is-open .lang__crop {
  max-height: 1000px;
}

.lang__crop {
  position: absolute;
  left: -20;
  top: -webkit-calc(100% + 2px);
  top: calc(100% + 2px);
  z-index: 500;
  overflow: hidden;
  max-height: 0;
  z-index: 9999999999999;
}

ol, ul {
  list-style: none;
}

.lang-list__item {
  white-space: nowrap;
  list-style: none;
}

.lang-list {
  text-align: left;
}

.lang-list__link {
  text-decoration: none;
  text-transform: uppercase;
  padding: 7px 0;
  font-size: 16px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.lang-list {
  position: relative;
  padding: 10px 20px;
  text-align: left;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: .25rem;
  background: #e9e9e9;
}
.lang__flag {
  position: relative;
  width: 25px;
  height: 18px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  margin-right: 6px;
}

.lang-list__link {
  text-transform: uppercase;
  font-size: 12px;
  color: #000;
}

.lang__text {
  padding-top: 3px;
}
.lang__cntrl {
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  white-space: nowrap;
  font-size: 16px;
}
.lang__flag {
  position: relative;
  width: 25px;
  height: 18px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  margin-right: 6px;
}

.lang {
  font-size: 11px;
  font-weight: 500;
  z-index: 1000;
}

header{
  height: 130px;
  background: #fff;
  z-index:9999999;
  box-shadow: 0 3px 27px 0 rgba(0,0,0,.21);
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}


.top-bar {
	height:40px;
	background-color:#000;
}

.inner-width{
  max-width: 1336px;
  margin: auto;
  z-index:9999999;
}

.logo{
  float: left;
  padding: 25px 0;
  color: #fff;
}

.logo img{
  height: 50px;
}

.logos {
  vertical-align: middle;
  border-style: none;
  margin-top: 30px;
  width: 250px;
}

.navigation-menu{
  float: right;
  display: flex;
  align-items: center;
  min-height: 90px;
  z-index:9999999;
}

.navigation-menu a{
  margin-left: 10px;
  color: #000;
  font-size: 16px;
  padding: 12px 20px;
  outline: 0;
}

.navigation-menu a:hover{
	border-bottom: 3px solid #d23b38;
	text-decoration: none;
	color: #d23b38;
	outline: 0;
	margin-bottom: -4px;
}

.navigation-menu i{
  margin-right: 8px;
  font-size: 16px;
}

a.aj_btn {
  background: #d23b38;
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
}

a.aj_btn:hover{
  background: #bd3532;
  color: #fff;
  font-weight: 500;
  border-bottom: 0px solid #d23b38;
  border-radius: 5px;
  margin-bottom: 0px;
}

.menu-toggle-btn{
  float: right;
  margin-right:25px;
  height: 90px;
  line-height: 90px !important;
  color: #fff;
  font-size: 26px;
  display: none !important;
  cursor: pointer;
}


@media screen and (max-width:1024px) {
.logos {
  vertical-align: middle;
  border-style: none;
  margin-top: 35px;
  margin-left: 10px;
  width: 200px;
}

  .menu-toggle-btn{
    display: block !important;
	color: #000;
  }

  .navigation-menu{
    position: fixed;
    width: 100%;

    text-align:center;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: .25rem;
	background: #e9e9e9;
    top: 130px;
    right: 0;
    display: none;
    padding: 20px 40px;
    box-sizing: border-box;
	z-index:9999999;
  }

  .navigation-menu::before{
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #172b4d;
    position: absolute;
    top: 15px;
    right: 22px;
  }

  .navigation-menu a{
    display: block;
    margin: 10px 0;
  }

.navigation-menu a:hover{
	border-bottom: 0px solid #d23b38;
	margin-bottom: 0px;
  }

a.aj_btn:hover{
  margin-bottom: 10px;
}

  .navigation-menu.active{
    display: block;
  }
}