.container {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 12px;
    box-sizing: border-box
}

.column,.columns {
    width: 100%;
    float: left;
    box-sizing: border-box
}

html {
    font-size: 62.5%
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	/* background: teal; */
	z-index: 9999;
	transition: all 300ms ease-in-out;
}

.scroll-down {
	header {
		transform: translate3d(0, -250%, 0);
	}
}

.scroll-up {
	header {
		/* transform: translate3d(0, 0, 0); */
		background: orange; height: 40px;
		box-shadow: 0px 10px 15px 1px rgba(0, 0, 0, 0.4);
	}
}

.menu-is-open {
	overflow: hidden;

	header {
		filter: none;
	}
}


body {
	padding-bottom: 10000%;
    font-size: 1.5em;
    line-height: 1.6;
    font-weight: 400;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0;
    -webkit-animation: bugfix infinite 1s
}

p {
    margin-top: 0;
    margin-bottom: 2rem
}

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

a:hover {
    color: teal
}

.container:after,.row:after,.u-cf {
    content: "";
    display: table;
    clear: both
}



.logo {
    margin-top: 2%;
    width: 220px
}

.fotoSlider {
    position: relative;
    width: 100%;
    max-width: 880px;
    margin: 105px auto 0px auto;
    padding: 0;
    box-sizing: border-box;
    border: solid 1px;
    border-color: teal;
    margin-bottom: 4rem;
    border-radius: 4px;
    overflow: hidden
}









.fotoSlider img {
  width: 100%;
  animation: move 36s infinite;
}
@keyframes move {
  0% {
    transform-origin: top left;
    transform: scale(1);
  }
  33% {
    transform-origin: bottom right;
    transform: scale(1.2);
  }
  66% {
    transform-origin: top left;
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}











.textSlider {
    text-shadow: 3px 3px 2px white;
    font-weight: 600;
    color: #fff;
    margin-left: 1rem;
    margin-top: 5rem;
}


.textIcons {
	text-align:center;
	font-family:"Trebuchet MS";
    font-size: 1.7rem;
    font-weight: 600;
    color: #2c3440;
    line-height: 20px
}



.iconsTopMargin {
	margin-top: 3rem
}



.fotoLink {
    /* display: inline-block; */
    width: 110px;
    height: 100px;
    float:left;
    /* margin: 5px; 
    border: 1px solid #ccc7ba; */
    background-position: center center;
    background-size: cover;
    border-radius:7px
}




.textNavigators {
	height:110px;
	font-family:"Trebuchet MS";
    font-size: 1.7rem;
    font-weight: 600;
    color: green;
    line-height: 20px;
    display:flex;
    margin-top: 10px;
    align-items:center;
    text-align: center;
    flex-direction:column;
    padding-left:12px
}




#slides {
    position: relative;
    height: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none
}

.slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.showing {
    opacity: 1;
    z-index: 2
}

.slide:nth-of-type(1) {
    background-size: 100%
}

.slide:nth-of-type(2) {
    background: #baefd7;
    background-image: url(../images/slider-2.webp);
    background-size: 100%;
    animation: move2 36s infinite;
}
@keyframes move2 {
  0% {
    transform-origin: bottom right;
    transform: scale(1);
  }
  33% {
    transform-origin: top left;
    transform: scale(1.2);
  }
  66% {
    transform-origin: bottom right;
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}











.fotoPost {
    border-radius:6px;
    margin-top: -36px
}


.fotoPostInner {
    border-radius:6px;
    margin-top: -25px;
    margin-bottom: -25px
}


.textPost {
    font-size: 1.7rem
}

.postDate {
    color: green;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6rem
}

@-webkit-keyframes bugfix {
    from {
        padding: 0
    }

    to {
        padding: 0
    }
}

#nav {
	position: fixed;
    /* overflow: auto; */
    overflow: hidden;
    z-index: 10;
    width:100%;
    max-width:880px;
	top: -4px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0
}

#nav ul {
    display: none;
    width: 100%;
    list-style: none;
    margin: -1px;
    padding: 0
}

#nav ul li a {
    margin-top: 15px;
    display: block;
    padding: 0.9em 0px 0.5em 0px;
    color: #7d1b1b;
    text-decoration: none;
    border-right: 1px solid silver;
    line-height: 17px
}

/* Menu displayed on Mobil */
#nav ul li a:hover {
    background: #7d1b1b;
    color: #fff;
}

#nav ul li:last-of-type a {
    border-right: 0
}

#nav ul li:first-of-type a {
    margin-top: 10px;
    border-right: 0;
    margin-right: 30px
}

#nav ul li:first-of-type a:hover {
    background: #fff
}

#nav ul li ul li a {
    padding-left: 1.5em
}

#nav ul li ul li ul li a {
    padding-left: 3.125em
}

#nav input.trigger {
    position: absolute;
    top: -9999px;
    left: -9999px
}

#nav input.trigger:checked ~ ul,#nav input.trigger:checked ~ ul li ul {
/* ############################################################################################ */
	/* background: #d1cdcd; */
	background:linear-gradient(to bottom, rgba(255,255,255,1), #d1cdcd);
	display: block!important;
    margin-top: -10px;
    font-size: 1.8rem
}

#nav input.trigger:checked ~ ul li:last-of-type a {
    padding-bottom: 20px
}






@media (min-width: 48em) {
    #nav input.trigger:checked ~ ul,#nav input.trigger:checked ~ ul li ul {
    /*  IPHONE  TEST  PENDING  */
        /* display:-webkit-box; */
        /* display: -moz-box; */
        /* display: box; */
        /* -webkit-box-orient: horizontal; */
        /* -moz-box-orient: horizontal; */
        display: flex;
        box-orient: horizontal;
        flex-direction: row
    }
}

#nav label {
    position: relative;
    display: block;
    min-height: 2em;
    padding: .45em;
    font-size: 1.1em;
    margin: 0;
    cursor: pointer;
    background: #fff;
    line-height: 2em;
}

#nav label:after {
    position: absolute;
    right: 1em;
    top: .4em;
    content: "\2261";
    font-size: 2.4em;
    color: #7d1b1b
}

@media (min-width: 48em) {
    #nav ul {
        display:-ms-flexbox;
        flex-direction: -ms-row;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        display: flex;
        flex-direction: row
    }

    #nav ul li {
    	position: relative;
        text-align: center;
        -ms-flex: 1;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        flex: 1
    }

    #nav ul li ul {
        display: none!important;
        position: absolute;
        top: 3.0625em;
        left: 0;
        display: block;
        width: 12.5em;
        z-index: 200
    }

    #nav ul li ul li {
        text-align: left
    }

    #nav ul li ul li ul {
        z-index: 300;
        top: 0;
        left: 12.4em
    }

    #nav ul li ul li ul li a {
        padding-left: 30px!important
    }

    #nav ul li:hover > ul {
        display: block!important
    }

    #nav label {
        display: none
    }
}


.logoDesktop {
	display: none
}


/* HHHHHHHHHHHHHHHHHHHHHHH */
/* Add #nav {top: px} in each Media
Query: 360 - 400 - 430 etc.  to fix
the LOGO or TEXT height space.
*/


@media (min-width: 360px) {
    .textSlider {
        font-size:30px;
        color: #fff;
        margin-left: 2rem;
        line-height: 30px;
        margin-top: 1rem
    }
    /* #nav { margin-top: 2rem } ****************************************** */
}

@media (min-width: 400px) {
    .container {
        width:85%;
        padding: 0
    }
}

@media (min-width: 500px) {
    
    .textSlider {
        color: #fff;
        margin-top: 2rem;
        margin-left: 4rem;
        font-size: 36px;
        line-height: 46px
    }
}

@media (min-width: 550px) {
    .container {
        width:80%
    }

    .column,.columns {
        margin-left: 4%
    }

    .column:first-child,.columns:first-child {
        margin-left: 0
    }

    .one.column,.one.columns {
        width: 4.66666666667%
    }

    .two.columns {
        width: 13.3333333333%
    }

    .three.columns {
        width: 22%
    }

    .four.columns {
        width: 30.6666666667%
    }

    .five.columns {
        width: 39.3333333333%
    }

    .six.columns {
        width: 48%
    }

    .seven.columns {
        width: 56.6666666667%
    }

    .eight.columns {
        width: 65.3333333333%
    }

    .nine.columns {
        width: 74%
    }

    .ten.columns {
        width: 82.6666666667%
    }

    .eleven.columns {
        width: 91.3333333333%
    }

    .twelve.columns {
        width: 100%;
        margin-left: 0
    }

    .one-third.column {
        width: 30.6666666667%
    }

    .two-thirds.column {
        width: 65.3333333333%
    }

    .one-half.column {
        width: 48%
    }

    .offset-by-one.column,.offset-by-one.columns {
        margin-left: 8.66666666667%
    }

    .offset-by-two.column,.offset-by-two.columns {
        margin-left: 17.3333333333%
    }

    .offset-by-three.column,.offset-by-three.columns {
        margin-left: 26%
    }

    .offset-by-four.column,.offset-by-four.columns {
        margin-left: 34.6666666667%
    }

    .offset-by-five.column,.offset-by-five.columns {
        margin-left: 43.3333333333%
    }

    .offset-by-six.column,.offset-by-six.columns {
        margin-left: 52%
    }

    .offset-by-seven.column,.offset-by-seven.columns {
        margin-left: 60.6666666667%
    }

    .offset-by-eight.column,.offset-by-eight.columns {
        margin-left: 69.3333333333%
    }

    .offset-by-nine.column,.offset-by-nine.columns {
        margin-left: 78%
    }

    .offset-by-ten.column,.offset-by-ten.columns {
        margin-left: 86.6666666667%
    }

    .offset-by-eleven.column,.offset-by-eleven.columns {
        margin-left: 95.3333333333%
    }

    .offset-by-one-third.column,.offset-by-one-third.columns {
        margin-left: 34.6666666667%
    }

    .offset-by-two-thirds.column,.offset-by-two-thirds.columns {
        margin-left: 69.3333333333%
    }

    .offset-by-one-half.column,.offset-by-one-half.columns {
        margin-left: 52%
    }
}

@media (min-width: 750px) {
	
	#nav ul li a {
    margin-top: 30px
    }
    /* start from 2 to forward... 
	#nav ul li:nth-child(n+2) {
		padding: 0px 0px 0.5em 0px;
        line-height: 15px
    */
	
	/* #nav ul li a:nth-child(n+2) { 
    WRONG! *a* can not has any childs! */
	
	#nav ul li:nth-child(2) {
		font-size: 1.8rem
	}

	.fotoSlider {
    	margin: 135px auto 39px auto;
	}


    .textSlider {
        font-size:50px;
        color: #fff;
        margin-top: 4rem;
        margin-left: 5rem;
        line-height: 45px
    }
    .scroll-up {
		header {
		/* transform: translate3d(0, 0, 0); */
		background: #fff; height:63px;
		box-shadow: 0px 10px 15px 1px rgba(0, 0, 0, 0.4);
		}
	}
	.logoDesktop {
	display: inline
	}
	
	
	.iconsTopMargin {
		margin-top: 0
	}
	
	
    .fotoLink {
    width: 300px;
    height: 220px;
    background-position: center center;
    background-size: cover;
    border-radius:7px
	}
	
	.textNavigators {
		padding-top: 15px
	}
	
	.fotoPost {
    margin-top: 0
    }
    
    .gcalendar-image {
    object-fit: cover;
    width: 93%
    }
}
/* min-width 750px   E N D */




/*  - G O O G L E   C A L E N D A R -  */
.gcalendar-outbox {
  border-radius:10px;
  padding:20px;
  overflow:hidden;
  align-items:center;
  display:flex;
  flex-direction:column
}
.gcalendar-datebox {
  border-radius:0 0 10px 0;
  margin:-20px -20px 20px;
  width: auto;
  align-self:flex-start;
  padding:12px
}
.gcalendar-dates {
  padding-top:10px;
  height:30px
}

/*  -  -  -  -  -  -  -  -  -  -  -  */













