@font-face {
    font-family: 'Geogrotesque-Regular';
    src: url('../webfonts/26024B_0_0.eot');
    src: url('../webfonts/26024B_0_0%EF%B9%96.eot#iefix') format('embedded-opentype'), url('../webfonts/26024B_0_0.woff') format('woff'), url('../webfonts/26024B_0_0.ttf') format('truetype');
}

@font-face {
    font-family: 'Geogrotesque-SemiBold';
    src: url('../webfonts/26024B_1_0.eot');
    src: url('../webfonts/26024B_1_0%EF%B9%96.eot#iefix') format('embedded-opentype'), url('../webfonts/26024B_1_0.woff') format('woff'), url('../webfonts/26024B_1_0.ttf') format('truetype');
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    font-family: 'Geogrotesque-Regular', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
    background: #397A97;
    width: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;

}

h1 {
    font-family: 'Geogrotesque-SemiBold', sans-serif;
    font-size: 32px;
    line-height: 1;
    font-weight: 100;
}

a {
    text-decoration: none;
    color: inherit;
}

section {
    padding: 50px 0;
    position: relative;
    float: left;
    width: 100%;
}

section.groen {
    background: #aacb60;
    color: #ffffff;
}

section.wit {
    background: #ffffff;
    color: #397A97;
}

.center {
    text-align: center;
}

header {
    background-image: url(../img/banner.jpeg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    width: 100%;
    height: 400px;
    color: #aacb60;
}

header .logo {
    /*width: 290px;*/
    margin-bottom: 4px;
    height: 72px;
}

.breadcrumb {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 0;
    background: #ffffff;
    color: #397A97;
    font-size: 14px;
    margin-bottom: -30px;
    z-index: 1;
}

.breadcrumb ol {
    list-style-type: none;
}

.breadcrumb ol li {
    position: relative;
    float: left;
}

.breadcrumb ol li a {
    text-transform: uppercase;
}

nav {
    width: 100%;
    background: #aacb60;
    color: #397A97;
    margin-top: 10px;
    position: relative;
    float: left;
}

.mt-25 {
    margin-top: 25px;
}

.menu-item {
    display: inline-block;
    position: relative;
    float: left;
    padding: 15px 25px;
    transition: .25s;
}

.menu-item:hover {
    background: rgba(0, 0, 0, 0.1);
}

.menu-item.current {
    font-family: 'Geogrotesque-SemiBold', sans-serif;
}

.menu-item.afspraak {
    float: right;
    background: #397A97;
    color: #ffffff;
    transition: .25s;
}

#hamburger {
    width: 30px;
    height: 25px;
    position: fixed;
    top: 20px;
    right: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: none;
    z-index: 3;
}

#hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #397A97;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#mobilemenu {
    position: fixed;
    height: 100vh;
    padding: 20px;
    top: 0;
    right: calc(-100vw / 3 * 2);
    background: #aacb60;
    color: #397A97;
    z-index: 2;
    width: calc(100vw / 3 * 2);
    transition: .5s;
    display: none;
}

#mobilemenu.active {
    right: 0;
}

#mobilemenu .menu-item {
    display: block;
    width: 100%;
}

#mobilemenu .menu-item:hover {
    background: unset;
}

#hamburger span:nth-child(1) {
    top: 0;
}

#hamburger span:nth-child(2), #hamburger span:nth-child(3) {
    top: 8px;
}

#hamburger span:nth-child(4) {
    top: 16px;
}

#hamburger.open span:nth-child(1) {
    top: 8px;
    width: 0;
    left: 50%;
}

#hamburger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#hamburger.open span:nth-child(4) {
    top: 8px;
    width: 0;
    left: 50%;
}

.menu-item.afspraak:hover {
    background: #2c667f;
}

.sidemenu {
    position: relative;
    float: left;
    width: 100%;
    background: #ffffff;
    color: #397A97;
    font-family: 'Geogrotesque-SemiBold', sans-serif;
}

.sidemenu a {
    display: block;
    padding-bottom: 10px;
    transition: .25s;
}

.sidemenu a:hover {
    transform: translateX(15px);
}

.groen {
    color: #aacb60;
}

.cta {
    display: inline-block;
    padding: 10px 15px;
    position: relative;
    text-align: center;
    min-width: 200px;
    border: 2px solid #397A97;
    border-radius: 5px;
    margin: 0 20px;
    font-family: 'Geogrotesque-SemiBold', sans-serif;
    transition: .25s;
}

.cta:hover {
    background: #397A97;
    color: #ffffff;
}

.ziekenhuis {
    width: 100%;
    position: relative;
    float: left;
    background: #ffffff;
    color: #397A97;
    padding: 20px 0;
    text-align: center;
    border-radius: 5px;
    margin-top: 40px;
}

.ziekenhuis img {
    width: 100%;
}

footer {
    background: #397A97;
    color: #ffffff;
    position: relative;
    float: left;
    width: 100%;
    padding: 50px 0;
}

.copyright {
    float: right;
}

.pull-right {
    float: right;
}

.map {
    height: 80px;
}

.hide-phone {
    display: none;
}
