@charset "utf-8";
/* CSS Document */

/*** Main Settings ***/

body {
	color: #5a5f62;
  font-size: 1.4rem;
  background: #e7eaed;
}




section{
  	margin-bottom: 3rem;
  	margin-top: 1rem;
}


.orange{
	color: #ff5000;
}

.video-responsive.youtube-container{
	position: relative;
	padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.video-responsive video{
 	width: 100%;
  height: auto;
  max-width:100%;
}

.video-responsive iframe{
	position: absolute;
	top: 0;
	left: 0;
 	width: 100%;
  height: 100%;
  max-width:100%;
}


.video-wrapper {
	border: 2px solid #ddd;
	border-radius: 3px;
}

.img-responsive > img {
  	width: 100%;
  	height: auto;
}



/*=======================*/

/*** BIM Style Buttons ***/
.btn {
  padding-top: 6px;
  padding-bottom: 8px;
  line-height: 100%;
}

.bim-btn {
	color: #fff;
	background-color: #ff5000;
	border: none;
	font-size: 18px;
	font-weight: 600;
}

.bim-btn:hover, .bim-btn:active, .bim-btn:focus {
	color: #fff;
	background-color: #5a5f62;
}
/*=======================*/



/*** Accordion Panels ***/

.bim-panels .panel{
	border-radius:0;
	box-shadow: none;
	border: none;
  margin-bottom: 2.4rem;
}


.bim-panels .panel-body{
	background-color: white; /*rgba(231,234,237,.75) */
  padding: 10px 0 1.5rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}


/*=======================*/

/*** Kontaktformular ***/

.contact-bar a {
  color: #5b6062;
}


#contact {
	background-color: white;
	margin-bottom: 40px;
	padding: 15px 20px;
}

#contact .form-group {
  margin: 0.5rem 0;
}

form .text-input-container {
	margin-bottom: 2.5rem;
}

form .form-group.select label,
form .form-group.text label {
  font-weight: normal;
	position: absolute;
	bottom: 3px;
	left: 24px;
	font-weight: bold;
	transition: all 0.3s ease;
}

form .form-group.select label.focus,
form .form-group.text label.focus {
	bottom: 30px;
	font-weight: normal;
	opacity: 0.75;
	left: 16px;
}

form .form-group.select label.filled,
form .form-group.text label.filled {
	opacity: 0 !important;
	bottom: 40px;
	left: 16px;
}

form .form-group.text input,
form .form-group.select select {
	padding-left: 10px;
	padding-right: 0;
	background: rgba(231,234,236,0.4);
}

input[type="text"],
textarea,
select.form-control {
 	width: 100%;
 	box-sizing: border-box;
	border: none;
	border-radius: 0;
	box-shadow: none;
	border-bottom: 2px solid #ACAFB2;
	transition: all 0.3s;
}

input[type="text"]:focus,
textarea:focus,
select.form-control:focus {
	border-color: #FF5000;
	box-shadow: none;
}

input[type="text"]{
	height: auto;
}

#contact-request {
  	display: none;
    padding-left: 3.6rem;
}

.multiselect {
  display: none;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  border-radius: 0.25rem;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #f2f3f4;
}

.multiselect label{
}

.multiselect .input-sm {
  height: auto;
  padding: 5px 10px;
  font-size: 1.4rem;
}

.multiselect .input-other {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;

}

.multiselect .checkbox-inline {
  margin-right: 2rem;
}

#contact-request.active textarea,
.multiselect.active {
  	background-color: #fff5f1;
  	border: 1px solid #ff5000;
  	color: #5a5f62;
}

#contact-request textarea{
	height: 14rem;
 	resize: vertical;
}

textarea {
	outline: none;
}

.text-input-container {
  	margin-bottom: 1.5rem;
}

.radio-wrapper {
  	margin-top: 1.6rem;
  	margin-bottom: 0.25rem;
    padding-left: 1.6rem;
}

.radio-wrapper .radio{
   margin-top: 10px;
   margin-bottom: 10px;
}

#contact .checkbox-container {
	margin-top: 2.5rem;
}

#contact .checkbox-container > input {
	position: absolute;
	left: 1.5rem;
	top: 0;
}

#contact .checkbox-container > label {
	padding-left: 2.5rem;
}

.form-control:focus,
.multiselect.focus {
    border-color: #ff5000;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(90, 95, 98, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(90, 95, 98, .6);
}

#form-messages {
  margin: 2rem;
  font-size: 1.8rem;
}


/*=======================*/



/*** Content Style ***/
html[lang="cn"] body {
  font-family: "Simhei", "Arial Unicode MS", sans-serif;
}

html[lang="jp"] body {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', "Arial Unicode MS", sans-serif;
}

h1, h2, h3, h4, .bim-btn {
	font-family: 'Titillium Web', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="cn"] body h1,
html[lang="cn"] body h2,
html[lang="cn"] body h3,
html[lang="cn"] body h4,
html[lang="cn"] body .bim-btn {
  font-family: 'Titillium Web', "Arial Unicode MS", 'Microsoft Yahei', sans-serif;
}

html[lang="jp"] body h1,
html[lang="jp"] body h2,
html[lang="jp"] body h3,
html[lang="jp"] body h4,
html[lang="jp"] body .bim-btn {
  font-family: 'Titillium Web', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', "Arial Unicode MS", sans-serif;
}

h2 {
	margin-top: 0;
  font-size: 2.4rem;
  font-weight: 700;
}

h2.content-title{
  margin-bottom: 2.4rem;
}

h3 {
    margin-top: 2.4rem;
    font-size: 1.8rem;
    line-height: 125%;
    font-weight: 600;
    margin-bottom: 1.8rem;
}

h1 {
	font-weight: 400;
  	font-size: 3rem;
  	margin: 3rem 0 2rem;
    background: #ff5000;
    color: white;
    padding: 1rem 1.5rem;
}

.bim-bullets {
  margin-left: 2.6rem;
  margin-top: 1.8rem;
  margin-bottom: 2.4rem;
}


.bim-bullets .flag {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background-position:center center;
  background-size:contain;
  margin-left: 0.33em;
}

.bim-bullets .flag.cn { background-image: url('/tl_files/cadenas/images/icons/flags/dots/cn.png'); }
.bim-bullets .flag.cz { background-image: url('/tl_files/cadenas/images/icons/flags/dots/cz.png'); }
.bim-bullets .flag.en { background-image: url('/tl_files/cadenas/images/icons/flags/dots/uk.png'); }
.bim-bullets .flag.fr { background-image: url('/tl_files/cadenas/images/icons/flags/dots/fr.png'); }
.bim-bullets .flag.de { background-image: url('/tl_files/cadenas/images/icons/flags/dots/de.png'); }
.bim-bullets .flag.it { background-image: url('/tl_files/cadenas/images/icons/flags/dots/it.png'); }
.bim-bullets .flag.jp { background-image: url('/tl_files/cadenas/images/icons/flags/dots/jp.png'); }
.bim-bullets .flag.kr { background-image: url('/tl_files/cadenas/images/icons/flags/dots/kr.png'); }
.bim-bullets .flag.pl { background-image: url('/tl_files/cadenas/images/icons/flags/dots/pl.png'); }
.bim-bullets .flag.po { background-image: url('/tl_files/cadenas/images/icons/flags/dots/br.png'); }
.bim-bullets .flag.ru { background-image: url('/tl_files/cadenas/images/icons/flags/dots/ru.png'); }
.bim-bullets .flag.es { background-image: url('/tl_files/cadenas/images/icons/flags/dots/es.png'); }
.bim-bullets .flag.tr { background-image: url('/tl_files/cadenas/images/icons/flags/dots/tr.png'); }


.bim-bullets li {
  margin-bottom: 1rem;
}


.bim-bullets li > i.fa {
  color: #ff5000;
  font-size: 1.6rem;
}

a {
  color: #ff5000;
}



p + h3 {
  margin-top: 2.4rem;
}



/* Table */
.table-bim > thead > tr > th {
  background: #5b6166;
  color: white;
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #888;
}

.table-bim > tbody > tr > td:first-child  {
  font-weight: bold;
}

.table-bim > tbody > tr:nth-of-type(odd) {
  background-color: #ffffff;
}

.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #f2f3f4;
}



.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: none;
  padding: 1.2rem;
  border-right: 1px solid #ddd;
}

.table-bim td ul.bim-bullets:first-child {
  margin-top: 0;
}

.table-bim td h3 {
  margin-top: 0px;
}


.table-bim .supplier-list {
  margin-left: -8px;
  margin-right: -8px;
}

.table-bim .supplier-list div[class*="col-sm-"] {
  padding: 8px;
}




/* VIDEO PLAYER */

.mejs-controls .mejs-time-rail .mejs-time-loaded {
  	background: #ff5000;
 	background: rgba(255,80,0,0.8);
  	width: 0;
}


/* image view */

.active-image {
  position: relative;
}

.active-image > figure {
  margin: 10px;
  border:1px solid rgba(91,97,102,.25);
  padding-top: 3rem;
  transition: border-color 0.3s;
}

.active-image:hover > figure {
  border-color: rgba(91,97,102,.75);
}

.active-image .image-close-container {
  background-color: rgba(91,97,102,.25);
  position: absolute;
  padding: 0.5rem 1rem;
  top: calc( 1rem + 1px );
  left: calc( 1rem + 1px );
  width: calc( 100% - 2rem - 2px );
  text-align: right;
  transition: background-color 0.3s;
}

.active-image:hover .image-close-container {
  background-color: rgba(91,97,102,.75);
}

.active-image .image-close{
  color: white;
  cursor:pointer;
}


/* MAP LEGEND */

#map-legend {
  display: table;
  margin-bottom: 1.5em;
  border-spacing: 5px;
  border-collapse: separate;
}

.legend-item{
  color: #01304d;
  font-size: 12px;
  font-family: Arial, Helvetica, "Arial Unicode MS", sans-serif;
  display: table-row;
}

html[lang="jp"] body .legend-item {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', "Arial Unicode MS", sans-serif;
}

.legend-item > * {
  display: table-cell;
  vertical-align: middle;
  height: 36px;

}

.legend-item .elem {
  text-align: center;
  padding: 5px;
  background-color: #E7EAEB;
}

.legend-item .elem > * {
  vertical-align: middle;
}

.legend-item .label {
  padding-left: 0.5em;
  color: #5a5f62;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
  white-space: pre-wrap;
  line-height: 140%;
}

.blinker-container{
  display: inline-block;
  height: 36px;
}

.blinker {
  display:inline-block;
  margin-top: 13px;
  width: 10px;
  height: 10px;
  border-radius:5px;
  background-color: #ff5000;

  animation: pulsate;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes pulsate {
    0%   { transform: scale(0.4);
           background-color: #ff5000;
           animation-timing-function: ease-in-out }

    100% { transform: scale(1.2);
           background-color: #ffffff;
           animation-timing-function: ease-in-out }
}


/* redirector */
.redirector {
  background: #ff5000;
  font-family: 'Titillium Web', Arial, sans-serif;
  font-size: 24px;
  line-height: 100%;
  padding: 0.7rem 4rem 1.5rem;
  display: inline-block;
  font-weight: bold;
  color: white;
  border-radius: 6px;
  animation-duration: 4s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  text-decoration: none;
  transition: background 0.2s;
  margin: 3rem;
}

html[lang="jp"] body .redirector {
  font-family: 'Titillium Web', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', "Arial Unicode MS", sans-serif;
}

.redirector:hover {
  text-decoration: none;
  color: white;
  background: #5c6062;
}

@keyframes pulse {
    0% { transform: rotate(0deg); animation-timing-function: ease-in-out }
    30% { transform: rotate(0deg); animation-timing-function: ease-in-out}
    35% { transform: rotate(0.5deg); animation-timing-function: ease-in-out }
    40% { transform: rotate(-0.5deg); animation-timing-function: ease-in-out}
    45% { transform: rotate(0.5deg); animation-timing-function: ease-in-out}
    50% { transform: rotate(-0.5deg); animation-timing-function: ease-in-out}
    55% { transform: rotate(0.5deg); animation-timing-function: ease-in-out}
    60% { transform: rotate(-0.5deg); animation-timing-function: ease-in-out}
    65% { transform: rotate(0.5deg); animation-timing-function: ease-in-out}
    70% { transform: rotate(0deg); animation-timing-function: ease-in-out}
    100% { transform: rotate(0deg); animation-timing-function: ease-in-out}
}

.pulse {
  animation-name: pulse;
}

.pulse:hover {
  animation: 0;
}

/**
 * PYLR custom
 */

.plyr__play-large {
	background: #ff5000 !important;
}

.plyr input[type='range']::-ms-fill-lower,
.plyr input[type='range']:active::-webkit-slider-thumb,
.plyr input[type='range']:active::-moz-range-thumb,
.plyr input[type='range']:active::-ms-thumb{
	background: #ff5000 !important;
}

.plyr--video .plyr__controls button.tab-focus:focus,
.plyr--video .plyr__controls button:hover {
  background: #5c6062 !important;
  color: #ffffff;
}

.plyr__progress--played,
.plyr__volume--display {
	color: #ff5000 !important;
}

.plyr input[type='range']:active::-webkit-slider-thumb {
  background: #5c6062;
  border-color: #ffffff;
  transform: scale(1.25);
}
.plyr input[type='range']:active::-moz-range-thumb {
  background: #5c6062;
  border-color: #ffffff;
  transform: scale(1.25);
}
.plyr input[type='range']:active::-ms-thumb {
  background: #5c6062;
  border-color: #ffffff;
  transform: scale(1.25);
}
