File: D:/HostingSpaces/SBogers64/klimroosbudel.nl/wwwroot/public/css/screen.css
::selection {
background: #f35648;
color: #ffffff;
}
::-moz-selection {
background: #f35648;
color: #ffffff;
}
body {
margin: 0;
padding: 0;
font-family: 'Asap', sans-serif;
font-size: 15px;
font-weight: 400;
letter-spacing: 0.03em;
line-height: 1.466666667;
}
main {
display: block;
position: relative;
min-width: 1000px;
}
h1 {
margin-top: 0;
font-size: 2.13em;
color: #f35648;
}
h2 {
font-size: 1.2em;
color: #00a0e6;
}
h3 {
margin: 0;
color: #fff;
}
img {
display: block;
}
section {
padding-top: 120px;
padding-bottom: 100px;
}
a {
text-decoration: none;
color: #00a0e6;
}
ul.list_a {
padding: 0;
margin: 0 0 60px 0;
width: 100%;
list-style: none;
}
ul.list_a li {
position: relative;
margin: 0 0 10px 0;
height: 30px;
border-bottom: 2px solid #303135;
font-weight: 700;
font-size: .933333333em;
line-height: 30px;
text-transform: uppercase;
letter-spacing: 0.05em;
}
ul.list_a li a {
display: block;
}
ul.list_a li .arrow {
display: block;
position: absolute;
right: 0;
top: 17px;
width: 13px;
height: 9px;
background: url('/public/images/structure/arrow_btn_red.png');
}
ul.list_a li.active {
border-bottom: 2px solid #00a0e6;
}
ul.list_a li.active a {
color: #00a0e6;
}
ul.list_a li.active .arrow {
background: url('/public/images/structure/arrow_btn_blue.png');
}
ul.list_a li:not(.active):hover a {
color: #f35648;
border-bottom: 2px solid #f35648;
}
ul.list_a a {
color: #000;
}
.center_div {
position: relative;
margin: 0 auto;
width: 1000px;
}
.clear {
display: block;
clear: both;
}
.col {
float: left;
margin-bottom: 60px;
}
.col.g2 {
width: 460px;
margin-right: 80px;
}
.col.g3 {
width: 300px;
margin-right: 50px;
}
.col.last {
margin-right: 0;
}
header {
width: 100%;
height: 70px;
}
header .logo {
display: block;
padding-top: 10px;
}
header .top_image {
display: block;
width: 100%;
}
header nav {
position: absolute;
right: 0;
top: 0px;
height: 70px;
line-height: 70px;
}
header nav ul {
float: left;
margin: 0;
padding: 0;
}
header nav ul li {
float: left;
list-style: none;
}
header nav ul li a {
display: block;
padding: 0 20px;
text-decoration: none;
color: #303135;
}
header nav ul li.active a {
color: #f35648;
font-weight: 700;
}
header nav ul li:not(.active) a:hover {
color: #00a0e6;
}
.bottom_red {
border-bottom: 10px solid #f35648;
}
.header_bottom {
position: relative;
width: 100%;
}
.header_bottom.blue {
height: 20px;
background-color: #00a0e6;
}
.header_bottom.red {
height: 20px;
background-color: #f35648;
}
/*#home .header_bottom { position: relative; width: 100%;
&.blue { height: 150px; background-color: @blue;}
&.red { height: 20px; background-color: @red;}
}*/
.slider {
position: relative;
width: 100%;
}
.slider ul {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
list-style: none;
opacity: 0;
filter: alpha(opacity=0);
}
.slider ul li {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.slider ul li figure {
position: absolute;
top: 0;
left: 100%;
z-index: 1;
margin: 0;
height: 100%;
width: 100%;
overflow: hidden;
-webkit-transition: left 700ms ease-in-out;
transition: left 700ms ease-in-out;
}
.slider ul li figure.swiping {
-webkit-transition: none;
transition: none;
}
.slider ul li img {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
opacity: 0;
-webkit-transition: opacity 500ms;
transition: opacity 500ms;
}
.slider ul li.new.next figure {
left: 200%;
}
.slider ul li.new.prev figure {
left: -200%;
}
.slider ul li.before_show figure {
left: -100%;
}
.slider ul li.show figure {
left: 0;
}
.slider ul li.after_show figure {
left: 100%;
}
.slider ul li.hide.next figure {
left: -200%;
}
.slider ul li.hide.prev figure {
left: 200%;
}
#photo_gallery .slider {
display: none;
}
.photo_spacer {
position: relative;
height: 60px;
width: 100%;
background-color: #f35648;
font-size: 1.6em;
text-align: center;
line-height: 60px;
}
.goto_gallery {
padding-top: 0;
padding-bottom: 30px;
}
.goto_gallery .photogallery {
padding-top: 60px;
}
.goto_gallery .photogallery a:hover .photo_title {
color: #00a0e6;
}
.goto_gallery .col {
margin-bottom: 30px;
}
.goto_gallery .photo_title {
display: block;
position: relative;
width: 300px;
height: 50px;
background-color: #fff;
color: #000;
font-weight: 700;
text-align: center;
text-transform: uppercase;
line-height: 50px;
letter-spacing: 0.05em;
-moz-border-radius-bottomright: 20px;
border-bottom-right-radius: 20px;
-moz-border-radius-bottomleft: 20px;
border-bottom-left-radius: 20px;
-webkit-transition: all 300ms;
transition: all 300ms;
}
.bg_grey {
position: relative;
background-color: #f2f2f2;
}
.bg_blue {
position: relative;
background-color: #00a0e6;
}
.button {
display: block;
position: relative;
margin: 30px 0;
height: 60px;
width: 300px;
background-color: #fff;
font-weight: 700;
text-align: center;
text-transform: uppercase;
-moz-border-radius: 20px;
border-radius: 20px;
line-height: 60px;
-webkit-transition: all 300ms;
transition: all 300ms;
}
.button.center {
left: 50%;
margin-left: -150px;
}
.button.white {
background: #fff;
color: #f35648;
}
.button.white:hover {
background: #f35648;
color: #fff;
}
.button.blue {
background: #00a0e6;
color: #fff;
}
.button.blue:hover {
background: #f35648;
}
.funding {
padding: 0;
list-style: none;
}
.funding li {
border-bottom: 1px solid #303135;
}
.agenda .col {
margin-bottom: 37px;
min-height: 100px;
}
.agenda_title {
position: relative;
display: block;
width: 300px;
font-size: 1em;
font-weight: 800;
border-bottom: 1px solid #BBBBBB;
}
.month_nr {
margin-top: -9px;
float: right;
font-size: 1.667em;
color: #00a0e6;
}
.agenda_item {
list-style: none;
padding: 0;
}
.agenda_item span {
display: block;
float: left;
width: 250px;
}
.agenda_item .date {
position: relative;
width: 50px;
color: #f35648;
font-weight: 800;
}
.line {
position: relative;
margin-bottom: 60px;
height: 2px;
width: 100%;
background-color: #BBBBBB;
}
.monthly_activities {
list-style: none;
line-height: 30px;
}
.monthly_activities span {
color: #696969;
font-style: italic;
}
.monthly_activities li {
list-style: outside;
list-style-image: url('/public/images/structure/li_item.png');
}
.activity {
background-color: #fff;
padding: 40px 30px;
}
.activity ul {
padding: 0;
list-style: none;
}
.activity li {
border-bottom: 1px solid #303135;
padding-bottom: 5px;
margin-bottom: 15px;
text-transform: uppercase;
}
.activity .list_a li:not(.active):hover {
color: #f35648;
border-bottom: 2px solid #f35648;
cursor: pointer;
}
.activity .list_a li.active {
color: #00a0e6;
}
.goto_activities {
padding-bottom: 30px;
}
.goto_activities h2 {
margin-top: 0;
font-size: 2.13em;
color: #fff;
}
.goto_activities .list_a li {
color: #fff;
border-bottom: 2px solid #fff;
}
.goto_activities .list_a li .arrow {
background: url('/public/images/structure/arrow_btn_white.png');
}
#activity_slider_week {
position: relative;
width: 460px;
height: 580px;
overflow: hidden;
}
#activity_slider_week ul {
position: absolute;
top: 0;
left: 0;
width: 2300px;
padding: 0;
}
#activity_slider_week li {
list-style: none;
float: left;
width: 460px;
}
#activity_slider_month {
position: relative;
width: 460px;
height: 500px;
overflow: hidden;
}
#activity_slider_month ul {
position: absolute;
top: 0;
left: 0;
width: 2300px;
padding: 0;
}
#activity_slider_month li {
list-style: none;
float: left;
width: 460px;
}
h1 .date {
color: #00a0e6;
font-size: .5em;
}
.intro p {
font-weight: 700;
}
.col.intro {
margin-bottom: 30px;
}
.col.g3.double {
width: 650px;
}
.gallery_list {
float: left;
}
.gallery {
float: left;
margin: 0;
padding: 0;
list-style: none;
}
.gallery li {
float: left;
width: 198px;
margin-right: 28px;
margin-bottom: 28px;
border-bottom: 10px solid #f35648;
}
.gallery li img {
width: 100%;
}
.gallery li:nth-child(3n) {
margin-right: 0;
}
footer {
position: relative;
padding-top: 60px;
padding-bottom: 10px;
width: 100%;
min-width: 1000px;
background-color: #f35648;
color: #fff;
}
footer h1 {
font-size: 1.47em;
color: #fff;
}
footer p {
font-size: 1.0666em;
}
footer a {
color: #fff;
text-decoration: underline;
}
footer .komma_logo {
float: left;
display: block;
width: 33px;
height: 32px;
background-image: url('/public/images/structure/komma_logo.png');
margin-top: 5px;
}
footer .komma_text {
margin-left: 10px;
float: left;
}
.streamer {
color: #00a0e6;
font-size: 1.7em;
font-weight: 600;
}
.downloads {
padding-top: 20px;
border-top: 1px solid #d7d7d7;
}
.pdf-link::before {
content: '';
display: inline-block;
background-image: url(/public/images/structure/acrobat.png);
width: 20px;
height: 20px;
background-repeat: no-repeat;
margin-right: 5px;
transform: translateY(4px);
}
.pdf-link:hover {
text-decoration: underline;
color: #f35648;
}