@charset "UTF-8";

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

html {
    -webkit-font-smoothing: antialiased;
}

html, body {
    height: 100%;
}

body {
    font-family: Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: normal;
	letter-spacing: 1px;
  	word-spacing: 1px;
	background-color: #f9f9f9;
	color: #333;
	margin: 0;
	transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1);
	display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

a {
    color: #333;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

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

.f-header {
    font-size: 2rem;
    z-index: 3;
}

.scrolling .f-header {
    font-size: 1rem;
}

.baseline, .tmpline {
    text-transform: uppercase;
}

.tmpline {
    font-size: 0.8rem;
}

.block-title {
    text-transform: uppercase;
    font-weight: normal;
}

.block-title a {
    text-decoration: none;
    position: relative;
}
.item-wrapper h4 {
    margin: 10px 0 0 0;
    padding: 10px;
    font-size: 1.25rem;
    font-weight: 400;
}

.item-wrapper .item-wrapper-item a {
    text-decoration: none;
}

.info {
    font-size: 0.9rem;
    line-height: 1.1rem;
}

.nav {
    font-size: 1.5rem;
}

.nav .menu-header {
    text-transform: uppercase;
    font-size: 1rem;
}

.nav .c1 {
    font-size: 2.5rem;
}

.nav .minor, .nav .minor .c1 {
    font-size: 1rem;
}

.nav .minor a, .nav .minor .c1 a {
    margin-left: 10px;
}

.nav .minor ul, .nav .minor .c1 ul {
    margin-top: -22px;
}

.nav .minor ul li a, .nav .minor .c1 ul li a {
    margin-left: 0;
    margin-right: 10px;
}

.nav .minor ul li a:hover:after, .nav .minor .c1 ul li a:hover:after {
    display: none;
}

.nav ul li ul li {
    line-height: 1.5rem;
}

.item-wrapper .works {
	width: calc(100%/2 - 50px);
	margin: 10px 15px 20px 15px;
}

.item-wrapper .intro {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
    padding: 0 10px;
}

.item-wrapper .single {
	width: 90%;
	margin: 0px 10px 20px 10px;
}

.intro a{
    border-bottom: 1px dotted black;
}

.intro p{
    margin: 0;
}

.item-wrapper .third {
	width: calc(100%/3 - 50px);
	margin: 10px 15px 20px 15px;
}

.item-wrapper .works .thumb {
	max-height: 300px;
}

.block-social a{
	text-decoration:none;
}

.block-social a:hover{
	text-shadow: 2px 2px 10px #bac0be;
}

.item-wrapper .top {
	width: calc(100%/2 - 40px);
	margin: 10px 10px 20px 10px;
}

.agenda-item{
	padding: 10px 10px 10px 0;
	border-bottom: 1px solid #000000;
}

.agenda-item:last-child {
   border-bottom: none;
}

.agenda-item a:hover{
	text-shadow: 2px 2px 10px #bac0be;
	cursor:pointer;
}

.agenda .item{
	padding: 5px 0 0 0;
	font-size: 1.1rem; 
	font-weight: 400;
}

.item-wrapper .thumb {
max-height: 300px;
}

.credits {
    font-size: 0.8rem;
}

#container {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-bottom: 40px;
}

footer {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

footer .credits {
    position: absolute;
    bottom: 5px;
    right: 20px;
}

footer .back{
	position: absolute; 
	bottom: 15px; 
	color:#B5B5B5; 
	text-decoration: none; 
	text-align: center;	
}

footer .back:hover{
	color: inherit;	
}

footer .credits a {
    text-decoration: none;
    color: #bcbcbc;
}

.switch {
    position: fixed;
    top: 0;
    z-index: 9999;
    background: pink;
    left: 0;
    width: 100%;
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    height: 75px;
    background: #f9f9f9;
    z-index: 1;
    display: none;
}

.header .baseline {
    margin-top: 25px;
}

.swiper-container {
      width: 100%;
	  z-index:0;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-pagination-bullet {
	cursor: pointer;
	margin: 10px 5px 0 0!important;
	width: 10px!important;
	height: 10px!important;
}

.swiper-slide{
	max-height: 600px;
	overflow: hidden;
	text-align: center;
	/*box-shadow: 0 0 0.7em rgba(0, 0, 0, 0.2);*/
	border-radius: 25px;
}

.swiper-slide img{
	width:100%;
}

.swiper-pagination{
	position:relative;
	z-index:0;
}

:root {
	--swiper-theme-color: black;
}

:focus{
	outline:none;
}

.intro .scroll{
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	width: calc(28%);
	max-height: 800px;
	right:0; 
	overflow-y: scroll;
	padding-left: 55px;
	font-size:.9rem;
}

.item-wrapper .single p {
	padding: 10px 0 0 0;
	margin: 0;
}

.item-wrapper .single h4 {
	padding: 0px 0px 10px 10px;
}

.baseline {
    text-align: center;
}

.fixed .f-header {
    visibility: hidden;
}

.fixed header {
    display: block;
}

/* HOMEPAGE */
.f-header {
    background: #f9f9f9;
    padding: 20px 0;
    position: fixed;
    width: 100%;
    bottom: 0;
}

.bgimg {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0 !important;
    height: calc(100vh - 60px);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
}

.bgimg:before {
    position: absolute;
    content: '.....';
    top: 50%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    animation: loader 1s linear infinite;
}

.bgimg.loaded:before {
    display: none;
}

@keyframes loader {
    0% {
        content: ".    ";
    }

    25% {
        content: "..   ";
    }

    50% {
        content: "...  ";
    }

    75% {
        content: ".... ";
    }

    100% {
        content: ".....";
    }
}

.main .content {
    max-width: 1400px;
    margin: 40px auto 0 auto;
}

.block-title {
    text-align: center;
}

.item-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}

.item-wrapper .thumb {
    max-height: 300px;
    overflow: hidden;
    text-align: center;
	box-shadow: 0 0 0.7em rgba(0, 0, 0, 0.2);
  	border-radius: 25px;
}

.item-wrapper .item-wrapper-item p {
    padding: 0;
    margin: 0;
}

.item-wrapper .item-wrapper-item .read-more {
    margin-top: 10px;
    text-decoration: underline;
}

.works a{
	text-decoration: none;
}

.item-wrapper a{
	text-decoration: none;
}

.read-more{
	text-decoration: underline;
	margin-top: 5px;
}

.more {
    text-align: center;
    margin: 10px 0px 50px 0px;
    display: block;
}

.home .more a {
    padding: 5px 10px;
}

li a:hover{
    text-shadow: 2px 2px 10px #bac0be;
}

input[type="email"] {
    border: none;
    border-bottom: 1px solid #333;
    background: transparent;
    width: 75%;
    border-radius: 0;
    -webkit-appearance: none;
	font-family: Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: normal;
	letter-spacing: 1px;
  	word-spacing: 1px;
	padding-left: 10px;
}

input[type="email"]:focus{
	outline:none;
	}

input[type="submit"]{
	background: #f9f9f9;
	border: 1px solid #333;
	padding: 5px;
	border-radius: 0;
	margin-top: 10px;
	color: #333;
	font-family: Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: normal;
	letter-spacing: 1px;
  	word-spacing: 1px;
}

input[type="submit"]:hover{
	background: #333;
	color: #f9f9f9;
	cursor:pointer;
}

.agenda-item {
  display:none;
  margin:2px;
}

.show {
  display: block!important;
}

.agendapage .filters {
	width: 65%;
	text-align: center;
}

.agendapage .filters .filter {
    position: relative;
	margin: 0px 20px 15px 15px;
	cursor: pointer;
	width: -webkit-fit-content;
	display: inline-block;
}

.agendapage .filters .filter:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #333;
    display: block;
    position: absolute;
    left: -20px;
    top: 3px;
}

.agendapage .filters .filter.active:before, .agendapage .filters .filter:hover:before {
    background: #333;
}

#message{
	padding-left:10px;
}

.page a .header {
    display: block;
}

.page .content {
    margin: 80px auto 0 auto;
}

.footer{
	position: absolute;
	bottom: 20px;
	width: 100%;
}

.item-text{
	width: 72%;
}

@media only screen and (max-width: 55em) {
	.f-header {
        font-size: 1rem;
    }
	
	#container {
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
		margin-bottom: 20px;
	}
    .main .content {
        margin: 0 10px;
    }
	
	.page .content {
		margin: 80px 0;
		padding: 0 15px;
	}
	
    .item-wrapper {
        display: block;
    }
	
	.item-text{
		width: 100%;
	}
	
	.intro .scroll{
		width: 100%;
		padding: 40px 0;
		max-height:none;
	}
	
	.item-wrapper .intro {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: center;
		padding: 0 0px;
	}
	
	.item-wrapper h4 {
		padding: 10px 0px 10px;
	}
	
    .item-wrapper .works {
        margin: 0 0 40px 0;
        width: 100%;
        max-width: 100%;
    }
	
	.item-wrapper .third {
		margin: 0 0 40px 0px;
        width: 100%;
        max-width: 100%;
	}
	
	.item-wrapper .single {
		margin: 70px 0 40px 0;
		width: 100%;
		max-width: 100%;
	  }

    .item-wrapper .works .thumb {
        max-height: none;
    }

    footer .credits {
        bottom: 5px;
    }
}

@supports (-webkit-overflow-scrolling: touch) {
    {
        /* CSS specific to iOS devices */
    }

    .bgimg {
        background-attachment: scroll !important;
        height: calc(100vh - 95px);
    }
}

@media only screen and (max-width: 30em) {
 
    .header {
        height: 65px;
    }

    .header .baseline {
        /*display: none;*/
		font-size: .75rem;
    }

    .info .block-wrapper {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .info .block-wrapper .block {
        width: 100%;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .info .form {
        margin-top: 0;
    }

    footer .credits {
        bottom: 5px;
    }
}

.nav {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 4;
    text-align: center;
    overflow: hidden;
    overflow-y: scroll;
    transition: all 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.nav .menu-header {
    margin-top: 20px;
    position: fixed;
    left: -14px;
    right: 0;
}

.nav ul {
    padding: 120px 0 40px 0;
}

.nav ul .c1 {
    display: block;
    width: calc(50% - 40px);
    text-align: right;
}

.nav ul li {
    display: block;
}

.nav ul li a {
    text-decoration: none;
}

.nav ul li ul {
    padding-top: 0;
    width: calc(50% - 80px);
    margin-left: calc(50% + 40px);
    text-align: left;
}

.nav ul li ul li {
    margin-bottom: 10px;
}

.nav ul li ul li a {
    position: relative;
}
.nav ul li ul li a:hover {
    text-shadow: 2px 2px 10px #bac0be;
}

.nav ul li ul li a.active {
    text-shadow: 2px 2px 10px #bac0be;
}

.nav:before {
    position: fixed;
    content: '';
    height: calc(100% - 80px);
    width: 1px;
    background: #333;
    left: -14px;
    right: 0;
    margin: 0 auto;
    top: 80px;
    text-align: center;
}

.minor {
    margin-top: 30px;
}

.m-menu {
    position: fixed;
    top: 25px;
    right: 20px;
    z-index: 5;
}

.m-menu .mm {
    border: none;
    background: none;
    cursor: pointer;
    position: relative;
    display: block;
    width: 26px;
    height: 26px;
    outline: none;
}

.m-menu .mm:before, .m-menu .mm:after {
    position: absolute;
    display: block;
    content: '';
    width: 14px;
    height: 2px;
    background-color: #333;
    transition: all 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.m-menu .mm:after {
    top: 7px;
}

.m-menu-open {
    overflow: hidden;
}

.m-menu-open .m-menu {
    right: 35px;
}

.m-menu-open .m-menu .mm:before {
    top: 10px;
    transform: rotate(-45deg);
}

.m-menu-open .m-menu .mm:after {
    top: 10px;
    transform: rotate(45deg);
}

.m-menu-open .nav {
    display: block !important;
    background: #f9f9f9;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 30em) {
    .m-menu {
        top: 22px;
    }

    .nav .menu-header {
        display: none;
    }

    .nav:after, .nav:before {
        display: none;
    }

    .nav ul {
        padding-left: 10px;
        padding-right: 10px;
    }

    .nav ul .c1 {
        width: 100%;
        text-align: center;
    }

    .nav ul li ul {
        width: 100%;
        margin: 20px 0 40px 0;
        padding: 0;
        text-align: center;
    }

    .nav ul .minor ul {
        margin-top: 0;
    }
}
.btn {
    background: transparent;
    border: 1px solid #333;
    padding: 10px;
    text-decoration: none;
    margin: 20px 0;
    display: inline-block;
    text-align: center;
}

.btn:hover {
    background: //#333;
    color: //white;
}

footer {
    background: #F6F6F6;
}
