/*
	Theme Name: Riedel B.V.
	Author: Junction creative + digital agency
	Description: Thema ontwikkeld door Junction creative + digital agency
	Version: 1.0
*/

html {
    box-sizing: border-box;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    font-weight: normal;
    background-color: #00633C;
}

ol,
ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: underline;
    color: #000;
}

.container {
    margin: 6rem auto;
    max-width: 800px;
    background-color: #fff;
    border-radius: 3px;
}

.logo {
    position: relative;
    margin-bottom: 2rem;
}

.logo svg {
    vertical-align: top;
    position: absolute;
    left: 50%;
    bottom: 0;
    translate: -50% -20px;
}

.inner {
    padding: 2rem 3rem 2rem;
}