/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/* signika-300 - latin */
@font-face {
  font-family: 'Signika';
  font-style: normal;
  font-weight: 300;
  src: url('../font/signika-v8-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Signika Light'), local('Signika-Light'),
       url('../font/signika-v8-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/signika-v8-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/signika-v8-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../font/signika-v8-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/signika-v8-latin-300.svg#Signika') format('svg'); /* Legacy iOS */
}
/* signika-regular - latin */
@font-face {
  font-family: 'Signika';
  font-style: normal;
  font-weight: 400;
  src: url('../font/signika-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Signika Regular'), local('Signika-Regular'),
       url('../font/signika-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/signika-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/signika-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../font/signika-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/signika-v8-latin-regular.svg#Signika') format('svg'); /* Legacy iOS */
}
/* signika-600 - latin */
@font-face {
  font-family: 'Signika';
  font-style: normal;
  font-weight: 600;
  src: url('../font/signika-v8-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Signika SemiBold'), local('Signika-SemiBold'),
       url('../font/signika-v8-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/signika-v8-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/signika-v8-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../font/signika-v8-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/signika-v8-latin-600.svg#Signika') format('svg'); /* Legacy iOS */
}

* {
	z-index: 1;
}

#intro h4, #intro h1, nav, #timeWrapper, #photoDivider {
   font-family: 'Signika', sans-serif;
   color: white;
}

#intro, nav {
    text-align:center;
}

#fullWrapper {
    position:absolute;
    top:0;
    width:100%;
}

#logo {
    background: url('../images/lightBackground.jpg');
    text-align: center;
	padding: 30px 0;
    width:100%;
}

/*--NAV STYLES--*/

#navWrapper {
    background-color: #0e293e;
    width:100%;
    font-size: 16px;
    font-weight: 300;
    margin-top: 0px;
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.3);
    z-index: 999;
    display: block;
}

nav {
	display: block !important;
}

nav > li {
	width: 100%;
	margin: 0 auto;
}

nav ul {
    margin: 0 auto;
}

nav li {
    display: inline-block;
    border-left: 1px solid #777;
    margin:0;
    margin-right:-5px;
}

nav li:last-of-type {
    border-right: 1px solid #777;
    margin:0;
}

nav li a {
    display:block;
    text-decoration:none;
    color: #ffffff;
    padding: 7px 20px 6px 20px;
    margin:0;
}


nav li a:hover, nav li a:active, nav li a:focus, .active {
    background-color: #00527a;
    color: white;
}

nav a:visited {
	color: white;
}

#navAlias {
	min-height: 40px;
	display: none;
}

#mobileMenu {
	display: none;
}



/* #Page Styles
================================================== */
/*--Das Islandkreuz SECTION--*/

#dasISKWrapper {
	width: 100%;
	background: url('../images/lightBackground.jpg');
	
	padding: 70px 0 25px 0px;
}

#dasISKWrapper h2 {
	font-size: 38px;
	padding: 0;
	margin-bottom: 30px;
	font-weight: 400;
}

#dasISKWrapper h3 {
	font-size: 33px;
	padding: 10px 0 5px 0;
	margin-bottom: 0px;
	font-weight: 400;
	border-bottom: 1px solid #00527a;
	padding-bottom: 5px;
}

#dasISKWrapper h4 {
	font-size: 25px;
	padding: 0px 0 25px 0;
	margin-bottom: 0px;
	font-weight: 400;
}

#dasISKWrapper h5 {
	font-size: 20px;
	padding: 11px 0 20px 0;
	color: #e05008;
	border-top: 1px solid #e05008;
	width: 400px;
	margin: 0 auto;
}

.isk_bild a img {
	-webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.5);
	border: 2px solid #eee;
	margin: 8px;
}

.panoimg  {
	margin: 6px !important;
	}

.isk_text p{
	font-weight: 300;
	font-size: 17px;
	line-height: 160%;
	color: #333;
	text-align: justify;
	padding: 25px 0 19px;
}

.isk_imgcap{
	font-weight: 300;
	font-size: 17px;
	color: #00527A;
	text-align: center;
	padding: 5px 0px 10px 0px;
	line-height: 130%;
}


/*--Die Bedeutung SECTION--*/

#dieBedeutungWrapper {
	width: 100%;
	background: url('../images/darkBackground.jpg') repeat;
	text-align: center;
	padding: 70px 0 20px;
}

#dieBedeutungWrapper h2 {
	font-size: 38px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	line-height: 40px;
	font-weight: 400;
	color: #ffffff;
}

#dieBedeutungWrapper h5 {
	font-size: 20px;
	padding: 11px 0 20px 0;
	color: #f3bb4c;
	border-top: 1px solid #f3bb4c;
	width: 400px;
	margin: 0 auto;
}

.isk_bed_text p{
	font-weight: 300;
	font-size: 17px;
	line-height: 160%;
	color: #ffffff;
	text-align: justify;
	padding: 25px 0 40px;
}

/*--Die Herstellung SECTION--*/

#dieHerstellungWrapper {
	width: 100%;
	background: url('../images/lightBackground.jpg') repeat;
	text-align: center;
	padding: 70px 0;
}

#dieHerstellungWrapper h2 {
	font-size: 38px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	line-height: 40px;
	font-weight: 400;
}

#dieHerstellungWrapper h5 {
	font-size: 20px;
	padding: 11px 0 20px 0;
	color: #e05008;
	border-top: 1px solid #e05008;
	width: 400px;
	margin: 0 auto;
}

.isk_herst_text p{
	font-weight: 300;
	font-size: 17px;
	line-height: 160%;
	color: #00527A;
	text-align: justify;
	padding: 25px 0 40px;
}

/*--Die Herkunft SECTION--*/

#dieHerkunftWrapper {
	width: 100%;
	background: url('../images/darkBackground.jpg') repeat;
	text-align: center;
	padding: 70px 0;
}

#dieHerkunftWrapper h2 {
	font-size: 38px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	line-height: 40px;
	font-weight: 400;
	color: #ffffff;
}

#dieHerkunftWrapper h5 {
	font-size: 20px;
	padding: 11px 0 20px 0;
	color: #f3bb4c;
	border-top: 1px solid #f3bb4c;
	width: 400px;
	margin: 0 auto;
}

.isk_herk_text p{
	font-weight: 300;
	font-size: 17px;
	line-height: 160%;
	color: #ffffff;
	text-align: justify;
	padding: 25px 0 40px;
}


/*-- DominikTours Wrapper --*/
#dominikToursWrapper {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-box-shadow: inset 0px 0px 3px 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 0px 3px 3px rgba(0, 0, 0, 0.3);
	width: 100%;
	text-align: center;
	padding: 40px 0 20px 0;
}

.photodt {
	background: url('../images/photoDivider6.jpg') no-repeat center center;
}


.dtoursrahmen{
	background: #00527a;
	padding: 33px 20px 16px 20px;
	margin: 30px 0 48px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: inset 0px 0px 3px 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 0px 3px 3px rgba(0, 0, 0, 0.3);
}

.dtourstext{
	font-weight: 300;
	font-size: 17px;
	line-height: 160%;
	color: #ffffff;
	text-align: justify;
	padding: 0px;
}

.dtoursbild img {
	-webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.5);
	border: 3px solid #ffffff;
}

/*--Bestellen SECTION--*/

#BestellenWrapper {
	width: 100%;
	background: url('../images/lightBackground.jpg') repeat;
	text-align: center;
	padding: 70px 0 40px;
}

#BestellenWrapper h2 {
	font-size: 38px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	line-height: 40px;
	font-weight: 400;
}

#BestellenWrapper h5 {
	font-size: 20px;
	padding: 11px 0 20px 0;
	color: #e05008;
	border-top: 1px solid #e05008;
	width: 400px;
	margin: 0 auto;
}

.isk_bestellen_text p{
	font-weight: 300;
	font-size: 17px;
	line-height: 160%;
	color: #00527A;
	text-align: justify;
	padding: 25px;
}

.isk_bestellen_text p a{
	color: #00527A;
}


/*--FORM STYLES--*/

form {
	border: none;
	margin: 0 auto;
	width: 100%;
	position: relative;
}

::-webkit-input-placeholder {
    color: #999;
}
:-moz-placeholder {
    color: #999;
}
:-ms-input-placeholder {
    color: #999;
}


#messages, #messages2 {
	margin: 15px 0 0 0;
}

.signUpMessages {
	color: #444;
	text-align: left;
	font-family: "Droid Sans", sans-serif;
	letter-spacing: 0;
	text-transform: none;
}

li i {
	margin-right: 12px;
}

/*--PHOTO DIVIDERS--*/

#photoDivider {
	min-height: 230px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-size: 39px;
	line-height: 39px;
	text-align: center;
	-webkit-box-shadow: inset 0px 0px 3px 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 0px 3px 3px rgba(0, 0, 0, 0.3);
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

#photoDivider span {
	display: block;
	padding: 150px 0;
}

#photoDivider p {
	padding: 18px 0;
	width: 70%;
	margin: 0 auto;
	text-shadow: 0px 1px 1px #444;
}

.photo1 {
	background: url('../images/photoDivider1.jpg') no-repeat center center; 
}

.photo2 {
	background: url('../images/photoDivider2.jpg') no-repeat center center; 
}

.photo3 {
	background: url('../images/photoDivider4.jpg') no-repeat center center;
}

#photoDividerBedeutung{
	min-height: 350px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-size: 39px;
	line-height: 39px;
	text-align: center;
}

.photoBedeutung {
	background: url('../images/photoDivider5.jpg') no-repeat center center;
}

#photoDividerBedeutung span {
	display: block;
	padding: 130px 0;
}

.kettenbox {
	display: none;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-box-shadow: inset 0px 0px 3px 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 0px 3px 3px rgba(0, 0, 0, 0.3);
	border-top: 1px solid white;
	background: #00527a;
	width: 100%;
	text-align: center;
	padding: 40px 0;
}

.kettentext{
	font-weight: 300;
	font-size: 17px;
	line-height: 160%;
	color: #ffffff;
	text-align: justify;
	padding: 0px;
}

.kettenbild img {
	-webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.5);
	border: 3px solid #f3bb4c;
	margin-top: 7px;
}

.variantenbox {
	display: none;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background: url('../images/lightBackground.jpg');
	width: 100%;
	text-align: center;
	padding: 10px 0px 20px 0px;
}

.variantentext p{
	font-weight: 300;
	font-size: 17px;
	line-height: 160%;
	color: #00527A;
	text-align: justify;
	padding: 5px 0px 30px 0px;
}

/* cupid blue
*******************************************************************************/
button.cupid-blue {
  background-color: #d7e5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d7e5f5), color-stop(100%, #cbe0f5));
  background-image: -webkit-linear-gradient(top, #d7e5f5, #cbe0f5);
  background-image: -moz-linear-gradient(top, #d7e5f5, #cbe0f5);
  background-image: -ms-linear-gradient(top, #d7e5f5, #cbe0f5);
  background-image: -o-linear-gradient(top, #d7e5f5, #cbe0f5);
  background-image: linear-gradient(top, #d7e5f5, #cbe0f5);
  border-top: 1px solid #abbbcc;
  border-left: 1px solid #a7b6c7;
  border-bottom: 1px solid #a1afbf;
  border-right: 1px solid #a7b6c7;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: inset 0 1px 0 0 white;
  -moz-box-shadow: inset 0 1px 0 0 white;
  box-shadow: inset 0 1px 0 0 white;
  font-family: 'Signika', sans-serif;
  color: #00527a;
  font-size: 15px;
  font-weight: 300;
  padding: 7px 0 7px 0;
  margin: 10px;
  text-align: center;
  text-shadow: 0 1px 1px #fff;
  width: 220px; }
  button.cupid-blue:hover {
    background-color: #ccd9e8;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccd9e8), color-stop(100%, #c1d4e8));
    background-image: -webkit-linear-gradient(top, #ccd9e8, #c1d4e8);
    background-image: -moz-linear-gradient(top, #ccd9e8, #c1d4e8);
    background-image: -ms-linear-gradient(top, #ccd9e8, #c1d4e8);
    background-image: -o-linear-gradient(top, #ccd9e8, #c1d4e8);
    background-image: linear-gradient(top, #ccd9e8, #c1d4e8);
    border-top: 1px solid #a1afbf;
    border-left: 1px solid #9caaba;
    border-bottom: 1px solid #96a3b3;
    border-right: 1px solid #9caaba;
    -webkit-box-shadow: inset 0 1px 0 0 #f2f2f2;
    -moz-box-shadow: inset 0 1px 0 0 #f2f2f2;
    box-shadow: inset 0 1px 0 0 #f2f2f2;
    color: #00527a;
    cursor: pointer; }
  button.cupid-blue:active {
    border: 1px solid #8c98a7;
    -webkit-box-shadow: inset 0 0 4px 2px #abbccf, 0 0 1px 0 #eeeeee;
    -moz-box-shadow: inset 0 0 4px 2px #abbccf, 0 0 1px 0 #eeeeee;
    box-shadow: inset 0 0 4px 2px #abbccf, 0 0 1px 0 #eeeeee; }


/*--SOCIAL SECTION--*/

#social {
	display: none;
	position: fixed;
    color: #ffffff;
	top: 0;
	background: #00527a;
	z-index: 9999;
	width: 100%;
	padding: 30px 0 20px 0;
	-webkit-box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.3);
}

#social p{
	font-weight: 300;
}

#social a {
    color: white;
}

#close {
   position:absolute;
   right: 10px;
   top: 10px;
   cursor:pointer;
}

#close:hover {
   opacity:0.6;
}

#tweet {
	font-style: italic;
	letter-spacing: 0;
}

#tweet i {
	float: left;
	position: relative;
	top: 22px;
	font-size: 24px;
}

#tweet p {
	margin-left: 55px;
}

#socialMedia {
	font-size: 24px;
	line-height: 34px;
	padding: 15px 0 0 0;
	text-align: right;
}

#socialMedia a {
	text-decoration: none;
	margin: 0 0 0 10px;
	color: #444;
	background: #f5f5f5;
	width: 34px;
	height: 34px;
	display: inline-block;
	text-align: center;
	border-radius: 14px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#socialMedia a:hover {
	-webkit-transform: rotate(360deg) scale(1.3);
	-moz-transform: rotate(360deg) scale(1.3);
	-o-transform: rotate(360deg) scale(1.3);
	-ms-transform: rotate(360deg) scale(1.3);
	transform: rotate(360deg) scale(1.3);
	color: white;
}

#socialMedia a.facebook:hover { background: #3B5998; }
#socialMedia a.twitter:hover { background: #4099FF; }
#socialMedia a.github:hover { background: #333; }
#socialMedia a.pinterest:hover { background: #E00002; }
#socialMedia a.linkedin:hover { background: #4875B4; }
#socialMedia a.googleplus:hover { background: #D6492C; }

.video-container {
    padding-bottom: 30px;
    padding-top: 35px;
  }

.video-container iframe {
	-webkit-box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.5);
	border: 2px solid #eee;
	}
	
.video-container2 {
    padding: 0px;
    margin: 0px;
  }
  
.video-container2 span{
	display: inline-block;
    width: 640px;
    height: 400px;
    background: #000;
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.5);
	border: 2px solid #eee;
  }
  
.video-container2 span p{
	font-weight: 600;
	color: #ffffff;
	font-size: 22px;
	text-align: center;
	line-height: 400px;
  }

.video-container2 iframe {
	-webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.5);
	border: 2px solid #eee;
	}



.tg  {border-collapse:collapse;border-spacing:0;border-color:#ccc;margin:0px auto;}
.tg td{font-family: 'Signika', sans-serif; font-size:16px; padding:10px 5px; border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#00527a;color:#00527a;background-color:#fff;}
.tg th{font-family: 'Signika', sans-serif; font-size:16px;font-weight:300;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#00527a;color:#00527a;background-color:#f0f0f0;}
.tg .tg-hgcj{font-weight:bold;text-align:center}
.tg .tg-uzfi{background-color:#f9f9f9;font-weight:bold;text-align:center}
.tg .tg-spn1{background-color:#f9f9f9;text-align:center}
.tg .tg-s6z2{text-align:center}



/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
	
		
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	.isk_bild img {
	width: 160px;
	height: 160px;
	
	
	}
	
	.panoimg {
	width: 340px !important;
	height: 160px !important;
	}
	
    
    }

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {

    
	.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    }

	.video-container iframe,
	.video-container object,
	.video-container embed {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    -webkit-box-shadow: none;
		box-shadow: none;
		border: none;
	}
	
	.video-container2 span{
	display: none;
  }
	
	.video-container2 {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    }

	.video-container2 iframe,
	.video-container2 object,
	.video-container2 embed {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    -webkit-box-shadow: none;
		box-shadow: none;
		border: none;
	}
    
    #socialMedia {
    	text-align: center;
    }
    
    #socialMedia a:first-of-type {
    	margin: 0;
    }
    
    #time li, #time ul:nth-child(2) li:last-child {
    	margin-top: -40px;
    }
    
    #time ul:nth-child(2) {
    	margin-top: -30px;
    }
    
    #mobileMenu {
    	display: block;
    	margin: 0 auto;
    	border-bottom: 1px solid #777;
    }
    
    nav ul{
    	display: none;
    }
    
    nav li {
    	display: block;
    }
    
    nav ul li {
    	border: none !important;
    	margin: 0;
    }
    
    }

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
    
      
    }

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
	
	#dasISKWrapper h5, #dieBedeutungWrapper h5, #dieHerstellungWrapper h5, #dieHerkunftWrapper h5 {
	width: 300px;
	margin: 0 auto;
}
	}
	
	@media screen and (min-width: 767px) {
	
	nav ul{
		display: block !important;
	}
	
	}
}