/* -----------------------------------
LESS FROM ANDREASK. (06/2016)
----------------------------------- */
/* -----------------------------------
CSS IMPORT
----------------------------------- */
@import url('yamm/yamm.custom.min.css');
@import url('animate.css');
@import 'https://fonts.googleapis.com/css?family=Oswald';
@import url('responsive.css');
@import url('glossar.css');
/* -----------------------------------
COLORS
----------------------------------- */
/* USE
background: @white url("@{base-url}bg-html.gif") left top repeat-x;
*/
/* -----------------------------------
MIXIN
----------------------------------- */
/* -----------------------------------
DEFAULT STYLES
----------------------------------- */
html,
body {
  height: 100%;
}
body {
  height: 100%;
  color: #333333;
  font-family: 'Arial', sans-serif;
  font-size: 1.6em;
  line-height: 22px;
}
a {cd /web  
  color: #515DB6;
  outline: 0;
  cursor: pointer;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:hover {
  color: #3B3B82;
  text-decoration: none;
}
a.linkMgTooltip {
  display: none;
}
.fw {
  display: inline-block;
  width: 100%;
}
.col33 {
  width: 33%;
}
.block {
  display: block;
}
.txtred {
  color: #ff0000;
}
hr {
  border-width: 1px 0;
  border-style: solid;
  border-color: #CCCCCC transparent #ffffff transparent;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.floatli li {
  display: inline-block;
}
.left {
  float: left;
}
.right {
  float: right;
}
.lalign {
  text-align: left;
}
.ralign {
  text-align: right;
}
.calign {
  text-align: center;
}
.upp {
  text-transform: uppercase;
}
.low {
  text-transform: lowercase;
}
.hideme,
.hidden {
  display: none!important;
}
img.img-responsive {
  width: 100%;
  height: auto;
}
.pad-tp-10 {
  padding-top: 10px;
}
.pad-bt-10 {
  padding-bottom: 10px;
}
.pad-tp-35 {
  padding-top: 35px;
}
.pad-bt-35 {
  padding-bottom: 35px;
}
.border-b {
  border-bottom: 1px solid rgba(204, 204, 204, 0.2);
}
.margin-b-20 {
  margin-bottom: 20px;
}
/* FOR STICKY HEADER */
.matosthe {
  margin-top: 122px;
}
.mabosthe {
  margin-bottom: 122px;
}
.bg-white {
  background: #FFFFFF;
}
.bg-lgrey {
  background: #e6e6e6;
}
.last-change {
  display: none;
}
.last-change p {
  font-style: italic;
  text-align: right;
  font-size: 0.8em;
  margin-top: 1em;
}
/* -----------------------------------
CLEANER
----------------------------------- */
.clearafter,
.clearFix,
.clear,
.clearfix {
  display: block;
  clear: both;
  padding: 0;
  margin: 0;
}
.clearafter:after,
.clearFix:after,
.clear:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
/* -----------------------------------
MAIN TEMPLATE
----------------------------------- */
.site-header {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.site-header .main-navi a.logo-small {
  display: none;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -570px;
  opacity: 0;
}
.site-header #clockmove {
  display: none;
  opacity: 0;
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -60px;
  padding: 4px 2px 0 2px;
  height: 30px;
  width: 100px;
}
.site-header.sticky {
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0px;
  z-index: 9999;
}
.site-header.sticky .logo {
  display: none;
}
.site-header.sticky .main-navi {
  margin-left: 6px;
}
.site-header.sticky .main-navi a.logo-small {
  display: block;
  -webkit-animation: fixing 2s;
  animation: fixing 2s;
  opacity: 1;
}
.site-header.sticky .main-navi a.logo-small img {
  max-height: 35px;
}
.site-header.sticky #clockmove {
  display: block;
  -webkit-animation: fixing 2s;
  animation: fixing 2s;
  opacity: 1;
}
.site-header.sticky #clockmove:before {
  font-family: 'FontAwesome';
  content: '\f017';
  font-size: 1.5em;
  position: absolute;
  top: 4px;
  left: 4px;
}
.head-items header .logo .site-logo a {
  display: block;
  margin: 1em 0;
}
.page-header {
  margin-top: 0px;
}
.parallax {
  height: 300px;
  max-height: 450px;
}
.utility-bar .breadcrumb {
  padding: 8px 0;
  margin-bottom: 10px;
  list-style: none;
  background-color: transparent;
  border: none;
}
.utility-bar .breadcrumb li + li:before {
  content: "";
  padding: 0 0 0 5px;
}
.utility-bar .breadcrumb li a {
  color: #808080;
}
#subnavi ul li {
  border-top: 1px solid #e6e6e6;
}
#subnavi ul li a {
  display: block;
  padding: 0.5em;
  color: #1a1a1a;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#subnavi ul li a.active,
#subnavi ul li a:hover {
  color: #FFFFFF;
  background: #515DB6;
}
#subnavi ul li.selected > a {
  color: #FFFFFF;
  background: #515DB6;
}
#subnavi ul ul {
  padding: 0;
}
#subnavi ul ul li a {
  padding: 0.5em 0 0.5em 1.5em;
  color: #1a1a1a;
}
#subnavi ul ul li a i {
  color: #b3b3b3;
  position: absolute;
  margin-left: -12px;
  margin-top: 8px;
  font-size: 0.5em;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#subnavi ul ul li a.active,
#subnavi ul ul li a:hover {
  color: #333333;
  background: #f2f2f2;
}
#subnavi ul ul li a.active i,
#subnavi ul ul li a:hover i {
  color: #f2f2f2;
}
#subnavi ul ul li.selected > a {
  color: #333333;
  background: #f2f2f2;
}
#subnavi ul ul li.selected > a i {
  color: #f2f2f2;
}
#subnavi ul ul ul {
  padding: 0;
}
#subnavi ul ul ul li a {
  padding: 0.5em 0 0.5em 2.5em;
}
#subnavi > ul > li:first-child {
  border-top: 0;
}
#subnavi #xtra_content > div {
  margin-top: 1em;
  border: 1px solid #ccc;
  background: rgba(204, 204, 204, 0.3);
  display: block!important;
}
.map-wrapper a {
  padding: 1em 0;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.45);
}
.map-wrapper #mapstage {
  height: 450px;
}
.map-wrapper #mapstage #map {
  width: 100%;
  height: 450px;
}
.site-footer {
  background: rgba(0, 0, 0, 0.35) url("../../img/custom/muster_1.png") left top no-repeat;
  background-size: 1900px 330px;
  font-size: 0.9em;
  color: #FFFFFF;
}
.site-footer.fixedfooter {
  position: fixed;
  bottom: 0;
  height: 65px;
  width: 100%;
}
.site-footer.fixedfooter.ffoff {
  position: relative;
}
.site-footer a {
  display: block;
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.site-footer a:hover {
  color: rgba(0, 0, 0, 0.85);
}
.site-footer .address-block i {
  float: left;
  margin: 5px 10px 0 0;
}
.site-footer .address-block span {
  display: inline-block;
}
.site-footer .fcopy p {
  font-size: 0.9em;
  padding: 10px 0;
  margin: 0;
}
.site-footer .flinks ul {
  font-size: 0.9em;
  padding: 10px 0;
  margin: 0;
  float: right;
}
.site-footer .flinks ul li a {
  text-decoration: none;
}
#back-to-top {
  position: fixed;
  z-index: 10001;
  right: 2em;
  bottom: 2em;
  display: inline-block;
  -webkit-transition: display 0.1s ease-in-out;
  transition: display 0.1s ease-in-out;
  background: rgba(255, 255, 255, 0.6);
  color: #515DB6;
  padding: 5px 10px;
}
#back-to-top:hover {
  background: #ffffff;
}
/* -----------------------------------
COOKIE
----------------------------------- */
#cookie-accept {
  background: rgba(0, 0, 0, 0.6);
}
/* -----------------------------------
FONTS FAMILY
----------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  display: inline-block;
}
h1,
.h1 {
  font-size: 30px;
}
h2,
.h2 {
  font-size: 28px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 22px;
}
h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 18px;
}
/* -----------------------------------
FONTS STYLE
----------------------------------- */
.site-footer .h4 {
  display: block;
  font-size: 1.6em;
  border-bottom: 1px solid rgba(204, 204, 204, 0.6);
  padding-bottom: 10px;
  margin: 10px 0 15px 0;
}
/* -----------------------------------
CONTENT STYLE
----------------------------------- */
.content-container {
  margin-top: -58px;
  margin-bottom: 60px;
  line-height: 28px;
}
.content .mt-2 > div:first-child {
  border-right: 1px solid #CCCCCC;
}
.content .ctpl {
  margin-bottom: 1.2em;
}
.content .colored-box {
  padding: 1em;
  background: rgba(204, 204, 204, 0.6);
  border: 1px solid rgba(204, 204, 204, 0.15);
}
.content .page-box-blue {
  background: rgba(81, 93, 182, 0.3);
  padding: 0.5em;
}
.content .page-box-gray {
  background: rgba(204, 204, 204, 0.3);
  padding: 0.5em;
}
.content .jumbotron {
  margin: 0;
  padding: 1em;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.content .content-segment img {
  padding: 3px;
  box-shadow: 0 0 3px #CCCCCC;
  border: 1px solid rgba(204, 204, 204, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.content .content-segment img:hover {
  border: 1px solid #cccccc;
}
.content .content-segment .news-item .news-date {
  color: #cccccc;
  margin-top: 1.5em;
}
.content .content-segment .news-item .news-date:first-child {
  margin-top: 0;
}
.content .content-segment .news-item .news-head a {
  color: #ff0000;
  font-size: 1.1em;
}
.content .content-segment .news-item .more-news {
  display: none;
}
.content .content-segment p a.googleplus,
.content .content-segment p a.linkedin,
.content .content-segment p a.xing {
  display: inline-block;
  text-align: center;
  height: 32px;
  width: 32px;
  font-size: 22px;
  line-height: 27px;
}
.content .content-segment p a.googleplus:before,
.content .content-segment p a.linkedin:before,
.content .content-segment p a.xing:before {
  margin-left: 5px;
}
.content .content-segment p a.googleplus:hover,
.content .content-segment p a.linkedin:hover,
.content .content-segment p a.xing:hover {
  text-decoration: none;
  color: #333333;
}
.content .content-segment p a.googleplus:before {
  font-family: 'FontAwesome';
  content: '\f0d5';
}
.content .content-segment p a.linkedin:before {
  font-family: 'FontAwesome';
  content: '\f0e1';
}
.content .content-segment p a.xing:before {
  font-family: 'FontAwesome';
  content: '\f168';
}
.content .content-segment ul {
  margin: 1.2em 0;
}
.content .content-segment ul li:before {
  font-family: 'FontAwesome';
  content: '\f0da';
  margin-right: 10px;
}
.content .content-segment #rootwizard * {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.content .content-segment #rootwizard ul {
  margin-right: 0;
  font-size: 0.9em;
}
.content .content-segment #rootwizard ul li {
  float: left;
  padding: 0;
  margin: 0;
}
.content .content-segment #rootwizard ul li:before {
  font-family: 'FontAwesome';
  content: '';
  margin-right: 0;
}
.content .content-segment #rootwizard ul li span {
  color: #3B3B82;
  padding: 0.3em 0.8em;
  margin: 0;
}
.content .content-segment #rootwizard ul li a {
  color: #3B3B82;
  padding: 0.3em 0.8em;
  margin: 0;
}
.content .content-segment #rootwizard ul li.active a {
  color: #FFFFFF;
  background: #515DB6;
}
.content .content-segment #rootwizard ul li.active span {
  color: #FFFFFF;
  background: #515DB6;
}
.content .content-segment #rootwizard .progress .progress-bar {
  background: #515DB6;
}
.content .content-segment #rootwizard .tab-content .wizard a {
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.content .content-segment #rootwizard .tab-content .wizard a.btn-primary {
  background: #515DB6;
  border-color: #515DB6;
}
.content .content-segment #rootwizard .tab-content .wizard .disabled a.btn-primary {
  background: #f7f7f7;
  color: #CCCCCC;
  border-color: #CCCCCC;
}
.content .content-segment #rootwizard .tab-content .wizard .disabled a.btn-primary:hover {
  border-color: #CCCCCC;
}
.content .content-segment #rootwizard .tab-content .lain-box.left {
  min-width: 100%;
}
.content .content-segment #rootwizard .tab-content .lain-box.left textarea {
  border-color: #CCCCCC;
  width: 100%;
  min-height: 180px;
}
/* Tabbing */
.content .nav-tabs li a {
  margin: 0 1px 0 0;
  border-color: #FFFFFF;
  border-width: 2px 0 0 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #515DB6;
  color: #FFFFFF !important;
  outline-width: 0 !important;
  text-decoration: none;
}
.content .nav-tabs li a:hover,
.content .nav-tabs li.active a,
.content .nav-tabs li.active a:hover {
  margin: 0;
  border-color: #515DB6;
  background-color: #FFFFFF;
  border-width: 2px 0 0 0;
  color: #515DB6 !important;
}
.content .tab-content {
  margin-bottom: 1.5em;
}
.content .tab-content .tab-pane {
  padding-top: 1em;
}
/* Acc Bootstrap Overwrite */
.panel-group {
  margin-bottom: 1.5em;
}
.panel-group .panel.panel-default {
  border-width: 0px;
  box-shadow: none;
}
.panel-group .panel.panel-default .panel-heading {
  padding: 0;
  margin: 0;
  border: 1px solid #bfbfbf;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #FFFFFF;
}
.panel-group .panel.panel-default .panel-heading h4 {
  padding: 0;
  margin: 0;
}
.panel-group .panel.panel-default .panel-heading h4 a {
  display: block;
  padding: 0.5em 1em;
  text-decoration: none!important;
  color: #515DB6;
}
.panel-group .panel.panel-default .panel-heading h4 a.collapsed {
  color: #333333;
}
.panel-group .panel.panel-default .panel-collapse .panel-body {
  padding: 1em;
  border-width: 0!important;
}
.panel.panel-primary {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-color: #515DB6;
}
.panel.panel-primary > .panel-heading {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #FFFFFF;
  background-color: #515DB6;
  border-color: #515DB6;
}
/* Image Galery */
.galleryCont a {
  display: inline-block;
  margin: 0 5px 5px 0;
  background: #000000;
}
.galleryCont a img {
  height: 120px;
  width: auto;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.galleryCont a span {
  position: absolute;
  z-index: 100;
  margin-left: -27px;
  margin-top: 5px;
}
.galleryCont a span i {
  color: #FFFFFF;
  text-shadow: 0 1px #000;
  opacity: 0.5;
  font-size: 1.6em;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.galleryCont a:hover img {
  opacity: 0.6;
}
.galleryCont a:hover span i {
  opacity: 1;
}
a.fancybox {
  display: block;
  margin: 5px 10px 5px 0;
  background: #000000;
  float: left;
}
a.fancybox img {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  margin: 0!important;
  float: none!important;
}
a.fancybox span {
  position: absolute;
  z-index: 100;
  margin-left: 5px;
  margin-top: -30px;
}
a.fancybox span i {
  color: #FFFFFF;
  text-shadow: 0 1px #000000;
  opacity: 0.5;
  font-size: 1.6em;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
a.fancybox:hover img {
  opacity: 0.6;
}
a.fancybox:hover span i {
  opacity: 1;
}
/* QUESTIONIARY */
.rus-layer-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  min-height: 300px;
  background: rgba(255, 255, 255, 0.6);
}
.rus-layer-wrapper .rus-layer {
  padding: 1em;
  background: #FFFFFF;
  width: 300px;
  height: 200px;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -100px;
  position: absolute;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
.clockdiv {
  display: inline-block;
  font-weight: bold;
  font-size: 1.4em;
  color: #3B3B82;
  float: right;
  width: 65px;
}
.alert.alert-question {
  background: #FFFFFF;
  border: 1px solid rgba(204, 204, 204, 0.2);
}
table.table-bordered tr.notice-tr td {
  background: rgba(255, 95, 95, 0.3);
}
table.notice-txt td {
  background: rgba(255, 95, 95, 0.3);
  color: #444;
  font-weight: bold;
}
/* -----------------------------------
CONTENT STYLE
----------------------------------- */
.btn.left {
  margin-right: 1px;
}
.btn.right {
  margin-right: 1px;
}
.btn-primary {
  color: #FFFFFF;
  background-color: #515DB6;
  border-color: #515DB6;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn-primary:hover {
  background-color: #4652a7;
  border-color: #4652a7;
}
.btn-default {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
form .form-group {
  clear: both;
}
form .input-full input,
form .input-full textarea {
  width: 100%;
}
form input[type=text],
form input[type=number],
form input[type=password],
form input[type=email],
form textarea {
  padding: 3px 5px;
  margin-bottom: 3px;
  border-color: #e6e6e6;
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
form input[type=text]:focus,
form input[type=number]:focus,
form input[type=password]:focus,
form input[type=email]:focus,
form textarea:focus {
  border-color: #729FDD;
}
form input.captcha {
  width: 45%;
}
