* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}

.mb-xs-1 {
	margin-bottom: 1rem;
}
.mb-xs-2 {
	margin-bottom: 2rem;
}
.mb-xs-3 {
	margin-bottom: 3rem;
}
.mb-xs-4 {
	margin-bottom: 4rem;
}
.mb-xs-5 {
	margin-bottom: 5rem;
}
.mb-xs-6 {
	margin-bottom: 6rem;
}
.mb-xs-7 {
	margin-bottom: 7rem;
}
.mb-xs-8 {
	margin-bottom: 8rem;
}
.mb-xs-9 {
	margin-bottom: 9rem;
}
.mb-xs-10 {
	margin-bottom: 10rem;
}
.mb-xs-11 {
	margin-bottom: 11rem;
}
.mb-xs-12 {
	margin-bottom: 12rem;
}
.mb-xs-13 {
	margin-bottom: 13rem;
}
.mb-xs-14 {
	margin-bottom: 14rem;
}
.mb-xs-15 {
	margin-bottom: 15rem;
}
.mb-xs-16 {
	margin-bottom: 16rem;
}
.mb-xs-17 {
	margin-bottom: 17rem;
}
.mb-xs-18 {
	margin-bottom: 18rem;
}
.mb-xs-19 {
	margin-bottom: 19rem;
}
.mb-xs-20 {
	margin-bottom: 20rem;
}
@media screen and (min-width: 768px){
	.mb-sm-0 {
		margin-bottom: 0rem;
	}
	.mb-sm-1 {
		margin-bottom: 1rem;
	}
	.mb-sm-2 {
		margin-bottom: 2rem;
	}
	.mb-sm-3 {
		margin-bottom: 3rem;
	}
	.mb-sm-4 {
		margin-bottom: 4rem;
	}
	.mb-sm-5 {
		margin-bottom: 5rem;
	}
	.mb-sm-6 {
		margin-bottom: 5rem;
	}
	.mb-sm-7 {
		margin-bottom: 7rem;
	}
	.mb-sm-8 {
		margin-bottom: 8rem;
	}
	.mb-sm-9 {
		margin-bottom: 9rem;
	}
	.mb-sm-10 {
		margin-bottom: 10rem;
	}
	.mb-sm-11 {
		margin-bottom: 11rem;
	}
	.mb-sm-12 {
		margin-bottom: 12rem;
	}
	.mb-sm-13 {
		margin-bottom: 13rem;
	}
	.mb-sm-14 {
		margin-bottom: 14rem;
	}
	.mb-sm-15 {
		margin-bottom: 15rem;
	}
	.mb-sm-16 {
		margin-bottom: 16rem;
	}
	.mb-sm-17 {
		margin-bottom: 17rem;
	}
	.mb-sm-18 {
		margin-bottom: 18rem;
	}
	.mb-sm-19 {
		margin-bottom: 19rem;
	}
	.mb-sm-20 {
		margin-bottom: 20rem;
	}		
}
@media screen and (min-width: 992px){
	.mb-md-0 {
		margin-bottom: 0rem;
	}
	.mb-md-1 {
		margin-bottom: 1rem;
	}
	.mb-md-3 {
		margin-bottom: 3rem;
	}
	.mb-md-2 {
		margin-bottom: 2rem;
	}
	.mb-md-4 {
		margin-bottom: 4rem;
	}
	.mb-md-5 {
		margin-bottom: 5rem;
	}
	.mb-md-6 {
		margin-bottom: 6rem;
	}
	.mb-md-7 {
		margin-bottom: 7rem;
	}
	.mb-md-8 {
		margin-bottom: 8rem;
	}
	.mb-md-9 {
		margin-bottom: 9rem;
	}
	.mb-md-10 {
		margin-bottom: 10rem;
	}
	.mb-md-11 {
		margin-bottom: 11rem;
	}
	.mb-md-12 {
		margin-bottom: 12rem;
	}
	.mb-md-13 {
		margin-bottom: 13rem;
	}
	.mb-md-14 {
		margin-bottom: 14rem;
	}
	.mb-md-15 {
		margin-bottom: 15rem;
	}
	.mb-md-16 {
		margin-bottom: 16rem;
	}
	.mb-md-17 {
		margin-bottom: 17rem;
	}
	.mb-md-18 {
		margin-bottom: 18rem;
	}
	.mb-md-19 {
		margin-bottom: 19rem;
	}
	.mb-md-20 {
		margin-bottom: 20rem;
	}		
}
@media screen and (min-width: 1200px){
	.mb-lg-0 {
		margin-bottom: 0rem;
	}
	.mb-lg-1 {
		margin-bottom: 1rem;
	}
	.mb-lg-2 {
		margin-bottom: 2rem;
	}
	.mb-lg-3 {
		margin-bottom: 3rem;
	}
	.mb-lg-4 {
		margin-bottom: 4rem;
	}
	.mb-lg-5 {
		margin-bottom: 4rem;
	}
	.mb-lg-6 {
		margin-bottom: 6rem;
	}
	.mb-lg-7 {
		margin-bottom: 7rem;
	}	
	.mb-lg-8 {
		margin-bottom: 8rem;
	}
	.mb-lg-9 {
		margin-bottom: 9rem;
	}
	.mb-lg-10 {
		margin-bottom: 10rem;
	}
	.mb-lg-11 {
		margin-bottom: 11rem;
	}
	.mb-lg-12 {
		margin-bottom: 12rem;
	}
	.mb-lg-13 {
		margin-bottom: 13rem;
	}
	.mb-lg-14 {
		margin-bottom: 14rem;
	}
	.mb-lg-15 {
		margin-bottom: 15rem;
	}
	.mb-lg-16 {
		margin-bottom: 16rem;
	}
	.mb-lg-17 {
		margin-bottom: 17rem;
	}
	.mb-lg-18 {
		margin-bottom: 18rem;
	}
	.mb-lg-19 {
		margin-bottom: 19rem;
	}
	.mb-lg-20 {
		margin-bottom: 20rem;
	}	
}



#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
@charset "UTF-8";
.contao-cookiebar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  padding: 15px;
  max-height: 100vh;
  box-sizing: border-box;
  pointer-events: none;
  overflow: hidden; }
  .contao-cookiebar * {
    box-sizing: border-box; }
  .contao-cookiebar:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .contao-cookiebar .cc-inner {
    display: inline-block;
    overflow-y: auto;
    max-height: 100%;
    max-width: 100%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    font-size: 1rem;
    text-align: left; }
  .contao-cookiebar.cc-top .cc-inner {
    vertical-align: top; }
  .contao-cookiebar.cc-top.cc-active .cc-inner {
    animation: cookiebar-top-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-top.cc-saved .cc-inner {
    animation: cookiebar-top-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-bottom .cc-inner {
    vertical-align: bottom; }
  .contao-cookiebar.cc-bottom.cc-active .cc-inner {
    animation: cookiebar-bottom-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-bottom.cc-saved .cc-inner {
    animation: cookiebar-bottom-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-middle .cc-inner {
    vertical-align: middle; }
  .contao-cookiebar.cc-middle.cc-active .cc-inner {
    animation: cookiebar-middle-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-middle.cc-saved .cc-inner {
    animation: cookiebar-middle-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-left {
    text-align: left; }
  .contao-cookiebar.cc-right {
    text-align: right; }
  .contao-cookiebar .cc-head h1:first-child, .contao-cookiebar .cc-head h2:first-child, .contao-cookiebar .cc-head h3:first-child, .contao-cookiebar .cc-head h4:first-child, .contao-cookiebar .cc-head h5:first-child, .contao-cookiebar .cc-head h6:first-child {
    margin-top: 0; }
  .contao-cookiebar .cc-head p {
    margin-bottom: 15px; }
  .contao-cookiebar .cc-btn {
    display: inline-block;
    cursor: pointer;
    width: 100%;
    padding: 8px 14px;
    margin-bottom: 8px;
    font-size: 15px;
    outline: 0 none;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    color: #444;
    background: #f5f5f5; }
    .contao-cookiebar .cc-btn:hover {
      background: #ececec; }
    .contao-cookiebar .cc-btn:last-child {
      margin-bottom: 0; }
  .contao-cookiebar .grayscale .cc-btn {
    background: #f1efef; }
    .contao-cookiebar .grayscale .cc-btn:hover {
      background: #ececec; }
    .contao-cookiebar .grayscale .cc-btn.success {
      background: #fbfbfb; }
      .contao-cookiebar .grayscale .cc-btn.success:hover {
        background: #f7f7f7; }
  .contao-cookiebar .highlight .cc-btn.success {
    background: #4e9e3e;
    border-color: #3e7830;
    color: #fff; }
    .contao-cookiebar .highlight .cc-btn.success:hover {
      background: #4c933f; }
  .contao-cookiebar label {
    position: relative;
    display: block;
    padding: 8px 13px 8px 0;
    line-height: 1.2rem; }
    .contao-cookiebar label.group {
      font-weight: 600; }
  .contao-cookiebar input {
    position: absolute;
    width: 1px;
    height: 1px;
    outline: 0 none;
    opacity: 0; }
    .contao-cookiebar input + label {
      padding: 8px 13px 8px 50px;
      cursor: pointer; }
      .contao-cookiebar input + label:before {
        content: '';
        position: absolute;
        top: 6px;
        left: 0;
        width: 35px;
        height: 18px;
        margin: 0;
        box-sizing: content-box;
        border-radius: 10px;
        background: #fff;
        border: 2px solid #9c9b99;
        transition: border-color .2s; }
      .contao-cookiebar input + label:after {
        display: block;
        content: '';
        position: absolute;
        top: 10px;
        left: 4px;
        width: 14px;
        height: 14px;
        border-radius: 10px;
        background: #9c9b99;
        transition: background .2s, margin-left .2s, padding .2s; }
      .contao-cookiebar input + label:active:after {
        padding-left: 5px; }
    .contao-cookiebar input.cc-group-half + label:after {
      background: linear-gradient(to right, #9c9b99 0%, #9c9b99 50%, #399d32 50%, #399d32 100%); }
    .contao-cookiebar input:checked + label:after {
      background: #399d32;
      margin-left: 17px; }
    .contao-cookiebar input:checked + label:active:after {
      margin-left: 12px; }
    .contao-cookiebar input:checked + label:before {
      background: #dcf3db;
      border-color: #399d32; }
    .contao-cookiebar input:disabled + label {
      pointer-events: none; }
      .contao-cookiebar input:disabled + label:after {
        background: #c8c7c5; }
      .contao-cookiebar input:disabled + label:before {
        background: #f4f4f4;
        border-color: #c8c7c5; }
  .contao-cookiebar.cc-active .cc-inner {
    opacity: 1;
    pointer-events: auto;
    visibility: visible; }
  .contao-cookiebar.cc-active.cc-blocked {
    pointer-events: auto;
    animation: cookiebar-overlay-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-saved.cc-inner {
    opacity: 0;
    pointer-events: none;
    visibility: hidden; }
  .contao-cookiebar.cc-saved.cc-blocked {
    pointer-events: none;
    animation: cookiebar-overlay-out 0.5s ease-in-out forwards; }

@media (min-width: 768px) {
  .contao-cookiebar .cc-btn {
    width: auto;
    margin-bottom: 0; }
  .contao-cookiebar .cc-inner {
    max-width: 750px; } }

@keyframes cookiebar-overlay-in {
  0% {
    background: rgba(0, 0, 0, 0); }
  100% {
    background: rgba(0, 0, 0, 0.75); } }

@keyframes cookiebar-overlay-out {
  0% {
    background: rgba(0, 0, 0, 0.75); }
  100% {
    background: rgba(0, 0, 0, 0);
    visibility: hidden; } }

@keyframes cookiebar-top-in {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes cookiebar-top-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%); } }

@keyframes cookiebar-middle-in {
  0% {
    opacity: 0;
    transform: scale(0); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes cookiebar-middle-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: scale(1); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: scale(0); } }

@keyframes cookiebar-bottom-in {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes cookiebar-bottom-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%); } }

.contao-cookiebar {
  color: #444444; }
  .contao-cookiebar p {
    color: #868686;
    line-height: 1.4; }
  .contao-cookiebar .cc-inner {
    padding: 25px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    background: #fff; }
  .contao-cookiebar .cc-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    position: relative;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    margin-bottom: 10px; }
    .contao-cookiebar .cc-group > label {
      flex-grow: 1;
      margin: 5px 0 5px 10px; }
    .contao-cookiebar .cc-group .cc-detail-btn {
      border: 0 none;
      outline: 0 none;
      background: transparent;
      font-size: 13px;
      letter-spacing: 0;
      text-transform: initial;
      cursor: pointer;
      color: #a2a2a2;
      padding: 8px 10px;
      line-height: 1.2rem; }
      .contao-cookiebar .cc-group .cc-detail-btn span:nth-child(2) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn.cc-active span:nth-child(1) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn.cc-active span:nth-child(2) {
        display: inline; }
      .contao-cookiebar .cc-group .cc-detail-btn:hover {
        color: #717171; }
    .contao-cookiebar .cc-group .cc-detail-btn-details {
      display: inline-block;
      border: 0 none;
      outline: 0 none;
      background: transparent;
      font-size: 13px;
      letter-spacing: 0;
      text-transform: initial;
      cursor: pointer;
      color: #a2a2a2;
      text-decoration: underline;
      padding: 0;
      margin: 0 0 10px; }
      .contao-cookiebar .cc-group .cc-detail-btn-details span:nth-child(2) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn-details.cc-active span:nth-child(1) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn-details.cc-active span:nth-child(2) {
        display: inline; }
      .contao-cookiebar .cc-group .cc-detail-btn-details:hover {
        color: #717171; }
  .contao-cookiebar .cc-cookies {
    display: none;
    width: 100%;
    background: #fbfbfb;
    border-radius: 0 0 5px 5px; }
    .contao-cookiebar .cc-cookies > p {
      font-size: 0.875rem; }
    .contao-cookiebar .cc-cookies > p, .contao-cookiebar .cc-cookies > .cc-cookie {
      margin: 0;
      padding: 15px;
      border-top: 1px solid #e6e6e6; }
    .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info {
      font-size: 0.875rem;
      background: #fff;
      padding: 10px;
      border-radius: 5px;
      border: 1px solid #efefef; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info > div > span {
        font-weight: 600; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info > div + div {
        margin-top: 5px; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info + button.cc-detail-btn-details {
        margin-top: 15px; }
    .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-desc > p {
      margin-bottom: 0; }
    .contao-cookiebar .cc-cookies .cc-cookie label.cookie + p, .contao-cookiebar .cc-cookies .cc-cookie label.cookie + .cc-cookie-info, .contao-cookiebar .cc-cookies .cc-cookie label.cookie + button.cc-detail-btn-details {
      margin-top: 10px; }
    .contao-cookiebar .cc-cookies .cc-cookie p {
      margin: 0 0 15px;
      font-size: 0.875rem; }
  .contao-cookiebar .cc-footer, .contao-cookiebar .cc-info {
    text-align: center; }
  .contao-cookiebar .cc-info {
    margin-top: 15px; }
    .contao-cookiebar .cc-info > p {
      font-size: 0.875rem; }
    .contao-cookiebar .cc-info > a {
      display: inline-block;
      font-size: 0.813rem;
      color: #a2a2a2;
      text-decoration: none; }
      .contao-cookiebar .cc-info > a:hover {
        color: #717171; }
      .contao-cookiebar .cc-info > a + a:before {
        display: inline-block;
        content: '·';
        margin-right: 5px; }

.mobile_menu{position:fixed;z-index:100;display:none}.mobile_menu .inner{height:100%;background:#000;overflow-y:scroll}.mobile_menu.active.position_left{box-shadow:2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_top{box-shadow:0 2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_right{box-shadow:-2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_bottom{box-shadow:0 -2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.no_shadow{box-shadow:none!important}.mobile_menu_trigger{display:none}.mobile_menu_wrapper{position:relative;width:100%;overflow:hidden}.mobile_menu_overlay{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:99}.mobile_menu_overlay.background{background:rgba(0,0,0,.5)}.mobile_menu li.submenu_hide>ul{display:none}.mobile_menu li.submenu_show>ul{display:block}body.ie8 .mobile_menu,body.ie8 .mobile_menu_trigger,body.ie9 .mobile_menu,body.ie9 .mobile_menu_trigger{display:none!important}
@charset "UTF-8"; /*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

.vf_frontpage_text {
  padding: 0 !important;
}

.vf_frontpage_text > h1 > a{
  color: #2E7F96;
  font-weight: normal;
}

.vf_frontpage_text > h1{
  padding-bottom: 45px;
  border-bottom: 1px solid #2E7F96;
  margin-bottom: 45px;
}
.vf_frontpage_text > p{
  font-size: 25px;
  line-height: 35px;
}

@media screen and (max-width: 500px) {
  .vf_frontpage_text > h1 > a{
    font-size: 22px;
  }
  .vf_frontpage_text > h1{
    padding-right: 200px;
    padding-bottom: 15px;
    line-height: 50px;
  }
  
  #home_lead .rs-column.-medium-col-2-1 {
      width: 80% !important;
  }
  .vf_frontpage_text > p{
  font-size: 16px;
  line-height: 24px;
}
  
}

@media screen and (max-width: 850px) and (min-width: 501px) {
  #home_lead .rs-column.-medium-col-2-1 {
      width: 100%;
  }
}

@media screen and (max-width: 1000px) and (min-width: 851px) {
  #home_lead .rs-column.-medium-col-2-1 {
      width: 80%;
  }
}

#home_lead .rs-columns {
  justify-content: center;
  align-items: center;
}

#home_lead .-large-col-3-1 {
    width: 0!important;
}

figcaption,
figure,
main {
    display: block;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: inherit;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
audio,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    display: inline-block;
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details,
menu {
    display: block;
}
summary {
    display: list-item;
}
canvas {
    display: inline-block;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
@font-face {
    font-family: bbold;
    src: url(../../files/assets/fonts/bbold.woff) format("woff");
}
@font-face {
    font-family: bbolditalic;
    src: url(../../files/assets/fonts/bbolditalic.woff) format("woff");
}
@font-face {
    font-family: bold;
    src: url(../../files/assets/fonts/bold.woff) format("woff");
}
@font-face {
    font-family: bolditalic;
    src: url(../../files/assets/fonts/bolditalic.woff) format("woff");
}
@font-face {
    font-family: italic;
    src: url(../../files/assets/fonts/italic.woff) format("woff");
}
@font-face {
    font-family: light;
    src: url(../../files/assets/fonts/light.woff) format("woff");
}
@font-face {
    font-family: regular;
    src: url(../../files/assets/fonts/regular.woff) format("woff");
}
@font-face {
    font-family: semibold;
    src: url(../../files/assets/fonts/semibold.woff) format("woff");
}
body,
html {
    height: 100%;
}
#wrapper {
    min-height: 100%;
    position: relative;
}
*,
::after,
::before {
    box-sizing: border-box;
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    color: #43545e;
    font-family: light, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
}
a {
    color: #43545e;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
a:hover {
    color: #2e7f96;
}
figure img {
    display: block;
}
img {
    display: block;
}
.invisible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.clearfix::after,
.wrapper::after,
section::after {
    content: "";
    display: block;
    clear: both;
}
@media only screen and (max-width: 47.9375rem) {
    #wrapper {
        padding: 0 1.25rem 1.25rem 1.25rem;
    }
    body {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 22px;
        line-height: 1.375rem;
    }
}
@media only screen and (min-width: 48rem) {
    #wrapper {
        padding: 0 2.8125rem 2.8125rem 2.8125rem;
    }
}
.row .row {
    margin: 0;
}
.box-height .ce {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
}
.gridbox-grey.row .row {
    background-color: rgba(160, 162, 157, 0.15);
}
.box-default {
    padding: 0 !important;
}
@media only screen and (max-width: 47.9375rem) {
    .mod_article {
        padding-top: 20px;
        padding-top: 1.25rem;
        padding-bottom: 20px;
        padding-bottom: 1.25rem;
    }
    .mod_article .teaser-boxes {
        padding-right: 20px;
        padding-right: 1.25rem;
        padding-left: 20px;
        padding-left: 1.25rem;
    }
}
@media only screen and (min-width: 48rem) {
    .mod_article {
        padding-top: 50px;
        padding-top: 3.125rem;
        padding-right: 25px;
        padding-right: 1.5625rem;
        padding-bottom: 50px;
        padding-bottom: 3.125rem;
        padding-left: 25px;
        padding-left: 1.5625rem;
    }
}
.mod_article,
.rs-columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.mod_article {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.rs-columns {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: -0.25rem;
    margin-left: -0.25rem;
}
.rs-column {
    width: 100%;
    padding: 0.25rem;
}
.rs-column.-large-first-row {
    margin-top: 0;
}
.rs-column.-large-col-1-1 {
    width: 100%;
}
.rs-column.-large-col-2-1 {
    width: 50%;
}
.rs-column.-large-col-2-2 {
    width: 100%;
}
.rs-column.-large-col-3-1 {
    width: 33.333333%;
}
.rs-column.-large-col-3-2 {
    width: 66.666666%;
}
.rs-column.-large-col-3-3 {
    width: 100%;
}
.rs-column.-large-col-4-1 {
    width: 25%;
}
.rs-column.-large-col-4-2 {
    width: 50%;
}
.rs-column.-large-col-4-3 {
    width: 75%;
}
.rs-column.-large-col-4-4 {
    width: 100%;
}
.rs-column.-large-col-5-1 {
    width: 20%;
}
.rs-column.-large-col-5-2 {
    width: 40%;
}
.rs-column.-large-col-5-3 {
    width: 60%;
}
.rs-column.-large-col-5-4 {
    width: 80%;
}
.rs-column.-large-col-5-5 {
    width: 100%;
}
.rs-column.-large-col-6-1 {
    width: 16.666666%;
}
.rs-column.-large-col-6-2 {
    width: 33.333333%;
}
.rs-column.-large-col-6-3 {
    width: 50%;
}
.rs-column.-large-col-6-4 {
    width: 66.666666%;
}
.rs-column.-large-col-6-5 {
    width: 83.333333%;
}
.rs-column.-large-col-6-6 {
    width: 100%;
}
@media screen and (max-width: 62rem) {
    .rs-column.-medium-col-1-1 {
        width: 100%;
    }
    .rs-column.-medium-col-2-1 {
        width: 50%;
    }
    .rs-column.-medium-col-2-2 {
        width: 100%;
    }
    .rs-column.-medium-col-3-1 {
        width: 33.333333%;
    }
    .rs-column.-medium-col-3-2 {
        width: 66.666666%;
    }
    .rs-column.-medium-col-3-3 {
        width: 100%;
    }
    .rs-column.-medium-col-4-1 {
        width: 25%;
    }
    .rs-column.-medium-col-4-2 {
        width: 50%;
    }
    .rs-column.-medium-col-4-3 {
        width: 75%;
    }
    .rs-column.-medium-col-4-4 {
        width: 100%;
    }
    .rs-column.-medium-col-5-1 {
        width: 20%;
    }
    .rs-column.-medium-col-5-2 {
        width: 38.8%;
    }
    .rs-column.-medium-col-5-3 {
        width: 60%;
    }
    .rs-column.-medium-col-5-4 {
        width: 80%;
    }
    .rs-column.-medium-col-5-5 {
        width: 100%;
    }
    .rs-column.-medium-col-6-1 {
        width: 16.666666%;
    }
    .rs-column.-medium-col-6-2 {
        width: 33.333333%;
    }
    .rs-column.-medium-col-6-3 {
        width: 50%;
    }
    .rs-column.-medium-col-6-4 {
        width: 66.666666%;
    }
    .rs-column.-medium-col-6-5 {
        width: 83.333333%;
    }
    .rs-column.-medium-col-6-6 {
        width: 100%;
    }
}
@media screen and (max-width: 48rem) {
    .rs-columns {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .rs-column.-small-col-1-1 {
        width: 100%;
    }
    .rs-column.-small-col-2-1 {
        width: 50%;
    }
    .rs-column.-small-col-2-2 {
        width: 100%;
    }
    .rs-column.-small-col-3-1 {
        width: 33.333333%;
    }
    .rs-column.-small-col-3-2 {
        width: 66.666666%;
    }
    .rs-column.-small-col-3-3 {
        width: 100%;
    }
    .rs-column.-small-col-4-1 {
        width: 25%;
    }
    .rs-column.-small-col-4-2 {
        width: 50%;
    }
    .rs-column.-small-col-4-3 {
        width: 75%;
    }
    .rs-column.-small-col-4-4 {
        width: 100%;
    }
    .rs-column.-small-col-5-1 {
        width: 20%;
    }
    .rs-column.-small-col-5-2 {
        width: 40%;
    }
    .rs-column.-small-col-5-3 {
        width: 60%;
    }
    .rs-column.-small-col-5-4 {
        width: 80%;
    }
    .rs-column.-small-col-5-5 {
        width: 100%;
    }
    .rs-column.-small-col-6-1 {
        width: 16.666666%;
    }
    .rs-column.-small-col-6-2 {
        width: 16.666666%;
    }
    .rs-column.-small-col-6-3 {
        width: 50%;
    }
    .rs-column.-small-col-6-4 {
        width: 66.666666%;
    }
    .rs-column.-small-col-6-5 {
        width: 83.333333%;
    }
    .rs-column.-small-col-6-6 {
        width: 100%;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
}
.row {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.25rem;
    margin-left: -0.25rem;
}
.row.reverse {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}
.col.reverse {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
}
.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 0.25rem;
}
.col-xs {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
}
.col-xs-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
}
.col-xs-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
}
.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}
.col-xs-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
}
.col-xs-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
}
.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}
.col-xs-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
}
.col-xs-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
}
.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}
.col-xs-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
}
.col-xs-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
}
.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
.col-xs-offset-1 {
    margin-left: 8.333%;
}
.col-xs-offset-2 {
    margin-left: 16.667%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-4 {
    margin-left: 33.333%;
}
.col-xs-offset-5 {
    margin-left: 41.667%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-7 {
    margin-left: 58.333%;
}
.col-xs-offset-8 {
    margin-left: 66.667%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-10 {
    margin-left: 83.333%;
}
.col-xs-offset-11 {
    margin-left: 91.667%;
}
.start-xs {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
}
.center-xs {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
}
.end-xs {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
}
.top-xs {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}
.middle-xs {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}
.bottom-xs {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
}
.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.between-xs {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.first-xs {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
}
.last-xs {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}
@media only screen and (min-width: 48rem) {
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding: 0.25rem;
    }
    .col-sm {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .col-sm-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }
    .col-sm-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%;
    }
    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }
    .col-sm-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }
    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }
    .col-sm-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }
    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }
    .col-sm-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }
    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-sm-offset-1 {
        margin-left: 8.333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.667%;
    }
    .start-sm {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }
    .center-sm {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center;
    }
    .end-sm {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end;
    }
    .top-sm {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }
    .middle-sm {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .bottom-sm {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
    }
    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .between-sm {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    .first-sm {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .last-sm {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}
@media only screen and (min-width: 62rem) {
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding: 0.25rem;
    }
    .col-md {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .col-md-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }
    .col-md-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%;
    }
    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }
    .col-md-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }
    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }
    .col-md-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }
    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }
    .col-md-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }
    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-md-offset-1 {
        margin-left: 8.333%;
    }
    .col-md-offset-2 {
        margin-left: 16.667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.333%;
    }
    .col-md-offset-5 {
        margin-left: 41.667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.333%;
    }
    .col-md-offset-8 {
        margin-left: 66.667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.333%;
    }
    .col-md-offset-11 {
        margin-left: 91.667%;
    }
    .start-md {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }
    .center-md {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center;
    }
    .end-md {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end;
    }
    .top-md {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }
    .middle-md {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .bottom-md {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
    }
    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .between-md {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    .first-md {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .last-md {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}
@media only screen and (min-width: 81.25rem) {
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding: 0.25rem;
    }
    .col-lg {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .col-lg-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }
    .col-lg-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%;
    }
    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }
    .col-lg-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }
    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }
    .col-lg-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }
    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }
    .col-lg-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }
    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-lg-offset-1 {
        margin-left: 8.333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.667%;
    }
    .start-lg {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }
    .center-lg {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center;
    }
    .end-lg {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end;
    }
    .top-lg {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }
    .middle-lg {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .bottom-lg {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
    }
    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .between-lg {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    .first-lg {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .last-lg {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}
.header-wrapper {
    background-color: rgba(160, 162, 157, 0.15);
}
.home .header-wrapper {
    background-color: #43545e;
}
.ie .trigger-item.header-item {
    z-index: inherit;
}
.trigger {
    z-index: 9999;
    position: fixed;
}
.custom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
}
header .inside {
    position: relative;
    max-width: 81.25rem;
    margin: 0 auto;
}
.header-item.trigger-item {
    z-index: 101;
}
.mod_changelanguage {
    position: relative;
    z-index: 99;
    line-height: 22px;
    line-height: 1.375rem;
    max-width: 120px;
}
.mod_changelanguage ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.mod_changelanguage li.first {

}
.mod_changelanguage li > * {
    padding: 1em;
    display: inline-block;
}
.mod_changelanguage a {
    color: #43545e;
}
.home .mod_changelanguage a {
    color: #fff;
}
.mod_changelanguage .active {
    color: #c4d069;
    font-family: regular, sans-serif;
}
#mobile-menu-3-trigger {
    cursor: pointer;
    z-index: 9999;
}
.mod_mobile_menu {
    position: absolute;
    top: 0;
    right: 0;
}
.trigger {
    position: absolute;
}
.mobile_menu_active .trigger {
    position: fixed;
}
.trigger .item {
    position: absolute;
    width: 100%;
    height: 0.125rem;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-color: #43545e;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.home .trigger .item {
    background-color: #fff;
}
.mobile_menu_trigger {
    display: inherit !important;
}
.mobile_menu_trigger.active .item {
    background-color: #43545e;
}
.mobile_menu_trigger.active .item.center {
    width: 0;
}
@media only screen and (max-width: 47.9375rem) {
    header {
        height: 100px;
        height: 6.25rem;
    }
    .header-wrapper {
        min-height: 270px;
        min-height: 12rem;
    }
    .trigger {
        width: 1.25rem;
        height: 0.875rem;
    }
    .trigger .item.center {
        top: 6px;
    }
    .trigger .item.bottom {
        top: 12px;
    }
    .custom {
        min-height: 250px;
        min-height: 10.625rem;
    }
    .mobile_menu_trigger.active .item.top {
        -webkit-transform: rotate(-45deg) translate(-5px, 3px);
        transform: rotate(-45deg) translate(-5px, 3px);
    }
    .mobile_menu_trigger.active .item.bottom {
        -webkit-transform: rotate(45deg) translate(-5px, -4px);
        transform: rotate(45deg) translate(-5px, -4px);
    }
    .custom {
        padding: 18px;
        padding: 1.125rem;
    }
    header {
        padding-top: 18px;
        padding-top: 1.125rem;
        padding-right: 18px;
        padding-right: 1.125rem;
        padding-left: 18px;
        padding-left: 1.125rem;
    }
    .header-item.trigger-item {
        position: absolute;
        top: 0;
        top: 0rem;
        right: 35px;
        right: 2.25rem;
    }
    .mod_changelanguage {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 12px;
        line-height: 0.75rem;
    }
}
@media only screen and (min-width: 48rem) {
    .header-wrapper {
        min-height: 360px;
        min-height: 22.875rem;
    }
    .custom {
        min-height: 250px;
        min-height: 15.75rem;
    }
    .trigger {
        width: 2.25rem;
        height: 1.5rem;
    }
    .trigger .item.center {
        top: 11px;
    }
    .trigger .item.bottom {
        top: 22px;
    }
    .mobile_menu_trigger.active .item.top {
        -webkit-transform: rotate(-45deg) translate(-9px, 7px);
        transform: rotate(-45deg) translate(-9px, 7px);
    }
    .mobile_menu_trigger.active .item.bottom {
        -webkit-transform: rotate(45deg) translate(-8px, -7px);
        transform: rotate(45deg) translate(-8px, -7px);
    }
    header {
        height: 130px;
        height: 8.125rem;
        padding-top: 50px;
        padding-top: 3.125rem;
        padding-right: 50px;
        padding-right: 3.125rem;
        padding-left: 50px;
        padding-left: 3.125rem;
        height: 130px;
        height: 8.125rem;
    }
    .mod_changelanguage {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 16px;
        line-height: 1rem;
    }
    .logo-item {
        width: 100%;
        margin: 0 auto;
    }
    .trigger-item {
        position: absolute;
        top: 0;
        top: 0rem;
        right: 30px;
        right: 1.875rem;
        width: 72px;
        width: 4.5rem;
    }
}
footer {
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    max-width: calc(81.25rem + 100px);
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 13px;
    font-size: 0.8125rem;
}
footer .inside {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    background-color: #43545e;
}
footer a {
    color: #fff;
    line-height: 32px;
    line-height: 2rem;
}
footer li strong.active {
    color: #fff;
}
footer address {
    margin-top: 20px;
    margin-top: 1.25rem;
    font-style: normal;
    color: #a0a29d;
    line-height: 18px;
    line-height: 1.125rem;
}
footer address a {
    color: #a0a29d;
    line-height: 18px;
    line-height: 1.125rem;
}
.footer-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.footer-inner-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.footer-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.footer-top .footer-left {
    -webkit-box-flex: 1.5;
    -moz-box-flex: 1.5;
    -webkit-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5;
}
.footer-top .footer-right {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
}
.footer-bottom .footer-item {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
}
@media only screen and (max-width: 47.9375rem) {
    footer {
        margin-top: 1.25rem;
        bottom: 20px;
        bottom: 1.25rem;
        padding-right: 20px;
        padding-right: 1.25rem;
        padding-left: 20px;
        padding-left: 1.25rem;
    }
    footer address span {
        width: 100%;
        display: inline-block;
    }
    footer .inside {
        padding: 1.25rem;
    }
}
@media only screen and (min-width: 48rem) {
    .footer-inner-wrapper {
        height: 50%;
    }
    .footer-bottom .footer-item {
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: flex-end;
    }
    footer {
        margin-top: 4px;
        margin-top: 0.25rem;
        min-height: 180px;
        min-height: 11.25rem;
        bottom: 50px;
        bottom: 3.125rem;
        padding-right: 50px;
        padding-right: 3.125rem;
        padding-left: 50px;
        padding-left: 3.125rem;
    }
    footer li {
        display: inline-block;
        margin-right: 8px;
        margin-right: 0.5rem;
        margin-left: 8px;
        margin-left: 0.5rem;
    }
    footer li.first {
        margin-left: 0;
    }
    footer li.last {
        margin-right: 0;
    }
    footer address span {
        display: inline-block;
        margin-right: 8px;
        margin-right: 0.5rem;
        margin-left: 8px;
        margin-left: 0.5rem;
        line-height: 18px;
        line-height: 1.125rem;
        position: relative;
    }
    footer address span::after {
        content: "|";
        position: absolute;
        right: -11px;
    }
    footer address span:first-child {
        margin-left: 0;
    }
    footer address span:last-child {
        margin-right: 0;
    }
    footer address span:last-child::after {
        display: none;
    }
    footer .inside {
        padding: 40px;
        padding: 2.5rem;
    }
}
.logo-wrapper {
    background-image: url(https://www.lassalle-institut.org/files/assets/layout/logo/logo_lassalle_blau.svg);
    background-repeat: no-repeat;
    position: relative;
    margin: 0 auto;
}
.logo-wrapper a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.logo-green .logo-wrapper {
    background-image: url(https://www.lassalle-institut.org/files/assets/layout/logo/logo_lassalle_gruen.svg);
}
.logo-blau .logo-wrapper {
    background-image: url(https://www.lassalle-institut.org/files/assets/layout/logo/logo_lassalle_blau.svg);
}
.logo-negativ-green .logo-wrapper {
    background-image: url(https://www.lassalle-institut.org/files/assets/layout/logo/logo_lassalle_gruen_negativ.svg);
}
.logo-negativ-blau .logo-wrapper {
    background-image: url(https://www.lassalle-institut.org/files/assets/layout/logo/logo_lassalle_blau_negativ.svg);
}
@media only screen and (max-width: 47.9375rem) {
    .logo-wrapper {
        width: 169px;
        height: 75px;
        top: 14px;
    }
    .logo-home-wrapper{
    padding-left: 0px;
    bottom: 110px !important;
  }
}
@media only screen and (min-width: 48rem) {
    .logo-wrapper {
       // width: 169px;
       // height: 75px;
        width: 245px;
        height: 106px;
        top: 24px;
    }
  .logo-home-wrapper{
    padding-left: 50px;
  }
}

.logo-home-wrapper{
    bottom: 175px;
    left: 50%;
    position: relative;
    margin: -100px;
    height: 270px;
    width: 195px;
    padding-top: 100px;
    background-color: #43545e;
    transition: padding 0.4s ease-in-out;
    -moz-transition: padding 0.4s ease-in-out;
    -webkit-transition: padding 0.4s ease-in-out;
    -o-transition: padding 0.4s ease-in-out;
}

.logo-header{
  width: 270px;
  height: 114px;
  background-image: url(https://www.lassalle-institut.org/files/assets/layout/logo/logo_lassalle_gruen_negativ.svg);
  background-repeat: no-repeat;
}
.mobile_menu .inner {
    height: auto;
    min-height: 430px;
    min-height: 26.875rem;
    background: #c4d069;
    opacity: 0;
    overflow-y: hidden;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.mobile_menu_active .mobile_menu .inner {
    opacity: 1;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.nav-wrapper {
    max-width: 81.25rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
}
.nav-wrapper .nav-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.nav-wrapper .nav-inner-item {
    position: relative;
}
.nav-inner-wrapper {
    width: 100%;
    max-width: 1300px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow-y: visible !important;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
}

 @media only screen and (min-width: 821px){
  .nav-item.last {
    flex-basis: 100%;
    padding-bottom: 0;
    margin-top: 50px;
    margin-bottom: 0 !important;
    border: none;
  }

  .nav-item {
      padding-bottom: 58px;
      border-bottom: 1px solid white;
      width: 30%;
  }

  .nav-item1 .home {
      position: relative;
      top: -20px;
  }

  .nav-item.nav-item1 {
      position: relative;
      margin-top: -35px;
  }

  .nav-wrapper a {
      font-size: 20px !important;
      line-height: 40px;
  }
	 
  .nav-wrapper span,
  .nav-wrapper strong {
    font-size: 20px !important;
    line-height: 40px;
		 color: white;
}
  .nav-inner-wrapper{
     flex-wrap: wrap;
  }
}

 @media only screen and (min-width: 500px) and (max-width: 820px){
  .nav-item.last {
    flex-basis: 100%;
    padding-bottom: 0;
    margin-bottom: 0 !important;
    border: none;
  }

  .nav-item {
      padding-bottom: 10px;
      padding-top: 30px;
      border-bottom: 1px solid white;
  }

  .nav-item1 .home {
      position: relative;
      margin-top: -60px;
      margin-bottom: 40px;
  }

  .nav-item.nav-item1 {
      position: relative;
      margin-top: -35px;
  }

  .nav-wrapper a {
      font-size: 18px !important;
      line-height: 40px;
  }
	 
	   .nav-wrapper span {
      font-size: 18px !important;
      line-height: 40px;
			 color: white;
  }
	 
   .nav-wrapper .home  {
      font-size: 14px !important;
      line-height: 40px;
  }
}

@media only screen and (max-width:820px){
	.submenu_hide .level_2 li{
		display: none;
	}
  .trgger-item{
    right: 50px;
  }
  
}

@media only screen and (max-width:499px){
    .nav-item.last {
    flex-basis: 100%;
    padding-bottom: 0;
    margin-bottom: 0 !important;
    border: none;
  }

  .nav-item {
      padding-bottom: 15px;
      padding-top: 15px;
      border-bottom: 1px solid white;
  }

  .nav-item1 .home {
      position: relative;
      margin-bottom: 40px;
  }

  .nav-item.nav-item1 {
      position: relative;
      margin-top: -35px;
  }

  .nav-wrapper a {
      font-size: 14px !important;
      line-height: 22px;
  }
	
	  .nav-wrapper span {
      font-size: 14px !important;
      line-height: 22px;
			color: white;
  }
	
   .nav-wrapper .home  {
      font-size: 14px !important;
      line-height: 22px;
      top: 5px;
  }
}
.mobile_menu li.submenu_hide > ul {
    display: block;
}
.mobile_menu li {
    line-height: 34px;
    line-height: 2.125rem;
}
.mobile_menu ul.level_1 > li > a,
.mobile_menu ul.level_1 > li > strong.active {
    font-family: regular, sans-serif;
}
.mobile_menu ul.level_2 > li > a,
.mobile_menu ul.level_2 > li > strong.active {
    font-size: 14px;
    font-size: 0.875rem;
}
.mobile_menu ul.level_2 > li > strong.active {
    opacity: 0.7;
}
.default ul.level_1 > li.last {
    display: none;
}
.institut ul.level_1 > li {
    display: none;
}
.institut ul.level_1 > li.last {
    display: block;
}
.newsletter a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 32px;
    line-height: 2rem;
    color: #2e7f96;
}
@media only screen and (max-width: 820px) {
    .mobile_menu .inner {
        padding: 20px;
        padding: 1.25rem;
				overflow: scroll;
    }
    #mobile-menu-3 {
        height: calc(100vh - 1.25rem) !important;
        left: 20px !important;
        right: 20px !important;
        width: auto !important;
    }
    .nav-inner-wrapper {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #wrapper::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        opacity: 0;
        z-index: -1;
        transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
    }
    .mobile_menu_active #wrapper::before {
        opacity: 1;
        z-index: 1;
        transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
    }
}
@media only screen and (min-width: 500px) {
    .mobile_menu .inner {
        padding: 50px;
        padding: 3.125rem;
    }
    #mobile-menu-3 {
        height: calc(100vh - 3.125rem) !important;
        left: 2.8125rem !important;
        right: 2.8125rem !important;
        width: auto !important;
    }
    .nav-wrapper {
        margin-top: 65px;
        margin-top: 4.0625rem;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.mod_article {
    max-width: 81.25rem;
    margin: 0 auto;
}
@media only screen and (max-width: 47.9375rem) {
    .button-box,
    .ce_dlh_googlemaps,
    .ce_form,
    .ce_image,
    .ce_list,
    .ce_text,
    .headline-box,
    .mod_sitemap,
    .sidebox {
        padding-right: 20px;
        padding-right: 1.25rem;
        padding-left: 20px;
        padding-left: 1.25rem;
    }
    .custom .button-box,
    .custom .ce_dlh_googlemaps,
    .custom .ce_form,
    .custom .ce_image,
    .custom .ce_list,
    .custom .ce_text,
    .custom .headline-box,
    .custom .mod_sitemap,
    .custom .sidebox {
        padding-right: 0;
        padding-left: 0;
    }
    .custom .inside {
        margin-bottom: 38px;
        margin-bottom: 2.375rem;
    }
    .home .custom .inside {
        margin-bottom: 0;
    }
    .custom .mod_article {
        padding-right: 40px;
        padding-right: 2.5rem;
        padding-bottom: 0;
    }
    .custom .rsts-nav {
        margin-right: -39px;
        margin-right: -2.4375rem;
    }
    #container {
        padding-bottom: 318px;
    }
}
@media only screen and (min-width: 48rem) {
    .button-box,
    .ce_dlh_googlemaps,
    .ce_form,
    .ce_image,
    .ce_list,
    .ce_table,
    .ce_text,
    .headline-box,
    .mod_sitemap,
    .sidebox,
    .ce_download {
        padding-right: 25px;
        padding-right: 1.5625rem;
        padding-left: 25px;
        padding-left: 1.5625rem;
    }
    .custom .mod_article {
        padding-top: 30px;
        padding-top: 1.875rem;
        padding-right: 50px;
        padding-right: 3.125rem;
        padding-bottom: 30px;
        padding-bottom: 1.875rem;
        padding-left: 30px;
        padding-left: 1.875rem;
    }
    .custom .rsts-nav {
        margin-right: -20px;
        margin-right: -1.25rem;
    }
    #container {
        padding-bottom: 184px;
    }
    .custom .inside {
        margin-bottom: 39px;
        margin-bottom: 2.4375rem;
    }
    .home .custom .inside {
        margin-bottom: 0;
    }
}
.mod_sitemap ul.level_1 > li {
    margin-top: 10px;
    margin-top: 0.625rem;
}
.mod_sitemap ul.level_1 > li > a {
    font-family: regular, sans-serif;
}
.mod_sitemap ul.level_2 {
    padding-left: 10px;
    padding-left: 0.625rem;
}
p {
    margin-top: 0;
}
p a {
    border-bottom: 1px solid #43545e;
}
p a:hover {
    color: #a0a29d;
    border-color: #a0a29d;
}
h1.inherit,
h2.inherit,
h3.inherit,
h4.inherit,
h5.inherit,
h6.inherit {
    color: #fff;
    text-shadow: 1px 1px 30px #000;
}
.lead {
    color: #2e7f96;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
    font-family: light, sans-serif;
    font-weight: 300;
}
.lead p {
    margin-bottom: 2rem;
}
.page-title {
    margin: 0;
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 62px;
    line-height: 3.875rem;
    color: #2e7f96;
    font-family: light, sans-serif;
    font-weight: 400;
}
h1.page-title {
    margin-bottom: 0;
    margin-bottom: 0rem;
}
h2 {
    color: #2e7f96;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-family: light, sans-serif;
    font-weight: 300;
    margin-top: 0;
}
h2.accent {
    font-family: bold, sans-serif;
}
h2.page-title {
    font-family: semibold, sans-serif;
}
h3 {
    color: #2e7f96;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-family: semibold, sans-serif;
    font-weight: 400;
}
.mod_rocksolid_slider h3 {
    color: #aed2df;
    font-family: light, sans-serif;
    font-weight: 400;
}
h3.page-title {
    font-family: semibold, sans-serif;
}
h4 {
    color: #43545e;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-family: semibold, sans-serif;
    font-weight: 400;
    margin: 0;
}
#main blockquote {
    margin: 0;
}
#main blockquote p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
    font-family: italic, sans-serif;
}
@media only screen and (max-width: 47.9375rem) {
    .mod_rocksolid_slider h2 {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 30px;
        line-height: 1.875rem;
    }
    .lead {
        font-size: 16px;
        font-size: 1rem;
        line-height: 24px;
        line-height: 1.5rem;
    }
}
@media only screen and (min-width: 48rem) and (max-width: 61.9375rem) {
    .mod_rocksolid_slider h2 {
        font-size: 42px;
        font-size: 2.625rem;
        line-height: 52px;
        line-height: 3.25rem;
    }
}
@media only screen and (min-width: 62rem) {
    .mod_rocksolid_slider h2 {
        font-size: 50px;
        font-size: 3.125rem;
        line-height: 62px;
        line-height: 3.875rem;
    }
}
.button-box {
    margin-bottom: 3rem;
}
.custom .button-box {
    margin-bottom: 0;
}
.button-box .btn,
.button-box .button {
    margin-top: 0;
    padding-top: 0;
}
.link {
    position: relative;
    margin-left: 10px;
    margin-left: 0.625rem;
    color: #2e7f96;
}
.link::before {
    content: "";
    position: absolute;
    top: 5px;
    top: 0.3125rem;
    margin-left: -10px;
    margin-left: -0.625rem;
    background-image: url(https://www.lassalle-institut.org/files/assets/layout/icons/Arrow_blue.svg);
    width: 4px;
    width: 0.25rem;
    height: 8px;
    height: 0.5rem;
    background-size: 100%;
    background-repeat: no-repeat;
}
.link:hover {
    color: #a0a29d;
}
.btn,
.button,
.submit {
    min-width: 145px;
    min-width: 9.0625rem;
    height: 36px;
    height: 2.25rem;
    margin-top: 20px;
    margin-top: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
    padding-left: 20px;
    padding-left: 1.25rem;
    display: inline-block;
    color: #2e7f96;
    border: 1px solid #2e7f96;
    border-radius: 6px;
    font-size: 0.875rem !important;
    font-size: 14px !important;
    font-family: regular, sans-serif;
    line-height: 36px;
    line-height: 2.25rem;
    text-align: center;
}
.btn:hover,
.button:hover,
.submit:hover {
    background-color: #2e7f96;
    color: #fff;
}
.btn.-secondary,
.button.-secondary {
    min-width: 145px;
    min-width: 9.0625rem;
    height: 36px;
    height: 2.25rem;
    margin-top: 20px;
    margin-top: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
    padding-left: 20px;
    padding-left: 1.25rem;
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 6px;
    fonts-size: 14px;
    fonts-size: 0.875rem;
    line-height: 36px;
    line-height: 2.25rem;
    text-align: center;
}
.btn.-secondary:hover,
.button.-secondary:hover {
    background-color: #fff;
    color: #2e7f96 !important;
}
@media only screen and (max-width: 26.25rem) {
    .btn,
    .button {
        width: 100%;
    }
  .logo-header{
    width: 170px;
  }
  .logo-home-wrapper{
    left:60%;
  }
}
.rsts-header {
    position: absolute;
    z-index: 9;
}
.rsts-header h2 {
    color: #fff;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 40px;
    line-height: 2.5rem;
}
.homeslider .rsts-slide {
    max-width: 1000px;
    max-width: 62.5rem;
    background-color: #43545e;
}
.homeslider .rsts-crop,
.homeslider .rsts-slide.rsts-slide-default {
    transition: inherit !important;
    transition: all 1s ease-in-out !important;
    -webkit-transition: all 1s ease-in-out !important;
    -o-transition: all 1s ease-in-out !important;
    -moz-transition: all 1s ease-in-out !important;
}
.content-slider .rsts-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
}
.content-slider .rsts-nav-next {
    right: 40px;
    right: 2.5rem;
}
.mod_rocksolid_slider {
    position: relative;
}
.mod_rocksolid_slider img {
    margin-top: 0 !important;
}
.rsts-view .rsts-next,
.rsts-view .rsts-prev {
    display: none;
}
.rsts-nav {
    margin-top: 20px;
    margin-top: 1.25rem;
}
.rsts-nav ul {
    text-align: center;
}
li.rsts-nav-item {
    display: inline-block;
}
.rsts-nav-item a {
    display: inline-block;
    width: 0.3125rem;
    height: 0.3125rem;
    overflow: hidden;
    margin: 0 0.625rem;
    border-radius: 100%;
    outline: 0;
    text-align: left;
    text-indent: -9999px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    background-color: transparent\9;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=argb(rgba(255, 255, 255, .5)), endColorstr=argb(rgba(255, 255, 255, .5)));
    zoom: 1;
}
.rsts-nav-item .active {
    background-color: #fff;
}
.rsts-nav-next,
.rsts-nav-prev {
    display: none;
}
@media only screen and (max-width: 47.9375rem) {
    .rsts-header h2 {
        padding: 20px;
        padding: 1.25rem;
    }
}
@media only screen and (min-width: 48rem) {
    .rsts-header h2 {
        padding: 50px;
        padding: 3.125rem;
    }
    .rsts-nav-next,
    .rsts-nav-prev {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        display: block;
    }
    .rsts-nav-next a,
    .rsts-nav-prev a {
        position: absolute;
        bottom: 6rem;
        margin-top: auto;
        margin-bottom: auto;
        overflow: hidden;
        width: 13px;
        width: 0.8125rem;
        height: 22px;
        height: 1.375rem;
        text-indent: -9999px;
        transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        pointer-events: auto;
    }
    .rsts-nav-next a::after,
    .rsts-nav-prev a::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background-size: 100%;
    }
    .rsts-nav-prev a {
        left: 0;
        left: 0rem;
    }
    .rsts-nav-next a {
        right: 0;
        right: 0rem;
    }
    .rsts-nav-next a::after {
        background-image: url(https://www.lassalle-institut.org/files/assets/layout/icons/Arrow.svg);
    }
}
@media only screen and (max-width: 47.9375rem) {
    .content-slider,
    .content-slider-full {
        min-height: 200px;
    }
}
@media only screen and (min-width: 48rem) and (max-width: 61.9375rem) {
    .content-slider-full {
        min-height: 300px;
    }
}
@media only screen and (min-width: 62rem) {
    .content-slider-full {
        min-height: 500px;
    }
}
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ce_list ul,
.ce_text ul,
.sidebox ul {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
}
.ce_list li,
.ce_text li,
.sidebox li {
    position: relative;
    margin-left: 15px;
    margin-left: 0.9375rem;
}
.ce_list li::before,
.ce_text li::before,
.sidebox li::before {
    content: "–";
    position: absolute;
    left: -15px;
    left: -0.9375rem;
    margin-right: 10px;
    margin-right: 0.625rem;
}
.ce_list {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}
.teaser-boxes {
    color: #43545e;
}
.teaser-boxes p a {
    position: relative;
    margin-left: 10px;
    margin-left: 0.625rem;
    border-bottom: none;
    color: #2e7f96;
}
.teaser-boxes p a::before {
    content: "";
    position: absolute;
    top: 5px;
    top: 0.3125rem;
    margin-left: -10px;
    margin-left: -0.625rem;
    background-image: url(https://www.lassalle-institut.org/files/assets/layout/icons/Arrow_blue.svg);
    width: 4px;
    width: 0.25rem;
    height: 8px;
    height: 0.5rem;
    background-size: 100%;
    background-repeat: no-repeat;
}
.teaser-boxes p a:hover {
    color: #a0a29d;
}
.teaser-boxes p {
    margin-top: 1rem;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 22px;
    line-height: 1.375rem;
}
.teaser-boxes .headlines {
    margin: 0;
    font-weight: 400;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 40px;
    line-height: 2.5rem;
    color: #43545e;
}
.teaser-boxes .headlines.headline-1 {
    font-family: semibold, sans-serif;
}
.teaser-boxes .headlines.headline-2 {
    font-family: light, sans-serif;
}
.teaser-boxes .teaser-boxes-label {
    font-family: light, sans-serif;
    font-weight: 400;
}
.box-green {
    height: 100%;
    width: 100%;
    background-color: #c4d069;
}
.box-blue {
    height: 100%;
    width: 100%;
    background-color: #2e7f96;
    color: #fff;
}
.box-blue .headlines,
.box-blue a,
.box-blue h4,
.box-blue p {
    color: #fff !important;
}
.box-blue a::before {
    background-image: url(https://www.lassalle-institut.org/files/assets/layout/icons/Arrow.svg) !important;
}
.box-grey {
    height: 100%;
    width: 100%;
    background-color: rgba(160, 162, 157, 0.6);
}
@media only screen and (max-width: 47.9375rem) {
    .teaser-boxes {
        padding: 1.25rem;
    }
}
@media only screen and (min-width: 48rem) {
    .teaser-boxes {
        padding: 2.8125rem;
    }
}
figure {
    margin: 0;
}
.img-blockquote {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding-top: 30px;
    padding-top: 1.875rem;
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
}
.ie .img-blockquote {
    display: block;
}
img {
    max-width: 100%;
    height: auto;
}
.ce_image {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.headline-box.text-green .text-dark-green {
    color: #3a6639;
}
.headline-box.text-green .lead,
.headline-box.text-green h1,
.headline-box.text-green h2,
.headline-box.text-green h5,
.headline-box.text-green {
    color: #c4d069;
}
.headline-box.text-white .lead,
.headline-box.text-white h1,
.headline-box.text-white h2 {
    color: #fff;
}
.headline-box.text-blue .lead,
.headline-box.text-blue h1,
.headline-box.text-blue h2 {
    color: #2e7f96;
}
.headline-box.text-blue-light .lead,
.headline-box.text-blue-light h1,
.headline-box.text-blue-light h2 {
    color: #aed2df;
}
@media only screen and (max-width: 47.9375rem) {
    .headline-box h1,
    .headline-box h2 {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 30px;
        line-height: 1.875rem;
    }
}
@media only screen and (min-width: 48rem) and (max-width: 61.9375rem) {
    .headline-box h1,
    .headline-box h2 {
        font-size: 42px;
        font-size: 2.625rem;
        line-height: 52px;
        line-height: 3.25rem;
    }
}
@media only screen and (min-width: 62rem) {
    .headline-box h1,
    .headline-box h2 {
        font-size: 50px;
        font-size: 3.125rem;
        line-height: 62px;
        line-height: 3.875rem;
    }
}
.sidebox {
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
}
.sidebox .sidebox-item {
    padding-top: 15px;
    padding-top: 0.9375rem;
    border-top: 1px solid #2e7f96;
}
.sidebox h3 {
    margin-top: 0;
}
.sidebox p {
    color: #2e7f96;
}
.ce_table {
    background: #eee;
}
table {
    width: 100%;
    border: none;
    border-spacing: 0;
    max-width: 678px;
}
table thead {
    background: inherit;
}
table tr {
    vertical-align: top;
}
table td,
table th {
    border: none;
    border-bottom: 1px solid #a0a29d;
    padding: 5px;
    padding: 0.3125rem;
}
table td.col_0 {
    padding-left: 0;
}
table td.col_1 {
    width: 5rem;
}
@media only screen and (max-width: 47.9375rem) {
    .ce_table {
        padding: 20px;
        padding: 1.25rem;
    }
    .gridbox-grey .ce {
        padding-top: 20px;
        padding-top: 1.25rem;
        padding-bottom: 20px;
        padding-bottom: 1.25rem;
        padding-right: 20px;
        padding-right: 1.25rem;
        padding-left: 20px;
        padding-left: 1.25rem;
    }
}
@media only screen and (min-width: 48rem) {
    .ce_table {
        padding: 50px;
        padding: 3.125rem;
    }
    .gridbox-grey .ce {
        padding-top: 50px;
        padding-top: 3.125rem;
        padding-right: 25px;
        padding-right: 1.5625rem;
        padding-bottom: 50px;
        padding-bottom: 3.125rem;
        padding-left: 25px;
        padding-left: 1.5625rem;
    }
}
.ce_gallery {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: -8px;
    margin-right: -0.5rem;
    margin-left: -8px;
    margin-left: -0.5rem;
}
.ce_gallery ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 4px;
    padding: 0.25rem;
    width: 100%;
}
.ce_gallery li {
    width: 50%;
    padding: 4px;
    padding: 0.25rem;
}
.ce_gallery img {
    width: 100%;
    height: auto;
}
.ce_gallery a:focus {
    outline: 0;
}
.teaser-referenz {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}
.teaser-boxes-label {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
}
.teaser-referenz-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    max-width: 1000px;
    max-width: 62.5rem;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.teaser-referenz-image-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-right: 20px;
    padding-right: 1.25rem;
    padding-left: 20px;
    padding-left: 1.25rem;
}
.teaser-referenz-image {
    width: 177px;
    width: 11.0625rem;
}
.teaser-referenz-image img {
    width: 100%;
}
.teaser-referenz-content,
.teaser-referenz-image {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1000px;
}
.teaser-referenz-content-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    padding-right: 20px;
    padding-right: 1.25rem;
    padding-left: 20px;
    padding-left: 1.25rem;
}
@media only screen and (max-width: 47.9375rem) {
    .teaser-boxes-label {
        margin-top: 20px;
        margin-top: 1.25rem;
    }
    .teaser-referenz-item {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .teaser-referenz-image-wrapper {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
    }
}
@media only screen and (min-width: 48rem) {
    .teaser-referenz-item {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: flex-end;
    }
    .teaser-referenz-content-wrapper {
        width: 60%;
    }
    .ie .teaser-referenz-imager-wrapper {
        width: 40%;
    }
}
.mejs-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}
.mejs-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mejs-clear,
.mejs-layers {
    display: none;
}
.input_fields_wrap {
    width: 100%;
}
.widget-add-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
}
.widget-add {
    padding: 5px;
    padding: 0.3125rem;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
select.select {
    font-family: light, sans-serif;
    color: #2e7f96;
    padding-left: 10px;
    width: 100%;
    height: 40px;
    outline: 0;
    background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, #2e7f96, #2e7f96);
    background-position: calc(100% - 20px) calc(1em + 3px), calc(100% - 15px) calc(1em + 3px), 100% 0;
    background-size: 5px 5px, 5px 5px, 40px;
    background-repeat: no-repeat;
    cursor: pointer;
}
select {
    -webkit-appearance: none;
}
a.remove_field {
    position: absolute;
    right: 5px;
    right: 0.3125rem;
    bottom: 5px;
    bottom: 0.3125rem;
    text-indent: -9999px;
    width: 40px;
    width: 2.5rem;
    height: 40px;
    height: 2.5rem;
    background-color: #2e7f96;
    border-radius: 4px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
a.remove_field::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 1px;
    background: #fff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
a.remove_field::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 11px;
    background: #fff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
button.add_field_button,
button.add_field_button_en {
    background: 0 0;
    border: 0;
    font-family: light, sans-serif;
    cursor: pointer;
    position: relative;
    padding-top: 5px;
    padding-top: 0.3125rem;
    padding-right: 5px;
    padding-right: 0.3125rem;
    padding-bottom: 5px;
    padding-bottom: 0.3125rem;
    padding-left: 20px;
    padding-left: 1.25rem;
    margin-top: 25px;
    margin-top: 1.5625rem;
    margin-left: 5px;
    margin-left: 0.3125rem;
    outline: 0;
}
button.add_field_button::before,
button.add_field_button_en::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 1px;
    background: #2e7f96;
    top: 11px;
    top: 0.6875rem;
    left: 0;
}
button.add_field_button::after,
button.add_field_button_en::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 11px;
    background: #2e7f96;
    top: 6px;
    top: 0.375rem;
    left: 5px;
    left: 0.3125rem;
}
.ce_form .formbody {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
    margin: -0.3125rem;
}
.ce_form .widget {
    margin-top: 10px;
    margin-top: 0.625rem;
    padding: 5px;
    padding: 0.3125rem;
}
.ce_form .submit_container {
    width: 100%;
    padding: 5px;
    padding: 0.3125rem;
}
.ce_form .submit_container input {
    width: auto;
    background: inherit;
    border: 1px solid #2e7f96;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.ce_form .submit_container input:hover {
    background-color: #2e7f96;
    color: #fff;
}
.ce_form fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
.ce_form fieldset span {
    margin-right: 10px;
    margin-right: 0.625rem;
    display: inline-block;
}
.ce_form fieldset input {
    width: inherit;
    height: auto;
    margin-right: 4px;
    margin-right: 0.25rem;
}
.ce_form .widget-radio {
    width: 100% !important;
}
.ce_form input[type="checkbox"],
.ce_form input[type="radio"] {
    display: none;
}
.ce_form input[type="checkbox"] + label::before,
.ce_form input[type="radio"] + label::before {
    content: "";
    width: 18px;
    width: 1.125rem;
    height: 18px;
    height: 1.125rem;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    margin-right: 10px;
    margin-right: 0.625rem;
    cursor: pointer;
    border: 1px solid #43545e;
    border-radius: 100%;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.ce_form input[type="checkbox"] + label::after,
.ce_form input[type="radio"] + label::after {
    content: "";
    width: 10px;
    width: 0.625rem;
    height: 10px;
    height: 0.625rem;
    position: absolute;
    top: 4px;
    left: 4px;
    display: inline-block;
    margin-right: 10px;
    margin-right: 0.625rem;
    cursor: pointer;
    border-radius: 100%;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.ce_form input[type="checkbox"] + label,
.ce_form input[type="radio"] + label {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    padding-left: 1.5625rem;
}
.ce_form input[type="checkbox"]:checked + label::after,
.ce_form input[type="radio"]:checked + label::after {
    background-color: #43545e;
}
.ce_form input {
    background-color: #eee;
    border-radius: 4px;
    border: inherit;
    height: 40px;
    height: 2.5rem;
    padding: 10px 15px;
    width: 100%;
    font-family: light, sans-serif;
    color: #2e7f96;
    line-height: 20px;
    outline: 0;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.ce_form input:focus {
    background-color: #f5f5f5;
}
@media only screen and (max-width: 47.9375rem) {
    .ce_form .widget {
        width: 100%;
    }
}
@media only screen and (min-width: 48rem) {
    .ce_form .widget {
        width: 50%;
    }
    .ce_form .widget-textarea {
      width: 100%;
    }
    .ce_form .widget .textarea {
      width: 100%;
    }
}

p.error{color:#952e2e;font-weight:600}#Slider .rs-column>*{margin-left:auto;margin-right:auto}#Slider .text-dark{color:#43545e}.headline-box h5{font-size:2.5rem;font-weight:400;line-height:1.25;color:#43545e;margin:0.67em 0}.logo-no-claim .logo-wrapper{background-image:url("../../files/assets/layout/logo/logo_lassalle_blau-no-claim.svg")}label a{text-decoration:underline}.ce_form fieldset.checkbox_container span{display:block}.ce_form fieldset.checkbox_container legend span{display:inline-block}.ce_form input[type=checkbox]{display:inline;border-radius:0;border-color:#2e7f96;width:18px}.ce_form input[type=checkbox]:checked{background:#2e7f96}.ce_form input[type=checkbox]+label::before,.ce_form input[type=checkbox]+label::after{display:none}.ce_form input[type=checkbox]+label{display:inline;padding-left:5px}.widget-textarea{flex:none}.default ul.level_1>li.last{display:block}.nav-inner-wrapper{height:fit-content;max-height:90vh;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.nav-inner-wrapper::-webkit-scrollbar{display:none}.nav-inner-wrapper .nav-item.last{margin-bottom:4em}@media only screen and (max-width:47.9375rem){.headline-box h5{font-size:1.375rem;line-height:1.875rem}}@media only screen and (min-width:768px){.nav-inner-wrapper{height:auto;margin-bottom:0}}
