﻿body {
    background-color: white;
    font-family: Lato-Regular, Arial;
    letter-spacing: 0.1rem;
}

nav button {
    margin-top: 20px;
}

nav div ul li a {
    font-family: Lato-Bold, Arial;
    color: rgba(1, 1, 1, 1) !important;
    font-size: 1.1rem;
}

nav div ul li a:hover {
    color: rgba(104, 159, 135, 1) !important;
}

    nav div ul li a.active {
        color: rgba(104, 159, 135, 1) !important;
    }

.facebookicon {
    background: url('img/Social_04.png') -10px -20px;
}

.linkedInicon {
    background: url('img/Social_04.png') 590px -212px;
}

.facebookiconInverted {
    background: url('img/Social_04_Inverterad.png') -10px -20px;
}

.linkedIniconInverted {
    background: url('img/Social_04_Inverterad.png') 590px -212px;
}


.facebookiconTransparant {
    background: url('img/Social_04_Transparant.png') -10px -20px;
}

.linkedIniconTransparant {
    background: url('img/Social_04_Transparant.png') 590px -212px;
}

[class^="icon-"] {
    display: inline-block;
    width: 200px;
    height: 200px;
    overflow: hidden;
    zoom: 0.5;
    -moz-transform: scale(0.5);
    -moz-transform-origin: 0 0;
    padding-bottom: 20px;
}

.icon-huge {
    zoom: 1;
    -moz-transform: scale(1);
    -moz-transform-origin: 0 0;
}

.icon-big {
    zoom: 0.60;
    -moz-transform: scale(0.50);
    -moz-transform-origin: 0 0;
}

.icon-small {
    zoom: 0.29;
    -moz-transform: scale(0.29);
    -moz-transform-origin: 0 0;
}

#footer {
    background-color: rgba(51, 42, 72, 1);
    font-family: Lato-Bold, Arial;
    color: rgba(254, 254, 254, 1);
}

.footerCoinnovateText {
    font-size: 3em;
    font-family: Lato-Light, Arial
}

h1 {
    color: rgba(254, 254, 254, 1);
    text-align: center;
    padding-top: 40px;
    padding-bottom: 280px;
    padding-left: 60px;
    width: 800px;
    font-size: 2.8rem;
    font-family: Arial;
}

.header {
    padding-left: calc(50% - 560px);
    padding-right: calc(50% - 560px);
    margin-top: 20px;
    margin-bottom: 20px;
}

.mittentext {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 1.1rem;
}

.mittentext ul li p {
    font-size: 1rem;
}

.mittentext ul li a.listRubrik {
    font-weight: bold;
	font-size: 0.95rem;
	color: rgba(1, 1, 1, 1);
}

.mittentext ul li p.listRubrik {
    font-weight: bold;
	font-size: 0.95rem;
}

.mittentext ul li p.listText {
    font-size: 0.95rem;
}

.bold{font-weight: bold;}

#mittenbild {
    padding-left: calc(50% - 560px);
    padding-right: calc(50% - 560px);
}

#mittenbild img {
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        display: block;
    }

.marginalMittentext {
    padding-left: calc(55% - 560px);
    padding-right: calc(55% - 560px);
    margin-top: 20px;
    margin-bottom: 20px;
}


@media only screen and (min-device-width: 769px) {
    .vl {
        border-left: 1px solid rgba(0, 0, 0, 1);
        height: 50px;
    }

    .navbar {
        padding-right: 12rem !important;
        padding-left: 1rem !important;
    }
}

@media only screen and (max-device-width: 768px) {
    .vl {
        border-left: 1px solid rgba(0, 0, 0, 1);
        height: 0px;
    }

    h1 {
        width: 100%;
        text-align: left;
        padding-left: 10px;
        font-size: 1rem;
    }

    .mittentext {
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 20px;
        margin-right: 20px;
        font-size: 1rem;
    }
}


