@charset "utf-8";
/* Blank */


.sida{
	border: 1px groove #C2C2C2;
	margin-top: 20px;
	margin-right: auto;
	border-radius: 15px;
	margin-left: auto;
	width: 800px;
	height: 800px;
	}
.bg_white {
	background-color: white;
	height: 800px;
	background-size: cover;
	border-radius: 15px;
	}
.bg_ringar {
	background-image: url(../image/ringar1.png);
	height: 800px;
	background-size: cover;
	}
.bg_ringar2 {
	background-image: url(../image/ringar2.png);
	height: 800px;
	background-size: cover;
	}
.bg_ringar3 {
	background-image: url(../image/ringar3.png);
	height: 800px;
	background-size: cover;
	}
.bg_ringar4 {
	background-image: url(../image/ringar4_soon.png);
	height: 800px;
	background-size: cover;
	}
.bg_ringar5 {
	background-image: url(../image/ringar5.png);
	height: 800px;
	background-size: cover;
	}
.bg_ringar6 {
	background-image: url(../image/ringar6.png);
	height: 800px;
	background-size: cover;
	}
.logo{
	margin-left: 185px;
	padding-bottom: 15px;
	}
.pilar{
	margin-right: 8px;
	margin-left: 8px;
	}
.navigation {
	width: 100%;
	border-top: thin solid #C2C2C2;
	border-bottom: thin solid #C2C2C2;
	}
.navigation ul li{
	display: inline;
	visibility: visible;
	letter-spacing: 1px;
	font-variant: small-caps;
	text-transform: none;
	text-decoration: none;
	margin-right: 20px;
	margin-left: 10px;
	}
a{
	font-family: muli;
	font-size: 20px;
	font-weight: 600;
	color: dimgrey;
	text-decoration: none;
	text-align: center;
	font-variant: small-caps;
	}
a:hover{
	color: #C00D0D;
	}
.active {
	color: #C00D0D;
	font-weight: 700;
	}
h2{
	font-family: handlee;
	font-style: normal;
	font-variant: normal;
	padding-top: 10px;
	margin-left: 25px;
	font-weight: 400;
	font-size: 35px;
	}
h3{
	font-family: handlee;
	padding-top: 10px;
	font-size: 35px;
	font-weight: 400;
	}
h4{
	font-family: handlee;
	font-style: normal;
	font-variant: normal;
	padding-top: 20px;
	font-size: 25px;
	font-weight: 400;
	}
h5{
	font-family: muli;
	font-style: normal;
	font-variant: normal;
	padding-bottom: 3px;
	}
p{
	font-family: muli;
	font-size: 16px;
	text-align: justify;
	font-style: normal;
	font-weight: 400;
	line-height: 125%;
	}

.left_article{
	width: 45%;
	height: 425px;
	float: none;
	margin-left: 25px;
	}
.right_article{
	width: 55%;
	height: 425px;
	float: none;
	margin-left: 38%;
	}
.center_article{
	width: 80%;
	float: none;
	margin-left: 25px;
	margin-bottom: 15px;
	} 
.title_h {
	margin-left: 25%;
	}
.form_left {
	width: 45%;
	float: left;
	}
.form_right {
	float: none;
	}
.contactform {
	width: 100%;
	height: 225px;
	margin-left: 25px;
	margin-top: 15px;
	font-family: muli;
	font-size: 12px;
	}
.contact{
	margin-left: 65%;
	float: none;
	}

/* ********************** */
/* KARUSELLEN I PORTFOLIO */
/* ********************** */

#carousel {
	width:750px;
	margin: 15px;
	border:0px solid #222;
	height:350px;
	position:relative;
	clear:both;
	overflow:hidden;
	background:#FFF;
	}
#carousel img {
	visibility:hidden; /* hide images until carousel can handle them */
	cursor:pointer; /* otherwise it's not as obvious items can be clicked */
	}
.next_prev{
	width: 800px;
	margin-left: 40%;
}


/* ******************* */
/* TABBARNA I SERVICES */
/* ******************* */
	
 /* Style the tab */
div.tab {
	float: left;
	width: 20%;
	height: 300px;
	margin-left:25px;
	margin-top:50px;
}
/* Style the buttons inside the tab */
div.tab button {
    display: block;
    background-color: inherit;
    color: dimgrey;
    padding: 5px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
	font-weight: 400;
	font-size:20px;
	font-variant: small-caps;
}
/* Change background color of buttons on hover */
div.tab button:hover {
	color: #C00D0D;
	font-weight: 600;
	font-size: 20px;
}
/* Create an active/current "tab button" class */
div.tab button.active {
   	color: #C00D0D;
	font-weight: 600;
	font-size: 20px;
}
/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
    width: 70%;
    height: 300px;
} 
.tab	{
	font-family: muli;
	font-size: 20px;
	font-weight: 600;
	color: dimgrey;
	text-decoration: none;
	text-align: center;
	font-variant: small-caps;
	}
.tabcontent ol li{
	font-family: muli;
	font-size: 16px;
	}
.content_image{
	float: left;
	margin-left: 35%;
	}
.copyright{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-top: 5px;
	font-family: muli;
	font-size: 12px;
}
