/* Body stuff */

html
{
    height: 100%;
    box-sizing: border-box;
    font-size: 16px;
}

body
{
    position: relative;
    margin: 0;
    padding-bottom: 6rem;
    min-height: 100%;
    background: #fcfcfc;
    font-family: "Roboto", Arial, sans-serif;
}

/* CSS file for about page */

#about h2
{
    color: #757575;
}

#about p
{
    color: #111;
}

/* CSS file for error 404 / 500 page */

#error h1
{
    text-align: center;
}

#error p
{
    text-align: center;
}

/* CSS file for partners page */

#partners h2
{
    color: #757575;
}

#partners h3
{
  color: #757575;
}

#partners p
{
  color: #111;
}

.blockrow
{
    width: 100%;
    heiht: 300px;
}
/* media-queries */
@media(max-width: 768px)
{
    #partners
    {
        padding-bottom: 100px;
    }
}

/* CSS file for all services page */

#services h2
{
    color: #757575;
}

#services h3
{
  color: #757575;
}

#services p
{
    color: #111;
}

#services ol
{
    color: #111;
}

#services ul
{
    color: #111;
}

/* media-queries */
@media(max-width: 768px)
{
    #services
    {
        padding-bottom: 100px;
    }
}

/* CSS file for contacts page */

.grid
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    margin-right: 3px;
}

#contacts
{
    padding-bottom: 40px;
}

#contacts h2
{
    color: #757575;
}

.grid p
{
    color: #111;
}

.contactBox
{
    height: auto;
}

.contactBox input
{
    width: 100%;
    margin-bottom: 20px;
}

.contactBox input[type="text"]
{
    border: none;
    border-bottom: 1px solid #20537b;
    background: transparent;
    outline: none;
    height: 40px;
    color: #20537b;
    font-size: 16px;
}

.success
{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #dff0d8;
    text-align: center;
}

.error
{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f2dede;
    text-align: center;
}

.contactBox textarea
{
    border: none;
    border-bottom: 1px solid #20537b;
    background: transparent;
    outline: none;
    color: #20537b;
    font-size: 16px;
    width: 100%;
}

.contactBox input[type="submit"]
{
    border: none;
    outline: none;
    height: 40px;
    color: #fff;
    font-size: 16px;
    background: #fb1d1b;
    cursor: pointer;
}

.map
{
    margin-right: 3px;
}

/* media-queries */
@media(max-width: 768px)
{
    .grid
    {
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 10px;
    }

    #contacts
    {
        padding-bottom: 100px;
    }
}

/* Container */
.container
{
    margin: 0 auto;
    width: 80%;
    overflow: hidden;
}

/* Footer */
footer
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    color: #444;
    background: #212121;
    border-top: #fb1d1b 3px solid;
}

#ka2-cookie-warning
{
    background-color: rgba(0, 0, 0, 0.66);
    color: #ffffff;
    width: 50%;
    left: 25%;
    position: fixed;
    bottom: 15px;
    text-align: center;
    border-radius: 5px;
}

#ka2-cookie-warning a
{
    color: #ededed;
    text-decoration: underline;
}

#ka2-cookie-warning a:hover
{
    color: #ffffff;
}

.ka2-cookie-warning-content
{
    padding: 15px 10px 10px;
}

#ka2-cookie-warning .close
{
    float: right;
    color: #ffffff;
    padding-right: 5px;
    font-size: 21px;
    opacity: .8;
    cursor: pointer;
}

/* Global params */

h1
{
    font-size: 48px;
    color: #212121;
}

h2
{
    font-size: 36px;
    color: #ddd;
}

h3
{
    font-size: 24px;
    color: #757575;
}

p
{
    font-size: 16px;
    color: #a1a1a1;
}

ul
{
    font-size: 16px;
    color: #757575;
}

ol
{
    font-size: 16px;
    color: #757575;
}

hr
{
    width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-width: 2px;
    padding-left: 25px;
    padding-right: 25px;
    border-style: solid;
    border-width: 2px;
    color: #fb1d1b;
}

/* Header */
header
{
    width: 100%;
    min-height: 60px;
    color: #fff;
    background: #20537b;
    padding-top: 45px;
    margin: 0px;
    border-bottom: #fb1d1b 3px solid;
}

header a
{
    color: #ddd;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}

header a:hover
{
    color: #fb1d1b;
}

header ul
{
    padding: 0px;
    margin: 0px;
}

header li
{
    float: left;
    display: inline;
    padding-left: 0px;
    padding-right: 20px;
}

#language-selector li
{
    padding-left: 10px;
    padding-right: 10px;
    color: #f00;
}

.active a
{
    color: #fb1d1b;
}

header #brand
{
    float: left;
    margin-left: 100px;
}

header #brandLink
{
    font-size: 24px;
}

header .hightlight
{
    color: #fb1d1b;
}

header nav
{
  float: right;
}

/* Splash section */
#splash
{
    background: url('/static/images/main-truck.jpg');
    background-position:center top;
    background-repeat:no-repeat;
    min-height: 1000px;
    border-bottom: #fb1d1b 3px solid;
}

.sloganBox
{
    position: absolute;
    top: 500px;
    left: 75%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
    box-sizing: border-box;
    background: rgba(0,0,0,.66);
}

.sloganBox h2
{
    margin: 0;
    padding-top: 120px;
    padding-left: 25px;
    padding-right: 25px;
    color: #ddd;
    text-align: center;
}

.sloganBox span
{
    color: #f00;
}

/* Info section */
#info
{
    background: #212121;
    border-bottom: #fb1d1b 3px solid;
    padding-bottom: 40px;
}

/* Boxes section */

.box
{
    margin-top: 20px;
    float: left;
    width: 50%;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 10px;
    margin-bottom: 50px;
}

.button
{
    padding: 15px;
    text-decoration: none;
    border: none;
    outline: none;
    height: 40px;
    color: #fff;
    font-size: 16px;
    background: #fb1d1b;
    cursor: pointer;
}

.hidden
{
    display: none;
}

#boxes h3
{
  color: #757575;
}

#boxes p
{
  color: #111;
}


footer .footerBox
{
    float: left;
    width: 33%;
    padding: 10px;
    text-align: center;
}

footer p, a
{
    color: #a1a1a1;
    margin: 0px;
}

.copyright
{
    text-align: center;
}

/* media-queries */
@media(max-width: 768px)
{
    header
    {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    header #brand,
    header nav,
    header li
    {
        float: none;
        text-align: center;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 5px;
    }

    #language-selector
    {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #ka2-cookie-warning
    {
        width: 90%;
        left: 5%;
    }

    .box
    {
        margin-top: 20px;
        float: left;
        width: 100%;
        padding: 0px;
        text-align: center;
        margin-bottom: 50px;
    }

    .sloganBox
    {
        left: 50%;
    }

    .sloganBox
    {
        top: 500px;
        width: 90%;
    }

    footer .footerBox
    {
        width: 100%;
        text-align: center;
    }

    #boxes
    {
        padding-bottom: 100px;
    }
}

/* media-queries */
@media(max-width: 1400px)
{
    .container
    {
        width: 94%;
    }

    #ka2-cookie-warning
    {
        width: 80%;
        left: 10%;
    }
}