/* raleway-300 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/raleway-v14-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Raleway Light'), local('Raleway-Light'),
       url('../fonts/raleway-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v14-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v14-latin-300.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/raleway-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Raleway'), local('Raleway-Regular'),
       url('../fonts/raleway-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v14-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-700 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/raleway-v14-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Raleway Bold'), local('Raleway-Bold'),
       url('../fonts/raleway-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v14-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v14-latin-700.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* fjalla-one-regular - latin */
@font-face {
  font-family: 'Fjalla One';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/fjalla-one-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Fjalla One'), local('FjallaOne-Regular'),
       url('../fonts/fjalla-one-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/fjalla-one-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/fjalla-one-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/fjalla-one-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/fjalla-one-v7-latin-regular.svg#FjallaOne') format('svg'); /* Legacy iOS */
}






body #contentwrapper {
	background: rgb(255,255,255) url('/files/_Travel-Tales-Reiseblog/_Config/bg-world.png') top center no-repeat;
}

#container {
	background: none;
}

#contentwrapper .header.original {
	background: none;
}

.home-teaser ul li:nth-child(even) {
	margin-top: 60px;
}

.no-padding-plz {
	padding-top: 0 !important;
}

h1, h2, h3, h4 {
	text-transform: uppercase;
	padding-left: 20px;
}

h1::before, h2::before, h3::before, h4::before,
.mod_newslist h1 a::before, .mod_newslist h2 a::before, .mod_newslist h3 a::before, .mod_newslist h4 a::before {
	position: relative;
	display: inline-block;
	width: 7px;
	content: '.';
	background: #fab829;
	color: rgba(255,255,255,0) !important;
	margin-right: 14px;
	font-size: 100%;
	margin-left: -20px;
}

h2::before, .mod_newslist h2 a::before {
	width: 6px;
	margin-right: 13px;
}

h3::before, .mod_newslist h3 a::before {
	width: 4px;
	margin-right: 12px;
}

h4::before, .mod_newslist h4 a::before {
	width: 3px;
	margin-right: 10px;
}

.contentwrap {
	position: relative;
}

.headline-shadow {
	position: absolute;
	left: 10%;
	top: 0;
	z-index: 0;
}

.headline-shadow h6 {
	color: rgba(0,0,0,.05);
	font-size: 600%;
	text-transform: uppercase;
	margin-top: -30px;
}

.newslist-timeline .newslist-timeline-date {
    background: #fab829;
    font-family: "Fjalla One";
	font-weight: 400;
	font-size: 1.0rem;
	line-height: 1.6;
	word-wrap: break-word;
	color: #ffffff;
}

.newslist-timeline-both .newslist-timeline-date {
    background: #fab829;
    font-family: "Fjalla One";
	font-weight: 400;
	font-size: 1.0rem;
	line-height: 1.6;
	word-wrap: break-word;
	color: #ffffff;
}

.newslist-timeline-both h4::before {
    border-color: #484c6b;
    background: none;
}

.mod_newsreader {
	padding-top: 0 !important;
}

p.back {
	padding: 60px 0;
	background: url('/files/_Travel-Tales-Reiseblog/_Config/go back.svg') center right no-repeat;
	background-size: contain;
	text-align: right;
}

p.back a {
	padding-right: 140px;
	display: inline-block;
	padding-bottom: inherit;
    font-family: "Fjalla One";
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.6;
	word-wrap: break-word;
	color: #fab829;
	-webkit-transition: color 250ms ease-out, padding-right 450ms ease-out;
	-moz-transition: color 250ms ease-out, padding-right 450ms ease-out;
	-o-transition: color 250ms ease-out, padding-right 450ms ease-out;
	transition: color 250ms ease-out, padding-right 450ms ease-out;
}

p.back a:hover {
	color: #484c6b;
	padding-right: 150px;
}

form.style7 textarea {
    height: 150px;
}

.ce_gallery .image_container .cboxElement img {
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}

.ce_gallery .image_container:hover .cboxElement img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.ce_gallery .image_container .cboxElement::before {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	content: '';
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
	background: url('/files/_Travel-Tales-Reiseblog/_Config/scale-icon-white.svg') center center no-repeat;
	background-size: contain;
	-webkit-transform: scale(.2);
	-moz-transform: scale(.2);
	-o-transform: scale(.2);
	transform: scale(.2);
	opacity: 0;
	z-index: 2;
}

.ce_gallery .image_container:hover .cboxElement::before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.ce_gallery .image_container .cboxElement::after {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
	opacity: 0;	
	background: rgba(0,0,0,.5);
	z-index: 1;
}

.ce_gallery .image_container:hover .cboxElement::after {
	opacity: 1;
}





























