
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('fonts/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

html, body {
  border: 0;
  font-size: 18px;
  line-height: 20px;
  font-family: 'Open Sans', sans-serif, arial, Helvetica;
  font-weight: 400;
  color: #000;
  background-color: #fff;
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif, arial, Helvetica, sans-serif;
  font-weight: 600;
  margin: 0;
  line-height: 1;
}

a, a:hover, a:active, a:focus, a:visited {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}

.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.uppercase {
  text-transform: uppercase;
}

.nowrap {
  white-space: nowrap;
}

.hidden {
  display: none;
}

.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  height: 100px !important;
  overflow: hidden;
  box-shadow: 0 0 5px 1px #dfdfdf;
  z-index: 50;
  display: none;
}

header {
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url('img/top-bg.jpg');
  background-color: #c9ccc5;
}

.logo {
  position: absolute;
  top: 37px;
  left: 20px;
  z-index: 99;
}

.lang {
  position: absolute;
  top: 40px;
  right: 20px;
  z-index: 100;
}

.lang a, .lang a:visited, .lang span {
  color: #4a4a4a;
  font-size: 22px;
  font-weight: 300;
  margin-left: 12px;
}

.lang a:hover {
  color: #000;
}

.lang span {
  font-weight: 600;
}

header nav, .sticky nav {
  width: 100%;
  height: 100px;
  overflow: hidden;
  background-color: rgba(255,255,255,0.8);
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

header nav a, .sticky nav a {
  text-transform: uppercase;
  margin: 0 50px 12px;
  font-size: 16px;
  color: #2e2e2e;
  text-align: center;
  opacity: 0.9;
}

header nav a:first-child, .sticky nav a:first-child {
  margin-left: 80px;
}

header nav a img, .sticky nav a img {
  display: block;
  margin: 14px auto 3px;
  height: 50px;
}

.sticky nav {
  background-color: #fff;
}

header .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

header .content h1 {
  color: #e40613;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 45px;
  text-shadow: 0 0 5px rgba(0,0,0,0.1);
}

header .content h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 301;
  line-height: 1.1;
  text-align: center;
  text-shadow: 0 0 10px rgba(0,0,0,1);
}

header .scroll-down {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -25px;
  -moz-animation: bounce 2s infinite; 
  -webkit-animation: bounce 2s infinite; 
  animation: bounce 2s infinite; 
  animation-delay: 2s;
} 

@-moz-keyframes bounce { 
  0%, 20%, 50%, 80%, 100% { -moz-transform: translateY(0); transform: translateY(0); } 
  40% { -moz-transform: translateY(-30px); transform: translateY(-30px); } 
  60% { -moz-transform: translateY(-15px); transform: translateY(-15px); } 
} 

@-webkit-keyframes bounce { 
  0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); transform: translateY(0); } 
  40% { -webkit-transform: translateY(-30px); transform: translateY(-30px); } 
  60% { -webkit-transform: translateY(-15px); transform: translateY(-15px); } 
} 

@keyframes bounce { 
  0%, 20%, 50%, 80%, 100% { -moz-transform: translateY(0); -ms-transform: translateY(0); -webkit-transform: translateY(0); transform: translateY(0); } 
  40% { -moz-transform: translateY(-30px); -ms-transform: translateY(-30px); -webkit-transform: translateY(-30px); transform: translateY(-30px); } 
  60% { -moz-transform: translateY(-15px); -ms-transform: translateY(-15px); -webkit-transform: translateY(-15px); transform: translateY(-15px); }
}

section .container {
  width: 1100px;
  margin: 0 auto;
  font-weight: 300;
}

section .holder {
  display: flex;
  flex-flow: row;
  align-items: center;
}

section .img {
  width: 45%;
  overflow: hidden;
}

section .img img {
  display: block;
  width: 100%;
}

section .title {
  width: 55%;
}

section .title .top {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #2e2e2e;
  padding-left: 50px;
}

section#enroute .title .top {
  padding-left: 0;
}

section .title .top img {
  vertical-align: text-bottom;
  margin-left: -5px;
  margin-bottom: -3px;
}

section .title h2 {
  font-size: 48px;
  font-weight: 300;
  padding-left: 50px;
  margin-top: 15px;
}

section#enroute .title h2 {
  padding-left: 0;
  padding-right: 50px;
}

section .item {
  font-size: 18px;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 1.5;
  padding: 15px 0 0 90px;
  background-image: url('img/icon-ok.svg');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 55px 55px;
  margin-bottom: 100px;
}

section .item h4 {
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 5px;
  display: block;
}

section .text a {
  font-weight: 700;
  color: #4a90e2;
}

section .text a:hover {
  text-decoration: underline;
}

section#before {
  margin: 150px 0;
}

section#before .text {
  background-image: url('img/curved-line.png');
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 100px;
  margin-left: 15px;
}

.fr section#before .text {
  background-position: left 10px;
}

section#before .item.i1 {
  margin-left: -7px;
}

section#before .item.i2 {
  margin-left: 35px;
}

.fr section#before .item.i2 {
  margin-left: 30px;
}

section#before .item.i3 {
  margin-left: 81px;
}

section#before .item.i4 {
  margin-left: -10px;
  margin-bottom: 0;
}

.fr section#before .item.i4 {
  margin-left: -20px;
}

section#enroute {
  background-color: #fafafa;
  padding: 150px 0;
}

section#enroute .text {
  background-image: url('img/curved-line2.png');
  background-repeat: no-repeat;
  background-position: right 127px;
  padding-top: 100px;
  margin-right: 15px;
}

section#enroute .item {
  background-image: url('img/icon-ok-gray.svg');
  background-repeat: no-repeat;
  background-position: right top;
  padding: 15px 90px 0 0;
  text-align: right;
}

section#enroute .item.i1 {
  margin-right: 23px;
}

section#enroute .item.i2 {
  margin-right: -8px;
}

section#enroute .item.i3 {
  margin-right: 39px;
}
section#enroute .item.i4 {
  margin-right: 44px;
  margin-bottom: 0;
}

footer {
  background-color: #fafafa;
}

footer .footer-menu {
  padding: 60px 30px 0;
  text-align: center;
}

footer .footer-menu a {
  color: #004899;
  margin-right: 20px;
  text-decoration: underline;
  display: inline-block;
}

footer .copyright {
  padding: 20px 30px 60px;
  text-align: center;
  color: #004899;
  opacity: 0.7;
}

@media (max-width: 1200px) {
  
  section .container {
    width: 700px;
  }
  
  header nav a, .sticky nav a {
    margin: 0 20px 12px;
    font-size: 15px;
  }
  
  header .logo, .sticky .logo {
    top: 40px;
  }
  
  header .logo img, .sticky .logo img {
    width: 175px;
  }
  
  .lang a, .lang span {
    font-size: 18px;
  }
  
  section .item {
    margin-bottom: 25px;
  }
  
  section#before .text {
    padding-top: 75px;
    background-position: left -82px;
  }
  
  .it section#before .text {
    background-position: left -78px;
  }
  
  .fr section#before .text {
    background-position: left -11px;
  }

  section#before .item.i1 {
    margin-left: -3px;
  }

  section#before .item.i2 {
    margin-left: 45px;
  }

  .fr section#before .item.i2 {
    margin-left: 33px;
  }

  section#before .item.i3 {
    margin-left: 72px;
  }

  .fr section#before .item.i3 {
    margin-left: 82px;
  }
  
  section#before .item.i4 {
    margin-left: -19px;
    margin-bottom: 100px;
  }
  
  .fr section#before .item.i4 {
    margin-left: -16px;
  }
  
  .it section#before .item.i4 {
    margin-left: -35px;
  }
  
  section#enroute .text {
    padding-top: 75px;
  }
  
  section#enroute .item.i1 {
    margin-right: -15px;
  }
  
  section#enroute .item.i2 {
    margin-right: 16px;
  }
  
  section#enroute .item.i3 {
    margin-right: 46px;
  }
  
  section#after .text {
    padding-top: 75px;
    background-position: left 2px;
  }
  
  .it section#after .text {
    background-position: left -12px;
  }
  
  section#after .item.i1 {
    margin-left: -18px;
  }
  
  section#after .item.i2  {
    margin-left: 4px;
  }
  
  .it section#after .item.i1, .fr section#after .item.i1 {
    margin-bottom: 25px;
  }
  
  .it section#after .item.i2, .fr section#after .item.i2 {
    margin-left: 10px;
  }
  
}

@media (max-width: 767px) {

  header .logo, .sticky .logo {
    top: 15px;
  }
  
  header .logo img, .sticky .logo img {
    width: 150px;
  }
  
  header nav, .sticky nav {
    height: 50px;
  }
  
  header nav a, .sticky nav a {
    display: none;
  }
  
  header .content h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  
  header .content h3 {
    font-size: 22px;
    line-height: 1.2;
  }
  
  header .scroll-down {
    margin-left: -20px;
    bottom: 20px;
  }
  
  header .scroll-down img {
    height: 40px;
  }
  
  .sticky {
    height: 50px !important;
  }
  
  .lang {
    top: 15px;
  }
  
  .lang a, .lang span {
    font-size: 16px;
    font-weight: 400;
  }
  
  .lang span {
    font-weight: 700;
  }
  
  section .container {
    width: 100%;
  }
  
  section .holder {
    flex-flow: column;
    position: relative;
  }
  
  section .img {
    width: 100%;
    padding: 0 0px;
    margin-top: 65px;
  }
  
  section .title {
    width: 100%;
  }
  
  section .title .top {
    padding-left: 0;
    position: absolute;
    top: -25px;
    left: 20px;
  }
  
  section .title h2, section#enroute .title h2 {
    padding-right: 0;
    padding-left: 20px;
    font-size: 36px;
    margin-top: 50px;
  }
  
  section .text {
    background-image: none !important;
    padding: 35px 20px 0 0 !important;
  }
  
  section .text .item {
    margin-bottom: 35px;
    margin-left: 0 !important;
    padding: 10px 0 0 50px !important;
    background-size: 40px 40px;
    font-size: 14px;
  }
  
  section .item h4 {
    font-size: 22px;
  }
  
  section#before {
    margin: 50px 0;
  }
  
  section#before .item.i4 {
    margin-bottom: 75px;
  }
  
  section#enroute {
    padding: 50px 0 75px;
  }
  
  section#enroute .img {
    order: 1;
  }
  
  section#enroute .title {
    order: 2;
  }
  
  section#enroute .text {
    margin: 0 0 0 15px;
  }
  
  section#enroute .text .item {
    margin-right: 0;
    background-position: left top;
    text-align: left;
  }
  
  section#after {
    margin: 50px 0 100px;
  }
  
}
.list-ticks { column-count: 2; list-style-type: none; text-align: left; padding: 50px 0 0; }
.list-ticks li { display: block; overflow: hidden; position: relative; padding: 14px 0 14px 54px; margin-bottom: 0; break-inside: avoid-column;page-break-inside: avoid;}
.list-ticks li:after { content: ''; position: absolute; top: 50%; -ms-transform: translateY(-50%); transform: translateY(-50%); left: 2px; width: 30px; height: 30px; background-image: url(/de/tntlandingpages/social/holiday/assets/img/check_icon.svg); background-repeat: no-repeat; background-position: center center; }
/* Small Desktop */
@media (max-width: 1200px) {
	.list-ticks { padding: 54px 0 0; }

	.list-ticks li { padding: 12px 0 12px 46px; }
}
/* Tablet */
@media (max-width: 1023px) {
	.list-ticks { padding: 48px 0 0; margin: 0 -20px; }

	.list-ticks li:after { left: 4px; -ms-transform: scale(.8); transform: scale(.8); -ms-transform-origin: 2px -63px; transform-origin: 2px -63px; }
}
/* Mobile */
@media (max-width: 767px) {
	.list-ticks { column-count: 1; padding: 30px 10px 0; margin: 0; }

	.list-ticks li { padding: 12px 0 12px 43px; margin-bottom: 8px; }
	.list-ticks li:after { left: 0; }
}

section.carte { position: relative; padding: 58px 0 61px; text-align: center; }
section.carte p { margin-bottom: 44px; margin-left: 3px }
section.carte p:last-child { margin-bottom: 0; }
section.carte .carte__h { max-width: 918px; margin: 0 auto; }
section.carte .carte__h p:last-child { margin-bottom: 0; }
section.carte .carte__t { max-width: 620px; margin: 0 auto; font-weight: 600; letter-spacing: .001em; }
section.carte .carte__t + p { margin-top: 57px; }
section.carte .carte__b img { margin-bottom: 27px; }
/*  Section Solid  */
section.carte--solid { background: #f3f3f4; }
/*  Section Secondary  */
section.carte--secondary { padding: 43px 0 53px; }
section.carte--secondary .carte__h { max-width: 100%; margin-bottom: 34px; }
section.carte--secondary .carte__t { max-width: 100% }
/*section.carte--secondary .carte__b { font-family: 'Fira Sans', sans-serif; }
/* Small Desktop */
@media (max-width: 1200px) {
	section.carte { padding: 55px 0 51px; }

	.carte .carte__h { max-width: 620px; margin: 0 auto; }
	.carte .carte__h p { margin-bottom: 55px; }
	.carte .carte__h p:last-child { margin-bottom: 0; }

	.carte .carte__t { max-width: 520px; }

	/*  Section Secondary  */
	.scarte--secondary { padding: 47px 0 40px; }

	.carte--secondary .carte__h { max-width: 100%; margin-bottom: 45px; }
	.carte--secondary .carte__t { max-width: 100%; }
}
/* Tablet */
@media (max-width: 1023px) {
	section.carte { padding: 46px 0 51px; }

	.carte p { margin-bottom: 49px; }
	.carte .carte__h { max-width: 650px; }
	.carte .carte__h p { margin-bottom: 40px; }
	.carte .carte__t + p { margin-top: 38px; }

	/*  Section Secondary  */
	.carte--secondary { padding: 47px 0 25px; }
}
/* Mobile */
@media (max-width: 767px) {
	section.carte { padding: 22px 0 10px; }

	.carte p { margin-bottom: 42px; }
	.carte .carte__h { max-width: 310px; }
	.carte .carte__h p { margin-bottom: 13px; }
	.carte .carte__t { max-width: 100%; }
	.carte .carte__t + p { margin-top: 16px; }

	/*  Section Secondary  */
	.carte--secondary { padding: 22px 0 24px; }

	.carte--secondary .carte__h { margin-bottom: 65px; }
	.carte--secondary .carte__t { font-size: 30px; line-height: 1.3; }
}
/* ------------------------------------------------------------ *\
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn { display: inline-block; vertical-align: middle; text-align: center; cursor: pointer; padding: 18px 51px; border-radius: 6px; font-family: 'Fira Sans', sans-serif; font-size: 18px; transition: background .3s; text-decoration: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	 		appearance: none;
}
/*  Button Block  */
.btn-block { display: block; padding-left: 0; padding-right: 0; }
.btn-danger { background: #d0021b; }
/* Small Desktop */
@media (max-width: 1200px) {
	.btn { padding: 12px 29px; border-radius: 4px; font-size: 13px; }
}
/* ------------------------------------------------------------ *\
