#start_topDiv{
    display:flex;
    justify-content:space-around;
    width:100%;
    align-items:center;
}
#start_topDiv_leftImage{
    width:50vw;
    height:100%;
    padding:15px;
    display:flex;
    justify-content:center;
    align-items:center;
    border:0px solid rgb(60,60,60);
}
#start_topDiv_rightImage{
    width:17vw;
    padding:15px;
    display:flex;
    justify-content:center;
    align-items:center;
    border:0px solid rgb(60,60,60);
}

#start_topDiv_horizontalImage{
    max-height:100%;
    max-width: 100%;
    box-shadow:1px 1px 3px;
    background:white;
}
.start_topDiv_verticalImage{
    max-height:100%;
    max-width: 100%;
    box-shadow:1px 1px 3px;
    background:white;
}

#start_imageDiv{
    width:100%;
    max-height:30vh;
}
#start_imageDiv img{
    max-height:100%;
    width:100%;
}
.welcome{
    box-shadow:1px 1px 3px;
	border:1px solid black;
    background:url("../images/green-paper-background.png");
    display:flex;
	justify-content:flex-start;
	flex-direction:column;
    padding:1%;
    max-width: 60vw;
}
.welcomeH1{
    display:flex;
    flex-direction:column;
    align-items:center;
    margin:2%;
}
#h1fejk{
    font-size:250%;
}
#slogan{
    font-size:175%;
	font-style:italic;
}
.welcomeText{
    margin:1%;
    display:flex;
    align-items:center;
    font-size:140%;
}
#notesOnPinBoard{
    #background:url("../images/background-board.jpg")center center;
    #background-size:cover;
    padding:12vh;
    display:flex;
    align-items:center;
    justify-content:space-around;
}




#verkstad{
	height:300px;
	width:450px;
	position:fixed;
	bottom:25%;
	right:35%;
	border:1px solid black;
	padding:10px;
	border-radius:10px;
	box-shadow:1px 1px 255px;
	display:none;
	filter:brightness(100%);
}
#kopbytsalj{
	width:500px;
	position:fixed;
	bottom:25%;
	right:35%;
	border:1px solid black;
	padding:10px;
	border-radius:10px;
	box-shadow:1px 1px 255px;
	display:none;
	filter:brightness(100%);
}
#reparation{
	height:300px;
	width:450px;
	position:fixed;
	bottom:25%;
	right:35%;
	border:1px solid black;
	padding:10px;
	border-radius:10px;
	box-shadow:1px 1px 255px;
	display:none;
	filter:brightness(100%);
}
.layer2{
	position:fixed;
	bottom:25%;
	right:35%;
	background-color:rgba(0,0,0,0.8);	
    position: absolute;
    width: 450px;
    height:300;
	display:none;
}

.erbjudande{
	background:rgba(60,60,60,0.96);
	border:1px solid black;
	padding: 2%;
	margin:1%;
	box-shadow:1px 1px 15px;
	font-size:20px;
	text-align:center;
}
.erbjudande img{
	margin-left: auto;
	margin-right: auto;
	display: block;
	box-shadow:1px 1px 10px;
	border-radius:7px;
	margin-bottom:5px;
}
.erbjudande text{
	text-align:center;
	color:white;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
#erbjudandeH1{
	font-size:2vw;
	text-align:center;
	color:white;
	font-style:italic;
}
.close{
	float:right;
	
}
.pop{
	background:linear-gradient(rgba(255,255,255,1),rgba(220,240,220,1));
}
.pop p{
	font-size:20px;
	padding-top:0px;
	padding-left:10px;
}
.pop h1{
	
	font-size:30px;
	padding-left:10px;
}

#elcykelinfo{
    display:flex;
    align-items: flex-start;
    justify-content: center;
    box-shadow: rgb(60,60,60);
}

#elcykelinfo_imgDiv{
    width: 35vw;
    margin:20px;
}

#elcykelinfo_info_images{
    display: flex;
    justify-content: space-around;
}
.elcykelinfo_info_elcykelDiv_imgWrapper{
    width: 40%;
    display:flex;
    justify-content:center;
    align-items:center;
    border:0px solid rgb(60,60,60);
}
.elcykelinfo_info_elcykelDiv_imgWrapper img{
    max-height:100%;
    max-width: 100%;
    box-shadow:1px 1px 3px;
    cursor:pointer;
    background:white;
}
.notExpandedReadMore{
    font-style:italic;
    text-align:center; 
    margin:0; 
    margin-top:10px;
    direction:ltr;
}

#elcykelinfo_info{
    width:50vw;
    margin:20px;
}

#fetchBikesInfo{
    max-width:25%;
    opacity:.85;
}

#sellBuyBikeInfo{
    max-width:40%;
    opacity:.85;
}
.sellBuyBikeCategory{
    display:inline-block;
    margin-top: 2vh;
}
#sellBuy_expanded{
    display:block;
}

#sellBuy_notExpanded{
    display:none;
}

#sellBuyExpand{
    display:none;
}

@media only screen and (max-width: 650px) {
    #sellBuyExpand{
        display:flex !important;
    }
    
    #sellBuy_expanded{
        display:none;
    }
    #sellBuy_notExpanded{
        display:block;
    }
}

.buyFetchHeader{
    display:inline-block;
}

#start_bottomDiv{
    display:flex;
    justify-content:space-around;
    width:100%;
}

@media only screen and (max-width: 900px) {
    #sellBuyBikeInfo{
        max-width: 90%;
    }
    #fetchBikesInfo{
        max-width: 90%;
    }
    .welcome{
        max-width:90%;
        margin:2%;
    }
    .erbjudande{
        margin:2%;
    }
    .content_start{
        flex-direction:row;
        flex-wrap: wrap;
        justify-content:center !important;
    }
    #h1fejk{
	    font-style:none;
	    padding:5px;
	    font-size:250%;
    }
    #slogan{
    	font-size:175%;
    	font-style:italic;
    }
    .welcomeText{
        font-size:100%;
    }
    #start_bottomDiv{
        flex-direction:column;
        align-items: center;
    }
    #elcykelinfo_imgDiv{
        width:80vw;
    }
    #elcykelinfo_info{
        width:90vw;
    }
}