/* ==========================================================================
   CSS styles for Silbermoewe // Anne Turner
   ========================================================================== */

html, body {
	background-color: #3a3a3a;
    color: #dcdcdc;
	font-family: 'Abhaya Libre', serif;
    font-size: 18px;
	font-weight: 400;
	height: 100%;
    line-height: 1.33;
}

bold, b, strong {
	font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-align: center;
}

h1 {
 font-size: 3em;
}

h2 {
 font-size: 1.66667em;
}

h3 {
 font-size: 1.4em;
}

h4 {
 font-size: 1.2em;
}
h5, h6 {
 font-size: 1.1em;
}



/* buttons and links */


a, a:visited, a:active {
	color: #dcdcdc;
	text-decoration:none;
	transition: all 0.2s ease 0s;
}

a:hover {
color: #777;
}

.button {
	cursor: pointer;	
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
}

.btn-large {
	padding: 12px 40px;
}
.btn-small {
	font-size: 0.85em;
	padding: 6px 24px;
}
a.btn-light {
	background-color: #ffffff;
	font-weight: 500;
	color: #2d2d2d;
}
.btn-dark {
	border: 1px solid #ffffff;
	font-weight: 500;
}
/*TO DO --------- */
.btn-light:hover {
	background-color: #dcdcdc;
}
.btn-dark:hover {
	border: 1px solid #707070;
	color: #dcdcdc;
}


.align-center {
    margin: 0 auto;
    display: block;
    width: 200px;
	clear: both;
}
hr { 
	border: 0; 
	height: 1px; 
	background: #474747;
	width: 160px;
	margin: 0 auto 30px;
}


/* -- Structure and Layout -- */

.container {
	display: table;
	margin: 0 auto 80px;
	padding: 0 10px;
	width: 94%;
	max-width: 1000px;
	
}

.fullwidth {
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}

.grid-6 {
	width: 50%;
	float: left;
	margin: 0 0 20px;
	position: relative;
	/*background-color: rgba(160,29,31,0.2);*/
}

.grid-inner {
	padding: 0 10px;
	/*background-color: rgba(60,129,131,0.2);*/
}

.sec-head {
	margin-bottom: 20px;
	margin-top: 20px;
	position: relative;
	z-index: 999;
}

.sec-intro {
    margin-bottom: 60px;
}

.sec-description {
    max-width: 1020px;
}

.sec-galleries {}

.sec-galleries img.img-preview {
    width: 100%;
    height: auto;
}

.gallery-links {
    position: absolute;
    bottom: 20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
	width: 240px;
}

.gallery-links-inside {
	padding: 9px 14px;
	background-color: #2d2d2d;
    display: inline-block;
    float: left;
	margin: 0 2px;
}
.gallery-links-open {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-align: center;
	font-size: 0.85em;
	text-transform: uppercase;
}

.gallery-links-external {
	padding: 7px 11px;
}
.icon-photo {
    width: 19px;
    margin-right: 10px;
	top: -2px;
	position: relative;
}
.icon-calendar {
    width: 17px;
}
a .gallery-links-inside .icon-photo,
a .gallery-links-inside .icon-calendar {
	transition: opacity 0.2s linear 0s;
}
a:hover .gallery-links-inside .icon-photo,
a:hover .gallery-links-inside .icon-calendar {
	opacity: 0.6;
}

a.fancybox img {
    transition: opacity 0.2s linear 0s;
}
a:hover.fancybox img {
    opacity: 0.8;
}
.sec-galleries .grid-6:nth-child(odd) .grid-inner {
    padding: 0 10px 0 0;
}
.sec-galleries .grid-6:nth-child(even) .grid-inner {
    padding: 0 0 0 10px;
}


.sec-facts {
    margin-bottom: 100px;
}
.sec-facts .facts-moewe {
	width: 47%;
	float: left;
    margin-top: 60px;
}

.sec-facts .facts-list {
	width: 53%;
	float: left;
}
.facts-moewe .svg-moewe {
    width: 230px;
    height: auto;
    margin: auto;
    position: relative;
    display: block;
}

.facts-list ul {
    /*display: inline-block;
	margin: 2px 0 50px !important;*/
    list-style: outside none none;
}
.facts-list li {
    display: table;
    float: left;
    font-size: 18px;
    margin-bottom: 6px;
    margin-left: 10px;
    padding-right: 50px;
}
.facts-list li::before {
    content: "»";
    display: table-cell;
    font-weight: normal;
    left: -10px;
    position: relative;
    transition: color 0.3s ease 0s;
}




.sec-maps {
	display: flex;
}
.sec-maps .grid-6 {
	margin-bottom: 0;
}
.sec-maps iframe {
	width: 480px;
	width: 100%;
	height: 480px;
}
.static-map {
	width: 100%;
	height: 480px;
	background-image: url(https://maps.googleapis.com/maps/api/staticmap?center=Süderhorn+7,+List&zoom=14&scale=2&size=600x600&maptype=roadmap&key=AIzaSyDyMye9r4i8k18od_ay_QuBLBJEIkWWWoM&format=png&visual_refresh=true&markers=icon:http://silbermoewe-list.de/img/svg/marker-moewe.png%7Cshadow:true%7CSüderhorn+7,+List);
	background-position: center center;
	background-size: cover;
}



.sec-maps .maps-text {
    border: 1px solid #505050;
    margin: -1px;
    min-height: 100%;
  	height: auto !important;
  	height: 100%;
    display: table-cell;
}
.maps-text .grid-inner {
    padding: 20px;
}
.sec-maps .maps-text h2, .sec-maps .maps-text p {
	margin: 0;
	text-align: left;
}
.sec-maps hr { 
	margin: 30px 0;
}
.sec-maps .button {
    margin-top: 50px;
    position: relative;
}


.sec-booking {
    padding: 40px 0;
	margin-bottom: 100px;
}
.sec-booking .booking-buttons {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 574px;
    padding: 30px 0;
}
.sec-booking h2 {
    max-width: 800px;
    margin: 0 auto;
}
.sec-booking .button {
    float: left;
    margin: 0 3px;
	width: 200px;
}
.icon-phone {
    width: 19px;
    margin-right: 10px;
	top: -2px;
	position: relative;
}
.icon-calendar-dark {
    width: 17px;
	margin-right: 10px;
	top: -2px;
	position: relative;
}


.sec-footer {
	background-color: #000;
	padding: 10px 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	font-size: 0.75em;
	text-transform: uppercase;
}
.sec-footer .container {
    margin: 10px auto;
}
.sec-footer .footer-left {
	text-align: left;
	width: 50%;
	float: left;
}
.sec-footer .footer-right {
	text-align: right;
	width: 50%;
	float: left;
}



/* - sec-head Logo - */

.logo-schrift {
	position: relative;
}

.logo-silbermoewe {
	font-family: 'Montserrat', sans-serif;
	font-size: 60px;
	font-weight: 100;
	text-transform: uppercase;
	text-align: center;
	display: block;
	margin-bottom: -5px;
}

.logo-subline {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 100;
	text-align: center;
}
.logo-subline::before, .logo-subline::after {
    content: " ";
    position: relative;
    top: -5px;
    right: 15px;
    width: 90px;
    height: 1px;
    background-color: #505050;
    display: inline-block;
}
.logo-subline::after {
    right: -15px;
}
.logo-moewe-container {
    position: absolute;
    width: 170px;
    height: 170px;
    border-radius: 200px;
    display: block;
    left: 50%;
    background-color: #3a3a3a;
    margin-left: -85px;
    top: -20px;
}
.logo-moewe {
    width: 54px;
    height: 29px;
    background-image: url(../img/svg/moewe-logo.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    bottom: 15px;
    position: absolute;
    left: 50%;
    margin-left: -27px;
}



/* - Galleries in Lightbox - */

.sec-single-gallery h3 {
	text-transform: uppercase;
}
.sec-single-gallery p, .sec-single-gallery h3 {
    text-align: right;
	padding-right: 40px;
	margin-top: 13px;
}
.sec-single-gallery .grid-6.grid-6-first {
	border-right: 1px solid #505050;
	width: calc( 50% - 1px );
}
.sec-single-gallery-infos {
	display: flex;
}



/* - Slider Slick  - */
.slider-container {
    width: 90%;
    max-width: 1000px;
    height: auto;
	height: 70vh;
	max-height: 600px;
	margin: 0 auto 30px;
}
.slick-slider img {
    width: 100%;
    height: auto;
    margin: auto;
	vertical-align: middle;
    display: inline-block;
	
	position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* - Fancybox  - */
.fancybox-skin {
    color: #dcdcdc;
	background-color: transparent;
}
.fancybox-overlay {
    background: url(fancybox_overlay.png);
	background-color: rgba(58,58,58,0.95);
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.fancybox-inner .head-subpage {
	display: none;
}
.head-subpage {
    margin-bottom: 60px;
}
.imprint h3 {
	text-align: left;
}

/* AUDIO */
.audioplayer {
	width: 16px;
	height: 16px;
    top: 1%;
    left: 1%;
    position: fixed;
	z-index: 997;
}


.audiojs {
    background: transparent;
	box-shadow: none;
	width: 16px;
    height: 16px;
}
.audiojs .scrubber, .audiojs .time {
	display: none;}
	
.audiojs .play-pause {
    border-right: 0px;
	
}

.audiojs p {
    height: 16px;
    width: 16px;
}

.audiojs .play {
    background-image: url(../img/icon-sound-off.png);
}
.audiojs .pause {
    background-image: url(../img/icon-sound-on.png);
}
.audiojs .play, .audiojs .pause {
    background-position: center center;
	background-repeat: no-repeat;
	background-size: 16px 16px;
}
.audiojs .play-pause {
    border-right: 0;
    height: 16px;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: 16px;
}



/* --- edit flickity  */
.flickity-viewport {
    /*min-height: 600px;*/
	padding-bottom: 67%;
}
/* carousel height */
.flickity-slider {
  height: 600px;
}

.carousel-cell {
  width: 100%; /* full width */
  height: auto; /* height of carousel */
	height: 100%;
	min-height: 100%;
  margin-right: 10px;
}

.flickity-slider img {
    width: 100%;
    height: auto;
}

/* Fade CSS */


.flickity.slider-container {
    width: 90%;
    height: auto;
    margin: 0 auto 25px;
    max-height: 700px;
}

.flickity-slider {
  transform: none !important;
}

.carousel-cell {
  left: 0 !important;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  z-index: 0;
}

.sec-intro .carousel-cell {
  transition: opacity 0.9s ease-in-out;
}

.carousel-cell.is-selected {
  opacity: 1;
  z-index: 1;
}


@media only screen and (max-width: 1080px) {
	.flickity.slider-container {
    width: 100%;
}
	
.flickity-prev-next-button.previous { left: 5px; }
.flickity-prev-next-button.next { right: 5px; }
}


@media only screen and (max-width: 640px) {
	.flickity.slider-container {
    margin: 0 auto 25px;
}
	.flickity-page-dots {
		display: none;
	}
}



@media only screen and (max-width: 767px) {
	
	.container {
    width: 90%;
}
	
	.grid-6 {
	width: 100%;
	}
	
	.grid-inner {
	padding: 0;}
	
	.sec-galleries .grid-6:nth-child(odd) .grid-inner, .sec-galleries .grid-6:nth-child(even) .grid-inner {
    padding: 0;
}
	
	.sec-single-gallery-infos {
	display: block;
}
	.sec-single-gallery .grid-6.grid-6-first {
	border-right: none;
	border-bottom: 1px solid #505050;
	width: 100%;
}
	.sec-single-gallery p, .sec-single-gallery h3 {
    text-align: left;
	padding-right: 40px;
}
	.facts-list ul {
    padding: 0;
}
	.sec-single-gallery a.align-center {

    margin-left: 0;

}
	.sec-facts hr {
    display: none;
}
	.sec-facts .facts-moewe {
		width: 100%;
		margin-top: 0;
		margin-bottom: 20px;
	}
	.facts-moewe .svg-moewe {
    width: 100px;
	margin: 0;
}
	.sec-facts .facts-list {
		width: 100%;
	}
	.sec-maps {
		display: block;
	}
	.sec-maps .maps-text {
    margin-top: 15px;
}
	.sec-footer .footer-left,
.sec-footer .footer-right {
	text-align: center;
	width: 100%;
	float: left;
	padding: 3px 0;
}
	
	hr {width: 100px;
    margin: 25px 0;
	}
	.break-here {
    display: none;
}
	.sec-booking {
    padding: 80px 5% 40px;
}
	.sec-booking .booking-buttons {
		width: 100%;
		left: 0;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	.sec-booking .button {
    float: left;
    margin: 4px 3px;
    width: 200px;
	}
	.sec-intro {
    margin-bottom: 40px;
}
	
}


@media only screen and (max-width: 668px) {
	
	
h1, h2, h3, h4, h5, h6 {
	text-align: left;
}

h1 {
 font-size: 2.2em;
}

h2 {
 font-size: 1.4em;
}

h3 {
 font-size: 1.2em;
}
	
	.logo-silbermoewe {
		font-size: 44px;
    margin-bottom: 5px;
}
.logo-subline {
    font-size: 15px;
}
.logo-moewe-container {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    left: 50%;
    margin-left: -50px;
    top: 50px;
}

.sec-head {
    margin-bottom: 40px;
}
	
.logo-subline::after {
    content: " ";
    width: 0;
    height: 0;
    display: none;
}
	.logo-subline::before {
		/* nur display ?*/
    content: " ";
    position: absolute;
    top: -5px;
    right: 15px;
    width: 90px;
    height: 1px;
    display: none;
}
	.gallery-links {
    bottom: 10px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: 0;
    left: -2px;

}
	.audioplayer {
    display: none;
		
	top: auto;
	bottom: 2%;
    left: 1%;
}
	
	
}

