﻿
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
    margin: 0px auto;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
      font-size:14px; line-height:20px;
}


@media only screen and (min-width:769px) {




    .top {
        height: 40px;
        width: 100%;
        background-color: #23333c;
        line-height: 40px;
        color: white;
    }

    .topmail {
        width: 400px;
        float: left;
        height: 40px;
        line-height: 40px;
    }

    .alink {
        text-decoration: none;
        color: white;
    }

        .alink :hover {
            text-decoration: underline;
        }



  

    .main {
        margin: 0px auto;
    }

    .footer {
        height: 100px;
        background-color: #23333c;
        margin-top: 25px;
    }

    .ortala {
        width: 80%;
        position: relative;
        margin: auto;
        min-height: 200px;
    }


    .solayasla {
        float: left;
    }

    .urun_link {
        text-decoration: none;
        color: black;
        font-size: 20px;
    }

        .urun_link:hover {
            text-decoration: underline;
            color: red;
        }


    .urun_detaybaslik {
        text-decoration: none;
        color: black;
        font-size: 24px;
    }

    .urun_detay_aciklama {
        text-decoration: none;
        color: black;
        font-size: 18px;
    }

    .toptelimg {
        float: left;
        margin-top: 5px;
        margin-right: 2px;
    }

    .toptelno {
        float: left;
    }


    .topmenubar {
        width: 100%;
        height: 80px;
     }

    .topmenualan {
        height: 85px;
        width: 100%;
    }


    .topmenu {
        width: 600px;
        height: 75px;
        line-height: 50px;
        float: right
    }

    .topmenulogo {
        width: 150px;
        height: 80px;
        float: left
    }


    .topnav {
        font-size: 19px;
        height: 40px;
        line-height: 40px;
        margin-top: 20px;
        margin-right: 10px;
    }

        .topnav a {
            float: left;
            color: black;
            text-align: center;
            text-decoration: none;
            margin-right: 20px;
            border-bottom: 3px solid red;
        }

    .active {
        color: white;
    }

    .topnav a:hover, .dropdown:hover .dropbtn {
        background-color: red;
        color: white;
    }


    .defmansetimg{

        height:300px;
        width:100%;
    }


    .defsol {
        width: 50%;
        float: left;
         font-size: 14px;
        line-height: 20px;
        float: left;
    }

    .defsag {
        width: 45%;
        float: left;
        margin-left: 5%;
    }

    .defsagimg {
        width: 100%;
        float: left;
    }

    .consol {
        float: left;
        margin-left: 5%;
        width: 35%;
        margin-right: 5%;
    }


    .consag {
        float: left;
        width: 40%;
    }

    .conman {
        float: none;
        width: 100%;
    }

    .prosol {
        float: left;
        width: 20%;
        min-height: 400px;
    }

    .prosag {
        float: left;
        width: 78%;
        margin-left: 2%;
        min-height: 500px;
    }

}


 
@media only screen and (max-width:768px) {

    .footer {
        height: 40px;
        background-color: #23333c;
        margin-top: 25px;
    }

    .solayasla {
        float: left;
    }

    .top {
        height: 40px;
        width: 100%;
        line-height: 40px;
        color: white;
        background-color: #23333c;
    }

    .toptelimg {
        float: left;
        margin-top: 5px;
        margin-right: 2px;
    }

    .topmail {
        width: 100%;
        float: left;
        text-align:center;
        height: 40px;
        line-height: 40px;
     }

    .topmenu {
        width:100%;
        height: 50px;
        line-height: 50px;
        float:none;
        
    }

    .topmenubar {
         height: 50px;
     }
    .topnav {
        font-size: 18px;
        min-height: 20px;
        line-height: 20px;
        margin-top: 2px;
        margin-right: 10px;
     }

        .topnav a {
            float: left;
            color: white;
            text-align: center;
            text-decoration: none;
            margin-right: 2px;
            border-bottom: 0px solid red;
            padding-bottom: 2px;
            min-width: 100px;
            height: 50px;
            line-height: 50px;
            background-color: #4CAF50;
        }

            .topnav a:hover, .dropdown:hover .dropbtn {
                background-color: red;
                color: white;
            }

    .active {
        color: white;
    }

    .ortala {
        width: 100%;
        position: relative;
        margin: auto;
        min-height: 150px;
    }


    .defmansetimg {
        height: 200px;
        width: 100%;
    }

    .defsol {
        width: 100%;
        float: left;
         font-size: 14px;
        line-height: 20px;
        float: none;
         font-size: 14px;
        line-height: 20px;
    }

    .defsag {
        width: 100%;
        float: none;
        margin-left: 0%;
    }

    .defsagimg {
        width: 100%;
        float: left;
    }

    .consol {
         float: none;
        width: 100%;
        margin-right: 0%;
        padding:10px;
    }


    .consag {
        float: none;
        width: 100%;
        padding: 10px;
    }

    .conman {
        float: none;
        width: 0px;
    }


    .prosol {
        float: none;
        width: 100%;
        min-height: 100px;
    }

    .prosag {
        float: none;
        width: 100%;
        margin-left: 0%;
        min-height: 500px;
    }

}