body{
    width: 1200px;
    margin: auto;
    /*background: #fdfdff;*/
    background-image: linear-gradient(to bottom right, #fdfdff, #d8ecf3);
}
main{
    
}
h3{
    text-align: center;
    font-size: 35px;
    background: #ADD8E6;
    padding: 20px;
    margin: 0;
    font-family: Montserrat;
    color: #808080;
    border-radius: 30px 30px 0 0;
}
nav{
    margin: 0;
    width: 1200px;
    text-align: center;
    display: none;
}
a{
    font-size: 20px;
    background: #ADD8E6;
    display: inline-block;
    width: 200px;
    padding: 20px 0 30px 0;
    font-family: Montserrat;
    color: #808080;
    text-decoration: none;
    font-weight: bold;
}
a:hover{
    color: #fdfdff;
}
p{
    width: 600px;
    float: left;
    padding: 60px;
    box-sizing: border-box;
    text-align: left;
    margin: 0;
    font-family: Montserrat;
    color: #808080;
    font-size: 16px;
}
form p{
    width: 100%;
    padding: 10px;
}
footer{
    width: 100%;
    float: left;
    background-color: #ADD8E6;
    margin: 0 0 20px 0;
    border-radius: 0 0 30px 30px;
    padding-bottom: 20px;
}
footer p{
    padding: 20px 0 10px 0;
    margin: 0 0 0 300px;
}
#meny{
    text-align: center;
    font-size: 35px;
    background-image: url(electronics.jpg);
    background-attachment: fixed;
    padding: 20px;
    margin: 0;
    font-family: Montserrat;
    color: black;
    border-radius: 30px 30px 0 0;
    width: 100%;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    font-weight: bold;
}
#meny:hover{
    cursor: pointer;
    color: #fdfdff;
}
.huvudLank{
    text-align: center;
    font-size: 45px;
    background: #ADD8E6;
    width: 50%;
    margin: auto;
    padding: 10px;
    margin-top: 30px;
    font-family: Montserrat;
    color: #808080;
    border-radius: 30px 30px 0 0;
    display: block;
}
.logga{
    width: 250px;
    position: fixed;
    top: 25px;
    left: 25px;
}
.formularTitel{
    padding: 10px;
    width: 100%;
}
#nav a{
    border-left: black 1px solid;
    border-right: black 1px solid;
    box-sizing: border-box;
}
#active{
    background-image: url(electronics.jpg);
    background-attachment: fixed;
    color: black;
    text-decoration: underline;
}
#nav #resistorerActive{
    border-right: black 1px solid;
    border-left: none;
    background-image: url(electronics.jpg);
    background-attachment: fixed;
    color: black;
    text-decoration: underline;
}
#nav #kopplingsbordActive{
    border-left: black 1px solid;
    border-right: none;
    background-image: url(electronics.jpg);
    background-attachment: fixed;
    color: black;
    text-decoration: underline;
}
#nav #kopplingsbord{
    border-right: none;
}
#nav #resistorer{
    border-left: none;
}
#bildPlaceholder{
    width: 600px;
    height: 600px;
    padding: 50px 0 0 0;
    margin: 0;
    font-size: 35px;
    background-image: url(batteries1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: center;
    transition: 2s;
}
.text{
    height: 600px;
    width: 600px;
    float: left;
}
.beskrivning{
    text-align: left;
    width: 100%;
    padding: 20px 20px 20px 0;
}
.beskrivningRubrik{
    width: 100%;
    padding: 20px 20px 0px 0px;
    text-decoration: underline;
    font-weight: bold;
}
.produkt{
    margin: 0 300px 0 300px;
    width: 600px;
    box-sizing: border-box;
    border: 2px black solid;
}
.produktbeskrivning{
    padding: 0 0 50px 0;
    margin: 0 25% 0 25%;
}
.rattigheter{
    padding: 0 0 5px 0;
    text-align: right;
    margin-left: 300px;
    font-size: 10px;
    font-weight: bold;
}
.kontaktinfo{
    width: 50%;
    float: left;
    box-sizing: border-box;
    border-radius: 0 0 0 30px;
    background-color: #ADD8E6;
    padding-bottom: 20px;
}
.kontaktinfoTitel{
    text-decoration: underline;
}
.kontaktinfo p{
    width: 100%;
    padding: 5px 100px 5px 150px;
    text-align: left;
}
.formular{
    width: 50%;
    float: left;
    box-sizing: border-box;
    border-radius: 0 0 30px 30px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    background-color: #ADD8E6;
}
.formularTitel{
    text-decoration: underline;
}
.formular p{
    padding: 5px 100px 5px 200px;
    text-align: left;
}
#leftColumn{
    width: 15%;
    height: 100%;
    background: #ADD8E6;
    position: fixed;
    top: 0;
    left: 0;
}
#leftImage{
    width: 300px;
    height: 500px;
    background-image: url(147839-200.png);
    background-repeat: no-repeat;
    background-position: top;
    position: fixed;
    top: 650px;
    left: -20px;
}
#leftImage p{
    width: 350px;
    position: fixed;
    top: 800px;
    left: 14px;
}
#rightImage{
    width: 15%;
    height: 100%;
    background: #ADD8E6;
    position: fixed;
    top: 0;
    right: 0;
}

@media screen and (max-width:1750px) {
    #leftColumn{
        display: none;
    }
    #rightImage{
        display: none;
    }
}
@media screen and (max-width:1650px) {
    #leftImage{
        display: none;
    }
    .logga{
        display: none;
    }
    
}
@media screen and (max-width:1450px) {
    body{
        width: 1020px;
    }
    nav{
        width: 1020px;
    }
    a{
        width: 170px;
    }
    footer p{
        margin: 0 0 0 200px;
    }
    .text{
        width: 100%;
        height: 450px;
    }
    .rattigheter{
        width: 600px;
        margin: 0 200px 0 200px;
    }
    .produktbeskrivning{
        width: 100%;
        text-align: left;
        margin: 0 200px 0 200px;
    }
    #bildPlaceholder{
        padding: 0;
        margin: 0 200px 0 200px;
    }
    .produkt{
        padding: 0;
        margin: 0 200px 0 200px;
    }
    
}
@media screen and (max-width:1200px) {
    body{
        width: 810px;
    }
    nav{
        width: 810px;
    }
    a{
        width: 135px;
        font-size: 15px;
    }
    footer p{
        margin: 0 0 0 100px;
    }
    .text{
        width: 100%;
        height: auto;
    }
    .produktbeskrivning{
        margin: 0 100px 0 100px;
    }
    .rattigheter{
        margin: 0 100px 0 100px;
    }
    #bildPlaceholder{
        padding: 0;
        margin: 0 100px 0 100px;
    }
    .produkt{
        padding: 0;
        margin: 0 100px 0 100px;
    }
    .formular{
        width: 50%;
    }
    .formular p{
        padding: 5px 50px 5px 10px;
    }
    .kontaktinfo{
        width: 50%;
    }
    .kontaktinfo p{
        padding: 5px 50px 5px 10px;
    }
    
}
@media screen and (max-width:980px) {
    body{
        width: 450px;
    }
    .huvudLank{
        width: 75%;
        font-size: 25px;
    }
    nav{
        width: 450px;
    }
    a{
        width: 225px;
        font-size: 15px;
        display: block;
    }
    footer p{
        margin: 0 0 0 10px;
        font-size: 15px;
    }
    .text{
        width: 100%;
    }
    .produktbeskrivning{
        margin: 0;
    }
    .rattigheter{
        width: 100%;
        margin: 0;
    }
    #bildPlaceholder{
        padding: 0;
        margin: 0;
        width: 100%;
        height: 450px;
    }
    .produkt{
        padding: 0;
        margin: 0;
        width: 100%;
        height: 300px;
    }
    .formular{
        width: 100%;
    }
    .formular p{
        padding: 0 0 0 10px;
        font-size: 15px;
    }
    .kontaktinfo{
        width: 100%;
        border-radius: 0px;  
    }
    .kontaktinfo p{
        padding: 0 0 0 10px;
        font-size: 15px;
    }
    #nav #resistorer{
        border-left: black 1px solid;
    }
    #nav #resistorerActive{
        border-left: black 1px solid;
    }
    #nav #kopplingsbord{
        border-right: black 1px solid;
    }
    #nav #kopplingsbordActive{
        border-right: black 1px solid;
    }
    .leftNav{
        float: left;
    }
    .rightNav{
        float: right;
    }
}