#splash {
    width: 100%;
    height: 500px;
    background: white;
    background-position: 0px -50px;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 60px;
}

#splash #images {
    width: 100%;
    height: 100%;
}

#splash #images .slideImg {
    transition: 1s all;
}

.slideImg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.last-active {
    opacity: 0;
}

.startImage {
    width: 350px;
    height: 300px;
    background-size: cover;
    background-position: center;
}

.activeImg {
    opacity: 1;
}

#sliderControl {
    display: table;
    position: absolute;
    bottom: 8px;
    z-index: 200;
    left: 50%;
    -ms-transform: translateX(-50%); /* IE 9 */
    -moz-transform: translateX(-50%); /* Firefox */
    -webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
    transform: translateX(-50%);
}

.slideButton {
    cursor: pointer;
    border-radius: 50px;
    background: white;
    width: 15px;
    height: 15px;
    border: 1px solid rgba(165, 165, 165, 0.50);
    float: left;
    margin-left: 3px;
    margin-right: 3px;
}

.active {
    background-image: url("../img/button.svg");
    background-size: 60% 60%;
    background-position: center;
    background-repeat: no-repeat;
}

#img1 {
    background-image: url('https://cdn.photographylife.com/wp-content/uploads/2014/06/Nikon-D810-Image-Sample-6.jpg');
}

#img2 {
    background-image: url('http://www.joomlaworks.net/images/demos/galleries/abstract/7.jpg');
}

#img3 {
    background-image: url('http://www.keenthemes.com/preview/metronic/theme/assets/global/plugins/jcrop/demos/demo_files/image1.jpg');
}

#arrowLeft {
    width: 45px;
    height: 45px;
    position: absolute;
    z-index: 4;
    left: 10px;
    top: 50%;
    -ms-transform: translateY(-50%); /* IE 9 */
    -moz-transform: translateY(-50%); /* Firefox */
    -webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
    transform: translateY(-50%);

    background-image: url("../img/arrowLeft.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

    cursor: pointer;
    transition: .2s;
}

#arrowLeft:hover {
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
    filter: invert(100%);
}

#arrowRight {
    width: 45px;
    height: 45px;
    position: absolute;
    z-index: 4;
    right: 10px;
    top: 50%;
    -ms-transform: translateY(-50%); /* IE 9 */
    -moz-transform: translateY(-50%); /* Firefox */
    -webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
    transform: translateY(-50%);

    background-image: url("../img/arrowRight.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

    cursor: pointer;
    transition: .2s;
}

#arrowRight:hover {
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
    filter: invert(100%);
}

.lineLeft {
    width: 30%;
    box-sizing: border-box;
    border-color: #c9c9c9;
    margin-left: 5%;
    float: left;
}

.lineRight {
    width: 30%;
    box-sizing: border-box;
    border-color: #c9c9c9;
    margin-right: 5%;
    float: left;
}

.section {
    width: 100%;
    min-height: 550px;
    display: table;
}

.section h3 {
    width: 30%;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    float: left;
    -ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
    transform: translateY(-50%);
}

#tjanster {
    padding-bottom: 90px;
    min-height: 0;
}


.underSection {
    width: 30%;
    margin-left: 2.5%;
    float: left;
    margin-top: 25px;
}

.circle {
    width: 160px;
    height: 160px;
    border-radius: 100px;
    margin: 0 auto 15px auto;
    border: 2px solid #c9c9c9;
    background-size: 75%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: none;
    cursor: pointer;
    transition: .2s;
}

.circle:hover {
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
    filter: invert(100%);
    background-color: white;
}

.underSection h4 {
    font-size: 27px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.underSection p {
    text-align: center;
    margin: 0px 65px 0 65px;
    line-height: 22px;
}
.underSection ul {
    margin: 0 auto;
    line-height: 22px;
    display: table;
}

.splitUnderSection {
    width: 40%;
    height: 400px;
    float: left;
    margin-left: calc(20%/3);
}

.splitUnderSection h4 {
    font-size: 28px;
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 25px;
}

.splitUnderSection p {
    line-height: 28px;
    margin-bottom: 25px;
}

.splitUnderSection button {
    float: right;
    border: 2px solid black;
    padding: 11px;
    font-size: 18px;
    transition: .2s;
}

.splitUnderSection button:hover {
    background: black;
    color: white;
    cursor: pointer;
}

#omOssBild {
    background-image: url("../img/revisor.png");
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

#lankWrapper {
    width: 65%;
    margin: 25px auto 0 auto;
}

#lankWrapper div {
    width: 48%;
    max-width: 350px;
    height: 150px;
    margin-bottom: 40px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

}

#link1 {
    background-image: url("../img/logos/SkatteverketLogo.png");
}
#link2 {
    margin-top: 20px;
    background-image: url("../img/logos/bolagsverket.JPG");
}
#link3 {
    background-image: url("../img/logos/far_logo.png");
    max-width: 230px !important;
    height: 80px !important;
    float: left;
}