@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Flamenco:300,400');
@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan+2:400,500,600,700,800&amp;display=swap');
body{
    margin:0;
    font-family: 'Ubuntu' , sans-serif;
    padding: 0;

}

.padsil{padding:0;}
.padleft{padding-left:0;}
.padright{padding-right:0;}
a{
    text-decoration: none;
    color:#333;
    transition: all .2s;
}
a:hover{
    text-decoration: none;
    color:#255e92;
    transition: all .2s;
}
.navbar-default {
    background-color: white;
    border: none;
    padding: 13px 42px;
    z-index: 1;
}
.navbar-brand>img {
    display: block;
    height: 62px;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
    font-weight: 300;
    font-size: 17px;
    transition: all .2s;
    border-bottom: 2px solid transparent;
}
.navbar-right {
    float: right!important;
    margin-right: -15px;
    margin-top: 19px;
}
.navbar-default .navbar-nav  >li.menuu>a:hover {

    background-color: transparent;
    transition: all .2s;
    border-bottom: 2px solid #fcaf17;
}
.navbar-default .navbar-nav>.tel>a {
    font-size: 23px;
    font-weight: 400;
    padding: 11px 20px;
}
.navbar-default .navbar-nav>.tel>a:hover{

}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 220px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fefefe;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: none;
    border-radius: 31px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dropdown-menu>li>a {
    display: block;
    padding: 9px 20px;
    clear: both;
    font-weight: 200;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    border-bottom: 1px solid #ddd!important;
    font-size: 17px;
}
.dropdown-menu>li:last-child a{
    border-bottom: none!important;
}
.navbar-default .navbar-nav>.angebot>button {
    background: #fcaf17;
    border-radius: 40px;
    font-weight: 600;
    color: #fff;
    font-size: 15px;
    border:none;
    padding: 10px 14px;
}
.navbar-default .navbar-nav>.angebot> a button {
    background: #fcaf17;
    border-radius: 40px;
    font-weight: 600;
    color: #fff;
    font-size: 15px;
    border:none;
    padding: 10px 14px;
}
.navbar-default .navbar-nav>.angebot> a button:hover {
    background: #ccc;
    border-radius: 40px;
    font-weight: 600;
    color: #fff;
    font-size: 15px;
    border:none;
    padding: 10px 14px;
}
.navbar-default .navbar-nav>.angebot>button:hover{
    background: #b38c48!important;
    color:#fff;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
    font-weight: 300;
    font-size: 17px;
    padding: 11px 15px;
}
.topfix  {
    background: #fff!important;
    padding: 0 42px;
    padding-bottom: 13px;
    z-index: 99;
}
#home {
    background-color: #fff;
    background-image: url(../img/home-bg.jpg);
    background-size: cover;
    background-position: bottom right;
    width: 100%;
    height: 100vh;
    top: 0;
    margin-top: 0;
    position: relative;
}
.home-right {
    background-color: #fff;
    background-image: url(../img/home-left.png);
    background-size: 50%;
    background-position: right;
    width: 100%;
    height: 100vh;
    top: -40vh;
    position: relative;
    background-repeat: no-repeat;
}
.urun-item a img {
    height: 250px;
    width: 100%;
    display: block;
    object-fit: cover;
    border: 2px solid #ddd;
    margin-bottom: 50px;
    border-radius: 35px;
}
.urun-item a img:hover{
    height: 250px;
    width: 100%;
    display: block;
    object-fit: cover;
    border: 2px solid #fcaf17;
    margin-bottom: 50px;
    border-radius: 35px;
}
.home-text {
    left: 56px;
    width: 80%;
    height: 50vh;
    top: 37vh;
    position: relative;
    /* z-index: 2; */
}
.home-text h1 {
    font-size: 5em;
    font-weight: 100;
    z-index: 999;
    text-align: left;
    padding: 0;
    margin: 0;
}
.home-text h1 b{}
.home-text h1 span{}
.home-text p {
    font-size: 17px;
    font-weight: 100;
    width: 41%;
}
.home-text img{
    margin-top: 20px;
    height: 50px;
}
.h-copright h2 {
    position: relative;
    bottom: -24px;
    left: 0;
    top:-63vh;
    font-size: 8em;
    font-weight: 600;
    opacity: 0.1;
}
#page-head {
    width: 100%;
    height: 68vh;
    background: #f9f9f9;
    text-align: center;
    padding-top: 31vh;
    background-image: url('../img/page-head.jpg');
}
#page-head h1 {
    font-size: 77px;
    font-weight: 600;
    color: #fcaf17;
}
#page-head span {
    letter-spacing: 14px;
    text-transform: uppercase;
    color: #888;
}
.uber-uns{
    padding: 50px 0;
}
.uber-uns p {
    font-size: 18px;
    font-weight: 100;
}
.uber-img img{
    border-radius: 10px;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    background: #fcaf17;
    border: none;
    border-radius: 50px;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
}
.degerler {
    position: relative;
    display: block;
    width: 100%;

    background: #fff;
    padding: 47px 0;
}
.deger-item{
    margin-bottom: 50px;
}
.deger-img img {
    opacity: 0.3;
}
.deger-text h4 {
    font-size: 14px;
    font-weight: 700;
    color: #fcaf17;
}
.deger-text p {
    font-size: 12px;
    font-weight: 100;
}
footer {
    background: #fcaf1714;
    color: #1c1c1c;
}
footer .footer-head{
    text-align: center;
}
footer .footer-head h5 {
    font-size: 27px;
    font-weight: 100;
}
footer .footer-head a{
    display: block;
    position: relative;
}
footer .footer-head .f-tel {
    font-size: 23px;
    font-weight: 500!important;
    color: black;
}
footer .footer-head .f-mail {
    font-size: 15px;
    color: #d63f3e;
    font-weight: 100;
}
footer .footer-logo {
    margin: 0 auto;
    text-align: center;
    position: relative;
    display: block;
    background: transparent;
    border-radius: 40px;
    width: 170px;
    margin-bottom: 40px;
}
footer .footer-logo a img {
    position: relative;
    display: block;
    z-index: 999;
    height: 60px;
    margin-top: 50px;
}
.footer-nav{
    margin:0;
    padding:0;
    text-align: center;
}
.footer-link-nav h6 {
    color: #af863e;
    font-size: 17px;
    font-weight: 100;
    text-align: center;
}
.footer-nav li{
    list-style: none;
    color:#000;
    font-weight: 100;
    font-size:15px;
}
.footer-link{
    position: relative;
    display: block;
    padding: 5vh 0;
}
.footer-social{
    position: relative;
    display: block;
    padding: 2vh 0;
}
.copright{
    position: relative;
    display: block;
    padding: 2vh 0;
}
#social-media{
    margin:0;
    padding:0;
    text-align: center;
}
#social-media li{
    list-style: none;
    display: inline-block;
}

#social-media li a{
    padding: 10px 20px;
    color:#000;
    font-size:28px;
    transition: all .2s;

}
#social-media li a:hover{
    color:#d63f3e;
    transition: all .2s;
}
.products{
    padding: 50px 0;
}
.products-category{
    margin:0;
    padding:0;
}
.products-category li{
    list-style: none;
}
.products-category li a {
    text-decoration: none;
    padding: 8px 0;
    position: relative;
    display: block;
    border-bottom: 1px solid #ddd;
}
.products-category li a:hover{
    color:#a37b37;
}
#iletisim{
    padding: 15vh 0;
}
.contact-info h2 {
    display: block;
    font-size: 37px;
    font-weight: 400;
    margin-bottom: 7vh;
}
.contact-info a {
    display: block;
    font-size: 25px;
    font-weight: 400;
}
.contact-info b {
    display: block;
    font-size: 17px;
    font-weight: 100;
}
.tel{
    font-size: 34px!important;
}
.mail {
    color: #fcaf17;
}
.clearfix{
    clear: both!important;
}
.contact-info a address{
    font-weight: 100;
    font-size:20px;
}
.contact-form h2{
    margin-bottom: 6vh;
}
.contact-form h2 {
    display: block;
    font-size: 37px;
    font-weight: 400;
    margin-bottom: 7vh;
}
.map {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.cbh-phone {
    position: fixed;
    right: 10px;
    bottom: 10px;
    visibility: hidden;
    background-color: transparent;
    width: 200px;
    height: 200px;
    cursor: pointer;
    z-index: 99;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
}



.cbh-phone {
    position: fixed;
    right: 10px;
    bottom: 10px;
    visibility: hidden;
    background-color: transparent;
    width: 200px;
    height: 200px;
    cursor: pointer;
    z-index: 99;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
}
.satisc{
    cursor: pointer;
}
.satisform h1 {
    font-size: 4em;
    font-weight: bold;
    color:#d63f3e;
    letter-spacing: -3px;
}
.satisform .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f5f5f5;
    background-image: none;
    border: none;
    border:1px solid transparent;
    border-radius: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: none;
}
.satisform p {
    color: #7b7b7b;
    font-weight: 400;
    font-size: 13px;
}
.satisform label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
    color: #737373;
}
.satisform .secdiv label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    color: #737373;
    font-size: 10px;
}
.urun-text p{
    font-size: 16px!important;
    font-weight: 400!important;
    line-height: normal!important;
}

.urunler-img {
    background-image: url(../../index.html);
    background-size: cover;
    background-position: cover;
    height: 100vh;
}
.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 9px;
    margin-bottom: -20px;
}
.btnsubmit {
    width: 100%;
    display: block;
    border: none;
    background: #000;
    padding: 1vh;
    font-size: 1.6em;
    font-weight: 600;
    color: white;
    border-radius: 40px;
    top: 3vh;
    position: relative;
    transition: all .2s;
    border-bottom: 5px solid transform;
}
.btnsubmit:hover {
    border-bottom: 5px solid #b1934a;
    transition: all .2s;
    background:#b1934a;
    -webkit-box-shadow: -4px 22px 46px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: -4px 22px 46px -5px rgba(0,0,0,0.75);
    box-shadow: -4px 22px 46px -5px rgba(0,0,0,0.75);
}
.satisform .form-control:focus{
    border:1px solid #bfa155;
}
.closeform {
    border: none;
    background: none;
    outline: none;
    position: fixed;
    top: 2vh;
    right: 2vh;
    z-index: 9999;
}
.satis {
    border-radius: 50%;
}
.satis b {
    background: #bc9d75;
    padding: 13px;
    border-radius: 26px;
    color: white;
    padding-left: 5vh;
    letter-spacing: 0.05vh;
}
.satis .sf {
    background: #bc9d75;
    padding: 21px 12px;
    height: 80px;
    width: 80px;
    border-radius: 100%;
    margin-right: -4vh;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 96px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 96px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 96px 0px rgba(0,0,0,0.75);
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.closeform:hover{
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}
.satis {
    padding-top: 6px;
}
.opens:before{
    position: absolute;
    content: "";
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: #00000069;
    z-index: 99999;
}
.satisform {
    position: fixed;
    z-index: 9999999;
    width: 100%;
    background: white;
    left: 0;
    height: 100vh;
    top: 0;
    padding-top: 0;
    display: none;
    transition: transform 0.5s cubic-bezier( 0.6, 0.2, 0.1, 1 ) 0s, opacity 0.5s cubic-bezier( 0.6, 0.2, 0.1, 1 ) 0s;
}
#contact-form {
    width: 40%;
    margin-left: 30%;
    position: relative;
    display: block;
}
.satisc{
    cursor: pointer;
}
.satisform h1 {
    font-size: 4em;
    font-weight: bold;
    color:#fcaf17;
    letter-spacing: -3px;
}
.satisform .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f5f5f5;
    background-image: none;
    border: none;
    border:1px solid transparent;
    border-radius: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: none;
}
.satisform p {
    color: #7b7b7b;
    font-weight: 400;
    font-size: 13px;
}
.satisform label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
    color: #737373;
}
.satisform .secdiv label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    color: #737373;
    font-size: 10px;
}
@media only screen and (max-width: 768px) {
    #contact-form .padright{padding:0;}
    #contact-form .padleft{padding:0;}
    .satisform h1 {
        font-size: 31px;
        font-weight: bold;
        color: #d63f3e;
        letter-spacing: -2px;
    }
    .satisform .notstyle {
        width: 100%!important;
        height: 50px!important;
    }
    .satisform {
        position: fixed;
        z-index: 9999999;
        width: 100%;
        background: white;
        left: 0;
        height: 100vh;
        top: 0;
        padding-top: 0;
        display: none;
        overflow: auto;
        transition: transform 0.5s cubic-bezier( 0.6, 0.2, 0.1, 1 ) 0s, opacity 0.5s cubic-bezier( 0.6, 0.2, 0.1, 1 ) 0s;
    }
    .home-text h1 {
        font-size:34px;
    }
    .navbar-default {
        background-color: transparent;
        border: none;
        padding: 13px 2px;
        z-index: 9;
    }
    .home-text {
        left: 21px;
        width: 80%;
        height: 50vh;
        top: 26vh;
        position: relative;
        z-index: 2;
    }
    .home-text p {
        font-size: 13px;
        font-weight: 100;
        width: 77%;
    }
    .home-text img {
        margin-top: 20px;
        height: 30px;
    }
    #home {
        background-color: #fff;
        background-image: url(../img/home-bg.jpg);
        background-size: 200%;
        background-position: bottom right;
        width: 100%;
        height: 100vh;
        top: 0;
        margin-top: 0;
        position: relative;
        background-repeat: no-repeat;
    }
    .navbar-default .navbar-toggle {
        border: none;
        margin-top: 26px;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 32px;
        height: 1px;
        margin-bottom: 9px;
        border-radius: 1px;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none;
    }
    .navbar-right {
        float: right!important;
        margin-right: -15px;
        margin-top: 19px;
        width: 100%;
        background: white;
        position: default;
        height: 100vh;
        top: -20px;
        left: 15px;
        padding-top: 110px;
        padding-left: 25px;
        z-index: 2;
    }
    .navbar-right {
        float: right!important;
        margin-right: -15px;
        margin-top: 19px;
        width: 100%;
        background: white;
        position: default;
        height: 100vh;
        top: 90px;
        left: 15px;
        padding-top: 20px;
        padding-left: 25px;
        z-index: 2;
    }
    #page-head h1 {
        font-size: 26px;
        font-weight: 600;
        color: #fcaf17;
    }
    #page-head span {
        letter-spacing: 12px;
        text-transform: uppercase;
        color: #888;
        font-size: 10px;
    }

    .navbar {
        position: fixed;
        width: 100%;
        top: 0;
    }
    .navbar-right {
        float: right!important;
        margin-right: 0;
        margin-top: 9px;
        width: 100%;
        background: white;
        position: default;
        height: 100vh;
        top: 90px;
        left: 0;
        padding-top: 0;
        padding: 10px;
        z-index: 2;
    }
    .urun-item a img {
        height: 110px;
        width: 100%;
        display: block;
        object-fit: cover;
        border: 2px solid #ddd;
        margin-bottom: 23px;
        border-radius: 10px;
    }
    .urun-item a img:hover{
        height: 110px;
        width: 100%;
        display: block;
        object-fit: cover;
        border: 2px solid #ddd;
        margin-bottom: 23px;
        border-radius: 10px;
    }
    .products-category {
        margin: 0;
        padding: 0;
        margin-bottom: 60px;
    }
    .h1, h1 {
        font-size: 24px;
    }
    .copright .text-left{text-align: center;}
    .copright .text-right{text-align: center;}
    .uber-text img {
        margin-bottom: 22px;
    }

}


.img-as img{
    width: 100%;
}

.home-text a{
    background: #fcaf17;
    padding: 11px 17px;
    position: relative;
    top: 9px;
}



.kurumsal-2{
    color: #fcaf17;
    font-size: 17px;
    border-bottom: 1px solid;
    font-weight: 500;
    padding-bottom: 3px;
}

.belge img{
    margin-right: 15px;
    width: 95px;
    margin-top: 24px;
}

.kuhmesser_page {
    padding: 3em 0;
}

.kuhmesser_page .row {
    justify-content: center;
}

.messe_down img {
    width: 100%;
    margin-bottom: 7px;
}

.messe_down h2 {
    font-size: 23px;
    text-align: center;
    font-weight: 400;
    margin: 9px 0;
}

.messe_down :hover h2  {
    color: #fcaf17;
}

.flag_lang img {
    width: 25px;
}

.flag_lang a {
    padding: 13px 6px !important;
}