.page-sr p{
    font-size:1rem;
    line-height:1.4;
    color:#2d1d1b;
}
.page-sr ul li{
    font-size:1rem;
    line-height:1.4;
    color:#2d1d1b;
}
.page-sr h2{
    color:#000;
    margin-bottom:15px;
    font-weight:bold;
}
.page-sr h2::after{
    display:none;
}
.page-sr .section h3{
    font-size:1.5rem;
    color:#2d1d1b;
    font-weight: normal;
}
@media(min-width:1200px){
    .page-sr p{
        font-size:18px;
        line-height:1.6;
    }
    .page-sr ul li{
        font-size:18px;
        line-height:1.6;
    }
}

.header .items a.item.rose{
    background-color:#ed9679;
}

.header{
    background-color:#ed9679;
    height:90px;
}
.header-fixed{
    height:75px;
    background-color:#fff;
}

.sr-header{
    background-color:#f4f0e9;
    display:block;
    padding:90px 1rem 15px 1rem;
    text-align:center;
}
.sr-header h1{
    color:#666664;
    font-size:1.4rem;
    font-weight:300;
    margin:30px 0 0 0;
}
.sr-header h1 span{
    display:block;
    font-size:1rem;
    margin:15px 0 0 0;
}
@media(min-width:992px){
    .header{
        height:auto;
    }
    .header-fixed{
        background-color:#ed9679;
    }
    .header-fixed .items a.item,
    .header-fixed .socials a{
        color:#fff;
    }
    .header-fixed .socials a{
        border-color:#fff;
    }
    .sr-header{
        padding-top:120px;
        padding-bottom:30px;
    }
    .sr-header h1{
        font-size:1.5rem;
    }
    .sr-header h1 span{
        font-size:0.9rem;
        margin-top:10px;
    }
}

.sr-hero{
    background-color:#f4f0e9;
    padding:2rem 1rem 0 1rem;
    position:relative;
}
.sr-hero .container-fluid{
    position:relative;
    padding-bottom:1rem;
}
.sr-logo{
    margin:0 0 0 0;
}
.sr-logo img{
    max-width:300px;
}
.sr-intro{
    position: relative;
    z-index: 1;
    padding-top:2rem;
}
.sr-intro p{
    color:#2d1d1b;
}
.lady{
    position:relative;
    z-index: 1;
    text-align:right;
    padding-top:45px;
}
.lady img{
    width:240px;
}
.sr-figure{
    position:absolute;
    bottom:-15px;
    width:460px;
    right:-180px;
    z-index: 0;
}
@media(min-width:768px){
    .lady{
        padding:0;
        position:absolute;
        bottom:0;
    }
    .lady img{
        width:340px;
    }
    .sr-figure{
        width:560px;
    }
}
@media(min-width:992px){
    .sr-hero{
        padding:2rem 2rem 0 2rem;
    }
    .sr-logo img{
        max-width:400px;
    }
    .lady img{
        width:380px;
    }
    .sr-figure{
        width:680px;
        right:-250px;
        bottom:-30px;
    }
}
@media(min-width:1200px){
    .lady img{
        width:430px;
    }
    .sr-figure{
        width:720px;
        right:-200px;
    }
}
@media(min-width:1300px){
    .sr-figure{
        width:780px;
    }
}
@media(min-width:1400px){
    .sr-figure{
        width:850px;
    }
}

.sr-grid-pic{
    height:180px;
    position: relative;
    border-radius:3px;
}
.sr-grid-pic .woman{
    width:240px;
    position: absolute;
    bottom:-60px;
    right:-30px;
}
@media(min-width:768px){
    .sr-grid-pic{
        height:210px;
    }
}
@media(min-width:992px){
    .sr-grid-pic.pic-route{
        height:380px;
    }
    .sr-grid-pic .woman{
        bottom:-90px;
        right:-60px;
        width:400px;
    }
}

.sr-dates-title{
    color:#666664;
    font-size:1.5rem;
    margin:15px 0 10px 0;
    text-transform: uppercase;
}
.sr-date{
    text-align:center;
    margin:0 0 15px 0;
}
.sr-date .day,
.sr-date .hour{
    font-size:0.7rem;
    color:#666664;
}
.sr-date .date{
    background-color:#ed9679;
    color:#fff;
    display:inline-block;
    padding:0.5rem 1rem;
    margin:0.1rem 0 0.2rem 0;
    border-radius:3px;
}

.page-sr .btn-default{
    border:none;
    background-color:#ed9679;
    color:#fff;
    border-radius:3px;
}

.page-sr .faq .question.open{
    background-color: #f4f0e9;
    color:#2d1d1b;
}
.page-sr .section-faq{
    background-color:#f4c0af;
}
.page-sr .section-faq h2{
    color:#000;
}
.page-sr .faq .question{
    border-bottom:solid 1px rgba(0,0,0,0.05);
}

.page-sr .section-contact i{
    font-size:2rem;
    color:#ed9679;
}
.sr-iframe{
    width:100%;
    height:200px;
    margin:15px 0 0 0;
}
@media(min-width:1200px){
    .page-sr .faq .question{
        font-size:18px;
    }
    .page-sr .faq .answer{
        font-size:18px;
    }
}

/*

	KALENDER

------------- */
.kalender{
	padding:45px 15px;
}
@media(min-width:768px){
	.kalender{
		padding:60px 15px 45px 15px;
	}
}
@media(min-width:992px){
	.kalender{
		padding:90px 15px 90px 15px;
	}
}
.c-month{
	float:left;
	width:100%;
	margin:15px 0;
}
.c-month .title{
	float:left;
	width:100%;
	padding:10px;
	text-align:center;
	background-color:#ddd;
	color:#555;
	border-radius: 5px 5px 0 0;
	font-weight:bold;
	text-transform: uppercase;
	font-size:16px;
}
.c-month .days{
	float:left;
	width:100%;
}
.c-month .days div{
	float:left;
	width:calc(100% / 7);
	text-align:center;
	padding:10px;
	background-color:#eee;
	color:#555;
}
.c-month .week{
	float:left;
	width:100%;
}
.c-month .week .day{
	float:left;
	width:calc(100% / 7);
	text-align:center;
	background-color:#555;
	border:solid 1px #fff;
}
.c-month .week .day.no-day{
	background-color:transparent;
}
.c-month .week .day a{
	display:block;
	background-color:#555;
	padding:8px 0;
	width:100%;
	height:40px;
	color:#fff;
	position:relative;
	font-size:14px;
	cursor: default;
}
.c-month .week .day a.privatisatie{
	background-color:#f4c0af;
    color:#555;
}
.c-month .week .day a.open{
	background-color:#ed9679;
	color:#fff;
}
.c-month .week .day a:hover{
	/*background-color:#eee;*/
}
.c-month .week .day a.closed{
	cursor:default;
	color:#ccc !important;
	background-color:#f5f5f5 !important;
}
.legende{
	margin:15px 0 15px 0;
    font-size:1rem;
}
.legende .item{
	display:block;
	margin:0 15px 10px 0;
    display:flex;
}
.legende .item span.color{
	width:20px;
	height:20px;
	margin:0 10px 0 0;
    display:inline-block;
}
.legende .item span.l-event{
	line-height:20px;
    display:inline-block;
}
.legende .item span.l-event span{
	font-size:12px;
    display:inline-block;
}
.event-labels{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	text-align:center;
}
.event-labels span{
	display:inline-block;
	margin:0 0 0 2px;
	border-radius:50%;
	width:8px;
	height:8px;
}

.c-title{
    background-color:#ed9679;
    color:#fff;
    padding:1rem;
    font-size:1rem;
    line-height:1;
    border-radius: 10px;
    font-weight:bold;
    margin:0 0 1rem 0;
    text-align:center;
}
.c-date{
    display:block;
    background-color:#f4f0e9;
    color:#2d1d1b;
    padding:1rem;
    border-radius:5px;
    text-align:center;
    font-size:0.8rem;
    line-height:1;
}
.c-date.private{
    background-color:#f4c0af;
}
@media(min-width:768px){
    .c-title{
        font-size:1.2rem;
    }
    .c-date{
        font-size:1rem;
    }
}
@media(min-width:992px){
    .legende{
        font-size:18px;
    }
}

.btn-rose{
    position:fixed;
    bottom:15px;
    right:15px;
    z-index: 99;
}
@media(min-width:1200px){
    .btn-rose{
        bottom:30px;
        right:30px;
    }
}