/* Body */
body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    background: white;
    line-height: 150%;
    /*display: flex;
    flex-flow: row wrap;*/
}

/* Nav */
nav {
    text-align: center;
    background: white;
    font-weight: bold;
    height: 75px;
}

nav a {
    display: inline-block;
    background: white;
    color: #333;
    text-decoration: none;
    text-transform: none;
    padding: 20px;
    margin: 5px;
}

nav a:hover {
    background: white;
    border-bottom: 3px solid #61ce70;
}

nav a.active {
    background: white;
    border-bottom: 3px solid #61ce70;
}

.nav {
    float: right;
}

.logo {
    text-align: left;
    float: left;
    padding: 7px 0px;
}

/* Top Text */
.top {
    text-align: center;
    height: 200px;
    padding: 80px 0px 0px 0px;
    background: linear-gradient(rgba(97, 204, 112, 0.8), rgba(26, 28, 32, 0.8)), url("../img/top.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.top h1 {
    display: inline-block;
    color: white;
    border-bottom: 6px solid #61ce70;
    padding: 25px;
    font-size: 40px;
}

/* Hem */
#hem-slider {
    background: white;
}

#hem-fordelar {
    text-align: center;
    height: 380px;
}

#hem-fordelar h2 {
    color: #333;
}

#hem-fordelar h1 {
    border-bottom: 5px solid #61ce70;
    font-size: 35px;
    padding-bottom: 20px;
    color: #333;
}

#hem-introduktion {
    background-color: rgba(0,0,0, 0.04);
    height: 240px;
}

#hem-introduktion p {
    padding: 15px;
}

#hem-kontakt {
    height: 370px;
}

#hem-kontakt h2 {
    display: inline-block;
    border-bottom: 5px solid #61ce70;
    font-size: 30px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    color: #333;
}

#hem-kontakt p {
    padding-top: 10px;
}

/* Form stil */
input[type=text], textarea {
    width: 90%;
    padding: 10px;
    border: 1px solid #333;
    margin-top: 5px;
    margin-bottom: 10px;
}

input[type=submit] {
    background-color: #61ce70;
    color: white;
    padding: 12px 20px;
    cursor: pointer; /* Ändrar musen */
    font-weight: bold;
}

input[type=submit]:hover {
    background-color: #333;
    color: white;
    font-weight: bold;
}

label {
    color: #333;
    font-weight: bold;
}

/* Exempel */
#exempel-hemsidor table {
    margin: 50px auto;

}

#exempel-hemsidor td {
    padding: 10px;
}

/* Synpunkter */
#synpunkter-asikt {
    height: 320px;
}

#synpunkter-tanka {
    background-color: rgba(0,0,0, 0.04);
    height: 320px;
}

#synpunkter-tanka img {
    display: block;
    margin: auto;
}

#synpunkter-asikt img {
    display: block;
    margin: auto;
}

#synpunkter-asikt h2 {
    display: inline-block;
    border-bottom: 5px solid #61ce70;
    font-size: 30px;
    padding-bottom: 8px;
    color: #333;
}

#synpunkter-tanka h2 {
    display: inline-block;
    border-bottom: 5px solid #61ce70;
    font-size: 30px;
    padding-bottom: 8px;
    color: #333;
}


/* Om */
#om-centralt {
    height: 600px;
}

#om-centralt h2 {
    display: inline-block;
    border-bottom: 5px solid #61ce70;
    font-size: 30px;
    padding-bottom: 8px;
    margin-bottom: 0px;
    color: #333;
}

#om-centralt li {
    color: #7a7a7a;
}

#om-kunskapskrav {
    height: 180px;
    background-color: #61ce70;
}

#om-kunskapskrav h3 {
    font-size: 50px;
    padding-bottom: 8px;
    margin-bottom: 0px;
    margin-top: 60px;
    color: #333;
    text-align: center;
}

#om-kunskapskrav a {
    display: block;
    background: white;
    color: #333;
    text-decoration: none;
    text-transform: none;
    padding: 15px;
    width: 90px;
    text-align: center;
    margin: auto;
    margin-top: 40px;
    font-size: 20px;
    font-weight: bold;
}

#om-kunskapskrav a:hover {
    color: white;
    background-color: #333;
}

#om-syfte {
    height: 280px;
}

#om-syfte h2 {
    display: inline-block;
    border-bottom: 5px solid #61ce70;
    font-size: 30px;
    padding-bottom: 8px;
    margin-bottom: 0px;
    color: #333;
}

#om-kurser {
    background-color: rgba(0,0,0, 0.04);
    height: 180px;
}

#om-kurser h2 {
    display: inline-block;
    border-bottom: 5px solid #61ce70;
    font-size: 30px;
    padding-bottom: 8px;
    margin-top: 50px;
    color: #333;
}

#om-kurser ul {
    margin-top: 0px;
}

#om-kurser li {
    color: #7a7a7a;
    padding: 10px;
}

#om-fragor {
    height: 350px;
}

#om-fragor h2 {
    display: inline-block;
    border-bottom: 5px solid #61ce70;
    font-size: 30px;
    padding-bottom: 8px;
    margin-bottom: 7px;
    color: #333;
}

#om-fragor li {
    padding: 5px;
    padding-right: 15px;
    color: #7a7a7a;
}

/* Kunskapskrav */
.kunskapskrav h2 {
    display: inline-block;
    border-bottom: 5px solid #61ce70;
    font-size: 30px;
    padding-bottom: 8px;
    margin-bottom: 7px;
    color: #333;
}

.kunskapskrav p {
    padding: 5px 10px;
    margin: 0px;
}

.gra {
   background-color: rgba(0,0,0, 0.04); 
}

/* Footer */
footer {
    background: #1a1c20;
    color: white;
    height: 80px;
    padding: 30px 0px 0px; ;
}

footer p {
    color: white;
}

footer a {
    text-decoration: underline;
    color: white;
}

.footer-left {
    float: left;
}

.footer-right {
    float: right;
}


/* Övrigt */

p {
    color: #7a7a7a;
}

.text {
    width: 1200px;
    margin: 0 auto;
}


/*Column med 4  */
.column-4 {
    float: left;
    width: 25%;
    padding:  20px 0px;
    box-sizing: border-box;
}

/*Column med 3  */
.column-3 {
    float: left;
    width: 33.33%;
    padding:  20px 0px;
    box-sizing: border-box;
}

/*Column med 2  */
.column-2 {
    float: left;
    width: 50%;
    padding:  20px 0px;
    box-sizing: border-box;
}

/*Column med 1  */
.column-1 {
    float: left;
    width: 100%;
    padding:  0px 0px;
    box-sizing: border-box;
}

/*Column Centralt Innehåll  */
.column-35 {
    float: left;
    width: 35%;
    padding:  20px 0px;
    box-sizing: border-box;
}
.column-65 {
    float: left;
    width: 65%;
    padding:  20px 0px;
    box-sizing: border-box;
}

/* UppKnapp */
#UppKnapp {
        position: fixed;
        bottom: 25px;
        float: right;
        right: 25px;
        width: 45px;
        height: 45px;
        border: 0;
        background-color: #61ce70;
        padding: 0.5px;
        border-radius: 10px;

    }

#UppKnapp:hover {
        background-color: #333;
    }

/* SLIDES */
.hemSlides {
    display: none;
}

#hem-slider {
    position: relative;
    margin: auto;
    height: 800px;
}

.slideText {
    color: white;
    font-size: 120px;
    font-weight: bold;
    position: absolute;
    bottom: 400px;
    width: 100%;
    text-align: center;
}

/* Fade - https://www.w3schools.com/howto/howto_js_slideshow.asp */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* Fontawesome stil */
.fa-globe-europe {
    color: #333;
}
.fa-tint {
    color: #333;
}
.fa-user-tie {
    color: #333;
}